body {
  font-family: "Josefin Sans", sans-serif;
}

.default-2-65 {
  height: auto;
  width: 100%;
  position: relative;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  overflow: hidden;
  /*--------------------------------
  GLOBAL
  ---------------------------------*/
  /*--------------------------------
  ANIOMATION
  ---------------------------------*/
  /*--------------------------------
  BANNER
  ---------------------------------*/
  /*--------------------------------
  RESPONSIVE
  ---------------------------------*/
}
.default-2-65 p {
  color: #767676;
  line-height: 23px;
  font-family: "Nunito", sans-serif;
}
.default-2-65 .btn {
  color: #fff;
  padding: 10px 20px;
  font-size: 11px;
  letter-spacing: 3px;
  font-weight: 500;
  background-color: #daa37f;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
}
.default-2-65 .btn--opacity {
  animation: opacity 3s;
}
.default-2-65 .sect {
  padding: 130px 0;
}
.default-2-65 .sect--brown {
  background-color: #1d140b;
}
.default-2-65 .sect--grey {
  background-color: #ebebeb;
}
.default-2-65 .sect--no-bottom {
  padding-bottom: 0;
}
.default-2-65 .sect--white-text {
  color: #fff;
}
.default-2-65 .col--inbl {
  display: inline-block;
  float: none;
}
.default-2-65 .row--center {
  text-align: center;
}
.default-2-65 .row--small {
  max-width: 960px;
  margin: 0 auto;
}
.default-2-65 .row--margin {
  margin-top: 65px;
}
@-webkit-keyframes banner-in {
  0% {
    background-color: black;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@-moz-keyframes banner-in {
  0% {
    background-color: black;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@-o-keyframes banner-in {
  0% {
    background-color: black;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@keyframes banner-in {
  0% {
    background-color: black;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.default-2-65 .banner {
  background-color: #000;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  display: table;
  width: 100%;
  height: 600px;
  position: relative;
}
.default-2-65 .banner .imgc {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
}
.default-2-65 .banner__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  animation: banner-in 2s;
}
.default-2-65 .banner__container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  animation: banner-in 2s;
}
.default-2-65 .banner__scroll-down {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -12px;
  cursor: pointer;
  animation: opacity 3s;
}
.default-2-65 .banner__title {
  font-size: 56px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 500;
  animation: opacity 3s;
}
.default-2-65 .banner__text {
  font-size: 14px;
  color: #fff;
  margin: 0;
  margin-bottom: 18px;
  animation: opacity 3s;
}
@media screen and (max-width: 1024px) {
  .default-2-65 .sect {
    padding: 100px 0;
  }
  .default-2-65 .row--margin {
    margin-top: 55px;
  }
  .default-2-65 .banner__title {
    font-size: 54px;
  }
  .default-2-65 .half-sect__first {
    padding: 100px;
  }
  .default-2-65 .three-img__img {
    padding-bottom: 40%;
  }
  .default-2-65 .footer__half {
    padding: 90px 120px;
  }
  .default-2-65 .sect-t-footer {
    display: none;
  }
  .default-2-65 .footer {
    position: relative;
  }
}
@media screen and (max-width: 991px) {
  .default-2-65 .sect {
    padding: 80px 0;
  }
  .default-2-65 .banner__title {
    font-size: 50px;
  }
  .default-2-65 .row--margin {
    margin-top: 45px;
  }
  .default-2-65 .coffee {
    padding: 0 15px;
  }
  .default-2-65 .coffe__img {
    width: 100%;
  }
  .default-2-65 .half-sect__first {
    padding: 80px;
  }
  .default-2-65 .last-articles {
    margin-bottom: 30px;
  }
  .default-2-65 .sect__title, .default-2-65 .description__title, .default-2-65 .footer__big-title {
    line-height: 38px;
    font-size: 28px;
  }
  .default-2-65 .footer__half {
    padding: 60px 90px;
  }
}
@media screen and (max-width: 767px) {
  .default-2-65 .banner__title {
    font-size: 48px;
  }
  .default-2-65 .three-img {
    height: auto;
  }
  .default-2-65 .sect {
    padding: 60px 0;
  }
  .default-2-65 .row--margin {
    margin-top: 30px;
  }
  .default-2-65 .coffee {
    margin-bottom: 30px;
  }
  .default-2-65 .coffee__img {
    width: 35%;
  }
  .default-2-65 .coffee__descr, .default-2-65 .sect__subtitle {
    padding: 0 50px;
  }
  .default-2-65 .sect__title, .default-2-65 .description__title, .default-2-65 .footer__big-title {
    line-height: 36px;
    font-size: 26px;
  }
  .default-2-65 .half-sect__first {
    padding: 50px;
  }
  .default-2-65 .article-pre {
    margin-bottom: 15px;
  }
  .default-2-65 .footer__half {
    width: 100%;
    display: block;
    padding: 50px 50px;
  }
  .default-2-65 .half-sect {
    display: block;
    height: auto;
  }
  .default-2-65 .half {
    width: 100%;
    display: block;
  }
  .default-2-65 .half-sect__second {
    padding-bottom: 60%;
  }
  .default-2-65 .banner {
    height: 460px;
    position: relative;
  }
}
@media screen and (max-width: 480px) {
  .default-2-65 .banner__title {
    font-size: 44px;
  }
  .default-2-65 .sect {
    padding: 50px 0;
  }
  .default-2-65 .sect__title, .default-2-65 .description__title {
    line-height: 30px;
    font-size: 22px;
    margin-bottom: 15px;
  }
  .default-2-65 .sect__subtitle {
    padding: 0;
  }
  .default-2-65 .coffee__img {
    width: 65%;
  }
  .default-2-65 .coffee__descr, .default-2-65 .sect__subtitle {
    padding: 0 15px;
  }
  .default-2-65 .best--margin {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .default-2-65 .row--margin {
    margin-top: 15px;
  }
  .default-2-65 .best__img {
    width: 44px;
  }
  .default-2-65 .best__title {
    margin-top: 15px;
  }
  .default-2-65 .three-img__img {
    padding-bottom: 60%;
    width: 100%;
  }
  .default-2-65 .footer__half {
    padding: 35px 35px;
  }
  .default-2-65 .footer__desc {
    margin-bottom: 10px;
  }
  .default-2-65 .banner {
    height: 360px !important;
    position: relative;
  }
}
body {
  font-family: 'Josefin Sans', sans-serif; }

.default-1-20 {
  width: 100%;
  display: inline-block;
  margin: 0rem 0 0;
  padding: 3rem 0vw;
  position: relative;
  /*.slick-active {
    .slider-title{animation : fadeInUp 1s forwards;}
    .slider-description{animation : fadeInLight 1s forwards; animation-delay: 1s}
    .learn-more-btn{animation : fadeIn 1s forwards; animation-delay: 1s}
  }*/ }
  .default-1-20 a {
    outline: none; }
  .default-1-20 .no-padding {
    padding: 0px !important; }
  .default-1-20 .no-margin {
    margin: 0px !important; }
  .default-1-20 .row-eq-height {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px; }
  .default-1-20 .row-eq-height:before, .default-1-20 .row-eq-height:after {
    display: inline-block; }
  .default-1-20 .blk-1.blk-1-center {
    display: flex;
    justify-content: center;
    align-items: center; }
  .default-1-20 .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.3s linear;
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .default-1-20 .blk-1 {
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
    padding: 0rem;
    outline: none; }
  .default-1-20 .thumb-img {
    padding: 1.5rem 1.5rem 3rem;
    outline: none;
    position: relative; }
  .default-1-20 .slick-slide {
    opacity: 1;
    height: auto; }
  .default-1-20 .slick-slide.slick-active.slick-center {
    opacity: 1; }
  .default-1-20 .slick-prev {
    left: auto;
    display: none !important; }
  .default-1-20 .slick-next {
    right: auto;
    display: none !important; }
  .default-1-20 .slick-list {
    padding: 0 10rem 0 0rem !important; }
  .default-1-20 .slick-track {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 0rem 0; }
  .default-1-20 .slick-dotted.slick-slider {
    margin-bottom: 0px; }
  .default-1-20 .top-collection {
    margin-bottom: 3rem; }
  .default-1-20 .collection-main {
    width: 100%; }
  .default-1-20 .collection-img-main {
    width: 100%;
    height: 435px;
    overflow: hidden;
    position: relative;
    background: #ffffff; }
  .default-1-20 .collection-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px; }
  .default-1-20 .collection-details {
    width: 100%;
    text-align: center; }
  .default-1-20 .collection-name {
    font-size: 6rem;
    color: #FFFFFF;
    font-weight: 400;
    width: 100%;
    margin: 0px; }
  .default-1-20 .collection-description {
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #ffffff;
    font-weight: 500;
    width: 100%;
    text-transform: uppercase;
    margin: 11px 0 0 0; }
  .default-1-20 .border-main {
    width: 40px;
    height: 3px;
    background: #FFFFFF;
    display: inline-block;
    margin: 25px 0 0 0;
    border: none; }
  .default-1-20 .view-btn {
    width: 220px;
    height: 40px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0px;
    border: none;
    background: #E62532;
    display: inline-block;
    margin-top: 40px; }
  .default-1-20 .product-main {
    width: 100%;
    padding: 0 0rem;
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 0 6px 30px -8px #000; }
  .default-1-20 .product-main.product-mainr {
    padding: 0px;
    border-radius: 0px;
    box-shadow: none; }
  .default-1-20 .product-content {
    padding: 0 1rem; }
  .default-1-20 .prosub-title {
    width: 100%;
    color: #E62532;
    font-size: 12px;
    font-weight: 500;
    margin: 0px;
    padding-top: 13px; }
  .default-1-20 .pro-name {
    font-weight: 700;
    font-size: small;
    margin: 2px 0 11px;
    display: inline-block;
    width: auto; }
  .default-1-20 .pro-name a {
    color: #010103;
    text-decoration: none; }
  .default-1-20 .pro-img-main {
    width: 100%;
    height: 300px;
    background: #ffffff; }
  .default-1-20 .pro-img-main.pro-img-mainr {
    height: 377px; }
  .default-1-20 .product-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px; }
  .default-1-20 .pro-price {
    float: right;
    color: #E62532;
    font-size: 17px;
    font-weight: 500;
    margin-right: 0px;
    transition: all 0.4s linear; }
  .default-1-20 .colorchange {
    color: #55361d; }
  .default-1-20 .contact-no {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 2.5rem;
    letter-spacing: 2px;
    margin-top: 15px; }
  .default-1-20 .slider-controls {
    width: 100%;
    /*display: inline-flex;*/
    margin: 0rem 0 0 0;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    display: none; }
  .default-1-20 .left-icon {
    font-size: 2.3rem;
    color: #ffffff;
    padding: 4rem;
    cursor: pointer;
    position: absolute;
    left: -13rem;
    background: rgba(0, 0, 0, 0.7);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700; }
  .default-1-20 .right-icon {
    font-size: 2.3rem;
    color: #ffffff;
    padding: 4rem;
    cursor: pointer;
    position: absolute;
    right: -13rem;
    background: rgba(0, 0, 0, 0.7);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700; }
  .default-1-20 .slick-dots {
    top: 50%;
    bottom: auto;
    transform: rotate(90deg);
    right: 0rem;
    width: auto; }
  .default-1-20 .slick-dots li {
    margin: 0 5px; }
  .default-1-20 .slick-dots li.slick-active button:before {
    opacity: 1; }
  .default-1-20 .slick-dots li button:before {
    /*border: 1px solid #ffffff;*/
    font-size: 10px;
    color: #ffffff; }
@keyframes fadeInUp {
  0% {
    transform: translate3d(0, 30%, 0);
    opacity: 0; }
  100% {
    transform: none;
    opacity: 1; } }
@keyframes fadeInLight {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.5; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  @media screen and (min-width: 601px) and (max-width: 767px) {
    .default-1-20 .thumb-img {
      width: 50%;
      display: inline-block;
      border: 1px solid #f6f5f5;
      border-collapse: collapse; }
    .default-1-20 .pro-price {
      width: 100%;
      margin-bottom: 1rem; }
    .default-1-20 .product-main.product-mainr {
      margin-bottom: 3rem; }
    .default-1-20 .pro-img-main {
      height: 230px; }
    .default-1-20 .product-main {
      box-shadow: none;
      border-radius: 0px; }
    .default-1-20 .product-content {
      padding: 0px; }
    .default-1-20 .pro-name {
      margin: 2px 0 5px; }
    .default-1-20 .top-collection {
      margin-bottom: 0rem; } }
  @media screen and (min-width: 481px) and (max-width: 600px) {
    .default-1-20 .thumb-img {
      width: 50%;
      display: inline-block;
      border: 1px solid #f6f5f5;
      border-collapse: collapse; }
    .default-1-20 .pro-price {
      width: 100%;
      margin-bottom: 1rem; }
    .default-1-20 .product-main.product-mainr {
      margin-bottom: 3rem; }
    .default-1-20 .pro-img-main {
      height: 230px; }
    .default-1-20 .product-main {
      box-shadow: none;
      border-radius: 0px; }
    .default-1-20 .product-content {
      padding: 0px; }
    .default-1-20 .pro-name {
      margin: 2px 0 5px; }
    .default-1-20 .top-collection {
      margin-bottom: 0rem; } }
  @media screen and (max-width: 480px) {
    .default-1-20 .thumb-img {
      width: 50%;
      display: inline-block;
      border: 1px solid #f6f5f5;
      border-collapse: collapse; }
    .default-1-20 .pro-price {
      width: 100%;
      margin-bottom: 1rem; }
    .default-1-20 .product-main.product-mainr {
      margin-bottom: 3rem; }
    .default-1-20 .pro-img-main.pro-img-mainr {
      height: 250px; }
    .default-1-20 .pro-img-main {
      height: 180px; }
    .default-1-20 .collection-name {
      font-size: 14vw; }
    .default-1-20 .product-main {
      box-shadow: none;
      border-radius: 0px; }
    .default-1-20 .product-content {
      padding: 0px; }
    .default-1-20 .pro-name {
      margin: 2px 0 5px; }
    .default-1-20 .top-collection {
      margin-bottom: 0rem; } }
  @media screen and (max-width: 320px) {
    .default-1-20 .collection-main {
      margin-bottom: 2rem; }
    .default-1-20 .thumb-img {
      width: 100%;
      display: inline-block;
      border-collapse: collapse; }
    .default-1-20 .top-products {
      border: 1px solid #f6f5f5; }
    .default-1-20 .pro-price {
      width: 100%;
      margin-bottom: 1rem; }
    .default-1-20 .product-main {
      box-shadow: none;
      border-radius: 0px; }
    .default-1-20 .product-content {
      padding: 0px; }
    .default-1-20 .pro-name {
      margin: 2px 0 5px; }
    .default-1-20 .top-collection {
      margin-bottom: 0rem; } }

/*  Turn on custom 8px wide scrollbar */
::-webkit-scrollbar {
  width: 6px;
  /* 1px wider than Lion. */
  /* This is more usable for users trying to click it. */
  background-color: transparent;
  -webkit-border-radius: 100px; }

/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
::-webkit-scrollbar-thumb:vertical {
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 100px;
  background-clip: padding-box;
  border: 1px solid transparent;
  min-height: 10px;
  /*Prevent it from getting too small */ }

::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0, 0, 0, 0.61);
  /* Some darker color when you click it */
  -webkit-border-radius: 100px; }

/*# sourceMappingURL=default-1-20.css.map */
