/*
Theme Name: My WooCommerce Theme
Author: Your Name
Description: A custom WooCommerce theme using default templates with custom header/footer.
Version: 1.0
*/


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    touch-action: manipulation;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'SF Pro Display', sans-serif;
    color: #262626;
}

p,
span,
a,
ul,
li,
button,
div,
input,
label,
select,
option,
textarea {
    font-family: 'SF Pro Display', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'The Bold Font', sans-serif !important;
}

a {
    color: #2baee4;
}

input:focus-visible,
textarea:focus-visible {
    border: 1px solid #2baee4 !IMPORTANT;
    outline: none;
    box-shadow: none;
}

.header nav.navbar .header-logo img {
    max-width: 200px;
    height: auto;
}

.footer .footer-logo-content .footer-logo img {
    max-width: 200px;
    height: auto;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li.menu-item a {
    position: relative;
    padding: 8px 15px 8px 45px;
    margin-bottom: 10px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li.menu-item a::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 10px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li.menu-item:first-child a::before {
    background-image: url(/wp-content/uploads/2025/08/Cards-icon-black.png);
}

.navbar-expand-lg .navbar-nav .dropdown-menu li.menu-item:hover:first-child a::before {
    background-image: url(/wp-content/uploads/2025/08/Cards-icon-white.png);
}

.navbar-expand-lg .navbar-nav .dropdown-menu li.menu-item:nth-child(2) a::before {
    background-image: url(/wp-content/uploads/2025/08/Cards-frame-icon-black.png);
}

.navbar-expand-lg .navbar-nav .dropdown-menu li.menu-item:hover:nth-child(2) a::before {
    background-image: url(/wp-content/uploads/2025/08/Cards-frame-icon-white.png);
}

.navbar-expand-lg .navbar-nav .dropdown-menu li.menu-item.current-menu-item:first-child a::before {
    background-image: url(/wp-content/uploads/2025/08/Cards-icon-white.png);
}

.navbar-expand-lg .navbar-nav .dropdown-menu li.menu-item.current-menu-item:nth-child(2) a::before {
    background-image: url(/wp-content/uploads/2025/08/Cards-icon-white.png);
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    max-width: 300px;
    width: 300px;
    padding: 20px 10px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li.menu-item.current-menu-item a {
    background-color: #2BAEE4;
    border-radius: 30px;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li.menu-item:hover a {
    background-color: #2BAEE4;
    border-radius: 30px;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li.menu-item:last-child a {
    margin-bottom: 0;
}

/* .main-container {
    max-width: 1920px;
    margin: 0 auto;
} */
.player .vp-video-wrapper object {
    width: 100%;
    height: auto !important;
}

.player .vp-video-wrapper video {
    width: 100%;
    height: auto !important;
}

.player.right-content-area-supported {
    overflow: hidden;
    max-width: 100% !important;
    height: 100% !important;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    float: none;
    border: none;
    margin: 0px 5px;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers {
    background-color: #e9e6ed;
    color: #000;
    border-radius: 50%;
    padding: 10px;
    width: 35px;
    height: 35px;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers.current {
    background-color: #2baee4;
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    color: transparent;
}

.text-center {
    text-align: center !important;
}

.btn.btn-light {
    border-radius: 30px;
    padding: 11px 22px;
    color: #262626;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    background-color: #fff;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

.btn.btn-light:hover,
.btn.btn-light-full:hover,
.btn.btn-light-underline:hover,
.btn.btn-dark-underline:hover,
.btn.btn-dark:hover,
button.wc-block-product-filters__apply:hover {
    background-color: #39b3e7;
    border-color: #39b3e7;
    color: #fff;
}

.btn.btn-light-full {
    border-radius: 30px;
    padding: 11px 22px;
    color: #262626;
    background-color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    width: 100%;
    max-width: 190px;
    margin: 10px 0px;
    letter-spacing: 1px;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

.btn.btn-light-underline {
    border-radius: 30px;
    padding: 11px 22px;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    width: 100%;
    max-width: 190px;
    margin: 10px 0px;
    letter-spacing: 1px;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

.btn.btn-dark {
    border-radius: 30px;
    padding: 11px 22px;
    color: #fff;
    border: 1px solid #262626;
    background-color: #262626;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    width: fit-content;
    max-width: 190px;
    /* margin: 10px 0px; */
    letter-spacing: 1px;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

.btn.btn-dark-underline {
    border-radius: 30px;
    padding: 6px 22px;
    color: #262626;
    border: 1px solid #262626;
    background-color: transparent;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    width: 100%;
    max-width: 190px;
    /* margin: 10px 0px; */
    letter-spacing: 1px;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

button.btn.btn-icon {
    border: none !important;
    padding: 5px 7px;
}

button.wc-block-product-filters__apply {
    border-radius: 30px;
    padding: 11px 22px;
    color: #fff;
    border: 1px solid #262626;
    background-color: #262626;
    width: 100%;
    max-width: 100%;
    /* margin: 10px 0px; */
    letter-spacing: 1px;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

button.wc-block-product-filters__apply span {
    color: #fff !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

/* header start */

.header nav.navbar {
    padding: 3px 90px;
    background-color: #000000;
}

.header nav.navbar .navbar-toggler img {
    width: 40px;
}

.navbar-nav .nav-item a.nav-link {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.navbar-nav .menu-item.current-menu-item a.nav-link {
    color: #2BAEE4;
}

.navbar-nav .menu-item.current-menu-parent.dropdown a.nav-link.dropdown-toggle {
    color: #2BAEE4;
}

.navbar-expand-lg .navbar-nav {
    gap: 15px;
}

.search-container {
    position: relative;
}

.search-container .search-input {
    display: none;
    position: absolute;
    top: 60px;
    right: 0px;
    z-index: 9999;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.search-container.active .search-input {
    display: flex;
}

.search-container input:focus {
    outline: none;
    box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.25),
        0 1px 5px rgba(0, 0, 0, 0.15);
}

.search-container .search-icon {
    cursor: pointer;
}

.search-container.active .search-input input {
    width: 200px;
}

.header nav.navbar .right-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

header.header {
    position: sticky;
    top: 0;
    z-index: 9999;
}

.store button.btn {
    padding: 0px;
}

.breadcrumbs {
    padding-right: 0px !IMPORTANT;
    padding-left: 0px !important;
}

.forminator-input::placeholder {
    color: #B2B2B2;
    font-size: 16px;
    font-weight: 400;
}

span.store-count {
    position: absolute;
    top: -9px;
    left: 12px;
    background-color: #39b3e7;
    color: #fff;
    border-radius: 20px;
    padding: 2px 4px;
    font-size: 10px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-collapse.collapse.show,
.navbar-collapse.collapsing {
    position: fixed;
    top: 0px;
    background-color: #000;
    width: 100%;
    height: 100vh !important;
    left: 0;
    padding: 80px 30px 20px;
    z-index: -1;
}


.navbar-nav .nav-item a.nav-link.dropdown-toggle {
    position: relative;
}

.navbar-nav .nav-item a.nav-link.dropdown-toggle::after {
    background-image: url(./image/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    width: 13px;
    height: 13px;
    position: absolute;
    z-index: 99;
    top: 17px;
}

.navbar-brand img.header-logo {
    width: 130px;
}

.header nav.navbar .navbar-toggler img {
    width: 30px;
}

.header nav.navbar .right-content img {
    width: 25px;
}

/* header end */

/* hero banner start */
.homepage .hero-content-bg {
    /* background-image: url(./image/home-hero-banner.webp); */
    /*     background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 350px 20px 60px; */
}

.homepage .hero-content-bg::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #0000008f;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none !important;
}

.homepage .hero-content-bg .hero-content {
    position: absolute !important;
    top: 50px;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0px 15px;
}

/* .homepage .hero-content-bg .ratio {
    min-height: 70vh;
} */
.homepage .hero-content-bg .hero-content {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    display: none !important;
}

.homepage .hero-content-bg .hero-content h1 {
    font-size: 96px;
    line-height: 106px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    /* letter-spacing: 2px; */
    color: #fff;
}

.homepage .hero-content-bg .hero-content p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    margin: 40px 0;
}

/* hero banner end */

/* single-slider start */

.slick-dotted.slick-slider {
    margin-bottom: 20px !important;
}

.single-slide {
    margin-bottom: 20px;
    margin-top: 20px;
}

.single-slide .single-slide-item {
    /*     padding: 300px 0 100px; */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    text-align: center;
    aspect-ratio: 2.74 / 1;
    position: relative;
}

.single-slide .single-slide-item .left-content {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    max-height: 620px !important;
    height: 100% !important;
    bottom: 60px;
    position: absolute;
    left: 0;
}

.single-slide .single-slide-item h2 {
    font-size: 64px;
    line-height: 74px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
}

.single-slide .single-slide-item img.card-image {
    width: 250px;
}

.single-slide .slick-prev {
    left: 20px !important;
}

.single-slide .slick-next {
    right: 20px !important;
}

.single-slide .slick-prev,
.single-slide .slick-next {
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;
    opacity: 1;
    color: transparent;
    z-index: 9;
    overflow: hidden;
    width: 40px;
    height: 40px;
}

.single-slide button.slick-prev::before {
    color: transparent;
    background-image: url(./image/grey-arrow-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    opacity: 0.6;
}

.single-slide button.slick-next::before {
    color: transparent;
    background-image: url(./image/grey-arrow-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    opacity: 1;
    transform: rotate(180deg);
}

.single-slide .slick-dots {
    bottom: 25px;
}

.single-slide .slick-dots li {
    margin: 0;
}

.single-slide .slick-dots li button:before {
    color: #d4d2d2;
    opacity: 1;
    font-size: 11px;
}

.single-slide .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}

/* single-slider end */

/* double-slider start */

.double-slide .double-slide-item {
    padding: 320px 120px 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.double-slide .double-slide-item h2 {
    font-size: 64px;
    line-height: 74px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #fff;
}

.double-slide .double-slide-item span {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    color: #fff;
}

.double-slide .slick-dots {
    bottom: 25px;
}

.double-slide .slick-dots li {
    margin: 0;
}

.double-slide .slick-dots li button:before {
    color: #d4d2d2;
    opacity: 1;
    font-size: 11px;
}

.double-slide .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}


/* double-slider end */

/* video start */
.video-section .video-thumbnail img {
    width: 100%;
}

.video-section .video-thumbnail .btn img {
    border: 1px solid #39b3e7;
    background-color: #39b3e7;
    border-radius: 50%;
}

.video-section .video-thumbnail .btn img:hover {
    border: 1px solid #39b3e7;
    background-color: #39b3e7;
    transition: 0.5s ease-in-out;
    box-shadow: 0px 0px 5px 2px #39b3e7c7;
}

/* video end */

/* cards-slide start */
.cards-slide {
    /*     max-width: 1400px; */
    margin: 70px 50px 0px;
}

.cards-slide .cards-slide-item a .card-image {
    width: 100%;
}

.cards-slide-head-content {
    position: relative;
    padding: 20px;
}

.cards-slide-head-content h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    color: #262626;
    letter-spacing: 0;
    text-transform: uppercase;
}

.slick-arrows button.slick-next {
    right: 15px !important;
    width: 40px;
}

.slick-arrows button.slick-prev {
    left: 0px !important;
    width: 40px;
}

.slick-arrows {
    position: absolute;
    right: 50px;
}

.slick-arrows button.slick-prev::before {
    /* color: #d4d4d4 !important;
    font-size: 40px; */
    display: none;
}

.slick-arrows button.slick-next::before {
    /* color: #262626 !important;
    font-size: 40px; */
    display: none;
}

.cards-slide .slick-track {
    display: flex;
    gap: 25px;
}

.cards-slide-items button.slick-prev.slick-arrow {
    position: absolute;
    top: -47px;
    right: 93px !important;
    left: auto !important;
    width: 45px;
    height: 46px;
}

.cards-slide-items button.slick-next.slick-arrow {
    position: absolute;
    top: -47px;
    right: 43px !important;
    width: 45px;
    height: 46px;
}

/* .cards-slide-items button.slick-prev::before {
    color: transparent;
    background-image: url(./image/grey-arrow-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    opacity: 1;
} */
.cards-slide-items button.slick-prev.slick-arrow {
    background-color: #D4D4D4;
    border-radius: 50%;
}

.cards-slide-items button.slick-prev.slick-arrow:hover {
    background-color: #000;
    /* transition: 0.3s ease-in-out; */
}

.cards-slide-items button.slick-prev::before {
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(-45deg);
    position: absolute;
    top: 16px;
    left: 19px;
    width: 14px;
    height: 14px;
    color: transparent;
}

.cards-slide-items button.slick-prev:hover::before {
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
}

.cards-slide-items button.slick-next.slick-arrow {
    background-color: #D4D4D4;
    border-radius: 50%;
}

.cards-slide-items button.slick-next.slick-arrow:hover {
    background-color: #000;
    /* transition: 0.3s ease-in-out; */
}

.cards-slide-items button.slick-next::before {
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(135deg);
    position: absolute;
    top: 15px;
    left: 14px;
    width: 14px;
    height: 14px;
    color: transparent;
}

.cards-slide-items button.slick-next:hover::before {
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
}


/* .cards-slide-items button.slick-next::before {
    color: transparent;
    background-image: url(./image/black-arrow-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    opacity: 1;
} */

.cards-slide .cards-slide-item span {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    text-align: center;
    color: #262626;
    margin-top: 30px;
    display: block;
}

.cards-slide .cards-slide-item a {
    text-decoration: none;
}

.cards-slide .cards-slide-item a:hover span {
    color: #39b3e7;
}

/* cards-slide end */

/* games start */
.games-slide-items {
    margin: 70px auto;
}

.games-slide-item {
    position: relative;
    padding: 0px 10px;
    height: auto !important;
}

.games-slide-item img {
    width: 100%;
    height: 509px;
    object-fit: cover;
    border-radius: 10px
}

.games-slide-item span {
    position: absolute;
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: inherit;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    padding: 0 10px;
    width: 100%;
    text-transform: uppercase;
}

.games-slide-item a {
    position: relative;
    display: flex;
}

.games-slide-items .slick-prev {
    left: 50px;
    z-index: 9;
}

.games-slide-items .slick-next {
    right: 80px;
    z-index: 9;
}

.games-slide-items .slick-prev::before,
.games-slide-items .slick-next::before {
    content: '';
    position: absolute;
    background-image: url(./image/white-arrow-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 9;
    width: 40px;
    height: 40px;
    opacity: 1;
}

.games-slide-items .slick-next::before {
    transform: rotate(180deg);
}

/* games end */

/* meet-the-faces start */

.meet-the-faces {
    background-image: url(./image/faces-behind-cards.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 150px 20px 480px;
}


.meet-the-faces h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
}

.meet-the-faces p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 30px;
}

/* meet-the-faces end */

/* footer start */

.footer {
    padding: 70px 50px 20px;
    background-color: #000000;
    /* 	max-width: 1920px; */
    /*     margin: 0 auto; */
}

.footer-logo-content img.footer-logo {
    width: 180px;
}

.footer-logo-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #EBEBEB;
    margin: 30px 0px;
}

.footer-logo-content ul {
    list-style: none;
    padding-left: 0;
}

.footer-logo-content ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 10px;
}

.footer-logo-content ul li img {
    margin-right: 7px;
}

.footer-logo-content ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 10px;
    text-decoration: none;
}

.footer-logo-content ul li a:hover {
    color: #39b3e7;
}

.footer-links h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #EBEBEB;
    margin-bottom: 40px;
}

.footer-links ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
}

.footer-links ul li a:hover {
    color: #39b3e7;
}

.footer-social h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #EBEBEB;
    margin-bottom: 40px;
}

.footer-social ul {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.footer-social ul li img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.copyright-text {
    border-top: 1px solid #262626;
    padding-top: 20px;
}

.copyright-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
    color: #EBEBEB;
    margin-bottom: 0px;
}

/* footer end */

/* about page start */

.about-us .hero-content-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 450px 20px 60px;
}

.about-us .hero-content-bg .hero-content {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

.about-us .hero-content-bg .hero-content h1 {
    font-size: 96px;
    line-height: 106px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    /* letter-spacing: 2px; */
    color: #fff;
}

.about-our-story {
    padding: 70px 10px;
}

.about-our-story h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0;
    text-align: center;
    color: #262626;
    text-transform: uppercase;
}

.about-our-story p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    color: #707070;
}

.about-our-main {
    background-color: #f4fbfe;
    padding: 70px 10px;
}

.about-our-main .row:first-child {
    margin-bottom: 70px;
}

.about-mission-img img {
    width: 100%;
}

.about-vision-img img {
    width: 100%;
}

.about-our-content h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0;
    color: #262626;
    text-transform: uppercase;
}

.about-our-content span {
    font-weight: 400;
    font-style: italic;
    font-size: 28px;
    line-height: 43px;
    letter-spacing: 0;
    color: #262626;
    margin-bottom: 10px;
    display: block;
}

.about-our-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #707070;
}

.about-our-team {
    padding: 70px 0px;
}

.about-our-team h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0;
    text-align: center;
    color: #262626;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about-our-team .card {
    border: none;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.about-our-team .card .card-img-overlay {
    display: none;
    padding: 0px 10px;
}

.about-our-team .card img.card-img-top {
    border-radius: 0px;
    width: 100%;
}

.about-our-team .row {
    margin-left: -10px;
    margin-right: -10px;
}

.about-our-team .card:hover .card-img-overlay {
    display: block;
    text-align: center;
}

.about-our-team .card:hover .card-img-overlay .card-overlay-content {
    text-align: center;
    background: linear-gradient(to bottom, #ffffff54, #000000b0);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    padding: 20px 10px;
}

.about-our-team .card .card-overlay-content .card-title {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-our-partners {
    background-color: #F8F8F8;
    padding: 50px 0;
}

.about-our-partners h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0;
    color: #262626;
    text-transform: uppercase;
}

.about-our-partners p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #707070;
    margin-bottom: 0;
}

.clients-logos {
    margin-top: 45px;
    display: flex;
    gap: 10px;
    justify-content: space-around;
}

.clients-logos img {
    width: 20%;
    border-radius: 7px;
}

/* about page end */

/* Faq page start */

.faq-heading-content {
    max-width: 800px;
    margin: 15px auto 0px;
    padding: 0px 10px;
}

.faq-lists {
    padding: 0 0 70px;
}

.faq-heading-content h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #2BAEE4;
}

.faq-heading-content h2 {
    font-weight: 700;
    font-size: 64px;
    line-height: 74px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #262626;
}

.faq-lists .accordion-item {
    border: none;
    border-bottom: 1px solid #EBEBEB;
}

.faq-lists .accordion-item:last-child {
    border-bottom: none;
}

.faq-lists .accordion-item .accordion-header .accordion-button {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #262626 !important;
    background-color: transparent;
    box-shadow: none !important;
    padding: 18px 0px;
    gap: 10px;
}

.faq-lists .accordion-item .accordion-body {
    padding: 0px 0px 5px;
}

.faq-lists .accordion-item .accordion-body p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    color: #707070;
}

.accordion-button::after {
    background-image: url(/wp-content/uploads/2025/07/plus-icon.svg) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(/wp-content/uploads/2025/07/minus-icon.svg) !important;
}

/* Faq page end */

/* contact page start */
.contact-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 60px 30px;
}

.contact-content img {
    width: 100%;
    object-fit: contain;
}

.contact-content h1 {
    font-weight: 700;
    font-size: 96px;
    line-height: 100px;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
    color: #262626;
}

.contact-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    color: #474747;
}

.contact-lists {
    padding-bottom: 40px;
}

.contact-lists .contact-list {
    text-align: center;
}

.contact-lists .contact-list img {
    width: 61px;
    height: 61px;
    object-fit: contain;
    margin-bottom: 30px;
}

.contact-lists .contact-list h5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    color: #707070;
    font-family: 'SF Pro Display', sans-serif !important;
}

.contact-lists .contact-list p {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    text-align: center;
    color: #474747;
    margin-bottom: 0;
}

.contact-lists .contact-list a {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    text-align: center;
    color: #474747;
    text-decoration: none;
}

.contact-lists .contact-list a:hover {
    color: #2BAEE4;
}

.contact-form {
    margin: 60px 0px 50px;
}

.contact-form .contact-form-heading h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    text-align: center;
    color: #262626;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contact-form-main {
    background-color: #F8F8F8;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    position: relative;
}

.contact-form-main label.form-label {
    display: none;
}

.contact-form-main p {
    margin-bottom: 0px !important;
}

.contact-form-main br {
    display: none;
}

.contact-form-main .form-control {
    font-size: 16px;
    border: 1px solid #D4D4D4;
    border-radius: 50px;
    padding: 11px 20px;
}

.contact-form-main textarea.form-control {
    border: 1px solid #D4D4D4;
    border-radius: 20px;
    padding: 11px 20px;
}

.contact-form-main input.form-control::placeholder,
.contact-form-main textarea.form-control::placeholder {
    color: #B2B2B2;
    font-size: 16px;
    font-weight: 400 !IMPORTANT;
}

.contact-form-main .wpcf7-submit {
    margin-top: 25px;
}

.contact-form-main .wpcf7-form-control-wrap {
    text-align: left;
}

.contact-form-main .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 14px;
}

.contact-form-main span.wpcf7-spinner {
    position: absolute;
    bottom: 52px;
}

/* contact page end */

/* team modal */
.modal-dialog.modal-team-main {
    margin: auto auto;
}

.modal-team-main .modal-body {
    padding: 30px;
}

.modal-dialog.modal-team-main .modal-header {
    border: none;
    padding: 0;
    position: relative;
}

.modal-dialog.modal-team-main .modal-header .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 99;
}

.modal-team-main .modal-body .modal-team-info h4 {
    font-weight: 700;
    font-size: 34px;
    line-height: 32px;
    color: #262626;
    padding-right: 10px;
    text-transform: uppercase;
}

.modal-team-main .modal-body .modal-team-info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #707070;
    margin-top: 10px;
}

.modal-team-main .modal-body .modal-team-info span {
    font-weight: 500;
    font-size: 26px;
    line-height: 34px;
}

.modal-dialog.modal-team-main .modal-content {
    border-radius: 0px;
}

/* team modal end */

/* woocommerce start */
.woocommerce-shop .site-main {
    max-width: 1600px;
    margin: 0px auto 30px;
}

.woocommerce-breadcrumb {
    background-color: #F8F8F8;
    padding: 20px 40px !important;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 100%;
    letter-spacing: 0;
    color: #707070 !important;
    margin-bottom: 20px !important;
}

.woocommerce-breadcrumb a {
    color: #262626 !important;
    text-decoration: none;
}

.woocommerce-products-header h1 {
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    color: #262626;
    margin-bottom: 0;
    /* 	white-space: nowrap; */
    text-transform: capitalize;
    font-family: 'SF Pro Display', sans-serif !important;
}

.woocommerce-products-header h1 span {
    color: #B2B2B2;
    margin-left: 5px;
}

.woocommerce ul.products .type-product h2.woocommerce-loop-product__title {
    font-weight: 600;
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 0;
    color: #262626;
    padding-bottom: 5px;
}

.woocommerce ul.products .type-product .product-short-description {
    margin: 0px !important;
}

.woocommerce ul.products .type-product .product-short-description p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #656565;
    margin-bottom: 5px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-details-wrapper .price .amount bdi {
    font-weight: 700;
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 0;
    color: #474747;
}

.woocommerce ul.products li.product .price ins .woocommerce-Price-amount.amount {
    font-weight: 700;
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 0;
    color: #474747;
}

.woocommerce ul.products li.product .price del {
    color: #000000 !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    margin-right: 10px;
}

.woocommerce .product .summary h1.product_title {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #474747;
}

.woocommerce .product .summary p.price del {
    color: #000000 !important;
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 0;
    margin-right: 10px;
}

.woocommerce .product .summary p.price ins .woocommerce-Price-amount.amount {
    font-weight: 700;
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 0;
    color: #474747;
}

.woocommerce .product form.cart .button {
    border-radius: 30px;
    background-color: #262626;
    padding: 12px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

.woocommerce .product form.cart .button:hover {
    background-color: #2BAEE4;
}

.woocommerce .product form.cart .button.alt.disabled {
    background-color: #7e7e7e;
}

.woocommerce .product form.cart .quantity {
    margin-right: 20px;
}

.woocommerce .product form.cart .quantity input.qty {
    padding: 5px 2px;
    border-radius: 5px;
    border: 1px solid;
    font-size: 16px;
}

.shop-sidebar .wp-block-heading {
    font-weight: 400;
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0;
    color: #262626;
    font-family: 'SF Pro Display', sans-serif !important;
}

.shop-sidebar .widget {
    margin-bottom: 20px;
}

.shop-sidebar .widget_wc_product_category_filter_widget {
    border-bottom: 1px solid #D4D4D4;
    padding-bottom: 20px;
}

.shop-sidebar .wc-block-product-filters__overlay {
    z-index: 1000;
}

.woocommerce .product .summary p.price ins {
    text-decoration: none;
}

.woocommerce .product .images.woocommerce-product-gallery {
    width: auto;
}

.woocommerce-page main.container {
    margin-top: 40px;
    margin-bottom: 40px;
}

.woocommerce-cart .woocommerce {
    display: flex;
    gap: 0px;
    justify-content: space-between;
}

.woocommerce-cart .woocommerce form.woocommerce-cart-form {
    width: 75%;
}

.woocommerce-cart .woocommerce .cart-collaterals {
    width: 25%;
}

.woocommerce-cart .woocommerce .cart-collaterals {
    background-color: #F8F8F8;
    padding: 15px 25px;
    border-radius: 10px;
    height: fit-content;
    margin-left: 20px;
}

.woocommerce ul#shipping_method li label {
    font-size: 14px;
    line-height: 20px;
}

p.woocommerce-shipping-destination {
    font-size: 14px;
    line-height: 20px;
}

.woocommerce table.shop_table {
    border: none;
}

.woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table {
    border: 1px solid #EBEBEB;
    padding: 0px 20px 10px;
}

.cart_totals table.shop_table tr th {
    padding-left: 0px;
}

.cart_totals table.shop_table tr td {
    padding-right: 0px;
}

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

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #262626;
    margin-bottom: 14px;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .checkout-button {
    border-radius: 30px;
    padding: 13px 20px;
    background-color: #262626;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .checkout-button:hover {
    background-color: #2BAEE4;
    color: #fff;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals tr th {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #474747;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals tr.cart-subtotal td {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #262626;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals tr.order-total th {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #262626;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals tr.order-total td {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #262626;
}

.woocommerce ul#shipping_method li input {
    margin: 6px .4375em 0 0;
}

.woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table tr td.actions {
    padding-top: 20px;
}

.custom-shop-banner img {
    width: 100%;
    object-fit: cover;
    max-height: 400px;
    height: 100%;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    border: 1px solid #EBEBEB;
    padding: 20px;
    border-radius: 10px;
    max-width: 320px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #474747;
    text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    padding: 12px 20px;
    margin-bottom: 5px;
}

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

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
    background-color: #2BAEE4;
    border-radius: 60px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    color: #39b3e7;
}

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

.woocommerce-account .woocommerce-MyAccount-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    color: #474747;
}

.woocommerce-account .woocommerce-MyAccount-content p strong {
    color: #474747;
}

.woocommerce-account .woocommerce-MyAccount-content p a {
    color: #39b3e7;
    text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-content .edit-account label {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    color: #707070;
    padding-bottom: 5px;
}

.woocommerce-account .woocommerce-MyAccount-content .edit-account input {
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 15px;
    line-height: 24px;
    color: #474747;
    font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-content legend {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #474747;
    margin-top: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content #account_display_name_description em {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: #707070;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button.button {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    background-color: #262626;
    color: #fff;
    border-radius: 30px;
    margin-top: 15px;
    padding: 10px 20px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    color: #474747;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses a.edit {
    float: left !important;
    border: 1px solid #2baee4;
    color: #2baee4;
    text-decoration: none;
    padding: 7px 15px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses a.edit:hover {
    background-color: #2baee4;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses address {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #707070;
}

.woocommerce-MyAccount-content .woocommerce-info a.button {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    background-color: #262626;
    color: #fff;
    border-radius: 30px;
    margin-top: 15px;
    padding: 10px 20px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields select {
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 15px;
    line-height: 24px;
    color: #474747;
    font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields label {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    color: #707070;
    padding-bottom: 5px;
}

.woocommerce-account .woocommerce-MyAccount-content button.button {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    background-color: #262626;
    color: #fff;
    border-radius: 30px;
    margin-top: 15px;
    padding: 10px 20px;
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #474747;
}

.woocommerce-MyAccount-content .woocommerce-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 150px 30px 100px 30px;
    background-color: #F8F8F8;
    border-radius: 10px;
    border: none;
}

.woocommerce-MyAccount-content .woocommerce-info::before {
    left: auto;
    top: 50px;
}

.woocommerce form.login input {
    border: 1px solid #EBEBEB !important;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 15px;
    line-height: 24px;
    color: #474747;
    font-weight: 500;
}

.woocommerce form.login label {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    color: #707070;
    padding-bottom: 5px;
}

.woocommerce form.login button.woocommerce-button {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    background-color: #262626;
    color: #fff;
    border-radius: 30px;
    padding: 10px 20px;
}

.woocommerce form.login .form-row label.woocommerce-form-login__rememberme {
    margin-top: 8px;
}

.woocommerce form.login .form-row label.woocommerce-form-login__rememberme span {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #474747;
}

.woocommerce form.login .lost_password a {
    color: #2BAEE4;
    text-decoration: none;
}

.woocommerce .woocommerce-form.login {
    max-width: 500px;
}

.shop-content ul.products li.custom-product-item .product-image-wrapper {
    background-color: #F8F8F8;
    padding: 30px;
    position: relative;
}

.shop-content ul.products li.custom-product-item .product-image-wrapper .customize-product-button {
    border-radius: 30px;
    padding: 9px 18px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    background-color: #fff;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    width: fit-content;
    color: #39b3e7;
    opacity: 0.8;
}

.shop-content ul.products li.custom-product-item .product-image-wrapper .customize-product-button:hover {
    background-color: #39b3e7;
    border-color: #39b3e7;
    color: #fff;
}

.shop-content ul.products li.custom-product-item .product-image-wrapper:hover .customize-product-button {
    display: block;
    transition: 0.3s ease-in-out;
    opacity: 1;
}

.shop-content ul.products li.custom-product-item .product-image-wrapper:hover::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #09090921;
    transition: 0.3s ease-in-out;
}

.shop-content ul.products li.custom-product-item .product-image-wrapper img {
    margin: 0;
    height: 100% ! IMPORTANT;
    max-height: fit-content;
}

.shop-content ul.products li.custom-product-item a.button {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    background-color: #262626;
    color: #fff;
    border-radius: 30px;
    margin-top: 15px;
    padding: 10px 18px;
}

.shop-content ul.products li.custom-product-item a.button:hover {
    background-color: #2BAEE4;
    transition: 0.3s ease-in-out;
}

.shop-content ul.products li.custom-product-item a.button.added {
    background-color: #2BAEE4;
}

.shop-content ul.products li.custom-product-item a.added_to_cart {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    background-color: #262626;
    color: #fff;
    border-radius: 30px;
    margin-top: 15px;
    padding: 10px 18px;
    margin-left: 5px;
}

.shop-content ul.products li.custom-product-item .product-image-wrapper span.onsale {
    background-color: #2BAEE4;
    width: 40px;
    height: 40px;
    font-size: 11px;
    letter-spacing: 0.5px;
}

.woocommerce-account .woocommerce-MyAccount-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    color: #474747;
}

form.woocommerce-ordering select {
    padding: 12px 15px;
    font-size: 15px;
    line-height: 24px;
    color: #474747;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 30px;
}

.result-count-sort .woocommerce-ordering {
    margin: 0px;
}

form.woocommerce-ordering select:focus-visible {
    outline: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
    background-color: #FEE4E2;
    border-radius: 60px;
    text-align: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child a {
    color: #c0362d;
}

.woocommerce-account h1.page-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #474747;
    padding-bottom: 30px;
}

.wc-block-product-categories ul.wc-block-product-categories-list li a {
    color: #474747;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
}

.wc-block-product-categories ul.wc-block-product-categories-list li a:hover {
    color: #2baee4;
}

.wc-block-product-categories ul.wc-block-product-categories-list li span span {
    font-weight: 600;
}

.wc-block-product-categories ul.wc-block-product-categories-list li {
    padding-bottom: 4px;
}

.wc-block-product-categories ul.wc-block-product-categories-list {
    list-style: none;
    padding-left: 0px;
}

nav.woocommerce-breadcrumb {
    border-bottom: 1px solid #EBEBEB;
    background-color: #F8F8F8;
}

.woocommerce {
    padding-bottom: 30px;
}

.woocommerce-MyAccount-content .woocommerce-info::before {
    left: auto;
    top: 60px;
    background-image: url(/wp-content/uploads/2025/06/info-circle.svg);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    background-size: contain;
    content: '';
}

.signup-form .forminator-custom-form .forminator-field .forminator-input {
    border: 1px solid #EBEBEB !important;
    border-radius: 10px !important;
    padding: 8px 10px !important;
    font-size: 15px !important;
    line-height: 24px !important;
    color: #474747;
    font-weight: 500 !important;
}

.signup-form .forminator-custom-form .forminator-field .forminator-input.forminator-field--phone {
    padding-left: 90px !important;
}

.signup-form .forminator-custom-form .forminator-field .forminator-label {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    letter-spacing: 0;
    color: #707070;
    padding-bottom: 5px;
}

.signup-form .forminator-custom-form .forminator-field button.forminator-button-submit {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    background-color: #262626;
    color: #fff;
    border-radius: 30px;
    padding: 10px 20px;
}

.signup-form p {
    font-size: 20px;
    line-height: 28px;
    color: #707070;
    text-align: center;
}

.page.page-id-385 .login-main .login-content .page-content {
    padding: 30px 50px 30px !important;
}

.woocommerce form.woocommerce-ResetPassword.lost_reset_password input {
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 15px;
    line-height: 24px;
    color: #474747;
    font-weight: 500;
}

.woocommerce form.woocommerce-ResetPassword.lost_reset_password label {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    color: #707070;
    padding-bottom: 5px;
}

.woocommerce form.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button.button {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    background-color: #262626;
    color: #fff;
    border-radius: 30px;
    padding: 10px 20px;
}

.woocommerce-lost-password .woocommerce-Button.button {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    background-color: #262626;
    color: #fff;
    border-radius: 30px;
    padding: 10px 20px;
}

ul.wc-block-product-filter-removable-chips__items li.wc-block-product-filter-removable-chips__item {
    background-color: #F8F8F8 !IMPORTANT;
    border: none !important;
}

ul.wc-block-product-filter-removable-chips__items li.wc-block-product-filter-removable-chips__item span.wc-block-product-filter-removable-chips__label {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    color: #474747;
    font-family: 'SF Pro Display', sans-serif;
}

ul.wc-block-product-filter-removable-chips__items li.wc-block-product-filter-removable-chips__item svg {
    border: 1.8px solid #707070;
    border-radius: 50%;
    width: 18px;
    height: 18px;
}

ul.wc-block-product-filter-removable-chips__items li.wc-block-product-filter-removable-chips__item svg:hover {
    border: 1.8px solid #2BAEE4;
    color: #2BAEE4;
}

.wc-block-product-filter-clear-button button {
    width: fit-content !IMPORTANT;
    border: 1px solid #707070;
    color: #707070;
    font-size: 16px;
    padding: 7px 20px !important;
    background-color: transparent;
}

.wc-block-product-filter-clear-button button:hover {
    background-color: #2baee4;
    border-color: #2baee4;
    color: #fff;
    transition: 0.3s ease-in-out;
}

ul.wc-block-product-filter-checkbox-list__list span.wc-block-product-filter-checkbox-list__text-wrapper span.wc-block-product-filter-checkbox-list__text {
    color: #474747;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
}

ul.wc-block-product-filter-checkbox-list__list label.wc-block-product-filter-checkbox-list__label span.wc-block-product-filter-checkbox-list__input-wrapper input {
    background-color: transparent !important;
    border: 1px solid #B2B2B2;
    border-radius: 5px;
    width: 20px;
    height: 20px;
}

ul.wc-block-product-filter-checkbox-list__list label.wc-block-product-filter-checkbox-list__label span.wc-block-product-filter-checkbox-list__input-wrapper::before {
    background-color: transparent;
}

ul.wc-block-product-filter-checkbox-list__list label.wc-block-product-filter-checkbox-list__label span.wc-block-product-filter-checkbox-list__input-wrapper svg.wc-block-product-filter-checkbox-list__mark {
    color: #259DCD;
    width: 17px;
    height: 17px;
    margin: 2px;
}

.product.type-product .woocommerce-product-gallery {
    width: 100% !important;
    max-width: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    background-color: #F8F8F8;
}

.woocommerce div.product form.cart .variations select {
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 15px;
    line-height: 24px;
    color: #474747;
    font-weight: 500;
    margin-bottom: 10px;
}

.woocommerce div.product form.cart .variations select:focus-visible {
    outline: none;
}

.woocommerce-variation-add-to-cart.variations_button {
    display: flex;
    align-items: center;
    gap: 5px;
}

.woocommerce span.onsale {
    background-color: #2BAEE4 !important;
    width: 40px;
    height: 40px;
    font-size: 11px !important;
    letter-spacing: 0.5px;
}

section.related.products h2 {
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 0;
    padding-bottom: 10px;
}

.woocommerce-Tabs-panel h2 {
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 0;
}

.woocommerce div.product form.cart .variations td.value a.reset_variations {
    border-radius: 30px;
    border: 1px solid #262626;
    color: #262626;
    background-color: transparent;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
}

.woocommerce div.product form.cart .variations td.value a.reset_variations:hover {
    color: #fff;
    background-color: #262626;
}

textarea#comment {
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 15px;
    line-height: 24px;
    color: #474747;
    font-weight: 500;
    margin-top: 5px;
}

#commentform .form-submit input#submit {
    border-radius: 30px;
    background-color: #262626;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.woocommerce-Tabs-panel p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #707070;
}

.woocommerce-Tabs-panel span#reply-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #707070;
}

.woocommerce-notices-wrapper .woocommerce-message {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
    border: 1px solid #f6f5f8;
    border-radius: 10px;
    width: fit-content;
    margin: 20px auto 0px;
}

.woocommerce-notices-wrapper .woocommerce-message a.button {
    border-radius: 30px;
    background-color: #262626;
    padding: 12px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.woocommerce-notices-wrapper .woocommerce-message a.button:hover {
    background-color: #2baee4;
}

.woocommerce-notices-wrapper .woocommerce-message:focus-visible {
    outline: none;
}

.comment-form-rating label#comment-form-rating-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #707070;
    padding-bottom: 5px;
}

.woocommerce p.stars a {
    color: #2baee4;
}

.product.type-product .product_meta {
    display: flex;
    flex-direction: column;
}

.product.type-product .product_meta span.posted_in a {
    color: #2baee4;
    text-decoration: none;
}

.woocommerce-cart h1.page-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #262626;
    margin-bottom: 20px;
}

.woocommerce-cart thead tr th {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #b2b2b2;
    padding: 15px 12px !important;
}

.woocommerce-cart tbody tr td.wc-block-cart-item__image {
    width: 180px;
}

.woocommerce-cart tbody tr td.wc-block-cart-item__image img {
    max-width: 135px;
    width: 100% !important;
    padding: 30px 30px !important;
    background-color: #F8F8F8 !important;
}

.woocommerce-cart tbody tr td.wc-block-cart-item__product a.wc-block-components-product-name {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #474747;
    text-decoration: none;
    margin-bottom: 5px;
}

.woocommerce-cart tbody tr td.wc-block-cart-item__product .wc-block-cart-item__prices ins {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #474747;
}

.woocommerce-cart tbody tr td.wc-block-cart-item__product .wc-block-cart-item__prices del {
    color: #959595 !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
}

.woocommerce-cart tbody tr td.wc-block-cart-item__product .wc-block-cart-item__prices .price {
    display: flex;
    align-items: center;
}

.woocommerce-cart tbody tr td.wc-block-cart-item__total .price {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: #474747;
}

.wc-block-checkout__actions_row a.wc-block-components-checkout-return-to-cart-button {
    border-radius: 30px;
    border: 1px solid #262626 !important;
    background-color: transparent;
    padding: 12px 20px 12px 35px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #262626;
    /*     margin-right: 10px; */
}

.wc-block-checkout__actions_row a.wc-block-components-checkout-return-to-cart-button svg {
    margin-left: 7px;
    margin-top: 2px;
}

.wc-block-checkout__actions_row a.wc-block-components-checkout-return-to-cart-button:hover {
    border: 1px solid #2baee4 !important;
    color: #2baee4;
}

.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    border-radius: 30px;
    background-color: #262626;
    padding: 12px 20px !IMPORTANT;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    border: none;
    width: fit-content !important;
}

.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover {
    background-color: #2baee4;
}

.woocommerce-cart tbody tr td.wc-block-cart-item__product button.wc-block-cart-item__remove-link {
    width: 25px;
    height: 25px;
    border: 1px solid #c0392b !important;
}

.woocommerce-checkout .wc-block-checkout__contact-fields input {
    border: 1px solid #EBEBEB !important;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 15px;
    line-height: 24px;
    color: #474747;
    font-weight: 500;
}

.woocommerce-checkout .wc-block-checkout__contact-fields label {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    color: #707070;
    padding-bottom: 5px;
}

.woocommerce-checkout select,
.woocommerce-checkout input {
    border: 1px solid #EBEBEB !important;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 15px;
    line-height: 24px;
    color: #474747;
    font-weight: 500;
}

.woocommerce-checkout select,
.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout textarea {
    border: 1px solid #EBEBEB !important;
    border-radius: 10px !IMPORTANT;
    padding: 8px 10px;
    font-size: 15px;
    line-height: 24px;
    color: #474747;
    font-weight: 500;
}

.woocommerce-checkout .wc-block-components-sidebar-layout {
    justify-content: start;
    margin-bottom: 40px;
}

.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form {
    border: 1px solid #EBEBEB;
    padding: 20px 30px;
    border-radius: 10px;
}

form#product-cat-filter input[type="checkbox"] {
    background-color: transparent !important;
    border: 1px solid #B2B2B2 !important;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

form#product-cat-filter label {
    color: #474747;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
}

.shop-sidebar h2.widgettitle {
    font-weight: 400;
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0;
    color: #262626;
    font-family: 'SF Pro Display', sans-serif !important;
}

.wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title {
    font-weight: 600;
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 0;
    color: #262626;
}

.wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link {
    text-decoration: none;
}

.wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li.wc-block-grid__product .price del {
    color: #908c8c !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    margin-right: 10px;
}

.wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li.wc-block-grid__product .price ins {
    font-weight: 700;
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 0;
    color: #474747;
    text-decoration: none;
}

.wc-block-grid__product-onsale {
    background-color: #2BAEE4 !important;
    border: none !IMPORTANT;
    top: -6px !important;
}

.wc-block-grid__product-onsale span {
    color: #fff;
    border: none;
}

.wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products .add_to_cart_button {
    width: fit-content;
    font-weight: 500;
    font-size: 14px;
}

.woocommerce-cart .woocommerce-cart-form .cart_item td.product-thumbnail img {
    background-color: #F8F8F8;
    width: 120px;
    object-fit: contain;
    padding: 5px;
    border-radius: 10px;
}

.woocommerce-cart .woocommerce-cart-form .cart_item .product-name a,
.woocommerce-cart .woocommerce-cart-form .cart_item .product-name {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    color: #474747;
    text-decoration: none;
}

.woocommerce-cart .woocommerce-cart-form .cart_item .product-name .product-short-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #707070;
}

.woocommerce-cart .woocommerce-cart-form .cart_item .product-price .amount bdi {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #474747;
}

.woocommerce-cart .woocommerce-cart-form .cart_item .product-subtotal .amount bdi {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #474747;
}

.woocommerce-cart .woocommerce-cart-form .cart_item .product-quantity .quantity input {
    border: 1px solid #D4D4D4;
    border-radius: 5px;
    padding: 5px;
    color: #474747;
    font-size: 14px;
}

.woocommerce-cart .woocommerce form.woocommerce-cart-form .coupon .button {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    border: 1px solid #707070;
    background-color: transparent;
    border-radius: 30px;
    color: #707070;
    white-space: nowrap;
    width: fit-content !important;
}

.woocommerce-cart .woocommerce form.woocommerce-cart-form .coupon .button:hover {
    border: 1px solid #2baee4 !important;
    color: #2baee4;
}

.woocommerce-cart .woocommerce form.woocommerce-cart-form .coupon input#coupon_code {
    border: 1px solid #EBEBEB;
    border-radius: 50px;
    padding: 11px 15px;
    color: #474747;
    font-size: 14px;
    width: fit-content;
}

.woocommerce-cart .woocommerce form.woocommerce-cart-form .coupon {
    gap: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.woocommerce-cart .woocommerce form.woocommerce-cart-form .coupon .coupon-error-notice {
    margin-top: 0px !IMPORTANT;
}

.woocommerce-cart .woocommerce form.woocommerce-cart-form button.button {
    border-radius: 30px;
    padding: 11px 20px;
    background-color: #262626;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.wc-block-checkout .wc-block-checkout .wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__title p {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #262626;
}

.wc-block-checkout .wc-block-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary .wc-block-components-product-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    color: #474747;
}

.wc-block-checkout .wc-block-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary ins {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #474747;
}

.wc-block-checkout .wc-block-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary del {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #928d8d;
}

.wc-block-checkout .wc-block-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary .wc-block-formatted-money-amount {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #474747;
}

.wc-block-checkout .wc-block-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary .wc-block-components-product-metadata__description p {
    font-family: SF Pro Display;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    color: #707070;
}

.wc-block-checkout .wc-block-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary .wc-block-components-order-summary-item__image img {
    background-color: #F8F8F8;
    padding: 15px;
    max-width: 65px;
    width: 65px;
}

.wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-checkout__sidebar {
    padding-left: 0px;
    margin-top: 0;
}

.wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block {
    border-radius: 10px;
}

.wp-block-woocommerce-checkout-order-summary-subtotal-block span.wc-block-components-totals-item__label {
    color: #474747;
    font-size: 16px;
    font-weight: 400 !important;
}

.wc-block-components-totals-shipping .wc-block-components-totals-item span.wc-block-components-totals-item__label {
    color: #474747;
    font-size: 16px;
    font-weight: 400 !important;
}

.wc-block-components-totals-wrapper span.wc-block-components-totals-item__label {
    font-weight: 500;
}

.wc-block-components-checkout-order-summary__content .wc-block-components-totals-coupon .wc-block-components-panel__button {
    color: #474747;
    font-size: 16px;
    font-weight: 400 !important;
}

.wc-block-checkout__main .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
    background: #2BAEE4;
    border: 1px solid #2BAEE4 !important;
    color: #fff;
}

.wc-block-checkout__main .wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #fff;
}

.wc-block-checkout__main .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
    outline: none;
    outline-offset: 0;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image {
    width: auto !IMPORTANT;
}

.wc-block-components-totals-coupon__form button.wc-block-components-button {
    border-radius: 30px;
    border: 1px solid #262626 !important;
    background-color: transparent;
    padding: 12px 20px 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #262626;
    text-align: center;
}

.wc-block-components-totals-coupon__form button.wc-block-components-button:hover {
    border: 1px solid #2baee4 !important;
    color: #2baee4;
}

.woocommerce-checkout .wc-block-components-checkbox span.wc-block-components-checkbox__label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #707070;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals a.shipping-calculator-button {
    color: #2baee4;
}

td.product-remove a.remove {
    line-height: 20px !important;
    border: 1px solid;
    font-weight: 500;
    transition: 0.2s ease-in-out;
}

.signup-form .forminator-row .forminator-field-html .forminator-field p.fm-login-btn {
    position: absolute;
    bottom: -110px;
    width: 100%;
}

.signup-form .forminator-row .forminator-field-html .forminator-field {
    position: relative;
}


.forminator-field-checkbox.forminator-col span.forminator-checkbox-box {
    border-color: #D4D4D4 !important;
    background-color: transparent !important;
}

.forminator-field-checkbox.forminator-col .forminator-checkbox input:checked+.forminator-checkbox-box,
.forminator-select-dropdown-container--open .forminator-dropdown--default .forminator-checkbox input:checked+.forminator-checkbox-box {
    border-color: #17A8E3 !important;
}

.forminator-iti-input.iti .iti__search-input {
    padding: 5px !important;
}

.forminator-ui.forminator-custom-form[data-design=default] .forminator-checkbox .forminator-checkbox-box {
    width: 16px !important;
    height: 16px !important;
    flex: 0 0 16px !important;
    border-radius: 4px !important;
}

.forminator-description-password {
    position: relative;
}

.forminator-description-password a {
    position: absolute;
    right: 0;
    top: 19px;
}

/* woocommerce end */

.shop-sidebar {
    border-right: 1px solid #D4D4D4;
    padding-right: 46px !IMPORTANT;
    padding-left: 40px !important;
}

.shop-content {
    padding-left: 40px !important;
    padding-right: 40px ! IMPORTANT;
    padding-bottom: 20px;
}

.shop-sidebar #product-cat-filter input[type="checkbox"][name="product_cat_filter[]"] {
    background-color: transparent !important;
    border: 1px solid #B2B2B2;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    position: relative;
}

/* .shop-sidebar #product-cat-filter input[type="checkbox"][name="product_cat_filter[]"]:checked::before {
    content: "✔";
    position: absolute;
    top: -2px;
    left: 3px;
    color: #333;
    font-size: 16px;
} */
.shop-sidebar #product-cat-filter input[type="checkbox"]::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 5px;
    width: 6px;
    height: 10px;
    border: solid #333;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.shop-sidebar #product-cat-filter input[type="checkbox"]:checked::after {
    opacity: 1;
    border-color: #259DCD;
}

.shop-sidebar input[type="checkbox"]:checked {
    border: 2px solid #259DCD !important;
}

.shop-sidebar #product-cat-filter input[type="checkbox"]:checked {
    border: 2px solid #259DCD !important;
}

.custom-shop-banner {
    margin-bottom: 0px !important;
}

.wc-block-product-filters__overlay-content {
    gap: 0px !important;
}

/* .wp-block-woocommerce-product-filters {
    margin-bottom: 20px;
} */
.wp-block-woocommerce-product-filter-clear-button .wp-block-buttons {
    margin-bottom: 30px;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    border-radius: 10px !important;
    box-shadow: none !important;
    border: 1px solid #EBEBEB;
}

.wc-block-components-radio-control--highlight-checked:after {
    border: none !important;
}

.wc-block-components-shipping-rates-control .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: #2baee4 !important;
}

.wc-block-components-shipping-rates-control .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
    border: 1px solid #2baee4 !important;
}

.woocommerce-checkout input:focus-visible,
.woocommerce-checkout select:focus-visible,
.woocommerce-checkout textarea:focus-visible {
    outline: 1px solid #2baee4;
}

.result-count-sort .woocommerce-notices-wrapper {
    display: none;
}

.result-count-sort p.woocommerce-result-count {
    display: none;
}

.result-count-sort {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 20px;
}

.woocommerce .product.type-product {
    padding: 50px 0px;
}

.woocommerce .product.type-product.product-type-simple .summary form.cart {
    display: flex;
    align-items: center;
    gap: 5px;
}

.product.type-product span.woocommerce-Price-amount.amount {
    font-weight: 700;
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 0;
    color: #474747;
}

.coverflow-slider .main-image-container img,
.coverflow-slider .main-image-container svg {
    max-width: 250px;
    height: auto;
}

.coverflow-slider .container {
    position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0px 10px;
    border: none;
    background-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 16px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom: 1px solid #2baee4;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #2baee4;
}

.woocommerce div.product form.cart .variations label {
    margin-right: 10px;
}

.comment-form input {
    border: 1px solid #EBEBEB;
    border-radius: 50px;
    padding: 3px 20px;
    width: fit-content;
}

.comment-form label {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    color: #707070;
    padding-bottom: 5px;
    margin-right: 10px;
}

.comment-form input[type="checkbox" i] {
    background-color: #2baee4 !important;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.forminator-ui#forminator-module-359.forminator-design--default .forminator-error-message {
    color: #E04562;
    padding: 0px;
}

.forminator-ui#forminator-module-384.forminator-design--default .forminator-error-message {
    color: #E04562;
    padding: 0px;
}

.contact-form .wpcf7-response-output {
    max-width: 500px;
    margin: 20px auto !IMPORTANT;
    width: 100%;
}

.post-type-archive .result-count-sort {
    padding: 0px 50px;
}

.post-type-archive .breadcrumbs {
    padding: 0px;
}

/* Responsive Design */

.woocommerce-lost-password .site-main .container h1.page-title {
    display: none;
}

.woocommerce-lost-password .site-main .container {
    max-width: 100% !important;
    padding: 0px;
}

.woocommerce-lost-password .page-content p {
    width: 100%;
    text-align: left;
}

.woocommerce-lost-password nav.woocommerce-breadcrumb {
    margin-bottom: 0px !important;
}

.woocommerce-lost-password .site-main .container .woocommerce {
    padding-bottom: 0px;
}

@media (max-width: 576.98px) {
    .clients-logos img {
        width: 45% !important;
    }

    .games-slide-item img {
        height: 240px !important;
    }

    .games-slide-item span {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .header nav.navbar img {
        width: 160px;
    }

    .customize-top-content .text-end {
        flex-direction: column;
    }

    .single-slide .single-slide-item {
        /* 		padding: 70px 0 20px !important; */
    }

    .single-slide .slick-dots {
        bottom: 5px !important;
    }

    .single-slide .single-slide-item .left-content {
        padding-bottom: 10px !important;
    }

    .single-slide .single-slide-item .btn.btn-light {
        padding: 7px 15px;
        font-size: 12px !IMPORTANT;
    }

    .btn.btn-light {
        padding: 7px 15px;
        font-size: 12px ! IMPORTANT;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        max-width: 100%;
        width: 100%;
    }
}


@media (max-width: 767.98px) {
    .container {
        max-width: 95%;
        padding: 0;
    }

    .header nav.navbar {
        padding: 10px;
        position: relative;
        top: 0;
        width: 100%;
    }

    .btn-light {
        padding: 8px 21px;
        font-size: 14px;
        line-height: 24px;
    }

    /*     .hero-content-bg {
		padding: 150px 20px 40px !important;
		height: auto !important;
	} */
    .homepage .hero-content-bg .hero-content {
        top: 0px;
        padding: 40px 10px;
        height: 100%;
    }

    .hero-content h1 {
        font-size: 32px !important;
        line-height: 42px !important;
    }

    .hero-content p {
        font-size: 16px !important;
        line-height: 24px !important;
        margin: 10px 0 20px !important;
    }

    /*     .single-slide .single-slide-item {
        padding: 160px 0 30px;
    } */
    .single-slide .slick-dots {
        bottom: 12px;
    }

    .single-slide .single-slide-item img.card-image {
        width: 150px;
    }

    .single-slide .single-slide-item h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .single-slide .single-slide-item .left-content {
        text-align: center;
        padding-bottom: 10px;
    }

    .double-slide .double-slide-item h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .double-slide .double-slide-item span {
        font-size: 16px;
        line-height: 24px;
    }

    .double-slide .double-slide-item {
        padding: 120px 50px 30px 30px;
    }

    section.duble-slider .ps-0 {
        padding-left: 12px !important;
    }

    section.duble-slider .pe-0 {
        padding-right: 12px !important;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 15px !important;
    }

    .single-slide {
        margin-top: 15px !important;
    }

    .video-thumbnail button {
        width: 70px;
    }

    .cards-slide-head-content h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .slick-arrows button.slick-next {
        right: 3px !important;
        width: 27px;
    }

    .slick-arrows button.slick-prev {
        left: 0px !important;
        width: 27px;
    }

    .slick-arrows {
        top: 32px;
    }

    .cards-slide-items button.slick-prev::before,
    .cards-slide-items button.slick-next::before {
        font-size: 27px;
    }

    .cards-slide-items button.slick-prev.slick-arrow {
        width: 30px;
        height: 30px;
        top: -40px;
        right: 62px !important;
    }

    .cards-slide-items button.slick-next.slick-arrow {
        width: 30px;
        height: 30px;
        top: -40px;
        right: 25px !important;
    }

    .cards-slide-items button.slick-prev::before {
        top: 11px;
        left: 13px;
        width: 9px;
        height: 9px;
    }

    .cards-slide-items button.slick-next::before {
        top: 11px;
        left: 9px;
        width: 9px;
        height: 9px;
    }

    .cards-slide {
        margin: 10px auto 0px;
    }

    .cards-slide .cards-slide-item span {
        font-size: 16px;
        line-height: 24px;
        margin-top: 15px;
    }

    .meet-the-faces h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .meet-the-faces {
        background-position: left;
        padding: 50px 15px !IMPORTANT;
    }

    .footer {
        padding: 30px 10px 20px;
    }

    .footer-logo-content p {
        margin: 15px 0;
    }

    .footer-links h5 {
        margin-bottom: 10px;
    }

    .footer-social h5 {
        margin-bottom: 20px;
    }

    .footer-links {
        margin-top: 30px;
    }

    .footer-social {
        margin-top: 20px !important;
        margin-bottom: 20px;
    }

    .copyright-text p {
        font-size: 14px;
        letter-spacing: 0;
    }

    .header nav.navbar .right-content {
        gap: 30px;
        margin-top: 30px;
    }

    .about-us .hero-content-bg .hero-content h1 {
        font-size: 36px;
        line-height: 44px;
    }

    .about-us .hero-content-bg {
        padding: 120px 20px 20px;
    }

    .about-our-main {
        padding: 30px 10px;
    }

    .about-our-story h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .about-our-main .row:first-child {
        margin-bottom: 20px;
    }

    .about-our-main .about-mission-img {
        margin-bottom: 20px;
    }

    .about-our-main .row:nth-child(2) {
        flex-direction: column-reverse;
    }

    .about-our-main .about-vision-img {
        margin-bottom: 20px;
    }

    .about-our-content h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .about-our-content span {
        font-size: 18px;
        line-height: 24px;
    }

    .about-our-team {
        padding: 30px 0px;
    }

    .about-our-story {
        padding: 30px 10px;
    }

    .about-our-team h2 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 0px;
    }

    .about-our-partners h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .about-our-partners {
        padding: 30px 0;
    }

    .clients-logos {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px;
    }

    .clients-logos img {
        width: 32%;
        border-radius: 7px;
    }

    .about-our-team .card {
        margin-bottom: 0px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .about-our-team .row {
        margin-left: 0;
        margin-right: 0;
    }

    .games-slide-item span {
        font-size: 30px;
        line-height: 40px;
        bottom: 20px;
    }

    .games-slide-item img {
        height: 300px;
    }

    .games-slide-items .slick-prev {
        left: 10px;
    }

    .games-slide-items .slick-next {
        right: 50px;
    }

    .games-slide-items {
        margin: 30px auto;
    }

    .games-slide-item {
        padding: 0px 4px;
    }

    .faq-heading-content h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .faq-heading-content h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .faq-heading-content {
        margin: 0px auto;
        padding: 30px 20px !IMPORTANT;
    }

    .faq-lists .accordion-item .accordion-header .accordion-button {
        font-size: 16px;
        line-height: 24px;
        padding: 11px 0px;
    }

    .faq-lists {
        padding: 0px 0px 40px;
    }

    .faq-lists .accordion-item .accordion-body p {
        font-size: 14px;
        line-height: 22px;
    }

    .contact-content h1 {
        font-size: 32px;
        line-height: 40px;
        text-align: center;
        margin-bottom: 0;
    }

    .contact-content p {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .contact-lists .contact-list p,
    .contact-lists .contact-list a {
        font-size: 18px;
        line-height: 26px;
    }

    .contact-lists .contact-list img {
        width: 45px;
        height: 45px;
        object-fit: contain;
        margin-bottom: 15px;
    }

    .contact-content {
        padding: 0px 20px 30px;
    }

    .contact-content img {
        width: 70%;
    }

    .contact-form .contact-form-heading h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .modal-dialog.modal-team-main {
        max-width: 90% !important;
        margin-top: 60px;
        margin-bottom: 25px;
    }

    .modal-team-main .modal-body .modal-team-info h4 {
        font-size: 24px;
        line-height: 32px;
        margin-top: 20px;
    }

    .modal-team-main .modal-body .modal-team-info span {
        font-size: 18px;
        line-height: 26px;
    }

    .modal-team-main .modal-body .modal-team-info p {
        margin-top: 5px;
    }

    .modal-team-main .modal-body {
        padding: 15px;
    }

    .woocommerce-account .woocommerce-MyAccount-content p {
        font-size: 16px;
        line-height: 26px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li {
        padding: 7px 15px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        padding: 10px;
        max-width: none;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        font-size: 16px;
        line-height: 26px;
    }

    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .shop-content ul.products li.custom-product-item .product-image-wrapper {
        padding: 15px;
    }

    .woocommerce ul.products .type-product h2.woocommerce-loop-product__title {
        font-size: 16px;
        line-height: 22px;
    }

    .woocommerce ul.products li.product .price del {
        font-size: 14px;
        line-height: 24px;
        margin-right: 5px;
    }

    .woocommerce ul.products li.product .price ins .woocommerce-Price-amount.amount {
        font-size: 16px;
        line-height: 26px;
    }

    /* section.video-section {
		margin-bottom: 15px;
		margin-top: 15px;
	} */
    .woocommerce-account h1.page-title {
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 10px;
    }

    .woocommerce-MyAccount-content .woocommerce-info {
        padding: 100px 30px 40px 30px;
    }

    .woocommerce-MyAccount-content .woocommerce-info::before {
        top: 40px;
        width: 50px;
        height: 50px;
    }

    .woocommerce-breadcrumb {
        margin-bottom: 20px !important;
        margin-top: 14px;
        padding: 18px 15px !important;
    }

    .signup-form p {
        font-size: 16px;
        line-height: 26px;
    }

    .woocommerce-account .woocommerce-MyAccount-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .woocommerce-products-header h1 {
        font-size: 22px;
        line-height: 30px;
    }

    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        float: left;
        width: 100%;
    }

    .shop-content ul.products li.custom-product-item a.button {
        font-size: 14px;
        margin-top: 10px;
    }

    .woocommerce .product .summary h1.product_title {
        font-size: 24px;
        line-height: 32px;
    }

    .woocommerce-cart .woocommerce-cart-form .cart_item .product-name a {
        font-size: 16px;
        line-height: 24px;
    }

    .woocommerce-cart .woocommerce-cart-form .cart_item .product-price .amount bdi,
    .woocommerce-cart .woocommerce-cart-form .cart_item .product-subtotal .amount bdi {
        font-size: 16px;
        line-height: 26px;
    }

    .woocommerce-cart h1.page-title {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 5px;
    }

    .woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form {
        border: none;
        padding: 0;
        border-radius: 0;
    }

    .wp-block-woocommerce-checkout {
        padding-top: 0 !important;
    }

    .shop-content {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-bottom: 10px;
    }

    .woocommerce-page .woocommerce-ordering select {
        border: 1px solid #d2d2d2;
        border-radius: 10px;
        padding: 7px 10px;
    }

    .contact-form-main {
        padding: 20px;
    }

    .contact-form {
        margin: 0px 0px 30px;
    }

    .shop-sidebar {
        border-right: none;
        padding-right: 0px !IMPORTANT;
        padding-left: 20px !important;
    }

    .btn.btn-light {
        font-size: 14px;
    }

    .single-slide .single-slide-item .left-content {
        bottom: 26px;
    }

    ul#menu-footer-quick-links {
        margin-bottom: 20px !important;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 14px;
    }

    .woocommerce-Tabs-panel h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table {
        padding: 0px 0px 10px;
    }

    .woocommerce-cart .woocommerce form.woocommerce-cart-form .coupon input#coupon_code {
        width: 100%;
    }

    .result-count-sort {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 10px;
        padding: 0px 20px !important;
    }

    .breadcrumbs {
        padding: 0px !important;
    }

    .wp-block-woocommerce-product-filters button svg {
        width: 30px;
        height: 30px;
    }

    .wp-block-woocommerce-product-filters button span {
        font-size: 16px;
        color: #262626;
        font-weight: 600;
    }

    .product-details-wrapper .price .amount bdi {
        font-size: 18px;
        line-height: 26px;
    }

    .shop-content .products .custom-product-item {
        margin-bottom: 20px !important;
    }

    .forminator-description-password a {
        position: relative;
        top: 5px;
    }

    .contact-form-main span.wpcf7-spinner {
        bottom: 32px;
    }

    .woocommerce ul.products .type-product .product-short-description p {
        font-size: 14px;
    }

    .shop-content ul.products li.custom-product-item .product-image-wrapper:hover .customize-product-button {
        font-size: 12px;
        padding: 5px 12px;
    }

    .woocommerce-products-header h1 span {
        font-size: 16px;
    }

    .single-slide .single-slide-item {
        aspect-ratio: 1 / 1 !important;
    }

    .double-video-section .video-container .ratio {
        aspect-ratio: 120 / 160 !important;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        margin: auto;
    }
}

@media (max-width: 991.98px) {
    .contact-lists .border-end {
        border-right: none !important;
    }

    .contact-content .row .col-md-12.col-lg-3:first-child {
        order: 2;
    }

    .contact-content .row .col-md-12.col-lg-6:nth-child(2) {
        order: 1;
        text-align: center;
    }

    .contact-content .row .col-md-12.col-lg-3:nth-child(3) {
        order: 3;
    }

    .woocommerce-cart .woocommerce {
        flex-wrap: wrap;
    }

    .woocommerce-cart .woocommerce form.woocommerce-cart-form {
        width: 100%;
    }

    .woocommerce-cart .woocommerce .cart-collaterals {
        width: 100%;
        margin-left: 0px;
    }

    .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .checkout-button {
        width: fit-content;
    }

    .woocommerce .product.type-product .summary.entry-summary {
        float: left;
        width: 100%;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    .container {
        max-width: 95%;
    }

    .header nav.navbar {
        padding: 10px 20px;
    }

    .hero-content-bg {
        /*         padding: 200px 80px 40px !important; */
        height: auto !important;
    }

    .homepage .hero-content-bg .ratio {
        min-height: 100%;
    }

    .homepage .hero-content-bg .hero-content {
        top: 0px;
    }

    .hero-content h1 {
        font-size: 42px !important;
        line-height: 52px !important;
    }

    .hero-content p {
        font-size: 20px !important;
        line-height: 28px !important;
        margin: 10px 0 30px !important;
    }

    .single-slide .single-slide-item h2 {
        font-size: 42px;
        line-height: 52px;
        margin-bottom: 20px;
    }

    .single-slide .slick-prev {
        left: 20px !important;
    }

    .single-slide .slick-next {
        right: 20px !important;
    }

    .double-slide .double-slide-item {
        padding: 150px 30px 30px;
    }

    .double-slide .double-slide-item h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .single-slide .single-slide-item .left-content {
        padding-left: 30px;
    }

    .cards-slide {
        margin: 30px auto 50px;
    }

    .cards-slide-head-content h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .slick-arrows button.slick-next {
        right: 25px !important;
    }

    .slick-arrows button.slick-prev {
        left: -15px !important;
    }

    .cards-slide-items button.slick-prev.slick-arrow {
        top: -40px;
        right: 85px !important;
        width: 40px;
        height: 40px;
    }

    .cards-slide-items button.slick-next.slick-arrow {
        top: -40px;
        right: 40px !important;
        width: 40px;
        height: 40px;
    }

    .cards-slide .cards-slide-item span {
        font-size: 20px;
        line-height: 30px;
        margin-top: 15px;
    }

    .cards-slide-items .slick-dots li {
        margin: 0;
    }

    .cards-slide-items .slick-dots li button:before {
        font-size: 10px;
    }

    .meet-the-faces h2 {
        font-size: 36px;
        line-height: 46px;
    }

    .footer {
        padding: 40px 20px 20px;
    }

    .footer-logo-content p {
        margin: 10px 0;
    }

    .footer-links {
        margin-bottom: 30px;
    }

    .header nav.navbar .right-content {
        gap: 30px;
        margin-top: 30px;
    }

    .clients-logos {
        flex-wrap: wrap;
        justify-content: center;
    }

    .clients-logos img {
        width: 32%;
    }

    .about-our-content span {
        font-size: 20px;
    }

    .about-our-main .row:first-child {
        margin-bottom: 30px;
    }

    .about-us .hero-content-bg .hero-content h1 {
        font-size: 56px;
        line-height: 66px;
    }

    .about-our-story,
    .about-our-team,
    .about-our-main {
        padding: 40px 10px;
    }

    .about-our-partners {
        padding: 30px 0;
    }

    .about-our-partners h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .about-our-content h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .about-our-team h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 0px;
    }

    .about-our-story h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .about-us .hero-content-bg {
        padding: 200px 20px 30px;
    }

    .games-slide-item span {
        font-size: 35px;
        line-height: 45px;
    }

    .games-slide-item img {
        height: 409px;
    }

    .faq-heading-content h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .faq-heading-content {
        margin: 40px auto 30px;
    }

    .faq-heading-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .faq-lists .accordion-item .accordion-header .accordion-button {
        font-size: 18px;
        line-height: 26px;
        padding: 11px 0px;
    }

    .faq-lists {
        padding: 0px 0px 40px;
    }

    .faq-lists .accordion-item .accordion-body p {
        font-size: 16px;
        line-height: 24px;
    }

    .contact-lists .contact-list p {
        font-size: 20px;
        line-height: 28px;
    }

    .contact-lists .contact-list a {
        font-size: 20px;
        line-height: 28px;
    }

    .contact-content {
        padding: 0px 0px 40px;
    }

    .contact-content img {
        width: 400px;
    }

    .contact-content h1 {
        font-size: 45px;
        line-height: 55px;
        text-align: center;
    }

    .contact-content p {
        font-size: 18px;
        line-height: 28px;
        text-align: center;
        max-width: 600px;
        margin: 0 auto;
    }

    .contact-form .contact-form-heading h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .modal-dialog.modal-team-main {
        max-width: 700px !important;
    }

    .modal-team-main .modal-body .modal-team-info h4 {
        font-size: 28px;
        line-height: 26px;
    }

    .modal-team-main .modal-body .modal-team-info span {
        font-size: 20px;
        line-height: 28px;
    }

    .modal-team-main .modal-body .modal-team-info p {
        margin-top: 5px;
    }

    .modal-team-main .modal-body {
        padding: 20px;
    }

    .woocommerce-account h1.page-title {
        font-size: 28px;
        line-height: 36px;
        padding-bottom: 10px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        font-size: 16px;
        line-height: 26px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        padding: 10px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li {
        padding: 10px 16px;
    }

    .woocommerce .product .summary h1.product_title {
        font-size: 30px;
        line-height: 38px;
    }

    .woocommerce-cart .container {
        width: 95% !important;
        max-width: 95% !important;
    }

    .woocommerce-cart .woocommerce-cart-form .cart_item .product-name a {
        font-size: 18px;
        line-height: 26px;
    }

    .woocommerce-cart .woocommerce-cart-form .cart_item .product-price .amount bdi {
        font-size: 18px;
        line-height: 26px;
    }

    .woocommerce-cart .woocommerce-cart-form .cart_item .product-subtotal .amount bdi {
        font-size: 18px;
        line-height: 26px;
    }

    .woocommerce-cart .container {
        width: 90% !important;
        max-width: 90% !important;
    }

    .woocommerce-cart h1.page-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 5px;
    }

    .woocommerce-breadcrumb {
        margin-bottom: 20px !important;
    }

    .contact-form-main {
        padding: 30px;
    }

    .contact-form {
        margin: 0px 0px 30px;
    }

    .woocommerce-products-header h1 {
        font-size: 26px;
        line-height: 34px;
    }

    .product-details-wrapper .price .amount bdi {
        font-size: 18px;
        line-height: 26px;
    }

    .woocommerce ul.products .type-product h2.woocommerce-loop-product__title {
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 0px;
    }

    .woocommerce ul.products li.product .price del {
        font-size: 14px;
        line-height: 24px;
        margin-right: 5px;
    }

    .woocommerce ul.products li.product .price ins .woocommerce-Price-amount.amount {
        font-size: 16px;
        line-height: 26px;
    }

    .shop-content ul.products li.custom-product-item a.button {
        font-size: 13px;
        line-height: 20px;
        margin-top: 5px;
        padding: 8px 16px;
    }

    .meet-the-faces {
        padding: 150px 20px !IMPORTANT;
    }

    .forminator-description-password a {
        top: 14px;
    }

    .contact-form-main span.wpcf7-spinner {
        bottom: 42px;
    }

    .cards-slide-items button.slick-prev::before {
        top: 14px;
        left: 17px;
    }

    .cards-slide-items button.slick-next::before {
        top: 14px;
        left: 13px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-content h1 {
        font-size: 50px ! IMPORTANT;
        line-height: 60px ! IMPORTANT;
    }

    .hero-content p {
        margin: 20px 0 30px !important;
    }

    .games-slide-items {
        margin: 30px auto;
    }

    .cards-slide {
        margin: 30px auto 40px;
    }

    .single-slide .slick-prev {
        left: 20px !important;
    }

    .single-slide .slick-next {
        right: 20px !important;
    }

    .single-slide .single-slide-item h2 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 15px;
    }

    .left-content {
        padding-left: 50px;
    }

    .double-slide .double-slide-item {
        padding: 220px 30px 30px;
    }

    .double-slide .double-slide-item h2 {
        font-size: 36px;
        line-height: 46px;
    }

    .slick-arrows {
        position: absolute;
        right: 70px;
        top: 35px;
    }

    .header nav.navbar {
        padding: 10px 30px;
    }

    .games-slide-item span {
        font-size: 35px;
        line-height: 45px;
    }

    .games-slide-item img {
        height: 409px;
    }

    .faq-heading-content h2 {
        font-size: 44px;
        line-height: 54px;
    }

    .faq-heading-content {
        margin: 0px auto;
        max-width: 600px;
    }

    .faq-lists {
        padding: 20px 0px 40px;
    }

    .contact-content h1 {
        font-size: 52px;
        line-height: 60px;
    }

    .cards-slide .cards-slide-item span {
        font-size: 20px;
        line-height: 30px;
        margin-top: 20px;
    }

    .woocommerce-cart .woocommerce form.woocommerce-cart-form {
        width: 70%;
    }

    .woocommerce-cart .woocommerce .cart-collaterals {
        width: 30%;
    }

    .woocommerce-cart h1.page-title {
        font-size: 30px;
        line-height: 40px;
    }

    .woocommerce ul.products .type-product h2.woocommerce-loop-product__title {
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 0px;
    }

    .woocommerce ul.products li.product .price del {
        font-size: 14px;
        line-height: 24px;
        margin-right: 5px;
    }

    .woocommerce ul.products li.product .price ins .woocommerce-Price-amount.amount {
        font-size: 16px;
        line-height: 26px;
    }

    .shop-content ul.products li.custom-product-item a.button {
        font-size: 13px;
        line-height: 20px;
        margin-top: 5px;
        padding: 8px 16px;
    }

    .woocommerce-products-header h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .meet-the-faces {
        padding: 200px 20px !IMPORTANT;
    }

    .cards-slide-head-content h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .cards-slide-items button.slick-prev.slick-arrow,
    .cards-slide-items button.slick-next.slick-arrow {
        top: -44px;
    }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
    .games-slide-item span {
        font-size: 36px;
        line-height: 46px;
    }
}

@media (min-width: 1600px) {
    .single-slide .slick-prev {
        left: 100px !important;
    }

    .single-slide .slick-next {
        right: 100px !important;
    }
}

/* login signup page css */

.login-main {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    /*     height: 100vh; */
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-main .login-content {
    max-width: 620px;
    width: 100%;
    margin: 0px auto;
    padding: 50px 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-main .login-content h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0;
    text-align: center;
    color: #474747;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.login-main .login-content .page-content {
    background-color: #FFFFFF;
    padding: 30px 50px 70px;
    border-radius: 20px;
    margin-top: 15px;
}

.login-main .login-content .logo-image {
    text-align: center;
    width: 100%;
}

.login-main .login-content .forminator-custom-form .forminator-field .forminator-label {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    letter-spacing: 0;
    color: #707070;
    padding-bottom: 5px;
}

.login-main .login-content .forminator-custom-form .forminator-field .forminator-input {
    border: 1px solid #EBEBEB !important;
    border-radius: 10px !important;
    padding: 8px 10px !important;
    font-size: 15px !important;
    line-height: 24px !important;
    color: #474747;
    font-weight: 500 !important;
}

.login-main .login-content .forminator-custom-form .forminator-field button.forminator-button-submit {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    background-color: #262626;
    color: #fff;
    border-radius: 30px;
    padding: 10px 20px;
    width: 100%;
}

.forminator-description-password a {
    color: #2baee4;
    font-size: 14px;
}

.login-main .login-content .page-content button.btn.btn-dark-underline {
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
    font-weight: 500;
}

.login-main .login-content .page-content .forminator-row.forminator-row-last .forminator-field {
    text-align: center;
}

.login-main .login-content .page-content p {
    text-align: center;
}

.login-main .login-content .forminator-custom-form .forminator-field .forminator-iti-input.forminator-phone .forminator-input {
    padding: 8px 10px 8px 90px !important;
}

.login-main .login-content .page-content p.underline-text {
    position: relative;
}

.login-main .login-content .page-content p.underline-text::after {
    content: '';
    height: 1px;
    position: absolute;
    right: 0;
    width: 150px;
    background-color: #D4D4D4;
    top: 13px;
    z-index: 1;
}

.login-main .login-content .page-content p.underline-text::before {
    content: '';
    height: 1px;
    position: absolute;
    left: 0;
    width: 150px;
    background-color: #D4D4D4;
    top: 13px;
    z-index: 1;
}

.login-main .login-content .page-content a.btn.btn-dark-underline {
    max-width: 100%;
    margin-top: 10px;
    border: 1px solid #D4D4D4;
    font-weight: 500;
    padding: 10px 20px;
}

.login-main .login-content .page-content p.underline-text {
    color: #707070;
    font-size: 16px;
}

@media (max-width: 576.98px) {
    .login-main {
        height: 100%;
    }
}

@media (max-width: 767.98px) {
    .login-main .login-content .page-content {
        padding: 30px 20px 50px;
    }

    .login-main .login-content {
        height: auto;
    }

    .login-main .login-content .forminator-custom-form .forminator-row {
        margin-bottom: 10px !important;
    }

    .login-main .login-content h1 {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 32px;
    }

    .login-main {
        justify-content: flex-start;
    }

    .login-main .login-content .page-content .forminator-ui {
        margin-bottom: 5px !IMPORTANT;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    .login-main .login-content {
        height: auto;
    }

    .login-main .login-content .forminator-custom-form .forminator-row {
        margin-bottom: 10px !important;
    }

    .login-main .login-content h1 {
        margin-bottom: 10px;
    }

}

/* bulk-order start */

.bulk-order-banner .bulk-order-content {
    background-color: #2BAEE4;
    padding: 130px 120px 130px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.bulk-order-banner .bulk-order-content h1 {
    font-weight: 700;
    font-size: 54px;
    line-height: 64px;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
}

.bulk-order-banner .bulk-order-content p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    color: #fff;
}

.bulk-order-banner .bulk-order-content .bulk-order-buttons .btn {
    white-space: nowrap;
    max-width: fit-content;
}

.bulk-order-banner .bulk-order-content .bulk-order-buttons .btn:hover {
    border: 1px solid #fff;
}

.bulk-order-banner-image {
    background-image: url(./image/bulk-order.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.faq-section section.faq-heading-content {
    max-width: 740px;
}

.faq-section .faq-heading-content h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #474747;
}

.faq-section .faq-heading-content h3 {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #474747;
}

.create-order {
    padding: 70px 10px;
}

.create-order h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    text-align: center;
    color: #474747;
    max-width: 760px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.create-order .create-order-cards {
    border: 1px solid #EBEBEB;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.create-order .create-order-cards img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.create-order .create-order-cards h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    color: #474747;
    text-transform: uppercase;
}

.create-order .create-order-cards p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #707070;
}

.bulk-upload-works {
    padding: 70px 80px;
    background-color: #F8F8F8;
}

.bulk-upload-works .bulk-upload-cards {
    border: 1px solid #EBEBEB;
    padding: 30px;
    border-radius: 20px;
    background-color: #FFFFFF;
    height: 100%;
}

.bulk-upload-works h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    text-align: center;
    color: #474747;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.bulk-upload-works .bulk-upload-cards h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    color: #474747;
    text-transform: uppercase;
}

.bulk-upload-works .bulk-upload-cards p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #707070;
}

.bulk-upload-works .bulk-upload-cards span {
    background-color: #2BAEE4;
    padding: 5px;
    width: 34px;
    height: 34px;
    display: block;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}

.faq-section .faq-heading-content {
    margin: 70px auto 0px;
}

.bulk-upload-buttons {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.bulk-upload-buttons .btn {
    white-space: nowrap;
    max-width: fit-content;
}

.bulk-upload-buttons .btn.btn-light-full {
    border: 1px solid #D4D4D4;
}

.bulk-order-banner .bulk-order-banner-image {
    padding: 0;
}

.bulk-order-banner .bulk-order-banner-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

/* bulk-order end */

.forminator-checkbox-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px !IMPORTANT;
    color: #707070;
    text-decoration: none;
}

.forminator-row .forminator-field-html .forminator-field p.fm-login-btn {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.forminator-row .forminator-field-html .forminator-field a {
    color: #259DCD;
}

.forminator-checkbox-label a {
    color: #259DCD;
}

.forminator-row {
    /*     display: flex;
    flex-direction: row;
    gap: 15px; */
    margin-bottom: 15px !IMPORTANT;
}

.forminator-col.forminator-col-6 {
    width: 50%;
}

.forminator-col.forminator-col-12 {
    width: 100%;
}

.forminator-row.forminator-row-last {
    justify-content: center;
    margin-top: 15px;
}

.forminator-ui#forminator-module-400.forminator-design--default .forminator-error-message {
    line-height: 15px;
    padding: 5px 10px;
}

@media (max-width: 767.98px) {

    .bulk-order-banner .bulk-order-content {
        padding: 30px;
    }

    .bulk-order-banner .bulk-order-content h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .bulk-order-banner .bulk-order-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .bulk-upload-works {
        padding: 30px 0px;
    }

    .bulk-upload-works h2 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .create-order {
        padding: 25px 0px;
    }

    .create-order h2 {
        font-size: 26px;
        line-height: 34px;
        padding-bottom: 20px;
    }

    .create-order .create-order-cards {
        padding: 15px;
    }

    .faq-section .faq-heading-content h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .faq-section .faq-heading-content h2 {
        font-size: 18px;
        line-height: 26px;
    }

    .faq-section .faq-heading-content {
        margin: 30px auto 0px;
    }

    .forminator-col.forminator-col-6 {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .bulk-order-banner .bulk-order-content {
        padding: 50px 30px;
    }

    .bulk-order-banner .bulk-order-content h1 {
        font-size: 38px;
        line-height: 48px;
    }

    .bulk-order-banner .bulk-order-content p {
        font-size: 18px;
        line-height: 26px;
    }

    .create-order h2 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 30px;
    }

    .create-order {
        padding: 40px 0px;
    }

    .bulk-upload-works h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 25px;
    }

    .bulk-upload-works {
        padding: 30px 0px;
    }

    .faq-section .faq-heading-content h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .faq-section .faq-heading-content h2 {
        font-size: 18px;
        line-height: 26px;
    }

    .faq-section .faq-heading-content {
        margin: 40px auto 0px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .bulk-order-banner .bulk-order-content {
        padding: 80px 50px;
    }

    .bulk-order-banner .bulk-order-content h1 {
        font-size: 46px;
        line-height: 54px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .bulk-order-banner .bulk-order-content {
        padding: 80px 50px;
    }
}

/* bulk-order-locked start */
.btn-dark {
    border-radius: 30px;
    padding: 11px 22px;
    color: #fff;
    border: 1px solid #262626;
    background-color: #262626;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    width: fit-content;
    max-width: 190px;
    /* margin: 10px 0px; */
    letter-spacing: 1px;
    transition: 0.3s ease-in-out;
}

.bulk-order-main .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #EBEBEB;
    max-width: 570px;
    width: 100%;
    padding: 10px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.bulk-order-main .upload-btn-wrapper input[type="file"] {
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    z-index: 99;
}

.bulk-order-main .file-name-placeholder {
    font-size: 14px;
    color: #666;
}

.btn.upload-btn {
    border: none;
    color: #474747;
    background-color: #EBEBEB;
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    white-space: nowrap;
}

.btn.upload-btn img {
    width: 24px;
}

.btn.upload-btn span.upload-label {
    overflow: hidden;
    text-overflow: ellipsis;
}

.bulk-order-main .bulk-order-header {
    padding: 50px 0px 40px;
    text-align: center;
}

.bulk-order-main .bulk-order-header h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0;
    text-align: center;
    color: #474747;
}

.bulk-order-main .bulk-order-header span {
    background-color: #262626;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    margin-top: 20px;
    display: block;
    width: fit-content;
    margin: 20px auto;
}

.bulk-order-main .bulk-order-content .left-bulk-order {
    background-color: #2BAEE4;
    padding: 50px;
    border-radius: 20px;
}

.bulk-order-main .bulk-order-content .left-bulk-order h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}

.bulk-order-main .bulk-order-content .left-bulk-order p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
}

.bulk-order-main .bulk-order-content .right-bulk-form h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    text-align: left;
    color: #474747;
    margin-bottom: 30px;
}

.bulk-order-main .bulk-order-content .right-bulk-form input {
    border: 1px solid #D4D4D4;
    border-radius: 50px;
    padding: 8px 15px;
    font-size: 16px;
    line-height: 24px;
    color: #474747;
}

.bulk-order-main .bulk-order-content .right-bulk-form {
    padding: 0 80px;
}

.bulk-order-main .bulk-order-content .right-bulk-form input::placeholder {
    color: #B0B0B0;
}

.bulk-order-main .bulk-order-content .right-bulk-form .form-check label {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #707070;
    padding-left: 10px;
}

.bulk-order-main .bulk-order-content .right-bulk-form input.form-check-input {
    padding: 2px;
    border-radius: 3px;
    border: 1px solid #D4D4D4;
    background-color: transparent;
    cursor: pointer;
}

.bulk-order-main .bulk-order-content .right-bulk-form input.form-check-input:checked {
    background-color: #2BAEE4;
    border-color: #2BAEE4;
}

.bulk-order-main .bulk-order-content .left-bulk-order img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    margin-bottom: 30px;
}

section.bulk-order-main {
    padding-bottom: 30px;
}

.bulk-upload-content .right-upload-form h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    color: #474747;
    margin-bottom: 30px;
}

.bulk-upload-content .right-upload-form {
    text-align: center;
}

.bulk-upload-content .right-upload-form .upload-btn-wrapper {
    margin: 0 auto;
}

.bulk-upload-content .left-upload-image {
    text-align: center;
}

.bulk-upload-content .left-upload-image img {
    max-width: 250px;
    width: 100%;
}

.bulk-upload-content .right-upload-form {
    text-align: center;
    background-color: #F8F8F8;
    border: 1px dashed #B2B2B2;
    padding: 100px 20px;
    border-radius: 15px;
}

.woocommerce-ordering .orderby::-ms-expand {
    display: none;
}

.woocommerce-ordering .orderby {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.woocommerce .woocommerce-ordering select.orderby {
    background-image: url("/wp-content/uploads/2025/10/down-arrow.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 18px;
}

@media (max-width: 767.98px) {
    .bulk-order-main .bulk-order-content .right-bulk-form {
        padding: 0;
    }

    .bulk-order-main .bulk-order-header {
        padding: 30px 0px 10px;
    }

    .bulk-order-main .bulk-order-content .left-bulk-order {
        margin-bottom: 30px;
        padding: 20px;
    }

    .bulk-order-main .bulk-order-header h1 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 0px;
    }

    .bulk-order-main .bulk-order-content .left-bulk-order img {
        width: 30px;
        height: 30px;
        object-fit: contain;
        margin-bottom: 10px;
    }

    .bulk-order-main .bulk-order-content .left-bulk-order h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .bulk-upload-content .right-upload-form {
        padding: 40px 10px;
    }

    .bulk-upload-content .left-upload-image {
        margin-bottom: 30px;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    .bulk-order-main .bulk-order-content .right-bulk-form {
        padding: 0;
    }

    .bulk-order-main .bulk-order-content .left-bulk-order {
        padding: 20px;
    }

    .bulk-order-main .bulk-order-header h1 {
        font-size: 38px;
        line-height: 48px;
    }

    .bulk-upload-content .right-upload-form {
        padding: 60px 10px;
    }

    .bulk-upload-content .left-upload-image img {
        max-width: 200px;
    }
}

/* bulk-order-locked end */

/* customized product page css */

.btn-dark-underline {
    border-radius: 50px;
    padding: 6px 22px;
    color: #262626;
    border: 1px solid #262626;
    background-color: transparent;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    width: fit-content;
    letter-spacing: 1px;
    transition: 0.3s ease-in-out;
}

.btn-dark {
    border-radius: 50px;
    padding: 6px 22px;
    color: #fff;
    border: 1px solid #262626;
    background-color: #262626;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    width: fit-content;
    max-width: 190px;
    /* margin: 10px 0px; */
    letter-spacing: 1px;
    transition: 0.3s ease-in-out;
}

.btn-light:hover,
.btn-light-full:hover,
.btn-light-underline:hover,
.btn-dark-underline:hover,
.btn-dark:hover {
    background-color: #39b3e7;
    border-color: #39b3e7;
    color: #fff;
}


.btn.upload-btn {
    border: none;
    color: #474747;
    background-color: #EBEBEB;
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    white-space: nowrap;
}

.btn.upload-btn span.upload-label {
    overflow: hidden;
    text-overflow: ellipsis;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #EBEBEB;
    max-width: 570px;
    width: 100%;
    padding: 10px 15px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.upload-btn-wrapper input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.file-name-placeholder {
    font-size: 14px;
    color: #666;
}

.customize-card-content .card .upload-image-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.customize-card-content .btn-lists {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
    width: 100%;
    justify-content: center;
}

.customize-card-content .btn-lists .btn {
    white-space: nowrap;
    padding: 8px 15px;
}

.customize-card-content .card-header {
    border-radius: 50px !important;
    border: 1px solid #EBEBEB;
    background-color: transparent;
    max-width: 630px;
    margin: 0 auto;
    width: 100%;
}

.customize-card-content .customize-slider .card {
    border: none;
    padding-top: 0px;
}

.customize-card-content .card-header .nav-link.active p {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #474747;
    margin-right: 10px;
    margin-bottom: 0px;
}

.customize-card-content .card-header .nav-link.active {
    background-color: transparent;
}

.customize-card-content .card-header .nav-link.active span {
    border: 1px solid #9EDFF9;
    background-color: #C4EFFD;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #259DCD;
    padding: 2px 5px;
    border-radius: 15px;
    margin-left: 10px;
}

.color-picker {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-top: 10px;
}

.color-box {
    width: 60px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    position: relative;
}

.color-box .swatch {
    width: 100%;
    height: 70px;
    border: 3px solid #ccc;
    border-radius: 12px;
    background: #fff;
    box-sizing: border-box;
}

.color-box p {
    margin-top: 8px;
    color: #555;
}

.color-box.selected .swatch {
    border-width: 3px;
    border-color: #f7c948;
}

.color-box .checkmark {
    position: absolute;
    top: 24px;
    left: 20px;
    width: 20px;
    height: 20px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
}

.color-box .checkmark {
    /* hidden by default */
    display: none;
}

.color-box.selected .checkmark {
    display: flex;
    /* only visible on selected */
}

.customize-bottom-content .card {
    border: none;
    border-radius: 0px;
    padding-top: 10px;
}

.coverflow-slider {
    margin-bottom: 10px;
}

.color-box.yellow .checkmark {
    background: #f7c948;
}

.color-box.red .checkmark {
    background: #ff4d4d;
}

.color-box.green .checkmark {
    background: #7fff4f;
}

.color-box.cyan .checkmark {
    background: #26e7e7;
}

.color-box.blue .checkmark {
    background: #4d7cff;
}

.color-box.purple .checkmark {
    background: #a063f8;
}

.color-box.magenta .checkmark {
    background: #ff40e7;
}

.color-box.pink .checkmark {
    background: #ff6ecb;
}

.input-icon img {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.form-control {
    border-radius: 50px;
    border: 1px solid #D4D4D4;
    padding: 10px 20px;
}

.form-control::placeholder {
    color: #B2B2B2;
    font-size: 16px;
    font-weight: 400;
}

.tabs-customize .nav-tabs {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.tabs-customize .nav-tabs .nav-link {
    border: 1px solid #D4D4D4;
    border-radius: 50px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    padding: 7px 20px;
    color: #474747;
}

.tabs-customize .nav-tabs .nav-link.active {
    border: 1px solid #707070;
}

.customize-card-content {
    /*background-color: #F8F8F8;*/
}

.upload-btn-wrapper .preview-container.uploads {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.coverflow-slider .card {
    width: auto;
    border-radius: 8px;
    background: white;
    overflow: hidden;
}

.coverflow-slider .swiper-slide .card__img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 100%;
}

.coverflow-slider .swiper.swiper-main {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 25px;
    padding-top: 10px;
    margin-bottom: 35px;
}

.coverflow-slider .swiper {
    width: 100%;
    height: auto;
    max-width: 700px;
    padding: 0px 60px 0px 80px;

}

.coverflow-slider .main-image-container {
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 15px;
}

.coverflow-slider .swiper-slide {
    text-align: center;
}

.coverflow-slider .swiper-slide img {
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
}

.coverflow-slider .swiper-thumbs {
    margin-top: 15px;
    height: auto;
    overflow: hidden;
    margin: 15px auto 0 auto
}

.coverflow-slider .swiper-thumbs .swiper-slide {
    width: auto;
    height: 100%;
    opacity: 0.8;
    cursor: pointer;
    transition: all 0.2s ease;
}

.coverflow-slider .swiper-thumbs .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.coverflow-slider .swiper-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    /* border: 2px solid #fff; */
    border-radius: 5px;
}

.coverflow-slider .swiper-button-next img,
.coverflow-slider .swiper-button-prev img {
    width: 25px;
    height: 25px;
    filter: invert(1);
}

.coverflow-slider .swiper-button-next,
.coverflow-slider .swiper-button-prev {
    background: #fff;
    width: 40px;
    height: 40px;
    /*     top: 50%; */
    /*     transform: translateY(-50%); */
    border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.coverflow-slider .swiper-button-prev {
    left: 19%;
    box-shadow: 2px 1px 10px 0px #9a9a9a;
}

.coverflow-slider .swiper-button-next {
    right: 19%;
    box-shadow: 2px 1px 10px 0px #9a9a9a;
}

.customize-top-content .saved-info {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.customize-top-content .saved-info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #474747;
    margin-bottom: 0px;
}

.customize-top-content .saved-info .dropdown .dropdown-toggle {
    border: 1px solid #D4D4D4;
    border-radius: 50px;
    padding: 7px 20px;
}

.customize-top-content {
    padding: 10px 30px;
}

.customize-top-content h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0;
    color: #474747;
    margin-bottom: 0px;
}

.customize-top-content p {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    color: #707070;
    margin-bottom: 0px;
}

.customize-top-content .btn.btn-icon {
    padding: 2px;
    max-width: fit-content;
}

.customize-bottom-content {
    position: relative;
}

.customize-close-btns .btn.btn-down-arrow {
    position: absolute;
    top: 20px;
    left: 50px;
    z-index: 1;
    border-radius: 50px;
    border: 1px solid #D4D4D4;
    width: 40px;
    height: 40px;
    padding: 0px;
}

.customize-close-btns .btn.btn-down-arrow:hover {
    background-color: #39b3e72e;
    border-color: #39b3e7;
    color: #fff;
}

.customize-checklist-btns {
    position: absolute;
    right: 50px;
    top: 20px;
    z-index: 1;
}

.product-head-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.product-head-left img {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 0px #ddd;
    padding: 10px;
}

.search-container {
    position: relative;
}

.search-container .search-input {
    display: none;
    position: absolute;
    top: 44px;
    right: 0px;
    z-index: 9999;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.search-container.active .search-input {
    display: flex;
}

.search-container input:focus {
    outline: none;
    box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.25),
        0 1px 5px rgba(0, 0, 0, 0.15);
}

.search-container .search-icon {
    cursor: pointer;
    border: 1px solid #B2B2B2;
    width: 36px;
    height: 35px;
    object-fit: contain;
    padding: 7px;
    border-radius: 50%;
}

.search-container.active .search-input input {
    width: 200px;
}

/* .customize-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
} */
.customise-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.color-box.selected .checkmark img {
    width: 12px;
    height: 12px;
    object-fit: contain;
}

#popupContent .cropper-actions label {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 6px;
}

#popupContent .cropper-actions label input {
    width: 14px;
    height: 14px;
}

#popupContent .cropper-actions button.btn.btn-primary {
    background-color: #39b3e7;
    border-color: #39b3e7;
    border-radius: 30px;
    width: 100%;
    margin-bottom: 10px;
}

#popupContent .cropper-actions button.btn.btn-primary:hover {
    border: 1px solid #262626;
    background-color: transparent;
    color: #262626;
}

#popupContent .cropper-actions button.btn.btn-dark-underline {
    width: 100% !important;
    margin-bottom: 10px;
    max-width: 100% !important;
}

#popupContent .cropper-actions button.btn.btn-outline-secondary {
    width: 100%;
    border-radius: 30px;
}

.customize-right .btn-dark-underline {
    max-width: fit-content;
}

.customize-right .btn-dark {
    padding: 6px 22px;
}

/* customize-card end */
section.duble-slider .row .col-md-6 {
    padding: 0px !important;
}

.single-slide.slick-initialized.slick-slider.slick-dotted {
    margin-bottom: 0px !important;
}

.woocommerce-Addresses .woocommerce-Address address {
    background-color: #F8F8F8;
    padding: 30px;
}

.woocommerce-orders-table__cell-order-status-processing span {
    border: 1px solid #bb6300;
    background-color: #bb630030;
    padding: 5px 10px;
    border-radius: 17px;
    color: #bb6300;
    font-size: 14px;
    white-space: nowrap;
}

.woocommerce-orders-table__cell-order-status-completed span {
    border: 1px solid #75E0A7;
    background-color: #DCFAE6;
    padding: 5px 10px;
    border-radius: 17px;
    color: #17B26A;
    font-size: 14px;
    white-space: nowrap;
}

.woocommerce-orders-table__cell-order-status-cancelled span {
    border: 1px solid #FDA29B;
    background-color: #FEE4E2;
    padding: 5px 10px;
    border-radius: 17px;
    color: #F04438;
    font-size: 14px;
    white-space: nowrap;
}

.woocommerce-orders-table__cell-order-status-pending span {
    border: 1px solid #2baee4;
    background-color: #2baee429;
    padding: 5px 10px;
    border-radius: 17px;
    color: #2baee4;
    font-size: 14px;
    white-space: nowrap;
}

.woocommerce-orders-table__cell-order-status-card-print span {
    border: 1px solid #0202c6;
    background-color: #0202c630;
    padding: 5px 10px;
    border-radius: 17px;
    color: #0202c6;
    font-size: 14px;
    white-space: nowrap;
}

.woocommerce-orders-table__cell-order-status-transport span {
    border: 1px solid #aa02aa;
    background-color: #aa02aa30;
    padding: 5px 10px;
    border-radius: 17px;
    color: #aa02aa;
    font-size: 14px;
    white-space: nowrap;
}

.woocommerce-orders-table__cell-order-status-slab-print span {
    border: 1px solid #ffa500;
    background-color: #ffa50033;
    padding: 5px 10px;
    border-radius: 17px;
    color: #ffa500;
    font-size: 14px;
    white-space: nowrap;
}

.woocommerce-orders-table__cell-order-status-assembly span {
    border: 1px solid #ff728b;
    background-color: #ff728b42;
    padding: 5px 10px;
    border-radius: 17px;
    color: #ff728b;
    font-size: 14px;
    white-space: nowrap;
}

.woocommerce-orders-table__cell-order-status-shipping span {
    border: 1px solid #019001;
    background-color: #01900145;
    padding: 5px 10px;
    border-radius: 17px;
    color: #019001;
    font-size: 14px;
    white-space: nowrap;
}

.woocommerce-orders-table__cell-order-status-on-hold span {
    border: 1px solid #0c5460;
    background-color: #0c546024;
    padding: 5px 10px;
    border-radius: 17px;
    color: #0c5460;
    font-size: 14px;
    white-space: nowrap;
}

.woocommerce-orders-table__cell-order-status-refunded span {
    border: 1px solid #383d41;
    background-color: #383d411f;
    padding: 5px 10px;
    border-radius: 17px;
    color: #383d41;
    font-size: 14px;
    white-space: nowrap;
}

.woocommerce-orders-table__cell-order-status-failed span {
    border: 1px solid #721c24;
    background-color: #721c2433;
    padding: 5px 10px;
    border-radius: 17px;
    color: #721c24;
    font-size: 14px;
    white-space: nowrap;
}

.woocommerce-orders-table td {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #474747;
}

.woocommerce-orders-table th.woocommerce-orders-table__cell a {
    color: #2BAEE4 !IMPORTANT;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
}

.woocommerce table.shop_table td.product-name p {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

th.woocommerce-orders-table__header span {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #474747;
}

a.woocommerce-button.button.view {
    background-color: #262626;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    border-radius: 30px;
    margin-right: 5px;
}

a.woocommerce-button.button.pay {
    background-color: #2baee4 !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    border-radius: 30px;
    margin-right: 5px;
}

a.woocommerce-button.button.cancel {
    background-color: #F04438 !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    border-radius: 30px;
}

.woocommerce-account .woocommerce-MyAccount-content a.button {
    background-color: #262626;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    color: #fff;
    border-radius: 30px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.woocommerce-account .woocommerce-MyAccount-content a.button:hover {
    opacity: 0.8;
}

.woocommerce-MyAccount-orders td.woocommerce-orders-table__cell {
    padding: 12px 8px !important;
}

.woocommerce-MyAccount-orders th.woocommerce-orders-table__header {
    padding: 12px 8px !important;
}

td.woocommerce-table__product-name.product-name p {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.bulk-order-main .bulk-order-content .right-bulk-form .forminator-field .forminator-label {
    font-size: 16px !important;
    font-weight: 400 !IMPORTANT;
}

.bulk-order-main .bulk-order-content .right-bulk-form .forminator-field .forminator-input {
    border: 1px solid #D4D4D4;
    border-radius: 30px;
}

.forminator-field .forminator-button-submit {
    border-radius: 30px !IMPORTANT;
    padding: 11px 22px;
    color: #fff;
    border: 1px solid #262626;
    background-color: #262626;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    width: fit-content;
    letter-spacing: 1px;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

.forminator-file-upload {
    border: 1px solid #D4D4D4;
    border-radius: 30px;
}

.forminator-file-upload .forminator-button-upload {
    border-radius: 30px !important;
    margin: 4px !important;
    background-color: #D4D4D4;
    color: #474747;
}

.forminator-file-upload {
    border: 1px solid #D4D4D4;
    border-radius: 30px;
}

.forminator-field-upload .forminator-field label {
    font-size: 16px !important;
}

.newsletter-section {
    padding: 50px 10px;
    background-color: #f5f5f5;
    margin-top: 50px;
}

.newsletter-section .newsletter-form .input-group input {
    color: #000;
    border-radius: 20px;
    padding: 5px 15px;
}

.newsletter-section .newsletter-form .input-group button {
    background-color: #259DCD;
    border: 1px solid #259DCD;
    border-radius: 30px;
}

.newsletter-section .newsletter-form .input-group {
    max-width: 500px;
    margin: 0 auto;
}

.newsletter-section .newsletter-form {
    padding-top: 15px;
}

.blog-content-main {
    padding: 50px 0px;
}

.blog-content-main h2 {
    padding-top: 15px;
}

.blog-content-main p {
    color: #707070;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

.blog-content-main p strong {
    color: #474747;
}

.blog-content-main a {
    color: #2BAEE4;
    text-decoration: none;
}

.blog-content-main ul li p {
    margin-bottom: 5px;
}

.blog-content-main ul {
    padding-left: 15px;
}

/* holographic-effect */

.holographic-effect-main {
    background-color: #F8F8F8;
    padding: 20px;
    margin-top: 30px;
}

.holographic-effect-main .holographic-list-cont ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    padding-left: 0;
    padding-top: 15px;
}

.holographic-effect-main .holographic-list-cont ul li .holographic-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}

.holographic-effect-main .holographic-list-cont ul li:first-child .holographic-list img {
    width: 24px;
    object-fit: contain;
}

.holographic-effect-main .holographic-list-cont ul li:first-child .holographic-list img {
    background-color: #D9D9D9;
    padding: 10px;
}

.holographic-effect-main .holographic-list-cont ul li .holographic-list span {
    color: #707070;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
}

.holographic-effect-main .holographic-list-cont ul li .holographic-list .holographic-image img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    padding: 8px;
    /*     border-radius: 50%;
    border: 4px solid #F8F8F8;
    box-shadow: 0px 0px 9px #9c9c9c5e; */
}

.holographic-effect-main .holographic-list-cont ul li .holographic-list .holographic-image {
    border-radius: 50%;
    border: 4px solid #F8F8F8;
    box-shadow: 0px 0px 9px #9c9c9c5e;
}

.holographic-effect-main .holographic-list-cont ul li:first-child .holographic-list .holographic-image img {
    width: 54px;
    object-fit: contain;
    border-radius: 50%;
    padding: 13px;
}

.holographic-effect-main .holographic-list-cont ul li:first-child .holographic-list .holographic-image {
    width: 62px;
    height: 62px;
    object-fit: contain;
}

.holographic-effect-main h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    color: #474747;
}

.holographic-effect-main .holographic-list-cont ul li button.btn {
    padding: 0px;
    border: none;
}

.holographic-effect-main .holographic-list-cont ul li .holographic-list:hover .holographic-image {
    border-color: #2BAEE4;
    transition: 0.3s ease-in-out;
}

.holographic-effect-main .holographic-list-cont ul li button.btn .holographic-list:hover span {
    color: #2BAEE4;
    transition: 0.3s ease-in-out;
}

.holographic-effect-modal .modal-body img {
    max-height: 450px;
    width: 100%;
    max-width: 300px;
    object-fit: contain;
}

.holographic-effect-modal .modal {
    z-index: 999999;
    background-color: #00000094;
}

.holographic-effect-modal .modal .modal-footer button.btn.btn-primary {
    background-color: #2BAEE4 !important;
    border: 1px solid #2BAEE4;
}

.holographic-effect-modal .modal .modal-footer button.btn.btn-primary:hover {
    background-color: #3ca3cd !important;
}

.holographic-effect-main .holographic-list-cont ul li button.btn .holographic-list.selected span {
    color: #2BAEE4;
}

.holographic-effect-main .holographic-list-cont ul li button.btn .holographic-list.selected .holographic-image {
    border-color: #2BAEE4;
}

.blog-header {
    padding: 40px;
    background-color: #f5f2f2;
    margin-bottom: 30px;
}

.blog-search button.btn.btn-primary {
    background-color: #259DCD;
    border-color: #259DCD;
}

.all-blogs-section .blog-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog-posts-grid .blog-post-card .blog-post-image img {
    width: 100%;
    margin-bottom: 20px;
    object-fit: cover;
    border-radius: 10px;
    max-height: 300px;
    height: 100%;
}

.blog-content .blog-posts-grid .blog-post-item .blog-post-content .blog-post-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

.blog-posts-grid .blog-post-card .blog-post-content .blog-post-title a {
    color: #474747;
    text-decoration: none;
    font-size: 20px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
    line-clamp: 4;
}

/* holographic-effect end */

.home-blog {
    padding: 70px 50px;
}

.blog-content .blog-posts-grid .blog-post-item:nth-child(3),
.blog-content .blog-posts-grid .blog-post-item:nth-child(4),
.blog-content .blog-posts-grid .blog-post-item:nth-child(5),
.blog-content .blog-posts-grid .blog-post-item:nth-child(6) {
    display: flex;
    align-items: flex-start;
    height: fit-content;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 2px solid #DEE1E6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.blog-content .blog-posts-grid .blog-post-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.blog-content .blog-posts-grid .blog-post-item:nth-child(3) .blog-post-image,
.blog-content .blog-posts-grid .blog-post-item:nth-child(4) .blog-post-image,
.blog-content .blog-posts-grid .blog-post-item:nth-child(5) .blog-post-image,
.blog-content .blog-posts-grid .blog-post-item:nth-child(6) .blog-post-image {
    width: 100%;
    max-width: 140px;
    margin-bottom: 0px;
    border-radius: 10px;
}

.blog-content .blog-posts-grid .blog-post-item:nth-child(3) .blog-post-content,
.blog-content .blog-posts-grid .blog-post-item:nth-child(4) .blog-post-content,
.blog-content .blog-posts-grid .blog-post-item:nth-child(5) .blog-post-content,
.blog-content .blog-posts-grid .blog-post-item:nth-child(6) .blog-post-content {
    padding: 0px 0px 0px 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.blog-content .blog-posts-grid .blog-post-item:nth-child(3) .blog-post-content .blog-post-excerpt,
.blog-content .blog-posts-grid .blog-post-item:nth-child(4) .blog-post-content .blog-post-excerpt,
.blog-content .blog-posts-grid .blog-post-item:nth-child(5) .blog-post-content .blog-post-excerpt,
.blog-content .blog-posts-grid .blog-post-item:nth-child(6) .blog-post-content .blog-post-excerpt {
    display: none;
}

.blog-content .blog-posts-grid .blog-post-item:nth-child(3) .blog-post-content .blog-post-title,
.blog-content .blog-posts-grid .blog-post-item:nth-child(4) .blog-post-content .blog-post-title,
.blog-content .blog-posts-grid .blog-post-item:nth-child(5) .blog-post-content .blog-post-title,
.blog-content .blog-posts-grid .blog-post-item:nth-child(6) .blog-post-content .blog-post-title {
    order: 1;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

.blog-content .blog-posts-grid .blog-post-item:nth-child(3) .blog-post-content .blog-post-meta,
.blog-content .blog-posts-grid .blog-post-item:nth-child(4) .blog-post-content .blog-post-meta,
.blog-content .blog-posts-grid .blog-post-item:nth-child(5) .blog-post-content .blog-post-meta,
.blog-content .blog-posts-grid .blog-post-item:nth-child(6) .blog-post-content .blog-post-meta {
    order: 2;
}

.blog-content .blog-posts-grid .blog-post-item a.btn {
    display: none;
}

.blog-content .blog-posts-grid .blog-post-item:nth-child(3) .blog-post-image img.wp-post-image,
.blog-content .blog-posts-grid .blog-post-item:nth-child(4) .blog-post-image img.wp-post-image,
.blog-content .blog-posts-grid .blog-post-item:nth-child(5) .blog-post-image img.wp-post-image,
.blog-content .blog-posts-grid .blog-post-item:nth-child(6) .blog-post-image img.wp-post-image {
    width: 100%;
    max-height: 90px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 0px;
}

.blog-content .blog-posts-grid .blog-post-item .blog-post-content .blog-post-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

.blog-content .blog-posts-grid .blog-post-item .blog-post-content .blog-post-title a {
    color: #474747;
    text-decoration: none;
    font-size: 20px;
    line-height: 28px;
}

.blog-content .blog-posts-grid .blog-post-item:nth-child(3) .blog-post-content .blog-post-title a,
.blog-content .blog-posts-grid .blog-post-item:nth-child(4) .blog-post-content .blog-post-title a,
.blog-content .blog-posts-grid .blog-post-item:nth-child(5) .blog-post-content .blog-post-title a,
.blog-content .blog-posts-grid .blog-post-item:nth-child(6) .blog-post-content .blog-post-title a {
    color: #474747;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
}

.home-blog .blog-content .blog-posts-grid {
    overflow: hidden;
    padding-bottom: 20px;
}

.blog-content .blog-posts-grid .blog-post-item .blog-post-image img.wp-post-image {
    width: 100%;
    margin-bottom: 20px;
    object-fit: cover;
    border-radius: 10px;
    max-height: 100%;
    height: 100%;
    transition: 0.5s ease-in-out;
}

.blog-content .blog-posts-grid .blog-post-item .blog-post-image:hover img.wp-post-image {
    transform: scale(1.2);
}

.home-blog .blog-content .blog-posts-grid .blog-post-item:first-child {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.home-blog .blog-content .blog-posts-grid .blog-post-item:nth-child(2) {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.blog-content .blog-posts-grid .blog-post-item .blog-category {
    color: #2BAEE4;
    font-weight: 700;
    position: relative;
    padding-left: 25px;
}

.blog-content .blog-posts-grid .blog-post-item .blog-category::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    background-image: url(/wp-content/uploads/2025/08/folder-icon.png);
    width: 17px;
    height: 17px;
    background-size: contain;
    background-repeat: no-repeat;
}

.blog-content .blog-posts-grid .blog-post-item .blog-date {
    position: relative;
    padding-left: 23px;
    padding-right: 10px;
    color: #474747;
    font-weight: 700;
    font-size: 16px;
}

.blog-content .blog-posts-grid .blog-post-item .blog-date::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    background-image: url(/wp-content/uploads/2025/08/calendar-icon.png);
    width: 18px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
}

.home-blog .blog-content .btn.btn-primary {
    background-color: #2BAEE4;
    border: 2px solid #2BAEE4;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.blog-content .blog-posts-grid .blog-post-item .blog-post-content .blog-post-excerpt {
    color: #707070;
    font-size: 16px;
}

.home-blog .blog-content .blog-posts-grid .blog-post-item:first-child .blog-post-meta,
.home-blog .blog-content .blog-posts-grid .blog-post-item:nth-child(2) .blog-post-meta {
    padding-bottom: 10px;
}

.home-blog .blog-heading {
    margin-bottom: 50px;
}

.all-blogs-section .blog-posts-grid .blog-post-card .blog-post-content .blog-post-excerpt {
    color: #707070;
    font-size: 16px;
    padding-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
    line-clamp: 5;
}

.all-blogs-section .blog-posts-grid .blog-post-card .blog-post-content .blog-post-title {
    font-size: 20px;
    line-height: 26px;
}

.all-blogs-section .blog-post-card .blog-post-content .blog-post-meta {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 15px;
}

.all-blogs-section .blog-post-card .blog-post-content .blog-post-meta .blog-date {
    position: relative;
    padding-left: 20px;
    padding-right: 10px;
    color: #474747;
    font-weight: 700;
    font-size: 16px;
}

.all-blogs-section .blog-post-card .blog-post-content .blog-post-meta .blog-date::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    background-image: url(/wp-content/uploads/2025/08/calendar-icon.png);
    width: 18px;
    height: 17px;
    background-size: contain;
    background-repeat: no-repeat;
}

.all-blogs-section .blog-post-card .blog-post-content .blog-post-meta .category-tag {
    color: #2BAEE4;
    font-weight: 700;
    position: relative;
    padding-left: 25px;
    font-size: 16px;
}

.all-blogs-section .blog-post-card .blog-post-content .blog-post-meta .category-tag {
    color: #2BAEE4;
    font-weight: 700;
    position: relative;
    padding-left: 22px;
    font-size: 16px;
}

.all-blogs-section .blog-post-card .blog-post-content .blog-post-meta .category-tag::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    background-image: url(/wp-content/uploads/2025/08/folder-icon.png);
    width: 17px;
    height: 17px;
    background-size: contain;
    background-repeat: no-repeat;
}

.all-blogs-section .blog-post-card .blog-post-content .blog-post-meta .post-author {
    position: relative;
    padding-left: 22px;
    font-weight: 700;
    color: #474747;
    font-size: 16px;
}

.all-blogs-section .blog-post-card .blog-post-content .blog-post-meta .post-author::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    background-image: url(/wp-content/uploads/2025/08/user-icons.png);
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}

.all-blogs-section .blog-post-card .blog-post-content .blog-post-meta .post-author {
    position: relative;
    padding-left: 26px;
    font-weight: 700;
    color: #474747;
}

.all-blogs-section .blog-posts-grid .blog-post-card .blog-post-content a.read-more-btn {
    background-color: #2BAEE4;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 26px;
    display: block;
    width: fit-content;
    transition: 0.3s ease-in-out;
    margin-top: 15px;
}

.all-blogs-section .blog-posts-grid .blog-post-card .blog-post-content a.read-more-btn:hover {
    background-color: #2f92bb;
    transition: 0.3s ease-in-out;
}

.blog-post-image {
    overflow: hidden;
    max-height: 270px;
    border-radius: 15px;
    margin-bottom: 20px;
    transition: 0.5s ease-in-out;
}

.all-blogs-section .blog-posts-grid .blog-post-image {
    overflow: hidden;
    max-height: 270px;
    border-radius: 15px;
    margin-bottom: 20px;
    transition: 0.5s ease-in-out;
}

.all-blogs-section .blog-posts-grid .blog-post-image img.wp-post-image {
    transition: 0.5s ease-in-out;
}

.all-blogs-section .blog-posts-grid .blog-post-image:hover img.wp-post-image {
    transform: scale(1.2);
}

.holographic-effect-modal .modal-body {
    position: relative;
    padding: 45px 15px 15px;
    max-width: fit-content;
}

.holographic-effect-modal .modal-body .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.holographic-effect-modal .modal-dialog {
    max-width: fit-content !important;
}

.card-body {
    padding-top: 10px;
}

.tab .t_c {
    text-align: center;
    padding-bottom: 10px;
    color: #474747;
    font-size: 16px;
    font-weight: 500;
}

.tab .t_c a {
    color: #2BAEE4;
    text-decoration: none;
}

.tab .t_c input[type="checkbox"]:checked {
    border: 2px solid #259DCD !important;
}

.tab .t_c input[type="checkbox"] {
    background-color: transparent !important;
    border: 1px solid #B2B2B2;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 0px;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

.tab .t_c input[type="checkbox"]:checked::after {
    content: '';
    opacity: 1;
    border-color: #259DCD;
}

.tab .t_c input[type="checkbox"]::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 10px;
    border: solid #333;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.login-main .login-content .page-content p.underline-text span {
    background-color: #fff;
    position: relative;
    z-index: 5;
    padding: 5px 10px;
}

.woocommerce-account .woocommerce-MyAccount-content mark.order-status {
    font-size: 18px;
    padding: 0px;
}

.card-preview-main .card-preview-right span del,
.card-preview-main .card-preview-right span del span {
    color: #a3a3a3;
    font-size: 30px;
}

.card-preview-main .card-preview-right span del {
    margin-right: 10px;
}

.card-preview-main .card-preview-right ins {
    text-decoration: none;
}

.shop-content ul.products li.custom-product-item .product-image-wrapper button.carousel-control-next {
    background-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 6px;
    position: absolute;
    top: 50%;
    right: -14px;
    transform: translate(-50%, -50%);
    opacity: 0.8;
    box-shadow: 0px 0px 5px #ddd;
}

.shop-content ul.products li.custom-product-item .product-image-wrapper button.carousel-control-prev {
    background-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 6px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(-50%, -50%);
    opacity: 0.8;
    box-shadow: 0px 0px 5px #ddd;
}

.shop-content ul.products li.custom-product-item .product-image-wrapper button.carousel-control-prev:hover,
.shop-content ul.products li.custom-product-item .product-image-wrapper button.carousel-control-next:hover {
    background-color: #eff0f0;
    color: #fff;
}

.shop-content ul.products li.custom-product-item .product-image-wrapper .carousel-control-prev,
.shop-content ul.products li.custom-product-item .product-image-wrapper .carousel-control-next {
    display: block;
}

.shop-content ul.products li.custom-product-item .product-image-wrapper:hover .carousel-control-prev,
.shop-content ul.products li.custom-product-item .product-image-wrapper:hover .carousel-control-next {
    display: flex;
    opacity: 1;
}

.shop-content ul.products li.custom-product-item .product-image-wrapper {
    position: relative;
    margin-bottom: 15px;
}

.shop-content ul.products li.custom-product-item .product-image-wrapper img {
    border-radius: 8px;
}

.shop-content ul.products li.custom-product-item .custom-product-button {
    display: block;
    text-align: center;
}

.shop-content ul.products li.custom-product-item .customize-product-button {
    width: 100%;
    padding: 10px;
    font-size: 14px;
}

.shop-content ul.products li.custom-product-item .carousel-control-prev,
.shop-content ul.products li.custom-product-item .carousel-control-next {
    width: 10%;
    background: rgba(0, 0, 0, 0.3);
}

.shop-content ul.products li.custom-product-item .carousel-control-prev-icon,
.shop-content ul.products li.custom-product-item .carousel-control-next-icon {
    filter: invert(1);
    width: 19px ! IMPORTANT;
    height: 21px ! IMPORTANT;
    padding: 6px;
}

.address-book .wc-address-book-address .wc-address-book-meta a {
    text-decoration: none;
    border: 1px solid;
    margin-bottom: 10px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 30px;
    min-width: 150px;
}

.address-book .wc-address-book-address .wc-address-book-meta a.wc-address-book-delete {
    color: #c0362d;
    background-color: #FEE4E2;
    min-width: 150px;
}

.address-book .wc-address-book-address .wc-address-book-meta a.wc-address-book-edit {
    background-color: #2baee421;
    color: #2baee4;
}

.address-book .wc-address-book-address .wc-address-book-meta .wc-address-book-make-primary {
    background-color: #03730336;
    color: #037303;
}

.address-book .wc-address-book-address {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.result-count-sort {
    padding: 0px 40px !important;
    position: relative;
}

.woocommerce-products-header h1 {
    position: absolute;
    left: 40px;
}

header.woocommerce-products-header {
    display: flex;
    align-items: center;
    gap: 20px;
}

header.woocommerce-products-header .search-product .search-input {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 5px 10px;
}

header.woocommerce-products-header .search-product .search-input input.form-control {
    border: none;
}

header.woocommerce-products-header .search-product .search-input input.form-control:focus,
header.woocommerce-products-header .search-product .search-input input.form-control:focus-visible {
    outline: none;
    border: none !IMPORTANT;
    box-shadow: none !IMPORTANT;
}

.double-video-section .video-container .ratio {
    aspect-ratio: 190 / 160;
}

.not-found {
    width: 100%;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.not-found .notfound-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    flex-direction: column;
}

.not-found .search-container .search-input {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 5px 10px;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
}

.not-found .search-container .search-input input.form-control {
    border: none;
}

.not-found .notfound-text {
    padding-bottom: 20px;
    font-size: 34px;
    line-height: 44px;
    color: #252525;
    text-transform: uppercase;
    font-weight: 600;
}

.not-found .search-container {
    padding-bottom: 30px;
}

.not-found .search-container .search-input input.form-control:focus,
.not-found .search-container .search-input input.form-control:focus-visible {
    border: none !IMPORTANT;
    outline: none;
    box-shadow: none !IMPORTANT;
}

.not-found .search-container .search-input .btn-icon img {
    max-width: 100%;
    object-fit: contain;
    width: 22px;
    height: 22px;
    margin-top: -5px;
}

.not-found .not-found-image img {
    max-width: 300px;
    width: 100%;
    padding-bottom: 20px;
}

.not-found .notfound-content .home-btn {
    background-color: #2BAEE4;
    border: 2px solid #2BAEE4;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.not-found .notfound-content .home-btn:hover {
    opacity: 0.8;
}

.custom-alert .alert-box.alert.alert-danger {
    background-color: #fff;
    border-color: #fff;
    padding: 30px;
}

.custom-alert .alert-box.alert.alert-danger button.btn {
    padding: 5px 15px;
    font-size: 14px;
}

.double-video-section .video-container {
    position: relative;
}

.double-video-section .video-container .video-controls-overlay {
    position: absolute;
    bottom: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.double-video-section .video-container .video-controls-overlay .btn.btn-light {
    box-shadow: 0px 0px 5px 0px #767373;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    max-width: 100%;
    width: 100%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    box-shadow: 0px 0px 5px 2px #efeded;
}

.woocommerce .product.type-product .summary.entry-summary {
    width: calc(100% - 530px);
}

.woocommerce table.shop_table td.product-quantity {
    text-align: center;
}

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

@media (max-width: 576.98px) {

    .home-blog .blog-content .blog-posts-grid .blog-post-item:first-child,
    .home-blog .blog-content .blog-posts-grid .blog-post-item:nth-child(2) {
        width: 100% !important;
    }

    .holographic-effect-modal .modal-dialog {
        margin: 15px auto;
    }

    .all-blogs-section .blog-posts-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .coverflow-slider .main-image-container img,
    .coverflow-slider .main-image-container svg {
        max-width: 290px;
        height: auto;
    }

    .btn.upload-btn {
        padding: 10px 10px;
        font-size: 14px;
    }

    .btn.upload-btn img {
        width: 20px;
    }

    .upload-btn-wrapper {
        flex-wrap: wrap;
        border-radius: 15px;
        text-align: center;
        justify-content: center;
    }

    .file-name-placeholder {
        width: 100%;
        text-align: center;
    }

    .shop-content ul.products li.custom-product-item .product-image-wrapper button.carousel-control-next {
        width: 25px !important;
        height: 25px !important;
        /* 		top: 100%; */
        right: -10px !important;
        padding: 1px !important;
        opacity: 1;
    }

    .shop-content ul.products li.custom-product-item .product-image-wrapper button.carousel-control-prev {
        width: 25px !important;
        height: 25px !important;
        /* 		top: 100%; */
        left: 15px !important;
        padding: 1px !important;
        opacity: 1;
    }

    .shop-content ul.products li.custom-product-item .carousel-control-prev-icon,
    .shop-content ul.products li.custom-product-item .carousel-control-next-icon {
        filter: invert(1);
        width: 16px !important;
        height: 24px !important;
        padding: 4px;
    }

    .shop-content ul.products li.custom-product-item .product-image-wrapper .customize-product-button {
        padding: 4px 7px !important;
        font-size: 10px !important;
        line-height: 16px;
        opacity: 1;
        margin-top: 6px !important;
    }
}

@media (max-width: 767.98px) {
    /* customize css */

    .customize-top-content h1 {
        font-size: 26px;
        line-height: 34px;
    }

    .customize-top-content p {
        font-size: 18px;
        line-height: 28px;
    }

    .customize-top-content .saved-info {
        gap: 5px;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-bottom: 0px;
    }

    .customize-card-content .card-header .nav-pills .btn {
        padding: 5px 0px;
    }

    .customize-card-content .card-header .nav-link.active {
        padding: 5px 0px;
    }

    .customize-card-content .card-header .nav-link.active p {
        font-size: 14px;
        line-height: 22px;
        margin-right: 5px;
    }

    .customize-card-content .card-header .nav-link.active span {
        font-weight: 400;
        font-size: 12px;
        line-height: 26px;
    }

    .customize-bottom-content .card {
        padding: 60px 10px 20px;
    }

    .tabs-customize .nav-tabs .nav-link {
        font-size: 14px;
        line-height: 26px;
        padding: 5px 20px;
    }

    .coverflow-slider .swiper-slide img {
        max-width: 180px;
    }

    .coverflow-slider .swiper-slide .card__img {
        /*height: 170px;*/
    }

    .coverflow-slider .swiper-button-next,
    .coverflow-slider .swiper-button-prev {
        width: 30px;
        height: 30px;
    }

    .coverflow-slider .swiper-button-next img,
    .coverflow-slider .swiper-button-prev img {
        width: 17px;
        height: 17px;
    }

    .customize-top-content .text-end {
        text-align: left !important;
        padding: 10px 0px;
    }

    .coverflow-slider .swiper-button-next {
        right: 2px;
        top: 54%;
    }

    .coverflow-slider .swiper-button-prev {
        left: 2px;
        top: 54%;
    }

    .customize-checklist-btns {
        top: 10px;
        right: 20px;
    }

    .customize-close-btns .btn.btn-down-arrow {
        top: 10px;
        left: 20px;
    }

    .coverflow-slider .swiper-thumbs {
        overflow: hidden;
    }

    .search-container {
        width: 100%;
    }

    .search-container .search-input {
        position: relative;
        display: flex;
        width: 100%;
        top: 0;
        box-shadow: none;
        background-color: transparent;
        max-width: 350px;
        margin: 0 auto;
        z-index: 1;
    }

    .search-container .search-icon {
        display: none;
    }

    .search-container .search-input input {
        border-radius: 30px;
    }

    .coverflow-slider .swiper {
        padding: 0 10px;
    }

    .product-head-left {
        padding-bottom: 10px;
        gap: 10px;
    }

    .customize-top-content {
        padding: 10px 20px;
    }

    .double-slide.slick-initialized.slick-slider.slick-dotted {
        margin-bottom: 0px !important;
    }

    .woocommerce-Addresses .woocommerce-Address address {
        padding: 15px;
    }

    .home-blog {
        padding: 30px 10px;
    }

    .home-blog .blog-content .blog-posts-grid .blog-post-item:first-child {
        width: 100%;
    }

    .home-blog .blog-content .blog-posts-grid .blog-post-item:first-child,
    .home-blog .blog-content .blog-posts-grid .blog-post-item:nth-child(2) {
        width: 100%;
        margin-bottom: 20px;
    }

    .blog-content .blog-posts-grid .blog-post-item:nth-child(3),
    .blog-content .blog-posts-grid .blog-post-item:nth-child(4),
    .blog-content .blog-posts-grid .blog-post-item:nth-child(5),
    .blog-content .blog-posts-grid .blog-post-item:nth-child(6) {
        float: left;
    }

    .home-blog .blog-heading {
        margin-bottom: 30px;
    }

    .blog-content .blog-posts-grid .blog-post-item .blog-post-content .blog-post-title a {
        font-size: 18px;
        line-height: 24px;
    }

    .blog-content .blog-posts-grid .blog-post-item:nth-child(3) .blog-post-image img.wp-post-image,
    .blog-content .blog-posts-grid .blog-post-item:nth-child(4) .blog-post-image img.wp-post-image,
    .blog-content .blog-posts-grid .blog-post-item:nth-child(5) .blog-post-image img.wp-post-image,
    .blog-content .blog-posts-grid .blog-post-item:nth-child(6) .blog-post-image img.wp-post-image {
        width: 90px !important;
        max-width: 90px !important;
        height: 70px;
        /* 		border-radius: 6px; */
    }

    .blog-content .blog-posts-grid .blog-post-item:nth-child(3) .blog-post-content,
    .blog-content .blog-posts-grid .blog-post-item:nth-child(4) .blog-post-content,
    .blog-content .blog-posts-grid .blog-post-item:nth-child(5) .blog-post-content,
    .blog-content .blog-posts-grid .blog-post-item:nth-child(6) .blog-post-content {
        padding: 0px 0px 0px 10px;
    }

    .blog-content .blog-posts-grid .blog-post-item:nth-child(3) .blog-post-content .blog-post-title a,
    .blog-content .blog-posts-grid .blog-post-item:nth-child(4) .blog-post-content .blog-post-title a,
    .blog-content .blog-posts-grid .blog-post-item:nth-child(5) .blog-post-content .blog-post-title a,
    .blog-content .blog-posts-grid .blog-post-item:nth-child(6) .blog-post-content .blog-post-title a {
        font-size: 16px;
        line-height: 20px;
    }

    .blog-content .blog-posts-grid .blog-post-item:nth-child(3) .blog-post-image,
    .blog-content .blog-posts-grid .blog-post-item:nth-child(4) .blog-post-image,
    .blog-content .blog-posts-grid .blog-post-item:nth-child(5) .blog-post-image,
    .blog-content .blog-posts-grid .blog-post-item:nth-child(6) .blog-post-image {
        width: 100%;
        max-width: 100px;
    }

    .home-blog .container {
        max-width: 95%;
    }

    .home-blog .blog-content .blog-posts-grid .blog-post-item:first-child,
    .home-blog .blog-content .blog-posts-grid .blog-post-item:nth-child(2) {
        width: 48%;
    }

    .blog-content .blog-posts-grid .blog-post-item .blog-date {
        font-size: 14px;
    }

    .blog-content .blog-posts-grid .blog-post-item .blog-category {
        font-size: 14px;
    }

    .all-blogs-section .blog-posts-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .blog-filters .row .col-md-6 {
        margin-bottom: 10px;
    }

    .blog-posts-grid .blog-post-card .blog-post-content .blog-post-title a {
        font-size: 18px;
        line-height: 26px;
    }

    .blog-posts-grid .blog-post-card .blog-post-image img {
        margin-bottom: 0px;
    }

    .holographic-effect-main .holographic-list-cont ul li:first-child .holographic-list .holographic-image img {
        padding: 18px;
    }

    .card-preview-main .card-preview-right span del,
    .card-preview-main .card-preview-right span del span {
        font-size: 22px;
    }

    .card-preview-main .card .front img {
        margin-bottom: 20px !important;
    }

    .about-our-team .card .card-overlay-content .card-title {
        font-size: 20px;
        line-height: 26px;
    }

    .woocommerce-cart .woocommerce-cart-form .cart_item td.product-thumbnail img {
        width: 150px;
        padding: 15px;
    }

    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce table.cart .product-thumbnail,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail {
        display: block;
    }

    .woocommerce table.shop_table_responsive tr td.product-thumbnail {
        text-align: center !IMPORTANT;
    }

    .woocommerce-cart .woocommerce form.woocommerce-cart-form .coupon .button {
        padding: 7px 15px;
    }

    .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table tr td.actions {
        padding-top: 5px;
    }

    .woocommerce table.shop_table_responsive tr td.product-thumbnail::before {
        display: none;
    }

    .woocommerce table.shop_table_responsive tr td.product-remove {
        text-align: right !IMPORTANT;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .woocommerce-cart .woocommerce-breadcrumb {
        margin-top: 0px !IMPORTANT;
    }

    header.woocommerce-products-header {
        flex-wrap: wrap;
    }

    header.woocommerce-products-header .search-product .search-input {
        padding: 0px 10px;
        border-radius: 10px;
    }

    .result-count-sort {
        padding: 0px 20px !important;
        margin-bottom: 20px;
    }

    .woocommerce-products-header h1 {
        position: relative;
        left: 0px;
    }

    .not-found .not-found-image img {
        max-width: 200px;
    }

    .not-found .notfound-text {
        font-size: 20px;
        line-height: 30px;
    }

    .not-found .search-container {
        padding-bottom: 20px;
    }

    .woocommerce .product.type-product {
        padding: 25px 0px;
    }

    .woocommerce-cart .woocommerce-cart-form .cart_item .product-name a,
    .woocommerce-cart .woocommerce-cart-form .cart_item .product-name {
        font-size: 16px;
        line-height: 24px;
        color: #212529;
    }

    .bulk-upload-content .forminator-button-upload {
        width: fit-content !important;
    }

    #video-iframe {
        aspect-ratio: 9 / 16 !important;
    }

    .shop-content ul.products li.custom-product-item .product-image-wrapper .customize-product-button {
        padding: 8px 16px;
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
        opacity: 1;
    }

    .shop-content ul.products li.custom-product-item .product-image-wrapper button.carousel-control-next {
        width: 32px;
        height: 32px;
        /* top: 100%; */
        right: -10px;
        padding: 6px;
        opacity: 1;
    }

    .shop-content ul.products li.custom-product-item .product-image-wrapper button.carousel-control-prev {
        width: 32px;
        height: 32px;
        /* top: 100%; */
        left: 22px;
        padding: 6px 3px;
        opacity: 1;
    }

    .svg-main {
        margin-top: 50px;
    }
	
    
}

@media (max-width: 991.98px) {
    .woocommerce .product.type-product .summary.entry-summary {
        width: 100% !important;
        margin-bottom: 0px;
    }

    .product-template-default.single.single-product .site-main .container {
        max-width: 95%;
    }

    .cart_totals table.shop_table tr td {
        padding-right: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .home-blog {
        padding: 40px 15px;
    }

    .blog-content .blog-posts-grid .blog-post-item:nth-child(3) .blog-post-image img.wp-post-image,
    .blog-content .blog-posts-grid .blog-post-item:nth-child(4) .blog-post-image img.wp-post-image,
    .blog-content .blog-posts-grid .blog-post-item:nth-child(5) .blog-post-image img.wp-post-image,
    .blog-content .blog-posts-grid .blog-post-item:nth-child(6) .blog-post-image img.wp-post-image {
        width: 100px !important;
        max-width: 100px !important;
        height: 70px !IMPORTANT;
    }

    .home-blog .container {
        max-width: 95% !IMPORTANT;
    }

    .shop-content ul.products li.custom-product-item .product-image-wrapper {
        padding: 10px;
    }

    .shop-content ul.products li.custom-product-item .product-image-wrapper .customize-product-button {
        font-size: 12px;
        padding: 7px 14px;
    }

    .all-blogs-section .blog-posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .blog-content .blog-posts-grid .blog-post-item:nth-child(3) .blog-post-content .blog-post-title a,
    .blog-content .blog-posts-grid .blog-post-item:nth-child(4) .blog-post-content .blog-post-title a,
    .blog-content .blog-posts-grid .blog-post-item:nth-child(5) .blog-post-content .blog-post-title a,
    .blog-content .blog-posts-grid .blog-post-item:nth-child(6) .blog-post-content .blog-post-title a {
        font-size: 15px;
        line-height: 20px;
    }

    .blog-content .blog-posts-grid .blog-post-item .blog-post-content .blog-post-title a {
        font-size: 18px;
        line-height: 24px;
    }

    .blog-post-image {
        border-radius: 0px;
    }

    .blog-content .blog-posts-grid .blog-post-item .blog-date {
        font-size: 12px;
        line-height: 20px;
    }

    .blog-content .blog-posts-grid .blog-post-item .blog-date::before {
        top: -1px;
    }

    .shop-content ul.products li.custom-product-item .product-image-wrapper button.carousel-control-prev {
        width: 25px;
        height: 25px;
        padding: 2px;
        left: 14px;
    }

    .shop-content ul.products li.custom-product-item .product-image-wrapper button.carousel-control-next {
        width: 25px;
        height: 25px;
        padding: 2px;
        right: -12px;
    }

    .shop-content ul.products li.custom-product-item .carousel-control-prev-icon,
    .shop-content ul.products li.custom-product-item .carousel-control-next-icon {
        width: 16px ! IMPORTANT;
        height: 20px ! IMPORTANT;
    }

    .shop-content ul.products li.custom-product-item .product-image-wrapper .customize-product-button {
        font-size: 10px;
        line-height: 16px;
        padding: 6px 8px;
        margin-top: 5px !important;
    }

    .shop-content {
        padding-left: 20px !important;
        padding-right: 20px ! IMPORTANT;
    }

    .result-count-sort {
        padding: 0px 20px !important;
    }

    header.woocommerce-products-header {
        width: 100%;
        justify-content: space-between;
    }

    .customise-buttons {
        justify-content: flex-start !important;
    }

    .help-guidelines .safety-area {
        top: 20px !important;
        left: -120px !important;
        flex-direction: row !important;
    }

    .help-guidelines .safety-area .s-dash-line {
        border-right: 0 !important;
        border-bottom: 2px dashed #117A5E !important;
        width: 37px !important;
        height: 1px !important;
    }

    .help-guidelines .safety-area.bleed {
        left: -127px !important;
        top: 60px !important;
    }
}

@media (max-width: 980px) {
    .customize-bottom-content .card {
        padding-top: 70px;
    }

    .customize-close-btns .btn.btn-down-arrow {
        top: 15px;
        left: 20px;
    }

    .customize-checklist-btns {
        right: 20px;
        top: 15px;
    }
}

@media (min-width: 768px) and (max-width: 879.98px) {
    .woocommerce-products-header h1 {
        position: relative;
        left: 0;
    }
}

@media (min-width: 768px) and (max-width: 980.98px) {
    .coverflow-slider .swiper-button-prev {
        left: -2% !important;
    }

    .coverflow-slider .swiper-button-next {
        right: -2% !important;
    }
}

@media (min-width: 981px) and (max-width: 1199.98px) {
    .customize-close-btns .btn.btn-down-arrow {
        left: 30px;
    }

    .customize-checklist-btns {
        right: 30px;
    }

    .shop-content ul.products li.custom-product-item .product-image-wrapper {
        padding: 15px;
    }

    .shop-content ul.products li.custom-product-item .product-image-wrapper .customize-product-button {
        font-size: 12px;
        line-height: 20px;
        padding: 6px 11px;
        margin-top: 5px !important;
    }

    .coverflow-slider .swiper-button-prev {
        left: 8% !important;
    }

    .coverflow-slider .swiper-button-next {
        right: 8% !important;
    }

    .shop-content ul.products li.custom-product-item .product-image-wrapper button.carousel-control-prev {
        width: 28px;
        height: 28px;
        padding: 3px 6px;
        left: 15px;
    }

    .shop-content ul.products li.custom-product-item .product-image-wrapper button.carousel-control-next {
        width: 28px;
        height: 28px;
        padding: 3px 7px;
        right: -12px;
    }

    .shop-content ul.products li.custom-product-item .carousel-control-prev-icon,
    .shop-content ul.products li.custom-product-item .carousel-control-next-icon {
        width: 16px ! IMPORTANT;
        height: 24px ! IMPORTANT;
    }
}

/* end of customized product page css */

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .woocommerce-cart.woocommerce-page .container {
        max-width: 90%;
    }

    .coverflow-slider .swiper-button-next {
        right: 15%;
    }

    .coverflow-slider .swiper-button-prev {
        left: 15%;
    }

    .shop-content ul.products li.custom-product-item .product-image-wrapper {
        padding: 15px !important;
    }

    .shop-content ul.products li.custom-product-item .product-image-wrapper .customize-product-button {
        padding: 9px 14px;
    }
}


.color-thumbnail {
    width: 110px !important;
    display: inline-grid;
    justify-content: center;
    margin-bottom: 10px;
}

.thumbnail-gallery {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.color-thumbnail img {
    border-radius: 10px;
}

.customize-bottom-content .card .nav button {
    color: #474747;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
}

.customize-bottom-content .card .nav button:hover {
    color: #2BAEE4;
}

.customize-bottom-content .card .nav button:disabled:hover,
.customize-bottom-content .card .nav button:disabled {
    cursor: no-drop !IMPORTANT;
    color: #6c757d;
    pointer-events: all ! IMPORTANT;
}

@media (max-width: 767.98px) {
    .color-thumbnail img {
        width: 90px !important;
    }

    .color-thumbnail {
        width: 100px !important;
    }

    .customise-buttons {
        flex-direction: column;
    }
}

@media (max-width: 410px) {
    .shop-content ul.products li.custom-product-item .product-image-wrapper button.carousel-control-next {
        top: 91% !important;
    }

    .shop-content ul.products li.custom-product-item .product-image-wrapper button.carousel-control-prev {
        top: 91% !important;
    }

    .shop-content ul.products li.custom-product-item .product-image-wrapper {
        padding: 7px !important;
    }
}

.guideline {
    fill: none;
    stroke: #fff;
    stroke-width: 1;
    opacity: 1;
    pointer-events: none;
    vector-effect: non-scaling-stroke;
}

.guideline--dashed {
    stroke-dasharray: 8 8;
    stroke-linecap: butt;
    stroke: #fff;
}

.customize-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.woocommerce .ywgc_have_code {
    display: none;
}

.vipmemeber {
    padding: 40px 0px;
}

.vipmemeber .vipmemeber-div {
    padding: 20px;
    border: 2px solid #2CACE2;
    border-radius: 12px;
    background-color: #e6f7fc;
    text-align: center;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.vipmemeber .forminator-field .forminator-input {
    font-size: 16px !important;
    border: 1px solid #D4D4D4;
    border-radius: 10px !important;
    padding: 12px 15px !IMPORTANT;
}

.vipmemeber .vipmemeber-div h2 {
    color: #2CACE2;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
}

.vipmemeber .vipmemeber-div p {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.ywgc-main-form-preview-container {
    min-height: auto;
}

.product.product-type-gift-card .ywgc-main-form-preview-container hr {
    display: none;
}

.product.product-type-gift-card .ywgc-main-form-preview-container .ywgc-form-preview-from-to-container {
    display: none;
}

.product.product-type-gift-card .ywgc-main-form-preview-container .ywgc-form-preview-separator {
    display: none;
}

.product.product-type-gift-card .ywgc-main-form-preview-container .ywgc-form-preview-message-container {
    display: none;
}

.product.product-type-gift-card .summary.entry-summary h1.product_title {
    font-size: 34px;
    line-height: 44px;
}

.product.product-type-gift-card .summary.entry-summary h3 {
    margin-top: 10px;
    margin-bottom: 10px !IMPORTANT;
}

.product.product-type-gift-card .summary.entry-summary input,
.product.product-type-gift-card .summary.entry-summary textarea {
    font-size: 16px;
    border: 1px solid #D4D4D4;
    border-radius: 10px;
    padding: 11px 20px;
}

.product.product-type-gift-card .summary.entry-summary h5 {
    margin-top: 25px;
}

.term-custom-cards .products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 0px 20px;
}

.term-custom-cards .products .custom-product-item {
    width: 100% !IMPORTANT;
}

.term-custom-cards .products::before {
    display: none !important;
}

.product.product-type-gift-card section.related.products {
    display: none;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .term-custom-cards .products {
        grid-template-columns: repeat(2, 1fr);
        gap: 0px 15px;
    }
}

@media (max-width: 767.98px) {
    .vipmemeber .vipmemeber-div h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .woocommerce .product .summary h1.product_title {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .product.product-type-gift-card .summary.entry-summary h3 {
        font-size: 22px;
    }

    .product.product-type-gift-card .summary.entry-summary h3 {
        font-size: 22px;
    }

    .product.product-type-gift-card .summary.entry-summary h5 {
        margin-bottom: 20px;
    }

    .term-custom-cards .products .custom-product-item {
        width: calc(100% / 2 - 10px) !IMPORTANT;
    }

    .term-custom-cards .products {
        display: flex !important;
        gap: 0px 10px;
        flex-wrap: wrap;
    }
	.threed-model-section .ratio.mobile {
        aspect-ratio: 8 / 10 !important;
    }
}

.gift_card_template_button.variations_button {
    margin-top: 1em;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.gift_card_template_button.variations_button .quantity input.qty {
    padding: 9px 2px !important;
    border: 1px solid #D4D4D4 !important;
}

.shop-content>ul.products>.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: none;
}

.threed-model-section .ratio.desktop {
    aspect-ratio: 495 / 187;
}