/* 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;
}
body {
    line-height: 1;
}
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;
}
/**** FONTS ****/
@font-face {
    font-family: 'baloo';
    src: url('../fonts/baloo-regular-webfont.woff2') format('woff2'),
         url('../fonts/baloo-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue LT Pro 75 Bold';
    src: url('../fonts/HelveticaNeueLTPro-Bd.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue LT Pro 55 Roman';
    src: url('../fonts/HelveticaNeueLTPro-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue LT Pro 45 Light';
    src: url('../fonts/HelveticaNeueLTPro-Lt.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue LT Pro 85 Heavy';
    src: url('../fonts/HelveticaNeueLTPro-Hv.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'hand_of_sean_demoregular';
    src: url('../fonts/hand_of_sean_demo-webfont.woff2') format('woff2'),
         url('../fonts/hand_of_sean_demo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'Helvetica Neue LT Pro 55 Roman';
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
strong{
    font-family: 'Helvetica Neue LT Pro 75 Bold';
}
.clear{
    clear: both;
}
a:hover, a:active, a:focus{
    text-decoration: none;
    color: inherit;
}

#main--nav{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1040;
    background: #ffffff;
}
#main--nav.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999999;
}
.sticky---menu--compensator{
    height: 80px;
}
.menu--hidden{
    display: none;
    width: 100%;
    height: auto;
    min-height: 0;
    position: fixed;
    /* max-height:30.041667VW; */
    left: 0;
    top: 80px;
    background: linear-gradient(to right, rgba(226, 122, 43, 0.97) , rgba(107, 72, 112, 0.9));
    z-index: 99999999;
    transition: 0.4s width ease, 0.4s opacity ease;
}
.hidden--menu{
    padding: 40px 0 20px 0;
}
.hidden--menu li{
    display: block;
    text-align: left;
}
.hidden--menu li a{
    display: inline-block;
    font-family: 'baloo';
    font-weight: 400;
    font-size: calc( 14px + ( 20 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 18px + ( 24 - 18 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    margin-bottom: 0.8416666666666665VW;
    min-width: 221px;
    color: #ffffff;
    position: relative;
    transition: 0.3s all ease;
    text-shadow: 0px 0px 1px #000000;
}
.hidden--menu li a:before{
    opacity: 0;
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    height: 75%;
    width: 10px;
    background: #ffffff;
    transform: translateY(2px);
    border-radius: 10px;
    transition: 0.3s all ease;
    box-shadow: 0px 0px 1px #000000;
}
.hidden--menu li a.b2b--menu:before{
    background: #8dc63f;
    color: #8dc63f;
}
.hidden--menu li a.b2b--menu{
    color: #8dc63f;
}
.hidden--menu li a.b2b--menu:before{
    background: #8dc63f;
    color: #8dc63f;
}
.hidden--menu li a.b2b--menu{
    color: #8dc63f;
}
.hidden--menu li a:hover{
    transform: scale(1.2,1.2) translateX(17px);
    transition: 0.3s all ease;
}
.hidden--menu li a:hover:before{
    opacity: 1;
    transition: 0.3s all ease;
}
.burger--img.animateDown{
    transition: 0.3s all ease;
    transform: rotate(90deg);
}
.burger--img.animateUp{
    transition: 0.3s all ease;
    transform: rotate(0deg);
}
.remove--padding{
    padding-left: 0;
    padding-right: 0;
}
.remove--l--padding{
    padding-left: 0;
}
.remove--r--padding{
    padding-right: 0;
}
.right--border{
    border-right: 1px solid #dee7eb;
}
.center{
    text-align: center;
}
/**** END MISC ****/

/**** MAIN MENU ****/
.main--nav--container{
    max-height: 80px;
    padding: 20px 0;
}
.burger--menu{
    float: left;
    line-height: 40px;
    width: 4.51%;
}
.burger--img{
    max-width: 28px;
    vertical-align: middle;
}
.burger--img:hover{
    cursor: pointer;
}
.logo--container{
    line-height: 40px;
    float: left;
    width: 18%;
    text-align: center;
}
.logo--container a{
    display: block;
}
.logo{
    width: 100%;
    max-width: 153px;
    vertical-align: middle;
}

.shop--finder--container{
    float: left;
    width: 270px;
    text-align: center;
    padding-right: 15px;
    margin-left: 12px;
}

.partner--container{
    position: relative;
    float: right;
    width: 35%;
    height: 1px;
    text-align: center;
}
.partner--text{
    display: block;
    font-family: 'Helvetica Neue LT Pro 85 Heavy';
    position: absolute;
    top: -20px;
    padding: 23px 30px;
    font-size: 13px;
    line-height: 17px;
    color: rgb(141, 198, 63);
    margin: 0px 26px;
    transition: 0.4s background ease, 0.4s color ease;
}
.partner--text:hover{
    color: rgb(141, 198, 63);
    background: #dbe0e2;
}
.partner-text:hover{
    background: #dbe0e2;
}
.shop--finder--container, .cart--finder--container{
    float: left;
    width: 290px;
    text-align: center;
    padding-right: 15px;
    margin-left: 12px;
}
.shop--finder--container.--bordered{
    border-right: 1px solid #f58220;    
}
#shop-finder, #product-finder{
    position: relative;
}
#shop-name, #product-name{
    font-family: 'Helvetica Neue LT Pro 45 Light';
    font-size: 12px;
    color: #97a9b2;
    width: 260px;
    border-radius: 7px;
    border: 1px solid #e2e7ea;
    padding-left: 65px;
    padding-right: 38px;
    height: -moz-available;
    height: -webkit-fill-available;
    height: fill-available; 
    height: 40px;
    outline: none;
}
#shop-name::placeholder, #product-name::placeholder{
    font-family: 'Helvetica Neue LT Pro 45 Light';
    font-size: 12px;
    color: #97a9b2; 
}
#shop-name:focus, #product-name:focus{
    border: 1px solid #e2e7ea;
    outline: none;
}

.about--title {
    font-family: 'baloo';
    font-weight: 500;
    font-size: calc( 20px + ( 24 - 20 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 24px + ( 28 - 24 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: rgb(245, 130, 32);
    padding-bottom: 30px;
    padding-bottom: 0.5625VW;
}

.percent-column {
    width: 35%;
}

.percent-column h2, .flex-column h2 {
    font-family: 'Helvetica Neue LT Pro 75 Bold';
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 28px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 30px;
}

.element-list {
    display: block;
    position: relative;
    margin-bottom: 25px;
    min-height: 40px;
    padding-left: 60px;
}
.shop-details-holder {
    margin: 35px 0;
    padding: 30px 30px 30px 30px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    background-color: #ffffff;
}

#submit-shop-search, #submit-product-search{
    position: absolute;
    right: 7px;
    top: 0;
    width: 42px;
    height: -moz-available;
    height: -webkit-fill-available;
    height: fill-available; 
    height: 40px;
    border: none;
    background: url(/assets/public/ladoipasi/images/lupa.png);
    background-repeat: no-repeat;
    background-position: center center;
    outline: none;
}
.shop-img, .shop-cart{
    position: absolute;
    left: 10px;
    top: 0;
    width: 45px;
    height: -moz-available;
    height: -webkit-fill-available;
    height: fill-available; 
    height: 40px;
    border: none;
    background: url(/assets/public/ladoipasi/images/shop.png);
    background-repeat: no-repeat;
    background-position: center center; 
    border-right: 1px solid #e7ecee;
}
.shop-cart{
    background: url(/assets/public/ladoipasi/images/shop-cart.png);
    background-repeat: no-repeat;
    background-position: 30% center;    
}
.my--account--container{
    position: relative;
    float: right;
    width: 7%;
    text-align: center;
}
.my--account{
    position: relative;
    top: 3px;
    display: block;
    text-decoration: none;
}
.my--account:hover, .my--account:focus, .my--account:active{
    text-decoration: none;
}
.my--account--image{
    max-width: 24px;
}
.my--account--text{
    display: inline-block;
    font-family: 'Helvetica Neue LT Pro 55 Roman';
    font-size: 10px;
    line-height: 10px;
    color: #4f5b60;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 8px;
}
.my--account--text:hover, .my--account--text:focus, .my--account--text:active{
    color: #4f5b60; 
}
.my--account--text.submenu--text{
    margin-top: 0;
    color: #ffffff;
}
.my--account--submenu{
    display: none;
    position: absolute;
    left: 0;
    width: 120%;
    height: auto;
    bottom: -13px;
    transform: translateY(100%) translateX(-5%);
    background: #8dc63f;
    padding: 10px 0;
}
.my--account--text.submenu--text:last-of-type{
    margin-top: 8px;
}
.hamburger {
	position: relative;
  top: 13px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
 
  
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: rgb(245, 130, 32); }
.hamburger-box {
  width: 28px;
  height: 24px;
  display: inline-block;
  position: relative; }
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 28px;
    height: 3px;
    background-color: rgb(245, 130, 32);
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }
/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 9px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 18px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }
/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
.menu--separator{
	position: relative;
}
.menu--separator:after{
	position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    max-width: 221px;
    left: 0;
    bottom: 7px;
    background-color: #8dc63f;
    box-shadow: 0px 0px 1px #000000;
}
/**** END MAIN MENU ****/


/**** FOOTER *****/
.footer{
    background: url('/assets/public/ladoipasi/images/footer-back.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: auto;
}
.footer--constrainer{
    width: 1015px;
    margin: 0 auto;
    padding: 35px 0;
    padding: 1.8229166666666667VW 0;
}
.footer--logo{
    display: block;
    margin: 0 auto;
    max-width: 129px;
    width: 100%;
}
.footer-logo img{
    max-width: 129px;
    width: 100%;
}
.footer--nav--container{
    height: auto;
    padding: 25px 0;
    padding: 1.3020833333333335VW 0;
}
.footer--nav li{
    display: inline-block;
    text-align: center;
    padding: 0 5px 0 5px;
}
.footer--nav li.--cancel--l--padd{
    padding: 0 12px 0 0;
}
.footer--nav li.--cancel--r--padd{
    padding: 0 0 0 12px;
}
.footer--nav--link{
    display: inline-block;
    font-family: 'Helvetica Neue LT Pro 55 Roman';
    font-size: 12px;
    line-height: 12px;
    color: #ffffff;
}
.socials{
    text-align: center;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    padding-bottom: 1.5625VW;
}
.socials li{
    display: inline-block;
    text-align: center;
    padding: 0 15px 0 15px;
}
.social--item{
    display: block;
}
.social--item{
    max-width: 34px;
    width: 100%;
}
.copywright{
    font-family: 'Helvetica Neue LT Pro 55 Roman';
    font-weight:500;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #ffffff;
}
.banner--overlay{
    display: none;
}
/**** END FOOTER *****/


/**** OOS HOMEPAGE *****/


.oos-header {
    background: url('/var/uploads/slider_desktop/header-delivery.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    max-height: 700px;
    height: 36.45833333333333VW;
    position: relative;
}

.oos-header-small {
    background: url('https://www.la-doi-pasi.ro/assets/public/ladoipasi/images/banners/b2c_contact.png');
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 200px;
    top:-60px;
    height: 36.45833333333333VW;
    position: relative;
}


.oos-section{
    position: relative;
    height: auto;
    background: #f6f8f9;
}
.shop-map-holder{
    position: relative;
    height: 300px;
    display: block;
    width: 100%;
}
#location-map{
    display: block;
    width: 100%;
    height: 300px;
}
.flex-container{
    display: flex;
}
.text-holder, .image-holder{
    display: flex;
}
.text-holder{
    width: 60%;
    background: #ffffff;
    border-top-left-radius:5px;
    padding-bottom: 25px;
}
.image-holder{
    width: 40%;
}
.flex-override{
    display: block;
    width: 100%;
}
.text-holder h1{
    padding: 25px 35px 25px 35px;
    font-family: 'Helvetica Neue LT Pro 75 Bold';
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    background: linear-gradient(to right, #e27a2b , #6b4870);
    border-top-left-radius:5px;
}
.text-holder h1 span{
    font-family: 'Helvetica Neue LT Pro 55 Roman';
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
}
.fake-absolute-element{
    position: relative;
    top: -71px;
}
.text-holder p{
    padding-left: 35px;
    padding-bottom: 20px;
    padding-right: 15px;
    color: #70848f;
}
.text-holder p:first-of-type{
    padding-top: 35px;
}
.text-holder p:last-of-type{
    padding-bottom: 50px;
}
.shop-image-holder{
    display: block;
    width: 100%;
    height: 100%;
    border-top-right-radius:5px;
    overflow: hidden;
    min-height: 280px;
    /* max-height: 455px; */
}
.shop-image-holder img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    
}

.pin-location{
    position: relative;
}
.pin-location::after, .pin-location-job::after {
    content: '';
    position: absolute;
    top: -4px;
    left: 35px;
    width: 33px;
    height: 29px;
    background: url(/assets/public/ladoipasi/images/facelift/locatie.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.pin-program::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 41px;
    height: 41px;
    background: url(/assets/public/ladoipasi/images/facelift/program.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.pin-telefon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 43px;
    height: 42px;
    background: url(/assets/public/ladoipasi/images/facelift/telefon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.text-holder .pin-location p{
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 75px;
    color: #70848f;
}
.text-holder h2{
    padding-left: 35px;
    padding-top: 30px;
    color: #70848f;
}

.services-box{
	float: left;
	width: 18%;
	margin: 0 0;
	padding: 0 0;
	text-align: center;
	margin-top: 10px;
}
.services-image{
	width: 100%;
	width: 36px;
    height: 32px;
}
.services-desciption{
	font-family: 'Helvetica Neue LT Pro 55 Roman';
    font-weight: bold;
	font-size: 9px;
	line-height: 12px;
	color: rgb(245, 130, 32);
	text-transform: uppercase;
	padding: 0 10px;
}
.text-holder p.no-service-desciption{
    padding-top: 25px;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 35px;
    font-family: 'Helvetica Neue LT Pro 75 Bold';
    color: #f58220;
}


.selector-area{
    position: relative;
    top: -50px;
    background: #ffffff;
    border-radius: 5px;
    padding: 50px 0;
}
.selector-area.small-bottom{
    padding: 20px 0 0 0;
}

#area-selector-form{
    width: 800px;
    margin: 0 auto;
}
#area-selector-form h2{
    margin-bottom: 25px;
    color: #f58220;
    font-family: 'Helvetica Neue LT Pro 75 Bold';
}
.flex-parent{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.input-holder{
    position: relative;
    padding: 0 15px;
    margin-bottom: 30px;
    width: 50%;
}
.error{
   color:red; 
}
.input-holder select, .input-holder input[type='text'], .input-holder input[type='email']{
    text-align: left;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 14px;
    outline: none;
    border: 1px solid #dee7eb;
    border-radius: 5px;
    color: #70848f;
    transition: 0.3s ease all;
}
.input-holder select.has-error, .input-holder input.has-error{
    border: 1px solid red;
    transition: 0.3s ease all;
}
.input-holder select::placeholder, .input-holder input[type='text']::placeholder{
    color: #72848c;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Helvetica Neue LT Pro 55 Roman';
}
.hintor, .hintor-right{
    display: inline-block;
    float: left;
    width: 50%;
    color: #70848f;
}
.hintor-right{
    float: right;
    text-align: right;
}
#selector-map{
    width: 560px;
    height: 400px;
    overflow: hidden;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
}
.regular-btn{
    margin: 0 auto;
    padding: 10px 25px;
    background: linear-gradient(to right, #9abd3b , #e88b24);
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: none;
    display: inline-block;
}
.regular-btn:hover{
    color: #ffffff;
    text-decoration: none;
}
.product-container{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.product-element{
    width: 25%;
    padding: 0 15px;
    margin-bottom: 40px;
}
.product{
    display: block;
    text-decoration: none;
    width: 100%;
    text-align: center;
}

.img-holder{
    width: 100%;
    height: 170px;
    margin-bottom: 10px;
}
.img-holder img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}
.product p{
    color: #72848c;
    font-size: 14px;
    line-height: 18px;
    height: 60px;
    font-family: 'Helvetica Neue LT Pro 55 Roman';
    text-decoration: none;
    margin-bottom: 5px;
}
.full-price{
    display: block;
    font-size: 22px;
    line-height: 26px;
    font-family: 'Helvetica Neue LT Pro 55 Roman';
    margin-bottom: 10px;
    text-decoration: none;
    color: #72848c;
}
.dark-gradient{
    background: linear-gradient(to right, #df792d , #6c486f);
}
.checkout{
    width: 100%;
    background: url('/assets/public/ladoipasi/images/my-account-banner.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.checkout-container{
    position: relative;
    background: #ffffff;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px 0;
}
.flex-checkout{
    display: flex;
    flex-wrap: wrap;
}
.left-column{
    width: 20%;
    padding-right: 15px;
    padding-left: 15px;
    border-right: 1px solid grey;
}
.right-column{
    padding-left: 15px;
    padding-right: 15px;
    width: 80%;
}
.right-column h1{
    margin-bottom: 20px;
}
.checkout-table{
    width: 100%;
    margin-top: 0;
    margin-bottom: 25px;
}
.checkout-table tr th{
    padding: 15px 0;
    font-family: 'Helvetica Neue LT Pro 75 Bold';
    font-size: 16px;
    line-height: 16px;
    color: #f58220;
    text-align: center;
}
.checkout-table tr td {
    padding: 15px 0;
    font-family: 'Helvetica Neue LT Pro 55 Roman';
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    text-align: center;
}
.checkout-table tr th:first-of-type, .checkout-table tr td:first-of-type{
    padding-left: 10px;
}
.checkout-table tr th.left, .checkout-table tr td.left{
    text-align: left;
}
.checkout-table tr:nth-child(even) {
    background-color: #f5822024;
}
.no-background{
    background-color: transparent !important;
}
.down-product, .up-product{
    cursor: pointer;
    color: red;
}
.incrementor{
    padding: 0 5px;
}
.checkout-table tr td.total-price{
    background: #f58220;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    padding: 10px 0 10px 0;
}
.right{
    text-align: right;
}
.regular-btn.btn-continue{
    text-align: center;
    width: 55%;
}
#checkout-form{
    width: 60%;
}
#checkout-form .input-holder{
    width: 100%;
    padding: 0 0;
    margin-bottom: 15px;
}
#checkout-form p{
    color: #f58220;
    margin-bottom: 10px;
}
#checkout-form p:last-of-type{
    margin-top: 40px;
}
#checkout-form .input-holder.half-width{
    width: 50%;
}
.input-holder input[type="radio"], .input-holder input[type="checkbox"], .checker{
    position: absolute;
    top: 1px;
    left: 0;
    margin: 0 0;
    width: 18px;
    height: 18px;
    border: 1px solid grey;
    border-radius: 5px;
    background: transparent;
    opacity: 0;
    cursor: pointer;
    pointer-events: all;
    z-index: 1;
    transition: 0.2s ease all;
    outline: none;
}
.checker{
    opacity: 1;
    z-index: 2;
    pointer-events: none;
}
.flex-input{
    display: flex;
    flex-wrap: wrap;
}
.input-holder label{
    margin-left: 25px;
    cursor: pointer;
}
.input-holder input[type="radio"]:checked + .checker, .input-holder input[type="checkbox"]:checked + .checker{
    background: #8dc63f;
    transition: 0.2s ease all;
}
.top-space{
    margin-top: 20px;
}
.spaced{
    margin:25px 0 15px 0;
}
.categ-list li{
    display: block;
    margin-bottom: 10px;
}
.categ-list li a{
    color: #df792d;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
}
.categ-list li a:hover{
    text-decoration: underline;
}

.nl_error, .nl_success {
    position: fixed;
    width: 35%;
    height: auto;
    min-height: 200px;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    background: linear-gradient(to right, #e27a2b , #6b4870);
    text-align: center;
    border-radius: 10px;
    padding: 20px 20px;
    color: #ffffff;
    font-family: 'Helvetica Neue LT Pro 55 Roman';
    font-size: 16px;
    line-height: 20px;
}
.close_nl {
    position: absolute;
    top: 5px;
    right: 10px;
    font-family: 'Helvetica Neue LT Pro 85 Heavy';
    color: #ffffff;
    cursor: pointer;
}

.service-hold{
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 35px;
}
.service-item{
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
}
.service-item img{
    display: inline-block;
    width: 50px;
    height: 36px;
    margin-right: 10px;
    vertical-align: middle;
}
.service-item p {
    display: inline-block;
    font-family: 'Helvetica Neue LT Pro 75 Bold';
    font-size: 16px;
    line-height: 16px;
    padding-left: 0;
    padding-bottom: 0 !important;
    vertical-align: inherit;
}
.full-list{
    margin-bottom: 35px;
}
.checkout-table tr.no-padding td{
    padding: 0 0;
}
.vouchers_success{
    display: none;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 25%;
    background: linear-gradient(to right, #9abd3b , #e88b24);
    padding: 20px 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px #000000;
  }
  .vouchers_success{
    text-align: center;
  }
  .voucher_close{
    position: absolute;
    top: 8px;
    right: 8px;
    color: red;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Baloo';
  }
  
  .vouchers_success p{
    font-family: 'Baloo';
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
  }
  .vouchers_success a{
    color: #000000;
  }
.flex-cont{
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
}
.cat-l{
    position: relative;
    top: -50px;
    width: 20%;
    padding: 0 10px;
    border-radius: 10px;
    background: #ffffff;
}
.prod-l{
    width: 80%;
    padding: 0 10px;
}
.cat-list ul li a{
    display: block;
    /* font-family: 'Helvetica Neue LT Pro 75 Bold'; */
    font-size: 12px;
    line-height: 16px;
    padding-left: 0;
    padding-bottom: 0 !important;
    margin: 10px 0;
    font-size: 14px;
    line-height: 16px;
    color: #f58220;
}
.succ-msg{
    text-align: center;
    color: rgb(141, 198, 63);
}
.err-msg{
    text-align: center;
    color: red;
}

#messagesModal .modal-content{
    top: 200px;
}

button.close{
    position: relative;
    top: 5px;
    right: 10px;
    cursor: pointer;
    z-index: 99;
}
.modal-body label{
    display: block;
    text-align: center;
    margin-bottom: 0.63242vw;
    color: red;
}

@media screen and (max-width:1024px){
    .cat-l{
        display: none;
    }
    .cat-l, .prod-l{
        width: 100%;
    }
    .container {
        width: 100%;
    }
    .menu--hidden{
        position: fixed;
        top: 60px;
        background: linear-gradient(to right, rgb(226, 122, 43) , rgba(107, 72, 112, 0.9));
    }
    .logo--container{
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        float: none;
    }
    .burger--menu{
        width: 100%;
        text-align: left;
    }
    .partner--container, .shop--finder--container, .cart--finder--container, .my--account--container{
        display: none;
    }
    .my--account--container{
        display: block;
        top: -42px;
    }
    .shop--finder--container, .cart--finder--container {
        width: 25%;
    }
    .partner--container {
        width: 11%;
    }
    .footer--constrainer {
        width: 100%;
    }
    .footer--nav li.--cancel--l--padd {
        padding: 0 12px 0 0;
    }
    .footer--nav li {
        display: block;
        margin-bottom: 20px;
    }
    .footer--nav--link {
        font-size: 18px;
        line-height: 18px;
    }
    .footer--nav--link {
        font-size: 18px;
        line-height: 18px;
    }
    .text-holder p{
        padding-bottom: 10px;
    }
    .text-holder p:last-of-type {
        padding-bottom: 20px;
    }
    .text-holder p:first-of-type {
        padding-top: 13px;
    }
    .text-holder h2{
        padding-top: 10px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width:990px){
    .shop-map-holder{
        height: 460px;
    }
    #location-map{
        height: 100%;
    }
    .fake-absolute-element {
        position: relative;
        top: 0;
        margin-top: 40px;
    }
    .fake-absolute-element .flex-container{
        display: block;
    }
    .text-holder, .image-holder{
        width: 100%;
    }
    .text-holder p:first-of-type {
        padding-top: 30px;
    }
    .text-holder p {
        padding-left: 15px;
        padding-bottom: 20px;
        padding-right: 15px;
    }
    .text-holder p:last-of-type {
        padding-bottom: 30px;
    }
    /* .shop-image-holder{
        height: 360px;
    } */
    #area-selector-form{
        width: 100%;
        padding: 0 15px;
    }
    #selector-map{
        width: 100%;
    }
    .product-element{
        width: 50%;
    }

    .nl_error, .nl_success {
        width: 85%;
    }
    
}

@media screen and (max-width:520px){
    .logo--container {
        width: 27%;
    }
    .main--nav--container {
        max-height: 80px;
        padding: 10px 0;
    }
    .hamburger{
        top: 9px;
    }
    .hidden--menu li a {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 16px;
    }
    .hidden--menu {
        padding: 15px 0 15px 0;
    }
    .menu--separator:after{
        top: 25px;
    }
    .shop-map-holder {
        height: 360px;
    }
    .text-holder h1{
        padding: 15px 15px 15px 15px;
        font-size: 18px;
        line-height: 22px;
    }
    .text-holder p:first-of-type{
        padding-top: 25px;
    }
    .shop-image-holder{
        border-radius: 5px;
    }
    .input-holder{
        width: 100%;
        margin-bottom: 20px;
    }
    .hintor, .hintor-right{
        width: 100%;
    }
    .hintor-right{
        text-align: left;
    }
    .oos-header{
        height: 330px;
    }
    .pin-location::after{
        top: 4px;
        left: 20px;
    }
    .text-holder p:first-of-type{
        padding-top: 10px;
    }
    .text-holder p:last-of-type {
        padding-bottom: 13px;
    }
    .text-holder .pin-location p{
        padding-left: 60px;
    }
    .product-element {
        width: 100%;
    }
    .left-column{
        width: 100%;
        border-bottom: 2px solid grey;
        text-align: center;
    }
    .right-column{
        width: 100%;
    }
    .right-column h1 {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .checkout-table tr td.total-price {
        font-size: 10px;
        line-height: 10px;
        padding: 10px 0px 5px 0px;
        width: 82px;
    }
    #checkout-form{
        width: 100%;
    }
    .my--account--container{
        width: 34% !important;
        right: -8px;
    }
    .text-holder h2{
        padding-left: 15px;
        margin-bottom: 20px;
    }
    .service-hold{
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
    }
    .service-item{
        width: 100%;
        margin-bottom: 25px;
    }
}