.top-bar {
    background: #1b2522;
    padding: 10px;
}
html {
    width: 100% !important;
    overflow-x: hidden !important;
}
body {
    font-family: 'Poppins';
    background: #fff !important;
}
a {
    text-decoration: none;
}
.announement-text {
    font-size: 17px;
    color: #fff;
    font-family: 'Poppins';
}
.cart-dropdown.hide {
    display: none;
}
span.logo-icon {
    font-size: 62px;
    color: #1b2522;
    margin-right: 10px;
    display: inherit;
}
.nav-bg {
    background: #1b2522;
    padding: 10px;
    margin-top: 10px;
}
span.logo-text {
    color: #000;
    font-size: 45px;
    font-family: 'Poppins';
    font-weight: 700;
}
.header-menu-item {
    padding: 10px 0px;
    padding-bottom: 0;
}
.align-item-center {
    align-items: center;
}
/*.search-item {
    padding: 0px 80px;
}*/
.search-form  input {
    width: 100%;
    padding: 12px;
    background: #f3f4f7;
    border: #f3f4f7;
    font-family: 'Poppins';
    color: #000;
    border-radius: 6px 0px 0px 6px;
    outline: unset;
}
.header-search button {
    padding: 12px 25px;
    background: #f3f4f7;
    border: #f3f4f7;
    font-family: 'Poppins';
    color: #000;
    border-radius: 0px 6px 6px 0px;
    outline: unset;
    font-size: 24px;
}

.three-item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.button-icon {
    text-align: center;
    color: #000;
    font-size: 21px;
    border: 1px solid #e2e4ec;
    width: 40px;
    height: 40px;
    display: grid;
    align-items: center;
    border-radius: 50px;
}
/*.header-cart 
 .button-icon {
    border: 0;
    display: block;
    height: auto;
    width: auto;
}*/
.button-icon svg {
    width: 100%;
}
.header-icon a {
    text-decoration: unset;
}
.header-cart {
    position: relative;
}
span.cart-count-icon {
    position: absolute;
    right: -5px;
    top: -7px;
    background: #ff00008c;
    width: 23px;
    text-align: center;
    color: #000;
    border-radius: 50px;
}
/*.menu-item {
    margin-top: 20px;
}*/
.category-drop-down-btn .nav-link {
    display: inline-block;
    background: #800080;
    color: #fff;
    padding: 14px 34px;
    text-align: center;
    font-family: 'Poppins';
    font-size: 18px;
    border-radius: 4px;
    border-radius: 50px;
}
.nav-item-menu .navbar-expand-lg .navbar-collapse {
    display: block;
    flex-basis: auto;
}
.nav-item-menu .navbar-expand-lg .navbar-nav {
    display: block;
    width: 100%;
    text-align: center;
}
.nav-item-menu li.nav-item {
    display: inline-block;
}
.nav-item-menu a.nav-link {
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins';
}
.nav-item-menu li.nav-item {
    display: inline-block;
    padding: 0px 12px;
}
li.nav-item:last-child {
    padding-right: 0;
}
.header-cart:hover .cart-dropdown.hide {
    position: absolute;
    min-width: 18.75rem;
    max-width: 20rem;
    top: 52px;
    right: 0;
    will-change: transform, opacity;
    -webkit-transition: all 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99);
    transition: all 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99);
    z-index: 9999;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 5px 10px rgba(62, 68, 90, 0.1);
    border: 1px solid #edeef5;
    border-radius: 4px;
    z-index: 999999;
}
.header-cart:hover .cart-dropdown.hide {
    display: block !important;
}
.empty-icon svg {
    width: 144px !important;
    position: relative;
    left: -36px;
    top: 13px;
    height: auto;
}
.empty-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #eaecef;
    margin: 0 auto;
    text-align: center;
}
.cart-empty {
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f3f4f7;
}
.empty-text {
    margin-top: 10px;
    font-size: 17px;
    color: #000;
    font-family: 'Poppins';
}
.cart-noticy {
    text-align: center;
    font-size: 16px;
    font-family: 'Poppins';
}
/*slider css start*/
.items{
  width:100%;
  margin:0px auto;
}

.slick-slide img{
  width:100%;
  border: 0px solid #fff;
}
.slider-bg {
    height: 600px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.baner-content {
    height: 600px;
    display: grid;
    align-items: center;
}
span.ofer-text {
    font-size: 17px;
    background: #800080;
    padding: 5px 20px;
    font-family: 'Poppins';
    color: #fff;
    border-radius: 50px;
    margin-left: 10px;
}
.content-header .content-description {
    font-size: 18px;
    font-family: 'Poppins';
    text-transform: uppercase;
    letter-spacing: 1px;
}
.content-header {
    margin-bottom: 20px;
}
.content-main h3.entry-title {
    font-size: 60px;
    font-family: roboto;
    color: #fff;
    font-weight: 700;
}
.content-text {
    font-size: 22px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 600;
}
.content-main {
    margin-bottom: 20px;
}
span.price-text {
    font-size: 21px;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
}
span.price {
    font-size: 38px;
    font-family: 'Poppins';
    font-weight: 700;
    color: #1b2522;
}
.content-footer {
    margin-bottom: 20px;
}
a.button.button-secondary {
    background: #1b2522;
    color: #fff;
    font-size: 18px;
    text-decoration: unset;
    padding: 12px 33px;
    border-radius: 50px;
    font-family: 'Poppins';
    display: inline-block;
}
.baner-slider button.slick-next {
    right: 65px;
}
.baner-slider button.slick-prev {
    left: 65px;
}
.baner-slider .slick-arrow {
    background: #1b2522 !important;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    opacity: unset;
    z-index: 1;
}
.baner-slider .slick-dots button:before {
    width: 48px !important;
    height: 7px !important;
    background: #1b2522;
    border-radius: 50px;
}
.baner-slider .slick-dots button {
    width: 50px !important;
    padding: 0 !important;
}
.baner-slider  .slick-dots li {
    width: auto;
    height: auto;
}
section.space-sec {
    padding: 40px 0px;
}
/*end*/
.cat-img img {
    width: 100%;
}
.four-grid-item {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.category-box {
    text-align: center;
    border: 1px solid #e4e5ee;
    padding: 15px;
    margin:8px;
}
.category-sec .col-lg-2 {
    padding-right: 0;
}
.category-sec .col-lg-10 {
    padding-left: 0;
}
.category-box h3 {
    color: #000;
    font-family: 'Poppins';
    font-size: 20px;
}
.category-box a {
    text-decoration: unset;
}
p.product-items {
    color: #000;
    font-family: 'Poppins';
}
.text-left .cat-img {
    width: 45%;
    flex: 45%;
}
.text-left .cat-content {
    width: 55%;
    flex: 55%;
    text-align: left;
    padding:10px;
}

/*product-sec css*/
.card-product .card-product-action {
    bottom: 15%;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    transition: all .3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 9;
}
.card-product .btn-action {
    align-items: center;
    border-radius: .5rem;
    box-shadow: 0 2px 4px -1px rgba(145,158,171,.2),0 4px 5px 0 rgba(145,158,171,.14),0 1px 10px 0 rgba(145,158,171,.12);
    color: var(--fc-gray-800);
    display: inline-flex;
    font-size: 16px;
    height: 36px;
    justify-content: center;
    line-height: 36px;
    text-align: center;
    transition: all .3s ease 0s;
    vertical-align: middle;
    width: 34px;
    background: #fff;
    text-decoration: unset !important;
}
.card-product:hover {
    border: 1px solid #800080;
    box-shadow: 0 5px 12px rgba(0,0,0,.12);
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
}
.card-product:hover .card-hidden, .card-product:hover .card-product-action {
    opacity: 1;
    visibility: visible;
}
.small-text a {
    font-size: 17px;
    font-family: 'Poppins';
}
a.product-title {
    color: #21313c;
    font-family: 'Poppins';
    text-decoration: unset;
}
.review-text span {
    font-size: 15px;
    font-family: 'Poppins';
}
.price-text span.text-dark {
    color: #000;
    font-size: 20px;
    font-family: 'Poppins';
}
.price-text span.text-decoration-line-through.text-muted {
    font-size: 18px;
    font-family: 'Poppins';
}
/*a.cart-btn.btn-sm {*/
/*    background: #800080;*/
/*    color: #fff;*/
/*    font-family: 'Poppins';*/
/*    padding: 8px 10px;*/
/*    font-size: 15px;*/
/*    border-radius: 4px;*/
/*    text-decoration: unset;*/
/*    display: inline-block;*/
/*    text-align: center;*/
/*}*/
a.cart-btn.btn-sm {
    background: #800080;
    color: #fff;
    font-family: 'Poppins';
    padding: 10px 10px;
    font-size: 12px;
    border-radius: 50px;
    text-decoration: unset;
    display: inline-block;
    text-align: center;
    border: 0 !important;
}
.space-top-0 {
    padding-top: 0 !important;
}
.heading-title  h2 {
    margin-bottom: 30px;
    color: #000;
    font-family: 'Poppins';
}
.category-bg-item {
   background-position: center;
    background-size: 100% 100%;
    height: 350px;
    border-radius: 4px;
    background-repeat: no-repeat;
    padding: 30px;
    display: grid;
    align-items: center;
}
.discount-text p {
    font-family: 'Poppins';
    font-size: 18px;
    color: red;
}
.box-content-wraper h3.title-item {
    font-size: 31px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 600;
}
.shop-btn a.button {
    background: #1b2522;
    color: #fff;
    text-decoration: unset;
    font-size: 18px;
    padding: 8px 25px;
    display: inline-block;
    border-radius: 50px;
}
.product-item {
    /*width: 250px !important;*/
    margin: 5px;
}
.bottom-content {
    margin-bottom: 10px;
}
.bottom-content 
 .price-text {
    margin-bottom: 13px;
}
.arrow-item .slick-arrow {
    background: #1b2522 !important;
    width: 34px !important;
    z-index: 1;
    height: 34px !important;
    border-radius: 50px;
}
.arrow-item 
 button.slick-next.slick-arrow {
    right: -48px;
}
.arrow-item 
 button.slick-prev.slick-arrow {
    left: -48px;
}
.daily-best-sec a.cart-btn {
    width: 100%;
}
.offer-bg {
    height: 455px;
    border-radius: 8px;
    padding: 55px 20px;
    background-size: 100% 100%;
}
a.site-button {
    background: #1b2522;
    color: #fff;
    text-decoration: unset;
    font-size: 18px;
    padding: 8px 25px;
    display: inline-block;
    border-radius: 50px;
}
.news-bg {
    background: #1b2522;
    padding: 138px;
    position: relative;
}
.coupan-img {
    position: absolute;
    bottom: 0;
}
.news-content p {
    color: #fff;
    font-size: 20px;
}
.news-content h3 {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
}
.news-form .input-field {
    width: 70%;
}
.news-form .news-btn {
    width: 30%;
}
.news-form .input-field input.custom-field {
    border: 0;
    width: 100%;
    padding: 14px 25px;
    font-size: 18px;
    border-radius: 50px 0px 0px 50px;
    outline: unset;
}
.news-btn input.btn-item {
    width: 100%;
    background: #fff;
    border: 0;
    padding: 14px 10px;
    font-size: 18px;
    color: #800080;
    border-radius: 0px 50px 50px 0px;
    border-left: 1px solid #800080;
}
.icon-box-content .icon-img {
    margin-bottom: 20px;
}
.icon-contet h4 {
    font-size: 20px;
}
.footer-bg {
    background: #800080;
    padding: 50px 0px 0px 0px;
}
.footer-logo img {
    width: 113px;
}
.footer-logo a {
    display: inline-block;
    margin-bottom: 19px;
}
.footer-logo p {
    color: #fff;
    font-size: 15px;
}
.footer-title h3 {
    color: #fff;
    font-size: 23px;
    margin-bottom: 12px;
}
.footer-link li {
    list-style: none;
    margin-bottom: 10px;
}
ul.footer-link {
    margin: 0;
    padding: 0;
}
.footer-link a {
    color: #fff;
    font-size: 17px;
    text-decoration: unset;
}
span.footer-icon {
    width: 43px;
    text-align: center;
    height: 43px;
    background: #fff;
    color: #1b2522;
    font-size: 21px;
    border-radius: 50px;
    display: grid;
    align-items: center;
    margin-right: 15px;
}
.footer-link a {
    display: flex;
    align-items: center;
}
.social-icon.footer-title {
    margin-top: 20px;
}
ul.social-icon {
    padding: 0;
    margin: 0;
}
.social-icon ul.social-icon {
    list-style: none;
}
.social-icon li {
    display: inline-block;
    margin-right: 10px;
}
.social-icon a {
    width: 40px;
    text-align: center;
    height: 40px;
    display: grid;
    align-items: center;
    background: #fff;
    color: #1b2522;
    text-decoration: unset;
    font-size: 18px;
    border-radius: 50px;
}
.footer-bottam p {
    margin: 0;
    color: #fff;
    font-size: 19px;
}
.footer-bottam {
    margin-top: 43px;
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 1px solid #724c72;
}
section.reviews-sec.space-sec {
    background: #f6f9fc;
    padding: 90px;
}
.reviews-sec .heading-title p {
    color: #1b2522;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 3px;
    margin: 0;
}
.reviews-sec span {
    color: #800080;
    font-weight: 700;
}
.reviews-sec 
 .heading-title {
    margin-bottom: 45px;
}
.testmonial-box {
    position: relative;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 15px;
    padding: 55px 30px 30px 30px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    margin-right: 15px;
    width: 415px !important;
}
.testmonial-slider .slick-track {
    padding-top: 35px;
    padding-left: 16px;
}
.queto-icon {
    position: absolute;
    top: -46px;
    font-size: 68px;
    color: #8000802e;
}
.client-image img {
    width: 85px;
    height: 85px;
    border-radius: 50px;
}
.review-detail.d-flex {
    gap: 15px;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #dedede;
}
.revew-star {
    color: #ffc107;
    font-size: 18px;
}
.revew-star {
    margin-bottom: 11px;
}
.logo-item img {
    width: 90px;
}
/*end*/


.category-img img {
    width: 98px;
    height: 100px;
}
.category-slider .category-box {
    /*width: 250px !important;*/
    margin: 5px;
    border-radius: 4px;
    background:#fff;
}
.category-slider .slick-dots button:before {
    display: none;
}
.category-slider .slick-dots button {
    background: #80008085 !important;
    padding: 0 !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50px;
}
.category-slider .slick-active button {
    background: #1b2522 !important;
}
.category-slider .slick-dots {
    bottom: -45px;
}
.category-slider .category-img img {
    margin: 0 auto;
}
.category-slider a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}


/*about page css start*/
.baner-bg-img {
    height: 325px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.baner-bg-img .baner-content {
    height: 325px;
    display: grid;
    align-items: center;
}
.image-item  img {
    border-radius: 5px;
}
/*.left-space {*/
/*    padding-left: 50px;*/
/*}*/
.right-space {
    padding-right: 50px;
}

/*end*/

/*contact page css start*/
.contact-bg h2 {
    font-size: 55px;
    font-weight: 800;
    margin-bottom: 0;
}
.contact-bg {
    background: #f7f8fb;
}
.contact-box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 40px;
    text-align: center;
    border-radius: 6px;
    margin:10px;
    min-height: 200px !important;
    height: 275px;
}
.contact-icon span.icon-item {
    width: 70px;
    height: 70px;
    background: #1b2522;
    color: #fff;
    font-size: 30px;
    border-radius: 50px;
    display: grid;
    align-items: center;
    margin: 0 auto;
}
.contact-icon {
    margin-bottom: 20px;
}
.content-item h4 {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 14px;
}
.contact-text {
    text-decoration: unset;
    color: #000;
    margin: 0;
    font-size: 17px;
}
.contact-form {
    -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--color-border-light);
    border-radius: var(--size-border-radius);
    padding-top: 3.625rem;
    padding-bottom: 3.625rem;
    padding-left: 100px;
    padding-right: 100px;
}
.contact-header h2 {
    font-size: 50px;
    font-weight: 600;
    color: #000;
}
.contact-header p {
    font-size: 18px;
}
.contact-header {
    padding-bottom: 2.5rem;
    margin-bottom: 3.5rem;
    border-bottom: 1px solid #edeef5;
}
.input-field .custom-field {
    width: 100%;
    padding: 13px;
    background: #f3f4f7;
    border: 0;
    outline: unset;
    border-radius: 4px;
    color: #000;
}
.input-field .form-label {
    color: #000;
    font-size: 17px;
}
.input-field {
    margin-bottom: 25px;
}
.two-field {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.form-item button.btn {
    background: #1b2522 !important;
    border: 0;
    color: #fff !important;
    font-size: 19px;
    padding: 12px;
    width: 100%;
}
.map-item iframe {
    width: 100%;
    height: 500px;
}
/*end*/

/*blog page css start*/
.feauture-img img {
    width: 100%;
    border-radius: 8px;
}
.meta-item ul.post-meta {
    padding: 0;
    margin: 0;
}
.meta-item {
    margin: 20px 0px;
}
.post-meta li {
    display: inline-block;
    margin-right: 15px;
    list-style: none;
}
.post-meta a {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-decoration: unset;
}
.post-content a {
    color: #000;
    font-size: 30px;
    text-decoration: unset;
}
.post-content h2 {
    margin-bottom: 21px !important;
}
.widget-post article.post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 17px;
}
.widget-post .post-thumbnail img {
    width: 100%;
    border-radius: 100px;
}
.widget-post figure.post-thumbnail {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3.75rem;
    flex: 0 0 3.75rem;
    max-width: 3.75rem;
    height: 3.75rem;
    margin-bottom: 0;
}
.widget-post h2.entry-title {
    color: #000;
    font-size: 18px;
}
.widget-post .entry-title a {
    text-decoration: unset;
    color: #000;
}
.widget-post article.post {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dedede;
}
.widget-post .recent-post h3 {
    color: #000;
    margin-bottom: 30px;
}
.sidebar h3 {
    margin-bottom: 30px;
    color: #000;
}
.post-tag-category-item li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 12px;
}
ul.post-tag-category-item {
    padding: 0;
}
.post-tag-category-item a {
    text-decoration: unset;
    color: #000;
    padding: 10px;
    display: inherit;
    border: 1px solid #dedede;
}
.sidebar {
    padding-left: 40px;
}
/*end*/


/*05-10-2023 css start*/
.form-item {
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--color-border-light);
    border-radius: var(--size-border-radius);
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    width: 60%;
    margin: 0 auto;
}
.form-title h2 {
    font-size: 45px;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
}
.text-right {
    text-align: right;
}
/*end*/

/*single product page css start*/

#lightSlider img {
    width: 100%;
    border-radius: 4px !important;
    height: 400px;
    object-fit: contain;
}
ul#lightSlider {
    height: 400px;
}
.entry-summary .product-title h3 {
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
}
.review-text {
    margin-bottom: 20px;
}
span.woocommerce-Price-amount.amount {
    font-size: 18px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
    color: #1b2522;
}
.short-descprtion {
    margin-bottom: 28px;
}
.product-review small.text-warning {
    font-size: 18px;
}
.qty-input input.product-qty {
    text-align: center;
    border: 0;
    outline: unset;
    width: 50%;
}
.woocommerce-variation-add-to-cart.d-flex {
    align-items: center;
    gap: 30px;
}
.qty-input {
    background: transparent;
    padding: 8px 20px;
    border: 1px solid #dedede;
    width: 36%;
    border-radius: 50px;
}
button.qty-count {
    border: 1px solid #dedede;
    background: transparent;
    padding: 3px 13px;
    border-radius: 50px;
    font-size: 22px;
}
.cart-btn a.cart-btn.btn-sm {
    padding: 15px 47px;
    font-size: 18px;
    border-radius: 50px;
}
section.single-product-content {
    padding-bottom: 0px;
}
.product-content .nav-tabs {
    padding: 0;
    border: 0 !important;
    border-bottom: 1px solid #ccc !important;
}
.product-content li.nav-item {
    display: inline-block;
    border: 0 !important;
    list-style: none;
    margin-right: 25px;
}
.product-content .nav-link.active {
    border: 0 !important;
    border-bottom: 3px solid #1b2522 !important;
    outline: unset;
}
.product-content .nav-link {
    font-size: 23px;
    font-weight: 600;
}
.nav-link:hover {
    border: 0 !important;
}
h2.woocommerce-Reviews-title {
    font-size: 21px;
    margin-bottom: 20px;
}
ol.commentlist {
    padding: 0;
}
.commentlist li {
    list-style: none;
}
div#comment-39 {
    display: flex;
    gap: 18px;
}
.comment_container img.avatar {
    width: 80px;
    height: 80px;
    border-radius: 50px;
}
.comment_container p.meta {
    margin-bottom: 5px;
}
.star-rating {
    color: #ffc107;
}
.contact-form .form-item {
    width: 100%;
    padding: 0;
    box-shadow: unset;
}
.form-submit .btn {
    background: #1b2522 !important;
    border: 0;
    color: #fff !important;
    font-size: 19px;
    padding: 12px;
    width: 100%;
}
/*end*/


/*single category page css start*/

.filter-price {
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.price-title {
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 400;
    background: #800080;
    padding: 10px 20px;
    border-radius: 4px;
    border: 0;
}

.price-container {
    display: flex;
    border: 1px solid #ccc;
    padding: 5px;
    margin-left: 22px;
    width: 158px;
    border-radius: 4px;
}

.price-field {
  position: relative;
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  padding-top: 15px;
  padding-left: 0px;
  padding-bottom:30px;
}

.price-field input[type=range] {
    position: absolute;
}

/* Reset style for input range */

.price-field input[type=range] {
  width: 100%;
    height:9px;
border: 1px solid #000;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    pointer-events: none;
    -webkit-appearance: none;
}

.price-field input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.price-field input[type=range]:active,
.price-field input[type=range]:focus {
  outline: 0;
}

.price-field input[type=range]::-ms-track {
  width: 188px;
  height: 2px; 
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  color: #1b2522;
  border-radius: 5px;
}

/* Style toddler input range */

.price-field input[type=range]::-webkit-slider-thumb { 
  /* WebKit/Blink */
    position: relative;
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -4px;
    background-color: #1b2522;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}

.price-field input[type=range]::-moz-range-thumb { 
  /* Firefox */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: red;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.price-field input[type=range]::-ms-thumb  { 
  /* IE */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #1b2522;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

/* Style track input range */

.price-field input[type=range]::-webkit-slider-runnable-track { 
  /* WebKit/Blink */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #555;
  border-radius: 5px;
}

.price-field input[type=range]::-moz-range-track { 
  /* Firefox */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: red;
  border-radius: 5px;
}

.price-field input[type=range]::-ms-track { 
  /* IE */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #1b2522;
  border-radius: 5px;
}

/* Style for input value block */

.price-wrap {
    display: flex;
    color: #1b2522;
    font-size: 17px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 0px;
}

.price-wrap-1, 
.price-wrap-2 {
  display: flex;
  margin-left: 0px;
}

.price-title {
  margin-right: 5px;
}

.price-wrap_line {
    margin: 6px 0px 5px 5px;
}

.price-wrap #one, .price-wrap #two {
    width: 44px;
    text-align: right;
    margin: 0;
    padding: 0;
    margin-right: 2px;
    background: 0;
    border: 0;
    outline: 0;
    color: #242424;
    font-size: 17px;
    line-height: 1.2em;
    font-weight: 400;
}

.price-wrap label {
    text-align: right;
    margin-top: 6px;
    padding-left: 5px;
}

/* Style for active state input */
    
.price-field input[type=range]:hover::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #242424;
  transition-duration: 0.3s;
}

.price-field input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #242424;
  transition-duration: 0.3s;
}
.category-list li {
    list-style: none;
    margin-bottom: 10px;
}
ul.category-list {
    padding: 0;
}
.category-list a {
    color: #71778e;
    text-decoration: unset;
    font-size: 15px;
}
.box-item {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 41px;
}
.text-title h3 {
    font-size: 23px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}
.two-filed-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    align-items: center;
}
.product-show p {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}
.woocommerce-ordering.product-show-sec {
    margin: 20px 0px;
    background: #f7f8fd;
    padding: 16px 30px;
    border-radius: 4px;
}
select.orderby {
    padding: 10px;
    outline: unset !important;
    margin-left: 7px;
    border-radius: 4px;
}
.category-baner-item  .box-content-wraper h3.title-item {
    font-size: 56px;
}
.category-product-item a.cart-btn.btn-sm {
    font-size: 12px;
}
/*end*/

/*cart page css start*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-family: "Poppins", Sans-serif;
}
.product-img img {
    width: 90px;
}
td.product-price {
    width: 11%;
}
td.product-remove {
    width: 7%;
}
td.product-name {
    width: 35%;
}
.cart_item td {
    padding: 12px 5px;
}
.product-quantity .qty-input {
    width: 92%;
    padding: 8px 8px;
    text-align: center;
}
.product-quantity .qty-input input.product-qty {
    text-align: center;
    border: 0;
    outline: unset;
    width: 39%;
}
.product-quantity button.qty-count {
    border: 1px solid #dedede;
    background: transparent;
    padding: 1px 9px;
    border-radius: 50px;
    font-size: 19px;
}
.shop_table  thead {
    height: 60px;
    border-bottom: 1px solid #ccc;
}
tr {
    /*border-bottom: 1px solid #ccc;*/
    border-bottom: 1px solid #000;
}
a.remove {
    color: #1b2522;
    background: #ccc6;
    text-decoration: unset;
    font-size: 26px;
    border-radius: 52px;
    font-weight: 600;
    display: inline-block;
    width: 37px;
    text-align: center;
    height: 38px;
}
.product-price p.price-item {
    margin: 0;
    font-size: 22px;
    color: #000;
    font-weight: 600;
}
.product-name a.product-title {
    font-size: 17px;
    color: #000;
}
.product-subtotal p.price-item {
    margin: 0;
    font-size: 27px;
    color: #1b2522;
    font-weight: 600;
}
td.actions {
    padding: 20px 0px;
}
.coupon .input-text {
    padding: 13px;
    background: #f3f4f7;
    border: 0;
    outline: unset;
    border-radius: 4px;
    color: #000;
}
.coupon button.button {
    background: #1b2522 !important;
    border: 0;
    color: #fff !important;
    font-size: 16px;
    padding: 12px 25px;
    border-radius: 4px;
}
button.cart-update.button {
    background: #1b2522 !important;
    border: 0;
    color: #fff !important;
    font-size: 16px;
    padding: 12px 25px;
    border-radius: 4px;
}
.cart-subtotal td {
    text-align: right;
}
.shipping th {
    width: 50%;
}
.order-total td {
    text-align: right;
}
sup {
    top: 0;
}
.cart-total.item {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 41px;
    margin-left: 40px;
}
.totla-title h2 {
    color: #000;
    padding-bottom: 13px;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
}
.shipping-calculator-button {
    color: #1b2522;
    font-size: 16px;
    text-decoration: unset;
    font-weight: 600;
    margin: 0;
    cursor: pointer;
}
.checkout-btn-item {
    text-align: center;
    padding: 20px 0px 0px;
}
a.checkout-btn {
    background: #1b2522 !important;
    border: 0;
    color: #fff !important;
    font-size: 16px;
    padding: 12px 25px;
    border-radius: 50px;
    width: 100%;
    display: inline-block;
    text-decoration: unset;
}
.woocommerce-shipping-calculator select {
    width: 100%;
    padding: 8px;
    background: #f3f4f7;
    border: 0;
    outline: unset;
    border-radius: 4px;
    color: #000;
}
.woocommerce-shipping-calculator .input-text {
    width: 100%;
    padding: 8px;
    background: #f3f4f7;
    border: 0;
    outline: unset;
    border-radius: 4px;
    color: #000;
}
.shipping-calculator-form button.button {
    background: #1b2522 !important;
    border: 0;
    color: #fff !important;
    font-size: 16px;
    padding: 9px 25px;
    border-radius: 50px;
    width: 100%;
    display: inline-block;
}
button#place_order {
    background: #1b2522 !important;
    border: 0;
    color: #fff !important;
    font-size: 19px;
    padding: 11px;
    width: 100%;
    border-radius: 50px;
}
.shop_table_responsive span.woocommerce-Price-amount.amount {
    margin: 0;
}
.checkout-form h3 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.value-box-item {
    text-align: center;
    height: 150px;
    display: grid;
    align-items: center;
    background: #1b2522;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
}
.value-box-item h3 {
    font-size: 25px;
}
.content-box {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 30px;
    border-radius: 4px;
}
.content-item-wrapper h2 {
    color: #000;
    font-size: 35px;
    font-weight: 600;
}
.content-item-wrapper p {
    color: #000;
    font-size: 16px;
    line-height: 26px;
}
ul.MyAccount-navigation {
    background: #1b2522;
    padding: 26px 7px;
    border-radius: 10px;
}
li.link-item {
    list-style: none;
    margin-bottom: 15px;
}
li.link-item:last-child {
    margin: 0;
}
.link-item a {
    color: #fff;
    font-size: 20px;
    text-decoration: unset;
    font-weight: 500;
}
li.link-item.active a {
    text-decoration: unset;
    display: inline-block;
    width: 100%;
    background: #fff;
    color: #1b2522;
    padding: 7px 15px;
    border-radius: 10px;
}
.link-item a {
    display: inline-block;
    padding: 0px 15px;
}
a.link-item {
    color: #1b2522;
    font-size: 18px;
    font-weight: 600;
}
.order-table td {
    padding: 10px 0px;
}
.order-table {
    margin-left: 60px;
}
.order-table-item a {
    color: #1b2522;
    text-decoration: unset;
    font-weight: 600;
}
.order-table-item 
 a.btn-item {
    background: #1b2522;
    color: #fff;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 50px;
}
.address-content p {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    margin-bottom: 30px;
}
a.text-add {
    display: inline-block;
    margin-bottom: 10px;
    color: #1b2522;
    text-decoration: unset;
    font-size: 22px;
    font-weight: 500;
}
.content-address {
    padding: 25px;
    border: 1px solid #dedede;
    border-radius: 4px;
}
.content-address p {
    margin: 0;
    font-size: 17px;
}
.account-form .form-item {
    width: 100%;
}
/*end*/


/*29-12-2023 css start*/
.price-text span {
    display: block;
    font-size: 16px !important;
}
.card-product img {
    height: 150px !important;
}
.bottom-content {
    display: flex;
}
.product-item  h2.fs-6 {
    height: 45px;
}
.daily-best-sec .card-product img {
    height: 234px !important;
    object-fit: cover;
}
.category-img {
    margin-bottom: 13px;
}
.card-product h2.fs-6 {
    height: 32px;
}
.footer-bootam-text  a {
    color: #fff;
}
.category-product-item h2.fs-6 {
    height: auto;
}


/*end*/

/*23-01-2024 css start*/
    .mobile-menu {
        display: none;
    }
    .footer-link span.footer-text {
        width: 80%;
    }
/*end*/
    section.terms-section {
     padding: 50px 0px;
    }
    section.cart-section h3.section-heading.mb-5.text-center{
        margin-bottom: 10rem!important;
       margin-top: 10rem;
    }
    ul.navbar-nav.social.text-center.m-auto {
    flex-direction: row;
    margin:5px !important;
    }
    section.cart-section img.img-fluid {
    width: auto !important;
    }
    section.cart-section nav.navbar.navbar-expand-lg {
    margin-top: -23px;
    }
    .total-table tr {
    line-height: 50px !IMPORTANT;
    }

@media(max-width:1400px){
    /*.product-item {*/
    /*    width: 214px !important;*/
    /*}*/
    /*.category-slider .category-box {*/
    /*    width: 214px !important;*/
    /*}*/
    .qty-input input.product-qty {
        width: 40%;
    }
    .price-container {
        margin-left: 0;
        /*margin-top: 15px;*/
    }
    .price-wrap {
        /*display: block;*/
    }
}

@media(max-width:1024px){
    .four-grid-item {
        grid-template-columns: repeat(2, 1fr);
    }
    .arrow-item 
     button.slick-next.slick-arrow {
        right: -20px;
    }
    .arrow-item 
     button.slick-prev.slick-arrow {
        left: -20px;
    }
    .news-bg {
        padding: 60px 60px 303px 60px;
    }
    .testmonial-slider .slick-track {
        width: 78% !important;
    }
    .left-space {
        padding-left: 0px !important;
        padding-top: 30px;
    }
    /*.nav-bar-sec.nav-bg.mobile-menu-wrapper {*/
    /*    display: block !important;*/
    /*}*/
    
    .contact-form {
        padding-top: 2.625rem;
        padding-bottom: 2.625rem;
        padding-left: 50px;
        padding-right: 50px;
    }
    .summary.entry-summary {
    padding-top: 20px;
    }
    td.product-remove {
        width: 10%;
    }
    td.product-price {
        width: 10%;
    }
    .product-quantity .qty-input input.product-qty {
        width: 25%;
    }
    .cart-total.item{
        margin-left: 0px;
    }
    .form-item {
        width: 90%;
    }
    section.space-sec.mission-vission-sec.space-top-0 .col-lg-6 {
    margin: 10px;
    }
    section.footer-sec .col-lg-3.col-md-6 {
    margin-bottom: 35px;
    }
}


@media(max-width:767px){
    .four-grid-item {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .news-bg {
        padding: 20px 20px 245px 20px !important;
    }
    .coupan-img img {
        width: 100%;
    }
    /*.category-slider .category-box {*/
    /*    width: auto !important;*/
    /*}*/
    section.reviews-sec.space-sec {
        padding: 40px 15px;
    }
    .testmonial-box {
        width: 100% !important;
    }
    .testmonial-item 
         .slick-track {
            width: 100% !important;
    }
    .arrow-item 
         button.slick-next.slick-arrow {
            right: -3px;
    }
    .arrow-item 
     button.slick-prev.slick-arrow {
        left: -3px;
    }
    .daily-best-sec .card-product img {
        height: auto !important;
    }
    .card.card-product {
        margin-bottom: 20px;
    }
    .bestseler-sec .col {
        margin: 0;
    }
    .offer-sec {
        margin-bottom: 20px;
    }
    .baner-slider button.slick-next {
        right: 10px;
    }
    .baner-slider button.slick-prev {
        left: 10px;
    }
    .baner-content {
        height: 670px;
        display: grid;
        align-items: center;
    }
    .content-main h3.entry-title {
        font-size: 40px;
    }
    .mobile-menu {
        display: block !important;
        position: relative;
    }
    .mobile-menu button.navbar-toggler {
        position: absolute;
        top: -40px;
        right: 0;
        font-size: 31px;
        color: #1b2522;
    }
    .mobile-menu-wrapper {
        display: none;
    }
    span.cart-count-icon {
        right: 3px;
    }
    .news-btn input.btn-item {
        padding: 16px 10px;
        font-size: 14.3px;
    }
    .news-content h3{
        font-size: 32px;
    }
    .category-bg-item {
        height: 280px;
    }
    .category-baner-item .box-content-wraper h3.title-item {
        font-size: 32px;
    }
    .woocommerce-ordering.product-show-sec{
        padding: 16px 16px;
    }
    .product-show p {
        font-size: 15px;
    }
    .price-wrap {
        display: flex;
    }
    .price-container {
        margin-left: 0;
        margin-top: 0;
    }
    /*25-1-24*/
    .sidebar {
        padding-left: 0px;
    }
    .three-item {
        gap: 9px;
    }
    .button-icon {
        font-size: 14px;
        width: 30px;
        height: 30px;
    }
    .contact-header p {
        font-size: 16px;
    }
    .contact-header h2 {
        font-size: 32px;
    }
    span.cart-count-icon {
        right: -5px;
        top: -18px;
        width: 23px;
    }
    .contact-form {
        padding-top: 1.625rem;
        padding-bottom: 1.625rem;
        padding-left: 25px;
        padding-right: 25px;
    }
    .input-field .form-label {
        font-size: 16px;
    }
    #lightSlider img{
        height: auto;
    }
    .cart-btn a.cart-btn.btn-sm{
        font-size:13px;
    }
    .qty-input {
        width: 150px !important;
    }
    button.qty-count {
        padding: 0px 8px;
    }
    .qty-input input.product-qty {
        width: 15%;
    }
    section.single-product-content{
        padding-bottom: 0px;
    }
    section.space-sec {
        padding: 35px 0px;
    }
    .contact-bg h2{
        font-size: 40px;
    }
    .form-item{
        padding-left: 30px;
        padding-right: 30px;
    }
    .form-item {
        width: 90%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .login-singup-sec .form-check.d-flex {
        display: unset !important;
    }
    .login-singup-sec .form-check.d-flex .w-50 {
        width: 100%!important;
        text-align: -webkit-auto;
    }
    .contact-text{
        font-size: 18px;
    }
    .checkout-table td bdi {
        font-size: 16px;
    }
    .footer-bottam p {
        font-size: 17px;
    }
    section.space-sec.mission-vission-sec.space-top-0 .col-lg-6 {
        margin: 10px;
    }
    .category-slider a{
       font-size: 14px; 
    }
    .product-quantity .qty-input input.product-qty {
        width: 25%;
    }
    span.woocommerce-Price-amount.amount, .product-subtotal p.price-item{
        font-size: 18px;
    }
    .header-search button{
        font-size: 12px;
    }
    section.header-item .header-menu-item .row.align-item-center .col-lg-2.col-md-3 {
    margin-bottom: 20px;
    }
    .card-product h2.fs-6{
        height: 60px !important;
    }
    .slick-tra.category-slider .category-box {
        width: 238px !important;
    }
    .news-form .input-field input.custom-field {
        font-size: 17px;
    }
    section.newsletter-sec .news-form .input-field {
    width: 65%;
    }
    section.newsletter-sec  .news-form .news-btn {
    width: 35%;
    }
    span.footer-icon{
        width:35px;
        height:35px;
        font-size:17px;
    }
    .text-center {
    /*text-align: left!important;*/
    padding: 10px;
    }
    section.space-sec .col-lg-3.col-md-6 {
    padding-bottom: 20px;
    }
    .testmonial-slider .slick-track{
        padding-left:0px;
    }
    .card-product img {
    height: auto !important;
    width: 100%;
    }
    .baner-slider .slider-bg{
        height:300px;
    }
    .baner-slider .baner-content{
        height:300px;
    }
    /*.header-menu-item .align-item-center{*/
    /*    padding-bottom:10px;*/
    /*}*/
    section.header-item .top-search-item {
    padding-bottom: 10px;
    }
    .card-product img {
    height: auto !important;
    }
    .slick-track .card-body img.mb-3.img-fluid {
    height: 120px !IMPORTANT;
    }
    /*9-2-24*/
    .offer-bg{
    height: 270px;
    }
    /*.category-img img {*/
    /*width: 240px;*/
    /*height: 190px;*/
    /*}*/
    .cat-slider .category-img img {
        width: 100%;
        height: 136px;
        object-fit: cover;
        border-radius: 4px;
    }
    section {
    text-align: center;
    }
    
    .footer-bottam {
        margin-top: 25px;
    }
    .about-sec .row.align-items-center.mb-4:nth-child(2) {
        flex-direction: column-reverse;
    }
    .footer-link a {
        justify-content: center !important;
    }
    section.footer-sec .col-lg-3.col-md-6:last-child {
        margin-bottom: 0px;
    }
     .input-field {
        text-align: left;
    }
    .two-field{
        display:block;
    }
    
    /*28-02-2024 css start*/
    .announement-text.text-center {
        padding: 4px 0px !important;
        font-size: 14px !important;
    }
    .mobile {
        display: block !important;
    }
    .top-search-item.desktop {
        display: none;
    }
    .baner-img .content-wrapper {
        background: #ffffffb8;
        padding: 12px;
        margin: 0px 30px;
        border-radius: 8px;
    }
    .baner-img .overlay-item {
        background: transparent;
    }
    span.price-text {
        font-size: 23px;
        font-family: 'Poppins';
        font-weight: 600;
        text-transform: capitalize;
        color: #000;
    }
    span.price {
        font-size: 30px;
    }
    section.space-sec.category-sec.desktop {
        display: none;
    }
    .mobile-hide {
        display: none;
    }
    .btn-mobile-item {
        display: block !important;
    }
    .btn-mobile-item .add-to-cart {
        padding: 5px 0px;
        width: 100%;
    }
    .buy-now a.cart-btn.btn-sm {
        width: 100%;
    }
    .card-product img {
        height: 115px !important;
        object-fit: cover;
        border-radius: 4px;
    }
    .price-text {
        display: inline-flex;
        gap: 10px;
        margin-bottom: 10px;
    }
    
    .price-field input[type=range] {
        position: absolute;
        left: 0;
    }
    .add-to-cart a.cart-btn.btn-sm {
        width: 100%;
    }
   
    .dropend a.nav-link {
        color: #000 !important;
        font-size: 17px;
    }
    .btn-mobile-item .d-flex {
        gap: 5px;
        display: block !important;
    }
    .btn.add-to-cart {
        margin-bottom: 7px;
    }
    .footer-link span.footer-text {
        width: 80%;
        text-align: left;
    }
    /*end*/
    
    
    
    /*29-02-2024 css start*/
    .header-menu-item {
        padding: 0px 0px;
        padding-bottom: 0;
    }
    .bloom-mobile-header a.nav-link {
        color: #fff;
        font-family: 'Poppins';
        font-size: 17px;
    }
    .nav-visible i#closeNavButton {
        left: 15px;
        top: 15px;
    }
    .top-bar {
        display: none;
    }
    .desktop-produt-grid {
        display: none;
    }
    .mobile-product-slider {
        display: block !important;
    }
    .category-box {
        height: 230px !important;
    }
    /*end*/
    
    
    
    /*02-04-2024 css start*/
        .contact-header {
            margin-bottom: 1.5rem;
        }
        .contact-box {
            padding: 30px;
            height: 230px;
        }
        td.product-descprtion-item {
            width: auto !important;
        }
        .cart-table a.cart-btn.btn-sm {
            padding: 12px 17px;
            width: 165px;
        }
        .woocommerce-MyAccount-navigation li.link-item {
            text-align: left;
        }
        .woocommerce-cart-item {
            margin-bottom: 60px;
        }
        .category-product-item .card-product h2.fs-6 {
            height: auto !important;
        }
        .footer-item {
            margin-top: 15px;
        }
    /*end*/
    /*05-04-2024  css start*/
    
    .header-menu-item.fixed {
        z-index: 99999 !important;
    }
    .cart-btn a.cart-btn.btn-sm {
        padding: 15px 40px !important;
    }
    
    /*end*/
    
    .nav-mobile svg {
    background: #1b2522!important;
    
}
    

}
/*04-04-24  wishlish css*/ 
@media screen and (max-width: 600px) {
 table.table.table-bordered.mb-0, .shop_table {
    border: 0;
  }

 table.table.table-bordered.mb-0 caption, .shop_table caption {
    font-size: 1.3em;
  }
  
 table.table.table-bordered.mb-0 thead, .shop_table thead {
    display: none;
  }
  
 table.table.table-bordered.mb-0 tr, .shop_table tr {
    /*border-bottom: 0px solid #ddd;*/
    display: block;
    margin-bottom: .625em;
  }
  
table.table.table-bordered.mb-0 td, .shop_table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
    width:100%;
  }
  
table.table.table-bordered.mb-0 td::before, .shop_table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
 table.table.table-bordered.mb-0 td:last-child, .shop_table td:last-child {
    border-bottom: 0;
  }
  table.table.table-bordered.mb-0 td, .shop_table td {
    padding: 15px ! IMPORTANT;
    border-bottom: 1px solid #00000029 !important;
}

/*table.table.table-bordered.mb-0 tr {*/
/*    margin-top: 40px !important;*/
/*}*/

.shop_table tr.woocommerce-shipping-totals.shipping, .shop_table tr.cart-subtotal, .shop_table tr.order-total {
    display: flex;
}
td.product-quantity {
    display: flex;
    width: 100%;
      justify-content: space-between;
}
.cart-total.item td {
    border-bottom: none !important;
}
span.product-descprtion, tr.woocommerce-cart-form__cart-item.cart_item a.product-title {
    width: 200px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
}
tr.woocommerce-cart-form__cart-item.cart_item {
    border: 1px solid #000;
}
.cart-total.item{
    border: 1px solid #000;
}
.totla-title h2 {
    padding: 13px;
    color:#fff;
}
.cart-total.item th {
    padding: 15px;
    text-align: left;
}
.checkout-btn-item {
    padding: 20px 0px;
}
.cart-total.item td {
    font-size: 16px !important;
}
.cart-total.item {
    padding: 0px;
}
.totla-title {
    background-color: #1b2522;
}


}

/* wishlist end*/

/*08-02-2024 desktop css start*/
.mobile-product-slider {
    display: none;
}
.mobile {
    display: none;
}
.btn-mobile-item {
    display: block !important;
}
.price-text {
    display: inline-flex;
    gap: 10px;
    margin-bottom: 12px;
}
.btn.add-to-cart {
    padding-left: 0;
}
.btn.add-to-cart {
    padding: 0;
}
.btn-mobile-item .d-flex {
    gap: 5px;
}
/*end*/



/*07-02-2024 css start*/
span.add-btn-click {
    color: #1b2522;
    font-weight: 400;
    cursor: pointer;
}
.coupan-form {
    display: none;
}
.bestseler-sec h2.fs-6 {
    height: 35px;
}
.top-search-item .col-lg-2.col-4:last-child {
    margin: 0px !important;
}
.checkout-table th {
    font-size: 15px;
    font-weight: 600;
}
.box-content-wraper {
    position: relative;
    z-index: 999;
}
.category-bg-item .overlay-item {
    position: absolute;
    width: 100%;
    top: 0;
    background: #000000a1;
    height: 100%;
    left: 0;
    border-radius: 4px;
}
.category-bg-item {
    position: relative;
}
.content-main .entry-text{
    color:#fff;
}
/*end*/

/*8-2-24*/
.card.shadow td .subcategory-show{
    height: 32px !important;
    width: 32px !important;
    }
.baner-bg-img .overlay-item {
    position: absolute;
    width: 100%;
    top: 0;
    background: #000000a1;
    height: 100%;
    left: 0;
    border-radius: 4px;
}
.baner-bg-img {
    position: relative;
}
.baner-content {
    position: relative;
    z-index: 999;
}

.baner-img .overlay-item {
    position: absolute;
    width: 100%;
    top: 0;
    background: #000000a1;
    height: 100%;
    left: 0;
    border-radius: 4px;
}
.baner-img {
    position: relative;
}
.baner-content {
    position: relative;
    z-index: 9999;
}
form#searchform ul.search-ul li.search-li {
    list-style: none !important;
}
form#searchform ul.search-ul li:marker{
    display:none !important;
}
/*end*/

/*9-2-24*/
section.reviews-sec.space-sec .heading-title p {
    padding-bottom: 10px;
}
.about-sec .col-lg-6 {
    padding-left: 25px;
}
.add-to-wishlist {
background-color: #800080 !important;
color: #ffffff !important;
}
/*end*/

/*13-03-24*/
section.newsletter-sec {
    display: none;
}
section.cart-section .container {
    padding: 50px 0px;
}
section.cart-section tr {
    vertical-align: middle;
}
button.delete_cart_item {
    border-radius: 50%;
}
/*.category-product-item .d-flex {*/
/*    display: block;*/
/*}*/
/*end*/

/*22-03-2024 css start*/
td.product-descprtion-item {
    width: 65%;
}
button.delete_cart_item {
    border: 1px solid #ccc;
}
/*end*/


/*04-04-24*/

p.cart-item-price {
    margin-bottom: 0px ! IMPORTANT;
}

/*responsive css start*/



