.bs-gallery-container {
    width: 570px;
    display: flex;
    justify-content: space-between;
    margin: 0px auto;
    position: relative;
    background-color: #fff;
    align-items: center;
}

.bs-gallery-main {
    height: 430px;
    border: 0px solid #e9e9e9;
    margin: 10px 0;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
    background-color: #FFFFFF !important;
    color: #232323 !important;
    font-weight: 700;
}

td[data-title="Shipping"] {
    font-size: 16px;
    font-weight: 400 !important;
}

.healthieo-shop-page .bs-gallery-main .swiper-button-prev {
    height: 32px !important;
    width: 32px !important;
}

.bs-gallery-main .swiper-button-prev,
.bs-gallery-main .swiper-button-next {
    position: absolute;
    bottom: 0;
    right: 15px;
    top: 51%;
    left: auto;
    height: 32px;
    width: 32px;
    color: #e9e9e9;
    background: #17869E;
    border-radius: 5px;
    box-shadow: inset 0 0 0 0 transparent;
    transition: 0.5S ease;
}

.bs-gallery-main .swiper-button-prev::after,
.bs-gallery-main .swiper-button-next::after {
    font-size: 12px;
}

.bs-gallery-main .swiper-button-prev {
    left: 15px;
    top: 51%;
}

.gallery-title {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 50px;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

.swiper-slide-active .gallery-title {
    -webkit-animation: slide-in 0.3s ease-in both;
    animation: slide-in 0.3s ease-in both;
}

.bs-gallery-thumbs {
    order: -1;
    width: 100px;
    height: 430px;
    margin-right: 0px;
    padding-left: 15px;
}

.bs-gallery-thumbs .swiper-slide img {
    transition: 0.3s;
    width: 70px !important;
    max-width: 70px !important;
    height: 70px !important;
    border-radius: 5px !important;
}

.bs-gallery-thumbs .swiper-slide-active {
    opacity: 0.9;
}

.bs-gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.bs-gallery-thumbs .swiper-slide-thumb-active img {
    border: 1px solid #061A3A;
}

.swiper-slide img {
    border-radius: 5px;
}

.bs-gallery-container .swiper-wrapper {
    max-width: 470px;
}

.swiper-container.bs-gallery-main.swiper-container-fade.swiper-container-initialized.swiper-container-horizontal.swiper-container-pointer-events {
    max-width: 470px;
}

span {
    word-break: break-word;
}

@-webkit-keyframes slide-in {
    from {
        opacity: 0;
        right: -50%;
    }
}

@keyframes slide-in {
    from {
        opacity: 0;
        right: -50%;
    }
}

input,
textarea {
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 10px;
}

input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.input-group {
    clear: both;
    margin: 15px 0;
    position: relative;
}

.input-group input[type='button'] {
    background-color: #EEF3F7;
    min-width: 40px;
    width: auto;
    transition: all 300ms ease;
}

.minus,
.plus {
    background-color: #17869E;
    font-weight: bold;
    min-height: 48px;
    padding: 0;
    width: 33px !important;
    position: relative;
    color: #fff;
    border-radius: 5px;
    border: 1px solid transparent;
    font-size: 20px;
}

.quantity .input-text.qty.text {
    height: 48px;
    text-align: center;
    width: 45px;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 0px;
    resize: vertical;
    color: #32363b;
    border-radius: 5px;
    border: 1px solid var(--lightcolor);
    padding: 10px;
}

.button-plus {
    left: -13px;
}

input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
}


/* product content */

.bs-single-product-star i {
    color: #FFC107;
}

.bs-single-product-star span {
    font-size: 14px;
    color: #32363b;
    margin-left: 5px;
}

.bs-single-product-content h2 {
    font-size: 34px;
    line-height: 48px;
    font-weight: 600;
    margin: 10px 0 10px;
}

.product_list_widget del {
    margin-right: 10px;
}

del bdi {
    font-size: 10px !important;
}

.bs-single-product-quantity span {
    font-size: 18px;
    font-weight: 500;
    color: #232323;
    display: flex;
    align-items: center;
    margin-right: 13px;
}

.bs-single-product-content p {
    max-width: 600px;
    font-size: 16px;
    line-height: 30px;
    color: #32363b;
    word-break: break-word;
}

.bs-prod-view-data .bs-single-product-content p {
    max-width: 100%;
}

.bs-prod-view-data .healthieo-add-prod-to-cart {
    background-color: #17869E;
    border-radius: 0;
    color: #fff;
    margin-top: 20px;
    transition: 0.5s ease;
    max-width: 140px;
    width: 100%;
}

.bs-prod-view-data {
    padding: 0 20px 20px 20px;
}

.bs-prod-view-data .bs-single-product-price {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
}

.bs-prod-view-data .healthieo-add-prod-to-cart:hover {
    background-color: #061A3A;
    transition: 0.5s ease;
}

.bs-prod-view-data .row {
    align-items: center;
}

.bs-prod-view-desc {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 30px;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.bs-single-product-price p {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
}

.bs-wish {
    font-size: 14px;
    line-height: 16px;
    color: #32363b;
    text-decoration: none;
    display: inline-block;
}

.bs-wish-heart i {
    color: #061A3A;
    vertical-align: middle;
    line-height: 2;
    font-size: 14px;
}

.bs-single-product-content .bs-cart {
    border: none;
    background-color: #17869E;
    width: 140px;
    padding: 12px 0;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    margin-left: 18px;
    border: 1px solid transparent;
    border-radius: 5px !important;
}

.bs-shop-cart-heart i,
.healthieo-prod-fav i {
    vertical-align: bottom;
}

.bs-shop-cart-heart i {
    font-size: 20px;
    height: 44px;
    padding: 0;
    display: flex;
    align-items: center;
}

i.flaticon-heart-1 {
    margin-right: 0 !important;
}

.bs-share-single-product {
    font-size: 14px;
    line-height: 16px;
    color: #32363b;
    margin-right: 18px;
}

.bs-single-product-content .bs-doctor-social {
    margin-top: 25px;
}

.bs-single-product-content {
    height: 100%;
    display: inline-block;
    background-color: #fff;
    padding-left: 30px;
}

.bs-prod-view-data .bs-single-product-content {
    height: 100%;
    display: inline-block;
    background-color: #fff;
    box-shadow: none;
    padding: 30px 20px 30px 20px;
}

.bs-single-product-sidebar .bs-recent-widget {
    border: 1px solid #e7effa;
}

.bs-single-product-sidebar {
    margin-top: 30px;
}

.single-product-tab-discription ol li {
    color: #6e7072;
    flex: 1 0 58%;
    max-width: 100%;
    display: flex;
    align-items: center;
    line-height: 30px;
}

.single-product-tab-discription ol {
    padding: 0;
}

.single-product-tab-discription ol li::before {
    background-color: #061A3A;
    content: '';
    width: 9px;
    height: 6px;
    border-radius: 5px;
    position: relative;
    left: -9px;
}

.single-product-tab-discription ol span {
    flex: 0 1 73%;
    max-width: 77%;
    color: #232323;
    font-size: 14px;
    font-weight: 500;
}

.single-product-tab-discription ol span:first-child {
    color: #6e7072;
    font-size: 14px;
}


/* Tab Single product css */

.bs-product-tab {
    margin-top: 30px;
}

.bs-product-tab ul li button.active {
    background-color: #fff !important;
    border: 2px solid #f2f6fc !important;
    border-top: 2px solid #061A3A !important;
    transition: 0.5s ease;
}

.bs-product-tab ul li button:focus-visible {
    outline: none;
}

.bs-product-history-discription h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: rgb(0, 0, 0);
    margin-bottom: 0;
}

.bs-product-history-discription h3 {
    font-size: 15px;
    line-height: 2;
    color: rgb(15, 98, 204);
    margin-bottom: 0;
}

.bs-product-history-discription p {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.749);
    line-height: 2;
}

.bs-history-content {
    max-width: 700px;
    position: relative;
    margin-left: 10px;
    padding-left: 36px;
}

.bs-product-tab ul {
    margin: 0;
    padding: 0;
}

.bs-product-tab ul li button {
    background-color: #eef3f7 !important;
    border: 0 !important;
    padding: 0;
    width: 150px;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    color: black;
    margin: 0px 1px;
    transition: 0.5s ease;
    border-radius: 0 !important;
}


/* cart page css */

.bs-cart-product th {
    max-width: 250px;
    padding: 0;
}

.wc-proceed-to-checkout {
    padding-top: 30px !important;
}

.bs-cart-img {
    display: flex;
    gap: 14px;
    padding: 0;
    margin-left: 4px;
}

.bs-cart-img img {
    width: 70px;
    height: 70px;
    border-radius: 5px;
}

.bs-cart-img p a {
    font-size: 16px;
    line-height: 22px;
    color: #232323;
    max-width: 165px;
    display: flex;
    align-items: center;
    margin: 0;
    font-weight: 500;
    word-break: break-word;
    transition: 0.5s ease;
}

.bs-cart-img p a:hover {
    color: var(--secondarycolor);
}

.bs-cart-img p {
    display: flex;
    align-items: center;
    margin: 0;
}

.bs-product-price {
    vertical-align: middle;
}

.bs-product-price p bdi,
.woocommerce-Price-amount.amount bdi {
    font-size: 16px;
    line-height: 16px;
    color: #232323;
    max-width: 107px;
    display: flex;
    align-items: center;
    margin: 0;
    font-weight: 500;
    width: 100%;
    word-break: initial;
}

ul.product_list_widget .star-rating {
    margin: 4px 0;
}

.bs-cart-page-body .bs-head-bord tr {
    border: 0 !important;
}

.bs-cart-page-body .container {
    padding: 0;
}

td.bs-product-quantity,
.bs-product-subtotal {
    vertical-align: middle;
}

.bs-product-subtotal {
    position: relative;
}

.bs-product-subtotal p,
.bs-product-price p {
    margin: 0;
}

.bs-product-subtotal a {
    position: absolute;
    left: 64px;
    top: 21px;
}

.bs-product-quantity {
    width: 175px;
}

.bs-product-sbtotal p {
    margin: 0;
    display: inline-block;
}

.woocommerce a.remove {
    display: inline-block;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 500;
    border: 0;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 84% !important;
    transition: 0.5s ease;
}

.woocommerce a.remove:hover {
    color: red !important;
    background-color: transparent;
}

tr.bs-head-bord {
    border: 1px solid transparent !important;
}

.woocommerce-cart-form thead {
    border: 0 !important;
    border-color: transparent !important;
}

.woocommerce-cart-form thead {
    height: 58px !important;
}

.bs-form-coupon {
    display: flex;
}

.bs-form-coupon .form-group {
    width: 450px;
}

.bs-form-coupon .form-group {
    width: 450px;
}

.bs-head-bord {
    background-color: #17869E;
}

.bs-head-bord thead tr th {
    font-size: 16px;
    line-height: 19px;
    padding: 25.5px 0 !important;
    color: #fff;
    font-weight: 400;
}

.bs-head-bord thead tr th:first-child {
    padding-left: 30px !important;
}

.bs-head-bord>th:nth-child(1) {
    border-radius: 5px 0px 5px 0px;
}

.bs-head-bord>th:last-child {
    border-radius: 0px 5px 5px 0px;
}

.bs-cart-tbody {
    padding: 12px 0;
}

.bs-product-remove {
    display: inline-block;
    font-size: 2.5em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 200;
    border: 0;
    position: absolute;
    top: 22%;
    right: 0;
}

td.bs-product-sbtotal {
    vertical-align: middle;
    position: relative;
}

.bs-cart-form {
    display: flex;
}

.form-control.bs-cart-copen {
    width: 100%;
    max-width: 305px;
    border: 1px solid #EEF3F7;
    padding: 12.5px 20px;
    height: 56px;
    display: inline-block;
    border-radius: 5px 0 0 5px;
    font-size: 16px;
    color: #232323 !important;
}

.bs-update .bs-update-submit {
    border-radius: 5px !important;
}

.bs-form-coupon button {
    background-color: var(--primarycolor);
    color: #fff;
    max-width: 125px;
    height: 56px;
    padding: 10px !important;
    font-size: 14px;
    border-radius: 0px 5px 5px 0 !important;
    margin-left: -5px;
    border: 1px solid transparent;
    transition: 0.5s ease;
    margin-bottom: 2px;
}

.bs-apply-coppon-btn {
    background-color: #061A3A;
    color: #fff;
    width: 120px;
    height: 51px;
    padding: 0;
    font-size: 14px;
    border-radius: 0px !important;
}

.bs-update {
    flex-grow: 3
}

.bs-update-submit {
    float: right;
    width: 120px !important;
    padding: 15px 0 !important;
    background-color: var(--primarycolor) !important;
    text-align: center;
    text-decoration: none;
    color: #fff !important;
    font-size: 14px !important;
}

.bs-sidebar-cart {
    padding: 35px 23px 30px 23px;
    border: 1px solid var(--lightcolor);
    border-radius: 5px;
    box-shadow: var(--shadowcolor);
}

.bs-sidebar-cart .bs-cart-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin: 0;
}

.wc-proceed-to-checkout a {
    background-color: var(--primarycolor);
    color: #fff;
    font-size: 16px;
    border-radius: 5px !important;
    padding: 15px 15px;
    border: 1px solid transparent;
}

.wc-proceed-to-checkout a:hover {
    color: #FFFFFF;
    border: 1px solid var(--secondarycolor);
    background-color: var(--secondarycolor) !important;
}

.bs-sidebar-cart ul li p {
    margin: 0;
    display: inline-block;
    width: 50%;
}

.bs-sidebar-cart ul li p {
    margin: 0;
    display: inline-block;
    width: 50%;
    font-size: 16px;
}

.woocommerce-privacy-policy-text p {
    font-size: 16px;
}

.bs-sidebar-cart ul li span bdi {
    display: inline-block !important;
    width: 50%;
    float: right;
    text-align: end;
    line-height: 32px !important;
}

.bs-sidebar-cart .bs-cart-content ul li {
    border-bottom: 1px solid #EEF3F7;
    padding: 17px 0;
}

.bs-sidebar-cart .bs-cart-content ul li p {
    font-size: 16px;
    color: #232323;
    margin: 0;
    padding: 0;
}

.bs-billing-address .container {
    padding: 0;
}

.wc-proceed-to-checkout {
    text-align: center;
    padding-bottom: 0 !important;
}

.bs-sidebar-cart .bs-cart-content ul p {
    margin: 0;
    padding-top: 15px;
}

.bs-sidebar-cart h2 {
    font-size: 24px;
    font-weight: 600;
    color: #232323;
}

td.bs-product-price {
    width: 100px;
}

.bs-sidebar-sbtotal p {
    flex-grow: 3;
    margin-bottom: 0;
    text-align: right;
    color: #232323;
    font-size: 16px;
    margin: 0;
}

.bs-shipping-charge h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #E24C4B;
}

.bs-shipping-charge p {
    color: #555555;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
}

.bs-sidebar-sbtotal:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.bs-sidebar-cart button[name="woocommerce_checkout_place_order"] {
    min-width: 120px;
    padding: 7px 0;
    background-color: var(--primarycolor);
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    float: inherit !important;
    border-radius: 5px;
}

.woocommerce-billing-fields .form-group {
    flex: 0 0 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0px 20px;
}

.woocommerce-billing-fields .form-group p {
    width: 47.6%;
}

.payment_box.payment_method_bacs p {
    width: 100%;
}

.woocommerce-billing-fields .form-group p:nth-child(even) {
    float: right;
}

.woocommerce-billing-fields .form-group p input {
    background-color: var(--lightcolor) !important;
    border: 0 !important;
    border-radius: 5px;
    border: 1px solid var(--lightcolor) !important;
}


/* Billing address page css */

.bs-billing-form h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 20px;
}

.bs-billing-form label {
    font-size: 14px;
    line-height: 16px;
}

.bs-billing-form input {
    width: 100%;
    margin-bottom: 11px;
    padding: 14.5px 30px;
    border: 0px solid #ccc;
    border-radius: 0px;
    background-color: #EEF3F7;
    font-size: 14px;
    color: #868686;
}

.bs-billing-form .col-lg-12 h3 {
    margin-top: 20px;
    margin-bottom: 15px;
}

.bs-expriry {
    padding-right: 0;
}

.bs-submit-paypal {
    padding: 0;
}

.bs-expriry .col-lg-4:last-child {
    padding-right: 0;
}

.bs-submit-paypal button {
    height: 40px;
    width: 160px;
    color: #fff;
    background-color: #00A3C8;
    position: relative;
    border: 0;
}

.bs-form-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0;
}


/* btn three */

.pulse:hover,
.pulse:focus {
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
    box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 var(--hover);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 var(--hover);
    }
}

.pulse {
    --color: #fff;
    --hover: #71c5d86b;
}

.bs-form-btn button {
    color: var(--color);
    transition: 0.25s;
}

.bs-form-btn button:hover,
.bs-form-btn button:focus {
    border-color: var(--hover);
    color: #fff;
}


/* shop page css  */

.bs-shop-sidebar-search h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin: 27px 20px 20px 20px;
}

.bs-shop-sidebar-search input {
    background: #EEF3F740;
    width: 310px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.5px;
    padding: 15px 18px;
    margin: 0 0 25px 20px;
}

.bs-shop-sidebar-search i {
    position: absolute;
    right: 61px;
    top: 53%;
}

.bs-shop-sidebar-search {
    position: relative;
}


/* by cat  */

.woocommerce-widget-layered-nav h4,
.widget_price_filter h4,
.widget_rating_filter h4,
.widget_product_categories h4 {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin: 11px 33px;
}

.bs-shop-sidebar-category i,
.bs-shop-sidebar-price i,
.bs-shop-sidebar-color i {
    font-size: 14px;
    color: #18112E;
    margin-left: 25px;
}


/* Check box  */

.bs-shop-check-group {
    display: block;
    margin-bottom: 15px;
}

.bs-shop-check-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.bs-shop-check-group label {
    position: relative;
    cursor: pointer;
}

.bs-shop-check-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.bs-shop-check-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 9px;
    width: 6px;
    height: 10px;
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.bs-shop-check-group input:checked+label:before {
    background-color: #555555;
}

.bs-shop-sidebar-category form,
.bs-shop-sidebar-price form,
.bs-shop-sidebar-color form {
    background: rgba(238, 243, 247, 0.25);
    padding: 18px 25px;
}

.widget_layered_nav_filters {
    padding: 18px 25px !important;
}

.bs-shop-sidebar-category a {
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    text-decoration: none;
}


/* by price  */

.woocommerce-widget-layered-nav-list,
.widget_rating_filter ul {
    padding: 18px 25px !important;
}

.product-categories {
    background: rgba(238, 243, 247, 0.25);
    padding: 18px 25px !important;
    list-style: none;
    text-decoration: none;
}

.product-categories li a {
    color: #232323;
    text-decoration: none;
    transition: 0.5S ease;
    position: relative;
}

.woocommerce-widget-layered-nav-list li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-decoration: none;
    color: #18112EB2;
}


/* by color  */

.bs-shop-sidebar-color .bs-shop-check-group label:before {
    margin-right: 50px;
}

.bs-shop-check-group {
    position: relative;
}

.bs-shop-sidebar-color .yellow:after,
.bs-shop-sidebar-color .blue:after,
.bs-shop-sidebar-color .red:after,
.bs-shop-sidebar-color .white:after,
.bs-shop-sidebar-color .green:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 12%;
    top: 3px;
    border-radius: 5px;
}

.bs-shop-sidebar-color .yellow:after {
    background-color: #FFF0C2;
}

.bs-shop-sidebar-color .red:after {
    background-color: #FE8091;
}

.bs-shop-sidebar-color .blue:after {
    background-color: #1E3C75;
}

.bs-shop-sidebar-color .white:after {
    background-color: #fff;
}

.bs-shop-sidebar-color .green:after {
    background-color: #3DCE89;
    ;
}

.bs-sidebar-action-btn a:first-child {
    border: 1px solid #061A3A;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    Width: 126px;
    text-decoration: none;
    padding: 11px 0;
    display: inline-block;
    text-align: center;
    color: #061A3A;
    transition: 0.5s ease;
    margin-right: 6px;
}

.bs-sidebar-action-btn a:hover:first-child {
    background-color: #061A3A;
    color: #fff;
    transition: 0.5s ease;
}

.bs-sidebar-action-btn a:last-child {
    border: 1px solid #061A3A;
    background-color: #061A3A;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    Width: 126px;
    text-decoration: none;
    padding: 11px 0;
    display: inline-block;
    text-align: center;
    transition: 0.5s ease;
    margin-left: 6px;
}

.bs-sidebar-action-btn a:hover:last-child {
    border: 1px solid #061A3A;
    color: #061A3A;
    background-color: #fff;
    transition: 0.5s ease;
}

.bs-sidebar-action-btn {
    margin: 30px 0;
    text-align: center;
}


/* select box  */

:root {
    --select-border: #777;
    --select-focus: blue;
    --select-arrow: var(--select-border);
}

.bs-grid-section-sort select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 0 1em 0 0;
    margin: 0;
    width: 100%;
    z-index: 1;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}

.bs-grid-section-sort select::-ms-expand {
    display: none;
}

.bs-grid-select {
    display: grid;
    grid-template-areas: "select";
    align-items: center;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    line-height: 1.1;
    background-color: #fff;
    max-width: 230px;
    width: 100%;
    margin-left: auto;
}

.bs-grid-select .nice-select.orderby {
    border: 1px solid var(--lightcolor);
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    color: #232323;
    width: 100%;
}

.bs-grid-section-sort form {
    max-width: 230px;
    width: 100%;
}

.bs-grid-select select {
    padding: 10px;
}

.bs-grid-select select,
.bs-grid-select::after {
    grid-area: select;
}

.bs-grid-section-sort select:focus+.focus {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 2px solid var(--select-focus);
    border-radius: inherit;
}

.bs-grid-section-sort select[multiple] option {
    white-space: normal;
    outline-color: var(--select-focus);
}

.bs-grid-section-sort label {
    font-size: 1.125rem;
    font-weight: 500;
}

.bs-grid-select+label {
    margin-top: 2rem;
}

.bs-grid-section-sort {
    display: flex;
    gap: 22px;
    padding: 13px 31px;
    border: 1px solid var(--lightcolor);
    margin-bottom: 50px;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 5px;
}

span.bs-grid-type {
    background: #061A3A;
    padding: 6px 10px;
    color: #fff;
    cursor: pointer;
}

.bs-grid-type i {
    line-height: 1;
    vertical-align: middle;
}

.bs-list-type {
    border: 1px solid #00A3C8;
    padding: 6px 10px;
    color: #00A3C8;
    cursor: pointer;
}

.bs-list-type i {
    line-height: 1;
    vertical-align: middle;
}

.bs-grid-icon {
    display: contents;
}


/* grid css  */

.bs-shop-product-grid {
    margin: auto;
    text-align: center;
    border: 0.964401px solid #F7F7F7;
    padding: 6px;
    margin-bottom: 30px;
    background-color: #fff;
    height: 100%;
    border-radius: 5px;
    transition: 0.5s ease;
}

.bs-shop-product-grid:hover {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
    transition: 0.5s ease;
}

.bs-shop-image {
    background: rgba(238, 243, 247, 0.25);
    height: 216px;
    position: relative;
    overflow: hidden;
}

.bs-shop-cart-heart .bs-shop-cart-heart,
.bs-shop-list-btns a {
    background-color: #00A3C8;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    transition: 0.7s ease;
    color: #fff;
    transition: 0.5s ease;
    width: 100%;
    justify-content: center;
    font-size: 20px;
    height: 30px;
    align-items: center;
}

.bs-shop-list-btns i:hover,
.add_to_cart_button:hover {
    transition: 0.5s ease;
}

.add_to_cart_button {
    border-radius: 0 !important;
}

.bs-shop-cart-heart a {
    text-decoration: none;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 18px !important;
    Width: 100% !important;
    color: #fff !important;
    max-width: 33%;
    padding: 0 !important;
    border-radius: 5px 5px 0px 0;
    transition: 0.5s ease;
}

.bs-shop-list-btns {
    display: flex;
    gap: 2px;
    max-width: 100%;
    width: 50%;
}

a .bs-shop-icon {
    padding: unset;
    background-color: #17869E !important;
    max-width: 100%;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    border-radius: 4px 4px 0 0;
    transition: 0.5s ease;
}

a .bs-shop-icon:hover {
    background-color: #F17732 !important;
    transition: 0.5s ease;
}

.widget_product_tag_cloud .tagcloud {
    margin-bottom: 0px;
}

a.healthieo-quick-view,
a.healthieo-prod-fav {
    max-width: 100%;
    width: 25%;
}

a.button.added::after {
    position: absolute;
    right: 10px !important;
    top: 6px;
}

.woocommerce a.added_to_cart {
    padding-top: 0;
    display: inline-block;
    font-size: 0 !important;
    width: 0;
    max-width: 0;
    display: none;
    margin-bottom: 0px;
}

i.flaticon-shopping-cart {
    justify-content: center;
    max-width: 100%;
    width: 100%;
    position: relative;
}

.bs-shop-content {
    margin: 20px 0;
    padding: 0 5px;
}

.bs-rate-star svg {
    margin: 0px 2px;
}

.bs-shop-content a h3 {
    font-size: 20px !important;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0;
    transition: 0.5s ease;
}

del bdi {
    font-size: 16px !important;
}

.bs-shop-content a {
    text-decoration: none;
}

.bs-shop-regular {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #061A3A;
}

del bdi {
    font-size: 10px;
    font-weight: 400;
    line-height: 24px;
    color: #32363b;
    margin-right: 6px;
}

bdi {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #061A3A;
}


/*add new css*/

.woocommerce .woocommerce-ordering {
    margin: 0 0 0em;
}

.bs-shop-result p {
    margin: 0 0 0em !important;
    color: var(--he_textcolor);
}

.bs-shop-result {
    display: flex;
    align-items: center;
}

.bs-shop-image .bs-sale {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: absolute;
    width: 60px;
    height: 40px;
    background: rgb(241 119 50 / 30%);
    border-radius: 5px;
    right: 0;
    font-size: 14px;
    color: #000000;
}

.healthieo-shop-1 .row {
    gap: 23px 0px;
}

input#wc-block-product-search-5 {
    background: #EEF3F740;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.5px;
    padding: 15px 18px;
    margin: 0 0 25px 20px;
    border: 0;
}

button.wc-block-product-search__button {
    background: #EEF3F740;
    font-size: 14px;
    font-weight: 400;
    line-height: 7px;
    letter-spacing: 0.5px;
    padding: 10px 12px;
    height: 53px;
    margin: 0 !important;
    width: 43px;
    border: 0;
}

.wc-block-product-search__fields {
    margin-right: 40px;
}

.wc-block-product-search label {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin: 27px 20px 20px 20px;
}

.widget_products .woocommerce .star-rating span::before {
    left: 4px;
    font-size: 16px !important;
}

.woocommerce .star-rating span::before {
    content: "\2605\2605\2605\2605\2605";
    top: -3px;
    position: absolute;
    left: 4px;
    font-size: 19px !important;
    color: #FFC107;
    height: 14px;
}

.woocommerce .star-rating::before {
    content: "\2606\2606\2606\2606\2606";
    color: #d3ced2;
    float: left;
    top: -4px;
    left: 0;
    position: absolute;
    font-size: 19px;
}

.product_list_widget .star-rating span::before {
    font-size: 16px;
}

.bs-shop-sidebar .wc-layered-nav-rating a {
    color: #18112E;
}

.bs-shop-sidebar .product_list_widget li {
    width: 100%;
    margin: 0 0 15px 0 !important;
    text-align: left;
    display: table;
    padding: 0 !important;
    color: #555555;
    font-size: 16px;
    position: relative;
}

.bs-shop-sidebar .product_list_widget li:first-child {
    padding-top: 0 !important;
}

.bs-shop-sidebar .product_list_widget li a img {
    float: left;
    margin-right: 10px;
    width: 70px !important;
    margin-left: 0;
    margin-top: 0px;
}

.bs-shop-sidebar .product_list_widget li a {
    text-decoration: none !important;
    color: #232323;
    font-size: 16px;
    font-weight: 500 !important;
    margin-top: 15px;
}

.bs-shop-sidebar a span:hover,
.bs-shop-content a h3:hover {
    color: #F17732 !important;
    transition: 0.5s ease;
}

.bs-shop-sidebar a span {
    transition: 0.5s ease;
}

.bs-filled {
    font-size: 20px;
    line-height: 1;
    color: #FFC107;
}

.outline-star {
    font-size: 20px;
    line-height: 1;
}

.woocommerce-shop .bs-page-head,
.single-product .bs-page-head {
    margin-bottom: 0;
}

.healthieo-shop-page {
    padding: 100px 0;
    background-color: #f9fafb;
}

.tag-cloud-link {
    font-size: 16px;
    text-decoration: none;
    position: relative;
    color: #555555;
    background: #FFFFFF;
    border: 1px solid #E7EFFE;
    border-radius: 4px;
    padding: 4px 14px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}

.widget_nav_menu a:before {
    display: none;
}

.tagcloud {
    margin-bottom: 20px;
}

.tag-cloud-link:hover {
    color: #fff !important;
    background-color: var(--secondarycolor);
    transition: 0.5s ease;
}

.woocommerce-pagination li .page-numbers {
    display: flex;
    box-shadow: inset 0 0 0 0 transparent;
    align-items: center;
    width: 40px;
    justify-content: center;
    cursor: pointer;
    position: relative;
    margin-right: 10px !important;
    border: 1px solid var(--lightcolor);
    font-size: 14px !important;
    padding: 0 13px !important;
    height: 40px;
    color: #232323;
    border-radius: 4px;
    transition: 0.5s ease;
    line-height: 9px !important;
    line-height: 40px !important;
    text-align: center;
}

.woocommerce-pagination li .page-numbers:hover {
    box-shadow: inset 0 0 0 25px #f17732;
    transition: 0.5s ease;
}

.woocommerce nav.woocommerce-pagination ul li:last-child {
    margin: 0 !important;
}

.woocommerce-pagination li {
    border: 0px solid #d3ced2;
    height: 100%;
    border-radius: 0 !important;
    border-right: 0 !important;
    position: relative;
    overflow: unset !important;
}

.woocommerce-pagination li:last-child,
.woocommerce-pagination li:last-child .page-numbers {
    margin-right: 0 !important;
}

.woocommerce-pagination ul {
    border: 0px !important;
}

.page-numbers.current {
    background-color: #F17732 !important;
    color: #fff !important;
}

.bs-gallery-thumbs .swiper-slide-active img {
    max-width: 50px !important;
    height: 50px !important;
    width: 50px !important;
    border-radius: 4px !important;
}

.bs-single-product-content .input-group {
    background-color: transparent;
}

.bs-gallery-container .swiper-container {
    position: relative !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    margin-top: 0px !important;
    right: 6px !important;
    top: 45% !important;
    left: unset !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    margin-top: 0px !important;
    top: 45% !important;
}

.bs-single-product-quantity .quantity button {
    min-width: 40px;
    width: auto;
    transition: all 300ms ease;
    border: 0px;
    border-radius: 5px;
}

.input-group input {
    border: none;
    padding: 0px 17px 0px 18px;
    font-size: 13px;
    color: #232323;
}

.bs-single-product-quantity {
    align-items: center;
}

.bs-single-product-price p {
    margin-bottom: 0px !important;
}

.bs-product-history {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    margin-bottom: 0;
    list-style: none;
    border-bottom: 1px solid #e7effa;
}

.bs-product-tab ul li a {
    background-color: #17869E !important;
    border: 0 !important;
    padding: 0;
    width: 100%;
    max-width: 100%;
    border-top: 2px solid transparent !important;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 0px 1px;
    transition: 0.5s ease;
    display: inline-block;
    border-radius: 0 !important;
    text-align: center;
    text-decoration: none;
    padding: 12px 10px;
    margin: 0;
}

.bs-product-tab ul li a:hover {
    background-color: #E7EFFE !important;
    color: #17869E !important;
    border-top: 2px solid #17869E !important;
}

.bs-product-tab ul li.active a {
    transition: 0.5s ease;
    margin: 0;
    background-color: #E7EFFE !important;
    color: #17869E !important;
    border-top: 2px solid #17869E !important;
}

.description_tab.nav-item:first-child a.bs-product-tital {
    border-radius: 10px 0 0 0px !important;
}

.bs-product-tab ul li a:focus {
    outline: none !important;
}

.single-product .healthieo-related-products {
    margin: 50px 0;
}

ins {
    text-decoration: none;
}

a {
    text-decoration: none;
}

.healthieo-related-products .heading-panel h3 {
    margin-bottom: 30px;
}

.woocommerce .star-rating {
    float: inherit;
    display: inline-block;
    max-width: 100px;
    width: 100px;
}

.woocommerce .star-rating span {
    top: 1px;
    left: -4px;
}

.bs-product-history li {
    border-right: 3px solid #fff;
}

.bs-product-history li:last-child {
    border-right: 0px solid #fff;
}

.bs-single-product-review {
    display: flex;
    gap: 15px;
}

.bs-single-product-review ul p {
    margin: 0;
}

.bs-single-product-review ul li p {
    margin: 0;
}

.bs-single-product-review ul {
    border-bottom: 0;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
}

.bs-z-rt-content {
    border: 1px solid #e7effa;
    padding: 32px;
    margin-left: auto;
    margin-right: 6px;
    margin-bottom: 30px;
    margin-top: 20px;
    background-color: #fff;
}

.bs-z-rt-content .description p {
    color: rgba(0, 0, 0, 0.749);
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
    padding-right: 5px;
    margin-bottom: 0;
}

.bs-review-post {
    margin-top: 60px;
}

#review_form_wrapper {
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 5%);
    border-bottom: 0;
    background-color: #fff;
}

.bs-review-post input,
.bs-review-post textarea {
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 10px;
    padding: 17.5px 22px !important;
    font-size: 16px;
    color: #555555 !important;
    margin-bottom: 15px;
    background-color: var(--lightcolor) !important;
    border: 0 !important;
}

.bs-review-post .select2 {
    display: none;
}

.bs-review-post input[name="submit"] {
    color: #fff !important;
    border-radius: 10px !important;
    float: right;
    margin-top: 29px;
    font-weight: 500;
    padding: 13px 32px !important;
}

.stars a {
    color: #d3ced2;
    line-height: 16px;
}

.healthieo-shop-1 .bs-shop-product-grid p.bs-price {
    display: flex;
    justify-content: center !important;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}

.bs-shop-image:hover .bs-shop-cart-heart {
    transition: 0.6s ease;
}

.bs-shop-cart-heart {
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 2px;
}

.healthieo-shop-2 bdi {
    display: inherit !important;
}


/*animation css shop icon*/

.single-product .bs-gallery-thumbs.swiper-container-initialized {
    background-color: #fff;
    padding: 0;
}

.single-product .bs-product-tab {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
    border-radius: 5px;
}

.single-product .healthieo-shop-page .bs-product-tab .wc-tab {
    padding: 50px 20px;
    margin: 0;
}

.single-product .healthieo-shop-page .bs-product-tab .wc-tab .bs-review-post {
    margin-top: 0px;
}

.single-product .healthieo-shop-page .bs-product-tab .wc-tab #review_form_wrapper {
    box-shadow: none;
}

.single-product .healthieo-shop-page .healthieo-related-products li,
.healthieo-shop-2 li {
    list-style: none;
}

.single-product .healthieo-shop-page p.bs-price {
    justify-content: flex-start;
}

.bs-s-ribbon,
.bs-ribbon-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: absolute;
    width: 40px;
    height: 40px;
    background: #dd0b0b;
    color: #fff;
    border-radius: 5px;
    right: 0px;
    font-size: 12px;
}

.healthieo-shop-2 img {
    width: 250px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.healthieo-shop-2 p.bs-price {
    justify-content: flex-start;
}

.widget_products bdi,
.widget_top_rated_products bdi {
    display: inherit !important;
}

.widget_products .star-rating,
.widget_top_rated_products .star-rating {
    display: block;
}

.healthieo-shop-page .swiper-wrapper>div {
    background-color: #fff !important;
}

@media (hover: hover) {
    .bs-shop-image:hover .bs-shop-cart-heart a .bs-shop-icon {
        transform: translateY(0);
    }
    .bs-shop-image:hover .bs-shop-cart-heart a:nth-child(2) {
        transform: translateY(0);
    }
    .bs-shop-image .bs-shop-cart-heart a:nth-child(2) {
        transform: translateY(100px);
        transition: 0.5s;
    }
    .bs-shop-image .bs-shop-cart-heart a .bs-shop-icon {
        transform: translateY(100px);
        transition: 0.5s;
    }
    .bs-shop-image .bs-shop-cart-heart a:nth-child(2) {
        transition-delay: 0.08s;
    }
    .bs-shop-image .bs-shop-cart-heart a:nth-child(1) .bs-shop-icon {
        transition-delay: 0.03s;
    }
    .bs-shop-image .bs-shop-cart-heart a:nth-child(3) {
        transition-delay: 0.15s;
    }
}

.shop_attributes tbody,
.shop_attributes td,
.shop_attributes tfoot,
.shop_attributes th,
.shop_attributes thead,
.shop_attributes tr {
    border: 0px !important;
    background-color: transparent !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 15px;
}

.woocommerce-checkout-review-order table,
.woocommerce-checkout-review-order th,
.woocommerce-checkout-review-order td,
.woocommerce-checkout-review-order tr {
    border: 0 !important;
}

.bs-cart-tbody th {
    border: 0px solid !important;
    padding: 0px 0;
    margin: 1px;
}

.bs-cart-product td {
    padding: 0;
}

.bs-cart-tbody tbody,
.bs-cart-tbody td,
.bs-cart-tbody tfoot,
.bs-cart-tbody thead {
    border: 0px !important;
}

tbody.bs-cart-tbody {
    border: 0 !important;
    padding: 0;
}

.bs-gallery-container .onsale {
    left: 90% !important;
}

.woocommerce span.onsale {
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: absolute;
    width: 60px;
    height: 40px;
    background: rgb(241 119 50 / 30%);
    border-radius: 5px;
    right: 0;
    font-size: 14px;
    color: #232323;
    font-weight: 400;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-weight: 400 !important;
    background-color: #17869E !important;
    border: 0 !important;
    color: #fff !important;
    border: 1px solid transparent !important;
    transition: 0.5s ease;
    border-radius: 5px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    transition: 0.5s ease;
    background-color: #F17732 !important;
    border: 1px solid #F17732 !important;
    color: #FFFFFF !important;
}

.single-product .bs-shop-sidebar {
    margin-top: 30px;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single {
    background-color: var(--lightcolor);
    top: 0;
    position: relative;
    border-radius: 5px;
}

.outer-different-ship .select2-selection .select2-selection__rendered {
    border: 1px solid var(--lightcolor) !important;
}

.woocommerce-MyAccount-navigation ul {
    margin: 0;
    list-style: none;
    padding: 0;
}


/*My Account Page Woo Com*/

.woocommerce-MyAccount-navigation li a {
    font-weight: 600;
    color: #aaa !important;
    font-size: 20px;
    line-height: 30px;
}

.woocommerce-MyAccount-navigation li {
    margin: 0 1rem 0rem 0;
    padding: 0;
    border-bottom: 0;
    margin-bottom: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
    color: #061A3A !important;
    text-decoration: underline;
}

.woocommerce-MyAccount-navigation .is-active a {
    color: #061A3A !important;
    text-decoration: underline;
}

.woocommerce-EditAccountForm input {
    background-color: #eef3f7 !important;
    border: 0 !important;
    border-radius: 0;
}

.woocommerce-EditAccountForm fieldset {
    padding: 0;
    margin-bottom: 20px;
}

.woocommerce form .form-row {
    padding: 10px 0;
    margin: 0;
}

.bs-shop-cart-heart i:hover {
    background-color: #061A3A;
}

.bs-shop-content ins,
.product_list_widget ins {
    background-color: transparent;
}

#bs-product-view-md .modal-dialog {
    max-width: 60%;
    margin: 1.75rem auto;
}

.bs-prod-view-data .bs-gallery-container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin: 0px auto;
    position: relative;
}

.modal-content .bs-gallery-container .swiper-wrapper {
    max-width: 50% !important;
}

.bs-prod-view-data .bs-gallery-container {
    overflow: hidden;
}

.healthieo-shop-page .ui-slider-range {
    background-color: #F17732 !important
}

.healthieo-shop-page .ui-slider-handle {
    background-color: #F17732 !important
}

.healthieo-shop-page .ui-widget-content {
    background-color: #061A3A !important;
}

.healthieo-shop-page p.woocommerce-mini-cart__total.total {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.healthieo-shop-page .woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 9%;
    left: 95% !important;
}

.bs-single-product-review ul {
    list-style: none;
    padding: 0;
}

.woocommerce ins {
    background-color: transparent;
}

p.woocommerce-mini-cart__buttons.buttons {
    text-align: center;
    margin: 0;
}

.widget.widget_product_search .btn-theme:hover {
    transition: 0.5s ease;
    background-color: #F17732 !important;
    border: 1px solid #F17732;
}

.bs-price ins bdi {
    color: #232323 !important;
}

.woocommerce-mini-cart__buttons.buttons a {
    width: calc(50% - 5px);
    padding: 11px 0px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-mini-cart__buttons.buttons a:last-child {
    margin-right: 0;
}

.bs-prod-view-data h2 {
    font-size: 20px;
    margin: 10px 0 0;
}

.bs-prod-view-data ul {
    padding: 0;
    margin: 0;
    margin: 0 20px;
}

.widget_shopping_cart .woocommerce-Price-amount.amount bdi {
    display: inline-block;
}

.widget.widget_shopping_cart .widget_shopping_cart_content strong {
    font-weight: 600;
    color: #232323;
}

nav.woocommerce-pagination {
    margin-top: 50px;
}

.bs-sidebar-cart th {
    font-weight: 600 !important;
    font-size: 16px;
}

.bs-sidebar-cart td,
.bs-sidebar-cart td bdi {
    font-size: 16px;
}

strong.product-quantity {
    font-weight: 600;
}

.bs-sidebar-cart h3 {
    color: #232323;
    margin: 0px 0 10px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

.woocommerce-billing-fields .h-style {
    color: #232323;
    margin: 0px 0 10px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

.woocommerce-billing-fields label {
    font-size: 16px;
}

.woocommerce-billing-fields input,
.woocommerce-billing-fields span {
    font-size: 16px;
}

.woocommerce-form-login button {
    padding: 12px !important;
}

.lost_reset_password button {
    padding: 12px 20px !important;
}

.lost_reset_password input {
    padding: 7px !important;
}

.woocommerce table.shop_table td {
    padding: 0 0 7px;
    vertical-align: text-top;
}

td.product-name {
    padding: 0px 10px 7px 0 !important;
}

.shop_table th {
    padding: 10px 0px !important;
}

tfoot td {
    vertical-align: middle !important;
}

.woocommerce-checkout-payment {
    background: rgb(231 239 254 / 20%) !important;
    border-radius: 5px !important;
}

.payment_box {
    background-color: #fff !important;
}

.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #fff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.woocommerce-checkout .select2-selection__rendered {
    line-height: 50px !important;
}

.woocommerce-checkout .select2-selection__arrow {
    height: 56px !important;
}

.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 0 !important;
}

ul.wc_payment_methods.payment_methods.methods {
    padding-bottom: 0 !important;
}

.payment_box.payment_method_cod {
    margin-bottom: 0 !important;
    border-radius: 5px !important;
}

.woocommerce #reviews #comments h2,
.wc-tabs-wrapper .heading-panel h2,
.woocommerce #reviews h3,
.healthieo-related-products h3 {
    font-size: 24px !important;
    line-height: 32px;
    font-weight: 600;
}

.woocommerce-Tabs-panel h2 {
    font-size: 20px !important;
    line-height: 30px;
    font-weight: 600;
}

.woocommerce-mini-cart__empty-message {
    margin: 0;
}

aside .widget ul.product-categories {
    margin: 0;
    padding: 0 !important;
    background: transparent !important;
}

aside .widget .product-categories li a {
    font-size: 16px;
    display: block;
    position: relative;
    padding: 13px 50px 13px 20px;
    transition: 0.5s ease;
    border-radius: 5px;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 0;
}

a.woocommerce-review-link {
    font-size: 16px;
    color: #232323;
}

.bs-single-product-content .star-rating span::before {
    left: -1px;
}

.bs-single-product-content a.healthieo-prod-fav .shop-icon-outer {
    font-size: 16px;
    border: 1px solid #17869E;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #17869E;
    width: 40px;
    height: 40px !important;
    line-height: 38px;
    clip-path: none;
    background-color: #fff;
    top: 0;
    position: relative;
}

.bs-single-product-content a.healthieo-prod-fav .shop-icon-outer:hover {
    background-color: #F17732!important;
    border-color: #F17732;
    opacity: 1 !important;
    transition: 0.5s ease;
    opacity: 1;
    box-shadow: inset 0 0 0 25px #F17732;
    color: #fff;
}

.healthieo-prod-fav .bs-shop-icon svg {
    top: unset !important;
}

.bs-single-product-content .healthieo-prod-fav .bs-shop-icon svg {
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 30%;
}

.bs-single-product-price {
    padding: 10px 0;
}

.bs-single-product-content .input-group {
    margin: 0px 0 10px;
}

.bs-gallery-container .onsale {
    top: 10px !important;
}

.bs-prod-stock {
    background: #E7EFFE;
    padding: 7.5px 13px;
    color: #232323;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 5px;
    height: 40px;
}

.bs-single-product-content .addtoany_shortcode {
    display: inline-block;
    margin-left: 20px;
    position: absolute;
}

a.a2a_i,
i.a2a_i {
    display: flex !important;
    align-items: center;
}

.a2a_wide a {
    display: flex !important;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.healthieo-shop-page .bs-gallery-container .swiper-button-next,
.healthieo-shop-page .bs-gallery-container .swiper-button-prev:after {
    width: 32px !important;
    height: 32px !important;
}

.healthieo-shop-page .swiper-button-prev:after {
    line-height: 32px!important;
}

.healthieo-shop-page.swiper-button-prev {
    background: #fff;
    border-radius: 5px;
    height: 35px !important;
    width: 35px !important;
}

.bs-single-product-price del {
    font-size: 14px !important;
}

.bs-single-product-price ins bdi {
    font-size: 18px !important;
    color: #061A3A !important;
}

.bs-single-product-content .bs-cart:hover {
    background-color: #F17732 !important;
    border: 1px solid #F17732;
    color: #FFFFFF;
}

.healthieo-wishlist-wrap img {
    width: 70px;
    height: 70px;
    border-radius: 5px;
}

.healthieo-wishlist-wrap h3 {
    font-size: 16px;
    line-height: 16px;
    color: #232323;
    transition: 0.5s ease;
    margin-bottom: 0;
}

.healthieo-wishlist-wrap h3:hover {
    color: var(--secondarycolor) !important;
    transition: 0.5s ease;
}

.healthieo-wishlist-wrap .bs-cart-product td:first-child {
    width: 80px;
}

.healthieo-wishlist-wrap td {
    vertical-align: middle;
}

.healthieo-wishlist-wrap thead {
    border: 0 !important;
    height: 58px;
}

.healthieo-wishlist-wrap thead tr {
    border: 0 !important;
}

.healthieo-wishlist-wrap {
    margin: 100px 0;
}

.healthieo-wishlist-wrap .bs-prod-stock {
    margin-bottom: 0;
    height: 40px;
}

.healthieo-wishlist-wrap button.healthieo-add-prod-to-cart.btn.btn-theme {
    border: none;
    background-color: var(--primarycolor);
    width: 126px;
    padding: 9.5px 0;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: 0.5s ease !important;
    height: 40px;
}

.healthieo-wishlist-wrap button.healthieo-add-prod-to-cart.btn.btn-theme:hover {
    background-color: var(--secondarycolor) !important;
    transition: 0.5s ease !important;
    border: 1px solid var(--secondarycolor);
}

.bs-prod-view-slider .swiper-slide img {
    width: 100%;
}

.bs-wishlist .container {
    padding: 0px 15px;
}

.bs-single-product-topcontent {
    align-items: center;
    background-color: #fff;
}

.woocommerce-Tabs-panel h2 {
    font-size: 20px !important;
    line-height: 30px;
}

.woocommerce-Tabs-panel table.shop_attributes th {
    font-size: 16px !important;
    font-weight: 600;
    padding-left: 0;
}

.healthieo-shop-page>.container {
    padding: 0;
}

.bs-singleshop-tab {
    margin: 0 -11px 0 -10px;
}

time.woocommerce-review__published-date {
    font-size: 16px;
    color: #32363b !important;
    font-weight: 400;
    line-height: 30px;
}

.woocommerce-Tabs-panel p,
.woocommerce-Tabs-panel ul li {
    font-size: 16px;
}

.bs-review-post .form-group label {
    display: block;
}

.bs-review-post .form-group input {
    width: 100%;
}

.woocommerce p.stars.selected a.active::before {
    content: "\e020";
    color: #FFC107;
}

.woocommerce p.stars.selected a:not(.active)::before {
    content: "\e020";
    color: #FFC107;
}

.woocommerce p.stars.selected a.active~a::before {
    content: "\e021";
    color: #32363b;
}

.woocommerce p.stars a:hover::before {
    color: var(--secondarycolor);
}

.bs-review-post textarea {
    height: 132px !important;
}

.nice-select:focus {
    border-color: var(--lightcolor);
}

.bs-single-product-topcontent .swiper-button-next {
    right: 15px !important;
}

.bs-single-product-topcontent .swiper-button-prev {
    left: 15px !important;
}

form.woocommerce-cart-form {
    margin-right: 5px;
}

.bs-cart-page-body .bs-head-bord th:first-child {
    padding-left: 20px;
}

.bs-cart-page-body .text-danger {
    position: relative;
    right: -11px;
    font-size: 10px;
}

section.bs-billing-address {
    margin-bottom: 80px;
}

.healthieo-shop-2 a.healthieo-prod-fav span {
    display: none;
}

.healthieo-shop-2 a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    padding: unset;
    background-color: #17869E !important;
    max-width: 100%;
    width: 33% !important;
    display: flex;
}

.healthieo-shop-2 .bs-product-list p {
    font-size: 14px;
    margin-bottom: 10px;
}

.healthieo-shop-2 .bs-product-list h3 {
    font-size: 22px;
}

.healthieo-shop-2 .bs-product-list h3:hover {
    color: #061A3A;
}

.form-check-input[type=checkbox] {
    margin: 0;
    border: 0;
}

.healthieo-shop-2 .bs-product-list a img {
    padding: 7px 0 7px 7px;
}

.healthieo-shop-2 .bs-s-ribbon {
    right: 10px;
    top: 16px;
}

.healthieo-shop-2 .bs-product-list .row {
    align-items: center;
}

.bs-shop-cart-heart svg {
    font-size: 17px;
}

.bs-product-model svg.spin {
    width: 50px;
    height: 50px;
    display: flex;
    text-align: center;
    margin: auto;
    position: relative;
    top: -12px;
    color: #061A3A;
}

.bs-single-product-topcontent .bs-shop-icon {
    background-color: transparent !important;
    height: 40px;
    border-radius: 50%;
}


/* cart page  */

.bs-head-bord {
    padding: 7.5px 12px;
    border-radius: 5px;
    height: 56px;
}

.bs-head-bord [class*="col-md"] {
    color: #fff;
    font-weight: 600;
    border: 0 !important;
    font-size: 16px;
    border-radius: 0 !important;
    vertical-align: middle;
}

.bs-cart-tbody .row {
    justify-content: space-between;
    align-items: center;
}

.bs-cart-product {
    margin-bottom: 5px;
}

.favriourt-thumb-title {
    display: flex;
    gap: 10px;
    align-items: center;
}

.bs-cart-btn {
    display: flex;
    justify-content: space-between;
}

.bs-cart-btn .text-danger {
    right: -6px;
}

.bs-shop-content .bs-rate-star {
    margin: 5px 0 13px;
}

.bs-singleshop-tab .shop_attributes {
    margin: 0 !important;
}

.small-img img {
    max-width: 80px !important;
    height: 80px;
    border-radius: 5px;
    object-fit: cover;
}

.bs-shop-sidebar .cart_list li {
    background-color: #f9fafb;
}

.bs-gallery-main .swiper-button-prev:hover,
.bs-gallery-main .swiper-button-next:hover {
    box-shadow: inset 0 0 0 25px #F17732;
    background-color: #F17732;
    transition: 0.5s ease;
}

.widget_product_categories .cat-item a:hover {
    transition: 0.5s ease;
    background-color: #f17732;
    color: #fff;
    border-radius: 5px;
}

.widget_product_categories .cat-item a:hover:after {
    content: url(https://api.iconify.design/ic/sharp-arrow-right-alt.svg?color=white&width=30);
    position: absolute;
    right: 20px;
}

.widget_product_categories .cat-item a:after {
    content: url(https://api.iconify.design/ic/sharp-arrow-right-alt.svg?color=%2317869E&width=30);
    position: absolute;
    right: 20px;
    top: 15px;
}

.widget_product_categories .count {
    font-size: 14px;
}

.widget_product_categories .cat-item {
    list-style: none;
    background: #FFFFFF;
    border: 1px solid #E7EFFE;
    border-radius: 5px;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
}

.widget_product_categories .cat-item:not(:first-child) {
    margin: 15px 0 0 0;
}

.widget_product_categories .cat-item:last-child {
    padding: 0px;
    border: 0;
}

.healthieo-main-content {
    margin: 100px 0;
}

.return-to-shop {
    margin: 0;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    border: 0 !important;
    border-radius: 4px !important;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    box-shadow: inset 0 0 0 25px #F17732;
    transition: 0.5s ease;
    background-color: #F17732 !important;
    color: #fff !important;
}

.comment-form input#submit {
    border-radius: 5px !important;
}

.bs-product-model button.btn-close:hover {
    background-color: transparent !important;
    border: 0 !important;
    transition: 0.5s ease;
}

.bs-shop-icon .shop-icon-outer {
    line-height: 25px;
    background-color: #17869E;
    top: 0;
}

.bs-shop-icon svg {
    top: 0.6px;
}

.bs-shop-product .healthieo-prod-fav span:not(.shop-icon-outer) {
    font-size: 0;
    display: none;
}

.bs-shop-product .shop-icon-outer {
    background-color: transparent;
    clip-path: none;
}

.healthieo-add-prod-to-cart .shop-icon-outer {
    width: 100%;
    position: relative;
    top: 2px;
}

.healthieo-add-prod-to-cart svg.spin {
    font-size: 20px;
    width: 28px;
    position: relative;
    top: -10px;
    color: #fff;
}

.single-product .healthieo-prod-fav>span {
    font-size: 0;
    display: none;
}

.single-product .bs-single-product-topcontent .healthieo-prod-fav {
    display: inline-flex;
    width: auto;
    margin: 0;
    padding: 0;
    position: relative;
    height: 40px !important;
}

.addtoany_list.a2a_kit_size_32 a {
    transition: 0.5s ease;
}

.addtoany_list.a2a_kit_size_32 a:hover .a2a_svg {
    background-color: #F17732 !important;
    opacity: 1 !important;
    transition: 0.5s ease;
    opacity: 1;
    box-shadow: inset 0 0 0 25px #F17732;
}

.addtoany_list.a2a_kit_size_32 a:hover .a2a_svg svg path {
    fill: #fff !important;
}

.addtoany_list.a2a_kit_size_32 a .a2a_svg svg path {
    fill: #17869E;
}

.bs-shop-sidebar section:last-child {
    margin-bottom: 0;
}

.woocommerce-page footer .bs-footer-widgets {
    padding: 100px 0 100px !important;
}

.outer-different-ship h3 {
    font-size: 16px;
    margin-top: 30px;
    font-weight: 400;
    line-height: 22px;
}

.outer-different-ship .woocommerce-shipping-fields__field-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: flex-end;
}

.outer-different-ship .form-row {
    width: 47%;
    padding: 10px 0;
    margin: 0;
}

.ph-trending-prod .shop-icon-outer {
    top: 0.5px;
}

.ph-trending-prod .healthieo-prod-fav .shop-icon-outer {
    top: 3.5px;
}

.rating-container .nice-select {
    max-width: 150px;
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    border: 1px solid var(--lightcolor);
}

.woocommerce-Tabs-panel .rating-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 50px;
}

.rating-container .stars {
    margin: 0 !important;
}

label[for="rating"] {
    width: 100%;
}

.woocommerce form .form-row label {
    line-height: 2;
    margin-bottom: 7px;
}

.bs-review-post input[type=checkbox]:after,
.bs-blog-comment input[type=checkbox]:after {
    content: "";
    opacity: 0;
    display: block;
    left: 0;
    top: 0;
    border-radius: 5px;
    position: absolute;
    width: 16px;
    height: 16px;
    border-top: 0;
    border-left: 0;
    background-color: var(--secondarycolor) !important;
    border-color: #fff;
    background: url('https://api.iconify.design/typcn/tick.svg?color=white') no-repeat center center / contain;
}

.bs-review-post input[type=checkbox],
.bs-blog-comment input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 16px;
    height: 16px;
    padding: 0 !important;
    margin-bottom: 0;
    border-radius: 5px;
    top: 2px;
    margin-right: 5px;
    cursor: pointer;
}

.bs-blog-comment input[type=checkbox] {
    margin-right: 10px;
}

.single-product .woocommerce-Tabs-panel--reviews input {
    border: 1px solid #ddd;
}

.bs-review-post input[type=checkbox]:checked {
    color: #000000;
}

.bs-review-post input[type=checkbox]:checked:after,
.bs-blog-comment input[type=checkbox]:checked:after {
    opacity: 1;
}


/* new add  */

@media (max-width:576px) {
    .healthieo-shop-page {
        padding: 50px 20px 30px;
    }
    .bs-cart-product a.remove {
        margin-top: -47px !important;
        margin-left: -14px;
    }
    .bs-grid-section-sort {
        flex-wrap: wrap;
        gap: 0;
    }
    .healthieo-shop-page .select2-container .select2-selection--single .select2-selection__rendered {
        display: block;
        padding-left: 0 !important;
    }
}