/*
Theme Name: Fashion
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
.font-w-bold {
  font-weight: bold;
}
.font-w-400 {
  font-weight: 400;
}
.col-pd-b__0 {
  padding-bottom: 0 !important;
}
.pd-b-40 {
  padding-bottom: 40px !important;
}
.line-h-1 {
  line-height: 1 !important;
}
body {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
  text-transform: capitalize;
}
/* .row-full-width {
  width: calc(100% - 5vw);
} */
.mw-80 {
  max-width: 80%;
}
.button.is-outline,
input[type="submit"].is-outline,
input[type="reset"].is-outline,
input[type="button"].is-outline {
  border: 1px solid currentColor;
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  font-weight: 400;
}
.header-button-1 a.button.plain.is-outline {
  border: 1px solid #afafaf;
  line-height: 1;
  padding: 5px 24px;
  border-radius: 2px;
  font-size: 12.8px;
}
.header-button-1 a.button.plain.is-outline:hover {
  background: #afafaf !important;
}
span.cart-icon.image-icon strong {
  border-color: #dddddd;
  color:#dddddd;
}
span.cart-icon.image-icon strong:after {
  border-color: #dddddd;
}
.intro-text h2 {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.intro-text h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 400;
}
.intro-text p {
  color: #fff;
}
@media (max-width: 768px) {
  .row-full-width {
    width: calc(100% - 2rem);
  }
}
@media (min-width: 768px) {
  /* .post-item .from_the_blog_excerpt {
    display: none;
  } */
  .blog-archive .large-10 {
    max-width: 100%;
    flex-basis: 100%;
  }
  .box-blog-post .is-divider {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    height: 2px;
    display: none;
  }
  .mobi-footer.mobi-footer--sticky {
    position: fixed;
    right: 15px;
    bottom: 110px;
    z-index: 30;
  }
  .mobi-footer__list {
    list-style: none;
  }
  li.mobi-footer__item {
    text-align: center;
    color: #fff;
    margin: 0;
  }
  li.mobi-footer__item a {
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 8px 0;
  }
  li.mobi-footer__item a {
    background: #afafaf;
    margin-bottom: 2px;
    color: #fff;
    padding: 6px 10px;
    border-radius: 3px;
    font-size: 12px;
  }
  a.btn-footer img {
    max-width: 24px;
  }
  li.mobi-footer__item.last a {
    border-bottom: 0;
  }
  ul.mobi-footer__list {
    margin: 0;
  }
}
@media (max-width: 849px) {
  .mobi-footer.mobi-footer--sticky {
    position: fixed;
    right: 0;
    bottom: 40px;
    left: 0;
    z-index: 30;
    background: #afafaf;
  }
}
.btn-resv a:hover {
  background: #afafaf;
}
.btn-resv a {
  line-height: 2px !important;
  border: 1px solid #111111;
  height: 32px;
  padding: 8px 10px !important;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
}
h1.entry-title {
  font-weight: 400;
  font-size: 1.2em;
  margin-top: 10px;
}
.single h1.entry-title{
  font-size: 1.8em;
  font-weight: 550;
}
h5.post-title.is-large {
  color: #333;
  font-size: 15px;
}
.product-short-description {
  font-size: 22px;
}
.add-to-cart-button {
  display: none;
}