/* Loader Animation Start */
.loading-text {
    font-size: 80px;
    font-family: 'MrRobot';
    font-weight: normal;
    text-align: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

@media (max-width:500px) {
    .loading-text {
        font-size: 54px;
        gap: 8px;
    }
}

.loading-text span {
    display: inline-block;
    margin: 0 -.05em;
    color: white;
}

/* code #2 */
.loading02 span {
    animation: loading02 1.2s infinite alternate;
  }
  .loading02 span:nth-child(2) {
    animation-delay: 0.2s;
  }
  .loading02 span:nth-child(3) {
    animation-delay: 0.4s;
  }
  .loading02 span:nth-child(4) {
    animation-delay: 0.6s;
  }
  .loading02 span:nth-child(5) {
    animation-delay: 0.8s;
  }
  .loading02 span:nth-child(6) {
    animation-delay: 1s;
  }
  .loading02 span:nth-child(7) {
    animation-delay: 1.2s;
  }
  
  @keyframes loading02 {
    0% {
      filter: blur(0);
      opacity: 1;
    }
    100% {
      filter: blur(5px);
      opacity: 0.2;
    }
  }

/* code #4 */
.loading04 span {
    animation: loading04 0.7s infinite;
  }
  .loading04 span:nth-child(2) {
    animation-delay: 0.1s;
  }
  .loading04 span:nth-child(3) {
    animation-delay: 0.2s;
  }
  .loading04 span:nth-child(4) {
    animation-delay: 0.3s;
  }
  .loading04 span:nth-child(5) {
    animation-delay: 0.4s;
  }
  .loading04 span:nth-child(6) {
    animation-delay: 0.5s;
  }
  .loading04 span:nth-child(7) {
    animation-delay: 0.6s;
  }
  
  @keyframes loading04 {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(15px);
    }
  }

/* Loader Animation End */

/* Display None */
.ghead-topbar {
    display: none !important;
}
.gs-hero-social {
    display: none !important;
}
.gshop-navbar-right::before {
    display: none !important;
}
.vertical-product-card .product-btns {
    display: none !important;
}
.grid-btn {
    display: none !important;
}
/* Display None */

.listing-top, .apt_cart_box h6, .widget-title h6, .sidebar-widget.info-sidebar h6, .card-content .price small {
    color: var(--bs-white);
}

/* Global Section Start */
body {
    color: #8e8e8e;
    background: black !important;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}

h1 {
    font-family: 'MrRobot';
    font-weight: normal !important;
}

.text-dark {
    color: black !important;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .gheader .container {
        max-width: 94%;
    }
}

/* Global Section End */

/* Button */
.btn-1 {
    color: var(--bs-white);
    min-width: 150px;
    padding: 10px 30px;
    text-align: center;
    display: inline-block;
    background: #320f53;
    font-weight: 500;
    border-radius: 4px;
    letter-spacing: 0.5px;
    border: 1px solid #8a878c;
}

.btn-1:hover {
    color: black;
    background-color: #89d5f0;
    border-color: #89d5f0;
}
/* Button */

/* Title Section Start */
.title-section {
    text-align: center;
    margin-bottom: 40px;
}

.title-section .title-2 {
    color: var(--bs-white);
    font-size: 40px;
    font-family: 'MrRobot';
    /* letter-spacing: 2px; */
    font-weight: normal;
}

.title-section .title-2 span {
    color: #89d5f0;
}

.title-section p {
    color: var(--bs-white);
    font-weight: 400;
}
/* Title Section End */

/* Header Section Start */
.gheader {
    padding: 10px 0;
}
.gheader .logo {
    display: block;
    height: 60px;
}

.gheader .logo img {
    padding: 10px 0 0 0;
}

.sticky-on .logo img {
    padding: 0;
    height: 60px;
}

.menu-overlay {
    position: relative;
    overflow: hidden;
    border-right: solid 16px var(--bs-white)
}

.menu-overlay::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #0000006e;
    z-index: 2;
    backdrop-filter: blur(1px);
}

.menu-overlay header.sticky,
.menu-overlay header.sticky-on {
    border-right: solid 16px var(--bs-white)
}

.product-details-page .hero-section,
.carts-page .hero-section,
.check-out-page .hero-section,
.customize-pc-page .hero-section,
.tags-page .hero-section,
.invoice-guest-page .hero-section {
    min-height: unset;
}

.product-details-page .gshop-hero-img-wrap img,
.carts-page .gshop-hero-img-wrap img,
.check-out-page .gshop-hero-img-wrap img,
.customize-pc-page .gshop-hero-img-wrap img,
.tags-page .gshop-hero-img-wrap img,
.invoice-guest-page .gshop-hero-img-wrap img {
    height: 300px;
    object-fit: cover;
}

.product-details-page .hs-content,
.carts-page .hs-content,
.check-out-page .hs-content,
.tags-page .hs-content,
.invoice-guest-page .hs-content {
    transform: translate(0, 0);
}

/* Header Section End */

/* Hero Section */
.gshop-hero-slider {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    max-width: 1140px;
}

.gshop-hero::before {
    content: '';
    position: absolute;
    inset: 0px;
    background: #0000008a;
}

.gshop-hero-img {
    width: 100%;
    max-width: 100%;
}

.hero-section {
    /* height: 100vh;
    min-height: 450px; */
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 380px;
    background: black;
}

.hero-section::before {
    content: '';
    position: absolute;
    inset: 0px;
    background: #0000008a;
}

.gshop-hero-img-wrap img {
    width: 100%;
}

.hs-content {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.hs-content h1 {
    color: white;
    font-size: 48px;
    font-weight: normal;
    font-family: 'MrRobot';
    line-height: 1.1;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.hs-content h1 span {
    color: #89d5f0;
}

.hs-content p {
    font-size: 20px;
    line-height: 1.1;
    color: white;
}

/* Hero Section */

/* Deals Section Start */
.home-deals {
    background: #320f53;
    padding: 28px 28px;
    text-align: center;
}

.home-deals-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    /* column-gap: 48px;
    row-gap: 12px; */
}

/* Deals Section End */

/* Home Section 1 Start */
.home-section-1 {
    padding: 60px 0 0 0;
}
/* Home Section 1 End */

/* Home Reviews Section Start */
.home-reviews-section {
    padding: 0 0 80px 0;
}

.home-reviews__list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1199px) {
    .home-reviews__list {
        grid-template-columns: repeat(3, 1fr);
    }   
}

@media (max-width: 991px) {
    .home-reviews__list {
        grid-template-columns: repeat(2, 1fr);
    }   
}

@media (max-width: 600px) {
    .home-reviews__list {
        grid-template-columns: repeat(1, 1fr);
    }   
}

.home-reviews__item {
    background: #222222;
    padding: 22px;
    color: var(--bs-white);
    border-radius: 12px;
}

.home-reviews__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}

.home-reviews__author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.home-reviews__author-img {
    border-radius: 50px;
    width: 36px;
    min-width: 36px;
    max-width: 36px;
    height: 36px;
    min-height: 36px;
    max-height: 36px;
    object-fit: cover;
}

.home-reviews__author-name {
    font-size: 13px;
}

.home-reviews {
    display: flex;
    gap: 2px;
    font-size: 9px;
}

.home-reviews__body h3 {
    color: #bcbcbc;
    font-size: 13px;
    font-weight: 500;
}

.home-reviews__body p {
    font-size: 11px;
    margin: 0;
}
/* Home Reviews Section End */

/* Home FAQ Start */
/* .home-faq-wrap {
    padding-block: 80px;
} */

.home-faq {
    max-width: 850px;
}

#homeFAQ {
    margin-top: 20px;
}
.home-faq .accordion-item {
    border: none;
    background: black;
    margin-bottom: 30px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 0 3px 2px var(--bs-white);
}

.home-faq .accordion-button {
    background: none;
    color: var(--bs-white);
    font-size: 20px;
    padding: 22px 22px;
    /* box-shadow: 0 0 3px 2px var(--bs-white);
    border-radius: 18px !important; */
}

.home-faq .accordion-button:focus {
    box-shadow: none;
}

.home-faq .accordion-button[aria-expanded="true"] {
    background: #89d5f0;
    color: black;
    box-shadow: none;
    border-radius: 18px 18px 0 0 !important;
}

.home-faq .accordion-button::after {
    content: "\f078";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    background: none;
}

.home-faq .accordion-body {
    color: black;
    background: #89d5f0;
}

.home-faq .nav-tabs {
    margin-bottom: 30px;
    border-radius: 5px;
    border: 1px solid white;
    justify-content: center;
    padding: 5px 3px 7px 3px;
}

.home-faq .nav-tabs .nav-link {
    border-radius: 3px !important;
    border: none !important;
}

/* Home FAQ End */

/* Products Start */

.vertical-product-card h6.price {
    margin: 0;
}

.vertical-product-card .card-btn {
    box-shadow: none !important;
}

/* Products End */

.contactleft__circle-1 {
    width: 270px;
    height: 270px;
    background: black;
    position: absolute;
    right: -100px;
    bottom: -90px;
    border-radius: 100%;
}

.contactleft__circle-2 {
    width: 140px;
    height: 140px;
    background: #48484880;
    position: absolute;
    right: 90px;
    bottom: 50px;
    border-radius: 100%;
    opacity: 0.6;
}

.btn-submit {
    width: 214px;
    height: 54px;
    margin-left: auto;
    border-radius: 4px;
    font-weight: 500;
    background: var(--bs-white);
}

.btn-submit:hover {
    color: var(--bs-white);
    background: #0d8bcd;
}

.product-details .quickview-product-slider .swiper-slide {
    background: var(--bs-white);
    border-radius: 4px;
}

.product-details .product-thumbnail-slider .swiper-slide {
    background: var(--bs-white);
    cursor: pointer;
    padding: 5px 5px;
}

.product-details .product-thumbnail-slider .swiper-slide img {
    height: 80px;
    object-fit: cover;
}

.trending-products-area .vertical-product-card .card-btn {
    padding: 0 !important;
}

.trending-products-area .vertical-product-card .card-btn .btn {
    border-radius: 0 !important;
    border: none;
    padding: 15px 15px;
}

/* Vertical Prodcuts */

.product-thumbnail-slider {
    margin-top: 10px;
}

.quickview-product-slider .swiper-slide img {
    height: 480px;
    object-fit: cover;
}

.quickview-product-slider .swiper-button-prev, .quickview-product-slider .swiper-button-next {
    position: absolute;
    bottom: 0;
    right: 0;
    top: auto;
    left: auto;
    height: 75px;
    width: 40px;
    color: #c1c1c8 !important;
    /* background: #1e1e1e; */
}

.quickview-product-slider .swiper-button-next {
    position: absolute;
    right: 10px;
    top: 50%;
}

.quickview-product-slider .swiper-button-prev {
    position: absolute;
    left: 10px;
    top: 50%;
}

.pd__star {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.pd1__star {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    font-size: 14px;
    color: #ffad33;
}

.pd2__star {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    color: #848484;
}

.pd__description {
    padding-bottom: 20px;
    border-bottom: 1px solid #626262;
}

.add-to-cart-form .add-to-cart-btn {
    background: #1766a7;
    border: none;
    width: 190px;
    height: 50px;
    margin-left: 25px;
}

.add-to-cart-form .add-to-cart-btn:hover {
    background: #89d5f0;
}

.add-to-cart-form .btn-primary {
    background: none;
    color: var(--bs-white);
    /* padding: 0 10px; */
    font-size: 22px;
    border: none;
}

.product-qty button {
    font-size: 20px;
    width: 56px;
    min-width: 56px;
}

.product-qty button:hover {
    color: black;
    background: #89d5f0;
}

/* Products Section Start */
.products-grid {
    padding: 60px 0 60px 0;
}

.products-grid__list {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1199px) {
    .products-grid__list {
        grid-template-columns: repeat(2, 1fr);
    }   
}

@media (max-width: 575px) {
    .products-grid__list {
        grid-template-columns: repeat(1, 1fr);
        max-width: 360px;
        margin: auto;
    }   
}

.products-grid__item {
    font-size: 12px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 5px 1px #ffffff82;
}

.products-grid__img {
    margin-bottom: 20px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.products-grid__img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 575px) {
    .products-grid__img img {
        height: unset;
        width: 300px;
        margin: auto;
    }
}

.products-grid__header {
    color: var(--bs-white);
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--bs-white);
}

.products-grid__title {
    font-size: 16px;
    font-weight: 500;
    color: var(--bs-white);
    margin-bottom: 10px;
    display: block;
}

.products-grid__title:hover {
    color: #89d5f0;
}

.products-grid__content {
    margin: 0;
}

.products-grid__rating {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.products-grid__star ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}

.products-grid__description {
    color: var(--bs-white);
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--bs-white);
}

.products-grid__key strong {
    font-weight: 600;
}

.products-grid__pricing-price span {
    font-size: 14px;
}

.products-grid__pricing-price small {
    color: var(--bs-white);
}

.products-grid__footer .btn-1 {
    text-transform: uppercase;
    border-radius: 6px;
    padding: 8px 30px;
}

/* Products Section End */

/* Home Video Section Start */
.home-video {
    padding: 0 0 80px 0;
}

.home-video__col {
    padding: 0 10px;
}

.home-video__col p {
    color: white;
}

.home-video__wrap {
    box-shadow: 0 0 8px 8px #151515;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

.home-video__wrap video {
    width: 100%;
}
/* Home Video Section End */

/* Footer CTA Start */
.footer-cta {
    padding: 40px 0 40px 0;
}

.footer-cta-col {
    text-align: center;
}

.footer-cta-icon {
    margin-bottom: 20px;
}

.footer-cta-content h3 {
    text-transform: uppercase;
    font-size: 23px;
    font-family: 'MrRobot';
    font-weight: normal;
    color: var(--bs-white);
}

.footer-cta-content p {
    margin: 0;
    color: var(--bs-white);
}
/* Footer CTA End */

/* Footer Start */
.gshop-footer {
    padding-top: 50px;
    margin-top: 30px;
    /* border-top: 1px solid var(--bs-white) ; */
    box-shadow: 0 -2px 3px 0 white;
}

.footer-nav li a {
    font-size: 15px;
    display: flex;
    /* align-items: center; */
    gap: 8px;
}

.footer-nav li a i {
    padding-top: 4px;
}

.footer-copyright {
    padding: 13px 0;
    text-align: center;
    margin-top: 30px;
    border-top: 1px solid white;
}

.f-logo img {
    width: 200px;
}

.footer-widget .social-links a {
    background: none;
}

.footer-widget .social-links a:hover {
    background: #89d5f0;
    color: black;
}

/* Footer End */

/* Splash Start */
.splash-scroll {
    overflow: hidden;
}
.splash {
    position: fixed;
    inset: 0px;
    background: black;
    z-index: 100;
}

.splash video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    font-size: 21px;
    border-radius: 4px;
    line-height: 33px;
    background: white;
}

.splash .muted {
    background: #89d5f0;
    color: black;
    cursor: pointer;
    position: absolute;
    text-align: center;
    top: 20px;
    left: 20px;
    /* width: 32px;
    height: 32px; */
    padding:  0 8px;
    font-size: 18px;
    border-radius: 4px;
    line-height: 33px;
}

/* Splash End */

.gallery-section .gallery-item {
    cursor: pointer;
}

/* Explore Products Start */
.explore-products {
    padding: 60px 0;
    position: relative;
}

.explore__col {
    margin: 30px auto;
    max-width: 250px;
}

.explore__img {
    width: 265px;
    height: 245px;
    background: black;
    border: 1px solid var(--bs-white);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.explore__img img {
    object-fit: cover;
}

.explore__content {
    padding: 10px 0;
}

.explore__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    color: white;
}

.explore__rate {
    font-size: 12px;
}

.explore__digit {
    padding-left: 20px;
}

.swiper-button-next {
    color: var(--bs-white) !important;
    right: 50px !important;
    z-index: 1 !important;
}

.swiper-button-prev {
    color: var(--bs-white) !important;
    left: 50px !important;
    z-index: 1 !important;
}

/* Explore Products End */

.workstation-page .home-deals,
.workstation-page .btn-1 {
    background: #1766a7;
}

.workstation-page .btn-1:hover {
    background: var(--bs-white);
}

/* About Us Page Start */
.about-us-page .home-deals {
    background: #1766a7;
}

.as-col-last {
    text-align: right;
}

.as-col-last h2 {
    font-size: 70px;
    text-align: right;
    font-weight: normal;
}

.about-offer-left p {
    font-size: 20px;
}

.about-offer-right {
    position: relative;
}

.aor-img-1 {
    position: absolute;
    left: -50px;
    bottom: -50px;
}

.aor-img-1 img {
    height: 100px;
}

.aor-img-2 {
    position: absolute;
    right: -50px;
    bottom: -50px;
}

.aor-img-2 img {
    height: 100px;
}

/* About Us Page End */

/* Customize PC Statr */
.cpc-logos__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin: 30px 0 30px 0;
}

.cpc-banner {
    padding: 0 0 60px 0;
}

.cpc-banner img {
    width: 100%;
}

.cp-dream-col-thumb-1 img {
    width: 190px;
}

.cpc-cta {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #d2d2d2;
}

.cpc-cta-text {
    color: black;
    height: 480px;
    display: flex;
    align-items: center;
}

.cpc-cta-text h3 {
    font-size: 40px;
    font-family: 'MrRobot';
    font-weight: normal;
}

.cpc-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.cpc-cta-buttons a {
    background: #046bb9;
    color: var(--bs-white);
    padding: 6px 20px;
    display: inline-block;
    border-radius: 4px;
}

.cpc-cta-buttons a:hover {
    background: black;
}

.cp-dream-col p {
    font-weight: 500;
}

.cp-dream-col a {
    background: #046bb9;
    color: var(--bs-white);
    padding: 6px 20px;
    display: inline-block;
    border-radius: 8px;
    margin: 10px 0 10px 0;
}

.cp-dream-col a:hover {
    background: black;
}

.configurator {
    padding: 100px 0;
    background-size: cover;
}

.configurator-right {
    color: white;
}

.configurator-right h3 {
    font-size: 40px;
    font-family: 'MrRobot';
    font-weight: normal;
}

.configurator-list .configurator-item {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

/* Customize PC End */

/* Customize Your PC Statr */
.customize-your-pc-page .gshop-footer,
.customize-your-pc-page #preloader,
.customize-your-pc-page #splash {
    display: none !important;
}

/* .customize-your-pc-page {
    overflow: hidden;
} */

.customize-your-pc-page .mobile-toolbar {
    display: none !important;
}

.cp-popup {
    position: fixed;
    inset: 0;
    z-index: 3;
    background: black;
    overflow: auto;
}

.cp-popup-video {
    position: fixed;
    inset: 0;
}

.cp-popup-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cp-popup-wrap {
    position: absolute;
    inset: 0;
    margin: auto;
    display: flex;
    padding: 20px 0;
}

.cp-popup-card {
    /* background: var(--bs-white); */
    background: #ffffffd9;
    backdrop-filter: blur(5px);
    /* width: 500px; */
    max-width: 500px;
    min-width: 400px;
    padding: 25px;
    margin: auto;
    border-radius: 10px;
    border: 2px solid black;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
}

.cp-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.cp-popup-close i {
    cursor: pointer;
    color: black;
    font-size: 32px;
}

.cp-popup-close i:hover {
    color: #320f53;
}

.cp-popup-form .cp-popup-buttons .btn-group {
    box-shadow: 0 0 8px 2px #ccc;
}

.cp-popup-buttons label {
    padding: 6px 6px;
    border-radius: 0;
    font-size: 14px;
}

#cpPopupChipset label {
    min-width: 120px;
}

.cp-popup-buttons .btn {
    background: white;
    color: black;
    border: none;
    margin: 0 !important;
}

.cp-popup-buttons .btn:hover {
    background: #89d5f0;
    color: black;
}

.cp-popup-footer-btn {
    background: #046bb9;
    color: var(--bs-white);
    padding: 6px 20px;
    display: inline-block;
    border-radius: 4px;
}

.cp-popup-footer-btn:hover {
    color: var(--bs-white);
    background: black;
}

.cp-popup-footer-btn:disabled {
    cursor: no-drop;
    opacity: 0.6;
}

#cpPopupBudget .btn-group {
    border-radius: 0 !important;
    max-width: 350px;
    flex-wrap: wrap;
    gap: 3px;
}

#cpPopupBudget label {
    border: 1px solid #aaa;
    border-radius: 4px;
    min-width: 75px;
}

#cpDetailsQTYRam label,
#cpDetailsQTYStorage label {
    border-left: 1px solid #ccc;
}

#qty-ram-btn-1 + label,
#qty-storage-btn-1 + label {
    border: none;
}

.customize-top {
    padding: 12px 0;
    background: #320f53;
    border-top: solid 2px var(--bs-white);
}

.ct-buttons button {
    color: var(--bs-white);
}
.ct-icon {
    border: 1px solid #1d5999;
    color: #1d5999;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 30px;
    line-height: 20px;
    font-size: 10px;
    cursor: pointer;
}

.restart-btn {
    color: black !important;
    background: var(--bs-white);
    padding: 5px 12px;
    border-radius: 4px;
    font-weight: bold;
    margin: 5px 0;
    font-size: 13px;
}

.restart-btn:hover {
    color: var(--bs-white) !important;
    background: black;
}

.customize-pc {
    padding: 0;
}

.cp-wrap {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    justify-content: space-between;
    /* padding: 0 30px; */
}

.cp-img-slider {
    width: 30%;
    padding: 40px 0 40px 0;
}

.cp-buttons {
    width: 45%;
    padding: 30px 0 80px 0;
}

.cp-details {
    /* width: 29%; */
    width: 22%;
}

.cp-img-slider .swiper-slide img {
    height: 300px;
    object-fit: contain;
}

.cp-buttons-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 8px;
}

.cp-buttons-list li {
    cursor: pointer;
    position: relative;
    padding: 10px;
    border-radius: 4px;
    border: solid 1px var(--bs-white);
}

.cp-buttons-list li:hover {
    /* background: var(--bs-white); */
    border-color: #89d5f0;
}

.cp-buttons-list li.active {
    border-color: #89d5f0;
    background: #111;
}

.cp-buttons-list li.active .cp-buttons-edit {
    display: block;
}

.cp-buttons-list li:first-child {
    width: calc(100% - 6px);
}

.cp-buttons-list li {
    width: calc(50% - 6px);
}

.cp-buttons-item span {
    display: block;
    line-height: 1.3;
}

.cp-buttons-item-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
}

.cp-buttons-item-img {
    width: 42px;
    min-width: 42px;
}

.cp-buttons-item-img img {
    height: auto;
    width: 100%;
    display: block;
}

.cp-buttons-item .cp-buttons-category {
    color: var(--bs-white);
    font-size: 14px;
}

.cp-buttons-item .cp-buttons-brand {
    color: #ffffff8c;
    font-size: 12px;
}

.cp-buttons-list li:hover .cp-buttons-edit {
    display: block;
}

.cp-buttons-edit {
    position: absolute;
    right: 15px;
    top: 5px;
    color: #ffffff7d;
    display: none;
}

.cp-details {
    height: calc(100vh - 140px);
    padding-bottom: 80px;
    overflow-y: auto;
    scroll-behavior: smooth;
    background: #3a3a3a;
}

.cp-detailsbody::-webkit-scrollbar {
    width: 1em;
}

.cp-details::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.cp-details::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.cp-details-sidebar {
    padding: 0 15px 15px 15px;
}

.cp-details-sidebar h3 {
    font-weight: normal;
    padding-top: 15px;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
}

.cp-details-card-content h5{
    color: white;
    line-height: 1.1;
    font-size: 14px;
    font-weight: 400;
}

.cp-details-card-content p {
    color: #ffffff8c;
    font-size: 12px;
}

.box-section {
    display: none;
}

.cp-details-card {
    border: solid 1px var(--bs-white);
    /* cursor: pointer; */
    border-radius: 8px;
    margin-bottom: 10px;
    background: black;
    position: relative;
    overflow: hidden;
}

.cp-details-card.active {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    perspective: 1000px;    
}

/* .cp-details-card:hover {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    perspective: 1000px;
} */
  
  @keyframes shake {
    10%, 90% {
      transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
      transform: translate3d(2px, 0, 0);
    }
    
    30%, 50%, 70% {
      transform: translate3d(-2px, 0, 0);
    }
    40%, 60% {
      transform: translate3d(2px, 0, 0);
  }
}

.cp-details-card.active {
    border: solid 1px green;
}

.cp-details-card.active::before {
    position: absolute;
    content: '';
    width: 26px;
    height: 26px;
    background: green;
    border-radius: 30px;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    color: white;
    text-align: center;
    line-height: 27px;
    top: 8px;
    left: 8px;
}

.cp-details-card-col {
    padding: 10px 15px 10px 10px;
    cursor: pointer;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    position: relative;
}

.cp-details-card-img img {
    /* width: 60px; */
    object-fit: cover;
    max-width: 54px;
    min-width: 54px;
}

.cp-details-card-content {
    /* width: calc(100% - 80px); */
    width: 100%;
    margin-top: -10px;
}

.cp-details-card-price {
    display: flex;
    align-items: center;
    gap: 5px;
    background: white;
    position: absolute;
    top: -1px;
    right: -1px;
    padding: 3px 8px;
    border-radius: 0 6px 0 6px;
}

.cp-details-card-price span {
    font-size: 14px;
    font-weight: bold;
    color: black;
}

.cp-details-card h6 {
    border-top: solid 1px white;
    padding: 10px 0 0 0;
    font-size: 14px;
}

.cp-details-card h6.color-selected {
    background: #f1f1f1;
    color: black !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 12px;
    max-width: max-content;
    gap: 4px;
    margin: 0 auto 10px;
    overflow: hidden;
}

.cp-details-card h6 .badge {
    background: none !important;
    padding: 0;
    color: black;
    font-weight: 700;
    font-size: 12px;
}

.customize-amount-section {
    padding: 12px 0;
    background: #320f53;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.customize-amount {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    padding: 0 60px;
}

.customize-amount-item {
    position: relative;
}

.customize-amount-item-1::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ffffff85;
}

.customize-amount-item span {
    display: block;
    line-height: 1.1;
}

.customize-amount-title {
    font-size: 26px;
    font-weight: bold;

}

.customize-amount-title {
    color: white;
}

.customize-amount-content {
    color: #ffffff8a;
}

.customize-amount-content {
    display: none !important;
}

.customize-amount-next-btn {
    background: #1766a7;
    color: var(--bs-white);
    width: 200px;
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 10px 10px;
    border-radius: 4px;
    font-size: 18px;
}

.customize-amount-next-btn:hover {
    background: black;
}

/* Customize Your PC End */

.tt-line-clamp.tt-clamp-1 a {
    display: inline-block;
}

.product-info-tab {
    background: #f1f1f1;
}

.product-info-tab .tab-content {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 8px;
}

.product-info-tab .tab-content h6 {
    color: black;
}

.product-info-table {
    background: black;
}

.gstore-product-quick-view .product-info {
    padding: 0 10px;
}

.gstore-product-quick-view .product-info h3 {
    color: white;
}

.gstore-product-quick-view .product-info strong {
    color: #89d5f0 !important;
}

.gstore-product-quick-view .product-info p,
.gstore-product-quick-view .product-info span {
    color: white !important;
}

/* Checkout Form Start */
.checkout-form .label-input-field .select2 {
    background: var(--bs-white);
    padding: 12px 12px;
    color: black;
}
/* Checkout Form End */

.product-details-area {
    padding: 40px;
}

/* .gshop-sidebar {
    padding: 0 20px;
    background: #111;
} */

.sidebar-widget {
    padding-inline: 20px;
    background: #111;
    margin-bottom: 12px;
    border: 1px solid #ffffff2b;
    border-radius: 4px;
}

.gshop-sidebar .search-form {
    background: var(--bs-white);
    border-radius: 4px;
}

.at-pricing-range button {
    width: 100%;
    border: none;
}

.vertical-product-card .price {
    border-top: solid 1px var(--bs-white);
    padding-top: 6px;

}

.vertical-product-card .price span {
    font-size: 14px;
}

.badge.bg-secondary {
    background-color: #320f53 !important;
}

.sidebar-widget.info-sidebar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.checkout-sidebar .sidebar-widget {
    color: white;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.hero-section .invoice-table-sm td {
    color: white;
}

.about-services p {
    color: white;
}

.about-offer-left {
    color: white;
}

.mobile-toolbar .gshop-header-search {
    display: flex !important;
    justify-content: center;
}

.continue-shopping-btn {
    background: #320f53;
    color: var(--bs-white);
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
}

.checkout-btn {
    background: #1766a7;
    color: var(--bs-white);
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
}

.continue-shopping-btn:hover,
.checkout-btn:hover {
    background: white;
    color: black;
}

.swiper-slide .direct-add-to-cart-form {
    margin: 0 -15px 2px;
}

.swiper-slide .direct-add-to-cart-form .btn {
    background: #320f53;
    border: none;
    color: white;
    margin: 0;
}

.swiper-slide .direct-add-to-cart-form .btn:hover {
    background: white;
    color: black;
}

.swiper-slide a.btn {
    margin: 0 -15px 2px;
    background: #320f53;
    border: none;
    color: white;
}

.swiper-slide a.btn:hover {
    background: white;
    color: black;
}

#quickview_modal .modal-body {
    background: black !important;
    border: 2px solid #89d5f0;
    border-radius: 6px;
}

#quickview_modal .modal-body .btn-close {
    padding: 6px;
    opacity: 1;
    background-color: white;
}

#quickview_modal .quickview-product-slider .swiper-slide img {
    height: 350px;
}

#quickview_modal .sidebar-widget {
    display: none;
}

#quickview_modal .product-radio-btn {
    background: #1766a7;
    padding: 10px 10px 5px 10px;
    border-radius: 8px;
    max-width: max-content;
}

#quickview_modal .product-radio-btn li label {
    height: 26px;
    border-radius: 100%;
    cursor: pointer;
    padding: 2px !important;
}

#quickview_modal .product-radio-btn li label span {
    padding: 0 !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100% !important;
    cursor: pointer;
}

#quickview_modal .product-radio-btn li input {
    cursor: pointer;
}

.shop-grid .vertical-product-card .thumbnail {
    max-height: 200px;
    margin-bottom: 20px;
}

.shop-grid .vertical-product-card .thumbnail img {
    height: 200px;
    object-fit: cover;
}

.cart-counter {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    transform: translate(-8px, -5px);
}

.cart-section .cart-table {
    background-color: white;
}

/* Responsive */
@media (max-width:1199px) {
 
    .category-dropdown-box {
        right: 0 !important;
    }

    .gheader .logo img {
        padding: 0;
        height: 60px;
    } 

    .gshop-hero-img-wrap img {
        height: 500px;
        object-fit: cover;
    }

}

@media (max-width:1024px) {
    .customize-pc {
        padding-bottom: 60px;
    }
    .cp-img-slider {
        width: 100%;
    }
    .cp-buttons {
        width: 57%;
        padding-left: 2%;
        padding-top: 0;
    }
    .cp-details {
        width: 40%;
        height: unset;
    }
}

@media (max-width:991px) {
    .gshop-footer .container {
        max-width: 98%;
    }
}

@media (max-width:767px) {

    /* .container-sm, .container {
        max-width: 100%;
    } */

    .hs-content h1 {
        font-size: 38px;
    }

    .gshop-hero-slider {
        max-width: 600px;
        transform: unset;
        height: 100%;
        top: 0;
        left: 0;
        margin: auto;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0 30px;
    }
    .gshop-hero-slider .hero-btns {
        justify-content: center;
    }

    .hero-section .hs-content {
        max-width: 600px;
        transform: unset;
        height: 100%;
        top: 0;
        left: 0;
        margin: auto;
        right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0 30px;
    }

    .contactleft__circle-1,
    .contactleft__circle-2 {
        display: none;
    }

    .contact-us-section .container {
        max-width: 98%;
    }

    .aor-img-1,
    .aor-img-2 {
        display: none;
    }

    .cp-buttons {
        width: 80%;
        padding-left: 0;
        padding-top: 0;
        margin: auto;
    }

    .cp-details {
        width: 80%;
        margin: auto;
    }

    .customize-pc {
        padding-bottom: 180px;
    }

    .customize-amount-section {
        padding: 10px 0;
    }

    .customize-amount-next-btn {
        display: unset;
    }

    .customize-amount {
        padding: 0 10px;
        justify-content: center;
        gap: 12px;
    }

    .customize-amount-next-btn {
        width: unset;
        padding: 5px 20px;
    }

    .cp-buttons-list li {
        width: 100%;
    }

    .cp-buttons {
        padding-bottom: 0;
    }

    .cp-details {
        padding-bottom: 0;
    }
}

@media (max-width:575px) {
    .products-grid__item,
    .vertical-product-card {
        max-width: 400px;
        margin: auto;
    }
    .shop-grid .listing-top {
        flex-direction: column;
    }
    .related-product-slider .title-2 {
        text-align: center;
    }
    .contact-us-section .btn-submit {
        width: 100%;
    }
}


@media (max-width:520px) {

    #cpPopupBudget {
        width: 260px;
        overflow-x: auto;
    }

}