body {
    font-family: 'Roboto', sans-serif;
}

.dropdown-menu {
    transition: all .3s ease-in;
}

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

.slider-img-div {
    height: 540px;
}

.footer {
    color: #444444;
}

.footer-header {
    font-size: 16px;
    font-weight: bold;
}

.payment-image-border {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    text-align: center;
}

.container {
    max-width: 1200px;
}

.payment-image-border img {
    height: 36px;
}


.divider-fullwidth {
    background: #e8ecf2;
    padding: 3px 0px;
}



.left-checkout-top {
    background-color: #e9ebe8;
    border-radius: 10px 10px 0px 0px;
}

.left-checkout-bottom {
    background-color: #e9ebe8;
    border-radius: 0px 0px 10px 10px;
    padding: 0px 8px;
}

.make-payment-button :hover {
    color: white;
}
.make-payment-button {
    border-radius: 30px;
    background-color: #0083c2;
    padding: 6px 40px;
    color: white;
    border: 1px solid #0083c2;
    font-size: 20px;
}

.left-checkout-bottom {
    .list-group {
        --fc-list-group-disabled-bg: #e9ebe8;
        --fc-list-group-border-color: #e9ebe8;
        --fc-list-group-bg: #e9ebe8;
    }

    .list-group-flush {
        border-radius: 0px 0px 10px 10px;
    }


    .list-group-item {
        background-color: #e9ebe8;
        border: none;
    }
}

.cart-checkout {
    max-height: 280px;
    height: 280px;
    overflow-y: auto;
    padding: 0px 5px;
}

.cart-sidebar-checkout {
    max-height: none;
    height: auto;
    overflow-y: auto;
    padding: 0px 5px;
}

.cart-checkout {
    .row {
        margin: 0px;
    }

    .list-group-item {
        padding: 0px 5px;
    }
}

.cart-checkout h6 {
    font-size: 15px;
}

.cart-checkout::-webkit-scrollbar {
    width: 8px;
    /* width of the entire scrollbar */
}

.sc-beyTiQ {
    width: 100%;
}

.cart-checkout::-webkit-scrollbar-track {
    background: #b5b5b5;
    /* color of the tracking area */
    border-radius: 20px;
}

.cart-checkout::-webkit-scrollbar-thumb {
    background-color: #747474;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 1px solid #b5b5b5;
    /* creates padding around scroll thumb */
}

.footer-contact {
    background-color: #eff3f5;
    padding: 10px 0px;
    color: #4c4c4c;
}

.blue-text {
    color: #517f98;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f24 {
    font-size: 24px;
}

.terms-service-payment {
    font-size: 12px;
    margin-top: 8px;
}

.terms-of-use {
    font-size: 12px;
    color: #69bf51;
}

.phone-font {
    font-size: 26px;
}

.text-20 {
    font-size: 20px;
}

.list-group-padding {
    padding: 0.5rem;
}

.black-header {
    font-weight: 600;
    color: #253741;
}

.coupon-apply:hover {
    text-decoration: underline;
}

.checkout-cart-box {
    padding: 1.25rem 1.5rem;
    background-color: #f6f6f6;
}

.certificate-name {
    font-size: 18px;
    font-weight: bold;
}

.sky-blue-button {
    background-color: #1599bd;
    color: white;
    font-size: 20px;
    font-weight: 500;
    padding: 5px 20px;
    border-radius: 5px;
    text-transform: uppercase;
}

.text-sky-blue {
    color: #1599bd;
}

.nounderline {
    text-decoration: none !important
}

.button-margin {
    margin: 50px 0px;
}

.certificate-title-mergin {
    margin: 30px 0px;
}

.certificate-title {
    font-family: 'Rubik', sans-serif;
    font-size: 40px;
    font-weight: 300;
}

.day-title {
    font-family: 'Rubik', sans-serif;
    font-size: 40px;
    font-weight: 300;
    color: #1699be;
}

.month-title {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #0000;
}

.blog-title {
    font-size: 18px;
    font-weight: bold;
}

.blog-text {
    font-size: 14px;
    color: #444444;
}

.read-more {
    font-size: 14px;
    color: #1699be;
}

.blog-writer {
    font-size: 14px;
    color: #e6156c;
}

.certificate-tag {
    font-size: 18px;
}

.healthy-tips-section {
    background-color: #e7eee5;
}

.title {
    font-family: 'Rubik', sans-serif;
    font-size: 42px;
    font-weight: 300;
}

.subtitle {
    font-size: 24px;
}

.text {
    font-size: 16px;
    color: #444444;
}

.category-section-text {
    color: white;
    font-family: 'Rubik', sans-serif;
    font-size: 40px;
    font-weight: 300;
}

.category-each-section a {
    text-decoration: none;
    color: #444444;
}

.category-each-section-name {
    font-size: 20px;
    text-transform: uppercase;
}

.category-each-section:hover .category-image-size {
    transform: scale(1.1);

}

.home-category-tab {

    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        background-color: #63c741;
    }

    .nav-pills .nav-link {
        border-radius: 30px;
    }

    .nav-item:is(:last-child) {
        .nav-link {
            padding: 15px 25px !important;
        }
    }

    .nav-link {
        color: #444444;
        /* font-weight: bold; */
        font-size: 18px;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.title-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.title-bottom-padding {
    padding-bottom: 30px;
}

.title-top-padding {
    padding-top: 30px;
}

.category-title-home {
    font-family: 'Rubik', sans-serif;
    font-size: 40px;
    font-weight: 300;
}


.cart-box {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 1000;
    background: #1699be;
    border: 0px solid #1699be;
    border-radius: 6px 0 0 6px;
    cursor: pointer;
    border-right: none;
    box-shadow: 0 0 16px -1px rgb(0 0 0 / 35%);
}

.cart-items {
    background-color: #64c742;
    padding: 5px 10px;
    color: #fff;
    font-weight: 700;
    border-radius: 6px 0 0 0;
    font-size: 13px;
}

.cart-bag {
    margin: 5px 0;
}

.cart-amount {
    background-color: #eaeaea;
    color: #777;
    border-radius: 0 0 0 6px;
    padding: 5px 10px;
    font-weight: 700;
    font-size: 13px;
}

.show-div {
    display: none;
}

.hover-div:hover .show-div {
    display: block;
}

.header-search {
    width: 281px;
    border-radius: 25px;
    background-color: #ededed;
    padding-right: 30px;
}


.bi-star-fill {
    color: #8d9aa6 !important;
}

.bi-star-fill.active {
    color: #f18e00 !important;
}

.product-rating {
    color: #444444;
    font-size: 18px;
    font-weight: bold;
}

.product-rating-given {
    color: #1699be;
    font-size: 14px;
    font-weight: 400;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #007b9e;
}

.nav-link{
    color: #007b9e;
}

#category-filter-close{
    display: none;
}

.about-us-title {
    font-size: 22px;
    color: #1699be;
    font-weight: 400;
    line-height: 1.1;
    text-align: right;
}

.about-us-sub-title {
    font-size: 22px;
    color: #444444;
    font-weight: 300;
    line-height: 25px;
}

.category-image-size {
    height: 184px;
    width: 150px;
    transition: transform 0.2s;
}

.ps-search--result {
    width: 600px;
}

.header-search:focus {
    box-shadow: none;
}

.header-search-icon {
    position: absolute;
    right: 10px;
    top: 8px;
}

.list-inline-item:not(:last-child) {
    margin-right: 1rem;
}

.nav-item:is(:last-child) {
    .nav-link {
        padding-right: 0rem !important;
    }
}

.call-us {
    color: #444444;
    font-size: 14px;
    font-weight: 500;
}

/* .hero-slider {
    height: 590px;
} */

.splide__pagination__page.is-active {
    background-color: #1a9bbf !important;
}

.splide__pagination__page {
    background-color: #bfbfbf !important;
}

.hero-slider-information {
    width: 30%;
    margin-left: 14%;
    height: 100%;
    position: absolute;
    justify-content: center
}


.green-text {
    color: #228600;
}

.hero-slider-title {
    font-size: 60px;
    font-weight: 300;
}


.hero-slider-slogan {
    font-size: 24px;
}

.hero-slider-text {
    font-size: 18px;
}

/* .blog-class-arrows {

} */

.blog-class-arrow svg {
    fill: white !important;
}

.blog-class-arrow {
    border-radius: 5px !important;
}

.blog-class-prev {
    background-color: #63c741 !important;
    left: -45px !important;
}

.blog-class-next {
    background-color: #63c741 !important;
    right: -45px !important;
}

.about-us-text {
    font-size: 16px;
    color: #444444;
}

.customer-review-count {
    font-size: 20px;
    font-weight: bold;
    color: #444444;
}

.count-reviews {
    font-size: 24px;
    color: #007b9e;
}

.product-title {
    font-size: 24px;
    color: #444444;
    font-weight: 400;
}

.product-category {
    font-size: 14px;
    color: #1699be;
    font-weight: 400;
}

.product-price {
    color: #ff0000;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}

.btn-sm {
    color: #5d5d5d;
    padding: 0px 4px;
    font-size: 18px;
    font-weight: bold;
}

.quantity-field {
    width: 45px;
    text-align: center !important;
    border-radius: 5px !important;
    border: 1px solid #5d5d5d;
    color: #5d5d5d;
    font-size: 16px;
}

.btn-cart {
    background-color: #007b9e;
    color: white;
    padding: 0px 20px;
    border-radius: 20px !important;
}

.btn-cart:hover {
    color: white !important;
}

.product-details {
    color: #222222;
    font-size: 15px;
    font-weight: 400;
}

.product-details h2 {
    font-size: 18px;
    color: #64c742;
}

.product-details h3 {
    font-size: 16px;
}

.product-details a{
    text-decoration: none;
    color: #222222;
}

.see-more-btn{
    text-decoration: underline;
    color: #007b9e;
}

.btn-buy {
    color: #007b9e;
    background-color: white;
    padding: 0px 20px;
    border-radius: 20px !important;
    border: 1px solid #007b9e;
}
.category-description{
    padding: 20px 30px;
    background: #eff3f6;
    margin: 20px 10px 0 10px;
    font-size: 15px;
}
.category-description h1{
    font-size: 20px;
    color: #007b9e;
}
.category-description h2{
    font-size: 18px;
    margin-top: 25px;
    color: #64c742;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.breadcrumb-section-absolute {
    position: absolute;
}

.breadcrumb-item a {
    color: #444444;
}

.breadcrumb-item.active {
    color: #1699be;
}

.thb-section {
    background-color: #eff3f6;
}

.thb-section {
    .certificate-title {
        font-weight: 400;
    }

}

.thb-section-title {
    font-size: 24px;
    font-weight: bold;
}

.thb-section-text {
    font-size: 14px;
}

.about-cenrtificate-text {
    max-width: 250px;
}

.featured-section {
    background-color: #eff3f6;
}

.thumbnail-img {
    border: 1px solid #dedede;
    border-radius: 2px;
    padding: 6px;
}

.product-thumnail-container {
    padding: 0;
    width: 100%;
    max-height: 350px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product-preview-container {
    padding: 0;
    height: 348px;
}

.product-img-thumnail-section {
    position: relative;
    /* border: 1px solid #d2d2d2; */
    transition: 0.25s ease-in;
    display: flex;
}

.selected-thumbnail-img {
    border: 1px solid #0083c1;
}

.single-thumbnail-img {
    max-height: 51px;
    display: block;
    margin: auto;
    width: auto;
    cursor: pointer;
}

hr {
    color: #e2e6ed;
    margin: 2px 0px 0px 0px;
    height: 2px;
    opacity: 50;
}

.white-gray-scrollbar::-webkit-scrollbar {
    width: 6px;
}

.white-gray-scrollbar::-webkit-scrollbar-track {
    background: #d4e9f5;
}

.white-gray-scrollbar::-webkit-scrollbar-thumb {
    background-color: #6d8898;
    border-radius: 40px;
}

.review-scroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 250px;
}

.percentage-calculate {
    background-color: #ffc000;
    color: #444444;
    padding: 0px 3px;
}

.product-card-details {
    background-color: #f7f7f7;
    /* min-height: 210px; */
}

.product-card-details.card-body {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.product-card-details-title {
    min-height: 48px;
}

.product-card-details-name {
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #444444;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.stock-filter-panel {
    border: 1px solid #c4c4c4;
    background: white;
}

.stock-filter-panel-title {
    background-color: #4c5d63;
    color: white;
    font-size: 18;
    font-weight: 400;
}

.stock-check-label {
    color: #444444;
    font-size: 14px;
}

.search-by-text {
    color: #91e3fa;
}

.search-by-type-text {
    color: white;
    font-size: 14px;
}

.filter-nav {
    margin: 0px 0px;
}

.filter-nav {
    .nav-link.active {
        background-color: #1599bd;
    }
}

.sky-blue-button:hover {
    color: white;
}

.nav-category {
    .nav-link {
        color: #444444;
        font-weight: 500;
        font-size: 15px;
    }

    .nav-link.active {
        color: #1699be !important;
    }
}

.main-menu-navbar {
    .nav-link.active {
        color: #1699be !important;
    }

    .nav-link {
        color: #444444;
        /* font-weight: bold; */
        /* padding: 0.5rem 2rem; */
    }

    .nav-link {
        padding-right: 18px !important;
        padding-left: 19px !important;
    }

}

.main-menu-navbar-mobile {
    .nav-link.active {
        color: #1699be !important;
    }

    .nav-link {
        color: #444444 !important;
    }
}

.main-menu-navbar.navbar {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.single-category-filter-text {
    color: #444444;
    font-size: 14px;
}

.single-category-filter-text:hover {
    color: #1599bd;
}

.page-item.active .page-link {
    background-color: #1599bd;
    border-color: #1599bd;
}

.page-item.disabled .page-link {
    background-color: #f7f7f7;
}

.page-link {
    color: #444444;
}

a:hover {
    color: #1599bd;
}

.checkout-nav {
    .nav {
        border: 1px solid #808080 !important;
        border-radius: 20px !important;
        background-color: #747474 !important;
        --fc-nav-link-color: #fff !important;
        --fc-nav-link-hover-color: #fff !important;
    }

    .nav-pills {
        --fc-nav-pills-border-radius: 20px !important;
        --fc-nav-pills-link-active-color: #0083c2 !important;
        --fc-nav-pills-link-active-bg: #fff !important;
    }

    .nav-link {
        color: white !important;
        padding: 0.5rem 1rem !important;
        border-radius: 20px !important;
    }

    .nav-pills .nav-link.active {
        color: #0083c2 !important;
        background-color: #fff !important;
    }

    .nav-item:is(:last-child) {
        .nav-link {
            padding-right: 1.25rem !important;
        }
    }

}


.footer {
    .nav-link {
        color: #444444;
        padding: 0px;
    }
}

.offcanvas-end {
    width: 460px !important;
}


.gsi-material-button {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: WHITE;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;
}

.gsi-material-button .gsi-material-button-icon {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.gsi-material-button:disabled {
    cursor: default;
    background-color: #ffffff61;
    border-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
    opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
    opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
    background-color: #303030;
    opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
    background-color: #303030;
    opacity: 8%;
}

.ps-search--result {
    position: absolute;
    transition: all 0.4s ease;
    display: block;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    border-radius: 0px 0px 5px 5px;
    overflow-x: hidden;
    cursor: pointer;
    right: 0px;
}

.ps-search--result.active {
    opacity: 1;
    visibility: visible;
}

.search-item-list:hover {
    background-color: #e0f8ff;
}

.star-rating {
    background: url("/assets/images/icons/star-off.svg") !important;
    width: 96px !important;
}

.star-rating .star-value {
    background: url("/assets/images/icons/star-on.svg") !important;
}

.btn-primary {
    background: #007b9e;
    border: 1px solid #007b9e;
}

.btn-primary:hover {
    background: #0095be;
    border: 1px solid #0095be;
}

.footer-3-item{
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-3-item .question{
    line-height: 14px;
}

.contact-container {
    position: relative;
    margin-left: 200px;
    color: #444444;
}

.contact-info {
    background: #1699be;
    position: absolute;
    left: 0;
    top: 40px;
    color: white;
    z-index: 1;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 0 10px -3px black;
    width: 350px;
}

.contact-info .h2 {
    font-weight: 300;
    text-align: center;
    margin: 20px 0;
}

.contact-container > div {
    padding: 75px 30px 60px 180px;
    border: 1px solid #acacac;
    border-radius: 3px;
}

.address .type {
    color: #003e50;
    font-weight: bold;
    margin-bottom: 10px;
}

.address .company-name {
    margin-bottom: 5px;
    font-weight: bold;
}

.address .details > div {
    display: flex;
    gap: 10px;
    color: #caf3ff;
    margin-bottom: 8px;
}

.address .details .icon {
    width: 20px;
}

.address .details a {
    color: #caf3ff;
    text-decoration: none;
}

.address .details a:hover {
    color: white;
    text-decoration: underline;
}

.cart-product-name{
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.cart-product-name:hover{
    overflow: auto;
    -webkit-line-clamp: inherit;
    position: absolute;
    top: -18px;
    background: rgb(233, 235, 233);
    z-index: 9;
    padding-bottom: 5px;
}

.dropdown-menu.show {
    max-height: 300px;
    overflow: scroll;
}

.sign-up-pop-input-group {
    position: absolute;
    bottom: 40px;
}

.sign-up-popup .modal-body{
    background: #b7e5ff;
}

.sign-up-popup-modal-close-button{
    display: none;
}

@media only screen and (max-width: 1500px) {
    .hero-slider-title {
        font-size: 35px;
    }

    .hero-slider-slogan {
        font-size: 20px;
    }

    .hero-slider-text {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1199px) {
    .sign-up-pop-input-group {
        bottom: 18px;
    }
    .sign-up-popup .modal-body {
        padding-bottom: 40px !important;
    }
}

@media only screen and (max-width: 992px) {

    .sign-up-pop-input-group {
        bottom: 35px!important;
    }
    .header-search {
        width: 380px !important;
    }

    .category-image-size {
        height: 166px;
        width: 134px;
    }

    .ps-search--result {
        width: 400px;
    }

    .slider-img-div {
        height: 500px;
    }

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

    .hero-slider-information {
        margin-left: 100px;
        width: 360px !important;
    }

    .hero-slider-title {
        font-size: 30px;
    }

    .home-category-tab {

        .nav-link {
            color: #444444;
            font-weight: bold;
            font-size: 16px;
        }
    }

    .hero-slider-slogan {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .hero-slider-text {
        font-size: 14px !important;
        margin-bottom: 0px;
    }

    .main-menu-boder.border-bottom {
        border-bottom: 0px !important;
    }
    .sky-blue-button{
        font-size: 16px;
    }

    .footer-3-item{
        flex-direction: column;
    }
    .footer-3-item .question{
        flex-direction: column;
    }
    .sign-up-popup .modal-body {
        padding-bottom: 0px !important;
    }
}

@media only screen and (max-width: 768px) {
    .header-search {
        width: 380px;
    }

    .list-inline-item:not(:last-child) {
        margin-right: 0.5rem !important;
    }

    .home-category-tab {

        .nav-link {
            color: #444444;
            font-weight: normal;
            font-size: 12px;
        }
    }

    .title-padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .title-bottom-padding {
        padding-bottom: 15px;
    }

    .title-top-padding {
        padding-top: 15px;
    }

    .button-margin {
        margin: 20px 0px;
    }

    .category-each-section-name,
    .certificate-name {
        font-size: 16px;
    }

    .category-filter{
        position: fixed;
        left: -100%;
        top: 100px;
        z-index: 1;
        transition: all ease 0.5s;
        width: 80%;
    }

    .category-filter.open{
        left: 0;
    }

    #category-filter-close{
        display: inline;
        position: absolute;
        top: -10px;
        right: 5px;
        color: red;
        background: white;
        border-radius: 50%;
        font-size: 20px;
        height: 20px;
        line-height: 23px;
    }
    .cart-checkout{
        max-height: none;
        height: auto;
    }
    .cart-product-image{
        padding: 5px;
    }
    .cart-product-price{
        padding-left: 0px;
    }
    .left-checkout{
        margin-bottom: 10px;
    }
    .mobile-row-reverse{
        flex-direction: row-reverse;
    }
    .about-us-title{
        display: flex;
        gap: 8px;
        font-size: 20px;
        justify-content: center;
        margin-top: 15px;
        text-align: center;
        text-align: center;
    }
    .about-us-sub-title{
        text-align: center;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .footer-3-item{
        flex-direction: row;
        max-width: 390px;
        margin: 0 auto;
    }
    .footer-3-item > div:nth-child(1) {
        flex: 0 0 50%;
    }
    .footer-3-item > div:nth-child(2) {
        flex: 0 0 50%;
    }
    .page-not-found{
        font-size: 16px;
    }
    .contact-info {
        position: inherit;
        width: 100%;
    }
    .contact-container {
        margin-left: 0;
    }
    .contact-container > div{
        padding: 40px 20px 20px 20px;
    }
    .show-div {
        display: block;
    }
    .sign-up-pop-input-group{
        bottom: 144px !important;
    }
    .sign-up-popup .modal-dialog {
        width: 100%;
        max-width:100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .sign-up-popup .modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0;
    }
    .sign-up-popup-modal-close-button{
        display: inline;
    }
}

@media only screen and (max-width: 660px) {
    .sign-up-pop-input-group {
        bottom: 100px !important;
    }
    .sign-up-pop-head {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 592px) {
    .sign-up-pop-head {
        font-size: 14px!important;
    }
    .sign-up-pop-desc {
        font-size: 10px!important;
    }
    .splide__arrow {
        display: none;
    }

    .category-image-size {
        height: 160px;
        width: 130px;
    }

    .ps-search--result {
        width: 365px;
    }
    .hero-slider-title{
        font-size: 20px;
    }
    .hero-slider-slogan{
        font-size: 16px;
    }
    .sky-blue-button {
        font-size: 14px;
    }
    .button-text {
        font-size: 14px;
    }
    .sky-blue-button{
        padding: 3px 15px;
    }
}

@media only screen and (max-width: 576px) {
    .header-search {
        width: 100% !important;
    }

    .call-us {
        font-size: 10px;
        font-weight: 500;
    }

    .hero-slider-information {
        margin-left: 0px;
        padding: 0px 20px !important;
        width: 100% !important;
    }

    .category-each-section-name,
    .certificate-name {
        font-size: 14px;
    }

    .title {
        font-size: 20px;
    }

    .subtitle {
        font-size: 16px;
    }

    .category-section-text,
    .category-title-home,
    .certificate-title {
        font-size: 20px;
    }

    .certificate-tag {
        font-size: 14px;
    }


    .home-category-tab {
        .nav-item:is(:last-child) {
            .nav-link {
                padding: 0.5rem 0.5rem !important;
            }
        }

        .nav-link {
            color: #444444;
            padding: 0.5rem 0.5rem !important;
            font-weight: normal;
            font-size: 14px;
        }
    }

    .search-button-full-width {
        width: 100% !important;
    }

    .card-product-mobile{
        flex-direction: inherit;
    }

    .card-product-mobile .product-label img{
        max-width: 45px;
    }

    .card-product-mobile .card-product-img{
        width: 25%;
        padding: 0.5rem;
    }

    .card-product-mobile .product-card-details{
        width: 55%;
    }

    .card-product-mobile .product-img-container{
        display: flex;
        height: 100%;
        align-items: center;
    }

    .footer-3-item{
        max-width: none;
    }

    .footer-3-item > div:nth-child(1) {
        flex: 0 0 40%;
    }

    .footer-3-item > div:nth-child(2) {
        flex: 0 0 60%;
    }

    .sign-up-popup-modal-close-button{
        display: none;
    }
}
.sign-up-pop-head{
    font-weight: 500
}

@media only screen and (max-width: 445px) {
    .sign-up-pop-input-group {
        bottom: 150px!important;
    }
    .checkout-cart-box {
        padding: 0px 0px;
    }

    .left-checkout-bottom {
        padding: 0px 0px;
    }

    .cart-checkout {
        padding: 0px 5px;
    }

    .cart-checkout h6 {
        font-size: 14px;
    }

    .row {
        --fc-gutter-x: 1rem;
    }

    #nav-tabContent-checkout {
        padding: 0px 10px;
    }

    .checkout-nav {
        .nav-link {
            color: white !important;
            padding: 0.5rem 0.25rem !important;
            border-radius: 20px !important;
        }
    }

    .btn-cart {
        padding: 0px 15px;
    }

}

.offcanvas-body {
    padding: 2px 1rem 1rem 1rem;
}


.column-first {
    padding-left: 0;
}
.column-last {
    padding-right: 0;
}

.blog-related-product {
    position: sticky;
    top: 10px;
}

.blog-product-view {
    background-color: #ededed;
    padding: 10px 20px;
    border-radius: 5px;
}

.shop-blog {
    rotate: -90deg;
    position: fixed;
    top: 20%;
    z-index: 1000;
    right: -40px;
    border-radius: 5px;
    background-color: #e6eafe;
    border: 1px solid #e6eafe;
    padding: 10px 15px;
}

.borderless td, .borderless th {
    border: none;
}

.category-price-list-product {
    color: #212529;
}

.category-price-list-product:hover {
    color: #0083c1;
}

.opacity-animate{
    animation:opt-animation 1s;
     -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;


}

.sign-up-modal-close-button {
    position: absolute;
    right: 4px;
    top: 2px;
    border: none;
    background: none;
    font-size: 25px;
    cursor: pointer;
}

.sign-up-pop-desc {
    font-size: 14px
}
