body.noScroll {
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.header-sec{
	padding:0 !important;
}
.header-sec .container, .top-header .container, footer .container {
    max-width: 1484px;
}
.hero-design-img {
    width: 100%;
}
.rotate-img-animation img {
    animation: zoomInOut 2s ease-in-out infinite;
}
html { scroll-behavior: smooth; }

.scroll-top{
  position: fixed;
  right: 1rem;
  bottom: 1.25rem;
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  background: #f6ce21;
  color: #fff;
  border-radius: 100px;
  box-shadow: 0 6px 18px rgba(2,6,23,0.35);
  text-decoration: none;
  opacity: 1;
  transition: .25s ease;
  transform: translateY(10px) scale(.98);
  z-index: 9999;
}

.scroll-top.show{
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2); /* You can adjust this scale factor */
  }
}

.main-shop-page {
    padding-top: 0 !important;
}

/*--header--*/
.top-header {
    background: #1e4616;
    padding: 12px 0;
}

.flex-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.top-right-header {
    display: flex;
    align-items: center;
    gap: 24px;
}

.header-call a {
    color: #fff !important;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Cabin', sans-serif;
}

.header-call {
    display: flex;
    gap: 20px;
    align-items: center;
}


span.call-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #8bc34a;
}

.header-call a:hover .call-icon {
    color: #1e4616;
}

.opening-hourse p {
    margin-bottom: 0 !important;
    color: #fff;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
}

.opening-hourse p i {
    margin-right: 4px;
}
.opening-hourse {
    display: flex;
    align-items: center;
}
.open-tag {
       display: flex;
    background: #4ac224;
    padding: 2px 12px;
    border-radius: 100px;
    margin-left: 10px;
    font-size: 14px;
    justify-content: space-between;
    align-items: center;
       gap: 14px;
    position: relative;
    color: #fff;
    cursor: pointer;
}
.open-tag.close-shop {
    background: #db0404;
}
i{
    transition: all .2s ease-in;
}
.icon-active i {
    transform: rotateX(180deg);
}
.search-cart-col ul li a svg, .search-cart-col ul li a svg path {
    fill: #fff;
}
.search-cart-col {
    padding-left: 20px;
    border-left: 1px solid rgb(255 255 255 / 42%);
}
.timing-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: absolute;
    top: 32px;
    background: #fff;
    z-index: 9;
    border-radius: 2px;
        width: 214px;
    right: 0;
}
.timing-list li {
    padding: 6px 14px;
    border-bottom: 1px dashed #d9d9d9;
        font-size: 12px;
        color: #1e4616;
}
.header-sec {
    background-color: #FFF;
    transition: all .3s ease-in;
}

.header{
    padding: 20px 0;
}

.header-sec .row-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-sec .logo-col {
    display: flex;
}

.header-sec .logo-col img {
    width: 100%;
    max-width: 168px;
    height: auto;
    transition: all .3s ease-in;
}

.header-sec .logo-col a {
    display: inline-flex;
}

.desktop-menu-col ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 1.25vw;
}

.desktop-menu-col ul li {
    display: block;
    position: relative;
}

.desktop-menu-col ul li a {
    font-family: "Cabin", sans-serif;
    font-weight: 600;
    font-size: 0.7291666666666666vw;
    line-height: 24px;
    color: #1e4616;
    text-decoration: none;
}

.desktop-menu-col ul li ul{
      position: absolute;
    display: flex;
    flex-direction: column;
    background: #fff;
    z-index: 0;
    gap: 0;
    min-width: 246px;
    transition: all .3s 
ease-in-out;
    transform: translateY(24px);
    visibility: hidden;
    opacity: 0;
        border-top: 3px solid #8BC34A;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}

.desktop-menu-col> ul> li:hover ul{
    z-index: 999;
transform: translateY(0px);
    visibility: visible;
    opacity: 1;
} 

.desktop-menu-col ul li ul li a {
       padding: 19px 15px;
    display: block;
    border-bottom: 1px solid rgb(231 231 231 / 16%);
    background: #1e4616;
    color: #fff;
}
.menu-item-flex {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}




.mobilemenu-btn {
    display: none;
}
.search-cart-col ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    align-items: center;
}

.search-cart-col ul li {
    display: flex;
}

.search-cart-col ul li a {
    display: flex;
}

header.header-sec.scrolled {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: #FFF;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/*.header-sec.scrolled .container {
    background: #fff;
    border-radius: 100px;
    transition: all 0.2s ease;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}*/
header.header-sec.scrolled .logo-col img {
    max-width: 148px;
}

/*--header-end--*/

/*--search-popup--*/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    backdrop-filter: blur(5px);
    background-color: hsl(0deg 0% 0% / 70%);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}
.search-popup.active {
    visibility: visible;
    opacity: 1;
}

.popupClose {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    cursor: pointer;
    transition: all 0.5s ease-in;
}

.popupClose span {
    width: 100%;
    height: 1.5px;
    background-color: #fff;
    display: block;
    border-radius: 20px;
}

.popupClose span:first-child {
    transform: rotate(45deg);
    top: 15px;
    position: relative;
}

.popupClose span:last-child {
    transform: rotate(-45deg);
    position: relative;
    top: 13px;
}

.search-popup-content {
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
}

.search-popup-content form.search-form {
    position: relative;
    display: flex;
}

.search-popup-content form.search-form input.search-submit {
    width: 160px;
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    border: none;
    font-family: "Sen";
    font-size: 18px;
    font-weight: 400;
}

.search-popup-content form.search-form label {
    flex: 1;
}

.search-popup-content form.search-form label input.search-field {
    background-color: transparent;
    border: none;
    border-bottom: #fff 1px solid;
    border-radius: 0 !important;
    height: 54px;
    color: #fff;
    font-size: 16px;
}

.search-popup-content form.search-form label input.search-field::placeholder {
    color: #fff;
}

.search-popup-content form.search-form label input.search-field:focus,
.search-popup-content form.search-form label input.search-field:focus-visible {
    outline: none !important;
    border-bottom-color: #84c224;
}

.popupClose:hover {
    transform: rotate(180deg);
}
/*--search-popup-close--*/

/*--home-page--*/
.banner-slide-item {
    background-size: cover !important;
    background-position: center top !important;
    height: 70vh;
}

.slide-heading {
      color: #fff !important;
    font-size: 42px !important;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 24px;
}

.banner-slide-item .container {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.green-hover-card:hover {
    border-left: #abe776 6px solid;
}

.green-hover-card:hover img {
    filter: invert(1);
}

.green-hover-card:hover h5 {
    color: #fff !important;
}

.green-hover-card:hover p {
    color: #fff;
}

.green-hover-card p {
    margin: 0;
}
.icon-card-bxo-col1 {
    min-width: 90px !important;
}
.icon-card-bxo p {
    margin: 0;
}
/*--home-page-end--*/

/*--testimonials-slider--*/
.t-slide-in {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 45px;
}

.t-slide {
    border-left: #84c224 16px solid;
    border-radius: 10px;
    background-color: #84c224;
}

.testimonials-slider .slick-slide {
    padding: 0 30px;
}

.t-slide-in .t-content p {
    font-family: "Sen";
    font-size: 19px;
    line-height: 34px;
    color: #363636;
}

.t-slide-in .t-bio {
    display: flex;
    align-items: center;
    padding: 10px 0 0;
}

.t-slide-in .t-bio .tauthor-img {
    width: 60px;
}

.t-slide-in .t-bio .tauthor-img img {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    object-fit: cover;
}

.t-slide-in .t-bio .tauthor-name {
    flex: 1;
    /* padding-left: 15px; */
}

.t-slide-in .t-bio .tauthor-name span {
    font-family: "Sen";
    font-size: 17px;
    line-height: 30px;
    color: #1e4616;
}

.t-slide-in .t-bio .tauthor-name span.author-name {
    font-family: "Inter";
    font-size: 19px;
    line-height: 30px;
    color: #84c224;
    font-weight: 700;
    display: block;
}
.testimonials-slider .slick-list {
    margin: 0 -30px;
}
/*--testimonials-slider-end--*/

/*--blog-post-list--*/
.blog-post {
}

.blog-post-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.blog-post-list .blog-post a {
    display: block;
    position: relative;
    height: 100%;
    padding: 0 0 40px;
}

.blog-post-list .blog-post .post-img {
    background: #84c224;
    border-radius: 20px;
    display: flex;
    height: 260px;
    overflow: hidden;
    padding-left: 7px;
}

.blog-post-list .blog-post .post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px 0 0 16px;
}

.blog-post .post-content {
    padding: 12px 0 0;
}

.blog-post .post-content h6 {
    font-size: 19px;
    line-height: 30px;
    color: #1e4616;
    font-family: "Inter";
    font-weight: 700;
}

.blog-post .post-content .post-date {
    color: #adadad;
    font-size: 12px;
    line-height: 16px;
    font-family: "Sen";
    font-weight: 400;
    margin: 10px 0 20px;
}

.blog-post .post-content .post-desc p {
    color: #595959;
    font-family: "Sen";
    font-size: 17px;
    line-height: 30px;
}
.blog-post-list .blog-post a .post-btn {
    position: absolute;
    bottom: 0;
    left: 0;
}

.blog-post-list .blog-post a .post-btn span {
    font-family: "Inter";
    font-weight: 700;
    color: #84c224;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
}
/*--blog-post-list-end--*/

/*--footer--*/
.footer-sec {
    background-color: #f7f7f7;
    background-position: bottom right;
    background-size: contain;
    position: relative;
    padding: 100px 0;
    background-repeat: no-repeat;
}

.footer-sec .bg-deasign {
    position: absolute;
    top: -4px;
    left: 0;
}

.footer-sec .row-box {
    display: flex;
    gap: 30px;
}

.footer-sec .f-logo-col {
    width: 35%;
}

.footer-sec .f-menu-col {
    width: 20%;
}

.footer-sec .f-newsletter-col {
    width: 35%;
}

.footer-sec .f-logo-col .logo-box img {
    width: 100%;
    max-width: 241px;
}

.footer-sec .f-logo-col .logo-text {
    padding: 20px 0 0;
}

.footer-sec p {
    font-family: "Sen";
    font-size: 17px;
    line-height: 30px;
}

.footer-sec .f-logo-col .f-social-box {
    padding: 20px 0 0;
}

.footer-sec .f-logo-col .f-social-box ul {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0;
    margin: 0;
}

.footer-sec .f-logo-col .f-social-box li {
    display: flex;
}

.footer-sec .f-logo-col .f-social-box li a {
    width: 36px;
    height: 36px;
    background-color: #1e4616;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-sec .f-logo-col .f-social-box li a i {
    color: #fff;
}
.footer-sec h5 {
    font-family: "Inter";
    color: #1e4616;
    margin: 0 0 25px;
}

.f-menu-col ul {
    padding: 0;
    margin: 0;
}

.f-menu-col ul li {
    display: block;
    font-family: "Sen";
    font-size: 17px;
    line-height: 30px;
    color: #1e4616;
    margin: 0 0 10px;
}

.f-menu-col ul li a {
    color: #1e4616;
    position: relative;
    padding: 0 0 0 20px;
    transform: all 0.2s linear;
}

.f-menu-col ul li a:before {
    content: ">";
    color: #84c224;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: -4px;
    font-size: 14px;
}
.footer-sec .f-logo-col .f-social-box li a:hover {
    background-color: #84c224;
}

.f-menu-col ul li a:hover,
.current_page_item a {
    color: #84c224 !important;
}
/*--footer-end--*/

#ajaxsearchlite1 .probox,
div.asl_w .probox {
    padding: 22px !important;
    height: unset;
    border-radius: 100px !important;
}

#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
    font-size: 20px !important;
}
.asl_nores {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.asl_nores span.asl_nores_header {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
}

span.asl_keyword {
    width: calc(100% / 5 - 10px);
    text-align: center !important;
    padding: 8px !important;
    display: block;
    background: rgb(139 195 74 / 34%);
    color: #272727;
    border-radius: 6px !important;
    border: 1px solid #8bc34a !important;
    transition: all 0.3s ease-in-out;
}

.asl_nores br {
    display: none;
}

span.asl_keyword:hover {
    background: #8bc34a;
    color: #fff;
}
.asl_res_url {
    color: #1e4616 !important;
    font-weight: 600 !important;
}

.asl_desc {
    color: #1e4616 !important;
}

.opening_table tr th,
.opening_table tr td {
    border: 1px solid rgb(174 174 174 / 30%);
    padding: 14px;
    font-weight: 800;
}
table.opening_table {
    margin-bottom: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.opening_table th {
    background: #8bc34a;
    color: #fff;
    font-size: 20px;
    text-align: left;
}

.gmwqp_inq,
button.gmqqp_submit_btn,
.gmwqp_inquirybtn .gmwqp_inq, #submit {
    background: #8bc34a !important;
    border: none;
    color: #fff !important;
}

.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 1em;
    width: 100%;
    text-align: center;
    background: #8BC34A !important;
    color: #fff;
    padding: 14px 10px !important;
    font-size: 18px !important;
    transition: all .3s 
ease-in-out;
}

.gmwqp_inq:hover,
button.gmqqp_submit_btn:hover,
.woocommerce ul.products li.product .button:hover,
.gmwqp_inquirybtn .gmwqp_inq:hover, #submit:hover {
    background: #ffc107 !important;
}

.gmwqp_inner_popup_op h3 {
    text-align: center;
    font-size: 20px !important;
    margin: 0;
    padding: 8px 0;
    background-color: #8bc34a !important;
    color: #fff !important;
    font-size: 26px !important;
    font-family: "Cabin", sans-serif !important;
}
label.gmqqp_label {
    margin-bottom: 14px;
    font-family: "Cabin", sans-serif;
}

.gmwqp_inner_popupcontant {
    gap: 14px;
}

.wp-block-post-comments-form input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments-form textarea,
fieldset,
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
select,
textarea {
    display: block;
    border: 1px solid #d6d6d6 !important;
    border-radius: 16px !important;
    outline: 0;
    padding: 14px 12px !important;
    color: #000 !important;
    min-height: max-content;
    border-radius: 6px !important;
    background: rgb(242 242 242 / 62%);
}
.gmwqp_loop textarea.gmqqp_input {
    height: 80px !important;
    display: flex;
    border-radius: 16px !important;
}

/*--inner-pages--*/
.breadcrunbs-box span {
    color: #f6ce21;
    font-family: "Sen";
}

.breadcrunbs-box a {
    color: #fff !important;
}

.breadcrunbs-box .elementor-shortcode {
    text-align: center;
}
.contact-form .input-box {
}

.contact-form .input-box input,
.contact-form .input-box textarea {
    padding: 12px 15px;
    border: #a2a0a0 1px solid;
    border-radius: 8px;
}

.contact-form .input-box textarea {
    height: 160px;
}

.contact-form input {
    border: none;
}

.custom-share-buttons {
    display: flex;
    gap: 10px;
    margin-top: 40px;
    align-items: center;
}
.custom-share-buttons .share-icon{
    font-size: 25px;
      cursor: none;

}


.custom-share-buttons .share-icon:hover{
    color: #131313;
}
.custom-share-buttons .share-btn {
    padding: 8px 14px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.custom-share-buttons .fb {
    background: #3b5998;
}
.custom-share-buttons .tw {
    background: #1da1f2;
}
.custom-share-buttons .in {
    background: #0077b5;
}
.custom-share-buttons .wa {
    background: #25d366;
}

.custom-share-buttons a.share-btn.pin {background: red !important;}

.custom-share-buttons  a.share-btn.tt {
    background: black !important;
}
.custom-share-buttons .share-btn.ig {
    background: #e1306c;
}

.share-icon i {
    font-size: 32px;
    margin-right: 6px;
    color: #84c224;
}

.share-icon {
    display: flex;
}

.wpcf7-not-valid-tip {
    background: #dc3232 !important;
    font-size: 1em;
    font-weight: normal;
    display: block;
    color: #fff !important;
    padding: 2px 14px !important;
    width: max-content !important;
    margin-top: 10px !important;
    border-radius: 4px !important;
    margin-bottom: 22px !important;
}

a.share-icon {
    display: flex;
    align-items: center;
}

.share-icon i {
    font-size: 31px;
    color: #008ade;
}

.banner-section {
    background: linear-gradient(45deg, rgb(0 0 0 / 32%), rgb(0 0 0 / 37%)), url(/wp-content/uploads/2025/09/banner1.png);
    background-size: cover;
    background-position: center center;
    padding: 120px 0;
    position: relative;
}

img.shap-img {
    position: absolute;
    top: -2px;
    width: 100%;
}

.shap-img-bottom {
    top: unset !important;
    bottom: -2px !important;
}

.bread-text-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bread-heading {
    color: #fff !important;
}

.bread-text-area span a {
    color: #fff;
}

.bread-text-area span {
    color: #f6ce21;
}

.post-type-archive-product .woocommerce-breadcrumb,
.post-type-archive-product .woocommerce-products-header {
    display: none;
}

.post-type-archive-product #main {
    padding: 80px 0;
}

.single-product .product_title.entry-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #4caf50;
    margin: 10px auto 0;
    border-radius: 2px;
    left: 0;
    position: absolute;
}
.single-product .product_title.entry-title {
    text-align: left;
    font-size: 32px;
    line-height: 34px;
}
.single-product p.price {
    display: flex;
    margin-top: 35px;
}

.single-product p.price bdi {
    font-size: 22px !important;
    color: #000;
    font-weight: 500;
}
.single-product .variations tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.single-product .variations tr .label {
    padding: 0;
    display: block;
    width: 100%;
    text-align: left;
    border: none !important;
    padding-bottom: 6px;
}

.single-product .variations tr .value {
    width: 100%;
    padding: 0;
}

.single-product .variations tr .label label {
    font-weight: 600 !important;
    color: #244a1e;
    font-size: 18px;
}

.single-product select {
    margin-right: 0 !important;
    width: 100% !important;
}

.single-product .variations .tbody {
    display: flex !important;
}

.single-product .variations tbody {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding-top: 20px;
    border-top: 1px solid #e7e7e7;
}

.single-product .variations tr:hover > th,
.single-product .variations tr:hover > td {
    background-color: unset !important;
}
.single-product .single_variation_wrap,
.single-product .reset_variations_alert {
    display: block;
}
.single-product form.cart {
    margin-bottom: 0 !important;
}

.single-product .gmwqp_inq {
    width: 100%;
    font-size: 22px !important;
    margin-bottom: 10px !important;
}
.single-product .gmwqp_inquirybtn {
    margin-top: 0;
}
.single-product .gmwqp_inquirybtn {
    margin-top: 0;
}

.tabs.wc-tabs {
    padding: 0 !important;
    display: flex;
    gap: 22px;
    padding-left: 6px !important;
}
.woocommerce-Tabs-panel h2 {
    font-size: 22px !important;
    margin-bottom: 6px;
}
td.woocommerce-product-attributes-item__value {
    padding: 10px !important;
    font-style: normal !important;
}

th.woocommerce-product-attributes-item__label {
    padding: 10px !important;
}

.wc-tabs-wrapper ul li {
    background: #f1f1f1 !important;
}
.wc-tabs-wrapper ul li.active {
    background: #ffffff !important;
    border-top: 4px solid #8bc34a !important;
}


.policy-page h2 {
    font-size: 24px !important;
    margin-top: 26px;
    margin-bottom: 6px;
}
.price del bdi {
    color: red !important;
}


.woocommerce div.product div.images img {
    height: 448px;
    object-fit: cover;
    border-radius: 20px;
}
.related {
    border-top: 1px solid #d5d5d5;
    padding-top: 20px;
    margin-top: 48px;
}

.related h2 {
    font-size: 22px;
}
del bdi {
    text-decoration: line-through;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    width: 100%;
}

.flex-control-thumbs img {
    height: unset !important;
}
.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    gap: 12px;
}
.woocommerce-product-details__short-description [type=checkbox], .woocommerce-product-details__short-description [type=radio] {
    box-sizing: border-box;
    padding: 0;
    display: none;
}
.woocommerce-product-details__short-description {
    margin-bottom: 20px;
}

.woocommerce-product-details__short-description label {
    font-weight: 600;
}

.woocommerce p.stars.selected a.active::before, .woocommerce p.stars.selected a::before {
    color: #f5b700;
}
.woocommerce p.stars a {
    font-size: 16px;
}

.tnp-subscription {
    margin: 0 !important;
}

.tnp-subscription .tnp-field-email label {
    display: none;
}

.tnp-subscription .tnp-field-email {
    margin-bottom: 0 !important;
    flex: 1;
}

.tnp-subscription form {
    display: flex;
    gap: 10px;
}

.tnp-subscription input[type="email"] {
    border-color: #DBDBDB;
    border-radius: 4px !important;
}
.tnp-subscription .tnp-field-button {
    margin-bottom: 0 !important;
}

.tnp-subscription .tnp-field-button input.tnp-submit {
    background: #F6CE21;
    color: #1E4616;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 18px;
    height: 100%;
}


.tnp-subscription .tnp-field-button input.tnp-submit:hover{
	background: #1E4616;
	color:#fff;
}
#media_image-2 a {
    display: block;
}

#media_image-2 a img {
    width: 168px;
}
.post-btns {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}


.search-results .page-content {
   display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    padding: 40px 15px;
    max-width: 1280px;
    margin: 0 auto;
}

.search-results .page-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    padding: 40px 15px;
    max-width: 1280px;
    margin: 0 auto;
}

.search-results .page-content article {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 10px;
}

.search-results .page-content article> a {
    order: -1;
    overflow: hidden;
    height: 208px;
    border-radius: 10px;
}

.search-results .page-content article a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-results .page-content article .entry-title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 0;
}

.search-results .page-content article  p {
    margin-bottom: 0;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
}

.search-results .page-content article  .checkbox {
    text-align: center;
    line-height: normal;
}

.search-results .page-content article  .checkbox label input {
    display: none;
}

.search-results .page-content article  .checkbox label {
    text-align: center;
    font-size: 13px;
}
.search-no-results .page-content> p {
    text-align: center;
    padding: 100px 15px;
    font-size: 42px;
    color: #1e4616;
    font-weight: 500;
}
.search-results .custom-search-pagination {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 15px;
}

.search-results .custom-search-pagination .pagination {
    display: flex;
    justify-content: space-between;
}

.search-results .custom-search-pagination .pagination a {
    display: inline-flex;
    align-items: center;
    line-height: normal;
    gap: 8px;
}

.search-results .custom-search-pagination .pagination a .meta-nav {
    display: inline-flex;
    line-height: normal;
    align-items: center;
}
.thankyou-wrapper {
    max-width: 922px;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 15px;
    background: #e9ffdd;
    border-radius: 13px;
}

.thankyou-wrapper img {
    max-width: 94px;
    margin-bottom: 10px;
}

.thankyou-wrapper h1 {
    font-size: 40px !important;
    margin-top: 0;
    margin-bottom: 2px;
}

.thankyou-wrapper p {
    font-size: 24px;
    color: #1e4616;
}

/* thankyou-page-padding */
.page-id-1689 #content {
    padding: 0 15px;
}

.back-to-home {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 42px;
}

.back-to-home img {
    width: 20px;
}

.blog-single h2 {
  font-size: 26px !important;
    line-height: normal !important;
    margin-top: 38px;
    margin-bottom: 24px;
}
.home-page-blog .blog-post-list > .blog-post:nth-child(n+4) {
  display: none !important;
}
.woocommerce-Tabs-panel ul {padding-left: 24px;display: flex;flex-direction: column;gap: 10px;border-radius: 4px;}

.woocommerce-Tabs-panel ul li {
    background: transparent !important;
}
.woocommerce-Tabs-panel h3 {
    margin-top: 34px;
}
.wmcchevkoutprocess, a.ckhviewcart {
    background: #8BC34A !important;
    padding: 4px;
    border-radius: 4px;
}
.whmckeepshooping {
    padding: 4px;
    background: #ffd600;
    border-radius: 4px;
}
.whmc-bottom-part {
    padding: 0 22px;
    padding-bottom: 20px;
}
span.icon_cancel-circle {
    background: red;
    color: #fff;
}

span#topart_count_s {
    position: absolute;
    top: 0;
    left: 12px;
    background: red;
}

.whmtopcatrs {
    gap: 12px;
}
i.fcp_icon_2 {
    color: #8bc34a !important;
    font-size: 24px;
}
.whmtitr {
    font-size: 14px;
    margin: 0;
    font-weight: 700;
}


@media (max-width: 1336px) {
    .desktop-menu-col {
        display: none;
    }
	
	    .desktop-menu-col {
        position: fixed;
        top: 155px;
        left: 0;
        height: calc(100vh - 186px);
        width: 100%;
        z-index: 999;
        background-color: hsl(0deg 0% 100% / 90%);
        backdrop-filter: blur(4px);
        padding: 15px;
    }

       .mobilemenu-btn {
        display: block !important;
    }
	 div#menuBtn {
        width: 36px;
        cursor: pointer;
    }

    div#menuBtn span {
        width: 100%;
        height: 2px;
        display: block;
        background-color: #000;
    }

    div#menuBtn span:nth-child(2) {
        margin: 7px 0;
    }
    div#menuBtn.active span:nth-child(2) {
        opacity: 0;
        visibility: hidden;
    }

    div#menuBtn.active span:first-child {
        transform: rotate(45deg);
        bottom: -9px;
        position: relative;
    }

    div#menuBtn.active span:last-child {
        transform: rotate(-45deg);
        top: -9px;
        position: relative;
    }
}

@media (max-width: 1024px) {
  
    .search-cart-col {
        display: flex;
        align-items: center;
        gap: 30px;
    }
  
    .header-sec .logo-col img {
        width: auto;
        max-width: 100%;
        height: 62px;
    }
    .desktop-menu-col.active {
        display: block;
        overflow-y: auto;
    }


    header.header-sec.scrolled .logo-col img {
        max-width: 100%;
    }

    .desktop-menu-col ul {
        flex-flow: column;
        gap: 10px;
        overflow: hidden;
        overflow-y: auto;
    }
    .desktop-menu-col ul li a {
        /* border-bottom: 1px solid #ccc; */
        display: block;
        padding: 10px;
    }
	

	
	
   
    .blog-post-list {
        gap: 30px;
    }
    .footer-sec .row-box {
        gap: 40px;
    }
    .footer-sec .f-menu-col {
        width: 25%;
    }
    .footer-sec .f-newsletter-col {
        width: 40%;
    }
    .desktop-menu-col ul li ul {
    position: unset;
    visibility: visible;
    opacity: 1;
    transform: unset;
    transition: all .3s 
linear;
}
    .desktop-menu-col ul li {
   border-bottom: 1px solid #ccc;
}
.menu-item-flex {
    width: 100%;
    justify-content: space-between;            
}
.menu-item-flex i.active {
  transform: rotate(180deg); 
}
}

@media (max-width: 991px) {
    .blog-post-list {
        gap: 15px;
    }
    .blog-post-list .blog-post .post-img {
        height: 180px;
    }
    .t-slide-in {
        border-radius: 10px;
        padding: 25px;
    }
    .footer-sec .row-box {
        gap: 60px;
        flex-flow: wrap;
    }
    .footer-sec .f-logo-col {
        width: 60%;
    }
    .footer-sec .f-menu-col {
        width: 100%;
    }
    .footer-sec .f-newsletter-col {
        width: 70%;
    }
    .footer-sec h5 {
        margin: 0 0 15px;
    }
	.search-results .page-content {
    grid-template-columns: repeat(3, 1fr);
}
	.search-no-results .page-content> p {
    font-size: 30px;
		line-height: 44px;
}
}

@media (max-width: 767px) {
    .blog-post-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }
    .blog-post-list .blog-post a .post-btn {
        position: relative;
    }
    .blog-post-list .blog-post a {
        padding: 0;
    }
    .blog-post .post-content .post-date {
        margin: 5px 0 10px;
    }
    .footer-sec .row-box {
        gap: 40px;
        flex-flow: column;
    }
    .footer-sec .f-logo-col {
        width: 100%;
    }
    .footer-sec .f-logo-col .logo-text {
        padding: 10px 0 0;
    }
    .footer-sec .f-logo-col .f-social-box {
        padding: 10px 0 0;
    }
    .footer-sec {
        padding: 60px 0;
    }
    .footer-sec .bg-deasign {
        top: -7px;
    }

    .footer-sec .f-logo-col .logo-box img {
        width: 100%;
        max-width: 166px;
    }

    .banner-section {
        padding: 80px 0;
    }
		.search-results .page-content {
    grid-template-columns: repeat(2, 1fr);
}
.slide-heading {
    font-size: 26px !important;
    margin: 0 auto;
    line-height: 32px !important;
}
.banner-slide-item {
    height: 400px;
}
}

@media (max-width: 678px) {
    .woocommerce div.product div.images img {
    height: 272px;
}
.single-product .product_title.entry-title {
    text-align: left;
    font-size: 22px;
    line-height: 27px;
}
.woocommerce-Tabs-panel h2, .related h2 {
    font-size: 16px !important;
    margin-bottom: 6px;
    line-height: 24px !important;
}
	
	.thankyou-wrapper p {
    font-size: 16px;
    text-align: center;
}
	.thankyou-wrapper h1 {
    font-size: 30px !important;
}
	.opening-hourse p {
    display: none;
}
}

@media (max-width: 480px) {
    /*.header-sec .logo-col img {
        height: 80px;
    }
    .header-sec {
        padding: 20px 0;
    }
    .desktop-menu-col {
        height: calc(100% - 114px);
    }*/
	.search-results .page-content {
        grid-template-columns: repeat(1, 1fr);
    }

    .open-tag {
    margin-left: 10px;
    font-size: 12px;
    gap: 10px;
}
span.call-icon {
    width: 24px;
    height: 24px;
}
span.call-icon i {
    font-size: 11px;
}
}




/*--custom-css--*/
.post-type-archive-product .woocommerce-error, .single.single-product .woocommerce-error{
    display: none;
}
.woocommerce ul.products li.product .price{
    text-align: center;
}
ul.products.columns-4 {
    list-style: none;
}
.woocommerce ul.products span.woocommerce-Price-amount.amount bdi{
    display: inline-block;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 0em;
}
#search {
    align-items: center;
    background: #fff9ea;
    display: flex;
    justify-content: center;
    opacity: 0;
    position: fixed;
    transition: all 0.5s;
    width: 100vw;
    z-index: 9;
    height: 100%;
    top: 0;
    left: 0;
    padding: 80px 20%;
    display: none;
}
#search:target {
    height: 100vh !important;
    opacity: 1;
    width: 100vw !important;
    z-index: 2;
}
#search:target .close-btn {
    display: block;
}

.close-btn {
    display: none;
    color: #fff;
    font-size: 2rem;
    position: absolute;
    top: 0.5rem;
    right: 2rem;
}



.wpcf7-not-valid-tip {
       background: #fecaca !important;
    font-size: 1em;
    font-weight: normal;
    display: block;
    color: #dc2626 !important;
    padding: 2px 14px !important;
    width: max-content !important;
    margin-top: 10px !important;
    border-radius: 4px !important;
    margin-bottom: 22px !important;
    border: 1px solid #dc2626;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #dc3232;
    background: #dc3232;
    color: #fff;
}.

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450 !important;
    color: #fff !important;
}





/*======= Woocomerce========= */
.woocommerce {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}
#customer_login h2 {
    font-size: 24px;
    margin-top: 0;
}

.woocommerce #customer_login .u-column1,
.woocommerce #customer_login .u-column2 {
    padding: 36px;
    border-radius: 10px;
    /*     box-shadow: rgb(17 12 46 / 7%) 0px 26px 46px 0px; */
    background: rgb(245 245 245 / 63%);
}

.woocommerce #customer_login .u-column1 form,
.woocommerce #customer_login .u-column2 form {
    border: none;
    padding: 0;
    margin: 0;
}

.woocommerce #customer_login .u-column1 form input,
.woocommerce #customer_login .u-column2 form input {
    border: none;
    background: #fff;
    box-shadow: rgb(17 12 46 / 7%) 0px 26px 46px 0px;
    height: unset;
    padding: 14px;
}

.woocommerce #customer_login .u-column1 form .form-row,
.woocommerce #customer_login .u-column2 form .form-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.woocommerce #customer_login .u-column1 form input:focus-visible,
.woocommerce #customer_login .u-column2 form input:focus-visible {
    border: none;
    outline-color: #84c224;
    box-shadow: none;
}

.woocommerce #customer_login .u-column1 form button[type="submit"],
.woocommerce #customer_login .u-column2 form button[type="submit"] {
    background: #84c224;
    color: #fff;
    height: unset;
    padding: 16px;
    transition: all 0.3s linear;
    margin-right:0;
}

.woocommerce #customer_login .u-column1 form button[type="submit"]:hover,
.woocommerce #customer_login .u-column2 form button[type="submit"]:hover {
    background: #e6b100;
}

.woocommerce-error::before,
.woocommerce-error li,
.woocommerce-error li a {
    color: #ffffff;
}
.woocommerce-error {
    background: #b81c23;
}


/* Container */
.woocommerce-MyAccount-navigation {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    padding: 20px;
    width: 250px;
}

/* Sidebar menu items */
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin: 10px 0;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px 18px;
    font-size: 18px;
    font-weight: 500;
    color: #444;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
    background: #84c224;
    color: #fff;
    box-shadow: 0 3px 10px rgba(76,175,80,0.3);
}

/* Content area */
.woocommerce-MyAccount-content {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    margin-left: 280px;
    min-height: 300px;
}

/* Heading style */
.entry-title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.entry-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #4CAF50;
    margin: 10px auto 0;
    border-radius: 2px;
}

.woocommerce-MyAccount-content {
    margin-left: 0;
}
.my-account-wrapper .woocommerce {
    display: flex;
 	flex-direction:column;
    gap: 28px;
  	align-items:flex-start;
}
.my-account-wrapper .woocommerce ul.woocommerce-error {
    margin-bottom: 0px;
}
/* .woocommerce-notices-wrapper {
    width: 100%;
} */

.my-account-wrapper .woocommerce .woocommerce-MyAccount-navigation {
    width: 30%;
}

.my-account-wrapper .woocommerce .woocommerce-MyAccount-content {
    width: 70%;
    background: rgb(204 204 204 / 10%);
    box-shadow: none;
}

.my-account-wrapper .woocommerce::before, .my-account-wrapper .woocommerce::after  {
    display: none;
}

fieldset {
    margin-top: 36px;
        border-color: rgb(231 231 231 / 20%);
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    border: none;
    background: #fff;
    box-shadow: rgb(17 12 46 / 7%) 0px 26px 46px 0px;
    height: unset;
    padding: 14px;
}



.woocommerce form .form-row .input-text:focus-visible,
.woocommerce form .form-row select:focus-visible {
    border: none;
    outline-color: #84c224;
    box-shadow: none;
}
.woocommerce form .form-row label {
    color: #000;
    font-weight: 500;
}

.woocommerce-form-row em {
    font-size: 13px;
}
legend {
    color: #000000;
    font-weight: 600;
}
.woocommerce-Button {
    background: #e6b100 !important;
    color: #fff !important;
    width: 100%;
    margin-top: 20px !important;
    display: block;
      width: auto;
    height: unset !important;
    padding: 14px !important;
}


.lost_reset_password {
    max-width: 680px;
    margin: 0 auto;
    background: #f7f7f7;
    border-radius: 18px;
    padding: 40px;
}

.lost_reset_password .woocommerce-form-row {
    width: 100% !important;
}
.block-div {
    display: block !important;
}

/*========= Cart-Css======= */
.woocommerce-cart .wc-block-cart .wc-block-components-sidebar, .wp-block-woocommerce-checkout-order-summary-block {
    padding: 24px;
    background-color: #f5f5f5;
    width: unset;
    flex: 1;
    height: fit-content;
    border-radius: 16px;
}

h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title, .wc-block-components-checkout-order-summary__title-text, .wc-block-components-product-name {
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 16px;
    color: #1e4616;
}
.wc-block-components-product-name {
    color: #1e4616 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding-bottom: 0;
}

span.wc-block-components-totals-item__label, .wc-block-components-totals-item__value {
    color: #1e4616;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    color: #fff;
    border-radius: 12px;
    background: #8BC34A;
    font-weight: 500;
    font-size: 18px;
}

.wc-block-components-totals-coupon__form {
    flex-direction: column;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    color: #fff;
    border-radius: 12px;
    background: #8BC34A;
    font-weight: 500;
    font-size: 18px;
}

.wc-block-components-text-input.wc-block-components-totals-coupon__input {
    height: unset;
    flex:unset !important;
}

input#wc-block-components-totals-coupon__input-coupon {
    border: 1px solid #ccc;
    border-radius: 12px;
    margin-bottom: 8px;
}

.wc-block-components-totals-coupon__button[style="pointer-events: none;"] {
    background: #ddd;
    border: none;
}

.wc-block-components-totals-coupon__button {
    background: #FFC107;
    border: none;
}

tr.wc-block-cart-items__header th, .wc-block-cart-items  tr td {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    color: #1e4616;
}
.price .wc-block-components-product-price__value {
    font-size: 20px;
}

.wc-block-cart-item__image a {
    display: block;
}

.wc-block-cart-item__image a img {
    border-radius: 12px;
    border:#e7e7e7;
}

.wc-block-components-quantity-selector {
    border-radius: 100px !important;
    overflow: hidden;
    border: 1px solid #ccc;
    /* background: #8bc34a; */
    /* color: #fff; */
}

input.wc-block-components-quantity-selector__input {
    border: none !important;
    outline: none !important;
}
.wc-block-components-quantity-selector:after{
    display:none;
}
.wc-block-components-order-summary-item__individual-price {
    color: #1e4616;
    font-size: 16px !important;
}
.wc-block-components-product-price__value {
    color: #1e4616;
}
del {
    color: red;
}

.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments-form textarea, fieldset, input:not([type=submit]):not([type=checkbox]):not([type=radio]), select, textarea {
   display: block;
    border: 1px solid #d6d6d6 !important;
    background-color: #fff;
    border-radius: 16px;
    outline: 0;
    padding: 12px !important;
    color: #000 !important;
}
.wc-block-components-combobox.is-active .wc-block-components-combobox-control input:not([type=submit]):not([type=checkbox]):not([type=radio]), .wc-block-components-combobox:focus-within .wc-block-components-combobox-control input:not([type=submit]):not([type=checkbox]):not([type=radio]), .wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control input:not([type=submit]):not([type=checkbox]):not([type=radio]), .wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control input:not([type=submit]):not([type=checkbox]):not([type=radio]), .wc-block-components-form .wc-block-components-text-input.is-active input:not([type=submit]):not([type=checkbox]):not([type=radio]), .wc-block-components-text-input.is-active input:not([type=submit]):not([type=checkbox]):not([type=radio])
 {
    padding-top: 32px !important;
}
.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    width:inherit !important;
    padding: 12px 28px !important;
    border-radius: 12px;
    border: none;
    background: #8BC34A;
    color: #fff;
    font-size: 20px;
}

.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover{
    background: #FFC107;
}
.wc-block-components-order-summary-item__quantity {
    background: red !important;
    width: 20px;
    color: #fff !important;
    align-items: center;
    justify-content: center;
}

/*========= shop-page-Css======= */


.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before
 {
        display: none;
}

ul.products.columns-4 {
    grid-template-columns: repeat(auto-fill, minmax(max(200px, 25% - 24px), 1fr));
    display: grid;
    gap: 28px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: unset;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    margin-left: 0;
      display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
        background: #f9f9f9;
    border-radius: 16px;
    padding: 14px;
}


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product:hover .wcboost-products-compare-button{
     margin-bottom: 6px;
}

.woocommerce-page ul.products li.product .added_to_cart {
    margin-left: 0;
    margin-top: 6px;
    background: #FFC107;
    width: 100%;
    text-align: center;
}


h2.woocommerce-loop-product__title {
    line-height: unset;
    font-size: 14px !important;
    text-align: center;
    line-height: 20px !important;
}
span.woocommerce-Price-amount.amount bdi {
    text-align: center;
    font-size: 16px;
    display: flex;
    justify-content: center;
}


.woocommerce ul.products li.product .button:hover {
    background: #5e7a58;
}
.woocommerce ul.products li.product a img {
       border-radius: 10px;
    height: 221px !important;
    width: 100% !important;
    object-fit: cover;
}
.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link {
    width: 100%;
}
.woocommerce table.shop_table {
    border: none;
    border-collapse: collapse;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: transparent;
        border-top: 1px solid #e7e7e7 !important;
}
    .wc-block-cart__main .wc-block-cart-items {
        border-bottom: 1px solid #e7e7e7;
    }
.woocommerce a.remove {  
    font-size: 28px;   
    color: #040404 !important;
    font-weight: 300;
}
.product-name td a {
    color: #1e4616;
    font-weight: 600;
    font-size: 18px;
}
.add_to_cart_button, .return-to-shop .button, .wc-backward {
    background: #8BC34A !important;
    color: #fff !important;
}
.wcboost-products-compare-clear {
    background: #e10000 !important;
    color: #fff !important;
}


.woocommerce table.shop_table td, .woocommerce table.shop_table th {
    border-color: #e1e1e1;
}

.wc-block-cart-items .wc-block-components-product-price {
    justify-content: flex-start;
}
.wc-block-components-quantity-selector input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
    border-radius: 0 !important;
    padding: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

select, .select2-container .select2-dropdown, .select2-container .select2-selection{
    display: block;
    border: 1px solid #d6d6d6 !important;
    background-color: #fff;
    border-radius: 16px !important;
    outline: 0;
    padding: 12px !important;
    color: #000 !important;
     border-radius: 4px !important;
}
.added_to_cart[title="View cart"] {
    padding: 8px 14px;
    line-height: normal;
    background: #4100ff;
    color: #fff;
    border-radius: 4px;
    margin-left: 6px;
}
.woocommerce-billing-fields input, #customer_details textarea, #customer_details input {
    box-shadow: none !important;
      border-radius: 4px !important;
}


table caption+thead tr:first-child td, table caption+thead tr:first-child th, table colgroup+thead tr:first-child td, table colgroup+thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th {
    border-block-start: 1px solid #e7e7e7;
}

.wc-block-components-sale-badge {
    background: hsl(87.77deg 50.21% 52.75% / 43.14%);
    border: none;
    font-size: 12px;
    padding: 4px 8px;
}

.woocommerce-message {
    border-top-color: #8bc34a;
    background: #8bc34a;
    color: #fff;
}
.woocommerce-message::before {
    color: #ffffff;
}
.woocommerce-products-compare bdi {
    justify-content: flex-start !important;
}

.wcboost-products-compare--empty .woocommerce-info, .woocommerce-form-coupon-toggle .woocommerce-info{
    border-top-color: #1e4616;
    background: #f7f7f7;
    color: #1e4616;
    font-weight: 600;
    border-top: none;
    border-radius: 6px;
}
.wcboost-products-compare--empty .woocommerce-info::before, .woocommerce-form-coupon-toggle .woocommerce-info::before {
    color: #1e4616;
}
.woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
    color: #8BC34A;
}
.woocommerce-checkout bdi {
    justify-content: flex-start !important;
}

.woocommerce-checkout-review-order-table thead tr th {
    background: #84c224;
    color: #fff;
    font-size: 18px;
}

.payment_methods label {
    color: #1e4616;
    font-size: 20px;
    font-weight: 600;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: rgb(240 240 240 / 52%);
    border-radius: 5px;
}
button#place_order {
    background: #8BC34A;
}

button#place_order:hover {
    background: #FFC107;
}
.woocommerce-shop span.price {
    display: flex !important;
    justify-content: center;
}
.woocommerce-pagination ul.page-numbers {
    display:inline-flex !important;
    gap: 6px;
    background: #f7f7f7;
    width: fit-content;
    margin: 26px auto !important;
    justify-content: center;
    align-items: center;
    padding: 6px !important;
    border-radius: 100px;
}

.woocommerce-pagination ul.page-numbers li {
    border: none !important;
}

.woocommerce-pagination ul.page-numbers li span, .woocommerce-pagination ul.page-numbers li a {
    display: flex !important;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    width: 40px !important;
    height: 40px !important;
    border-radius: 100px;
    font-weight: 500 !important;
    background: #fff;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #8bc34a;
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul {    border: 1px solid #f0f0f0;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    background: #e7e7e763;
    border-radius: 100px !important;
    border: none !important;
    font-size: 14px;
    padding-right: 110px !important;
   color: #303030 !important;
    background-image: url(/wp-content/uploads/2025/10/down.png);
    background-repeat: no-repeat;
    appearance: none;
    background-position: 90% center;
}


.woocommerce span.onsale {
    height: 3.236em;
    width: 3.236em;
    padding: .202em;
    background-color: #F44336;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wcboost-products-compare-button {
    margin: 0 !important;
    position: absolute;
    top: 20px;
    left: 18px;
    background: #8bc34a;
    color: #fff !important;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    padding: 2px;
}

.wcboost-products-compare-button .wcboost-products-compare-button__text {
    display: none;
}

.wcboost-products-compare-button .wcboost-products-compare-button__icon {
    margin: 0;
}

.header-addrese a {
    color: #fff;
}
.logged-in .my-account-wrapper .woocommerce {
    flex-direction: row;
}
.woo-variation-product-gallery {
    max-width: 50% !important;
    width: 100%;
    overflow: hidden;
	height: fit-content !important;
}
.woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
.woo-variation-gallery-thumbnail-wrapper {
    margin-top: 26px !important;
}
/*========= Responsive-Css======= */

@media (max-width: 1536px) {
	.desktop-menu-col ul li a {
    font-size: 14px;
}
	.header-sec .container, .top-header .container, footer .container {
    max-width: 1350px;
}
}

@media (max-width: 991px) {
.product_cat-chickens-for-sale {
    display: flex;
    flex-direction: column;
}

.woo-variation-product-gallery {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.summary.entry-summary {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}
}

@media screen and (max-width: 769px){
	.header-call span {
		display: none;
	}
	.header-call span.call-icon{
		display: flex;
	}
}

@media (max-width: 768px) {
    #customer_login {
        display: flex;
        flex-direction: column;
        gap: 28px;
    }
	.logged-in .my-account-wrapper .woocommerce {
		flex-direction: column;
	}
	.logged-in .my-account-wrapper .woocommerce > * {
		width: 100%;
	}
	#customer_login::before, #customer_login::after{
		display: none;
	}
        .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
        margin: 0
    }
	.hide-mob {
    display: none;
}
	.opening-hourse p {
    font-size: 14px;
}
	
}

span.cart-count {
    margin-top: -6px;
    font-size: 12px;
    line-height: 1.2;
}
.account-icon a img{
	width: 22px;
}


@media screen and (max-width: 575px){
	.search-cart-col ul{
		gap: 10px;
	}
}
/*--custom-cee-end--*/

.single_variation_wrap button.single_add_to_cart_button.button.alt {
    display: block !important;
}
.postid-877 .woocommerce-variation-add-to-cart {
    display: flex;
    gap: 10px;
}

.postid-877 .woocommerce-variation-add-to-cart .single_add_to_cart_button.button.alt {
    background: #8bc34a;
}

.postid-877 .woocommerce-variation-add-to-cart .single_add_to_cart_button.button.alt:hover {
    background: #f6ce21;
}
.postid-877 span.woocommerce-Price-amount.amount {
    display: flex;
    margin-bottom: 10px;
}
.postid-877 .amount {
    margin-bottom: 0 !important;
}
.wc-block-cart table.wc-block-cart-items td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}