body {
    word-break: break-word;
    font: 15px / 25px Poppins, sans-serif;
    color: rgb(57, 57, 57);
    overflow-x: hidden;
    background: rgb(246, 246, 246);
}

a {
    text-decoration: none;
    color: rgb(40, 177, 109);
    white-space: initial;
    display: inline-block;
}
.products-details .wlf-product-locations {
    display: none;
}
.sga-wrapper {
    margin-top: 10px;
}

a:hover, a:focus {
    text-decoration: none;
    color: rgb(57, 57, 57);
}

a:hover {
    transition: 0.5s ease-in-out;
}

input[type="text"]:focus, textarea:focus, input[type="password"]:focus, select:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="number"]:focus {
    transition: 0.5s;
    outline: none;
}

select, input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], textarea, input[type="tel"] {
    appearance: none;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    appearance: none;
    margin: 0px;
}

select {
    background: url("../images/arrow.png") right center no-repeat rgb(255, 255, 255);
    padding: 0px 40px 0px 30px;
}

::-webkit-input-placeholder {
    color: rgb(0, 0, 0);
}

ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

img {
    max-width: 100%;
}

@font-face {
    font-family: "Fonts Awesome";
    src: url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Fonts Awesome";
    src: url("../fonts/fontawesome-webfont.eot");
}

.noPadding {
    padding: 0px;
}

.noLeft {
    padding-left: 0px;
}

.noRight {
    padding-right: 0px;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0px !important;
}

.p-0 {
    padding: 0px !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0px;
}

.centerCol {
    float: none;
    margin: 0px auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    align-items: center;
}

h1 {
    font-family: "Squada One", serif;
    font-size: 55px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    margin: 0px;
}

h2 {
    font-family: "Squada One", serif;
    font-size: 35px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    margin: 0px;
    text-transform: uppercase;
}

h3 {
    font-family: "Squada One", serif;
    font-size: 35px;
    color: rgb(222, 27, 64);
    font-weight: 200;
    margin: 0px;
}

h4 {
    font-family: "Squada One", serif;
    font-size: 24px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    margin: 0px;
}

h5 {
    font-family: "Squada One", serif;
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    margin: 0px;
}

h6 {
    font-family: "Squada One", serif;
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    margin: 0px;
}

p {
    color: rgb(0, 0, 0);
    font-size: 15px;
    font-family: Montserrat, serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}

.menuSec {
    padding: 0px;
}

.menuSec img {
    margin: 0px;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 2%;
    justify-content: center;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    z-index: 999;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: rgb(0, 0, 0);
    padding: 20px 10px;
    font-size: 14px;
    text-transform: capitalize;
}

.menuSec ul li a::after {
    content: "";
    position: absolute;
    top: 35%;
    right: 0px;
    width: 1px;
    height: 13px;
    background-color: rgb(57, 57, 57);
    display: none;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a::after {
    display: none;
}

.menuSec ul li a:hover, .menuSec ul li a.active {
    transition: 0.5s;
    color: rgb(40, 177, 109);
}

.menuSec li:hover > ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: rgb(0, 0, 0);
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li > ul > li > a {
    border: none;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
    padding: 13px 20px !important;
    color: rgb(255, 255, 255) !important;
}

.menuSec li > ul > li, .menuSec li > ul > li > a {
    display: block;
    margin: 0px;
}

.menuSec li > ul > li > a::before, .menuSec li > ul > li > a::after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0) !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0px;
}

.menuSec ul::before, .menuSec ul::after {
    content: " ";
    display: none;
}

.menuSec ul::after {
    clear: both;
}

.menuSec li > ul > li:hover > ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover > ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: rgb(0, 0, 0);
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0) !important;
}

.dropdown-menu {
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0px;
    margin: 0px;
    font-size: 1rem;
    color: rgb(33, 37, 41);
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    position: absolute !important;
    text-align: left !important;
}

ul.top-nav-info li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

header {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.28) 0px 0px 3px 0px;
    overflow: hidden;
}

.container-fluid {
    padding: 0px 4%;
}

ul.top-nav-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

ul.top-nav-info i {
    font-size: 20px;
    color: rgb(222, 29, 66);
}

ul.top-nav-info a, ul.top-nav-info p {
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    transition: 0.2s ease-in;
}

ul.top-nav-info a:hover, ul.top-nav-info p:hover {
    color: rgb(222, 27, 64);
    transition: 0.2s ease-out;
}

ul.top-nav-time li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

ul.top-nav-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-center-line {
    position: relative;
}

.header-center-line::before {
    top: -12px;
    width: 3px;
    right: -15px;
    margin: auto;
    content: "";
    height: 50px;
    position: absolute;
    background: rgb(57, 57, 57);
}

ul.top-nav-time li i {
    font-size: 20px;
    color: rgb(222, 29, 66);
}

ul.top-nav-time li p, ul.top-nav-time li a {
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-weight: 500;
}

.topSec {
    padding: 12px 0px;
    border-bottom: 1px solid rgb(231, 231, 233);
}

.menuSection {
    position: relative;
    z-index: 1;
}

.header-logo {
    width: 230px;
    margin: 0px auto;
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 9;
    height: 210px;
    top: -50px;
}



.menuSection .row {
    align-items: center;
}

.menuSec ul li a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0px;
    background: rgb(223, 30, 67);
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    transition: 0.3s;
    z-index: -1;
}

.menuSec ul li a:hover::before {
    height: 100%;
    top: 0px;
    bottom: auto;
}

.menuSec ul li a:hover {
    color: rgb(0, 0, 0) !important;
}

.menuSec ul li a i:hover {
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    background: transparent;
}

li.header-link-space {
    margin-left: 15% !important;
}

.header-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.topSec .col-lg-4:nth-child(2) {
    width: 25%;
}

.topSec .col-lg-4:nth-child(3) {
    width: 41%;
}

.dmnd-cut-box {
    text-align: center;
}

.protct-bx:hover {
    box-shadow: rgba(222, 27, 64, 0.32) 0px 0px 10px 2px;
}

.category-box h4 {
    padding: 15px 0px 15px 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    font-size: 30px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    background: rgb(184, 0, 1) !important;
}

.btn-1 {
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    background: rgb(184, 0, 1);
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 15px 30px;
    border-radius: 10px;
    display: inline-flex;
    transition: 0.2s ease-in;
}

.btn-1:hover {
    border: 1px solid rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    transition: 0.2s ease-out;
}

ul.category-icons {
    position: absolute;
    top: -9%;
    right: 0px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    z-index: 999;
}

ul.category-icons i {
    width: 40px;
    height: 40px;
    border: 1px solid rgb(0, 0, 0);
    display: grid;
    place-content: center;
    border-radius: 50px;
    color: rgb(0, 0, 0);
    transition: 0.2s;
    z-index: 999;
}

ul.category-icons i:hover {
    background: rgb(39, 40, 53);
    border-color: rgb(39, 40, 53);
    transform: scale(1.1);
}

.protect-sec {
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
}

.protect-lft-text {
    width: 50%;
}

.protect-left-box {
    background-image: url("https://eas.rnu.mybluehost.me/website_6fa65fcd/home/prt-bg/");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 30px 20px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 100%;
}

.protect-lft-text h6 {
    font-size: 13px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: end;
    position: relative;
    z-index: 1;
}

.protect-lft-text h6::before {
    position: absolute;
    content: "";
    width: 50%;
    left: 0px;
    bottom: 0px;
    height: 2px;
    background: rgb(255, 255, 255);
    top: 0px;
    margin: auto;
}

.protect-lft-text h2 {
    font-size: 32px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 34px;
}

.protect-lft-text a {
    font-size: 12px;
    padding: 7px 19px;
    border-radius: 5px;
    margin: 9px 0px 0px;
}

.off-box {
    width: 60px;
    height: 60px;
    background: rgb(39, 40, 53);
    border-radius: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    bottom: 5%;
    left: 50%;
}

.off-box h4 {
    font-size: 21px;
    color: rgb(255, 255, 255);
    line-height: 20px;
}

.off-box span {
    text-align: end !important;
    margin-right: -10px;
}

.protct-bx {
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.29) 0px 0px 5px 0px;
    padding: 30px 25px;
    text-align: center;
    transition: 0.5s;
    min-height: 100%;
}

.protct-image {
    position: relative;
    z-index: 1;
    width: 60px;
    height: 60px;
    margin: 0px auto;
}

.protct-image img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.protct-image::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    background: rgb(251, 225, 230);
    border-radius: 50px;
    right: -10px;
    bottom: 8px;
    z-index: -1;
}

.protct-text h4 {
    font-size: 20px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    margin: 10px 0px;
}

.protct-text p {
    font-size: 13px;
    color: rgb(0, 0, 0);
    line-height: 20px;
}

@media (max-width: 768px) {
    li {
        font-size: calc(1.125rem * var(--smaller));
    }

    li span {
        font-size: calc(3.375rem * var(--smaller));
    }
}

.deals-right-box h4 {
    background: rgb(223, 30, 67);
    padding: 15px 0px 15px 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    font-size: 30px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

.deals-right-box {
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 5px 0px;
    overflow: hidden;
}

.dl-slide-image img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.dl-slide-content {
    margin-top: 15px;
    text-align: center;
    padding: 0px 30px;
}

.dl-slide-content h3 {
    font-size: 30px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    font-weight: 100;
}

.dl-slide-content h6 {
    font-size: 18px;
    color: rgb(222, 27, 64);
    font-family: Montserrat;
    margin: 10px 0px;
}

.dl-slide-content h6 > del {
    color: rgb(0, 0, 0);
}

.range-slider {
    position: relative;
    padding: 10px 0px;
    margin: 20px 0px;
    z-index: 1;
    text-align: left;
}

.range-slider::before, .range-slider::after {
    position: absolute;
    content: "";
    width: 100%;
    background: rgb(216, 216, 219);
    left: 0px;
    top: 0px;
    bottom: 0px;
    height: 9px;
    border-radius: 30px;
}

.range-slider::after {
    background: rgb(223, 27, 64);
    width: 49%;
}

.range-slider h5 {
    font-size: 16px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    font-family: Montserrat;
    line-height: 24px;
    font-weight: 600;
}

.countdown h3 {
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-weight: 600;
}

.countdown h3 span {
    color: rgb(223, 31, 67);
}

.countdown ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0px 50px;
}

.countdown ul li span {
    width: 50px;
    height: 50px;
    border: 1px solid rgb(222, 27, 64);
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    margin: 0px auto;
}

.countdown ul li {
    font-size: 14px;
    color: rgb(0, 0, 0);
    text-transform: capitalize;
    font-weight: 700;
    text-align: center;
}

.deal-sec .slick-prev, .deal-sec .slick-next {
    top: -46px;
    right: 30px;
    left: auto;
}

.deal-sec .slick-prev {
    right: 80px;
}

.deal-sec .slick-prev:hover::before, .deal-sec .slick-next:hover::before {
    background: rgb(255, 255, 255);
    color: rgb(223, 30, 67);
    transition: 0.5s ease-out;
}

.deal-sec .slick-prev::before, .deal-sec .slick-next::before {
    position: absolute;
    content: "<";
    width: 30px;
    height: 30px;
    border: 1px solid;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    transition: 0.5s ease-in;
    font-size: 14px;
    display: grid;
    place-content: center;
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
}

.deal-sec .slick-next::before {
    content: ">";
}

ul.tbing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

ul.tbing h3 {
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-family: Montserrat;
    text-transform: capitalize;
    padding-bottom: 8px;
}

ul.tbing li.current {
    border-bottom: 1px solid rgb(0, 0, 0);
}

ul.tbing li {
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

.deals-product-box {
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 5px 0px;
    padding: 15px 20px;
    margin: 5px 0px;
}

ul.review-star {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

ul.review-star i {
    color: rgb(255, 179, 0);
}

ul.review-star li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1px;
}

ul.review-star span {
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    text-transform: capitalize;
}

.deals-product-image img {
    width: 100%;
    min-height: 260px;
    max-height: 300px;
    object-fit: cover;
    margin: 0px auto;
}

.deals-product-image {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.deals-product-image span {
    font-size: 10px;
    color: rgb(255, 255, 255);
    background: rgb(223, 27, 64);
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 10px;
    position: absolute;
    top: 20px;
    left: 0px;
}

.deals-product-content h4 {
    font-size: 17px;
    color: rgb(0, 0, 0);
    text-transform: capitalize;
    font-family: Montserrat;
    margin: 10px 0px;
}

.deals-product-content h5 {
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    text-transform: uppercase;
}

.deals-product-content h6 {
    font-size: 13px;
    color: rgb(222, 27, 64);
    font-family: Montserrat;
    margin: 10px 0px;
}

.deals-product-content h6 del {
    color: rgb(0, 0, 0);
}

.deal-sec {
    padding: 80px 0px 0px 0px;
}

.feature-sec {
    position: relative;
    z-index: 1;
    /*background-image: url("../images/feature-bg.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 80px 0px 200px;
}

.feature-sec .col-xl-8 .row {
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 27px 0px;
    padding: 50px 20px;
    align-items: center;
}

.feature-top-btn {
    text-align: end;
    margin-bottom: 30px;
}

.feature-box {
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 27px 0px;
    padding: 20px 10px;
    text-align: center;
    margin: 12px 0px;
}

.feature-image {
    width: 100%;
    height: 100%;
    margin: 0px auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.feature-image::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: rgb(252, 232, 236);
    border-radius: 50px;
    z-index: -1;
}

.feature-text h3 {
    font-size: 15px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    font-weight: 100;
}

.feature-text h4 {
    font-size: 13px;
    text-transform: uppercase;
}

.ftr-btn {
    background: rgb(244, 182, 194);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: rgb(0, 0, 0);
    font-size: 18px;
    margin: 5px auto 0px;
    transition: 0.3s;
}

.feature-box:hover .ftr-btn {
    background: rgb(222, 27, 64);
    color: rgb(255, 255, 255);
    transform: scale(1.1);
}

.feature-top-head {
    margin-bottom: 30px;
}

.brand-feature-box {
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 27px 0px;
    padding: 50px 20px;
    align-items: center;
}

ul.ftr-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 15px;
    margin: 20px 0px;
}

ul.ftr-brand a {
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 27px 0px;
    width: 108px;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.ftr-brand img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.brand-feature-box .btn-1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

.computer-box {
    background-image: url("https://eas.rnu.mybluehost.me/website_6fa65fcd/wp-content/uploads/2025/11/comp-1-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 50px 20px;
    height: 325px;
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.29) 0px 1px 27px 0px;
}

.computer-content {
    width: 40%;
}

.computer-content h2 {
    font-size: 37px;
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
    line-height: 40px;
}

.computer-content h2.black {
    color: rgb(255, 255, 255);
}

.computer-box-2 {
    background-image: url("https://eas.rnu.mybluehost.me/website_6fa65fcd/wp-content/uploads/2025/11/comp-1.jpg");
}

.computer-sec {
    margin-top: -100px;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.top-product-sec {
    padding: 80px 0px;
    position: relative;
    z-index: 1;
}

.top-product-sec .deals-product-content h3 {
    font-size: 15px;
    color: rgb(222, 29, 66);
    font-family: Montserrat;
    text-transform: uppercase;
}

.top-product-sec .deals-product-content ul.product-price {
    display: block;
    align-items: center;
    justify-content: space-between;
}

.top-product-sec .deals-product-content ul.product-price a {
    padding: 6px 15px;
    font-size: 13px;
}

.top-product-sec ul.tbing {
    position: relative;
    z-index: 1;
}

.top-product-sec ul.tbing::before {
    position: absolute;
    content: "";
    width: 100%;
    background: rgb(202, 202, 205);
    height: 7px;
    bottom: -15px;
    left: 0px;
    right: 0px;
    margin: auto;
    border-radius: 30px;
}

.top-product-sec ul.tbing .current h3 {
    padding: 3px 15px;
    position: relative;
    z-index: 1;
    border: 0px !important;
}

.top-product-sec ul.tbing .current {
    border: 0px !important;
}

.top-product-sec ul.tbing .current h3::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 7px;
    background: rgb(223, 27, 64);
    bottom: -15px;
    left: 0px;
    right: 0px;
    margin: auto;
    border-radius: 10px;
}

.top-product-sec .col-xl-12 {
    margin-top: 40px;
}

.gamming-sec {
    position: relative;
    z-index: 1;
    padding: 110px 0px;
    margin: 50px 0px 0px;
    background-image: url("http://eas.rnu.mybluehost.me/website_6fa65fcd/wp-content/uploads/2025/11/game-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.gamming-sec::before {
    position: absolute;
    content: "";
    width: 33%;
    height: 100%;
    background: rgb(222, 29, 66);
    z-index: -1;
    clip-path: polygon(0px 0px, 70% 0%, 100% 100%, 0% 100%);
    top: 0px;
    left: 0px;
}

img.gm-1 {
    position: absolute;
    top: 0px;
    left: 16%;
    border: 0px;
    margin: auto;
    width: 18%;
    bottom: 0px;
}

.gammin-content-box {
    width: 50%;
    margin: 0px auto;
    text-transform: uppercase;
}

.gammin-content-box h2 {
    color: rgb(255, 255, 255);
    font-size: 66px;
    line-height: 70px;
    margin-bottom: 30px;
}

section.featured-products-sec .deals-product-content h5 {
    font-size: 13px;
    line-height: 20px;
    color: rgb(222, 29, 66);
}

section.featured-products-sec .deals-product-content h4 {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    margin: 0px;
}

section.featured-products-sec .deals-product-content h6 {
    margin: 0px;
}

section.featured-products-sec ul.product-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.featured-products-sec ul.product-price li a.btn-1 {
    height: 40px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

section.featured-products-sec .deals-product-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.featured-products-sec .deals-product-content {
    width: 65%;
}

section.featured-products-sec .deals-product-image {
    width: 30%;
}

.featured-products-box {
    background-color: rgb(255, 255, 255);
    padding: 50px 20px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 27px 0px;
}

.featured-products-heading {
    margin: 0px 0px 30px;
}

.featured-products-quote-card-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.featured-products-quote-card {
    position: relative;
}

.featured-products-quote-card-txt {
    position: absolute;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    gap: 10px;
}

.featured-products-quote-card-txt h5 {
    font-size: 37px;
    line-height: 45px;
    width: 90%;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
}

.featured-products-quote-card-top .featured-products-quote-card-txt h5 {
    color: rgb(255, 255, 255);
}

.featured-products-quote-card-top .featured-products-quote-card-txt {
    top: 10%;
    left: 20%;
}

.featured-products-quote-card-bototm {
    text-align: start;
    top: 15%;
    left: 50%;
}

img.fpq1 {
    height: 400px;
    object-position: 0px 70%;
}

img.fpq2 {
    height: 310px;
}

.featured-products-quote-card-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 50px;
}

.featured-products-quote-card-main {
    width: 100%;
}

.featured_products_slider .slick-next::before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: rgb(222, 29, 66);
    border-radius: 10px;
    transition: 0.2s ease-in;
    color: rgb(255, 255, 255) !important;
}

.featured_products_slider .slick-prev::before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: rgb(222, 29, 66);
    border-radius: 10px;
    transition: 0.2s ease-out;
    color: rgb(255, 255, 255) !important;
}

.featured_products_slider .slick-next:hover::before, .featured_products_slider .slick-prev:hover::before {
    background-color: rgb(0, 0, 0);
    transition: 0.2s ease-in;
}

button.slick-disabled::before {
    background-color: rgb(39, 40, 53) !important;
}

.featured_products_slider .slick-prev, .featured_products_slider .slick-next {
    top: -70px;
}

.featured_products_slider .slick-next {
    right: 50px;
}

.featured_products_slider .slick-prev {
    left: unset;
    right: 16%;
}

section.blog-sec {
    background-image: url("../images/blog-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0px 260px;
}

.blog-heading-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0px 50px;
}

.blog-title-main {
    width: 23%;
}

.blog-heading-txt {
    width: 40%;
}

.blog-title h5 {
    font-size: 20px;
    line-height: 25px;
    font-family: Montserrat;
    text-align: end;
}

.blog-title-main {
    width: 23%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.blog-card-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.blog-card-img-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(222, 29, 66);
    border-radius: 10px;
    position: absolute;
    top: -10%;
    right: 5%;
    height: 60px;
    width: 60px;
    padding: 10px;
}

.blog-card-img-date h5 {
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 20px;
    font-family: Montserrat, serif;
}

.blog-card-img-date-main {
    position: relative;
}

.blog-card-img-txt h5 {
    font-size: 15px;
    line-height: 20px;
    font-family: Montserrat;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0px 20px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.blog-card-user-txt h5 {
    font-size: 15px;
    line-height: 20px;
    font-family: Montserrat;
}

.blog-card-user-com h5 {
    font-size: 12px;
    line-height: 20px;
    font-family: Montserrat;
}

.blog-card-user-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 100px;
    object-fit: cover;
    object-position: 0px 0px;
}

.blog-card-user-main {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.blog-card-user-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.blog-card-user-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 23%;
    border-top: 4px solid rgb(222, 29, 66);
}

.blog-card-txt p {
    margin: 10px 0px 20px;
}

.blog-card-txt {
    padding: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 20px 0px;
    border-radius: 0px 0px 20px 20px;
}

.blog-title {
    position: relative;
}

.blog-title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 32%;
    border-top: 4px solid rgb(222, 29, 66);
}

section.news-sec {
    position: relative;
    overflow: hidden;
    margin: -190px 0px -250px;
}

section.news-sec::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 90%;
    height: 100%;
    margin: 0px auto;
    border-radius: 10px;
    background-image: url("http://eas.rnu.mybluehost.me/website_6fa65fcd/wp-content/uploads/2025/11/WhatsApp-Image-2025-11-18-at-01.37.53_556951a2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.news-sec .row {
    padding: 100px 0px;
}

.news-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-txt-main, .news-img {
    position: relative;
    z-index: 999;
}

.news-txt h4 {
    font-size: 50px;
    line-height: 55px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    width: 62%;
}

.news-txt p {
    font-size: 15px;
    line-height: 23px;
    margin: 10px 0px;
    color: rgb(255, 255, 255);
}

.news-input-main {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 60px;
    border-radius: 10px;
}

.news-input {
    width: 77%;
}

.news-input input {
    width: 100%;
    border: none;
    height: 60px;
    padding: 0px 20px;
    font-size: 16px;
    line-height: 20px;
    font-family: Montserrat, serif;
    background-color: rgba(0, 0, 0, 0);
}

.news-input input::placeholder {
    font-size: 16px;
    line-height: 20px;
    font-family: Montserrat, serif;
}

.news-btn button {
    font-size: 16px;
    line-height: 20px;
    color: rgb(255, 255, 255);
    background-color: rgb(39, 40, 53);
    border: none;
    height: 50px;
    padding: 0px 30px;
    border-radius: 10px;
    transition: 0.2s ease-in;
}

.news-btn button:hover {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    transition: 0.2s ease-out;
}

.news-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    margin: 0px 0px -160px;
}

.footerSec {
    background-image: url("https://eas.rnu.mybluehost.me/website_6fa65fcd/wp-content/uploads/2025/12/i.webp");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
  
    padding: 50px 0px 0px;
    opacity: 1.0;
}

.footer-logo {
    margin: 0px;
}

.footer-logo p {
    color: #000;
    margin: 30px 0px 20px;
}

.socials ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.socials ul li {
    margin: 0px;
}

.socials ul li a {
    height: 30px;
    width: 30px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 100px;
    transition: 0.2s ease-in;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: rgb(255, 255, 255) !important;
    font-size: 12px !important;
}

.socials ul li a:hover {
    border: 1px solid rgb(255, 255, 255);
    transition: 0.2s ease-out;
    background-color: rgb(0, 0, 0) !important;
}

.socials ul li a i {
    font-size: 15px !important;
}

.socials ul li:nth-child(1) a {
    background-color: rgb(59, 89, 152);
}

.socials ul li:nth-child(2) a {
    background-color: rgb(14, 118, 168);
}

.socials ul li:nth-child(3) a {
    background-color: rgb(34, 150, 249);
}

.socials ul li:nth-child(4) a {
    background-color: rgb(205, 31, 41);
}

.footer-links h5 {
    font-size: 20px;
    margin-bottom: 20px;
    background: rgb(223, 32, 69);
    color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 3px;
}

.footer-links ul li {
    margin: 0px 0px 10px;
}

.footer-links ul li a {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 15px;
    transition: 0.2s ease-in;
}

.footer-links ul li a:hover {
    color: rgb(222, 29, 66);
    transition: 0.2s ease-out;
}

.footer-links-contact ul li {
    margin: 0px 0px 25px;
}

.footer-links-contact ul li a {
    font-size: 15px;
}

.footer-links-contact ul li a.loc {
    width: 90%;
}

.footer-links ul li a i {
    font-size: 18px;
}

.footer-btm {
    padding: 20px 0px 40px;
    border-top: none;
    margin: 20px 0px 0px;
}

.copy-txt p {
    font-size: 18px;
    line-height: 20px;
    color: #000;
}

.copy-img {
    text-align: end;
}

.quick-links {
    padding: 0px 0px 0px 0px;
}

.deals-product-content h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.dl-slide-content h3 {
    overflow: hidden;
    font-size: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media only screen and (min-width: 1366px) and (max-width: 1920px) {
    section.news-sec .row {
        padding: 100px 20px;
    }
}

@media only screen and (max-width: 1500px) {
    li#menu-item-221 {
        margin-left: 24% !important;
    }
}

@media only screen and (min-width: 1291px) and (max-width: 1365px) {
    section.news-sec .row {
        padding: 100px 20px;
    }

    li#menu-item-221 {
        margin-left: 24% !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1290px) {
    .header-logo {
        width: 160px;
        height: 80px;
        top: 0px;
    }

    li#menu-item-221 {
        margin-left: 0% !important;
    }

    .menuSec ul {
        gap: 5%;
        justify-content: space-evenly;
    }

    .deals-product-content h4 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .dl-slide-content h3 {
        overflow: hidden;
        font-size: 24px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .dl-slide-content {
        padding: 0px;
    }

    ul.category-icons {
        top: 0%;
        position: relative;
        justify-content: flex-end;
    }

    .protct-text p {
        max-width: 100%;
    }

    .deals-right-box h4 {
        padding: 15px 0px 15px 15px;
        gap: 15px;
        font-size: 20px;
    }

    .deal-sec .slick-prev::before, .deal-sec .slick-next::before {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }

    .deal-sec .slick-prev {
        right: 60px;
    }

    .deal-sec .slick-prev, .deal-sec .slick-next {
        top: -40px;
    }

    .tbing h2 {
        font-size: 24px;
    }

    ul.tbing h3 {
        font-size: 13px;
    }

    .dl-slide-image img {
        height: 250px;
    }

    img.gm-1 {
        left: 0px;
        margin: auto;
        width: 27%;
    }

    .gamming-sec {
        padding: 90px 0px;
        margin: 0px;
        background-position: right center;
    }

    section.featured-products-sec .deals-product-box {
        flex-direction: column;
    }

    section.featured-products-sec .deals-product-image {
        width: 100%;
    }

    section.featured-products-sec .deals-product-content {
        width: 100%;
    }

    .featured_products_slider .slick-prev {
        left: unset;
        right: 22%;
    }

    ul.review-star {
        gap: 6px;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 31% !important;
    }

    .woocommerce .products ul, .woocommerce ul.products {
        display: flex;
        flex-wrap: wrap;
    }

    .protct-text p {
        max-width: 100%;
    }

    form input[type="text"], form input[type="email"], form textarea {
        max-width: 100%;
    }

    .quick-links {
        padding: 0px 0px 0px 0px;
    }

    section.news-sec::before {
        width: 95%;
    }

    .news-btn {
        flex-shrink: 0;
    }

    .news-input-main {
        padding: 7px;
    }

    label {
        width: 100%;
    }

    .news-input input {
        max-width: 300px;
    }

    .news-input {
        width: 68%;
    }

    .protect-lft-text {
        width: 60%;
    }

    .blog-card-user-box::before {
        width: 10%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .topSec .col-lg-4:nth-child(2) {
        width: 50%;
    }

    .protct-bx {
        margin: 15px 0px;
    }

    .protct-text p {
        max-width: 100%;
    }

    ul.top-nav-info {
        gap: 10px;
    }

    ul.top-nav-info a, ul.top-nav-info p {
        font-size: 12px;
        gap: 10px;
    }

    .container-fluid {
        padding: 0px 1%;
    }

    ul.top-nav-time li p, ul.top-nav-time li a {
        font-size: 12px;
    }

    .menuSec ul {
        gap: 5%;
        justify-content: space-around;
    }

    li#menu-item-221 {
        margin-left: 0% !important;
    }

    ul.category-icons {
        top: 0px;
        position: relative;
        justify-content: flex-end;
    }

    .header-logo {
        top: 0px;
        width: 120px;
        height: 75px;
        margin: 0px auto;
    }

    .computer-content h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .computer-content {
        width: 50%;
    }

    .top-product-text h2 {
        font-size: 27px;
    }

    ul.tbing h3 {
        font-size: 13px;
        text-align: center;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 48% !important;
        margin-bottom: 25px;
    }

    img.gm-1 {
        left: 0%;
        width: 28%;
        margin: auto;
    }

    .gamming-sec {
        padding: 70px 0px;
        margin: 0px;
        background-position: right center;
    }

    .top-product-sec {
        padding: 60px 0px 0px;
    }

    .blog-card-main {
        margin-top: 50px;
    }

    .quick-links {
        padding: 0px;
    }

    section.news-sec .row {
        padding: 100px 20px;
    }

    .news-txt-main, .news-img {
        margin-top: 25px;
    }

    .footerSec {
        background-position: 0px 0px;
        padding: 290px 0px 0px;
    }

    .copy-txt p {
        font-size: 16px;
        line-height: 20px;
    }

    .featured-products-box {
        margin-bottom: 25px;
    }

    ul.top-nav-time li {
        gap: 10px;
    }

    .dl-slide-image {
        margin-top: 25px;
    }

    .dl-slide-content h3 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    ul.tbing {
        margin-top: 50px;
    }

    label {
        width: 100%;
    }

    form input[type="text"], form input[type="email"], form textarea {
        max-width: 100%;
    }

    .blog-card-user-box::before {
        left: 47%;
        width: 17%;
    }

    .feature-sec .col-xl-8 .row {
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    p {
        font-size: 12px;
        line-height: 18px;
    }

    h2 {
        font-size: 25px;
    }

    .topSec .col-lg-4:nth-child(2) {
        width: 100%;
    }

    ul.tbing {
        gap: 15px;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 20px;
        justify-content: center;
    }

    .top-product-sec .woocommerce ul.products li.product, .top-product-sec .woocommerce-page ul.products li.product {
        margin-bottom: 25px;
        width: 100% !important;
    }

    .footer-btm {
        padding: 20px 0px;
        margin: 10px 0px 0px;
    }

    .news-img img {
        height: 250px;
        margin: 20px 0px 0px;
    }

    .top-product-sec {
        padding: 30px 0px;
    }

    .dl-slide-content {
        padding: 0px;
    }

    .deals-right-box h4 {
        gap: 10px;
        font-size: 18px;
        padding: 10px 0px 9px 12px;
    }

    .topSec .col-lg-4:nth-child(3) {
        width: 100%;
    }

    .header-logo {
        width: 130px;
        position: relative;
        display: flex;
        height: 100px;
        top: 0px;
        align-items: center;
        justify-content: center;
    }

    ul.top-nav-info {
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    ul.top-nav-time {
        gap: 10px;
        align-items: center;
        flex-direction: column;
    }

    ul.top-nav-info a, ul.top-nav-info p, ul.top-nav-time li p, ul.top-nav-time li a {
        font-size: 12px;
    }

    .header-center-line::before {
        top: -4px;
        right: -15px;
        height: 33px;
    }

    .protect-lft-text h2 {
        font-size: 25px;
        line-height: 25px;
    }

    .protect-lft-text h6::before {
        width: 35%;
    }

    .protect-lft-text h6 {
        font-size: 13px;
    }

    .off-box {
        width: 45px;
        height: 45px;
    }

    .off-box h4 {
        font-size: 12px;
        line-height: 14px;
        width: 74%;
    }

    .protct-bx {
        display: flex;
        padding: 20px 15px;
        align-items: center;
        margin: 15px 0px 0px;
        flex-direction: column;
        justify-content: center;
    }

    .protct-image {
        width: 45px;
        height: 45px;
    }

    .protct-image::before {
        width: 20px;
        height: 20px;
        right: -9px;
        bottom: 0px;
    }

    .protct-text h4 {
        font-size: 14px;
        margin: 10px 0px;
    }

    .deal-sec {
        padding: 0px 0px 40px;
    }

    .deal-sec .slick-prev::before, .deal-sec .slick-next::before {
        width: 20px;
        height: 20px;
        font-size: 8px;
    }

    .deal-sec .slick-prev, .deal-sec .slick-next {
        top: -31px;
    }

    .deal-sec .slick-prev {
        right: 55px;
    }

    .dl-slide-image img {
        width: 100%;
        height: 210px;
        object-fit: cover;
    }

    .dl-slide-image {
        margin-top: 15px;
    }

    .dl-slide-content h3 {
        font-size: 18px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .dl-slide-content h6 {
        font-size: 14px;
    }

    .countdown ul {
        justify-content: space-between;
        margin: 15px 0px 30px;
    }

    .countdown ul li span {
        width: 40px;
        height: 40px;
        font-size: 12px;
    }

    .countdown ul li {
        font-size: 12px;
    }

    .range-slider h5 {
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px;
    }

    .deals-right-box {
        margin-bottom: 40px;
    }

    .deals-product-content h4 {
        font-size: 14px;
    }

    ul.review-star span {
        font-size: 12px;
    }

    ul.review-star i {
        font-size: 14px;
    }

    .deals-product-content h6 {
        font-size: 14px;
        margin: 10px 0px 0px;
    }

    .feature-top-btn {
        margin-bottom: 10px;
    }

    .feature-top-head {
        margin-bottom: 20px;
    }

    .feature-image {
        width: 35px;
        height: 35px;
    }

    .feature-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .ftr-btn {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }

    .feature-sec .col-xl-8 .row {
        margin: 0px;
        padding: 20px 0px;
    }

    .feature-sec {
        padding: 40px 0px;
    }

    .brand-feature-box {
        margin-top: 15px;
        padding: 20px 10px;
    }

    ul.ftr-brand {
        margin: 10px 0px;
    }

    .computer-sec {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .computer-box {
        padding: 20px 10px;
        height: 260px;
        border-radius: 15px;
        margin-bottom: 15px;
    }

    .computer-content h2 {
        font-size: 20px;
        line-height: 20px;
    }

    ul.tbing h3 {
        font-size: 13px;
        padding: 8px;
    }

    .top-product-sec .deals-product-image img {
        width: 100% !important;
        height: 140px !important;
        object-fit: contain !important;
    }

    .gamming-sec {
        padding: 40px 0px;
        margin: 0px;
        background-position: right center;
    }

    .gammin-content-box h2 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    img.gm-1 {
        left: 3%;
        width: 23%;
    }

    .all-section {
        padding: 40px 0px;
    }

    .featured-products-box {
        padding: 20px 10px;
        margin-bottom: 25px;
    }

    .featured_products_slider .slick-next::before, .featured_products_slider .slick-prev::before {
        height: 25px;
        width: 25px;
        font-size: 12px;
        border-radius: 5px;
    }

    section.featured-products-sec .deals-product-box {
        display: flex;
        flex-direction: column;
    }

    section.featured-products-sec .deals-product-image {
        width: 100%;
    }

    section.featured-products-sec .deals-product-content {
        width: 100%;
    }

    .featured_products_slider .slick-prev, .featured_products_slider .slick-next {
        top: -48px;
    }

    .featured_products_slider .slick-next {
        right: 15px;
    }

    .featured_products_slider .slick-slide {
        margin: 0px 2px;
    }

    .featured-products-quote-card-txt h5 {
        font-size: 25px;
        line-height: 25px;
        width: 95%;
    }

    .blog-heading-main {
        margin: 0px 0px 50px;
        flex-direction: column;
    }

    .text-innerban h2 {
        font-size: 30px;
    }

    .products-details h1 {
        font-size: 30px;
    }

    .products-details .woocommerce ul.products li.product, .products-details .woocommerce-page ul.products li.product {
        width: 100% !important;
    }

    .wpgs-nav .slick-next, .wpgs-nav .slick-prev {
        display: none;
    }

    .blog-title-main {
        width: 100%;
        flex-direction: column;
        gap: 30px;
    }

    .blog-heading-txt {
        width: 100%;
    }

    .blog-title-txt {
        margin-bottom: 10px;
    }

    .blog-card-main {
        margin-top: 50px;
    }

    .blog-card-user-img img {
        height: 40px;
        width: 40px;
    }

    .blog-card-img-txt h5 {
        font-size: 12px;
        line-height: 16px;
        height: 25px;
    }

    .blog-card-txt {
        padding: 20px;
    }

    .blog-card-user-box::before {
        left: 45%;
        width: 18%;
        border-top: 3px solid rgb(222, 29, 66);
    }

    section.blog-sec {
        padding: 40px 0px 70px;
    }

    section.news-sec {
        margin: -40px 0px 40px;
    }

    section.news-sec .row {
        padding: 30px 25px 0px;
    }

    .news-txt h4 {
        font-size: 30px;
        line-height: 30px;
        width: 100%;
    }

    .news-btn button {
        font-size: 12px;
        flex-shrink: 0;
        padding: 0px 20px;
    }

    .news-input-main {
        padding-right: 7px;
    }

    .news-input {
        width: 100%;
    }

    .footerSec {
        background-position: 0px 0px;
        padding: 30px 0px 0px;
    }

    .quick-links {
        padding: 0px;
    }

    .footer-links-contact ul li a.loc {
        width: 100%;
    }

    .footer-links-contact ul li a {
        font-size: 12px;
    }

    .footer-links h5 {
        font-size: 18px;
        line-height: 20px;
        margin: 0px 0px 10px;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        margin: 0px 2% 2.992em 0px;
        width: 49% !important;
    }

    .innerbanner {
        min-height: 250px;
        padding: 25px 0px;
        height: fit-content;
    }

    .page-id-258s .products-details .entry-content {
        padding: 50px 0px;
    }

    form input[type="text"], form input[type="email"], form textarea {
        max-width: 100%;
        width: 100%;
    }

    .news-btn {
        flex-shrink: 0;
    }

    .page-id-265 .news-input {
        max-width: 80%;
    }

    .entry-content {
        padding: 50px 0px 40px;
    }

    .copy-txt p {
        font-size: 12px;
        line-height: 20px;
        text-align: center;
    }

    .copy-img {
        text-align: center;
    }

    .copy-img img.image {
        height: 20px !important;
        object-fit: contain;
    }

    .page-id-265 label {
        display: inline-block;
        width: 100%;
    }

    ul.category-icons {
        top: 0px;
        right: 0px;
        position: relative;
        justify-content: center;
    }

    .menuSec ul li a {
        padding: 0px 10px 20px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 519px) {
    p {
        font-size: 12px;
        line-height: 18px;
    }

    h2 {
        font-size: 25px;
    }

    ul.tbing {
        gap: 15px;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 20px;
        justify-content: center;
    }

    .top-product-sec .woocommerce ul.products li.product, .top-product-sec .woocommerce-page ul.products li.product {
        margin-bottom: 25px;
        width: 100% !important;
    }

    .footer-btm {
        padding: 20px 0px;
        margin: 10px 0px 0px;
    }

    .news-img img {
        height: 250px;
        margin: 20px 0px 0px;
    }

    .top-product-sec {
        padding: 30px 0px;
    }

    .dl-slide-content {
        padding: 0px;
    }

    .deals-right-box h4 {
        gap: 10px;
        font-size: 18px;
        padding: 10px 0px 9px 12px;
    }

    .topSec .col-lg-4:nth-child(3) {
        width: 100%;
    }

    .header-logo {
        width: 130px;
        position: relative;
        display: flex;
        height: 100px;
        top: 0px;
        align-items: center;
        justify-content: center;
    }

    ul.top-nav-info {
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    ul.top-nav-time {
        gap: 10px;
        align-items: center;
        flex-direction: column;
    }

    ul.top-nav-info a, ul.top-nav-info p, ul.top-nav-time li p, ul.top-nav-time li a {
        font-size: 12px;
    }

    .header-center-line::before {
        top: -4px;
        right: -15px;
        height: 33px;
    }

    .protect-lft-text h2 {
        font-size: 25px;
        line-height: 25px;
    }

    .protect-lft-text h6::before {
        width: 35%;
    }

    .protect-lft-text h6 {
        font-size: 13px;
    }

    .off-box {
        width: 45px;
        height: 45px;
    }

    .off-box h4 {
        font-size: 12px;
        line-height: 14px;
        width: 74%;
    }

    .protct-bx {
        display: flex;
        min-height: auto;
        padding: 20px 15px;
        align-items: center;
        margin: 15px 0px 0px;
        flex-direction: column;
        justify-content: center;
    }

    .protct-image {
        width: 45px;
        height: 45px;
    }

    .protct-image::before {
        width: 20px;
        height: 20px;
        right: -9px;
        bottom: 0px;
    }

    .protct-text h4 {
        font-size: 14px;
        margin: 10px 0px;
    }

    .deal-sec {
        padding: 0px 0px 40px;
    }

    .deal-sec .slick-prev::before, .deal-sec .slick-next::before {
        width: 20px;
        height: 20px;
        font-size: 8px;
    }

    .deal-sec .slick-prev, .deal-sec .slick-next {
        top: -31px;
    }

    .deal-sec .slick-prev {
        right: 55px;
    }

    .dl-slide-image img {
        width: 100%;
        height: 210px;
        object-fit: cover;
    }

    .dl-slide-image {
        margin-top: 15px;
    }

    .dl-slide-content h3 {
        font-size: 18px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .dl-slide-content h6 {
        font-size: 14px;
    }

    .countdown ul {
        justify-content: space-between;
        margin: 15px 0px 30px;
    }

    .countdown ul li span {
        width: 40px;
        height: 40px;
        font-size: 12px;
    }

    .countdown ul li {
        font-size: 12px;
    }

    .range-slider h5 {
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px;
    }

    .deals-right-box {
        margin-bottom: 40px;
    }

    .deals-product-content h4 {
        font-size: 14px;
    }

    ul.review-star span {
        font-size: 12px;
    }

    ul.review-star i {
        font-size: 14px;
    }

    .deals-product-content h6 {
        font-size: 14px;
        margin: 10px 0px 0px;
    }

    .feature-top-btn {
        margin-bottom: 10px;
    }

    .feature-top-head {
        margin-bottom: 20px;
    }

    .feature-image {
        width: 345px;
        height: 345px;
    }

    .feature-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .ftr-btn {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }

    .feature-sec .col-xl-8 .row {
        margin: 0px;
        padding: 20px 0px;
    }

    .feature-sec {
        padding: 40px 0px;
    }

    .brand-feature-box {
        margin-top: 15px;
        padding: 20px 10px;
    }

    ul.ftr-brand {
        margin: 10px 0px;
        justify-content: space-evenly;
    }

    .computer-sec {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .computer-box {
        padding: 20px 10px;
        height: 260px;
        border-radius: 15px;
        margin-bottom: 15px;
    }

    .computer-content h2 {
        font-size: 20px;
        line-height: 20px;
    }

    ul.tbing h3 {
        font-size: 13px;
        padding: 8px;
    }

    .top-product-sec .deals-product-image img {
        width: 100% !important;
        height: 140px !important;
        object-fit: contain !important;
    }

    .gamming-sec {
        padding: 40px 0px;
        margin: 0px;
        background-position: right center;
    }

    .gammin-content-box h2 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    img.gm-1 {
        left: 3%;
        width: 23%;
    }

    .all-section {
        padding: 40px 0px;
    }

    .featured-products-box {
        padding: 20px 10px;
    }

    .featured_products_slider .slick-next::before, .featured_products_slider .slick-prev::before {
        height: 25px;
        width: 25px;
        font-size: 12px;
        border-radius: 5px;
    }

    section.featured-products-sec .deals-product-box {
        display: flex;
        flex-direction: column;
    }

    section.featured-products-sec .deals-product-image {
        width: 100%;
    }

    section.featured-products-sec .deals-product-content {
        width: 100%;
    }

    .featured_products_slider .slick-prev, .featured_products_slider .slick-next {
        top: -48px;
    }

    .featured_products_slider .slick-next {
        right: 15px;
    }

    .featured_products_slider .slick-slide {
        margin: 0px 2px;
    }

    .featured-products-quote-card-txt h5 {
        font-size: 25px;
        line-height: 25px;
        width: 95%;
    }

    .blog-heading-main {
        margin: 0px 0px 50px;
        flex-direction: column;
    }

    .text-innerban h2 {
        font-size: 30px;
    }

    .products-details h1 {
        font-size: 30px;
    }

    .products-details .woocommerce ul.products li.product, .products-details .woocommerce-page ul.products li.product {
        width: 100% !important;
    }

    .wpgs-nav .slick-next, .wpgs-nav .slick-prev {
        display: none;
    }

    .blog-title-main {
        width: 100%;
        flex-direction: column;
        gap: 30px;
    }

    .blog-heading-txt {
        width: 100%;
    }

    .blog-title-txt {
        margin-bottom: 10px;
    }

    .blog-card-main {
        margin-top: 50px;
    }

    .blog-card-user-img img {
        height: 40px;
        width: 40px;
    }

    .blog-card-img-txt h5 {
        font-size: 12px;
        line-height: 16px;
        height: 25px;
    }

    .blog-card-txt {
        padding: 20px;
    }

    .blog-card-user-box::before {
        left: 45%;
        width: 18%;
        border-top: 3px solid rgb(222, 29, 66);
    }

    section.blog-sec {
        padding: 40px 0px 70px;
    }

    section.news-sec {
        margin: -40px 0px 40px;
    }

    section.news-sec .row {
        padding: 30px 10px 0px;
    }

    .news-txt h4 {
        font-size: 30px;
        line-height: 30px;
        width: 100%;
    }

    .news-btn button {
        font-size: 12px;
        flex-shrink: 0;
        padding: 0px 20px;
    }

    .news-input-main {
        padding-right: 7px;
    }

    .news-input {
        width: 70%;
    }

    .footerSec {
        background-position: 0px 0px;
        padding: 30px 0px 0px;
    }

    .quick-links {
        padding: 0px;
    }

    .footer-links-contact ul li a.loc {
        width: 100%;
    }

    .footer-links-contact ul li a {
        font-size: 12px;
    }

    .footer-links h5 {
        font-size: 18px;
        line-height: 20px;
        margin: 0px 0px 10px;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        margin: 0px 2% 2.992em 0px;
        width: 100% !important;
    }

    .innerbanner {
        min-height: 250px;
        padding: 25px 0px;
        height: fit-content;
    }

    .page-id-258s .products-details .entry-content {
        padding: 50px 0px;
    }

    form input[type="text"], form input[type="email"], form textarea {
        max-width: 100%;
        width: 100%;
    }

    .news-btn {
        width: fit-content;
        flex-shrink: 0;
    }

    s .page-id-265 .news-input {
        max-width: 60%;
    }

    .entry-content {
        padding: 50px 0px 40px;
    }

    .copy-txt p {
        font-size: 12px;
        line-height: 20px;
        text-align: center;
    }

    .copy-img {
        text-align: center;
    }

    .copy-img img.image {
        height: 20px !important;
        object-fit: contain;
    }

    ul.category-icons {
        top: 0px;
        right: 0px;
        position: relative;
        justify-content: center;
    }

    .menuSec ul li a {
        padding: 0px 10px 20px;
    }

    .news-txt-main, .news-img {
        padding: 0px 15px;
    }
}

html {
    overflow-x: hidden;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    height: 40px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: rgb(184, 0, 1);
    color: rgb(255, 255, 255);
}

.blog-card-img-date-main {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.blog-card {
    background: rgb(255, 255, 255);
    border-radius: 20px;
    padding-top: 10px;
}

.menuSec .nav-container .close{
    display:none;
}

@media (max-width: 767px) {
   .menuSec .nav-container .close{
       display:block;
   }
}

@media (max-width: 767px) {
    .header-content {
        border: none !important;
    }
    .mobile-logo img.custom-logo {
    width: 200px;
    height: 75px;
}
}

button.single_add_to_cart_button.button.alt {
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    background: rgb(184, 0, 1);
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 15px 30px;
    border-radius: 10px;
    display: inline-flex;
    transition: 0.2s ease-in;
}

.wc-block-cart__submit-container {
    background: rgb(184, 0, 1);
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    color: rgb(255, 255, 255);
}

section.products-details {
    margin-bottom: 150px;
}

.text-innerban.wow.fadeInLeft h2 {
    color: rgb(255, 255, 255);
    font-size: 77px;
    font-weight: 600;
    text-transform: uppercase;
}

.innerbanner {
    width: 100%;
    height: 385px;
    background-image: url("http://eas.rnu.mybluehost.me/website_6fa65fcd/wp-content/uploads/2025/11/innerbanner.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
}

h1.entry-title {
    display: block;
}
.woocommerce-product-details__short-description{display:none;}
span.woocommerce-Price-amount.amount {
    color: #690805;
}

main#primary {
    margin-top: 70px;
    margin-bottom: 210px;
}

h1.woocommerce-products-header__title.page-title {
    display: none;
}
button.btn-1.wlf-open-popup-button {
    margin-top: -3px;
    margin-left: 50px;
}

section.shop-page {
    margin-top: 70px;
    margin-bottom: 100px;
}

section#woocommerce_price_filter-2 {
    border: 1px solid rgb(221, 221, 221);
    padding: 12px;
    margin-bottom: 30px;
}

h2.widget-title {
    font-size: 20px;
    margin-bottom: 20px;
    background: rgb(223, 32, 69);
    color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 3px;
}

section#woocommerce_product_categories-2 {
    border: 1px solid rgb(221, 221, 221);
    padding: 15px;
}

img.custom-logo {
    width: 230px;
    height: 80px;
}

/* ========== NEW CATEGORY SECTION CSS (OLD से बदला हुआ) ========== */

.category-sec {
    padding: 60px 0px;
    background: rgb(249, 249, 249);
}

.category-box {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 20px;
    height: 100%;
}

.category-box h4 {
    font-size: 22px;
    color: rgb(255, 255, 255);
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgb(238, 238, 238);
}

.category-box h4 i {
    margin-right: 10px;
    color: rgb(255, 107, 107);
}

.category-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.category-list li {
    display: flex;
    align-items: center;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid rgb(238, 238, 238);
}

.category-list li:hover {
    background: rgb(105, 8, 5);
    border-color: rgb(255, 107, 107);
    transform: translateX(5px);
}

.category-list li.current {
    background: rgb(105, 8, 5);
    border-color: rgb(105, 8, 5);
}

.category-list li.current h3 {
    color: white;
}

.category-list li img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    object-fit: contain;
}

.category-list li h3 {
    font-size: 22px;
    color: rgb(85, 85, 85);
    margin: 0px;
    font-weight: 500;
}

/* Mobile Categories Section (Without Toggle Button) */
.mobile-categories-section {
    position: relative;
    z-index: 100;
}

.mobile-categories-closed {
    background: white;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 10px;
    padding: 12px 15px;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 8px;
}

.mobile-categories-closed:hover {
    border-color: rgb(255, 107, 107);
    box-shadow: rgba(255, 107, 107, 0.1) 0px 4px 12px;
}

.active-category-display {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
}

.active-category-display img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.active-category-display h3 {
    font-size: 15px;
    color: rgb(51, 51, 51);
    margin: 0px;
    font-weight: 600;
    flex-grow: 1;
}

.active-category-display i {
    color: rgb(102, 102, 102);
    font-size: 14px;
    transition: transform 0.3s;
}

/* Dropdown Styles */
.mobile-category-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    background: white;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 10px;
    margin-top: 8px;
    max-height: 350px;
    overflow-y: auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px;
    z-index: 1000;
}

.mobile-category-dropdown.show {
    display: block;
    animation: slideDown 0.3s;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mobile-category-list {
    list-style: none;
    padding: 10px;
    margin: 0px;
}

.mobile-category-list li {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border-bottom: 1px solid rgb(238, 238, 238);
    cursor: pointer;
    transition: 0.3s;
}

.mobile-category-list li:last-child {
    border-bottom: none;
}

.mobile-category-list li:hover {
    background: rgb(255, 245, 245);
    border-radius: 8px;
}

.mobile-category-list li.current {
    background: rgb(105, 8, 5);
    border-radius: 8px;
}

.mobile-category-list li.current span {
    color: white;
}

.mobile-category-list li img {
    width: 28px;
    height: 28px;
    margin-right: 12px;
    object-fit: contain;
}

.mobile-category-list li span {
    font-size: 14px;
    color: rgb(51, 51, 51);
    font-weight: 500;
}

/* Products Grid Styles */
.category-products-wrapper {
    height: 100%;
}

.category-products-box {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 20px;
    height: 100%;
    min-height: 600px;
}

.category-title {
    font-size: 24px;
    color: rgb(51, 51, 51);
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(105, 8, 5);
}

.products-grid {
    margin-top: 10px;
}

.product-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 0px;
    border: 1px solid rgb(238, 238, 238);
    transition: 0.3s;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 30px;
    border-color: rgb(105, 8, 5);
}

.product-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-bottom: 1px solid rgb(238, 238, 238);
}
.product-card h4 {
    font-size: 18px;
    color: rgb(51, 51, 51);
    margin: 5px 15px;
    font-weight: 500;
}

.product-card p {
    font-size: 15px;
    color: rgb(102, 102, 102);
    margin: 0px 15px 10px;
    line-height: 1.4;
}

.product-price {
    font-size: 18px;
    color: rgb(105, 8, 5);
    font-weight: 700;
    margin: 0px 15px 15px;
}

.old-price {
    text-decoration: line-through;
    color: rgb(153, 153, 153);
    font-size: 14px;
    margin-right: 10px;
    font-weight: 400;
}

.product-card .btn-1 {
    display: block;
    margin: 0px 15px 15px;
    padding: 10px 20px;
    background: rgb(184, 0, 1);
    color: white;
    text-align: center;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.product-card .btn-1:hover {
    background: rgb(255, 82, 82);
    transform: scale(1.05);
}

/* Tabs System */
.mytabs {
    display: none;
    animation: fadeIn 0.5s;
}

.mytabs.current {
    display: block;
}

.menuSec .nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menuSec ul {
    gap: 0% !important;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .category-sec {
        padding: 20px 0px;
    }

    .category-box {
        margin-bottom: 30px;
    }

    .product-card {
        margin-bottom: 20px;
    }

    .product-card img {
        height: 180px;
    }
    
    .category-products-box {
        max-height: 500px;
        padding: 15px;
        overflow-y: auto;
    }

    .products-grid {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .product-card {
        margin-bottom: 0px;
        flex: 0 0 auto;
    }

    .mytabs .row {
        /*display: flex;*/
        /*flex-direction: column;*/
        /*gap: 15px;*/
    }

    .mytabs .col-sm-6 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}

@media (min-width: 768px) {
    .category-products-box {
        max-height: none;
        overflow-y: visible;
    }
}

.rcm-cart-header {
    background: rgb(255, 230, 230) !important;
    color: rgb(255, 255, 255) !important;
}

@media only screen and (min-width: 0px) and (max-width: 519px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        margin: 0px 2% 2.992em 0px;
        width: 49% !important;
    }
}

.deals-product-box h3 {
    display: none;
}

.woocommerce .products ul li, .woocommerce ul.products li {
    list-style: outside none;
    margin-bottom: 10px;
}

.deals-product-content h4 {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.sub-menu {
    display: none;
}

.cmm-item:hover > .sub-menu {
    display: flex;
}

.dl-slide-box{text-align:center;}
.dl-slide-box img{object-fit:cover;}

@media (max-width: 768px) {
    .cmm-item.active > .sub-menu {
        display: block;
    }

    .search-button {
        padding: 10px;
    }
}


.category-list li h3:hover {
    color: #fff !important;
}


/* Desktop Styles (Old Style) - Only for Desktop/Tablet */
@media (min-width: 768px) {
    .category-sec {
        padding: 15px 0px;
        background: rgb(249, 249, 249);
    }

    .category-box {
        background: white;
        border-radius: 15px;
        padding: 25px;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 20px;
        height: 100%;
    }

    .category-box h4 {
        font-size: 22px;
        color: rgb(255, 255, 255);
        margin-bottom: 25px;
        padding-bottom: 15px;
        border-bottom: 2px solid rgb(238, 238, 238);
    }

    .category-box h4 i {
        margin-right: 10px;
        color: rgb(255, 107, 107);
    }

    .category-list {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .category-list li {
        display: flex;
        align-items: center;
        padding: 15px;
        margin-bottom: 10px;
        border-radius: 10px;
        cursor: pointer;
        transition: all 0.3s ease;
        border: 1px solid rgb(238, 238, 238);
    }

    .category-list li:hover {
        background: rgb(105, 8, 5);
        border-color: rgb(255, 107, 107);
        transform: translateX(5px);
    }

    .category-list li.current {
        background: rgb(105, 8, 5);
        border-color: rgb(105, 8, 5);
    }

    .category-list li.current h3 {
        color: white;
    }

    .category-list li img {
        width: 40px;
        height: 40px;
        margin-right: 15px;
        object-fit: contain;
    }

    .category-list li h3 {
        font-size: 22px;
        color: rgb(85, 85, 85);
        margin: 0px;
        font-weight: 500;
    }

    .category-products-wrapper {
        height: 100%;
    }

    .category-products-box {
        background: white;
        border-radius: 15px;
        padding: 30px;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 20px;
        height: 100%;
        min-height: 600px;
    }

    .category-title {
        font-size: 24px;
        color: rgb(51, 51, 51);
        margin-bottom: 25px;
        padding-bottom: 15px;
        border-bottom: 2px solid rgb(105, 8, 5);
    }

    .mytabs {
        display: none;
        animation: fadeIn 0.5s ease;
    }

    .mytabs.current {
        display: block;
    }

    @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }
}

/* Mobile Styles (FAQ Accordion) - Only for Mobile */
@media (max-width: 767.98px) {
    .category-sec {
        padding: 30px 0px;
        background: rgb(249, 249, 249);
    }
    
    /* Hide desktop elements on mobile */
    .category-box,
    .category-products-wrapper {
        display: none !important;
    }
    
    /* FAQ Accordion Styles for Mobile */
    .category-accordion {
        background: white;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 20px;
    }

    .category-accordion-item {
        border-bottom: 1px solid rgb(238, 238, 238);
        transition: all 0.3s ease;
    }

    .category-accordion-item:last-child {
        border-bottom: none;
    }

    .category-accordion-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 20px;
        cursor: pointer;
        background: white;
        transition: all 0.3s ease;
        position: relative;
    }

    .category-accordion-header:hover {
        background: rgb(249, 249, 249);
    }

    .category-accordion-item.active .category-accordion-header {
        background: rgb(105, 8, 5);
    }

    .category-accordion-item.active .category-accordion-header h3 {
        color: white;
    }

    .category-accordion-item.active .category-accordion-header img {
        filter: invert(1);
    }

    .category-accordion-item.active .category-accordion-header i {
        color: white;
        transform: rotate(180deg);
    }

    .category-header-content {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .category-header-content img {
        width: 35px;
        height: 35px;
        object-fit: contain;
    }

    .category-header-content h3 {
        font-size: 16px;
        color: rgb(51, 51, 51);
        margin: 0;
        font-weight: 500;
        font-family: Montserrat;
        transition: color 0.3s ease;
    }

    .category-accordion-header i {
        color: rgb(102, 102, 102);
        font-size: 14px;
        transition: all 0.3s ease;
    }

    .category-accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease, padding 0.3s ease;
        padding: 0 20px;
        background: white;
    }

    .category-accordion-item.active .category-accordion-content {
        max-height: 50px;
        padding: 20px;
        border-top: 1px solid rgb(238, 238, 238);
        background: rgb(249, 249, 249);
    }
    
    /* Mobile Product Cards */
    .products-grid {
        margin-top: 10px;
    }

    .product-card {
        background: white;
        border-radius: 12px;
        overflow: hidden;
        margin-bottom: 15px;
        border: 1px solid rgb(238, 238, 238);
        transition: all 0.3s ease;
    }

    .product-card:hover {
        transform: translateY(-5px);
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px;
        border-color: rgb(105, 8, 5);
    }

    .product-card img {
        width: 100%;
        object-fit: contain;
        border-bottom: 1px solid rgb(238, 238, 238);
    }

    .product-card h4 {
        font-size: 15px;
        color: rgb(51, 51, 51);
        margin: 12px 12px 5px;
        font-weight: 600;
        font-family: Montserrat;
    }

    .product-price {
        font-size: 16px;
        color: rgb(105, 8, 5);
        font-weight: 700;
        margin: 0 12px 12px;
    }

    .old-price {
        text-decoration: line-through;
        color: rgb(153, 153, 153);
        font-size: 13px;
        margin-right: 8px;
        font-weight: 400;
    }

    .product-card .btn-1 {
        display: block;
        margin: 0 12px 12px;
        padding: 8px 16px;
        background: rgb(184, 0, 1);
        color: white;
        text-align: center;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 500;
        transition: all 0.3s ease;
        font-size: 14px;
    }

    .product-card .btn-1:hover {
        background: rgb(255, 82, 82);
        transform: scale(1.05);
    }
    
    .deals-product-image img {
        min-height:140px;
    }
    
    
}
ul.review-star{display:none;}
