:root {
  --theme-orange: #e86942;
  --theme-orange-hover: #d95d38;
  --checkbox-color: #59A498;
  --bg-light: #F8FBFB;
}

.general-transition {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.list-base {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

:disabled,
.disabled {
  opacity: .4;
  cursor: not-allowed;
}

.disabled label,
.disabled input,
.c-radio-group.disabled label,
.c-radio-group.disabled input {
  cursor: not-allowed;
}

.color-theme-orange {
  color: var(--theme-orange) !important;
}

.color-theme-green {
  color: var(--checkbox-color) !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.spacer {
  margin-bottom: 1rem !important;
}

body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
}

.fig-18 {
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin: 0;
  position: relative;
  font-size: 18px;
  line-height: 1;
}

.fig-18 img,
.fig-18 i,
.fig-18 svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.fig-22 {
  width: 22px;
  min-width: 22px;
  height: 22px;
  margin: 0;
  position: relative;
  font-size: 22px;
  line-height: 1;
}

.fig-22 img,
.fig-22 i,
.fig-22 svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.details_title {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}

.details_title:after {
  content: "";
  background-color: #5ba596;
  width: 50px;
  height: 5px;
  border-radius: 5px 5px 0 0;
  display: block;
  position: absolute;
  left: 50px;
  bottom: -1px;
}

.w-full {
  width: 100%;
}

.detail_r_p {
  padding-right: 100px;
}

.det_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.det_price strong {
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
}

.det_val {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
}

.fs-11 {
  font-size: 11px !important;
}

.gotborder_r {
  position: relative;
}

.gotborder_r:after {
  content: "";
  width: 1px;
  height: 85%;
  background-color: #dee2e6;
  position: absolute;
  right: -12px;
  top: 6px;
}

.rs_slider_detail .rs_slider_detail_thumb_wrap {
  width: 100%;
  height: 440px;
  margin: 0;
}

.rs_slider_detail .rs_slider_detail_thumb_wrap > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}

.rs_slider_detail .slick-next {
  right: 15px;
}

.rs_slider_detail .slick-prev {
  left: 15px;
}

.rs_slider_detail .slick-next,
.rs_slider_detail .slick-prev {
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .detail_r_p {
    padding-right: 30px;
  }
}

@media screen and (max-width: 991px) {
  .detail_r_p {
    padding-right: 15px;
  }
  .rs_slider_detail .rs_slider_detail_thumb_wrap {
    height: 380px;
  }
}

@media screen and (max-width: 767px) {
  .rs_slider_detail .rs_slider_detail_thumb_wrap {
    height: 340px;
  }
}

@media screen and (max-width: 575px) {
  .rs_slider_detail .rs_slider_detail_thumb_wrap {
    height: 260px;
  }
  .gotborder_r:after {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */