@media (max-width: 767px) {
    .product .zone-hero .col2 .code .disponibil-de-la {
        display: block !important;
        float: none !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}

/*
  echipa
*/

.echipa h1,
.b2b h1,
.colaborate h1,
.echipa h2,
.b2b h2,
.colaborate h2,
.echipa h3,
.b2b h3,
.colaborate h3,
.echipa h5,
.b2b h5,
.colaborate h5 {
    font-family: 'he-300';
    line-height: 1.4;
    margin: 0 0 .2em;
    border: 0;
    padding: 0;
}

.echipa h1,
.b2b h1,
.colaborate h1,
.echipa h2,
.b2b h2,
.colaborate h2 {
    color: white;
}

.echipa h1,
.b2b h1,
.colaborate h1 {
    font-size: 2.2em;
    line-height: 1.2;
}

.echipa h3,
.b2b h3,
.colaborate h3 {
    font-size: 1.7em;
    line-height: 1.2;
    color: rgba(0, 0, 0, .9);
}

.echipa h5,
.b2b h3,
.colaborate h3 {
    font-size: 1.1em;
    color: rgba(0, 0, 0, 0.5);
}

.echipa .hero,
.b2b .hero,
.colaborate .hero {
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 1.3em;
    padding: 5em 0;
    margin-top: -3px;
}

.echipa .member-container {
    margin-left: -1em;
    margin-top: -1.35em;
    overflow: hidden;
}

.echipa .member-box {
    width: 100%;
    padding-left: 1em;
    margin-top: 1.35em;
    float: left;
}

.echipa .member-box img {
    width: 100%;
    margin: 0 0 1.3em;
}

.echipa .member-box ul {
    margin: 1.25em 0 0;
}

.echipa .member-box li {
    font-size: 1.1em;
    font-family: 'he-300';
}

.echipa .member-box ul,
.echipa .member-box a {
    color: #202020;
}

.echipa .member-box a {
    text-decoration: underline;
}

.echipa .member-box li {
    margin: .2em 0 0;
}

.echipa .member-box ul i {
    display: inline-block;
    vertical-align: middle;
    width: 1.2em;
    height: 1.2em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .5);
    margin-right: .75em;
    position: relative;
}

.echipa .member-box ul i:before {
    content: '';
    display: inline-block;
    width: .6em;
    height: .6em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -.3em;
    margin-left: -.3em;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    -ms-opacity: .5;
    -o-opacity: .5;
    opacity: .5;
}

.echipa .member-box li:first-child i:before {
    background: url('img/svg/echipa/echipa-phone.svg') no-repeat center;
    background-size: .6em .6em;
}

.echipa .member-box li:first-child+li i:before {
    background: url('img/svg/echipa/echipa-mail.svg') no-repeat center;
    background-size: .6em .6em;
}

.page-template-page_b2b .mini-offer,
.page-template-page_b2b .breadcrumbs {
    display: none;
}

.page-template-page_colaboreaza .mini-offer,
.page-template-page_colaboreaza .breadcrumbs {
    display: none;
}

.page-template-page_echipa .mini-offer,
.page-template-page_echipa .breadcrumbs {
    display: none;
}

.echipa .member {
    position: relative;
}

header .wrap .beta .owl-item:nth-child(8) {
    border-right: none !important;
}

header .wrap .beta.hovering .owl-placeholder>.item:nth-child(8) {
    border-right: none !important;
}

.smart-home-dropdown-mobile,
.smart-home-dropdown-mobile-submenu {
    display: none;
    padding: 0 15px 15px;
    transition: all 0.3s linear;
    position: relative;
    right: -215px;
}

.smart-home-dropdown-mobile.move-left,
.smart-home-dropdown-mobile-submenu.move-left {
    right: 0;
}

.smart-home-dropdown-mobile.move-left-left {
    left: -215px;
    right: auto;
}

.smart-home-dropdown-mobile .inapoi,
.smart-home-dropdown-mobile-submenu .inapoi {
    color: #fff;
    font-family: he-700;
}

.smart-home-dropdown-mobile .inapoi .fa,
.smart-home-dropdown-mobile-submenu .inapoi .fa {
    margin-right: 5px;
}

.smart-home-dropdown-mobile li a,
.smart-home-dropdown-mobile-submenu li a {
    font-size: 15px;
}

.smart-home-dropdown-mobile li:first-child a,
.smart-home-dropdown-mobile-submenu li:first-child a {
    font-size: 19px;
    font-family: 'he-700';
}

.beta .item .plus {
    display: none !important;
}

.smart-home-dropdown-mobile ul,
.smart-home-dropdown-mobile-submenu ul {
    margin-top: 10px;
}

.term-440 .filter-box-wrap {
    display: none !important;
}

@media screen and (min-width: 30em) {
    .echipa .member-box {
        width: 50%;
    }
}

@media screen and (min-width: 37.5em) {

    .echipa .hero,
    .b2b .hero,
    .colaborate .hero {
        margin-bottom: 1.7em;
    }
}

@media screen and (min-width: 40.000em) {

    /* tablet and larger */
    .echipa .hero,
    .b2b .hero,
    .colaborate .hero {
        padding: 8em 0;
    }
}

@media screen and (min-width: 48.000em) {

    /* tablet and larger */
    .echipa h1,
    .b2b h1,
    .colaborate h1 {
        font-size: 2.6em;
    }

    .echipa h1,
    .b2b h1,
    .colaborate h1,
    .echipa h2,
    .b2b h2,
    .colaborate h2 {
        width: 60%;
    }

    .echipa .hero,
    .b2b .hero,
    .colaborate .hero {
        padding: 7em 0 18em;
    }

    .echipa .member-box {
        width: 33.33%;
    }
}

@media screen and (min-width: 75.000em) {

    /* desktop and larger */
    .echipa h1,
    .b2b h1,
    .colaborate h1 {
        font-size: 3.2em;
        margin-bottom: .3em;
    }

    .echipa h1,
    .b2b h1,
    .colaborate h1,
    .echipa h2,
    .b2b h2,
    .colaborate h2 {
        width: 50%;
    }

    .echipa h2,
    .b2b h2,
    .colaborate h2 {
        font-size: 1.8em;
    }

    .echipa .hero,
    .b2b .hero,
    .colaborate .hero {
        padding: 24em 0 7em;
        margin-bottom: 1em;
    }

    .echipa .member-box {
        width: 33.33%;
    }

    .echipa .member-box img {
        margin-bottom: 0;
    }

    .echipa .details {
        position: absolute;
        top: 1em;
        left: 1em;
        width: calc(100% - 2em);
        height: calc(100% - 2em);
        background: white;
        padding: 2em;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
    }

    .echipa ul {
        position: absolute;
        bottom: 2em;
        left: 2em;
    }

    .echipa .member:hover .details {
        -webkit-opacity: .9;
        -moz-opacity: .9;
        -ms-opacity: .9;
        -o-opacity: .9;
        opacity: .9;
    }

    .echipa .member-container {
        margin-left: -1em;
        margin-top: -1em;
    }

    .echipa .member-box {
        margin-top: 1em;
        padding-left: 1em;
    }
}

.echipa .member .alternate {
    display: none;
}

.echipa .member:hover img {
    display: none;
}

.echipa .member:hover .alternate {
    display: block;
}

.echipa .details {
    top: auto;
    bottom: 1em;
    height: 100px;
    padding-top: 23px;
}

/*header .logo a:first-child + a {
  background-image: url("img/xkids-logo-black-friday.svg");
}*/

.single-product .produse-asociate {
    margin: 0 0 28px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.single-product .alege-culoare {
    margin-bottom: 5px;
}

.single-product .produse-asociate li {
    margin-bottom: 5px;
    flex-basis: 24.625%;
    margin-right: 2.5%;
}

/*.single-product .produse-asociate li:nth-child(4n) {
    margin-right: 0;
}*/

.single-product .produse-asociate li:last-child {
    margin-right: 0;
}

.single-product .produse-asociate li a:last-child {
    margin-right: 0;
}

.single-product .produse-asociate li a {
    white-space: normal;
    color: #666;
    background-color: #fff;
    border: 1px solid #666;
    box-shadow: none;
    margin-bottom: 5px;
    padding: 2px 2px;
    font-weight: 600;
    display: block;
    text-align: center;
    cursor: pointer;
    background-image: none;
    font-size: 14px;
    line-height: 20px;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}

.single-product .produse-asociate li a:hover {
    text-decoration: none;
}

.single-product .produse-asociate li a img {
    text-indent: -9999px;
    width: auto;
    max-width: 100px;
    margin: 0 auto;
    height: 85px;
    display: block;
}

.single-product .produse-asociate li .active {
    border: 2px solid #3f2c80;
}

.single-product .imagine-ascunsa {
    display: none !important;
}

.product .zone-hero .col2 .code .disponibil-de-la {
    margin-top: 3px;
}

/*.single-product .banners_holder img, .single-product .imgs-holder img {
  max-width: 100%;
  width: auto;
}*/

.single-product .vodafone-tablet {
    display: none;
}

.single-product .vodafone-mobile {
    display: none;
}

.filtru-brand [data-name="Xkids"] {
    order: 1 !important;
}

.filtru-brand [data-name="Wonlex"] {
    order: 2 !important;
}

.filtru-brand [data-name="YQT"] {
    order: 3 !important;
}

.filtru-brand [data-name="Twinkler"] {
    order: 4 !important;
}

.filtru-brand [data-name="Universal"] {
    order: 5 !important;
}

.filtru-brand [data-name="Yoho"] {
    order: 6 !important;
}

.filtru-brand [data-name="MBOSS"] {
    order: 7 !important;
}

.filtru-brand [data-name="TWS"] {
    order: 8 !important;
}

.eroare-cerere-retur {
    color: #ff0000;
}

table.produse-in-stoc {
    border: 1px solid #000;
    border-collapse: collapse;
}

table.produse-in-stoc th,
table.produse-in-stoc td {
    border: 1px solid #000;
    border-collapse: collapse;
    padding: 5px;
}

@media (min-width: 601px) {
    header .top-bar .basket .phone-icon {
        margin-left: 23px;
        margin-right: 10px;
    }

    header .top-bar .basket .phone2 {
        margin-right: 25px;
    }
}

@media (min-width: 1361px) and (max-width: 1500px) {
    header .top-bar .search input[type=search] {
        width: 70%;
    }
}

@media (min-width: 768px) {
    /*header .wrap .beta.hovering .owl-item:nth-child(7):hover {
    background-color: #f7f7f7;
  }
  header .wrap .beta.hovering .owl-item:nth-child(7), 
  header .wrap .beta.hovering .owl-placeholder>.item:nth-child(7) {
    background-color: #f7f7f7;
  }
  header .wrap .beta.hovering .owl-item:nth-child(7) span, 
  header .wrap .beta.hovering .owl-placeholder>.item:nth-child(7) span {
    color: #262626;
  }
  header .wrap .beta.hovering .owl-item:nth-child(7) a:hover span {
    color: #3f2c80;
  }
  header .wrap .beta.hovering .owl-item:nth-child(7) .item.active {
    background-color: #f7f7f7;
  }
  header .wrap .beta.hovering .owl-item:nth-child(7) .item.active i em:first-child {
    display: inline-block !important;
  }
  header .wrap .beta.hovering .owl-item:nth-child(7) .item.active i em:first-child+em {
    display: none !important;
  }
  header .wrap .beta.hovering .owl-item:nth-child(7) .item.active span {
    color: #262626;
  }

  header .wrap .beta.hovering .item.active:nth-child(7) i em:first-child {
    display: inline-block !important;
  }
  header .wrap .beta.hovering .item.active:nth-child(7) i em:first-child+em {
    display: none !important;
  }
  header .wrap .beta.hovering .item.active:nth-child(7) span {
    color: #262626;
  }*/
}

@media (min-width: 1200px) and (max-width: 1445px) {
    .subcategory .product-results li:nth-child(4n+1) {
        clear: both;
    }
}

@media (max-width: 768px) {
    .single-product .vodafone-tablet {
        display: block;
    }

    .single-product .vodafone-desktop {
        display: none;
    }
}

@media (max-width: 767px) {
    .single-product .alege-culoare {
        margin-top: 15px;
    }

    .single-product .produse-asociate {
        margin: 0 0 8px 0;
        justify-content: flex-start;
    }

    .single-product .produse-asociate li {
        flex-basis: 33%;
        margin-right: 0;
        margin-bottom: 2px;
        padding: 5px;
    }

    .single-product .produse-asociate li a {
        margin: 0;
    }

    .df-fix-layout.menu-open {
        left: 0 !important;
    }

    .single-product .vodafone-tablet {
        display: none;
    }

    .single-product .vodafone-desktop {
        display: none;
    }

    .single-product .vodafone-mobile {
        display: block;
    }

    .product .zone-hero .col3 form .product-no select {
        float: left;
        margin-left: 10px;
    }

    .product .zone-hero .col2 .code span:first-child+span {
        white-space: nowrap;
    }

    .product .zone-hero .col2 .code span:first-child+span strong {
        font-size: 85%;
    }

    .side_phone a+a {
        margin-top: 10px !important;
    }
}

.alege-plata-cu-cardul+.alege-plata-cu-cardul {
    display: none;
}

.alege-plata-cu-cardul {
    color: #ff0000;
}

.page-suport .in-aceasta-perioada {
    color: #ff0000;
}

/*.woocommerce-checkout .cart-discount td:last-child {
  color: #3f2c80 !important;
  font-size: 1px !important;
}*/
/*.woocommerce-checkout .cart-discount td:last-child .woocommerce-Price-amount {
  display: none !important;
}*/
.woocommerce-checkout .cart-discount td:last-child a {
    color: #fff !important;
    font-size: 15px !important;
}

.page-template-default .col-left p strong {
    display: inline;
}

@media (max-width: 767px) {
    .mini-offer p a:last-of-type {
        width: 110px !important;
        margin-left: auto !important;
        margin-right: auto;
        display: block;
    }

    .subcategory .product-results li {
        margin-top: 3em;
    }

    /*.subcategory .product-results li:first-child {
      margin-top: 1.5em;
  }*/

    .beta .item .plus {
        font-weight: 700;
        display: block !important;
        color: #fff;
        margin: 0;
        border: none !important;
        padding: 5px !important;
        float: right;
        position: relative;
        top: -5px;
    }

    .beta .item .plus:before {
        display: none;
    }

    .beta .item .plus .fa {
        font-size: 13px;
        position: relative;
        top: 1px;
    }

    header .wrap .beta .owl-loaded {
        transition: transform .5s ease;
    }

    header .wrap .beta .owl-loaded.move-left {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        /*position: absolute;*/
    }
}

.bannere-bf {
    /*display: none;*/
    background-color: #381f67;
    text-align: center;
}

.bannere-bf .tablet {
    display: none;
}

.bannere-bf .desktop {
    display: block;
    width: auto;
    display: inline-block;
}

@media (min-width: 768px) {
    .bannere-bf {
        border-top: 2px solid #fff;
    }
}

@media (max-width: 768px) {
    .bannere-bf {
        margin-bottom: 10px;
    }

    .bannere-bf .container {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0;
    }

    .bannere-bf .desktop {
        display: none;
    }

    .bannere-bf .tablet {
        display: block;
        width: 100%;
    }
}

.certificate-ce label {
    margin-right: 10px;
}

.certificate-ce button[type="submit"] {
    margin-top: 13px;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    border-radius: 4px;
    background: #ffa01d;
    display: inline-block;
    height: auto;
    line-height: 40px;
    height: 40px;
    width: auto;
    color: #fff;
    font-size: 19px;
    font-family: "he-400";
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

h3.descarca-certificat {
    margin-top: 40px;
}

p.descarca-certificat a {
    font-family: 'he-700';
}

.payment_method_netopiapayments li,
.payment_method_netopiapayments {
    width: 100% !important;
    padding-left: 0 !important;
    float: none !important;
}

.payment_method_netopiapayments {
    clear: both;
}

.payment_method_netopiapayments ul {
    width: 100% !important;
    padding-left: 0 !important;
    float: none !important;
}

.payment_method_netopiapayments div:before,
.payment_method_netopiapayments label:before,
.payment_method_netopiapayments img {
    display: none !important;
}

.cart-checkout .woocommerce-checkout #payment div.payment_box {
    overflow: hidden;
}

.cart-checkout .woocommerce-checkout #payment div.payment_box.payment_method_netopiapayments {
    display: none !important;
}

.admin-bar header .wrap .beta {
    top: 82px;
}

header .wrap .beta {
    overflow: visible;
}

header .wrap .beta .smart-home-dropdown {
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    top: 89px;
    padding: 35px 35px 45px 55px;
    display: none;
    z-index: 100;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.11);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.11);
}

header .wrap .beta .smart-home-dropdown:before {
    content: "";
    width: 18px;
    height: 7px;
    top: -7px;
    right: 95px;
    background-image: url(img/smart-home/polygon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}

header .wrap .beta .smart-home-dropdown .shd-left-main {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
}

header .wrap .beta .smart-home-dropdown .shd-right-main {
    -ms-flex-preferred-size: 72%;
    flex-basis: 72%;
    width: 72%;
    max-width: 72%;
}

.shd-subcat-container {
    display: none;
}

header .wrap .beta .smart-home-dropdown .shd-left-main .main-categories {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}

header .wrap .beta .smart-home-dropdown .shd-left-main .main-categories ul {
    display: flex;
    flex-direction: column;
    height: 100%;
}

header .wrap .beta .smart-home-dropdown .shd-left-main .main-categories li {
    flex: 1;
    /* distribute all available space evenly among flex items */
    display: flex;
    /* make each flex item a flex container, as well */
    align-items: center;
    /* center text vertically (in this case) */
    margin: 5px 0px;
    width: 100%;
    font-size: 110%;
    line-height: 35px;
    box-shadow: 0px 2px 2px 2px #F7F7F7;
    padding: 5px;
}

header .wrap .beta .smart-home-dropdown .shd-left-main .main-categories li:hover {
    background: #f8f8f8;
}

header .wrap .beta .smart-home-dropdown .shd-left-main .main-categories li a {
    display: block;
    width: 100%;
    position: relative;
}

header .wrap .beta .smart-home-dropdown .shd-left-main .main-categories .img {
    width: 40px;
    float: left;
    margin-right: 10px;
}

header .wrap .beta .smart-home-dropdown .shd-left-main .main-categories .children-arrow {
    border: solid #3f2c80;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -6px;
}

header .wrap .beta .smart-home-dropdown .shd-left {
    -ms-flex-preferred-size: 53%;
    flex-basis: 53%;
    width: 53%;
    max-width: 53%;
}

header .wrap .beta .smart-home-dropdown .shd-left .shd-cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*flex-direction: column;*/
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

header .wrap .beta .smart-home-dropdown .shd-left .shd-cats .shd-cat {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
    border-bottom: 2px solid #dedede;
}

header .wrap .beta .smart-home-dropdown .shd-left .shd-cats .shd-cat:nth-child(2n) {
    margin-right: 0;
}

/*header .wrap .beta .smart-home-dropdown .shd-left .shd-cats .shd-cat a {
  display: block;
  text-align: center;
}*/

header .wrap .beta .smart-home-dropdown .shd-left .shd-cats .shd-cat a .img {
    /*height: 20px;*/
    width: 20px;
    float: left;
    text-align: center;
    margin-bottom: 5px;
    margin-right: 10px;
}

header .wrap .beta .smart-home-dropdown .shd-left .shd-cats .shd-cat a .img img {
    max-height: 40px;
    width: auto;
}

header .wrap .beta .smart-home-dropdown .shd-left .shd-cats .shd-cat a:hover span {
    color: #FFA01D;
}

header .wrap .beta .smart-home-dropdown .shd-left .shd-cats .shd-cat a span {
    display: block;
    font-size: 18px;
    line-height: 1.22;
}

header .wrap .beta .smart-home-dropdown .shd-left .shd-left-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 20px;
}

header .wrap .beta .smart-home-dropdown .shd-left .shd-left-title .shd-left-title-left {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    width: 70%;
    max-width: 70%;
    font-size: 18px;
    line-height: 1.2;
}

header .wrap .beta .smart-home-dropdown .shd-left .shd-left-title .shd-left-title-right {
    width: 100%;
    text-align: right;
    font-size: 16px;
    line-height: 1.2;
}

header .wrap .beta .smart-home-dropdown .shd-left .shd-left-title .shd-left-title-right img {
    margin-left: 7px;
}

header .wrap .beta .smart-home-dropdown .shd-left .shd-left-title .shd-left-title-right:hover {
    color: #FFA01D;
}

header .wrap .beta .smart-home-dropdown .shd-right {
    -ms-flex-preferred-size: 42%;
    flex-basis: 42%;
    width: 42%;
    max-width: 42%;
    margin-left: 5%;
}

header .wrap .beta .smart-home-dropdown .shd-right .shd-brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

header .wrap .beta .smart-home-dropdown .shd-right .shd-brands .shd-brands-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

header .wrap .beta .smart-home-dropdown .shd-right .shd-brands .shd-brands-list li {
    display: table-cell;
    flex: 1 1 48%;
    margin-right: 2%;
}

header .wrap .beta .smart-home-dropdown .shd-right .shd-brands .shd-brands-list li .img-container {
    width: 100%;
    /*height:  100px;*/
    display: block;
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
    padding: 5px;
}

header .wrap .beta .smart-home-dropdown .shd-right .shd-brands .shd-brands-list li .img-container img {
    max-height: 100%;
    max-width: 75%;
}

header .wrap .beta .smart-home-dropdown .shd-right .shd-brands .shd-brands-list li a:hover {
    color: #FFA01D;
}

header .wrap .beta .smart-home-dropdown .shd-right .shd-right-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 20px;
}

header .wrap .beta .smart-home-dropdown .shd-right .shd-right-title .shd-right-title-left {
    width: 100%;
    font-size: 20px;
    line-height: 1.2;
}

header .wrap .beta .smart-home-dropdown .shd-right .shd-right-title .shd-right-title-right {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    width: 40%;
    max-width: 40%;
    text-align: right;
    font-size: 16px;
    line-height: 1.2;
}

header .wrap .beta .smart-home-dropdown .shd-right .shd-right-title .shd-right-title-right img {
    margin-left: 7px;
}

header .wrap .beta .smart-home-dropdown .shd-right .shd-right-title .shd-right-title-right:hover {
    color: #FFA01D;
}

header .container {
    position: relative;
}

/*.filtru-tip #retea-229 {
    display: none !important;
}*/

.home .tabs-slide .slide {
    padding-left: 4px;
}

.df-mobile .df-mobile__header {
    background-color: #3f2c80 !important;
}

.df-mobile .df-mobile__header__actions span,
.df-mobile .df-mobile__button {
    color: #fff !important;
}

.df-mobile[data-browser-support~=voicesearch] button[data-role=voicesearch] {
    display: none !important;
}

.df-mobile[data-browser-support~=voicesearch] .df-mobile__searchbox {
    padding-left: 25px !important;
}

.df-mobile .df-mobile__header__actions span {
    margin: 0 !important;
}

.tabs-slide .slide.active.remove-shadow a {
    border-left: none;
    border-top: none;
    border-right: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#popup-in-cos .white-section .section-headline .section-title {
    color: green;
}

.no-touch .owl-prev:hover,
.no-touch .owl-next:hover,
.no-touch .single-product button:hover,
.no-touch .item-product-btn:hover {
    filter: brightness(0.91);
}

.product .zone-tabs .tab ol li {
    list-style-type: decimal;
}

.form-verifica-certificate-manuale td {
    padding: 5px;
}

.form-verifica-certificate-manuale td:first-child {
    font-weight: 700;
}

.form-verifica-certificate-manuale button[type="submit"] {
    margin-top: 13px;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    border-radius: 4px;
    background: #ffa01d;
    display: inline-block;
    height: auto;
    line-height: 40px;
    height: 40px;
    width: auto;
    color: #fff;
    font-size: 19px;
    font-family: "he-400";
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
}

.verifica-certificate-manuale-page p a {
    color: #515b69 !important;
}

.verifica-certificate-manuale-page p a:hover {
    text-decoration: underline !important;
}

.home .tabs-slide.owl-loaded .slide:not(.active):hover a {
    box-shadow: none;
}

.pagina-brand-uri {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.pagina-brand-uri .brand {
    flex: 0 1 24%;
    margin-right: 1%;
    text-align: center;
    margin-bottom: 20px;
}

.pagina-brand-uri .brand:last-child {
    margin-right: 0;
}

.pagina-brand-uri .brand img {
    display: inline-block;
    max-width: 100px;
    height: 80px;
    margin-bottom: 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.pagina-brand-uri .brand h2 a {
    color: #515B69;
}

.no-touch .pagina-brand-uri .brand:hover img {
    transform: scale(1.1);
}

.no-touch .pagina-brand-uri .brand:hover h2 a {
    text-decoration: underline;
}

@media (min-width: 1024px) {
    header .beta.hovering .owl-stage {
        width: 100% !important;
        background-color: #e6ecf7 !important;
    }
}

@media (min-width: 768px) {
    .alpha .side_phone {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .single-product .video-js {
        height: 362px;
        right: 2px;
    }
}

@media (max-width: 1279px) {
    header .wrap .beta .smart-home-dropdown {
        display: none !important;
    }

    header .wrap .beta .owl-placeholder {
        display: none;
    }

    header .wrap .beta .owl-placeholder.owl-loaded {
        display: block;
    }
}

@media (max-width: 767px) {
    .pagina-brand-uri .brand {
        flex: 0 1 49%;
        margin-right: 1%;
    }
}

h1 .nr-produse {
    font-size: 70%;
    padding-left: 2%;
}

.single-product .mobile-product-title {
    border-top: none;
    font-family: "he-400";
    font-size: 1.2em;
    line-height: 1.4;
}

.description.show-mobile {
    display: none;
}

@media (max-width: 767px) {
    .description.show-mobile {
        display: block;
    }

    .single-product .m_price .bold {
        font-size: 23px;
    }
}

/*header .wrap .beta .owl-item #item-208 span,
.subcategory aside .cat-all .sale a,
header .wrap .beta .item.ceasuri #item-208 a,
header .wrap .beta .owl-item .item.ceasuri #item-208 a:hover span,
header .wrap .beta .item#item-208 a:before {
    color: red;
}*/

header .wrap .beta .owl-item #item-208 a:hover {
    color: #fff;
}

b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal !important;
}



/*easy*/
.shipping-pickup-store strong {
    font-family: "he-400";
}

.shipping-pickup-store button.sameday_select_locker {
    background: #ff0000 !important;
    color: #fff;
    padding: 6px 7px;
    font-weight: 400;
    text-decoration: none;
    font-size: 13px;
    width: 100%;
    border-radius: 3px;
}


body .shipping-pickup-store td #showLockerLabels {
    font-weight: 700 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;

}

body ul#shipping_method input[type="radio"] {
    margin-right: 6px;
    top: 0;
    position: relative;
    vertical-align: top;
}

body .shipping-pickup-store td #showLockerDetails {
    padding-top: 0;
    line-height: 1.3em;
    font-size: 13px;
    font-family: 'he-400';
    font-weight: normal;
    text-align: left;
}


body .shipping-pickup-store td #showLockerLabels {

    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    font-size: 13px;
    font-family: 'he-400';
    font-weight: normal;
}

aside .woocommerce-checkout-review-order-table td {
    width: 65%;
}

aside .woocommerce-checkout-review-order-table th {
    width: 35%;
}

.woocommerce-checkout #shipping_method li * {
    font-family: 'he-400';
    font-size: 14px;
}

aside .woocommerce-checkout-review-order-table td,
aside .woocommerce-checkout-review-order-table th {
    vertical-align: top;
}

.cart-checkout aside ul {
    text-align: left;
}

.woocommerce-checkout #shipping_method li {
    white-space: inherit;
}

.via_details {
    color: #ffa01d;
    font-size: 80%;
}

.woocommerce-MyAccount-content .shipped_via {
    color: inherit;
    font-size: 100%;
    margin-top: 4px;
}

.cart-checkout aside ul#shipping_method {
    text-align: left;
    display: block;
    padding-right: 7px;
    max-width: 178px;
    margin-left: auto;
}


@media (max-width: 768px) {
    .cart-checkout aside ul#shipping_method {
        max-width: 173px;
        padding-right: 0;
    }

    .shipping-pickup-store button.sameday_select_locker {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.page-template-default.woocommerce-account .woocommerce-column--billing-address {
    margin-bottom: 30px;
}

.page-template-default.woocommerce-account .col-left .woocommerce-MyAccount-content p {
    margin-bottom: 0;
    font-size: 16px;
}

aside .woocommerce-checkout-review-order-table tr.shipping td {
    font-family: 'he-400';
}

aside .woocommerce-checkout-review-order-table tr.shipping td .amount {
    margin-left: -2px;
}

#accept-terms {
    position: relative;
    top: 0;
    vertical-align: top;
    margin-top: 3px;
}


.woocommerce-checkout #payment ul.payment_methods li:first-child:last-child {
    width: 100%;
}

.woocommerce-checkout #payment ul.payment_methods li.payment_method_mobilpay span i {
    vertical-align: middle;
    padding-left: 7px;
    display: inline-block;
    height: 42px;
}

.woocommerce-checkout #payment ul.payment_methods li.payment_method_mobilpay span i:before {
    content: "";
    width: 100px;
    height: 42px;
    position: relative;
    display: inline-block;
    top: -7px;
    background-image: url(img/easy-box-logo2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}

.acceptance-terms label {
    padding-left: 0;
}

.woocommerce-checkout #shipping_method li {
    vertical-align: top;
}



@media (max-width: 768px) {

    body .shipping-pickup-store td #showLockerLabels,
    body .shipping-pickup-store td #showLockerDetails {
        text-align: right;
    }

    .checkout_page .container .col-left {
        display: flex;
        flex-flow: column;
    }

    .checkout_page .container .hidden_checkout_forms {
        order: 2;
    }

    .checkout_page.woocommerce-checkout .checkout_cart {
        order: 1;
    }

    #accept-terms {
        margin-top: 2px;
    }
}

.nav-wrapper {
    float: left;
    padding-top: 12px;
    margin-left: 25px;
}
.sl-nav {
    display: inline;
    color: #fff;
    font-family: 'he-600';
    font-size: 100%;
}
.sl-nav svg {
    border-radius: 50%;
    position: relative;
    top: 2px;
    width: 20px;
}
.sl-nav ul {
  margin:0;
  padding:0;
  list-style: none;
  position: relative;
  display: inline-block;
  width: 70px;
}
.sl-nav li {
  cursor: pointer;
  padding-bottom:10px;
}
.sl-nav li ul {
  display: none;
}
.sl-nav li:hover ul {
  position: absolute;
  top:29px;
  right:-15px;
  display: block;
  background: #fff;
  width: 75px;
  padding-top: 0px;
  z-index: 1;
  border-radius:5px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li:hover .triangle {
  position: absolute;
  top: 15px;
  right: -10px;
  z-index:10;
  height: 14px;
  overflow:hidden;
  width: 30px;
  background: transparent;
}
.sl-nav li:hover .triangle:after {
  content: '';
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius:2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 15px 15px;
  padding-bottom:0;
  z-index: 2;
  font-size: 15px;
  color: #3c3c3c;
}
.sl-nav li ul li:last-of-type {
  padding-bottom: 15px;
  width: 80px;
}
.sl-nav li ul li a {
    float: none;
}
.sl-nav li ul li span {
  padding-left: 5px;
}
.sl-nav li ul li span:hover, .sl-nav li ul li span.active {
  color: #146c78;
}
.sl-flag {
  display: inline-block;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
  width: 15px;
  height: 15px;
  background: #aaa;
  border-radius: 50%;
  position: relative;
  top: 2px;
  overflow: hidden;
}

.mobile-languages {display: none;}
.mobile-languages svg {width: 20px;}

@media (max-width: 767px) {
    .nav-wrapper {
        display: none;
    }
    .mobile-languages {display: block;}
}
@media (max-width: 767px) {
    .footer-icons div {
        max-width: 70% !important;
        margin: 0px auto;
        padding-top: 20px;
    }
}
.b24-widget-button-position-bottom-left {
    left: 25px !important;
    bottom: 25px !important;
}


/* Product page */
@media screen and (max-width: 767px){
    .product-results li{
        display: flex;
    }    
    .subcategory .product-results li.product-row-item{
        padding-top: 20px;
        margin-top: 15px;
        border-top: 1px solid #e1e1e1;
    }
    .subcategory .product-results li.product-row-item:first-child{
       
        border-top: none;
    }
    .subcategory .item-product{
        width: 40%;
    }
    .subcategory .item-product img{
        max-width: 137px;
        width: 137px;
    }
    .subcategory .item-product .img-holder{
        display: flex;
        min-height: 137px;
        align-items: center;
        justify-content: center;
        position: initial;
    }
    .item-product-infos{
        width: 60%;
        padding-left: 10px;
        line-height: 1;
    }
    .item-product-infos .item-product-description{
        display: none;
    }
    .item-product-infos .item-product-price{
        width: 50%;
        float: left;
        display: flex;
        flex-wrap: wrap;
    }
    .item-product-infos .item-product-stock{
        width: 50%;
        float: right;
    }
     .page-template.subcategory .item-product-stock li:first-child{
        font-size:10px;
        display: flex;
        align-items: center;
        margin-left: auto;
        justify-content: center;
        white-space: nowrap;
        line-height: 1;
        float: right;
    }
    .page-template.subcategory .item-product-stock{
        margin-bottom: 0;
    }
    .page-template.subcategory .item-product-stock li:first-child + li{
        margin-left: 0;
        display: block;
        width: 100%;
        float: none!important;
        clear: both;
        font-size: 10px !important;
        font-family: "he-400"!important;
        text-align: right;
    }
    .page-template.subcategory .item-product-stock li:first-child:before{
        margin-right: 4px;
    }
    .item-product-infos .item-product-btn{
        display: block;
        clear: both;
        height: 36px;
        margin-top: 5px;
    }
    .item-product-infos .item-product-btn span{
        font-size: 13px;
        height: 36px;
        line-height: 36px;
    }
    .page-template.subcategory .item-product-price .regular_price{
        margin-left: 3px;
    }
    .page-template.subcategory .item-product-price{
        height: auto;
        margin-bottom: 0;
        margin-top: 4px;
    }
    .page-template.subcategory .item-product-price .sale_price{
        font-size: 16px;
        order: 3;
        width: 100%;
        margin-right: 0;
        line-height: 1.1;
    }
    .item-product-infos .name{
        margin-right: 0 !important;
        font-size: 14px;
        line-height: 17px;
    }
    .subcategory .item-product .discount strong{
        font-size: 12px;
    }
    .subcategory .item-product .discount{
        padding: 4px;
        right: 5px;
    }
    .subcategory .item-product .discount span{
        font-size: 70%;
    }
    .subcategory .item-product .img-holder .cartela-gratuita span{
        font-size: 8px;
        font-family: 'he-400';
        padding-left: 4px;
        width: auto;
    }
    .subcategory .item-product .img-holder .cartela-gratuita img{
        width: 21px;
    }
    .subcategory .item-product .img-holder .cartela-gratuita{
       width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
       bottom: auto;
       top: 137px;
       left: 10px;
    }
}
@media screen and (max-width: 767px){
    .subcategory .item-product img{
        max-width: 117px;
        width: 117px;
    }
    .subcategory .item-product .img-holder{
        min-height: 117px;
    }
    .subcategory .item-product .img-holder .cartela-gratuita{
        top: 116px;
        left: 4px;
        right: 4px;
    }
}
/* bf 2023 */
.bf-body{
    font-family: 'Montserrat', sans-serif;
    position: relative;
    padding-bottom: 180px;
    overflow: hidden;
    min-height: 100vh;
}
.bf-body::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    opacity: 0.23;
}
.bf-body .container{
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.bf-body h1, .bf-body p, .bf-body p, .bf-body span, .bf-body strong, .bf-body h2{
    color: white;
    font-family: 'Montserrat', sans-serif;
}
.bf-product-top-left{
    position: absolute;
    left: -400px;
    top: 180px;
}
.bf-product-top-right{
    position: absolute;
    right: -400px;
    top: 150px;
}
.icon-bf{
    text-align: center;
}
.bf-gift-left{
    position: absolute;
    left: 0;
    bottom: 0;
}
.bf-gift-right{
    position: absolute;
    right: 0;
    bottom: -50px;
}
.line-bf{
    position: absolute;
}
.line-top-left{
    left: -40px;
    top: -40px;
}
.line-bottom-left{
    bottom: -90px;
    left: -20px;
    transform: rotate(100deg);
}
.line-top-right{
   right: -60px;
    top: -60px;
    transform: rotate(96deg);
}
.line-bottom-right{
    bottom: -90px;
    right:-20px;
}
.bf-shape{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1000px;
    top: -20px;
    z-index: -1;
}
.bf-top-right a{
    display: inline-block;
    padding: 14px 24px;
    color: white;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid white;
    transition: all,0.3s;
}
.bf-top-right a img{
    position: relative;
    padding-left: 7px;
    left: 0;
    transition: all,0.3s;
}
.bf-top-right a:hover{
    text-decoration: none;
}
.bf-top-right a:hover img{
    left: 5px;
}
.bf-top{
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.bf-top-left a{
    display: block;
    max-width: 149px;
}
.bf-centered{
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.text-bf {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: -20px;
}
.text-bf h1{
    font-size: 36px;
    font-weight: 700!important;
    line-height: 1.1;
    text-align: center;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 10px;
}
.text-bf p{
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin: 0;
}
.text-bf p strong{
    font-weight: 700!important;
    color: #F89F1B;
}
.text-bf h1 strong{
    display: inline;
    margin: 0;
    color: #F89F1B;
    font-weight: 700!important;
}
#clockdiv{
    display: flex;
    justify-content: center;
}
.counter-bf{
    margin-top: 20px;
}
.newsletter-bf{
    background: linear-gradient(0deg, rgba(21,17,21,1) 0%, rgba(40,39,45,1) 100%);
    border-radius: 10px;
    border: 1px solid #363636;
    padding: 40px 50px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 40px;
}
.clock-box{
    background: rgb(21,17,21);
    background: linear-gradient(0deg, rgba(21,17,21,1) 0%, rgba(40,39,45,1) 100%);
    width: 90px;
    border-radius: 10px;
    border: 1px solid #363636;
    padding: 25px 5px;
    text-align: center;
    height: 100%;
    margin: 0 10px;
    position: relative;
}
.clock-box span{
    color: #F8A01D;
    font-size: 30px;
    font-weight: 700;
    display: block;
    line-height: 1;
    margin: 0;
}
.clock-box div{
    font-size: 14px;
    line-height: 1;
    color: white;
    opacity: 0.5;
}
.clock-box::before{
    content: ':';
    font-weight: 700;
    color: white;
    opacity: 0.3;
    font-weight: 700;
    font-size: 20px;
    position: absolute;
    left: -14px;
}
.clock-box:first-child::before{
    display: none;
}
.newsletter-bf h2{
    font-weight: 700 !important;
    font-size: 24px;
    line-height: 1.2;
    padding-bottom: 0;
    margin-bottom: 20px;
    text-align: center;
}
.newsletter-bf-flex{
    display: flex;
}
.newsletter-bf .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    border-color: transparent;
    background: #dc3232;
    color: white;
    font-size: 14px;
    padding: 13px;
    border-radius: 5px;
    margin: 0 0 10px;
}
.newsletter-bf .wpcf7-not-valid-tip{
    color: #dc3232;
    font-size: 14px;
}
.newsletter-bf .wpcf7 form.sent .wpcf7-response-output{
    border-color: transparent;
    background: #018b24;
    color: white;
    font-size: 14px;
    padding: 13px;
    border-radius: 5px;
    margin: 0 0 10px;
}
.bf-input {
    position: relative;
    width: 100%;
    padding-right: 10px;
}
.lp-email{
    position: relative;
}
.lp-email:before{
    content: '';
    display: block;
    position: absolute;
    background-image: url('img/bf2023/email-bf.svg');
    width: 24px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 20px;
    top: 20px;

}
.bf-input img{
    display: none;
}
.newsletter-bf input{
    font-family: 'Montserrat';
    display: block;
    width: 100%;
    border-radius: 5px;
    min-width: 1px;
}

.newsletter-bf-flex input[type="email"]{
    background-color: white;
    height: 62px;
    padding: 14px 14px 14px 50px;
    font-size: 18px;
   
    color: #000;
}
.newsletter-bf-flex input[type="email"]:hover, .newsletter-bf-flex input[type="email"]:active, .newsletter-bf-flex input[type="email"]:focus{
    border-color:#F89F1B;
}
.newsletter-bf-flex input[type="submit"]{
    background-color: #F89F1B;
    height: 62px;
    display: flex;
    align-items: center;
    padding: 20px 36px;
    font-size: 18px;
    color: white;
    font-weight: 700;
    border-radius: 5px;
    text-align: center;
    justify-content: center;
}
.newsletter-bf-flex input[type="submit"]:hover{
    background-color: #e28d0c;
}
.newsletter-info{
    max-width: 640px;
    text-align: center;
    opacity: 0.6;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-bottom: 0;margin-bottom: 0;
}
.bf-product-newsletter {
    position: absolute;
    bottom: -74px;
    right: -181px;
}
.bf-product-top-left img, .bf-product-top-right img{
    animation: bounce 7s infinite; 
	-webkit-animation: bounce 7s infinite; 
	-moz-animation: bounce 7s infinite; 
	-o-animation: bounce 7s infinite;
}
.bf-product-top-right img{
    animation-delay: 1s;
}
/*CSS3 Bounce Animation*/
@-webkit-keyframes bounce {
	0%,
	100% {
		-webkit-transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-20px);
	}
}
@-moz-keyframes bounce {
	0%,
	100% {
		-moz-transform: translateY(0);
	}
	50% {
		-moz-transform: translateY(-20px);
	}
}
@-o-keyframes bounce {
	0%,
	100% {
		-o-transform: translateY(0);
	}
	50% {
		-o-transform: translateY(-20px);
	}
}
@keyframes bounce {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-20px);
	}
}

@media screen and (max-width:1460px) {
    .bf-top-right a{
        font-size: 14px;
        padding: 10px 20px;
    }
    .bf-top-left a{
        max-width: 130px;
    }
    .bf-top{
        padding: 10px 0;
    }
    .icon-bf img{
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
    }
    .text-bf{
        max-width: 650px;
    }
    .text-bf h1{
        font-size: 30px;
    }
    .text-bf p{
        font-size: 18px;
    }
    .clock-box{
        padding: 20px 5px;
    }
    .clock-box span{
        font-size: 26px;
    }
    .bf-product-top-left{
        left: -320px;
        max-width: 270px;
    }
    .bf-product-top-right{
        right: -320px;
        max-width: 230px;
    }
    .newsletter-bf{
        padding: 30px;
        max-width: 640px;
    }
    .newsletter-bf h2{
        font-size: 22px;
    }
    .newsletter-bf-flex input[type="submit"], .newsletter-bf-flex input[type="email"]{
        font-size: 15px;
        height: 54px;
        display: flex;
        padding-top: 0;
        padding-bottom: 0;
    }
    .newsletter-info{
        max-width: 540px;
        font-size: 14px;
    }
    .bf-product-newsletter{
        right:-180px;
        max-width: 236px;
    }
    .bf-gift-left{
        max-width: 340px;
    }
    .bf-gift-right{
        max-width: 300px;
    }
}
@media screen and (max-width:1360px) {
    .bf-product-top-left {
        left: -172px;
        max-width: 224px;
    }
    .bf-product-top-right {
        right: -187px;
        max-width: 215px;
    }
    .icon-bf img{
        max-width: 320px;
    }
    .text-bf h1{
        font-size: 28px;
    }
    .text-bf p{
        font-size: 17px;
    }
    .newsletter-bf{
        margin-top: 20px;
    }
    .bf-product-newsletter{
        max-width: 200px;
        right: -150px;
    }
    .bf-gift-left {
        max-width: 273px;
    }
}
@media screen and (max-width:1100px) {
    .bf-top-right a{
        font-size: 13px;
        padding: 10px 15px;
    }
    .lp-email:before{
        width: 17px;
        left: 14px;
        top: 18px;
    }
    .bf-top-right a img{
        width: 15px;
    }
    .bf-top-left a{
        width: 111px;
    }
    .icon-bf img {
        max-width: 250px;
    }
    .text-bf {
        max-width: 441px;
    }
    .text-bf p {
        font-size: 15px;
    }
    .text-bf h1 {
        font-size: 24px;
    }
    .line-bottom-right {
        bottom: -40px;
        right: -44px;
    }
    .line-bottom-left {
        bottom: -46px;
        left: -38px;
    }
    .bf-product-top-left {
        left: -53px;
        max-width: 210px;
    }
    .bf-product-top-right {
        right: -37px;
        max-width: 183px;
    }
    .clock-box span {
        font-size: 24px;
    }
    .clock-box {
        padding: 19px 5px;
        width: 76px;
    }
    .newsletter-bf h2{
        font-size: 20px;
    }
    .bf-input span img{
        width: 14px;
    }
    .newsletter-bf{
        max-width: 540px;
    }
    .bf-product-newsletter {
        max-width: 196px;
        right: -149px;
        bottom: -59px;
    }
    .newsletter-info {
        max-width: 450px;
        font-size: 13px;
    }
    .bf-gift-left {
        max-width: 220px;
    }
    .bf-gift-right {
        max-width: 234px;
        bottom: -30px;
        right: -30px;
    }
    .newsletter-bf-flex input[type="submit"], .newsletter-bf-flex input[type="email"]{
        height: 50px;
    }
    .newsletter-bf-flex input[type="email"]{
        padding-left: 35px;
    }
    .newsletter-bf-flex input[type="submit"]{
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media screen and (max-width:767px) {
    .text-bf {
        max-width: 366px;
    }
    .bf-product-top-right {
        right: -47px;
        max-width: 153px;
    }
    .bf-product-top-left {
        left: -35px;
        max-width: 161px;
    }
    .line-bf img{
        max-width: 31px;
    }

    .line-bottom-left {
        bottom: -28px;
    }
    .line-bottom-right {
        bottom: -10px;
    }
    .newsletter-bf{
        padding-left: 80px;
        padding-right: 80px;
    }
    .newsletter-bf-flex{
        display: block;
    }
    .bf-input{
        margin-bottom: 10px;
        padding-right: 0;
    }
    .bf-product-newsletter {
        max-width: 170px;
        bottom: -55px;
        right: -70px;
    }
    .bf-shape{
        width: 700px;
    }
   .newsletter-info{
        margin-top: 30px;
    }
    .bf-gift-right {
        max-width: 195px;
        bottom: -30px;
        right: -19px;
    }
}
@media screen and (max-width:580px) {
    .icon-bf img {
        max-width: 230px;
    }
    .line-top-left {
        left: 0;
    }
    .clock-box{
        width: 64px;
        margin: 0 6px;
    }
    .clock-box::before{
        left: -9px;
    }
    .clock-box div{
        font-size: 11px;
    }
    .line-top-right {
        right: 0;}
        .line-bottom-right {
            bottom: 0;
            right: 0;
        }
        .line-bottom-left {
            bottom: -30px;
            left: -7px;
        }
    .text-bf{
        margin: -5px auto 180px;
       
    }
    .newsletter-bf h2{
        margin-bottom: 10px;
    }
    .bf-product-top-left {
        left: 0;
            max-width: 144px;
        top: auto;
        bottom: 34px;
    }
    .bf-product-top-right{
        top: auto;
        bottom: 60px;
        right: 0;
        max-width: 144px;
    }
    .newsletter-bf{
        padding: 25px 40px;
    }
    .bf-product-newsletter {
        max-width: 136px;
        bottom: -40px;
        right: -76px;
    }
    .newsletter-info img{
        width: 13px;
    }
    .bf-gift-left {
        max-width: 165px;
    }
    .line-bottom-right {
        bottom: -18px;
        right: -10px;
    }
    .bf-gift-right {
        max-width: 166px;
    }
 
    .bf-top-right a {
        font-size: 12px;
        padding: 8px 14px;
    }
    .bf-top-left a{
        width: 100px;
    }
}
.page-template-page_bf{
    padding-top: 0 !important;
}

/* 2024 */
.app-section{
    padding: 120px 0 170px;
    overflow: hidden;
    background: rgb(240,239,255);
    background: linear-gradient(0deg, rgba(240,239,255,1) 0%, rgba(239,246,255,1) 100%);
}
.app-image{
    position: absolute;
    width: 50%;
    height: 100%;
   bottom: 0;
    right: 50%;
  text-align: center;
}
.app-image img{
    max-width: 574px;
            animation-name: my-animation;
            animation-duration: 3s;
            animation-direction: alternate;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
          
          position: relative;
            
            left: 0;
            right: 0;
            margin-left: auto;
            margin-right: auto;
}
.app-features{
    padding-left: 50%;
    padding-top: 60px;
}
@keyframes my-animation {
    from {
      bottom: 0;
    }
    to {
      bottom: 30px;
    }
  }
  .app-features-list li{
    display: flex;
    margin-top: 32px;
  }
  .app-features-list .text{
    width: calc(100% - 70px);
    padding-left: 20px;
    max-width: 356px;
    padding-top: 10px;
  }
.app-features-list .icon{
   display: flex;
   width: 70px;
   height: 70px;
   background-color: white;
   border-radius: 100%;
   text-align: center;
   justify-content: center;
   align-items: center;
   
}
.app-features-list li:hover .icon{
    animation: waves-animation linear 3s infinite;
}
.app-features-list h3{
    font-size: 30px;
    margin: 0;
}
.app-features-list p{
    font-size: 18px;
    margin: 0;
    line-height: 1.5;
}
.app-image-mobile{
    display: none;
}
@keyframes waves-animation {
0% {
    box-shadow: 0 8px 10px rgba(255, 255, 255, 0.5), 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 0 rgba(255, 255, 255, 0.2);
}
40% {
    box-shadow: 0 8px 10px rgba(255, 255, 255, 0.5), 0 0 0 35px rgba(255, 255, 255, 0.4), 0 0 0 0 rgba(255, 255, 255, 0.2);
}
80% {
    box-shadow: 0 8px 10px rgba(255, 255, 255, 0.5), 0 0 0 55px rgba(255, 255, 255, 0), 0 0 0 26.7px rgba(255, 255, 255, 0.067);
}
100% {
    box-shadow: 0 8px 10px rgba(255, 255, 255, 0.5), 0 0 0 80px rgba(255, 255, 255, 0), 0 0 0 40px rgba(255, 255, 255, 0);
}
}
@media screen and (max-width:1440px) {
    .app-section{
        padding: 100px 0 140px;
    }
  
}
@media screen and (max-width:1280px) {
    .app-section{
        padding: 100px 0 120px;
    }
    .app-image{
        width: 56%;
    }
    .app-features-list h3{
        font-size: 28px;
    }
}
@media screen and (max-width:1024px) {
    .app-section{
       padding-bottom: 80px;
    }
    .app-image{
        width: 50%;
        bottom: -10%;
        left: 0;
    }
    .app-image img{
        max-width: 100%;
    }
    .app-features-list h3{
        font-size: 24px;
    }
    .app-features{
        padding-top: 20px;
    }
    .app-features-list li{
       margin-top: 24px;
    }
}
@media screen and (max-width:767px) {
    .app-section{
        padding: 60px 0;
    }
    .app-section h2{
        margin-bottom: 0!important;
    }
    .app-image{
        position: relative;
        width: 420px;
        margin-left: auto;
        margin-right: auto;
        left: 0;

    }
    .app-features{
        padding-left: 0;
        padding-top: 0;
        margin-top: -20px;
    }
    .app-features-list li{
        justify-content: center;
    }
}
@media screen and (max-width:480px) {
    .app-image{
        width: 100%;
        margin: 30px 0 10px;
        text-align: center;
    }
   
}
.col-left .item-product-infos a{
    color: #363636;
}

.col-left .item-product-infos a.name {
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 71px;
    overflow: hidden;
    width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    white-space: normal;
}
@media screen and (max-width: 1470px){
    .col-left .item-product-infos a.name {
        height: 96px;
        -webkit-line-clamp: 4;
    }
}
@media screen and (max-width: 1470px){
    .col-left .item-product-infos a.name {
/*       height: auto;*/
/*       text-overflow: hidden;*/
    }
}