@charset "UTF-8";
h1 {
  font-size: 32px;
}
@media (min-width: 992px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 26px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 24px;
}
@media (min-width: 992px) {
  h3 {
    font-size: 30px;
  }
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.p-0 {
  padding: 0;
}

.mr-10 {
  margin-right: 10px;
}

.webeditor ol, .webeditor ul {
  padding-left: 40px;
  margin-bottom: 20px;
}

.box-wrapper {
  display: block;
}
.box-wrapper h5 {
  color: #fff;
}
.box-wrapper .box-image {
  overflow: hidden;
}
.box-wrapper .box-image img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.imagebox:hover .box-header {
  -webkit-transform: none;
          transform: none;
}
.imagebox:hover .box-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.product-thumbnail > a {
  display: block;
  overflow: hidden;
}
.product-thumbnail > a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-thumbnail:hover > a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.flat-imagebox .imagebox {
  margin-bottom: 30px;
}

.px-30 {
  padding: 0 30px;
}

:root {
  --swiper-theme-color: #ffffff;
}

.breadcrumbs .trail-items li a {
  color: #929292;
}

#mainnav ul.submenu {
  background: #636363;
}

.logo img {
  width: 100%;
}

.footer-logo {
  width: 200px;
}

.flat-button-slider.bg-button-slider-32bfc0 {
  background-color: #1ca5dc;
}

.widget_text h6 {
  color: #fff;
  margin-bottom: 0.5rem;
}

.social-links {
  margin-bottom: 2rem;
}

.social-links a {
  margin: 0 16px 0 0;
}

.social-links a i {
  font-size: 30px;
}

.flat-top .custom-info,
.flat-top .social-links,
.counter,
.copyright,
.footer-content .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.parallax4 {
  background-image: url("../images/idx_1.jpg");
  background-position: center;
}

.desc-slide.center {
  max-width: 100%;
}

.swiper-container {
  width: 100%;
  height: 200px;
}
@media (min-width: 768px) {
  .swiper-container {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .swiper-container {
    height: 600px;
  }
}
@media (min-width: 1440px) {
  .swiper-container {
    height: 66vh;
  }
}

.tp-banner-container {
  max-height: none !important;
}

.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.swiper_text_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper_text_block h2,
.swiper_text_block h3,
.swiper_text_block h4,
.swiper_text_block h5,
.swiper_text_block h6 {
  color: #fff;
}

.swiper_text_block h2 {
  font-size: 4rem;
}

.swiper_text_block .btn {
  margin: 2rem 0 0 0;
}

.page-title-heading h1 {
  color: #fff;
  text-shadow: 1px 1px 3px #4c4c4c;
}

.navigation .page-numbers.current {
  background-color: #8cc552;
}

.navigation .page-numbers {
  color: #8cc552;
  border: 2px solid #8cc552;
}

.page_banner {
  background-repeat: no-repeat;
  background-size: 100%;
  /*background-position: bottom;*/
}

.flat-general .pdt-list_g {
  width: 100%;
}

.flat-general .pdt-details_g {
  width: 100%;
}

@media (min-width: 768px) {
  .woocommerce .products li {
    width: 25%;
  }
}

.paging-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woocommerce .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products-detail .products-images {
  padding: 0 25px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .products-detail .products-images {
    margin-bottom: 0;
  }
}

.slick-prev,
.slick-next {
  background: #cbcbcb;
  border-radius: 999rem;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #8cc552;
}

.box-desc {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}

.widget_shopping_cart_content .nav_cart_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flat-tabs ul.menu-tabs {
  background-color: transparent;
  border-bottom: 1px solid #ccc;
}

.flat-tabs ul.menu-tabs li a {
  color: #000;
  border: 1px solid #ccc;
  border-bottom: none;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
}

.flat-tabs ul.menu-tabs li.active a {
  border-top: 3px solid #929292;
  background: #f7f7f7;
}

.flat-tabs ul.menu-tabs li.active a:before {
  display: none;
}

#mainnav > ul > li > a:hover,
#mainnav > ul > li.active > a {
  color: #21242b;
}

#mainnav > ul > li.active > a:after,
#mainnav > ul > li > a:hover:after {
  background-color: #21242b;
}

.button.black {
  background-color: #fff;
  color: #000;
}

.footer {
  background-color: #fff;
  border-top: 1px solid #eee;
}

.bg-scheme {
  background-color: #b7b7b7;
}

.blog-shortcode .blog-post .entry-header .entry-time {
  background-color: #21242b;
}

.iconbox.style1 .box-header .box-icon i:after {
  background-color: #fff;
}

.iconbox.style1 .box-header .box-icon i {
  color: #000;
}

.button.bg-scheme3 {
  background-color: #929292;
}

.imagebox .box-header .box-title:after {
  background-color: #929292;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button {
  background-color: #929292;
}

.widget .widget-title {
  border-bottom: 3px solid #21242b;
}

.social-links a {
  color: #000;
}

.widget.widget_recent_entries .post-date:before {
  color: #000;
}

.footer-widgets .widget.widget_text.information .textwidget i {
  color: #000;
}

.footer-widgets .widget .widget-title {
  color: #000;
}

.widget_text h6 {
  color: #000;
}

.footer-widgets {
  color: black;
}

.footer-widgets .widget a {
  color: #000;
}
.footer-widgets .widget a:hover {
  color: #1ca5dc !important;
}

.copyright {
  color: black;
}

.iconbox.style1:hover .box-header .box-icon i:after {
  background-color: transparent;
}

.iconbox.style1 .box-header .box-icon {
  margin-top: -1.5rem;
}

.blog-shortcode .blog-post .entry-cover a:before {
  background-color: #929292;
}

.bg-scheme1 {
  background-color: #929292;
}

.navigation .page-numbers.current {
  background-color: #000;
}

.navigation .page-numbers {
  color: #000;
  border: 2px solid #000;
}

.breadcrumbs:before {
  color: #000;
}

/* .shopping-cart .shopping-cart-items-count {
  background-color: #929292;
} */

.woocommerce .products li .product-thumbnail {
  margin-bottom: 20px;
}

.promobox.style1 .promobox-title {
  margin: 8px 0;
}

.overlay.custom-scheme {
  z-index: 0;
  background: rgba(0, 0, 0, 0.2);
}

.blog-single .blog-post .entry-time .entry-day {
  font-size: 18px;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .blog-single .blog-post .entry-time .entry-day {
    font-size: 30px;
    margin-left: 0;
  }
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-control {
  background: rgba(0, 0, 0, 0.02);
}
.form-control.is-invalid {
  border: 1px solid #d00101;
}

.invalid-feedback {
  color: #d00101;
}

ul.contact-info {
  list-style: none;
  padding: 0;
}
ul.contact-info li {
  margin-bottom: 5px;
}
ul.contact-info li i {
  color: #000;
  width: 20px;
  margin-right: 10px;
  text-align: center;
}
ul.contact-info li a {
  color: #666e70;
}
ul.contact-info li a:hover {
  color: #1ca5dc;
}

.entry-year {
  font-size: 14px;
  margin: 0 5px 0 0;
}
@media (min-width: 992px) {
  .entry-year {
    margin: 0 0 5px 0;
  }
}

.entry-content {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .menu-extra {
    margin-right: 30px;
    margin-left: 0;
  }
  .menu-extra::after {
    display: none;
  }
}
@media (max-width: 480px) {
  .top-search.show {
    right: -90px;
  }
}
.flat-title-section span {
  color: #21242b;
}
.flat-title-section span + span {
  color: #929292;
}

.store-box {
  margin-top: 30px;
  border: 1px solid #ccc;
}
.store-box h5 {
  margin: 0;
  padding: 15px;
  color: #fff;
  background: #21242b;
}
.store-box .store-info {
  padding: 15px;
}
.store-box a {
  display: inline;
  text-align: right;
}
.store-box a i {
  margin-left: 5px;
}

.login-info {
  position: relative;
  padding: 30px 0;
}
.login-info p {
  margin-bottom: 0;
}

ul.product-categories {
  list-style: none;
}

@media (min-width: 480px) and (max-width: 768px) {
  .widget.widget_product_categories {
    padding: 15px;
  }
}
.advbox {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 5;
  color: #21242b;
  background: rgba(240, 240, 240, 0.9);
}
.advbox .advpic {
  width: 90%;
  margin: 0 auto;
  padding: 20px 5%;
}
.advbox .advpic .cookies_2 {
  margin-bottom: 10px;
}
.advbox .advpic .cookies_3 {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid;
  line-height: normal;
}
.advbox .advpic .closebtn {
  border: 1px solid #929292;
  padding: 5px 15px;
  height: auto;
  line-height: normal;
}
.advbox .advpic .closebtn:hover {
  border-color: #21242b;
}

.table-mobilefriendly .title-desktop {
  display: none;
}
@media (min-width: 768px) {
  .table-mobilefriendly .title-desktop {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #eee;
    background: #f7f7f7;
  }
}
.table-mobilefriendly .title-desktop .item {
  color: #000;
}
.table-mobilefriendly .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  color: #555;
}
@media (min-width: 768px) {
  .table-mobilefriendly .item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
  }
}
.table-mobilefriendly .item a {
  font-weight: bold;
}
.table-mobilefriendly .item a i {
  font-size: 20px;
}
.table-mobilefriendly .item:first-child {
  margin: 0 -15px 0;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #eee;
}
@media (min-width: 768px) {
  .table-mobilefriendly .item:first-child {
    width: 100px;
    margin: 0;
    padding: 15px 10px;
    background: none;
  }
}
.table-mobilefriendly .item-content .list {
  border: 1px solid #eee;
  padding: 0 15px 15px;
}
@media (min-width: 768px) {
  .table-mobilefriendly .item-content .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    border: none;
  }
}
@media (min-width: 768px) {
  .table-mobilefriendly .item-content .list:hover {
    background: #f7f7f7;
  }
}
@media (min-width: 768px) {
  .table-mobilefriendly .item-content .list .mobile-title {
    display: none;
  }
}
.table-mobilefriendly .item-content .list + .list {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .table-mobilefriendly .item-content .list + .list {
    margin: 0;
  }
}

.order-list .item:not(.long):not(:first-child) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 768px) {
  .order-list .item.long {
    width: 20%;
  }
}

.inq-list .item:not(.group):not(:first-child) {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #eee;
}
@media (min-width: 768px) {
  .inq-list .item:not(.group):not(:first-child) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: none;
  }
}
.inq-list .item.group {
  margin-bottom: 15px;
}
.inq-list .item.group .img {
  width: 35%;
}
.inq-list .item.group .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .inq-list .item.group {
    width: 50%;
    margin-bottom: 0;
  }
  .inq-list .item.group .text {
    text-align: center;
    padding-left: 0;
  }
}
.inq-list .item.gb {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  border-top: 1px solid #eee;
}
@media (min-width: 768px) {
  .inq-list .item.gb {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    border-top: none;
  }
}
.inq-list .item span.type {
  display: block;
  color: #777;
}
.inq-list .item img {
  width: 100px;
}
.inq-list .item input {
  width: 100px;
  padding: 0 10px;
  border-radius: 30px;
  border: 1px solid #ccc;
}
@media (min-width: 768px) {
  .inq-list .item input {
    width: 100%;
    padding: 5px 10px;
  }
}
.inq-list .item input:focus {
  border: 1px solid #1ca5dc;
}
.inq-list .item input:focus-visible {
  outline: 1px solid #1ca5dc;
}

@media (max-width: 480px) {
  .swiper_text_block h2 {
    font-size: 32px;
    margin: 5px 0;
  }
  .swiper_text_block h3 {
    font-size: 18px;
    margin: 5px 0;
  }
  .swiper_text_block .btn {
    height: auto;
    line-height: normal;
    padding: 5px 10px;
    margin-top: 5px;
  }
}
.info-text i {
  font-size: 36px;
  margin-bottom: 10px;
}

.table-money {
  margin-top: 30px;
}
.table-money .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  border: 1px solid #fff;
}
.table-money .list .title {
  width: 30%;
  padding: 10px;
  color: #fff;
  background: #21242b;
}
.table-money .list .info {
  width: 70%;
  padding: 10px;
  color: #555;
  background: #f7f7f7;
}
.table-money .list:last-child {
  border: 2px dotted #afafaf;
}

.payment {
  padding: 30px;
  margin: 0;
  height: 100%;
  background: #f7f7f7;
  border: 1px solid #eee;
}
.payment h5 {
  font-size: 18px;
  padding: 10px 0;
  margin-top: 0;
  border-bottom: 1px solid #ddd;
}
.payment label {
  margin-right: 10px;
}
.payment .pay-box + .pay-box {
  margin-top: 15px;
}
.payment input {
  margin-bottom: 5px;
}
.payment .form-control {
  background: #fff;
}

.cart-title {
  margin: 50px 0 30px;
}

.cart-done {
  margin-bottom: 30px;
  padding: 5%;
  text-align: center;
  border: 1px dashed #ccc;
}
.cart-done h5 {
  margin: 0 0 15px;
  color: #21242b;
  font-size: 16px;
}
.cart-done p {
  margin-bottom: 0;
}

.panel-inq .panel-heading {
  position: relative;
  padding: 0 15px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.panel-inq .panel-heading a:after {
  content: "";
  margin-top: -18px;
  color: #ccc;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 15px;
  font-family: "FontAwesome";
}
.panel-inq .panel-heading a.collapsed:after {
  content: "";
}
.panel-inq .panel-heading h2 {
  padding: 20px 0;
  margin: 0;
  font-size: 18px;
}
.panel-inq .panel-footer {
  padding: 0;
  text-align: center;
  background: transparent;
  border-bottom: 1px solid #eee;
}
.panel-inq .panel-footer a {
  display: block;
  padding: 5px 0;
  color: #ccc;
  font-size: 20px;
}
.panel-inq .panel-footer a:hover {
  color: #1ca5dc;
}

.info-table td,
.info-table th {
  border: none !important;
}
.info-table th {
  white-space: nowrap;
}
.info-table tr {
  border-bottom: 1px solid #eee;
}

.pay-button {
  padding: 5px 10px;
  margin-left: 10px;
}
.pay-button.link {
  border: 1px solid #21242b;
}
.pay-button.link:hover {
  color: #fff;
  background: #1ca5dc;
  border-color: #1ca5dc;
}
.pay-button.success {
  color: #fff;
  background: #1ca5dc;
}
.pay-button.falt {
  color: #fff;
  background: #21242b;
}

.store-index {
  position: relative;
  display: block;
  padding: 30px 0;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
}
.store-index::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #21242b;
}
.store-index img {
  width: 70px;
}
.store-index h5 {
  color: #fff;
  font-size: 22px;
  margin: 15px 0 0;
}
.store-index:hover::after {
  background: #34373e;
}

.bank-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.bank-input label {
  width: 30%;
  padding: 10px;
  margin: 0;
  font-size: 14px;
  background: #eee;
}
.bank-input input {
  width: 70%;
  margin: 0;
  border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bank-button {
  padding: 5px 10px;
  height: auto;
  line-height: normal;
}