@import url('//fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;800&display=swap');
@font-face {
    font-family: 'Celesta Sans Serif';
    src: url('https://threecornercoffeeroaster.com/front/font/celesta-regular-webfont.woff') format('woff'),
         url('https://threecornercoffeeroaster.com/front/font/celesta-regular-webfont.woff2') format('woff2'),
         url('https://threecornercoffeeroaster.com/front/font/celesta-bold-webfont.woff') format('woff'),
         url('https://threecornercoffeeroaster.com/front/font/celesta-bold-webfont.woff2') format('woff2'),
         url('https://threecornercoffeeroaster.com/front/font/celesta-extrabold-webfont.woff') format('woff'),
         url('https://threecornercoffeeroaster.com/front/font/celesta-extrabold-webfont.woff2') format('woff2'),
         url('https://threecornercoffeeroaster.com/front/font/celesta-medium-webfont.woff') format('woff'),
         url('https://threecornercoffeeroaster.com/front/font/celesta-medium-webfont.woff2') format('woff2');

   

}

body{margin: 0; padding: 0;  font-family: 'Celesta Sans Serif','Montserrat', sans-serif; font-weight: 400;}

img{max-width: 100%;}
.container{max-width: 1200px; padding: 0 15px; box-sizing: border-box; margin: 0 auto;}
.flex{ display: -webkit-box;  display: -moz-box;  display: -ms-flexbox;  display: -webkit-flex;  display: flex;}
.flex-flow{-webkit-flex-flow: row wrap;	 flex-flow: row wrap;   -ms-flex-flow: row wrap;}
.align-item-start{-webkit-box-align: flex-start;  -moz-box-align: flex-start;  -ms-flex-align: flex-start;  -webkit-align-items: flex-start;  align-items: flex-start;}
.align-item-center{-webkit-box-align: center;  -moz-box-align: center;  -ms-flex-align: center;  -webkit-align-items: center;  align-items: center;}
.align-item-end{-webkit-box-align: end;  -moz-box-align: end;  -ms-flex-align:end;  -webkit-align-items:end;  align-items:end;}
.space-between{  -webkit-box-pack: space-between;  -moz-box-pack: space-between;  -ms-flex-pack: space-between;  -webkit-justify-content: space-between;  justify-content: space-between;}
.justify-center{  -webkit-box-pack: center;  -moz-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center;  justify-content: center; }
.justify-center-end{  -webkit-box-pack: end;  -moz-box-pack: end;  -ms-flex-pack: end;  -webkit-justify-content: end;  justify-content: end; }
.flex-direction-column{ -webkit-flex-direction: column;   -moz-flex-direction: column;    -ms-flex-direction: column;    -o-flex-direction: column;    flex-direction: column;}
.header-main{position: relative;
    text-align: center;
    height: 124px;
    min-height: 124px;
    background: url(https://threecornercoffeeroaster.com/front/images/header-pattern_v2.png);
    background-repeat: no-repeat;
    /* background-position: center;*/}
.header-main {    position: fixed;    top: 0;    left: 0;    right: 0;    width: 100%;    z-index: 1;}
body[data-active="Production"] .header-main{position: static; }
body[data-active="process"] .header-main{position: static; }
body[data-active="Products"] .header-main{position: static; }



.header-main-logo img {    width: 140px;}
.banner-product-col-cover img {    display: block;    width: 100%;}
.banner-product-col {width:33.33%;   overflow: hidden;  position: relative;}
.hover-detail {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 0 30px;
    box-sizing: border-box; text-align: right; z-index: 9;
}
.hover-detail h2 a{text-transform: uppercase; color: #fff;  border-bottom:#f5cd49 solid 5px; font-size: 36px;    display: inline-block; text-decoration:none;  }
.hover-detail ul{margin: 0; padding: 0; list-style: none;}
.hover-detail ul li{margin: 0; padding: 5px 0; list-style: none; }
.hover-detail ul li a{color: #f5cd49; font-weight: 700; text-transform: uppercase; text-decoration:none;     font-size: 20px; }
.hover-detail ul li span {    width: calc(100% - 56px);    padding-right: 11px;}
.hover-detail ul li .hover-icon {    width: 56px;}
.hover-detail ul li a:hover{color: #fff;}
/*.hover-detail ul li a:hover img{    filter: brightness(0) invert(1);}*/
.hover-detail ul li a:hover img{    opacity:0}

.hover-detail ul li { -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;    transition: opacity 0.8s, transform 0.8s;    -webkit-transform: translate3d(460px,0,0);    transform: translate3d(460px,0,0);}
.hover-detail ul li:nth-child(1){-webkit-transition-delay: 0s;    transition-delay: 0s;}
.hover-detail ul li:nth-child(2){-webkit-transition-delay: 0.05s;    transition-delay: 0.10s;}
.hover-detail ul li:nth-child(3){    -webkit-transition-delay: 0.1s;    transition-delay: 0.20s;}
.hover-detail ul li:nth-child(4){    -webkit-transition-delay: 0.1s;    transition-delay: 0.30s;}
.hover-detail:hover li{opacity: 1;    -webkit-transform: translate3d(0,0,0);  transform: translate3d(0,0,0);}



.slider-category {    margin: 0 0 -4px;}
.slider-category ul.slick-dots {    margin: 0;    padding: 0;list-style: none;    position: absolute;    bottom: 30px;    left: 0;
    right: 0;    text-align: center;   display: -webkit-box;  display: -moz-box;  display: -ms-flexbox;  display: -webkit-flex;  display: flex;
    -webkit-box-pack: center;  -moz-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center;  justify-content: center;
}
.slider-category ul.slick-dots li{  margin: 0;     padding: 0 3px;list-style: none;}
.slider-category ul.slick-dots li button { background: #fff;   padding: 0;    width: 10px;    height: 10px;    border-radius: 50%;    font-size: 0;    border: 0;}

.slider-category ul.slick-dots li.slick-active button{background: #f5cd49;}

.product-page{background:#4A3728; padding: 50px 0; }
.product-page-inner-left{width: 30%; }
.product-page-inner-right{width: 70%; padding-left: 30px; box-sizing: border-box;}
.product-page-inner-left img {    display: block;    border-radius: 10px;}
.product-title{border-bottom:#f5cd49 solid 2px; padding: 0 0 3px; margin: 0 0 30px;}
.product-title h3 {    margin: 0;    padding: 0; padding-right: 15px;    font-weight: 700;    text-transform: uppercase;    color: #fff;    font-size: 27px;}
.back {color: #fff;      cursor: pointer;}
.back svg {
    fill: #fff;
    width: 16px;
    position: relative;
    top: 3px;
    margin-right: 5px;

}

.product-page-inner-right .product-page-content p {
    padding-top: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 5px;
}

.product-page-content{color: #fff;}

.product-page-icon {    padding: 30px 0 0;}
.product-page-icon ul{margin: 0; padding: 0; list-style: none;}
.product-page-icon ul li{margin: 0; padding: 15px 15px; width: 25%; list-style: none; text-align: center;}
.product-page-icon ul li a{text-decoration:none; color: #f5cd49; }
.hover-icon-list {    padding: 0 0 5px;}
.hover-icon-list img{}
.product-page-icon ul li a:hover img{}
.product-page-icon ul li a:hover img{opacity:0}
.product-page-icon ul li a:hover{color: #fff;}
.product-page-icon ul li a.active_a{color: #fff;}
.product-page-icon ul li a.active_a img{opacity: 0}
.product-page-icon span{font-size: 12px;}

.footer-bottom-part{ padding:10px 20px; position: fixed; left:0; right: 0; width:100%; bottom: 0;     box-sizing: border-box;}

body[data-active="Production"] .footer-bottom-part{position: static; }
body[data-active="process"] .footer-bottom-part{position: static; }
body[data-active="Products"] .footer-bottom-part{position: static; }

.footer{ font-weight: 400; color: #fff; font-size: 10px;}
.footer-social-middle {
    font-weight: 400;
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}
.hover-detail-col h2 {
    margin: 0;
    padding: 0 0 10px;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;


}
.hover-detail-col h2 a{color: #f5cd49;   text-decoration: underline;}
.hover-detail-col h2 a.active_a{color: #fff;}

.hover-detail-col {padding: 0 10px;}
.hover-detail-col ul{margin: 0; padding: 0; list-style: none}
.hover-detail-col ul li{margin: 0; padding: 0 3px; list-style: none}
.hover-detail-col .hover-icon {    width: 26px;}

.product-page{display: none;}
.footer-tab{display: none;}

/*.footer-tab li .active_a img{    filter: brightness(0) invert(1);}*/


body[data-active="Production"] .home-section, body[data-active="process"] .home-section, body[data-active="Products"] .home-section{display:none}
body[data-active="Production"] .footer-tab, body[data-active="process"] .footer-tab, body[data-active="Products"] .footer-tab{display:block}


.main-section-flex{    height: 100vh;    max-height: 100vh;    overflow: hidden;}
.home-section-cover .home-section, .home-section-cover .home-section div {    height: 100%;}
.banner-product-col-cover {    /*padding-bottom: 100%; */   position: relative;    overflow: hidden;}
.banner-product-col-cover img {    display: block;    width: 100%;    position: absolute;    left: 0;    top: 0;    height: 100%;    object-fit: cover;}
.hover-detail {    height: auto !important;}
.home-section-cover{ overflow: auto;
 -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}


.next_prev svg {    width: 25px;}
.next_prev .prev { cursor:pointer; width: 40px;     height: 40px;    background: #fff;    border-radius: 50%;    position: absolute;    top: 50%;    transform: translateY(-50%);    -webkit-transform: translateY(-50%);    -moz-transform: translateY(-50%);    left: 20px;}
.next_prev .next { cursor:pointer; width: 40px;     height: 40px;    background: #fff;    border-radius: 50%;   position: absolute;    top: 50%;    transform: translateY(-50%);    -webkit-transform: translateY(-50%);    -moz-transform: translateY(-50%);    right: 20px;}
.next_prev span:hover{background: #f5cd49;}
.next_prev span:hover svg{fill:#fff;}
/* width */
.home-section-cover::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.home-section-cover::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.home-section-cover::-webkit-scrollbar-thumb {
  background: #f5cd49;
}

/* Handle on hover */
.home-section-cover::-webkit-scrollbar-thumb:hover {
  background: #f5cd49;
}


.footer-social{padding-top:5px; }
.footer-social svg{width: 20px; height: 20px;}
.footer-social .telegram {margin:0 8px; }
.footer-social .telegram svg, .footer-social .instagram svg {    fill: #fff;}


/* animation class and keyframes */
.overflow-hidden {
 overflow: hidden;
}

.product-page-inner-left img{ animation: drop-in 1s ease 200ms backwards;}

.product-page-content {
 animation: drop-in 1s ease 200ms backwards;
animation: drop-in 1s ease 200ms backwards;
    /* width: 100% !important; */
    display: flex;
    flex-flow: column;
    align-content: center;
    justify-content: center;
    text-align: left;
    align-items: flex-start;
}

.product-page-icon{
animation: drop-in 2s ease 300ms backwards;
}

@keyframes drop-in {
 from {
  opacity: 0;
  transform: translateY(-50px);
 }
 to {
  opacity: 1;
  transform: translate(0px);
 }
}

.hover-detail h2, .hover-detail-col h2 {

}

.wholesale-full{width: 100%; padding: 0;}
.wholesale-product-item{width: 25%; padding:0 10px; box-sizing: border-box; text-align: center; cursor: pointer;}
.wholesale-product-item span{width: 20px; height: 20px; display: block;border-radius: 50%; margin: 15px auto 10px}
.wholesale-product-item h4{margin: 0; padding: 0;}
.wholesale-product-img{position: relative; }
.wholesale-product-img img{width: 100%; display: block;}
.wholesale-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8); opacity: 0;   transition: all 0.5s ease;
}
.wholesale-product-item:hover .wholesale-caption{opacity: 1;}


.news-section{width: 100%; padding: 0;}
.news-main {    max-width: 820px;    margin: 0 auto;}
.news-main-item {    margin: 0 0 50px;}
.news-main .news-main-item:last-child{margin: 0 0 0px;}
.news-main-item-left{width: 50%; padding: 0 15px;     box-sizing: border-box;}
.news-main-item-right{width: 50%; padding: 0 15px;     box-sizing: border-box;}
.blog-item__cate {  text-transform: uppercase;  font-weight: 600;   font-size: 13px; padding-right: 21px;}
.blog-item__date {   text-transform: uppercase;  font-size: 13px;}
.blog-item__title {    margin: 0;    padding: 18px 0 35px;}
.read-more-btn{    background:#f5cd49; display: inline-block; color: #fff; padding: 10px 26px; box-sizing: border-box; text-decoration: none; border-radius:25px; }

.news-main .news-main-item:nth-child(2n){
  flex-direction: row-reverse;
 -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.fancybox-slide--html {    padding: 0;}
.fancybox-content{background: #4A3728;}
.blog-full-cover{width: 100%;}
.blog-popup-details{max-width: 600px; margin: 0 auto; color: #fff; font-size: 12px;}
.sg-blog__header{text-align:center;     padding: 15px 0;}
.sg-blog__header .section-title {  font-size: 20px;  margin: 0; padding: 5px 0;}
.sg-blog__cate, .sg-blog__date {    font-size: 12px;}
.fancybox-close-small{background: #d2a24f;}

.ctm_hover_val{display: none;}

.hover_val {    position: absolute;    top: 0;    left: 0;    right: 0;    bottom: 0;  }

.hover_val .product-page-content {  padding: 50px 20px;  background: rgba(46,19,20,0.9);}
.hover_val .product-page-content p{margin: 0; padding: 0; padding-bottom:5px;}
.hover_val img{  -webkit-transition: opacity 2s ease-in;     -moz-transition: opacity 2s ease-in;    -o-transition: opacity 2s ease-in;    -ms-transition: opacity 2s ease-in;    transition: opacity 2s ease-in;}



.image-process {        max-width: 600px;    margin: 0 auto;}
.image-process-cover{position: relative; cursor: pointer; display: block;     width: 50%;}
.image-process-cover img{display: block; }
.image-process-hover{position: absolute; top: 0; left:0; opacity: 0; right: 0;}
.image-process-cover:hover .image-process-hover{opacity: 1;}




.hover_val .product-page-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
 -webkit-box-align: left;
  -moz-box-align: left;

  -ms-flex-align: left;
  -webkit-align-items: left;
  align-items: left
}


  .loading_icon{
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index:9999;
  }
  .loading_complate .loading_icon{
    display:none;
  }

@media(max-width: 1024px){
.hover-detail h2 a{font-size: 28px}
.header-main{height: 76px; min-height: 76px;}
.header-main-logo img {    width: 100px;}
}

@media(max-width: 980px){
.product-page-inner-left{width: 100%; text-align: center; padding:0 0 30px; text-align: center;}
.product-page-inner-right{width: 100%; padding-left: 0px;}
.footer-bottom-part{ position: relative;}
}

@media(min-width: 769px){
.slider-category{display: none;}
.hover-detail ul{min-height: 270px;}
}


@media(max-width: 768px){
.banner-product{display: none;}

.hover-detail ul li {-webkit-transform: translate3d(0px,0,0);transform: translate3d(0px,0,0);}
.hover-detail ul li a{font-size: 16px;}
.hover-detail ul li .hover-icon {    width: 46px;}
.hover-detail ul li span {    width: calc(100% - 46px); }
.footer {     padding-top: 6px;  width: 100%;    text-align: center;}
.footer-tab {    width: 100%; padding: 15px 0 0;}
.footer-tab-inner{-webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;}

.footer-social{ -webkit-box-pack: center;  -moz-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center;  justify-content: center;}
.footer-bottom-part{

 -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: initial;
}
.footer-social-middle{padding:8px 0; }
.product-page{padding-top: 20px;}
}

@media(max-width: 767px){
.product-page-inner-left img{width: 100%;}
.product-title h3{font-size: 21px;}
.news-main-item-left{width: 100%; padding: 0 0px 25px;     box-sizing: border-box;}
.news-main-item-right{width: 100%; padding: 0 0px;     box-sizing: border-box;}
.news-main-item-left img{width: 100%;}
.wholesale-product-item{width: 50%; padding: 25px 10px;}
.product-page-icon ul li{width: 50%;}
}

.hover-detail-col .flex {
    justify-content: center;
}

.banner-product-col.banner-product-col-66{
    width: 66.66%;
}