/* Homepage */


/*.header-search-extended .btn.btn-primary {
  color: #fff;
  font-size: 2.2rem;
  background-color: transparent; }
  .header-search-extended .btn.btn-primary:hover, .header-search-extended .btn.btn-primary:focus, .header-search-extended .btn.btn-primary:active {
    background-color: transparent;
    color: #ff9900; }
.header-search-extended .form-control {
  padding-bottom: .5rem; }*/


/* Header video Homepage  */


  .header-video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0.60rem;
    z-index: 1040;
    background-color: transparent;
    margin-top: 0.35rem; }

  .header-video .header-middle {
    border-bottom: none;
    margin-bottom: .1rem; }
  .header-video .cart-dropdown,
  .header-video .compare-dropdown {
    padding-left: 2.3rem; }
  .header-video .cart-dropdown:not(:hover):not(.show) .dropdown-toggle,
  .header-video .compare-dropdown:not(:hover):not(.show) .dropdown-toggle {
      color: #000000; }
  .header-video .cart-dropdown .dropdown-menu,
  .header-video .compare-dropdown .dropdown-menu {
      margin-top: 0; }

  .header-video .header-search {
    margin-right: 0; }

  .header-video .header-search .header-search-wrapper {
      background-color: transparent;
      border: none;
      border-radius: 0;
      border-bottom: .1rem solid #fff;
      min-width: 260px; }
  .header-video .header-search-extended {
    margin-top: 0;
    margin-bottom: 0; }

  .header-video .header-search-extended .form-control {
      background-color: transparent;
      color: #fff;
      border-radius: 0;
      padding-left: 1rem; }

  /*.header-video .wishlist-link {
    margin-left: 3rem; }
  .header-video .wishlist-link:not(:hover):not(:focus),
  .header-video .search-toggle:not(:hover):not(:focus):not(.active),
  .header-video .mobile-menu-toggler,
  .header-video .wishlist-link:not(:hover):not(:focus),
  .header-video .menu > li:not(:hover):not(.active):not(.show) > a,
  .header-video .mobile-menu-toggler {
    color: #333; }*/

  .header-video .logo {
    margin-top: -0.40rem;
    margin-bottom: 0; } 

  .header-video .menu ul,
  .header-video .menu .megamenu {
    margin-top: .0 }

  .header-video .menu > li > a {
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: .01em; }

  .header-video .menu > li:hover > a, .header-video .menu > li:focus > a, .header-video .menu > li.active > a {
    color: #ff9900; }
  .header-video .menu > li:hover > a::before, .header-video .menu > li:focus > a::before, .header-video .menu > li.active > a::before {
      transform-origin: left center;
      transform: scale(1, 1); }

  .header-video .sticky-header.fixed {
    background-color: #fff; }


/*  video text */

.home {
    height: 100vh;
    position: relative;
}
video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-content {
    position: relative;
    padding-top: 160px;
    color: #f8f8f8;
    text-align: center;
}
			
h1 {
    font-family: Montserrat, serif;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1.0rem;
     color: #f8f8f8;
    letter-spacing: -.03em; }


.home p {
    font-size: clamp(25px, 4vw, 40px);
    margin-top: 10px;
}

.home-content button {
    display: block;
    font-size: clamp(14px, 1.5vw, 18px);
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    background: transparent;
    color: #fff;
    margin: 50px auto 0;
    padding: 12px 20px;
    cursor: pointer;
}

.home img {
  width: 400px;
  position: absolute;
  top: 140%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home span {
	color: #ff9900;
	font-weight: bold;
	font-size: 20pt;
}
 
/* End Header video Homepage  */


















/*

.title {
  font-weight: 600;
  font-size: 2.6rem;
  letter-spacing: -.01em; }

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

.heading {
  margin-bottom: 4.4rem; }
  .heading .title {
    margin-bottom: 2rem; }

@media screen and (min-width: 1600px) {
  .header-5 .container-fluid {
    padding-left: 6.2rem;
    padding-right: 6.2rem; } }
.intro-slider-container,
.intro-slide {
  height: 100vh;
  background-color: #333; }

.intro-slide {
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center center; }
  .intro-slide .intro-content {
    position: static;
    left: auto;
    top: auto;
    transform: translateY(0);
    -ms-transform: translateY(0); }

.intro-content .btn {
  text-transform: uppercase; }
  .intro-content .btn i:last-child {
    margin-left: .3rem; }
.intro-content .btn-outline-primary-2 {
  color: #fff; }
.intro-content .intro-subtitle {
  color: #ccc; }

.intro-subtitle {
  font-weight: 400;
  letter-spacing: -.025em;
  margin-bottom: 1rem; }

.btn i:last-child {
  margin-left: .7rem; }

.intro-title {
  color: #333333;
  font-weight: 600;
  letter-spacing: -.025em;
  margin-bottom: 1.8rem; }

.bg-light {
  background-color: #f2f2f2; }

.text-darkblack {
  color: #777 !important; }

.text-brightblack {
  color: #ebebeb !important; }

.product {
  margin-bottom: 2.6rem;
  background-color: transparent; }
  .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-weight: 400;
  color: #333333;
  font-size: 1.4rem;
  margin-bottom: .5rem; }

.product-body {
  background-color: transparent; }

.old-price {
  text-decoration: none;
  color: #777; }

@media screen and (min-width: 992px) {
  .product.product-4 {
    margin-bottom: 0; } }
.product.product-4 .product-title {
  margin-bottom: .2rem; }
.product.product-4 .product-action-vertical {
  top: 2rem; }
.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: #ff9900; }
.product.product-4 .product-body {
  padding-bottom: 0; }
.product.product-4 .product-nav {
  margin-top: 1.4rem;
  margin-bottom: 0; }

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

.display-row {
  padding-top: 8rem;
  padding-bottom: 8rem; }
  .display-row .banner {
    margin-bottom: 5rem; }
  .display-row .heading {
    margin-bottom: 2.5rem; }
  .display-row .title {
    font-size: 1.6rem; }
  .display-row .heading.text-center .title-desc {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto; }

*/



/*
.banner {
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #fff; }
  .banner img {
    min-height: 370px;
    object-fit: cover; }
  .banner .btn {
    text-transform: uppercase;
    min-width: 130px;
    text-decoration: none !important;
    padding: 1.15rem 1.5rem; }
  .banner .btn-outline-primary-2 {
    color: #fff; }
  .banner ul {
    color: #333;
    margin-bottom: 2rem;
    line-height: 1.5; }
    .banner ul li {
      position: relative;
      padding-left: 1rem; }
      .banner ul li:before {
        position: absolute;
        top: 50%;
        margin-top: -.2rem;
        left: 0;
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: .4rem;
        height: .4rem;
        border-radius: 50%;
        background-color: #333;
        margin-top: -.1rem; }
    .banner ul.text-white li:before {
      background-color: #fff; }

.banner-overlay.banner-light > a:after {
  background-color: rgba(255, 255, 255, 0.4); }
.banner-overlay.banner-light .btn-outline-primary-2 {
  color: #333; }

.banner-overlay > a:after {
  transition-duration: .5s; }

.banner-content {
  left: 30px;
  padding-top: 0; }

.banner-title {
  color: #333;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: .9rem; }
  .men .banner-title {
    letter-spacing: 0; }
  .women .banner-title {
    letter-spacing: -.025em; }

.women.banner-content {
  left: 11rem; }

.banner-text,
.banner-subtitle {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.45;
  letter-spacing: 0; }

.banner-subtitle {
  margin-bottom: .9rem; }

.banner-text {
  font-size: 1.4rem;
  margin-bottom: 2.5rem; }*/
/*
.video-banner-title {
  font-weight: 600;
  margin-bottom: 2rem; }

.video-banner-title > span {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: -.03em;
  margin-bottom: 1.8rem; }

.btn-video {
  box-shadow: 0 0 0 1.5rem rgba(255, 255, 255, 0.1); }
*/


/*
.cta-title {
  font-weight: 600;
  font-size: 2.6rem;
  letter-spacing: -.025em;
  margin-bottom: 0; }

.cta-wrapper .cta-title,
.cta-wrapper.cta-text .cta-title {
  margin-bottom: 2.8rem; }

.cta-wrapper.cta-text .cta-desc {
  margin-bottom: 3.5rem; }

.cta-desc {
  color: #777;
  font-size: 1.5rem;
  line-height: 1.625; }

.cta-wrapper {
  max-width: 580px; }

.cta-wrapper.cta-text {
  max-width: 360px; }

.cta .social-icon {
  width: 4.6rem;
  height: 4.6rem;
  font-size: 1.8rem; }
.cta blockquote {
  color: #666;
  font-style: normal;
  line-height: 1.875;
  margin-bottom: 2.2rem; }
.cta .testimonial-icon:before {
  margin-top: 0;
  font-size: 1.8rem; }
.cta .owl-simple .owl-nav .owl-prev {
  left: -100px; }
.cta .owl-simple .owl-nav .owl-next {
  right: -100px; }
*/
/*

blockquote p {
  font-size: 1.6rem;
  color: #666; }
blockquote cite {
  letter-spacing: 0;
  font-weight: 400; }
  blockquote cite span {
    color: #777; }

.blog-posts .entry {
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0; }
.blog-posts .entry-media {
  margin-bottom: 1.5rem; }
.blog-posts .entry-media > a {
  position: relative; }
  .blog-posts .entry-media > a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(51, 51, 51, 0.4);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease; }
  .blog-posts .entry-media > a:hover:after, .blog-posts .entry-media > a:focus:after {
    visibility: visible;
    opacity: 1; }
.blog-posts .entry-body.text-center .entry-content {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto; }
.blog-posts .entry-meta {
  margin-bottom: .4rem; }
.blog-posts .entry-title {
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-bottom: .7rem; }
.blog-posts .entry-content p {
  margin-bottom: .6rem; }
.blog-posts .read-more {
  text-transform: capitalize; }

*/
/*
.footer .widget-about p {
  max-width: 540px; }
.footer .widget-about-info a {
  color: #cc9966; }*/
/*
.footer-bottom .container,
.footer-bottom .container-fluid {
  padding-bottom: 2.1rem; }*/
/*
.widget-newsletter form {
  padding-top: 2.3rem; }
  .widget-newsletter form .form-control::placeholder {
    color: #ccc; }*/
/*
@media screen and (min-width: 576px) {
  .banner-content {
    left: 50px; } }
@media screen and (min-width: 768px) {
  .intro-subtitle {
    font-size: 1.6rem; }

  .banner-title,
  .cta-title,
  .title {
    font-size: 3rem; } }
*/

/*
@media screen and (min-width: 992px) {
  .intro-content .btn {
    min-width: 170px; }

  .intro-subtitle {
    margin-bottom: 1.6rem; }

  .cta-separator [class*="col-"] + [class*="col-"]:before {
    height: 76%; }

  .banner-content {
    left: 70px; }

  .display-row {
    padding-top: 10rem;
    padding-bottom: 10rem; }
    .display-row .banner {
      margin-bottom: 0; }

  .video-banner-bg {
    padding-top: 16.5rem; } }
@media screen and (min-width: 1200px) {
  .intro-content .btn {
    min-width: 190px; }

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

  .banner-content {
    left: 100px; }

  .display-row .banner {
    margin-right: 5rem; }
  .display-row .order-lg-last .banner {
    margin-right: 0;
    margin-left: 5rem; }

  .container-fluid {
    padding-left: 62px;
    padding-right: 62px; } }
@media screen and (min-width: 1600px) {
  .footer-bottom .container-fluid:before {
    left: 62px;
    right: 62px; } }
@media screen and (max-width: 450px) {
  .banner-content.shop,
  .banner-content.men,
  .banner-content.women {
    left: 4rem; } }
*/

/*# sourceMappingURL=demo-15.css.map */
