/* ==============================
   GENERAL SETTINGS
   ============================= */
.row-wrapper:first-child .showcase {
    margin-top: 0px
}

.page-container {
    max-width: 1210px;
    padding-top: 0;
}

body {
    cursor: default;
}

a:hover {
    text-decoration: none;
}

.cms-page-view .std h2:not(.product-name) {
    font-size: 20px;
}

.cms-page-view .main-content {
    margin-top: 25px;
}

.row-bn-wide,
.row-wrapper-wide {
    padding: 0;
}


/* =============================
   HOMEPAGE SETTINGS
   ============================= */

/* Header Setup */

@media screen and (min-width: 996px) {


    .cms-home .page-header {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 100;
    }

}

.bn-wrapper .banner-wrapper {
    position: absolute;
    top: 65%;
    left: 0;
    z-index: 9;
    right: 0;
    transform: translateY(-65%);
    margin: 0 auto;
    max-width: 1210px;
}

.page-header .page-container--nav {
    display: flex;
}

.page-header .page-container-inner {
    flex-grow: 1;
    padding-top: 10px;
}

.page-header .mini-cart {
    padding-top: 10px;
}

.page-header .block-cart>a {
    background-color: #fed201;
    padding: 0 20px;
}

.cms-home .row-banner .bn-wrapper {
    position: relative;
}

.cms-home .page-header .form-search input {
    background-color: transparent;
    color: #e1e1e1;
    border: 1px solid #e1e1e1;
    height: 40px;
    min-width: 470px;
}

.page-header .mini-wrapper-2>div+div {
    border-right: 0;
    /*transform: translateY(70%);*/
}

.page-header .form-search button {
    background-color: #e1e1e1;
    border: 1px solid #e1e1e1;
    width: 42px;
    background-size: 34px;
}

/* Navigation Setup */

@media (min-width: 996px) {

    .page-header .page-container-wrapper--nav,
    .page-header .page-container--nav,
    .nav-container,
    .page-container-wrapper,
    .page-container-wrapper--sticky .nav-container--sticky {
        background-color: transparent;
    }

    .page-header .mini-account {
        position: relative;
    }

    /*.page-header .mini-account:after {
        position: absolute;
        top:0;
        right:100%;
        padding-right:5px;
        content: '';
        z-index:2;
        width:16px;
        height:16px;
        background: url('/media/wysiwyg/user.png');
        background-repeat:no-repeat;

        }*/

}

.nav--primary a.level1,
.nav--primary a.level2,
.nav--primary a.level3 {
    background-color: #fff
}

.nav--primary a.level1:hover,
.nav--primary a.level2:hover,
.nav--primary a.level3:hover {
    -webkit-transition: 0.2s fade-in;
    -moz-transition: 0.2s fade-in;
    -ms-transition: 0.2s fade-in;
    -o-transition: 0.2s fade-in;
    transition: 0.2s fade-in;
    background-color: #e1e1e1;
}

.page-header .list--dividers .list__item:before {
    color: #fff;
}

.links-after li>a,
.links-before li>a,
.nav--primary a.level0,
.nav--primary-button {
    color: #333;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    padding: 20px 20px;
}

.links-after li>a:hover,
.nav--primary a.level0:hover {
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -ms-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    background-color: #e1e1e1;
    color: #333;
}

.links-after li>a {
    border-left: 1px solid #e1e1e1;
}

.links-after li:last-child a {
    border-right: 1px solid #e1e1e1;
}

.page-header .nav-container {
    background-color: #fff;
}

.cms-home .page-header .desktop .list--links a {
    color: #fff;
}

.cms-home .page-header .desktop .list--links a:hover {
    color: #e1e1e1;
}

/* Homepage Banner Setup */

.cms-index-index .page-main .showcase .bn-wrapper {
    position: relative;
}

.cms-index-index .page-main .showcase .bn-wrapper:after {
    position: absolute;
    content: '';
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    bottom: -1px;
    background-color: rgba(0, 0, 0, 0.5);

}

.bn-list {
    position: relative;
}

.bn-wrapper .banner-wrapper .banner-description {
    text-align: left;
    padding: 0 20px;
    color: #fff;
}

.bn-wrapper .banner-wrapper .banner-description h2 {
    font-family: monospace, sans-serif;
    font-size: 48px;
    width: 55%;
    line-height: 50px;
    font-weight: 400;
    margin-bottom: 50px;
}

.bn-wrapper .banner-wrapper .banner-description span {
    color: #fed201;
    font-weight: 700;
}

.bn-wrapper .banner-wrapper .banner-description p {
    width: 56%;
    font-size: 18px;
    line-height: 26px;
    padding: 20px 0px;
}

.bn-wrapper .banner-wrapper .banner-description a {
    font-size: 13px;
    font-weight: 500;
    line-height: 52px;
    text-transform: uppercase;
    color: #333;
    background-color: #fed201;
    padding: 12px 60px 12px 30px;
    position: relative;
    word-spacing: 0.5px;
}

.bn-wrapper .banner-wrapper .banner-description a:hover {
    background-color: #fff;
    -webkit-transition: 0.2s fade-out;
    -moz-transition: 0.2s fade-out;
    -ms-transition: 0.2s fade-out;
    -o-transition: 0.2s fade-out;
    transition: 0.2s fade-out;
}

.bn-wrapper .banner-wrapper .banner-description a:after {
    position: absolute;
    content: "";
    right: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    background: url(/media/wysiwyg/arrow.png) no-repeat center;
}

.showcase .slick-dots button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fed201;
    opacity: 1;
    width: 10px;
    height: 10px;
    border: 2px solid transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.showcase .controls-middle .slick-dots {
    left: 50%;
    bottom: 0;
    right: inherit;
    transform: translateY(0%);
}

/* First Section */

.first-section .services {
    display: inline-block;
    list-style: none !important;
}

.first-section .services li {
    width: 33.33%;
    padding: 10px;
    float: left;
    position: relative;
}

.first-section .services-descripion {
    position: absolute;
    bottom: 10%;
    left: 5%;
    width: 75%;
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
    min-height: 85px;
}

.first-section img {
    height: 216px;
}

.first-section .instalare-sisteme {
    padding-left: 0 !important;
}

.first-section .calitate {
    padding-right: 0 !important;
}

.first-section .services-descripion h3 {
    font-family: monospace, sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.first-section .services-descripion p {
    font-size: 14px;
    line-height: 18px;
    color: #7d7d7d;
}

.first-section .instalare-sisteme:after {
    position: absolute;
    top: 10%;
    right: 5%;
    background: url(/media/wysiwyg/instalare.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 81px;
    height: 81px;
    content: '';
    z-index: 2;

}

.add-to-links li a.link-wishlist:before,
.add-to-links li a.link-compare:before {
    background-position-x: center;
    background-position-y: center;
}

.add-to-links li a.link-wishlist:hover:before {
    background-image: url(https://www.eautomat.ro/skin/frontend/blugento/default/blugento/images/var_add-to-links__wishlist_background-image.svg);
    background-position-x: center;
    background-position-y: center;
}

.add-to-links li a.link-compare:hover:before {
    background-image: url(https://www.eautomat.ro/skin/frontend/blugento/default/blugento/images/var_add-to-links__compare_background-image.svg);
    background-position-x: center;
    background-position-y: center;
}

.add-to-links li a:before {
    width: auto;
    transition: 0.3s all;
}

.add-to-links li a:hover:before,
.add-to-links li a {
    transition: 0.3s all;
}

.row-wrapper:nth-child(3) .products-grid .add-to-links li a.link-wishlist:hover:before,
.row-wrapper:nth-child(3) .products-grid .add-to-links li a.link-wishlist:before,
.row-wrapper:nth-child(3) .products-grid .add-to-links li a.link-compare:hover:before,
.row-wrapper:nth-child(3) .products-grid .add-to-links li a.link-compare:before {
    background-position-x: center;
    background-position-y: center;
}

.product-view.gallery-orientation-1 .more-views .item-image {
    background-color: #fff;
    border: 1px solid #ccc;
}

.product-view .add-to-links li:nth-child(2) a:hover {
    border-right: 1px solid #333;
}

.product-view .add-to-links li:nth-child(2) a {
    border-right: 1px solid #333;
}

.add-to-links li a.link-compare {
    margin-right: -1px;
}

.first-section .transport:after {
    position: absolute;
    top: 10%;
    right: 5%;
    background: url(/media/wysiwyg/transport1.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 81px;
    height: 81px;
    content: '';
    z-index: 2;
}

.first-section .calitate:after {
    position: absolute;
    top: 10%;
    right: 3%;
    background: url(/media/wysiwyg/calitate.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 81px;
    height: 81px;
    content: '';
    z-index: 2;
}

/* Secondary Section */

.cms-home .second-section {
    position: relative;
}

.cms-home .second-section .second-section-description {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    z-index: 2;
    transform: translateY(-50%);
    padding: 10px;
}

.cms-home .second-section .second-section-description h3 {
    max-width: 55%;
    font-family: monospace, sans-serif;
    font-size: 36px;
    color: #333;
    line-height: 48px;
    padding-bottom: 10px;
}

.cms-home .second-section .second-section-description span {
    font-weight: 600;

}

.cms-home .second-section .second-section-description p {
    font-size: 16px;
    line-height: 24px;
    color: #7d7d7d;
    max-width: 55%;
    padding-bottom: 20px;
}

.cms-home .second-section .second-section-description a {
    font-size: 13px;
    font-weight: 500;
    line-height: 52px;
    text-transform: uppercase;
    color: #333;
    background-color: #fff;
    padding: 12px 60px 12px 30px;
    position: relative;
    word-spacing: 0.5px;
}

.cms-home .second-section .second-section-description a:hover {
    background-color: #e1e1e1;
    -webkit-transition: 0.2s fade-out;
    -moz-transition: 0.2s fade-out;
    -ms-transition: 0.2s fade-out;
    -o-transition: 0.2s fade-out;
    transition: 0.2s fade-out;
}

.cms-home .second-section .second-section-description a:after {
    position: absolute;
    content: "";
    right: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    background: url(/media/wysiwyg/arrow.png) no-repeat center;
}

/* Homepage Product Listing */

.widget-multiproducts .subtitle,
.widget-new .subtitle {
    display: inline-block;
    position: relative;
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0.5px;
    border-bottom: 3px solid #fed201;
    z-index: 2;
    margin-bottom: -2px;
}

.widget-multiproducts .products-grid,
.widget-new .products-grid {
    border-top: 1px solid #e1e1e1;
    margin: 0;
}

.products-grid .product-name a {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 19px;
}

.products-grid .item-inner {
    background-color: #fff;
}

.products-grid .product-image {
    border: 1px solid #e1e1e1;
}

.products-grid .item-inner:hover .product-image {
    border: 1px solid #333;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.2s fade-out;
    -moz-transition: 0.2s fade-out;
    -ms-transition: 0.2s fade-out;
    -o-transition: 0.2s fade-out;
    transition: 0.2s fade-out;
}

.products-grid .product-actions {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-top: 0;
    display: none;
}

.products-grid .item-inner:hover .product-actions {
    display: block;
}

@media (min-width: 996px) {

    .col-6 .widget-multiproducts .products-grid.grid-4 li.item,
    .col-6 .widget-new .products-grid.grid-4 li.item {
        width: 33%;
        margin-top: 20px;
        padding: 0 15px 0 0;
    }

    .col-12 .widget-multiproducts .products-grid.grid-4 li.item,
    .col-12 .widget-new .products-grid.grid-4 li.item,
    .col-12 .widget-new .products-grid.grid-6 li.item {
        margin-top: 20px;
        position: relative;
        padding: 0 30px 0 0;
    }

    .products-grid .product-box {
        padding: 10px 0;
    }

    .products-grid.grid-4 li.item,
    .products-grid.grid-6 li.item {
        padding: 0 15px;
    }

}

.products-grid .product-box .product-actions {
    position: absolute;
    top: 57%;
    right: 1%;
    width: 100%;
    padding-right: 5px;
    padding-left: 4px;
    display: none;
}

.products-grid .price-box {
    display: inline-block;
}

.products-grid .price-box p.old-price,
.products-grid .product-box .price-box .special-price {
    float: left;
}

.products-grid .price-box .price {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    font-family: monospace, sans-serif;
}

.products-grid .product-box .price-box .special-price {
    font-family: monospace, sans-serif;
    line-height: 20px;
}

.products-grid .price-box .old-price .price {
    color: #7d7d7d;
    font-size: 14px;
}

.products-grid .tax-details {
    display: none;
}

.products-grid .product-box .old-price .price-label,
.products-grid .product-box .special-price .price-label,
.products-grid .product-box .discount,
.products-grid .product-badges {
    display: none;
}

.products-grid .add-to-links {
    margin: 0;
    float: left;
    width: 35%;
    display: inline-block;
    margin-bottom: -10px;
    text-align: center;
}

.add-to-links li {
    padding: 0;
    width: 50%;
    float: left;
}

.add-to-links li a {
    display: block;
    vertical-align: middle;
    position: relative;
    color: #333;
}

.add-to-links li a:hover {
    background: #e1e1e1;
}

.add-to-links li a:before {
    display: flex;
    height: 37px;
    justify-content: center;
    align-items: center;
    border: 1px solid #333;
    border-right: 0;
    margin-right: 0;
}

.products-grid .item-inner:hover .add-to-links li a.link-wishlist:before {
    border-right: 0;
}

.products-grid .product-image img {
    width: 100%;
}

.add-to-links li a.link-compare:hover:before {
    border-right: 0;
}

.products-grid .product-actions .button {
    color: #fed201;
    text-decoration: none !important;
    font-size: 13px;
    background-color: #333;
    position: relative;
    padding: 10px 10px 10px 40px;
    font-weight: 500;
    float: left;
    display: inline-block;
    width: 65%;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.products-grid .product-actions .button:hover {
    color: #333;
    background-color: #fed201;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -ms-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;

}

.products-grid .product-actions .button:after {
    background: url(/media/wysiwyg/yellowcart.png) 50% 50% no-repeat;
    position: absolute;
    z-index: 2;
    content: '';
    top: 0;
    left: 7%;
    width: 37px;
    height: 37px;
}

.products-grid .product-actions .button:hover:after {
    background: url(https://www.eautomat.ro/skin/frontend/blugento/default/blugento/images/var_mini-cart__link__after.svg) 50% 50% no-repeat;
    position: absolute;
    z-index: 2;
    content: '';
    top: 0;
    left: 7%;
    width: 37px;
    height: 37px;
}

.add-to-links li a {
    font-size: 0;
}

/*.cms-home .row-wrapper:nth-child(5) .products-grid .product-actions .button:hover:after,*/
/*.cms-home .row-wrapper:nth-child(6) .products-grid .product-actions .button:hover:after {*/
/*left:25%;*/
/*-webkit-transform: translateX(-50%);*/
/*-moz-transform: translateX(-50%);*/
/*-ms-transform: translateX(-50%);*/
/*-o-transform: translateX(-50%);*/
/*transform: translateX(-50%);*/
/*}*/

.cms-home .row-wrapper:nth-child(5) .widget-multiproducts .product-actions .button,
.cms-home .row-wrapper:nth-child(6) .widget-multiproducts .product-actions .button {
    font-size: 0;
    height: 37px;
    width: 34%;
}

.cms-home .row-wrapper:nth-child(5) .widget-multiproducts .products-grid .add-to-links,
.cms-home .row-wrapper:nth-child(6) .widget-multiproducts .products-grid .add-to-links {
    width: 66%;
}

.cms-home .row-wrapper:nth-child(5) .widget-multiproducts .products-grid .product-actions,
.cms-home .row-wrapper:nth-child(6) .widget-multiproducts .products-grid .product-actions {
    bottom: -1px;
    padding-right: 0;
    padding-left: 0;
}

.cms-home .row-wrapper:nth-child(5) .widget-multiproducts .add-to-links li a:before,
.cms-home .row-wrapper:nth-child(6) .widget-multiproducts .add-to-links li a:before {
    border-right: 0;
    height: 35px;
}

.block-cart:hover>a {
    color: #333;
}

.cms-home .main-content .messages {
    position: absolute;
    top: 6.5%;
    left: 0;
    right: 0;
    z-index: 2;
    max-width: 1170px;
}

/* Producer Logos */

.page-container .producers {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.page-container .producers li {
    width: 20%;
    float: left;
    text-align: center;
}

.page-container .producers img {
    filter: grayscale(100%);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.page-container .producers img:hover {
    filter: grayscale(0%);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

/* =============================
   Category Products / Page SETTINGS
   ============================= */

/* Product + Page Grid Settings */


.category-intro {
    padding: 0 0 20px;
}

.catalog-product-view .page-header .page-container-wrapper:first-child,
.cms-page-view .page-header .page-container-wrapper:first-child,
.catalog-category-view .page-header .page-container-wrapper:first-child,
.checkout-cart-index .page-header .page-container-wrapper:first-child,
.checkout-onepage-index .page-header .page-container-wrapper:first-child,
.checkout-onepage-success .page-header .page-container-wrapper:first-child,
.customer-account-login .page-header .page-container-wrapper:first-child,
.customer-account .page-header .page-container-wrapper:first-child,
.customer-account-logoutsuccess .page-header .page-container-wrapper:first-child,
.catalog-product-compare-index .page-header .page-container-wrapper:first-child {
    background-color: #333;
}

.catalog-product-view .page-header .page-container-wrapper:nth-child(2),
.cms-page-view .page-header .page-container-wrapper:nth-child(2),
.catalog-category-view .page-header .page-container-wrapper:nth-child(2),
.checkout-cart-index .page-header .page-container-wrapper:nth-child(2),
.checkout-onepage-index .page-header .page-container-wrapper:nth-child(2),
.checkout-onepage-success .page-header .page-container-wrapper:nth-child(2),
.customer-account-login .page-header .page-container-wrapper:nth-child(2),
.customer-account .page-header .page-container-wrapper:nth-child(2),
.customer-account-logoutsuccess .page-header .page-container-wrapper:nth-child(2),
.catalog-product-compare-index .page-header .page-container-wrapper:nth-child(2),
.catalogsearch-result-index .page-header .page-container-wrapper:nth-child(2) {
    background-color: #333;
    padding-bottom: 35px;
}

.catalog-product-view .mini-account li,
.cms-page-view .mini-account li,
.catalog-category-view .mini-account li {
    color: #fff;
}

.checkout-onepage-index li,
.checkout-onepage-success li,
.checkout-cart-index li,
.customer-account-login li,
.customer-account li,
.customer-account-logoutsuccess .mini-account li,
.catalog-product-compare-index .mini-account li {
    color: #333;
}

.checkout-cart-index .page-footer .footer-titles span,
.checkout-onepage-success .page-footer .footer-titles span,
.checkout-onepage-index .page-footer .footer-titles span,
.customer-account-login .page-footer .footer-titles span,
.customer-account .page-footer .footer-titles span,
.customer-account-logoutsuccess .page-footer .footer-titles span,
.catalog-product-compare-index .page-footer .footer-titles span {
    color: #fff;
}

.checkout-onepage-index .mini-account .list--links a,
.checkout-onepage-success .mini-account .list--links a,
.checkout-cart-index .mini-account .list--links a,
.customer-account-login .mini-account .list--links a,
.customer-account .mini-account .list--links a,
.customer-account-logoutsuccess .mini-account .list--links a,
.catalog-product-compare-index .mini-account .list--links a {
    color: #e1e1e1;
}

.catalof-product-view .page-header .desktop .list--links a:hover,
.cms-page-view .page-header .desktop .list--links a:hover,
.catalog-category-view .page-header .desktop .list--links a:hover,
.checkout-cart-index .page-header .desktop .list--links a:hover,
.checkout-onepage-index .page-header .desktop .list--links a:hover,
.checkout-onepage-success .page-header .desktop .list--links a:hover,
.customer-account-login .page-header .desktop .list--links a:hover,
.customer-account .page-header .desktop .list--links a:hover,
.customer-account-logoutsuccess .page-header .desktop .list--links a:hover,
.catalog-product-compare-index .page-header .desktop .list--links a:hover {
    color: #e1e1e1;
}

.catalog-product-view .page-main .page-container-wrapper:first-child,
.cms-page-view .page-main .page-container-wrapper:first-child,
.catalog-category-view .page-main .page-container-wrapper:first-child,
.checkout-cart-index .page-main .page-container-wrapper:first-child,
.checkout-onepage-index .page-main .page-container-wrapper:first-child,
.checkout-onepage-success .page-main .page-container-wrapper:first-child,
.customer-account-login .page-main .page-container-wrapper:first-child,
.customer-account .page-main .page-container-wrapper:first-child,
.customer-account-logoutsuccess .page-main .page-container-wrapper:first-child,
.catalog-product-compare-index .page-main .page-container-wrapper:first-child {
    margin-top: 35px;
}

.catalog-category-view .page-title h1 {
    font-size: 26px;
    font-weight: 400;
}

.catalog-category-view .category-products .toolbar .view-mode {
    background-color: #e1e1e1;
}

.catalog-category-view .main-aside .block-title span {
    font-size: 18px;
    color: #999;
}

.catalog-category-view .main-aside .block-layered-nav .block-subtitle,
.block-layered-nav dt {
    font-size: 13px;
    font-weight: 600;
    color: #999;
}

.catalog-category-view .breadcrumbs a,
.catalog-category-view .breadcrumbs span {
    color: #999;
}

.catalog-category-view .products-grid .product-name a {
    font-size: 18px;
}

/*Product List Settings */

.products-list .product-name a {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}

.products-list .price-box .price {
    font-family: monospace, sans-serif;
    font-size: 16px;
}

.products-list .price-box .special-price .price {
    font-size: 18px;
    font-weight: 600;
    font-family: monospace, sans-serif;
}

.products-list .price-box .price-label {
    display: none;
}

.products-list .tax-details {
    display: none;
}

.products-list .add-to-links {
    width: 20%;
}

.cms-home .row-wrapper:nth-child(3) .widget-multiproducts {
    width: 100%;
}

.cms-home .row-wrapper .widget-multiproducts {
    width: 97%;
}

.products-list .product-actions .button {
    color: #fed201;
    text-decoration: none !important;
    font-size: 13px;
    background-color: #333;
    position: relative;
    padding: 8px 40px 10px 60px;
    font-weight: 500;
    float: left;
    display: inline-block;
    border: 1px solid #333;
}

.products-list .product-actions .button:hover {
    color: #333;
    background-color: #fed201;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -ms-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.products-list .product-actions .button:after {
    background: url(/media/wysiwyg/yellowcart.png) 50% 50% no-repeat;
    position: absolute;
    z-index: 2;
    content: '';
    top: 0;
    left: 7%;
    width: 37px;
    height: 37px;
}

.products-list .product-actions .button:hover:after {
    background: url(https://www.eautomat.ro/skin/frontend/blugento/default/blugento/images/var_mini-cart__link__after.svg) 50% 50% no-repeat;
    position: absolute;
    z-index: 2;
    content: '';
    top: 0;
    left: 7%;
    width: 37px;
    height: 37px;
}

.products-list .add-to-links li {
    margin-top: 15px;
}

.products-list .item-inner {
    background-color: #fff;
}

/* =============================
   Product Details SETTINGS
   ============================= */

.catalog-product-view .product-view .product-img-box .product-image {
    background-color: #fff;
}

.catalog-product-view .page-main .page-container-wrapper:first-child {
    margin-top: 35px;
}

.catalog-product-view .breadcrumbs a,
.breadcrumbs span {
    color: #7d7d7d;
}

.catalog-product-view .breadcrumbs strong {
    color: #333;
}

/*.catalog-product-view .add-to-links li a:before {
    border-right:1px solid #333;
    }*/
.product-view .add-to-links li:nth-child(2) a:hover {
    border-right: 1px solid #333;

}

.product-view .product-shop .product-name h1 {
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
}

.product-view .product-shop .product-sku {
    display: none;
}

.product-view .product-shop .price-box .old-price .price {
    font-size: 24px;
    font-family: monospace, sans-serif;
    font-weight: 400;
    color: #7d7d7d;
}

.product-view .product-shop .price-box .special-price .price {
    font-family: monospace, sans-serif;
    font-size: 30px;
    color: #333;
    font-weight: 600;
    line-height: 20px;
}

.catalog-product-view .product-view .product-shop .price-box {
    width: 80%;
}

.catalog-product-view .product-view .product-shop .price-box .old-price,
.catalog-product-view .product-view .product-shop .price-box .special-price {
    display: inline-block;
}

.catalog-product-view .product-view .product-shop .price-box .old-price+.special-price {
    margin-left: 15px;
}

.catalog-product-view .product-view .product-shop .price-box>.special-price .old-price .price {
    font-size: 24px;
    font-family: monospace, sans-serif;
    font-weight: 400;
    color: #7d7d7d;
}

.product-view .product-options dt label {
    color: #7d7d7d;
    font-weight: 600;
}

.product-view .product-shop .availability.in-stock {
    display: none;
}

.product-view .product-shop .add-to-cart button {
    color: #fed201;
    font-size: 13px;
    background-color: #333;
    position: relative;
    padding: 8px 10px 10px 48px;
    font-weight: 600;
    max-height: 40px;
    border: 1px solid #333;
    border-left: 0;
}

.product-view .product-shop .add-to-cart button:after {
    background: url(/media/wysiwyg/yellowcart.png) 50% 50% no-repeat;
    position: absolute;
    z-index: 2;
    content: '';
    top: 0;
    left: 5%;
    width: 37px;
    height: 37px;
}

.product-view .product-shop .add-to-cart button:hover {
    color: #333;
    background-color: #fed201;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -ms-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.product-view .product-shop .add-to-cart button:hover:after {
    background: url(https://www.eautomat.ro/skin/frontend/blugento/default/blugento/images/var_mini-cart__link__after.svg) 50% 50% no-repeat;
    position: absolute;
    z-index: 2;
    content: '';
    top: 0;
    left: 5%;
    width: 37px;
    height: 37px;
}

.product-view .product-shop .add-to-cart button span {
    margin-right: 5px;
}

.product-view .product-shop .add-to-cart .button-counter {
    margin-right: 0;
}

.product-view .product-shop .add-to-cart .button-counter span {
    border: 1px solid #333;
    height: 20px;
    width: 20px;
}

.product-view .product-shop .add-to-cart .button-counter span.plus,
.product-view .product-shop .add-to-cart .button-counter span.minus {
    background-color: #fed201;
}

.product-view .product-shop .add-to-cart .button-counter span.minus {
    border-top: 0;
}

.product-view .product-shop .add-to-cart input {
    border: 1px solid #333;
    border-right: 0;
    height: 40px;
    width: 40px;
}

.product-view .product-shop .add-to-cart {
    margin-right: 0
}

.product-view .product-shop .add-to-links {
    margin-top: 0;
    margin-left: 10px;
}

.product-view .add-to-links li a:before {
    height: 38px;
    width: 38px;
}

.product-view .add-to-links li a {
    margin-left: -1px;
}

.product-view .tabs-nav>li a {
    color: #333;
    text-transform: uppercase;
    letter-spacing: -0.25px;
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;

}

.product-view .tabs-nav>li {
    margin-right: 25px;
}

.product-view .tabs-nav {
    border-bottom: 0;
}

.product-view .tabs-nav>li.activeli {
    border-bottom: 3px solid #333;
    background-color: #fff;
    margin-right: 25px;

}

.product-view .tabs-container .tab {
    margin-top: -2px;
    border-top: 1px solid #e1e1e1;
    padding: 30px 15px;
    padding-left: 0;
    margin-left: 15px;
}

.product-view .tabs-container .tab:last-child {
    margin-top: 1px;
}

.button-counter span.plus {
    background-image: url(/media/wysiwyg/plus.png);
}

.button-counter span.minus {
    background-image: url(/media/wysiwyg/minus.png);
}

.my-wishlist table .add-to-cart-alt input {
    height: 37px;
    width: 37px;
}

.my-wishlist table .add-to-cart-alt button {
    border: 1px solid #ccc;
}

.my-account a {
    color: #333;
}

div.description-ulm h2 {
    padding-bottom: 10px;
}

div.description-ulm h3 {
    padding: 10px 0;
}

div.description-ulm ul li {
    list-style-type: square;
}

div.description-ulm ul {
    margin-left: 30px;
}

div.brosure-container p {
    padding-bottom: 10px;
    padding-left: 50px;
    background-image: url(http://www.eautomat.ro/media/wysiwyg/brosure-icon.png);
    background-repeat: no-repeat;
    background-position-y: 1px;
}

div.brosure-container a {
    color: #00619C;
    display: block;
}

/* Compare Page */

.compare-table .price-box .price-label {
    display: none;
}

.compare-table .product-shop-details {
    background-color: #fff;
}

.compare-table .product-shop-details h2 {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 19px;
}

.compare-table .product-shop-details .price-box .price {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    font-family: monospace, sans-serif;
}

.compare-table .button {
    color: #333;
}

.compare-table .button:hover {
    background-color: #333;
    color: #FED201;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}

.compare-table .product-shop-details .product-image {
    border: 1px solid #333;
}

.compare-table tr th {
    color: #333;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.compare-table .product-shop-details {
    padding: 10px 10px 10px 0;
}

.catalog-product-compare-index .add-to-links li {
    width: 100%;
}

.catalog-product-compare-index .add-to-links li:first-child {
    border-right: 1px solid #333;
}

/* =============================
   FOOTER SETTINGS
   ============================= */

.page-footer a:hover {
    color: #fff;
    -webkit-transition: 0.2s fade-in;
    -moz-transition: 0.2s fade-in;
    -ms-transition: 0.2s fade-in;
    -o-transition: 0.2s fade-in;
    transition: 0.2s fade-in;
}

.page-footer .page-container-wrapper:nth-child(2) {
    background-color: #333;
}

.page-footer .footer-links ul {
    width: 25%;
}

.page-footer .col-4 {
    width: 100%;
}

.page-footer .footer-titles {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
}

.page-footer .footer-titles span {
    border-bottom: 3px solid white;
    padding-bottom: 5px;
    letter-spacing: 0.5px;
}

.page-footer .footer-links p {
    color: #7d7d7d;
}

.page-footer a {
    color: #7d7d7d;
}

.footer-links {
    line-height: 21px;
}

.page-footer .marketing-box--newsletter i,
.page-footer .marketing-box h5,
.page-footer .marketing-box h4 {
    display: none;
}

.page-footer .marketing-box .box-content {
    margin-left: 0;
}

.page-footer .marketing-box--newsletter .button {
    background: #fed12f;
    position: relative;
    padding: 20px;
}

.page-footer .marketing-box--newsletter .button:after {
    position: absolute;
    content: '';
    z-index: 2;
    top: 50%;
    right: 25%;
    width: 20px;
    height: 20px;
    background: url(/media/wysiwyg/arrow.png) no-repeat center;
    transform: translateY(-50%);
}

.page-footer .marketing-box--newsletter .button span {
    font-size: 0;
}

.page-footer .marketing-box--newsletter {
    float: left;
    margin-top: 20px;
}

.page-footer .marketing-box--newsletter .input-text {
    min-width: 225px;
    height: 40px;
}

.page-footer .list--social .list__item--facebook a,
.list--social .list__item--twitter a {
    background-color: #252525;
}

.page-footer .branding .list--social {
    width: 100%;
    margin-top: 10px;
}

.page-footer .marketing-box--newsletter .button {
    height: 40px;
}

.page-footer .marketing-box {
    text-align: left;
    margin-left: -2px;
}

.widget-static-block .underfooter p {
    line-height: 50px;
    background-color: #252525;
    text-align: center;
    color: #fff;
}

.widget-static-block .underfooter a:hover {
    color: #7d7d7d;
}

.page-footer .footer-links .branding .copyright {
    display: none;
}

.multiple-checkout .buttons-set button.button,
.opc .buttons-set button.button {
    background-color: #fed201;
}

/*whatsapp button*/
.float-wapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
    color: white
}

/* GDPR */
.gdpr-cookies .page-container {
    padding-bottom: 0;
}

.gdpr-cookies .col-12 {
    padding: 12px 0;
}

.gdpr-modal-personalize .gdpr-wrapper .gdpr-buttons {
    gap: 16px;
    padding-bottom: 12px;
}

.gdpr-modal-personalize .gdpr-wrapper .gdpr-buttons .button {
    height: 48px;
}

.gdpr-modal-personalize .gdpr-wrapper .gdpr-buttons .button {
    height: 48px;
}

/* =============================
   Responsive SETTINGS
   ============================= */

@media (max-width: 1480px) {

    .bn-wrapper .banner-wrapper {
        top: 85%;
        -webkit-transform: translateY(-85%);
        -moz-transform: translateY(-85%);
        -ms-transform: translateY(-85%);
        -o-transform: translateY(-85%);
        transform: translateY(-85%);
    }
}

@media (max-width: 1196px) {

    .bn-wrapper .banner-wrapper {
        top: 85%;
        -webkit-transform: translateY(-80%);
        -moz-transform: translateY(-80%);
        -ms-transform: translateY(-80%);
        -o-transform: translateY(-80%);
        transform: translateY(-80%);
        padding: 0 20px;
    }

    .bn-wrapper .banner-wrapper .banner-description p {
        width: 80%;
    }

    .bn-wrapper .banner-wrapper .banner-description h2 {
        width: 80%;
        font-size: 36px;
        line-height: 40px;
    }

    .cms-home .second-section .second-section-description h3 {
        max-width: 80%;
        line-height: 36px;
        font-size: 32px;
    }

    .cms-home .second-section .second-section-description p {
        max-width: 80%;
        line-height: 20px;
        ;

    }

    .page-footer .marketing-box--newsletter .input-box {
        float: left;
    }

    .page-footer .marketing-box--newsletter .input-text {
        min-width: 180px;
    }

    .add-to-links li a:before {
        height: 33px;
    }

    .cms-home .row-wrapper:nth-child(5) .widget-multiproducts .add-to-links li a:before {
        height: 33px;
    }

    .products-grid .product-actions .button {
        padding: 8px 8px 8px 33px;
    }

    .products-grid .product-actions .button:after {
        left: 0;
        height: 35px;
        width: 35px;
    }

    .cms-home .row-wrapper:nth-child(5) .widget-multiproducts .product-actions .button {
        height: 35px;
    }

    .cms-home .row-wrapper:nth-child(4) {
        padding: 0;
    }
}

@media (max-width: 1024px) {

    .bn-wrapper .banner-wrapper .banner-description h2 {
        line-height: 36px;
    }

    .bn-wrapper .banner-wrapper .banner-description p {
        padding: 10px 0;
    }

    .first-section .services-descripion {
        width: 80%;
    }

    .first-section .services-descripion h3 {
        font-size: 20px;
    }

    .first-section .calitate:after,
    .first-section .transport:after,
    .first-section .instalare-sisteme:after {
        right: 5%;
    }

    .products-grid .product-actions .button {
        padding: 8px 5px 8px 33px;
    }

    .page-footer .marketing-box--newsletter .input-text {
        max-width: 175px;
    }

    .showcase .controls-middle .slick-dots {
        display: none !important;
    }
}

@media (max-width: 995px) {

    h2.subtitle,
    strong.subtitle {
        font-size: 30px;
    }

    .dock-open--left {
        top: 0;
        left: 294px !important;
    }

    .dock-open .dock--left,
    .dock-open .dock--right {
        width: 294px !important;
    }

    .category-intro {
        padding-bottom: 0;
    }

    .catalog-product-view .page-header .page-container-wrapper:first-child,
    .cms-page-view .page-header .page-container-wrapper:first-child,
    .catalog-category-view .page-header .page-container-wrapper:first-child,
    .checkout-cart-index .page-header .page-container-wrapper:first-child,
    .checkout-onepage-index .page-header .page-container-wrapper:first-child,
    .checkout-onepage-success .page-header .page-container-wrapper:first-child,
    .customer-account-login .page-header .page-container-wrapper:first-child,
    .customer-account .page-header .page-container-wrapper:first-child,
    .customer-account-logoutsuccess .page-header .page-container-wrapper:first-child,
    .catalog-product-compare-index .page-header .page-container-wrapper:first-child,
    .catalog-product-view .page-header .page-container-wrapper:nth-child(2),
    .cms-page-view .page-header .page-container-wrapper:nth-child(2),
    .catalog-category-view .page-header .page-container-wrapper:nth-child(2),
    .checkout-cart-index .page-header .page-container-wrapper:nth-child(2),
    .checkout-onepage-index .page-header .page-container-wrapper:nth-child(2),
    .checkout-onepage-success .page-header .page-container-wrapper:nth-child(2),
    .customer-account-login .page-header .page-container-wrapper:nth-child(2),
    .customer-account .page-header .page-container-wrapper:nth-child(2),
    .customer-account-logoutsuccess .page-header .page-container-wrapper:nth-child(2),
    .catalog-product-compare-index .page-header .page-container-wrapper:nth-child(2),
    .catalogsearch-result-index .page-header .page-container-wrapper:nth-child(2) {
        background-color: #fff !important;
        padding-bottom: 0px;
    }

    .products-grid .product-box {
        min-height: 171px;
    }

    .add-to-links li a.link-wishlist:before,
    .add-to-links li a.link-compare:before {
        background-position-x: center;
        background-position-y: center;
    }

    .page-header .page-container {
        padding-top: 20px;
    }

    .page-header .page-container-wrapper:nth-child(2) {
        /*margin-top: -35px;*/
    }

    .catalog-product-view .breadcrumbs,
    .review-product-list .breadcrumbs {
        display: none;
    }

    .nav--primary li.level0.actions a.back {
        color: #333;
    }

    .cms-home .main-content .row-wrapper:nth-of-type(3) {
        display: none;
    }

    .cms-home .page-header .page-container-wrapper--nav {
        margin-top: 0px;
    }

    .page-header .page-container-wrapper--nav .mini-cart {
        display: none;
    }

    .page-header .mini-cart {
        padding-top: 0;
        padding-left: 0;
    }

    .page-header .block-cart>a {
        background-color: #fff;
    }

    .page-header .page-container-inner {
        padding-top: 0;
    }

    .page-header .mobile-trigger a {
        width: 35px;
        height: 35px;
    }

    .page-header .mobile .block-cart>a>i {
        width: 35px;
        height: 35px;
    }

    .catalog-category-view .page-main .page-container-wrapper:first-child,
    .catalog-product-view .page-main .page-container-wrapper:first-child {
        margin-top: 0px;
    }

    .bn-wrapper .banner-wrapper {
        position: relative;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        bottom: 0;
        text-align: center;
        padding: 20px;
    }

    .bn-wrapper .banner-wrapper .banner-description {
        text-align: center;
    }

    .bn-wrapper .banner-wrapper .banner-description h2,
    .bn-wrapper .banner-wrapper .banner-description p {
        width: 100%;
    }

    .row-wrapper .first-section {
        text-align: center;
    }

    .first-section .services-descripion {
        text-align: left;
    }

    .products-grid .product-image {
        border: 1px solid #333;
    }

    .products-grid.grid-4 li.item {
        padding: 20px;
    }

    .products-grid .product-actions,
    .cms-home .row-wrapper:nth-child(5) .widget-multiproducts .products-grid .product-actions {
        display: block;
    }

    .cms-home .row-wrapper:nth-child(5) .widget-multiproducts .product-actions {
        max-width: 100%
    }

    .page-footer .footer-links ul {
        width: 50%;
    }

    .page-footer .footer-titles {
        margin-top: 20px;
    }

    .page-footer .page-container .row>div {
        margin: 0;
    }

    .products-grid .product-actions .button {
        padding: 8px 0 8px 27px;
    }

    .cms-home .second-section .second-section-description h3 {
        max-width: 100%;
        line-height: 26px;
        font-size: 24px;
    }

    .cms-home .second-section .second-section-description p {
        padding-bottom: 5px;
        max-width: 100%;
        line-height: 18px;
    }

    .cms-home .second-section .second-section-description a {
        padding: 8px 60px 8px 30px;
    }

    .first-section .services li {
        width: 33%;
    }

    .first-section .services .calitate {
        float: left;
        /*clear: both;*/
        /*margin: 0 auto;*/
    }

    .first-section .services-descripion h3 {
        font-size: 24px;
    }

    .product-view .tabs-container .tab {
        border: 0;
    }

    .nav-container ul.links-after a {
        padding-left: 10px;
        font-weight: bold;
    }

    .nav-wrapper ul.nav--primary li.level0 a {
        padding-left: 10px;
        font-weight: bold;
    }

    .nav-wrapper ul.nav--primary li.level1 a {
        padding-left: 30px;
    }

    .nav-wrapper ul.nav--primary li.level2 a {
        padding-left: 50px;
        font-weight: normal;
    }

    .nav-wrapper ul.nav--primary li.level3 a {
        padding-left: 70px;
        font-weight: normal;
    }

    .catalog-product-view .page-main .main-content .widget-static-block {
        margin-top: 20px;
        display: block;
    }

    .gdpr-cookies .col-12 .gdpr-box.gdpr-personalize .gdpr-header,
    .gdpr-cookies .col-12 .gdpr-box.gdpr-personalize .gdpr-content {
        width: 100%;
    }

    .gdpr-cookies .col-12 .gdpr-box.gdpr-personalize {
        display: block;
    }
}

@media (max-width: 768px) {

    .page-header .mobile-trigger {
        padding: 0 10px;
        margin-left: 0;
    }

    .page-header .mobile .block-cart>a>i {
        margin: 0 10px;
    }

    .page-header .mini-cart {
        margin-left: 0;
    }

    .page-header .block-cart>a {
        padding: 0 10px;
        padding-left: 0;
    }

    .products-grid .product-name {
        margin-bottom: 0;
    }

    .products-grid .product-box {
        padding: 10px;
    }

    .products-grid .product-actions .button {
        font-size: 0;
        width: 34%;
        height: 35px;
    }

    .products-grid .product-actions .button:after {
        left: 50%;
        transform: translateX(-50%);
    }

    .cms-home .row-wrapper:nth-child(5) .products-grid .product-actions .button:after,
    .cms-home .row-wrapper:nth-child(6) .products-grid .product-actions .button:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .products-grid .product-actions .button:hover:after {
        width: 35px;
        height: 35px;
    }

    .products-grid .add-to-links {
        width: 66%;
    }

    .cms-home .second-section .second-section-description p {
        display: none;
    }

    .page-footer .footer-links ul {
        width: 100%;
        text-align: center;
        padding: 20px;
    }

    .page-footer .footer-links ul:nth-child(3),
    .page-footer .footer-links ul:nth-child(1),
    .page-footer .footer-links ul:nth-child(4) {
        display: none;
    }

    .page-footer .footer-links ul li {
        list-style-type: none;
        display: inline-block;
    }

    .page-footer .footer-links ul li.footer-titles {
        display: block;
    }

    .page-footer .footer-titles {
        margin-top: 0;
    }

    .page-footer .marketing-box {
        text-align: center;
    }

    .page-footer .list--horizontal .list__item {
        float: none;
        display: inline-block;
    }

    .page-footer .footer-titles span {
        padding-bottom: 4px;
        font-size: 15px;
    }

    .widget-multiproducts .subtitle {
        font-size: 20px;
    }

    .page-container .producers li {
        width: 33%;
        padding: 10px;
    }

    .page-container .producers li {
        min-height: 65px;
    }

    .page-container .producers li:last-child {
        float: none;
        clear: both;
        display: inline-block;
    }

    .page-container .producers li:nth-last-child(2) {
        float: none;
        clear: both;
        display: inline-block;
    }

    .compare-table td {
        width: 50%;
    }

    .product-view .more-views {
        /*display:none;*/
    }

}

@media (max-width: 767px) {

    .product-view .product-shop .add-to-links {
        clear: none;
    }

}

@media (max-width: 645px) {

    .cms-home .row-wrapper .widget-multiproducts {
        width: 100%;
    }

    .first-section .services li {
        width: 100%;
    }

    .first-section .services-descripion {
        width: 50%;
    }

    .first-section .calitate:after,
    .first-section .transport:after,
    .first-section .instalare-sisteme:after {
        left: 50%;
        transform: translateX(-50%);
    }

    .first-section .services-descripion {
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .products-grid .product-box .short-info {
        min-height: 0;
    }

    .cms-home .col-6.col-xxs-12 {
        width: 100%;
    }

    .col-6 .products-grid.grid-4 li.item {
        width: 50%;
    }

    .products-grid.grid-4 li.item {
        width: 50%;
    }

    .catalog-category-view .toolbar .pager {
        display: none;
    }

    .catalog-category-view .toolbar-bottom .pager {
        display: block;
    }

    .page-footer .marketing-box--newsletter .input-text {
        max-width: inherit;
    }

    .page-footer .marketing-box--newsletter .input-box {
        float: none;
    }

    .page-footer .marketing-box .box-content {
        margin: 0;
    }
}

@media (max-width: 480px) {

    .col-xxs-12,
    .layout-1column .products-grid li.item,
    .layout-2columns-left .products-grid li.item,
    .layout-2columns-right .products-grid li.item,
    .layout-3columns .products-grid li.item {
        width: 50%;
    }

    .catalog-category-view .products-grid .product-name a {
        font-size: 14px;
    }

    .page-footer .producers {
        display: none;
    }

    .bn-wrapper .banner-wrapper .banner-description h2 {
        font-size: 30px;
    }

    .first-section .services-descripion {
        width: 80%;
        bottom: 20%;
    }

    .first-section .services-descripion h3 {
        font-size: 22px;
    }

    .cms-home .second-section .second-section-description {
        width: 100%;
        text-align: center;
        left: 0;
    }

    .cms-home .second-section .second-section-description span {
        color: #fff;
        text-shadow: 1px 1px #333;
    }

    .cms-home .second-section .second-section-description h3 {
        line-height: 18px;
        font-size: 18px;
    }

    .row-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }

    .widget-multiproducts {
        text-align: center;
    }

    .product-view .product-options dt label {
        margin-top: 15px;
    }

    .products-grid .product-name {
        text-align: center;
    }

    .page-container .phone-logo {
        /*margin:-20px 0 10px 0;*/

        background: #333;
        position: absolute;
        width: 100%;
        top: 0;
        height: 55px;
        text-align: left;
        padding: 12px;
    }

    .page-header .mobile .phone-logo img {
        height: 100%;
        margin-left: 50px !important;
    }

    .page-header .mobile .phone-logo {
        height: 55px;
    }

    .page-header .page-container {
        padding: 0px;
    }

    header.page-header {
        height: 60px;
    }

    .mobile .icon--menu span {
        background-color: #FED201
    }

    .mobile .products-grid .product-actions {
        display: none !important;
    }

    .mobile .products-grid .product-actions {
        display: none;
    }

    .mobile .block.block-cart a {
        padding: 0 !important;
        background-color: #333;
    }

    .mobile .block.block-cart a i {
        padding: 0 !important;
    }

    .mobile .nav-mobile-trigger.icon--menu {
        margin: 0 6px;
    }

    .page-container .row-wrapper:first-child {
        display: none;
    }

    .gdpr-cookies .col-12 .gdpr-box.gdpr-personalize .gdpr-content .gdpr-buttons a {
        display: block;
    }

    .gdpr-cookies .col-12 .gdpr-content .gdpr-buttons .button {
        min-width: 100%;
        margin-left: 0;
        height: 48px;
        margin-top: 10px;
    }
}

@media (max-width: 380px) {

    .col-xxs-12,
    .layout-1column .products-grid li.item,
    .layout-2columns-left .products-grid li.item,
    .layout-2columns-right .products-grid li.item,
    .layout-3columns .products-grid li.item {
        width: 100%;
    }

    .products-grid .product-actions .button:hover:after {
        left: 50%;
    }

    .first-section .services-descripion {
        bottom: 12%;
    }

    .bn-wrapper .banner-wrapper .banner-description {
        padding: 5px;
    }

    .bn-wrapper .banner-wrapper .banner-description p {
        font-size: 14px;
    }

    .bn-wrapper .banner-wrapper .banner-description h2 {
        font-size: 26px;
        line-height: 28px;
    }

    .col-6 .products-grid.grid-4 li.item {
        padding: 10px 10px;
    }

    .page-container .producers li {
        width: 100%;
        padding-bottom: 15px
    }

    .compare-table tr {
        width: 100%;
    }

    .first-section .instalare-sisteme:after {
        top: 6%;
    }

    .first-section .services-descripion p {
        line-height: 15px;

    }

    .first-section .services-descripion {
        width: 85%;

    }

    .first-section .calitate:after,
    .first-section .transport:after,
    .first-section .instalare-sisteme:after {
        top: 6%;
    }
}

@media (max-width: 380px) and (min-width: 320px) {

    .products-grid.grid-4 li.item {
        width: 100%;
    }

    .products-grid .product-name a {
        text-align: center;
    }

    .products-grid .product-box .short-info {
        min-height: 0;
    }

    .products-grid .price-box .price {
        font-size: 16px;
    }

    .products-grid .product-box .product-info {
        text-align: center;
    }

    .col-6 .products-grid.grid-4 li.item {
        width: 100%;
    }

    .product-view .product-shop .add-to-cart button span {
        margin-right: 0;
    }

    .product-view .product-shop .add-to-cart button {
        padding: 8px 10px 10px 6px;
    }

    .product-view .product-shop .add-to-cart button:after {
        background: none;
    }

    .catalog-product-view .page-container-wrapper:first-child,
    .cms-page-view .page-main .page-container-wrapper:first-child,
    .catalog-category-view .page-main .page-container-wrapper:first-child,
    .checkout-cart-index .page-main .page-container-wrapper:first-child,
    .checkout-onepage-index .page-main .page-container-wrapper:first-child,
    .checkout-onepage-success .page-main .page-container-wrapper:first-child,
    .customer-account-login .page-main .page-container-wrapper:first-child,
    .customer-account .page-main .page-container-wrapper:first-child,
    .customer-account-logoutsuccess .page-main .page-container-wrapper:first-child,
    .catalog-product-compare-index .page-main .page-container-wrapper:first-child {
        margin-top: 0;
    }

    .products-grid .product-name {
        text-align: center;
    }
}

/* ===== Header fix 2026-07-20: logo pe linia search+login, banner livrare sus dreapta ===== */
.page-header .desktop .header-block-2 { float: right; width: auto; text-align: right; margin: 0; }
.page-header .desktop .header-block-2 p { margin: 0; line-height: 1.3; }
.page-header .desktop .mini-wrappers { clear: right; }
.page-header .desktop #logo { margin-top: 14px; }


/* ===== Grila subcategorii 2026-07-20: tile-uri uniforme ===== */
.categories-grid li.item { display: flex; flex-direction: column; }
.categories-grid li.item .category-image { display: flex; align-items: center; justify-content: center; height: 220px; background: #fff; border: 1px solid #ececec; border-radius: 8px; padding: 14px; margin-bottom: 12px; transition: box-shadow .2s ease; }
.categories-grid li.item:hover .category-image { box-shadow: 0 6px 18px rgba(0,0,0,.12); }
.categories-grid li.item .category-image img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.categories-grid li.item .category-name { text-align: center; margin: 0 0 20px; font-size: 16px; line-height: 1.3; }

/* ===== Sidebar filtre v3 2026-07-20: categorii friendly + filtre colapsabile, fara flicker ===== */
.block-layered-nav .block-content > dl > dt { font-size: 13px; text-transform: uppercase; letter-spacing: .5px; color: #555; margin: 18px 0 8px; padding: 0; }
.block-layered-nav .block-content > dl > dt:not(:first-of-type):not(.cat-keep) { cursor: pointer; display: flex; align-items: center; justify-content: space-between; padding: 10px 12px; background: #f7f7f7; border: 1px solid #ececec; border-radius: 6px; margin: 8px 0 0; user-select: none; transition: background .15s; }
.block-layered-nav .block-content > dl > dt:not(:first-of-type):not(.cat-keep):hover { background: #efefef; }
.block-layered-nav .block-content > dl > dt:not(:first-of-type):not(.cat-keep):after { content: '\25BE'; font-size: 12px; color: #999; transition: transform .2s; transform: rotate(-90deg); }
.block-layered-nav .block-content > dl > dt.filter-open:after { transform: rotate(0deg); }
.block-layered-nav .block-content > dl > dt:not(:first-of-type):not(.cat-keep) + dd { display: none; }
.block-layered-nav .block-content > dl > dt.filter-open + dd { display: block !important; padding: 6px 4px; border: 1px solid #ececec; border-top: 0; border-radius: 0 0 6px 6px; margin: -2px 0 0; }
.block-layered-nav dd ol { margin: 0; padding: 0; }
.block-layered-nav dd ol li { display: flex; align-items: center; margin: 0; padding: 0; }
.block-layered-nav dd ol li a { flex: 1; display: block; padding: 8px 10px; border-radius: 6px; color: #333; font-size: 14px; line-height: 1.3; }
.block-layered-nav dd ol li:hover > a { background: #f5f5f5; color: #000; }
.block-layered-nav dd ol li em { background: #f0f0f0; color: #777; font-style: normal; font-size: 11px; line-height: 1; padding: 4px 7px; border-radius: 10px; margin-left: 6px; }
.block-layered-nav dd ol li.filter-active { flex-wrap: wrap; }
.block-layered-nav dd ol li.filter-active > a { background: #fed201; color: #1a1a1a; font-weight: 600; }
.block-layered-nav dd ol li.filter-active > a:hover { background: #f0c600; }
.block-layered-nav dd ol li.filter-active > a:after { content: '\2715'; float: right; font-size: 11px; opacity: .55; margin-left: 8px; }
.block-layered-nav dd ol .cat-children { width: 100%; margin: 2px 0 4px 14px; padding: 0; }

.page-header .desktop .links-after li>a, .page-header .desktop .nav--primary a.level0, .page-header .desktop .nav--primary-button { padding: 20px 11px; }



/* Meniu compact v4 2026-07-21 */
.page-header .links-after li>a, .page-header .nav--primary a.level0, .page-header .nav--primary-button { padding: 20px 6px; font-size: 12px; }

