body {
  margin: 0;
  padding: 0;
}

#home {
  background: url(https://basefile.akamaized.net/chameleoncwl/5f72e07f3e3bd/coffee-4591178_1920.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  background-attachment: fixed;
  position: fixed;
  overflow: auto;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.container {
  width: 70%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 130px;
}

a {
  text-decoration: none;
  color: #3C3532;
}

.d-flex {
  display: flex;
}

.ml-0 {
  margin: auto 0;
}

.mr-0 {
  margin: 0 auto;
}

.font-weight-bold {
  font-weight: bold;
}

.font-weight-normal {
  font-weight: normal;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}
.w-100 {
  width: 100%;
}

.pl-10 {
  padding-left: 10px;
}

.pl-40 {
  padding-left: 40px;
}
.p-20{
  padding: 20px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  user-select: none;
}

.font-20 {
  font-size: 20px;
}

.font-24 {
  font-size: 24px;
}

.font-18 {
  font-size: 18px;
}

.text-center {
  text-align: center;
}

.flex-column {
  flex-direction: column;
}

.font-14 {
  font-size: 14px
}

.font-40 {
  font-size: 40px
}

/*header*/

#home .main-menu {
  height: 731px;
}

.main-menu {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  padding-top: 50px;
  margin: 0 auto;
}

.left {
  float: left;
}

.right {
  margin-right: 0;
  margin-left: auto;
  display: flex;
}

.cart {
  text-decoration: none;
}

.cart img {
  width: 66px;
  height: 66px;
}

.brand {
  font-size: 40px;
  text-decoration: none;
}

.cart-content {
  font-size: 20px;
  color: #3C2A2A;
  margin: auto !important;
  padding-left: 20px;
}

#topPageMenu nav {
  border-top: none;
  padding-top: 28px;
  /*margin-left: 260px;*/
  text-align: center;
  display: flex;
  height: 40px;
}

#topPageMenu nav ul {
  /*border-top: none;*/
  border-bottom: 2px solid #fff;
  /*width: 64%;*/
  /*margin-left: 10rem;*/
  margin: 0 auto;
}

ul {
  list-style: none;
  text-decoration: none;
  text-align: center;
  margin: 0;
  padding-inline-start: 0;
}

#topPageMenu .dropdown-content ul li {
  display: block;
  margin: 0;
  height: auto;
  padding: 0;
}

#topPageMenu ul li,
#footer ul li {
  vertical-align: middle;
  text-decoration: none;
}

#topPageMenu nav ul li,
#footer ul li {
  display: inline-block;
  height: 40px;
  line-height: 20px;
  margin: 0 5px;
  padding: 0 20px;
  position: relative;
}

#topPageMenu nav ul li:hover,
#footer ul li:hover {
  border-bottom: solid 2px #000;
  height: 38px;
}

#topPageMenu nav ul li.content:after {
  content: "/";
  margin-left: 15px;
  position: absolute;
  top: 0;
  right: 0;
}

#topPageMenu nav ul li:last-child:after {
  display: none;
}

#topPageMenu nav ul li a,
#footer ul li a {
  display: block;
  font-size: 30px;
}

@media (max-width: 1440px) {
  #topPageMenu nav ul li a,
  #footer ul li a {
    font-size: 20px;
  }
}

.search {
  margin-right: 0;
  /*margin-left: auto;*/
  width: 20%;
}
::placeholder {
  color: #3C2A2A;
  padding-left: 20px;
  font-weight: normal
}
input:focus {
  outline-width: 0;
}

.search input {
  width: 100%;
  border-radius: 30px;
  border: 2px solid #3C3532;
  font-size: 16px;
  height: 30px;
  padding-left: 20px;
  font-weight: bold !important;
  color: #3C2A2A;
  font-family: 'Montserrat', sans-serif;
}

.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  z-index: 1;
  margin-top: 25px;
}

.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  border: 1px solid #707070;
  font-size: 24px !important;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/*body*/

#mainVisual {
  width: 100%;
  height: 50%;
  margin: 0 auto;
  background-color: #F9F8F2;
  text-align: center;
  position: relative;
}

#mainVisual a {
  vertical-align: baseline;
}

#mainVisual #logo {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

#mainContent {
  width: 75%;
  margin: 7rem auto 10rem;
}

#mainContent .about-product {
  text-align: center;
  font-size: 30px;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 992px) {
  #mainContent .about-product {
    text-align: center;
    font-size: 20px;

  }
}

p {
  margin: 0;
}

.product-content {
  background-color: #EBE8E4;
  text-align: center;
  padding-top: 57px;
}

img.coffee {
  width: 18px;
  height: 18px;
  padding-left: 10px;
}

hr {
  width: 60%;
  border: 2px solid #fff;
}
.py-4 {
  padding-left: 40px;
  padding-right: 40px;
}

.d-none {
  display: none
}

#products hr {
  margin-bottom: 57px;
  margin-top: 26px;
}

.label_image {
  position: absolute !important;
  top: -12px;
  left: -12px;
  height: 70px;
  width: 70px;
  z-index: 10;
  background: 0 0 !important;
}

.tag-box .tag {
  background: #EBE8E4;
  border-radius: 15px;
  text-align: center;
  width: 140px;
  height: 44px;
  margin-left: 10px;

}

.tag-box {
  margin-top: 26px
}

.product-list-1,
.product-list-2,
.product-list-3,
.product-list-4 {
  margin-top: 25px;
  padding-top: 57px;
}

/*product*/
.product-list-1 {
  border-radius: 4px;
}

.product-list-2 {
  background: #E0DBD4;
}

.product-list-3 {
  background: #D8D1C9;
}

.product-list-4 {
  background: #C6BCB0;
}

.product-resize {
  display: block;
  position: relative;
  height: 574px;
  background: #fff;
  margin: 0 10px 50px 10px;
  /* font-size: 20px; */
  border-radius: 4px;
}

#products .itemImg {
  height: 200px;
  vertical-align: middle;
  background-size: cover;
  background-position: top center;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.product-item {
  justify-content: space-between;
  display: flex;
}

@media screen and (max-width: 992px) {
  .product-item {
    display: block;
    padding-bottom: 20px;
  }

  .product-resize {
    width: 75%;
    margin: 20px auto;
    height: auto;
  }
}

@media screen and (min-width: 992px) {
  .product-resize {
    width: 30.33333333%;
  }

}

.pro-loop .product-img {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 10px;
}

.pro-loop .product-img a {
  margin: 0 auto;
  max-width: 300px;
}

.pro-loop .product-img a:hover {
  opacity:0.7;
}

.product-detail {
  padding: 0 15px;
}

.product-detail .product-ship {
  margin: auto 0 auto auto;
  height: 41px;
  background: #3C3532;
  color: #fff;
  border-radius: 19px;
  text-align: center;
  width: 130px;
}

.pro-loop a {
  display: block;
}
.product-item .label-new{
  background: url(../images/icon_svg/popular.svg) no-repeat;
  background-size: cover;
  background-position: top center;
  position: absolute;
  height: 120px;
  width: 120px;
  top: -14px;
  left: -14px;
}
/*footer*/
#footer {
  height: 277px;
  background-color: #EBE8E4;
  position: relative;
}

#footer ul li:after {
  content: "/";
  margin-left: 15px;
  position: absolute;
  top: 0;
  right: 0;
}

#footer ul li:last-child:after {
  display: none;
}

#footer ul.footer-top {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 75%;

}

#footer ul.footer-bottom {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 70%;
  left: 50%;
  width: 75%;

}

#footer .footer-bottom a {
  font-size: 16px !important;
}

#category-name,
#detail-product,
#contact {
  background: url(https://basefile.akamaized.net/chameleoncwl/5f72e07f3e3bd/coffee-4591178_1920.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  background-attachment: fixed;
  overflow: auto;
}

#detail-product #mainContent,
#contact #mainContent {
  background-color: #FDFBF5;
}

#category-name #products {
  padding-bottom: 0;
}

#category-name .product-list-1 {
  border-radius: 4px;
}

#category-name hr{
  border: 2px solid #C6BCB0;
  margin-bottom: 40px;
  margin-top: 48px
}

#category-name .product-list-1 .titleTab{
  font-size: 18px;
  font-weight: 600;
}
#category-name .product-list-1 .titleTab > span{
  font-size: 18px;
  font-weight: 600;
      color: #fff;
}
@media (max-width:992px){
  #category-name .product-list-1 .titleTab{
    font-size: 30px;
  }
}
#detail-product #mainContent .product-image {
  /*width: 40%;*/
  margin: 0 auto auto 0;
}

#detail-product #mainContent .product-description {
  width: 60%;
  font-size: 20px;
}

#detail-product #mainContent .product-detail {
  padding: 5rem 4rem 15rem 8rem;
}

#detail-product #mainContent .product-detail img {
  width: 100%;
}

#detail-product #mainContent .product-detail .product-image .img {
  width: 460px;
  height: 460px;
  background: url('../images/coffee-1576537_640.jpg') no-repeat;
  background-size: cover;
  background-position: center
}

#detail-product #mainContent .product-description img {
  width: 5rem;
  position: relative;
  top: -30px;
  right: -30px;
}

#detail-product #mainContent .btn-add {
  background-color: #3C3C3C;
  color: #ffffff;
  font-size: 30px;
  border-radius: 50px;
  margin-top: 20px;
  width: 20rem;
}

#detail-product #mainContent .product-detail .slide img {
  width: 180px;
  height: 180px;
  padding: 20px 20px 20px 0;
}

#detail-product hr {
  width: 100%;
  border: 1px solid #707070;
  margin-top: 2rem;
}

/* About */

#about {
  background: url(https://basefile.akamaized.net/chameleoncwl/5f72e07f3e3bd/coffee-4591178_1920.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  background-attachment: fixed;
  overflow: auto;
}

#about #mainContent .content {
  width: 68%;
  margin: auto;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 992px){
  #about #mainContent .content {
    font-size: 14px;
  }
}
#about #mainContent {
  background-color: #FDFBF5;
}

#about #mainContent .title {
  padding-top: 45px;
  font-size: 64px;
}
#about hr{
  width: 10%;
  border: 2px solid #707070;
  margin-bottom: 88px;
}
#about #mainContent .information {
  padding-top: 10rem;
}

/* Contact */

#contact #mainContent .title {
  padding-top: 50px;
  font-size: 64px;
}

@media (max-width: 992px) {
  #contact #mainContent .title {
    font-size: 40px;
  }

  #contact #mainContent .subtitle {
    font-size: 16px;
  }
}

#contact #mainContent .title {
  margin: 0 !important;
}

#contact #mainContent .information-contact {
  width: 80%;
  margin: 0 auto;
}

#contact #mainContent .information-contact label {
  font-size: 20px;
}

#contact #mainContent .information-contact input {
  background: #fff;
  padding-left: 10px;
}

#contact #mainContent .information-contact textarea {
  background: #fff;
  padding-left: 10px;
  max-width: 100%;
}

#contact #mainContent .subtitle {
  margin-bottom: 0;
}

#contact #mainContent .form-control {
  background: transparent;
  border: 1px solid #3C3532;
}

#contact #mainContent .information-contact .text {
  padding-left: 15px;
  padding-bottom: 16px;
}

.pt-50 {
  padding-top: 57px;
}

#contact #mainContent .btn-add {
  background-color: #3C3C3C;
  color: #ffffff;
  font-size: 30px;
  border-radius: 50px;
  margin-top: 20px;
  width: 40%;
  margin-right: 0;
  margin-left: auto;
}

/* News */

#news .main-menu,
#detail-news .main-menu,
#privacy-policy .main-menu,
#notation .main-menu {
  background-color: #E0DBD4;
  padding-top: 75px;
  height: 315px;
}

#news .container,
#detail-news .container,
#privacy-policy .container,
#notation .container {
  margin-bottom: 0 !important;
}
#news  #mainContent {
  width: 75%;
  margin: 112px auto 10rem;
}
#news  #mainContent .title > a > h3 {
  font-size: 20px;
  font-weight: 600;
}
#news  #mainContent .time,  #news  #mainContent .description {
  font-size: 14px;
}
#news hr {
  border: 2px solid #231418;
  width: 12%;
}

#news .lists-news li {
  width: 100%;
  position: relative;
  display: flex;
  padding-bottom: 50px;
  padding-top: 50px;
}

#news .lists-news li .news-image .img {
  min-width: 300px;
  height: 230px;
  background-size: cover !important;
  background-position: center center !important;
}

#news .lists-news li .news-image .img:hover {
  opacity: 0.7;
}

#news .lists-news li .content {
  padding: 20px 0 0 50px;
  text-align: left;
  color: #000;
  padding-bottom: 0;
}

/* Detail news */

#detail-news #mainContent .img {
  margin-bottom: 50px;
  height: 513px;
  background-size: cover;
  background-position: center;
}

/* Privacy-policy */

#privacy-policy ol {
  margin: 0;
  padding-inline-start: 10px;
}

#privacy-policy ol li {
  counter-increment: inst;
  list-style: none;
}

#privacy-policy ol li:before {
  display: marker;
  content: "(" counter(inst) ")";
  width: 6em;
  text-align: center;
  padding-right: 10px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}
.container {
    padding-top: 60px;
    min-height: auto;
}
#products {
    width: 100%;
}
#products hr {
    margin: 26px auto 26px;
}
#detail-product #mainContent {
    height: auto;

}
#detail-product #mainContent .wrapper {
    background-color: #FDFBF5 !important;
}
#detail-product hr {
    border: solid 1px #707070;
        height: auto;
}
#purchase_form .purchaseButton .purchaseButton__btn {
    background-color: #3C3C3C !important;
}
#amountSelectWrap {
    display: flex;
}
.tempDetail section.row #purchase_form label {
    margin: 10px 0 8px 0;
}
#purchase_form .amountSelect {
    margin-left: 20px;
}
#about {
    text-align: left;
}
#about hr {
    margin: 48px auto;
        height: auto;
}
#contact #mainContent {
    height: auto;
}
#contact #mainContent {
    height: auto;
}
#contact #mainContent .main {
    background-color: #F9F8F2;
}
#contact #mainContent h1 {
    text-transform: uppercase;
    text-align: center;
}
#contact #mainContent p {
    text-align: center;
}
#contact #mainContent #buttonLeave {
    background-color: #3C3C3C;
    color: #ffffff;
    font-size: 30px;
    border-radius: 50px;
    margin-top: 20px;
    width: 40%;
}
.dropdown-content {
    margin-top: 0;
    padding-top: 25px;
    background-color: transparent;
    margin-left: -15px;
}
#topPageMenu nav ul.category-item {
    background: #fff;
}
a {
    text-decoration: none !important;
    box-shadow: none;
}
a:hover {
    text-decoration: none !important;
    box-shadow: none;
}
a:link, a:visited{
    text-decoration: none !important;
    box-shadow: none;
  }
  #topPageMenu nav ul li, #footer ul li {
    text-decoration: none !important;
    box-shadow: none;
}
#topPageMenu nav ul li:hover, #footer ul li:hover {
    text-decoration: none !important;
    box-shadow: none;
}
.dropdown-content a {
    border: none;
    border-bottom: 1px solid #707070;
}
ul#appsItemCategoryTag {
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
}
#category-name, #detail-product, #contact, #about {
    background-size: cover;
    background-position: center;
}
.titleTab {
    color: #3C3532;
      font-size: 28px;
}
#products hr {
    margin-bottom: 57px;
}
.product-detail .product-description {
      color: #3C2A2A;
      font-size: 16px;
      text-align: left;
      padding-left: 10px;
}
.tag-box .tag {
    height: auto;
    padding: 5px 0;
    width: 45%;
    font-size: 20px;
    line-height: initial;
}
#about hr {
    border: 2px solid #231814;
    width: 40px;
    margin: 0px auto 40px;
}
#contact .main {
    width: 100%;
}
#contact .main .inquirySection dl dd input, #contact .main .inquirySection dl dd textarea {
    width: 100%;
    color: #000;
}
#contact .main .inquirySection dl dd textarea {
    resize: none;
}
#contact #mainContent p {
    margin-top: 25px;
    font-size: 16px;
    line-height: normal;
}
#contact #mainContent #buttonLeave {
    width: 30%;
    font-size: 18px;
    padding: 10px 0;
}
#contact #mainContent h1 {
    font-size: 34px;
      line-height: normal;
      color: #231814!important;

}
#contact .main .inquirySection dl dt {
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
}
#contact .main .inquirySection dl dt span {
    font-size: 16px;
    line-height: normal;
}
#news hr {
    border: 2px solid #231814;
    margin: 0px auto 40px;
      height: auto;
      width:40px;
}
#news #mainContent .main #about {
    background: none;
    height: auto;
}
.main, .main #about {
    width: auto;
}
.blog_contents #blog_img img {
    width: 100%;
    height: 513px;
}
.font-40 {
    font-size: 34px !important;
    color:#231814;
}
#news .lists-news li {
    padding-top: 43px;
    padding-bottom: 43px;
}
#topPageMenu nav ul li, #footer ul li {
    padding: 0 10px;
}
#topPageMenu nav ul li.content:after, #footer ul li:after {
    right: -10px;
}
#detail-product #mainContent .wrapper {
    width: auto;
}
.product-resize {
    height: auto;
}
#privacy, #law {
    width: auto;
}
#no-product {
}
@media screen and (max-width: 1920px) {
    #topPageMenu nav ul li a, #footer ul li a {
        font-weight: 600;
        font-size: 16px;
    }
}
@media screen and (max-width: 1024px) {
    .product-resize {
        font-size: 100%;
    }
    .tag-box .tag {
        font-size: 100%;
    }
  #home{
    width: 100%;
  }
  .container {
    width: 80%;
  }

}

@media screen and (min-width: 992px) {
  .product-resize {
        width: 30.333333%;
    }
}
.product-item {
 flex-wrap: wrap;
}
.product-resize .product-block {
  height: 100%;
}
.tempDetail .product .attention {
    font-size: 16px;
}
a#postageOpen {
    font-size: 16px;
}
.tempDetail section.row #purchase_form label {
    font-size: 16px;
    margin: 10px 0 8px 0;
}
.tempDetail p.explanation, .tempDetail section.row p.explanation {
    margin: unset;
    font-size: 16px;
    margin: 10px 0 24px;
}
#products hr {
    border: solid 2px #FFF;
    height: auto;
}
 #home #products hr {
    border: solid 2px #FFF;
}
#news .main-menu, #detail-news .main-menu, #privacy-policy .main-menu, #notation .main-menu {
    padding-top: 75px;
    height: 240px !important;
}
#header .container {
    padding-top: 0;
}
.inquirySection form {
    padding: 0 15%;
}
.cart img {
    width: 30px;
    height: 30px;
}
#mainContent .about-product {
    font-size: 16px;
    width:unset;
    margin: 0 auto;
}
ul#appsItemCategoryTag li.appsItemCategoryTag_child a {
    font-size: 12px !important;
}
#about #mainContent .content {
    white-space: pre-line;
    padding-bottom: 50px;
}
#topPageMenu nav ul li.content:hover, #footer ul li:hover, #topPageMenu nav ul li.appsItemCategoryTag_child:hover {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}
#topPageMenu nav ul li.content:hover a.mainHeader, #footer ul li:hover a {
    color: #FFF;
    opacity: 0.7;
}
.t-list {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.logo img {
  width: 120px;
  height:100px;
  object-fit: contain;
}
#news {
  font-family: 'Montserrat', sans-serif;
}
.main #about.blogDetail .blog_title h2 {
  line-height: 1.5em;
  margin-bottom: 0;
  text-transform: none;
  word-wrap: break-word;
  font-size: 24px;
}
.text{
  font-weight: 600;
font-size: 16px;
}
