/*!
	Theme Name: Pupazan
	Description: Tema pentru magazinul online Pupazan.
	Author: iviteb
	Author URI: iviteb.com
	Version: 1
	Stable tag: 1

*/
/* Style - include Theme style
   ========================================================================== */
/* Pre Define variables for your theme.
any values defined here will take precedence over variables definitions.
========================================================================== */
/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 * Loading first in the style.scss & editor-style.scss
 */
/*!
 * Based on Normalize.css v8.0.0, HTML5 Boilerplate v6.1.0, & Bootstrap Reboot v4.1.0 | Under MIT License
*/
/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 3 */ }

/* Sections
   ========================================================================== */
body {
  margin: 0;
  font-family: aktiv-grotesk, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  white-space: pre-wrap; }

/* Text-level semantics
   ========================================================================== */

a {
  background-color: transparent;
  text-decoration: none;
  color: #FFB62F; }
  a:hover, a:active {
    color: #FFB62F;
text-decoration:underline;}
  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* Print
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    page-break-inside: avoid;
    border: 1px solid #cccccc; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Comments
   ========================================================================== */
#comments .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .9em; }

#comments .comment,
#comments .pingback {
  position: relative; }
  #comments .comment .comment-body,
  #comments .pingback .comment-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0 30px 60px;
    border-bottom: 1px solid #cccccc; }
    body.rtl #comments .comment .comment-body, body.rtl
    #comments .pingback .comment-body {
      padding: 30px 60px 30px 0; }
  #comments .comment .avatar,
  #comments .pingback .avatar {
    position: absolute;
    left: 0;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin-right: 10px; }
    body.rtl #comments .comment .avatar, body.rtl
    #comments .pingback .avatar {
      left: auto;
      right: 0;
      margin-right: 0;
      margin-left: 10px; }

#comments .comment-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: .9rem; }

#comments .reply,
#comments .comment-metadata {
  font-size: 11px;
  line-height: 1; }

#comments .children {
  position: relative;
  list-style: none;
  margin: 0;
  padding-left: 30px; }
  body.rtl #comments .children {
    padding-left: 0;
    padding-right: 30px; }
  #comments .children li:last-child {
    padding-bottom: 0; }

#comments ol.comment-list .children:before {
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  line-height: 100%;
  content: '\21AA';
  position: absolute;
  top: 45px;
  left: 0;
  width: auto; }
  body.rtl #comments ol.comment-list .children:before {
    content: '\21A9';
    left: auto;
    right: 0; }


.instagram-feed-footer #sbi_images {
		padding: 0 !important;
	}

@media (min-width: 768px) {
  #comments .comment-author,
  #comments .comment-metadata {
    line-height: 1; } }

@media (max-width: 767px) {
  #comments .comment .comment-body {
    padding: 30px 0; }
  #comments .children {
    padding-left: 20px; }
  #comments .comment .avatar {
    position: inherit;
    float: left; }
    body.rtl #comments .comment .avatar {
      float: right; } }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Forms
   ========================================================================== */
label {
  display: inline-block;
  line-height: 1;
  margin-bottom: 0.5rem; }

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 1rem;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 0.5rem 1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  input[type="text"]:focus,
  input[type="date"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  select:focus,
  textarea:focus {
    border-color: #333333;
    outline: 0 none; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  width: auto;
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

button,
[type="submit"],
[type="button"] {
  display: inline-block;
  font-weight: 400;
  color: #FFB62F;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid #FFB62F;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  button:focus,
  [type="submit"]:focus,
  [type="button"]:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color; }
  button:hover, button:focus,
  [type="submit"]:hover,
  [type="submit"]:focus,
  [type="button"]:hover,
  [type="button"]:focus {
    color: #ffffff;
    background-color: #FFB62F;
    text-decoration: none; }
  button:not(:disabled),
  [type="submit"]:not(:disabled),
  [type="button"]:not(:disabled) {
    cursor: pointer; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: vertical; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

select {
  display: block; }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Table
   ========================================================================== */
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse; }
  table th,
  table td {
    padding: 15px;
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
    border: 1px solid #cccccc; }
  table th {
    font-weight: bold; }
  table thead th,
  table tfoot th {
    font-size: 1em; }
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td {
    border-top: 1px solid #cccccc; }
  table tbody > tr:nth-child(odd) > td,
  table tbody > tr:nth-child(odd) > th {
    background-color: #eeeeee; }
  table tbody tr:hover > td,
  table tbody tr:hover > th {
    background-color: #e9e9e9; }
  table tbody + tbody {
    border-top: 2px solid #cccccc; }
  @media (max-width: 767px) {
    table table {
      font-size: 0.8em; }
      table table th,
      table table td {
        padding: 7px;
        line-height: 1.3; }
      table table th {
        font-weight: 400; } }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Lists
   ========================================================================== */
dl,
dt,
dd,
ol,
ul,
li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Si aici am trantit noi css-ul
   ========================================================================== */

.filtre-categorie .jet-checkboxes-list {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.filtre-categorie .jet-checkboxes-list .jet-checkboxes-list__row {
    margin:8px !important;
}


html:lang(en) .filtre-categorie .jet-checkboxes-list .jet-checkboxes-list__row:nth-child(1),
html:lang(ro) .filtre-categorie .jet-checkboxes-list .jet-checkboxes-list__row:nth-child(1),
html:lang(ro) .filtre-categorie .jet-checkboxes-list .jet-checkboxes-list__row:nth-child(2),
html:lang(ro) .filtre-categorie .jet-checkboxes-list .jet-checkboxes-list__row:nth-child(3){
    display: none !important;
}


.filtre-categorie .jet-checkboxes-list__row {
    padding: 0 !important;
}

.produse-pagina-fundulete .products li:hover {
    z-index: 999;
}

.woocommerce-form-coupon-toggle {
    display: none;
}

.berocket_term_depth_1 label {
    padding: 0 !important;
}

.dimensions {
    display: flex;
    align-items: flex-start;
}

.dimensions img {
    margin-right: 10px;
}

.no-margin-bottom {
    margin-bottom: 5px !important;
}

.woocommerce-product-details__short-description p {
    margin-bottom: 0;
}

.dimensions p span {
    display: block;
    font-size: 12px;
    opacity: .5;
    color: #361404;
}

.buton-cadouri-holder .bdt-wc-product-image {
    display: none !important;
}

#cfwc-personalizare {
    display: none;
}

#cpf-text {
  display: none;
}

.dimensions p {
    font-size: 16px;
    color: #361404;
    margin-bottom: 0;
}

#check_personalizare {
    margin-right: 15px;
}

#cpf-adjustable {
  margin-right: 15px;
}

#cfwc-personalizare {
    background: none;
    border: solid 1px #3F1E0C;
    padding: 5px;
    width: auto;
    min-width: 211px;
}

#cpf-text {
  background: none;
  border: solid 1px #3F1E0C;
  padding: 5px;
  width: auto;
  min-width: 211px;
}

.produs-unicat p, .produs-unicat, .wrapper-dimensiuni {
    margin-bottom: 0 !important;
}

.wrapper-personalizare label {
    font-size: 15px;
}

.cpf-wrapper label {
  font-size: 15px;
}

.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: none;
}

#smartbill_billing_fields_ro h3 > span {
    font-family: "BioRhyme", Sans-serif;
    color: #361404;
}

.alignright {
  float: right;
  margin-right: 1rem; }

.alignleft {
  float: left;
  margin-left: 1rem; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.sticky {
  position: relative;
  display: block; }

.bypostauthor {
  font-size: inherit; }

.gallery-caption {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.75rem; }

.wp-caption {
  margin-bottom: 1.25rem; }
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .wp-caption img {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.wp-caption-text {
  margin: 0;
  text-align: center; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #eeeeee;
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #333333;
    display: block;
    font-size: 1rem;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Custom style for your theme.
========================================================================== */
/**
To change or override any style, add a new scss file under ./custom/ directory
and include it here.
 */

.jet-checkboxes-list-wrapper {
    display: flex;
}

.sectiune-paginatie .elementor-widget-container  {
	text-align: center !important;
	margin-top: 30px !important;
    margin-bottom: 40px !important;
}

.sectiune-paginatie .elementor-widget-container .jet-filters-pagination__item a {
	border: 1px solid #3f3d2e;
    border-radius: 3px;
    padding: 10px 20px !important;
	opacity: 0.5;
	margin-bottom: 15px;
}

.sectiune-paginatie .elementor-widget-container .jet-filters-pagination__item:nth-child(7) {
	margin-left: 0px !important;
}

.sectiune-paginatie .elementor-widget-container .jet-filters-pagination__link-current {
	opacity: 1 !important;
}

.sectiune-paginatie .elementor-widget-container .jet-filters-pagination__item .prev-next {
	border: none !important;
    border-radius: unset !important;
    padding: 10px 20px !important;
}

.sectiune-header {
    background-size: 100% 100% !important;
}

.hero-section-home {
	background: url(/wp-content/uploads/2019/02/wood-graphic.png) 0px 70px / 318px no-repeat;
}

.sectiune-pasiune {
	background-image: linear-gradient(to top, #ffffff, #fff8eb);
}

.wood-pasiune img {
	margin-bottom: -90px;
}

.sectiune-text-pasiune {
	margin-top: -450px;
	margin-bottom: 250px;
}

.sectiune-text-hero {
	margin-top: -28% !important;
	margin-bottom: 200px !important;
}

.sectiune-text-hero-poveste {
	margin-top: -28% !important;
	margin-bottom: 200px !important;
}

.pasiune-paragraf p {
	max-width: 80%;
}

.hero-btn-video {
	position: absolute;
	bottom: 150px;
	left: -100px;
}

.hero-home-paragraf p {
	max-width: 80%;
}

.home-testimoniale .elementor-testimonial__cite {
	display: none !important;
}

.home-testimoniale img {
	width: 132px !important;
	height: 132px !important;
}

.btn-yellow-testimoniale {
	position: absolute !important;
	bottom: 0;
	left: 0;
}

.btn-yellow-testimoniale a {
	padding: 20px 24px !important;
}

.img-fundulet-testimoniale {
	margin-bottom: 0px !important;
}

.btn-brown-testimoniale a {
	width: 100%;
	height: 100%;
}

.btn-brown-testimoniale {
	width: 100%;
	height: 100%;
}

.btn-brown-testimoniale a {
	display: flex;
}

.btn-brown-testimoniale .elementor-button-content-wrapper {
	margin-top: auto;
}

.btn-brown-testimoniale .elementor-widget-container {
	height: 100%;
}

.btn-brown-testimoniale .elementor-button-wrapper {
	height: 100%;
}

.titlu-logo-footer {
	margin-bottom: 6px !important;
	display: inline-block;
    width: 50% !important;
    margin-top: 40px;
	text-align: left;
	margin-left: 25px;
}

.titlu-logo-footer h2 {
	text-align: left;
}

.logo-footer {
	margin-bottom: 10px !important;
	display: inline-block;
	width: 18% !important;
}

.logo-footer .elementor-widget-container {
	float: left;
}

.footer-text-instagram {
	margin-bottom: 0px !important;
}

.footer-text-instagram .elementor-icon-box-title {
	margin-top: 3px !important;
}

.footer-text-contact .elementor-icon-box-title {
	display: none !important;
}

.footer-text-contact a {
	color: #3f1e0c;
	font-size: 14px;
}

.side-text-contact a {
	color: #fff;
	font-size: 14px;
}

.footer-text-contact .elementor-icon-box-description, .side-text-contact .elementor-icon-box-description {
	line-height: 1.4;
}

.footer-text-contact, .side-text-contact {
	margin-bottom: 10px !important;
}

.meniu-side .elementor-nav-menu--dropdown a {
    padding: 15px 0;
}

.side-contact .elementor-icon-box-wrapper {
    display: flex;
}

.side-contact {
    margin-bottom: 0 !important;
}

.side-contact .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin: 0;
}

.mobile-nav-content .sm-vertical li:last-child a {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 300;

}

.mobile-nav-content .sm-vertical li:last-child a span {
    margin-left: 10px !important;
}

.side-contact .elementor-icon-box-wrapper .elementor-icon-box-content h3 {
     display: none;
}

.side-contact .elementor-icon-box-wrapper .elementor-icon-box-description a {
    font-size: 14px;
    color: #fff;
}

.side-contact .elementor-icon-box-wrapper .elementor-icon-box-description {
    text-align: left;
    margin-left: 10px;
}

.elementor-menu-cart__subtotal {
    border: none;
}
.col-contact-footer {
	text-align: center;
}

.col-politici-footer {
	text-align: right;
}

.footer-politici {
	margin-bottom: 10px !important;
}

.footer-politici a {
    color: #3f1e0c !important;
}

.pret-pagina-produs {
	display: inline-block;
	float: right;
	width: 30% !important;
	text-align: right !important;
}

.pret-pagina-produs .elementor-widget-container {
	line-height: 1;
}

.titlu-pagina-produs {
	display: inline-block;
	width: 70% !important;
	height: 0;
}

.col-cart-pagina-produs {
	background-color: #fff8eb;
    padding: 50px;
    margin: 90px 100px 210px -100px;
}

.col-cart-pagina-produs .elementor-column-wrap {
	padding: unset !important;
}

.col-cart-pagina-produs .cart .quantity {
	display: none;
}

.col-cart-pagina-produs .cart .button {
	margin-left: 0px !important;
}

.produse-fundulete .bdt-pagination li {
	margin-left: 20px;
	padding-left: unset!important;
}

.produse-fundulete .bdt-pagination li a {
	border-radius: 5px;
	padding: 4px 14px;
    border: 1px solid rgba(94,60,32,0.25);
    text-align: center;
	width: 50px;
	transition: all .3s;
}

.produse-fundulete .bdt-pagination li a:hover {
    border: 1px solid #5e3c20;
	color: #5e3c20 !important;
	transition: all .3s;
}

.produse-fundulete .bdt-pagination {
	margin-bottom: 50px;
}

.produse-fundulete .bdt-pagination .bdt-icon svg {
	position: absolute;
    top: 18px;
    left: 22px
}

.produse-fundulete .bdt-pagination .bdt-icon svg:hover {
	color: #5e3c20 !important;
	transition: all .3s;
}

.produse-fundulete .bdt-pagination .bdt-active a {
	border: 1px solid #5e3c20;
	border-radius: 5px;
}

.sectiune-noutati:after {
	content: "";
	position: absolute;
	width: 90px;
	height: 100%;
	background-color: #361404;
	opacity: 0.75;
	left: 0;
	top: 0;
	z-index: 999;
    display: none;
}

.sectiune-noutati .bdt-navigation-prev {
	position: absolute !important;
    top: -117px;
    right: -528px;
}

.sectiune-noutati .bdt-navigation-next {
	position: absolute !important;
    top: -117px;
    right: -561px;
}

.sectiune-noutati .bdt-slidenav svg {
	color: #361404;
}

.sectiune-noutati .bdt-wc-carousel .bdt-wc-carousel-item {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.swiper-slide a {
    display: block;
}

.sectiune-noutati .bdt-wc-carousel .bdt-wc-carousel-item .bdt-wc-carousel-desc {
    padding: 14px 20px 0px 0px;
}

.sectiune-noutati .swiper-container {
	padding: 0px !important;
}

.produs-asemanatoare .add_to_cart_button {
	display: none !important;
}

.produs-start-pret {
	width: fit-content !important;
    border: 1px solid;
    padding: 6px 10px;
    border-radius: 5px;
}

.produs-start-pret p {
	margin-bottom: unset;
}

.meniu-principal .elementor-nav-menu li:last-of-type a i {
	font-size: 27px;
    margin-top: -7px;
}

.meniu-secundar a {
	font-family: "Cabin", Sans-serif !important;
}

.cart-page-form .checkout-button {
	background-color: #ffb62f !important;
    color: #361404 !important;
	font-family: "BioRhyme", Sans-serif;
	transition: all .3s;
}

.product_title {

	font-family: "BioRhyme", Sans-serif;
    font-size: 18px;
}

.cart-page-form .checkout-button:hover {
	background-color: #361404 !important;
    color: #ffb62f !important;
	transition: all .3s;
}

.cart-page-form .woocommerce table.shop_table th {
	font-family: "BioRhyme", Sans-serif;
	color: #361404;
}

.cart-page-form .woocommerce table.shop_table td, .cart-page-form .woocommerce table.shop_table td a {
	font-family: "Cabin", Sans-serif;
	color: #5e3c20;
}

.cart-page-form #coupon_code {
	width: fit-content;
}

.cart-page-form .woocommerce a.remove:hover {
    color: #361404 !important;
    background: unset !important;
}

.cart-page-form table tbody tr:hover > td, table tbody tr:hover > th {
    background-color: unset !important;
}

.cart-page-form .woocommerce table.shop_table {
    border: unset;
	border-collapse: collapse;
}

.cart-page-form .cart_totals  h2 {
	display: none;
}

.formular-adresa .place-order .button {
	background-color: #ffb62f !important;
    color: #361404 !important;
	font-family: "BioRhyme", Sans-serif;
	padding: 20px 30px;
}

.formular-adresa .place-order .button:hover {
	background-color: #361404 !important;
    color: #ffb62f !important;
}

.formular-adresa .woocommerce-billing-fields h3, .formular-adresa .woocommerce-shipping-fields h3 span, .formular-adresa #order_review_heading, .formular-adresa .woocommerce table.shop_table th {
	font-family: "BioRhyme", Sans-serif;
	color: #361404;
}

.formular-adresa #order_review_heading {
	margin-top: 30px;
}

.formular-adresa .woocommerce form .form-row label, .formular-adresa .woocommerce table.shop_table td, .formular-adresa #payment, .sectiune-cont .woocommerce-MyAccount-content {
	font-family: "Cabin", Sans-serif;
	color: #5e3c20;
}

.formular-adresa .woocommerce-info {
    border-top-color: #ffb62f;
	font-family: "Cabin", Sans-serif;
	color: #5e3c20;
}

.formular-adresa .woocommerce-info .showcoupon, .formular-adresa .place-order .woocommerce-privacy-policy-link {
	color: #361404 !important;
	font-weight: 600;
}

.formular-adresa .woocommerce-info .showcoupon:hover, .formular-adresa .place-order .woocommerce-privacy-policy-link:hover {
	color: #000 !important;
}

.formular-adresa .woocommerce-info::before {
    color: #5e3c20;
}

.formular-adresa .select2-container--default .select2-selection--single {
	border: solid 1px #666666;
}

.formular-adresa .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: unset;
	display: block;
	margin: auto;
	margin-bottom: 20px;
    margin-top: 40px;
    width: 300px;
    font-size: 20px;
}

.sectiune-cont .woocommerce-MyAccount-navigation-link, .sectiune-cont .woocommerce-MyAccount-navigation-link a {
	font-family: "BioRhyme", Sans-serif;
	color: #361404;
}

.woocommerce-MyAccount-navigation-link a:hover {
	font-weight: bold;
}

.sectiune-cont .woocommerce-MyAccount-navigation .is-active {
	font-weight: bold;
}

.sectiune-cont .woocommerce-MyAccount-content a {
	color: #361404;
	font-weight: 600;
}

.sectiune-cont .woocommerce-info {
    border-top-color: #ffb62f;
}

.sectiune-cont .woocommerce-info::before {
    color: unset;
}

.sectiune-cont .edit-account .woocommerce-Button {
	margin-top: 10px;
	padding: 16px 30px;
	background-color: #ffb62f;
	color: #361404;
}

.sectiune-cont .edit-account .woocommerce-Button:hover {
	background-color: #361404;
	color: #ffb62f;
}

.sectiune-noutati .bdt-wc-carousel-image {
	position: relative;
}



.bdt-wc-carousel-image:hover .quick_view_button, li.type-product:hover .quick_view_button {
    display: block !important;
}

.bdt-wc-product-image {
	position: relative;
}

.bdt-wc-product-image img:hover {
	opacity: 0.5;
	transition: all .3s;
}

.bdt-wc-product-image:hover::after {
	position: absolute;
	content: url('/wp-content/uploads/2019/02/search-icon.png');
	top: calc(50% - 30px);
	left: calc(50% - 33px);
	padding: 20px 19px 15px 20px;
    background-color: #ffb62f;
    line-height: normal;
	transition: all .3s;
    pointer-events: none;
}

.quick_view_button {
    pointer-events: none;
}

.ajax_add_to_cart {
    position: relative;
}

.ajax_add_to_cart.loading i.fa-shopping-cart::before {
    content: "\f1ce";
}

.ajax_add_to_cart.loading i.fa-shopping-cart {
    -webkit-animation: spin .5s linear infinite;
    animation: spin 1.2s linear infinite;
}

.sectiune-noutati .bdt-wc-carousel-image img:hover {
	opacity: 0.5;
	transition: all .3s;
}

.sectiune-noutati .bdt-wc-carousel-image img {
	transition: all .3s;
}

.header-mobile .meniu-mobile .elementor-nav-menu--dropdown {
	margin-top: 90px;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding-bottom: 20px;
    margin-bottom: -20px;
    width: 100vw;
    margin-left: -50vw;
	position: absolute;
	top: 30px;
}

.header-mobile .meniu-mobile .elementor-nav-menu--dropdown a {
	font-size: 16px;
	text-align: center;
	display: block;
}

.header-mobile .meniu-mobile .elementor-menu-toggle {
	margin-right: 0px;
	padding-top: 30px;
    margin-bottom: -30px;
}

.header-mobile .elementor-element-3c9a838 .elementor-column-wrap {
	padding: 10px 0px !important;
}

.col-instagram-mobile {
	display: none !important;
}

.meniu-principal {
	display: inline-block !important;
	width: 85% !important;
}

.cart-desktop {
	display: inline-block !important;
	width: 13% !important;
}

.cart-desktop .elementor-menu-cart__toggle_button {
	padding-top: 2px !important;
	padding-right: 10px !important;
}

.cart-page-form .woocommerce table.shop_table td, .cart-page-form .woocommerce table.shop_table td a, .cart-page-form .woocommerce table.shop_table th {
	border: unset;
}

.bdt-wc-carousel .bdt-wc-add-to-cart a, .bdt-wc-carousel .bdt-wc-add-to-cart a:hover {
    border: none;
}


ul.berocket_aapf_widget li {
    display: inline-block;
    margin-right: 20px;
}

.sortare-pagina-fundulete {
	text-align: center;
}

.sortare-pagina-fundulete .berocket_aapf_widget-title_div {
	display: inline-block !important;
    line-height: normal;
	padding-right: 0px;
}

.sortare-pagina-fundulete .berocket_aapf_widget-title_div h3 span {
	color: #5e3c20;
	opacity: 0.5 !important;
	font-size: 17px;
	font-family: "Cabin", Sans-serif !important;
	cursor: default;
}

.sortare-pagina-fundulete .berocket_aapf_widget {
	display: inline-block !important;
    line-height: normal;
	padding-left: 18px;
	margin-right: 0px;
}

.sortare-pagina-fundulete .berocket_aapf_widget li:last-of-type {
	margin-right: 0px;
}

.sortare-pagina-fundulete .berocket_aapf_widget span label {
	color: #5e3c20;
	font-size: 17px;
	font-family: "Cabin", Sans-serif !important;
	cursor: pointer;
	padding-bottom: 2px;
}

.sortare-pagina-fundulete .berocket_aapf_widget span label:hover {
	border-bottom: 3px solid #ffb62f;
}

.sortare-pagina-fundulete .berocket_aapf_widget span input {
	vertical-align: middle;
	display: none;
}

.woocommerce-ordering, .woocommerce-result-count {
	display: none;
}

.sortare-pagina-fundulete .berocket_checked {
	font-weight: bold;
	border-bottom: 3px solid #ffb62f;
	padding-bottom: 2px;
}

.produse-pagina-fundulete .woocommerce-loop-product__title {
	font-family: "BioRhyme", Sans-serif;
	color: #361404;
	font-size: 18px;
}

.produse-pagina-fundulete .woocommerce-loop-product__link {
	font-family: "BioRhyme", Sans-serif;
}

.produse-pagina-fundulete .woocommerce-Price-amount {
	color: #361404;
	font-family: "Cabin", Sans-serif !important;
	font-size: 24px;
	font-weight: bold;
}

.produse-pagina-fundulete .elementor-wc-products {
	margin-bottom: 32px !important;
}

.produse-pagina-fundulete .jet-filters-pagination__current .jet-filters-pagination__link {
	background-color: #ffb62f !important;
	color: #361404 !important;
}

.produse-pagina-fundulete .jet-filters-pagination__item {
	width: 47px;
	text-align: center;
}


.produse-pagina-fundulete .ajax_add_to_cart, .produse-pagina-fundulete .quick_view, .woocommerce ul.products li.product .quick_view.button, .woocommerce ul.products li.product .button.add_to_cart_button {
	display: none;
}

.woocommerce ul.products li.product:hover .button.add_to_cart_button {
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 0px;
}

.woocommerce nav.woocommerce-pagination ul {
    border: unset;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: unset;
	margin-right: 10px;
	width: 54px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: unset;
    color: #5e3c20;
    border: 1px solid #5e3c20;
    border-radius: 5px;
	padding: 12px 18px;
	opacity: 1;
	font-size: 25px;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	padding: 12px 18px;
	color: #5e3c20;
	border: solid 1px #5e3c20;
	opacity: 0.25;
	border-radius: 5px;
	font-size: 25px;
}

.produse-pagina-fundulete .woocommerce-pagination {
	margin-bottom: 30px;
    padding-top: 30px;
}

.container-info-pagina-produs {
	margin-left: -50px;
}

.container-info-pagina-produs .posted_in, .container-info-pagina-produs .tagged_as {
	display: none;
}

.container-info-pagina-produs .sku_wrapper {
	font-family: "BioRhyme", Sans-serif;
	color: #361404;
	font-size: 11px;
}

.container-info-pagina-produs .elementor-woo-meta--view-inline {
	margin-bottom: 10px;
}

.bdt-lightbox-toolbar-icon {
	border: 1px solid #ffb62f;
	color: #ffb62f;
}

.bdt-lightbox-toolbar-icon:hover {
	background-color: #ffb62f;
}

.bdt-gallery-item-link {
	color: #ffb62f;
}

.bdt-gallery-item-link:hover {
	color: #361404;
}

.remodal {
	box-shadow: unset !important;
	padding: 40px !important;
	bottom: unset !important;
}

#wcqv_contend .scrollable {
	float: right;
    width: 50%;
	height: unset !important;
	padding-top: 150px;
	padding-left: 7%;
	padding-right: 4%;
}

#wcqv_contend .images {
	display: inline-block;
	width: 50%;
}

#wcqv_contend .images .woocommerce-main-image img {
	width: 100%;
	height: auto;
}

#wcqv_contend .scrollable .qty {
	display: none;
}

#wcqv_contend .scrollable .posted_in, #wcqv_contend .scrollable .tagged_as {
	display: none;
}

#wcqv_contend .scrollable .product_meta {
	margin-top: 10px;
	position: absolute;
    top: 110px;
}

#wcqv_contend .scrollable .product_meta .sku_wrapper {
	font-family: "BioRhyme", Sans-serif;
	color: #361404;
	font-size: 11px;
}

#wcqv_contend .product .images .thumbnails {
	top: 0;
    left: 114%;
	bottom: unset;
	z-index: 999;
}

#wcqv_contend .product .images .thumbnails a {
	padding-right: 9px;
}

#wcqv_contend .scrollable .single_add_to_cart_button {
	background-color: #ffb62f;
	color: #361404;
	font-family: "BioRhyme", Sans-serif;
	font-size: 18px;
	font-weight: bold;
	border: unset;
	padding: 20px 40px;
    border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 25px;
}

#wcqv_contend .scrollable .single_add_to_cart_button:hover {
	background-color: #361404;
	color: #ffb62f;
	border: unset;
}

#wcqv_contend .woocommerce-Price-amount {
	color: #361404;
	font-weight: bold;
	font-size: 24px;
	font-family: "Cabin", Sans-serif !important;
}

#wcqv_contend .woocommerce-product-details__short-description p {
	color: #5e3c20;
	font-size: 15px;
	font-family: "Cabin", Sans-serif !important;
}

.remodal .remodal-close {
    color: #361404;
}

.remodal .remodal-close:hover {
    background-color: #ffb62f;
}

.carousel-noutati .bdt-wc-carousel-title a {
	color: #361404;
	font-size: 18px;
}

.woocommerce-message {
    border-top-color: #ffb62f;
	font-family: "Cabin", Sans-serif !important;
}

.woocommerce-message .restore-item {
	color: #361404;
}

.woocommerce-message::before {
    color: #ffb62f;
}

.swiper-slide a.quick_view_button {
    display: none;
}

a.quick_view_button  {
    display: none;
	position: absolute;
	top: calc(40% - 30px);
	left: calc(50% - 32px);
	padding: 20px 19px 15px 20px;
    background-color: #ffb62f !important;
    line-height: normal;
	transition: all .3s;
    cursor: pointer;
	width: 64px;
    height: 64px;
}

.btn-vezi-toate a {
	border: 1px solid #361404 !important;
    opacity: 1;
    color: #361404 !important;
}

.btn-vezi-toate a:hover {
    color: #fff !important;
}

.produs-asemanatoare .related li:hover {
	z-index: 100;
}

.produs-asemanatoare .related a {
	font-family: "BioRhyme", Sans-serif !important;
	margin-top: 16px !important;
}

.produse-pagina-fundulete .products li:hover::before, .produs-asemanatoare .related li:hover::before {
	content: '';
    width: 120%;
    height: 110%;
    background: #fff;
    position: absolute;
    top: -5%;
    left: -10%;
    z-index: -1;
    box-shadow: 0 10px 20px rgba(0,0,0,.2);
}

#wcqv_contend .product_title.entry-title {
	display: inline-block;
	color: #361404;
    text-transform: unset;
    font-size: 18px;
	font-family: "BioRhyme", Sans-serif;
}

.remodal .summary .price {
	display: inline-block;
	float: right;
	line-height: 0.8;
}

.elementor-page-695 h1.entry-title {
    display: none;
}

.remodal .summary .woocommerce-product-details__short-description {
	margin-top: 10px;
}

.detalii-quick-view {
	color: #5e3c20;
	font-size: 15px;
	font-family: "Cabin", Sans-serif !important;
	margin-top: 30px;
}

.detalii-quick-view:hover {
	color: #361404;
}

.subtitlu-footer {
	font-size: 14px;
  	color: #3f1e0c;
	font-family: Cabin;
	display: block;
	margin-top: 5px;
	text-align: left;
	font-weight: normal;
}

.logo-header-mobile img {
	max-width: 158% !important;
}


.wp-stars svg path {
    fill:#ffb62f;
}

.wp-facebook-powered {
    display: none !important;
}

.wp-facebook-name a span {
    font-size: 24px !important;    font-family: "BioRhyme", Sans-serif !important;
}

.wp-fbrev .wp-facebook-rating {
    color:#ffb62f !important;
}

.add-to-cart-custom-btn .single_add_to_cart_button {
	margin-left: 0 !important;
}

.add-to-cart-custom-btn .cart {
	padding: 0 !important;
}

.add-to-cart-custom-btn .stock {
	margin-bottom: 32px !important;
}

.header-mobile {
    z-index: 999;
}

.bdt-mini-cart-product-item {
    display: grid;
    grid-template-columns: 25% auto 50px;
    grid-template-rows: 75% auto;
}

.bdt-mini-cart-product-thumbnail {
    grid-row-start: 1;
    grid-row-end: 3;
    width: 100%;
}

.elementor-32 .elementor-element.elementor-element-3754358 .elementor-menu-cart__product-name, .elementor-32 .elementor-element.elementor-element-3754358 .elementor-menu-cart__product-name a {
    color: #5e3c20;
    font-family: "Cabin", Sans-serif;
}

.bdt-mini-cart-product-name, .bdt-mini-cart-product-price {
    font-size: 14px;
    padding-left: 20px;
}

.bdt-mini-cart-product-name a, .bdt-mini-cart-product-price .quantity {
    color: #5e3c20;
    font-family: "Cabin", Sans-serif;
}

.bdt-mini-cart-product-price .quantity .woocommerce-Price-amount {
    font-weight: 600;
}

.bdt-mini-cart-product-name {
    grid-column-start: 2;
    grid-column-end: 4;
    margin: 0;
}

.bdt-mini-cart-product-price {
	align-self: end;
}

.bdt-mini-cart-product-remove {
	align-self: end;
    justify-self: end;
    color: #818a91;
    width: 22px;
    height: 22px;
    border-radius: 20px;
    border: 1px solid #d4d4d4;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.bdt-mini-cart-product-remove svg {
	width: 10px;
    height: 12px;
}

.bdt-mini-cart-product-remove svg line {
	stroke: #818a91;
}

.bdt-mini-cart-subtotal {
	color: #361404;
    font-family: "Cabin", Sans-serif;
    font-weight: bold;
	font-size: 20px;
	justify-content: center;
}

.bdt-mini-cart-subtotal .woocommerce-Price-amount {
	font-size: 15px !important;
	margin-left: 5px;
}

.elementor-32 .elementor-element.elementor-element-3754358 .elementor-menu-cart__product-price {
    color: #5e3c20;
    font-family: "Cabin", Sans-serif;
}

.bdt-mini-cart-product-item:not(:last-of-type), .bdt-mini-cart-products, .bdt-mini-cart-subtotal {
    border-bottom: 1px solid #d4d4d4;
}

.bdt-mini-cart-product-item, .bdt-mini-cart-subtotal {
    padding-bottom: 20px;
}

.bdt-mini-cart-footer-buttons, .bdt-mini-cart-product-item:not(:first-of-type), .bdt-mini-cart-subtotal {
    padding-top: 20px;
}

.bdt-mini-cart-footer-buttons {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin: 0 auto;
}

.bdt-mini-cart-footer-buttons .bdt-button-view-cart, .bdt-mini-cart-footer-buttons .bdt-button-checkout {
	font-family: "BioRhyme", Sans-serif;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
	color: #361404;
    background-color: #ffb62f;
	padding: 15px 30px;
	line-height: normal;
}

.bdt-mini-cart-footer-buttons .bdt-button-view-cart:hover, .bdt-mini-cart-footer-buttons .bdt-button-checkout:hover {
	color: #ffb62f;
    background-color: #361404;
}

.bdt-mini-cart-footer-buttons .bdt-button-view-cart:hover .bdt-button-text, .bdt-mini-cart-footer-buttons .bdt-button-checkout:hover .bdt-button-text {
	color: #ffb62f;
}

.wc-empty-mini-cart {
	text-align: center;
}

.wc-empty-mini-cart svg {
	max-width: 50%;
    margin: auto;
    fill: grey;
}

.wc-empty-mini-cart .wc-empty-message {
	margin-top: 20px;
}

.wc-empty-mini-cart .bdt-button {
	margin-top: 16px;
	font-family: "BioRhyme", Sans-serif;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
	color: #361404;
    background-color: #ffb62f;
	padding: 15px 30px;
	line-height: normal;
}

.wc-empty-mini-cart .bdt-button:hover {
	color: #ffb62f;
    background-color: #361404;
}

.banner-fundulet-peneve {
	cursor: pointer;
}

.field-60a676b26818a, .field-60a6779cca051, .field-60ae00959d698, .field-610054212fcfd, .field-610054212fd2f, .field-653faf09413da, .field-653fb0d68edd5 {
	pointer-events: none;
	position: relative;
}

.field-60a676b26818a .wapf-pricing-hint {
	position: absolute;
    left: 0;
    padding-left: 134px;
    pointer-events: all;
}

.field-60a6779cca051 .wapf-pricing-hint {
	left: 0;
    position: absolute;
    padding-left: 146px;
    pointer-events: all;
}

.field-60ae00959d698 .wapf-pricing-hint {
	position: absolute;
    left: 0;
    padding-left: 192px;
    pointer-events: all;
}

.field-610054212fcfd .wapf-pricing-hint {
	position: absolute;
    left: 0;
    padding-left: 162px;
    pointer-events: all;
}

.field-610054212fd2f .wapf-pricing-hint {
	position: absolute;
    left: 0;
    padding-left: 162px;
    pointer-events: all;
}

.field-653faf09413da .wapf-pricing-hint {
	position: absolute;
    left: 0;
    padding-left: 174px;
    pointer-events: all;
}

.field-653fb0d68edd5 .wapf-pricing-hint {
	position: absolute;
    left: 0;
    padding-left: 202px;
    pointer-events: all;
}

.field-60ae141770c0c label, .field-60ae14af16ee4 label {
	margin-top: unset !important;
}

.field-60ae141770c0c .wapf-input-label, .field-60ae14af16ee4 .wapf-input-label {
	margin-top: -3em !important;
}

.field-60ae141770c0c .wapf-field-label label, .field-60ae14af16ee4 .wapf-field-label label {
	display: none;
}

.field-60ae028ffdc93 {
	margin-top: -30px;
}

.field-60ae028ffdc93 .wapf-field-label, .field-60ae141770c44 .wapf-field-label, .field-60ae14af16f22 .wapf-field-label {
	margin-top: 6px;
}

.field-653faf09413da, .field-653fb0d68edd5, .field-60a676b26818a {
	position: relative;
}

.field-60a676b26818a::after {
	content: "";
    background-image: url(/wp-content/uploads/2022/02/196715915_2899700833611115_7104887408146209103_n.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 202px;
    top: -47px;
    mix-blend-mode: multiply;
    border-radius: 3px;
}

.field-653faf09413da::after {
	content: "";
    background-image: url(/wp-content/uploads/2023/10/Ambalaj-sacosa-alba.jpeg);
    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    left: 232px;
    top: -54px;
    mix-blend-mode: multiply;
}

.field-653fb0d68edd5::after {
	content: "";
    background-image: url(/wp-content/uploads/2023/10/Ambalaj-sacosa-galbena.jpeg);
    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    left: 260px;
    top: -54px;
    mix-blend-mode: multiply;
}

.attribute-pa_marime .label {
	display: block;
    padding-bottom: 0;
	padding-top: 0;
}

.attribute-pa_marime .value {
	display: flex;
    flex-wrap: wrap;
	margin-left: -10px;
	margin-top: -16px;
}

.attribute-pa_marime .value div {
	padding: 10px;
}

.attribute-pa_marime .value div label {
	margin-left: 10px !important;
}

.woocommerce-variation {
	margin-bottom: 50px!important;
}

@media only screen and (min-width:768px) and (max-width: 1024px) {
    .elementor-element.elementor-products-grid ul.products {
        grid-template-columns: repeat(3,1fr) !important;
    }
}

@media only screen and (max-width: 767px) {
	.field-653fb0d68edd5::after {
		right: -10px;
	}
	.field-653faf09413da::after {
		right: 18px;
	}
	.field-60a676b26818a::after {
		right: 56px;
	}
	.carousel-noutati .bdt-wc-add-to-cart  {
		display: none;
	}
	.btn-vezi-toate a {
		padding: 20px 30px !important;
		font-size: 24px !important;
	}
	.produs-asemanatoare .related a {
		padding: 10px !important;
		font-size: 15px !important;
	}
	.filtre-categorie .jet-checkboxes-list__button {
		display: flex;
		flex-direction: column;
		text-align: left;
	}

	.filtre-categorie .jet-checkboxes-list__decorator {
		margin: auto !important;
		margin-bottom: 5px !important;
	}

	.filtre-categorie .jet-checkboxes-list .jet-checkboxes-list__row {
		margin: 10px !important;
	}

    .woocommerce-cart table.cart .product-thumbnail {
        display: block;
    }

    .woocommerce-cart table.cart img {
        width: 100px;
    }

    .cart-page-form .woocommerce table.shop_table td.product-thumbnail::before {
        display: none;
    }

    .cart-page-form .woocommerce table.shop_table td.product-thumbnail {
        text-align: center !important;
    }

    .woocommerce a.added_to_cart {
            padding: 15px;
            width: 100%;
            display: block;
            border: solid 2px;
            border-radius: 7px;
            margin-left: 0;
            text-align: center;
    }

    .page-id-233 .elementor-element-0a49b4e h2.elementor-heading-title, .page-id-234 .col-1 h3:first-child {
        font-size: 36px !important;
        margin-top: 30px !important;
        font-weight: bold !important;
        text-align: center !important;
    }

    .page-id-234 .col-2 h3 span {
        font-size: 18px !important;
        font-family: "Cabin", Sans-serif !important;
    }

    #order_review {
        width: 100vw !important;
        margin-left: -10px;
        margin-bottom: -10px;
    }

    .woocommerce-order-received .woocommerce-order::before {
        background:url('/wp-content/uploads/2019/05/hero-checkout-mobile.jpg') no-repeat;
        width: 100vw !important;
        height: 300px;
        background-size: cover;
        max-width: 100vw !important;
        display: block;
        content: '';
    }

    .hero-section-home {
    background: url(/wp-content/uploads/2019/02/wood-graphic.png) 190px 150px / 218px no-repeat;
}

    .page-id-234 .woocommerce .woocommerce-order-details,.page-id-234 .woocommerce .woocommerce-customer-details {
        margin-bottom: 0px !important;
    }

    .woocommerce-column--shipping-address h2.woocommerce-column__title {
        margin-top: 30px;
    }

    .page-id-234 .formular-adresa .elementor-column-wrap {
        padding: 0 !important;
    }

    h3#ship-to-different-address, .woocommerce-additional-fields__field-wrapper {
        margin-top: 25px;
    }

    h3#ship-to-different-address {
        margin-bottom: 0 !important;
    }

    #order_review_heading {
        display: none;
    }

    #order_review {
        margin-top: 30px;
    }

    .page-id-233 .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .page-id-233 woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background: transparent !important;
    }


    .page-id-234 .woocommerce .col2-set, .woocommerce-page .col2-set, .page-id-233 {
        padding-right: 0 !important;
    }

    .buton-cadouri-holder .ajax_add_to_cart {
        display:block;
        margin-bottom: 10px;
        width: 100%;
    }

    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100% !important;
    }

   .elementor-element.elementor-products-grid ul.products {
    grid-template-columns: repeat(2,1fr) !important;
}

	.cart-mobile {
		position: absolute;
    	right: 15px;
    	top: 15px;
	}

	.cart-mobile a {
		padding: 12px 0px !important;
	}

	.meniu-mobile {
		padding-right: 18px;
	}

	.sectiune-hero-garantie {
		height: 680px;
		background-position: bottom !important;
		padding-bottom: 398px !important;
		padding-top: 50px;
	}

	.sectiune-hero-retur {
		height: 600px;
		background-position: bottom !important;
	}

	.col-hero-text-cookies {
		top: -60px;
	}

	.col-hero-text-garantie {
		top: -60px;
	}

	.woocommerce-MyAccount-navigation ul {
		padding-left: 20px !important;
		margin-bottom: 20px;
	}

	.col-hero-text-cadou {
		top: -115px;
	}

	.col-hero-text-cadou .elementor-column-wrap {
		padding: 0px 20px !important;
	}

	.sectiune-hero-cadou-unicat {
		background-position: bottom !important;
		height: 835px !important;
	}

	.col-padding-mobile .elementor-column-wrap {
		padding: 0px 20px !important;
	}

	.col-descriere-pag-produs {
		margin-top: 0px;
	}

	.woocommerce ul.products li.product:hover .button.add_to_cart_button {
    	bottom: -30px;
    	right: unset;
	}

	.sectiune-texte-poveste .elementor-column-wrap, .col-prod-fundulet-special .elementor-column-wrap {
		padding: 0px 20px !important;
	}

	.col-padding-mic .elementor-column-wrap {
		padding: 0px !important;
	}

	.img-testimoniale-mobile a {
		width: 100% !important;
	}

	.elementor-595 .elementor-element.elementor-element-d7c1b66:not(.elementor-motion-effects-element-type-background), .elementor-595 .elementor-element.elementor-element-d7c1b66 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		background-position: center bottom !important;
	}

	.elementor-600 .elementor-element.elementor-element-d7c1b66:not(.elementor-motion-effects-element-type-background), .elementor-600 .elementor-element.elementor-element-d7c1b66 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		background-position: center bottom !important;
	}

	.hero-sectiune-termeni .elementor-container {
		min-height: 540px !important;
	}

	.col-hero-cookies {
		padding-bottom: 370px;
    	padding-top: 25px;
	}

	.col-hero-termeni {
		padding-bottom: 370px;
    	padding-top: 20px;
	}

	.titlu-logo-footer {
    	margin-left: 30px;
	}

	.logo-footer {
    	margin-bottom: 20px !important;
    	width: 36% !important;
	}

	.footer-text-contact .elementor-icon-box-wrapper, .footer-text-instagram .elementor-icon-box-wrapper {
		display: flex;
    	text-align: left !important;
	}

	.footer-text-contact .elementor-icon-box-content, .footer-text-instagram .elementor-icon-box-content {
		margin-left: 10px;
	}

	.footer-text-contact {
    	margin-bottom: 0px !important;
	}

	.col-instagram-mobile {
		display: block;
	}

    .hero-btn-video {
    	bottom: 98px;
    	left: unset;
		margin-left: 10px;
	}

	.hero-btn-video-poveste {
    	bottom: 126px;
	}

	.sectiune-text-hero {
    	margin-top: -627px !important;
	}

	.sectiune-text-hero-poveste {
		margin-top: -690px !important;
    	margin-bottom: 450px !important;
	}

	.sectiune-text-hero .elementor-column-wrap, .sectiune-text-pasiune .elementor-column-wrap, .sectiune-text-hero-poveste .elementor-column-wrap {
		padding: 10px 20px !important;
	}

	.sectiune-hero-home {
		padding-top: 280px;
	}

	.sectiune-hero-poveste {
		padding-top: 370px !important;
	}

	.sectiune-noutati .bdt-navigation-next {
    	position: absolute !important;
    	top: -85px;
    	right: -161px;
		padding: unset !important;
	}

	.sectiune-noutati .bdt-navigation-prev {
    	position: absolute !important;
    	top: -85px;
    	right: -128px;
		padding: unset !important;
	}

    .carousel-noutati .bdt-wc-carousel-title a {
        font-size: 14px;
    }

	.sectiune-noutati .bdt-wc-carousel .bdt-wc-carousel-item {
    	width: 150px !important;
        margin-right: 10px !important;
	}

	.sectiune-noutati .swiper-container {
    	padding: 10px !important;
		margin: auto !important;
        padding-left: 20px !important;
	}

    .woocommerce .woocommerce-cart-form table.shop_table_responsive tr, .woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr {
        max-width: 70%;
        margin: auto;
    }

    .bdt-position-cover {
        display: none !important;
    }

	.sectiune-text-pasiune {
    	margin-top: -1360px;
    	margin-bottom: 1170px;
	}

	.img-fundulet-testimoniale img {
		width: 100%;
	}

	.btn-yellow-testimoniale {
    	position: absolute !important;
    	top: 0;
    	left: 0;
	}

	.btn-brown-testimoniale a {
    	width: unset;
    	height: unset;
		display: inline-block;
	}

	.btn-brown-testimoniale {
    	top: 1px;
    	z-index: 999;
	}

	.col-politici-footer {
    	text-align: center;
	}

	.wood-pasiune img {
    	margin-bottom: -70px;
	}

	.logo-header a {
		z-index: 999;
	}


	.btn-toate-produsele a {
		padding: 25px 40px !important;
	}

	.col-cart-pagina-produs {
		background-color: #fff8eb;
    	padding: 50px;
    	margin: unset !important;
	}

	.col-cart-pagina-produs {
		margin-top: -32px !important;
	}

	.instagram-feed-footer .sbi_item {
		width: 33.3% !important;
		max-height: 200px !important;
	}

	.instagram-feed-footer .sbi_item .sbi_photo {
		height: 160px !important;
	}

	.bdt-wc-products {
    	overflow-x: unset;
	}

	.cart-page-form #coupon_code {
    	width: 50%;
	}

	.sectiune-noutati:after {
		display: none;
	}

	.titlu-noutati .elementor-column-wrap h2 {
		padding-left: 10px;
	}

	.produse-pagina-fundulete .ajax_add_to_cart, .produse-pagina-fundulete .quick_view, .produs-asemanatoare .quick_view {
    	display: none;
	}

	.produse-pagina-fundulete .products li:hover::before {
		display: none;
	}

	.bdt-wc-carousel-image:hover .quick_view_button, li.type-product:hover .quick_view_button {
    	display: none !important;
	}

	.col-img-pag-produs {
		width: 100% !important;
		margin: auto;
	}

	.container-info-pagina-produs {
    	margin-left: unset;
    	margin-top: 0px;
	}

	.col-nav-mobile {
		z-index: 999;
	}

	.sectiune-hero-pag-produs {
		margin-top: 0px !important;
	}

	.header-mobile .logo-header .elementor-image img {
		position: relative;
		z-index: 999;
	}

	.container-info-pagina-produs .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
		margin-bottom: 12px;
	}

	.container-info-pagina-produs {
		padding: 20px !important;
	}
}



.logo-mobile {
    position: absolute !important;
}

a.added_to_cart {
    color: #361404;
    margin-left: 10px;
}

/******* Woocomerce cart style *********/



.woocommerce-cart-form {
    float: left;
    width: 60%;
    padding-right: 40px;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    float: right;
    width: 40%;
    padding: 40px;
    background: #eeeeee;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}

.formular-adresa .select2-container--default .select2-selection--single, input[type="text"], input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], select, textarea {
    border: solid 1px #e0e0e0;
}

table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th {
    background: transparent;
}

.formular-adresa .woocommerce form .form-row label {
    color: #9B8A82;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    color: #361404;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 60%;
    float: left;
    padding-right: 30px;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: none;
    width: 100%;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
}

.woocommerce-checkout-review-order {
    background: #efefef;
    width: 40%;
    float: right;
    padding: 30px;
}
.woocommerce table.shop_table {
    border: none;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row, #add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent;
}


.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border: none;
}

.woocommerce table.shop_table td, .woocommerce table.shop_table th {
    padding: 5px 0;
    border:none;
}

th.product-name, th.product-total {
    border-top: none !important;
}

.woocommerce-checkout-review-order-table tbody tr:last-child {
    border-bottom: solid 1px #e0e0e0;
    margin-bottom: 15px;
}

@media only screen and (max-width:767px) {
	.pasiune-paragraf p {
		max-width: 100%;
	}
    .page-id-233 .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        margin-bottom: 0px;
    }

    .page-id-233 .elementor-location-footer {
        margin-top: -10px;
    }

    .current-menu-item a, .elementor-nav-menu li a {
        background-color: rgba(0,0,0,0) !important;
    }

    .page-id-233 tr.cart-subtotal {
        margin-top: 25px;

    }

    .current-menu-item a {
        color: #FFB62F !important;
    }

    .elementor-nav-menu a:hover {
        padding: 15px 0 !important;
        color: #FFB62F !important;
    }
    .woocommerce .col2-set, .woocommerce-page .col2-set {
        width: 100%;
        float: none;
    }
    .bdt-icon:not(.bdt-preserve) [stroke*='#']:not(.bdt-preserve) {
        stroke:#FFB62F !important;
    }
    .woocommerce-cart-form {
        float: none;
        width: 100%;
        padding-right: 0px;
    }

    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
        float: none;
        width: 100vw;
        margin-left: -10px;
        padding: 20px;
    }

    .woocommerce-checkout-review-order {
        width: 100%;
        float: none;
    }
}

/** Woocommerce thank you **/

.woocommerce-order-received .woocommerce-order .woocommerce-notice {

	font-family: "BioRhyme", Sans-serif;
    font-size: 2.5rem;
    text-align: center;

}

.woocommerce-order-received ul.order_details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.woocommerce-order-received .woocommerce-order > p {
    display: none;
}

.woocommerce-order-received .woocommerce-order > p.woocommerce-notice {
    display: block;
    margin: 40px;
}

.woocommerce-order-received .woocommerce-order-details {
    width: 50%;
    float: left;
}

.woocommerce-order-received .woocommerce-customer-details {
    width: 50%;
    float:right;
}

.woocommerce-order-received .woocommerce-customer-details .col2-set {
    width: 100%;
    float: none;
    padding-right: 0;
}

.woocommerce-order-received h2.woocommerce-column__title, .woocommerce-order-received h2.woocommerce-order-details__title {
    font-size: 18px;
    font-weight: bold;
}

.woocommerce-order-received .woocommerce-customer-details .col2-set .col-1 {
    padding-right: 15px;
}

.woocommerce-order-received .woocommerce-customer-details address {
    padding: 0;
    border: none;
    font-size: 14px;
}

.woocommerce-order-received .woocommerce-order-details, .woocommerce-order-received .woocommerce-customer-details {
    min-height: 355px;
    background: #efefef;
    padding: 30px;
}

.woocommerce-order-received .woocommerce-customer-details .col2-set .col-1, .woocommerce-order-received .woocommerce-customer-details .col2-set .col-2  {
    width: 50%;
    float: left;
}

@media only screen and (min-width:768px) {
.woocommerce-order-received .woocommerce-order::before {
    display: block;
    width: 400px;
    height: 400px;
    max-width: 100%;
    content: '';
    background: url('/wp-content/uploads/2019/04/hero-thanks-pupazan.jpg') no-repeat;
    background-size: cover;
    margin: auto;
    margin-top: -50px;
}
}

@media only screen and (max-width:600px) {
    .woocommerce-order-received .woocommerce-order-details, .woocommerce-order-received .woocommerce-customer-details, .woocommerce-order-received .woocommerce-customer-details .col2-set, .woocommerce-order-received .woocommerce-customer-details .col2-set .col-1, .woocommerce-order-received .woocommerce-customer-details .col2-set .col-2 {
        width: 100%;
        float: none;
    }

    .woocommerce-order-received .woocommerce-order-details, .woocommerce-order-received .woocommerce-customer-details {
        min-height: unset;
    }

    .woocommerce-order-received ul.order_details {
        display: block;
        padding: 15px;
        margin-bottom: 30px;
    }


    .woocommerce-order-received .woocommerce-order .woocommerce-notice {
        font-size: 30px;
    }

    .woocommerce ul.order_details li {
        float: none;
        margin: 0;
        border-right: none;
        padding: 0;
        margin-bottom: 10px;
        text-align: center;
    }
}


.smartbill_company_details {
    display: none;
}
