:root {
    --theme-color-light: #feedf7;
    --theme-color-light-2: #f4f2ff;
}

body {
    -webkit-touch-callout: none;
    overscroll-behavior: none;
    min-height: 100vh;
    min-height: -webkit-fill-available;
}
button, a {
    touch-action: manipulation;
}
.ocation-category .category-info .icon {
    flex: 0 0 90px;
    overflow: hidden;
    border: 2px solid var(--theme-color);
}
.ocation-category .category-info .icon img {
    width: 50px;
    filter: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.add-to-cart {
    cursor: pointer;
}
.ocation-category .category-info .content h4 {
    word-break: break-all;
}
.feature-icon {
    background: var(--theme-color2);
}
.shop-cart-coupon .theme-btn{
    white-space: nowrap;
}
.about-list ul {
  /* Fallback for older Safari */
  margin: -10px; /* Negative margin to compensate for item padding */
  /* gap: 20px; */
}
.about-list ul > * {
  margin: 10px; /* Replace gap with margins */
}
.about-list ul li {
    margin: -5px; /* Negative margin to compensate for item padding */
}
.about-list ul li > * {
  margin: 5px; /* Replace gap with margins */
}
.product-cart-btn{
    text-align: center;
    display: flex;
    white-space: nowrap;
    flex-basis: 42px;
    justify-content: center;
    align-items: center;
}
.c-btn-mail,
.c-btn-phone,
.c-btn-whatsapp {
    position: fixed;
    cursor: pointer;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: #00b833;
    z-index: 300;
    right: 30px;
    border-radius: 50%;
}

.c-btn-phone {
    display: block;
    bottom: 125px;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-btn-mail,
.c-btn-phone,
.c-btn-whatsapp,
.c-social-links ul {
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 3px;
}

.c-btn-mail::before,
.c-btn-phone::before,
.c-btn-whatsapp::before {
    background: rgba(0, 184, 51, 0.6);
    width: 55px;
    height: 55px;
    left: -5px;
    top: -5px;
}

.c-btn-phone::after,
.c-btn-phone::before {
    transition: 0.2s linear;
    position: absolute;
    display: block;
    content: "";
    border-radius: 50%;
    z-index: -1;
    animation: 1.5s infinite phonePulse;
}

@keyframes phonePulse {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes phonePulse {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

.c-btn-whatsapp {
    display: block;
    bottom: 185px;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-btn-whatsapp::after,
.c-btn-whatsapp::before {
    transition: 0.2s linear;
    position: absolute;
    display: block;
    content: "";
    border-radius: 50%;
    z-index: -1;
    animation: 1.5s infinite whatsAppPulse;
}

@keyframes whatsAppPulse {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes whatsAppPulse {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

.c-btn-mail {
    display: block;
    bottom: 245px;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-btn-mail::after,
.c-btn-mail::before {
    transition: 0.2s linear;
    position: absolute;
    display: block;
    content: "";
    border-radius: 50%;
    z-index: -1;
    animation: 1.5s infinite mailPulse;
}

@keyframes mailPulse {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes mailPulse {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

.btn-callus {
    padding: 10px 18px !important;
    font-size: 17px !important;
    font-weight: 600 !important;
}

@media (max-width: 1400px) {
    .btn-callus,
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 15px !important;
    }

    .btn-callus {
        margin-left: 10px;
    }
}

.c-btn-mail,
.c-btn-mail::before {
    background: var(--theme-color);
}

.c-btn-phone,
.c-btn-phone::before {
    background: var(--theme-color2);
}

@media (max-width: 991px) {
    .btn-callus {
        margin-left: auto;
        margin-right: 20px;
        font-size: 14px !important;
    }
}

.bottom-bar-wrap {
    background: var(--theme-color2);
    box-shadow: var(--box-shadow2);
    /*animation: slide-down 0.7s;*/
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    display: none;
}
.bottom-bar-wrap .mobile-menu-btn {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
}
.bottom-bar-wrap .mobile-menu-btn .nav-right-link span {
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: var(--color-white);
    background: var(--theme-color);
    border-radius: 50px;
    font-size: 12px;
    right: -10px;
    top: -5px;
}
.bottom-bar-wrap .nav-right-link {
    background: transparent;
    border: none;
    font-size: 20px;
    color: var(--theme-color-light);
    text-align: center;
    padding: 0;
    position: relative;
}
.bottom-bar-wrap .nav-right-link.active {
    color: var(--color-white);
}
.bottom-bar-wrap .nav-right-link::after {
    content: "";
    width: 45px;
    height: 45px;
    position: absolute;
    background-color: var(--theme-color);
    border-radius: 100%;
    left: -12px;
    z-index: -1;
    top: -6px;
    display: none;
}
.bottom-bar-wrap .nav-right-link.active::after {
    display: block;
}
.mobonly {
    display: none;
}
.destop {
    display: block;
}
.footer-social span {
    color: var(--color-dark);
}
.footer-social a {
    background: var(--theme-color);
    color: var(--color-white);
}
.shop-shipping-method {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 0px;
    padding-top: 25px;
    border-top: none;
    border-bottom: 1px solid var(--border-info-color);
}
.theme-btn-outline {
    background: var(--color-white);
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
}
.shop-single-gallery .flex-viewport img {
    padding: 0;
    width: 100%;
}
.shop-single-gallery .flex-viewport a {
    width: 100%;
}
.product-img {
    padding: 0;
    overflow: hidden;
    margin-bottom: 8px;
}
.product-img > a {
    display: block;
}
.product-img img {
    width: 100%;
}
.testimonial-author-img img {
    object-fit: cover;
}
@media (max-width: 797px) {
    .bottom-bar-wrap {
        display: block;
        z-index: 1;
    }
    .header-top .header-top-left {
        display: none;
    }
    .ocation-category .category-info .content p {
        display: none;
    }
    .ocation-category .category-info .icon {
        flex: 0 0 80px;
    }
    .ocation-category .category-info .content h4 {
        font-size: 15px;
    }
    .ocation-category .category-info {
        min-height: 145px;
    }
    #scroll-top.active {
        bottom: 60px;
        display: none;
    }
    .navbar-brand img {
        /*width: 190px;*/
        width: 90px;
    }
    .hs-1 .hero-banner {
        display: none;
    }
    .hs-1 .hero-single {
        padding: 60px 20px;
    }
    .hero-single .hero-content .hero-title {
        font-size: 36px;
    }
    .hero-single .hero-content .hero-sub-title {
        font-size: 18px;
    }
    #scroll-top,
    .c-btn-mail,
    .c-btn-phone,
    .c-btn-whatsapp {
        right: 12px;
    }
    .funfact-product {
        padding: 20px;
    }
    html,
    body {
        overflow-x: hidden;
    }
    .c-btn-mail,
    .c-btn-phone,
    .c-btn-whatsapp {
        z-index: 1;
    }
    .destop {
        display: none;
    }
    .mobonly {
        display: block;
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
}

.single-product-details,
.single-product-details img {
    width: 100%;
    max-width: 100%;
}

.owl-carousel .owl-stage {
    display: flex;
}
.testimonial-item {
    height: 100%;
}

.empty-area {
    max-width: 500px;
    margin: 20px auto;
    text-align: center;
}
.img-empt {
    max-width: 100%;
    width: 280px;
    height: 200px;
    margin: 0 auto;
    display: block;
}

@media (max-width: 991px) {
    .copyright {
        padding-bottom: 50px;
    }
}

.overlay-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}

@media (max-width: 567px) {
    .header-top-list a {
        background: var(--theme-color);
        padding: 5px 10px;
        border-radius: 5px;
        color: #fff !important;
    }
    .header-top-list li i{
        color: #fff !important;
    }
}


@media(max-width:991px){
    .sidebar-list{
        display: flex;
        flex-direction: row;
        width: 100%;
        overflow: auto;
        white-space: normal;
        gap: 10px;
    }
    .user-area .sidebar-list li a{
        white-space: nowrap;
    }
    .user-area .sidebar-list li a span{
        float: none !important;
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}


.empty-area h2 {
    font-size: 24px;
}