.pt-sans-regular {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.pt-sans-bold {
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.pt-sans-regular-italic {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.pt-sans-bold-italic {
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-style: italic;
}
.mr-2, .mx-2 {
    margin-right: .5rem !important;
}
.about_text{text-align: justify;}
.about_text p{text-align: justify;}

.btn-outline-success {
    color: #fff;
    border-color: #3ecf74;
    background-color: #3ecf74;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: rgba(0, 0, 0, 0);
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}



.overflow-hidden {
    overflow: hidden !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: sticky !important;
}




.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #3ecf74;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #3ecf74;
    border-color: #3ecf74;
}
.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}
.page-item:first-child .page-link {
    margin-left: 0;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #3ecf74;
    border-color: #3ecf74;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}




.text-success-1 {
    color: #3ecf74 !important;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 11;
    animation: action 1s infinite alternate;
    display: inline-block;
    margin-top: 10px;
    /*padding: 10px 18px;*/
    border-radius: 50px;-moz-border-radius: 50px;-webkit-border-radius: 50px;-o-border-radius: 50px;
    text-decoration: none;
    font-size: 30px;
    font-weight: bold;
    width: 50px; height: 50px; text-align: center;
}
@keyframes action {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-15px);
    }
}


.modal-footer{justify-content: center;}

.modal-header{background: #3ecf74; color: #fff; padding: 0.3rem 1rem 0.7rem 1rem;justify-content: center;}
.modal-title{font-size: 18px;}
.btn-success {
    color: #fff;
    background-color: #3ecf74;
    border-color: #3ecf74;
}

.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
}

#contactModal .btn {
    padding: 6px 18px;
}



/*table css code*/
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #6c757d;
}
.table th,
.table td {
    padding: 0.15rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
    padding: 0.3rem;
}
.table-bordered {
    border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
    color: #6c757d;
    background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: rgb(255, 242.68, 197.88);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
    border-color: rgb(255, 232.12, 148.92);
}
.table-hover .table-primary:hover {
    background-color: rgb(255, 237.18, 172.38);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: rgb(255, 237.18, 172.38);
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: rgb(252.2, 252.2, 252.2);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
    border-color: rgb(249.8, 249.8, 249.8);
}
.table-hover .table-secondary:hover {
    background-color: hsl(0, 0%, 93.9019607843%);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: hsl(0, 0%, 93.9019607843%);
}
.table-success,
.table-success > th,
.table-success > td {
    background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
    border-color: rgb(143.2, 209.24, 158.28);
}
.table-hover .table-success:hover {
    background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-info,
.table-info > th,
.table-info > td {
    background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
    border-color: rgb(134.36, 206.64, 218.08);
}
.table-hover .table-info:hover {
    background-color: hsl(188.198757764, 53.1353135314%, 78.3647058824%);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: hsl(188.198757764, 53.1353135314%, 78.3647058824%);
}
.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
    border-color: rgb(255, 222.76, 126.04);
}
.table-hover .table-warning:hover {
    background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: rgb(255, 231.265, 160.06);
}
.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
    border-color: rgb(236.8, 149.96, 158.28);
}
.table-hover .table-danger:hover {
    background-color: hsl(354.251497006, 70.4641350211%, 81.9882352941%);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: hsl(354.251497006, 70.4641350211%, 81.9882352941%);
}
.table-light,
.table-light > th,
.table-light > td {
    background-color: #fff;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
    border-color: #fff;
}
.table-hover .table-light:hover {
    background-color: hsl(0, 0%, 95%);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: hsl(0, 0%, 95%);
}
.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: rgb(200.68, 203.2, 205.16);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: rgb(154.12, 158.8, 162.44);
}
.table-hover .table-dark:hover {
    background-color: hsl(206.25, 4.3010752688%, 74.5764705882%);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: hsl(206.25, 4.3010752688%, 74.5764705882%);
}
.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: hsl(210, 10.3448275862%, 30.2450980392%);
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.table-dark {
    color: #fff;
    background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: hsl(210, 10.3448275862%, 30.2450980392%);
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, 0.075);
}


.table.table-borderless thead tr, .table.table-borderless tbody tr:not(:last-child) {
    border-bottom: 10px solid #fff;
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
    border: 0;
}

/*table css code*/


@media (min-width: 1366px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1264px;
    }
}


.text-right{text-align: right;}
.payment-right{text-align: right;}

.product_card{margin-bottom: 20px;}


.title_header{
    color: #184363;
    font-size: 24px;

    text-transform: none;
    line-height: 32px;
    margin: 0px 0px 16px 0px;
    text-align: center;
}

.nav-tabs{
    text-align: center;
    position: relative;
    z-index: 20;
    width: 516px;
    margin: auto auto 15px auto;
    border-bottom: 0px solid #dee2e6;
}
.nav-tabs .nav-link{
    background-color: #edf4f6;
    border: 1px solid #edf4f6;
    color: #184363;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    padding: 8px 16px !important;
    min-width: 150px;
    margin-top: 0 !important;
    margin-bottom: 0;

    border-radius: 56px;
    cursor: pointer;
    position: relative;
    z-index: 15;
    font-size: 15px;
    font-weight: 600;
}
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #39cb74;
    border: 1px solid #39cb74;
}

.nav-tabs .nav-item{margin-right: 12px;}





/* header start css */


/* Top Bar */
.top-bar {
    background: #3ecf74;
    color: #fff;
    padding: 10px 40px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.top-bar a {
    color: #fff;
    text-decoration: none;
}
.top-bar p {margin-bottom: 0px;}


.account-wrapper {
    position: relative;
    width: auto;cursor: pointer;
}
.account-wrapper .account-bar{display: inline-block;}
.account-wrapper svg{height: 15px;}
.account-bar {
    width: auto;
    height: auto;

    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 16px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 2px;
}

.account-bar i {
    margin-right: 8px;
    font-size: 18px;
}

.account-bar svg {fill: #fff;}

/* Dropdown */
.dropdown {
    position: absolute;
    top: 34px;
    right: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    display: none;
    z-index: 1000;
}

.dropdown a {
    display: block;
    padding: 12px 16px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.dropdown a:hover {
    background: #f5f5f5;
}

/* Show dropdown */
.dropdown.show {
    display: block;
}


/* Header */
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
    border-bottom: 1px solid #eee;
}

.logo {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    color: #0f4c75;
}

.logo img {
    margin-right: 10px;
}

.search-box {
    display: flex;
    background: #f1f6f7;
    border-radius: 30px;
    overflow: hidden;
    width: 64%;
}

.search-box select,
.search-box input {
    border: none;
    padding: 12px 14px;
    background: transparent;
    outline: none;
}

.search-box input {
    flex: 1;
}

.search-box button {
    background: #3ecf74;
    border: none;
    padding: 0 20px 0 17px;
    color: #fff;
    cursor: pointer;
}

.search-box button img{
    height: 28px;
}

/* Support */
.support {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0f4c75;
}

.support small {
    display: block;
    font-size: 12px;
}

.support .icon_support svg {
    color: #22c55e;
    fill: #22c55e;
    height: 24px;
}

/* Nav Bar */
.nav-bar {
    display: flex;
    align-items: center;
    padding: 14px 52px;
    gap: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.all-cat {
    background: #eef5f7;
    border: none;
    padding: 10px 18px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
}

.menu {
    display: flex;
    list-style: none;
    gap: 24px;
    margin: 0;
    padding: 0;
}

.menu a {
    text-decoration: none;
    color: #0f4c75;
    font-weight: 600;
}
.menu a:hover {text-decoration: underline; color: #22c55e;}
.menu a.active {
    text-decoration: underline; color: #22c55e;
}

.new {
    background: #22c55e;
    color: #fff;
    padding: 2px 6px;
    font-size: 10px;
    border-radius: 10px;
    margin-left: 4px;
}

.cart {
    margin-left: auto;
    font-size: 20px;
    cursor: pointer;
}

.cart .icon_cart svg {
    color: #22c55e;
    fill: #22c55e;
    height: 24px;
}

/* Responsive */
/* header end css */

/* banner  start css */
/* banner  end css */

/* filter_search start css */
/* filter_search end css */

/* categories_advertise start css */
.categories_advertise{margin: 25px 0;}
.promo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 260px;
    gap: 20px;
}

/* Cards */
.promo-card {
    position: relative;
    border-radius: 18px;
    padding: 24px;
    overflow: hidden;
}

/* Grid spans (desktop) */
.large { grid-column: span 2; }
.wide  { grid-column: span 2; }
.tall  { grid-row: span 2; }

/* Backgrounds */
.peach  { background: #fde6c9; }
.blue   { background: #cfeeff; }
.purple { background: #efe5f3; }
.green  { background: #d6f5e3; }
.wide   { background: #eef6f9; }

/* Image tweaks */
.green .product-img { max-width: 128px; }

.peach .product-img {
    left: 68px;
    bottom: 24px;
}

/* Content */
.content {
    max-width: 60%;
}

.peach .content {
    max-width: 60%;
    /*position: relative;*/
    position: absolute;
    right: 64px;
    top: 38px;
}

/* Text */
h3 {
    margin: 8px 0 16px;
    color: #0f4c75;
    font-size: 22px;
    line-height: 1.2;
}

h3 span {
    font-weight: normal;
}

small {
    color: #3b6c8e;
}

/* Badges */
.badge {
    display: inline-block;
    background: #f59e0b;
    color: #fff;
    padding: 5px 12px;
    border-radius: 14px;
    font-size: 12px;
}

.badge.orange {
    background: #fb923c;
}

/* Buttons */
.btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 18px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.btn.green {
    background: #22c55e;
    color: #fff;
}

/* Images */
.product-img {
    position: absolute;
    right: 20px;
    bottom: 20px;
    max-width: 220px;
}

.product-img.bottom {
    right: 50%;
    transform: translateX(50%);
}

/* ===================== */
/* TABLET (≤1100px) */
/* ===================== */
@media (max-width: 1100px) {
    .promo-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: auto;
    }

    .large,
    .wide {
        grid-column: span 2;
    }

    .tall {
        grid-row: span 1;
    }

    .content {
        max-width: 70%;
    }

    .product-img {
        max-width: 180px;
    }
}

/* ===================== */
/* MOBILE (≤600px) */
/* ===================== */
@media (max-width: 600px) {
    .promo-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    /* Reset all spans */
    .large,
    .wide,
    .tall {
        grid-column: span 1;
        grid-row: span 1;
    }

    .promo-card {
        padding: 20px;
        text-align: center;
    }

    .content,
    .peach .content {
        max-width: 100%;
        right: 0;
        top: 0; position: relative;
    }

    .product-img {
        position: relative;
        right: auto !important;
        left: auto !important;
        bottom: auto;
        margin: 16px auto 0;
        max-width: 160px;
        display: block;transform: translateX(0%) !important;

    }

    h3 {
        font-size: 18px;
    }

    .btn {
        padding: 9px 16px;
        font-size: 13px;
    }
}


/* categories_advertise end css */

/* popular_categories start css */
.star-rating i {
    color: red;
    font-size: 24px;
}
.popular_categories .product_card{position: relative;}
.popular_categories .product_card .onsale, .popular_categories .product_card .label {
    position: absolute;
    left: 8px !important;
    top: 8px !important;
    border-radius: 16px;
    padding: 4px 6px;
    z-index: 17;
    text-align: center;
    color: #fff;
    font-size: 12px;
    min-width: 40px;
    line-height: 12px;
    font-weight: 600;
    background: #39cb74;
    left: 12px;
    top: 12px;
}

.popular_categories .product_card .label{
    left: 60px !important;

}

.product_card .product_card_category {
    margin-bottom: 4px;
    font-size: 13px;
}
.product_card .product_card_category a{
  color: #39cb74; text-decoration: none;
}

.product_card .product_card_category a:after {
    content: ", ";
}
.et-clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.product_card .product_card_category a:last-child:after {
    content: "";
    display: table;
    clear: both;
}

.product_card .product_card_category a:hover {
    color: #184363;
}

.product_card .product_card_title{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600 !important;
    word-break: break-word;
    transition: color .1s ease-out;
    color: #184363;
    outline: 0;
}

.product_card .product_card_price_total {
    display: inline-block;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    color: #184363;
}
.product_card .product_button{
width: 100%;
height: 40px;
line-height: 40px;
padding: 0 !important;
margin-top: 12px !important;
font-family: PT Sans;
font-weight: 700;
letter-spacing: 0px;
background-color: #39cb74 !important;
    color: #fff;    font-size: 14px;
    border-radius: 72px;-moz-border-radius: 72px;-o-border-radius: 72px;-webkit-border-radius: 72px;
    backface-visibility: hidden;
    transition: all .2s ease-out;
    z-index: 1;
}





/* popular_categories end css */

/* advertise_banner1 start css  */
.advertise_banner1{margin: 40px 0;}



.hero-banner .banner-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    border-radius: inherit;
    z-index: 2;
    overflow: hidden;
    border-radius: 10px;
    transition: transform .8s .1s cubic-bezier(.19, 1, .22, 1);
}

#hero-banner .banner-back {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color: #c6eaf8;
}
.hero-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 125px;
    border-radius: 20px;-moz-border-radius: 20px;-webkit-border-radius: 20px;-o-border-radius: 20px;
    background: linear-gradient(135deg, #cfefff, #bde7fb);
    overflow: hidden;
}

.hero-banner .hero-content {
    max-width: 65%;     position: relative;
    z-index: 4;
}

.hero-banner .badge {
    display: inline-block;
    background: #f59e0b;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    margin-bottom: 16px;
}

.hero-banner .hero-text {
    margin: 0;
    line-height: 28px;
    padding: 0px 0px 0px 0px;
    color: #184363;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;


}

.hero-banner .btn {
    display: inline-block;
    background: #0f4c75;
    color: #fff;
    padding: 12px 24px;
    border-radius: 28px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.hero-banner .hero-image img {
    max-width: 320px;
    height: auto;     position: relative;
    z-index: 4;margin-bottom: -17px;
}

/* Decorative lines (optional) */
.hero-banner .hero-banner::after {
    content: "";
    position: absolute;
    right: 40px;
    top: 30px;
    width: 80px;
    height: 2px;
    background: rgba(255,255,255,0.6);
    box-shadow: 0 8px rgba(255,255,255,0.6),
    0 16px rgba(255,255,255,0.6);
}

/* Responsive */
@media (max-width: 900px) {
    .hero-banner {
        flex-direction: column;
        text-align: center;
        padding: 30px;
    }

    .hero-banner .hero-content {
        max-width: 100%;
        margin-bottom: 20px;
    }
}
/* advertise_banner1 end css  */

/* featured_products start css start css */
/* featured_products start css end css */

/* special_offers start css */
.special_offers_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.special_offers_wrapper .banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    border-radius: 18px;
    overflow: hidden; position: relative;
}

.special_offers_wrapper .banner-left {
    background: #eeeeee;

}

.special_offers_wrapper .banner-right {
    background: #cfe4e5;
}

.special_offers_wrapper .banner-content {
    max-width: 50%;
    z-index: 6;
}

.special_offers_wrapper .badge {
    display: inline-block;
    background: #f59e0b;
    color: #fff;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    margin-bottom: 14px;
}

.special_offers_wrapper .badge.light {
    background: transparent;
    color: #0f4c75;
    font-weight: bold;
}

.special_offers_wrapper .banner h2 {
    font-size: 28px;
    color: #0f4c75;
    margin: 0 0 20px;
    line-height: 1.2;
}

.special_offers_wrapper .banner h2 span {
    font-weight: normal;
}

.special_offers_wrapper .btn {
    display: inline-block;
    background: #0f4c75;
    color: #fff;
    padding: 10px 18px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.special_offers_wrapper .banner img {
    max-width: 240px;
    height: auto;
}

.special_offers_wrapper .banner .banner-back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    border-radius: inherit;
    z-index: 2;
    overflow: hidden;
    border-radius: 10px;
    transition: transform .8s .1s cubic-bezier(.19, 1, .22, 1);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #dcdcdc;
}

/* Responsive */
@media (max-width: 900px) {
    .special_offers_wrapper {
        grid-template-columns: 1fr;
    }

    .special_offers_wrapper .banner {
        flex-direction: column;
        text-align: center;
    }

    .special_offers_wrapper .banner-content {
        max-width: 100%;
        margin-bottom: 20px;
    }
}

/* special_offers end css */

/* more_to_love start css */
.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.product-card {
    display: flex;
    gap: 16px;
    align-items: flex-start;

}

.product-card img {
    width: 90px;
    height: auto;
    border-radius: 10px;
    background: #f5f5f5;
    padding: 10px;
}

.product-card h3 {
    font-size: 15px;
    margin: 6px 0;
    color: #003366;
}

.rating {
    color: #f5a623;
    font-size: 14px;
}

.rating span {
    color: #333;
    font-size: 12px;
    margin-left: 4px;
}

.price {
    font-weight: bold;
    color: #000;
}

.price .old {
    text-decoration: line-through;
    color: #888;
    margin-right: 6px;
    font-weight: normal;
}

/* Responsive */
@media (max-width: 900px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .product-grid {
        grid-template-columns: 1fr;
    }
}

/* more_to_love end css */

/* best_selling_products_in start css */
.best_selling_products_in{
    margin-top:50px;
}
/* best_selling_products_in end css */

/* join_our_newsletter start css */
.newsletter_wrapper {
    padding-top: 48px !important;
    padding-bottom: 56px !important;
    background: #39cb74 url(../img/newsletter_bg.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-top: 50px;

}
.newsletter_wrapper .hero h4{
    color: #184363;
    font-size: 36px;
    font-weight: 700;
    text-transform: none;
}

.newsletter_wrapper .hero p {
    color: #184363;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    line-height: 22px;
    margin: 0px 0px 24px 0px;
    border-radius: 0;
    position: relative;
    box-sizing: border-box;
    word-wrap: break-word;
}

.newsletter_wrapper .hero  .input-group{width:80%; margin:auto;}
.newsletter_wrapper .hero .input-group .input_width {
    font-size: 14px;
    /*max-width: 100%;*/

    margin: 0;
    border-radius: 48px 0 0 48px;-moz-border-radius: 48px 0 0 48px;-webkit-border-radius: 48px 0 0 48px;-o-border-radius: 48px 0 0 48px;
    position: relative;
    backface-visibility: hidden;
    transition: color .3s ease-out, background-color .3s ease-out, box-shadow .3s ease-out, border-color .3s ease-out;
    height: 42px;
    line-height: 16px;
    padding: 0 16px;
    text-align: left;
    /*min-width: 282px;*/
    width: 282px;
    margin-right: 0;
    margin-bottom: 8px;
}

.newsletter_wrapper .hero .input-group .subscribe_button {
    padding: 10px 32px !important;
    font-size: 14px;
    margin: 0;
    min-width: 0;
    width: 140px;
    height: 42px;
    border: none !important;
    position: relative;
    border-radius: 0 48px 48px 0 !important;
    color: #ffffff;
    background-color: #39cb74;
    font-family: PT Sans;
    font-weight: 700;
    letter-spacing: 0px;display: inline-block;backface-visibility: hidden;
    transition: all .2s ease-out;
    z-index: 1;line-height: 22px;
    text-align: center !important;
    text-transform: none;
}


/* join_our_newsletter end css */

/* footer start css */

.footer_wrapper{
    font-size: 14px;
    font-weight: 400;
    font-family: PT Sans;
    line-height: 24px;
    letter-spacing: 0px;
    color: #56778f;
}

.et-icon-box .et-icon.small-x {
    width: 20px;
    height: 20px;
    min-width: 20px;
    line-height: 20px;
}
.et-icon-box.icon-alignment-left .et-icon {
    text-align: left;
}
.hicon, .et-icon {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    text-align: center;
}
.et-icon-box .et-icon svg {
    width: 100%;
    top: 0;
}
#et-icon-box-340310 .et-icon svg * {
    fill: #bdbdbd !important;
}

.et-icon-box .et-icon.small-x {
    width: 20px;
    height: 20px;
    min-width: 20px;
    line-height: 20px;
}



.footer_wrapper_text {
    color: #39cb74;
    font-size: 24px;
    font-weight: 700;
    text-transform: none; margin-top: 20px;
}

.footer_wrapper_days, .address

{
    color: #184363;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;line-height: 14px;margin-top: 30px;
}
.address{margin-top: 20px;}
.footer_wrapper_days p, .address p{margin-bottom: 5px;}
h6 {
    color: #39cb74;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
}
a.showon_map{color: #39cb74;text-decoration: underline;font-size: 14px;
    font-weight: 600;margin-top: 20px;display: block;
    text-transform: none;}

.social-icons { margin-top: 20px;
    display: flex;
    gap: 18px;
    align-items: center;
}

.social-icons a {
    color: #2ecc71; /* green color */
    font-size: 22px;
    text-decoration: none;
    transition: transform 0.2s ease, color 0.2s ease;
}

.social-icons a:hover {
    color: #27ae60;
    transform: scale(1.2);
}



.address_wrapper {
    border-right-width: 2px !important;
    padding-right: 48px !important;
    border-right-color: #eaeaea !important;
    border-right-style: solid !important;
}



/* footer end css */


.features-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap; /* important for responsiveness */
}

.features-wrapper .feature-box {
    flex: 1;
    display: flex;
    align-items: center;        /* vertical center */
    justify-content: center;    /* horizontal center */
    gap: 12px;
    padding: 18px 24px;
    background: #f9f9f9;
    border-radius: 10px;
    min-width: 250px; /* helps wrapping */
}

.features-wrapper .feature-box p {
    margin: 0;
    font-weight: 600;
    color: #000;
}

.features-wrapper .feature-box .icon {
    font-size: 28px;
    color: #22c55e;

    width: 48px;
    height: 48px;
    min-width: 48px;
    line-height: 48px;
}



.features-wrapper .feature-box .icon svg{
    color: #22c55e;
    fill: #22c55e;height: 30px;

}

.category-bar {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.category-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 18px 15px 18px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.category-item:hover {
    background: #f0fdf4;
    border-color: #22c55e;
}

.icon {
    font-size: 28px;
    color: #22c55e;

    width: 48px;
    height: 48px;
    min-width: 48px;
    line-height: 48px;

}

.icon svg{
    color: #22c55e;
    fill: #22c55e;height: 42px;

}



.category-item p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #0f4c75;
    white-space: nowrap;
}

/* Responsive */
@media (max-width: 768px) {
    .category-bar {
        justify-content: center;
    }
}
























@media (min-width: 992px) {
    .slider, .slide {
        height: 68vh; margin-bottom: 20px;
    }
}

.slide {
    position: relative;
}
.slide .slide__img {
    width: 100%;
    height: auto;
    overflow: hidden;
}
@media (min-width: 992px) {
    .slide .slide__img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
}
.slide .slide__img img {
    max-width: 100%;
    height: auto;
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    transition: all 1s ease;
}
.slide .slide__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slide .slide__content.slide__content__left {
    left: 15%;
    transform: translate(-15%, -50%);
}
.slide .slide__content.slide__content__right {
    right: 15%;
    left: auto;
    transform: translate(5%, -50%);
}
.slide .slide__content--headings {
    color: #FFF;
}
.slide .slide__content--headings h2 {
    font-size: 4.5rem;
    margin: 10px 0;
}
.slide .slide__content--headings .animated {
    transition: all 0.5s ease;
}
.slide .slide__content--headings .top-title {
    z-index: 10;
    font-family: "PT Sans";
    touch-action: manipulation;
    height: auto;
    width: auto;
    color: rgba(24, 67, 99, 0.7);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 16px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 16px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;

}
.slide .slide__content--headings .title {
    /*font-size: 3.5rem;*/

    z-index: 9;
    font-family: "PT Sans";
    touch-action: manipulation;
    height: auto;
    width: auto;
    color: rgb(24, 67, 99);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 42px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 42px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;

}
.slide .slide__content--headings .button-custom {
   /* text-decoration: none;
    color: #333;
    padding: 1.2rem 2.5rem;
    font-size: 1.5rem;*/

    z-index: 8;
    background-color: rgb(255, 255, 255);
    font-family: "PT Sans";
    touch-action: manipulation;
    height: auto;
    width: auto;
    color: rgb(24, 67, 99);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 15px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 15px;
    padding: 15px 32px;
    border-radius: 30px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    border-width: 0px;
}

.slider [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
}

.slick-dotted .slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.simple-dots .slick-dots li {
    width: 20px;
    height: 20px;
}
.simple-dots .slick-dots li button {
    border-radius: 50%;
    background-color: white;
    opacity: 0.25;
    width: 20px;
    height: 20px;
}
.simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
    opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

.stick-dots .slick-dots li {
    height: 3px;
    width: 50px;
}
.stick-dots .slick-dots li button {
    position: relative;
    background-color: white;
    opacity: 0.25;
    width: 50px;
    height: 3px;
    padding: 0;
}
.stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
    opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
    opacity: 1;
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
    }
    to {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}
@keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
    }
    to {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}
.zoomInImage {
    -webkit-animation-name: zoomInImage;
    animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}
.zoomOutImage {
    -webkit-animation-name: zoomOutImage;
    animation-name: zoomOutImage;
}

.slick-nav {
    --active: #3ecf74;
    --border: rgba(62, 207, 116, .40);
    /*--active: #000;*/
    /*--border: rgba(0, 0, 0, .50);*/
    width: 44px;
    height: 44px;
    position: absolute;
    cursor: pointer;
    top: calc(50% - 18px);
}
.slick-nav.prev-arrow {
    left: 3%;
    transform: scaleX(-1);
    z-index: 999;
}
.slick-nav.next-arrow {
    left: auto;
    right: 3%;
}
.slick-nav i {
    display: block;
    position: absolute;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
}
.slick-nav i:before, .slick-nav i:after {
    content: "";
    width: 10px;
    height: 2px;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--active);
    margin: -1px 0 0 -5px;
    display: block;
    transform-origin: 9px 50%;
}
.slick-nav i:before {
    transform: rotate(-40deg);
}
.slick-nav i:after {
    transform: rotate(40deg);
}
.slick-nav:before, .slick-nav:after {
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 50%;
    border: 2px solid var(--border);
}
.slick-nav svg {
    width: 44px;
    height: 44px;
    display: block;
    position: relative;
    z-index: 1;
    color: var(--active);
    stroke-width: 2px;
    stroke-dashoffset: 126;
    stroke-dasharray: 126 126 0;
    transform: rotate(0deg);
}
.slick-nav.animate svg {
    -webkit-animation: stroke 1s ease forwards 0.3s;
    animation: stroke 1s ease forwards 0.3s;
}
.slick-nav.animate i {
    -webkit-animation: arrow 1.6s ease forwards;
    animation: arrow 1.6s ease forwards;
}
.slick-nav.animate i:before {
    -webkit-animation: arrowUp 1.6s ease forwards;
    animation: arrowUp 1.6s ease forwards;
}
.slick-nav.animate i:after {
    -webkit-animation: arrowDown 1.6s ease forwards;
    animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
    52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0;
    }
    52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0;
    }
    100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126;
    }
}

@keyframes stroke {
    52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0;
    }
    52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0;
    }
    100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126;
    }
}
@-webkit-keyframes arrow {
    0%, 100% {
        transform: translateX(0);
        opacity: 1;
    }
    23% {
        transform: translateX(17px);
        opacity: 1;
    }
    24%, 80% {
        transform: translateX(-22px);
        opacity: 0;
    }
    81% {
        opacity: 1;
        transform: translateX(-22px);
    }
}
@keyframes arrow {
    0%, 100% {
        transform: translateX(0);
        opacity: 1;
    }
    23% {
        transform: translateX(17px);
        opacity: 1;
    }
    24%, 80% {
        transform: translateX(-22px);
        opacity: 0;
    }
    81% {
        opacity: 1;
        transform: translateX(-22px);
    }
}
@-webkit-keyframes arrowUp {
    0%, 100% {
        transform: rotate(-40deg) scaleX(1);
    }
    20%, 80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}
@keyframes arrowUp {
    0%, 100% {
        transform: rotate(-40deg) scaleX(1);
    }
    20%, 80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}
@-webkit-keyframes arrowDown {
    0%, 100% {
        transform: rotate(40deg) scaleX(1);
    }
    20%, 80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}
@keyframes arrowDown {
    0%, 100% {
        transform: rotate(40deg) scaleX(1);
    }
    20%, 80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}





.slick-slider .category-bar{ margin:0px 10px;}
.slick-slider .category-bar a p{text-decoration: none;}
.slick-slider .element{
    height:100px;
    width:100px;
    background-color:#000;
    color:#fff;
    border-radius:5px;
    display:inline-block;
    margin:0px 10px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    font-size:20px;
}
.slick-slider .slick-disabled {
    opacity : 0;
    pointer-events:none;
}






/*--------------------*/

 .product_card{position: relative;}
 .product_card .onsale, .product_card .label {
    position: absolute;
    left: 8px !important;
    top: 8px !important;
    border-radius: 16px;
    padding: 4px 6px;
    z-index: 17;
    text-align: center;
    color: #fff;
    font-size: 12px;
    min-width: 40px;
    line-height: 12px;
    font-weight: 600;
    background: #39cb74;
    left: 12px;
    top: 12px;
}

 .product_card .label{
    left: 60px !important;

}


/*--------------------*/

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 5px;-o-border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
    border: 1px solid #d7d7d7;
}
.breadcrumb-item {
    display: flex;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #6c757d;
}


/*checkout page css start*/
.section-title::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 50%;
    left: 0;
    border-top: 1px dashed hsl(206.25, 11.5942028986%, 77.0588235294%);
    z-index: -1;
}

.position-relative {
    position: relative !important;
}

.p-30 {
    padding: 30px;
}
.shadow1{
    box-shadow: rgba(99, 99, 99, 0.5) 0px 1px 4px 0px;
    -o-box-shadow: rgba(99, 99, 99, 0.5) 0px 1px 4px 0px;
    -moz-box-shadow: rgba(99, 99, 99, 0.5) 0px 1px 4px 0px;
    -webkit-box-shadow: rgba(99, 99, 99, 0.5) 0px 1px 4px 0px;

}

.billing_text{font-size: 16px; padding: 0 3px;}
.round_20{
    border-radius: 20px;
    -o-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.btn-block {
    display: block;
    width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    /*height: calc(1.2em + 0rem);*/
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;-o-border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
textarea.form-control {
    height: auto;
}
.form-group{margin-bottom: 10px;}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #3ecf74;
    background-color: #3ecf74;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: rgb(255, 238.5, 178.5);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: rgb(255, 249.5, 229.5);
    border-color: rgb(255, 249.5, 229.5);
}
.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}
.custom-control-label {
    position: relative; cursor: pointer;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox
.custom-control-input:indeterminate
~ .custom-control-label::before {
    border-color: #3ecf74;
    background-color: #3ecf74;
}
.custom-checkbox
.custom-control-input:indeterminate
~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox
.custom-control-input:disabled:checked
~ .custom-control-label::before {
    background-color: rgba(255, 211, 51, 0.5);
}
.custom-checkbox
.custom-control-input:disabled:indeterminate
~ .custom-control-label::before {
    background-color: rgba(255, 211, 51, 0.5);
}
.custom-radio .custom-control-label::before {
    border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio
.custom-control-input:disabled:checked
~ .custom-control-label::before {
    background-color: rgba(255, 211, 51, 0.5);
}
.custom-switch {
    padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem);
}
.custom-switch
.custom-control-input:disabled:checked
~ .custom-control-label::before {
    background-color: rgba(255, 211, 51, 0.5);
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px;
    border: 1px solid #ced4da;

    border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;-o-border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select:focus {
    border-color: rgb(255, 238.5, 178.5);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 211, 51, 0.25);
}
.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}
.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}
.custom-select::-ms-expand {
    display: none;
}
.custom-select:-moz-focusring {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}
.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: rgb(255, 238.5, 178.5);
    box-shadow: none;
}
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
}
.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-range:focus {
    outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #f5f5f5, none;
}
.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #f5f5f5, none;
}
.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #f5f5f5, none;
}
.custom-range::-moz-focus-outer {
    border: 0;
}
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #3ecf74;
    border: 0;
    -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}
.custom-range::-webkit-slider-thumb:active {
    background-color: rgb(255, 249.5, 229.5);
}
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: #dee2e6;
    border-color: rgba(0, 0, 0, 0);
}
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #3ecf74;
    border: 0;
    -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}
.custom-range::-moz-range-thumb:active {
    background-color: rgb(255, 249.5, 229.5);
}
.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: #dee2e6;
    border-color: rgba(0, 0, 0, 0);
}
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #3ecf74;
    border: 0;
    -ms-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none;
    }
}
.custom-range::-ms-thumb:active {
    background-color: rgb(255, 249.5, 229.5);
}
.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
}
.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
}
.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
    cursor: default;
}
.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}


/*checkout page css end*/


/*cart page css code start*/
.quantity .btn-sm, .btn-group-sm>.btn {
    padding: .355rem  .5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
    margin-top: 0px;
}

.quantity .bg-secondary {
    background-color: #fff !important;
}

/*cart page css code end*/



/*product list page css code start*/
.product-action {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.product-action a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}
.product_card:hover {
    box-shadow: 0 0 30px #ddd;
}
.product_card:hover .product-action {
    background: hsla(0, 0%, 100%, 0.7);
}
.product_card:hover .product-action a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: 0.3s 0s;
}
.product_card:hover .product-action a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: 0.3s 0.05s;
}
.product_card:hover .product-action a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: 0.3s 0.1s;
}
.product_card:hover .product-action a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: 0.3s 0.15s;
}
.product_card .product-img img {
    transition: 0.5s;
}
.product_card:hover .product-img img {
    transform: scale(1.2);
}
.product_card .btn:hover {
    color: #ffd333 !important;
}
.category-item-width{width: 200px;}
.category-bar-space{gap: 20px 30px;}

.custom-control .badge{background: transparent; color: #3ecf74; font-weight: 600;     border: 1px solid #3ecf74 !important;}
.list_view_show{}
.list_view_show .product_card{display: block; border: 1px solid #d7d7d7;}
.list_view_show .product-img1{width: 17%; float: left; margin-right: 20px;}
.list_view_show .product_card_body{width: 75%; float: left; position: relative; padding: 20px;}

.list_view_show .product_card .product_button{
    position: absolute;
    right: 0;
    width: 200px !important;
    top: 30%;
}

/*product list page css code end*/


/*my account page css code start*/
.my_account_wrapper{display: block; width: 100%;}
.my_account_wrapper  .nav-link{border-radius: 0px;}
.my_account_wrapper   .nav-item{margin-bottom: 2px;     margin-right: 0px;     }

.tab-content{border: 1px solid #d7d7d7; padding: 15px;}
/*my account page css code end*/


/*responsive css*/

@media (max-width:991px){
    /*.header_wrapper{display: none;}*/
    .newsletter_wrapper .hero .input-group .input_width{width: 210px;}
    .address_wrapper{
        border-right-width: 0px !important;
        border-bottom-width: 2px !important;
        border-bottom-color: #eaeaea !important;
        border-bottom-style: solid !important;
        padding-right: 0px !important;
        padding-bottom: 20px !important;
        margin-bottom: 20px;
    }
    .payment-right{text-align: center;}
    .mobile_center{text-align: center; line-height: 28px;}
    .product_card_body{text-align: center;}
}


/* Tablet */
@media (max-width: 768px) {


    .features-wrapper  .feature-box {
        flex: 1 1 calc(50% - 20px);
    }
    .category_bar_warpper{ margin-top: 25px;}
    .nav-tabs{width: 100%;}
    .nav-tabs .nav-item {
        margin-right: 5px; margin-left: 5px;
        width: 46%;
        margin-bottom: 12px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .features-wrapper   .feature-box {
        flex: 1 1 100%;
        padding: 16px;
    }

    .nav-tabs{width: 100%;}
    .nav-tabs .nav-item {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 12px;
    }

    .category_bar_warpper{ margin-top: 25px;}
}

/*responsive css*/




/* ========================= */
/* TABLET (≤991px) */
/* ========================= */
@media (max-width: 991px) {

    .top-bar {
        padding: 10px 20px;
        font-size: 13px;
    }

    .header {
        flex-wrap: wrap;
        gap: 16px;
        padding: 16px 20px;
    }

    .logo {
        flex: 1;
    }

    .search-box {
        width: 100%;
        order: 3;
    }

    .support {
        display: none;
    }

    .nav-bar {
        padding: 12px 20px;
        gap: 16px;
        overflow-x: auto;
        white-space: nowrap;
    }

    .menu {
        gap: 16px;
    }
}


/* ========================= */
/* MOBILE (≤767px) */
/* ========================= */
@media (max-width: 767px) {

    /* Top Bar */
    .top-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 10px 16px;
    }

    .account-wrapper {
        width: auto;
    }

    /* Header */
    .header {
        padding: 14px 16px;
    }

    .logo span {
        font-size: 18px;
    }

    .search-box {
        flex-direction: row;
        border-radius: 12px;
    }

    .search-box select {
        display: none;
    }

    .search-box input {
        padding: 10px 12px;
        font-size: 14px;
    }

    .search-box button img {
        height: 22px;
    }

    /* Nav Bar */
    .nav-bar {
        flex-wrap: wrap;
        padding: 12px 16px;
    }

    .all-cat {
        width: 100%;
        text-align: center;
        padding: 12px;
    }

    .menu {
        display: none;
        flex-direction: column;
        width: 100%;
        gap: 12px;
        padding-top: 12px;
    }

    .menu li {
        width: 100%;
    }

    .menu a {
        display: block;
        padding: 10px;
        border-radius: 6px;
    }

    .menu.show {
        display: flex;
    }

    .cart {
        margin-left: auto;
    }
}


/* ========================= */
/* SMALL MOBILE (≤480px) */
/* ========================= */
@media (max-width: 480px) {

    .top-bar {
        font-size: 12px;
    }

    .logo img {
        width: 32px;
    }

    .search-box {
        padding: 2px;
    }

    .btn,
    .all-cat {
        font-size: 14px;
    }
}

