﻿body {
    font-family: "Poppins", sans-serif;

}

header {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px 0px;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 999;

}

img.website-logo {
    width: 110px;
}

.bg-gradient {
    background-image: var(--bs-gradient) !important;
}

.bg-success {
    background-color: #198754 !important;
}


.mainmenu ul {
    margin-bottom: 0;
    padding-left: 80px;
}

.mainmenu ul li a {
    text-decoration: none;
 color: #000;
    font-weight: 400;
    font-size: 15px;
}

.mainmenu ul li {
    display: inline-flex;
    margin-right: 10px;
    position: relative;
}

.submenu-home-header {
    position: absolute;
    left: 0;
    top: 12px;
    width: 200px;
    padding-top: 40px;
    display: none;
    z-index: 999;
}


.fitler-sub-heading {
    background-color: transparent !important;
    box-shadow: none !important;

}

.best-seller-img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.best-seller-img:hover {
    transform: scale(1.05);

}

.mainmenu ul li:hover .submenu-home-header {
    display: block;
}

.submenu-home-header ul {
    background: #fff;
    padding-left: 0;
    box-shadow: 0 0 6px #cbcbcb;
    padding: 15px;
    border-radius: 10px;
    padding-bottom: 0;
}

.submenu-home-header li {
    display: block;
    margin-right: 0;
    margin-bottom: 13px;
    width: 100%;
}

.header-account-icon {
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-account-icon i {
    font-size: 20px;
}

.cart-count {
    position: absolute;
    top: -6px;
    right: -10px;
    border-radius: 50%;
    background: red;
    font-size: 12px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
}

.left-0 {
    left: 0px !important;
}

.star {
    background-color: #f16034;
    padding: 10px 0px;
}

.start-data {
    color: #fff;
}

.about {
    padding: 20px 60px;
}

/* .about-info p {
    line-height: 35px;
} */
.text-success {
    color:#f16034 !important;
}
.Categories {
    background-color: #2168ab;
}

.Categories-box {
    width: 180px;
}

.Categories-img {
    border-radius: 40px;
    height: 140px;
}

.Categories-img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.img-title {
    color: #fff;
    font-weight: 600;
    padding: 10px 0px;
}

.about-btn {
    background-color: #f16034;
    border-style: none;
    color: #fff;
}

.about-btn:hover {
    color: #ffff !important;
}

.navs-product-Categories .nav-product {
    color: #999;
    font-weight: 600;
    font-size: 26px;
    /* line-height: 43.2px; */
    border: none;
    background: none;
    padding: 10px 15px;
    /* margin: 20px 10px; */
    position: relative;
}

.nav-pills .nav-link {
    position: relative;
    transition: color 0.3s ease;
}

.navs-product-Categories .nav-product::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: currentColor;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.navs-product-Categories .nav-product:hover {
    color: #f16034;
}

.navs-product-Categories .nav-product:hover::after {
    width: 100%;
}



.Ingredients img {
    border: 1px solid #f16034;
}

.navs-product-Categories .nav-product.active {
    color: #f27c1e !important;
    font-weight: 700;
    background-color: transparent !important;
}

.navs-product-Categories {
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.navs-product-Categories .nav-product .active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #f27c1e;
    border-radius: 2px;
}

.navs-product-Categories {
    border-bottom: 1px solid transparent !important;
}

.product-info {
    margin-top: 80px;

}

.home-prods {
    border-radius: 20px;
    padding: 10px;
    width: 225px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    background-color: #fff;
    border: 1px solid #f16034;
}

.badge {
    z-index: 99;
    margin-right: 53px;
}

.home-prods img {
    transform: scale(1);
    transition: 0.4s ease-in-out;
    object-fit: contain;
}

.heading-1 {
    font-size: 2rem;
    border-left: 5px solid #f16034;
    padding-left: 15px;
    color: #f16034;
    font-size: 32px;
    margin-bottom: 25px;

}

.text-primary {
    color: #f16034 !important;
}

.Renatus-Wellness {
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
}

.co-image {
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.prod-title {

    margin-top: -115px;
    padding-top: 80px;
    border-radius: 20px;
    z-index: 1;
    position: relative;
    background-color: #F3F3F3;
    height: 300px;
}

.about-info-section p {
    text-align: justify;
}

.product-box {
    position: relative;
    z-index: 2;
}

.fw-semibold {
    font-weight: 600;
}

.health {
    background-color: #EAFFE9;
    padding: 50px 0px;
}

.award-title2 {
    font-size: 44px;
}

.award-title1 {
    font-size: 24px;
}

.award-section {
    background: linear-gradient(to bottom, #1b1b1b, #000);
    color: white;

}

.award-logo {
    max-width: 180px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom-left-radius: 20px 20px;
    border-bottom-right-radius: 20px 20px;
    padding: 20px;



}

.award-title {
    top: 100px;
    text-align: center;
}

.award-image {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.award-card img {
    width: 100%;
    height: auto;
}

/* =====testimonial styles====== */

.testimonial-card {
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    background-color: #fff;
}

.testimonial-img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 1rem;
}

.quote-icon {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 4.5rem;
    color: #2ecc71;
}

.testimonial {
    background-color: #F7FFF6;
}

.Mission-Vision {
    background-color: #F7FFF6;
    padding: 50px 10px;

}

.customers {
    padding: 150px 0px !important;

}

.subherder {
    position: relative;
}

.headertitle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 2rem 1rem;
}

.breadcrumb a {
    color: #fff;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.circles-1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    max-width: 25%;
    z-index: 0;
}

.circles-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    max-width: 25%;
    z-index: 0;
}

/* =====next and previous buttons======== */

/* =====footer styles====== */
.footer li a {
    color: #000 !important;
    text-decoration: none !important
}

.footer-line {
    border: 1px solid #f16034;
}

.Support a {
    color: #000 !important;
    text-decoration: none !important;

}

a {
    text-decoration: none !important;
}

.email .form-control {
    border: 1px solid #f16034 !important;
}

.email .form-control:hover {
    border: 1px solid #f16034 !important;
}

.form-control:focus {

    box-shadow: 0 0 0 .25rem transparent !important;
}

.btn-warning {
    background-color: #f16034 !important;
}

.Support ul li a {
    line-height: 30px;
    font-size: 13px;
}
.soical-media ul {
    padding-left: 0;
}
.soical-media ul li i {
   font-size:20px;
}
.apps img {
    width: 100px;
}
.downloads h5 {
    font-size: 15px;
}
.soical-icons h6 {
    font-size: 15px;
}
.footer-facebook {
    color: #1877F2;
}

.footer-instagram {
    color: #FD1D1D;
}

.footer-youtube {
    color: #ff0033;
}

.footer-linkedin {
    color: #0077B5;
}

.soical-media ul li {
    list-style: none;
}

.contact-card {
    max-width: 500px;
    margin: auto;
    padding: 20px;
}

.contact-icon {
    font-size: 1.5rem;
    margin-right: 10px;
}

.contact-info {
    font-weight: 600;
    font-size: 15px;
}
.apps img {
    width: 100px;
}
.email {
    font-weight: 600;
    font-size: 15px;
}
.footerarea h5 {
    font-size: 15px;
}
.sidebar-filter {
    background-color: var(--white);
    transition: transform 0.3s ease-in-out;
}

.canvas-body {
    background-color: var(--white);
    /* padding: 15px 20px; */
    overscroll-behavior-y: contain;
    overflow-y: auto;
}

.widget-facet:not(:last-child) {
    border-bottom: 1px solid var(--line);

}

.widget-facet .facet-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    cursor: pointer;
    color: var(--dark);
    font-size: 20px;
    line-height: 30px
}

.canvas-filter .widget-facet .collapse-body {
    padding-top: 20px;
}

.widget-facet .cate-item {
    margin-bottom: 12px;
}

.btn-filter {
    background-color: #ffffff;
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border: none;
    color: #000000;
    z-index: 1;
}

.person {
    display: flex;
    align-items: center;
    justify-content: center;
}

.person-img {
    width: 120px;
    height: 120px;
    border-radius: 50em;
}

.signup-type {
    position: relative;
}

.signup-type-hover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(3deg, #0000003d, transparent);
}

.signup-type:hover h2 {
    position: absolute;
    bottom: calc(50% - 15px);
    width: 80%;
    left: 10%;
    border: 3px solid #f16034;
}

.signup-type-hover h2 {
    background-color: #f16034;
    margin-bottom: 0;
    width: 100%;
    font-size: 21px;
    padding: 8px 9px;
    text-align: center;
    color: #fff;
    transition-duration: 0.5s;
    position: absolute;
    bottom: 0%;
    cursor: pointer;
}

.location-map {
    margin-bottom: 35px;
}

.location-map i {
    background: #ee451b;
    color: #fff;
    padding: 20px;
    font-size: 25px;
    border-radius: 50%;

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.address-box.shadow.p-4 {
    height: 350px;
    max-height: 350px !important;
}

.btn-primary {
    background-color: #f16034;
    border-style: none !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #f16034;
    border-color: #f16034;
}

.gallery-img {
    transition: transform 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.gallery-img:hover {
    transform: scale(1.05);
}

.filter-btns .btn {
    margin: 5px;
}

.modal-img {
    width: 100%;
    border-radius: 10px;
}

/* Product details style added by ashok */
ul.user-rating {
    list-style: none;
    padding-left: 0;
    display: flex;
    color: #f16034;
}

.product-info-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    font-weight: 500;
    margin-bottom: 12px;
}

.product-info-price .price-new {
    color: #f16034;
}

.product-info-price .price-old {
    color: rgb(23 22 22 / 60%);
    /* text-decoration: line-through; */
}

.badge-sale {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    background-color: #f16034;
    border-radius: 22px;
    padding: 5px 10px;
    color: #fff;
}

.display-sm {
    font-size: 30px;
    line-height: 38px;
}

.animate-btn {
    width: 20%;
    padding: 5px;
    text-align: center;
    border-radius: 40px;
}

.product-images {
    position: sticky;
    top: 0;
}

.flat-title {
    margin-bottom: 48px;
    text-rendering: optimizeLegibility;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}

.left-side-filters {
    background: #fff;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 9;
    max-width: 300px;
}

.left-side-filters .accordion-item {
    background: #0000 !important
}

.products-area {
    background-color: #44659036;
    padding-bottom: 25px;
    /* border-radius: 15px;
    margin-top: 10px;
    margin-right: 10px; */
}


/* ====gallery styles====== */


.nav-tabs .nav-link {
    font-weight: 600;
    border: none;
    border-bottom: 3px solid transparent;
}

.nav-tabs .nav-link.active {
    color: #f16034 !important;
    border-bottom: 3px solid #f16034;
}

.nav-tabs .nav-link {
 color: #000 !important;
}
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer;
}

.gallery-item img {
    transition: transform 0.4s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    text-align: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.gallery-item:hover .gallery-content {
    opacity: 1;
}

iframe {
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease;
}

iframe:hover {
    transform: scale(1.02);
}

/* Checkout page css Starts here */
.step-num {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 2px solid #dfdada;
    left: -44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #4caf50;
    color: #fff;
}

.conf_left {
    background: transparent linear-gradient( 54deg, #97291E 0%, #E77827 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    padding: 30px;
    border-radius: 10px 0 0 10px;
}
.successpopup_btn a {
    border: 1px solid #053C6D;
    color: #053C6D;
    padding: 6px 16px;
    margin-right: 12px;
    border-radius: 4px;
    text-decoration: none;
}

    .successpopup_btn a:last-child {
        border-color: #E77827;
        background: #E77827;
        color: #fff;
    }

ul.checkout-ul li::before {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    left: -31px;
    background: #dfdada;
}

ul.checkout-ul li:last-child::before {
    display: none
}

ul.checkout-ul {
    margin-left: 10px;
}

    ul.checkout-ul li {
        position: relative;
        list-style-type: none;
    }
.address{
    cursor:pointer;
}
.address p {
    margin-bottom: 0;
}

.check-icon {
    position: absolute;
    right: 0;
    top: 0;
    display:none;
}
.address h3 {
    font-size: 18px;
}
.address.selected .check-icon {
    display:block;
}
.offerDesclimer p {
    font-size: 10px;
    font-weight: normal;
    color: #898585;
}
ol.offerol li {
    font-size: 10px;
    font-weight: normal;
    color: #898585;
    list-style-type: unset !important;
    position: revert-layer;
}
    ol.offerol li::before {
        content: "";
        width: 2px;
        height: 100%;
        position: absolute;
        left: -31px;
        background: #0000;
    }
    .btn-gdvpl {
    background: #4caf50;
    padding-left: 25px !important;
    padding-right: 25px !important;
    color: #fff;
    cursor: pointer;
}
.btn-gdvpl:hover {
    background: #f08933;
    padding-left: 25px !important;
    padding-right: 25px !important;
    color: #fff;
}
.mrpcost {
    font-size: 16px;
}

/*new Css*/



/* ─── ACCOUNT PANEL ─── */
.ac-wrap {
    position: relative
}

.acc-panel {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 220px;
    background: #fff;
    border: 1px solid #e8f0eb;
    border-top: 3px solid #27ae60;
    border-radius: 14PX;
    box-shadow: 0 10px 50px rgba(39, 174, 96, .18);
    z-index: 400;
    overflow: hidden;
    animation: drop .18s ease;
}

    .acc-panel.open {
        display: block
    }

.acc-head {
    background: #edfaf3;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #d4f0e2;
}

.acc-av {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, #27ae60, #1abc9c);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.acc-name {
    font-size: 13px;
    font-weight: 600;
    color: #0f2137;
    display: block;
}

.acc-email {
    font-size: 10px;
    color: #6b7280;
}

.acc-panel ul {
    list-style: none;
    padding: 4px 0
}

    .acc-panel ul li a {
        display: flex;
        align-items: center;
        gap: 9px;
        padding: 10px 14px;
        font-size: 13px;
        color: #374151;
        border-bottom: 1px solid #e8f0eb;
        transition: .14s;
    }

    .acc-panel ul li:last-child a {
        border-bottom: none
    }

    .acc-panel ul li a:hover {
        color: #27ae60;
        background: #edfaf3;
    }

    .acc-panel ul li.ac-logout a {
        color: #e74c3c
    }

/* ─── MINI CART ─── */
.mc-wrap {
    position: relative
}
.mc-panel {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 330px;
    background: #fff;
    border: 1px solid #e8f0eb;
    border-top: 3px solid #27ae60;
    border-radius:11px;
    box-shadow: 0 10px 50px rgba(39, 174, 96, .18);
    z-index: 400;
    animation: drop .18s ease;
}
    .mc-panel.open {
        display: block
    }

.mc-hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 16px;
    border-bottom: 1px solid #e8f0eb;
}

    .mc-hd h6 {
        font-size: 14px;
        font-weight: 700;
        color: #0f2137;
    }

    .mc-hd span {
        font-size: 11px;
        color: #6b7280;
    }

.mc-body {
    max-height: 260px;
    overflow-y: auto
}

.mc-item {
    display: flex;
    gap: 12px;
    padding: 12px 16px;
    border-bottom: 1px solid #e8f0eb;
    align-items: center;
    transition: .2s;
}

.mc-thumb {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #edfaf3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.mc-info {
    flex: 1
}

.mc-pname {
    font-size: 12px;
    font-weight: 600;
    color: #0f2137;
    margin-bottom: 2px;
}

.mc-meta {
    font-size: 11px;
    color: #6b7280;
}

.mc-price {
    font-size: 13px;
    font-weight: 700;
    color: #27ae60;
}

.mc-rm {
    background: none;
    border: none;
    color: #6b7280;
    cursor: pointer;
    font-size: 16px;
    transition: .14s;
    padding: 2px;
}

    .mc-rm:hover {
        color: #e74c3c
    }

.mc-ft {
    padding: 14px 16px;
    border-top: 1px solid #e8f0eb;
}

.mc-tot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px
}
    .mc-tot span {
        font-size: 12px;
        color: #6b7280;
    }

    .mc-tot strong {
        font-size: 18px;
        font-weight: 700;
        color: #0f2137;
    }

.mc-btns {
    display: flex;
    gap: 8px
}

    .mc-btns a {
        flex: 1;
        text-align: center;
        padding: 9px;
        border-radius: 9px;
        font-size: 12px;
        font-weight: 600;
        transition: .15s
    }

.mc-view {
    border: 1.5px solid #e8f0eb;
    color: #374151;
}

    .mc-view:hover {
        border-color: #27ae60;
        color: #27ae60;
    }

.mc-ck {
    background: linear-gradient(135deg, #27ae60, #1abc9c);
    color: #fff;
}

    .mc-ck:hover {
        opacity: .9
    }

.ic-btn {
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #374151;
    transition: .15s;
}
    .ic-btn:hover {
        background: #edfaf3;
        color: #27ae60;
    }
.cart-dot {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #f59e0b;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*new styles added by ashok*/

/* owlCarousel styles starts here */
#carousel.owl-carousel {
    border-radius: 15px;
    overflow: hidden;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

    .owl-nav button.owl-prev {
        left: 0;
    }

    .owl-nav button.owl-next {
        right: 0;
    }

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

    .owl-dots button.owl-dot {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        display: inline-block;
        background: #ccc;
        margin: 0 3px;
    }

        .owl-dots button.owl-dot.active {
            background-color: #000;
        }

        .owl-dots button.owl-dot:focus {
            outline: none;
        }

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

    .owl-nav button span {
        font-size: 70px;
        position: relative;
        top: -5px;
    }

    .owl-nav button:focus {
        outline: none;
    }

.owl-slider {
    position: relative;
}

.owl-controls.clickable {
    top: 50%;
}

.owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 0;
    top: 45%;
    width: 35px;
    height: 35px;
    background: #ffffff;
    border: 1px #0e9949 solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: 0;
    top: 45%;
    width: 35px;
    height: 35px;
    background: #ffffff;
    border: 1px #0e9949 solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/* owlCarousel styles end here */
.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 45%;
    width: 35px;
    height: 35px;
    background: #ffffff;
    border: 1px #f08b37 solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 45%;
    width: 35px;
    height: 35px;
    background: #ffffff;
    border: 1px #f08b37 solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.owl-carousel .owl-nav i {
    color: #085203;
}
/*img.catimages-icons{
    width:130px !important;
}*/
.product-box img {
    width: 170px !important;
}
footer P {
    font-size: 13px;
}
footer small {
    font-size: 13px;
}