.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-718fb16:#B6A696;--e-global-color-f4ab5a1:#FFFAF5;--e-global-color-ee3b92d:#897B6E;--e-global-color-b1af9d5:#F3F1F0;--e-global-color-8a58a9a:#F8F6F6;--e-global-color-3975640:#8E8074;--e-global-typography-primary-font-family:"futura-pt";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"bc-alphapipe";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"futura-pt";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"bc-alphapipe";--e-global-typography-accent-font-weight:500;--e-global-typography-7ea006f-font-family:"bc-alphapipe";color:var( --e-global-color-ee3b92d );font-family:"futura-pt", Sans-serif;font-size:18px;font-weight:400;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-ee3b92d );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );color:var( --e-global-color-f4ab5a1 );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-ee3b92d );}.elementor-kit-6 a:hover{color:var( --e-global-color-718fb16 );}.elementor-kit-6 h1{color:var( --e-global-color-ee3b92d );font-family:var( --e-global-typography-7ea006f-font-family ), Sans-serif;}.elementor-kit-6 h2{color:var( --e-global-color-ee3b92d );font-family:var( --e-global-typography-7ea006f-font-family ), Sans-serif;}.elementor-kit-6 h3{color:var( --e-global-color-ee3b92d );font-family:var( --e-global-typography-7ea006f-font-family ), Sans-serif;}.elementor-kit-6 h4{color:var( --e-global-color-ee3b92d );font-family:var( --e-global-typography-7ea006f-font-family ), Sans-serif;}.elementor-kit-6 h5{font-family:var( --e-global-typography-7ea006f-font-family ), Sans-serif;}.elementor-kit-6 h6{font-family:var( --e-global-typography-7ea006f-font-family ), Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//*fundal liniar*/
.strippes_background {
   background-image: repeating-linear-gradient(
    to right,
    rgba(0, 0, 0, 0.05),
    rgba(0, 0, 0, 0.05) 6px,
    transparent 1px,
    transparent 12px
  );
  background-size: 50% 100%; /* lățimea zonei cu pattern 900px*/
  background-repeat: no-repeat;
}
/*newsletter custom*/
#footer_nl .elementor-form-fields-wrapper{
    flex-wrap: nowrap;
    
}
#footer_nl .elementor-field-type-submit{
    width: auto;   
}
/*stiky botom footer*/
body{
    display: flex;
    flex-direction: column;
    height: 100vh;
}
.elementor-location-footer{
    margin-top: auto;
}
/*repozitionare search in header si logo*/
#shop_tools{
    margin-left: auto;
}
#header_logo{
    margin-left: auto;
}
/*search button*/
input[type="search"] {
  outline: none;

}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none;
}

@media only screen and (max-width: 600px) {
 #header_search .jet-search__popup {
    width: 100vw;
    background: #fff;
    .jet-search__popup-close{
         background: transparent;
     }
    }
}

/*custom textured headers*/
.my-heading-wrapper {
    position: relative;
    display: inline-block;
}

.my-heading-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    width: 400px;
    height: 150px;
    background-image: repeating-linear-gradient(
      to right,
      rgba(0,0,0,0.05),
      rgba(0,0,0,0.05) 6px,
      transparent 1px,
      transparent 12px
    );
    z-index: -1;
}
/*breadcrumbs*/
.woocommerce-breadcrumb {
    margin: 0!important; 
}
@media (max-width: 768px) {
  .woocommerce-breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* smooth scroll pe iOS */
    white-space: nowrap;
    scrollbar-width: none; /* Firefox */
  }

  .woocommerce-breadcrumb::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }

  .woocommerce-breadcrumb a,
  .woocommerce-breadcrumb span {
    white-space: nowrap;
    flex: 0 0 auto;
    margin-right: 8px;
  }
}
/*variations single product*/
.reset_variations{
    display: none!important;
}
.cfvsw-variation-disable-logic .value{
    padding: 0;
}
/*VARIATII fundaluri optiuni*/
.elementor-add-to-cart table tbody > tr:nth-child(odd) > td,
.elementor-add-to-cart table tbody > tr:nth-child(odd) > th,
.elementor-add-to-cart table tbody tr:hover > td,
.elementor-add-to-cart table tbody tr:hover > th {
  background-color: white !important;
}
.cfvsw-swatches-container{
    width: auto;
    justify-content: center;
}

/*button color fixes*/

[type=button], [type=submit], button {
    border: 0!important;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #B6A696!important;
}
 :root :where(.wp-element-button, .wp-block-button__link) {
                background-color: #897B6E;
                color: white!important;
                border-radius: 2px;
 }
 .wc-block-cart__submit-container a{
     text-decoration: none;
 }
 
 /*Mobile & Desktop view .elementor-kit-6s*/
 .mobile_only {
    display:none !important;
 }
 @media (max-width: 1024px) {
    .mobile_only {
         display:block !important;
    }
}/* End custom CSS */