/******************************************************************
    Main Colors
******************************************************************/
/******************************************************************
    Fonts
******************************************************************/
/******************************************************************
    Borders
******************************************************************/
/******************************************************************
    Backgrounds
******************************************************************/
/******************************************************************
    RESPONSIVE
******************************************************************/
/***********************************************************
					Stores Page Styles
************************************************************/
.only-mobile {
  display: none;
}

.description_top {
  width: 840px;
  margin: 0 auto 35px;
  text-align: center;
}

.description_top a {
  color: #E3328B;
  text-decoration: underline;
}

.top_stores {
  text-align: center;
}

.top_stores .locate_me {
  background: #4b4746;
  text-align: center;
  border-radius: 4px;
  height: 40px;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 40px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0 25px;
  vertical-align: top;
}

.top_stores .locate_me span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

.top_stores .locate_me .text {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: white;
  margin-left: 8px;
}

.top_stores .locate_me:hover {
  text-decoration: none;
}

.top_stores .locate_me.processing {
  background: #dfdfdf;
}

.top_stores .store-content {
  margin-top: 10px;
}

.top_stores .address-input {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-left: 10px;
}

.top_stores #addressInput {
  height: 38px;
  border: 1px solid #dbdbdb;
  border-radius: 4px 0 0 4px;
  float: left;
  line-height: 38px;
  font-size: 12px;
  width: 224px;
  padding: 0 10px;
}

.top_stores #addressInput + .button {
  float: left;
  background: #4b4746;
  height: 40px;
  border-radius: 0 4px 4px 0;
  color: white;
  text-align: center;
  border: none;
  width: 129px;
  font-size: 11px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}

.top_stores .top_filters {
  background: #f9f9f9;
  margin: 12px 0 20px;
  min-height: 45px;
  text-align: center;
  line-height: 45px;
}

.top_stores .top_filters .title {
  font-size: 13px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  padding-right: 10px;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

#center_column .top_stores .top_filters .checkbox {
  width: auto;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  position: relative;
}

#center_column .top_stores .top_filters .checkbox input {
  margin-top: 10px !important;
}

#center_column .top_stores .top_filters .checkbox .checker {
  margin-top: 17px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#center_column .top_stores .top_filters .checkbox label {
  width: auto;
  margin-top: 0;
  margin-right: 22px;
  cursor: pointer;
  padding-left: 20px;
  position: relative;
  z-index: 2;
}

.left_stores {
  width: 375px;
  float: left;
  min-height: 10px;
}

.left_stores .radius-input {
  display: none;
}

#stores-table {
  max-height: 480px;
  overflow-y: auto;
}

#stores-table .item {
  padding: 5px 8px;
  position: relative;
  overflow: hidden;
  background: #f9f9f9;
  border-bottom: 1px solid #dbdbdb;
}

#stores-table .item + .item {
  margin-top: 2px;
}

#stores-table .item .num {
  width: 32px;
  min-height: 125px;
  float: left;
}

#stores-table .item .num .picto {
  display: block;
  position: absolute;
  bottom: 8px;
  left: 9px;
}

#stores-table .item .num .picto.sg-pointer_market {
  display: none;
}

#stores-table .item .num .picto.sg-feature_store {
  display: none;
  bottom: 34px;
  left: 6px;
}

#stores-table .item .num .number {
  background: #593312;
  color: white;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: block;
  left: -30px;
  top: -25px;
  position: absolute;
}

#stores-table .item.market .num .number {
  background: #e03288;
}

#stores-table .item.market .num .picto.sg-pointer_market {
  display: block;
}

#stores-table .item.market .num .picto.sg-pointer_neuville {
  display: none;
}

#stores-table .item.store .num .picto.sg-feature_store {
  display: block;
}

#stores-table .item .num .number span {
  color: white;
  display: block;
  text-align: right;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin: 30px 6px 0 0;
}

#stores-table .item .name {
  margin-left: 4px;
  width: 190px;
  font-size: 13px;
  float: left;
  display: block;
}

#stores-table .item .name .bold {
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #4b4746;
  margin-top: 12px;
  display: block;
}

#stores-table .item .name .distance {
  font-size: 12px;
  color: #acacac;
  display: block;
}

#stores-table .item .name .view_store {
  display: block;
}

#stores-table .item .name .view_store > span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

#stores-table .item .name .view_store .text {
  font-size: 11px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  margin-right: 15px;
}

#stores-table .item .name .sg-arrow_brown_r_10 {
  display: none;
}

#stores-table .item .name:hover {
  text-decoration: none;
}

#stores-table .item .actions {
  float: left;
  width: 116px;
}

#stores-table .item .actions a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0 !important;
  background: white;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  height: 38px;
  padding-left: 8px;
  line-height: 38px;
  -webkit-transition: 200ms all;
  transition: 200ms all;
}

#stores-table .item .actions a + a {
  margin-top: 3px;
}

#stores-table .item .actions a span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

#stores-table .item .actions a .text {
  font-size: 11px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #4b4746;
}

#stores-table .item .actions a.btn_fav .text {
  margin-left: 22px;
}

#stores-table .item .actions a.btn_map .text {
  margin-left: 14px;
}

#stores-table .item .actions a.btn_map .picto {
  margin-left: 2px;
}

#stores-table .item .actions a.btn_itinerary .text {
  margin-left: 10px;
}

#stores-table .item .actions a:hover {
  border-color: #4b4746;
}

.right_stores {
  float: left;
  width: calc(100% - 375px - 15px);
  margin-left: 15px;
}

.right_stores > .legend {
  margin-top: 12px;
  text-align: center;
}

.right_stores > .legend span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

.right_stores > .legend .sg-pointer_market {
  margin-left: 58px;
}

.right_stores > .legend .text {
  margin-left: 6px;
}

#map {
  width: 100%;
  height: 480px;
}

.store-content-select, #locationSelect {
  display: none !important;
}

.back-link {
  padding: 15px 0 0 0;
}

.actions_store {
  text-align: center;
  display: none;
}

.actions_store a {
  display: none;
}

.actions_store a {
  display: block;
  background: white;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  height: 38px;
  padding: 0 10px;
  line-height: 38px;
  -webkit-transition: 200ms all;
  transition: 200ms all;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.actions_store a + a {
  margin-top: 3px;
  margin-left: 15px;
}

.actions_store a span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

.actions_store a .text {
  font-size: 11px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #4b4746;
}

.actions_store a:hover {
  text-decoration: none;
  border-color: #4b4746;
}

.slider_mobile {
  display: none !important;
}

.store_content {
  margin: 20px 0 50px;
  position: relative;
}

.store_content .store_img {
  float: left;
  width: 370px;
  text-align: center;
  padding-top: 75px;
}

.store_content .thumbs_list {
  list-style: none;
  margin-top: 10px;
}

.store_content .thumbs_list li {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  margin: 0 5px;
}

.store_content .store_info {
  float: left;
  margin-left: 18px;
  width: calc(100% - 220px - 25px - 370px - 18px);
}

.store_content .store_info .title {
  font-size: 30px;
  line-height: 30px;
  font-family: "SaveurSans-Regular";
  color: #593312;
  margin-bottom: 15px;
}

.store_content .store_info .serve {
  font-size: 18px;
}

.store_content .store_info .store_description {
  font-size: 13px;
  margin-top: 8px;
}

.store_content .store_info .list {
  margin-top: 40px;
  width: 50%;
  float: left;
}

.store_content .store_info .list p {
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin-bottom: 8px;
}

.store_content .store_info .list ul {
  color: #E3328B;
  list-style: inside;
}

.store_content .store_info .list ul li {
  margin: 2px 0;
  color: #E3328B;
}

.store_content .store_info .list ul li span {
  color: #4b4746;
  display: inline-block;
  width: 90%;
}

.store_content .store_right_column {
  float: left;
  width: 220px;
  margin-left: 25px;
}

.store_content .container {
  width: 200px;
  border: 1px solid #dbdbdb;
  padding: 20px 10px;
  border-radius: 6px;
  background: #f9f9f9;
}

.store_content .store_hours .close {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: #E3328B;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
  line-height: 16px;
}

.store_content .store_hours .close span {
  font-size: 14px;
}

.store_content .store_hours ul {
  list-style: none;
  padding: 15px 0;
  border-bottom: 1px solid #dbdbdb;
}

.store_content .store_hours ul li + li {
  margin-top: 5px;
}

.store_content .store_hours ul li span {
  width: 100%;
  text-align: center;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.store_content .store_hours ul li span + span {
  /*margin-left:4%;text-align: left*/
}

.store_content .store_hours ul li.current span {
  color: #E3328B;
}

.store_content .container .address {
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

.store_content .container .btn_callback {
  border-radius: 4px;
  background: #4b4746;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
}

.store_content .container .btn_callback span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

.store_content .container .btn_callback .text {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin-left: 10px;
  color: white;
  margin-top: 2px;
}

@media screen and (max-width: 1206px) {
  .store_content .store_info {
    width: calc(100% - 370px - 18px);
  }
}
.store_content .service-element {
  margin-top: 18px;
}
.store_content .service-element .sg-store_fidelity_card {
  float: left;
  margin: 0 7px 0 17px;
  display: block;
}
.store_content .service-element img {
  width: 50px;
  float: left;
  margin: 0px 20px 0 0;
}
.store_content .service-element .feature-store-icon {
  width: 40px;
  height: 30px;
  padding-top: 10px;
  float: left;
  border: 1px solid #e3e3e3;
  margin: 0 15px 0 25px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.store_content .service-element .sg-feature_store {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.store_content .service-element .bold {
  font-size: 11px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  display: block;
  line-height: 13px;
  padding-top: 13px;
}
.store_content .service-element a {
  color: #acacac;
  display: block;
  font-size: 11px;
  line-height: 13px;
  margin-top: 1px;
}

.store_content .feature_store {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.store_push {
  margin-bottom: 20px;
}

.store_push .title {
  color: #593312;
  font-family: "SaveurSans-Regular";
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 5px;
}

.store_push img {
  display: block;
}

.store_push img + img {
  margin-top: 5px;
}

.store_push .mobile {
  display: none;
}

.store_form {
  margin: 48px 0;
}

.store_form .tabs_menu {
  list-style: none;
  position: relative;
  z-index: 2;
}

.store_form .tabs_menu li {
  float: left;
  display: block;
  height: 23px;
  border-radius: 6px 6px 0 0;
  border: 1px solid #dbdbdb;
  background: white;
  line-height: 23px;
  width: 144px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}

.store_form .tabs_menu li + li {
  margin-left: 5px;
}

.store_form .tabs_menu li.active {
  border-bottom-color: white;
}

.store_form .content {
  border: 1px solid #dbdbdb;
  border-radius: 0 6px 6px 6px;
  background: white;
  list-style: none;
  padding: 40px 30px;
  margin-top: -1px;
}

.store_form .content .head {
  display: none;
  background: white;
  border: 1px solid #dbdbdb;
  height: 40px;
  line-height: 40px;
  margin-left: -2px;
  cursor: pointer;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 6px;
}

.store_form .content .head span {
  margin-top: 18px;
  float: right;
  margin-right: 5%;
}

.store_form .content .head .sg-tabs_open,
.store_form .content .open .head .sg-tabs_close {
  display: block;
}

.store_form .content .head .sg-tabs_close,
.store_form .content .open .head .sg-tabs_open {
  display: none;
}

.store_form .content .open .head {
  background: #4b4746;
  color: white;
  border-color: #4b4746;
}

.store_form .content .open .head .sg-tabs_close {
  margin-top: 15px;
}

.store_form .content .open .container {
  margin-top: 15px;
}

.store_form .content .left {
  float: left;
  width: 320px;
  text-align: left;
}

.store_form .content .left .title {
  font-size: 16px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

.store_form .content .left .btn_more {
  text-decoration: none;
  margin-top: 50px;
}

.store_form .content .left .btn_more {
  height: 38px;
  line-height: 38px;
  border: 1px solid #4b4746;
  border-radius: 4px;
  width: 154px;
  display: block;
  text-align: center;
}

.store_form .content .left .btn_more > * {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

.store_form .content .left .btn_more .text {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin-right: 22px;
  margin-left: 10px;
}

.store_form .content #form_block_ce .left {
  width: 100%;
  float: none;
}

.store_form .content .form_block {
  display: none;
}

.store_form .content .form_block.active {
  display: block;
}

#center_column .store_form .form-group + .form-group {
  margin-top: 10px;
}

#center_column .store_form .content form {
  float: right;
  margin-left: 90px;
  width: 430px;
  background: #4b4746;
  border-radius: 6px;
  padding: 30px 30px 10px;
}

#center_column .store_form .content form input {
  width: 410px;
  margin-bottom: 12px;
  border: none;
}

#center_column .store_form .content form textarea {
  width: 410px;
  height: 100px;
  margin-bottom: 8px;
  border: none;
}

#center_column .store_form .content form label {
  display: block;
  color: white;
  font-size: 13px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 2px 0;
  text-transform: none;
}

#center_column .store_form .content form button {
  background: white;
  display: block;
  width: 126px;
  margin: 30px auto 0;
}

#center_column .store_form .content form button .text {
  text-transform: uppercase;
  font-size: 11px;
  color: #4b4746;
  margin: 0 20px 0 0;
}

#center_column .store_form .content form button > span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

#center_column .store_form .content form p.required_field {
  color: white;
  text-align: right;
  font-size: 11px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin-top: 2px;
}

#center_column .store_form .content form .selectBox-dropdown {
  min-width: 430px;
  border-radius: 4px;
}

#center_column .store_form .content form .selectBox-label {
  min-width: 60%;
}

#wcb_form {
  display: none;
  padding: 20px 50px;
}

#wcb_form .title {
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

#wcb_form input[type='text'] {
  border: 1px solid #dbdbdb;
  clear: both;
  border-radius: 6px;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  margin-top: 20px;
}

#wcb_form #SubmitNumber {
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  background: #4b4746;
  color: white;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  padding: 0 15px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}

.marker_title {
  font-size: 16px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 1206px) {
  .left_stores {
    width: 375px;
  }

  .right_stores {
    width: 375px;
    margin-left: 10px;
  }

  #map {
    width: 375px;
    height: 476px;
  }

  .right_stores > .legend .sg-pointer_market {
    margin-left: 20px;
  }

  .store_push img {
    width: 100%;
    height: auto;
  }

  .store_form .content {
    padding: 40px;
  }

  .store_form .content .left {
    width: 100%;
    float: none;
  }

  #center_column .store_form .content .form_custom {
    width: 90%;
    margin: 20px 0 0;
    float: none;
    padding: 30px 5%;
  }

  #center_column .store_form .content .form_custom input {
    width: 298px;
  }

  #center_column .store_form .content .form_custom textarea {
    width: 298px;
  }

  .store_content {
    margin: 40px 0;
  }

  .store_content .store_right_column {
    width: 100%;
    float: none;
    margin: 0;
  }

  .store_content .container {
    width: 100%;
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
  }

  .store_content .container .store_hours {
    background: #f9f9f9;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    padding: 20px 30px;
    width: 313px;
    float: left;
    margin: 30px 0 0;
  }

  .store_content .container .store_hours ul {
    border-bottom: none;
    padding-bottom: 0;
  }

  .store_content .container .container_address {
    background: #f9f9f9;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    padding: 20px 0;
    width: 373px;
    margin: 30px 0 0 10px;
    float: left;
  }

  .store_content .container .align-center {
    clear: both;
  }

  .store_content .container .btn_callback {
    width: 155px;
    margin: auto;
  }

  .store_content .container .btn_callback .text {
    margin: 0;
  }

  .store_content .service-element {
    float: left;
    width: 200px;
    margin-left: 80px;
  }
}
@media (max-width: 768px) {
  #center_column {
    margin: 0;
    width: 100%;
  }

  #center_column > * {
    margin-left: 4% !important;
    margin-right: 4% !important;
    width: 92% !important;
  }

  #center_column .back-link {
    margin: -20px 0 0 !important;
    padding: 0;
    width: 100% !important;
  }

  #center_column .top_stores .top_filters .checkbox .checker {
    margin-top: 17px;
  }

  .description_top {
    width: 100%;
  }

  .top_stores .address-input {
    margin: 15px auto 0;
    clear: both;
    display: block;
    width: 282px;
  }

  .top_stores #addressInput {
    width: 124px;
  }

  .top_stores .top_filters .title {
    display: block;
    line-height: 13px;
    padding-top: 13px;
  }

  .left_stores {
    width: 100%;
    float: none;
  }

  .left_stores #addressInput {
    width: 60%;
    padding: 0 5%;
  }

  .left_stores #addressInput + .button {
    width: 30%;
    padding: 0;
    margin-left: -2px;
  }

  .right_stores {
    width: 100%;
    float: none;
    margin: 0;
  }

  .right_stores #map {
    display: none;
  }

  .right_stores > .legend {
    margin-top: 0;
  }

  #stores-table {
    margin-bottom: 5px;
  }

  #stores-table .item .num {
    float: none;
    min-height: inherit;
    width: inherit;
  }

  #stores-table .item .num .picto {
    display: none !important;
  }

  #stores-table .item .name {
    width: 90%;
    margin-left: 0;
    display: block;
    padding-left: 10%;
    float: none;
  }

  #stores-table .item .actions {
    width: 100%;
    float: none;
    margin-top: 4px;
  }

  #stores-table .item .actions a {
    float: left;
    padding: 0 8px;
    margin-right: 5px;
  }

  #stores-table .item .actions a .text {
    margin-left: 6px !important;
  }

  #stores-table .item .actions a + a {
    margin-top: 0;
    margin-bottom: 4px;
  }

  #stores-table .item .actions a.btn_itinerary {
    margin-right: 0;
  }

  #stores-table .item .name .view_store {
    display: none;
  }

  #stores-table .item .name .sg-arrow_brown_r_10 {
    display: block;
    float: right;
    margin: -45px 10px 0 0;
  }

  #back_listing {
    background: #f9f9f9;
    display: block;
    position: relative;
    width: 92%;
    padding: 18px 4%;
    margin-top: 20px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #back_listing .text {
    font-size: 16px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    float: right;
  }

  #back_listing .sg-arrow_back {
    display: block;
    float: left;
    margin-top: 2px;
  }

  #back_listing .clear {
    display: block;
    clear: both;
  }

  .actions_store {
    display: block;
  }

  .store_content {
    margin-top: 20px;
  }

  .store_content .store_img {
    display: none;
  }

  .store_content .store_info {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .store_content .store_info .title {
    text-align: center;
  }

  .store_content .store_info .serve {
    margin-top: 15px;
  }

  .store_content .store_info .list {
    width: 100%;
    float: none;
  }

  .store_content .container {
    background: #f9f9f9;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    padding: 20px 10%;
    width: 80%;
    margin-left: -2px;
    margin-top: 20px;
  }

  .store_content .container .store_hours {
    background: none;
    border: none;
    float: none;
    margin: 0;
    width: 100%;
    padding: 0;
  }

  .store_content .container .container_address {
    background: none;
    border: none;
    float: none;
    margin: 0;
    width: 100%;
    padding: 0;
  }

  .store_content .container .service-element {
    margin: 20px auto 0;
    width: 200px;
  }

  .slider_mobile {
    display: block !important;
    margin-top: 15px;
    list-style: none;
  }

  .slider_mobile .owl-item img {
    margin: auto;
    display: block;
  }

  .slider_mobile .owl-controls {
    display: none !important;
  }

  .store_push > img {
    display: none;
  }

  .store_push .mobile {
    display: block;
  }

  .store_form .tabs_menu {
    display: none;
  }

  .store_form .content {
    padding: 20px 0;
    border: none;
  }

  .store_form .content .head {
    display: block;
  }

  .store_form .content .left {
    width: 100%;
  }

  #center_column .store_form .content .form_custom {
    margin: 20px auto;
    width: auto;
    float: left;
  }

  .store_form .content .form_custom input {
    margin-left: -2px;
    padding: 0 5%;
    width: 90%;
  }

  .store_form .content .form_custom textarea {
    margin-left: -2px;
    padding: 5%;
    width: 90%;
  }

  .store_form .content .container {
    display: none;
  }

  .store_form .content .left,
  .store_form .content .form_custom {
    display: block;
  }

  .store_form .content #form_block_dragees {
    display: block;
    margin-top: 15px;
  }

  .btn_locate {
    display: none;
  }

  .only-mobile {
    display: block;
  }

  .right_stores > .legend {
    padding-top: 15px;
    text-align: left;
  }
  .right_stores > .legend .sg-pointer_market {
    margin-left: 0;
  }
  .right_stores > .legend .only-mobile {
    display: block;
    margin-bottom: 10px;
  }

  #center_column .top_stores .top_filters .checkbox input {
    margin: 0 4px 0 0;
  }

  #stores-table .item .actions .btn_map.btn_locate {
    display: none;
  }

  #map + .legend {
    display: none;
  }
}

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