@charset "UTF-8";

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cust-select.red.cust-select-cursor select#location[disabled] {
 
    cursor: not-allowed;  
}


p.news_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
}
.store_map_class {
    min-height: 442px !important;
}
.info-card .lowest.lowest-ticket {
    top: 110px;
    right: 12px;
}
span.info-card__textarea.info-card__textarea_full {
    flex: 1;
    width: 100% !important;
    display: block;
}
span.info-card__textarea.info-card__textarea_empty {
   
    display: none;
}
span.info-card__textarea.c-2.info-card__textarea_full {
    border-left: 1px solid #e4b5b8;
} 

.info-card__textarea_full {
    border-right: 0 !important;
}
body {
  margin: 0;
  line-height: 1.5;
  font-family: "Inter", "Noto Sans TC", "Arial", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
.t_heading_full h1 {white-space: nowrap;padding-right: 1rem;}
.a11y-hidden {
  position: absolute !important;
  top: -300000px !important;
  left: -300000px !important;
  width: 1px !important;
  height: 1px !important;
  display: inline-block !important;
  color: #000 !important;
  background-color: #fff !important;
}
/* .sec-swiper__side-main .info-card .info-card__textarea {
    padding-right: 40px;
} */
.para.red_dot{
  gap: 0;
}
div .title._xl {
    font-size: 3.2rem !important;
    /* margin-bottom: 0.2em !important; */
}

.card_feature_title{
  font-size: 1.7rem!important;
  font-weight: 500;
  line-height: 1.7rem;
}

.card_feature_title span{
  font-size: 1rem;
  font-weight: normal;
  display:inline-block;
  margin-left: 3px;
}

.store_swiper_card h3.title._xl.color-red.no_margin._not-bold span
{
    margin-top: 0; 
    line-height: 1.75;
    font-size: initial;
    display: none;
}

.hidden{
  display: none !important;
}
.inner-head__contact.in-view-grp {
    width: max-content;
    min-width: 80%;
}
.header-sub__container {
    width: auto !important;
}

a.header-nav__link._has-sub + .header-sub .header-sub__link._full{
    white-space: nowrap;
}
.sec-swiper__foot-control  button  {
    background-color: transparent !important;
}
.header-sidenav__item .header-sub__container {
    width: auto !important;
    white-space: nowrap;
}
.header-sub {
   
    width: auto !important;
  }
  .header-sub__tab-btn {
   padding: 0 !important;
    white-space: nowrap !important;
  }
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.4em;
  line-height: 1.2;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0.875em;
  line-height: 1.75;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

figure {
  margin: 0;
}

input {
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  font-size: inherit;
  font-family: inherit;
}

textarea {
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  background-color: transparent;
}

button {
  padding: 0;
  border: none;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
}

ol {
  padding-left: 1rem;
}

ol li {
  margin-bottom: 4px;
}

figure {
  width: 100%;
  margin: 0 auto;
}

picture {
  width: 100%;
}

.overflow-hidden {
  overflow: hidden !important;
}

.txt-grp {
  display: inline-block;
}

/* Global END */
.sec-swiper__head {
  position: relative;
  text-align: center;
  padding: 0 150px;
  margin-bottom: 24px;
}

.sec-swiper__foot {
  position: relative;
  text-align: center;
  padding: 0 150px;
  margin-top: 24px;
}

.sec-swiper__head.left_align {
  text-align: left;
  padding-left: 0px;
}

@media screen and (max-width: 991px) {
  .sec-swiper__head {
    padding: 0;
  }
}

.sec-swiper__head._no-padding {
  padding: 0;
}

.sec-swiper__head .title {
  margin: 0;
}

.sec-swiper__head-control,
.sec-swiper__foot-control {
  position: absolute;
  top: 50%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sec-swiper__head-control._left,
.sec-swiper__foot-control._left {
  left: 0px;
  justify-content: flex-start;
}

@media screen and (max-width: 991px) {
  .sec-swiper__head-control {
    display: none;
    position: relative;
    top: auto;
    right: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 12px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

}

.sec-swiper__side-sticky {
  display: grid;
}

.sec-swiper__side-sticky._4-col-1-3fr {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}

@media screen and (max-width: 1279px) {
  .sec-swiper__side-sticky._4-col-1-3fr {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
.inner-head__container .inner-head__contact.active {
    position: fixed;
    top: 80px;
    z-index: 11;
    background: #f4f4f4;
    left: 0;
    padding: 15px 24px 15px 24px;
    border-bottom: 1px solid #ccc;
}
  .sec-swiper__side-sticky._4-col-1-3fr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 0;
  }
}

.sec-swiper__side-sticky._4-col-1-3fr .swiper {
  height: 100%;
  overflow: visible;
}

.sec-swiper__side-item {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .sec-swiper__side-item {
    width: calc(50% - 5px);
    margin-right: 5px;
  }
}

.sec-swiper__side-main {
  grid-column: span 3;
}

@media screen and (max-width: 1279px) {
  .sec-swiper__side-main {
    grid-column: span 2;
  }
}

@media screen and (max-width: 767px) {
  .sec-swiper__side-main {
    grid-column: auto;
    width: calc(50% - 5px);
    margin-left: 5px;
  }
}

.sec-swiper__arrow-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 24px 0;
}

.sec-swiper__arrow-container:first-child {
  margin-top: 0;
}

.sec-swiper__arrow-container:last-child {
  margin-bottom: 0;
}

.sec-swiper__foot {
  position: relative;
  margin-top: 24px;
}

.sec-swiper__foot .sec-swiper__head-control {
  position: relative;
  top: auto;
  right: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.swiper {
  --swiper-pagination-bullet-width: 30px;
  --swiper-pagination-bullet-height: 4px;
  --swiper-pagination-bullet-border-radius: 0;
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 0.4;
  max-width: 100%;
  overflow: visible;
}

.swiper .swiper-pagination-bullet {
  margin: 4px;
}


.swiper-slide {
  height: auto;
}


/* custom */

div.sec-swiper-gallerry-store_2 .swiper .swiper-wrapper .swiper-slide {
  max-height: 420px;
}



.swiper-button-prev,
.swiper-button-next {
  position: relative;
  inset: auto;
  margin: 0;
  width: 50px;
  height: auto;
  background: url(../images/arrow-right-black.svg) center/contain no-repeat;
}


.store_swiper p{
  margin-bottom: 0;
}


@media screen and (max-width: 991px) {

  .swiper-button-prev,
  .swiper-button-next {
    width: 42px;
  }
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.swiper-button-prev:before,
.swiper-button-next:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 36%;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.21;
}

.swiper-button-prev._type-2,
.swiper-button-next._type-2 {
  width: 78px;
  border-radius: 50%;
  background-color: #fff;
  background-size: 50%;
  -webkit-transition: 0.3s -webkit-box-shadow ease;
  transition: 0.3s -webkit-box-shadow ease;
  transition: 0.3s box-shadow ease;
  transition: 0.3s box-shadow ease, 0.3s -webkit-box-shadow ease;
}

@media screen and (max-width: 991px) {

  .swiper-button-prev._type-2,
  .swiper-button-next._type-2 {
    width: 64px;
  }
}

@media screen and (max-width: 479px) {

  .swiper-button-prev._type-2,
  .swiper-button-next._type-2 {
    width: 48px;
  }
}

.swiper-button-prev._type-2:before,
.swiper-button-next._type-2:before {
  padding-bottom: 100%;
}

.swiper-button-prev._type-2:hover,
.swiper-button-next._type-2:hover {
  -webkit-box-shadow: 0px 0px 6px rgba(63, 64, 71, 0.25);
  box-shadow: 0px 0px 6px rgba(63, 64, 71, 0.25);
}

.swiper-button-prev {
  margin-right: 34px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

body {
  color: #3f4047;
}

body._mb-menu-open {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
}

.main {
  margin-top: 130.500px;
  background-color: #f9f9f9;
  /* background-color: #fffcfc; */
  overflow: hidden;
}

@media screen and (max-width: 1439px) {
  .main {
    margin-top: 88px;
  }
}

@media screen and (max-width: 479px) {
  .main {
    margin-top: 62px;
  }
}

.sec-padding {
  padding-top: 88px;
  padding-bottom: 88px;
}

@media screen and (max-width: 767px) {
  .sec-padding {
    padding-top: 58px;
    padding-bottom: 58px;
  }
}

.sec-padding._m {
  padding-top: 58px;
  padding-bottom: 58px;
}

.sec-margin {
  margin-top: 20px;
  margin-bottom: 88px;
}

.sec-margin.sec_margin_location{
  margin-top: 100px;
}

.sec-margin.no_top_margin {
  margin-top: 0px;
}

.sec-margin.less_top_margin {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .sec-margin {
    margin-top: 58px;
    margin-bottom: 58px;
  }
}

._title-only+.sec-margin {
  margin-top: 28px;
}

@media screen and (max-width: 767px) {
  ._title-only+.sec-margin {
    margin-top: 24px;
  }
}

.border-radius {
  border-radius: 10px;
}

.wrapper {
  display: block;
  width: 100%;
  max-width: 1500px;
  padding: 0 38px;
  margin: 0 auto;
}

@media screen and (min-width: 1501px) {
  .wrapper._dt-calc-left {
    padding-left: calc((var(--vw) * 100px - 1500px) / 2 + 38px);
  }

  .wrapper._dt-calc-right {
    padding-right: calc((var(--vw) * 100px - 1500px) / 2 + 38px);
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media screen and (max-width: 479px) {
  .wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 375px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cust-select {
  position: relative;
}

.cust-select select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cust-select__mask {
  display: block;
  padding: 4px 0;
  padding-right: 1.2em;
  border-bottom: 1px dashed #fff;
  background: url(../images/icon-arrow-down-white.svg) right 0.2em center/0.8em no-repeat;
}

.cust-select.red .cust-select__mask {
  border-bottom: 2px solid #fff;
  background: url(../images/icon-arrow-down-red.svg) right 1em center/0.9em no-repeat;
  padding: 13px 0 10px 25px;
  border-radius: 60px;
  background-color: #fff;
  box-shadow: 0 3px 6px #e7e7e7;

}

.cust-checkbox {
  position: relative;
  font-size: 1rem;
  margin-right: 24px;
  margin-bottom: 14px;
}

.cust-checkbox__grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -14px;
  width: 100%;
}

.cust-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 2;
}

.cust-checkbox__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cust-checkbox__checkmark {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  border: 1px solid #bcbdc0;
  margin-top: 0.25em;
  margin-right: 0.5em;
}

.cust-checkbox__checkmark:before {
  content: "";
  display: block;
  width: 70%;
  height: 70%;
  background-color: #ee2d3a;
  opacity: 0;
}

input:checked+.cust-checkbox__label .cust-checkbox__checkmark:before {
  opacity: 1;
}


.bg-red {
  color: #fff;
  background-color: #fd5d67 !important;
}

.bg-light-red {
  background-color: #fff1ed !important;
}

.bg-light-wine {
  background-color: #fbf7ee !important;
}

.bg-wine {
  /* background-color: #74003A !important; */
  background-color: #f1e4c4 !important;
  color: #FFF !important;
}

.bg-wine .swiper-button-prev._type-2,
.bg-wine .swiper-button-next._type-2 {
  /* background-color: #5C0329; */
  background-color: #F3EDDE;
  background-image: url(../images/arrow-right-white.svg)
}


.border-red {
  outline: 4px solid #f96e6e;
  outline-offset: 0;
}

.border-wine {
  outline: 4px solid #dac19b;
  outline-offset: 0;
}

.pad1x {
  padding: 1px 0px;
}

.bg-white {
  background-color: #fff !important;
}

.bg-gold_gradient {
  color: #fff;
  background: linear-gradient(45deg, #C6AA6B 0%, #C6AA6B 50%, #E6D5AD 150%);
}

.color-red {
  color: #ee2d3a !important;
}

.color-gold {
  color: #A19173 !important;
}

.color-wine {
  color: #8e5b23 !important;
}

.color-grey {
  color: rgba(0, 0, 0, 0.6) !important;
}

.color-white {
  color: #fff !important;
}

.close-btn {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.close-btn:before,
.close-btn:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}

.close-btn:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.page__item {
  display: none;
}

.page__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 38px;
}

.page__nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 12px 24px;
}

.page__nav-divider {
  margin: 0 12px;
}

.tab__content {
  display: none;
}

.tab__content._active {
  display: block;
}

.arrow-txt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3f4047;
  font-size: 1rem;
}

.arrow-txt.flip {
  flex-direction: row-reverse;
}

.arrow-txt__icon {
  position: relative;
  left: 0;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin-left: 6px;
  /* background-color: $red; */
  background: url(../images/icon-circle-arrow-red.svg) center/contain no-repeat;
  -webkit-transition: 0.3s left ease;
  transition: 0.3s left ease;
  /* &:before {
      content: "";
      display: block;
      width: 0.4em;
      height: 0.4em;
      border-top: 2px #fff solid;
      border-right: 2px #fff solid;
      transform: translateX(-25%) rotate(45deg);
  } */
}

.arrow-txt.flip .arrow-txt__icon {
  margin-left: 0px;
  margin-right: 6px;
  transform: scaleX(-1);
}

.arrow-txt:hover .arrow-txt__icon {
  left: 4px;
}

.arrow-txt.flip:hover .arrow-txt__icon {
  left: -4px;
}

.arrow-txt._white {
  color: #fff;
}

.arrow-txt._white .arrow-txt__icon {
  background-image: url(../images/icon-circle-arrow-white.svg);
  /* background-color: #fff; */
  /* &:before {
      border-top-color: $red;
      border-right-color: $red;
  } */
}

.arrow-txt__conainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -28px;
  margin-bottom: -12px;
}

.arrow-txt__conainer .arrow-txt {
  margin-right: 28px;
  margin-bottom: 12px;
}

.arrow-txt._type-2 {
  padding: 10px 18px;
  background-color: #ee2d3a;
  border-radius: 10px;
}

.arrow-txt._type-3 {
  padding: 10px 18px;
  background-color: #A19173;
  border-radius: 10px;
}

.arrow-txt._type-3 .arrow-txt__icon {
  background-image: url(../images/icon-circle-arrow-gold.svg);
}

.arrow-txt._type-4 {
  padding: 10px 18px;
  background-color: #74003A;
  border-radius: 10px;
}

.arrow-txt._type-4 .arrow-txt__icon {
  background-image: url(../images/icon-circle-arrow-wine.svg);
}

.arrow-txt._type-2._white_bg {
  background-color: #fff;
}

.arrow-txt._type-2 .arrow-txt__icon {
  margin-left: 24px;
}

.btn {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 25px;
  color: #fff;
  text-align: center;
  background-color: #ee2d3a;
  -webkit-transition: 0.3s color ease, 0.3s background-color ease;
  transition: 0.3s color ease, 0.3s background-color ease;
}

.btn._s {
  font-size: 0.9rem;
  font-weight: 500;
}

.btn:hover {
  color: #ee2d3a;
  background-color: #fdece8;
}

.highlight {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  font-size: 0.75rem;
}

.highlight:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/highlight.svg) center/contain no-repeat;
  -webkit-animation: aniRotate 20s linear 0s infinite;
  animation: aniRotate 20s linear 0s infinite;
}

.highlight._red:before {
  background-image: url(../images/highlight-red.svg);
}

.highlight span {
  position: relative;
}

.title {
  font-size: 2.125rem !important;
  font-weight: bold;
  line-height: 1.2;
}

.para.red_dot,
.title.red_dot,
.title.icon_loc,
.title.icon_tel,
.title.icon_email,
.title.icon_whatsapp,
.title.icon_mail,
.title.icon_time,
.title.icon_24h {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
}

.para.red_dot:before,
.title.red_dot:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  margin-right: 10px;
  background: #EE2D3A;
  border-radius: 50%;
flex-shrink: 0;
}

.para.red_dot:before {
  width: 10px;
  height: 10px;
}

.title.icon_loc:before,
.title.icon_tel:before,
.title.icon_email:before,
.title.icon_whatsapp:before,
.title.icon_mail:before,
.title.icon_time:before,
.title.icon_24h:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.title.icon_loc:before {
  background-image: url(../images/pin.svg);
}

.title.icon_tel:before {
  background-image: url(../images/phone.svg);
}

.title.icon_email:before {
  background-image: url(../images/arroba.svg);
}

.title.icon_whatsapp:before {
  background-image: url(../images/whatsapp.svg);
}

.title.icon_mail:before {
  background-image: url(../images/mail.svg);
}

.title.icon_time:before {
  background-image: url(../images/time.svg);
}

.title.icon_24h:before {
  background-image: url(../images/24h.svg);
}

.sml_caption {
  display: inline-block;
  margin-left: 20px;
  font-size: 0.5em;
  font-weight: normal;
  opacity: 0.6;
}

.sml_up {
  display: inline-block;
  margin-left: 10px;
  font-size: 0.75em;
  font-weight: normal;
}

/* custom css - storage 20260408 */


.info-card__textarea p {
  margin: 0;
}

.des_location{
  margin-bottom: 5px!important;
}

.lrg_prize, .price-number, .price-currency, .price-title-size, p.main_price_card{
  font-family: "Gilroy-bold", sans-serif!important;
}

.price-title-size{
  font-size: 3.75rem!important;
  font-weight: 500;
  line-height: 3.2rem;
  margin: 0;
  padding: 0;
  display: inline-block;
}

@media screen and (max-width: 1100px) {
  .price-title-size{
  font-size: 3.2rem!important;
  line-height: 2rem;
  margin: 0;
  padding: 0;
  display: inline-block;
}

}

.price-title-size span{
  display: inline-block;
}


div .title._xl{
  font-size: 3.85rem!important;
  font-family: "Gilroy-bold", sans-serif!important;
  margin: 30px 0 0!important;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0;
  padding: 0;
}

.promo-offer{
  color: #ee2d3a;
  font-weight: 500;
}

.monthy-avg{
  /* font-weight: 500; */
}

.lrg_prize .price-number{
  font-size: 1.15rem;
  letter-spacing: 0.03rem;
  /* font-family: "Gilroy-medium", sans-serif!important; */
}

.info-card__textarea .title .price-number{
  font-size: 1.85rem;
  letter-spacing: 0.05rem;
}

.price-currency{
  font-size: 1.125rem;
  letter-spacing: 0.08rem;
  font-family: "Gilroy-medium", sans-serif!important;
}

p.title span.price-currency, .main_price_card > span.price-currency{
  vertical-align: 7px;
  letter-spacing: 0.1rem;
}

span.price-unit{
    font-size: 0.95rem;
    font-weight: normal;
    margin-left: 3px;
}

.main_price_card > span.price-unit{
    font-size: 0.95rem;
    font-weight: normal;
}



div.grid-branchbox .info-card{
  /* border: 1px solid rgb(255, 255, 255); */
  box-shadow: 1px 4px 7px rgba(194, 194, 194, 0.35);
  transition: 0.25s all ease-in-out;
}

.monthly_label{
  /* margin-left: 5px; */
  font-size: 0.9rem;
}

@media screen and (max-width:767px) {

  p.title span.price-currency, .main_price_card > span.price-currency{
  vertical-align: 7px;
  letter-spacing: 0.1rem;
}


  .main_price_card > span.price-unit{
    font-size: 0.95rem;
    font-weight: normal;
}

}

/* end */




@media screen and (max-width: 991px) {
  .title {
    font-size: 2rem;
  }

  .sml_caption {
    margin-left: 0px;
    width: 100%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .title {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 479px) {
  .title {
    font-size: 1.5rem;
  }
}

.title._s {
  margin-bottom: 0.2em;
  font-size: 1.375rem;
}

@media screen and (max-width: 991px) {
  .title._s {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .title._s {
    font-size: 1.125rem;
  }
}

.title._m {
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .title._m {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 767px) {
  .title._m {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .title._m {
    font-size: 1.125rem;
  }
}

.title._l {
  font-size: 2.75rem;
  margin-bottom: 0.2em;
}

@media screen and (max-width: 991px) {
  .title._l {
    font-size: 2.375rem;
  }
}

@media screen and (max-width: 767px) {
  .title._l {
    font-size: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .title._l {
    font-size: 1.75rem;
  }
}

.title._xl {
  font-size: 3.375rem;
  margin-bottom: 0.2em;
}

@media screen and (max-width: 991px) {
  .title._xl {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .title._xl {
    font-size: 2.625rem;
  }
}

@media screen and (max-width: 479px) {
  .title._xl {
    font-size: 2.25rem;
  }
}

.title._not-bold {
  font-weight: normal;
}

.title._500 {
  font-weight: 500;
}

.title._light {
  font-weight: 100;
}

.title.no_margin {
  margin: 0px !important;
}

.large-number {
  font-size: 12.5rem;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}

@media screen and (max-width: 1439px) {
  .large-number {
    font-size: 10rem;
  }
}

@media screen and (max-width: 991px) {
  .large-number {
    font-size: 7.5rem;
  }
}

@media screen and (max-width: 767px) {
  .large-number {
    font-size: 6.25rem;
  }
}

.icon-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-name__icon {
  position: relative;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  margin-right: 38px;
  overflow: hidden;
}

.icon-name__icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .txt-mb-center {
    text-align: center;
  }
}

.circle-icon {
  display: inline-block;
  width: 55px;
  height: 55px;
  border: 1px solid rgba(112, 112, 112, 0.4);
  border-radius: 50%;
  margin-right: 24px;
  background: url(../images/icon-whatsapp-black.svg) center/40% no-repeat, url(../images/icon-whatsapp-green.svg) center 200%/40% no-repeat;
  -webkit-transition: 0.3s background-position ease;
  transition: 0.3s background-position ease;
}

.circle-icon._phone {
  background-image: url(../images/icon-call-black.svg), url(../images/icon-call-red.svg);
}

.circle-icon._location {
  background-size: 35%, 35%;
  background-image: url(../images/icon-location-black.svg), url(../images/icon-location-red.svg);
}

.circle-icon._search {
  background-color: #EE2D3A;
  border-color: #EE2D3A;
  background-image: url(../images/search.svg), url(../images/search.svg);
}

.circle-icon:hover {
  background-position: center -200%, center;
}

.circle-icon:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1439px) {
  .circle-icon {
    width: 55px;
    height: 55px;
  }
}

@media screen and (max-width: 767px) {
  .circle-icon {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .circle-icon._search {
    display: none!important;
  }
}

@media screen and (max-width: 479px) {
  .circle-icon {
    width: 40px;
    height: 40px;
  }
}

.through-line-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* margin-bottom: 14px; */
}

.through-line-head:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  /* height: 1px; */
  background-color: #d9d5d5;
}

.through-line-head__title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1em;
}

.sec-remark {
  font-size: 0.75rem;
}

.double-line-title span {
  display: inline-block;
  padding: 8px 0;
  border-top: 1px solid #ee2d3a;
  border-bottom: 1px solid #ee2d3a;
}

.bg-red .double-line-title span {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.fade-in-up,
.fade-in-up-parent {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}

.fade-in-left {
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}

.fade-in-right {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
}

[class*=fade-in] {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

[class*=fade-in].animated {
  opacity: 1;
}

.animated [class*=fade-in][class*=-parent] {
  opacity: 1;
}

[class*=fade-in-] {
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

[class*=fade-in-].animated {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.animated [class*=fade-in-][class*=-parent] {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-webkit-keyframes aniRotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

@keyframes aniRotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

@-webkit-keyframes shack {

  0%,
  40% {
    -webkit-transform: rotate3d(1, 1, 0, 0deg);
    transform: rotate3d(1, 1, 0, 0deg);
  }

  10% {
    -webkit-transform: rotate3d(1, 1, 1, 10deg);
    transform: rotate3d(1, 1, 1, 10deg);
  }

  30% {
    -webkit-transform: rotate3d(1, 1, 1, -10deg);
    transform: rotate3d(1, 1, 1, -10deg);
  }
}

@keyframes shack {

  0%,
  40% {
    -webkit-transform: rotate3d(1, 1, 0, 0deg);
    transform: rotate3d(1, 1, 0, 0deg);
  }

  10% {
    -webkit-transform: rotate3d(1, 1, 1, 10deg);
    transform: rotate3d(1, 1, 1, 10deg);
  }

  30% {
    -webkit-transform: rotate3d(1, 1, 1, -10deg);
    transform: rotate3d(1, 1, 1, -10deg);
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 0;
  border-bottom: 1px transparent solid;
  background-color: #fff;
  -webkit-transition: 0.3s padding ease, 0.3s border-color ease, 0.3s background-color ease;
  transition: 0.3s padding ease, 0.3s border-color ease, 0.3s background-color ease;
  z-index: 99;
}

@media screen and (max-width: 1439px) {
  .header {
    padding: 18px 0;
  }

  .header._mb-menu-open {
    background-color: #ee2d3a;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding: 12px 0;
  }
}

.header._fixed:not(._mb-menu-open) {
  padding: 12px 0;
  border-bottom-color: #ccc;
}

.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1439px) {
  .header__logo {
    margin-right: auto;
  }
}

.header__logo img {
  display: block;
  height: 62px;
  -webkit-transition: 0.3s height ease, 0.3s margin ease, 0.3s -webkit-filter ease;
  transition: 0.3s height ease, 0.3s margin ease, 0.3s -webkit-filter ease;
  transition: 0.3s height ease, 0.3s margin ease, 0.3s filter ease;
  transition: 0.3s height ease, 0.3s margin ease, 0.3s filter ease, 0.3s -webkit-filter ease;
}

.header._fixed:not(._mb-menu-open) .header__logo img {
  height: 44px;
}

@media screen and (max-width: 1439px) {
  .header__logo img {
    height: 52px;
  }

  .header._fixed:not(._mb-menu-open) .header__logo img {
    height: 38px;
  }

  ._mb-menu-open .header__logo img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}

@media screen and (max-width: 479px) {
  .header__logo img {
    height: 38px;
  }

  .header._fixed:not(._mb-menu-open) .header__logo img {
    height: 28px;
  }
}

.header__main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (min-width: 1440px) {
  .header__main {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
}

@media screen and (max-width: 1439px) {
  .header__main {
    display: none;
    position: fixed;
    top: 88px;
    left: 0;
    width: 100%;
    height: calc(100% - 88px);
    padding: 0 38px;
    color: #fff;
    background-color: #ee2d3a;
    z-index: 100;
  }
}

@media screen and (max-width: 767px) {
  .header__main {
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media screen and (max-width: 479px) {
  .header__main {
    top: 62px;
    height: calc(100% - 62px);
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 375px) {
  .header__main {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.header__lang-btn {
  font-size: 0.875rem;
  margin-right: 20px;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}

.header__lang-btn:hover {
  color: #ee2d3a;
}

@media screen and (max-width: 1439px) {
  .header__lang-btn {
    font-size: 1rem;
  }

  ._mb-menu-open .header__lang-btn {
    color: #fff;
  }
}

@media screen and (max-width: 1439px) {
  .header__book-btn {
    display: none;
  }
}

.header__menu-btn {
  position: relative;
  width: 40px;
  height: 20px;
}

@media screen and (min-width: 1440px) {
  .header__menu-btn {
    display: none;
  }
}

.header__menu-btn:before,
.header__menu-btn:after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #3f4047;
  -webkit-transition: 0.3s width ease, 0.3s top ease, 0.3s background-color ease, 0.3s -webkit-transform ease;
  transition: 0.3s width ease, 0.3s top ease, 0.3s background-color ease, 0.3s -webkit-transform ease;
  transition: 0.3s width ease, 0.3s transform ease, 0.3s top ease, 0.3s background-color ease;
  transition: 0.3s width ease, 0.3s transform ease, 0.3s top ease, 0.3s background-color ease, 0.3s -webkit-transform ease;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.header__menu-btn:after {
  top: calc(50% + 4px);
  width: 75%;
}

.header__menu-btn._active:before,
.header__menu-btn._active:after {
  width: 64%;
  background-color: #fff;
}

.header__menu-btn._active:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header__menu-btn._active:after {
  top: calc(100% - 2px);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin: 0 auto 0 30px;
}

@media screen and (max-width: 1439px) {
  .header-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 38px 24px;
    margin: 88px 0 58px;
  }
}

.header-nav__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
html[lang="en-US"] .header-nav__link {
	  padding: 0 20px;
  font-size: 1.05rem;

}
.header-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  text-align: center;
  font-size: 1.18rem;
  font-weight: 600;
}

@media screen and (max-width: 1439px) {
  .header-nav__link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
    font-size: 2.5rem;
  }
}

.header-nav__link span {
  position: relative;
  display: block;
  -webkit-transition: 0.3s color ease, 0.3s font-size ease;
  transition: 0.3s color ease, 0.3s font-size ease;
}

.header-nav__link span:after {
  content: "";
  position: absolute;
  left: calc(50% - 3px);
  bottom: -10px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ee2d3a;
  opacity: 0;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}

@media screen and (max-width: 1439px) {
  .header-nav__link span:after {
    background-color: #fff;
  }
}

@media screen and (min-width: 1440px) {

  .header-nav__link._active span,
  .header-nav__item:hover .header-nav__link span,
  .header-nav__item:focus-within .header-nav__link span {
    color: #ee2d3a;
  }
}

.header-nav__link._active span:after,
.header-nav__item:hover .header-nav__link span:after,
.header-nav__item:focus-within .header-nav__link span:after {
  opacity: 1;
}

.header-sub {
  position: absolute;
  top: 0;
  left: 50%;
  width: 320px;
  padding-top: 22px;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s top ease, 0.3s opacity ease;
  transition: 0.3s top ease, 0.3s opacity ease;
  pointer-events: none;
}

.header-sub a{
  transition: all 0.2s ease;
  position: relative;
  width: auto;
}

.header-sub a:hover{
 color: #ee2d3a;
 transform: translateX(5px);
}

.header-sub a::before{
  content: "";
  position: absolute;
  top: 49%;
  left: -11px;
  width: 4px;
  height: 22px;
  background-color: #ee2d3a;
  border-radius: 5px;
  opacity: 0;
  transform: translateY(-50%) scaleY(0);
  transform-origin: center;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.header-sub a:hover::before{
  opacity: 1;
  transform: translateY(-50%) scaleY(1);
}




@media screen and (min-width: 1440px) {

  .header-nav__item:hover .header-sub,
  .header-nav__item:focus-within .header-sub {
    top: 100%;
    opacity: 1;
    pointer-events: unset;
  }
}

@media screen and (max-width: 1439px) {
  .header-sub {
    position: fixed;
    top: 88px;
    left: 100%;
    width: 100%;
    height: calc(100% - 88px);
    padding-top: 0;
    background-color: #ee2d3a;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 101;
    pointer-events: unset;
    -webkit-transition: 0.3s left ease, 0.3s opacity ease;
    transition: 0.3s left ease, 0.3s opacity ease;
    overflow: auto;
  }

  .header-sub._active {
    left: 0;
    opacity: 1;
  }
}

@media screen and (max-width: 479px) {
  .header-sub {
    top: 62px;
    height: calc(100% - 62px);
  }
}

.header-sub__container {
  text-align: left;
  font-size: 1.125rem;
  line-height: 2.5rem;
  padding: 28px 38px;
}

@media screen and (max-width: 1439px) {
  .header-sub__container {
    padding: 58px 38px;
    border: 0;
  }
}

@media screen and (max-width: 767px) {
  .header-sub__container {
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media screen and (max-width: 479px) {
  .header-sub__container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 375px) {
  .header-sub__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.header-sub__back-btn {
  display: none;
}

@media screen and (max-width: 1439px) {
  .header-sub__back-btn {
    display: inline-block;
    font-size: 0.875rem;
  }
}

.header-sub__mb-head {
  display: none;
}

@media screen and (max-width: 1439px) {
  .header-sub__mb-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 24px 0 34px;
  }
}

.header-sub__title {
  margin: 0;
  font-size: 2.5rem;
  font-weight: bold;
}

.header-sub__tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.header-sub__tab-btn {
  position: relative;
  margin-right: 24px;
  font-weight: bold;
  text-align: center;
  color: rgba(255, 255, 255, 0);
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}

.header-sub__tab-btn:before {
  content: attr(data-txt);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: normal;
  color: #fff;
  opacity: 0.6;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}

.header-sub__tab-btn:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 4px auto 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}

.header-sub__tab-btn:hover {
  color: #fff;
}

.header-sub__tab-btn._active {
  color: #fff;
}

.header-sub__tab-btn._active:before {
  opacity: 0;
}

.header-sub__tab-btn._active:after {
  opacity: 1;
}

.header-sub__link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-sub__link {
  display: block;
  width: 50%;
  margin-bottom: 24px;
  font-weight: bold;
}

.header-sub__link._full {
  width: 100%;
}

.header-sub__link._full:last-child {
  margin-bottom: 0;
}

.header-sub__link span {
  border-bottom: 2px transparent solid;
  -webkit-transition: 0.3s border-color ease;
  transition: 0.3s border-color ease;
}

.header-sub__link:hover span {
  border-bottom-color: #fff;
}

.header-sub__break {
  display: block;
  width: 100%;
}

.header-sidenav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1439px) {
  .header-sidenav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.header-sidenav__link {
  font-size: 0.875rem;
  margin-right: 20px;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}

@media screen and (max-width: 1439px) {
  .header-sidenav__link {
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.header-sidenav__link:hover {
  color: #ee2d3a;
}

.rich-editor {
  margin: 38px 0;
}

.rich-editor:first-child {
  margin-top: 0;
}

.rich-editor:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .rich-editor {
    font-size: 1rem;
  }
}

.rich-editor h2,
.rich-editor h3,
.rich-editor h4,
.rich-editor .title {
  margin-top: 1.5em;
}

.rich-editor h2:first-child,
.rich-editor h3:first-child,
.rich-editor h4:first-child,
.rich-editor .title:first-child {
  margin-top: 0;
}

.rich-editor p {
  max-width: 1279px;
}

.rich-editor img {
  display: block;
  max-width: min(100%, 991px);
  margin: 38px 0;
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
}

@media screen and (max-width: 991px) {
  .banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.banner__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60%;
  color: #fff;
  background: url() center/cover no-repeat;
}

@media screen and (max-width: 991px) {
  .banner__left {
    width: 100%;
    min-height: 380px;
  }
}

.banner__left-textarea {
  padding: 58px 0;
  font-size: 1.875rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .banner__left-textarea {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 479px) {
  .banner__left-textarea {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 375px) {
  .banner__left-textarea {
    font-size: 1.25rem;
  }
}

.banner__title {
  margin-bottom: 0;
  font-size: 5rem;
}

@media screen and (max-width: 1439px) {
  .banner__title {
    font-size: 4.5rem;
  }
}

@media screen and (max-width: 991px) {
  .banner__title {
    font-size: 3.625rem;
  }
}

@media screen and (max-width: 767px) {
  .banner__title {
    font-size: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .banner__title {
    font-size: 2.625rem;
  }
}

@media screen and (max-width: 375px) {
  .banner__title {
    font-size: 2.125rem;
  }
}

.banner__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 991px) and (min-width: 768px) {

  .banner__right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

.banner__right-textarea {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 48px 0 48px 24px;
  border-bottom: 1px rgba(63, 64, 71, 0.2) solid;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .banner__right-textarea {
    border-right: 1px rgba(63, 64, 71, 0.2) solid;
    border-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .banner__right-textarea {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .banner__right-textarea {
    padding: 32px 0;
  }
}

.banner__right-textarea:last-child {
  border: 0;
}

.banner__right-textarea .highlight {
  position: absolute;
  top: -28px;
  right: 24px;
}

@media screen and (max-width: 991px) {
  .banner__right-textarea .highlight {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .banner__right-textarea .highlight {
    top: -18px;
  }
}

.banner__right-textarea-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.banner__right-icon {
  display: block;
  width: 48px;
  margin-bottom: 24px;
}

.banner__right-title {
  display: block;
  margin-bottom: 0.2em;
  font-size: 1.375rem;
  font-weight: 500;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}

a.banner__right-textarea:hover .banner__right-title {
  color: #ee2d3a;
}

.banner__right-desc {
  display: block;
  max-width: 320px;
  margin-bottom: 0.5em;
}

.banner__right-desc span {
  display: block;
  margin-bottom: 0.875em;
}

.banner__right-arrow {
  position: relative;
  left: 0;
  display: block;
  width: 50px;
  background: url(../images/arrow-right-red.svg) left center/contain no-repeat;
  -webkit-transition: 0.3s left ease;
  transition: 0.3s left ease;
}

.banner__right-arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 36%;
}

a.banner__right-textarea:hover .banner__right-arrow {
  left: 8px;
}

.inner-head {
  padding-top: 45px;
}

.inner-head__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* margin-bottom: 14px; */
}

.inner-head__container:last-child {
  padding-bottom: 25px;
}

.inner-head__title {
  font-size: 4.375rem;
  margin-bottom: 0.2em;
}

.inner-head__title:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1439px) {
  .inner-head__title {
    font-size: 3.125rem;
  }
}

@media screen and (max-width: 767px) {
  .inner-head__title {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  .inner-head__title {
    font-size: 1.875rem;
  }
}

.two-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .two-blk._dt-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
}

@media screen and (max-width: 767px) {
  .two-blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .two-blk._mb-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
}

.two-blk+.two-blk {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .two-blk+.two-blk {
    margin-top: 24px;
  }
}

.two-blk._stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.two-blk._comment {
  position: relative;
}

.two-blk._comment:before {
  content: "";
  position: absolute;
  top: -50px;
  right: -38px;
  width: 140px;
  height: 120px;
  background: url(../images/icon-comment.svg) center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .two-blk._comment:before {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .two-blk._comment {
    text-align: center;
  }
}

.two-blk.border-radius {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .two-blk__img._dt-has-padding-left {
    padding-left: 48px;
  }
}

.two-blk__img img {
  display: block;
  width: 100%;
}

.two-blk__img img._spec-1 {
  margin-top: -15%;
}

.two-blk__img img._has-border-radius {
  border-radius: 10px;
  overflow: hidden;
}

.two-blk__img img._cover {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.two-blk__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 34px 48px;
}

@media screen and (max-width: 991px) {
  .two-blk__textarea {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.two-blk__item {
  width: 100%;

}

@media screen and (min-width: 769px) and (max-width: 1100px) {
.two-blk__item:last-child{
  max-width: 40%;
}
}

@media screen and (min-width: 1101px){
.two-blk__item:last-child{
  max-width: 35%;
}
}



.one-blk__item {
  width: 75%;
}

.full-blk__item {
  width: 100%;
}

.two-blk__item.center_blk {
  margin: 0px auto;
}

@media screen and (max-width: 767px) {
  .two-blk__item {
    width: 100%;
  }

  .one-blk__item {
    width: 100%;
  }
}

@media screen and (max-width: 1279px) {
  .two-blk._comment .two-blk__item:nth-child(2) p {
    font-size: 1rem;
    line-height: 1.75;
  }
}

@media screen and (max-width: 767px) {
  .two-blk._comment .two-blk__item:nth-child(2) {
    position: relative;
  }

  .two-blk._comment .two-blk__item:nth-child(2):before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 32px);
    display: block;
    width: 64px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
  }

  .two-blk._comment .two-blk__item:nth-child(2):after {
    content: "";
    position: absolute;
    top: -16px;
    right: -8px;
    width: 50px;
    height: 42px;
    background: url(../images/icon-comment.svg) center/contain no-repeat;
  }

  .two-blk._comment .two-blk__item:nth-child(2) .icon-name {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 16px;
  }

  .two-blk._comment .two-blk__item:nth-child(2) p {
    font-size: 0.875rem;
  }
}

.two-blk__item._large-padding-x {
  padding-left: max(6%, 48px);
  padding-right: max(6%, 48px);
}

@media screen and (max-width: 991px) {
  .two-blk__item._large-padding-x {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.two-blk__item._large-padding-y {
  padding-top: 88px;
  padding-bottom: 88px;
}

.two-blk__item._large-padding {
  padding: 88px max(6%, 48px);
}

@media screen and (max-width: 991px) {
  .two-blk__item._large-padding {
    padding: 68px 24px;
  }
}

@media screen and (max-width: 767px) {
  .two-blk__item._mb-hide {
    display: none;
  }
}

.two-blk__item._no-padding-left {
  padding-left: 0 !important;
}

@media screen and (min-width: 768px) {
  .two-blk__item._dt-no-padding-left {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 991px) {
  .two-blk__item._no-padding-x-991 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .two-blk__item._no-padding-x-767 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.two-blk__item._no-padding-right {
  padding-right: 0 !important;
}

.info-card {
	cursor:pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  height: 100%;
  border-radius: 25px;
  background-color: #fff;
  overflow: hidden;
  transition: 0.25s all ease;
}

div.two-blk__item div.info-card{
  /* border: 1px solid rgb(232, 232, 232); */
  box-shadow: 1px 4px 7px rgba(194, 194, 194, 0.35);
}

.info-card._auto_height {
  height: auto;
}

.info-card._auto_height+.info-card._auto_height {
  margin-top: 20px;
}

.info-card._dt-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-card._dt-row-reverse .info-card__img,
.info-card._dt-row-reverse .info-card__textarea {
  width: 50%;
}

.info-card._spec-1 {
  position: relative;
  overflow: visible;
  height: auto;
}

.info-card._rect {
  border-radius: 0px;
}

.info-card._align_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-card._align_center .info-card__textarea {
  width: 100%;
}

.info-card.has_dot {
  padding-right: 0px;
  background-image: url(../images/right-arrow.svg);
  background-position: bottom 40px right 20px;
  background-repeat: no-repeat;
  background-size: 40px;
}

.info-card.has_dot {
  position: relative;
}

.info-card.has_dot:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 8px;
  height: 8px;
  background: #EE2D3A;
  border-radius: 50%;
}

.info-card.has_dot.blue_dot:before {
  background: #387AE5;
}

.info-card.has_dot.gold_dot:before {
  background: #C6AA6B;
}

.info-card.has_dot.green_dot:before {
  background: #01BE92;
}


.info-card .lowest {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 55px;
  height: 55px;
}

a.discount-card__item {
    justify-content: start;
}

.info-card .lowest.lowest-new-storage:after {
  background: url(../images/highlight.svg);
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;

}

.info-card .lowest:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/highlight-red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  animation: aniRotate 20s linear 0s infinite;
}
.description_slide1 {
    text-align: justify;
}
p.main_price_card {
    white-space: nowrap;
    margin: 0;
    padding-top: 10px;
    font-weight: 500;
    font-size: 1.85rem;
    letter-spacing: 0.02rem;
}
.single-location .info-card__textarea,.page-template-location .info-card__textarea {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.info-card .lowest._wine:after,.pricing-cell .lowest._wine:after {
  background: url(../images/highlight-wine.svg);
}
 .pricing-cell .lowest._wine:after {
    background-size: cover;
}
.info-card .lowest span {
  position: absolute;
  z-index: 1;
  top: 0px;
line-height: normal;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 14px;
  color: #FFF;
  letter-spacing: 1px;
}
.info-card .lowest.lowest-new-storage span { 
color: #000;
}
.info-card.has_dot:hover {
  background-color: #EE2D3A;
  color: #FFF;
  background-image: url(../images/arrow-right-white.svg);
}

.info-card.has_dot:hover:before {
  background: #FFF;
}

.info-card.has_dot:hover .lowest:after {
  background-image: url(../images/highlight.svg);
}
.info-card.has_dot:hover .lowest.lowest-new-storage:after {
  background-image: url(../images/highlight-white.svg);
}

.info-card.has_dot:hover .lowest span {
  color: #000;
}

.info-card.no_bg {
  background: none;
}

.info-card .color_bar {
  height: 30px;
  background: #FF9393;
}

.info-card .color_bar._yellow {
  background: #FDE351;
}

.info-card .color_bar._green {
  background: #A8F570;
}

.info-card .color_bar._blue {
  background: #B2DEFF;
}

.info-card .color_bar._royal_blue {
  background: #BCC9FF;
}

.info-card .color_bar._grey {
  background: #CBCBCB;
}

.info-card._overflow {
  overflow: visible;
}

@media screen and (max-width: 479px) {

  .info-card.has_dot {
    padding-right: 0px;
    padding-bottom: 40px;
  }

  .info-card.has_dot .lowest {
    top: auto;
    right: auto;
    bottom: 10px;
    left: 20px;
  }
  .info-card.has_dot .lowest.lowest-ticket {
           top: 110px;
        right: 15px;
        bottom: unset;
        left: unset;
  }
}

@media screen and (max-width: 479px) {
  .info-card._spec-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
}

.info-card__img {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  overflow: hidden;
}

.info-card__img.video {
  position: relative;
}

.info-card__img.video:after {
  display: none;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/play_video.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}

._spec-1 .info-card__img {
  position: absolute;
  left: -36%;
  bottom: 0;
  width: 100%;
}

.info-card__img._extrude {
  position: relative;
  overflow: visible;
}

.info-card__img._extrude:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.info-card__img._extrude img {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 85%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .info-card__img._extrude img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom right;
  }
}


@media screen and (max-width: 479px) {
  ._spec-1 .info-card__img {
    position: relative;
    left: -28%;
  }
}

.info-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s -webkit-transform ease;
  transition: 0.3s -webkit-transform ease;
  transition: 0.3s transform ease;
  transition: 0.3s transform ease, 0.3s -webkit-transform ease;
}

a:hover .info-card__img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.info-card__textarea {
  padding: 50px 40px 35px;
  min-height: 270px;
}

div.inner-head .info-card__textarea{
  padding: 35px 35px 25px;
  min-height: 220px;
}

div.inner-head .info-card .lowest span{
  letter-spacing: 0;
  font-size: 12px;
}


@media screen and (max-width: 991px) {
  .info-card__textarea {
    /* padding-left: 24px; */
    /* padding-right: 24px; */
  }
}

._spec-1 .info-card__textarea {
  position: relative;
  padding-top: 48px;
  padding-left: 46%;
}

@media screen and (max-width: 991px) {
  ._spec-1 .info-card__textarea {
    padding-left: 28%;
  }

  ._spec-1 .info-card__textarea p {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  ._spec-1 .info-card__textarea {
    padding: 24px 24px 12px;
  }
}
.cards_item_pc .info-card__textarea .title {
 
    white-space: nowrap;
}
.info-card__textarea .title {
  display: block;
}

.info-card__desc>span {
  display: block;
  margin-bottom: 0.875em;
  line-height: 1.75;
}

.info-card__desc>span:last-child {
  margin-bottom: 0;
}

.discount-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 24px 38px;
  height: 100%;
  background-color: #ee2d3a;
  color: #fff;
  border-radius: 25px;
}

@media screen and (max-width: 991px) {
  .discount-card__item {
    padding: 24px;
  }
}

.discount-card__item._bg-2 {
  background-color: #bf0f1b;
}

.discount-card__item._bg-3 {
  background-color: #770008;
}

.discount-card__item._bg-4 {
  background-color: #ff463e;
}

.discount-card__item._bg-5 {
  background-color: #b70751;
}

.discount-card__tag {
  position: relative;
  display: block;
  padding-left: 1.5em;
  margin-bottom: 8px;
  background: url(../images/icon-watch.svg) left 0.1em/auto 1.3em no-repeat;
}

.discount-card__title {
  display: block;
  line-height: 1.2;
  margin-bottom: 0.2em;
  font-size: 20px;
  font-weight: bold;
}

.discount-card__desc {
  display: block;
}

.discount-card__desc>span {
  display: block;
  margin-bottom: 0.875em;
  line-height: 1.75;
}

.discount-card__desc>span:last-child {
  margin-bottom: 0;
}

.price-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 38px;
  border-radius: 10px;
  color: #fff;
  background: url() center/cover no-repeat #000;
  overflow: hidden;
}
.category .info-card .info-card__textarea h3.title._s._500,
.blog .info-card .info-card__textarea h3.title._s._500,
.single-post .elementor-grid-4 .elementor-widget-theme-post-title h1.elementor-heading-title.elementor-size-default
{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
}
.store_swiper_card_mb .swiper {
    overflow: visible !important;
}
@media screen and (max-width:768px) {
.mobile-store-grid.mobile-only {
    gap: 30px;
    display: flex !important;
    flex-direction: column;
}
.through-line-content .grid._4-col.block._4-col {
    grid-template-columns: repeat(2, 1fr);
}

}
@media screen and (max-width: 767px) {
.location-services .info-card {
    flex-direction: column-reverse;
    padding-top: 20px;
    padding-bottom: 20px;
}
.through-line-content .grid._4-col.block._4-col {
    grid-template-columns: repeat(1, 1fr);
}
.location-services .info-card .info-card__textarea.c-1 {
    border-right: none !important;
    border-bottom: 1px solid #EE2D3A;
}
.location-services .info-card .info-card__textarea.info-card__textarea_full {
    border: none !important;
 
}

.location-services .info-card .info-card__textarea {
    width: 100%;
}


  .price-card {
    padding: 38px 24px;
  }
}

.price-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.price-card__title,
.price-card__price {
  position: relative;
  z-index: 2;
}

.price-card__up {
  display: inline-block;
  margin-left: 0.25em;
  margin-bottom: 48px;
  font-size: 0.5em;
}

@media screen and (max-width: 767px) {
  .price-card__up {
    margin-bottom: 38px;
  }
}

.price-card__arrow {
  position: relative;
  left: 0;
  width: 50px;
  margin-top: auto;
  -webkit-transition: 0.3s left ease;
  transition: 0.3s left ease;
  z-index: 2;
}

a.price-card:hover .price-card__arrow {
  left: 12px;
}

.price-card .highlight {
  position: absolute;
  top: 12px;
  right: 12px;
}

.order-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 24px 0;
  border-bottom: 1px rgba(238, 45, 58, 0.5) solid;
}

.order-list__item:last-child {
  border-bottom: 0;
}

.order-list__item .title {
  margin-bottom: 0;
}

.order-list__item-numb {
  width: 40px;
  margin-right: 14px;
  font-size: 3.75rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 479px) {
  .order-list__item-numb {
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 24px;
    margin-top: -2px;
    font-size: 1.5rem;
  }
}

.order-list__item-textarea {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.order-list__item-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 42px;
  margin-left: 12px;
}

@media screen and (max-width: 479px) {
  .order-list__item-icon {
    width: 20px;
  }
}

.order-list__item-icon img {
  display: block;
  min-width: min(32px, 100%);
  margin-left: auto;
}

.collapse__item {
  padding: 8px 0;
  border-bottom: 1px rgba(238, 45, 58, 0.5) solid;
}

.collapse__item._wine {
  border-bottom: 1px rgba(116, 0, 58, 0.5) solid;
}

.collapse__item:last-child {
  border-bottom: 0;
}

.collapse__btn {
  position: relative;
  width: 100%;
  padding: 16px 1.5em 16px 0;
  padding-right: 1.5em;
  text-align: left;
}

.collapse__btn:before,
.collapse__btn:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 0.8em;
  height: 2px;
  background-color: #ee2d3a;
}

.collapse__btn._wine:before,
.collapse__btn._wine:after {
  background-color: #74003A;
}

.collapse__btn:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.3s -webkit-transform ease;
  transition: 0.3s -webkit-transform ease;
  transition: 0.3s transform ease;
  transition: 0.3s transform ease, 0.3s -webkit-transform ease;
}

.collapse__btn._active:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
p.short_title_slide .color-wine {
    color: #fff !important;
}
.collapse__btn.arrow:before {
  height: 0.8em;
  top: calc(50% - 0.4em);
  width: 1.5em;
  background-color: transparent;
  background-image: url(../images/arrow-right-red.svg) !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.collapse__btn.arrow:after {
  display: none !important;
}

.collapse__content {
  display: none;
  margin-bottom: 16px;
}

.collapse__content p {
  max-width: 420px;
}

.collapse__content a:not([class]) {
  text-decoration: underline;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}

.collapse__content a:not([class]):hover {
  color: red;
}

.grid {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}

div.inner-head .grid{
  grid-gap: 12px;
}

@media screen and (max-width: 767px) {
  .grid {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}

.grid._3-col {
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 991px) {
  .grid._3-col {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 479px) {
  .grid._3-col {
    grid-template-columns: 1fr;
  }
}

.grid._4-col {
  grid-template-columns: repeat(4, 1fr);
}

 
@media screen and (min-width: 778px)  and (max-width: 1280px) {


	.info-card__textarea h3.title._s._500 + p {
    white-space: nowrap;
}
}
@media screen and (max-width: 1280px) {
.location-services .info-card .info-card__img {
   display: none;
        align-items: center;
        align-self: flex-end;
    margin-top: 0;
    height: 100%;
}
  .grid._4-col {
    grid-template-columns: repeat(3, 1fr);
  }
	a.info-card.has_dot.u_space {
    padding-right: 14px;
}
	.main_price_card span {

    margin-left: 3px;
}
}

@media screen and (max-width: 991px) {

  .grid._4-col {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .grid._4-col {
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid>.two-blk__item {
  width: 100%;
}

.grid>.two-blk__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid>.two-blk__textarea>p {
  max-width: 350px;
}

.grid>._large-padding {
  padding: 88px max(12%, 48px);
}

@media screen and (max-width: 991px) {
  .grid>._large-padding {
    padding: 68px 24px;
  }
}

.sec-help {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .sec-help {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.sec-help__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .sec-help__bg {
    min-height: 94%;
  }
}

.sec-help__img {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60%;
}

@media screen and (max-width: 991px) {
  .sec-help__img {
    width: 430px;
    margin-bottom: -120px;
  }
}

.sec-help__textarea {
  position: relative;
  width: 50%;
  padding: 68px 48px;
  margin-left: -10%;
}

@media screen and (max-width: 991px) {
  .sec-help__textarea {
    width: 100%;
    margin-left: 0;
    padding: 0 24px 34px;
  }
}

.sec-help__textarea-inner {
  padding: 88px 38px;
  margin: 0 auto;
  max-width: 520px;
  text-align: center;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .sec-help__textarea-inner {
    padding: 58px 24px;
  }
}

.sec-help__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 375px) {
  .sec-help__tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.sec-help__tel p {
  margin: 0 1em 0 0;
}

@media screen and (max-width: 375px) {
  .sec-help__tel p {
    margin: 0;
  }
}

.sec-help__tel-link {
  font-size: 2.75rem;
}

@media screen and (max-width: 1279px) {
  .sec-help__tel-link {
    font-size: 2.375rem;
  }
}

@media screen and (max-width: 479px) {

  .sec-help__tel-link {
    font-size: 1.875rem;
  }
}

.sec-help__line {
  display: block;
  width: 64px;
  height: 2px;
  max-width: 50%;
  margin: 16px auto;
  background-color: rgba(112, 112, 112, 0.4);
}

.sec-help__whatsapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 375px) {
  .sec-help__whatsapp .title {
    font-size: 1rem;
  }
}

.sec-help__whatsapp-icon {
  width: 40px;
  margin-right: 14px;
}

@media screen and (max-width: 479px) {
  .sec-help__whatsapp-icon {
    width: 36px;
  }
}

@media screen and (max-width: 375px) {
  .sec-help__whatsapp-icon {
    width: 30px;
    margin-right: 6px;
  }
}

a.sec-help__whatsapp:hover .sec-help__whatsapp-icon {
  -webkit-animation: shack 1.5s linear 0s infinite;
  animation: shack 1.5s linear 0s infinite;
}

.sec-faq {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sec-faq:not(._show-all) .collapse__item:nth-child(4) {
  border-bottom: 0;
}

.sec-faq:not(._show-all) .collapse__item:nth-child(4)~.collapse__item {
  display: none;
}

.rich-editor+.sec-faq {
  margin-top: 34px;
}

.sec-faq__img {
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec-faq__img {
    display: none;
  }
.location-services .info-card .info-card__textarea.info-card__textarea.c-2.info-card__textarea_full {
    border-top: 1px solid #EE2D3A !important;
 
}
}

.sec-faq__img:before {
  content: "";
  position: absolute;
  left: 15%;
  bottom: 0;
  display: block;
  width: 70%;
  height: 1px;
  background-color: #F68E93;
  opacity: 0;
}

.sec-faq__img img {
  width: 75%;
  margin: -40px auto 0;
}

._show-all .sec-faq__img:before {
  opacity: 1;
}

.contact-nav {
  position: fixed;
  right: 0;
  bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  color: #fff;
  font-size: 1.25rem;
  background-color: #e31a27;
  z-index: 98;
}

@media screen and (max-width: 991px) {
  .contact-nav {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 479px) {
  .contact-nav {
    bottom: 0;
    width: 100%;
    border-radius: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*   */
  }
}

@media screen and (max-width: 374px) {
  .contact-nav {
    font-size: 0.9375rem;
  }
}

.contact-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 18px;
  border-right: 1px #ee2d3a solid;
}

@media screen and (max-width: 479px) {
  .contact-nav__link {
    padding: 0 12px;
  }

  .contact-nav__link:first-child {
    padding-left: 0;
  }

  .contact-nav__link:last-child {
    padding-right: 0;
  }
}

@media screen and (max-width: 375px) {
  .contact-nav__link {
    padding: 0 10px;
  }
}

.contact-nav__link:last-child {
  border-right: 0;
}

.contact-nav__icon {
  width: 1.2em;
  margin-right: 0.3em;
}

.contact-nav__link:hover .contact-nav__icon {
  -webkit-animation: shack 1.5s linear 0s infinite;
  animation: shack 1.5s linear 0s infinite;
}

@media screen and (max-width: 991px) {
  .footer {
    padding-bottom: 118px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 118px;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    padding-bottom: 88px;
  }
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer__links-col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33.3333333333%;
  border-right: 1px rgba(112, 112, 112, 0.5) solid;
}

.footer__links-col:last-child {
  border-right: 0;
}

@media screen and (max-width: 991px) {
  .footer__links-col {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    border-right: 0;
  }
}

.footer__social-link {
  width: 34px;
  height: 34px;
  margin-right: 48px;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
  background-position: 50% 50%, 50% calc(50% + 34px);
  -webkit-transition: 0.3s background-position ease;
  transition: 0.3s background-position ease;
}

@media screen and (max-width: 991px) {
  .footer__social-link {
    margin: 12px 24px;
  }
}

@media screen and (max-width: 479px) {
  .footer__social-link {
    width: 28px;
    height: 28px;
    margin: 12px 14px;
  }
}

.footer__social-link:hover {
  background-position: 50% calc(50% - 34px), 50% 50%;
}

.footer__social-link._ig {
  background-image: url(../images/icon-instagram-grey.svg), url(../images/icon-instagram-red.svg);
}

.footer__social-link._youtube {
  background-image: url(../images/icon-youtube-grey.svg), url(../images/icon-youtube-red.svg);
}

.footer__social-link._facebook {
  background-image: url(../images/icon-facebook-grey.svg), url(../images/icon-facebook-red.svg);
}

.footer__social-link._threads {
  background-image: url(../images/icon-threads-grey.svg), url(../images/icon-threads-red.svg);
}

.footer__social-link._rednote {
  background-image: url(../images/icon-rednote-grey.svg), url(../images/icon-rednote-red.svg);
}

.footer__social-link._wechat {
  background-image: url(../images/icon-wechat-grey2.svg), url(../images/icon-wechat-red2.svg);
}


@media screen and (max-width: 991px) {
  .footer__social {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.footer__whatsapp {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__phone {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 991px) {
  .footer__phone {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 16px 0 8px;
  }
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 58px 1em 0;
  text-align: center;
  font-size: 0.75rem;
}

@media screen and (max-width: 479px) {
  .footer__bottom {
    margin-top: 28px;
  }
}

.footer__bottom p {
  margin: 4px 1em;
}

@media screen and (max-width: 991px) {
  .footer__bottom p {
    width: 100%;
    margin: 4px 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.footer__bottom a {
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}

.footer__bottom a:hover {
  color: #ee2d3a;
}

.footer__bottom-link {
  margin: 4px 1em;
}

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


/*NEW STUFF*/
.underline {
  text-decoration: underline;
}

.short_text {
  max-width: 800px !important;
}

.medium_text {
  max-width: 1000px !important;
}

.center_text {
  text-align: center;
}

.center_text .short_text {
  margin: 0px auto;
}

.center_text .medium_text {
  margin: 0px auto;
}

.center_text .rich-editor img {
  margin: 0px auto;
}

.apple_bg {
  /* wind cmt 09/05 */
  /* background-image: url(../images/apple.svg);
  background-position: top 2% right -2%;
  background-repeat: no-repeat;
  background-size: auto; */
}

@media screen and (max-width: 991px) {
  .apple_bg {
    background-position: top 8% right;
    background-size: 66%;
  }
}

.big_figure {
  font-size: 150px;
  line-height: 0.8em;
  margin: 0px;
}

@media screen and (max-width: 1439px) {
  .big_figure {
    font-size: 100px;
  }
}

@media screen and (max-width: 991px) {
  .big_figure {
    font-size: 60px;
  }
}

@media screen and (max-width: 479px) {
  .big_figure {
    font-size: 40px;
  }
}


.interview_card {
  margin: 0px 0px 60px 0px;
}

.interview_card .interview_card_icon {
  display: block;
  width: 45px;
  height: auto;
  margin-bottom: 10px;
}

.interview_card .interview_card_body {
  max-width: 320px;
}


.award_logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0px 0px 60px 0px;
}

.award_logo img {
  display: block;
  margin: 0px 20px 20px 0px;
}


.header_tag {
  display: flex;
  align-items: flex-start;
  justify-items: flex-start;
  flex-wrap: wrap;
}

.header_tag span:not(:last-child) {
  display: block;
  border-right: 1px solid #ee2d3a;
  padding-right: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 991px) {
  .header_tag span:not(:last-child) {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ee2d3a;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}


.image_bottom_card {
  align-items: stretch;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  background: #FFF;
}


.card_tag {
  display: flex;
  align-items: flex-start;
  justify-items: flex-start;
  flex-wrap: wrap;
  gap: 10px
}

.card_tag span {
  display: block;
  border: 1px solid #ff5460;
  background-color: #fde8e9;
  font-size: 14px;
  color: #c13740;
  border-radius: 60px;
  margin: 0 0 0;
}

.info-card:hover .card_tag span {
  color: #c13740;
  border-color: #ff5460;
}


.step_icon {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 60px;
}

.step_icon .icon {
  width: 60px;
  height: auto;
  display: block;
}

.step_icon .step {
  font-size: 122px;
  line-height: 1em;
  color: #EE2D3A;
  opacity: 0.2;
}

@media screen and (max-width: 991px) {
  .step_icon .step {
    font-size: 80px;
  }
}

@media screen and (max-width: 479px) {
  .step_icon .step {
    font-size: 60px;
  }
}

.two-blk__textarea ul {
  margin: 0px;
  padding: 0px;
}

.two-blk__textarea ul li {
  list-style: none;
  position: relative;
  margin: 10px 0px;
  padding: 0px 0px 0px 15px;
  line-height: 1em;
}

.two-blk__textarea ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(0.5em - 3px);
  left: 0px;
  width: 6px;
  height: 6px;
  background: #EE2D3A;
  border-radius: 50%;

}


.tab_list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}

.center_text .tab_list {
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .tab_list {
    gap: 20px;
  }

}

.tab_list a {
  display: block;
  font-size: 1.45rem;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
}

.tab_list a.active {
  color: #EE2D3A;
  border-bottom-color: #EE2D3A;
}

.tab_list.gold a.active {
  color: #A19173;
  border-bottom-color: #A19173;
}

.page_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin: 80px 0px;
}

.page_nav .next,
.page_nav .prev {
  transition: ease all 0.3s;
}

.page_nav .next:after,
.page_nav .prev:after {
  display: block;
  content: "";
  width: 54px;
  height: 54px;
  background-image: url(../images/page_nav.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.page_nav .next:after {
  transform: scaleX(-1);
}

.page_nav .prev:hover,
.page_nav .next:hover {
  transform: scale(1.1);
}

.page_nav .page {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_nav .page span {
  display: block;
  padding: 0px 10px;
  font-size: 1rem;
  line-height: 1rem;
}

.page_nav .page span+span {
  border-left: 1px solid #CCC;
}

@media screen and (max-width: 991px) {
  .page_nav {
    gap: 20px;
    margin: 40px 0px;
  }

}


.red_hr {
  width: 100%;
  border: none;
  border-top: 1px solid #EE2D3A;
  margin: 80px 0px;

}

.red_hr.no_margin {
  margin: 0px;
}

.red_hr.less_margin {
  margin: 40px 0px;
}


.contact_us_social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.contact_us_social .contact_us_social_btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.contact_us_social .contact_us_social_btn a {

  display: block;
  width: 36px;
  height: 36px;
  ;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 40px;
}

.contact_us_social .contact_us_social_btn a._ig {
  background-image: url(../images/icon-instagram-red.svg);
}

.contact_us_social .contact_us_social_btn a._facebook {
  background-image: url(../images/icon-facebook-red.svg);
}

.contact_us_social .contact_us_social_btn a._youtube {
  background-image: url(../images/icon-youtube-red.svg);
}

@media screen and (max-width: 991px) {
  .contact_us_social {
    display: block;
  }

  .contact_us_social .contact_us_social_btn {
    margin-top: 20px;
  }

  .contact_us_social .contact_us_social_btn a {
    margin-left: 0px;
    margin-right: 40px;
  }

}


.info_table {
  width: 100%;
  border-spacing: 0px;
  margin: 20px 0px;
}

.info_table th {
  text-align: left;
  font-weight: normal;
}

.info_table td {
  text-align: left;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(238, 45, 58, 0.2);
}

.info_table tr:last-child td {
  border-bottom: none;
}

.foot_note {
  font-size: 0.8rem;
}


.premium_bg {
  background-image: url(../images/premium/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000;
  color: #FFF;
  padding: 80px 0px;
}

@media screen and (max-width: 991px) {

  .premium_bg {
    padding: 1px 0px;
  }
}

.curve_bg {
  background-image: url(../images/premium/curve.svg);
  background-size: 200%;
  background-repeat: no-repeat;
  background-position: top 30% center;
  padding: 1px 0px;
}

.wine_hr {
  margin: 40px auto;
  width: 160px;
  border: none;
  border-top: 1px solid #FFF;
  opacity: 0.5;
}

.grey_hr {
  margin: 5px 0px !important;
  width: 80%;
  /* max-width: 175px; */
  border: none;
  border-top: 1px solid #CCC;
}

.map_legend {
  margin: 32px 0px 38px 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.map_legend .map_legend_text {
  text-align: left;
  flex: 1;
}

.map_legend .map_legend_dot {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.map_legend .map_legend_dot .dot {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 40px;
}

.map_legend .map_legend_dot .dot:before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
  background: #EE2D3A;
  border-radius: 50%;
}

.map_legend .map_legend_dot .dot._green:before {
  background-color: #01BE92;
}

.map_legend .map_legend_dot .dot._blue:before {
  background-color: #79123D;
}
.map_legend .map_legend_dot .dot._u_space:before {
    background-color: #005EB1;
}
.map_legend .map_legend_dot .dot._gold:before {
  background-color: #C6AA6B;
}

@media screen and (max-width: 991px) {
  .map_legend {
    display: block;
    margin-bottom: 40px;
  }

  .map_legend .map_legend_dot {
          gap: 25px;
    justify-content: center;
    margin-top: 20px;
  }

  .map_legend .map_legend_dot .dot {
    margin-left: 0px;
/*     margin-right: 40px; */
    margin-bottom: 10px;
          display: flex
;
        justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .map_legend {
    margin-top: 20px;
    margin-bottom: 20px;
  }

}

.header_search_bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;

}

.header_search_bar .cust-select {
  margin-right: 20px;
  min-width: 300px;
}
p.des_location {
    white-space: nowrap;
}
@media screen and (max-width: 1279px) {
  .header_search_bar .cust-select {
    min-width: 0px;
          flex: 1;
  }
}

@media screen and (max-width: 991px) {


  .inner-head__container .inner-head__textarea {
/*     width: 100%; */
/*     margin-bottom: 20px; */
  }

  .inner-head__container .inner-head__contact {
    width: 100%;
  }
}
    div h2.inner-head__title {
      
/*         white-space: nowrap; */
    }
@media screen and (max-width: 767px) {
  .inner-head__container .inner-head__textarea {
/*     width: 100%; */
    margin-bottom: 15px;  
  }
  .header_search_bar {
    flex-wrap:nowrap;
    justify-content: flex-start;
  }
  .inner-head__container {
    flex-wrap: wrap;
  }
  .header_search_bar .cust-select {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
	
	
	.header_search_bar * {
    font-size: 15px !important;
}

.header_search_bar {
    gap: 1rem;
}

a.circle-icon._l._search {
    display: block;
}

.header_search_bar .cust-select {
    width: auto;
    flex: 1;
}

.map_legend .map_legend_dot {
   flex-wrap: wrap;
        gap: 10px 13px;
        justify-content: center;
}
.map_legend .map_legend_dot .dot  {
    width: 31%;
}
.map_legend .map_legend_dot .dot {
     
            font-size: 16px;
        text-align: center;
        justify-content: center;
        margin: unset;
}

.grid._4-col.in-view-grp.block._4-col {
    grid-template-columns: repeat(1, 1fr);
}

.card_tag {
/*     margin-bottom: .4rem; */
}
 .info-card__img.video:after {
    width: 2rem;
    height: 2rem;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    background-size: contain;
}
	.swiper_pagination_video_location. hidden-xs{
		display:none !Important;
	}
	
	.info-card__textarea h3.title._s._500 {
    font-size: 1.4rem !important;
    font-weight: 500;
}

.info-card__textarea p {
    font-size: 16px;
    /* margin-bottom: 10px; */
}

.card_tag span {
    font-size: 14px;
}

p.main_price_card {
    font-size: 1.7rem;
}

.main_price_card span {
    margin-left: 5px !important;
}

.sec-margin.sec_margin_location .sec-swiper__head h2.title {
    font-size: 22px !important;
}
 .info-card.has_dot:before {
    width: 11px;
    height: 11px;
}

.sec-margin.sec_margin_location .sec-swiper__head.left_align.viewed {
    margin-bottom: 10px;
}

.in-view__content_location p {
    font-size: 16px;
    line-height: 22px;
}

.in-view__content_location h2.title.color-red._s {
    font-size: 18px !important;
    font-weight: 700;
}
	div#map_stores {
    height: 350px !important;
}
	    .map_legend .map_legend_dot .dot {
          white-space: nowrap;
        font-size: 16px;
    }
	.map_legend .map_legend_dot .dot:before {
          flex: 0 0 12px;
    width: 12px;
    height: 12px;
	}
	    a.circle-icon._l._search {
        flex-shrink: 0;
/*         margin-top: -15px; */
    }
	
	.through-line-head h2.title._500.through-line-head__title {
    font-size: 22px !important;
}
div h3.title.title_small_custom {
    font-size: 22px !important;
	        font-weight: 500 !important;
}
	.in-view-grp.location-services span.title._s._500.color-red {
    font-size: 18px !important;
}
 

 
	
footer.footer.sec-padding span.title._m._500 {
    font-size: 18px !important;
    padding-left: 10px;
}

footer .footer__social {
    column-gap: 25px;
}
	footer.footer.sec-padding {
		        border-top: 1px solid #707070;
        padding-top: 40px;
        padding-bottom: 40px;
}
	span.highlight {
    width: 48px;
    font-size: 9px;
    font-weight: 500;
}
}


.iblock {
  display: inline-block;
}

.store_feature {
  margin: 80px 0px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.store_feature .feature {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 25%;
  padding: 0px 20px 20px 0px;
}

.store_feature .feature img {
  width: 36px;
  height: 24px;
  object-fit: contain;
  object-position: center center;
  margin-right: 20px;
}

@media screen and (max-width: 1279px) {
  .store_feature {
    margin: 60px 0px;
  }

  .store_feature .feature {
    width: 33.33%;
  }
}

@media screen and (max-width: 991px) {
  .store_feature {
    margin: 40px 0px;
  }

  .store_feature .feature {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .store_feature .feature {
    width: 100%;
  }
}

.store_swiper {
  height: 100%;
}

.store_swiper .store_swiper_container {
  height: 100%;
  margin-left: 10px;
  padding-left: 10px;
  /* border-left: 1px solid #CCC; */
}

.store_swiper .store_swiper_card {
  position: relative;
  padding: 0px 40px 60px 40px;

}

.store_swiper .store_swiper_card:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  /* background: #f9e8e3; */
  background: #fef0ec;
  border-radius: 25px;
}

.store_swiper .store_swiper_card._wine {
  color: #FFF;
}

.store_swiper .store_swiper_card._wine:before {
  background: #614632;
}

.store_swiper .store_swiper_card._wine .swiper-button-prev,
.store_swiper .store_swiper_card._wine .swiper-button-next {
  filter: brightness(0) invert(1);
}

.store_swiper .img img {
  display: block;
  width: auto;
  height: auto;
  margin: 0px auto;
}

.store_swiper .swiper {
  overflow: hidden !important;
  position: relative;
}





@media screen and (min-width: 768px) {

	.store_swiper .store_swiper_card {
		position: sticky;
		top: 152px; 
	}

	.store-template-default main.main {
	overflow: unset !Important;
	}

	html {
		overflow-x: hidden;
		width: 100%;
	}

}


@media screen and (max-width: 767px) {
  .store_swiper .store_swiper_container {
    margin-left: 0px;
    padding-left: 0px;
    border-left: none;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #CCC;
  }

  .store_swiper .store_swiper_card {
    padding: 0px 20px 40px 20px;
  }
}

.store_title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.contact_form {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 800px;
}

.contact_form .form_input {
  position: relative;
  width: calc(50% - 30px);
  margin: 0px 30px 40px 0px;
  border-bottom: 1px solid #CCC;
}

.contact_form .form_input input,
.contact_form .form_input select {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: none;
  border: none;
  border-radius: 0px;
  color: #000;
  padding: 30px 40px 10px 20px;
}

.contact_form .form_input input.cal {
  background-image: url(../images/calendar.svg);
  background-position: center right 4px;
  background-size: 12px;
  background-repeat: no-repeat;
}

.contact_form .form_input select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;

  background-image: url(../images/dropdown.svg);
  background-position: center right 4px;
  background-size: 12px;
  background-repeat: no-repeat;
}

.contact_form .form_input label {
  position: absolute;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 20px;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.contact_form .form_input.filled label,
.contact_form .form_input:focus-within label {
  height: 20px;
}

/*NEW STUFF*/

/* OVERRIDE */
.contact-nav {
  border-radius: 0px;
  padding: 0px;
  display: block;
}

.contact-nav .contact-nav__link {
  display: block;
  border-right: none;
  padding: 15px 15px;
}

.contact-nav .contact-nav__link+.contact-nav__link {
  border-top: 1px #ee2d3a solid;
}

.contact-nav .contact-nav__link span {
  display: block;
  width: 100%;
line-height: normal;
  text-align: center;
  font-size: 0.8rem;
}

.contact-nav .contact-nav__link img {
  width: 24px;
  height: auto;
  display: block;
  margin: 0px auto 10px auto;
}

@media screen and (max-width: 767px) {
   .info-card._dt-row-reverse span.info-card__desc ul {
    list-style-position: outside;
    margin-left: 1.12rem;
    padding-left: 0;
}
	.contact-nav {
    display: flex !important;
    justify-content: space-around;
		    padding: 1rem .5rem;
		        width: 100%;
        bottom: 0;
}
	.contact-nav .contact-nav__link+.contact-nav__link {
  border-top: none;
	}
	.contact-nav .contact-nav__link {
   
    border-right: none; 
    width: 33%;
}
	 
.contact-nav .contact-nav__link {
    display: inline-flex;
    border-right: 1px solid;
    padding: 0;
    width: 33%;
    align-items: center;
    column-gap: .364rem;
    justify-content: center;
margin-right: 12px;
}
 .contact-nav .contact-nav__link:last-child {
    margin-right: 0;
}
.contact-nav .contact-nav__link img {
    width: 1rem;
    height: auto;
    display: block;
    margin: 0;
}

.contact-nav .contact-nav__link span {
    width: auto;
    text-align: left;
}
	.contact-nav .contact-nav__link:last-child{
		border-right:none;
	}
}
/* OVERRIDE */