@import url('../../font-awesome-4.7.0/css/font-awesome.min.css');
@import 'content.css';
@import 'datepicker.css';

/*** START bootstrap ***/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    color: #888888;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #4ab0d8;
    text-decoration: underline;
}
a:hover,
a:focus {
    color: #000;
    text-decoration: underline;
}
img {
    border: 0;
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt,
dd {
    line-height: 1.42857143;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hidden {
    display: none !important;
}
.text-danger {
    color: #ed284f;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 1px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    max-width: 1140px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.clearfix::before,
.clearfix::after,
.container::before,
.container::after,
.row::before,
.row::after,
.form-horizontal .form-group::before,
.form-horizontal .form-group::after {
    display: table;
    content: " ";
}
.clearfix::after,
.container::after,
.row::after,
.form-horizontal .form-group::after {
    clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}

.col-md-10-sale{
    width: 88%;
}
.col-md-8-sale{
    width: 95%;
}

@media (min-width: 321px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-8-sale {
        width: 63.3333%;
    } 
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 469px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-10-sale{
    width: 87%;
    }
    .col-md-8-sale{
    width: 63.333333%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 769px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        /*width: 58.33333333%;*/
        width: 63%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        /*width: 41.66666667%;*/
        width: 37%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-md-8-sale{
    width: 63.3333333%;
    }
}

@media (min-width: 469px) {
    .reservation__block .col-md-12 {
        width: 100%;
    }
    .reservation__block .col-md-11 {
        width: 91.66666667%;
    }
    .reservation__block .col-md-10 {
        width: 83.33333333%;
    }
    .reservation__block .col-md-9 {
        width: 75%;
    }
    .reservation__block .col-md-8 {
        width: 66.66666667%;
    }
    .reservation__block .col-md-7 {
        width: 58.33333333%;
    }
    .reservation__block .col-md-6 {
        width: 50%;
    }
    .reservation__block .col-md-5 {
        width: 41.66666667%;
    }
    .reservation__block .col-md-4 {
        width: 33.33333333%;
    }
    .reservation__block .col-md-3 {
        width: 25%;
    }
    .reservation__block .col-md-2 {
        width: 16.66666667%;
    }
    .reservation__block .col-md-1 {
        width: 8.33333333%;
    }

    
}

@media (min-width: 1020px) {
    .reservation__block .col-lg-12 {
        width: 100%;
    }
    .reservation__block .col-lg-11 {
        width: 91.66666667%;
    }
    .reservation__block .col-lg-10 {
        width: 83.33333333%;
    }
    .reservation__block .col-lg-9 {
        width: 75%;
    }
    .reservation__block .col-lg-8 {
        width: 66.66666667%;
    }
    .reservation__block .col-lg-7 {
        /*width: 58.33333333%;*/
        width: 63%;
    }
    .reservation__block .col-lg-6 {
        width: 50%;
    }
    .reservation__block .col-lg-5 {
        /*width: 41.66666667%;*/
        width: 37%;
    }
    .reservation__block .col-lg-4 {
        width: 33.33333333%;
    }
    .reservation__block .col-lg-3 {
        width: 25%;
    }
    .reservation__block .col-lg-2 {
        width: 16.66666667%;
    }
     .reservation__block .col-lg-1 {
        width: 8.33333333%;
    }
    
}



@-ms-viewport {
    width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
@media (max-width: 320px) {
    .visible-xs {
        display: block !important;
    }
}
@media (min-width: 321px) and (max-width: 468px) {
    .visible-sm {
        display: block !important;
    }
}
@media (min-width: 469px) and (max-width: 768px) {
    .visible-md {
        display: block !important;
    }
}
@media (min-width: 769px) {
    .visible-lg {
        display: block !important;
    }
}
@media (max-width: 320px) {
    .hidden-xs {
          display: none !important;
    }
}
@media (min-width: 321px) and (max-width: 468px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 469px) and (max-width: 768px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 769px) {
    .hidden-lg {
        display: none !important;
    }
}
.form-control {
    display: block;
    width: 100%;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}
.form-group {
    margin-bottom: 15px;
}
textarea.form-control {
    height: auto;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.pr15 {
    padding-right: 15px !important;
}
.mb0 {
    margin-bottom: 0px !important;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
.btn.btn-primary {
    text-align: center;
    padding: 9px 15px;
    border: none;
    border-bottom: 2px solid #9fb425;
    background-color: #adc330;
    /*background-color: #768C21;*/
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.btn.btn-primary:hover {
    background-color: #9fb425;
    color: #fff;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu::before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}
.dropdown-menu::after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}
.dropdown-menu.dropdown-menu-right::before {
    right: 12px;
    left: auto;
}

.dropdown-menu.dropdown-menu-right::after {
    right: 13px;
    left: auto;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
/*** END bootstrap ***/
/*** START style ***/
body {
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #f9f9f9;
}
.svg-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    max-width: 100%;
}
.myicon-calendar .svg-icon {
    width: 18px;
    height: 20px;
}
.owl-carousel.off {
    display: block;
}
.header__logo {
    padding-top: 15px;
    padding-bottom: 5px;
    width: 100%;
    max-width: 228px;
}
@media screen and (max-width: 699px) {
    .header__logo {
        margin: 0px auto;
    }
}
.homepage .header__logo{
    padding-top: 47px;
    padding-bottom: 15px;
    width: 100%;
    max-width: 278px;
}
.header__slogan {
    text-align: center;
}
.header__slogan strong {
    font-size: 19px;
    font-weight: 600;
    color: #000;
}
.header__phone strong{
    background-color: #adc330;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    padding: 8px 15px;
    vertical-align: middle;
}
.header__phone span{
    color: #adc330;
    font-size: 60px;
    vertical-align: middle;
    padding: 8px 15px;
    display: none;
}
.header__phone {
    padding-bottom: 40px;
}
.homepage .header__phone{
    padding-bottom: 50px;
}
@media (min-width: 700px) {
    .header__slogan {
        padding-bottom: 10px;
    }
    .homepage .header__slogan{
        padding-bottom: 57px;
    }
    .header__title {
        float: left;
    }
    .header__phone {
        float: right;
        /*padding-top: 45px;*/
        padding-top: 22px;
        padding-bottom: 40px;
    }
    .homepage .header__phone{
        padding-top: 100px;
        padding-bottom: 50px;
    }
}
@media (max-width: 700px) {
    .header__title,.header__phone {
        text-align: center;
    }
    .header__slogan {
        padding-bottom: 30px;
    }

}
@media (max-width: 400px) {
    .header__phone strong{
        font-size: 24px;
    }
}
.top-menu {
    background-color: #4ab0d8;
    border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    padding-top: 10px;
    position: relative;
}
.top-menu__toggler {
    margin-left: 20px;
    line-height: 60px;
    padding-bottom: 10px;
    padding-left: 22px;
    padding-right: 22px;
    cursor: pointer;
    float: left;
}
.top-menu__toggler .svg-icon {
    fill: #fff;
}
.top-menu__toggler .bars {
}
.top-menu__toggler .bars .svg-icon {
    width: 24px;
    height: 18px;
}
.top-menu__toggler .close {
    display: none;
}
.top-menu__toggler .close .svg-icon {
    width: 18px;
    height: 18px;
}
.top-menu.open .top-menu__toggler .bars {
    display: none;
}
.top-menu.open .top-menu__toggler .close {
    display: block
}
@media (min-width: 769px) {
    .top-menu__toggler {
        display: none;
    }
}
.top-menu__list {
    display: none;
    position: absolute;
    top: 80px;
    left: 0px;
    background-color: #4ab0d8;
    z-index: 5;
    width: 100%;
}
.top-menu.open .top-menu__list {
    display: block;
}
@media (min-width: 769px) {
    .top-menu__list {
        margin-left: 20px;
        display: block;
        position: static;
        top: auto;
        left: auto;
        width: auto;
        float: left;
    }
}
.top-menu__list ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.top-menu__list li {
    display: block;
}
@media (min-width: 769px) {
    .top-menu__list li {
        float: left;
    }
}
.top-menu__list li a {
    line-height: 70px;
    display: block;
    font-size: 19px;
    color: #fff;
    font-weight: 600;
    padding-left: 22px;
    padding-right: 22px;
    text-decoration: none;
    height: 70px;
}
@media (min-width: 769px) {
    .top-menu__list li a {
        line-height: 60px;
        padding-bottom: 10px;
    }
}
.top-menu__list .active a {
    background-color: #fff;
    color: #4ab0d8;
}
@media (min-width: 769px) {
    .top-menu__list .active a {
        border-top-left-radius: 3px;
        -moz-border-top-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        -moz-border-top-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
    }
}
.lang-switcher {
    margin-right: 20px;
    float: right;
}
.lang-switcher ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.lang-switcher > ul > li {
    float: left;
}
.lang-switcher a.dropdown-toggle {
    line-height: 60px;
    display: block;
    font-size: 19px;
    color: #fff;
    font-weight: 600;
    padding-left: 22px;
    padding-right: 22px;
    text-decoration: none;
    text-transform: uppercase;
    height: 70px;
    padding-bottom: 10px;
}
.lang-switcher .dropdown-menu {
    padding: 5px 0;
}
.lang-switcher .dropdown-menu {
    border: 1px solid #eeeeee;
}
.lang-switcher .dropdown-menu::before {
    border-bottom-color: #eeeeee;
}
.lang-switcher .dropdown-menu a {
    text-decoration: none;
    color: #888888;
    font-weight: 700;
}

@media (min-width: 769px) {
    @media (max-width: 1100px) {
        .top-menu{height: 70px;}
        .top-menu__list li a{
            padding: 0 10px 10px;
            font-size: 18px;
            line-height: 50px;
            height: 60px;
        }
        .lang-switcher a.dropdown-toggle{
            font-size: 18px;
            padding: 0 10px;
            height: 60px;
            line-height: 50px;
        }
    }
    @media (max-width: 850px) {
        .top-menu{height: 70px;}
        .top-menu__list li a{
            padding: 0 8px 10px;
            font-size: 17px;
        }
        .lang-switcher a.dropdown-toggle{
            font-size: 17px;
            padding: 0 8px;
        }
    }
}
.navigation {
    padding-bottom: 30px;
}
.navigation__block {
    padding: 20px 40px;
    background-color: #fff;
    /*box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05); 
    -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05); 
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;*/
}
.navigation__block ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.navigation__block li {
    float: left;
    position: relative;
    display: block;
    padding: 5px 25px 5px 0px;
}
.navigation__block li::after {
    content: "\f105";
    height: 22px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 10px;
    font-family: "FontAwesome", sans-serif;
    color: #959595;
    padding-top: 3px;
}
.navigation__block li:last-child::after {
    display: none;
}
.navigation__block a,
.navigation__block span {
    line-height: 22px;
    display: inline-block;
    position: relative;
    color: #959595;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
}
.navigation__block a:hover {
    text-decoration: underline;
}
.search2 {
    padding-bottom: 58px;
}
.search2__block {
    padding: 20px 19px;
    background-color: #fff;
    /*background-color: #C8E664;*/
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05); 
    -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05); 
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
@media (min-width: 769px) {
    .search2__block {
        padding: 39px 38px;
    }
}
.search2__block form {
    padding: 0px;
    margin: 0px;
}
.search2__block .checkbox label {
    color: #888888;
    font-size: 14px;
}
.search2__block .form-horizontal .control-label {
    color: #888888;
    font-size: 14px;
    text-align: left;
    padding-top: 12px;
}
.search2__block .form-group {
    margin-bottom: 10px;
}
.search2__block .select-wrapper {
    position: relative;
    background-color: #eee;
    /*background-color: #fff;*/
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.search2__block .select-wrapper::before {
    content: "\f0d7";
    display: block;
    font-family: "FontAwesome", sans-serif;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: #7f7f7f;
    z-index: 1;
}
.search2__block .form-control {
    background-color: transparent;
    border-color: transparent;
    padding: 6px 20px;
    height: 40px;
    font-weight: 600;
    color: #666666;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    position: relative;
    z-index: 2;
    line-height: 26px;
}
.search2__block .form-control::-ms-expand {
    display: none;
}
.custom__filter .checkbox label{
    display: block;
}
.custom__filter input.form-control{
    background-color: #eee;
    /*background-color: #fff;*/
    border-radius: 3px;
}
.custom__filter .form-controll-small-container:after{
    content: ' ';
    width: 100%;
    display: block;
    clear: both;
}

@media (min-width: 750px) {
    .search__contents .custom__filter .form-controll-small-container {
        width: 50%;
        float: left;
    }
    .search__contents .custom__filter .form-controll-small-container label{
        text-align: center;
    }
}
@media (max-width: 750px) {
    .search__contents .custom__filter .form-controll-small-container {
        width: 100%;
    }
    .search__contents .custom__filter .form-controll-small-container:last-child {
        margin-top: 10px;
    }
}

@media (min-width: 1020px) {
    .search2 .custom__filter .form-controll-small-container {
        width: 50%;
        float: left;
    }
    .search2 .custom__filter .form-controll-small-container label{
        text-align: center;
    }
}
@media (max-width: 1020px) {
    .search2 .custom__filter .form-controll-small-container {
        width: 100%;
    }
    .search2 .custom__filter .form-controll-small-container:last-child {
        margin-top: 10px;
    }
}

.custom__filter .form-controll-small-container label{
    display: inline-block;
    width: 40px;
    margin: 0;
    line-height: 36px;
}
.custom__filter .form-controll-small-container input{
    display: inline-block;
    width: 100%;
    padding: 6px 10px;
    text-align: center;
}
.item-sm {
    text-align: left;
    background-color: #fff;
    border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    position: relative;
}
.item-sm::after {
    content: " ";
    display: block;
    clear: both;
}
.item-sm__img {
    position: relative;
    overflow: hidden;
}
.item-sm__img img {
    /*border-top-right-radius: 3px;*/
    /*-moz-border-top-right-radius: 3px;*/
    /*-webkit-border-top-right-radius: 3px;*/
    /*border-top-left-radius: 3px;*/
    /*-moz-border-top-left-radius: 3px;*/
    /*-webkit-border-top-left-radius: 3px;*/
    transition: all 0.3s ease;
}
.item-sm:hover .item-sm__img img {
    -webkit-transform: scale(1.05) rotate(1deg);
    -ms-transform: scale(1.05) rotate(1deg);
    transform: scale(1.05) rotate(1deg);
}
.item-sm__price {
    position: absolute;
    bottom: 15px;
    right: 19px;
    color: #fff;
    font-size: 14px;
}
.item-sm__price span.typ {
    font-size: 13px;
}
.item-sm__price strong {
    font-size: 19px;
}
.item-sm__info {
    height: 120px;
    padding: 19px 17px 0 17px;
}
.item-sm__title {
    padding-bottom: 14px;
}
.item-sm__title h3 {
    margin: 0px;
    padding: 0px;
}
.item-sm__title h3 a {
    font-size: 19px;
    font-weight: 700;
    color: #888888;
    text-decoration: none;
}
.item-sm__title h3 a:hover {
    color: #000;
}
.item-sm__desc {
    line-height: 20px;
    font-size: 15px;
    max-height: 100px;
    overflow: hidden;
}
.offers__contents .item-sm__desc {
    max-height: 60px;
}
.item-sm__action {
    position: absolute;
    bottom: -20px;
    text-align: center;
    width: 100%;
}
.item-sm__action {
    
}
.item-sm__action .btn {
    padding-right: 42px;
    position: relative;
}
.item-sm__action .svg-icon {
    width: 21px;
    height: 14px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.item-sm__more{
    text-align: right;
    padding-bottom: 20px;
    padding-right: 20px;
}
.item-sm__more a{
    font-weight: bold;
    color:#888;
    text-decoration: none;
}
.item-sm__img .item-sm__black_curtain{
    bottom: 0;
    left: 0;
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.35s ease 0s;
    background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #000 98%, #000) repeat scroll 0 0;
}
.item-sm > a > h3 {
    color: #fff;
    background-color: #4ab0d8;
    margin: 0;
    padding: 12px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    height: 84px;
    text-decoration: none;

    border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
}
#subcategories .item-sm > a > h3 {
    height: 65px;
}
.item-sm > a {
    text-decoration: none;
}
.item-sm > a:hover {
    text-decoration: none;
}

.box-sm {
    text-align: left;
    background-color: #fff;
    border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    position: relative;
}
.box-sm__img {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
}
.box-sm__img img {
    transition: all 0.3s ease;
}
.box-sm__img:hover img {
    -webkit-transform: scale(1.05) rotate(1deg);
    -ms-transform: scale(1.05) rotate(1deg);
    transform: scale(1.05) rotate(1deg);
}
.box-sm__img i {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}
.box-sm__img i::after {
    transform: rotate(45deg);
    background-color: #fff;
    content: " ";
    display: block;
    width: 24px;
    height: 24px;
}
.box-sm__title--lg {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(237, 40, 79, 0.15);
    background: -webkit-linear-gradient(transparent, #000);
    background: -o-linear-gradient(transparent, #000);
    background: -moz-linear-gradient(transparent, #000);
    background: linear-gradient(transparent, #000);
}
.box-sm__title--lg h3 {
    font-size: 19px;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 19px;
    text-decoration: none;
    padding: 45px 40px;
}
.box-sm__info {
    padding: 29px 21px;
}
@media (min-width: 469px) {
    .box-sm__info {
        padding: 25px 40px;
    }
    .header__phone span{
        display: inline;
    }
}
@media (min-width: 769px) {   
    .box-sm__info {
        padding: 29px 40px;
        height: 154px;
        overflow: hidden;
    }
}
.box-sm__title--sm {
    
}
.box-sm__title--sm h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    position: relative;
    color: #666666;
    font-weight: 700;
    font-size: 19px;
    text-decoration: none;
    line-height: 24px;
}
.box-sm__abstract {
    line-height: 24px;
    font-size: 16px;
    color: #888888;
    overflow: hidden;
    max-height: 100px;
}
.box-sm__abstract p {
    margin: 0px;
}
.box-sm__desc {
    line-height: 20px;
    font-size: 14px;
}
.facilities {
    background-color: #4ab0d8;
    padding-top: 62px;
    padding-bottom: 71px;
}
@media (min-width: 321px) {
    .facilities {
        padding-bottom: 60px;
    }
}
@media (min-width: 769px) {
    .facilities {
        padding-bottom: 96px;
    }
}
.facilities__block {
    position: relative;
    
}
@media (min-width: 321px) {
    .facilities__block {
        border: 2px solid #77c4e2;
        padding: 55px 38px 25px 38px;
    }
}
@media (min-width: 469px) {
    .facilities__block {
        padding: 57px 54px 37px 54px;
    }
}
.facilities__title {
    
}
@media (min-width: 321px) {
    .facilities__title {
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        transform: translateY(-50%);
        text-align: center;
    }
}
.facilities__title h2 {
    font-family: 'Domine', sans-serif;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    text-align: center;
    padding-bottom: 45px;
}
@media (min-width: 321px) {
    .facilities__title h2 {
        display: inline-block;
        padding-bottom: 0px;
        font-size: 35px;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #4ab0d8;
    }
}
@media (min-width: 769px) {
    .facilities__title h2 {
        padding-left: 39px;
        padding-right: 39px;
    }
}
.facilities__list {
    
}
.facilities__list ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    -webkit-columns: 4 11em;
    -moz-columns: 4 11em;
    columns: 4 11em;
}
@media (min-width: 321px) {
    .facilities__list ul {
        margin-right: -15px;
        margin-left: -15px;
    }
}
.facilities__list li {
    width: 100%;
    display: block;
    padding-bottom: 20px;
    -moz-column-break-inside:avoid;
    -webkit-column-break-inside:avoid;
    column-break-inside:avoid;
    white-space: nowrap;
}
@media (min-width: 321px) {
    .facilities__list li {
        /*float: left;
        width: 50%;*/
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 469px) {
    .facilities__list li {
        /*width: 33.33333333%;*/
    }
}
@media (min-width: 769px) {
    /*.facilities__list li {
        width: 25%;
    }*/
}
.facilities__list a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.facilities__list a:hover {
    text-decoration: underline;
}
footer {
    
}
.footer__top {
    padding-top: 47px;
    padding-bottom: 30px;
    position: relative;
}
@media (min-width: 769px) {
    .footer__top {
        padding-bottom: 40px;
    }
}
.footer__newsletter {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.footer__newsletter .unsubscribe {
    font-size: 12px;
    margin-top: 10px;
}
@media (min-width: 469px) {
    .footer__newsletter {
        width: auto;
    }
}
.newsletter__form {
    position: relative;
}
.newsletter__form form {
    padding: 0px;
    margin: 0px;
}
.newsletter__input {
    
}
.newsletter__input input {
    border: none;
    background-color: #fff;
    height: 58px;
    width: 100%;
    padding-left: 25px;
    padding-right: 83px;
    border-radius: 3px;
    color: #aaaaaa;
    font-size: 16px;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 469px) {
    .newsletter__input input {
        width: 434px;
    }
}
.newsletter__input input::-webkit-input-placeholder {
    color: #aaaaaa;
    font-size: 16px;
}
.newsletter__input input:-moz-placeholder {
    color: #aaaaaa;
    font-size: 16px;
    opacity: 1;
}
.newsletter__input input::-moz-placeholder {
    color: #aaaaaa;
    font-size: 16px;
    opacity: 1;
}
.newsletter__input input:-ms-input-placeholder {
    color: #aaaaaa;
    font-size: 16px;
}
.newsletter__input input::-ms-input-placeholder {
    color: #aaaaaa;
    font-size: 16px;
}
.newsletter__btn {
    position: absolute;
    right: 0px;
    top: 0px;
}
.newsletter__btn button {
    width: 58px;
    height: 58px;
    background: none;
    background-color: #adc330;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.newsletter__btn .svg-icon {
    width: 26px;
    height: 24px;
    color: #fff;
}
.footer__header {
    border-bottom: 2px solid #eeeeee;
}
.footer__header h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    padding-top: 22px;
    padding-bottom: 22px;
    font-weight: 600;
}
.footer__content {
    
}
.social ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.social li {
    margin-right: 17px;
    display: inline-block;
    vertical-align: top;
}
@media (min-width: 769px) {
    .social li {
        display: block;
        float: left;
        margin-right: 17px;
    }
}
.social li:last-child {
    margin-right: 0px;
}
.social a {
    display: block;
}
.social .facebook {
    padding-top: 2px;
}
.social .google-plus {
    padding-top: 6px;
}
.social .svg-icon {
    fill: #dddddd;
}
.social .facebook .svg-icon {
    width: 28px;
    height: 28px;
}
.social .instagram .svg-icon {
    width: 31px;
    height: 31px;
}
.social .youtube .svg-icon {
    width: 31px;
    height: 31px;
}
.social .google-plus .svg-icon {
    width: 30px;
    height: 19px;
}
.social a:hover .svg-icon {
    fill: #000;
}
.footer__column {
    
}
.column__title {
    
}
.column__title h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    padding-top: 22px;
    padding-bottom: 11px;
    font-weight: 600;
    text-align: center;
}
.column__content {
    padding-top: 19px;
}
.column__content table {
    border-collapse: collapse;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
}
.column__content table tr td:first-child {
    min-width: 100px;
    width: 100px;
}
.footer__bottom {
    border-top: 2px solid #eeeeee;
    background-color: #fff;
}
.footer__copyright,
.footer__author {
    padding-top: 22px;
    text-align: center;
    line-height: 20px;
}
.footer__copyright {
    padding-bottom: 0px;
}
.footer__copyright p {
    margin: 0;
}
@media (min-width: 769px) {
    .footer__copyright {
        padding-bottom: 22px;
        text-align: left;
    }
}
.footer__author {
    padding-bottom: 22px;
    font-size: 12px;
    text-transform: uppercase;
    color: #aaaaaa;
    font-weight: 700;
}
@media (min-width: 769px) {
    .footer__author {
        text-align: right;
    }
}
.footer__author a {
    text-decoration: none;
    color: #aaaaaa;
}
.cookies-usage {
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background-color: #fff;
    border-top: 2px solid #4ab0d8;
    padding: 10px;
    z-index: 20;
}
.cookies-usage__text,
.cookies-usage__actions {
    text-align: center;
}
.cookies-usage__text {
    padding-bottom: 10px;
}
.col-item-altProduct{
    width: 50%;
    display: inline-block; 
    padding: 15px;
    box-shadow: unset !important
}
@media (min-width: 769px) {
    .cookies-usage__text {
        padding-top: 10px;
        text-align: left;
    }
    .cookies-usage__actions {
        text-align: right;
    }
    .col-item-altProduct{
        width: 25%;
    }
}
.cookies-usage__more-info {
    margin: 0 5px;
}
.cookies-usage__agree {
    margin: 0 5px;
    text-align: center;
    padding: 9px 15px;
    border: none;
    border-bottom: 2px solid #9fb425;
    background-color: #adc330;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.cookies-usage__agree:hover {
    background-color: #9fb425;
    color: #fff;
}
/*** END style ***/
/*** START old styles ***/
#main {
    padding-top: 40px;
    padding-bottom: 40px;
}
.loading-16 { background:url("/public/themes/images/loading-16.gif") no-repeat center center #FFF; }
.loading-24 { background:url("/public/themes/images/loading-24.gif") no-repeat center center #FFF; }
.loading-32 { background:url("/public/themes/images/loading-32.gif") no-repeat center center #FFF; }
.loading-64 { background:url("/public/themes/images/loading-64.gif") no-repeat center center #FFF; }
.loading-top { background-position: top center; }

.no-indent    { padding:0; }

.indent       { padding:15px; }
.indent-box   { padding:15px 30px; }
.indent-box-row { padding:5px 30px; }
.indent-row   { padding:5px 15px; }
.indent-small { padding:5px 10px; }
.indent-cell  { padding:3px; }
span.indent, strong.indent, label.indent { display: inline-block; }

.ucase { text-transform: uppercase; }

.line-through { text-decoration: line-through; }

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

.fs-xlarge   { font-size: 1.6em; }
.fs-xxlarge  { font-size: 2.2em; }
.fs-null   { font-size: 0; }

.fr { float:right; }
.fl { float:left; }

.nowrap { white-space: nowrap; }

.pointer { cursor: pointer; }

.bold { font-weight: bold; }
.green  { color:#ed284f; }

.block { background: #efefef; }
.block-light { background: #FFF; }
.block-green { background: #54B948; color:#FFF; }
.block-red { background: #e92700; color:#FFF; }
.block-red .invert { color:#5b0f01; }
.block-silver { background: #F8F8F8; }
.block-light-dark { background: #DADADA; }
.block-dark { background: #A9A9A9; color:#FFF; }

.shadow { box-shadow:0 0 15px rgba(0,0,0,0.10); }
.shadow-big { box-shadow:0 0 40px rgba(0,0,0,0.20); }

.spinner { padding-left:0; padding-right:0; text-align: center; }
.btn-spinner { padding:0 10px; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

#overlay { position:absolute; top:0; left:0; background:#000; display:none; z-index:10002; }

/*
 * REPORTS
 */
.report { min-height:18px; _height:18px; text-align:left; margin:0 auto 5px auto; color:#000000; font-size:1.3em; padding:5px 25px 5px 40px; position:relative; background:none; z-index:1; }
.report span.ico { display:block; width:29px; height:27px; margin:1px 3px 1px 1px; background:url('/public/themes/images/reports.png') no-repeat top left; position:absolute; top:0; left:0; z-index:2; }
.report span.ico-OK    { background-position:0 0; }
.report span.ico-ERROR { background-position:-36px 0; }
.report span.ico-INFO  { background-position:-72px 0; }
.report span.ico-ALERT { background-position:-108px 0; }
.report span.ico-HELP  { background-position:-144px 0; }

#reports { background:#FFF; padding:0; text-align:left; position:absolute; z-index:10003; top:-1000px; zoom: 1; -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.3); -moz-box-shadow: 0 0 50px rgba(0,0,0,0.3); box-shadow: 0 0 50px rgba(0,0,0,0.3); }
#reports img.close { position:absolute; top:11px; right:12px; z-index:10003; cursor:pointer; }
div.report-title { font-size: 16px; font-weight: bold; padding:9px 15px; }
div.report-title-ERROR { background: #E9573F; color:#FFF; }
div.report-title-ALERT { background: #FAA732; color:#FFF; }
div.report-title-OK { background: #adc330; color:#FFF; }
div.report-title-INFO { background: #4ab0d8; color:#fff; }
div.report-title-HELP { background: #3bb8f5; color:#fff; }

.report-content { padding: 15px; line-height: normal; font-size: 14px; }

#passwordStrength { width:138px; height:7px; background:url('/public/themes/images/progress1.png') no-repeat top left; float:left; margin:0.4em 0.5em 0.3em 0; position: relative; }
#passwordStrength .bar { width:0; height:7px; background:url('/public/themes/images/progress1.png') no-repeat bottom left; }
#passwordStrength .bar span { position:absolute; top:-5px; left:105%; font-size:0.9em; color:#666; }

.processing { max-width:450px; width: 90%; background: url(/public/themes/images/infinity.gif) no-repeat bottom center #FFF; text-align:center; padding:25px 0 90px 0; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius: 5px; box-shadow:0 0 40px rgba(0,0,0,0.20); position:absolute; z-index:9999; }
.processing span { display:block; font-size:1.6em; padding:0 30px; }

#add-to-cart-popup div.deliveryInfo { display: block; }
#add-to-cart-popup div.deliveryProgressbar { display: block; }
#add-to-cart-popup a.btn,
#cart-detail a.btn {
    text-align: center;
    padding: 9px 15px;
    border: 2px solid #ed284f;
    background-color: #ed284f;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}
#add-to-cart-popup a.btn:hover,
#cart-detail a.btn:hover {
    background-color: transparent;
    color: #ed284f;
}

#eshop-cart-items {
    margin-top: 30px;
}

.col-item-category{
    width: 33.33%;
    display: inline-block; 
    padding: 15px;
    box-shadow: unset !important;
}

.col-item-locality{
    width: 32.66%;
    display: inline-block; 
    padding: 15px;
    box-shadow: unset !important;
}

.detail.locality{
    font-size: 16px;
}

@media (min-width: 890px) {
    .col-item-category{
        width: 20%;
    }
    .col-item-locality{
        width: 19.6%;
    }
}
@media only screen and (max-width: 540px) {
    #eshop-cart-items .fs-medium { font-size: 1em; }
    #eshop-cart-items .fs-xlarge { font-size: 1.3em; }
    .col-item-category{ width: 50%; }
    .col-item-locality{ width: 49.4%; }
}
@media (max-width: 360px) {
    .col-item-category{ width: 100%; }
    .col-item-locality{ width: 100%; }
}

#cartCancelAndGiftcard {
    padding: 15px;
    border: 1px solid rgba(183, 183, 183, 0.4);
    margin-bottom: 30px;
}
#cartCancelAndGiftcard input[type="text"],
#deliveryPayment input[type="text"],
#cart-price-summary input[type="text"] {
    border: 2px solid rgba(183, 183, 183, 0.4);
    height: 41px;
    padding: 10px;
}
#cart-price-summary .table > tbody > tr > td,
.table.no-border > tbody > tr > td {
    border-top: none;
}
.table.no-padding > tbody > tr > td:first-child {
    padding-left: 0px;
}
.table.no-padding > tbody > tr > td:last-child {
    padding-right: 0px;
}
#order-summary-checks,
#order-addresses {
    padding-bottom: 20px;
}
#eshop-cart-detail .table > tbody > tr:last-child td {
    border-bottom: 1px solid #ddd;
}
.table > tbody > tr > td {
    border-top: none;
}
.ui-dialog .login__form {
    
}
.ui-dialog .login__form label,
#loginFormDialog label {
    font-weight: 700;
    margin-bottom: 7px;
    display: block;
    font-size: 14px;
}
.ui-dialog .login__form .form-control,
#loginFormDialog .form-control {
    height: 41px;
    padding: 10px;
    border: 1px solid rgba(183, 183, 183, 0.4);
}
.ui-dialog .login__form .form-action {
    padding-bottom: 25px;
}
.ui-dialog .login__form .form-action .btn {
    text-align: center;
    padding: 9px 15px;
    border: 2px solid #ed284f;
    background-color: #ed284f;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}
.ui-dialog .login__form .form-action .btn:hover {
    background-color: transparent;
    color: #ed284f;
}

section.order {
    padding-top: 40px;
    padding-bottom: 40px;
}
#order-steps {
    padding-bottom: 30px;
}
#order-steps .col { float: left;width: 25%; box-sizing: border-box; position: relative; padding:0; color:#888; border-left:1px solid transparent; }
#order-steps .col:first-child { border-left:none; }
#order-steps .col a, #order-steps .col span { border-bottom:5px solid #DDDDDD; color:#888; text-decoration: none; display: block; padding:0 0 10px 0; }
#order-steps .col.active a, #order-steps .col.active span { color:#333333; border-bottom:5px solid #ed284f; }
#order-steps .col.done a, #order-steps .col.done span { color:#333333; border-bottom:5px solid #ed284f; }

@media only screen and (max-width: 880px) {
    #order-steps > .col { font-size: 1.3em; padding-right:25px; }
    #order-steps .col a, #order-steps .col span { padding: 12px 0 12px 15px }
}

@media only screen and (max-width: 680px) {
    #order-steps { background: none; }
    #order-steps > .col { background: #dadada; width:100%; margin:2px 0; padding:0; }
    #order-steps .col a, #order-steps .col span { padding: 7px 15px; border:none; }
    #order-steps .col.active a, #order-steps .col.active span { border:none; background: #ed284f; color:#FFF; }
    #order-steps .col.done a, #order-steps .col.done span {  border:none; background:#ed284f; color:#FFF; }
}
/*** END old styles ***/

#googleMapArea {padding-bottom: 20px;}


.title h1,.title h2 {
    text-align: center;
    padding: 0px;
    margin: 0 0 15px;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #666666;
    font-family: 'Domine', sans-serif;
}
.title h1 {
    font-size: 34px;
}
@media (min-width: 769px) {
    .title h1,.title h2 {
        text-align: right;
        float: left;
    }
}

.content_menu {margin: 0 -15px 30px;}
@media (max-width: 769px) {
    @media (min-width: 320px) {
        .content_menu {margin: 0 0 30px;}
    }
}


.search__content .filter-box{
    /*background-color: #C8E664;*/
}

.search__content--filter .locality-search{
    padding-top: 20px;
}

input[type="checkbox"].checkbox-sale {
    outline: 10px #fff solid;
    /*margin-left: 54px;*/
    margin-left: 0;
    position: relative;
    float: right;


}

.p10{
    padding: 10px;
}
.p12{
    padding: 12px;
}
.pt10{
    padding-top: 10px;
}
.pt12{
    padding-top: 12px;
}
.checkbox label.label-sale{
    padding-left: 0;
}

.pt12 strong{
    width: 70%;
    display: inline-block;
}

.search_full_text{
    padding-top: 10px;
    padding-bottom: 10px;
}

.search_full_text input{
    border: 2px solid #C8E664;
    width: 76%;
    padding: 6px 20px;
    height: 45px;
    font-weight: 600;
}

.search_full_text button:hover, .search_full_text.active button {
    background-color: #888888;
}
.search_full_text button {
    font-weight: 700;
    font-size: 16px;
    background-color: #4ab0d8;
    position: relative;
    margin-top: -3px;
    width: 20%
}
.search_full_text img {
    padding-top: 2px;
}

.container .search_text{
    background-color: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
}
.search_count_products{
    padding-top: 15px;
}

.header__infoLocality{
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background-color: #4AB0D8;
    text-align: center;
    padding: 12px 20px;
}

.video-description{font-size: 15px;}

.item-sm__sale{
     position: absolute;
     top: 5px;
     left: 5px;
     color: #fff;
}

.item-sm__sale .content-box-sale{
    padding: 5px 10px;
    background-color: #d02e2f;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

.results__content .vertical_list{
    /*right: 285px;*/
    top: 214px;
}

#newsletter .form-control {
    background-color: #eee;
    color: #666;
    padding-left: 5px;
    margin-top: 10px;
}

#newsletter .separator {
    margin-bottom: 5px;
}




