body {
    background-color: var(----background-color);
    overflow-x: hidden;
}

/* Slider Start  */
.img-container {
    width: 100vw;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.img-container img {
    width: 400px;
    height: 300px;
    background-color: #87a0e2;
    border-radius: 16px;
    position: absolute;
    user-select: none;
    transition-property: transform, opacity, zIndex;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.arrows {
    width: 900px;
    height: auto;
    display: flex;
    justify-content: space-between;
    z-index: 100;
}

.arrows svg {
    width: 60px;
    height: 60px;
    position: relative;
    fill: white;
    opacity: 0.8;
    cursor: pointer;
}

.arrows svg:active {
    transform: scale(0.9);
    opacity: 1;
    transition-property: transform, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
/* Width */
.w-50px {
    max-width: 50px;
}

.h-55vh {
    max-height: 55vh;
}
/* Slider End */

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

.top-nav {
    background-color: var(--theme-color);
    min-width: 500px;
}

.mw-70 {
    max-width: 70px;
}

.top-nav h1 {
    font-size: 12px;
    padding: 5px;
    color: #ffffff;
}

.nav .images img {
    height: 60px;
}

.nav .nav-item .nav-link {
    font-weight: bold;
}

.nav .auth-link {
    color: var(--dark-theme-color);
    font-size: 14px;
    font-weight: bold;
}

/* Hero Section */
.hero-slider {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

.device-section img {
    width: 100px;
}

.page-header {
    position: relative;
    height: 230px;
    width: 100vw;
    overflow: hidden;
}

.page-header .img {
    position: absolute;
    object-fit: cover;
    object-position: cover;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.page-header .header-div {
    position: absolute;
    z-index: 11;
    background-color: #008bd1c4;
    width: 100vw;
    height: 230px;
}

.device-section .small-cart img {
    width: 50px;
}

.btn-custom {
    width: 200px;
}

.search-bar {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.search-bar .form-select {
    padding: 8px 25px !important;
    font-size: 10px;
    font-weight: 600;
    line-height: 2.5;
}

.search-bar .btn {
    width: 140px;
}

.badge-section .badge-group .badge-theme {
    padding: 4px;
    border-radius: 3px;
    background-color: #fff;
    color: #008bd1;
    margin: 0px 6px 3px 0px;
    line-height: 15px;
    border: solid 1px #008bd1;
    font-size: 12px;
}

.badge-section .title {
    color: #878787;
    font-weight: 600;
}

.featured-section img {
    width: 350px;
}

.single-img-section img {
    width: 100%;
}

.sidebar-menu img {
    width: 100%;
    max-width: 190px;
}

.sidebar-menu-2 img {
    width: 90%;
}

.info-title .info-icon {
    background-color: var(--theme-color);
    padding: 6px;
    display: inline-block;
    width: 33px;
    text-align: center;
    font-weight: 800;
    color: #ffffff;
}

.timeline-section .timeline-items {
    max-height: 250px;
    overflow-y: scroll;
}

.btn-collapse {
    width: 90%;
    margin-bottom: 10px;
    color: #333;
    background-color: #f0f0f0;
    border: none;
}

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

.services .service {
    display: inline-block;
    width: 250px;
    height: 86px;
    background-position: bottom;
    background-repeat: no-repeat;
    margin-top: auto;
    text-align: center;
    margin: auto;
}

.services .service img {
    padding: 36px 6px;
}

.browsing-history-section .text {
    font-weight: 700;
    color: var(--theme-color);
}

.sitemap-section ul {
    list-style: none;
}
.sitemap-section ul li {
    border-left: 1px solid var(--theme-color);
    margin-top: 7px;
    padding-left: 10px;
    width: 50px;
    width: 12vw;
}

.footer p {
    color: #fff;
}

.footer img {
    max-width: 393px;
}

.footer ul {
    list-style: none;
    display: flex;
    margin-top: 14px;
}

.footer ul li {
    padding: 10px;
    border-left: 1px solid #ffffff;
}

.footer ul li a {
    color: #ffffff;
}

/* Helps Page */
.faqs-section img {
    max-width: 85px;
}

.blue-border-2 {
    border: 2px solid var(--theme-color) !important;
    margin: 18px;
    border-radius: 20px;
}

/* Shop Page */
.pop-img-card {
    position: relative;
    height: 134px;
    max-width: 275px;
    overflow: hidden;
}

.pop-img-card img {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
}

.pop-img-card div {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: end;
    background: linear-gradient(
        0deg,
        rgba(2, 0, 36, 1) 0%,
        rgba(66, 67, 68, 1) 0%,
        rgba(0, 212, 255, 0) 52%
    );
}

.btn-click {
    border: 1px solid #ffac03;
    border-radius: 28px;
    background-color: #ffac03;
    width: 7.5rem;
    /* height: 6rem; */
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 6px 0 rgba(0, 0, 0, 0.2), 0px 6px 0 #ffac03;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
}

.btn-click:hover {
    color: #ffffff;
    background-color: #ffac03;
    box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.2), 0px 3px 0 #ffac03;
    margin-top: 3px;
    font-weight: 800;
    margin-bottom: -3px;
}

.btn-click:active {
    transform: translateY(2px); /* Move the button down when clicked */
    box-shadow: 0px 2px 0px #cc8a06; /* Add a small shadow when clicked */
}

.price-list-tag {
    clip-path: polygon(0 0, 100% 0, 73% 100%, 0% 100%);
    background-color: var(--theme-color);
    padding: 3px 5px;
    font-weight: bold;
}

/* Gradient Tag  */
.gradient-danger {
    background: linear-gradient(
        90deg,
        rgba(2, 0, 36, 1) 0%,
        rgba(144, 18, 33, 1) 0%,
        rgba(255, 0, 48, 0) 100%
    );
    color: #ffffff;
    padding: 3px;
}

.gradient-success {
    background: linear-gradient(
        90deg,
        rgba(2, 0, 36, 1) 0%,
        rgb(54, 144, 18) 0%,
        rgba(255, 0, 48, 0) 100%
    );
    color: #ffffff;
    padding: 3px;
}

.gradient-warning {
    background: linear-gradient(
        90deg,
        rgba(2, 0, 36, 1) 0%,
        rgb(216, 101, 24) 0%,
        rgba(255, 0, 48, 0) 100%
    );
    color: #ffffff;
    padding: 3px;
}

.gradient-secondary {
    background: linear-gradient(
        90deg,
        rgba(2, 0, 36, 1) 0%,
        rgb(122, 122, 122) 0%,
        rgba(255, 0, 48, 0) 100%
    );
    color: #ffffff;
    padding: 3px;
}
