


@font-face {
    font-family: "Cormorant Garamond";
    src: url(/css/fonts/CormorantGaramond-Medium.ttf);
	font-display: swap;
}

body {background-color:#ffffff; }

.in {
	opacity:1 !important ;
}
.langopt a {color:#000000; margin:auto;}
.form-control:focus {
  border-color: #9C3  ;
}
.btn-common {
  background: #9C3 none repeat scroll 0 0;
}
.btn-common::before {
  background: #7aa427 none repeat scroll 0 0;
}
.my-cart-icon {	background-color:red;}
.cartimage {width:80px;}
.cart-summary-container {height:2rem; font-size:18px; font-weight:500; border-top:thin; border-bottom:thin; margin-top:1rem;}
.carousel-bg {
    width: 100%;
    height: 250px;
    background-size: cover;
}
.rmfoot a:hover {color:#ffffff;}

.deliveryoption {margin-top:20px;}
.messengericons {width:24px; margin-left:20px; margin-right:10px;}
.thaitext {display:block;   }
.englishtext { display:block;}	
.rmfoot {margin-top:40px;}
.text-success {color:green;}
.navcontainer {max-width:1400px !important;}
.shakemessage {
  animation: shake 2s;

}
.navbar.navbar-light .navbar-nav .nav-item .nav-link:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #000;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
	
}
.navbar.navbar-light .navbar-nav .nav-item .nav-link:hover:after {
  width: 100%; 
  left: 0;
	
}

.navbar-container {
  display: flex;
  align-items: center;
}
.rm-flex {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.searchinput {
	padding-left: 18px;
    border-top-left-radius: 96px;
    border-bottom-left-radius: 96px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
	height:48px;
}

.searchbtn {
background: none;
    border: none;
    color: inherit;
    font: inherit;
    cursor: pointer;
    text-align: left;
    outline: none;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    font-family: -apple-system,BlinkMacSystemFont,"Roboto","Droid Sans","Segoe UI","Helvetica",Arial,sans-serif;
    position: relative;
    padding-right: 21px;
    padding-left: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    height: 48px;
    color: #222222;
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
    z-index: 10;
    transition: all 200ms ease-out;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 96px;
    border-bottom-right-radius: 96px;
    border: 1px solid rgba(34, 34, 34, 0.15);
    border-left: 0;	
}

.searchbtn:hover { background-color:#DDEBE3;}



.container {
  max-width: 960px;
}

  
.langbar a {color:#000; }
.langbar a:hover {color:#86d406;}
.langbar {padding-right:20px; margin-left:20px;}
.plant-t-image {margin-top:5px;}
.page-hero {
  position: relative;
}

.page-hero__thumbnail {
  min-height: 456px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page-hero--title-in {
		font-family: 'Cormorant Garamond', serif;
  text-align: center;
}

.page-hero--title-in h1 {

  font-size: 80px;
  line-height: 100px;
  margin: 0;
  margin: 0 0 4px;
  letter-spacing: .01em;
  color: #fff;
}

.page-hero--title-in h1:only-child {
  margin: 0;
}

.page-hero--title-in h3 {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 36px;
  margin: 0;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #fff;
}

.page-hero--title-in .container {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-hero--title-in .page-hero__thumbnail {
  min-height: 550px;
}

.page-hero--title-in .page-hero__content {
  padding: 0;
}

.page-hero--archive .page-hero__thumbnail {
  min-height: 456px;
}

.page-hero__content {
  padding: 63px 0 43px;
}

.page-home-hero {
  position: relative;
}

.page-home-hero__thumbnail {
  position: relative;
  min-height: 480px;
  background-position: center;
  background-size: cover;
}

.page-home-hero__thumbnail:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(36%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.36)));
  background-image: linear-gradient(0, rgba(255, 255, 255, 0) 36%, rgba(0, 0, 0, 0.36) 100%);
}



.page-home-hero__content {
  display: inline-block;
}

.page-home-hero__content-wrapper {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -22px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
  color: #ffffff;
}

.page-home-hero__content-wrapper h1 {
  font-size: 60px;
  line-height: 1;
  letter-spacing: .01em;
}

.page-home-hero__content-wrapper h3 {

  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.page-home-hero__content-wrapper h1,
.page-home-hero__content-wrapper h3 {
  margin: 0;
  color: inherit;
}


@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }

 
  p + h1,
  p +
  h2,
  p +
  h3,
  p +
  h4,
  p +
  h5,
  p +
  h6 {
    margin-top: 31px;
  }

  h1 {
    font-size: 30px;
    line-height: 36px;
  }

  h2 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 24px;
  }

  p + h2,
  ol + h2,
  ul + h2 {
    margin-top: 41px;
  }

  h3 {
    font-size: 17px;
    line-height: 24px;
  }

  h4 {
    font-size: 14px;
    line-height: 24px;
  }

  p + h4 {
    margin-top: 24px;
  }

  p {
    margin: 0 0 24px;
  }

  p:last-child {
    margin: 0;
  }

  hr {
    margin: 44px 0 38px;
  }

 

  .main-header--transparent:not(.sticky-header):not(.overlay-open) .main-header__logo {
    max-width: 35px;
  }

  .main-header__logo {
    max-width: 35px;
  }

  .phone-num {
    font-size: 0;
    line-height: 0;
  }

  .phone-num .icon {
    width: 15px;
    margin: 0;
  }

  .main-header__content-mobile {
    padding: 10px 0;
  }

  .main-header__nav-mobile .menu > li.menu-item-has-children > a:after {
    width: 9px;
    height: 9px;
  }

  .main-header__subnav {
    padding: 6px 0;
  }

  .main-header__subnav a {
    padding: 9px 20px;
  }

  .main-header__subnav li {
    margin: 0;
  }



  .hero-slider.block-gallery-slider {
    padding: 3px 0 0;
  }

  .hero-slider .bc-gallery__image img {
    height: 158px;
  }

  .hero-slider__button-wrapper {
    text-align: center;
  }

 


  .page-hero__thumbnail {
    min-height: 269px;
  }

  .page-hero--title-in h1 {
    font-size: 36px;
    line-height: 36px;
  }

  .page-hero--title-in h3 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.04em;
  }

  .page-hero--title-in .container {
    margin-top: -4px;
  }

  .page-hero--title-in .page-hero__thumbnail {
    min-height: 329px;
  }

  .page-hero--archive .page-hero__thumbnail {
    min-height: 203px;
  }

  .page-hero--archive h1 {
    font-size: 32px;
    margin: 0 0 9px;
  }

  .page-hero--archive h1:only-child {
    margin-bottom: 0;
  }

  .page-hero__content {
    padding: 47px 0 27px;
  }

  .page-home-hero {
    margin-top: 49px;
  }

  .page-home-hero__thumbnail {
    min-height: 313px;
  }

  .page-home-hero__content-wrapper {
    margin: 0;
  }

  .page-home-hero__content-wrapper h1 {
    font-size: 48px;
  }

  .page-home-hero__content-wrapper h3 {
    font-size: 15px;
    line-height: 16px;
  }

  

  

  .page-hero--universal-index {
    z-index: 1;
  }

  .page-hero--universal-index .page-hero__content {
    margin-top: 80px;
  }

  .page-hero--universal-index .page-hero__content h3 {
    margin-bottom: 22px;
    font-size: 17px;
    letter-spacing: normal;
  }

  .page-hero--universal-index .page-hero__thumbnail {
    height: 525px;
  }

 
}

		
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw) ;
  }
  h1, .h1 {
    font-size: calc(1.375rem + 1.5vw) ;
  }
  h2, .h2 {
    font-size: calc(1.325rem + 0.9vw) ;
  }
  h3, .h3 {
    font-size: calc(1.3rem + 0.6vw) ;
  }
  h4, .h4 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
  .display-1 {
    font-size: calc(1.725rem + 5.7vw) ;
  }
  .display-2 {
    font-size: calc(1.675rem + 5.1vw) ;
  }
  .display-3 {
    font-size: calc(1.575rem + 3.9vw) ;
  }
  .display-4 {
    font-size: calc(1.475rem + 2.7vw) ;
  }
  .close {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

footer {
  background: #282828;
  color: #FFFFFF;
}
footer .small-title {
  margin-bottom: 30px;
  color: #fff;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer ul li {
  line-height: 25px;
}
footer ul li a {
  color: #999;
}
footer ul li.tweet {
  margin-bottom: 15px;
}
footer ul li.tweet .fa-twitter {
  padding: 5px;
  color: #fff;
  
  border-radius: 100%;
  width: 24px;
  height: 24px;
}
footer ul li.tweet .tweet-date {
  font-size: 12px;
  font-style: italic;
  color: #bdc3c7;
}
footer .plain-flicker-gallery {
  margin-right: -5px;
  margin-left: -5px;
}
footer .plain-flicker-gallery a {
  display: inline-block;
  width: 32%;
  font-size: 0px;
  padding: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -0-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .plain-flicker-gallery a:hover {
  opacity: 0.7;
}
footer .plain-flicker-gallery a img {
  width: 100%;
}
footer .contact-us .form-control {
  color: #999;
  font-size: 14px;
  background: #1D1D1D;
  border-radius: 0px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -0-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer #copyright {
  background: #1D1D1D;
}
footer #copyright .row {
  padding: 15px 0;
}
footer #copyright .copyright-text,
footer #copyright .nav-inline {
  margin-top: 15px;
}

/* ScrollToTop */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
}
.back-to-top i {
	background-color:#3C6;
  display: block;
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  border-radius: 0px;
  text-align: center;
  
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}		

.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  
  border-bottom: 20px solid #3F3;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;  
}
.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  
  border-left: 25px solid #7396C2;
}
.arrow-right:hover { 
  width: 0; 
  height: 0; 
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent; 
  
  border-left:25px solid #33b5e5;
}
.arrow-left {
  width: 0; 
  height: 0; 
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent; 
  
  border-right:25px solid #33b5e5; 
}
.arrow-left:hover {
	  width: 0; 
  height: 0; 
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  
  border-right: 25px solid #7396C2;
}

  
