/**
Theme Name: Theme Owm Child
Author: OkkWebMedia
Author URI: https://www.okkwebmedia.ro/
Description: Theme for Eurocas Utilaje based on Astra Wordpress Theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theme-owm-child
Template: astra
*/

.site-header .ast-above-header-wrap .header-widget-area {
    padding-left: 0;
}

.site-header .contact-header,
.site-footer .contact-footer {
    display:flex;
    column-gap: 10px;
}

.site-header .contact-header a.tel-header:before {
    content: "\f095";
    font-family: 'FontAwesome';
    font-size: 16px;
    margin-right: 5px;
}

.site-header .contact-header a.mail-header:before {
    content: "\f0e0";
    font-family: 'FontAwesome';
    font-size: 16px;
    margin-right: 5px;
}

.site-header .ast-header-account-wrap .ast-header-account-link {
    vertical-align: sub;
}

.site-header .site-header-above-section-right aside {
    padding-right: 0;
}

.site-header .fb-social {
    width: 28px;
    height: 28px;
}

/*.site-header .site-logo-img img:after {*/
/*    content: url('https://utilaje.eurocas.ro/wp-content/uploads/2026/02/Eurocas-logo-01-2048x745-1-e1770015725819.png');*/
/*}*/

.site-footer .contact-footer {
    flex-direction:column;
}

.site-footer .contact-footer a.tel-footer:before {
    content: "\f095";
    font-family: 'FontAwesome';
    font-size: 16px;
    margin-right: 5px;
}

.site-footer .contact-footer a.mail-footer:before {
    content: "\f0e0";
    font-family: 'FontAwesome';
    font-size: 16px;
}

.site-footer .contact-footer a.loc-footer:before {
    content: "\f124";
    font-family: 'FontAwesome';
    font-size: 16px;
    margin-right: 5px;
}

.site-footer .widget_media_image {
   margin-bottom: 20px; 
}

.site-footer img {
    max-width: 225px !important;
}

.site-footer .site-primary-footer-wrap .footer-widget-area {
    display:flex;
    justify-content: center;
}

ul.products li.product {
    border: 1px solid var(--ast-border-color);
    padding: 10px !important;
    border-radius: 30px;
    transition: box-shadow 0.3s ease;
}

ul.products li.product:hover {
    box-shadow: 0 0 5px #1919194d;
}

ul.products li.product img {
    border-radius: 30px;
}

ul.products li.product .astra-shop-summary-wrap .ast-woo-product-category {
    font-size: 14px;
}

ul.products li.product .astra-shop-summary-wrap .ast-loop-product__link {
    font-size: 18px;
}

ul.products li.product .astra-shop-summary-wrap .price {
    font-size: 16px;
}

ul.products li.product .onsale,
.single-product div.product.sale .onsale {
    position: absolute;
    top: 1.5em !important;
    left: 1.5em !important;
    right: unset !important;
    border-radius: 20px;
    padding: 0.4em 0.8em;
    font-size: .87em;
    line-height: normal;
    letter-spacing: normal;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
    background: red;
    color: #fff;
    font-weight: 600;
    min-height: unset;
    min-width: unset;
}

ul.products li.product .astra-shop-thumbnail-wrap .ast-select-options-trigger {
    top: 1.5em;
    right: 1.5em;
}

.woocommerce-ordering {
    border:1px solid var(--ast-border-color);
    border-radius: 30px;
}

ul.products li.product .astra-shop-thumbnail-wrap .astra-tara-de-productie {
    position: absolute;
    top: 1.2rem;
    left: 1rem;
}

ul.products li.product.sale .astra-shop-thumbnail-wrap .astra-tara-de-productie {
    top: 3.5rem;
}

ul.products li.product .astra-shop-thumbnail-wrap .astra-tara-de-productie img {
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    border-radius: 30px;
}

.single-product div.product .astra-tara-de-productie {
    position: absolute;
    z-index: 9;
    top: 1.5rem;
    left: 1.5rem;
}

.single-product div.product.sale .astra-tara-de-productie {
    top: 4.5rem;
}
 
.single-product div.product .astra-tara-de-productie img {
    width: 36px;
    height: 36px;
    border-radius: 30px;
}

.single-product .entry-summary .mesaj-livrare-produs {
    padding: 3px 0px;
    width: max-content;
    font-weight: 500;
    margin-right: 15px;
    order: 2;
}

.single-product .entry-summary .informatii-proces-produs {
    display: flex;
    /*grid-template-columns: repeat(3, 1fr);*/
    gap:16px;
}

.single-product .entry-summary .informatii-proces-produs .infor-box {
    padding: 12px 15px;
    border: 1px solid var(--ast-border-color);
    border-radius: 12px;
    text-align: center;
    color: var(--ast-global-color-2);
    margin: 15px 0;
    /*max-width: 115px;*/
    /*position: relative;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 6px;
    box-shadow: 0 0 2px #1919194d;
    line-height: normal;
    border-left: 5px solid var(--ast-global-color-0);
}

/*.single-product .entry-summary .informatii-proces-produs .infor-box:before {*/
/*    content: "";*/
    /*position: absolute;*/
/*    top: -10px;*/
/*    left: 50%;*/
    /*transform: translateX(-50%);*/
/*    background: var(--ast-global-color-0);*/
/*    color: #fff;*/
/*    font-size: 10px;*/
/*    padding: 3px 10px;*/
/*    border-radius: 6px;*/
/*}*/

.single-product .entry-summary .product_meta {
    display: flex;
    flex-direction: column;
    padding-top: 15px !important;
}

.single-product .entry-summary .product_meta .product-brand-thumbnail img {
    max-width: 150px;
    height: 75px;
    object-fit: contain;
    border-radius: 0;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    font-size: 16px !important;
    line-height: normal !important;
    padding: 14px !important;
    margin-bottom: 5px !important;
}

/*#container-nr-tel .wpforms-field-container,*/
/*#container-nr-tel .wpforms-field-container a {*/
/*    color: #fff;*/
/*}*/

/*#container-nr-tel .wpforms-field-container a:hover {*/
/*    color:var( --e-global-color-astglobalcolor1 );*/
/*}*/

#container-nr-tel .wpforms-container {
    margin-bottom: 0;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #fff;
}

.archive #container-nr-tel {
    margin-bottom: 0;
}

.single-product #container-nr-tel {
    margin-top:0;
}

.single-product .woocommerce-tabs {
    margin-bottom: 30px !important;
}

.single-product .related.products h2 {
    font-size: 34px;
}

.error404 .page-content .page-sub-title {
    font-size: 28px;
    line-height:normal;
}

.error404 .page-content .ast-404-search {
    display:none;
}

.single-product .brand-catalog-button,
.single-product .video-button{
    padding: 5px 10px;
    border: 1px solid #141414;
    border-radius: 30px;
    width: fit-content;
}

.single-product .brand-catalog-button:hover,
.single-product .video-button:hover {
    background: #141414;
    color: #fff;
}

.single-product .product_title {
    display:block;
}

/* Make quote-icon relative for absolute positioning of mini box */
#quote-icon {
    position: relative;
    cursor: pointer;
}

/* Counter badge as ::after */
#quote-icon i.fa-clipboard-list::after {
    content: attr(data-quantity);
    position: absolute;
    top: -10px;
    right: -12px;
    background: #000;
    color: #fff;
   font-weight: bold;
    font-size: 11px;
    line-height: 17px;
    height: 18px;
    min-width: 18px;
    border-radius: 99px;
    text-align: center;
    padding: 0 5px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    font-family: 'Roboto Slab';
    z-index: 3;
}

/* Mini RAQ list inside quote-icon */
#quote-icon-mini {
    display: none;
    position: absolute;
    top: 120%; /* below icon */
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #ddd;
    padding: 14px 21px;
    z-index: 9999;
    width: 300px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    /*border-radius: 5px;*/
}

/* Arrow above mini RAQ */
#quote-icon-mini::before {
    content: '';
    position: absolute;
    top: -10px;
    background: #ffffff;
    /* bottom: 99%; */
    left: 48%;
    border: 6px solid;
    border-left: 6px solid rgb(255 255 255 / 0%);
    border-right: 6px solid rgba(255, 255, 255, 0);
    border-top: 0;
    border-bottom: 10px solid var(--ast-border-color);
    width: 0;
}

/* Show mini-box on hover of icon or mini-box itself */
#quote-icon:hover #quote-icon-mini,
#quote-icon-mini:hover {
    display: block;
}
    
#quote-icon-mini ul {
    margin: 0 ;
}

/* Mini RAQ item styles */ 
.raq-mini-cart li {
    margin-bottom: 10px;
    list-style: none;
}

.raq-mini-cart li a {
    display: flex;
    align-items: center;
    text-decoration: none;
}
    
.raq-mini-cart li a img {
    width: 50px;
    height: auto;
    margin-right: 10px;
}

.raq-mini-subtotal,
.raq-mini-buttons {
    margin-top: 10px;
    text-align: center;
}

.raq-mini-cart .raq-item-name {
    font-weight: 600;
}
    
#quote-icon > p {
    display:none;
}

#quote-icon-mini p {
    font-size: 16px;
}

#quote-icon-mini ul li {
    padding: 7px;
    font-size: 14px;
    position: relative;
    border-bottom: 1px solid var(--ast-border-color);
}

#quote-icon-mini ul li .raq-remove-item {
    position: absolute;
    right: 0;
    padding: 0px 5px;
    border: 1px solid #505050;
    border-radius: 100%;
    color: #505050;
    font-size: 18px;
    line-height: 1;
    opacity: 0.5;
}

#quote-icon-mini ul li .item-wrapper {
    width: calc(100% - 20px);
    display: flex;
    column-gap: 10px;
}

.yith-ywraq-add-button a {
    font-size: 0.875rem !important;
    padding: 10px 20px !important;
    margin-bottom: 5px !important;
}

.single-product .yith-ywraq-add-to-quote {
    display: flex !important;
    margin-top: 0 !important;
    margin-bottom: 5px;
    vertical-align: text-top !important;
    flex-direction: column-reverse;
}

.yith-ywraq-mail-form-wrapper {
    padding: 0 !important;
}

.yith-ywraq-mail-form-wrapper h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}

#customer_login h2 {
    font-size: 24px;
}

.single-product .entry-summary .product_title {
    font-size: 30px;
    font-weight: 600;
}

.single-product .entry-summary .price {
    margin: 8px 0;
}

.woocommerce-mini-cart .mini_cart_item a:nth-child(2) {
    width: 85%;
}

.single-product .product-brand-wrapper {
    display: flex;
    /*flex-direction: column;*/
    align-items: flex-start;
    row-gap: 10px;
    column-gap: 20px;
    margin:  10px 0 5px;
    padding-top: 15px;
    border-top: 1px solid var(--ast-border-color);
    order:9;
}

.single-product .product_meta .posted_in {
    padding: 3px 0px;
    order: 3;
}

.single-product .product_meta .posted_in.tara-productie {
    order: 1;
}

.wa__popup_chat_box .wa__popup_intro {
    font-weight: 600;
}

#yith-ywraq-form th.product-subtotal,
#yith-ywraq-form td.product-subtotal {
    display:none;
}

.single-product #quote-msg {
    color: #d9534f;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.single-product .yith-ywraq-add-to-quote .yith_ywraq_add_item_browse_message a {
    display: flex;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 30px;
    color: var(--ast-global-color-2);
    background-color: var(--ast-global-color-0);
    font-weight: 600;
    font-size: 0.875rem !important;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 5px 0 10px;
}

.single-product .yith-ywraq-add-to-quote .yith_ywraq_add_item_browse_message a:hover {
    background-color: var(--ast-global-color-1);
}

#yith-ywrq-table-list .container-nume-produs {
    display: flex;
    flex-direction: column;
}

#yith-ywrq-table-list .container-nume-produs a {
    font-weight: 600;
}

.single-product #tab-description h1 {
    font-size: 28px;
}
    
.single-product #tab-description h2 {
    font-size: 20px;
}
    
.single-product #tab-description h3 {
    font-size: 19px;
}
    
.single-product #tab-description h4 {
    font-size: 18px;
}
    
.single-product #tab-description h5 {
    font-size: 17px;
}
    
.single-product #tab-description h6 {
    font-size: 16px;
}

#contact-banner-home .wpforms-field-container,
#contact-banner-home .wpforms-field-container a {
    color: #fff;
}

#contact-banner-home .wpforms-field-container a:hover {
    color: var( --e-global-color-astglobalcolor0 );
}

.cky-consent-container .cky-btn-reject {
    color: var(--ast-global-color-2) !important;
    border-color: var(--ast-global-color-1) !important;
}

.cky-consent-container .cky-btn-accept {
    background-color: var(--ast-global-color-1) !important;
    border-color: var(--ast-global-color-1) !important;
    color: var(--ast-global-color-2) !important;
}

#branduri-short .brand-thumbnails {
    displaY:grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

#branduri-short .brand-thumbnails:before {
    display:none;
}

#branduri-short .brand-thumbnails li {
    border: 1px solid var(--ast-border-color);
    margin: 0;
    border-radius: 30px;
    width: 100% !important;
    padding: 10px;
    text-align-last: center;
}

#branduri-short .brand-thumbnails img {
    border-radius: 0;
    max-width: 200px;
    height: 100px;
    object-fit: contain;
}

.single-product .product_meta .sku_wrapper {
    display:none !important;
}

.variations .label label {
    font-size: 0;
}

.variations .label label::before {
    content: "Alege configuratia";
    font-size: 16px; /* Bring the font size back for the new text */
    display: inline-block;
}

.wvs-has-image-tooltip:hover:after,
.wvs-has-image-tooltip:hover:before,
[data-wvstooltip]:hover:after,
[data-wvstooltip]:hover:before {
    opacity: 0;
}

.single-product .entry-summary .variations_form .variations {
    border-bottom: 0 !important;
}

.single-product .entry-summary .variations_form {
    margin-bottom: 5px;
}

.single-product .entry-summary .quantity:before {
    content: 'Cantitate:';
    margin-right: 5px;
}

#yith-ywraq-form .product-thumbnail img {
    border-radius: 0;
}

.ywraq-wrapper .ywraq-form-table-wrapper {
    align-items:unset;
}

#yith-ywraq-form .cart_item .product-thumbnail img {
    max-width: 125px;
}

#yith-ywraq-form .cart_item .product-quantity {
    position: relative;
}

#yith-ywraq-form .cart_item .product-quantity .remove-button {
    position: absolute;
    justify-items: right;
    top: 8px;
    right: 8px;
}

/*.single-product .variations_form .single_variation_wrap .yith-ywraq-add-button.show {*/
/*    display:block !important;*/
/*}*/

#brands-carousel .bdt-ep-static-carousel-content {
    display:none;
}

#brands-carousel .bdt-ep-static-carousel-image {
    justify-content: center;
}

#brands-carousel .bdt-ep-static-carousel-image img {
    height: 60px;
    object-fit: contain;
    width: 200px;
}

.single-product .product-brand-wrapper .buttons-links {
    display: flex;
    row-gap: 10px;
    column-gap: 10px;
    flex-direction: column;
}

#yith-ywrq-table-list .container-nume-produs.mobile-display {
    display:none;
}

.single-product .variations_form .reset_variations {
    display:none !important;
}

.single-product .variations_form .variations {
    margin-bottom: 22px !important;
}

.single-product .variations_form .variations .label label {
    margin-right: 0;
}

.single-product .variations_form .variations .label .woo-selected-variation-item-name {
    margin-left: 0;
}

.yith-ywraq-mail-form-wrapper p#rqa_privacy_description_row {
    display:none;
}

.yith-ywraq-mail-form-wrapper .raq-send-request {
    margin-top: 5px !important;
}

.woocommerce .ast-woocommerce-container .woocommerce-result-count {
    display:none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    right: 0 !important;
    opacity: 0;
    border-radius: 0 !important;
}

.single-product .product-brand-wrapper .thumb-catalog {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.brand-video-container .video-button-thumbnail {
    position: relative;
    display: inline-block;
}

.brand-video-container .video-button-thumbnail img {
    max-width: 175px;
    border-radius: 8px;
    display: block;
}

.brand-video-container .video-button-thumbnail span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.search .ast-woocommerce-container .woocommerce-breadcrumb,
.search .ast-woocommerce-container .woocommerce-products-header {
    display:none;
}

.search-header .dgwt-wcas-search-wrapp,
.search-header .dgwt-wcas-search-icon {
    width: auto;
    max-width: unset !important;
}

.search-header .dgwt-wcas-search-icon .dgwt-wcas-ico-magnifier-handler {
    width: 28px;
    max-width: unset;
    max-height: unset;
    height: 22px;
    margin-bottom: 1px
}

.dgwt-wcas-suggestions-wrapp {
    padding-bottom: 0 !important;
}

.dgwt-wcas-suggestion-more {
    background-color: var(--ast-global-color-0);
}

.dgwt-wcas-suggestion-more span {
    color: var(--ast-global-color-2);
    font-weight: 500;
}

.swiper2.mobile-category-slider {
    width: 100%;
    margin: 0px auto 10px;
}

.single-product .swiper2.mobile-category-slider {
    margin-bottom: 20px;
}

.swiper2.mobile-category-slider .swiper-wrapper {
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
}

.swiper2.mobile-category-slider .swiper-slide {
    min-width: 92px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 15px;
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.swiper2.mobile-category-slider .swiper-slide img {
    display: block;
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 0;
    margin: 0 auto;
}

.swiper2.mobile-category-slider .swiper-slide .categTitle {
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    display: block;
    padding-top: 5px;
    white-space: break-spaces;
}

.recent-posts-home {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.article-home-box .single-post {
    border-radius: 30px;
    box-shadow: 0px 3px 15px -3px #0e3d4b45;
}

.article-home-box .elementor-element img {
    border-radius: 30px 30px 0 0;
    height: 250px;
    object-fit: cover;
}

.article-home-box .content-wrapper {
    padding: 30px;
}

.article-home-box .content-wrapper .post-title-home a {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 5px;
}

.article-home-box .content-wrapper .excerpt {
    font-size: 16px;
    margin-bottom: 10px;
}

.article-home-box .content-wrapper .read-more-button {
    font-size: 16px;
}

.archive article.post {
    box-shadow: 0px 6px 15px -2px #0e3d4b45;
}

.woocommerce-pagination .page-numbers li {
    border-radius: 30px;
}

.archive.category #secondary .widget {
    padding: 20px;
    background: #EEEEEE;
    border-radius: 30px;
    box-shadow: 0 3px 15px -3px #0e3d4b45;
    margin-bottom: 20px;
}

.archive.category #secondary .widget .widget-title {
    font-weight: 700;
}

/*.single .post-navigation a {*/
/*	width: auto;*/
/*}	*/

.single-post .post .ast-post-format- {
    display:flex;
    gap: 20px;
}
 
.single-post .post .my-featured-between img {
	border-radius: 30px;
	width: 100%;
	height: auto;
 	max-height: 450px; 
    object-fit: cover;
	/* aspect-ratio: 3 / 4; */
}	
 
.single-post .post .my-featured-between{
	float: left;
	width: 35%;
}

.single-post .post .entry-content {
    display:none;
}
 
.single-post .post .entry-content.clear-second {
	float: right;
	width: 65%;
	display: block;
}

/* Target the wrapper specifically */
.swiper-wrapper {
    transition-timing-function: linear !important;
}

.home .swiper-wrapper .swiper-slide {
    margin-right: 20px;
}

.archive.tax-product_brand #primary .term-description {
    padding: 30px;
    box-shadow: 0px 0px 2px 0px rgba(25.000000000000004, 25.000000000000004, 25.000000000000004, 0.30196078431372547);
    border: 1px solid var( --e-global-color-astglobalcolor6 );
    background-color: #EEEEEE;
    border-radius: 30px;
}

.site-header .search-header #dgwt-wcas-search-input-1 {
    border-width: 1px;
}

.home .wpforms-confirmation-container {
    color: #fff;
}

.site-header .search-header #dgwt-wcas-search-input-1 {
    font-size: 13px;
    max-width: 225px;
}

/*Media queries*/
@media screen and (max-width: 1500px) {
    #quote-icon-mini {
        left: -115px;
    }
    
    #quote-icon-mini::before {
        left: auto;
        right: 13px;
    }
}

@media screen and (max-width: 992px) {
    .archive.category #primary {
        margin-top: 30px;
    }
    
    .woocommerce.archive #primary {
        margin: 2em 0;
    }
}

@media screen and (max-width: 921px) {
    .ast-container .woocommerce ul.products:not(.elementor-grid),
    .woocommerce-page ul.products:not(.elementor-grid),
    .woocommerce.tablet-columns-3 ul.products:not(.elementor-grid),
    #branduri-short .brand-thumbnails {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
    #quote-icon i.fa-clipboard-list::after {
        top: -4px;
    }
    
    #ast-mobile-header .menu-toggle {
        padding: 0;
    }
    
    .home ul.products li.product {
        margin-bottom: 20px;
    }
    
    .home #shortcode-produse {
        justify-content: center;
    }
    
    #quote-icon-mini {
        display: none !important;
    }
    
    .single-product div.product img {
        max-height: 500px !important;
        object-fit: contain;
    }
    
    #quote-icon i:before {
        font-size: 26px;
    }
    
    .ywraq-wrapper .ywraq-form-table-wrapper {
        display:block;
    }
    
    .ywraq-wrapper .ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper {
        margin-left: 0;
    }
    
    #yith-ywraq-form .cart_item {
        position:relative;
        border-bottom:1px solid var(--ast-border-color);
    }
    
    #yith-ywraq-form .cart_item .product-thumbnail {
        display: flex;
        align-items: center;
        column-gap: 15px;
        width: 80%;
        border-right: 0;
        border:0;
    }
    
    #yith-ywrq-table-list .container-nume-produs.mobile-display {
        display: block;
        width: 50%;
        text-align: left;
        text-align: -webkit-left;
    }
    
    #yith-ywraq-form .cart_item .product-thumbnail > a {
        width: 50%;
    }
    
    #yith-ywraq-form .cart_item .product-thumbnail img {
        max-height: 300px;
        min-height: 150px;
        max-width: 100%;
        object-fit: contain;
    }
    
    #yith-ywraq-form .cart_item .product-name {
        display:none;
    }
    
    #yith-ywraq-form .cart_item .product-quantity {
        display: flex;
        position: absolute;
        top: 0;
        right: 0;
        flex-direction: column;
        border-top: 0;
        height: 100%;
        justify-content: center;
    }
    
    #yith-ywraq-form .cart_item .product-quantity:before {
        margin-bottom: 5px;
    }
    
    #yith-ywraq-form .cart_item .product-quantity .remove-button {
        position: unset;
        justify-items: right;
        margin-top: 10px;
    }
    
    .search .page-title span {
        font-size: 32px !important;
    }
    
    .recent-posts-home {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .archive article.post .post-thumb {
        margin-bottom: 0;    
    }
    
    .archive article.post .post-thumb img {
        max-height: 250px;
        min-height: 250px;
    }
}

@media screen and (max-width: 768px) {
    .error404 .page-header .page-title { 
        font-size: 24px;
    }

    .error404 .page-content .page-sub-title {
        font-size: 18px;
    }
    
    .single-product .related.products h2 {
        font-size: 26px;
    }
    
    .single-product #tab-description h1 {
        font-size: 25px;
    }
    
    .single-product #tab-description p,
    .single-product #tab-description li {
        font-size: 16px;
    }
    
    .single-product #tab-description ul {
        margin-left: 35px;
    }
    
    .single-product .entry-summary .product_meta .product-brand-thumbnail img {
        max-width: 125px;
        height: 50px;
    }
    
    #wa .wa__btn_popup_txt {
        display:none !important;
    }
    
    #wa .wa__btn_popup_icon {
        height: 44px;
        width: 44px;
    }
    
    #wa .wa__popup_heading {
        padding: 15px 20px 15px 60px;
    }
    
    #wa .wa__popup_heading:before {
        background-size: 25px;
        left: 5px;
    }
    
    #wa .wa__popup_heading .wa__popup_title {
        font-size: 16px !important;
    }
    
    #wa .wa__popup_heading .wa__popup_intro {
        font-size: 12px !important;
    }
    
    #wa .wa__popup_content_item .wa__stt {
        padding: 6px 40px 6px 65px;
    }
    
    #wa .wa__popup_chat_box .wa__stt:after {
        top: 20px;
    }
    
    #wa .wa__popup_avatar {
        left: 8px;
        top: 14px;
    }
    
    #wa .wa__popup_avatar svg {
        height: 32px;
    }
    
    #quote-icon i:before {
        font-size: 24px;
    }
    
    /*.swiper-wrapper {*/
    /*    transition-duration: 40000ms !important;*/
    /*}*/
    
    .article-home-box .elementor-element img {
        height: 200px;
    }
    
    .article-home-box .content-wrapper {
        padding: 20px;
    }
    
    .single-post .post .ast-post-format- {
        flex-direction: column;
    }
    
    .single-post .post .my-featured-between img {
        max-height: 300px;
    }
    
    .single-post .post .ast-post-format- > div {
        width: 100% !important;
    }
    
    .archive.tax-product_brand #primary .term-description {
        padding: 20px;
    }
}

@media screen and (max-width: 544px) {
    .ast-container .woocommerce ul.products:not(.elementor-grid),
    .woocommerce-page ul.products:not(.elementor-grid),
    .woocommerce.tablet-columns-3 ul.products:not(.elementor-grid),
    #branduri-short .brand-thumbnails {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    
    .site-footer .site-primary-footer-wrap .footer-widget-area {
        flex-direction: column;
        row-gap:10px;
    }
    
    .site-footer .site-primary-footer-wrap .widget_media_image {
        margin-bottom: 0;
    }
    
    .site-footer img {
        max-width: 200px !important; 
    }
    
    .home ul.products li.product:last-child {
        margin-bottom: 0px;
    }
    
    ul.products li.product img {
        max-height: 275px;
        object-fit: contain;
    }
    
    .archive .woocommerce-result-count {
        width: 100%;
    }
    
    .archive .woocommerce-ordering {
        float:left;
    }
    
    .single-product .entry-summary .informatii-proces-produs .infor-box {
        padding: 8px;
        font-size: 14px;
    }
    
    .ast-separate-container #content .ast-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    #yith-ywraq-form .cart_item .product-thumbnail {
        width: 75%;
    }
    
    .search .page-title span {
        font-size: 29px !important;
    }
    
    .search-header .dgwt-wcas-search-icon .dgwt-wcas-ico-magnifier-handler {
        width: 24px;
        height: 20px;
    }
    
    .recent-posts-home {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .swiper2.mobile-category-slider {
        width: 100%;
        margin: 20px auto;
    }
}

@media screen and (max-width: 415px) {
    .single-product .entry-summary .informatii-proces-produs {
        flex-direction: column;
        margin: 20px 0;
    }
    
    .single-product .entry-summary .informatii-proces-produs .infor-box {
        margin: 0;
    }
}

@media screen and (max-width: 400px) {
    .single-product .product-brand-wrapper {
        flex-direction: column;
        row-gap: 15px;
    }
    
    .brand-video-container .video-button-thumbnail img {
        max-width: 225px;
    }
}

@media screen and (min-width: 544px) and (max-width: 922px) {
    .site-footer .site-primary-footer-wrap .widget_media_image {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 922px) and (max-width: 978px) {
    .site-header .site-logo-img img {
        max-width: 100px;
        width: 100px;
    }
    
    .site-header .site-header-primary-section-right .ast-header-html-2 {
        width: 185px;
    }
    
    .site-haeder .search-header {
            width: 185px;
    }
    
    .site-haeder .search-header .dgwt-wcas-search-wrapp,
    .site-header .search-header .dgwt-wcas-search-form {
        width: 175px;
    }
    
    .site-header .search-header #dgwt-wcas-search-input-1 {
        font-size: 12px;
    }
    
    .site-header .search-header .dgwt-wcas-search-submit {
        min-height: 28px !important;
        min-width: 28px !important;
        height: 28px !important;
        width: 28px !important;
        left: 15px !important;
        top: 8px !important;
    }
    
    .site-header .main-navigation ul li a {
        font-size: 13px !important;
    }
    
    .site-header .main-navigation > ul > li > a {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

@media screen and (min-width: 922px) and (max-width: 1024px) {
    .ast-container .woocommerce ul.products:not(.elementor-grid),
    .woocommerce-page ul.products:not(.elementor-grid),
    .woocommerce.tablet-columns-3 ul.products:not(.elementor-grid),
    #branduri-short .brand-thumbnails {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    
    .single-product .entry-summary .informatii-proces-produs .infor-box {
        padding: 10px;
        font-size: 15px;
    } 
}

@media screen and (min-width: 979px) and (max-width: 1108px) {
    .site-header .site-logo-img img {
        max-width: 110px;
        width: 110px;
    }
    
    .site-header .site-header-primary-section-right .ast-header-html-2 {
        width: 185px;
    }
    
    .site-haeder .search-header {
            width: 185px;
    }
    
    .site-haeder .search-header .dgwt-wcas-search-wrapp,
    .site-header .search-header .dgwt-wcas-search-form {
        width: 175px;
    }
    
    .site-header .search-header #dgwt-wcas-search-input-1 {
        font-size: 12px;
    }
    
    .site-header .search-header .dgwt-wcas-search-submit {
        min-height: 28px !important;
        min-width: 28px !important;
        height: 28px !important;
        width: 28px !important;
        left: 15px !important;
        top: 8px !important;
    }
    
    .site-header .main-navigation ul li a {
        font-size: 14px !important;
    }
    
    .site-header .main-navigation > ul > li > a {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
}

@media screen and (min-width: 1109px) and (max-width: 1218px) {
    .site-header .site-logo-img img {
        max-width: 120px;
        width: 120px;
    }
    
    .site-header .main-navigation ul li a {
        font-size: 15px !important;
    }
    
    .site-header .main-navigation > ul > li > a {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}

@media screen and (min-width: 922px) {
    .home ul.products li.product{
        margin-bottom: 0;
    }
    
    .error404 #content {
        margin-bottom:100px;
    }
    
    .swiper2.mobile-category-slider {
        display:none;
    }
    
    .archive article.post .ast-blog-featured-section {
        width: 35%;
    }
    
    .archive article.post .post-content {
        width: 65%;
    }
}