/*!
Theme Name: lynchmaccarty
Theme URI: http://lynchmaccarty.me/
Author: lynchmaccarty.me
Author URI: http://lynchmaccarty.me/
Description: Description
Version: 1.1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lynchmaccarty
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

lynchmaccarty is based on lynchmaccarty https://lynchmaccarty.me/, (C) 2012-2020 Automattic, Inc.
lynchmaccarty is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
    - Normalize
    - Box sizing
# Base
    - Typography
    - Elements
    - Links
    - Forms
## Layouts
# Components
    - Navigation
    - Posts and pages
    - Comments
    - Widgets
    - Media
    - Captions
    - Galleries
# plugins
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
     ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
     ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
    margin-top: 0 !important;
}

h3 {
    margin-bottom: 0;
}

.paragrapgh p:last-child {
    margin-bottom: 0 !important;
}

.header-mneu-short .elementor-icon-list-item:after {
    transform: rotate(20deg);
}

.elementor-menu-cart__toggle .elementor-button {
    border-radius: var(--toggle-button-border-radius, 0) !important;
    border-color: var(--toggle-button-border-color, #69727d) !important;
    background-color: var(--toggle-button-background-color, transparent) !important;
}

.call-domain {
    color: #fff;
}

.footer-flex .elementor-image-box-wrapper {
    display: flex;
    flex-direction: row;
    gap: 9px;
}

.menu-item-has-children a {
    justify-content: space-between;
}

.image-slide-swpe .swiper-slide {
    padding: 0 20px;
}

.service-list li {
    position: relative;
    padding-left: 30px;
    font-weight: 400 !important;
    line-height: 1.25 !important;
}

.service-list ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 0;
}


.service-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background-image: url('/wp-content/uploads/2025/12/Clip-path-group.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 1850px){
	.service-list li::before {
		width: 18px !important;
		height: 18px !important;
	}	
}

.service-list li,
.list-home .elementor-icon-list-text,
.subtitle .elementor-heading-title {
    font-weight: 700 !important;
}

.testimonials-swipre .elementor-loop-container {
    padding: 40px 12px !important;
}

.testimonials-swipre .elementor-loop-container .elementor-element {
    justify-content: space-between;
}

.post-year-list {
    overflow: hidden;
    border-radius: 5px;
}

.post-year-list .year-title {
    background: #AB3A32;
    color: #fff;
    padding: 15px;
    margin: 0;
    font-size: clamp(18px, calc(18px + 2 * ((100vw - 320px) / 1600)), 20px);
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
}

.post-year-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.post-year-list ul li {
    padding: 15px;
    border-bottom: 1px solid #eee;
    font-family: 'Nunito Sans';
    font-weight: 700;
}

.post-year-list ul li a {
    text-decoration: none;
    color: #000;
    /* font-weight: 500; */
    font-size: clamp(14px, calc(14px + 2 * ((100vw - 320px) / 1600)), 16px);
}

.podt_loop .page-numbers.current {
    background: #AB3A32;
    border: 1px solid #AB3A32;
}

.podt_loop .page-numbers {
    padding: 15px 21px;
    background: #fff;
    border: 1px solid #AB3A32;
    border-radius: 5px;
}

.podt_loop nav.elementor-pagination {
    position: relative;
}

.podt_loop nav.elementor-pagination::before {
    content: '';
    background: #EEEEEE;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: -50px
}

/*=====================================blog comment fields */

.comment-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: var(--e-global-typography-primary-font-family);
}

.comment-reply-title {
    font-family: var(--e-global-typography-primary-font-family);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comment-reply-title a {
    text-decoration: none;
    color: var(--e-global-color-primary);
}

.comment-form-cookies-consent,
.comment-form-comment,
.comment-notes {
    width: 100%;
}

.comment-form-url,
.comment-form-email,
.comment-form-author {
    width: 49%;
}

.comment-form-author input,
.comment-form-url input,
.comment-form-email input,
.comment-form-comment textarea {
    display: block;
    width: 100%;
    border: solid 1px #EAEAEA;
    outline: none;
    box-shadow: none;
    padding: 10px 15px;
    font-family: var(--e-global-typography-primary-font-family);
}

.comment-form-author label,
.comment-form-url label,
.comment-form-email label,
.comment-form-comment label {
    display: block;
    margin-bottom: 8px;
}

.comment-form>p {
    margin-bottom: 30px;
}

.comment-respond {
    padding: 15px;
    border: #EAEAEA solid 1px;
    background: #FAFAFA;
    border-radius: 5px;
}

.home-icon-list .elementor-icon-list--layout-inline .elementor-icon-list-items {
    margin-inline: 0 !important;
}

.comments-area .comments-title {
    font-size: 24px;
}

.comment-list {
    list-style: none;
    padding-left: 0;
    margin: 2rem 0;
    font-family: var(--e-global-typography-primary-font-family);
}

.comment {
    background-color: #FAFAFA;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.comment .comment-author {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 1rem;
    color: #333;
}

.comment .comment-author .avatar {
    border-radius: 50%;
    margin-right: 10px;
}

.comment .says {
    margin-left: 5px;
    font-weight: normal;
    color: #777;
    font-size: 0.9rem;
}

.comment .comment-metadata {
    font-size: 0.85rem;
    color: #999;
    margin-bottom: 0.5rem;
}

.comment .comment-metadata a {
    color: #999;
    text-decoration: none;
}

.comment .comment-metadata a:hover {
    text-decoration: underline;
}

.comment .comment-content p {
    margin: 0 0 1rem;
    line-height: 1.6;
    font-size: 1rem;
    color: #444;
}

.comment .reply {
    text-align: right;
}

.comment .reply a {
    font-size: 0.85rem;
    color: var(--e-global-color-primary);
    text-decoration: none;
}

.comment .reply a:hover {
    color: var(--e-global-color-primary);
    text-decoration: underline;
}

.form-submit input {
    padding: 13px 26px;
    box-shadow: none;
    border: none;
}

.logged-in-as a {
    color: var(--e-global-color-secondary);
}

#reply-title {
    font-size: clamp(20px, calc(20px + 5 * ((100vw - 320px) / 1600)), 25px);
    line-height: 2;
}


.bypostauthor {
    border-left: 4px solid var(--e-global-color-primary);
    background-color: #eef7fb;
}

/*#commentform #submit {
    background-color: #EC1F26;
    font-family: "barlow", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: transparent;
    padding: 15px 40px 15px 40px;
    border-radius: 60px;
}*/


.blog__archiev .elementor-post__read-more {
    padding: 12px 26px;
    margin: 0;
    background: #AB3A32;
    color: #fff;
    text-transform: capitalize;
    border-radius: 5px;
}

.woocommerce-info {
    border-top-color: var(--e-global-color-secondary);
    background-color: #FAFAFA;
    color: #000;
}

.woocommerce-info::before {
    color: var(--e-global-color-secondary);
}


/*===================================product shop page*/

.pdp-archive .woocommerce-ordering select {
    padding: 15px 40px 15px 20px;
    /* extra right space for icon */
    font-weight: 400;
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #0A0A0ABF;
    /* Chevron Down Icon */
    background-image: url("/wp-content/uploads/2025/12/right.png");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 13px;
    font-family: 'Nunito Sans';
    letter-spacing: 0px;
    text-transform: capitalize;
    border: 1px solid #C8CBC9;
    border-radius: 8px;
}

.pdp-archive .woocommerce ul.products.elementor-grid li {
    box-shadow: 0px 0px 14px 0px #EAEAEAB2;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 30px !important;
}

.woocommerce-loop-product__buttons {
    display: none;
}

.custom-btn:hover,
.custom-btn:focus {
    background-color: transparent !important;
}


/*.pdp-archive .woocommerce-loop-product__title {
    color: #000!important;
    font-family:var( --e-global-typography-secondary-font-family ), Sans-serif !important;
    font-weight: 500!important;
    font-size: clamp(17px, calc(17px + 3 * ((100vw - 320px) / 1600)), 20px)!important;
    line-height: 1.1!important;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;

}*/
.woocommerce.columns-1 .products.list-view li .woocommerce-loop-product__title {
    min-width: 200px;
}

.pdp-archive .woocommerce-ordering select::-ms-expand {
    display: none;
}

.pdp-archive .woocommerce-ordering select::focus-visible {
    border-color: #C8CBC9;
}

.custom-shop-topbar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-direction: row;
    align-items: center;
    margin-bottom: 50px;
}

.pdp-archive .custom-shop-topbar {
    margin-bottom: 30px;
}

.custom-buttons-wrapper button {
    border: none !important;
    padding: 0;
    background-color: transparent !important;
}

.custom-btn:hover,
.custom-btn:focus {
    background-color: transparent !important;
}

.woocommerce ul.products li.product a img {
    object-fit: cover;
    /*aspect-ratio: 4 / 3;*/
    /*padding: 8px;*/
}

p.woocommerce-result-count {
    font-family: "Nunito Sans", Sans-serif;
    font-size: clamp(15px, calc(15px + 2 * ((100vw - 320px) / 1600)), 17px);
    font-weight: 600;
    line-height: 1.1;
    color: #002200;
}

.woocommerce .woocommerce-result-count {
    margin-bottom: 0;
}

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

.pdp-archive .woocommerce ul.products.elementor-grid.list-view li {
    padding-bottom: 0 !important;
}

.woocommerce.columns-1 .products.list-view li {
    box-shadow: 0px 0px 14px 0px rgba(234, 234, 234, 0.6980392156862745);
    padding: 0px 20px 0px 0px !important;
}

.woocommerce.columns-1 .products.list-view li img {
    margin-bottom: 0;
}

.woocommerce.columns-1 .products.list-view li {
    flex-direction: row !important;
    align-items: center;
}

.woocommerce.columns-1 .products.list-view li a {
    display: flex !important;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.left-custom-shop-topbar {
    display: flex;
    gap: 30px;
    align-items: center;
    width: 50%;
    /*justify-content: space-between;*/
}

.custom-buttons-wrapper {
    display: flex;
    gap: 25px;
    align-items: center;
}

#breadcrumbs a[href="https://lynchmaccarty.demotodays.info/"] {
    font-size: 0;
    /* hide text */
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/wp-content/uploads/2025/12/home-icon.png") no-repeat center;
    background-size: contain;
}

#breadcrumbs span span {
    position: relative;
}

#breadcrumbs span span:not(:first-child)::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 40px 0 0;
    background: url("/wp-content/uploads/2025/12/arrow-icon.png") no-repeat center;
    background-size: contain;
}

.breadcrumb_last {
    color: var(--e-global-color-secondary);
}

#breadcrumbs>span {
    font-size: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

#breadcrumbs>span a,
#breadcrumbs>span .breadcrumb_last {
    font-size: 16px;
}

/* hide original >> */
#breadcrumbs span span>span:first-child::after {
    content: none;
}

.product-pdp-excerpt.paragrapgh {
    font-family: "Nunito Sans", Sans-serif;
    font-weight: 400;
    font-size: clamp(14px, calc(14px + 3 * ((100vw - 320px) / 1600)), 17px);
    line-height: 1.4;
    letter-spacing: 0px;
    text-align: center;
    color: #5D5D5D;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.woocommerce .products.elementor-grid:not(.list-view) li .product-pdp-excerpt.paragrapgh {
    margin: 0 auto;
    max-width: 95%;
}

.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    padding: 0;
}

.sidebar-title {
    font-family: var(--e-global-typography-a1ce29d-font-family), Sans-serif;
    font-weight: 700; 
    font-size: var(--e-global-typography-a1ce29d-font-size);
    line-height: var(--e-global-typography-a1ce29d-line-height);
    letter-spacing: 0px;
    text-transform: uppercase;
    background: var(--e-global-color-secondary);
    padding: 15px 20px;
    color: #fff;
}

.pdp-archive .elementor-widget-shortcode {
    overflow: hidden;
    border-width: 1px;
}

.category-group:not(:last-child) {
    border-bottom: 1px dashed #D3D3D3;
}

.category-group {
    padding: 18px;
}

.category-group:first-child {
    padding-top: 10px;

}

.category-group:last-child {
    padding-bottom: 10px;
}

.category-group.current-category a {
    color: var(--e-global-color-secondary);
}

.parent-category {
    color: #000000;
    font-family: Nunito Sans;
    font-weight: 700;
    font-size: clamp(14px, calc(14px + 3 * ((100vw - 320px) / 1600)), 17px);
    line-height: 1.1;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.parent-category::after {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url('/wp-content/uploads/2025/12/Vector-9.png');
    /* plus */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

/* MINUS icon (active/open state) */
.category-group.current-category .parent-category::after {
    background-image: url('/wp-content/uploads/2025/12/Vector-10.png');
    /* minus */
    height: 2px;
}



.category-group ul.child-categories {
    list-style: none;
    margin: 15px 0 0 !important;
    display: none;
    transition: transform 0.3s ease;
    padding-left: 25px;
}

.category-group.current-category ul.child-categories {
    display: block;
    transition: transform 0.3s ease;
}

.category-group ul.child-categories li a {
    color: #3F3F3F;
    font-family: Nunito Sans;
    line-height: 2.5;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: clamp(14px, calc(14px + 2 * ((100vw - 320px) / 1600)), 16px);
}

.category-group:not(:has(ul)) .parent-category::after {
    content: none;
}

.woocommerce .products li {
    position: relative;
}

.taxamoney-brand {
    position: absolute;
    top: 2%;
    left: 0%;
}

.taxamoney-brand img {
    max-width: 125px !important;
    display: block;
    margin: 0 !important;
    padding: 8px;
}

.woocommerce .products.elementor-grid:not(.list-view) li .woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 7px !important;
    margin-bottom: .5em !important;
}

.pdp-archive .elementor-widget-wc-archive-products .products.elementor-grid:not(.products.elementor-grid.list-view) .woocommerce-LoopProduct-link {
    display: flex !important;
    flex-direction: column;
}

.pdp-archive .elementor-widget-wc-archive-products .products.elementor-grid:not(.products.elementor-grid.list-view) .woocommerce-LoopProduct-link .taxamoney-brand {
    order: 1;
}

.pdp-archive .elementor-widget-wc-archive-products .products.elementor-grid:not(.products.elementor-grid.list-view) .woocommerce-LoopProduct-link .attachment-woocommerce_thumbnail {
    order: 2;
}

.pdp-archive .elementor-widget-wc-archive-products .products.elementor-grid:not(.products.elementor-grid.list-view) .woocommerce-LoopProduct-link .star-rating {
    order: 3;
}

.pdp-archive .elementor-widget-wc-archive-products .products.elementor-grid:not(.products.elementor-grid.list-view) .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
    order: 4;
}

.pdp-archive .elementor-widget-wc-archive-products .products.elementor-grid:not(.products.elementor-grid.list-view) .woocommerce-LoopProduct-link .product-pdp-excerpt {
    order: 5;
}

.woocommerce.columns-1 .products.list-view li .star-rating {
    position: absolute;
    left: 33%;
    top: 25%;
}


/*=============================================pdp page*/

p:empty {
    display: none;
}

.pdp-content h3,
.short-desc h3 {
    font-weight: 800;
    font-size: clamp(20px, calc(20px + 4 * ((100vw - 320px) / 1600)), 24px) !important;
    line-height: 1.1 !important;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: clamp(20px, calc(20px + 3 * ((100vw - 320px) / 1600)), 23px) !important;
}

.pdp-content ul li,
.short-desc ul li {
    font-weight: 600 ;
    font-size: clamp(14px, calc(14px + 3 * ((100vw - 320px) / 1600)), 17px) !important;
    line-height: 1.2 !important;
    letter-spacing: 0px;
    color: #000000;
}

.short-desc ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    display: block;
}

.short-desc ul li {
    margin-bottom: 15px;
}

.wpgs-nav img {
    aspect-ratio: 4/3;
    object-fit: cover;
}

.wpgs-nav .slick-slide {
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 14px 0px #EAEAEAB2;
}

.wpgs-nav .slick-current {
    border-color: transparent !important;
}

.taxamoney-brand-image {
    display: block;
    max-width: 200px !important;
}

.special .tinvwl_add_to_wishlist_button {
    display: inline-flex;
    align-items: center;
}

.special .tinvwl_add_to_wishlist-text,
.tinvwl_remove_from_wishlist-text {
    font-size: clamp(16px, calc(16px + 4 * ((100vw - 320px) / 1600)), 20px);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: 600;
}

.elementor-widget-share-buttons {
    position: relative;
}

.tinv-wishlist table.tinvwl-table-manage-list {
    border: 1px solid #EAEAEA !important;
    border-radius: 10px;
}

.tinv-wishlist thead {
    background: #FAFAFA !important;

}

.tinv-wishlist thead tr {
    border-bottom: 1px solid #EAEAEA !important;
}

.tinv-wishlist table.tinvwl-table-manage-list {
    border-collapse: unset !important;
}

.tinv-wishlist .social-buttons li a.social i {
    color: #000;
}

.wishlist_item .product-name a {
    font-family: "Nunito Sans", Sans-serif;
    color: #000;
    font-weight: 400;
}


.tinv-wishlist thead th {
    text-align: left;
    font-weight: 600;
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    color: #000;
}

.tinv-wishlist thead th .tinvwl-full {
    font-weight: 600;
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    color: #000;
}


#tinvwl_product_actions {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 1rem;
    color: #323223;
    padding: .5rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 2px;
    border-color: #959595;
}

#tinvwl_product_actions:focus {
    border-color: #959595;
    outline: 0;
    box-shadow: 0 0 0 .25rem #f7f7f7;
}

.tinvwl-to-right.look_in .button,
.tinvwl-to-left.look_in .tinvwl-input-group-btn .button {
    background-color: #007DC6;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 50px;
    font-family: "Nunito Sans", Sans-serif;
}

.product-name .tinvwl-full,
.product-price {
    font-family: "Nunito Sans", Sans-serif;
    color: #000;
    font-weight: 400;
}

.wishlist_item .product-price ins {
    text-decoration: none;
}

.wishlist_item .product-price ins bdi {
    font-family: "Nunito Sans", Sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #000;
    letter-spacing: .6px;
}

.wishlist_item .product-price del {
    text-decoration-color: #727272;
}

.wishlist_item .product-price del bdi {
    color: #727272;
    font-size: 15px;
    letter-spacing: .6px;
}

.tinv-wishlist .product-action {
    width: max-content !important;
    max-width: 160px;
}

.tinvwl-table-manage-list .product-action button {
    background-color: #007DC6 !important;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 50px;
    font-family: "Nunito Sans", Sans-serif;
    width: max-content !important;
    max-width: 160px;
}

.tinvwl-table-manage-list .product-date .entry-date,
.tinvwl-table-manage-list .product-stock .stock,
.tinv-wishlist .social-buttons span {
    font-weight: 400;
    font-family: "Nunito Sans", Sans-serif;
}

.tinvwl-table-manage-list .product-remove button:hover {
    color: #fff !important;
}


.product .elementor-widget-share-buttons:before {
    content: 'Share:';
    font-size: clamp(16px, calc(16px + 4 * ((100vw - 320px) / 1600)), 20px);
    display: inline-flex;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: 700;
    position: relative;
    top: 50%;
}

.product .elementor-widget-share-buttons .elementor-grid {
    margin-left: 60px;
}

span:has(a[href="https://lynchmaccarty.demotodays.info/shop/"]) {
    display: none;
}

.woocommerce-Reviews .woocommerce-Reviews-title,
.woocommerce-Reviews .comment-reply-title, .tinv-wishlist .woocommerce-info.cart-empty {
    font-family: var(--e-global-typography-16aa52b-font-family), Sans-serif;
}

.woocommerce-Reviews .comment-text  {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

.woocommerce p.stars a::before {
    color: #FFB800;
}

.woocommerce-Reviews .form-submit #submit, .return-to-shop .button.wc-backward {
    padding: 15px 30px 15px 30px!important;
    font-size: var(--e-global-typography-accent-font-size)!important;
    line-height: var(--e-global-typography-accent-line-height)!important;
    background-color: var(--e-global-color-accent)!important;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif!important;
    color: #fff!important;
}
.woocommerce-ordering option[value="price"], .woocommerce-ordering option[value="price-desc"]{
    display: none;
}

.elementor-widget-woocommerce-product-additional-information h2{
    font-weight: 800;
    font-size: clamp(20px, calc(20px + 4 * ((100vw - 320px) / 1600)), 24px) !important;
    font-family: "Nunito Sans", Sans-serif;
    line-height: 1.1 !important;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: clamp(20px, calc(20px + 3 * ((100vw - 320px) / 1600)), 23px) !important;
}

.elementor-widget-woocommerce-product-additional-information .woocommerce-product-attributes{
    font-family: "Nunito Sans", Sans-serif;
}
.elementor-widget-woocommerce-product-additional-information .woocommerce-product-attributes .woocommerce-product-attributes-item__value p{
    padding-left: 40px;
}
.comment-form-rating .stars{
    margin-top: 20px!important;
}

@media (min-width: 1850px) {
    .custom-buttons-wrapper {
        gap: 25px;
    }

    /*.woocommerce ul.products li.product a img {
        padding: 0px;
    }*/

    .woocommerce.columns-1 .products.list-view li img {
        margin-bottom: 0;
        width: 300px !important;
    }

    .special img.icon-add-on-wishlist,
    .special img.icon-already-on-wishlist {
        max-width: 24px !important;
        max-height: 24px !important;
    }

    .taxamoney-brand-image {
        display: block;
        max-width: 200px !important;
    }
}

@media (max-width: 1850px){
	.product-pdp-excerpt.paragrapgh{
		  font-size: clamp(14px, calc(14px + 2 * ((100vw - 320px) / 1600)), 17px);
	}

    .sidebar-title {
        font-weight: 600;
    }
    .parent-category {
        font-size: clamp(13px, calc(13px + 2 * ((100vw - 320px) / 1600)), 17px);
    }

    .category-group ul.child-categories li a {
        font-size: clamp(13px, calc(13px + 2 * ((100vw - 320px) / 1600)), 16px);
    }

    #breadcrumbs>span a,
    #breadcrumbs>span .breadcrumb_last {
        font-size: 14px;
    }

    .custom-btn img{
        width: 25px;
    }

    #breadcrumbs a[href="https://lynchmaccarty.demotodays.info/"] {
        width: 17px;
        height: 17px;
    }

    /* pdp*/
    .pdp-content h3,
    .short-desc h3 {
        font-size: clamp(20px, calc(20px + 3 * ((100vw - 320px) / 1600)), 24px) !important;
    }
    .pdp-content ul li,
    .short-desc ul li {
        font-weight: 600 !important;
         font-size: clamp(14px, calc(14px + 2 * ((100vw - 320px) / 1600)), 17px) !important;
    }

    .special .tinvwl_add_to_wishlist-text,
    .tinvwl_remove_from_wishlist-text {
        font-size: clamp(15px, calc(15px + 3 * ((100vw - 320px) / 1600)), 20px);
    }

    .like-text{
        font-size: clamp(15px, calc(15px + 3 * ((100vw - 320px) / 1600)), 20px);
    }

    .product .elementor-widget-share-buttons:before {
        font-size: clamp(15px, calc(15px + 4 * ((100vw - 320px) / 1600)), 20px);
    }
}


@media (max-width: 1850px) and (min-width: 1366px) {
    .woocommerce.columns-1 .products.list-view li .star-rating {
        left: 40%;
    }
}

@media (max-width: 1850px) and (min-width: 1281px) {
    #breadcrumbs>span {
        gap: 10px;
    }

    #breadcrumbs span span:not(:first-child)::before {
        margin: 0 20px 0 0;
    }

    .custom-buttons-wrapper {
        gap: 20px;
    }

    .special img.icon-add-on-wishlist,
    .special img.icon-already-on-wishlist {
        max-width: 24px !important;
        max-height: 24px !important;
    }


}

@media (max-width: 1365px) and (min-width: 1279px) {
    .woocommerce.columns-1 .products.list-view li .star-rating {
        left: 35%;
    }
}

@media (max-width: 1278px) and (min-width: 1200px) {
    .woocommerce.columns-1 .products.list-view li .star-rating {
        left: 40%;
    }
}

@media (max-width: 1199px) and (min-width: 1025px) {
    .woocommerce.columns-1 .products.list-view li .star-rating {
        left: 48%;
    }
}

@media (max-width: 1280px) and (min-width: 1025px) {
    .custom-buttons-wrapper {
        gap: 18px;
    }

    .woocommerce.columns-1 .products.list-view li a {
        gap: 20px !important;
    }

    .woocommerce.columns-1 .products.list-view li img {
        max-width: 250px;
    }

    .taxamoney-brand img {
        max-width: 100px !important;
    }

    .pdp-archive .woocommerce ul.products.elementor-grid li {
        padding-bottom: 20px !important;
    }

    .woocommerce.columns-1 .products.list-view li .woocommerce-loop-product__title {
        min-width: 150px;
    }

    #breadcrumbs>span {
        gap: 5px;
    }

    #breadcrumbs span span:not(:first-child)::before {
        margin: 0 10px 0 0;
    }
}

@media (max-width: 1199px) {
    .pdp-archive .elementor-widget-wc-archive-products .list-view.products {
        grid-template-columns: repeat(1, 1fr);
    }

    #breadcrumbs>span {
        gap: 5px;
    }

    #breadcrumbs span span:not(:first-child)::before {
        margin: 0 10px 0 0;
    }

    .elementor-widget-share-buttons .elementor-grid {
        width: fit-content !important;
    }
}

@media (min-width: 1025px) {
    .Hide-desktop {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .woocommerce.columns-1 .products.list-view li .star-rating {
        left: 45%;
    }

    .elementor-nav-menu--dropdown {
        border-top: 1px solid;
    }

    .testimonials-swipre .elementor-loop-container {
        padding-top: 30px !important;
    }

    .pdp-archive .elementor-wc-products ul.products {
        grid-column-gap: 20px;
        grid-row-gap: 30px !important;
    }

    .pdp-archive .elementor-widget-wc-archive-products .grid-view.products,
    .pdp-archive .elementor-widget-wc-archive-products .products.elementor-grid.columns-3:not(.products.elementor-grid.columns-3.list-view) {
        grid-template-columns: repeat(2, 1fr);
    }

    .pdp-archive .woocommerce.columns-1 .products.list-view li a {
        gap: 20px;
    }

    .pdp-archive .elementor-wc-products ul.products.list-view li.product img {
        width: 220px;
    }

    .taxamoney-brand img {
        max-width: 100px !important;
    }

    .pdp-archive .elementor-wc-products ul.products.list-view li.product .add_to_cart_button {
        padding: 10px 30px !important;
    }

    .woocommerce.columns-1 .products.list-view li .woocommerce-loop-product__title {
        min-width: 150px;
    }

    .woocommerce.columns-1 .products.list-view li .product-pdp-excerpt.paragrapgh {
        -webkit-line-clamp: 3;
    }

    .pdp-archive .woocommerce ul.products.elementor-grid li {
        padding-bottom: 20px !important;
    }

    .short-desc ul {
        column-count: 1
    }

    .taxamoney-brand-image {
        max-width: 150px !important;
    }

    .pdp_division .woo-product-gallery-slider {
        margin-bottom: 0 !important;

    }

    #breadcrumbs>span a,
    #breadcrumbs>span .breadcrumb_last {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .woocommerce.columns-1 .products.list-view li .star-rating {
        left: 40%;
    }
}

@media (max-width: 767px) {
    .home-bullet-sec .elementor-icon-list-item:after {
        content: none !important;
    }

    .testimonials-swipre .elementor-loop-container {
        padding-top: 20px !important;
    }

    .home-bullet-sec .elementor-icon-list-items {
        justify-content: center;
        gap: 12px;
    }

    .podt_loop .elementor-pagination {
        font-size: clamp(13px, calc(13px + 3 * ((100vw - 320px) / 1600)), 16px) !important;
    }

    .pdp-archive .elementor-widget-wc-archive-products .grid-view.products,
    .pdp-archive .elementor-widget-wc-archive-products .products.elementor-grid.columns-3:not(.products.elementor-grid.columns-3.list-view) {
        grid-template-columns: 1fr;
    }

    .custom-buttons-wrapper {
        display: none;
    }

    .custom-shop-topbar {
        flex-wrap: wrap;
    }

    .pdp-archive .woocommerce-ordering select,
    .pdp-archive .woocommerce-ordering,
    .pdp-archive .right-custom-shop-topbar {
        width: 100%;
    }

    .pdp-archive .custom-shop-topbar {
        gap: 20px;
    }

    .pdp-archive .elementor-wc-products ul.products li.product .button {
        font-size: 12px !important;
        padding: 10px 20px !important;
    }

    #breadcrumbs a[href="https://lynchmaccarty.demotodays.info/"] {
        width: 15px;
        height: 15px;
    }

    #breadcrumbs>span {
        gap: 5px;
    }

    #breadcrumbs span span:not(:first-child)::before {
        margin: 0 10px 0 0;
    }

    #breadcrumbs>span a,
    #breadcrumbs>span .breadcrumb_last {
        font-size: 12px;
    }

    .taxamoney-brand-image {
        max-width: 100px !important;
    }

    .elementor-widget-share-buttons .elementor-grid {
        width: fit-content !important;
    }
    .product .elementor-widget-share-buttons .elementor-grid {
        margin-left: 0px;
    }

    #breadcrumbs>span {
        flex-wrap: wrap;
    }
    .product .elementor-widget-share-buttons:before{
        top: -5px;
    }
}