/* Tencel Dream Main stylesheet */
/* Fonts */
@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800");
/* font-family: 'Poppins', sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@300;400;600&display=swap");
/* font-family: 'Cormorant', serif; */
@import url("https://fonts.googleapis.com/css2?family=Cinzel&display=swap");
/* font-family: 'Cinzel', serif; */
.title {
  font-weight: 600;
  font-size: 2.8rem;
  font-family: "Cormorant", serif;
  letter-spacing: -0.025em;
  margin-bottom: 2.4rem;
}

.title.brands,
.title.instagram {
  font-size: 2rem;
  margin-bottom: 4.5rem;
}

.header.header-11 .logo {
  display: flex;
  align-items: center;
}
.header.header-11 .header-middle {
  border-bottom: none;
}
.header.header-11 .header-middle .menu > li > a {
  font-weight: 400;
  letter-spacing: -0.01em;
  padding-right: 2rem;
}
.header.header-11 .wishlist-link .wishlist-count,
.header.header-11 .cart-dropdown .cart-count {
  min-width: 1.7rem;
  height: 1.7rem;
  margin-bottom: 1.5rem;
  margin-left: -1.2rem;
}
.header.header-11 .wishlist-link {
  font-size: 2.8rem;
}
.header.header-11 .header-search-extended {
  margin: 0;
  max-width: 230px;
}
.header.header-11 .header-search-extended .btn.btn-primary {
  color: #fff;
  font-size: 2.2rem;
  background-color: transparent;
  max-width: 40px;
  padding-top: 0.5rem;
}
.header.header-11 .header-search-extended .btn.btn-primary:hover, .header.header-11 .header-search-extended .btn.btn-primary:focus, .header.header-11 .header-search-extended .btn.btn-primary:active {
  background-color: transparent;
  color: #a77a3f;
}
.header.header-11 .header-search-extended .form-control {
  padding-left: 0.7rem;
  padding-bottom: 0.5rem;
  background-color: transparent;
  font-size: 1.3rem;
}
.header.header-11 .header-search-extended .form-control::placeholder {
  color: #fff;
}
.header.header-11 .header-search-wrapper {
  background-color: transparent;
  border: none;
  border-bottom: 0.1rem solid #fff;
  border-radius: 0;
  min-width: 230px;
}
.header.header-11 .mobile-menu-toggler {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.heading {
  margin-bottom: 4.2rem;
}
.heading .title {
  margin-bottom: 0.9rem;
}

.title-desc {
  letter-spacing: 0;
}

.btn-outline-white {
  border-color: #a77a3f;
}

.btn-outline-primary-2:not(:hover):not(:focus) {
  color: #333333;
}

.btn-more {
  min-width: 230px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.more-container .btn-more {
  min-width: 218px;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.more-container {
  margin-top: 1rem;
  margin-bottom: 0;
}

.intro-slider-container,
.intro-slide {
  min-height: 100vh;
  background-color: #646369;
}

.intro-slider.owl-theme.owl-nav-inside .owl-dots {
  bottom: 20px;
}

.intro-slide {
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center center;
}
.intro-slide .intro-content {
  width: 740px;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: auto;
  top: auto;
  transform: translateY(0);
  -ms-transform: translateY(0);
  border: 0.1rem solid #fff;
  border-top-width: 0;
  border-bottom-width: 0;
  padding: 6rem 2rem;
}
.intro-slide.intro-slide-first {
  background-position: 78% 50%;
}

.intro-content .btn.btn-outline-white {
  text-transform: uppercase;
  border: none;
  font-size: 1.3rem;
  color: #a77a3f;
  letter-spacing: 0.1em;
  min-width: 0;
}
.intro-content .btn.btn-outline-white:hover, .intro-content .btn.btn-outline-white:focus, .intro-content .btn.btn-outline-white:active {
  background-color: transparent;
  color: #fff;
}

.intro-subtitle {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.intro-subtitle.cross-txt {
  top: 0;
}

.intro-content .intro-action.cross-txt {
  bottom: 0;
  transform: translateY(50%);
}
.intro-content .intro-action.cross-txt .btn {
  padding: 0;
}
.intro-content .intro-action.cross-txt::before {
  margin-right: 3rem;
}
.intro-content .intro-action.cross-txt::after {
  margin-left: 3rem;
}

.intro-title {
  font-weight: 700;
  font-size: 5rem;
  font-family: "Cormorant", serif;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  text-transform: uppercase;
}

.intro-text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.owl-theme .owl-nav [class*=owl-] {
  width: 4rem;
  height: 4rem;
  font-size: 2.2rem;
  margin-top: -2rem;
}

.owl-theme.owl-nav-inside .owl-nav .owl-prev {
  left: 100px;
}

.owl-theme.owl-nav-inside .owl-nav .owl-next {
  right: 100px;
}

.owl-theme.owl-light .owl-nav [class*=owl-] {
  border-color: #fff;
  color: #fff;
}

.owl-simple .owl-nav.disabled + .owl-dots {
  margin-top: 1.5rem;
}

.banners {
  margin-bottom: 1.5rem;
}

.banner-hover .banner-content {
  text-align: center;
  padding-top: 0;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.banner-hover .banner-title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 0.6rem;
  letter-spacing: -0.025em;
  transition: all 0.35s ease;
  opacity: 0;
  transform: translateY(50px);
}
.banner-hover .banner-link {
  opacity: 0;
  transform: translateY(50px);
}
.banner-hover:hover .banner-title,
.banner-hover:hover .banner-link {
  opacity: 1;
  transform: translateY(0);
}

.banner-link {
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #ebebeb;
  text-transform: uppercase;
  transition: all 0.35s ease;
}
.banner-link i {
  margin-left: 0.7rem;
}
.banner-link:hover, .banner-link:focus {
  color: #ebebeb;
  text-decoration: none !important;
  box-shadow: 0 1px 0 0 #ffF;
}

.banner-content .catalog-link {
  text-transform: uppercase;
}
.banner-content .catalog-link:hover, .banner-content .catalog-link:focus {
  text-decoration: none;
}

.products-display {
  margin-bottom: 3.5rem;
  padding-top: 0.5rem;
}
.products-display .heading {
  margin-bottom: 6rem;
}
.products-display .product {
  margin-bottom: 3rem;
}
.products-display .product.product-4 .product-title {
  margin-bottom: 0.2rem;
  line-height: 1.4em;
}
.products-display .product.product-4 .btn-product:not(:hover):not(:focus) {
  background-color: rgba(255, 255, 255, 0.9);
}
.products-display .product-price {
  color: #333;
}

.banner-main {
  background-color: transparent;
  margin-bottom: 0;
}
.banner-main:after {
  content: "";
  display: table;
  clear: both;
}
.banner-main .banner-content {
  display: block;
  width: 100%;
  transform: translateY(0);
  position: relative;
  left: auto;
  right: auto;
  top: 0;
  bottom: auto;
  background-color: #fff;
  padding: 3rem;
}
.banner-main .banner-title {
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: -0.025em;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  max-width: 265px;
}
.banner-main .banner-content.right {
  padding-left: 7rem;
}
.banner-main .banner-content.right .banner-title {
  letter-spacing: 0;
}
.banner-main p {
  margin-bottom: 1.5rem;
  color: #666;
  line-height: 1.7em;
}
.banner-main .banner-link {
  color: #a77a3f;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
.banner-main .banner-link i {
  margin-left: 0.5rem;
}
.banner-main .banner-link:hover, .banner-main .banner-link:focus {
  color: #a77a3f;
  text-decoration: none;
  box-shadow: 0 1px 0 0 #a77a3f;
}

.banner-main-reverse .banner-content {
  float: right;
}

.product {
  margin-bottom: 3rem;
}
.product:hover {
  box-shadow: none;
}
.product .product-body {
  padding-left: 0;
  padding-right: 0;
}

.product-cat {
  color: #ccc;
  font-weight: 400;
  font-size: 1.3rem;
  text-transform: uppercase;
}

.product-title {
  font-size: 1.4rem;
  letter-spacing: 0;
}

.product-price {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.product.product-4 .product-action-vertical {
  top: 2rem;
}
.product.product-4 .product-price {
  flex-direction: column;
  align-items: flex-start;
}
.product.product-4 .product-price .old-price {
  margin-left: 0;
  text-decoration: none;
  margin-top: 0.3rem;
}
.product.product-4 .btn-product {
  color: #333;
  background-color: #fff;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  text-transform: uppercase;
}
.product.product-4 .btn-product span {
  font-size: 1.4rem;
}
.product.product-4 .btn-product:before {
  display: none;
}
.product.product-4 .btn-product:hover, .product.product-4 .btn-product:focus {
  background-color: #a77a3f;
}

.btn-product-icon:not(:hover):not(:focus) {
  color: #333;
}

.product.product-sm .product-price {
  font-size: 1.4rem;
}
.product.product-sm .product-price {
  color: #333333;
}

.sidebar .widget:last-child {
  margin-bottom: 3rem;
}

.sidebar-home {
  margin-top: 0;
  margin-bottom: 5rem;
}
.sidebar-home .widget {
  margin-bottom: 3rem;
}
.sidebar-home .widget-title {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.25;
  letter-spacing: -0.025em;
  margin-bottom: 2.1rem;
}

.widget-products .products {
  padding: 0;
  margin: 0;
}
.widget-products .product:last-child {
  margin-bottom: 0;
}

.widget-subscribe {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.43;
  color: #fff;
  padding: 4rem 3rem;
  background-size: cover;
  background-position: center center;
}
.widget-subscribe .widget-title {
  color: #fff;
  margin-bottom: 0.8rem;
  font-size: 2rem;
}
.widget-subscribe p {
  margin-bottom: 2.5rem;
  color: #ebebeb;
}
.widget-subscribe .form-control {
  height: 46px;
  padding: 1.15rem 2rem;
  margin-bottom: 1rem;
  box-shadow: none;
  font-size: 1.3rem;
}
.widget-subscribe .form-control:not(:focus) {
  border-color: #fff;
}
.widget-subscribe .btn {
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
  min-width: 0;
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.widget-banner .banner {
  margin-bottom: 0;
}
.widget-banner .banner-content {
  left: 3rem;
  padding-bottom: 2rem;
}
.widget-banner .banner-title a,
.widget-banner .banner-subtitle a,
.widget-banner .banner-link {
  color: #fff;
}
.widget-banner .banner-subtitle {
  font-weight: 300;
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
  letter-spacing: -0.025em;
}
.widget-banner .banner-title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  letter-spacing: -0.025em;
}

.widget-posts {
  overflow: hidden;
}
.widget-posts .widget-title {
  font-size: 2rem;
}
.widget-posts .entry {
  color: #777;
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 0;
}
.widget-posts .entry-media {
  margin-bottom: 1.5rem;
}
.widget-posts .entry-media img {
  margin-left: -1px;
  margin-right: -1px;
}
.widget-posts .entry-meta {
  margin-bottom: 0.3rem;
  color: #ccc;
}
.widget-posts .entry-title {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 0.7rem;
  letter-spacing: -0.01em;
}
.widget-posts .entry-content p {
  margin-bottom: 0.6rem;
}
.widget-posts .read-more {
  font-size: 1.4rem;
  text-transform: capitalize;
}
.widget-posts .owl-dots {
  text-align: left;
}
.widget-posts .owl-dots .owl-dot:first-child span {
  margin-left: 0;
}
.widget-posts .owl-simple .owl-nav.disabled + .owl-dots {
  margin-top: 1rem;
}

.footer {
  background-color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0;
}
.footer .social-icon {
  border: none;
}
.footer .social-icon:hover, .footer .social-icon:focus {
  color: #222;
  background-color: #fff;
}
.footer .widget {
  margin-bottom: 2rem;
}
.footer .widget-about p {
  max-width: 250px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2em;
  margin-bottom: 1.8rem;
}
.footer .widget-about-info a {
  color: #a77a3f;
}
.footer .widget-title {
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: #333333;
  margin-bottom: 2.1rem;
}
.footer .widget-list li:not(:last-child) {
  margin-bottom: 0.6rem;
}

.footer-payments {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 3rem;
}

.footer-copyright {
  margin-top: 2.2rem;
  font-size: 1.3rem;
  font-weight: 400;
}

.footer-bottom .container {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 3.2rem;
}
.footer-bottom .container::before {
  background-color: #ebebeb;
}

.social-icon {
  border-color: #ebebeb;
}

.lookbook-header {
  margin-bottom: 15px;
}
.lookbook-header img {
  width: 100%;
}

.lookbook {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 15px;
}
.lookbook__item {
  cursor: zoom-in;
}

.lookbook-collection {
  margin: 40px 0;
}
.lookbook-collection__item {
  position: relative;
}
.lookbook-collection__cover {
  margin-bottom: 20px;
}
.lookbook-collection__title {
  font-family: "Cinzel", serif;
  text-transform: lowercase;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
}

.fade-in {
  animation-name: fadeIn;
  animation-duration: 1.3s;
  animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/***** Media styles *****/
@media screen and (min-width: 576px) {
  .intro-subtitle {
    font-size: 1.3rem;
  }

  .intro-title {
    font-size: 6rem;
  }

  .intro-text {
    font-size: 1.6rem;
  }

  .banner-main {
    margin-bottom: 2rem;
  }
  .banner-main .banner-content.left {
    width: calc(100% - 65px);
    margin-top: -150px;
  }
  .banner-main .banner-content.right {
    width: calc(100% - 90px);
    margin-top: -120px;
  }
}
@media screen and (min-width: 768px) {
  .intro-subtitle {
    font-size: 1.3rem;
  }

  .intro-title {
    font-size: 7rem;
  }

  .banner-main {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .banner-main .banner-content {
    padding: 6rem;
  }
  .banner-main .banner-title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .intro-content .btn {
    min-width: 170px;
  }

  .intro-subtitle {
    font-size: 1.4rem;
  }

  .intro-title {
    font-size: 8.6rem;
  }

  .intro-text {
    font-size: 1.8rem;
  }

  .products-display .display-products-col {
    margin-top: 10rem;
  }

  .video-banner-bg {
    padding-top: 17rem;
  }

  .products-display .product {
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-main .banner-content {
    padding: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .intro-slider-container,
.intro-slide {
    min-height: 0;
    height: 100vh;
  }
  .intro-slider-container .container,
.intro-slide .container {
    padding-bottom: 1.7rem;
  }

  .intro-content .btn {
    min-width: 190px;
  }
  .intro-content .btn i:first-child {
    margin-right: 1rem;
  }
  .intro-content .btn i:last-child {
    margin-left: 1rem;
  }

  .intro-title {
    font-size: 8rem;
  }

  .intro-text {
    font-size: 2rem;
  }

  .intro-slider.owl-theme.owl-nav-inside .owl-dots {
    bottom: 6%;
  }

  .banner-main .banner-content {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media screen and (max-width: 991px) {
  .header-middle .header-center {
    display: block;
  }
}
/*# sourceMappingURL=main.css.map */
