@import '../resources/sanitize.css';

@font-face {
    font-family: 'Tuesday Night';
    src: url('TuesdayNight-Regular.eot');
    src: url('TuesdayNight-Regular.eot?#iefix') format('embedded-opentype'),
        url('TuesdayNight-Regular.woff2') format('woff2'),
        url('TuesdayNight-Regular.woff') format('woff'),
        url('TuesdayNight-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Regulile mele adăugate la sanitize.css */
html {
    height: 100%;
    overflow-x: hidden;
}
body {
    min-height: 100%;
    position: relative;
    overflow-x: hidden;
}
.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
input[type=search] {
   -moz-appearance:none;
   -webkit-appearance:none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input:focus, textarea:focus, a:focus, button:focus {
    outline: none;
}
img {
    max-width: 100%;
    height: auto;
}

/* Alte clase speciale */

/* subliniere text fără a tăia literele în partea de jos*/
.pretty-text-underline {
  display: inline;
  text-shadow: 1px 1px #f5f6f9, -1px 1px #f5f6f9, -1px -1px #f5f6f9, 1px -1px #f5f6f9;
  background-image: linear-gradient(90deg, currentColor 100%, transparent 100%);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
.pretty-text-underline::-moz-selection {
  background-color: rgba(0, 150, 255, 0.3);
  text-shadow: none;
}
.pretty-text-underline::selection {
  background-color: rgba(0, 150, 255, 0.3);
  text-shadow: none;
}

/* switch toggle*/
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  transition: all 0.3s;
}
.switch::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background-color: white;
  top: 1px;
  left: 1px;
  transition: all 0.3s;
}
input[type='checkbox']:checked + .switch::after {
  transform: translateX(20px);
}
input[type='checkbox']:checked + .switch {
  background-color: #7983ff;
}
.offscreen {
  position: absolute;
  left: -9999px;
}

/* Truncate text dacă e mai lung de o linie. Valabil DOAR PENTRU O LINIE */
.truncate-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}

/* Donut spinner */
@keyframes donut-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.donut {
  display: inline-block;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #7983ff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: donut-spin 1.2s linear infinite;
}



/* Regulile de bază IOAN */
html, body, input, select, textarea {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}
input[type='text'], input[type='email'], input[type='tel'], input[type='password'], select, textarea {
    
}
.wrapper {
    margin-left: auto;
    margin-right:auto;
    width:95%;
    text-align: center;
}
.svgicon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
.error {
    display:none;
    text-align: center;
    color:#ff0000;
    font-size:1rem;
    line-height: 1.4;
    font-weight: normal;
}
.info {
    display:none;
    color:#009045;
    text-align: center;
    font-size:1rem;
    line-height: 1.4;
    font-weight: normal;
}
.infomes {
    display:none;
    color:#009045;
    text-align: center;
    font-size:1rem;
    line-height: 1.4;
    font-weight: normal;
}
.infomes.error {
    color:#ff0000;
}
.loader {
    display: none;
}
.loader .donut {
    width: 3rem;
    height: 3rem;
    border-left-color: #EDCA9F;
    border-width: 5px;
}
.splash {
    display: none;
    position: fixed;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: url('../media/bg-black-60.png');
    z-index:900;
}
.splash-box {
    position: absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 3rem;
    max-width: 95%;
    text-align: center;
}
.splash-close {
    position: absolute;
    bottom:0;
    left:50%;
    z-index: 910;
    -webkit-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
    background: #C1C1C1;
    border:0;
    padding:0;
    margin:0;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
}
.splash-close>.svgicon {
    height: 100%;
    max-width: 100%;
    width: 30%;
}
.ht {
    display: none!important;
}
.main {
    margin-top:1rem;
}
.menu-item {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.menu-item a {
    text-decoration: none;
}
.maintitle {
    text-align: center;
    margin:0 0 1rem 0;
    font-size:1.4rem;
    line-height: 1.3;
    font-weight: normal;
    padding:0;
}
.buton1 {
    background: #000;
    color:#fff;
    font-size:1rem;
    line-height: 1.2;
    font-weight: normal;
    text-decoration: none;
    padding:1.5rem 0;
    cursor: pointer;
    display:block;
    text-align: center;
    width: 100%;
    border:1px solid #000;
    margin:0;
    white-space: nowrap;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.buton2 {
    color:#22b373;
    font-size:1rem;
    line-height: 1.2;
    font-weight: normal;
    text-decoration: none;
    background: none;
    padding: 0;
    border:0;
    cursor: pointer;
    margin:0;
}
.buttons-area {
    margin-top: 0.5rem;
}
.buttons-area-2 {
    margin-top: 1rem;
    text-align: center;
}
.buttons-area-2>a {
    display: inline-block;
    margin-left: 1rem;
}
.buttons-area-2>a:first-child {
    margin-left:0;
}
.form1 input[type='email'], .form1 input[type='password'], .form1 input[type='text'], .form1 input[type='tel'], .form1 select, .form1 textarea {
    color:#000;
    background:#F5F6FB;
    border:none;
    margin:0;
    font-size: 1.1rem;
    line-height: 1;
    padding: 0.75rem;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    border: 1px solid #F5F6FB;
}
.form1 textarea {
    resize: none;
    line-height: 1.4;
    height: 100px;
}
.form1 input[type='email'].js-mandatory-error, .form1 input[type='password'].js-mandatory-error, .form1 input[type='text'].js-mandatory-error, .form1 input[type='tel'].js-mandatory-error, .form1 select.js-mandatory-error, .form1 textarea.js-mandatory-error {
    border-color: #ff0000;
}
.form1 input[type='email'].mxerr, .form1 input[type='password'].mxerr, .form1 input[type='text'].mxerr, .form1 input[type='tel'].mxerr, .form1 select.mxerr, .form1 textarea.mxerr {
    border-color: #ff0000;
}
.form1 input[type='email']:focus, .form1 input[type='password']:focus, .form1 input[type='text']:focus, .form1 input[type='tel']:focus, .form1 select:focus, .form1 textarea:focus {
    background: #FEEBE7;
    border-color: #FEEBE7;
}
.form1 input[type='email']:first-child, .form1 input[type='password']:first-child, .form1 input[type='text']:first-child, .form1 input[type='tel']:first-child, form1 select:first-child, form1 textarea:first-child {
    margin-top:0;
}
.form1 .error, .form1 .info {
    margin-top:1rem;
}


.arrow {
    display: inline-block;
    border: solid plum;
    border-width: 0 0 1px 1px;
    width: 1rem;
    height: 1rem;
    background: none;
}
.arrow-up    { transform:rotate(135deg) }
.arrow-right { transform:rotate(225deg) }
.arrow-down  { transform:rotate(-45deg) }
.arrow-left  { transform:rotate(45deg) }


/* BREADCRUMBS ----------------------------------------------------------------------------------- */
.breadcrumbs {
    display:none;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* HEADER ----------------------------------------------------------------------------------- */
.lang_url {
    position:relative;
}
.lang_url>a {
    text-decoration: none;
}
.lang_url>a .arrow {
    display:inline-block;
    margin-left:0.5rem;
    width: 0.75rem;
    height: 0.75rem;
    border-color: #999;
    transition: 0.2s;
}
.lang_url>a:hover .arrow {
    border-color: #000;
}
.lang_url ul {
    list-style: none;
    position: absolute;
    display:none;
    right:0;
    padding: 0;
    margin: 0;
}
.lang_url ul>li>a {
    display:block;
}
.stickybar {
    background:#fff;
    text-align: center;
    padding: 0;
}
.stickybar-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}
.mainmenu {
    position: relative;
}
.mainmenu li ul {
    display:none;
    position:absolute;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}
.mainmenu li a {
    display:block;
    text-align: center;
    color:#000;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: normal;
    line-height: 1;
    white-space: nowrap;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.5rem;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.mainmenu li {
    position:relative;
}
.mainmenu>li {
    margin-left:2rem;
}
.mainmenu>li:first-child {
    margin-left: 0;
}
.mainmenu>li ul li {
    border-top:1px solid #fff;
}
.mainmenu>li ul li:first-child {
    border-top:0;
}
.mainmenu>li>ul {
    z-index:200;
    width: 400px;
}
.mainmenu>li>ul li a {
    white-space: normal;
    padding:0.75rem 1rem;
    line-height: 1.4;
}
.mainmenu>li>ul>li>a {
    color:#fff;
    background:#d6656b;
    text-align: left;
    text-transform: none;
}
.mainmenu>li>ul>li>ul {
    z-index:201;
    top:0;
    left: -99999em;
    min-width: 100%;
}
.mainmenu>li>ul>li>ul>li>a {
    color:#fff;
    background:#ff6a61;
}

.mobile-menu {
    position: fixed;
    z-index: 510;
    right:0;
    top:0;
    -webkit-transform: translate(100%,0%);
    -ms-transform: translate(100%,0%);
    transform: translate(100%,0%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    min-width: 90%;
    width: auto;
    min-height: 100%;
    background: #d6656b;
    padding:3rem 2rem 1rem 2rem;
    /*display: none;*/
}
.mobile-menu.active {
    -webkit-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    transform: translate(0%,0%);
    /*display: block;*/
}
.mobile-menu li {
    display: block;
    width: 100%;
}
.mobile-menu li a {
    display: block;
    width: 100%;
    color:#fff;
    padding:1rem 0;
    text-align: left;
    font-size:1.2rem;
    line-height: 1.3;
    text-decoration: none;
    text-transform: uppercase;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border-top:1px solid #ed8b90;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
}
.mobile-menu li ul li a {
    color: #fff;
    padding:0.75rem 0 0.75rem 1rem;
    text-transform: none;
    border-color: #fff;
    font-size:1.1rem;
    line-height: 1.3;
}
.mobile-menu li ul li ul li a {
    color: #d4fff8;
    padding: 0.5rem 0 0.5rem 2rem;
}
.mobile-menu li:first-child a {
    border-top:0;
}
.mobile-menu-button-close {
    background: none;
    padding:0;
    color:#fff;
    border:0;
    cursor:pointer;
    line-height: 1;
    margin:0;
    height: 2rem;
    width: 2rem;
    position: absolute;
    right: 1.5rem;
    bottom:1.5rem;
}
.mobile-menu-button-close .svgicon {
    height:100%;
    width: 100%;
}
.mobile-menu-button {
    background:#f0787a;
    padding:0;
    color:#fff;
    border:0;
    cursor:pointer;
    line-height: 1;
    margin:0;
    height: 4rem;
    width: 4rem;
    flex-shrink: 0;
    position: fixed;
    right: 1rem;
    bottom:1rem;
    z-index:90;
}
.mobile-menu-button .svgicon {
    height:100%;
    width: 1.6rem;
}
.mobile-menu li>ul {
    padding: 0 0 0 0;
    display: none;
    max-width: 250px;
    margin-bottom:1rem;
}


/* FOOTER ----------------------------------------------------------------------------------- */
.main-footer {
    /*padding-bottom: 2rem;*/
}
.footer-first-line {
    text-align: center;
    padding: 3rem 0 2rem 0;
    background: #000;
}
.footer-second-line {
    text-align: center;
    padding: 2rem 0;
    border-top: 1px solid #707070;
    background: #000;
}
.footer-bottom-line {
    margin-top:2rem;
    text-align: center;
    display: none;
}
.footer-mainmenu-wrapper {
    text-align: center;
}
.footermenu>li>a {
    padding:0.5rem;
    display: block;
    font-size: 0.8rem;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    text-align: left;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.footermenu2>li>a {
    color: #ccc;
}
.footermenu3>li>a {
    color: blue;
    font-size: 1rem;
    line-height: 1;
}
.logo-footer {
    text-transform: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Tuesday Night';
    font-size: 3rem;
    font-weight: normal;
    color: #fff;
}
.footer-headline {
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.3;
    font-family: 'Cormorant', serif;
    max-width: 400px;
    margin: 1rem auto 0 auto;
    padding: 0 1.5rem;
    font-weight: normal;
    font-style: italic;
}
.footer-social {
    margin-top:2rem;
}
.cookies-disclaimer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:0;
    position: fixed;
    left:0;
    bottom:0;
    width: 100%;
    padding:1rem;
    background: url('../media/bg-black-60.png');
    font-size:0.9rem;
    line-height: 1.3;
    font-weight: normal;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index:600;
}
.cookies-disclaimer.invisible {
    -webkit-transform: translate(0%,100%);
    -ms-transform: translate(0%,100%);
    transform: translate(0%,100%);
}
.cookies-disclaimer-more {
    text-decoration: none;
    font-size: 0.8rem;
    line-height: 1.3;
    text-align: center;
    color: #000;
    color: #fff;
    text-align: center;
    width: 100%;
}
.cookies-agree {
    font-size:0.9rem;
    line-height: 1.1;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    background: #999;
    color: #fff;
    display: block;
    margin:0.75rem 0 0 0;
    padding: 0.75rem;
    border: 0;
    width: 100%;
    cursor: pointer;
}
.cookies-agree.inactive {
    visibility: hidden;
}
.coperta {
    display: inline-block;
    text-align: center;
}
.coperta>a {
    text-decoration: none;
    position: relative;
    text-align: center;
    display: block;
}
.coperta .svgicon {
    width:4.5rem;
    height:4.5rem;
    display: inline-block;
}
.coperta-web-studio {
    color:#bccbd3;
    font-size:80%;
    position: absolute;
    white-space: nowrap;
    top:0.5rem;
    left:50%;
    margin-left:2rem;
}
.coperta-web-studio-engine {
    color:#bccbd3;
    font-size:80%;
    margin:0 0 0;
    display: inline-block;
    font-weight: normal;
    text-decoration: none;
}


/* SEARCH BAR ----------------------------------------------------------------------------------- */
.searchbar {
    padding: 1.5rem 0;
    background: #2f2f30;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index:300;
    -webkit-transform: translate(0%,-100%);
    -ms-transform: translate(0%,-100%);
    transform: translate(0%,-100%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.searchbar.active {
    -webkit-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    transform: translate(0%,0%);
}
.searchkey {
    float: left;
    width: 85%;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0;
    border:0;
    margin: 0;
    text-align: left;
    background: none;
    border-bottom: 2px solid #444445;
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
}
.searchkey:focus{
    border-color: #7cc805;
}
.searchbutton {
    border: 2px solid #fff;
    padding: 0;
    margin: 0;
    cursor: pointer;
    text-align: center;
    font-size: 1rem;
    font-weight: normal;
    height: 2.5rem;
    line-height: 2.5rem;
    background: #2f2f30;
    color: #fff;
    float: right;
    width: 10%;
}
.searchbar .infomes {
    margin-top:1rem;
}



/* STATIC PAGE ------------------------------------------------------------------------------------------ */
.static {
    padding-bottom: 3rem;
}
.static>.wrapper {
    max-width: 900px;
}
.cnt {
    display:block;
    margin:1rem auto 0 auto;
    padding: 0 1rem;
}
.cnt p {
    text-align: justify;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5;
    margin:1rem 0 0 0;
    padding: 0;
}
.cnt p:first-child {
    margin-top:0;
}
.cnt ul, .cnt ol {
    margin:1rem 0 0 0;
}
.cnt ul {
    list-style: disc;
}
.cnt ul li, .cnt ol li {
    margin-top:0.5rem;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5;
}
.cnt ul li:first-child, .cnt ol li:first-child {
    margin-top:0;
}
.cnt ul li p:first-child, .cnt ol li p:first-child {
    margin-top:0;
}
.cnt h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 2rem;
    line-height: 1.3;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    padding: 0;
    color: #EDCA9F;
    letter-spacing: 1px;
}
.cnt h3 {
    font-family: 'Cormorant', serif;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: normal;
    font-style: italic;
    text-align: left;
    color: #000;
    margin:0;
    padding: 0;
}
.main_image {
    width: 100%;
    height: auto;
    margin-bottom:2rem;
    display: block;
}
.cnt a {
    text-decoration: none;
    color: #d6656b;
}


/* CONTACT ------------------------------------------------------------------------------------------ */
.contact {
    padding-bottom:4rem;
}
.contact_brand_title {
    color: #C1C1C1;
    font-size: 3rem;
    line-height: 1;
    white-space: nowrap;
    font-weight: normal;
    text-decoration: none;
    display: block;
    font-family: 'Tuesday Night';
    margin-top:3rem;
}
.contact_adr {
    font-family: 'Cormorant', serif;
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    margin:1rem 0 0 0;
    padding: 0 1.5rem;
}
.contact_adr>p {
    margin: 0.5rem 0 0 0;
    padding: 0;
    text-align: center;
}
.contact_adr>p:first-child {
    margin-top:0;
}
.contact_tel {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 2.2rem;
    line-height: 1.3;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    margin: 1rem 0 0 0;
    padding: 0;
    z-index: 1;
    color: #000;
    letter-spacing: 2px;
    text-decoration: none;
    display: inline-block;
}
.contact_tel>.svgicon {
    color: #c1c1c1;
    position: absolute;
    left:0;
    top:0;
    width: 6rem;
    height: 6rem;
    -webkit-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
    display: none;
}
.contact_company_info {
    margin-top:4rem;
    position: relative;
    padding:2rem;
}
.contact_company_info>p {
    margin:0.5rem 0 0 0;
    padding: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.4;
    color: #000;
}
.contact_company_info>p:first-child {
    margin-top: 0;
}
.contact_company_info::before {
    content:'';
    position: absolute;
    left: 50%;
    top: 0;
    height: 2px;
    width:50%;
    background: #FEEBE7;
    -webkit-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
}
.contact_company_info::after {
    content:'';
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width:50%;
    background: #FEEBE7;
    -webkit-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
}
.contact_link {
    text-decoration: none;
    color: #EDCA9F;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.contact-line {
    margin-bottom:2rem;
} 
.contact-item {
    width: 100%;
    text-align: center;
    margin-top:1.5rem;
    padding-top:1.5rem;
    border-top:1px solid #ededed;
}
.contact-item:first-child {
    margin-top:0;
    padding-top:0;
    border-top:0;
}
.contact-item p {
    text-align: center;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.4;
}
.contact-item h2, .contact-item h3,.contact-item h4 {
    text-align: center;
    font-weight: normal;
    font-size:1.3rem;
    line-height: 1;
    margin-bottom:0.5rem;
}
.map {
    width: 100%;
    height: 400px;
}


/* LOGIN, REGISTER, RECOVER PASS, ACCOUNT ----------------------------------------------------------------------------------- */
.recover-wrapper {
    display: none;
}
.register-disclaimer {
    
}


/* GALLERY ----------------------------------------------------------------------------------- */
.gallery-albums, .gallery-images {
    list-style: none;
    display: block;
}
.gallery-albums li, .gallery-images li {
    display: block;
    width: 100%;
    margin-top:1rem;
}
.gallery-albums li:first-child, .gallery-images li:first-child {
    margin-top:0;
}
.gallery-albums li a, .gallery-images li a {
    display: block;
    text-decoration: none;
    width: 100%;
}
.gallery-albums-thumb {
    overflow: hidden;
}
.gallery-albums-thumb img {
    width: 100%;
    height: auto;
    max-width: none;
    display: block;
}
.gallery-images li a {
    overflow: hidden;
}
.gallery-images li a img {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
}


/* CART ------------------------------------------------------------------------------------------ */
.shortcart-info {
    text-decoration: none;
    background: none;
    color: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 4.5rem;
    height: 4.5rem;
    position: relative;
    cursor: pointer;
    border: 1px solid #C1C1C1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.shortcart-info .svgicon {
    width: 2.2rem;
    height: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.shortcart-number-wrapper {
    
}
.shortcart-number {
    background: #D6656B;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    display: block;
    font-size: 1rem;
    font-weight: normal;
    position: absolute;
    z-index:315;
    left: 1rem;
    bottom:0;
    -webkit-transform: translate(-100%,0%);
    -ms-transform: translate(-100%,0%);
    transform: translate(-100%,0%);
}
.shortcart-price {
    position: absolute;
    z-index: 316;
    bottom: -1.5rem;
    right:50%;
    background: #ff0000;
    color: #fff;
    text-align: center;
    margin: 0;
    line-height: 1;
    white-space: nowrap;
    padding: 0.5rem;
    display: none;
}

.ctable {
    width: 100%;
    border: 0;
    margin:0;
    padding:0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.ctable-row {
    width: calc(100% / 3 - 2rem);
    margin-left: 2rem;
    margin-top:2rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.ctable-row:nth-child(3n+1) {
    margin-left:0;
}
.ctable-row:nth-child(-n+3) {
    margin-top:0;
}
.cthumb {
    width: 100%;
    padding:0;
    margin:0;
}
.cthumb>img {
    width: 100%;
    height: auto;
}
.cinfo {
    padding:0;
    margin: 1rem 0 1rem 0;
}
.cptitle {
    text-decoration: none;
    font-size: 1.1rem;
    line-height: 1.3;
    text-align: center;
    font-weight: normal;
    color: #000;
}
.coptions, .ctoppings {
    margin:0 ;
    color: #000;
    font-weight: normal;
    text-align: center;
    font-family: 'Cormorant', serif;
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: normal;
    font-style: italic;
}
.cart-del-wrapper {
    margin-top:1rem;
}
.ccant {
    padding:0;
    margin:2rem 0 0 0;
    text-align: center;
}
.csubtotal {
    text-align: center;
    margin-bottom:1rem;
}
.cart-footer {
    margin-top:2rem;
    background: #feebe7;
    padding: 3rem 0;
    margin-bottom:2rem;
}
.ctotal {
    text-align: center;
    margin:0 0 1rem 0;
    padding: 0;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}
.ctvatotal {
    text-align: center;
    margin:0.5rem 0 0 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: normal;
    color: #999;
}
.cerror td {
    background: #ff0000;
    color: #fff;
    border-top-width: 0;
}
.cart-order-line {
    position: absolute;
    z-index: 305;
    bottom: 0;
    left: 0;
    width: 100%;
    background: green;
    height: 4rem;
    line-height: 4rem;
    text-align: right;
    color: #fff;
    text-decoration: none;
}
.cart-order-line-error {
    background: #ff0000;
}
.cart-order-total {
    display: inline-block;
    height: 100%;
    background: #999;
    padding:0 1rem;
    margin-left: 1rem;
}
.atc-message .splash-box {
    padding-top:6rem;
    padding-bottom:4rem;
}
.atc-confirm {
    
}
.atc-confirm-icon {
    position: absolute;
    left:50%;
    top:0;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 7rem;
    width: 7rem;
    background: #D6656B;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.atc-confirm-icon>.svgicon {
    height: 100%;
    max-width: 100%;
    width: 50%;
}
.atc-confirm p {
    margin: 0.5rem 0 0 0;
    padding: 0;
    color: #000;
    font-size: 1.3rem;
    line-height: 1.4;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}
.atc-confirm-icon + p {
    margin-top:0;
}
.atc-confirm-actions {
    margin-top:2rem;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.atc-confirm-actions>a {
    background: #fff;
    color:#000;
    font-size:0.9rem;
    line-height: 1.2;
    font-weight: normal;
    text-decoration: none;
    padding:1.5rem 0;
    cursor: pointer;
    text-align: center;
    border:1px solid #000;
    margin:0.5rem 0 0 0;
    white-space: nowrap;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 100%;
    display: block;
}
.atc-confirm-actions>a:first-child {
    margin-top: 0;
}
.atc-confirm-actions>a.atc-confirm-finalize {
    background: #000;
    color:#fff;
}


.longcart {
    padding-bottom:2rem;
}

.cart-del {
    color: #ff0000;
}
.longcart .loader {
    position: fixed;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    z-index:600;
    color: #000;
    background: url('../media/bg-white-80.png');
}
.shop_pi_loader_box {
    position: absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 5rem;
    width: 5rem;
}
.shop_pi_loader_box .donut {
    width: 80px;
    height: 80px;
    border-width: 10px;
    border-left-color: #EDCA9F;
}
.cart-closebutton {
    /*-webkit-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    transform: translate(0%,-50%);*/
    height: 4rem;
    width: 2rem;
    position: absolute;
    left:0;
    bottom:6rem;
    background: #fff;
    z-index:305;
    border-radius: 0  2rem 2rem 0;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.cart-closebutton .svgicon {
    color: #ccc;
    height: 100%;
    width: 0.75rem;
    position: absolute;
    left: 0.3rem;
    top:0;
}


/* PRODUCTS LISTING ------------------------------------------------------------------------------------------ */
.plist, .clist {
    list-style: none;
    display: block;
    width: 100%;
    margin:0;
    padding:0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.plist li, .clist li {
    width:100%;
    margin-top:2rem;
    position: relative;
}
.plist li:first-child, .clist li:first-child {
    margin-top:0;
}
.categ-card {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.categ-image {
    width: 100%;
    position: relative;
    margin-bottom:1rem;
}
.product-card {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.product-image {
    width: 100%;
    position: relative;
    margin-bottom:2rem;
}
.product-image>a {
    display: block;
    width: 100%;
    text-decoration: none;
}
.product-image img {
    width: 100%;
    height: auto;
}
.product-info {
    text-align: center;
}
.plist_title, .clist_title {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.4;
    margin: 0;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    padding: 0 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
}
.plist_desc, .clist_desc {
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: normal;
    text-align: center;
    margin:0;
}
.plist_desc p, .clist_desc p {
    margin:0;
    padding:0;
}
.clist_count {
    margin:0.5rem 0 0 0;
}
.plist_categ {
    text-align: center;
    margin-top:0.5rem;
    font-size: 1rem;
    line-height: 1;
}
.plist_price {
    font-size: 1rem;
    line-height: 1;
    font-weight: normal;
    text-align: center;
    margin:0.5rem 0 0 0;
}
.plist_oldprice {
    text-decoration: line-through;
    margin-right:1rem;
    color:#ff0000;
}
.plist_buline_wrapper {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index:30;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.plist_bulina {
    background: #ff0000;
    color: #fff;
    width: 4rem;
    height: 4rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin:0.25rem 0 0 0;
}
.plist_bulina:first-child {
    margin-top:0;
}
.plist_bulina .svgicon {
    height: 100%;
    width: 50%;
}
.plist_bulina_nou {
    background: green;
}
.plist_bulina_promo {
    background: red;
}
.plist_detailsbut {
    margin-top:0.5rem;
}
.plist_detailsbut>a {
    display: block;
    text-decoration: none;
    text-align: center;
    width: 100%;
    padding:0.75rem;
    border:1px solid #999;
    background: none;
    color: #999;
    font-size: 1rem;
    line-height: 1;
    white-space: nowrap;
    margin: 0;
}
.plist_stoc {
    margin: 0.5rem 0 0 0;
    padding: 0;
    font-size: 0.9rem;
    line-height: 1.3;
    color: #000;
    font-weight: normal;
}
.plist_stoc_empty {
    color: #999;
}
.plist_stoc_redus {
    color: red;
}
.plist_atc_root {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top:0.5rem;
}
.plist_cant_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin:0;
}
.plist_cant_button {
    background: none;
    padding: 0.5rem;
    border:1px solid #999;
    color: #999;
    text-align: center;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    margin: 0;
}
.plist_cant {
    font-size: 1rem;
    line-height: 1;
    padding: 0.5rem;
    border:1px solid #999;
    color: #999;
    text-align: center;
    margin:0 0.5rem;
    width: 4rem;
}
.plist_atc {
   padding:0.5rem;
   background: green;
   border:0;
   text-align: center;
   font-size: 1rem;
   line-height: 1.1;
   margin:0 0 0 0.5rem;
   color: #fff;
   cursor: pointer;
}
.plist_atc>.svgicon {
    display: inline-block;
    margin-right: 0.5rem;
    height: 2rem;
    width: 2rem;
}
/*.plist_atc {
    position: absolute;
    left:1rem;
    top:1rem;
    z-index:25;
    cursor: pointer;
    border: 0;
    padding:0;
    background:#E31E24;
    color:#fff;
    display: none;
    height:5rem;
    width: 5rem;
    line-height: 5rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0;
}
.plist_atc>.svgicon {
    height: 100%;
    width: 40%;
}
.plist_atc span {
    position: absolute;
    left:60%;
    bottom:0;
    -webkit-transform: translate(0%,50%);
    -ms-transform: translate(0%,50%);
    transform: translate(0%,50%);
    background:#fff;
    color:#E31E24;
    padding:0.7rem;
    font-size:1rem;
    line-height: 1;
    white-space: nowrap;
    display:none;
}*/
.plist li .shop_pl_loader {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../media/bg-white-80.png');
    z-index:50;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.plist li .shop_pl_loader .donut {
    width:4rem;
    height: 4rem;
}

.plist_inactive {
    position: absolute;
    left:1rem;
    top:1rem;
    z-index:25;
    cursor: pointer;
    border: 0;
    padding:0.5rem;
    background:#999;
    color:#fff;
    display: block;
    font-size: 1rem;
    line-height: 1;
    white-space: nowrap;
    margin:0;
}

.shop_pi_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.shop_pi_images {
    order: 1;
    width: 100%;
    margin: 0;
}
.shop_pi_info {
    order: 2;
    width: 100%;
    margin: 1rem 0 0 0;
}
.shop_pi_title {
    margin:0;
    padding:0;
    font-size: 1.3rem;
    line-height: 1.3;
    font-weight: normal;
    text-align: center;
}
.shop_pi_desc {
    margin: 1rem 0 0 0;
}
.shop_pi_desc>p {
    margin:0.5rem 0 0 0;
    padding: 0;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: normal;
    color: #444;
}
.shop_pi_desc>p:first-child {
    margin-top:0;
}
.shop_pi_ghidul_notice {
    margin:0.5rem 0 0 0;
    padding: 0;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: normal;
    color: #999;
}
.shop_pi_price {
    text-align: center;
}
.shop_pi_images_list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.shop_pi_images_list>li {
    width: 100%;
    margin-top:0.5rem;
}
.shop_pi_images_list>li:first-child {
    margin-top:0;
}
.shop_pi_images_list>li>a {
    display: block;
    text-decoration: none;
    width: 100%;
}
.shop_pi_images_list>li>a>img {
    display: block;
    width: 100%;
    height: auto;
}
.shop_pi_vars {
    margin-top:2rem;
}
.shop_pi_cant_wrapper {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    
}
.shop_pi_cant_button {
    background: none;
    padding: 0.5rem;
    border:1px solid #C1C1C1;
    color: #000;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1;
    cursor: pointer;
    margin: 0;
    width: 4rem;
    height: 4rem;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}
.shop_pi_cant {
    font-size: 1.2rem;
    line-height: 1;
    padding: 0.5rem;
    border:1px solid #C1C1C1;
    border-left-width: 0;
    border-right-width: 0;
    color: #000;
    text-align: center;
    margin:0;
    width: 4rem;
    height: 4rem;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}
.shop_pi_atc {
    margin-top:1rem;
    position: relative;
}
.shop_pi_atc_button {
    background: none;
    border:0;
    margin:0;
    padding: 1rem;
    text-align: center;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.1;
    font-weight: normal;
    background: green;
    color: #fff;
    display: block;
    width: 100%;
}
.atc-error {
    text-align: center;
    background: #ff0000;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: normal;
    color: #fff;
    padding:0.5rem;
    display: none;
    margin:0.5rem 0 0 0;
}
.shop_pi_back_wrapper {
    margin-top:3rem;
    text-align: center;
}
.shop_pi_back {
    text-decoration: none;
    font-size: 1rem;
    line-height: 1;
    font-weight: normal;
    color: #999;
}
.shop_pi_vars_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.shop_pi_vars_list>li {
    margin-left:1rem;
}
.shop_pi_vars_list>li:first-child {
    margin-left:0;
}
.shop_pi_vars_list>li>button {
    cursor: pointer;
    background: #ccc;
    padding: 1rem;
    margin:0;
    border:0;
    text-align: center;
    font-size: 1rem;
    line-height: 1.1;
    white-space: nowrap;
    color: #000;
}
.shop_pi_vars_list>li>button.active {
    background: coral;
    color: #fff;
}
.ghid-button-wrapper {
    margin-top:1rem;
    text-align: center;
}
.ghid-button {
    text-decoration: none;
    color: coral;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: normal;
}
.shop_pi_options {
    margin-top:1rem;
}
.shop_pi_options_row {
    margin-top:0.5rem;
}
.shop_pi_options_row:first-child{
    margin-top:0;
}
.shop_pi_options_item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.shop_pi_options_item_inside {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.add_product_option_but {

}
.add_product_option_but .svgicon {
    display: none;
}
.add_product_option_but.active .svgicon {
    display: inline-block;
}

.shop_pi_total {
    text-align: right;
}
.shop_pi_toppings {
    margin-top:1rem;
}
.shop_pi_toppings_row {
}
.shop_pi_toppings_row_inside {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.shop_pi_toppings_list {
    display: none;
    text-align: left;
    margin-top:0.5rem;
}
.shop_pi_toppings_selection {
    display: none;
}
.shop_pi_toppings_selection .splash-box {
    width:90%;
}
.shop_pi_toppings_selection_categ {
    margin-top:1rem;
}
.shop_pi_toppings_selection_categ:first-child {
    margin-top:0;
}
.shop_pi_toppings_selection_categ_title {
    margin: 0 0 0.5rem 0;
    padding:0;
    font-size: 1rem;
    line-height: 1;
    text-align: left;
    color: #000;
    font-weight: normal;
}
.shop_pi_toppings_items {
    list-style: none;
    margin:0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.shop_pi_toppings_items>li {
    width: calc(100% / 5 - 0.5rem);
    margin-left:0.5rem;
    margin-top:0.5rem;
    flex-grow: 0;
    flex-shrink: 0;
}
.shop_pi_toppings_items>li:nth-child(5n+1) {
    margin-left:0;
}
.shop_pi_toppings_items>li:nth-child(-n+5) {
    margin-top:0;
}
.shop_pi_toppings_items>li>a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    text-decoration: none;
    padding:0.5rem;
    background: #999;
    font-size: 0.9rem;
    line-height: 1.3;
    font-weight: normal;
    color: #fff;
    height: 100%;
    text-align: left;
}
.shop_pi_toppings_items>li.active>a {
    background: green;
}
.toppings_price {
    margin-left:2rem;
    text-align: right;
    white-space: nowrap;
}
.flex_sb {
    justify-content: space-between!important;
}


/* SHOP ORDER ------------------------------------------------------------------------------------------ */
.order-page {
    padding-bottom:3rem;
}
.order-page-container {
    margin-top:2rem;
}
.order-content {
    padding: 0;
    margin: 0 auto;
    text-align: left;
}
.order-section {
    padding:2rem 2rem;
    border-top:1px solid #FEEBE7;
}
.order-section:first-child {
    margin-top:0;
    border-top-width: 0;
    padding-top: 0;
}
.order-section>fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}
.order-section .hs_title {
    margin-bottom:1rem;
}
.order-section .hs_title + .form1-row {
    margin-top:0;
}
.order-payment-bonuri-wrapper {
    display: none;
}
.od-pickup {
    margin-top:1rem;
}
.od-branch-address {
    text-align: right;
    font-size: 1rem;
    line-height: 1.4;
    color: #999;
    font-weight: normal;
}
.ob-wrapper {
    margin-top:1rem;
}
.cblabel_wrapper input[type="checkbox"] {
    display: none;
}
.cblabel {
    cursor: pointer;
    font-family: 'Cormorant', serif;
    font-size: 1.3rem;
    line-height: 1.4;
    font-weight: normal;
    font-style: italic;
    color: #000;
    text-align: left;
}
.cblabel>.svgicon {
    height: 2rem;
    width: 2rem;
    margin-right:0.5rem;
    position: relative;
    top:-3px;
    color: #C1C1C1;
}
.cblabel_on, .cblabel_off {
    display: none;
}
.cblabel_wrapper input[type="checkbox"]:checked + .cblabel .cblabel_on, .cblabel_wrapper input[type="checkbox"]:not(:checked) + .cblabel .cblabel_off {
    display: inline-block;
}
.cblabel_wrapper input[type="checkbox"]:checked + .cblabel .cblabel_off, .cblabel_wrapper input[type="checkbox"]:not(:checked) + .cblabel .cblabel_on {
    display: none;
}
.order_message_ok {
    text-align: center;
    padding:2rem 0 4rem 0;
}
.order_message_ok>p {
    margin:0.5rem 0 0 0;
    padding: 0;
    text-align: center;
    font-family: 'Cormorant', serif;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: normal;
    font-style: italic;
    color: #000;
}
.order_message_ok>p:first-child {
    margin-top:0;
    font-size: 2.3rem;
    line-height: 1.4;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-style: normal;
}
.cpriceline {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0.5rem 0 0 0;
}
.cpriceline:first-child {
    margin-top:0;
}
.cpriceline>p {
    font-family: 'Cormorant', serif;
    font-size: 1.3rem;
    line-height: 1.4;
    font-weight: normal;
    font-style: italic;
    color: #000;
    text-align: left;
    margin: 0;
    padding: 0;
}
.cpriceline>p.cprice {
    /*font-family: 'Lato', sans-serif;
    font-weight: normal;
    text-align: right;
    line-height: 1;
    font-style: normal;
    font-size: 1.1rem;*/
}
.order-review-total {
    margin-top:3rem;
    padding-top:1rem;
    border-top:1px solid #ccc;
    padding-bottom:1rem;
    border-bottom:1px solid #ccc;
}
.order-review {
    background: #feebe7;
    padding: 3rem 0;
}
.order-review-final {
    text-align: center;
}
.livrare-how {
    display: none;
}
.order-review-cart {
    display: none;
}
.order-place-order-wrapper .loader {
    margin-top:1rem;
}
#order_delivery_tax {
    margin-top:1.5rem;
    padding: 1rem;
    background: #feebe7;
}



.order-step {
    display: none;
    width: 100%;
    margin-top:3rem;
}
.order-step:first-child {
    margin-top:0;
}
.order-step.done, .order-step.active {
    display: block;
}
.order-next-step, .order-change-step {
    display: none;
}
.order-step.active .order-next-step {
    display: block;
}
.order-step.done:not(.active) .order-change-step {
    display: block;
}
.order-progress {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    display: none;
}
.order-progress li {
    text-align: left;
    float: left;
    color: #ccc;
    position: relative;
    margin-left:2rem;
}
.order-progress li:first-child {
    margin-left: 0;
}
.order-progress li.done {
    color: #999;
}
.order-progress li.active {
    color: #000;
}
.order-progress li span {
    display: inline-block;
    margin-left:0.5rem;
}
.order-progress li:not(.active) span {
    display: none;
    position: absolute;
    right:0;
    bottom: -0.5rem;
    z-index:20;
    background: #999;
    color: #fff;
    padding: 0.5rem;
    margin: 0;
    white-space: nowrap;
    -webkit-transform: translate(100%,100%);
    -ms-transform: translate(100%,100%);
    transform: translate(100%,100%);
}
.order-progress li:not(.active):hover span {
    display: block;
}

.order-choices {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.order-choices-item {
    width: calc(100% / 2 - 2rem);
    margin-left: 2rem;
}
.order-choices-three .order-choices-item {
    width: calc(100% / 3 - 2rem);
    margin-left: 2rem;
}
.order-choices-item:first-child {
    margin-left:0;
}
.order-page .login-register-referrer {
    display: none;
}
.order-page .login-form h2, .order-page .register-form h2 {
    display: none;
}
.order-byphone {
    margin-top:2rem;
}
.order-as-guest-notice {
    margin-bottom:2rem;
}
.order-review-group {
    text-align: right;
    border-top:1px solid #ccc;
    margin-top:1rem;
    padding-top:1rem;
}
/*.order-review-group:first-child {
    border-top-width: 0;
    padding-top:0;
    margin-top:0;
}*/
.order-review-group p {
    text-align: left;
    margin: 0;
}
.order-review-change {
    margin-top:0.5rem;
}
.order-step-form .js-mandatory-error {
    border-color: #ff0000;
}
.order-existing-addresses .active {
    color: blue;
}
.order-new-address {
    display: none;
}
.order-add-address-button {
    display: none;
}

.product-main-loader {
    border-left-color: #7983ff;
    width:5rem;
    height: 5rem;
    position: absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


.spin {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1500ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1500ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1500ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    animation-name: spin;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}


.select-branch-wrapper {
    width:60%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.select-branch-group {
    flex-grow: 1;
}

.form1-row {
    margin-top:0.5rem;
}
.form1-row:first-child {
    margin-top:0;
}
.form1-row-inline {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.form1-row-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-top:0.5rem;
}
.form1-row-item:first-child {
    margin-top:0;
}
.form1-row-column {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.form1-row-column>* {
    width: 100%;
    margin-top:0.5rem!important;
}
.form1-row-column>*:first-child {
    margin-top:0!important;
}
.form1-row-item input {
    width: 200px;
}
.form1-row label {
    font-family: 'Cormorant', serif;
    font-size: 1.3rem;
    line-height: 1.4;
    font-weight: normal;
    font-style: italic;
    color: #000;
    text-align: left;
}


.topbar {
    background: #000;
    margin:0;
    padding: 1rem 0;
}
.topbar-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.hashtag {
    margin:0;
    padding: 0;
    color: #fff;
    font-size: 1rem;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    text-align: left;
    line-height: 1;
}
.topbar-content .hashtag {
    display: none;
}
.topbar-content .hashtag:first-child {
    display: block;
}
.hashtag>span {
    color: #D6656B;
    display: inline-block;
    margin-right: 0.1rem;
    font-size: 150%;
    vertical-align: middle;
    line-height: 1;
    position: relative;
    top:-2px;
}

.mainmenu-wrapper {
    display: none;
}
.logo {
    color: #D6656B;
    font-size: 4rem;
    line-height: 1;
    white-space: nowrap;
    font-weight: normal;
    text-decoration: none;
    display: block;
    font-family: 'Tuesday Night';
    margin-left:2rem;
}
.stickybar-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.sidemenu-button {
    margin: 0 0 0 2rem;
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer;
    color: #C1C1C1;
    display: none;
}
.sidemenu-button>.svgicon {
    height: 1.5rem;
    width: 1.5rem;
}
.cart-wrapper {
    margin-left:3rem;
}

.gotop {
    background: none;
    margin: 0;
    padding: 0;
    color: #5F5F5F;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 4rem;
    height: 4rem;
    position: relative;
    cursor: pointer;
    border: 1px solid #5F5F5F;
    text-transform: uppercase;
    font-size: 0.8rem;
    line-height: 1;
    font-weight: normal;
    position: fixed;
    right: 0;
    bottom: 2rem;
    z-index:200;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translate(100%,0%);
    -ms-transform: translate(100%,0%);
    transform: translate(100%,0%);
}

.social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.social>li {
    margin: 0 0 0 1rem;
}
.social>li:first-child {
    margin-left: 0;
}
.social>li>a {
    text-decoration: none;
    display: block;
    width: 4rem;
    height: 4rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #999999;
    color: #999999;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.social>li>a>.svgicon {
    height: 100%;
    width: 50%;
}

.home {
    padding-bottom:1rem;
}
.home-slider {

}
.hslider {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 525px;
}
.slider-item {
    width: 100%;
    background: #ccc;
    height: 100%;
    position: absolute;
}
.slick-track, .slick-list {
    height: 100%;
}
.slider-item-content {
    background-size: cover;
    background-position: center center;
    height: 100%;
}
.hslider_info {
    position: absolute;
    top: 50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 100;
    width: 80%;
}
.hslider_desc {
    border-top: 3px solid #FEEBE7;
    padding-top:1rem;
    margin: 3rem 0 0 0;
    font-family: 'Cormorant', serif;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: normal;
    font-style: italic;
}
.hslider_h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 2rem;
    line-height: 1.3;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    z-index: 1;
    letter-spacing: 2px;
}
.hslider_h2 {
    font-family: 'Tuesday Night';
    font-size: 2rem;
    line-height: 1;
    white-space: nowrap;
    text-align: left;
    color: #fff;
    margin: 1rem 0 0 1rem;
}
.slider-item-1 .slider-item-content {
    background-image: url('../media/slider-1.jpg');
}
.hgh {
    position: relative;
}
.hgh:after {
    content: '';
    height: 20px;
    width: 100%;
    background: #FEEBE7;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.hs_title {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 2rem;
    line-height: 1.3;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 1;
    color: #000;
    letter-spacing: 2px;
}
.hs_subtitle {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 1.3;
    text-align: left;
    position: relative;
    margin: 0;
    padding: 0;
    color: #000;
    margin-top:0.5rem;
    letter-spacing: 1px;
}
.hs_desc {
    margin: 0;
    padding: 0;
    font-family: 'Cormorant', serif;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: normal;
    font-style: italic;
    color: #000;
    margin-top:1rem;
}
.hs_desc2 {
    margin: 0;
    padding: 1.5rem 0;
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: normal;
    font-style: italic;
    color: #000;
    margin-top:1rem;
    position: relative;
}
.hs_desc2::before {
    content:'';
    position: absolute;
    left: 50%;
    top: 0;
    height: 2px;
    width:60%;
    background: #FEEBE7;
    -webkit-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
}
.hs_desc2::after {
    content:'';
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width:60%;
    background: #FEEBE7;
    -webkit-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
}
.hs_cursiv {
    font-family: 'Tuesday Night';
    font-size: 3rem;
    line-height: 1;
    white-space: nowrap;
    text-align: left;
    color: #C1C1C1;
    margin: 0;
    padding: 0;
}

.hs2 {
    padding:2rem 0;
}
.hs2 .hs_title, .hs2 .hs_subtitle, .hs2 .hs_desc {
    text-align: center;
}

.hstype2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.hstype2_img {
    width: 100%;
    background-size: cover;
    background-position: center center;
    height: 300px;
}
.hstype2_info {
    width: 100%;
    position: relative;
    background: #F5F6FB;
    padding:2rem;
}
.hstype2_info_content {

}
.gold {
    color: #EDCA9F;
}
.mov {
    color: #ED9698;
}
.hs3 .hs_desc {
    margin-top:3rem;
}
.hs3 .hs_cursiv {
    margin-top:1rem;
    margin-left:6rem;
}
.hs3 .hstype2_img {
    background-image: url('../media/stemplus-img-1.jpg');
}

.hs4 {
    margin-top:0rem;
}
.hs4 .hstype2_img {
    background-image: url('../media/stemplus-img-2.jpg');
}
.hs4 .hstype2_info {
    background: #F6E3D4;
}
.hs4 .hs_desc {
    margin-top:2rem;
}
.hs4 .hs_subtitle {
    margin-top:0.5rem;
}

.hs5 {
    margin-top:1rem;
    background: #FFF9F7;
    padding:2rem 0;
}
.features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.features>li {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 2rem;
}
.features>li:first-child {
    margin-top:0;
}
.features-icon {
    background: #FBF2F0;
    width: 7rem;
    height: 7rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #4C4949;
    text-align: center;
}
.features-icon>.svgicon {
    height: 100%;
    width: 40%;
    color: #4C4949;
}
.fgift>.svgicon {
    width: 35%;
}
.fleaf>.svgicon {
    width: 50%;
}
.features-text {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 0.9rem;
    line-height: 1.4;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 0;
    color: #000;
    margin-top:1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hs6 {
    padding: 2rem 0 2rem 0;
}
.hs6>.wrapper {
    max-width: 800px;
}
.hs6 .hs_title, .hs6 .hs_subtitle, .hs6 .hs_desc, .hs6 .hs_desc2, .hs6 .hs_cursiv {
    text-align: center;
}
.hs6 .hs_title {
    color: #EAB1A5;
    font-weight: normal;
}
.hs6 .hs_desc {
    margin-top:2rem;
}
.hs6 .hs_desc2 {
    margin-top:2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.hs6 .hs_cursiv {
    color: #D9D9D9;
    display: none;
}

.hs7 {
    position: relative;
    text-align: center;
    margin-top:2rem;
    padding-top:2rem;
}
.hs7>img {
    display: block;
    height: auto;
    width: 100%;
}
.hs7_info {
    margin-top:2rem;
}
.hs7 .hs_cursiv {
    color: #000;
    text-align: center;
    font-size: 2.5rem;
    line-height: 1;
}
.hs7 .hs_desc {
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 1.4;
    padding:0 3rem;
}
.hs7_bg {
    background: #FEEBE7;
    height: 100px;
    width: 75%;
    position: absolute;
    z-index:-1;
    top:0;
    left: 0;
}

.hs8 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top:0;
}
.hs8_left {
    width: 100%;
    background: #D4666D;
    position: relative;
}
.hs8_right {
    width: 100%;
    position: relative;
}
.hs8_left_content {
    color: #fff;
}
.hs8_left_content>.svgicon {
    position: absolute;
    -webkit-transform: translate(-60%,-60%);
    -ms-transform: translate(-60%,-60%);
    transform: translate(-60%,-60%);
    width: 8rem;
    height: 8rem;
    color: #fff;
    top: 0; 
    left: 0;
    z-index:-1;
    display: none;
}
.hs8_left_info {
    padding:0;
    display: block;
    text-decoration: none;
    padding: 2.5rem 1.5rem;
    text-align: center;
}
.hs8_left .hs_title {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: normal;
    text-align: center;
}
.hs8_left .hs_desc {
    color: #fff;
    margin-top:0.3rem;
}
.hs8_right_content {
    color: #4C4949;
    padding:1rem 1.5rem 0 1.5rem;
}
.hs8_right .hs_title {
    color: #D6656B;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: normal;
    margin-top:1rem;
    text-decoration: none;
    display: block;
    text-align: center;
}
.hs8_right .hs_desc {
    color: #000;
    margin-top:0.5rem;
    text-decoration: none;
    display: block;
    text-align: center;
}
.hs8_right_content>.svgicon {
    position: absolute;
    -webkit-transform: translate(0%,-30%);
    -ms-transform: translate(0%,-30%);
    transform: translate(0%,-30%);
    width: 7rem;
    height: 7rem;
    color: #D4666D;
    top: 0; 
    left: 0;
    z-index:-1;
    display: none;
}
.hs8 .social>li>a {
    border:0;
    background: #FBF2F0;
    color: #EEDCDA;
    width: 6rem;
    height: 6rem;
}
.hs8_social {
    margin-top:2rem;
}

.hs9 {
    padding:2rem;
    background: #f6e3d4;
    margin-top:2rem;
}
.hs9 p {
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
    color: #000;
}

.hs11 {
    margin-top:0;
    padding-top:2rem;
}
.hs12 {
    padding-bottom:0;
}


.blog-question-item {
    margin-top:2rem;
}
.blog-question {
    text-align: justify;
    font-size: 1.1rem;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    color: #000;
    border-top: 2px solid #FEEBE7;
    padding-top:2rem;
}
.blog-answer {
    text-align: justify;
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 1rem 0 0 0;
    padding: 0;
    font-family: 'Cormorant', serif;
    font-weight: normal;
    font-style: italic;
    color: #000;
}
.blog-answer p {
    margin: 0.5rem 0 0 0;
    padding: 0;
    text-align: justify;
    font-size: 1.2rem;
    line-height: 1.4;
}
.blog-answer p:first-child {
    margin-top: 0;
}

.blog {
    position: relative;
    padding-bottom:6rem;
}
.blog>.wrapper {
    max-width: 950px;
}
.blog-topbar {
    height: 140px;
    background: #FEEBE7;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    z-index: -1;
}
.blog-intro {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top:2rem;
}
.blog-img {
    width: 100%;
    height: auto;
    flex-grow: 0;
    flex-shrink: 0;
    margin-top:2rem;
}
.blog-intro-left {
    text-align: left;
}
.blog-intro .blog-answer {
    padding-left: 0;
}
.blog-intro .blog-question {
    padding-right: 0;
    padding-top:0;
    border-top-width: 0;
}
.blog-intro-title>h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    z-index: 1;
    letter-spacing: 2px;
}
.blog-intro-title>h1:after {
    content: '';
    height: 20px;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.blog-intro-title>h2 {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 2rem;
    line-height: 1.3;
    text-align: center;
    text-transform: none;
    position: relative;
    margin: 0;
    z-index: 10;
    letter-spacing: 1px;
    margin-top:2rem;
}
.blog-ceostem {
    margin: 0;
    padding: 0;
    color: #C1C1C1;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 1.3rem;
    line-height: 1.3;
    text-align: left;
    margin-left:5rem;
}
.blog-ceostem>span {
    font-family: 'Tuesday Night';
    font-size: 3rem;
    line-height: 1;
    text-align: left;
    color: #D6656B;
    display: inline-block;
    margin-left:0.5rem;
    position: relative;
    top:1rem;
}
.blog-photos {
    margin-top:4rem;
    overflow: hidden;
    position: relative;
}
.blog-photos-wrapper {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.blog-photos-wrapper>img {
    height: 448px;
    width: auto;
    margin-left:10px;
}
.blog-photos-wrapper>img:first-child {
    margin-left:0;
}
.blog-video {
    margin-top:3rem;
}
.blog-video-item {
    margin-top:3rem;
}
.blog-video-item>video {
    width: 100%;
    height: auto;
}
.blog .hs2 {
    padding:0;
}

.cumpara {
    padding-bottom:2rem;
}
.cumpara-utilizare .hstype2_img {
    background-image: url('../media/stemplus-img-4.jpg');
}
.cumpara-povestea {
    
}
.cumpara-povestea .hs_desc2 {
    max-width: none;
}
.cumpara-main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.cumpara-main-left {
    width: 100%;
}
.cumpara-main-left>img {
    width: 100%;
    height: auto;
    display: block;
}
.cumpara-main-right {
    width: 100%;
    text-align: center;
    margin-top:1rem;
}
.cumpara-main-right>.hs_title {
    text-align: center;
}
.cumpara-main-right>.hs_subtitle {
    text-align: center;
}
.cumpara-longdesc {
    margin-top:2rem;
    background: #FEEBE7;
    padding: 3rem;
    width: 100%;
    position: relative;
}
.cumpara-longdesc p {
    margin: 1rem 0 0 0;
    padding: 0;
    text-align: justify;
    font-size: 1.1rem;
    line-height: 1.4;
    color: #000;
    font-family: 'Cormorant', serif;
    font-style: italic;
}
.cumpara-longdesc p:first-child {
    margin-top:0;
}
.cumpara-price {
    margin-top:2rem;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: normal;
    color: #EDCA9F;
}
.list1 {
    list-style: none;
    margin: 1rem 0 0 0rem;
    padding: 0;
}
.list1>li {
    margin-top:0.5rem;
    font-family: 'Cormorant', serif;
    font-style: italic;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
}
.list1>li:first-child {
    margin-top:0;
}

.atc-wrapper {
    margin-top:1rem;
    padding-top:1rem;
    border-top: 3px solid #FEEBE7;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.atc-wrapper .loader {
    display: none;
    margin-left:1rem;
}
.atc-wrapper .loader .donut {
    width: 3rem;
    height: 3rem;
    border-left-color: #EDCA9F;
    border-width: 5px;
}
.pageintro {
    height: 200px;
    background: #ccc;
    margin-bottom:2rem;
    position: relative;
    background-image: url('../media/stemplus-img-5.jpg');
    background-size: cover;
    background-position: center center;
}
.pageintro>.wrapper {
    position: relative;
    height: 100%;
}
.pageintro p {
    position: absolute;
    top:50%;
    left:5%;
    -webkit-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
    margin:0;
    padding: 0 3rem 0 0;
    font-size: 2rem;
    line-height: 1.3;
    text-align: left;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color: #000;
    border-bottom: 3px solid #FEEBE7;
}
.contact .pageintro {
    background-image: url('../media/stemplus-img-6.jpg');
}
.pageintro + .banner1 {
    position: relative;
    top:-1rem;
}

.longcart-products {
    max-width: 500px;
    margin:0 auto;
}

#od_sector {
    margin-top:0.5rem;
}
.address-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}
.address-header>select {
    flex-grow: 1;
}

.stickybar.fixed {
    position:fixed;
    top:0;
    left:0;
    bottom: auto;
    z-index:500;
    width: 100%;
    background: #000;
}
.stickybar.fixed .logo {
    font-size: 2.3rem;
    line-height: 1;
    color: #fff;
}
.stickybar.fixed .mainmenu li a {
    color: #fff;
}
.stickybar.fixed .shortcart-info {
    color: #fff;
}

.empty {
    text-align: center;
    color: #c1c1c1;
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.4;
}

.banner1 {
    margin-bottom:0;
}
.banner1 img {
    display: block;
    width: 100%;
    height: auto;
}
.cumpara-oldprice {
    display: inline-block;
    margin: 0 1rem 0 0;
    color: #ff0000;
    position: relative;
}
.cumpara-oldprice:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    transform:rotate(-5deg);
  }
  

.news-item-topbar {
    background: #FEEBE7;
    width: 100%;
    padding:2rem 0;
}
.news-item-topbar h2 {
    font-size: 1.5rem;
    line-height: 1.3;
    text-align: center;
    padding-top:1rem;
    border-top:3px solid #fff;
    margin: 1rem auto 0 auto;
    width: auto;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}
.news-item-topbar h1 {
    font-size: 2.5rem;
    line-height: 1.3;
    text-align: center;
    width: auto;
    margin:0 auto;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

.voucher_response {
    display: none;
    margin-top:1rem;
    text-align: center;
    color: #d6656b;
    font-size: 1.3rem;
    line-height: 1.3;
    font-weight: normal;
    border-top:1px solid #d6656b;
    padding-top:1rem;
}
.delete-voucher {
    display: none;
    background: #d6656b;
    border-color: #d6656b;
}

.promo-donam {
    margin-top:1rem;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: left;
    color: #d6656b;
}

.mlist {
    list-style: none;
    display: block;
    margin:0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.mlist>li {
    width: 100%;
    margin-top:2rem;
}
.mlist>li:first-child {
    margin-top:0;
}
.mthumb {
    text-decoration: none;
    display: block;
    width: 100%;
    padding:1rem;
    background: #f5f6fb;
}
.mthumb>img {
    display: block;
    width: 100%;
    height: auto;
}

.mediamain {
    padding-bottom:4rem;
}
.mediamain .hs_desc2 {
    margin-bottom: 3rem;
}


/* RESPONSIVE */
@media only screen and (min-width: 767px) {
    .hs9 p {
        font-size: 1.4rem;
        line-height: 1.4;
    }
    .mlist {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .mlist>li {
        width: calc((100% - 6rem) / 4);
        margin-left:2rem;
        margin-top:2rem;
    }
    .mlist>li:nth-child(4n+1) {
        margin-left:0;
    }
    .mlist>li:nth-child(-n+4) {
        margin-top:0;
    }
    .news-item-topbar {
        padding:4rem 0;
    }
    .cnt {
        max-width: 950px;
        margin-top:2rem;
        padding:0;
    }
    .cnt ul, .cnt ol {
        margin-top:1rem;
        margin-left:2rem;
    }
    .static {
        padding-bottom: 4rem;
    }
    .contact_adr {
        padding: 0;
    }
    .contact_brand_title {
        margin-top:0;
        font-size: 4rem;
        line-height: 1;
    }
    .contact_tel>.svgicon {
        display: block;
    }
    .contact_company_info {
        margin-top:6rem;
        padding:2rem;
    }
    .contact_company_info::before {
        width:30%;
    }
    .contact_company_info::after {
        width:30%;
    }
    .address-header {
        flex-direction: row;
        flex-wrap: nowrap;
    }
    #od_sector {
        margin-left:0.5rem;
        margin-top:0;
    }
    .order-section {
        padding:2rem 2rem;
        max-width: 700px;
        margin: 0 auto;
    }
    .form1-row-inline {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .form1-row-inline>.form1-row-item {
        width: calc(100% / 2 - 1rem);
        margin-left:1rem;
    }
    .form1-row-inline>.form1-row-item:nth-child(odd) {
        margin-left:0;
    }
    .form1-row-item {
        margin-top:0;
    }
    .footer-first-line {
        padding: 4rem 0 3rem 0;
    }
    .logo-footer {
        font-size: 4rem;
    }
    .hslider_h1 {
        font-size: 2.5rem;
        line-height: 1.3;
    }
    .hslider_h2 {
        font-family: 'Tuesday Night';
        font-size: 3rem;
        line-height: 1;
        white-space: nowrap;
        text-align: left;
        color: #C1C1C1;
        margin: 1rem 0 0 6rem;
    }
    .hslider_desc {
        border-top: 3px solid #FEEBE7;
        padding-top:2rem;
        margin: 4rem 0 0 3rem;
        font-family: 'Cormorant', serif;
        font-size: 1.2rem;
        line-height: 1.4;
        font-weight: normal;
        font-style: italic;
    }
    .hslider_info {
        max-width: 40%;
        width: auto;
        top: 50%;
        left:10%;
        -webkit-transform: translate(0%,-50%);
        -ms-transform: translate(0%,-50%);
        transform: translate(0%,-50%);
    }
    .blog-intro-title>h2 {
        font-size: 2rem;
        line-height: 1.3;
        text-align: left;
        padding-top:1rem;
        padding-right:3rem;
        border-top:3px solid #fff;
        margin-top:4rem;
        left: 8rem;
        white-space: nowrap;
    }
    .blog-intro-title>h1 {
        font-size: 2.5rem;
        line-height: 1.3;
        text-align: left;
        width: auto;
        display: inline-block;
    }
    .blog-topbar {
        height: 394px;
    }
    .blog-intro-title {
        margin-top:4rem;
    }
    .blog-intro .blog-question-item {
        margin-top:8rem;
    }
    .blog-img {
        width: 463px;
        height: auto;
        flex-grow: 0;
        flex-shrink: 0;
        margin-top:0;
    }
    .blog-intro {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        padding-top:2rem;
    }
    .blog-intro-left {
        padding-right: 5rem;
        text-align: left;
    }
    .blog-question-item {
        margin-top:3rem;
    }
    .blog-question {
        text-align: justify;
        font-size: 1.1rem;
        line-height: 1.4;
        margin: 0;
        padding: 0 5rem 0 0;
        font-family: 'Lato', sans-serif;
        font-weight: normal;
        color: #000;
        border-top: 2px solid #FEEBE7;
        padding-top:2rem;
        max-width: 500px;
    }
    .blog-answer {
        text-align: justify;
        font-size: 1.2rem;
        line-height: 1.4;
        margin: 2rem 0 0 0;
        padding: 0 0 0 3rem;
    }
    .blog-video {
        margin-top:5rem;
    }
    .pageintro {
        margin-bottom:4rem;
    }
    .pageintro + .banner1 {
        top:-2rem;
    }
    .plist_title, .clist_title {
        padding: 0;
    }
    .atc-message .splash-box {
        padding-top:6rem;
        padding-bottom:4rem;
        min-width: 500px;
    }
    .list1 {
        margin: 1rem 0 0 3rem;
    }
    .cumpara-longdesc {
        margin-top:3rem;
        padding: 4rem;
        width: 130%;
        left: -30%;
        padding-left:30%;
        z-index:-1;
    }
    .atc-wrapper {
        margin-top:2rem;
        padding-top:2rem;
    }
    .cumpara-price {
        margin-top:2rem;
        text-align: left;
        font-size: 1.5rem;
        line-height: 1;
    }
    .cumpara-main-right>.hs_title {
        text-align: left;
    }
    .cumpara-main-right>.hs_subtitle {
        width: 70%;
        text-align: left;
    }
    .cumpara-main {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .cumpara-main-left {
        width: 50%;
        padding-right: 4rem;
        padding-left:4rem;
    }
    .cumpara-main-right {
        width: 50%;
        text-align: left;
        padding-right:5rem;
        margin-top:0;
    }
    .cumpara {
        padding-bottom:4rem;
    }
    .footer-headline {
        font-size: 1.4rem;
        line-height: 1.5;
        margin-top:2rem;
        padding: 0;
    }
    .home {
        padding-bottom:4rem;
    }
    .hs_desc2::before {
        width:30%;
    }
    .hs_desc2::after {
        width:30%;
    }
    .hs6 {
        padding: 4rem 0 3rem 0;
    }
    .hs6 .hs_cursiv {
        display: block;
    }
    .hs11 {
        margin-top:0;
        padding-top:0;
    }
    .hs12 {
        padding-bottom:0;
    }
    .gotop.active {
        -webkit-transform: translate(0%,0%);
        -ms-transform: translate(0%,0%);
        transform: translate(0%,0%);
        right:2rem;
    }
    .hs4 {
        margin-top:1rem;
    }
    .hs_title {
        font-size: 2.2rem;
        line-height: 1.3;
        text-align: left;
    }
    .hs_subtitle {
        font-size: 1.3rem;
        line-height: 1.3;
        text-align: left;
    }
    .mainmenu-wrapper {
        display: block;
    }
    .logo {
        font-size: 4rem;
        line-height: 1;
        position: absolute;
        left:50%;
        top:50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        font-family: 'Tuesday Night';
        margin:0;
    }
    .topbar-content {
        justify-content: space-between;
    }
    .topbar-content .hashtag {
        display: block;
    }
    .hs2 {
        padding:5rem 0;
    }
    .hstype2_info_content {
        position: absolute;
        top: 50%;
        left:50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: 100;
        width: 70%;
    }
    .hstype2 {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        height: 525px;
    }
    .hstype2_img {
        width: 50%;
        height: auto;
    }
    .hstype2_info {
        width: 50%;
        padding: 0;
    }
    .hs8_left .hs_title {
        text-align: left;
    }
    .hs8_left_info {
        background: #D4666D;
        padding:1rem 0 0 1rem;
        text-align: left;
    }
    .hs8_left_content>.svgicon {
        display: block;
    }
    .hs8_right_content>.svgicon {
        display: block;
    }
    .hs8_right .hs_title {
        text-align: left;
    }
    .hs8_right .hs_desc {
        text-align: left;
    }
    .hs8 .social {
        justify-content: flex-start;
    }
    .hs8_right_content {
        position: absolute;
        top: 50%;
        left:10%;
        -webkit-transform: translate(0%,-50%);
        -ms-transform: translate(0%,-50%);
        transform: translate(0%,-50%);
        z-index: 100;
        width: 70%;
        color: #4C4949;
        padding: 0 0 0 9rem;
    }
    .hs8_left_content {
        position: absolute;
        top: 50%;
        left:50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: 100;
        width: 60%;
        color: #fff;
    }
    .hs8 {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        height: 450px;
        margin-top:2rem;
    }
    .hs8_left {
        width: 45%;
        height: 100%;
    }
    .hs8_right {
        width: 55%;
        height: 100%;
    }
    .hs7 .hs_cursiv {
        text-align: left;
        font-size: 3rem;
        line-height: 1;
    }
    .hs7 .hs_desc {
        margin-left: 3rem;
        padding: 0;
        font-size: 1.2rem;
        line-height: 1.4;
        margin-top:1rem;
    }
    .hs7_info {
        position: absolute;
        z-index:100;
        left:60%;
        top:50%;
        margin-top:0;
    }
    .hs7_bg {
        height: 394px;
        width: 75%;
    }
    .hs7 {
        height: 471px;
        text-align: center;
        margin-top:4rem;
        padding-top:0;
    }
    .hs7>img {
        display: inline-block;
        height: 100%;
        width: auto;
    }
    .hs5 {
        margin-top:2rem;
        padding:7rem 0;
    }
    .features {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
    }
    .features>li {
        width: 15%;
        margin-left: 2rem;
        margin-top:0;
    }
    .features>li:first-child {
        margin-left:0;
    }
    .atc-confirm-actions>a {
        display: inline-block;
        padding-left:3rem;
        padding-right:3rem;
        width: auto;
    }
    .ghid-button-wrapper {
        text-align: left;
    }
    .atc-error {
        text-align: left;
    }
    .shop_pi_back_wrapper {
        text-align: left;
    }
    .shop_pi_atc_button {
        width: auto;
    }
    .shop_pi_images_list>li {
        width: calc(100% / 4 - 0.5rem);
        margin-left: 0.5rem;
    }
    .shop_pi_images_list>li:first-child {
        width: 100%;
        margin-top:0;
        margin-left: 0;
    }
    .shop_pi_images_list>li:nth-child(4n+2) {
        margin-left: 0;
    }
    .shop_pi_wrapper {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .shop_pi_info {
        margin: 0;
        width: 50%;
    }
    .shop_pi_images {
        width: 45%;
    }
    .shop_pi_title {
        text-align: left;
        font-size: 1.6rem;
        line-height: 1.3;
    }
    .shop_pi_desc {

    }
    .shop_pi_desc>p {
        text-align: justify;
    }
    .shop_pi_ghidul_notice {
        text-align: left;
    }
    .shop_pi_price {
        text-align: right;
    }



    .plist, .clist {
        flex-direction: row;
    }

    .wrapper {
	    max-width:1600px;
    }
    .info {
	    text-align: left;
    }
    .error {
	    text-align: left;
    }
    .main {
        
    }
    .menu-item {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .maintitle {
	    text-align: left;
    }
    .buton1 {
        display: inline-block;
        padding-left:3rem;
        padding-right:3rem;
        width: auto;
    }
    .delete-voucher {
        display: none;
    }
    .form1 {
        margin-left:auto;
        margin-right:auto;
    }
    .form1 .error, .form1 .info {
	    text-align: center;
    }
    
    /* BREADCRUMBS START ----------------------------------------------------------------------------------- */
    .breadcrumbs {
        margin-bottom:2rem;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .breadcrumbs li {
        margin-left:1rem;
    }
    .breadcrumbs li:first-child {
	    margin-left:0;
    }
    .breadcrumbs li a {
        text-decoration: none;
    }
    
    /* HEADER ----------------------------------------------------------------------------------- */
    .stickybar {
	    position: relative;
    }
    .stickybar.fixed {
        position:fixed;
        top:0;
        left:0;
        bottom: auto;
        z-index:500;
        width: 100%;
        background: #000;
    }
    .stickybar.fixed .logo {
        font-size: 2.3rem;
        line-height: 1;
        color: #fff;
    }
    .stickybar.fixed .mainmenu li a {
        color: #fff;
    }
    .stickybar.fixed .shortcart-info {
        color: #fff;
    }
    
    /* FOOTER ----------------------------------------------------------------------------------- */
    .cookies-disclaimer {
        flex-direction: row;
        flex-wrap: nowrap;
        padding:1.5rem;
    }
    .cookies-disclaimer-more {
        text-align: left;
        width: 85%;
        font-size: 0.9rem;
        line-height: 1.3;
    }
    .cookies-agree {
        width: 10%;
        margin:0;
    }
    .footermenu {
        justify-content: center;
    }
    .footermenu>li {
        margin-top:0;
        margin-left:2.5rem;
    }
    .footermenu>li:first-child {
        margin-left: 0;
    }
    .footermenu>li>a {
        padding:0;
        font-size: 0.8rem;
        line-height: 1;
    }
    .footermenu3>li>a {
        font-size: 1rem;
        line-height: 1;
    }
}
@media only screen and (min-width: 1100px) {
    
}
@media only screen and (max-width: 767px) {
/* JUST MOBILE */
    .just-desktop {
	    display: none!important;
    }
    .hstype2_img {
        order: 0;
    }
    .hstype2_info {
        order: 1;
    }
}
@media only screen and (min-width: 767px) {
/* JUST DEKSTOP */
    .just-mobile {
	    display: none!important;
    }
}
@media (hover: hover) {
/* HOVER */
    .mainmenu>li:hover>ul {
	    display:block;
    }
    .mainmenu>li>ul>li:hover>ul {
        display:block;
        left: 100%;
    }
    .mainmenu>li:hover>a, .mainmenu>li>a:hover {
        color: #D6656B;
    }
    .stickybar.fixed .mainmenu>li:hover>a, .stickybar.fixed .mainmenu>li>a:hover {
        color: #D6656B;
    }
    .lang_url:hover ul {
	    display:block;
    }
    .cookies-disclaimer-more:hover {
	    color: #ccc;
    }
    .cookies-agree:hover {
	    background: #ccc;
    }
    .buton1:hover {
        background: #fff;
        border-color: #000;
        color: #000;
    }
    .buton2:hover {
        color:#eaa77a;
    }
    .footermenu>li:hover>a, .footermenu>li>a:hover {
        color:#D6656B;
    }
    .footermenu2>li:hover>a, .footermenu2>li>a:hover {
        color:#999;
    }
    .footermenu3>li:hover>a, .footermenu3>li>a:hover {
        color:green;
    }
    .plist_detailsbut>a:hover {
        border-color: green;
        color: green;
    }
    /*.plist_atc:hover span {
        display:block;
    }
    .product-card:hover .plist_atc {
        display: block;
    }*/
    .plist_atc:hover {
        background: orange;
    }
    .atc-confirm-actions>a:hover {
        border-color: #D6656B;
        color: #D6656B;
    }
    .atc-confirm-actions>a.atc-confirm-finalize:hover {
        border-color: #D6656B;
        background: #D6656B;
        color: #fff;
    }
    .shop_pi_back:hover {
        color: #000;
    }
    .ghid-button:hover {
        color: crimson;
    }
    .social>li:hover>a, .social>li>a:hover {
        border-color: #D4666D;
        color: #D4666D;
    }
    .hs8 .social>li:hover>a, .hs8 .social>li>a:hover {
        background: #D4666D;
        color: #fff;
    }
    .shortcart:hover .shortcart-info {
        border-color: #D4666D;
        color: #D4666D;
    }
    .shop_pi_cant_button:hover {
        border-color: #D4666D;
        color: #D4666D;
    }
    .cart-order-button:hover {
        background: #feebe7;
    }
    .mainmenu>li>ul>li:hover>a, .mainmenu>li>ul>li>a:hover {
        background:#000000;
        color: #fff;
    }
}