

/* Start:/local/templates/hookah/css/bootstrap-select/bootstrap-select.css?157411168812324*/
/*!
 * Bootstrap-select v1.13.9 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2019 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */

select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
  width: auto;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0';
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/*# sourceMappingURL=bootstrap-select.css.map */
/* End */


/* Start:/local/templates/hookah/css/delivery.css?157432282715548*/

/* стили из all.css present4man */

/*
.main-delivery__form {
  padding-top: 21px;
}
.delivery-form {
  background-color: #f3f4f6;
  padding: 30px;
}
@media (max-width: 1159px) {
  .delivery-form {
    padding: 20px;
  }
}
@media (max-width: 989px) {
  .delivery-form {
    padding-top: 15px;
  }
}
@media (max-width: 769px) {
  .delivery-form {
    padding: 10px;
    padding-top: 5px;
  }
}
.delivery-form__inputs .row {
  margin-left: -7px;
  margin-right: -7px;
}
@media (max-width: 989px) {
  .delivery-form__inputs .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.delivery-form__inputs .row + .row {
  margin-top: 14px;
}
.delivery-form__inputs .col-my-set {
  padding-left: 7px;
  padding-right: 7px;
}
@media (max-width: 989px) {
  .delivery-form__inputs .col-my-set {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.delivery-form__chose-dr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 769px) {
  .delivery-form__chose-dr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.delivery-form__choser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 769px) {
  .delivery-form__choser {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 500px) {
  .delivery-form__choser label {
    width: 100%;
  }
}
.delivery-form__choser label input[type="radio"] {
  width: 0;
  height: 0;
  visibility: hidden;
  display: none;
}
.delivery-form__choser label span {
  display: block;
  border: 2px solid #ebebeb;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  color: #777;
  padding-left: 28px;
  letter-spacing: 1.2px;
  padding-top: 11px;
  padding-bottom: 10px;
  padding-right: 28px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.delivery-form__choser label span:hover {
  color: #98d3ff;
  border: 2px solid #98d3ff;
}
.delivery-form__choser label input[type="radio"]:checked + span {
  background-color: #98d3ff;
  border: 2px solid #98d3ff;
  color: #fff;
}
@media (max-width: 769px) {
  .delivery-form__choser + .delivery-form__calculate {
    padding-top: 15px;
  }
}
.delivery-form__calculate-total {
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  color: #777;
  padding-top: 26px;
  letter-spacing: 1px;
  line-height: 24px;
  padding-bottom: 26px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 769px) {
  .delivery-form__calculate-total {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.delivery-form__next-step {
  text-align: center;
  padding-top: 20px;
}
@media (max-width: 769px) {
  .delivery-form__next-step {
    padding-top: 15px;
  }
}
*/

/* /стили из all.css present4man */

.main-delivery__balloon {
		font-size: 13px;
		padding: 10px 12px;
	}
	.main-delivery__balloon > div:first-child {
		padding-bottom: 12px;
		font-size: 16px;
		font-weight: bold;
	}
	.main-delivery__balloon > div:last-child {
		padding-top: 12px;
		color: #AAA;
		font-size: 13px;
	}

	
@media (max-width: 1229px) {
  .main-delivery__form {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px;
  }
}
@media (max-width: 769px) {
  .main-delivery__form {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    margin-top: 0;
  }
}
.main-delivery__form .my-row {
  margin-left: -8px;
  margin-right: -8px;
}
.main-delivery__form .my-col {
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}
.main-delivery__form .my-col .suggest{
      position: absolute;
    top: 55px;
    
    z-index: 2;
    max-width: 100%;
    left: 8px;
        padding: 0 16px 0 0;
    width: 100%;
}
.main-delivery__form .my-col .suggest div{
  background: #fff;
}
.main-delivery__form .my-col .suggest a{
      padding: 8px 16px 8px 16px;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    color:#a8afb6;
    width: 100%;
}
.main-delivery__form .my-col .suggest a:hover, .main-delivery__form .my-col .suggest a:focus{
  background: #f3f4f6;
}
@media (max-width: 989px) {
  .main-delivery__form .my-col {
/*     margin-bottom: 16px; */
  }
}
@media (max-width: 769px) {
  .main-delivery__form .my-col {
/*     margin-bottom: 10px; */
  }
}
.main-delivery__form-calculate {
  padding-top: 30px;
  padding-bottom: 33px;
  border-top: 1px solid #e5e5e5;
  margin-top: 32px;
}
@media (max-width: 989px) {
  .main-delivery__form-calculate {
    margin-top: 16px;
    padding-bottom: 30px;
  }
}
@media (max-width: 769px) {
  .main-delivery__form-calculate {
    text-align: center;
  }
}
.main-delivery__form-calculate-check {
  float: left;
}
#order_form .main-delivery__form-calculate-check{
  float:none; 
}
.delivery_descr_block{
      padding: 16px 0 0;
}
.delivery_descr_block div{
  display: none;
}
.delivery_descr_block div.active{
  display: block;
}
@media (max-width: 989px) {
  .main-delivery__form-calculate-check {
    float: none;
  }
}
@media (max-width: 769px) {
  .main-delivery__form-calculate-check {
    display: inline-block;
  }
}
.main-delivery__form-calculate-check label {
  width: auto;
}
@media (max-width: 989px) {
  .main-delivery__form-calculate-check label {
    width: 50%;
  }
}
@media (max-width: 769px) {
  .main-delivery__form-calculate-check label {
    width: auto;
  }
}
@media (max-width: 600px) {
  .main-delivery__form-calculate-check label {
    width: 100%;
  }
}
.main-delivery__form-calculate-check label span {
  padding-left: 35px;
  padding-right: 35px;
}
.main-delivery__form-calculate-btn {
  float: right;
}
@media (max-width: 989px) {
  .main-delivery__form-calculate-btn {
    float: none;
    text-align: center;
    margin-top: 16px;
  }
}
.main-delivery__form-submit-list {
  background-color: #fff;
  border: 1px solid #eaebed;
  border-top: none;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  font-weight: 300;
  color: #60676c;
  text-align: center;
  font-size: 22px;
  padding-top: 25px;
  padding-left: 35px;
  padding-right: 35px;
  line-height: 35px;
  padding-bottom: 53px;
}
@media (max-width: 1229px) {
  .main-delivery__form-submit-list {
    font-size: 20px;
  }
}
@media (max-width: 989px) {
  .main-delivery__form-submit-list {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 769px) {
  .main-delivery__form-submit-list {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
}
.main-delivery__form-submit-btn {
  text-align: center;
  margin-top: -29px;
}


#choose_one_click_location{
  margin: 0 0 16px;
}
#one_click_dot_name_result, #order_dot_name_result{
      display: inline-block;
    vertical-align: top;
    margin: 17px 10px;
}

.bootstrap-select.btn-group .dropdown-menu.inner{
  overflow-x: hidden;
}
#pay_system_result, #first_step, #delivery_step, #props_step{
      -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
  max-height: 0;
    overflow: hidden;
    padding: 0;
}
#first_step.active, #pay_system_result.active, #delivery_step.active, #props_step.active{
  max-height: 10000px;
      padding-top: 45px;
    padding-bottom: 20px;
}
#first_step.active{
  padding-bottom: 164px;
}
.clear{
  clear: both;
}
.main-pay__btn.hidden{
  display: none;
}
#order_dot_choose{
  display: none;
}
#order_dot_choose.active{
  display: block;
}

.my-col .bootstrap-select{
/*   margin-bottom: 16px !important; */
}
#product_unavaliable{
    display: none;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    font-size: 26px;
    color: #60676c;
    font-weight: 100;
    text-align: center;
        margin-top: 15px;
    text-transform: uppercase;
}
#product_unavaliable.active{
  display: block;
}
.catalog-setting__pagination-body ul{
  display: block;
  width: 100%;
  text-align: center;
}
.catalog-setting__pagination-title{
  display: none;
}
.catalog-setting__pagination-body li{
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.calc_title{
      text-align: right;
    position: relative;
    font-weight: 100;
    font-size: 20px;
    line-height: 20px;
    color: #60676c;
   display: block;
   width: 100%;
       margin: 15px 0px;
}
#mainDeliveryForm .calc_title{
  text-align: left;
}
@media(max-width:769px){
  .calc_title{
    text-align: left;
  }
}
#delivery_map{
  height: 400px;
  margin-top: 30px;
}
#delivery_dots_result{
  display: none;
}
.payment_text{
  margin-top: 0;
    color: #888c8c;
    font-size: 16px;
    font-weight: 100;
    line-height: 28px;
      padding: 0 35px 35px;
}
.main-bsket__table .calc_title{
      font-size: 28px;
}
.product_promo{
      border: 1px dashed#f1b000;
    padding: 30px;
    margin: 0 0 30px;
    text-align: center;
}
.main-pickup__attention{
  display: none;
}
.main-pickup__attention.active{
  display:block;
} 
.clear_filter{
        display: inline-block;
    vertical-align: top;
    margin: 0 0 16px;
    color: #72777b;
}
.delivery_description{
      position: absolute;
    top: -95px;
    background: #fff;
    padding: 10px;
    left: 0;
    width: 100%;
    border-radius: 20px;
    display: none;
}
.buyer-info__check-field label:hover .delivery_description{
  display: block;
}
.delivery_common_info{
      padding: 30px 0;
}
.product-item.empty_product{
  opacity: 0.5;
}
.main-banner-unit > div{
      height: 100% !important;
}
.main-banner-unit > div.bx-parallax{
	position:relative;
	background-repeat: no-repeat;
	background-size: cover; 
	background-position-x: center; 
	background-position-y: 0; 	
	/* background-position: 80% 0 !important; */
}

.zoomContainer{
  max-width: 580px;
}
#delivery_items_result p{
  white-space: pre-line;
}
#delivery_items_result ul, #delivery_items_result ol{
      margin-top: 0;
    color: #888c8c;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 100;
    line-height: 28px;
}


.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0px;
  position: relative;
}
.btn-group > .btn:first-child {
  width: 100%;
  height: 54px;
  background: #fff;
  outline: none !important;
  position: relative;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  text-align: left;
  padding-top: 4px;
  background-color: #fff;
  padding-right: 56px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 769px) {
  .btn-group > .btn:first-child {
    height: 48px;
  }
}
.btn-group > .btn:first-child.error-input {
  border: 1px solid red;
}
.btn-group > .btn:first-child .pull-left {
  float: none !important;
  width: auto;
}
/*
.bootstrap-select.btn-group .dropdown-toggle .bs-caret {
  position: absolute;
  display: block;
  top: 16px;
  right: 21px;
  width: 14px;
  height: 14px;
  border: 1px solid #8d9194;
  border-top: none;
  border-left: none;
  -webkit-transform: rotateZ(45deg);
     -moz-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 769px) {
  .bootstrap-select.btn-group .dropdown-toggle .bs-caret {
    top: 13px;
  }
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  display: none;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: #a8afb6;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
      font-weight: 100;
    font-size: 22px;
    color: #7a8085;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
}
@media (max-width: 769px) {
  .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 18px;
  }
}
.bootstrap-select.btn-group.some-selected .dropdown-toggle .filter-option {
  color: #000;
}
.bootstrap-select.btn-group .dropdown_menu_open__stytle {
  min-height: 0px;
  min-width: auto;
  width: 100%;
  border: none;
  border-top: 1px solid #f3f4f6;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  margin: -1px 0 0;
  margin-left: 0px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
}
*/
.bootstrap-select.btn-group .dropdown-menu li {
  float: none;
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.bootstrap-select.btn-group .dropdown-menu li:first-child:after {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover {
  background: #f1b000;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover span.text {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  color: #7a8085;
}
.dropdown-menu > li > a {
  padding: 6px 15px;
  font-weight: 100;
  font-size: 22px;
  color: #7a8085;
  line-height: 1.2;
}
@media (max-width: 769px) {
  .dropdown-menu > li > a {
    font-size: 18px;
  }
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

a.delivery-city-list{
	display: block;
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 32px;
	margin-top: 32px;
}
a.delivery-city-list, a.delivery-city-list:hover, a.delivery-city-list:active, a.delivery-city-list:focus {
 	color: #777;
}
a.delivery-city-list > i {
	margin-left: 15px;
	margin-bottom: 4px;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    width: 11px;
    height: 11px;
    border: 1px solid #777;
    transform: rotateZ(45deg);
    border-top: none;
    border-left: none;
}
a.delivery-city-list.active > i {
	margin-top: 8px;
	margin-bottom: -4px;
	transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}
#fullcitylist{
	font-size: 14px;
    color: #777;
    font-weight: 100;
    line-height: 28px;
	}
	#fullcitylist > li {
		margin-bottom: 2px;
	}
	#fullcitylist > li > a {
		color: #777;
		text-decoration: underline;
		font-weight: 450;
	}
	#fullcitylist > li > a, #fullcitylist > li > a:hover, #fullcitylist > li > a:active, #fullcitylist > li > a:focus {
		color: #777;
	}

/* End */
/* /local/templates/hookah/css/bootstrap-select/bootstrap-select.css?157411168812324 */
/* /local/templates/hookah/css/delivery.css?157432282715548 */
