/* Author: Chor Tsang / Shiseido*/
/************************
FONTS
**************************/
@font-face {
  font-family: "NotoSansTC-Light";
  src: url(../_assets/sogothankful/fonts/NotoSansTC-Light.otf?$staticlink$);
}

@font-face {
  font-family: "cronos-pro-light";
  src: url(../_assets/sogothankful/fonts/CronosPro-LtDisp.otf?$staticlink$);
  src: url(../_assets/sogothankful/fonts/CronosPro-LtDisp.woff?$staticlink$) format('woff'),
    url(../_assets/sogothankful/fonts/CronosPro-LtDisp.eot?$staticlink$);
}

@font-face {
  font-family: "cronos-pro-regular";
  src: url(../_assets/sogothankful/fonts/Cronos-Pro-Regular.otf?$staticlink$);
  src: url(../_assets/sogothankful/fonts/CronosPro-Regular.woff?$staticlink$) format('woff'),
    url(../_assets/sogothankful/fonts/CronosPro-Regular.eot?$staticlink$);
}

@font-face {
  font-family: "chronicle-display-light-italic";
  src: url(../_assets/sogothankful/fonts/ChronicleDisp-LightItal.otf?$staticlink$);
  src: url(../_assets/sogothankful/fonts/ChronicleDisp-LightItal.woff?$staticlink$) format('woff'),
    url(../_assets/sogothankful/fonts/ChronicleDisp-LightItal.eot?$staticlink$);
}

/************************
BASICS
**************************/
body {
  font-family: 'NotoSansTC-Light', sans-serif;
  color: #081F2C;
  /* max-width:960px;
    margin: 0 auto; */
}

h2, h3, h4, h5, h6, .nav-link {
  font-family: 'cronos-pro-light', 'NotoSansTC-Light', sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
  line-height: 1.5;
}

h5 {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.5;
}

h6 {
  font-size: 14px;
  line-height: 1.5
}

a {
  color: #081F2C;
  font-size: 14px;
}

a:hover {
  color: inherit;
}

p {
  font-size: 14px;
  line-height: 1.6;
  font-family: 'cronos-pro-light', 'NotoSansTC-Light', sans-serif;
}

li {
  font-size: 12px;
  text-align: left;
  margin-bottom: 5px;
  padding-right: 20px;
}

.active-page {
  opacity: 100% !important;
  /* border-bottom: 1px solid #081F2C; */
  color: #ffffff;
  background: #081F2C;
}

.nav-link {
  border: 1px solid #081F2C;
  opacity: 100%;
}

.nav-link:hover {
  color: #ffffff;
  background: rgba(8, 31, 44, 1);
}

a.nav-link {
  font-size: 16px;
}

.small {
  font-size: 12px;
}

/*===============================
SLIDER
=================================*/
.home-slider .carousel-control-next,
.carousel-control-prev {
  width: 6%;
}

.home-slider .carousel-item,
.home-slider .carousel {
  width: 100%;
}

.home-slider .carousel-item {
  background-position: center center;
  background-size: cover;
}

.home-title {
  font-size: 42px;
}

.home-desc {
  max-width: 700px;
}

.carousel-control-next-icon {
  background-image: url('../images/arrow-right.svg');
  right: 10px;
  position: relative;
}

.carousel-control-prev-icon {
  background-image: url('../images/arrow-left.svg');
  left: 10px;
  position: relative;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 32px;
}

.carousel-indicators li {
  background-color: #f1a948;
}

/*===============================
BOOTSTRAP MODIFICATIONS
=================================*/
.w50 {
  width: 50%;
}

section {
  padding-top: 0;
  padding-bottom: 20px;
  position: relative;
}

/*===============================
BUTTONS
=================================*/
.btn-cpb {
  padding: 11px 28px;
  font-size: 12px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  background: #FFFFFF;
  font-family: 'cronos-pro-regular', 'NotoSansTC-Light', sans-serif;
  color: #081F2C;
  margin: 0 10px;
  border-radius: 0px;
  border: 1px solid black;
}

.cta {
  position: relative;
  bottom: -40px;
}

.btn {
  padding: 11px 28px;
  font-size: 12px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  background: #000000;
  border: 1px solid;
  border-color: #000000;
  min-width: 220px;
  color: #ffffff !important;
  margin: 0 10px;
  border-radius: 0 !important;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom {
  box-shadow: none !important;
  background: #081F2c;
  color: #ffffff;
  /* border-color: #c5a181; */
  text-decoration: none;
}

/*===============================
NAVBAR
=================================*/
.navbar-brand {
  display: block;
  margin: 0 auto;
}

/* Sticky Navbar */
#stickybar {
  overflow: hidden;
  text-align: -webkit-center;
  background: #fff;
  z-index: 999;
}

#stickybar a {}

#stickybar a.active {
  color: #23252A;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 18px 24px 0px rgba(8, 31, 44, 0.15)
}

.sticky+.content {
  /*padding-top: 74px;*/
  padding-top: 0;
}

/* Sticky Navbar End */
/************************
FOOTER
*************************/
.footer {
  text-align: center;
}

.footer a {
  color: #000000 !important;
}

.footer p, .footer a {
  font-size: 12px;
}

.footer_mdi {
  font-size: 20px;
}

.footer-menu li a {
  font-size: 14px;
  display: inline-block;
  transition: all 0.5s;
  line-height: 32px;
  color: #6c757d !important
}

/************************
SOGO
**************************/
#shopping-privilege ul {
  padding-left: 20px;
  margin: 0px;
}

#sogo-cta {
  position: sticky;
  bottom: 0;
  width: 100%;
  z-index: 9;
}

.sogo-btn {
  background: #2689c4;
  color: #fff !important;
  display: block;
  text-align: center;
  font-weight: bold;
  border-radius: 60px;
  line-height: 48px;
  margin: 15px auto;
  max-width: 320px;
  -webkit-box-shadow: 0px 8px 24px 0px rgba(38, 137, 196, 0.15);
  -moz-box-shadow: 0px 8px 24px 0px rgba(38, 137, 196, 0.15);
  box-shadow: 0px 8px 24px 0px rgba(38, 137, 196, 0.15);
}

.sogo-btn img {
  top: -1px;
  position: relative;
  height: 35px;
}

.shopping-privilege-inner>.container {
  top: -40px;
  position: relative;
}

.product-price {
  font-size: 15px;
}

.product-original-price {
  font-size: 12px;
  color: #666666;
}

.highlight {
  background: #f1a948;
  color: #ffffff;
  padding: 0px 2px;
}

.line {
  background: #e9e4d8;
  color: #000000;
  padding: 20px 0;
}

/************************
ARROW
**************************/
.arrow-down {
  width: 50px;
  height: 32px;
  margin: 0 auto;
  position: relative;
}

.arrow-down.active {}

.arrow-down:before, .arrow-down:after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 10px;
  transition: transform .3s;
}

.arrow-down:before {
  right: 21px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transform: rotate(45deg);
}

.arrow-down:after {
  right: 10px;
  transform: rotate(-45deg);
}

.arrow-down.active:before {
  transform: rotate(-45deg);
}

.arrow-down.active:after {
  transform: rotate(45deg);
}

.vertical-center {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}

/************************
RESPONSIVE
**************************/
@media only screen and (max-width: 767px) {
  .menu-item {
    display: none;
  }

  .sticky+.content {
    /*padding-top: 111px;*/
    padding-top: 0;
  }
}

@media only screen and (max-width: 599px) {
  #desktop {
    display: none;
  }

  h2 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) {
  #mobile {
    display: none;
  }

  span.product-price {
    font-size: 16px;
  }

  span.product-original-price {
    font-size: 14px;
  }

  .product-info-inner ul {
    font-size: 14px;
    padding: 0 0 0 48px;
  }
}

@media only screen and (min-width: 992px) {
  .line-break {
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  .vertical-center {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0px, 0px);
  }

  .line-break {
    display: none;
  }

  a.nav-link {
    font-size: 16px;
  }
}
