html,body{height: 100vh}
body{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #1c1b1b;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #1c1b1b;
  font-size: 12px;
}
*{border-radius: 0px !important;}

#sidebar {
    width: 420px;
    position: fixed;
    top: 0;
    right: -420px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    right: 0;
}

#dismiss {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 26px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: rgb(180 93 60);

}
#dismiss .lni{font-weight: 900 !important;}

#dismiss:hover {
    transform: rotate(90deg);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #fff;
    color: rgb(180 93 60);
}

#sidebar ul.components {
    padding: 20px 0 0 0;
    color: #000;
}

#sidebar ul p {
    padding:0px 0 10px 0;
    margin-bottom: 0px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: #000;
}

#sidebar ul li a:hover {
    color: #000;
    background: #fff;
}
a{text-decoration: none;}
#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #000;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 0px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download{
    background: rgb(180 93 60);
    color: #fff !important;
}
a.article{
    background: rgb(180 93 60);
    color: #fff !important;
}
a.article:hover, a.download:hover{background: rgb(0 0 0) !important; color: #fff !important;}

.navbar-nav .nav-item{
  margin: 3px 10px;
}
.navbar-nav .nav-link {
    color: rgb(106 51 30);
}
.bg-brown{background-color: rgb(106 51 30); color: #fff;}
.swiper {
      width: 100%;
      height: auto;
      max-height: 700px;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .swiper-caption{
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      right:0;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 999
    }
    .swiper-caption h1{
      font-weight: 900;
      color: #fffc;
    }
    .swiper-button-next,
.swiper-button-prev {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.5);
    right:10px;
    padding: 30px;
    color: #000 !important;
    fill: black !important;
    stroke: black !important;
}
.kate-card{overflow: hidden;}
.kate-card img{
  -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 8s cubic-bezier(.25,.46,.45,.94);
    transition: -webkit-transform 8s cubic-bezier(.25,.46,.45,.94);
    transition: transform 8s cubic-bezier(.25,.46,.45,.94);
    transition: transform 8s cubic-bezier(.25,.46,.45,.94),-webkit-transform 8s cubic-bezier(.25,.46,.45,.94);
}
.kate-card:hover img{
-webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.kate-card .card-img-overlay{
  color: #fff;
  background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0) 39%, rgba(0,0,0,1) 100%);
}
.kate-card .card-img-overlay .btn{
  width:fit-content;
  padding: 5px 14px;
}

.product-card{

}
.product-card a{
  color: #111;
}
.product-card-detail{

}
.product-card-detail .card-text{
  text-transform: initial;
  letter-spacing: 0px;
  font-size: 14px;
  line-height: 26px;
}

#topmenu{border-bottom: dashed 1px #6a331e;}
#topmenu .nav-link{color: #21252a;}
#topmenu .nav-link.active, #topmenu .nav-link:hover{color: #7f878e;}
#pills-tab .nav-link{
  color: rgb(106 51 30);
  font-size: 18px;
  padding: 6px 30px;
}
#pills-tab .nav-link.active{
  background-color:#0000;
  border-bottom:solid 2px rgb(106 51 30);

}
.line-effect button{position: relative;}
.line-effect button::before{
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #fff;
  transition: 0.5s transform ease;
  transform: scale3d(0,1,1);
  transform-origin: 0 50%;
}
.line-effect button:hover::before{
  transform: scale3d(1,1,1);
}
.line-effect-1 button::before{
  background: rgb(106 51 30)
  transform-origin: 100% 50%;
}
.line-effect-1 button:hover::before{
  transform-origin: 0 50%;
}
.line-effect-2 button::before{
  background: rgb(106 51 30)
}
.line-effect-3 button::before{
  transform-origin: 50% 50%;
  background: rgb(106 51 30)
}
.line-effect-4 button::before{
  transform-origin: 100% 50%;
  background: rgb(106 51 30)
}
.line-effect-5 button::before{
  background: rgb(106 51 30)
  transform-origin: 0 50%;
}
.line-effect-5 button:hover::before{
  transform-origin: 100% 50%;
}

.product-img-ofc{
  object-fit: cover;
  height: 450px;
}
footer{

}

footer .nav-link{color: #fff5 !important;}
footer .nav-link.active, footer .nav-link:hover{color: #fff !important;}
.siteby{
  text-transform: none !important;
  color: #fff;
}
.siteby:hover{
  color: #fff5;
}
@media screen and (max-width: 1920px) {
  .product-img-ofc{
    object-fit: cover;
    height: 350px;
  }
}

@media screen and (max-width: 1366px) {
  .product-img-ofc{
    object-fit: cover;
    height: 250px;
  }
}

@media screen and (max-width: 992px) {
  .product-img-ofc{
    object-fit: cover;
    height: 250px;
  }
}
