.hide{
    display: none !important;
}

.fusion-modal-text-link{
    color: #c22026 !important;
}

.dan-content{
    margin-top: 60px;
    margin-bottom: 60px;
}

.dan-content h2{
    font-weight: bold !important;
    font-size: 30px !important;
}

/* Header */
.dan-header-menu {
    border-bottom: 1px solid #ddd !important;
}

.dan-header-menu .fusion-search-element{
    max-width: 150px;
}

.dan-header-mob-menu{
    border-bottom: 1px solid #ddd !important;
}

.wc-proceed-to-checkout{
    gap: 20px;
}

.wc-proceed-to-checkout .fusion-button {
    font-size: 13px !important;
}

.fusion-sticky-container:not(.fusion-sticky-spacer){
    box-shadow: 0px 0px 5px #ddd;
}

.awb-menu .awb-menu__main-ul {
    font-size: 13px !important;
  }

/* Content*/

.dan-info{
    margin-bottom: 60px !important;
}

.dan-info a{
    color: #c22026;
} 

.dan-info h2 {
    font-weight: bold !important;
    font-size: 24px !important;
}

.wp-block-heading {
    font-weight: bold !important;
    margin-bottom: 10px;
  }

.woocommerce-container{
    padding-top: 60px;
    padding-bottom: 60px;
}

.post-type-archive-product .products.products-4 > li.product {
    width: 33% !important;
    clear: none !important;
  }
  
  .post-type-archive-product .products.products-4 > li.product:nth-child(2n+1) {
    clear: both !important;
  }

/* Product list */
.woocommerce-shop .fusion-title a{
    color: #1e1e1e !important;
}

.woocommerce-container .product-title a,
.product_type_variable.add_to_cart_button
{
    color: #1e1e1e !important;
}

.products li .fusion-product-wrapper{
    border: 1px solid #d7dee7 !important;
}

.woocommerce-shop .fusion-page-title-bar {
    background: #c22026;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.woocommerce-shop .fusion-breadcrumbs a,
.woocommerce-shop .fusion-page-title-bar .fusion-breadcrumbs
{
    color: #fff !important;
}

.fusion-grid-list-view{
    display: none;
}

.product-category a h2 {
    font-weight: bold !important;
    font-size: 17px !important;
  }

.tax-product_cat #main{
    margin-bottom: 60px;
}

/*NEWS*/

.dandasol-post-list{
    margin-top: 30px;
    margin-bottom: 30px;
}

.dandasol-news-wrap{
    max-width: 420px;
    
}
.dandasol-news-grid{
    display: grid;
    gap: 20px;
}

.dandasol-news-card{
    background:#fff;
    border: 1px solid #e9edf3;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

/* HERO (paveikslas) */
.dandasol-news-hero{
    background: #eaf7dc;
    position: relative;
    min-height: 220px;
}
.dandasol-news-hero-img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit: cover;
    display:block;
}
.dandasol-news-hero-overlay{
    position:absolute;
    inset:0;
    /*background: linear-gradient(180deg, rgba(234,247,220,.15) 0%, rgba(234,247,220,.75) 70%, rgba(234,247,220,1) 100%);*/
}

/* jei nėra paveikslo – placeholder */
.dandasol-news-hero-fallback{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size: 13px;
    font-weight: 700;
    color:#0f172a;
    opacity:.55;
}

.dandasol-news-body{
    padding: 18px 22px 20px 22px;
}
.dandasol-news-date{
    font-size: 12px;
    color:#0f172a;
    opacity:.6;
    margin: 0 0 8px 0;
}
.dandasol-news-title{
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
    color:#0f172a;
    margin: 0 0 10px 0;
}
.dandasol-news-more{
    display:inline-flex;
    gap: 8px;
    align-items:center;
    font-size: 13px;
    font-weight: 700;
    color:#0f172a;
    text-decoration:none;
    opacity:.85;
}
.dandasol-news-more:hover{
    opacity:1;
    text-decoration: underline;
}

@media (max-width: 520px){
    .dandasol-news-wrap{ max-width: 100%; }
    .dandasol-news-hero{ min-height: 200px; }
}

/* MY Account*/
.woocommerce-account .post-content a{
    color: #c22026;
}

.woocommerce-account #main{
    margin-top: 60px;
    margin-bottom: 60px;
}

.woocommerce-MyAccount-navigation a {
    color: #000 !important;
  }

.woocommerce-MyAccount-navigation .is-active{
    color: #c22026 !important;
    font-weight: bold;
}

/*Search results */

.fusion-search-element .fusion-live-search .fusion-search-results .fusion-search-result{
    color: #000 !important;
    font-size: 14px !important;
}

.fusion-search-element .fusion-live-search .fusion-search-results .fusion-search-result .fusion-search-post-type{
    color: #555 !important;
    font-size: 12px !important;
}

/*woocommerce-cart*/

.woocommerce-cart h2{
    font-weight: bold !important;
    font-size: 16px;
}

.woocommerce-cart .product-title{
    color: #000;
}

/*Single product*/

.single-product #main .product h1.product_title,
.single-product #main .product h2.product_title
{
    color: #1e1e1e !important;
}

.fusion-body .woocommerce-tabs .tabs li a{
    color: #1e1e1e !important;
}

.woocommerce-tabs .tabs li.active a{
    color: #c22026 !important;
    font-weight: bold;
}

.variations .label{
    text-align: left !important;
}

.variations td{
    padding-bottom: 10px;
    min-width: 15em !important;
}

.posted_in a{
    color: #1e1e1e !important;
}

#tab-description h2{
    font-weight: bold;
    text-transform: uppercase;
}

#reviews h3{
    font-weight: bold;
    text-transform: uppercase;
}

#review_form p.stars a{
    
}

#review_form p.stars a {
    background: #999;
  }

#review_form p.stars a:hover {
    background: #c22026 !important;
    color: #fff !important;
 }

#review_form p.stars a::after{
    color: #fff;
}

#review_form a[aria-checked="true"] {
    background: #c22026 !important;
}


.single-product .product_meta{
    display: none;
}

.related.products h2{
    font-weight: bold !important;
    text-transform: uppercase !important;
}

/* Custom atrributes */
/* GRID */
.woocommerce ul.products {
    /*display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;*/
}

@media (max-width: 1100px) {
    .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 800px) {
    .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
    .woocommerce ul.products { grid-template-columns: 1fr; }
}

/* CARD */
.woocommerce ul.products li.product.dantasol-product-card {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    width: 23% !important;
    margin-right: 2% !important;
}



.dantasol-card {
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

/* IMAGE */
.dantasol-card-image {
    display: block;
    padding: 18px;
}
.dantasol-card-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    border-radius: 8px;
}

/* BODY */
.dantasol-card-body {
    padding: 0 18px 18px;
}

/* TITLE */
.dantasol-card-title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    color: #0b2a6f;
    text-decoration: none;
    margin: 6px 0 10px;
}

/* PRICE + RATING */
.dantasol-card-price {
    font-size: 15px;
    margin-bottom: 8px;
}
.dantasol-card-rating {
    margin-bottom: 12px;
}

/* ATTRS */
.dantasol-card-attrs {
    border-top: 1px solid #eee;
    padding-top: 12px;
    margin-top: 10px;
}

.dantasol-attr {
    margin-bottom: 10px;
}
.dantasol-attr-label {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

.dantasol-attr-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.dantasol-attr-option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 13px;
    color: #333;
    background: #fff;
}

/* ADD TO CART */
.dantasol-card-actions {
    margin-top: 14px;
}
.dantasol-card-actions a.button,
.dantasol-card-actions button.button {
    width: 100%;
    text-align: center;
    padding: 12px 14px;
    border-radius: 8px;
    background: #c22026;
    margin-top: 10px;
    display: inline-block;
}


/* ORDER */

.fusion-body .woocommerce .checkout h3
{
    font-weight: bold;
}

form.checkout label{
    font-weight: bold;
}

.woocommerce-checkout .post-content a{
    color: #c22026 !important;
}

/* Footer MENIU*/
.footer-meniu .fusion-column{
    margin-bottom: 0px !important;
}