@charset "UTF-8";
/** DESKTOP **/
* {
  box-sizing: border-box; }

input, select, option {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

#new_address input,
.profil.user_data input,
#new_address select,
.profil.user_data select,
.popup_form select,
.popup_form input[type='text'],
.popup_form input[type='password'],
.popup_form input[type='email'],
div.inner-wrapper div.newsletter-sign-up input,
input.new-design {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  font-size: 12px;
  padding: 7px 10px 8px 10px;
  line-height: 16px;
  height: auto;
  border: 1px solid #D8D8D7;
  color: #2e2f27;
  margin-bottom: 10px; }

#regForm input[type='password'].reg_passwd, #userDataForm input[type='password'].reg_passwd {
  margin-bottom: 0; }

.basket_sum .price {
  font-weight: bold; }

.functions .droplist-list {
  width: 100% !important; }

.logo a i {
  background: url(../images/svg/bortarsasag.svg) center center no-repeat;
  background-size: 233px;
  width: 233px;
  height: 30px;
  display: block;
  text-indent: -100000px; }

.logo i.wine-school {
  background: url(../images/borsuli_logo.png) center center no-repeat;
  width: 135px; }

.logo i.wine-spring {
  background: url(../images/bortavasz_logo.png) center center no-repeat;
  width: 186px; }

.printed .share, .printed .share:hover {
  background-image: url("/images/svg/facebook.png"); }

.printed .print, .printed .print:hover {
  background-image: url("/images/svg/printer.png"); }

.printed a,
.printed a:hover {
  background-position: right top;
  padding: 2px 30px 2px 0px !important;
  background-size: contain;
  display: block; }

.basket_sum .sum_piece, .basket_sum .price {
  width: auto;
  padding-left: 20px; }

#product .photo {
  position: relative; }
  #product .photo .image img {
    max-height: 400px;
    width: auto;
    max-width: 100%; }

.basket_site,
.basket_site_article {
  margin: 125px 0 20px 0; }

.product_list .product-list-item .title a {
  white-space: normal; }

.product_list .product-list-item {
  vertical-align: top; }

#search-result .close {
  position: absolute;
  z-index: 1000;
  top: 5px;
  right: 10px; }

.product_list .functions .page a.nextPage {
  background: url(/images/svg/arrow-right.svg) 0 0 no-repeat; }

.table_basket td.quantity span.decrease,
.input .decrease {
  background-image: url(/images/svg/minus.svg);
  background-size: 10px; }

.table_basket td.quantity span.increase,
.input .increase {
  background-image: url(/images/svg/plus.svg);
  background-size: 7px; }

.input .decrease, .input .increase {
  background-size: 7px;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .7;
  transition: all .3s; }
  .input .decrease:hover, .input .increase:hover {
    opacity: 1; }

.basket_save .form .element input[type='text'] {
  margin: 0 10px 0 5px; }

.basket_save .form .element .custom_check {
  margin-top: 5px; }

.basket_save .form .element span {
  line-height: 33px; }

input[type='email'],
input[type='text'] {
  padding: 5px 5px 4px 5px;
  height: auto;
  padding: 9px 5px;
  line-height: 13px; }

div.hidden {
  display: none !important; }

.address-container .manageAddress {
  margin-bottom: 0; }
  .address-container .manageAddress input {
    border: 1px solid #D8D8D7; }
  .address-container .manageAddress .select_address {
    width: 422px; }

.address-container .manageAddress.empty {
  margin-bottom: 0; }

.button a.basket,
.button a.inverse,
.button a.borrow,
.button a {
  padding: 7px 22px; }

.form-field {
  width: 100%;
  max-width: 500px;
  float: left;
  margin-right: 20px; }

.formDesign .formLine {
  position: relative;
  padding-left: 160px;
  max-width: 600px; }
  @media only screen and (max-width: 500px) {
    .formDesign .formLine {
      padding-left: 0; } }

.formDesign label {
  position: absolute;
  top: 0;
  left: 0;
  width: 155px; }
  @media only screen and (max-width: 960px) {
    .formDesign label {
      line-height: 28px; } }
  @media only screen and (max-width: 500px) {
    .formDesign label {
      position: relative;
      width: 100%;
      margin: 5px 0; } }

.formDesign input {
  width: 100%;
  font-size: 12px;
  padding: 6px 10px; }
  @media only screen and (max-width: 960px) {
    .formDesign input {
      padding: 10px 15px; } }

.form-row {
  position: relative;
  padding-left: 160px;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px; }
  @media only screen and (max-width: 500px) {
    .form-row {
      padding-left: 0; } }
  .form-row .label {
    position: absolute;
    width: 150px;
    top: 0;
    left: 0;
    line-height: 38px; }
    @media only screen and (max-width: 500px) {
      .form-row .label {
        position: relative;
        width: 100%;
        margin: 5px 0; } }
    .form-row .label span, .form-row .label label {
      line-height: 38px;
      display: block; }
    .form-row .label label span {
      display: inline-block; }
  .form-row .input {
    width: 100%; }

.filter {
  position: relative; }
  .filter .element a.selected span {
    background: url(/images/svg/szuro-x.svg) no-repeat right bottom; }

.filter_more {
  width: 960px;
  padding: 20px 18px; }
  .filter_more .close, .filter_more .message_box .close, .filter_more #basket_container .close {
    background-image: url(/images/svg/x-small.svg);
    background-size: 11px;
    background-position: center center;
    top: 18px;
    right: 10px; }

#basket_container .close {
  top: 10px;
  right: 10px; }

#top_menu #basket_pict {
  background: url(/images/retina/basket_pict.jpg) no-repeat;
  z-index: 10;
  background-size: 35px; }

.product_list {
  z-index: 3;
  padding-bottom: 30px; }
  .product_list .product-list-item .image-holder .image {
    height: 84px;
    left: 0px;
    position: relative;
    top: 15px;
    width: 225px;
    z-index: 0;
    background: url(/images/retina/bg-product-list-shelf-shadow.jpg) 0 54px no-repeat;
    background-size: 104% 25px; }
    @media only screen and (max-width: 960px) {
      .product_list .product-list-item .image-holder .image {
        background-position: 50% 75px; } }
  .product_list .product-list-item.big_box .image-holder {
    height: 200px; }
    .product_list .product-list-item.big_box .image-holder a {
      height: 200px; }
    .product_list .product-list-item.big_box .image-holder .image {
      height: 200px;
      background-position: 0 100px; }
      @media only screen and (max-width: 960px) {
        .product_list .product-list-item.big_box .image-holder .image {
          background-position: 0 85px; } }
    .product_list .product-list-item.big_box .image-holder a.shelf {
      bottom: 86px !important; }
    .product_list .product-list-item.big_box .image-holder.retina a span {
      max-height: 100%; }
      .product_list .product-list-item.big_box .image-holder.retina a span img {
        max-height: 200px;
        max-width: 100%; }
  .product_list.magazineList {
    width: 100%; }

#product .photo .image.shelf {
  background: url(/images/retina/shelf_big.jpg) no-repeat center bottom;
  background-size: 304px; }

.product_list .product-list-item .image-holder a.shelf {
  bottom: 30px !important; }

.product_list .product-list-item .image-holder a.shelf {
  height: 0;
  left: 20px !important;
  right: 0 !important;
  padding-bottom: 30%;
  width: auto !important; }

@media only screen and (max-width: 800px) {
  .product_list .product-list-item.big_box .image-holder a.shelf {
    top: -20px; } }

@media only screen and (max-width: 500px) {
  .product_list .product-list-item.big_box .image-holder a.shelf {
    top: -25px; } }

.product_list .product-list-item .image-holder.retina a.shelf span {
  width: 100%; }
  .product_list .product-list-item .image-holder.retina a.shelf span img {
    width: 100%;
    max-width: 195px; }
    @media only screen and (max-width: 800px) {
      .product_list .product-list-item .image-holder.retina a.shelf span img {
        max-width: 600px; } }

#slider_content_box img.desktop {
  display: block; }

#slider_content_box img.mobile {
  display: none; }

@media only screen and (max-width: 500px) {
  #slider_content_box img.desktop {
    display: none; }
  #slider_content_box img.mobile {
    display: block; }
  .product_list .product-list-item .image-holder.retina a.shelf span img {
    width: 100%; } }

.mobileOnly {
  display: none; }

.ws_calendar {
  position: relative;
  z-index: 100; }
  .ws_calendar .prev a img,
  .ws_calendar .next a img {
    width: 12px !important;
    height: 12px !important;
    -webkit-clip-path: none !important;
    top: 0; }

#main_menu li .initial {
  display: none; }

.container.header .logo div.logo-container {
  bottom: auto;
  top: 66px; }

.basket_layer {
  padding: 10px 20px 20px 20px; }

.custom_check.normal {
  vertical-align: middle;
  /*margin-top: 10px;
  margin-bottom: 10px;*/ }

.shop .shopDesc h1 {
  margin-bottom: 0; }

.container {
  position: relative;
  z-index: 1; }

.container.main {
  z-index: 3; }

.grid-11 {
  width: 350px; }

.grid-13 {
  width: 412px; }

#basket_container .table_basket a {
  font-weight: 700; }

.logo {
  z-index: 2; }

.table_basket td.quantity span.increase,
.table_basket td.quantity span.decrease {
  position: relative;
  top: -4px;
  width: 20px;
  height: 20px;
  background-position: center center; }

.carousel_clip {
  width: 100% !important;
  max-width: 960px;
  height: 0 !important;
  padding-bottom: 480px; }
  @media only screen and (max-width: 500px) {
    .carousel_clip.brand {
      padding-bottom: 60%; } }
  .carousel_clip #slider_content_box {
    width: 100% !important;
    height: auto !important; }
    .carousel_clip #slider_content_box div {
      width: 100% !important;
      height: auto !important; }
      .carousel_clip #slider_content_box div a {
        width: 100% !important;
        height: auto !important; }
        .carousel_clip #slider_content_box div a img {
          width: 100% !important;
          height: auto !important; }
  .carousel_clip.brand {
    height: 100% !important;
    padding-bottom: 20px;
    overflow: visible; }
    .carousel_clip.brand img {
      max-width: 100%;
      text-align: center;
      margin: auto;
      display: block; }
      @media only screen and (max-width: 500px) {
        .carousel_clip.brand img {
          height: 100%;
          max-height: 100%; } }
    .carousel_clip.brand #nav_next.nav.next {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      background: transparent; }
  .carousel_clip .nav {
    width: 50px;
    height: 200px;
    top: 100px !important;
    background: transparent; }
    .carousel_clip .nav .area {
      background: rgba(255, 255, 255, 0.3);
      display: table;
      margin-top: 70px;
      width: 30px;
      height: 114px; }
      .carousel_clip .nav .area .arrow {
        display: table-cell;
        vertical-align: middle; }
    .carousel_clip .nav.next .area {
      float: right; }
    @media only screen and (max-width: 800px) {
      .carousel_clip .nav {
        display: none; } }

.carousel_clip #banner_pager {
  position: absolute;
  display: block;
  left: 12px;
  text-align: right;
  z-index: 10; }
  @media only screen and (max-width: 800px) {
    .carousel_clip #banner_pager {
      display: none; } }

.carousel_clip #banner_pager a {
  overflow: hidden;
  text-indent: -300px;
  outline: none;
  display: inline-block;
  width: 18px;
  height: 0px;
  margin: 0 5px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0);
  border: 0 none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  opacity: 100;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: all .3s;
  float: none; }
  .carousel_clip #banner_pager a:hover, .carousel_clip #banner_pager a.activeSlide {
    background-color: white;
    border: 1px solid white; }

@media only screen and (max-width: 600px) {
  .carousel_clip.mainPage {
    height: 210px !important;
    padding: 0; } }

.show_brand .showImage.slider {
  overflow: visible; }

@media only screen and (max-width: 600px) {
  .showImage.slider {
    min-height: 250px;
    height: auto;
    overflow: visible;
    width: 100%;
    text-align: center;
    margin-bottom: 0 !important; }
    .showImage.slider img {
      max-width: 100%;
      margin: auto; } }

#slider_content_box .slides {
  position: relative; }
  #slider_content_box .slides .slideTitle {
    display: block;
    z-index: 10000;
    position: absolute; }
    #slider_content_box .slides .slideTitle.type-0 {
      font-weight: bold;
      bottom: 0%;
      text-align: left;
      left: 0;
      padding: 0; }
      #slider_content_box .slides .slideTitle.type-0 span {
        font-size: 11px;
        line-height: 20px;
        padding: 4px 5px 4px 5px;
        color: black;
        background: rgba(255, 255, 255, 0.8);
        display: inline;
        -webkit-box-decoration-break: clone;
        -ms-box-decoration-break: clone;
        -o-box-decoration-break: clone;
        box-decoration-break: clone; }
    #slider_content_box .slides .slideTitle.type-1 {
      font-weight: bold;
      width: 100%;
      bottom: 0%;
      padding: 10px 20px;
      color: white;
      background: rgba(0, 0, 0, 0.3); }
    #slider_content_box .slides .slideTitle.type-2 {
      font-weight: bold;
      width: 100%;
      bottom: 0%;
      padding: 5px 100px;
      color: white;
      font-size: 11px;
      background: rgba(0, 0, 0, 0.1); }
    #slider_content_box .slides .slideTitle.type-3 {
      font-weight: bold;
      width: 100%;
      bottom: 0%;
      padding: 5px 10px;
      color: black;
      font-size: 11px;
      background: rgba(255, 255, 255, 0.5); }
    #slider_content_box .slides .slideTitle.type-4 {
      font-weight: bold;
      bottom: 0%;
      padding: 5px 10px;
      color: white;
      background: rgba(0, 0, 0, 0.7); }
    #slider_content_box .slides .slideTitle.type-5 {
      font-weight: bold;
      top: 0%;
      padding: 5px 10px;
      color: white;
      background: rgba(0, 0, 0, 0.5); }
    #slider_content_box .slides .slideTitle.type-6 {
      font-weight: bold;
      bottom: 0%;
      right: 0;
      left: auto;
      padding: 5px 10px;
      color: white;
      background: rgba(0, 0, 0, 0.5); }
    #slider_content_box .slides .slideTitle.type-7 {
      font-weight: bold;
      bottom: 0%;
      right: 0;
      left: auto;
      padding: 7px 8px;
      color: black;
      font-size: 15px;
      background: rgba(255, 255, 255, 0.9); }
    #slider_content_box .slides .slideTitle.type-8 {
      font-weight: bold;
      top: 0%;
      width: 100%;
      padding: 5px 10px;
      color: white;
      font-size: 14px;
      background: rgba(255, 255, 255, 0.2); }
    #slider_content_box .slides .slideTitle.type-9 {
      font-weight: bold;
      top: 0%;
      width: 100%;
      padding: 5px 10px;
      color: white;
      font-size: 14px;
      background: rgba(0, 0, 0, 0.7); }
    #slider_content_box .slides .slideTitle.type-10 {
      font-weight: bold;
      top: 0%;
      right: 0;
      left: auto;
      padding: 5px 10px;
      color: black;
      font-size: 12px;
      background: rgba(255, 255, 255, 0.9); }
    #slider_content_box .slides .slideTitle.type-11 {
      font-weight: bold;
      top: 0%;
      left: 0;
      padding: 5px 10px;
      color: black;
      font-size: 12px;
      background: white; }
    #slider_content_box .slides .slideTitle.type-12 {
      font-weight: bold;
      top: 0%;
      left: 0;
      right: 0;
      padding: 5px 10px;
      display: inline-block;
      width: 0;
      color: black;
      font-size: 12px;
      background: rgba(255, 255, 255, 0.4); }

#basket_pict .count {
  display: none; }

div.td-1st {
  width: 373px;
  overflow-x: hidden;
  height: auto;
  min-height: 37px;
  padding-bottom: 5px; }

.borsuli .column_right .container .button-holder .input {
  margin-right: 10px; }

.tabs-headline ul li a {
  height: 38px; }

@media only screen and (max-width: 960px) {
  #cookiePolicy {
    height: auto; } }

#cookiePolicy .cookiePolicyInner {
  max-width: 960px;
  width: 100%; }
  @media only screen and (max-width: 960px) {
    #cookiePolicy .cookiePolicyInner {
      box-sizing: border-box;
      padding: 20px; }
      #cookiePolicy .cookiePolicyInner .left, #cookiePolicy .cookiePolicyInner .right {
        width: 50%;
        box-sizing: border-box; } }
  @media only screen and (max-width: 800px) {
    #cookiePolicy .cookiePolicyInner .left, #cookiePolicy .cookiePolicyInner .right {
      width: 100%;
      box-sizing: border-box; }
    #cookiePolicy .cookiePolicyInner .right {
      padding-bottom: 10px; } }

@media only screen and (min-width: 961px) {
  .functions .button + .button {
    float: right; } }

.container.header {
  z-index: 50;
  height: 156px; }
  @media only screen and (min-width: 801px) {
    .container.header .mobile_container {
      position: relative;
      height: 156px; } }
  .container.header .social-links {
    display: none; }
  .container.header .logo {
    height: 0; }
    .container.header .logo div {
      position: absolute;
      top: 65px; }
      .container.header .logo div:nth-of-type(1) {
        left: 0; }
      .container.header .logo div:nth-of-type(2) {
        right: -1px; }
  .container.header #login-mobil-menu {
    display: none; }
  .container.header #top_menu {
    height: 0;
    width: 100%;
    margin-top: 0; }
  .container.header #search-input {
    position: absolute;
    left: 0;
    top: 17px;
    z-index: 100; }
  .container.header #search-input input.new-design {
    width: 100%;
    padding-left: 8px; }
  .container.header #search-field {
    height: auto;
    margin-bottom: 0;
    padding: 8px 10px; }
  .container.header #search-button {
    width: 20px;
    height: 31px;
    background: url(/images/svg/search-icon.svg) no-repeat center center;
    background-size: 14px;
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: 7px;
    outline: 0; }
  .container.header #search-result {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #E8E8E8;
    padding: 0 20px 0px 20px;
    z-index: 1500;
    margin-top: -1px; }
    @media only screen and (min-width: 801px) {
      .container.header #search-result {
        min-width: 480px; } }
    .container.header #search-result .category {
      margin: 5px -10px 5px -10px;
      padding: 10px;
      border-bottom: 1px solid #E8E8E8;
      position: relative; }
      .container.header #search-result .category .title {
        display: inline-block;
        font-family: Georgia, Times;
        font-size: 14px;
        line-height: 28px;
        padding: 2px 13px 7px 0;
        color: #2E2F27;
        text-decoration: none;
        outline: 0; }
      .container.header #search-result .category .num {
        position: absolute;
        right: 10px;
        margin-top: -25px; }
    .container.header #search-result a {
      /*white-space: nowrap;*/
      display: block;
      font-size: 12px;
      padding: 3px 0px 2px;
      text-decoration: none;
      outline: 0; }
    .container.header #search-result .noresult {
      font-size: 13px;
      line-height: 180%; }
      .container.header #search-result .noresult .category {
        border: 0;
        padding-bottom: 0; }
      .container.header #search-result .noresult a {
        font-size: 13px;
        display: inline;
        color: #bdb17e; }
  .container.header ul#upper-menu {
    position: absolute;
    bottom: 115px;
    left: 203px;
    list-style: none; }
  .container.header li {
    float: left;
    vertical-align: top;
    margin-left: 9px; }
    .container.header li:first-child {
      padding-left: 2px; }
  .container.header li a {
    text-decoration: none;
    z-index: 100;
    position: relative;
    outline: 0;
    font-weight: normal; }
  .container.header ul#upper-menu a {
    font: normal 12px Arial;
    color: #aaaaaa;
    -webkit-font-smoothing: antialiased; }
  .container.header ul#cart-menu {
    position: absolute;
    top: 24px;
    right: 30px;
    z-index: 10;
    list-style: none; }
  .container.header #main_menu {
    position: absolute;
    z-index: 4; }
    @media only screen and (min-width: 801px) {
      .container.header #main_menu {
        bottom: 2px !important;
        left: 0 !important;
        right: 0 !important;
        top: auto !important; } }
    .container.header #main_menu li {
      float: left;
      vertical-align: top;
      margin-left: 0;
      /*    z-index: 4;
*/ }
      .container.header #main_menu li:first-child {
        padding-left: 0; }
      .container.header #main_menu li .submenu .mobile-title,
      .container.header #main_menu li .custom_submenu .mobile-title {
        display: none; }
      .container.header #main_menu li .submenu li,
      .container.header #main_menu li .custom_submenu li {
        display: block;
        clear: both; }

.borsuli {
  padding-bottom: 20px; }

.tabs-footer {
  width: 710px; }

#nav_next, #nav_prev {
  top: 137px; }

#login div.checkbox-type .label {
  padding-top: 12px; }

#login .forget_pass a,
#login .registration a {
  color: #bd9d73;
  display: block; }
  #login .forget_pass a:hover,
  #login .registration a:hover {
    text-decoration: underline; }

#login .registration {
  margin: 20px 0;
  text-align: center; }
  #login .registration a {
    margin-top: 20px; }

#login .forget_pass {
  position: relative;
  z-index: 2; }
  #login .forget_pass a {
    margin-top: 0; }

.form_label {
  position: relative;
  padding-left: 100px; }
  .form_label input[type='text'], .form_label input[type='password'], .form_label input[type='email'] {
    width: 100%; }
  .form_label label {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 8px; }

.custom_check.normal {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #D8D8D7;
  background: url(/images/svg/checkbox_0.svg) no-repeat center center;
  background-size: 22px; }

.custom_check.normal.active {
  background: url(/images/svg/checkbox_1.svg) no-repeat center center;
  background-size: 22px; }

.main-table .main-table-cell h2,
.main-table .main-table-cell h2 a,
.main-table .main-table-cell h3,
.main-table .main-table-cell h3 a {
  font: normal 14px Georgia, Times;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 7px; }

.refLeft {
  float: left;
  width: 240px; }

.footerBottom {
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 800px) {
    .footerBottom {
      padding-bottom: 60px; } }
  .footerBottom .payServices {
    width: 100%;
    text-align: left; }
    .footerBottom .payServices a {
      display: inline-block;
      vertical-align: middle; }
    .footerBottom .payServices img {
      margin-right: 18px;
      width: auto;
      max-width: 100%;
      display: inline-block;
      vertical-align: middle; }
    @media only screen and (max-width: 960px) {
      .footerBottom .payServices {
        text-align: center; }
        .footerBottom .payServices img {
          margin-bottom: 18px; } }

#bottom_menu .newsletter-sign-up {
  position: relative; }
  #bottom_menu .newsletter-sign-up input[type='email'] {
    width: 100%;
    height: auto;
    font-size: 12px;
    line-height: 16px;
    border: 1px solid #D8D8D7;
    color: #2e2f27;
    margin-bottom: 10px;
    padding: 8px 10px; }
  #bottom_menu .newsletter-sign-up .button {
    background: transparent url(/images/btn_send.png) no-repeat 90% center !important;
    margin-top: 0;
    width: 30px;
    height: 34px;
    position: absolute;
    top: 27px;
    right: 0; }
    #bottom_menu .newsletter-sign-up .button a {
      border: none;
      padding: 10px 0;
      margin: 0; }

#bottom_menu .social-media-link a img {
  opacity: .7;
  transition: all .3s;
  width: 22px;
  height: 22px; }
  #bottom_menu .social-media-link a img:hover {
    opacity: 1; }

.footerBottom .userFriendly {
  width: 100%; }
  .footerBottom .userFriendly .footerMenu {
    position: relative;
    width: 100%;
    text-align: center; }
    @media only screen and (max-width: 960px) {
      .footerBottom .userFriendly .footerMenu {
        text-align: left; } }
    .footerBottom .userFriendly .footerMenu ul {
      margin: 30px 0 30px 0; }
      .footerBottom .userFriendly .footerMenu ul li {
        line-height: 25px;
        font-size: 11px;
        float: none;
        display: inline-block; }
        .footerBottom .userFriendly .footerMenu ul li:first-of-type {
          padding: 0 20px; }
          @media only screen and (max-width: 800px) {
            .footerBottom .userFriendly .footerMenu ul li:first-of-type {
              position: absolute;
              top: 60px;
              left: 0; } }
        .footerBottom .userFriendly .footerMenu ul li a {
          display: inline-block;
          line-height: 25px;
          font-size: 11px;
          padding: 0 20px; }

.footerBottom .footerMenu ul li.sep {
  color: #d8d8d7;
  height: 25px;
  width: 1px;
  margin: 0 8px;
  font-size: 18px; }
  .footerBottom .footerMenu ul li.sep:nth-of-type(2) {
    display: none; }

.copy {
  position: absolute;
  font-size: 12px;
  top: 20px;
  right: 0;
  line-height: 50px; }
  .copy.wsCopy {
    top: 110px; }
    @media only screen and (max-width: 960px) {
      .copy.wsCopy {
        top: auto; } }
  @media only screen and (max-width: 960px) {
    .copy {
      right: 20px;
      top: auto;
      bottom: 17px; } }
  .copy svg {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; }
  .copy a {
    color: #000000;
    text-decoration: none;
    transition: opacity .2s; }
    .copy a:hover {
      opacity: .7; }

@media only screen and (min-width: 801px) {
  #main_menu li:nth-of-type(3) {
    position: static; }
  #submenu_brand {
    left: 0;
    right: 0;
    width: auto;
    top: 100%;
    transform: translate3d(0, 0, 0) !important;
    display: none; }
    #submenu_brand .element {
      width: 20%;
      padding: 0 4px;
      margin: 0; }
  #top_menu #search-result a,
  #submenu_brand .element a {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 14px;
    text-transform: none; } }

@media only screen and (min-width: 961px) {
  #submenu_brand {
    top: 100%;
    width: 960px; } }

.button-holder .input {
  position: relative;
  border: 1px solid #d8d8d7;
  text-align: center; }
  .button-holder .input input {
    border: none; }

#product .desc .basket-box .input {
  padding-bottom: 0;
  margin-bottom: 10px;
  width: 100%; }

.input label {
  position: absolute;
  top: 0;
  width: 27px;
  height: 27px;
  background-position: center center !important; }
  .input label.decrease {
    left: 0; }
  .input label.increase {
    right: 0; }

.product_list .product-list-item .dropdown-box {
  margin-top: -20px;
  margin-left: -1px;
  margin-right: -1px;
  width: auto;
  padding: 25px 10px 10px 10px;
  z-index: 5; }

.product_list .product-list-item {
  margin-bottom: 25px;
  position: relative; }

.product_list .product-list-item .button {
  margin-left: 10px; }

.filter_btn {
  display: none; }

* {
  font-family: Arial;
  font-size: 12px; }

.popup_form .title, #new_address .title,
.main-table .main-table-cell h2,
.main-table .main-table-cell h2 a,
.main-table .main-table-cell h3,
.main-table .main-table-cell h3 a {
  font: normal 14px Georgia, Times; }

.container.header #search-result .category .num a,
.container.main .container p a,
.borsuli .performers a {
  color: #2E2F27;
  font-weight: normal;
  text-decoration: none; }
  .container.header #search-result .category .num a:hover,
  .container.main .container p a:hover,
  .borsuli .performers a:hover {
    text-decoration: none; }

.basket_layer .table_basket tr td:nth-of-type(3) {
  width: 120px; }

.table_basket .quantity_border {
  border: 1px solid #d8d8d8;
  background: #ffffff;
  margin: 0 auto;
  display: inline-block;
  width: 90px; }
  .table_basket .quantity_border input {
    border: none;
    height: 30px;
    padding: 9px 0; }

.table_basket td.quantity span.increase, .table_basket td.quantity span.decrease {
  top: -2px; }

#reg label {
  width: 170px; }

#reg div.checkbox-type .label {
  width: 173px; }

.tabs-footer .termsCont {
  position: relative !important;
  clear: left;
  left: 0;
  bottom: 0; }

.tabs-container {
  width: 710px;
  margin-right: 20px; }

.no-tabs .tabs-headline {
  display: none; }

.button a {
  text-align: center;
  font-size: 13px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
  /* IE6-9 */ }
  .button a:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e7e5d6+0,efeedf+100 */
    background: #e7e5d6;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e7e5d6 0%, #efeedf 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e7e5d6 0%, #efeedf 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e7e5d6 0%, #efeedf 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e5d6', endColorstr='#efeedf',GradientType=0 );
    /* IE6-9 */
    border: 1px solid #d2d1c3; }

.fb {
  border: none; }
  .fb a {
    background-image: url(/images/svg/facebook-white.svg);
    background-repeat: no-repeat;
    background-color: #395185;
    background-position: 12px 50%;
    font-size: 14px;
    padding: 7px 20px 7px 50px;
    color: #ffffff;
    transition: all .3s;
    margin-bottom: 0; }
    .fb a:hover {
      background-image: url(/images/svg/facebook-white.svg);
      background-repeat: no-repeat;
      background-color: #007bb6;
      background-position: 12px 50%;
      font-size: 14px;
      padding: 7px 20px 7px 50px;
      color: #ffffff; }

.delivZip {
  width: 48px;
  padding: 5px; }

.borsuli .column_right .container .button-holder .button a {
  padding: 7px 30px;
  padding-bottom: 6px !important; }

/** TABLET **/
@media only screen and (max-width: 960px) {
  table {
    width: 100% !important;
    border-collapse: collapse; }
    table tr td, table tr th {
      padding: 5px; }
  .button a.basket, .button a.inverse, .button a.borrow, .button a {
    padding: 12px 24px 11px 24px; }
  .button.fb a {
    padding: 12px 20px 11px 44px;
    margin-bottom: 0 !important; }
  .form-field {
    margin-bottom: 20px; }
  .checkoutButtonPosition {
    position: relative;
    right: 0; }
  .tabs-container #errorContainer {
    position: relative;
    top: -50px;
    margin: 0;
    width: 100%;
    padding-left: 55px; }
  .tabs-container #errorContainer div {
    width: 100%; }
  .borsuli .column_right .container .button-holder .button a {
    padding: 12px 10px 11px 10px; }
  .button a {
    width: 100%;
    clear: both; }
  .product_list .functions .page a,
  .product_list .functions .page span {
    font: normal 14px Arial;
    margin-right: 10px;
    padding: 5px 10px; }
  .product_list .functions .page a.nextPage {
    position: relative;
    width: 20px;
    height: 20px;
    top: 5px;
    background-position: center center;
    background-size: 8px; }
  .custom_submenu .folder {
    font: normal 15px Georgia, Times !important; }
    .custom_submenu .folder span {
      display: inline-block !important; }
  .container h1 {
    font: normal 28px Georgia, Times !important; }
  .product_list.full {
    width: 100%;
    overflow: scroll;
    white-space: nowrap;
    height: 400px; }
    .product_list.full .product-list-item {
      float: none; }
  .basket_layer .table_basket tr td:nth-of-type(1) a {
    white-space: normal !important; }
  .basket_layer .table_basket tr td:nth-of-type(2), .basket_layer .table_basket tr td:nth-of-type(4) {
    width: 70px; }
  #product .desc {
    padding-right: 20px; }
  .basket_layer .functions {
    float: none;
    height: auto; }
  .basket_layer .inverse {
    margin-left: 0;
    margin-top: 10px; }
  .input input {
    height: 40px; }
  .input label {
    width: 40px;
    height: 40px; }
  .input .decrease {
    background-size: 18px; }
  .input .increase {
    background-size: 14px; }
  .product_list .product-list-item:hover {
    border-color: #fff;
    position: relative; }
  .product_list .product-list-item.hover {
    background-color: #FFF;
    z-index: 1000; }
  .product_list .product-list-item:hover .dropdown-box {
    display: none;
    z-index: 1000; }
  .product_list .product-list-item.hover .dropdown-box {
    display: block;
    z-index: 1000; }
  .button-holder.right {
    float: none;
    width: 100%; }
  #product .desc .basket-box {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px; }
    #product .desc .basket-box .button-holder {
      width: 100%; }
      #product .desc .basket-box .button-holder .button a.basket, #product .desc .basket-box .button-holder .button a.inverse, #product .desc .basket-box .button-holder .button a.borrow {
        width: 100%;
        text-align: center;
        padding: 12px 10px 11px 10px;
        font-size: 15px; }
  .button-holder {
    display: inline-block;
    margin: 15px 0 0 0; }
  #basket_container {
    width: 560px; }
  .basket_sum .price, .basket_sum .piece, .table_basket a, .table_basket td {
    font-size: 14px;
    font-weight: normal; }
  .functions .button {
    float: none; }
  .button a.basket, .button a.inverse, .button a.borrow {
    text-align: center;
    font-size: 15px;
    margin-bottom: 0; }
  .button-holder.right .input {
    float: none;
    margin-top: 0; }
  .product_list .product-list-item .button,
  .button-holder.right .input {
    width: 48%; }
  *, .main-table .main-table-cell p,
  .content-block p,
  .main-table .main-table-cell p,
  .main-table.cells5 .main-table-cell p,
  .main-table.cells5 .main-table-cell div,
  .borsuli .column_right .container p,
  .borsuli .column_right .container p a,
  .container.header #search-result a,
  .filter a,
  .droplist .droplist-value div,
  #reg label, #login label, #new_address label, .user_data label,
  #product .desc .price .lower-price-block div,
  #product .desc .price .liter, #product .desc .price .vat {
    font-family: Arial;
    font-size: 14px; }
  .button a,
  .filter .title, .container,
  .left-column ul li .wine-shop-title,
  .container .left-column ul li .folder,
  #top_menu #search-result .category .title,
  .borsuli .column_right .container label,
  div.filter h2.title,
  #rand_product_list .header,
  .filter_more, .basket_layer, .message,
  .container.header #search-result .category .title,
  .main-table.cells5 .main-table-cell h3 a {
    font: normal 15px Georgia, Times !important;
    margin-bottom: 10px;
    display: block; }
  #rand_product_list .header .title {
    font: normal 15px Georgia, Times !important; }
  .product_list .product-list-item .title a {
    font: normal 15px Georgia, Times !important; }
  .button-holder .input input {
    font-size: 16px !important; }
  .container.header #search-result .category .title,
  .borsuli .column_right .container .row.price label {
    margin-bottom: 0; }
  .borsuli .column_right .container label {
    font-weight: bold; }
  #product h1 span {
    font: normal 24px Georgia, Times !important; }
  span.price2,
  span.price2 span {
    font-size: 20px !important; }
  #profil .info label div {
    font: normal 16px Georgia, Times !important; }
  .borsuli .performers {
    font-size: 14px !important; }
    .borsuli .performers a {
      font-size: 14px !important; }
  div.filter h2.title {
    padding-top: 10px; }
  .filter a {
    padding: 8px 0; }
  #product .info .content {
    padding: 0; }
  .info .content p,
  .info .content p span {
    font-size: 13px !important; }
  .item_toggle {
    display: none; }
  .product_list .product-list-item.hover .item_toggle {
    transform: scale(1, -1); }
  div#profil .info {
    padding: 0; }
    div#profil .info span.open, div#profil .info span.close {
      display: block;
      position: relative;
      top: 15px;
      right: 10px; }
    div#profil .info #savedBasketForm span.open, div#profil .info #savedBasketForm span.close {
      top: 0; }
    div#profil .info .content {
      padding: 0 0 20px 0; }
      div#profil .info .content img {
        width: auto !important;
        height: auto; }
      div#profil .info .content .product_list.normal {
        padding: 0; }
    div#profil .info label.info-title {
      margin-bottom: 0; }
      div#profil .info label.info-title div {
        padding: 15px 0; }
  #profil .user_data label {
    margin-bottom: 5px;
    margin-top: 5px; }
  /*#new_address input,*/
  .profil.user_data input,
  #regForm input[type='text'],
  #regForm input[type='email'],
  #regForm input[type='password'],
  div.inner-wrapper div.newsletter-sign-up input,
  input.new-design {
    width: 60%; }
  div.article_column.search {
    margin-top: 30px;
    padding: 20px;
    width: auto; }
  #login .registration {
    padding: 0; }
  label.info-title {
    margin-bottom: 15px; }
  #product .propCol {
    padding: 0; }
  #product .props {
    line-height: 24px; }
  .container.header ul#cart-menu {
    right: 45px; }
  .filter_more .close,
  .message_box .close
#basket_container .close {
    width: 30px;
    height: 30px;
    background-size: 14px;
    background-position: center center; }
  .table_basket img.delete {
    width: 12px;
    height: auto; }
  .table_basket td.quantity span.increase,
  .table_basket td.quantity span.decrease {
    position: relative;
    width: 20px;
    height: 20px;
    background-size: 9px;
    background-position: center center; }
  .table_basket td.quantity span.increase {
    background-size: 7px; }
  .breadcrumb {
    padding: 20px; }
    .breadcrumb .marker {
      right: 20px;
      top: auto;
      bottom: 17px; }
  .logo i.wine-school {
    margin: 4px auto; }
  .logo i.wine-spring {
    margin: 4px auto; }
  .container.header #top_menu #search-input {
    left: 20px; }
  .container.header #top_menu #basket_pict {
    right: 0;
    top: 0;
    width: 63px;
    height: 63px;
    background-position: 64% 52%; }
  .container.header #top_menu ul#login-cart-menu {
    right: 40px; }
  .container.header .logo div:nth-of-type(1) {
    left: 20px; }
  .container.header .logo div:nth-of-type(2) {
    right: 20px; }
  .container.header #main_menu {
    padding: 0 0 0 20px; }
  .container.header #search-input {
    left: 20px;
    width: 90%;
    top: 0;
    display: none; }
  div.inner-wrapper {
    width: 100%; }
  #page {
    width: 100%; }
  .left-column {
    display: none; }
  .content-column {
    width: auto;
    float: none;
    padding: 0 20px; }
  .content-block {
    float: none;
    width: auto; }
  div.article_column {
    float: none;
    width: 100%;
    padding: 20px; }
    div.article_column .title a {
      font-size: 26px; }
    div.article_column .listDoc .lead p, div.article_column .listDoc .lead b, div.article_column .listDoc .lead span {
      font-size: 16px; }
  .product_list .product-list-item {
    height: 220px; }
  .reference_container {
    padding-top: 270px; }
    .reference_container .reference_list {
      position: relative;
      width: 100%;
      height: 35px;
      z-index: 2;
      float: left;
      overflow: hidden;
      margin: 15px 0 20px; }
      .reference_container .reference_list ul {
        width: 100%;
        text-align: center; }
        .reference_container .reference_list ul li {
          float: none; }
    .reference_container .reference {
      position: relative;
      z-index: 1; }
      .reference_container .reference .refLeft {
        position: absolute;
        width: 100%;
        float: none;
        top: -255px;
        left: 0;
        text-align: center;
        padding: 0; }
    .reference_container .product_list.reference {
      text-align: center;
      overflow-x: scroll;
      white-space: nowrap;
      padding-bottom: 40px; }
      .reference_container .product_list.reference .product-list-item {
        float: none;
        vertical-align: top; }
  .newsletter_image {
    width: 90%; }
  .shops-right-column .wine-shop,
  .ws_event_list .wine-shop,
  .shops-right-column .ws_event,
  .ws_event_list .ws_event {
    position: relative;
    width: 48%;
    margin: 10px 1%;
    overflow: hidden; }
  .shops-right-column .wine-shop .image-hole,
  .ws_event_list .wine-shop .image-hole,
  .shops-right-column .ws_event .image-hole,
  .ws_event_list .ws_event .image-hole {
    width: 100%;
    height: 150px; }
  .shops-right-column .wine-shop img,
  .ws_event_list .wine-shop img,
  .shops-right-column .ws_event img,
  .ws_event_list .ws_event img {
    width: 100%;
    max-width: 100%; }
  .profile_site_article {
    width: 100%;
    margin: 25px 0 0 0;
    text-align: center; }
    .profile_site_article .element {
      margin: 0; }
      .profile_site_article .element img {
        height: 200px;
        width: auto; }
  div#profil {
    width: 100%;
    padding: 20px; }
  div#profil .info .content table.table_profil {
    width: 100%; }
  .shop .shopInfo .shopMap {
    width: 100%;
    margin-bottom: 20px; }
    .shop .shopInfo .shopMap img {
      width: 100% !important; }
  .container .right-column,
  .content-block .content-left,
  .content-block .content-left.full {
    width: 100%;
    padding-right: 0; }
    .container .right-column img,
    .content-block .content-left img,
    .content-block .content-left.full img {
      width: 100%;
      float: none !important;
      margin-bottom: 10px; }
  .article_column.bread .evenDoc .image,
  .article_column.bread .image {
    margin-bottom: 20px; }
  .main-table {
    padding: 20px;
    overflow: hidden; }
  .main-table .main-table-cell {
    float: left;
    width: 33.33%;
    padding: 0 10px;
    margin: 0 0 10px 0; }
    .main-table .main-table-cell img {
      width: 100%;
      height: auto; }
    .main-table .main-table-cell:nth-of-type(4) {
      clear: left; }
  #bottom_menu {
    overflow: hidden;
    padding: 20px 0; }
  #bottom_menu ul {
    padding: 0 10px; }
    #bottom_menu ul li ul {
      padding: 0; }
  #bottom_menu li.menu_block {
    float: left;
    width: 33%;
    margin: 0 0 20px 0;
    padding: 0 10px; }
    #bottom_menu li.menu_block:first-child {
      margin: 0 0 20px 0;
      padding: 0 10px; }
    #bottom_menu li.menu_block:nth-of-type(4) {
      clear: left; }
  #bottom_menu li.menu_block.last {
    width: 66%; }
  .product_list.reference {
    width: 100%; }
  .main-table.cells5 .main-table-cell {
    width: 33.33%;
    margin: 0 0 20px 0;
    padding: 0 20px; }
  .main-table.cells5 .main-table-cell img {
    width: 100% !important;
    max-width: 100%; }
  #bottom_menu .social-media-link {
    float: left;
    margin-right: 20px;
    margin-left: 0; }
  .main-table .main-table-cell:last-child,
  .main-table.cells5 .main-table-cell:last-child {
    padding-right: 20px; }
  #rand_product_list .header .title {
    width: 100%;
    margin-left: 0; }
  #product .photo,
  #product .desc {
    width: 50%; }
  #product .photo .image,
  #product .photo .image div,
  #product .photo .image div span {
    width: 100%; }
  .shop .shopInfo,
  .formDesign {
    width: 100%;
    padding: 20px; }
    .shop .shopInfo img,
    .formDesign img {
      /*width: 50%!important;
      height: auto!important;*/ }
  /** CART & BUY **/
  .basket_site_article {
    float: left;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 120px 20px 0 0; }
    .basket_site_article .element {
      display: none; }
  .basket_sum .text {
    margin-left: 10px; }
  .basket_site {
    width: 100%;
    margin: 0 0 20px 0;
    color: #2E2F27;
    text-transform: none;
    float: left;
    padding-right: 20px;
    padding-left: 20px; }
    .basket_site .table_basket tr td {
      display: block;
      float: left; }
      .basket_site .table_basket tr td:nth-of-type(1) {
        position: relative;
        width: 36%;
        clear: both;
        height: 140px;
        padding-top: 20px;
        padding-left: 20px;
        text-align: left; }
        .basket_site .table_basket tr td:nth-of-type(1) img {
          position: absolute;
          top: 50%;
          left: 20px;
          max-width: 90%;
          height: auto;
          -webkit-transform: translate3d(0, -50%, 0);
          -moz-transform: translate3d(0, -50%, 0);
          -ms-transform: translate3d(0, -50%, 0);
          -o-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0); }
      .basket_site .table_basket tr td:nth-of-type(2) {
        width: 64%;
        height: 60px;
        padding-top: 30px;
        padding-bottom: 0;
        padding-left: 0 !important;
        font-weight: bold;
        border: none; }
        .basket_site .table_basket tr td:nth-of-type(2) a {
          font-weight: bold; }
      .basket_site .table_basket tr td:nth-of-type(3) {
        width: 18%;
        height: 80px;
        line-height: 30px;
        text-align: left; }
      .basket_site .table_basket tr td:nth-of-type(4) {
        width: 22%;
        height: 80px; }
      .basket_site .table_basket tr td:nth-of-type(5) {
        width: 18%;
        height: 80px;
        font-weight: bold;
        line-height: 30px;
        text-align: right; }
      .basket_site .table_basket tr td:nth-of-type(6) {
        width: 6%;
        height: 80px; }
    .basket_site .functions {
      float: none; }
      .basket_site .functions .button {
        float: left;
        width: 49%; }
        .basket_site .functions .button a {
          margin: 0; }
        .basket_site .functions .button:nth-of-type(2) {
          float: right; }
  .tabs-headline {
    width: 100%;
    position: relative;
    top: 1px; }
  .tabs-container {
    width: 100%;
    float: none;
    margin-right: 0; }
  .tabs-headline ul {
    width: 100%; }
  .tabs-slide {
    width: 100%; }
  .address-container {
    width: 100%; }
  .address-container .manageAddress {
    padding-right: 20px; }
  .address-container .manageAddress .button {
    margin: 10px 0 0 0; }
  .delivery-block.content {
    width: auto; }
  .tabs-footer {
    width: 100%; }
    .tabs-footer .button a {
      margin-bottom: 0; }
  .delivery-block.label {
    display: block;
    float: none;
    width: 100%;
    text-align: center; }
  .delivery-container .delivery-block.content,
  #deliv_gift_info .delivery-block.content {
    width: 100%; }
  .delivery-container .input_text,
  #deliv_gift_info .input_text {
    width: 100%; }
  .delivery-container textarea,
  #deliv_gift_info textarea {
    height: 100px !important; }
  .tabs-content {
    width: 100%;
    padding: 8px 0px 8px 10px; }
  .personal_receipt_store {
    clear: both; }
    .personal_receipt_store .delivery-block.label {
      font-size: 14px; }
  .address-container .manageAddress .select_address.short {
    width: auto; }
  .tabs-inner-wrapper .address-container {
    width: 50%; }
  .product-line .grid-6,
  .product-line .grid-15,
  .product-sumline .grid-6,
  .product-sumline .grid-15 {
    width: auto;
    padding-right: 20px; }
  .product-line .grid-13,
  .product-sumline .grid-13 {
    width: 60%; }
  .product-line .grid-11,
  .product-sumline .grid-11 {
    width: 40%; }
  .product-line .grid-4,
  .product-sumline .grid-4 {
    width: 20%; }
  .product-line .grid-2,
  .product-sumline .grid-2 {
    width: 20%; }
  .product_list.gift {
    width: 100%;
    text-align: center; }
    .product_list.gift .product-list-item {
      text-align: center;
      float: none;
      border: 1px solid #D8D8D7;
      margin: 10px; }
  .checkout_site_article {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0 20px; }
  .checkout_site_article .element {
    margin: 10px 0 10px 0; }
  .tabs-footer {
    padding: 40px 10px 0 10px !important; }
    .tabs-footer .termsCont {
      position: relative;
      left: 0;
      bottom: 0;
      margin-top: -20px;
      padding-bottom: 55px;
      width: 100% !important;
      height: auto !important;
      text-align: left; }
      .tabs-footer .termsCont .termsText {
        width: 100% !important;
        line-height: 20px !important; }
  /** PROD LIST **/
  .filter_btn {
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 15px !important;
    text-transform: uppercase;
    display: block;
    float: left;
    padding: 11px 20px 11px 15px;
    background: #c6b193;
    background: -moz-linear-gradient(top, #c6b193 0%, #baa17b 100%);
    background: -webkit-linear-gradient(top, #c6b193 0%, #baa17b 100%);
    background: -o-linear-gradient(top, #c6b193 0%, #baa17b 100%);
    background: -ms-linear-gradient(top, #c6b193 0%, #baa17b 100%);
    background: linear-gradient(top, #c6b193 0%, #baa17b 100%);
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .filter_btn img {
      margin: 0 10px 0 0;
      position: relative;
      top: 2px;
      max-height: 15px; }
  #filter, #left-shops-menu {
    width: 270px;
    padding: 10px 20px;
    background: #EEECDB;
    position: fixed;
    top: -65px;
    left: 0;
    height: 100vh;
    overflow-y: auto;
    z-index: 100;
    -webkit-transform: translate3d(-270px, 0, 0);
    -moz-transform: translate3d(-270px, 0, 0);
    -ms-transform: translate3d(-270px, 0, 0);
    -o-transform: translate3d(-270px, 0, 0);
    transform: translate3d(-270px, 0, 0);
    opacity: 0;
    transition: all ease-in-out .3s; }
  #filter .filter_more {
    position: relative !important;
    margin-top: 20px;
    top: 0 !important;
    left: -20px !important;
    width: 270px;
    overflow: hidden;
    background: #dddccb !important;
    display: none; }
  #filter .more {
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 15px !important;
    display: block;
    margin: 10px 0;
    padding: 10px 0;
    color: #b2a368;
    /*background: #c6b193;
			background: -moz-linear-gradient(top, #c6b193 0%, #baa17b 100%);
			background: -webkit-linear-gradient(top, #c6b193 0%, #baa17b 100%);
			background: -o-linear-gradient(top, #c6b193 0%, #baa17b 100%);
			background: -ms-linear-gradient(top, #c6b193 0%, #baa17b 100%);
			background: linear-gradient(top, #c6b193 0%, #baa17b 100%);
			border: 1px solid rgba(0, 0, 0, 0.1);*/ }
  .container.footer:after,
  .container.main:after {
    position: fixed;
    display: block;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0);
    pointer-events: none;
    z-index: 100;
    transition: all cubic-bezier(0.26, 0.01, 0.25, 1) 0.3s; }
  body.filtered {
    height: 100vh;
    overflow: hidden; }
    body.filtered #page {
      width: 100%;
      overflow: hidden; }
      body.filtered #page .toggle {
        background: url(/images/svg/menu_close.svg) center center no-repeat;
        background-size: 18px; }
      body.filtered #page .header .toggle,
      body.filtered #page .header .logo,
      body.filtered #page .header #top_menu #basket_pict,
      body.filtered #page .container.footer,
      body.filtered #page .container.main {
        -webkit-transform: translate3d(270px, 0, 0);
        -moz-transform: translate3d(270px, 0, 0);
        -ms-transform: translate3d(270px, 0, 0);
        -o-transform: translate3d(270px, 0, 0);
        transform: translate3d(270px, 0, 0); }
      body.filtered #page .container.main {
        z-index: 100; }
      body.filtered #page .container.footer:after,
      body.filtered #page .container.main:after {
        background: rgba(255, 255, 255, 0.6);
        pointer-events: all; }
      body.filtered #page #filter, body.filtered #page #left-shops-menu {
        opacity: 1; }
  .product_list.normal {
    width: 100%;
    padding: 5px 20px; }
    .product_list.normal .functions {
      margin: 10px 0 20px 0; } }
    @media only screen and (max-width: 960px) and (max-width: 500px) {
      .product_list.normal .functions {
        margin: 10px 0 50px 0; } }

@media only screen and (max-width: 960px) {
    .product_list.normal .product-list-item {
      width: 33.33%;
      min-height: 275px;
      height: auto; }
    .product_list.normal .product-list-item.big_box {
      height: 375px; }
      .product_list.normal .product-list-item.big_box .item_toggle {
        top: 236px; }
    .product_list.normal .show_brand,
    .product_list.normal #show_brand {
      padding: 0 20px; }
      .product_list.normal .show_brand .show_brand,
      .product_list.normal #show_brand .show_brand {
        padding: 0; } }
    @media only screen and (max-width: 960px) and (min-width: 601px) {
      .product_list.normal .show_brand .showImage,
      .product_list.normal #show_brand .showImage {
        width: 50%;
        margin-bottom: 40px; } }
    @media only screen and (max-width: 960px) and (max-width: 600px) {
      .product_list.normal .show_brand .showImage,
      .product_list.normal #show_brand .showImage {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 30px; } }

@media only screen and (max-width: 960px) {
      .product_list.normal .show_brand .showImage img,
      .product_list.normal #show_brand .showImage img {
        width: 100%; }
    .product_list.normal #show_brand_more {
      padding: 20px; }
  .product_list .product-list-item .image-holder {
    height: 120px;
    width: 100%; }
    .product_list .product-list-item .image-holder .image {
      height: 120px;
      left: 0px;
      position: relative;
      top: 15px;
      width: 100%; }
    .product_list .product-list-item .image-holder a,
    .product_list .product-list-item .image-holder a.shelf {
      width: 100%;
      height: 120px;
      left: 0; }
      .product_list .product-list-item .image-holder a span,
      .product_list .product-list-item .image-holder a.shelf span {
        text-align: center;
        width: 100%; }
        .product_list .product-list-item .image-holder a span img,
        .product_list .product-list-item .image-holder a.shelf span img {
          width: 100%;
          max-width: 600px;
          margin-bottom: 0; }
  div.savedBasketDiv.header div.td-1st,
  div.td-1st {
    width: 50%;
    overflow: hidden;
    height: auto;
    min-height: 37px;
    padding-bottom: 5px; }
  div.td-2nd {
    width: 20%; }
  div.td-3th {
    width: 20%; }
  div.td-4th {
    width: 10%; }
  /** BorSuli **/
  .ws_calendar table {
    width: 100%;
    margin: 0 auto; }
    .ws_calendar table img {
      width: auto !important; }
    .ws_calendar table th.next, .ws_calendar table th.prev {
      position: relative; }
  .borsuli .header p {
    width: 100%; }
  .borsuli,
  .borsuli.mainpage {
    padding-left: 20px;
    padding-right: 20px; }
    .borsuli .content,
    .borsuli.mainpage .content {
      padding: 0; }
    .borsuli .column_left,
    .borsuli.mainpage .column_left {
      width: 60%;
      margin-right: 0;
      padding-right: 50px; }
      .borsuli .column_left .image,
      .borsuli.mainpage .column_left .image {
        width: 100%;
        text-align: center; }
        .borsuli .column_left .image img,
        .borsuli.mainpage .column_left .image img {
          max-width: 100%;
          height: auto; }
    .borsuli .column_right,
    .borsuli.mainpage .column_right {
      width: 40%; }
  .borsuli.mainpage .column_left {
    width: 35%;
    padding-right: 3%; }
  .borsuli.mainpage .column_right {
    width: 65%; } }

@media only screen and (max-width: 870px) {
  .container.header .logo div:nth-of-type(2) {
    display: none; } }

.message_box .title {
  padding-bottom: 14px; }

/*POPUP*/
#appOverlayPanel {
  width: 100%;
  max-width: 600px;
  /*.fb a {
    background-image: url(/images/svg/facebook-white.svg);
    background-color: #395185;
    background-position: 12px 50%;
    font-size: 14px;
    padding: 12px 12px 12px 50px;
    color: #ffffff;
    transition: all .3s;
    margin-bottom: 0;
    &:hover{
      background-image: url(/images/svg/facebook-white.svg);
      background-color: #007bb6;
      background-position: 12px 50%;
      font-size: 14px;
      padding: 12px 12px 12px 50px;
      color: #ffffff;
    }
  }*/ }
  #appOverlayPanel .message_box {
    width: 100%;
    max-width: 550px;
    padding: 0; }
    #appOverlayPanel .message_box .message {
      padding: 16px 20px 20px 20px;
      width: 100% !important;
      max-width: 550px;
      margin: 0 auto; }
  #appOverlayPanel .button a {
    font-size: 14px; }
  #appOverlayPanel div.checkbox-type .label {
    padding-top: 9px; }
  #appOverlayPanel .custom_check.normal {
    margin-top: 5px;
    margin-bottom: 5px; }
  #appOverlayPanel .button-holder {
    margin: 0; }
    #appOverlayPanel .button-holder .button {
      margin: 0; }
      #appOverlayPanel .button-holder .button.fb {
        margin-right: 20px !important; }

/** appOverlayMask - FIXED**/
@media only screen and (max-width: 1024px) {
  #appOverlayMask {
    position: fixed;
    width: auto !important;
    height: auto !important;
    top: 0 !important;
    left: 0 !important;
    right: 0;
    bottom: 0;
    max-width: 100%; }
  #appOverlayPanel {
    position: fixed;
    width: auto !important;
    height: auto !important;
    top: 20px !important;
    left: 20px !important;
    right: 20px;
    bottom: 20px;
    max-width: 100%; }
  #appOverlayPanel .message_box {
    max-width: 550px;
    max-height: 100%;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    right: 0;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    overflow-y: auto;
    padding: 0; }
  #appOverlayPanel .message_box .message {
    width: auto !important; } }

/** TABLET - MOBILE - NAV**/
@media only screen and (max-width: 800px) {
  #search-icon-btn {
    background: url(/images/svg/search-icon.svg) no-repeat center center;
    width: 32px !important;
    height: 31px;
    position: absolute;
    background-size: 24px;
    top: 20px;
    right: 60px; }
  .address-container .manageAddress .select_address {
    width: 100%; }
  .btn-type-2 {
    width: 100%; }
  .content-column .content-block .content {
    padding: 0; }
  .ws_event_list .ws_event .data .price .button-holder .input {
    width: 80px; }
  #bottom_menu .newsletter-sign-up .button {
    height: 45px; }
    #bottom_menu .newsletter-sign-up .button a {
      padding: 14px 0; }
  #new_address input, .profil.user_data input, .popup_form input[type='text'],
  .popup_form input[type='email'],
  .popup_form input[type='password'],
  div.inner-wrapper div.newsletter-sign-up input, input.new-design {
    height: auto;
    font-size: 14px; }
  .user_data label {
    width: 100%; }
  .container.header #search-result {
    width: 100%;
    overflow-y: auto; }
    .container.header #search-result .category {
      margin: 0px -10px 10px -10px;
      padding: 10px;
      border-bottom: 1px solid #E8E8E8;
      position: relative; }
      .container.header #search-result .category .title {
        font-size: 16px;
        padding: 15px 0 10px 0; }
    .container.header #search-result a {
      line-height: 16px;
      padding: 8px 0; }
    .container.header #search-result .num a {
      padding: 0; }
  .breadcrumb .breadcrumb-menu div {
    display: none; }
    .breadcrumb .breadcrumb-menu div:last-of-type {
      display: inline-block;
      float: none;
      vertical-align: middle;
      line-height: 30px;
      font-size: 14px;
      width: 100%;
      display: none; }
      .breadcrumb .breadcrumb-menu div:last-of-type a, .breadcrumb .breadcrumb-menu div:last-of-type span {
        font-size: 14px;
        display: inline-block;
        padding-top: 2px;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
        text-overflow: ellipsis;
        padding-left: 20px;
        color: #b3a369; }
        .breadcrumb .breadcrumb-menu div:last-of-type a.last, .breadcrumb .breadcrumb-menu div:last-of-type span.last {
          color: #b3a369; }
        .breadcrumb .breadcrumb-menu div:last-of-type a.slash, .breadcrumb .breadcrumb-menu div:last-of-type span.slash {
          display: none; }
    .breadcrumb .breadcrumb-menu div:nth-last-child(2) {
      display: inline-block;
      float: none;
      vertical-align: middle;
      height: 30px; }
      .breadcrumb .breadcrumb-menu div:nth-last-child(2) a {
        background: url(/images/svg/arrow-left.svg) 8px 50% no-repeat;
        padding-left: 28px;
        background-size: 8px; }
      .breadcrumb .breadcrumb-menu div:nth-last-child(2) a, .breadcrumb .breadcrumb-menu div:nth-last-child(2) span {
        display: block;
        line-height: 30px;
        color: #b2a368; }
        .breadcrumb .breadcrumb-menu div:nth-last-child(2) a.slash, .breadcrumb .breadcrumb-menu div:nth-last-child(2) span.slash {
          display: none; }
  .toggle {
    display: block;
    width: 65px;
    height: 65px;
    background: url(/images/svg/hamburger.svg) center center no-repeat;
    background-size: 22px;
    position: absolute;
    top: -65px;
    left: 0;
    z-index: 300; }
  .mobile_container {
    position: fixed;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    width: 270px;
    background: #EEECDB;
    overflow: hidden; }
  #basket_container {
    position: fixed;
    width: auto;
    top: 65px;
    left: 0;
    right: 0;
    bottom: 0; }
    #basket_container .basket_layer {
      position: relative;
      height: 100%; } }
    @media only screen and (max-width: 800px) and (max-height: 400px) {
      #basket_container .basket_layer {
        overflow: scroll; } }
    @media only screen and (max-width: 800px) and (min-height: 401px) {
      #basket_container .basket_layer .basket_top {
        position: absolute;
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 200px;
        overflow: auto; } }
    @media only screen and (max-width: 800px) and (min-height: 401px) {
      #basket_container .basket_layer .basket_bottom {
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 25px; } }

@media only screen and (max-width: 800px) {
  body #page {
    height: auto;
    padding-top: 65px;
    width: 100%;
    overflow: hidden; }
    body #page .header .toggle,
    body #page .header .logo,
    body #page .header #top_menu #basket_pict,
    body #page .container.footer {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      transition: all cubic-bezier(0.26, 0.01, 0.25, 1) 0.3s; }
    body #page .mobile_container {
      -webkit-transform: translate3d(-270px, 0, 0);
      -moz-transform: translate3d(-270px, 0, 0);
      -ms-transform: translate3d(-270px, 0, 0);
      -o-transform: translate3d(-270px, 0, 0);
      transform: translate3d(-270px, 0, 0);
      opacity: 0;
      transition: all cubic-bezier(0.26, 0.01, 0.25, 1) 0.3s;
      z-index: 110; }
  body.toggled {
    height: 100vh;
    overflow: hidden; }
    body.toggled #page {
      width: 100%;
      overflow: hidden; }
      body.toggled #page .toggle {
        background: url(/images/svg/menu_close.svg) center center no-repeat;
        background-size: 18px; }
      body.toggled #page .header .toggle,
      body.toggled #page .header .logo,
      body.toggled #page .header #top_menu #basket_pict,
      body.toggled #page .container.footer {
        -webkit-transform: translate3d(270px, 0, 0);
        -moz-transform: translate3d(270px, 0, 0);
        -ms-transform: translate3d(270px, 0, 0);
        -o-transform: translate3d(270px, 0, 0);
        transform: translate3d(270px, 0, 0); }
      body.toggled #page .container.footer:after,
      body.toggled #page .container.main:after {
        background: rgba(255, 255, 255, 0.6);
        pointer-events: all; }
      body.toggled #page .mobile_container {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
  .logo a i {
    display: block;
    width: 100%;
    height: 65px;
    text-indent: -100000px;
    margin-left: 10px; }
  .container.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-bottom: 2px solid #3d3c36;
    height: 65px; }
    .container.header #top_menu {
      height: 0;
      margin-top: 0; }
    .container.header .logo {
      height: 65px; }
      .container.header .logo div:nth-of-type(1) {
        right: 0;
        left: -48px;
        top: -2px;
        text-align: center; }
        .container.header .logo div:nth-of-type(1) img {
          width: 50%;
          height: auto; }
      .container.header .logo div:nth-of-type(2) {
        display: none; }
    .container.header #cart-menu {
      display: none; }
    .container.header #basket_pict {
      position: relative; }
      .container.header #basket_pict .count {
        position: absolute;
        display: block;
        top: 8px;
        left: 6px;
        width: 22px;
        height: 22px;
        background: #3D3B36;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        line-height: 24px;
        font-size: 10px !important; }
    .container.header .mobile_container ul#login-mobil-menu {
      display: block;
      position: absolute;
      list-style-type: none;
      left: 10px;
      top: 100vh;
      width: 150px;
      overflow: hidden;
      margin-top: -102px;
      z-index: 1; }
      .container.header .mobile_container ul#login-mobil-menu li a {
        font-size: 14px; }
      .container.header .mobile_container ul#login-mobil-menu .sep {
        display: none; }
    .container.header .mobile_container .social-links {
      position: absolute;
      display: block;
      z-index: 1;
      right: 16px;
      top: 100vh;
      margin-top: -105px; }
      .container.header .mobile_container .social-links div {
        display: inline-block;
        margin: 0 20px 0 0; }
    .container.header .mobile_container ul#upper-menu {
      left: 20px;
      top: 100vh;
      bottom: auto;
      margin-top: -60px;
      z-index: 1; }
      .container.header .mobile_container ul#upper-menu li {
        margin: 0;
        padding: 0;
        color: #3d3b36;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border: 1px solid #d8d8d7;
        text-align: center;
        margin-right: 15px; }
        .container.header .mobile_container ul#upper-menu li.sep {
          opacity: 0; }
        .container.header .mobile_container ul#upper-menu li a {
          display: inline-block;
          width: 32px;
          color: #b3a369; }
    .container.header .mobile_container #search-input {
      left: 10px;
      top: 10px;
      z-index: 1; }
      .container.header .mobile_container #search-input #search-result {
        max-height: 0; }
      .container.header .mobile_container #search-input:hover {
        z-index: 5; }
        .container.header .mobile_container #search-input:hover #search-result {
          max-height: 400px; }
    .container.header .mobile_container #search-input input.new-design {
      width: 248px;
      line-height: 14px;
      padding: 12px 15px; }
    .container.header .mobile_container #search-button {
      width: 28px;
      height: 40px; }
    .container.header #main_menu {
      position: absolute;
      box-sizing: border-box;
      padding: 0 0 0 0;
      z-index: 3;
      top: 65px;
      left: 0;
      bottom: 125px;
      width: 270px;
      background: none;
      border: none; }
      .container.header #main_menu > ul {
        width: 100%;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: auto; }
        .container.header #main_menu > ul li {
          width: 100%;
          padding: 0;
          margin: 0;
          overflow: hidden; }
          .container.header #main_menu > ul li a {
            display: block;
            box-sizing: border-box;
            width: 100%;
            padding: 14px 20px;
            margin: 0;
            font-size: 16px !important;
            font-family: Georgia, Times;
            font-weight: normal;
            line-height: 16px; }
          .container.header #main_menu > ul li .submenu,
          .container.header #main_menu > ul li .custom_submenu {
            width: 270px;
            height: 100vh;
            position: fixed;
            visibility: visible;
            background-color: #eeecdb;
            white-space: nowrap;
            border: none;
            padding: 70px 20px 0 20px;
            z-index: 1000;
            left: 0;
            top: 0;
            opacity: 0;
            overflow-y: auto;
            -webkit-transform: translate3d(-270px, 0, 0);
            -moz-transform: translate3d(-270px, 0, 0);
            -ms-transform: translate3d(-270px, 0, 0);
            -o-transform: translate3d(-270px, 0, 0);
            transform: translate3d(-270px, 0, 0);
            transition: all cubic-bezier(0.26, 0.01, 0.25, 1) 0.3s; }
            .container.header #main_menu > ul li .submenu .mobile-title,
            .container.header #main_menu > ul li .custom_submenu .mobile-title {
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              color: #3D3A35;
              height: 65px;
              line-height: 65px;
              padding-left: 56px;
              font-family: Georgia, Times, 'Times New Roman', serif;
              border-bottom: 2px solid #dddccb;
              background: url(/images/svg/arrow-left.svg) 20px center no-repeat;
              background-size: 12px;
              font-size: 18px !important; }
            .container.header #main_menu > ul li .submenu table,
            .container.header #main_menu > ul li .custom_submenu table {
              display: block;
              margin-bottom: 20px; }
              .container.header #main_menu > ul li .submenu table tr,
              .container.header #main_menu > ul li .custom_submenu table tr {
                display: block; }
                .container.header #main_menu > ul li .submenu table tr td,
                .container.header #main_menu > ul li .custom_submenu table tr td {
                  overflow: hidden;
                  display: block;
                  width: 100%;
                  padding: 10px 0;
                  clear: both;
                  border-top: 1px solid #dddccb; }
                  .container.header #main_menu > ul li .submenu table tr td.firstCol,
                  .container.header #main_menu > ul li .custom_submenu table tr td.firstCol {
                    border: none; }
            .container.header #main_menu > ul li .submenu ul li,
            .container.header #main_menu > ul li .custom_submenu ul li {
              display: block;
              padding: 0;
              overflow: hidden; }
              .container.header #main_menu > ul li .submenu ul li a,
              .container.header #main_menu > ul li .custom_submenu ul li a {
                padding: 10px 0;
                font-size: 14px;
                line-height: 16px;
                white-space: normal; }
          .container.header #main_menu > ul li.opened .submenu,
          .container.header #main_menu > ul li.opened .custom_submenu {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0) !important;
            -moz-transform: translate3d(0, 0, 0) !important;
            -ms-transform: translate3d(0, 0, 0) !important;
            -o-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important; }
            .container.header #main_menu > ul li.opened .submenu a, .container.header #main_menu > ul li.opened .submenu span,
            .container.header #main_menu > ul li.opened .custom_submenu a,
            .container.header #main_menu > ul li.opened .custom_submenu span {
              font-family: Arial;
              font-size: 14px;
              text-transform: none; }
            .container.header #main_menu > ul li.opened .submenu .folder,
            .container.header #main_menu > ul li.opened .custom_submenu .folder {
              font-family: Georgia, Times; }
          .container.header #main_menu > ul li .custom_submenu {
            padding: 136px 0 0 0; }
            .container.header #main_menu > ul li .custom_submenu a, .container.header #main_menu > ul li .custom_submenu span {
              font-family: Arial;
              font-size: 14px;
              text-transform: none; }
            .container.header #main_menu > ul li .custom_submenu .element {
              width: 270px;
              margin: 0 0 10px 0; }
              .container.header #main_menu > ul li .custom_submenu .element a {
                width: 100%;
                white-space: normal; }
            .container.header #main_menu > ul li .custom_submenu .folder {
              position: absolute;
              width: 50%;
              top: 70px;
              height: 44px;
              padding: 10px 0;
              color: #2C2D26;
              text-align: center;
              border-bottom: 2px solid #dddccb;
              font-size: 15px;
              line-height: 18px;
              white-space: normal;
              text-transform: uppercase; }
              .container.header #main_menu > ul li .custom_submenu .folder span {
                display: none !important; }
              .container.header #main_menu > ul li .custom_submenu .folder:nth-of-type(2) {
                left: 0; }
              .container.header #main_menu > ul li .custom_submenu .folder:nth-of-type(4) {
                right: 0; }
              .container.header #main_menu > ul li .custom_submenu .folder + div {
                display: none; }
              .container.header #main_menu > ul li .custom_submenu .folder.active {
                color: #B2A368;
                border-bottom: 4px solid #B2A368; }
                .container.header #main_menu > ul li .custom_submenu .folder.active + div {
                  display: block; }
            .container.header #main_menu > ul li .custom_submenu .folder::before {
              content: '';
              display: table;
              clear: left; }
            .container.header #main_menu > ul li .custom_submenu a {
              position: relative;
              display: block;
              width: 46%;
              padding-left: 3em; }
            .container.header #main_menu > ul li .custom_submenu .initial {
              position: absolute;
              display: block;
              top: 2px;
              left: 8px;
              font-size: 20px !important;
              font-weight: 400; }
  .desktopOnly {
    display: none !important; }
  .mobileOnly {
    display: inherit !important; } }

@media only screen and (max-width: 760px) {
  .pay_mode_container {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-right: none;
    border-bottom: 1px solid #d8d8d7;
    float: left; }
  .contract_container {
    width: 100%; }
  .product-payment-type {
    width: 100%;
    padding-right: 20px; }
    .product-payment-type .grid-20 {
      width: 86%; } }

@media only screen and (max-width: 670px) {
  /** CART & BUY **/
  .basket_site_article {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 120px 20px 0 0; }
    .basket_site_article .element img {
      display: none; }
  .basket_site {
    width: 100%;
    margin: 0 0 20px 0;
    padding-right: 20px;
    padding-left: 20px; }
  .basket_site .functions {
    float: none; }
  .basket_site .button .inverse {
    margin-left: 0; } }

@media only screen and (max-width: 800px) {
  #new_address input,
  .profil.user_data input,
  .popup_form input[type='text'],
  .popup_form input[type='password'],
  .popup_form input[type='email'],
  div.inner-wrapper div.newsletter-sign-up input,
  input.new-design {
    padding: 12px 15px 12px 15px; }
  .product_list.normal .product-list-item {
    width: 50%; }
  .shops-right-column .wine-shop,
  .ws_event_list .wine-shop,
  .shops-right-column .ws_event,
  .ws_event_list .ws_event {
    width: 98%; }
  .shops-right-column .wine-shop .image-hole,
  .ws_event_list .wine-shop .image-hole,
  .shops-right-column .ws_event .image-hole,
  .ws_event_list .ws_event .image-hole {
    height: auto; }
  .button a {
    margin-bottom: 10px; }
  .button.fb a {
    margin-bottom: 0; }
  .shop .shopDesc {
    padding: 10px 0; }
  .shop .shopInfo .shopMap {
    width: auto;
    margin: 10px 10px 20px 10px;
    float: none; }
  .content {
    padding: 0 20px; }
  .delivery-block.content {
    padding: 0; }
  .article_column.bread .evenDoc .image,
  .article_column.bread .image {
    float: none !important;
    width: 100%;
    min-height: 220px;
    padding: 0;
    margin-bottom: 20px; }
    .article_column.bread .evenDoc .image img,
    .article_column.bread .image img {
      float: none;
      width: 100%; }
  .side-pics {
    float: none;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 0; }
    .side-pics img {
      width: 100%; }
  .shop .shopInfo,
  .formDesign {
    width: 100%;
    padding: 20px; }
    .shop .shopInfo .content,
    .formDesign .content {
      padding: 0; }
    .shop .shopInfo img,
    .formDesign img {
      width: 100% !important;
      float: none !important;
      margin: 0 0 20px 0 !important; }
    .shop .shopInfo .product-list-item .image-holder img,
    .formDesign .product-list-item .image-holder img {
      width: auto !important;
      max-width: 100%;
      float: none !important;
      margin: 0 0 0 0 !important; }
  .footerBottom .payServices {
    padding: 0 20px; }
  .footerBottom .footerMenu ul li.sep {
    margin: 0; }
  .footerBottom .userFriendly .footerMenu ul {
    text-align: center; }
  .footerBottom .userFriendly .footerMenu ul li a {
    font-size: 14px;
    padding: 0px 10px; } }

div.td-1st span {
  margin-left: 0;
  float: left; }

select, option {
  outline: 0 !important; }

select {
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=-1,color=#FF0000) progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1,color=#FF0000); }

.address-block.label {
  padding-top: 5px;
  position: absolute; }

.address-block.content {
  padding-left: 75px;
  margin: 5px 0; }

/** MOBILE **/
@media only screen and (max-width: 800px) {
  .address-block.top-margin {
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 60%;
    word-wrap: break-word; }
  #modAddressForm table, #modAddressForm tbody, #modAddressForm tr, #modAddressForm td {
    display: block;
    width: 100%;
    clear: both; }
  #modAddressForm table tr td {
    padding: 5px 0; }
  #appOverlayPanel .button-holder {
    width: 100%; }
    #appOverlayPanel .button-holder .button.fb {
      margin-right: 0 !important; }
    #appOverlayPanel .button-holder .button {
      width: 100%;
      margin: 10px 0; }
  .basket_save .form .element.float {
    padding: 10px 0;
    height: auto; }
  .basket_save .form .element.float + .button {
    float: none !important;
    clear: both;
    margin-top: 10px; }
  div.savedBasketDiv.header div.td-1st,
  div.td-1st {
    width: 50%; }
  div.td-2nd {
    width: 20%; }
  div.td-3th {
    width: 20%; }
  div.td-4th {
    width: 10%; }
  #new_address input,
  .profil.user_data input,
  #regForm input[type='text'],
  #regForm input[type='email'],
  #regForm input[type='password'],
  div.inner-wrapper div.newsletter-sign-up input,
  input.new-design {
    width: 100%; }
  #regForm label {
    margin-bottom: 5px; }
  span.open {
    display: none; }
  #show_brand, #show_fine_wine {
    padding: 20px 0 10px 0; }
  .breadcrumb .marker {
    padding: 0;
    bottom: auto;
    line-height: 30px; }
  /*.filter_right{
    position: relative;
    display: inline-block;
    width: 100%;
  }*/
  .functions {
    height: 42px; }
  #basket_container {
    width: 100%; }
  #bottom_menu .newsletter-sign-up input[type='email'] {
    padding-top: 12px;
    padding-bottom: 12px; }
  #bottom_menu .newsletter-sign-up .button {
    height: 44px; }
  .main-table.cells5 .main-table-cell div {
    padding-bottom: 0; }
  .basket_layer .inverse {
    margin-left: 0; }
  div.inner-wrapper {
    width: 100%; }
  #page {
    width: 100%; }
  .main-table {
    padding: 10px 0; }
  .main-table .main-table-cell {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 20px; }
  .product_list.reference {
    width: 100%; }
  .main-table.cells5 .main-table-cell {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 20px; }
    .main-table.cells5 .main-table-cell:first-child {
      margin: 0 0 20px 0; }
  #bottom_menu li.menu_block {
    float: left;
    width: 50%;
    margin: 0 0 0 0; }
    #bottom_menu li.menu_block:nth-of-type(3) {
      clear: left; }
    #bottom_menu li.menu_block:nth-of-type(4) {
      clear: none; }
  #bottom_menu li.menu_block.last {
    width: 100%;
    clear: both;
    padding-top: 20px; }
  .refLeft {
    width: 100%;
    text-align: center; }
  .main-table.cells3 .main-table-cell {
    float: none;
    display: block;
    width: auto;
    position: relative;
    margin: 20px;
    padding: 45% 0 0 0; }
    .main-table.cells3 .main-table-cell:first-of-type {
      margin-top: 0; }
    .main-table.cells3 .main-table-cell img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 70%; }
    .main-table.cells3 .main-table-cell h2, .main-table.cells3 .main-table-cell h3 {
      padding-top: 0; }
  #product .photo,
  #product .desc {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px; }
  .functions .button,
  .functions .button a {
    width: 100%;
    text-align: center; }
  .tabs-inner-wrapper .address-container {
    display: block;
    width: auto;
    float: none;
    margin-right: 20px; }
  .address-container.with-border {
    border-top: 1px solid #d8d8d7;
    padding-top: 20px;
    padding-left: 0;
    border-left: none; }
  .tabs-footer {
    padding: 50px 20px 0 20px !important; }
  .reference_container .reference_list {
    overflow-x: scroll;
    height: 55px;
    border-bottom: 1px solid #d8d8d7; }
    .reference_container .reference_list ul {
      left: 0;
      position: relative;
      float: none;
      display: inline-block;
      width: auto;
      border: none;
      height: 55px;
      white-space: nowrap;
      padding-left: 20px; }
      .reference_container .reference_list ul li {
        margin-right: 10px; }
        .reference_container .reference_list ul li a {
          padding: 10px;
          display: block; }
  .reference_container .product_list.reference .product-list-item {
    padding: 12px 0px 0px 0px; }
  /** BorSuli **/
  .ws_calendar {
    position: relative;
    margin-top: -40%; }
  .borsuli .column_left,
  .borsuli.mainpage .column_left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px; }
  .borsuli .column_right,
  .borsuli.mainpage .column_right {
    width: 100%; }
  #newAddressForm table, #newAddressForm tbody, #newAddressForm tr {
    display: block;
    width: 100%;
    clear: both; }
    #newAddressForm table td, #newAddressForm tbody td, #newAddressForm tr td {
      display: block;
      width: 100%;
      clear: both;
      padding: 3px 0; }
  #newAddressForm input:invalid {
    background-color: pink !important; } }

@media only screen and (max-width: 800px) {
  .ws_language .center .column {
    width: auto; }
  .address_data .list_item {
    padding: 11px 0 11px 21px; }
  .tabs-slide-custom-radio {
    left: 0; }
  div.newsletter-sign-up .button,
  div.inner-wrapper div.newsletter-sign-up .custom_check {
    margin-left: 0; }
  .message_box .button {
    float: none;
    margin: 0 0 20px 0;
    width: 100%; }
  .content-block {
    padding: 0; }
  .delivery-block.content {
    padding: 0;
    max-width: 100%; }
    .delivery-block.content textarea {
      max-width: 100%; }
  .tabs-headline ul li a {
    padding: 10px 10px 10px 5px; }
    .tabs-headline ul li a.tabTitle {
      padding: 10px 10px 10px 5px; }
      .tabs-headline ul li a.tabTitle .tabNumber {
        padding: 0 5px; }
  .basket_site .table_basket tr td:nth-of-type(1) {
    padding-top: 20px;
    height: auto;
    width: 100%;
    border: none;
    text-align: center; }
    .basket_site .table_basket tr td:nth-of-type(1) img {
      position: relative;
      top: 0;
      left: 0;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  .basket_site .table_basket tr td:nth-of-type(2) {
    width: 100%;
    border: none;
    height: auto; }
  .basket_site .table_basket tr td:nth-of-type(3) {
    width: 25%;
    line-height: 30px; }
  .basket_site .table_basket tr td:nth-of-type(4) {
    width: 42%; }
  .basket_site .table_basket tr td:nth-of-type(5) {
    width: 27%; }
  .basket_site .table_basket tr td:nth-of-type(6) {
    width: 6%; }
  .basket_site .functions .button {
    clear: left;
    width: 100%;
    margin: 10px 0; }
  /*POPUP*/
  #appOverlayPanel .message_box {
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
  #appOverlayPanel .button a {
    font-size: 14px; }
  #appOverlayPanel .button a.basket, #appOverlayPanel .button a.inverse, #appOverlayPanel .button a.borrow {
    padding: 12px 36px 12px 36px; }
  #appOverlayPanel div.checkbox-type .label {
    padding-top: 9px; }
  #appOverlayPanel .custom_check.normal {
    margin-top: 5px;
    margin-bottom: 5px; }
  #appOverlayPanel .button-holder {
    margin: 0; }
  #appOverlayPanel .button-holder .button.fb {
    margin-right: 0 !important; }
  #appOverlayPanel .button-holder .button {
    width: 100%;
    margin: 10px 0; }
  #login div.checkbox-type .label {
    padding-top: 12px; }
  .form_label {
    padding-left: 0; }
    .form_label label {
      position: relative;
      padding-top: 0;
      padding-bottom: 10px; }
  .line-through {
    margin-top: -12px; }
  .ws_calendar {
    position: relative;
    margin-top: -42%; }
  .product_list.normal .product-list-item {
    width: 100%; }
  .product-line .grid-13,
  .product-sumline .grid-13 {
    width: 65%; }
  .product-line .grid-11,
  .product-sumline .grid-11 {
    width: 40%; }
  .product-line .grid-4,
  .product-sumline .grid-4 {
    width: 25%; }
  .product-line .grid-2,
  .product-sumline .grid-2 {
    width: 10%; }
  /*.filter_right{
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
    float: left;
    width: 100%;
  }*/
  .basket_layer .quantity_border, .basket_overlay .quantity_border {
    position: relative;
    top: -5px; }
  .basket_layer .table_basket tr td, .basket_overlay .table_basket tr td {
    display: block;
    float: left;
    height: 60px; }
    .basket_layer .table_basket tr td:nth-of-type(1), .basket_overlay .table_basket tr td:nth-of-type(1) {
      width: 100%;
      clear: both;
      border: none;
      height: 40px;
      padding-left: 0 !important; }
    .basket_layer .table_basket tr td:nth-of-type(2), .basket_overlay .table_basket tr td:nth-of-type(2) {
      width: 26%;
      text-align: left;
      padding-top: 20px; }
    .basket_layer .table_basket tr td:nth-of-type(3), .basket_overlay .table_basket tr td:nth-of-type(3) {
      width: 34%; }
    .basket_layer .table_basket tr td:nth-of-type(4), .basket_overlay .table_basket tr td:nth-of-type(4) {
      width: 30%;
      padding-top: 20px; }
    .basket_layer .table_basket tr td:nth-of-type(5), .basket_overlay .table_basket tr td:nth-of-type(5) {
      width: 10%; }
  .product-list-item .image-holder a.noshelf span img {
    width: auto !important;
    float: none !important;
    margin: 0 0 0 0 !important; } }

@media only screen and (max-width: 400px) {
  .ws_language .center .column {
    padding: 10px 8px; }
  .tabs-footer {
    padding: 50px 20px 0 20px !important; }
    .tabs-footer .termsCont {
      position: relative !important;
      padding-left: 40px !important; }
      .tabs-footer .termsCont .custom_radio {
        position: absolute;
        top: 0;
        left: 0; }
  #login .forget_pass {
    width: 100%;
    text-align: center;
    margin-bottom: 10px; }
  .basket_sum .text {
    margin-left: 0; }
  .ws_calendar {
    position: relative;
    margin-top: -44%; }
  .product_list .functions .number {
    clear: both;
    margin-right: 0;
    margin-top: 20px; }
  .logo a i {
    background-size: 50%; }
  .product-line .grid-11 {
    width: 100%;
    padding: 10px 0; }
  .product-line .grid-4 {
    width: 45%; }
  .product-line .grid-2 {
    width: 10%; }
  .product-sumline .grid-13 {
    width: 45%; }
  .product-sumline .grid-4 {
    width: 40%; }
  .product-sumline .grid-2 {
    width: 15%; } }

@media only screen and (max-width: 340px) {
  .logo a i {
    background-size: 40%; } }

.address-container .manageAddress .button {
  margin: 0 0 0 15px; }
  @media only screen and (max-width: 800px) {
    .address-container .manageAddress .button {
      margin: 15px 0 0 0; } }

.select_arrow {
  position: relative; }
  .select_arrow:after {
    display: block;
    content: '';
    position: absolute;
    width: 31px;
    height: 31px;
    right: 1px;
    bottom: 1px;
    border-left: 1px solid #D8D8D7;
    pointer-events: none;
    background: #ffffff url("/images/droplist_arrow.png") center center no-repeat; }
    @media only screen and (max-width: 960px) {
      .select_arrow:after {
        width: 40px;
        height: 40px; } }

._customselect {
  width: 100% !important;
  margin: 0 !important;
  height: 33px !important;
  background: #ffffff;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  font-size: 14px;
  padding: 5px 38px 5px 10px !important;
  line-height: 16px;
  border: 1px solid #D8D8D7;
  color: #2e2f27; }
  @media only screen and (max-width: 960px) {
    ._customselect {
      height: 42px !important; } }
  @media only screen and (max-width: 960px) {
    ._customselect {
      padding: 5px 55px 5px 10px !important; } }
  ._customselect:hover {
    cursor: pointer; }
  ._customselect option {
    padding: 5px; }
  ._customselect:focus {
    outline: none; }

@media screen\0 {
  ._customselect {
    padding: 5px 50px 5px 10px !important; }
    ._customselect option {
      padding: 5px 50px 5px 10px; }
  select::-ms-expand {
    display: none; } }

._customselect.droplist_ {
  display: block !important; }
  ._customselect.droplist_ .droplist-value {
    height: 38px !important; }
    ._customselect.droplist_ .droplist-value div {
      height: auto;
      line-height: 20px;
      padding: 8px 2px 0px 8px;
      font-size: 14px; }
    ._customselect.droplist_ .droplist-value a.nogo {
      height: auto;
      top: 0;
      bottom: 0; }
  ._customselect.droplist_ .droplist-list {
    top: 100%;
    width: 100% !important; }
    ._customselect.droplist_ .droplist-list .jspContainer {
      overflow-y: scroll; }
    ._customselect.droplist_ .droplist-list .jspPane {
      margin: 0 !important;
      padding: 5px !important;
      box-sizing: border-box !important;
      width: 100% !important; }
    ._customselect.droplist_ .droplist-list .jspVerticalBar {
      display: none; }

.order ._customselect.droplist {
  width: 215px !important; }
  .order ._customselect.droplist .droplist-value div {
    width: 215px !important; }

.number ._customselect.droplist {
  width: 70px !important; }
  .number ._customselect.droplist .droplist-value div {
    width: 70px !important; }

._customselect.droplist {
  text-align: right; }
  ._customselect.droplist .droplist-value div {
    padding-right: 30px !important; }

._customselect.mobile {
  /*padding: 0 10px;*/ }

.order_left {
  display: none; }

/** TABLET **/
@media only screen and (max-width: 960px) {
  .order_left {
    display: block; }
    .order_left > div {
      margin: 10px 0 15px 0; }
  .filter_right .order {
    width: 250px; }
  .filter_right .number {
    display: none; }
  * {
    -webkit-overflow-scrolling: touch; }
  .order ._customselect.droplist {
    width: 230px !important; }
    .order ._customselect.droplist .droplist-value div {
      width: 230px !important; }
  .number ._customselect.droplist {
    width: 75px !important; }
    .number ._customselect.droplist .droplist-value div {
      width: 75px !important; }
  ._customselect,
  ._customselect.mobile {
    width: 100% !important; } }

@media only screen and (max-width: 420px) {
  .filter_right .order {
    width: 190px; } }

@media only screen and (max-width: 380px) {
  .footerBottom .userFriendly .footerMenu ul li a {
    font-size: 12px !important;
    padding: 0px 4px; } }

@media only screen and (max-width: 359px) {
  .filter_btn {
    width: 100%;
    text-align: center; }
  .filter_right {
    width: 100%;
    margin: 5px 0 5px 0;
    float: left; }
    .filter_right .order {
      width: 100%; } }

@media only screen and (max-width: 800px) {
  a:target {
    position: relative;
    display: inline-block;
    top: -65px; }
  .complaint {
    width: 100%; }
    .complaint .tr {
      width: 100%; }
      .complaint .tr .td {
        width: 50% !important;
        display: inline-block;
        float: left !important; }
        .complaint .tr .td.fifth {
          width: 100% !important; } }

#navTop {
  background: url(/images/svg/arrow-right.svg) 0 0 no-repeat;
  width: 30px;
  height: 40px;
  transform: rotate(-90deg);
  transition: all 0.3s;
  opacity: 0;
  position: fixed;
  right: 10px;
  top: 85%;
  z-index: 10000; }

.progress {
  border-bottom: 2px solid #3d3b36;
  line-height: 54px;
  text-align: center;
  text-transform: uppercase; }
  .progress span, .progress a {
    position: relative;
    display: inline-block;
    margin: 0 32px;
    font-family: Georgia, Times, "Times New Roman", serif !important;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1px;
    color: #979797; }
    .progress span strong, .progress a strong {
      font-family: Arial, Helvetica, sans-serif !important;
      font-weight: 500 !important;
      margin-right: 8px;
      color: #979797; }
    .progress span.active, .progress a.active {
      color: #b2a368; }
      .progress span.active strong, .progress span.active span, .progress span.active a, .progress a.active strong, .progress a.active span, .progress a.active a {
        color: #b2a368; }
    .progress span:before, .progress a:before {
      display: block;
      position: absolute;
      content: '';
      top: 0;
      bottom: 0;
      margin: auto 0;
      left: -56px;
      width: 44px;
      height: 8px;
      background: url(/images/svg/arrow-yellow.svg) 50% 50% no-repeat; }
      @media only screen and (max-width: 800px) {
        .progress span:before, .progress a:before {
          background-position: 100% 50%;
          width: 26px;
          left: -35px; } }
    .progress span:first-of-type:before, .progress a:first-of-type:before {
      display: none; }
    @media only screen and (max-width: 800px) {
      .progress span, .progress a {
        margin: 0 25px 0 13px; } }
    @media only screen and (max-width: 500px) {
      .progress span, .progress a {
        margin: 0 6px 0 1px;
        font-size: 12px !important; }
        .progress span:before, .progress a:before {
          display: none; } }
    .progress span strong, .progress a strong {
      margin-right: 1px; }

.free_delivery {
  margin: 10px 0;
  font-size: 14px;
  color: #8f8d7a; }
  #appOverlayPanel .free_delivery {
    float: right; }
  .free_delivery span {
    font-weight: bold;
    font-size: 14px;
    color: #8f8d7a; }

.ws_event_list .tabContent {
  display: none; }
  .ws_event_list .tabContent.budEvent {
    display: block; }

.ws_event_type span, .ws_event_type a {
  cursor: pointer;
  color: #b3a369;
  padding-top: 15px;
  padding-bottom: 5px;
  margin-top: -12px;
  display: inline-block; }
  @media only screen and (max-width: 400px) {
    .ws_event_type span, .ws_event_type a {
      font-size: 13px !important; } }

.ws_event_type .active span, .ws_event_type a {
  color: #000; }

.tabDocImage {
  padding: 15px 0;
  text-align: center; }
  .tabDocImage img {
    width: 100%; }

.ws_event_list .ws_event .button a {
  padding-bottom: 6px; }

@media only screen and (max-width: 960px) {
  .ws_event_type .center .column {
    width: 180px;
    padding: 10px 5px; } }

@media only screen and (max-width: 800px) {
  .ws_event_type .center .column {
    width: 150px;
    padding: 10px 5px;
    min-height: 62px; } }

@media only screen and (max-width: 599px) {
  .ws_event_type .center .column {
    width: 100%;
    padding: 10px 5px;
    min-height: 31px; }
    .ws_event_type .center .column.active {
      border-bottom-color: #d8d8d7; } }

.basket_message {
  line-height: 36px; }

.sideBanner {
  position: fixed;
  padding: 2em;
  left: 50%;
  top: 131px;
  transform: translateX(-50%);
  margin: 0 0 0 4px; }
  .sideBanner img {
    position: absolute;
    left: 505px; }
  @media only screen and (max-width: 1232px) {
    .sideBanner {
      display: none; } }

.product_list .product-list-item .title {
  padding: 12px 40px 6px 16px; }

.product_list .product-list-item.big_box {
  height: 300px; }

.product_list .product-list-item .button a {
  color: #1B1B1B; }

.button-holder .input:empty {
  display: none; }

._customselect option {
  font-size: 14px; }

.container div.article a {
  color: #b3a369; }
  .container div.article a > * {
    color: #b3a369; }
    .container div.article a > *:hover {
      color: #3D3B36; }
  .container div.article a:hover {
    color: #3D3B36; }

.container div .button a {
  color: #1B1B1B; }

@media only screen and (max-width: 800px) {
  .logo a i {
    width: auto !important; }
  .article .section.first {
    position: relative; }
  .article .main-table {
    padding: 10px 0;
    display: block;
    overflow-x: scroll; }
    .article .main-table tr {
      height: auto !important;
      min-height: 50px; }
      .article .main-table tr:nth-child(2n) td {
        background: white; }
    .article .main-table td {
      white-space: nowrap;
      height: auto !important; }
    .article .main-table td:first-of-type {
      position: absolute;
      left: 0;
      min-width: 115px;
      height: auto !important;
      font-size: 13px !important;
      line-height: 16px; }
    .article .main-table td:nth-child(2) {
      padding-left: 115px; }
    .article .main-table.special-table-type1 {
      border: none; }
      .article .main-table.special-table-type1 td:first-of-type {
        min-width: 188px;
        background: white; }
      .article .main-table.special-table-type1 td:nth-child(2) {
        padding-left: 190px; } }

.footer {
  background: #fff;
  z-index: 2; }

.limited-quantity {
  position: absolute;
  z-index: 1;
  bottom: 350px;
  right: 130px;
  font-family: Georgia;
  font-size: 26px !important;
  font-weight: bold;
  color: #e9e9e9;
  text-shadow: -1px 1px 3px #000; }
  .limited-quantity.en {
    right: 70px; }
    .limited-quantity.en img {
      width: 120px; }
  @media only screen and (max-width: 960px) {
    .limited-quantity {
      right: 70px; }
      .limited-quantity.en {
        right: 40px; } }
  @media only screen and (max-width: 600px) {
    .limited-quantity {
      right: 20%; }
      .limited-quantity.en {
        right: 10%; } }

.cartLimitAlert {
  color: #A7101A; }

.container .left-column ul.stickyMenu {
  background: #fff;
  padding: 0 0 5px 0; }
  .container .left-column ul.stickyMenu li a {
    font-size: 13px;
    text-transform: none; }
    .container .left-column ul.stickyMenu li a.nav-active {
      color: #b3a369; }

.container .docLeftMenu .content-block {
  padding-top: 0; }

@media only screen and (max-height: 320px) {
  .container.header #main_menu {
    bottom: 0 !important; }
  .container.header .mobile_container ul#login-mobil-menu,
  .container.header .mobile_container ul#upper-menu,
  .container.header .mobile_container .social-links {
    display: none !important; }
  /*.container.header #main_menu > ul li .submenu, .container.header #main_menu > ul li .custom_submenu{
			padding: 70px 20px;
			background: red;

		}*/
  .container.header #main_menu > ul li .submenu:not(:root:root),
  .container.header #main_menu > ul li .custom_submenu:not(:root:root) {
    padding: 0 20px;
    display: none; }
  .container.header #main_menu > ul li.opened .submenu:not(:root:root) {
    padding: 70px 20px;
    display: block; }
  .container.header #main_menu > ul li.opened .custom_submenu:not(:root:root) {
    padding: 136px 20px 70px 20px;
    display: block; } }

.address-block.content, .info div.content .address-block.content {
  padding: 0 0 0 60px; }

.tabs-inner-wrapper .address-container {
  position: relative; }

.address-block.label {
  left: 0; }

#orderStepForm1 .address-block.label {
  left: 11px; }

.address-container.with-border .address-block.label {
  left: 40px; }

#orderStepForm3 .billing_message.warning {
  color: #e22;
  position: relative; }
  #orderStepForm3 .billing_message.warning:before {
    content: 'i';
    display: inline-block;
    border-radius: 50% 50%;
    text-align: center;
    padding: 0px 7px;
    color: white;
    font-weight: bold;
    font-size: 10px;
    background: #e22;
    margin-right: 5px; }

@media only screen and (max-width: 960px) {
  div#profil .info .address-block.content,
  .address-block.content, .info div.content .address-block.content {
    padding: 0 0 0 60px; } }

@media only screen and (max-width: 600px) {
  .address-container.with-border .address-block.label {
    left: 0; } }

@media only screen and (max-width: 800px) {
  .dynamicImageAnchor {
    margin-top: -70px;
    padding-top: 70px; } }

.hideFullButton {
  text-align: center;
  padding-top: 10px;
  max-width: 50%;
  margin: auto; }

@media only screen and (max-height: 500px) {
  .container.header #main_menu > ul li a {
    padding: 7px 20px;
    font-size: 14px !important;
    line-height: 14px; } }

@media only screen and (max-width: 800px) {
  .container.header .mobile_container ul#login-mobil-menu {
    margin-top: -90px; }
  .container.header .mobile_container .social-links {
    margin-top: -95px; } }

#product .vat a {
  font-size: 11px;
  color: #aaaaaa; }

@media only screen and (max-width: 980px) {
  #wine-spring ul.map li.left, #wine-spring ul.map li.right {
    margin: 0;
    width: 100%; }
  #wine-spring ul.map .map-container {
    width: 100%;
    padding: 15px 0; }
  #wine-spring ul.map ul.instructions {
    max-width: 100%;
    margin: 0;
    padding-bottom: 160px;
    height: auto; }
    #wine-spring ul.map ul.instructions li:nth-child(2) {
      padding-right: 15px; } }

@media only screen and (max-width: 850px) {
  #wine-spring ul.participants {
    width: 25%; } }

@media only screen and (max-width: 600px) {
  #wine-spring ul.participants {
    width: 33%; }
  #wine-spring ul.map ul.instructions li {
    width: 100%; } }

@media only screen and (max-width: 480px) {
  #wine-spring ul.participants {
    width: 50%; } }

@media only screen and (min-width: 961px) {
  .shop.waze .shopInfo .shopMap {
    width: 50%; }
  .shop.waze .shopInfo .content {
    width: calc(50% - 20px);
    float: left; }
  .shop.waze .shopInfo .button {
    display: none; }
  .address_data label {
    width: 70px; } }

.main-table .main-table-cell img {
  padding-bottom: 0;
  margin-bottom: 10px; }

.main-table.cells3 .main-table-cell.cell-2 img {
  margin-top: 10px;
  margin-bottom: 0px; }

.show_brand label,
.show_fine_wine label {
  left: -68px;
  position: relative; }

.show_brand .close,
.show_fine_wine .close {
  float: none;
  margin: 0; }

.show_brand span.open:after,
.show_brand span.close:after {
  width: 84px;
  height: 15px;
  display: inline-block;
  text-align: right;
  text-transform: none;
  margin-right: 80px;
  font-size: 13px;
  line-height: 20px; }

.show_brand span.close:after {
  content: "Bővebben"; }

.show_brand span.close:lang(en):after {
  content: "More"; }

.show_brand span.open:after {
  content: "Kevesebb"; }

.show_brand span.open:lang(en):after {
  content: "Less"; }

#pwindicator {
  margin-top: 2px;
  display: inline-flex;
  margin-bottom: 15px; }
  #pwindicator span {
    border-radius: 4px;
    border: 2px solid;
    display: inline-block;
    margin-right: 3px;
    width: 60px; }
  #pwindicator.weak .first {
    border-color: #eb5c45; }
  #pwindicator.weak .second, #pwindicator.weak .third {
    border-color: #b0bbbb; }
  #pwindicator.medium .first, #pwindicator.medium .second {
    border-color: #ebbd45; }
  #pwindicator.medium .third {
    border-color: #b0bbbb; }
  #pwindicator.strong .first, #pwindicator.strong .second, #pwindicator.strong .third {
    border-color: #74af27; }

.reg_passwd {
  margin-bottom: 2px; }

#show_brand a, #show_brand_more a {
  color: #b3a369; }
  #show_brand a:hover, #show_brand_more a:hover {
    color: #3D3B36; }
  #show_brand a > *, #show_brand_more a > * {
    color: #b3a369; }
    #show_brand a > *:hover, #show_brand_more a > *:hover {
      color: #3D3B36; }

@media only screen and (min-width: 800px) {
  #main_menu li:nth-of-type(2) .submenu {
    left: -100px; }
  #main_menu li .submenu {
    top: 100%; } }

@media only screen and (max-width: 1000px) {
  #main_menu li .submenu td {
    vertical-align: top;
    padding-left: 10px; }
  body.modal-open {
    position: fixed;
    width: 100%;
    height: 100vh; } }

@media only screen and (max-width: 800px) {
  .basket_site {
    margin: 40px 0 20px 0; } }

.filter_more .close, .message_box .close, #basket_container .close {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 16px;
  right: 18px;
  background: url(/images/svg/x-small.svg) no-repeat center center;
  background-size: cover; }

.basket_overlay {
  padding-top: 10px; }

@media only screen and (max-width: 800px) {
  #new_address input, .profil.user_data input, .popup_form input[type='text'], .popup_form input[type='email'],
  .popup_form input[type='password'], div.inner-wrapper div.newsletter-sign-up input, input.new-design {
    height: 40px;
    font-size: 14px;
    line-height: 14px; }
  .message_box {
    position: fixed; }
  .popup_form {
    position: static; } }

label[for="pwindicator"],
#pwindicator {
  display: none; }

@media only screen and (max-height: 500px) {
  .container.header #main_menu .submenu ul li a {
    padding: 5px 10px; } }

.container.main img {
  max-width: 100%; }

div.inner-wrapper div.newsletter-sign-up .error-message {
  color: #A7101A;
  padding: 0 0 15px 100px;
  text-align: left; }
  @media only screen and (max-device-width: 600px) {
    div.inner-wrapper div.newsletter-sign-up .error-message {
      text-align: center;
      padding: 0 0 15px 0; } }

div.inner-wrapper div.newsletter-sign-up div.custom_check.error-field,
div.inner-wrapper div.newsletter-sign-up input.error-field {
  border: 1px solid #A7101A; }

div.inner-wrapper div.newsletter-sign-up .labeled-checkbox span.asterisk {
  display: inline-block;
  margin-right: 3px;
  float: left; }

.newsletter-sign-up.borclub-sing-up .radio-wrapper {
  display: inline-flex;
  padding-top: 0px;
  margin-right: 10px;
  margin-bottom: 10px; }
  .newsletter-sign-up.borclub-sing-up .radio-wrapper .radio_label {
    margin-left: 5px; }

.newsletter-sign-up.borclub-sing-up .labeled-checkbox {
  height: 22px;
  margin-bottom: 20px;
  margin-top: 20px; }

.newsletter-sign-up.borclub-sing-up div.formLine div.button {
  display: inline-block; }
  .newsletter-sign-up.borclub-sing-up div.formLine div.button.delete {
    margin-left: 20px;
    margin-top: 15px; }

.newsletter-sign-up.borclub-sing-up .formValue {
  margin-bottom: 20px;
  display: inline-block; }

.container .borsuli-gasztro .content .highlight {
  font-size: 20px;
  width: 100%;
  height: auto;
  min-height: 310px;
  overflow: auto;
  border: 1px solid #888888;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 20px; }

.container .borsuli-gasztro .content button {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 14px !important;
  text-transform: uppercase;
  display: block;
  float: left;
  padding: 7px 14px 7px 14px;
  margin: 16px 0 0px 0;
  background: #c6b193;
  background: -moz-linear-gradient(top, #c6b193 0%, #baa17b 100%);
  background: -webkit-linear-gradient(top, #c6b193 0%, #baa17b 100%);
  background: -o-linear-gradient(top, #c6b193 0%, #baa17b 100%);
  background: -ms-linear-gradient(top, #c6b193 0%, #baa17b 100%);
  background: linear-gradient(top, #c6b193 0%, #baa17b 100%);
  border: 1px solid rgba(0, 0, 0, 0.1); }

.container .borsuli-gasztro .content .article > p {
  font-size: 18px !important;
  color: #AB9B6A;
  font-family: Georgia, Times, "Times New Roman", serif !important;
  font-weight: bold;
  line-height: 150%;
  margin: 25px 0 25px 0; }

.container .borsuli-gasztro .content .article hr {
  border: 1px solid #d8d8d8; }

.container .borsuli-gasztro .content .article .section {
  float: left;
  display: inline-block;
  padding: 25px 0 25px 0;
  width: 100%; }
  .container .borsuli-gasztro .content .article .section img {
    margin: 0 15px 15px 0; }
  .container .borsuli-gasztro .content .article .section h2, .container .borsuli-gasztro .content .article .section h3 {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 22px !important;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: bold; }
  .container .borsuli-gasztro .content .article .section h3 {
    color: #AB9B6A; }
  .container .borsuli-gasztro .content .article .section h4 {
    margin: 25px 0 5px 0; }
  .container .borsuli-gasztro .content .article .section ul {
    position: relative;
    left: 25px;
    padding-right: 25px; }
    .container .borsuli-gasztro .content .article .section ul.courses {
      list-style: none; }
      .container .borsuli-gasztro .content .article .section ul.courses li::before {
        content: '■ '; }
    .container .borsuli-gasztro .content .article .section ul li {
      vertical-align: center;
      margin: 10px 0 10px 0; }
      .container .borsuli-gasztro .content .article .section ul li::before {
        font-size: 18px; }
      .container .borsuli-gasztro .content .article .section ul li.orange::before {
        color: #D06D1B; }
      .container .borsuli-gasztro .content .article .section ul li.blue::before {
        color: #658D96; }
      .container .borsuli-gasztro .content .article .section ul li.green::before {
        color: #899B18; }
  .container .borsuli-gasztro .content .article .section .calendar {
    float: left;
    width: 60%; }
  .container .borsuli-gasztro .content .article .section .subscribe {
    float: left;
    width: 40%; }
    .container .borsuli-gasztro .content .article .section .subscribe .sent {
      display: none; }
      .container .borsuli-gasztro .content .article .section .subscribe .sent h1 {
        text-align: center;
        line-height: 250px; }
    .container .borsuli-gasztro .content .article .section .subscribe form {
      width: 100%; }
      .container .borsuli-gasztro .content .article .section .subscribe form .message {
        display: none;
        padding: 10px; }
      .container .borsuli-gasztro .content .article .section .subscribe form .form-field {
        margin: 0; }
      .container .borsuli-gasztro .content .article .section .subscribe form input {
        width: 100%; }
      .container .borsuli-gasztro .content .article .section .subscribe form label {
        max-width: 100%; }

@media only screen and (max-width: 800px) {
  .container .borsuli-gasztro .content .article > p {
    margin: 25px 0 25px 0; } }

@media only screen and (max-width: 960px) {
  .container .borsuli-gasztro .content .highlight {
    margin: 25px 0 25px 0;
    min-height: auto; }
  .container .borsuli-gasztro .content .article .section {
    padding: 25px; }
    .container .borsuli-gasztro .content .article .section .calendar, .container .borsuli-gasztro .content .article .section .subscribe {
      width: 100%; }
    .container .borsuli-gasztro .content .article .section img {
      float: left !important;
      width: 100%;
      height: auto;
      margin-left: 0 !important;
      margin-right: 0 !important; }
    .container .borsuli-gasztro .content .article .section .button {
      width: 100%;
      margin: 14px 0 14px 0; }
  .container .borsuli-gasztro .content .article > p {
    margin: 25px 15px 25px 15px; } }

#borsuli-gasztro-form .form-field input {
  margin-bottom: 2px;
  margin-top: 8px; }
  #borsuli-gasztro-form .form-field input.error {
    border-color: #A7101A !important;
    text-align: left !important; }

#borsuli-gasztro-form div.field-reg_aszf {
  position: relative;
  padding-left: 30px;
  clear: both;
  margin: 10px 0 30px 0; }
  #borsuli-gasztro-form div.field-reg_aszf div.label div.custom_check {
    position: absolute;
    top: 0;
    left: 0; }

@media only screen and (min-width: 800px) {
  .calendar-container {
    height: 310px; } }

@media only screen and (max-width: 800px) {
  .calendar-container {
    height: 0;
    padding-bottom: 70%; }
  .product_list .product-list-item .dropdown-box {
    border: none; } }

.content-block p {
  font: normal 12px Arial;
  line-height: 20px; }

#reg-container #reg-tabs-header {
  border-bottom: 1px solid #b2a368; }
  #reg-container #reg-tabs-header div {
    display: inline-block;
    cursor: pointer;
    width: 32%;
    text-align: center;
    padding: 15px 0;
    font-size: 14px; }
    #reg-container #reg-tabs-header div.active {
      color: #b2a368;
      border-bottom: 2px solid #b2a368; }

#reg-container #reg-tabs-content {
  padding: 20px; }
  #reg-container #reg-tabs-content .asterisk {
    color: #3D3B36; }
  #reg-container #reg-tabs-content .signin .button {
    margin-bottom: 20px; }
  #reg-container #reg-tabs-content .signin .forget_pass {
    margin-top: 15px;
    float: left;
    line-height: 20px; }
  #reg-container #reg-tabs-content .signin .checkbox-type {
    float: left;
    padding-left: 10px;
    line-height: 20px; }
  #reg-container #reg-tabs-content .signin .login-form, #reg-container #reg-tabs-content .signin .guest-form, #reg-container #reg-tabs-content .guest .login-form, #reg-container #reg-tabs-content .guest .guest-form {
    display: inline-block;
    width: 49%;
    border-right: 1px solid #d8d8d7;
    padding-right: 20px; }
    #reg-container #reg-tabs-content .signin .login-form .form-field, #reg-container #reg-tabs-content .signin .guest-form .form-field, #reg-container #reg-tabs-content .guest .login-form .form-field, #reg-container #reg-tabs-content .guest .guest-form .form-field {
      margin: 0 0 10px; }
      #reg-container #reg-tabs-content .signin .login-form .form-field label, #reg-container #reg-tabs-content .signin .guest-form .form-field label, #reg-container #reg-tabs-content .guest .login-form .form-field label, #reg-container #reg-tabs-content .guest .guest-form .form-field label {
        display: block; }
      #reg-container #reg-tabs-content .signin .login-form .form-field input, #reg-container #reg-tabs-content .signin .guest-form .form-field input, #reg-container #reg-tabs-content .guest .login-form .form-field input, #reg-container #reg-tabs-content .guest .guest-form .form-field input {
        width: 100%;
        border: 1px solid #d8d8d7;
        margin: 5px 0 0;
        padding: 10px 5px;
        background: #FFFFFF; }
    #reg-container #reg-tabs-content .signin .login-form .form-field:nth-child(4), #reg-container #reg-tabs-content .signin .guest-form .form-field:nth-child(4), #reg-container #reg-tabs-content .guest .login-form .form-field:nth-child(4), #reg-container #reg-tabs-content .guest .guest-form .form-field:nth-child(4) {
      margin: 10px 0; }
    #reg-container #reg-tabs-content .signin .login-form .button, #reg-container #reg-tabs-content .signin .guest-form .button, #reg-container #reg-tabs-content .guest .login-form .button, #reg-container #reg-tabs-content .guest .guest-form .button {
      width: 100%;
      margin: 10px 0 20px; }
      #reg-container #reg-tabs-content .signin .login-form .button a, #reg-container #reg-tabs-content .signin .guest-form .button a, #reg-container #reg-tabs-content .guest .login-form .button a, #reg-container #reg-tabs-content .guest .guest-form .button a {
        width: 100%; }
    #reg-container #reg-tabs-content .signin .login-form .forget_pass, #reg-container #reg-tabs-content .signin .guest-form .forget_pass, #reg-container #reg-tabs-content .guest .login-form .forget_pass, #reg-container #reg-tabs-content .guest .guest-form .forget_pass {
      display: inline;
      margin: 0 0 10px; }
      #reg-container #reg-tabs-content .signin .login-form .forget_pass a, #reg-container #reg-tabs-content .signin .guest-form .forget_pass a, #reg-container #reg-tabs-content .guest .login-form .forget_pass a, #reg-container #reg-tabs-content .guest .guest-form .forget_pass a {
        color: #b2a368;
        font-weight: bold; }
    #reg-container #reg-tabs-content .signin .login-form .checkbox-type label, #reg-container #reg-tabs-content .signin .guest-form .checkbox-type label, #reg-container #reg-tabs-content .guest .login-form .checkbox-type label, #reg-container #reg-tabs-content .guest .guest-form .checkbox-type label {
      display: inline;
      font-size: 13px;
      line-height: 20px; }
    #reg-container #reg-tabs-content .signin .login-form .checkbox-type div, #reg-container #reg-tabs-content .signin .guest-form .checkbox-type div, #reg-container #reg-tabs-content .guest .login-form .checkbox-type div, #reg-container #reg-tabs-content .guest .guest-form .checkbox-type div {
      display: inline-block;
      float: right;
      margin-left: 7px; }
  #reg-container #reg-tabs-content .signin .fb-login-form, #reg-container #reg-tabs-content .guest .fb-login-form {
    vertical-align: top;
    display: inline-block;
    width: 49%;
    padding-left: 20px;
    text-align: center;
    margin: 75px 0 50px; }
    #reg-container #reg-tabs-content .signin .fb-login-form .button, #reg-container #reg-tabs-content .guest .fb-login-form .button {
      width: 100%;
      margin: 44px 0 50px; }
      #reg-container #reg-tabs-content .signin .fb-login-form .button a, #reg-container #reg-tabs-content .guest .fb-login-form .button a {
        width: 100%;
        color: #FFFFFF !important; }
    #reg-container #reg-tabs-content .signin .fb-login-form .registration, #reg-container #reg-tabs-content .guest .fb-login-form .registration {
      line-height: 25px; }
      #reg-container #reg-tabs-content .signin .fb-login-form .registration span, #reg-container #reg-tabs-content .guest .fb-login-form .registration span {
        display: block; }
      #reg-container #reg-tabs-content .signin .fb-login-form .registration a, #reg-container #reg-tabs-content .guest .fb-login-form .registration a {
        color: #b2a368;
        font-weight: bold; }
  #reg-container #reg-tabs-content .guest .checkbox-type {
    float: left !important;
    text-align: left; }
    #reg-container #reg-tabs-content .guest .checkbox-type label {
      display: inline-block; }
    #reg-container #reg-tabs-content .guest .checkbox-type div {
      display: inline-block;
      float: none !important;
      margin-right: 7px;
      margin-left: 0 !important; }
  #reg-container #reg-tabs-content .guest .error-message {
    color: #A7101A;
    padding: 0 0 15px 0;
    text-align: left; }
  #reg-container #reg-tabs-content .guest .field-guest_above_18 .error-message {
    margin: 30px 0 0; }
  #reg-container #reg-tabs-content .signup .error-message {
    color: #A7101A;
    padding: 0 0 15px 0;
    text-align: left; }
  #reg-container #reg-tabs-content .reg-field .form-field {
    width: 49%;
    margin: 0 0 10px;
    padding: 0 20px 0 0; }
    #reg-container #reg-tabs-content .reg-field .form-field label {
      display: block; }
    #reg-container #reg-tabs-content .reg-field .form-field input {
      display: block;
      width: 100%;
      border: 1px solid #d8d8d7;
      margin: 5px 0 0;
      padding: 10px 5px;
      margin: 0 10px 0 0;
      background: #FFFFFF; }
  #reg-container #reg-tabs-content .reg-field div.checkbox-type .asterisk {
    color: #3D3B36; }
  #reg-container #reg-tabs-content .reg-field div.checkbox-type .label {
    display: inline-block;
    float: none;
    margin: 0 0 0 10px; }
    #reg-container #reg-tabs-content .reg-field div.checkbox-type .label a {
      color: #b2a368 !important; }
  #reg-container #reg-tabs-content .reg-field .button {
    width: 50%;
    margin: 40px auto; }
    #reg-container #reg-tabs-content .reg-field .button a.inverse {
      width: 100%; }

#registration-form {
  padding-bottom: 25px; }
  #registration-form .description {
    fint-size: 13px;
    margin-bottom: 15px; }
  #registration-form .form-field {
    margin-bottom: 25px; }
    #registration-form .form-field label {
      display: block; }
      #registration-form .form-field label .asterisk {
        color: #3D3B36; }
    #registration-form .form-field input {
      width: 100%;
      border: 1px solid #d8d8d7;
      margin: 5px 0 0;
      padding: 10px 5px;
      background: #FFFFFF; }

@media only screen and (max-width: 800px) {
  #reg-tabs-content {
    padding: 20px; }
    #reg-tabs-content .signin .login-form, #reg-tabs-content .signin .guest-form, #reg-tabs-content .guest .login-form, #reg-tabs-content .guest .guest-form {
      display: block !important;
      width: 100% !important;
      border-right: none !important;
      padding-right: 0 !important; }
    #reg-tabs-content .signin .fb-login-form, #reg-tabs-content .guest .fb-login-form {
      vertical-align: top;
      display: block !important;
      width: 100% !important;
      padding-left: 0 !important;
      text-align: center;
      margin: 10px 0 !important; }
      #reg-tabs-content .signin .fb-login-form .button, #reg-tabs-content .guest .fb-login-form .button {
        margin: 10px 0 !important; }
    #reg-tabs-content .signin .error-message, #reg-tabs-content .guest .error-message {
      text-align: center !important;
      padding: 0 0 15px 0 !important; }
    #reg-tabs-content .signup .error-message {
      color: #A7101A;
      text-align: center !important;
      padding: 0 0 15px 0 !important; }
    #reg-tabs-content .signup .field-reg_above_18 .error-message {
      margin: 15px 0 0; }
    #reg-tabs-content .reg-field .form-field {
      width: 100% !important;
      margin: 0 0 10px;
      padding: 0; }
    #reg-tabs-content .reg-field div.checkbox-type .asterisk {
      color: #3D3B36; }
    #reg-tabs-content .reg-field div.checkbox-type .label {
      display: inline-block;
      float: none;
      margin: 0 0 0 5px !important;
      max-width: 80%; }
    #reg-tabs-content .reg-field .button {
      width: 100% !important;
      margin: 20px auto !important; } }

@media screen and (min-width: 500px) and (max-width: 960px) {
  .product_list.normal .product-list-item {
    height: 345px; }
    .product_list.normal .product-list-item.first {
      margin-top: 100px; } }

#delivery-mode-container .step_3 div.delivery-day, #delivery-mode-container .step_3 divdelivery-date {
  padding-right: 25px !important; }

#delivery-mode-container .delivery-mode-header {
  position: relative;
  border-bottom: 2px solid #C1C1C1; }
  #delivery-mode-container .delivery-mode-header div {
    height: 50px;
    font-size: 16px;
    padding: 20px 0; }
    #delivery-mode-container .delivery-mode-header div.left-arrow, #delivery-mode-container .delivery-mode-header div.right-arrow {
      position: absolute;
      padding: 20px;
      display: none; }
      #delivery-mode-container .delivery-mode-header div.left-arrow.active, #delivery-mode-container .delivery-mode-header div.right-arrow.active {
        color: #CABC97;
        display: block;
        cursor: pointer; }
    #delivery-mode-container .delivery-mode-header div.left-arrow {
      top: 0;
      left: 0; }
    #delivery-mode-container .delivery-mode-header div.right-arrow {
      top: 0;
      right: 0; }
    #delivery-mode-container .delivery-mode-header div.delivery-time-interval {
      color: #222222;
      margin: 0 auto;
      text-align: center;
      display: block; }

#delivery-mode-container .delivery-item {
  position: relative;
  width: 100%;
  border-bottom: 2px solid #C1C1C1; }
  #delivery-mode-container .delivery-item.step_2 div {
    display: inline-block; }
    #delivery-mode-container .delivery-item.step_2 div.delivery-day, #delivery-mode-container .delivery-item.step_2 div.delivery-date, #delivery-mode-container .delivery-item.step_2 div.delivery-interval, #delivery-mode-container .delivery-item.step_2 div.delivery-check {
      line-height: 20px;
      padding: 20px 0; }
    #delivery-mode-container .delivery-item.step_2 div.delivery-day {
      padding-left: 5px;
      width: 30%; }
    #delivery-mode-container .delivery-item.step_2 div.delivery-check {
      float: right;
      padding-right: 5px; }
    #delivery-mode-container .delivery-item.step_2 div.delivery-interval {
      float: right;
      padding-right: 10px; }
  #delivery-mode-container .delivery-item.step_3 div {
    display: inline-block; }
    #delivery-mode-container .delivery-item.step_3 div.delivery-day, #delivery-mode-container .delivery-item.step_3 div.delivery-date, #delivery-mode-container .delivery-item.step_3 div.delivery-interval, #delivery-mode-container .delivery-item.step_3 div.delivery-check {
      line-height: 20px;
      padding: 5px; }
    #delivery-mode-container .delivery-item.step_3 div.delivery-day {
      padding-top: 20px; }
    #delivery-mode-container .delivery-item.step_3 div.delivery-date {
      padding-bottom: 20px; }
    #delivery-mode-container .delivery-item.step_3 div.delivery-check {
      float: right; }
    #delivery-mode-container .delivery-item.step_3 div.delivery-interval {
      float: right;
      padding: 20px 10px 20px 0; }
  #delivery-mode-container .delivery-item.active {
    background-color: #EEEBDB; }

.column.grid-15 #delivery-mode-container {
  width: 323px; }

@media only screen and (max-width: 800px) {
  .delivery-item.step_2 div.delivery-day {
    width: 30% !important; }
  #delivery-mode-container {
    width: 100%; }
  .checkbox-fixer .delivery-block.label {
    float: left;
    width: 60%;
    text-align: left; }
  .checkbox-fixer .delivery-block.content {
    display: inline-block;
    width: auto; } }

@media only screen and (max-width: 340px) {
  .delivery-item.step_2 div {
    font-size: 12px !important; }
    .delivery-item.step_2 div.delivery-day {
      width: 25% !important; } }

@media only screen and (max-width: 800px) {
  .container.header #search-input {
    position: fixed;
    left: 20px;
    top: 57px; } }

#most-akcios, #mobile-title-otos, #mobile-title-harmas, #mobile-title-csak_neked, #mobile-title-link {
  display: none; }

@media only screen and (max-width: 800px) {
  .container.main .inner-wrapper {
    display: flex;
    flex-direction: column; }
    .container.main .inner-wrapper div:nth-of-type(1) {
      order: 1; }
    .container.main .inner-wrapper div:nth-of-type(2) {
      order: 2; }
    .container.main .inner-wrapper div:nth-of-type(3) {
      order: 4; }
    .container.main .inner-wrapper div:nth-of-type(4) {
      order: 5; }
    .container.main .inner-wrapper div:nth-of-type(5) {
      order: 6; }
    .container.main .inner-wrapper div:nth-of-type(6) {
      order: 11; }
    .container.main .inner-wrapper div:nth-of-type(7) {
      order: 12; }
    .container.main .inner-wrapper div:nth-of-type(8) {
      order: 3; }
    .container.main .inner-wrapper div:nth-of-type(9) {
      order: 7; }
    .container.main .inner-wrapper div:nth-of-type(10) {
      order: 8; }
    .container.main .inner-wrapper div:nth-of-type(11) {
      order: 9; }
    .container.main .inner-wrapper div:nth-of-type(12) {
      order: 10; }
  #mobile-title {
    display: block;
    font-weight: bold;
    font-size: 16px !important;
    color: #3D3B36;
    text-align: center;
    padding: 15px 0;
    border-top: 2px solid #3D3c36;
    border-bottom: 2px solid #3D3c36;
    font-family: Georgia, Times;
    background: #ffffff url("/images/szazalekjel.png") no-repeat right top; }
    #mobile-title span {
      color: #A69F47;
      font-weight: normal;
      font-family: Georgia, Times; }
  #search-result:hover {
    max-height: 400px; }
  #search-button {
    background: url(/images/svg/search-icon-gold.svg) no-repeat center center !important; }
  .reference_container {
    border-top: none !important;
    padding-top: 0; }
    .reference_container .reference_list {
      border-bottom: none !important; }
      .reference_container .reference_list li a {
        padding: 10px 0 !important;
        margin: 0 10px !important;
        font-family: Georgia, Times; }
        .reference_container .reference_list li a.active {
          border-bottom: 2px solid #A69F47; }
  .reference_container {
    margin-top: 0; }
    .reference_container .reference .refLeft {
      position: unset;
      top: 0; }
  #most-akcios {
    display: block; }
    #most-akcios .mobile-subtitle {
      font-weight: bold;
      font-size: 16px !important;
      text-align: center;
      padding: 25px 0 0;
      font-family: Georgia, Times; }
    #most-akcios .reference_container {
      border-top: none;
      margin-top: 0;
      margin-bottom: 0; }
    #most-akcios .ref {
      margin: 0 auto 20px;
      width: 70%;
      display: block; }
      #most-akcios .ref a {
        position: relative;
        display: block; }
        #most-akcios .ref a span {
          display: block;
          text-align: center;
          position: absolute;
          top: 49%;
          width: 100%;
          font-size: 16px !important;
          font-weight: bold;
          color: #FFFFFF;
          text-transform: uppercase;
          font-family: Georgia, Times; }
    #most-akcios .more-container {
      padding: 10px 0 25px;
      text-align: center;
      font-size: 16px; }
  #mobile-title-otos {
    border-top: 2px solid #3D3c36;
    display: block;
    font-weight: bold;
    color: #3D3B36;
    font-size: 16px !important;
    text-align: center;
    padding: 30px 0 25px;
    font-family: Georgia, Times; }
  #mobile-title-csak_neked {
    border-top: 2px solid #3D3c36;
    display: block;
    font-weight: bold;
    color: #3D3B36;
    font-size: 16px !important;
    text-align: center;
    padding: 30px 0 0;
    font-family: Georgia, Times; }
  .main-table.cells5 {
    border-top: none !important;
    padding-top: 0; }
  #mobile-title-harmas {
    border-top: 2px solid #3D3c36;
    display: block;
    font-weight: bold;
    color: #3D3B36;
    font-size: 16px !important;
    text-align: center;
    padding: 25px 0 10px;
    font-family: Georgia, Times; }
  #mobile-title-link {
    display: block;
    color: #A69F47 !important;
    font-size: 12px !important;
    text-align: center;
    padding: 0 0 25px;
    font-family: Georgia, Times; }
  .product_list .product-list-item {
    margin-bottom: 10px; } }

.container.header {
  overflow: visible !important; }

.main-table .main-table-cell:first-child {
  margin: 0 0 10px 0px; }

.main-table .main-table-cell.cell-1 {
  margin: 0 0 10px 0px; }

#login-panel-button .button-holder {
  width: 100%; }
  #login-panel-button .button-holder .button {
    width: 100%; }
    #login-panel-button .button-holder .button .inverse {
      width: 100%; }

.choices .choice {
  width: 230px; }

.expressWarning {
  width: 500px; }

#headInfoRow {
  border-bottom: 2px #C6B193 solid;
  width: 100%; }
  #headInfoRow .headInfoRowInner {
    width: 100%;
    max-width: 960px;
    padding: 9px 0;
    margin: 0 auto;
    max-height: 77px;
    min-height: 55px;
    overflow: hidden; }
    #headInfoRow .headInfoRowInner .headInfoRowLeft {
      background: url(/images/info.png) no-repeat left center;
      width: 630px;
      font-size: 12px;
      float: left;
      padding-left: 50px;
      min-height: 33px; }
    #headInfoRow .headInfoRowInner .headInfoRowRight {
      margin: 0;
      padding-top: 6px;
      text-align: right;
      width: 279px;
      float: right; }
    @media only screen and (max-width: 800px) {
      #headInfoRow .headInfoRowInner {
        margin: 65px 0 0 0;
        max-height: inherit; }
        #headInfoRow .headInfoRowInner .headInfoRowLeft, #headInfoRow .headInfoRowInner .headInfoRowRight {
          background-position-x: 10px;
          width: 100%;
          padding: 0 10px 0 55px;
          box-sizing: border-box; }
        #headInfoRow .headInfoRowInner .headInfoRowRight {
          padding-top: 10px; } }

.magazine .main-pic {
  margin-top: 15px; }

.magazine h1 {
  font-size: 34px;
  padding: 60px 0 5px; }

.magazine h2 {
  font-family: Georgia, Times;
  font-size: 26px;
  line-height: 1.2;
  font-weight: normal; }

.magazine p, .magazine b, .magazine span {
  font-size: 16px;
  line-height: 150%; }

.magazine .magazineLead p, .magazine .magazineLead b, .magazine .magazineLead span {
  font-size: 16px;
  line-height: 140%; }

@media only screen and (max-width: 800px) {
  .magazine h1 {
    font-size: 30px;
    padding: 20px 20px 5px; }
  .magazine h2 {
    font-family: Georgia, Times;
    font-size: 26px;
    font-weight: normal; }
  .magazine .magazineLead {
    padding: 0 20px; } }

.magazineImages {
  clear: both;
  display: block;
  width: 100%;
  margin: 15px 0; }
  .magazineImages:after {
    content: '';
    display: table;
    clear: both;
    width: 100%; }
  .magazineImages .magazineImage {
    padding: 10px 0;
    max-width: 50%; }
    .magazineImages .magazineImage.floatLeft {
      float: left; }
    .magazineImages .magazineImage.floatRight {
      float: right; }
  @media only screen and (max-width: 800px) {
    .magazineImages {
      width: 100%;
      margin: 15px auto; }
      .magazineImages .magazineImage {
        max-width: 100%;
        padding: 5px 0;
        float: none !important; } }

@media only screen and (max-width: 800px) {
  .magazine-archive {
    width: 100%; } }

.delivery-container .couponCodeBlock .delivery-block .input_text.coupon_code {
  width: 90px; }
  @media only screen and (max-width: 800px) {
    .delivery-container .couponCodeBlock .delivery-block .input_text.coupon_code {
      width: 94%; } }

@media only screen and (max-width: 800px) {
  .delivery-container .couponCodeBlock .delivery-block.content {
    width: 100%; } }

.delivery-container .couponCodeBlock .couponDesc {
  width: 380px; }

@media only screen and (max-width: 800px) {
  .delivery-container .couponCodeBlock {
    margin-right: -20px; } }

.club-price-block {
  margin-top: -24px;
  margin-right: 2px;
  float: right; }
  .club-price-block span {
    font-family: Avenir, Arial;
    color: #3D3c36; }
  .club-price-block .club-price-label {
    color: #aaaaaa;
    padding-bottom: 10px;
    line-height: 150%; }
  .club-price-block .club-price {
    font-size: 16px;
    display: inline-block; }

.ui-widget-content.ui-front {
  z-index: 1234; }

form #phone {
  padding-left: 70px; }
  form #phone.error {
    text-align: left;
    border-color: red; }

form .error-msg {
  float: right;
  display: inline-block;
  color: #dd3333;
  padding-top: 4px; }

form .valid-msg {
  float: right;
  display: inline-block;
  color: #339933;
  padding-top: 4px; }

#new_address .iti {
  display: block; }

#new_address input {
  width: 100%; }

#new_address ._customselect {
  width: 100% !important; }

#new_address .errorMsg {
  display: none; }

#new_address .ui-widget {
  padding-top: 10px; }

#new_address .street-error .errorMsg {
  font-weight: bold;
  color: #ff5555;
  display: block;
  position: absolute;
  margin-top: -17px; }

.hiddenWithoutZip input {
  opacity: 0.7;
  background: #dddddd;
  pointer-events: none; }

.hiddenWithoutZip.active input {
  opacity: 1;
  background: #fff;
  pointer-events: all; }
  .hiddenWithoutZip.active input#city {
    opacity: 0.7;
    background: #dddddd;
    pointer-events: none; }

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
  max-height: 190px;
  overflow-y: auto;
  overflow-x: hidden; }

#order_home_delivery .addressModAlert {
  padding-right: 20px; }
  #order_home_delivery .addressModAlert .addressModNotification {
    padding-right: 20px; }

.addressModAlert {
  padding: 20px; }
  .addressModAlert .addressModNotification {
    text-align: right;
    font-size: 14px;
    line-height: 32px; }
    .addressModAlert .addressModNotification .button {
      float: right;
      margin-left: 20px; }

/*# sourceMappingURL=responsive.css.map */