.vm-product-banner .container .header-wrap .sub-header {
  max-width: 750px;
}
.vm-product-banner .swiper-container {
  width: 100%;
}
@media only screen and (max-width: 600px) {
.banner-image-wraper.vm-banner-bg {
    background-position: center;
}
}
.vm-tabs-product .text-white {
  color: #fff;
}
.vm-tabs-product .theme--dark.v-tabs > .v-tabs-bar {
  background-color: #ee008c;
  height: 85px;
}
.vm-tabs-product .theme--dark.v-tabs .v-tab {
  font-size: 25px;
  font-family: "Core Sans R 35", "Roboto", sans-serif !important;
  text-transform: none;
  letter-spacing: 0.1em;
  width: 20%;
  color: #fff !important;
}
.vm-tabs-product .theme--dark.v-tabs .v-tab.v-tab--active {
  font-family: "Core Sans R 55", "Roboto", sans-serif !important;
}
.vm-tabs-product .theme--dark.v-tabs .v-tab.v-tab--active::before {
  opacity: 0.24 !important;
}
.vm-tabs-product .theme--dark.v-tabs .v-tab.v-tab--active:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #ee008c;
  position: absolute;
  bottom: -20px;
  left: 50%;
}
.vm-tabs-product .theme--dark.v-tabs .v-tab:hover::before {
  opacity: 0.24;
}
.vm-tabs-product .theme--dark.v-tabs .v-tabs-slider-wrapper {
  display: none;
}
.vm-tabs-product .vm-tab-items {
  color: #000;
}
.vm-tabs-product .vm-tab-items .vm-tab-bg:before {
  display: none;
}
.vm-tabs-product .v-btn.btn-white {
  color: #fff;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.vm-tabs-product .v-btn.btn-white:hover {
  background-color: #ff008e;
  border-color: #ff008e;
  color: #fff;
}
@media only screen and (max-width: 600px) {
.tab-card.vm-tabs-product.v-card.v-sheet.theme--light {
    border-radius: 0;
    -webkit-box-shadow: 0;
            box-shadow: 0;
}
.enquire-btn,
.enquire-btn span.v-btn__content {
    border-color: #ee008c;
    color: #ee008c;
}
.enquire-btn,
.enquire-btn span.v-btn__content:hover {
    border-color: #ee008c;
    color: #fff;
}
}
.reach-shop {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.reach-shop .container {
  max-width: 1000px;
}
.reach-shop .container .text-center {
  max-width: 750px;
  margin: 0 auto 3rem;
}
.reach-shop .container .text-center h2 {
  margin-bottom: 1.5rem;
}
.reach-shop .container h2 {
  margin-bottom: 2rem;
}
.reach-shop .v-card {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
  padding: 1.8rem;
  border-radius: 35px !important;
  height: auto;
}
.reach-shop .v-card .display-vm {
  font-size: 44px !important;
  font-family: "Core Sans R 55", "Roboto", sans-serif !important;
  font-weight: inherit;
  line-height: 0.7;
  letter-spacing: 0.0073529412em !important;
  color: #ee008c;
  margin-bottom: 1.5rem;
}
.reach-shop .v-card .v-card__text {
  padding: 1.5rem;
  text-align: center;
}
.reach-shop .v-card .v-card__text p {
  font-size: 17px;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.reach-shop .v-card .v-card__text p .v-icon {
  color: #ee008c;
  font-size: inherit !important;
}
.reach-shop .v-card .v-card__actions {
  padding: 0.35rem 1.5rem 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reach-shop .v-card .v-card__actions a {
  text-decoration: none;
  font-size: 16px !important;
  font-family: "Core Sans R 55", "Roboto", sans-serif !important;
  color: #ee008c;
}
.reach-shop .v-card .v-card__actions .order-button:hover {
  color: #fff;
}
.reach-shop .v-card .reach-img {
  padding: 0.35rem 0;
  width: 100%;
  height: auto;
}
.reach-shop .v-card .reach-img.reduce-width img {
  max-width: 40%;
}
