@charset "UTF-8";

body {
    background: #f5f5f5;
    color: #4c4d4d;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    line-height: 22px;
}

.mb-30 {
    margin-bottom: 30px
}

.mt-30 {
    margin-top: 30px
}

/*-------- Preloader --------*/

#preloader {
    position: fixed;
    z-index: 999999999 !important;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-white {
    word-break: break-word;
}

table {
    word-break: normal;
}

#header .logo img {
    width: 200px;
    max-width: 200px;
    object-fit: contain;
    max-height: 56px;
}

#preloader [data-loader="dual-ring"] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    display: block;
    border-radius: 50%;
    border: 5px solid var(--custom-color);
    border-color: var(--custom-color) transparent var(--custom-color) transparent;
    animation: dual-ring 1s linear infinite;
}

@keyframes dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

::selection {
    background: #16B7AF;
    background: var(--custom-color);
    color: #fff;
    text-shadow: none;
}

form {
    padding: 0;
    margin: 0;
    display: inline;
}

img {
    max-width: 100%;
    vertical-align: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a,
a:focus {
    color: #16B7AF;
    color: var(--custom-color);
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a:hover,
a:active {
    color: #444444;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a:focus,
a:active,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
button:focus,
button:active {
    outline: none;
}

p {
    line-height: 1.8;
}

textarea {
    resize: none
}

iframe {
    border: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1e1d1c;
    font-family: "Rubik", sans-serif;
}

.shadow-md {
    -webkit-box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4) !important;
    box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4) !important;
}

/* Text Size */

.text-3 {
    font-size: 16px !important;
    font-size: 1rem !important;
}

.text-left {
    text-align: left !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-15 {
    margin-bottom: 15px;
}

/* Font Weight */

.fw-400 {
    font-weight: 400 !important;
}

/* Opacity */

.opacity-0 {
    opacity: 0;
}

/* Progress Bar */

.progress-sm {
    height: 0.5rem !important;
}

.progress-lg {
    height: 1.5rem !important;
}

hr {
    opacity: 0.1;
}

.section {
    position: relative;
    padding: 104px 0;
    padding: 6.5rem 0;
}

@media (max-width: 575.98px) {
    .section {
        padding: 3.5rem 0;
    }
}

/*  Header
/* =================================== */

#header {
    background: #fff;
    border-bottom: 1px solid #efefef;
}

#header .navbar {
    padding: 0px;
}

#header.bg-transparent {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: none;
    border-bottom: 1px solid rgba(250, 250, 250, 0.3);
}

#header .logo {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    max-width: 200px;
}

#header .header-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    max-height: 100%;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

#header .header-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#header .header-column .header-row {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
}

.navbar-light .navbar-nav .active > .nav-link {
    color: #0c2f55;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show {
    color: #0c2f55;
}

.navbar-light .navbar-nav .show > .nav-link {
    color: #0c2f55;
}

.primary-menu,
.login-signup {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: auto !important;
    -webkit-box-ordinal-group: 0;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.primary-menu.navbar,
.login-signup.navbar {
    position: inherit;
}

.primary-menu ul.navbar-nav > li,
.login-signup ul.navbar-nav > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.primary-menu ul.navbar-nav > li > a:not(.btn),
.login-signup ul.navbar-nav > li > a:not(.btn) {
    height: 80px;
    padding-left: 0.85em;
    padding-right: 0.85em;
    color: #4c4d4d;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.primary-menu ul.navbar-nav > li:hover > a:not(.btn),
.primary-menu ul.navbar-nav > li.active > a:not(.btn),
.login-signup ul.navbar-nav > li:hover > a:not(.btn),
.login-signup ul.navbar-nav > li.active > a:not(.btn) {
    color: var(--custom-color);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn),
.login-signup ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
    padding: 8px 0px;
    background-color: transparent;
    color: #777;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) > i:not(.arrow),
.login-signup ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) > i:not(.arrow) {
    font-size: .875rem;
    width: 18px;
    text-align: center;
    margin-right: 7px;
}

.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn),
.login-signup ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) {
    color: var(--custom-color);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.primary-menu ul.navbar-nav > li.dropdown:hover > a:after,
.login-signup ul.navbar-nav > li.dropdown:hover > a:after {
    clear: both;
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    border-width: 0px 7px 6px 7px;
    bottom: 0px;
    left: 50%;
    margin: 0 0 0 -5px;
    z-index: 1022;
}

.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu,
.login-signup ul.navbar-nav > li.dropdown .dropdown-menu {
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176);
    border: 0px none;
    padding: 10px 15px;
    min-width: 230px;
    margin: 0;
    font-size: 14px;
    font-size: 0.875rem;
    z-index: 1021;
    top: 100%;
}

.primary-menu ul.navbar-nav > li.dropdown.language .dropdown-menu,
.login-signup ul.navbar-nav > li.dropdown.language .dropdown-menu {
    min-width: 140px;
}

.primary-menu .dropdown-menu-end,
.login-signup .dropdown-menu-end {
    left: auto !important;
    right: 100% !important;
}

.primary-menu ul.navbar-nav > li a.btn,
.login-signup ul.navbar-nav > li a.btn {
    font-size: 14px;
    padding: 0.65rem 2rem;
    text-transform: uppercase;
}

.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu,
.login-signup ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
    left: 100%;
    margin-top: -40px;
}

.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-toggle:after,
.login-signup ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-toggle:after {
    border-top: .4em solid transparent;
    border-right: 0;
    border-bottom: 0.4em solid transparent;
    border-left: 0.4em solid;
}

.primary-menu ul.navbar-nav > li.dropdown .dropdown-toggle .arrow,
.login-signup ul.navbar-nav > li.dropdown .dropdown-toggle .arrow {
    position: absolute;
    min-width: 30px;
    height: 100%;
    right: 0px;
    top: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.primary-menu ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after,
.login-signup ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    border-color: #000;
    border-top: 1px solid;
    border-right: 1px solid;
    width: 6px;
    height: 6px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.primary-menu ul.navbar-nav > li.dropdown .dropdown-toggle .arrow.arrow-end:after,
.login-signup ul.navbar-nav > li.dropdown .dropdown-toggle .arrow.arrow-end:after {
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
    transform: translate(-50%, -50%) rotate(225deg);
}

.primary-menu .dropdown-toggle:after,
.login-signup .dropdown-toggle:after {
    content: none;
}

.rtl .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) > i:not(.arrow),
.rtl .login-signup ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) > i:not(.arrow) {
    margin-right: 0px;
    margin-left: 7px;
}

.rtl .primary-menu ul.navbar-nav > li.dropdown:hover > a:after,
.rtl .login-signup ul.navbar-nav > li.dropdown:hover > a:after {
    left: auto;
    right: 50%;
    margin: 0 -5px 0 0;
}

.rtl .primary-menu .dropdown-menu-end,
.rtl .login-signup .dropdown-menu-end {
    left: 100% !important;
    right: auto !important;
}

.rtl .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu,
.rtl .login-signup ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
    left: auto;
    right: 100%;
}

.rtl .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-toggle:after,
.rtl .login-signup ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-toggle:after {
    border-left: 0;
    border-right: 0.4em solid;
}

.rtl .primary-menu ul.navbar-nav > li.dropdown .dropdown-toggle .arrow,
.rtl .login-signup ul.navbar-nav > li.dropdown .dropdown-toggle .arrow {
    right: auto;
    left: 0px;
}

.rtl .primary-menu ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after,
.rtl .login-signup ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after {
    left: auto;
    right: 50%;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 1px solid;
    border-left: 1px solid;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.rtl .primary-menu ul.navbar-nav > li.dropdown .dropdown-toggle .arrow.arrow-end:after,
.rtl .login-signup ul.navbar-nav > li.dropdown .dropdown-toggle .arrow.arrow-end:after {
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
    transform: translate(-50%, -50%) rotate(225deg);
}

.dropdown-menu {
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176);
    border: 0px none;
    font-size: 14px;
    font-size: 0.875rem;
}

.dropdown-divider {
    border-color: rgba(0, 0, 0, 0.1);
}

.primary-menu.navbar-dropdown-dark ul.navbar-nav > li.dropdown .dropdown-menu,
.login-signup.navbar-dropdown-dark ul.navbar-nav > li.dropdown .dropdown-menu {
    background-color: #252A2C;
    color: #fff;
}

.primary-menu.navbar-dropdown-dark ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu,
.login-signup.navbar-dropdown-dark ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
    background-color: #272c2e;
}

.primary-menu.navbar-dropdown-dark ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-divider,
.login-signup.navbar-dropdown-dark ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-divider {
    border-color: rgba(250, 250, 250, 0.2);
}

.primary-menu.navbar-dropdown-dark ul.navbar-nav > li.dropdown:hover > a:after,
.login-signup.navbar-dropdown-dark ul.navbar-nav > li.dropdown:hover > a:after {
    border-color: transparent transparent #252A2C transparent;
}

.primary-menu.navbar-dropdown-dark ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn),
.login-signup.navbar-dropdown-dark ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
    color: #a3a2a2;
}

.primary-menu.navbar-dropdown-dark ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn),
.login-signup.navbar-dropdown-dark ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) {
    color: #fff;
}

.primary-menu.navbar-dropdown-primary ul.navbar-nav > li.dropdown .dropdown-menu,
.login-signup.navbar-dropdown-primary ul.navbar-nav > li.dropdown .dropdown-menu {
    background-color: var(--custom-color);
    color: #fff;
}

.primary-menu.navbar-dropdown-primary ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu,
.login-signup.navbar-dropdown-primary ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
    background-color: var(--custom-color);
}

.primary-menu.navbar-dropdown-primary ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-divider,
.login-signup.navbar-dropdown-primary ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-divider {
    border-color: rgba(250, 250, 250, 0.3);
}

.primary-menu.navbar-dropdown-primary ul.navbar-nav > li.dropdown:hover > a:after,
.login-signup.navbar-dropdown-primary ul.navbar-nav > li.dropdown:hover > a:after {
    border-color: transparent transparent var(--custom-color) transparent;
}

.primary-menu.navbar-dropdown-primary ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn),
.login-signup.navbar-dropdown-primary ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
    color: rgba(250, 250, 250, 0.95);
}

.primary-menu.navbar-dropdown-primary ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn),
.login-signup.navbar-dropdown-primary ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) {
    color: #fff;
}

@media (max-width: 991.98px) {
    .customize-col-responsive .installment-price {
        margin-top: 0 !important;
    }

    .customize-col-responsive .payment-table-inner label {
        padding-top: 10px !important;
    }

    .footer-payment-img {
        text-align: center;
    }

    .dev {
        text-align: center;
        display: flex;
        justify-content: center;
    }

    #header .navbar-dropdown-dark.primary-menu:before,
    .primary-menu.navbar-dropdown-dark ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
        background-color: #252A2C;
    }

    #header .navbar-dropdown-primary.primary-menu:before {
        background-color: var(--custom-color);
    }

    .primary-menu.navbar-dropdown-primary ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
        background-color: var(--custom-color);
    }

    .primary-menu.navbar-dropdown-dark ul.navbar-nav li {
        border-color: #444;
    }

    .primary-menu.navbar-dropdown-dark ul.navbar-nav > li > a {
        color: #a3a2a2;
    }

    .primary-menu.navbar-dropdown-dark ul.navbar-nav > li:hover > a {
        color: #fff;
    }

    .primary-menu.navbar-dropdown-primary ul.navbar-nav li {
        border-color: rgba(250, 250, 250, 0.2);
    }

    .primary-menu.navbar-dropdown-primary ul.navbar-nav > li > a {
        color: rgba(250, 250, 250, 0.8);
    }

    .primary-menu.navbar-dropdown-primary ul.navbar-nav > li:hover > a {
        color: #fff;
    }
}

@media (min-width: 992px) {
    .navbar-toggler {
        display: none;
    }

    .primary-menu ul.navbar-nav > li + li {
        margin-left: 2px;
    }

    .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) {
        margin-left: 5px;
    }

    .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a .arrow {
        right: -3px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .primary-menu ul.navbar-nav > li.dropdown > .dropdown-toggle {
        padding-right: 1.6rem;
    }

    .primary-menu ul.navbar-nav > li.dropdown > .dropdown-toggle .arrow:after {
        -webkit-transform: translate(-50%, -50%) rotate(134deg);
        transform: translate(-50%, -50%) rotate(134deg);
        width: 8px;
        height: 8px;
        top: -webkit-calc(50% - 3px);
        top: -moz-calc(50% - 3px);
        top: -o-calc(50% - 3px);
        top: calc(50% - 3px);
    }

    .rtl .primary-menu ul.navbar-nav > li + li {
        margin-left: 0px;
        margin-right: 2px;
    }

    .rtl .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) {
        margin-left: 0px;
        margin-right: 5px;
    }

    .rtl .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a .arrow {
        right: auto;
        left: -3px;
    }

    .rtl .primary-menu ul.navbar-nav > li.dropdown > .dropdown-toggle {
        padding-right: 0.85em;
        padding-left: 1.6rem;
    }

    .rtl .primary-menu ul.navbar-nav > li.dropdown > .dropdown-toggle .arrow:after {
        -webkit-transform: translate(60%, -50%) rotate(-45deg);
        transform: translate(60%, -50%) rotate(-45deg);
        top: -webkit-calc(50% - 3px);
        top: -moz-calc(50% - 3px);
        top: -o-calc(50% - 3px);
        top: calc(50% - 3px);
    }
}

.login-signup ul.navbar-nav > li.dropdown.profile > .dropdown-toggle .arrow {
    display: none;
}

@media (max-width: 991.98px) {

    /* Mobile Menu Button */
    .navbar-toggler {
        width: 25px;
        height: 30px;
        padding: 0;
        margin: 0;
        position: relative;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
        display: block;
    }
    #header .header-row{
        padding: 15px 0;
    }
    .navbar-toggler span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #3c3636;
        border-radius: 2px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    .navbar-toggler span:nth-child(1) {
        top: 6px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .navbar-toggler span:nth-child(2) {
        top: 12px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .navbar-toggler span:nth-child(3) {
        top: 18px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .navbar-toggler.open span:nth-child(1) {
        top: 5px;
        left: 4px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .navbar-toggler.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    .navbar-toggler.open span:nth-child(3) {
        top: 21px;
        left: 4px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    #header .primary-menu {
        position: absolute;
        top: 99%;
        right: 0;
        left: 0;
        background: transparent;
        margin-top: 0px;
        z-index: 1000;
    }

    #header .primary-menu:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        width: 100vw;
        height: 100%;
        background: #fff;
        z-index: -1;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    }

    #header .primary-menu > div {
        overflow: hidden;
        overflow-y: auto;
        max-height: 65vh;
        margin: 18px 0;
    }

    .primary-menu ul.navbar-nav li {
        display: block;
        border-bottom: 1px solid #eee;
        margin: 0;
        padding: 0;
    }

    .primary-menu ul.navbar-nav li:last-child {
        border: none;
    }

    .primary-menu ul.navbar-nav li.dropdown > .dropdown-toggle > .arrow.open:after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .primary-menu ul.navbar-nav > li > a:not(.btn) {
        height: auto;
        padding: 8px 0;
        position: relative;
    }

    .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
        padding: 8px 0;
        position: relative;
    }

    .primary-menu ul.navbar-nav > li.dropdown:hover > a:after {
        content: none;
    }

    .primary-menu ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after {
        -webkit-transform: translate(-50%, -50%) rotate(134deg);
        transform: translate(-50%, -50%) rotate(134deg);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        width: 8px;
        height: 8px;
    }

    .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu {
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        padding: 0px 0px 0px 15px;
    }

    .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
        margin: 0;
    }

    .rtl .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu {
        padding: 0px 15px 0px 0px;
    }

    .rtl .primary-menu ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after,
    .rtl .login-signup ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after {
        -webkit-transform: translate(50%, -50%) rotate(45deg);
        transform: translate(50%, -50%) rotate(45deg);
    }
}

@media (max-width: 575.98px) {
    .login-signup ul.navbar-nav > li a.btn {
        padding: 0.65rem 0.8rem;
        font-size: 13px;
        padding: 0.5rem;
    }
}

@media (max-width: 380px) {
    #header .logo img {
        max-width: 140px;
    }
}


/* Page Header */

.page-header {
    margin: 0 0 30px 0;
    padding: 30px 0;
}

.page-header h1 {
    font-weight: normal;
    font-size: 30px;
    margin: 0;
    padding: 5px 0;
}

.page-header .breadcrumb {
    background: none;
    margin: 0 0 8px 2px;
    padding: 0;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-header .breadcrumb > li {
    display: inline-block;
    font-size: 0.85em;
    text-shadow: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.page-header .breadcrumb > li + li:before {
    color: inherit;
    opacity: 0.7;
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    padding: 0 7px 0 5px;
    font-weight: 900;
}

.page-header .breadcrumb > li a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.page-header .breadcrumb > li a:hover {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.rtl .page-header .breadcrumb {
    margin-right: 2px;
    margin-left: 0px;
}

.rtl .page-header .breadcrumb > li + li:before {
    padding: 0 5px 0 7px;
}

/* Dashboard */

.profile-thumb {
    position: relative;
    width: 100px;
    height: 100px;
    display: inline-block;
}

/* Cards & Bank Accounts*/

.account-card {
    position: relative;
    background: -webkit-linear-gradient(135deg, #6c6c6b, #9e9e9c);
    background: -moz-linear-gradient(135deg, #6c6c6b, #9e9e9c);
    background: -o-linear-gradient(135deg, #6c6c6b, #9e9e9c);
    background: -ms-linear-gradient(135deg, #6c6c6b, #9e9e9c);
    background: linear-gradient(-45deg, #6c6c6b, #9e9e9c);
}

.account-card.account-card-primary {
    background: -webkit-linear-gradient(135deg, #0f5e9d, #418fce);
    background: -moz-linear-gradient(135deg, #0f5e9d, #418fce);
    background: -o-linear-gradient(135deg, #0f5e9d, #418fce);
    background: -ms-linear-gradient(135deg, #0f5e9d, #418fce);
    background: linear-gradient(-45deg, #0f5e9d, #418fce);
}

.account-card .account-card-expire {
    font-size: 8px;
    line-height: 10px;
}

.account-card .account-card-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.85);
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.account-card:hover .account-card-overlay {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.account-card-new {
    background: #f1f5f6;
    border: 1px solid #ebebeb;
}

.account-card .border-start,
.account-card .border-end {
    border-color: rgba(250, 250, 250, 0.1) !important;
}

/* List Item */

.list-item {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.list-item > li {
    display: block;
    position: relative;
}

.list-item li a {
    padding: 7px 0px 7px 15px;
    color: #4c4d4d;
    display: block;
}

.list-item li a:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0px;
    border-color: #000;
    border-top: 2px solid;
    border-right: 2px solid;
    width: 7px;
    height: 7px;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.list-item a:hover {
    color: var(--custom-color);
}

.rtl .list-item li a {
    padding-left: 0px;
    padding-right: 15px;
}

.rtl .list-item li a:after {
    top: 50%;
    left: auto;
    right: 0px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    border-top: 0px;
    border-right: 0px;
    -webkit-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(45deg);
}

/* Tags */

.tags {
    margin-bottom: 10px;
}

.tags a {
    background: #f4f5f4;
    color: #4c4d4d;
    padding: 8px 12px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tags a:hover {
    background: var(--custom-color);
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.rtl .tags a {
    margin-left: 3px;
    margin-right: 0px;
}


/* Side Post */

.side-post .item-post + .item-post {
    margin-top: 15px;
}

.side-post .item-post:after {
    display: block;
    clear: both;
    content: "";
}

.side-post .item-post .img-thumb {
    margin-right: 12px;
}

.side-post .item-post .caption {
    overflow: hidden;
}

.side-post .item-post .caption a {
    color: #1e1d1c;
    display: block;
    margin-top: -3px;
    margin-bottom: 3px;
}

.side-post .item-post .caption a:hover {
    color: var(--custom-color);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.side-post .item-post .caption .date-post {
    color: #6c757d;
    font-size: 13px;
    margin-bottom: 0px;
}

.rtl .side-post .item-post .img-thumb {
    margin-left: 12px;
    margin-right: 0px;
}


/* Post */

.blog-post .title-blog {
    margin-bottom: 1rem;
}

.blog-post .title-blog a {
    color: #1e1d1c;
}

.blog-post .title-blog a:hover {
    color: var(--custom-color);
}

.blog-post .meta-blog {
    padding-left: 0px;
}

.blog-post .meta-blog li {
    list-style-type: none;
    display: inline-block;
    margin-right: 12px;
    -ms-flex-align: center;
    align-items: center;
}

.blog-post .meta-blog li i {
    font-size: 16px;
    color: var(--custom-color);
    margin-right: 5px;
}

.blog-post .meta-blog li a {
    color: #4c4d4d;
}

.blog-post .meta-blog li a:hover {
    color: var(--custom-color);
}

.rtl .blog-post .meta-blog {
    padding-right: 0px;
}

.rtl .blog-post .meta-blog li {
    margin-right: 0px;
    margin-left: 12px;
}

.rtl .blog-post .meta-blog li i {
    margin-right: 0px;
    margin-left: 5px;
}

/* Featured Box */

.featured-box {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.featured-box h3 {
    font-size: 1.25rem;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}

.featured-box:not(.style-5) .featured-box-icon {
    display: inline-block;
    font-size: 40px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    width: 45px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #4c4d4d;
    border-radius: 0;
}

.rtl .featured-box:not(.style-4):not(.style-5) {
    text-align: right;
}

/* Team */

.team {
    text-align: center;
    padding: 15px;
    background: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.team:hover {
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.team img {
    margin-bottom: 20px;
}

.team h3 {
    font-size: 18px;
}

.team p {
    margin-bottom: 0.5rem;
}

/*=== Accordion ===*/

.accordion .accordion-item {
    border: none;
    margin-bottom: 10px;
    margin-bottom: 0.6rem;
    background-color: transparent;
}

.accordion .accordion-header .accordion-button {
    box-shadow: none;
    padding: 1rem 1.25rem 1rem 2.25rem;
    border-radius: 4px;
    position: relative;
}

.accordion:not(.accordion-flush) .accordion-header .accordion-button {
    background-color: var(--custom-color);
    color: #fff;
}

.accordion:not(.accordion-flush) .accordion-header .accordion-button.collapsed {
    background-color: rgba(0, 0, 0, 0.06);
    color: #4c4d4d;
}

.accordion .accordion-header .accordion-button:after {
    position: absolute;
    content: " ";
    left: 20px;
    top: -webkit-calc(50% + 2px);
    top: -moz-calc(50% + 2px);
    top: -o-calc(50% + 2px);
    top: calc(50% + 2px);
    width: 9px;
    height: 9px;
    border-color: #CCC;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-image: none;
}

.accordion .accordion-header .accordion-button.collapsed:after {
    top: -webkit-calc(50% - 2px);
    top: -moz-calc(50% - 2px);
    top: -o-calc(50% - 2px);
    top: calc(50% - 2px);
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

.accordion .accordion-body {
    line-height: 1.8;
    padding: 1rem 0 0.4rem 2.25rem;
}

.accordion.arrow-end .accordion-header .accordion-button {
    padding-left: 1.25rem;
}

.accordion.arrow-end .accordion-header .accordion-button:after {
    right: 15px;
    left: auto;
}

.accordion.arrow-end .accordion-body {
    padding-left: 1.25rem;
}

.rtl .accordion .accordion-header .accordion-button {
    padding: 1rem 2.25rem 1rem 1.25rem;
}

.rtl .accordion .accordion-header .accordion-button:after {
    left: auto;
    right: 12px;
}

.rtl .accordion .accordion-body {
    padding-right: 2.25rem;
    padding-left: 0;
}

.rtl .accordion.arrow-end .accordion-header .accordion-button {
    padding-right: 1.25rem;
    padding-left: 2.25rem;
}

.rtl .accordion.arrow-end .accordion-header .accordion-button::after {
    left: 20px;
    right: auto;
}

.rtl .accordion.arrow-end .accordion-body {
    padding-right: 1.25rem;
    padding-left: 0;
}

/* Nav */

.nav .nav-item .nav-link {
    color: #444;
}

.nav.nav-light .nav-item .nav-link {
    color: #ddd;
}

.nav:not(.nav-pills):not(.nav-tabs) .nav-item .nav-link.active,
.nav:not(.nav-pills) .nav-item .nav-link:not(.active):hover {
    color: var(--custom-color);
}

.nav-pills .nav-link:not(.active):hover {
    color: var(--custom-color);
}

.nav-pills .nav-link.active,
.nav-pills.nav-light .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
}

.nav.nav-lg .nav-item .nav-link {
    font-size: 16px;
}


/* Tabs */

.nav-tabs {
    border-bottom: 1px solid #d7dee3;
}

.nav-tabs .nav-item .nav-link {
    border: 0;
    background: transparent;
    position: relative;
    border-radius: 0;
    padding: 1rem 20px 1.2rem;
    color: #1e1d1c;
    white-space: nowrap !important;
}

.nav-tabs .nav-item .nav-link.active:after {
    height: 3px;
    width: 100%;
    content: ' ';
    background-color: var(--custom-color);
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.nav-tabs.flex-column {
    border-right: 1px solid #d7dee3;
    border-bottom: 0px;
    padding: 1.5rem 0;
}

.nav-tabs.flex-column .nav-item .nav-link {
    border: 1px solid #d7dee3;
    border-right: 0px;
    background-color: #f6f7f8;
    font-size: 14px;
    padding: 0.75rem 1rem;
    color: #535b61;
}

.nav-tabs.flex-column .nav-item:first-of-type .nav-link {
    border-top-left-radius: 4px;
}

.nav-tabs.flex-column .nav-item:last-of-type .nav-link {
    border-bottom-left-radius: 4px;
}

.nav-tabs.flex-column .nav-item .nav-link.active {
    background-color: transparent;
    color: var(--custom-color);
}

.nav-tabs.flex-column .nav-item .nav-link.active:after {
    height: 100%;
    width: 2px;
    background: #fff;
    right: -1px;
    left: auto;
}

.nav-tabs.alternate {
    border-bottom: 0px !important;
}

.nav-tabs.alternate .nav-item .nav-link {
    background: #f1f5f6;
    font-size: 18px;
    padding: 2rem 1rem;
    color: #8d999c;
}

.nav-tabs.alternate .nav-item .nav-link.active {
    background: #fff;
    color: inherit;
    font-weight: 500;
}

.nav-tabs.alternate .nav-item .nav-link.active:after {
    content: none;
}

.rtl .nav-tabs.flex-column {
    border-left: 1px solid #d7dee3;
    border-right: 0px;
}

.rtl .nav-tabs.flex-column .nav-item .nav-link {
    border: 1px solid #d7dee3;
    border-left: 0px;
}

.rtl .nav-tabs.flex-column .nav-item:first-of-type .nav-link {
    border-top-right-radius: 4px;
    border-top-left-radius: 0px;
}

.rtl .nav-tabs.flex-column .nav-item:last-of-type .nav-link {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0px;
}

.rtl .nav-tabs.flex-column .nav-item .nav-link.active:after {
    left: -1px;
    right: auto;
}

.nav-tabs:not(.flex-column) {
    flex-wrap: wrap;
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}

.nav-tabs:not(.flex-column) .nav-item {
    margin-bottom: 0px;
}

/* Nav Pills alternate Style */

.nav.nav-pills.alternate {
    padding-left: 8px;
}

.nav.nav-pills.alternate .nav-item .nav-link {
    text-align: center;
    padding: 1rem 20px;
    white-space: nowrap;
    color: rgba(250, 250, 250, 0.9);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.nav.nav-pills.alternate .nav-item .nav-link:hover {
    color: #fafafa;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.nav.nav-pills.alternate .nav-link span {
    display: block;
    font-size: 30px;
    margin-bottom: 5px;
}

.nav.nav-pills.alternate .nav-item .nav-link.active {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
    border-radius: 0px;
}

@media (max-width: 991.98px) {
    .nav.nav-pills.alternate {
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }
}

.resp-tab-active {
    margin-bottom: -1px !important;
    border-bottom: 3px solid var(--custom-color);
}

.resp-content-active {
    display: block;
}

h2.resp-tab-active {
    border-bottom: 0px solid #e4e9ec !important;
    margin-bottom: 0px !important;
    padding: 1rem 1.25rem !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #e4e9ec !important;
    background: blue;
}


.resp-arrow {
    width: 0;
    height: 0;
    margin-top: 6px;
    border-color: #000;
    border-top: 1px solid;
    border-right: 1px solid;
    width: 9px;
    height: 9px;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

h2.resp-tab-active {
    background: #f1f2f4 !important;
    color: #535b61;
}

h2.resp-tab-active i.resp-arrow {
    margin-top: 10px;
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/* Banner */

.banner .item {
    position: relative;
}

.banner .item img {
    vertical-align: middle;
}

.banner .caption {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    padding: 15px 20px;
}

.banner .caption h2,
.banner .caption h3 {
    font-size: 19px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.banner .caption p {
    color: rgba(250, 250, 250, 0.8);
    margin-bottom: 0px;
}

.banner .rounded img {
    border-radius: .25rem;
}

/* Simple ul */

.simple-ul > li {
    position: relative;
    list-style-type: none;
    line-height: 24px;
}

.simple-ul > li:after {
    content: " ";
    position: absolute;
    top: 12px;
    left: -15px;
    border-color: #000;
    border-top: 1px solid;
    border-right: 1px solid;
    width: 6px;
    height: 6px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.rtl .simple-ul > li:after {
    right: -15px;
    left: auto;
    border-color: #000;
    border-top: 0px;
    border-right: 0px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}


/* Steps Progress bar */

.widget-steps > .step {
    padding: 0;
    position: relative;
}

.widget-steps > .step .step-name {
    font-size: 16px;
    margin-bottom: 5px;
    text-align: center;
}

.widget-steps > .step > .step-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #fff;
    border: 1px solid #28a745;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.widget-steps > .step > .step-dot:after {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    top: 9px;
    left: 9px;
}

.widget-steps > .step.complete > .step-dot {
    background: #28a745;
}

.widget-steps > .step.complete > .step-dot:after {
    content: '\f00c';
    font-weight: 900;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    top: 3px;
    left: 7px;
}

.widget-steps > .step.active > .step-dot:after {
    background: #28a745;
    content: '';
}

.widget-steps > .step > .progress {
    position: relative;
    background: #bbb;
    border-radius: 0px;
    height: 1px;
    box-shadow: none;
    margin: 22px 0;
}

.widget-steps > .step > .progress > .progress-bar {
    width: 0px;
    box-shadow: none;
    background: #28a745;
}

.widget-steps > .step.complete > .progress > .progress-bar {
    width: 100%;
}

.widget-steps > .step.active > .progress > .progress-bar {
    width: 50%;
}

.widget-steps > .step:first-child.active > .progress > .progress-bar {
    width: 0%;
}

.widget-steps > .step:last-child.active > .progress > .progress-bar {
    width: 100%;
}

.widget-steps > .step.disabled > .step-dot {
    border-color: #bbb;
}

.widget-steps > .step:first-child > .progress {
    left: 50%;
    width: 50%;
}

.widget-steps > .step:last-child > .progress {
    width: 50%;
}

.widget-steps > .step.disabled a.step-dot {
    pointer-events: none;
}

@media (max-width: 575.98px) {
    .widget-steps > .step .step-name {
        font-size: 14px;
    }
}

.rtl .widget-steps > .step > .step-dot {
    top: 45px;
    right: 50%;
    left: auto;
    margin-left: 0;
    margin-right: -15px;
}

.rtl .widget-steps > .step > .step-dot:after {
    left: 0px;
    right: 9px;
}

.rtl .widget-steps > .step.complete > .step-dot:after {
    left: 0px;
    right: 7px;
}

.rtl .widget-steps > .step:first-child > .progress {
    left: auto;
    right: 50%;
}


/* Demo banner */

.demos-banner {
    background-repeat: repeat;
    background-size: cover;
    height: 880px;
    background-position: 0px 0px;
    animation: move 30s linear infinite;
    -moz-animation: move 30s linear infinite;
    -webkit-animation: move 30s linear infinite;
    -ms-animation: move 30s linear infinite;
    -o-animation: move 30s linear infinite;
}

@keyframes move {
    0% {
        background-position: 0px 0px;
    }

    100% {
        background-position: -2324px 0px;
    }
}

@-moz-keyframes move {
    0% {
        background-position: 0px 0px;
    }

    100% {
        background-position: -2324px 0px;
    }
}

@-webkit-keyframes move {
    0% {
        background-position: 0px 0px;
    }

    100% {
        background-position: -2324px 0px;
    }
}

@-ms-keyframes move {
    0% {
        background-position: 0px 0px;
    }

    100% {
        background-position: -2324px 0px;
    }
}

@-o-keyframes move {
    0% {
        background-position: 0px 0px;
    }

    100% {
        background-position: -2324px 0px;
    }
}


/* =================================== */


/*  Footer
/* =================================== */

#footer {
    background: #fff;
    color: #252b33;
    padding: 10px 0px;
    border-top: 1px solid #ecf3f5;
}

#footer .nav .nav-item {
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 10px;
    position: relative;
}

#footer .nav .nav-item:not(:last-child):after {
    content: "";
    position: absolute;
    right: -4px;
    top: 8px;
    color: #67727c;
}

#footer .nav.footer-agreement .nav-item:not(:last-child):after {
    content: "/";
}

#footer .nav.footer-contact .nav-item:not(:last-child):after {
    content: "-";
}

#footer .nav .nav-item .nav-link {
    padding: 0;
    margin: 0.5rem 0px;
    color: #67727c;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#footer .nav .nav-item .nav-link:focus {
    color: #16B7AF;
    color: var(--custom-color);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#footer .nav .nav-link:hover {
    color: #16B7AF;
    color: var(--custom-color);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#footer .footer-bottom {
    border-top: 1px solid #e2e8ea;
    padding: 0px 0px;
    color: #67727c;
}

#footer .footer-bottom .nav .nav-link:hover {
    color: #16B7AF;
    color: var(--custom-color);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#footer .nav.flex-column .nav-item {
    padding: 0px;
}

#footer .nav.flex-column .nav-item .nav-link {
    margin: 0.7rem 0px;
}

#footer.footer-text-light {
    color: rgba(250, 250, 250, 0.8);
}

#footer.footer-text-light .nav .nav-item .nav-link {
    color: rgba(250, 250, 250, 0.8);
}

#footer.footer-text-light .nav .nav-item .nav-link:hover {
    color: #fafafa;
}

#footer.footer-text-light:not(.bg-primary) .social-icons-light.social-icons li a {
    color: rgba(250, 250, 250, 0.8);
}

#footer.footer-text-light:not(.bg-primary) .social-icons-light.social-icons li a:hover {
    color: #fafafa;
}

#footer.footer-text-light.bg-primary {
    color: #fff;
}

#footer.footer-text-light.bg-primary .nav .nav-item .nav-link {
    color: #fff;
}

#footer.footer-text-light.bg-primary .nav .nav-item .nav-link:hover {
    color: rgba(250, 250, 250, 0.7);
}

#footer.footer-text-light.bg-primary :not(.social-icons) a {
    color: #fff;
}

#footer.footer-text-light.bg-primary :not(.social-icons) a:hover {
    color: rgba(250, 250, 250, 0.7);
}

body:not(.rtl) #footer .nav .nav-item:first-child {
    padding-left: 0px;
}

body:not(.rtl) #footer .nav .nav-item:last-child {
    padding-right: 0px;
}

.rtl #footer .nav .nav-item:first-child {
    padding-right: 0px;
}

.rtl #footer .nav .nav-item:last-child {
    padding-left: 0px;
}


/* Newsleter */

.newsletter .form-control {
    height: 38px !important;
    font-size: 14px;
}

.newsletter .btn {
    height: 38px;
    padding-top: 0;
    padding-bottom: 0px;
    font-size: 14px;
}


/* Social Icons */

.social-icons {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

.social-icons li {
    margin: 2px 6px;
    padding: 0;
    overflow: visible;
}

.social-icons li a {
    display: block;
    height: 26px;
    line-height: 26px;
    width: 26px;
    font-size: 18px;
    text-align: center;
    color: #4d555a;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.social-icons li i {
    line-height: inherit;
}

.social-icons.social-icons-sm li {
    margin: 0px 4px 4px;
}

.social-icons.social-icons-sm li a {
    font-size: 14px;
}

.social-icons.social-icons-lg li a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 22px;
}

.social-icons.social-icons-light li a {
    color: #eee;
}

.social-icons.social-icons-muted li a {
    color: #aab1b8;
}

.social-icons li:hover a {
    color: #999;
}

.social-icons li:hover.social-icons-twitter a,
.social-icons.social-icons-colored li.social-icons-twitter a {
    color: #00ACEE;
}

.social-icons li:hover.social-icons-facebook a,
.social-icons.social-icons-colored li.social-icons-facebook a {
    color: #3B5998;
}

.social-icons li:hover.social-icons-linkedin a,
.social-icons.social-icons-colored li.social-icons-linkedin a {
    color: #0E76A8;
}

.social-icons li:hover.social-icons-rss a,
.social-icons.social-icons-colored li.social-icons-rss a {
    color: #EE802F;
}

.social-icons li:hover.social-icons-google a,
.social-icons.social-icons-colored li.social-icons-google a {
    color: #DD4B39;
}

.social-icons li:hover.social-icons-pinterest a,
.social-icons.social-icons-colored li.social-icons-pinterest a {
    color: #cc2127;
}

.social-icons li:hover.social-icons-youtube a,
.social-icons.social-icons-colored li.social-icons-youtube a {
    color: #C4302B;
}

.social-icons li:hover.social-icons-instagram a,
.social-icons.social-icons-colored li.social-icons-instagram a {
    color: #3F729B;
}

.social-icons li:hover.social-icons-skype a,
.social-icons.social-icons-colored li.social-icons-skype a {
    color: #00AFF0;
}

.social-icons li:hover.social-icons-email a,
.social-icons.social-icons-colored li.social-icons-email a {
    color: #6567A5;
}

.social-icons li:hover.social-icons-vk a,
.social-icons.social-icons-colored li.social-icons-vk a {
    color: #2B587A;
}

.social-icons li:hover.social-icons-xing a,
.social-icons.social-icons-colored li.social-icons-xing a {
    color: #126567;
}

.social-icons li:hover.social-icons-tumblr a,
.social-icons.social-icons-colored li.social-icons-tumblr a {
    color: #34526F;
}

.social-icons li:hover.social-icons-reddit a,
.social-icons.social-icons-colored li.social-icons-reddit a {
    color: #C6C6C6;
}

.social-icons li:hover.social-icons-delicious a,
.social-icons.social-icons-colored li.social-icons-delicious a {
    color: #205CC0;
}

.social-icons li:hover.social-icons-stumbleupon a,
.social-icons.social-icons-colored li.social-icons-stumbleupon a {
    color: #F74425;
}

.social-icons li:hover.social-icons-digg a,
.social-icons.social-icons-colored li.social-icons-digg a {
    color: #191919;
}

.social-icons li:hover.social-icons-blogger a,
.social-icons.social-icons-colored li.social-icons-blogger a {
    color: #FC4F08;
}

.social-icons li:hover.social-icons-flickr a,
.social-icons.social-icons-colored li.social-icons-flickr a {
    color: #FF0084;
}

.social-icons li:hover.social-icons-vimeo a,
.social-icons.social-icons-colored li.social-icons-vimeo a {
    color: #86C9EF;
}

.social-icons li:hover.social-icons-yahoo a,
.social-icons.social-icons-colored li.social-icons-yahoo a {
    color: #720E9E;
}

.social-icons li:hover.social-icons-googleplay a,
.social-icons.social-icons-colored li.social-icons-googleplay a {
    color: #DD4B39;
}

.social-icons li:hover.social-icons-apple a,
.social-icons.social-icons-colored li.social-icons-apple a {
    color: #000;
}

.social-icons.social-icons-colored li:hover a {
    color: #999;
}

body:not(.rtl) .social-icons li:first-child {
    margin-left: 0px;
}

body:not(.rtl) .social-icons li:last-child {
    margin-right: 0px;
}

.rtl .social-icons li:first-child {
    margin-right: 0px;
}

.rtl .social-icons li:last-child {
    margin-left: 0px;
}


/* Back to Top */

#back-to-top {
    display: none;
    position: fixed;
    z-index: 1030;
    bottom: 10px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    color: #fff;
    font-size: 16px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 0.25rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

#back-to-top:hover {
    background-color: var(--custom-color);
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.rtl #back-to-top {
    left: 10px;
    right: auto;
}

@media (max-width: 575.98px) {
    #back-to-top {
        z-index: 1029;
    }
}


/* =================================== */


/*  Extras
/* =================================== */


/* Bootstrap Specific */

.form-control,
.form-select {
    border-color: #dae1e3;
    font-size: 15px;
    color: #656565;
}

.form-control:not(.form-control-sm) {
    padding: .7rem .5rem;
    height: inherit;
}

.form-control-sm {
    font-size: 14px;
}

.icon-inside {
    position: absolute;
    right: 15px;
    top: -webkit-calc(50% - 11px);
    top: -moz-calc(50% - 11px);
    top: -o-calc(50% - 11px);
    top: calc(50% - 11px);
    pointer-events: none;
    font-size: 18px;
    font-size: 1.125rem;
    color: #c4c3c3;
    z-index: 3;
}

.rtl .icon-inside {
    right: auto;
    left: 15px;
}

.form-control-sm + .icon-inside {
    font-size: 0.875rem !important;
    font-size: 14px;
    top: -webkit-calc(50% - 13px);
    top: -mozcalc(50% - 13px);
    top: -o-calc(50% - 13px);
    top: calc(50% - 13px);
}

select.form-control:not([size]):not([multiple]):not(.form-control-sm) {
    height: auto;
    padding-top: .700rem;
    padding-bottom: .700rem;
}

.form-select:not(.form-select-sm) {
    height: -webkit-calc(3.05rem + 3px);
    height: -mozcalc(3.05rem + 3px);
    height: -o-calc(3.05rem + 3px);
    height: calc(3.05rem + 3px);
    padding-top: .700rem;
    padding-bottom: .700rem;
}

.col-form-label-sm {
    font-size: 13px;
}

.form-select-sm {
    padding-left: 5px !important;
    font-size: 14px;
}

.form-select:not(.form-select-sm).border-0 {
    height: 3.00rem;
}

.form-control:focus[readonly] {
    box-shadow: none;
}

.input-group-text {
    border-color: #dae1e3;
    background-color: #f1f5f6;
    color: #656565;
}

.form-control::-webkit-input-placeholder {
    color: #b1b4b6;
}

.form-control:-moz-placeholder {
    /* FF 4-18 */
    color: #b1b4b6;
}

.form-control::-moz-placeholder {
    /* FF 19+ */
    color: #b1b4b6;
}

.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    /* IE 10+ */
    color: #b1b4b6;
}

.btn-sm {
    padding: 0.5rem 1rem;
}

.btn:not(.btn-link):not(.cancelBtn):not(.applyBtn) {
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

.btn:not(.btn-link):not(.cancelBtn):not(.applyBtn):hover {
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* @media (max-width: 575.98px) {
    .btn:not(.btn-sm) {
        padding: .810rem 1rem;
    }
} */

.bg-primary {
    background-color: var(--custom-color) !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

.btn-link {
    text-decoration: none;
}

.btn-link:hover {
    text-decoration: underline;
}

.text-primary,
.btn-light,
.btn-outline-light:hover,
.btn-link,
.link-primary {
    color: #16B7AF !important;
    color: var(--custom-color) !important;
}

a.text-primary:focus,
a.text-primary:hover,
.btn-link:hover,
.link-primary:hover,
.link-primary:focus {
    color: #444444 !important;
}

.text-secondary {
    color: #6c757d !important;
}

.text-muted {
    color: #8e9a9d !important;
}

.text-light {
    color: #dee3e4 !important;
}

.text-body {
    color: #4c4d4d !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #444444 !important;
}

.border-primary {
    border-color: #16B7AF !important;
    border-color: var(--custom-color) !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.btn-primary {
    background-color: #16B7AF;
    border-color: #16B7AF;
    background-color: var(--custom-color);
    border-color: var(--custom-color);
}

.btn-primary:hover {
    background-color: #444444;
    border-color: #444444;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #444444;
    border-color: #444444;
}

.btn-primary:not(:disabled):not(.disabled).active:hover,
.btn-primary:not(:disabled):not(.disabled):active:hover {
    background-color: var(--custom-color);
    border-color: var(--custom-color);
}

.btn-primary.focus,
.btn-primary:focus {
    background-color: #444444;
    border-color: #444444;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-primary {
    color: var(--custom-color);
    border-color: var(--custom-color);
}

.btn-outline-primary:hover {
    background-color: var(--custom-color);
    border-color: var(--custom-color);
    color: #fff;
}

.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    background-color: var(--custom-color);
    border-color: var(--custom-color);
    color: #fff;
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
}

.progress-bar,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--custom-color);
}

.page-item.active .page-link,
.form-check-input:checked {
    background-color: var(--custom-color);
    border-color: var(--custom-color);
}

.list-group-item.active {
    background-color: var(--custom-color);
    border-color: var(--custom-color);
}

.page-link {
    color: var(--custom-color);
}

.page-link:hover {
    color: #444444;
}


/* Pagination */

.page-item:not(:first-child) .page-link {
    margin-left: 0.22rem;
}

.page-link {
    border: none;
    border-radius: 0.25rem;
    margin: 0 0.22rem;
    font-size: 16px;
    font-size: 1rem;
}

.page-link:hover {
    background-color: #e9eff0;
}

.rtl .page-item:not(:first-child) .page-link {
    margin-right: 0.22rem;
}


/* Vertical Multilple input group */

.vertical-input-group .input-group:first-child {
    padding-bottom: 0;
}

.vertical-input-group .input-group:first-child * {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.vertical-input-group .input-group:last-child {
    padding-top: 0;
}

.vertical-input-group .input-group:last-child * {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.vertical-input-group .input-group:not(:last-child):not(:first-child) {
    padding-top: 0;
    padding-bottom: 0;
}

.vertical-input-group .input-group:not(:last-child):not(:first-child) * {
    border-radius: 0;
}

.vertical-input-group .input-group:not(:first-child) * {
    border-top: 0;
}


/* Slider Range (jQuery UI) */

.ui-slider-horizontal {
    height: .2em;
    margin-left: 11px;
    margin-right: 11px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.7em;
    margin-left: -.7em;
    border-radius: 100%;
    background: #fff;
    width: 1.5em;
    height: 1.5em;
}

.ui-slider.ui-widget.ui-widget-content {
    border: none;
    background: #eee;
    margin-bottom: 15px;
}

.ui-slider .ui-widget-header {
    background: var(--custom-color);
}

.ui-menu.ui-widget.ui-widget-content {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176);
    border: none;
    overflow: hidden;
    overflow-y: auto;
    max-height: 50vh;
    border-radius: 4px;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 6px .75rem 6px .9rem;
}

.ui-menu.ui-widget-content .ui-state-active {
    background: var(--custom-color);
    border-color: var(--custom-color);
}

.ui-menu .ui-menu-divider {
    display: none;
}


/* Bootstrap-select */

.bootstrap-select.form-control {
    padding: 0;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
    color: #4c4d4d;
    font-weight: normal;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #4c4d4d;
    font-weight: normal;
}

.bootstrap-select .dropdown-item:focus,
.bootstrap-select .dropdown-item:hover:not(.dropdown-item.active) {
    background-color: #f5f5f5;
}

.bootstrap-select .dropdown-menu li.active small {
    color: rgba(255, 255, 255, 0.7) !important;
}

.bootstrap-select > .dropdown-toggle {
    padding: .700rem 1.50rem .700rem .75rem !important;
    box-shadow: none !important;
    font-weight: normal;
}

.bootstrap-select > .dropdown-toggle.form-select:after {
    border: none;
}

.bootstrap-select .dropdown-toggle.form-select .filter-option {
    height: auto;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.bootstrap-select .dropdown-menu li a {
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    width: auto;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.rtl .bootstrap-select > .dropdown-toggle {
    padding: .700rem .75rem .700rem 1.50rem !important;
}

.rtl .bootstrap-select .dropdown-menu li small {
    padding-left: 0;
    padding-right: .5em;
}

.currency-flag {
    min-width: 24px;
}

.currency-flag-sm {
    min-width: 16px;
}

.currency-flag-lg {
    min-width: 36px;
}


/* styles-switcher */

#styles-switcher {
    background: #fff;
    width: 202px;
    position: fixed;
    top: 35%;
    z-index: 99;
    padding: 20px;
    left: -202px;
}

#styles-switcher ul {
    padding: 0;
}

#styles-switcher ul li {
    list-style-type: none;
    width: 25px;
    height: 25px;
    margin: 4px 2px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

#styles-switcher ul li.blue {
    background: #007bff;
}

#styles-switcher ul li.brown {
    background: #795548;
}

#styles-switcher ul li.purple {
    background: #6f42c1;
}

#styles-switcher ul li.indigo {
    background: #6610f2;
}

#styles-switcher ul li.red {
    background: #dc3545;
}

#styles-switcher ul li.orange {
    background: #fd7e14;
}

#styles-switcher ul li.yellow {
    background: #ffc107;
}

#styles-switcher ul li.pink {
    background: #e83e8c;
}

#styles-switcher ul li.teal {
    background: #20c997;
}

#styles-switcher ul li.cyan {
    background: #17a2b8;
}

#styles-switcher ul li.active {
    transform: scale(0.7);
    cursor: default;
}

#styles-switcher .switcher-toggle {
    position: absolute;
    background: #333;
    color: #fff;
    font-size: 1.25rem;
    border-radius: 0px 4px 4px 0;
    right: -40px;
    top: 0;
    width: 40px;
    height: 40px;
    padding: 0;
}

#styles-switcher #reset-color {
    background: var(--custom-color);
}

.modal-title {
    color: #1e1d1c;
    font-family: "Rubik", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
}

.box-pd {
    padding: 20px;
}

.box-first-title {
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
    position: relative;
    font-size: 1.75rem;
}

.box-first-title:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #4c4d4d;
    opacity: 0.1;
    margin-left: -20px;
    margin-right: -20px;
}

.welcome-inner {
    height: 100%;
    overflow: hidden;
    padding: 20px;
    background-color: #fff;
}

.welcome-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.25rem;
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-address {
    color: #67727c;
}

.form-check-input {
    margin-top: 3px;
}

.card-logo {
    text-align: center;
    vertical-align: middle;
}

.card-logo img {
    width: 75px;
    min-width: 75px;
}

.payment-table td {
    vertical-align: middle;
    padding: 0;
}

.payment-table-inner {
    width: 100%;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 12px;
    cursor: pointer;
}

.payment-table-inner label {
    padding: 8px;
    cursor: pointer;
    width: 100%;
    display: block;
}

.payment-table-inner input[type="radio"] {
    display: none;
}

.installment-price {
    font-size: 11px !important;
    position: relative;
    margin-top: 5px;
    text-align: center;
    transition: all 300ms;
}

.payment-table-inner label * {
    line-height: 18px;
    font-size: 14px;
}

.selected-text {
    font-size: 18px;
    font-weight: 500;
    color: var(--custom-color);
    margin-right: 10px;
}

.total-price {
    margin-top: 10px;
    text-align: center;
}

.selection img {
    margin-right: 10px;
}

.selected-info {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.selection {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-number-area {
    display: flex;
    justify-content: space-between;
}

.card-number-area input {
    display: inline-block;
    color: #212529;
    text-align: center;
}

.no-register-note {
    margin-top: 1rem;
    height: 109px !important;
}

.entered-price {
    font-weight: 600;
    white-space: nowrap;
}

.no-register-input-area input::placeholder,
.no-register-input-area textarea::placeholder {
    font-size: 13px;
}

table.payment-table th {
    vertical-align: middle;
}

.price-x {
    padding: 0 0 10px;
}

.in-title {
    text-align: center;
    font-size: 20px;
    font-weight: 400 !important;
    margin: 20px 0;
}

.sub-title {
    font-size: 20px;
    font-weight: 400;
}

.box-padding {
    padding: 16px;
    margin-bottom: 20px;
}

.payment-sub-title {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
}

.payment-table {
    margin-bottom: 0
}

.card-select option {
    font-size: 13px;
}

.mini-col.row > *:not(:last-child) {
    padding-right: 6px;
}

.mini-col.row > *:not(:first-child) {
    padding-left: 6px;
}

.cvc-area {
    position: relative;
}

.cvc-info {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
}

.veripay-tooltip {
    position: absolute;
    left: -1px;
    padding: 5px !important;
    min-width: 170px;
    text-align: center;
    font-size: 12px !important;
    box-shadow: 0 2px 6px 2px rgb(0 0 0 / 18%);
    background-color: #fff;
    transform: translate(-100%, -25%);
    top: -5px;
    color: #4c4d4d;
    opacity: 0;
    visibility: hidden;
    z-index: 2147483647;
}

.cvc-info i:hover ~ .veripay-tooltip {
    opacity: 1;
    visibility: visible;
}

.card-select {
    cursor: pointer;
}

.card-preview {
    padding: 16px;
    height: 100%;
}

.card-details {
    height: 100%;
    padding: 16px
}

.pay-text {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-top: 8px;
}

.one-pay-box {
    box-shadow: 0 0 9px 2px #e1e1e1;
    border-radius: .25rem !important;
    border: 1px solid transparent;
    cursor: pointer;
    margin-bottom: 24px;
    position: relative;
}

.one-pay-box label {
    padding:15px;
}

.one-pay-box label {
    display: block;
    cursor: pointer;
}

.one-pay-box.selected {
    border: 1px solid #0f0;
    box-shadow: 0 0 9px 2px #0f0;
}

.pay-img {
    height: 30px;
    display: flex;
    align-items: center;
}

.pay-img img {
    width: auto;
    object-fit: contain;
    height: 100%;
}

.one-pay-padding {
    padding: 24px 24px 0;
}

.pay-selected-icon {
    position: absolute;
    top: 10px;
    right: 10px;
}

@keyframes check {
    50% {
        transform: scale(1.2)
    }
}

.pay-selected {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.checked-style {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    transform: scale(1);
    transition: all .2s ease;
    border-radius: 50%;
}

.checked-style:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #0f0;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
    transition-delay: .2s;
}

.checked-style svg {
    position: absolute;
    z-index: 1;
    top: 6px;
    left: 4px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all .3s ease;
    transition-delay: .1s;
    transform: translate3d(0, 0, 0);
}

.checked-style:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #B9B8C3;
    transform-origin: 0 0;
    transform: scaleX(0);
}

.one-pay-box.selected .checked-style:before {
    transform: scale(2.2);
    opacity: 0;
    transition: all .6s ease;
}

.one-pay-box.selected .checked-style:after {
    transition: all .3s ease;
}

.one-pay-box.selected .checked-style svg {
    stroke-dashoffset: 0;
}

.one-pay-box.selected .checked-style {
    transition: all .3s ease;
    border-color: #0f0;
    background: #0f0;
    animation: check .6s ease;
}

.preview-area {
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    transition: all 400ms linear;
    min-height: 200px;
    word-break: break-word;
}

.preview-area .payment-front,
.preview-area .payment-back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    transition: all 400ms linear;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.preview-card {
    background-color: #2088db;
    border-radius: 10px;
}

.payment-front {
    padding: 30px;
}

.preview-card-shiny {
    width: 50px;
    height: 35px;
    border-radius: 5px;
    background: #ccc;
    position: relative;
}

.preview-card-shiny:before {
    content: "";
    display: block;
    width: 70%;
    height: 60%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #d9d9d9;
    position: absolute;
    top: 20%;
}

.preview-card-number.preview-card-display {
    margin: 20px 0;
    font-size: 24px;
    color: #e1e1e1;
    font-weight: 500;
}

.preview-footer {
    font-size: 17px;
    color: #e1e1e1;
    font-weight: 500;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.payment-back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.preview-area.go-back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.payment-back-line {
    margin-top: 30px;
    width: 100%;
    height: 40px;
    background-image: -webkit-linear-gradient(#444, #333);
    background-image: linear-gradient(#444, #333);
}

.preview-name-surname {
    width: 70%;
}

.payment-cvc {
    text-align: right;
    color: #e1e1e1;
    margin-top: 20px;
    margin-right: 20px;
    font-size: 17px;
    font-weight: 500;
}

.payment-table-inner label .checked-style {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 2px;
    left: 2px;
}

.payment-table-inner input[type="radio"]:checked ~ label .checked-style {
    transition: all .3s ease;
    border-color: #0f0;
    background: #0f0;
    animation: check .6s ease;
    opacity: 1;
    visibility: visible;
}

.payment-table-inner input[type="radio"]:checked ~ label .installment-price {
    /*padding-left: 20px;*/
}

.payment-table-inner input[type="radio"]:checked ~ label .checked-style:before {
    transform: scale(2);
    opacity: 0;
    transition: all .6s ease;
}

.payment-table-inner input[type="radio"]:checked ~ label .checked-style:after {
    transition: all .3s ease;
}

.payment-table-inner input[type="radio"]:checked ~ label .checked-style svg {
    stroke-dashoffset: 0;
}

.extra-installment {
    position: absolute;
    top: 0;
    right: 0px;
    background-color: var(--custom-color);
    font-size: 11px !important;
    color: #fff;
    border-radius: 0 0 0 7px;
    padding: 2px 3px;
}

.extra-installment-business {
    position: absolute;
    top: 0;
    left: 0px;
    background-color: black;
    font-size: 11px !important;
    color: #fff;
    border-radius: 0 0 7px 0;
    padding: 1px 3px;
}

.ins-title {
    transform: rotate(180deg);
    writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.extra-installment:hover .veripay-tooltip {
    opacity: 1;
    visibility: visible;
}

.extra-installment-business:hover .veripay-tooltip {
    opacity: 1;
    visibility: visible;
}

main {
    min-height: -webkit-calc(100vh - 197px);
    min-height: -moz-calc(100vh - 197px);
    min-height: -o-calc(100vh - 197px);
    min-height: calc(100vh - 197px);
}

.payment-table tbody tr:nth-child(odd) td {
    background: #f2f2f2;
}

.preview-card-area-inner {
    height: 100%;
}

.preview-inner {
    height: -webkit-calc(100% - 22px);
    height: -moz-calc(100% - 22px);
    height: -o-calc(100% - 22px);
    height: calc(100% - 22px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.featured-box a {
    color: #000;
}

.featured-box a:hover {
    color: var(--custom-color);
}

.first-title {
    font-size: 30px;
    margin-bottom: 10px;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
}

.user-name {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}

.area-title {
    font-size: 20px;
}

.title {
    font-size: 18px;
}

.transactions span {
    font-size: 21px;
    font-weight: 600;
    margin-top: 5px;
    display: inline-block;
}

canvas {
    display: inline-block;
    vertical-align: baseline;
}

.fix-set {
    display: inline-block;
    outline: none;
    border: none;
    white-space: nowrap;
    appearance: none;
    padding: 3px 5px;
    font-size: 13px;
    border-radius: 5px;
    min-width: 65px;
    color: #fff;
    text-align: center
}

.danger {
    background-color: #ff0000;
}

.success {
    background-color: #23af23;
}

.warning {
    background-color: #ffc107;
}

.info {
    background-color: #0dcaf0;
}

.company-name {
    font-size: 17px;
    font-weight: 500;
}

.company-address {
    margin: 10px 0;
    font-size: 15px;
}

.company-contact strong {
    font-size: 15px;
    min-width: 70px;
    display: inline-block;
}

.company-contact {
    font-size: 14px;
}

.company-info .company-contact:not(:last-child) {
    margin-bottom: 5px;
}

.veripay-table tr {
    vertical-align: middle;
    font-size: 13px;
}

.veripay-table .btn {
    padding: 0.3rem 1rem;
    font-size: 10px;
    box-shadow: none !important;
    white-space: nowrap;
}

.user-profile .m-dropzone__msg-desc {
    text-indent: -1000px;
    display: inline-block;
    overflow: hidden;
}

.user-profile .dropzone {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    border: none;
    padding: 0;
    z-index: 2;
}

.user-profile {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.user-profile .user-image {
    width: 160px;
    height: 160px;
    object-fit: contain;
    vertical-align: middle;
    z-index: 0;
    border-radius: 50%;
}

.profile-img-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000000de;
    color: #fff;
    padding: 10px;
    max-width: 176px;
    font-size: 15px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
}

.user-profile:hover .profile-img-info {
    opacity: 1;
    visibility: visible
}

.profile-img-info i {
    font-size: 24px;
}

.user-profile .dropzone .dz-preview {
    display: none;
    min-height: auto;
    margin: 0;
    width: 180px;
    height: 180px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.user-profile .dropzone .dz-preview:last-child {
    display: block;
}

.user-profile .dropzone .dz-preview .dz-image {
    border-radius: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.user-profile .dropzone .dz-preview .dz-image img {
    width: 100%;
    border-radius: 50%;
}

.user-profile .dropzone .dz-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0;
}

.user-profile .dropzone .dz-preview.dz-error .dz-error-message {
    position: absolute;
    top: 126px;
    left: 50%;
    transform: translateX(-50%);
}

.label-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    width: 100%;
    display: block;
}

.dataTables_wrapper .dataTables_paginate a {
    padding: 8px 10px;
    display: inline-block;
    border: 1px solid var(--custom-color);
    background-color: #fff;
    color: var(--custom-color);
    min-width: 30px;
    text-align: center;
    line-height: 19px;
    font-weight: 400;
    cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate > a:not(:last-child) {
    border-right: unset;
}

.dataTables_wrapper .dataTables_paginate span a {
    border-right: unset;
}

.dataTables_wrapper .dataTables_paginate a.disabled {
    cursor: default !important;
}

.dataTables_wrapper .dataTables_paginate a.disabled:hover {
    background-color: #fff;
}

.dataTables_wrapper .dataTables_paginate a:hover {
    background-color: #efefef;
}

.dataTables_wrapper .dataTables_paginate a.current {
    background-color: var(--custom-color);
    color: #fff;
}

table.dataTable > tbody > tr.even {
    background-color: #a2a2a22b;
}

div.dataTables_wrapper div.dataTables_filter input {
    padding: 0.375rem 0.75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

div.dataTables_wrapper div.dataTables_filter input:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--custom-color);
    outline: 0;
}

.veripay-tab {
    width: 100%;
}

.veripay-tab li {
    flex: 1;
    width: 100%;
    text-align: center;
}

.pay-set-btn {
    height: 46.88px;
    line-height: inherit;
}

.form-box-in {
    display: flex;
    align-items: center;
}

.input-in-area {
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46.88px;
    border-top: 1px solid #dae1e3;
    border-bottom: 1px solid #dae1e3;
}

.form-box-in * {
    border-radius: 0;
}

.payment-reports .form-group:not(:last-child) {
    margin-bottom: 15px;
}

.form-select-area {
    display: flex;
    align-items: center;
}

.form-select-area select:not(:last-child) {
    margin-right: 15px;
}

.buttons-area * {
    box-shadow: none !important
}

.buttons-area i {
    font-size: 14px;
    margin-right: 5px;
}

.process-count .transactions:not(:last-child) {
    margin-bottom: 30px;
}

.user-info {
    margin-top: 20px;
    padding-bottom: 20px;
}

.user-info ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.user-info ul li:not(:last-child) {
    margin-bottom: 10px;
}

.user-info ul li i {
    color: var(--custom-color);
    font-size: 18px;
    margin-right: 5px;
    min-width: 19px;
}

.user-info ul li {
    font-size: 14px;
    font-weight: 500;
}

.nowrap {
    white-space: nowrap;
}

.tab-content p:last-child {
    margin-bottom: 0 !important;
}

.contracts-btn {
    box-shadow: none !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}

.modal-footer button {
    padding: 0.5rem 1rem;
}

.collection-table td {
    padding: 0.5rem;
}

table.payment-table th:first-child {
    max-width: 100px;
    width: 100px;
    text-align: center;
}

.pagination-style ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pagination-style ul li {
    display: flex;
    min-width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--custom-color);
    color: #2c343b;
    font-size: 14px;
}

.pagination-style ul li a {
    height: 100%;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    line-height: 15px;
}

.pagination-style ul li a {
    color: var(--custom-color);
}

.pagination-style ul li.active {
    color: #fff;
    background: var(--custom-color);
}

.pagination-style ul li:hover {
    color: #fff;
    background: var(--custom-color);
}

.pagination-style ul li:hover a {
    color: #fff;
}

.pagination-style {
    margin-top: 20px;
}

.pagination-style ul li:not(:last-child) {
    border-right: unset;
}

.product-img img {
    display: block;
    height: 150px;
    width: 100%;
    object-fit: contain;
    border-radius: .25rem;
}

.product-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 16px;
    margin: 10px 0 5px;
}

.product-price {
    margin-bottom: 8px;
    font-size: 15px;
    color: #16B7AF;
    font-weight: 600;
}
.product-title a {
    color: #000;
    display: block;
}
.product-title:hover a {
    color: var(--custom-color);
}
.product-options {
    display: flex;
}

.product-options button {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    line-height: 24px;
}

.liked-style {
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9;
    background: #fff;
    border-radius: 50%;
    box-shadow: none !important;
}

.basket-style {
    padding: 2px 8px;
    width: 100%;
    border: 1px solid #a5a5a5;
    font-size: 15px;
}

.product-options button:hover {
    background-color: var(--custom-color);
    color: #fff;
    border: 1px solid var(--custom-color);
}

.liked-style .fas {
    color: var(--custom-color);
}

.box-title {
    font-size: 18px;
    font-weight: 600;
}

.user-page-name {font-size: 20px;font-weight: 600;margin-bottom: 20px;}

.user-page-list {
    padding-left: 15px;
    list-style: none;
    margin-bottom: 0;
}

.user-page-list li a {
    font-size: 16px;
    display: block;
}

.user-page-list li {
    padding: 5px;
}
.address-page-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.user-page-list li.active {
    padding: 10px;
    background-color: var(--custom-color);
    border-radius: 5px;
    margin-bottom: 5px;
}

.user-page-list li.active a {
    color: #fff;
}
.address-page-top .inner-title {
    font-size: 24px;
}

.address-box-checked {
    padding: 15px;
    box-shadow: 0 0 9px 2px #e1e1e1;
    border-radius: .25rem !important;
    border: 1px solid transparent;
    cursor: pointer;
    margin-bottom: 24px;
    position: relative;
}

.address-box-checked label {
    display: block;
    cursor: pointer;
}

.address-box-checked.selected {
    border: 1px solid #0f0;
    box-shadow: 0 0 9px 2px #0f0;
}

.address-box-checked.selected .checked-style:before {
    transform: scale(2.2);
    opacity: 0;
    transition: all .6s ease;
}

.address-box-checked.selected .checked-style:after {
    transition: all .3s ease;
}

.address-box-checked.selected .checked-style svg {
    stroke-dashoffset: 0;
}

.address-box-checked.selected .checked-style {
    transition: all .3s ease;
    border-color: #0f0;
    background: #0f0;
    animation: check .6s ease;
}

.address-box {
    border: 1px solid var(--custom-color);
    padding: 10px 10px 60px;
    border-radius: 12px;
    height: 100%;
    position: relative;
}

.address-title {
    font-size: 18px;
    color: var(--custom-color);
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 5px;
}
.address-options button {
    padding: 8px 17px;
    font-size: 15px;
}

.address-options {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
.address-name {
    margin-bottom: 4px;
}

.address-phone {
    margin-bottom: 4px;
}
.default-address-info {
    text-align: center;
    margin-top: -10px;
    margin-bottom: 8px;
}
.default-address-info span {
    width: 170px;
    background: var(--custom-color);
    color: #fff;
    padding: 3px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.mb-24 {
    margin-bottom: 24px;
}
.go-btn-order {
    display: flex;
    align-items: center;
}
.go-btn-order i {
    margin-left: 4px;
}
.order-date span {
    color: var(--custom-color);
    font-weight: 500;
}

.order-date {
    font-size: 15px;
}
.order-info {
    display: flex;
    margin-bottom: 10px;
}

.order-detail-name {
    min-width: 160px;
    width: 160px;
    color: var(--custom-color);
    font-weight: 500;
    font-size: 17px;
}

.order-detail-text {
    font-size: 15px;
}

.order-address-title {font-size: 22px;}

.order-product-item img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 5px;
}

.order-product-item a {
    display: flex;
    align-items: center;
}

.order-product-name {
    margin-left: 10px;
    font-size: 14px;
    max-height: 70px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.piece-area {
    display: flex;
    align-items: center;
    justify-content: center;
}

.piece-num input {
    width: 60px;
    padding: 5px !important;
    height: 30px !important;
    border-radius: unset;
    border-left: unset;
    border-right: unset;
    text-align: center;
}

.piece-s.piece-minus {
    background-color: var(--custom-color);
    text-align: center;
}
.piece-s.piece-plus {
    background-color: var(--custom-color);
    color: #fff;
    text-align: center;
}

.piece-s button {
    padding: 0 !important;
    color: #fff;
    min-width: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px !important;
}

.piece-s button:hover {
    color: #fff;
}
.basket-info-line {
    display: flex;
    justify-content: space-between;
}

.basket-info {
    font-size: 16px;
    font-weight: 500;
}
.basket-info-text {
    color: var(--custom-color);
    font-size: 15px;
}

.basket-info-line {
    margin-bottom: 10px;
}
.basket-primose button {
    padding: 0;
    text-align: left;
    font-size: 12px;
    text-decoration: underline;
}

.basket-primose {
    margin-top: 15px;
}
.basket-primose button:focus {
    box-shadow: none;
}

.payment-page-title {
    font-size: 18px;
}

.payment-page-address {
    margin-top: 20px;
}

.pay-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.default-payment-style {
    box-shadow: none !important;
    border-radius: 12px !important;
    margin-bottom: 0 !important;
    padding-bottom: 10px;
}

span.mini-text {
    font-size: 13px;
    font-weight: 400;
}
.basket-info-line.order-min {
    justify-content: flex-start;
}

.basket-info-line.order-min .basket-info {
    margin-right: 10px;
    width: 100px;
}

.address-slider {
    padding: 0 40px;
    position: relative;
}

.address-slider .swiper-button-prev {
    left: 0;
}

.address-slider .swiper-button-prev:after {
    font-size: 28px;
    color: var(--custom-color);
}

.address-slider .swiper-button-next {
    right: 0;
}

.address-slider .swiper-button-next:after {
    font-size: 28px;
    color: var(--custom-color);
}
.payment-page-promise .basket-primose button {
    font-size: 14px;
}
.categories {
    margin-top: 20px;
}
.categories .category-select:not(:last-child) {
    margin-bottom: 15px;
}
.product-piece {
    display: flex;
    margin-bottom: 10px;
}

.product-piece-input input.form-control {
    padding: 0.2rem 0.3rem;
}

.product-piece-val {
    width: 20px;
    height: 20px;
}
.product-piece-val.product-piece-minus {
    margin-right: 10px;
    background-color: var(--custom-color);
}

.product-piece-val.product-piece-plus {
    margin-left: 10px;
}
.product-piece .piece-num input {
    width: 100%;
}

.product-options .product-piece {
    margin-bottom: 0;
    margin-right: 10px;
}

.product-options .product-piece button.btn.basket-style {
    height: 36px;
}

.product-item {
    height: 100%;
}

.product-img {
    position: relative;
}

.product-img a {
    position: relative;
    z-index: 2;
}

.liked-style:hover {
    box-shadow: 0 0 2px 2px rgb(255 255 255 / 60%) !important;
}
.product-features ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.product-features {
    margin-bottom: 8px;
}

.product-features ul li span {
    display: inline-block;
    font-weight: 600;
}

.product-features ul li {
    font-size: 12px;
    line-height: 18px;
}

.product-table tr {
    vertical-align: middle;
}

.product-table tr td {
    font-size: 13px;
}

.product-table-scale i {
    font-size: 18px;
}

.product-table-scale {
    text-align: center;
    cursor: pointer;
}

.product-table-scale:hover{
    background-color: rgba(0,0,0,0.05);
    border-radius: 0.25rem !important;
    -webkit-box-shadow:0px 0px 50px -35px rgb(0 0 0 / 40%) !important;
    box-shadow:0px 0px 50px -35px rgb(0 0 0 / 40%) !important;
}

.product-table>tbody>tr:nth-of-type(odd) .product-table-scale:hover{
    background-color: #FFFFFF;
    border-radius: 0.25rem !important;
    -webkit-box-shadow:0px 0px 50px -35px rgb(0 0 0 / 40%) !important;
    box-shadow:0px 0px 50px -35px rgb(0 0 0 / 40%) !important;
}

/* STİCKY TABLE */
.sticky-table thead tr {
    position: relative;
    top: 0;
    background-color: #fff;
}

@supports (position:sticky) {
    .sticky-table thead tr {
        position: sticky;
        top: -1px;
        background-color: #fff;
    }
}

.product-detail-swiper img {
    min-height: 360px;
    max-height: 500px;
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.product-detail-swiper {
    margin-bottom: 20px;
}
.product-detail-price {
    font-size: 18px;
    color: var(--custom-color);
    font-weight: 500;
    margin-bottom: 5px;
}
.product-detail-swiper .swiper-button-next {
    color: #fff;
}
.product-detail-swiper .swiper-button-prev {
    color: #fff;
}
.stock-info {
    position: absolute;
    top: 16px;
    right: 0;
    background-color: var(--custom-color);
    padding: 5px 20px;
    color: #fff;
    font-size: 18px;
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
}

.product-detail-title {
    font-size: 1.75rem;
    font-weight: 400;
    max-width: 80%;
}

.product-description ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.product-description ul li span {
    display: inline-block;
    font-weight: 600;
}

.product-description ul li {
    font-size: 16px;
}

.piece-area.product-detail-piece {
    justify-content: flex-start;
}

.product-detail-basket {
    display: flex;
}

.product-detail-add-basket {
    margin-left: 20px;
}
.basket-info-min {
    font-size: 14px;
}

.piece-area.product-detail-piece .piece-s button {
    width: 39px;
    height: 39px;
}

.piece-area.product-detail-piece .piece-num input {
    height: 39px !important;
    width: 100px;
}

button.btn.product-detail-liked-btn {
    padding: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.detail-space {
    margin-top: 20px;
}
.detail-bold-text {
    font-weight: 600;
    font-size: 16px;
}
.grid-view-selected {
    display: flex;
    align-items: center;
}

.grid-view-selected a:not(:last-child) {
    margin-right: 10px;
}
.grid-view-selected a {
    padding: 10px 20px;
    color: var(--custom-color);
}

.grid-view-selected button:not(:last-child) {
    margin-right: 10px;
}
.grid-view-selected button {
    padding: 10px 20px;
    color: var(--custom-color);
}

.success-area {
    margin: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.success-area-img {
    width: 180px;
}
.success-title {
    font-size: 28px;
}
.icon-text {
    margin-top: 20px;
    text-align: center
}
.icon-area {
    text-align: center;
}
.buttons-area .btn-info {
    color: #fff;
}
.success-thanks {
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
}
.buttons-area {
/*    display: flex;
    align-items: center;
    justify-content: center;*/
    /*margin-top: 20px;*/
}
.buttons-area a,
.buttons-area button {
    margin: 0 !important;
    padding: 12px 20px;
    font-size: 14px;
}
.buttons-area a:not(:last-child) {
    margin-right: 10px !important;
}
@media only screen and (max-width:575px) {
    .success-area-img {
        width: 100px;
    }
    .success-title {
        font-size:22px
    }
    .success-thanks {
        font-size: 14px;
    }
}


.header-basket {
    /*height: 80px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}

.header-basket-count {
    position: absolute;
    top: -6px;
    right: -11px;
    min-width: 15px;
    height: 15px;
    background-color: var(--custom-color);
    color: #fff;
    text-align: center;
    line-height: 11px;
    z-index: 2;
    font-size: 11px;
    padding: 2px 3px;
    border-radius: 12px;
}

.header-basket-inner {
    position:relative;
}

.old-product-price{
    font-size: 12px;
    text-decoration: line-through;
    color: darkgrey;
}

.old-product-detail-price{
    font-size: 14px;
    text-decoration: line-through;
    color: darkgrey;
}

.old-product-list-price{
    font-size: 10px;
    text-decoration: line-through;
    color: darkgrey;
}

.dealer_discount{
    font-size: 11px;
    color: red;
}
.add-address-btn {
    min-width: 122px;
    text-align: right;
}
.order-product-item {
    max-width: 300px;
}

.customize-table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
}

.customize-table-responsive table {
    min-width: 700px;
}

.empty-basket {
    text-align: right;
    margin-top: 20px;
}
.empty-cart-text {
    font-size: 34px;
    margin-bottom: 15px;
}
.random-img img {
    width: 50%;
    margin-bottom: 5px;
}
.prc-c-top {
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}
.order-info-area {
    margin-top: 20px;
}
.other-product {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 50px;
}

.liked-style i.fas {
    -webkit-animation-duration: .45s;
    animation-duration: .45s;
    -webkit-animation-name: liked;
    animation-name: liked;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes liked {
    0%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    50% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
}

@keyframes liked {

    0%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    50% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
}

.other-product-list {
    position: relative;
}
.other-product-list .other-button-prev {
    left: -40px;
    color: var(--custom-color);
}
.other-product-list .other-button-next {
    right: -40px;
    color: var(--custom-color);
}
.product-detail-all-images .swiper-wrapper {
    min-height: 104px;
}
.product_thumbnail_swiper .swiper-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.product_thumbnail_swiper .swiper-wrapper .swiper-slide {
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.grid-view-styles {
    display: flex;
}

.profile-info-title {
    color: var(--custom-color);
}
.form-check-label {
    margin-left: 8px;
}
.right-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-basket-content {
    margin-left: 10px;
}
.result-page img {
    width: 200px;
}
.mobile-product-info {
    display: none;
}
.add-cart-style {
    width: 100%;
}
.product-table-title a {
    font-size: 14px;
}

.preview-card-shiny.image-active {
    background: #fff;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
}

.preview-card-shiny.image-active:before {
    display: none;
}

.preview-card-shiny.image-active img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.end-div label {
    width: 100%;
}

.end-div {
    display: flex;
    align-items: center;
    gap: 6px;
}
.end-div .installment-price{
    justify-content: space-between;
}