
/* Typography */
body, ul, li, p, a, label, input, div {
  font-family: 'Roboto', sans-serif;
  font-size: 18px !important;
}
.h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 48px !important;
  font-weight: 200 !important;
}
.h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 30px !important;
  font-weight: 300;
}
.h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 22px !important;
}
/* General */
.logo { font-weight: 500 !important;}
.text-warning {  color: #ede861 !important;}
.text-muted { color: #bcbcbc !important;}
.text-success { color: #cfd6e1 !important;}
.text-light { color: #cfd6e1 !important;}
.bg-dark { background-color: #212934 !important;}
.bg-black { background-color: #1d242d !important;}
.bg-success { background-color: #59ab6e !important;}
.btn-success {
  background-color: #59ab6e !important;
  border-color: #56ae6c !important;
}
.btn-black {
  background-color: #333;
  border: 1px;
  border-radius: 5px;
}
.btn-gray {
  background-color: #e7e7e7;
  border: 1px;
  border-radius: 5px;
}
.btn-orange {
  background-color: rgb(255, 170, 101);
  border: 1px;
  border-radius: 5px;
}
.btn-green {
  background-color: #9dff84;
  border: 1px;
  border-radius: 5px;
}
/* Pagination */
.pagination .page-link:hover { background-color: #fff; color: #ffd890 !important;}
.pagination .page-link.active { background-color: #fff; color: #333 !important;}
.justify-content-end { justify-content: center !important; }
.pagination li a:hover:not(.active) { color: #171775; } 
.page-link { border: none !important; }
.shadow-sm { box-shadow: none !important; }
.text-dark { color: #a5a4a4 !important; }

/* Nav */
#templatemo_nav_top { min-height: 40px;}
#templatemo_nav_top * { font-size: .9em !important;}
#templatemo_main_nav a {
  color: #212934;
  font-weight: 550;
  letter-spacing: 1.5px;
}
#templatemo_main_nav a:hover {  
  color: #ffd890;
}
#templatemo_main_nav .navbar .nav-icon { margin-right: 20px;}
.pb-4 { letter-spacing: 1.5px; }
.navbar { display: flex; }
.nav { justify-content: center; }
.navbar-dark .navbar-nav .nav-link { color: #333; }
.nav-link {
  font-size: 0.9em !important;
}
.dropdown-item {
  font-size: 0.9em !important;
}
.bg-primary {background-color: #fff !important; }
.nav-item { margin: 0 30px 0 30px; white-space: nowrap; padding: 0 20px; }
.navbar-dark .navbar-toggler { color: #333 !important; border-color: #333 !important; background: #212934;}
.navbar-dark .navbar-nav .nav-link:focus { color: #333; } 
.navbar-dark .navbar-nav .nav-link:hover { color: #ffd890; }
.dropdown-toggle::after { border: none; }
.dropdown-menu { border: none; }
.dropdown-item:focus, .dropdown-item:hover { color: #ffd890; background-color: transparent; }
@media (min-width: 345px) and (max-width: 990px){
  .nav-item {
    white-space: nowrap;
    
    margin: inherit;
  }
}
@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ color: #ffd890; background-color: #fff }
	.dropdown-menu > li:hover > .submenu{ display: block; }
}	

@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}	

/* Hero Carousel */

/* Accordion */
.templatemo-accordion a { color: #000; letter-spacing: 1.5px;}
.templatemo-accordion a:hover { color: #ffd890;}
/* Shop */
.shop-top-menu a:hover { color: #69bb7e !important;}
/* Product */
.product-wap .product-color-dot.color-dot-red { background:#f71515;}
.product-wap .product-color-dot.color-dot-blue { background:#6db4fe;}
.product-wap .product-color-dot.color-dot-black { background:#000000;}
.product-wap .product-color-dot.color-dot-light { background:#e0e0e0;}
.product-wap .product-color-dot.color-dot-green { background:#0bff7e;}
.card.product-wap .card .product-overlay {
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}
.card.product-wap:hover .card .product-overlay {
  visibility: visible;
  opacity: 1;
}
.card.product-wap a { color: #000;}
#carousel-related-product .slick-slide:focus { outline: none !important;}
#carousel-related-product .slick-dots li button:before {
  font-size: 15px;
  margin-top: 20px;
}
/* Brand */
.brand-img {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: .5s;
}
.brand-img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
/* Carousel Hero */
#template-mo-zay-hero-carousel .carousel-indicators li {
  margin-top: -50px;
}
#template-mo-zay-hero-carousel .carousel-control-next i,
#template-mo-zay-hero-carousel .carousel-control-prev i {
  font-size: 2.8em !important;
}
/* Carousel Brand */
.tempaltemo-carousel .h1 {
  font-size: .5em !important;
  color: #000 !important;
}
/* Services */
.services-icon-wap {transition: .3s;}
.services-icon-wap:hover, .services-icon-wap:hover i {color: #fff;}
.services-icon-wap:hover {background: #69bb7e;}
/* Contact map */
.leaflet-control a, .leaflet-control { font-size: 10px !important;}
.form-control { border: 1px solid #e8e8e8;}
/* Footer */
#tempaltemo_footer a { color: #dcdde1;}
#tempaltemo_footer a:hover { color: #ffd890;}
#tempaltemo_footer ul.footer-link-list li { padding-top: 10px;}
#tempaltemo_footer ul.footer-icons li {
  width: 2.6em;
  height: 2.6em;
  line-height: 2.6em;
}
#tempaltemo_footer ul.footer-icons li:hover {
  background-color: #cfd6e1;
  transition: .5s;
}
#tempaltemo_footer ul.footer-icons li:hover i {
  color: #212934;
  transition: .5s;
}
#tempaltemo_footer .border-light { border-color: #2d343f !important;}
/*
// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap
*/
/* Small devices (landscape phones, 576px and up)*/
.product-wap .h3, .product-wap li, .product-wap i, .product-wap p {
  font-size: 12px !important;
}
.product-wap .product-color-dot {
  width: 6px;
  height: 6px;
}

@media (min-width: 576px) {
  .tempaltemo-carousel .h1 { font-size: 1em !important;}
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  #templatemo_main_nav .navbar-nav {max-width: 450px;}
 }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  #templatemo_main_nav .navbar-nav {max-width: 550px;}
  #template-mo-zay-hero-carousel .carousel-item {min-height: 30rem !important;}
  .product-wap .h3, .product-wap li, .product-wap i, .product-wap p {font-size: 18px !important;}
  .product-wap .product-color-dot {
    width: 12px;
    height: 12px;
  }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {}


/* Extend */
/* Shop */
.card {
  border: none;
  background-color: #fff;
  text-align: center;
}

.cards {
  background-color: #fff;
  color: #333;
  text-align: center;
}

.card-imgs {
  transition: 0.6s all ease-in-out;
  margin: 0 auto;
}

.card-imgs:hover {
  transform: scale(1.05);
}

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

.card-body a {
  color: #333 !important;
}

.card-body-container h1 {
  letter-spacing: 2px;
  font-weight: 400 !important;
}

.col-lg-7 {
  background-color: #fff;
}

@media (min-width: 992px) {
  .col-lg-9 {
      flex: 0 0 auto;
      width: 100%;
  }
}

/* Index patent */
.card-img-top {
  width: 70%;
}

/* Slider */
.img-fluids {
  width: 366px;
  height: 446px;
  margin-left: 100px;
}

/* Hot */
.imgs-fluid {
  width: 366px;
  height: 446px;
}

/* Logo */
#index-logo {
  max-width: 40%;
  height: auto;
}

@media (min-width: 900px) and (max-width: 1199px) {
  #index-logo {
    max-width: 50%;
    height: auto;
  }
}

@media (min-width: 700px) and (max-width: 899px) {
  #index-logo {
    max-width: 50%;
    height: auto;
  }
}

@media (min-width: 500px) and (max-width: 699px) {
  #index-logo {
    max-width: 80%;
    height: auto;
  }
}

@media (min-width: 360px) and (max-width: 499px) {
  #index-logo {
    max-width: 90%;
    height: auto;
  }
}



/* Slider */
#slider {
  max-width: 100%;
  height: auto;
}

.slider-container {
  position: relative;
}


/* Bottom right text */
.text-block {
  position: absolute;
  top: 200px;
  bottom: 700px;
  right: 500px;
  left: 200px;
  color: rgb(243, 241, 241);
  padding-left: 20px;
  padding-right: 20px;
}

.slider-container .text-block h1 {
  font-size: 100px;
}

.slider-container .text-block button {
  background-color: #ffee90; /* Green */
  border: none;
  color: #333;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 30px;
}

.slider-container .text-block button:hover {
  background-color: #ff7957; /* Green */
  color: #fff;
}

.text-block {
  position: absolute;
  top: 200px;
  bottom: 700px;
  right: 500px;
  left: 100px;
  color: rgb(243, 241, 241);
  padding-left: 20px;
  padding-right: 20px;
}

.slider-container .text-block button {
  background-color: #ffee90; /* Green */
  border: none;
  color: #333;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 30px;
}

.text-block {
  position: absolute;
  top: 200px;
  bottom: 700px;
  right: 400px;
  left: 100px;
  color: rgb(243, 241, 241);
  padding-left: 20px;
  padding-right: 20px;
}

.slider-container .text-block button {
  background-color: #ffee90; /* Green */
  border: none;
  color: #333;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 30px;
}


.text-block {
  position: absolute;
  top: 300px;
  bottom: 700px;
  right: 300px;
  left: 100px;
  color: rgb(243, 241, 241);
  padding-left: 20px;
  padding-right: 20px;
}

.slider-container .text-block button {
  background-color: #ffee90; /* Green */
  border: none;
  color: #333;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 30px;
}


.text-block {
  position: absolute;
  top: 300px;
  bottom: 700px;
  right: 200px;
  left: 100px;
  color: rgb(243, 241, 241);
  padding-left: 20px;
  padding-right: 20px;
}

.slider-container .text-block button {
  background-color: #ffee90; /* Green */
  border: none;
  color: #333;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 30px;
}

.slider-container .text-block h1 {
  font-size: 36px;
}

.text-block {
  position: absolute;
  top: 170px;
  bottom: 50px;
  right: 30px;
  left: 50px;
  color: rgb(243, 241, 241);
  padding-left: 20px;
  padding-right: 20px;
}

.slider-container .text-block button {
  background-color: #ffee90; /* Green */
  border: none;
  color: #333;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 30px;
}

/* Gallery Title */
.gallery-title {
  text-align: center;
  padding: 50px 0 30px 0;
}

.gallery-title-name {
  font-size: 60px!important;
  font-weight: 550!important;
  letter-spacing: 3px;
  color: #082244;
}

.gallery-container p {
  font-size: 30px;
  font-weight: 350;
  letter-spacing: 3px;
  color: #082244;
  text-align: center;
}

/* Gallery */
.gallery-image {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-image img {
  height: 450px;
  width: 450px;
  transform: scale(1.0);
  transition: transform 0.4s ease;
}

.gallery-button-container {
  padding: 20px 0 20px 0;
  text-align: center;
}

.gallery-button-container button {
  background-color: #ffd890;
  border: none;
  color: #333;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 30px;
}

.gallery-button-container button:hover {
  background-color: #ffa157;
  color: #fff;
}

.text-box {
  padding: 15px 0 15px 0;
}

.img-item {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 3px;
  text-align: center;
}

.img-box {
  display: inline-block;
  margin: 10px;
  transition: transform .8s;
}

.img-box:hover {
  transform: scale(1.05);
}

/* Dropdown Menu */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 260px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

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

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 10px 0 10px 0;
  text-decoration: none;
  display: block;
  text-align: left;
}

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

/* Nav tabs */
.description-wrapper {
  width: 100%;
  margin-bottom: 3.8rem;
}

.container-center {
  position: relative;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .containerCentered_czk16tj {
      padding: 0 10px;
  }
}

.description-title-name {
  font-size: 48px !important;
}

@media only screen and (min-width: 768px) {
  .description-title-name {
      text-align: center;
  }
}

@media only screen and (min-width: 1024px) {
  .description-title {
      font-size: 2.94118rem;
      line-height: 3.8rem;
  }
}

.description-title {
    margin: 0 0 1.9rem;
    text-align: center;
    font-weight: 100;
    font-size: 1.88235rem;
    line-height: 3.8rem;
}

.description-detail-wrapper {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .description-tabs {
      margin-left: 1.9rem;
  }
}

.description-tabs {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 100%;
    overflow-x: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.description-tabs a {
  padding: 0.475rem 1.9rem 0.475rem 0;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.nav-tabs-catgo {
  -webkit-text-decoration: none;
  text-decoration: none;
  white-space: nowrap;
  color: #333;
  font-size: 24px !important;
}

.nav-tabs-catgo:hover {
  color: #ffd890;
}

.description-contents {
  width: 100%;
  box-shadow: 0 0 0 2px #f2f2f2;
}

@media only screen and (min-width: 1024px) {
  .nav-contents {
    padding: 1.9rem 1.9rem 3.8rem;
  }
}

.nav-contents {
  background: #fff;
  padding: 1.95rem;
}

.description-contents-wrapper {
  width: 100%;
}

.product-description-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.95rem;
}

.product-description-title-name {
  font-size: 28px !important;
  font-weight: 400 !important;
  color: #000000;
}

.ul-product-description-contents {
  margin: 0;
  padding: 0 0 0 0.95rem;
}

.ul-product-description-contents li {
  padding-bottom: 10px;
  font-weight: 400;
  letter-spacing: 1px;
}

.product-color-wrapper {
  display: flex;
}

.box {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  margin: 0 10px 0 10px;
}

.black {
  background: #2e3638;
}

.gray {
  background: #a8a8a8;
}

.orange {
  background: #eeb069;
}

.green {
  background: #00ff7f;
}

/* 
---------------------------------------------
CSA-3C0A1 Page
--------------------------------------------- 
*/

.product-detail-section {
  padding: 0;
  position: relative;
  font-size: 1.1em;
  margin: 30px;
}

.product-detail-section .wrapper {
  text-align: center;
  position: relative;
  height: 500px;
}

.wrapper {
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
}

.product-detail-section .detail-info-wrapper.rightSide {
  max-width: 540px;
  margin: auto;

  float: right;
  margin-left: 0;
  margin-right: 10%;
}

.product-detail-section .detail-info-wrapper {
  max-width: 540px;
  margin: auto;
  width: 40%;
  padding-top: 70px;
  margin-left: 10%;
}

.product-detail-section .detail-img-pos-container.rightSide {
  z-index: 0;

  left: inherit;
  right: 50%;
  float: left;

  margin-top: 0;
  position: absolute;
  margin-left: 0;
  bottom: 0;
  height: 100%;
}

.product-detail-section .detail-img-pos-container {
  float: right;
  right: 50%;
  z-index: 0;
  
  margin-top: 0;
  position: absolute;
  margin-left: 0;
  bottom: 0;
  height: 100%;
  left: 60%;
}

#CSA-3C0A1 {
  right: 90px;
}

.product-detail-section .detail-img-pos-container.rightSide .detail-section-img {
  left: inherit;
  float: right;
}

.product-detail-section .detail-img-pos-container .detail-section-img {
  height: 100%;
  width: auto;
  margin: 0;
  padding: 0;
  right: -50%;
  position: relative;
  left: 0;
}

.product-detail-section .detail-info-wrapper .detail-icon {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.product-detail-section .detail-info-wrapper .detail-section-title {
  font-size: 36px !important;
  font-weight: 600;
  line-height: 1.1em;
  color: #000;
  text-align: center;
  margin: 18px 0 0 0;
  position: relative;
  z-index: 1;
}

.product-detail-section .detail-info-wrapper .detail-section-subtitle {
  font-size: 1.71em;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.3em;
  margin: 20px 0 0 0;
  position: relative;
  z-index: 1;
}

.product-detail-section .detail-info-wrapper .detail-section-desc {
  font-family: "Verlag A","Verlag B",HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.29em;
  font-weight: 400;
  color: #414042;
  text-align: left;
  line-height: 1.3em;
  margin: 5px 0 0 0;
  position: relative;
  z-index: 1;
}

.product-detail-section .detail-img-pos-container .detail-section-img {
  height: 100%;
  width: auto;
  margin: 0;
  padding: 0;
}

.product-detail-bottom-gradient {
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  background-repeat: repeat-x;
  background-position: 0 100%;
}

.product-detail-banner-wrapper {
  width: auto;
  height: 150px;
  background-color: #DCDEE6;
  background: linear-gradient(to bottom, #fff, #efeff0);
}

/* 
---------------------------------------------
gallery
--------------------------------------------- 
*/


.product-lifestyle-gallery-padded-section {
  padding: 30px 0 10px 0;
}

.product-lifestyle-gallery-padded-section .wrapper {
  display: grid;
  padding: 0;
}

.product-lifestyle-gallery-padded-section .wrapper .grid-uniform {
  margin: 0;
}

.grid-uniform .large--one-half:nth-child(2n+1) {
  clear: both;
}

.large--one-half {
  max-width: 80%;
}

.grid-uniform {
  list-style: none;
  padding: 0;
}

.product-lifestyle-gallery-padded-section .wrapper .grid-uniform .grid-item {
  padding: 10px;
}

.grid-item {
  margin: 45px;
  vertical-align: top;
  box-sizing: border-box;
}

/* Patent */
.patent-title {
    font-size: 60px!important;
    font-weight: 550!important;
    letter-spacing: 3px!important;
    color: #082244; 
}

.patent-subtitle {
  font-size: 30px;
  font-weight: 350;
  letter-spacing: 3px;
  color: #082244;
}

.bg-light {
  background-color: #fff!important;
}

/* Patent Title */
.m-auto {
  padding-bottom: 50px;
}

/* Navmenu */
.collapsedOne:active {
  color: #ffd890;
}

.collapseOne li {
  padding-top: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
}

#collapseTwo li {
  padding-top: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
}

#collapseTow li a {
  font-size: 14px !important;
}

.list-unstyled {
  display: block !important;
}

/* Product */
@media (min-width: 992px) {
  .col-lg-3 {
      flex: 0 0 auto;
      width: 20%;
  }
}

.sgs-catalog {
  color: #4282d7;
  text-decoration: none;
}

/* type-name container */
.CSA-container {
  margin-top: 30px;
  margin-bottom: 30px;
}

.CSE-container {
  margin-top: 30px;
  margin-bottom: 30px;
}

.CSC-container {
   margin-top: 30px;  
margin-bottom: 30px;
}

.type-name-container{
  width:100%;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.office-chair-type-name {
  text-decoration: none;
  font-size: 30px !important;
  letter-spacing: 3px;
  font-family: system-ui;
  color: #4e4e4e;
}

@media (min-width: 360px) {
  .d-lg-block {
      display: block!important;
  }
}

@media (min-width: 360px) {
  .navbar-expand-lg .navbar-collapse {
      display: flex!important;
  }
}

@media (min-width: 360px) {
  .navbar-expand-lg {
      flex-wrap: nowrap;
      justify-content: flex-start;
  }
}

.navbar-nav {
  flex-direction: row;
}