a,
body,
p,
input,
select,
optgroup,
textarea {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

img {
	height: auto;
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Poppins", sans-serif;
	overflow-wrap: normal !important;
}

footer {
    background: #1A1A1A;
    padding: 0px 0px 0px;
    position: relative;
    clear: both;
}
.footer_innr_colm ul li {
    list-style: none;
}

.footer_innr_colm ul {
    padding: 0px;
    margin: 0px;
}
.footer_wrps .col-md-3:not(:last-child) {
    border-right: 1px solid #ffffff14;
}
.footer_wrps .col-md-3:not(:first-child)
 {
    padding-left: 43px;
}
.foo_logos img {
    max-width: 100px;
    margin-bottom: 17px;
}
.foo_first_info p {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}
.social_foo ul li a {
    text-decoration: none;
    display: block;
}
.social_foo ul li a i {
    background: #ffffff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    border-radius: 100px;
    font-size: 17px;
    color: #000;
}
.social_foo ul {
    display: flex;
    gap: 15px;
}
.foo_heads h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 18px;
}
.footer_innr_colm ul li {
    margin-bottom: 8px;
}
.footer_innr_colm ul li a {
    text-decoration: none;
    font-size: 15px;
    color: #ffffffb5;
    font-weight: 300;
}
.footer_innr_colm ul li a:hover {
    color: #548962;
}
.social_foo ul li a i:hover {
    background: #548962;
    color: #fff;
}
.copyrights_foo p {
    margin: 0px;
    color: #ffffffba;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    position: relative;
    z-index: 1;
}
.copyrights_foo {
    padding: 14px 0px;
    border-top: 1px solid #cccccc14;
}
.footer_wrps .col-md-3
 {
    padding-top: 60px;
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
}


/* News */
.dashonig_news_single {
    background: #fff;
}

.dashonig_news_breadcrumb {
    font-size: 13px;
    margin-bottom: 10px;
    color: #777;
}

.dashonig_news_breadcrumb a {
    color: #548962;
    text-decoration: none;
}

.dashonig_news_title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

.dashonig_news_meta {
    font-size: 14px;
    color: #666;
    display: flex;
    gap: 20px;
}

/* CONTENT */
.dashonig_news_content_wrap {
    padding: 20px 0 70px;
}

.dashonig_news_featured_image img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 25px;
}

.dashonig_news_content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.dashonig_news_content h2,
.dashonig_news_content h3 {
    margin-top: 35px;
    margin-bottom: 15px;
}

/* TAGS */
.dashonig_news_tags {
    margin-top: 30px;
    font-size: 14px;
}

.dashonig_news_tags a {
    display: inline-block;
    background: #f1f1f1;
    padding: 6px 12px;
    border-radius: 20px;
    margin-right: 8px;
    color: #333;
    text-decoration: none;
}

/* POST NAV */
.dashonig_news_post_nav {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
    font-weight: 600;
}

/* SIDEBAR */
.dashonig_news_sidebar {
    padding-left: 30px;
}

.dashonig_news_widget {
    margin-bottom: 30px;
}

.dashonig_news_widget h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

.dashonig_news_widget ul {
    list-style: none;
    padding: 0;
}

.dashonig_news_widget ul li {
    margin-bottom: 10px;
}

.dashonig_news_widget ul li a {
    color: #333;
    text-decoration: none;
}

.dashonig_news_widget ul li a:hover {
    color: #548962;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .dashonig_news_sidebar {
        padding-left: 0;
        margin-top: 40px;
    }

    .dashonig_news_title {
        font-size: 28px;
    }
}

.dashonig_news_single .comment-respond {
    margin-top: 60px;
    padding: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    background: #fafafa;
}

/* Title */
.dashonig_news_single .comment-respond h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1A1A1A;
}

/* Subtitle text */
.dashonig_news_single .comment-respond p {
    font-size: 14px;
    color: #555;
}

/* Form layout */
.dashonig_news_single .comment-form {
    margin-top: 25px;
}

/* Labels */
.dashonig_news_single .comment-form label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
    color: #333;
}

/* Inputs & textarea */
.dashonig_news_single .comment-form input[type="text"],
.dashonig_news_single .comment-form input[type="email"],
.dashonig_news_single .comment-form input[type="url"],
.dashonig_news_single .comment-form textarea {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    padding: 12px 14px;
    font-size: 14px;
    margin-bottom: 18px;
}

.dashonig_news_single .comment-form textarea {
    min-height: 160px;
    resize: vertical;
}

/* Focus */
.dashonig_news_single .comment-form input:focus,
.dashonig_news_single .comment-form textarea:focus {
    outline: none;
    border-color: #548962;
    box-shadow: 0 0 0 2px rgba(84,137,98,0.15);
}

/* Checkbox */
.dashonig_news_single .comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: #555;
    margin-bottom: 20px;
}

.dashonig_news_single .comment-form-cookies-consent input {
    margin-top: 3px;
}

/* Submit button */
.dashonig_news_single .form-submit input[type="submit"] {
    background: #548962;
    color: #fff;
    border: none;
    padding: 14px 26px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: background .2s ease;
}

.dashonig_news_single .form-submit input[type="submit"]:hover {
    background: #456f53;
}

/* Logged in text */
.dashonig_news_single .logged-in-as {
    font-size: 13px;
    margin-bottom: 15px;
}

.dashonig_news_single .logged-in-as a {
    color: #548962;
    text-decoration: none;
}

/* Error messages */
.dashonig_news_single .comment-form .error,
.dashonig_news_single .comment-respond .comment-error {
    font-size: 14px;
    color: #b00020;
}
.dashonig_news_post_nav a {
    color: #548962;
    font-weight: 500;
    text-decoration: none;
}
.dashonig_news_post_nav .dashonig_news_prev, .dashonig_news_post_nav .dashonig_news_next {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 5px 14px;
    margin: 0px 9px;
}
.dashonig_shop_sidebar.offcanvas-md.offcanvas-start {
    top: 0;
    z-index: 999999;
    height: 100%;
}
button.mobprodfilter {
    max-width: fit-content;
    color: #8079D3;
    border-color: #8079D3;
}
div#photoswipe-fullscreen-dialog {
    z-index: 9999;
}
.wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item__value span {
    color: #548962;
    font-weight: 600;
}
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button
 {
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #548962;
    color: #fff !important;
}
@media (max-width: 767px) {

    .dashonig_news_single .comment-respond {
        padding: 25px;
    }

    .dashonig_news_single .comment-respond h3 {
        font-size: 22px;
    }

}

@media (max-width:1199px) {
    .social_foo ul {
    flex-wrap: wrap;
}
.footer_wrps .col-md-3:not(:first-child) {
    padding-left: 20px;
}
footer::after {
    background-repeat: repeat;
}

}

@media (max-width:768px) {
    .dashonig_wc_product_grid {
    grid-template-columns: repeat(2, 1fr) !important;
}
.card_on_newproduts li.uabb-info-list-item {
    max-width: calc(50% - 3px);
    box-sizing: border-box;
    padding-bottom: 0px !important;
}
.card_on_newproduts ul.uabb-info-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    box-sizing: border-box;
}
.dashonig_page_header {
    padding: 40px;
}
.dashonig_single_product .product_title
 {
    font-size: 30px;
}
section.related.products h2 {
    font-size: 30px;
}
.wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item__value span {
    color: #548962;
    font-weight: 600;
}
.wc-myaccount-bs.container-fluid.py-5 {
    padding-top: 0px !important;
}

}

@media (max-width:767px) {
   .footer_wrps .col-md-3 {
    padding-top: 0px;
    padding-bottom: 20px;
}
.footer_wrps {
    padding-top: 80px;
}
.footer_wrps .col-md-3:not(:first-child) {
        padding-left: 15px;
    }
.footer_wrps .col-md-3:not(:last-child) {
    border-right: none;
}
.woocommerce-checkout .dashonig_page_header {
    margin-bottom: 10px !important;
}
.col2-set.addresses .col-1, .col2-set.addresses .col-2, .form-row-first, .form-row-last {
    width: 100% !important;
    float: none !important;
    margin-right: 0px !important;
}


}

@media (max-width:500px) {
    .dashonig_wc_product_grid {
    grid-template-columns: repeat(1, 1fr) !important;
}
.card_on_newproduts li.uabb-info-list-item {
    max-width: calc(50% - 3px);
    box-sizing: border-box;
    padding-bottom: 0px !important;
}
.card_on_newproduts ul.uabb-info-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    box-sizing: border-box;
}
.dashonig_tsm_box p {
    font-size: 17px;
}
.wpforms-field-row.wpforms-field-large {
    display: block !important;
}
.wpforms-field-row.wpforms-field-large .wpforms-field-row-block.wpforms-first.wpforms-one-half {
    width: 100% !important;
    padding: 0px !important;
    margin-bottom: 28px;
}
.wpforms-field-row.wpforms-field-large .wpforms-field-row-block.wpforms-one-half {
    width: 100% !important;
    padding: 0px !important;
}
.map_contactuss iframe {
    height: 280px !important;
}
.dashonig_shop_toolbar {
    display: block !important;
    text-align: center;
    padding: 10px !important;
}

}

@media (min-width: 768px) {
    .dashonig_shop_sidebar {
        position: static !important;
        transform: none !important;
        visibility: visible !important;
    }
}

.blure_card_home .fl-module-content.fl-node-content {
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    padding: 22px;
    border-radius: 18px !important;
    overflow: hidden;
    border: 1px solid #fa8f0f61;
    background-color: #00000005;
}
.button_newstyle i.uabb-button-icon {
    position: absolute;
    background: #FA8F0F;
    height: 100%;
    top: 0;
    width: 50px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    transition: all 0.3s ease-in-out;
}
.button_newstyle a.uabb-button {
    padding-right: 55px;
}
.button_newstyle i.uabb-button-icon:before {
    transition: transform 0.3s ease-in-out;
    transform: rotate(0deg);
}
.button_newstyle a.uabb-button:hover i.uabb-button-icon:before
 {
    transform: rotate(-45deg);
}