@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');

html,
body {
    scroll-behavior: auto !important;
}

body {
    background-color: #340038;
    font-size: 12px;
    margin: 0;
    zoom: var(--var-body-zoom);
    color: rgb(224, 225, 229);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: linear-gradient(166deg, #340038 50%, #270047 96%);
    background: linear-gradient(178.94deg, #340038 0, #270047 99.1%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: Inter, -apple-system, Helvetica Neue, sans-serif;
}

.disable-hover,
.disable-hover * {
    pointer-events: none !important;
}

a {
    color: var(--var-a-color);
    text-decoration: none;
}

a:hover {
    color: var(--var-a-hover-color);
}

img:not([src]) {
    visibility: hidden;
}

.logo {
    height: 48px;
    display: flex;
    align-items: center;
}

.logo a,
.logo a img {
    height: 100%;
    object-fit: contain;
}

.bg-theme {
    background-color: var(--var-theme-dark);
}

.bg-theme-light {
    background-color: #4c5258;
}

.text-theme {
    color: #c4c4c4;
}

.bg-warning {
    background-color: #ffc10752 !important;
}

.btn-theme {
    background-color: #79219f;
    color: #fff !important;
    text-align: center;
    font-weight: 600;
}

.btn-theme:hover {
    background-color: #551570;
    color: #fff !important;
    text-align: center;
}

.cursor-pointer {
    cursor: pointer;
}

.text-gray {
    color: var(--var-text-gray-color);
}

.text-blue {
    color: #278fce !important;
}

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

.line-trought {
    text-decoration: line-through;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-21 {
    font-size: 21px;
}

.fs-22 {
    font-size: 22px;
}

.fs-23 {
    font-size: 23px;
}

.fs-24 {
    font-size: 24px;
}

.fs-25 {
    font-size: 25px;
}

.fs-26 {
    font-size: 26px;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

header {
    width: 100%;
    box-shadow: unset;
    background: transparent;
    position: relative;
    z-index: 500;
}

.storie {
    overflow-x: auto;
    padding-top: 10px;
}

.header-main {
    padding-top: 12px;
    padding-bottom: 5px;
    /* height: 113px; */
    width: 85%;
    margin: auto;
    position: relative;
    z-index: 3;
}

.header-main-gradient {
    width: 100%;
    border-bottom: 10px solid #F6F6F6;
    border-image-source: linear-gradient(to left, var(--var-gradient-right-color), var(--var-gradient-left-color));
    border-image-slice: 1;
}

.header-main button.header-menu-drawer {
    position: relative;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    vertical-align: middle;
    padding: 0px;
    margin-right: 10px;
    height: 38px;
    width: 38px;
    font-size: 12px;
    background-color: transparent;
    color: rgb(255, 255, 255);
    border: 0px;
    outline: none;
    cursor: pointer;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}

.header-main button.header-menu-drawer svg {
    vertical-align: middle;
    fill: rgb(170, 170, 170);
    width: 28px;
    height: 28px;
}

.container-fluid {
    width: 90vw;
    max-width: 1400px;
}

.border-revert {
    border-width: 3px !important;
}


.box-selected {
    transition: all 0.3s ease 0s;
}

.box-selected:hover {
    background-color: #298ece;
    box-shadow: 0 0 6px 0 #cecece;
    color: #fff;
    cursor: pointer;
}

.box-active {
    background-color: #5864eb;
    box-shadow: 0 0 6px 0 #00000045;
    color: #fff;
}


.header-top-light-button {
    background-color: transparent;
    color: #6a6a6a;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header-top-light-button:hover {
    background: #e5e5e526;
}

.header-top-light-button:hover .btn-badge {
    background-color: #79219f !important;
    color: #fff !important;
}

.header-top-light-button .btn-badge {
    transition: .2s;
    height: 27px;
    width: 27px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: -8px;
    right: -11px;
    background-color: #fff;
    color: #000 !important;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn:focus {
    box-shadow: none;
}

.header-top-light-button i {
    font-size: 25px;
    color: #ffffff !important;
}

.dropdown-menu {
    background-color: #532e5c;
    color: #fff;
}

.header-main .search-box {
    position: relative;
    height: 42px;
}

.header-main .search-box input {
    height: 50px;
    padding: 11px 40px 11px 15px !important;
    border: none;
    background: #330038;
    background: linear-gradient(79deg, #532e5d 0, #522d5c 100%);
    border: #58396a 1px solid;
    margin-bottom: 1px;
    font-size: 14px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.header-main .search-box .search-focus {
    border: 2px solid #712b64;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: var(--var-dark-gray-color) !important;
}

.header-main .search-box input::placeholder {
    color: #B7B7B7;
}

.header-main .search-box i {
    margin: 0;
    position: absolute;
    top: 1px;
    right: 2px;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    color: #dedede !important;
    height: 49px;
    width: 50px;
    border-radius: 0px 3px 3px 0px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transform: none !important;
    cursor: pointer;
}

.header-main .search-result {
    background: #330038;
    background: linear-gradient(79deg, #330038 0, #250029 100%);
    border: #712b64 2px solid;
    width: 100%;
    top: -2px;
    position: relative;
    border-top: 0;
    display: none;
    z-index: 3;
    padding: 10px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.header-main .search-result .result-alert {
    padding-left: 15px;
    color: #a9a9a9;
}

.header-main .search-result .result-title {
    color: #a9a9a9;
    padding-left: 15px;
}

.header-main .search-result .history-item {
    padding: 2px 15px;
    line-height: 28px;
    border-radius: 6px;
}

.header-main .search-result .history-item:hover {
    background-color: #662459;
    cursor: pointer;
}

.header-main .search-result .history-item:hover i {
    display: block;
}

.header-main .search-result .history-item i {
    line-height: 28px;
    display: none;
}

.history-item img {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    object-fit: cover;
    margin-right: 4px;
    object-position: bottom;
    transform: translate3d(0px, 0px, 0.1px);
}

span.p-search-price {
    font-size: 12px;
    font-weight: 600;
    color: #7b7b7b;
    margin-left: 15px;
}

.text-muted {
    color: #bfc8d1 !important;
}

.text-danger {
    color: #D73B41 !important;
}

.text-dark {
    color: #dedede !important;
}

.ui-widget-content {
    color: #c8c8c8 !important;
}

.ui-widget-content a {
    color: #ebebeb !important;
}

.header-cart-button {
    margin: 0;
    background-color: transparent;
    color: #fff;
    display: flex;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
    transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}

.header-cart-button:hover .btn-badge {
    background-color: #79219f !important;
    color: #fff !important;
}

.header-auth-button {
    z-index: 1000;
    margin: 0;
    color: var(--var-light-gray-color);
    border-radius: 6px !important;
    display: flex;
    width: 157px;
    height: 48px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    justify-content: center;
    gap: 5px;
}

.header-auth-button:hover {
    color: var(--var-light-gray-color) !important;
}

.user-dropdown:hover {
    z-index: 3;
}

.dropdown .dropdown-menu:before {
    content: "";
    width: 120%;
    height: 120%;
    top: -32px;
    left: -15%;
    position: absolute;
    z-index: -1;
}


.header-auth-overlay {
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    height: 1600px;
    width: 100%;
    background-color: #0006;
    visibility: visible;
    -webkit-transition: visibility 2s;
    -o-transition: visibility 2s;
    transition: visibility 2s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    z-index: 2;
}

.header-cart-button svg {
    vertical-align: middle;
    fill: #ffffff;
    width: 1.2em;
    height: 1.2em;
    font-size: 24px;
    transition: .2s;
}

.header-cart-button .btn-badge {
    position: absolute;
    color: #000000;
    background-color: rgb(255 255 255);
    right: 4px;
    top: 6px;
    border-radius: 50%;
    margin: 0;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    border: 2px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s;
}

.header-auth-button i {
    font-size: 22px;
    line-height: 36px;
    transition: all 0.6s ease 0s;
}

.header-main .auth-box {
    position: relative;
    height: 100%;
    z-index: 1;
    margin-right: 1.5rem;
    min-width: 79px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1rem;
    margin-top: 0.5rem;
}

.nav-inside a {
    position: relative;
}

.nav-inside .btn-badge {
    position: absolute;
    right: 16px;
    top: 2px;
    border-radius: 50%;
    margin: 0;
    padding: 5px 5px 5px 5px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 1;
    font-size: 11px;
    background: #5864eb;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

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

.header-account-container:after {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714%27 height=%277%27 viewBox=%270 0 14 7%27 stroke=%27none%27 fill=%27%23919191%27%3E %3Cpath id=%27next_arrow_copy%27 data-name=%27next arrow copy%27 class=%27cls-1%27 d=%27M1152,54l-2-1-5,4-5-4-2,1,7,6Z%27 transform=%27translate%28-1138 -53%29%27/%3E %3C/svg%3E');
    content: "";
    width: 15px;
    height: 8px;
    position: absolute;
    top: 21px;
    right: 10px;
}

.header-account-title {
    line-height: 18px;
}

.header-account-name {
    line-height: 12px;
    font-size: 11px;
}

.header-menu {
    width: 100%;
    margin: auto;
}

.header-menu ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    overflow: hidden;
    overflow-x: auto;
}

.header-menu ul li {
    display: flex;
    text-align: center;
    position: initial;
    transition: all 0.2s;
}

.header-menu ul li a {
    text-decoration: none;
    display: block;
    outline: 0;
    position: relative;
    display: block;
    padding: 10px 15px;
    line-height: 20px;
    font-weight: 700;
    font-size: 12px;
    transition: .2s;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-menu ul li a:hover {
    color: #f5acff !important;
    transition: .2s;
}

.header-menu ul li:not(:last-child)::after {
    content: "";

}

.header-menu ul li a:hover {
    color: #d8d8d8;
}

.header-menu ul li a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.justify-content-space-between {
    justify-content: space-between;
}

.main-footer .footer-top {
    background-color: #3d0854;
    padding-top: 40px;
}

.main-footer .footer-top .footer-social-media ul {
    list-style: none;
    display: flex;
    padding-left: 0;
    flex-wrap: wrap;
    gap: 0.2rem;
}

.footer-social-media {
    width: 100%;
}

.main-footer .footer-top .footer-social-media li {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.main-footer .footer-top .footer-social-media li a {
    background-color: #fff;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    padding-left: 1px;
    color: #183153;
    display: block;
    transition: all 0.3s ease 0s;
}

.main-footer .footer-top .footer-social-media li a:hover {
    margin-top: -5px;
}

.main-footer .footer-bottom {
    background-color: #30003d;
}

.main-footer .footer-menu {
    list-style: none;
    padding-left: 0;
}

.main-footer .footer-menu li {
    margin-bottom: 5px;
}

.main-footer .footer-menu li a {
    color: #c2c2c2;
    font-size: 12px;
    transition: all 0.3s ease 0s;
}

.main-footer .footer-menu li a:hover {
    color: #fff;
    text-decoration: underline;
}


.contain-lg-4.fluid .col.lg-1 {
    width: 25%;
}

.footer-top {
    padding-top: 10px;
}

.footer-container {
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.footer-top .order-property {
    text-align: center;
    padding-bottom: 40px;
}

.footer-top span.footer-title {
    color: var(--var-dark-gray-color);
    font-size: 16px;
}

.footer-top .order-property .iconContent {
    width: 100%;
    height: 161px;
    position: relative;
    padding: 10px 40px 10px;
}

.footer-top span {
    display: block;
    width: auto;
}

.footer-top span.content {
    padding: 10px 40px 0;
    color: rgb(224, 225, 229) !important;
    font-weight: 400;
    background: transparent !important;
}

.footer-top .order-property .iconContent:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    border-right: 2px solid #3c3d41;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.iconContent img {
    opacity: 0.7;
}


.footer-top span.content {
    padding: 10px 40px 0;
    color: rgb(224, 225, 229) !important;
    font-weight: 400;
}

.footer-top .footer-title,
.footer-top span.content,
.footer-top span.information,
.tabs-navigation.old li a,
h6 {
    font-size: 14px;
    line-height: 1.2;
}

.footer-cms {
    border-top: 2px solid transparent;
    margin-top: 10px;
    padding: 16px 16px 0;
    background: transparent;
}

.badges .line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
}

.badges .line .badge-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.badges .line .badge-wrapper span {
    width: 57px;
    font-size: 12px;
    margin-left: 7px;
    font-weight: 600;
    line-height: 1.12;
    color: var(--var-dark-gray-color);
}

.footer-cms .help {
    margin: 20px 0px 24px 0px;
    text-align: center;
}

.footer-cms .help a {
    background-color: #5d177b;
    border-color: #e42424;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    width: calc(50% - 5px);
    height: 32px;
    line-height: 32px;
    margin-right: 4px;
}

.badges .line .badge-wrapper img {
    -webkit-filter: invert(0.95) brightness(1.5);
    filter: invert(0.95) brightness(1.5);
}

.footer-cms .help a:last-child {
    margin-right: 0;
}

.footer-solutionCenter {
    padding: 32px 16px 8px;
}

.footer-solutionCenter .footer-solutionTitle {
    display: block;
    padding: 0 16px 16px;
    text-align: center;
    line-height: 1.2;
    font-size: 15px;
    font-weight: bold;
}

.footer-solutionCenter .footer-solutionLink {
    border-radius: 5px;
    width: 195px;
    height: 32px;
    display: block;
    margin: 0 auto 16px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    color: var(--var-medium-gray-color);
    border: 1px solid var(--var-medium-gray-color);
}

.footer-solutionCenter .footer-solutionOr {
    width: 179px;
    height: auto;
    margin: 0 auto;
    display: block;
    position: relative;
    text-align: center;
}

.footer-solutionCenter .footer-solutionOr:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(218, 218, 218, 0.8);
}

.footer-solutionCenter .footer-solutionCallText {
    display: block;
    padding-top: 16px;
    text-align: center;
    font-size: 13px;
    color: var(--var-dark-gray-color);
}

.footer-solutionCenter .footer-solutionCenterPhone {
    display: block;
    margin-top: 8px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: var(--var-dark-gray-color);
}

.whatsapp-ft {
    width: 160px;
    display: block;
    margin: 16px auto;
    position: relative;
    padding: 4px 0 0 36px;
    color: var(--var-dark-gray-color);
}

@media only screen and (max-width: 992px) {
    .footer-top span.content {
        display: none;
    }

    .footer-top .order-property .iconContent:after {
        display: none;
    }

    .header-main .auth-box {
        margin-right: 4px;
    }
}

.box-title {
    height: 40px;
    width: 100%;
    line-height: 56px;
    font-size: 25px;
    font-weight: 600;
    border-radius: 15px;
}

.contact-data {
    color: #fff;
}

.slick-prev:before,
.slick-next:before {
    font-size: 28px !important;
    color: black !important;
}

.box-title button {
    border-radius: 10px;
    border: 1px solid #ccc;
    height: 34px;
    padding: 8px;
    line-height: 18px;
    margin-top: 10px;
    background-color: #fff;
}

.box-title button:hover {
    background-color: #183153;
    color: #fff;
    border: 1px solid #183153;
}

.box-title .active {
    background-color: #183153;
    color: #fff;
    border: 1px solid #183153;
}

.switch input {
    display: none;
}

.switch {
    display: inline-block;
    width: 40px;
    height: 20px;
    position: relative;
    background-color: #EEEEEE;
    border-radius: 30px;
}

.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    cursor: pointer;
    border: 2px solid transparent;
    overflow: hidden;
    transition: 0.4s;
    background-color: #7e6785;
}

.slider:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border-radius: 30px;
    transform: translateX(-20px);
    transition: 0.4s;
}

input:checked+.slider:before {
    transform: translateX(20px);
    background: #FFFFFF;
}

input:checked+.slider {
    background-color: #2FA45E;
}

.switch.flat .slider {
    box-shadow: none;
}

.switch.flat .slider:before {
    background: #fff;
}

.switch.flat input:checked+.slider:before {
    background: white;
}

.switch.flat input:checked+.slider {
    background: limeGreen;
}


.control-group {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: left;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 200px;
    height: 210px;
    margin: 10px;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 12px;
    line-height: 24px;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 5px;
    background: #785283;
    border: 1px solid #9874a3;
    margin-right: 10px;
}

.control input:checked~.control__indicator {
    background: #fff;
}

.control:hover input:not([disabled]):checked~.control__indicator,
.control input:checked:focus~.control__indicator {
    background: #0e647d;
}

.control input:disabled~.control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: "";
    position: absolute;
    display: none;
}

.control input:checked~.control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled~.control__indicator:after {
    border-color: #7b7b7b;
}

.form-new {
    padding: 0px 8px;
    height: 28px;
    font-size: 12px;
}

.form-new:focus {
    border-color: #183153;
    box-shadow: none;
}

.box-shadow {
    box-shadow: 7px 7px 15px -5px #cccccc !important;
    border: 1px solid #604e74;
}

.br-5 {
    border-radius: 5px !important;
}

.br-10 {
    border-radius: 10px !important;
}

.br-15 {
    border-radius: 15px !important;
}

.br-20 {
    border-radius: 20px !important;
}

.br-25 {
    border-radius: 25px !important;
}

.br-30 {
    border-radius: 30px !important;
}

.br-bottom-15 {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.swal2-popup.swal2-toast .swal2-title {
    font-size: 12px !important;
}

.customer-information {
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.profile-nav .user-name-icon {
    position: relative;
    display: inline-block;
    background: #5c63b4;
    border-radius: 50%;
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    vertical-align: top;
    text-align: center;
    line-height: 56px;
    font-size: 16px;
    font-weight: 600;
}

.profile-nav ul {
    margin-top: 1px;
    display: block;
    border-radius: 4px;
}

.profile-nav ul>li {
    margin-top: 0;
    line-height: 30px;
    overflow: hidden;
}

.profile-nav ul>li:first-of-type {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.profile-nav ul>li:last-of-type {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.profile-nav .nav>li>a {
    position: relative;
    display: block;
    padding: 7px 12px;
    background: transparent;
    border-radius: 8px;
}

.profile-nav ul>li:last-child>a:hover,
.profile-nav ul>li:last-child>a:focus,
.profile-nav ul li:last-child.active a {
    border-left: 5px solid #CC0000;
}

.nav-stacked>li {
    float: none;
}

.profile-nav ul>li>a:hover,
.profile-nav ul>li>a:focus,
.profile-nav ul li.active a {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
}

.profile-nav-icon {
    width: 24px;
    height: 24px;
    margin-right: 16px;
    filter: brightness(2.5);
}

.profile-nav ul>li>a:hover div:first-of-type,
.profile-nav ul>li>a:focus div:first-of-type,
.profile-nav ul li.active a div:first-of-type {
    filter: invert(1) brightness(5);
}


.profile-nav-order-icon {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url('https://assets.hyperteknoloji.com/images/svg/profile-nav/order.svg');

}

.profile-nav-sale-order-icon {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url('https://assets.hyperteknoloji.com/images/svg/profile-nav/sale-order.svg');
}

.profile-nav-cuzdan-icon {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url('https://assets.hyperteknoloji.com/images/svg/profile-nav/cuzdan.svg');
}

.profile-nav-message-icon {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url('https://assets.hyperteknoloji.com/images/svg/profile-nav/comment.svg');
}

.profile-nav-ilan-icon {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url('https://assets.hyperteknoloji.com/images/svg/profile-nav/ilan.png');
    filter: invert(1);
}

.profile-nav-streamer-icon {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url('https://assets.hyperteknoloji.com/images/svg/profile-nav/streamer.svg');
}

.profile-nav-support-icon {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url('https://assets.hyperteknoloji.com/images/svg/profile-nav/support.svg');
}

.profile-nav-comment-icon {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url('https://assets.hyperteknoloji.com/images/svg/profile-nav/comment.svg');
}

.profile-nav-promotion-icon {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url('https://assets.hyperteknoloji.com/images/svg/profile-nav/promotion.svg');
}

.profile-nav-user-icon {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url('https://assets.hyperteknoloji.com/images/svg/profile-nav/user.svg');
}

.profile-nav-logout-icon {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url('https://assets.hyperteknoloji.com/images/svg/profile-nav/logout.svg');
}

.profile-nav-sweepstake-icon {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url('https://assets.hyperteknoloji.com/images/svg/profile-nav/sweepstake.svg');
}

.profile-info .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.breadcrumb li:first-child {
    margin-left: 0;
    padding: 2px 10px;
    border-radius: 4px;
}

.breadcrumb li {
    margin-left: 20px;
    padding: 4px 8px;
    border-radius: 4px;
    background: #00000052;
    border: 1px solid #724f87;
    transition: background-color 0.2s;
    font-family: Inter, -apple-system, Helvetica Neue, sans-serif;
}

.breadcrumb li:hover {
    background-color: #ff930a52;
}

.breadcrumb li:last-child {
    margin-left: 20px;
    background-color: #fdc500;
    padding: 4px 9px;
    border-radius: 4px;
    color: #000000 !important;
    font-weight: 600;
}

.breadcrumb li a {
    color: rgb(224, 225, 229) !important;
}

.breadcrumb li:last-child a {
    color: #000000 !important;
}

.breadcrumb li:first-child:before {
    display: none;
}

.breadcrumb li:before {
    position: absolute;
    float: left;
    padding-right: 0.5rem;
    color: #858585 !important;
    font-family: 'Font Awesome 5 Pro';
    content: "\f054" !important;
    font-size: 11px;
    margin-left: -23px;
    margin-top: 1px;
}

.bg-white {
    background-color: #32003b !important;
}

.border {
    border: 1px solid #00000047 !important;
}

.br-top-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.br-top-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.br-top-15 {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.br-top-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.form-bg {
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    height: 32px;
}

.swal2-html-container {
    font-size: 12px !important;
    max-height: 50vh;
    overflow-y: scroll;
}

.swal2-title {
    font-size: 18px !important;
}

.swal2-styled.swal2-default-outline:focus,
.swal2-styled.swal2-confirm:focus {
    box-shadow: none !important;
}

.page-title i {
    padding-top: 5px;
}

.socialMediaLogin a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fa-google {
    color: transparent;
    -webkit-text-fill-color: transparent;
    background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150%;
    -webkit-background-clip: text;
    background-clip: text;
}

.fa-facebook-square {
    color: #3b5998;
}

.fa-twitch {
    color: #b5bbff;
}

.fa-twitter-square {
    color: #1da1f2;
}

.fa-steam-square {
    color: #424243;
}

.text-new-gray {
    color: #858585 !important;
}

.chat-post {
    min-width: 400px;
    max-width: 600px;
    width: auto;
    display: inline-block;
}

.chat-blocked {
    top: 0px;
    text-align: center;
    padding-top: 20px;
}

#chat_embed {
    height: 554px !important;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.top-right-10 {
    top: 10px;
    right: 10px;
}

.chat-comment-box {
    height: 55px;
    padding-left: 10px;
    padding-right: 143px;
    resize: none;
    overflow: hidden;
    border: none;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.form-control:focus {
    box-shadow: none;
}

.form-control-sm {
    font-size: 12px;
}


.ctrl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* border-bottom: 1px solid #D5DCE6; */
    background-color: #fff;
    border-radius: 5px;
    font-size: 30px;
}

@-webkit-keyframes decrement-prev {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes decrement-prev {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes decrement-next {
    from {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@keyframes decrement-next {
    from {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@-webkit-keyframes increment-prev {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes increment-prev {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes increment-next {
    from {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
}

@keyframes increment-next {
    from {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
}

.form-control-color {
    max-width: 6rem;
    height: auto;
    padding: 0.175rem 0.175rem;
}


.ui.label {
    display: inline-block;
    line-height: 1;
    vertical-align: baseline;
    margin: 0 0.14285714em;
    background-color: #e8e8e8;
    background-image: none;
    padding: 0.5833em 0.833em;
    color: rgba(0, 0, 0, 0.6);
    text-transform: none;
    font-weight: 500;
    border: 0 solid transparent;
    border-radius: 0.28571429rem;
    -webkit-transition: background 0.1s ease;
    transition: background 0.1s ease;
}

.ui.label:first-child {
    margin-left: 0;
}

.ui.ribbon.label {
    position: relative;
    margin: 0;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    border-radius: 0 0.28571429rem 0.28571429rem 0;
    border-color: rgba(0, 0, 0, 0.15);
}

.ui.ribbon.label {
    left: calc(-1rem - 1.2em);
    margin-right: -1.2em;
    padding-left: calc(1rem + 0.6em);
    padding-right: 1.2em;
}

.ui.blue.label {
    background: #5763f0 !important;
    border-color: #5763f0 !important;
    color: #ffffff !important;
}

.ui.blue.ribbon.label {
    border-color: #2074a9 !important;
}

.ui.green.label {
    background-color: #198754 !important;
    border-color: #12643e !important;
    color: #fff !important;
}

.ui.green.ribbon.label {
    border-color: #12643e !important;
}

.ui.label {
    font-size: 12px;
}

.left.ribbon.label.vitrin-label {
    bottom: 0px !important;
    position: absolute;
    left: 0 !important;
    right: unset;
}


.renkdegis {
    color: white;
    -webkit-animation-name: text;
    animation-name: text;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes text {
    0% {
        color: #ff0000;
    }

    15% {
        color: #ff0080;
    }

    30% {
        color: #c800ff;
    }

    45% {
        color: #2b00ff;
    }

    60% {
        color: #00bfff;
    }

    75% {
        color: #00ff4c;
    }

    85% {
        color: #e1ff00;
    }

    100% {
        color: #ffa200;
    }
}

@keyframes text {
    0% {
        color: #ff0000;
    }

    15% {
        color: #ff0080;
    }

    30% {
        color: #c800ff;
    }

    45% {
        color: #2b00ff;
    }

    60% {
        color: #00bfff;
    }

    75% {
        color: #00ff4c;
    }

    85% {
        color: #e1ff00;
    }

    100% {
        color: #ffa200;
    }
}

.font-arial {
    font-family: 'Arial';
}

.font-tahoma {
    font-family: 'Tahoma';
}

.font-arial-black {
    font-family: 'Arial Black';
}

.font-comic {
    font-family: "Comic Sans MS", "Comic Sans", cursive;
}

.font-courier {
    font-family: 'Courier New';
}

.font-georgia {
    font-family: 'Georgia';
}

.font-impact {
    font-family: 'Impact';
}

.font-times {
    font-family: 'Times New Roman';
}

.font-trebuchet {
    font-family: 'Trebuchet MS';
}

.font-verdana {
    font-family: 'Verdana';
}

.image-parse .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #298ece;
}

.ilan-image-container {
    width: 20%;
    height: 120px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 0px;
}

.image-uploader {
    width: 100%;
    height: 120px;
    border-radius: 5px;
    text-align: center;
    color: #fff !important;
    font-weight: 500;
    display: grid;
}

.image-uploader:hover {
    color: #f9f9f9 !important;
}

.image-uploader input {
    opacity: 0;
    cursor: pointer;
    top: 0;
    width: 100%;
    height: 120px;
}

.image-uploader i {
    line-height: 10px;
    height: 20px;
}

.uploader-block {
    padding-top: 26%;
    padding-bottom: 16%;
}

.image-output {
    width: 100%;
    height: 120px;
    border-radius: 5px;
    top: 0;
    background-color: var(--var-theme-dark);
}

.image-output img {
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    padding: 10px;
}

.image-delete {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 4px;
    top: 5px;
    font-size: 18px;
    text-align: center;
    color: #fff !important;
    border-radius: 5px;
    background: var(--var-theme-dark);
}


.selector {
    position: relative;
    width: 100%;
    color: #7e7e7e;
}

.selector ul {
    position: relative;
    display: block;
    overflow: auto;
    min-width: 138px;
    max-height: 200px;
    background: #fff;
    list-style: none;
    white-space: inherit;
    padding-right: 17px;
    width: calc(100% + 17px)
}

.selector li {
    position: relative;
    padding: 3px 20px 3px 25px;
    cursor: pointer
}

.selector li:before {
    position: absolute;
    top: 50%;
    left: 0;
    top: 4px;
    display: inline-block;
    margin-right: 9px;
    width: 17px;
    height: 17px;
    background-color: #f4f4f4;
    border: 1px solid #d5d5d5;
    content: ""
}

.selector li[data-selected="1"]:before {
    border: 1px solid #d7d7d7;
    background-color: #fff
}

.selector li[data-selected="1"]:after {
    position: absolute;
    top: 50%;
    left: 3px;
    top: 11px;
    display: inline-block;
    width: 4px;
    height: 10px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    background: none;
    color: #39c9a9;
    content: "";
    -webkit-transform: rotate(40deg) translateY(-50%);
    transform: rotate(40deg) translateY(-50%)
}

.selector li:hover {
    color: #aaa
}

.selector li .total {
    position: absolute;
    right: 0;
    color: #d7d7d7
}

.selector .price-slider {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-top: 17px
}

@media (min-width: 768px) {
    .selector .price-slider {
        padding-top: 8px
    }

}

.selector .price-slider:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 0;
    color: #39c9a9;
    content: attr(data-currency);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.selector #slider-range {
    width: 90%;
    margin-bottom: 20px;
    border: none;
    background: #777777 !important;
    height: 3px;
    margin-left: 8px;
    margin-right: 8px
}

@media (min-width: 768px) {
    .selector #slider-range {
        width: 90%
    }
}

.selector .ui-slider-handle {
    border-radius: 50%;
    background-color: #8087da !important;
    border: none;
    top: -14px;
    width: 28px;
    height: 28px;
    outline: none
}

@media (min-width: 768px) {
    .selector .ui-slider-handle {
        top: -7px;
        width: 16px;
        height: 16px
    }
}

.selector .ui-slider-range {
    background-color: #d7d7d7
}

.selector .slider-price {
    position: relative;
    display: inline-block;
    width: 40%;
    background-color: #e2f7f2;
    text-align: center
}

.selector .slider-price:before {
    position: absolute;
    top: 50%;
    left: 13px;
    margin-top: 0;
    color: #39c9a9;
    content: attr(data-currency);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.selector .show-all {
    position: relative;
    padding-left: 25px;
    color: #39c9a9;
    cursor: pointer;
    line-height: 28px
}

.selector .show-all:after,
.selector .show-all:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -1px;
    color: #39c9a9;
    width: 10px;
    border-bottom: 1px solid
}

.selector .show-all:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.selector.open ul {
    max-height: none
}

.selector.open .show-all:after {
    display: none
}

.cat-scroll {
    list-style: none;
    padding-left: 0;
    height: 290px;
    overflow-y: scroll;
}

.cat-scroll::-webkit-scrollbar {
    width: 14px;
}

.cat-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.cat-scroll::-webkit-scrollbar-thumb {
    width: 14px;
    border-radius: 5px;
    border: 2px solid rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.cat-scroll li a {
    transition: all 0.3s ease 0s;
}

.cat-scroll li a:hover {
    padding-left: 15px !important;
}

.tooltip-inner {
    font-weight: 400;
    max-width: 200px;
    padding: 8px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    background-color: #616161;
    border: 1px solid #616161;
    font-family: Roboto;
    border-radius: 4px;
}

.tooltip .tooltip-arrow {
    display: none !important;
}

li .menu-label {
    position: absolute;
    text-transform: uppercase;
    top: -10px;
    display: inline;
    padding: 1px 7px;
    color: #fff;
    font-size: 9px;
    right: 23px;
    line-height: normal;
    letter-spacing: 1px;
}

li .menu-label:after {
    border-width: 6px 7px 0 6px;
    right: 18px;
    top: 90%;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transitio: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 0;
    z-index: 1;
}

li .menu-label:before {
    right: 18px;
    top: 90%;
}

li .menu-label.hot-menu {
    background: var(--var-danger-color);
}

li .menu-label.hot-menu:after {
    border-color: var(--var-danger-color) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

li .menu-label.hot-menu:before {
    border-color: var(--var-danger-color) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.message-user-item:hover {
    background-color: #f1f1f1;
    cursor: pointer
}

.message-users {
    height: auto;
    max-height: 724px;
    overflow: hidden;
    overflow-y: auto;
}

.message-users:hover {
    overflow: auto;
}

.message-dropdown::after {
    border: none !important;
}

.cart-check {
    position: relative;
    display: block;
}

.cart-check>input {
    position: absolute;
    visibility: hidden;
    box-sizing: border-box;
}

.cart-check label {
    margin-bottom: 0;
    position: relative;
    padding-left: 28px;
    color: rgb(255 255 255 / 60%);
    font-weight: 400;
    cursor: pointer;
}

.cart-check input[type="checkbox"]:checked~label:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
}

.cart-check input[type="checkbox"]:checked~label:before {
    background-color: #222222;
    border-color: #222222;
}

.form-group-pointer {
    display: inline-block;
    width: 90px;
    position: relative;
    height: 38px;
}

.form-group-pointer button {
    background: none;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    max-width: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(224, 225, 229);
    font-size: 20px;
    line-height: 1em;
}

.form-group-pointer button.up {
    right: 10px;
}

.form-group-pointer button.down {
    left: 10px;
}

.form-group-pointer .form-control {
    border: 1px solid #6e3b7f;
    height: 40px;
    padding: 0 25px;
    text-align: center;
    font-size: 14px;
    color: rgb(224, 225, 229);
    border-radius: 25px;
    background-color: #ffffff;
    background-color: transparent;
}

.opportunity-title {
    color: #292c2d;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 0;
}

.opportunity-block {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
}

.oppo-prod {
    width: 50px;
    border-radius: 50%;
    border: 1px solid #cecece;
    background-color: #fff;
}

.prod-count {
    line-height: 50px;
    font-weight: 600;
    text-align: center;
}

.prod-list {
    margin-left: -26px;
}

.prod-list:first-child {
    margin-left: 0;
}

.prod-link {
    font-size: 13px;
    font-weight: 600;
    color: #2d8cc7;
    line-height: 50px;
    padding: 0 100px;
}

.prod-link:hover {
    color: #2d8cc7;
    opacity: .65;
}

.prod-detail-btn {
    border: none;
    font-size: 32px;
    background: none;
    color: #298bd0;
}

.prod-detail-btn:hover {
    color: #298bd0;
    opacity: .65;
}

.w-max-content {
    width: max-content !important;
}

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-50 {
    margin-left: 50px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-50 {
    margin-right: 50px;
}

.cart-detail .product-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
}

.cart-detail .product-price-list {
    padding: 0 50px 0 80px;
    margin-top: 10px;
    position: relative;
}

.product-price .sales-price {
    font-size: 19px;
    line-height: 17px;
    color: #e7e7e7;
    margin-top: 5px;
}

.list-price {
    color: #9aa3ff !important;
    text-decoration: line-through;
    font-size: 13px !important;
    margin-left: 5px;
    margin-right: 15px;
}

.list-price-old {
    font-size: 23px;
    color: #9b9b9b;
    line-height: 30px;
    text-decoration: line-through;
    margin-right: 8px;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.product-current-price {
    color: var(--var-dark-gray-color) !important;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.product-current-price.active {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff !important;
}

.turkish-lira {
    font-size: 20px;
}

.price-container-old {
    display: flex;
    align-items: center;
}

.discount-amount-container .discount-amount-new {
    font-size: 18px;
    line-height: 30px;
    margin-left: 5px;
    color: #4df636;
    font-weight: 700;
}

.discount-amount-container .discount-rate-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('https://assets.hyperteknoloji.com/images/product/discount-rate-icon.svg') no-repeat center;
}

.text-line-through {
    text-decoration: line-through;
}

.cart-detail .product-pointer {
    /* padding: 0 20px; */
    margin-top: 15px;
    position: relative;
}

.cart-detail .product-trash-block {
    opacity: 0;
    padding-top: 0;
    padding-right: 20px;
    transition: all 0.3s ease 0s;
    margin-top: 5px;
}

.new-cart-item:hover .product-trash-block {
    opacity: 1;
}

.cart-detail .product-trash-block button {
    border: none;
    background-color: transparent;
    display: grid;
    text-align: center;
    color: #292c2d;
    font-size: 12px;
}

.cart-detail .product-trash-block button i {
    font-size: 24px;
    border-radius: 50%;
    line-height: 32px;
    padding: 5px 10px;
    transition: all 0.3s ease 0s;
}

.cart-detail .product-trash-block button i:hover {
    background: var(--var-light-gray-color);
}

.new-cart-item {
    transition: all 0.3s ease 0s;
    border-radius: 0px;
}

.new-cart-item:last-of-type {
    border-radius: 0px 0px 15px 15px;
}

.summary-block {
    -webkit-box-shadow: 0 -0.2rem 0.8rem 0 rgb(0 0 0 / 4%);
    box-shadow: 0 -0.2rem 0.8rem 0rgba(0, 0, 0, 0.04);
    border: solid 0.1rem #e5e5e5;
}

.fnt-ht-btn {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.notifications {
    display: flex;
    background-color: #ff780026;
    color: #dbdbdb;
    border: 1px solid #a35e22;
    padding: 30px 30px;
    margin: 25px 13px;
}

.notifications .notification_text {
    width: 90%;
    line-height: 22px;
    font-weight: 500;
    padding-left: 15px;
    font-size: 14px;
}

.notifications .icon {
    width: 10%;
    font-size: 34px;
    text-align: center;
    padding: 0 30px;
    color: #ff8e0d;
}

.p-20 {
    padding: 20px;
}

.summary-price {
    font-size: 18px;
    font-weight: 600;
    color: #3a3a3a;
    line-height: 22px;
    letter-spacing: -.025em !important;
}

.summary-campaign {
    background-color: #f9f5bc;
    padding: 10px 20px;
    font-size: 12px;
}

.prod-title {
    display: inline-block;
    vertical-align: middle;
    width: 290px;
}

.prod-detail-block {
    display: flex;
}

.cart-detail .product-price-list {
    padding: 0 50px 0 80px;
    margin-top: 10px;
    position: relative;
}

@media (max-width: 599px) and (min-width: 320px) {
    .prod-title {
        width: 190px;
        margin-left: 10px !important;
    }

    .cart-detail .product-price-list {
        padding: 0 0 0 10px;
        width: 115px;
        float: left;
    }

    .prod-detail-block {
        width: 215px;
        display: inline;
    }

}

.prod-img img {
    width: 100px;
    height: 66px;
    object-fit: cover;
}

@media only screen and (max-width: 992px) {
    .product-item .pimg-base:before {
        visibility: hidden !important;
    }

    .storie .justify-content-around {
        justify-content: flex-start !important;
    }

    .prod-title {
        width: 190px;
        margin-left: 10px !important;
    }

    .cart-detail .product-trash-block {
        opacity: 1;
        padding-right: 0;
        padding-top: 16px;
        border-left: 1px solid #e5e5e5;
    }

    .cart-detail .product-price-list {
        padding: 0 0 0 10px;
        width: 115px;
        float: left;
    }

    .prod-img img {
        object-fit: cover;
        max-width: 100%;
    }

    .prod-img {
        width: 64px;
        padding-top: 24px;
        border-right: 1px solid #e5e5e5;
        padding-right: 5px;
    }

    .summary-block {
        z-index: 2;
        position: fixed;
        bottom: 52px;
        right: 0;
        left: 0;
        box-shadow: unset !important;
    }


    .box-title {
        justify-content: space-between;
    }

    .notifications {
        display: block;
        margin: 4px 4px;
    }

    .notifications .notification_text {
        width: 100%;
        line-height: 22px;
        font-weight: 500;
        padding-left: 0px;
        font-size: 13px;
    }

    .notifications .icon {
        width: 100%;
        font-size: 34px;
        text-align: center;
        padding: 0 30px;
        color: #ff8e0d;
    }

    .modal-dialog {
        max-width: 95%;
        max-height: calc(100% - 90px);
    }
}

.modal-dialog-scrollable .modal-body {
    overflow-x: hidden;
}

.p-15 {
    padding: 15px !important;
}

.dropdown-list {
    font-size: 12px;
    list-style: none;
    padding: 0;
}

.dropdown-list>hr {
    margin: 10px 0;
}

.dropdown-item {
    font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
    color: var(--var-dark-gray-color);
    line-height: 14px;
    padding-left: 32px;
    padding-right: 60px;
    padding-top: 5px;
    font-size: 12px;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #ffffff;
    background-color: #785283;
}

.dropdown-menu-end {
    padding: 0;
    padding-bottom: 10px;
    padding-top: 15px;
    border: 1px solid #826195;
    transform: translate(40px, 61px) !important;
}

.profile-nav-dropdown-diamond {
    background-color: #522e62;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    position: absolute;
    top: -10px;
    left: calc(50% - 9px);
    border-left: 2px solid #522e62;
    border-top: 2px solid #522e62;
    z-index: -1;
}

.show-all-btn {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 26px;
    font-size: 12px;
    border-radius: 3px;
    background-color: #66117c;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    min-width: 100px;
    padding: 0 5px;
    -webkit-align-self: center;
    align-self: center;
    cursor: pointer;
    -webkit-transition-property: background-color, color, border-color, opacity, -webkit-transform;
    transition-property: background-color, color, border-color, opacity, -webkit-transform;
    transition-property: background-color, color, border-color, transform, opacity;
    transition-property: background-color, color, border-color, transform, opacity, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
    transition-timing-function: cubic-bezier(.455, .03, .515, .955);
    position: relative;
    z-index: 2;
}

.show-all-btn:hover {
    color: #fff !important;
    background-color: #6671fd;
}

.home-section-title {
    background-color: transparent;
    width: 100%;
    font-size: 26px;
    font-weight: 600;
    border-radius: 15px;
    align-items: baseline;
    justify-content: space-between;
    line-height: 36px;
}

.home-section-title-text {
    font-weight: 600;
}

.home-section-title-description {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    color: rgb(255 255 255 / 64%);
}

@media (min-width: 100px) and (max-width: 299px) {
    .home-section-title {
        justify-content: space-between;
        align-items: baseline;
        font-size: 15px;
    }

    .show-all-btn {
        font-size: 12px;
    }
}

@media (min-width: 300px) and (max-width: 519px) {
    .home-section-title {
        justify-content: space-between;
        align-items: baseline;
        font-size: 22px;
        font-size: 14px !important;
        line-height: 19px !important;
    }

    .home-section-title-text {
        font-weight: 600;
        max-width: 289px;
        font-size: 14px !important;
        line-height: 19px !important;
    }

    .home-section-title-description {
        display: none;
    }
}


@media (min-width: 520px) and (max-width: 720px) {
    .home-section-title {
        justify-content: space-between;
        align-items: baseline;
        font-size: 24px;
        font-size: 14px !important;
        line-height: 19px !important;
    }

    .home-section-title-text {
        font-weight: 600;
        max-width: 289px;
        font-size: 14px !important;
        line-height: 19px !important;
    }

    .home-section-title-description {
        display: none;
    }
}

@media (min-width: 721px) and (max-width: 819px) {
    .home-section-title {
        justify-content: space-between;
        font-size: 26px;
    }

    .home-section-title-text {
        font-weight: 600;
        max-width: 289px;
    }

    .home-section-title-description {
        display: none;
    }
}

/* payment methods */
.method-right .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #454d4f;
}

.method-right .nav-item:last-child .nav-link {
    box-shadow: 0 0 6px 0 #cecece;
    margin-left: 10px;
}

.method-right .nav-item .nav-link {
    box-shadow: 0 0 6px 0 #cecece;
}

.payment-methods .pm-block {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

.payment-methods .nav {
    margin-top: -1px;
}

.payment-methods .method-item {
    box-shadow: 0 4px 8px 0 #e5e5e5;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 15px;
    border: 2px solid #fff;
}

.payment-methods .method-item:hover {
    border: 2px solid #333;
    box-shadow: 0 4px 8px 0 #e5e5e5;
}

.payment-methods .actives {
    position: relative;
    border: 2px solid #333;
}

.payment-methods .actives:before {
    font-family: "Font Awesome 5 Duotone";
    content: "\10F058";
    color: #333;
    position: absolute;
    font-size: 22px;
    top: -16px;
    right: -11px;
    background-color: #fff;
    height: 27px;
}

.payment-methods .method-right {
    box-shadow: 0 4px 8px 0 #e5e5e5;
    border-radius: 10px;
    padding: 0 12px 0 12px;
}

.payment-methods .method-title {
    line-height: 37px;
    background-color: #454d4f;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    color: #fff;
}

.divider-text {
    position: relative;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.divider-text span {
    padding: 7px;
    font-size: 12px;
    position: relative;
    z-index: 2;
}

.divider-text:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ddd;
    top: 55%;
    left: 0;
    z-index: 1;
}

.ccicon {
    height: auto;
    position: absolute;
    right: 2px;
    top: 22px;
    width: 46px;
}

/* CREDIT CARD IMAGE STYLING */
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.ccsingle {
    position: absolute;
    right: 15px;
    top: 20px;
}

.ccsingle svg {
    width: 100px;
    max-height: 60px;
}

.creditcard svg.cardfront,
.creditcard svg.cardback {
    width: 100%;
    -webkit-box-shadow: 1px 5px 6px 0px black;
    box-shadow: 1px 5px 6px 0px black;
    border-radius: 22px;
}

.generatecard {
    cursor: pointer;
    float: right;
    font-size: 12px;
    color: #fff;
    padding: 2px 4px;
    background-color: #909090;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

/* CHANGEABLE CARD ELEMENTS */
.creditcard .lightcolor,
.creditcard .darkcolor {
    -webkit-transition: fill .5s;
    transition: fill .5s;
}

.creditcard .lightblue {
    fill: #03A9F4;
}

.creditcard .lightbluedark {
    fill: #0288D1;
}

.creditcard .red {
    fill: #ef5350;
}

.creditcard .reddark {
    fill: #d32f2f;
}

.creditcard .purple {
    fill: #ab47bc;
}

.creditcard .purpledark {
    fill: #7b1fa2;
}

.creditcard .cyan {
    fill: #26c6da;
}

.creditcard .cyandark {
    fill: #0097a7;
}

.creditcard .green {
    fill: #66bb6a;
}

.creditcard .greendark {
    fill: #388e3c;
}

.creditcard .lime {
    fill: #d4e157;
}

.creditcard .limedark {
    fill: #afb42b;
}

.creditcard .yellow {
    fill: #ffeb3b;
}

.creditcard .yellowdark {
    fill: #f9a825;
}

.creditcard .orange {
    fill: #ff9800;
}

.creditcard .orangedark {
    fill: #ef6c00;
}

.creditcard .grey {
    fill: #bdbdbd;
}

.creditcard .greydark {
    fill: #616161;
}

/* FRONT OF CARD */
.svgname {
    text-transform: uppercase;
}

.cardfront .st2 {
    fill: #FFFFFF;
}

.cardfront .st3 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 600;
}

.cardfront .st4 {
    font-size: 54.7817px;
}

.cardfront .st5 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

.cardfront .st6 {
    font-size: 33.1112px;
}

.cardfront .st7 {
    opacity: 0.6;
    fill: #FFFFFF;
}

.cardfront .st8 {
    font-size: 24px;
}

.cardfront .st9 {
    font-size: 36.5498px;
}

.cardfront .st10 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 300;
}

.cardfront .st11 {
    font-size: 16.1716px;
}

.cardfront .st12 {
    fill: #4C4C4C;
}

/* BACK OF CARD */
.cardback .st0 {
    fill: none;
    stroke: #0F0F0F;
    stroke-miterlimit: 10;
}

.cardback .st2 {
    fill: #111111;
}

.cardback .st3 {
    fill: #F2F2F2;
}

.cardback .st4 {
    fill: #D8D2DB;
}

.cardback .st5 {
    fill: #C4C4C4;
}

.cardback .st6 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

.cardback .st7 {
    font-size: 27px;
}

.cardback .st8 {
    opacity: 0.6;
}

.cardback .st9 {
    fill: #FFFFFF;
}

.cardback .st10 {
    font-size: 24px;
}

.cardback .st11 {
    fill: #EAEAEA;
}

.cardback .st12 {
    font-family: 'Rock Salt', cursive;
}

.cardback .st13 {
    font-size: 37.769px;
}

/* FLIP ANIMATION */
.container {
    perspective: 1000px;
}

.creditcard {
    width: 100%;
    max-width: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    cursor: pointer;
}

.creditcard .front,
.creditcard .back {
    position: absolute;
    width: 100%;
    max-width: 400px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    color: #47525d;
}

.creditcard .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.creditcard.flipped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.pay-block {
    top: 0;
    left: 0;
    height: 100%;
    text-align: center;
    padding-top: 28px;
    font-weight: 500;
    font-size: 17px;
}

.sub-list-clear {
    list-style: none;
    padding-left: 0;
}

.ilan-sorting-block {
    display: flex;
    justify-content: space-between;
}

.ilan-sorting-block-right {
    display: flex;
}

#ilan-filter {
    display: block;
}

#ilan-sorting {
    display: block;
}

.mobil-filter-button {
    display: none;
}

.category-card .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: end;
    flex-wrap: wrap;
}

.category-card .pagination li {
    margin-right: 8px;
}

.category-card .pagination li a {
    border: 1px solid #ccc;
    padding: 4px 8px;
    border-radius: 15px;
    min-width: 28px;
    min-height: 28px;
    text-align: center;
    display: block;
    transition: all 0.3s ease 0s;
}

.category-card .pagination li:last-child {
    margin-right: 0;
}

.category-card .pagination .active a,
.category-card .pagination li:hover a {
    background-color: #183153;
    color: #fff;
}

.threedots {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-group--number {
    display: inline-block;
    position: relative;
}

.form-group--number button {
    background: 0 0;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    max-width: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(224, 225, 229);
    font-size: 20px;
    line-height: 1em;
}

.form-group--number button.up {
    right: 10px;
}

.form-group--number button.down {
    left: 10px;
}

.form-group--number .form-control {
    border: 1px solid #ccc;
    height: 50px;
    padding: 0 25px;
    text-align: center;
    font-size: 14px;
    color: rgb(224, 225, 229);
    background-color: transparent;
}

.form-group--number .form-control::-webkit-input-placeholder {
    color: rgb(224, 225, 229);
}

.form-group--number .form-control::-moz-placeholder {
    color: rgb(224, 225, 229);
}

.form-group--number .form-control:-moz-placeholder {
    color: rgb(224, 225, 229);
}

.form-group--number .form-control:-ms-input-placeholder {
    color: rgb(224, 225, 229);
}

.category-last-post .post-item {
    padding-top: 15px;
}

.category-last-post .post-item img {
    width: 100px;
    object-fit: cover;
}

.navbar-mobile {
    background: linear-gradient(270deg, rgba(240, 132, 37, .7) 0, rgba(115, 0, 100, .7) 98.87%);
    border: 1px solid #9331a5;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    overflow: hidden;
    position: fixed;
    bottom: 8px;
    width: calc(100% - 16px);
    display: none;
    z-index: 9999;
    border-radius: 9999px;
    left: 8px;
    right: 8px;
}

.navbar-mobile .nav-inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

/* Style the links inside the navigation bar */
.navbar-mobile a {
    float: left;
    display: block;
    color: #fff;
    text-align: center;
    padding: 12px 4px;
    text-decoration: none;
    font-size: 11px;
    width: 20%;
}

.navbar-mobile a i {
    display: inline-block !important;
    font-size: 22px;
    position: relative;
}

.navbar-mobile a i .btn-badge {
    right: -10px;
    top: -8px;
}

/* Add a color to the active/current link */
.navbar-mobile a.active {
    color: #ffc9e8;
}

.navbar-mobile .category-icon {
    width: 100%;
    height: 26px;
    background-image: url('https://assets.hyperteknoloji.com/images/svg/profile-nav/categories.svg');
    background-position: center;
    background-repeat: no-repeat;
    filter: invert(1) brightness(2);
}

.navbar-mobile .category-icon-active {
    width: 100%;
    height: 26px;
    background-image: url('https://assets.hyperteknoloji.com/images/svg/profile-nav/categories_active.svg');
    background-position: center;
    background-repeat: no-repeat;
    filter: invert(1) brightness(2);
}

@media only screen and (max-width: 280px) {
    .navbar-mobile a {
        font-size: 10px;
    }

    .navbar-mobile a i {
        font-size: 22px;
    }

    .navbar-mobile .category-icon {
        width: 100%;
        height: 22px;
        background-size: 100% 100%;
    }

    .navbar-mobile .category-icon-active {
        width: 100%;
        background-size: 100% 100%;
        height: 22px;
    }

    .nav-inside .btn-badge {
        left: unset;
        right: 8px;
        top: 2px;
        height: 18px;
        width: 18px;
        padding: 3px 3px 3px 3px;
        font-size: 12px;
    }
}


.product-card {
    box-shadow: 0 12px 17px rgba(129, 140, 151, 0.1);
    border-radius: 15px;
}

.product-card .product-image {
    width: 30%;
    height: auto;
    position: relative;
}

@media only screen and (max-width: 992px) {
    .ilan-image-container {
        width: 47%;
        padding-left: 0px;
        padding-right: 1%;
        margin-left: 2%;
    }

    .product-card .product-image {
        max-height: 250px;
        width: 100%;
    }
}

.product-card .product-image .product-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 992px) {
    .product-card .product-image .product-thumbnail {
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .product-card .product-image .product-thumbnail {
        width: calc(100% - 48px);
    }
}

.product-card .product-details {
    position: relative;
    width: 70%;
}

@media only screen and (max-width: 992px) {
    .product-card .product-details {
        width: 100%;
        padding: 22px;
    }
}

.product-card .product-details a:hover {
    text-decoration: none;
    color: #0062cc;
}


.rating-stars {
    display: inline-block;
    position: relative;
    width: 92px;
    /* margin-top: 3px; */
    margin-bottom: 10px;
    margin-left: 5px;
    height: 16px;
}

.rating-stars:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #eee;
    transform: scale(0.99);
}

.rating-stars .filled-star {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffc107;
    transform: scale(0.99);
}

.rating-stars img {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.slick-prev:before,
.slick-next:before {
    color: #645e5e;
    font-size: 25px;
}

@media only screen and (max-width: 282px) {
    .header-main {
        padding-top: 5px;
        width: 100%;
        height: 57px;
    }

    .search-container {
        padding-top: 5px;
    }
}

@media (min-width: 283px) and (max-width: 767px) {
    .header-main {
        padding-top: 5px;
        width: 100%;
        height: 62px;
    }

    .search-container {
        padding-top: 5px;
    }
}

@media (min-width: 767px) and (max-width: 920px) {
    .header-main {
        padding-top: 5px;
        width: 100%;
        height: 71px;
    }

    .header-auth-button i {
        font-size: 14px;
        line-height: 36px;
        transition: all 0.6s ease 0s;
    }
}

@media (min-width: 921px) and (max-width: 1025px) {
    .header-main {
        padding-top: 5px;
        width: 100%;
        height: 95px;
    }

    .header-auth-button i {
        font-size: 14px;
        line-height: 36px;
        transition: all 0.6s ease 0s;
    }
}

@media (pointer:none),
(pointer:coarse) {
    .container-fluid {
        width: 100%;
    }

    .header-menu {
        display: none;
    }

    .navbar-mobile {
        display: block !important;
    }
}


@media only screen and (min-width: 500px) and (max-width: 767px) {
    .logo {
        max-width: 48% !important;
    }

    .header-menu {
        margin-top: 68px;
    }
}

@media only screen and (max-width: 767px) {

    .login-container {
        display: none;
    }

    /* .header-main .search-result {
        margin-top: 14px !important;
    } */

    .product-search-item {
        width: 100%;
        margin-top: 30px;
    }

    .top-product .product-item {
        margin: auto;
    }

    header {
        min-height: 105px !important;
    }

    .header-main .search-box input {
        box-shadow: none !important;
        height: 40px;
    }

    .header-main .search-box i {
        height: 40px;
    }

    /* .header-main .search-box i {
        transform: translateY(-80%);
    } */

    .breadcrumb-block {
        margin-bottom: -15px;
    }

    .breadcrumb {
        margin-left: 30px;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 6px;
    }

    .breadcrumb-item:first-of-type {
        position: absolute;
        left: 12px;
    }

    .breadcrumb li {
        flex: none;
        border: none !important;
    }

    .breadcrumb-item+.breadcrumb-item {
        flex: none;
    }

    .breadcrumb li:before,
    .breadcrumb-item+.breadcrumb-item::before {
        position: relative;
    }

    .chat-post {
        min-width: 250px;
    }

    .chat-comment-box {
        padding-right: 136px;
    }

    .breadcrumb li {
        background-color: transparent !important;
    }


    .header-main .auth-box {
        margin-right: 0px;
        justify-content: start;
        display: flex;
        align-items: center;
        gap: 6px;
        padding-top: 10px;
        margin: 0;
    }

    .list-price-old {
        font-size: 18px;
    }

    .discount-amount-container .discount-amount-new {
        font-size: 17px;
        line-height: 22px;
    }

    .fs-22 .turkish-lira {
        font-size: 16px;
    }
}

.haber-detail img {
    max-width: 100%;
}

.ilan-sorting-block {
    display: flex;
    justify-content: space-between;
}

.ilan-sorting-block-right {
    display: flex;
}

#ilan-filter {
    display: block;
}

#ilan-sorting {
    display: block;
}

.mobil-filter-button {
    display: none;
}

.mobile-buttons {
    display: none;
}

.mobile-buttons .header-top-light-button {
    background-color: transparent;
    /* box-shadow: 2px 0 11px 0px #d9d9d9 !important; */
}

.mobile-buttons .header-top-light-button i {
    margin-right: 0;
}

.mobile-buttons .header-top-light-button {
    padding: 0;
}

.mobile-buttons .header-top-light-button .btn-badge {
    top: -11px;
}

.header-top-light-button img {
    margin-top: -13px;
    margin-right: -5px;
}

@media (max-width: 576px) and (min-width: 100px) {
    .mobile-buttons {
        display: flex;
        justify-content: end;
    }
}

@media (max-width: 912px) and (min-width: 270px) {
    #ilan-filter {
        display: none;
        margin-top: 15px;
    }

    #ilan-sorting {
        display: none;
    }

    .mobil-filter-button {
        display: flex;
        gap: 8px;
        justify-content: space-between;
        width: 100%;
        z-index: 3;
    }
}

.banner-top {
    height: 85px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: contain;
    object-position: center;
    width: 100%;
    display: block;
}

.banner-home-mid {
    height: 135px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

@media (max-width: 768px) {
    .banner-top {
        height: 42px;
    }

    .banner-home-mid {
        height: 90px;
    }
}

#go-top-btn {
    display: none;
    place-content: space-between center;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(114 42 147);
    background-image: url(https://assets.hyperteknoloji.com/images/arrow-up-white.svg);
    background-position: 16px 50%;
    background-repeat: no-repeat;
    background-size: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    bottom: 55px;
    right: 100px;
    color: rgb(224, 225, 229);
    font-weight: 600;
    padding: 8px 16px 8px 36px;
    box-shadow: rgb(106 22 143) 0px 4px 8px 0px;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-box-pack: center;
    line-height: normal;
    position: fixed;
    text-align: center;
    z-index: 999;
}

@media only screen and (max-width: 992px) {
    #go-top-btn {
        margin: 0;
        top: 20px;
        right: unset;
        bottom: unset;
        left: calc(50% - 45px);
    }
}

.campaign-box {
    height: 287px;
    background: #5959ff;
    color: #fff;
    position: relative;
    border-radius: 8px;
}

.campaign-type-name {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(72, 72, 72, 0)), to(rgba(0, 0, 0, .48)));
    background-image: linear-gradient(180deg, rgba(72, 72, 72, 0) 1%, rgba(0, 0, 0, .48));
    bottom: 0;
    left: 0;
    padding: 16px;
    position: absolute;
    right: 0;
    padding: 24px;
    z-index: 5;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.campaign-type-name span {
    color: #fff;
    font-size: 16px;
    text-shadow: 0 2px 4px rgb(85 85 85 / 50%);
}

.campaign-type {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
}

.campaign-type img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 8px;
}

.campaign-head {
    font-weight: 600;
    font-size: 48px;
    color: #dcdcdc;
}

.header-menu-mobile {
    overflow-y: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 52px;
    padding: 14px 18px;
    font-size: 13px;
    font-weight: 400;
}

.header-menu-mobile a {
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    margin-right: 20px;
    text-decoration: none;
}

@media only screen and (max-width: 280px) {

    .breadcrumb-block {
        display: none;
    }
}

@media (min-width: 767px) and (max-width: 1400px) {
    .header-menu-mobile {
        overflow-y: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 0;
        padding: 14px 18px;
    }
}

.modal-backdrop.show {
    opacity: 0.3;
}

.modal-content {
    border: 0;
    box-shadow: #00000054 0px 2px 9px;
    background-color: #2a123a;
    border: 2px solid #521c5a;
}

.modal-body input {
    padding: 4px 10px;
    border: 1px solid lightgrey;
    border-radius: 5px;
    box-shadow: #0000004a 0px 1px 5px;
    /* margin-left: 10px; */
}

.modal-body label {
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #2aa0e5 !important;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}


.quantity-wrapper {
    float: left;
    margin-right: 8px;
    position: relative;
    min-width: 109px;

}

.cart-input-group:after {
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: var(--var-quantity-text);
    font-size: 10px;
    font-weight: 500;
    bottom: 7px;
}

.button-effective {
    transition-duration: .1s;
    transition-property: background-color, border-color;
    white-space: nowrap;
    border-radius: 5px;
    outline: 0;
    cursor: pointer;
    line-height: 1;
    display: inline-block;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border: 0;
    height: 48px;
    background-color: #606060;
    color: #fff;
}

.button-effective:hover,
a.button-effective:hover {
    opacity: .7;
}

.cart-minus,
.cart-plus {
    float: left;
    width: 35px;
    padding: 8px 0;
    text-align: center;
}

.cart-quantity {
    box-sizing: border-box;
    transition-duration: .3s;
    background-color: #333439;
    border: 2px solid #606060 !important;
    outline: 0;
    height: 48px;
    border-radius: 0 !important;
    border-left: 0;
    width: 50px;
    padding: 5px 5px 15px !important;
    border-color: #333333;
    text-align: center;
    color: #dfdfdf;
    float: left;
    font-size: 14px;
    font-weight: 600;
    box-shadow: unset !important;
    margin: 0 !important;
}

.cart-plus {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.cart-minus span,
.cart-plus span {
    display: none;
    visibility: hidden;
}

.cart-minus:before {
    content: "-";
    font-size: 25px;
    font-family: Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700;
}

.cart-plus:before {
    content: "+";
    font-size: 24px;
    font-family: Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700;
}

@media only screen and (max-width: 900px) {
    .quantity-wrapper {
        min-width: 125px;
        zoom: 0.9;
    }

    .cart-minus,
    .cart-plus {
        width: 43px;

    }
}

.product-favorite-add {
    -webkit-tap-highlight-color: transparent;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: var(--var-light-gray-color);
    box-shadow: 0 2px 4px rgb(0 0 0 / 8%);
    height: 40px;
    width: 40px;
    border-radius: 100%;
    opacity: 0.9;
}

.product-favorite-add .favorite-heart-icon {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url('https://assets.hyperteknoloji.com/images/svg/product/favorite.svg');
    width: 25px;
    height: 25px;
}

.product-favorite-add .favorited-heart-icon {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url('https://assets.hyperteknoloji.com/images/svg/product/favorited.svg');
    width: 25px;
    height: 25px;
}

.top-navigation {
    display: flex;
    justify-content: end;
    margin-bottom: 1rem;
}

.top-navigation .top-link {
    margin: 0 8px;
}

.top-navigation .top-link a {
    color: #d9d9d9;
    font-weight: 700;
    font-size: 12px;
}

.search-container {
    align-self: center;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
    color: #ffffff !important;
}

@media only screen and (max-width: 992px) {
    .top-navigation {
        display: none;
    }

    .product-favorite-add .favorite-heart-icon.favorited-heart-icon {
        color: white;
    }

    .wrap_deff {
        bottom: 70px !important;
    }

    .__jivoMobileButton {
        bottom: 70px !important;
    }

}

.info-img img {
    width: 100%;
    border-radius: 8px;
    border: 2px solid #d9d9d9;
    box-shadow: #d9d9d9 0px 0px 10px;
    display: inline-block;
    object-fit: contain;
    margin-bottom: 5px;
}

.info-img h5 {
    font-size: 14px;
    margin-top: 5px;
}

.star-rating-container {
    display: inline-block;
    vertical-align: text-bottom;
}

.star-rating {
    display: flex;
    margin: 0px;
    padding: 0px;
}

.star-rating li {
    cursor: pointer;
    display: inline-block;
    list-style: none;
    margin: 0px 8px;
    outline: none;
    padding: 0px;
    position: relative;
}

.star-rating .star-div {
    height: 100%;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 100%;
}

.star-rating .star-grey {
    height: 100%;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 60%;
}



.slick-next:not(.slider-nav .slick-next),
.slick-prev:not(.slider-nav .slick-prev) {
    top: calc(38% - 16px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    background: transparent !important;
    -o-transition: all .15s ease-in-out !important;
    -webkit-transition: all .15s ease-in-out !important;
    transition: all .15s ease-in-out !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    background: #2d0042 !important;
}

.slick-next:not(.slider-nav .slick-next):before,
.slick-prev:not(.slider-nav .slick-prev):before {
    content: '' !important;
    display: inline-block;
    width: 16px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-filter: brightness(5);
    filter: brightness(5);
}

.slick-prev:not(.slider-nav .slick-prev):before {
    margin-left: -3px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 stroke=%27none%27 fill=%27none%27%3E %3Cdefs%3E %3Cpath id=%27a%27 d=%27M0 0h16v16H0z%27/%3E %3C/defs%3E %3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E %3Cmask id=%27b%27 fill=%27%23fff%27%3E %3Cuse xlink:href=%27%23a%27/%3E %3C/mask%3E %3Cg fill=%27%23484848%27 mask=%27url%28%23b%29%27%3E %3Cpath d=%27M11.854 15.146L4.707 8 11.854.854a.5.5 0 0 0-.708-.708L4 7.293a1 1 0 0 0 0 1.414l7.146 7.147a.5.5 0 0 0 .708-.708z%27/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.slick-next:not(.slider-nav .slick-next):before {
    margin-left: 3px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 stroke=%27none%27 fill=%27none%27%3E %3Cdefs%3E %3Cpath id=%27a%27 d=%27M0 0h16v16H0z%27/%3E %3C/defs%3E %3Cg fill=%27none%27 fill-rule=%27evenodd%27 transform=%27matrix%28-1 0 0 1 16 0%29%27%3E %3Cmask id=%27b%27 fill=%27%23fff%27%3E %3Cuse xlink:href=%27%23a%27/%3E %3C/mask%3E %3Cg fill=%27%23484848%27 mask=%27url%28%23b%29%27%3E %3Cpath d=%27M11.854 15.146L4.707 8 11.854.854a.5.5 0 0 0-.708-.708L4 7.293a1 1 0 0 0 0 1.414l7.146 7.147a.5.5 0 0 0 .708-.708z%27/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.slick-prev:not(.slider-nav .slick-prev) {
    left: 12px !important;
}

.slick-next:not(.slider-nav .slick-next) {
    right: 12px !important;
}

.slick-disabled {
    display: none !important;
}

.full-slider .slick-prev:not(.slider-nav .slick-prev) {
    left: 12px !important;
}

.full-slider .slick-next:not(.slider-nav .slick-next) {
    right: 12px !important;
}

.full-slider .slick-next:not(.slider-nav .slick-next),
.full-slider .slick-prev:not(.slider-nav .slick-prev) {
    top: calc(50% - 16px);
    zoom: 1.4;
}

:root {
    --slickopactiy-left: 0;
    --slickopactiy-right: 0;
}

.row.slick-slider:after,
.row.slick-slider:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 65px;
    z-index: 1;
    -o-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.row.slick-slider:after {
    opacity: var(--slickopactiy-right);
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(var(--var-body-background-color)));
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), var(--var-body-background-color));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), var(--var-body-background-color));
}

.row.slick-slider:before {
    opacity: var(--slickopactiy-left);
    left: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(var(--var-body-background-color)));
    background-image: -o-linear-gradient(right, rgba(255, 255, 255, 0), var(--var-body-background-color));
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), var(--var-body-background-color));
}

.row.slick-slider:hover {
    --slickopactiy-left: 1;
    --slickopactiy-right: 1;
}

.slick-left-disabled:hover {
    --slickopactiy-left: 0 !important;
}

.slick-right-disabled:hover {
    --slickopactiy-right: 0 !important;
}

.storylist:before,
.storylist:after {
    content: unset !important;
}

.storylist .slick-next,
.storylist .slick-prev {

    top: 50% !important;
}

.form-select-solid .select2-search.select2-search--inline .select2-search__field {
    color: #5E6278;
}

.form-select-solid .select2-search.select2-search--inline .select2-search__field::placeholder {
    color: #A1A5B7;
}

.form-select-solid .select2-search.select2-search--inline .select2-search__field::-moz-placeholder {
    color: #A1A5B7;
    opacity: 1;
}


.form-select {
    display: block;
    width: 100%;
    padding: 0.75rem 3rem 0.75rem 1rem;
    -moz-padding-start: calc(1rem - 3px);
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    background-color: #532e5d;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237E8299' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
    border: 1px solid #826195;
    border-radius: 0.475rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}

.form-select:focus {
    border-color: #B5B5C3;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(0, 158, 247, 0.25);
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: 1rem;
    background-image: none;
}

.form-select:disabled {
    background-color: #EFF2F5;
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #181C32;
}

.form-select-sm {
    padding-top: 0.32rem;
    padding-bottom: 0.32rem;
    padding-left: 0.75rem;
    font-size: 0.925rem;
    border-radius: 0.475rem;
}

.form-select-lg {
    padding-top: 0.825rem;
    padding-bottom: 0.825rem;
    padding-left: 1.5rem;
    font-size: 1.15rem;
    border-radius: 0.475rem;
}

.notify-drop {
    width: 400px;
    transform: translate(12px, 52px) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    padding: 0px 0 0 0 !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .16), 0 0px 8px rgba(0, 0, 0, .05);
    border: 0;
}

.notify-drop .profile-nav-dropdown-diamond {
    left: unset !important;
    right: 18px !important;
}

.notify-drop button {
    background-color: #75468b;
    width: 30px;
    height: 30px;
    outline: 0;
    border: 0;
    border-radius: 4px;
    color: white;
    fill: #e4e4e4;
}

.notify-drop button:hover {
    background-color: #a26bbc;
}

.notify-drop .notify-top {
    min-height: 50px;
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    color: #ffffff !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    box-shadow: 0 1px 2px rgb(0 0 0 / 13%), 0 0px 2px rgba(0, 0, 0, 0.08);
    padding: 5px 10px !important;
    align-items: center;
    background: #532d64;
}

.notify-drop .notify-top .n-title {
    font-size: 14px;
    font-weight: 600;
}

.notification-list {
    margin: 0 !important;
    overflow-y: auto;
    max-height: 396px;
}

.notification-list li {
    display: flex;
    gap: 10px;
    align-items: start;
    padding: 10px 2px 10px 11px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    user-select: none;
}

.notification-list li.unreaded {
    border-left: 3px solid #865dd4;
}

.notification-list li:hover {
    background-color: #24063a;
    color: #fff !important;
}

.notification-list li:last-of-type {
    border-bottom: 0;
}

.notification-list li img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-filter: invert(1) brightness(2);
    filter: invert(1) brightness(2);
}

.global_notification {
    -webkit-filter: unset !important;
    filter: unset !important;
}

.notification-list li .message-content {
    margin-left: 10px;
    flex: 1 1;
}

.notification-list li .message-content .message-title {
    font-weight: 500;
    font-size: 13px;
    max-width: 260px;
    color: #cfcfcf;
}

.notification-list li .message-content .message-title.unreaded {
    font-weight: 600;
}

.notification-list li .message-content .message-date {
    color: #a5a7c1;
    font-size: 11px;
    margin-top: 4px;
}

.notification-list li .message-delete {
    width: 24px;
    height: 24px;
    opacity: 0;
    padding: 3px;
}

.notification-list li:hover .message-delete {
    opacity: 1;
}

.notification-list li:has(.message-delete:hover) {
    background-color: #202132 !important;
}

.notify-drop .notify-bottom {
    padding: 8px 0;
    text-align: center;
    box-shadow: 1px 0px 2px rgb(0 0 0 / 13%), 1px 0px 3px rgb(0 0 0 / 8%);
    background: #522e62;
}

.notify-drop .notify-bottom a {
    font-weight: 600;
    font-size: 13px;
}

.notify-drop .campaign-title,
.notification-box .campaign-title {
    background: #0C88CF;
    background: linear-gradient(to right, #0C88CF 0%, #C536CF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600;
}

.animate-characters {
    background-image: linear-gradient(-225deg, var(--var-light-gray-color) 0%, #c58dff 29%, #ff6f9e 67%, #fff800 100%);
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    animation: textclip 4s linear infinite;
    display: inline-block;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.swal2-container {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
}

.swal2-popup {
    -webkit-box-shadow: 0px 8px 32px rgb(0 0 0 / 8%);
    box-shadow: 0px 8px 32px rgb(0 0 0 / 8%);
    border-radius: 8px;
}

.swal2-textarea {
    font-size: 13px !important;
}

.pagenation {
    margin-top: 15px;
    display: flex;
    overflow-x: auto;
    padding-bottom: 17px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pagenation .c-page {
    background-color: transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    padding: 10px 16px;
    border: 0;
    color: rgb(197 197 197);
    transition: background-color 0.1s;
    box-shadow: none !important;
    margin-right: 4px;
}

.pagenation .c-page.active {
    background-color: rgb(88 100 235) !important;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    padding: 10px 16px;
    color: #fff;
}

.pagenation .c-page:hover {
    background-color: rgb(255 255 255 / 4%);
}

.pagenation .c-page.disable {
    color: #bfbfbf;
}

.pagenation .c-page-info {
    color: var(--var-medium-gray-color);
    font-family: Inter, -apple-system, SFProDisplay, Helvetica Neue, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.25;
    margin: auto;
}

.lang-down {
    display: flex;
    gap: 5px;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
}

.preference-down {
    margin-top: 9px !important;
    margin-left: -100px !important;
}

.claim-description {
    background-color: #ffffff14 !important;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #2e003f;
}

.ui-widget.ui-widget-content {
    background: #00000038 !important;
    color: #cecece !important;
}

.ui-widget-header {
    border: 0 !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #ffffff0d !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active:after {
    content: unset !important;
}

.ui-tabs .ui-tabs-nav li {
    border-radius: 8px;
}

@media only screen and (max-width: 992px) {
    .preference-down {
        position: fixed !important;
        left: 0 !important;
        bottom: 0 !important;
        top: 0 !important;
        height: 100%;
        z-index: 999999;
        transform: unset !important;
        width: 288px !important;
        margin: 0 !important;
        padding: 7px !important;
        border-radius: 0 !important;
    }
}

.preferences-container {
    padding: 10px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 274px;
    font-family: Roboto, sans-serif;
}

.preferences-container> :not(:last-child) {
    margin-bottom: 10px;
}

.preferences-container> :last-child {
    margin-bottom: -5px;
}

.preferences-container .pref-head {
    margin: 10px 0px;
    color: rgb(255 255 255 / 87%);
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 18px;
    text-align: center;
}

.preferences-container p {
    margin: 0px 0px 10px;
    color: rgb(255 255 255 / 87%);
    font-size: 11px;
    letter-spacing: 0px;
    line-height: 13px;
    text-align: center;
}

.preferences-container .preference-input-area {
    position: relative;
}

.preferences-container .preference-input-area label {
    display: block;
    color: rgb(255 255 255 / 87%);
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 20px;
    margin-bottom: 5px
}

.preferences-container .preference-input-area .preference-input {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 42px;
    padding: 10px 10px 10px 15px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(71 71 71);
    border-radius: 3px;
    outline: none;
    overflow: hidden;
    transition-property: border-color, box-shadow;
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    margin: 0;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #333333;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='22' height='22' fill='rgba(0, 0, 0, 0.54)'><path d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z'></path></svg>");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: calc(75% - 6px);
    color: #fff;
}

.preferences-container .preference-input-area .preference-input:focus {
    border-color: rgb(47, 130, 251);
    box-shadow: rgb(166 219 243 / 87%) 0px 0px 4px;
}

.preferences-container .preference-button {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-around;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: normal;
    padding-left: 24px;
    padding-right: 24px;
    background-color: rgb(57 57 57);
    border: 1px solid rgb(101 101 101);
    color: rgb(255, 255, 255);
    height: 42px;
    width: 100%;
    opacity: 1;
    white-space: nowrap;
    cursor: pointer;
}

.preferences-container .preference-button.pref-ok {
    display: block;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: normal;
    padding-left: 24px;
    padding-right: 24px;
    background-color: rgb(47, 130, 251);
    border: 1px solid #4853c0;
    color: rgb(255, 255, 255);
    height: 42px;
    width: 100%;
    opacity: 1;
    white-space: nowrap;
    cursor: pointer;
}

.user-online-status-ilan {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 7px;
    margin-top: 4px;
    margin-bottom: 14px;
}

.user-online-status-ilan.user-offline {
    background: var(--var-danger-color);
    box-shadow: #939393 0 -1px 5px 0px, inset #66000080 0 -1px 5px, #ff0000ab 0 2px 12px;
}

.user-online-status-ilan.user-online {
    background: var(--var-light-green-color);
    box-shadow: #939393 0 -1px 5px 0px, inset #0c660080 0 -1px 5px, #00ff16ab 0 2px 12px;
}

.btn {
    outline: 0 !important;
    box-shadow: unset !important;
}

.btn-success,
.btn-check:focus+.btn-success,
.btn-success:focus,
.btn-check:checked+.btn-success,
.btn-check:active+.btn-success,
.btn-success:active,
.btn-success.active,
.show>.btn-success.dropdown-toggle {
    background-color: var(--var-button-success-background);
    border-color: var(--var-button-success-border-color);
    border-radius: 5px;
    color: var(--var-button-success-color);
}

.btn-success:hover {
    background-color: var(--var-button-success-background-hover);
    border-color: var(--var-button-success-border-color-hover);
    color: var(--var-button-success-color);
}

.btn-success:disabled {
    background-color: var(--var-button-success-background-disabled);
    border-color: var(--var-button-success-border-color-disabled);
    color: var(--var-button-success-color);
}

.btn-secondary {
    border-color: #ff930a !important;
    background-color: #00000052 !important;
}

.btn-secondary:hover {
    background-color: #ff930a52 !important;
}

.btn-success {
    color: #000 !important;
    background-color: #fdc500 !important;
    border-color: #fdc500 !important;
}

.btn-success:hover {
    background-color: #c59a00 !important;
    border-color: #c59a00 !important;
}

.modal-basket-redirect .modal-dialog {
    width: 800px;
    max-width: unset;
    font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.modal-basket-redirect .modal-body {
    padding: 35px 65px;
}

.redirect-modal-product-info {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid var(--var-product-card-border);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.redirect-modal-product-info .product-img {
    width: 96px;
    height: 96px;
    padding: 4px;
    border-radius: 5.2px;
    border: solid 0.6px var(--var-product-card-border);
    object-fit: contain;
    justify-content: space-between;
}

.redirect-modal-product-info .product-base-container {
    display: flex;
    gap: 14px;
}

.redirect-modal-product-info .product-info-container {
    padding: 10px 0 10px 7px;
}

.redirect-modal-product-info .product-informations {
    display: flex;
    flex-direction: column;
    flex: 1 1;
}

.redirect-modal-product-info .product-informations h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -.32px;
    color: var(--var-light-green-color);
    margin-bottom: 8px;
}

.redirect-modal-product-info .product-informations h3 svg {
    margin-right: 4px;
}

.redirect-modal-product-info .product-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 180px;
}

.redirect-modal-product-info .product-informations .pi-name {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -.32px;
    color: var(--var-dark-gray-color);
    margin: 0 0 4px;
    text-align: left;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.redirect-modal-product-info .product-informations .pi-seller span {
    margin: 0 8px 0 4px;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -.24px;
    color: var(--var-button-success-background);
}

.modal-basket-redirect h2 {
    font-size: 18px;
    line-height: 21.6px;
    letter-spacing: -0.45px;
}

.modal-basket-redirect .modal-header {
    border: 0;
    height: 42px;
}

.modal-basket-redirect .btn-close {
    width: 1.5em;
    height: 1.5em;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1.5em auto no-repeat;
}

@media only screen and (max-width: 992px) {
    .redirect-modal-product-info {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .modal-basket-redirect .modal-dialog {
        width: 100%;
    }

    .redirect-modal-product-info .product-img {
        width: 50px;
        height: 50px;
        padding: 0;
        border: 0;
    }

    .redirect-modal-product-info .product-info-container {
        padding: 1px 0 0px 0px;
    }

    .redirect-modal-product-info .product-informations h3 {
        font-size: 12px;
    }

    .redirect-modal-product-info .product-informations h3 svg {
        width: 15px;
    }

    .redirect-modal-product-info .product-informations .pi-name {
        font-size: 14px;
    }

    .redirect-modal-product-info .product-informations .pi-seller {
        display: none;
    }

    .redirect-modal-product-info .product-actions {
        width: 100%;
    }

    .modal-basket-redirect .modal-body {
        padding: 18px;
    }

    .modal-basket-redirect.show .modal-dialog {
        align-items: end;
        padding-bottom: 18px;
        margin: 0;
    }

    .modal-basket-redirect.show .modal-dialog .modal-content {
        border-radius: 0;
    }
}

.new-item-row {
    padding: 10px;
}

@media only screen and (max-width: 768px) {
    .top-games .game-item {
        width: 80%;
    }

    .container-fluid.storie {
        width: 100%;
    }
}

@media (min-width: 100px) and (max-width: 299px) {
    .flashes.top-product .product-item {
        width: calc(calc(100vw / var(--var-body-zoom)) * 0.60) !important;
    }

    .top-product .product-item {
        width: calc(calc(100vw / var(--var-body-zoom)) * 0.60) !important;
    }

    .new-item-row {
        margin-bottom: 2rem;
    }

}

@media (min-width: 300px) and (max-width: 519px) {
    .flashes.top-product .product-item {
        width: calc(calc(100vw / var(--var-body-zoom)) * 0.55) !important;
    }

    .top-product .product-item {
        width: calc(calc(100vw / var(--var-body-zoom)) * 0.43) !important;
    }

    .new-item-row {
        margin-bottom: 2rem;
    }

}


@media (min-width: 520px) and (max-width: 720px) {
    .flashes.top-product .product-item {
        width: calc(calc(100vw / var(--var-body-zoom)) * 0.25) !important;
    }

    .top-product .product-item {
        width: calc(calc(100vw / var(--var-body-zoom)) * 0.25) !important;
    }

    .new-item-row {
        margin-bottom: 2rem;
    }

}

@media (min-width: 721px) and (max-width: 819px) {
    .flashes.top-product .product-item {
        width: calc(calc(100vw / var(--var-body-zoom)) * 0.20) !important;
    }

    .top-product .product-item {
        width: calc(calc(100vw / var(--var-body-zoom)) * 0.20) !important;
    }

    .new-item-row {
        margin-bottom: 2rem;
    }

}

@media (min-width: 820px) and (max-width: 921px) {
    .flashes.top-product .product-item {
        width: calc(calc(100vw / var(--var-body-zoom)) * 0.20) !important;
    }

    .top-product .product-item {
        width: calc(calc(100vw / var(--var-body-zoom)) * 0.20) !important;
    }

    .new-item-row {
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width: 922px) {
    .product-top {
        overflow-x: auto;
        overflow-y: hidden;
        display: flex;
        flex-wrap: nowrap !important;
        flex-flow: row;
        padding-bottom: 13px;
    }

    .product-visited {
        overflow-x: auto;
        display: flex;
        flex-wrap: nowrap !important;
        flex-flow: row;
    }

    .product-base {
        flex-basis: content;
    }

    .slider-item-1,
    .slider-item-2 {
        display: none;
    }

    .new-items {
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
    }

    .flashes.top-product .product-item {
        margin-bottom: 0;
    }

    .top-games {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .top-games .game-item {
        width: 325px;
    }

    .top-categories .category-item {
        height: 185px !important;
        ;
    }

    .top-categories .category-bg-image .character {
        height: calc(100% + 50px) !important;
        ;
    }

    .top-categories .category-bg-image {
        height: 184px !important;
    }

    .main-blog .blog-item .blog-inner {
        margin-top: 0;
    }

    .main-blog .blog-image {
        height: auto;
    }

    .main-blog .blog-item .blog-image img {
        width: 100%;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        object-fit: cover;
        aspect-ratio: 300 / 150;
    }

    .main-blog .blog-item .blog-inner {
        height: 215px;
    }
}

.top-categories .category-item {
    border-radius: 15px;
    height: 230px;
    box-shadow: 7px 7px 15px -5px #CCCCCC !important;
}

.top-categories .bg-orange {
    background-image: linear-gradient(to right, #FF9900, #FFC56C);
}

.top-categories .bg-blue {
    background-image: linear-gradient(to right, #3399CC, #000099);
}

.top-categories .bg-red {
    background-image: linear-gradient(to right, #990000, #FF6633);
}

.top-categories .bg-purple {
    background-image: linear-gradient(to right, #9900FF, #663366);
}

.top-categories .category-bg-image {
    position: relative;
    height: 230px;
    border-radius: 15px;
}

.top-categories .category-bg-image .character {
    position: absolute;
    bottom: 0;
    transition: all 0.3s ease 0s;
}

.top-categories .category-bg-image .category-logo {
    right: 0px;
    position: absolute;
    bottom: 55px;
}

.category-item:hover .character {
    bottom: 7px;
    transform: scale(1.05);
    /* z-index:2; */
}

.top-product .product-item {
    border-radius: 15px;
    position: relative;
    height: auto;
    background: linear-gradient(324.27deg, #532e5d 0, #532e5d 98.33%);
    margin-bottom: 6px;
    border: 1px solid #58396a;
}

.product-item .pimg-base:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(-135deg, rgb(96 15 153) 0%, transparent 50%);
    background-size: 200%;
    transition: 0.4s transform cubic-bezier(0.06, 0.92, 1, 1), 0.4s background cubic-bezier(0.15, 0.67, 0.58, 1);
    pointer-events: none;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.product-item .pimg-base:hover:before {
    background-position: 50%;
}

.campaign-timer-container {
    margin-bottom: 5px;
}

.campaign-timer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #66117c;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 4px 16px 4px 8px;
    z-index: 1;
    color: #fff;
    text-shadow: 0 0px 1px black;
}

.timer-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3Cpath fill='%236C84FA' fill-rule='nonzero' d='M6.382 5.968A8.964 8.964 0 0 1 12 4c2.125 0 4.078.736 5.618 1.968l1.453-1.453 1.414 1.414-1.453 1.453a9 9 0 1 1-14.064 0L3.515 5.93l1.414-1.414 1.453 1.453v-.001zM12 20a7 7 0 1 0 0-14 7 7 0 0 0 0 14zm1-8h3l-5 6.5V14H8l5-6.505V12zM8 1h8v2H8V1z'/%3E%3C/g%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 24px;
    width: 24px;
    filter: grayscale(1) brightness(2);
}

.campaign-counter {
    margin-left: 6px;
}

.campaign-counter .c-info {
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: -.38px;
    line-height: 1.3;
}

.campaign-counter .c-remaining {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -.32px;
    line-height: 1.15;
    color: #ffffff;
}

.top-product .product-image {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: contain;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.pimg-base {
    box-sizing: border-box;
    width: 100%;
    height: 228px;
    transition-property: box-shadow, background-color, color, border-color, transform, opacity;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media only screen and (max-width: 282px) {
    .pimg-base {
        height: 221px;
    }
}

@media (min-width: 283px) and (max-width: 540px) {
    .pimg-base {
        height: 220px;
    }
}

.pimg-base:hover {
    box-shadow: rgb(0 0 0 / 28%) 0px 0px 10px 0px;
    opacity: 0.8;
}

.top-product .product-detail {
    border-radius: 15px;
    width: 100%;
    padding: 8px;
}

.top-product .product-item .product-name {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box !important;
    color: #ffffff;
    height: 35px;
    white-space: initial;
    overflow: hidden;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}

.top-product .product-item .product-price {
    display: flex;
    font-weight: 500;
    font-size: 14px;
    flex-direction: column;
    height: 45px;
    min-width: 98px;
}


.top-product button {
    border-radius: 12px;
    margin-top: 8px;
    color: rgb(224, 225, 229);
    transition: background-color 0.1s;
    border: 1px solid #826195;
    background: #785283;
}

.category-products .bottom-block .btn-price-chart {
    background: transparent;
    border: none;
    color: #80ed99;
}

.category-products .bottom-block .btn-price-chart:hover,
.category-products .bottom-block .btn-price-chart:active {
    background: transparent !important;
    border: none !important;
    color: #5eb171 !important;
}

.main-blog .blog-item {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0px 0px 7px 0px #040404a6 !important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid #5e3e62;
    background: #503254;
}

.main-blog .blog-item .blog-image img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 74px;
    object-fit: cover;
}

.main-blog .blog-item .blog-inner {
    width: 100%;
    /* background-color: rgba(255, 255, 255, 0.6); */
    padding: 15px;
    margin-top: -23px;
    position: relative;
    /* border-top-left-radius: 25px; */
    /* border-top-right-radius: 25px; */
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}


.main-blog .blog-item .blog-inner .category-name {
    font-weight: 500;
    font-size: 14px;
}

.main-blog .blog-item .blog-inner .blog-title {
    font-weight: 600;
    font-size: 14px;
    display: block;
}

.main-blog .blog-item .blog-inner .blog-mini-desc {
    height: 54px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    overflow-wrap: break-word;
}

.main-blog .blog-item .blog-inner .blog-footer .blog-content,
.main-blog .blog-item .blog-inner .blog-footer .blog-views {
    color: #fff;
}

.main-blog .blog-badge {
    border-radius: 3px;
    font-size: 12px;
    position: absolute;
    padding: 2px 10px;
    background: #fa8305;
    border: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 1.5;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    z-index: 2;
    vertical-align: baseline;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 0 1px 1px rgb(20 23 28 / 10%), 0 3px 1px 0 rgb(20 23 28 / 10%);
    border-top-right-radius: 8px;

}

.main-blog .blog-badge:after {
    background: inherit;
    content: '';
    height: 15px;
    position: absolute;
    top: 3px;
    transform: rotate(45deg);
    width: 15px;
    z-index: 1;
    display: block;
    left: -6px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.main-blog .blog-image {
    height: 85px;
}

/* Slide JS */
.thumbnails {
    display: flex;
    margin: 1rem auto 0;
    padding: 0;
    justify-content: center;
}

.thumbnail {
    width: 70px;
    height: 70px;
    overflow: hidden;
    list-style: none;
    margin: 0 0.2rem;
    cursor: pointer;
}

.thumbnail img {
    width: 100%;
    height: auto;
}



.slider-for img {
    height: 100%;
    position: absolute;
    right: 1px;
    top: 0px;
    bottom: 0;
    padding: 4px;
    border-radius: 10px;
}

.full-slider {
    width: 90vw;
    max-width: 1400px;
    position: relative;
    margin-bottom: 32px;
    display: flex;
}

.slider-nav2 {
    max-width: 360px;
    margin-left: 4px;
}

.slider-nav2 .nav2-nav {
    display: flex;
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 100%;
    min-width: 260px;
    transition: all 100ms ease-out 0s;
    gap: 8px;
    visibility: hidden;
    border-radius: 4px;
}

.slick-slide .nav2-nav {
    visibility: visible !important;
}

.slider-nav2 .nav2-nav:hover {
    transform: translateY(-2px) scale(1.05);
}

.slider-nav2 img {
    width: 100%;
    height: 191px;
    object-fit: cover;
    border-radius: 4px;
}

.slider-nav2 .slick-slide {
    opacity: .85;
}

.slider-nav2 .slick-current {
    opacity: 1;
}

.slider-nav2 .nav2-detail {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    color: black;
    font-weight: 600;
    font-size: 14px;
}

.slider-nav2 .nav2-detail .nav2-m {
    line-height: 18px;
    opacity: 0.7;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 195px;
}

.slider-nav2 .nav2-detail .nav-2-show {
    font-family: Averta, -apple-system, "Segoe UI", system-ui, sans-serif;
    font-feature-settings: "tnum", "lnum";
    font-style: normal;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-decoration-line: none;
    letter-spacing: 0.25px;
    -webkit-box-align: center;
    align-items: center;
    background-color: #111111;
    border-width: 0px 0px 1px 1px;
    border-style: solid;
    border-color: #000000;
    color: rgb(255 255 255);
    display: flex;
    flex-direction: row;
    gap: 4px;
    padding: 2px 3px;
    border-radius: 4px;
    margin-top: 3px;
}

.full-slider .slick-slide,
.mobile-slider .slick-slide {
    padding: 0 !important;
}

.mobile-slider {
    padding-top: 7px;
}

.slider-content {
    margin: 0 !important;
    overflow: hidden;
}

.full-slider {
    position: relative;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.slider-detail {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 389px;
    min-width: 820px;
    position: relative;
    max-height: 420px;
    height: 100%;
    z-index: 101;
    color: #fff;
    border-radius: 4px;
}

.slider-detail .slider-flex {
    animation-name: fadeInFromRight;
    animation-fill-mode: both;
    animation-duration: 500ms;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.slider-detail .slider-flex:after {
    content: '';
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.8184523809523809) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.8184523809523809) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8184523809523809) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: .8;
    border-radius: 8px;
}

.slider-detail .slider-button {
    padding: 8px 15px;
    background: #fff;
    max-width: 250px;
    color: #000;
    font-weight: 600;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
}

.slider-detail .slider-title {
    font-family: Averta, -apple-system, "Segoe UI", system-ui, sans-serif;
    font-feature-settings: "tnum", "lnum";
    font-size: 34px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 40px;
}

.slider-detail .slider-message {
    font-family: Averta, -apple-system, "Segoe UI", system-ui, sans-serif;
    font-feature-settings: "tnum", "lnum";
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.25px;
    line-height: 16px;
    text-decoration-line: none;
    color: rgb(255, 255, 255);
    margin-bottom: 8px;
    max-width: clamp(25vw, 16.36vw + 392px, 80vw);
}

.slider-nav {
    width: 1080px;
    margin: auto;
    margin-top: 27px;
}

.slider-nav .slick-slide {
    padding-right: 5px;
    border-radius: 8px;
}

.sf-herouselContent img,
.sf-herouselContent source {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: auto !important;
    max-width: 71px;
    border-radius: 8px;
}

.sf-HerouselContentBackground {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.sf-herouselContent {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    background-color: #ddd;
}

.sf-HerouselContentBackground:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 88px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .24)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .24));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .24));
    z-index: 1;
}

.sf-hb-placeholder-frame.sf-hb-placeholder-frame-A {
    position: relative;
    width: 100%;
    height: 95%;
    overflow: hidden;
}

.sf-hb-placeholder-frame.sf-hb-placeholder-frame-A .sf-hb-placeholder-frame-B {
    position: relative;
    display: block;
    content: "";
}

.sf-hb-placeholder-frame.sf-hb-placeholder-frame-A .sf-hb-placeholder-frame-C {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
}

.sf-hb-placeholder-frame.sf-hb-placeholder-frame-A .sf-hb-placeholder-frame-C>*:only-child {
    height: 100%;
}

.sf-hb-image-view-A .sf-hb-image-view-B {
    display: block;
    width: 100%;
    height: auto;
}

.sf-herouselContent img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

.sf-HerouselContentBackground .sf-HerouselContentBackground-A img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sf-herouselContent-A .sf-herouselContent-B {
    position: relative;
    z-index: 1;
    padding: 64px 0 90px;
}

.sf-HerouselBaseTemplate-A {
    -webkit-box-shadow: 0 6px 6px #21252924;
    box-shadow: 0 6px 6px #21252924;
    border-radius: 8.1px;
    -moz-border-radius: 8.1px;
    -o-border-radius: 8.1px;
    -webkit-border-radius: 8.1px;
    -ms-webkit-radius: 8.1px;
    zoom: 1;
    max-width: 900px;
    margin: 16px 5px;
}

.sf-HerouselBaseTemplate-A .sf-HerouselBaseTemplate-B {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: var(--var-product-card-background) !important;
    border-radius: 8.1px;
    -moz-border-radius: 8.1px;
    -o-border-radius: 8.1px;
    -webkit-border-radius: 8.1px;
    -ms-webkit-radius: 8.1px;
    zoom: 1;
    margin-left: 5px;
    height: 300px;
}

.slider-content {
    height: auto !important;
}

.sf-HerouselBaseTemplate-A .sf-HerouselBaseTemplate-B .sf-HerouselBaseTemplate-C {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    align-items: center;
}

.sf-Share {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 16px;
    padding-right: 16px;
}

.sf-HerouselBaseTemplate-A .sf-HerouselBaseTemplate-B .sf-HerouselBaseTemplate-C .sf-HerouselBaseTemplate-D {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 152px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sf-HerouselBaseTemplate-A .sf-HerouselBaseTemplate-B .sf-HerouselBaseTemplate-C .sf-HerouselBaseTemplate-E {
    margin-top: 24px;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -o-border-radius: 24px;
    -webkit-border-radius: 24px;
    -ms-webkit-radius: 24px;
    zoom: 1;
    margin-right: auto;
    min-width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ff6000;
}

.sf-Share .sf-Share-A {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    border-radius: 20px;
    height: 40px;
}

.sf-hb-button .sf-hb-button-A {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sf-hb-button .sf-hb-button-B {
    position: relative;
    display: block;
}

.sf-HerouselBaseTemplate-A .sf-HerouselBaseTemplate-B .sf-HerouselBaseTemplate-C .sf-HerouselBaseTemplate-D .sf-HerouselBaseTemplate-F {
    margin-top: 8px;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: .33px;
    max-height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -moz-line-clamp: 2;
    box-orient: vertical;
    -webkit-box-orient: vertical;
}

.sf-HerouselBaseTemplate-A .sf-HerouselBaseTemplate-B .sf-HerouselBaseTemplate-C .sf-HerouselBaseTemplate-D .sf-HerouselBaseTemplate-I {
    margin-top: 8px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: .34px;
    max-height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -moz-line-clamp: 2;
    box-orient: vertical;
    -webkit-box-orient: vertical;
}

.sf-HerouselBaseTemplate-A .sf-HerouselBaseTemplate-B .sf-HerouselBaseTemplate-C .sf-HerouselBaseTemplate-G {
    font-size: 14px;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -o-border-radius: 24px;
    -webkit-border-radius: 24px;
    -ms-webkit-radius: 24px;
    zoom: 1;
    font-weight: 600;
    color: #fff;
    line-height: 1.14;
    letter-spacing: -.26px;
    margin: 0 auto;
    padding: 12px 24px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 300px;
    white-space: nowrap;
}

.sf-HerouselBaseTemplate-A .sf-HerouselBaseTemplate-B .sf-HerouselBaseTemplate-H {
    position: relative;
    padding: 4px;
    width: 530px;
}

.sf-hb-placeholder-frame.sf-hb-placeholder-frame-A {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.sf-hb-placeholder-frame.sf-hb-placeholder-frame-A .sf-hb-placeholder-frame-B {
    position: relative;
    display: block;
    content: "";
}

.sf-hb-placeholder-frame.sf-hb-placeholder-frame-A .sf-hb-placeholder-frame-C>*:only-child {
    height: 100%;
}

.sf-hb-image-view-A4 .sf-hb-image-view-B {
    display: block;
    width: 100%;
    height: auto;
}

.sf-herouselContent-C button-x {
    width: 56px;
    height: 40px;
    position: relative;
    display: block;
    overflow: hidden;
}

.sf-herouselContent-A .sf-herouselContent-D .sf-herouselContent {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    background-color: #ddd;
}

.sf-herouselContent-A .sf-herouselContent-D .sf-herouselContent picture {
    border-radius: 8px;
    overflow: hidden;
}

.sf-herouselContent-A .sf-herouselContent-D .sf-herouselContent img,
.sf-herouselContent-A .sf-herouselContent-D .sf-herouselContent source {
    margin-left: -7.89px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: auto !important;
    max-width: 71px;
}

.mobile-slider {
    margin: auto;
    border-radius: 10px;
    margin-top: -8px;
    margin-bottom: 8px;
    height: 200px;
}

.mobile-slider a {
    display: none;
}

.mobile-slider a:first-of-type {
    padding: 0 10px 0 10px;
    display: block;
}

.mobile-slider div a {
    padding: 0 !important;
}

.mobile-slider img {
    width: 100%;
    border-radius: 10px;
    height: 189px;
}

.storie .slick-slide {
    padding: 0 !important;
}

@media only screen and (max-width: 282px) {
    .mobile-slider {
        height: 135px;
    }

    .mobile-slider img {
        width: 100%;
        border-radius: 10px;
        height: 130px;
    }
}

@media (min-width: 820px) and (max-width: 920px) {

    .mobile-slider,
    .mobile-slider img {
        height: 300px;
    }
}

@media (min-width: 921px) and (max-width: 1200px) {

    .mobile-slider,
    .mobile-slider img {
        height: 300px;
    }
}

.slider-content .slider-row:not(:first-of-type) {
    display: none !important;
}

.slider-content.slick-initialized .slider-row:not(:first-of-type) {
    display: initial !important;
}

.offcanvas-start {
    width: 300px !important;
}

.header-menu-drawer-item {
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    width: 100%;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 18px;
    color: #fefefe;
    background: #ffffff05;
    margin: 10px 0;
    text-transform: uppercase;
    display: flex;
    justify-content: flex-start;
    font-weight: 700;
    padding: 0 15px;
    line-height: 20px;
    border-radius: 8px;
}

.header-menu-drawer-item span {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    padding-right: 35px;
    line-height: 19px;
    overflow: hidden;
}

.grecaptcha-badge {
    visibility: hidden;
}

.slider-banners {
    margin-left: 5px;
    width: 400px;
    max-width: 400px;
    height: 388px;
    display: flex;
    flex-direction: column;
    flex: 1 1;
    gap: 4px;
}

.slider-banners .slider-banner {
    transition: all 0.3s;
}

.slider-banners .slider-banner:hover {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
}

.slider-banners .slider-banner img {
    width: 100%;
    height: 192px;
    object-fit: cover;
    border-radius: 4px;
}

.modal-body input,
.modal-body select,
.modal-body textarea {
    background-color: #ffffff0d !important;
    border-color: #ffffff0d !important;
    color: #bebebe !important;
}

.btn-new {
    background-color: #79219f !important;
    border-color: #79219f !important;
    color: #fff !important;
}

.btn-new:hover {
    background-color: #551570 !important;
    border-color: #551570 !important;
    color: #fff !important;
}

.btn-cancel {
    background-color: #1c1c1c !important;
    border-color: #1c1c1c !important;
    color: #fff !important;
}

.btn-cancel:hover {
    background-color: #262626 !important;
    border-color: #262626 !important;
    color: #fff !important;
}

.btn-close {
    filter: invert(1);
}

.select2-container--default .select2-selection--single {
    /* background-color: #421c53 !important; */
    border: 1px solid #411d52 !important;
}

.modal-footer {
    border-top: 1px solid #531a5c;
    background: #37123d;
}

.modal-header {
    background: #37123d;
    border-bottom: 1px solid #531a5c;
}

.card {
    background-color: #46254d;
}

.box-shadow {
    box-shadow: 7px 7px 15px -5px #0000008c !important;
    border: 1px solid #604e74;
}

.form-control {
    border: 1px solid #474747;
    background-color: #ffffff0d;
    color: #fff;
}

.form-control:focus {
    border: 1px solid #ffffff;
    background-color: #ffffff0d;
    color: #fff;
}

.modal-body input,
.modal-body select,
.modal-body textarea,
.modal-body .select2 .select2-selection {
    border-color: transparent !important;
}

.bg-light {
    background: #1d1d1d !important
}

.border-top {
    border-top: 1px solid #474747 !important;
}

.form-bg {
    border: 1px solid #ffffff0d;
    color: #bebebe;
}

.border-bottom {
    border-bottom: 1px solid #474747 !important;
}

.select2-dropdown {
    background-color: #411d52 !important;
    border: 1px solid #6c3685 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #d1d1d1 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #3a3a3a !important;
    background: #ffffff0d !important;
    color: #bebebe !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5662ed !important;
    color: white !important;
}

option {
    background: #3b234c !important;
}

.select2-results__option--selectable {
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
}

.select2-container--default .select2-results__option--selected {
    background-color: #6f79e8 !important;
}

::selection {
    color: #000;
    background: #ffe132;
}

::-webkit-scrollbar-track {
    background: #000;
}

::-webkit-scrollbar-thumb {
    background: #8b19e9;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.alert-warning {
    color: #debb55;
    background-color: #f6d60512;
    border-color: #b1954552;
}

.alert-success {
    color: #a6ffd5;
    background-color: #00d37333;
    border-color: #10fd915c;
}

.alert-danger {
    color: #e17d86;
    background-color: #ff001717;
    border-color: #8f61669c;
}

.alert-info {
    color: #8dd6e4;
    background-color: #27adca45;
    border-color: #18b1d16e;
}

.btn-warning {
    color: #fff !important;
    background-color: #ffcd392b !important;
    border-color: #ffc7206e !important;
}

.btn-warning:hover {
    color: #fff !important;
    background-color: #ffcd3952 !important;
    border-color: #ffc7206e !important;
}

.btn-primary {
    color: #000;
    background-color: #fdc500;
    border-color: #fdc500;
    font-weight: 600;
}

.btn-primary:hover {
    color: #000;
    background-color: #c59a00;
    border-color: #c59a00;
    font-weight: 600;
}

.modal-body input,
.modal-body select,
.modal-body textarea,
.modal-body .select2 .select2-selection {
    font-weight: 600;
}

.iti__country-list {
    background-color: #36213a !important;
    font-weight: 600;
}

.iti--inline-dropdown .iti__dropdown-content {
    position: absolute;
    z-index: 2;
    margin-top: 3px;
    margin-left: calc(var(--iti-border-width)* -1);
    border: var(--iti-border-width) solid #36213a;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.pending_el {
    color: #d8d8d8 !important;
    background-color: #310338 !important;
}

.offcanvas {
    transition: all ease-in-out .4s;
    overflow: hidden;
    width: 100%;
    max-width: 80%;
    background: linear-gradient(324.27deg, rgba(44, 0, 64, .5) 0, rgba(81, 40, 99, .5) 98.33%);
    border-right: 1px solid #2c1f36;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    padding: 30px;
    color: #fff;
}

.offcanvas-backdrop.fade {
    margin: auto;
    background-color: #12161c;
    z-index: 999;
    transition: all ease 20ms;
    left: 0;
    top: 0;
    position: fixed;
    right: 0;
    bottom: 0;
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fade {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes fade {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.back-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 400px;
    z-index: -1;
    background-size: cover;
    background-position: top center;
    opacity: 0.15;
    transition: all 0.5s ease;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.back-image:after {
    content: '';
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(50, 2, 57, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(50, 2, 57, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(50, 2, 57, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#292c34", GradientType=1);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.back-image:before {
    content: '';
    background: rgb(50, 2, 57);
    background: -moz-radial-gradient(circle, rgba(50, 2, 57, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(50, 2, 57, 1) 100%);
    background: -webkit-radial-gradient(circle, rgba(50, 2, 57, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(50, 2, 57, 1) 100%);
    background: radial-gradient(circle, rgba(50, 2, 57, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(50, 2, 57, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#292c34", endColorstr="#292c34", GradientType=1);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.ilan-item .product-image {
    object-fit: cover !important;
}

.ilan-item .pimg-base {
    height: 170px !important;
    border-radius: 12px;
}

.product-item.ilan-item {
    border-radius: 12px !important;
}

.product-item.ilan-item .seller-amblems {
    position: absolute;
    right: 5px;
    margin-top: -15px;
}

.ilan-foot {
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}

.slick-slide .product-item.ilan-item img {
    display: initial !important;
}

.product-item.ilan-item .ilan-card-title {
    display: inline-block;
    width: calc(100% - 20px);
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    text-align: center;
    margin: 10px 10px 0px 10px;
}

@media (min-width: 300px) and (max-width: 519px) {
    .product-item.ilan-item {
        width: calc(calc(100vw / var(--var-body-zoom)) * 0.55) !important;
    }
}

@media (min-width: 520px) and (max-width: 720px) {
    .product-item.ilan-item {
        width: calc(calc(100vw / var(--var-body-zoom)) * 0.37) !important;
    }

    .header-menu-drawer-item span {
        color: #ffffff !important;
    }

    .notification-box .message-content .message-title {
        color: #ffffff !important;
    }

    .footer-base-nav .row {
        justify-content: center;
    }
}

.inline-platform-list {
    display: flex;
    gap: 2px;
    flex-wrap: wrap;
    justify-content: end;
    height: 50px;
    overflow: hidden;
}

.table {
    color: #b2b2b2;
    border-color: #464646;
}

.live {
    position: absolute;
    width: 35px;
    height: 35px;
    text-align: center;
    background: linear-gradient(to bottom, #ffffff, #ffffff);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2);
    animation: beat 1.5s ease 0s infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -2px;
    right: -7px;
}

.live span {
    font-size: 20px;
    color: #33a64b;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
}

.live:before,
.live:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    opacity: 0.4;
    border-radius: inherit;
}

.live:before {
    z-index: -2;
    animation: beat-before 1.5s ease 100ms infinite;
}

.heart:after {
    z-index: -1;
    animation: beat-after 1.5s ease 200ms infinite;
}

@keyframes beat {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

@keyframes beat-before {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }
}

@keyframes beat-after {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }
}

.ql-video {
    width: 100%;
    height: 430px;
}

.header-menu .row .col-lg-24 {
    border-radius: 4px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(270deg, #aa76b382 0, #552d5e 98.87%);
    margin: 20px 0 0 0;
    border: 1px solid #58396a;
}


.slider_bottom_boxes {
    margin: 50px 0;
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.slider_bottom_boxes ul {
    background: linear-gradient(270deg, #5d007d 0, #730064 98.87%);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding-left: 0;
    padding: 10px 50px
}

.slider_bottom_boxes ul li {
    display: flex;
    align-items: center
}

.slider_bottom_boxes ul li .ico {
    color: #dac1e7;
    font-size: 40px
}

.slider_bottom_boxes ul li .right-text {
    margin-left: 10px
}

.slider_bottom_boxes ul li .right-text .text1 {
    color: #dcc0e6;
    font-size: 14px;
    font-weight: 700
}

.slider_bottom_boxes ul li .right-text .text2 {
    color: #ce7fea;
    font-size: 10px
}

@media screen and (max-width: 800px) {
    .slider_bottom_boxes {
        display: none;
    }

    .storie {
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

.home-section-row {
    height: 70px;
    background: linear-gradient(270deg, rgba(49, 0, 58, 0) 59.73%, #4f065c 100%);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: bolder;
    padding-left: 25px !important;
}

.footer-top .n_ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0
}

.footer-top .n_ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 19%
}

.footer-top .n_ul li .image {
    margin-bottom: 20px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-top .n_ul li .image img {
    width: 50%;
    margin: auto
}

.footer-top .n_ul li .text1 {
    margin-bottom: 5px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    height: 35px
}

.footer-top .n_ul li .text2 {
    color: #fff;
    font-size: 14px;
    height: 40px;
    text-align: center
}

.storylist {
    justify-content: center;
}

.storylist .slick-track {
    margin-left: auto;
    margin-right: auto;
}

.slider-style .product-item .product-card-bottom {
    height: auto !important;
}

.slider-style .product-hover {
    display: none !important;
    visibility: hidden !important;
}

.slider-style .top-product .product-item .product-card-bottom {
    height: auto;
}

.slider-style .product-base.px-3 .product-item:hover .product-detail {
    background-color: transparent !important;
}

.product-top .slick-track {
    display: flex !important;
    gap: 10px !important;
}

.product-top .slick-track:before,
.product-top .slick-track:after {
    content: unset !important;
}

.shroom-style-0 {
    flex-wrap: nowrap !important;
}

.shroom-style-1 {
    flex-wrap: wrap !important;
    margin: auto;
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.shroom-style-1 .product-base {
    flex-basis: auto;
}

@media only screen and (max-width: 768px) {
    .shroom-style-0 {
        margin: auto;
    }

    .slider-style .slick-prev:not(.slider-nav .slick-prev) {
        left: 3px !important;
    }

    .slider-style .slick-next:not(.slider-nav .slick-next) {
        right: 6px !important;
    }

    .footer-top .n_ul li .text1 {
        margin-bottom: 5px;
        color: #fff;
        font-size: 10px;
        font-weight: 700;
        height: 35px
    }

    .footer-top .n_ul li .text2 {
        color: #fff;
        font-size: 9px;
        height: 40px;
        text-align: center
    }
}


.trustpilot-body {
    background-color: #fff;
    color: #212121;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    position: relative;
    width: 100%;
}

.trustpilot-body .container-fluid {
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100%;
}

.trustpilot-body .container-fluid .trustpilot-left,
.trustpilot-body .container-fluid .trustpilot-right {
    display: flex;
    flex-direction: row;
    gap: 6px;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
}

.trustpilot-body .container-fluid .trustpilot-left i,
.trustpilot-body .container-fluid .trustpilot-right i {
    font-size: 18px;
    margin-top: 3px;
}

.trustpilot-body svg {
    color: #333;
    font-weight: 400;
    height: 10px;
    margin-top: 1px;
    width: 14px;
}

@media only screen and (max-width: 768px) {
    .trustpilot-body .container-fluid {
        justify-content: center;
    }

    .trustpilot-body .container-fluid .trustpilot-left,
    .trustpilot-body .container-fluid .trustpilot-right {
        display: none;
    }
}

.tooltip.show {
    transition: none !important;
    opacity: 1 !important;
}

.trustpilot-widget {
    min-width: 50%;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem;
}

.form-control::placeholder {
    color: #bebebe;
}

.form-control::-moz-placeholder {
    color: #bebebe;
}

.form-control::-webkit-input-placeholder {
    color: #bebebe;
}

input::file-selector-button {
    background-color: #3945b4 !important;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 2;
    transition: all 0.15s;
}

input::file-selector-button:hover {
    background-color: #505cc9 !important;
    transition: all 0.15s;
}

.modal-fraud p {
    font-size: 16px;
}

.modal-fraud .label {
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 6px;
    border-bottom: 2px solid #4c4d53;
}

.modal-fraud .payment-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    background: #00000038;
    border-radius: 6px;
    padding: 5px 13px 5px 5px;
}

.modal-fraud .payment-info div {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
}

.modal-fraud .payment-info div img {
    height: 32px;
    background-color: #000;
    border-radius: 6px;
}

.modal-fraud .fields a {
    font-size: 14px;
    display: block;
    height: auto;
    padding: 10px;
    transition: all 0.15s ease-in-out;
}

.modal-fraud .fields a:hover {
    transition: all 0.15s ease-in-out;
}

.fit img {
    object-fit: contain !important;
    padding: 10px !important;
    background: #272a33 !important;
}

.info-box {
    background-color: black;
    background: linear-gradient(45deg, black, transparent);
    border-radius: 6px;
    padding: 10px 15px;
    margin-bottom: 12px;
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 8px;
    align-items: start;
    color: #ffffff;
}

.info-box i {
    font-size: 20px;
}

.info-box h4 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 14px;
    margin: 0;
}

.info-box a {
    font-weight: 600;
    color: #adb4ff;
    transition: color 0.15s;
}

.info-box a:hover {
    transition: color 0.15s;
    color: #dbdeff;
}

.category_dropdown_menu {
    -webkit-text-fill-color: initial;
    border: 0;
    width: 100%;
    padding: 10px;
    background: linear-gradient(184deg, #330733, #4c104a);
    border-radius: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 0;
}

.dropdown:not(.vertical) .category_dropdown_menu {
    transform: unset !important;
    top: 69px !important;
}

.vertical .category_dropdown_menu {
    -webkit-text-fill-color: initial;
    border: 0;
    padding: 10px;
    border-radius: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 0;
    width: auto;
    top: 0 !important;
    left: -9px !important;
}

.vertical .menu-grid-items {
    flex-direction: column;
    gap: 0;
}

.vertical .menu-grid-items .menu-grid-item {
    justify-content: center;
    padding: 6px;
    transition: all .1s;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
}

.vertical .menu-grid-item a {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    padding-right: 15px
}

.vertical .menu-grid-item img {
    width: 32px;
    height: 32px;
    object-fit: cover;
}

.vertical .menu-grid-item span {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 14px;
}

.dropdown.list .menu-grid-items {
    gap: 0.5rem;
}

.dropdown.list .menu-grid-item {
    width: calc((100% - 2.5rem) / 6);
    background: #664673;
    padding: 3px;
}

.dropdown.list .menu-grid-item:hover {
    background: #705285;
}

.dropdown.list .menu-grid-item a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.5rem;
}

.dropdown.list .menu-grid-item a img {
    width: 40px;
    height: 40px;
    margin: 0;
}

.dropdown.list .menu-grid-item span {
    text-align: left;
    color: #ffffff;
}

.category_dropdown_menu ul {
    flex-direction: column;
    overflow: hidden;
}

.category_dropdown_menu ul li {
    align-items: center;
    justify-content: start;
    text-align: left;
    padding: 8px;
    margin: 0;
    border-bottom: 2px solid #80808026;
}

.category_dropdown_menu ul li a {
    padding: 0 !important;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
}

.category_dropdown_menu ul li img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 6px;
    margin-right: 6px;
}

.category_dropdown_menu ul li:before {
    bottom: 10px;
    right: -81px;
    width: 154px;
    border-radius: 0;
}

.menu-grid-items {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.menu-grid-item {
    justify-content: center;
    padding: 6px;
    transition: all 0.1s;
    width: calc(10% - 6px);
    border-radius: 6px;
    cursor: pointer;
}

.menu-grid-item:hover {
    background-color: #320632;
    transition: all 0.1s;
}

.menu-grid-item img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    margin-bottom: 5px;
}

.menu-grid-item span {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    color: #c2c9dc;
    font-size: 13px;
    text-align: center;
}

.category_dropdown_menu:before {
    width: 102% !important;
    height: 107% !important;
    top: -3px !important;
    left: -12px !important;
}

.tooltip.show {
    pointer-events: none !important;
}

.top-link.balance-link {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #552f5e;
    padding: 5px 5px 5px 5px;
    border-radius: 25px;
    margin: -5px 0;
}

.balance-link span {
    color: #eebdff;
    font-weight: 600;
    font-size: 12px;
}

.top-navigation .balance-link a {
    border-radius: 999px;
    background: #2b012f;
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    margin: -2px 0;
}

header .balance-link a i,
.sticky-header .balance-link a i {
    color: #91ff91;
}

.top-navigation .balance-link .hide-balance {
    cursor: pointer;
    transition: all 0.1s;
    border-radius: 999px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    margin: -2px 0 0 0;
}

.top-navigation .balance-link .hide-balance i {
    padding-top: 2px;
}

.top-navigation .balance-link .hide-balance:hover {
    transition: all 0.1s;
    background: #3b404f70;
}

.blurred {
    filter: blur(4px);
}

.swal-terms {
    max-height: 250px;
    overflow-y: scroll;
    padding: 6px;
    font-size: 14px;
}

.profile-nav ul li img {
    width: 24px;
    height: 24px;
    margin-right: 16px;
    object-fit: contain;
}

.profile-nav .nav>li>a {
    align-items: center;
}

.modal .product-required {
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 6px;
    background: #222225;
    padding: 6px;
    margin-bottom: 12px;
}

.modal .product-required img {
    display: block;
    height: 50px;
    object-fit: contain;
    border-radius: 6px;
    aspect-ratio: 0.82 / 1;
}

.modal .product-required .product-texts {
    display: flex;
    flex-direction: column;
    max-width: 75%;
}

.modal .product-required .product-texts h5 {
    font-size: 16px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    text-wrap: nowrap;
}

.modal .product-required .product-texts span {
    font-size: 13px;
    color: #b8ffc4;
}

.top-product .product-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image span {
    font-size: 16px;
    text-align: center;
    margin: 0 8px;
    font-weight: 600;
}

.modal-backdrop {
    width: calc(100vw / var(--var-body-zoom)) !important;
    height: calc(100vh / var(--var-body-zoom)) !important;
}


.ilan-category-search-text {
    display: inline-flex;
    flex-direction: column;
    line-height: 1.2;
}

.ilan-category-search-text p {
    margin: 0;
    font-size: 12px;
    color: #5a5a5a;
}

.search-flex {
    display: flex;
    align-items: center;
    gap: 6px;
}

/** SWITCH CSS **/
.switch input {
    display: none;
}

.switch {
    display: inline-block;
    width: 40px;
    height: 20px;
    position: relative;
    background-color: #EEEEEE;
    border-radius: 30px;
}

.switch.flat .slider {
    box-shadow: none;
}

.switch.flat .slider:before {
    background: #fff;
}

.switch.flat input:checked+.slider:before {
    background: white;
}

.switch.flat input:checked+.slider {
    background: limeGreen;
}

.top-link .switch,
.top-link .switch__input {
    display: block;
    -webkit-tap-highlight-color: transparent;
}

.top-link .switch {
    margin: auto;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transform: scale(1.4);
    background-color: transparent;
}

.top-link .switch__icon {
    color: hsla(223, 10%, 80%);
    pointer-events: none;
    position: absolute;
    top: 5.5px;
    left: 5.5px;
    width: 0.75em;
    height: 0.75em;
    transition:
        color 0.3s,
        transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.top-link .switch__icon:nth-of-type(2) {
    right: 5.5px;
    left: auto;
}

.top-link .switch__inner,
.top-link .switch__inner-icons {
    border-radius: 99px;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 4px;
    left: 5px;
    width: 30px;
    height: 1em;
}

.top-link .switch__inner:before,
.top-link .switch__inner-icons {
    transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transform: translateX(-1.25em);
}

.top-link .switch__inner:before {
    background-color: hsl(223, 90%, 50%);
    border-radius: inherit;
    content: "";
    display: block;
    width: 92%;
    height: 100%;
}

.top-link .switch__inner-icons {
    pointer-events: none;
}

.top-link .switch__inner-icons .switch__icon {
    color: hsl(0, 0%, 100%);
    top: 0.125em;
    left: 0.125em;
    transform: translateX(1.25em);
}

.top-link .switch__inner-icons .switch__icon:nth-child(2) {
    right: 0.125em;
    left: auto;
}

.top-link .switch__input {
    background-color: hsl(0, 0%, 100%);
    border-radius: 10px;
    box-shadow:
        0 0 0 0.0625em hsla(223, 90%, 50%, 0),
        0 0.125em 0.5em hsla(223, 10%, 10%, 0.1);
    outline: transparent;
    width: 40px;
    height: 20px;
    -webkit-appearance: none;
    appearance: none;
    transition:
        background-color 0.3s,
        box-shadow 0.3s;
}

.top-link .switch__input:checked {
    background-color: hsl(223, 10%, 10%);
}

.top-link .switch__input:checked~.switch__icon {
    color: hsla(223, 10%, 40%);
}

.top-link .switch__input:checked~.switch__inner:before,
.top-link .switch__input:checked~.switch__inner-icons {
    transform: translateX(16px);
    width: 71%;
}

.top-link .switch__input:not(:checked)~.switch__icon:first-of-type,
.top-link .switch__input:checked~.switch__icon:nth-of-type(2) {
    transform: rotate(360deg);
}

.top-link .switch__input:checked~.switch__inner-icons .switch__icon:first-of-type {
    transform: translateX(-1.25em) rotate(-360deg);
}

.top-link .switch__input:checked~.switch__inner-icons .switch__icon:nth-of-type(2) {
    transform: translateX(-1.25em) rotate(360deg);
}

.top-link .switch__input:focus-visible {
    box-shadow:
        0 0 0 0.0625em hsla(223, 90%, 50%, 1),
        0 0.125em 0.5em hsla(223, 10%, 10%, 0.1);
}

.top-link .switch__sr {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
}

.only-mobile {
    display: none !important;
}

.mobile-balance {
    display: none !important;
}

@media only screen and (max-width: 992px) {
    .only-mobile {
        display: initial !important;
    }

    .mobile-balance {
        display: flex !important;
    }
}

.rate-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.rate-title h5 {
    margin: 0;
    font-size: 17px;
}

[data-star-rating] .gl-star-rating--stars[aria-label]:before {
    transform: rotate(180deg) translateX(-6px) translateY(-10px) !important;
}

[data-star-rating] .gl-star-rating--stars[aria-label]:after,
[data-star-rating] .gl-star-rating--stars[aria-label]:before {
    right: 106%;
    left: unset !important;
}

@media only screen and (max-width: 992px) {
    .rate-title {
        justify-content: end;
    }

    .rate-title h5 {
        display: none !important;
    }
}

#add-comment .redirect-modal-product-info {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#add-comment .comment-gift-box {
    padding: 8px;
    display: flex;
    gap: 0.5rem;
    font-size: 13px;
    border-bottom: 1px solid var(--var-product-card-border);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#add-comment .comment-gift-box .comment-gift-box-text {
    display: flex;
    flex-direction: column;
}

#add-comment .comment-gift-box .comment-gift-box-text .comment-gift-amount {
    font-weight: 600;
}

.product-vertical {
    display: flex;
}

.product-price .discount-amount-container .discount-amount-new {
    font-size: 16px;
    line-height: normal;
}

.static-page-main .hero {
    background-color: #3d0854 !important;
}

.form-check-input:checked {
    background-color: #79219f;
    border-color: #79219f;
}

.form-floating>.form-control:not(:placeholder-shown)~label::after {
    background-color: #553369;
}

.form-floating>.form-control:not(:placeholder-shown)~label {
    color: #fff !important;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-color: #2b0043;
    background: #2d0042;
}

@media only screen and (max-width: 768px) {
    .shroom-style-1 {
        flex-wrap: nowrap !important;
    }

    .shroom-style-1 .product-base {
        flex-basis: content;
    }

    .top-product .product-image {
        object-fit: cover;
    }
}

.whatsapp-widget-toggle {
    background: #00C962;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    padding: 0.75rem;
    position: fixed;
    bottom: 60px;
    right: 35px;
    z-index: 9999999;
    border-radius: 999px;
    box-shadow: 0 2px 3px #00000066;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.whatsapp-widget-toggle svg {
    fill: #fff;
    color: #fff;
    width: 100%;
    height: 100%;
}

.whatsapp-widget {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 99999;
    bottom: 110px;
    right: 40px;
    border-radius: 12px;
    box-shadow: 0 3px 8px #0000002e;
    max-width: 360px;
}

.whatsapp-widget .wp-chat-head {
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    padding: 10px;
    gap: 0.5rem;
}

.whatsapp-widget .wp-chat-head .wpc-avatar {
    width: 45px;
    height: 45px;
    border-radius: 999px;
    position: relative;
    overflow: hidden;
}

.whatsapp-widget .wp-chat-head .wpc-avatar img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.whatsapp-widget .wp-chat-head .wpc-sender {
    display: flex;
    flex-direction: column;
}

.whatsapp-widget .wp-chat-head .wpc-sender .wpc-sender-name {
    font-weight: 600;
    font-size: 18px;
}

.whatsapp-widget .wp-chat-head .wpc-close {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 32px;
    height: 32px;
    outline: none;
    border: 0;
    border-radius: 999px;
    transition: all 0.15s;
}

.whatsapp-widget .wp-chat-head .wpc-close:hover {
    background: #d4d4d4;
}

.whatsapp-widget .wp-chat-body {
    position: relative;
    background-color: rgba(230, 221, 212, 1);
    padding: 1.75rem;
}

.whatsapp-widget .wp-chat-body:before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url(https://assets.hyperteknoloji.com/images/whatsapp.png);
}

.whatsapp-widget .wp-chat-body .wpc-message {
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    transform-origin: center top;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    max-width: calc(100% - 45px);
    transition: margin-left 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
}

.whatsapp-widget .wp-chat-body .wpc-message:before {
    position: absolute;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}

.whatsapp-widget .wp-chat-body .wpc-message .wpc-message-sender {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.whatsapp-widget .wp-chat-body .wpc-message .wpc-message-text {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    margin-bottom: 0;
    color: rgb(17, 17, 17);
}

.whatsapp-widget .wp-chat-body .wpc-message .wpc-message-date {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    display: block;
}

.whatsapp-widget .wp-chat-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.whatsapp-widget .wp-chat-footer a {
    padding: 8px 12px;
    border-radius: 24px;
    border: none;
    background: rgb(0, 201, 98);
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    transition: all 0.15s;
}

.whatsapp-widget .wp-chat-footer a:hover {
    background: rgb(49 218 132);
}

.whatsapp-widget .wp-chat-footer svg {
    width: 16px;
    height: 16px;
    margin-right: 0.5rem;
}

.modal .timer {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.page-seo-content p {
    margin-bottom: 0;
}

.modal .timer .time-count {
    font-size: 24px;
    font-weight: 600;
    background: var(--var-product-card-border);
    padding: 8px 15px;
    border-radius: 8px;
    width: 58px;
    text-align: center;
}

.modal .timer .time-sep {
    font-size: 24px;
    font-weight: 600;
    line-height: 2;
    margin: 0 5px;
}

@media only screen and (max-width: 992px) {
    .whatsapp-widget-toggle {
        width: 60px;
        height: 60px;
        bottom: 165px;
        right: 23px;
    }

    .whatsapp-widget-toggle.only-desktop {
        display: none !important;
    }

    .whatsapp-widget {
        margin: 0 20px;
        max-width: unset !important;
        bottom: 235px;
        right: unset;
    }
}

.footer-brand-container .footer-brand-item {
    padding: 10px;
    margin: 0 6px;
    border: 1px solid #5b3968;
    border-radius: 6px;
    transition: all 0.15s ease 0s;
    cursor: pointer;
}

.footer-brand-container .footer-brand-item:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

.footer-brand-container .footer-brand-item .footer-brand-wrapper {
    display: block;
    height: 100%;
    width: 100%;
}

.footer-brand-container .footer-brand-item .footer-brand-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.promo-banner {
    display: flex;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    flex-direction: column;
    position: fixed;
    width: 300px;
    bottom: 1rem;
    left: 1rem;
    z-index: 10;
}

.promo-banner button {
    text-transform: uppercase;
}

.promo-banner .promo-wrapper {
    padding: 20px;
    display: none;
}

.promo-banner .promo-wrapper.show {
    display: block;
}

.promo-banner .promo-popup-toggle {
    display: block;
}

.promo-banner .promo-popup-toggle button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.promo-banner .promo-popup-toggle button span {
    flex-shrink: 0;
    width: 100%;
}

.promo-banner .promo-popup-toggle button i {
    width: 100%;
    text-align: end;
    margin-right: 1rem;
}

.promo-banner h2 {
    font-size: 16px;
    margin: 0 0 10px;
}

.promo-banner .promo-code {
    display: flex;
    margin: 10px 0;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px dashed #bdbfd4;
    font-weight: bold;
    justify-content: center;
}

.promo-banner .link {
    display: block;
    margin-top: 10px;
    color: #00a2e8;
    font-size: 12px;
    text-decoration: none;
}

.promo-banner .link:hover {
    text-decoration: underline;
}

.promo-banner .promo-button-area {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.promo-banner .promo-checkbox {
    display: flex;
    justify-content: center;
    font-size: 14px;
    gap: 0.5rem;
}

@media only screen and (max-width: 992px) {
    .promo-banner {
        bottom: 5rem;
        width: auto;
        max-width: calc(100vw - 2rem);
    }

    .promo-banner .promo-wrapper {
        padding: 10px;
    }

    .promo-banner button {
        font-size: 12px;
    }
}

.page-result {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 2rem;
    margin: 1rem auto;
    border-radius: 8px;
    gap: 2rem;
    font-size: 18px;
}

.page-result .result-message {
    text-align: center;
}

body {
    color-scheme: dark;
}

.image-only-light {
    pointer-events: none;
}

.image-only-dark {
    display: none !important;
    pointer-events: none;
}

.payment-method {
    position: relative !important;
    padding-bottom: 30px !important;
}

.payment-method .method-comission {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff14;
    margin: 0;
    padding: 0.3rem;
    font-weight: 600;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.payment-method .method-comission i {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    background: transparent;
    opacity: 1;
    border: 0;
    font-size: 13px;
    color: inherit;
    border-radius: 0;
    padding: 0;
    margin-right: 5px;
}

body.light-theme {
    color-scheme: light;
}

.page-seo-content {
    overflow-y: auto;
    max-height: 200px;
    padding: 1rem;
    border-radius: 8px;
}

body.dark-theme {
    color-scheme: dark;
}

.require-wrapper {
    position: relative;
}

.id-checking {
    position: absolute;
    right: 0;
    padding: 0.3rem 0.4rem;
    background: #ffffff;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 12px !important;
    color: #000000;
    top: -5px;
    font-weight: 500;
    font-size: 14px;
}

.id-checking svg {
    stroke: #6242fc;
    width: 16px;
    height: 16px;
}

.id-checking .icon-loader {
    transform-origin: center;
    animation: rotate-frames-data 2s linear infinite;
}

.id-checking .icon-loader circle {
    stroke-linecap: round;
    animation: cicle-frames-data 1.5s ease-in-out infinite
}

.p-info-container-area {
    position: absolute;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    padding: 8px;
    pointer-events: none;
}

.p-info-container span {
    font-size: 10px;
    line-height: 9px;
    text-align: initial;
    width: 48px;
    font-weight: 600;
}

.p-info-container .p-info {
    display: flex;
    align-items: center;
    gap: 3px;
    border-radius: 4px;
    padding: 2px 2px 2px 5px;
}

.p-info-container .p-info .badge-icon {
    width: 20px;
}

.p-info-container.for-discount {
    position: absolute;
    left: 0;
    bottom: -20px;
}

.p-info-container.for-discount .p-info {
    border-radius: 0;
    padding: 4px 5px;
    box-shadow: 0 2px 5px #00000029;
}

.p-info-container.for-discount span {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    width: 34px;
}

.front-showroom-products.front-right-banner {
    flex-direction: row-reverse;
}

.modal-body .head-title {
    font-size: 24px;
    font-weight: 600;
    margin: 1rem auto;
    text-align: center;
    display: block;
}

.select2-container {
    display: block;
}

[data-otp-timer] {
    display: flex;
    margin: 1rem auto;
    align-items: center;
    justify-content: center;
}

[data-otp-timer] span {
    font-size: 22px;
    font-weight: 600;
    padding: 4px 15px;
    background: #0000002b;
    text-align: center;
    border-radius: 999px;
    margin: 0;
    width: 65px;
}

[data-otp-timer] span:nth-child(1) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 1.5px solid #00000024;
}

[data-otp-timer] span:nth-child(2) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 1.5px solid #00000024;
}

[data-otp-input] {
    display: flex;
    align-items: stretch;
    gap: 0.5rem;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: stretch;
}

[data-otp-input] input {
    max-width: unset;
    width: 100%;
    aspect-ratio: 1.5;
    margin: 0;
    flex-grow: 1;
    flex-shrink: 1;
    display: block;
    text-align: center;
    font-size: 15px;
    padding: 0;
}

.cf-wrapper {
    display: none;
}

.cf-wrapper:not(:empty) {
    display: block;
    padding: 0.5rem;
    text-align: center;
}

.footer-middle {
    width: 100%;
}

.footer-middle .payment-methods {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    background: #00000021;
}

.footer-middle .payment-methods span {
    font-weight: 600;
    font-size: 14px;
}

.footer-middle .payment-methods .payment-method-images {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

.footer-middle .payment-methods .payment-method-images img {
    height: 28px;
}

@media only screen and (max-width: 992px) {
    .footer-middle .payment-methods .payment-method-images {
        flex-wrap: wrap;
    }
}

input.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.share-component-wrapper {
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    z-index: 999999;
    transition: opacity 0.5s ease-in-out, bottom 0.3s ease-in-out;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    opacity: 0;
}

.share-component-wrapper.active {
    bottom: 0;
    top: 0;
    opacity: 1;
}

.share-component-wrapper .share-close {
    display: none;
}

.share-component {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    color: #000;
    gap: 1rem;
}

.share-component .share-title {
    background-color: #F5F5F5;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    width: 100%;
}

.share-component .share-title .share-link {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-width: 0;
    max-width: 78vw;
}

.share-component .share-image-list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.share-component .share-image-list .image-component {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    overflow: hidden;
    padding: 2px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.share-component .share-image-list .image-component+.image-component {
    margin-left: -0.5rem;
}

.share-component .share-image-list .image-component img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 2px solid #e6e6e6;
    border-radius: 999px;
}

.share-component .share-image-list .image-component i {
    width: 100%;
    height: 100%;
    font-size: 13px;
    border: 2px solid #e6e6e6;
    border-radius: 999px;
    display: block;
    line-height: 23px;
    color: #a4a4a4;
}

.share-component .share-texts {
    display: flex;
    flex-direction: column;
}

.share-component .share-texts span {
    font-size: 11px;
}

.share-component .share-texts span:first-of-type {
    font-weight: 600;
}

.share-component .share-texts span .share-link {
    font-weight: 300;
}

.share-component .share-buttons {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
    gap: 1rem;
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 1rem;
}

.share-component .share-buttons .share-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.share-component .share-buttons .share-button i {
    font-size: 3rem;
}

.share-component .share-buttons .share-button span {
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .share-component-wrapper {
        background: unset;
    }

    .share-component-wrapper.active {
        bottom: unset;
        top: unset;
        transform: translate(70px, 7px);
        width: 450px;
        left: unset;
        right: unset;
        margin: auto;
        opacity: 1;
        height: auto;
        display: block;
        background: unset;
        border-radius: 12px;
        box-shadow: 0 2px 15px #00000021;
        position: absolute;
        z-index: 5;
    }

    .share-component {
        border-radius: 12px;
    }

    .share-component-wrapper .share-close {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        transform: translate(35%, -35%);
        border-radius: 999px;
    }

    .share-component .share-title .share-link {
        max-width: 90%;
    }
}

@media (max-width: 768px) {
    .share-component-wrapper.active {
        top: 0 !important;
        left: 0 !important;
    }
}

.bg-whatsapp {
    background: linear-gradient(to bottom, #4CF368, #00B500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.bg-facebook {
    background: #345A9B;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.bg-x {
    background: #000;
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    background-clip: text;
    color: #fff;
}

.share-component .share-others {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
    gap: 1rem;
    padding-bottom: 1rem;
}

.share-component .share-others .share-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.share-component .share-others .share-button i {
    font-size: 18px;
    background-color: #F4F4F4;
    padding: 0.7rem;
    border-radius: 8px;
}

.share-component .share-others .share-button span {
    margin: 0;
    padding: 0;
}

.share-component {
    background-color: #2e013c;
}

.share-component .share-title {
    background-color: #522d5c;
    color: #fff;
}

.share-component .share-others .share-button i {
    background-color: #522d5c;
}

.share-component .share-image-list .image-component i {
    background-color: #522d5c;
    color: #fff;
    border-color: #522d5c;
}

.share-component .share-buttons {
    border-bottom: 1px solid #522d5c;
}

.share-component .share-image-list .image-component img {
    border: 2px solid #522d5c;
}

@keyframes rotate-frames-data {
    to {
        transform: rotate(1turn);
    }
}

@keyframes cicle-frames-data {
    0% {
        stroke-dasharray: 0 150;
        stroke-dashoffset: 0
    }

    47.5% {
        stroke-dasharray: 42 150;
        stroke-dashoffset: -16
    }

    95%,
    to {
        stroke-dasharray: 42 150;
        stroke-dashoffset: -59
    }
}

.h-menu-mobile-icon {
    width: 24px;
    height: 24px;
    margin-right: 7px;
    object-fit: contain;
}

.header-menu .h-menu-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin-right: 5px
}

body.dark-theme .image-only-light {
    display: none !important;
}

body.dark-theme .image-only-dark {
    display: inline-block !important;
}
.footer-top .lang-down {
    display: none;
}

.offcanvas {
    background: #210b2a;
    padding: 0;
}

.header-menu-drawer-item {
    background: #210b2a;
    font-weight: 500;
    margin: 0;
}

.game-card {
    height: 100% !important;
    aspect-ratio: 1686 / 2280 !important;
}

.game-card:before {
    border-top-right-radius: 8px !important;
}