/* 
Theme Name: Keyzing Child
Template: hello-elementor
*/
body * {
    --background-transition: none !important;
    font-family: "Poppins", Sans-serif;
}

body.darkmode--activated .best-selling-section.e-con.e-parent {
    background: #101010;
}

body.darkmode--activated .product-cst-template {
    background: #000;
}

body.darkmode--activated .elementor-element.product-img-div.elementor-widget.elementor-widget-image {
    background: transparent;
}

.wpfFilterTitle i.fa.wpfTitleToggle {
    font-family: 'font awesome 6 free';
    font-weight: 600;
}

html ::-webkit-scrollbar {
    width: 5px;
    height: 4px;
}

html ::-webkit-scrollbar-track {
    background: #fff;
}

html ::-webkit-scrollbar-thumb {
    background: #454545;
    border-radius: 0px
}

html ::-webkit-scrollbar-thumb:hover {
    background: #ef8b0e;
}

.search-input {
    border-radius: 40px;
    background: #f1f2f3;
    display: flex;
    padding: 6px 14px;
    align-items: center;
}

.search-input img {
    width: 14px;
    height: 14px;
}

.search-title-text {
    width: 100%;
    border: 0;
    padding-left: 13px;
    background: transparent;
}

.search-input-text::placeholder {
    color: #3f444b;
}

.search-content {
    background: rgb(255, 255, 255);
    border-radius: 10px;
    border: 1px solid rgb(231, 231, 231);
    position: absolute;
    width: 100%;
    margin-top: 16px;
    z-index: 10;
}

.search-content ul {
    margin: 12px 1px 0px 0px;
    padding: 0px;
    max-height: 650px;
    overflow-y: auto;
}

.search-heading {
    font-size: 18px;
    padding: 0px 12px 12px;
    margin: 0px;
    font-weight: 600;
}

.search-content-ancher {
    padding: 10px 12px;
    display: flex;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    align-items: start;
}

.search-content-img {
    width: 68px;
}

.search-content-text {
    margin-left: 12px;
}

.search-content-text h2 {
    margin: 0 0 4px 0;
    font-size: 16px;
    font-weight: 600;
}

.global-search {
    display: flex;
    gap: 3px;
    margin-bottom: 2px;
    text-transform: uppercase;
    align-items: center;
    color: rgb(0, 0, 0);
    font-family: "Montserrat", Sans-serif;
    font-size: 13px;
    font-weight: 600;
}

.global-search span {
    height: 16px;
    width: 16px;
    vertical-align: middle;
    margin: 0px;
    position: relative;
    display: inline-block;
    background-image: url(/wp-content/uploads/2025/01/globle.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.global-price {
    display: flex;
    gap: 6px;
}

.global-price span {
    color: rgb(0, 0, 0);
    font-size: 17px;
    font-weight: 700;
}

.global-discount-section {
    display: flex;
    gap: 20px;
    align-items: center;
    color: #bdb3b3;
    font-size: 15px;
}

.global-discount {
    background: rgb(239 139 14);
    position: relative;
    height: 22px;
    display: flex;
    padding: 0px 8px 0px 0px;
    border-radius: 3px 4px 4px 3px;
    align-items: center;
    color: #fff;
}

.global-discount:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 0px 0px 0px 2px;
    background: rgb(239 139 14);
    z-index: 0;
    left: -7px;
    transform: rotate(45deg);
}

.global-discount p {
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    font-size: 14px;
    top: -1px;
}

.search-content ul::-webkit-scrollbar {
    width: 5px;
}

.search-content ul::-webkit-scrollbar-thumb {
    background: rgb(239 239 239);
    border-radius: 10px;
    border: none !important;
}

.search-content-ancher:hover {
    background: rgb(242, 242, 242);
}

form.ajax-search-form {
    width: 100%;
}

.header_select_box .is-form-style, .header_select_box form.woocommerce-currency-switcher-form a.dd-selected small, .header_select_box form.woocommerce-currency-switcher-form ul.dd-options li a small.dd-option-description.dd-desc {
    display: none;
}

.header_select_box form.woocommerce-currency-switcher-form a.dd-selected {
    padding: 0px;
    display: flex;
    color: #ef8b0e;
}

.header_select_box form.woocommerce-currency-switcher-form .dd-select {
    background: #f1f2f300 !important;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #aeaeae;
}

.header_select_box form.woocommerce-currency-switcher-form .dd-select span.dd-pointer-down {
    border-top-color: #ef8b0e;
}

.header_select_box form.woocommerce-currency-switcher-form .dd-select span.dd-pointer-up {
    border-bottom-color: #ef8b0e !important;
}

.header_select_box form.woocommerce-currency-switcher-form ul.dd-options {
    border-radius: 0px 0px 5px 5px;
    padding-top: 0px;
    box-shadow: none;
    top: calc(100% + 1px);
}

.header_select_box form.woocommerce-currency-switcher-form ul.dd-options li:first-child {
    border-top: 1px solid #b6b3b3;
}

.header_select_box form.woocommerce-currency-switcher-form ul.dd-options li a {
    font-weight: 500;
    padding: 10px 10px;
    display: flex;
}

.header_select_box form.woocommerce-currency-switcher-form ul.dd-options li a.dd-option.dd-option-selected, .header_select_box form.woocommerce-currency-switcher-form ul.dd-options li a:hover {
    background: #ef8b0e !important;
    color: #fff !important;
}

.elementor-sticky--active .currency-dropdwon-div {
    padding-top: 4px !important;
}

body .list-wrapper .list-container .list-header-container a.back-link {
    position: absolute;
}

body.darkmode--activated div#canvas_menu .wpr-offcanvas-content-right, body.darkmode--activated .list-wrapper .list-body-container ul {
    background-color: #000 !important
}

body.darkmode--activated .list-wrapper .list-body-container ul li a, body.darkmode--activated div#canvas_menu .wpr-offcanvas-content-right .wpr-offcanvas-header > span {
    color: #fff;
}

body .list-wrapper .list-container .list-header-container h3 {
    margin: 0;
    text-align: center;
    color: #e18213;
    font-weight: 600;
}

body .list-wrapper .list-body-container ul {
    -moz-transition: min-height linear, -moz-transform 0.3s ease-out;
    -o-transition: min-height linear, -o-transform 0.3s ease-out;
    -webkit-transition: min-height linear, -webkit-transform 0.3s ease-out;
    transition: min-height linear, transform 0.3s ease-out;
    box-sizing: border-box;
    display: block;
    list-style: none;
    margin: 0;
    border: 0 none;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
}

body .list-wrapper .list-body-container ul.hidden {
    max-height: 100vh;
    overflow: hidden
}

body .list-wrapper .list-body-container ul li:not(:first-child) {
    border-top: 1px solid #D2D2D2;
}

body .list-wrapper .list-body-container ul li a .list-label {
    float: left;
}

div#canvas_menu .wpr-offcanvas-content-right {
    padding: 10px 0;
    right: unset;
    background-color: #fff;
    width: 100% !important;
    max-width: 350px;
}

nav.wpr-nav-menu-container .wpr-nav-menu.wpr-mega-menu {
    display: flex;
    flex-direction: column;
}

nav.wpr-nav-menu-container .wpr-nav-menu.wpr-mega-menu>li.cat_menu.cst-main-menu:first-child {
    display: none !important;
}

div#canvas_menu .wpr-offcanvas-content-right .wpr-offcanvas-header {
    flex-direction: row-reverse;
    padding: 15px 15px 20px !important;
    border-bottom: 1px solid #ccc;
}

div#canvas_menu .wpr-offcanvas-content-right .list-wrapper .list-body-container {
    left: unset !important;
    height: 100%;
    box-sizing: unset;
    position: relative;
    max-height: 86vh;
    overflow-y: auto;
    min-height: 86vh;
    margin-right: -10px;
    width: auto;
    padding-right: 0;
    overflow-x: hidden;
}

body .list-wrapper .list-container .list-header-container a:hover i {
    color: #bf6f0c;
}

div#canvas_menu .wpr-offcanvas-content-right .list-wrapper .list-body-container>ul ul.active-list {
    transform: translateX(0%);
    z-index: 9;
}

body .list-wrapper .list-body-container ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px 15px 15px;
    font-family: 'Plus Jakarta Sans';
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
}

body .list-wrapper .list-container .list-header-container>* {
    padding: 15px !important;
    font-size: 16px;
    font-family: 'Plus Jakarta Sans';
    line-height: normal;
    letter-spacing: .5px;
}

div#canvas_menu .wpr-offcanvas-content-right .wpr-offcanvas-header .wpr-close-offcanvas {
    height: 20px;
    width: 20px;
    justify-content: start;
}

div#canvas_menu .wpr-offcanvas-content-right .wpr-offcanvas-header span.wpr-offcanvas-title {
    font-size: 20px;
    font-weight: 700;
}

div#canvas_menu .wpr-offcanvas-content-right .wpr-offcanvas-header .wpr-close-offcanvas>i {
    font-size: 20px;
}

body .list-wrapper .list-container .list-header-container:has(.current_item:empty)>* {
    display: none
}

div#canvas_menu .wpr-offcanvas-content-right .list-wrapper .list-body-container>ul ul {
    transform: translateX(110%);
    transition: 0.3s ease-out transform;
    min-height: 100% !important;
    z-index: 0;
}

body .list-wrapper .list-body-container ul li a:hover {
    color: #e18213;
}

div#canvas_menu .wpr-offcanvas-content-right .list-wrapper ::-webkit-scrollbar {
    width: 5px;
}

div#canvas_menu .wpr-offcanvas-content-right .list-wrapper ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

div#canvas_menu .wpr-offcanvas-content-right .list-wrapper ::-webkit-scrollbar-thumb:hover {
    background: #e18213;
}

div#canvas_menu .wpr-offcanvas-content-right .list-wrapper .list-body-container ul {
    padding-right: 10px;
}

body .list-wrapper .list-container .list-header-container {
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
}

div#canvas_menu .wpr-offcanvas-content-right.wpr-offcanvas-fade-in {
    -webkit-animation-name: offcanvas-slide-show;
    animation-name: offcanvas-slide-show;
    animation-duration: 0.3s !important
}

div#canvas_menu .wpr-offcanvas-content-right.wpr-offcanvas-fade-out {
    -webkit-animation-name: offcanvas-slide-hide;
    animation-name: offcanvas-slide-hide;
    opacity: 1 !important;
    animation-duration: 0.3s !important
}

@keyframes offcanvas-slide-show {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(0%)
    }
}

@keyframes offcanvas-slide-hide {
    0% {
        transform: translateX(0%)
    }

    100% {
        transform: translateX(-100%)
    }
}

@media(max-width: 992px) {
    .Header-Menu-div nav ul {
        flex-wrap:nowrap !important;
        overflow-x: auto;
        margin-left: 0px;
        padding-bottom: 8px;
    }

    .Header-Menu-div {
        padding-left: 0 !important;
        overflow-x: hidden
    }
}

header nav.elementor-nav-menu--main .elementor-nav-menu > li.menu-item {
    border-radius: 4px;
    margin: 0 !important;
}

.Header-Menu-div .menu-div ul li a {
    border: 1px solid #000;
    border-radius: 4px;
}

.Header-Menu-div .menu-div ul li a:hover, .Header-Menu-div .menu-div ul li a:active, .Header-Menu-div .menu-div ul li a.elementor-item-active {
    background: #ef8b0e;
    color: #fff;
    border: 1px solid #ef8b0e;
}

div.hide-label button.wpr-offcanvas-trigger {
    padding: 5px;
    border: none;
}

.darkmode--activated div.hide-label button.wpr-offcanvas-trigger {
    background-color: transparent !important;
    border-color: #aeaeae !important;
}

div.hide-label button.wpr-offcanvas-trigger span {
    display: none;
}

div.hide-label button.wpr-offcanvas-trigger > i.fas.fa-bars {
    font-size: 20px;
    color: #000;
    line-height: normal;
    display: inline-block;
    min-width: 20px;
    margin: 0;
}

.darkmode--activated div.hide-label button.wpr-offcanvas-trigger > i.fas.fa-bars {
    color: #FFF;
}

div#canvas_menu .wpr-offcanvas-content-right {
    padding: 5px 0 55px;
    overflow: hidden;
}

div#canvas_menu .wpr-offcanvas-content-right .wpr-offcanvas-header {
    padding: 15px !important;
}

body .list-wrapper .list-container .list-header-container * {
    padding-top: 5px !important;
}

@media(min-width: 1200px) {
    .wpr-offcanvas-body-overflow {
        padding-right:5px;
    }

    .my-product-slider[data-settings*='"slides_to_show":"5"']:not(.e-widget-swiper) .swiper-wrapper > .elementor.swiper-slide {
        flex: 0 0 17.6%;
    }
}

.Header-Menu-div button.wpr-offcanvas-trigger {
    margin-right: 4px;
}

body.darkmode--activated .list-wrapper .list-body-container ul li:not(:first-child) {
    border-top: 1px solid #242323;
}

div#canvas_menu .wpr-offcanvas-content-right .wpr-offcanvas-header > span.wpr-offcanvas-title {
    position: relative;
    font-size: 0;
    min-height: 40px;
    width: 125px;
    background-image: url(https://keyzing.com/wp-content/w3-webp/uploads/2023/12/Logo-1.pngw3.webp);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}

.wpr-offcanvas-content.wpr-offcanvas-fade-in > .elementor-location-header > .elementor-section-wrap > .e-con-boxed {
    padding: 0px;
}

.sticky-cst-header.elementor-sticky.elementor-sticky--active {
    box-shadow: none;
}

.header-second-div .lzl-sticky-spacer {
    height: 0px !important;
}

@media(max-width: 767px) {
    .elementor-sticky--active .search-div {
        opacity:0 !important;
        visibility: hidden !important;
        height: 0px;
    }
}

body .sticky-cst-header.elementor-sticky.elementor-sticky--active + .sticky-cst-header.elementor-sticky__spacer .nav-div {
    animation: height .5s;
    animation-iteration-count: .5;
    animation-fill-mode: forwards;
}

@keyframes height {
    0% {
        height: 10px
    }

    100% {
        height: 0px
    }
}

.cst-checkbox {
    opacity: 0;
    position: absolute;
}

.cst-checkbox-label {
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: right;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-left: auto;
}

.cst-checkbox-label .cst-ball {
    position: absolute;
    border-radius: 50%;
    transition: transform 0.2s linear, background-color 0.2s linear;
    background-image: url(https://keyzing.com/wp-content/w3-webp/uploads/2025/01/moonimg.pngw3.webp) !important;
    background-size: contain;
    width: 90%;
    height: 90%;
    background-repeat: no-repeat;
    transform: rotate(-24deg);
}

.cst-checkbox:checked + .cst-checkbox-label, .cst-checkbox-label {
    background-image: url(https://keyzing.com/wp-content/uploads/2025/01/sun-dark.png);
    background-size: contain;
}

.cst-checkbox-label .cst-ball {
    opacity: 0;
    visibility: hidden;
}

.darkmode--activated .cst-checkbox-label .cst-ball {
    opacity: 1;
    visibility: visible;
}

.darkmode--activated .cst-checkbox-label {
    background: none !important;
}

.sticky-cst-header .elementor-nav-menu li a {
    padding: 8px 20px !important;
}

.header-sub-div-2 .elementor-menu-cart__toggle .elementor-button svg {
    fill: #fff;
}

.product-category .elementor-heading-title a:first-of-type {
    display: inline;
}

.product-category .elementor-heading-title a:not(:first-of-type) {
    display: none;
}

.type-product {
    padding-right: 1px;
}

.elementor-swiper-button-next:hover svg.e-font-icon-svg.e-eicon-chevron-right, .elementor-swiper-button-next:hover svg.e-font-icon-svg.e-eicon-chevron-left {
    fill: #fff !important;
}

.tophead-text {
    display: flex;
    align-items: center;
}

.tophead-text p.text {
    margin-bottom: 0;
    color: #fff;
    font-weight: 800;
}

.tophead-text .img-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.tophead-text .text-div {
    margin-left: 10px;
}

.tophead-text .img-icon {
    height: 30px;
}

.buy-now-btn-cst a:hover, .viewall-btn a:hover {
    background: #fff !important;
    border: 1px solid #ef8b0e;
    color: #ef8b0e !important;
}

.cart-icon-div .cart-icon a {
    border: unset !important;
}

.cart-icon-div .elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter] {
    color: #2d2d2d;
    font-size: 13px;
    text-align: center;
    top: 4px;
    left: 20px;
    background-color: unset;
}

.header-second-div {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.header-second-div .elementor-author-box__text {
    display: none;
}

.header-second-div .elementor-author-box__avatar {
    margin-right: 0 !important;
}

.elementor-widget-woocommerce-product-price span.woocs_price_code {
    display: flex;
    flex-direction: column;
}

.elementor-widget-woocommerce-product-price span.woocs_price_code ins {
    font-size: 19px;
    line-height: 1;
}

.elementor-widget-woocommerce-product-price span.woocs_price_code > del {
    text-decoration: none;
}

.top-selling-section .elementor-widget-woocommerce-product-price span.woocs_price_code > del > span.woocommerce-Price-amount.amount {
    color: #787777 !important;
}

.my-product-slider p.price del {
    opacity: unset !important;
}

.elementor-widget-woocommerce-product-price span.woocs_price_code > del > span.woocommerce-Price-amount.amount {
    color: #787777 !important;
    font-size: 16px;
    text-decoration: line-through;
    font-weight: 500;
}

.elementor-swiper-button {
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.elementor-swiper-button i.fas, .elementor-swiper-button i.eicon-chevron-left {
    font-size: 18px;
    font-weight: 600;
}

.darkmode-layer.darkmode-layer--button, button.darkmode-toggle {
    opacity: 0;
    visibility: hidden;
}

.fa-arrow-left:before, .fa-arrow-right:before {
    color: #ef8b0e;
}

.elementor-swiper-button.elementor-swiper-button-prev:hover .fa-arrow-left:before, .elementor-swiper-button.elementor-swiper-button-next:hover .fa-arrow-right:before {
    color: #fff;
}

.product-cst-template {
    /* border: 1px solid #000; */
    border-radius: 10px;
}

.product-detail-div, .price-buy-div {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.swiper-slide a {
    text-decoration: none;
}

p.price {
    margin-bottom: 0;
}

.swiper-slide {
    display: flex;
}

.product-cst-template {
    height: 100%;
}

.product-cst-template > .e-con-inner .product-detail-div {
    padding: 0px 0px 10px 0px;
    justify-content: space-between;
    gap: 8px;
}

.product-detail-div {
    margin-bottom: auto;
}

.swiper-slide .elementor-section-wrap {
    width: 100%;
}

.search-content ul > li.showmore {
    padding: 10px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.search-content ul > li.showmore a {
    background: #ef8b0e;
    color: #fff;
    padding: 10px 10px;
    display: block;
    text-align: center;
    border-radius: 50px;
    font-weight: 500;
}

.search-content ul > li.showmore a:hover {
    background: #d77c0a;
}

span.woocs_price_code > span.woocommerce-Price-amount.amount {
    color: #EF8B0E;
    font-size: 19px;
    line-height: 1;
    font-weight: 700;
}

.logo-cara-section .swiper-slide .swiper-slide-inner {
    overflow: hidden;
}

.logo-cara-section .swiper-slide .swiper-slide-inner img {
    width: auto;
    object-fit: contain !important;
}

.game-cat-section .gmae-cat a {
    text-decoration: none;
}

.game-cat-section .gmae-cat a:hover {
    color: #c16f09;
}

.hero-slider-div .elementor-swiper-button.elementor-swiper-button-prev i, .hero-slider-div .elementor-swiper-button.elementor-swiper-button-next i {
    width: 15px !important;
    height: 15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-slider-div .elementor-swiper-button.elementor-swiper-button-next i {
    top: 1px;
    position: relative;
}

.elementor-swiper-button i.eicon-chevron-left:before, .hero-slider-div .elementor-element .swiper .elementor-swiper-button-next i.eicon-chevron-right::before {
    content: "\f061";
}

.hero-slider-div .elementor-swiper-button.elementor-swiper-button-next:before, .hero-slider-div .elementor-swiper-button.elementor-swiper-button-prev:before {
    display: none;
}

.hero-slider-div .elementor-element .swiper .elementor-swiper-button-prev i.eicon-chevron-left::before, .hero-slider-div .elementor-element .swiper .elementor-swiper-button-next i.eicon-chevron-right::before {
    color: #f18a0e;
    display: inline-block;
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    font-size: 18px;
}

.hero-slider-div .elementor-element .swiper .elementor-swiper-button-prev i.eicon-chevron-left::before {
    transform: rotate(180deg) !important;
}

.hero-slider-div .elementor-slides-wrapper, .hero-games-div .elementor-widget-image {
    border: 1px solid #f18a0e;
}

.hero-slider-div .elementor-element .swiper .elementor-swiper-button:hover i:before {
    color: #fff !important;
}

.elementor-swiper-button-prev:not(.hero-slider-div .elementor-swiper-button-prev), .elementor-swiper-button-next:not(.hero-slider-div .elementor-swiper-button-next) {
    top: calc(100% - 0px) !important;
    right: 0px !important;
    left: unset !important;
}

.elementor-swiper-button-prev:not(.hero-slider-div .elementor-swiper-button-prev) {
    right: 50px !important;
}

.hero-slider-div span.purple-clr {
    color: #f18a0e;
}

.hero-slider-div .elementor-button.elementor-slide-button {
    border-radius: 30px;
    background: #f18a0e !important;
    border: unset !important;
    text-transform: uppercase;
    font-size: 14px;
}

.hero-slider-div .swiper-slide, .hero-slider-div .elementor-main-swiper.swiper {
    border-radius: 15px;
}

.hero-slider-div span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f18a0e !important;
    width: 30px;
    height: 8px;
    border-radius: 30px;
}

.hero-slider-div span.swiper-pagination-bullet {
    background: #fff !important;
    width: 8px;
    height: 8px;
    opacity: 1;
}

.hero-slider-div .elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 70px !important;
}

.hero-slider-div .swiper-horizontal>.swiper-pagination-bullets, .hero-slider-div .swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-left: 50px;
}

.hero-slider-div .swiper-pagination-horizontal {
    display: flex;
}

.hero-slider-div.elementor-swiper-button.elementor-swiper-button-next, .hero-slider-div.elementor-swiper-button.elementor-swiper-button-prev {
    position: relative;
}

.hero-slider-div .elementor-swiper-button.elementor-swiper-button-next:before, .hero-slider-div .elementor-swiper-button.elementor-swiper-button-prev:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 4px;
    background-color: #f18a0e;
    border-radius: 30px;
    top: 44%;
}

.hero-slider-div .elementor-swiper-button.elementor-swiper-button-prev:before {
    right: 5px;
}

.hero-slider-div .elementor-swiper-button.elementor-swiper-button-next:before {
    left: 5px;
}

.hero-slider-div .elementor-element .swiper .elementor-swiper-button svg {
    fill: #f18a0e;
}

.hero-slider-div .elementor-swiper-button.elementor-swiper-button-prev, .hero-slider-div .elementor-swiper-button.elementor-swiper-button-next {
    padding: 6px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #f18a0e;
}

.hero-slider-div svg.e-font-icon-svg.e-eicon-chevron-left {
    position: relative;
    left: -6px;
}

.hero-slider-div svg.e-font-icon-svg.e-eicon-chevron-right {
    position: relative;
    right: -6px;
}

.hero-slider-div .elementor-swiper-button.elementor-swiper-button-next:hover, .hero-slider-div .elementor-swiper-button.elementor-swiper-button-prev:hover {
    background-color: #f18a0e;
    border: 2px solid #f18a0e;
    transition: 0.3s ease-in-out;
}

.hero-slider-div .elementor-swiper-button.elementor-swiper-button-prev:hover svg, .hero-slider-div .elementor-swiper-button.elementor-swiper-button-next:hover svg {
    fill: #fff !important;
}

.hero-slider-div .elementor-swiper-button.elementor-swiper-button-next:hover:before, .hero-slider-div .elementor-swiper-button.elementor-swiper-button-prev:hover:before {
    background-color: #fff;
}

.hero-slider-div .elementor-element .swiper .elementor-swiper-button-prev {
    left: -20px;
}

.hero-slider-div .elementor-element .swiper .elementor-swiper-button-next {
    right: -20px;
}

.hero-game-soft-div .hero-games-inner-div, .hero-game-soft-div .hero-software-inner-div {
    position: relative;
}

.hero-game-soft-div .hero-software-text, .hero-game-soft-div .hero-games-text {
    position: absolute;
    left: 15px;
    bottom: 0px;
}

.hero-game-soft-div .hero-games-div .hero-software-text, .hero-game-soft-div .hero-games-div .hero-games-text {
    color: #fff;
}

.hero-games-div .gmae-iner-div {
    position: absolute;
    bottom: 10px;
    padding: 0;
    top: unset;
}

.hero-games-div .game-showmore-btn {
    position: absolute;
    transition: 0.3s ease-in-out;
    left: 15px;
    bottom: 0px;
    opacity: 0;
}

.hero-games-div .hero-games-text {
    transition: 0.3s ease-in-out;
}

.hero-games-div:hover .hero-games-text {
    bottom: 37px;
}

.hero-games-div:hover .game-showmore-btn {
    bottom: 12px;
    opacity: 1;
}

.hero-games-div {
    overflow: hidden !important;
}

.hero-games-div .elementor-widget-image img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .3s ease-in-out;
    overflow: hidden;
}

.hero-games-div .elementor-widget-image {
    overflow: hidden;
    border-radius: 10px;
}

.hero-games-div .elementor-widget-image:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.3);
    border-radius: 10px;
    overflow: hidden;
}

body.darkmode--activated .footer-botam-section {
    background-color: #1a1a1a !important;
}

.my-product-slider del {
    font-size: 12px;
}

.my-product-slider ins {
    font-size: 14px;
    color: #EF8B0E;
    font-weight: 700;
    text-decoration: none;
}

.my-product-slider .product-img-div {
    background-color: #fff;
}

.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next svg, .elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev svg {
    fill: #f18a0e;
}

.product-slider-div .elementor-swiper-button.elementor-swiper-button-prev, .product-slider-div .elementor-swiper-button.elementor-swiper-button-next {
    padding: 6px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #f18a0e;
    position: absolute;
}

.product-slider-div svg.e-font-icon-svg.e-eicon-chevron-left {
    position: relative;
    left: -7px;
}

.product-slider-div svg.e-font-icon-svg.e-eicon-chevron-right {
    position: relative;
    right: -6px;
}

.product-slider-div .elementor-swiper-button.elementor-swiper-button-next:hover, .product-slider-div .elementor-swiper-button.elementor-swiper-button-prev:hover {
    background-color: #f18a0e;
    border: 2px solid #f18a0e;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.product-slider-div .elementor-swiper-button.elementor-swiper-button-next:hover:before, .product-slider-div .elementor-swiper-button.elementor-swiper-button-prev:hover:before {
    background-color: #fff;
}

.product-slider-div span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f18a0e !important;
    width: 30px;
    height: 8px;
    border-radius: 30px;
}

.product-slider-div span.swiper-pagination-bullet {
    background: #D9D9D9 !important;
    width: 8px;
    height: 8px;
    opacity: 1;
}

.product-slider-div .swiper-pagination-horizontal {
    display: flex;
    left: 0;
    padding-left: 125px;
}

.product-slider-div .elementor-swiper-button.elementor-swiper-button-prev:hover svg.e-font-icon-svg.e-fas-arrow-left {
    fill: #fff !important;
}

.product-slider-div .elementor-swiper-button.elementor-swiper-button-next:hover svg.e-font-icon-svg.e-fas-arrow-right {
    fill: #fff !important;
}

.games-section .product-img-div .elementor-widget-container {
    padding: 0 !important;
}

.games-section .product-cst-template {
    background-color: #fff;
    /* border: 1px solid #000; */
    border-radius: 8px;
}

.weekly-section .swiper.elementor-loop-container {
    padding-bottom: 40px !important;
}

.games-section .product-detail-div, .games-section .price-buy-div {
    padding-left: 10px;
    padding-right: 10px;
}

.best-selling-section .product-cst-template {
    /* border:1px solid #cccccc; */
}

.top-selling-section h1.product_title.entry-title.elementor-heading-title.elementor-size-default {
    text-shadow: 2px 0px 3px #000000;
}

.intro-keyzing-section ol.key-ol {
    padding-left: 18px;
}

.intro-keyzing-section ol.key-ol li span.dark-bld, ol.key-ol li::marker {
    font-weight: 700;
    color: #ef8b0e;
}

.intro-keyzing-section ol.key-ol li {
    color: #000;
    margin-bottom: 10px;
}

.customer-review-section cite.elementor-testimonial__cite {
    display: block;
}

.customer-review-section span.elementor-testimonial__name {
    display: block;
}

.customer-review-section .elementor-star-rating {
    display: inline-block;
    float: left;
}

.customer-review-section span.elementor-testimonial__title {
    display: inline-block;
    float: left;
    padding-left: 10px;
    font-size: 12px;
}

.customer-review-section .elementor-main-swiper {
    margin: 0;
    width: 100%;
}

.customer-review-section .name {
    font-weight: 700;
}

.customer-review-section .elementor-widget-reviews .swiper-slide, .customer-review-section .elementor-widget-testimonial-carousel .swiper-slide {
    height: 260px;
}

.customer-review-section .elementor-testimonial__header {
    padding-top: 60px !important;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.customer-review-section .elementor-testimonial__header:before {
    content: "";
    position: absolute;
    background-image: url(https://keyzing.com/wp-content/uploads/2025/01/oi_double-quote-serif-left.png);
    width: 34px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 20px;
}

.customer-review-section .rev p {
    margin-bottom: 25px;
}

.customer-review-section span.elementor-testimonial__name {
    padding-bottom: 10px;
}

.customer-review-section i.elementor-star-full {
    position: relative;
    background-color: #219653;
}

.customer-review-section i.elementor-star-full:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 13px;
    background: url(https://keyzing.com/wp-content/uploads/2025/01/Shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 3px;
    left: 3px;
}

.customer-review-section i.elementor-star-full {
    width: 20px !important;
    height: 20px !important;
    display: inline-block;
    margin-right: 2px;
}

.customer-review-section .elementor-widget-reviews .swiper-slide {
    border: unset;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.customer-review-section .rev-tag span.b-num {
    font-weight: 700;
}

.customer-review-section img.trust-img {
    width: 108px;
    height: 20px;
    margin: 0 5px;
}

.customer-review-section p.rev-tag {
    display: flex;
    justify-content: center;
    align-items: center;
}

.customer-review-section .swiper-pagination-horizontal {
    display: flex;
    left: 0;
    justify-content: center;
}

.customer-review-section span.swiper-pagination-bullet {
    background: #D9D9D9;
    width: 8px;
    height: 8px;
    opacity: 1;
}

.customer-review-section span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f18a0e !important;
    width: 30px;
    height: 8px;
    border-radius: 30px;
}

.customer-review-section i.elementor-star-full.wp-dark-mode-bg-image {
    color: transparent;
}

.gmae-cat:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.header-second-div {
    padding-bottom: 0 !important;
}

@media(min-width: 1025px) and (max-width:1056px) {
    .menu-div .elementor-nav-menu li a {
        font-size:14px !important;
    }

    ul#menu-1-f5a74d0 > li:first-child > a:before {
        left: 109px !important;
    }
}

.buy-now-btn-cst a, .game-showmore-btn a, .viewall-btn a, .product-767 category h2 a {
    text-decoration: none;
}

.customer-review-section i.elementor-star-full {
    color: transparent;
}

.wp-dark-mode-floating-switch.wp-dark-mode-ignore.wp-dark-mode-animation.wp-dark-mode-animation-bounce.wp-dark-mode-hide-desktop {
    display: none !important;
}

span.b-num {
    margin: 0 4px;
}

.search-div .elementor-search-form--skin-minimal:focus-within {
    outline: 0;
}

.elementor-nav-menu {
    column-gap: 10px !important;
    justify-content: flex-start !important;
    width: 100% !important;
}

.sticky-cst-header.elementor-sticky--active, .logo-profile-div.elementor-sticky--active, .sticky-head-tab.elementor-sticky--active {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.elementor-sticky--active .header-sub-div-1, .elementor-sticky--active .header-sub-div-2 {
    padding: 0px !important;
}

.game-cat-section .p-txt p {
    margin-bottom: 0px;
}

.game-cat-div-main > div {
    position: relative;
    overflow: hidden;
}

.game-cat-div-main > div .elementor-widget {
    position: unset;
}

.game-cat-div-main > div a:after {
    content: "";
    position: absolute;
    top: -100px;
    left: -100px;
    bottom: 0;
    right: 0;
    display: block;
    height: 200px;
    width: 300px;
}

.game-cat-img img {
    width: 51px;
    height: 51px;
    object-fit: cover;
}

.darkmode--activated .game-cat-img img {
    filter: invert(1) !important;
}

.intro-txt-2 .elementor-widget-container, .intro-txt-2 p {
    margin: 0 !important;
}

.footer-section p.footer-text-1, p.footer-text-2 {
    color: #333333;
}

.footer-section p.footer-text-2, p.footer-text-3 {
    font-size: 12px;
    margin-bottom: 5px;
}

.footer-section p.footer-text-3 {
    color: #f18a0e;
}

.footer-section .footer-site-log {
    margin-bottom: 20px !important;
}

body .footer-section ul#menu-1-40d4e81e li a, body .footer-div2 ul li a {
    padding-left: 0 !important;
    padding-bottom: 10px !important;
    color: #000000 !important;
    font-weight: 500 !important;
    padding-top: 0 !important;
}

.footer-section p.footer-text-4 {
    color: #333333;
}

.footer-section p.footer-menu-title {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 800;
    color: #f38912;
}

.footer-section .footer-div4 .elementor-button[type="submit"] svg * {
    fill: #f18a0e !important;
}

.footer-section .elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-100.e-form__buttons {
    position: absolute;
    width: 35px;
    height: 35px;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 0;
    align-items: center;
    right: 10px;
    top: 4px;
}

.footer-section button.elementor-button.elementor-size-sm {
    padding: 0;
    border-radius: 50%;
}

.footer-section .elementor-form .elementor-button.elementor-size-sm {
    min-height: unset;
}

.footer-section .elementor-form-fields-wrapper.elementor-labels- {
    position: relative;
}

.footer-section input[type=email] {
    border-radius: 30px;
}

.footer-section p.footer-text-4 {
    margin-bottom: 0;
}

.footer-copy-write-sec .copy-text-div {
    padding-left: 0 !important;
}

.footer-copy-write-sec .policy-text-div {
    padding-right: 0 !important;
}

.footer-copy-write-sec p.copywrite-text, .footer-copy-write-sec .policy-text-div p {
    margin-bottom: 0;
    font-size: 14px;
}

p.policy-texts a {
    padding-left: 10px;
    color: #000;
}

body.darkmode--activated p.policy-texts a {
    color: #fff;
}

p.policy-texts a:not(:last-child) {
    border-right: 1px solid #000 !important;
    padding-right: 10px;
}

p.policy-texts a:hover {
    color: #000000;
}

body.darkmode--activated p.policy-texts a:not(:last-child) {
    border-right: 1px solid #ffffff !important;
}

body.darkmode--activated .best-selling-section.e-con.e-parent {
    background: #101010;
}

.footer-div2 ul li a {
    padding-top: 0px !important;
}

.footer-div4 .elementor-widget-text-editor {
    margin-bottom: 10px !important;
}

.email-div {
    margin-bottom: 10px !important;
}

body.darkmode--activated .elementor.elementor-location-footer {
    background: #000;
}

.elementor-menu-cart__main ul {
    list-style: none;
    padding: 20px 20px 20px 0px;
    overflow: auto;
}

.elementor-menu-cart__main ul li {
    display: flex;
    margin-bottom: 20px !important;
    gap: 14px;
    position: relative;
    border-bottom: 1px solid #ddd !important;
    padding-bottom: 20px;
    align-items: start;
}

.elementor-menu-cart__main ul li .wpr-mini-cart-image {
    max-width: 90px;
    width: 100%;
    margin: 0px;
    border: 1px solid #eba149;
    padding: 3px;
    border-radius: 2px;
    height: 90px;
}

.elementor-menu-cart__main ul li .wpr-mini-cart-name-and-quantity .wpr-mini-cart-product-name span {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.elementor-menu-cart__main ul li a:hover {
    color: #a35d06;
}

.elementor-menu-cart__main {
    padding: 20px;
    align-items: start;
    gap: 0px;
    justify-content: start;
}

.elementor-lightbox .widget_shopping_cart_content p.woocommerce-mini-cart__total.total strong {
    font-weight: 300;
}

.elementor-lightbox .widget_shopping_cart_content ul li .wpr-mini-cart-name-and-quantity .wpr-mini-cart-quantity span {
    font-size: 16px;
    font-weight: 500;
}

.elementor-menu-cart__main ul li .wpr-mini-cart-remove {
    right: -20px;
    top: -8px;
    transition: 0.5s all;
    background: #e18213;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 20px;
}

.elementor-lightbox .widget_shopping_cart_content ul li .wpr-mini-cart-remove a {
    font-size: 18px;
    right: 0px;
    color: #fff;
    position: relative;
}

.elementor-lightbox .widget_shopping_cart_content p.woocommerce-mini-cart__total.total {
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-top: auto;
    width: 100%;
    font-weight: 500;
    color: #000;
}

.elementor-lightbox .widget_shopping_cart_content p.woocommerce-mini-cart__buttons.buttons {
    display: flex;
    gap: 10px;
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
}

.elementor-lightbox .widget_shopping_cart_content p.woocommerce-mini-cart__buttons.buttons a {
    background: #e18213;
    flex: 1 0 auto;
    text-align: center;
    padding: 12px 0px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    width: 100%;
}

.elementor-lightbox .widget_shopping_cart_content p.woocommerce-mini-cart__buttons.buttons a:first-child {
    background: none;
    border: 1px solid #b3680a !important;
}

.elementor-menu-cart__close-button {
    width: 26px;
    height: 26px;
    border: 1px solid #e18213;
    border-radius: 50%;
    min-height: 26px;
}

.elementor-menu-cart__close-button::before, .elementor-menu-cart__close-button::after {
    background: #e18213;
    height: 2px;
    width: 14px;
    left: calc(50% - 7px);
}

.elementor-lightbox .widget_shopping_cart_content p.woocommerce-mini-cart__buttons.buttons a:hover {
    background: #e18213;
    color: #fff;
}

.elementor-element.e-con-full.price-sidebar {
    border: 1px solid #f18a0e;
}

@media(min-width: 768px) {
    body .elementor-element.e-con-full.price-sidebar {
        position:sticky !important;
        top: 160px !important;
        z-index: 1;
    }

    .price-sidebar.elementor-sticky--active ~ .price-sidebar {
        display: none;
    }
}

.filter-searct {
    position: fixed;
    bottom: 60px;
    width: 100%;
    background: black;
    z-index: 9999;
    left: 0;
}

.filter-searct p {
    padding: 12px 0px;
    margin: 0;
    width: 100%;
    display: flex;
    font-size: 21px;
    color: #fff;
    align-items: center;
    font-weight: 500;
    gap: 4px;
    justify-content: center;
}

.filter-searct p span {
    height: 17px;
    width: 17px;
    vertical-align: middle;
    margin: 0px 4px 0px 0px;
    position: relative;
    display: inline-block;
    mask-image: url(/wp-content/uploads/2025/01/filter-icon.svg);
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: contain;
    background: rgb(255 255 255);
}

.close-btn {
    all: unset;
    position: absolute;
    right: 0px;
    color: #f38912;
    top: -10px;
}

.filter-searct .e-con-inner {
    width: 100%;
    max-width: 100%;
    padding: 0px;
}

.filter_options {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: end;
}

.filter_options button {
    color: #ef8b0e;
    border: 1px solid #ef8b0e;
    min-width: 200px;
    max-width: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter_options button:hover, .filter_options button:focus {
    color: #fff;
    background: #ef8b0e;
}

.filter_options ul {
    display: none;
    list-style-type: none;
    margin: 9px 0px 0px 0px;
    position: absolute;
    z-index: 999;
    width: 100%;
    min-width: 200px;
    right: 0px;
    box-shadow: 0px 0px 9px -4px #70707047;
    border-radius: 5px !important;
    overflow: hidden;
    max-width: 200px !important;
    padding: 8px 0px;
    background: #fff;
    border: 1px solid #efeeee;
    top: 42px;
}

.filter_options.active i {
    transform: rotate(180deg);
}

.filter_options ul li {
    cursor: pointer;
    padding: 6px 20px;
    background-color: #fefefe;
    color: #000;
    font-weight: 400;
}

.filter_options ul li:hover {
    background-color: #ddd;
}

.filter_options.active ul {
    display: block;
}

.woocommerce-ordering {
    display: none !important;
}

.disnone li {
    display: none !important;
}

.elementor-location-header nav.elementor-nav-menu--main.elementor-nav-menu__container ul > li {
    transition: 0.5s all;
}

.kz-pr-cart-option .e-atc-qty-button-holder .quantity {
    display: none;
}

.kz-pr-cart-option button.single_add_to_cart_button.button.alt {
    width: 100%;
    border-radius: 4px !important;
    padding: 14px 0px;
    font-size: 19px !important;
    font-weight: 500;
}

.kz-pr-cart-option .elementor-add-to-cart.elementor-product-simple {
    display: flex;
    flex-direction: column-reverse;
}

.kz-pr-cart-option p.stock.in-stock {
    order: 1;
    font-size: 17px !important;
    color: #000;
    margin: 0px 0px 10px 0px;
}

.kz-pr-features ul {
    border: 1px solid #ddd;
    padding: 0px 10px;
    border-radius: 5px;
}

.kz-pr-features ul li {
    display: flex;
    padding: 11px 0px;
    gap: 10px;
    align-items: center;
    font-weight: 300;
}

.kz-pr-features ul li div {
    display: flex;
    gap: 10px;
}

.kz-pr-features ul li p {
    margin: 0;
}

.kz-pr-features ul li div strong {
    font-weight: 500;
}

.kz-pr-features ul li img {
    width: 22px;
    height: 22px;
}

.kz-pr-features ul li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.kz-requirement-row {
    display: flex;
    gap: 30px;
}

.kz-requirement-row:not(:last-child) {
    margin-bottom: 7px;
}

.kz-requirement-col.first-col {
    min-width: 160px;
    max-width: 160px;
    font-weight: 500;
}

.kz-production-deta ul.tabs.wc-tabs {
    display: none;
}

.kz-production-deta .woocommerce-Tabs-panel.wc-tab {
    border: 0px !important;
}

.cr-reviews-ajax-reviews {
    background: #f7f7f7;
    padding: 25px 15px 15px;
    border-radius: 10px;
}

.kz-production-deta .woocommerce-Tabs-panel.wc-tab .cr-reviews-ajax-comments h2 {
    text-align: center;
}

.kz-production-deta .woocommerce-Tabs-panel.wc-tab .cr-reviews-ajax-comments .cr-count-row {
    margin: 10px 0px !important;
}

.kz-production-deta .woocommerce-Tabs-panel.wc-tab .cr-reviews-ajax-comments h2.woocommerce-Reviews-title {
    color: #e18213;
    font-weight: 600;
    margin: 0px;
}

.kzing_product_accordion a:hover {
    color: #a7600c;
}

.kz-production-deta .woocommerce-Tabs-panel.wc-tab.woocommerce-Tabs-panel--reviews h2.woocommerce-Reviews-title {
    font-size: 21px;
}

.kz-production-deta .woocommerce-Tabs-panel.wc-tab.woocommerce-Tabs-panel--reviews .cr-reviews-ajax-reviews .cr-summaryBox-wrap tr.ivole-histogramRow td.ivole-histogramCell2 .ivole-meter {
    box-shadow: unset;
    border: 1px solid #ddd;
}

.kz-production-deta .woocommerce-Tabs-panel.wc-tab.woocommerce-Tabs-panel--reviews .cr-reviews-ajax-reviews .cr-summaryBox-wrap tr.ivole-histogramRow td.ivole-histogramCell2 .ivole-meter .ivole-meter-bar {
    background: #e58213;
    box-shadow: unset;
}

.kz-production-deta .woocommerce-Tabs-panel.wc-tab.woocommerce-Tabs-panel--reviews .cr-reviews-ajax-reviews ol li {
    margin-bottom: 20px !important;
}

.kz-production-deta .woocommerce-Tabs-panel.wc-tab.woocommerce-Tabs-panel--reviews .cr-reviews-ajax-reviews ol li div.comment_container {
    background: #fff;
    padding: 20px !important;
}

.kz-production-deta .woocommerce-Tabs-panel.wc-tab.woocommerce-Tabs-panel--reviews .cr-reviews-ajax-reviews ol li div.comment_container img {
    top: 20px !important;
    left: 20px !important;
}

.kz-production-deta .woocommerce-Tabs-panel.wc-tab.woocommerce-Tabs-panel--reviews .cr-reviews-ajax-reviews ol li div.comment_container .comment-text {
    border: 0px !important;
    padding: 0px !important;
}

.kz-production-deta .woocommerce-Tabs-panel--cr_qna h2 {
    color: #e18213;
    font-size: 24px;
    font-weight: 600;
    margin: 0px 0px 16px 0px;
}

.kz-production-deta .woocommerce-Tabs-panel--cr_qna .cr-qna-search-block {
    margin-bottom: 0px !important;
    background: #f7f7f7;
    padding: 40px 20px 30px 20px;
    border-radius: 10px 10px 0px 0px;
}

.kz-production-deta .woocommerce-Tabs-panel--cr_qna .cr-qna-list-block {
    background: #f7f7f7;
    padding: 0px 20px 20px 20px;
    border-radius: 0px 0px 10px 10px;
}

.kz-production-deta .woocommerce-Tabs-panel--cr_qna .cr-qna-list-block .cr-qna-list-empty {
    padding: 0px;
}

.kz-production-deta .woocommerce-Tabs-panel.wc-tab.woocommerce-Tabs-panel--reviews {
    padding: 0px 0px 30px !important;
}

.tab-bradcrumb nav.woocommerce-breadcrumb {
    font-weight: 500;
}

.tab-bradcrumb nav.woocommerce-breadcrumb a {
    color: #000;
}

.kzing_product_accordion details summary {
    border: 0px !important;
}

.kzing_product_accordion details .elementor-element {
    border: 0px;
}

.product_price span.woocs_price_code > del > span.woocommerce-Price-amount.amount {
    font-size: 28px;
}

.product_price span.woocs_price_code ins {
    text-decoration: none;
}

.product_price {
    padding: 10px 0px 20px;
}

.product_price .elementor-widget-image > .elementor-widget-container {
    margin: 0px !important;
}

.product_price .elementor-widget-image {
    margin-right: auto;
}

.product_price .elementor-widget-image a {
    max-width: 350px;
}

.kz_description_img_section {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.kz_description_img_section img {
    width: 49%;
}

h2.product_main_title {
    font-size: 21px;
    font-weight: 600;
    color: #e18213;
}

h3.product_subtitle {
    background: hsl(0 0% 92% / 1);
    padding: 8px 10px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.kz_accordion .accordion .accordion-item {
    background: #e6e6e6;
    margin-bottom: 10px;
    padding: 0px 20px;
    border-radius: 5px;
}

.kz_accordion .accordion .accordion-item button[aria-expanded='true'] {
    border-radius: 0px;
    border-color: #e18213;
}

.accordion button {
    all: unset;
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 0;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: #fff;
}

.accordion button:hover::after, .accordion button:focus::after {
    cursor: pointer;
    color: #fff;
    border: 1px solid #fff;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: -24px;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 100%;
    transition: all 200ms linear;
    will-change: opacity, max-height;
    border-top: 1px solid #b3b3b3;
    margin-top: 10px;
}

.darkmode--activated .accordion button[aria-expanded='true'] + .accordion-content {
    border-color: #3c3a3a !important;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
}

.kz_accordion .accordion {
    margin-top: 30px;
}

.kz_accordion .accordion .accordion-item {
    margin-bottom: 10px;
    padding: 10px 34px 10px 10px;
    border-radius: 4px;
    border: 1px solid #b3b3b3;
}

.kz_accordion .accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 0px solid #b3b3b3 !important;
    border-radius: 0px;
}

.kz_accordion .accordion .accordion-item button span {
    color: #000;
    font-weight: 600;
    font-size: 20px;
}

.kz_accordion .accordion .accordion-item button span.icon {
    top: calc(50% - 11px);
    border-radius: 4px;
}

.kz_accordion .accordion .accordion-item .accordion-content p {
    margin: 14px 0px 6px;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

.kz_accordion .accordion .accordion-item button[aria-expanded="true"] span.icon {
    border: 1px solid #e18213;
    background: #e18214;
}

.kz_accordion .accordion .accordion-item button[aria-expanded="true"] span.icon::before {
    background: #fff;
}

.kz_slider-container {
    width: 70%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    background: #ffffff00;
    margin: auto;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.kz_slide {
    display: flex;
    align-items: center;
    flex: 0 0 100%;
    padding: 0px;
}

.kz_slide .kz_testimonial_content {
    width: 100%;
    padding: 10px;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px 0px;
}

.single-product .crstar-rating span:before {
    content: "\f005\f005\f005\f005\f005" !important;
    display: block !important;
    font-family: 'Font Awesome 6 Free';
    top: 0px !important;
    font-size: 17px;
    font-weight: bold;
}

.single-product .cr-all-reviews-shortcode .crstar-rating::before, .single-product .cr-reviews-grid .cr-summaryBox-wrap .crstar-rating::before, .single-product #reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .crstar-rating::before, .single-product #reviews #comments .cr-summaryBox-wrap .crstar-rating::before, .single-product .cr-reviews-rating .crstar-rating::before {
    content: "\f005\f005\f005\f005\f005" !important;
    font-family: 'Font Awesome 5 Free';
    float: left;
    top: 0;
    left: 0px;
    position: absolute;
    font-size: 17px !important;
}

.kz_review_str {
    display: flex;
    gap: 4px;
    justify-content: center;
}

.kz_slide .kz_testimonial_content .kz_review_str span {
    width: 13px;
}

.kz_testimonial {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 0px;
    color: #333;
    padding-top: 10px;
    order: 1;
}

.kz_testimonial_content .kz_review_str {
    order: 2;
}

.kz-production-deta .cr-reviews-ajax-reviews svg, .kz-production-deta .cr-ajax-qna-search svg path {
    fill: #e18213 !important;
}

.kz-production-deta .cr-reviews-ajax-reviews a.cr-review-form-continue, .kz-production-deta .cr-reviews-ajax-reviews a.cr-review-form-continue:hover {
    background: #e18213;
}

.kz_user {
    font-weight: bold;
    font-size: 16px;
    color: #555;
    margin-bottom: 6px;
    order: 3;
    font-style: italic;
}

.kz_buttons {
    position: absolute;
    top: calc(50% - 5px);
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.kz_buttons button {
    background: #ef8b0e;
    color: #ffffff;
    border: none;
    font-size: 18px;
    padding: 10px;
    cursor: pointer;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kz_buttons button:hover {
    background: #b66704;
}

.kz-production-deta .woocommerce-Tabs-panel.wc-tab.woocommerce-Tabs-panel--reviews .cr-count-row select {
    background: #ffffff;
}

.product_details .woo-product-gallery-slider .slick-slider i:before {
    color: #e18213;
}

.product_details .woo-product-gallery-slider .wpgs-for {
    border: 1px solid #f18a0e;
    padding: 0px;
}

.product_details .woo-product-gallery-slider .slick-slider i.flaticon-right-arrow {
    right: 8px;
}

.product_details .woo-product-gallery-slider .slick-slider i.flaticon-back {
    left: 8px;
}

.fancybox-container .fancybox-inner button.fancybox-button:hover:not(.fancybox-button--arrow_right,.fancybox-button--arrow_left), .fancybox-container .fancybox-inner button.fancybox-button:focus:not(.fancybox-button--arrow_right,.fancybox-button--arrow_left), .fancybox-container .fancybox-inner button.fancybox-button:hover div, .fancybox-container .fancybox-inner button.fancybox-button:focus div {
    background: #e18213 !important;
}

.kz-production-deta .crstar-rating span:before {
    display: none;
}

.product-img-div img {
    height: 180px;
    width: auto;
    padding: 10px;
}

.product-tlte h1 {
    overflow: hidden;
    line-height: 20px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

div#wc-stripe-payment-request-wrapper div#wc-stripe-payment-request-button {
    border: 1px solid #e18213;
    border-radius: 4px;
}

body.darkmode--activated div#wc-stripe-payment-request-wrapper div#wc-stripe-payment-request-button {
    border: 0px solid #e18213;
}

.product_catagory_shop_page_filter .filter-group {
    margin: 20px 0px !important;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

h4.is-open + .acc-content.product_cat::-webkit-scrollbar-thumb {
    background: #e18213;
    border-radius: 10px;
    border: none !important;
}

.filter-group label {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    color: #000;
}

.filter-group input[type="checkbox"] {
    margin-right: 8px;
    appearance: none;
    background: #e6e6e6;
    border: 1px solid #e6e6e6;
    width: 19px;
    min-width: 19px;
    height: 19px;
}

.filter-group input[type="checkbox"]:checked {
    background: #ef8b0e;
    position: relative;
    border: 1px solid #ef8b0e;
}

.filter-group input[type="checkbox"]:checked:after {
    content: '';
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    width: 6px;
    height: 11px;
    transform: rotate(45deg);
    position: absolute;
    left: calc(50% - 3px);
    top: calc(50% - 7px);
}

.range_price_filter, .sidebar .search-group {
    padding-top: 18px;
}

.range_price_filter h4.price-title-btn, .sidebar .search-group h4.acc-search-btn {
    display: flex;
    align-items: center;
    color: #000;
    margin: 0px;
    width: 100%;
    transition: all 0.5s linear;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 13px;
    font-family: "Plus Jakarta Sans", Sans-serif;
}

.acc-btn {
    width: 100%;
    transition: all 0.5s linear;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.acc-btn:after {
    content: "";
    color: #fa8d0c;
    transition: all 0.3s linear;
    width: 15px;
    height: 2px;
    background: #000;
    position: absolute;
    right: 0px;
}

.acc-btn:before {
    content: "";
    color: #fa8d0c;
    transition: all 0.3s linear;
    width: 15px;
    height: 2px;
    background: #000;
    transform: rotate(90deg);
    position: absolute;
    right: 0;
}

.acc-btn.is-open::before {
    transform: rotate(0deg);
}

.acc-btn:hover, .acc-btn.is-open {
    color: #000;
}

.acc-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

div#filtered-products {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
}

.product_catagory_shop_list ul {
    gap: 10px;
    padding: 0px;
    height: 100%
}

.product_catagory_shop_list ul li {
    border: 1px solid #000;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 0px 0px 15px 0px;
}

.product_catagory_shop_list ul li a > img {
    width: 100%;
    padding: 30px;
    background: #f7f7f7;
    box-sizing: border-box;
   /* min-height: 303px;*/
    height: 100%;
    /*max-height: 303px;*/
    object-fit: cover;
}

.product_catagory_shop_list ul li a span {
    position: absolute;
    right: 12px;
    background: #EF8B0E;
    padding: 3px 4px;
    border-radius: 3px;
    top: 12px;
    width: 40px !important;
    font-size: 14px !important;
    height: 23px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    z-index: 1;
}

.product_catagory_shop_list ul li a h2 {
    margin: 0px;
    padding-top: 17px;
    padding: 17px 10px 0px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden;
    line-height: 1.2;
    height: 54px;
}

.product_catagory_shop_list ul li > div {
    padding: 0px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 9px;
}

.product_catagory_shop_list ul li > div a {
    background: #ef8b0e;
    margin: 0px 10px 0px !important;
    background: #ef8b0e;
    font-weight: 600 !important;
    border-radius: 30px 30px 30px 30px;
    padding: 8px 10px 8px 10px;
    color: #000;
    font-size: 12px;
    line-height: 12px;
    border: 1px solid #ef8b0e !important;
    transition: all .3s;
    width: fit-content;
}

.product_catagory_shop_list ul li > div a:hover {
    color: #fff;
}

.product_catagory_shop_list ul li > div span.wc_price_custom del {
    opacity: 0.7;
    line-height: 1;
    color: #787777;
}

.product_catagory_shop_list ul li > div span.wc_price_custom del span.woocommerce-Price-amount.amount {
    color: #787777;
    font-weight: 600;
}

.product_catagory_shop_list ul li > div span.wc_price_custom ins {
    text-decoration: none;
}

.product_catagory_shop_list ul li > div span.wc_price_custom ins span.woocommerce-Price-amount.amount {
    color: #e18213;
    font-size: 20px;
    font-weight: 700;
}

.product_catagory_shop_list ul li > div span.wc_price_custom {
    display: flex;
    flex-direction: column;
}

.product_catagory_shop_page_filter .sidebar .range-slider {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 20px;
    padding-top: 5px;
}

.product_catagory_shop_page_filter .filter-group h4.acc-btn {
    display: flex;
    align-items: center;
    color: #000;
    margin: 0px;
    padding-top: 4px;
    padding-bottom: 16px;
}

input.range_input_bar {
    top: 0px;
    bottom: unset !important;
    background: #000000 !important;
}

.product_catagory_shop_page_filter .sidebar .range-slider input.range_input {
    width: 47px;
    margin-top: 20px;
    background: #e6e6e6;
    border: 2px solid #e6e6e6;
    border-radius: 6px;
    font-size: 15px;
    padding: 3px 0px;
}

.product_catagory_shop_page_filter .sidebar .range-slider span {
    display: flex;
    justify-content: space-between;
}

input[type="range"]::-webkit-slider-runnable-track, input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ff9800 !important;
    height: 5px;
}

input[type="range"]::-webkit-slider-thumb, input[type="range"]:focus::-webkit-slider-thumb {
    z-index: 2;
    position: relative;
    border: 2px solid #ff9800 !important;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #ffffff !important;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
}

div#filtered-products .pagination {
    grid-column: 1 / -1;
    justify-content: end;
    width: 100%;
    margin: 0px;
}

div#filtered-products .pagination .pagination_box {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: end;
}

div#filtered-products .pagination .pagination_box .page-num {
    border: 1px solid #ef8b0e;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

div#filtered-products .pagination .pagination_box .page-num a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#filtered-products .pagination .pagination_box .page-num:hover {
    background: #ef8b0e;
}

div#filtered-products .pagination .pagination_box .page-num:hover a {
    color: #fff;
}

div#filtered-products .pagination .pagination_box .page-num a.page-class-an.active {
    background: #ef8b0e;
    color: #fff;
}

h4.is-open + .acc-content.product_cat {
    overflow: auto;
    max-height: 200px !important;
}

.category_clear {
    margin-left: auto;
}

.catagegory_top_filter {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.catagegory_top_filter p {
    margin: 0px;
    color: #000;
}

.catagegory_top_filter div {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.catagegory_top_filter div span {
    display: flex;
    background: #f1f2f3;
    padding: 10px 15px;
    border-radius: 40px;
    gap: 5px;
    align-items: center;
    color: #000;
    cursor: pointer;
}

.catagegory_top_filter div span svg {
    width: 20px;
    height: 20px;
}

.catagegory_top_filter a:hover {
    color: #ef8b0e;
}

body.darkmode--activated .catagegory_top_filter p {
    color: #fff;
}

body.darkmode--activated .catagegory_top_filter div span {
    background: #2d2d2ddd;
}

body.darkmode--activated .catagegory_top_filter div span {
    color: #fff;
}

.catagegory_top_filter div svg path {
    fill: #ef8b0e;
}

.kzing_filter_category {
    max-width: 720px !important;
    width: 100%;
}

.elementor-shortcode div#filtered-products.loader:before {
    width: 50px;
    height: 50px;
    border: 5px solid #ffe2b7;
    border-top: 5px solid #ff9800;
    border-radius: 50%;
    animation: kzspin 1s linear infinite;
    z-index: 1;
    background: unset;
    position: fixed;
}

@keyframes kzspin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

body.woocommerce-cart .site-main {
    background: #f5f5f5;
    padding: 80px 0px 40px 0px;
}

body.woocommerce-cart .alignwide {
    margin: 0px;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    min-height: 460px;
}

body.woocommerce-cart .woocommerce-info {
    border-color: #ef8b0e;
}

body.woocommerce-cart .woocommerce-info:before {
    color: #ef8b0e;
}

body.darkmode--activated.woocommerce-cart .woocommerce-info {
    background: #000;
    color: #fff;
}

body.woocommerce-cart .alignwide form.woocommerce-cart-form {
    order: 1 !important;
    background: #fff;
    padding: 8px 20px 0px 20px;
    box-shadow: 0px 0px 27px -16px #929292;
}

body.woocommerce-cart .alignwide form.woocommerce-cart-form table.wpr-shop-table {
    border: 0px;
    border-collapse: separate;
    border-spacing: 0 16px;
}

body.woocommerce-cart .alignwide form.woocommerce-cart-form table {
    margin: 0px;
}

body.woocommerce-cart .alignwide form.woocommerce-cart-form table th {
    border: 0px;
    background: #f7f7f7;
}

body.woocommerce-cart .alignwide form.woocommerce-cart-form table td {
    border: 0px;
    background: none;
}

body.woocommerce-cart .alignwide form.woocommerce-cart-form table.wpr-shop-table tbody td.product-remove a {
    font-size: 0 !important;
}

body.woocommerce-cart .alignwide form.woocommerce-cart-form table.wpr-shop-table tbody td.product-remove a.remove:before {
    content: '';
    background: url(https://keyzing.com/wp-content/uploads/2025/01/delet-1.webp);
    width: 20px;
    display: block;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

body.woocommerce-cart .alignwide form.woocommerce-cart-form table.wpr-shop-table tbody td.product-thumbnail img {
    width: 85px;
}

body.woocommerce-cart .alignwide form.woocommerce-cart-form table.wpr-shop-table tbody tr td.product-name a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

body.woocommerce-cart .alignwide form.woocommerce-cart-form table.wpr-shop-table tbody tr td.product-price bdi {
    font-size: 17px;
}

body.woocommerce-cart .alignwide form.woocommerce-cart-form table.wpr-shop-table tbody td.product-quantity input {
    border: 1px solid #ef8b0e;
    color: #000;
    font-weight: 500;
    padding: 0px 0px;
    font-size: 16px;
    height: 33px;
}

body.woocommerce-cart .darkmode--activated .alignwide form.woocommerce-cart-form table.wpr-shop-table tbody td.product-quantity input {
    background: #191919;
    color: #fff;
}

body.woocommerce-cart .alignwide form.woocommerce-cart-form table.wpr-shop-table tbody td.product-subtotal bdi {
    font-size: 17px;
    font-weight: 600;
}

body.woocommerce-cart .alignwide form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first input#coupon_code {
    border: 0px;
}

body.woocommerce-cart .alignwide .woocommerce-form-coupon-toggle {
    order: 2;
    margin-top: 20px;
}

body.woocommerce-cart .woocommerce-form-coupon-toggle .woocommerce-info {
    border: 0px;
    color: #000;
    margin: 0px;
    background: none;
    padding: 0px 0px 10px 0px !important;
}

body.woocommerce-cart .woocommerce-form-coupon-toggle .woocommerce-info:before {
    top: 0px;
    color: #ef8b0e;
    display: none;
}

body.woocommerce-cart .alignwide .woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon {
    color: #ef8b0e;
    font-weight: 500;
}

body.woocommerce-cart .alignwide form.checkout_coupon.woocommerce-form-coupon {
    order: 3;
    margin: 0px;
    border: 0px;
    padding: 0px 90px 20px 20px;
    border-radius: 5px;
    display: flex;
    margin: 10px 0px;
    background: #fff;
    border: 1px solid #ef8b0e;
    display: flex;
    padding: 0px;
    width: 100%;
    max-width: 420px;
}

body.woocommerce-cart .alignwide form.checkout_coupon.woocommerce-form-coupon p {
    margin: 0px;
    padding: 0;
}

body.woocommerce-cart .alignwide .cart-collaterals {
    order: 4;
    background: #ffffff;
    padding: 20px 20px;
    box-shadow: 0px 0px 27px -16px #929292;
}

body.woocommerce-cart .alignwide .cart-collaterals .cart_totals {
    width: 100%;
}

body.woocommerce-cart .alignwide .cart-collaterals .cart_totals {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body.woocommerce-cart .alignwide .cart-collaterals .cart_totals > * {
    margin: 0px 0px 0px 0px !important;
}

body.woocommerce-cart .alignwide .cart-collaterals .cart_totals h2 {
    font-size: 23px;
    color: #ef8b0e;
    font-weight: 700;
    text-transform: capitalize;
}

body.woocommerce-cart .alignwide .cart-collaterals .cart_totals .woocommerce-email-field {
    padding-top: 16px;
}

body.woocommerce-cart .alignwide .cart-collaterals .cart_totals .woocommerce-email-field label {
    color: #575757;
    font-size: 16px;
    margin-bottom: 15px;
}

body.woocommerce-cart .alignwide .cart-collaterals .cart_totals table.shop_table {
    margin-top: 20px !important;
}

body.woocommerce-cart .alignwide .cart-collaterals .cart_totals table.shop_table th, body.woocommerce-cart .alignwide .cart-collaterals .cart_totals table.shop_table tr.cart-subtotal td {
    padding-bottom: 10px;
}

body.woocommerce-cart .alignwide .cart-collaterals .cart_totals table.shop_table th,body.woocommerce-cart .alignwide .cart-collaterals .cart_totals table.shop_table td {
    background: none;
    padding: 0px;
}

body.woocommerce-cart .alignwide .cart-collaterals .cart_totals table.shop_table tr.order-total th, body.woocommerce-cart .alignwide .cart-collaterals .cart_totals table.shop_table tr.order-total td {
    border: 0px;
}

body.woocommerce-cart .alignwide .cart-collaterals .cart_totals table.shop_table tr.cart-subtotal {
    font-size: 16px;
}

body.woocommerce-cart .alignwide .cart-collaterals .cart_totals table.shop_table tr.cart-subtotal td {
    text-align: right;
}

body.woocommerce-cart .alignwide .cart-collaterals .cart_totals table.shop_table tr.order-total {
    font-size: 24px;
}

body.woocommerce-cart .alignwide .cart-collaterals .cart_totals table.shop_table tr.order-total td {
    text-align: right;
}

body.woocommerce-cart .alignwide .cart-collaterals .cart_totals table.shop_table tr.order-total th, body.woocommerce-cart .alignwide .cart-collaterals .cart_totals table.shop_table tr.order-total td {
    padding-top: 10px;
}

body.woocommerce-cart .alignwide .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    padding: 0px;
    margin: 0px;
    background: #ef8b0e;
    color: #fff;
    text-decoration: none;
    padding: 14px 0px;
    font-size: 19px;
    border-radius: 5px;
    font-weight: 500;
}

body.woocommerce-cart .alignwide .woocommerce-notices-wrapper {
    display: none;
}

p.custom-empty-cart-message {
    background: #fff;
    margin: 0px;
    padding: 20px 20px 0px;
    border-top: 3px solid #f38912;
}

body.darkmode--activated p.custom-empty-cart-message {
    background: #000;
    color: #fff;
}

body.woocommerce-cart .kz_cart_page .wc-empty-cart-message {
    display: none;
}

.kz_cart_page p.return-to-shop {
    background: #fff;
    font-size: 19px;
    text-align: center;
    padding-bottom: 30px;
    font-weight: 500;
    padding-top: 20px;
}

body.darkmode--activated .kz_cart_page p.return-to-shop, body.darkmode--activated .kz_cart_page .wc-empty-cart-message .cart-empty.woocommerce-info {
    background: #000000 !important;
}

body.darkmode--activated .kz_cart_page .cart-empty {
    color: #fff;
}

.kz_cart_page p.return-to-shop a.wc-backward {
    color: #fff;
    background: #ef8b0e;
}

.kz_checkout_page .alignwide {
    margin: 0px;
}

body.woocommerce-checkout .site-main {
    background: #f5f5f5;
    padding: 40px 0px;
}

body.woocommerce-checkout.darkmode--activated .site-main {
    background: #0F0F0F;
}

body.woocommerce-checkout .site-main h1.entry-title {
    text-align: center;
    margin: 0px auto 20px;
}

body.woocommerce-checkout.darkmode--activated .site-main h1.entry-title {
    color: #fff;
}

.kz_checkout_page .wp-block-group {
    display: flex;
    flex-direction: column;
}

.kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order {
    display: flex;
    gap: 20px;
    align-items: start;
    margin-top: 10px;
}

body.woocommerce-checkout .kz_checkout_page .alignwide form.woocommerce-checkout {
    background: #fff;
    margin-top: 20px;
    padding: 20px 20px;
    border-radius: 7px;
}

body.woocommerce-checkout.darkmode--activated .kz_checkout_page .alignwide form.woocommerce-checkout {
    background: #191919;
}

.kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table {
    background: #fff;
}

body.darkmode--activated .kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table {
    background: #000000;
}

.kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment {
    background: #fff;
}

body.woocommerce-checkout .kz_checkout_page .alignwide .woocommerce-form-coupon-toggle .woocommerce-info {
    border: 0px;
    background: transparent;
    margin: 0px;
    padding: 0px;
    color: #000;
    font-size: 17px;
}

body.woocommerce-checkout.darkmode--activated .kz_checkout_page .alignwide .woocommerce-form-coupon-toggle .woocommerce-info {
    color: #fff;
}

body.woocommerce-checkout .kz_checkout_page .alignwide .woocommerce-form-coupon-toggle .woocommerce-info::before {
    display: none;
}

body.woocommerce-checkout .kz_checkout_page .alignwide .woocommerce-form-coupon-toggle .woocommerce-info a {
    font-weight: 500;
    margin-left: 5px;
}

body.woocommerce-checkout .kz_checkout_page .alignwide .woocommerce-form-coupon-toggle .woocommerce-info a:hover {
    color: #ef8b0e;
}

body.woocommerce-checkout .page-content .woocommerce.wp-block-group form.checkout_coupon {
    margin: 10px 0px;
    background: #fff;
    border: 1px solid #ef8b0e;
    display: flex;
    padding: 0px;
    width: 100%;
    max-width: 420px;
}

body.woocommerce-checkout .page-content .woocommerce.wp-block-group form.checkout_coupon p:first-child {
    display: none;
}

body.woocommerce-checkout .page-content .woocommerce.wp-block-group form.checkout_coupon p.form-row-first {
    width: 100%;
}

body.woocommerce-checkout .page-content .woocommerce.wp-block-group form.checkout_coupon p {
    margin: 0px;
    padding: 0px;
}

body.woocommerce-checkout .page-content .woocommerce.wp-block-group form.checkout_coupon p input {
    height: 100%;
    border: 0px;
}

body.woocommerce-checkout .page-content .woocommerce.wp-block-group form.checkout_coupon p button.button {
    color: #fff;
    border: 0px;
    background: #ef8b0e;
    height: 100%;
}

body.woocommerce-checkout .kz_checkout_page .alignwide form.woocommerce-checkout h3 {
    margin: 0px;
    font-size: 21px;
    font-weight: 600;
    color: #ef8b0e;
}

.kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table, .kz_checkout_page .wp-block-group .woocommerce-order section.woocommerce-order-details table {
    border-collapse: separate;
    border-spacing: 0 0px;
    border: 1px solid #ddd;
}

.kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table th, .kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table td, .kz_checkout_page .wp-block-group .woocommerce-order section.woocommerce-order-details table th, .kz_checkout_page .wp-block-group .woocommerce-order section.woocommerce-order-details table td {
    border: 0px;
    vertical-align: top;
}

.kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr, .kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table td, .kz_checkout_page .wp-block-group .woocommerce-order section.woocommerce-order-details table tbody td {
    background: none;
}

.kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot, .kz_checkout_page .wp-block-group .woocommerce-order section.woocommerce-order-details table tfoot {
    background: #f7f7f7;
}

.kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table thead, .kz_checkout_page .wp-block-group .woocommerce-order section.woocommerce-order-details table thead {
    background: #f7f7f7;
}

.kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table thead tr th {
    border-bottom: 1px solid #ddd;
    padding: 14px 12px;
    font-size: 16px;
    color: #000;
}

.kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr.cart-subtotal, .kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr.order-total, .kz_checkout_page .wp-block-group .woocommerce-order section.woocommerce-order-details table tfoot tr {
    outline: 1px solid #ddd;
}

.kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr th {
    font-size: 16px;
    color: #000;
}

.kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr td bdi {
    color: #000;
    font-size: 16px;
}

.kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr.order-total th, .kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr.order-total td bdi {
    font-size: 18px;
    font-weight: 700;
}

.kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment {
    background: #f7f7f7 !important;
    border: 1px solid #ddd;
}

.kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment li:not(:last-child) {
    margin-bottom: 10px !important;
}

.kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment li.wc_payment_method > input {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment li.wc_payment_method > label {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: fit-content;
}

.kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment li.wc_payment_method > label:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #ef8b0e;
    display: block;
    border-radius: 40px;
    box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em white;
    margin-right: 6px;
}

.kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment li input:checked + label::before {
    width: 20px;
    height: 20px;
    border: 2px solid #ef8b0e;
    box-shadow: inset 0 0 0 0.2em #fff, inset 0 0 0 1em #ef8b0e;
}

.kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li:first-child > label img {
    display: none;
}

.kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment li.wc_payment_method .payment_box.payment_method_stripe {
    background: #ececec00 !important;
    padding: 0px !important;
}

.kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment li.wc_payment_method .payment_box.payment_method_stripe::before {
    display: table-caption;
}

.kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment li .payment_box::before {
    display: none !important;
}

.kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment li.wc_payment_method .payment_box.payment_method_stripe fieldset {
    border: 0;
}

.kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment li.wc_payment_method .payment_box.payment_method_stripe fieldset#wc-stripe-upe-form {
    border: 1px solid #4b4b4b;
    background: #4b4b4b;
}

body.darkmode--activated .kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment li.wc_payment_method .payment_box.payment_method_stripe fieldset#wc-stripe-upe-form {
    background: #171717;
}

.kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li:nth-child(2) > label img {
    width: 72px;
}

.kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li:nth-child(2) .payment_box.payment_method_ppcp-gateway {
    background: #fff !important;
    border: 1px solid rgb(231,231,231);
}

.kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper p.form-row.validate-required > label {
    position: relative;
}

.kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper p.form-row.validate-required > label > input[type="checkbox"] {
    width: 16px;
    margin: 0px !important;
    top: 0px;
    outline: 0px !important;
    height: 16px;
}

.kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper p.form-row.validate-required > label span {
    margin-left: 22px;
}

.kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row.place-order button[type="submit"] {
    background: #f18a0e;
    color: #fff;
    border: 1px solid #f18a0e;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    padding: 14px 10px;
}

p.kz_login, .kz_checkout_page .wp-block-group .woocommerce-order section.woocommerce-order-details p.order-again {
    width: fit-content;
    margin: auto;
    background: #f18a0e;
    color: #fff;
    padding: 8px 30px;
    border-radius: 4px;
}

p.kz_login a, p.kz_login a:hover, .kz_checkout_page .wp-block-group .woocommerce-order section.woocommerce-order-details p.order-again a, .kz_checkout_page .wp-block-group .woocommerce-order section.woocommerce-order-details p.order-again a:hover {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    margin-left: 5px;
}

.kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr td.product-name {
    display: flex;
    align-items: start;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr td.product-name > strong.product-quantity {
    margin-left: auto;
}

.kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr td.product-name .product-thumbnail {
    width: 100%;
    max-width: 90px;
}

.kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr td.product-name strong {
    font-weight: 600;
    margin-left: 10px;
}

.kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr td.product-total bdi {
    color: #000;
    font-weight: 500;
    font-size: 15px;
}

.kz_checkout_page .woocommerce-form-login-toggle {
    display: none;
}

.kz_checkout_page .woocommerce-form-login-toggle .woocommerce-info {
    margin: 0px;
    width: auto;
    background: unset;
    border: 0px;
}

.kz_checkout_page .woocommerce-form-login-toggle .woocommerce-info::before {
    color: #ef8b0e;
}

.kz_checkout_page .alignwide form.woocommerce-checkout div#customer_details .woocommerce-form__label-for-checkbox {
    color: #000;
}

.kz_checkout_page .alignwide form.woocommerce-checkout div#customer_details .woocommerce-form__label-for-checkbox input.woocommerce-form__input {
    margin-left: 0px;
}

.kz_checkout_page .alignwide form.woocommerce-checkout div#customer_details .woocommerce-form__label-for-checkbox span {
    padding-left: 20px;
}

form.checkout_coupon p.form-row-first span.coupon-error-notice {
    position: absolute;
}

.kz_checkout_page .wp-block-group .woocommerce-order > p.woocommerce-thankyou-order-received {
    color: #000000;
    background: #e4e4e4;
    padding: 10px 10px;
}

.kz_checkout_page .wp-block-group .woocommerce-order > ul.woocommerce-thankyou-order-details.order_details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    gap: 20px;
}

.kz_checkout_page .wp-block-group .woocommerce-order > ul.woocommerce-thankyou-order-details.order_details:before, .kz_checkout_page .wp-block-group .woocommerce-order > ul.woocommerce-thankyou-order-details.order_details:after {
    display: none;
}

.kz_checkout_page .wp-block-group .woocommerce-order > ul.woocommerce-thankyou-order-details.order_details li {
    font-size: 18px;
    font-weight: 600;
    border: 0px;
    background: #fff;
    padding: 30px;
    flex: 1 0 0;
    margin: 0;
}

.kz_checkout_page .wp-block-group .woocommerce-order > ul.woocommerce-thankyou-order-details.order_details li strong {
    font-weight: 300;
    font-size: 18px;
}

.kz_checkout_page .wp-block-group .woocommerce-order section.woocommerce-order-details, .kz_checkout_page .wp-block-group .woocommerce-order section.woocommerce-customer-details {
    background: #fff;
    padding: 20px;
}

.kz_checkout_page .wp-block-group .woocommerce-order h2 {
    color: #ef8b0e;
    font-size: 24px;
    margin: 0 0 10px 0;
}

.kz_checkout_page .wp-block-group .woocommerce-order section.woocommerce-order-details p.order-again a {
    background: none;
    padding: 0px;
}

.kz_checkout_page .wp-block-group .woocommerce-order section.woocommerce-order-details table tbody td > a {
    text-decoration: none;
    color: #000;
}

.custom-blog-listing .elementor-post__card {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 10px;
}

.custom-blog-listing .elementor-post__card a.elementor-post__thumbnail__link {
    width: 35% !important;
    display: inline-block;
    float: left;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.custom-blog-listing .elementor-post__card > .elementor-post__text {
    width: 65%;
    display: inline-block;
    float: left;
    margin-top: 0px !important;
    padding-left: 20px;
    padding-right: 20px;
}

.custom-blog-listing .elementor-post__card .elementor-post__meta-data {
    display: inline-block;
    width: 65%;
    float: right;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-top: 10px;
}

.custom-blog-listing .elementor-post__card a.elementor-post__thumbnail__link .elementor-post__thumbnail.elementor-fit-height {
    height: 100%;
    object-fit: cover;
}

.custom-blog-listing .elementor-post__card > .elementor-post__text .elementor-post__excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.custom-blog-listing .elementor-post__card h3.elementor-post__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0px 0px 12px 0px;
    font-size: 19px !important;
}

.kz_blog_section article .elementor-post__text h3:hover a {
    color: #bf641d;
}

.custom-blog-listing .elementor-post__card a.elementor-post__read-more {
    margin-bottom: 10px;
    background: #e18239;
    color: #000;
    padding: 5px 10px;
    border-radius: 50px;
    text-transform: inherit !important;
}

.custom-blog-listing .elementor-post__card a.elementor-post__thumbnail__link .elementor-post__thumbnail, .custom-blog-listing .elementor-post__card a.elementor-post__thumbnail__link .elementor-post__thumbnail img {
    height: 100%;
    object-fit: cover;
}

.social_icon_blog p {
    margin-bottom: 0px;
}

.social_icon_blog .elementor-widget-wpr-post-info {
    border-right: 1px solid #000;
    padding-right: 25px;
}

.custom-blog-listing .elementor-post__card {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ccc;
    padding: 10px;
}

.custom-blog-listing .elementor-post__card a.elementor-post__thumbnail__link {
    width: 35% !important;
    display: inline-block;
    float: left;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.custom-blog-listing .elementor-post__card > .elementor-post__text {
    width: 65%;
    display: inline-block;
    float: left;
    margin-top: 0px !important;
    padding-left: 20px;
    padding-right: 20px;
}

.custom-blog-listing .elementor-post__card .elementor-post__meta-data {
    display: inline-block;
    width: 65%;
    float: right;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-top: 2px;
}

.custom-blog-listing .elementor-post__card a.elementor-post__thumbnail__link .elementor-post__thumbnail.elementor-fit-height {
    height: 100%;
    object-fit: cover;
}

.custom-blog-listing .elementor-post__card > .elementor-post__text .elementor-post__excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 14px;
}

.custom-blog-listing .elementor-post__card h3.elementor-post__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.custom-blog-listing .elementor-post__card a.elementor-post__read-more {
    margin-bottom: 10px;
    background: #e18239;
    color: #000;
    padding: 5px 10px;
    border-radius: 50px;
    text-transform: inherit !important;
}

.custom-blog-listing .elementor-post__card a.elementor-post__thumbnail__link .elementor-post__thumbnail, .custom-blog-listing .elementor-post__card a.elementor-post__thumbnail__link .elementor-post__thumbnail img {
    height: 100%;
    object-fit: cover;
}

.single-post .elementor-widget-theme-post-content .elementor-widget-container a:hover {
    color: #ff9800;
}

.single-post .elementor-widget-theme-post-content .elementor-widget-container p strong {
    color: #313131;
}

.kzpost_side_bar article h3:hover a {
    color: hsl(32 84% 45% / 1);
}

.single-post .wp-block-heading, body.single-post .elementor-widget-theme-post-content .alignfull + p, body.single-post .elementor-widget-theme-post-content .searchable + div + p {
    border-left: 3px solid #e18213;
    padding-left: 15px;
    background: #ececec;
    color: #020202;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 300;
    font-size: 20px
}

.kz_faq_section .elementor-shortcode > p, .kz_testimonials_section .elementor-shortcode > p {
    text-align: center;
}

.single-post h3.elementor-post__title {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 5px !important;
}

.kzpost_side_bar article span.elementor-post-date {
    color: hsl(0 0% 60% / 1);
}

.kz_blog_section nav.elementor-pagination {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 10px;
}

.kz_blog_section nav.elementor-pagination a,.kz_blog_section nav.elementor-pagination span {
    border: 1px solid #333;
    margin: 0px !important;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kz_blog_section nav.elementor-pagination span.current {
    background: #EF8B0C;
    border: 1px solid #EF8B0C;
    color: #fff !important;
}

.kz_blog_section nav.elementor-pagination a:hover, .kz_blog_section nav.elementor-pagination span:hover {
    background: #ef8b0c;
    border: 1px solid #ef8b0c;
    color: #fff !important;
}

.kz_blog_section article .elementor-post__card .elementor-post__meta-data {
    border: none;
}

.kz_blog_top_section p {
    margin: 0px !important;
    font-size: 17px;
}

body.single-post.darkmode--activated .e-con-inner > .elementor-element:nth-child(1) h2, body.single-post.darkmode--activated .kzpost_side_bar h2 {
    color: #fff !important;
}

.contact_inner_section .elementor-widget-shortcode iframe {
    min-height: 476px;
    height: 100%;
}

body.page-id-4212 .page-header, body.page-id-3678 .page-header {
    display: none;
}

.kz_money_back {
    height: 100%;
}

.kz_margin_auto {
    justify-content: center;
}

.kz_guarantee_section {
    max-width: 340px;
}

@media(max-width: 768px) {
    .kz_guarantee_section {
        max-width:100%;
    }
}

.trusted_warranty_section_content p {
    margin: 0px;
}

.page-id-15 .page-header, .page-id-17559 .page-header {
    display: none !important;
}

.kz_deshborard_section {
    padding: 60px 0px;
    background: #f7f7f7;
}

nav.woocommerce-MyAccount-navigation {
    width: 24%;
    background: #efefef;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #ddd;
}

nav.woocommerce-MyAccount-navigation ul {
    padding: 0px;
    list-style: none;
}

nav.woocommerce-MyAccount-navigation ul li:not(:last-child) {
    border-bottom: 1px solid #ddd !important;
}

nav.woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    color: #292929;
    font-weight: 500;
    padding: 12px 12px;
    font-size: 17px;
}

nav.woocommerce-MyAccount-navigation ul li a > br {
    display: none;
}

nav.woocommerce-MyAccount-navigation ul li.is-active {
    background: #ef8b0e;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff;
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
    background: #ef8b0e;
    color: #fff;
}

.kz_deshborard_section .woocommerce-MyAccount-content .woocommerce-info {
    border-color: #ef8b0e;
}

.kz_deshborard_section .woocommerce-MyAccount-content .woocommerce-info::before {
    color: #ef8b0e;
}

.kz_deshborard_section .woocommerce-MyAccount-content .woocommerce-info a.button {
    background: #ef8b0e;
    color: #fff;
}

.woocommerce-MyAccount-content {
    width: 74%;
}

.kz_deshborard_section > .e-con-inner {
    padding: 0px;
}

#customer_login .u-column1, #customer_login .u-column2.col-2 {
    margin: auto;
    float: unset;
}

#customer_login h2 {
    text-align: center;
    font-weight: bold;
    font-size: 48px;
    font-family: "Poppins", Sans-serif;
    color: #000;
}

#customer_login form {
    margin: 0px;
    background: #FAFAFA;
    border: 1px solid #B3B3B3;
}

#customer_login form p {
    margin: 0px;
    padding: 0px;
}

#customer_login form p.woocommerce-form-row br {
    display: none;
}

#customer_login form p.woocommerce-form-row label {
    color: #000;
    font-weight: 600;
    line-height: unset;
    padding-bottom: 10px;
}

#customer_login form p.woocommerce-form-row label span.required {
    color: #FF0000;
}

#customer_login form p.woocommerce-form-row input {
    background: #ffffff !important;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    padding: 10px 30px 10px 20px;
}

#customer_login .u-column1 form.login p.woocommerce-form-row input#username, #customer_login form.register input#reg_email {
    margin-bottom: 20px;
}

#customer_login .u-column1 form.login div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
}

#customer_login .u-column1 form.login div p:empty {
    display: none;
}

#customer_login .u-column1 form.login div label > br {
    display: none;
}

#customer_login .u-column1 form.login div label {
    font-weight: 500;
    color: #000;
}

#customer_login .u-column1 form.login div p.lost_password {
    line-height: 0;
}

#customer_login .u-column1 form.login div p.lost_password a {
    color: #000;
    font-weight: 500;
}

#customer_login .u-column1 form.login button.woocommerce-form-login__submit, #customer_login form.register button.woocommerce-form-register__submit {
    float: unset;
    width: 100%;
    background: #ef8b0e;
    color: #fff;
    border: 1px solid #ef8b0e;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 0px;
}

#customer_login .u-column1 form.login a.register_button, #customer_login form.register a.login_button {
    display: flex;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    gap: 6px;
    text-decoration: none;
    align-items: center;
}

#customer_login .u-column1 form.login a.register_button span, #customer_login form.register a.login_button span {
    color: #000;
    font-size: 15px;
}

#customer_login .u-column1 form.login a.register_button:hover, #customer_login form.register a.login_button:hover {
    color: #ef8b0e;
}

#customer_login .u-column1 form.login a.register_button span, #customer_login form.register a.login_button span {
    font-weight: 500;
}

#customer_login .u-column1 form.login .mo-openid-app-icons {
    display: flex;
    align-items: center;
    justify-content: center !important;
}

#customer_login .u-column1 form.login .mo-openid-app-icons p:first-child {
    display: none;
}

#customer_login .u-column1 form.login p:nth-child(7) {
    display: none;
}

#customer_login .u-column1:empty {
    display: none;
}

#customer_login form.register .woocommerce-privacy-policy-text {
    margin: 15px 0px 30px;
}

#customer_login form.register .woocommerce-privacy-policy-text p {
    font-size: 15px;
}

#customer_login form.register a.login_button {
    margin-top: 20px;
}

#customer_login form.register p:last-child br {
    display: none;
}

#customer_login .woocommerce-MyAccount-content table, #customer_login .woocommerce-MyAccount-content table th, #customer_login .woocommerce-MyAccount-content table td {
    border: none;
}

#customer_login .woocommerce-MyAccount-content table thead th {
    border: none !important;
    padding: 14px 10px;
}

#customer_login .woocommerce-MyAccount-content table thead th span {
    color: #000;
    font-size: 16px;
}

#customer_login .woocommerce-MyAccount-content table thead tr {
    background: #ddd;
}

#customer_login .woocommerce-MyAccount-content table tbody tr th {
    border: none;
}

#customer_login .woocommerce-MyAccount-content table tbody tr td p {
    color: #000;
    font-weight: 500;
}

#customer_login .woocommerce-MyAccount-content table {
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

#customer_login .woocommerce-MyAccount-content .woocommerce-pagination p {
    text-align: center;
}

#customer_login .woocommerce-MyAccount-content .woocommerce-pagination p a {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

#customer_login .woocommerce-MyAccount-content .woocommerce-pagination {
    text-align: center;
}

#customer_login .woocommerce-MyAccount-content .woocommerce-pagination p:empty {
    display: none;
}

#customer_login .woocommerce-MyAccount-content .woocommerce-pagination a.woocommerce-Button--previous {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

#customer_login .woocommerce-MyAccount-content .woocommerce-info {
    border-top-color: #ef8b0e;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 19%);
    font-weight: 600;
}

#customer_login .woocommerce-MyAccount-content .woocommerce-info a.button.wc-forward {
    text-decoration: none;
    background: #ef8b0e;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    margin-left: auto;
    font-weight: 400;
}

#customer_login .woocommerce-MyAccount-content .woocommerce-info::before {
    position: unset;
    margin-right: 10px;
    color: #ef8b0e;
}

.woocommerce-MyAccount-content {
    background: #fff;
    padding: 12px 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 19px -2px rgb(0 0 0 / 17%);
}

.woocommerce-MyAccount-content form.edit-account p label {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}

.woocommerce-MyAccount-content form.edit-account p label + br {
    display: none;
}

.woocommerce-MyAccount-content form.edit-account p input {
    border: 1px solid #dcdcdc;
}

.woocommerce-MyAccount-content form.edit-account p {
    padding: 0px;
    margin-bottom: 16px;
}

.woocommerce-MyAccount-content form.edit-account p span.required {
    color: #FF0000;
}

.woocommerce-MyAccount-content form.edit-account p input#account_display_name {
    margin-bottom: 4px;
}

.woocommerce-MyAccount-content form.edit-account p span {
    font-size: 14px;
    color: #797979;
}

.woocommerce-MyAccount-content form.edit-account fieldset {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 1px solid #ddd;
}

.woocommerce-MyAccount-content form.edit-account fieldset legend {
    color: #000;
}

.woocommerce-MyAccount-content form.edit-account button.woocommerce-Button.button {
    background: #ef8b0e;
    color: #fff;
    border: 1px solid #ef8b0e;
}

#customer_login .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set.addresses .woocommerce-Address {
    background: #f0f0f0;
    padding: 15px 15px;
    border-radius: 6px;
}

#customer_login .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set.addresses .woocommerce-Address header.woocommerce-Address-title.title h2 {
    color: #000000;
    font-size: 22px;
    font-weight: 500;
    margin: 0px 0px 10px 0px;
}

#customer_login .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set.addresses .woocommerce-Address p {
    margin: 0px 0px 10px 0px;
}

#customer_login .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set.addresses .woocommerce-Address p a {
    color: #000000;
    float: unset;
    font-weight: 500;
}

#customer_login .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set.addresses .woocommerce-Address p a br {
    display: none;
}

#customer_login .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set.addresses .woocommerce-Address address {
    color: #000000;
}

.page-id-17559 .woocommerce {
    padding: 60px 0px;
}

.kz_deshborard_section .woocommerce-Addresses {
    display: flex;
}

.kz_deshborard_section .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set.addresses .woocommerce-Address {
    background: #f0f0f0;
    padding: 15px 20px;
    width: 100%;
    margin: 0px 5px;
}

.kz_deshborard_section .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set.addresses .woocommerce-Address header a {
    float: unset;
}

.kz_deshborard_section .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set.addresses .woocommerce-Address header a br {
    display: none;
}

.kz_deshborard_section .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set.addresses .woocommerce-Address header h2 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin: 0px 0px 7px 0px;
}

.kz_deshborard_section .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set.addresses .woocommerce-Address header p {
    margin: 0px;
}

.kz_deshborard_section .woocommerce-MyAccount-content > p > a.button {
    background: #ef8b0e;
    color: #fff;
}

.woocommerce-MyAccount-content > p a:hover {
    color: #b86804;
}

.woocommerce-MyAccount-content table.shop_table, .woocommerce-MyAccount-content table.shop_table tr th, .woocommerce-MyAccount-content table.shop_table tr td {
    border: 0px !important;
}

.woocommerce-MyAccount-content table.shop_table tr th p, .woocommerce-MyAccount-content table.shop_table tr td p {
    margin: 0px;
}

.woocommerce-MyAccount-content table.shop_table tr th p a br {
    display: none;
}

.woocommerce-MyAccount-content table.shop_table tr th, .woocommerce-MyAccount-content table.shop_table tr td {
    padding: 10px;
}

.woocommerce-MyAccount-content table.shop_table tr td p {
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.woocommerce-MyAccount-content table.shop_table tr td p a.woocommerce-button {
    background: #ef8b0e;
    width: 100%;
    color: #fff;
    text-align: center;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-pagination p {
    text-align: center;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-pagination a {
    background: #ef8b0e;
    color: #fff;
}

.woocommerce-form-login.login .mo-openid-app-icons {
    width: 100%;
    max-width: 100%;
}

#customer_login .u-column1 form.login .mo-openid-app-icons p {
    width: 100%;
    border: 1px solid #ddd;
    text-align: center;
    padding: 2px 0px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

#customer_login .u-column1 form.login .mo-openid-app-icons p a {
    border: none;
    display: flex;
    gap: 7px;
}

#customer_login .u-column1 form.login .mo-openid-app-icons p a {
    background: none !important;
    color: #000 !important;
}

#customer_login .u-column1 form.login .mo-openid-app-icons p a img {
    width: 22px;
    top: calc(50% - 10px) !important;
    left: 16px;
    border: 0px !important;
}

p.affiliates_partner_section_heading {
    font-size: 20px;
    font-weight: 500;
    margin: 0px;
}

p.affiliates_partner_section_text {
    margin: 0px;
    color: #333;
    font-size: 17px;
    font-weight: 300;
}

.affiliates_partner_section ul {
    list-style: none;
}

.affiliates_partner_section ul li {
    font-weight: 300;
    color: #333;
    font-size: 17px;
    position: relative;
    margin-left: 15px;
}

.affiliates_partner_section ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    left: -15px;
}

.kz_distributor_section .swiper-slide img {
    min-height: 120px;
}

@media(max-width: 767px) {
    .kz_distributor_section .swiper-slide img {
        min-height:80px;
    }
}

.user_icon img {
    max-width: 32px;
    height: auto !important;
    border: 1px solid #000;
    padding: 5px;
}

.user_icon .elementor-author-box {
    justify-content: center;
}

.gmae-cat {
    transition: 0.3s all;
}

.page-header {
    display: none;
}

.policy-content p {
    font-size: 17px;
}

.policy-content ol {
    margin-top: 20px;
}

.policy-content ol li {
    font-size: 20px;
}

.policy-content ol li strong, .policy-content ol li b {
    font-weight: 600;
}

.policy-content ul {
    list-style: inside;
    margin-bottom: 20px;
}

.policy-content ul ul {
    list-style: none;
}

.kz_deshborard_section form.lost_reset_password {
    width: 48%;
    margin: auto;
}

.kz_deshborard_section form.lost_reset_password p {
    margin: 10px auto !important;
    float: unset;
}

.kz_deshborard_section form.lost_reset_password button.woocommerce-Button {
    background: #ef8b0e;
    color: #fff;
    margin-bottom: 20px;
}

.kz_deshborard_section form.lost_reset_password p.woocommerce-form-row {
    width: 100%;
    max-width: 540px;
    margin: 0px auto 0px 0px !important;
    padding: 0px 20px;
}

.kz_deshborard_section form.lost_reset_password p.woocommerce-form-row {
    background: #dadada;
}

.kz_deshborard_section form.lost_reset_password p.form-row-first {
    padding-top: 10px !important;
}

.kz_deshborard_section form.lost_reset_password p.form-row-first br {
    display: none;
}

@media(max-width: 1084px) {
    body.darkmode--activated .tab-nav-div-bg {
        background:#000;
    }
}

.term_condition_content div ol li {
    font-size: 20px;
    color: #000;
}

.term_condition_content div ol li b {
    font-weight: 600;
}

.term_condition_content div > p {
    color: #000;
}

.refund_policy h3 {
    font-size: 20px;
    color: #000;
    margin-top: 0;
}

.policy-content .cookie_policy_shortcode div#cmplz-document {
    max-width: 100%;
}

.policy-content .cookie_policy_shortcode div#cmplz-document p, .policy-content .cookie_policy_shortcode div#cmplz-document h2, .policy-content h3, .policy-content .cmplz-manage-consent-container span.cmplz-category-title, .policy-content ul li {
    color: #000;
}

.policy-content .cookie_policy_shortcode div#cmplz-document p {
    font-size: 16px;
}

.policy-content .cookie_policy_shortcode div#cmplz-document h2 {
    font-size: 20px;
}

.cookie_policy_shortcode .cmplz-categories span.cmplz-icon {
    width: 18px !important;
}

.cookie_policy_shortcode .cmplz-categories svg {
    width: 100% !important;
    height: 100%;
}

.policy-content .cookie_policy_shortcode div#cmplz-document p.cmplz-subtitle {
    font-weight: 500;
}

.kz_faqs_accordiaon details.e-n-accordion-item {
    border: 1px solid #ddd;
    background: #e6e6e6;
    border-radius: 6px;
}

.kz_faqs_accordiaon details.e-n-accordion-item summary {
    border: 0px;
    padding: 10px 10px 10px 10px;
    align-items: start;
}

.kz_faqs_accordiaon details.e-n-accordion-item > .elementor-element {
    border: 0px;
    padding: 0px 0px 10px 0px;
}

.kz_faqs_accordiaon details.e-n-accordion-item:not(:last-child) {
    margin-bottom: 15px !important;
}

.kz_faqs_accordiaon details.e-n-accordion-item span.e-n-accordion-item-title-icon {
    width: 20px;
    border: 1px solid #000;
    padding: 0;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    margin-top: 8px;
}

.kz_faqs_accordiaon details.e-n-accordion-item span.e-n-accordion-item-title-icon span {
    align-items: center;
    justify-content: center;
}

.kz_faqs_accordiaon details.e-n-accordion-item span.e-n-accordion-item-title-icon span i {
    font-size: 12px;
}

.kz_faqs_accordiaon details.e-n-accordion-item summary span.e-n-accordion-item-title-header .e-n-accordion-item-title-text {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.kz_faqs_accordiaon details.e-n-accordion-item > .elementor-element .e-con-inner, .kz_faqs_accordiaon details.e-n-accordion-item > .elementor-element .e-con-inner > .elementor-element {
    padding: 0px;
}

.kz_faqs_accordiaon details.e-n-accordion-item summary[aria-expanded="true"] span.e-n-accordion-item-title-icon {
    border: 1px solid #ef8b0f;
    background: #ef8b0f;
}

.kz_faqs_accordiaon details.e-n-accordion-item summary[aria-expanded="true"] span.e-n-accordion-item-title-icon i {
    color: #fff !important;
}

.kz_product_categories ul.products li {
    border: 1px solid #f38912;
	border-radius: 10px;
    overflow: hidden;
}

body.darkmode--activated .kz_product_categories ul.products li {
    border: 1px solid #ddd;
}

.kz_product_categories ul.products li a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
}

.kz_product_categories ul.products li a:after {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(0deg, #242424, #00000000 70%);
    position: absolute;
    top: 0;
    transition: 0.5s all;
    opacity: 0;
}

body.darkmode--activated .kz_product_categories ul.products li a:after {
    background: linear-gradient(0deg, #000, #00000000 70%);
}

.kz_product_categories ul.products li a img {
    margin-bottom: 15px !important;
    padding:0px 0px 0px !important;
    transition: 0.5s all;
	aspect-ratio: 560 / 700;
    object-fit: cover;
}

.kz_product_categories ul.products li a h2 {
    text-align: center;
    color: #ff9800 !important;
    opacity: 1;
    width: 100%;
    padding: 0px 10px 15px !important;
}
.kz_product_categories ul.products li a h2 mark {
    background: none !important;
}
body.darkmode--activated .kz_product_categories ul.products li a h2 mark {
    color: #fff;
}

.site_map_bottom h2 {
    display: none;
}

.site_map_bottom > .e-con-inner {
    padding: 40px 0px;
}

.site_map_bottom ul {
    column-count: 3;
    list-style: auto !important;
}

.site_map_bottom .elementor-sitemap-wrap .elementor-sitemap-section {
    flex-basis: 100% !important;
}

.site_map_bottom ul li {
    color: #e18213;
}

.site_map_bottom ul li:not(:last-child) {
    margin-bottom: 12px;
}

.site_map_bottom ul li a {
    text-decoration: none;
    font-family: "Poppins", Sans-serif !important
}

.site_map_bottom ul li a:hover {
    color: #ff9800;
}

body.darkmode--activated .site_map_bottom {
    background: #0d0d0d !important;
}

.kz_sitemap_page strong {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.kz_sitemap_page strong img {
    margin-right: 6px;
}

body.darkmode--activated .kz_sitemap_page strong img {
    filter: invert(1);
}

.kz_sitemap_page ul {
    list-style: decimal;
    padding: 0px 0px 0px 15px;
    margin-top: 10px;
    column-count: 3;
}

.kz_sitemap_page ul li {
    color: #e18213;
    display: flex;
    gap: 7px;
}

.kz_sitemap_page ul li:before {
    content: '';
    background: url(/wp-content/uploads/2025/01/orn-right-arrow.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
}

.kz_sitemap_page ul li:not(:last-child) {
    margin-bottom: 10px;
}

.kz_sitemap_page ul li a {
    text-decoration: none;
}

.kz_sitemap_page ul li a:hover {
    color: #b56609;
}

body.darkmode--activated .kz_sitemap_page strong {
    color: #fff;
}

@media(max-width: 1024px) {
    .site_map_bottom ul {
        column-count:2;
    }
}

@media(max-width: 992px) {
    div#filtered-products .pagination .pagination_box {
        justify-content:start;
    }
}

@media(min-width: 800px) and (max-width:980px) {
    .product_catagory_shop_page_filter .filter-group h4.acc-btn {
        font-size:14px;
    }

    .acc-btn:after, .acc-btn:before {
        width: 12px;
    }
}

@media(max-width: 767px) {
    .kz_sitemap_page ul {
        column-count:2;
    }
}

@media(max-width: 576px) {
    .site_map_bottom ul {
        column-count:1;
    }

    .product_catagory_shop_list ul li a > img {
        padding: 10px;
        /*min-height: 180px;*/
        height: 100%;
        /*max-height: 180px;*/
    }

    .kz-pr-features ul li div strong {
        font-size: 14px;
    }

    .elementor-location-single p {
        font-size: 14px;
    }
}

@media(min-width: 1501px) {
    .elementor-swiper-button-prev:not(.hero-slider-div .elementor-swiper-button-prev), .elementor-swiper-button-next:not(.hero-slider-div .elementor-swiper-button-next) {
        top:calc(50% - 0px) !important;
    }

    .elementor-swiper-button-prev:not(.hero-slider-div .elementor-swiper-button-prev) {
        left: -52px !important;
    }

    .elementor-swiper-button-next:not(.hero-slider-div .elementor-swiper-button-next) {
        right: -50px !important;
    }
}

.quantity-buttons {
    display: flex;
    align-items: center;
    gap: 5px;
}

.quantity-buttons .minus, .quantity-buttons .plus {
    border: none;
    background: #f18a0e;
    color: white;
    width: 40px;
    height: 33px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width: 480px) {
    .product_catagory_shop_list ul li > div {
        display:block;
    }

    .product_catagory_shop_list ul li > div a {
        margin: 10px 0px 0px !important;
    }

    .product_catagory_shop_list ul li > div span.wc_price_custom ins {
        margin-bottom: 10px;
    }

    .product_catagory_shop_list ul li > div span.wc_price_custom ins span.woocommerce-Price-amount.amount {
        font-size: 16px;
    }

    .kz_sitemap_page ul {
        column-count: 1;
    }
}

@media(max-width: 430px) {
    .best-selling-section .add_to_cart_button span.elementor-button-text {
        font-size:10px;
    }

    .best-selling-section .product-tlte h1 {
        font-size: 14px;
    }

    .best-selling-section .my-product-slider ins, .best-selling-section .my-product-slider del {
        font-size: 12px;
    }

    div#filtered-products {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .product_catagory_shop_list {
        flex: 0 0 auto;
        width: 47.9%;
    }
}

.currency-dropdown br {
    display: none;
}

@media(min-width: 768px) {
    .currency-dropdwon-div {
        width:110px !important;
    }

    .best-selling-section .product-detail-div {
        padding-left: 10px;
        padding-right: 10px;
    }

    .best-selling-section .price-buy-div {
        padding-left: 10px;
        padding-right: 10px;
    }

    .top-selling-section .price-buy-div {
        padding: 0px 10px 10px 10px;
    }

    .kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table {
        flex: 1 0 50%;
    }

    .social_icon_blog .elementor-widget-wpr-post-info {
        padding-right: 10px;
    }

    .single-post .wp-block-heading {
        font-size: 20px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    body.darkmode--activated .kz_cart_page table.wpr-shop-table tr td::before {
        color: #fff;
    }

    .top-selling-section .product-category {
        position: absolute;
        bottom: 0;
        opacity: 0;
        transition: 0.3s ease-in-out;
    }

    .top-selling-section .product-tlte {
        position: absolute;
        bottom: 0;
        transition: 0.3s ease-in-out;
    }

    .top-selling-section .price-buy-div {
        position: absolute;
        bottom: 0;
        opacity: 0;
        transition: 0.3s ease-in-out;
    }

    .top-selling-section .product-cst-template:hover .price-buy-div {
        opacity: 1;
    }

    .top-selling-section .product-cst-template:hover .product-tlte {
    }

    body .top-selling-section .product-cst-template:hover .product-category {
        bottom: 55px !important;
        opacity: 1;
    }

    .top-selling-section .product-detail-div {
        min-height: 50px !important;
    }

    .top-selling-section .product-cst-template {
        background: linear-gradient(to bottom, #ffffff 25%, #868686 100%);
        transition: background-color 3s ease-in-out;
    }

    .top-selling-section .product-cst-template .e-con-inner {
    }

    .top-selling-section .product-cst-template:hover {
        background: linear-gradient(to bottom, #ffffff 25%, #222222 100%);
    }

    .top-selling-section .my-product-slider .product-img-div {
        background-color: unset;
    }

    .top-selling-section .product-tlte h1, .top-selling-section .product-category h2, .top-selling-section .my-product-slider del {
        color: #fff;
    }

    .top-selling-section .product-cst-template:hover .product-tlte {
        bottom: 75px !important;
    }

    .my-product-slider .product-tlte {
        min-height: 48px;
    }
}

@media(min-width: 1024px) {
    body.woocommerce-cart .alignwide form.woocommerce-cart-form, body.woocommerce-cart .alignwide .woocommerce-form-coupon-toggle, body.woocommerce-cart .alignwide .woocommerce-message {
        width:63%;
    }

    body.woocommerce-cart .alignwide .cart-collaterals {
        width: 35%;
        position: absolute;
        right: 0;
        top : 0;
    }
}

@media(min-width: 1025px) {
    .currency-dropdwon-div {
        padding:0;
    }

    .Header-Menu-div .e-con-inner {
        padding: 0;
    }
}

@media(max-width: 1160px) {
    .elementor-nav-menu .sub-arrow {
        padding:10px 10px 10px 10px;
    }
}

@media(min-width: 1025px) and (max-width:1350px) {
    .hero-game-soft-div {
        display:block;
    }

    .hero-games-div img {
        height: 215px !important;
    }

    .hero-game-soft-div .hero-games-text {
        bottom: -20px !important;
    }

    .hero-games-div:hover .game-showmore-btn {
        bottom: -12px !important;
    }

    .hero-games-div:hover .hero-games-text {
        bottom: 10px !important;
    }
}

@media(min-width: 1024px) and (max-width:1203px) {
    .product-detail-div:not(.top-selling-section .product-detail-div) {
        padding-bottom:0 !important;
        min-height: 90px ;
    }

    .price-buy-div:not(.top-selling-section .price-buy-div) {
        flex-direction: column !important;
        gap: 0px;
    }

    .price-buy-div .elementor-element:not(.top-selling-section .price-buy-div .elementor-element) {
        width: 100% !important;
        padding-top: 0;
    }

    p.price del:not(.top-selling-section p.price del), p.price ins:not(.top-selling-section p.price ins) {
        padding: 0 5px;
    }

    p.price {
        display: flex !important;
        justify-content: center !important;
    }

    .best-selling-section .product-detail-div {
        max-height: 80px !important;
        min-height: 80px !important;
    }
}

@media (min-width: 1025px) and (max-width:1159px) {
    .Header-Menu-div ul#menu-1-f5a74d0 li a {
        padding:10px !important;
        font-size: 14px;
    }

    .Header-Menu-div .elementor-nav-menu--layout-horizontal {
        justify-content: center;
    }
}

@media(min-width: 1024px) and (max-width:1084px) {
    .best-selling-section .add_to_cart_button span.elementor-button-text {
        font-size:10px;
    }

    .best-selling-section .product-detail-div {
        padding-left: 7px;
        padding-right: 7px;
    }

    .best-selling-section .price-buy-div {
        padding-left: 7px;
        padding-right: 7px;
    }

    .best-selling-section .my-product-slider ins, .best-selling-section .my-product-slider del {
        font-size: 12px;
    }
}

@media(min-width: 1025px) and (max-width:1056px) {
    .menu-div .elementor-nav-menu li a {
        font-size:14px !important;
    }

    ul#menu-1-f5a74d0 > li:first-child > a:before {
        left: 109px !important;
    }
}

@media(max-width: 1024px) {
    .cst-main-menu {
        display:none !important;
    }
}

@media(max-width: 1024px) {
    .header-sub-div-1 {
        padding-left:0;
        padding-right: 0;
    }

    .Header-Menu-div .e-con-inner {
        padding-top: 0;
    }

    .togle-btn {
        padding: 0 !important;
    }

    .togle-btn {
        max-width: 28px;
    }

    .cst-checkbox-label {
        padding: 0px;
    }

    .elementor-element-1e79b68b + .elementor-element-1e79b68b {
        display: none;
    }

    .product_price span.woocs_price_code > del > span.woocommerce-Price-amount.amount {
        font-size: 24px;
    }

    body.page-id-17559 .woocommerce .u-column2.col-2 {
        width: 100%;
    }

    body.page-id-15 .kz_deshborard_section {
        padding: 50px 16px;
    }

    div#filtered-products {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .Header-Menu-div ul#menu-1-2d56e86d li a {
        padding:10px !important;
        font-size: 13px;
    }

    .elementor-nav-menu--layout-horizontal {
        justify-content: center;
    }

    .Header-Menu-div ul#menu-1-2d56e86d {
        gap: 10px;
        justify-content: center;
    }

    .hero-games-div img {
        height: 180px;
        object-fit: cover;
    }

    .hero-game-soft-div .hero-games-text {
        bottom: 9px !important;
    }

    .hero-games-div:hover .hero-games-text {
        bottom: 47px !important;
    }

    .hero-games-div:hover .game-showmore-btn {
        bottom: 22px !important;
    }

    .header-second-div .e-font-icon-svg-container:before {
        top: 12px;
    }

    .Header-Menu-div .e-con-inner {
        justify-content: flex-start !important;
        padding-left: 10px !important;
    }

    ul#menu-1-2d56e86d {
        display: flex;
        gap: 10px !important;
    }

    ul#menu-1-2d56e86d li {
        width: fit-content !important;
    }

    ul#menu-1-2d56e86d li a {
        justify-content: center;
    }

    ul#menu-1-2d56e86d > li:first-child > a:before {
        position: relative;
        margin-left: 15px;
    }

    .Header-Menu-div ul#menu-1-2d56e86d li a {
        padding: 10px !important;
        font-size: 13px;
    }

    .elementor-nav-menu--layout-horizontal {
        justify-content: center;
    }

    .Header-Menu-div ul#menu-1-2d56e86d {
        gap: 10px;
        justify-content: center;
    }
}

@media(min-width: 767px) and (max-width:810px) {
    .search-top-section > .e-con-inner > .category_clear {
        flex-direction:column;
        align-items: start;
    }
}

@media(max-width: 768px) {
    .header-second-div .e-font-icon-svg-container:before {
        top:12px;
    }

    .hero-games-div .elementor-widget-image img {
        object-fit: cover !important;
    }

    .hero-games-div:hover .hero-games-text {
        bottom: 48px !important;
    }

    .hero-games-div:hover .game-showmore-btn {
        bottom: 22px !important;
    }

    .hero-game-soft-div .hero-games-text {
        bottom: 8px !important;
    }

    .kz_cart_page tr td.product-thumbnail {
        display: block !important;
    }

    .kz_cart_page table.shop_table_responsive tr td {
        text-align: left !important;
    }

    .kz_cart_page tr td.product-thumbnail:before {
        display: none;
    }

    body.darkmode--activated .kz_cart_page tr td:before {
        color: #fff;
    }

    body.woocommerce-cart .alignwide form.woocommerce-cart-form table.wpr-shop-table tbody tr td:before {
        max-width: 110px;
        width: 100%;
        text-align: left;
    }

    body.woocommerce-cart .alignwide form.woocommerce-cart-form table.wpr-shop-table tbody tr:not(:last-child) {
        border-bottom: 1px solid #e3e3e3;
    }

    body.woocommerce-cart .darkmode--activated .alignwide form.woocommerce-cart-form table.wpr-shop-table tbody tr:not(:last-child) {
        border-bottom: 1px solid #1c1c1c;
    }

    .kz_cart_page table.shop_table_responsive tr td img {
        border: 1px solid;
        margin-top: 10px;
    }

    .kz-pr-left-col .woocommerce-product-gallery__image.single-product-main-image a::before {
        display: none;
    }

    .product_catagory_shop_page_filter .filter-group label {
        font-size: 14px;
        line-height: normal;
    }
}

@media(max-width: 767px) {
    .hero-main-div .elementor-swiper-button.elementor-swiper-button-prev, .hero-main-div .elementor-swiper-button.elementor-swiper-button-next {
        display:none;
    }

    div#mobile-header .currency-dropdwon-div select#currency-select {
        padding: 4px 6px !important;
        font-size: 10px !important;
    }

    .currency-dropdwon-div {
        padding-top: 6px !important;
    }

    .elementor-sticky--active .header-sub-div-2 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .hero-main-div .elementor-slides .swiper-slide-inner {
        padding:20px !important;
    }

    .logo-profile-div.elementor-sticky--active {
        top: 0px !important;
        height: 90px !important;
    }

    div#mobile-header .currency-dropdwon-div {
        height: unset !important;
    }

    div#mobile-header .currency-dropdwon-div select#currency-select {
        padding: 8px 6px;
        font-size: 15px ;
    }

    div#mobile-header .currency-dropdwon-div {
        width: 120px !important;
        padding: 0px !important;
    }

    .foooter-copy-main-div {
        gap: 0;
    }

    .header-sub-div-2 {
        gap: 10px;
    }

    .currency-dropdwon-div .header_select_box {
        width: 100%;
    }

    .product-section nav.woocommerce-pagination ul li {
        margin: 5px !important;
    }

    .game-cat-section .gmae-cat a {
        font-size: 18px;
    }

    .swiper-pagination {
        display: none !important;
    }

    .customer-review-section .swiper-pagination {
        justify-content: center !important;
    }

    #mobile-header .cart-icon-div .elementor-menu-toggle {
        margin-left: 10px;
    }

    #mobile-header .header-sub-div-2 > .elementor-element {
        width: auto;
        flex: 0 0 auto;
        align-items: center;
    }

    .weekly-section .swiper.elementor-loop-container {
        padding-bottom: 10px !important;
    }

    .hero-games-div .gmae-iner-div {
        position: absolute;
        top: 140px;
        padding: 0;
    }

    .hero-games-div {
        max-height: 130px !important;
    }

    .copy-text-div .elementor-widget-text-editor, .policy-text-div .elementor-widget-text-editor {
        width: 100%;
    }

    .footer-copy-write-sec .copy-text-div {
        padding-left: 10px !important;
    }

    ul#menu-1-7a44244c li:first-child a, ul#menu-1-2d56e86d li:first-child a {
        position: relative;
    }

    ul#menu-1-7a44244c > li:first-child > a:before, ul#menu-1-2d56e86d > li:first-child > a:before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background-image: url(/wp-content/uploads/2025/01/menu.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        left: 98px;
        display: block;
        opacity: 1;
    }

    ul#menu-1-7a44244c li:first-child svg.e-font-icon-svg.e-fas-caret-down, ul#menu-1-2d56e86d li:first-child svg.e-font-icon-svg.e-fas-caret-down {
        width: 20px;
        height: 20px;
        opacity: 0;
    }

    .elementor-element .swiper .elementor-swiper-button svg {
        width: 18px;
        height: auto;
    }

    .hero-slider-div .elementor-element .swiper .elementor-swiper-button-prev {
        left: -10px;
    }

    .hero-slider-div .elementor-element .swiper .elementor-swiper-button-next {
        right: -10px;
    }

    .hero-slider-div .elementor-swiper-button.elementor-swiper-button-next:before, .hero-slider-div .elementor-swiper-button.elementor-swiper-button-prev:before {
        width: 20px;
        height: 3px;
        top: 47%;
    }

    .elementor-swiper-button-prev:not(.Hero .elementor-swiper-button-prev), .elementor-swiper-button-next:not(.Hero .elementor-swiper-button-next) {
        display: none !important;
    }

/*     .woocommerce ul.products li.product a img {
        padding: 15px !important;
    } */

    .elementor-widget-woocommerce-products ul.products.elementor-grid > li.product span.price {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 !important;
    }

    .product-section ul.products li.product.type-product.product-type-simple h2.woocommerce-loop-product__title {
        margin-bottom: 5px !important;
    }

    .elementor-widget-woocommerce-products ul.products.elementor-grid > li.product {
        padding-bottom: 5px;
    }

    .week1 .e-con-inner:not(.darkmode--activated .week1 .e-con-inner) {
        padding-top: 0 !important;
    }

    .footer-div2 {
        gap: 0px;
    }

    .footer-div2 ul li a {
        padding: 7px 7px 7px 0 !important;
    }

    .product-img-div img {
        height: 140px;
        width: auto;
    }

    .header-second-div .elementor-element.logo-profile-div.elementor-sticky--active {
        height: 60px !important;
    }

    .elementor-location-header .e-con-full.mob-nav-div {
        padding-top: 0px !important;
    }

    .elementor-location-header .elementor-element.logo-profile-div.e-flex {
        align-items: center;
    }

    body.darkmode--activated .elementor-menu-toggle i.elementor-menu-toggle__icon--open.eicon-menu-bar {
        color: #fff;
    }

    body.darkmode--activated nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        background: #000;
    }

    body.darkmode--activated nav.elementor-nav-menu--dropdown.elementor-nav-menu__container a.elementor-item {
        color: #fff;
    }

    .elementor-location-header nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        position: fixed !important;
        width: 100% !important;
        max-width: 300px;
        left: 0px !important;
        height: 100vh;
        box-shadow: 0 0 20px #504d4da8;
        top: 0px !important;
        margin-top: 0px !important;
        padding-top: 30px;
    }

    .elementor-location-header nav.elementor-nav-menu--dropdown.elementor-nav-menu__container a.elementor-item:after {
        content: '';
        width: calc(100% - 40px)!important;
        height: 1px;
        background: linear-gradient(90deg, rgb(69 71 73) 0%, rgb(120 111 111) 49%, rgb(0 212 255 / 0%) 100%);
        position: absolute;
        bottom: 0;
        opacity: 1 !important;
    }

    .elementor-location-header nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        height: 100vh !important;
        max-height: 100vh !important;
        --menu-height: 100vh !important;
        transform: translate(-100%, 0%) !important;
    }

    .elementor-location-header .elementor-menu-toggle.elementor-active + nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        transform: translate(0%, 0%) !important;
    }

    .games-section .e-con-inner:not(.darkmode--activated .games-section .e-con-inner) {
        padding-top: 0px !important;
        padding-bottom: 10px !important;
    }

    .best-selling-section .e-con-inner:not(.darkmode--activated .best-selling-section .e-con-inner) {
        padding-top: 0 !important;
        padding-bottom: 10px !important;
    }

    .hero-main-div .elementor-swiper-button.elementor-swiper-button-prev, .hero-main-div .elementor-swiper-button.elementor-swiper-button-next {
        display: none;
    }

    div#mobile-header .currency-dropdwon-div select#currency-select {
        padding: 4px 6px !important;
        font-size: 10px !important;
    }

    .currency-dropdwon-div {
        padding-top: 6px !important;
    }

    .elementor-sticky--active .header-sub-div-2 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .hero-main-div .elementor-slides .swiper-slide-inner {
        padding: 20px 20px !important;
    }

    .logo-profile-div.elementor-sticky--active {
        top: 0px !important;
        height: 90px !important;
    }

    div#mobile-header .currency-dropdwon-div {
        height: unset !important;
    }

    div#mobile-header .currency-dropdwon-div select#currency-select {
        padding: 8px 6px;
        font-size: 15px ;
    }

    div#mobile-header .currency-dropdwon-div {
        width: 120px !important;
        padding: 0px !important;
    }

    .foooter-copy-main-div {
        gap: 0;
    }

    .header-sub-div-2 {
        gap: 10px;
    }

    .currency-dropdwon-div .header_select_box {
        width: 100%;
    }

    .product-section nav.woocommerce-pagination ul li {
        margin: 5px !important;
    }

    .game-cat-section .gmae-cat a {
        font-size: 18px;
    }

    .best-selling-section .product-img-div .elementor-widget-container {
        padding: 0 10px 10px 10px !important;
    }

    .footer-div4 {
        gap: 10px;
    }

    .best-selling-section .product-detail-div {
        padding-left: 10px;
        padding-right: 10px;
    }

    .best-selling-section .price-buy-div {
        padding-left: 10px;
        padding-right: 10px;
    }

    .best-selling-section .product-detail-div {
        min-height: auto ;
    }

    .best-selling-section .product-detail-div {
        padding-top: 15px;
    }

    .price-buy-div a.add_to_cart_button {
        min-width: 80px;
    }

    .product-section .woocommerce ul.products li.product a span.onsale {
        right: 6px !important;
        top: 6px !important;
    }

    .best-selling-section .product-img-div .elementor-widget-container {
        padding: 0 10px 10px 10px !important;
    }

    .footer-div4 {
        gap: 10px;
    }

    .best-selling-section .product-detail-div {
        padding-left: 10px;
        padding-right: 10px;
    }

    .best-selling-section .price-buy-div {
        padding-left: 10px;
        padding-right: 10px;
    }

    .best-selling-section .product-detail-div {
        min-height: auto ;
    }

    .best-selling-section .product-detail-div {
        padding-top: 15px;
    }

    .price-buy-div a.add_to_cart_button {
        min-width: 80px;
    }

    .product-section .woocommerce ul.products li.product a span.onsale {
        right: 6px !important;
        top: 6px !important;
    }

    .top-selling-section .price-buy-div {
        padding: 0px 10px 15px 10px;
    }

    .product-section ul.products {
        gap: 10px !important;
    }

    .product-section ul.products li.product {
        flex: 1 0 auto;
    }

    body:not(.page-id-42628) .elementor-widget-woocommerce-products ul.products.elementor-grid > li.product:last-child {
        width: 48% !important;
        flex: unset;
    }

    .search-heading {
        font-size: 15px;
    }

    .search-content-text h2 {
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden;
        font-size: 14px;
    }

    .search-content ul li a.search-content-ancher .search-content-img {
        flex: 0 0 auto;
    }

    .global-search {
        font-size: 12px;
    }

    .global-discount-section {
        font-size: 12px;
    }

    .global-price span {
        font-size: 14px;
    }

    .global-discount-section {
        flex-direction: column;
        gap: 0;
        align-items: start;
    }

    .elementor-widget-woocommerce-product-price span.woocs_price_code > del > span.woocommerce-Price-amount.amount {
        font-size: 14px;
    }

    span.woocs_price_code > span.woocommerce-Price-amount.amount {
        font-size: 16px !important;
        font-weight: 700 !important;
    }

    .swiper-slide p.price span.woocs_price_code {
        white-space: pre;
        gap: 10px;
    }

    body.darkmode--activated #mobile-header {
        background-color: #000000;
    }

    .footer-botam-section {
        padding-bottom: 12px !important;
    }

    .product-cst-template .price-buy-div {
        gap: 10px;
    }

    .footer-bar {
        position: fixed;
        bottom: 0;
        background: #f38912;
        padding: 10px 15px 4px;
        z-index: 9999;
    }

    .footer-bar > .e-con-inner {
        padding: 0px !important;
    }

    .footer-bar-list ul {
        display: flex;
        justify-content: space-between;
    }

    .footer-bar-list ul li {
        display: block !important;
        text-align: center;
    }

    .footer-bar-list ul li span {
        justify-content: center;
        color: #fff;
    }

    .footer-bar-list ul li span.elementor-icon-list-icon i {
        font-size: 17px;
    }

    .footer-bar-list ul li:hover span, .footer-bar-list ul li:active span {
        color: #000;
    }

    .swiper-slide p.price {
        justify-content: left !important;
    }

    .swiper-slide p.price span.woocs_price_code {
        align-items: center;
        flex-wrap: wrap;
        gap: 5px;
    }

    .swiper-slide p.price span.woocs_price_code ins {
        font-size: 16px;
    }

    .swiper-slide .elementor-button-wrapper {
        text-align: left;
    }

    .footer-bar-list ul li span.elementor-icon-list-text span {
        position: absolute;
        top: -3px;
        left: 86%;
        background: #000000;
        padding: 3px;
        border-radius: 50%;
        min-width: 20px;
        min-height: 20px;
        color: #ffffff;
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: 600;
        line-height: normal;
    }

    .footer-botam-section > .e-con-inner {
        display: flex;
        flex-direction: row !important;
    }

    .footer-botam-section > .e-con-inner .elementor-element {
        flex: 1 0 0%;
    }

    .footer-menu-cart a.elementor-menu-cart__toggle_button {
        border: 0px;
        padding: 0px;
    }

    .footer-menu-cart a.elementor-menu-cart__toggle_button span i {
        color: #fff;
        font-size: 16px;
    }

    .footer-menu-cart .elementor-menu-cart__wrapper {
        text-align: center !important;
    }

    body.search .footer-copy-write-sec {
        margin-bottom: 100px;
    }

    .product-section ul.products.elementor-grid li.product {
        flex-direction: column;
    }

    .elementor-widget-woocommerce-products ul.products.elementor-grid a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
        margin: 10px 10px !important;
        position: unset;
    }

    .elementor-widget-woocommerce-products ul.products.elementor-grid ins > span.woocommerce-Price-amount.amount bdi {
        font-size: 17px;
    }

    .product-section ul li span.price span.woocs_price_code {
        display: flex;
        align-items: center;
        gap: 10px !important;
        flex-wrap: wrap;
    }

    .elementor-widget-woocommerce-products ul.products.elementor-grid > li.product span.price {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .filter-btn {
        position: fixed;
        bottom: 60px;
        background: #080808;
        left: 0px;
        z-index: 999;
    }

    .filter-btn p {
        color: #fff;
        margin: 0px;
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .filter-btn p img {
        width: 18px;
    }

    .price-sidebar {
        transform: translateY(560px);
        position: fixed;
        z-index: 998;
        left: 0px;
        width: 100% !important;
        margin: auto;
        bottom: 204px;
        top: unset !important;
        overflow: auto;
        min-height: 160px;
        height: 446px;
        flex-wrap: nowrap;
        background: #fff !important;
        transition: 0.5s all;
        box-shadow: 0px 0px 14px -3px #989898c9 !important;
        border-radius: 15px 15px 0px 0px;
        inset-inline-start: 0px !important;
    }

    .highlight {
        transform: translateY(90px);
    }

    button.close-btn span {
        mask-image: url(/wp-content/uploads/2025/01/close-btn.png);
        width: 24px;
        height: 24px;
        display: inline-block;
        mask-repeat: no-repeat;
        mask-position: center center;
        mask-size: contain;
        background: rgb(0, 0, 0);
    }

    body.darkmode--activated button.close-btn span {
        background: rgb(255, 255, 255) !important;
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 24;
    }

    .product_catagory_shop_list ul li a h2 {
        font-size: 15px;
    }

    .product_catagory_shop_list ul li > div span.wc_price_custom del span.woocommerce-Price-amount.amount {
        font-size: 14px;
    }

    .kz-pr-features ul li div {
        max-width: 130px;
        width: 100%;
    }

    div#filtered-products {
        grid-column-gap: 13px;
        grid-row-gap: 13px;
    }

    .product_catagory_shop_list ul li > div a {
        padding: 6px 10px 6px 10px;
    }

    .kz-pr-features ul li {
        align-items: start;
    }

    .kz-pr-features ul li p {
        display: flex;
        gap: 8px;
        margin: 0px;
    }

    .kz-pr-features ul li p::before {
        content: ':';
    }

    .kz-pr-features ul {
        padding: 0px 10px;
    }

    .kzing_product_accordion details summary.e-n-accordion-item-title {
        padding: 0px 0px 10px 0px;
    }

    .kz-production-deta .woocommerce-Tabs-panel.wc-tab.woocommerce-Tabs-panel--reviews {
        padding: 0px 0px !important;
    }

    .kz_accordion .accordion .accordion-item button span {
        font-size: 16px;
    }

    .kz_accordion .accordion .accordion-item .accordion-content p {
        font-size: 14px;
    }

    .kz_slide .kz_testimonial_content {
        padding: 10px 30px 10px 30px;
    }

    body.woocommerce-cart .alignwide form.woocommerce-cart-form table.wpr-shop-table tbody tr {
        border-bottom: 1px solid #ddd;
    }

    body.woocommerce-cart .darkmode--activated .alignwide form.woocommerce-cart-form table.wpr-shop-table tbody tr {
        border-bottom: 1px solid #383838;
    }

    body.woocommerce-cart .alignwide form.woocommerce-cart-form table.wpr-shop-table tbody tr td {
        display: flex;
    }

    body.woocommerce-cart .alignwide form.woocommerce-cart-form table.wpr-shop-table tbody tr td a {
        text-align: left;
    }

    body.woocommerce-cart .alignwide form.woocommerce-cart-form table.wpr-shop-table tbody tr td.product-remove {
        justify-content: right;
        padding-top: 20px;
    }

    body.woocommerce-cart .alignwide form.woocommerce-cart-form table.wpr-shop-table tbody tr td.product-remove a.remove {
        display: flex;
        width: 20px;
        justify-content: right;
        align-items: center;
    }

    body.woocommerce-cart .alignwide form.woocommerce-cart-form table.wpr-shop-table tbody tr td.product-name a {
        width: 100%;
    }

    body.woocommerce-cart .alignwide .cart-collaterals {
        margin-top: 20px;
    }

    body.woocommerce-cart .alignwide .woocommerce-form-coupon-toggle {
        background: #ddd;
        padding: 10px 0px 0px 15px;
    }

    body.woocommerce-cart .darkmode--activated .alignwide .woocommerce-form-coupon-toggle {
        background: #191919;
    }

    body.woocommerce-cart .alignwide .cart-collaterals {
        padding: 20px 15px;
    }

    body.woocommerce-cart .alignwide form.woocommerce-cart-form {
        padding: 8px 15px 0px 15px;
    }

    body.woocommerce-cart .alignwide form.woocommerce-cart-form table.wpr-shop-table tbody tr td.product-remove {
        justify-content: left;
    }

    .product_price p.price {
        justify-content: start !important;
    }

    .kz-requirement-col.first-col {
        min-width: 90px;
        max-width: 90px;
        z-index: 1 !important;
    }

    .kz_slide .kz_testimonial_content {
        width: 100%;
    }

    #mobile-header .menu-div nav {
        padding-bottom: 5px;
    }

    .kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order {
        flex-direction: column;
    }

    .top-selling-section h1 {
        text-shadow: none !important;
    }
}

@media(min-width: 550px) and (max-width:767px) {
    .logo-profile-div {
        justify-content:space-between !important;
    }

    .header-sub-div-2 {
        width: 50% !important;
    }
}

@media(min-width: 576px) {
    .kz-pr-features ul li div {
        min-width:250px;
    }
}

@media (max-width: 500px) {
    .tophead-text .img-icon img {
        width:22px;
    }

    .tophead-text p.text {
        font-size: 14px;
        font-weight: 500;
    }

    .tophead-text .img-icon {
        height: 28px;
    }
}

@media(max-width: 450px) {
    div#mobile-header ._track.wp-dark-mode-ignore {
        --wpdm-switch-scale:0.7;
    }

    div#mobile-header .currency-dropdwon-div select#currency-select {
        padding: 5px 6px !important;
        font-size: 11px !important;
    }

    div#mobile-header .profile-icon img {
        width: 25px !important;
        height: 25px !important;
    }

    #mobile-header .cart-icon-div .elementor-menu-toggle {
        padding: 2px;
    }

    .header-second-div .wp-dark-mode-switch-3 ._track.wp-dark-mode-ignore ._thumb.wp-dark-mode-ignore {
        height: 21px !important;
        width: 21px !important;
    }

    .header-second-div .wp-dark-mode-switch-3.active ._track.wp-dark-mode-ignore ._thumb.wp-dark-mode-ignore {
        height: 21px !important;
        width: 21px !important;
        left: -0.5px !important;
    }

    .cst-checkbox-label {
        width: 24px !important;
        height: 24px !important;
    }

    .product-section ul li span.price span.woocs_price_code {
        flex-direction: column;
        align-items: start;
        gap: 0 !important;
    }

    .cst-checkbox-label {
        width: 24px !important;
        height: 24px !important;
    }

    .cst-checkbox-label .cst-ball {
        width: 22px !important;
        height: 22px !important;
        top: 0px !important;
    }

    .togle-btn {
        padding-left: 10px !important;
    }

    .product-img-div .elementor-widget-container {
        padding: 0 !important;
    }

    div#mobile-header ._track.wp-dark-mode-ignore {
        --wpdm-switch-scale: 0.7;
    }

    div#mobile-header .currency-dropdwon-div select#currency-select {
        padding: 5px 6px !important;
        font-size: 11px !important;
    }

    div#mobile-header .profile-icon img {
        width: 25px !important;
        height: 25px !important;
    }

    #mobile-header .cart-icon-div .elementor-menu-toggle {
        padding: 2px;
    }

    .header-second-div .wp-dark-mode-switch-3 ._track.wp-dark-mode-ignore ._thumb.wp-dark-mode-ignore {
        height: 21px !important;
        width: 21px !important;
    }

    .header-second-div .wp-dark-mode-switch-3.active ._track.wp-dark-mode-ignore ._thumb.wp-dark-mode-ignore {
        height: 21px !important;
        width: 21px !important;
        left: -0.5px !important;
    }

    .product-section ul li span.price span.woocs_price_code {
        flex-direction: column;
        gap: 0 !important;
        align-items: start !important;
    }

    .elementor-widget-woocommerce-products ul.products.elementor-grid > li.product span.price {
        width: 100%;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .header-sub-div-2 {
        gap: 5px;
    }

    .kz_stor_page_img ul {
        display: flex !important;
        flex-wrap: wrap;
    }

    .kz_stor_page_img ul li {
        width: 46% !important;
    }

    body.page-id-19057 .kz_stor_page_img ul li h2 {
        font-size: 16px !important;
    }
}

@media(max-width: 400px) {
    #mobile-header .header-sub-div-2 {
        justify-content:end !important;
        gap: 10px;
    }

    .game-cat-section .gmae-cat a {
        font-size: 16px;
    }

    #mobile-header .header-sub-div-2 {
        justify-content: end !important;
        gap: 10px;
    }

    .game-cat-section .gmae-cat a {
        font-size: 16px;
    }
}

@media(max-width: 380px) {
    .week1 .product-category h2 a, .games-section .product-category h2 a, .best-selling-section .product-category h2 a {
        display:none !important;
    }

    .week1 .product-category h2 a:nth-child(1), .games-section .product-category h2 a:nth-child(1), .best-selling-section .product-category h2 a:nth-child(1) {
        display: inline !important;
    }

    .product-img-div img {
        height: 170px !important;
    }

    .product-category h2 a {
        overflow: hidden;
        line-height: 20px;
        display: -webkit-box !important;
        -webkit-line-clamp: 1 !important;
        -webkit-box-orient: vertical !important;
    }

    .price-buy-div {
        flex-direction: column !important;
        gap: 8px;
    }

    .price-buy-div .elementor-element {
        width: 100% !important;
    }

    p.price {
        display: flex !important;
        justify-content: center !important;
        text-align: center;
    }

    .games-section .product-detail-div {
        padding: 10px 0 0 0 ;
    }

    .games-section .price-buy-div {
        padding: 0;
    }
}

@media(max-width: 369px) {
    p.rev-tag {
        font-size:11px !important;
    }

    span.elementor-testimonial__name {
        font-size: 18px !important;
    }

    .rev p {
        font-size: 12px !important;
    }

    span.elementor-testimonial__title {
        font-size: 11px !important;
    }
}

@media(min-width: 328px) and (max-width:767px) {
    .product-section ul.products {
        display:flex !important;
        flex-wrap: wrap;
    }

    .product-section ul.products li.product {
        width: 47% !important;
    }
}

@media(max-width: 327px) {
    .elementor-grid-mobile-2 .elementor-grid {
        grid-template-columns:repeat(1, 1fr);
    }

    body:not(.page-id-42628) .elementor-widget-woocommerce-products ul.products.elementor-grid > li.product:last-child {
        width: 100% !important;
        flex: unset;
    }

    .header_select_box form.woocommerce-currency-switcher-form a.dd-selected {
        font-size: 13px;
    }

    .user_icon {
        width: 10%;
    }
}

body.darkmode--activated .elementor-lightbox .widget_shopping_cart_content p.woocommerce-mini-cart__buttons.buttons a, body.darkmode--activated .elementor-menu-cart__main ul li span.quantity, body.darkmode--activated .elementor-lightbox .widget_shopping_cart_content p.woocommerce-mini-cart__total.total, body.darkmode--activated .price-section .wpfFilterWrapper.wpfNotActive .wpfFilterTitle, body.darkmode--activated .price-section .wpfFilterWrapper.wpfNotActive .wpfFilterTitle, body.darkmode--activated .price-section .wpfFilterWrapper .wpfFilterTitle, body.darkmode--activated .search-top-section h1.elementor-heading-title.elementor-size-default, body.darkmode--activated .price-sidebar h4.elementor-heading-title.elementor-size-default, body.darkmode--activated .price-sidebar .product-catagery-section .price-section .wpfFilterWrapper.wpfNotActive .wfpDescription, body.darkmode--activated .price-sidebar .product-catagery-section .price-section .wpfFilterWrapper.wpfNotActive span.wpfFilterTaxNameWrapper, body.darkmode--activated .price-sidebar .product-catagery-section .price-section .wpfFilterWrapper span.wpfFilterTaxNameWrapper, body.darkmode--activated .filter-section p, body.darkmode--activated .product-section ul.products li.product.type-product.product-type-simple h2.woocommerce-loop-product__title, body.darkmode--activated .kz-pr-cart-option p.stock.in-stock, body.darkmode--activated .kz-pr-features ul li, body.darkmode--activated .kz-production-deta .woocommerce-Tabs-panel.wc-tab [data-elementor-type="product-post"] h2, body.darkmode--activated .kz-production-deta .woocommerce-Tabs-panel.wc-tab [data-elementor-type="product-post"] .elementor-image-box-content h3, body.darkmode--activated .kz-production-deta .woocommerce-Tabs-panel.wc-tab.woocommerce-Tabs-panel--reviews p.woocommerce-noreviews, body.darkmode--activated .kz-production-deta .cr-ajax-reviews-review-form .cr-nav-left span, body.darkmode--activated .kz-production-deta .woocommerce-Tabs-panel.wc-tab [data-elementor-type="product-post"] .elementor-widget-reviews .swiper-slide .elementor-testimonial__header span.elementor-testimonial__name, body.darkmode--activated .kz-production-deta .cr-ajax-reviews-review-form .cr-review-form-not-logged-in, body.darkmode--activated .kz-production-deta .woocommerce-Tabs-panel.wc-tab.woocommerce-Tabs-panel--reviews .cr-review-form-wrap, body.darkmode--activated .kz-production-deta .woocommerce-Tabs-panel.wc-tab [data-elementor-type="product-post"] .elementor-element h3, body.darkmode--activated .kz-production-deta .woocommerce-Tabs-panel.wc-tab.woocommerce-Tabs-panel--reviews .cr-review-form-wrap .cr-review-form-item span, body.darkmode--activated .tab-bradcrumb nav.woocommerce-breadcrumb a, .darkmode--activated .kz_accordion .accordion .accordion-item span.accordion-title, .darkmode--activated .kz_accordion .accordion .accordion-item .accordion-content p, .darkmode--activated .kz_accordion .accordion .accordion-item button span, body.darkmode--activated .kz-production-deta .woocommerce-Tabs-panel.wc-tab.woocommerce-Tabs-panel--reviews .cr-reviews-ajax-reviews .cr-summaryBox-wrap .cr-average-rating, body.darkmode--activated .kz-production-deta .woocommerce-Tabs-panel.wc-tab.woocommerce-Tabs-panel--reviews .cr-reviews-ajax-reviews .cr-summaryBox-wrap .cr-total-rating-count, body.darkmode--activated .kz-production-deta .woocommerce-Tabs-panel.wc-tab.woocommerce-Tabs-panel--reviews .cr-reviews-ajax-reviews .cr-summaryBox-wrap tr td, body.darkmode--activated .kz-production-deta .woocommerce-Tabs-panel.wc-tab.woocommerce-Tabs-panel--reviews .cr-reviews-ajax-reviews .cr-summaryBox-wrap tr td span, body.darkmode--activated .kz-production-deta .woocommerce-Tabs-panel.wc-tab.woocommerce-Tabs-panel--reviews .cr-reviews-ajax-reviews .cr-count-row .cr-count-row-count, .darkmode--activated .cart-icon-div span.elementor-button-icon-qty, .darkmode--activated .eicon-close:before, body.darkmode--activated .filter-group label, body.darkmode--activated .range_price_filter h4.price-title-btn, body.darkmode--activated .sidebar .search-group h4.acc-search-btn, body.darkmode--activated .product_catagory_shop_page_filter .filter-group h4.acc-btn, body.darkmode--activated .product_catagory_shop_list ul li a h2, body.woocommerce-cart .darkmode--activated .site-main .page-header h1.entry-title, body.woocommerce-cart .darkmode--activated .alignwide .cart-collaterals .cart_totals .woocommerce-email-field label, body.woocommerce-cart .darkmode--activated .alignwide .cart-collaterals .cart_totals table.shop_table tr.cart-subtotal, body.woocommerce-cart .darkmode--activated .alignwide .cart-collaterals .cart_totals table.shop_table tr.cart-discount, body.woocommerce-cart .darkmode--activated .alignwide .cart-collaterals .cart_totals table.shop_table tr.order-total, body.woocommerce-cart .darkmode--activated .alignwide form.woocommerce-cart-form table.wpr-shop-table tbody tr td.product-name a, body.woocommerce-cart .darkmode--activated .alignwide form.woocommerce-cart-form table.wpr-shop-table tbody tr td.product-price bdi, body.woocommerce-cart .darkmode--activated .alignwide form.woocommerce-cart-form table.wpr-shop-table tbody td.product-subtotal bdi, body.woocommerce-cart .darkmode--activated .alignwide form.checkout_coupon.woocommerce-form-coupon p:first-child, body.woocommerce-cart .darkmode--activated .woocommerce-form-coupon-toggle .woocommerce-info, body.darkmode--activated .elementor-shortcode, body.darkmode--activated .kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table thead tr th, body.darkmode--activated .kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr td bdi, body.darkmode--activated .kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr th, body.darkmode--activated .kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment li.wc_payment_method > label, body.darkmode--activated .kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p, body.darkmode--activated .kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr td, body.darkmode--activated .kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr td bdi, body.darkmode--activated .kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper p.form-row .checkbox, body.darkmode--activated .kz_checkout_page .alignwide form.woocommerce-checkout div#customer_details .woocommerce-form__label-for-checkbox, body.darkmode--activated .custom-blog-listing .elementor-post__card h3.elementor-post__title, body.darkmode--activated .elementor-location-single li.wpr-post-info-date span, body.darkmode--activated .elementor-location-single p, body.darkmode--activated .kz_blog_section article .elementor-post__card .elementor-post__meta-data span.elementor-post-date, body.darkmode--activated .kg_blog_details .elementor-widget-theme-post-content ul li, body.darkmode--activated .kg_blog_details .elementor-widget-theme-post-content ol li, body.darkmode--activated .trusted_shop_section p, body.darkmode--activated .kz_trusted_bottom_section p, body.darkmode--activated .trusted_shop_secure div, body.darkmode--activated .trusted_money_back_section .kz_money_back p, body.darkmode--activated .trusted_money_back_section .kz_money_back div, body.darkmode--activated .trusted_warranty_section ul li, body.darkmode--activated #customer_login .u-column1 form.login a.register_button span, body.darkmode--activated #customer_login form.register a.login_button span, body.darkmode--activated #customer_login h2, body.darkmode--activated #customer_login form p.woocommerce-form-row label, body.darkmode--activated #customer_login .u-column1 form.login div label, body.darkmode--activated #customer_login .u-column1 form.login div p.lost_password a, body.darkmode--activated #customer_login form.register .woocommerce-privacy-policy-text p, body.darkmode--activated nav.woocommerce-MyAccount-navigation ul li a, body.darkmode--activated .kz_deshborard_section .woocommerce-MyAccount-content table tbody tr td p, body.darkmode--activated .kz_deshborard_section .woocommerce-MyAccount-content table thead th , body.darkmode--activated .kz_deshborard_section .woocommerce-MyAccount-content .woocommerce-pagination p a, body.darkmode--activated .kz_deshborard_section .woocommerce-MyAccount-content table thead th span, body.darkmode--activated .kz_deshborard_section .woocommerce-MyAccount-content .woocommerce-info, body.darkmode--activated .woocommerce-MyAccount-content > p, body.darkmode--activated .kz_deshborard_section .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set.addresses .woocommerce-Address header.woocommerce-Address-title.title h2, body.darkmode--activated .kz_deshborard_section .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set.addresses .woocommerce-Address p a, body.darkmode--activated .kz_deshborard_section .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set.addresses .woocommerce-Address address, body.darkmode--activated .woocommerce-MyAccount-content form.edit-account p label, body.darkmode--activated .woocommerce-MyAccount-content form.edit-account fieldset legend, body.darkmode--activated .policy-content .cookie_policy_shortcode div#cmplz-document p, body.darkmode--activated .policy-content .cookie_policy_shortcode div#cmplz-document h2, body.darkmode--activated .policy-content h3, body.darkmode--activated .policy-content .cmplz-manage-consent-container span.cmplz-category-title, body.darkmode--activated .policy-content ul li, body.darkmode--activated .faq_heading .faq_text .elementor-widget-container, body.darkmode--activated .kz_faqs_accordiaon details.e-n-accordion-item summary span.e-n-accordion-item-title-header .e-n-accordion-item-title-text, body.darkmode--activated .woocommerce form label, body.darkmode--activated .cr-reviews-ajax-comments .cr-average-rating span, body.darkmode--activated .email-div .elementor-message, body.darkmode--activated .kz_faqs_accordiaon details ul li {
    color: #ffffff;
}

body.darkmode--activated .widget_shopping_cart_content p.woocommerce-mini-cart__empty-message, body.darkmode--activated .elementor-widget-heading a, body.darkmode--activated .kz-pr-right-col .customer-review-section del bdi, body.darkmode--activated #customer_login .u-column1 form.login .mo-openid-app-icons p a, body.darkmode--activated .kz-production-deta .woocommerce-Tabs-panel.wc-tab.woocommerce-Tabs-panel--reviews .cr-reviews-ajax-reviews ol li div.comment_container .meta, body.darkmode--activated .kz-production-deta .woocommerce-Tabs-panel.wc-tab.woocommerce-Tabs-panel--reviews .cr-reviews-ajax-reviews ol li div.comment_container .meta .cr-meta-author-title span, .darkmode--activated .menu-div li a, .darkmode--activated p.rev-tag, .darkmode--activated .intro-txt-1 p, .darkmode--activated .intro-txt-3 ol li, .darkmode--activated .game-cat-num, .darkmode--activated .footer-section ul li a, .darkmode--activated p.footer-text-1, .darkmode--activated p.footer-text-4, .darkmode--activated p.copywrite-text, body.darkmode--activated .elementor-location-single li.wpr-post-info-date span i, body.darkmode--activated .contact_section_list ul li, body.darkmode--activated .kz_blog_top_section p body.darkmode--activated .kz_blog_section article .elementor-post__card .elementor-post__excerpt p, body.darkmode--activated .kg_blog_details .elementor-widget-theme-post-content p strong, body.darkmode--activated .contact_side_section h2, body.darkmode--activated .contact_side_section a span, body.darkmode--activated .contact_share_icon a:hover i, body.darkmode--activated .trusted_money_back_section .kz_money_back_heading, body.darkmode--activated .trusted_money_back_section .kz_money_back_heading h2, body.darkmode--activated p.affiliates_partner_section_heading, body.darkmode--activated .kz_faqs_accordiaon details.e-n-accordion-item span.e-n-accordion-item-title-icon span i, body.darkmode--activated .kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr.cart-discount td span, body.darkmode--activated .cr-reviews-ajax-comments .cr-total-rating-count, body.darkmode--activated span.elementor-button-icon-qty {
    color: #fff !important;
}

body.darkmode--activated .elementor-menu-cart__main {
    background: #131313;
    border: 1px solid #252525;
}

body.darkmode--activated .elementor-lightbox .widget_shopping_cart_content ul li, body.darkmode--activated .elementor-lightbox .widget_shopping_cart_content p.woocommerce-mini-cart__total.total {
    border-bottom: 1px solid #3e3e3e !important;
}

body.darkmode--activated .price-section .wpfFilterWrapper .wpfPriceFilterRange, body.darkmode--activated .price-section .wpfFilterWrapper ul.wpfFilterVerScroll::-webkit-scrollbar-track {
    background: #ffffff !important;
}

body.darkmode--activated .price-sidebar .price-section .wpfFilterWrapper:not(:first-child), body.darkmode--activated .price-sidebar .price-section .wpfFilterButtons {
    border-top: 1px solid #666;
}

body.darkmode--activated .symble_div, body.darkmode--activated .max_price_div {
    border: 2px solid #333 !important;
    background: #333;
}

body.darkmode--activated .price-section .wpfFilterWrapper ul.wpfFilterVerScroll li span.wpfCheckbox label:before {
    background-color: #333333 !important;
    border: 1px solid rgb(51, 51, 51) !important;
}

body.darkmode--activated .product-section nav.woocommerce-pagination ul li span.page-numbers.dots {
    color: #808080;
}

body.darkmode--activated .wpfFilterWrapper .wpfCheckbox input[type="checkbox"]:checked + label::before {
    background: url(/wp-content/uploads/2025/01/tick2.png) !important;
    background-size: 100% 100% !important;
}

body.darkmode--activated .product-section ul.products li.product.type-product.product-type-simple {
    border-color: #8d8d8d;
}

body.darkmode--activated .search-top-section,body.darkmode--activated .search-middel-section {
    background: #0F0F0F;
}

body.darkmode--activated .elementor-element.e-con-full.price-sidebar {
    background: #191919 !important;
}

body.darkmode--activated .price-sidebar .product-search-form form.elementor-search-form > .elementor-search-form__container {
    background: #333333;
}

body.darkmode--activated .price-sidebar .product-search-form form.elementor-search-form > .elementor-search-form__container i, body.darkmode--activated .price-sidebar .product-search-form form.elementor-search-form > .elementor-search-form__container input {
    color: #ccc;
}

body.darkmode--activated .price-sidebar .product-search-section, body.darkmode--activated .filter-section {
    border-color: #666 !important;
}

body.darkmode--activated .price-sidebar .product-catagery-section .price-section #wpfBlock_1 .wpfPriceInputs span, body.darkmode--activated .price-sidebar .product-catagery-section .price-section #wpfBlock_1 .wpfPriceInputs input, body.darkmode--activated .product-section ul.products li span.price del bdi {
    color: #B3B3B3!important;
}

body.darkmode--activated .price-sidebar .product-catagery-section div#wpfBlock_4 span.wpfDisplay, body.darkmode--activated .price-sidebar .product-catagery-section .price-section div#wpfBlock_4 span.wpfFilterTaxNameWrapper {
    color: #e6e6e6;
}

body.darkmode--activated .product-section ul.products li img, body.darkmode--activated .elementor-15287 .elementor-element.elementor-element-19348ec.elementor-wc-products ul.products li.product, body.darkmode--activated .woocommerce-Tabs-panel--cr_qna .cr-qna-search-block, body.darkmode--activated .kz-production-deta .woocommerce-Tabs-panel.wc-tab [data-elementor-type="product-post"] .elementor-widget-reviews .swiper-slide, body.darkmode--activated .kz-production-deta .cr-ajax-reviews-review-form {
    background: #000000;
}

body.darkmode--activated .kz-production-deta .woocommerce-Tabs-panel.wc-tab.woocommerce-Tabs-panel--reviews .cr-reviews-ajax-reviews, body.darkmode--activated .kz-production-deta .woocommerce-Tabs-panel.wc-tab.woocommerce-Tabs-panel--reviews .cr-reviews-ajax-reviews .cr-count-row, body.darkmode--activated .kz-production-deta .woocommerce-Tabs-panel.wc-tab.woocommerce-Tabs-panel--reviews .cr-ajax-search input.cr-input-text {
    background: #000000 !important;
}

body.darkmode--activated .product-section ul.products li span.price ins bdi {
    color: #ef8b0e;
}

body.darkmode--activated .product_details, body.darkmode--activated .key-active-section, body.darkmode--activated .kz-production-details {
    background: #0F0F0F;
}

body.darkmode--activated .kz-pr-left-col img {
    border-color: #8d8d8d !important;
}

body.darkmode--activated .kz-pr-right-col .customer-review-section {
    background: transparent !important;
}

body.darkmode--activated .kz-pr-right-col .customer-review-section del span.woocommerce-Price-amount.amount::before {
    background: #f5f5f5 !important;
}

body.darkmode--activated .kz-production-deta .woocommerce-Tabs-panel.wc-tab [data-elementor-type="product-post"] {
    background: #000000;
    color: #fff;
}

body.darkmode--activated .kz-production-deta .cr-ajax-reviews-review-form .cr-nav-left svg {
    fill: #fff;
}

body.darkmode--activated .woocommerce-Tabs-panel--cr_qna .cr-qna-list-block, body.darkmode--activated .kz_require .elementor-widget-container, body.darkmode--activated .key-text-section .elementor-widget-container {
    background: #000 !important;
    color: #fff;
}

body.darkmode--activated .product-bradcrumbs {
    background: #0F0F0F;
}

body.darkmode--activated .price-section div#wpfBlock_3 span.wpfCount {
    color: #a8a8a8;
}

body.darkmode--activated #customer_login .u-column1 form.login .mo-openid-app-icons p {
    background: #000;
    border: 1px solid #000;
}

body.darkmode--activated h3.product_subtitle {
    background: hsl(0deg 0% 4.15%);
    color: #ffffff;
}

.darkmode--activated .kz_faq_section {
    background: #000000 !important;
}

.darkmode--activated .kz_accordion .accordion .accordion-item {
    background: #0f0f0f;
    border-color: #0f0f0f;
}

body.darkmode--activated .kz-production-deta .woocommerce-Tabs-panel.wc-tab.woocommerce-Tabs-panel--reviews .cr-reviews-ajax-reviews .cr-summaryBox-wrap, body.darkmode--activated .kz-production-deta .woocommerce-Tabs-panel.wc-tab.woocommerce-Tabs-panel--reviews .cr-reviews-ajax-reviews ol li div.comment_container {
    background-color: #0f0f0f !important;
}

body.darkmode--activated .product_details .woo-product-gallery-slider .wpgs-nav .slick-slide {
    border-color: #454545;
}

body.darkmode--activated .kz-production-deta input,body.darkmode--activated .kz-production-deta textarea {
    background: #0f0f0f !important;
    color: #fff !important;
    border-color: #3b3b3b !important;
}

body.darkmode--activated .sticky-cst-header.elementor-sticky.elementor-sticky--active + .sticky-cst-header.elementor-sticky__spacer {
    position: relative;
}

body.darkmode--activated .sticky-cst-header.elementor-sticky.elementor-sticky--active + .sticky-cst-header.elementor-sticky__spacer:after {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: #000;
    visibility: visible !important;
}

.darkmode--activated .sticky-cst-header {
    background-color: #000 !important;
}

.darkmode--activated .menu-div li {
    background: #0d0d0d !important;
    border-color: #333333 !important;
}

.darkmode--activated .elementor-nav-menu li.menu-item-has-children a:before, .darkmode--activated .elementor-nav-menu li.menu-item-has-children svg {
    filter: invert(1);
}

.darkmode--activated select#currency-select {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #fff !important;
}

.darkmode--activated .header-sub-div-2 .elementor-menu-cart__toggle .elementor-button svg path {
    fill: #000 !important;
    stroke: #fff !important;
}

.darkmode--activated .Hero.section {
    background-image: url(https://keyzing.com/wp-content/w3-webp/uploads/2025/01/banner-darkmode.jpgw3.webp);
}

.darkmode--activated .Hero.section::before, .darkmode--activated .weekly-section.week1::before, .darkmode--activated .games-section:before, .darkmode--activated .top-selling-section:before, .darkmode--activated .intro-keyzing-section:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.darkmode--activated .games-section:before {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.darkmode--activated .top-selling-section:before {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

.darkmode--activated .weekly-section.week1 {
    background-image: url(https://keyzing.com/wp-content/w3-webp/uploads/2025/01/back-weekly-1-scaled-1.jpgw3.webp);
}

.darkmode--activated .top-selling-section {
    background-image: url(/wp-content/uploads/2025/01/top-selin-dar-scaled.jpg);
}

.darkmode--activated .weekly-section.week1, .darkmode--activated .Hero.section, .darkmode--activated .top-selling-section, .darkmode--activated .intro-keyzing-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.darkmode--activated .product-category h2, .darkmode--activated .price-buy-div del span, .darkmode--activated .elementor-widget-woocommerce-product-price span.woocs_price_code > del > span.woocommerce-Price-amount.amount {
    color: #D9D9D9 !important;
}

.product-img-div {
    border-radius: 10px;
}

.darkmode--activated .games-section {
    background-image: url(https://keyzing.com/wp-content/w3-webp/uploads/2025/01/gmae-sec.jpgw3.webp) !important;
}

.darkmode--activated .best-selling-section .product-cst-template {
    /* border-color:#616161 !important; */
}

.darkmode--activated .product-slider-div .elementor-swiper-button.elementor-swiper-button-prev, .darkmode--activated .product-slider-div .elementor-swiper-button.elementor-swiper-button-next {
    background-color: transparent !important;
}

.darkmode--activated .best-selling-section.top-selling-section .product-img-div {
    background-color: unset !important;
}

.darkmode--activated .customer-review-section, .darkmode--activated .gmae-cat {
    background-color: #1a1a1a !important;
}

.darkmode--activated .intro-keyzing-section {
    background-image: url(https://keyzing.com/wp-content/w3-webp/uploads/2025/01/banner-darkmode.jpgw3.webp);
}

.darkmode--activated .intro-keyzing-section:before {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.darkmode--activated .logo-cara-section {
    border-color: #1a1a1a !important;
    background-color: #171717;
}

.footer-section .e--pointer-underline .elementor-item:after {
    display: none !important;
}

.darkmode--activated p.footer-text-2 {
    color: #cccccc !important;
}

.darkmode--activated .weekly-section.week1 .product-cst-template .product-detail-div, .darkmode--activated .product-cst-template .price-buy-div {
    padding-left: 10px;
    padding-right: 10px;
}

.darkmode--activated .weekly-section.week1 .product-cst-template .e-con-inner {
    /* border: 1px solid #cccccccc; */
    padding-top: 0 !important;
    border-radius: 10px;
}

.darkmode--activated .weekly-section.week1 .product-cst-template .product-img-div {
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
}

.darkmode--activated .games-section .price-buy-div {
    padding-bottom: 15px !important;
}

.darkmode--activated .mob-nav-div, .darkmode--activated .tab-nav-div {
    padding-top: 10px !important;
}

.darkmode--activated .sticky-head-tab, .darkmode--activated .logo-profile-div {
    background-color: #000 !important;
}

.darkmode--activated .cart-icon-div .elementor-menu-toggle .e-font-icon-svg {
    fill: #fff !important;
}

.product-category h2 a {
    text-decoration: none !important;
}

.darkmode--activated .product-cst-template .e-con-inner {
    padding-bottom: 15px !important;
}

.darkmode--activated .games-section .product_title {
    color: #000 !important;
}

.darkmode--activated .games-section .price-buy-div {
    padding-bottom: 0 !important;
}

body.darkmode--activated .product_search input#product-search-input {
    border: 1px solid #0f0f0f;
    background: #0f0f0f;
}

body.darkmode--activated .product_search span.search-icon path {
    fill: #fff;
}

body.darkmode--activated .filter-group input[type="checkbox"] {
    background: #0f0f0f;
    border: 1px solid #0f0f0f;
}

body.darkmode--activated .filter-group input[type="checkbox"]:checked {
    background: #ef8b0e !important;
    position: relative;
    border: 1px solid #ef8b0e !important;
}

body.darkmode--activated .product_catagory_shop_list ul li a > img {
    background: #000;
}

body.darkmode--activated .product_catagory_shop_list ul li {
    border: 1px solid #666;
}

body.darkmode--activated .acc-btn:after, body.darkmode--activated .acc-btn:before {
    background: #fff;
}

body.darkmode--activated .product_catagory_shop_list ul li > div span.wc_price_custom del, body.darkmode--activated .product_catagory_shop_list ul li > div span.wc_price_custom del span.woocommerce-Price-amount.amount {
    color: #d9d9d9;
}

body.woocommerce-cart .darkmode--activated .site-main {
    background: #0F0F0F;
}

body.woocommerce-cart .darkmode--activated .alignwide .cart-collaterals {
    background: #191919;
    box-shadow: none;
}

body.woocommerce-cart .darkmode--activated .alignwide .cart-collaterals .cart_totals .woocommerce-email-field input#order_email {
    background: #191919;
    border: 1px solid #5b5b5b;
    color: #fff;
}

body.woocommerce-cart .darkmode--activated .alignwide .cart-collaterals .cart_totals table.shop_table tr.cart-discount td {
    text-align: end;
}

body.woocommerce-cart .darkmode--activated .alignwide form.woocommerce-cart-form {
    background: #191919;
    box-shadow: none;
}

body.woocommerce-cart .darkmode--activated .alignwide form.woocommerce-cart-form table th {
    background: #000;
    color: #fff;
}

body.woocommerce-cart .darkmode--activated .alignwide form.woocommerce-cart-form table.wpr-shop-table thead {
    outline: 1px solid #000;
}

body.woocommerce-cart .darkmode--activated .alignwide form.woocommerce-cart-form table.wpr-shop-table tbody tr {
    background: #000000;
}

body.woocommerce-cart .alignwide form.woocommerce-cart-form table.wpr-shop-table input[type="number"]::-webkit-outer-spin-button, body.woocommerce-cart .alignwide form.woocommerce-cart-form table.wpr-shop-table input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.woocommerce-cart main#content {
    min-height: 52vh;
}

body.darkmode--activated .kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table {
    border: 1px solid #000000;
}

body.darkmode--activated .kz_checkout_page .wp-block-group .woocommerce-order section.woocommerce-order-details table {
    border: 1px solid #111;
}

body.darkmode--activated .kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot {
    background: #131212;
}

body.darkmode--activated .kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table thead {
    background: #131212;
}

body.darkmode--activated .kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table thead tr th {
    border-bottom: 1px solid #000000;
}

body.darkmode--activated .kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr.cart-subtotal, body.darkmode--activated .kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr.order-total {
    outline: 1px solid #000000;
}

body.darkmode--activated .kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment {
    background: #131212 !important;
    border: 1px solid #000000;
}

body.darkmode--activated .kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment li input:checked + label::before {
    box-shadow: inset 0 0 0 0.2em #000, inset 0 0 0 1em #ef8b0e;
}

body.darkmode--activated .kz_checkout_page form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul {
    border-bottom: 1px solid #000 !important;
}

body.woocommerce-cart .alignwide form.checkout_coupon.woocommerce-form-coupon p:first-child {
    display: none;
}

body.woocommerce-cart .alignwide form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first {
    width: 100%;
}

body.woocommerce-cart .alignwide form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last button.button {
    color: #fff;
    border: 0px;
    background: #ef8b0e;
    height: 100%;
}

body.darkmode--activated .elementor-location-single {
    background: #101010;
}

body.darkmode--activated .elementor-location-single .elementor-widget-wpr-post-info {
    border-right-color: #fff !important;
}

body.darkmode--activated .recent_post_section, body.darkmode--activated .related_post_section {
    background: #000;
}

body.darkmode--activated .wp-block-heading, body.single-post.darkmode--activated .elementor-widget-theme-post-content .alignfull + p, body.single-post.darkmode--activated .elementor-widget-theme-post-content .searchable + div + p {
    background-color: #000;
    color: #fff;
}

body.darkmode--activated .kz_blog_top_section::before {
    background: #000 !important;
}

body.darkmode--activated .kz_blog_section {
    background: #0F0F0F !important;
}

body.darkmode--activated .kz_blog_section article .elementor-post__card {
    background: #151515;
    border: 1px solid #515151;
}

body.darkmode--activated .kg_blog_details {
    background: #0F0F0F !important;
}

body.darkmode--activated .kzpost_side_bar > .elementor-element {
    background: #151515 !important;
    border: 1px solid #515151 !important;
}

body.darkmode--activated .kzpost_side_bar > .elementor-element > .elementor-widget-heading > .elementor-widget-container {
    border-color: #515151 !important;
}

body.darkmode--activated .contact_section {
    background: #0f0f0f !important;
}

body.darkmode--activated .contact_side_section {
    background-color: #000 !important;
}

body.darkmode--activated .contact_side_section p {
    color: #ccc;
}

body.darkmode--activated .contact_side_section a span svg path {
    fill: #fff !important;
}

body.darkmode--activated .contact_side_section {
    background-image: url(https://keyzing.com/wp-content/w3-webp/uploads/2025/01/black-bg-img.pngw3.webp) !important;
}

body.darkmode--activated .contact_share_icon i {
    background: #1b1b1b;
    color: #EF8B0E !important;
}

body.darkmode--activated .trusted_shop_section:before {
    background-color: rgb(0 0 0 / 90%) !important;
}

body.darkmode--activated .trusted_shop_secure, body.darkmode--activated .trusted_warranty_section, body.darkmode--activated .kz_trusted_bottom_section {
    background: #0f0f0f;
}

body.darkmode--activated .trusted_warranty_section p {
    color: #ccc;
}

body.darkmode--activated .trusted_money_back_section {
    background: #000 !important;
}

body.darkmode--activated .trusted_money_back_section .kz_money_back {
    background: #000 !important;
}

.trusted_warranty_section ul {
    list-style: none;
    padding: 0px;
}

body.darkmode--activated .kz_deshborard_section, body.darkmode--activated #customer_login form, body.darkmode--activated.page-id-17559 {
    background: #101010;
}

body.darkmode--activated nav.woocommerce-MyAccount-navigation {
    background: #141414;
    border: 1px solid #222;
}

body.darkmode--activated nav.woocommerce-MyAccount-navigation ul li:not(:last-child) {
    border-bottom: 1px solid #222 !important;
}

body.darkmode--activated .woocommerce-MyAccount-content {
    background: #141414;
}

body.darkmode--activated .kz_deshborard_section .woocommerce-MyAccount-content .woocommerce-info, body.darkmode--activated .kz_deshborard_section .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set.addresses .woocommerce-Address {
    background: #000000;
}

body.darkmode--activated .kz_deshborard_section .woocommerce-MyAccount-content table {
    border: 1px solid #222;
}

body.darkmode--activated .affiliates_partner_section ul li:before {
    background: #ccc;
}

body.darkmode--activated .affiliates_partner_commission h2, body.darkmode--activated .affiliates_partner_section ul li {
    color: #ccc !important;
}

body.darkmode--activated .kz_join_us_section, body.darkmode--activated .kz_checkout_page .wp-block-group .woocommerce-order > p.woocommerce-thankyou-order-received, body.darkmode--activated .kz_checkout_page .wp-block-group .woocommerce-order > ul.woocommerce-thankyou-order-details.order_details li, body.darkmode--activated .kz_checkout_page .wp-block-group .woocommerce-order section.woocommerce-order-details, body.darkmode--activated .kz_checkout_page .wp-block-group .woocommerce-order section.woocommerce-customer-details {
    background: #000000 !important;
}

body.darkmode--activated .kz_join_us_section .elementor-widget-text-editor p, body.darkmode--activated .kz_checkout_page .wp-block-group .woocommerce-order > p.woocommerce-thankyou-order-received, body.darkmode--activated .kz_checkout_page .wp-block-group .woocommerce-order > ul.woocommerce-thankyou-order-details.order_details li, body.darkmode--activated .kz_checkout_page .wp-block-group .woocommerce-order section.woocommerce-order-details table tbody td > a, body.darkmode--activated .kz_checkout_page .wp-block-group .woocommerce-order section.woocommerce-order-details table th, body.darkmode--activated .kz_checkout_page .wp-block-group .woocommerce-order section.woocommerce-customer-details address {
    color: #fff;
}

body.darkmode--activated .kz_distributor_section, body.darkmode--activated .kz_checkout_page .wp-block-group .woocommerce-order section.woocommerce-order-details table thead, body.darkmode--activated .kz_checkout_page .wp-block-group .woocommerce-order section.woocommerce-order-details table tfoot {
    background: #0f0f0f;
}

body.darkmode--activated .user_icon img {
    filter: invert(1);
    border-color: #000;
}

body.darkmode--activated .policy_top_section, body.darkmode--activated .kz_stor_page {
    background: #131313 !important;
}

body.darkmode--activated .kz_checkout_page .wp-block-group .woocommerce-order section.woocommerce-order-details table tfoot tr {
    outline: 1px solid #000;
}

body.darkmode--activated .kz_checkout_page .wp-block-group .woocommerce-order section.woocommerce-order-details table td {
    color: #ef8b0e;
}

body.darkmode--activated .policy_bottom_section, body.darkmode--activated .kz_stor_page_img {
    background: #0d0d0d !important;
}

body.darkmode--activated .policy_bottom_section div span, body.darkmode--activated .policy_bottom_section div ol li, body.darkmode--activated .kz_deshborard_section form.lost_reset_password p, body.darkmode--activated .refund_policy h3, body.darkmode--activated .refund_policy p, body.darkmode--activated .cookie_policy_shortcode p, body.darkmode--activated .cookie_policy_shortcode h2, body.darkmode--activated .cookie_policy_shortcode p, body.darkmode--activated .cookie_policy_shortcode h2, body.darkmode--activated .cookie_policy_shortcode .cmplz-dropdown div h3, body.darkmode--activated .cookie_policy_shortcode .cmplz-dropdown h4, body.darkmode--activated .cookie_policy_shortcode .cmplz-dropdown .cookies-per-purpose div h5 {
    color: #fff;
}

body.darkmode--activated .kz_deshborard_section form.lost_reset_password p.woocommerce-form-row {
    background: #2e2e2e;
}

.cookie_policy_shortcode a:hover {
    color: #f38912;
}

body.darkmode--activated .cookie_policy_shortcode summary.cmplz-service-header {
    background: #202020 !important;
}

body.darkmode--activated .cookie_policy_shortcode .cmplz-dropdown {
    background: #202020 !important;
}

body.darkmode--activated .cookie_policy_shortcode .cmplz-dropdown div:after {
    filter: invert(1);
}

body.darkmode--activated .cookie_policy_shortcode .cmplz-dropdown .cookies-per-purpose {
    background: #262626 !important;
    border-color: #262626 !important;
}

body.darkmode--activated .cookie_policy_shortcode .cmplz-dropdown .cookies-per-purpose div {
    background: #000 !important;
    color: #fff !important;
}

body.darkmode--activated .cookie_policy_shortcode .cmplz-manage-consent-container details.cmplz-category {
    background: #000 !important;
}

body.darkmode--activated .cookie_policy_shortcode .cmplz-manage-consent-container details.cmplz-category summary span.cmplz-category-header {
    background: #202020 !important;
}

body.darkmode--activated .cookie_policy_shortcode .cmplz-dropdown .cmplz-service-description a:after {
    filter: invert(1);
}

body.darkmode--activated .cookie_policy_shortcode .cmplz-categories svg path {
    fill: #fff;
}

body.darkmode--activated .faq_list_item {
    background: #0d0d0d !important;
}

body.darkmode--activated .kz_faqs_accordiaon details.e-n-accordion-item {
    border: 1px solid #292929;
    background: #0f0f0f;
    border-radius: 6px;
}

body.darkmode--activated .kz_faqs_accordiaon details.e-n-accordion-item span.e-n-accordion-item-title-icon {
    border: 1px solid #fff;
}

body.darkmode--activated .kz_faqs_accordiaon details.e-n-accordion-item summary[aria-expanded="true"] span.e-n-accordion-item-title-icon {
    border: 1px solid #ef8b0f;
}

body.darkmode--activated .kz_faqs_accordiaon details.e-n-accordion-item > .elementor-element p strong, body.darkmode--activated .kz_faqs_accordiaon details.e-n-accordion-item > .elementor-element p {
    color: #ddd;
}

.single-post.darkmode--activated figure.wp-block-table table.has-fixed-layout th, .single-post.darkmode--activated figure.wp-block-table table.has-fixed-layout td {
    color: #fff;
}

.elementor-location-header ul#list-0.active-list.parent-list {
    overflow-y: hidden;
}

body.single-post .elementor-widget-theme-post-content .alignfull {
    background: #ffffff !important;
    margin: 20px 0px;
    width: 100%;
    border: 1px solid #ddd;
}

body.single-post.darkmode--activated .elementor-widget-theme-post-content .alignfull {
    background: #030303 !important;
    border: 1px solid #1b1b1b;
}

body.single-post .elementor-widget-theme-post-content .alignfull h2 {
    background: none;
    border: 0px;
    font-size: 38px !important;
}

body.single-post .elementor-widget-theme-post-content .alignfull p {
    margin: 0px;
}

.product_catagory_shop_list li {
    position: relative;
}

.product_catagory_shop_list li img {
    /*max-height: 303px;*/
    /*min-height: 303px;*/
    height: 100%;
    margin: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
    padding: 10px;
}

body.single-post.darkmode--activated .elementor-widget-theme-post-content .wp-block-aab-group-accordion .aagb__accordion_title, body.single-post.darkmode--activated .elementor-widget-theme-post-content .wp-block-aab-group-accordion .aagb__accordion_icon {
    color: #fff !important;
}

body.single-post .elementor-widget-theme-post-content .wp-block-aab-group-accordion .aagb__accordion_title {
    font-size: 16px;
}

body.single-post.darkmode--activated .elementor-widget-theme-post-content .wp-block-aab-group-accordion .aagb__accordion_active, body.single-post.darkmode--activated .elementor-widget-theme-post-content .wp-block-aab-group-accordion .aagb__accordion_active .aagb__accordion_body--show {
    border-color: #474747 !important;
}

.page-id-4164 .page-content .col-md-6 h4 {
    color: #fff;
}

body.page-id-4164.darkmode--activated .page-content .col-md-6 h4 {
    color: #fff;
}

.page-id-4164 .row.keys_area {
    margin-left: 0px;
}

.page-id-4164 .row.keys_area h6 {
    color: #fff;
    margin: 0px;
}

.page-id-4164 .row.keys_area h3 {
    color: #e18213;
}

.page-id-4164 .row.keys_area > div {
    border: 1px solid #8f8b88;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.page-id-4164 .row.keys_area > div.col-md-6:first-child {
    border-right: 0px;
}

.page-id-4164 .row.keys_area > div.col-md-12 {
    border-top: 0px;
}

.page-id-4164 .card > .row > .col-md-6:first-child {
    width: 120px;
}

.page-id-4164 .col-md-12 {
    color: #fff !important;
    font-size: 16px !important;
}

.page-id-4164 .col-md-12 a.create_account {
    margin-left: 20px;
}

.page-id-4164 .card > .row > .col-md-6:first-child picture img {
    aspect-ratio: 1/1 !important;
    object-fit: contain;
    display: block;
    max-height: 120px;
    object-position: left;
}

.page-id-4164 .keys_area img {
    object-fit: contain;
}

@media (max-width: 767px) {
    .page-id-4164 .card {
        margin:10px;
    }

    main#content .best-selling-section .product-img-div .elementor-widget-container {
        padding: 0px !important;
    }

    .page-id-4164 .row.keys_area h6 {
        font-size: 16px;
    }
}

.page-id-4164 button.button.show_key {
    background: #ef8b0e;
    color: #fff;
}

body.single-product .kzing_product_tab .woocommerce-Tabs-panel .elementor-review--has-separator .elementor-testimonial__icon i {
    color: #ee8b0d;
}

body.single-product.darkmode--activated .kzing_product_tab .woocommerce-Tabs-panel .elementor-review--has-separator .swiper-pagination span.swiper-pagination-bullet {
    background: #ddd !important;
}

.single-product #e-n-accordion-item-1543 #tab-description {
    display: none;
}

body.postid-2649 .post-2649 {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(hwb(0deg 89% 11% / 70%), hwb(0deg 89% 11% / 70%)), url(https://keyzing.com/wp-content/w3-webp/uploads/2025/01/gmae-sec.jpgw3.webp);
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

body.postid-2649 .post-2649 > .elementor-section-wrap {
    display: none;
}

body.postid-2649 .woocommerce div.product.elementor > .container.coming-soon h3, body.postid-2649 .woocommerce div.product.elementor > .container.coming-soon h1 {
    margin: 0;
}

body.postid-2649.woocommerce div.product.elementor > .container.coming-soon h3 {
    font-family: "Protest Strike", Sans-serif;
    color: #e18600;
    margin-bottom: 10px;
}

body.postid-2649.woocommerce div.product.elementor > .container.coming-soon h1 {
    font-family: "Protest Strike", Sans-serif;
    font-size: 54px;
    color: #323232;
}

body.postid-2649.woocommerce.darkmode--activated div.product.elementor > .container.coming-soon h1 {
    color: #cfcfcf;
}

body.postid-2649.darkmode--activated .post-2649 {
    background: linear-gradient(hwb(0deg 14.44% 85.56% / 70%), hwb(0deg 14% 86% / 70%)), url(https://keyzing.com/wp-content/w3-webp/uploads/2025/01/gmae-sec.jpgw3.webp);
}

body.postid-2649 .elementor-widget {
    display: block !important;
}

body.single-product .kzing_product_tab.kzing_requirement details:nth-child(2) .key-text-section span.elementor-drop-cap {
    margin: 0px;
    float: unset;
    font-size: unset;
}

body.single-product .kzing_product_tab h2, body.single-product .kzing_product_tab h3 {
    font-size: 20px !important;
}

body.single-product .kzing_product_tab.kzing_requirement details:nth-child(1) .elementor-widget-container strong {
    color: #c06c00;
}

body.blog.darkmode--activated [data-elementor-type="archive"] p {
    color: #fff !important;
}

body.woocommerce-checkout #payment .payment_box.payment_method_ppcp-gateway {
    display: none !important;
}

.keys_copy {
    border: 1px dashed #e18213;
    display: inline-block;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}

.keys_copy h4 {
    margin: 0px;
}

.keys_copy img {
    top: 0;
}

.product-cst-template .product-img-div.elementor-widget.elementor-widget-image .elementor-widget-container {
    padding: 0px;
}

.product-cst-template .product-img-div.elementor-widget.elementor-widget-image .elementor-widget-container img {
    height: auto;
    padding: 0px !important;
    aspect-ratio: 560/700;
    object-fit: cover;
}

.elementor-element.product-cst-template {
    overflow: hidden;
}

.product-cst-template .elementor-element.product-detail-div {
    margin-top: 15px;
}

#filtered-products .product_catagory_shop_list img.pimage {
    padding: 0px;
    aspect-ratio: 560/700;
    height: 100% !important;
    max-height: 100%;
}

.product-cst-template .elementor-element.product-img-div {
    overflow: hidden;
}

.elementor.product-type-simple .product-cst-template {
    border-radius: 10px !important;
    overflow: hidden;
}
.sticky-cst-header {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px !important;
}
.product-cst-template {
    border: 1px solid #ccc;
}


body.home .hero-main-div .swiper-slide-bg{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
}
body.home .hero-main-div .swiper-slide-contents{
    display:block !important;
}
body.home .hero-main-div .swiper-slide-inner{
    position:unset !important;
}

.cart-collaterals .cross-sells {
    width: 100% !important;
    padding: 10px 70px 10px 20px;
    background: #f5f5f5;
    border-radius: 5px;
    margin-bottom: 17px;
}
.cart-collaterals .cross-sells h2 {
    color: #f18a0e;
    font-size: 17px;
}
.cart-collaterals .cross-sells ul.products li {
    width: 100% !important;
    margin: 0px 0px 0px 0px;
}
.cart-collaterals .cross-sells ul.products li a img {
    float: left;
    width: 120px;
    margin-right: 15px;
    margin-bottom: 0;
}
.cart-collaterals .cross-sells ul.products li a.button {
    background: #ef8b0e;
    font-weight: 600 !important;
    border-radius: 30px 30px 30px 30px;
    padding: 8px 10px 8px 10px;
    color: #000;
    font-size: 12px;
    line-height: 12px;
    border: 1px solid #ef8b0e !important;
    transition: all .3s;
}
.cart-collaterals .cross-sells ul.products li span.onsale {
    position: absolute;
    right: -47px;
    background: #EF8B0E;
    padding: 3px 4px;
    border-radius: 3px;
    top: 12px;
    line-height: normal;
    min-height: auto;
    font-weight: 400;
}
.cart-collaterals .cross-sells ul.products li h2 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 47px;
}
.cart-collaterals .cross-sells ul.products li  span.price {
    margin-top: 11px;
}
.cart-collaterals .cross-sells ul.products li span.price del {
    color: #070000;
}
.cart-collaterals .cross-sells ul.products li span.price > span {
    color: #000;
}
body.woocommerce-cart .alignwide:has(.cross-sells) {
    min-height: 630px !important;
}	

/* game checkbox */

.woocommerce-checkout span.woocommerce-input-wrapper label.checkbox {
    padding-left: 20px;
}
 
.woocommerce-checkout span.woocommerce-input-wrapper label.checkbox input#custom_game_account_confirm_checkbox {
    position: absolute;
    top: 5px;
    left: 0;
}
.woocommerce-checkout span.woocommerce-input-wrapper label.checkbox {
    position: relative;
}


@media (min-width: 1024px) {
  .elementor-location-header li > ul.mega-sub-menu {
    max-height: 600px !important;
    overflow-y: auto !important;
  }
}

.home .swiper-slide a.swiper-slide-inner {
    width: 100%;
    height: 100%;
}