@charset "UTF-8";
html {
    font-size: 100%;
    scroll-behavior: smooth;
}

body {
    background-color: #1c1e21;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5em;
    color: #292929;
    overflow-x: hidden;
}

a {
    display: inline-block;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

blockquote {
    margin: 0 0 1.3em;
}

p {
    margin-bottom: 15px;
    line-height: 1.8em;
}

p:last-child {
    margin-bottom: 0px;
}

@media only screen and (max-width: 1199px) {
    p {
        line-height: 1.7em;
    }
}

img {
    max-width: 100%;
    height: auto;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input:focus,
textarea:focus {
    outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    cursor: pointer;
}

input,
textarea {
    padding: 12px 25px;
    width: 100%;
}

span {
    display: inline-block;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    color: inherit;
}

blockquote {
    background-color: #222529;
    padding: 20px;
    color: #292929;
    font-weight: 500;
    font-style: italic;
    position: relative;
}

blockquote .quote-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 120px;
    color: white;
    opacity: .1;
}


/*-------------------------------------------------
    [ ## padding ]
*/

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-100 {
    padding-top: 100px;
}

@media only screen and (max-width: 991px) {
    .pt-100 {
        padding-top: 80px;
    }
}

.pt-120 {
    padding-top: 120px;
}

@media only screen and (max-width: 991px) {
    .pt-120 {
        padding-top: 100px;
    }
}

.pt-150 {
    padding-top: 150px;
}

@media only screen and (max-width: 991px) {
    .pt-150 {
        padding-top: 100px;
    }
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-100 {
    padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
    .pb-100 {
        padding-bottom: 80px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

@media only screen and (max-width: 991px) {
    .pb-120 {
        padding-bottom: 100px;
    }
}

.pb-150 {
    padding-bottom: 150px;
}

@media only screen and (max-width: 991px) {
    .pb-150 {
        padding-bottom: 100px;
    }
}

.ptb-10 {
    padding: 10px 0;
}

.ptb-20 {
    padding: 20px 0;
}

.ptb-30 {
    padding: 30px 0;
}

.ptb-40 {
    padding: 40px 0;
}

.ptb-50 {
    padding: 50px 0;
}

.ptb-60 {
    padding: 60px 0;
}

.ptb-80 {
    padding: 80px 0;
}

.ptb-100 {
    padding: 100px 0;
}

@media only screen and (max-width: 991px) {
    .ptb-100 {
        padding: 80px 0;
    }
}

.ptb-120 {
    padding: 120px 0;
}

@media only screen and (max-width: 991px) {
    .ptb-120 {
        padding: 100px 0;
    }
}

.ptb-150 {
    padding: 150px 0;
}

@media only screen and (max-width: 991px) {
    .ptb-150 {
        padding: 100px 0;
    }
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-150 {
    margin-top: 150px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mt-10-none {
    margin-top: -10px;
}

.mt-20-none {
    margin-top: -20px;
}

.mt-30-none {
    margin-top: -30px;
}

.mt-40-none {
    margin-top: -40px;
}

.mt-50-none {
    margin-top: -50px;
}

.mt-60-none {
    margin-top: -60px;
}

.mt-80-none {
    margin-top: -80px;
}

.mt-100-none {
    margin-top: -100px;
}

.mt-120-none {
    margin-top: -120px;
}

.mt-150-none {
    margin-top: -150px;
}

.mb-10-none {
    margin-bottom: -10px;
}

.mb-20-none {
    margin-bottom: -20px;
}

.mb-30-none {
    margin-bottom: -30px;
}

.mb-40-none {
    margin-bottom: -40px;
}

.mb-50-none {
    margin-bottom: -50px;
}

.mb-60-none {
    margin-bottom: -60px;
}

.mb-80-none {
    margin-bottom: -80px;
}

.mb-100-none {
    margin-bottom: -100px;
}

.mb-120-none {
    margin-bottom: -120px;
}

.mb-150-none {
    margin-bottom: -150px;
}


/*-------------------------------------------------
    [ ## color ]
*/

.bg--primary {
    background-color: #7367f0 !important;
}

.bg--secondary {
    background-color: #868e96;
}

.bg--success {
    background-color: #28c76f;
}

.bg--danger {
    background-color: #ea5455 !important;
}

.bg--warning {
    background-color: #ff9f43;
}

.bg--info {
    background-color: #1e9ff2;
}

.bg--dark {
    background-color: #10163A;
}

.bg--base {
    background-color: #ee3d43 !important;
}

.text--primary {
    color: #7367f0;
}

.text--secondary {
    color: #868e96;
}

.text--success {
    color: #28c76f;
}

.text--danger {
    color: #ea5455;
}

.text--warning {
    color: #ff9f43;
}

.text--info {
    color: #1e9ff2;
}

.text--dark {
    color: #10163A;
}

.text--base {
    color: #ea5455 !important;
}

.border--primary {
    border: #7367f0;
}

.border--secondary {
    border: 1px solid #868e96;
}

.border--success {
    border: 1px solid #28c76f;
}

.border--danger {
    border: 1px solid #ea5455;
}

.border--warning {
    border: 1px solid #ff9f43;
}

.border--info {
    border: 1px solid #1e9ff2;
}

.border--dark {
    border: 1px solid #10163A;
}

.border--base {
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.box-shadow--success {
    box-shadow: 0px 0px 20px 0 rgba(40, 199, 111, 0.7);
}

.box-shadow--danger {
    box-shadow: 0px 0px 20px 0 rgba(234, 84, 85, 0.7);
}

.box-shadow--warning {
    box-shadow: 0px 0px 20px 0 rgba(255, 159, 67, 0.7);
}

.section--bg {
    background-color: #222529 !important;
}

.bg--gray {
    background-color: #f9f9f9;
}

.border--rounded {
    border-radius: 3px !important;
}

.border--capsule {
    border-radius: 100px;
}


/*-------------------------------------------------
    [ ## Table ]
*/

.custom-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0 10px;
    position: relative;
    z-index: 9;
}

@media only screen and (max-width: 991px) {
    .custom-table thead {
        display: none;
    }
}

.custom-table thead tr {
    background-color: #ee3d43;
    box-shadow: 0px 0px 7px 0 rgba(238, 61, 67, 0.7);
}

.custom-table thead tr th {
    border: none;
    font-weight: 600;
    text-align: center;
    color: white;
    font-size: 14px;
    padding: 8px;
}

.custom-table thead tr th:first-child {
    text-align: left;
}

.custom-table thead tr th:last-child {
    text-align: right;
}

.custom-table tbody tr {
    border-right: none;
    border-left: none;
    border-top: none;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.custom-table tbody tr:last-child {
    border-bottom: none;
}

@media only screen and (max-width: 991px) {
    .custom-table tbody tr:nth-child(odd) {
        background-color: #1c1e21;
    }
}

.custom-table tbody tr td {
    border: none;
    font-weight: 600;
    text-align: center;
    color: white;
    font-size: 12px;
    padding: 8px;
}

.custom-table tbody tr td:first-child {
    text-align: left;
}

.custom-table tbody tr td:last-child {
    text-align: right;
}

.custom-table tbody tr td .btn {
    border-radius: 3px;
    font-size: 14px;
}

@media only screen and (max-width: 991px) {
    .custom-table tbody tr td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
    .custom-table tbody tr td::before {
        content: attr(data-label);
        margin-right: auto;
        color: #ee3d43;
    }
}

.custom-table .p-thumb {
    width: 60px;
}

.custom-table .p-content {
    width: calc(100% - 60px);
    padding-left: 15px;
}


/*-------------------------------------------------
    [ ## scrollbar ]
*/

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
    box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
    background-color: #eaf7e4;
}

*::-webkit-scrollbar {
    width: 6px;
    background-color: #eaf7e4;
}

*::-webkit-scrollbar-button {
    background-color: #ee3d43;
}

*::-webkit-scrollbar-thumb {
    background-color: #ee3d43;
}


/*-------------------------------------------------
    [ ## scrollToTop ]
*/

.scrollToTop {
    position: fixed;
    bottom: 0;
    right: 30px;
    width: 40px;
    height: 40px;
    background: #ee3d43;
    color: white;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    z-index: 99;
    cursor: pointer;
    transition: all 1s;
    transform: translateY(100%);
}

.scrollToTop.active {
    bottom: 90px;
    transform: translateY(0%);
}

.scrollToTop:hover,
.scrollToTop:focus {
    color: white;
}


/*-------------------------------------------------
    [ ## slider ]
*/

.swiper-notification {
    display: none;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    width: auto;
}

.swiper-pagination {
    position: relative;
    display: flex;
    margin-top: 80px;
}

.swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 14px;
    height: 14px;
    margin: 2px 2px;
    background: transparent;
    display: block;
    transition: all .3s ease;
    border: 0.15rem solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    background: transparent;
    border-color: white;
}

.swiper-pagination .swiper-pagination-bullet::before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 4px;
    height: 4px;
    margin-left: -2px;
    margin-top: -2px;
    background: white;
    opacity: 0;
    visibility: hidden;
    transform: scale(1);
    border-radius: 50%;
}

.swiper-pagination .swiper-pagination-bullet-active::before {
    opacity: 1;
    visibility: visible;
}

.slider-next,
.slider-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background-color: #ee3d43;
    border-radius: 50%;
    color: white;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

@media only screen and (max-width: 991px) {
    .slider-next,
    .slider-prev {
        display: none;
    }
}

.slider-next {
    right: -30px;
}

.slider-prev {
    left: -30px;
}


/*-------------------------------------------------
    [ ## pagination ]
*/

.pagination {
    display: flex;
    flex-wrap: wrap;
}

.pagination .page-item {
    text-align: center;
    padding: 3px;
}

.pagination .page-item a,
.pagination .page-item span {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: white;
    font-size: 12px;
    padding: 0;
    line-height: 30px;
    display: block;
    margin: 0;
}

.pagination .page-item.disabled span {
    background: rgba(238, 61, 67, 0.8);
    border: 1px solid rgba(238, 61, 67, 0.1);
    color: white;
}

.pagination .page-item .page-link {
    transition: all 0.3s;
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
    background: #ee3d43;
    border-color: #ee3d43;
    color: white;
}

.pagination .page-item .page-link:focus {
    box-shadow: none !important;
}

.page-item.disabled span {
    background: #3366996b !important;
    border-color: #3366996b !important;
}

.pagination-wrapper p {
    color: #b7b7b7 !important;
}


/*-------------------------------------------------
    [ ## tab ]
*/

.tab-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
    text-align: center;
    border: none;
}

.tab-menu .nav-item {
    background-color: transparent;
    border: 2px solid #222529;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    margin-right: 15px;
    color: #292929;
    padding: 3px 25px;
    transition: all 0.3s;
}

.tab-menu .nav-item:hover {
    background-color: #222529;
    color: white;
}

.tab-menu .nav-item.active {
    background-color: #ee3d43;
    border: 2px solid #ee3d43;
    color: white;
}


/*-------------------------------------------------
    [ ## Heading ]
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1.2em;
    color: #292929;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-size: 50px;
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 575px) {
    h1 {
        font-size: 32px;
    }
}

h2 {
    font-size: 30px;
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
    h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 575px) {
    h2 {
        font-size: 26px;
    }
}

h3 {
    font-size: 22px;
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-size: 16px;
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
    h4 {
        font-size: 16px;
    }
}

h5 {
    font-size: 14px;
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
    h5 {
        font-size: 14px;
    }
}

h6 {
    font-size: 12px;
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
    h6 {
        font-size: 12px;
    }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    color: inherit;
    text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
    color: inherit;
    text-decoration: none;
}

.section-header {
    margin-bottom: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}

.section-header .section-title {
    padding-bottom: 0.7rem;
    border: 0;
    color: white;
    border-bottom: 2px solid #ee3d43;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .01rem;
    line-height: 1.429;
    letter-spacing: -.025em;
    background-color: transparent;
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/*-------------------------------------------------
    [ ## Buttons ]
*/

input[type="submit"]:hover {
    color: white;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: none;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.btn {
    -webkit-transition: all 0.3s ease 0.02s;
    transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
    border: 0px solid;
    border-radius: 0px;
    font-weight: 700;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
    .btn {
        font-size: 14px;
    }
}

.btn-rounded {
    border-radius: 3px;
}

.btn-capsule {
    border-radius: 100px;
}


/*-------------------------------------------------
    [ ## custom btn ]
*/

.btn--primary {
    background-color: #7367f0;
}

.btn--secondary {
    background-color: #868e96;
}

.btn--success {
    background-color: #28c76f;
}

.btn--danger {
    background-color: #ea5455;
}

.btn--warning {
    background-color: #ff9f43;
}

.btn--info {
    background-color: #1e9ff2;
}

.btn--dark {
    background-color: #10163A;
    color: #fff;
}

.btn--dark:hover {
    background-color: #10163A;
    color: #fff;
}

.btn--dark:active {
    background-color: #10163A !important;
    color: #fff !important;
}

.badge {
    padding: 0.55em .4em;
    font-size: 80%;
}

.badge--primary {
    background-color: #7367f0;
}

.badge--secondary {
    background-color: #868e96;
}

.badge--success {
    background-color: #28c76f;
}

.badge--danger {
    background-color: #ea5455;
}

.badge--warning {
    background-color: #ff9f43;
}

.badge--info {
    background-color: #1e9ff2;
}

.badge--dark {
    background-color: #10163A;
}

.border--primary {
    border: 1px solid #7367f0;
}

.border--secondary {
    border: 1px solid #868e96;
}

.border--success {
    border: 1px solid #28c76f;
}

.border--danger {
    border: 1px solid #ea5455;
}

.border--warning {
    border: 1px solid #ff9f43;
}

.border--info {
    border: 1px solid #1e9ff2;
}

.border--dark {
    border: 1px solid #10163A;
}

.btn {
    padding: 10px 30px;
    height: 42px;
    border-radius: 4px;
}

.btn:active {
    background: inherit;
}

.btn--base {
    background-color: #ee3d43;
    color: white;
    padding: 10px 30px;
    height: 42px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.btn--base:focus,
.btn--base:hover,
.btn--base:active {
    color: #fff !important;
    background: #ee3d43 !important;
}

.custom-btn {
    color: #ee3d43;
    font-weight: 500;
    font-size: 14px;
    display: block;
}

.custom-btn:hover {
    color: #ee3d43;
}

.btn-sm {
    padding: 4px 10px;
    margin: 0;
    height: inherit;
}


/*-------------------------------------------------
    [ ## Fields ]
*/

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
    outline: none;
}

input,
textarea {
    padding: 12px 20px;
}

input::placeholder,
textarea::placeholder {
    color: #655b9f;
}

textarea {
    display: block;
    width: 100%;
    display: block;
    min-height: 120px;
}

input,
select,
textarea {
    border: 1px solid rgba(255, 255, 255, 0.15);
    vertical-align: baseline;
    font-size: 100%;
    color: #655b9f;
}

label {
    font-size: 14px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}


/*--------Select----------*/

select {
    outline: none;
    cursor: pointer;
}

option {
    color: white;
    background-color: #1c1e21;
}

.form-group {
    margin-bottom: 20px;
}

.form--control {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: none;
    height: 42px;
    color: white;
    border-radius: 5px;
    font-size: 12px;
    width: 100%;
    padding: 4px 15px;
}

.form--control:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    box-shadow: none;
    color: white;
}

.form--control::placeholder {
    color: white;
}

.custom-check-group {
    display: block;
    margin-bottom: 12px;
}

.custom-check-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.custom-check-group input:checked+label::before {
    background-color: #ee3d43;
}

.custom-check-group input:checked+label::after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 5px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.custom-check-group label {
    position: relative;
    cursor: pointer;
}

.custom-check-group label::before {
    content: '';
    -webkit-appearance: none;
    background: #f0eeee;
    border-radius: 5px;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    top: -2px;
}

.forgot-password a {
    color: #ee3d43;
    font-weight: 600;
}

.submit-btn {
    padding: 6px 30px;
    width: 100%;
    color: white;
    background-color: #ee3d43;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    border-radius: 3px;
    margin-top: 10px;
    box-shadow: 0px 0px 7px 0 rgba(238, 61, 67, 0.7);
}


/*-------------------------------------------------
    [ ## Overlay Element ]
*/

.bg_img {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-overlay-black {
    position: relative;
}

.bg-overlay-black:before {
    content: "";
    position: absolute;
    background: -webkit-linear-gradient(165deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    background: linear-gradient(165deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.bg-overlay-black>div {
    position: relative;
    z-index: 2;
}

.bg-overlay-black-two {
    position: relative;
}

.bg-overlay-black-two:before {
    content: "";
    position: absolute;
    background: #222529;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .8;
}

.bg-overlay-black-two>div {
    position: relative;
    z-index: 2;
}

@-webkit-keyframes left {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes left {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-webkit-keyframes right {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes right {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@-webkit-keyframes top {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes top {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-webkit-keyframes bottom {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes bottom {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@-webkit-keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}


/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/


/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/


/*-------------------------------------------------
    [ ## Preloader ]
*/

.preloader {
    position: fixed;
    left: 0;
    width: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 9999999;
    background-color: #1c1e21;
}

.surface {
    position: relative;
    top: 50%;
    left: 50%;
    transform-style: preserve-3d;
    transform: translate(-50%, -50%) rotateX(70deg) rotateZ(300deg);
    width: 600px;
    height: 600px;
    animation: rotatingCoin 1s linear infinite;
}

.surface .coin,
.surface .shadow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateX(30deg);
    width: 100px;
    height: 100px;
    background-color: #ee3d43;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.surface .coin i {
    font-size: 150px;
}

.surface .shadow {
    width: 180px;
    height: 180px;
    transform: translate(-50%, -50%) translateZ(-50px);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(26, 188, 156, 0) 35%);
}

@keyframes rotatingCoin {
    from {
        transform: translate(-50%, -50%) rotateX(70deg) rotateZ(0);
    }
    to {
        transform: translate(-50%, -50%) rotateX(70deg) rotateZ(360deg);
    }
}

::selection {
    background-color: #ee3d43;
    color: white;
}

@media (min-width: 992px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}


/*-------------------------------------------------
    [ ## Notice ]
*/

.top-notice {
    position: relative;
    padding: 8px;
    font-size: 10px;
    font-family: "Poppins", sans-serif;
    line-height: 2;
    letter-spacing: .025em;
    overflow: hidden;
}

.top-notice.remove {
    display: none;
}

.top-notice h5 {
    font-weight: 500;
    font-size: 12px;
    margin: 0;
}

.top-notice small {
    font-size: 10px;
    letter-spacing: .025em;
    opacity: .5;
}

.top-notice .mfp-close {
    top: 50%;
    transform: translateY(-50%) rotateZ(45deg) translateZ(0);
    color: white;
    z-index: 10;
}

.top-notice .mfp-close::before {
    content: '';
    position: absolute;
    width: 17px;
    top: 20px;
    left: 12px;
    border-top: 1px solid;
}

.top-notice .mfp-close::after {
    content: '';
    position: absolute;
    height: 17px;
    top: 12px;
    left: 20px;
    border-left: 1px solid;
}

.mfp-close {
    text-indent: -9999px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    width: 41px;
    height: 41px;
    color: white;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
}

button.mfp-close,
input.mfp-close[type="button"],
input.mfp-close[type="reset"],
input.mfp-close[type="submit"],
button.mfp-arrow,
input.mfp-arrow[type="button"],
input.mfp-arrow[type="reset"],
input.mfp-arrow[type="submit"] {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}


/*-------------------------------------------------
    [ ## Header ]
*/

.header-section {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: transparent;
}

@media only screen and (max-width: 991px) {
    .header-section .header-top-area .container {
        max-width: 100%;
    }
}

.header {
    background-color: transparent;
    width: 100%;
    z-index: 99;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
}

.header.active {
    transform: translateY(0%);
    position: fixed;
    top: 0;
    left: 0;
    animation-name: fadeInDown;
    animation-duration: 1s;
    transition: all 1s;
}

.header-section.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #222529;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

.header-section.header-fixed .header-top-area {
    display: none;
}

.header-section.header-fixed .header-middle-area {
    display: none;
}

.header-section.header-fixed .header-bottom-area {
    background-color: transparent;
}

.logo {
    max-width: 200px;
}

.header-top-area {
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid rgb(255 255 255 / 5%);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .025em;
}

@media only screen and (max-width: 991px) {
    .header-top-area {
        font-size: 10px;
    }
    .logo {
        max-width: 140px;
    }
}

.header-menu ul {
    display: flex;
}

.header-menu ul a {
    display: block;
    padding: 0.5em 1.5em;
    color: white;
    white-space: nowrap;
    font-size: 13px;
}

@media only screen and (max-width: 350px) {
    .header-menu ul a {
        padding: 0.5em 0;
    }
}


/* .header-dropdown {
  position: relative;
  line-height: 1.5;
  padding: 5px 0;
}
.header-dropdown select{
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.header-dropdown a {
  padding: 0 5px;
  color: white;
  transition: all 0.3s;
  position: relative;
}
.header-dropdown a::after {
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: -4px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.header-dropdown img {
  display: inline-block;
  max-width: none;
  margin: -2px 6px 0 1px;
}
.header-dropdown ul {
  position: absolute;
  top: -300rem;
  z-index: 1150;
  min-width: 100%;
  margin: 0;
  padding: .5rem 0;
  background: #222529;
  transition: transform .2s ease-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-1rem);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.header-dropdown ul a {
  display: block;
  padding: 0.5em 1.5em;
  color: white;
  white-space: nowrap;
}
.header-dropdown ul a::after {
  display: none;
}
.header-dropdown:hover .header-menu::before {
  top: 100%;
  opacity: 1;
  visibility: visible;
  transform: none;
}
.header-dropdown:hover .header-menu::after {
  top: 100%;
  opacity: 1;
  visibility: visible;
  transform: translateY(-1rem);
}
.header-dropdown:hover ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
  transform: none;
}
.header-dropdown:not(.dropdown-expanded) .header-menu::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  z-index: 1151;
  margin-left: -9px;
  margin-top: -9px;
  border-width: 0 9px 10px;
  border-style: solid;
  border-color: transparent transparent #222529;
  border-bottom-color: white;
  visibility: hidden;
  opacity: 1;
  transform: translateY(-1rem);
}
.header-dropdown:not(.dropdown-expanded) .header-menu::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -9px;
  border-width: 0 9px 10px;
  border-style: solid;
  border-color: transparent transparent #222529;
  margin-top: 7px;
  z-index: 1151;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-2rem);
} */

.separator {
    height: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    margin: 0 10px;
}

@media (max-width: 768px) {
    .header-menu .mobile-none {
        display: none;
    }
}

@media (min-width: 992px) {
    .dropdown-expanded a {
        display: none;
    }
    .dropdown-expanded .header-menu::before {
        display: none;
    }
    .dropdown-expanded ul {
        position: static;
        display: flex;
        display: -ms-flexbox;
        padding: 0;
        border: 0;
        background-color: transparent;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
    }
    .dropdown-expanded ul a {
        padding: 0;
    }
    .dropdown-expanded li+li {
        margin-left: 2.4rem;
    }
    .dropdown-expanded .header-menu ul {
        transform: none;
    }
}

.header-social a {
    color: white;
}

.header-social a+a {
    margin-left: 10px;
}

.header-middle-area {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    color: white;
    border-bottom: 1px solid #222529;
}

@media only screen and (max-width: 991px) {
    .header-middle-area {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

@media only screen and (max-width: 991px) {
    .header-middle-left {
        margin-right: 0 !important;
    }
}

.mobile-menu-toggler {
    border: 0;
    background: transparent;
    color: white;
    padding: 0;
    margin-right: 10px;
    font-size: 20px;
    line-height: 0;
    cursor: pointer;
}

@media (min-width: 768px) {
    .mobile-menu-toggler {
        display: none;
    }
}

@media (min-width: 992px) {
    .w-lg-max {
        flex: 1;
        -ms-flex: 1;
        max-width: 100%;
    }
}

.header-search {
    position: relative;
}

.header-icon:not(:last-child) {
    margin-right: 2.2rem;
}

@media only screen and (max-width: 575px) {
    .header-icon:not(:last-child) {
        margin-right: 5px;
    }
}

@media (min-width: 992px) {
    .header-search-inline .search-toggle,
    .header-search-inline .btn:after {
        display: none;
    }
}

.header-icon i {
    font-size: 16px;
    color: #fff;
    position: relative;
    top: 2px;
}

.header-search form {
    margin: 0;
}

.header-search-wrapper {
    display: flex;
    display: -ms-flexbox;
    position: absolute;
    right: -2.3rem;
    z-index: 999;
    margin-top: 10px;
    color: #dfdfdf;
    box-sizing: content-box;
    height: 40px;
    border-radius: 5rem;
    border: 5px solid rgba(255, 255, 255, 0.15);
}

@media only screen and (max-width: 767px) {
    .header-search-wrapper {
        left: -357.906px !important;
    }
}

@media only screen and (max-width: 475px) {
    .header-search-wrapper {
        left: -227.906px !important;
        right: -62.797px;
    }
}

@media only screen and (max-width: 991px) {
    .header-search-wrapper {
        left: -440.906px;
    }
}

@media (min-width: 992px) {
    .header-search-inline.header-search .header-search-wrapper {
        display: flex;
        display: -ms-flex;
        position: static;
        margin: 0;
        border-width: 0;
    }
}

@media (min-width: 992px) {
    .header-middle .header-search-inline .header-search-wrapper {
        box-shadow: none;
    }
}

@media only screen and (max-width: 991px) {
    .header-search:not(.show) .header-search-wrapper {
        display: none;
    }
    .header-search:not(.show) .header-search-wrapper.active {
        display: flex;
    }
}

.header-search .form-control,
.header-search select {
    margin: 0;
    border: 0;
    color: inherit;
    font-size: 12px;
    height: 100%;
    box-shadow: none;
}

.header-search .form-control,
.header-search .select-custom {
    background: #222529;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.header-search-inline .form-control {
    border-right: none;
}

.header-search-wrapper .select-custom {
    border-left: none;
    border-right: none;
}

.header-search-category .form-control {
    border-radius: 5rem 0 0 5rem;
}

.header-search-inline .form-control {
    min-width: 21rem;
    padding: 1rem 2rem;
}

@media only screen and (max-width: 767px) {
    .header-search-inline .form-control {
        min-width: 7rem;
    }
}

.header-search-wrapper .select-custom {
    margin: 0;
}

.select-custom {
    position: relative;
    margin-bottom: 1rem;
    background: #222529;
}

.select-custom select {
    position: relative;
    z-index: 1;
    background: transparent;
}

.header-search-wrapper select {
    width: auto;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    padding-left: 1rem;
    line-height: 36px;
    color: inherit;
    background-color: #222529;
}

.header-search-wrapper .btn {
    position: relative;
    padding: 0 0 3px 0;
    border: 0;
    border: 1px solid rgba(255, 255, 255, 0.15);
    min-width: 45px;
    color: #222529;
    font-size: 14px;
    background: #222529;
    line-height: 14px;
}

.header-search-category .btn {
    border-radius: 0 5rem 5rem 0;
}

.header-search-wrapper:after {
    display: block;
    clear: both;
    content: '';
}

.header-contact {
    align-items: center;
}

.header-contact i {
    font-size: 30px;
    margin-right: 10px;
}

.header-contact h6 {
    margin: 0;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.3;
    color: white;
}

.header-contact a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    color: white;
}

.header-icon {
    font-size: 30px;
}

@media only screen and (max-width: 991px) {
    .header-icon {
        font-size: 20px;
    }
}

.icon--style i {
    font-size: 30px;
}

@media only screen and (max-width: 991px) {
    .icon--style i {
        font-size: 20px;
    }
}

.header-icon:not(:last-child) {
    margin-right: 20px;
}

@media only screen and (max-width: 1199px) {
    .header-icon:not(:last-child) {
        margin-right: 5px;
    }
}

.dropdown-arrow .badge-circle {
    top: -5px;
    left: 15px;
}

.badge-circle {
    position: absolute;
    top: 1px;
    right: 0;
    width: 20px;
    border-radius: 50%;
    color: #fff;
    background: #ee3d43;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .dropdown-arrow .badge-circle {
        left: 10px;
    }
    .badge-circle {
        width: 15px;
        line-height: 15px;
    }
}

.cart-dropdown .dropdown-menu {
    right: 0;
    left: auto !important;
    padding-top: 8px;
}

.cart-dropdown .dropdown-menu {
    display: block;
    left: 0;
    top: 100%;
    width: 300px;
    padding-top: 10px;
    z-index: 100;
    font-size: 12px;
    color: white;
    border: 0;
    margin: 0;
    background-color: transparent;
    box-shadow: none;
    transition: all .2s;
    max-height: 470px;
    overflow-y: auto;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    display: none;
}

.cart-dropdown .dropdown-menu:before {
    content: '';
    position: absolute;
    top: -10px;
    right: 28px;
    border: 10px solid;
    border-color: transparent transparent rgba(255, 255, 255, 0.15);
}

.dropdownmenu-wrapper {
    position: relative;
    background-color: #222529;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 3px;
    padding: 1rem 1.5rem .5rem;
}

.dropdown-cart-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    color: white;
    font-size: 12px;
}

.dropdown-cart-header,
.dropdown-cart-total {
    padding: .3rem 1rem;
    color: white;
    font-weight: 700;
    line-height: 38px;
}

.cart-dropdown .product {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 !important;
    padding: 1.6rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: none !important;
}

.cart-dropdown .dropdown-toggle::after {
    display: none;
}

.cart-dropdown .product-details {
    font-size: 12px;
}

.cart-dropdown .product-title {
    padding-right: 1.5rem;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 19px;
    color: white;
}

.cart-dropdown .product-image-container {
    position: relative;
    max-width: 80px;
    margin: 0;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.cart-dropdown .btn-remove {
    position: absolute;
    top: -9px;
    right: -11px;
    font-size: 14px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: inherit;
    background-color: #ee3d43;
    text-align: center;
    line-height: 25px;
}

.dropdown-cart-total {
    margin-bottom: 1.1rem;
    font-size: 14px;
}

.dropdown-cart-total .cart-total-price {
    margin-left: auto;
    font-size: 14px;
}

.dropdown-cart-action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .2rem 1rem 1.5rem;
}

.cart-wrapper.dropdown-menu.show {
    display: block;
}

.header-bottom-area {
    position: relative;
    background-color: #222529;
    padding: 0;
}

.header-bottom-area .navbar-expand-lg {
    background-color: transparent;
    padding: 0 !important;
}

@media only screen and (max-width: 991px) {
    .header-bottom-area .navbar-expand-lg {
        padding: 0 !important;
    }
}

@media (max-width: 767px) {
    .header-bottom-area .navbar-collapse {
        max-height: 320px;
        overflow: auto;
    }
}

@media only screen and (max-width: 991px) {
    .header-bottom-area .navbar-collapse {
        background-color: #222529;
    }
}

@media (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu {
        padding: 15px 0;
        background-color: #222529;
    }
    .header-bottom-area .navbar-collapse .main-menu li a {
        color: white !important;
    }
    .header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
        color: white !important;
    }
    .header-bottom-area .menu_has_children .sub-menu {
        display: none !important;
    }
    .header-bottom-area .menu_has_children .sub-menu li {
        width: 100%;
    }
    .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu,
    .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu {
        display: flex !important;
        flex-wrap: wrap;
    }
}

.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
    left: auto;
    right: 0;
}

.header-bottom-area .navbar-collapse .main-menu li {
    position: relative;
    padding-right: 25px;
}

@media only screen and (max-width: 1199px) {
    .header-bottom-area .navbar-collapse .main-menu li {
        padding-right: 18px;
    }
}

.header-bottom-area .navbar-collapse .main-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.header-bottom-area .navbar-collapse .main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.header-bottom-area .navbar-collapse .main-menu li.menu_has_children {
    position: relative;
}

.header-bottom-area .navbar-collapse .main-menu li.menu_has_children i {
    font-size: 18px;
    margin-left: 5px;
}

@media (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu li.menu_has_children::before {
        top: 12px;
        right: 15px;
    }
}

.header-bottom-area .navbar-collapse .main-menu li a {
    position: relative;
    padding: 20px 0 20px 0;
    color: white;
    font-weight: 600;
    align-items: center;
    display: inline-block;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
}

.header-bottom-area .header-section.header-fixed .navbar-collapse .main-menu li a {
    padding: 30px 18px 30px 0;
}

@media (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu li a {
        padding: 12px 15px !important;
        display: block;
    }
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu {
    position: absolute;
    top: 105%;
    left: 0;
    width: 170px;
    background-color: #222529;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9;
    margin-left: 0;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-right: 0;
    transition: all ease 0.5s;
    position: relative;
    z-index: 2;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #ee3d43;
    z-index: -1;
    transition: all 0.3s;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:last-child {
    border-bottom: 0px solid;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover a {
    color: white;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover::before {
    width: 100%;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
    color: white;
    width: 100%;
    padding: 5px 20px;
    font-size: 12px;
    display: block;
    transition: all ease 0.3s;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::after {
    position: unset;
    content: none;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu .header-section.header-fixed .navbar-collapse .main-menu li .sub-menu li a {
    padding: 8px 20px;
}

@media (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu li .sub-menu .navbar-collapse .main-menu li .sub-menu {
        position: initial;
        opacity: 1;
        visibility: visible;
        display: none;
        -webkit-transition: none;
        transition: none;
    }
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu .navbar-collapse .main-menu li:last-child .sub-menu {
    left: auto;
    right: 0;
}

.navbar-toggler span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    color: #ee3d43;
    font-size: 30px;
}

@media only screen and (max-width: 991px) {
    .navbar-toggler span {
        font-size: 24px;
    }
}

.header-bottom-right li {
    display: inline-block;
}

.header-bottom-right li a {
    position: relative;
    padding: 20px;
    color: white;
    font-weight: 600;
    align-items: center;
    display: inline-block;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
}

.header-bottom-right li .buy {
    background-color: #1c1e21;
}

.mobile-menu-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .25s;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.show .mobile-menu-overlay {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 250px;
    transform: translateX(-100%);
    transition: all .25s;
    background-color: #1c1e21;
    font-size: 1.2rem;
    line-height: 1.5;
    box-shadow: 0.1rem 0 0.6rem 0 rgba(50, 50, 50, 0.65);
    visibility: hidden;
    z-index: 1001;
    overflow-y: auto;
}

.show .mobile-menu-container {
    transform: translateX(0);
    visibility: visible;
}

.mobile-menu-wrapper {
    position: relative;
    padding: 4.2rem 0 3rem;
}

.mobile-menu-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: .4rem;
    color: white;
    font-size: 0.8rem;
    line-height: 1;
    cursor: pointer;
    z-index: 9;
}

.mobile-nav {
    margin: 0 0 2rem;
    padding: 0;
}

.mobile-menu li {
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 12px;
}

.mobile-menu li a {
    display: block;
    position: relative;
    margin-right: 4.5rem;
    padding: 0.8rem 0 0.8rem 1rem;
    color: white;
}

.tip {
    display: inline-block;
    position: relative;
    margin: -2px 0 0 1rem;
    padding: 3px 4px;
    border-radius: 2px;
    color: white;
    font-size: 10px;
    line-height: 1;
    vertical-align: middle;
    z-index: 1;
}

.tip::before {
    position: absolute;
    top: 50%;
    right: 100%;
    left: auto;
    margin-top: -3px;
    border: 3px solid transparent;
    content: '';
}

.tip-hot {
    background-color: #ee3d43;
}

.tip-hot:not(.tip-top):before {
    border-right-color: #ee3d43;
}


/*--------------------------------------------------------------
    [ ## Introduction ]
--------------------------------------------------------------*/

.banner-section {
    position: relative;
    z-index: 9;
}

.banner-thumb-area {
    position: relative;
}

.banner-thumb-area img {
    width: 100%;
}

.banner-thumb-area .banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    right: 5%;
}

.banner-right-thumb a {
    display: block;
}

.banner-slider {
    overflow: hidden;
    position: relative;
}

.banner-slider .swiper-pagination {
    position: absolute;
    bottom: 10%;
    left: 7%;
}

@media only screen and (max-width: 575px) {
    .banner-content {
        display: none;
    }
}

.banner-content .sub-title {
    font-size: 16px;
    font-weight: 500;
    opacity: .8;
}

.banner-content h5 {
    font-weight: 500;
    font-size: 14px;
    margin-top: -4px;
}

.banner-content h5 b {
    font-size: 10px;
}

.banner-content h5 em {
    display: inline-block;
    margin-top: -2px;
    font-size: 2em;
    font-style: normal;
    vertical-align: text-top;
}

.banner-right-thumb {
    position: relative;
}

.banner-right-thumb img {
    width: 100%;
}

.banner-right-thumb .banner-layer {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8%;
    right: 8%;
}

.banner-right-thumb .banner-layer h3 {
    font-size: 20px;
    font-weight: 700;
}

.banner-right-thumb .banner-layer h4 {
    font-size: 14px;
}

.banner-right-thumb .banner-layer .layer-btn {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    font-family: "Poppins", sans-serif;
}

.breadcrumb-area {
    margin-bottom: 3.5rem;
    background-color: #222529;
}

.breadcrumb {
    background-color: transparent;
    padding: 0.6rem 0;
    margin-bottom: 0;
}

.breadcrumb li {
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
}

.breadcrumb-item a {
    font-weight: 500;
    font-size: 13px;
}

.breadcrumb-item.active {
    font-weight: 500;
    font-size: 13px;
    position: relative;
    z-index: 2;
    color: #ffffff;
}

.breadcrumb-item.active::before {
    color: white;
}


/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/

.footer-section {
    background-color: #222529;
    margin-top: auto;
}

.footer-section .container {
    position: relative;
}

.footer-top-area {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-logo {
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.footer-widget .widget-title {
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 0.7rem;
}

.footer-widget p {
    color: #dfdfdf;
    font-size: 12px;
}

.footer-widget .contact-info-label {
    color: white;
    font-size: 13px;
}

.footer-links li {
    padding-bottom: 8px;
}

.footer-links li a {
    font-size: 12px;
    color: #dfdfdf;
}

.footer-social li {
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    font-size: 13px;
    transition: all 0.3s;
    font-size: 18px;
}

.footer-social li:hover {
    background-color: #ee3d43;
    color: white;
}

.footer-social li+li {
    margin-left: 10px;
}

.footer-social a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
}

.footer-bottom-area {
    border-top: 1px dashed rgba(255, 255, 255, 0.33);
    margin-top: 30px;
    padding: 20px 0;
    position: relative;
}

.footer-bottom-area::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.11);
    width: 14px;
    height: 14px;
    top: -7px;
    margin-left: -7px;
}

.footer-bottom-area::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background: #ee3d43;
    top: -2px;
    margin-left: -2px;
}

.footer-bottom-area .copyright-area {
    border: none;
    padding: 0;
}

.footer-bottom-area .copyright-area p {
    color: white;
    font-size: 12px;
    font-weight: 400;
}

.footer-bottom-area .copyright-area p a {
    color: #ee3d43;
}

.footer-ribon {
    position: absolute;
    top: -3.6rem;
    left: 1.5rem;
    min-width: 10rem;
    padding: 0.7rem;
    font-family: "Poppins", sans-serif;
    background-color: #ee3d43;
    color: white;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    font-style: italic;
}

.footer-ribon::before {
    display: block;
    position: absolute;
    top: 0;
    left: -0.9rem;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-right: 15px solid #ee3d43;
    content: '';
}


/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/


/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Testimonial-block
--------------------------------------------------------------*/

.client-slider {
    overflow: hidden;
}

.client-thumb {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.15);
    padding: 5px;
}

.client-thumb img {
    width: 100%;
    border-radius: 50%;
}

.client-thumb-area {
    margin-top: 20px;
}

.client-thumb-content {
    padding-left: 20px;
}

.client-thumb-content .title {
    color: white;
    font-size: 16px;
    margin-bottom: 0;
}

.client-thumb-content .sub-title {
    color: white;
    font-size: 12px;
}

.client-content {
    color: white;
}

.client-content .client-quote-icon {
    font-size: 80px;
    color: rgba(255, 255, 255, 0.15);
}

.client-content p {
    font-size: 14px;
}


/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/


/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/


/*-------------------------------------------------
    [ ### info block ]
*/

.info-slider {
    overflow: hidden;
}

.info-icon {
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #ee3d43;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0 rgba(238, 61, 67, 0.7);
}

.info-content {
    padding-left: 15px;
}

.info-content h4 {
    margin-bottom: 0;
}

.info-content p {
    font-size: 12px;
}


/*-------------------------------------------------
    [ ### sidebar block ]
*/

.sidebar-home .widget {
    box-shadow: 0px 0px 7px 0 rgba(238, 61, 67, 0.7);
}

.aside-inner {
    position: sticky;
    top: 10px;
}

.side-menu-wrapper {
    box-shadow: 0px 0px 7px 0 rgba(238, 61, 67, 0.7);
}

.side-menu-title {
    padding: 10px 30px;
    margin-bottom: 0;
    background: #ee3d43;
    font-size: 14px;
    letter-spacing: -.025em;
    color: white;
}

.side-menu li {
    position: relative;
}

.side-menu li:last-child a {
    border: none;
}

.side-menu li a {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0.8rem 0;
    color: white;
    font-weight: 600;
    font-size: 13px;
}

.side-menu li .side-menu-toggle {
    position: absolute;
    top: 1rem;
    right: 0;
    width: 24px;
    color: white;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}

.side-menu li .side-menu-toggle::before {
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    content: '';
    display: block;
    height: 5px;
    margin-top: 7px;
    pointer-events: none;
    position: absolute;
    right: 7px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.side-menu ul {
    padding-left: 1.0714em;
    display: none;
}

.widget-slider {
    overflow: hidden;
}

.side-banner {
    position: relative;
}

.badge-sale {
    width: 7.3rem;
    height: 7.3rem;
    margin-top: 2rem;
    font-size: 0.7rem;
    font-weight: 400;
    color: white;
    border-radius: 50%;
    letter-spacing: .05em;
    line-height: 1;
}

.badge-sale::before {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 2.5rem;
    background: rgba(255, 255, 255, 0.15);
}

.badge-sale::after {
    content: '';
    position: absolute;
    top: 2.3rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: white;
}

.badge-sale em {
    display: block;
    color: white;
    font-size: 2rem;
    font-style: normal;
    font-weight: 800;
}

.widget-banners .sale-text {
    position: relative;
    font-size: 5rem;
    line-height: 1;
    color: white;
}

.widget-banners .sale-text sup {
    font-size: 60%;
    font-weight: 600;
}

.widget-banners .sale-text sub {
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    right: 4px;
    bottom: 3px;
    line-height: 1.4em;
}

.widget-banners p {
    font-size: .875em;
    max-width: 100%;
    color: white;
    line-height: 24px;
}

.widget-newsletters {
    padding: 50px 30px;
}

.widget-newsletters .widget-title {
    font-size: 16px;
    color: white;
}

.widget-newsletters p {
    font-size: 14px;
    color: #dfdfdf;
}

.widget-newsletters form {
    margin-top: 15px;
}

.widget-newsletters form input {
    background-color: #222529;
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 12px;
    padding: 16px 14px;
    color: #dfdfdf;
}

.widget-newsletters form input:focus {
    background-color: #222529;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: none;
    color: white;
}

.sidebar-toggle {
    position: fixed;
    top: 20%;
    left: 0;
    width: 40px;
    height: 40px;
    transition: left .2s ease-in-out 0s;
    border: rgba(255, 255, 255, 0.15) solid 1px;
    border-left-width: 0;
    background: #222529;
    color: white;
    font-size: 17px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    z-index: 999;
    margin-top: 50px;
}

@media (min-width: 992px) {
    .sidebar-toggle {
        display: none;
    }
}

.open .sidebar-toggle {
    left: 260px;
    z-index: 9000;
}

.open .sidebar-toggle i::before {
    content: "";
}

@media (max-width: 991px) {
    .open .sidebar-overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #000;
        opacity: .35;
        z-index: 8999;
    }
}

@media (max-width: 991px) {
    .mobile-sidebar {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 260px;
        padding: 1rem;
        margin: 0;
        transform: translate(-260px);
        transition: transform .2s ease-in-out 0s;
        background-color: #1c1e21;
        z-index: 9999;
        overflow-y: auto;
    }
}

@media (max-width: 991px) {
    .open .mobile-sidebar {
        transform: none;
    }
}

.widget-range-area {
    padding: 30px 20px 20px 20px;
}

.widget-range-title {
    padding: 10px 30px;
    margin-bottom: 0;
    background: #ee3d43;
    font-size: 14px;
    letter-spacing: -.025em;
    color: white;
}

.widget .ui-widget.ui-widget-content {
    position: relative;
    height: 3px;
    border: none;
    margin-right: 20px;
    margin-bottom: 25px;
}

.widget .ui-widget.ui-widget-content::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 3px;
    background: rgba(238, 61, 67, 0.2);
    width: calc(100% + 20px);
}

.widget .ui-slider-range {
    height: 3px;
    background: #ee3d43;
    position: relative;
    z-index: 1;
}

.widget .ui-state-default {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ee3d43;
    outline: none;
    cursor: pointer;
    top: -9px;
    position: absolute;
    z-index: 1;
}

.widget .ui-state-default::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    top: 3px;
    left: 3px;
    display: block;
}

.price-range {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

.price-range label {
    margin: 0;
    font-weight: 500;
    color: white;
}

.price-range input {
    height: unset;
    width: unset;
    padding: 7px;
    background: transparent;
    border: none;
    text-align: right;
    font-weight: 500;
    color: white;
    padding-right: 0;
}

.price-range input::placeholder {
    color: white;
}

.color-list li {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.color-list li a {
    position: relative;
    display: block;
    width: 30px;
    height: 5px;
    border: none;
    margin-right: 10px;
}

.color-list li span {
    color: white;
    font-size: 14px;
}


/*-------------------------------------------------
    [ ### product block ]
*/

.product-slider {
    overflow: hidden;
}

.product-slider-two {
    overflow: hidden;
}

.product-single-slider {
    overflow: hidden;
}

.xzoom-gallery5 {
    margin-left: 0;
}

.product-tab {
    margin-top: -1rem;
}

.nav-tabs {
    margin: 0;
    border: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}

.account-tab .nav-tabs {
    border: none;
    justify-content: center;
}

.account-tab .nav-tabs .nav-item .nav-link {
    background-color: #ee3d43;
    padding: 7px 30px;
    color: #fff;
    border-radius: 0;
    box-shadow: 0px 0px 7px 0 rgb(238 61 67 / 70%);
}

.nav-tabs .nav-item {
    margin-bottom: -2px;
}

.nav-tabs .nav-item:not(:last-child) {
    margin-right: 2.4rem;
}

.account-tab .nav-tabs .nav-item:not(:last-child) {
    margin-right: 1rem;
}

.nav-tabs .nav-item .nav-link {
    padding: 0.7rem 0;
    border: 0;
    border-bottom: 2px solid transparent;
    color: white;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    letter-spacing: .01rem;
    line-height: 1.429;
    letter-spacing: -.025em;
    background-color: transparent;
}

.nav-tabs .nav-item .nav-link.active {
    color: #ee3d43;
    border-color: #ee3d43;
}

.account-tab .nav-tabs .nav-item .nav-link.active {
    color: #fff;
}

.product-default figure {
    position: relative;
    margin-bottom: 1rem;
    overflow: hidden;
    background-color: #222529;
}

.product-default figure img {
    transition: all .5s;
    height: auto;
    width: 100%;
}

.product-default figure .btn-icon-group {
    position: absolute;
    top: 0.5rem;
    right: -2.5rem;
    transition: all .5s;
}

.product-default figure .btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin: 0 0 5px;
    width: 36px;
    height: 36px;
    padding: 0;
    transition: all .3s;
    transform: none;
}

.product-default figure .btn-add-cart {
    background: #fff;
    color: #333;
    border: 1px solid #ddd;
    padding: 0 1rem;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    line-height: 34px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    transition: all .25s ease;
}

.product-default figure .btn-quickview {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 12px;
    color: #fff;
    background-color: #282d3b;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .025em;
    font-family: "Poppins", sans-serif;
    transform: none;
    margin: 0;
    border: none;
    transition: all 0.3s;
    display: inline-block;
    text-align: center;
    opacity: 0;
}

.product-default a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-default .label-group {
    position: absolute;
    top: .8rem;
    left: .8rem;
}

.product-default .product-label {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    padding: 5px 11px;
    color: white;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
}

.product-default .product-label.label-sale {
    background-color: #ee3d43;
}

.product-default .category-wrap .btn-icon-wish {
    transform: none;
    opacity: 1;
    width: auto;
    height: auto;
    border: none;
    overflow: visible;
    font-size: 14px;
    line-height: 0;
    display: inline-block;
    text-align: center;
    color: white;
}

.product-default .category-list {
    font-weight: 400;
    font-size: 10px;
    line-height: 1.7;
    opacity: .8;
}

.product-default .product-category {
    color: white;
    position: relative;
}

.product-default .product-title {
    max-width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: .005em;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    color: white;
}

.product-default .ratings-container {
    color: white;
    font-size: 14px;
    width: 100%;
}

.product-default .price-box {
    margin-top: 1rem;
    font-weight: 600;
    line-height: 1;
}

.product-default .price-box .old-price {
    text-decoration: line-through;
    font-size: 15px;
    letter-spacing: .005em;
    color: white;
    margin-right: 3px;
    opacity: .7;
}

.product-default .price-box .product-price {
    color: white;
    font-size: 14px;
    line-height: .8;
}

.product-default:hover figure .btn-icon-group {
    right: 1rem;
}

.product-default:hover figure .btn-quickview {
    opacity: 1;
}

.product-banner {
    position: relative;
}

.product-banner figure {
    margin: 0;
}

.product-banner figure img {
    width: 100%;
}

.product-banner .banner-layer-middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 1em 1.5625em;
}

.product-banner .banner-layer-middle h3 {
    font-size: 18px;
}

.product-banner .banner-layer-middle h5 {
    font-size: 12px;
}

.product-widget-item .section-sub-title {
    margin-bottom: 30px;
}

.product-default-widget figure {
    max-width: 84px;
    margin-right: 1.5rem;
    margin-bottom: 0;
    position: relative;
}

.product-default-widget figure img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.product-default-widget .product-details {
    max-width: calc(100% - 104px);
}

.product-default-widget .product-details .product-title {
    font-size: 14px;
}

.product-default-widget .product-details .price-box {
    margin-top: 0.7rem;
}

.product-default-widget .product-details .price-box .old-price {
    font-size: 14px;
}

.product-default-widget .product-details .price-box .product-price {
    font-size: 16px;
}

.banner-layer-top {
    position: absolute;
    top: 8.2%;
    right: 10%;
}

.modal#addCartModal {
    width: 340px;
    top: calc((100% - 320px) / 2);
    left: calc((100% - 320px) / 2);
    padding: 10px !important;
    overflow: hidden;
}

.add-cart-box {
    padding: 19px 10px 20px !important;
    border-top: 4px solid #ee3d43;
    background-color: #222529;
}

.add-cart-box p {
    color: white;
    font-size: 14px;
}

.btn-actions {
    margin: -5px;
    margin-top: 20px;
}

.btn-actions button,
.btn-actions input[type="button"],
.btn-actions input[type="reset"],
.btn-actions input[type="submit"] {
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
    margin: 5px;
}

.product-details-content .product-ratings {
    color: white;
}

.product-details-content .rating-link {
    color: white;
    font-size: 14px;
    padding-left: 5px;
}

.product-details-content .short-divider {
    width: 40px;
    height: 0;
    border-top: 2px solid #e7e7e7;
    margin: 1.2rem 0;
    text-align: left;
}

.product-details-content .price-box {
    color: white;
    font-size: 26px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

.product-details-content .product-desc {
    color: white;
    font-size: 14px;
    margin-top: 15px;
}

.product-details-content .product-desc a {
    color: #ee3d43;
}

.product-single-filter {
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-single-filter label {
    color: white;
    margin-right: 15px;
}

.product-single-filter .config-size-list li {
    display: inline-block;
}

.product-single-filter .config-size-list li:not(:last-child) {
    margin-right: 5px;
}

.product-single-filter .config-size-list li.active a {
    border: 1px solid #ee3d43;
}

.product-single-filter .config-size-list li a {
    min-width: 3rem;
    height: 2rem;
    background-color: #222529;
    color: white;
    font-size: .8rem;
    font-weight: 600;
    display: block;
    position: relative;
    width: 2.4rem;
    transition: all .3s;
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-weight: 600;
    line-height: 2rem;
    text-align: center;
    text-decoration: none;
}

.product-action {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 20px 0;
}

.product-quantity {
    margin-right: 20px;
}

.product-quantity .product-plus-minus {
    width: 100px;
    position: relative;
    display: inline-block;
}

.product-quantity .product-plus-minus .qtybutton {
    color: white;
    float: inherit;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    margin: 0;
    text-align: center;
    width: 30px;
    height: 36px !important;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.product-quantity .product-plus-minus .dec.qtybutton {
    left: 0px;
    top: 0px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.product-quantity .product-plus-minus .product-plus-minus-box {
    color: white;
    font-size: 16px;
    height: 36px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    width: 100px;
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background-color: transparent;
}

.product-quantity .product-plus-minus .inc.qtybutton {
    right: 0px;
    top: 0px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.product-single-share {
    padding-top: 10px;
}

.product-single-share label {
    margin-right: 1.2rem;
    margin-bottom: .5rem;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.1;
    letter-spacing: .005em;
}

.product-single-share .social-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.15);
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin: 0.2857em 0.4285em 0.2857em 0;
}

.product-single-share .add-wishlist {
    display: inline-block;
    padding: 16px 8px;
    color: white;
    font-size: 0.9rem;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    letter-spacing: -.015em;
    white-space: nowrap;
}

.product-single-share .add-wishlist i {
    margin-right: 5px;
}

.product-single-tab {
    margin-top: 2rem;
}

.product-single-tab .nav-tabs {
    margin: 0;
    border: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}

.product-single-tab .nav-tabs .nav-item {
    margin-bottom: -2px;
}

.product-single-tab .nav-tabs .nav-item:not(:last-child) {
    margin-right: 2.4rem;
}

@media only screen and (max-width: 991px) {
    .product-single-tab .nav-tabs .nav-item:not(:last-child) {
        margin-right: 1.5rem;
    }
}

.product-single-tab .nav-tabs .nav-item .nav-link {
    padding: 0.7rem 0;
    border: 0;
    border-bottom: 2px solid transparent;
    color: white;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    letter-spacing: .01rem;
    line-height: 1.429;
    letter-spacing: -.025em;
    background-color: transparent;
}

.product-single-tab .nav-tabs .nav-item .nav-link.active {
    color: #ee3d43;
    border-color: #ee3d43;
}

.product-desc-content {
    margin-top: 20px;
    color: white;
}

.product-desc-content ul {
    margin-bottom: 1rem;
    padding-left: 1.6rem;
    letter-spacing: .005em;
}

.product-desc-content ul li {
    margin-bottom: 0.4rem;
    font-size: 14px;
    color: white;
}

.product-desc-content ul li i {
    margin-right: .7rem;
    color: #ee3d43;
}

.product-reviews-content {
    margin-top: 20px;
}

.product-reviews-content .reviews-title {
    color: white;
    font-size: 18px;
}

.product-reviews-content .comment-container {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.product-reviews-content .comment-avatar {
    width: 65px;
    height: 65px;
}

.product-reviews-content .comment-box {
    width: calc(100% - 65px);
    padding-left: 20px;
}

.product-reviews-content .comment-box .ratings-container {
    margin-bottom: 5px;
}

.product-reviews-content .comment-box .ratings-container i {
    color: #ee3d43;
}

.product-reviews-content .comment-info {
    color: white;
    font-size: 14px;
}

.product-reviews-content .avatar-name {
    display: inline;
    color: white;
}

.product-reviews-content .comment-text {
    color: white;
    font-size: 14px;
}

.toolbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 20px;
}

.toolbox .toolbox-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.toolbox .toolbox-right .select-custom::after {
    display: none;
}

.toolbox .toolbox-item {
    display: flex;
    flex-wrap: wrap;
}

.toolbox label {
    margin: 1px 1.2rem 0 0;
    color: white;
    font-size: 14px;
    font-weight: 400;
}

.toolbox .select-custom {
    position: relative;
    background-color: #222529;
}

.toolbox .select-custom .form-control {
    font-size: 12px;
    background-color: #222529;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0;
    color: white;
    z-index: 0;
}

.toolbox .select-custom .form-control{
    border-radius: 5px !important;
    appearance: auto;
    font-size: 0.875rem !important;
}

.toolbox .select-custom::after {
    right: 12px;
}


/*-------------------------------------------------
    [ ### brand block ]
*/

.brand-slider {
    overflow: hidden;
}

.brand-slider-two {
    overflow: hidden;
    margin-top: 30px;
}

.brand-item {
    background-color: #222529;
    border: 1px solid rgba(255, 255, 255, 0.15);
    height: 145px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 30px;
    margin: 0 15px;
}


/*-------------------------------------------------
    [ ### account block ]
*/

.account-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    padding: 60px 60px 0 60px;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 991px) {
    .account-section {
        padding: 0;
    }
}

.account-section.active {
    opacity: 1;
    visibility: visible;
    transition-delay: .2s ease-out;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100vh;
}

.account-section.active .section-bg-image {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0.27, 0.17, 0.2);
    transition-timing-function: cubic-bezier(0.86, 0.27, 0.17, 0.2);
    transition-delay: 0.2s;
    background: #1c1e21;
    opacity: .5;
}

.account-section.active .account-area {
    opacity: 1;
    -webkit-transition-timing-function: cubic-bezier(0.9, 0.25, 0.08, 0.2);
    transition-timing-function: cubic-bezier(0.9, 0.25, 0.08, 0.2);
    transition-delay: .2s;
    top: 0;
    z-index: 9;
}

.account-section .section-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.account-area {
    background-color: #1c1e21;
    border-top: 5px solid #ee3d43;
    border-bottom: 5px solid #ee3d43;
    padding: 60px;
    position: relative;
    background-position: bottom;
    opacity: 0;
    transition-duration: 0.2s;
    width: 645px;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

@media only screen and (max-width: 575px) {
    .account-area {
        padding: 30px;
        width: 100%;
        margin-top: 30px;
    }
}

.account-area.change-form {
    display: block;
}

.account-area .account-close {
    width: inherit;
    text-align: center;
    position: absolute;
    top: -21px;
    right: -7px;
    z-index: 9;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-color: #ee3d43;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.account-area .account-close:hover::before {
    transform: rotate(0);
}

.account-area .account-close:hover::after {
    transform: rotate(0);
}

.account-area .account-close::before {
    position: absolute;
    content: '';
    height: 2px;
    width: 25px;
    background-color: white;
    transition: all .3s ease-in;
    left: 14px;
    top: 50%;
    transform: rotate(45deg);
}

.account-area .account-close::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 25px;
    background-color: white;
    transition: all .3s ease-in;
    left: 14px;
    bottom: 50%;
    transform: rotate(-45deg);
}

.account-header-area {
    margin: -5px;
    margin-bottom: 20px;
}

.account-header-area a {
    margin: 5px;
}


/*-------------------------------------------------
    [ ### contact block ]
*/

.contact-area {
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 30px;
    border-radius: 3px;
}

.contact-area .title {
    font-size: 20px;
    margin-bottom: 20px;
    color: white;
}

.contact-area input,
.contact-area textarea {
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background-color: #222529;
    color: white;
    font-size: 12px;
    font-weight: 600;
}

.contact-area textarea {
    height: 100px !important;
}

.form-control:focus {
    background-color: #222529 !important;
    box-shadow: none !important;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: white;
}

.contact-area input::placeholder,
.contact-area textarea::placeholder {
    color: white;
}

.contact-form-area {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    padding-left: 60px;
}

.code-verify-area {
    border-left: 0px;
}

@media only screen and (max-width: 991px) {
    .contact-form-area {
        padding-left: 0;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        padding-top: 30px;
    }
}

.contact-info-item-area .header-title {
    font-size: 20px;
    margin-bottom: 15px;
    color: white;
}

.contact-info-item-area p {
    font-size: 14px;
}

.contact-info-icon i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #222529;
    border: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    color: #ee3d43;
    font-size: 16px;
}

.contact-info-content {
    width: calc(100% - 50px);
    padding-left: 15px;
}

.contact-info-content .title {
    font-size: 16px;
    margin-bottom: 3px;
    font-weight: 600;
}

.contact-info-content p {
    font-size: 14px;
    color: white;
}

.maps {
    height: 400px;
}


/*-------------------------------------------------
    [ ### dashboard block ]
*/

.body-header-area {
    background-color: #222529;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 6px 20px;
}

@media only screen and (max-width: 475px) {
    .body-header-area {
        display: block !important;
        text-align: center;
    }
}

.body-header-area button,
.body-header-area input[type="button"],
.body-header-area input[type="reset"],
.body-header-area input[type="submit"] {
    background-color: transparent;
}

@media only screen and (max-width: 575px) {
    .body-header-left {
        margin-bottom: 10px;
    }
}

.body-header-left .title {
    font-size: 20px;
    color: white;
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .body-header-left .title {
        font-size: 20px;
    }
}

.header-user-thumb {
    width: 35px;
}

.header-user-thumb img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.header-user-content {
    padding-left: 10px;
}

.header-user-content span {
    color: white;
    font-size: 15px;
    font-weight: 700;
}

.header-user-icon {
    padding-left: 10px;
    color: white;
}

.body-header-right .dropdown-menu.dropdown-menu--sm {
    min-width: 12rem;
}

.body-header-right .dropdown-menu {
    pointer-events: none;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    display: block;
    opacity: 0;
    visibility: hidden;
    background-color: #222529;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.body-header-right .dropdown-menu.show {
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    opacity: 1;
    visibility: visible;
}

.body-header-right .dropdown-menu__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.body-header-right .dropdown-menu__item:last-child {
    border: none;
}

.body-header-right .dropdown-menu__item .dropdown-menu__icon {
    margin-top: -5px;
    color: white;
}

.body-header-right .dropdown-menu__item .dropdown-menu__caption {
    padding-left: 10px;
    font-size: 12px;
    color: white;
}

.panel-default {
    background-color: #1c1e21;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.panel-heading {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px;
}

.panel-heading i {
    color: white;
}

.panel-heading .panel-title {
    font-size: 15px;
    color: white;
    font-weight: 700;
}

.panel-body {
    padding: 20px;
}

.panel-body-inner {
    background-color: #222529;
    padding: 20px;
}

.panel-form-area {
    padding: 20px;
    background-color: #1c1e21;
}

.profile-thumb-area {
    margin: 0 auto;
}

.profile-thumb-area .image-preview {
    width: 150px;
    height: 150px;
    border: 2px solid #ee3d43;
    border-radius: 50%;
    margin: 0 auto;
}

.rank-label {
    margin-top: -22px;
}

.profile-edit .upload {
    display: none;
}

.profile-edit .imgUp {
    padding: 7px 10px 7px 10px;
    border-radius: 25px;
    font-size: 12px;
    color: white;
    display: initial;
    cursor: pointer;
}

.profile-content-area button,
.profile-content-area input[type="button"],
.profile-content-area input[type="reset"],
.profile-content-area input[type="submit"],
.profile-content-area a {
    font-size: 14px;
}

.btn-icon {
    line-height: 1em;
}

.btn-icon i {
    float: left;
    right: auto;
    left: 0;
}

.panel-card-header {
    font-size: 14px;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-weight: 700;
}

.panel-card-header i {
    margin-right: 5px;
}

.panel-card-body {
    padding: 25px;
    background-color: #1c1e21;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

@media only screen and (max-width: 991px) {
    .panel-card-body {
        padding: 10px;
    }
}

.panel-card-widget-area {
    padding: 15px;
}

.panel-card-widget-area .panel-card-widget-list a {
    font-size: 14px;
    color: #292929;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 1px 7px;
    margin: 0;
    border-radius: 3px;
    transition: all 0.3s;
}

.panel-card-widget-area .panel-card-widget-list a:hover {
    background-color: #f9f9f9;
}

.panel-card-widget-area .panel-widget-search-area label {
    font-size: 14px;
    color: white;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 8px;
}

.panel-card-widget-area .panel-widget-search-area input {
    max-width: 180px;
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #222529;
    color: white;
}

.panel-card-widget-area .panel-widget-search-area input::placeholder {
    color: white;
}

.panel-card-footer-area {
    padding: 15px;
}

.panel-card-footer-area span,
.panel-card-footer-area a {
    font-size: 14px;
    color: white;
    font-weight: 600;
}

.panel-card-footer-area .panel-widget-page-area {
    margin: -5px;
}

.panel-card-footer-area .panel-widget-page-area a {
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 1px 7px;
    margin: 5px;
    transition: all 0.3s;
}

.panel-card-footer-area .panel-widget-page-area a:hover {
    background-color: #f9f9f9;
}

.reset-area {
    background-color: white;
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
    border-radius: 3px;
}

.dashboard-area {
    overflow: hidden;
}

.dashboard-item {
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 5px;
}

.dashboard-content .dashboard-icon {
    position: absolute;
    right: 5px;
    bottom: -20px;
    color: white;
    opacity: .2;
}

.dashboard-content .dashboard-icon i {
    font-size: 60px;
}

@media only screen and (max-width: 991px) {
    .dashboard-content .dashboard-icon i {
        font-size: 70px;
    }
}

.dashboard-content .num {
    font-size: 24px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
    .dashboard-content .num {
        font-size: 20px;
    }
}

.dashboard-content .title {
    font-size: 14px;
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .dashboard-content .title {
        font-size: 16px;
    }
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.rating:not(:checked)>input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.rating:not(:checked)>label {
    width: 1em;
    padding: 0 .1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 200%;
    line-height: 1.2;
    color: #ddd;
    text-shadow: 1px 1px #bbbbbb, 2px 2px #666666, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}

.rating:not(:checked)>label:before {
    content: '★';
    border: none;
}

input[type="radio"]:checked+label:before {
    border-color: transparent;
    background-color: transparent;
}

.rating>input:checked~label {
    color: #f70;
    text-shadow: 1px 1px #cc6600, 2px 2px #994400, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}

.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: gold;
    text-shadow: 1px 1px goldenrod, 2px 2px #b57340, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}

.rating>input:checked+label:hover,
.rating>input:checked+label:hover~label,
.rating>input:checked~label:hover,
.rating>input:checked~label:hover~label,
.rating>label:hover~input:checked~label {
    color: #ea0;
    text-shadow: 1px 1px goldenrod, 2px 2px #b57340, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}

.rating>label:active {
    position: relative;
    top: 2px;
    left: 2px;
}

.review-form textarea {
    padding: 10px 15px;
}

.copyright-area {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 10px;
}

.copyright-area p {
    font-size: 14px;
    color: #292929;
    font-weight: 600;
    margin-bottom: 0;
}


/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Blog-block
--------------------------------------------------------------*/

.blog-item {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.blog-thumb img {
    width: 100%;
}

.blog-content {
    padding-top: 20px;
}

.blog-content .blog-date {
    font-size: 14px;
    margin-bottom: 3px;
}

.blog-content .blog-date i {
    margin-right: 5px;
}

.blog-content .title {
    font-size: 20px;
}

.blog-content .title a {
    transition: all 0.5s;
}

.blog-content .title a:hover {
    color: #ee3d43;
}

.blog-content p {
    color: white;
    font-size: 14px;
}

.blog-details-section .blog-item {
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.blog-details-section .blog-content {
    padding: 20px;
}

.blog-details-section .blog-content * {
    color: #fff !important;
}

.blog-social-area {
    background-color: #222529;
    margin-top: 30px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

@media only screen and (max-width: 420px) {
    .blog-social-area {
        display: block !important;
        text-align: center;
    }
}

.blog-social-area .title {
    margin-bottom: 0;
    font-size: 16px;
    color: white;
}

@media only screen and (max-width: 420px) {
    .blog-social-area .title {
        margin-bottom: 10px;
    }
}

.blog-social-area .blog-social li {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: white;
    text-align: center;
    font-size: 12px;
    border-radius: 3px;
    transition: all 0.3s;
}

.blog-social-area .blog-social li:hover {
    background-color: #ee3d43;
    color: white;
}

.blog-social-area .blog-social li+li {
    margin-left: 5px;
}

.sidebar {
    position: sticky;
    top: 3%;
}

.widget-box {
    background-color: #222529;
    box-shadow: 0px 0px 10px 0 rgba(238, 61, 67, 0.7);
    padding: 20px;
}

.widget-box .widget-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    color: white;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
}

.search-option input {
    border: 1px solid rgba(255, 255, 255, 0.15);
    background-color: #222529;
    color: white;
    font-weight: 500;
    width: 100%;
    padding: 8px 15px;
    border-radius: 3px;
    font-size: 13px;
}

.search-option input::placeholder {
    color: white;
}

.search-submit {
    position: absolute;
    right: 0;
    margin-top: -47px;
    width: 100px;
    height: 54px;
    color: white;
    background-color: transparent;
    font-size: 24px;
}

.category-content li {
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 10px;
    transition: all 0.3s;
    color: white;
}

.category-content li:hover {
    color: #ee3d43;
}

.category-content li:last-child {
    padding-bottom: 0;
}

.category-content li a {
    display: block !important;
}

.category-content li span {
    float: right;
}

.popular-widget-box {
    margin-bottom: -10px;
}

.single-popular-item {
    margin-bottom: 10px;
}

.single-popular-item .popular-item-thumb {
    width: 90px;
}

.single-popular-item .popular-item-content {
    width: calc(100% - 90px);
    padding-left: 10px;
}

.single-popular-item .popular-item-content .title {
    font-size: 14px;
    margin-bottom: 0;
    color: white;
    font-weight: 600;
}

.single-popular-item .popular-item-content .blog-date {
    font-size: 12px;
    color: white;
    font-weight: 500;
}

.tag-item-wrapper {
    margin: -5px;
}

.tag-item-wrapper .tag-item {
    padding: 2px 10px;
    font-size: 13px;
    margin: 5px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: white;
    transition: all 0.3s;
}

.tag-item-wrapper .tag-item:hover {
    background-color: #ee3d43;
    color: white;
}

.modal-content {
    background-color: #222529;
}

.modal-close-btn {
    position: absolute;
    right: 20px;
    top: 5px;
    z-index: 2;
    color: white !important;
}

.input-group-text {
    background-color: #ee3d43;
    border: none;
    color: #fff;
}

.close-button {
    padding: 7px 15px;
    border-radius: 3px;
}

.close-button i {
    margin-right: 0;
}

.cookie__wrapper {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #222529;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 10vh;
    font-size: 18px;
    z-index: 99999;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    animation: fadeInUp 2s;
    -webkit-animation: fadeInUp 2s;
}

.cookie__wrapper .txt {
    max-width: 720px;
    margin-right: 20px;
    color: #fff;
    font-size: 14px;
}

@media only screen and (max-width: 991px) {
    .cookie__wrapper {
        padding: 20px;
    }
    .cookie__wrapper .txt {
        font-size: 12px;
    }
}

@media(max-width: 475px) {
    .g-recaptcha * {
        max-width: 200px !important;
    }
}

.modal-content .product-container {
    background-color: #1c1e21;
}

.deposit-list {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 15px;
}

.deposit-list li {
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 7px 0;
}

.panel-card-footer .btn--base {
    padding: 4px 30px;
}

.payment-preview-section .payment-item {
    background-color: #222529;
    padding: 20px;
}

@media only screen and (max-width: 1199px) {
    .payment-preview-section .payment-item {
        display: block !important;
        text-align: center;
    }
}

.payment-preview-section .payment-item .payment-thumb {
    width: 200px;
}

@media only screen and (max-width: 1199px) {
    .payment-preview-section .payment-item .payment-thumb {
        width: 100%;
    }
}

.payment-preview-section .payment-item .payment-thumb img {
    width: 100%;
}

.payment-preview-section .payment-item .payment-content {
    width: calc(100% - 290px);
    padding-left: 20px;
}

.payment-preview-section .payment-item .payment-content .payment-list li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 14px;
    color: #fff;
}

.payment-preview-section .payment-item .payment-content .payment-list li span {
    font-weight: 600;
}

.payment-preview-section .payment-item .payment-content .payment-btn {
    margin-top: 20px;
}

.payment-preview-section .payment-item .payment-content .payment-btn a {
    padding: 8px 30px;
    font-size: 14px;
}

@media only screen and (max-width: 1199px) {
    .payment-preview-section .payment-item .payment-content .payment-btn a {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .payment-preview-section .payment-item {
        display: block !important;
        text-align: center !important;
    }
}

@media only screen and (max-width: 1199px) {
    .payment-preview-section .payment-item {
        display: flex !important;
        text-align: left;
    }
}

.payment-preview-section .payment-item::after {
    left: 35%;
}

.payment-preview-section .payment-item .payment-thumb {
    width: 320px;
}

@media only screen and (max-width: 767px) {
    .payment-preview-section .payment-item .payment-thumb {
        width: 100%;
    }
}

.payment-preview-section .payment-item .payment-content {
    width: calc(100% - 325px);
}

@media only screen and (max-width: 767px) {
    .payment-preview-section .payment-item .payment-content {
        width: 100%;
    }
}

.payment-preview-section .payment-item .payment-content .payment-btn a {
    width: 100%;
    text-align: center;
}

.policy-section .panel-card-body * {
    color: #fff !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: #fff !important;
    caret-color: #fff;
}

.form-control[type=file] {
    line-height: 1.5;
    padding-block: 11px;
}

.form-control[type=file]::file-selector-button {
    background: rgba(255, 255, 255, 0.1);
    border-right: none;
    color: #fff;
}

.form-control[type=file]:hover::file-selector-button {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
}

textarea.form--control {
    min-height: 100px !important;
}

.account-inner {
    position: relative;
    height: 100vh;
}

.account-form-wrapper {
    padding: 30px 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

@media (max-width: 1800px) {
    .account-form-wrapper {
        padding: 30px 70px;
    }
}

@media (max-width: 1599px) {
    .account-form-wrapper {
        padding: 40px 30px;
    }
}

@media (max-width: 1399px) {
    .account-form-wrapper {
        padding: 35px 25px;
    }
}

@media (max-width: 767px) {
    .account-form-wrapper {
        padding: 30px 60px;
    }
}

@media (max-width: 424px) {
    .account-form-wrapper {
        padding: 30px;
    }
}

.account-form {
    margin-top: 30px;
}

@media screen and (max-width: 1399px) {
    .account-form__text {
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .account-form__text {
        margin-top: 30px;
    }
}

.account-form__logo {
    max-width: 250px;
    margin-bottom: 20px;
}

.account-form__logo img {
    width: 100%;
}

.account-form__title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    color: #fff;
}

@media screen and (max-width: 1399px) {
    .account-form__title {
        margin-bottom: 20px;
    }
}

.social-login-wrapper {
    text-align: center;
    margin-top: 32px;
}

.account-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.account-inner__right {
    width: 40%;
    position: relative;
    height: 100vh;
    overflow-y: auto;
}

@media screen and (max-width: 1199px) {
    .account-inner__right {
        width: 50%;
    }
}

@media screen and (max-width: 991px) {
    .account-inner__right {
        width: 100%;
    }
}

.account-inner__left {
    width: 60%;
    height: 100%;
}

@media (max-width: 1199px) {
    .account-inner__left {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .account-inner__left {
        display: none;
    }
}

.account-thumb {
    height: 100%;
}

.account-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.another-login {
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 16px;
}

.another-login::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    z-index: -1;
}

.another-login .text {
    background-color: #1c1e21;
    padding: 0 7px;
}

.xzoom-container {
    width: 100%;
}


/* Copy Animation */

.base-color {
    color: hsl(var(--main)) !important;
}

.copyInput {
    display: inline-block;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.copied::after {
    position: absolute;
    top: 6px;
    right: 12%;
    width: 90px;
    display: block;
    content: "COPIED";
    font-size: 0.875rem;
    padding: 5px 5px;
    color: #fff;
    background-color: #FF7000;
    border-radius: 3px;
    opacity: 0;
    will-change: opacity, transform;
    animation: showcopied 1.5s ease;
}

@keyframes showcopied {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    50% {
        opacity: 0.7;
        transform: translateX(40%);
    }
    70% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
    }
}

.cookies-card {
    width: 520px;
    padding: 30px;
    color: #1E2337;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 999999;
    transition: all .5s;
    background: #222529;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.039);
}

.cookies-card.hide {
    bottom: -500px !important;
}

.radius--10px {
    border-radius: 10px;
}

.cookies-card__icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #6e6f70;
    color: #fff;
    font-size: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.cookies-card__content {
    margin-bottom: 0;
}

.cookies-btn {
    color: #363636;
    text-decoration: none;
    padding: 10px 35px;
    margin: 3px 5px;
    display: inline-block;
    border-radius: 999px;
}

.cookies-btn:hover {
    color: #363636;
}

@media (max-width: 767px) {
    .cookies-card {
        width: 100%;
        left: 0;
        bottom: 0;
        font-size: 14px;
        padding: 15px;
    }
}

.hover-input-popup {
    position: relative;
}

.input-popup {
    display: none;
}

.hover-input-popup .input-popup {
    display: block;
    position: absolute;
    bottom: 130%;
    left: 50%;
    width: 280px;
    background-color: #1a1a1a;
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.input-popup::after {
    position: absolute;
    content: '';
    bottom: -19px;
    left: 50%;
    margin-left: -5px;
    border-width: 10px 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #1a1a1a transparent;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.input-popup p {
    padding-left: 20px;
    position: relative;
}

.input-popup p::before {
    position: absolute;
    content: '';
    font-family: 'Line Awesome Free';
    font-weight: 900;
    left: 0;
    top: 4px;
    line-height: 1;
    font-size: 18px;
}

.input-popup p.error {
    text-decoration: line-through;
}

.input-popup p.error::before {
    content: "\f057";
    color: #ea5455;
}

.input-popup p.success::before {
    content: "\f058";
    color: #28c76f;
}

.show-filter {
    display: none;
}

@media(max-width:767px) {
    .responsive-filter-card {
        display: none;
        transition: none;
    }
    .show-filter {
        display: block;
    }
}


/* ////////////////// select 2 css //////////////// */

.select2-dropdown {
    margin-top: 8px !important;
    border-radius: 5px !important;
    box-shadow: none;
    background-color: #1c1e21;
    border: 1px solid rgb(255 255 255 / 5%);
}

.select2-search--dropdown {
    padding: 10px 10px !important;
    border-color: #ced4da !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.select2-results__option.select2-results__option--selected,
.select2-results__option--selectable,
.select2-container--default .select2-results__option--disabled {
    padding: 8px 12px !important;
    border-bottom: 1px solid #2c2c2c;
    color: #fff;
}

.select2-results__option.select2-results__message {
    text-align: center !important;
    padding: 12px 14px !important;
    color: #fff;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 8px;
    border-radius: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background: #ddd;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #ddd;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
    position: absolute;
    right: 10px;
    top: 0;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    transition: .3s;
    color: #fff;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: .375rem !important;
    padding: .375rem .75rem !important;
    height: 100% !important;
    background-color: rgba(255, 255, 255, 0.1);
}

.select2-container--default .select2-selection--single:focus-visible {
    outline: none;
}

.select2-container--open .select2-dropdown {
    border-top: 1px solid rgb(255 255 255 / 5%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
    transform: rotate(-180deg);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}

.select2-results__option:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.select2-results__option:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.select2-results__option.select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ee3d43 !important;
    color: #fff !important;
}

.select2-results__option {
    font-size: 13px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    box-shadow: 0 0 25px rgba(115, 103, 240 0.071) !important;
    outline: 0 !important;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: transparent;
}

.select2-container .selection {
    width: 100% !important;
}

.select2-selection__rendered:focus {
    border: none !important;
}

.select2-dropdown .country-flag {
    width: 25px;
    height: 25px;
    border-radius: 8px;
}

.select2-dropdown .gateway-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px !important;
}

.select2-dropdown .gateway-subtitle {
    font-size: 12px;
    margin-bottom: 0px !important;
}

.select2-container--open .select2-selection.select2-selection--single,
.select2-container--open .select2-selection.select2-selection--multiple {
    border-color: rgba(255, 255, 255, 0.15)!important;
    border-radius: .375rem !important;
}

.gateway-card {
    padding: 15px;
}

.payment-card-title {
    padding: 13px 25px;
    text-align: center;
    background-color: rgb(var(--main));
    border-radius: 5px;
    border: 0;
    margin-bottom: 0px;
    color: #fff;
}

.payment-system-list {
    --thumb-width: 100px;
    --thumb-height: 40px;
    --radio-size: 12px;
    --border-color: #cccccf59;
    --hover-border-color: rgb(var(--main));
    background-color: #fff;
    border-radius: 5px;
    height: 100%;
}

.payment-system-list.is-scrollable {
    max-height: min(388px, 70vh);
    overflow-x: auto;
    padding-block: 4px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
    width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
    width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar-thumb {
    background-color: rgb(var(--main));
    border-radius: 10px;
}

.payment-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 18px;
    border: 1px solid #fff;
    border-top-color: var(--border-color);
    transition: all 0.3s;
    border-left: 3px solid transparent;
}

.payment-item:first-child {
    border-top-color: #fff;
    border-radius: 5px 5px 0 0;
}

.payment-item:has(.payment-item__radio:checked) {
    border-left: 3px solid var(--hover-border-color);
    border-radius: 0px;
}

.payment-item__check {
    border: 3px solid transparent;
}

.payment-item:has(.payment-item__radio:checked) .payment-item__check {
    border: 3px solid rgb(var(--main));
}

.payment-item__info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: calc(100% - var(--thumb-width))
}

.payment-item__check {
    width: var(--radio-size);
    height: var(--radio-size);
    border: 1px solid rgb(var(--main));
    display: inline-block;
    border-radius: 100%;
}

.payment-item__name {
    padding-left: 10px;
    width: calc(100% - var(--radio-size));
    transition: all 0.3s;
}

.payment-item__thumb {
    width: var(--thumb-width);
    height: var(--thumb-height);
    text-align: right;
    padding-left: 10px;
    &:has(.text) {
        width: fit-content;
    }
}

.payment-item__thumb img {
    max-width: var(--thumb-width);
    max-height: var(--thumb-height);
    object-fit: cover;
}

.deposit-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.deposit-info__title {
    max-width: 50%;
    margin-bottom: 0px;
    text-align: left;
}

.deposit-info__input {
    max-width: 50%;
    text-align: right;
    width: 100%;
}

.deposit-info__input-select {
    border: 1px solid var(--border-color);
    width: 100%;
    border-radius: 5px;
    padding-block: 6px;
}

.deposit-info__input-group {
    border: 1px solid var(--border-color);
    border-radius: 5px;
    .deposit-info__input-group-text {
        align-self: center;
        padding-left: 5px;
    }
}

.deposit-info__input-group .form--control {
    padding: 5px;
    border: 0;
    height: 35px;
    text-align: right;
}

.deposit-info__input-group .form--control:focus {
    box-shadow: unset;
}

.info-text .text,
.deposit-info__input .text {
    font-size: 14px;
}

.deposit-info__title .text.has-icon {
    display: flex;
    align-items: center;
    gap: 5px
}

.total-amount {
    border-top: 1px solid var(--border-color);
}

.total-amount .deposit-info__title {
    font-weight: 600;
}

.payment-item__btn {
    border: 0;
    border-block: 1px solid var(--border-color);
    border-bottom: 0;
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 15px;
    font-weight: 500;
}

.payment-item:hover+.payment-item__btn {
    border-top-color: #fff;
}

button .spinner-border {
    --bs-spinner-width: 1.5rem;
    --bs-spinner-height: 1.5rem;
}

label.required:after {
    content: '*';
    color: #DC3545!important;
    margin-left: 2px;
}


/*============== custom dropdwon css start ==============*/

.custom--dropdown {
    margin-right: 30px;
    position: relative;
}

@media (max-width:991px) {
    .custom--dropdown {
        width: max-content;
    }
}

.custom--dropdown.open>.custom--dropdown__selected::before {
    transform: rotate(180deg);
}

.custom--dropdown>.custom--dropdown__selected {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    padding: 10px;
    font-size: 14px;
    padding-right: 30px;
}

.custom--dropdown>.custom--dropdown__selected::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f0d7";
    display: inline-block;
    position: absolute;
    margin-left: auto;
    width: unset !important;
    right: 12px;
    color: #fff;
    font-size: 15px;
}

@media screen and (max-width: 1399px) {
    .custom--dropdown>.custom--dropdown__selected::before {
        right: 2px;
    }
}

@media screen and (max-width: 991px) {
    .custom--dropdown>.custom--dropdown__selected::before {
        right: -2px;
    }
}

@media screen and (max-width: 1399px) {
    .custom--dropdown>.custom--dropdown__selected {
        padding-right: 15px;
    }
}

.custom--dropdown>.dropdown-list {
    position: absolute;
    width: 100%;
    border-radius: 3px;
    -webkit-box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
    box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
    opacity: 0;
    overflow: hidden;
    transition: 0.25s ease-in-out;
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    top: 85%;
    margin-top: 5px;
    z-index: -1;
    visibility: hidden;
    max-height: 230px;
    max-width: 140px;
    overflow-y: auto !important;
    background-color: red !important;
}

@media screen and (max-width: 991px) {
    .custom--dropdown>.dropdown-list {
        left: 0;
    }
}

.custom--dropdown>.dropdown-list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.custom--dropdown>.dropdown-list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
}

.custom--dropdown>.dropdown-list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
}

.custom--dropdown.open>.dropdown-list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    z-index: 999 !important;
    background-color: #1c1e21 !important;
    border: 1px solid rgb(255 255 255 / 5%);
}

.dropdown-list>.dropdown-list__item {
    padding: 10px 8px !important;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 14px;
}

.dropdown-list>.dropdown-list__item>a {
    padding: 0 !important;
    font-size: 13px;
}

.dropdown-list>.dropdown-list__item:hover {
    background-color: #ffffff !important;
}

.dropdown-list>.dropdown-list__item,
.custom--dropdown>.custom--dropdown__selected {
    display: flex;
    align-items: center;
}

.dropdown-list>.dropdown-list__item .thumb img,
.custom--dropdown>.custom--dropdown__selected .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}

.dropdown-list>.dropdown-list__item .thumb img,
.custom--dropdown>.custom--dropdown__selected .thumb img {
    min-width: 24px !important;
    min-height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    overflow: hidden;
    margin-right: 5px;
    border-radius: 50%;
}

.custom--dropdown__selected .thumb {
    padding: 0 !important;
}

.dropdown-list>.dropdown-list__item .text,
.custom--dropdown>.custom--dropdown__selected .text {
    padding-left: 4px;
    color: #fff !important;
    transition: .2s linear;
}

.dropdown-list>.dropdown-list__item:hover .text,
.custom--dropdown>.custom--dropdown__selected .text {
    color: #fff !important;
}

.custom--dropdown__selected.dropdown-list__item .text {
    font-size: rem(13px);
    color: #fff !important;
}


/*============== custom drop down css end ==============*/

.forgot-pass {
    color: #ee3d43;
}

.forgot-pass:hover {
    color: #ee3d43;
    text-decoration: underline;
}

.forgot-pass:focus {
    color: #ee3d43;
    text-decoration: underline;
}

.any-account {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

.any-account a {
    color: #ee3d43;
}

.any-account a:hover {
    text-decoration: underline;
}

.custom--card {
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: transparent;
}

.custom--card .card-body {
    color: #bbbbbb;
    padding: 20px;
}

.social-login-btn {
    border: 1px solid rgba(67, 67, 67, 0.15);
    color: #cecece;
    padding: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
}

.social-login-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(110, 110, 110, 0.15);
}

.social-login-btn:active {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    border: 1px solid rgba(110, 110, 110, 0.15) !important;
}

.social-login-btn img {
    width: 20px;
    margin-right: 5px;
}

.custom--card .card-header .card-title {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.custom--card .card-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.verification-code-wrapper {
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    background: transparent !important;
}

.verification-code-wrapper .verification-area h5 {
    color: #b7b7b7;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.verification-code-wrapper p {
    color: #b7b7b7;
}

.verification-code-wrapper label {
    color: #b7b7b7;
}

.verification-code-wrapper a {
    color: #ee3d43;
}

.verification-code-wrapper .verification-text {
    color: #b7b7b7 !important;
    font-size: 16px;
    padding-top: 15px;
}

.verification-code span {
    background: transparent !important;
    border: 1px solid #ee3d4339 !important;
    color: #ee3d4339 !important;
}

.verification-code input:focus {
    background: transparent !important;
}

.verification-code input {
    color: #fff !important;
    font-weight: 400;
}

.custom-check-group a:hover {
    text-decoration: underline;
}

.hover-input-popup .input-popup {
    bottom: 80% !important;
}

.form-control:disabled {
    background: #6e6f70;
}

.modal-header .modal-title {
    color: #d4d4d4 !important;
}

.modal-header .close {
    background: rgba(255, 255, 255, 0.1) !important;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    transition: .3s;
}

.modal-header .close:hover i {
    color: #9a9a9a;
}

.modal-header .close i {
    color: #fff;
    transition: .3s;
}

.modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.117)
}

.modal-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.117)
}

.modal-body {
    color: #d4d4d4;
}

.paginate-warper {
    padding-top: 40px !important;
}

.custom-table tbody tr td.no-data-table::before {
    display: none;
}

.page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.header-search-category .search-btn {
    height: 40px;
}

.header-search-wrapper .form-control:focus {
    border-right: 0 !important;
}

.header-search-category .search-btn:active {
    border-color: rgba(255, 255, 255, 0.15);
}

.modal-close-btn.close {
    background: rgba(255, 255, 255, 0.1) !important;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    transition: .3s;
    margin-top: 8px;
}

.modal-close-btn.close:hover i {
    color: #9a9a9a;
}

.modal-close-btn.close i {
    color: #fff;
    transition: .3s;
}

.custom--card .card-body ul.list-group {
    border: 1px solid #333333;
}

.custom--card .card-body ul.list-group li {
    background: transparent;
    color: #dcdcdc;
    border-bottom: 1px solid #333333;
}

.custom--card .card-body ul.list-group li:last-child {
    border-bottom: none;
}

.xzoom-gallery5 {
    border: none;
    background: #222529;
}

.xzoom-container .xzoom5 {
    box-shadow: none;
    background: #222529;
}

.xzoom-gallery5.xactive {
    box-shadow: none;
    border: 1px solid #ee3d43;
}

.xzoom-preview {
    background: #222529;
}

.text--small {
    font-size: 0.875rem !important;
  }