/* html {
    scroll-behavior: smooth;
} */

@font-face {
    /* src: url(sansation_light.woff); */
    src: url("../fonts/Inter-VariableFont_slnt,wght.ttf");
    font-family: Inter;
}

@font-face {
    font-family: "URW DIN";
    src: local("URW DIN Demi"), local("URW-DIN-Demi"), url("../fonts/URWDIN-Demi.woff2") format("woff2"), url("../fonts/URWDIN-Demi.woff") format("woff"),
        url("../fonts/URWDIN-Demi.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    display: block;
    color: #fff;
    background-color: #0d1522;
    font-family: URW DIN, sans-serif;
    font-size: 16px;
/*    overflow: initial !important;*/
    padding-right: unset !important;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-sm,
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container-md,
    .container-sm,
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px;
    }
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    color: #fff;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

.btn {
    padding: 0.375rem 0.75rem;
}

input {
    outline: none;
    border: none;
}

button {
    border: none;
}
input[type="button" i]:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.text-regular {
    font-size: 14px;
}

.text-small {
    font-size: 12px;
}

.text-warning {
    color: #ffe000 !important;
}

.text-red,
.error,
.msg-error {
    color: #f00;
}
div.error,
label.error {
    font-size: 12px;
}

.badge {
    font-size: 0.9em;
}

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

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

.text-center {
    text-align: center;
}
.text-bg-main {
    color: #fff !important;
    /* background-color: #3fb6a6 !important; */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #43beac), color-stop(100%, #02394a));
    background-image: linear-gradient(to right, #43beac 0%, #02394a 110%);
    font-weight: 700;
}
.text-bg-secondary {
    color: #fff !important;
    background-color: #6c757d !important;
}

.text-bg-info {
    color: #000 !important;
    background-color: #0dcaf0 !important;
    font-weight: 700;
}

.text-bg-warning {
    color: #000 !important;
    background-color: #ffc107 !important;
    font-weight: 700;
}

@media (max-width: 768px) {
    .text-regular {
        font-size: 12px !important;
    }
    .text-small {
        font-size: 10px;
    }
}

/* 
    1. Home
    2. Category
    3. Product tabs
*/

/*1. Home */

/* Header */
.bg-topbar-cnl-gaming {
    background: linear-gradient(180deg, #193152 1.02%, #1f3451 26.94%, #243e54 52.1%, #225262 94.02%, #205464 111.56%);
}

.bg-navbar-cnl-gaming {
    /* background: linear-gradient(180deg, #05b0ba 10.17%, #079fa5 33.8%, #0a817f 65.82%, #037964 95.55%); */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #43beac), color-stop(100%, #02394a));
    background-image: linear-gradient(to right, #43beac 0%, #02394a 100%);
    background-repeat: repeat-x;
}

.navbar__logo {
    position: absolute;
    z-index: 2;
    /* top: -56%; */
}

.ms-6 {
    margin-left: 110px;
}

.navbar-gaming-custom .dropdown {
    position: initial;
}

.navbar-gaming-custom .dropdown-menu {
    top: 100%;
    width: 100%;
    left: 0;

    border-radius: initial;
    z-index: 1021;
}

.navigationContainerScrollable {
    display: flex;
}

.navigationContainerScrollable a {
    color: #fff;
}

.navigationContainerScrollable .trendingGamesTab {
    padding: 30px 0 0;
    width: 35%;
    background-color: #37384b;
}

#navbar-lg .navbar-toolbar {
    padding-top: 3px;
}
.navbar-toolbar .nav-link {
    color: rgba(255, 255, 255, 0.65);
}
.navbar-toolbar .nav-link:hover {
    color: #fff;
}

.gamesTab {
    width: 65%;
    padding: 20px 24px;
    background-color: #2b2c3c;
    max-height: 333px;
    overflow: hidden scroll;
}

/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

body::-webkit-scrollbar {
    width: 12px;
}
body::-webkit-scrollbar-thumb {
    border-radius: 0;
}
body::-webkit-scrollbar-track {
    border-radius: 0;
}

.tredingGames__title {
    /* height: 43px; */
    margin-left: 20px;
    margin-bottom: 17px;
    font-size: 1.5rem;
    font-weight: 300;
    cursor: text;
    color: #cfcfcf;
}

.navigationContainerScrollable .trendingGamesTab > .game {
    padding-left: 20px;
}

.navigationContainerScrollable .game {
    display: flex;
    align-items: center;
    /*    height: 42px;*/
    margin-bottom: 7px;
}

.trendingGamesTab .game:hover {
    background-color: #2b2c3c;
}

.gamesTab .game:hover {
    background-color: #37384b;
}

.navigationContainerScrollable .game a {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 40px auto 6px;
    align-items: center;
    height: 42px;
    width: 100%;
}

.navigationContainerScrollable .game img {
/*    max-width: 34px;*/
    max-height: 35px;
    justify-self: center;
}

.game span {
    padding-left: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.input-game-search {
    margin-bottom: 20px;
    height: 43px;
    position: relative;
}

.input-game-search input::placeholder {
    color: #e0e1e2;
}

.input-game-search input {
    width: 100%;
    border-radius: 4px;
    padding-left: 33px;
    background-color: rgba(76, 96, 133, 0.3);
    caret-color: #e0e1e2 !important;
    border: none;
    color: #fff;
    height: 100%;
    outline: none;
}

.input-game-search i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #cfcfcf;
}

.gamesContainer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 10px;
    column-gap: 6px;
}

.nav__btn-user {
    /* background: #28293d; */
    border-radius: 8px;
    position: relative;
}

.nav__btn-user button {
    border-radius: 8px;
    background: none;
    font-size: 14px;
    z-index: 9;
    position: relative;
}
#unread-message-count {
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    height: 14px;
    line-height: 14px;
    background: red;
    font-size: 11px;
    border-radius: 50%;
    color: #fff;
}

.nav__btn-user .btn-primary {
    background-color: #28293d;
    border-color: #06aab2;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.active,
.btn-primary.show {
    background-color: #06aab2;
    border-color: #06aab2;
}
.account-bg {
    background: linear-gradient(180deg, #00c8b0 9.02%, #04259b 119.74%);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.32);
    position: absolute;
    width: 50%;
    border-radius: 8px;
    top: 0;
    left: 50%;
    height: 100%;
    transition: all 0.3s;
}

.navbar__cart-icon {
    color: #48afb9;
    line-height: 1;
}

.navbar__cart-text {
    margin: 0 4px 0 7px;
}

.dropdown-cnl-gaming-custom {
    z-index: 999;
}

.dropdown-cnl-gaming-custom .dropdown-toggle::after {
    display: none !important;
}

.navbar__cart-quantity {
    display: inline-flex;
    width: 16px;
    height: 16px;
    aspect-ratio: 1;
    border-radius: 100%;
    font-size: 12px;
    background: RED;
    justify-content: center;
    align-items: center;
}

.modal p {
    margin-bottom: 0;
}

.lang_currency {
    min-width: fit-content;
    z-index: 1050;
}

.lang_currency li:hover {
    color: #02b6c2 !important;
    cursor: pointer;
}

/* SIGN IN/UP */
.modal-content,
.modal-content {
    border: 1.5px solid #02b6c2;
    background-color: #1c1c28;
    border-radius: 8px;
}

.modal-content .nav-item .nav-link,
.modal-content .nav-item .nav-link {
    color: #04b5c1;
}

.modal-header,
.modal-header {
    font-weight: 700;
    border-bottom: none;
    background-color: #04b5c1;
}

.modal-footer,
.modal-footer {
    border-top: none;
    display: initial;
    padding-top: 0;
}
.modal-footer a,
.modal-footer a {
    color: #02b6c2;
}

.btn-login-custom {
    background: linear-gradient(180deg, #00c8b0 9.02%, #04259b 119.74%);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.32);
    border-radius: 4px;
    border: 0;
    color: #fff;
    padding: 9px;
    font-weight: 700;
    position: relative;
    text-align: center;
}
.btn-login-google {
    background: #4285f4;
}

.btn-login-facebook {
    background: #3b5998;
}

.btn-login-google:hover,
.btn-login-facebook:hover {
    color: #fff;
}

.btn-login-google .logo,
.btn-login-facebook .logo {
    background-color: #fff;
    position: absolute;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 42px;
    height: 42px;
    top: 0;
    left: 0;
    padding: 9px 0;
}

/* END SIGN IN/UP */

/* Currency */
.currency-cnl-gaming > a {
    color: rgba(255, 255, 255, 0.65);
}

.currency-cnl-gaming > a:hover {
    color: #fff;
}
.currency-cnl-gaming li a {
    color: #fff;
}

@media (min-width: 992px) {
    .navbar-expand-lg .dropdown-menu:not(.dropdown-menu-dark) {
        border-color: initial;
    }
}

/* Cart */
.cart__remove .icon {
    max-width: none;
}
.widget-product-title > a {
    color: #e0e1ff;
}

.text-accent {
    color: #fff !important;
}

.widget-product-meta .text-muted,
.text-subtotal {
    color: #e0e1ff !important;
}

/* Offcanvas sidebar */
.widget-categories .accordion-button.collapsed span {
    color: #fff;
}

.widget-list-link {
    color: #fff;
}

.off-canvas-footer__modifier-icon .btn-social {
    color: #fff;
}

/* Banner */
.banner-bg {
    /* background-image: linear-gradient(to right, rgba(4, 46, 74, 0.6), rgba(4, 46, 74, 0.6)), url(../images/banner_bg.jpg); */
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 836px;
    overflow: hidden;
}

.banner-content-top {
    padding-top: 30%;
    padding-left: 10%;
}

.banner-content-top h4 ,
.banner-content-top__title {
    font-size: 300%;
    line-height: 1.4;
    text-transform: none;
    font-weight: 500;
}

.banner-content-top h4 b
,.banner-content-top__title span:last-child {
    color: #00ffff;
}

.banner-content-top h5, 
.banner-content-top__description {
    font-weight: 500;
}

.banner-img-left img {
    max-width: 100%;
}

.banner-content-bottom {
    z-index: 2;
    top: 60%;
}

@media (max-width: 1500px) {
    .banner-bg {
        height: 680px;
    }
}

@media (max-width: 768px) {
    .banner-content-top {
        padding-top: 30%;
        padding-left: 0;
    }
    .banner-bg {
        height: 480px;
    }
    .banner-content-top__title {
        font-size: 200%;
    }
    .banner-content-bottom {
        top: 75%;
    }
}

@media (max-width: 576px) {
    .banner-content-top__title {
        font-size: 200%;
        line-height: 1.4;
    }

    .banner-content-top {
        padding-top: 16px;
        padding-left: 0;
    }
    .banner-content-bottom {
        top: 54%;
    }
}

/* 3. Card main game */
.card-game-full {
    position: relative;
    z-index: 1;
    /* height: 325px; */
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
}

.card-game-full .card-game__background {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.card-game-container {
    position: absolute;
    bottom: 0;
    padding: 75px 30px 20px;
    min-width: 55%;
}

.card-game-container .card-game__sub-title,
.card-game-container .card-game__title {
    background: linear-gradient(180deg, #00f0ff 1.79%, #8bf7ff 69.63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

.card-game__sub-title {
    margin-bottom: 0;
    font-size: 24px;
}

.card-game__description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.card-game-container .card-game__title {
    font-size: 32px;
}

.card-game-container .card-game__text {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-game-full .card-game-container p {
    width: 40%;
    background: linear-gradient(145.51deg, #fddd48 7.21%, #00b7c4 94.47%);
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-game-full .sub-card-game-full .card-game-container p {
    width: 50%;
    background: linear-gradient(145.51deg, #fddd48 7.21%, #00b7c4 94.47%);
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-game__text--w36 {
    width: 36%;
}

.card-game__text--w50 {
    width: 50%;
}

.card-game__text--bg-mix {
    background: linear-gradient(145.51deg, #fddd48 7.21%, #00b7c4 94.47%);
}

.card-game__text--bg-blue {
    background: linear-gradient(180deg, #00f0ff 1.79%, #8bf7ff 69.63%);
}

.card-game__price-number {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    background: linear-gradient(145.51deg, #fddd48 7.21%, #00b7c4 94.47%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0;
}

.card-game__button {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    background: linear-gradient(180deg, #00c8b0 9.02%, #04259b 119.74%);
    /* Dark / Elevation 02 */

    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.32);
    border: none;
    border-radius: 4px;
}

.card-game__button:hover {
    background: #b9eaed;
    /* Dark / Elevation 02 */
    color: #04b5c1;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.32);
}

.sub-card-game-full .card-game__sub-title {
    font-size: 20px;
}

.sub-card-game-full .card-game__title {
    font-size: 24px;
}

@media (max-width: 768px) {
    .card-game__sub-title {
        font-size: 20px;
    }
    .card-game-container .card-game__title {
        font-size: 24px;
    }
    .card-game__text--w36 {
        width: 56%;
    }
    .card-game__text--w50 {
        width: 56%;
    }
    .card-game__price-number {
        font-size: 24px;
    }
    .card-game__button {
        padding: 4px 8px;
    }
    .card-game__button i {
        font-size: 12px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .card-game-container {
        padding: 75px 20px 16px;
    }
    .sub-card-game-full .card-game__button {
        padding: 4px 3px;
        font-size: 10px;
    }
    .sub-card-game-full .card-game__button i {
        font-size: 10px;
    }
}
/* About */
.about__content {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #dcfffb;
    padding: 20px 0;
}
.about__content h5,
.about__content-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    background: linear-gradient(180deg, #0063f7 1.02%, #0bd8e5 113.08%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
}


@media (max-width: 768px) {
}

@media (max-width: 576px) {
    .about__content-text {
        font-size: 14px;
    }
}

/* Service */
.service {
    text-align: center;
    padding: 0 22px;
}

.service-icon img {
    width: 100px;
    aspect-ratio: 1;
    object-fit: contain;
}

.service-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    background: linear-gradient(180deg, #00f0ff 1.79%, #8bf7ff 69.63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-top: 12px;
    margin-bottom: 22px;
}

.service-content {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #dcfffb;
}

/* Footer */
.bg-footer-payment {
    /* background: linear-gradient(
        180deg,
        #05b0ba 1.02%,
        rgba(7, 159, 165, 0.8) 26.94%,
        rgba(10, 129, 127, 0.6) 52.86%,
        rgba(3, 121, 100, 0.4) 74.2%,
        rgba(3, 121, 100, 0.2) 96.31%,
        rgba(3, 121, 100, 0.1) 110.03%,
        rgba(3, 121, 100, 0) 127.57%
    );
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.04)) drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.32)); */

    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #43beac), color-stop(100%, #02394a));
    background-image: linear-gradient(to right, #43beac 0%, #02394a 100%);
    background-repeat: repeat-x;
}

.list-payment-icons {
    padding: 10px 0;
}

.list-payment-icons .payment-footer-item {
    display: inline-block;
    margin-right: 50px;
}

.list-socials {
    padding: 20px 0;
}

.list-socials .list-social-item {
    display: inline-block;
    margin-right: 10px;
}

.footer-logo {
    display: flex;
}

.footer-dash h4,
.footer-heading {
    display: flex;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    background: linear-gradient(180deg, #0063f7 1.02%, #0bd8e5 113.08%);
    background-clip: text;
    -webkit-background-clip: text;
    /* text-fill-color: transparent; */
    -webkit-text-fill-color: transparent;
}

.footer-dash p, 
.footer-sub-info {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    /* identical to box height, or 194% */
    letter-spacing: 1.2px;
    /* Blue CNL11 */
    color: #dcfffb;
}

.footer-item {
    margin-bottom: 10px;
}

.footer-dash ul li a, 
.footer-item-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 171% */
    /* Blue CNL11 */
    color: #dcfffb;
}

.footer-wrapper {
    margin-bottom: 50px;
}

.footer-dash:before {
    position: relative;
    content: "";
    width: 70%;
    left: 15%;
    display: block;
    margin-top: 16px;
    border-bottom: 3px dashed #12f1ff;
}


.home-heading {
    position: relative;
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    background: linear-gradient(180deg, #0063f7 1.02%, #0bd8e5 113.08%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    margin-bottom: 16px;
    padding-top: 50px;
    margin-top: 30px;
}

.home-heading:before {
    position: absolute;
    content: "";
    width: 30%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    margin-top: 16px;
    border-bottom: 3px dashed #12f1ff;
}

.step-last-center {
    position: relative;
    margin-top: -13px;
}

@media (max-width: 768px) {
    .list-payment-icons .payment-footer-item {
        display: inline-block;
        margin-right: 10px;
    }
}

@media (max-width: 576px) {
    .payment-footer-item img {
        width: 50px;
        object-fit: contain;
        aspect-ratio: 2/1;
    }
    .list-social-item img {
        width: 30px;
        object-fit: contain;
        aspect-ratio: 1;
    }
}

/* Step Order */
.steps .step {
    display: block;
    width: 100%;
    text-align: center;
}

.steps .step .step-icon-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 80px;
    text-align: center;
}

.steps .step .step-icon-wrap::before,
.steps .step .step-icon-wrap::after {
    display: block;
    position: absolute;
    top: 50%;
    width: 40%;
    height: 3px;
    margin-top: -1px;
    content: "";
    z-index: 1;
    border-top: 2px dashed #12f1ff;
}

.steps .step .step-icon-wrap::before {
    left: -40px;
}

.steps .step .step-icon-wrap::after {
    right: -40px;
}

.steps .step .step-icon {
    display: inline-block;
    position: relative;
    font-size: 38px;
    line-height: 81px;
    z-index: 5;
}

.steps .step .step-title {
    margin-top: 8px;
    margin-bottom: 0;
    color: #dcfffb;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.steps .step .step-number {
    margin-top: 16px;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    background: linear-gradient(180deg, #00f0ff 1.79%, #8bf7ff 69.63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.steps .step:first-child .step-icon-wrap::before {
    display: none;
}

.steps .step:last-child .step-icon-wrap::after {
    display: none;
}

/* .steps .step.completed .step-icon-wrap::before,
.steps .step.completed .step-icon-wrap::after {
    background-color: #0da9ef
} */

@media (max-width: 576px) {
    .flex-sm-nowrap .step .step-icon-wrap::before,
    .flex-sm-nowrap .step .step-icon-wrap::after {
        display: none;
    }
    .steps .step {
        margin-bottom: 35px;
    }
}

@media (max-width: 768px) {
    .flex-md-nowrap .step .step-icon-wrap::before,
    .flex-md-nowrap .step .step-icon-wrap::after {
        display: none;
    }
}

@media (max-width: 991px) {
    .flex-lg-nowrap .step .step-icon-wrap::before,
    .flex-lg-nowrap .step .step-icon-wrap::after {
        display: none;
    }
}

@media (max-width: 1200px) {
    .flex-xl-nowrap .step .step-icon-wrap::before,
    .flex-xl-nowrap .step .step-icon-wrap::after {
        display: none;
    }
}

.bg-faded,
.bg-secondary {
    background-color: #f5f5f5 !important;
}

/*2. Category */
.category_bg {
    /* background: url("../images/BG_Wotlk_Classic.webp"); */
    background-size: 100%;
    background-repeat: no-repeat;
}

.category__heading {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #0bd8e6;
}

.category__description {
    color: #dcfffb;
    width: 70%;
}

.category__list li {
    display: inline-block;
}
/* 
.breadcrumbs .breadcrumb .breadcrumb-item:first-child a {
    font-size: 14px;
    color: #dcfffb;
    font-weight: 400;
} */

.breadcrumbs .breadcrumb .breadcrumb-item a {
    font-size: 14px;
    color: #dcfffb;
    font-weight: 400;
}

.breadcrumbs .breadcrumb .breadcrumb-item:last-child {
    font-size: 14px;
    color: #4cc1c9;
    font-weight: 700;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

.input-keyword {
    background-color: #28293d;
    color: #fff;
    border: 1px solid #04b5c1;
    border-radius: 8px;
}

.input-keyword::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.input-keyword:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.input-keyword::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.input-keyword:focus {
    background-color: #28293d;
    border-color: #04b5c1;
    color: #fff;
}

.btn-group.filter-group {
    min-width: 154px;
}

.filter-group .dropdown-menu-dark {
    background-color: #555770;
}

.filter-group .option-icon {
    width: 16px;
    height: 16px;
    margin-right: 0.5rem;
}

.btn-filter {
    background-color: #28293d;
    color: #fff;
    border: 1px solid #04b5c1;
    border-radius: 8px;
}

.select-filter select {
    background-color: #28293d;
    color: #fff;
    border: 1px solid #04b5c1;
    border-radius: 8px;
    width: fit-content;
}

.select-filter {
    overflow: hidden;
    /*    border: 1px solid #000;*/
    position: relative;
    padding: 10px 0;
}
.select-filter:after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    top: 30px;
    right: 6%;
    content: "";
/*    z-index: 98;*/
}
.select-filter select:focus {
    background-color: #28293d;
    border-color: #69b3fe;
    color: #fff;
}

.form-check-input:checked {
    background-color: #04b5c1;
    border-color: #04b5c1;
}

/* List Category Product */
.card-product {
    background: linear-gradient(180deg, #193152 1.02%, #1f3451 26.94%, #243e54 52.1%, #225262 94.02%, #205464 111.56%);
    /* box-shadow: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16); */
    border-radius: 8px;
    border: solid 1px #0bd8e6;

    /* background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #43beac), color-stop(100%, #02394a));
    background-image: linear-gradient(to right, #43beac 0%, #02394a 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF43BEAC', endColorstr='#FF02394A', GradientType=1); */
}

.card-product:hover {
    box-shadow: 0 0 5px 1px #0b85ea;
}

.card-product.out-stock {
    opacity: 0.5;
}

.card-product .nav-link-style {
    color: rgba(255, 255, 255, 0.65);
}
.card-product .nav-link-style:hover {
    color: #06aab2;
}

.item-num i,
.item-num input {
    background-color: #072648;
}

.item-num i:hover {
    background-color: #04b5c1;
}

.text-extra-small {
    font-size: 10px;
    color: #0bd8e6;
    padding: 4px 9px;
    /* background: #34414f; */
    border: 1px solid #04b5c1;
    border-radius: 8px;
}

.item-num {
    display: flex;
    justify-content: center;
}

.item-num input {
    text-align: center;
    color: #fff;
    width: 60px;
    font-size: 12px;
}

.item-num i {
    cursor: pointer;
    width: 30px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-num i:first-child {
    border-radius: 5px 0 0 5px;
    border-right: 1px solid #000;
}

.item-num i:first-child::before {
    height: 2px;
    background-position: -171px -105px;
}

.item-num i::before {
    content: "";
    width: 10px;
    background-image: url("../images/public_ico.webp");
    background-size: 200px;
}

.item-num i:last-child {
    border-radius: 0 5px 5px 0;
    border-left: 1px solid #000;
}

.item-num i:last-child::before {
    height: 10px;
    background-position: -187px -100px;
}

.item-num .quantity-btn {
    cursor: pointer;
    /* width: 30px; */
    height: 40px;
}
.item-num .quantity-btn:hover {
    background-color: #04b5c1;
}

.item-num .quantity-btn:first-child {
    border-radius: 5px 0 0 5px;
    border-right: 1px solid #000;
}

.item-num .quantity-btn:first-child::before {
    height: 2px;
    background-position: -171px -105px;
}

.item-num .quantity-btn:last-child {
    border-radius: 0 5px 5px 0;
    border-left: 1px solid #000;
}

.item-num .quantity-btn:last-child::before {
    height: 10px;
    background-position: -187px -100px;
}

.card-product .card-product-thumb {
    margin-bottom: 1rem;
    position: relative;
}
.card-product-thumb:before {
    content: "";
    padding-top: 50%;
    display: block;
}

.card-product-thumb a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.card-product-thumb img {
    height: 100%;
    object-fit: cover;
}

.card-product .product-name {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.card-product .product-price {
    font-size: 14px;
}

.page-item .page-link {
    color: #c4cbd9;
}
.page-item .page-link:hover {
    background-color: #06aab2;
    border-color: transparent;
}
.page-item.disabled .page-link {
    background: unset;
    border: 0;
    color: #4b566b;
}

@media (min-width: 768px) {
    .card-product .product-price {
        font-size: 1rem;
    }
}

.card-product .product-total {
    font-size: 16px;
    color: #62e8a8;
}

.action-button-container button {
    width: 100%;
    height: 40px;
    border-radius: 6px;
}

.button-gray {
    background-color: #3e4254;
    color: #b9bbc0;
}

.button-gray:hover {
    background-color: #454a5a;
    color: #fff;
}

.button-blue {
    background-color: #5762d5;
    color: #fff;
}

.button-blue:hover {
    background-color: #4a53b5;
}

.btn-detail {
    background: #b9eaed;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.32);
    border-radius: 4px;
    color: #04b5c1;
}
/* .btn-detail:hover {
    background: linear-gradient(
        180deg,
        #05b0ba 1.02%,
        rgba(7, 159, 165, 0.8) 26.94%,
        rgba(10, 129, 127, 0.6) 52.86%,
        rgba(3, 121, 100, 0.4) 74.2%,
        rgba(3, 121, 100, 0.2) 96.31%,
        rgba(3, 121, 100, 0.1) 110.03%,
        rgba(3, 121, 100, 0) 127.57%
    );
} */

.btn-add-cart {
    background: linear-gradient(180deg, #00c8b0 9.02%, #04259b 119.74%);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.32);
    border-radius: 4px;
    color: #fff;
}

.out-stock .btn-add-cart {
    background: linear-gradient(180deg, #68adb1 9.02%, #5a7aa9 119.74%);
}

.page-content ul {
    padding-left: 20px;
}
.page-content ul li{
    list-style: disc;
}

.page-content-img img {
    border-radius: 8px;
    max-width: 100%;
    max-height: 205px;
    object-fit: cover;
}

.list-product-search-input {
    width: 400px;
    margin: auto;
}

@media (max-width: 768px) {
    .card-product-thumb img {
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 576px) {
    .list-product-search-input {
        width: 80%;
    }
}

/* 3. Product tabs  */
.product-tabs {
    height: 122px;
    display: flex;
    position: relative;
    justify-content: center;
    background: rgb(41 46 67 / 55%);
}

.product-tabs__left-bg {
    background: #292e43;
    position: absolute;
    width: 50px;
    height: 100%;
    left: 0;
}

.product-tabs__right-bg {
    background: #1f2635;
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
}

.product-tabs__content {
    position: absolute;
    top: 0;
    display: flex;
}

.product-tabs__content__inner {
    width: 100%;
    height: 122px;
    display: flex;
    position: relative;
}

/* .product-tabs__content__inner__left-bg {
    background: #292e43;
    position: absolute;
    width: 51%;
    height: 100%;
    left: 0;
} */

/* .product-category__devider {
    width: 0;
    height: 0;
    border-top: 122px solid #1f2635;
    border-left: 70px solid transparent;
    position: absolute;
    right: 0;
} */

.product-tabs__content__inner__right-bg {
    background: #1f2635;
    position: absolute;
    width: 49%;
    height: 100%;
    right: 0;
}

.product-category {
    height: 100%;
    display: flex;
}

.product-category__item.product-category-active {
    background: #141922;
}
.product-category__item.product-category-active:hover {
    background: #141922;
}
.product-category__item.product-category-active img {
    filter: brightness(1);
}

.product-category__item img {
    filter: brightness(0.8);
}

.product-category__item {
    width: 115px;
    margin-right: 10px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    margin-top: 10px;
    z-index: 1;
    cursor: pointer;
}

.product-category__item:hover {
    background: #1419224d;
}

.product-category__item:hover img {
    filter: brightness(1);
}

.product-game-tools {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.product-game-tools__item {
    height: unset;
    margin-top: 35px;
    cursor: pointer;
    margin: 10px 0 0 28px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    z-index: 1;
    display: block;
    color: #fff;
    margin-left: 25px;
    width: 115px;
}

.product-game-tools__item:hover {
    background: #1c2330;
    color: inherit;
    text-decoration: none;
}

.product-game-tools__item > a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    text-decoration: none;
}

.product-game-tools__icon {
    width: 47px;
    height: 51px;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product-game-tools .product-game-tools__item:nth-child(1) .product-game-tools__icon {
    width: 47px;
    height: 51px;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product-game-tools .product-game-tools__item:nth-child(2) .product-game-tools__icon {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.product-game-tools__text {
    height: 30px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    line-height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #bdbdbd;
}

.product-category__item > a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    text-decoration: none;
}

.product-game-tools__icon > img {
    width: 100%;
}

.product-category__icon--B {
    width: 47px;
    height: 51px;
    display: block;
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.product-category__text {
    height: 30px;
    font-size: 14px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 10px;
    white-space: nowrap;
    color: #bdbdbd;
}

.product-category__item.product-category-active .product-category__text {
    color: #fff;
}

svg {
    overflow: hidden;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.product-category__count {
    position: absolute;
    min-width: 30px;
    height: 16px;
    background: #e11b1b;
    top: 0;
    right: -14px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    line-height: 18px;
    font-size: 11px;
    padding: 0 6px;
}

.trustpilot-caption {
    font-size: 20px;
    color: #06c270;
}

.trustpilot-subcaption {
    font-size: 12px;
    color: #06c270;
}

.trustpilot-heading,
.trustpilot-subheading {
    z-index: 1;
}

/* @media (max-width: 1190px) {
    .product-tabs .product-tabs__content {
        min-width: 320px;
        overflow-x: auto;
        width: 100%;
        padding: 0 20px;
    }
    .trustpilot-caption {
        font-size: 16px;
    }
} */

/* @media (min-width: 769px) and (max-width: 1100px) {
    .product-tabs__content__inner {
        min-width: 1100px;
    }
} */

@media (max-width: 768px) {
    .product-tabs {
        height: 85px;
        background: #1f2635;
    }
    .product-tabs .product-tabs__content {
        padding: 0 0 0 10px;
    }

    .product-tabs__content__inner {
        /* min-width: 800px; */
        height: 85px;
    }
    /* .product-tabs .product-category {
        width: 275px;
    } */
    .product-category .product-category__item {
        padding-top: 10px;
        width: 90px;
        margin-top: 8px;
        margin-right: 0;
    }
    .product-category .product-category__item > a {
        padding-top: 0;
    }
    .product-category .product-category__icon--B {
        width: 35px;
        height: 38px;
    }
    .product-category .product-category__text {
        height: 0;
        padding-top: 5px;
        width: 100%;
        font-size: 10px;
        white-space: normal;
        line-height: 10px;
        color: #bdbdbd;
    }

    .product-tabs .product-game-tools {
        /* width: 225px; */
        /* justify-content: flex-start; */
    }
    .product-game-tools .product-game-tools__item {
        margin: 0;
        width: 90px;
        margin-top: 10px;
    }
    .product-game-tools__item > a {
        padding-top: 10px;
    }
    .product-game-tools .product-game-tools__icon {
        width: 30px !important;
        height: 32px !important;
    }
    .product-game-tools .product-game-tools__text {
        white-space: nowrap;
        line-height: 12px;
        font-size: 10px;
        padding: 10px 5px 0 5px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    /* .product-tabs .product-category__devider {
        border-bottom: 85px solid #1f2635;
        border-left: 12px solid transparent;
    } */
    .trustpilot-caption {
        font-size: 12px;
        text-shadow: 0 0 1px #06c270;
    }
    .trustpilot-subcaption {
        font-size: 10px;
    }
    .product-game-tools {
        width: 60%;
    }
    .trustpilot-heading img {
        width: 80px;
    }
    .trustpilot-subheading img {
        width: 18px;
    }
}
@media(max-width: 580px)
{
    .product-tabs .product-tabs__content{
        padding: 0;
    }
    .product-category .product-category__item{
        width: 70px;   
    }
}

/* Product */

.product_bg {
    background: url("../images/BG_Wotlk_Classic.webp") no-repeat;
    background-size: cover;
}

.product_detai_bg {
    background-size: 100%;
    background-repeat: no-repeat;
}

.product_detai_bg_2 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), #172134);
}

.product-left-bg {
    width: 45%;
}

.product-right-bg {
    width: 55%;
    background: transparent;
}

.search-product button img {
    width: 24px;
}

.list-products {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.btn-remove a {
    color: #0bd8e6;
}
/* 
.item-product {
    background: #34384b;
    box-shadow: 0 0 5px 1px #121d3d;
    padding: 10px;
} */

.item-product {
    background: linear-gradient(180deg, #193152 1.02%, #1f3451 26.94%, #243e54 52.1%, #225262 94.02%, #205464 111.56%);
    box-shadow: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16);
    border-radius: 8px;
    padding: 10px;
}

.top-text {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.top-text img {
    width: 24px;
    margin-right: 10px;
}

.top-text p {
    margin-bottom: 0;
}

.top-text span {
    position: relative;
    margin: 0 5px;
}

.top-text span::before {
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    font-weight: 700;
    font-size: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.middle-product a,
.bottom-price {
    display: flex;
    justify-content: space-between;
}

.img-product img {
    width: 100px;
}

.price h4 {
    margin-bottom: 0;
    display: inline-block;
    font-size: 16px;
}

.box-item-product {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 10px;
    padding-right: 10px;
}
.currency-number-product .item-product {
    height: 100%;
}

.items-product {
    display: none;
}

.items-product.active {
    display: block;
}

.items-found {
    font-size: 14px;
    color: #0bd8e6;
}

.nav-pagination {
    text-align: center;
    padding: 30px 0;
}

.nav-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.nav-pagination ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 24px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.nav-pagination ul li:first-child,
.nav-pagination ul li:last-child {
    background: linear-gradient(180deg, #0063f7 9.02%, #89b8ff 119.74%);
}

.nav-pagination ul li a {
    height: 32px;
    display: flex;
    align-items: center;
    color: #ffffff;
}

.nav-pagination ul li.active a,
.nav-pagination ul li a:hover {
    background: linear-gradient(180deg, #0063f7 9.02%, #89b8ff 119.74%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.product-heading h3 {
    margin-top: 100px;
    margin-bottom: 16px;
    font-size: 34px;
    color: #04b5c1;
    line-height: 44px;
    text-transform: uppercase;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.product-heading h3 b {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    background: linear-gradient(180deg, #0063f7 9.02%, #89b8ff 119.74%);
}

.product-heading h3 span {
    margin: 0 15px;
}

.accordion {
    width: 90%;
    max-width: 1000px;
    margin: 2rem auto;
}

.accordion .accordion-item {
    color: #ffffff;
    margin: 1rem 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 0;
}

.accordion-item-header {
    background-color: #555770;
}
.accordion-item-header > div {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.accordion-item-header .collapsed::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
}

.accordion-item-header > div::after {
    content: "\2212";

    font-size: 2rem;
    position: absolute;
    right: 1rem;
}

.accordion-item-body {
    /*    max-height: 0;*/
    /*    overflow: hidden;*/
    /*    transition: max-height 0.2s ease-out;*/
}

.accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
    background: #0d1522;
}

.accordion-item-body-content .steps .step .step-icon-wrap::before,
.accordion-item-body-content .steps .step .step-icon-wrap::after {
    border: none;
}

.imgText_bg {
    margin-top: 100px;
}

.imgText_bg .content h3 {
    color: #04b5c1;
    font-size: 34px;
    line-height: 44px;
}

.rw-thumb-content {
    margin-top: 100px;
}

/* Product Detail */

.detail-product-box,
.info-product,
.info {
    display: flex;
    align-items: center;
}

.box-info-detail {
    /* background: #28293d; */
    background: rgb(40 41 61 / 0.7);
    padding: 10px;
}

.delivery {
    /* background-color: #555770; */
    background-color: rgb(85 87 112 / 0.7);
    padding: 10px 10px 14px;
}

.delivery p {
    font-size: 28px;
    font-weight: 700;
}

.info:first-child {
    border-top: none;
}

.info {
    justify-content: space-between;
    /* border-top: 1px solid #555770; */
    padding: 10px 0;
}

.info:last-child {
    padding-bottom: 0;
}

.info:last-child p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.info:last-child p img {
    width: 15%;
    padding-left: 8px;
}

.info h3 {
    margin-bottom: 0;
    font-size: 18px;
}

.info h3 i {
    color: #0567f8;
}

.contentRight p,
.info p {
    margin-bottom: 0;
}

.detail-product-box img {
    width: 10%;
}

.box-product-price,
.security-box {
    padding: 20px;
    /* background: #28293d; */
    background: rgb(40 41 61 / 76%);
}

.price-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: bold;
}

.price-content p {
    margin-bottom: 0;
}

.price-content h4 {
    display: inline-block;
    margin-bottom: 0;
}

.quantity {
    display: flex;
}

.number-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    display: none;
    word-wrap: normal;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal;
    padding: 0;
    width: 1px;
}

.quantity input.plus,
.quantity input.minus {
    height: 34px;
    width: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    color: #000000;
    cursor: pointer;
    background: #f4f4f4;
    font-size: 20px;
    line-height: 30px;
    transition: all 0.2s ease;
}
.quantity input.plus:hover,
.quantity input.minus:hover {
    background-color: #e7e7e7;
}

.quantity input.qty {
    border: 1px solid #ebebeb;
    border-radius: 0;
    width: 100%;
    height: 34px;
    display: inline;
    background: #f4f4f4;
    margin: 0 5px;
    vertical-align: top;

    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    text-align: center;
    position: relative;
    border-radius: 4px;
}

.quantity input.qty::before {
    content: "Qty";
    position: absolute;
    left: 10px;
}

.btn-addcart {
    margin-top: 16px;
}

.page-checkout .custom-control-label {
    line-height: 24px;
    font-family: "Poppins-Bold";
}

.single_add_to_cart_button {
    width: 100%;
    /* background: linear-gradient(180deg, #0063f7 1.02%, #0bd8e5 113.08%); */
    background: linear-gradient(180deg, #00c8b0 9.02%, #04259b 119.74%);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.32);
    padding: 10px 22px;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
}
.single_add_to_cart_button:hover {
    color: #fff;
}

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

.rightContent p {
    margin-bottom: 0;
}

.rightContent p a {
    text-decoration: underline;
}

.security-box,
.review-title,
.show-comment {
    margin-top: 24px;
}

.box-form-comment {
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #555770;
}

.form-group {
    margin-bottom: 16px;
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

.form-group .form-control ,
.form-group .form-select {
    background-color: #28293d;
    border: 2px solid #555770;
    border-radius: 8px;
    height: auto;
    color: #fff;
}

.comment {
    padding-top: 12px;
}

.btn-comment {
    background: linear-gradient(180deg, #0063f7 1.02%, #0bd8e5 113.08%);
    color: #fff;
    padding: 7px 30px;
    border: none;
}

.comment,
.box-content-comment,
.view-more-comment {
    text-align: center;
}

.box-content-comment {
    margin-bottom: 40px;
}

.show-comment p span {
    font-weight: 700;
}

.item-comment {
    padding: 15px;
    background: #28293d;
}

.top-img-text {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.top-img-text .thumb {
    width: 15%;
    margin-right: 15px;
}

.middle-content img {
    margin-bottom: 16px;
}

.view-more-comment {
    margin-top: 24px;
}

@media (min-width: 576px) {
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}

@media (max-width: 991.98px) {
    .box-item-product {
        -ms-flex: 0 0 33.33333333333333%;
        flex: 0 0 33.33333333333333%;
        max-width: 33.33333333333333%;
    }

    .info:last-child p img {
        width: 30%;
    }
}

@media (max-width: 767.98px) {
    .product-des {
        width: 100%;
    }

    .box-item-product {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* MODAL BOX QUICK VIEW */
/* #quick_view {
    color: #000;
} */
#quick_view .item-title {
    font-size: 2rem;
}

#quick_view .item-price {
    font-size: 1.5rem;
}
#quick_view .item-stock {
    font-size: 1rem;
}

#quick_view h6,
#quick_view h5,
#quick_view h4,
#quick_view h3,
#quick_view h2,
#quick_view h1 {
    color: #000;
}
/* END MODAL BOX QUICK VIEW */
.box-info-detail .nav-tabs {
    border-bottom: none;
    margin-top: 2.5rem;
}

.box-info-detail .nav-tabs:not(.card-header-tabs) {
    margin-bottom: 1px;
}
.box-info-detail .tab-content {
    padding: 1.25rem 1.25rem;
    background-color: rgb(85 87 112 / 0.7);
}
.box-info-detail .tab-content .attribute {
    padding: 1.25rem 1.25rem;
}

@media (min-width: 992px) {
    .box-info-detail .tab-content .attribute {
        padding: 1.25rem 3.25rem;
    }
}

.box-info-detail .tab-content .info:not(:first-child) {
    /* border-top: 1px solid rgba(200, 184, 184, 0.35); */
    /* border-top: 1px solid #746c6c; */
}

.box-info-detail .nav-tabs .nav-link {
    font-weight: 700;
}

.box-info-detail .nav-tabs .nav-link.active::before {
    content: none;
}
.box-info-detail .nav-item .nav-link {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.box-info-detail .nav-tabs .nav-link.active,
.box-info-detail .nav-item.show .nav-link {
    color: #fff;
    background-color: rgb(85 87 112 / 0.7);
    border-color: #06aab2;
}

.box-info-detail .nav-link:hover,
.box-info-detail .nav-link:focus {
    color: #fff;
}

.box-info-detail a {
    color: #007bff;
}

.block-content a {
    color: #04b5c1;
}
/* CARTS & CHECKOUT */
.carts-content .product-title a {
    color: #fff;
}
.carts-content .form-label {
    color: #fff;
}
.carts-content h3,
.carts-content h4 {
    color: #000;
}
.carts-content h4.order-title {
    color: #fff;
}
.carts-content .into-money {
    border-bottom: solid 1px #05b0ba;
}
.carts-content .btn-checkout {
    color: #fff;
    background: linear-gradient(180deg, #68adb1 9.02%, #5a7aa9 119.74%);
    border: solid 1px #0ca7a2;
}
.carts-content .btn-checkout:hover {
    background: linear-gradient(
        180deg,
        #05b0ba 1.02%,
        rgba(7, 159, 165, 0.8) 26.94%,
        rgba(10, 129, 127, 0.6) 52.86%,
        rgba(3, 121, 100, 0.4) 74.2%,
        rgba(3, 121, 100, 0.2) 96.31%,
        rgba(3, 121, 100, 0.1) 110.03%,
        rgba(3, 121, 100, 0) 127.57%
    );
}
.carts-content .nav-tabs .nav-link.active,
.carts-content .nav-tabs .nav-item.show .nav-link {
    color: #0bd8e6;
}

.carts-content .nav-link:hover,
.carts-content .nav-link:focus {
    color: #0bd8e6;
}

.carts-content .nav-tabs .nav-link.active::before {
    background-color: #0bd8e6;
}
.carts-content p {
    margin-bottom: 8px;
}
.carts-content p:last-child {
    margin-bottom: 0;
}

.bdr {
    border-radius: 10px;
    overflow: hidden;
}

.carts-content .table-cart {
    margin-bottom: 0;
}

.carts-content .table-cart thead th,
.carts-content .table-cart tbody tr td {
    color: #fff !important;
}

.carts-content .table-cart thead {
    background: linear-gradient(
        180deg,
        #05b0ba 1.02%,
        rgba(7, 159, 165, 0.8) 26.94%,
        rgba(10, 129, 127, 0.6) 52.86%,
        rgba(3, 121, 100, 0.4) 74.2%,
        rgba(3, 121, 100, 0.2) 96.31%,
        rgba(3, 121, 100, 0.1) 110.03%,
        rgba(3, 121, 100, 0) 127.57%
    );
}

.carts-content .table-cart tbody {
    background: linear-gradient(180deg, #193152 1.02%, #1f3451 26.94%, #243e54 52.1%, #225262 94.02%, #205464 111.56%);
}

.carts-content .cart-items .item-image {
    object-fit: cover;
}
.carts-content .cart-items .item-name {
    color: #fff;
}
.carts-content .cart-items .item-name:hover {
    color: #06aab2;
}

.carts-content .cart-total .heading {
    padding: 10px 15px;
    background: linear-gradient(
        180deg,
        #05b0ba 1.02%,
        rgba(7, 159, 165, 0.8) 26.94%,
        rgba(10, 129, 127, 0.6) 52.86%,
        rgba(3, 121, 100, 0.4) 74.2%,
        rgba(3, 121, 100, 0.2) 96.31%,
        rgba(3, 121, 100, 0.1) 110.03%,
        rgba(3, 121, 100, 0) 127.57%
    );
    font-weight: 700;
}

.carts-content .cart-items .item-image {
    object-fit: cover;
}
.carts-content .cart-items .item-name {
    color: #fff;
}
.carts-content .cart-items .item-name:hover {
    color: #06aab2;
}
.carts-content .cart-thumb {
    width: 125px;
}

.body {
    background: linear-gradient(180deg, #193152 1.02%, #1f3451 26.94%, #243e54 52.1%, #225262 94.02%, #205464 111.56%);
    color: #fff;
}

h4.custom_h4 {
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
h4.custom_h4:after {
    background: linear-gradient(147.14deg, #00cfde 6.95%, #05a660 93.05%);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 70%;
}
h4.custom_h4:after {
    left: 1em;
    margin-right: -50%;
}

.carts-content .cart-total .body {
    padding: 10px 15px;
}
.carts-content .cart-total .subtotal {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 24px;
}
@media (min-width: 992px) {
    .carts-content .cart-total .subtotal {
        font-size: 28px;
        line-height: 42px;
    }
}

.carts-content .btn-table-cart {
    background-color: #b9eaed;
    color: #04b5c1;
}

.cart_bg {
    background-color: #172134;
}

.cart-button {
    background: #28293d;
}

.cart-button:hover {
    background: linear-gradient(to bottom right, #63e9a8, #1a4ed5);
}

.cart-button:hover .navbar__cart-icon {
    color: #fff;
}

.cart-icon {
    padding: 4.5px 9px;
    border-radius: 2px;
}

.title-block-p2 {
    background: linear-gradient(
        180deg,
        #05b0ba 1.02%,
        rgba(7, 159, 165, 0.8) 26.94%,
        rgba(10, 129, 127, 0.6) 52.86%,
        rgba(3, 121, 100, 0.4) 74.2%,
        rgba(3, 121, 100, 0.2) 96.31%,
        rgba(3, 121, 100, 0.1) 110.03%,
        rgba(3, 121, 100, 0) 127.57%
    );
    padding: 10px 20px;
    font-weight: 700;
}

.carts-content .block-content .body {
    padding: 10px 20px;
}

.payment-card,
.payment-card .form-check-label,
.payment-card .form-check-input {
    cursor: pointer;
}

.payment-card {
    background-color: #fff;
    padding: 10px 8px;
    height: 90px;
    border-radius: 10px;
    border: 1px solid #00f0ff;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 15px 38px, rgba(0, 0, 0, 0.22) 0px 12px 12px;
}
.payment-card:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.payment-card .form-check-input {
    margin-left: 0;
}

.payment-card .form-check-label {
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.payment-card .form-check-label img {
    max-height: 100%;
}

.checkout-content .customer_info {
    background: linear-gradient(180deg, #193152 1.02%, #1f3451 26.94%, #243e54 52.1%, #225262 94.02%, #205464 111.56%);
}

.checkout-content .form-label {
    color: #fff;
}

.checkout-content .btn-checkout {
    color: #fff;
    background: linear-gradient(180deg, #68adb1 9.02%, #5a7aa9 119.74%);
    border: solid 1px #0ca7a2;
}

/* END CARTS & CHECKOUT */

.customer .table-my-orders thead th,
.customer .table-my-orders tr td {
    color: #fff !important;
}

.customer .table-my-orders tr td {
    font-size: 14px;
}

.customer .table-my-orders thead {
    background: linear-gradient(180deg, #193152 1.02%, #1f3451 26.94%, #243e54 52.1%, #225262 94.02%, #205464 111.56%);
}

.customer .table-my-orders tbody tr td .price {
    color: #418cfa !important;
}

.customer .table-my-orders.table > :not(caption) > * > * {
    border-color: #555770;
}

.customer .table-my-orders .order-detail,
.customer .table-my-orders .payment {
    background-color: #1c1c28;
}

.customer .table-my-orders .payment {
    border-top: 1px solid #555770;
}

.customer .table-my-orders .order-price li {
    display: flex;
    justify-content: space-between;
}

.customer .table-my-orders .order-price li:not(:last-child) {
    margin-bottom: 10px;
}
.customer .table-my-orders .order-price li:last-child {
    font-size: 1.25rem;
    border-top: 1px solid #555770;
    padding-top: 10px;
}

/* PRODUCT DETAIL */
#product_detail .box-product {
    /* background: #28293d; */
    background: rgb(40 41 61 / 76%);
}

#product_detail .box-product__block-input {
    padding: 22px 20px;
}
#product_detail .box-product__block-input .col-form-label {
    font-size: 18px;
}

#product_detail .box-product__block-input .col-form-label {
    color: #fff;
}

#product_detail p {
    margin-bottom: 0;
}
/* 
#main-slider .splide__slide img {
    min-height: 250px;
    max-height: 350px;
} */
#thumbnail-slider .splide__slide {
    display: flex;
    justify-content: center;
}
#thumbnail-slider .splide__track--nav > .splide__list > .splide__slide.is-active {
    border-color: #73dfe7;
}

/* INPUT RANGE CUSTOM */
.custom-range::-webkit-slider-thumb {
    background-color: #b9eaed !important;
    border: 4px solid #04b5c1;
}

.custom-range::-moz-range-thumb {
    background-color: #b9eaed !important;
    border: 4px solid #04b5c1;
}

.custom-range::-ms-thumb {
    background-color: #b9eaed !important;
    border: 4px solid #04b5c1;
}

/***** Track Styles *****/
/***** Chrome, Safari, Opera, and Edge Chromium *****/
.custom-range::-webkit-slider-runnable-track {
    background: #b9eaed;
    height: 0.5rem;
}

/******** Firefox ********/
.custom-range::-moz-range-track {
    background: #b9eaed;
    height: 0.5rem;
}

/* .custom-range::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}
.custom-range::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}

.custom-range:focus::-ms-fill-lower {
    background: #888;
}
.custom-range:focus::-ms-fill-upper {
    background: #ccc;
} */

/* END INPUT RANGE CUSTOM */

/* .content-block-p {
    background: linear-gradient(180deg, #193152 1.02%, #1f3451 26.94%, #243e54 52.1%, #225262 94.02%, #205464 111.56%);
    padding: 10px 20px;
    font-weight: 700;
    font-size: 1.25rem;
} */

.content-block-p {
    /* background: #205464; */
    background: linear-gradient(180deg, #193152 1.02%, #1f3451 26.94%, #243e54 52.1%, #225262 94.02%, #205464 111.56%);
    background: rgb(30 90 108 / 0.7);
    padding: 10px 20px;
    font-weight: 700;
    font-size: 1.15rem;
}

.select-custom2 {
    background: #28293d;
    color: #fff;
    border: 2px solid #555770;
}

.select-custom2:focus {
    background: linear-gradient(180deg, #193152 1.02%, #1f3451 26.94%, #243e54 52.1%, #225262 94.02%, #205464 111.56%);
    color: #fff;
    border: 2px solid #0bd8e6;
}
.select-custom2 option {
    color: #000;
}

/* INPUT form-floating-custom  */
.form-floating-custom {
    position: relative;
}
.form-floating-custom .form-icon {
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translate(0px, -50%);
}
.form-floating-custom .form-control {
    background-color: #28293d;
    border: 2px solid #555770;
    border-radius: 8px;
    padding: 20px 5px 5px;
    height: auto;
    color: #fff;
}

.form-floating-custom .form-control:focus {
    border: 2px solid #04b5c1;
    padding: 20px 5px 5px;
    color: #fff;
}

.form-floating-custom > .form-control:focus::-webkit-input-placeholder,
.form-floating-custom > .form-control:focus::placeholder {
    color: #4f5169;
}

.form-floating-custom .form-control ~ label {
    padding: 10px 5px;
    color: #04b5c1;
}

.form-floating-custom.icon .form-control ~ label {
    padding: 10px 5px 10px 35px;
    color: #04b5c1;
}

.form-floating-custom > .form-control:focus ~ label,
.form-floating-custom > .form-control:not(:placeholder-shown) ~ label {
    opacity: 1;
}
.form-floating-custom > .form-control:focus,
.form-floating-custom > .form-control:not(:placeholder-shown) {
    padding-top: 20px;
    padding-bottom: 5px;
}
.form-floating-custom.icon > .form-control:focus,
.form-floating-custom.icon > .form-control:not(:placeholder-shown) {
    padding-left: 32px;
}
/* END INPUT form-floating-custom */
/*input-group-custom*/
.input-group-custom .form-control {
    background-color: #28293d;
    border: 2px solid #555770;
    border-radius: 8px;
    height: auto;
    color: #fff;
}
/*input-group-custom*/

.price-content .col-form-label {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

/* CUSTOMER */
.customer {
    font-size: 18px;
    color: #73dfe7;
}

.customer .myorder-detail {
    font-size: 14px;
}

.customer h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    color: #73dfe7;
}

.customer .customer-intro {
    background-color: #0d0c0d;
    padding: 48px 0;
}
.customer .block-content {
    background-color: #28293d;
}
.customer .bg-dark {
    background-color: #28293d;
    border-radius: 5px 5px 0px 0px;
    border-top: 3px solid #0063f7;
}
.customer .widget .dropdown-item {
    color: #fff;
}
.customer .widget .dropdown-item:hover {
    background-color: #8f90a6;
}

.customer .widget .dropdown-item:hover,
.customer .widget .dropdown-item:focus {
    color: #fff;
}
.customer .customer-intro dl {
    font-weight: 700;
}
.customer .customer-intro dl dt {
    color: #73dfe7;
}
.customer .customer-intro dl dd {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}

.customer .customer-intro .greeting {
    color: #73dfe7;
    font-size: 52px;
    line-height: 62px;
}
.customer .customer-intro .greeting p {
    margin-bottom: 0;
}

.customer .block-content label {
    color: #04b5c1;
}

.customer .form-control[type="file"] {
    background-color: #28293d;
}

.customer .text-note {
    background-color: #73dfe7;
    color: #000;
    font-size: 15px;
}

.btn-custom {
    color: #fff;
    background: linear-gradient(180deg, #68adb1 9.02%, #5a7aa9 119.74%);
    border: solid 1px #0ca7a2;
    text-transform: capitalize;
}

.btn-custom:hover {
    color: #fff;
}

.clock {
    display: none;
}
.clock.disabled{
    display: inline-block;
}

.label-upload-custom {
    padding: 0.425rem 0.75rem;
    font-size: 14px;
    background-color: #b9eaed;
    cursor: pointer;
}
/* END CUSTOMER */

/* FORGET PASSWORD */
.form-block {
    background-color: #28293d;
    padding: 14px;
    border-radius: 8px;
}
.form-block h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #04b5c1;
}
.form-block button {
    font-size: 1rem;
    font-weight: 600;
}
/* END FORGET PASSWORD */

/*content loading*/
.mh-100 {
    min-height: 100px !important;
}
.list-content-loading {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    bottom: 0;
    display: none;
    left: 0;
    /*margin: -15px;*/
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999999;
}

.half-circle-spinner {
    border-radius: 100%;
    height: 60px;
    margin: 20px auto;
    position: relative;
    width: 60px;
}

.half-circle-spinner,
.half-circle-spinner * {
    box-sizing: border-box;
}

.half-circle-spinner .circle {
    border: 3px solid transparent;
    border-radius: 100%;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}

.half-circle-spinner .circle.circle-1 {
    -webkit-animation: half-circle-spinner-animation 1s infinite;
    animation: half-circle-spinner-animation 1s infinite;
    border-top-color: var(--color-primary);
}

.half-circle-spinner .circle.circle-2 {
    -webkit-animation: half-circle-spinner-animation 1s infinite alternate;
    animation: half-circle-spinner-animation 1s infinite alternate;
    border-bottom-color: var(--color-primary);
}

@-webkit-keyframes half-circle-spinner-animation {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}

@keyframes half-circle-spinner-animation {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}

.list-content-loading .half-circle-spinner .circle.circle-1 {
    border-top-color: #fff;
}

.list-content-loading .half-circle-spinner .circle.circle-2 {
    border-bottom-color: #fff;
}

.list-content-loading .half-circle-spinner {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.list-content-loading .half-circle-spinner .circle {
    border: 5px solid transparent;
}

@media screen and (max-width: 768px) {
    .list-content-loading {
        top: 15px;
    }
}

@-webkit-keyframes button-loading-spinner {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}

@keyframes button-loading-spinner {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
/*content loading*/

/*// workaround*/
.intl-tel-input {
    display: table-cell;
    width: 100%;
}

.intl-tel-input .flag-container {
    bottom: unset;
    min-height: 45px;
    display: flex;
    align-items: center;
}

.intl-tel-input .selected-flag {
    z-index: 4;
}
.intl-tel-input .country-list {
    z-index: 5;
}
.intl-tel-input .selected-flag .iti-arrow {
    border-top: 4px solid #04b5c1;
}
.intl-tel-input .country-list .country {
    font-size: 14px;
}
.intl-tel-input .country-list .country .country-name {
    color: #333;
}
.intl-tel-input .country-list .country .dial-code {
    color: #000;
    font-weight: bold;
}
.input-group .intl-tel-input .form-control {
    border-radius: 8px;
}

.textarea-custom {
    background-color: #28293d;
    border: 2px solid #555770;
    border-radius: 8px;
    /* padding: 20px 5px 5px; */
    height: auto;
    color: #fff;
}

.widget-cart-item:hover > .d-flex {
    transform: translateX(1.75rem);
}

/*reviews*/
.page-title {
    margin-bottom: 60px;
}
.page-title h2 {
    color: rgb(255, 255, 255);
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 48px;
    font-weight: 800;
}
.reviews {
    padding: 102px 0px 100px;
    position: relative;
    background: linear-gradient(rgb(13 21 34) 0%, rgba(30, 34, 66, 0) 100%), rgb(14 60 79);
}
.review-item {
    padding: 24px;
    border-radius: 6px;
    background: linear-gradient(rgb(13 21 34) 0%, rgba(30, 34, 66, 0) 100%), rgb(14 60 79);
}
.review-item .review-title_ {
    color: rgb(167, 167, 200);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.12em;
}
.review-item .point {
    display: flex;
}
.review-item .point .point-item {
    margin-left: 1px;
    margin-right: 1px;
    height: 24px;
    width: 24px;
}
.review-body p {
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

    font-family: Arial, Helvetica, sans-serif;
    color: rgb(167, 167, 200);
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    white-space: normal;
}
.review-body h4 {
    color: rgb(255, 255, 255);
    margin-top: 12px;
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}
/*reviews*/

/*form_filter*/

.searchBoxElement{
  background-color: #555770;
  position: absolute;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: .5rem 0;
  
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  list-style: none;
  z-index: 1;
  -ms-overflow-style: none;
  scrollbar-width: none;

}

.js-searchBox {
    opacity: 0;
}
.searchBoxElement span{
  padding: 0 5px;
  display: block;
}


.searchBoxElement li{
    margin: 3px 0;
/*  background-color: white;*/
  color: rgba(255,255,255,.65);
  cursor: pointer;
}

.searchBoxElement li:hover{
/*  background-color: #50a0ff;*/
  color: white;
}

.searchBoxElement li.selected{
  background-color: #50a0ff;
  color: white;
}


.formText-result{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    border-radius: 10px;
    z-index: -1;
    text-align: center;

    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
}

.filter-group .dropdown-menu{
    max-height: 300px;
    overflow-y: auto;
}

.dropdown-search-box {
    position: relative;
    color: #fff;
}

.dropdown-search-box #dropdown-search {
    background: #0d1522;
    border-radius: 4px;
    width: calc(100% - 16px);
    padding: 5px 20px 5px 12px;
    color: #fff;
    border: none;
    margin: 0 8px 8px 8px;
    font-size: 14px;
}

.dropdown-search-box .filter-arrow,
.dropdown-search-box .clear-filter{
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 100%;
    line-height: 44px;
    color: #fff;
    font-size: 12px;
    transition: all 0.3s;
}
.dropdown-search-box .clear-filter{
    cursor: pointer;
}

.dropdown-search-box .form-control{
    background: transparent;
    border-color: #04b5c1;
    color: #fff;
    width: 100% !important;
    padding-right: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dropdown-search-box .form-control.focus, 
.dropdown-search-box .form-control:focus{
    background: #0d1522;
}

.dropdown-search-box .form-control:focus+.filter-arrow {
    transform: rotate(180deg);
}

.dropdown-search-box .form-control:required:invalid:not(:placeholder-shown) {
    background: #0d1522;
}

@media(max-width: 767px)
{
    #form_filter {
        display:flex;
        flex-wrap: wrap;
    }
    #form_filter > .btn-group {
        flex: 1;
        margin-bottom: 10px;
    }
    .list-product-search-input{
        width: 100%;
    }
}
/*form_filter*/

/*product galler*/

#mainCarousel {
  width: 100%;
  /*max-width: 500px;*/
  margin: 0 auto 1rem auto;

  --carousel-button-color: #170724;
  --carousel-button-bg: #fff;
  --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
    0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);

  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  --carousel-button-svg-stroke-width: 2.5;
}

#mainCarousel .carousel__slide {
  width: 100%;
  padding: 0;
  max-height: 630px;
  overflow-y: hidden;
  text-align: center;
}
#mainCarousel .carousel__slide img{
    object-fit: cover;
    height: 100%;
    width: auto;
    margin: auto;
}

#mainCarousel .carousel__button{
    width: 40px;
    height: 40px;
    opacity: 0;
}
#mainCarousel:hover .carousel__button{
    opacity: 1;
}
#mainCarousel .carousel__button.is-prev {
  left: 5px;
}

#mainCarousel .carousel__button.is-next {
  right: 5px;
}

#mainCarousel .carousel__button:focus {
  outline: none;
  box-shadow: unset;
}

#thumbCarousel{
    max-width: 495px;
    /*padding-left: 100px;*/
    /*margin-left: aup;*/
}
#thumbCarousel .carousel__slide {
  /*opacity: 0.5;*/
  padding: 0;
  margin: 5px 6px;
  width: 70px;
  height: 70px;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  border: 1px solid #ccc;
  cursor: pointer;
}

#thumbCarousel .carousel__slide img {
  max-width: 100%;
  width: auto;
  height: 100%;
  object-fit: cover;
}

#thumbCarousel .carousel__slide.is-nav-selected {
  opacity: 1;
  border-color: #da1c0c;
}

/*product galler*/
