@charset "UTF-8";
@charset 'UTF-8';
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Slider */
.slick-loading .slick-list
{
    background: #fff url(https://www.rame-pat.ro/wp-content/themes/ramepat-new/slick/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(https://www.rame-pat.ro/wp-content/themes/ramepat-new/slick/fonts/slick.eot);
    src: url(https://www.rame-pat.ro/wp-content/themes/ramepat-new/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://www.rame-pat.ro/wp-content/themes/ramepat-new/slick/fonts/slick.woff) format('woff'), url(https://www.rame-pat.ro/wp-content/themes/ramepat-new/slick/fonts/slick.ttf) format('truetype'), url(https://www.rame-pat.ro/wp-content/themes/ramepat-new/slick/fonts/slick.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* -------------------------------------------------------------------
  Microtip

  Modern, lightweight css-only tooltips
  Just 1kb minified and gzipped

  @author Ghosh
  @package Microtip

----------------------------------------------------------------------
  1. Base Styles
  2. Direction Modifiers
  3. Position Modifiers
--------------------------------------------------------------------*/


/* ------------------------------------------------
  [1] Base Styles
-------------------------------------------------*/

[aria-label][role~="tooltip"] {
  position: relative;
}

[aria-label][role~="tooltip"]::before,
[aria-label][role~="tooltip"]::after {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  opacity: 0;
  pointer-events: none;
  transition: all var(--microtip-transition-duration, .18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
  position: absolute;
  box-sizing: border-box;
  z-index: 10;
  transform-origin: top;
}

[aria-label][role~="tooltip"]::before {
  background-size: 100% auto !important;
  content: "";
}

[aria-label][role~="tooltip"]::after {
  background: rgba(17, 17, 17, .9);
  border-radius: 4px;
  color: #ffffff;
  content: attr(aria-label);
  font-size: var(--microtip-font-size, 13px);
  font-weight: var(--microtip-font-weight, normal);
  text-transform: var(--microtip-text-transform, none);
  padding: .5em 1em;
  white-space: nowrap;
  box-sizing: content-box;
}

[aria-label][role~="tooltip"]:hover::before,
[aria-label][role~="tooltip"]:hover::after,
[aria-label][role~="tooltip"]:focus::before,
[aria-label][role~="tooltip"]:focus::after {
  opacity: 1;
  pointer-events: auto;
}



/* ------------------------------------------------
  [2] Position Modifiers
-------------------------------------------------*/

[role~="tooltip"][data-microtip-position|="top"]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 6px;
  width: 18px;
  margin-bottom: 5px;
}

[role~="tooltip"][data-microtip-position|="top"]::after {
  margin-bottom: 11px;
}

[role~="tooltip"][data-microtip-position|="top"]::before {
  transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  left: 50%;
}

[role~="tooltip"][data-microtip-position|="top"]:hover::before {
  transform: translate3d(-50%, -5px, 0);
}

[role~="tooltip"][data-microtip-position|="top"]::after {
  transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  left: 50%;
}

[role~="tooltip"][data-microtip-position="top"]:hover::after {
  transform: translate3d(-50%, -5px, 0);
}

/* ------------------------------------------------
  [2.1] Top Left
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="top-left"]::after {
  transform: translate3d(calc(-100% + 16px), 0, 0);
  bottom: 100%;
}

[role~="tooltip"][data-microtip-position="top-left"]:hover::after {
  transform: translate3d(calc(-100% + 16px), -5px, 0);
}


/* ------------------------------------------------
  [2.2] Top Right
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="top-right"]::after {
  transform: translate3d(calc(0% + -16px), 0, 0);
  bottom: 100%;
}

[role~="tooltip"][data-microtip-position="top-right"]:hover::after {
  transform: translate3d(calc(0% + -16px), -5px, 0);
}


/* ------------------------------------------------
  [2.3] Bottom
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position|="bottom"]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 6px;
  width: 18px;
  margin-top: 5px;
  margin-bottom: 0;
}

[role~="tooltip"][data-microtip-position|="bottom"]::after {
  margin-top: 11px;
}

[role~="tooltip"][data-microtip-position|="bottom"]::before {
  transform: translate3d(-50%, -10px, 0);
  bottom: auto;
  left: 50%;
  top: 100%;
}

[role~="tooltip"][data-microtip-position|="bottom"]:hover::before {
  transform: translate3d(-50%, 0, 0);
}

[role~="tooltip"][data-microtip-position|="bottom"]::after {
  transform: translate3d(-50%, -10px, 0);
  top: 100%;
  left: 50%;
}

[role~="tooltip"][data-microtip-position="bottom"]:hover::after {
  transform: translate3d(-50%, 0, 0);
}


/* ------------------------------------------------
  [2.4] Bottom Left
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="bottom-left"]::after {
  transform: translate3d(calc(-100% + 16px), -10px, 0);
  top: 100%;
}

[role~="tooltip"][data-microtip-position="bottom-left"]:hover::after {
  transform: translate3d(calc(-100% + 16px), 0, 0);
}


/* ------------------------------------------------
  [2.5] Bottom Right
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="bottom-right"]::after {
  transform: translate3d(calc(0% + -16px), -10px, 0);
  top: 100%;
}

[role~="tooltip"][data-microtip-position="bottom-right"]:hover::after {
  transform: translate3d(calc(0% + -16px), 0, 0);
}


/* ------------------------------------------------
  [2.6] Left
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="left"]::before,
[role~="tooltip"][data-microtip-position="left"]::after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translate3d(10px, -50%, 0);
}

[role~="tooltip"][data-microtip-position="left"]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 18px;
  width: 6px;
  margin-right: 5px;
  margin-bottom: 0;
}

[role~="tooltip"][data-microtip-position="left"]::after {
  margin-right: 11px;
}

[role~="tooltip"][data-microtip-position="left"]:hover::before,
[role~="tooltip"][data-microtip-position="left"]:hover::after {
  transform: translate3d(0, -50%, 0);
}


/* ------------------------------------------------
  [2.7] Right
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="right"]::before,
[role~="tooltip"][data-microtip-position="right"]::after {
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translate3d(-10px, -50%, 0);
}

[role~="tooltip"][data-microtip-position="right"]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 18px;
  width: 6px;
  margin-bottom: 0;
  margin-left: 5px;
}

[role~="tooltip"][data-microtip-position="right"]::after {
  margin-left: 11px;
}

[role~="tooltip"][data-microtip-position="right"]:hover::before,
[role~="tooltip"][data-microtip-position="right"]:hover::after {
  transform: translate3d(0, -50%, 0);
}

/* ------------------------------------------------
  [3] Size
-------------------------------------------------*/
[role~="tooltip"][data-microtip-size="small"]::after {
  white-space: initial;
  width: 80px;
}

[role~="tooltip"][data-microtip-size="medium"]::after {
  white-space: initial;
  width: 150px;
}

[role~="tooltip"][data-microtip-size="large"]::after {
  white-space: initial;
  width: 260px;
}
/* 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;
}

*,
*:before,
*:after {
  -webkit-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;
  -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex .col {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.flex-with-col {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 640px) {
  .flex.two .col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}

@media (min-width: 480px) {
  .flex.three .col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .flex.three .col {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    max-width: 33.33%;
    width: 33.33%;
  }
}

@media (min-width: 480px) {
  .flex.four .col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}

@media (min-width: 640px) {
  .flex.four .col {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    max-width: 33.33%;
    width: 33.33%;
  }
}

@media (min-width: 768px) {
  .flex.four .col {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    width: 25%;
  }
}

.flex.five .col {
  width: 100%;
}

@media (min-width: 480px) {
  .flex.five .col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}

@media (min-width: 640px) {
  .flex.five .col {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    max-width: 33.33%;
    width: 33.33%;
  }
}

@media (min-width: 768px) {
  .flex.five .col {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    width: 25%;
  }
}

@media (min-width: 960px) {
  .flex.five .col {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
    width: 20%;
  }
}

.flex.six .col {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}

@media (min-width: 768px) {
  .flex.six .col {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    max-width: 33.33%;
    width: 33.33%;
  }
}

@media (min-width: 960px) {
  .flex.six .col {
    -ms-flex-preferred-size: 16.66%;
        flex-basis: 16.66%;
    max-width: 16.66%;
    width: 16.66%;
  }
}

@media (max-width: 767px) {
  .flex.six .col {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 33%;
    width: 33%;
  }
}

.ovh {
  overflow: hidden;
}

.relative {
  position: relative;
}

.with-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.center-text {
  text-align: center;
}

.abs {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.show {
  display: block !important;
}

.hide {
  display: none;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 960px) {
  .hide-on-desktop {
    display: none !important;
  }
}

.hide-on-tablet {
  display: none;
}

@media (min-width: 960px) {
  .hide-on-tablet {
    display: block;
  }
}

.hide-on-mobile {
  display: none;
}

@media (min-width: 768px) {
  .hide-on-mobile {
    display: block;
  }
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 2em;
  margin-top: 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: 2em;
  margin-bottom: 2em;
}

@media (max-width: 768px) {
  .alignleft, .alignright, .aligncenter {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

body {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  line-height: 1.45;
  color: #333;
  background: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #585858;
  margin-bottom: 1em;
}

h1 {
  font-size: 1.424em;
}

@media (min-width: 768px) {
  h1 {
    font-size: 1.58em;
  }
}

@media (min-width: 1170px) {
  h1 {
    font-size: 2em;
  }
}

h2 {
  font-size: 1.266em;
}

@media (min-width: 768px) {
  h2 {
    font-size: 1.424em;
  }
}

@media (min-width: 1170px) {
  h2 {
    font-size: 1.58em;
  }
}

h3 {
  font-size: 1.125em;
}

@media (min-width: 768px) {
  h3 {
    font-size: 1.266em;
  }
}

@media (min-width: 1170px) {
  h3 {
    font-size: 1.424em;
  }
}

h4 {
  font-size: 1em;
}

@media (min-width: 768px) {
  h4 {
    font-size: 1.125em;
  }
}

@media (min-width: 1170px) {
  h4 {
    font-size: 1.266em;
  }
}

h5 {
  font-size: 1em;
}

@media (min-width: 768px) {
  h5 {
    font-size: 1.1em;
  }
}

@media (min-width: 1170px) {
  h5 {
    font-size: 1.125em;
  }
}

h6 {
  font-size: 1em;
}

p {
  margin: 0 0 1em;
}

label {
  display: inline-block;
  margin-bottom: .75em;
  font-weight: 400;
  vertical-align: baseline;
}

b,
strong {
  font-weight: 500;
}

a {
  display: inline-block;
  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: "Montserrat", Helvetica, Arial, sans-serif;
  border: 2px solid rgba(0, 0, 0, 0.5);
  position: relative;
  padding: .75em;
  font-weight: 500;
  font-size: 110%;
  color: #585858;
}

@media (min-width: 768px) {
  blockquote {
    padding: 1.5em;
  }
}

blockquote:before, blockquote:after {
  content: "";
  display: block;
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/citat.svg) no-repeat center;
  background-size: 2em 2em;
  vertical-align: text-bottom;
  position: absolute;
  background-color: white;
  padding: .5em;
}

@media (min-width: 768px) {
  blockquote:before, blockquote:after {
    display: inline-block;
    width: 3em;
    height: 3em;
    background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/citat.svg) no-repeat center;
    background-size: 3em 3em;
  }
}

blockquote:before {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

blockquote:after {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg) translateX(-50%) translateY(-50%);
          transform: rotate(180deg) translateX(-50%) translateY(-50%);
}

hr {
  display: block;
  border-style: none;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

small {
  display: inline-block;
  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;
  box-sizing: border-box;
  display: block;
  min-width: 100%;
  min-height: 2.25em;
  margin-bottom: .5em;
  border-style: none;
  vertical-align: middle;
  outline: 0;
  font-size: 100%;
}

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 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #333;
  padding: .7em;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="date"]::-ms-input-placeholder,
input[type="time"]::-ms-input-placeholder,
input[type="datetime"]::-ms-input-placeholder,
input[type="datetime-local"]::-ms-input-placeholder,
input[type="week"]::-ms-input-placeholder,
input[type="month"]::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

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: rgba(0, 0, 0, 0.3);
}

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: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
}

textarea {
  min-width: 100%;
  min-height: 7em;
  line-height: 1.4;
}

select {
  outline: none;
  background: transparent;
  min-width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="submit"],
button,
.btn {
  display: inline-block;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 85%;
  color: white;
  vertical-align: baseline;
  padding: .8em 1.5em;
  background: rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  letter-spacing: .07em;
  border-radius: 5px;
  cursor: pointer;
  outline: 0;
  white-space: nowrap;
}

input[type="submit"].white,
button.white,
.btn.white {
  background: white;
  color: #585858;
}

input[type="submit"].white.with-icon:after,
button.white.with-icon:after,
.btn.white.with-icon:after {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/sageata-dreapta-neagra.svg) no-repeat center;
  background-size: 0.8em 0.8em;
}

input[type="submit"].gray,
button.gray,
.btn.gray {
  background: rgba(0, 0, 0, 0.05);
  color: #585858;
}

input[type="submit"].gray.with-icon:after,
button.gray.with-icon:after,
.btn.gray.with-icon:after {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/sageata-dreapta-neagra.svg) no-repeat center;
  background-size: 0.8em 0.8em;
}

input[type="submit"].orange,
button.orange,
.btn.orange {
  background: orange;
}

input[type="submit"].with-icon,
button.with-icon,
.btn.with-icon {
  position: relative;
  padding-right: calc(1.5em * 2 + 15px);
}

input[type="submit"].with-icon:after,
button.with-icon:after,
.btn.with-icon:after {
  content: "";
  display: block;
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/sageata-dreapta-alba.svg) no-repeat center;
  background-size: 0.8em 0.8em;
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

input[type="submit"].big,
button.big,
.btn.big {
  font-size: 95%;
  padding: 1em 2em;
  letter-spacing: .1em;
}

input[type="submit"].big.with-icon,
button.big.with-icon,
.btn.big.with-icon {
  padding-left: calc(2em + 15px);
}

input[type="submit"].big.with-icon:after,
button.big.with-icon:after,
.btn.big.with-icon:after {
  right: 2em;
}

.btn-tab {
  color: #585858;
  background: white;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
}

.link {
  font-weight: 500;
  color: #585858;
  text-decoration: underline;
}

.background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.background-gray {
  background: rgba(0, 0, 0, 0.03);
}

.flex.popup {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .flex.with-aside .col-aside {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
    width: 30%;
  }
}

@media (min-width: 960px) {
  .flex.with-aside .col-aside {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    width: 25%;
  }
}

@media (min-width: 768px) {
  .flex.with-aside .col-content {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%;
    width: 70%;
  }
}

@media (min-width: 960px) {
  .flex.with-aside .col-content {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    width: 75%;
  }
}

.icon {
  display: inline-block;
  width: 1.2em !important;
  height: 1.2em !important;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/) no-repeat center;
  background-size: 1.2em 1.2em;
  background-color: #333;
  vertical-align: text-bottom;
}

.icon-home {
  display: inline-block;
  width: 1em !important;
  height: 1em !important;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/acasa.svg) no-repeat center;
  background-size: 1em 1em;
}

.icon-search {
  display: inline-block;
  width: 1.2em !important;
  height: 1.2em !important;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/cautare.svg) no-repeat center;
  background-size: 1.2em 1.2em;
}

.icon-search-white {
  display: inline-block;
  width: 1.2em !important;
  height: 1.2em !important;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/cautare-alba.svg) no-repeat center;
  background-size: 1.2em 1.2em;
}

.icon-phone {
  display: inline-block;
  width: 1.2em !important;
  height: 1.2em !important;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/telefon.svg) no-repeat center;
  background-size: 1.2em 1.2em;
}

.icon-user {
  display: inline-block;
  width: 2.2em !important;
  height: 2.2em !important;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/utilizator.svg) no-repeat center;
  background-size: 1.2em 1.2em;
}

.icon-caret {
  display: inline-block;
  width: 0.5em !important;
  height: 0.5em !important;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/triunghi.svg) no-repeat center;
  background-size: 0.5em 0.5em;
  vertical-align: middle;
}

.icon-close {
  display: inline-block;
  width: 0.75em !important;
  height: 0.75em !important;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/inchidere-neagra.svg) no-repeat center;
  background-size: 0.75em 0.75em;
}

.icon-password {
  display: inline-block;
  width: 1.5em !important;
  height: 1.5em !important;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/lacat.svg) no-repeat center;
  background-size: 1.5em 1.5em;
}

.icon-basket {
  display: inline-block;
  width: 1.4em !important;
  height: 1.4em !important;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/cos.svg) no-repeat center;
  background-size: 1.4em 1.4em;
}

.icon-remove {
  display: inline-block;
  width: 1.2em !important;
  height: 1.2em !important;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/elimina.svg) no-repeat center;
  background-size: 1.2em 1.2em;
}

.icon-burger {
  display: inline-block;
  width: 1.2em !important;
  height: 1.2em !important;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/categorii.svg) no-repeat center;
  background-size: 1.2em 1.2em;
}

.icon-category {
  display: inline-block;
  width: 1.5em !important;
  height: 1.5em !important;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/categorie-fier-forjat.svg) no-repeat center;
  background-size: 1.5em 1.5em;
}

.icon-help {
  display: inline-block;
  width: 1.35em !important;
  height: 1.35em !important;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/ajutor.svg) no-repeat center;
  background-size: 1.35em 1.35em;
}

.icon-arrow-left {
  display: inline-block;
  width: 0.8em !important;
  height: 0.8em !important;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/sageata-dreapta-neagra.svg) no-repeat center;
  background-size: 0.8em 0.8em;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.icon-arrow-right {
  display: inline-block;
  width: 0.8em !important;
  height: 0.8em !important;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/sageata-dreapta-neagra.svg) no-repeat center;
  background-size: 0.8em 0.8em;
}

.icon-arrow-right-white {
  display: inline-block;
  width: 0.65em !important;
  height: 0.65em !important;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/sageata-dreapta-alba.svg) no-repeat center;
  background-size: 0.65em 0.65em;
  vertical-align: middle;
}

.icon-arrow-down {
  display: inline-block;
  width: 0.8em !important;
  height: 0.8em !important;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/sageata-dreapta-neagra.svg) no-repeat center;
  background-size: 0.8em 0.8em;
  -webkit-transform: rotate(90deg) translateX(-0.35em);
          transform: rotate(90deg) translateX(-0.35em);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.icon-star {
  display: inline-block;
  width: 0.75em !important;
  height: 1.4em !important;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/stea.svg) no-repeat center;
  background-size: 0.75em 0.75em;
}

.icon-facebook {
  display: inline-block;
  width: 1.75em !important;
  height: 1.75em !important;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/facebook.svg) no-repeat center;
  background-size: 1.75em 1.75em;
}

.icon-instagram {
  display: inline-block;
  width: 1.75em !important;
  height: 1.75em !important;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/instagram.svg) no-repeat center;
  background-size: 1.75em 1.75em;
}

.icon-twitter {
  display: inline-block;
  width: 1.75em !important;
  height: 1.75em !important;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/twitter.svg) no-repeat center;
  background-size: 1.75em 1.75em;
}

.icon-youtube {
  display: inline-block;
  width: 1.75em !important;
  height: 1.75em !important;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/youtube.svg) no-repeat center;
  background-size: 1.75em 1.75em;
}

.icon-envelope {
  display: inline-block;
  width: 1.4em !important;
  height: 1.4em !important;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/plic.svg) no-repeat center;
  background-size: 1.4em 1.4em;
}

.icon-info {
  display: inline-block;
  width: 1.1em !important;
  height: 1.1em !important;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/informatie.svg) no-repeat center;
  background-size: 1.1em 1.1em;
}

.icon-refresh {
  display: inline-block;
  width: 1em !important;
  height: 1em !important;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/reimprospatare.svg) no-repeat center;
  background-size: 1em 1em;
}

.icon-payment {
  display: inline-block;
  width: 1.75em !important;
  height: 1.75em !important;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/plata-ramburs.svg) no-repeat center;
  background-size: 1.75em 1.75em;
}

.icon-comments {
  display: inline-block;
  width: 1.3em !important;
  height: 1.3em !important;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/help.svg) no-repeat center;
  background-size: 1.3em 1.3em;
}

.icon-eye {
  display: inline-block;
  width: 1.5em !important;
  height: 1.5em !important;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/ochi.svg) no-repeat center;
  background-size: 1.5em 1.5em;
}

.spacing .spacing-inside {
  padding-top: 1em;
  padding-bottom: 1em;
}

.spacing .spacing-outside {
  margin-top: 1em;
  margin-bottom: 1em;
}

.container {
  position: relative;
  padding: 1px 15px;
  max-width: 1440px;
  margin: 0 auto;
  z-index: 2;
}

.container-small {
  max-width: 960px;
}

.container-big {
  max-width: 1440px;
}

@media (min-width: 1600px) {
  .container {
    padding: 0;
  }
}

.index {
  margin-bottom: -2em;
  /*.doua-categorii-dreapta {
        @media (max-width: 767px) {
            display: flex;
            .index-hero-category {
                width: 50%;
                max-width: 50%;
                flex-basis: 50%;
                &:first-child {
                    padding-right: 5px;
                }
                &:last-child {
                    padding-left: 5px;
                }
            }
        }
    }
    .index-hero-category {
        @media (max-width: 767px) {
            h2 {
                font-size: 93%;
                left: 1em;
            }
            &:hover {
                .index-hero-category-border {
                    opacity: 0;
                }
            }
        }
    }*/
}

.index-hero {
  margin-bottom: 2em;
}

.index-hero .primary {
  margin-left: -5px;
  margin-right: -5px;
}

@media (min-width: 960px) {
  .index-hero .primary {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.index-hero .primary .col {
  min-width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.index-hero .primary .col.doua-categorii-dreapta {
  flex-flow: column wrap;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}



@media (min-width: 960px) {
  .index-hero .primary .col {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 640px) {
  .index-hero .primary .col:first-of-type {
    min-width: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}

@media (min-width: 960px) {
  .index-hero .primary .col:first-of-type {
    -ms-flex-preferred-size: 66.66%;
        flex-basis: 66.66%;
    max-width: 66.66%;
    width: 66.66%;
  }
}

@media (min-width: 1440px) {
  .index-hero .primary .col:first-of-type {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    width: 75%;
  }
}

@media (min-width: 960px) {
  .index-hero .primary .col:first-of-type h2 {
    font-size: 200%;
    font-weight: 500;
  }
}

@media (min-width: 1170px) {
  .index-hero .primary .col:first-of-type h2 {
    font-size: 300%;
    line-height: 1.2;
    font-weight: 600;
  }
}

.index-hero .primary .col:first-of-type .icon {
  display: none;
}

@media (min-width: 640px) {
  .index-hero .primary .col:last-of-type {
    min-width: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}

@media (min-width: 960px) {
  .index-hero .primary .col:last-of-type {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    max-width: 33.33%;
    width: 33.33%;
  }
}

@media (min-width: 1440px) {
  .index-hero .primary .col:last-of-type {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    width: 25%;
  }
}

@media (min-width: 640px) {
  .index-hero .primary .swiper-home .index-hero-category-background {
    min-height: calc(15em * 2 + .6em);
  }
}

@media (min-width: 960px) {
  .index-hero .primary .swiper-home .index-hero-category-background {
    min-height: calc(15em * 2 + 1em);
  }
}

.index-hero .primary .home-prev,
.index-hero .primary .home-next {
  color: white;
}

.index-hero .primary .home-prev {
  left: 40px;
}

.index-hero .primary .home-next {
  right: 40px;
}

@media (min-width: 768px) {
  .index-hero {
    margin-bottom: 3em;
  }
}

.index-hero .four {
  margin-left: -5px;
  margin-right: -5px;
}

@media (min-width: 768px) {
  .index-hero .four {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 960px) {
  .index-hero .four {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.index-hero .four .col {
  min-width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 480px) {
  .index-hero .four .col {
    min-width: 0;
  }
}

@media (min-width: 768px) {
  .index-hero .four .col {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    max-width: 33.33%;
    width: 33.33%;
  }
}

@media (min-width: 960px) {
  .index-hero .four .col {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    max-width: 33.33%;
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1170px) {
  .index-hero .four .col {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    width: 25%;
  }
}

.index-hero-category {
  position: relative;
  margin-top: .6em;
}

.doua-categorii-dreapta .index-hero-category {
  width: 45%;
}

@media (min-width: 960px) {
  .index-hero-category {
    margin-top: 1em;
  }
  .doua-categorii-dreapta .index-hero-category {
    width: 100%;
  }
}

.index-hero-category-background {
  display: block;
  min-height: 18em;
}

@media (min-width: 280px) {
  .index-hero-category-background {
    min-height: 15em;
  }
}

.index-hero-category h3 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 100%;
  color: white;
  position: absolute;
  bottom: 2em;
/*  left: 2em;*/
  margin-bottom: 0;
  letter-spacing: .1em;
}

.index-hero-category h3 a {
  margin-left: 2em;
}

.categorii-sub-hero .index-hero-category h3,
.doua-categorii-dreapta .index-hero-category h3 {
  color: #fff;
  background: rgba(0,0,0,0.6);
  padding: 10px 5px;
  width: 100%;
}

.latest-posts {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .index-hero-category h3 {
    font-size: 110%;
    max-width: 80%;
  }
}

@media (min-width: 960px) {
  .index-hero-category h3 {
    font-size: 115%;
    max-width: 100%;
  }
}

.index-hero-category .icon {
  margin-left: .35em;
}

.index-hero-category-border {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  position: absolute;
  top: 1em;
  left: 1em;
  width: calc(100% - 2em);
  height: calc(100% - 2em);
  background: transparent;
  border: 1px solid white;
  pointer-events: none;
}

.index-hero-category:hover .index-hero-category-border {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.index-hero-category:hover .icon-arrow-right-white {
  margin-left: .5em;
}

.index .product-small {
  margin-top: 0;
}

.index .swiper-popular {
  padding: 0 0 1em;
}

@media (min-width: 960px) {
  .index .swiper-popular {
    padding: 2em 1em;
  }
}

.index .swiper-popular .swiper-button-next,
.index .swiper-popular .swiper-button-prev {
  top: 30%;
  outline: 0 !important;
  -webkit-tap-highlight-color: transparent !important;
}

@media (min-width: 1170px) {
  .index .swiper-popular .swiper-button-next,
  .index .swiper-popular .swiper-button-prev {
    top: 50%;
  }
}

.index .swiper-popular .swiper-button-next:focus,
.index .swiper-popular .swiper-button-prev:focus,
.index .swiper-popular .swiper-button-next:hover,
.index .swiper-popular .swiper-button-prev:hover {
  outline: 0 !important;
  -webkit-tap-highlight-color: transparent !important;
}

.index .swiper-popular .swiper-button-next:after,
.index .swiper-popular .swiper-button-prev:after {
  color: orange;
  -webkit-tap-highlight-color: transparent !important;
}

.index-trust-elements {
  margin: 1em 0 2em;
}

@media (min-width: 768px) {
  .index-trust-elements {
    margin: 1em 0 3em;
  }
}

@media (min-width: 960px) {
  .index-trust-elements {
    margin: 1em 0 4em;
  }
}

.index-trust-elements .trust {
  text-align: center;
  margin-top: 1em;
}

@media (min-width: 768px) {
  .index-trust-elements .trust {
    margin-top: 2em;
  }
}

@media (min-width: 960px) {
  .index-trust-elements .trust {
    margin-top: 3em;
  }
}

@media (min-width: 1440px) {
  .index-trust-elements .trust {
    margin-top: 2em;
  }
}

.index-trust-elements .trust p {
  font-size: 90%;
  text-transform: capitalize;
  margin-top: 1em;
}

.index-trust-elements .trust p strong {
  font-size: 130%;
  display: block;
  line-height: 1;
}

.index-about {
  background: #cccccc;
}

.index-about img {
  position: relative;
  right: -15px;
}

@media (min-width: 768px) {
  .index-about img {
    min-width: 150%;
    right: 50px;
  }
}

@media (min-width: 960px) {
  .index-about img {
    right: 120px;
  }
}

@media (min-width: 1170px) {
  .index-about img {
    right: 200px;
  }
}

.index-about div.title,
.index-about p {
  color: white;
}

.index-about div.title {
  display: inline-block;
  position: relative;
  background: #cccccc;
  padding: 10px 20px;
  top: -2.5em;
  font-size: 1.58em;
}

@media (min-width: 768px) {
  .index-about div.title {
    top: -3em;
  }
}

@media (min-width: 1170px) {
  .index-about div.title {
    top: -2.75em;
  }
}

.index-about p {
  font-size: 100%;
  font-weight: 400;
  margin-top: -3.5em;
  margin-bottom: 1.5em;
}

@media (min-width: 768px) {
  .index-about p {
    margin-top: -3em;
    font-size: 120%;
    margin-bottom: 2em;
  }
}

.index-about .border {
  border: 1px solid white;
  padding: 1.5em;
  margin: 3em 0 1.5em;
}

@media (min-width: 640px) {
  .index-about .border {
    padding: 2em;
  }
}

@media (min-width: 768px) {
  .index-about .border {
    padding: 2.5em 4em 2.5em 2.5em;
  }
}

@media (min-width: 960px) {
  .index-about .border {
    max-width: 90%;
  }
}

@media (min-width: 1170px) {
  .index-about .border {
    max-width: 80%;
    padding: 2.5em 4em;
  }
}

@media (min-width: 768px) {
  .index-about .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 768px) {
  .index-about .col:first-of-type {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
    width: 40%;
  }
}

@media (min-width: 768px) {
  .index-about .col:last-of-type {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
    width: 60%;
  }
}

.index-newsletter {
  padding: 2em 0;
  text-align: center;
}

@media (min-width: 960px) {
  .index-newsletter {
    padding: 4em 0;
  }
}

.index-newsletter form {
  padding-bottom: 4.5em;
}

@media (min-width: 768px) {
  .index-newsletter form {
    padding-bottom: .5em;
  }
}

@media (min-width: 960px) {
  .index-newsletter form {
    max-width: 60%;
    margin: 2.5em auto 0;
  }
}

@media (min-width: 1170px) {
  .index-newsletter form {
    max-width: 50%;
  }
}

.index-newsletter div.title {
  text-transform: uppercase;
  letter-spacing: .06 em;
  font-size: 1.58em;
}

@media (min-width: 768px) {
  .index-newsletter div.title {
    margin-bottom: 0.5em;
  }
}

.index-newsletter h3 {
  color: rgba(0, 0, 0, 0.35);
  font-size: 100%;
}

@media (min-width: 768px) {
  .index-newsletter h3 {
    font-size: 110%;
  }
}

@media (min-width: 768px) {
  .index-newsletter .input.with-icon input {
    padding-right: 10em;
  }
}

.index-newsletter .input.with-icon i {
  opacity: 0.35;
}

.index-newsletter .input.with-icon button {
  top: calc(2.25em + 2em);
  left: 0;
  right: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 100%;
  font-size: 85%;
  vertical-align: baseline;
  padding: .8em 1.5em;
  background: orange;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .index-newsletter .input.with-icon button {
    top: .2em;
    right: .2em;
    left: initial;
    width: auto;
  }
}

.index .home-cat-slider {
  display: none;
}

.index .mc4wp-response {
  margin-top: 1em;
}

.index .testimonials-home {
  width: 1453px;
  max-width: 100%;
  margin: 0 auto 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}

.index .testimonials-home .th-slides .th-slide-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .index .testimonials-home .th-slides .th-slide-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.index .testimonials-home .th-slides .th-slide-inner .th-left {
  width: 49%;
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  max-width: 49%;
  text-align: center;
}

.index .testimonials-home .th-slides .th-slide-inner .th-left img {
  display: inline-block;
}

@media (max-width: 768px) {
  .index .testimonials-home .th-slides .th-slide-inner .th-left {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.index .testimonials-home .th-slides .th-slide-inner .th-right {
  width: 49%;
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  max-width: 49%;
  text-align: center;
}

.index .testimonials-home .th-slides .th-slide-inner .th-right .stars {
  margin-bottom: 10px;
  text-align: center;
}

.index .testimonials-home .th-slides .th-slide-inner .th-right div.title {
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 35px;
  color: #585858;
}

.index .testimonials-home .th-slides .th-slide-inner .th-right div.title a {
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #585858;
}

.index .testimonials-home .th-slides .th-slide-inner .th-right p {
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 35px;
  color: #585858;
}

.index .testimonials-home .th-slides .th-slide-inner .th-right .date-lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 17px;
}

.index .testimonials-home .th-slides .th-slide-inner .th-right .date-lines .line {
  -ms-flex-preferred-size: 36%;
      flex-basis: 36%;
  border-bottom: 1px solid #707070;
  height: 1px;
}

.index .testimonials-home .th-slides .th-slide-inner .th-right .date-lines .date {
  -ms-flex-preferred-size: 195px;
      flex-basis: 195px;
  max-width: 195px;
  width: 195px;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #585858;
}

.index .testimonials-home .th-slides .th-slide-inner .th-right .author {
  font-weight: 600;
  text-align: center;
  font-size: 20px;
  line-height: 1.25;
  color: #585858;
}

@media (max-width: 768px) {
  .index .testimonials-home .th-slides .th-slide-inner .th-right {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.index .testimonials-home .th-nav a {
  width: 66px;
  height: 66px;
  text-align: center;
  line-height: 60px;
  border: 3px solid #B5B5B5;
  border-radius: 50%;
  display: block;
}

.index .testimonials-home .th-nav a img {
  display: inline-block;
  width: 15px;
  height: auto;
}

.index .testimonials-home .th-nav .th-prev {
  position: absolute;
  top: 50%;
  margin-top: -33px;
  left: -90px;
}

.index .testimonials-home .th-nav .th-next {
  position: absolute;
  position: absolute;
  top: 50%;
  margin-top: -33px;
  right: -90px;
}

@media (max-width: 1670px) {
  .index .testimonials-home {
    width: 1280px;
  }
}

@media (max-width: 1500px) {
  .index .testimonials-home {
    width: 1100px;
  }
}

@media (max-width: 1320px) {
  .index .testimonials-home {
    width: 900px;
  }
}

@media (max-width: 1100px) {
  .index .testimonials-home {
    width: 600px;
  }
}

@media (max-width: 768px) {
  .index .testimonials-home {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

/*@media (max-width: 767px) {
  .touch .home-cat-slider {
    display: block;
  }
}*/

.touch .home-cat-slider .index-hero-category-border {
  opacity: 0 !important;
}

/*@media (max-width: 767px) {
  .touch .doua-categorii-dreapta {
    display: none;
  }
}*/

.categorii-sub-hero {
  margin: 1em 0 4em;
}

/*@media (max-width: 767px) {
  .touch .categorii-sub-hero {
    display: none;
  }
}*/

.touch .home-cats-prev {
  color: #fff;
}

.touch .home-cats-next {
  color: #fff;
}

/*@media (max-width: 767px) {
  .touch .hero-top {
    display: none;
  }
}*/

@media (max-width: 767px) {
  .touch .index-hero-category-background {
    min-height: 13em;
  }
}

.cookie-notice-container {
  background-color: rgba(255, 255, 255, 0.92);
  overflow: hidden;
}

.cookie-notice-container a {
  color: #000;
}

.cookie-notice-container #cn-notice-text {
  color: #000;
  float: left;
}

@media (max-width: 767px) {
  .cookie-notice-container #cn-notice-text {
    font-size: 12px;
    float: none;
  }
  .cookie-notice-container #cn-notice-text a {
    font-size: 12px;
  }
}

.cookie-notice-container .more-info {
  color: #31A8F0;
}

.cookie-notice-container #cn-accept-cookie {
  width: 144px;
  height: 28px;
  background: orange;
  border-radius: 5px;
  line-height: 28px;
  text-align: center;
  font-weight: 500;
}

@media (max-width: 767px) {
  .cookie-notice-container #cn-accept-cookie {
    width: 100%;
    margin-left: 0;
  }
}

.cookie-notice-container #cn-notice-buttons {
  float: right;
}

@media (max-width: 767px) {
  .cookie-notice-container #cn-notice-buttons {
    float: none;
  }
}

@media (max-width: 600px) {
  html #wpadminbar {
    display: none !important;
  }
}

.category-banner {
  display: none;
  text-align: center;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .category-banner {
    display: block;
  }
}

@media (min-width: 960px) {
  .category-banner {
    margin-bottom: 2em;
  }
}

@media (min-width: 1170px) {
  .category-banner {
    margin-bottom: 3em;
  }
}

@media (min-width: 1600px) {
  .category-banner {
    margin-top: 0.5em;
    margin-bottom: 3.5em;
  }
}

.category-subcategories .five {
  margin-left: -10px;
  margin-right: -10px;
}

.category-subcategories .five .col {
  min-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 480px) {
  .category-subcategories .five .col {
    min-width: 0;
  }
}

@media (min-width: 640px) {
  .category-subcategories .five .col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}

@media (min-width: 960px) {
  .category-subcategories .five .col {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    max-width: 33.33%;
    width: 33.33%;
  }
}

@media (min-width: 1170px) {
  .category-subcategories .five .col {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    width: 25%;
  }
}

@media (min-width: 1600px) {
  .category-subcategories .five .col {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
    width: 20%;
  }
}

.category-subcategories-item {
  position: relative;
  margin-top: 1em;
}

.category-subcategories-item a {
  display: block;
  min-height: 14em;
  width: 100%;
}

@media (min-width: 960px) {
  .category-subcategories-item a {
    min-height: 12em;
  }
}

@media (min-width: 1600px) {
  .category-subcategories-item a {
    min-height: 10em;
  }
}

.category-subcategories-item h2 {
  font-size: 90%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  padding: 0.5em;
}

@media (min-width: 1170px) {
  .category-subcategories-item h2 {
    font-size: 85%;
  }
}

.category-subcategories-item h2 a {
  min-height: auto;
}

.category-products-filter {
  margin-top: 2em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.category-products-filter select,
.category-products-filter input {
  margin-bottom: 0;
}

.category-products-filter .input {
  position: relative;
}

@media (min-width: 768px) {
  .category-products-filter .input input {
    min-width: 100%;
    padding-right: 10em;
  }
  .category-products-filter .input button {
    position: absolute;
    top: 3px;
    right: 3px;
  }
}

.category-products-filter .col:last-of-type {
  display: none;
}

@media (min-width: 768px) {
  .category-products-filter .col:last-of-type {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
    width: 60%;
  }
}

.category .three {
  clear: both;
  margin-left: -10px;
  margin-right: -10px;
}

.category .three .col {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .category .three .col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}

@media (min-width: 1170px) {
  .category .three .col {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    max-width: 33.33%;
    width: 33.33%;
  }
}

.category .product-small {
  margin-top: 1em;
}

.category .col-aside {
  min-width: 100%;
}

@media (min-width: 768px) {
  .category .col-aside {
    min-width: 0;
  }
}

@media (min-width: 960px) {
  .category .col-aside {
    -ms-flex-preferred-size: 21% !important;
        flex-basis: 21% !important;
    max-width: 21% !important;
    width: 21% !important;
  }
}

.category-filter {
  margin: 0 0 1em;
  padding: 15px 15px 15px 15px;
  border: 1px solid #efefef;
}

.category-filter h3 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding-bottom: 0;
  margin-bottom: 0;
}

.category-filter h3 + ul {
  margin-top: 1em;
  padding-top: 5px;
}

.category-filter .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6px;
  padding: 0 0 1px;
  list-style: none;
}

.category-filter .flex a {
  font-size: 12px;
  padding: 1px 0;
}

.category-filter small {
  line-height: 1.65;
  opacity: 0.3;
  display: none;
}

.category-filter-more {
  font-size: 80%;
  text-decoration: underline;
  margin: 1em 0 0;
}

.category-filter-stars .col {
  padding: 0;
  min-width: 100%;
}

.category-filter-stars .col a {
  line-height: 1;
}

.category-filters {
  display: none;
}

@media (min-width: 768px) {
  .category-filters {
    display: block !important;
  }
}

.category-filters-trigger {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  background-color: orange;
}

@media (min-width: 768px) {
  .category-filters-trigger {
    display: none;
  }
}

@media (min-width: 960px) {
  .category .col-content {
    -ms-flex-preferred-size: 79% !important;
        flex-basis: 79% !important;
    max-width: 79% !important;
    width: 79% !important;
  }
}

@media (min-width: 768px) {
  .category .navigation {
    background: rgba(0, 0, 0, 0.03);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.category .navigation ul {
  vertical-align: top;
  margin-top: 5px;
}

.navigation .page-numbers:not(.next):not(.prev) {
  display: none;
}

.visibility-hidden {
  visibility: hidden;
}

.display-none {
  display: none;
}

.product-cat-empty .woocommerce-info {
  margin-left: 10px;
  margin-right: 10px;
}

.archive .breadcrumbs .breadcrumbs-wrap > [property="itemListElement"]:nth-child(2) {
  display: none;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  margin-bottom: 6px;
}

.vezi-mai-multe-filtre {
  color: orange;
  font-size: 12px;
}

.vezi-mai-multe-filtre:hover {
  text-decoration: underline;
}

.widget_layered_nav {
  padding: 15px 15px 15px 15px;
  border: 1px solid #efefef;
}

.widget_layered_nav .woocommerce-widget-layered-nav-list {
  padding-left: 12px;
}

.widget_layered_nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  position: relative;
  padding-right: 25px;
}

.widget_layered_nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
  font-size: 12px;
}

.widget_layered_nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover {
  text-decoration: underline;
}

.widget_layered_nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen {
  border: 1px solid orange;
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.widget_layered_nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a {
  width: 100%;
}

.widget_layered_nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a:before {
  color: #585858;
  float: right;
  margin-top: 2px;
}

.widget_layered_nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #ccc;
  font-weight: 600;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: orange;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: orange;
  border: none;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  background-color: orange;
  color: #fff;
  font-weight: 400;
  font-size: 11px;
  margin-top: 3px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #585858;
}

.product {
  /* Popup cos */
}

.product-hero .big-next,
.product-hero .big-prev {
  color: white;
}

.product .swiper-product-vertical .swiper-wrapper {
  flex-direction: column;
}
.product .swiper-product-horizontal .swiper-wrapper {
  flex-direction: row;
}
.product .swiper-product-horizontal a:hover {
  cursor: pointer;
}
.product .swiper-product-vertical a:hover {
  cursor: pointer;
}

.product-hero .vertical-prev,
.product-hero .vertical-next {
  color: white;
}

.product-hero .vertical-prev:after,
.product-hero .vertical-next:after {
  font-size: 150%;
}

.product-hero .vertical-prev {
  /*-webkit-transform: rotate(90deg);
          transform: rotate(90deg);*/
  top: 50%;
  left: 0px;
  margin-top: -22px;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  border-radius: 50%;
}

.product-hero .vertical-next {
  /*-webkit-transform: rotate(90deg);
          transform: rotate(90deg);*/
  top: 50%;
  right: 0px;
  margin-top: -22px;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}

@media (min-width: 960px) {
  .product-hero .vertical-next {
    bottom: 0;
  }
}

.product-hero .flex-parent {
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 960px) {
  .product-hero .flex-parent {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.product-hero .col-parent {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 960px) {
  .product-hero .col-parent {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.product-hero .col-parent:nth-of-type(1) {
  display: none;
}

@media (min-width: 640px) {
  .product-hero .col-parent:nth-of-type(1) {
/*    display: block;*/
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    max-width: 100px;
    width: 100px;
  }
}

@media (min-width: 960px) {
  .product-hero .col-parent:nth-of-type(1) {
    display: none;
  }
}

@media (min-width: 1170px) {
  .product-hero .col-parent:nth-of-type(1) {
/*    display: block;*/
  }
}

@media (min-width: 640px) {
  .product-hero .col-parent:nth-of-type(2) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 960px) {
  .product-hero .col-parent:nth-of-type(2) {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}

@media (min-width: 1170px) {
  .product-hero .col-parent:nth-of-type(2) {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .product-hero.new-design .col-parent:nth-of-type(2) {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    max-width: 45%;
    width: 45%;
  }
}

@media (min-width: 960px) {
  .product-hero .col-parent:nth-of-type(3) {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}

@media (min-width: 1170px) {
  .product-hero .col-parent:nth-of-type(3) {
    -ms-flex-preferred-size: calc(100% - 50% - 160px);
        flex-basis: calc(100% - 50% - 160px);
    max-width: calc(100% - 50% - 160px);
    width: calc(100% - 50% - 160px);
  }

  .product-hero.new-design .col-parent:nth-of-type(3) {
    -ms-flex-preferred-size: calc(100% - 65% - 160px);
        flex-basis: calc(100% - 65% - 160px);
    max-width: calc(100% - 65% - 160px);
    width: calc(100% - 65% - 160px);
  }
}

@media (min-width: 1170px) {

  .product-hero.new-design .col-parent:nth-of-type(4) {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
    width: 30%;
  }
}

.product-hero-details h1 {
  margin-top: 1em;
}

@media (min-width: 960px) {
  .product-hero-details h1 {
    margin-top: 0;
  }
}

@media (min-width: 1170px) {
  .product-hero-details h1 {
    line-height: 1.2;
  }
}

@media (max-width: 959px) {
  .product-hero-details h1 {
    display: none;
  }
}

.product-hero-details h2 {
  font-size: 100%;
}

.product-hero-details h2 a {
  text-decoration: underline;
  font-weight: 400;
  color: orange;
}

.extra-products {
  margin-top: 20px;
}

.new-design .addons-extra {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}

.new-design .addons-extra .addonbox {
  flex-basis: 30%;
  max-width: 30%;
  width: 30%;
}

@media (max-width: 640px) {
  .new-design .addons-extra .addonbox {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}

.product-hero-details-stock {
  margin-bottom: .25em;
}

.product-hero-details-stock .success {
  color: black;
}

.product-hero-details-stock .error {
  color: #989898;
}

.product-hero-details-reviews {
  margin-bottom: 1em;
}

.product-hero-details-reviews .stars {
  font-size: 140%;
  margin-right: 1em;
}

.product-hero-details-reviews span {
  color: rgba(0, 0, 0, 0.5);
}

.product-hero-details-price {
  margin: 1em 0;
}

.product-hero-details-price .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.product-hero-details-price .flex .col:nth-of-type(1) {
  text-align: right;
}

.product-hero-details-price del,
.product-hero-details-price strong {
  display: block;
}

.product-hero-details-price small {
  background: orange;
  line-height: 1;
  padding: .25em .5em;
  color: white;
  font-weight: 500;
  margin-bottom: .5em;
}

.product-hero-details-price strong {
  font-size: 170%;
}

.product-hero-details-quantity {
  margin: .5em 0 1em;
}

.product-hero-details-quantity .product-no,
.product-hero-details-quantity select {
  margin: .5em 0;
}

.product-hero-details-quantity .product-no {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.product-hero-details-quantity .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-hero-details-cta {
  margin-bottom: 1em;
}
@media (max-width: 640px) {
  .product-hero-details-cta {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
}

.product-hero-details-cta a {
  display: block;
  text-align: center;
}

.product-hero-details-benefits p {
  margin-top: 1em;
  display: none;
}

.product-hero-details-benefits-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

.product-hero-details-benefits-trigger i {
  vertical-align: bottom;
}

.product-tabs {
  margin-top: 1.5em;
}

@media (min-width: 640px) {
  .product-tabs {
    margin-top: 2em;
  }
}

@media (min-width: 960px) {
  .product-tabs {
    margin-top: 3em;
  }
}

.product-tabs-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-tabs-trigger:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #787878;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.product-tabs-trigger li {
  margin: 0 .5em;
}

.product-tabs-trigger li a {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border: 2px solid transparent;
}

@media (max-width: 767px) {
  .product-tabs-trigger li a {
    font-size: 70%;
    padding: 0.75em .5em;
  }
}

.product-tabs-trigger li:hover a, .product-tabs-trigger li.active a {
  position: relative;
  z-index: 2;
  border-color: #787878;
}

@media (max-width: 767px) {
  .product-tabs-trigger li {
    margin: 0 0.2em;
  }
}

.product-tabs-tab {
  padding: 1.5em 1.5em 1.5em 0;
  position: relative;
  overflow: hidden;
  display: none;
}

.product-tabs-tab.active {
  display: block;
}

@media (min-width: 768px) {
  .product-tabs-tab {
    padding: 2em 2em 2em 0;
  }
}

@media (min-width: 960px) {
  .product-tabs-tab {
    padding: 2.5em 2.5em 2.5em 0;
  }
}

.product-tabs-tab-content,
.product-tabs-tab .flex {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .product-tabs-tab-content {
    max-width: 70%;
  }
}

@media (min-width: 960px) {
  .product-tabs-tab-content {
    max-width: 60%;
  }
}

@media (min-width: 1170px) {
  .product-tabs-tab-content {
    max-width: 50%;
  }
}

.product-tabs-tab .background {
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  pointer-events: none;
  z-index: 1;
  opacity: 0.3;
}

.product-tabs-tab .background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 120%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: white;
  -webkit-filter: blur(30px);
          filter: blur(30px);
}

.product-tabs-tab.description h1,
.product-tabs-tab.description h2,
.product-tabs-tab.description h3,
.product-tabs-tab.description h4,
.product-tabs-tab.description h5,
.product-tabs-tab.description h6,
.product-tabs-tab.description ul,
.product-tabs-tab.description blockquote,
.product-tabs-tab.description img {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .product-tabs-tab.description .col-parent {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}

@media (min-width: 1170px) {
  .product-tabs-tab.description .col-parent:nth-of-type(1) {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
    width: 60%;
  }
  .product-tabs-tab.description .col-parent:nth-of-type(2) {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
    width: 40%;
  }
}

.product-tabs-tab.description .product-tabs-tab-content {
  max-width: 100%;
}

.product-tabs-tab.description .front-reviews li {
  margin-top: 1em;
}

.product-tabs-tab.description .see-all {
  text-align: right;
}

@media (min-width: 768px) {
  .product-tabs-tab.comments .flex-parent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .product-tabs-tab.comments .col-parent {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}

@media (min-width: 960px) {
  .product-tabs-tab.comments .flex-parent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 1170px) {
  .product-tabs-tab.comments .col-parent:nth-of-type(1) {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
    width: 60%;
  }
  .product-tabs-tab.comments .col-parent:nth-of-type(2) {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
    width: 40%;
  }
  .product-tabs-tab.comments .comment {
    max-width: 85%;
  }
}

.product-tabs-tab.comments .form-review-row .stars {
  margin-left: 1em;
  vertical-align: text-bottom;
  font-size: 120%;
}

.product-recommended {
  margin-top: 1.5em;
}

@media (min-width: 640px) {
  .product-recommended {
    margin-top: 2em;
  }
}

@media (min-width: 960px) {
  .product-recommended {
    margin-top: 2.5em;
  }
}

.product-recommended .four {
  margin-left: -10px;
  margin-right: -10px;
}

.product-recommended .four .col {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 640px) {
  .product-recommended .four .col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .product-recommended .four .col {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    max-width: 33.33%;
    width: 33.33%;
  }
  .product-recommended .four .col:last-of-type {
    display: none;
  }
}

@media (min-width: 960px) {
  .product-recommended .four .col {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    width: 25%;
  }
  .product-recommended .four .col:last-of-type {
    display: block;
  }
}

.product-recommended .product-small {
  margin-top: 1em;
}

.product .product-hero-details-quantity .woocommerce-product-rating {
  display: none;
}

.product .product-hero-details-quantity .stock {
  display: none;
}

.product #product-addons-total {
  display: none;
}

.product .cart .quantity {
  display: none;
}

.product .cart button {
  display: none;
}

.product #reply-title {
  display: none;
}

.product .stars {
  margin-bottom: 0;
}

.product .rating-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product .rating_necesar {
  color: #ff0000;
  display: none;
}

.product .campuri_necesar {
  color: #ff0000;
  display: none;
}

.product .comment-success {
  color: #228B22;
  display: none;
}

.product .comment-notes {
  display: none;
}

.product .comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product .comment-form-cookies-consent input {
  margin-right: 10px;
}

.product .comment-content p em {
  font-style: italic;
}

.product .wc-pao-addon-container + .wc-pao-addon-container {
  margin-top: 30px;
}

.product .optiuni_necesar {
  clear: both;
  color: red !important;
  padding-top: 18px !important;
  display: none;
  font-weight: 600;
}

.product .product-hero-details-price ins {
  text-decoration: none;
}

#popup-in-cos {
  position: fixed !important;
  top: 400px !important;
  z-index: 9999 !important;
  left: 50% !important;
  margin-left: -343px !important;
  display: none;
  max-width: 610px;
  width: 100%;
  padding: 10px;
}

.product .popup-in-cos .left {
  float: left;
}

.product .popup-in-cos .row-cos {
  overflow: hidden;
}

.product .popup-in-cos .row-cos .img {
  width: 15%;
}

.product .popup-in-cos .row-cos .img img {
  max-width: 100%;
  height: auto;
}

.product .popup-in-cos .row-cos .title {
  width: 65%;
  padding-left: 20px;
  font-size: 115%;
  line-height: 1.3;
  margin-top: 26px;
}

.product .popup-in-cos .price-holder {
  float: left;
  width: 20%;
}

.product .popup-in-cos .row-cos .price {
  color: #000;
  text-align: right;
  font-size: 115%;
  font-weight: 300;
}

.product .popup-in-cos .row-cos .pret-vechi {
  text-decoration: line-through;
  text-align: right;
  font-size: 115%;
  color: gray;
  font-weight: 300;
}

.product .popup-in-cos .finalizeaza-comanda {
  font-size: 1.4rem !important;
  height: 30px !important;
  line-height: 30px !important;
  text-align: center !important;
}

.product .popup-in-cos .continua-wrap {
  text-align: right;
  margin-top: 15px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.product .popup-in-cos .continua-wrap a {
  margin-right: 10px;
}

.product .popup-in-cos .continua {
  font-size: 1.4rem !important;
  height: 30px !important;
  line-height: 30px !important;
  margin-top: 0 !important;
  display: inline-block !important;
  background: #2a97b7 !important;
}

.product [href="#popup-in-cos"] {
  display: none;
}

.product .add-item-custom .status {
  padding-top: 10px;
  color: #f1462f;
}

.product .popup-in-cos .products-carousel-wrapper .slide-item .product-item {
  padding-bottom: 15px;
}

.product .popup-in-cos .products-carousel-wrapper .slide-item .product-item .text-content .price-stock {
  float: none;
  width: 100% !important;
  margin-top: 0;
}

.product .popup-in-cos .products-carousel-wrapper .slide-item .product-item .button {
  height: 26px;
  line-height: 26px;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0;
  background: transparent;
  width: auto;
}

.product .popup-in-cos .products-carousel-wrapper .slide-item .product-item .button span {
  background: #f1462f;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 3px;
  padding: 0 10px;
}

.product .popup-in-cos .products-carousel-wrapper .slide-item .product-item .button i {
  border-bottom-left-radius: 4px;
}

.product .popup-in-cos .to-three-products .section-content {
  padding: 0;
}

.product .popup-in-cos .to-three-products {
  margin-bottom: 0;
  margin-top: 20px;
  overflow: visible;
}

.product .popup-in-cos .to-three-products .products-listing .product-item a.image {
  height: 115px;
}

.product #popup-in-cos .fancybox-close-small {
  width: 13px;
  height: 13px;
  padding: 0;
  right: 35px;
  top: 30px;
  background-image: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/images/x_close2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  background-color: transparent;
}

.product #popup-in-cos .fancybox-close-small:before {
  display: none;
}

.product .popup-cos-adauga {
  display: none !important;
}

.product .popup-in-cos .products-carousel-wrapper .slide-item .product-item .button {
  display: none !important;
}

.product .popup-in-cos .products-carousel-wrapper .slide-item .product-item {
  height: auto;
  margin-bottom: 0;
}

.product .popup-in-cos .products-carousel-wrapper .slide-item .product-item .popup-cos-adauga {
  display: inline-block !important;
  position: static;
  margin: 15px 0 0 0;
}

.product .popup-in-cos .buttons-wrap {
  text-align: center;
}

.product .redirect-to-cart .status {
  display: none;
}

.product #popup-in-cos .white-section {
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 40px;
  border: 2px solid #000;
}

.product #popup-in-cos .white-section .section-headline {
  padding: 20px 45px 15px 45px;
  background: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
  font-size: 110%;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: rgba(0, 0, 0, 0.75);
}

.product #popup-in-cos .white-section .section-content {
  padding: 30px 34px;
}

.product #popup-in-cos a.button {
  border-radius: 4px;
  letter-spacing: normal;
  color: #fff !important;
  padding: 0 20px;
  letter-spacing: .03em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-size: 16px !important;
  height: 36px !important;
  line-height: 37px !important;
  display: inline-block !important;
  background: #000 !important;
  font-weight: 600;
}

.product #popup-in-cos .popup-content .finalizeaza-comanda {
  border-radius: 4px;
  display: inline-block;
  color: #fff !important;
  padding: 0 20px;
  background-color: orange !important;
  font-size: 16px !important;
  letter-spacing: 0.01em;
  height: 36px !important;
  line-height: 37px !important;
  text-align: center !important;
  font-weight: 600;
  margin-right: 0;
}

.product .body_overlay-popup-cos {
  z-index: 100;
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  left: 0;
  top: 0;
  display: none;
}

.product .product-hero-details-reviews:hover {
  cursor: pointer;
}

.product .cart {
  margin-bottom: 0 !important;
}

.product .product-hero .h1 {
  display: none;
  margin: 1em 0 1em 0;
  font-size: 1.424em;
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
  font-weight: 500;
  color: #585858;
}

.product .product-hero.new-design .h1 {display: block;}

@media (max-width: 959px) {
  .product .product-hero .h1 {
    display: block;
  }
}

@media (max-width: 767px) {
  .product #popup-in-cos {
    margin-left: 0 !important;
    left: 0 !important;
  }
  .product .price-holder {
    float: left;
    width: 25%;
    padding-left: 25px;
  }
  .product .popup-in-cos .row-cos .img {
    width: 15%;
  }
  .product .popup-in-cos .row-cos .title {
    width: 50%;
  }
  .product #popup-in-cos a.button {
    display: block !important;
    margin-bottom: 15px !important;
    font-size: 16px !important;
  }
  .product #popup-in-cos .popup-content .finalizeaza-comanda {
    display: block !important;
    margin-bottom: 0 !important;
    font-size: 16px !important;
  }
  .product .popup-in-cos .row-cos .price {
    width: 100%;
    float: none;
    text-align: center;
  }
  .product .popup-in-cos .row-cos .pret-vechi {
    width: 100%;
    float: none;
    text-align: center;
  }
  .product #popup-in-cos .fancybox-close-small {
    top: 30px;
  }
  .product #popup-in-cos .white-section .section-headline {
    font-size: 88%;
  }
  .product .popup-in-cos .row-cos .title {
    font-size: 100%;
    margin-top: 0 !important;
  }
  .product .popup-in-cos .row-cos .pret-vechi,
  .product .popup-in-cos .row-cos .price {
    font-size: 115%;
    margin-top: 0 !important;
  }
  .product #popup-in-cos {
    z-index: 100000 !important;
    top: 50% !important;
  }
  .product #popup-in-cos a.button {
    line-height: 40px !important;
    margin-right: 0;
  }
  .product #popup-in-cos .popup-content .finalizeaza-comanda {
    line-height: 40px !important;
  }
  .product .cos-actualizat-checkout {
    font-size: 1.4rem;
  }
  .product .popup-in-cos .price-holder {
    margin-top: 0 !important;
    width: 35%;
  }
  .product #popup-in-cos .white-section {
    margin-bottom: 0;
  }
  .product #popup-in-cos .white-section .section-headline {
    padding-top: 16px;
  }
}

@media (max-width: 420px) {
  .product .popup-in-cos .row-cos .pret-vechi,
  .product .popup-in-cos .row-cos .price {
    font-size: 70%;
    margin-top: 0 !important;
  }
  .product #popup-in-cos .white-section .section-headline {
    font-size: 85%;
  }
  .product .popup-in-cos .row-cos .title {
    font-size: 91%;
  }
  .product #popup-in-cos a.button {
    font-size: 13px !important;
    line-height: 34px !important;
    font-size: 13px;
  }
  .product #popup-in-cos .popup-content .finalizeaza-comanda {
    font-size: 13px !important;
    line-height: 34px !important;
  }
}

@media (max-width: 320px) {
  .product #popup-in-cos .white-section .section-headline {
    font-size: 100%;
  }
  .product #popup-in-cos .fancybox-close-small {
    top: 31px;
  }
}

.product .instructiune-rabatare {
  display: block;
  font-weight: 500;
}

.product .instructiune-rabatare-img {
  display: block;
  width: 200px;
  max-width: 100%;
}

.product .trigger-video {
  margin-top: 40px;
}

.product .trigger-video i {
  display: inline-block;
  vertical-align: bottom;
  width: 1.5em;
  height: 1.5em;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/play_orange.svg) no-repeat center;
  background-size: 1.5em 1.5em;
  margin-right: .7em;
}

.alti-client {
  margin-top: 20px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
}

.alti-client a {
  color: orange;
  text-decoration: underline;
}

.product-hero-details .alti-client {
  text-align: left;
  margin-bottom: 10px;
}

.basket h1 {
  margin: 1em 0;
}

.basket .flex-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.basket-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.basket-total .white-shadow {
  min-width: 100%;
  margin: 2em 0;
}

@media (min-width: 480px) {
  .basket-total .white-shadow {
    min-width: 260px;
  }
}

@media (min-width: 768px) {
  .basket-total .white-shadow {
    min-width: 280px;
  }
}

.basket-total .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: rgba(0, 0, 0, 0.5);
}

.basket-total .flex:last-of-type {
  color: rgba(0, 0, 0, 0.8);
  font-size: 150%;
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.basket-total .btn {
  display: block;
  margin: 1em 0 0;
  width: 100%;
  text-align: center;
}

.basket-empty {
  max-width: 100%;
  text-align: center;
  margin: 2em auto;
}

@media (min-width: 640px) {
  .basket-empty {
    max-width: 400px;
    margin: 3em auto;
  }
}

@media (min-width: 768px) {
  .basket-empty {
    margin: 4em auto;
  }
}

@media (min-width: 960px) {
  .basket-empty {
    margin: 6em auto;
  }
}

@media (min-width: 1170px) {
  .basket-empty {
    margin: 7em auto;
  }
}

.basket .info {
  max-width: 407px;
  margin: 1em 0;
}

.basket .after-click {
  display: none;
}

.basket .basket-big-product dt {
  display: none;
}

.basket .woocommerce-cart-form .actions {
  display: none;
}

.basket .woocommerce-shipping-destination {
  display: none;
}

.checkout {
  margin: .5em 0 1.5em;
}

@media (min-width: 960px) {
  .checkout {
    margin: 2.5em 0;
  }
}

@media (min-width: 1170px) {
  .checkout {
    margin: 3em 0;
  }
}

.checkout h2 {
  margin: 1em 0;
}

@media (min-width: 768px) {
  .checkout h2 {
    margin: 1.5em 0;
  }
}

@media (min-width: 960px) {
  .checkout h2 {
    margin-top: 0;
  }
}

.checkout input[type="text"],
.checkout select,
.checkout input[type="tel"],
.checkout input[type="email"] {
  min-width: 100%;
}

.checkout .btn {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 1em;
}

.checkout .btn span {
  display: none;
}

@media (min-width: 1170px) {
  .checkout .btn span {
    display: inline;
  }
}

.checkout .basket-small-buttons {
  display: none;
}

.checkout .flex.with-aside .col-content,
.checkout .flex.with-aside .col-aside {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .checkout .flex.with-aside .col-content,
  .checkout .flex.with-aside .col-aside {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 960px) {
  .checkout .flex.with-aside .col-content {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
    width: 60%;
  }
}

@media (min-width: 1170px) {
  .checkout .flex.with-aside .col-content {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    max-width: 65%;
    width: 65%;
    padding-right: 4em;
  }
}

.checkout .flex.with-aside .col-aside {
  margin-top: 1em;
}

.checkout .flex.with-aside .col-aside h2 {
  margin-top: 0;
}

@media (min-width: 960px) {
  .checkout .flex.with-aside .col-aside {
    margin-top: 0;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
    width: 40%;
  }
}

@media (min-width: 1170px) {
  .checkout .flex.with-aside .col-aside {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    max-width: 35%;
    width: 35%;
  }
}

.checkout .flex.with-aside .col-aside .checkout-payment {
  margin: 1.5em 0;
}

.checkout .flex.with-aside .col-aside .payment-options {
  margin: 0 0 1em;
}

.checkout-fields .col {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

.checkout-fields-other {
  margin: 1em 0;
}

.checkout-fields-other input {
  vertical-align: top;
}

.checkout-fields-other label {
  margin: 0;
}

.checkout-payment input,
.checkout-payment i,
.checkout-payment label {
  vertical-align: middle;
}

.checkout-payment strong,
.checkout-payment small {
  display: block;
}

.checkout-payment input {
  margin-right: 1em;
}

@media (min-width: 640px) {
  .checkout-payment input {
    margin-right: .25em;
  }
}

.checkout-payment label {
  margin: 0;
}

.checkout-payment i {
  margin: 0 .5em;
  display: none;
}

@media (min-width: 640px) {
  .checkout-payment i {
    display: inline-block;
  }
}

.checkout-payment li {
  margin: 1em 0;
}

.checkout .basket-small-product-details {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

.checkout .basket-small-product-details-pricing {
  text-align: right;
}

.checkout .basket-small-product-details .variation dt {
  display: none;
}

.checkout .basket-small-product-details .variation dd p {
  font-weight: bold;
}

.checkout [name="tip_persoana"] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPBAMAAADJ+Ih5AAAAGFBMVEUAAABYWFhYWFhYWFhYWFhYWFhYWFhYWFjf9wCAAAAAB3RSTlMAAQwQFOLxtgzbKwAAADZJREFUCFtjYMANlI3BQIHBrRwEyhwYWNJBjBSgnBtEgAEslAJW7gYRAAmlQE1wdYAyGBnwAwByCw5WepekMgAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 96%;
}

.checkout img[alt="Plata securizata cu cardul"] {
  display: none !important;
}

.basket-small-product-details .variation dt {
  display: none;
}

.ajax-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}

.ajax-overlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

#woocommerce_billing_fields_ro {
  display: none;
}

#billing_country_field {
  display: none;
}

#shipping_country_field {
  display: none;
}

.woocommerce-checkout .checkout-fields label {
  display: none !important;
}

.woocommerce-checkout label {
  margin-bottom: 5px;
}

.woocommerce-checkout #ship-to-different-address label {
  display: inline-block !important;
}

.woocommerce-checkout #ship-to-different-address span {
  font-weight: 500;
}

.woocommerce-checkout .select2-container {
  display: none;
}

.woocommerce-checkout .woocommerce-account-fields label {
  display: inline-block !important;
}

.woocommerce-checkout .woocommerce form .form-row-first, .woocommerce-checkout .woocommerce form .form-row-last, .woocommerce-checkout .woocommerce-page form .form-row-first, .woocommerce-checkout .woocommerce-page form .form-row-last {
  width: 100%;
  float: none;
}

.woocommerce-checkout .wc_payment_methods label {
  padding-top: 10px;
}

.woocommerce-checkout .header-basket-dropdown-trigger .icon-caret {
  display: none;
}

.woocommerce-checkout #cui_field {
  display: none;
}

.woocommerce-checkout #j_field {
  display: none;
}

.woocommerce-checkout #billing_city, .woocommerce-checkout #shipping_city {
  text-transform: capitalize;
}

.woocommerce-checkout .din-cauza-ca {
  font-weight: 700;
  margin-bottom: 15px;
}

.woocommerce-checkout .field-info {
  display: block;
  margin: 10px 0 0px 0;
  color: #000;
  font-size: 80%;
  font-weight: 600;
}

.woocommerce-cart .header-basket-dropdown-trigger .icon-caret {
  display: none;
}

.ui-menu .ui-menu-item {
  padding: 5px 10px;
  font-size: 13px;
  text-transform: capitalize;
}

.woocommerce-info {
  border-top-color: orange;
}

.single-whitespace-box {
  display: inline-block;
  margin: 2em auto;
}

@media (min-width: 640px) {
  .single-whitespace-box {
    margin-top: 3em;
  }
}

@media (min-width: 768px) {
  .single-whitespace-box {
    margin-top: 4em;
    padding: 2em;
  }
}

@media (min-width: 960px) {
  .single-whitespace-box {
    margin-top: 5em;
    padding: 2.5em;
  }
}

@media (min-width: 1170px) {
  .single-whitespace-box {
    margin-top: 6em;
  }
}

.login,
.register,
.forgot_password,
.congratulations {
  text-align: center;
}

.login p,
.register p,
.forgot_password p,
.congratulations p {
  margin-bottom: 1.5em;
}

.login .single-whitespace-box,
.register .single-whitespace-box,
.forgot_password .single-whitespace-box,
.congratulations .single-whitespace-box {
  width: 100%;
}

@media (min-width: 480px) {
  .login .single-whitespace-box,
  .register .single-whitespace-box,
  .forgot_password .single-whitespace-box,
  .congratulations .single-whitespace-box {
    width: 80%;
  }
}

@media (min-width: 640px) {
  .login .single-whitespace-box,
  .register .single-whitespace-box,
  .forgot_password .single-whitespace-box,
  .congratulations .single-whitespace-box {
    max-width: 500px;
  }
}

.login .single-whitespace-box .flex-with-col,
.register .single-whitespace-box .flex-with-col,
.forgot_password .single-whitespace-box .flex-with-col,
.congratulations .single-whitespace-box .flex-with-col {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  margin-top: 1em;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .login .single-whitespace-box .flex-with-col,
  .register .single-whitespace-box .flex-with-col,
  .forgot_password .single-whitespace-box .flex-with-col,
  .congratulations .single-whitespace-box .flex-with-col {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
}

.login .single-whitespace-box .flex-with-col .col:last-child,
.register .single-whitespace-box .flex-with-col .col:last-child,
.forgot_password .single-whitespace-box .flex-with-col .col:last-child,
.congratulations .single-whitespace-box .flex-with-col .col:last-child {
  text-align: right;
}

.login .single-whitespace-box .flex-with-col label,
.login .single-whitespace-box .flex-with-col a,
.register .single-whitespace-box .flex-with-col label,
.register .single-whitespace-box .flex-with-col a,
.forgot_password .single-whitespace-box .flex-with-col label,
.forgot_password .single-whitespace-box .flex-with-col a,
.congratulations .single-whitespace-box .flex-with-col label,
.congratulations .single-whitespace-box .flex-with-col a {
  font-size: 85%;
}

.login .single-whitespace-box .flex-with-col label,
.register .single-whitespace-box .flex-with-col label,
.forgot_password .single-whitespace-box .flex-with-col label,
.congratulations .single-whitespace-box .flex-with-col label {
  display: inline;
  vertical-align: middle;
  line-height: 1;
}

.login small,
.register small,
.forgot_password small,
.congratulations small {
  display: block;
  margin: 1em 0;
  color: #585858;
}

@media (min-width: 768px) {
  .login small,
  .register small,
  .forgot_password small,
  .congratulations small {
    margin: 1.5em 0;
  }
}

.login small a,
.register small a,
.forgot_password small a,
.congratulations small a {
  text-decoration: underline;
  color: orange;
}

.login .below_modal,
.register .below_modal,
.forgot_password .below_modal,
.congratulations .below_modal {
  text-align: center;
  margin-top: 1em;
}

.login .below_modal strong,
.register .below_modal strong,
.forgot_password .below_modal strong,
.congratulations .below_modal strong {
  margin-right: 1em;
}

@media (min-width: 768px) {
  .login .single-whitespace-box {
    min-width: 450px;
  }
}

.congratulations .single-whitespace-box {
  max-width: 500px;
}

.congratulations .single-whitespace-box h1 {
  margin-bottom: 0.5em;
}

.congratulations .single-whitespace-box h2 {
  font-size: 120%;
  font-weight: 400;
  margin-bottom: 1.5em;
}

.congratulations .single-whitespace-box ul {
  text-align: center;
}

.congratulations .single-whitespace-box ul li {
  display: inline-block;
  margin-left: .5em;
}

.congratulations .single-whitespace-box ul li:first-child {
  margin-left: 0;
}

.congratulations .single-whitespace-box ul li:last-child {
  display: none;
}

@media (min-width: 768px) {
  .congratulations .single-whitespace-box ul li:last-child {
    display: inline-block;
  }
}

.congratulations .single-whitespace-box .orange {
  font-size: 65%;
}

@media (min-width: 480px) {
  .congratulations .single-whitespace-box .orange {
    font-size: 80%;
  }
}

@media (min-width: 640px) {
  .congratulations .single-whitespace-box .orange {
    font-size: 85%;
  }
}

.contact iframe {
  width: 100%;
  min-height: 320px;
}

@media (min-width: 768px) {
  .contact iframe {
    min-height: 30em;
  }
}

@media (min-width: 1170px) {
  .contact iframe {
    min-height: 100%;
  }
}

.contact .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (min-width: 960px) {
  .contact .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 1170px) {
  .contact .flex {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.contact .flex .col {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .contact .flex .col-aside, .contact .flex .col-content {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}

.contact .flex .col-aside {
  margin: 2em 0 0;
}

@media (min-width: 768px) {
  .contact .flex .col-aside {
    margin-top: 0;
  }
}

@media (min-width: 1170px) {
  .contact .flex .col-aside {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
    width: 40%;
  }
}

@media (min-width: 1170px) {
  .contact .flex .col-content {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
    width: 60%;
    padding-left: 3em;
  }
}

.contact .flex .col-content textarea {
  min-height: 15em;
}

@media (min-width: 640px) {
  .contact .flex .col-content textarea {
    min-height: 20em;
  }
}

.contact .flex .col-content small {
  display: block;
  text-align: center;
  margin: 1em 0;
}

@media (min-width: 768px) {
  .contact .flex .col-content small {
    margin-top: 2em;
  }
}

@media (min-width: 1170px) {
  .contact .flex .col-content small {
    margin-top: 3em;
  }
}

.contact .flex .col-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .contact .flex .col-content ul {
    margin-bottom: 2em;
  }
}

@media (min-width: 1170px) {
  .contact .flex .col-content ul {
    margin-bottom: 3em;
  }
}

.contact .flex .col-content ul li {
  margin-left: 1em;
}

.contact .flex .col-content ul li:first-child {
  margin-left: 0;
}

.contact .flex .col-content .btn {
  width: 100%;
}

@media (min-width: 768px) {
  .contact .flex .col-content .btn {
    margin-top: 1.2em;
  }
}

@media (min-width: 1170px) {
  .contact .flex .col-content .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.contact .flex .col-content .flex .col h3:before {
  content: '';
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/telefon.svg) no-repeat center;
  background-size: 1.25em 1.25em;
  vertical-align: text-bottom;
  margin-right: .5em;
}

@media (min-width: 1170px) {
  .contact .flex .col-content .flex .col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .contact .flex .col-content .flex .col h4 {
    color: #cccccc;
  }
}

.contact .flex .col-content .flex .col:nth-of-type(1) h3:before {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/harta.svg) no-repeat center;
  background-size: 1.25em 1.25em;
}

.contact .flex .col-content .flex .col:nth-of-type(3) h3:before {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/utilizator.svg) no-repeat center;
  background-size: 1.25em 1.25em;
}

.contact .flex .col-content .flex .col:nth-of-type(4) h3:before {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/help.svg) no-repeat center;
  background-size: 1.25em 1.25em;
}

.contact div.wpcf7-response-output {
  margin-top: 25px;
  margin-left: 0;
  margin-right: 0;
}

.blog select {
  margin: 0 0 2em;
}

.blog .three {
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.blog .three .col {
  margin-top: 1em;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 480px) {
  .blog .three .col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 640px) {
  .blog .three .col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .blog .three .col {
    margin-top: 1.5em;
  }
}

@media (min-width: 960px) {
  .blog .three .col {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    max-width: 33.33%;
    width: 33.33%;
  }
}

.blog .three .col:first-of-type {
  margin-top: 0;
}

@media (min-width: 640px) {
  .blog .three .col:first-of-type {
    margin-top: 1em;
  }
}

@media (min-width: 768px) {
  .blog .three .col:first-of-type {
    margin-top: 1.5em;
  }
}

.blog .white-shadow {
  padding: 0;
  height: 100%;
}

.blog .white-shadow a:first-of-type {
  display: block;
  text-align: center;
  margin-bottom: 1.2em;
}

.blog .white-shadow a:last-of-type {
  margin-bottom: 2em;
  text-decoration: underline;
}

.blog .white-shadow h2 {
  font-size: 110%;
}

.blog .white-shadow h2,
.blog .white-shadow p,
.blog .white-shadow a:last-of-type {
  padding: 0 20px;
}

@media (min-width: 768px) {
  .blog .white-shadow h2,
  .blog .white-shadow p,
  .blog .white-shadow a:last-of-type {
    padding: 0 30px;
  }
}

.blog .white-shadow h2 a:first-of-type,
.blog .white-shadow p a:first-of-type {
  display: inline-block;
  text-align: left;
  margin-bottom: 0;
}

.blog .white-shadow h2 a:last-of-type,
.blog .white-shadow p a:last-of-type {
  padding: 0;
  text-decoration: none;
}

.blog .white-shadow p {
  color: #585858;
}

.blog .navigation .page-numbers:not(.prev):not(.next) {
  display: none;
}

.article .col-content,
.article .col-aside {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

.article-content {
  margin-bottom: 1em;
}

@media (min-width: 960px) {
  .article-content {
    padding-right: 2em;
  }
}

@media (min-width: 1170px) {
  .article-content {
    padding-right: 3em;
  }
}

@media (min-width: 1440px) {
  .article-content {
    padding-right: 4em;
  }
}

@media (min-width: 1600px) {
  .article-content {
    padding-right: 5em;
  }
}

.article-content article .article-content-img {
  display: block;
  width: 100%;
  margin-bottom: 1.5em;
}

.article-content article ul,
.article-content article ol,
.article-content article blockquote {
  margin-bottom: 1em;
}

.article-form {
  margin-top: 1em;
}

.article-comments {
  margin-top: 1em;
}

.article-no-views {
  margin: 2em 0;
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.article-no-views li {
  display: inline-block;
  margin-left: 0.5em;
}

.article-no-views li:first-child {
  margin-left: 0;
}

.article-no-views li i {
  margin-right: .5em;
}

.article aside nav {
  margin: .5em 0 1em;
}

.article aside nav li {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.article aside nav li:first-child {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}

.article aside nav li a {
  padding-left: 0 !important;
}

.article aside nav li a:before {
  display: none !important;
}

.article aside form {
  margin: 1em 0;
}

.article aside ul {
  margin-bottom: 1em;
}

.article aside ul strong,
.article aside ul small {
  display: block;
}

.article aside ul span span {
  color: orange;
  font-size: 90%;
}

.article aside ul:last-of-type li {
  margin-top: 1em;
}

.article aside ul:last-of-type li:first-child {
  margin-top: 0;
}

.article aside ul:last-of-type a {
  position: relative;
  padding-left: calc(1.5em + 1em);
}

.article aside ul:last-of-type a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/utilizator-cerc.svg) no-repeat center;
  background-size: 1.5em 1.5em;
}

.article aside .flex {
  margin-top: 1em;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1em;
}

@media (min-width: 768px) {
  .article aside .flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.article aside .flex:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}

.article aside .flex a:first-of-type {
  max-width: 80px;
  margin-right: 1em;
}

.article aside .flex a:last-of-type {
  margin-top: -0.15em;
  font-size: 90%;
}

.article-form button {
  margin-top: 1em;
}

.blog-empty-message {
  margin-left: 10px;
  margin-right: 10px;
}

.general-main-img {
  display: block;
  width: 100%;
  margin: 0 0 1.5em;
}

.general .col-content,
.general .col-aside {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

.general .col-content blockquote,
.general .col-content ul,
.general .col-content ol {
  margin: 1.5em 0;
}

.general aside ul {
  margin: 1em 0;
}

.general aside ul li {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.general aside ul li:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border: none;
}

.general aside ul li.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.general aside .flex-with-col {
  margin-top: 1em;
  margin-bottom: 1em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.general aside .flex-with-col a {
  color: #585858;
}

.general aside .flex-with-col a strong {
  font-size: 100%;
  line-height: 1.1;
  color: orange;
}

.general aside .flex-with-col a.icon {
  margin: 1em 0;
}

.general aside .flex-with-col .discuta-cu-un-consultant {
  border: 1px solid #ccc;
  padding: 5px 15px;
  margin-top: 15px;
}

.general img {
  max-width: 100%;
  height: auto;
}

.formular-returnare .status {
  color: #ff0000;
  display: none;
}

.formular-returnare label {
  margin-bottom: 5px;
}

.formular-returnare .motive {
  margin-bottom: 20px;
}

.formular_comanda select {
  margin-bottom: 20px;
}

.formular_comanda input {
  margin-bottom: 20px;
}

.formular_comanda .logo_gri {
  margin-bottom: 20px;
}

.formular_comanda input[name="website"] {
  display: none !important;
}

.formular_comanda input[type="submit"] {
  margin-bottom: 40px;
}

.formular_comanda input[type="submit"]:hover {
  background-color: #999;
  cursor: pointer !important;
}

.fancybox-close-small {
  z-index: 9999;
}

body, html {
  overflow-x: hidden;
}

.error-404 {
  text-align: center;
  width: 100vw;
  height: 100vh;
}

.error-404 h1,
.error-404 a:first-of-type {
  margin-bottom: 1em;
}

.error-404 h1 {
  text-transform: uppercase;
  margin-top: 0.5em;
}

.error-404 .btn {
  width: 100%;
  text-align: center;
  margin-top: 1em;
}

.error-404-container {
  background: white;
  padding: 2em;
  margin: 1em auto;
  max-width: 30em;
}

@media (min-width: 768px) {
  .error-404-container {
    margin: 0 auto;
  }
}

.error-404 .flex-parent {
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .error-404 .flex-parent {
    max-width: 30em;
    background: white;
  }
}

@media (min-width: 960px) {
  .error-404 .flex-parent {
    max-width: 20em;
  }
}

.error-404 .col {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

.account .col-aside,
.account .col-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 960px) {
  .account .col-content {
    padding-left: 3em;
  }
}

.account .flex-with-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .account .flex-with-col {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}

.account .flex-with-col .flex-with-col {
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
}

.account aside {
  margin-bottom: 2em;
}

.account aside li {
  margin-top: .25em;
}

.account aside li:first-child {
  margin-top: 0;
}

.account aside li.is-active a {
  background-color: rgba(0, 0, 0, 0.2);
}

.account aside li.is-active a:after {
  opacity: 1;
}

@media (min-width: 960px) {
  .account aside li:hover a {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .account aside li:hover a:after {
    opacity: 1;
  }
}

.account aside a {
  display: block;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  position: relative;
}

.account aside a:after {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/sageata-dreapta-neagra.svg) no-repeat center;
  background-size: 1em 1em;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.35;
}

.account-content {
  margin-bottom: 2em;
}

@media (min-width: 768px) {
  .account-content.smaller {
    max-width: 90%;
  }
}

@media (min-width: 960px) {
  .account-content.smaller {
    max-width: 80%;
  }
}

@media (min-width: 1440px) {
  .account-content.smaller {
    max-width: 70%;
  }
}

.account-home .account-content a {
  text-decoration: underline;
}

@media (min-width: 1440px) {
  .account-orders .account-content {
    max-width: 90%;
  }
}

.account-orders .account-content a {
  display: block;
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s, -webkit-box-shadow .2s;
}

@media (min-width: 960px) {
  .account-orders .account-content a:hover {
    -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2);
  }
  .account-orders .account-content a:hover .btn {
    background: orange;
    color: white;
  }
  .account-orders .account-content a:hover .btn:after {
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/sageata-dreapta-alba.svg) no-repeat center;
    background-size: 0.8em 0.8em;
  }
}

.account-orders .account-content small,
.account-orders .account-content strong {
  display: block;
  margin-bottom: .5em;
}

.account-orders .account-content .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.account-orders .account-content .col:nth-of-type(1) {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .account-orders .account-content .col:nth-of-type(1) {
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
    max-width: initial;
    width: initial;
  }
}

.account-orders .account-content .col:nth-of-type(2),
.account-orders .account-content .col:nth-of-type(3),
.account-orders .account-content .col:nth-of-type(4),
.account-orders .account-content .col:nth-of-type(5) {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}

@media (min-width: 768px) {
  .account-orders .account-content .col:nth-of-type(2),
  .account-orders .account-content .col:nth-of-type(3),
  .account-orders .account-content .col:nth-of-type(4),
  .account-orders .account-content .col:nth-of-type(5) {
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
    max-width: initial;
    width: initial;
  }
}

@media (min-width: 768px) {
  .account-orders .account-content .col:nth-of-type(4) {
    display: none;
  }
}

@media (min-width: 1170px) {
  .account-orders .account-content .col:nth-of-type(4) {
    display: block;
  }
}

.account-orders .account-content .col:last-of-type {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  margin-top: 1em;
}

@media (min-width: 768px) {
  .account-orders .account-content .col:last-of-type {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 1440px) {
  .account-orders .account-content .col:last-of-type {
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
    max-width: initial;
    width: initial;
  }
}

@media (min-width: 480px) {
  .account-orders .account-content .col:last-of-type .btn {
    text-align: center;
  }
}

.account-orders .account-content li {
  margin-top: 1em;
}

.account-orders .account-content li:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .account-order .account-content {
    max-width: 100%;
  }
}

@media (min-width: 1170px) {
  .account-order .account-content {
    max-width: 80%;
  }
}

.account-order .account-content img {
  max-width: 60px;
}

@media (min-width: 768px) {
  .account-order .account-content img {
    max-width: 100px;
  }
}

@media (min-width: 960px) {
  .account-order .account-content img {
    max-width: 60px;
  }
}

.account-order .account-content strong {
  display: block;
  margin-bottom: 1.5em;
}

@media (min-width: 768px) {
  .account-order .account-content strong {
    margin-bottom: 2em;
  }
}

@media (min-width: 960px) {
  .account-order .account-content strong {
    margin-bottom: 3em;
  }
}

.account-order .account-content ul li {
  position: relative;
  padding: 1em 1em 1em calc(60px + 1em + 1em);
}

@media (min-width: 768px) {
  .account-order .account-content ul li {
    padding: 1em 1em 1em calc(100px + 1em + 1em);
    min-height: calc(70px /*(imagine)*/ + 1em + 1em);
  }
}

@media (min-width: 960px) {
  .account-order .account-content ul li {
    min-height: auto;
    padding: 1em;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.account-order .account-content ul li strong {
  display: block;
  margin-bottom: 0;
}

.account-order .account-content ul li:nth-child(2n) {
  background: white;
}

.account-order .account-content ul li a:first-of-type {
  position: absolute;
  top: 1em;
  left: 1em;
}

@media (min-width: 960px) {
  .account-order .account-content ul li a:first-of-type {
    position: initial;
    top: initial;
    left: initial;
  }
}

.account-order .account-content ul li a:last-of-type {
  margin-bottom: .5em;
  margin-top: -0.25em;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 960px) {
  .account-order .account-content ul li a:last-of-type {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%;
    margin-left: 1em;
  }
}

@media (min-width: 1170px) {
  .account-order .account-content ul li a:last-of-type strong {
    display: inline-block;
  }
}

.account-order .account-content ul li del {
  margin: 0 1em;
}

@media (min-width: 960px) {
  .account-order .account-content .account-order-total {
    margin-top: 1em;
    max-width: 50%;
  }
}

@media (min-width: 1170px) {
  .account-order .account-content .account-order-total {
    margin-top: 2em;
  }
}

.account-order .account-content .account-order-total li {
  padding: 1em;
  min-height: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.account-details .account-content small {
  display: block;
  margin: 1em 0;
}

.account-details .account-content h2:last-of-type {
  margin-top: 1em;
}

.account-details form div:last-of-type {
  margin-top: 2em;
}

.account-addresses .account-content strong {
  display: block;
  margin-bottom: 1em;
}

@media (min-width: 1170px) {
  .account-addresses .account-content strong {
    margin-bottom: 1.5em;
  }
}

.account-addresses .account-content .btn {
  margin: 2em 0 0;
}

.account-addresses .account-content .col {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .account-addresses .account-content .col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}

.account-addresses .account-content .col:first-of-type {
  margin-bottom: 1.5em;
}

@media (min-width: 1170px) {
  .account-addresses .account-content .col:first-of-type {
    margin-bottom: 0;
  }
}

.account-change-address .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.account-change-address h2 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 960px) {
  .account-change-address input,
  .account-change-address select {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }
}

.account-change-address label {
  margin-bottom: 5px;
}

.account-change-address select {
  min-width: 100%;
}

.account-change-address .btn {
  margin-top: 1em;
}

.account .wc-item-meta li {
  padding: 0 !important;
}

.account .wc-item-meta li .wc-item-meta-label {
  display: none !important;
}

.login .status {
  color: #ff0000;
  display: none;
}

.register .status {
  color: #ff0000;
  display: none;
}

.register small.small {
  color: #ff0000;
  display: none;
}

.woocommerce-notices-wrapper {
  margin-bottom: 25px;
}

.woocommerce-notices-wrapper .woocommerce-error li {
  color: #ff0000;
}

.woocommerce-notices-wrapper:empty {
  display: none;
}

#my-menu:not(.mm-menu) {
  display: none;
}

.swiper-product-vertical {
  height: calc(70px * 5 + 10px * 4);
}

.swiper-product-vertical a {
  width: 100px;
  display: block;
}

.swiper-product-big {
  max-width: 690px;
}

.header {
  position: relative;
  z-index: 3;
}

.header-burger {
  display: block;
  width: 2em;
  margin-right: .9em;
}

@media (min-width: 480px) {
  .header-burger {
    margin-right: 2em;
  }
}

@media (min-width: 960px) {
  .header-burger {
    display: none;
  }
}

.header-burger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #727272;
  margin-top: 5px;
}

.header-burger span:first-child {
  margin-top: 0;
}

.header-logo {
  max-width: 5.5em;
}

@media (min-width: 640px) {
  .header-logo {
    max-width: 7em;
  }
}

@media (min-width: 768px) {
  .header-logo {
    max-width: 8em;
  }
}

.header-logo img {
  display: block;
  width: 100%;
}

.header-search.with-icon.with-button {
  margin-left: 1.5em;
}

@media (min-width: 960px) {
  .header-search.with-icon.with-button {
    margin-left: 3em;
  }
}

@media (min-width: 768px) {
  .header-search.with-icon.with-button input {
    max-width: 12em;
  }
}

@media (min-width: 1440px) {
  .header-search.with-icon.with-button input {
    min-width: 20em;
    max-width: 20em;
  }
}

.header-search.with-icon.with-button button {
  right: 2em;
}

.header-search-responsive {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 2;
  height: 100%;
}

@media (min-width: 960px) {
  .header-search-responsive {
    display: none !important;
  }
}

.header-search-responsive .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.header-search-responsive .input {
  width: 100%;
  padding: .5em;
}

.header-search-responsive input {
  background: white;
  border: 0;
}

.header-search-responsive .icon-close {
  position: absolute;
  top: 50%;
  right: 2.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

@media (min-width: 1170px) {
  .header-phone i {
    margin-right: .75em;
  }
}

.header-phone-divider {
  display: none;
  margin: 0 1em;
  opacity: 0.3;
}

@media (min-width: 1440px) {
  .header-phone-divider {
    display: inline-block;
  }
}

.header-phone-alternative {
  display: none;
}

@media (min-width: 1440px) {
  .header-phone-alternative {
    display: inline-block;
  }
}

.header-top {
  position: relative;
  z-index: 2;
}

.header-top-flex {
  min-height: 3.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 640px) {
  .header-top-flex {
    min-height: 4em;
  }
}

.header-top-left .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-top-right {
  min-width: 8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 640px) {
  .header-top-right {
    min-width: 10em;
  }
}

@media (min-width: 768px) {
  .header-top-right {
    min-width: 20em;
  }
}

@media (min-width: 960px) {
  .header-top-right {
    min-width: 33em;
  }
}

@media (min-width: 1170px) {
  .header-top-right {
    min-width: 45em;
  }
}

.header-top nav {
  display: none;
  text-transform: capitalize;
}

.header-top nav:before, .header-top nav:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}

.header-top nav:after {
  clear: both;
}

.header-top nav li {
  float: left;
  margin-left: 1em;
}

.header-top nav li:first-child {
  margin: 0;
}

@media (min-width: 960px) {
  .header-top nav {
    display: block;
    margin-right: 3em;
  }
}

@media (min-width: 1170px) {
  .header-top nav:before, .header-top nav:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table;
  }
  .header-top nav:after {
    clear: both;
  }
  .header-top nav li {
    float: left;
    margin-left: 3em;
  }
  .header-top nav li:first-child {
    margin: 0;
  }
}

.header-top nav li:last-of-type {
  display: none;
}

@media (min-width: 1170px) {
  .header-top nav li:last-of-type {
    display: block;
  }
}

.header-top nav li:last-of-type a {
  position: relative;
}

.header-top nav li:last-of-type a span {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  background: orange;
  font-size: 70%;
  font-weight: 600;
  padding: .4em;
  border-radius: 5px;
  line-height: 1;
  -webkit-transform: translateX(100%) translateY(-50%);
          transform: translateX(100%) translateY(-50%);
}

.header-top .white-shadow h6 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  text-align: center;
}

.header-top .white-shadow button,
.header-top .white-shadow .btn {
  width: 100%;
  margin-top: 1em;
  text-align: center;
}

.header-user-dropdown, .header-basket-dropdown {
  position: relative;
}

.header-user-dropdown-login, .header-user-dropdown-register, .header-user-dropdown-links {
  display: none;
  position: absolute;
  top: 2em;
  right: -4em;
  z-index: 2;
  min-width: 18em;
}

@media (min-width: 640px) {
  .header-user-dropdown-login, .header-user-dropdown-register, .header-user-dropdown-links {
    min-width: 25em;
    right: -2em;
  }
}

@media (min-width: 768px) {
  .header-user-dropdown-login, .header-user-dropdown-register, .header-user-dropdown-links {
    min-width: 30em;
    right: 0;
  }
}

.header-user-dropdown-login form {
  text-align: center;
}

.header-user-dropdown-login label {
  display: block;
  text-align: left;
}

.header-user-dropdown-login label:last-of-type {
  margin-top: 0.5em;
}

.header-user-dropdown-login .link {
  margin-top: 1em;
}

.header-user-dropdown-register {
  text-align: center;
}

.header-user-dropdown-register.white-shadow h6 {
  border: 0;
  padding-bottom: 0;
}

.header-user-dropdown-register .icon-user {
  display: inline-block;
  width: 4em;
  height: 4em;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/utilizator-cerc.svg) no-repeat center;
  background-size: 4em 4em;
  margin-bottom: 1em;
}

.header-user-dropdown-register p {
  font-size: 85%;
  color: #585858;
}

@media (min-width: 640px) {
  .header-user-dropdown-register p {
    width: 85%;
    margin: 0 auto 1.5em;
  }
}

.header-user-dropdown-links img {
  display: block;
  width: 150px;
  margin-right: 20px;
  opacity: .3;
}

.header-user-dropdown-links .flex {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-bottom: 1em;
}

@media (min-width: 640px) {
  .header-user-dropdown-links .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header-user-dropdown-links li {
  padding: .5em 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.header-user-dropdown-links li:first-of-type {
  border: 0;
  padding-top: 0;
}

.header-user-dropdown-links-user {
  min-width: 150px;
  max-width: 100%;
}

.header-user-dropdown-links-user a {
  font-size: 90%;
  word-break: break-all;
  margin-top: 0.5em;
}

@media (min-width: 960px) {
  .header-user-dropdown {
    margin: 0 1em;
  }
}

.header-basket-dropdown-empty, .header-basket-dropdown-full {
  display: none;
  position: absolute;
  top: 2em;
  right: -.5em;
  z-index: 2;
  min-width: 18em;
}

@media (min-width: 640px) {
  .header-basket-dropdown-empty, .header-basket-dropdown-full {
    min-width: 25em;
    right: 0;
  }
}

@media (min-width: 768px) {
  .header-basket-dropdown-empty, .header-basket-dropdown-full {
    min-width: 30em;
  }
}

.header-basket-dropdown-trigger {
  position: relative;
}

.header-basket-dropdown-trigger span {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  background: orange;
  font-size: 70%;
  font-weight: 600;
  padding: .4em 0;
  vertical-align: middle;
  text-align: center;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  line-height: 0.8;
  -webkit-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
}

.header-basket-dropdown-empty {
  display: none;
}

.header-basket-dropdown-empty p {
  text-align: center;
}

.header-basket-dropdown-full {
  display: none;
}

.header-basket-dropdown-full .basket-small-total {
  margin-top: 1em;
}

.header-bottom {
  position: relative;
  z-index: 1;
}

.header-bottom .flex-parent {
  height: 2.2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 640px) {
  .header-bottom .flex-parent {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header-bottom .col-left {
  display: none;
}

@media (min-width: 640px) {
  .header-bottom .col-left {
    display: block;
  }
}

@media (min-width: 640px) {
  .header-bottom .col-left .parent-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 15em;
  }
}

@media (min-width: 960px) {
  .header-bottom .col-left .parent-list {
    min-width: 25em;
    margin-left: 20px;
  }
}

@media (min-width: 960px) {
  .header-bottom .col-left .parent-list {
    min-width: 30em;
  }
}

.header-bottom .col-left .parent-list li:first-of-type {
  display: none;
}

@media (min-width: 960px) {
  .header-bottom .col-left .parent-list li:first-of-type {
    display: block;
  }
}

@media (min-width: 1071px) {
  .header-bottom .col-left .parent-list {
    min-width: 58em;
  }
}

.header-bottom .col-left .header-menu {
  display: none;
  position: absolute;
  top: 2.2em;
  left: 15px;
  width: calc(100% - 30px);
  padding: 0;
  overflow: hidden;
}

@media (min-width: 1600px) {
  .header-bottom .col-left .header-menu {
    left: 0;
    width: 100%;
  }
}

.header-bottom .col-left .header-menu-trigger {
  position: relative;
}

.header-bottom .col-left .header-menu-trigger:after {
  content: "";
  display: block;
  position: absolute;
  top: -.4em;
  left: -20px;
  width: calc(100% + 40px);
  height: 2.2em;
  background: rgba(0, 0, 0, 0.1);
}

.header-bottom .col-left .header-menu-trigger i {
  margin-right: 1em;
}

.header-bottom .col-left .header-menu-category {
  padding: 1.5em 0 1.5em 1.5em;
  height: 100%;
}

.header-bottom .col-left .header-menu-category ul {
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.header-bottom .col-left .header-menu-category li {
  margin-top: .75em;
}

.header-bottom .col-left .header-menu-category li:first-of-type {
  margin-top: 0;
}

.header-bottom .col-left .header-menu-category a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 90%;
  letter-spacing: .02em;
  padding-left: 40px;
  text-indent: -40px;
  display: inline-block;
  width: 100%;
  position: relative;
}

.header-bottom .col-left .header-menu-category i {
  vertical-align: middle;
  margin-right: 1em;
}

.header-bottom .col-left .header-menu-subcategory {
  display: none;
  margin-right: -15px;
  padding: 1.5em 40% 1.5em 1em;
  height: 100%;
  position: relative;
}

@media (min-width: 1440px) {
  .header-bottom .col-left .header-menu-subcategory {
    padding-left: 2em;
    padding-right: 40%;
  }
}

.header-bottom .col-left .header-menu-subcategory.active {
  display: block;
}

.header-bottom .col-left .header-menu-subcategory ul {
  margin-left: -1em;
  position: relative;
  z-index: 1;
}

.header-bottom .col-left .header-menu-subcategory ul.sub-subcategory {
  display: none;
  position: absolute;
  top: 0px;
  left: 50%;
}
.header-bottom .col-left .header-menu-subcategory ul.sub-subcategory.active {
  display: block;
}

.menu-arrow {
  border: solid #333;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  right: 15px;
  float: right;
  top: 50%;
  margin-top: -6px;
}

.header-bottom .col-left .header-menu-subcategory li {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  padding: .2em .2em .2em 1em;
}

.header-bottom .col-left .header-menu-subcategory li a.parent {
  display: inline-block;
  width: 45%;
  position: relative;
}

.header-bottom .col-left .header-menu-subcategory-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 35%;
  height: 100%;
  z-index: 0;
}

@media (min-width: 1440px) {
  .header-bottom .col-left .header-menu-subcategory-background {
    width: 45%;
  }
}

.header-bottom .col-left .header-menu-subcategory-background:before {
  content: "";
  display: block;
  width: 200px;
  height: 200%;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-50%) translateY(-20%);
          transform: translateX(-50%) translateY(-20%);
  filter: blur(30px);
  -webkit-filter: blur(30px);
}

.header-bottom .col-left .header-menu .flex-with-col {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.header-bottom .col-left .header-menu .col:first-of-type {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  width: 25%;
}

/*@media (min-width: 1170px) {
  .header-bottom .col-left .header-menu .col:first-of-type {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
    width: 20%;
  }
}*/

.header-bottom .col-left .header-menu .col:last-of-type {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
  width: 75%;
}

@media (min-width: 1170px) {
  .header-bottom .col-left .header-menu .col:last-of-type {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%;
    width: 80%;
  }
}

.header-bottom .col-right {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 640px) {
  .header-bottom .col-right {
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
    max-width: initial;
    width: initial;
  }
}

.header-bottom .col-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-bottom .col-right .icon {
  margin-right: .5em;
}

@media (min-width: 640px) {
  .header-bottom .col-right .parent-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 13em;
  }
}

.header #menu-item-28132 {
  display: none;
}

@media (max-width: 1070px) {
  .header #menu-item-253 {
    display: none;
  }
}

.header-user-dropdown-login .header-user-dropdown-register {
  display: block;
  position: static;
  margin-top: 20px;
}

.header-user-dropdown-login .status {
  margin: 20px 0 10px 0;
  color: #ff0000;
  display: none;
}

footer {
  padding: 2em 0;
  margin-top: 2em;
}

@media (min-width: 768px) {
  footer {
    margin-top: 3em;
  }
}

@media (min-width: 960px) {
  footer {
    margin-top: 4em;
  }
}

@media (min-width: 960px) {
  footer {
    padding: 3em 0;
  }
}

footer .footer-logo {
  margin-bottom: 2em;
}

footer .footer-logo img {
  min-width: 9em;
}

footer h4 {
  margin-bottom: 1.5em;
}

footer .four .col:nth-of-type(1) {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  text-align: center;
}

@media (min-width: 480px) {
  footer .four .col:nth-of-type(1) {
    text-align: left;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}

footer .four .col:nth-of-type(1) ul {
  margin-bottom: 2em;
}

@media (min-width: 480px) {
  footer .four .col:nth-of-type(1) ul {
    margin-bottom: 0;
  }
}

footer .four .col:nth-of-type(1) li {
  display: inline-block;
  margin-left: .5em;
}

@media (min-width: 960px) {
  footer .four .col:nth-of-type(1) li {
    margin-left: 0.75em;
  }
}

footer .four .col:nth-of-type(1) li:first-child {
  margin: 0;
}

footer .four .col:nth-of-type(2) {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 480px) {
  footer .four .col:nth-of-type(2) {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}

footer .four .col:nth-of-type(2) h4 {
  display: none;
}

@media (min-width: 480px) {
  footer .four .col:nth-of-type(2) h4 {
    display: block;
  }
}

footer .four .col:nth-of-type(2) ul {
  text-align: center;
}

@media (min-width: 480px) {
  footer .four .col:nth-of-type(2) ul {
    text-align: left;
  }
}

footer .four .col:nth-of-type(2) ul li,
footer .four .col:nth-of-type(3) ul li,
footer .four .col:nth-of-type(4) ul li {
  float: none;
  margin-left: 0;
  margin-top: 0.35em;
}

footer .four .col:nth-of-type(2) ul li:first-child,
footer .four .col:nth-of-type(3) ul li:first-child,
footer .four .col:nth-of-type(4) ul li:first-child {
  margin: 0;
}

footer .four .col:nth-of-type(3),
footer .four .col:nth-of-type(4) {
  display: none;
}

@media (min-width: 480px) {
  footer .four .col:nth-of-type(3),
  footer .four .col:nth-of-type(4) {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%;
    display: block;
    margin-top: 1.5em;
  }
}

@media (min-width: 768px) {
  footer .four .col:nth-of-type(3),
  footer .four .col:nth-of-type(4) {
    margin-top: 0;
  }
}

footer .four .col:nth-of-type(4) img {
  min-width: 9em;
}

footer .four .col:nth-of-type(4) li:first-of-type {
  margin-bottom: 1em !important;
}

@media (min-width: 768px) {
  footer .four .col:nth-of-type(1),
  footer .four .col:nth-of-type(2),
  footer .four .col:nth-of-type(3),
  footer .four .col:nth-of-type(4) {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    width: 25%;
  }
}

footer .two {
  margin-top: 1.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  footer .two {
    margin-top: 3em;
  }
}

footer .two ul {
  font-size: 90%;
  text-align: center;
  margin-bottom: 1em;
}

@media (min-width: 640px) {
  footer .two ul {
    margin-bottom: 0;
    text-align: left;
    margin-left: -0.2em;
  }
}

@media (min-width: 1170px) {
  footer .two ul {
    font-size: 100%;
  }
}

footer .two li {
  display: inline-block;
  margin: .2em;
}

@media (min-width: 960px) {
  footer .two li {
    margin: 0 0.8em 0 0;
  }
  footer .two li:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1170px) {
  footer .two img {
    max-width: 30em;
  }
}

footer .two .col:nth-child(2) {
  text-align: center;
}

@media (min-width: 640px) {
  footer .two .col:nth-child(2) {
    text-align: right;
  }
}

.ui-tooltip {
  font-size: 11px !important;
  padding: 2px 5px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #333 !important;
}

.breadcrumbs {
  padding: 1em 0;
}

@media (min-width: 768px) {
  .breadcrumbs {
    padding: 1.5em 0;
  }
}

@media (min-width: 1170px) {
  .breadcrumbs {
    padding: 1.5em 0 2em;
  }
}

.breadcrumbs .breadcrumbs-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1em;
}

.breadcrumbs .breadcrumbs-wrap span {
  margin: .25em .4em;
}

.breadcrumbs .breadcrumbs-wrap span a {
  color: #333;
}

.breadcrumbs .breadcrumbs-wrap span:after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  right: -.4em;
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/sageata-dreapta-neagra.svg) no-repeat center;
  background-size: 0.6em 0.6em;
}

.breadcrumbs .breadcrumbs-wrap span:last-of-type {
  pointer-events: none;
  opacity: 0.5;
}

.breadcrumbs .breadcrumbs-wrap span:last-of-type:after {
  display: none;
}

.breadcrumbs .breadcrumbs-wrap .current-item {
  display: none;
}

.single-product .breadcrumbs-wrap [property="itemListElement"]:nth-child(2) {
  display: none;
}

.single-product .breadcrumbs-wrap [property="itemListElement"]:nth-last-child(2):after {
  display: none;
}

.navigation {
  text-align: center;
  margin: 2em 0 1em;
}

@media (min-width: 768px) {
  .navigation {
    text-align: right;
  }
}

.navigation span {
  vertical-align: middle;
  margin-right: 1em;
  display: none;
}

.navigation ul {
  display: inline-block;
  overflow: hidden;
  vertical-align: text-bottom;
}

.navigation ul li {
  float: left;
  margin-right: .75em;
}

.navigation ul li:last-of-type {
  margin-right: 0;
}

.navigation span.current {
  display: inline-block !important;
  border: 1px solid #A0A0A0;
  padding: 5px 8px;
  margin-right: 0;
}

.navigation .page-numbers {
  display: inline-block !important;
  margin-left: 1em;
  margin-right: 0;
}

.navigation .next {
  position: relative;
  top: -2px;
}

.navigation .prev {
  position: relative;
  top: -2px;
}

.navigation .woocommerce-ordering,
.navigation .woocommerce-ordering22 {
  display: inline-block;
  float: none;
  vertical-align: top;
  margin: 0;
}

.navigation .woocommerce-ordering select,
.navigation .woocommerce-ordering22 select {
  margin: 0;
}

.navigation .de-rezultate {
  display: block;
  float: left;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .navigation .de-rezultate {
    display: none;
  }
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.8);
  z-index: 3;
  color: white;
  text-align: center;
}

.white-shadow {
  background: white;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 1.5em;
}

@media (min-width: 960px) {
  .white-shadow {
    -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
  }
}

.white-shadow .icon-close {
  position: absolute;
  top: .6em;
  right: .6em;
}

.popup-ce-somiera .popup-wrapper {
  position: absolute;
  top: 30%;
  width: 664px;
  max-width: 100%;
  left: 50%;
  margin-left: -332px;
  border: 1px solid #fff;
  padding: 39px 39px 45px 39px;
  background-color: #000;
  border-radius: 10px;
}

.popup-ce-somiera .popup-wrapper h5 {
  font-size: 29px;
  line-height: 1.21;
  color: #fccf7c;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 21px;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .popup-ce-somiera .popup-wrapper h5 {
    font-size: 22px;
  }
}

.popup-ce-somiera .popup-wrapper p {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.67;
  margin: 0 0 21px 0;
}

@media (max-width: 767px) {
  .popup-ce-somiera .popup-wrapper p {
    font-size: 16px;
  }
  .popup-ce-somiera .popup-wrapper p br {
    display: none;
  }
}

.popup-ce-somiera .popup-wrapper .btn {
  width: 241px;
  display: block;
  height: 41px;
  background-color: #fccf7c;
  border-radius: 10px;
  text-transform: uppercase;
  color: #000;
  font-size: 15px;
  line-height: 41px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  padding: 0;
  margin: 0 auto;
}

.popup-ce-somiera .popup-wrapper .icon-close-svg {
  position: absolute;
  width: 13px;
  height: 13px;
  display: block;
  top: 15px;
  right: 15px;
}

.popup-ce-somiera .popup-wrapper .icon-close-svg img {
  width: 13px;
  height: 13px;
  display: block;
}

@media (max-width: 767px) {
  .popup-ce-somiera .popup-wrapper {
    width: 90%;
    left: 5%;
    margin-left: 0;
    max-width: none;
  }
}

@media (max-width: 767px) {
  .popup-ce-somiera {
    width: 100%;
  }
}

.input {
  position: relative;
}

.input.with-icon input {
  margin-bottom: 0;
  padding-left: calc(1.5em + .7em * 2 + .5em);
}

.input.with-icon i,
.input.with-icon button {
  position: absolute;
  display: block;
  border-style: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.input.with-icon i {
  left: 1em;
}

.input.with-icon button {
  font-size: 100%;
  border-radius: 0;
  background: none;
  padding: 0;
  margin: 0;
  right: 1em;
}

.input.with-icon button i {
  left: 0;
}

.input.with-button input {
  padding-left: 0.7em;
  padding-right: calc(.7em + 1.5em + .7em);
}

.product-no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-no input {
  min-width: 1em;
  max-width: 4em;
  margin: 0;
  border-radius: 0;
  border-right: 0;
  border-left: 0;
  text-align: center;
}

.product-no-icon {
  padding: .8em;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
  font-size: 90%;
  font-weight: 600;
  color: #333;
}

.product-no-icon.minus {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.product-no-icon.plus {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.label-with-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 1em 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.label-with-checkbox label {
  margin-left: 1em;
}

.stars {
  display: inline-block;
  vertical-align: text-bottom;
}

.stars li {
  display: inline-block;
  margin-left: .1em;
  line-height: 1;
}

.stars li:first-child {
  margin-left: 0;
}

.basket-small-product {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1em;
  margin-bottom: 1em;
  position: relative;
}

.basket-small-product:last-of-type {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.basket-small-product:last-of-type .icon-remove {
  top: 0;
}

.basket-small-product del {
  color: #585858;
  font-size: 90%;
}

@media (min-width: 640px) {
  .basket-small-product del {
    font-size: 95%;
  }
}

@media (min-width: 768px) {
  .basket-small-product del {
    font-size: 100%;
  }
}

.basket-small-product strong {
  display: block;
  font-size: 90%;
}

@media (min-width: 640px) {
  .basket-small-product strong {
    font-size: 95%;
  }
}

@media (min-width: 768px) {
  .basket-small-product strong {
    font-size: 100%;
  }
}

.basket-small-product img {
  display: block;
  max-width: 50px;
  margin-right: 1em;
}

@media (min-width: 768px) {
  .basket-small-product img {
    margin-right: 1.5em;
  }
}

.basket-small-product .icon-remove {
  position: absolute;
  top: 1em;
  right: 0;
  opacity: .5;
}

.basket-small-product .flex {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.basket-small-product-details {
  padding-right: 2.5em;
}

.basket-small-product-details small {
  display: block;
  margin: .5em 0 1em;
}

.basket-small-product-details button {
  width: inherit !important;
  margin-top: 0 !important;
}

.basket-small-product-details .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 640px) {
  .basket-small-product-details .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .basket-small-product-details .flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.basket-small-product-details-pricing {
  margin-top: 1em;
  width: 100%;
}

.basket-small-product-details-pricing strong {
  display: inline-block;
  margin-left: 1em;
}

@media (min-width: 768px) {
  .basket-small-product-details-pricing {
    margin-top: 0;
    width: auto;
  }
}

.basket-small-total .white-shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.basket-small-total .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.basket-small-total li {
  opacity: .6;
}

.basket-small-total li:last-of-type {
  opacity: 1;
  font-size: 150%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: .5em;
  padding-top: 0.5em;
}

.basket-big-product {
  margin-top: 1em;
  position: relative;
}

.basket-big-product .icon-remove {
  position: absolute;
  top: .7em;
  right: .7em;
  opacity: 0.5;
}

@media (min-width: 960px) {
  .basket-big-product .icon-remove {
    top: 2.2em;
    right: 1.5em;
  }
}

.basket-big-product img {
  max-width: 20vw;
  height: auto;
}

@media (min-width: 640px) {
  .basket-big-product img {
    max-width: 65px;
  }
}

@media (min-width: 768px) {
  .basket-big-product img {
    position: absolute;
    top: 1.5em;
    left: 1.5em;
  }
}

@media (min-width: 960px) {
  .basket-big-product img {
    max-width: 80px;
  }
}

.basket-big-product .col {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .basket-big-product .col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .basket-big-product .col:first-of-type {
    padding-left: calc(15px + 65px + 1.5em);
  }
}

@media (min-width: 960px) {
  .basket-big-product .col:first-of-type {
    min-height: 55px;
    padding-left: calc(15px + 80px + 1.5em);
  }
}

.basket-big-product .col:first-of-type .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 640px) {
  .basket-big-product .col:first-of-type .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 768px) {
  .basket-big-product .col:first-of-type .flex {
    display: block;
  }
}

.basket-big-product .col:first-of-type .flex a {
  display: inline;
}

.basket-big-product .col:first-of-type strong {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  max-width: 65%;
  width: 65%;
}

@media (min-width: 640px) {
  .basket-big-product .col:first-of-type strong {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%;
    width: 70%;
    padding-left: 1.5em;
  }
}

@media (min-width: 768px) {
  .basket-big-product .col:first-of-type strong {
    margin: -.2em 0 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
    display: block;
  }
}

.basket-big-product .col:first-of-type small {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  margin: 1em 0;
}

@media (min-width: 640px) {
  .basket-big-product .col:first-of-type small {
    -ms-flex-preferred-size: calc(100% - 70% - 65px);
        flex-basis: calc(100% - 70% - 65px);
    max-width: calc(100% - 70% - 65px);
    width: calc(100% - 70% - 65px);
    text-align: right;
  }
}

@media (min-width: 768px) {
  .basket-big-product .col:first-of-type small {
    display: block;
    margin-left: 0;
    text-align: left;
    margin-top: 0.5em;
    max-width: 100%;
    width: auto;
    margin-bottom: 0;
  }
}

@media (min-width: 640px) {
  .basket-big-product .col:last-of-type {
    margin-top: 1em;
  }
}

@media (min-width: 768px) {
  .basket-big-product .col:last-of-type {
    margin-top: 0;
  }
}

@media (min-width: 960px) {
  .basket-big-product .col:last-of-type {
    padding-right: calc(1.5em + 1.5em + 15px);
  }
}

.basket-big-product .col:last-of-type .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 480px) {
  .basket-big-product .col:last-of-type .flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .basket-big-product .col:last-of-type .flex .update {
    margin-left: 1em;
  }
}

@media (min-width: 480px) and (min-width: 480px) {
  .basket-big-product .col:last-of-type .flex .update {
    margin-left: 2em;
  }
}

@media (min-width: 480px) and (min-width: 768px) {
  .basket-big-product .col:last-of-type .flex .update {
    margin-left: .5em;
  }
}

@media (min-width: 768px) {
  .basket-big-product .col:last-of-type .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.basket-big-product .col:last-of-type del,
.basket-big-product .col:last-of-type strong {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  text-align: right;
}

@media (min-width: 768px) {
  .basket-big-product .col:last-of-type del,
  .basket-big-product .col:last-of-type strong {
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
    max-width: initial;
    width: initial;
  }
}

.basket-big-product .col:last-of-type del {
  color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
  .basket-big-product .col:last-of-type del {
    display: none;
  }
}

@media (min-width: 960px) {
  .basket-big-product .col:last-of-type del {
    display: block;
  }
}

.product-small {
  position: relative;
  padding: 0 0 2em;
  overflow: hidden;
  margin-top: 2.2em;
}

.product-small h2, .product-small h4 {
  font-size: 1em;
  padding: 0 .5em;
  text-align: center;
  margin: 1em 0 .35em;
}

@media (min-width: 768px) {
  .product-small h2, .product-small h4 {
    padding: 0 1em;
    height: 3em;
    overflow: hidden;
  }
}

.product-small-img {
  display: block;
}

.product-small-img img {
  width: 100%;
}

.product-small strong, .product-small del {
  display: block;
  margin-top: 0.5em;
  text-align: center;
}

.product-small del {
  margin-top: 1em;
  opacity: 0.5;
}

.product-small strong {
  font-size: 120%;
  color: #585858;
  line-height: 1;
}

.product-small-rating {
  text-align: center;
}

.product-small-rating-no {
  display: inline-block;
  font-size: 80%;
  vertical-align: middle;
  margin-left: .75em;
  margin-top: 0.1em;
}

.product-small-rating-no strong {
  display: inline-block;
  line-height: initial;
  margin-top: 0;
}

.product-small .discount {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 80px;
  background: orange;
  -webkit-transform: rotate(45deg) translate(35px, -70px);
          transform: rotate(45deg) translate(35px, -70px);
}

.product-small .discount strong {
  color: white;
  display: block;
  width: 3.5em;
  line-height: 1;
  -webkit-transform: rotate(-45deg) translateY(90px) translateX(25px);
          transform: rotate(-45deg) translateY(90px) translateX(25px);
  text-transform: uppercase;
  text-indent: 0;
  text-align: center;
  margin: 0;
}

@media (min-width: 960px) {
  .product-small .discount strong {
    -webkit-transform: rotate(-45deg) translateY(85px) translateX(20px);
            transform: rotate(-45deg) translateY(85px) translateX(20px);
  }
}

@media (max-width: 767px) {
  .product .product-hero-slider-main {
    margin-bottom: 20px;
  }
}

.product .help-chat {
  overflow: hidden;
  margin: 1em auto 0 auto;
  padding: .5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
  max-width: 100%;
}

.product .help-chat .left {
  border: 1px solid #ccc;
  position: relative;
  padding: 5px 5px 5px 25px;
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  max-width: 55%;
  width: 55%;
}

.product .help-chat .left i {
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/images/phone_blue.svg);
  background-color: #fff;
  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 .help-chat .left .txt-info span {
  font-size: .75em;
}

.product .help-chat .left .txt-info strong a {
  font-size: 1.125em;
}

.product .help-chat .right {
  padding: 1em;
  font-size: .875em;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  max-width: 45%;
  width: 45%;
}

.product .help-chat .right a {
  display: inline-block;
}

.product .help-chat .right a span {
  line-height: 1.2em;
}

.product .help-chat .right a span strong {
  font-size: 1.25em;
}

.product .trigger-360 {
  text-align: center;
  max-width: 100%;
}

.product .trigger-360 a {
  display: inline-block;
  border: 1px solid #585858;
  padding: 10px 15px 10px 15px;
}

.product .trigger-360 a img {
  margin-right: 10px;
  width: 30px;
}

@media (max-width: 767px) {
  .product .trigger-360 {
    margin-top: 25px;
  }
}

.product .trigger-video {
  text-align: center;
  max-width: 100%;
}

.product .trigger-video a {
  display: inline-block;
  border: 1px solid #585858;
  padding: 10px 15px 10px 15px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  transform: scale(1);
  animation: pulse-black 2s infinite;
}

@keyframes pulse-black {
  0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  }
  
  70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  
  100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.product .trigger-video a img {
  margin-right: 10px;
  width: 30px;
}

@media (max-width: 767px) {
  .product .trigger-video {
    margin-top: 25px;
  }
}

.product .cod-produs {
  margin-bottom: 1em;
}

.product .trigger-360-many {
  text-align: center;
}

.product .trigger-360-many .trigger-360-select {
  height: 52px;
  display: inline-block;
  border: 1px solid #585858;
  padding: 10px 15px 10px 0;
  text-indent: 60px;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  background-image: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/png/fa-arrows2.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 30px 30px;
}

.product .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.product .montaj-video-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .product .montaj-video-boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product .video-box {
  margin-bottom: 40px;
  width: 49%;
  max-width: 49%;
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}

.product .video-box:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .product .video-box {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.product .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#modal-360 {
  display: none;
}

#modal-360 .modal-inner {
  width: 666px;
  max-width: 100%;
}

.modal-360-loop {
  display: none;
}

.modal-360-loop .modal-inner {
  width: 666px;
  max-width: 100%;
}

/*.product-hero-details-benefits p:last-child {
  text-align: center;
}*/

.product-hero-details-benefits p:last-child img {
  height: 32px;
  width: auto;
}

.comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1em;
}

.comment:first-of-type {
  margin-top: 0;
}

.comment .icon-user {
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/utilizator-cerc.svg) no-repeat center;
  background-size: 2em 2em;
  -ms-flex-preferred-size: 2em;
      flex-basis: 2em;
  max-width: 2em;
  width: 2em;
}

@media (min-width: 960px) {
  .comment .icon-user {
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/utilizator-cerc.svg) no-repeat center;
    background-size: 2.2em 2.2em;
    -ms-flex-preferred-size: 2.5em;
        flex-basis: 2.5em;
    max-width: 2.5em;
    width: 2.5em;
  }
}

.comment-content {
  -ms-flex-preferred-size: calc(100% - 2em - 1em);
      flex-basis: calc(100% - 2em - 1em);
  max-width: calc(100% - 2em - 1em);
  width: calc(100% - 2em - 1em);
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 1em;
  padding: 1em;
}

@media (min-width: 960px) {
  .comment-content {
    -ms-flex-preferred-size: calc(100% - 2.5em - 1.75em);
        flex-basis: calc(100% - 2.5em - 1.75em);
    max-width: calc(100% - 2.5em - 1.75em);
    width: calc(100% - 2.5em - 1.75em);
    margin-left: 1.5em;
  }
}

.comment-content-title strong,
.comment-content-title small {
  font-size: 90%;
  vertical-align: middle;
}

.comment-content-title small {
  color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
  .comment-content-title .flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.comment-content-title .comment-reply {
  font-size: 90%;
}

@media (min-width: 960px) {
  .comment-content-title .comment-reply:hover {
    text-decoration: underline;
  }
}

.comment-content p {
  font-size: 80%;
  margin: 1.25em 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .comment-content p {
    font-size: 90%;
  }
}

@media (min-width: 960px) {
  .comment-content p {
    font-size: 100%;
    color: #585858;
  }
}

@media (min-width: 480px) {
  .comment-blog .flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.comments h5 {
  margin-top: 1em;
}

@media (min-width: 768px) {
  .comments h5 {
    margin-top: 0;
  }
}

@media (min-width: 960px) {
  .comments .navigation {
    max-width: 85%;
  }
}

.info {
  position: relative;
  background: rgba(0, 0, 0, 0.05);
  padding: 1em 1em 1em 2.8em;
  display: block;
  border-radius: 5px;
  font-size: 90%;
}

@media (min-width: 768px) {
  .info {
    font-size: 95%;
  }
}

@media (min-width: 1170px) {
  .info {
    font-size: 100%;
  }
}

.info .icon {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 1em;
}

.wc-backward {
  color: orange;
}
/*# sourceMappingURL=style.css.map */#cookie-notice .cn-button {
    padding: 0 !important;
}

.woocommerce-checkout .woocommerce-info:before {
    display: none;
}

.woocommerce-checkout .woocommerce-info {
    padding-left: 1.5em;
}

.widgettitle {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding-bottom: 5px;
}

.widget {
    margin-bottom: 1em;
}

.header #menu-item-30394 {
    visibility: hidden;
}

.swiper-home .index-hero-category-background {
    -webkit-background-size: contain;
    background-size: contain;
    position: relative;
    z-index: 2;
}

.index-hero-category:hover .index-hero-category-border {
    border: 10px solid orange;
}

.index-hero-category-background .inner-slide-wrap {
    text-align: center;
    display: inline-block;
    position: absolute;
    bottom: 3.8em;
    left: 5.5em;
    z-index: 2;
    background: rgba(255, 255, 255, .9);
    padding: 0.5em 0.8em 0.9em 0.8em;
    border: 1px solid rgba(0, 0, 0, .05);
}

.index-hero-category-background .inner-slide-wrap .inner-slide-reduceri {
    text-transform: uppercase;
    letter-spacing: 0.5em;
    color: orange;
    font-size: 80%;
}

.index-hero-category-background .inner-slide-wrap strong {
    font-size: 3em;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
    color: orange;
}

.index-hero-category-background .inner-slide-wrap .inner-slide-text {
    max-width: 26em;
    font-size: 80%;
    display: inline-block;
    opacity: .7;
}

.index-hero-category-background .inner-slide-wrap i {
    background: #FF9800;
    padding: 0.5em 1em;
    display: inline-block;
    margin-top: 1em;
    border-radius: 5px;
    color: white;
}

.index-hero-category-border {
    z-index: 2;
}

.index-hero .primary .home-prev,
.index-hero .primary .home-next {
    color: orange;
    opacity: 0.5;
}

/*.index-hero .primary .home-prev {
    left: 30px;
}

.index-hero .primary .home-next {
    right: 30px;
}*/

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    width: 0.5em;
    height: 0.5em;
    top: -.2em;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .2em;
}

.index-trust-elements .trust img {
    height: 60px;
    width: auto;
}

.index .testimonials-home {
    margin-bottom: 50px;
}

.detalii-comanda-somiera-online {
    display: block;
    text-align: center;
    margin-top: 15px;
    font-size: 85%;
    color: orange;
}

.detalii-comanda-somiera-online:hover {
    text-decoration: underline;
}

#detalii-comanda-somiera-online {
    width: 1024px !important;
    max-width: 100%;
}

.checkout-fields .woocommerce-account-fields {
    display: none;
}

.product .trigger-video .fancybox-yt-webp {
    display: block;
    width: 300px;
    max-width: 100%;
    height: auto;
    border: none;
    box-shadow: none;
    animation: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.product .trigger-video .fancybox-yt-webp img {
    width: 100%;
    height: auto;
    margin: 0;
}

.product .trigger-video-animat {
    margin-top: 0;
}

.product .trigger-video-animat span {
    display: block;
    border: none;
    padding: 10px 15px 10px 15px;
    width: 172px;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    top: 50%;
    left: 50%;
    margin-top: -23px;
    margin-left: -86px;
}

.product .trigger-video-animat span i {
    display: inline-block;
    vertical-align: bottom;
    width: 1.5em;
    height: 1.5em;
    background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/play_orange.svg) no-repeat center;
    background-size: 1.5em 1.5em;
    margin-right: .7em;
}

.product .trigger-video-animat .webp {
    display: none;
}

.product .trigger-video .fancybox-yt-webp:hover img {
    display: none;
}

.product .trigger-video .fancybox-yt-webp:hover .webp {
    display: block;
}

.tooltipster-base {
    text-align: center;
}

.tooltipster-base img {
    max-width: 100%;
    height: auto;
}

.single-product .produs-cerculete {
    width: 1200px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.single-product .incepand-cu {
    font-weight: 700;
}

.product-small .ps-sku {
    text-align: center;
    margin-bottom: 10px;
}

.df-classic .df-branding {
    display: none !important;
}

.df-results .niciun-rezultat {
    text-align: center;
    grid-column-start: 1;
    grid-column-end: 100;
    padding-top: 10px;
}

.wc-pao-addon-cablu-conexiune label.wc-pao-addon-name {
    display: none;
}

.product .wc-pao-addon-cablu-conexiune {
    margin-top: 0 !important;
}

.flex.parent-list .mobil {
    display: none;
}

.footer-dsc img {
    min-width: 0;
    width: 130px;
}

.single-product .se-va-afisa {
    margin-top: 1em;
}

.single-product .conditii-livrare {
    display: block;
    padding: 12px .5em 12px .5em;
    border-radius: 5px;
    margin-bottom: 20px;
    background: #F0F5FD;
    border: 1px solid #D3DCEB;
    text-align: center;
    display: block;
    margin: 0;
    color: #515B69;
    font-size: 16px;
    margin-bottom: 20px;
}

.single-product .conditii-livrare a {
    text-decoration: underline;
    color: #ff9900;
}

.general .with-aside table,
.general .with-aside th,
.general .with-aside td {
    border: 1px solid #333;
}

.general .with-aside th,
.general .with-aside td {
    padding: 3px;
}

/*.product-hero-details-reviews {
    display: flex;
}*/

.single-product .diferente-somiere {
    font-weight: 700;
    display: block;
    text-align: center;
    color: #ff9900;
    text-decoration: underline;
    margin: 20px 0 20px 0;
}

.single-product .product-hero-details-stock .error {
    color: red;
    font-weight: 700;
}

.single-product .alte-dimensiuni p {
    font-size: 1.424em;
    margin: 0;
}

.single-product .alte-dimensiuni select {
    width: 400px;
    max-width: 100%;
}

.wc-pao-addon-modalitate-de-rabatare {
    display: flex;
    flex-direction: column;
}

.wc-pao-addon-modalitate-de-rabatare p:nth-child(2) {
    order: 2;
}

.wc-pao-addon-modalitate-de-rabatare p:nth-child(3) {
    order: 1;
}

.product-no input {
    -webkit-appearance: none;
}

.woocommerce div.product form.cart {
    width: 100%;
    display: block;
    margin-top: 15px;
}

.product .wc-pao-addon-container+.wc-pao-addon-container {
    margin-top: 0;
}

.product .wc-pao-addon-container p {
    margin-bottom: 0;
    padding: 0;
}

.product .wc-pao-addon-container p.form-row-wide {
    padding-right: 20px;
}

.wc-pao-addon-picior-suplimentar-din-lemn-de-fag,
.wc-pao-addon-picior-suplimentar-reglabil-din-lemn-de-fag,
.wc-pao-addon-kit-telecomanda-bluetooth-adaptor,
.wc-pao-addon-limitator-saltea,
.wc-pao-addon-kit-vibromasaj,
.wc-pao-addon-usb-charger,
.wc-pao-addon-cleme-pentru-prindere-2-somiere-de-1-persoana {
    position: relative;
    padding-top: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e9e9e9;
}

/*.wc-pao-addon-limitator-saltea,
.wc-pao-addon-cleme-pentru-prindere-2-somiere-de-1-persoana {
    padding-left: 24px;
}*/

.wc-pao-addon-limitator-saltea label,
.wc-pao-addon-cleme-pentru-prindere-2-somiere-de-1-persoana label,
.wc-pao-addon-picior-suplimentar-din-lemn-de-fag label,
.wc-pao-addon-picior-suplimentar-reglabil-din-lemn-de-fag label,
.wc-pao-addon-picior-suplimentar-metalic label {
    margin-bottom: 10px;
}

.wc-pao-addon-limitator-saltea select,
.wc-pao-addon-cleme-pentru-prindere-2-somiere-de-1-persoana select,
.wc-pao-addon-picior-suplimentar-din-lemn-de-fag select,
.wc-pao-addon-picior-suplimentar-reglabil-din-lemn-de-fag select,
.wc-pao-addon-picior-suplimentar-metalic select {
    width: 300px !important;
}

.wc-pao-addon-picior-suplimentar-din-lemn-de-fag .wc-pao-addon-description,
.wc-pao-addon-picior-suplimentar-reglabil-din-lemn-de-fag .wc-pao-addon-description,
.wc-pao-addon-kit-telecomanda-bluetooth-adaptor .wc-pao-addon-description,
.wc-pao-addon-limitator-saltea .wc-pao-addon-description,
.wc-pao-addon-kit-vibromasaj .wc-pao-addon-description,
.wc-pao-addon-usb-charger .wc-pao-addon-description,
.wc-pao-addon-cleme-pentru-prindere-2-somiere-de-1-persoana .wc-pao-addon-description {
    width: 70px;
    position: absolute;
    right: 0;
    top: 6px;
}

.wc-pao-addon-limitator-saltea .wc-pao-addon-description .img,
.wc-pao-addon-cleme-pentru-prindere-2-somiere-de-1-persoana .wc-pao-addon-description .img,
.wc-pao-addon-picior-suplimentar-din-lemn-de-fag .wc-pao-addon-description .img,
.wc-pao-addon-picior-suplimentar-reglabil-din-lemn-de-fag .wc-pao-addon-description .img,
.wc-pao-addon-picior-suplimentar-metalic .wc-pao-addon-description .img {
    position: relative;
    top: 13px;
}


.wc-pao-addon-picior-suplimentar-din-lemn-de-fag .wc-pao-addon-description a,
.wc-pao-addon-picior-suplimentar-reglabil-din-lemn-de-fag .wc-pao-addon-description a,
.wc-pao-addon-kit-telecomanda-bluetooth-adaptor .wc-pao-addon-description a,
.wc-pao-addon-limitator-saltea .wc-pao-addon-description a,
.wc-pao-addon-kit-vibromasaj .wc-pao-addon-description a,
.wc-pao-addon-usb-charger .wc-pao-addon-description a,
.wc-pao-addon-cleme-pentru-prindere-2-somiere-de-1-persoana .wc-pao-addon-description a,
.wc-pao-addon-picior-suplimentar-metalic .wc-pao-addon-description a {
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
    height: 45px;
    background: #fff;
    line-height: 45px;
}

.wc-pao-addon-picior-suplimentar-din-lemn-de-fag .wc-pao-addon-description a img,
.wc-pao-addon-picior-suplimentar-reglabil-din-lemn-de-fag .wc-pao-addon-description a img,
.wc-pao-addon-kit-telecomanda-bluetooth-adaptor .wc-pao-addon-description a img,
.wc-pao-addon-limitator-saltea .wc-pao-addon-description a img,
.wc-pao-addon-kit-vibromasaj .wc-pao-addon-description a img,
.wc-pao-addon-usb-charger .wc-pao-addon-description a img,
.wc-pao-addon-cleme-pentru-prindere-2-somiere-de-1-persoana .wc-pao-addon-description a img,
.wc-pao-addon-picior-suplimentar-metalic .wc-pao-addon-description a img {
    height: 45px;
    width: auto;
}

.wc-pao-addon .wc-pao-addon-wrap label {
    font-size: 15px;
    line-height: 18px !important;
}

.wc-pao-addon-accesorii-optionale .wc-pao-addon-name {
    font-size: 20px;
    font-weight: 700;
}

.wc-pao-addon-accesorii-optionale .wc-pao-addon-description p {
    border: 1px solid red;
    padding: 15px;
    margin: 10px 0;
    border-radius: 6px;
    font-size: 14px;
    text-align: left;
    background: #ffe6e6;
    position: relative;
    padding-left: 50px;
}

.wc-pao-addon-accesorii-optionale .wc-pao-addon-description p:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/images/info-icon.png);
    background-repeat: no-repeat;
    background-size: 18px;
    position: absolute;
    left: 18px;
    top: 16px;
    display: inline-block;
    background-position: center;
}

.extra_text_info,
.note_addons {
    /*border: 1px solid red;background: #ffe6e6;*/
    background: #F0F5FD;
    border: 1px solid #D3DCEB;
    padding: 15px;
    margin: 10px 0;
    border-radius: 6px;
    font-size: 14px;
    text-align: left;

    padding-left: 50px;
    position: relative;
    margin-bottom: 20px;
}

.extra_text_info:before,
.note_addons:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/images/info-icon.png);
    background-repeat: no-repeat;
    background-size: 18px;
    position: absolute;
    left: 18px;
    top: 16px;
    display: inline-block;
    background-position: center;
}

.extra_text_info p {
    margin-bottom: 0;
}

.extra-addons-manual h4 {
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 6px;
}

.extra-addons-manual .addonbox label {
    width: calc(100% - 28px);
}

.extra-addons-manual .addonbox .img {
    width: 90px;
    height: 90px;
    display: inline-block;
    margin-right: 10px;
}

.extra-addons-manual .addonbox .text {
    width: calc(100% - 105px);
    display: inline-block;
    vertical-align: middle;
}

.extra-addons-manual .addonbox .text b {
    font-weight: 700;
    margin-bottom: 6px;
}

.extra-addons-manual .addonbox .text b a {
    font-weight: 700;
}

.extra-addons-manual .addonbox .text .oldpriceproduct {
    text-decoration: line-through;
    margin-right: 10px;
}

.product #popup-in-cos-double {
    position: fixed !important;
    top: 400px !important;
    z-index: 9999 !important;
    left: 50% !important;
    margin-left: -343px !important;
    display: none;
    max-width: 610px;
    width: 100%;
    padding: 10px;
}


.product #popup-in-cos-double .white-section {
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 40px;
    border: 2px solid #000;
}

.product #popup-in-cos-double .white-section .section-headline {
    padding: 20px 45px 15px 45px;
    background: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
    font-size: 110%;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: rgba(0, 0, 0, 0.75);
}

.product #popup-in-cos-double .white-section .section-content {
    padding: 30px 34px;
}

.product #popup-in-cos-double a.button {
    border-radius: 4px;
    letter-spacing: normal;
    color: #fff !important;
    padding: 0 20px;
    letter-spacing: .03em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    font-size: 16px !important;
    height: 36px !important;
    line-height: 37px !important;
    display: inline-block !important;
    background: #000 !important;
    font-weight: 600;
}

.product #popup-in-cos-double .popup-content .finalizeaza-comanda {
    border-radius: 4px;
    display: inline-block;
    color: #fff !important;
    padding: 0 20px;
    background-color: orange !important;
    font-size: 16px !important;
    letter-spacing: 0.01em;
    height: 36px !important;
    line-height: 37px !important;
    text-align: center !important;
    font-weight: 600;
    margin-right: 0;
}

.product #popup-in-cos-double .fancybox-close-small {
    width: 13px;
    height: 13px;
    padding: 0;
    right: 35px;
    top: 30px;
    background-image: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/images/x_close2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    background-color: transparent;
}

.product #popup-in-cos-double .fancybox-close-small:before {
    display: none;
}


.extra-addons-manual.top .big-bottom {
    display: inline-block;
    width: 100%;
}

.extra-addons-manual.top .big-bottom .qnt {
    width: 112px;
    display: inline-block;
    vertical-align: top;
}

.extra-addons-manual.top .big-bottom .price-box {
    width: calc(100% - 118px);
    display: inline-block;
    vertical-align: top;
}

.extra-addons-manual.top .addonbox .img {
    height: 74px;
}

.extra-addons-manual.top .addonbox .text b {
    display: inline-block;
    width: 100%;
}

.extra-addons-manual.top .addonbox {
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 16px;
}

.extra-addons-manual.top .addonbox:last-child {
    border-bottom: none;
}

.info-tooltip img {
    width: 20px;
    margin-left: 8px;
}

@media (min-width: 640px) {
    .flex.parent-list.flex-end {
        justify-content: flex-end;
    }
}

@media (max-width: 959px) {
    .index-hero-category-background .inner-slide-wrap {
        left: 0;
    }
}

@media (max-width: 767px) {
    .index-hero .swiper-button-prev {
        display: none;
    }

    .index-hero .swiper-button-next {
        display: none;
    }

    .swiper-home .index-hero-category-background .inner-slide-wrap {
        display: none;
        text-align: center !important;
        display: inline-block !important;
        position: absolute !important;
        bottom: 0 !important;
        left: 50% !important;
        z-index: 2 !important;
        margin-left: -140px !important;
        width: 280px !important;
        padding: 5px;
    }

    .swiper-home .index-hero-category-background strong {
        font-size: 1.2em !important;
        letter-spacing: 0;
    }

    .index-hero-category-background .inner-slide-wrap .inner-slide-reduceri {
        letter-spacing: 0;
        font-size: 12px;
    }

    .index-hero-category-background .inner-slide-wrap i {
        margin-top: 2px;
        width: 80px;
        margin-left: auto;
        margin-right: auto;
        font-size: 11px;
    }

    .index-hero-category-background .inner-slide-wrap br {
        display: none;
    }

    .index-hero-category-background .inner-slide-wrap span,
    .index-hero-category-background .inner-slide-wrap strong,
    .index-hero-category-background .inner-slide-wrap i {
        display: block;
    }

    .category-products .navigation {
        margin-top: 0;
    }

    .category-products .three+.navigation {
        margin-top: 2em;
    }

    .category-content .category-subcategories {
        display: none;
    }

    .index-trust-elements .trust h3 strong {
        font-size: 100%;
    }

    .index-trust-elements .trust img {
        height: 40px;
    }

    .index .testimonials-home {
        margin-bottom: 30px;
    }

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

    .df-mobile .df-mobile__searchbox {
        max-width: 330px;
    }

    .product-hero-details p {
        text-align: left !important;
    }

    header {
        position: fixed !important;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
    }

    #my-page {
        padding-top: 85px;
    }

    .archive.fixed-dimensiuni .breadcrumbs {
        padding: 0;
    }

    .archive.fixed-dimensiuni .category .col-aside {
        position: fixed;
        background: #fff;
        z-index: 9999;
        padding-top: 2em;
    }

    .archive.fixed-dimensiuni .category .with-aside-left>.col-content {
        margin-top: 90px;
    }

    [aria-label][role~="tooltip"]::after {
        font-size: 11px;
        padding: 12px;
    }
}

@media (max-width: 639px) {
    .flex.parent-list .mobil {
        display: block;
    }

    .flex.parent-list .desktop {
        display: none;
    }
}

@media (max-width: 479px) {
    .swiper-home .index-hero-category-background .inner-slide-wrap {
        bottom: 0 !important;
    }
}

@media (max-width: 767px) {
    .product #popup-in-cos-double {
        margin-left: 0 !important;
        left: 0 !important;
    }

    .product #popup-in-cos-double a.button {
        display: block !important;
        margin-bottom: 15px !important;
        font-size: 16px !important;
    }

    .product #popup-in-cos-double .popup-content .finalizeaza-comanda {
        display: block !important;
        margin-bottom: 0 !important;
        font-size: 16px !important;
    }

    .product #popup-in-cos-double .fancybox-close-small {
        top: 30px;
    }

    .product #popup-in-cos-double .white-section .section-headline {
        font-size: 88%;
    }

    .product .popup-in-cos-double .row-cos .title {
        font-size: 100%;
        margin-top: 0 !important;
    }

    .product #popup-in-cos-double {
        z-index: 100000 !important;
        top: 50% !important;
    }

    .product #popup-in-cos-double a.button {
        line-height: 40px !important;
        margin-right: 0;
    }

    .product #popup-in-cos-double .popup-content .finalizeaza-comanda {
        line-height: 40px !important;
    }

    .product .popup-in-cos-double .price-holder {
        margin-top: 0 !important;
        width: 35%;
    }

    .product #popup-in-cos-double .white-section {
        margin-bottom: 0;
    }

    .product #popup-in-cos-double .white-section .section-headline {
        padding-top: 16px;
    }
}

@media (max-width: 420px) {

    .product #popup-in-cos-double a.button {
        font-size: 13px !important;
        line-height: 34px !important;
        font-size: 13px;
    }

    .product #popup-in-cos-double .popup-content .finalizeaza-comanda {
        font-size: 13px !important;
        line-height: 34px !important;
    }
}

@media (max-width: 320px) {
    .product #popup-in-cos-double .white-section .section-headline {
        font-size: 100%;
    }

    .product #popup-in-cos-double .fancybox-close-small {
        top: 31px;
    }

}

.product-tabs-tab.description .product-tabs-tab-content .col-parent ul {

    list-style: disc outside none;
    display: list-item;
    margin-left: 20px;
}

.product-tabs-tab.description .product-tabs-tab-content .col-parent ul li {
    margin-bottom: 10px;
}


.header-user-dropdown-register .icon-user {
        background-size: contain;
}.page-rent .section {
    padding: 80px 0;
}

.page-rent .section-intro {
    background: #FCFCFC;
}

.page-rent .section-intro h1 {
    font-size: 32px;
    margin-bottom: 7px;
    font-weight: 400;
}

a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

b,
strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

.page-grid .row {
    font-size: 0;
    line-height: normal;
    clear: both;
    zoom: 1;
    margin-right: -15px;
    margin-left: -15px;
}

.page-grid .row:after {
    display: table;
    content: "";
    clear: both;
    display: table;
    content: "";
    visibility: hidden;
    height: 0;
}

.page-grid .row:before {
    display: table;
    content: "";
    display: table;
    content: "";
    visibility: hidden;
    height: 0;
}

.page-grid .row>[class*="col_"] {
    display: inline-block;
    vertical-align: top;
    /*float: left;*/
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
}

.page-grid .row>[class*="col_"].right {
    float: right;
}

.page-grid .row.extra-gutter {
    margin-left: -30px;
    margin-right: -30px;
}


.page-grid .row.extra-gutter>[class*="col_"] {
    padding-left: 30px;
    padding-right: 30px;
}


.page-grid .row.big-gutter {
    margin-left: -20px;
    margin-right: -20px;
}

.page-grid .row.big-gutter>[class*="col_"] {
    padding-left: 20px;
    padding-right: 20px;
}

.page-grid .row.small-gutter {
    margin-left: -5px;
    margin-right: -5px;
}

.page-grid .row.small-gutter>[class*="col_"] {
    padding-left: 5px;
    padding-right: 5px;
}

.page-grid .row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.page-grid .row.no-gutter>[class*="col_"] {
    padding-left: 0;
    padding-right: 0;
}

.page-grid .row.flex:before,
.page-grid .row.flex:after {
    content: none;
}

@media (max-width: 1024px) {
    .page-grid .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .page-grid .row>[class*="col_"] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .page-grid .row.big-gutter {
        margin-left: -15px;
        margin-right: -15px;
    }

    .page-grid .row.big-gutter>[class*="col_"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.page-grid .col_10 {
    width: 10%;
}

.page-grid .col_12 {
    width: 12.5%;
}

.page-grid .col_14 {
    width: 14.28%;
}

.page-grid .col_15 {
    width: 15%;
}

.page-grid .col_16 {
    width: 16.66%;
}

.page-grid .col_18 {
    width: 18%;
}

.page-grid .col_20 {
    width: 20%;
}

.page-grid .col_25 {
    width: 25%;
}

.page-grid .col_30 {
    width: 30%;
}

.page-grid .col_33 {
    width: 33.33%;
}

.page-grid .col_35 {
    width: 35%;
}

.page-grid .col_40 {
    width: 40%;
}

.page-grid .col_45 {
    width: 45%;
}

.page-grid .col_50 {
    width: 50%;
}

.page-grid .col_55 {
    width: 55%;
}

.page-grid .col_60 {
    width: 60%;
}

.page-grid .col_65 {
    width: 65%;
}

.page-grid .col_66 {
    width: 66.66%;
}

.page-grid .col_70 {
    width: 70%;
}

.page-grid .col_75 {
    width: 75%;
}

.page-grid .col_80 {
    width: 80%;
}

.page-grid .col_90 {
    width: 90%;
}

.page-grid .col_100 {
    width: 100%;
}

.page-grid .col_auto {
    width: auto;
}

.page-grid .col_centred {
    float: none;
    display: block !important;
    margin: 0 auto;
}

.page-grid .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-grid .flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page-grid .flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.page-grid .row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.page-grid .flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-grid .justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-grid .justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.page-grid .align-self-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.page-grid .flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-grid .justify-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-grid .flex-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-grid .flex-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.page-grid .flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}



.page-rent .section-intro .general_content.intro p,
.page-rent .section-intro .general_content.intro li {
    font-size: 18px;
    line-height: 1.5em;
}



.page-rent .section-intro .intro {
    padding-bottom: 55px;
}

.page-rent .section-intro .intro-columns {
    max-width: 1170px;
    margin: 0 auto;
}

.page-rent .section-intro .wrap-text {
    padding-bottom: 20px;
}

.page-rent .section-intro .wrap-text h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.3em;
}


.page-rent .section-intro .wrap-text p,
.page-rent .section-intro .wrap-text li {
    opacity: 0.7;
    line-height: 1.5em;
}

.btn.xxl {
    padding: 21px 18px;
}

.btn.orange:hover {
    background: #f59f00;
}

.page-rent .section-intro .wrap-buttons .btn {
    margin-right: 20px;
    vertical-align: middle;
    margin-bottom: 20px;
    margin-top: 18px;
}

.page-rent .section-intro .txt-info {
    border: 1px solid #ccc;
    position: relative;
    padding: 10px 5px 10px 25px;
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;

}

.page-rent .section-intro .txt-info i {
    background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/images/phone_blue.svg);
    background-color: #fff;
    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;
}

.page-rent .section-intro .txt-info strong {
    font-size: 18px;
    color: #585858;
    font-weight: 600;
}

.page-rent .section-intro .txt-info span {
    font-size: 14px;
}

.page-rent .section-products h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.page-rent .col_product {
    margin-top: 15px;
    margin-bottom: 15px;
}

.page-rent .col_product .wrap-products {
    -webkit-box-shadow: 5px 5px 30px rgb(0 0 0 / 10%);
    box-shadow: 5px 5px 30px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 0 20px 30px 20px;
    height: 100%;
}

.page-rent .col_product .wrap-products .cover {
    height: 244px;
    width: 100%;
    background-size: contain;
    padding: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.page-rent .list-products {
    align-items: unset;
}

.page-rent .col_product .wrap-info {
    text-align: center;
    position: relative;
    padding-bottom: 70px;
}

.page-rent .col_product .prod-price {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.page-rent .col_product .prod-price del {
    margin-top: 1em;
    opacity: 0.5;
    text-decoration: line-through;
    display: block;
    width: 100%;
    margin-bottom: 11px;
}

.page-rent .col_product .prod-price strong {
    display: block;
    width: 100%;
    color: #585858;
    line-height: 1;
}

.page-rent .col_product .wrap-products {
    position: relative;
    overflow: hidden;
}

.page-rent .col_product .wrap-products .discount {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 80px;
    background: orange;
    -webkit-transform: rotate(45deg) translate(35px, -70px);
    transform: rotate(45deg) translate(35px, -70px);
}

.page-rent .col_product .wrap-products .discount strong {
    color: white;
    display: block;
    width: 3.5em;
    line-height: 1;
    /*  -webkit-transform: rotate(-45deg) translateY(90px) translateX(25px);
  transform: rotate(-45deg) translateY(90px) translateX(25px);*/
    text-transform: uppercase;
    text-indent: 0;
    text-align: center;
    margin: 0;

    -webkit-transform: rotate(-45deg) translateY(88px) translateX(20px);
    transform: rotate(-45deg) translateY(88px) translateX(20px);
}

.page-rent .col_product .wrap-products h2 a {
    font-size: 16px;
    margin-bottom: 7px;
    font-weight: 400;
    height: 50px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 41px;
    line-height: 1.2em;
    white-space: initial;
    word-break: break-word;
    text-decoration: none;
    font-weight: 600;
}

.page-rent .section-products .general_content {
    padding-bottom: 40px;
}

.page-rent .section-video {
    background: #F7F7F7;
    position: relative;
    padding-top: 0 !important;
}

.page-rent .section-video:before {
    content: "";
    width: 100%;
    height: 400px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.page-rent .section-video .cover {
    max-width: 700px;
    height: 444px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    margin: 0 auto 60px auto;
    position: relative;
}

.page-rent .section-video .cover .play {
    background: rgb(255 255 255 / 30%);
    position: absolute;
    left: calc((100% - 200px)/2);
    top: calc((100% - 80px)/2);
    height: 80px;
    width: 200px;
    border-radius: 4px;
    padding-left: 77px;

}

.page-rent .section-video .cover .play .text {
    position: relative;
    top: 27px;
    font-weight: 500;
    color: #585858;
}

.page-rent .section-video .cover .play:before {
    content: "";
    width: 45px;
    height: 45px;
    display: inline-block;
    position: absolute;
    left: 21px;
    top: 18px;
    background-image: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/play-button.svg);
    background-size: 45px;
    background-repeat: no-repeat;
}


.page-rent .section-video .feat-list {
    text-align: center;
}

.page-rent .section-video .feat-list .single_feat img {
    margin-bottom: 20px;
    height: 64px;
    width: auto;
}

.page-rent .section-video .feat-list .single_feat .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.page-rent .section-video .feat-list .single_feat .intro {
    font-size: 15px;
    line-height: 1.5em;
}

.page-rent .section-video .feat-list .single_feat .wrap_feat {
    padding: 0 20px;
}

.page-grid .section-video .wrap-buttons {
    justify-content: center;
    padding-top: 90px;
}

.page-grid .section-video .wrap-buttons .btn,
.page-grid .section-banner .wrap-buttons .btn,
.page-rent-product .section-prod-info .prod_right .wrap-buttons .btn {
    margin-right: 20px;
    vertical-align: middle;
    margin-bottom: 20px;
    margin-top: 18px;
}

.page-grid .section-video .wrap-buttons .txt-info,
.page-grid .section-banner .wrap-buttons .txt-info,
.page-grid .section-faq .txt-info,
.page-rent-product .section-prod-info .prod_right .wrap-buttons .txt-info,
.page-rent-product .hero .right_side .txt-info {
    border: 1px solid #ccc;
    position: relative;
    padding: 6px 5px 6px 25px;
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
}

.page-grid .section-video .wrap-buttons .txt-info i,
.page-grid .section-banner .wrap-buttons .txt-info i,
.page-grid .section-faq .txt-info i,
.page-rent-product .section-prod-info .prod_right .txt-info i,
.page-rent-product .hero .right_side .txt-info i {
    background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/images/phone_blue.svg);
    background-color: #f7f7f7;
    background-size: 20px 40px;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 47%;
    left: -9px;
    margin-top: -17px;
    padding: 5px 0;
}

.page-grid .section-banner .wrap-buttons .txt-info i {
    background-color: #48494A;
}

.page-rent-product .hero .right_side .txt-info i {
    background-color: #fff;
}

.page-grid .section-faq .txt-info {
    padding: 12px 5px 12px 25px;
}

.page-grid .section-video .wrap-buttons .txt-info span,
.page-grid .section-banner .wrap-buttons .txt-info span,
.page-grid .section-faq .txt-info span,
.page-rent-product .hero .right_side .txt-info span {
    font-size: 14px;
}

.page-grid .section-video .wrap-buttons .txt-info strong,
.page-grid .section-banner .wrap-buttons .txt-info strong,
.page-grid .section-faq .txt-info strong,
.page-rent-product .hero .right_side .txt-info strong {
    font-size: 18px;
    color: #585858;
    font-weight: 600;
}

.page-grid .section-video .wrap-buttons .txt-info a:hover,
.page-grid .section-banner .wrap-buttons .txt-info a:hover,
.page-grid .section-faq .txt-info a:hover,
.page-rent-product .hero .right_side .txt-info a:hover {
    color: #FFA500;
}

.product-tabs-tab.description .product-tabs-tab-content .col-parent ul.front-reviews {
    list-style: none;

}

.page-grid .white-text * {
    color: #fff;
}

.page-grid .section-banner {
    position: relative;
    padding: 200px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.page-grid .section-banner:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,000000+100&0.8+0,0+100 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.79) 1%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.79) 1%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.79) 1%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */

}

.page-grid .section-banner h2 {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.3em;
}

.page-grid .section-banner p {
    line-height: 1.6em;
}

.page-grid .accordion,
.page-grid .accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-grid .accordion {
    overflow: hidden;
    padding: 20px;

}

.page-grid .accordion-section {
    -webkit-box-shadow: 3px 0px 10px rgb(0 0 0 / 8%);
    box-shadow: 3px 0px 10px rgb(0 0 0 / 8%);
    border-radius: 8px;
    margin-bottom: 20px;
}

/*----- Section Titles -----*/
.page-grid .accordion-section-title {
    width: 100%;
    padding: 25px 70px 25px 30px;
    display: inline-block;
    transition: all linear 0.15s;
    font-size: 19px;
    font-weight: 500;
    position: relative;
}

.page-grid .accordion-section-title.active,
.page-grid .accordion-section-title:hover {
    text-decoration: none;
}

.page-grid .accordion-section-title.active {
    color: #F8A51C;
}

.page-grid .accordion-section-title:after {
    content: "+";
    width: 49px;
    height: 40px;
    display: inline-block;
    font-size: 33px;
    position: absolute;
    right: 0;
    top: 17px;
    text-align: center;
}

.page-grid .accordion-section-title.active:after {
    content: "-";
    color: #F8A51C;
    font-size: 44px;
    top: 7px;
}

.page-grid .accordion-section:last-child .accordion-section-title {
    border-bottom: none;
}

.page-grid .accordion-section-content {
    padding: 0 30px 10px 30px;
    display: none;
}

.page-grid .accordion-section-content p {
    color: #585858;
    line-height: 1.6em;
}

.page-grid .section-faq .gray-text {
    background: #F7F7F7;
    border-radius: 8px;
    padding: 40px;
    width: 91%;
}

.page-grid .section-faq .gray-text p {
    color: #585858;
    line-height: 1.6em
}

.page-grid .section-faq .gray-text p a {

    text-decoration: underline;
}

.page-grid .section-faq .wrap-link {
    padding-top: 15px;
}

.page-grid .section-faq .wrap-text h3 {
    font-size: 32px;
    margin-bottom: 33px;
    line-height: 1.3em;
}

.page-grid .section-faq .wrap-text {
    padding-top: 40px;
}

.page-rent-product .section-prod-info {
    background: #F7F7F7;
}

.page-rent-product .section-prod-info .wrap-prod {
    background: #fff;
    border-radius: 8px;
    padding: 40px;
    text-align: center;
}

.page-rent-product .section-prod-info .wrap-prod>img {
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-rent-product .section-prod-info .wrap-features .feature img {
    width: 50px;
    padding-right: 10px;

}

.page-rent-product .section-prod-info .line {
    width: 100%;
    height: 1px;
    background: #707070;
    opacity: 0.3;
    margin-bottom: 5px;
}

.page-rent-product .section-prod-info .wrap-features .feature {
    position: relative;
}

.page-rent-product .section-prod-info .wrap-features .feature:after {
    content: "";
    width: 1px;
    height: 60px;
    position: absolute;
    top: 14px;
    right: 10px;
    background: #707070;
    opacity: 0.3;
}

.page-rent-product .section-prod-info .wrap-features .feature:nth-of-type(3n):after {
    content: none;
}

.page-rent-product .section-prod-info .wrap-features .feature .text {
    width: calc(100% - 50px);
    font-size: 16px;
    text-align: left;
    font-weight: 500;
    padding-right: 20px;

}

.page-rent-product .section-prod-info .wrap-features .flex {
    padding-bottom: 20px;
    padding-top: 20px;
}

.page-rent-product .section-prod-info .prod_right .general_content {
    padding-left: 110px;
}

.page-rent-product .section-prod-info .prod_right .general_content ul li,
.page-rent-product .section-info .text .wrap-text ul li {
    margin-bottom: 28px;
    padding-left: 38px;
    position: relative;
    font-weight: 500;
}

.page-rent-product .section-prod-info .prod_right .general_content ul li:before,
.page-rent-product .section-info .text .wrap-text ul li:before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    background-image: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/icon-check-blue.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: top center;
    position: absolute;
    left: 0;
    top: -2px;
}

.page-rent-product .section-prod-info .prod_right .general_content h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 30px;
}

.page-rent-product .section-prod-info .prod_right .wrap-buttons .btn {
    margin-right: 45px;
}

.page-rent-product .section-info .text .wrap-text {
    padding-right: 150px;
}

.page-rent-product .section-info .text .wrap-text p {
    margin-bottom: 20px;
    line-height: 1.6em;
}

.page-rent-product .section-info .text .wrap-text ul li {
    font-weight: 400;
    line-height: 1.6em;
}

.page-rent-product .section-info .text .wrap-text .info {
    background: #F0F5FD;
    border: 1px solid #D3DCEB;
    padding: 22px 30px;
    margin-bottom: 30px;
}

.page-rent-product .section-info .text .wrap-text ul li:before {
    top: 1px;
}


.page-rent-product .section-info .text .wrap-text h4 {
    font-size: 24px;
    font-weight: 400;
}

.page-rent-product .section-info .text .wrap-text h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 30px;
}


.page-rent-product .hero {
    position: relative;
    padding-bottom: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}

.page-rent-product .hero:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+1,0+100 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */
    display: inline-block;

}

.page-rent-product .hero .left_side .text * {
    color: #fff;
}

.page-rent-product .hero .left_side .text h1 {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 30px;
}

.page-rent-product .hero .left_side .text li {
    line-height: 1.6em;
}

.page-rent-product .hero .left_side .text ol li {
    list-style: decimal;
    display: list-item;
    list-style-position: inside;
    opacity: 0.8;
}

.page-rent-product .hero .left_side .text ul li {
    list-style: disc inside none;
    display: list-item;
    /*margin-left: 1em;*/
    opacity: 0.8;
}

/*
.page-rent-product .hero .left_side .wrap-left-side {
    padding-right: 150px;
}
*/
.page-rent-product .hero .left_side .text p {
    line-height: 1.6em;
    opacity: 0.8;
}

.page-rent-product .hero .left_side .text,
.page-rent-product .hero .left_side .wrap_gall {
    margin-bottom: 40px;
}

.page-rent-product .hero .left_side h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}

.page-rent-product .hero .right_side .wrap_form {
    background: #fff;
    padding: 50px;
    border-radius: 8px;
    -webkit-box-shadow: 5px 5px 30px rgb(0 0 0 / 10%);
    box-shadow: 5px 5px 30px rgb(0 0 0 / 10%);
    width: 95%;
    margin: 0 auto -150px auto;
}

.page-rent-product .hero .right_side .wrap_form h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 30px;
}

.page-rent-product .input_block select {
    background: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/triunghi.svg) no-repeat center;
    background-size: 10px;
    background-position: 99%;
}

.page-rent-product .input_block .single-item {
    display: inline-block;
    width: 100%;
}

.page-rent-product .hero .right_side .form input[type="text"],
.page-rent-product .hero .right_side .form input[type="email"],
.page-rent-product .hero .right_side .form input[type="tel"],
.page-rent-product .hero .right_side .form textarea,
.page-rent-product .hero .right_side .form select {
    width: 100%;
}

.page-rent-product .hero .right_side .form textarea {
    height: 100px;
}

.page-rent-product .hero .right_side .form .input_block {
    margin-bottom: 24px;
}

.page-rent-product .hero .right_side .form label {
    margin-bottom: 8px;
}

.page-rent-product .hero .right_side .form label .details-fancybox {
    color: #FFA500;
    font-weight: 500;
    font-size: 14px;
    margin-left: 2px;
}

.page-rent-product .hero .right_side .form .input_block.checkbox-list {
    margin-top: 5px;
}

.page-rent-product .hero .right_side .wrap-buttons {
    justify-content: center;
}

.page-rent-product span.wpcf7-not-valid-tip {
    display: none;
}

.page-rent-product .wpcf7-not-valid {
    border: 1px solid red;
}

.page-rent-product div.wpcf7-mail-sent-ok {
    border: 2px solid #9bd19b;
    background: #9bd19b;
}

.page-rent-product .wpcf7-checkbox.wpcf7-not-valid {
    border: none;
}

.page-rent-product .wpcf7-checkbox.wpcf7-not-valid .wpcf7-list-item-label {
    color: red;
}

.page-rent-product .wpcf7-checkbox span.wpcf7-list-item {
    margin-left: 0;
    width: 100%;
}

.page-rent-product div.wpcf7-response-output {
    margin: 10px 0;
    text-align: center;
    padding: 16px;

}

.page-rent-product div.wpcf7-validation-errors,
.page-rent-product div.wpcf7-acceptance-missing {
    background: #f7e700;
}

.page-rent-product input[type="submit"] {
    background: #FFA500;
    width: 100%;
    padding: 20px;
    font-size: 16px;
}

.page-rent-product .hero .right_side .txt-info {
    padding: 10px 5px 10px 25px;
}


.page-rent-product .hero .left_side .play {
    background: #fff;
    width: 190px;
    border-radius: 4px;
    display: block;
    position: relative;
    padding: 20px 20px 20px 70px;
}

.page-rent-product .hero .left_side .play:before {
    content: "";
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    left: 21px;
    top: 14px;
    background-image: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/play-button.svg);
    background-size: 32px;
    background-repeat: no-repeat;
}

.page-rent-product .hero .left_side .play .text {
    position: relative;
    font-weight: 500;
    color: #585858;
}

.page-rent-product .hero .left_side .slider-gall {
    margin-bottom: 8px;
}

.page-rent-product .hero .left_side .slider-gall:not(.slick-slider) {
    height: 480px;
    overflow: hidden;
}

.page-rent-product .hero .left_side .slider-gall .single_slide {
    height: 480px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    background-color: #fff;
}

.page-rent-product .hero .left_side .slider-gall-small .cover {
    height: 134px;
    background-repeat: no-repeat;
    background-position: center;
    /*background-size: cover;*/
    width: 93%;
    margin: 0 auto;
        background-size: contain;
    background-color: #fff;
}

.page-rent-product .hero .left_side .slider-gall-small:not(.slick-slider) {
    height: 104px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.page-rent-product .hero .left_side .slider-gall-small:not(.slick-slider) .single_slide {
    width: 25%;
}

.page-rent-product .hero .left_side .slick-prev,
.page-rent-product .hero .left_side .slick-next {
    width: 40px;
    height: 40px;
    background-color: rgb(0 0 0 / 30%);
    border-radius: 500px;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
}

.page-rent-product .hero .left_side .slick-prev {
    left: 20px;
    background-image: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/icon-left.svg);

}

.page-rent-product .hero .left_side .slick-next {
    right: 20px;
    background-image: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/icon-right.svg);
}

.page-rent-product .hero .left_side .slick-prev:before,
.page-rent-product .hero .left_side .slick-next:before {
    content: none;
}

.page-rent-product .hero .right_side .total {
    margin-bottom: 30px;
    /*  display: none;*/
}

.page-rent-product .hero .right_side .total span {
    width: 100%;
    display: block;
    line-height: 1em;
}

.page-rent-product .hero .right_side .total .value {
    font-size: 32px;
    color: #585858;
    font-weight: 600;
}

.fancy-prod-asc .min-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 1000px;
}

.fancy-prod-asc .images {
    width: 40%;
}

.fancy-prod-asc .text {
    width: 60%;
    padding-left: 20px;
}


.fancy-prod-asc .images .img {
    margin-bottom: 19px;
}

.fancy-prod-asc .images .img .cover {
    width: 100%;
    height: 400px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #fff;
}

.fancy-prod-asc .images img {
    max-width: 100%;
}

.fancy-prod-asc .images .imgs {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.fancy-prod-asc .images .imgs .small-cover {
    height: 55px;
    width: 56px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #f6f6f6;
    margin-bottom: 10px;
}

.fancy-prod-asc .images .imgs a {
    display: block;
    margin-right: 7px;
}

.fancy-prod-asc .images .imgs a:last-child {
    margin-right: 0;
}

.fancy-prod-asc .text {
    padding-left: 40px;
}


.fancy-prod-asc .text .general_content h1,
.fancy-prod-asc .text .general_content h2,
.fancy-prod-asc .text .general_content h3,
.fancy-prod-asc .text .general_content h4,
.fancy-prod-asc .text .general_content h5,
.fancy-prod-asc .text .general_content h6,
.fancy-prod-asc .text .general_content p {
    margin-bottom: 5px;
}


.fancy-prod-asc .text .general_content ol li {
    list-style: decimal;
    display: list-item;
    list-style-position: inside;
    margin-left: 1em;
}

.fancy-prod-asc .text .general_content ul li {
    list-style: disc inside none;
    display: list-item;
    margin-left: 1em;
}

.fancy-prod-asc .text .prices {
    display: flex;
    flex-direction: row;
    align-items: end;
    margin-bottom: 13px;
    margin-top: 13px;
}

.fancy-prod-asc .text .cut {
    font-size: 16px;
    color: #585858;
    font-weight: 400;
    text-decoration: line-through;
    padding-right: 10px;
}

.fancy-prod-asc .text .uncut {
    font-size: 26px;
    color: #585858;
    font-weight: 600;
    line-height: 1;
}

.general_content table {
        border: 1px solid silver;
   width:auto!important;
    margin-bottom: 20px;
}

.general_content table tr,
.general_content table td,
.general_content table th {
          border: 1px solid silver;
    /*width: 100%;*/
        padding: 10px;
}

.fancy-prod-asc .text .general_content .info {
    background: #F0F5FD;
    border: 1px solid #D3DCEB;
    padding: 22px 30px;
    margin-bottom: 30px;
    margin-top:20px;
}

.fancy-prod-asc .text .general_content   ul {
        margin-top: 15px;list-style: none;
}

.fancy-prod-asc .text .general_content   ul li {
    margin-bottom: 16px;
    padding-left: 38px;
    position: relative;
    font-weight: 400;
    line-height: 1.6em;
    margin-left: 0;
    list-style: none;
}

.fancy-prod-asc .text .general_content  ul li:before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    background-image: url(//www.rame-pat.ro/wp-content/themes/ramepat-new/img/svg/icon-check-blue.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: top center;
    position: absolute;
    left: -1px;
}

.fancy-prod-asc .text .price-details {
    margin-bottom: 0;
    margin-top: 40px;
}

.page-rent-product .section-info .text .wrap-text .image-left {
    float: right;
        margin: 50px 0 50px 50px;
    max-width: 500px;
}

.page-rent-product .section-info .text .wrap-text .info {
    display: inline-block;
    width: 100%;
}
.wrap-btn {
    text-align: center;
    margin-top: 20px;
    width: 500px;
    max-width: 100%;
}

.wrap-btn .btn {
        min-width: 260px;
}

.extra_text_info a {
        text-decoration: underline;
    color: #ff9900;
    margin-top: 10px;
    font-weight: 700;
}

.product-tabs-tab.description .product-tabs-tab-content .col-parent ul.stars {
        list-style: none;
    margin-left: 0;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
}

.product-tabs-tab.description .product-tabs-tab-content .col-parent ul.stars li {
    margin-bottom: 0;
    list-style: none;
    margin-top: 0;
}

@media (max-width: 1450px) {
    .page-grid .section-banner {
        padding: 130px 0;
    }

    .page-grid .section-banner .wrap-buttons .txt-info i {
        background-color: #2b2c2c;
    }

    .page-rent-product .section-info .text .wrap-text {
        padding-right: 50px;
    }

    .page-rent-product .section-prod-info .prod_right .general_content {
        padding-left: 30px;
    }

    .page-rent-product .section-prod-info .wrap-features .feature .text {
        width: calc(100% - 40px);
        font-size: 14px;
    }

    .page-rent-product .section-prod-info .wrap-features .feature img {
        width: 40px;
        padding-right: 9px;
    }

    .page-rent-product .section-prod-info .wrap-features .feature:after {
        height: 50px;
    }

    /*    .page-rent-product .hero .left_side .wrap-left-side {
        padding-right: 50px;
    }*/

    .page-rent-product .hero .left_side .text h1 {
        font-size: 34px;
    }

    .page-rent-product .hero .left_side h4,
    .page-rent-product .hero .right_side .wrap_form h2 {
        font-size: 21px;
    }
}

@media (max-width: 1200px) {
    .page-rent-product .section-prod-info .wrap-prod {
        padding: 27px;
    }

    .page-rent-product .section-prod-info .wrap-features .feature .text {
        font-size: 13px;
    }

    .page-rent-product .section-prod-info .wrap-features .feature {
        padding-left: 5px;
        padding-right: 5px;
    }

    .page-grid .section-prod-info .wrap-features {
        margin-right: -5px;
        margin-left: -5px;
    }

    .page-rent-product .section-prod-info .wrap-features .feature img {
        width: 26px;
    }

    .page-rent-product .hero .right_side .wrap_form {
        padding: 37px;
        width: 100%;
    }
}

@media (max-width: 1100px) {
    .page-rent .section-intro .wrap-text h2 {
        font-size: 23px;

        margin-bottom: 15px;

    }

    .page-rent .section-intro .wrap-text {
        padding-bottom: 0;
    }

    .page-rent .section-intro .intro {
        padding-bottom: 40px;
    }

    .page-rent .section-products h2 {
        font-size: 28px;
    }

    .page-rent .section-products .general_content {
        padding-bottom: 40px;
    }

    .page-grid .section-banner {
        padding: 100px 0;
    }

    .page-grid .section-banner h2,
    .page-grid .section-faq .wrap-text h3,
    .page-rent-product .section-info .text .wrap-text h2,
    .page-rent-product .section-prod-info .prod_right .general_content h2 {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .btn.xxl {
        padding: 17px 18px;
    }

    .page-grid .section-banner .general_content {
        width: 47%;
    }

    .page-rent .section-video .cover {
        height: 400px;
    }

    .page-rent .section-video:before {
        height: 300px;
    }

    .page-grid .section-faq .gray-text {
        width: 100%;
    }

    .page-grid .accordion-section-title {
        font-size: 17px;
    }

    .page-rent-product .section-info .text .wrap-text {
        padding-right: 0;
    }

    .page-rent-product .hero .right_side .wrap_form h2 {
        font-size: 17px;
    }

    .page-rent-product .hero .left_side .text h1 {
        font-size: 28px;
        margin-bottom: 15px;
    }
}

@media (max-width: 1024px) {
    .page-rent .section {
        padding: 60px 0;
    }

    .page-grid .row.extra-gutter>[class*="col_"] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-grid .row.extra-gutter {
        margin-left: -15px;
        margin-right: -15px;
    }

    .page-rent .section-intro h1 {
        font-size: 29px;

    }

    .page-rent .section-intro .general_content.intro p,
    .page-rent .section-intro .general_content.intro li {
        font-size: 16px;
    }

    .page-rent .section-intro .intro-columns .image,
    .page-rent .section-intro .intro-columns .text {
        width: 100%;
        text-align: center;
    }

    .page-rent .section-intro .intro-columns .image {
        margin-bottom: 30px;
    }

    .page-rent .section-intro .intro-columns .image img {
        max-width: 300px;
        width: 100%;
    }

    .page-rent .section-intro .wrap-text h2,
    .page-grid .section-faq .wrap-text h3,
    .page-rent-product .section-info .text .wrap-text h2,
    .page-rent-product .section-prod-info .prod_right .general_content h2 {
        font-size: 22px;
    }

    .page-rent .section-intro .wrap-buttons {
        justify-content: center;
    }

    .page-rent .col_product {
        width: 33.33%;
    }

    .page-rent .section-products .general_content {
        padding-bottom: 20px;
    }

    .page-rent .section-video .feat-list .single_feat {
        width: 50%;
        padding: 10px 0;
    }

    .page-grid .section-video .wrap-buttons {
        padding-top: 50px;
    }

    .page-rent .section-video .cover {
        height: 350px;
        margin: 0 auto 30px auto;
    }

    .page-rent .section-faq .left-faq,
    .page-rent .section-faq .right-faq {
        width: 100%;
    }

    .page-rent .section-faq .left-faq {
        margin-bottom: 20px;
    }

    .page-grid .section-faq .wrap-text {
        padding-top: 0;
        text-align: center;
    }

    .page-grid .section-info .text,
    .page-grid .section-info .image {
        width: 100%;
    }

    .page-grid .section-info .image {
        text-align: center;
    }

    .page-grid .section-info .image img {
        max-width: 450px;
        width: 100%;
    }

    .page-rent-product .section-info .text .wrap-text h4 {
        font-size: 20px;
        margin-bottom: 13px;
    }

    .page-rent-product .section-prod-info .prod_right .general_content ul li:before,
    .page-rent-product .section-info .text .wrap-text ul li:before {
        width: 20px;
        height: 20px;
        background-size: 20px;
        top: 0;
    }

    .page-rent-product .section-prod-info .prod_right .general_content ul li:before,
    .page-rent-product .section-info .text .wrap-text ul li:before {
        top: 3px;
    }

    .page-rent-product .section-prod-info .prod_right .general_content ul li,
    .page-rent-product .section-info .text .wrap-text ul li {
        margin-bottom: 16px;
    }

    .page-rent-product .section-prod-info .prod_left,
    .page-rent-product .section-prod-info .prod_right {
        width: 100%;
    }

    .page-rent-product .section-prod-info .prod_right {
        margin-bottom: 20px;
    }

    .page-rent-product .section-prod-info .prod_right .general_content {
        padding-left: 0;
    }

    .page-rent-product .section-prod-info .prod_right .wrap-buttons .btn {
        margin-right: 27px;
    }

    .page-rent-product .section-prod-info .wrap-features .feature img {
        width: 40px;
    }

    .page-rent-product .section-prod-info .wrap-features .flex {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .page-rent-product .hero .left_side,
    .page-rent-product .hero .right_side {
        width: 100%;
    }

    .page-rent-product .hero:before {
        background: #000;
        opacity: 0.7;
    }

    .page-rent-product .hero .left_side .text,
    .page-rent-product .hero .left_side .wrap_gall {

        text-align: center;
    }

    .page-rent-product .hero .left_side .video-wrap,
    .page-rent-product .hero .left_side .wrap_gall {
        width: 70%;
        text-align: center;
        margin: 0 auto;
    }

    .page-rent-product .hero .left_side .video-wrap {
        margin: 40px auto;
    }

    .page-rent-product .hero .left_side .play {
        margin-left: auto;
        margin-right: auto;
    }

    .page-rent-product .hero .right_side .wrap_form {
        margin: 0 auto;
    }
    
    .page-rent-product .section-info .text .wrap-text .image-left {
    float: none;
    display: block;
    margin: 0 auto;
    }

    /*    .page-rent-product .hero .left_side .wrap-left-side {
        padding-right: 0;
    }*/
}


@media (max-width: 768px) {
    .page-rent .section {
        padding: 50px 0;
    }

    .page-rent .section-intro h1 {
        font-size: 23px;
    }

    .page-rent .section-products h2,
    .page-rent .section-intro .wrap-text h2,
    .page-grid .section-faq .wrap-text h3,
    .page-rent-product .section-info .text .wrap-text h2,
    .page-rent-product .section-prod-info .prod_right .general_content h2 {
        font-size: 20px;
    }

    .page-rent .section-intro .intro {
        padding-bottom: 20px;
    }

    .page-rent .col_product {
        width: 50%;
    }

    .page-rent .section-intro .wrap-buttons .btn {
        white-space: initial;
        margin-right: 0;
    }

    .page-rent .section-video .feat-list .single_feat .wrap_feat {
        padding: 0 10px;
    }

    .page-rent .section-video .feat-list .single_feat .title {
        font-size: 16px;
    }

    .page-grid .section-video .wrap-buttons {
        padding-top: 30px;
    }

    .page-grid .section-video .wrap-buttons .btn {
        margin-left: 20px;
    }

    .page-grid .section-video .wrap-buttons {
        padding-top: 10px;
    }

    .page-grid .section-banner h2 {
        font-size: 24px;
    }

    .page-grid .section-banner .general_content {
        width: 100%;
        text-align: center;
    }

    .page-grid .section-banner:before {
        background: #000;
        opacity: 0.6;
    }

    .page-grid .section-banner .wrap-buttons {
        justify-content: center;
    }

    .page-rent .section-video .cover .play {
        top: calc((100% - 64px)/2);
        height: 64px;
        width: 181px;
        left: calc((100% - 181px)/2);
    }

    .page-rent .section-video .cover .play:before {
        top: 13px;
        background-size: 37px;
        width: 37px;
        height: 37px;
    }

    .page-rent .section-video .cover .play .text {
        top: 21px;
        font-size: 15px;
    }

    .page-rent-product .section-prod-info .prod_right .wrap-buttons {
        justify-content: center;
    }

    .page-rent-product .section-info .text .wrap-text .info {
        padding: 15px 20px;
    }

    .page-rent-product .section-info .text .wrap-text h4 {
        font-size: 17px;
    }

    .page-rent-product .hero .left_side .video-wrap,
    .page-rent-product .hero .left_side .wrap_gall {
        width: 100%;
    }

    .page-rent-product .hero .left_side .text h1 {
        font-size: 24px;
    }

    .page-rent-product .hero .right_side .total .value {
        font-size: 27px;
    }

    .fancy-prod-asc .images {
        width: 100%;
        margin-bottom: 20px;
    }

    .fancy-prod-asc .text {
        padding-left: 0;
        width: 100%;
    }
}

@media (max-width: 560px) {
    .page-rent .section {
        padding: 40px 0;
    }

    .page-rent .col_product {
        width: 101%;
    }

    .page-rent .section-video .feat-list .single_feat {
        width: 100%;
    }

    .page-rent .section-video .cover {
        height: 250px;
    }

    .page-rent .section-video:before {
        height: 200px;
    }

    .page-grid .accordion {
        padding: 10px;
    }

    .page-grid .accordion-section-title {
        font-size: 16px;
    }

    .page-grid .accordion-section-title {

        padding: 20px 70px 20px 23px;
    }

    .page-grid .accordion-section-title:after {
        top: 10px;
    }

    .page-grid .accordion-section-content {
        padding: 0 25px 10px 25px;
    }

    .page-grid .accordion-section-content p {
        font-size: 15px;
        line-height: 1.5em;
    }

    .page-rent-product .section-prod-info .prod_right .wrap-buttons .btn {
        margin-right: 0;
    }

    .page-rent-product .section-prod-info .line {
        display: none;
    }

    .page-rent-product .section-prod-info .wrap-features .feature {
        width: 50%;
    }


    .page-rent-product .section-prod-info .wrap-features .feature:nth-of-type(3n):after {
        content: "";
    }


    .page-rent-product .section-prod-info .wrap-features .feature:nth-of-type(2n):after {
        content: none;
    }

    .page-rent-product .section-prod-info .wrap-features .feature img {
        width: 32px;
    }

    .page-rent-product .section-prod-info .wrap-prod {
        padding: 15px;
    }

    .page-rent-product .section-prod-info .wrap-features .feature:after {
        height: 37px;
    }

    .page-rent-product .hero .right_side .wrap_form {
        padding: 30px;
    }

    .page-rent-product .hero .form .col_50 {
        width: 100%;
    }

    .page-rent-product .hero {
        background-size: 200%;
        background-position: top right;
    }

    .page-rent-product .hero .left_side .slider-gall-small .cover {
        height: 81px;
    }

    .page-rent-product .hero .left_side .slider-gall .single_slide {
        height: 240px;
    }
}

@media (max-width: 400px) {
    .page-rent-product .section-prod-info .wrap-features .feature {
        width: 100%;
    }

    .page-rent-product .section-prod-info .wrap-features .feature:nth-of-type(2n+1):after {
        content: none;
    }

    .page-rent-product .section-prod-info .wrap-features .flex {
        padding-bottom: 7px;
        padding-top: 7px;
    }
}.header-bottom .col-left .header-menu-subcategory li {
	-ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    width: 33%;
}

.header-bottom .col-left .header-menu-subcategory li a.parent {
	width: auto;
	font-weight: bold;
	margin: 10px 0px;
}

.header-bottom .col-left .header-menu-subcategory {
	padding-right: 10%;
}

.header-bottom .col-left .header-menu-subcategory ul.sub-subcategory {
	position: relative;
	left: auto;
	display: block !important;
}

.header-bottom .col-left .header-menu-subcategory ul.sub-subcategory li {
	width: 100%;
}
.short-desc p {
	margin-bottom: 0px;
}

/* default to mobile */
.full-width-video {
  width: 100%;
  background-color: black;
  aspect-ratio: 1280 / 720; /* width and height of the mobile video */
  max-height: 720px;
}
/* override for desktop */
@media only screen and (min-width: 480px) {
  .full-width-video {
    aspect-ratio: 1280 / 720;
  }
}

.category .product-small {
	text-align: center;
}
.cat-cos-popup {
	margin: 10px auto;
}

/*.popup-in-cos {
	display: none;
}*/
.header-announcement {
	background: orange;
	color: #fff;
	text-align: center;
	padding: 5px 0px;
}
.header-announcement p {margin: 0px;}
.header-announcement.red {background: red;}

.badge {
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	border-radius: 6px;
	padding: 5px 10px;
	background: #F0F5FD;
	border: 1px solid #D3DCEB;
}
@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url(data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff")}:root{--swiper-theme-color:#007aff}.jp-carousel-overlay .swiper-container{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.jp-carousel-overlay .swiper-container-vertical>.swiper-wrapper{flex-direction:column}.jp-carousel-overlay .swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.jp-carousel-overlay .swiper-container-android .swiper-slide,.jp-carousel-overlay .swiper-wrapper{transform:translateZ(0)}.jp-carousel-overlay .swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.jp-carousel-overlay .swiper-container-multirow-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.jp-carousel-overlay .swiper-container-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.jp-carousel-overlay .swiper-container-pointer-events{touch-action:pan-y}.jp-carousel-overlay .swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.jp-carousel-overlay .swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.jp-carousel-overlay .swiper-slide-invisible-blank{visibility:hidden}.jp-carousel-overlay .swiper-container-autoheight,.jp-carousel-overlay .swiper-container-autoheight .swiper-slide{height:auto}.jp-carousel-overlay .swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.jp-carousel-overlay .swiper-container-3d{perspective:1200px}.jp-carousel-overlay .swiper-container-3d .swiper-cube-shadow,.jp-carousel-overlay .swiper-container-3d .swiper-slide,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-bottom,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-left,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-right,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-top,.jp-carousel-overlay .swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-bottom,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-left,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-right,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.jp-carousel-overlay .swiper-container-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.jp-carousel-overlay .swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.jp-carousel-overlay .swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.jp-carousel-overlay .swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.jp-carousel-overlay .swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.jp-carousel-overlay .swiper-button-next,.jp-carousel-overlay .swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;margin-top:calc(0px - var( --swiper-navigation-size )/2);position:absolute;top:50%;width:calc(var( --swiper-navigation-size )/44*27);z-index:10}.jp-carousel-overlay .swiper-button-next.swiper-button-disabled,.jp-carousel-overlay .swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.jp-carousel-overlay .swiper-button-next:after,.jp-carousel-overlay .swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important;text-transform:none}.jp-carousel-overlay .swiper-button-prev,.jp-carousel-overlay .swiper-container-rtl .swiper-button-next{left:10px;right:auto}.jp-carousel-overlay .swiper-button-prev:after,.jp-carousel-overlay .swiper-container-rtl .swiper-button-next:after{content:"prev"}.jp-carousel-overlay .swiper-button-next,.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev{left:auto;right:10px}.jp-carousel-overlay .swiper-button-next:after,.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev:after{content:"next"}.jp-carousel-overlay .swiper-button-next.swiper-button-white,.jp-carousel-overlay .swiper-button-prev.swiper-button-white{--swiper-navigation-color:#fff}.jp-carousel-overlay .swiper-button-next.swiper-button-black,.jp-carousel-overlay .swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000}.jp-carousel-overlay .swiper-button-lock{display:none}.jp-carousel-overlay .swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.jp-carousel-overlay .swiper-pagination.swiper-pagination-hidden{opacity:0}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-bullets,.jp-carousel-overlay .swiper-pagination-custom,.jp-carousel-overlay .swiper-pagination-fraction{bottom:10px;left:0;width:100%}.jp-carousel-overlay .swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.jp-carousel-overlay .swiper-pagination-bullet{background:#000;border-radius:50%;display:inline-block;height:8px;opacity:.2;width:8px}.jp-carousel-overlay button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.jp-carousel-overlay .swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.jp-carousel-overlay .swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1}.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0}.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.jp-carousel-overlay .swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.jp-carousel-overlay .swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.jp-carousel-overlay .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.jp-carousel-overlay .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-progressbar,.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;left:0;top:0;width:100%}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px}.jp-carousel-overlay .swiper-pagination-white{--swiper-pagination-color:#fff}.jp-carousel-overlay .swiper-pagination-black{--swiper-pagination-color:#000}.jp-carousel-overlay .swiper-pagination-lock{display:none}.jp-carousel-overlay .swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.jp-carousel-overlay .swiper-zoom-container>canvas,.jp-carousel-overlay .swiper-zoom-container>img,.jp-carousel-overlay .swiper-zoom-container>svg{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.jp-carousel-overlay .swiper-slide-zoomed{cursor:move}.jp-carousel-overlay .swiper-container .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}:root{--jp-carousel-primary-color:#fff;--jp-carousel-primary-subtle-color:#999;--jp-carousel-bg-color:#000;--jp-carousel-bg-faded-color:#222;--jp-carousel-border-color:#3a3a3a}:root .jp-carousel-light{--jp-carousel-primary-color:#000;--jp-carousel-primary-subtle-color:#646970;--jp-carousel-bg-color:#fff;--jp-carousel-bg-faded-color:#fbfbfb;--jp-carousel-border-color:#dcdcde}.jp-carousel-overlay .swiper-button-next,.jp-carousel-overlay .swiper-button-prev,.jp-carousel-overlay .swiper-container-rtl .swiper-button-next,.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev{background-image:none}[data-carousel-extra]:not(.jp-carousel-wrap) img,[data-carousel-extra]:not(.jp-carousel-wrap) img+figcaption{cursor:pointer}.jp-carousel-wrap *{line-height:inherit}.jp-carousel-wrap.swiper-container{height:auto;width:100vw}.jp-carousel-overlay .swiper-zoom-container{background-position:50%;background-repeat:no-repeat;background-size:200%}.jp-carousel-overlay .swiper-slide.swiper-slide-next .swiper-zoom-container img,.jp-carousel-overlay .swiper-slide.swiper-slide-prev .swiper-zoom-container img{transition:none!important}.jp-carousel-overlay .swiper-button-next,.jp-carousel-overlay .swiper-button-prev{background-image:none;height:auto;opacity:.5;padding:20px 40px;transition:opacity .5s ease-out;width:auto}.jp-carousel-overlay .swiper-button-next:hover,.jp-carousel-overlay .swiper-button-prev:hover{opacity:1}.jp-carousel-overlay .swiper-button-next:after,.jp-carousel-overlay .swiper-button-prev:after,.jp-carousel-overlay .swiper-container-rtl .swiper-button-next:after,.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev:after{content:none}.jp-carousel-overlay .swiper-button-next svg,.jp-carousel-overlay .swiper-button-prev svg{background:var(--jp-carousel-bg-color);border-radius:4px;height:30px;width:28px}.jp-carousel-overlay .swiper-button-next svg:hover,.jp-carousel-overlay .swiper-button-prev svg:hover{background:var(--jp-carousel-primary-subtle-color)}.jp-carousel-overlay{background:var(--jp-carousel-bg-color);bottom:0;direction:ltr;font-family:Helvetica Neue,sans-serif!important;left:0;overflow-x:hidden;overflow-y:auto;position:fixed;right:0;top:0;z-index:2147483647}.jp-carousel-overlay *{box-sizing:border-box}.jp-carousel-overlay h1:before,.jp-carousel-overlay h2:before,.jp-carousel-overlay h3:before{content:none;display:none}.jp-carousel-overlay .swiper-container .swiper-button-prev{left:0;right:auto}.jp-carousel-overlay .swiper-container .swiper-button-next{left:auto;right:0}.jp-carousel-overlay .swiper-container.swiper-container-rtl .swiper-button-next,.jp-carousel-overlay .swiper-container.swiper-container-rtl .swiper-button-prev{transform:scaleX(-1)}.jp-carousel-container{display:grid;grid-template-rows:1fr 64px;height:100%}.jp-carousel-hide-controls .jp-carousel-container{grid-template-rows:1fr}.jp-carousel-hide-controls .swiper-wrapper{margin-top:-32px}.jp-carousel-hide-controls .jp-swiper-button-next,.jp-carousel-hide-controls .jp-swiper-button-prev{margin-top:-54px}.jp-carousel-msg{background-color:var(--jp-carousel-primary-color);border-left:4px solid #ffba00;box-shadow:0 1px 1px 0 rgba(0,0,0,.1);display:inline-block;font-family:Open Sans,sans-serif;font-size:14px;font-style:normal;line-height:19px;margin:25px 20px 0 2px;padding:11px 15px;text-align:center}.jp-carousel-info{-webkit-font-smoothing:subpixel-antialiased!important;background-color:var(--jp-carousel-bg-color);display:flex;flex-direction:column;opacity:1;text-align:left!important;transition:opacity .2s ease-out;z-index:100}.jp-carousel-hide-controls .jp-carousel-info{height:0;overflow:hidden;visibility:hidden}.jp-carousel-info-footer{align-items:center;display:flex;height:64px;justify-content:space-between;position:relative}.jp-carousel-info-extra,.jp-carousel-info-footer{background-color:var(--jp-carousel-bg-color);width:100vw}.jp-carousel-info-extra{border-top:1px solid var(--jp-carousel-bg-faded-color);display:none;padding:35px}.jp-carousel-title-and-caption{margin-bottom:15px}.jp-carousel-info-extra.jp-carousel-show{display:block}.jp-carousel-info ::selection{background:var(--jp-carousel-primary-color);color:var(--jp-carousel-primary-color)}.jp-carousel-info ::-moz-selection{background:var(--jp-carousel-primary-color);color:var(--jp-carousel-primary-color)}.jp-carousel-photo-info{left:0!important;width:100%!important}.jp-carousel-comments-wrapper{display:none;padding:0;width:100%!important}.jp-carousel-comments-wrapper.jp-carousel-show{display:block}.jp-carousel-comments-wrapper>.jp-carousel-photo-info{display:none}.jp-carousel-transitions .jp-carousel-photo-info{transition:.4s ease-out}.jp-carousel-buttons{background:#222;border-bottom:1px solid #222;margin:-18px -20px 15px;padding:8px 10px;text-align:center}div.jp-carousel-buttons a{-webkit-font-smoothing:subpixel-antialiased;border:none!important;color:var(--jp-carousel-primary-subtle-color);font:normal 11px/1.2em Helvetica Neue,sans-serif!important;letter-spacing:0!important;padding:5px 2px 5px 0;text-decoration:none!important;text-shadow:none!important;vertical-align:middle}div.jp-carousel-buttons a:hover{border:none!important;color:var(--jp-carousel-primary-color)}.jp-carousel-transitions div.jp-carousel-buttons a:hover{transition:none!important}.jp-carousel-slide,.jp-carousel-slide img{transform:translateZ(0)}.jp-carousel-close-hint{color:var(--jp-carousel-primary-color);cursor:default;cursor:pointer;height:45px;letter-spacing:0!important;padding:10px;position:fixed;right:30px;text-align:right;top:20px;transition:opacity .2s ease-out;width:45px;z-index:15}.jp-carousel-transitions .jp-carousel-close-hint{transition:color .2s linear}.jp-carousel-close-hint svg{background:var(--jp-carousel-bg-color);border-radius:4px;padding:3px 2px}.jp-carousel-close-hint svg:hover{background:var(--jp-carousel-primary-subtle-color)}.jp-carousel-close-hint:hover{color:var(--jp-carousel-primary-color)}.jp-carousel-close-hint:hover span{border-color:var(--jp-carousel-primary-color)}.jp-carousel-pagination-container{flex:1;margin:0 15px 0 35px}.jp-carousel-pagination,.jp-swiper-pagination{color:var(--jp-carousel-primary-color);display:none;font-size:15px;font-weight:400;position:static!important;white-space:nowrap}.jp-carousel-pagination-container .swiper-pagination{line-height:8px;text-align:left}.jp-carousel-pagination{padding-left:5px}.jp-swiper-pagination .swiper-pagination-bullet{background:var(--jp-carousel-primary-subtle-color);margin:0 4px}.jp-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--jp-carousel-primary-color)}.jp-swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){background:var(--jp-carousel-primary-color);opacity:.5}.jp-carousel-info-footer .jp-carousel-photo-title-container{flex-basis:50vw;flex:4;justify-content:center;margin:0;overflow:hidden}.jp-carousel-photo-caption,.jp-carousel-photo-title{background:none!important;border:none!important;color:var(--jp-carousel-primary-color);display:inline-block;font:normal 20px/1.3em Helvetica Neue,sans-serif;letter-spacing:0!important;line-height:normal;margin:0 0 10px;overflow:hidden;padding:0;text-shadow:none!important;text-transform:none!important}.jp-carousel-info-footer .jp-carousel-photo-caption{color:var(--jp-carousel-primary-subtle-color);cursor:pointer;font-size:15px;margin:0;text-align:center;text-overflow:ellipsis;white-space:nowrap}.jp-carousel-info-footer .jp-carousel-photo-caption p{margin:0}.jp-carousel-photo-title{font-size:32px;margin-bottom:2px}.jp-carousel-photo-description{color:var(--jp-carousel-primary-subtle-color);font-size:16px;margin:25px 0;overflow:hidden;overflow-wrap:break-word;width:100%}.jp-carousel-photo-description p{color:var(--jp-carousel-primary-subtle-color);line-height:1.4;margin-bottom:0}.jp-carousel-comments p a,.jp-carousel-info h2 a,.jp-carousel-photo-description p a{border:none!important;color:var(--jp-carousel-primary-color)!important;font-style:normal!important;font-weight:400!important;text-decoration:underline!important}.jp-carousel-photo-description p b,.jp-carousel-photo-description p strong{color:var(--jp-carousel-primary-subtle-color);font-weight:700}.jp-carousel-photo-description p em,.jp-carousel-photo-description p i{color:var(--jp-carousel-primary-subtle-color);font-style:italic}.jp-carousel-comments p a:hover,.jp-carousel-info h2 a:hover,.jp-carousel-photo-description p a:hover{color:var(--jp-carousel-primary-subtle-color)!important}.jp-carousel-photo-description p:empty{display:none}.jp-carousel-comments-wrapper h1:after,.jp-carousel-comments-wrapper h1:before,.jp-carousel-photo-info h1:after,.jp-carousel-photo-info h1:before{content:none!important}.jp-carousel-caption{font-size:14px;font-weight:400;margin:0}.jp-carousel-image-meta{color:var(--jp-carousel-primary-color);display:none;font-size:13px;font:12px/1.4 Helvetica Neue,sans-serif!important;width:100%}.jp-carousel-image-meta.jp-carousel-show{display:block}.jp-carousel-image-meta h5,.jp-carousel-image-meta li{background:none!important;border:none!important;bottom:auto!important;font-family:Helvetica Neue,sans-serif!important;font-weight:400!important;left:auto!important;line-height:1.3em!important;position:inherit!important;right:auto!important;top:auto!important}.jp-carousel-image-meta ul{list-style:none!important;margin:0!important;padding:0!important}.jp-carousel-image-meta li{color:var(--jp-carousel-primary-color)!important;display:inline-block!important;font-size:13px!important;margin:0 2% 15px 0!important;vertical-align:top!important;width:48%!important}.jp-carousel-image-meta h5{color:var(--jp-carousel-primary-subtle-color)!important;font-size:10px!important;letter-spacing:.1em!important;margin:0 0 2px!important;text-transform:uppercase!important}a.jp-carousel-image-download{clear:both;color:var(--jp-carousel-primary-subtle-color);display:inline-block;font-size:14px;font-weight:400;line-height:1;text-decoration:none}a.jp-carousel-image-download svg{display:inline-block;margin:0 3px;padding-bottom:2px;vertical-align:middle}a.jp-carousel-image-download span.photo-size{border-radius:1em;display:inline-block;font-size:11px;margin-left:2px}a.jp-carousel-image-download span.photo-size-times{padding:0 1px 0 2px}.jp-carousel-comments{background:none transparent;bottom:10px;font:15px/1.7 Helvetica Neue,sans-serif!important;font-weight:400;margin-top:20px;width:100%}.jp-carousel-comments p a:active,.jp-carousel-comments p a:focus,.jp-carousel-comments p a:hover{color:var(--jp-carousel-primary-color)!important}.jp-carousel-comment{background:none transparent;color:var(--jp-carousel-primary-subtle-color);display:flex;overflow:auto;width:100%}.jp-carousel-comment+.jp-carousel-comment{margin-top:20px}.jp-carousel-comment:last-of-type{margin-bottom:20px}.jp-carousel-comment p{color:var(--jp-carousel-primary-subtle-color)!important}.jp-carousel-comment .comment-author{border:none;display:inline;float:none;font-size:15px;font-weight:500;margin:0;padding:0;width:auto}.jp-carousel-comment .comment-author a{color:var(--jp-carousel-primary-color)}.jp-carousel-comment .comment-gravatar{float:none;margin-right:10px}.jp-carousel-comment .comment-content{border:none;padding:0}.jp-carousel-comment .avatar{background-color:transparent!important;border:none!important;border-radius:4px;height:64px;margin:0;min-height:64px;min-width:64px;padding:0!important;width:64px}.jp-carousel-comment .comment-date{border-bottom:1px solid var(--jp-carousel-bg-faded-color);color:var(--jp-carousel-primary-subtle-color);font-size:11px;margin-bottom:6px}#jp-carousel-comment-form{margin:0 0 10px!important;width:100%}#jp-carousel-comment-form.jp-carousel-is-disabled{opacity:.5;pointer-events:none}textarea#jp-carousel-comment-form-comment-field{background:var(--jp-carousel-bg-faded-color);border:1px solid var(--jp-carousel-border-color);border-radius:3px;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1);box-sizing:border-box;color:var(--jp-carousel-primary-subtle-color);float:none;font:16px/1.4 Helvetica Neue,sans-serif!important;height:147px;margin:0;overflow:hidden;padding:10px 10px 5px;width:100%}textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#555}textarea#jp-carousel-comment-form-comment-field:focus{background:var(--jp-carousel-bg-faded-color);color:var(--jp-carousel-primary-subtle-color)}textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:var(--jp-carousel-primary-subtle-color)}#jp-carousel-loading-overlay{bottom:0;display:none;left:0;position:fixed;right:0;top:0}#jp-carousel-loading-wrapper{align-items:center;display:flex;height:100vh;justify-content:center;width:100vw}#jp-carousel-library-loading,#jp-carousel-library-loading:after{border-radius:50%;height:40px;width:40px}#jp-carousel-library-loading{animation:load8 1.1s linear infinite;border:8px solid hsla(0,0%,100%,.2);border-left:8px solid var(--jp-carousel-primary-color);float:left;font-size:10px;margin:22px 0 0 10px;position:relative;text-indent:-9999em;transform:translateZ(0)}#jp-carousel-comment-form-spinner,#jp-carousel-comment-form-spinner:after{border-radius:50%;height:20px;width:20px}#jp-carousel-comment-form-spinner{animation:load8 1.1s linear infinite;border:4px solid hsla(0,0%,100%,.2);border-left:4px solid var(--jp-carousel-primary-color);bottom:0;display:none;float:left;font-size:10px;left:0;margin:0 auto;position:absolute;right:0;text-indent:-9999em;top:calc(50% - 15px);transform:translateZ(0)}@keyframes load8{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.jp-carousel-info-content-wrapper{margin:auto;max-width:800px}#jp-carousel-comment-form-submit-and-info-wrapper{display:none;overflow:hidden;width:100%}#jp-carousel-comment-form-commenting-as input{background:var(--jp-carousel-bg-color);border:1px solid var(--jp-carousel-border-color);border-radius:2px;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);color:var(--jp-carousel-primary-subtle-color);float:left;font:16px/1.4 Helvetica Neue,sans-serif!important;padding:10px;width:285px}#jp-carousel-comment-form-commenting-as input:focus{background:var(--jp-carousel-bg-faded-color);color:var(--jp-carousel-primary-subtle-color)}#jp-carousel-comment-form-commenting-as p{float:left;font:400 13px/1.7 Helvetica Neue,sans-serif!important;margin:22px 0 0}#jp-carousel-comment-form-commenting-as fieldset{border:none;clear:both;float:left;margin:20px 0 0;padding:0}#jp-carousel-comment-form-commenting-as label{float:left;font:400 13px/1.7 Helvetica Neue,sans-serif!important;margin:0 20px 3px 0;width:100px}#jp-carousel-comment-form-button-submit{background:var(--jp-carousel-bg-color);border:1px solid var(--jp-carousel-primary-color);border-radius:3px;color:var(--jp-carousel-primary-color);display:block;font-size:14px;margin-left:auto;margin-top:20px;padding:8px 16px}#jp-carousel-comment-form-button-submit:active,#jp-carousel-comment-form-button-submit:focus{background:var(--jp-carousel-primary-color);color:var(--jp-carousel-bg-color)}#jp-carousel-comment-form-container{color:var(--jp-carousel-primary-subtle-color);margin-bottom:15px;margin-top:20px;overflow:hidden;position:relative;width:100%}#jp-carousel-comment-post-results{display:none;overflow:auto;width:100%}#jp-carousel-comment-post-results span{border:1px solid var(--jp-carousel-border-color);border-radius:2px;box-shadow:inset 0 0 5px 0 rgba(0,0,0,.2);box-sizing:border-box;display:block;font:13px/1.4 Helvetica Neue,sans-serif!important;margin-top:20px;overflow:auto;padding:1em 0;text-align:center;width:100%}.jp-carousel-comment-post-error{color:#df4926}#jp-carousel-comments-closed,#jp-carousel-comments-loading{color:var(--jp-carousel-primary-subtle-color);display:none}#jp-carousel-comments-loading{bottom:10px;font:400 15px/1.7 Helvetica Neue,sans-serif!important;margin-bottom:20px;margin-top:20px;text-align:left;width:100%}.jp-carousel-photo-icons-container{display:block;flex:1;margin:0 20px 0 30px;text-align:right;white-space:nowrap}.jp-carousel-icon-btn{background:none;border:none;display:inline-block;height:64px;padding:16px;text-decoration:none}.jp-carousel-icon{border:none;border-radius:4px;display:inline-block;font-style:normal;font-weight:400;line-height:0;padding:4px 3px 3px;width:31px}.jp-carousel-icon:hover{background:var(--jp-carousel-primary-subtle-color)}.jp-carousel-icon svg{display:inline-block}.jp-carousel-overlay rect{fill:var(--jp-carousel-primary-color)}.jp-carousel-selected .jp-carousel-icon{background:var(--jp-carousel-primary-color)}.jp-carousel-selected rect{fill:var(--jp-carousel-bg-color)}.jp-carousel-icon-comments.jp-carousel-show{display:inline-block}.jp-carousel-icon .jp-carousel-has-comments-indicator{background:var(--jp-carousel-primary-color);border-radius:4px;color:var(--jp-carousel-bg-color);display:none;font-family:Helvetica Neue,sans-serif!important;font-size:12px;font-weight:400;line-height:1;margin-left:-16px;padding:2px 4px;position:relative;vertical-align:top}.jp-carousel-selected .jp-carousel-icon .jp-carousel-has-comments-indicator{background:var(--jp-carousel-bg-color);color:var(--jp-carousel-primary-color)}.jp-carousel-has-comments-indicator.jp-carousel-show{display:inline-block}@media only screen and (max-width:760px){.jp-carousel-buttons,.jp-carousel-overlay .swiper-container .swiper-button-next,.jp-carousel-overlay .swiper-container .swiper-button-prev{display:none!important}.jp-carousel-image-meta{box-sizing:border-box;float:none!important;margin-left:0;width:100%!important}.jp-carousel-close-hint{font-size:26px!important;position:fixed!important;right:10px;top:10px}.admin-bar .jp-carousel-close-hint{top:40px}.jp-carousel-slide img{opacity:1}.jp-carousel-wrap{background-color:var(--jp-carousel-bg-color)}.jp-carousel-fadeaway,.jp-carousel-info>.jp-carousel-photo-info{display:none}.jp-carousel-comments-wrapper>.jp-carousel-photo-info{display:block}.jp-carousel-caption{overflow:visible!important}.jp-carousel-info-footer .jp-carousel-photo-title-container{display:none}.jp-carousel-photo-icons-container{margin:0 10px 0 0;white-space:nowrap}.jp-carousel-icon-btn{padding-left:20px}.jp-carousel-pagination{padding-left:5px}.jp-carousel-pagination-container{margin-left:25px}.jp-carousel-comment .avatar{min-width:48px}#jp-carousel-comment-form-commenting-as fieldset,#jp-carousel-comment-form-commenting-as input{float:none;width:100%}}:root{--jetpack--contact-form--border:1px solid #8c8f94;--jetpack--contact-form--border-color:#8c8f94;--jetpack--contact-form--border-size:1px;--jetpack--contact-form--border-style:solid;--jetpack--contact-form--border-radius:0px;--jetpack--contact-form--input-padding:16px}.contact-form .clear-form{clear:both}.contact-form input::placeholder{transition:opacity .3s ease-out}.contact-form input:hover::placeholder{opacity:.5}.contact-form input:focus::placeholder{opacity:.3}:where(.contact-form input[type=text],.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=url],.contact-form textarea){border:1px solid #8c8f94;border-radius:0;box-sizing:border-box;font:inherit;padding:16px;width:100%}:where(.contact-form textarea){height:200px}.contact-form :where(.grunion-field[type=text],.grunion-field.textarea){padding-left:max(var(--jetpack--contact-form--input-padding-left,16px),var(--jetpack--contact-form--border-radius));padding-right:max(var(--jetpack--contact-form--input-padding-left,16px),var(--jetpack--contact-form--border-radius))}.contact-form .grunion-field-wrap input,.contact-form .grunion-field-wrap textarea{margin:0}.contact-form select{min-width:150px;padding:14px 7px}.contact-form :where(input[type=radio],input[type=checkbox]){float:none;height:1rem;width:1rem}.contact-form input[type=checkbox],.contact-form input[type=radio]{margin:0 .75rem 0 0}.contact-form input[type=checkbox]{margin-left:0;top:0}.contact-form label{display:block;float:none;font-weight:700;margin-bottom:.25em}.contact-form label.consent{align-items:center;display:flex;font-size:13px;font-weight:400;text-transform:uppercase}.contact-form label.consent-implicit input{display:none}.contact-form label.checkbox,.contact-form label.checkbox-multiple,.contact-form label.radio{align-items:center;display:inline-flex;float:none;font-weight:400;line-height:1;margin-bottom:0}.contact-form .grunion-checkbox-multiple-options,.contact-form .grunion-radio-options{display:flex;flex-direction:column;gap:12px}.contact-form label span{font-size:85%;font-weight:400;margin-left:.25em;opacity:.45}.contact-form-submission{border-bottom:1px solid #000;border-top:1px solid #000;margin-bottom:4em;padding:1.5em 1em;width:100%}.contact-form-submission p{word-wrap:break-word;margin:0 auto}.contact-form-submission h4{font-weight:200;margin-bottom:32px;margin-top:32px}.contact-form-submission .go-back-message{margin-bottom:32px;margin-top:20px;text-align:left}.contact-form-submission .go-back-message .link{color:#000;font-weight:200}.contact-form-submission .field-name{font-weight:200}.contact-form-submission .field-value{font-weight:600;margin-bottom:20px}.form-errors .form-error-message{color:red}.textwidget .contact-form input[type=email],.textwidget .contact-form input[type=tel],.textwidget .contact-form input[type=text],.textwidget .contact-form input[type=url],.textwidget .contact-form textarea,.wp-block-column .contact-form input[type=email],.wp-block-column .contact-form input[type=tel],.wp-block-column .contact-form input[type=text],.wp-block-column .contact-form input[type=url],.wp-block-column .contact-form textarea{width:100%}#jetpack-check-feedback-spam{margin:1px 8px 0 0}.jetpack-check-feedback-spam-spinner{display:inline-block;margin-top:7px}.wp-block-jetpack-contact-form{display:flex;flex-direction:row;flex-grow:1;flex-wrap:wrap;gap:var(--wp--style--block-gap,1.5rem);justify-content:flex-start}.wp-block-jetpack-contact-form>*{flex:0 0 100%}.wp-block-jetpack-contact-form-container.alignfull .wp-block-jetpack-contact-form{padding-left:0;padding-right:0}.wp-block-jetpack-button.alignright button{float:right}.wp-block-jetpack-contact-form .grunion-field-wrap{box-sizing:border-box}.wp-block-jetpack-contact-form .grunion-field-width-25-wrap{flex:1 1 calc(25% - var(--wp--style--block-gap, 1.5rem)*1);max-width:25%}.wp-block-jetpack-contact-form .grunion-field-width-50-wrap{flex:1 1 calc(50% - var(--wp--style--block-gap, 1.5rem)*1);max-width:50%}.wp-block-jetpack-contact-form .grunion-field-width-75-wrap{flex:1 1 calc(75% - var(--wp--style--block-gap, 1.5rem)*1);max-width:75%}.grunion-field-checkbox-wrap,.grunion-field-consent-wrap{align-self:center}@media only screen and (min-width:600px){.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=text],.contact-form input[type=url]{width:50%}.wp-block-jetpack-contact-form input[type=email],.wp-block-jetpack-contact-form input[type=tel],.wp-block-jetpack-contact-form input[type=text],.wp-block-jetpack-contact-form input[type=url]{width:100%}}.jetpack-empty-spam,.jetpack-empty-spam-container{display:inline-block}.jetpack-empty-spam-spinner{display:inline-block;margin-top:7px}.wp-block-jetpack-contact-form .wp-block-spacer{width:100%}.contact-form .contact-form-dropdown__button.ui-button{align-items:center;background-color:var(--jetpack--contact-form--input-background);border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);box-sizing:border-box;color:var(--jetpack--contact-form--text-color);display:flex;flex-direction:row-reverse;font-family:var(--jetpack--contact-form--font-family);font-size:var(--jetpack--contact-form--font-size);justify-content:space-between;line-height:var(--jetpack--contact-form--line-height);padding:var(--jetpack--contact-form--input-padding);width:100%}.contact-form .contact-form-dropdown__button.ui-button .ui-selectmenu-icon.ui-icon{background:none}.contact-form .contact-form-dropdown__button .ui-selectmenu-icon,.contact-form .contact-form-dropdown__button.ui-selectmenu-button-open .ui-selectmenu-icon{align-items:center;border:2px solid transparent;box-sizing:border-box;display:flex;height:.8em;justify-content:center;margin-right:4px;overflow:visible;position:relative;width:.8em}.contact-form .contact-form-dropdown__button .ui-selectmenu-icon:after{border-bottom:2px solid;border-right:2px solid;box-sizing:border-box;content:"";display:block;height:100%;margin-top:-5px;transform:rotate(45deg);transition:all .2s ease-in-out;width:100%}.contact-form .contact-form-dropdown__button.ui-selectmenu-button-open .ui-selectmenu-icon:after{margin-top:8px;transform:rotate(225deg)}.contact-form .contact-form-dropdown__menu{z-index:1}.contact-form .contact-form-dropdown__menu ul.ui-menu{background-color:var(--jetpack--contact-form--input-background);border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);box-shadow:0 2px 6px rgba(0,0,0,.05);color:var(--jetpack--contact-form--text-color);font-family:var(--jetpack--contact-form--font-family);font-size:var(--jetpack--contact-form--font-size);line-height:normal;list-style:none;margin:0;max-height:230px;overflow:auto;padding:0}.contact-form .contact-form-dropdown__menu .ui-menu-item{margin:0}.contact-form .contact-form-dropdown__menu .ui-menu{margin-top:8px}.contact-form .contact-form-dropdown__menu .ui-menu .ui-menu-item-wrapper{padding:var(--jetpack--contact-form--input-padding)}.contact-form .contact-form-dropdown__menu .ui-menu .ui-menu-item-wrapper.ui-state-active{background-color:var(--jetpack--contact-form--text-color);border:none;color:var(--jetpack--contact-form--input-background);position:relative}.contact-form .is-style-animated .grunion-field-wrap:not(.grunion-field-checkbox-wrap):not(.grunion-field-consent-wrap),.contact-form .is-style-outlined .grunion-field-wrap:not(.grunion-field-checkbox-wrap):not(.grunion-field-consent-wrap){--notch-width:max(var(--jetpack--contact-form--input-padding-left,16px),var(--jetpack--contact-form--border-radius));display:flex;flex-direction:row-reverse;position:relative}.contact-form .is-style-outlined .grunion-field-checkbox-multiple-wrap,.contact-form .is-style-outlined .grunion-field-radio-wrap{background-color:var(--jetpack--contact-form--input-background)}.contact-form .is-style-animated .grunion-field-wrap .grunion-checkbox-multiple-options,.contact-form .is-style-animated .grunion-field-wrap .grunion-radio-options,.contact-form .is-style-outlined .grunion-field-wrap .grunion-checkbox-multiple-options,.contact-form .is-style-outlined .grunion-field-wrap .grunion-radio-options{flex-grow:1;padding:var(--jetpack--contact-form--input-padding,16px);padding-top:calc(var(--jetpack--contact-form--input-padding-top, 16px) + 4px)}.contact-form :not(.is-style-outlined):not(.is-style-animated) .grunion-field-wrap .grunion-checkbox-multiple-options,.contact-form :not(.is-style-outlined):not(.is-style-animated) .grunion-field-wrap .grunion-radio-options{background-color:var(--jetpack--contact-form--input-background);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);padding:var(--jetpack--contact-form--input-padding,16px)}.contact-form .is-style-outlined .grunion-field-wrap .notched-label{box-sizing:border-box;display:flex;height:100%;left:0;max-width:100%;pointer-events:none;position:absolute;right:0;text-align:left;width:100%}.contact-form .is-style-outlined .grunion-field-wrap .notched-label .notched-label__leading{border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-bottom-right-radius:unset;border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);border-right:none;border-top-right-radius:unset;width:var(--notch-width)}.contact-form .is-style-outlined .grunion-field-wrap .notched-label .notched-label__notch{border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:unset;border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);border-left:none;border-right:none;padding:0 4px;transition:border .15s linear}.contact-form .is-style-outlined .grunion-field-wrap.no-label .notched-label__notch{padding:0}.contact-form .is-style-outlined .grunion-field-wrap .notched-label .notched-label__label{font-weight:300;margin:0;pointer-events:none;position:relative;top:50%;transform:translateY(-50%);transition:all .15s cubic-bezier(.4,0,.2,1);will-change:transform}.contact-form .is-style-outlined .grunion-field-textarea-wrap .notched-label .notched-label__label{top:var(--jetpack--contact-form--input-padding-top,16px);transform:unset}.contact-form .is-style-outlined .grunion-field-wrap .notched-label .notched-label__trailing{border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-bottom-left-radius:unset;border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);border-left:none;border-top-left-radius:unset;flex-grow:1}.contact-form .is-style-outlined .grunion-field-wrap .grunion-checkbox-multiple-options~.notched-label .notched-label__notch,.contact-form .is-style-outlined .grunion-field-wrap .grunion-field.has-placeholder~.notched-label .notched-label__notch,.contact-form .is-style-outlined .grunion-field-wrap .grunion-field:focus~.notched-label .notched-label__notch,.contact-form .is-style-outlined .grunion-field-wrap .grunion-field:not(:placeholder-shown)~.notched-label .notched-label__notch,.contact-form .is-style-outlined .grunion-field-wrap .grunion-radio-options~.notched-label .notched-label__notch{border-top-color:transparent}.contact-form .is-style-outlined .grunion-field-wrap .grunion-checkbox-multiple-options~.notched-label .notched-label__label,.contact-form .is-style-outlined .grunion-field-wrap .grunion-field.has-placeholder~.notched-label .notched-label__label,.contact-form .is-style-outlined .grunion-field-wrap .grunion-field:focus~.notched-label .notched-label__label,.contact-form .is-style-outlined .grunion-field-wrap .grunion-field:not(:placeholder-shown)~.notched-label .notched-label__label,.contact-form .is-style-outlined .grunion-field-wrap .grunion-radio-options~.notched-label .notched-label__label{font-size:.8em;top:calc(var(--jetpack--contact-form--border-size)*-1);transform:translateY(-50%)}.contact-form .is-style-outlined .grunion-field-wrap .contact-form-dropdown__button,.contact-form .is-style-outlined .grunion-field-wrap>input,.contact-form .is-style-outlined .grunion-field-wrap>textarea{border-color:transparent!important;outline:none;padding-left:calc(var(--notch-width) + 4px);padding-right:calc(var(--notch-width) + 4px)}.contact-form .is-style-outlined .grunion-field-wrap textarea{padding:var(--jetpack--contact-form--input-padding,16px)}.contact-form .is-style-outlined .contact-form-dropdown__menu .ui-menu-item-wrapper,.contact-form .is-style-outlined .grunion-field-wrap textarea{padding-left:calc(var(--notch-width) + 4px);padding-right:calc(var(--notch-width) + 4px)}.contact-form .is-style-animated .grunion-field-wrap{--left-offset:calc(var(--jetpack--contact-form--input-padding-left, 16px) + var(--jetpack--contact-form--border-size));--label-left:max(var(--left-offset),var(--jetpack--contact-form--border-radius));--field-padding:calc(var(--label-left) - var(--jetpack--contact-form--border-size))}.contact-form .is-style-animated .grunion-field-wrap input{outline:none}.contact-form .is-style-animated .grunion-field-wrap textarea{outline:none;padding:var(--jetpack--contact-form--input-padding,16px)}.contact-form .is-style-animated .grunion-field-wrap:not(.no-label) .contact-form-dropdown__button,.contact-form .is-style-animated .grunion-field-wrap:not(.no-label)>input,.contact-form .is-style-animated .grunion-field-wrap:not(.no-label)>textarea{padding-left:var(--field-padding);padding-right:var(--field-padding);padding-top:1.4em}.contact-form .is-style-animated .grunion-field-wrap .contact-form-dropdown__menu .ui-menu-item-wrapper{padding-left:var(--field-padding);padding-right:var(--field-padding)}.contact-form .is-style-animated .grunion-field-checkbox-multiple-wrap,.contact-form .is-style-animated .grunion-field-radio-wrap{background-color:var(--jetpack--contact-form--input-background);border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size)}.contact-form .is-style-animated .grunion-field-checkbox-multiple-wrap .grunion-checkbox-multiple-options,.contact-form .is-style-animated .grunion-field-radio-wrap .grunion-radio-options{padding-top:1.7em}.contact-form .is-style-animated .grunion-field-wrap .animated-label__label{box-sizing:border-box;left:var(--label-left);margin:0;max-width:100%;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:all .15s cubic-bezier(.4,0,.2,1);width:100%}.contact-form .is-style-animated .grunion-field-textarea-wrap .animated-label__label{top:var(--jetpack--contact-form--input-padding-top,16px);transform:unset}.contact-form .is-style-animated .grunion-field-wrap .grunion-checkbox-multiple-options~.animated-label__label,.contact-form .is-style-animated .grunion-field-wrap .grunion-field.has-placeholder~.animated-label__label,.contact-form .is-style-animated .grunion-field-wrap .grunion-field:focus~.animated-label__label,.contact-form .is-style-animated .grunion-field-wrap .grunion-field:not(:placeholder-shown)~.animated-label__label,.contact-form .is-style-animated .grunion-field-wrap .grunion-radio-options~.animated-label__label{font-size:.75em;top:calc(2px + var(--jetpack--contact-form--border-size));transform:translateY(0)}.contact-form .is-style-below .grunion-field-wrap .below-label__label{margin-left:var(--jetpack--contact-form--border-size)}.infinite-loader{color:#000;display:block;height:28px;text-align:center}#infinite-handle span{background:#333;border-radius:1px;color:#f0f0f1;cursor:pointer;font-size:13px;padding:6px 16px}@keyframes spinner-inner{0%{opacity:1}to{opacity:0}}.infinite-loader .spinner-inner div{animation:spinner-inner 1s linear infinite;background:#000;border-radius:3px/6px;height:12px;left:47px;outline:1px solid #fff;position:absolute;top:24px;transform-origin:3px 26px;width:6px}.infinite-loader .spinner-inner div:first-child{animation-delay:-.9166666667s;background:#000;transform:rotate(0deg)}.infinite-loader .spinner-inner div:nth-child(2){animation-delay:-.8333333333s;background:#000;transform:rotate(30deg)}.infinite-loader .spinner-inner div:nth-child(3){animation-delay:-.75s;background:#000;transform:rotate(60deg)}.infinite-loader .spinner-inner div:nth-child(4){animation-delay:-.6666666667s;background:#000;transform:rotate(90deg)}.infinite-loader .spinner-inner div:nth-child(5){animation-delay:-.5833333333s;background:#000;transform:rotate(120deg)}.infinite-loader .spinner-inner div:nth-child(6){animation-delay:-.5s;background:#000;transform:rotate(150deg)}.infinite-loader .spinner-inner div:nth-child(7){animation-delay:-.4166666667s;background:#000;transform:rotate(180deg)}.infinite-loader .spinner-inner div:nth-child(8){animation-delay:-.3333333333s;background:#000;transform:rotate(210deg)}.infinite-loader .spinner-inner div:nth-child(9){animation-delay:-.25s;background:#000;transform:rotate(240deg)}.infinite-loader .spinner-inner div:nth-child(10){animation-delay:-.1666666667s;background:#000;transform:rotate(270deg)}.infinite-loader .spinner-inner div:nth-child(11){animation-delay:-.0833333333s;background:#000;transform:rotate(300deg)}.infinite-loader .spinner-inner div:nth-child(12){animation-delay:0s;background:#000;transform:rotate(330deg)}.infinite-loader .spinner{background:none;display:inline-block;height:28px;overflow:hidden;width:28px}.infinite-loader .spinner-inner{backface-visibility:hidden;height:100%;position:relative;transform:translateZ(0) scale(.28);transform-origin:0 0;width:100%}.infinite-loader .spinner-inner div{box-sizing:content-box}#infinite-handle span button,#infinite-handle span button:focus,#infinite-handle span button:hover{background:transparent;border:none;color:inherit;cursor:inherit;display:inline;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0;position:static}#infinite-handle span button::-moz-focus-inner{border:none;margin:0;padding:0}@media (max-width:800px){#infinite-handle span:before{display:none}#infinite-handle span{display:block}}#infinite-footer{bottom:-50px;left:0;position:fixed;width:100%}#infinite-footer a{text-decoration:none}#infinite-footer .blog-credits a:hover,#infinite-footer .blog-info a:hover{color:#444;text-decoration:underline}#infinite-footer .container{background:hsla(0,0%,100%,.8);border:solid rgba(0,0,0,.1);border-width:1px 0 0;box-sizing:border-box;margin:0 auto;overflow:hidden;padding:1px 20px;width:780px}#infinite-footer .blog-credits,#infinite-footer .blog-info{box-sizing:border-box;line-height:25px}#infinite-footer .blog-info{float:left;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:40%}#infinite-footer .blog-credits{float:right;font-weight:400;width:60%}#infinite-footer .blog-info a{color:#111;font-size:14px;font-weight:700}#infinite-footer .blog-credits{color:#888;font-size:12px;text-align:right}#infinite-footer .blog-credits a{color:#646970}.infinity-end.neverending #infinite-footer{display:none}@media (max-width:640px){#infinite-footer .container{box-sizing:border-box;width:100%}#infinite-footer .blog-info{width:30%}#infinite-footer .blog-credits{width:70%}#infinite-footer .blog-credits,#infinite-footer .blog-info a{font-size:10px}#infinite-footer{position:static}}#infinite-aria{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.infinite-wrap:focus{outline:0!important}div.sharedaddy h3.sd-title:before{border-top:1px solid #dcdcde;content:"";display:block;margin-bottom:1em;min-width:30px;width:100%}#wpadminbar li#wp-admin-bar-admin-bar-likes-widget{overflow:hidden;width:61px}#wpadminbar iframe.admin-bar-likes-widget{border-width:0;height:28px;min-height:28px;position:absolute;top:0;width:61px}div.jetpack-likes-widget-wrapper{min-height:50px;position:relative;width:100%}div.jetpack-likes-widget-wrapper .sd-link-color{font-size:12px}div.jetpack-comment-likes-widget-wrapper{min-height:31px;position:relative;width:100%}div.jetpack-comment-likes-widget-wrapper iframe{margin-bottom:0}#likes-other-gravatars{background-color:#2e4453;border-width:0;box-shadow:0 0 10px #2e4453;box-shadow:0 0 10px rgba(46,68,83,.6);display:none;min-width:130px;padding:10px 10px 12px;position:absolute;z-index:1000}#likes-other-gravatars *{line-height:normal}#likes-other-gravatars .likes-text{color:#fff;font-size:12px;padding-bottom:8px}#likes-other-gravatars li,#likes-other-gravatars ul{list-style-type:none;margin:0;padding:0;text-indent:0}#likes-other-gravatars li:before{content:""}#likes-other-gravatars ul.wpl-avatars{display:block;max-height:190px;overflow:auto}#likes-other-gravatars ul.wpl-avatars li{float:left;height:32px;margin:0 5px 5px 0;width:32px}#likes-other-gravatars ul.wpl-avatars li a{border-bottom:none!important;display:block;margin:0 2px 0 0}#likes-other-gravatars ul.wpl-avatars li a img{background:none;border:none;margin:0!important;padding:0!important;position:static}div.sd-box{border-top:1px solid #dcdcde;border-top:1px solid rgba(0,0,0,.13)}.comment-likes-widget,.entry-content .post-likes-widget,.post-likes-widget{border-width:0;display:block;margin:0}.comment-likes-widget-placeholder,.post-likes-widget-placeholder{border-width:0;margin:0;position:relative}.comment-likes-widget-placeholder{display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;height:18px;position:absolute}.comment-likes-widget-placeholder:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%232EA2CC' d='m12 2 2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:16px 16px;color:#2ea2cc;content:"";display:inline-block;height:16px;padding-right:5px;position:relative;top:3px;width:16px}.post-likes-widget-placeholder .button{display:none}.comment-likes-widget-placeholder .loading,.post-likes-widget-placeholder .loading{color:#999;font-size:12px}.comment-likes-widget-placeholder .loading{align-self:center;color:#4e4e4e;margin-top:4px;padding-left:5px}div.sharedaddy.sd-like-enabled .sd-like h3{display:none}div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget{float:none;position:absolute;top:0;width:100%}.comment-likes-widget{width:100%}.cs-rating,.pd-rating{display:block!important}.sd-gplus .sd-title{display:none}@media print{.jetpack-likes-widget-wrapper{display:none}}.jp-related-posts-i2__row{display:flex;margin-top:1.5rem}.jp-related-posts-i2__row:first-child{margin-top:0}.jp-related-posts-i2__post{display:flex;flex-basis:0;flex-direction:column;flex-grow:1;margin:0 10px;padding-left:0}.jp-related-posts-i2__row[data-post-count="3"] .jp-related-posts-i2__post{max-width:calc(33% - 20px)}.jp-related-posts-i2__row[data-post-count="1"] .jp-related-posts-i2__post,.jp-related-posts-i2__row[data-post-count="2"] .jp-related-posts-i2__post{max-width:calc(50% - 20px)}.jp-related-posts-i2__post-context,.jp-related-posts-i2__post-date,.jp-related-posts-i2__post-heading,.jp-related-posts-i2__post-img-link{display:block;flex-direction:row}.jp-related-posts-i2__post-heading{font-size:1rem;line-height:1.2em;margin:.5rem 0}.jp-related-posts-i2__post-link{display:block;line-height:1.2em;width:100%}.jp-related-posts-i2__post-img-link{order:-1}.jp-related-posts-i2__post-img-link img{width:100%}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__row{display:block;margin-top:0}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post{margin:0;max-width:none}.jp-relatedposts-i2[data-layout=list].jp-related-posts-i2__post-img-link{margin-top:1rem}@media only screen and (max-width:640px){.jp-related-posts-i2__row{display:block;margin-top:0}.jp-related-posts-i2__row[data-post-count] .jp-related-posts-i2__post{margin:1rem 0 0;max-width:none}.jp-related-posts-i2__post-img-link{margin-top:1rem}.jp-related-posts-i2__post-img-link img{width:350px}}#jp-relatedposts{clear:both;display:none;margin:1em 0;padding-top:1em;position:relative}.jp-relatedposts:after{clear:both;content:"";display:block}#jp-relatedposts h3.jp-relatedposts-headline{display:inline-block;float:left;font-family:inherit;font-size:9pt;font-weight:700;margin:0 0 1em}#jp-relatedposts h3.jp-relatedposts-headline em:before{border-top:1px solid #dcdcde;border-top:1px solid rgba(0,0,0,.2);content:"";display:block;margin-bottom:1em;min-width:30px;width:100%}#jp-relatedposts h3.jp-relatedposts-headline em{font-style:normal;font-weight:700}#jp-relatedposts .jp-relatedposts-items{clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:-20px}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;float:left;margin:0 0 1em;width:33%}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post{filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8;padding-right:20px}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4){clear:both}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover{filter:alpha(opacity=100);-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items p,#jp-relatedposts .jp-relatedposts-items time,#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{font-size:14px;line-height:20px;margin:0}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs{position:relative}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay{border-bottom:0;bottom:0;display:block;left:0;position:absolute;right:0;top:0}#jp-relatedposts .jp-relatedposts-items p,#jp-relatedposts .jp-relatedposts-items time{margin-bottom:0}#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{display:block;font-family:inherit;margin:0;max-width:100%;text-transform:none}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{filter:alpha(opacity=100);font-size:inherit;font-weight:400;-moz-opacity:1;opacity:1;text-decoration:none}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span{display:block;max-width:90%;overflow:hidden;text-overflow:ellipsis}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span{height:auto;max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{opacity:.6}#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt,.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{display:none}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt{overflow:hidden}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span{margin-bottom:1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post{clear:both;width:100%}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img{float:left;margin-right:3%;max-width:33%;overflow:hidden}#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{display:inline-block;max-width:63%}@media only screen and (max-width:640px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:50%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n){clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:20px}}@media only screen and (max-width:320px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{clear:both;margin:0 0 1em;width:100%}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{float:none;margin-right:0;max-width:100%}}@media print{.jp-relatedposts{display:none!important}}#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{display:inline-block;font-size:9pt;font-weight:700;line-height:1.2;margin:0 0 1em}body.highlander-light h3.sd-title:before{border-top:1px solid rgba(0,0,0,.2)}body.highlander-dark h3.sd-title:before{border-top:1px solid hsla(0,0%,100%,.4)}.sd-sharing{margin-bottom:1em}.sd-content ul{list-style:none!important;margin:0!important;padding:0!important}.sd-content ul li{display:inline-block}.sd-content ul li.share-deprecated{opacity:.5}.sd-content ul li.share-deprecated a span{text-decoration:line-through}.sd-block.sd-gplus{margin:0 0 .5em}.sd-gplus .sd-content{font-size:12px}.sd-content .share-email-error .share-email-error-title{margin:.5em 0}.sd-content .share-email-error .share-email-error-text{font-family:Open Sans,sans-serif;font-size:12px;margin:.5em 0}#sharing_email .sharing_send,.sd-content ul li .option a.share-ustom,.sd-content ul li a.sd-button,.sd-content ul li.advanced a.share-more,.sd-content ul li.preview-item div.option.option-smart-off a,.sd-social-icon .sd-content ul li a.sd-button,.sd-social-icon-text .sd-content ul li a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button,.sd-social-text .sd-content ul li a.sd-button{background:#fff;border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.12),0 0 0 1px rgba(0,0,0,.12);color:#2c3338!important;display:inline-block;font-family:Open Sans,sans-serif;font-size:13px;font-weight:500;line-height:23px;padding:4px 11px 3px 9px;text-decoration:none!important;text-shadow:none}.sd-social-official .sd-content ul li a.sd-button,.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a{align-items:center;display:flex;font-size:12px;line-height:12px;min-height:20px;padding:1px 6px 0 5px}.sd-social-official .sd-content ul.preview li a.sd-button,.sd-social-official .sd-content ul.preview li.preview-item div.option.option-smart-off a{position:relative;top:2px}.sd-content ul li .option a.share-ustom span,.sd-content ul li a.sd-button>span,.sd-content ul li.advanced a.share-more span,.sd-content ul li.preview-item div.option.option-smart-off a span,.sd-social-icon-text .sd-content ul li a.sd-button>span,.sd-social-official .sd-content>ul>li .digg_button>a span,.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:23px;margin-left:6px}.sd-social-icon .sd-content ul li a.sd-button>span{margin-left:0}.sd-social-text .sd-content ul li a.sd-button span{margin-left:3px}.sd-social-official .sd-content ul li a.sd-button>span,.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a span{line-height:12px;margin-left:3px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,.sd-social-official .sd-content>ul>li .digg_button>a:before,.sd-social-official .sd-content>ul>li>a.sd-button:before{margin-bottom:-1px}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon .sd-content ul li a.sd-button:hover,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:hover,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li .digg_button>a:hover,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-official .sd-content>ul>li>a.sd-button:hover,.sd-social-text .sd-content ul li a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:hover{box-shadow:0 1px 2px rgba(0,0,0,.22),0 0 0 1px rgba(0,0,0,.22)}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:active{box-shadow:inset 0 1px 0 rgba(0,0,0,.16)}.sd-content ul li a.sd-button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font:normal 18px/1 social-logos;text-align:center;vertical-align:top}.sd-social-icon-text ul li a.sd-button:before{position:relative;top:2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-content ul li a.sd-button:before{position:relative;top:2px}}.sd-social-official ul li a.sd-button:before{position:relative;top:-2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-official ul li a.sd-button:before{top:0}}.sd-content ul li{margin:0 8px 12px 0;padding:0}.jp-sharing-input-touch .sd-content ul li{padding-left:10px}.sd-content ul li.preview-item.no-icon a.sd-button span{margin-left:0}.sd-content ul li.no-icon a:before,.sd-social-text .sd-content ul li a:before{display:none}body .sd-content ul li.share-custom.no-icon a span,body .sd-social-text .sd-content ul li.share-custom a span{background-image:none;background-position:-500px -500px!important;background-repeat:no-repeat!important;height:0;line-height:inherit;padding-left:0}.sd-social-icon .sd-content ul li a.share-more{position:relative;top:-4px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-icon .sd-content ul li a.share-more{top:2px}}@-moz-document url-prefix(){.sd-social-icon .sd-content ul li a.share-more{top:2px}}.sd-social-icon .sd-content ul li a.share-more span{margin-left:3px}.sd-content ul li.share-print div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-print a:before,.sd-social-icon-text .sd-content li.share-print a:before,.sd-social-official .sd-content li.share-print a:before,.sd-social-text .sd-content ul li.share-print a:before{content:"\f469"}.sd-content ul li.share-email div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-email a:before,.sd-social-icon-text .sd-content li.share-email a:before,.sd-social-official .sd-content li.share-email a:before,.sd-social-text .sd-content ul li.share-email a:before{content:"\f410"}.sd-content ul li.share-linkedin div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-linkedin a:before,.sd-social-icon-text .sd-content li.share-linkedin a:before,.sd-social-text .sd-content ul li.share-linkedin a:before{content:"\f207"}.sd-content ul li.share-twitter div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-twitter a:before,.sd-social-icon-text .sd-content li.share-twitter a:before,.sd-social-text .sd-content ul li.share-twitter a:before{content:"\f202"}.sd-content ul li.share-reddit div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-reddit a:before,.sd-social-icon-text .sd-content li.share-reddit a:before,.sd-social-text .sd-content ul li.share-reddit a:before{content:"\f222"}.sd-content ul li.share-tumblr div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-tumblr a:before,.sd-social-icon-text .sd-content li.share-tumblr a:before,.sd-social-text .sd-content ul li.share-tumblr a:before{content:"\f607"}.sd-content ul li.share-pocket div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pocket a:before,.sd-social-icon-text .sd-content li.share-pocket a:before,.sd-social-text .sd-content ul li.share-pocket a:before{content:"\f224"}.sd-content ul li.share-pinterest div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pinterest a:before,.sd-social-icon-text .sd-content li.share-pinterest a:before,.sd-social-text .sd-content ul li.share-pinterest a:before{content:"\f210"}.sd-content ul li.share-facebook div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-facebook a:before,.sd-social-icon-text .sd-content li.share-facebook a:before,.sd-social-text .sd-content ul li.share-facebook a:before{content:"\f203"}.sd-content ul li.share-press-this div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-press-this a:before,.sd-social-icon-text .sd-content li.share-press-this a:before,.sd-social-official .sd-content li.share-press-this a:before,.sd-social-text .sd-content ul li.share-press-this a:before{content:"\f205"}.sd-social-official .sd-content li.share-press-this a:before{color:#2ba1cb}.sd-content ul li.share-telegram div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-telegram a:before,.sd-social-icon-text .sd-content li.share-telegram a:before,.sd-social-official .sd-content li.share-telegram a:before,.sd-social-text .sd-content ul li.share-telegram a:before{content:"\f606"}.sd-social-official .sd-content li.share-telegram a:before{color:#08c}.sd-content ul li.share-skype div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-skype a:before,.sd-social-icon-text .sd-content li.share-skype a:before,.sd-social-text .sd-content ul li.share-skype a:before{content:"\f220"}.sd-content ul li.share-mastodon div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-mastodon a:before,.sd-social-icon-text .sd-content li.share-mastodon a:before,.sd-social-official .sd-content li.share-mastodon a:before,.sd-social-text .sd-content ul li.share-mastodon a:before{content:"\f10a"}.sd-social-official .sd-content li.share-mastodon a:before{color:#563acc}.sd-content ul li.advanced a.share-more:before,.sd-social-icon .sd-content ul a.share-more:before,.sd-social-icon-text .sd-content a.share-more:before,.sd-social-official .sd-content a.share-more:before,.sd-social-text .sd-content ul a.share-more:before{content:"\f415"}.sd-social-official .sd-content a.share-more:before{color:#2ba1cb}.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,.sd-social-official .sd-content li.share-jetpack-whatsapp a:before,.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before{content:"\f608"}.sd-social-official .sd-content li.share-jetpack-whatsapp a:before{color:#43d854}.sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button{background:#43d854;color:#fff!important}.sd-content ul li.share-deprecated div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-deprecated a:before,.sd-social-icon-text .sd-content li.share-deprecated a:before,.sd-social-official .sd-content li.share-deprecated a:before{content:"🚫";height:1em;width:1em}.sd-social .sd-button .share-count{background:#2ea2cc;border-radius:10px;color:#fff;display:inline-block;font-size:10px;line-height:1;padding:1px 3px;text-align:center}.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:1}.sd-social-official .sd-content ul{display:flex;flex-wrap:wrap}.sd-social-official .sd-content ul:after{clear:both;content:".";display:block;height:0;visibility:hidden}.sd-social-official .sd-content li.share-press-this a{margin:0 0 5px}.sd-social-official .sd-content ul>li{display:flex;max-height:18px}.sd-social-official .sd-content ul>li .option-smart-off{margin-right:8px}.sd-social-official .fb-share-button>span{vertical-align:top!important}.sd-social-official .sd-content .pocket_button iframe{width:98px}.reddit_button iframe{margin-top:1px}.linkedin_button>span,.pinterest_button,.pocket_button iframe,.twitter_button{margin:0!important}.linkedin_button>span,.pinterest_button a{display:block!important}.sd-social-official .sd-content .share-skype{min-width:55px}.sd-social-official .sd-content .share-tumblr iframe{max-width:53px;width:unset}body .sd-social-official li a.share-more,body .sd-social-official li.share-custom a,body .sd-social-official li.share-digg a,body .sd-social-official li.share-email a,body .sd-social-official li.share-press-this a,body .sd-social-official li.share-print{position:relative;top:0}body .sd-social-icon .sd-content li.share-custom>a{padding:2px 3px 0;position:relative;top:4px}body .sd-content ul li.share-custom a.share-icon span,body .sd-social-icon .sd-content li.share-custom a span,body .sd-social-icon-text .sd-content li.share-custom a span,body .sd-social-official .sd-content li.share-custom a span,body .sd-social-text .sd-content li.share-custom a span{background-repeat:no-repeat;background-size:16px 16px;display:inline-block;height:21px;line-height:16px;margin-left:0;padding:0 0 0 19px}body .sd-social-icon .sd-content li.share-custom a span{padding-left:16px!important;width:0}.sharing-hidden .inner{background:#fff;border:1px solid #ccc;border-radius:2px;box-shadow:0 5px 20px rgba(0,0,0,.2);margin-top:5px;max-width:400px;padding:10px;position:absolute;z-index:2}.sharing-hidden .inner ul{margin:0!important}.sd-social-official .sd-content .sharing-hidden ul>li.share-end{clear:both;height:0!important;margin:0!important}.sharing-hidden .inner:after,.sharing-hidden .inner:before{border-bottom:8px solid #ccc;border-left:6px solid transparent;border-right:6px solid transparent;content:"";display:block;height:0;left:20px;position:absolute;top:-8px;width:0;z-index:1}.sharing-hidden .inner:after{border-bottom:8px solid #fff;border-left:6px solid transparent;border-right:6px solid transparent;top:-7px;z-index:2}.sharing-hidden ul{margin:0}.sd-social-icon .sd-content ul li[class*=share-] a,.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a{border:0;border-radius:50%;-webkit-border-radius:50%;box-shadow:none;height:auto;line-height:1;margin-bottom:0;max-width:32px;padding:7px;position:relative;top:-2px;width:auto}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span,.sd-social-icon .sd-content ul li[class*=share-] div.option a span{line-height:1}.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a:hover{border:none;opacity:.6}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before{top:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom{padding:8px 8px 6px;top:5px}.sd-social-icon .sd-content ul li a.sd-button.share-more{margin-left:10px}.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more{margin-left:0}.sd-social-icon .sd-button span.share-count{background:#555;border-radius:0;bottom:0;font-size:9px;position:absolute;right:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button{background:#e9e9e9;margin-top:2px;text-indent:0}.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button{background:#2c4762;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button{background:#1877f2;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button{background:#00acee;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button{background:#ca1f27;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button{color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button{background:#4f94d4;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-telegram a.sd-button{background:#08c;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button{background:#0077b5;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button{background:#ee4056;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button{background:#cee3f8;color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-skype a.sd-button{background:#00aff0;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-mastodon a.sd-button{background:linear-gradient(0deg,#563acc 0,#6364ff);color:#fff!important}.sharing-screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.sharing-screen-reader-text:active,.sharing-screen-reader-text:focus,.sharing-screen-reader-text:hover{clip:auto!important;background-color:#f0f0f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#jetpack-source_f_name{display:none!important;left:-9000px;position:absolute!important}.sd-content .share-customize-link{line-height:11px;margin-top:8px}.sd-content .share-customize-link a{font-family:Open Sans,sans-serif;font-size:11px}@media print{.sharedaddy.sd-sharing-enabled{display:none}}.jetpack-slideshow-window{background-color:#222;border:20px solid #222;border-radius:10px;height:0;margin-bottom:20px;overflow:hidden;padding-bottom:56.25%!important;padding-top:30px!important;position:relative;z-index:1}.jetpack-slideshow-window.jetpack-slideshow-white{background-color:#fff;border-color:#fff}.jetpack-slideshow-window,.jetpack-slideshow-window *{box-sizing:content-box}.jetpack-slideshow-loading{height:100%;margin:auto;text-align:center}body div.jetpack-slideshow-window * img{background-color:transparent!important;background-image:none!important;border-width:0!important;display:block;margin:0 auto;max-height:100%;max-width:100%;padding:0!important;position:relative;top:50%;transform:translateY(-50%)}.jetpack-slideshow-loading img{vertical-align:middle}.jetpack-slideshow-slide{display:none;height:100%!important;left:0;margin:auto;position:absolute;text-align:center;top:0;width:100%!important}.jetpack-slideshow-slide img{vertical-align:middle}.jetpack-slideshow-line-height-hack{font-size:0;overflow:hidden;width:0}.jetpack-slideshow-slide-caption{bottom:5px;color:#f6f7f7;font-family:Helvetica Neue,sans-serif;font-size:13px;height:25px;left:0;line-height:25px;position:absolute;text-align:center;text-shadow:#222 1px 1px 2px;width:100%;z-index:100}.jetpack-slideshow-controls{bottom:30px;direction:ltr;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";margin:auto;opacity:.5;position:absolute;text-align:center;transition:opacity .3s ease-out;width:100%;z-index:1000}.jetpack-slideshow-window:hover .jetpack-slideshow-controls{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1}body div div.jetpack-slideshow-controls a,body div div.jetpack-slideshow-controls a:hover{zoom:1;background-color:#000!important;background-color:rgba(0,0,0,.6)!important;background-image:url(//www.rame-pat.ro/wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-controls.png)!important;background-position:-34px 8px!important;background-repeat:no-repeat;background-size:142px 16px!important;border:2px solid hsla(0,0%,100%,.1)!important;border-radius:10em!important;color:#222!important;display:inline-block!important;*display:inline;height:32px!important;line-height:32px!important;margin:0 5px!important;padding:0!important;text-align:center!important;transition:border-color .3s ease-out;width:32px!important}@media only screen and (-webkit-min-device-pixel-ratio:1.5){body div div.jetpack-slideshow-controls a,body div div.jetpack-slideshow-controls a:hover{background-image:url(//www.rame-pat.ro/wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-controls-2x.png)!important}}body div div.jetpack-slideshow-controls a:hover{border-color:#fff!important}body div div.jetpack-slideshow-controls a:first-child{background-position:-76px 8px!important}body div div.jetpack-slideshow-controls a:last-child{background-position:-117px 8px!important}body div div.jetpack-slideshow-controls a.running,body div div.jetpack-slideshow-controls a:nth-child(2){background-position:-34px 8px!important}body div div.jetpack-slideshow-controls a.paused{background-position:9px 8px!important}.jetpack-slideshow-controls a img{border:50px dotted #f0f}body.presentation-wrapper-fullscreen-parent,html.presentation-wrapper-fullscreen-parent{overflow:hidden!important}.presentation-wrapper-fullscreen-parent #wpadminbar{display:none}.presentation-wrapper-fullscreen,.presentation-wrapper-fullscreen-parent{bottom:0!important;left:0!important;margin:0!important;min-height:100%!important;min-width:100%!important;padding:0!important;position:absolute!important;right:0!important;top:0!important;z-index:10000!important}.presentation-wrapper-fullscreen{background-color:grey;border:none!important}.presentation-wrapper-fullscreen .nav-arrow-left,.presentation-wrapper-fullscreen .nav-arrow-right{z-index:20001}.presentation-wrapper-fullscreen .nav-fullscreen-button{z-index:20002}.presentation-wrapper{border:1px solid #dcdcde;line-height:normal;margin:20px auto;overflow:hidden}.presentation{margin:0;outline:none;overflow:hidden;position:relative}.presentation,.presentation .step{background-position:50%;background-repeat:no-repeat;background-size:100% 100%}.presentation .step.fade:not(.active){opacity:0}.presentation .slide-content{padding:30px}.presentation .nav-arrow-left,.presentation .nav-arrow-right,.presentation .nav-fullscreen-button{background-repeat:no-repeat;opacity:0;position:absolute;transition:opacity .25s;width:34px;z-index:2}.presentation .nav-arrow-left,.presentation .nav-arrow-right{background-image:url(//www.rame-pat.ro/wp-content/plugins/jetpack/modules/shortcodes/images/slide-nav.png);background-size:450% 61px;height:100%}.presentation .nav-arrow-left{background-position:4px 50%;left:0}.presentation .nav-arrow-right{background-position:-120px 50%;right:0}.presentation .nav-fullscreen-button{background-image:url(//www.rame-pat.ro/wp-content/plugins/jetpack/modules/shortcodes/images/expand.png);background-size:100% 100%;bottom:0;height:32px;margin:4px;right:0;width:32px;z-index:3}.presentation:hover .nav-arrow-left,.presentation:hover .nav-arrow-right{opacity:1}.presentation:hover .nav-fullscreen-button{opacity:.8}.presentation-wrapper-fullscreen .nav-fullscreen-button{background-image:url(//www.rame-pat.ro/wp-content/plugins/jetpack/modules/shortcodes/images/collapse.png)}.presentation .autoplay-overlay{background-color:#dcdcde;background-color:rgba(0,0,0,.75);border-radius:50px;display:table;height:15%;margin:30% 10%;position:relative;transition:opacity .5s;width:80%;z-index:100}.presentation .autoplay-overlay .overlay-msg{color:#fff;display:table-cell;position:relative;text-align:center;vertical-align:middle}.presentation .will-fade{opacity:0}.presentation .do-fade{opacity:1;transition:opacity .5s}div.jetpack-quiz{background-color:#f3f3f3;border:1px solid #deede3;border-radius:.2em;line-height:1.3em;margin-bottom:2em;padding:1em}div.jetpack-quiz div.jetpack-quiz-question{font-weight:700;margin-bottom:.5em}div.jetpack-quiz div.jetpack-quiz-answer{border-bottom:1px dotted #999;cursor:pointer;margin-bottom:.5em;padding:1em 0 1em 1em}div.jetpack-quiz div.jetpack-quiz-answer.last{border-bottom:0;margin-bottom:0;padding-bottom:0}div.jetpack-quiz div.jetpack-quiz-answer.correct{color:green}div.jetpack-quiz div.jetpack-quiz-answer.wrong{color:red}div.jetpack-quiz div.jetpack-quiz-answer div.jetpack-quiz-explanation{display:none}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation{color:#000;display:block;font-size:90%;margin-top:1em}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation tt,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation tt{font-size:85%}div.jetpack-quiz pre{background:transparent;font:15px Monaco,Consolas,Andale Mono,DejaVu Sans Mono,monospace;margin:0;padding:0}.jetpack-quiz-options{margin-top:12px;text-align:right}.jetpack-quiz-count{color:#646970;float:left;font-size:12px}.jetpack-quiz-option-button{cursor:pointer;margin-left:12px}.jetpack-quiz-option-button:hover svg{background:#3c434a}.jetpack-quiz-option-button svg{fill:#fff;background:#000;border-radius:50%;display:inline-block;height:24px;width:24px}.jetpack-quiz-wrapper .jetpack-quiz:first-of-type .jetpack-quiz-option-button:first-of-type,.jetpack-quiz-wrapper .jetpack-quiz:last-of-type .jetpack-quiz-option-button:last-of-type{display:none}#subscribe-email input{width:95%}.comment-subscription-form{margin-bottom:1em}.comment-subscription-form .subscribe-label{display:inline!important}.jetpack-video-wrapper{margin-bottom:1.6em}.jetpack-video-wrapper>.wp-video,.jetpack-video-wrapper>embed,.jetpack-video-wrapper>iframe,.jetpack-video-wrapper>object{margin-bottom:0}.jetpack-social-navigation ul{display:block;margin:0 0 1.5em;padding:0}.jetpack-social-navigation li{display:inline-block;line-height:1;margin:0}.jetpack-social-navigation a{border:0;height:1em;text-decoration:none;width:1em}.jetpack-social-navigation-svg .icon{fill:currentColor;color:inherit;height:1em;vertical-align:middle;width:1em}.jetpack-social-navigation-genericons a:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;speak:none;content:"\f415";display:inline-block;font-family:Genericons;font-size:1em;font-style:normal;font-weight:400;height:1em;line-height:1;text-decoration:inherit;vertical-align:top;width:1em}.jetpack-social-navigation-genericons a[href*="codepen.io"]:before{content:"\f216"}.jetpack-social-navigation-genericons a[href*="digg.com"]:before{content:"\f221"}.jetpack-social-navigation-genericons a[href*="dribbble.com"]:before{content:"\f201"}.jetpack-social-navigation-genericons a[href*="dropbox.com"]:before{content:"\f225"}.jetpack-social-navigation-genericons a[href*="mailto:"]:before{content:"\f410"}.jetpack-social-navigation-genericons a[href*="facebook.com"]:before{content:"\f203"}.jetpack-social-navigation-genericons a[href*="flickr.com"]:before{content:"\f211"}.jetpack-social-navigation-genericons a[href*="foursquare.com"]:before{content:"\f226"}.jetpack-social-navigation-genericons a[href*="github.com"]:before{content:"\f200"}.jetpack-social-navigation-genericons a[href*="plus.google.com"]:before{content:"\f206"}.jetpack-social-navigation-genericons a[href*="instagram.com"]:before{content:"\f215"}.jetpack-social-navigation-genericons a[href*="linkedin.com"]:before{content:"\f208"}.jetpack-social-navigation-genericons a[href*="path.com"]:before{content:"\f219"}.jetpack-social-navigation-genericons a[href*="pinterest."]:before{content:"\f210"}.jetpack-social-navigation-genericons a[href*="getpocket.com"]:before{content:"\f224"}.jetpack-social-navigation-genericons a[href*="polldaddy.com"]:before{content:"\f217"}.jetpack-social-navigation-genericons a[href*="reddit.com"]:before{content:"\f222"}.jetpack-social-navigation-genericons a[href$="/feed/"]:before{content:"\f413"}.jetpack-social-navigation-genericons a[href*="skype:"]:before{content:"\f220"}.jetpack-social-navigation-genericons a[href*="spotify.com"]:before{content:"\f515"}.jetpack-social-navigation-genericons a[href*="stumbleupon.com"]:before{content:"\f223"}.jetpack-social-navigation-genericons a[href*="tumblr.com"]:before{content:"\f214"}.jetpack-social-navigation-genericons a[href*="twitch.tv"]:before{content:"\f516"}.jetpack-social-navigation-genericons a[href*="twitter.com"]:before{content:"\f202"}.jetpack-social-navigation-genericons a[href*="vimeo.com"]:before{content:"\f212"}.jetpack-social-navigation-genericons a[href*="vine.co"]:before{content:"\f517"}.jetpack-social-navigation-genericons a[href*="wordpress.com"]:before,.jetpack-social-navigation-genericons a[href*="wordpress.org"]:before{content:"\f205"}.jetpack-social-navigation-genericons a[href*="youtube.com"]:before{content:"\f213"}.tiled-gallery{clear:both;margin:0 0 20px;overflow:hidden}.tiled-gallery img{margin:2px!important}.tiled-gallery .gallery-group{float:left;position:relative}.tiled-gallery .tiled-gallery-item{float:left;margin:0;position:relative;width:inherit}.tiled-gallery .gallery-row{overflow:hidden}.tiled-gallery .tiled-gallery-item a{background:transparent;border:none;color:inherit;margin:0;padding:0;text-decoration:none;width:auto}.tiled-gallery .tiled-gallery-item img,.tiled-gallery .tiled-gallery-item img:hover{background:none;border:none;box-shadow:none;max-width:100%;padding:0;vertical-align:middle}.tiled-gallery-caption{background:#f0f0f1;background:hsla(0,0%,100%,.8);bottom:0;color:#333;font-size:13px;font-weight:400;overflow:hidden;padding:10px 0;position:absolute;text-indent:10px;text-overflow:ellipsis;white-space:nowrap;width:100%}.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption{font-size:11px}.widget-gallery .tiled-gallery-unresized{height:0;overflow:hidden;visibility:hidden}.tiled-gallery .tiled-gallery-item img.grayscale{left:0;position:absolute;top:0}.tiled-gallery .tiled-gallery-item img.grayscale:hover{opacity:0}.tiled-gallery.type-circle .tiled-gallery-item img{border-radius:50%!important;-o-object-fit:cover;object-fit:cover}.tiled-gallery.type-circle .tiled-gallery-caption{display:none}.tiled-gallery.type-square .tiled-gallery-item img{-o-object-fit:cover;object-fit:cover}.jetpack-display-remote-posts{margin:5px 0 20px}.jetpack-display-remote-posts h4{margin:5px 0;padding:0}.jetpack-display-remote-posts p{margin:0;padding:0}.jetpack-display-remote-posts img{max-width:100%}.widget-grofile h4{margin:1em 0 .5em}.widget-grofile ul.grofile-urls{margin-left:0;overflow:hidden}.widget-grofile ul.grofile-accounts li{display:inline;list-style:none}.widget-grofile ul.grofile-accounts li:before{content:""!important}.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite.png);background-repeat:no-repeat;float:left;height:16px;margin-bottom:8px;margin-right:8px;width:16px}.rtl .widget-grofile .grofile-accounts-logo{margin-left:8px;margin-right:0}.grofile-thumbnail{max-width:100%;width:500px}@media only screen and (-o-min-device-pixel-ratio:3/2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite-2x.png);background-size:16px 784px}}div[class^=gr_custom_container]{background-color:#fff;border:1px solid gray;border-radius:10px;color:#000;padding:10px 5px}div[class^=gr_custom_container] a{color:#000}h2[class^=gr_custom_header]{display:none}div[class^=gr_custom_each_container]{border-bottom:1px solid #a7aaad;clear:both;margin-bottom:10px;overflow:auto;padding-bottom:4px;width:100%}div[class^=gr_custom_book_container]{float:right;height:60px;margin-left:4px;overflow:hidden;width:39px}div[class^=gr_custom_author]{font-size:10px}div[class^=gr_custom_tags]{color:gray;font-size:10px}div[class^=gr_custom_rating]{display:none}.widget_wpcom_social_media_icons_widget ul{list-style-type:none;margin-left:0}.widget_wpcom_social_media_icons_widget ul li{border:0;display:inline;margin-right:.5em}.widget_wpcom_social_media_icons_widget li a{border:0;text-decoration:none}.widget_wpcom_social_media_icons_widget .genericon{font-family:Genericons}.widget_wpcom_social_media_icons_widget .screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.widget_wpcom_social_media_icons_widget .screen-reader-text:active,.widget_wpcom_social_media_icons_widget .screen-reader-text:focus,.widget_wpcom_social_media_icons_widget .screen-reader-text:hover{clip:auto!important;background-color:#f0f0f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.widgets-grid-layout{width:100%}.widgets-grid-layout:after,.widgets-grid-layout:before{content:" ";display:table}.widgets-grid-layout:after{clear:both}.widget-grid-view-image{float:left;max-width:50%}.widget-grid-view-image a{display:block;margin:0 2px 4px 0}.widget-grid-view-image:nth-child(2n){float:right}.widget-grid-view-image:nth-child(2n) a{margin:0 0 4px 2px}.widgets-grid-layout .widget-grid-view-image img{height:auto;max-width:100%}.widgets-list-layout{list-style-type:none;margin:0;padding:0}.widgets-list-layout li:after,.widgets-list-layout li:before{content:"";display:table}.widgets-list-layout li:after{clear:both}.widgets-list-layout li{zoom:1;list-style-type:none!important;margin-bottom:1em}.widgets-list-layout .widgets-list-layout-blavatar{float:left;height:auto;max-width:40px;width:21.276596%}.widgets-list-layout-links{float:right;width:73.404255%}.widgets-list-layout span{opacity:.5}.widgets-list-layout span:hover{opacity:.8}.jetpack-image-container:after{clear:both}.jetpack-image-container:after,.jetpack-image-container:before{content:"";display:table}.widgets-multi-column-grid ul{list-style-type:none;margin:0;overflow:hidden;padding:0}.widgets-multi-column-grid ul li{background:none;border:none;clear:none;float:left;list-style-type:none!important;margin:0 -5px -3px 0;padding:0 8px 6px 0}.widgets-multi-column-grid ul li a{background:none;border:0;margin:0;padding:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widget_jetpack_my_community .avatar-240,.widget_jetpack_my_community .avatar-48{max-height:48px;max-width:48px}.widget.widget_authors li>ul,.widget_authors>ul{margin-left:inherit;padding-left:0}.widget_authors ul li li{padding-left:0}.widget_authors>ul>li{list-style:none;margin-bottom:1em}.widget_authors>ul>li+li{border-top:0}.widget.widget_authors img{box-shadow:none;margin-bottom:5px;margin-right:5px;vertical-align:middle}.wpcnt{line-height:2;text-align:center}.wpa{display:inline-block;max-width:100%;overflow:hidden;position:relative}.wpa-about{border-bottom:none!important;box-shadow:none!important;color:#888;display:block;font:10px/1 Open Sans,Arial,sans-serif!important;left:0;margin-top:0;opacity:.85;position:absolute;right:0;text-align:left!important;text-decoration:none!important;top:5px}.wpa .u>div{display:block;margin-bottom:1em;margin-top:5px}div.wpa>div{margin-top:20px}.wpa .u .adsbygoogle{background-color:transparent;display:block;margin-bottom:1em;margin-top:17px}.widget_eu_cookie_law_widget{animation:fadeIn .8s;border:none;bottom:1em;left:1em;margin:0;padding:0;position:fixed;right:1em;width:auto;z-index:50001}@keyframes fadeIn{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}.widget_eu_cookie_law_widget.widget.top{bottom:auto;top:1em}.admin-bar .widget_eu_cookie_law_widget.widget.top{top:3em}amp-consent.widget_eu_cookie_law_widget.widget.top{margin:0;top:1em}.admin-bar amp-consent.widget_eu_cookie_law_widget.widget.top{margin-top:3em;top:0}#eu-cookie-law{background-color:#fff;border:1px solid #dedede;color:#2e4467;font-size:12px;line-height:1.5;overflow:hidden;padding:6px 6px 6px 15px;position:relative}#eu-cookie-law a,#eu-cookie-law a:active,#eu-cookie-law a:visited{color:inherit;cursor:inherit;text-decoration:underline}#eu-cookie-law a:hover{cursor:pointer;text-decoration:none}#eu-cookie-law.negative{background-color:#000;border:none;color:#fff}#eu-cookie-law.hide{opacity:0;transition:opacity .4s,visibility .4s;visibility:hidden}#eu-cookie-law form{margin-bottom:0;position:static}#eu-cookie-law input,#eu-cookie-law input:focus,#eu-cookie-law input:hover{background:#f3f3f3;border:1px solid #dedede;border-radius:4px;-moz-border-radius:3px;-webkit-border-radius:3px;color:#2e4453;cursor:pointer;display:inline;float:right;font-family:inherit;font-size:14px;font-weight:inherit;line-height:inherit;margin:0 0 0 5%;padding:8px 12px;position:static;text-transform:none}#eu-cookie-law.negative input,#eu-cookie-law.negative input:focus,#eu-cookie-law.negative input:hover{background:#282828;border-color:#535353;color:#fff}@media (max-width:600px){#eu-cookie-law{padding-bottom:55px}#eu-cookie-law input.accept{bottom:8px;position:absolute;right:8px}}.widget_eu_cookie_law_widget .customize-partial-edit-shortcut>button{left:0}.flickr-images{text-align:center}.flickr-size-thumbnail .flickr-images{align-content:space-between;align-items:center;display:flex;flex-flow:row wrap;justify-content:center}.flickr-images img{margin:5px;max-width:100%}.wpcom-instagram-images{grid-gap:.5rem;display:grid;grid-auto-columns:1fr}.wpcom-instagram-images:after,.wpcom-instagram-images:before{content:none}.wpcom-instagram-images a{display:block;margin:4px 2px}.wpcom-instagram-columns-2 a,.wpcom-instagram-columns-3 a{display:inline-block;vertical-align:top}.wpcom-instagram-columns-2 a{width:calc(50% - 8px)}.wpcom-instagram-columns-3 a{width:calc(33.3333% - 8px)}.wpcom-instagram-images .sq-bg-image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:0;overflow:hidden;padding-bottom:100%}.wpcom-instagram-columns-2{grid-template-columns:repeat(2,1fr)}.wpcom-instagram-columns-3{grid-template-columns:repeat(3,1fr)}@supports (display:grid){.wpcom-instagram-images a{display:block;margin:0}.wpcom-instagram-columns-2 a,.wpcom-instagram-columns-3 a{width:auto}}.jetpack-search-filters-widget__sub-heading{font-size:inherit;font-weight:700;margin:0 0 .5em;padding:0}.jetpack-search-form+.jetpack-search-filters-widget__sub-heading{margin-bottom:.5em!important;margin-top:1.5em}.jetpack-search-filters-widget__clear{margin-bottom:.5em;margin-top:.5em}.jetpack-search-sort-wrapper{margin-bottom:1.5em;margin-top:1em}.jetpack-search-sort-wrapper label{display:inherit}.widget_search .jetpack-search-filters-widget__filter-list input[type=checkbox]{height:auto;width:auto}ul.jetpack-search-filters-widget__filter-list li{border:none;list-style:none;padding:0}ul.jetpack-search-filters-widget__filter-list li a{text-decoration:none}ul.jetpack-search-filters-widget__filter-list li a:hover{box-shadow:none}ul.jetpack-search-filters-widget__filter-list li label{display:inherit;font-weight:inherit}.jetpack-search-filters-widget__filter-list{list-style:none}ul.jetpack-search-filters-widget__filter-list{margin-bottom:1.5em}body.search .jetpack-search-form input[name=s]::placeholder{color:transparent}body.search .jetpack-search-form input[name=s].show-placeholder::placeholder{color:inherit}@media screen and (min-width:400px){.widget.jetpack-simple-payments .jetpack-simple-payments-product{flex-direction:column}.widget.jetpack-simple-payments .jetpack-simple-payments-details{padding-left:0}}.jetpack_widget_social_icons li,.jetpack_widget_social_icons ul{list-style:none}.jetpack_widget_social_icons ul{display:block;margin:0 0 1.5em;padding:0}.jetpack_widget_social_icons ul li{border:0;display:inline-block;line-height:1;margin:0;padding:0}.jetpack_widget_social_icons ul li:after,.jetpack_widget_social_icons ul li:before{display:none}.jetpack_widget_social_icons a{border:0;box-shadow:none;display:block;height:24px;text-decoration:none;width:24px}.jetpack_widget_social_icons svg{fill:currentColor;color:inherit;height:inherit;vertical-align:middle;width:inherit}.jetpack_widget_social_icons ul.size-small a{height:24px;width:24px}.jetpack_widget_social_icons ul.size-medium a{height:32px;width:32px}.jetpack_widget_social_icons ul.size-large a{height:48px;width:48px}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px}.milestone-widget{margin-bottom:1em}.milestone-content{line-height:2;margin-top:5px;max-width:100%;padding:0;text-align:center}.milestone-header{background-color:var(--milestone-text-color,#111);color:var(--milestone-bg-color,#fff);line-height:1.3;margin:0;padding:.8em}.milestone-header .date,.milestone-header .event{display:block}.milestone-header .event{font-size:120%}.milestone-countdown .difference{display:block;font-size:500%;font-weight:700;line-height:1.2}.milestone-countdown,.milestone-message{background-color:var(--milestone-bg-color,#fff);border:1px solid var(--milestone-border-color,#767676);border-top:0;color:var(--milestone-text-color,#111);padding-bottom:1em}.milestone-message{padding-top:1em}