/**
 * Theme Name: Rey Child
 * Theme URI: http://reytheme.com/
 * Description: This is a child theme of Rey.
 * Author: Marius H.
 * Author URI:  https://twitter.com/mariushoria
 * Template: rey
 * Version: 1.0.0
 * License: General Public License
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Text Domain: rey-child
 */







.single-product .rey-siteContainer {
 
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
}



/* STYLE OPTIUNI PRODUSE */
/* ******************** */



/* tooltip  */




.wapf-tt-icon {
    background: yellow;
    border-radius: 25px;
    padding: 9px !important;
    
    box-shadow: 0 0 0 0 rgba(225, 225, 0, 0.4);
    -moz-animation: pulse-help 2s infinite;
    -webkit-animation: pulse-help 2s infinite;
    animation: pulse-help 2s infinite;
}

@keyframes pulse-help {
    0% {
        box-shadow: 0 0 0 0 rgba(225, 225, 0, 1);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(225, 225, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 50px rgba(225, 225, 0, 0);
    }
}


.wttw {
    max-width: 250px;
}

.wapf-ttp {
    max-height: 266px;
    overflow-x: auto;
    border: 8px solid #000000;
}

.wapf-ttp a:link, .wapf-ttp a:visited, .wapf-ttp a:active {
    color: #dddddd !important;
    text-decoration: underline !important;
}

.img-help-tt {
    display: block;
    margin: 10px 0 0 0;
    border: none;
}

.link_simulator_culoare {
    text-decoration: none;
    display: block;
    MAX-WIDTH: 250PX;
    margin: 0 0 25px 0;
    color: chocolate;
    font-size: 14px;
    font-weight: bold;
}
.link_simulator_culoare span {
    text-decoration: underline;
}


.wapf-field-container .wapf-field-label label {
    text-transform: uppercase;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    width: 100%;
}


.titlu-sectiune-optiuni .wapf-field-label label {
    font-weight: bold !important;
    border-top: 1px solid #aaaaaa;
    display: block;
    width: 100%;
    padding: 10px 0;
    margin-top: 30px;
    font-size: 26px;
}




.text_red label span {
    color: #000000 !important;
    font-size: x-large !important;
    font-weight: bold;
}


.wapf-swatch label {
    display: flex !important;
    flex-direction: column !important;
}
    

/* imagini rotunde la optiuni */
.wapf-swatch--image img {
    display: block !important;
    margin: auto !important;
    /* border: 3px solid #ffffff !important; */
    /* border-radius: 50% !important; */
    order: 0;
}




.wapf-swatch--image {
    padding: 5px 5px 5px 5px;
    margin-bottom: 15px;
    border: 2px solid #dddcdc;
    border-radius: 4px;
    background: #ffffff;
}
.wapf-swatch--image.wapf-checked {
    border-color: #23A455;
    background-color: #d0fad0;
}




/* bulina checked pe coltul optiunilor bifate/incluse */

.wapf-checked::after,
.wapf-disabled::after {
    content: "";
    position: absolute;
    top: -.6rem;
    left: -.6rem;
    width: 1.2rem;
    height: 1.2rem;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2332ad2f' d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.wapf-swatch--image.wapf-checked::after,
.wapf-swatch--image.wapf-disabled::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}







/* design carduri */



.wapf-card-wrap {
    padding: 0 0 10px 0 !important;
}
.wapf-card-img img {
    width: 100px !important;
    height: 100px !important;
    max-width: inherit !important;
    max-height: inherit !important;
}
.wapf-card-row {
    flex-flow: wrap !important;
}
.wapf-card-title {
    /* font-weight: normal !important; */
}
.wapf-card-info {
    width: 100% !important;
}


/* carduri disabled / optiuni incluse */

.wapf-disabled {
    opacity: 1 !important;
    border-color: #23a455 !important;
    background: #d0fad0 !important;
    color: #000000 !important;
}






/* zoom imagine carduri: */

.wapf-card .wapf-card-img{
    position: relative;
}

.wapf-card .wapf-zoom-link{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255,255,255,.95);
    box-shadow: 0 2px 8px rgba(0,0,0,.18);
    display: block;
}

.wapf-card .wapf-zoom-link::before{
    content: "";
    position: absolute;
    inset: 0;
    background: center/16px 16px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
}

#wapf-mini-lightbox{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.88);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    padding: 20px;
}

#wapf-mini-lightbox.open{
    display: flex;
}

#wapf-mini-lightbox img{
    max-width: 95vw;
    max-height: 95vh;
    width: auto;
    height: auto;
    display: block;
}

#wapf-mini-lightbox .close{
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}










/* nume mai la culori, sa intre mai multe pe linie */
.wapf-swatch--color .wapf-swatch-label {
    font-size: 12px !important;
}
.wapf-swatch--color {
    margin: 0 10px 15px 0;
}


.wapf-swatch--image .wapf-swatch-label {
    text-align: left !important;
}

.wapf-pricing-hint {
    display: block;
    font-weight: bold;
    color: #000000;
    text-align: right;
    font-size: 16px;
}



.wapf-swatch input[type=checkbox], .wapf-swatch input[type=radio] {
    visibility: hidden;
}


/* imaginile disabled */
.wapf-disabled.wapf-swatch--image {
    padding: 5px 5px 5px 5px;
    cursor: initial !important;
    border: none !important;
    opacity: 1 !important;
}






.wapf-disabled label {
    opacity: 1 !important;
}


.wapf-disabled.wapf-swatch--image {
    border: 2px solid #23a455 !important;
    background-color: #d0fad0;
}









.wapf-product-totals {
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fff514;
    /* position: sticky; */
    bottom: 80px;
    color: #000000;
    border-radius: 3px;
    -webkit-box-shadow: var(--b-shadow-5);
    box-shadow: var(--b-shadow-5);
    font-size: 1em;
    line-height: 1;
}

.wapf-product-totals .wapf--inner {
        margin-bottom: 0 !important;
}

span.wapf-total.wapf-options-total.price.amount {
    background: #ffffff;
    padding: 3px 0 3px 3px;
    color: #000000;
    border: 1px solid #23a455;
    border-radius: 3px;
    width: 67px;
    text-align: right;
    display: inline-block;
    float: right;
}

.wapf-product-totals .wapf-grand-total {
    font-weight: bold !important;
    font-size: 18px !important;
}


/* efect PULS  la actualizare pret total cu dotari optionale */
/* Efect de pulse */
.pulse-effect {
    animation: pulse-bg 1s ease-in-out;
}

/* Animația pulse */
@keyframes pulse-bg {
    0% { transform: scale(1); background-color: transparent; }
    50% { transform: scale(1.1); background-color: rgba(208, 250, 208, 1); } /* Fundal galben deschis */
    100% { transform: scale(1); background-color: transparent; }
}





/* Bonus bar – stil minimalist, neutru */
#wapf-bonus-wrap{margin-top:5px;font-size:14px;line-height:1.4}
#wapf-bonus-wrap .bonus-header{margin-bottom:0; color:#23a455}
#wapf-bonus-wrap .bonus-bar{position:relative;height:3px;background:#fff;border-radius:9999px;overflow:hidden}
#wapf-bonus-wrap .bonus-fill{height:100%;width:0;transition:width .35s ease;background:#23a455}
#wapf-bonus-wrap .bonus-legend{margin-top:6px;opacity:.9}
#wapf-bonus-wrap .bonus-legend strong{font-weight:600}
#wapf-bonus-wrap #bonus-amount{font-weight:normal}



.container-dotare-optionala {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #9f9f9f;
    border-radius: 6px;
    padding: 1px 12px;
    margin: 5px 0;
}

.label-above .wapf-field-label {
    margin-top: 10px;
    margin-bottom: 0 !important;
}


.wapf-field-description {
    font-size: inherit !important;
    opacity: .8 !important;
    padding: 0 0 18px 0 !important;
    margin: 0 !important;
    LINE-HEIGHT: normal !important;
}



     
/* ******************** */


/* LABEL SI BADGE PRODUSE */

b.br-labels-css-1 {
    text-align: left !important;
    padding: 0 5px 0 5px;
    font-weight: 100 !important;
}

.label-izolata {
    text-transform: uppercase;
}


/* --/ */



table.shop_attributes td {
    text-align: left !important;
}


@media (max-width: 1024px) {
    .rey-headerIcon-counter.--bubble {
        --c-dist: 3px;
    }
}
.rey-headerIcon-counter.--bubble .__cart-count {
        color: #000000 !important;
    }



/* categorii produs top pagina detalii produs */
.rey-productCategories a {
    opacity: 1 !important;
    color: #23a455 !important;
}


/* titlu produs pagina detalii produs */
h1.product_title {
    font-size: 24px !important;
    font-weight: bold !important;
    padding-top: 10px !important;
}



/* buton play video sumar produs */




.rey-singlePlayVideo-summary {
    background: #cc0033 !important;
    color: #fff !important;
    padding: 5px !important;
}

.rey-singlePlayVideo-summary .rey-icon {
    color: #ffffff !important;
    font-size: 1.8em !important;
}


/* read more inaltime vizibila */

.u-toggle-text-next-btn.--short {
    --height: 170px;
}


table.shop_attributes tr {
    border-bottom: 1px solid #cccccc !important;
}

/* taburi produs */
.rey-summaryAcc-accItem span {
    text-transform: uppercase;
    color: #cc0033;
    font-size: x-large;
}




/* LISTARE PRODUSE */


/* AFISAM  PRIMA IMAGINE DIN GALERIA FOTO A PRODUSULUI (AR TREBUI SA FIE SCHITA) SUB CEA PRINCIPALA */
.imagine-secundara-catalog {
    margin-top: -10px;
    margin-bottom: 10px;
}


.rey-productInner .woocommerce-loop-product__title {
    font-size: 18px !important;
    font-weight: bold;
}

.rey-innerSummary .rey-pSubtitle {
    font-size: 15px !important;
    color: #76665c !important;
}

.puncte_forte_produs_in_catalog {
    display: block;
}
.puncte_forte_produs_in_catalog ul {
    padding: 0 0 0 15px;
    list-style: disc;
    margin: 0 0 10px 0;
}







/* DROPDOWN VARIANTE ALTERNATIVE PERETE CASE */
/* ----------------------------------------- */


.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px 0 10px 0;
     
}

/* Stilizare pentru dropdown */
.dropbtn {
    position: relative;
    cursor: pointer;
    text-align: left !important;
    display: block !important;
    width: 100% !important;
    background: #78d09c !important;
    border: 1px solid #000000 !important;
    color: #000000 !important;
    margin: 10px 0 !important;
    padding: 10px !important;
    font-size: 15px !important;
    line-height: 15px !important;
    font-weight: bold !important;
}   

.dropbtn::after {
    content: "\25BE";
    font-size: 40px !important;
    display: block !important;
    padding: 0px !important;
    width: 28px !important;
    height: 28px !important;
    position: absolute !important;
    top: 10px !important;
    right: 4px !important;
    color: #000000 !important;
}

button.dropbtn[disabled]::after {
    content: " " !important;
}




.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border: 1px solid #1e306e !important;
    z-index: 9999 !important;
}

.dropdown-content a {
    color: black;
    padding: 10px !important; 
    text-decoration: none;
    display: block;
    width: 100%;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown-content a.current-product {
    pointer-events: none;
    background: #f1f1f1 !important;
}

/* Stilizare pentru prețul produsului */
.product-price {
    display: block;
    font-weight: bold;
    margin-top: 5px;
    color: #23a455;
}


div.product .rey-priceText {
    font-size: 12px !important;
}

.rey-instalmentsPrice {
    padding: 10px;
    background: #ffffff;
}

.show {
    display: block;
}


.titlu-variante {
    padding: 0;
    margin: 0;
    color: #000000;
    font-size: 15px !important;
    font-weight: 700 !important;
    display: inline;
}

.help-variante {
    padding: 0;
    margin: 0;
    color: #000000;
    font-size: 14px !important;
    font-weight: 700 !important;
    display: inline;
}

.help-variante a {
    color: #cc0033 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

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







/* X. TOCMAI CUMPARAT UN PRODUS NOTIFICARE LIVE WOOCOMMERCE */

strong.wmt-buyer-first-name, 
strong.wmt-buyer-last-name {
    font-size: 0 !important;
    display: inline-block;
}
strong.wmt-buyer-first-name::first-letter, 
strong.wmt-buyer-last-name::first-letter {
    font-size: 12px !important;
}


/* BUTON WHATSAPP */

@media only screen and (max-width: 768px) {
    #simple-chat-button--container {
        bottom: 5px !important;
        left: 40% !important;
    }
    #simple-chat-button--button {
        transform: scale(0.9) !important;
    }
}


/* GALERIE FOTO CLIENTI */

.pgcsimplygalleryblock-masonry-item .pgcsimplygalleryblock-masonry-item-inner .pgcsimplygalleryblock-masonry-title-wrap {
    left: 0 !important;
    bottom: -13px !important;
    padding: 0 15px !important;
}

.pgcsimplygalleryblock-masonry-item .pgcsimplygalleryblock-masonry-item-inner .pgcsimplygalleryblock-masonry-item-button {
    display: block !important;
    /* width: 80% !important; */
    line-height: 1.2 !important;
    padding: 3px 0 !important;
    margin-right: 0 !important;
    right: 0 !important;
}

.pgcsimplygalleryblock-masonry-item .pgcsimplygalleryblock-masonry-item-inner .pgcsimplygalleryblock-masonry-item-button::after {
    content: "( vezi produsul > )";
    font-size: 12px;
    display: inline;
    padding: 3px;
    color: #cc0033;
    font-weight: bold;
}



/* MODAL-URI */

/* sa nu se inchida cand se apasa langa modal */
.reymodal--moved, .reymodal--active {
    pointer-events: none !important;
}

.icon_email_modal_top {
    margin: 0 !important;
    padding: 0 18px 0 5px !important;
    height: 23px !important;
}


/* TBI */
/* ================================= */
/* ascundere optiune de plata TBI in pagina de checkout */
li.payment_method_tbiro {
    display: none !important;
}
#btn_tbiro {
    display: none !important;
}
.paragraf-euro {
    color: #e55a00;
    font-size: 21pt !important;
    font-weight: bold;
    border: 2px solid #e55a00 !important;
    padding: 15px !important;
    margin-top: 15px !important;
    margin-bottom: 0 !important;
}

/* / ================================= */




/* SALE - REDUCERI */

/* catalog */


/* detalii produs */
ul.rey-countDown {
    padding-top: 37px !important;
}

.rey-schedSale::before {
    content: "Profită de reducere DOAR IN URMĂTOARELE:";
    font-size: 14px;
    display: block;
    padding: 3px;
    color: #ffffff;
    /* font-weight: bold; */
    position: relative;
    top: 15px;
    left: 10px;
    height: 1px;
}



/* CUSTOM FLOATING FOOTER */
/* ================================= */


.footer{position:relative;background:#f3fbff;padding-bottom:80px;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}


.footer.hide-contacts{padding-bottom:0}

.container-small{position:relative;max-width:1180px;width:100%;margin-left:auto;margin-right:auto}


.footer__bottom{position:fixed;bottom:0;left:0;right:0;background:#7edaa2;padding-top:13px;padding-bottom:14px;z-index:10;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out; box-shadow: rgba(0, 0, 0, 0.15) 1px -4px 8px 4px !important;}
.hide-contacts .footer__bottom{-webkit-transform:translateY(100%);transform:translateY(100%)}
.footer__bottom--clean{display:none}
.footer__bottom-phone svg{margin-right:0 !important}
.footer__bottom-close{position:absolute;top:50%;margin-top:-18px;right:22px;padding:10px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex}
.footer__bottom-close svg{fill:#23a455;opacity:.5;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}
.footer__bottom-box{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.footer__bottom-left{position:relative;padding-right:20px}
.footer__bottom-title{font-weight:700;font-size:24px;line-height:30px;color:#fff}
.footer__bottom-text{font-weight:400;font-size:15px;line-height:150%;color:#fff}
.footer__bottom-right{position:relative;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}
.footer__bottom-controls{display:-webkit-box;display:-ms-flexbox;display:flex}
.footer__bottom-controls-btn--mobile-show{display:none}
.footer__bottom-controls-btn.wapp-custom{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;gap:.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}
.footer__bottom-controls-btn.wapp-custom svg{margin:0}
.footer__bottom-mobile{display:none}
.footer__bottom-mobile-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:5px 10px;background:#23a455;-webkit-box-shadow:0 4px 8px rgba(4,12,38,0.2);box-shadow:0 4px 8px rgba(4,12,38,0.2);border-radius:5px;color:#fff;font-weight:600;font-size:12px;line-height:15px;text-decoration:none}
.footer__bottom-mobile-btn svg{fill:#fff;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-right:10px}
.contacts-btn{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-right:20px}
.contacts-btn:last-child{margin-right:0}

.footer__bottom-btn{position:relative;text-decoration:none;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#23a455;-webkit-box-shadow:0 4px 8px rgba(4,12,38,0.2);box-shadow:0 4px 8px rgba(4,12,38,0.2);border-radius:5px;padding:15px 25px;font-weight:700;font-size:12px;line-height:23px;color:#fff;border:0;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;background:#554338;text-wrap-mode: wrap;white-space: unset !important;}
.footer__bottom-btn svg{fill:#fff;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-right:10px;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}

.footer__bottom-btn-2{position:relative;text-decoration:none;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;-webkit-box-shadow:0 4px 8px rgba(4,12,38,0.2);box-shadow:0 4px 8px rgba(4,12,38,0.2);border-radius:5px;padding:15px 25px;font-weight:700;font-size:12px;line-height:23px;color:#23a455;border:0;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;text-wrap-mode: wrap;white-space: unset !important;}
.footer__bottom-btn-2 svg{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;fill:#23a455;margin-right:10px;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}
.footer__bottom-btn-2--big{padding:20px 35px}




.footer__nav-important:hover{text-decoration:underline}
.footer__policy-list a:hover{color:#50b1af}
.footer__bottom-close:hover svg{opacity:1;fill:#fff}

.footer__bottom-btn-2:hover{background:#23a455;color:#fff}
.footer__bottom-btn:hover{color:#fff !important}
.footer__bottom-btn-2:hover svg{fill:#fff}




@media only screen and (max-width:1200px){


.footer{padding-bottom:100px}
.footer__box{display:block}
.footer__left{margin-left:-20px;margin-right:-20px;max-width:calc(100% + 40px);width:calc(100% + 40px);padding:40px 20px}
.footer__center{max-width:100%;padding-top:40px;padding-bottom:40px}
.footer__nav-title{margin-bottom:20px}
.footer__nav-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
.footer__nav-list li{width:50%;padding-right:5px}
.footer__right{max-width:100%;padding-top:0;padding-bottom:40px}
.footer__form{margin-bottom:40px}
.footer__form-title{margin-bottom:20px}
.footer__policy{margin-bottom:40px}
.footer__policy-title{margin-bottom:20px}
.footer__copy{font-size:13px}
.footer__bottom{padding-top:0}
.footer__bottom-close{top:0;right:0;padding:5px;margin-top:0;background:#1e6968}
.footer__bottom-close svg{fill:#fff;opacity:1;width:10px;height:10px}
.footer__bottom-box{-ms-flex-wrap:wrap;flex-wrap:wrap}
.footer__bottom-left{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding-right:0;margin-bottom:10px}
.footer__bottom-title{font-weight:600;font-size:12px;line-height:14px;text-transform:uppercase;padding:3px;background:#23a455;margin-left:-20px;margin-right:-20px;text-align:center}
.footer__bottom-text{display:none}
.footer__bottom-right{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}
.footer__bottom-controls{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.footer__bottom-controls a{height:3rem;padding:0 .625rem;font-size:12px;font-style:normal;font-weight:700;line-height:normal;text-wrap-mode: wrap;}
.footer__bottom-controls a svg path{width:1rem;height:1rem}
.footer__bottom-controls-btn{padding:10px;width:48px;height:48px;margin-right:10px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}
.footer__bottom-controls-btn svg{margin-right:0}
.footer__bottom-controls-btn--mobile-show{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:0;padding:.3125rem .625rem}
.footer__bottom-controls-btn--mobile-hide{display:none}
.footer__bottom-mobile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.footer__bottom-controls-result{line-height:20px;padding:14px 17px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-right:6px !important;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;white-space:nowrap}
.footer__bottom-controls-result svg{width:16px;height:16px;margin-right:6px !important}

.footer__bottom-btn{padding-left:20px;padding-right:20px;}
.footer__bottom-btn-2{padding-left:20px;padding-right:20px}


.container-small{padding-left:20px;padding-right:20px}
.container .container-small{padding-left:0;padding-right:0}
.footer__bottom-controls-btn.hide_even_footer{display:none}
.footer__bottom-controls-btn.wapp-custom{font-size:.875rem}

}

@media only screen and (max-width:767px){

.footer__bottom-results{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
.footer__bottom-results svg{width:22px;height:21px}
.footer__bottom-whatsapp{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}
.footer__bottom-email{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}
.footer__bottom-phone{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}

.contacts-btn--full-mobile{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}

.contacts-home__list .contacts-btn:first-of-type,.contacts-home__list .contacts-btn:nth-of-type(2){font-size:0}
.contacts-home__list .contacts-btn:first-of-type svg,.contacts-home__list .contacts-btn:nth-of-type(2) svg{margin:0}

}

/* / ================================= */


.rey-scrollTop {
    margin-right: -18px;
}



/* HEADER */

.buton_montaj .elementor-button-text {
    text-align: left !important;
    color: #ffffff;
}

.buton_montaj .elementor-button {
    background: #554338 !important;
}

.buton_montaj .elementor-button-icon svg {
    fill: #8de78b;
}




/* puls montaj  */

@keyframes pulse-color-only {
  0% {
    color: #000000;
  }
  50% {
    color: #7ed9a1;
  }
  100% {
    color: #000000;
  }
  50% {
    color: #7ed9a1;
  }
  0% {
    color: #000000;
  }
}

.icon_puls_montaj {
  animation: pulse-color-only 1.5s infinite;
  transition: color 0.5s;
  display: inline-block;
}









.meniu_produse > a:first-child span {
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 18px;
}


/*  MOBILE MENU */
.rey-mainMenu-mobile li a span {
    font-size: 18px !important;
}

.rey-mobileNav-header .custom-logo-link {
    max-width: 150px;
}





/* FILTRU PRODUSE */

/* buton filtru mobil fixed */

.reyajfilter-before-products .rey-filterBtn {
    background: #fff514;
    padding: 5px;
    display: block;
    z-index: 2;
    -webkit-box-shadow: var(--b-shadow-3);
    box-shadow: var(--b-shadow-3);
    position: fixed;
    top: 166px;
    right: 0;
}

.rey-filterBtn.--has-filters .rey-filterBtn__label {
    color: #cc0033;
}

.reyajfilter-price-filter--custom {
    flex-wrap: wrap !important;
}

.reyajfilter-active-filters a {
    background: #ffdada !important;
}


/* filtru desktop top galben */

@media (min-width: 1025px) {
    
    .filters-top-sidebar.widget-area.--sticky.--t.rey-filterSidebar.--supports-mobile {
        background: #ffe6d7;
        padding: 15px;
    }
}



.woocommerce-ordering.rey-loopSelectList span {
    text-transform: none !important;
}


/* afisam si pe mobile filtrul de pe desk */
/*
@media (max-width: 1025px) {
    .rey-filterSidebar.--supports-mobile {
        visibility: visible !important;
        position: relative !important;
        opacity: 1 !important;
        --direction: unset !important;
        z-index: 1 !important;
    }
}
*/


/* hotspot */
.wrap_svl_center {
    margin-bottom: 30px;
}
#powerTip .box_view_html {
    max-height: 250px;
    max-width: 250px;
    overflow: initial !important;
    overflow-x: auto !important;
}






/* PAGINATIE */


nav.woocommerce-pagination {
    padding: 20px 15px 20px 15px !important;
    margin: 10px 0 30px 0;
    border: 1px solid #23a455;
}

a.prev.page-numbers,
a.next.page-numbers,
span.page-numbers.current {
    background: #23a455 !important;
    color: #ffffff !important;
}




/* RECENZII - REVIEWS */

#toggle-reviews-button, 
.woocommerce-verification-required {
    display: none !important;
}

#reviews {
    background: #f5f0eb !important;
    padding: 15px !important;
    max-width: initial !important;
}

/* ascundem nota */
#comments h2.woocommerce-Reviews-title .rey-reviewTop {
    display: none !important;
    
}

.wcpr-comment-author {
    text-transform: none !important;
}


.reviews-images-wrap-left {
    flex-wrap: wrap !important;
}


.reviews-images-wrap {
    max-width: 135px !important;
    border: none !important;
    padding: 0 !important;
}
.reviews-images {
    max-width: 135px !important;
    max-height: 135px !important;
}

.wcpr-grid-layout-2-style-item {
    padding: 15px !important;
    border: solid 1px #c2bcbc !important;
    border-radius: 5px !important;
    flex-basis: fit-content !important;
}



/* link cu ratingul produsului, la titlu produs , cu link ancora catre recenzii   */
.woocommerce-product-rating {
    margin: 20px 0 10px 0 !important;
    font-weight: bold !important;
}

.star-rtng-wrapper.rey-loopRating small {
    font-weight: bold !important;
}




/* BLOG */

/* afisare blo de produse in articole */

ul.wc-block-product-template li.wc-block-product::before,
ul.wc-block-product-template li.wc-block-product a.add_to_cart_button {
    display: none !important;
}

ul.wc-block-product-template li.wc-block-product {
    max-height: unset !important;
}

    



/* Popup Builder */

.sgpb-theme-1-content {
    box-shadow: rgb(238 238 34) 0 0 0 14px !important;
    border-bottom-width: 0 !important;
    padding-top: 35px !important;
    /* box-shadow: initial !important; */
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 14px !important
}
.sgpb-popup-close-button-1 {
        top: 9px !important;
}



/* VIZIONARE CASA */

.termeni-vizita-text .wapf-field-input div {
    height: 200px;
    overflow: scroll;
    background: #dcdcdc;
    padding: 0 15px 15px 15px;
}    

#wapf_10306 {
    border: 1px solid #000000;
    padding: 5px 5px 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}



/* buton adauga in cos mare la produs */

.rey-cartBtnQty .single_add_to_cart_button {
    height: 100px;
}




/* CREARE LISTA IN DESCRIEREA CARDULUI ORIZONTAL CARE ARE CLASA .descriere-card-lista */

.descriere-card-lista .wapf-card-desc {
    margin-top: 10px;
    color: #243238;
}

.descriere-card-lista .woodly-card-subtitle {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 500;
    color: #243238;
}

.descriere-card-lista .woodly-card-list-title {
    margin-bottom: 7px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #4f654f;
}

.descriere-card-lista .woodly-card-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 6px;
}

.descriere-card-lista .woodly-card-list li {
    position: relative;
    padding-left: 18px;
    font-size: 13px;
    line-height: 1.32;
    color: #243238;
}

.descriere-card-lista .woodly-card-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #20a83a;
    font-weight: 700;
}






.rey-sectionScroll--stickyHelper {display: none !important;}






/* GALERIE FOTO PRODUSE */

.woocommerce-product-gallery {
    padding: 15px !important;
}

.woocommerce-product-gallery .__thumbItem,
.woocommerce-product-gallery .__img{
    border-radius: 15px !important;
}




div.product div.summary {
    background: #ffffff;
    padding: 0 15px !important;
}


