@charset "UTF-8";
/* CSS For Contango-Wine
*  Author : Janejane Suwa http://ajenajen.com
*  Company : 61sec.com 
*  Base on Bootstrap v4.3.1
*/
@font-face {
  font-family: "Prompt";
  src: url("../fonts/Prompt/Prompt-Light.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Prompt";
  src: url("../fonts/Prompt/Prompt-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Prompt";
  src: url("../fonts/Prompt/Prompt-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Prompt";
  src: url("../fonts/Prompt/Prompt-Bold.ttf");
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
}
.btn-social {
  padding: 5px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 33px;
  text-align: center;
  background: #e0c174;
  color: #fff;
  border-radius: 6px;
  font-size: 1.7em !important;
  transition: all 0.3s;
}
.btn-social:hover {
  background: #614019;
}

nav.site-header {
  background-size: cover, 2000px auto;
}
@media (min-width: 992px) {
  nav.site-header {
    background: transparent;
  }
}
nav.site-header:before {
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.3));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(119, 106, 92, 0.35);
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
}
nav.site-header .container {
  position: relative;
}
nav.site-header .nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
nav.site-header .nav-wrapper .nav-item {
  transition: all 0.25s;
  font-weight: 300;
  padding: 10px 1em;
  align-items: center;
  line-height: 1;
  font-size: 16px;
  text-transform: uppercase;
}
nav.site-header .nav-wrapper .nav-item a {
  font-weight: 300;
  line-height: 1;
  font-size: 16px;
}
nav.site-header .nav-wrapper .nav-item .gap {
  padding: 0 4px;
  color: #fff;
}
nav.site-header .nav-wrapper .nav-item.center {
  margin: auto;
  display: none;
}
nav.site-header .nav-wrapper .nav-item.navbar-button {
  position: absolute;
  top: 0;
  left: 15px;
  padding: 7px 0 0;
}
nav.site-header .nav-wrapper .nav-item.navbar-button .navbar-toggler:focus {
  border: 0;
  outline: none;
}
nav.site-header .nav-wrapper .nav-item img {
  max-height: 20px;
  margin-right: 5px;
  margin-top: -4px;
}
nav.site-header .nav-wrapper .nav-item:hover .img img.top {
  opacity: 0;
}
nav.site-header .nav-wrapper .nav-item:hover .img img.bottom {
  opacity: 1;
}
nav.site-header .nav-wrapper .navbar-collapse {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  nav.site-header .nav-wrapper .nav-item {
    padding: 1em 10px;
    line-height: 36px;
  }
  nav.site-header .nav-wrapper .nav-item.navbar-button {
    padding: 10px 0em;
  }
  nav.site-header .nav-wrapper .nav-item img.navbar-logo {
    max-height: 40px;
  }
}
@media (min-width: 992px) {
  nav.site-header .nav-wrapper {
    flex-direction: row;
  }
  nav.site-header .nav-wrapper .nav-item .img {
    position: relative;
    display: flex;
    align-items: center;
  }
  nav.site-header .nav-wrapper .nav-item .img img {
    max-height: 18px;
    transition: all 0.25s;
  }
  nav.site-header .nav-wrapper .nav-item .img img.bottom {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  nav.site-header .nav-wrapper .nav-item .img + span {
    margin-left: 2px;
  }
  nav.site-header .nav-wrapper .nav-item.center {
    display: block;
  }
  nav.site-header .nav-wrapper .nav-item.logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  nav.site-header .nav-wrapper .nav-item.navbar-button {
    padding: 10px 2.65em;
  }
  nav.site-header .nav-wrapper .nav-item.navbar-button .navbar-toggler-icon {
    display: none;
  }
}
@media (max-width: 768px) {
  nav.site-header .nav-item.logo {
    padding: 12px 10px 10px !important;
    margin: 0 auto;
  }
  nav.site-header .nav-item.logo img {
    margin-top: 0;
  }
  nav.site-header .nav-item img.navbar-logo {
    max-height: 36px;
  }
}

.footer {
  top: 0;
  position: relative;
  background-size: cover;
  background-position: right top;
  padding-bottom: 100px;
}
.footer .container {
  overflow: hidden;
  justify-content: center;
  height: auto;
  margin-top: -100px;
  padding-bottom: 0;
}
.footer .footer-text a, .footer .footer-text p {
  font-size: 15px;
  margin-bottom: 0;
}
.footer .footer-text .nav-link {
  padding: 0;
}
.footer .footer-logo {
  max-height: 60px;
  width: auto;
}
.footer .form-control {
  height: 30px;
  padding: 3px 10px;
  border: 0;
  font-size: 14px;
}
.footer textarea.form-control {
  height: 50px;
}
@media (min-width: 768px) {
  .footer {
    background-size: auto 100%;
    background-image: url("../images/footer-bg.png");
    padding-bottom: 200px;
  }
  .footer .footer-text a, .footer .footer-text p {
    font-size: 16px;
  }
  .footer .footer-text p .large {
    font-size: 30px;
  }
  .footer .footer-logo {
    max-height: 60px;
  }
}
@media (min-width: 1200px) {
  .footer {
    background-size: cover;
  }
  .footer .container {
    padding-top: 160px;
    padding-bottom: 300px;
  }
}

.slick-slider .slick-list {
  overflow-y: visible;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.slick-slider .slick-list::-webkit-scrollbar {
  display: none;
}
.slick-slider .slick-dots {
  margin: 15px auto;
}
.slick-slider .slick-dots li button {
  width: 15px;
  height: 15px;
}
.slick-slider .slick-dots li button:focus {
  outline: none;
}
.slick-slider .slick-slide:focus {
  outline: none;
}
.slick-slider .slick-arrow {
  cursor: pointer;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 0;
  height: 30px;
  width: 30px;
  padding: 0;
  font-size: 0;
}
.slick-slider .slick-arrow.slick-prev {
  left: 0px;
  background: url("../images/icons/arrow-left.png") no-repeat center center/100% auto;
}
.slick-slider .slick-arrow.slick-next {
  right: 0px;
  background: url("../images/icons/arrow-right.png") no-repeat center center/100% auto;
}
@media (min-width: 768px) {
  .slick-slider .slick-arrow {
    height: 36px;
    width: 36px;
  }
}

.products-news-slide {
  display: flex;
  flex-wrap: wrap;
}
.products-news-slide .news-item {
  flex: 0 0 100%;
}
.products-news-slide .news-item .news-item-thumbnail {
  position: relative;
  padding-top: 55%;
  overflow: hidden;
}
.products-news-slide .news-item .news-item-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .products-news-slide .news-item {
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  .products-news-slide .news-item {
    flex: 0 0 25%;
  }
}

@media (min-width: 992px) {
  .page-products.products-news-slide .news-item {
    flex: 0 0 33.33%;
  }
}

.our-product {
  top: 0;
  background-color: transparent, transparent;
  background-image: url("../images/our-product-bg.jpg"), url("../images/our-product-bg-2.jpg");
  background-repeat: no-repeat, repeat;
  background-position: top -8vw center, top 20% center;
  background-size: 100% auto, 100% auto;
  padding-bottom: 60px;
}
@media (max-width: 1720px) {
  .our-product {
    background-position: top -6vw center, top 20% center;
  }
}
@media (max-width: 1580px) {
  .our-product {
    background-position: top -3vw center, top 20% center;
  }
}
@media (max-width: 1440px) {
  .our-product {
    background-position: top center, top 20% center;
    background-size: 1440px auto, 100% auto;
  }
}
@media (max-width: 1200px) {
  .our-product {
    background-size: 2100px auto, 100% auto;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .our-product {
    background-size: 1600px auto, 100% auto;
    display: block;
    padding-bottom: 30px;
  }
  .our-product .container {
    width: 90%;
    margin: 0 auto;
  }
  .our-product .our-product-text {
    display: block;
  }
}
@media (max-width: 567px) {
  .our-product {
    background-size: 1200px auto, 100% auto;
  }
  .our-product .container {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .our-product {
    background-size: 1020px auto, 100% auto;
  }
}
.our-product #productslist {
  padding-top: 45px;
}
@media (min-width: 768px) {
  .our-product #productslist {
    padding-top: 60px;
  }
}
.our-product .container {
  height: auto;
}
.our-product .products-slide {
  padding: 1em 30px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.our-product .products-slide.slick-initialized {
  display: block;
}
.our-product .products-slide .products-slide-item {
  display: block;
  transform: scale(0.85);
  transition-timing-function: ease-in;
  transition: 0.25s;
  padding-top: 15px;
  padding-bottom: 65px;
  flex-grow: 1;
  flex: 0 0 calc(100% * (1/3));
}
.our-product .products-slide .products-slide-item img {
  width: 110%;
  height: auto;
  margin-left: -5%;
}
.our-product .products-slide .products-slide-item .products-info {
  opacity: 0;
  background-image: url(../images/our-product-info.png);
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -10px;
  transform: translateX(-50%);
  left: 50%;
  background-size: 105% 100%;
  padding: 40px 15px 30px;
  min-width: 190px;
  border-radius: 20px;
  transition-property: opacity;
}
.our-product .products-slide .products-slide-item .products-info h5 {
  font-weight: 600;
  color: #5b5b5b;
  margin-top: 5px;
  font-size: 0.65rem;
  max-height: 37px;
  overflow: hidden;
}
.our-product .products-slide .products-slide-item .products-info p {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 1.2;
  max-height: 58px;
  overflow: hidden;
  color: #a5a5a5;
}
@media (min-width: 1200px) {
  .our-product .products-slide .products-slide-item .products-info {
    background-size: 252px 100%;
    bottom: -15px;
  }
}
.our-product .products-slide .products-slide-item.slick-center, .our-product .products-slide .products-slide-item:hover {
  transform: scale(1);
  overflow: visible;
  position: relative;
  z-index: 9;
}
.our-product .products-slide .products-slide-item.slick-center .products-info, .our-product .products-slide .products-slide-item:hover .products-info {
  opacity: 1;
  display: block;
  z-index: 999;
}
@media (min-width: 768px) {
  .our-product .products-slide {
    padding: 2em 40px 0;
  }
  .our-product .products-slide .products-slide-item {
    padding-bottom: 65px;
    flex: 0 0 calc(100% * (1/5));
  }
  .our-product .products-slide .products-slide-item .products-info {
    background-size: 198px 100%;
    padding: 45px 20px 30px;
  }
  .our-product .products-slide .products-slide-item .products-info p {
    margin-top: 5px;
  }
  .our-product .products-slide .products-slide-item .products-info h5 {
    font-size: 0.75rem;
    max-height: 44px;
  }
}
@media (min-width: 992px) {
  .our-product .products-slide .products-slide-item .products-info {
    background-size: 100% 100%;
  }
}
@media (min-width: 1200px) {
  .our-product .products-slide {
    padding: 0em 4em;
    width: calc(90% + 8em);
    width: 100%;
  }
  .our-product .products-slide .products-slide-item {
    padding-top: 0;
    padding-bottom: 0;
    flex: 0 0 calc(100% * (1/9));
  }
  .our-product .products-slide .products-slide-item img {
    width: 130%;
    margin-left: -15%;
  }
  .our-product .products-slide .products-slide-item .products-info {
    padding: 45px 24px 30px;
    min-width: 200px;
    transition-duration: 0.75s;
    transition-delay: 0.5s;
  }
  .our-product .products-slide .products-slide-item:hover {
    transform: scale(1.075);
    position: relative;
    z-index: 9;
  }
  .our-product .products-slide .products-slide-item:hover .products-info {
    opacity: 1;
  }
}
.our-product .products-news-slide {
  padding: 2em 0 0;
}
.our-product .products-news-slide .news-item {
  padding: 0 8px;
  position: relative;
}
.our-product .products-news-slide .news-item img {
  width: 100%;
  border-radius: 15px;
}
.our-product .products-news-slide .news-item:hover > .more-info {
  width: calc(100% - 16px);
  margin: 0 8px;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .our-product .products-news-slide {
    padding: 2em 0 0;
  }
}
@media (min-width: 1200px) {
  .our-product .products-news-slide {
    padding: 2em 4em 0;
  }
}
.our-product .button-all-product {
  display: none;
}
.our-product.page-home {
  background-position: top 30% center, top 20% center;
  padding: 120px 0 100px;
}
.our-product.page-home .button-all-product {
  display: block;
  margin: 0 auto 50px;
}
.our-product.page-home .page-title-small {
  display: none !important;
}
@media (max-width: 1440px) {
  .our-product.page-home {
    background-position: top 8% center, top 20% center;
    background-size: 109% auto, 100% auto;
  }
}
@media (max-width: 1200px) {
  .our-product.page-home {
    background-position: top center, top 20% center;
    background-size: 1720px auto, 100% auto;
    padding: 60px 0 50px;
  }
}
@media (max-width: 992px) {
  .our-product.page-home {
    background-size: 1480px auto, 100% auto;
  }
}
@media (max-width: 768px) {
  .our-product.page-home {
    background-size: 1200px auto, 100% auto;
    padding: 40px ​0 50px;
  }
}
@media (max-width: 567px) {
  .our-product.page-home {
    background-size: 950px auto, 100% auto;
  }
}
@media (max-width: 320px) {
  .our-product.page-home {
    background-size: 820px auto, 100% auto;
  }
}

.product-list-wrapper {
  padding: 0 0 2em;
}
@media (min-width: 768px) {
  .product-list-wrapper {
    padding: 0 0 2em;
  }
}
@media (min-width: 1200px) {
  .product-list-wrapper {
    padding: 0 4em 2em;
    margin-top: -1rem;
  }
}

.category-wrapper {
  margin: 30px 0;
  display: flex;
  justify-content: center;
}
.category-wrapper .category-text {
  margin-right: 15px;
  color: #5b5b5b;
  font-size: 22px;
  border-bottom: 1px solid #5b5b5b;
  margin-bottom: 0;
}
.category-wrapper .category-text:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .category-wrapper {
    justify-content: flex-start;
  }
  .category-wrapper .category-text {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .category-wrapper .category-text {
    font-size: 30px;
  }
}

.product-list {
  background: none;
}
@media (min-width: 768px) {
  .product-list .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 1200px) {
  .product-list .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.product-list .product-item {
  position: relative;
  display: block;
  background-color: #e1e1e1;
  border-radius: 20px;
  background-image: url("../images/product-list-wave-down.png");
  background-repeat: no-repeat;
  background-position: bottom -10px center;
  background-size: 145% 60%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  margin: 10px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  padding-top: 20px;
}
.product-list .product-item .product-thumbnail {
  position: relative;
  padding-top: 75%;
  overflow: hidden;
}
.product-list .product-item .product-thumbnail img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
}
.product-list .product-item .products-list-info {
  margin: 0 auto 0;
  padding: 1rem 0 10px;
  font-family: "Poppins";
}
.product-list .product-item .products-list-info .col-12 {
  min-height: 76px;
}
.product-list .product-item .products-list-info p {
  font-size: 16px;
  font-weight: 600;
  max-height: 54px;
  overflow: hidden;
  color: #929292;
}
.product-list .product-item .products-list-info h5 {
  font-size: 0.75rem;
  max-height: 28px;
  font-weight: 200;
  color: #5b5b5b;
  overflow: hidden;
}
.product-list .product-item .products-list-info .product-more-info {
  font-size: 0.675rem;
  margin: 0 !important;
  position: absolute;
  bottom: 10px;
  right: 15px;
}
.product-list .product-item .products-name {
  height: 42px;
  overflow: hidden;
}
.product-list .product-item .more-info {
  display: none;
  border-radius: 0 0 20px 20px;
  z-index: -1;
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../images/product-list-wave-up.png");
  background-repeat: repeat-x;
  background-size: 200% 30%;
  background-position: bottom;
  -webkit-transition: background-position-y 0.6s ease;
  transition: background-position-y 0.6s ease;
  -webkit-animation: waveAnimation 4s infinite linear;
  animation: waveAnimation 4s infinite linear;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.product-list .product-item:hover {
  text-decoration: none;
  filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, 0.25));
  transition-timing-function: ease-in;
  transition: 0.25s;
}
.product-list .product-item:hover .products-list-info .product-more-info {
  color: #614019 !important;
}
.product-list .product-item:hover .products-list-info .more-info {
  display: block;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
@media (min-width: 768px) {
  .product-list .product-item {
    margin: 7px;
    margin-bottom: 30px;
    background-size: 200% 68%;
    background-position: bottom center;
  }
  .product-list .product-item .products-list-info {
    padding: 25px 0 10px;
  }
  .product-list .product-item .products-list-info .col-12 {
    min-height: 96px;
  }
  .product-list .product-item .products-list-info p {
    font-size: 20px;
    max-height: 60px;
  }
  .product-list .product-item .products-list-info h5 {
    font-size: 0.915rem;
    max-height: 36px;
  }
}
@media (min-width: 992px) {
  .product-list .product-item {
    background-size: 165% 58%;
  }
}
@media (min-width: 1200px) {
  .product-list .product-item {
    margin: 15px;
    margin-bottom: 30px;
    background-position: bottom center;
    background-size: 170% 55%;
  }
}
.product-list .products-page {
  margin: 30px 0;
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 300;
  font-size: 16px;
}
.product-list .products-page p {
  margin: 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-list .products-page a {
  font-size: 16px;
  text-decoration: none;
}
.product-list .products-page a:hover {
  font-size: inherit;
}
.product-list .products-page .col-left,
.product-list .products-page .col-right {
  flex: 0 0 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .product-list .products-page {
    font-size: 20px;
  }
  .product-list .products-page p {
    margin: 0;
    justify-content: flex-start;
  }
  .product-list .products-page a {
    font-size: 20px;
  }
  .product-list .products-page .col-left,
.product-list .products-page .col-right {
    flex: 0 0 50%;
    text-align: left;
  }
  .product-list .products-page .col-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .product-list .products-page {
    font-size: 24px;
  }
  .product-list .products-page a {
    font-size: 24px;
  }
}

.product-list .slick-slide .product-item {
  margin-bottom: 10px;
}

.product-recommended-slide {
  padding: 0 40px;
}
@media (min-width: 768px) {
  .product-recommended-slide {
    padding: 0;
  }
}

.product-detail {
  top: 0;
  padding-top: 0;
  background-image: url("../images/our-product-bg-2.jpg");
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.product-detail h1 {
  font-family: "Poppins";
  font-size: 27px;
  color: #a3a3a3;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 30px 0;
}
.product-detail h1:before, .product-detail h1:after {
  background-color: #a3a3a3;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 30%;
}
.product-detail h1:before {
  right: 0.5em;
  margin-left: -50%;
}
.product-detail h1:after {
  left: 0.5em;
  margin-right: -50%;
}
@media (min-width: 768px) {
  .product-detail h1 {
    font-size: 40px;
  }
  .product-detail .container {
    width: 90%;
    margin: 0 auto;
  }
  .product-detail .product-list .product-item {
    margin: 10px 0;
  }
}
@media (min-width: 1200px) {
  .product-detail h1 {
    font-size: 45px;
  }
  .product-detail .container {
    width: 100%;
  }
  .product-detail .product-list .product-item {
    margin: 15px;
  }
}

.product-banner-content {
  position: relative;
  width: 100%;
  padding-top: 35vw;
}
.product-banner-content img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
@media (min-width: 1600px) {
  .product-banner-content {
    padding-top: 31vw;
  }
}

.product-detail-banner .product-detail-banner-bg {
  position: relative;
  padding-top: 100%;
  background: url("../images/product-detail-banner.jpg") no-repeat;
  background-position: bottom 65% left 40%;
  background-size: 200% auto;
}
.product-detail-banner .product-detail-banner-bg:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/product-detail-bg.png") no-repeat;
  background-position: bottom left 35%;
  background-size: auto 105px;
}
.product-detail-banner .product-detail-banner-bg .container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  transform: translate(-50%, -50%);
}
.product-detail-banner .product-detail-banner-bg img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .product-detail-banner .product-detail-banner-bg {
    padding-top: 71%;
    background-size: 160% auto;
  }
  .product-detail-banner .product-detail-banner-bg::before {
    background-position: bottom left 33%;
    background-size: 1200px 130px;
  }
}
@media (min-width: 992px) {
  .product-detail-banner .product-detail-banner-bg {
    padding-top: 40%;
    background-position: top center;
    background-size: 100% auto;
  }
  .product-detail-banner .product-detail-banner-bg:before {
    background-position: bottom center;
    background-size: 100% auto;
  }
}
@media (min-width: 1700px) {
  .product-detail-banner .product-detail-banner-bg {
    padding-top: 35%;
  }
}

.product-detail-content {
  margin-top: -80%;
  margin-bottom: 0px;
}
.product-detail-content .product-thumbnail {
  position: relative;
  width: 100%;
  padding-top: 190%;
  overflow: hidden;
}
.product-detail-content .product-thumbnail img {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: auto;
  transform: translateX(-50%);
  display: block;
  margin: 0 auto;
}
.product-detail-content .product-thumbnail img.placeholder {
  opacity: 0.25;
}
.product-detail-content .product-detail-text {
  margin-top: 0;
}
.product-detail-content .product-detail-text .col-form-label p {
  display: flex;
  align-items: center;
}
.product-detail-content .product-detail-text i {
  display: inline-block;
  width: 24px;
  margin-right: 8px;
}
.product-detail-content .product-detail-text i img {
  width: auto;
  height: 20px;
}
.product-detail-content .product-detail-text h5 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
}
.product-detail-content .product-detail-text p {
  font-size: 12px;
  font-weight: 300;
  margin: 0;
}
.product-detail-content .product-detail-text .form-group {
  padding: 12px 10px 10px;
  margin-top: 0;
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.product-detail-content .product-detail-text .form-group .col-form-label {
  padding: 0;
}
.product-detail-content .product-detail-text .form-group .col-form-text {
  padding: 0 0 0 15px;
}
.product-detail-content .product-detail-text .page-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: transparent;
  padding: 0;
  font-size: 10px;
  color: #666;
}
.product-detail-content .product-detail-text .page-breadcrumb i {
  width: auto;
  margin-right: 5px;
}
.product-detail-content .product-detail-text .page-breadcrumb i img {
  width: auto;
  height: 16px;
}
.product-detail-content .product-detail-text .page-breadcrumb span {
  margin-right: 10px;
  position: relative;
}
.product-detail-content .product-detail-text .page-breadcrumb span:before {
  position: absolute;
  right: -8px;
  content: "/";
  top: 0;
}
.product-detail-content .product-detail-text .page-breadcrumb span:last-child::before {
  display: none;
}
.product-detail-content .product-detail-gallery {
  margin: 30px 0;
}
.product-detail-content .product-detail-gallery .slick-slider .slick-arrow.slick-prev {
  left: 30px;
  z-index: 5;
}
.product-detail-content .product-detail-gallery .slick-slider .slick-arrow.slick-next {
  right: 30px;
  z-index: 5;
}
.product-detail-content .product-detail-gallery .embed-responsive.embed-responsive-1by1 .embed-responsive-item {
  width: auto;
  min-width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.product-detail-content .product-detail-gallery .row .col-12 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.product-detail-content .product-detail-gallery .row .col-12 .gallery-item {
  flex: 0 0 calc(50% - 12px);
  margin: 6px;
}
@media (min-width: 768px) {
  .product-detail-content {
    margin-top: -62%;
  }
  .product-detail-content .product-thumbnail {
    padding-top: 170%;
  }
  .product-detail-content .product-detail-text h5 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .product-detail-content .product-detail-text p {
    font-size: 16px;
  }
  .product-detail-content .product-detail-text .page-breadcrumb {
    font-size: 13px;
  }
  .product-detail-content .product-detail-text .page-breadcrumb i img {
    height: 18px;
  }
  .product-detail-content .product-detail-gallery {
    padding: 15px 40px;
  }
}
@media (min-width: 992px) {
  .product-detail-content {
    margin-top: -35%;
  }
  .product-detail-content .product-thumbnail {
    padding-top: 135%;
  }
  .product-detail-content .product-detail-gallery {
    width: 75%;
    margin: 0 auto;
  }
  .product-detail-content .gallery-item {
    margin-top: 30px;
  }
  .product-detail-content .product-detail-text h5 {
    font-size: 40px;
  }
  .product-detail-content .product-detail-text p {
    font-size: 18px;
  }
  .product-detail-content .product-detail-text .page-breadcrumb {
    font-size: 15px;
  }
  .product-detail-content .product-detail-text .page-breadcrumb i img {
    height: 20px;
  }
}
@media (min-width: 1440px) {
  .product-detail-content {
    margin-top: -32%;
  }
}

.testing-box {
  margin: 30px 0;
  padding: 50px 40px;
  position: relative;
}
.testing-box:before, .testing-box:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
}
.testing-box:before {
  top: 0;
  left: 0;
  background: url("../images/icons/quote-open.png") no-repeat center center/40px auto;
}
.testing-box:after {
  bottom: 0;
  right: 0;
  background: url("../images/icons/quote-close.png") no-repeat center center/36px auto;
}
.testing-box h5 {
  font-size: 20px;
  color: #5b5b5b;
  text-align: center;
}
.testing-box p {
  font-size: 12px;
  color: #a5a5a5;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .testing-box h5 {
    font-size: 28px;
  }
  .testing-box p {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .testing-box {
    margin: 50px 0 30px;
  }
  .testing-box h5 {
    font-size: 34px;
  }
  .testing-box p {
    font-size: 18px;
  }
}

.product-detail-page {
  background: #f2f0ef;
  color: #4d4d4d;
  font-family: "Poppins";
}
.product-detail-page .product-detail-content {
  background-image: url("../images/products-detail/page-detail-bg.jpg");
  background-position: top center;
  background-size: 320% auto;
  background-repeat: no-repeat;
  padding-top: 20px;
  margin-top: 0;
}
.product-detail-page .title-wrap {
  text-align: left;
  margin: 0 0 15px;
}
.product-detail-page h3 {
  font-weight: bolder;
  color: #e0c174;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 3px solid #64513e;
  display: inline-block;
}
.product-detail-page .sub-title {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #64513e;
}
.product-detail-page .col-d-flex {
  display: flex;
  flex-direction: column;
}
.product-detail-page .box-description {
  padding: 25px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  display: flex;
  margin-top: 10px;
  margin-bottom: 30px;
  overflow: hidden;
  min-height: 300px;
}
.product-detail-page .box-description .box-inside {
  font-size: 0.875rem;
  display: block;
}
.product-detail-page .box-description .box-inside p {
  line-height: 1.55;
}
.product-detail-page .mb-track-y {
  width: 5px;
  right: 0;
}
.product-detail-page .mb-content {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
}
.product-detail-page .mb-content::-webkit-scrollbar {
  display: none;
}
.product-detail-page .thumbnail img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .product-detail-page .product-detail-content {
    padding-top: 40px;
    background-size: 200% auto;
  }
  .product-detail-page .box-description .box-inside {
    font-size: 0.95rem;
  }
}
@media (min-width: 992px) {
  .product-detail-page .product-detail-content {
    background-size: cover;
  }
  .product-detail-page .col-lg-45 {
    -ms-flex: 0 0 37.49%;
    flex: 0 0 37.49%;
    max-width: 37.49%;
  }
  .product-detail-page .box-description {
    margin-top: 15px;
  }
  .product-detail-page .box-description .box-inside {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .product-detail-page .title-wrap {
    min-height: 100px;
  }
  .product-detail-page h3 {
    font-size: 36px;
  }
  .product-detail-page .sub-title {
    font-size: 21px;
  }
  .product-detail-page .box-description {
    padding: 35px 30px;
  }
  .product-detail-page .thumbnail {
    padding: 0 8%;
  }
}
.product-detail-page .box-information {
  margin: 10px 0 10px;
}
.product-detail-page .box-information .box-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #64513e;
  font-size: 0.875rem;
}
.product-detail-page .box-information .box-item .col-left {
  flex: 0 0 40px;
}
.product-detail-page .box-information .box-item .col-right {
  flex: 0 0 calc(100% - 40px);
  padding: 0 15px;
}
.product-detail-page .box-information .box-item .img-thumb img {
  max-width: 100%;
}
.product-detail-page .box-information .box-item p {
  margin-bottom: 0;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .product-detail-page .box-information .box-item {
    font-size: 0.95rem;
  }
  .product-detail-page .box-information .box-item .col-left {
    flex: 0 0 50px;
  }
  .product-detail-page .box-information .box-item .col-right {
    flex: 0 0 calc(100% - 50px);
  }
}
@media (min-width: 1200px) {
  .product-detail-page .box-information .box-item {
    font-size: 1rem;
  }
  .product-detail-page .box-information .box-item .col-left {
    flex: 0 0 50px;
  }
  .product-detail-page .box-information .box-item .col-right {
    padding: 0 20px;
    flex: 0 0 calc(100% - 50px);
  }
}
.product-detail-page .list-circle {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  margin: auto 0 30px;
}
@media (min-width: 992px) {
  .product-detail-page .list-circle {
    margin: auto 0 50px;
  }
}
.product-detail-page .list-circle .list-item {
  margin: 0 1.5%;
  flex: 0 0 30%;
  padding-top: 30%;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  background: #debc4d;
}
.product-detail-page .list-circle .list-item .content {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding: 10px 3px;
  max-height: 90%;
  text-align: center;
  transform: translateY(-50%);
}
.product-detail-page .list-circle .list-item .title {
  color: #fff;
  font-weight: 800;
  font-size: 0.6rem;
}
.product-detail-page .list-circle .list-item .text-highlight {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .product-detail-page .list-circle .list-item {
    margin: 0 2%;
    flex: 0 0 29%;
    padding-top: 29%;
  }
  .product-detail-page .list-circle .list-item .title {
    font-size: 0.65rem;
  }
  .product-detail-page .list-circle .list-item .text-highlight {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .product-detail-page .list-circle .list-item {
    margin: 0 2.5%;
    flex: 0 0 28%;
    padding-top: 28%;
  }
  .product-detail-page .list-circle .list-item .title {
    font-size: 0.7rem;
  }
  .product-detail-page .list-circle .list-item .text-highlight {
    font-size: 1.25rem;
  }
}
.product-detail-page .list-circle.red .list-item {
  background: #aa1f22;
}
.product-detail-page .list-circle.pink .list-item {
  background: #ebae83;
}
.product-detail-page .text-red {
  color: #c61f26;
}
.product-detail-page .text-navy {
  color: #013177;
}
.product-detail-page .text-orange {
  color: #d06c2f;
}
.product-detail-page .text-blue {
  color: #5cb2ce;
}
.product-detail-page .text-gold {
  color: #c19400;
}

.product-detail-page .product-detail-footer {
  background-color: #fff;
  top: 0;
  padding-bottom: 60px;
  margin-bottom: -60px;
  padding-top: 45px;
  position: relative;
  background: url("../images/products-detail/page-detail-bg-white.png") no-repeat;
  background-position: top 78px center;
  background-size: cover;
  overflow: hidden;
}
.product-detail-page .product-detail-footer:before {
  height: 80px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  background: url("../images/products-detail/page-detail-bg-2.png") no-repeat;
  background-position: top left 33%;
  background-size: 1300px 80px;
}
@media (min-width: 768px) {
  .product-detail-page .product-detail-footer {
    padding-top: 50px;
  }
  .product-detail-page .product-detail-footer:before {
    background-position: top center;
    background-size: 1200px 80px;
  }
}
@media (min-width: 1200px) {
  .product-detail-page .product-detail-footer {
    padding-top: 60px;
  }
  .product-detail-page .product-detail-footer:before {
    background-position: top center;
    background-size: 100% 80px;
  }
}

.section-banner {
  background: url("../images/home-banner-bg.jpg") no-repeat;
  background-position: top center;
  background-size: cover;
}
.section-banner .d-desktop,
.section-banner .d-ipad {
  display: none;
}
.section-banner .container {
  padding-top: 30px;
  padding-bottom: 50px;
}
.section-banner .home-banner-thumbnail {
  display: block;
}
.section-banner .home-banner-thumbnail:hover {
  cursor: pointer;
}
.section-banner .home-banner-thumbnail img {
  width: 100%;
}
@media (min-width: 768px) {
  .section-banner .d-desktop,
.section-banner .d-mobile {
    display: none;
  }
  .section-banner .d-ipad {
    display: block;
  }
  .section-banner .container {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .section-banner .d-ipad,
.section-banner .d-mobile {
    display: none;
  }
  .section-banner .d-desktop {
    display: block;
  }
  .section-banner .container {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.section-about-us {
  top: 0;
  padding-bottom: 60px;
  margin-bottom: -60px;
  margin-top: -70px;
  padding-top: 30px;
  position: relative;
  background: url("../images/bg-about.jpg") no-repeat;
  background-position: top 78px center;
  background-size: cover;
  overflow: hidden;
}
.section-about-us:before {
  height: 80px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  background: url("../images/bg-about-top.png") no-repeat;
  background-position: top left 33%;
  background-size: 1300px 80px;
}
.section-about-us .container {
  height: auto;
  min-height: calc(80vh - 80px);
  padding-top: 80px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
}
.section-about-us .about-us-text-box {
  position: relative;
  padding: 30px;
  text-align: left;
}
.section-about-us .about-us-text-box p {
  line-height: 1.3;
}
.section-about-us .about-us-item {
  height: 40px;
}
.section-about-us .about-us-item.left::before {
  line-height: 1.75;
}
@media (min-width: 768px) {
  .section-about-us {
    padding-top: 60px;
  }
  .section-about-us:before {
    background-position: top center;
    background-size: 1200px 80px;
  }
  .section-about-us .container {
    height: auto;
    min-height: 90vh;
  }
}
@media (min-width: 1200px) {
  .section-about-us {
    padding-top: 130px;
  }
  .section-about-us:before {
    background-position: top center;
    background-size: 100% 80px;
  }
  .section-about-us .container {
    padding-top: 0px;
    min-height: 100vh;
  }
}

html,
body {
  position: relative;
  min-height: 100vh;
  max-height: unset;
  scroll-behavior: smooth;
}

.container {
  max-width: 100%;
}

.page-wrapper {
  overflow-x: hidden;
  position: relative;
  padding-top: 56px;
}
.page-wrapper .page {
  padding-top: 56px;
  margin-top: -56px;
}

.page-title-h1 {
  font-size: 28px !important;
}

.page-title-small {
  font-size: 14px !important;
}

@media (min-width: 768px) {
  .page-title-h1 {
    font-size: 32px !important;
  }

  .page-title-small {
    font-size: 18px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }

  .page-wrapper {
    padding-top: 72px;
  }
  .page-wrapper .page {
    padding-top: 72px;
    margin-top: -72px;
  }

  .page-title-h1 {
    font-size: 36px !important;
  }

  .page-title-small {
    font-size: 22px !important;
  }
}

/*# sourceMappingURL=style.css.map */
