/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

a {
  text-decoration: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

[hidden] {
  display: none; }

iframe {
  border-style: none;
  border: none;
  display: block;
  position: relative; }

a:focus {
  outline: none; }

a:active,
a:hover {
  outline: 0; }

blockquote {
  margin: 0; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

dl,
menu,
ol,
ul {
  margin: 0; }

dd {
  margin: 0; }

menu,
ol,
ul {
  padding: 0; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%; }

form {
  margin: 0; }

button,
input,
select,
textarea {
  font-size: 100%;
  vertical-align: baseline; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-style: none;
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

audio,
canvas,
img,
video {
  vertical-align: middle; }

textarea {
  resize: vertical; }

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 -1em 0 -1em; }
  @media (max-width: 768px) {
    .flex.reverse {
      flex-direction: row-reverse; } }
  .flex.two .col {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%; }
    @media (max-width: 640px) {
      .flex.two .col {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%; } }
  .flex.three .col {
    flex-basis: 33.33%;
    max-width: 33.33%;
    width: 33.33%; }
    @media (max-width: 768px) {
      .flex.three .col {
        flex-basis: 50%;
        max-width: 50%;
        width: 50%; } }
    @media (max-width: 640px) {
      .flex.three .col {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%; } }
  .flex.four .col {
    flex-basis: 25%;
    max-width: 25%;
    width: 25%; }
    @media (max-width: 960px) {
      .flex.four .col {
        flex-basis: 33.33%;
        max-width: 33.33%;
        width: 33.33%; } }
    @media (max-width: 768px) {
      .flex.four .col {
        flex-basis: 50%;
        max-width: 50%;
        width: 50%; } }
    @media (max-width: 640px) {
      .flex.four .col {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%; } }
  .flex .col {
    order: 0;
    flex-grow: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    padding: 0 1em;
    min-width: 0; }

.right {
  float: right; }

.left {
  float: left; }

.show {
  display: block !important; }

.hide {
  display: none; }

.table {
  display: table;
  height: 100%;
  width: 100%; }

.table-cell {
  display: table-cell;
  vertical-align: middle; }

.ovh {
  overflow: hidden; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 2em;
  margin-bottom: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 2em;
  margin-top: 2em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em; }

@media (max-width: 768px) {
  .alignleft, .alignright, .aligncenter {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5em;
    margin-bottom: 1.5em; } }
/* Mark Pro */
@font-face {
  font-family: 'MarkPro';
  src: url("fonts/MarkPro.woff2") format("woff2"), url("fonts/MarkPro.woff") format("woff");
  src: url("fonts/MarkPro.eot");
  src: url("fonts/MarkPro.eot?#iefix") format("embedded-opentype"), url("fonts/MarkPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: fallback; }
@font-face {
  font-family: 'MarkProMedium';
  src: url("fonts/MarkPro-Medium.woff2") format("woff2"), url("fonts/MarkPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: fallback; }
@font-face {
  font-family: 'MarkProBold';
  src: url("fonts/MarkPro-Bold.woff2") format("woff2"), url("fonts/MarkPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: fallback; }
/* DIN Condensed */
@font-face {
  font-family: 'DIN Condensed';
  src: url("fonts/DINCondensed-Bold.woff2") format("woff2"), url("fonts/DINCondensed-Bold.woff") format("woff");
  src: url("fonts/DINCondensed-Bold.eot");
  src: url("fonts/DINCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/DINCondensed-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: fallback; }
body {
  font-family: "MarkPro", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #3F3D3D;
  background: #fff; }

h1, h2, h3, h4, h5, h6 {
  font-family: "MarkPro", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #3F3D3D;
  letter-spacing: .02em;
  margin-bottom: 0.75em; }
  @media (max-width: 768px) {
    h1, h2, h3, h4, h5, h6 {
      margin-bottom: 1em; } }

h1 {
  font-size: 1.476em;
  line-height: 1.3;
  /*
  @include tablet {
  	font-size: 1.802em;
  	line-height: 1.35;
  }
  @include desktop-small {
  	font-size: 2.5em;
  	font-weight: 200;
  }
  @include desktop {
  	font-size: 3.5em;
  	letter-spacing: .01em;
  }
  @include desktop-big {
  	font-size: 4em;
  	letter-spacing: .02em;
  }
  */ }

h2 {
  font-size: 1.383em;
  line-height: 1.35;
  /*
  @include desktop-small {
  	font-size: 1.802em;
  	font-weight: 300;
  	letter-spacing: .05em;
  	margin-bottom: 1.5em;
  }
  */
  /*
  @include desktop-big {
  	font-size: 2.250em;
  }
  */ }

h3 {
  font-size: 1.296em;
  line-height: 1.4;
  /*
  @include tablet {
  	font-size: 1.476em;
  }
  @include desktop-small {
  	font-size: 1.625em;
  }
  */ }

h4 {
  font-size: 1.215em;
  line-height: 1.4;
  /*
  @include tablet {
  	font-size: 1.296em;
  }
  @include desktop-small {
  	font-size: 1.424em;
  	font-weight: 300;
  }
  */ }

h5 {
  font-size: 1.138em;
  /*
  @include tablet {
  	font-size: 1.125em;
  }
  @include desktop-small {
  	font-size: 1.266em;
  	font-weight: 300;
  }
  */ }

h6 {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: .01em; }

p {
  margin: 0 0 1em;
  letter-spacing: 0.005em; }
  @media (max-width: 960px) {
    p {
      font-size: 1em; } }

label {
  font-family: "MarkPro";
  display: inline-block;
  margin-bottom: .75em;
  font-weight: 400; }

b,
strong {
  font-family: "MarkPro";
  font-weight: 700; }

a {
  display: inline-block;
  font-family: "MarkPro";
  color: inherit; }

p p,
p a,
p span,
p label,
p strong,
p em,
a p,
a a,
a span,
a label,
a strong,
a em,
span p,
span a,
span span,
span label,
span strong,
span em,
label p,
label a,
label span,
label label,
label strong,
label em,
strong p,
strong a,
strong span,
strong label,
strong strong,
strong em,
em p,
em a,
em span,
em label,
em strong,
em em {
  font-size: 100%;
  margin: 0; }

blockquote {
  font-family: "MarkPro";
  font-weight: 400;
  font-style: italic; }
  @media (max-width: 768px) {
    blockquote {
      font-weight: 300; } }

hr {
  display: block;
  border-style: none;
  height: 1px;
  background: #fafafa; }

small {
  font-size: 85%; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
textarea,
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-family: "MarkPro", Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-weight: 400;
  color: #2e2e2e;
  letter-spacing: .01em;
  min-width: auto;
  width: 100%;
  min-height: 2.25em;
  margin-bottom: .75em;
  padding: .75em 1em;
  background: #ffffff;
  border-style: none;
  vertical-align: middle;
  outline: 0; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  input[type="number"]:focus,
  input[type="date"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="week"]:focus,
  input[type="month"]:focus,
  textarea:focus,
  select:focus {
    border-color: #fff; }
  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="password"]::placeholder,
  input[type="search"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="url"]::placeholder,
  input[type="number"]::placeholder,
  input[type="date"]::placeholder,
  input[type="time"]::placeholder,
  input[type="datetime"]::placeholder,
  input[type="datetime-local"]::placeholder,
  input[type="week"]::placeholder,
  input[type="month"]::placeholder,
  textarea::placeholder,
  select::placeholder {
    color: #635c5c; }
  @media (max-width: 768px) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="url"],
    input[type="number"],
    input[type="date"],
    input[type="time"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="week"],
    input[type="month"],
    textarea,
    select {
      padding: 1em; } }

input[type="search"]::placeholder {
  font-size: .875em; }

textarea {
  min-width: 15em;
  width: 100%;
  min-height: 7em;
  line-height: 1.4; }

select {
  outline: none;
  min-width: 5em;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.navigation-bottom {
  display: block;
  margin-top: 2em;
  float: right;
  position: relative; }
  .navigation-bottom ul:before, .navigation-bottom ul:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  .navigation-bottom ul:after {
    clear: both; }
  .navigation-bottom ul li {
    float: left;
    margin-left: 0.25em; }
    .navigation-bottom ul li:first-child {
      margin: 0; }
  .navigation-bottom ul li a {
    padding: .2em;
    width: 2em;
    text-align: center; }
  .navigation-bottom ul li a.active {
    border: 1px solid #cccccc; }
  @media (max-width: 480px) {
    .navigation-bottom ul li {
      margin-bottom: 1em; } }
  .navigation-bottom ul li:last-child {
    margin-left: 0; }
  .navigation-bottom ul li:last-child a {
    width: 9em; }
  .navigation-bottom .wp-pagenavi span,
  .navigation-bottom .wp-pagenavi .first,
  .navigation-bottom .wp-pagenavi .page,
  .navigation-bottom .wp-pagenavi .nextpostslink,
  .navigation-bottom .wp-pagenavi .previouspostslink {
    padding: 0.5em; }
  .navigation-bottom .wp-pagenavi span.current {
    border: 1px solid #ccc;
    display: inline; }

.btn-contact-product {
  background: #ffd033;
  color: #ffffff;
  font-family: "MarkProBold", Helvetica, Arial, sans-serif;
  font-size: 1.250em;
  padding: .75em 2em;
  width: 100%;
  text-align: center; }

.btn-descopera {
  text-transform: uppercase;
  font-family: "MarkProBold", Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 1.3em 2.5em; }
  .btn-descopera:hover {
    color: #2e2e2e;
    background: #ffd033;
    border: 1px solid #ffd033;
    outline: none;
    transition: all 0.4s; }

.btn-outline {
  display: inline-block;
  width: 100%;
  padding: 1em 2em;
  background: transparent;
  border: 1px solid #2e2e2e;
  font-family: "MarkProBold"; }
  .btn-outline:hover {
    background: #2e2e2e !important;
    color: #ffffff;
    transition: all 0.4s; }

.btn-orders {
  display: inline-block;
  padding: 1em 2em;
  background: transparent;
  border: 1px solid #2e2e2e;
  font-family: "MarkProBold"; }
  .btn-orders:hover {
    background: #2e2e2e;
    color: #ffffff;
    transition: all 0.4s; }

.order-again-container {
  margin: 1em 0; }
  .order-again-container .order-again {
    text-align: right; }
    .order-again-container .order-again .btn-orders {
      display: inline-block;
      padding: .5em 2em;
      background: transparent;
      border: 1px solid #2e2e2e;
      font-family: "MarkProBold"; }
      .order-again-container .order-again .btn-orders:hover {
        background: #2e2e2e;
        color: #ffffff;
        transition: all 0.4s; }

.btn-link {
  display: inline-block;
  padding: 1em 2em;
  background: none;
  border: 1px solid #2e2e2e;
  margin-top: 2em;
  text-transform: capitalize;
  font-family: "MarkProBold"; }
  .btn-link:hover {
    color: #ffffff;
    background: #2e2e2e;
    transition: all 0.4s; }

.btn-final {
  background: #2e2e2e;
  color: #ffffff;
  font-family: "MarkProBold", Helvetica, Arial, sans-serif;
  font-size: 1.250em;
  padding: 1em;
  display: inline-block;
  width: 100%; }
  @media (max-width: 960px) {
    .btn-final {
      font-size: 1.15em;
      transition: all 0.4s; } }

.btn-adauga {
  background: #ffd033;
  color: #ffffff;
  font-family: "MarkProBold";
  font-size: 1.250em;
  padding: 1em 2em;
  width: 100%; }

.btn-login {
  font-family: "MarkPro", Helvetica, Arial, sans-serif;
  display: inline-block;
  font-weight: 400;
  color: white;
  width: 100%;
  padding: 1em 2em;
  min-height: 2.25em;
  vertical-align: middle;
  text-transform: uppercase;
  background: #1A9D59;
  cursor: pointer;
  letter-spacing: .13em;
  border: 1px solid #1A9D59;
  outline: 0; }

.continua-button {
  background: transparent;
  border: 1px solid #2e2e2e;
  padding: 1em 2em;
  color: #2e2e2e;
  font-family: "MarkProBold", Helvetica, Arial, sans-serif; }

.finalizeaza-comanda {
  background: #ffd033;
  color: #ffffff;
  padding: 1em 2em;
  border: 1px solid #ffd033;
  margin-left: 1em;
  font-family: "MarkProBold", Helvetica, Arial, sans-serif; }

.continua {
  background: #ffd033;
  color: #ffffff;
  padding: 1em 0;
  border: 1px solid #ffd033;
  width: 48%;
  text-align: center;
  margin-left: 1%;
  font-family: "MarkProBold", Helvetica, Arial, sans-serif; }

.product-chosen {
  background: #ffeeb4;
  padding: 1em 2em;
  border: 1px solid #ffeeb4;
  width: 50%;
  text-align: center;
  padding: 1em 0;
  height: 3.750em; }
  .product-chosen i {
    width: 15px;
    height: 15px;
    background: url(img/svg/info_orange.svg);
    background-size: 15px 15px;
    display: inline-block;
    vertical-align: middle; }
  .product-chosen span.mc-cs {
    vertical-align: middle;
    margin-left: .5em;
    font-size: 1em; }
  .product-chosen span.mm-cs {
    font-size: 0.8125em; }

.disponibil-comanda-btn {
  background-color: #facf33;
  font-family: "MarkProBold";
  font-size: 1.250em;
  color: #ffffff;
  padding: 1em;
  display: block;
  width: 100%; }

header .container-huge {
  position: relative;
  padding: 1em 3.750em 1em 5.313em; }
  @media (max-width: 1550px) {
    header .container-huge {
      padding: 1em;
      transition: all 0.4s;
      max-width: 1400px; } }
header .burger {
  display: none;
  width: 2em;
  margin-top: .9em;
  margin-right: .75em;
  margin-left: 0; }
  header .burger span {
    display: block;
    width: 100%;
    height: 1px;
    background: #2e2e2e;
    margin-top: .5em; }
    header .burger span:first-child {
      margin-top: 0; }
  @media (max-width: 1170px) {
    header .burger {
      display: inline-block; } }
header .logo-wrapper {
  display: table;
  float: left; }
  header .logo-wrapper .logo,
  header .logo-wrapper h6 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 1em;
    font-size: 1.375em;
    font-family: "DIN Condensed", Helvetica, Arial, sans-serif; }
  @media (max-width: 550px) {
    header .logo-wrapper h6 {
      display: none; } }
  header .logo-wrapper .logo {
    width: 100px;
    height: 50px;
    background-image: url("img/svg/logo.svg");
    background-size: 100px 50px;
    background-repeat: no-repeat; }
    @media (max-width: 380px) {
      header .logo-wrapper .logo {
        width: 80px;
        height: 45px;
        background-size: 80px 45px;
        transition: all 0.4s; } }
header .header-form {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  float: left;
  padding-left: 3.125em; }
  @media (max-width: 1400px) {
    header .header-form {
      padding-left: 1.5em;
      transition: all 0.4s; } }
  @media (max-width: 1170px) {
    header .header-form {
      padding-left: 1em;
      transition: all 0.4s; } }
  @media (max-width: 960px) {
    header .header-form {
      display: none; } }
  header .header-form input[type="search"] {
    background: #f5f5f5;
    min-width: 28vw;
    border: 0;
    margin-bottom: 0;
    padding-left: 1em;
    padding-right: 2.4em; }
  header .header-form button {
    position: absolute;
    right: .5em;
    top: .45em;
    width: 30px;
    height: 30px;
    background-image: url("img/svg/search_white.svg");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f0f0f0; }
header .mini-basket {
  float: right;
  top: .3em;
  position: relative; }
  header .mini-basket .mini-basket-trigger {
    position: relative; }
    header .mini-basket .mini-basket-trigger i {
      width: 40px;
      height: 40px;
      background-image: url("img/svg/header_basket.svg");
      background-size: 40px 40px;
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 380px) {
        header .mini-basket .mini-basket-trigger i {
          width: 30px;
          height: 30px;
          background-size: 30px 30px; } }
    header .mini-basket .mini-basket-trigger .mini-cart-count {
      width: 30px;
      height: 30px;
      display: inline-flex;
      align-items: center;
      position: absolute;
      right: 1em;
      background: #ffd033;
      border: 3px solid white;
      border-radius: 50%;
      padding: 3px 5px;
      top: -.9em;
      font-size: 10px;
      font-family: "Sarabun Bold", Helvetica, Arial, sans-serif; }
      header .mini-basket .mini-basket-trigger .mini-cart-count span {
        width: 100%;
        text-align: center; }
    header .mini-basket .mini-basket-trigger span.caret-down {
      display: inline-block;
      width: 0;
      height: 0;
      vertical-align: middle;
      border-top: 5px solid black;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      border-bottom: 0 solid black;
      margin-left: 1em; }
  header .mini-basket .form-mini-cart {
    display: none;
    position: absolute;
    top: calc(3em + .5em);
    right: 0;
    background: white;
    text-align: center;
    padding: .75em;
    min-width: 400px;
    z-index: 4;
    -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1); }
    @media (max-width: 768px) {
      header .mini-basket .form-mini-cart {
        min-width: 280px;
        transition: all 0.4s; } }
    header .mini-basket .form-mini-cart .mini-cart-wrapper {
      position: relative; }
      header .mini-basket .form-mini-cart .mini-cart-wrapper .mc-link-refresh {
        padding: 1em; }
        header .mini-basket .form-mini-cart .mini-cart-wrapper .mc-link-refresh span {
          margin-left: 0.5em; }
    header .mini-basket .form-mini-cart .preloader-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #ffffff;
      z-index: 1; }
      header .mini-basket .form-mini-cart .preloader-overlay img {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -32px;
        margin-left: -32px; }
    header .mini-basket .form-mini-cart .mini-basket-empty {
      text-align: center;
      padding: 1em; }
      header .mini-basket .form-mini-cart .mini-basket-empty span {
        display: block;
        margin: 1.5em 0 1em; }
      header .mini-basket .form-mini-cart .mini-basket-empty a {
        color: #56ba3e;
        font-family: "MarkProBold"; }
    header .mini-basket .form-mini-cart .mini-basket-product {
      position: relative;
      margin-top: 1em;
      margin-bottom: 1em;
      padding-left: calc(64px + 1.5em);
      text-align: left; }
      @media (max-width: 768px) {
        header .mini-basket .form-mini-cart .mini-basket-product {
          padding-left: calc(64px + .5em); } }
      header .mini-basket .form-mini-cart .mini-basket-product .mini-basket-product-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 64px;
        height: 64px; }
      header .mini-basket .form-mini-cart .mini-basket-product .mini-basket-product-title {
        margin-bottom: 1em;
        padding-right: 2.5em;
        text-align: left; }
        @media (max-width: 768px) {
          header .mini-basket .form-mini-cart .mini-basket-product .mini-basket-product-title {
            margin-bottom: 0;
            transition: all 0.4s; } }
      header .mini-basket .form-mini-cart .mini-basket-product .mini-basket-product-delete {
        position: absolute;
        top: 0;
        right: 0;
        width: 1.5em;
        height: 1.5em; }
      header .mini-basket .form-mini-cart .mini-basket-product .mini-basket-product-total {
        overflow: hidden; }
        header .mini-basket .form-mini-cart .mini-basket-product .mini-basket-product-total select {
          float: left;
          padding: .5em 1em;
          width: 5em;
          min-width: 5em;
          border: 1px solid #ccc; }
        header .mini-basket .form-mini-cart .mini-basket-product .mini-basket-product-total span {
          float: right;
          line-height: 2.25em; }
    header .mini-basket .form-mini-cart .mini-basket-total {
      background: #333;
      color: #ffffff;
      padding: .75em;
      margin-bottom: .75em;
      text-align: left; }
      header .mini-basket .form-mini-cart .mini-basket-total span {
        float: right; }
    header .mini-basket .form-mini-cart .mc-place-order-btn {
      display: block;
      margin-bottom: 1em;
      width: 100%;
      display: inline-block;
      font-size: 85%;
      font-weight: 400;
      color: #ffffff;
      padding: 1.2em 2em;
      min-height: 2.25em;
      vertical-align: middle;
      text-transform: uppercase;
      background-color: #facf33;
      font-family: "MarkProBold";
      cursor: pointer;
      letter-spacing: .13em;
      outline: 0; }
    header .mini-basket .form-mini-cart button[type="reset"] {
      background: transparent;
      font-size: 1.2em;
      padding: 1em;
      min-height: 2.25em; }
      header .mini-basket .form-mini-cart button[type="reset"] i {
        width: 22px;
        height: 22px;
        margin-left: 0;
        margin-right: 1em;
        float: left; }
header .header-search {
  float: right;
  padding-right: 1em;
  top: .3em;
  position: relative; }
  header .header-search .header-search-trigger {
    display: none;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background: url("img/svg/search_gray.svg") no-repeat center;
    background-size: auto;
    background-size: 22px 22px;
    margin-right: .75em; }
    @media (max-width: 960px) {
      header .header-search .header-search-trigger {
        display: inline-block;
        transition: all 0.4s; } }
  @media (max-width: 1400px) {
    header .header-search {
      padding-right: 1em; } }
  @media (max-width: 480px) {
    header .header-search {
      padding-right: .75em; } }
  header .header-search .header-user {
    position: relative;
    display: inline-block; }
    header .header-search .header-user .header-catalog {
      display: inline-block;
      margin-right: .5em;
      vertical-align: middle; }
      header .header-search .header-user .header-catalog i {
        display: inline-block;
        width: 35px;
        height: 35px;
        background: url(img/svg/catalogue.svg) no-repeat center;
        background-size: 35px 35px;
        vertical-align: middle;
        margin-right: .5em; }
      @media (max-width: 1300px) {
        header .header-search .header-user .header-catalog {
          display: none; } }
    header .header-search .header-user .header-search-phone {
      display: inline-block;
      padding-right: .5em; }
      @media (max-width: 1400px) {
        header .header-search .header-user .header-search-phone {
          padding-right: 1em;
          transition: all 0.4s; } }
      @media (max-width: 1024px) {
        header .header-search .header-user .header-search-phone {
          display: none; } }
      header .header-search .header-user .header-search-phone a {
        font-family: "MarkProBold", Helvetica, Arial, sans-serif; }
        @media (max-width: 1400px) {
          header .header-search .header-user .header-search-phone a {
            font-size: 0.875em; } }
      header .header-search .header-user .header-search-phone .first-phone {
        padding-left: .5em; }
      @media (max-width: 1170px) {
        header .header-search .header-user .header-search-phone .delimiter,
        header .header-search .header-user .header-search-phone .second-phone {
          display: none; } }
      header .header-search .header-user .header-search-phone i {
        display: inline-block;
        width: 40px;
        height: 40px;
        background: url(img/svg/header_phone.svg) no-repeat center;
        background-size: 40px 40px;
        vertical-align: middle; }
    header .header-search .header-user .header-user-trigger {
      display: inline-block; }
      header .header-search .header-user .header-user-trigger .user-pic {
        background: url(img/svg/header_user.svg) no-repeat center;
        background-size: 40px 40px;
        width: 40px;
        height: 40px;
        display: inline-block;
        vertical-align: middle; }
        @media (max-width: 380px) {
          header .header-search .header-user .header-user-trigger .user-pic {
            width: 30px;
            height: 30px;
            background-size: 30px 30px; } }
      header .header-search .header-user .header-user-trigger span {
        margin-left: .5em;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 4.35em;
        display: inline-block;
        vertical-align: middle; }
        @media (max-width: 1400px) {
          header .header-search .header-user .header-user-trigger span {
            font-size: 0.875em; } }
        @media (max-width: 600px) {
          header .header-search .header-user .header-user-trigger span {
            display: none; } }
    header .header-search .header-user .header-user-dropdown {
      display: none;
      position: absolute;
      top: calc(2em + 1em);
      right: 0;
      background: white;
      -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
      box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
      min-width: 12em;
      z-index: 4; }
      header .header-search .header-user .header-user-dropdown strong {
        padding: 1em 1.5em;
        background: #e6e6e6;
        display: block; }
        header .header-search .header-user .header-user-dropdown strong span {
          vertical-align: top;
          width: 10em;
          overflow: hidden;
          text-overflow: ellipsis; }
      header .header-search .header-user .header-user-dropdown ul {
        padding: 1em 1.5em; }
        header .header-search .header-user .header-user-dropdown ul li {
          position: relative;
          border-top: 1px solid #e6e6e6;
          padding-top: 0.5em;
          padding-bottom: 0.5em; }
          header .header-search .header-user .header-user-dropdown ul li:first-child {
            border: 0; }

.header-menu {
  background: #f5f5f5;
  position: relative;
  z-index: 3; }
  @media (max-width: 1170px) {
    .header-menu {
      display: none; } }
  .header-menu .header-left .categorii-link {
    display: inline-block;
    background-color: #e8e8e8;
    padding: .5em 1.5em .5em 1.5em;
    position: relative;
    cursor: pointer; }
    .header-menu .header-left .categorii-link .nav-menu-burger {
      width: 2em; }
      .header-menu .header-left .categorii-link .nav-menu-burger span {
        display: block;
        width: 100%;
        height: 1px;
        background: #2e2e2e;
        margin-top: .5em; }
  .header-menu .header-left .nav-menu {
    position: relative;
    top: -.22em; }
    .header-menu .header-left .nav-menu span {
      padding: 0 1.5em 0 1.5em; }
  .header-menu .header-left .main-menu-links {
    display: inline-block;
    padding-left: 2.7em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 1400px) {
      .header-menu .header-left .main-menu-links {
        padding-left: 1.5em;
        transition: all 0.4s; } }
    .header-menu .header-left .main-menu-links .main-links:before, .header-menu .header-left .main-menu-links .main-links:after {
      content: "";
      visibility: hidden;
      height: 0;
      display: table; }
    .header-menu .header-left .main-menu-links .main-links:after {
      clear: both; }
    .header-menu .header-left .main-menu-links .main-links li {
      float: left;
      margin-left: 2.7em; }
      .header-menu .header-left .main-menu-links .main-links li:first-child {
        margin: 0; }
    @media (max-width: 1400px) {
      .header-menu .header-left .main-menu-links .main-links {
        transition: all 0.4s; }
        .header-menu .header-left .main-menu-links .main-links:before, .header-menu .header-left .main-menu-links .main-links:after {
          content: "";
          visibility: hidden;
          height: 0;
          display: table; }
        .header-menu .header-left .main-menu-links .main-links:after {
          clear: both; }
        .header-menu .header-left .main-menu-links .main-links li {
          float: left;
          margin-left: 1em; }
          .header-menu .header-left .main-menu-links .main-links li:first-child {
            margin: 0; } }
    @media (max-width: 1170px) {
      .header-menu .header-left .main-menu-links .main-links {
        display: none;
        transition: all 0.4s; } }
    .header-menu .header-left .main-menu-links .main-links li {
      padding: .2em; }
      .header-menu .header-left .main-menu-links .main-links li:last-child {
        background: #ffffff; }
        .header-menu .header-left .main-menu-links .main-links li:last-child a {
          padding: 0 .2em; }
  .header-menu .header-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1em; }
    .header-menu .header-right .second-links li:first-child a:before {
      content: "";
      width: 20px;
      height: 20px;
      background-size: 20px 20px;
      background-image: url(img/svg/header_help.svg);
      display: inline-block;
      margin-right: 1em;
      vertical-align: middle; }
    .header-menu .header-right .second-links:before, .header-menu .header-right .second-links:after {
      content: "";
      visibility: hidden;
      height: 0;
      display: table; }
    .header-menu .header-right .second-links:after {
      clear: both; }
    .header-menu .header-right .second-links li {
      float: left;
      margin-left: 2.7em; }
      .header-menu .header-right .second-links li:first-child {
        margin: 0; }
    @media (max-width: 1400px) {
      .header-menu .header-right .second-links:before, .header-menu .header-right .second-links:after {
        content: "";
        visibility: hidden;
        height: 0;
        display: table; }
      .header-menu .header-right .second-links:after {
        clear: both; }
      .header-menu .header-right .second-links li {
        float: left;
        margin-left: 1em; }
        .header-menu .header-right .second-links li:first-child {
          margin: 0; } }
    @media (max-width: 480px) {
      .header-menu .header-right {
        display: none; } }
  .header-menu .menu-container {
    position: absolute;
    top: 3.2em;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 1em;
    display: none; }
    .header-menu .menu-container:before, .header-menu .menu-container:after {
      content: "";
      visibility: hidden;
      height: 0;
      display: table; }
    .header-menu .menu-container:after {
      clear: both; }
    .header-menu .menu-container .flex {
      margin: 0;
      align-items: stretch; }
    .header-menu .menu-container .col {
      padding: 0; }
    .header-menu .menu-container .col:nth-child(1) {
      flex-basis: 25%;
      max-width: 25%;
      width: 25%; }
    .header-menu .menu-container .col:nth-child(2) {
      flex-basis: 75%;
      max-width: 75%;
      width: 75%; }
    .header-menu .menu-container .menu-list {
      background: #f5f5f5;
      height: 100%; }
      .header-menu .menu-container .menu-list li {
        padding: .5em 1em .5em .5em; }
        .header-menu .menu-container .menu-list li div.menu-cat {
          width: 100%; }
          .header-menu .menu-container .menu-list li div.menu-cat a {
            width: 100%; }
            .header-menu .menu-container .menu-list li div.menu-cat a i,
            .header-menu .menu-container .menu-list li div.menu-cat a span {
              vertical-align: middle; }
            .header-menu .menu-container .menu-list li div.menu-cat a i:nth-child(1) {
              width: 13px;
              height: 20px;
              display: inline-block;
              background: url("img/svg/cat_submeniu.svg");
              background-size: 13px 20px;
              background-repeat: no-repeat;
              background-position: center center;
              margin-right: .5em; }
              @media (max-width: 1400px) {
                .header-menu .menu-container .menu-list li div.menu-cat a i:nth-child(1) {
                  display: none; } }
            .header-menu .menu-container .menu-list li div.menu-cat a i:nth-child(3) {
              width: 6px;
              height: 25px;
              display: inline-block;
              background: url("img/svg/right_dark.svg");
              background-size: 6px 13px;
              background-repeat: no-repeat;
              background-position: center center;
              margin-left: 1em;
              float: right; }
    .header-menu .menu-container .menu-category-details:first-of-type {
      display: block; }
    .header-menu .menu-container .menu-category-details {
      background: #fafafa;
      padding: 2em;
      height: 100%;
      display: none; }
      .header-menu .menu-container .menu-category-details .flex.six {
        margin: 0 -1em; }
        .header-menu .menu-container .menu-category-details .flex.six .col {
          flex-basis: 16.66%;
          max-width: 16.66%;
          width: 16.66%;
          padding: 0 1em; }
      .header-menu .menu-container .menu-category-details .category-link {
        display: block;
        margin-bottom: 1em; }
        .header-menu .menu-container .menu-category-details .category-link .category-box p {
          margin-top: .5em;
          line-height: 1.2;
          font-size: 95%; }
      .header-menu .menu-container .menu-category-details .youtube-link {
        background: #eaeaea;
        padding: 1.5em;
        width: 100%; }
        @media (max-width: 1400px) {
          .header-menu .menu-container .menu-category-details .youtube-link {
            font-size: 0.875em; } }
        .header-menu .menu-container .menu-category-details .youtube-link .youtube-box {
          text-align: center; }
          .header-menu .menu-container .menu-category-details .youtube-link .youtube-box img {
            margin-bottom: 1em; }
          .header-menu .menu-container .menu-category-details .youtube-link .youtube-box span {
            display: block;
            font-family: "MarkProMedium";
            font-size: 1em; }
    .header-menu .menu-container .sub-sub-category {
      padding-top: 1em;
      margin-top: 1em;
      border-top: 1px solid #2e2e2e;
      display: none; }
      .header-menu .menu-container .sub-sub-category .flex.four {
        margin: 0 -2em 0 -2em; }
        .header-menu .menu-container .sub-sub-category .flex.four .col {
          padding: 0 2em;
          margin-bottom: .5em; }
        .header-menu .menu-container .sub-sub-category .flex.four .col:nth-child(2) {
          flex-basis: 25%;
          max-width: 25%;
          width: 25%; }

footer {
  background: #fbfbfb;
  padding: 6.25em 0; }
  @media (max-width: 960px) {
    footer .intro-txt p {
      font-size: 1em; } }
  footer .info-help {
    padding: 4.25em 0; }
    footer .info-help .flex {
      margin: 0 -.5em; }
    footer .info-help .col {
      padding: 0 .5em; }
    @media (max-width: 1170px) {
      footer .info-help .flex.three .col {
        flex-basis: 50%;
        max-width: 50%;
        width: 50%;
        padding-bottom: 1em; } }
    @media (max-width: 768px) {
      footer .info-help .flex.three .col {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%; } }
    footer .info-help .flex.three .col:last-child {
      margin: 0 auto; }
    @media (max-width: 1170px) {
      footer .info-help {
        padding: 2em 0;
        transition: all 0.4s; } }
    footer .info-help a {
      background: #ffffff;
      width: 100%;
      display: table; }
    footer .info-help .info-help-box {
      min-height: 100px;
      position: relative; }
      @media (max-width: 480px) {
        footer .info-help .info-help-box {
          min-height: 120px; } }
      footer .info-help .info-help-box .info-help-box-wrapper {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding-left: 2em; }
        @media (max-width: 1400px) {
          footer .info-help .info-help-box .info-help-box-wrapper {
            padding-left: 1em;
            transition: all 0.4s; } }
        @media (max-width: 480px) {
          footer .info-help .info-help-box .info-help-box-wrapper {
            text-align: center;
            padding-left: 0;
            width: 100%; } }
        footer .info-help .info-help-box .info-help-box-wrapper .ihb-img,
        footer .info-help .info-help-box .info-help-box-wrapper .ihb-txt {
          display: inline-block;
          vertical-align: middle; }
          footer .info-help .info-help-box .info-help-box-wrapper .ihb-img h6,
          footer .info-help .info-help-box .info-help-box-wrapper .ihb-txt h6 {
            font-family: "MarkProBold";
            font-size: 1.25em;
            font-weight: 700;
            line-height: .75em;
            padding: 0;
            margin: 0; }
          @media (max-width: 480px) {
            footer .info-help .info-help-box .info-help-box-wrapper .ihb-img,
            footer .info-help .info-help-box .info-help-box-wrapper .ihb-txt {
              display: block; } }
        footer .info-help .info-help-box .info-help-box-wrapper .img-1 i {
          width: 25px;
          height: 42px;
          display: inline-block;
          background: url(img/svg/footer_phone.svg);
          background-size: 25px 42px;
          background-repeat: no-repeat;
          background-position: center; }
        footer .info-help .info-help-box .info-help-box-wrapper .img-2 i {
          width: 41px;
          height: 41px;
          display: inline-block;
          background: url(img/svg/footer_chat.svg);
          background-size: 41px 41px;
          background-repeat: no-repeat;
          background-position: center; }
        footer .info-help .info-help-box .info-help-box-wrapper .img-3 i {
          width: 52px;
          height: 24px;
          display: inline-block;
          background: url(img/svg/footer_mail.svg);
          background-size: 52px 24px;
          background-repeat: no-repeat;
          background-position: center; }
        footer .info-help .info-help-box .info-help-box-wrapper .ihb-txt {
          padding-left: 2em; }
          @media (max-width: 1400px) {
            footer .info-help .info-help-box .info-help-box-wrapper .ihb-txt {
              padding-left: .5em; } }
  footer .footer-main {
    padding-bottom: 4em; }
    @media (max-width: 960px) {
      footer .footer-main .flex.four .col {
        padding-bottom: 2em; } }
    @media (max-width: 640px) {
      footer .footer-main .flex.four .col {
        flex-basis: 50%;
        max-width: 50%;
        width: 50%; } }
    @media (max-width: 480px) {
      footer .footer-main .flex.four .col {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%; } }
    footer .footer-main h5 {
      padding-bottom: 2em; }
      @media (max-width: 960px) {
        footer .footer-main h5 {
          padding-bottom: 0;
          transition: all 0.4s; } }
    @media (max-width: 960px) {
      footer .footer-main {
        padding-bottom: 0; } }
    footer .footer-main .visa {
      background: url("img/svg/visa.svg");
      height: 25px; }
    footer .footer-main .mastercard {
      background: url("img/svg/mastercard.svg");
      height: 55px;
      margin-left: 1.25em; }
    footer .footer-main .card-credit {
      margin-top: 2.1875em; }
      footer .footer-main .card-credit .visa,
      footer .footer-main .card-credit .mastercard {
        background-repeat: no-repeat;
        display: inline-block;
        width: 70px;
        vertical-align: middle; }
      @media (max-width: 960px) {
        footer .footer-main .card-credit {
          margin-top: 0; } }
  @media (max-width: 960px) {
    footer .footer-copyright .flex.two .flex.two {
      text-align: center; } }
  @media (max-width: 960px) {
    footer .footer-copyright .flex.two .col {
      flex-basis: 100%;
      max-width: 100%;
      width: 100%;
      text-align: left; } }
  @media (max-width: 960px) {
    footer .footer-copyright .flex.two .col .txt-right {
      text-align: left;
      padding-top: 1em; } }
  @media (max-width: 480px) {
    footer .footer-copyright .flex.two .col .txt-right a {
      display: block; }
      footer .footer-copyright .flex.two .col .txt-right a:nth-child(1) {
        margin-bottom: 1em; } }
  footer .footer-copyright .fb-icon {
    background-image: url("img/svg/facebook.svg"); }
  footer .footer-copyright .yt-icon {
    background: url("img/svg/youtube.svg"); }
  footer .footer-copyright .fb-icon,
  footer .footer-copyright .yt-icon {
    background-repeat: no-repeat;
    background-position: center center;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle; }
  footer .footer-copyright a small {
    margin-left: .5em; }
  footer .footer-copyright a:last-child {
    margin-left: 1em; }
    @media (max-width: 480px) {
      footer .footer-copyright a:last-child {
        margin-left: 0; } }
  @media (max-width: 1170px) {
    footer {
      padding: 0 0 3em 0; } }

/* Footer "Comanda plasata" */
.footer-comanda {
  background: #fbfbfb;
  padding: 3em 0 3em 0; }
  .footer-comanda .flex.four {
    align-items: center;
    margin: 0 -.25em 0 -.25em; }
    .footer-comanda .flex.four .col {
      padding: 0 .25em; }
      @media (max-width: 1170px) {
        .footer-comanda .flex.four .col {
          flex-basis: 50%;
          max-width: 50%;
          width: 50%;
          padding-bottom: 1em; } }
      @media (max-width: 640px) {
        .footer-comanda .flex.four .col {
          flex-basis: 100%;
          max-width: 100%;
          width: 100%; } }
  .footer-comanda .first {
    margin-bottom: 1em; }
    .footer-comanda .first p {
      font-size: 1.125em;
      color: #747474;
      font-family: "MarkProBold", Helvetica, Arial, sans-serif; }
      .footer-comanda .first p a {
        color: #747474;
        font-family: "MarkProBold", Helvetica, Arial, sans-serif; }
      @media (max-width: 640px) {
        .footer-comanda .first p {
          font-size: 1em;
          transition: all 0.4s; } }
  .footer-comanda .four p.first-p {
    width: 100%; }
  .footer-comanda .four p {
    width: 75%;
    line-height: 1.2em; }
    @media (max-width: 640px) {
      .footer-comanda .four p {
        width: 100%; } }
  .footer-comanda .cp-box {
    display: block; }
    .footer-comanda .cp-box .cp-img,
    .footer-comanda .cp-box .cp-txt {
      display: inline-block;
      vertical-align: middle; }
    .footer-comanda .cp-box .cp-txt {
      padding-left: 5px; }
      .footer-comanda .cp-box .cp-txt p {
        margin: 0;
        letter-spacing: -.1em;
        font-size: 0.938em; }
        @media (max-width: 640px) {
          .footer-comanda .cp-box .cp-txt p {
            font-size: 1em;
            letter-spacing: inherit;
            transition: all 0.4s; } }
        @media (max-width: 480px) {
          .footer-comanda .cp-box .cp-txt p {
            font-size: 0.938em; } }
      @media (max-width: 480px) {
        .footer-comanda .cp-box .cp-txt {
          width: 75%; } }
    .footer-comanda .cp-box .cp-img-1 i {
      width: 51px;
      height: 29px;
      background: url(img/svg/car.svg);
      background-size: 51px 29px;
      background-repeat: no-repeat;
      background-position: center;
      display: inline-block;
      vertical-align: middle; }
    .footer-comanda .cp-box .cp-img-2 i {
      width: 43px;
      height: 43px;
      display: inline-block;
      background: url(img/svg/circle_star.svg);
      background-repeat: no-repeat;
      background-position: center;
      vertical-align: middle; }
    .footer-comanda .cp-box .cp-img-3 i {
      width: 43px;
      height: 43px;
      display: inline-block;
      background: url(img/svg/circle_star.svg);
      background-repeat: no-repeat;
      background-position: center;
      vertical-align: middle; }
    .footer-comanda .cp-box .cp-img-4 i {
      width: 43px;
      height: 43px;
      display: inline-block;
      background: url(img/svg/cog.svg);
      background-repeat: no-repeat;
      background-position: center;
      vertical-align: middle; }
  .footer-comanda .txt-right {
    width: 100%;
    margin-top: 4em; }
    .footer-comanda .txt-right p {
      margin: 0; }
      @media (max-width: 480px) {
        .footer-comanda .txt-right p {
          font-size: 0.875em;
          transition: all 0.4s; } }
    @media (max-width: 1170px) {
      .footer-comanda .txt-right {
        text-align: left;
        margin-top: 2em;
        transition: all 0.4s; } }

.full-search {
  position: fixed;
  top: -100vh;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background: #ffffff;
  padding: 2em;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }
  .full-search .close {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("img/svg/close.svg") no-repeat center;
    background-size: auto;
    background-size: 20px 20px;
    position: absolute;
    top: 2em;
    right: 2em; }
  .full-search form {
    max-width: 70%;
    font-size: 130%;
    margin: 0 auto;
    position: relative; }
    .full-search form input[type="text"],
    .full-search form input[type="text"]:focus,
    .full-search form input[type="search"],
    .full-search form input[type="search"]:focus {
      border-bottom: 1px solid #ccc;
      padding-left: 2em;
      min-width: 1px;
      width: 100%; }
      @media (max-width: 480px) {
        .full-search form input[type="text"],
        .full-search form input[type="text"]:focus,
        .full-search form input[type="search"],
        .full-search form input[type="search"]:focus {
          padding-left: 1.5em; } }
      @media (max-width: 480px) {
        .full-search form input[type="text"]::placeholder,
        .full-search form input[type="text"]:focus::placeholder,
        .full-search form input[type="search"]::placeholder,
        .full-search form input[type="search"]:focus::placeholder {
          font-size: 0.875em; } }
    @media (max-width: 640px) {
      .full-search form {
        max-width: 90%; } }
  .full-search button {
    background: none;
    background: transparent;
    padding: 0;
    margin: 0;
    min-height: auto;
    border: 0;
    position: absolute;
    top: 1em;
    left: 0; }
    .full-search button i {
      display: inline-block;
      width: 20px;
      height: 20px;
      background: url("img/svg/search_gray.svg") no-repeat center;
      background-size: auto;
      background-size: 20px 20px;
      margin: 0; }

.full-search.active {
  top: 0; }

.container-huge {
  max-width: 1920px; }
  .container-huge:before, .container-huge:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  .container-huge:after {
    clear: both; }

.container {
  position: relative;
  padding: 0 1em;
  max-width: 1400px;
  margin: 0 auto; }
  .container.desktop {
    max-width: 1170px; }
  .container.small {
    max-width: 960px; }

.content,
.padding-footer {
  padding-bottom: 3em; }
  @media (max-width: 640px) {
    .content,
    .padding-footer {
      padding-bottom: 0; } }
  .content.dark,
  .padding-footer.dark {
    padding-bottom: 0; }

.product {
  padding-bottom: 0; }

.heading-line {
  position: relative;
  padding-top: 1.5em; }
  .heading-line:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 3em;
    height: .25em;
    background: #3F3D3D; }

footer .heading-line:before,
.home .hero .heading-line:before {
  background: #fff; }

.gallery-background {
  width: 100%;
  height: 15em;
  background: #2E2B2B url("img/jpg/galerie-background.png") no-repeat center;
  background-size: cover;
  position: relative; }
  @media (max-width: 640px) {
    .gallery-background {
      height: 20em; } }
  @media (max-width: 768px) {
    .gallery-background {
      height: 25em; } }
  @media (max-width: 960px) {
    .gallery-background {
      height: 30em; } }
  @media (max-width: 1170px) {
    .gallery-background {
      height: 35em; } }
  .gallery-background-transition {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 10em;
    background: #3f3d3d;
    background: -moz-linear-gradient(0deg, #2e2b2b 0%, rgba(63, 61, 61, 0) 100%);
    background: -webkit-linear-gradient(0deg, #2e2b2b 0%, rgba(63, 61, 61, 0) 100%);
    background: linear-gradient(0deg, #2e2b2b 0%, rgba(63, 61, 61, 0) 100%); }
  .gallery-background-hero {
    position: absolute;
    top: 0;
    left: 0; }

.letter-holder {
  position: relative; }
  .letter-holder .container {
    position: relative;
    z-index: 2; }

.letter {
  position: absolute;
  display: block;
  max-width: 15em;
  z-index: 1; }
  @media (max-width: 768px) {
    .letter {
      max-width: 20em; } }
  @media (max-width: 1170px) {
    .letter {
      max-width: 30em; } }
  @media (max-width: 1400px) {
    .letter {
      max-width: 35em; } }
  @media (max-width: 1920px) {
    .letter {
      max-width: 40em; } }
  .letter.shadow {
    -webkit-opacity: .25;
    -moz-opacity: .25;
    -ms-opacity: .25;
    -o-opacity: .25;
    opacity: .25; }

.letter-right .letter {
  right: 1em; }
  @media (max-width: 480px) {
    .letter-right .letter {
      right: 2em; } }
  @media (max-width: 640px) {
    .letter-right .letter {
      right: 3em; } }
  @media (max-width: 768px) {
    .letter-right .letter {
      right: 4em; } }

.letter-left .letter {
  left: 1em; }
  @media (max-width: 480px) {
    .letter-left .letter {
      left: 2em; } }
  @media (max-width: 640px) {
    .letter-left .letter {
      left: 3em; } }
  @media (max-width: 768px) {
    .letter-left .letter {
      left: 4em; } }
  @media (max-width: 960px) {
    .letter-left .letter {
      left: 5em; } }

.letter-top .letter {
  top: 2em; }
  @media (max-width: 480px) {
    .letter-top .letter {
      top: 3em; } }
@media (max-width: 768px) {
  .letter-top.hero .letter, .letter-top.contact .letter, .letter-top.menu .letter, .letter-top.saloon .letter {
    top: 7em; } }
@media (max-width: 960px) {
  .letter-top.hero .letter, .letter-top.contact .letter, .letter-top.menu .letter, .letter-top.saloon .letter {
    top: 9em; } }

.letter-bottom .letter {
  bottom: 2em; }
  @media (max-width: 480px) {
    .letter-bottom .letter {
      bottom: 3em; } }

.hero {
  padding-top: 3em; }
  @media (max-width: 1170px) {
    .hero {
      padding-top: 0; } }
  .hero .flex {
    margin: 0 -.25em; }
  .hero .col {
    padding: 0 .25em; }
  .hero .first .col:nth-child(1) {
    flex-basis: 65%;
    max-width: 65%;
    width: 65%; }
    @media (max-width: 768px) {
      .hero .first .col:nth-child(1) {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%; } }
  .hero .first .col:nth-child(2) {
    flex-basis: 35%;
    max-width: 35%;
    width: 35%; }
    @media (max-width: 768px) {
      .hero .first .col:nth-child(2) {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
        padding-top: .5em; }
        .hero .first .col:nth-child(2) .other-images {
          width: 50%;
          float: left; }
        .hero .first .col:nth-child(2) .other-images:nth-child(2) {
          width: 48%;
          float: left;
          margin-left: 2%;
          margin-top: 0; } }
    @media (max-width: 640px) {
      .hero .first .col:nth-child(2) .other-images,
      .hero .first .col:nth-child(2) .other-images:nth-child(2) {
        width: 100%;
        margin-left: 0;
        float: none; }
      .hero .first .col:nth-child(2) .other-images:nth-child(2) {
        margin-top: .5em; } }
  .hero .first .col:nth-child(3) {
    flex-basis: 35%;
    max-width: 35%;
    width: 35%; }
    .hero .first .col:nth-child(3) .other-images {
      margin-top: .5em; }
  .hero .first .other-images:last-child {
    margin-top: .5em; }
  .hero .second {
    padding-top: .5em; }
    @media (min-width: 480px) and (max-width: 768px) {
      .hero .second {
        padding-top: .5em; } }
    .hero .second .col:nth-child(1) {
      flex-basis: 32.5%;
      max-width: 32.5%;
      width: 32.5%; }
    .hero .second .col:nth-child(2) {
      flex-basis: 32.5%;
      max-width: 32.5%;
      width: 32.5%; }
    .hero .second .col:nth-child(3) {
      flex-basis: 35%;
      max-width: 35%;
      width: 35%; }
  @media (max-width: 768px) {
    .hero .three .col:nth-child(1) {
      flex-basis: 100%;
      max-width: 100%;
      width: 100%; }
    .hero .three .col:nth-child(2) {
      flex-basis: 100%;
      max-width: 100%;
      width: 100%;
      margin-top: .5em; }
    .hero .three .col:nth-child(3) {
      margin-top: .5em;
      flex-basis: 100%;
      max-width: 100%;
      width: 100%; } }
  .hero ul:before, .hero ul:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  .hero ul:after {
    clear: both; }
  .hero ul li {
    float: left;
    margin-left: 0.5em; }
    .hero ul li:first-child {
      margin: 0; }
  .hero .main-image {
    position: relative;
    background-image: url("img/jpg/mobila-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 538px; }
    @media (min-width: 768px) and (max-width: 960px) {
      .hero .main-image {
        height: 450px;
        transition: all 0.4s; } }
    @media (max-width: 640px) {
      .hero .main-image {
        height: 400px;
        transition: all 0.4s; } }
    @media (max-width: 600px) {
      .hero .main-image {
        height: 380px;
        transition: all 0.4s; } }
    @media (max-width: 480px) {
      .hero .main-image {
        height: 300px;
        transition: all 0.4s; } }
    .hero .main-image .image-text {
      position: relative;
      z-index: 1; }
      .hero .main-image .image-text h2 {
        font-family: "MarkProBold";
        font-size: 3em;
        text-transform: uppercase;
        color: #ffffff;
        max-width: 12em;
        margin: 0 auto;
        padding-bottom: 1em; }
        @media (max-width: 1170px) {
          .hero .main-image .image-text h2 {
            font-size: 2.5em;
            transition: all 0.4s; } }
        @media (max-width: 960px) {
          .hero .main-image .image-text h2 {
            font-size: 2em;
            transition: all 0.4s; } }
    .hero .main-image:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
      background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
      background: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
  .hero .other-images {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    height: 265px; }
    @media (min-width: 768px) and (max-width: 960px) {
      .hero .other-images {
        height: 221px;
        transition: all 0.4s; } }
    .hero .other-images:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
      background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
      background: linear-gradient(to top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)); }
    .hero .other-images .image-text {
      width: 90%;
      height: 90%;
      position: relative;
      box-sizing: border-box;
      text-align: center;
      margin: 0 auto;
      top: 50%;
      transform: translateY(-50%);
      border: 1px solid transparent;
      position: relative;
      z-index: 1; }
      .hero .other-images .image-text:hover {
        border: 1.3px solid #ffffff;
        transition: all 0.4s; }
      .hero .other-images .image-text .inner {
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
        .hero .other-images .image-text .inner h6 {
          font-size: 1.750em;
          color: #ffffff;
          text-transform: capitalize; }
          @media (max-width: 1170px) {
            .hero .other-images .image-text .inner h6 {
              font-size: 1.5em;
              transition: all 0.4s; } }
          @media (max-width: 960px) {
            .hero .other-images .image-text .inner h6 {
              font-size: 1.25em;
              transition: all 0.4s; } }
      .hero .other-images .image-text .btn-descopera {
        padding: .7em 1.5em;
        font-family: "MarkPro", Helvetica, Arial, sans-serif; }
  .hero .second .other-images .image-text .inner {
    width: auto;
    position: absolute;
    bottom: 1em;
    left: 1em;
    text-align: left;
    top: auto;
    transform: none; }
    .hero .second .other-images .image-text .inner h6 {
      margin: 0;
      line-height: 1em;
      display: inline-block; }
      @media (max-width: 960px) {
        .hero .second .other-images .image-text .inner h6 {
          font-size: 1.25em; } }
    .hero .second .other-images .image-text .inner .arrow-right {
      display: inline-block;
      width: 26px;
      height: 14px;
      background: url(img/svg/hero_arrow.svg);
      background-size: 26px 14px;
      background-repeat: no-repeat;
      background-position: center; }
    .hero .second .other-images .image-text .inner h6:hover + .arrow-right {
      margin-left: 2em;
      transition: all 0.4s; }
    @media (max-width: 640px) {
      .hero .second .other-images .image-text .inner {
        bottom: 2em; } }

.recently-added {
  padding-top: 3em; }
  .recently-added .flex {
    margin: 0 -.5em; }
  .recently-added .col {
    padding: 0 .5em; }
  .recently-added .item a {
    display: block; }
  .recently-added .recently-added-title {
    padding-bottom: 1em; }
    .recently-added .recently-added-title span {
      display: none;
      font-size: 1.8em;
      text-transform: uppercase; }
      @media (max-width: 480px) {
        .recently-added .recently-added-title span {
          display: inline-block; } }
    .recently-added .recently-added-title h2 {
      font-size: 1.625em;
      text-transform: uppercase; }
      @media (max-width: 480px) {
        .recently-added .recently-added-title h2 {
          display: none; } }
  .recently-added .product-box {
    text-align: left; }
    .recently-added .product-box img {
      padding-bottom: 1.563em; }
    .recently-added .product-box h6 {
      font-size: 1.375em;
      color: #2e2e2e;
      line-height: 30px;
      margin-bottom: 1em; }
      @media (max-width: 1400px) {
        .recently-added .product-box h6 {
          font-size: 1.125em;
          transition: all 0.4s; } }
      @media (max-width: 1170px) {
        .recently-added .product-box h6 {
          font-size: 1em; } }
    .recently-added .product-box small {
      font-family: "MarkProBold";
      color: #999999;
      text-transform: uppercase; }
  .recently-added .owl-nav {
    position: absolute;
    top: -5.5em;
    right: 0; }
    @media (max-width: 480px) {
      .recently-added .owl-nav {
        top: -4.25em;
        transition: all 0.4s; } }

.mobilier-la-comanda {
  margin-top: 3em;
  padding: 7.188em 0;
  background: #f8f8f8; }
  .mobilier-la-comanda h2 {
    font-size: 2.125em; }
    @media (max-width: 768px) {
      .mobilier-la-comanda h2 {
        font-size: 1.625em;
        transition: all 0.4s; } }
    @media (max-width: 480px) {
      .mobilier-la-comanda h2 {
        font-size: 1.750em;
        transition: all 0.4s; } }
  .mobilier-la-comanda p {
    max-width: 640px;
    margin: 0 auto;
    color: #9e9e9e; }
    @media (max-width: 768px) {
      .mobilier-la-comanda p {
        padding: 0 1em;
        font-size: 1em;
        transition: all 0.4s; } }
  .mobilier-la-comanda .video-slideshow {
    margin-bottom: 4em;
    max-width: 745px;
    margin: 5em auto 3em auto; }
    @media (max-width: 768px) {
      .mobilier-la-comanda .video-slideshow {
        margin: 1em auto;
        transition: all 0.4s; } }
    .mobilier-la-comanda .video-slideshow .item {
      max-width: 450px;
      margin: 0 auto; }
      .mobilier-la-comanda .video-slideshow .item a .yt-box {
        position: relative; }
        .mobilier-la-comanda .video-slideshow .item a .yt-box img {
          margin-bottom: 1.2em; }
        .mobilier-la-comanda .video-slideshow .item a .yt-box .play-video-btn {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          width: 100%; }
          .mobilier-la-comanda .video-slideshow .item a .yt-box .play-video-btn img {
            margin: 0 auto;
            width: 100%;
            height: 100px; }
      .mobilier-la-comanda .video-slideshow .item p {
        color: #2e2e2e; }
    .mobilier-la-comanda .video-slideshow .owl-prev {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      height: 50px;
      left: 0;
      display: block; }
    .mobilier-la-comanda .video-slideshow .owl-next {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      height: 50px; }
  .mobilier-la-comanda .youtube-txt p {
    color: #2e2e2e; }
    .mobilier-la-comanda .youtube-txt p .yt-icon-yellow {
      width: 50px;
      height: 40px;
      background: url("img/svg/youtube_yellow.svg");
      background-size: 50px 40px;
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: middle;
      margin-left: .5em; }
      @media (max-width: 480px) {
        .mobilier-la-comanda .youtube-txt p .yt-icon-yellow {
          display: block;
          margin: .5em auto 0 auto;
          transition: all 0.4s; } }
  @media (max-width: 1170px) {
    .mobilier-la-comanda {
      padding: 3em 0;
      margin: 1em 0 0 0; } }
  @media (max-width: 768px) {
    .mobilier-la-comanda {
      padding: 2em 0;
      transition: all 0.4s; } }

.categorii-produse {
  padding-top: 3em; }
  @media (max-width: 960px) {
    .categorii-produse {
      padding: 2em 0 0 0; } }
  .categorii-produse .flex.three {
    margin: 0 -.25em; }
    .categorii-produse .flex.three .col {
      padding: 0 .25em; }
      @media (max-width: 960px) {
        .categorii-produse .flex.three .col {
          flex-basis: 50%;
          max-width: 50%;
          width: 50%;
          padding-bottom: .5em; } }
      @media (max-width: 768px) {
        .categorii-produse .flex.three .col {
          flex-basis: 50%;
          max-width: 50%;
          width: 50%;
          padding-bottom: .5em; } }
      @media (max-width: 640px) {
        .categorii-produse .flex.three .col {
          flex-basis: 100%;
          max-width: 100%;
          width: 100%;
          padding-bottom: .5em; } }

.reclama {
  padding: 5em 0 0 0;
  text-align: center; }
  @media (max-width: 960px) {
    .reclama {
      padding: 2em 0 0 0;
      transition: all 0.4s; } }

.testimonials {
  margin: 6.25em 0 0 0;
  padding: 5.625em 0 0 0;
  background: #f8f8f8; }
  .testimonials .item {
    max-width: 1024px;
    margin: 0 auto; }
    @media (max-width: 1200px) {
      .testimonials .item {
        width: 100%;
        max-width: 100%; } }
    .testimonials .item .testimonials-txt {
      padding: 1em 0 2em 2em;
      text-align: left; }
      .testimonials .item .testimonials-txt h6 {
        margin-bottom: 3em;
        font-family: "MarkProMedium";
        font-size: 1em;
        text-transform: uppercase;
        padding-right: 6em; }
        @media (max-width: 1400px) {
          .testimonials .item .testimonials-txt h6 {
            margin-bottom: 1em; } }
        @media (max-width: 960px) {
          .testimonials .item .testimonials-txt h6 {
            padding-right: 0;
            transition: all 0.4s; } }
      .testimonials .item .testimonials-txt p {
        font-size: 1.375em;
        color: #8a8a8a; }
        @media (max-width: 1400px) {
          .testimonials .item .testimonials-txt p {
            font-size: 1em; } }
      @media (max-width: 960px) {
        .testimonials .item .testimonials-txt {
          padding: 0;
          transition: all 0.4s; } }
      @media (max-width: 640px) {
        .testimonials .item .testimonials-txt {
          padding-top: 1em;
          transition: all 0.4s; } }
  .testimonials .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 50px;
    left: 0;
    display: block; }
  .testimonials .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 50px; }
  @media (max-width: 960px) {
    .testimonials {
      margin: 3em 0 0 0; } }
  @media (max-width: 640px) {
    .testimonials {
      padding: 3em 0 0 0; } }

body footer {
  padding: 3em 0; }

.ovh {
  overflow: hidden; }

.txt-center {
  text-align: center; }

.txt-right {
  text-align: right; }

/* <iframes */
.video-wrapper {
  padding-bottom: 1em; }

@media (max-width: 640px) {
  .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 1em; }
    .video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }
.other-images-second {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  height: 265px; }
  .other-images-second:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)); }
  .other-images-second .image-text {
    width: 90%;
    height: 90%;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid transparent;
    position: relative;
    z-index: 1; }
    .other-images-second .image-text:hover {
      border: 1.3px solid #ffffff;
      transition: all 0.4s; }
    .other-images-second .image-text .inner {
      width: auto;
      position: absolute;
      bottom: 1em;
      left: 1em;
      text-align: left;
      top: unset;
      transform: none; }
      .other-images-second .image-text .inner h6 {
        font-size: 1.750em;
        color: #ffffff;
        margin: 0;
        line-height: 1em;
        display: inline-block; }
        @media (max-width: 960px) {
          .other-images-second .image-text .inner h6 {
            font-size: 1.250em;
            transition: all 0.4s; } }
      .other-images-second .image-text .inner .arrow-right {
        display: inline-block;
        width: 26px;
        height: 14px;
        background: url(img/svg/hero_arrow.svg);
        background-size: 26px 14px;
        background-repeat: no-repeat;
        vertical-align: bottom; }
      .other-images-second .image-text .inner h6:hover + .arrow-right {
        margin-left: 2em;
        transition: all 0.4s; }
    .other-images-second .image-text .btn-descopera {
      padding: .7em 1.5em;
      font-family: "MarkPro", Helvetica, Arial, sans-serif; }

.linkuri-utile {
  padding: 6.25em 0; }
  .linkuri-utile .lu-wrapper h2 {
    padding-bottom: 2em;
    text-transform: uppercase; }
    @media (max-width: 960px) {
      .linkuri-utile .lu-wrapper h2 {
        padding-bottom: 0;
        transition: all 0.4s; } }
  .linkuri-utile .lu-wrapper .lu-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 -.5em 0 -.5em; }
    .linkuri-utile .lu-wrapper .lu-list li {
      order: 0;
      flex-grow: 0;
      flex-basis: 25%;
      max-width: 100%;
      width: 100%;
      padding: .5em;
      min-width: 0; }
      @media (max-width: 960px) {
        .linkuri-utile .lu-wrapper .lu-list li {
          flex-basis: 33.33%; } }
      @media (max-width: 640px) {
        .linkuri-utile .lu-wrapper .lu-list li {
          flex-basis: 50%; } }
      @media (max-width: 380px) {
        .linkuri-utile .lu-wrapper .lu-list li {
          flex-basis: 100%; } }
      .linkuri-utile .lu-wrapper .lu-list li a {
        background: #f8f8f8;
        display: block;
        padding: 1em;
        text-transform: lowercase;
        border-radius: 3px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .linkuri-utile .lu-wrapper .lu-list li a::first-letter {
          text-transform: uppercase; }
        @media (max-width: 768px) {
          .linkuri-utile .lu-wrapper .lu-list li a {
            font-size: 0.875em; } }
        @media (max-width: 640px) {
          .linkuri-utile .lu-wrapper .lu-list li a {
            font-size: 1em; } }
  @media (max-width: 1170px) {
    .linkuri-utile {
      padding: 3em 0; } }

/* Custom Owl Arrows */
.owl-prev-arrow,
.owl-next-arrow {
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  display: inline-block; }

.owl-prev-arrow {
  background: url("img/svg/circle_arrow_left.svg");
  background-repeat: no-repeat; }

.owl-next-arrow {
  background: url("img/svg/circle_arrow_right.svg");
  background-repeat: no-repeat;
  margin-left: 1.5em; }

button.owl-prev,
button.owl-next {
  outline: none; }

.owl-prev-product-arrow,
.owl-next-product-arrow {
  width: 25px;
  height: 25px;
  display: inline-block; }

.owl-prev-product-arrow {
  background: url("img/svg/circle_arrow_left_small.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px 25px; }

.owl-next-product-arrow {
  background: url("img/svg/circle_arrow_right_small.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px 25px; }

/* Breadcrumbs */
.breadcrumbs {
  padding: 3em 0; }
  .breadcrumbs nav ul:before, .breadcrumbs nav ul:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  .breadcrumbs nav ul:after {
    clear: both; }
  .breadcrumbs nav ul li {
    float: left;
    margin-left: 0.5em; }
    .breadcrumbs nav ul li:first-child {
      margin: 0; }
  .breadcrumbs nav ul li {
    margin-left: 0;
    margin-right: 1em; }
    @media (max-width: 640px) {
      .breadcrumbs nav ul li a {
        font-size: 0.875em;
        transition: all 0.4s; } }
    .breadcrumbs nav ul li:first-child:before {
      background: 0 0;
      width: 0;
      height: 0;
      margin-right: 0; }
    .breadcrumbs nav ul li:before {
      content: " ";
      background: url("img/svg/right_dark.svg");
      background-repeat: no-repeat;
      background-size: 6px 11px;
      width: 16px;
      height: 16px;
      display: inline-block;
      margin-right: 10px;
      position: relative;
      top: 6px; }
    @media (max-width: 640px) {
      .breadcrumbs nav ul li:last-child {
        font-size: 0.875em; } }
  .breadcrumbs nav ul li:first-child {
    margin-right: 1em; }
  @media (max-width: 1170px) {
    .breadcrumbs {
      padding: 1.5em 0;
      transition: all 0.4s; } }

/* General */
.general-page {
  background: #ffffff; }
  @media (max-width: 1170px) {
    .general-page .content-general .wrap-general {
      padding-bottom: 3em; } }
  .general-page .content-general .wrap-general h1 {
    font-size: 2.125em;
    font-family: "MarkProMedium";
    margin-bottom: 2em; }
    @media (max-width: 1170px) {
      .general-page .content-general .wrap-general h1 {
        margin-bottom: 1em;
        transition: all 0.4s; } }
    @media (max-width: 960px) {
      .general-page .content-general .wrap-general h1 {
        font-size: 1.750em;
        transition: all 0.4s; } }
    @media (max-width: 768px) {
      .general-page .content-general .wrap-general h1 {
        font-size: 1.375em;
        transition: all 0.4s; } }
  .general-page .content-general .wrap-general .flex .col:nth-child(1) {
    flex-basis: 65%;
    max-width: 65%;
    width: 65%; }
    @media (max-width: 960px) {
      .general-page .content-general .wrap-general .flex .col:nth-child(1) {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%; } }
  .general-page .content-general .wrap-general .flex .col:nth-child(2) {
    flex-basis: 35%;
    max-width: 35%;
    width: 35%; }
    @media (max-width: 960px) {
      .general-page .content-general .wrap-general .flex .col:nth-child(2) {
        display: none; } }
  .general-page .content-general .general-content {
    color: #2e2e2e;
    padding-right: 2.5em; }
    @media (max-width: 1400px) {
      .general-page .content-general .general-content {
        padding-right: 0; } }
    .general-page .content-general .general-content p {
      margin: 0 0 1.5em; }
    .general-page .content-general .general-content ol {
      list-style: decimal; }
    .general-page .content-general .general-content ul {
      list-style: disc; }
    .general-page .content-general .general-content ol,
    .general-page .content-general .general-content ul {
      margin: 0 0 1.5em;
      padding-left: 4em; }
      @media (max-width: 768px) {
        .general-page .content-general .general-content ol,
        .general-page .content-general .general-content ul {
          padding-left: 1em;
          transition: all 0.4s; } }
  .general-page .content-general .general-aside-support {
    background: #747474;
    color: #ffffff;
    padding: 2em; }
    @media (max-width: 1170px) {
      .general-page .content-general .general-aside-support {
        padding: 1em;
        transition: all 0.4s; } }
    .general-page .content-general .general-aside-support form {
      position: relative;
      margin-bottom: 2em; }
      .general-page .content-general .general-aside-support form input[type="text"] {
        background: #ffffff;
        padding-left: 3.5em;
        max-width: 100%;
        border: 0;
        min-width: 100%;
        height: 50px; }
      .general-page .content-general .general-aside-support form button {
        background: none;
        position: absolute;
        top: .6em;
        left: 1em; }
        .general-page .content-general .general-aside-support form button i {
          display: inline-block;
          width: 24px;
          height: 24px;
          background: url(img/svg/search_gray.svg) no-repeat center;
          background-size: 24px 24px; }
    .general-page .content-general .general-aside-support h3 {
      color: #ffffff;
      text-transform: inherit;
      font-size: 1.500em; }
      @media (max-width: 1170px) {
        .general-page .content-general .general-aside-support h3 {
          margin: 0; } }
    .general-page .content-general .general-aside-support span.links {
      float: right; }
      @media (max-width: 1400px) {
        .general-page .content-general .general-aside-support span.links {
          float: none;
          transition: all 0.4s; } }
      @media (max-width: 1024px) {
        .general-page .content-general .general-aside-support span.links {
          font-size: 0.875em;
          transition: all 0.4s; } }
    .general-page .content-general .general-aside-support span {
      text-transform: capitalize; }
      .general-page .content-general .general-aside-support span a {
        text-transform: none; }
    .general-page .content-general .general-aside-support .general-aside-support-icons {
      margin-top: 1.3em; }
      @media (max-width: 1170px) {
        .general-page .content-general .general-aside-support .general-aside-support-icons {
          margin-top: 0; } }
      .general-page .content-general .general-aside-support .general-aside-support-icons ul {
        display: flex;
        flex-wrap: wrap; }
        .general-page .content-general .general-aside-support .general-aside-support-icons ul li {
          position: relative;
          padding-left: 2.5em;
          padding-right: .5em; }
          .general-page .content-general .general-aside-support .general-aside-support-icons ul li a {
            line-height: 1.3em; }
          @media (max-width: 1400px) {
            .general-page .content-general .general-aside-support .general-aside-support-icons ul li {
              padding-left: 2em;
              transition: all 0.4s; } }
          .general-page .content-general .general-aside-support .general-aside-support-icons ul li:nth-child(1) {
            flex-basis: 47%;
            max-width: 47%;
            width: 47%; }
            @media (max-width: 1170px) {
              .general-page .content-general .general-aside-support .general-aside-support-icons ul li:nth-child(1) {
                display: none; } }
          .general-page .content-general .general-aside-support .general-aside-support-icons ul li:nth-child(2) {
            flex-basis: 47%;
            max-width: 47%;
            width: 47%; }
            @media (max-width: 1170px) {
              .general-page .content-general .general-aside-support .general-aside-support-icons ul li:nth-child(2) {
                display: none; } }
            .general-page .content-general .general-aside-support .general-aside-support-icons ul li:nth-child(2) i {
              background-image: url(img/svg/info-consultant-white.svg); }
          .general-page .content-general .general-aside-support .general-aside-support-icons ul li:nth-child(3) {
            flex-basis: 6%;
            max-width: 6%;
            width: 6%;
            padding-left: 0;
            padding-right: 0;
            text-align: right; }
            @media (max-width: 1170px) {
              .general-page .content-general .general-aside-support .general-aside-support-icons ul li:nth-child(3) {
                flex-basis: 100%;
                max-width: 100%;
                width: 100%;
                text-align: left; } }
            .general-page .content-general .general-aside-support .general-aside-support-icons ul li:nth-child(3) a {
              display: inline-block;
              width: 30px;
              height: 30px;
              background: url(img/svg/facebook_circle_white.svg) no-repeat center;
              background-size: 30px 30px; }
          @media (max-width: 1400px) {
            .general-page .content-general .general-aside-support .general-aside-support-icons ul li small strong {
              display: block; } }
      .general-page .content-general .general-aside-support .general-aside-support-icons i {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url(img/svg/info-phone-white.svg) no-repeat center;
        background-size: 30px 30px;
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 0; }
        @media (max-width: 1400px) {
          .general-page .content-general .general-aside-support .general-aside-support-icons i {
            width: 25px;
            height: 25px;
            background-size: 25px 25px; } }
  .general-page .content-general .general-aside-links {
    background: #f7f7f7;
    padding: 2em;
    margin-top: 2em; }
    @media (max-width: 1170px) {
      .general-page .content-general .general-aside-links {
        padding: 1em; } }
    @media (max-width: 1170px) {
      .general-page .content-general .general-aside-links h3 {
        margin: 0; } }
    .general-page .content-general .general-aside-links ul {
      margin-bottom: -.5em; }
    .general-page .content-general .general-aside-links .bordered-list li {
      position: relative;
      border-top: 1px solid #e6e6e6;
      padding-top: 0.5em;
      padding-bottom: 0.5em; }
      .general-page .content-general .general-aside-links .bordered-list li:first-child {
        border: 0; }
    @media (max-width: 1024px) {
      .general-page .content-general .general-aside-links .bordered-list a {
        font-size: 0.875em;
        transition: all 0.4s; } }
    .general-page .content-general .general-aside-links i {
      display: inline-block;
      width: 16px;
      height: 9px;
      background: url(img/svg/arrow_right_aside.svg) no-repeat center;
      background-size: 16px 9px;
      position: absolute;
      top: 1em;
      right: 0;
      opacity: 0.4; }
  .general-page .bordered-list {
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
    .general-page .bordered-list li {
      position: relative;
      border-top: 1px solid #ffffff;
      border-top-color: rgba(255, 255, 255, 0.1);
      padding-top: 0.5em;
      padding-bottom: 0.5em; }
      .general-page .bordered-list li:first-child {
        border: 0; }
      .general-page .bordered-list li:nth-child(3) span:nth-child(2) {
        float: right; }
  .general-page .linkuri-utile {
    padding: 0 0 6.25em 0;
    background: #ffffff; }
    @media (max-width: 1170px) {
      .general-page .linkuri-utile {
        padding: 0 0 3em 0;
        transition: all 0.4s; } }

.gray {
  background: #f8f8f8; }

/* Comanda plasata */
.comanda-plasata {
  background: #ffffff; }
  .comanda-plasata .comanda-plasata-wrapper {
    max-width: 575px;
    margin: 0 auto;
    padding: 4.5em 0 7.5em 0; }
    .comanda-plasata .comanda-plasata-wrapper h3 {
      font-size: 1.5em;
      text-transform: none; }
      @media (max-width: 768px) {
        .comanda-plasata .comanda-plasata-wrapper h3 {
          font-size: 1.25em;
          transition: all 0.4s; } }
    .comanda-plasata .comanda-plasata-wrapper h1 {
      font-size: 2.625em; }
      @media (max-width: 768px) {
        .comanda-plasata .comanda-plasata-wrapper h1 {
          font-size: 1.750em;
          transition: all 0.4s; } }
    .comanda-plasata .comanda-plasata-wrapper p {
      font-size: 1em;
      transition: all 0.4s; }
    .comanda-plasata .comanda-plasata-wrapper .btn-continue {
      margin-top: 5em;
      color: #ffffff;
      padding: .75em 2em;
      background: #ffd033; }
      @media (max-width: 1170px) {
        .comanda-plasata .comanda-plasata-wrapper .btn-continue {
          margin-top: 1em;
          transition: all 0.4s; } }
    @media (max-width: 1170px) {
      .comanda-plasata .comanda-plasata-wrapper {
        padding: 3em .75em 3em .75em; } }

/* Checkbox */
.mc-checkout-radio {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .mc-checkout-radio input {
    position: absolute;
    display: none;
    cursor: pointer; }
  .mc-checkout-radio .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 50%; }
  .mc-checkout-radio input:checked ~ .checkmark {
    background: #ffd033; }

/* Forms */
#id-shipping-form {
  display: none; }

.mc-terms-and-conditions {
  margin-top: -0.2em;
  margin-bottom: 1.5em;
  line-height: 1.3; }
  .mc-terms-and-conditions #terms {
    display: inline-block; }
    .mc-terms-and-conditions #terms:before {
      position: relative;
      display: block;
      width: 15px;
      height: 15px;
      content: "";
      background: #ffffff; }
    .mc-terms-and-conditions #terms:after {
      position: relative;
      display: block;
      left: 0px;
      top: -15px;
      width: 15px;
      height: 15px;
      content: ""; }
  .mc-terms-and-conditions #terms[type="checkbox"]:checked:after {
    background: #56ba3e; }
  .mc-terms-and-conditions .id-terms-text {
    float: right;
    width: 85%;
    font-size: 1em; }

/* Product box */
.product-box .results-item {
  text-align: left;
  margin-bottom: 2em; }
  .product-box .results-item .results-item-image {
    display: block;
    position: relative;
    margin-bottom: 1.5em; }
    @media (max-width: 1170px) {
      .product-box .results-item .results-item-image {
        margin-bottom: .75em;
        transition: all 0.4s; } }
    .product-box .results-item .results-item-image img {
      display: block;
      margin: 0 auto; }
  .product-box .results-item .results-item-discount {
    position: absolute;
    top: 1em;
    right: 1em;
    background: #ffeeb4;
    width: 60px;
    height: 60px;
    display: table;
    color: white;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; }
    .product-box .results-item .results-item-discount span {
      color: #2e2e2e;
      font-size: 1.188em;
      font-family: "MarkProBold";
      display: table-cell;
      vertical-align: middle; }
      @media (max-width: 1170px) {
        .product-box .results-item .results-item-discount span {
          font-size: 1em;
          transition: all 0.4s; } }
      @media (max-width: 640px) {
        .product-box .results-item .results-item-discount span {
          font-size: .875em;
          transition: all 0.4s; } }
  .product-box .results-item .results-item-title {
    text-align: left;
    font-size: 1.188em;
    line-height: 1.3em;
    margin-bottom: 1em; }
    @media (max-width: 1170px) {
      .product-box .results-item .results-item-title {
        font-size: 1em;
        margin-bottom: 0;
        transition: all 0.4s; } }
    @media (max-width: 960px) {
      .product-box .results-item .results-item-title {
        font-size: 0.875em;
        transition: all 0.4s; } }
  .product-box .results-item .results-item-price {
    display: block; }
    .product-box .results-item .results-item-price .results-item-stock {
      display: inline-block; }
      @media (max-width: 1170px) {
        .product-box .results-item .results-item-price .results-item-stock {
          display: block; } }
      .product-box .results-item .results-item-price .results-item-stock .status-in-stock {
        color: #56ba3e; }
      .product-box .results-item .results-item-price .results-item-stock .status-order {
        color: #e69c25; }
    .product-box .results-item .results-item-price .price {
      float: right; }
      @media (max-width: 1170px) {
        .product-box .results-item .results-item-price .price {
          float: none;
          display: block;
          transition: all 0.4s; } }
      .product-box .results-item .results-item-price .price .sale-price,
      .product-box .results-item .results-item-price .price .regular-price,
      .product-box .results-item .results-item-price .price .sale-info {
        font-family: "MarkProBold";
        font-size: 0.875em;
        color: #858585; }
      .product-box .results-item .results-item-price .price .sale-price {
        color: #a8a8a8; }
      .product-box .results-item .results-item-price .price .sale-info {
        color: #747474; }
    @media (max-width: 960px) {
      .product-box .results-item .results-item-price {
        font-size: 0.875em;
        transition: all 0.4s; } }

/* Owl carousel */
.owl-stage-outer {
  text-align: center; }

/* Image zoom */
.zoomContainer {
  z-index: 2;
  pointer-events: none; }

.zoomLens {
  width: 50px !important;
  height: 50px !important;
  z-index: 0 !important; }

/* Product Box */
.results-item {
  text-align: left;
  margin-bottom: 2em; }
  .results-item .results-item-image {
    display: block;
    position: relative;
    margin-bottom: 1.5em; }
  .results-item .results-item-discount {
    position: absolute;
    top: 1em;
    right: 1em;
    background: #ffeeb4;
    width: 70px;
    height: 70px;
    display: table;
    color: white;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; }
    .results-item .results-item-discount span {
      color: #2e2e2e;
      font-size: 1.188em;
      font-family: "MarkProBold";
      display: table-cell;
      vertical-align: middle; }
      @media (max-width: 1170px) {
        .results-item .results-item-discount span {
          font-size: 1em;
          transition: all 0.4s; } }
      @media (max-width: 640px) {
        .results-item .results-item-discount span {
          font-size: .875em;
          transition: all 0.4s; } }
  .results-item .results-item-title {
    text-align: left;
    font-size: 1.188em;
    line-height: 1.3em;
    margin-bottom: 1em; }
  .results-item .results-item-price {
    display: block; }
    .results-item .results-item-price .results-item-stock {
      display: inline-block; }
      .results-item .results-item-price .results-item-stock .status-in-stock {
        color: #56ba3e; }
      .results-item .results-item-price .results-item-stock .status-order {
        color: #e69c25; }
    .results-item .results-item-price .price {
      float: right; }
      .results-item .results-item-price .price .sale-price,
      .results-item .results-item-price .price .regular-price {
        font-family: "MarkProBold";
        font-size: 0.875em;
        color: #858585; }
      .results-item .results-item-price .price .sale-price {
        color: #a8a8a8; }

/* Price Range */
.range {
  width: 100%;
  float: left; }
  .range .range-value {
    margin: 0; }
    .range .range-value input {
      width: 100%;
      background: none;
      color: #2e2e2e;
      font-size: 16px;
      font-weight: initial;
      box-shadow: none;
      border: none;
      margin: 20px 0 20px 0; }
  .range .range-bar {
    border: none;
    background: #e0e0e0;
    height: 3px;
    width: 96%;
    margin-left: 8px; }
    .range .range-bar .ui-slider-range {
      background: #ffd033; }
    .range .range-bar .ui-slider-handle {
      border: none;
      border-radius: 25px;
      background: #2e2e2e;
      height: 17px;
      width: 17px;
      top: -0.52em;
      cursor: pointer; }
    .range .range-bar .ui-slider-handle + span {
      background: #2e2e2e; }

/* Overlay */
.body_overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.65);
  left: 0;
  top: 0;
  z-index: 4; }

.no-comments {
  margin: 3em 0; }

/* Responsive Tabs */
ul.tabs-product li {
  float: left;
  cursor: pointer;
  color: #ccc;
  overflow: hidden;
  position: relative; }
  ul.tabs-product li h2 {
    font-size: 1.625em;
    font-family: "MarkProMedium"; }
    @media (max-width: 480px) {
      ul.tabs-product li h2 {
        font-size: 1.250em; } }
ul.tabs-product li:nth-child(2) {
  margin-left: 2em; }
ul.tabs-product li.active {
  border-bottom: 1px solid #2e2e2e;
  display: block; }

.tab_container {
  overflow: auto; }

.tab_content {
  padding: 2em 0; }
  .tab_content table {
    width: 100%;
    table-layout: fixed; }
    .tab_content table td {
      padding: 1em;
      width: 50%;
      border: 1px solid #ccc; }
  .tab_content .info-delivery {
    margin-top: 2em; }

.tab_drawer_heading {
  display: none; }

@media screen and (max-width: 480px) {
  .tab_drawer_heading {
    background-color: #ccc;
    color: #fff;
    border-top: 1px solid #333;
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .d_active {
    background-color: #666;
    color: #fff; } }
/* Popup window */
#popup-in-cos {
  position: fixed;
  max-width: 600px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 2em;
  z-index: 5; }
  #popup-in-cos .product-added h2 {
    font-family: "MarkProMedium";
    color: #747474;
    padding-right: 1em; }
  #popup-in-cos .product-added .img,
  #popup-in-cos .product-added .title,
  #popup-in-cos .product-added .price-holder {
    display: inline-block;
    vertical-align: middle; }
  #popup-in-cos .product-added .img {
    width: 3.125em; }
  #popup-in-cos .product-added .title {
    padding-left: .75em;
    width: 55%; }
  #popup-in-cos .product-added .price-holder {
    margin-left: .5em; }
    #popup-in-cos .product-added .price-holder .pret,
    #popup-in-cos .product-added .price-holder .pret-redus {
      display: inline-block; }
    #popup-in-cos .product-added .price-holder .pret-redus {
      font-size: 1.375em; }
  #popup-in-cos .product-added .continua-wrap {
    clear: both;
    text-align: right;
    padding-top: 2em; }
  #popup-in-cos .product-added .fancybox-close {
    position: absolute;
    top: 2.2em;
    right: 2em;
    width: 20px;
    height: 20px; }
    #popup-in-cos .product-added .fancybox-close i {
      width: 20px;
      height: 20px;
      display: inline-block;
      background: url(img/svg/close.svg);
      background-size: 20px 20px;
      background-repeat: no-repeat;
      background-position: center center; }
  @media (max-width: 600px) {
    #popup-in-cos .product-added {
      text-align: center; }
      #popup-in-cos .product-added h2 {
        text-align: left;
        font-size: 1.25em; }
      #popup-in-cos .product-added .img,
      #popup-in-cos .product-added .title,
      #popup-in-cos .product-added .price-holder {
        display: block;
        margin-bottom: .5em;
        padding-left: 0;
        margin-left: 0; }
      #popup-in-cos .product-added .title {
        width: 100%; }
      #popup-in-cos .product-added .continua-wrap a {
        display: block;
        width: 100%;
        text-align: center;
        margin-left: 0; }
        #popup-in-cos .product-added .continua-wrap a:first-child {
          margin-bottom: 1em; } }

/* Materials Popup Window */
#popup-material,
#popup-culoare {
  position: fixed;
  max-width: 600px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 2em;
  z-index: 5; }
  #popup-material .product-added h2,
  #popup-culoare .product-added h2 {
    font-family: "MarkProMedium";
    color: #747474; }
  #popup-material .product-added .img,
  #popup-material .product-added .title,
  #popup-material .product-added .price-holder,
  #popup-culoare .product-added .img,
  #popup-culoare .product-added .title,
  #popup-culoare .product-added .price-holder {
    display: inline-block;
    vertical-align: middle; }
  #popup-material .product-added .title,
  #popup-culoare .product-added .title {
    padding-left: .75em;
    width: 55%; }
  #popup-material .product-added .price-holder,
  #popup-culoare .product-added .price-holder {
    margin-left: .5em; }
    #popup-material .product-added .price-holder .pret,
    #popup-material .product-added .price-holder .pret-redus,
    #popup-culoare .product-added .price-holder .pret,
    #popup-culoare .product-added .price-holder .pret-redus {
      display: inline-block; }
    #popup-material .product-added .price-holder .pret-redus,
    #popup-culoare .product-added .price-holder .pret-redus {
      font-size: 1.375em; }
  #popup-material .product-added .continua-wrap,
  #popup-culoare .product-added .continua-wrap {
    clear: both;
    text-align: right;
    padding-top: 2em; }
    @media (max-width: 960px) {
      #popup-material .product-added .continua-wrap,
      #popup-culoare .product-added .continua-wrap {
        padding-top: 0; } }
  #popup-material .product-added .fancybox-close,
  #popup-culoare .product-added .fancybox-close {
    position: absolute;
    top: 2.2em;
    right: 2em;
    width: 20px;
    height: 20px; }
    #popup-material .product-added .fancybox-close i,
    #popup-culoare .product-added .fancybox-close i {
      width: 20px;
      height: 20px;
      display: inline-block;
      background: url(img/svg/close.svg);
      background-size: 20px 20px;
      background-repeat: no-repeat;
      background-position: center center; }
  #popup-material .product-added .materials:before, #popup-material .product-added .materials:after,
  #popup-culoare .product-added .materials:before,
  #popup-culoare .product-added .materials:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  #popup-material .product-added .materials:after,
  #popup-culoare .product-added .materials:after {
    clear: both; }
  #popup-material .product-added .materials li,
  #popup-culoare .product-added .materials li {
    float: left;
    margin-right: 0.75em; }
  #popup-material .product-added .materials li,
  #popup-culoare .product-added .materials li {
    margin-bottom: .75em; }
    #popup-material .product-added .materials li a,
    #popup-culoare .product-added .materials li a {
      background: #f8f8f8;
      padding: .5em 1em; }
    #popup-material .product-added .materials li .active,
    #popup-culoare .product-added .materials li .active {
      background: #ffd033;
      color: #2e2e2e; }
  #popup-material .product-added .materials-options,
  #popup-culoare .product-added .materials-options {
    margin: 1.5em 0; }
    @media (max-width: 960px) {
      #popup-material .product-added .materials-options,
      #popup-culoare .product-added .materials-options {
        margin: 0; } }
    #popup-material .product-added .materials-options .mc-list-materials,
    #popup-culoare .product-added .materials-options .mc-list-materials {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start;
      margin: 0 -.5em 0 -.5em;
      max-height: 365px;
      overflow-y: auto; }
      #popup-material .product-added .materials-options .mc-list-materials li,
      #popup-culoare .product-added .materials-options .mc-list-materials li {
        float: none;
        margin-left: 0;
        order: 0;
        flex-grow: 0;
        flex-basis: 20%;
        max-width: 20%;
        width: 20%;
        padding: 0 .5em;
        min-width: 0;
        text-align: center; }
        @media (max-width: 480px) {
          #popup-material .product-added .materials-options .mc-list-materials li,
          #popup-culoare .product-added .materials-options .mc-list-materials li {
            flex-basis: 33.33%;
            max-width: 33.33%;
            width: 33.33%; } }
        #popup-material .product-added .materials-options .mc-list-materials li span.mc-cs,
        #popup-culoare .product-added .materials-options .mc-list-materials li span.mc-cs {
          font-size: 1em;
          text-align: center;
          display: block;
          line-height: 1.3;
          margin-top: .5em; }
        #popup-material .product-added .materials-options .mc-list-materials li span.mm-cs,
        #popup-culoare .product-added .materials-options .mc-list-materials li span.mm-cs {
          font-size: 0.875em; }
    #popup-material .product-added .materials-options .mc-list-materials,
    #popup-culoare .product-added .materials-options .mc-list-materials {
      display: none; }
    #popup-material .product-added .materials-options ul,
    #popup-culoare .product-added .materials-options ul {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start;
      margin: 0 -.5em 0 -.5em;
      max-height: 365px;
      overflow-y: auto; }
      #popup-material .product-added .materials-options ul li,
      #popup-culoare .product-added .materials-options ul li {
        float: none;
        margin-left: 0;
        order: 0;
        flex-grow: 0;
        flex-basis: 20%;
        max-width: 20%;
        width: 20%;
        padding: 0 .5em;
        min-width: 0;
        text-align: center;
        margin-bottom: .5em; }
        @media (max-width: 480px) {
          #popup-material .product-added .materials-options ul li,
          #popup-culoare .product-added .materials-options ul li {
            flex-basis: 33.33%;
            max-width: 33.33%;
            width: 33.33%; } }
        #popup-material .product-added .materials-options ul li .mc-color-selected,
        #popup-culoare .product-added .materials-options ul li .mc-color-selected {
          width: 40px;
          height: 40px;
          margin: 0 auto .5em auto;
          border: 1px solid #ededed;
          border-radius: 50%;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%; }
        #popup-material .product-added .materials-options ul li .mc-color-selected.active,
        #popup-culoare .product-added .materials-options ul li .mc-color-selected.active {
          box-sizing: border-box;
          border: 3px solid #ffd033; }
        #popup-material .product-added .materials-options ul li img,
        #popup-culoare .product-added .materials-options ul li img {
          border-radius: 50%;
          width: 50px;
          height: 50px;
          text-align: center;
          margin: 0 auto;
          display: block; }
        #popup-material .product-added .materials-options ul li img.active,
        #popup-culoare .product-added .materials-options ul li img.active {
          box-sizing: border-box;
          border: 3px solid #ffd033; }
        #popup-material .product-added .materials-options ul li span,
        #popup-culoare .product-added .materials-options ul li span {
          font-size: 0.688em;
          text-align: center;
          display: block; }
  @media (max-width: 600px) {
    #popup-material .product-added,
    #popup-culoare .product-added {
      text-align: center; }
      #popup-material .product-added h2,
      #popup-culoare .product-added h2 {
        text-align: left;
        font-size: 1.25em; }
      #popup-material .product-added .img,
      #popup-material .product-added .title,
      #popup-material .product-added .price-holder,
      #popup-culoare .product-added .img,
      #popup-culoare .product-added .title,
      #popup-culoare .product-added .price-holder {
        display: block;
        margin-bottom: .5em;
        padding-left: 0;
        margin-left: 0; }
      #popup-material .product-added .title,
      #popup-culoare .product-added .title {
        width: 100%; }
      #popup-material .product-added .continua-wrap a,
      #popup-culoare .product-added .continua-wrap a {
        display: block;
        width: 100%;
        text-align: center;
        margin-left: 0; }
        #popup-material .product-added .continua-wrap a:first-child,
        #popup-culoare .product-added .continua-wrap a:first-child {
          margin-bottom: 1em; } }

/* Product addons */
.body_overlay,
#popup-material,
#popup-culoare,
#popup-in-cos {
  display: none; }

/* Contact Form */
.contact .wpcf7-form.gray .wpcf7-form-control-wrap .wpcf7-not-valid-tip,
.contact .wpcf7-form.gray .ajax-loader {
  display: none; }

.contact form textarea {
  height: 7em; }

.contact span .wpcf7-not-valid {
  border: 1px solid #bc0000 !important; }

.contact .wpcf7-validation-errors,
.contact .wpcf7-mail-sent-ok {
  display: block;
  font-family: "Raleway";
  width: 100%;
  font-size: 90%;
  letter-spacing: 0.02em;
  padding: 0;
  border: 0;
  margin: 1em 0 0;
  text-align: center; }

.contact .wpcf7-validation-errors {
  color: #bc0000; }

.contact .wpcf7-mail-sent-ok {
  color: #1a9d59; }

/* 404 */
.header-login.header-404 {
  padding-top: 5em; }
  @media (max-width: 960px) {
    .header-login.header-404 {
      padding-top: 1em; } }

.content.content-404 {
  padding-bottom: 5em; }
  @media (max-width: 960px) {
    .content.content-404 {
      padding-bottom: 2em; } }

.login h1 {
  margin-bottom: 1em;
  text-align: center; }
  @media (max-width: 1400px) {
    .login h1 {
      font-size: 1.476em; } }
.login .container-404 {
  max-width: 630px;
  text-align: center; }
  .login .container-404 .header-home-logo {
    width: 100px;
    height: 50px;
    background-image: url(img/svg/logo.svg);
    background-size: 100px 50px;
    background-repeat: no-repeat; }
  .login .container-404 .site-name {
    display: block;
    font-size: 135%;
    margin-bottom: 2em; }
.login .broken-page p {
  margin: 0 0 3em; }
  @media (max-width: 960px) {
    .login .broken-page p {
      margin: 0 0 2em; } }
.login .broken-page .btn-adauga {
  width: inherit;
  display: inline-block; }

/* Login / Register */
.header-login {
  text-align: center;
  padding: 3em 0; }
  @media (max-width: 640px) {
    .header-login {
      padding: 1.5em 0; } }
  .header-login .logo {
    width: 100px;
    height: 50px;
    background-image: url(img/svg/logo.svg);
    background-size: 100px 50px;
    background-repeat: no-repeat; }
  .header-login .site-name {
    display: block;
    font-size: 135%; }

@media (max-width: 640px) {
  .login {
    padding-bottom: 1.5em; } }
.login .autentification-box {
  background: white;
  -webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  min-width: 280px;
  max-width: 400px;
  margin: 0 auto;
  padding: 2em;
  margin-top: 1em; }
  .login .autentification-box p {
    text-align: center; }
  .login .autentification-box #lostpasswordform p {
    text-align: center; }
  .login .autentification-box .login-info {
    background: #177a24;
    color: #ffffff;
    padding: .5em; }
  .login .autentification-box h1 {
    text-transform: uppercase; }
  .login .autentification-box .register-succes {
    background: #177a24;
    color: #ffffff;
    padding: .5em;
    margin: 0 0 1em 0;
    text-align: center; }
    .login .autentification-box .register-succes .login-underline {
      text-decoration: underline; }
  .login .autentification-box .register-errors,
  .login .autentification-box .login-errors {
    padding: .5em;
    margin-bottom: 1em;
    text-align: center;
    color: #ffffff;
    background: #b70000; }
    .login .autentification-box .register-errors p,
    .login .autentification-box .login-errors p {
      margin: 0; }
  .login .autentification-box .reset-msg,
  .login .autentification-box .login-msg {
    text-align: center; }
    .login .autentification-box .reset-msg p,
    .login .autentification-box .login-msg p {
      margin: 0; }
  .login .autentification-box form input[type="email"],
  .login .autentification-box form input[type="password"],
  .login .autentification-box form input[type="text"] {
    border: 1px solid #ccc; }
  .login .autentification-box form .checkbox {
    float: left; }
    @media (max-width: 480px) {
      .login .autentification-box form .checkbox {
        float: none; } }
  .login .autentification-box form .forgot-password {
    float: right; }
    @media (max-width: 480px) {
      .login .autentification-box form .forgot-password {
        float: none; } }
  .login .autentification-box form .row {
    margin-bottom: 1em;
    overflow: auto; }
  .login .autentification-box form .row-clearfix {
    clear: both; }
  @media (max-width: 480px) {
    .login .autentification-box form .btn-login {
      padding: 1em;
      font-size: 0.938em; } }

/* WooCommerce */
.woocommerce {
  display: flex;
  width: 100%; }
  @media (max-width: 960px) {
    .woocommerce {
      display: block; } }

#my-orders {
  display: inline-block; }

.sale-price,
.regular-price {
  text-transform: uppercase; }

.status-out-stock {
  color: #b70000; }

.thumb-product-cat,
.thumb-product-cat-default {
  width: 100%;
  min-height: 100px; }

.thumb-product-cat-default {
  border: 1px solid #ccc;
  padding: 1em; }

/* Sale prices */
.sale-info {
  color: #2e2e2e; }

.results-item-price {
  font-size: 0.938em; }

/* Disponibil la comanda - Form */
.mobila-la-comanda-form input[type="text"],
.mobila-la-comanda-form input[type="email"],
.mobila-la-comanda-form input[type="tel"],
.mobila-la-comanda-form input[type="text"]:focus,
.mobila-la-comanda-form input[type="email"]:focus,
.mobila-la-comanda-form input[type="tel"]:focus,
.mobila-la-comanda-form textarea,
.mobila-la-comanda-form textarea:focus {
  border: 1px solid #ccc; }
.mobila-la-comanda-form .wpcf7-validation-errors,
.mobila-la-comanda-form .wpcf7-mail-sent-ok {
  margin: 0; }
.mobila-la-comanda-form h4 {
  text-align: center; }

.product-details-review .wrapper {
  border-bottom: 1px solid #ccc; }
  .product-details-review .wrapper h2 {
    font-family: "MarkProMedium", Helvetica, Arial, sans-serif;
    font-size: 1.625em; }
.product-details-review form {
  padding: 3em 0; }
  .product-details-review form ul:before, .product-details-review form ul:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  .product-details-review form ul:after {
    clear: both; }
  .product-details-review form ul li {
    float: left;
    margin-left: 0.5em; }
    .product-details-review form ul li:first-child {
      margin: 0; }
  .product-details-review form ul li img {
    width: 40px;
    height: 40px; }
  .product-details-review form .stars {
    margin-bottom: 3em; }
  .product-details-review form input[type="text"],
  .product-details-review form input[type="email"],
  .product-details-review form textarea {
    border: 1px solid #ccc; }
  .product-details-review form .row.two {
    margin-left: -.5em;
    margin-right: -.5em;
    display: flex;
    flex-wrap: wrap; }
    .product-details-review form .row.two .column {
      flex-basis: 50%;
      max-width: 50%;
      width: 50%;
      padding: .5em .5em; }
  .product-details-review form .row.one .column {
    padding-bottom: .5em; }

/* Catalog menu */
.menu-catalog-container {
  position: absolute;
  top: 3.2em;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  display: none; }

.menu-catalog-container .catalog-img,
.menu-catalog-container .catalog-txt,
.menu-catalog-container .catalog-couch {
  display: table-cell;
  vertical-align: middle; }

.menu-catalog-container .catalog-txt {
  padding-left: 2em; }

.menu-catalog-container .catalog-txt span {
  display: block; }

.menu-catalog-container .flex.two {
  align-items: stretch; }

.menu-catalog-container .flex.two .col:nth-child(1) {
  flex-basis: 30%;
  max-width: 30%;
  width: 30%;
  padding: 0 0 0 1em; }

.menu-catalog-container .flex.two .col:nth-child(2) {
  flex-basis: 70%;
  max-width: 70%;
  width: 70%;
  padding: 0 1em 0 0; }

.menu-catalog-container .catalog-wrapper {
  background: #ffedb2;
  padding: 2em 0 2em 2em;
  display: table;
  width: 100%;
  height: 100%; }

.menu-catalog-container .catalog-slideshow {
  background: #fafafa;
  padding: 2em 4em;
  height: 100%; }

.menu-catalog-container .catalog-img .catalog-img-wrapper {
  border: 2px solid white;
  padding: .5em 1em;
  display: inline-block;
  position: relative; }

.menu-catalog-container .catalog-img span {
  background: white;
  padding: .2em .4em;
  position: absolute;
  font-size: 12px;
  border-radius: 5px;
  margin: 0;
  top: -1.3em;
  right: -2.3em; }

.menu-catalog-container .catalog-couch {
  text-align: right; }

.cataloage-owl {
  text-align: center;
  padding: 0 5em; }

.cataloage-owl .owl-prev,
.cataloage-owl .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block; }

.cataloage-owl .owl-prev {
  left: 0; }

.cataloage-owl .owl-next {
  right: 0; }

.owl-prev-catalog-arrow {
  background: url("img/svg/right_dark.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.owl-next-catalog-arrow {
  background: url("img/svg/right_dark.svg");
  background-repeat: no-repeat;
  background-position: center; }

.owl-prev-catalog-arrow,
.owl-next-catalog-arrow {
  display: block;
  width: 12px;
  height: 20px;
  background-size: 12px 20px; }

.cataloage-owl .item {
  display: inline-block; }

.catalog-box {
  border: 1px solid #ccc;
  padding: 1em;
  display: inherit;
  height: 100%;
  min-height: 100px; }

.catalog-box img {
  height: 100%; }

.cataloage-owl p {
  margin-top: .5em; }

.contact-page .gray {
  padding: 2em;
  background: #f7f7f7; }
  @media (max-width: 480px) {
    .contact-page .gray {
      padding: 1em; } }
@media (max-width: 1170px) {
  .contact-page .contact .flex.three .col {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%; } }
@media (max-width: 768px) {
  .contact-page .contact .flex.three .col {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%; } }
@media (max-width: 768px) {
  .contact-page .contact .flex.three .col:nth-child(1) {
    margin-bottom: 2em; } }
@media (max-width: 1170px) {
  .contact-page .contact .flex.three .col:nth-child(3) {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    margin-top: 2em; } }
.contact-page .contact h1 {
  font-size: 2.125em;
  font-family: "MarkProMedium"; }
  @media (max-width: 1170px) {
    .contact-page .contact h1 {
      font-size: 1.750em; } }
.contact-page .contact form input,
.contact-page .contact form textarea {
  min-width: 1px;
  max-width: 100%;
  width: 100%;
  border-bottom: none;
  background: #ffffff;
  position: relative;
  margin-bottom: .90em; }
.contact-page .contact form input {
  padding: 1em 1em 1em 3em; }
.contact-page .contact form input[type="submit"] {
  padding: 1em 0;
  margin: 0; }
.contact-page .contact form textarea {
  padding: 1em; }
.contact-page .contact form ul li {
  position: relative; }
  .contact-page .contact form ul li i {
    width: 25px;
    height: 25px;
    background: url(img/svg/contact_user.svg);
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: .75em;
    left: .75em; }
.contact-page .contact form ul li:nth-child(2) i {
  background: url(img/svg/contact_envelope.svg);
  background-repeat: no-repeat;
  background-position: center center; }
.contact-page .contact form ul li:nth-child(3) i {
  background: url(img/svg/contact_phone.svg);
  background-repeat: no-repeat;
  background-position: center center; }
.contact-page .contact .contact-info {
  color: #ffffff;
  background: #747474; }
  .contact-page .contact .contact-info h3 {
    color: #ffffff;
    font-family: "MarkProMedium";
    font-size: 1.500em; }
    @media (max-width: 480px) {
      .contact-page .contact .contact-info h3 {
        margin-bottom: 0; } }
  .contact-page .contact .contact-info .bordered-list {
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
    .contact-page .contact .contact-info .bordered-list li:first-child {
      border: 0; }
    .contact-page .contact .contact-info .bordered-list li {
      position: relative;
      border-top: 1px solid #e6e6e6;
      padding-top: 0.5em;
      padding-bottom: 0.5em;
      border-color: rgba(255, 255, 255, 0.1); }
      .contact-page .contact .contact-info .bordered-list li span:nth-child(2),
      .contact-page .contact .contact-info .bordered-list li a {
        float: right; }
        @media (max-width: 1400px) {
          .contact-page .contact .contact-info .bordered-list li span:nth-child(2),
          .contact-page .contact .contact-info .bordered-list li a {
            float: none; } }
        @media (max-width: 480px) {
          .contact-page .contact .contact-info .bordered-list li span:nth-child(2),
          .contact-page .contact .contact-info .bordered-list li a {
            font-size: 0.875em; } }
      .contact-page .contact .contact-info .bordered-list li span:nth-child(2) a {
        float: none; }
  .contact-page .contact .contact-info ul:nth-of-type(2) {
    margin: 0 0 2em;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 480px) {
      .contact-page .contact .contact-info ul:nth-of-type(2) {
        margin: 0 0 1em; } }
    @media (max-width: 480px) {
      .contact-page .contact .contact-info ul:nth-of-type(2) {
        display: block; } }
    .contact-page .contact .contact-info ul:nth-of-type(2) li {
      position: relative;
      padding-left: 2.5em;
      padding-right: .5em; }
      @media (max-width: 1400px) {
        .contact-page .contact .contact-info ul:nth-of-type(2) li small {
          font-size: 100%; } }
      @media (max-width: 1400px) {
        .contact-page .contact .contact-info ul:nth-of-type(2) li small a {
          font-size: 0.750em; } }
      @media (max-width: 768px) {
        .contact-page .contact .contact-info ul:nth-of-type(2) li small a {
          font-size: 1em; } }
    .contact-page .contact .contact-info ul:nth-of-type(2) li:nth-child(1) {
      flex-basis: 45%;
      max-width: 45%;
      width: 45%; }
      @media (max-width: 480px) {
        .contact-page .contact .contact-info ul:nth-of-type(2) li:nth-child(1) {
          font-size: 1em;
          flex-basis: 100%;
          max-width: 100%;
          width: 100%; } }
    .contact-page .contact .contact-info ul:nth-of-type(2) li:nth-child(2) {
      flex-basis: 45%;
      max-width: 45%;
      width: 45%; }
      @media (max-width: 480px) {
        .contact-page .contact .contact-info ul:nth-of-type(2) li:nth-child(2) {
          font-size: 1em;
          flex-basis: 100%;
          max-width: 100%;
          width: 100%; } }
      .contact-page .contact .contact-info ul:nth-of-type(2) li:nth-child(2) i {
        background-image: url(img/svg/info-consultant-white.svg); }
      .contact-page .contact .contact-info ul:nth-of-type(2) li:nth-child(2) a {
        line-height: 1.3em; }
        @media (max-width: 1400px) {
          .contact-page .contact .contact-info ul:nth-of-type(2) li:nth-child(2) a {
            font-size: 0.875em; } }
        @media (max-width: 768px) {
          .contact-page .contact .contact-info ul:nth-of-type(2) li:nth-child(2) a {
            font-size: 1em; } }
      @media (max-width: 1400px) {
        .contact-page .contact .contact-info ul:nth-of-type(2) li:nth-child(2) a {
          font-size: 0.750em; } }
      @media (max-width: 768px) {
        .contact-page .contact .contact-info ul:nth-of-type(2) li:nth-child(2) a {
          font-size: 1em; } }
    .contact-page .contact .contact-info ul:nth-of-type(2) li:nth-child(3) {
      padding-left: 0;
      padding-right: 0;
      text-align: right;
      flex-basis: 10%;
      max-width: 10%;
      width: 10%; }
      @media (max-width: 480px) {
        .contact-page .contact .contact-info ul:nth-of-type(2) li:nth-child(3) {
          text-align: left;
          margin-top: 1.5em;
          font-size: 1em;
          flex-basis: 100%;
          max-width: 100%;
          width: 100%; } }
      .contact-page .contact .contact-info ul:nth-of-type(2) li:nth-child(3) a {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url(img/svg/facebook_circle_white.svg) no-repeat center;
        background-size: 30px 30px; }
    .contact-page .contact .contact-info ul:nth-of-type(2) i {
      display: inline-block;
      width: 30px;
      height: 30px;
      background: url(img/svg/info-phone-white.svg) no-repeat center;
      background-size: 30px 30px;
      position: absolute;
      top: 0;
      left: 0; }
  .contact-page .contact .contact-info p {
    font-size: 0.938em; }
.contact-page .contact iframe {
  width: 100%;
  height: 443px; }
.contact-page .linkuri-utile {
  background: #ffffff; }

.video-page .flex {
  margin: 0 -.5em; }
.video-page .col {
  padding: 0 .5em; }
  @media (max-width: 640px) {
    .video-page .col {
      text-align: center; } }
.video-page .video-link {
  display: block; }
.video-page .video-box {
  padding-bottom: 3.750em; }
  @media (max-width: 1170px) {
    .video-page .video-box {
      padding-bottom: 1.5em;
      transition: all 0.4s; } }
  @media (max-width: 480px) {
    .video-page .video-box {
      padding-bottom: 2em; } }
  .video-page .video-box .video-box-wrapper {
    position: relative;
    margin-bottom: 1.5em; }
    @media (max-width: 1400px) {
      .video-page .video-box .video-box-wrapper {
        margin-bottom: 1em;
        transition: all 0.4s; } }
    .video-page .video-box .video-box-wrapper .video-box-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      text-align: center; }
  .video-page .video-box h6 {
    font-size: 1.188em;
    line-height: 1.625em; }
    @media (max-width: 1400px) {
      .video-page .video-box h6 {
        font-size: 1em;
        line-height: 1.5em;
        transition: all 0.4s; } }
    @media (max-width: 640px) {
      .video-page .video-box h6 {
        margin: 0; } }
  .video-page .video-box p {
    color: #a7a7a7; }
.video-page .load-more {
  font-family: "MarkProBold";
  color: #747474; }

.lu-videos .linkuri-utile {
  background: #ffffff; }
  .lu-videos .linkuri-utile .lu-list li {
    background: #f8f8f8; }
    .lu-videos .linkuri-utile .lu-list li a {
      color: #2e2e2e; }

.footer-videos footer {
  padding: 3em 0; }

/* Blog Page */
.blog-general .blog-wrapper .blog-item {
  display: inline-block;
  padding-bottom: 6.250em; }
  .blog-general .blog-wrapper .blog-item img {
    width: 35%;
    float: left; }
    @media (max-width: 640px) {
      .blog-general .blog-wrapper .blog-item img {
        width: 100%;
        float: none; } }
  .blog-general .blog-wrapper .blog-item .blog-item-text {
    width: 55%;
    margin-left: 5%;
    float: left; }
    @media (max-width: 640px) {
      .blog-general .blog-wrapper .blog-item .blog-item-text {
        width: 100%;
        margin-left: 0;
        float: none; } }
    .blog-general .blog-wrapper .blog-item .blog-item-text h3 {
      font-size: 1.625em;
      font-family: "MarkProMedium", Helvetica, Arial, sans-serif; }
      @media (max-width: 640px) {
        .blog-general .blog-wrapper .blog-item .blog-item-text h3 {
          font-size: 1.375em;
          margin-top: 1em; } }
    .blog-general .blog-wrapper .blog-item .blog-item-text p {
      color: #2e2e2e; }
    .blog-general .blog-wrapper .blog-item .blog-item-text a {
      margin-top: 3em;
      font-family: "MarkProBold", Helvetica, Arial, sans-serif;
      color: #a8a8a8; }
      @media (max-width: 1170px) {
        .blog-general .blog-wrapper .blog-item .blog-item-text a {
          margin-top: 0; } }
  @media (max-width: 1170px) {
    .blog-general .blog-wrapper .blog-item {
      padding-bottom: 3em; } }
.blog-general .blog-load-more a {
  color: #747474;
  font-family: "MarkProBold", Helvetica, Arial, sans-serif; }
.blog-general .blog-linkuri-utile .linkuri-utile {
  padding: 0 0 6.25em 0; }
  .blog-general .blog-linkuri-utile .linkuri-utile .lu-list li {
    background: none; }

.intrebari-generale {
  background: #ffffff; }
  .intrebari-generale .content-faq .col:nth-child(1) {
    padding-right: 3em; }
  .intrebari-generale .faq-content .faq-question:first-of-type {
    border: 0;
    padding-top: 0;
    margin-top: 0; }
  .intrebari-generale .faq-content .faq-question {
    margin-top: 1.5em;
    padding-top: 1.5em;
    border-top: 1px solid #e6e6e6; }
    .intrebari-generale .faq-content .faq-question .faq-question-trigger {
      position: relative;
      font-size: 150%;
      font-weight: 300;
      padding-left: 2em; }
      @media (max-width: 1170px) {
        .intrebari-generale .faq-content .faq-question .faq-question-trigger {
          font-size: 115%;
          transition: all 0.4s; } }
      @media (max-width: 640px) {
        .intrebari-generale .faq-content .faq-question .faq-question-trigger {
          font-size: 100%;
          transition: all 0.4s; } }
      .intrebari-generale .faq-content .faq-question .faq-question-trigger i {
        display: inline-block;
        width: 24px;
        height: 24px;
        background: url(img/svg/plus.svg) no-repeat center;
        background-size: 24px 24px;
        position: absolute;
        left: 0;
        top: .15em; }
    .intrebari-generale .faq-content .faq-question .faq-question-trigger.active i {
      background-image: url(img/svg/minus.svg); }
    .intrebari-generale .faq-content .faq-question .faq-question-answer {
      padding: 1em 0 0 3em;
      display: none; }
      @media (max-width: 480px) {
        .intrebari-generale .faq-content .faq-question .faq-question-answer p {
          font-size: .875em;
          transition: all 0.4s; } }
      @media (max-width: 640px) {
        .intrebari-generale .faq-content .faq-question .faq-question-answer {
          padding: 1em 0 0 2em;
          transition: all 0.4s; } }
  .intrebari-generale .linkuri-utile {
    background: #ffffff; }
    .intrebari-generale .linkuri-utile .lu-list li {
      background: #f8f8f8; }
      .intrebari-generale .linkuri-utile .lu-list li a {
        color: #2e2e2e; }

.article-page {
  background: #ffffff; }
  .article-page .linkuri-utile {
    background: #ffffff; }
  .article-page .article-page-link {
    margin-top: 5.625em; }
    .article-page .article-page-link a {
      color: #a8a8a8;
      font-family: "MarkProBold"; }
    @media (max-width: 1170px) {
      .article-page .article-page-link {
        margin-top: 3em; } }
  .article-page .content-general .general-aside-links i {
    background: url("img/svg/arrow_right_aside_dark.svg"); }

.article-footer footer {
  padding: 3em 0; }

/* Contul Meu */
.contul-meu {
  /* Comenzile mele */ }
  .contul-meu .comenzile-mele {
    /* Comanda individuala */
    /* Cont schimba parola */
    /* Date personale */ }
    .contul-meu .comenzile-mele h1 {
      font-size: 2.125em;
      text-transform: capitalize;
      font-family: "MarkProMedium";
      margin-bottom: 2em; }
      @media (max-width: 1170px) {
        .contul-meu .comenzile-mele h1 {
          margin-bottom: 1em; } }
      @media (max-width: 768px) {
        .contul-meu .comenzile-mele h1 {
          font-size: 1.750em;
          transition: all 0.4s; } }
    @media (max-width: 960px) {
      .contul-meu .comenzile-mele .flex .col-account-content {
        padding-top: 2em; } }
    .contul-meu .comenzile-mele .flex .col:nth-child(1) {
      flex-basis: 30%;
      max-width: 30%;
      width: 30%; }
      @media (max-width: 960px) {
        .contul-meu .comenzile-mele .flex .col:nth-child(1) {
          flex-basis: 100%;
          max-width: 100%;
          width: 100%; } }
    .contul-meu .comenzile-mele .flex .col:nth-child(2) {
      flex-basis: 70%;
      max-width: 70%;
      width: 70%;
      padding-left: 2em; }
      @media (max-width: 960px) {
        .contul-meu .comenzile-mele .flex .col:nth-child(2) {
          flex-basis: 100%;
          max-width: 100%;
          width: 100%;
          padding-left: 1em; } }
    .contul-meu .comenzile-mele .aside-left {
      padding: 2.5em;
      position: relative;
      background: #f8f8f8; }
      @media (max-width: 1170px) {
        .contul-meu .comenzile-mele .aside-left {
          padding: 2em;
          transition: all 0.4s; } }
      .contul-meu .comenzile-mele .aside-left .burger {
        display: none;
        right: 2em;
        position: absolute;
        top: 2.15em; }
        .contul-meu .comenzile-mele .aside-left .burger span {
          display: block;
          width: 1.5em;
          height: 1px;
          margin-top: .5em;
          background: #333333; }
          .contul-meu .comenzile-mele .aside-left .burger span:first-child {
            margin-top: 0; }
        @media (max-width: 960px) {
          .contul-meu .comenzile-mele .aside-left .burger {
            display: block; } }
      .contul-meu .comenzile-mele .aside-left h3 {
        font-size: 1.375em;
        padding-right: 2em;
        font-family: "MarkProMedium";
        margin-bottom: 0; }
        @media (max-width: 480px) {
          .contul-meu .comenzile-mele .aside-left h3 {
            font-size: 1.250em;
            transition: all 0.4s; } }
      .contul-meu .comenzile-mele .aside-left .bordered-list {
        margin-top: 1em; }
        .contul-meu .comenzile-mele .aside-left .bordered-list li {
          position: relative;
          border-top: 1px solid #e6e6e6;
          padding-top: 0.5em;
          padding-bottom: 0.5em; }
          .contul-meu .comenzile-mele .aside-left .bordered-list li:first-child {
            border: 0; }
          .contul-meu .comenzile-mele .aside-left .bordered-list li a:first-letter {
            text-transform: capitalize; }
          .contul-meu .comenzile-mele .aside-left .bordered-list li a:nth-of-type(1) {
            position: absolute;
            top: .6em;
            left: 0; }
            .contul-meu .comenzile-mele .aside-left .bordered-list li a:nth-of-type(1) i {
              display: inline-block;
              width: 17px;
              height: 19px;
              background: url(img/svg/account_user.svg) no-repeat center;
              background-size: 17px 17px; }
          .contul-meu .comenzile-mele .aside-left .bordered-list li a:nth-of-type(2) {
            padding-left: 2.2em;
            display: block; }
          .contul-meu .comenzile-mele .aside-left .bordered-list li a:nth-of-type(3) {
            position: absolute;
            top: .5em;
            right: 0; }
            .contul-meu .comenzile-mele .aside-left .bordered-list li a:nth-of-type(3) i {
              display: inline-block;
              width: 16px;
              height: 9px;
              background: url(img/svg/arrow_right_aside.svg) no-repeat center;
              background-size: 16px 9px; }
        .contul-meu .comenzile-mele .aside-left .bordered-list .active a:nth-of-type(3) i {
          background: url("img/svg/arrow_right_aside_dark.svg") no-repeat center; }
        .contul-meu .comenzile-mele .aside-left .bordered-list li:nth-child(2) a:nth-of-type(1) i {
          background: url(img/svg/account_orders.svg) no-repeat center; }
        .contul-meu .comenzile-mele .aside-left .bordered-list li:nth-child(3) a:nth-of-type(1) i {
          background: url(img/svg/account_favorites.svg) no-repeat center; }
        .contul-meu .comenzile-mele .aside-left .bordered-list li:nth-child(4) a:nth-of-type(1) i {
          background: url(img/svg/account_password.svg) no-repeat center; }
        .contul-meu .comenzile-mele .aside-left .bordered-list li:nth-child(5) a:nth-of-type(1) i {
          background: url(img/svg/account_logout.svg) no-repeat center; }
    .contul-meu .comenzile-mele .compressed-orders-controls {
      padding-bottom: 1.5em;
      margin-bottom: 2.5em;
      border-bottom: 1px solid #e6e6e6; }
      .contul-meu .comenzile-mele .compressed-orders-controls span {
        padding: 0.5em;
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle; }
        @media (max-width: 640px) {
          .contul-meu .comenzile-mele .compressed-orders-controls span {
            display: block;
            padding: 1em 0;
            text-transform: capitalize; } }
      .contul-meu .comenzile-mele .compressed-orders-controls select {
        width: 14em;
        display: inline-block;
        margin-bottom: 0;
        border: 1px solid #ccc;
        padding: 1em; }
        @media (max-width: 640px) {
          .contul-meu .comenzile-mele .compressed-orders-controls select {
            width: 100%;
            display: block; } }
      .contul-meu .comenzile-mele .compressed-orders-controls .navigation-top {
        display: block;
        margin-top: 0;
        float: right;
        top: .5em;
        position: relative; }
        .contul-meu .comenzile-mele .compressed-orders-controls .navigation-top ul:before, .contul-meu .comenzile-mele .compressed-orders-controls .navigation-top ul:after {
          content: "";
          visibility: hidden;
          height: 0;
          display: table; }
        .contul-meu .comenzile-mele .compressed-orders-controls .navigation-top ul:after {
          clear: both; }
        .contul-meu .comenzile-mele .compressed-orders-controls .navigation-top ul li {
          float: left;
          margin-left: 0.25em; }
          .contul-meu .comenzile-mele .compressed-orders-controls .navigation-top ul li:first-child {
            margin: 0; }
        .contul-meu .comenzile-mele .compressed-orders-controls .navigation-top ul li a {
          padding: .2em;
          width: 2em;
          text-align: center; }
        .contul-meu .comenzile-mele .compressed-orders-controls .navigation-top ul li a.active {
          border: 1px solid #cccccc; }
        .contul-meu .comenzile-mele .compressed-orders-controls .navigation-top ul li:last-child a {
          width: 9em; }
        @media (max-width: 1400px) {
          .contul-meu .comenzile-mele .compressed-orders-controls .navigation-top {
            display: none; } }
      .contul-meu .comenzile-mele .compressed-orders-controls .wp-pagenavi span,
      .contul-meu .comenzile-mele .compressed-orders-controls .wp-pagenavi .first,
      .contul-meu .comenzile-mele .compressed-orders-controls .wp-pagenavi .page,
      .contul-meu .comenzile-mele .compressed-orders-controls .wp-pagenavi .nextpostslink,
      .contul-meu .comenzile-mele .compressed-orders-controls .wp-pagenavi .previouspostslink {
        padding: 0.5em; }
      .contul-meu .comenzile-mele .compressed-orders-controls .wp-pagenavi span.current {
        border: 1px solid #ccc;
        display: inline; }
    .contul-meu .comenzile-mele .compressed-order-list .compressed-order {
      background: #f8f8f8;
      padding: 2em;
      margin-top: 1.5em;
      position: relative; }
      .contul-meu .comenzile-mele .compressed-order-list .compressed-order .compressed-order-info {
        font-family: "MarkProBold"; }
        .contul-meu .comenzile-mele .compressed-order-list .compressed-order .compressed-order-info a:first-of-type {
          font-size: 150%;
          line-height: 1.35;
          text-transform: capitalize; }
        .contul-meu .comenzile-mele .compressed-order-list .compressed-order .compressed-order-info .order-additional {
          font-family: "MarkProBold";
          margin: .75em 0 0; }
      .contul-meu .comenzile-mele .compressed-order-list .compressed-order .btn {
        margin-top: 1.5em;
        position: absolute;
        top: .9em;
        right: 2em; }
        @media (max-width: 1170px) {
          .contul-meu .comenzile-mele .compressed-order-list .compressed-order .btn {
            position: relative;
            top: 0;
            right: 0; } }
      .contul-meu .comenzile-mele .compressed-order-list .compressed-order .status {
        position: absolute;
        top: -15px;
        right: 2em;
        display: inline-block;
        font-size: 90%;
        background: white;
        padding: .3em 1em; }
        .contul-meu .comenzile-mele .compressed-order-list .compressed-order .status:before {
          content: "";
          display: inline-block;
          width: 3px;
          height: 3px;
          background: #1A9D59;
          margin-right: 1em;
          vertical-align: middle; }
      .contul-meu .comenzile-mele .compressed-order-list .compressed-order .status-pending {
        color: orange; }
        .contul-meu .comenzile-mele .compressed-order-list .compressed-order .status-pending:before {
          background: orange; }
      .contul-meu .comenzile-mele .compressed-order-list .compressed-order .status-success {
        color: #1A9D59; }
        .contul-meu .comenzile-mele .compressed-order-list .compressed-order .status-success:before {
          background: #1A9D59; }
      .contul-meu .comenzile-mele .compressed-order-list .compressed-order .status-error {
        color: red; }
        .contul-meu .comenzile-mele .compressed-order-list .compressed-order .status-error:before {
          background: red; }
    .contul-meu .comenzile-mele .account-order {
      padding: 3em;
      background: #f8f8f8; }
      @media (max-width: 1170px) {
        .contul-meu .comenzile-mele .account-order {
          padding: 2em;
          transition: all 0.4s; } }
      .contul-meu .comenzile-mele .account-order h3 {
        font-family: "MarkProMedium";
        font-size: 1.375em;
        display: inline-block; }
        @media (max-width: 640px) {
          .contul-meu .comenzile-mele .account-order h3 {
            display: block;
            margin-bottom: .5em; } }
      .contul-meu .comenzile-mele .account-order .status {
        float: right;
        font-size: 0.875em; }
        @media (max-width: 640px) {
          .contul-meu .comenzile-mele .account-order .status {
            display: inline-block;
            float: none;
            margin-bottom: 1em; } }
      .contul-meu .comenzile-mele .account-order .status-pending {
        color: orange;
        border: 1px solid orange;
        padding: .2em 1em; }
        .contul-meu .comenzile-mele .account-order .status-pending:before {
          content: "";
          display: inline-block;
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background: orange;
          margin-right: .5em;
          vertical-align: middle; }
      .contul-meu .comenzile-mele .account-order .status-success {
        color: #1A9D59;
        border: 1px solid #1A9D59;
        padding: .2em 1em; }
        .contul-meu .comenzile-mele .account-order .status-success:before {
          content: "";
          display: inline-block;
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background: #1A9D59;
          margin-right: .5em;
          vertical-align: middle; }
      .contul-meu .comenzile-mele .account-order .status-error {
        color: red;
        border: 1px solid red;
        padding: .2em 1em; }
        .contul-meu .comenzile-mele .account-order .status-error:before {
          content: "";
          display: inline-block;
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background: red;
          margin-right: .5em;
          vertical-align: middle; }
      .contul-meu .comenzile-mele .account-order .order-address {
        margin-top: 2em; }
        @media (max-width: 1170px) {
          .contul-meu .comenzile-mele .account-order .order-address .col {
            margin-bottom: 1em; } }
        .contul-meu .comenzile-mele .account-order .order-address .col:nth-child(1) {
          flex-basis: 33.33%;
          max-width: 33.33%;
          width: 33.33%; }
          @media (max-width: 1170px) {
            .contul-meu .comenzile-mele .account-order .order-address .col:nth-child(1) {
              flex-basis: 50%;
              max-width: 50%;
              width: 50%; } }
          @media (max-width: 768px) {
            .contul-meu .comenzile-mele .account-order .order-address .col:nth-child(1) {
              flex-basis: 100%;
              max-width: 100%;
              width: 100%; } }
        .contul-meu .comenzile-mele .account-order .order-address .col:nth-child(2) {
          flex-basis: 33.33%;
          max-width: 33.33%;
          width: 33.33%; }
          @media (max-width: 1170px) {
            .contul-meu .comenzile-mele .account-order .order-address .col:nth-child(2) {
              flex-basis: 50%;
              max-width: 50%;
              width: 50%; } }
          @media (max-width: 768px) {
            .contul-meu .comenzile-mele .account-order .order-address .col:nth-child(2) {
              flex-basis: 100%;
              max-width: 100%;
              width: 100%; } }
        .contul-meu .comenzile-mele .account-order .order-address .col:nth-child(3) {
          flex-basis: 33.33%;
          max-width: 33.33%;
          width: 33.33%; }
          @media (max-width: 1170px) {
            .contul-meu .comenzile-mele .account-order .order-address .col:nth-child(3) {
              flex-basis: 50%;
              max-width: 50%;
              width: 50%; } }
          @media (max-width: 768px) {
            .contul-meu .comenzile-mele .account-order .order-address .col:nth-child(3) {
              flex-basis: 100%;
              max-width: 100%;
              width: 100%; } }
          .contul-meu .comenzile-mele .account-order .order-address .col:nth-child(3) strong {
            display: block; }
          .contul-meu .comenzile-mele .account-order .order-address .col:nth-child(3) i {
            display: inline-block;
            width: 25px;
            height: 25px;
            background: url(img/svg/card.svg) no-repeat center;
            background-size: 25px 25px;
            vertical-align: middle;
            margin-right: .5em; }
        .contul-meu .comenzile-mele .account-order .order-address strong {
          display: inline-block;
          margin-bottom: 2em; }
          @media (max-width: 1170px) {
            .contul-meu .comenzile-mele .account-order .order-address strong {
              margin-bottom: 1em;
              transition: all 0.4s; } }
      .contul-meu .comenzile-mele .account-order .item-purchased {
        margin-top: 3em; }
        @media (max-width: 1170px) {
          .contul-meu .comenzile-mele .account-order .item-purchased {
            margin-top: 0;
            transition: all 0.4s; } }
        .contul-meu .comenzile-mele .account-order .item-purchased ul li {
          background: #ffffff;
          padding-top: 0;
          padding-left: 6em;
          padding-right: 19em;
          position: relative;
          margin-top: 1em;
          min-height: calc(56px + 2em); }
          @media (max-width: 640px) {
            .contul-meu .comenzile-mele .account-order .item-purchased ul li {
              padding: 1em;
              min-height: 100%;
              height: 100%; } }
          .contul-meu .comenzile-mele .account-order .item-purchased ul li .checkout-basket-title {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            padding-right: 18.5em; }
            @media (max-width: 960px) {
              .contul-meu .comenzile-mele .account-order .item-purchased ul li .checkout-basket-title {
                padding-right: 12em; } }
            @media (max-width: 640px) {
              .contul-meu .comenzile-mele .account-order .item-purchased ul li .checkout-basket-title {
                display: block;
                margin-top: .5em;
                padding-right: 0;
                position: relative;
                top: 0;
                left: 0;
                transform: none; } }
            .contul-meu .comenzile-mele .account-order .item-purchased ul li .checkout-basket-title small {
              display: inline-block;
              line-height: 1.2em; }
          .contul-meu .comenzile-mele .account-order .item-purchased ul li .checkout-basket-image {
            position: absolute;
            max-width: 3.5em;
            top: 1em;
            left: 1em; }
            @media (max-width: 640px) {
              .contul-meu .comenzile-mele .account-order .item-purchased ul li .checkout-basket-image {
                display: block;
                position: relative;
                width: 100%;
                top: 0;
                left: 0; } }
          .contul-meu .comenzile-mele .account-order .item-purchased ul li .checkout-quantity {
            position: absolute;
            top: 2em;
            right: 15em; }
            @media (max-width: 1170px) {
              .contul-meu .comenzile-mele .account-order .item-purchased ul li .checkout-quantity {
                right: 8em; } }
            @media (max-width: 640px) {
              .contul-meu .comenzile-mele .account-order .item-purchased ul li .checkout-quantity {
                position: relative;
                top: 0;
                right: 0; } }
          .contul-meu .comenzile-mele .account-order .item-purchased ul li .checkout-basket-price {
            position: absolute;
            top: 2em;
            right: 2em; }
            @media (max-width: 640px) {
              .contul-meu .comenzile-mele .account-order .item-purchased ul li .checkout-basket-price {
                position: relative;
                top: 0;
                right: 0; } }
      .contul-meu .comenzile-mele .account-order .item-purchased-subtotal {
        margin-top: 1em;
        overflow: hidden; }
        .contul-meu .comenzile-mele .account-order .item-purchased-subtotal ul {
          float: right;
          min-width: 20em;
          background: #ffffff;
          position: relative;
          padding: 1em; }
          @media (max-width: 640px) {
            .contul-meu .comenzile-mele .account-order .item-purchased-subtotal ul {
              min-width: auto;
              width: 100%;
              float: none; } }
          .contul-meu .comenzile-mele .account-order .item-purchased-subtotal ul li {
            position: relative;
            float: none;
            margin-left: 0;
            margin-top: 0.5em; }
            .contul-meu .comenzile-mele .account-order .item-purchased-subtotal ul li span {
              text-transform: capitalize; }
          .contul-meu .comenzile-mele .account-order .item-purchased-subtotal ul li:nth-child(1) span:nth-child(2) {
            float: right; }
          .contul-meu .comenzile-mele .account-order .item-purchased-subtotal ul li:nth-child(2) span:nth-child(2) {
            float: right; }
          .contul-meu .comenzile-mele .account-order .item-purchased-subtotal ul li:nth-child(3) {
            margin-top: 1.5em;
            text-align: right; }
            .contul-meu .comenzile-mele .account-order .item-purchased-subtotal ul li:nth-child(3) span:nth-child(1) {
              display: inline-block; }
            .contul-meu .comenzile-mele .account-order .item-purchased-subtotal ul li:nth-child(3) span:nth-child(2) {
              display: block;
              font-size: 200%; }
    .contul-meu .comenzile-mele .account-change-password strong {
      display: block;
      margin-bottom: 2em; }
    .contul-meu .comenzile-mele .account-change-password label {
      display: inline-block;
      padding: 1em 0;
      margin: 0;
      letter-spacing: .075em; }
    .contul-meu .comenzile-mele .account-change-password input {
      border: 1px solid #ccc;
      min-width: 30em;
      width: 30em;
      background: #ffffff;
      padding: 1em; }
      @media (max-width: 960px) {
        .contul-meu .comenzile-mele .account-change-password input {
          min-width: 100%;
          width: 100%; } }
    .contul-meu .comenzile-mele .account-change-password .woocommerce-password-strength,
    .contul-meu .comenzile-mele .account-change-password .woocommerce-password-hint {
      min-width: 30em;
      width: 30em; }
      @media (max-width: 960px) {
        .contul-meu .comenzile-mele .account-change-password .woocommerce-password-strength,
        .contul-meu .comenzile-mele .account-change-password .woocommerce-password-hint {
          min-width: 100%;
          width: 100%; } }
    .contul-meu .comenzile-mele .account-details .account-details-select {
      margin-bottom: 2em; }
      .contul-meu .comenzile-mele .account-details .account-details-select li {
        display: inline-block; }
      .contul-meu .comenzile-mele .account-details .account-details-select li:nth-child(2) {
        margin-left: 2em; }
    .contul-meu .comenzile-mele .account-details .account-details-delivery strong {
      margin-bottom: 2em;
      display: inline-block; }
    .contul-meu .comenzile-mele .account-details input[type="text"],
    .contul-meu .comenzile-mele .account-details input[type="email"],
    .contul-meu .comenzile-mele .account-details input[type="tel"],
    .contul-meu .comenzile-mele .account-details select,
    .contul-meu .comenzile-mele .account-details textarea {
      width: 100%;
      border: 1px solid #ccc;
      padding: 1em; }
    .contul-meu .comenzile-mele .mc-address-delivery p {
      margin: 0; }
  .contul-meu .linkuri-utile {
    background: #ffffff; }
  .contul-meu .cont-date-personale {
    background: #ffffff; }

/* Schimba parola */
.schimba-parola {
  background: #ffffff; }
  .schimba-parola .linkuri-utile {
    background: #ffffff; }

/* Date personale */
.date-personale input[type="text"],
.date-personale input[type="email"],
.date-personale input[type="tel"],
.date-personale select,
.date-personale textarea {
  background: #ffffff; }
.date-personale .linkuri-utile {
  background: #ffffff; }

.cont-date-personale .flex.account-form .col:nth-child(1) {
  flex-basis: 50%;
  max-width: 50%;
  width: 50%; }
  @media (max-width: 768px) {
    .cont-date-personale .flex.account-form .col:nth-child(1) {
      flex-basis: 100%;
      max-width: 100%;
      width: 100%; } }
.cont-date-personale .flex.account-form .col:nth-child(2) {
  flex-basis: 50%;
  max-width: 50%;
  width: 50%; }
  @media (max-width: 768px) {
    .cont-date-personale .flex.account-form .col:nth-child(2) {
      flex-basis: 100%;
      max-width: 100%;
      width: 100%;
      margin-top: 2em; } }
.cont-date-personale .account-form .account-details-billing .account-details-billing-title strong {
  display: inline-block;
  margin-bottom: 4em; }
  @media (max-width: 768px) {
    .cont-date-personale .account-form .account-details-billing .account-details-billing-title strong {
      margin-bottom: 1em; } }
.cont-date-personale .account-form .account-details-info {
  margin-bottom: 2em; }

/* Favorite */
.favorite {
  background: #ffffff; }
  .favorite .cont-favorite .flex.flex-favorites .col {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%; }
    @media (max-width: 480px) {
      .favorite .cont-favorite .flex.flex-favorites .col {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%; } }
  .favorite .cont-favorite .flex.flex-favorites {
    margin: 0 -.5em 0 -.5em; }
    .favorite .cont-favorite .flex.flex-favorites .col {
      padding: 0 .5em; }
  .favorite .cont-favorite .account-favorites .product-results .results-item {
    text-align: left;
    margin-bottom: 2em; }
    .favorite .cont-favorite .account-favorites .product-results .results-item .results-item-image {
      display: block;
      position: relative;
      margin-bottom: 1.5em; }
      .favorite .cont-favorite .account-favorites .product-results .results-item .results-item-image img {
        width: 100%; }
      @media (max-width: 1170px) {
        .favorite .cont-favorite .account-favorites .product-results .results-item .results-item-image {
          margin-bottom: 1em; } }
    .favorite .cont-favorite .account-favorites .product-results .results-item .results-item-discount {
      position: absolute;
      top: 1em;
      right: 1em;
      background: #ffeeb4;
      width: 70px;
      height: 70px;
      display: table;
      color: white;
      text-align: center;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%; }
      .favorite .cont-favorite .account-favorites .product-results .results-item .results-item-discount span {
        color: #2e2e2e;
        font-size: 1.188em;
        font-family: "MarkProBold";
        display: table-cell;
        vertical-align: middle; }
        @media (max-width: 1170px) {
          .favorite .cont-favorite .account-favorites .product-results .results-item .results-item-discount span {
            font-size: 0.875em; } }
    .favorite .cont-favorite .account-favorites .product-results .results-item .results-item-title {
      text-align: left;
      font-size: 1.188em;
      line-height: 1.3em;
      margin-bottom: 1em; }
      @media (max-width: 1170px) {
        .favorite .cont-favorite .account-favorites .product-results .results-item .results-item-title {
          font-size: 1em;
          margin-bottom: 0; } }
    .favorite .cont-favorite .account-favorites .product-results .results-item .results-item-price {
      display: block; }
      .favorite .cont-favorite .account-favorites .product-results .results-item .results-item-price .results-item-stock {
        display: inline-block; }
        @media (max-width: 1170px) {
          .favorite .cont-favorite .account-favorites .product-results .results-item .results-item-price .results-item-stock {
            display: block; } }
        .favorite .cont-favorite .account-favorites .product-results .results-item .results-item-price .results-item-stock .status-in-stock {
          color: #56ba3e; }
        .favorite .cont-favorite .account-favorites .product-results .results-item .results-item-price .results-item-stock .status-order {
          color: #e69c25; }
      .favorite .cont-favorite .account-favorites .product-results .results-item .results-item-price .price {
        float: right; }
        @media (max-width: 1170px) {
          .favorite .cont-favorite .account-favorites .product-results .results-item .results-item-price .price {
            float: none; } }
        .favorite .cont-favorite .account-favorites .product-results .results-item .results-item-price .price .sale-price,
        .favorite .cont-favorite .account-favorites .product-results .results-item .results-item-price .price .regular-price {
          font-family: "MarkProBold";
          font-size: 0.875em;
          color: #858585; }
        .favorite .cont-favorite .account-favorites .product-results .results-item .results-item-price .price .sale-price {
          padding-right: 1em;
          color: #a8a8a8; }
  .favorite .linkuri-utile {
    background: #ffffff; }

@media (max-width: 960px) {
  .account-user-details {
    display: none; } }

.footer-account footer {
  padding: 3em 0; }

/* Finalizare comanda */
.checkout {
  background: #ffffff; }
  .checkout .flex {
    margin: 0 -2em; }
    @media (max-width: 1400px) {
      .checkout .flex {
        margin: 0 -1em;
        transition: all 0.4s; } }
    @media (max-width: 1170px) {
      .checkout .flex {
        margin: 0 -.5em;
        transition: all 0.4s; } }
    .checkout .flex col {
      padding: 0 2em; }
      @media (max-width: 1400px) {
        .checkout .flex col {
          padding: 0 1em;
          transition: all 0.4s; } }
      @media (max-width: 1170px) {
        .checkout .flex col {
          padding: 0 .5em;
          transition: all 0.4s; } }
    .checkout .flex .col:nth-child(1) {
      flex-basis: 70%;
      max-width: 70%;
      width: 70%;
      padding: 0 2em; }
      @media (max-width: 1400px) {
        .checkout .flex .col:nth-child(1) {
          padding: 0 1em;
          transition: all 0.4s; } }
      @media (max-width: 1170px) {
        .checkout .flex .col:nth-child(1) {
          padding: 0 .5em; } }
      @media (max-width: 960px) {
        .checkout .flex .col:nth-child(1) {
          flex-basis: 60%;
          max-width: 60%;
          width: 60%;
          transition: all 0.4s; } }
      @media (max-width: 768px) {
        .checkout .flex .col:nth-child(1) {
          flex-basis: 100%;
          max-width: 100%;
          width: 100%;
          transition: all 0.4s; } }
    .checkout .flex .col:nth-child(2) {
      flex-basis: 30%;
      max-width: 30%;
      width: 30%; }
      @media (max-width: 1400px) {
        .checkout .flex .col:nth-child(2) {
          padding: 0 1em;
          transition: all 0.4s; } }
      @media (max-width: 1170px) {
        .checkout .flex .col:nth-child(2) {
          padding: 0 .5em; } }
      @media (max-width: 960px) {
        .checkout .flex .col:nth-child(2) {
          flex-basis: 40%;
          max-width: 40%;
          width: 40%;
          transition: all 0.4s; } }
      @media (max-width: 768px) {
        .checkout .flex .col:nth-child(2) {
          flex-basis: 100%;
          max-width: 100%;
          width: 100%;
          transition: all 0.4s; } }
  .checkout .gray {
    margin-bottom: 2em;
    padding: 2em; }
  .checkout h1 {
    font-size: 2.250em;
    margin-bottom: 1.5em; }
    @media (max-width: 1170px) {
      .checkout h1 {
        margin-bottom: .5em;
        transition: all 0.4s; } }
  .checkout h3 {
    font-size: 1.375em; }
  .checkout .checkout-login {
    margin-bottom: 2em; }
    .checkout .checkout-login .checkout-login-controls {
      overflow: hidden; }
      .checkout .checkout-login .checkout-login-controls span {
        float: left; }
        @media (max-width: 960px) {
          .checkout .checkout-login .checkout-login-controls span {
            float: none;
            display: block;
            margin-bottom: .5em; } }
        @media (max-width: 768px) {
          .checkout .checkout-login .checkout-login-controls span {
            float: right; } }
        @media (max-width: 480px) {
          .checkout .checkout-login .checkout-login-controls span {
            float: none;
            display: block;
            margin-bottom: .5em; } }
      .checkout .checkout-login .checkout-login-controls .checkout-login-controls-shopping {
        float: right; }
        @media (max-width: 960px) {
          .checkout .checkout-login .checkout-login-controls .checkout-login-controls-shopping {
            float: none; } }
  .checkout .checkout-fields .checkout-delivery {
    padding: 2em; }
    @media (max-width: 1170px) {
      .checkout .checkout-fields .checkout-delivery {
        padding: 1.5em;
        transition: all 0.4s; } }
    .checkout .checkout-fields .checkout-delivery .checkout-delivery-select {
      margin-bottom: 1em; }
      .checkout .checkout-fields .checkout-delivery .checkout-delivery-select ul {
        overflow: hidden; }
        .checkout .checkout-fields .checkout-delivery .checkout-delivery-select ul li {
          float: left; }
          @media (max-width: 960px) {
            .checkout .checkout-fields .checkout-delivery .checkout-delivery-select ul li {
              float: none; } }
          @media (max-width: 768px) {
            .checkout .checkout-fields .checkout-delivery .checkout-delivery-select ul li {
              float: left; } }
          @media (max-width: 480px) {
            .checkout .checkout-fields .checkout-delivery .checkout-delivery-select ul li {
              float: none; } }
        .checkout .checkout-fields .checkout-delivery .checkout-delivery-select ul li:nth-child(2) {
          padding-left: 2em; }
          @media (max-width: 960px) {
            .checkout .checkout-fields .checkout-delivery .checkout-delivery-select ul li:nth-child(2) {
              padding-left: 0; } }
          @media (max-width: 768px) {
            .checkout .checkout-fields .checkout-delivery .checkout-delivery-select ul li:nth-child(2) {
              padding-left: 1em; } }
          @media (max-width: 480px) {
            .checkout .checkout-fields .checkout-delivery .checkout-delivery-select ul li:nth-child(2) {
              padding-left: 0; } }
  .checkout .checkout-fields .checkout-delivery-fields .row.two {
    margin-left: -1em;
    margin-right: -1em;
    display: flex;
    flex-wrap: wrap; }
    .checkout .checkout-fields .checkout-delivery-fields .row.two .column {
      flex-basis: 50%;
      max-width: 50%;
      width: 50%;
      padding: 0 1em; }
      @media (max-width: 960px) {
        .checkout .checkout-fields .checkout-delivery-fields .row.two .column {
          flex-basis: 100%;
          max-width: 100%;
          width: 100%;
          transition: all 0.4s; } }
  .checkout .checkout-fields .checkout-delivery-fields .row.one .column {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%; }
  .checkout .checkout-fields .checkout-delivery-fields .checkout-billing-select .mc-terms-and-conditions .checkout #terms_and_conditions {
    margin: 0; }
    .checkout .checkout-fields .checkout-delivery-fields .checkout-billing-select .mc-terms-and-conditions .checkout #terms_and_conditions:after {
      border: 1px solid #ccc; }
  .checkout .checkout-fields .checkout-delivery-fields .checkout-billing-select .mc-terms-and-conditions .checkout .mc-terms-text {
    float: none;
    width: auto;
    font-size: 1em;
    margin-left: .5em; }
  .checkout .checkout-fields .checkout-billing-fields {
    padding: 2em; }
    .checkout .checkout-fields .checkout-billing-fields .row.two {
      margin-left: -1em;
      margin-right: -1em;
      display: flex;
      flex-wrap: wrap; }
      .checkout .checkout-fields .checkout-billing-fields .row.two .column {
        flex-basis: 50%;
        max-width: 50%;
        width: 50%;
        padding: 0 1em; }
        @media (max-width: 960px) {
          .checkout .checkout-fields .checkout-billing-fields .row.two .column {
            flex-basis: 100%;
            max-width: 100%;
            width: 100%; } }
    .checkout .checkout-fields .checkout-billing-fields .row.one .column {
      flex-basis: 100%;
      max-width: 100%;
      width: 100%; }
  .checkout .checkout-payment ul {
    display: flex;
    margin-bottom: 1em; }
    @media (max-width: 960px) {
      .checkout .checkout-payment ul {
        display: block; } }
    .checkout .checkout-payment ul li {
      flex-basis: 50%;
      max-width: 50%;
      width: 50%; }
      @media (max-width: 960px) {
        .checkout .checkout-payment ul li {
          flex-basis: 100%;
          max-width: 100%;
          width: 100%;
          margin-bottom: 1em; } }
      .checkout .checkout-payment ul li .payment_method_bacs,
      .checkout .checkout-payment ul li .payment_method_mobilpay {
        padding-left: 5em; }
        .checkout .checkout-payment ul li .payment_method_bacs small,
        .checkout .checkout-payment ul li .payment_method_mobilpay small {
          display: block; }
    .checkout .checkout-payment ul li:nth-child(1) input[type="radio"] {
      float: left;
      width: 15px;
      height: 15px;
      float: left; }
      .checkout .checkout-payment ul li:nth-child(1) input[type="radio"]:after {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: #ffffff;
        content: '';
        display: block;
        box-sizing: border-box;
        visibility: visible; }
    .checkout .checkout-payment ul li:nth-child(1) input[type='radio']:checked:after {
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background-color: #ffd033;
      content: '';
      display: block;
      box-sizing: border-box;
      visibility: visible; }
    .checkout .checkout-payment ul li:nth-child(1) i {
      display: inline-block;
      width: 30px;
      height: 30px;
      background: url(img/svg/ramburs.svg) no-repeat center;
      background-size: 30px 30px;
      margin-left: .5em;
      margin-right: .5em;
      vertical-align: middle;
      float: left; }
    .checkout .checkout-payment ul li:nth-child(2) input[type="radio"] {
      float: left;
      width: 15px;
      height: 15px;
      float: left; }
      .checkout .checkout-payment ul li:nth-child(2) input[type="radio"]:after {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: #ffffff;
        content: '';
        display: block;
        box-sizing: border-box;
        visibility: visible; }
    .checkout .checkout-payment ul li:nth-child(2) input[type='radio']:checked:after {
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background-color: #ffd033;
      content: '';
      display: block;
      box-sizing: border-box;
      visibility: visible; }
    .checkout .checkout-payment ul li:nth-child(2) i {
      display: inline-block;
      width: 30px;
      height: 30px;
      background: url(img/svg/card.svg) no-repeat center;
      background-size: 30px 30px;
      margin-left: .5em;
      margin-right: .5em;
      vertical-align: middle;
      float: left; }
  @media (max-width: 1170px) {
    .checkout .checkout-basket {
      padding: 1.5em; } }
  .checkout .checkout-basket ul {
    margin-top: -1em; }
    .checkout .checkout-basket ul li {
      position: relative;
      min-height: 3.5em;
      margin-top: 1em;
      padding-left: 5em;
      padding-right: 15em;
      padding-top: .5em; }
      @media (max-width: 1170px) {
        .checkout .checkout-basket ul li {
          padding-top: 0;
          padding-right: 9em;
          padding-left: 4em; } }
      @media (max-width: 640px) {
        .checkout .checkout-basket ul li {
          padding-right: 2.5em; } }
      .checkout .checkout-basket ul li .checkout-basket-image {
        max-width: 3.5em;
        position: absolute;
        top: 0;
        left: 0; }
      .checkout .checkout-basket ul li .checkout-basket-title {
        line-height: 1.3; }
        .checkout .checkout-basket ul li .checkout-basket-title small {
          font-size: 1.125em; }
          @media (max-width: 1170px) {
            .checkout .checkout-basket ul li .checkout-basket-title small {
              font-size: 0.875em; } }
      .checkout .checkout-basket ul li .checkout-basket-price {
        display: block;
        width: 5em;
        text-align: center;
        position: absolute;
        top: .5em;
        right: 5em;
        font-size: 1.125em; }
        @media (max-width: 1170px) {
          .checkout .checkout-basket ul li .checkout-basket-price {
            font-size: 0.875em;
            top: .75em; } }
        @media (max-width: 640px) {
          .checkout .checkout-basket ul li .checkout-basket-price {
            position: relative;
            top: 0;
            right: 0;
            width: auto;
            text-align: left; } }
      .checkout .checkout-basket ul li .checkout-basket-close {
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url(img/svg/close.svg) no-repeat center;
        background-size: 16px 16px;
        position: absolute;
        top: .75em;
        right: .5em; }
  .checkout aside {
    font-family: "MarkProMedium", Helvetica, Arial, sans-serif; }
    .checkout aside .checkout-aside {
      background: #ffd033;
      padding: 2em; }
      @media (max-width: 1170px) {
        .checkout aside .checkout-aside {
          padding: 1.5em;
          transition: all 0.4s; } }
      .checkout aside .checkout-aside h4 {
        font-size: 1.500em;
        font-family: "MarkProMedium"; }
      .checkout aside .checkout-aside .checkout-aside-subtotal {
        margin-bottom: 1em; }
        .checkout aside .checkout-aside .checkout-aside-subtotal li {
          overflow: hidden; }
        .checkout aside .checkout-aside .checkout-aside-subtotal span {
          text-transform: capitalize;
          display: inline-block; }
        .checkout aside .checkout-aside .checkout-aside-subtotal span:nth-child(2) {
          float: right; }
      .checkout aside .checkout-aside .checkout-aside-total {
        margin-bottom: 1em; }
        .checkout aside .checkout-aside .checkout-aside-total span {
          display: block;
          text-transform: capitalize; }
        .checkout aside .checkout-aside .checkout-aside-total strong {
          font-size: 250%; }
          @media (max-width: 1400px) {
            .checkout aside .checkout-aside .checkout-aside-total strong {
              font-size: 225%;
              transition: all 0.4s; } }
          @media (max-width: 960px) {
            .checkout aside .checkout-aside .checkout-aside-total strong {
              font-size: 200%;
              transition: all 0.4s; } }

/* CSS */
.checkbox-livrare input[type="checkbox"] {
  margin: 0; }

.checkout-basket-close {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(img/svg/close.svg) no-repeat center;
  background-size: 16px 16px;
  /*
  position: absolute;
  top: .75em;
  right: .5em;
  */ }

.mc-adresa-livrare {
  margin-left: .5em;
  font-size: 1em; }

/* Categories */
.category .search-results-info {
  padding: 2em !important; }
  @media (max-width: 960px) {
    .category .search-results-info {
      padding: 2em 1em !important; } }
  .category .search-results-info .total-results {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*
    ul {
      @include list_h(2em);
      @include desktop-small {
        @include list_h(1em);
      }
      height: 70px;
      @include tablet {
        @include list_v(1em);
        height: auto;
      }
      li {
        vertical-align: middle;
        line-height: 70px;
        @include tablet {
          line-height: initial;
        }
        form {
          select {
            width: 13em;
            background-color: transparent;
            border: 1px solid $blacky;
            margin: 18px 0;
            border: 1px solid #ccc;
            font-size: 12px;
            background: url(img/svg/down_dark.svg) no-repeat right;
            background-position: right 1em center;
            -webkit-appearance: none;
            @include desktop-big {
              margin: 15px 0;
            }
            @include tablet {
              margin: 0 auto;
            }
          }
        }
        p,
        .range-value {
          // padding: 20px 0;
          // display: block;
          @include desktop-small {
            font-size: 0.875em;
          }
        }
        &:last-child {
          margin-left: 8em;
          @include desktop-big {
            margin-left: 1em;
            transition: all 0.4s;
          }
          @include tablet {
            margin-left: 0;
          }
        }
      }
    }
    */ }
    @media (max-width: 768px) {
      .category .search-results-info .total-results {
        position: relative;
        top: 0;
        transform: none;
        width: 100%;
        text-align: center; } }
    .category .search-results-info .total-results .price-range-slider {
      min-width: 16em;
      padding: 34px 0; }
      @media (max-width: 960px) {
        .category .search-results-info .total-results .price-range-slider {
          min-width: 10em; } }
      @media (max-width: 768px) {
        .category .search-results-info .total-results .price-range-slider {
          padding: 10px 0;
          float: none; } }
@media (max-width: 1400px) {
  .category .search-results-info .product-pagination .navigation {
    display: none !important; } }

/* Search */
.search-page .linkuri-utile {
  background: #ffffff;
  padding: 3.25em 0; }
  @media (max-width: 1170px) {
    .search-page .linkuri-utile {
      padding: 2em 0 2em 0;
      transition: all 0.4s; } }
  @media (max-width: 1170px) {
    .search-page .linkuri-utile .lu-wrapper h2 {
      padding-bottom: 1em;
      transition: all 0.4s; } }
@media (max-width: 640px) {
  .search-page .search-results .flex.three .col {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%; } }
@media (max-width: 480px) {
  .search-page .search-results .flex.three .col {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%; } }
@media (max-width: 480px) {
  .search-page .search-results .results-item-image {
    display: block; } }
@media (max-width: 480px) {
  .search-page .search-results .results-item-image img {
    width: 100%; } }
.search-page .search-results-info {
  padding: 1em;
  background: #f8f8f8;
  position: relative;
  margin-bottom: 3em; }
  @media (max-width: 1170px) {
    .search-page .search-results-info {
      margin-bottom: 2em;
      transition: all 0.4s; } }
  .search-page .search-results-info .total-results {
    display: inline-block; }
    .search-page .search-results-info .total-results p {
      font-size: 1em;
      font-family: "MarkProBold";
      margin: 0;
      color: #747474; }
  .search-page .search-results-info .product-pagination {
    margin-top: 0;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1em; }
    @media (max-width: 640px) {
      .search-page .search-results-info .product-pagination {
        margin-top: 1em;
        display: block;
        position: relative;
        top: 0;
        transform: none;
        right: 0;
        transition: all 0.4s; } }
.search-page .product-pagination {
  margin-top: 3em;
  text-align: right; }
  @media (max-width: 1170px) {
    .search-page .product-pagination {
      margin-top: 0;
      transition: all 0.4s; } }
  .search-page .product-pagination nav ul:before, .search-page .product-pagination nav ul:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  .search-page .product-pagination nav ul:after {
    clear: both; }
  .search-page .product-pagination nav ul li {
    float: left;
    margin-left: 0.5em; }
    .search-page .product-pagination nav ul li:first-child {
      margin: 0; }
  .search-page .product-pagination nav ul li a {
    padding: .15em .75em;
    color: #747474;
    border: 1px solid transparent; }
    @media (max-width: 480px) {
      .search-page .product-pagination nav ul li a {
        font-size: .875em;
        transition: all 0.4s; } }
  .search-page .product-pagination nav ul li .active {
    border: 1px solid #ccc;
    padding: .15em .75em; }
  @media (max-width: 480px) {
    .search-page .product-pagination nav ul li:last-child {
      margin-left: 0;
      font-size: .875em;
      margin-bottom: 0; } }
  @media (max-width: 480px) {
    .search-page .product-pagination nav ul li {
      margin-bottom: .5em; } }
.search-page .wp-pagenavi span,
.search-page .wp-pagenavi .first,
.search-page .wp-pagenavi .page,
.search-page .wp-pagenavi .nextpostslink,
.search-page .wp-pagenavi .previouspostslink {
  padding: 0.5em; }
.search-page .wp-pagenavi span.current {
  border: 1px solid #ccc;
  display: inline; }

@media (max-width: 1170px) {
  .search-footer footer {
    padding: 3em 0;
    transition: all 0.4s; } }

/* Products */
.product .product-details .product-details-main .flex {
  margin: 0 -1em; }
  @media (max-width: 1400px) {
    .product .product-details .product-details-main .flex {
      margin: 0 -1em; } }
  @media (max-width: 1170px) {
    .product .product-details .product-details-main .flex {
      margin: 0 -.5em; } }
  @media (max-width: 1024px) {
    .product .product-details .product-details-main .flex {
      margin: 0 -1em; } }
.product .product-details .product-details-main .col {
  padding: 0 1em; }
  @media (max-width: 1400px) {
    .product .product-details .product-details-main .col {
      padding: 0 1em;
      transition: all 0.4s; } }
@media (max-width: 1024px) {
  .product .product-details .product-details-main .three {
    position: relative; } }
@media (max-width: 768px) {
  .product .product-details .product-details-main .three {
    padding-top: 0; } }
@media (max-width: 1170px) {
  .product .product-details .product-details-main .three .col {
    padding: 0 .5em; } }
@media (max-width: 1024px) {
  .product .product-details .product-details-main .three .col {
    padding: 0 1em; } }
.product .product-details .product-details-main .three .col:nth-child(1) {
  flex-basis: 40%;
  max-width: 40%;
  width: 40%; }
  @media (max-width: 1400px) {
    .product .product-details .product-details-main .three .col:nth-child(1) {
      flex-basis: 35%;
      max-width: 35%;
      width: 35%;
      transition: all 0.4s; } }
  @media (max-width: 1024px) {
    .product .product-details .product-details-main .three .col:nth-child(1) {
      flex-basis: 50%;
      max-width: 50%;
      width: 50%;
      flex-basis: 30em;
      width: 30em;
      max-width: 30em;
      margin: 0 auto 2em auto; } }
  @media (max-width: 768px) {
    .product .product-details .product-details-main .three .col:nth-child(1) {
      position: relative;
      top: 0;
      left: 0;
      margin-left: 0;
      flex-basis: 100%;
      max-width: 100%;
      width: 100%;
      margin-bottom: 2em; } }
.product .product-details .product-details-main .three .col:nth-child(2) {
  flex-basis: 34%;
  max-width: 34%;
  width: 34%; }
  @media (max-width: 1024px) {
    .product .product-details .product-details-main .three .col:nth-child(2) {
      flex-basis: 50%;
      max-width: 50%;
      width: 50%; } }
  @media (max-width: 768px) {
    .product .product-details .product-details-main .three .col:nth-child(2) {
      flex-basis: 100%;
      max-width: 100%;
      width: 100%;
      margin-bottom: 2em; } }
.product .product-details .product-details-main .three .col:nth-child(3) {
  flex-basis: 26%;
  max-width: 26%;
  width: 26%; }
  @media (max-width: 1400px) {
    .product .product-details .product-details-main .three .col:nth-child(3) {
      flex-basis: 30%;
      max-width: 30%;
      width: 30%;
      transition: all 0.4s; } }
  @media (max-width: 1024px) {
    .product .product-details .product-details-main .three .col:nth-child(3) {
      flex-basis: 50%;
      max-width: 50%;
      width: 50%; } }
  @media (max-width: 768px) {
    .product .product-details .product-details-main .three .col:nth-child(3) {
      flex-basis: 100%;
      max-width: 100%;
      width: 100%;
      margin-bottom: 2em; } }
.product .product-details .product-details-main .product-details-main-image {
  position: relative; }
  .product .product-details .product-details-main .product-details-main-image .owl-product {
    padding: 0 2.5em;
    margin: 0 auto; }
    .product .product-details .product-details-main .product-details-main-image .owl-product .owl-prev {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      height: 25px;
      left: 0;
      display: block; }
    .product .product-details .product-details-main .product-details-main-image .owl-product .owl-next {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      height: 25px;
      right: 0;
      display: block; }
  .product .product-details .product-details-main .product-details-main-image .product-details-main-image-holder {
    margin-bottom: 2em; }
    .product .product-details .product-details-main .product-details-main-image .product-details-main-image-holder .item {
      position: relative; }
      @media (max-width: 960px) {
        .product .product-details .product-details-main .product-details-main-image .product-details-main-image-holder .item img {
          pointer-events: none; } }
      @media (max-width: 768px) {
        .product .product-details .product-details-main .product-details-main-image .product-details-main-image-holder .item img {
          pointer-events: none;
          width: 100%; } }
      .product .product-details .product-details-main .product-details-main-image .product-details-main-image-holder .item .product-details-main-image-holder-extend {
        width: 40px;
        height: 40px;
        background: url(img/svg/expand.svg) no-repeat center;
        background-size: 40px 40px;
        position: absolute;
        bottom: 1.5em;
        right: 1em; }
      .product .product-details .product-details-main .product-details-main-image .product-details-main-image-holder .item .sale-price {
        display: table;
        position: absolute;
        top: 1em;
        right: 1em;
        width: 60px;
        height: 60px;
        color: #2e2e2e;
        background: #ffeeb4;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%; }
        @media (max-width: 480px) {
          .product .product-details .product-details-main .product-details-main-image .product-details-main-image-holder .item .sale-price {
            width: 50px;
            height: 50px;
            transition: all 0.4s; } }
        .product .product-details .product-details-main .product-details-main-image .product-details-main-image-holder .item .sale-price span {
          display: table-cell;
          vertical-align: middle;
          font-size: 1.125em; }
          @media (max-width: 480px) {
            .product .product-details .product-details-main .product-details-main-image .product-details-main-image-holder .item .sale-price span {
              font-size: 0.875em;
              transition: all 0.4s; } }
  .product .product-details .product-details-main .product-details-main-image .zoom-info {
    text-align: center;
    margin-bottom: 2em; }
    .product .product-details .product-details-main .product-details-main-image .zoom-info p {
      margin: 0;
      font-size: 0.875em;
      color: #747474; }
.product .product-details .product-details-main .product-details-main-description .product-details-main-description-title h1 {
  font-size: 2.125em;
  font-family: "MarkProMedium"; }
  @media (max-width: 1400px) {
    .product .product-details .product-details-main .product-details-main-description .product-details-main-description-title h1 {
      font-size: 1.750em;
      transition: all 0.4s; } }
.product .product-details .product-details-main .product-details-main-description .product-details-main-description-number {
  margin-bottom: 1em; }
  .product .product-details .product-details-main .product-details-main-description .product-details-main-description-number .status-in-stock {
    color: #56ba3e; }
  .product .product-details .product-details-main .product-details-main-description .product-details-main-description-number .status-order {
    color: #e69c25; }
  .product .product-details .product-details-main .product-details-main-description .product-details-main-description-number .product-sku-code {
    font-family: "MarkProBold", Helvetica, Arial, sans-serif;
    float: right; }
.product .product-details .product-details-main .product-details-main-description .product-details-main-description-rating {
  margin-bottom: 1em; }
  .product .product-details .product-details-main .product-details-main-description .product-details-main-description-rating .rating .rating-stars {
    display: inline-block;
    vertical-align: middle; }
    .product .product-details .product-details-main .product-details-main-description .product-details-main-description-rating .rating .rating-stars ul:before, .product .product-details .product-details-main .product-details-main-description .product-details-main-description-rating .rating .rating-stars ul:after {
      content: "";
      visibility: hidden;
      height: 0;
      display: table; }
    .product .product-details .product-details-main .product-details-main-description .product-details-main-description-rating .rating .rating-stars ul:after {
      clear: both; }
    .product .product-details .product-details-main .product-details-main-description .product-details-main-description-rating .rating .rating-stars ul li {
      float: left;
      margin-right: 0.5em; }
  .product .product-details .product-details-main .product-details-main-description .product-details-main-description-rating .rating .rating-status {
    display: inline-block;
    vertical-align: middle; }
.product .product-details .product-details-main .product-details-main-description .product-details-main-description-buttons {
  margin-bottom: 2em; }
  .product .product-details .product-details-main .product-details-main-description .product-details-main-description-buttons .btn-product {
    border: 1px solid #ccc;
    padding: .5em 1em; }
    .product .product-details .product-details-main .product-details-main-description .product-details-main-description-buttons .btn-product:hover {
      background: #2e2e2e;
      color: #ffffff;
      transition: all 0.4s; }
  .product .product-details .product-details-main .product-details-main-description .product-details-main-description-buttons .btn-product:nth-child(2) {
    margin-left: 1em; }
.product .product-details .product-details-main .product-details-main-description .product-details-main-description-how {
  margin-bottom: 2em; }
.product .product-details .product-details-main .product-details-main-description .product-details-main-description-info h6 {
  font-size: 1em;
  color: #747474;
  text-transform: uppercase; }
.product .product-details .product-details-main .product-details-main-description .product-details-main-description-info ul li {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  padding: .5em 0; }
  .product .product-details .product-details-main .product-details-main-description .product-details-main-description-info ul li:first-child {
    border: 0; }
  .product .product-details .product-details-main .product-details-main-description .product-details-main-description-info ul li span {
    font-size: 0.875em; }
  .product .product-details .product-details-main .product-details-main-description .product-details-main-description-info ul li span:nth-child(2) {
    float: right;
    font-family: "MarkProBold";
    text-align: right;
    margin-left: .75em; }
.product .product-details .product-details-main .product-details-main-price {
  border: 1px solid #ccc; }
  .product .product-details .product-details-main .product-details-main-price .pret-informativ {
    background: #ffeeb4;
    padding: .5em 1em;
    display: inline-block;
    position: relative;
    cursor: pointer; }
    .product .product-details .product-details-main .product-details-main-price .pret-informativ .popup-info-box {
      background-color: #2e2e2e;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
      color: #ffffff;
      display: block;
      font-size: 13px;
      line-height: 1.35;
      position: absolute;
      padding: 15px;
      left: 0;
      margin-bottom: 8px;
      margin-left: 0;
      z-index: 4;
      display: none; }
      .product .product-details .product-details-main .product-details-main-price .pret-informativ .popup-info-box:before {
        width: 0px;
        height: 0px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #2e2e2e;
        bottom: -8px;
        content: "";
        display: block;
        left: 15%;
        margin-left: -17px;
        position: absolute; }
      @media (max-width: 960px) {
        .product .product-details .product-details-main .product-details-main-price .pret-informativ .popup-info-box {
          display: none; } }
    .product .product-details .product-details-main .product-details-main-price .pret-informativ p {
      margin: 0;
      font-size: 0.875em; }
      .product .product-details .product-details-main .product-details-main-price .pret-informativ p i {
        width: 15px;
        height: 15px;
        background: url(img/svg/info_orange.svg);
        background-size: 15px 15px;
        background-repeat: no-repeat;
        display: inline-block;
        margin-right: .5em;
        vertical-align: middle; }
  .product .product-details .product-details-main .product-details-main-price .pret-informativ:hover .popup-info-box {
    display: block;
    transition: 0.3s; }
  .product .product-details .product-details-main .product-details-main-price .product-delivery {
    background: #f7f7f7;
    padding: 0.5em 1em;
    position: relative;
    cursor: pointer; }
    .product .product-details .product-details-main .product-details-main-price .product-delivery:hover .popup-info-box {
      display: block;
      transition: 0.3s; }
    @media (max-width: 960px) {
      .product .product-details .product-details-main .product-details-main-price .product-delivery:hover .popup-info-box {
        display: none; } }
    .product .product-details .product-details-main .product-details-main-price .product-delivery .popup-info-box {
      background-color: #2e2e2e;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
      color: #ffffff;
      display: block;
      font-size: 13px;
      line-height: 1.35;
      position: absolute;
      padding: 15px;
      left: 0;
      margin-bottom: 8px;
      margin-left: 0;
      bottom: 2.5em;
      display: none;
      z-index: 3; }
      .product .product-details .product-details-main .product-details-main-price .product-delivery .popup-info-box::before {
        width: 0px;
        height: 0px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #2e2e2e;
        bottom: -8px;
        content: "";
        display: block;
        left: 15%;
        margin-left: -33px;
        position: absolute; }
        @media (max-width: 1024px) {
          .product .product-details .product-details-main .product-details-main-price .product-delivery .popup-info-box::before {
            margin-left: -31px; } }
      .product .product-details .product-details-main .product-details-main-price .product-delivery .popup-info-box a {
        text-decoration: underline; }
      @media (max-width: 960px) {
        .product .product-details .product-details-main .product-details-main-price .product-delivery .popup-info-box {
          display: none; } }
    .product .product-details .product-details-main .product-details-main-price .product-delivery p {
      margin: 0;
      font-size: 0.875em; }
      .product .product-details .product-details-main .product-details-main-price .product-delivery p i {
        display: inline-block;
        background: url(img/svg/info.svg);
        background-size: 13px 13px;
        background-repeat: no-repeat;
        background-position: center;
        width: 13px;
        height: 13px;
        vertical-align: middle;
        margin-right: .5em; }
  .product .product-details .product-details-main .product-details-main-price .add-to-cart-wrapper {
    padding: 1.5em 1em 0 1em; }
    .product .product-details .product-details-main .product-details-main-price .add-to-cart-wrapper h6 {
      margin: 0; }
    .product .product-details .product-details-main .product-details-main-price .add-to-cart-wrapper h2 {
      font-size: 2.125em;
      margin: 0;
      padding-bottom: .5em; }
    .product .product-details .product-details-main .product-details-main-price .add-to-cart-wrapper .sale-price {
      margin-top: 1em;
      margin-bottom: 2em;
      position: relative; }
      .product .product-details .product-details-main .product-details-main-price .add-to-cart-wrapper .sale-price span:nth-child(2) {
        right: 0;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        background: #ffeeb4;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
        .product .product-details .product-details-main .product-details-main-price .add-to-cart-wrapper .sale-price span:nth-child(2) span {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          width: 100%;
          text-align: center;
          font-size: 1.188em;
          font-family: "MarkProBold", Helvetica, Arial, sans-serif; }
    .product .product-details .product-details-main .product-details-main-price .add-to-cart-wrapper .product-options .product-options-btn {
      padding: .5em 1em;
      border: 1px solid #ccc; }
      .product .product-details .product-details-main .product-details-main-price .add-to-cart-wrapper .product-options .product-options-btn span {
        vertical-align: middle;
        margin-left: .5em; }
    .product .product-details .product-details-main .product-details-main-price .add-to-cart-wrapper .product-options .product-options-btn:nth-child(1) i {
      vertical-align: middle;
      display: inline-block;
      width: 15px;
      height: 15px;
      background: #ccc;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%; }
    .product .product-details .product-details-main .product-details-main-price .add-to-cart-wrapper .product-options .product-options-btn:nth-child(2) {
      float: right; }
      .product .product-details .product-details-main .product-details-main-price .add-to-cart-wrapper .product-options .product-options-btn:nth-child(2) i {
        vertical-align: middle;
        display: inline-block;
        width: 15px;
        height: 15px;
        background: #56ba3e;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%; }
      @media (max-width: 768px) {
        .product .product-details .product-details-main .product-details-main-price .add-to-cart-wrapper .product-options .product-options-btn:nth-child(2) {
          float: none; } }
    .product .product-details .product-details-main .product-details-main-price .add-to-cart-wrapper ul {
      margin-top: 1em; }
      .product .product-details .product-details-main .product-details-main-price .add-to-cart-wrapper ul li {
        margin-top: 1.5em; }
        .product .product-details .product-details-main .product-details-main-price .add-to-cart-wrapper ul li select {
          border: 1px solid #ccc;
          background: url(img/svg/down_dark.svg) no-repeat right;
          background-position: right 1em center;
          -webkit-appearance: none; }
        .product .product-details .product-details-main .product-details-main-price .add-to-cart-wrapper ul li .product-details-main-price-favorites {
          display: block;
          text-align: center; }
          .product .product-details .product-details-main .product-details-main-price .add-to-cart-wrapper ul li .product-details-main-price-favorites i {
            display: inline-block;
            width: 21px;
            height: 19px;
            background: url(img/svg/heart.svg) no-repeat center;
            background-size: 21px 19px;
            vertical-align: middle;
            margin-right: .5em; }
.product .product-details .product-details-main .help-chat {
  overflow: hidden;
  margin-top: 1em;
  padding: 0.5em; }
  .product .product-details .product-details-main .help-chat .left {
    border: 1px solid #ccc;
    position: relative;
    padding: 5px 5px 5px 25px;
    flex-basis: 55%;
    max-width: 55%;
    width: 55%; }
    @media (max-width: 768px) {
      .product .product-details .product-details-main .help-chat .left {
        display: table-cell;
        height: 100px;
        vertical-align: middle; } }
    @media (max-width: 768px) {
      .product .product-details .product-details-main .help-chat .left .txt-info {
        position: absolute;
        top: 50%;
        transform: translateY(-50%); } }
    .product .product-details .product-details-main .help-chat .left .txt-info span {
      font-size: 0.750em; }
      @media (max-width: 768px) {
        .product .product-details .product-details-main .help-chat .left .txt-info span {
          font-size: 1em; } }
    .product .product-details .product-details-main .help-chat .left .txt-info strong a {
      font-size: 1.125em; }
    .product .product-details .product-details-main .help-chat .left i {
      background: url(img/svg/phone_blue.svg);
      background-color: #ffffff;
      background-size: 20px 40px;
      background-repeat: no-repeat;
      background-position: center;
      width: 20px;
      height: 40px;
      position: absolute;
      top: 50%;
      left: -9px;
      margin-top: -17px;
      padding: 5px 0; }
  .product .product-details .product-details-main .help-chat .right {
    padding: 1em;
    font-size: 0.875em;
    flex-basis: 45%;
    max-width: 45%;
    width: 45%; }
    @media (max-width: 768px) {
      .product .product-details .product-details-main .help-chat .right {
        height: 100px;
        display: table-cell;
        vertical-align: middle;
        position: relative; } }
    @media (max-width: 768px) {
      .product .product-details .product-details-main .help-chat .right a {
        position: absolute;
        top: 50%;
        transform: translateY(-50%); } }
    .product .product-details .product-details-main .help-chat .right a span {
      line-height: 1.2em; }
      .product .product-details .product-details-main .help-chat .right a span strong {
        font-size: 1.250em; }
.product .product-details .product-details-main .share {
  text-align: center;
  margin-top: 1.5em; }
  .product .product-details .product-details-main .share .share-btn {
    font-size: 0.875em;
    background: #3b5999;
    color: white;
    padding: .25em 1em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }
    .product .product-details .product-details-main .share .share-btn i {
      margin-right: .5em; }
.product .product-details .product-details-technical {
  margin-top: 3em; }
  .product .product-details .product-details-technical .flex {
    margin: 0 -2em; }
    @media (max-width: 1024px) {
      .product .product-details .product-details-technical .flex {
        margin: 0 -1em; } }
  .product .product-details .product-details-technical .col {
    padding: 0 2em; }
    @media (max-width: 1024px) {
      .product .product-details .product-details-technical .col {
        padding: 0 1em; } }
    @media (max-width: 960px) {
      .product .product-details .product-details-technical .col {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%; } }
  .product .product-details .product-details-technical .product-details-technical-info .wrapper {
    overflow: auto;
    border-bottom: 1px solid #ccc; }
    @media (max-width: 480px) {
      .product .product-details .product-details-technical .product-details-technical-info .wrapper .tabs li h2 {
        font-size: 1.3em;
        transition: all 0.4s; } }
.product .product-details .product-reviews {
  margin-top: 3em; }
  @media (max-width: 1170px) {
    .product .product-details .product-reviews {
      margin-top: 0; } }
  .product .product-details .product-reviews .wrapper {
    border-bottom: 1px solid #ccc; }
    .product .product-details .product-reviews .wrapper h2 {
      font-family: "MarkProMedium", Helvetica, Arial, sans-serif;
      font-size: 1.625em; }
  .product .product-details .product-reviews .comment-list .comment {
    margin: 2em 0; }
    @media (max-width: 1024px) {
      .product .product-details .product-reviews .comment-list .comment .flex.two {
        margin: 0 -.5em 0 -.5em; } }
    @media (max-width: 1024px) {
      .product .product-details .product-reviews .comment-list .comment .flex.two .col {
        padding: 0 .5em; } }
    .product .product-details .product-reviews .comment-list .comment .left-side i {
      width: 80px;
      height: 80px;
      background: url(img/svg/user_white.svg);
      background-color: #f2f2f2;
      background-position: center center;
      background-repeat: no-repeat;
      display: table-cell;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%; }
      @media (max-width: 640px) {
        .product .product-details .product-reviews .comment-list .comment .left-side i {
          width: 50px;
          height: 50px; } }
      @media (max-width: 480px) {
        .product .product-details .product-reviews .comment-list .comment .left-side i {
          display: none; } }
    .product .product-details .product-reviews .comment-list .comment .left-side .user-info {
      display: table-cell;
      vertical-align: middle;
      padding-left: 1em; }
      .product .product-details .product-reviews .comment-list .comment .left-side .user-info span {
        display: block; }
      .product .product-details .product-reviews .comment-list .comment .left-side .user-info span:nth-child(1) {
        font-family: "MarkProBold";
        font-size: 1em; }
      @media (max-width: 480px) {
        .product .product-details .product-reviews .comment-list .comment .left-side .user-info {
          padding-left: 0; } }
    .product .product-details .product-reviews .comment-list .comment .right-side {
      padding: 1.5em 0;
      overflow: auto; }
      @media (max-width: 640px) {
        .product .product-details .product-reviews .comment-list .comment .right-side {
          padding: 1em 0; } }
      @media (max-width: 640px) {
        .product .product-details .product-reviews .comment-list .comment .right-side .rating {
          float: none; } }
      .product .product-details .product-reviews .comment-list .comment .right-side ul:before, .product .product-details .product-reviews .comment-list .comment .right-side ul:after {
        content: "";
        visibility: hidden;
        height: 0;
        display: table; }
      .product .product-details .product-reviews .comment-list .comment .right-side ul:after {
        clear: both; }
      .product .product-details .product-reviews .comment-list .comment .right-side ul li {
        float: left;
        margin-left: 0.5em; }
        .product .product-details .product-reviews .comment-list .comment .right-side ul li:first-child {
          margin: 0; }
      .product .product-details .product-reviews .comment-list .comment .right-side ul li img {
        width: 20px;
        height: auto; }
    .product .product-details .product-reviews .comment-list .comment .comment-txt {
      clear: both;
      padding: 1.5em 0 0 6em; }
      @media (max-width: 640px) {
        .product .product-details .product-reviews .comment-list .comment .comment-txt {
          padding: 0; } }
.product .product-details .produse-similare {
  margin-top: 5em; }
  .product .product-details .produse-similare .wrapper {
    border-bottom: 1px solid #ccc; }
    .product .product-details .produse-similare .wrapper h2 {
      font-family: "MarkProMedium", Helvetica, Arial, sans-serif;
      font-size: 1.625em; }
  .product .product-details .produse-similare .produse-similare-wrapper {
    margin-top: 2.5em; }
    @media (max-width: 768px) {
      .product .product-details .produse-similare .produse-similare-wrapper .flex.three .col {
        flex-basis: 50%;
        max-width: 50%;
        width: 50%; } }
    @media (max-width: 480px) {
      .product .product-details .produse-similare .produse-similare-wrapper .flex.three .col {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%; } }
    @media (max-width: 1400px) {
      .product .product-details .produse-similare .produse-similare-wrapper .results-item .results-item-title {
        font-size: 1em; } }
    @media (max-width: 1400px) {
      .product .product-details .produse-similare .produse-similare-wrapper .results-item .results-item-price .results-item-stock {
        display: block; } }
    .product .product-details .produse-similare .produse-similare-wrapper .results-item .results-item-price .price {
      font-size: 100%; }
      @media (max-width: 1400px) {
        .product .product-details .produse-similare .produse-similare-wrapper .results-item .results-item-price .price {
          display: block;
          float: none; } }
.product .linkuri-utile {
  background: #ffffff; }
  .product .linkuri-utile .container {
    padding: 0; }
  .product .linkuri-utile .lu-wrapper h2 {
    text-transform: uppercase;
    font-size: 1.625em; }
  @media (max-width: 1170px) {
    .product .linkuri-utile {
      padding: 1em 0 3em 0; } }

/* @import "example"; */

/*# sourceMappingURL=style.css.map */
