<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.custom-breadcrumb {
    --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='%236c757d'/%3E%3C/svg%3E");
}

.bg-theme {
    background-color: #2952A4 !important;
}

.bg-success-light {
    background-color: #DAF0E3 !important;
}

.w-60 {
    width: 60%;
}

.bg-theme-secondary {
    background-color: #E5E5E5 !important;
}

.bg-theme-secondary-2 {
    background-color: #F0F0F0 !important;
}

.fs-16 {
    font-size: 16px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.top-search input.form-control:focus {
    background-color: #E5E5E5;
    /* Change this to your desired background color */
    outline: none;
    /* Removes default focus outline */
    box-shadow: none;
    /* Removes any default Bootstrap shadow */
}

.header-menu .dropdown-menu {
    width: 100vw;
    /* Full width */
    left: 0;
    right: 0;
    border: none;
    /* Optional for a clean look */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    /* Optional for better visibility */
}

.header-menu .nav-item:hover .dropdown-menu {
    display: block;
}

.header-menu .dropdown-menu.container {
    max-width: 1280px;
    /* Adjust as needed */
    margin: 0 auto;
    /* Center align within full width */
}

@media (max-width: 991px) {
    .border-bt-sm {
        border-bottom: 1px solid #d9d9d9;
    }
}

@media (min-width: 768px) {
    .border-end-wg {
        border-left: 1px solid #000 !important;
    }
}

.shop-now:hover {
    background-color: #ED1F24 !important;
    border-color: #ED1F24 !important;
}

.socil-icon-box {
    width: 35px;
    height: 35px;
}

.bg-fb {
    background-color: #1B86C1;
}

.bg-twitter {
    background-color: #00B1E0;
}

.bg-insta {
    background-color: #EB4F30;
}

.bg-yt {
    background-color: #E50000;
}

.footer-link a {
    font-size: 15px;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:focus-visible {
    outline: none;
    box-shadow: none;
}

.bg-theme-light {
    background-color: #F5F5F5;
}

.hr-theme {
    color: #d4d4d4;
    opacity: 1;
}

.price-range-slider {
    width: 100%;
    float: left;
    padding: 10px 20px;
    border-bottom: 1px solid #d4d4d4 !important;
}

.price-range-slider .range-value {
    margin: 0;
}

.price-range-slider .range-value input {
    width: 100%;
    background: none;
    color: #737373;
    font-size: 1.125rem;
    font-weight: initial;
    box-shadow: none;
    border: none;
    margin: 0px 0 20px 0;
    text-align: center;
}

.price-range-slider .range-bar {
    border: none !important;
    background: #EEEEEE;
    height: 10px;
    width: 100%;
}

.price-range-slider .range-bar .ui-slider-range {
    background: #EEEEEE;
}

.price-range-slider .range-bar .ui-slider-handle {
    border: none !important;
    border-radius: 25px;
    background: #707070;
    border: 2px solid #707070;
    height: 17px;
    width: 17px;
    top: -0.22em;
    cursor: pointer;
}

.price-range-slider .range-bar .ui-slider-handle+span {
    background: #707070;
}

.filter-menu .dropdown-item a:hover {
    color: var(--bs-danger) !important;
}

.filter-menu.dropdown-item.active,
.dropdown-item:active {
    color: inherit !important;
    background-color: transparent !important;
}

.fs-18 {
    font-size: 18px;
}

@media (max-width: 991.98px) {
    .fs-xs-18 {
        font-size: 18px !important;
    }
    .fs-xs-16 {
        font-size: 16px !important;
    }
    .fs-xs-14 {
        font-size: 14px !important;
    }
    .fs-xs-12 {
        font-size: 12px !important;
    }
    .fs-xs-10 {
        font-size: 10px !important;
    }
}

.pro-img {
    overflow: hidden;
    /* Ensures the image stays within bounds */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pro-img img {
    transition: transform 0.6s ease-out;
    /* Smooth transition */
    transform-origin: center;
    will-change: transform;
}

.pro-img:hover img {
    animation: zoomOnce 0.6s ease-out forwards;
    /* Apply animation only once */
}

@keyframes zoomOnce {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08) translateY(-3px);
        /* Zoom and lift slightly */
    }
    100% {
        transform: scale(1) translateY(0);
        /* Return to normal */
    }
}


/* product detail page */

.star-rating {
    font-size: 16px;
    position: relative;
    display: inline-block;
    color: #ddd;
    /* Default empty star color */
}

.star-rating .filled-stars {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #ffc107;
    /* Filled star color */
}

.share-link:hover .dropdown-menu {
    display: block;
}

.share-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
}

.facebook {
    background-color: #1877F2;
}

.whatsapp {
    background-color: #25D366;
}

.pinterest {
    background-color: #E60023;
}

.copy {
    background-color: #6C757D;
}

.email {
    background-color: #D44638;
}

.hotukdeals {
    background-color: #FF6900;
}

.share-link .dropdown-menu li a:hover .share-icon {
    filter: brightness(1.2);
}

.cursor-pointer {
    cursor: pointer;
}

.opt-box .active {
    background-color: #FFFAFA !important;
    border-color: #ED1F24 !important;
    border-width: 2px !important;
    color: #000 !important;
}

.opt-box-text {
    color: #D5D5D5;
}

.line-text {
    display: flex;
    align-items: center;
    text-align: center;
    color: #000;
}

.line-text::before,
.line-text::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 10px;
}

.spec-box {
    width: 40px;
    height: 40px;
    background-color: #E5E5E5;
}

.flip-vertical {
    transform: rotate(270deg);
}

.line-hr-right {
    display: flex;
    align-items: center;
}

.line-hr-right::after {
    content: "";
    flex: 1;
    border-top: 2px solid #e5e5e5;
    margin-left: 16px;
    margin-top: 7px;
}

@media (min-width: 991.98px) {
    .sticky-pro-left {
        position: sticky;
        top: 21%;
        z-index: 999;
    }
}

@media (max-width: 991.98px) {
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 20px !important;
    }
}

@media (min-width: 991.98px) {
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 28px !important;
    }
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide,
.myModalSwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper .swiper-slide-thumb-active,
.myModalSwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #00000030 !important;
}

.list-style-none {
    list-style: none;
}

.bg-light-2 {
    background-color: #F4F4F4;
}

.bg-success-light {
    background-color: #DAF0E3;
}

.w-60 {
    width: 60%;
}

.top-search-box {
    position: absolute;
    top: 45px;
}

.search-br-top ul li {
    list-style: none;
}

.search-br-top ul li a {
    text-decoration: none;
    color: #000;
}

.pro-list:hover:hover {
    background-color: #f4f4f4;
    border-radius: 50px;
}

@media only screen and (max-width:767px) {
    /* .top-search-box {
    left: -21px; */
}

.bg-light-2 {
    background-color: #eefbff;
}

@keyframes rotateOnce {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.rotate-on-hover:hover {
    animation: rotateOnce 1s ease-in-out;
}

.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-3px);
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); */
}


/* Mega Menu Styles */

.dropdown-mega {
    position: relative;
}

.mega-menu {
    position: absolute;
    top: 76%;
    left: 0;
    max-width: 1000px;
    width: 1000px;
    background: #fff;
    color: #000;
    display: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s ease;
    z-index: 1000;
    /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); */
}

.mega-menu-content {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}


/* Show on hover (desktop) */

.dropdown-mega:hover .mega-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}


/* Basic link styling */

.mega-menu a {
    text-decoration: none;
    color: #000;
    transition: color 0.2s ease;
}

.mega-menu a:hover {
    color: #007bff;
}

.support-dropdown .dropdown-content-signle ul li a:hover {
    color: #007bff !important;
}

.fade-dropdown {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.4s ease;
}

.show&gt;.fade-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-support {
    position: relative;
}

.support-dropdown {
    position: absolute;
    top: 68%;
    left: 0;
    min-width: 200px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}

.dropdown-content-signle {
    transform: translateY(10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.dropdown-support:hover .support-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.custom-heading {
    font-size: 1rem !important;
}</pre></body></html>