

/* Heiti TC Light */
@font-face {
  font-family: 'Heiti TC Light';
  src: url('../fonts/heiti-tc-light/heiti-tc-light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Shree Devanagari 714 */
@font-face {
  font-family: 'Shree Devanagari 714';
  src: url('../fonts/shree-devanagari/shree-devanagari-714.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


.g-8,
.gy-8 {
  --bs-gutter-y: 3.5rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 3.5rem;
}

.testimonial-hero {
  padding: 100px 0;
  background-color: #f8f9fa;
  position: relative;
  overflow: hidden;
}

.testimonial-hero h1 {
  font-size: 3rem;
  line-height: 1.2;
}

.testimonial-hero .lead {
  font-size: 1.25rem;
  color: #6c757d;
}

.testimonial-grid {
  padding: 80px 0;
}

.testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.03);
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.quote-icon {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 60px;
  color: rgba(0, 0, 0, 0.03);
  line-height: 1;
}

.rating {
  color: #ffc107;
  margin-bottom: 15px;
}

.testimonial-text {
  font-size: 1rem;
  line-height: 1.7;
  color: #4a4a4a;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

/* Stats Section */
.stats-section {
  background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
  position: relative;
  overflow: hidden;
}

.stats-section h2 {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.stats-section p {
  font-size: 1.1rem;
  opacity: 0.9;
  margin: 0;
}

/* Testimonial Form */
.testimonial-form-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.testimonial-form-section .card {
  border-radius: 12px;
  overflow: hidden;
}

.rating-input {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-top: 10px;
}

.rating-input input {
  display: none;
}

.rating-input label {
  color: #ddd;
  font-size: 30px;
  padding: 0 5px;
  cursor: pointer;
  transition: all 0.3s;
}

.rating-input>input:checked~label,
.rating-input>input:checked~label label,
.rating-input>input:not(:checked)>label:hover,
.rating-input>input:not(:checked)>label:hover~label {
  color: #ffc107;
}

/* Clients Section */
.clients-section {
  padding: 60px 0;
  background-color: #fff;
}

.client-logo {
  padding: 20px;
  text-align: center;
  opacity: 0.7;
  transition: all 0.3s ease;
  filter: grayscale(100%);
}

.client-logo:hover {
  opacity: 1;
  filter: grayscale(0%);
  transform: scale(1.05);
}

.client-logo img {
  max-height: 60px;
  width: auto;
  margin: 0 auto;
}

/* Responsive Styles */
@media (max-width: 991.98px) {
  .testimonial-hero {
    padding: 60px 0;
  }

  .testimonial-hero h1 {
    font-size: 2.5rem;
  }

  .testimonial-grid {
    padding: 60px 0;
  }
}

@media (max-width: 767.98px) {
  .testimonial-hero {
    text-align: center;
    padding: 50px 0;
  }

  .testimonial-hero h1 {
    font-size: 2.2rem;
  }

  .testimonial-card {
    margin-bottom: 30px;
  }

  .testimonial-form-section .card-body {
    padding: 30px 20px !important;
  }
}

@media (max-width: 575.98px) {
  .stats-section [class*="col-"] {
    margin-bottom: 30px;
  }

  .client-logo {
    padding: 15px;
  }

  .client-logo img {
    max-height: 40px;
  }
}

/* Form Styles */
.form-control,
.form-select {
  height: 50px;
  border-radius: 8px;
  border: 1px solid #e1e5ee;
  padding: 10px 20px;
  font-size: 1rem;
  transition: all 0.3s;
}

textarea.form-control {
  height: 120px !important;
  resize: none;
}

.form-control:focus,
.form-select:focus {
  border-color: #3498db;
  box-shadow: 0 0 0 0.25rem rgba(52, 152, 219, 0.15);
}

.btn-primary {
  background-color: #3498db;
  border-color: #3498db;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s;
}

.btn-primary:hover {
  background-color: #2980b9;
  border-color: #2980b9;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.btn-lg {
  padding: 12px 35px;
  font-size: 1.1rem;
}

/* Testimonials Page Styles */
.testimonial-section {
  padding: 80px 0;
  background-color: #fff;
}

.testimonial-section .section-title {
  margin-bottom: 50px;
}

.testimonial-section .section-title span {
  color: #d4af37;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 10px;
}

.testimonial-section .section-title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.testimonial-section .section-title h2:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 3px;
  background: #d4af37;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.testimonial-section .section-title p {
  color: #666;
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto;
}

.testimonial-card {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid #e2e2e2;
}

.testimonial-card:hover {
  transform: translateY(-0px);
  /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); */
}

.testimonial-rating {
  color: #ffc107;
  margin-bottom: 15px;
}

.testimonial-rating i {
  margin: 0 2px;
}

.testimonial-text {
  color: #666;
  font-style: italic;
  margin-bottom: 20px;
  line-height: 1.8;
}

.testimonial-author {
  display: flex;
  align-items: center;
}

.author-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  border: 3px solid #f5f5f5;
}

.author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-info h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #222;
}

.author-info span {
  font-size: 14px;
  color: #777;
}

/* Testimonial Form */
.testimonial-form-section {
  padding: 80px 0;
}

.testimonial-form {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}

.testimonial-form .form-control {
  height: 50px;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 14px;
  transition: all 0.3s;
}

textarea.form-control {
  height: 150px !important;
  resize: none;
}

.testimonial-form .form-control:focus {
  box-shadow: none;
  border-color: #d4af37;
}

.rating-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.rating-wrapper span {
  margin-right: 15px;
  font-weight: 500;
  color: #555;
}

.rating {
  display: flex;
  /* flex-direction: row-reverse; */
}

.rating input {
  display: none;
}

.rating label {
  color: #ddd;
  font-size: 24px;
  padding: 0 3px;
  cursor: pointer;
  transition: all 0.3s;
}

.rating label:hover,
.rating label:hover~label,
.rating input:checked~label {
  color: #ffc107;
}

.rating label.selected {
  color: #ffc107;
}

/* Brands Section */
.brands-section {
  background-color: #f9f9f9;
  padding: 60px 0;
}

.brand-item {
  padding: 0 15px;
  text-align: center;
  opacity: 0.6;
  transition: all 0.3s;
}

.brand-item:hover {
  opacity: 1;
}

.brand-item img {
  max-width: 100%;
  height: auto;
  filter: grayscale(100%);
  transition: all 0.3s;
}

.brand-item:hover img {
  filter: grayscale(0);
}

/* Slick Slider Customization */
.slick-dots {
  bottom: -40px;
}

.slick-dots li {
  margin: 0 3px;
}

.slick-dots li button:before {
  font-size: 12px;
  color: #d4af37;
  opacity: 0.5;
}

.slick-dots li.slick-active button:before {
  color: #d4af37;
  opacity: 1;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .testimonial-section .section-title h2 {
    font-size: 36px;
  }

  .testimonial-card {
    padding: 25px;
  }
}

@media (max-width: 767px) {

  .testimonial-section,
  .testimonial-form-section {
    padding: 60px 0;
  }

  .testimonial-section .section-title h2 {
    font-size: 32px;
  }

  .testimonial-form {
    padding: 30px 20px;
  }

  .testimonial-author {
    flex-direction: column;
    text-align: center;
  }

  .author-img {
    margin: 0 auto 15px;
  }
}

@media (max-width: 575px) {
  .brand-item {
    margin-bottom: 20px;
  }

  .rating-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .rating-wrapper span {
    margin-bottom: 10px;
  }
}


.masonry-wrapper .grid-item .grid-item__inner,
.setting .grid-item .grid-item__inner {
  position: relative;
}

.masonry-wrapper.ac_masonry-grid .grid-item__content-wrapper,
.setting.ac_masonry-grid .grid-item__content-wrapper {
  position: absolute;
}

.masonry-wrapper .grid-item .grid-item__inner .grid-item__content-wrapper,
.setting .grid-item .grid-item__inner .grid-item__content-wrapper {
  overflow: hidden;
}

.masonry-wrapper.ac_masonry-grid .grid-item__content-wrapper,
.setting.ac_masonry-grid .grid-item__content-wrapper {
  margin: 0 !important;
}

.masonry-wrapper.ac_masonry-grid .grid-item__inner {
  padding-top: 100%;
}

.masonry-wrapper.ac_masonry-grid .grid-item.extra-large .grid-item__inner,
.masonry-wrapper.ac_masonry-grid .grid-item.wide .grid-item__inner {
  padding-top: 50%;
}

.masonry-wrapper.ac_masonry-grid .grid-item.high .grid-item__inner {
  padding-top: 200%;
}

.masonry-wrapper.ac_masonry-grid[data-ratio="4by3"] .grid-item__inner {
  padding-top: 75%;
}

.masonry-wrapper.ac_masonry-grid[data-ratio="4by3"] .grid-item.extra-large .grid-item__inner,
.masonry-wrapper.ac_masonry-grid[data-ratio="4by3"] .grid-item.wide .grid-item__inner {
  padding-top: 37.5%;
}

.masonry-wrapper.ac_masonry-grid[data-ratio="4by3"] .grid-item.high .grid-item__inner {
  padding-top: 150%;
}

.masonry-wrapper.ac_masonry-grid[data-ratio="16by9"] .grid-item__inner {
  padding-top: 56.25%;
}

.masonry-wrapper.ac_masonry-grid[data-ratio="16by9"] .grid-item.extra-large .grid-item__inner,
.masonry-wrapper.ac_masonry-grid[data-ratio="16by9"] .grid-item.wide .grid-item__inner {
  padding-top: 28.125%;
}

.masonry-wrapper.ac_masonry-grid[data-ratio="16by9"] .grid-item.high .grid-item__inner {
  padding-top: 112.5%;
}

.masonry-wrapper[data-col-xs="1"] .grid-item,
.masonry-wrapper[data-col-xs="1"] .grid-sizer {
  width: 100%;
}

.masonry-wrapper[data-col-xs="2"] .grid-item,
.masonry-wrapper[data-col-xs="2"] .grid-sizer {
  width: 50%;
}

.masonry-wrapper[data-col-xs="2"] .grid-item.wide,
.masonry-wrapper[data-col-xs="2"] .grid-item.large {
  width: 100%;
}

.masonry-wrapper[data-col-xs="2"] .grid-item.extra-large {
  width: 100%;
}

.masonry-wrapper[data-col-xs="3"] .grid-item,
.masonry-wrapper[data-col-xs="3"] .grid-sizer {
  width: 33.33333%;
}

.masonry-wrapper[data-col-xs="3"] .grid-item.wide,
.masonry-wrapper[data-col-xs="3"] .grid-item.large {
  width: 66.66667%;
}

.masonry-wrapper[data-col-xs="3"] .grid-item.extra-large {
  width: 100%;
}

.masonry-wrapper[data-col-xs="4"] .grid-item,
.masonry-wrapper[data-col-xs="4"] .grid-sizer {
  width: 25%;
}

.masonry-wrapper[data-col-xs="4"] .grid-item.wide,
.masonry-wrapper[data-col-xs="4"] .grid-item.large {
  width: 50%;
}

.masonry-wrapper[data-col-xs="4"] .grid-item.extra-large {
  width: 100%;
}

.masonry-wrapper[data-col-xs="5"] .grid-item,
.masonry-wrapper[data-col-xs="5"] .grid-sizer {
  width: 20%;
}

.masonry-wrapper[data-col-xs="5"] .grid-item.wide,
.masonry-wrapper[data-col-xs="5"] .grid-item.large {
  width: 40%;
}

.masonry-wrapper[data-col-xs="5"] .grid-item.extra-large {
  width: 100%;
}

.masonry-wrapper[data-col-xs="6"] .grid-item,
.masonry-wrapper[data-col-xs="6"] .grid-sizer {
  width: 16.66667%;
}

.masonry-wrapper[data-col-xs="6"] .grid-item.wide,
.masonry-wrapper[data-col-xs="6"] .grid-item.large {
  width: 33.33333%;
}

.masonry-wrapper[data-col-xs="6"] .grid-item.extra-large {
  width: 100%;
}

.masonry-wrapper[data-col-xs="7"] .grid-item,
.masonry-wrapper[data-col-xs="7"] .grid-sizer {
  width: 14.28571%;
}

.masonry-wrapper[data-col-xs="7"] .grid-item.wide,
.masonry-wrapper[data-col-xs="7"] .grid-item.large {
  width: 28.57143%;
}

.masonry-wrapper[data-col-xs="7"] .grid-item.extra-large {
  width: 100%;
}

.masonry-wrapper[data-col-xs="8"] .grid-item,
.masonry-wrapper[data-col-xs="8"] .grid-sizer {
  width: 12.5%;
}

.masonry-wrapper[data-col-xs="8"] .grid-item.wide,
.masonry-wrapper[data-col-xs="8"] .grid-item.large {
  width: 25%;
}

.masonry-wrapper[data-col-xs="8"] .grid-item.extra-large {
  width: 100%;
}

.masonry-wrapper[data-col-xs="9"] .grid-item,
.masonry-wrapper[data-col-xs="9"] .grid-sizer {
  width: 11.11111%;
}

.masonry-wrapper[data-col-xs="9"] .grid-item.wide,
.masonry-wrapper[data-col-xs="9"] .grid-item.large {
  width: 22.22222%;
}

.masonry-wrapper[data-col-xs="9"] .grid-item.extra-large {
  width: 100%;
}

.masonry-wrapper[data-col-xs="10"] .grid-item,
.masonry-wrapper[data-col-xs="10"] .grid-sizer {
  width: 10%;
}

.masonry-wrapper[data-col-xs="10"] .grid-item.wide,
.masonry-wrapper[data-col-xs="10"] .grid-item.large {
  width: 20%;
}

.masonry-wrapper[data-col-xs="10"] .grid-item.extra-large {
  width: 100%;
}

@media (min-width: 768px) {

  .masonry-wrapper[data-col-sm="1"] .grid-item,
  .masonry-wrapper[data-col-sm="1"] .grid-sizer {
    width: 100%;
  }
}

@media (min-width: 768px) {

  .masonry-wrapper[data-col-sm="2"] .grid-item,
  .masonry-wrapper[data-col-sm="2"] .grid-sizer {
    width: 50%;
  }

  .masonry-wrapper[data-col-sm="2"] .grid-item.wide,
  .masonry-wrapper[data-col-sm="2"] .grid-item.large {
    width: 100%;
  }

  .masonry-wrapper[data-col-sm="2"] .grid-item.extra-large {
    width: 100%;
  }
}

@media (min-width: 768px) {

  .masonry-wrapper[data-col-sm="3"] .grid-item,
  .masonry-wrapper[data-col-sm="3"] .grid-sizer {
    width: 33.33333%;
  }

  .masonry-wrapper[data-col-sm="3"] .grid-item.wide,
  .masonry-wrapper[data-col-sm="3"] .grid-item.large {
    width: 66.66667%;
  }

  .masonry-wrapper[data-col-sm="3"] .grid-item.extra-large {
    width: 100%;
  }
}

@media (min-width: 768px) {

  .masonry-wrapper[data-col-sm="4"] .grid-item,
  .masonry-wrapper[data-col-sm="4"] .grid-sizer {
    width: 25%;
  }

  .masonry-wrapper[data-col-sm="4"] .grid-item.wide,
  .masonry-wrapper[data-col-sm="4"] .grid-item.large {
    width: 50%;
  }

  .masonry-wrapper[data-col-sm="4"] .grid-item.extra-large {
    width: 100%;
  }
}

@media (min-width: 768px) {

  .masonry-wrapper[data-col-sm="5"] .grid-item,
  .masonry-wrapper[data-col-sm="5"] .grid-sizer {
    width: 20%;
  }

  .masonry-wrapper[data-col-sm="5"] .grid-item.wide,
  .masonry-wrapper[data-col-sm="5"] .grid-item.large {
    width: 40%;
  }

  .masonry-wrapper[data-col-sm="5"] .grid-item.extra-large {
    width: 100%;
  }
}

@media (min-width: 768px) {

  .masonry-wrapper[data-col-sm="6"] .grid-item,
  .masonry-wrapper[data-col-sm="6"] .grid-sizer {
    width: 16.66667%;
  }

  .masonry-wrapper[data-col-sm="6"] .grid-item.wide,
  .masonry-wrapper[data-col-sm="6"] .grid-item.large {
    width: 33.33333%;
  }

  .masonry-wrapper[data-col-sm="6"] .grid-item.extra-large {
    width: 100%;
  }
}

@media (min-width: 768px) {

  .masonry-wrapper[data-col-sm="7"] .grid-item,
  .masonry-wrapper[data-col-sm="7"] .grid-sizer {
    width: 14.28571%;
  }

  .masonry-wrapper[data-col-sm="7"] .grid-item.wide,
  .masonry-wrapper[data-col-sm="7"] .grid-item.large {
    width: 28.57143%;
  }

  .masonry-wrapper[data-col-sm="7"] .grid-item.extra-large {
    width: 100%;
  }
}

@media (min-width: 768px) {

  .masonry-wrapper[data-col-sm="8"] .grid-item,
  .masonry-wrapper[data-col-sm="8"] .grid-sizer {
    width: 12.5%;
  }

  .masonry-wrapper[data-col-sm="8"] .grid-item.wide,
  .masonry-wrapper[data-col-sm="8"] .grid-item.large {
    width: 25%;
  }

  .masonry-wrapper[data-col-sm="8"] .grid-item.extra-large {
    width: 100%;
  }
}

@media (min-width: 768px) {

  .masonry-wrapper[data-col-sm="9"] .grid-item,
  .masonry-wrapper[data-col-sm="9"] .grid-sizer {
    width: 11.11111%;
  }

  .masonry-wrapper[data-col-sm="9"] .grid-item.wide,
  .masonry-wrapper[data-col-sm="9"] .grid-item.large {
    width: 22.22222%;
  }

  .masonry-wrapper[data-col-sm="9"] .grid-item.extra-large {
    width: 100%;
  }
}

@media (min-width: 768px) {

  .masonry-wrapper[data-col-sm="10"] .grid-item,
  .masonry-wrapper[data-col-sm="10"] .grid-sizer {
    width: 10%;
  }

  .masonry-wrapper[data-col-sm="10"] .grid-item.wide,
  .masonry-wrapper[data-col-sm="10"] .grid-item.large {
    width: 20%;
  }

  .masonry-wrapper[data-col-sm="10"] .grid-item.extra-large {
    width: 100%;
  }
}

@media (min-width: 992px) {

  .masonry-wrapper[data-col-md="1"] .grid-item,
  .masonry-wrapper[data-col-md="1"] .grid-sizer {
    width: 100%;
  }
}

@media (min-width: 992px) {

  .masonry-wrapper[data-col-md="2"] .grid-item,
  .masonry-wrapper[data-col-md="2"] .grid-sizer {
    width: 50%;
  }

  .masonry-wrapper[data-col-md="2"] .grid-item.wide,
  .masonry-wrapper[data-col-md="2"] .grid-item.large {
    width: 100%;
  }

  .masonry-wrapper[data-col-md="2"] .grid-item.extra-large {
    width: 100%;
  }
}

@media (min-width: 992px) {

  .masonry-wrapper[data-col-md="3"] .grid-item,
  .masonry-wrapper[data-col-md="3"] .grid-sizer {
    width: 33.33333%;
  }

  .masonry-wrapper[data-col-md="3"] .grid-item.wide,
  .masonry-wrapper[data-col-md="3"] .grid-item.large {
    width: 66.66667%;
  }

  .masonry-wrapper[data-col-md="3"] .grid-item.extra-large {
    width: 100%;
  }
}

@media (min-width: 992px) {

  .masonry-wrapper[data-col-md="4"] .grid-item,
  .masonry-wrapper[data-col-md="4"] .grid-sizer {
    width: 25%;
  }

  .masonry-wrapper[data-col-md="4"] .grid-item.wide,
  .masonry-wrapper[data-col-md="4"] .grid-item.large {
    width: 50%;
  }

  .masonry-wrapper[data-col-md="4"] .grid-item.extra-large {
    width: 100%;
  }
}

@media (min-width: 992px) {

  .masonry-wrapper[data-col-md="5"] .grid-item,
  .masonry-wrapper[data-col-md="5"] .grid-sizer {
    width: 20%;
  }

  .masonry-wrapper[data-col-md="5"] .grid-item.wide,
  .masonry-wrapper[data-col-md="5"] .grid-item.large {
    width: 40%;
  }

  .masonry-wrapper[data-col-md="5"] .grid-item.extra-large {
    width: 100%;
  }
}

@media (min-width: 992px) {

  .masonry-wrapper[data-col-md="6"] .grid-item,
  .masonry-wrapper[data-col-md="6"] .grid-sizer {
    width: 16.66667%;
  }

  .masonry-wrapper[data-col-md="6"] .grid-item.wide,
  .masonry-wrapper[data-col-md="6"] .grid-item.large {
    width: 33.33333%;
  }

  .masonry-wrapper[data-col-md="6"] .grid-item.extra-large {
    width: 100%;
  }
}

@media (min-width: 992px) {

  .masonry-wrapper[data-col-md="7"] .grid-item,
  .masonry-wrapper[data-col-md="7"] .grid-sizer {
    width: 14.28571%;
  }

  .masonry-wrapper[data-col-md="7"] .grid-item.wide,
  .masonry-wrapper[data-col-md="7"] .grid-item.large {
    width: 28.57143%;
  }

  .masonry-wrapper[data-col-md="7"] .grid-item.extra-large {
    width: 100%;
  }
}

@media (min-width: 992px) {

  .masonry-wrapper[data-col-md="8"] .grid-item,
  .masonry-wrapper[data-col-md="8"] .grid-sizer {
    width: 12.5%;
  }

  .masonry-wrapper[data-col-md="8"] .grid-item.wide,
  .masonry-wrapper[data-col-md="8"] .grid-item.large {
    width: 25%;
  }

  .masonry-wrapper[data-col-md="8"] .grid-item.extra-large {
    width: 100%;
  }
}

@media (min-width: 992px) {

  .masonry-wrapper[data-col-md="9"] .grid-item,
  .masonry-wrapper[data-col-md="9"] .grid-sizer {
    width: 11.11111%;
  }

  .masonry-wrapper[data-col-md="9"] .grid-item.wide,
  .masonry-wrapper[data-col-md="9"] .grid-item.large {
    width: 22.22222%;
  }

  .masonry-wrapper[data-col-md="9"] .grid-item.extra-large {
    width: 100%;
  }
}

@media (min-width: 992px) {

  .masonry-wrapper[data-col-md="10"] .grid-item,
  .masonry-wrapper[data-col-md="10"] .grid-sizer {
    width: 10%;
  }

  .masonry-wrapper[data-col-md="10"] .grid-item.wide,
  .masonry-wrapper[data-col-md="10"] .grid-item.large {
    width: 20%;
  }

  .masonry-wrapper[data-col-md="10"] .grid-item.extra-large {
    width: 100%;
  }
}

@media (min-width: 1200px) {

  .masonry-wrapper[data-col-lg="1"] .grid-item,
  .masonry-wrapper[data-col-lg="1"] .grid-sizer {
    width: 100%;
  }
}

@media (min-width: 1200px) {

  .masonry-wrapper[data-col-lg="2"] .grid-item,
  .masonry-wrapper[data-col-lg="2"] .grid-sizer {
    width: 50%;
  }

  .masonry-wrapper[data-col-lg="2"] .grid-item.wide,
  .masonry-wrapper[data-col-lg="2"] .grid-item.large {
    width: 100%;
  }

  .masonry-wrapper[data-col-lg="2"] .grid-item.extra-large {
    width: 100%;
  }
}

@media (min-width: 1200px) {

  .masonry-wrapper[data-col-lg="3"] .grid-item,
  .masonry-wrapper[data-col-lg="3"] .grid-sizer {
    width: 33.33333%;
  }

  .masonry-wrapper[data-col-lg="3"] .grid-item.wide,
  .masonry-wrapper[data-col-lg="3"] .grid-item.large {
    width: 66.66667%;
  }

  .masonry-wrapper[data-col-lg="3"] .grid-item.extra-large {
    width: 100%;
  }
}

@media (min-width: 1200px) {

  .masonry-wrapper[data-col-lg="4"] .grid-item,
  .masonry-wrapper[data-col-lg="4"] .grid-sizer {
    width: 25%;
  }

  .masonry-wrapper[data-col-lg="4"] .grid-item.wide,
  .masonry-wrapper[data-col-lg="4"] .grid-item.large {
    width: 50%;
  }

  .masonry-wrapper[data-col-lg="4"] .grid-item.extra-large {
    width: 100%;
  }
}

@media (min-width: 1200px) {

  .masonry-wrapper[data-col-lg="5"] .grid-item,
  .masonry-wrapper[data-col-lg="5"] .grid-sizer {
    width: 20%;
  }

  .masonry-wrapper[data-col-lg="5"] .grid-item.wide,
  .masonry-wrapper[data-col-lg="5"] .grid-item.large {
    width: 40%;
  }

  .masonry-wrapper[data-col-lg="5"] .grid-item.extra-large {
    width: 100%;
  }
}

@media (min-width: 1200px) {

  .masonry-wrapper[data-col-lg="6"] .grid-item,
  .masonry-wrapper[data-col-lg="6"] .grid-sizer {
    width: 16.66667%;
  }

  .masonry-wrapper[data-col-lg="6"] .grid-item.wide,
  .masonry-wrapper[data-col-lg="6"] .grid-item.large {
    width: 33.33333%;
  }

  .masonry-wrapper[data-col-lg="6"] .grid-item.extra-large {
    width: 100%;
  }
}

@media (min-width: 1200px) {

  .masonry-wrapper[data-col-lg="7"] .grid-item,
  .masonry-wrapper[data-col-lg="7"] .grid-sizer {
    width: 14.28571%;
  }

  .masonry-wrapper[data-col-lg="7"] .grid-item.wide,
  .masonry-wrapper[data-col-lg="7"] .grid-item.large {
    width: 28.57143%;
  }

  .masonry-wrapper[data-col-lg="7"] .grid-item.extra-large {
    width: 100%;
  }
}

@media (min-width: 1200px) {

  .masonry-wrapper[data-col-lg="8"] .grid-item,
  .masonry-wrapper[data-col-lg="8"] .grid-sizer {
    width: 12.5%;
  }

  .masonry-wrapper[data-col-lg="8"] .grid-item.wide,
  .masonry-wrapper[data-col-lg="8"] .grid-item.large {
    width: 25%;
  }

  .masonry-wrapper[data-col-lg="8"] .grid-item.extra-large {
    width: 100%;
  }
}

@media (min-width: 1200px) {

  .masonry-wrapper[data-col-lg="9"] .grid-item,
  .masonry-wrapper[data-col-lg="9"] .grid-sizer {
    width: 11.11111%;
  }

  .masonry-wrapper[data-col-lg="9"] .grid-item.wide,
  .masonry-wrapper[data-col-lg="9"] .grid-item.large {
    width: 22.22222%;
  }

  .masonry-wrapper[data-col-lg="9"] .grid-item.extra-large {
    width: 100%;
  }
}

@media (min-width: 1200px) {

  .masonry-wrapper[data-col-lg="10"] .grid-item,
  .masonry-wrapper[data-col-lg="10"] .grid-sizer {
    width: 10%;
  }

  .masonry-wrapper[data-col-lg="10"] .grid-item.wide,
  .masonry-wrapper[data-col-lg="10"] .grid-item.large {
    width: 20%;
  }

  .masonry-wrapper[data-col-lg="10"] .grid-item.extra-large {
    width: 100%;
  }
}

.masonry-wrapper[data-gap="5"] {
  margin: -3px;
}

.masonry-wrapper[data-gap="5"] .grid-item .grid-item__content-wrapper {
  margin: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
}

.masonry-wrapper[data-gap="10"] {
  margin: -5px;
}

.masonry-wrapper[data-gap="10"] .grid-item .grid-item__content-wrapper {
  margin: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}

.masonry-wrapper[data-gap="15"] {
  margin: -8px;
}

.masonry-wrapper[data-gap="15"] .grid-item .grid-item__content-wrapper {
  margin: 8px;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
}

.masonry-wrapper[data-gap="20"] {
  margin: -10px;
}

.masonry-wrapper[data-gap="20"] .grid-item .grid-item__content-wrapper {
  margin: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}

.masonry-wrapper[data-gap="25"] {
  margin: -13px;
}

.masonry-wrapper[data-gap="25"] .grid-item .grid-item__content-wrapper {
  margin: 13px;
  top: 13px;
  right: 13px;
  bottom: 13px;
  left: 13px;
}

.masonry-wrapper[data-gap="30"] {
  margin: -15px;
}

.masonry-wrapper[data-gap="30"] .grid-item .grid-item__content-wrapper {
  margin: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
}

/*1. RESET AND TYPHOGRAPHY */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: 600;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

* {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cormorant Garamond", serif;
  position: relative;
  color: #222;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p {
  font-size: 1.4rem;
  line-height: 1.6em;
  color: #333;
}

p span {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
}

a {
  position: relative;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:hover {
  color: #fff;
}

a,
input,
textarea,
button,
select {
  outline: none;
}

a:hover,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  text-decoration: none;
}

a:focus,
button:focus,
select:focus,
input:focus,
textarea:focus {
  outline: none;
  text-decoration: none;
}

img {
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
  width: 100%;
}

figure {
  margin: 0;
}

.teh-document ul,
.teh-document ol {
  margin-bottom: 10px;
}

.teh-document ul ul,
.teh-document ul ol,
.teh-document ol ul,
.teh-document ol ol {
  margin-bottom: 0;
}

.teh-document ul li,
.teh-document ol li {
  color: #777;
  font-size: 14px;
  line-height: 1.6em;
}

.teh-document p {
  margin-bottom: 1rem;
  line-height: 1.8em;
  color: #777;
}

.teh-document p strong {
  color: #222;
}

.teh-document blockquote {
  text-align: center;
}

.teh-document blockquote p {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.4em;
}

.teh-success {
  color: #529115;
  font-weight: 500;
}

.teh-heading {
  margin-bottom: 1.5rem;
  font-family: "Playfair Display", serif;
  font-size: 3.6rem;
  color: #000000;
  font-weight: 400;
  line-height: 1.4em;
}

/*2. ELEMENTS */
.teh-row {
  margin: 0 -15px;
}

.teh-row::after {
  clear: both;
  content: "";
  display: table;
}

.teh-row .teh-column {
  float: left;
  width: 20%;
  padding: 0 15px;
}

@media (max-width: 1600px) {
  .teh-row .teh-column {
    width: 25%;
  }
}

@media (max-width: 991px) {
  .teh-row .teh-column {
    width: calc(100% / 3);
  }
}

@media (max-width: 767px) {
  .teh-row .teh-column {
    width: calc(100% / 2);
  }
}

@media (max-width: 479px) {
  .teh-row .teh-column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .teh-col-tiny .col-xs-12 {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .teh-col-tiny .col-xs-12 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.teh-sidebar {
  padding: 0 30px;
  max-width: 400px;
}

.teh-main {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

@media (max-width: 767px) {
  .teh-main {
    padding: 6rem 0;
  }
}

body {
  overflow-x: hidden;
}

.teh-list--social {
  margin: 0;
  padding: 0;
}

.teh-list--social li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.teh-list--social li a {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  color: #c61a32;
}

.teh-list--social li a.facebook i {
  color: #3b5999;
}

.teh-list--social li a.instagram i {
  color: #e4405f;
}

.teh-list--social li a.vimeo i {
  color: #1ab7ea;
}

.teh-list--social li a.behance i {
  color: #131418;
}

.teh-list--social li a.linkedin i {
  color: #0077B5;
}

.teh-list--social li a:hover i {
  color: #c61a32;
}

.teh-list--pricing li {
  position: relative;
  padding: 1.5rem 2rem;
  background-color: #ffffff;
  vertical-align: top;
  color: #000000;
}

.teh-list--pricing li::after {
  clear: both;
  content: "";
  display: table;
}

.teh-list--pricing li span {
  float: right;
  vertical-align: top;
}

.teh-list--pricing li:nth-child(even) {
  background-color: #f7f4ee;
}

.teh-list--checked li {
  margin-bottom: 20px;
}

.teh-list--checked li a {
  position: relative;
  display: block;
  padding-left: 30px;
  font-size: 14px;
  color: #313131;
}

.teh-list--checked li a:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 20px;
  height: 20px;
  border: solid 1px #8d8d8d;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.teh-list--checked li a:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 8px;
  color: #fff;
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  visibility: hidden;
  opacity: 0;
}

.teh-list--checked li a:hover:before {
  background-color: #c61a32;
  border-color: #c61a32;
}

.teh-list--checked li a:hover:after {
  visibility: visible;
  opacity: 1;
}

.teh-list--checked li.current a:before {
  background-color: #c61a32;
  border-color: #c61a32;
}

.teh-list--checked li.current a:after {
  visibility: visible;
  opacity: 1;
}

.teh-list--checked.teh-list--checked-circle li a:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.teh-list--checked.teh-list--checked-circle li a:hover:before {
  background-color: #a7a7a7;
  border-color: #a7a7a7;
}

.teh-list--arrow a {
  position: relative;
  display: block;
  padding-left: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #626262;
}

.teh-list--arrow a:before {
  content: "\f0da";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  font-family: FontAwesome;
}

.teh-list--arrow a:hover {
  color: #c61a32;
}

.teh-list--arrow a:hover .circle {
  background-color: #222222;
  border-color: #222222;
}

.teh-list--arrow a:hover .circle:before {
  color: #fff;
  visibility: visible;
  opacity: 1;
}

.teh-list--arrow li {
  margin-bottom: 20px;
}

.teh-list--arrow li.current a {
  color: #222222;
}

.teh-list--arrow li.current .circle {
  background-color: #222222;
}

.teh-list--arrow li.current .circle:before {
  visibility: visible;
  opacity: 1;
  color: #fff;
}

.teh-list--dot {
  margin: 0;
  padding: 0;
  margin-bottom: 2rem;
  list-style-type: none;
}

.teh-list--dot li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 20px;
  font-size: 1.4rem;
  color: #000000;
  line-height: 20px;
}

.teh-list--dot li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #000000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .teh-list--dot li {
    font-size: 1.8rem;
  }
}

.teh-list--filter li a {
  display: block;
  padding: .8rem 0;
  font-size: 1.4rem;
  color: #777;
  line-height: 20px;
}

.teh-list--filter li a:hover {
  color: #222222;
}

.teh-list--filter li.current>a {
  color: #222222;
}

.teh-mega>li {
  display: block;
}

.teh-mega>li>a {
  display: block;
  padding: 1.8rem 2rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 20px;
  color: #414861;
}

.teh-mega>li>a:hover {
  color: #ffffff;
  background-color: #5e6b9d;
}

.teh-mega>li:nth-child(even) {
  background-color: #fff;
  background-color: #fff6ef;
}

.teh-mega>li.has-sub>a {
  position: relative;
}

.teh-mega>li.has-sub>a:before {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}

.teh-mega>li.has-sub:hover .teh-mega__content {
  visibility: visible;
  opacity: 1;
}

.teh-mega .teh-mega__content {
  position: absolute;
  top: 0;
  left: 100%;
  width: calc(1200px - 280px);
  height: 100%;
  padding: 3rem;
  z-index: 999;
  background-color: #efefef;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
}

.teh-mega .teh-mega__content .teh-collection {
  display: block;
  margin-bottom: 3rem;
}

@media (max-width: 1199px) {
  .teh-mega .teh-mega__content {
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    width: 100%;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    transition: all 0s ease;
    display: none;
  }
}

.menu-toggle,
.teh-btn--hamburger {
  position: relative;
  display: inline-block;
  display: none;
  width: 40px;
  height: 40px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.menu-toggle span,
.menu-toggle:before,
.menu-toggle:after,
.teh-btn--hamburger span,
.teh-btn--hamburger:before,
.teh-btn--hamburger:after {
  position: absolute;
  right: 10px;
  height: 2px;
  width: 20px;
  background-color: #303030;
  z-index: 100;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.menu-toggle span,
.teh-btn--hamburger span {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu-toggle:before,
.menu-toggle:after,
.teh-btn--hamburger:before,
.teh-btn--hamburger:after {
  content: '';
}

.menu-toggle:before,
.teh-btn--hamburger:before {
  top: 12px;
}

.menu-toggle:after,
.teh-btn--hamburger:after {
  bottom: 12px;
}

.menu-toggle:hover,
.teh-btn--hamburger:hover {
  cursor: pointer;
}

.menu-toggle.active span,
.teh-btn--hamburger.active span {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  visibility: hidden;
  opacity: 0;
}

.menu-toggle.active:before,
.menu-toggle.active:after,
.teh-btn--hamburger.active:before,
.teh-btn--hamburger.active:after {
  top: 50%;
  bottom: auto;
  width: 20px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: #fc354c;
}

.menu-toggle.active:before,
.teh-btn--hamburger.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-toggle.active:after,
.teh-btn--hamburger.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 1199px) {

  .menu-toggle,
  .teh-btn--hamburger {
    display: inline-block;
  }
}

button {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.teh-btn,
button.teh-btn {
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  border: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 50px;
  background-color: #c61a32;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.teh-btn--rounded,
button.teh-btn--rounded {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}

.teh-btn--curve,
button.teh-btn--curve {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.teh-btn--outline,
button.teh-btn--outline {
  border: 1px solid #c61a32;
  color: #c61a32;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.teh-btn--outline:hover,
button.teh-btn--outline:hover {
  color: #ffffff;
  background-color: #c61a32;
}

.teh-btn--fullwidth,
button.teh-btn--fullwidth {
  width: 100%;
  text-align: center;
}

.teh-btn--sm,
button.teh-btn--sm {
  padding: .5rem 2rem;
  font-size: 1.2rem;
}

.teh-btn--sm.teh-btn--curve,
button.teh-btn--sm.teh-btn--curve {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.teh-btn--lg,
button.teh-btn--lg {
  padding: 1.5rem 4rem;
}

.teh-btn--xl,
button.teh-btn--xl {
  padding: 2rem 6rem;
  font-size: 1.6rem;
}

.teh-btn.teh-btn--reverse,
button.teh-btn.teh-btn--reverse {
  background-color: #576391;
}

.teh-btn.teh-btn--reverse:hover,
button.teh-btn.teh-btn--reverse:hover {
  background-color: #222222;
}

.teh-btn.teh-btn--gray,
button.teh-btn.teh-btn--gray {
  background-color: #e5e5e5;
  color: #000000;
  font-size: 1.6rem;
}

.teh-btn.teh-btn--black,
button.teh-btn.teh-btn--black {
  background-color: #222;
}

.teh-btn.teh-btn--black.teh-btn--outline,
button.teh-btn.teh-btn--black.teh-btn--outline {
  background-color: transparent;
  border: 1px solid #222;
  color: #222;
}

.teh-btn.teh-btn--black.teh-btn--outline:hover,
button.teh-btn.teh-btn--black.teh-btn--outline:hover {
  background-color: #222;
  color: #ffffff;
}

.teh-btn:hover,
.teh-btn:active,
button.teh-btn:hover,
button.teh-btn:active {
  background-color: #222;
  color: #fff;
}

.teh-btn:hover.teh-btn--black,
.teh-btn:active.teh-btn--black,
button.teh-btn:hover.teh-btn--black,
button.teh-btn:active.teh-btn--black {
  background-color: #6f5a2a;
}

.teh-btn--favorite {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: none;
  font-size: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  vertical-align: top;
}

.teh-btn--favorite i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.teh-btn--favorite:hover i {
  color: #222222;
}

.teh-btn--close {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #9e9e9e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.teh-btn--close:before,
.teh-btn--close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 50%;
  background-color: #9f9a98;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.teh-btn--close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.teh-btn--close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.teh-btn--close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.teh-btn--close:hover:before,
.teh-btn--close:hover:after {
  background-color: #f44336;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.teh-btn--close.teh-btn--no-boder {
  border: none;
}

#back2top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 35px;
  height: 35px;
  z-index: 10000;
  background-color: #111;
  border: none;
  /* border-radius: 4px; */
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#back2top i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10001;
  font-size: 15px;
  padding-bottom: 5px;
  color: #fff;
}

#back2top:hover {
  cursor: pointer;
  background-color: #e6e6e6;
}

#back2top.active {
  bottom: 30px;
  visibility: visible;
  opacity: 1;
}

@media (max-width: 767px) {
  #back2top {
    bottom: 20px;
    right: 20px;
  }

  #back2top.active {
    bottom: 20px;
  }
}

.form-control {
  outline: none;
  height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background-color: #eeeeee;
  border-color: #eee;
  font-size: 1.4rem;
  padding: 0 2rem;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.form-control::-webkit-input-placeholder {
  opacity: 1;
}

.form-control::-moz-placeholder {
  opacity: 1;
}

.form-control:-moz-placeholder {
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  opacity: 1;
}

.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border-color: #222222;
}

button {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

textarea.form-control {
  height: auto;
  padding: 2rem;
  resize: none;
}

.teh-input--has-icon {
  position: relative;
}

.teh-input--has-icon>i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}

.teh-select {
  display: inline-block;
  min-width: 120px;
  cursor: pointer;
}

.teh-select .selectize-input {
  vertical-align: top;
}

.teh-number {
  position: relative;
}

.teh-number span {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 50%;
  border-left: 1px solid #979797;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.teh-number span:before {
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #222;
}

.teh-number span.up {
  border-bottom: 1px solid #979797;
}

.teh-number span.up:before {
  content: "\f106";
}

.teh-number span.down {
  top: auto;
  bottom: 0;
}

.teh-number span.down:before {
  content: "\f107";
}

.teh-number span:hover {
  cursor: pointer;
  background-color: #c61a32;
}

.teh-number span:hover:before {
  color: #fff;
}

.form-group {
  margin-bottom: 2.5rem;
}

.form-group>label {
  margin-bottom: 1.5rem;
  font-weight: 400;
  color: #000000;
  line-height: 1em;
}

.form-group--inline {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.form-group--inline>label {
  margin-bottom: 0;
  font-weight: 700;
  min-width: 160px;
  max-width: 160px;
}

.form-group--inline .form-group__content {
  width: 100%;
}

@media (max-width: 1199px) {
  .form-group--inline {
    padding-left: 0;
  }

  .form-group--inline label {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .form-group--inline.textarea label {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .form-group--inline {
    display: block;
  }
}

.teh-remove {
  position: relative;
  display: inline-block;
  background-color: #f1f1f1;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.teh-remove:before,
.teh-remove:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  background-color: #b1b1b1;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.teh-remove:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.teh-remove:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.teh-remove:hover {
  background-color: #333;
}

.teh-remove:hover:before,
.teh-remove:hover:after {
  background-color: #fff;
}

.teh-form--icon {
  position: relative;
}

.teh-form--icon>i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.teh-checkbox {
  position: relative;
  display: block;
}

.teh-checkbox>input {
  position: absolute;
  visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.teh-checkbox label {
  position: relative;
  padding-left: 30px;
  font-family: "Montserrat", sans-serif;
  color: rgba(34, 34, 34, 0.5);
  font-weight: 400;
  cursor: pointer;
}

.teh-checkbox label:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  height: 20px;
  width: 20px;
  z-index: 10;
  border: 1px solid #ccc;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.teh-checkbox label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 6px;
  height: 10px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  z-index: 10;
  opacity: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.teh-checkbox input[type=checkbox]:checked~label:before {
  background-color: #222222;
  border-color: #222222;
}

.teh-checkbox input[type=checkbox]:checked~label:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
}

.teh-checkbox--inline {
  display: inline-block;
  margin-bottom: 1rem;
}

.teh-checkbox--color input {
  height: 0;
}

.teh-checkbox--color label {
  margin-bottom: 0;
  min-height: 30px;
  width: 30px;
  vertical-align: top;
}

.teh-checkbox--color label:before {
  background-color: #8d74d9;
  border: none;
  width: 3rem;
  height: 3rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.teh-checkbox--color label:after {
  top: 5px;
  left: 13px;
  width: 7px;
  height: 16px;
}

.teh-checkbox--color input[type=checkbox]:checked~label:before {
  background-color: #8d74d9;
}

.teh-checkbox--color.teh-checkbox--inline {
  margin-right: .5rem;
}

.teh-checkbox--color.color-2 label:before {
  background-color: #ff4f52;
}

.teh-checkbox--color.color-2 input[type=checkbox]:checked~label:before {
  background-color: #ff4f52;
}

.teh-checkbox--color.color-3 label:before {
  background-color: #f77495;
}

.teh-checkbox--color.color-3 input[type=checkbox]:checked~label:before {
  background-color: #f77495;
}

.teh-checkbox--color.color-4 label:before {
  background-color: #ffa34d;
}

.teh-checkbox--color.color-4 input[type=checkbox]:checked~label:before {
  background-color: #ffa34d;
}

.teh-checkbox--color.color-5 label:before {
  background-color: #ffd980;
}

.teh-checkbox--color.color-5 input[type=checkbox]:checked~label:before {
  background-color: #ffd980;
}

.teh-checkbox--color.color-6 label:before {
  background-color: #4592ff;
}

.teh-checkbox--color.color-6 input[type=checkbox]:checked~label:before {
  background-color: #4592ff;
}

.teh-checkbox--color.color-7 label:before {
  background-color: #89c2f4;
}

.teh-checkbox--color.color-7 input[type=checkbox]:checked~label:before {
  background-color: #89c2f4;
}

.teh-checkbox--color.color-8 label:before {
  background-color: #3dc47e;
}

.teh-checkbox--color.color-8 input[type=checkbox]:checked~label:before {
  background-color: #3dc47e;
}

.teh-checkbox--color.color-9 label:before {
  background-color: #967c62;
}

.teh-checkbox--color.color-9 input[type=checkbox]:checked~label:before {
  background-color: #967c62;
}

.teh-checkbox--color.color-10 label:before {
  background-color: #282f36;
}

.teh-checkbox--color.color-10 input[type=checkbox]:checked~label:before {
  background-color: #282f36;
}

.teh-checkbox--color.color-10 label:before {
  background-color: #bec0c2;
}

.teh-checkbox--color.color-10 input[type=checkbox]:checked~label:before {
  background-color: #bec0c2;
}

.teh-checkbox--size {
  margin-right: 1rem;
}

.teh-checkbox--size>label {
  margin-bottom: 0;
  padding: 8px 20px;
  border: none;
  color: #222222;
  background-color: #f6f6f6;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.teh-checkbox--size>label:before,
.teh-checkbox--size>label:after {
  display: none;
}

.teh-checkbox--size input[type=checkbox]:checked~label {
  color: #ffffff;
  background-color: #a7a7a7;
}

.teh-radio {
  position: relative;
}

.teh-radio>input {
  position: absolute;
  visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.teh-radio label {
  position: relative;
  padding-left: 30px;
  font-family: "Montserrat", sans-serif;
  color: #737373;
  font-weight: 400;
  cursor: pointer;
}

.teh-radio label:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  height: 20px;
  width: 20px;
  z-index: 10;
  border: 1px solid rgba(19, 8, 1, 0.2);
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.teh-radio label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  z-index: 15;
  opacity: 0;
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.teh-radio input[type=radio]:checked~label:before {
  background-color: #222222;
  border-color: #222222;
}

.teh-radio input[type=radio]:checked~label:after {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

.teh-radio--inline {
  display: inline-block;
  margin-right: 20px;
}

.teh-radio--color {
  margin-right: 1rem;
}

.teh-radio--color>label {
  margin-bottom: 0;
  width: 20px;
  height: 20px;
  padding-left: 0;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.teh-radio--color>label:before {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: none;
}

.teh-radio--color>label:after {
  display: none !important;
}

.teh-radio--color input[type=radio]:checked~label {
  background-color: rgba(61, 196, 126, 0.5);
}

.teh-radio--color.color-1 label:before {
  background-color: #3dc47e !important;
}

.teh-radio--color.color-1 input[type=radio]:checked~label {
  background-color: rgba(61, 196, 126, 0.5);
}

.teh-radio--color.color-2 label:before {
  background-color: #a2d2fc !important;
}

.teh-radio--color.color-2 input[type=radio]:checked~label {
  background-color: rgba(162, 210, 252, 0.5);
}

.teh-radio--color.color-3 label:before {
  background-color: #ffd980 !important;
}

.teh-radio--color.color-3 input[type=radio]:checked~label {
  background-color: rgba(255, 217, 128, 0.5);
}

.teh-color {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 5px;
}

.teh-color--1 {
  background-color: #000;
}

.teh-color--2 {
  background-color: #ad4d4b;
}

.teh-color--3 {
  background-color: #fdb201;
}

.teh-color:last-child {
  margin-right: 0;
}

.teh-form--number {
  position: relative;
}

.teh-form--number>span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 50%;
  background-color: #c61a32;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.teh-form--number>span i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
}

.teh-form--number>span:hover {
  background-color: #222222;
  color: #fff;
}

.teh-form--number .teh-form__up {
  top: 0;
}

.teh-form--number .teh-form__down {
  bottom: 0;
}

.form-group--number {
  display: inline-block;
}

.form-group--number .input-group-btn {
  display: inline-block;
}

.form-group--number input.form-control {
  position: relative;
  top: 0;
  margin-right: -4px;
  display: inline-block;
  width: 130px;
  height: 40px;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.form-group--number input.form-control:focus {
  border-color: #f1f1f1;
}

.form-group--number button {
  display: inline-block;
  height: 40px;
  width: 40px;
  border: none;
  color: #fff;
  font-size: 20px;
  vertical-align: top;
  background-color: #414861;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.form-group--number button:hover {
  background-color: #5e6b9d;
}

.form-group--number button.minus {
  float: left;
}

.teh-dropdown {
  position: relative;
  display: inline-block;
}

.teh-dropdown>a {
  position: relative;
  display: block;
  padding-right: 15px;
}

.teh-dropdown>a:after {
  content: '\f107';
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.teh-dropdown ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  min-width: 150px;
  max-width: 200px;
  width: 100%;
  padding: 4px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px 2px rgba(204, 204, 204, 0.2);
  -moz-box-shadow: 0 1px 1px 2px rgba(204, 204, 204, 0.2);
  -ms-box-shadow: 0 1px 1px 2px rgba(204, 204, 204, 0.2);
  box-shadow: 0 1px 1px 2px rgba(204, 204, 204, 0.2);
  visibility: hidden;
  opacity: 0;
  text-align: left;
}

.teh-dropdown ul li a {
  display: block;
  font-size: 1.3rem;
  color: #222;
  padding: 6px 10px;
}

.teh-dropdown.open ul {
  visibility: visible;
  opacity: 1;
}

.selectize-dropdown {
  z-index: 100;
}

.teh-post {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.teh-post .teh-post__thumbnail {
  position: relative;
  overflow: hidden;
}

.teh-post .teh-post__thumbnail img {
  width: 100%;
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-transition: -webkit-transform 0.8s ease;
  -moz-transition: -moz-transform 0.8s ease;
  transition: transform 0.8s ease;
}

.teh-post .teh-post__thumbnail:hover img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.teh-post .teh-post__posted {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #ffffff;
  color: #777;
  line-height: 2rem;
  padding: 1rem 2rem;
}

.teh-post .teh-post__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.teh-post .teh-post__content {
  padding: 2rem 3rem 4rem;
  text-align: center;
  -webkit-box-shadow: 0 0 5px 1px rgba(204, 204, 204, 0.4);
  -moz-box-shadow: 0 0 5px 1px rgba(204, 204, 204, 0.4);
  -ms-box-shadow: 0 0 5px 1px rgba(204, 204, 204, 0.4);
  box-shadow: 0 0 5px 1px rgba(204, 204, 204, 0.4);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.teh-post .teh-post__content p {
  margin-bottom: 2rem;
  line-height: 1.7em;
  color: #354052;
}

.teh-post .teh-post__title {
  display: block;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  color: #000;
  font-weight: 500;
  line-height: 1.6em;
}

.teh-post .teh-post__title:hover {
  color: #c61a32;
}

.teh-post .teh-post__meta {
  padding-bottom: 1.5rem;
  color: #777777;
}

.teh-post .teh-post__meta img {
  max-width: 3rem;
  margin-right: 1rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.teh-post .teh-post__meta span {
  margin-right: 2rem;
  font-style: italic;
}

.teh-post .teh-post__meta span a {
  color: #222;
  font-weight: 500;
  font-style: normal;
}

.teh-post .teh-post__meta span a:hover {
  color: #c61a32;
}

.teh-post .teh-post__meta span:last-child {
  font-style: normal;
}

.teh-post .teh-post__meta i {
  margin-right: 5px;
}

.teh-post .teh-post__meta p {
  margin-bottom: 0;
  color: #767676;
}

.teh-post .teh-post__meta p a {
  color: #222222;
}

.teh-post .teh-post__meta p a:hover {
  text-decoration: underline;
}

.teh-post .teh-post__morelink {
  color: #c61a32;
  vertical-align: middle;
  font-weight: 500;
  font-size: 1.3rem;
}

.teh-post .teh-post__morelink i {
  vertical-align: middle;
  margin-left: 1.5rem;
  font-size: 2rem;
}

.teh-post .teh-post__morelink:hover {
  color: #222222;
}

.teh-post:hover {
  cursor: default;
  -webkit-box-shadow: 0 2px 5px 2px rgba(204, 204, 204, 0.2);
  -moz-box-shadow: 0 2px 5px 2px rgba(204, 204, 204, 0.2);
  -ms-box-shadow: 0 2px 5px 2px rgba(204, 204, 204, 0.2);
  box-shadow: 0 2px 5px 2px rgba(204, 204, 204, 0.2);
}

@media (max-width: 991px) {
  .teh-post {
    margin: 0 auto 3rem;
    display: flex;
  }

  .teh-post>* {
    width: 100%;
    max-width: 50%;
  }

  .teh-post .teh-post__content {
    padding-top: 0;
    box-shadow: 0 0 #000;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .teh-post .teh-post__thumbnail {
    max-width: 40%;
  }

  .teh-post .teh-post__content {
    max-width: 60%;
  }
}

@media (max-width: 479px) {
  .teh-post {
    flex-flow: row wrap;
  }

  .teh-post .teh-post__thumbnail {
    max-width: 100%;
  }

  .teh-post .teh-post__content {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
}

.teh-post--footer {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e5e5;
}

.teh-post--footer>* {
  width: 100%;
}

.teh-post--footer .teh-post__thumbnail {
  max-width: 70px;
}

.teh-post--footer .teh-post__content {
  padding-left: 2rem;
}

.teh-post--footer:last-child {
  border-bottom: 0;
}

.teh-post--list {
  margin-bottom: 5rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #eee;
}

.teh-post--list .teh-post__meta .teh-post__categories {
  margin-left: 1rem;
}

.teh-post--list .teh-post__actions .teh-post__comments {
  display: inline-block;
  margin-right: 2rem;
  color: #5e6b9d;
  font-weight: 500;
  font-size: 1.4rem;
}

.teh-post--list .teh-post__actions p {
  margin-bottom: 0;
  display: inline-block;
  font-weight: 700;
}

.teh-post--list .teh-post__actions p a {
  display: inline-block;
  vertical-align: top;
  margin-right: 1rem;
  color: #5e6b9d;
}

.teh-post--list .teh-post__actions p a:first-child {
  margin-left: 1rem;
}

.teh-post--list .teh-post__actions p a:last-child {
  margin-right: 0;
}

.teh-post--list .teh-post__actions p a:hover {
  color: #222222;
}

.teh-post--list .teh-post__footer::after {
  clear: both;
  content: "";
  display: table;
}

.teh-post--list .teh-post__footer>a {
  display: inline-block;
  float: left;
}

.teh-post--list .teh-post__footer .teh-post__actions {
  float: right;
}

.teh-post--sidebar {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.teh-post--sidebar .teh-post__thumbnail {
  width: 70px;
  min-width: 70px;
}

.teh-post--sidebar .teh-post__content {
  width: 100%;
  padding-left: 2rem;
}

.teh-post--sidebar .teh-post__content p {
  font-size: 12px;
  text-transform: uppercase;
}

.teh-post--sidebar .teh-post__title {
  display: block;
  margin-bottom: 10px;
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2em;
  color: #000;
}

.teh-post--sidebar .teh-post__title:hover {
  color: #c61a32;
}

.teh-post--sidebar:last-child {
  margin-bottom: 0;
}

@media (max-width: 479px) {
  .teh-post--sidebar .teh-post__title {
    font-size: 1.6rem;
  }
}

.teh-post--detail {
  margin-bottom: 4rem;
}

.teh-post--detail .teh-post__header {
  padding: 0 0 10rem;
  text-align: center;
}

.teh-post--detail .teh-post__header h1 {
  margin-bottom: 2rem;
  font-size: 2.8rem;
  font-weight: 500;
}

.teh-post--detail .teh-post__meta {
  padding-bottom: 1.5rem;
  color: #777777;
}

.teh-post--detail .teh-post__meta img {
  max-width: 3rem;
  margin-right: 1rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.teh-post--detail .teh-post__meta span {
  margin-right: 2rem;
  font-style: italic;
}

.teh-post--detail .teh-post__meta span a {
  color: #222;
  font-weight: 500;
  font-style: normal;
}

.teh-post--detail .teh-post__meta span a:hover {
  color: #c61a32;
}

.teh-post--detail .teh-post__meta span:last-child {
  font-style: normal;
}

.teh-post--detail .teh-post__meta i {
  margin-right: 5px;
}

.teh-post--detail .teh-post__meta p {
  margin-bottom: 0;
  color: #767676;
}

.teh-post--detail .teh-post__meta p a {
  color: #222222;
}

.teh-post--detail .teh-post__meta p a:hover {
  text-decoration: underline;
}

.teh-post--detail .teh-post__footer {
  padding-top: 3rem;
  margin-top: 4rem;
  border-top: 1px solid #eee;
  text-align: center;
}

.teh-post--detail .teh-post__footer::after {
  clear: both;
  content: "";
  display: table;
}

.teh-post--detail .teh-post__footer p {
  color: #222;
}

.teh-post--detail .teh-post__footer p a {
  color: #777;
  margin-left: 10px;
}

.teh-post--detail .teh-post__footer p a:hover {
  color: #c61a32;
}

.teh-post--detail .teh-post__footer .share {
  color: #222;
}

.teh-post--detail .teh-post__footer .share a {
  margin-right: 5px;
  padding: 0 5px;
  color: #777;
  display: inline-block;
}

.teh-post--detail .teh-post__footer .share a:hover {
  color: #c61a32;
}

.teh-post--detail p {
  margin-bottom: 2rem;
}

.teh-post--detail.teh-post--modern {
  padding-top: 5rem;
}

@media (max-width: 767px) {
  .teh-post--detail .teh-post__header {
    padding: 5rem 0;
  }

  .teh-post--detail .teh-post__header h1 {
    font-size: 1.8rem;
  }
}

.teh-pagination {
  text-align: center;
}

.teh-pagination::after {
  clear: both;
  content: "";
  display: table;
}

.teh-pagination .pagination {
  margin: 0;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-size: 0;
}

.teh-pagination .pagination li {
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
}

.teh-pagination .pagination li>a {
  padding: 0;
  width: 50px;
  position: relative;
  display: inline-block;
  z-index: 30;
  font-size: 1.3rem;
  color: #999;
  line-height: 50px;
  border: none;
  line-height: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-weight: 400;
}

.teh-pagination .pagination li>a:hover {
  color: #555;
  font-weight: 500;
  background-color: #f6f6f6;
}

.teh-pagination .pagination li.active {
  border: none;
}

.teh-pagination .pagination li.active a {
  color: #555;
  font-weight: 500;
  background-color: #f6f6f6;
}

.teh-pagination .pagination li:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .teh-pagination .pagination>li>a {
    width: 40px;
    line-height: 40px;
    font-size: 1.4rem;
  }
}

.teh-breadcrumb {
  padding: 10px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}

.teh-breadcrumb .breadcrumb {
  display: inline-block;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.teh-breadcrumb .breadcrumb li {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 20px;
  color: #777;
}

.teh-breadcrumb .breadcrumb li:before {
  content: "/";
  margin: 0 5px;
}

.teh-breadcrumb .breadcrumb li:first-child {
  padding-left: 0;
}

.teh-breadcrumb .breadcrumb li:first-child:before {
  display: none;
}

.teh-breadcrumb .breadcrumb a {
  font-size: 16px;
  font-size: 1.2rem;
  line-height: 20px;
  color: #777;
}

.teh-breadcrumb .breadcrumb a:hover {
  color: #c61a32;
}

.teh-breadcrumb .breadcrumb a i {
  margin-right: 5px;
}

@media (max-width: 991px) {
  .teh-breadcrumb {
    position: relative;
  }

  .teh-breadcrumb .breadcrumb li {
    font-size: 12px;
  }

  .teh-breadcrumb .breadcrumb a {
    font-size: 12px;
  }
}

.teh-block--collection {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  flex-flow: column wrap;
}

.teh-block--collection>.teh-block__thumbnail {
  position: relative;
  overflow: hidden;
}

.teh-block--collection>.teh-block__thumbnail img {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.teh-block--collection>.teh-block__thumbnail:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.teh-block--collection>.teh-block__content {
  padding-top: 10rem;
  padding-right: 7rem;
  text-align: right;
}

.teh-block--collection>.teh-block__content h5 {
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-size: 1.6rem;
  color: #777;
}

.teh-block--collection>.teh-block__content h3 {
  margin-bottom: 2.5rem;
  font-size: 5rem;
  color: #222;
  font-weight: 400;
}

.teh-block--collection>.teh-block__content p {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
}

.teh-block--collection>.teh-block__content .teh-block__morelink {
  display: inline-block;
  font-size: 1.6rem;
  color: #222;
  font-weight: 600;
  line-height: 1.8em;
}

.teh-block--collection>.teh-block__content .teh-block__morelink:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #222;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.teh-block--collection>.teh-block__content .teh-block__morelink:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.teh-block--collection.teh-block--reverse {
  -webkit-flex-flow: column-reverse wrap;
  -moz-flex-flow: column-reverse wrap;
  flex-flow: column-reverse wrap;
}

.teh-block--collection.teh-block--reverse .teh-block__content {
  padding-top: 0;
  padding-bottom: 10rem;
  padding-right: 0;
  padding-left: 7rem;
  text-align: left;
}

@media (max-width: 1199px) {
  .teh-block--collection .teh-block__content {
    padding-top: 5rem;
    padding-right: 3rem;
  }

  .teh-block--collection .teh-block__content h5,
  .teh-block--collection .teh-block__content p,
  .teh-block--collection .teh-block__content .teh-block__morelink {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }

  .teh-block--collection .teh-block__content h3 {
    margin-bottom: 2rem;
    font-size: 4rem;
  }

  .teh-block--collection.teh-block--reverse .teh-block__content {
    padding-bottom: 5rem;
    padding-left: 3rem;
  }
}

@media (max-width: 991px) {

  .teh-block--collection .teh-block__content h5,
  .teh-block--collection .teh-block__content p,
  .teh-block--collection .teh-block__content .teh-block__morelink {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .teh-block--collection {
    max-width: 450px;
    margin: 0 auto 5rem;
  }

  .teh-block--collection .teh-block__content {
    padding: 3rem 0 0;
    text-align: left;
  }

  .teh-block--collection.teh-block--reverse {
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    flex-flow: column wrap;
  }

  .teh-block--collection.teh-block--reverse .teh-block__content {
    padding: 3rem 0 0;
    text-align: left;
  }
}

.teh-block--testimonial {
  max-width: 760px;
  margin: 0 auto;
}

.teh-block--testimonial>.teh-block__thumbnail {
  margin-bottom: 3.5rem;
}

.teh-block--testimonial>.teh-block__thumbnail img {
  max-width: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.teh-block--testimonial>.teh-block__content p {
  margin-bottom: 2.5rem;
  font-size: 1.6rem;
}

.teh-block--testimonial>.teh-block__content h5 {
  font-size: 1.6rem;
  color: #777;
  font-weight: 400;
}

.teh-block--testimonial>.teh-block__content h5 strong {
  font-weight: 600;
  color: #222;
}

.teh-block--category {
  position: relative;
}

.teh-block--category img {
  width: 100%;
}

.teh-block--category a {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  color: #222;
  text-align: center;
  padding: 1.5rem 2rem;
  letter-spacing: 0.1em;
}

.teh-block--category a span {
  font-weight: 400;
  color: #777;
}

.teh-block--category a:hover {
  background-color: #222;
  color: #ffffff;
}

.teh-block--category a:hover span {
  color: #777;
}

@media (max-width: 767px) {
  .teh-block--category {
    margin-bottom: 3rem;
  }
}

.teh-block--feature {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
  max-width: 260px;
}

.teh-block--feature>* {
  width: 100%;
}

.teh-block--feature>.teh-block__left {
  max-width: 70px;
}

.teh-block--feature>.teh-block__left i {
  color: #555;
  font-size: 4rem;
}

.teh-block--feature>.teh-block__right p {
  color: #555555;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4em;
}

.teh-block--feature>.teh-block__right small {
  display: block;
  font-size: 1.2rem;
  color: #777;
}

@media (max-width: 991px) {
  .teh-block--feature {
    margin: 0 auto 3rem;
  }
}

.teh-block--features {
  padding: 6rem 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.teh-block--hotpot {
  display: inline-block;
}

.teh-block--hotpot>.teh-block__circle {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #222222;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  cursor: default;
}

.teh-block--hotpot>.teh-block__circle span {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.teh-block--hotpot>.teh-block__content {
  background-color: #fff;
  text-align: center;
  position: absolute;
  bottom: 100%;
  left: 50%;
  min-width: 220px;
  padding: 2rem 1rem;
  margin-bottom: 10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
}

.teh-block--hotpot>.teh-block__content p {
  margin-bottom: 0;
  font-weight: 600;
  color: #222;
  font-size: 1.6rem;
}

.teh-block--hotpot:hover>.teh-block__circle {
  background-color: #c61a32;
}

.teh-block--hotpot:hover>.teh-block__circle span {
  color: #ffffff;
}

.teh-block--hotpot:hover>.teh-block__content {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 991px) {
  .teh-block--hotpot>.teh-block__circle {
    width: 40px;
    height: 40px;
  }

  .teh-block--hotpot>.teh-block__circle span {
    font-size: 1.3rem;
  }
}

.teh-block--lookbook {
  margin-bottom: 10rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.teh-block--lookbook>* {
  width: 100%;
  max-width: 50%;
}

.teh-block--lookbook .teh-block__thumbnail img {
  width: 100%;
}

.teh-block--lookbook .teh-block__container {
  position: relative;
  padding-top: 10rem;
  padding-left: 10rem;
}

.teh-block--lookbook .teh-block__content {
  max-width: 500px;
}

.teh-block--lookbook .teh-block__content h5 {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #777;
}

.teh-block--lookbook .teh-block__content h2 {
  margin-bottom: 3rem;
  font-size: 8rem;
  font-weight: 300;
  color: #222;
  line-height: 1.1em;
}

.teh-block--lookbook .teh-block__desc {
  position: relative;
  padding-left: 10rem;
  margin-bottom: 4rem;
}

.teh-block--lookbook .teh-block__desc:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9rem;
  height: 1px;
  background-color: #222;
}

.teh-block--lookbook .teh-block__desc p {
  line-height: 1.8em;
}

.teh-block--lookbook .teh-block__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 1rem;
}

.teh-block--lookbook .teh-block__footer .owl-item img {
  width: 100%;
}

@media (max-width: 1600px) {
  .teh-block--lookbook .teh-block__container {
    padding-top: 5rem;
    padding-left: 5rem;
  }

  .teh-block--lookbook .teh-block__desc {
    padding-left: 5rem;
  }

  .teh-block--lookbook .teh-block__desc:before {
    width: 4rem;
  }
}

@media (max-width: 1440px) {
  .teh-block--lookbook .teh-block__content h2 {
    font-size: 6rem;
  }
}

@media (max-width: 1199px) {
  .teh-block--lookbook {
    max-width: 960px;
    margin: 0 auto;
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    flex-flow: column wrap;
  }

  .teh-block--lookbook>* {
    max-width: 100%;
  }

  .teh-block--lookbook .teh-block__footer {
    margin-top: 5rem;
    position: relative;
  }

  .teh-block--lookbook .teh-block__container {
    padding-left: 0;
  }
}

@media (max-width: 1024px) {
  .teh-block--lookbook {
    padding: 0 3rem;
  }
}

@media (max-width: 991px) {
  .teh-block--lookbook {
    margin-bottom: 5rem;
  }
}

@media (max-width: 479px) {
  .teh-block--lookbook {
    padding: 0 1.5rem;
  }

  .teh-block--lookbook .teh-block__content h2 {
    font-size: 3.6rem;
  }
}

.teh-block--lookbook-2 .teh-block__thumbnail {
  position: relative;
  overflow: hidden;
}

.teh-block--lookbook-2 .teh-block__list {
  position: absolute;
  bottom: 10px;
  left: 10px;
  margin: 0;
  padding: 5px;
  list-style-type: none;
  background-color: #fff;
  max-width: calc(100% - 20px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.teh-block--lookbook-2 .teh-block__list li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  vertical-align: top;
}

.teh-block--lookbook-2 .teh-block__list li:last-child {
  margin-right: 0;
}

.teh-block--lookbook-2 .teh-block__content {
  padding: 2rem 0;
}

.teh-block--lookbook-2 .teh-block__content a {
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
}

.teh-block--lookbook-2 .teh-block__content a:hover {
  text-decoration: underline;
  color: #222;
}

.teh-block--lookbook-2:hover .teh-block__list {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.teh-block--lookbook-3 {
  padding: 10rem 0;
}

.teh-block--lookbook-3.gray {
  background-color: #f2f2f2;
}

.teh-block--product-group .teh-block__header {
  margin-bottom: 3rem;
}

.teh-block--product-group .teh-block__header h3 {
  padding-bottom: 2.5rem;
  font-size: 2.4rem;
  font-weight: 500;
  border-bottom: 1px solid #e5e5e5;
}

.teh-video {
  position: relative;
  z-index: 10;
}

.teh-video img {
  width: 100%;
}

.teh-video__link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 10rem;
  z-index: 10;
}

.teh-video__link:hover {
  color: #ffffff;
}

.teh-video:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(198, 26, 50, 0.5);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.teh-video:hover:before {
  visibility: visible;
  opacity: 1;
}

.teh-collection {
  margin: 60px 0 100px 0;
  width: 49%;
  display: block;
}

.teh-collection img {
  width: 100%;
  height: 248px;
}

@media (max-width: 991px) {
  .teh-collection {
    margin-bottom: 30px;
  }
}

.teh-block--comment {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-bottom: 3rem;
}

.teh-block--comment>* {
  width: 100%;
}

.teh-block--comment>.teh-block__thumbnail {
  max-width: 70px;
}

.teh-block--comment>.teh-block__thumbnail img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.teh-block--comment>.teh-block__content {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
  border-bottom: 1px solid #d9d9d9;
}

.teh-block--comment>.teh-block__content h5 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #222;
}

.teh-block--comment>.teh-block__content small {
  display: block;
  margin-bottom: 2rem;
  font-size: 1.3rem;
  color: #777;
}

.teh-block--comment>.teh-block__content .teh-btn {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
  padding: .5rem 1.5rem;
}

.teh-block--comment>.teh-block__content>.teh-block__reply {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #d9d9d9;
}

.teh-block--comment>.teh-block__content>.teh-block--comment:first-child {
  margin-top: 3rem;
}

.teh-block--comment>.teh-block__content>.teh-block--comment:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.teh-block--comment>.teh-block__content>.teh-block--comment:last-child>.teh-block__content {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.teh-block--comment:last-child>.teh-block__content {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.teh-block--comment.teh-block--comment-review .br-wrapper .br-widget a {
  font-size: 1.4rem;
}

.teh-block--comment.teh-block--comment-review .br-wrapper .br-widget a.br-selected:after {
  color: #222;
}

@media (max-width: 570px) {
  .teh-block--comment {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .teh-block--comment>.teh-block__thumbnail {
    margin-bottom: 3rem;
  }

  .teh-block--comment>.teh-block__content {
    padding-left: 0;
  }

  .teh-block--comment>.teh-block__content .teh-block--comment {
    margin-left: 5rem;
  }
}

.teh-block--contact {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.teh-block--contact>* {
  width: 100%;
}

.teh-block--contact .teh-block__icon {
  max-width: 7rem;
}

.teh-block--contact .teh-block__icon i {
  font-size: 4.5rem;
}

.teh-block--contact .teh-block__content {
  text-align: left;
}

.teh-block--contact .teh-block__content h4 {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #555;
  text-transform: uppercase;
}

.teh-block--contact .teh-block__content p {
  margin-bottom: 0;
  color: #777;
  line-height: 1.8em;
}

.teh-block--contact .teh-block__content a {
  line-height: 1.8em;
  color: #777;
}

.teh-block--contact .teh-block__content a:hover {
  color: #c61a32;
}

@media (max-width: 767px) {
  .teh-block--contact {
    margin-bottom: 3rem;
  }
}

@media (max-width: 578px) {
  .teh-block--contact {
    max-width: 450px;
    margin: 0 auto;
  }
}

.teh-block--team-member {
  position: relative;
  margin-bottom: 6rem;
}

.teh-block--team-member .teh-block__content {
  width: calc(100% - 20px);
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 2rem 1rem;
  background-color: #ffffff;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.teh-block--team-member h5 {
  margin-bottom: 10px;
  font-size: 1.6rem;
  color: #222222;
  font-weight: 500;
}

.teh-block--team-member p {
  margin-bottom: 0;
}

.teh-block--team-member:hover {
  cursor: pointer;
}

.teh-block--team-member:hover .teh-block__content {
  background-color: #222222;
}

.teh-block--team-member:hover .teh-block__content h5 {
  color: #ffffff;
}

.teh-block--team>.teh-block__header {
  max-width: 800px;
  margin: 0 auto 8rem;
  text-align: center;
}

.teh-block--team>.teh-block__header blockquote p {
  font-size: 1.6rem;
  font-weight: 600;
  color: #222;
}

.teh-block--event {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.teh-block--event>* {
  width: 100%;
}

.teh-block--event>.teh-block__thumbnail {
  max-width: 50%;
}

.teh-block--event>.teh-block__content {
  padding: 6rem;
  max-width: 50%;
  background-color: #fff;
}

.teh-block--event>.teh-block__content h5 {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 500;
  color: #222;
}

.teh-block--event .teh-block__meta {
  padding-bottom: 1.5rem;
  color: #777777;
}

.teh-block--event .teh-block__meta img {
  max-width: 3rem;
  margin-right: 1rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.teh-block--event .teh-block__meta span {
  margin-right: 2rem;
  font-style: italic;
}

.teh-block--event .teh-block__meta span a {
  color: #222;
  font-weight: 500;
  font-style: normal;
}

.teh-block--event .teh-block__meta span a:hover {
  color: #c61a32;
}

.teh-block--event .teh-block__meta span:last-child {
  font-style: normal;
}

.teh-block--event .teh-block__meta i {
  margin-right: 5px;
}

.teh-block--event .teh-block__meta p {
  margin-bottom: 0;
  color: #767676;
}

.teh-block--event .teh-block__meta p a {
  color: #222222;
}

.teh-block--event .teh-block__meta p a:hover {
  text-decoration: underline;
}

.teh-block--event .teh-block__morelink {
  font-size: 1.3rem;
  font-weight: 600;
  color: #999;
}

.teh-block--event.teh-block--reverse {
  -webkit-flex-flow: row-reverse nowrap;
  -moz-flex-flow: row-reverse nowrap;
  flex-flow: row-reverse nowrap;
}

@media (max-width: 1440px) {
  .teh-block--event .teh-block__content {
    padding: 3rem;
  }
}

@media (max-width: 1199px) {
  .teh-block--event .teh-block__content {
    padding: 2rem;
  }

  .teh-block--event .teh-block__content h5 {
    font-size: 1.5rem;
    line-height: 1.6em;
  }
}

@media (max-width: 991px) {
  .teh-block--event {
    margin-bottom: 3rem;
    padding: 0 15px;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .teh-block--event .teh-block__thumbnail {
    min-height: 250px;
  }

  .teh-block--event>.teh-block__thumbnail,
  .teh-block--event>.teh-block__content {
    max-width: 100%;
  }

  .teh-block--event>.teh-block__content {
    padding: 6rem 3rem;
  }

  .teh-block--event.teh-block--reverse {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

@media (max-width: 479px) {
  .teh-block--event {
    padding: 0 10px;
  }
}

.teh-block--portfolio .teh-block__morelink {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  font-size: 1.6rem;
  margin-bottom: 50px;
  background-color: #fff;
  padding: 1.5rem 3rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.teh-block--portfolio .teh-block__thumbnail {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.teh-block--portfolio .teh-block__thumbnail img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.8s ease-out;
  -moz-transition: -moz-transform 0.8s ease-out;
  transition: transform 0.8s ease-out;
}

.teh-block--portfolio .teh-block__thumbnail:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.teh-block--portfolio .teh-block__thumbnail:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.teh-block--portfolio .teh-block__thumbnail:hover .teh-block__morelink {
  visibility: visible;
  opacity: 1;
}

.teh-block--portfolio .teh-block__content {
  padding: 3rem 0;
}

.teh-block--portfolio .teh-block__content p {
  margin-bottom: 10px;
  color: #777;
  font-size: 1.3rem;
  line-height: 1.8em;
}

.teh-block--portfolio .teh-block__content h5 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #222;
}

.teh-block--portfolio.teh-block--portfolio-2 {
  position: relative;
  overflow: hidden;
  z-index: 10;
}

.teh-block--portfolio.teh-block--portfolio-2 img {
  position: relative;
  z-index: -2;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.teh-block--portfolio.teh-block--portfolio-2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.teh-block--portfolio.teh-block--portfolio-2 p {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.8em;
  padding: 10px;
  color: #ffffff;
}

.teh-block--portfolio.teh-block--portfolio-2 h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #ffffff;
}

.teh-block--portfolio.teh-block--portfolio-2 p,
.teh-block--portfolio.teh-block--portfolio-2 h5 {
  visibility: hidden;
  opacity: 0;
}

.teh-block--portfolio.teh-block--portfolio-2:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.teh-block--portfolio.teh-block--portfolio-2:hover:before {
  visibility: visible;
  opacity: 1;
}

.teh-block--portfolio.teh-block--portfolio-2:hover p,
.teh-block--portfolio.teh-block--portfolio-2:hover h5 {
  visibility: visible;
  opacity: 1;
}

.teh-block--portfolio.teh-block--portfolio-2:hover .teh-block__morelink {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.teh-block--shopping-cart {
  margin-bottom: 5rem;
}

.teh-block--shopping-cart>.teh-block__header {
  margin-bottom: 5rem;
}

.teh-block--shopping-cart>.teh-block__header h3 {
  font-weight: 400;
}

.teh-block--shopping-cart>.teh-block__footer .teh-btn {
  margin-bottom: 10px;
}

.teh-block--cart-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e5e5e5;
}

.teh-block--cart-item>* {
  width: 100%;
}

.teh-block--cart-item>.teh-block__thumbnail {
  max-width: 100px;
}

.teh-block--cart-item>.teh-block__content {
  max-width: calc(100% - 100px);
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
}

.teh-block--cart-item>.teh-block__content .teh-btn--close {
  position: absolute;
  top: 0;
  right: 0;
}

.teh-block--cart-item .teh-block__action::after {
  clear: both;
  content: "";
  display: table;
}

.teh-block--cart-item .teh-block__action p {
  margin-bottom: 0;
  float: right;
  line-height: 3rem;
  color: #222;
}

.teh-block--cart-item .input-group {
  float: left;
  max-width: 100px;
}

.teh-block--cart-item .input-group input {
  height: 30px;
  text-align: center;
  background-color: transparent;
  border: none;
}

.teh-block--cart-item .input-group .btn {
  border: none;
  color: #777;
  vertical-align: middle;
  font-size: 1.6rem;
  background-color: transparent;
}

@media (max-width: 479px) {
  .teh-block--cart-item>.teh-block__thumbnail {
    max-width: 80px;
  }

  .teh-block--cart-item>.teh-block__content {
    max-width: calc(100% - 80px);
  }
}

.teh-block--cart-summary h3 {
  margin-bottom: 5rem;
  font-weight: 400;
  font-size: 2rem;
}

.teh-block--cart-summary figure figcaption {
  display: block;
  font-size: 1.3rem;
  color: #222;
  margin-bottom: 1rem;
}

.teh-block--cart-summary .teh-block__total {
  padding: 1rem 0;
}

.teh-block--cart-summary .teh-block__total h4 {
  font-size: 1.6rem;
  font-weight: 600;
}

.teh-block--cart-summary .teh-block__total h4 span {
  float: right;
}

.teh-block--cart-summary .teh-block__total h5 {
  padding-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 600;
  border-top: 1px solid #e5e5e5;
}

.teh-block--cart-summary .teh-block__total h5 span {
  float: right;
}

.teh-block--cart-summary .teh-block__total .teh-radio {
  margin-bottom: 10px;
}

.teh-block--cart-summary .teh-block__total .teh-radio label {
  width: 100%;
  font-size: 1.3rem;
  margin-bottom: 0;
}

.teh-block--cart-summary .teh-block__total .teh-radio span {
  float: right;
}

.teh-block--category-2 {
  margin-bottom: 3rem;
}

.teh-block--category-2>h3 {
  display: block;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 300;
  color: #222;
  border-bottom: 1px solid #e5e5e5;
}

.teh-block--phone-number {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.teh-block--phone-number .teh-block__left i {
  font-size: 1.8rem;
  color: #555555;
}

.teh-block--phone-number .teh-block__right {
  padding-left: 15px;
}

.teh-block--phone-number .teh-block__right p {
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 1.2em;
}

.widget {
  position: relative;

  margin-bottom: 20px;
}

.widget .widget-title {
  margin-bottom: 2.5rem;
  font-weight: 700;
}

.widget:last-child {
  border-bottom: none;
}

.widget_footer .widget-title {
  font-family: "Montserrat", sans-serif;
  display: block;
  margin-bottom: 2.5rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.widget_footer ul li a {
  display: block;
  position: relative;
  padding: 5px 0;
  font-size: 1.4rem;
  line-height: 1.8em;
  color: #cbcbcb;
}

.widget_footer ul li a:before {
  content: '\f105';
  font-family: FontAwesome;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 10px;
  left: 0;
  line-height: 1em;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.widget_footer ul li a:hover {
  padding-left: 10px;
  color: #f2f2f2;
}

.widget_footer ul li a:hover:before {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.widget-opentime p {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.7em;
}

.widget-opentime p span {
  margin-bottom: 0;
  float: right;
}

.widget-opentime p strong {
  color: #d81c76;
  text-transform: uppercase;
  font-weight: 400;
}

.widget_sidebar {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}

.widget_sidebar .widget-title {
  font-family: "Montserrat", sans-serif;
  display: block;
  margin-bottom: 2.5rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #222222;
  text-transform: uppercase;
}

.widget_sidebar ul li a {
  display: block;
  position: relative;
  padding: 5px 0;
  font-size: 1.4rem;
  line-height: 1.8em;
  color: #777;
}

.widget_sidebar ul li a:before {
  content: '\f105';
  font-family: FontAwesome;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 10px;
  left: 0;
  line-height: 1em;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.widget_sidebar ul li a:hover {
  padding-left: 10px;
  color: #222;
}

.widget_sidebar ul li a:hover:before {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.widget_shop .widget-title {
  font-size: 1.3rem;
  color: #222;
  font-weight: 600;
}

.widget_search {
  margin-bottom: 25px;
  border-bottom: none;
}

.widget_tags a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 15px;
  color: #303030;
  background-color: #f7f7f7;
}

.widget_tags a:hover {
  background-color: #222222;
  color: #fff;
}

.widget_size a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  line-height: 20px;
  color: #555;
  background-color: #f6f6f6;
}

.widget_size a:hover {
  background-color: #a7a7a7;
  color: #ffffff;
}

.widget_filter .teh-slider {
  display: block;
  margin-bottom: 30px;
  margin-left: 10px;
  height: 3px;
  background-color: #cecece;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
}

.widget_filter .ui-slider-range {
  top: 0;
  left: 0;
  height: 100%;
  background-color: #c61a32;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
}

.widget_filter .ui-slider-handle {
  display: inline-block;
  top: 50%;
  height: 18px;
  width: 18px;
  outline: none;
  cursor: pointer;
  background-color: #c61a32;
  border: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.widget_filter .teh-slider__meta {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.8em;
  color: #222;
}

.widget_filter .teh-slider__meta span {
  margin-left: 5px;
  margin-right: 5px;
}

.widget_filter .teh-filter__btn {
  background-color: #888888;
  color: #fff;
}

.widget_filter .teh-filter__btn:hover {
  background-color: #222222;
}

.teh-widget--menu {
  margin-bottom: 3rem;
}

.teh-widget--menu h3 {
  font-family: "Playfair Display", serif;
  color: #333333;
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.teh-widget--menu h3:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #5e6b9d;
}

.teh-widget--menu ul li a {
  padding: 5px 0;
  display: block;
  font-size: 1.4rem;
  line-height: 1.6em;
}

.teh-widget--menu ul li a:hover {
  color: #222222;
}

.widget_comment ul li i {
  margin-right: 5px;
}

.widget_comment ul li a {
  display: inline-block;
}

.widget_comment ul li a:before {
  display: none;
}

.widget_achived ul li a i {
  margin-right: 5px;
  color: #222;
}

.widget_achived ul li a:hover {
  padding-left: 0;
}

.owl-carousel {
  position: relative;
}

/* Banner Navigation Arrows */
.owl-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 99999;
  pointer-events: none;
}

.owl-slider .owl-nav .owl-prev,
.owl-slider .owl-nav .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9) !important;
  color: #6f5a2b !important;
  border-radius: 50%;
  font-size: 20px;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-slider .owl-nav .owl-prev:hover,
.owl-slider .owl-nav .owl-next:hover {
  background: rgb(109 88 41) !important;
  color: #fff !important;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(9, 56, 36, 0.3);
}

.owl-slider .owl-nav .owl-prev {
  left: 20px;
}

.owl-slider .owl-nav .owl-next {
  right: 20px;
}

/* Hide default navigation icons */
.owl-slider .owl-nav button span {
  display: none;
}

/* Custom arrow icons */
.owl-slider .owl-nav button::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.owl-slider .owl-nav .owl-next::before {
  transform: translate(-50%, -50%) rotate(135deg);
  left: 45%;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .owl-slider .owl-nav button {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .owl-slider .owl-nav .owl-prev {
    left: 10px;
  }

  .owl-slider .owl-nav .owl-next {
    right: 10px;
  }
}

.owl-carousel .owl-item img {
  width: 100%;
}

.teh-home-banner .owl-carousel .owl-item img {
  height: 700px;
  object-fit: cover;
}

.teh-carousel--nav {
  position: relative;
  z-index: 10;
}

.teh-carousel--nav .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  width: 100%;
}

.teh-carousel--nav .owl-nav>* {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.teh-carousel--nav .owl-nav>* i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: #333333;
}

.teh-carousel--nav .owl-nav>*:hover {
  background-color: #f7f7f7;
}

.teh-carousel--nav .owl-nav .owl-prev {
  margin-left: -60px;
}

.teh-carousel--nav .owl-nav .owl-prev i {
  padding-right: 5px;
}

.teh-carousel--nav .owl-nav .owl-next {
  float: right;
  margin-right: -60px;
}

.teh-carousel--nav .owl-nav .owl-next i {
  padding-left: 5px;
}

.teh-carousel--nav .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none !important;
  text-align: center;
}

.teh-carousel--nav .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.teh-carousel--nav .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.teh-carousel--nav .owl-dots .owl-dot.active {
  background-color: #222222;
}

@media (max-width: 1199px) {
  .teh-carousel--nav {
    margin-bottom: 3rem;
    padding-bottom: 30px;
  }

  .teh-carousel--nav .owl-nav {
    display: none;
  }

  .teh-carousel--nav .owl-dots {
    display: block !important;
  }
}

.teh-carousel--banner-3 {
  position: relative;
  height: 100%;
  width: 100%;
}

.teh-carousel--banner-3 .owl-stage-outer,
.teh-carousel--banner-3 .owl-stage,
.teh-carousel--banner-3 .owl-item {
  height: 100%;
}

.teh-carousel--banner-3 .teh-banner--3 {
  width: 100%;
  height: 100%;
}

.teh-carousel--banner-3 .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  width: 100%;
}

.teh-carousel--banner-3 .owl-nav>* {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #eeeeee;
}

.teh-carousel--banner-3 .owl-nav>* i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: #c1c1c1;
}

.teh-carousel--banner-3 .owl-nav>*:hover {
  background-color: #5e6b9d;
}

.teh-carousel--banner-3 .owl-nav .owl-prev {
  margin-left: 20px;
}

.teh-carousel--banner-3 .owl-nav .owl-next {
  float: right;
  margin-right: 20px;
}

.teh-carousel--banner-3 .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none !important;
  text-align: center;
}

.teh-carousel--banner-3 .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.teh-carousel--banner-3 .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.teh-carousel--banner-3 .owl-dots .owl-dot.active {
  background-color: #222222;
}

.teh-carousel--primary .owl-dots {
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
}

.teh-carousel--primary .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: top;
  margin-right: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.teh-carousel--primary .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.teh-carousel--primary .owl-dots .owl-dot.active {
  background-color: #222222;
}

@media (max-width: 479px) {
  .teh-carousel--primary .owl-dots {
    bottom: 10px;
  }

  .teh-carousel--primary .owl-dots .owl-dot {
    margin-right: 10px;
    width: 10px;
    height: 10px;
  }
}

.teh-carousel--dots .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  padding-bottom: 20px;
}

.teh-carousel--dots .owl-dot {
  display: inline-block;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  background-color: #b8b8b8;
  border: 3px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.teh-carousel--dots .owl-dot.active {
  background-color: #fff;
  border-color: #222;
}

.teh-carousel--dots .owl-dot:last-child {
  margin-right: 0;
}

.teh-carousel--home5 .slick-dots {
  display: inline-block;
  right: 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.teh-carousel--home5 .slick-dots li {
  margin-bottom: 15px;
  text-align: center;
}

.teh-carousel--home5 .slick-dots li button {
  display: inline-block;
  padding: 0;
  font-size: 0;
  width: 6px;
  height: 6px;
  line-height: 0;
  border: none;
  background-color: #222;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.teh-carousel--home5 .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background-color: #c61a32;
}

.masonry-wrapper {
  margin: 0;
}

.masonry-wrapper .grid-item,
.masonry-wrapper .grid-sizer {
  width: 100%;
}

.masonry-wrapper .grid-item .grid-item__inner .grid-item__content-wrapper {
  background-color: #9EC3C3;
}

.masonry-wrapper.ac_masonry-grid .grid-item__content-wrapper {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.setting {
  margin: 0;
  margin: -5px;
}

.setting .grid-item,
.setting .grid-sizer {
  width: 100%;
}

.setting .grid-item .grid-item__inner .grid-item__content-wrapper {
  background-color: #ccc;
}

.setting.ac_masonry-grid .grid-item__content-wrapper {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.setting.ac_masonry-grid .grid-item__inner {
  padding-top: 60%;
}

.setting.ac_masonry-grid .grid-item.extra-large .grid-item__inner,
.setting.ac_masonry-grid .grid-item.wide .grid-item__inner {
  padding-top: 30%;
}

.setting.ac_masonry-grid .grid-item.high .grid-item__inner {
  padding-top: 120%;
}

.setting .grid-item .grid-item__content-wrapper {
  margin: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}

.setting .grid-item,
.setting .grid-sizer {
  width: 100%;
}

@media (min-width: 768px) {

  .setting .grid-item,
  .setting .grid-sizer {
    width: 50%;
  }

  .setting .grid-item.wide,
  .setting .grid-item.large {
    width: 100%;
  }

  .setting .grid-item.extra-large {
    width: 100%;
  }
}

@media (min-width: 992px) {

  .setting .grid-item,
  .setting .grid-sizer {
    width: 33.33333%;
  }

  .setting .grid-item.wide,
  .setting .grid-item.large {
    width: 66.66667%;
  }

  .setting .grid-item.extra-large {
    width: 100%;
  }
}

@media (min-width: 1200px) {

  .setting .grid-item,
  .setting .grid-sizer {
    width: 33.33333%;
  }

  .setting .grid-item.wide,
  .setting .grid-item.large {
    width: 66.66667%;
  }

  .setting .grid-item.extra-large {
    width: 100%;
  }
}

.teh-badge {
  position: absolute;
  padding: 5px 15px;
  top: 1rem;
  left: 1rem;
  background-color: #5163be;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.teh-badge i {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  line-height: 20px;
  font-style: normal;
}

.teh-badge--red {
  background-color: #ea4040;
}

.teh-product {
  margin-bottom: 2.5rem;
}

.teh-product__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  z-index: 10;
}

.teh-product__thumbnail {
  position: relative;
}

.teh-product .teh-product__badge {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 55px;
  height: 55px;
  z-index: 30;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #222;
}

.teh-product .teh-product__badge i {
  font-style: normal;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.2em;
  font-size: 1.3rem;
}

.teh-product .teh-product__shopping {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 30;
  width: calc(100% - 20px);
  padding: 1.5rem 2rem;
  font-size: 1.3rem;
  text-align: center;
  color: #777;
  line-height: 2rem;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.teh-product .teh-product__actions {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 30;
}

.teh-product .teh-product__actions li {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.teh-product .teh-product__actions li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
}

.teh-product .teh-product__actions li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #777;
}

.teh-product .teh-product__actions li a:hover i {
  color: #c61a32;
}

.teh-product .teh-product__actions li:nth-child(2),
.teh-product .teh-product__actions li:last-child {
  visibility: hidden;
  opacity: 0;
}

.teh-product .teh-product__thumbnail {
  position: relative;
}

.teh-product .teh-product__thumbnail img {
  width: 100%;
  max-width: 100%;
}

.teh-product .teh-product__thumbnail .teh-product__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  z-index: 10;
}

.teh-product .teh-product__thumbnail .teh-product__actions {
  z-index: 11;
}

.teh-product .teh-product__thumbnail:hover .teh-product__overlay {
  background-color: rgba(255, 255, 255, 0.35);
}

.teh-product .teh-product__thumbnail:hover .teh-product__shopping {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.teh-product .teh-product__thumbnail:hover .teh-product__actions li:nth-child(2),
.teh-product .teh-product__thumbnail:hover .teh-product__actions li:last-child {
  visibility: visible;
  opacity: 1;
}

.teh-product .teh-product__meta {
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.teh-product .teh-product__meta>* {
  width: 100%;
  max-width: 50%;
}

.teh-product .teh-product__meta>a {
  color: #777;
  font-size: 1.2rem;
}

.teh-product .teh-product__meta .teh-product__color {
  text-align: right;
}

.teh-product .teh-product__title {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8em;
  color: #222;
}


.teh-product .teh-product__rating {
  font-style: italic;
  color: #777;
  font-size: 1.2rem;
}

.teh-product .teh-product__content {
  padding: 2rem 0;
}

.teh-product .teh-product__content p {
  font-size: 1.3rem;
  color: #4e4e4e;
  

}

.teh-product .teh-product__content .br-wrapper .br-widget a {
  font-size: 1.4rem;
}

.teh-product .teh-product__content .br-wrapper .br-widget a.br-selected:after {
  color: #222;
}

.teh-product .teh-product__content .teh-product__price {
  font-size: 1.4rem;
  font-weight: 400;
  color: #222;
}

.teh-product .teh-product__content .teh-product__price del {
  margin-right: 5px;
  color: #777;
}

.teh-product:hover .teh-product__actions {
  visibility: visible;
  opacity: 1;
}

.teh-product--sm {
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.teh-product--sm>* {
  width: 100%;
}

.teh-product--sm .teh-product__thumbnail {
  max-width: 80px;
}

.teh-product--sm .teh-product__content {
  padding-left: 3rem;
}

.teh-product--sm .teh-product__content p {
  color: #222;
  font-size: 1.3rem;
}

.teh-product--sm .teh-product__content p del {
  color: #777;
  margin-right: 10px;
}

.teh-product--sm .teh-product__category {
  display: block;
  color: #777;
  font-size: 1.3rem;
}

.teh-product--sm .teh-product__title {
  display: block;
  margin-bottom: 5px;
  color: #222;
  font-size: 1.3rem;
}

.teh-product--sm .teh-product__title:hover {
  color: #c61a32;
}

.teh-product--sidebar {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.teh-product--sidebar>* {
  width: 100%;
}

.teh-product--sidebar .teh-product__thumbnail {
  max-width: 70px;
}

.teh-product--sidebar .teh-product__content {
  padding-left: 20px;
}

.teh-product--sidebar .teh-product__content small {
  color: #898989;
}

.teh-product--sidebar .teh-product__content a {
  display: block;
  color: #222222;
}

.teh-product--sidebar .teh-product__content a:hover {
  color: #c61a32;
}

.teh-product--sidebar .teh-product__content p {
  color: #222;
}

.teh-product--sidebar .teh-product__content p del {
  color: #777;
}

.teh-product--horziontal {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.teh-product--horziontal>* {
  width: 100%;
}

.teh-product--horziontal .teh-product__thumbnail {
  max-width: 270px;
}

.teh-product--horziontal .teh-product__content {
  width: 100%;
  padding-left: 3rem;
}

.teh-product--horziontal .teh-product__badge {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 55px;
  height: 55px;
  z-index: 30;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #222;
}

.teh-product--horziontal .teh-product__badge i {
  font-style: normal;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.2em;
  font-size: 1.3rem;
}

.teh-product--horziontal .teh-product__shopping {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 30;
  width: calc(100% - 20px);
  padding: 1.5rem 2rem;
  font-size: 1.3rem;
  text-align: center;
  color: #777;
  line-height: 2rem;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.teh-product--horziontal .teh-product__actions {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 30;
}

.teh-product--horziontal .teh-product__actions li {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.teh-product--horziontal .teh-product__actions li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
}

.teh-product--horziontal .teh-product__actions li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #777;
}

.teh-product--horziontal .teh-product__actions li a:hover i {
  color: #c61a32;
}

.teh-product--horziontal .teh-product__actions li:nth-child(2),
.teh-product--horziontal .teh-product__actions li:last-child {
  visibility: hidden;
  opacity: 0;
}

.teh-product--horziontal .teh-product__thumbnail {
  position: relative;
}

.teh-product--horziontal .teh-product__thumbnail img {
  width: 100%;
  max-width: 100%;
}

.teh-product--horziontal .teh-product__thumbnail .teh-product__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.teh-product--horziontal .teh-product__thumbnail .teh-product__actions {
  z-index: 100000;
}

.teh-product--horziontal .teh-product__thumbnail:hover .teh-product__overlay {
  background-color: rgba(255, 255, 255, 0.35);
}

.teh-product--horziontal .teh-product__thumbnail:hover .teh-product__shopping {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.teh-product--horziontal .teh-product__thumbnail:hover .teh-product__actions li:nth-child(2),
.teh-product--horziontal .teh-product__thumbnail:hover .teh-product__actions li:last-child {
  visibility: visible;
  opacity: 1;
}

.teh-product--horziontal .teh-product__meta {
  margin-bottom: 2rem;
  padding: 2rem 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.teh-product--horziontal .teh-product__meta .teh-color {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.teh-product--horziontal .teh-product__title {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 15px;
  color: #222;
  font-weight: 400;
}

.teh-product--horziontal .teh-product__title:hover {
  color: #c61a32;
  text-decoration: underline;
}

.teh-product--horziontal .teh-product__price {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #222;
}

.teh-product--horziontal .teh-product__price del {
  margin-right: 5px;
  color: #777;
}

.teh-product--horziontal .teh-product__desc {
  margin-bottom: 2rem;
}

.teh-product--horziontal .teh-product__desc p {
  color: #777777;
}

.teh-product--horziontal .br-wrapper .br-widget a {
  font-size: 1.4rem;
}

.teh-product--horziontal .br-wrapper .br-widget a.br-selected:after {
  color: #222;
}

.teh-product--horziontal .teh-product__rating {
  font-style: italic;
  color: #777;
  font-size: 1.2rem;
}

.teh-product--lookbook {
  position: relative;
}

.teh-product--lookbook .teh-product__content {
  padding: 2rem 0;
  text-align: center;
}

.teh-product--lookbook .teh-product__content small {
  display: block;
  color: #777;
}

.teh-product--lookbook.sm {
  max-width: 170px;
}

.teh-product--lookbook.main h2 {
  margin-bottom: 10px;
  font-size: 6rem;
  font-weight: 400;
  color: #222;
}

.teh-product--lookbook.main a {
  text-transform: uppercase;
  font-weight: 500;
}

.teh-product--lookbook.main a:hover {
  text-decoration: underline;
}

.teh-product--detail {
  margin-bottom: 5rem;
}

.teh-product--detail .slick-slide {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.teh-product--detail .slick-slide:focus,
.teh-product--detail .slick-slide:active,
.teh-product--detail .slick-slide:hover {
  outline: none;
}

.teh-product--detail .teh-product__variants .item {
  margin-bottom: 10px;
  border: 2px solid transparent;
  cursor: pointer;
}

.teh-product--detail .teh-product__variants .item img {
  opacity: .5;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.teh-product--detail .teh-product__variants .item:last-child {
  margin-bottom: 0;
}

.teh-product--detail .teh-product__variants .item.slick-current {
  border-color: rgba(0, 0, 0, 0.5);
}

.teh-product--detail .teh-product__variants .item.slick-current img {
  opacity: 1;
}

.teh-product--detail .teh-product__variants .item:hover img {
  width: 100%;
  opacity: 1;
}

.teh-product--detail .teh-product__gallery {
  position: relative;
}

.teh-product--detail .teh-product__gallery .item:before {
  content: "\f00e";
  font-family: FontAwesome;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
  color: #c61a32;
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
}

.teh-product--detail .teh-product__gallery .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  width: 35px;
  height: 35px;
  color: #000;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
}

.teh-product--detail .teh-product__gallery .slick-arrow i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.teh-product--detail .teh-product__gallery .slick-arrow:first-child {
  left: 20px;
}

.teh-product--detail .teh-product__gallery .slick-arrow:last-child {
  right: 10px;
}

.teh-product--detail .teh-product__gallery .slick-arrow:hover {
  background-color: #c61a32;
  color: #fff;
}

.teh-product--detail .teh-product__gallery:hover .item:before {
  visibility: visible;
  opacity: 1;
}

.teh-product--detail .teh-product__gallery:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
}

.teh-product--detail .teh-product__thumbnail[data-vertical='false'] .teh-product__gallery {
  margin-bottom: 30px;
  width: 100%;
  float: none;
  padding-left: 0;
}

.teh-product--detail .teh-product__thumbnail[data-vertical='false'] .teh-product__variants {
  float: none;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  text-align: center;
}

.teh-product--detail .teh-product__thumbnail[data-vertical='false'] .teh-product__variants .item {
  margin-bottom: 0;
  margin-right: 20px;
}

.teh-product--detail .teh-product__thumbnail[data-vertical='false'] .teh-product__variants .item.slick-active:last-child {
  margin-right: 0;
}

.teh-product--detail .teh-product__thumbnail[data-vertical='false'] .teh-product__variants .slick-arrow {
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.teh-product--detail .teh-product__thumbnail[data-vertical='false'] .teh-product__variants .slick-arrow:first-child {
  left: -20px;
}

.teh-product--detail .teh-product__thumbnail[data-vertical='false'] .teh-product__variants .slick-arrow:first-child i:before {
  content: "\f104";
}

.teh-product--detail .teh-product__thumbnail[data-vertical='false'] .teh-product__variants .slick-arrow:last-child {
  right: 0px;
}

.teh-product--detail .teh-product__thumbnail[data-vertical='false'] .teh-product__variants .slick-arrow:last-child i:before {
  content: "\f105";
}

.teh-product--detail .teh-product__thumbnail[data-vertical='false'] .teh-product__variants .slick-arrow:hover i {
  color: #000;
}

.teh-product--detail .teh-product__thumbnail[data-vertical='false'] .owl-slider .owl-nav {
  z-index: 10;
  height: 0;
}

.teh-product--detail .teh-product__thumbnail[data-vertical='false'] .owl-slider .owl-nav>* {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.teh-product--detail .teh-product__thumbnail[data-vertical='false'] .owl-slider .owl-nav .owl-prev {
  margin-left: 10px;
}

.teh-product--detail .teh-product__thumbnail[data-vertical='false'] .owl-slider .owl-nav .owl-next {
  margin-right: 10px;
}

.teh-product--detail .teh-product__sharing {
  margin-bottom: 0;
}

.teh-product--detail .teh-product__sharing p {
  line-height: 30px;
  color: #222;
  font-weight: 500;
}

.teh-product--detail .teh-product__sharing a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  vertical-align: top;
  color: #777;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.teh-product--detail .teh-product__sharing a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.teh-product--detail .teh-product__sharing a:first-child {
  margin-left: 15px;
}

.teh-product--detail .teh-product__sharing a:last-child {
  margin-right: 0;
}

.teh-product--detail .teh-product__sharing a:hover {
  color: #fff;
  background-color: #c61a32;
}

.teh-product--detail .teh-product__sharing p {
  margin-bottom: 0;
}

.teh-product--detail .teh-product__price {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  color: #222;
  font-weight: 400;
}

.teh-product--detail .teh-product__price del {
  font-style: normal;
  color: #bcbcbc;
  font-size: 1.3rem;
}

.teh-product--detail .teh-product__rating {
  margin-bottom: 1.5rem;
  color: #777;
  font-size: 1.2rem;
}

.teh-product--detail .teh-product__rating .br-wrapper .br-widget a {
  font-size: 1.4rem;
}

.teh-product--detail .teh-product__rating .br-wrapper .br-widget a.br-selected:after {
  color: #222;
}

.teh-product--detail .teh-product__rating .br-wrapper {
  display: inline-block;
  margin-right: 3rem;
}

.teh-product--detail .teh-product__rating span {
  color: #898989;
}

.teh-product--detail .teh-product__rating span i {
  font-style: normal;
  padding: 0 5px;
}

.teh-product--detail .teh-product__content {
  padding-top: 8rem;
}

.teh-product--detail .teh-tab-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 0 25px;
  border-bottom: 1px solid #e5e5e5;
}

.teh-product--detail .teh-tab-list li {
  display: inline-block;
  margin-right: 5rem;
}

.teh-product--detail .teh-tab-list li a {
  position: relative;
  padding-left: 15px;
  color: #777;
}

.teh-product--detail .teh-tab-list li a:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #777;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.teh-product--detail .teh-tab-list li a:hover {
  color: #222;
}

.teh-product--detail .teh-tab-list li a:hover:before {
  background-color: #222;
}

.teh-product--detail .teh-tab-list li:last-child {
  margin-right: 0;
}

.teh-product--detail .teh-tab-list li.active a {
  color: #222;
}

.teh-product--detail .teh-tab-list li.active a:before {
  background-color: #222;
}

.teh-product--detail .teh-tab {
  padding: 3rem 0;
}

.teh-product--detail[data-type="default"] h1 {
  margin-bottom: 2rem;
  font-size: 2.8rem;
  font-weight: 400;
  color: #222;
  text-transform: none;
}

.teh-product--detail[data-type="default"] figure {
  padding: 1.5rem 0;
  border-bottom: 1px solid #e5e5e5;
}

.teh-product--detail[data-type="default"] figure figcaption {
  margin-bottom: 10px;
  padding-bottom: 0;
  font-style: italic;
  font-size: 1.3rem;
  text-transform: none;
  color: #999999;
  line-height: 2rem;
}

.teh-product--detail[data-type="default"] figure .teh-checkbox--color {
  margin-bottom: 0;
}

.teh-product--detail[data-type="default"] .teh-product__desc {
  padding: 2rem 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.teh-product--detail[data-type="default"] .teh-product__desc ul {
  margin: 0;
  padding-left: 2rem;
}

.teh-product--detail[data-type="default"] .teh-product__desc ul li {
  margin-bottom: 5px;
  list-style-type: square;
  color: #777777;
}

.teh-product--detail[data-type="default"] .teh-product__gallery {
  float: right;
  width: calc(100% - 80px);
  padding-left: 15px;
}

.teh-product--detail[data-type="default"] .teh-product__variants {
  float: left;
  width: 80px;
  text-align: center;
}

.teh-product--detail[data-type="default"] .teh-product__variants .slick-arrow {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 20px;
}

.teh-product--detail[data-type="default"] .teh-product__variants .slick-arrow i {
  position: relative;
  background-color: #fbfaf6;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.teh-product--detail[data-type="default"] .teh-product__variants .slick-arrow i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000000;
}

.teh-product--detail[data-type="default"] .teh-product__variants .slick-arrow:hover i {
  background-color: #222222;
}

.teh-product--detail[data-type="default"] .teh-product__variants .slick-arrow:hover i:before {
  color: #ffffff;
}

.teh-product--detail[data-type="default"] .teh-product__desc p {
  color: #000;
}

.teh-product--detail[data-type="default"] .teh-product__shopping .teh-form--number {
  display: inline-block;
  max-width: 150px;
  vertical-align: top;
  margin-right: 2rem;
}

.teh-product--detail[data-type="default"] .teh-product__shopping .teh-form--number>input {
  height: 40px;
  border: none;
  background-color: #eeeeee;
  text-indent: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.teh-product--detail[data-type="default"] .teh-product__shopping .teh-form--number>span {
  background-color: #fff;
  min-width: 50px;
  font-size: 20px;
}

.teh-product--detail[data-type="default"] .teh-product__shopping .teh-form--number>span i {
  color: #999999;
}

.teh-product--detail[data-type="default"] .teh-product__shopping .teh-form--number>span.teh-form__up {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  -ms-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}

.teh-product--detail[data-type="default"] .teh-product__shopping .teh-form--number>span.teh-form__down {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  -ms-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}

.teh-product--detail[data-type="default"] .teh-product__shopping .teh-form--number>span:hover {
  background-color: #eee;
}

.teh-product--detail[data-type="default"] .teh-product__shopping .teh-btn {
  max-width: 100%;
  margin-bottom: 20px;
  width: 100%;
  vertical-align: top;
  height: 50px;
  font-size: 1.3rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.teh-product--detail[data-type="default"] .teh-product__shopping .teh-btn i {
  display: inline-block;
  vertical-align: middle;
}

.teh-product--detail[data-type="default"] .teh-product__shopping .teh-btn:hover {
  background-color: #222222;
}

.teh-product--detail[data-type="default"] .teh-product__shopping .teh-btn.teh-btn--outline {
  border-color: #999999;
  color: #999999;
}

.teh-product--detail[data-type="default"] .teh-product__shopping .teh-btn.teh-btn--outline:hover {
  color: #ffffff;
}

.teh-product--detail[data-type="default"] .teh-product__specification p strong {
  margin-right: 1rem;
  font-weight: 500;
}

.teh-product--detail[data-type="default"] .teh-product__specification p a:hover {
  color: #c61a32;
}

@media (max-width: 1199px) {
  .teh-product--detail[data-type="default"] .teh-product__gallery {
    margin-bottom: 30px;
    padding-left: 0;
    width: 100%;
    float: none;
  }

  .teh-product--detail[data-type="default"] .teh-product__variants {
    position: relative;
    float: none;
    width: 100%;
    padding: 0 40px;
  }

  .teh-product--detail[data-type="default"] .teh-product__variants .item {
    border: none;
    margin-right: 10px;
    margin-bottom: 0;
  }

  .teh-product--detail[data-type="default"] .teh-product__variants .slick-arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
  }

  .teh-product--detail[data-type="default"] .teh-product__variants .slick-arrow:first-child {
    left: 0;
  }

  .teh-product--detail[data-type="default"] .teh-product__variants .slick-arrow:last-child {
    right: 0;
  }
}

@media (max-width: 991px) {
  .teh-product--detail[data-type="default"] .teh-product__thumbnail {
    margin-bottom: 3rem;
    max-width: 500px;
  }

  .teh-product--detail[data-type="default"] .teh-product__content .tab-list li {
    margin-right: 3rem;
  }

  .teh-product--detail[data-type="default"] .teh-product__content .tab-list li a {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .teh-product--detail[data-type="default"] .teh-product__thumbnail {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 50px;
    float: none;
  }

  .teh-product--detail[data-type="default"] .teh-product__info {
    width: 100%;
    padding-left: 0;
  }

  .teh-product--detail[data-type="default"] h1 {
    font-size: 2.4rem;
  }

  .teh-product--detail[data-type="default"] .teh-product__price {
    font-size: 2rem;
  }

  .teh-product--detail[data-type="default"] .teh-product__price del {
    font-size: 1.5rem;
  }

  .teh-product--detail[data-type="default"] .teh-product__content .tab-list li {
    margin-right: 3rem;
  }

  .teh-product--detail[data-type="default"] .teh-product__content .tab-list li a {
    font-size: 1.2rem;
  }
}

@media (max-width: 479px) {
  .teh-product--detail[data-type="default"] .teh-product__meta p {
    float: none;
    margin-bottom: 1rem;
  }

  .teh-product--detail[data-type="default"] .teh-product__meta>a {
    display: block;
    float: none;
    padding-left: 0;
  }

  .teh-product--detail[data-type="default"] .teh-product__content .tab-list li {
    display: block;
    margin-right: 0;
  }

  .teh-product--detail[data-type="default"] .teh-product__content .tab-list li a {
    display: block;
    padding: .5rem 0;
    font-size: 1.2rem;
  }

  .teh-product--detail[data-type="default"] .teh-product__content .tab-list li a:before {
    display: none;
  }
}

@media (max-width: 375px) {
  .teh-product--detail[data-type="default"] .teh-product__shopping .teh-form--number {
    max-width: 100%;
    width: 100%;
    margin-bottom: 1rem;
  }

  .teh-product--detail[data-type="default"] .teh-product__shopping button {
    width: 100%;
  }
}

.teh-hero {
  padding-top: 24rem;
  padding-bottom: 10rem;
}

.teh-hero .teh-hero__content {
  text-align: center;
}

.teh-hero h1 {
  margin-bottom: 1.5rem;
  font-family: "Playfair Display", serif;
  font-size: 6.4rem;
  font-weight: 400;
  color: #5e6b9d;
  line-height: 1.1em;
}

.teh-hero p {
  font-size: 1.8rem;
  color: #000;
  font-style: italic;
  font-weight: 400;
}

@media (max-width: 767px) {
  .teh-hero h1 {
    font-size: 4rem;
  }
}

.teh-hero--2 {
  position: relative;
  z-index: 100;
  height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.teh-hero--2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
}

.teh-hero--2 .teh-breadcrumb {
  text-align: center;
  max-width: 1170px;
  margin: 0 auto;
  border: none;
}

.teh-hero--2 .teh-breadcrumb h1 {
  font-size: 8rem;
  font-weight: 300;
  color: #ffffff;
}

.teh-hero--2 .breadcrumb>li {
  color: #ffffff;
}

.teh-hero--2 .breadcrumb>li a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .teh-hero--2 .teh-breadcrumb h1 {
    font-size: 6rem;
  }
}

.teh-hero--lookbook {
  position: relative;
  z-index: 10;
}

.teh-hero--lookbook:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.teh-hero--lookbook h5 {
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
}

.teh-hero--lookbook h1 {
  color: #ffffff;
  font-size: 8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.teh-hero--lookbook p {
  margin-bottom: 6rem;
  color: #ffffff;
}

.teh-hero--lookbook .teh-btn {
  border-color: #ffffff;
  color: #ffffff;
}

.teh-hero--lookbook .teh-btn:hover {
  background-color: #c61a32;
  border-color: #c61a32;
}

@media (max-width: 991px) {
  .teh-hero--lookbook h1 {
    font-size: 5rem;
  }

  .teh-hero--lookbook p {
    margin-bottom: 4rem;
    font-size: 1.4rem;
  }
}

@media (max-width: 479px) {
  .teh-hero--lookbook h1 {
    font-size: 4rem;
  }
}

.teh-banner {
  position: relative;
}

.teh-banner .teh-banner__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1200px;
  text-align: center;
}

.teh-banner h3 {
  margin-bottom: 1.5rem;
  font-family: "Playfair Display", serif;
  font-size: 4.8rem;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
}

.teh-banner p {
  margin-bottom: 2rem;
  color: #000000;
  font-size: 2rem;
  font-weight: 500;
}

.teh-banner .teh-btn {
  padding: 1.5rem 3rem;
}

.teh-banner--2 .teh-banner__content {
  width: 100%;
  text-align: right;
}

.teh-banner--2 h4 {
  font-family: "Playfair Display", serif;
  font-size: 4.8rem;
  font-style: italic;
  font-weight: 400;
  color: #5e6b9d;
}

@media (max-width: 1199px) {
  .teh-banner h4 {
    font-size: 2rem;
  }

  .teh-banner h3 {
    font-size: 4rem;
  }

  .teh-banner p {
    font-size: 1.6rem;
  }
}

@media (max-width: 991px) {
  .teh-banner {
    margin-top: 7rem;
  }

  .teh-banner h3 {
    font-size: 3rem;
  }

  .teh-banner p {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .teh-banner h3 {
    font-size: 2.6rem;
  }

  .teh-banner .teh-btn {
    padding: .5rem 2rem;
    font-size: 1.2rem;
  }
}

@media (max-width: 479px) {
  .teh-banner .teh-banner__content {
    width: 100%;
    padding: 0 10px;
  }

  .teh-banner h4 {
    font-size: 1.4rem;
  }

  .teh-banner h3 {
    font-size: 2rem;
  }

  .teh-banner p {
    display: none;
  }

  .teh-banner .teh-btn {
    font-size: 1rem;
    padding: 5px 15px;
  }
}

.teh-banner--1 {
  text-align: center;
  padding: 35rem 0;
}

.teh-banner--1 p {
  margin-bottom: 3.5rem;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 400;
}

.teh-banner--1 h1 {
  margin-bottom: 4rem;
  font-size: 8rem;
  font-weight: 300;
  color: #ffffff;
}

.teh-banner--1 .teh-btn--outline {
  border-color: #fff;
  color: #ffffff;
}

.teh-banner--1 .teh-btn--outline:hover {
  background-color: #c61a32;
  border-color: #c61a32;
}

@media (max-width: 1199px) {
  .teh-banner--1 p {
    margin-bottom: 3rem;
  }

  .teh-banner--1 h1 {
    margin-bottom: 3rem;
    font-size: 7rem;
  }
}

@media (max-width: 991px) {
  .teh-banner--1 {
    padding: 30rem 0;
  }

  .teh-banner--1 p {
    font-size: 1.6rem;
  }

  .teh-banner--1 h1 {
    font-size: 6rem;
  }
}

@media (max-width: 767px) {
  .teh-banner--1 {
    padding: 23rem 0;
  }

  .teh-banner--1 h1 {
    font-size: 5.5rem;
  }
}

@media (max-width: 479px) {
  .teh-banner--1 {
    padding: 20rem 0;
  }

  .teh-banner--1 h1 {
    font-size: 4.5rem;
  }
}

.teh-banner--2 {
  text-align: center;
  padding: 35rem 0;
}

.teh-banner--2 p {
  margin-bottom: 3.5rem;
  color: #222;
  font-size: 1.8rem;
  font-weight: 400;
}

.teh-banner--2 h1 {
  margin-bottom: 4rem;
  font-size: 8rem;
  font-weight: 300;
  color: #222;
}

.teh-banner--2 .teh-btn--outline {
  border-color: #222;
  color: #222;
}

.teh-banner--2 .teh-btn--outline:hover {
  color: #ffffff;
}

@media (max-width: 1199px) {
  .teh-banner--2 p {
    margin-bottom: 3rem;
  }

  .teh-banner--2 h1 {
    margin-bottom: 3rem;
    font-size: 7rem;
  }
}

@media (max-width: 991px) {
  .teh-banner--2 {
    padding: 30rem 0;
  }

  .teh-banner--2 p {
    font-size: 1.6rem;
  }

  .teh-banner--2 h1 {
    font-size: 6rem;
  }
}

@media (max-width: 767px) {
  .teh-banner--2 {
    padding: 23rem 0;
  }

  .teh-banner--2 h1 {
    font-size: 5.5rem;
  }
}

@media (max-width: 479px) {
  .teh-banner--2 {
    padding: 20rem 0;
  }

  .teh-banner--2 h1 {
    font-size: 4.5rem;
  }
}

.teh-banner--3 {
  position: relative;
}

.teh-banner--3 img {
  width: 100%;
}

.teh-banner--3 .teh-banner__content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 50%;
  padding-right: 7rem;
  text-align: center;
}

.teh-banner--3 h3 {
  font-family: "Playfair Display", serif;
  color: #5e6b9d;
  font-size: 4.8rem;
}

.teh-banner--3 p {
  font-family: "Playfair Display", serif;
  font-size: 2.4rem;
  color: #000000;
}

.teh-banner--3 .teh-btn {
  padding: 1.5rem 3rem;
}

.teh-banner--7 img {
  width: 100%;
}

.teh-filter {
  margin-bottom: 50px;
}

.teh-filter__header::after {
  clear: both;
  content: "";
  display: table;
}

.teh-filter__header .form-group {
  display: inline-block;
  margin-right: 8rem;
  margin-bottom: 0;
}

.teh-filter__header .form-group label {
  margin-right: 3rem;
  margin-bottom: 0;
  vertical-align: middle;
}

.teh-filter__header .form-group .teh-select {
  min-width: 150px;
  vertical-align: middle;
}

.teh-filter__header .form-group .teh-select .selectize-input {
  position: relative;
  vertical-align: top;
  padding: 10px 15px;
  border: none;
  outline: none;
  box-shadow: none;
}

.teh-filter__header .form-group .teh-select .selectize-dropdown {
  cursor: pointer;
}

.teh-filter__header figure {
  float: right;
}

.teh-filter__header figure .teh-pagination {
  display: inline-block;
}

.teh-filter__header figure .teh-pagination p {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  margin-right: 30px;
}

.teh-filter__header figure .teh-pagination .pagination {
  vertical-align: middle;
}

.teh-filter__header figure .teh-pagination .pagination li a {
  width: 40px;
  line-height: 40px;
}

.teh-filter__trigger {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.teh-filter__trigger>p {
  display: inline-block;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 40px;
  color: #222;
}

.teh-filter__trigger i {
  margin-left: 10px;
  color: #999999;
}

.teh-filter__icon {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  vertical-align: top;
}

.teh-filter__icon span,
.teh-filter__icon:before,
.teh-filter__icon:after {
  position: absolute;
  right: 10px;
  height: 2px;
  width: 20px;
  background-color: #303030;
  z-index: 100;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.teh-filter__icon span {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.teh-filter__icon:before,
.teh-filter__icon:after {
  content: '';
}

.teh-filter__icon:before {
  top: 12px;
}

.teh-filter__icon:after {
  bottom: 12px;
}

.teh-filter__icon:hover {
  cursor: pointer;
}

.teh-filter__icon.active span {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  visibility: hidden;
  opacity: 0;
}

.teh-filter__icon.active:before,
.teh-filter__icon.active:after {
  top: 50%;
  bottom: auto;
  width: 20px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: #fc354c;
}

.teh-filter__icon.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.teh-filter__icon.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.teh-filter__result {
  text-align: right;
}

.teh-filter__result p {
  margin-bottom: 0;
  line-height: 40px;
}

.teh-filter__content {
  display: none;
  padding: 30px 50px;
  background-color: #f7f7f7;
}

.teh-filter__content::after {
  clear: both;
  content: "";
  display: table;
}

.teh-filter__column {
  float: left;
  width: 25%;
  padding: 0 15px;
}

.teh-filter__column>h3 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 1.8rem;
  color: #333;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: none;
}

.teh-filter__column>h3:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #c3c3c3;
}

.teh-filter.active .teh-filter__content {
  display: block;
}

@media (max-width: 1199px) {
  .teh-filter__content {
    padding: 30px 15px;
  }
}

@media (max-width: 991px) {
  .teh-filter__column {
    width: 50%;
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .teh-filter__result {
    text-align: left;
  }
}

@media (max-width: 479px) {
  .teh-filter__column {
    width: 100%;
    max-width: 300px;
  }
}

.teh-table thead>tr>th {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #515356;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
}

.teh-table tbody>tr>td {
  vertical-align: middle;
  padding: 30px 10px;
}

.teh-table--compare {
  border: 1px solid #e1e1e1;
}

.teh-table--compare tbody>tr>td {
  padding: 20px 30px;
  border: 1px solid #e1e1e1;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

.teh-table--compare tbody>tr>td:first-child {
  background-color: #faf7f3;
  border: solid 1px #e1e1e1;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  vertical-align: middle !important;
}

.teh-table--compare tbody>tr>td .price {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.teh-table--compare tbody>tr>td .status {
  font-size: 18px;
  font-weight: 500;
  color: #989898;
  text-transform: uppercase;
}

.teh-table--compare tbody>tr>td .status.in-stock {
  color: #13aa18;
}

@media (max-width: 991px) {
  .teh-table--compare .teh-btn {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.teh-table--whishlist thead tr th {
  text-align: center;
  font-family: "Playfair Display", serif;
}

.teh-table--whishlist thead tr th:first-child {
  text-align: left;
}

.teh-table--whishlist tbody>tr>td {
  text-align: center;
  font-size: 18px;
  color: #8d8d8d;
}

.teh-table--whishlist tbody>tr>td .teh-product-link {
  text-transform: uppercase;
  color: #c61a32;
  font-weight: 500;
  font-size: 14px;
}

.teh-table--whishlist tbody>tr>td .teh-product-link:hover {
  color: #333;
}

.teh-table--whishlist tbody>tr>td strong {
  color: #000;
}

.teh-table--whishlist tbody>tr>td:first-child {
  width: 30%;
  text-align: left;
}

.teh-table--whishlist tbody>tr>td:last-child {
  width: 150px;
}

.teh-table--listing thead tr th {
  font-family: "Playfair Display", serif;
}

.teh-table--listing tbody tr td {
  font-weight: 500;
  color: #8d8d8d;
  font-size: 1.8rem;
}

.teh-table--listing .minus {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.teh-table--listing .plus {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

@media (max-width: 767px) {
  .teh-table--listing tbody tr td {
    min-width: 200px;
    text-align: center;
  }
}

.teh-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #fff;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.teh-loading__content {
  height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.teh-loading__content>* {
  display: block;
  width: 25%;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: -moz-transform 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  background-color: #fcfaf6;
}

.teh-loading.loaded {
  visibility: hidden;
  opacity: 0;
  background-color: transparent;
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.teh-loading.loaded .teh-loading__content>* {
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #ffffff;
  z-index: 999;
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

#loader-wrapper img {
  width: 100px;
  height: 100px;
  position: absolute;
  object-fit: cover;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  z-index: 999999999;
}

.loaded #loader-wrapper img {
  opacity: 0;
  transition: all 0.3s ease-out;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}

.teh-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.7);
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.teh-modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 2rem 4rem;
  z-index: 10;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  max-width: 945px;
  width: 100%;
}

.teh-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  display: inline-block;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #5e6b9d;
}

.teh-modal__close i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #ffffff;
}

.teh-modal.active {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 991px) {
  .teh-modal__container {
    max-width: 90%;
  }

  .teh-modal__close {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    background-color: transparent;
    width: 30px;
    height: 30px;
  }

  .teh-modal__close i {
    color: #5e6b9d;
  }
}

@media (max-width: 767px) {
  .teh-modal {
    overflow: auto;
  }

  .teh-modal__container {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 3rem auto;
    overflow: auto;
  }
}

@media (max-width: 479px) {
  .teh-modal__container {
    max-width: 300px;
  }
}

#login .teh-modal__container {
  max-width: 600px;
}

#login .teh-modal__container .teh-btn--close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.teh-popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
  background-color: rgba(46, 40, 26, 0.86);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.teh-popup__content {
  max-width: 745px;
  max-height: calc(100vh - 100px);
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: tranform 0.4s ease;
  -moz-transition: tranform 0.4s ease;
  transition: tranform 0.4s ease;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.teh-popup__close {
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background-color: #5e6b9d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.teh-popup__close:before,
.teh-popup__close:after {
  height: 50%;
  background-color: #fff;
}

.teh-popup__close:hover {
  background-color: #222222;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.teh-popup.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.teh-popup.active .teh-popup__content {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

@media (max-width: 1199px) {
  .teh-popup__close {
    background-color: transparent;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    border: none;
  }

  .teh-popup__close:before,
  .teh-popup__close:after {
    background-color: #f44336;
  }
}

@media (max-width: 991px) {
  .teh-popup {
    padding: 100px 30px 20px;
  }

  .teh-popup .teh-popup__content {
    position: relative;
    top: 0;
    left: 0;
    max-width: 800px;
    margin: 0 auto;
  }

  .teh-popup.active .teh-popup__content {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media (max-width: 479px) {
  .teh-popup {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.teh-tab {
  display: none;
}

.teh-tab.active {
  display: block;
}

/*3. COMPONENTS */
.teh-cart {
  position: relative;
  display: inline-block;
}

.teh-cart__toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: top;
  color: #ffffff;
}

.teh-cart__toggle span {
  position: absolute;
  top: 5px;
  right: -5px;
  width: 20px;
  height: 20px;
  font-size: 10px;
  z-index: 100;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
}

.teh-cart__toggle span i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 10px;
  font-style: normal;
  color: #222;
}

.teh-cart__toggle>i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
}

.teh-cart__listing {
  padding-top: 10px;
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px 0 rgba(21, 26, 46, 0.15);
}

.teh-cart__listing:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 0;
  width: 0;
  border-bottom: 10px solid #fff;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
}

.teh-cart__content {
  background-color: #fff;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.teh-cart__total {
  background-color: #fff;
  border-top: 1px solid #f3f3f3;
  padding: 15px;
}

.teh-cart__total p {
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #767676;
}

.teh-cart__total p span {
  float: right;
  font-weight: 600;
  letter-spacing: .05em;
  color: #000000;
}

.teh-cart__footer {
  line-height: 1em;
  background-color: #313645;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.teh-cart__footer a {
  display: block;
  padding: 15px 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  background-color: #5e6b9d;
  text-transform: uppercase;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.teh-cart__footer a:hover {
  background-color: #222222;
  color: #ffffff;
}

.teh-cart:hover .teh-cart__listing {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1400px) {
  .teh-cart {
    position: relative;
  }

  .teh-cart .teh-cart__listing {
    left: auto;
    right: 0;
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }

  .teh-cart .teh-cart__listing:before {
    display: none;
  }

  .teh-cart:hover .teh-cart__listing {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media (max-width: 479px) {
  .teh-cart .teh-cart__listing {
    width: 280px;
  }
}

.teh-cart-item {
  padding: 15px 10px;
  position: relative;
  border-bottom: 1px solid #f3f3f3;
}

.teh-cart-item::after {
  clear: both;
  content: "";
  display: table;
}

.teh-cart-item__thumbnail {
  display: block;
  position: relative;
  float: left;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.teh-cart-item__thumbnail>img {
  vertical-align: top;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.teh-cart-item__thumbnail>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.teh-cart-item__thumbnail:hover>img {
  -webkit-transform: rodtatscale(1.2, 1.2);
  -moz-transform: rodtatscale(1.2, 1.2);
  -ms-transform: rodtatscale(1.2, 1.2);
  -o-transform: rodtatscale(1.2, 1.2);
  transform: rodtatscale(1.2, 1.2);
}

.teh-cart-item__thumbnail:hover>a {
  background-color: rgba(198, 26, 50, 0.5);
}

.teh-cart-item__title {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.5em;
  text-align: left;
  color: #000000;
}

.teh-cart-item__title:hover {
  color: #c61a32;
}

.teh-cart-item__content {
  float: left;
  width: calc(100% - 60px);
  padding-left: 15px;
}

.teh-cart-item__content p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #999;
}

.teh-cart-item__content p span {
  margin-right: 25px;
}

.teh-cart-item__content p i {
  font-style: normal;
  color: #fff;
  margin-left: 8px;
}

.teh-cart-item .teh-cart-item__close {
  display: block;
  position: absolute;
  top: 18px;
  right: 15px;
  width: 16px;
  height: 16px;
  background-color: #999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 1000;
}

.teh-cart-item .teh-cart-item__close:before,
.teh-cart-item .teh-cart-item__close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.teh-cart-item .teh-cart-item__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.teh-cart-item .teh-cart-item__close:hover {
  background-color: #c61a32;
}

.teh-cart-item:last-child {
  border-bottom: none;
}

.teh-payment-method {
  display: inline-block;
}

.teh-payment-method li {
  display: inline-block;
  margin-right: 5px;
  background-color: #fff;
}

.teh-payment-method li img {
  max-width: 50px;
}

.teh-cart-listing {
  margin-bottom: 5rem;
}

.teh-cart-listing .teh-cart__table thead>tr>th {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #515356;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
}

.teh-cart-listing .teh-cart__table tbody>tr>td {
  vertical-align: top;
  padding: 30px 10px;
}

.teh-cart-listing .teh-cart__actions {
  padding-top: 55px;
  border-top: solid 1px #e5e5e5;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.teh-cart-listing .teh-cart__actions .teh-cart__promotion {
  min-width: calc(100% - 350px);
  width: calc(100% - 350px);
}

.teh-cart-listing .teh-cart__actions .teh-cart__promotion .form-group {
  max-width: 290px;
}

.teh-cart-listing .teh-cart__actions .teh-cart__promotion .form-control {
  margin-bottom: 20px;
  height: 45px;
  padding: 0 20px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  border-radius: 45px;
}

.teh-cart-listing .teh-cart__actions .teh-cart__promotion .teh-btn {
  width: 100%;
  height: 50px;
}

.teh-cart-listing .teh-cart__actions .teh-cart__total {
  border-top: none;
  background-color: transparent;
}

.teh-cart-listing .teh-cart__actions .teh-cart__total h3 {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #515356;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 30px;
}

.teh-cart-listing .teh-cart__actions .teh-cart__total h3 span {
  float: right;
  font-size: 24px;
  color: #000;
  vertical-align: middle;
  font-weight: 700;
}

.teh-cart-listing .teh-cart__actions .teh-cart__total .teh-btn {
  padding: 1.5rem 3rem;
}

@media (max-width: 991px) {
  .teh-cart-listing .teh-cart__table {
    display: block;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
  }

  .teh-cart-listing .teh-cart__table tbody>tr>td:first-child {
    min-width: 300px;
  }

  .teh-cart-listing .teh-cart__table tbody>tr>td:nth-child(3) {
    min-width: 300px;
  }
}

@media (max-width: 767px) {
  .teh-cart-listing .teh-cart__actions {
    display: block;
  }

  .teh-cart-listing .teh-cart__actions::after {
    clear: both;
    content: "";
    display: table;
  }

  .teh-cart-listing .teh-cart__actions .teh-cart__promotion {
    width: 100%;
    min-width: 0;
    max-width: 400px;
  }

  .teh-cart-listing .teh-cart__actions .teh-cart__promotion .form-group {
    max-width: 100%;
  }

  .teh-cart-listing .teh-cart__total {
    padding: 0;
  }

  .teh-cart-listing .teh-cart__promotion,
  .teh-cart-listing .teh-cart__total {
    width: 100%;
    min-width: 0;
    max-width: 400px;
    float: right;
  }

  .teh-cart-listing .teh-cart__promotion .teh-btn,
  .teh-cart-listing .teh-cart__total .teh-btn {
    width: 100%;
    text-align: center;
  }
}

.teh-checkout {
  margin-bottom: 10rem;
}

.teh-checkout__billing {
  padding-right: 100px;
}

.teh-checkout table.teh-checkout__products>thead>tr>th {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  border-bottom: none;
  font-weight: 600;
}

.teh-checkout table.teh-checkout__products>thead>tr>th:last-child {
  text-align: right;
}

.teh-checkout table.teh-checkout__products>tbody>tr>td {
  border-bottom: none;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #fff;
  border-top: none;
}

.teh-checkout table.teh-checkout__products>tbody>tr>td:last-child {
  text-align: right;
}

.teh-checkout .teh-checkout__block {
  margin-bottom: 10px;
  padding: 20px;
  border-bottom: 1px solid #4d4d4d;
}

.teh-checkout .teh-checkout__block .teh-radio label {
  color: #fff;
}

.teh-checkout .teh-checkout__block .teh-btn:before {
  background-color: rgba(255, 255, 255, 0.2);
}

.teh-checkout .teh-checkout__order {
  margin-bottom: 30px;
  background-color: #414861;
}

.teh-checkout .teh-checkout__order h3 {
  margin-bottom: 0;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  line-height: 1.8;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}

.teh-checkout .teh-checkout__order .teh-radio label {
  color: #fff;
}

.teh-checkout .teh-checkout__order>header {
  margin-bottom: 10px;
  padding: 20px 30px;
  border-bottom: 1px solid #5e698e;
}

.teh-checkout .teh-checkout__order .content {
  padding: 0 30px 0;
}

.teh-checkout .teh-checkout__order>footer>h3 {
  padding: 10px 30px;
}

.teh-checkout .teh-checkout__order>footer .cheque {
  padding: 20px 30px;
  border-top: 1px solid #5e698e;
  border-bottom: 1px solid #5e698e;
}

.teh-checkout .teh-checkout__order>footer .cheque p {
  color: #fff;
  font-size: 12px;
}

.teh-checkout .teh-checkout__order>footer .paypal {
  padding: 10px 30px;
}

.teh-checkout .teh-checkout__order>footer .paypal .teh-btn {
  margin-top: 40px;
  margin-bottom: 15px;
}

.teh-checkout .teh-checkout__order>footer button {
  width: 100%;
  text-align: center;
  height: 50px;
}

.teh-checkout .teh-checkout__order .paypal .teh-radio {
  display: inline-block;
  margin-right: 30px;
}

@media (max-width: 1199px) {
  .teh-checkout .teh-checkout__billing {
    padding-right: 0;
  }
}

.teh-shipping {
  padding: 20px 30px;
  border: 1px solid #e5e5e5;
}

.teh-shipping>h3 {
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  color: #5b5b5b;
}

.teh-shipping p {
  color: #8d8d8d;
}

.teh-shipping a {
  color: #222222;
  text-decoration: underline;
}

.teh-form--subscribe {
  max-width: 77rem;
  margin: 0 auto;
}

.teh-form--subscribe p {
  margin-bottom: 3rem;
  color: #ffffff;
  font-size: 2.4rem;
  font-style: italic;
}

.teh-form--subscribe p strong {
  font-style: normal;
  font-size: 3.4rem;
  font-weight: 600;
}

.teh-form--subscribe .form-group {
  max-width: 630px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.teh-form--subscribe .form-group>* {
  width: 100%;
}

.teh-form--subscribe .form-group .form-group__content {
  position: relative;
  border-bottom: 1px solid #fff;
  padding: 1rem 0;
  padding-left: 4rem;
}

.teh-form--subscribe .form-group .form-group__content input {
  background-color: transparent;
  height: 40px;
  border: none;
  color: #ffffff;
  font-size: 1.4rem;
}

.teh-form--subscribe .form-group .form-group__content input::-webkit-input-placeholder {
  color: #ffffff;
}

.teh-form--subscribe .form-group .form-group__content input::-moz-placeholder {
  color: #ffffff;
}

.teh-form--subscribe .form-group .form-group__content input:-moz-placeholder {
  color: #ffffff;
}

.teh-form--subscribe .form-group .form-group__content input:-ms-input-placeholder {
  color: #ffffff;
}

.teh-form--subscribe .form-group .form-group__content i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  color: #ffffff;
  font-size: 3rem;
}

.teh-form--subscribe .form-group .form-group__submit {
  max-width: 140px;
}

.teh-form--subscribe .form-group .form-group__submit button {
  width: 100%;
}

@media (max-width: 479px) {
  .teh-form--subscribe {
    text-align: center;
  }

  .teh-form--subscribe .form-group {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .teh-form--subscribe .form-group .form-group__content {
    margin-bottom: 2rem;
  }

  .teh-form--subscribe .form-group .form-group__submit {
    max-width: 100%;
  }
}

.teh-form--widget-search {
  position: relative;
}

.teh-form--widget-search .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e5e5e5;
}

.teh-form--widget-search button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  padding: 0;
}

.teh-form--widget-search button i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #222;
}

.teh-form--widget-search button:hover {
  background-color: #c61a32;
}

.teh-form--widget-search button:hover i {
  color: #ffffff;
}

.teh-form--comment h3 {
  margin-bottom: 2rem;
  font-weight: 400;
  color: #222;
  font-size: 2.4rem;
}

.teh-form--comment p {
  margin-bottom: 3.5rem;
  color: #777;
}

.teh-form--comment .form-group>label sup {
  color: #c61a32;
}

.teh-form--comment .form-group .form-control {
  border: 1px solid #dad9d9;
  background-color: #fff;
  border: 50%;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}

.teh-form--comment .form-group textarea.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.teh-form--comment .submit button {
  padding-left: 6rem;
  padding-right: 6rem;
}

.teh-form--comment .submit button:hover {
  background-color: #222;
}

.teh-form--contact h3 {
  margin-bottom: 4.5rem;
  font-weight: 400;
  color: #222;
  font-size: 4.4rem;
}

.teh-form--contact p {
  margin-bottom: 3.5rem;
  color: #777;
}

.teh-form--contact .form-group>label sup {
  color: #c61a32;
}

.teh-form--contact .form-group .form-control {
  border: 1px solid #dad9d9;
  background-color: #fff;
  border: 50%;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 0px;
}

.teh-form--contact .form-group .form-control:focus {
  border-color: #093824;
}

.teh-form--contact .form-group textarea.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.teh-form--contact .submit button {
  padding-left: 6rem;
  padding-right: 6rem;
}

.teh-form--contact .submit button:hover {
  background-color: #222;
}

.teh-form--product-review {
  max-width: 450px;
}

.teh-form--product-review h4 {
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.teh-form--product-review .form-group {
  margin-bottom: 3rem;
}

.teh-form--product-review .form-group>label {
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.teh-form--product-review .form-group>label sup {
  color: #f00;
}

.teh-form--product-review .form-control {
  border: none;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.teh-form--product-review button {
  border: none;
  height: 45px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}

.teh-form--create-tags {
  position: relative;
}

.teh-form--create-tags label {
  color: #000;
}

.teh-form--create-tags input {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 20px;
  width: 100%;
  max-width: 300px;
  height: 50px;
  border: none;
  text-indent: 10px;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.teh-form--create-tags input::-webkit-input-placeholder {
  color: #757575;
}

.teh-form--create-tags input::-moz-placeholder {
  color: #757575;
}

.teh-form--create-tags input:-moz-placeholder {
  color: #757575;
}

.teh-form--create-tags input:-ms-input-placeholder {
  color: #757575;
}

.teh-form--create-tags input:focus {
  background-color: #eee;
}

.teh-form--create-tags button {
  display: inline-block;
  vertical-align: top;
  padding-left: 40px;
  padding-right: 40px;
  height: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .teh-form--create-tags {
    max-width: 400px;
    margin: 0 auto 3rem;
  }

  .teh-form--create-tags input {
    max-width: 400px;
  }

  .teh-form--create-tags button {
    width: 100%;
    text-align: center;
  }
}

.teh-form--cart-process .form-group {
  margin-bottom: 10px;
}

.teh-form--cart-process .teh-select {
  width: 100%;
}

.teh-form--cart-process .teh-select .selectize-input {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  padding-left: 20px;
}

.teh-form--cart-process .form-control {
  background-color: transparent;
  border: 1px solid #e6e5e5;
  height: 38px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
}

.teh-form--cart-process figure {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border: none;
  border-bottom: 1px solid #e5e5e5;
}

.teh-form--cart-process figure button {
  background-color: #555;
}

.teh-form--cart-process .submit button {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}

.teh-form--header-search {
  position: relative;
}

.teh-form--header-search:before {
  content: "\f002";
  font-family: FontAwesome;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #777;
}

.teh-form--header-search .form-group {
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
}

.teh-form--header-search .form-group .form-control {
  border: none;
  height: 40px;
  border-bottom: 1px solid #e5e5e5;
  background-color: transparent;
  text-indent: 20px;
}

.teh-form--header-search .form-group button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
}

.teh-form--register {
  padding-top: 3rem;
  text-align: center;
}

.teh-form--register h3 {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  font-weight: 400;
  color: #222;
}

.teh-form--register .form-group {
  text-align: left;
  max-width: 430px;
  margin: 0 auto 20px;
}

.teh-form--register .form-group>label {
  color: #777;
  margin-bottom: 10px;
}

.teh-form--register .form-group .form-control {
  height: 37px;
  color: #777;
  background-color: transparent;
  border-color: #e5e5e5;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}

.teh-form--register .submit {
  text-align: center;
}

.teh-form--register .submit .teh-btn {
  margin-bottom: 2rem;
  max-width: 300px;
  width: 100%;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
}

.teh-form--register .submit .facebook {
  background-color: #3b5998;
}

.teh-form--subscribe-popup {
  max-width: 460px;
  margin: 7rem auto 5rem;
  text-align: center;
  padding: 6rem 3rem;
  background-color: #ffffff;
}

.teh-form--subscribe-popup h3 {
  margin-bottom: 10px;
  font-size: 3.5rem;
  font-weight: 500;
  color: #222;
}

.teh-form--subscribe-popup h1 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 8rem;
  color: #222;
  text-transform: uppercase;
}

.teh-form--subscribe-popup figure {
  padding: 3rem 0;
}

.teh-form--subscribe-popup figure h4 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #222;
  text-transform: uppercase;
}

.teh-form--subscribe-popup figure p {
  font-size: 1.3rem;
  color: #777;
}

.teh-form--subscribe-popup .form-group {
  max-width: 330px;
  margin: 0 auto;
}

.teh-form--subscribe-popup .form-control {
  margin-bottom: 10px;
  background-color: transparent;
  border-color: #e5e5e5;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}

.teh-form--subscribe-popup button {
  width: 100%;
  height: 52px;
  background-color: #222;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}

.teh-form--primary-search {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
}

.teh-form--primary-search input {
  border: none;
  font-size: 3.6rem;
  color: #ffffff;
  padding-left: 0;
  height: 80px;
  border-bottom: 2px solid #fff;
  background-color: transparent;
}

.teh-form--primary-search input::-webkit-input-placeholder {
  opacity: 1;
  color: #cacaca;
}

.teh-form--primary-search input::-moz-placeholder {
  opacity: 1;
  color: #cacaca;
}

.teh-form--primary-search input:-moz-placeholder {
  opacity: 1;
  color: #cacaca;
}

.teh-form--primary-search input:-ms-input-placeholder {
  opacity: 1;
  color: #cacaca;
}

.teh-form--primary-search input:focus {
  color: #ffffff;
  background-color: transparent;
}

.teh-form--primary-search button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 2rem;
  color: #ffffff;
  background-color: transparent;
  border: none;
}

@media (max-width: 479px) {
  .teh-form--primary-search input {
    height: 60px;
    font-size: 2rem;
  }
}

.teh-form--account {
  border: solid 1px #e5e5e5;
  max-width: 600px;
  margin: 0 auto 3rem;
  padding: 5rem 3rem;
}

.teh-form--account .teh-form__header {
  padding-bottom: 3rem;
  text-align: center;
}

.teh-form--account .teh-form__header h3 {
  font-weight: 300;
  color: #222;
}

.teh-form--account .form-group {
  max-width: 420px;
  margin: 0 auto 20px;
}

.teh-form--account .form-group>label {
  color: #555555;
  font-size: 13px;
}

.teh-form--account .form-control {
  border: 1px solid #e5e5e5;
  background-color: transparent;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}

.teh-form--account .submit {
  text-align: center;
}

.teh-form--account .submit .teh-btn {
  margin-bottom: 20px;
  height: 45px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding-left: 5rem;
  padding-right: 5rem;
  min-width: 250px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

.teh-form--account .submit p {
  margin-bottom: 2.5rem;
  color: #555555;
  font-size: 13px;
}

.teh-form--account .submit p a {
  color: #777;
}

.teh-form--account .submit p strong {
  font-weight: 600;
  color: #222;
}

.teh-form--account .submit p strong a {
  color: #222;
}

.teh-form--account .submit p strong a:hover {
  text-decoration: underline;
}

.teh-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.75s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.75s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.75s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  transition-delay: 0;
}

.teh-search:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(55, 54, 76, 0.85);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale3d(1, 0, 1);
  -moz-transform: scale3d(1, 0, 1);
  -ms-transform: scale3d(1, 0, 1);
  -o-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.teh-search__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1200px;
  width: 100%;
  padding: 0 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.teh-search .teh-form--primary-search {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  visibility: hidden;
  opacity: 0;
}

.teh-search>.teh-btn--close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 50px;
  height: 50px;
  background-color: #000;
  z-index: 1000;
  -webkit-transform: scale(0, 0) rotate(0);
  -moz-transform: scale(0, 0) rotate(0);
  -ms-transform: scale(0, 0) rotate(0);
  -o-transform: scale(0, 0) rotate(0);
  transform: scale(0, 0) rotate(0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  border: none;
}

.teh-search>.teh-btn--close:before,
.teh-search>.teh-btn--close:after {
  background-color: #ffffff;
  height: 50%;
}

.teh-search>.teh-btn--close:hover {
  background-color: #f44336;
}

.teh-search.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.teh-search.active:before {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.teh-search.active>.teh-btn--close {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1, 1) rotate(180deg);
  -moz-transform: scale(1, 1) rotate(180deg);
  -ms-transform: scale(1, 1) rotate(180deg);
  -o-transform: scale(1, 1) rotate(180deg);
  transform: scale(1, 1) rotate(180deg);
  -webkit-transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.teh-search.active .teh-form--primary-search {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  transition-delay: 0.35s;
  visibility: visible;
  opacity: 1;
}

@media (max-width: 479px) {
  .teh-search__content {
    padding: 0 1.5rem;
  }
}

.teh-section .teh-section__header {
  text-align: center;
  padding-bottom: 2rem;
}

.teh-section .teh-section__header h3 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.teh-section .teh-section__header p {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: .2em;
  color: #888888;
}

.teh-about-us .teh-section__header p {
  color: #6e6e6e;
}

.teh-home-testimonials {
  padding: 10rem 0;
  background-color: #f2f2f2;
  text-align: center;
}

.teh-subscribe {
  padding: 10rem 0;
}

.teh-subscribe.teh-subscribe--gray .teh-form--subscribe p {
  color: #777;
}

.teh-subscribe.teh-subscribe--gray .teh-form--subscribe p strong {
  color: #222222;
}

.teh-subscribe.teh-subscribe--gray .teh-form--subscribe .form-group .form-group__content {
  border-bottom-color: #dadada;
}

.teh-subscribe.teh-subscribe--gray .teh-form--subscribe .form-group .form-group__content>i {
  color: #555;
}

.teh-subscribe.teh-subscribe--gray .teh-form--subscribe .form-group .form-group__content input::-webkit-input-placeholder {
  color: #555;
}

.teh-subscribe.teh-subscribe--gray .teh-form--subscribe .form-group .form-group__content input::-moz-placeholder {
  color: #555;
}

.teh-subscribe.teh-subscribe--gray .teh-form--subscribe .form-group .form-group__content input:-moz-placeholder {
  color: #555;
}

.teh-subscribe.teh-subscribe--gray .teh-form--subscribe .form-group .form-group__content input:-ms-input-placeholder {
  color: #555;
}

.teh-subscribe.teh-subscribe--white .teh-form--subscribe p {
  color: #777;
}

.teh-subscribe.teh-subscribe--white .teh-form--subscribe p strong {
  color: #222222;
}

.teh-subscribe.teh-subscribe--white .teh-form--subscribe .form-group .form-group__content {
  border-bottom-color: #dadada;
}

.teh-subscribe.teh-subscribe--white .teh-form--subscribe .form-group .form-group__content>i {
  color: #555;
}

.teh-subscribe.teh-subscribe--white .teh-form--subscribe .form-group .form-group__content input::-webkit-input-placeholder {
  color: #555;
}

.teh-subscribe.teh-subscribe--white .teh-form--subscribe .form-group .form-group__content input::-moz-placeholder {
  color: #555;
}

.teh-subscribe.teh-subscribe--white .teh-form--subscribe .form-group .form-group__content input:-moz-placeholder {
  color: #555;
}

.teh-subscribe.teh-subscribe--white .teh-form--subscribe .form-group .form-group__content input:-ms-input-placeholder {
  color: #555;
}

.teh-our-blogs {
  padding-top: 10rem;
}

.teh-our-blogs .teh-carousel--nav {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.teh-new-arrivals {
  padding-top: 10rem;
  padding-bottom: 7rem;
}

.teh-new-arrivals.teh-new-arrivals--fullwidth {
  padding-bottom: 0;
}

@media (min-width: 1440px) {
  .teh-new-arrivals.teh-new-arrivals--fullwidth .teh-section__content .col-xl-3 {
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .teh-new-arrivals .teh-section__mobile {
    display: none;
  }
}

@media (max-width: 1199px) {
  .teh-new-arrivals .teh-section__content {
    display: none;
  }
}

@media (max-width: 767px) {
  .teh-new-arrivals {
    padding: 5rem 0;
  }

  .teh-new-arrivals .col-12 {
    max-width: 50%;
  }
}

.teh-product-categories {
  padding-bottom: 10rem;
}

.teh-product-categories.grid .teh-block--category {
  margin-bottom: 3rem;
}

.teh-site-features {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

@media (max-width: 1199px) {
  .teh-site-features .container {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .teh-site-features {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.teh-home-countdown {
  position: relative;
  z-index: 10;
}

.teh-home-countdown .teh-section__header {
  padding-top: 10rem;
}

.teh-home-countdown .teh-section__header p {
  color: #777;
  font-size: 1.6rem;
  font-weight: 500;
}

.teh-home-countdown .teh-section__header h3 {
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-size: 5rem;
  color: #222;
  line-height: 1.2em;
}

.teh-home-countdown .teh-section__thumbnail {
  position: relative;
  top: -100px;
  margin-bottom: -100px;
}

.teh-home-countdown .teh-section__img {
  position: absolute;
  top: 50%;
  left: 0;
  max-width: 18%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.teh-home-countdown .teh-countdown {
  margin-top: 4rem;
}

.teh-home-countdown .teh-countdown li {
  display: inline-block;
  margin-right: 15px;
  padding: 3.5rem 2rem;
  text-align: center;
  min-width: 100px;
  border: 1px solid #dedede;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 2px rgba(228, 228, 228, 0.4);
  -moz-box-shadow: 0 0 10px 2px rgba(228, 228, 228, 0.4);
  -ms-box-shadow: 0 0 10px 2px rgba(228, 228, 228, 0.4);
  box-shadow: 0 0 10px 2px rgba(228, 228, 228, 0.4);
}

.teh-home-countdown .teh-countdown li span {
  margin-bottom: 0;
  font-size: 3.5rem;
  color: #555555;
  line-height: 1em;
}

.teh-home-countdown .teh-countdown li p {
  margin-bottom: 0;
  font-style: italic;
  color: #555555;
  font-size: 1.4rem;
}

.teh-home-countdown .teh-countdown li:last-child {
  margin-right: 0;
}

.teh-home-countdown.second .teh-section__thumbnail {
  top: 0;
  margin-bottom: 0;
  padding-top: 5rem;
}

@media (max-width: 1199px) {
  .teh-home-countdown .teh-section__header {
    padding-top: 5rem;
  }

  .teh-home-countdown .teh-section__header h3 {
    font-size: 2.6rem;
  }

  .teh-home-countdown .teh-countdown {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }

  .teh-home-countdown .teh-countdown li {
    padding: 3rem 1rem;
    min-width: 60px;
    width: 100%;
  }

  .teh-home-countdown .teh-countdown li span {
    font-size: 2.4rem;
  }

  .teh-home-countdown .teh-section__thumbnail {
    top: -50px;
    margin-bottom: -50px;
  }
}

@media (max-width: 991px) {
  .teh-home-countdown {
    text-align: center;
  }

  .teh-home-countdown .teh-section__thumbnail {
    padding-top: 5rem;
    top: 0;
    margin-bottom: 0;
  }

  .teh-home-countdown .teh-section__img {
    display: none;
  }

  .teh-home-countdown .teh-countdown li {
    padding: 5rem 2rem;
  }
}

@media (max-width: 479px) {
  .teh-home-countdown .teh-countdown li {
    padding: 3rem 2rem;
  }
}


/* about us page starts */

.about-us-page-about-image {
  height: 400px;
  width: 400px;
  float: left;
  position: relative;
  object-fit: cover;
  margin: 0 40px 30px 0;
}

.about-us-page .teh-section .teh-section__header {
  text-align: left;
}

.about-us-page .teh-about-us {
  padding: 80px 0 60px 0;
}

.about-us-page-about-content {
  min-height: 400px;
  text-align: justify;
}

.mission-vision-card h3 {
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 600;
  padding: 15px 0;
}

.mission-vision-text p{
    color: #fff;
}

.mission-vision-card .lead {
  color: white;
  font-size: 14px;
}

.mission-vision-card-icon-content img {
  height: 50px;
}

.mission-vision-section {
  margin-bottom: 80px;
}

/* about us page ends */





.teh-about-us {
  padding-top: 80px;
}

.teh-about-us .left-image {
  height: 600px;
  width: 100%;
  object-fit: cover;
}

.teh-about-us .teh-section__content figure p {
  margin-bottom: 7rem;
  padding-left: 7rem;
  line-height: 1.75em;
}

@media (max-width: 1199px) {
  .teh-about-us .col-xl-5 img {
    display: none;
  }

  .teh-about-us .teh-section__content figure p {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .teh-about-us {
    padding-top: 5rem;
  }
}

.teh-product-hotpot {
  position: relative;
}

.teh-product-hotpot .teh-block--hotpot {
  position: absolute;
}

.teh-product-hotpot .teh-block--hotpot.first {
  top: 35%;
  left: 45%;
}

.teh-product-hotpot .teh-block--hotpot.second {
  top: 20%;
  left: 65%;
}

.teh-product-hotpot .teh-block--hotpot.third {
  top: 65%;
  left: 72%;
}

/* Parallax Effect */
.teh-client-feedback {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
}

.teh-client-feedback .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 479px) {
  .teh-product-hotpot {
    display: none;
  }
}

.teh-home-feature .teh-section__header {
  padding-bottom: 2rem;
  text-align: left;
}

.teh-home-feature .teh-section__content p {
  margin-bottom: 3rem;
}

@media (max-width: 1199px) {
  .teh-home-feature .teh-section__header {
    text-align: center;
  }

  .teh-home-feature .teh-section__content {
    margin: 0 auto 5rem;
    max-width: 500px;
    text-align: center;
  }

  .teh-home-feature .container {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .teh-home-feature .col-12 {
    max-width: 50%;
  }
}

.teh-blog--sidebar {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row-reverse nowrap;
  -moz-flex-flow: row-reverse nowrap;
  flex-flow: row-reverse nowrap;
}

.teh-blog--sidebar>* {
  width: 100%;
}

.teh-blog--sidebar .teh-section__left {
  max-width: 370px;
  padding-left: 10rem;
}

.teh-blog--sidebar .teh-section__footer {
  padding-bottom: 9rem;
}

.teh-blog--sidebar .teh-section__footer .teh-pagination {
  text-align: left;
}

.teh-blog--sidebar .teh-post {
  margin-bottom: 10rem;
}

.teh-blog--sidebar .teh-post:last-child {
  margin-bottom: 0;
}

.teh-blog--sidebar.teh-blog--reverse {
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.teh-blog--sidebar.teh-blog--reverse .teh-section__left {
  padding-left: 0;
  padding-right: 10rem;
}

@media (max-width: 1440px) {
  .teh-blog--sidebar .teh-section__left {
    padding-left: 5rem;
  }

  .teh-blog--sidebar.teh-blog--reverse .teh-section__left {
    padding-left: 5rem;
  }
}

@media (max-width: 1199px) {
  .teh-blog--sidebar .teh-section__left {
    max-width: 270px;
    padding-left: 3rem;
  }

  .teh-blog--sidebar.teh-blog--reverse .teh-section__left {
    padding-left: 5rem;
  }
}

@media (max-width: 991px) {
  .teh-blog--sidebar {
    -webkit-flex-flow: column-reverse wrap;
    -moz-flex-flow: column-reverse wrap;
    flex-flow: column-reverse wrap;
  }

  .teh-blog--sidebar .teh-section__left {
    padding: 0;
  }

  .teh-blog--sidebar .teh-post {
    max-width: 100%;
  }

  .teh-blog--sidebar.teh-blog--reverse {
    -webkit-flex-flow: column-reverse wrap;
    -moz-flex-flow: column-reverse wrap;
    flex-flow: column-reverse wrap;
  }
}

.teh-comments {
  padding: 10rem 0;
  background-color: #f2f2f2;
}

.teh-comments .teh-section__header {
  padding-bottom: 4rem;
}

.teh-comments .teh-section__header h3 {
  font-weight: 400;
}

.teh-comments .teh-section__header h3 strong {
  font-weight: 700;
}

.teh-comments .teh-section__content {
  margin-bottom: 10rem;
}

@media (max-width: 767px) {
  .teh-comments {
    padding: 5rem 0;
  }
}

.teh-contact .teh-section__header {
  margin-bottom: 10rem;
  text-align: center;
}

.teh-contact .teh-section__header h1 {
  margin-bottom: 8rem;
  font-size: 8rem;
  font-weight: 300;
  color: #222;
}

.teh-contact .teh-section__content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.teh-contact .teh-section__content>* {
  width: 100%;
}

.teh-contact .teh-section__content .teh-contact__map {
  padding-right: 3rem;
}

.teh-contact .teh-section__content .teh-contact__map #contact-map {
  height: 100%;
}

.teh-contact .teh-section__content .teh-contact__form {
  max-width: 45%;
  padding: 10rem 10rem 5rem;
  padding-right: calc((100% - 1140px) / 2);
  background-color: #f2f2f2;
}

@media (max-width: 1199px) {
  .teh-contact .teh-section__content .teh-contact__map {
    padding-right: 0;
  }

  .teh-contact .teh-section__content .teh-contact__form {
    max-width: 50%;
    padding: 5rem 3rem;
  }
}

@media (max-width: 767px) {
  .teh-contact .teh-section__header {
    padding-top: 50px;
  }

  .teh-contact .teh-section__header .container {
    max-width: 100%;
  }

  .teh-contact .teh-section__header h1 {
    font-size: 40px;
  }

  .teh-contact .teh-section__content {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .teh-contact .teh-section__content>* {
    max-width: 100%;
  }

  .teh-contact .teh-section__content .teh-contact__map {
    min-height: 450px;
  }

  .teh-contact .teh-section__content .teh-contact__form {
    max-width: 100%;
  }
}

.teh-meet-a-team {
  position: relative;
  top: -10rem;
  margin-bottom: -10rem;
  padding-bottom: 3rem;
}

.teh-meet-a-team>img {
  margin-bottom: 10rem;
}

@media (max-width: 767px) {
  .teh-meet-a-team {
    top: -5rem;
    margin-bottom: -5rem;
  }
}

.teh-about-signature {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.teh-about-signature>* {
  width: 100%;
  max-width: 50%;
}

.teh-about-signature .teh-section__right {
  padding: 10rem;
  padding-right: calc((100% - 1170px) / 2);
  background-color: #f2f2f2;
}

.teh-about-signature .teh-section__right h2 {
  margin-bottom: 3rem;
  font-size: 34px;
  font-weight: 500;
  text-transform: uppercase;
  color: #222;
}

.teh-about-signature .teh-section__right blockquote {
  margin-bottom: 3rem;
}

.teh-about-signature .teh-section__right blockquote p {
  font-size: 1.6rem;
  font-weight: 500;
  font-style: italic;
  color: #222;
  line-height: 1.6em;
}

.teh-about-signature .teh-section__right>p {
  margin-bottom: 3rem;
  font-size: 1.4rem;
  line-height: 1.8em;
  text-align: justify;
}

@media (max-width: 1440px) {
  .teh-about-signature .teh-section__right {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 5rem;
  }
}

@media (max-width: 1199px) {
  .teh-about-signature .teh-section__right {
    padding: 5rem;
  }

  .teh-about-signature .teh-section__right h2 {
    font-size: 6rem;
  }
}

@media (max-width: 991px) {
  .teh-about-signature .teh-section__left {
    max-width: 40%;
  }

  .teh-about-signature .teh-section__right {
    max-width: 60%;
  }
}

@media (max-width: 767px) {
  .teh-about-signature {
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    flex-flow: column wrap;
  }

  .teh-about-signature .teh-section__left {
    max-width: 100%;
    height: 450px;
  }

  .teh-about-signature .teh-section__right {
    max-width: 450px;
    margin: 0 auto;
    padding: 30px 15px;
  }
}

.teh-comming-events {
  padding: 10rem 0;
  background-color: #f2f2f2;
}

.teh-comming-events .teh-section__content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.teh-comming-events .teh-section__content>* {
  max-width: 50%;
}

@media (max-width: 991px) {
  .teh-comming-events .teh-section__content {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .teh-comming-events {
    padding: 5rem 0;
  }
}

@media (max-width: 479px) {
  .teh-comming-events {
    display: block;
  }

  .teh-comming-events .teh-section__content>* {
    max-width: 100%;
  }
}

.teh-about--intro {
  padding: 0 0 10rem;
  text-align: justify;
}

.teh-about--intro blockquote p {
  font-size: 2rem;
  color: #222;
  font-weight: 500;
}

.teh-about--intro p {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .teh-about--intro {
    padding: 5rem 0;
  }
}

.teh-portfolio {
  padding: 10rem 0;
}

.teh-portfolio .teh-masonry-filter {
  display: block;
  margin-bottom: 5rem;
  text-align: center;
}

.teh-portfolio .teh-masonry-filter li {
  position: relative;
  display: inline-block;
  padding-right: 2rem;
  margin-right: 2rem;
}

.teh-portfolio .teh-masonry-filter li:after {
  content: '-';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.teh-portfolio .teh-masonry-filter li a {
  padding: .7rem 2rem;
  text-transform: uppercase;
  color: #555555;
  font-size: 1.5rem;
  line-height: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.teh-portfolio .teh-masonry-filter li a:hover {
  background-color: #c61a32;
  color: #ffffff;
}

.teh-portfolio .teh-masonry-filter li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.teh-portfolio .teh-masonry-filter li:last-child:after {
  display: none;
}

.teh-portfolio .teh-masonry-filter li.current a {
  background-color: #c61a32;
  color: #ffffff;
}

.teh-portfolio .teh-section__footer {
  padding-top: 8rem;
  text-align: center;
}

@media (max-width: 1199px) {
  .teh-portfolio .teh-masonry-filter li {
    margin-bottom: 10px;
  }
}

@media (max-width: 479px) {
  .teh-portfolio .teh-masonry-filter li {
    padding-right: 10px;
    margin-right: 10px;
  }
}

.teh-shopping {
  padding: 0 6rem 10rem;
}

.teh-shopping__footer {
  padding-top: 5rem;
}

@media (min-width: 1440px) {
  .teh-shopping.teh-shopping--5-columns .teh-shopping__content .row .col-xl-3 {
    max-width: 20%;
  }
}

@media (min-width: 1440px) {
  .teh-shopping.teh-shopping--6-columns .teh-shopping__content .row .col-xl-3 {
    max-width: calc(100% / 6);
  }
}

@media (max-width: 767px) {
  .teh-shopping {
    padding: 4rem 3rem 4rem;
  }
}

@media (max-width: 479px) {
  .teh-shopping {
    padding: 4rem 2rem 4rem;
  }

  .teh-shopping .teh-shopping__content .col-12 {
    max-width: 50%;
  }
}

.teh-shopping--sidebar .teh-filter .teh-filter__content {
  padding: 0;
  background-color: transparent;
}

@media (max-width: 991px) {
  .teh-shopping--sidebar .teh-filter {
    max-width: 400px;
  }

  .teh-shopping--sidebar .teh-filter.active .teh-filter__content {
    display: none;
  }
}

@media (max-width: 479px) {
  .teh-shopping--sidebar .teh-section__content .col-12 {
    max-width: 50%;
  }
}

.teh-product-list .teh-section__header {
  margin-bottom: 3rem;
  padding: 17rem 10rem;
}

.teh-product-list .teh-section__header h3 {
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 300;
  color: #222;
}

.teh-product-list .teh-filter {
  margin-bottom: 3rem;
}

.teh-product-list .teh-section__footer .teh-pagination {
  text-align: left;
}

.teh-related-products h3 {
  margin-bottom: 3rem;
  padding-bottom: 2.5rem;
  font-size: 2.4rem;
  color: #222;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
}

.teh-shopping-cart {
  padding-bottom: 5rem;
}

.teh-lookbook {
  padding-bottom: 5rem;
}

.teh-lookbook--2 {
  padding-bottom: 0;
}

.teh-lookbook--2 .teh-block--lookbook-3 .col-xl-3 {
  text-align: right;
}

.teh-lookbook--2 .teh-block--lookbook-3 .col-xl-3:first-child {
  text-align: left;
}

.teh-lookbook--2 .teh-block--lookbook-3 .col-xl-3 .teh-product--lookbook {
  display: inline-block;
}

@media (max-width: 991px) {
  .teh-lookbook--2 .teh-block--lookbook-3 .col-xl-3 {
    text-align: center;
  }

  .teh-lookbook--2 .teh-block--lookbook-3 .col-xl-3:first-child {
    text-align: center;
  }

  .teh-lookbook--2 .teh-block--lookbook-3 .col-xl-3 .teh-product--lookbook {
    display: inline-block;
    margin-right: 20px;
  }

  .teh-lookbook--2 .teh-block--lookbook-3 .col-xl-3 .teh-product--lookbook:last-child {
    margin-right: 0;
  }

  .teh-lookbook--2 .teh-block--lookbook-3 .main {
    margin-bottom: 30px;
  }

  .teh-lookbook--2 .teh-block--lookbook-3 .main img {
    width: 100%;
  }
}

.teh-site-partners {
  padding: 6rem 0;
}

.teh-home-sidebar .teh-home-banner {
  margin-bottom: 6rem;
}

@media (max-width: 767px) {
  .teh-home-sidebar {
    margin-bottom: 4rem;
  }
}

.teh-account {
  padding-bottom: 8rem;
}

@media (max-width: 767px) {
  .teh-account {
    padding-bottom: 5rem;
  }
}

.teh-sidebar--home {
  padding: 0;
}

@media (max-width: 991px) {
  .teh-sidebar--home {
    margin-bottom: 30px;
  }

  .teh-sidebar--home .teh-sidebar__header>a {
    text-transform: uppercase;
    font-weight: 500;
  }

  .teh-sidebar--home .teh-sidebar__header>a .teh-btn--hamburger {
    display: inline-block;
    vertical-align: middle;
  }

  .teh-sidebar--home .teh-sidebar__content {
    display: none;
  }
}

#homepage-2 .teh-home-banner {
  padding: 0 6rem;
}

#homepage-2 .teh-product-categories {
  padding-bottom: 7rem;
}

@media (max-width: 991px) {
  #homepage-2 .teh-home-banner {
    padding: 0 3rem;
  }
}

@media (max-width: 479px) {
  #homepage-2 .teh-home-banner {
    padding: 0;
  }
}

#homepage-3 .teh-home-banner {
  margin-bottom: 10rem;
}

#homepage-3 .teh-site-features {
  padding-top: 0;
  padding-bottom: 4rem;
}

#homepage-3 .teh-site-features .teh-block--features {
  border-top: 0;
  border-bottom: 0;
}

#homepage-3 .teh-product-categories {
  padding-bottom: 4rem;
}

@media (max-width: 991px) {
  #homepage-3 .teh-product-categories {
    padding-bottom: 5rem;
  }
}

@media (max-width: 991px) {
  #homepage-3 .teh-product-categories {
    padding-bottom: 5rem;
  }
}





/* Slider Styles */
.teh-home-banner {
  position: relative;
  overflow: hidden;
}

.owl-slider .slide {

  position: relative;
}

.slide-content {
  border-radius: 5px;
  padding: 20px 20px 15px 20px;
  position: absolute;
    top: 50%;
    left: 50%;
  transform: translate(-50%, -50%);
  /*max-width: 500px;*/
  
  text-align: center;
  color: #333;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 2;
}

.owl-item.active .slide-content {
  opacity: 1;
  animation: fadeInUp 1.8s ease-out forwards;
}

.slide-title {

  
  font-family: 'Heiti TC Light';
  /*font-family: 'Shree Devanagari 714';*/
text-transform: uppercase;
  font-size: 3.2rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  opacity: 0;
  animation: fadeInUpHeading 1.8s ease-out 0.3s forwards;
  color: #fff;
}


@keyframes fadeInUp {
  from {
    opacity: 0;
      transform: translate(-50%, -20%);
  }

  to {
    opacity: 1;
        transform: translate(-50%, -50%);
  }
}

@keyframes fadeInUpHeading {
  from {
    opacity: 0;
    transform: translateY(400px);
  }

  to {
    opacity: 1;
      transform: translateY(300px);
  }
}

/* Overlay for better text readability */
.owl-slider .slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

#homepage-4 .teh-home-banner .teh-section__right {
  max-width: 28%;
  padding-left: 3rem;
}

.teh-home-banner .owl-controls {
  opacity: 0.4;
}

.teh-collection {
  display: inline-block;
  position: relative;
  display: block;
  overflow: hidden;
  height: 450px;
}

.teh-collection img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.teh-collection:hover img {
  transform: scale(1.05);
}

.teh-collection::after {
  content: attr(data-title);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(111 90 42 / 82%);
  color: #fff;
  padding: 12px;
  text-align: center;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.teh-collection::after {
  transform: translateY(0);
}

#homepage-4 .teh-site-partners {
  margin-bottom: 2rem;
}

#homepage-4 .teh-home-feature {
  padding-bottom: 6rem;
}

#homepage-4 .teh-home-collection {
  padding: 0 4.5rem;
}

#homepage-4 .teh-our-blogs .owl-slider {
  display: none;
}

#homepage-4 .teh-site-features {
  padding: 4rem 0;
}

#homepage-4 .teh-site-features .teh-block--features {
  border: none;
}

@media (max-width: 1199px) {
  #homepage-4 .teh-home-banner {
    margin-top: 10rem;
    display: block;
    padding: 0;
  }

  #homepage-4 .teh-home-banner .teh-section__left {
    max-width: 100%;
  }

  #homepage-4 .teh-home-banner .teh-section__right {
    display: none;
  }

  #homepage-4 .teh-site-partners {
    margin-bottom: 0;
  }

  #homepage-4 .teh-site-partners .teh-carousel--nav {
    margin-bottom: 0;
  }
}



#homepage-5 {
  padding-top: 10rem;
}

#homepage-6 {
  padding: 10rem 6rem 0;
}

#homepage-6 .teh-subscribe--white {
  border-bottom: 1px solid #e5e5e5;
}

#homepage-6 .teh-site-features {
  padding: 0;
}

#homepage-6 .teh-site-features .teh-block--features {
  border: none;
}

#homepage-6 .teh-product-group {
  padding-bottom: 7rem;
}

#homepage-6 .teh-site-partners {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media (max-width: 1199px) {
  #homepage-6 {
    padding: 0 3rem;
  }

  #homepage-6 .teh-home-banner {
    margin-top: 10rem;
  }
}

#homepage-7 {
  padding: 0 6rem;
}

#homepage-7 .teh-subscribe--white {
  border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 1199px) {
  #homepage-7 .teh-home-banner {
    padding-top: 10rem;
  }
}

@media (max-width: 767px) {
  #homepage-7 {
    padding: 0 3rem;
  }
}

#homepage-8 .teh-our-blogs .owl-slider {
  display: none;
}

#homepage-8 .teh-site-features {
  padding: 2rem 0;
}

#homepage-8 .teh-site-features .teh-block--features {
  border: none;
}

#homepage-8 .teh-our-blogs {
  padding-top: 0;
}

#homepage-8 .teh-subscribe--white {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 1199px) {
  #homepage-8 .teh-home-sidebar {
    padding: 0;
    margin-top: 12rem;
  }
}

#homepage-9 .teh-home-banner img {
  width: 100%;
}

#homepage-9 .teh-home-banner .teh-block--collection {
  margin-bottom: 3rem;
}

#homepage-9 .teh-subscribe--white {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

#homepage-9 .teh-new-arrivals {
  padding-top: 7rem;
  padding-bottom: 0;
}

#homepage-9 .teh-new-arrivals .teh-section__content {
  padding-bottom: 6rem;
  border-bottom: 1px solid #e5e5e5;
}

#homepage-9 .teh-our-blogs .teh-carousel--nav {
  display: none;
}

#homepage-9 .teh-site-features {
  padding: 2rem 0;
}

#homepage-9 .teh-site-features .teh-block--features {
  border: none;
}

@media (max-width: 1199px) {
  #homepage-9 .teh-home-banner {
    margin-top: 10rem;
  }

  #homepage-9 .teh-home-banner .teh-block--collection {
    display: none;
  }
}

@media (max-width: 767px) {
  #homepage-9 .teh-site-features .teh-block--features {
    padding: 0;
  }
}

#blog-fullwidth {
  padding: 0 6rem;
}

#blog-fullwidth .teh-post {
  margin-bottom: 10rem;
}

#blog-fullwidth .col-xs-12,
#blog-fullwidth .col-sm-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

#blog-fullwidth .teh-section__footer {
  padding-bottom: 10rem;
  text-align: center;
}

#blog-fullwidth .teh-site-partners {
  padding-top: 6rem;
  padding-bottom: 6rem;
  border-top: 1px solid #e5e5e5;
}

@media (max-width: 1199px) {
  #blog-fullwidth {
    padding: 100px 30px 50px;
  }
}

@media (max-width: 767px) {
  #blog-fullwidth {
    padding: 100px 15px 50px;
  }

  #blog-fullwidth .teh-post {
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  #blog-fullwidth {
    padding: 100px 0 50px;
  }
}

.teh-page__header {
  text-align: center;
  padding: 0 0 10rem;
}

.teh-page__header h1 {
  margin-bottom: 0;
  font-size: 8rem;
  font-weight: 300;
  color: #222;
  line-height: 1em;
}

.teh-page .teh-site-partners {
  padding-top: 6rem;
  padding-bottom: 6rem;
  border-top: 1px solid #e5e5e5;
}

@media (max-width: 1199px) {
  .teh-page {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .teh-page__header {
    padding: 7.5rem 0;
  }

  .teh-page__header h1 {
    font-size: 6rem;
  }
}

@media (max-width: 479px) {
  .teh-page__header {
    padding: 5rem 0;
  }

  .teh-page__header h1 {
    font-size: 6rem;
  }
}

.teh-page--contact .teh-site-partners {
  border-top: none;
}

.teh-page--about .teh-site-features .teh-section__header {
  margin-bottom: 5rem;
  text-align: center;
}

.teh-page--about .teh-site-features .teh-section__header h3 {
  font-size: 4rem;
  font-weight: 400;
  color: #222;
}

.teh-page--about .teh-about--intro {
  padding-bottom: 7rem;
}

.teh-page--lookbook {
  padding-top: 0;
}


.page-header {
  height: 300px;
  width: 100%;
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.7) !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-header h1 {
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 20px;
}

.breadcrumb {
  justify-content: center;
  background: transparent;
  padding: 0;
  margin: 0;
}

.breadcrumb-item a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
}

.breadcrumb-item a:hover {
  color: #e6b31e;
  text-decoration: none;
}

.breadcrumb-item-current {
  color: #fff;
}

.breadcrumb-item.active {
  color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: '>';
  color: rgba(255, 255, 255, 0.5);
  padding: 0 10px;
}



@media (max-width: 479px) {
  .teh-page--blog .teh-page__header {
    padding-top: 0;
  }
}

@media (max-width: 1199px) {
  .teh-breadcrumb {
    margin-top: 10rem;
  }
}


/*4. MODULES */
.sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 15px 10px;
  min-width: 240px;
  z-index: 1000;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
  background-color: #222;
  padding: 20px !important;
}

.sub-menu:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 0;
  width: 0;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: none;
}

.sub-menu>li {

  display: block;
}

.sub-menu>li>a {
  display: inline-block;
  padding-bottom: 15px;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #6f6f6f;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.sub-menu>li:last-child a {
  padding-bottom: 0px;
}

.sub-menu>li>a:hover {
  color: #222;
}

.header .sub-menu>li>a:hover {
  color: #f2f2f2;
}

.sub-menu>li.menu-item-has-children {
  position: relative;
}

.sub-menu>li.menu-item-has-children>.sub-toggle {
  display: none;
}

.sub-menu>li.menu-item-has-children>.sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}

.sub-menu>li.menu-item-has-children>.sub-menu:before {
  display: none;
}

.sub-menu>li.menu-item-has-children:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.sub-menu>li:last-child {
  border-bottom: none;
}

@media (max-width: 1199px) {
  .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    transition-duration: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }

    .sub-menu>li {
        border-top: 1px solid #e4e4e4;
    }

  .sub-menu>li:first-child,
  .sub-menu>li:last-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }

  .sub-menu>li>a {
    padding: 10px 20px;
    padding-left: 25px;
    font-size: 13px;
    line-height: 20px;
  }

  .sub-menu>li.menu-item-has-children>.sub-toggle {
    display: inline-block;
  }

  .sub-menu>li.menu-item-has-children>.sub-menu {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    transition: all 0s ease;
  }

  .sub-menu>li.menu-item-has-children>.sub-menu>li>a {
    padding-left: 5rem;
    background-color: #f9f9f9;
  }
}

.menu>li {
  display: inline-block;
  padding-right: 50px;
}

.menu>li>a {
  display: inline-block;
  padding: 15px 0px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #929292;
}

.menu>li>a:hover {
  color: #000;
}

.menu>li .sub-menu {
  visibility: hidden;
  opacity: 0;
}

.menu>li:first-child {
  padding-left: 0;
}

.menu>li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.menu>li.menu-item-has-children {
  position: relative;
}

.menu>li.menu-item-has-children .sub-toggle {
  margin-left: 5px;
  color: #929292;
}

.menu>li.menu-item-has-children:hover .sub-toggle {
  color: #222222;
}

.menu>li.menu-item-has-children:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
}

.menu>li.current-menu-item>a {
  color: #ffffff;
}

.menu>li.current-menu-item .sub-toggle {
  color: #ffffff;
}

@media (max-width: 1199px) {
  .menu>li {
    display: block;
    padding-right: 0;
    border-bottom: 1px dashed #e4e4e4;
  }

  .menu>li>a {
    display: block;
    color: #222;
    font-size: 1.5rem;
    padding: 1.5rem 0;
    line-height: 20px;
    font-weight: 500;
  }

  .menu>li.menu-item-has-children {
    position: relative;
  }

  .menu>li.menu-item-has-children>.sub-menu {
    display: none;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    transition: all 0s ease;
    background-color: #fff;
  }

  .menu>li.menu-item-has-children>.sub-menu>a {
    color: #777;
  }

  .menu>li.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-toggle {
    height: 40px;
    width: 40px;
  }

  .menu>li.menu-item-has-children .sub-toggle {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 10;
    height: 30px;
    width: 30px;
    margin-left: 0;
  }

  .menu>li.menu-item-has-children .sub-toggle i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .menu>li.current-menu-item {
    position: relative;
  }

  .menu>li.current-menu-item>a:before {
    display: none;
  }
}

.header {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header .header__login {
  color: #ffffff;
  font-size: 1.3rem;
}

.header .header__login i {
  margin-right: 10px;
}

.header .header__login strong {
  font-weight: 600;
}

.header .header__login:hover {
  color: #c61a32;
}

.header .teh-search-btn {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.header .teh-search-btn i {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
}

.header .header__actions {
  float: right;
}

.header .header__actions>* {
  vertical-align: middle;
  margin-right: 10px;
}

.header .header__actions .header__login {
  padding: 0 5rem;
}

.header .header__actions .header__login i {
  font-size: 20px;
  vertical-align: middle;
}

.header .header__actions .teh-btn--book {
  display: inline-block;
  margin-right: 0;
  padding: 15px 32px;
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  background-color: #222222;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.header .header__actions .teh-btn--book:hover {
  background-color: #c61a32;
}

.header .navigation {
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.1);
}

.header .navigation .teh-logo {
  margin-right: 50px;
  display: inline-block;
  line-height: 60px;
}

.teh-logo img {
  width: 150px;
}


.header .navigation .menu {
  display: inline-block;
}

@media (max-width: 1199px) {
  .header {
    display: none;
  }
}

.header--1 .navigation {
  padding: 8px 30px;
}

.header--1 .navigation .teh-logo {
  display: inline-block;
  margin-right: 50px;
  line-height: 60px;
}


.header--1.header--black .header__actions a {
  color: #222;
}

.header--1.header--black .header__actions a:hover {
  color: #c61a32;
}

.header--1.header--black .header__actions .header__login {
  display: inline-block;
  line-height: 30px;
  border-right: 1px solid #e5e5e5;
}

.header--1.header--black .header__actions .teh-search-btn i {
  color: #222;
}

.header--1.header--black .header__actions .teh-cart .teh-cart__toggle span {
  background-color: #222;
}

.header--1.header--black .header__actions .teh-cart .teh-cart__toggle span i {
  color: #ffffff;
}

.header--1.header--black .menu>li>a {
  font-size: 14px;
  font-weight: 600;
  color: #111111;
  text-transform: uppercase;
}

.header--1.header--black .menu>li.menu-item-has-children .sub-toggle {
  color: #606060;
}

.header--1.header--black .menu>li.current-menu-item>a {
  color: #222;
}

.header--1.header--black .menu>li.current-menu-item .sub-toggle {
  color: #222;
}

@media (max-width: 1199px) {
  .header--1 {
    display: none;
  }
}

.header--2 {
  position: relative;
  z-index: 1001;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.header--2 .navigation {
  padding: 3.2rem 6rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.header--2 .navigation>* {
  width: 100%;
}

.header--2 .navigation__left a {
  display: inline-block;
  vertical-align: top;
}

.header--2 .navigation__left a>span {
  display: inline-block;
  line-height: 40px;
}

.header--2 .navigation__left .menu-toggle {
  display: inline-block;
  vertical-align: top;
}

.header--2 .navigation__left .menu-toggle span,
.header--2 .navigation__left .menu-toggle:before,
.header--2 .navigation__left .menu-toggle:after {
  background-color: #222;
}

.header--2 .navigation__center {
  text-align: center;
}

.header--2 .navigation__center .teh-logo {
  vertical-align: top;
  line-height: 50px;
}

.header--2 .header__actions a {
  color: #222;
}

.header--2 .header__actions .header__login {
  display: inline-block;
  line-height: 30px;
  border-right: 1px solid #e5e5e5;
}

.header--2 .header__actions .teh-search-btn i {
  color: #222;
}

.header--2 .header__actions .teh-cart .teh-cart__toggle span {
  background-color: #222;
}

.header--2 .header__actions .teh-cart .teh-cart__toggle span i {
  color: #ffffff;
}

.header--2.active {
  -webkit-transform: translateX(270px);
  -moz-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
}

@media (max-width: 1199px) {
  .header--2 {
    display: none;
  }
}

.header--2-full .menu>li>a {
  color: #555555;
  text-transform: uppercase;
}

.header--2-full .menu>li.menu-item-has-children .sub-toggle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header--2-full .menu>li.menu-item-has-children>a {
  color: #222;
}

.header--2-full .menu>li.menu-item-has-children.current-menu-item .sub-toggle {
  color: #222;
}

.header--2-full .menu>li:hover .sub-toggle i {
  color: #222;
}

.header--2-full .navigation {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}

.header--2-full .navigation .navigation__left {
  text-align: right;
}

.header--2-full .navigation .navigation__left .menu__action {
  display: none;
}

.header--2-full .navigation .navigation__left .teh-block--phone-number {
  max-width: 140px;
  float: left;
}

.header--2-full .navigation .navigation__left .menu {
  text-align: left;
}

.header--2-full .navigation .navigation__center {
  max-width: 280px;
  text-align: center;
}

.header--2-full .navigation .navigation__center .teh-logo {
  margin-right: 0;
}

@media (max-width: 1750px) {
  .header--2-full .navigation .navigation__left {
    text-align: left;
  }

  .header--2-full .navigation .navigation__left .menu__action {
    display: block;
  }

  .header--2-full .navigation .navigation__left .teh-block--phone-number {
    display: none;
  }

  .header--2-full .navigation .menu {
    display: none;
  }
}

.header--4 {
  position: relative;
  background-color: #fff;
}

.header--4 .header__top {
  padding: 12px 0 11px;
  border-bottom: 1px solid #e5e5e5;
}

.header--4 .header__top .container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.header--4 .header__top .container>* {
  max-width: 50%;
  width: 100%;
}

.header--4 .header__top .container .header__left p {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
  font-style: italic;
}

.header--4 .header__top .container .header__left .teh-select {
  margin-right: 10px;
  min-width: 50px;
}

.header--4 .header__top .container .header__left .teh-select:after {
  content: '\f107';
  font-family: FontAwesome;
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 10;
  color: #777;
}

.header--4 .header__top .container .header__left .teh-select>.teh-select {
  min-width: 100px;
  margin-right: 0;
}

.header--4 .header__top .container .header__left .teh-select>.teh-select:after {
  display: none;
}

.header--4 .header__top .container .header__left .teh-select .selectize-input {
  border: none;
  padding: 0 10px;
  line-height: 25px;
  outline: none;
  box-shadow: none;
  color: #777;
}

.header--4 .header__top .container .header__left .teh-select .selectize-input:after {
  display: none;
}

.header--4 .header__top .container .header__right {
  text-align: right;
}

.header--4 .header__top .container .header__phone {
  display: inline-block;
  margin-right: 3rem;
  color: #777;
}

.header--4 .header__top .container .header__phone i {
  margin-right: 10px;
  font-size: 1.8rem;
  vertical-align: middle;
}

.header--4 .header__top .container .header__links {
  display: inline-block;
}

.header--4 .header__top .container .header__links .teh-dropdown {
  margin-right: 25px;
}

.header--4 .header__top .container .header__links .teh-dropdown>a {
  font-size: 1.3rem;
  color: #777;
}

.header--4 .header__top .container .header__links .teh-dropdown>a:hover {
  color: #c61a32;
}

.header--4 .header__top .container .header__links>a {
  margin-right: 25px;
  font-size: 1.3rem;
  color: #777;
}

.header--4 .header__top .container .header__links>a:hover {
  color: #c61a32;
}

.header--4 .header__top .container .header__links>a:last-child {
  margin-right: 0;
}

.header--4 .navigation .navigation__top {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
  text-align: right;
}

.header--4 .navigation .navigation__top>* {
  width: 100%;
}

.header--4 .navigation .navigation__bottom {
  padding-top: 4rem;
}

.header--4 .navigation .header__actions a {
  color: #222;
}

.header--4 .navigation .header__actions .header__login {
  display: inline-block;
  line-height: 30px;
  border-right: 1px solid #e5e5e5;
}

.header--4 .navigation .header__actions .teh-search-btn i {
  color: #222;
}

.header--4 .navigation .header__actions .teh-cart .teh-cart__toggle span {
  background-color: #222;
}

.header--4 .navigation .header__actions .teh-cart .teh-cart__toggle span i {
  color: #ffffff;
}

.header--4 .menu>li>a {
  color: #555555;
  text-transform: uppercase;
}

.header--4 .menu>li>a:hover {
  color: #222;
}

.header--4 .menu>li:hover .sub-toggle {
  color: #222;
}

.header--mobile {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9999;
  text-align: center;
  padding: 1rem 0;
  -webkit-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-color: #ffffff;
  border-bottom: 0 none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.header--mobile::after {
  clear: both;
  content: "";
  display: table;
}

.header--mobile .menu-toggle {
  float: left;
  margin-top: 5px;
}

.header--mobile .menu-toggle span,
.header--mobile .menu-toggle:before,
.header--mobile .menu-toggle:after {
  background-color: #333;
}

.header--mobile .teh-logo {
  display: inline-block;
}

.header--mobile .teh-logo img {
  max-height: 50px;
}

.header--mobile .header__actions {
  float: right;
}

.header--mobile .header__actions>* {
  vertical-align: middle;
  margin-right: 1.5rem;
}

.header--mobile .teh-search-btn {
  font-size: 2.5rem;
  color: #ffffff;
}

.header--mobile.active {
  -webkit-transform: translateX(270px);
  -moz-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
}

@media (min-width: 1200px) {
  .header--mobile {
    display: none;
  }
}

@media (max-width: 360px) {
  .header--mobile {
    text-align: center;
  }

  .header--mobile .teh-logo img {
    max-width: 100px;
  }

  .header--mobile .header__actions .teh-search-btn i {
    font-size: 14px;
  }
}

.navigation--mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 270px;
  height: 100vh;
  padding: 1rem;
  overflow-y: auto;
  z-index: 99999;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.navigation--mobile .menu {
  margin-bottom: 2rem;
}

.navigation--mobile .menu>li.current-menu-item>a {
  color: #222;
}

.navigation--mobile .menu>li.current-menu-item .sub-toggle {
  color: #777;
}

.navigation--mobile .menu>li.menu-item-has-children .sub-menu>li a a {
  color: #ffffff;
}

.navigation--mobile.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

@media (min-width: 1200px) {
  .navigation--mobile {
    display: none;
  }
}

.navigation--sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 270px;
  height: 100vh;
  padding: 1rem;
  z-index: 999;
  background-color: #fff;
  overflow-y: auto;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.navigation--sidebar .menu {
  margin-bottom: 2rem;
}

.navigation--sidebar .menu li {
  display: block;
  margin-right: 0;
  padding-right: 0;
  border-bottom: 1px dashed #e5e5e5;
}

.navigation--sidebar .menu li>a {
  display: block;
}

.navigation--sidebar .menu li>a:hover {
  color: #222;
}

.navigation--sidebar .menu li.menu-item-has-children .sub-toggle {
  position: absolute;
  top: 10px;
  right: 0;
  width: 30px;
  height: 30px;
  margin-left: 0;
  z-index: 30;
  cursor: pointer;
}

.navigation--sidebar .menu li.menu-item-has-children .sub-toggle i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.navigation--sidebar .menu li.menu-item-has-children>.sub-menu {
  position: relative;
  visibility: visible;
  opacity: 1;
  display: none;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  transition: all 0s ease;
}

.navigation--sidebar .menu li.menu-item-has-children>.sub-menu>li {
  border-bottom: 1px solid #eee;
}

.navigation--sidebar .menu li.menu-item-has-children>.sub-menu>li>a {
  padding-left: 25px;
  color: #777;
  background-color: #fff;
}

.navigation--sidebar .menu li.menu-item-has-children>.sub-menu>li>a:hover {
  color: #000000;
}

.navigation--sidebar .menu li.menu-item-has-children>.sub-menu>li .sub-menu {
  position: relative;
  top: 0;
  left: 0;
  display: none;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.navigation--sidebar .menu li.menu-item-has-children:hover .sub-toggle {
  color: #222;
}

.navigation--sidebar .menu li.current-menu-item .sub-toggle {
  color: #222;
}

.navigation--sidebar .menu li.current-menu-item>a {
  color: #222;
}

.navigation--sidebar.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

/* 
.navigation--sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
} */

.navigation--sticky .navigation {
  background-color: #fff;
}

.navigation--sticky .header__top {
  display: none;
}



.teh-footer__content {
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #6f5a2a;
}

.teh-footer__copyright {
  padding: 2rem 0;
  background-color: #000000;
}

.teh-footer__copyright p {
  margin-bottom: 0;
  font-size: 1.3rem;
  color: #cbcbcb;
}

.teh-footer .teh-site-info {
  padding-right: 2rem;
}

.teh-footer .teh-site-info h3 {
  display: block;
  margin-bottom: 2.5rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}

.teh-footer .teh-site-info p {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  color: #cbcbcb;
  line-height: 1.6em;
}

.teh-footer .teh-site-info figure p {
  margin-bottom: 2rem;
}

.teh-footer .teh-site-info figure p i {
  margin-right: 10px;
}

.teh-footer .teh-footer__social .teh-list--social {
  margin-bottom: 5px;
}

.teh-footer .teh-footer__social img {
  padding-bottom: 0;
}

.teh-footer .teh-footer__payment {
  text-align: right;
}

@media (max-width: 1199px) {
  .teh-footer .teh-footer__payment {
    padding-top: 2rem;
    text-align: left;
  }
}

@media (max-width: 991px) {
  .teh-footer__content {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .teh-footer__copyright {
    text-align: center;
  }

  .teh-footer__copyright .teh-logo {
    display: inline-block;
    margin-bottom: 10px;
  }

  .teh-footer__copyright .teh-logo img {
    max-height: 30px;
  }

  .teh-footer .teh-site-info {
    margin-bottom: 3rem;
  }

  .teh-footer .teh-footer__payment {
    text-align: center;
  }
}

/*5. HELPERS */
.ma-0 {
  margin: 0;
}

.pd-0 {
  padding: 0;
}

.mt-0 {
  margin-top: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.mt-35 {
  margin-top: 35px;
}

/* Gallery Styles */


.business-category-page-content-gallery .gallery-section {
  background-color: #ececec;
}

.gallery-section {
  padding: 80px 0;

}

.gallery-section .section-title {
  margin-bottom: 50px;
}

.gallery-section .section-title span {
  color: #d4af37;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 10px;
}

.gallery-section .section-title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.gallery-section .section-title h2:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 3px;
  background: #d4af37;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.gallery-section .section-title p {
  color: #666;
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto;
}

/* Gallery Filter Buttons */
.gallery-filter {
  margin-bottom: 40px;
}

.gallery-filter button {
  background: transparent;
  border: 1px solid #a7a7a7;
  color: #333;
  padding: 8px 25px;
  margin: 0 5px 10px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.gallery-filter button:hover,
.gallery-filter button.active {
  background: #6d5829;
  border-color: #6d5829;
  color: #fff;
}

/* Gallery Grid */


.gallery-item {
  padding: 10px;
  transition: all 0.3s ease;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.gallery-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: all 0.5s ease;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.gallery-overlay i {
  font-size: 18px;
}

.gallery-content {
  text-align: center;
  padding: 20px;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.gallery-card:hover .gallery-overlay {
  opacity: 1;
}

.gallery-card:hover .gallery-content {
  transform: translateY(0);
}

.gallery-content h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.gallery-content p {
  color: #d4af37;
  font-size: 14px;
  margin-bottom: 15px;
}

.gallery-view {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #d4af37;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  transition: all 0.3s ease;
}

.gallery-view:hover {
  background: #fff;
  color: #d4af37;
  transform: rotate(90deg);
}

/* Responsive Styles */
@media (max-width: 991px) {
  .gallery-card img {
    height: 220px;
  }
}

@media (max-width: 767px) {
  .gallery-section {
    padding: 60px 0;
  }

  .gallery-section .section-title h2 {
    font-size: 32px;
  }

  .gallery-card img {
    height: 200px;
  }

  .gallery-filter button {
    padding: 6px 15px;
    font-size: 12px;
    margin: 0 3px 8px;
  }
}

/* Lightbox Override */
.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.9);
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  transition: all 0.3s ease;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  background-color: #d4af37;
}

.mr-35 {
  margin-right: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.pt-55 {
  padding-top: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pl-55 {
  padding-left: 55px;
}

.mt-60 {
  margin-top: 60px;
}

/* Service Details Page */
.service-details-page {
  padding: 80px 0;
  background-color: #f5f5f5;
}

.service-details-content {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  /* box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05); */
  border: 1px solid #dddddd;
  margin-bottom: 40px;
}

.service-image {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
}

.service-image img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.service-image:hover img {
  transform: scale(1.03);
}

.service-features {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 8px;
  margin: 40px 0;
}

.feature-item {
  margin-bottom: 25px;
}

.feature-icon {
  color: #c5a45b;
  min-width: 40px;
}

.feature-item h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #333;
}

.service-sidebar {
  position: sticky;
  top: 30px;
}

.sidebar-widget {
  background: #fff;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 30px;
  border: 1px solid #dddddd;
  /* box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05); */
}

.sidebar-widget h3 {
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  color: #222;
  position: relative;
}

.sidebar-widget h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50px;
  height: 2px;
  background-color: #c5a45b;
}

.sidebar-widget ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #eee;
}

.sidebar-widget ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar-widget ul li a {
  color: #666;
  transition: all 0.3s ease;
  display: block;
  padding: 5px 0;
}

.sidebar-widget ul li a:hover {
  color: #c5a45b;
  transform: translateX(5px);
}

.service-details-content h2 {
  margin: 30px 0;
  font-size: 28px;
}

.related-services h2 {
  font-size: 28px;
  margin-bottom: 40px;
  color: #222;
  position: relative;
  padding-bottom: 15px;
  text-align: center;
}

.related-services h2:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background-color: #c5a45b;
}

.service-description h3 {
  font-size: 24px;
  margin: 30px 0 20px;
  color: #222;
}

.service-description h4 {
  font-size: 20px;
  margin: 25px 0 15px;
  color: #333;
}

.service-description ul {
  padding-left: 20px;
  margin: 15px 0;
  padding-left: 0;
}

.service-description ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.service-description ul li i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #c5a45b;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .service-details-content {
    margin-bottom: 30px;
  }

  .service-sidebar {
    position: static;
  }
}

@media (max-width: 767px) {
  .service-details-page {
    padding: 40px 0;
  }

  .service-details-content,
  .sidebar-widget {
    padding: 20px;
  }

  .service-features {
    padding: 20px;
  }
}

.mr-60 {
  margin-right: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.ml-65 {
  margin-left: 65px;
}

.pt-65 {
  padding-top: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pl-65 {
  padding-left: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mr-85 {
  margin-right: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.ml-85 {
  margin-left: 85px;
}

.pt-85 {
  padding-top: 85px;
}

.pr-85 {
  padding-right: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pl-85 {
  padding-left: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pl-90 {
  padding-left: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mr-95 {
  margin-right: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.ml-95 {
  margin-left: 95px;
}

.pt-95 {
  padding-top: 95px;
}

.pr-95 {
  padding-right: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pl-95 {
  padding-left: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.fw-300 {
  font-weight: 300;
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.teh-fullwidth {
  width: 100%;
}

html .bg--parallax {
  position: relative;
  z-index: 10;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 50%;
}




.service-item .teh-product {
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
}

.service-item .teh-product__thumbnail img {

  height: 200px;
  object-fit: cover;

}


.service-item .teh-product__content {
  border-top: 0;
}

.service-item .teh-product__meta {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.service-item .teh-product__title {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #222;
}

.service-item .service-description {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 14px;
}

.service-item .teh-btn {
  display: inline-block;
  padding: 8px 20px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
}

/* Owl Carousel Navigation for Services */
.service-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.service-slider .owl-prev,
.service-slider .owl-next {
  width: 40px;
  height: 40px;
  background: #fff !important;
  border-radius: 50% !important;
  color: #093824 !important;
  font-size: 20px !important;
  line-height: 40px !important;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  pointer-events: auto;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.service-slider .owl-prev:hover,
.service-slider .owl-next:hover {
  background: #093824 !important;
  color: #fff !important;
}

.service-slider .owl-prev {
  left: -20px;
}

.service-slider .owl-next {
  right: -20px;
}

.service-slider .owl-prev i {
  font-size: 13px;
}

.service-slider .owl-next i {
  font-size: 13px;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .service-item .service-description {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .service-slider .owl-prev {
    left: -10px;
  }

  .service-slider .owl-next {
    right: -10px;
  }
}


.service-item {
  background: #fff;
  border-radius: 8px;
  transition: all 0.3s ease;
  height: 100%;
}


.service-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: #f8f9fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.service-item:hover .service-icon {
  background: #093824;
  color: #fff;
}

.service-icon i {
  font-size: 32px;
  color: #093824;
  transition: all 0.3s ease;
}

.service-item:hover .service-icon i {
  color: #fff;
}

.service-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #222;
}

.service-item p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Owl Carousel Navigation */
.service-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.service-slider .owl-prev,
.service-slider .owl-next {
  width: 40px;
  height: 40px;
  background: #fff !important;
  border-radius: 50% !important;
  color: #6d5829 !important;
  font-size: 18px !important;
  line-height: 40px !important;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  pointer-events: auto;
  transition: all 0.3s ease;
}

.service-slider .owl-prev:hover,
.service-slider .owl-next:hover {
  background: #6d5829 !important;
  color: #fff !important;
}

.service-slider .owl-prev {
  margin-left: -20px;
}

.service-slider .owl-next {
  margin-right: -20px;
}

/* Responsive Styles */
@media (max-width: 767px) {
  .service-icon {
    width: 60px;
    height: 60px;
  }

  .service-icon i {
    font-size: 24px;
  }

  .service-slider .owl-prev {
    margin-left: -10px;
  }

  .service-slider .owl-next {
    margin-right: -10px;
  }
}


/* services page starts */

.services-page-content {
  padding: 80px 0 60px 0;
}

/* services page ends */






/* Client Feedback Section - Theme Consistent */
.teh-client-feedback {
  padding: 80px 0;
  background-color: rgba(0, 0, 0, 0.42);
  background-blend-mode: multiply;
  background-size: cover;
}


.teh-client-feedback h3 {
  color: #fff;
}

.teh-client-feedback p {
  color: #ccc;
}

.teh-client-feedback .teh-section__header p {
  color: #e2e2e2;
}

.teh-block--review {
  background: #f8f9fa;
  padding: 70px 30px 40px 30px;
  margin: 0;
  position: relative;
  transition: all 0.3s ease;
  height: 100%;
}

.teh-block--review:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.teh-block__quote {
  position: absolute;
  top: 15px;
  left: 30px;
  /* width: 40px; */
  /* background: #093824; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6f5a2a;
  font-size: 40px;

}

.teh-block--review .teh-block__content {
  margin-bottom: 25px;
  padding-top: 10px;
}

.teh-block--review .teh-block__content p {
  font-style: italic;
  color: #555;
  line-height: 1.6;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

.teh-block__author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.author-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  /* border: 3px solid #093824; */
  flex-shrink: 0;
}

.author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-info h4 {
  margin: 0 0 5px 0;
  font-size: 22px;
  font-weight: 600;
  color: #222;
}

.author-info span {
  color: #666;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}

.author-info .rating {
  display: flex;
  gap: 2px;
}

.author-info .rating i {
  color: #eaa200;
  font-size: 18px;
}

/* Client Reviews Carousel Navigation */
.client-reviews-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}

.client-reviews-slider .owl-nav button {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 2px solid #093824;
  border-radius: 50%;
  color: #093824;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  pointer-events: all;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
}

.client-reviews-slider .owl-nav button:hover {
  background: #093824;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(9, 56, 36, 0.6);
}

.client-reviews-slider .owl-nav button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(9, 56, 36, 0.3);
}

.client-reviews-slider .owl-prev {
  left: -25px;
}

.client-reviews-slider .owl-next {
  right: -25px;
}

.client-reviews-slider .owl-prev:after {
  content: '\f104';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.client-reviews-slider .owl-next:after {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* Custom Dots for Client Reviews */
.client-reviews-slider .owl-dots {
  text-align: center;
  margin-top: 40px;
}

.client-reviews-slider .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
  transition: all 0.3s ease;
  cursor: pointer;
}

.client-reviews-slider .owl-dots .owl-dot.active {
  background: rgb(236 214 164);
  transform: scale(1.3);
}

.client-reviews-slider .owl-dots .owl-dot:hover {
  background: #093824;
  opacity: 0.7;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .client-reviews-slider .owl-prev {
    left: -15px;
  }

  .client-reviews-slider .owl-next {
    right: -15px;
  }

  .client-reviews-slider .owl-nav button {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
}

/* business category page starts */
.business-category-page-content {
  padding: 80px 0 60px 0;
}

/* business category page ends */




@media (max-width: 767px) {


  .author-image {
    width: 50px;
    height: 50px;
  }

  .client-reviews-slider .owl-nav {
    display: none;
  }

  .client-reviews-slider .owl-dots {
    margin-top: 30px;
  }
}

/* Contact Section Styles */
.teh-contact-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.contact-info {
  padding-right: 30px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  padding: 25px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.contact-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.contact-icon {
  width: 50px;
  height: 50px;
  background: #093824;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.contact-icon i {
  color: #fff;
  font-size: 20px;
}

.contact-details h4 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 8px;
}

.contact-details p {
  color: #666;
  margin: 0;
  line-height: 1.6;
}

.contact-form-wrapper {
  background: #fff;
  padding: 40px;
  border: 1px solid #d2d2d2;
}

.teh-form--contact .form-group {
  margin-bottom: 25px;
}

.teh-form--contact label {
  display: block;
  font-weight: 600;
  color: #333;
  margin-bottom: 18px;
  font-size: 14px;
}

.teh-form--contact .form-control {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #e9ecef;
  border-radius: 6px;
  font-size: 14px;
  transition: all 0.3s ease;
  background: #fff;
}

.teh-form--contact .form-control:focus {
  outline: none;
  border-color: #093824;
  /* box-shadow: 0 0 0 3px rgba(9, 56, 36, 0.1); */
}

.teh-form--contact select.form-control {
  cursor: pointer;
}

.teh-form--contact textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.form-group.submit {
  margin-top: 30px;
  text-align: left;
}

.teh-form--contact .teh-btn {
  padding: 15px 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.teh-form--contact .teh-btn:hover {
  background-color: #000000;
}

.form-note {
  margin-top: 15px;
  font-size: 12px;
  color: #666;
  font-style: italic;
}

/* Responsive Design */
@media (max-width: 991px) {
  .contact-info {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .contact-form-wrapper {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .teh-contact-section {
    padding: 60px 0;
  }

  .contact-item {
    padding: 20px;
    margin-bottom: 25px;
  }

  .contact-icon {
    width: 45px;
    height: 45px;
    margin-right: 15px;
  }

  .contact-icon i {
    font-size: 18px;
  }

  .contact-form-wrapper {
    padding: 25px;
  }

  .teh-form--contact .teh-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Footer About Section */
.footer-about {
  padding-right: 20px;
}

.footer-map iframe {
  width: 100%;
  height: 175px;
}

.footer-logo {
  margin-bottom: 25px;
}

.footer-logo-img {
  max-height: 60px;
  width: auto;
}

.footer-description p {
  color: #cbcbcb;
  line-height: 1.6;
  margin-bottom: 25px;
  font-size: 14px;
}

.footer-contact-quick p {
  color: #cbcbcb;
  font-size: 14px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-contact-quick i {
  color: #093824;
  width: 16px;
  font-size: 14px;
}

@media (max-width: 991px) {
  .footer-about {
    padding-right: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .footer-logo-img {
    max-height: 50px;
  }

  .footer-description p {
    font-size: 13px;
  }

  .footer-contact-quick p {
    font-size: 13px;
  }
}

/* Milestone Section Styles */
.teh-milestone-section {
  background-color: #6f5a2a;
  margin: 80px 0;
}

.about-image-bottom {
  height: 407px;
  object-fit: cover;
}


.teh-milestone-section .teh-section__header {
  margin-bottom: 60px;
}

.teh-milestone-section .teh-section__header h3 {
  font-size: 36px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}

.teh-milestone-section .teh-section__header p {
  font-size: 16px;
  color: #666;
}

.teh-block--milestone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px 20px 25px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  height: 100%;
}

.teh-block--milestone .teh-block__icon {
  margin-bottom: 25px;
}

.teh-block--milestone .teh-block__icon i {
  font-size: 48px;
  color: #ede7d1;
  display: inline-block;
}

.teh-block--milestone .milestone-counter {
  font-family: "Cormorant Garamond", serif;
  font-size: 65px;
  font-weight: 600;
  color: #ede7d1;

  line-height: 1;
}

.teh-block--milestone .milestone-extra {
  font-family: "Cormorant Garamond", serif;
  font-size: 65px;
  font-weight: 600;
  color: #ede7d1;
  margin-bottom: 10px;
  line-height: 1;
}

.teh-block--milestone p {
  font-size: 15px;
  color: #fff;
  margin: 15px 0 0 0;
  font-weight: 500;
  text-transform: uppercase;
}



.bg--cover {
  background-position: 50% 50% !important;
  background-size: cover !important;
}

.bg--top {
  background-position: 50% 50% !important;
  background-size: cover !important;
}

.teh-sidebar ul,
.widget_footer ul,
.widget_sidebar ul,
.widget_category ul,
.teh-carousel--home5 ul,
.teh-product ul,
.teh-product--horziontal ul,
.teh-filter ul,
.teh-checkout .teh-checkout__order ul,
.teh-home-countdown ul,
.teh-portfolio ul,
.header ul,
.navigation--mobile ul,
.navigation--sidebar ul,
.teh-sidebar ol,
.widget_footer ol,
.widget_sidebar ol,
.widget_category ol,
.teh-carousel--home5 ol,
.teh-product ol,
.teh-product--horziontal ol,
.teh-filter ol,
.teh-checkout .teh-checkout__order ol,
.teh-home-countdown ol,
.teh-portfolio ol,
.header ol,
.navigation--mobile ol,
.navigation--sidebar ol {
  margin: 0;
  padding: 0;
  list-style: none;
}



.services-page .service-page-item-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.services-page .service-page-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #0000007e;
  background-blend-mode: multiply;
  width: 100%;
  height: 100vh;
  transition: all 0.5s;

  position: relative;
}

.services-page .service-page-item-image-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  transform: translateY(0);
}

.services-page .service-page-item-image-content h3 {
  margin-bottom: 20px;
  color: #f6f6f6;
  font-size: 44px;

}

.services-page .service-page-item-description {
  display: none;
  padding: 0 80px;
  transition: all 0.5s;

}

.services-page .service-page-item:hover {
  background-color: #000000b0;
}

.services-page .service-page-item:hover .service-page-item-image-content {
  transform: translateY(-20px);
}

.services-page .service-page-item:hover .service-page-item-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: fadeIn 0.5s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.services-page .service-page-item-description p {
  text-align: center;
  color: white;
  margin-bottom: 20px;
}

.services-page .read-more-btn {
  display: inline-block;
  padding: 10px 25px;
  background-color: transparent;
  color: white;
  text-decoration: none;
  border: 1px solid white;
  border-radius: 25px;
  transition: all 0.3s ease;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.services-page .read-more-btn:hover {
  background-color: white;
  color: #333;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}



.products-page .product-grid-row .col-md-6 {
  position: relative;
  overflow: hidden;
}


.products-page .product-grid-row .col-md-6 img {
  transition: 0.6s;
}

.products-page .product-grid-row .col-md-6 img:hover {
  scale: 1.1;
}


.products-page .product-grid-row .col-md-6:first-child img {
  width: 80%;
  height: 420px;
  position: relative;
  object-fit: cover;
}

.products-page .product-grid-row .col-md-6:nth-child(1n) img {
  width: 93%;
  padding-bottom: 50px;
  /* height: 200px; */
  object-fit: cover;
  position: relative;

}


.products-page .product-grid-row .col-md-6:nth-child(2n) img {
  width: 90%;
  padding-top: 50px;
  position: relative;

}

.products-page .product-grid-row .col-md-6:nth-child(3n) {
  padding-top: 50px;
}

.products-page .product-grid-row .col-md-6:nth-child(3n) img {
  width: 80%;
}

.products-page .product-grid-row .col-md-6:nth-child(4n) img {
  padding-top: 0px;
  object-fit: cover;
  height: 460px;
}

.products-page .product-grid-row .col-md-6:nth-child(5n) img {
  padding-top: 40px;

}

.products-page .product-grid-row .col-md-6:nth-child(6n) img {
  width: 90%;
  padding-top: 0%;
  padding-left: 14%;
}

.products-page .product-grid-row .col-md-6:nth-child(7n) img {

  padding-right: 70px;
  padding-top: 70px;

  width: 100%;

}

/* Ensure elements are hidden until animated */
.products-page .aos-animate {
  visibility: visible;
}

.products-page {
  padding: 80px 0;
}

.products-page .lead {
  font-weight: 500;
  color: #444444ff;
}

.products-page .product-grid {
  display: grid;
  gap: 6rem;
  width: 100%;
}

.products-page .grid-item {
  display: grid;
  gap: 2rem;
}

.products-page .full-width {
  grid-column: 1 / -1;
}

.products-page .image-content {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.products-page .content-image {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.products-page .cushion-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin: 1.5rem 0;
}

.products-page .grid-content p {
  margin-bottom: 1.5rem;
  color: #666;
  line-height: 1.6;
}

.products-page .btn-outline-dark {
  border: 1px solid #2b2b2b;
  color: #2b2b2b;
  padding: 0.5rem 1.5rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.products-page .btn-outline-dark:hover {
  background-color: #2b2b2b;
  color: #fff;
}

@media (max-width: 991.98px) {

  .products-page .image-content,
  .products-page .content-image {
    grid-template-columns: 1fr;
  }

  .products-page .content-image .grid-content {
    order: 1;
  }

  .products-page .content-image .grid-image {
    order: 2;
  }

  .products-page .grid-content {
    margin-bottom: 2rem;
  }
}



.clients-feedback-page {
  background: #f8f8f8;
}

.clients-feedback-page .clients-feedback-page-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding: 80px 0;
}

.clients-feedback-page .testimonial-card {

  background: #fff;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.07);
}

.clients-feedback-page .client-info img {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  object-fit: cover;
  border-radius: 50%;
}

.clients-feedback-page .icon-circle {
  width: 50px;
  height: 50px;
  background: #6f5a2a;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  position: absolute;
  top: -20px;
  left: -20px;
}

.clients-feedback-page .icon-circle span {

  height: 30px;
  width: 30px;

}

.clients-feedback-page .client-name {
  margin: 11px 0 5px 0;
  font-size: 20px;
  font-weight: 600;
}

.clients-feedback-page .client-designation {
  color: #888;
  font-size: 14px;
  margin-bottom: 10px;
}

.clients-feedback-page .stars {
  color: #f5a623;
  font-size: 25px;
  line-height: 0;
  letter-spacing: 2px;
  margin: 20px 0;
}

.clients-feedback-page .client-text {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.clients-feedback-page .quote-fade {
  font-size: 40px;
  opacity: 0.15;
  position: absolute;
  bottom: 10px;
  right: 15px;
}



/* Contact Page Styles */
.contact-page {

  color: #333;
}

.contact-page .contact-info-section,
.contact-page .contact-form-section {
  padding: 80px 0;
}

.contact-page .contact-form-section {
  background-color: #3f36211c;
}

/* Section Header */
.contact-page .section-header {
  margin-bottom: 50px;
}

.contact-page .section-title {
  font-size: 36px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.contact-page .section-title:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 3px;
  background: #e6b31e;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.contact-page .section-subtitle {
  color: #666;
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
}

/* Info Cards */
.contact-page .info-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #d8d8d8ff;
}


.contact-page .info-icon {
  width: 70px;
  height: 70px;
  background: rgb(109 88 41 / 22%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  color: #6d5829;
  font-size: 24px;
  transition: all 0.3s ease;
}

.contact-page .info-card:hover .info-icon {
  background: #6d5829;
  color: #fff;
}

.contact-page .info-card h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #222;
}

.contact-page .info-card p {
  color: #666;
  margin-bottom: 2px;
  line-height: 1.7;
}

.contact-page .info-card a {
  color: #555;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-page .info-card a:hover {
  color: #6d5829;
  text-decoration: none;
}

/* Contact Form */
.contact-page .contact-form-section {
  position: relative;
  z-index: 1;
}

.contact-page .contact-form-wrapper {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.contact-page .contact-form-wrapper h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #222;
}

.contact-page .contact-form .form-group {
  margin-bottom: 20px;
}

.contact-page .contact-form .form-control {
  height: 50px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 15px;
  box-shadow: none;
  transition: all 0.3s ease;
}

.contact-page .contact-form textarea.form-control {
  height: 150px;
  resize: none;
}

.contact-page .contact-form .form-control:focus {
  border-color: #6d5829;
  /* box-shadow: 0 0 0 0.2rem rgba(230, 179, 30, 0.25); */
}

.contact-page .btn-submit {
  background: #6d5829;
  color: #fff;
  border: none;
  padding: 12px 35px;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact-page .btn-submit i {
  margin-left: 10px;
}

.contact-page .btn-submit:hover {
  background: #4e3f1aff;
  color: #fff;
}

/* Map */
.contact-page .map-container {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.contact-page .map-container iframe {
  width: 100%;
  height: 100%;
  min-height: 565px;
  border: none;
}

/* Business Hours */
.contact-page .business-hours {
  background: #f9f9f9;
}

.contact-page .hours-card {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.contact-page .hours-card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #222;
  position: relative;
  display: inline-block;
}

.contact-page .hours-card h3:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  background: #6d5829;
  bottom: -10px;
  left: 0;
}

.contact-page .hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-page .hours-list li {
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
}

.contact-page .hours-list li:last-child {
  border-bottom: none;
}

.contact-page .hours-list li span {
  font-weight: 500;
  color: #333;
}

/* Responsive */
@media (max-width: 991px) {

  .contact-page .section-title {
    font-size: 30px;
  }

  .contact-page .info-card {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .contact-page .section-title {
    font-size: 26px;
  }

  .contact-page .contact-form-wrapper {
    padding: 30px 20px;
  }

  .contact-page .hours-card {
    padding: 30px 20px;
  }
}


.alt-product-page .service-page-item-image-content {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0000007e;
    background-blend-mode: multiply;
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alt-product-page .service-page-item-image-content h3 {
    color: #f6f6f6;
    font-size: 48px;
}

.alt-product-page .service-page-item-description {
    padding: 40px;
    background-color: black;
}

.alt-product-page .service-page-item-description p {
    text-align: center;

    color: white;
}

 /* Floating call button */
  .call-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    z-index: 1000;
  }

  .call-btn:hover {
    background-color: #128C7E;
  }

  /* Chat popup */
  .chat-popup {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 300px;
    background: #f5f5f5;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    padding: 15px;
    z-index: 1000;
  }

  .chat-popup .header {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .chat-popup input[type="text"] {
    width: 85%;
    padding: 8px 12px;
    border-radius: 20px;
    border: 1px solid #ccc;
    outline: none;
    margin-bottom: 10px;
  }

  .chat-popup button.send-btn {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 100%;
    background-color: #25D366;
    color: white;
    font-size: 16px;
    cursor: pointer;
  }

.chat-popup button.send-btn i{
        transform: translate(-1px, 1px);
}

  .chat-popup button.send-btn:hover {
    background-color: #128C7E;
  }
       