*, *::after, *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  height: 100%;
}
html {
  font-size: 16px;
  scroll-padding-top: 125px;
}
body {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  line-height: 1.6;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  color: #4c4c4c;
  position: relative;
  background-color: #ffffff;
  overflow-x: hidden;
}
body.active-body-search-overlay {
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #1e1e1e;
  font-weight: 600;
  margin-top: 0;
  letter-spacing: 0.03em;
}
h1, h1.h2, h1.h3, h1.h4, h1.h5, h1.h6, .h1 {
  font-size: 2.25rem;
  line-height: 2.625rem;
  margin-bottom: 3.5rem;
}
h2, h1.h2, h3.h2, h4.h2, h5.h2, h6.h2, .h2 {
  font-size: 1.875rem;
  line-height: 3rem;
  margin-bottom: 3.375rem;
}
h3, h1.h3, h2.h3, h4.h3, h5.h3, h6.h3, .h3 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 2.5rem;
}
h4, h1.h4, h2.h4, h3.h4, h5.h4, h6.h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 2rem;
}
h5, h1.h5, h2.h5, h3.h5, h4.h5, h6.h5, .h5 {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 1.5rem;
}
h6, h1.h6, h2.h6, h3.h6, h4.h6, h5.h6, .h6 {
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin-bottom: 1.25rem;
}
.sub-title {
  font-size: 1rem;
  padding: 7px 0 10px 0;
  display: block;
  line-height: 1.46rem;
}
.main-title {
  display: block;
}
.header-title {
  margin-bottom: 5px !important;
}
.font-w {
  font-weight: 600 !important;
  color: #272727;
}
.font-w-ex {
  font-weight: 800 !important;
  color: #272727;
}
.font-jw {
  font-weight: 600 !important;
}
@media screen and (max-width: 767px) {
  h1, h1.h2, h1.h3, h1.h4, h1.h5, h1.h6, .h1 {
    font-size: 1.97rem;
    line-height: 2.73rem;
  }
  h2, h1.h2, h3.h2, h4.h2, h5.h2, h6.h2, .h2 {
    font-size: 1.55rem;
    line-height: 1.99rem;
  }
  h3, h1.h3, h2.h3, h4.h3, h5.h3, h6.h3, .h3 {
    font-size: 1.46rem;
    line-height: 1.96rem;
  }
  h4, h1.h4, h2.h4, h3.h4, h5.h4, h6.h4, .h4 {
    font-size: 1.27rem;
    line-height: 1.76rem
  }
  h5, h1.h5, h2.h5, h3.h5, h4.h5, h6.h5, .h5 {
    font-size: 0.98rem;
    line-height: 1.15rem;
  }
  h6, h1.h6, h2.h6, h3.h6, h4.h6, h5.h6, .h6 {
    font-size: 0.84rem;
    line-height: 1.13rem;
  }
  .sub-title {
    font-size: .9rem;
    line-height: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  h1, h1.h2, h1.h3, h1.h4, h1.h5, h1.h6, .h1 {
    font-size: 1.8rem;
    line-height: 2.1rem;
  }
  h2, h1.h2, h3.h2, h4.h2, h5.h2, h6.h2, .h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  h3, h1.h3, h2.h3, h4.h3, h5.h3, h6.h3, .h3 {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  h4, h1.h4, h2.h4, h3.h4, h5.h4, h6.h4, .h4 {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
  h5, h1.h5, h2.h5, h3.h5, h4.h5, h6.h5, .h5 {
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
  h6, h1.h6, h2.h6, h3.h6, h4.h6, h5.h6, .h6 {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .sub-title {
    font-size: 1rem;
    line-height: 1.1rem;
  }
}
.title-border100:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  margin-top: 15px;
  background-color: #d0dbd8;
}
.title-border20:after {
  content: "";
  display: block;
  height: 2px;
  width: 20%;
  margin-top: 15px;
  background-color: #d0dbd8;
}
a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}
.normal-page a, .blog-page a {
  color: #6c94bf;
}
.normal-page a:hover, .blog-page a:hover {
  color: #0a58ca;
}
a, button, img, input, span {
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}
*:focus {
  outline: none !important;
}
a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}
a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #78817e;
}
button, input[type=submit] {
  cursor: pointer;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
/*-- Tab Content & Pane Fix --*/
.tab-content {
  width: 100%;
}
.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}
.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='black'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
/*----------  default settings slick slider  ----------*/
.slick-slide > div > div {
  vertical-align: middle;
}
/*----------  Sharp border tippyjs theme  ----------*/
/* If `animateFill: true` (default) */
.tippy-tooltip.sharpborder-theme .tippy-backdrop {
  background-color: #383838;
  font-weight: 400;
  color: #fff;
}
/* If `animateFill: false` */
.tippy-tooltip.sharpborder-theme {
  font-weight: 400;
  border-radius: 0;
  font-size: 12px;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  background: #383838;
  color: #fff;
  line-height: 12px;
  white-space: nowrap;
  padding: 8px 10px;
}
/* If `animateFill: true` (default) */
.tippy-tooltip.roundborder-theme .tippy-backdrop {
  background-color: #383838;
  font-weight: 400;
  color: #fff;
}
/* If `animateFill: false` */
.tippy-tooltip.roundborder-theme {
  font-weight: 400;
  font-size: 12px;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  background: #383838;
  color: #fff;
  line-height: 12px;
  white-space: nowrap;
  padding: 8px 10px;
}
.slick-slider .slick-list {
  margin-right: -15px;
  margin-left: -15px;
}
.slick-slider .col, .slick-slider [class^=col-] {
  padding-right: 15px;
  padding-left: 15px;
}
/*=============================================
=            Header            =
=============================================*/
/* header offset sticker */
.header-offer-sticker {
  background-color: #AAAAAA;
}
.header-offer-sticker p {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  line-height: 38px;
}
.header-offer-sticker p a {
  text-decoration: underline;
  margin-left: 5px;
}
.header-offer-sticker p a:hover {
  color: #ffffff;
}
.header-top-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* header top dropdown */
.header-top-dropdown {
  position: relative;
  padding: 0 15px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.header-top-dropdown:hover > .header-top-dropdown__list {
  visibility: visible;
  opacity: 1;
}
.header-top-dropdown > a {
  padding: 7px 0;
  display: block;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  line-height: 22px;
}
.header-top-dropdown > a:hover {
  color: #fab200;
}
.header-top-dropdown > a i {
  font-size: 12px;
}
.header-top-dropdown__list {
  padding: 10px 0;
  position: absolute;
  top: calc(100% + 2px);
  left: 0%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  min-width: 150px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
}
.header-top-dropdown__list li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-top-dropdown__list li a {
  display: block;
  padding: 8px 15px;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  line-height: 1;
}
.header-top-dropdown__list li:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.header-top-dropdown__list li:hover a {
  color: #fab200;
}
/* header navigation top */
.header-navigation-top {
  border-bottom: 1px solid #eee;
}
.header-top-content-wrapper .header-contact-info-wrapper {
  margin-left: 20px;
}
/* header */
.header-area--one {
  background-color: #ffffff;
}
.header-area--default--white {
  background-color: #ffffff;
}
.header-area--default--transparent {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header-area--default--transparent .header-mobile-navigation {
  border-bottom: 0;
}
.header-area--default--transparent.is-sticky {
  background-color: #ffffff;
}
.header-area--default--transparent.is-sticky .header-navigation-area .header-info-wrapper .header-logo img:nth-child(1) {
  display: block;
}
.header-area--default--transparent.is-sticky .header-navigation-area .header-info-wrapper .header-logo img:nth-child(2) {
  display: none;
}
.header-area--default--transparent.is-sticky .account-dropdown {
  display: none;
}
.header-area--default--transparent .header-navigation-area .header-info-wrapper .header-logo img:nth-child(1) {
  display: none;
}
.header-info-area {
  padding: 50px 0;
}
/* heaer sticky */
.header-sticky.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.header-sticky.is-sticky .header-navigation-top {
  display: none;
}
.header-sticky.is-sticky .header-navigation-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.header-sticky.is-sticky .header-info-area {
  display: none !important;
}
.header-sticky.is-sticky .header-info-wrapper--alt-style .header-navigation-wrapper nav > ul > li > a {
  padding-top: 30px;
  padding-bottom: 30px;
}
.header-sticky.is-sticky .header-info-wrapper--alt-style .header-navigation-wrapper nav > ul > li > a:before {
  bottom: 25px;
}
.header-sticky.is-sticky .header-logo--sticky {
  display: block;
}
.header-sticky.is-sticky .header-icon-area--sticky {
  display: block;
}
.header-sticky.is-sticky .header-navigation-area--extra-space {
  padding: 0;
}
.header-sticky.is-sticky .header-navigation-area nav > ul > li > a {
  padding: 30px 0;
}
.header-sticky.is-sticky .header-navigation-area nav > ul > li > a:before {
  bottom: 25px;
}
.header-sticky.is-sticky .header-navigation-area nav > ul > li > a:after {
  right: -15px;
}
.header-sticky.is-sticky .header-icon__list__item > a {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-sticky.is-sticky .header-icon__list__item > a {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-sticky.is-sticky .header-icon__list__item > a {
    padding: 0;
  }
}
.header-sticky.is-sticky .header-icon__list__item > a span.item-count {
  top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-sticky.is-sticky .header-icon__list__item > a span.item-count {
    top: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .header-sticky.is-sticky .header-icon__list__item > a span.item-count {
    top: -10px;
  }
}
.header-sticky.is-sticky .header-icon__list__item:hover .minicart-wrapper {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.header-sticky.is-sticky .account-dropdown > a {
  padding-top: 30px;
  padding-bottom: 30px;
}
.header-sticky.is-sticky .minicart-wrapper {
  top: 105%;
}
/* header info area */
.header-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-info-wrapper--alt-style .header-logo {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-info-wrapper--alt-style .header-logo {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-info-wrapper--alt-style .header-logo {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}
.header-info-wrapper--alt-style .header-navigation-wrapper {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}
.header-info-wrapper--alt-style .header-navigation-wrapper nav > ul > li > a {
  color: #353535;
}
.header-info-wrapper--alt-style .header-icon-area {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-info-wrapper--alt-style .header-icon-area {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-info-wrapper--alt-style .header-icon-area {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}
.header-contact-info {
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}
.header-contact-info__list li {
  display: inline-block;
  margin-right: 25px;
}
.header-contact-info__list li i {
  font-size: 14px;
  margin-right: 5px;
}
.header-contact-info__list li a {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  line-height: 22px;
}
.header-contact-info__list li a:hover {
  color: #fab200;
}
.header-contact-info__list li:last-child {
  margin-right: 0;
}
/* header logo */
.header-logo {
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}
.header-logo--sticky {
  display: none;
}
/* header icon area */
.header-icon-area {
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-icon-area--sticky {
  display: none;
}
.header-icon-area .account-dropdown {
  display: inline-block;
  margin-right: 35px;
  position: relative;
}
.header-icon-area .account-dropdown:hover > .account-dropdown__list {
  visibility: visible;
  opacity: 1;
}
.header-icon-area .account-dropdown > a {
  display: block;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  line-height: 22px;
}
.header-icon-area .account-dropdown > a:hover {
  color: #fab200;
}
.header-icon-area .account-dropdown > a i {
  font-size: 12px;
}
.header-icon-area .account-dropdown__list {
  padding: 10px 0;
  position: absolute;
  top: 100%;
  left: -20%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  min-width: 150px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
}
.header-icon-area .account-dropdown__list li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-icon-area .account-dropdown__list li a {
  display: block;
  padding: 8px 15px;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  line-height: 1;
}
.header-icon-area .account-dropdown__list li:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.header-icon-area .account-dropdown__list li:hover a {
  color: #fab200;
}
/* header icon */
.header-icon {
  display: inline-block;
}
.header-icon__list {
  /* white icon style  */
}
.header-icon__list li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
.header-icon__list li:hover .minicart-wrapper {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.header-icon__list li:last-child {
  margin-right: 0;
}
.header-icon__list li > a {
  position: relative;
  font-size: 16px;
  color: #111;
  font-weight: 400;
  line-height: 16px;
}
.header-icon__list li > a > .item-count {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 16px;
  height: 16px;
  background-color: #fab200;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  color: #111;
  font-weight: 700;
  line-height: 16px;
}
.header-icon__list--white-icon li > a {
  color: #ffffff;
}
/* minicart */
.minicart-wrapper {
  position: absolute;
  top: 120%;
  right: 0;
  background: #ffffff;
  padding: 20px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  z-index: 999;
  width: 320px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.minicart-wrapper__buttons {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .minicart-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .minicart-wrapper {
    display: none;
  }
}
.minicart-wrapper__title {
  font-size: 16px;
  color: #111;
  font-weight: 600;
  line-height: 1.6;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.minicart-wrapper__items {
  max-height: 400px;
  overflow: auto;
  position: relative;
}
.minicart-wrapper__items .ps__thumb-y {
  width: 2px;
}
.minicart-wrapper__items .ps__thumb-y:hover {
  width: 3px;
}
.minicart-wrapper__items .ps__rail-y {
  width: 3px;
}
.minicart-wrapper__items__single {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.minicart-wrapper__items__single .close-icon {
  position: absolute;
  top: 0;
  right: 5px;
}
.minicart-wrapper__items__single .close-icon:hover {
  color: #fab200;
}
.minicart-wrapper__items__single .close-icon i {
  font-size: 20px;
}
.minicart-wrapper__items__single .image {
  margin-right: 15px;
}
.minicart-wrapper__items__single .content .product-title {
  margin-bottom: 10px;
  margin-right: 20px;
}
.minicart-wrapper__items__single .content .product-title a {
  font-size: 16px;
  color: #111;
  font-weight: 500;
  line-height: 18px;
}
.minicart-wrapper__items__single .content .product-title a:hover {
  color: #fab200;
}
.minicart-wrapper__items__single .content .product-calculation .count {
  font-size: 12px;
  color: #666;
  font-weight: 400;
  line-height: 22px;
}
.minicart-wrapper__items__single .content .product-calculation .price {
  font-size: 18px;
  color: #d92523;
  font-weight: 600;
  line-height: 22px;
}
.minicart-wrapper__items__single .content .wishlist-cart-icon {
  font-size: 13px;
  color: #666;
  font-weight: 700;
  line-height: 22px;
}
.minicart-wrapper__items a {
  border-bottom: 1px solid #ccc;
  color: inherit;
  transition: color 0.3s ease;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
.minicart-wrapper__items a:hover {
  color: #78817e;
}
.minicart-wrapper__items a:hover i {
  color: #78817e;
}
.minicart-wrapper__subtotal {
  font-size: 16px;
  color: #222;
  font-weight: 600;
  line-height: 26px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.minicart-wrapper__subtotal span {
  float: right;
  font-size: 18px;
  color: #d92523;
  font-weight: 600;
  line-height: 29px;
}
.minicart-wrapper__featuretext {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 26px;
}
/* navigation area */
.header-navigation-area--dark {
  background-color: #222;
}
.header-navigation-area--white {
  background-color: #ffffff;
}
.header-navigation-area--extra-space {
  padding: 10px 0;
}
.header-navigation-wrapper nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-navigation-wrapper nav > ul > li {
  display: inline-block;
  margin-right: 50px;
  position: relative;
}
.header-navigation-wrapper nav > ul > li.has-children > a {
  position: relative;
}
.header-navigation-wrapper nav > ul > li.has-children > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  opacity: 0.6;
  right: -15px;
}
.header-navigation-wrapper nav > ul > li.active > a:before {
  width: 100%;
}
.header-navigation-wrapper nav > ul > li:last-child {
  margin-right: 0;
}
.header-navigation-wrapper nav > ul > li:last-child .submenu--column-3 {
  -webkit-transform: translate(-400px, 20px);
  transform: translate(-400px, 20px);
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-navigation-wrapper nav > ul > li:last-child .submenu--column-3 {
    -webkit-transform: translate(-500px, 20px);
    transform: translate(-500px, 20px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-navigation-wrapper nav > ul > li:last-child .submenu--column-3 {
    -webkit-transform: translate(-600px, 20px);
    transform: translate(-600px, 20px);
  }
  .header-navigation-wrapper nav > ul > li {
    margin-right: 35px;
  }
}
.header-navigation-wrapper nav > ul > li:last-child:hover .submenu--column-3 {
  -webkit-transform: translate(-400px, 0);
  transform: translate(-400px, 0);
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-navigation-wrapper nav > ul > li:last-child:hover .submenu--column-3 {
    -webkit-transform: translate(-500px, 0);
    transform: translate(-500px, 0);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-navigation-wrapper nav > ul > li:last-child:hover .submenu--column-3 {
    -webkit-transform: translate(-600px, 0);
    transform: translate(-600px, 0);
  }
}
.header-navigation-wrapper nav > ul > li:first-child .submenu--column-3 {
  -webkit-transform: translate(-150px, 20px);
  transform: translate(-150px, 20px);
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-navigation-wrapper nav > ul > li:first-child .submenu--column-3 {
    -webkit-transform: translate(-150px, 20px);
    transform: translate(-150px, 20px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-navigation-wrapper nav > ul > li:first-child .submenu--column-3 {
    -webkit-transform: translate(-155px, 20px);
    transform: translate(-155px, 20px);
  }
}
.header-navigation-wrapper nav > ul > li:first-child:hover .submenu--column-3 {
  -webkit-transform: translate(-150px, 0);
  transform: translate(-150px, 0);
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-navigation-wrapper nav > ul > li:first-child:hover .submenu--column-3 {
    -webkit-transform: translate(-150px, 0);
    transform: translate(-150px, 0);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-navigation-wrapper nav > ul > li:first-child:hover .submenu--column-3 {
    -webkit-transform: translate(-155px, 0);
    transform: translate(-155px, 0);
  }
}
.header-navigation-wrapper nav > ul > li > a {
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 1px;
  display: block;
  padding: 20px 0;
  position: relative;
}
.header-navigation-wrapper nav > ul > li > a:before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #8f8f8f;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-navigation-wrapper nav > ul > li:hover > a {
  color: #8f8f8f;
}
.header-navigation-wrapper nav > ul > li:hover > a:before {
  width: 100%;
}
.header-navigation-wrapper nav > ul > li:hover .submenu {
  -webkit-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-navigation-wrapper nav > ul > li:hover .submenu--home-variation {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }
}
.header-navigation-wrapper nav > ul > li:hover .submenu--column-3 {
  -webkit-transform: translate(-250px, 0);
  transform: translate(-250px, 0);
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-navigation-wrapper nav > ul > li:hover .submenu--column-3 {
    -webkit-transform: translate(-250px, 0);
    transform: translate(-250px, 0);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-navigation-wrapper nav > ul > li:hover .submenu--column-3 {
    -webkit-transform: translate(-390px, 0);
    transform: translate(-390px, 0);
  }
}
/* submenu */
.submenu {
  position: absolute;
  -webkit-box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.29);
  box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.29);
  top: 100%;
  background-color: #ffffff;
  z-index: 1001;
  -webkit-transform: translate(-20px, 20px);
  transform: translate(-20px, 20px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
.submenu--home-variation {
  padding: 60px 30px;
  width: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .submenu--home-variation {
    -webkit-transform: translate(-100px, 20px);
    transform: translate(-100px, 20px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .submenu--home-variation {
    padding: 40px 30px;
  }
}
.submenu--home-variation__item {
  -ms-flex-preferred-size: 27%;
  flex-basis: 27%;
}
.submenu--home-variation__item:nth-child(1n+4) {
  margin-top: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .submenu--home-variation__item:nth-child(1n+4) {
    margin-top: 15px;
  }
}
.submenu--home-variation__item__title {
  margin-bottom: 12px;
}
.submenu--home-variation__item__title a {
  font-size: 15px;
  color: #111;
  font-weight: 600;
  line-height: 16px;
}
.submenu--home-variation__item__title a:hover {
  color: #fab200;
}
.submenu--home-variation__item__image {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.submenu--home-variation__item__image img {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}
.submenu--home-variation__item__image img:hover {
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.3);
}
.submenu--column-1 {
  min-width: 250px;
  padding: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .submenu--column-1 {
    left: -80px;
  }
}
.submenu--column-1 > li {
  margin-top: 20px;
}
.submenu--column-1 > li.has-children {
  position: relative;
}
.submenu--column-1 > li.has-children > .submenu--column-1 {
  position: absolute;
  top: -30%;
  left: 120%;
  right: auto;
  visibility: hidden !important;
  opacity: 0 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.submenu--column-1 > li.has-children > a {
  position: relative;
}
.submenu--column-1 > li.has-children > a:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 20px;
}
.submenu--column-1 > li.has-children:hover > .submenu--column-1 {
  visibility: visible !important;
  opacity: 1 !important;
}
.submenu--column-1 > li:nth-child(1) {
  margin-top: 0;
}
.submenu--column-1 > li > a {
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  color: #111;
  font-weight: 400;
  line-height: 21px;
}
.submenu--column-1 > li > a::before {
  position: absolute;
  opacity: 0;
  content: "";
  height: 1px;
  width: 0;
  top: 50%;
  left: -15px;
  margin-right: 5px;
  background-color: #fab200;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.submenu--column-1 > li:hover > a {
  color: #fab200;
  padding-left: 5px;
}
.submenu--column-1 > li:hover > a:before {
  width: 14px;
  opacity: 1;
}
.submenu--column-3 {
  width: 860px;
  padding: 60px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-transform: translate(-250px, 20px);
  transform: translate(-250px, 20px);
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .submenu--column-3 {
    -webkit-transform: translate(-250px, 20px);
    transform: translate(-250px, 20px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .submenu--column-3 {
    -webkit-transform: translate(-350px, 20px);
    transform: translate(-350px, 20px);
  }
}
.submenu--column-3 > li {
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  padding-right: 30px;
}
.submenu--column-3 > li:last-child {
  padding-right: 0;
}
.submenu--column-3 > li.megamenu-image {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.submenu--column-3 > li > ul > li {
  margin-top: 15px;
}
.submenu--column-3 > li > ul > li.megamenu-title {
  font-size: 16px;
    color: #555b58;
    font-weight: 700;
    line-height: 17px;
    padding-bottom: 15px;
    margin-bottom: 12px;
    border-bottom: 2px solid #cfcfcf;
    margin-top: 0;
} /*
.submenu--column-3 > li > ul > li:nth-child(2) {
  margin-top: 0;
}*/
.submenu--column-3 > li > ul > li > a {
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 15px;
  color: #55555;
  font-weight: 500;
  line-height: 21px;
}
.submenu--column-3 > li > ul > li > a:hover {
  color: #78817e;
}
.header-mobile-navigation {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
/* mobile menu */
.mobile-menu-icon {
  color: #111;
}
.mobile-menu-icon i {
  font-size: 28px;
  color: #474747;
  margin-right: 7px;
}
.mobile-menu-icon:hover {
  color: #111;
}
/* offcanvas mobile menu */
.offcanvas-widget-area {
  margin-bottom: 35px;
  margin-top: auto;
}
@media only screen and (max-width: 479px) {
  .offcanvas-widget-area {
    margin-bottom: 30px;
  }
}
.off-canvas-contact-widget {
  margin-bottom: 20px;
}
.offcanvas-mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  padding-left: 60px;
  height: 100vh;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.offcanvas-mobile-menu.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.offcanvas-mobile-menu.inactive {
  -webkit-transform: translateX(calc(100% + 60px));
  transform: translateX(calc(100% + 60px));
}
@media only screen and (max-width: 479px) {
  .offcanvas-mobile-menu {
    width: 300px;
  }
}
.offcanvas-menu-close {
  position: absolute;
  left: 0;
  top: 0;
  background: #78817e;
  z-index: 9;
  width: 60px;
  height: 60px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
}
@media only screen and (max-width: 479px) {
  .offcanvas-menu-close {
    width: 50px;
    height: 50px;
    line-height: 55px;
    left: 10px;
    font-size: 25px;
  }
}
.offcanvas-menu-close:hover, .offcanvas-menu-close:focus {
  color: #ffffff;
}
.offcanvas-menu-close i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.offcanvas-menu-close:hover i {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.offcanvas-wrapper {
  overflow: auto;
  height: 100%;
  -webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
}
.offcanvas-mobile-search-area {
  background-color: #e6e6e6;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 60px);
  z-index: 9;
  margin-left: 60px;
}
.offcanvas-mobile-search-area input {
  width: 100%;
  font-size: 16px;
  display: block;
  padding: 9px 25px;
  color: #222;
  background: #e6e6e6;
  border: none;
}
@media only screen and (max-width: 479px) {
  .offcanvas-mobile-search-area input {
    font-size: 16px;
    padding: 5px 15px;
  }
}
.offcanvas-mobile-search-area button {
  background: none;
  border: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #aaa;
  padding: 0;
}
.offcanvas-mobile-search-area button i {
  font-size: 18px;
  line-height: 40px;
}
.offcanvas-inner-content {
  padding: 90px 35px 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 479px) {
  .offcanvas-inner-content {
    padding: 70px 25px 0;
  }
}
.offcanvas-naviagtion {
  margin-bottom: 50px;
}
.offcanvas-naviagtion > ul > li > a {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  padding: 10px 0;
}
.offcanvas-naviagtion > ul > li > a:hover {
  color: #78817e;
}
@media only screen and (max-width: 479px) {
  .offcanvas-naviagtion > ul > li > a {
    font-size: 16px;
    line-height: 20px;
  }
}
.offcanvas-naviagtion ul.sub-menu {
  margin-left: 25px;
}
.offcanvas-naviagtion ul.sub-menu > li > a {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 0;
}
.offcanvas-naviagtion ul.sub-menu > li > a:hover {
  color: #78817e;
}
@media only screen and (max-width: 479px) {
  .offcanvas-naviagtion ul.sub-menu > li > a {
    font-size: 14px;
    line-height: 18px;
  }
}
.offcanvas-naviagtion ul li.menu-item-has-children {
  position: relative;
  display: block;
}
.offcanvas-naviagtion ul li.menu-item-has-children a {
  display: block;
}
.offcanvas-naviagtion ul li.menu-item-has-children.active > .menu-expand i:before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.offcanvas-naviagtion ul li.menu-item-has-children .menu-expand {
  position: absolute;
  right: auto;
  left: 95%;
  top: -5px;
  width: 30px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
}
.offcanvas-naviagtion ul li.menu-item-has-children .menu-expand i {
  display: block;
  margin-top: 25px;
  border-bottom: 1px solid;
  position: relative;
  width: 10px;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.offcanvas-naviagtion ul li.menu-item-has-children .menu-expand i:before {
  width: 100%;
  content: "";
  border-bottom: 1px solid;
  display: block;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.off-canvas-widget-social a {
  margin: 0 15px;
}
.off-canvas-widget-social a:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 479px) {
  .off-canvas-widget-social a {
    margin: 0 10px;
  }
}
.off-canvas-widget-social a:hover {
  color: #fab200;
}
/*=====  End of Header  ======*/
/*=============================================
=            footer            =
=============================================*/
.footer-navigation-area {
  background-color: #545b58;
  padding-top: 100px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .footer-navigation-area {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-navigation-area {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-navigation-area {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-navigation-area {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.footer-copyright-area {
  background-color: #1e1e1e;
  padding: 30px 0;
}
.footer-copyright-area--two {
  background-color: #ffffff;
  padding: 50px 0;
}
.copyright-text {
  font-size: 16px;
  color: #999;
  font-weight: 400;
  line-height: 22px;
}
.copyright-text a {
  color: #e5e5e5;
}
.copyright-text a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer-widget {
  margin-bottom: 60px;
}
.footer-widget--two {
  margin-bottom: 30px;
}
.footer-widget__title {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 15px;
  margin-top: -5px;
}
.footer-widget__title:after {
  content: "";
  display: block;
  height: 2px;
  width: 20%;
  background-color: #dfe1e0;
  margin-top: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .footer-widget__title {
    margin-top: -5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget__title {
    margin-top: -5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget__title {
    margin-top: -5px;
  }
}
footer {
  color: #e5e5e5;
}
.footer-widget__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 25px;
}
.footer-widget__text--two {
  margin-right: 20px;
}
.footer-widget__navigation ul li a {
  font-size: 16px;
  color: #e5e5e5;
  font-weight: 400;
  line-height: 22px;
  padding: 5px 0;
}
.footer-widget__navigation ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer-widget__social-links {
  display: inline-block;
}
.footer-widget__social-links li {
  display: inline-block;
  padding-right: 20px;
}
.footer-widget__social-links li a {
  display: block;
  padding: 5px 0;
  color: #e5e5e5;
}
.footer-widget__social-links li a:hover {
  color: #ffffff;
}
.footer-widget__social-links--dark li a {
  color: #111111;
}
.footer-widget__social-links--dark li a:hover {
  color: #ffffff;
}
.footer-widget__newsletter-form {
  position: relative;
  height: 50px;
  width: 90%;
}
/*=====  End of blue page style  ======*/
/*=============================================
=            Sidebar            =
=============================================*/
.single-sidebar-widget {
  margin-bottom: 50px;
}
.single-sidebar-widget__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin: 0 0 30px 0 !important;
}
.single-sidebar-widget__title:after {
      content: "";
    display: block;
    height: 3px;
    width: 100%;
    margin-top: 3px;
    background-color: #d0dbd8;
}
.single-sidebar-widget__title--extra-space {
  margin-bottom: 35px;
}
.single-sidebar-widget__dropdown > li {
  border-bottom: 1px solid #eee;
  line-height: 1;
}
.single-sidebar-widget__dropdown > li.has-children {
  position: relative;
}
.single-sidebar-widget__dropdown > li.has-children.active > i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.single-sidebar-widget__dropdown > li.has-children > i {
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-sidebar-widget__dropdown > li.has-children > .sub-menu {
  border-top: 1px solid #eee;
  padding-left: 35px;
  display: none;
}
.single-sidebar-widget__dropdown > li.has-children > .sub-menu > li {
  border-bottom: 1px solid #eee;
}
.single-sidebar-widget__dropdown > li.has-children > .sub-menu > li:last-child {
  border-bottom: 0;
}
.single-sidebar-widget__dropdown > li.has-children:first-child i {
  top: -10px;
}
.single-sidebar-widget__dropdown > li a {
  font-size: 15px;
  color: #666;
  font-weight: 500;
  line-height: 1;
  padding: 15px 0;
}
.single-sidebar-widget__dropdown > li a:hover {
  color: #78817e;
}
.single-sidebar-widget__dropdown > li:first-child > a {
  padding-top: 0;
}
.single-sidebar-widget__dropdown--extra-height > li a {
  line-height: 22px;
}
.single-sidebar-widget__dropdown--comments > li {
  word-wrap: break-word;
  padding: 15px 0;
}
.single-sidebar-widget__dropdown--comments > li:first-child {
  padding-top: 0;
}
.single-sidebar-widget__dropdown--comments > li:last-child {
  padding-bottom: 0;
}
.single-sidebar-widget__dropdown--comments > li a {
  line-height: 22px;
  display: inline !important;
  padding: 0;
}
.single-sidebar-widget--extra-space {
  margin-bottom: 55px;
}
/*----------  sidebar search  ----------*/
.sidebar-search {
  position: relative;
}
.sidebar-search input {
  border: 1px solid #eee;
  background: #f7f7f7;
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 19px;
  padding-left: 15px;
  padding-right: 45px;
}
.sidebar-search button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
  background: none;
  border: none;
  color: #333;
}
/*=====  End of Sidebar  ======*/
/*=============================================
=            container            =
=============================================*/
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  .container.wide {
    max-width: 95%;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1200px) and (max-width: 1499px) {
  .container.wide {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container.full {
    max-width: 100%;
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .col-custom-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px) {
  .col-custom-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .d-lg2-none {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .d-lg3-none {
    display: none !important;
  }
}
.pb-80 {
  padding-bottom: 80px;
}
/*=====  End of container  ======*/
/*=============================================
=            button            =
=============================================*/
.theme-button, .header-icon__list li > a.theme-button {
  background-color: #111111;
  text-align: center;
  border-radius: 5px;
  border: none;
  padding: 10px 20px;
  font-weight: 700;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin: 20px 0;
}
.masonry-layout--banner .theme-button, .header-icon__list li > a.theme-button {
  margin: 15px 0 0;
}
.theme-button:hover {
  background-color: #fab200;
  color: #ffffff;
}
.theme-button--checkout {
  padding: 10px 17px;
}
.theme-button--wishlist {
  border-radius: 0;
}
.theme-button--silver {
  color: #333;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.theme-button--silver:hover {
  background-color: #f1f1f1;
  color: #333;
}
.theme-button--tumugu {
  background-color: #fab200;
}
.theme-button--alt:hover {
  background-color: #111111;
}
.tumugu-button, a.tumugu-button {
  background-color: #ffffff;
  color: #676767;
  letter-spacing: 0.15em;
  border: solid 1px #9b9b9b;
}
.tumugu-button:hover, a.tumugu-button:hover {
  background-color: #78817e;
  color: #ffffff;
}
.header-icon__list .tumugu-button {
  background-color: #333333;
  color: #ffffff;
  letter-spacing: 0.15em;
  border: solid 1px #212020;
}
.header-icon__list .tumugu-button:hover {
  background-color: #78817e;
  color: #ffffff;
  border: solid 1px #78817e;
}
.theme-button--subscribe {
  margin-top: 10px;
  padding: 12px 22px;
}
@media only screen and (max-width: 479px) {
  .theme-button--subscribe {
    padding: 8px 16px;
    font-size: 14px;
  }
}
.theme-button--loadmore {
  margin-top: 10px;
  padding: 12px 22px;
}
@media only screen and (max-width: 479px) {
  .theme-button--loadmore {
    padding: 8px 16px;
    font-size: 14px;
  }
}
.theme-button--minicart-button {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  line-height: 26px;
  padding: 5px 10px;
  display: block;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.theme-button--minicart-button--alt:hover {
  opacity: 0.85;
}
.theme-button--banner {
  padding: 8px 24px;
  font-size: 14px;
  border: 2px solid #fab200;
}
@media only screen and (max-width: 479px) {
  .theme-button--banner {
    padding: 5px 15px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .theme-button--banner {
    padding: 5px 15px;
    font-size: 12px;
  }
}
.theme-button--banner:hover {
  color: #fab200;
  background-color: rgba(255, 255, 255, 0.01);
  border-color: #fab200;
}
.theme-button--banner--two {
  border: 2px solid #111;
}
.theme-button--banner--two:hover {
  background-color: #fab200;
  border-color: #fab200;
  color: #ffffff;
}
.theme-button--banner--scale {
  font-size: 14px;
  color: #222;
  font-weight: 700;
  line-height: 22px;
  background-color: transparent;
  border: 2px solid #222;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .theme-button--banner--scale {
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .theme-button--banner--scale {
    border: none;
  }
}
.theme-button--banner--scale:hover {
  background-color: #fab200;
  border-color: #fab200;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .theme-button--banner--scale:hover {
    background: none;
    border-color: transparent;
    color: #222222;
  }
}
@media only screen and (max-width: 767px) {
  .theme-button--banner--scale:hover {
    background: none;
    border-color: transparent;
    color: #222;
  }
}
.theme-button--banner--two-column {
  font-size: 14px;
  padding: 12px 35px;
  border: 2px solid #fab200;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .theme-button--banner--two-column {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .theme-button--banner--two-column {
    padding: 10px 20px;
  }
}
.theme-button--banner--two-column:hover {
  background-color: transparent;
  color: #fab200;
}
.theme-button--banner--three-column {
  font-size: 14px;
}
.theme-button--cta {
  color: #ffffff;
  background-color: #aaaaaa;
  border-color: #aaaaaa;
  font-size: 16px;
}
.theme-button--cta-two {
  border: 2px solid #000;
  background-color: transparent;
  color: #000;
  font-size: 14px;
}
.theme-button--cta-two:hover {
  background-color: #000;
  color: #ffffff;
}
.theme-button--deal-counter {
  padding: 12px 35px;
}
@media only screen and (max-width: 479px) {
  .theme-button--deal-counter {
    padding: 10px 20px;
    font-size: 14px;
  }
}
.theme-button--order-track {
  width: 200px;
}
.theme-button--small {
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  padding: 5px 30px;
}
.theme-button--medium {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  padding: 12px 40px;
}
.theme-button--large {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  padding: 12px 35px;
}
.theme-button--extra-large {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  padding: 20px 45px;
}
.header-icon__list .theme-button {
  margin: 0 !important;
}
@media only screen and (max-width: 1199px) {
  .theme-button--extra-large {
    font-size: 18px;
    padding: 15px 40px;
  }
  .theme-button--medium, .theme-button, .header-icon__list li > a.theme-button--medium {
    padding: 9px 15px;
  }
  .header-icon__list li > a.tumugu-button {
    letter-spacing: 0.08em;
    font-size: 14px;
  }
}
.theme-button--custom {
  background-color: #6d7f97;
  border-color: #6d7f97;
}
.theme-button--custom:hover {
  background-color: rgba(109, 127, 151, 0.85);
  border-color: rgba(109, 127, 151, 0.85);
}
.theme-button--icon-left {
  color: #222222;
  background-color: #c9dee4;
  border-color: #c9dee4;
}
.theme-button--icon-left i {
  margin-right: 5px;
}
.theme-button--icon-left:hover {
  color: #222222;
  background-color: rgba(201, 222, 228, 0.72);
  border-color: rgba(201, 222, 228, 0.72);
}
/* category button */
.category-button--shop-now {
  font-size: 14px;
  color: #ccc;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 25px;
}
.category-button--shop-now:hover {
  color: #78817e;
}
/* blog readmore link */
.blog-readmore-link {
  font-size: 14px;
}
.blog-readmore-link:hover {
  color: #78817e;
}
.blog-readmore-link i {
  padding-left: 5px;
  font-size: 14px;
}
/* slider text shop now button */
.slider-text-link {
  font-size: 16px;
  color: #78817e;
  font-weight: 700;
  line-height: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slider-text-link i {
  margin-left: 5px;
}
.slider-text-link:hover {
  color: #000;
}
/*----------  search overlay  ----------*/
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(132, 141, 138, 0.95);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 999999;
}
.search-overlay.active-search-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.search-overlay .search-close-icon {
  position: absolute;
  top: 30px;
  right: 30px;
}
.search-overlay .search-close-icon a {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.search-overlay .search-close-icon a i {
  font-size: 80px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .search-overlay .search-close-icon a i {
    font-size: 25px;
  }
}
.search-overlay .search-close-icon a:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.search-overlay .search-overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.search-overlay .search-overlay-content .input-box {
  margin-bottom: 15px;
}
.search-overlay .search-overlay-content .input-box form input {
  background: none;
  border: none;
  border-bottom: 2px solid #ffffff;
  font-size: 40px;
  color: #ffffff;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-overlay .search-overlay-content .input-box form input {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .search-overlay .search-overlay-content .input-box form input {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .search-overlay .search-overlay-content .input-box form input {
    font-size: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .search-overlay .search-overlay-content .input-box form input {
    font-size: 20px;
  }
}
.search-overlay .search-overlay-content .input-box form ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cdcdcd;
  font-size: .8em;
  opacity: .9;
  /* Firefox */
}
.search-overlay .search-overlay-content .input-box form ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cdcdcd;
  opacity: .9;
  font-size: .8em;
  /* Firefox */
}
.search-overlay .search-overlay-content .input-box form :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cdcdcd;
  opacity: .9;
  font-size: .8em;
  /* Firefox */
}
.search-overlay .search-overlay-content .input-box form ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cdcdcd;
  opacity: .9;
  font-size: .8em;
  /* Firefox */
}
.search-overlay .search-overlay-content .input-box form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cdcdcd;
  opacity: .9;
  font-size: .8em;
  /* Firefox */
}
.search-overlay .search-overlay-content .input-box form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cdcdcd;
  font-size: .8em;
}
.search-overlay .search-overlay-content .input-box form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #cdcdcd;
  font-size: .8em;
}
.search-overlay .search-overlay-content .search-hint span {
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 400;
}
.input-box .search-button {
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-size: 35px;
  padding: 0;
}
.input-box .search-button:hover {
  color: #d5d5d5;
}
/*=============================================
=            section title            =
=============================================*/
.section-title-area {
  margin-bottom: 50px;
}
.section-title {
  font-weight: 700;
  line-height: 65px;
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 55px;
  }
}
@media only screen and (max-width: 479px) {
  .section-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 50px;
    padding-bottom: 10px;
  }
}
.section-title:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background-color: #ccc;
  content: "";
}
@media only screen and (max-width: 479px) {
  .section-title:after {
    width: 80px;
  }
}
.section-title--left-align:after {
  left: 0;
  -webkit-transform: none;
  transform: none;
}
.section-subtitle {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 25px;
  width: 600px;
  max-width: 100%;
  margin: auto;
  margin-top: 25px;
  margin-bottom: -5px !important;
}
.section-subtitle--wide {
  width: 1000px;
  max-width: 100%;
}
.section-subtitle--left-align {
  margin-left: 0;
}
/*=====  End of section title  ======*/
/*=============================================
=            category            =
=============================================*/
.category-grid-wrapper {
  margin-bottom: -30px;
}
.category-grid-wrapper .single-category {
  margin-bottom: 30px;
}
.masonry-layout--category {
  margin-bottom: -30px;
}
.masonry-layout--category .single-category--type-one {
  margin-bottom: 30px;
}
.masonry-layout--category .masonry-item--category {
  margin-bottom: 30px;
}
.single-category--type-one {
  border-bottom: 2px solid #f5f5f5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-category--type-one__image {
  overflow: hidden;
  margin-bottom: 20px;
}
.single-category--type-one__image a {
  display: block;
  width: 100%;
}
.single-category--type-one__image a img {
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-category--type-one__content .title {
  font-size: 24px;
  color: #111;
  font-weight: 600;
  line-height: 36px;
}
.single-category--type-one__content .category-button--shop-now {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-category--type-one__content .category-button--shop-now i {
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
  font-size: 10px;
}
.single-category--type-one:hover {
  border-bottom-color: #ccc;
}
.single-category--type-one:hover .single-category--type-one__image a img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.single-category--type-one:hover .single-category--type-one__content .category-button--shop-now {
  color: #fab200;
}
.single-category--type-one:hover .single-category--type-one__content .category-button--shop-now i {
  padding-left: 5px;
}
.single-category--type-two {
  position: relative;
}
.single-category--type-two__image {
  overflow: hidden;
}
.single-category--type-two__image a {
  display: block;
  width: 100%;
}
.single-category--type-two__image a img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-category--type-two__image a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.single-category--type-two__content {
  position: absolute;
  top: 30px;
  left: 30px;
}
.single-category--type-two__content .title {
  font-size: 24px;
  color: #111;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
}
.single-category--type-two__content .count {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 16px;
  margin-top: 5px;
  display: inline-block;
}
/*=====  End of category  ======*/
/*=============================================
=            Banner            =
=============================================*/
.banner-grid-wrapper {
  margin-bottom: -30px;
}
.banner-grid-wrapper .single-banner {
  margin-bottom: 30px;
}
.single-banner {
  position: relative;
  overflow: hidden;
  /* scale banner */
}
.single-banner__image {
  position: relative;
}
.single-banner__image a {
  display: block;
  width: 100%;
}
.single-banner__image a img {
  width: 100%;
}
.single-banner__image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: hsla(0deg, 0%, 100%, 0.9);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner__image:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .single-banner__image:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner__content {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .single-banner__content {
    display: none;
  }
}
.single-banner__content--overlay {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-banner__content--overlay > * {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.single-banner__content--overlay p.banner-small-text {
  font-size: 14px;
  color: #373737;
  font-weight: 400;
  line-height: 22px;
  margin: 8px 25px 0 25px;
}
.single-banner__content--overlay p.banner-small-text--end {
  font-size: 16px;
  color: #373737;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner__content--overlay p.banner-small-text--end {
    font-size: 14px;
  }
}
.single-banner__content--overlay p.banner-small-text--end:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background-color: #fab200;
  content: "";
}
.single-banner__content--overlay p.banner-big-text {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner__content--overlay p.banner-big-text {
    font-size: 22px;
  }
}
@media only screen and (max-width: 479px) {
  .single-banner__content--overlay p.banner-big-text {
    font-size: 22px;
  }
}
.single-banner:hover .single-banner__image:after {
  visibility: visible;
  opacity: 1;
}
.single-banner:hover .single-banner__content {
  visibility: visible;
  opacity: 1;
}
.single-banner:hover .single-banner__content > * {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.single-banner:hover .single-banner__content p.banner-small-text {
  margin: 8px 25px 0 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner:hover .single-banner__content p.banner-small-text {
    margin-bottom: 0;
    line-height: 15px;
  }
}
.single-banner:hover .single-banner__content p.banner-small-text--end {
  padding-bottom: 25px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-banner:hover .single-banner__content p.banner-small-text--end {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner:hover .single-banner__content p.banner-small-text--end {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .single-banner:hover .single-banner__content p.banner-small-text--end {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.single-banner:hover .single-banner__content p.banner-big-text {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner:hover .single-banner__content p.banner-big-text {
    margin-bottom: 0;
  }
}
.single-banner--scale {
  position: relative;
  margin-bottom: 30px;
}
.single-banner--scale__image {
  position: relative;
}
.single-banner--scale__image img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 1s;
  transition: 1s;
}
.single-banner--scale__image--blur img {
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-transition: 1s;
  transition: 1s;
}
.single-banner--scale__image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: hsla(0deg, 0%, 100%, 0.6) !important;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner--scale__image:after {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .single-banner--scale__image:after {
    visibility: visible;
    opacity: 1;
  }
}
.single-banner--scale__content {
  position: absolute;
  top: 50%;
  left: 8%;
  max-width: 51%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner--scale__content {
    width: 90%;
    max-width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 767px) {
  .single-banner--scale__content {
    width: 90%;
    max-width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.single-banner--scale__content .title {
  font-size: 36px;
  color: #111;
  font-weight: 700;
  line-height: 36px;
  font-style: italic;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner--scale__content .title {
    font-size: 24px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .single-banner--scale__content .title {
    font-size: 24px;
    line-height: 24px;
  }
}
.single-banner--scale__content .subtitle {
  font-size: 16px;
  color: #111111;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner--scale__content .subtitle {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .single-banner--scale__content .subtitle {
    margin-bottom: 5px;
  }
}
.single-banner--scale:hover .single-banner--scale__image--blur img {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
.single-banner--scale:hover .single-banner--scale__image img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.banner-scale-wrapper {
  margin-bottom: -30px;
}
.masonry-layout--banner {
  margin-bottom: -30px;
}
.masonry-layout--banner .masonry-item--banner {
  margin-bottom: 30px;
}
.banner-two-column-wrapper {
  margin-bottom: -30px;
}
.single-two-column-banner {
  margin-bottom: 30px;
}
.single-two-column-banner__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: grey;
  min-height: 600px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-two-column-banner__image {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single-two-column-banner__image {
    margin-bottom: 30px;
    min-height: 400px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-two-column-banner__image {
    min-height: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-two-column-banner__image {
    min-height: 500px;
  }
}
.single-two-column-banner__image--bg-one {
  background-image: url("../img/banners/lamp-homepage6.jpg");
}
.single-two-column-banner__image--bg-two {
  background-image: url("../img/banners/decoartion-homepage6.jpg");
}
.single-two-column-banner__image--bg-three {
  background-image: url("../img/banners/chair-homepage6.jpg");
}
.single-two-column-banner__content {
  background-color: #f7f7f7;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-two-column-banner__content {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-two-column-banner__content {
    padding: 60px 0;
  }
}
.single-two-column-banner__content .content-wrapper {
  margin: 0 auto;
  text-align: center;
  width: 80%;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-two-column-banner__content .content-wrapper {
    width: 95%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-two-column-banner__content .content-wrapper {
    width: 95%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-two-column-banner__content .content-wrapper {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .single-two-column-banner__content .content-wrapper {
    width: 90%;
  }
}
.single-two-column-banner__content .content-wrapper .image {
  margin-bottom: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-two-column-banner__content .content-wrapper .image {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-two-column-banner__content .content-wrapper .image {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .single-two-column-banner__content .content-wrapper .image {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-two-column-banner__content .content-wrapper .image {
    margin-bottom: 10px;
  }
}
.single-two-column-banner__content .content-wrapper .content .title {
  font-size: 50px;
  color: #000;
  font-weight: 600;
  line-height: 55px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-two-column-banner__content .content-wrapper .content .title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-two-column-banner__content .content-wrapper .content .title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .single-two-column-banner__content .content-wrapper .content .title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-two-column-banner__content .content-wrapper .content .title {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 15px;
  }
}
.single-two-column-banner__content .content-wrapper .content .price {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-two-column-banner__content .content-wrapper .content .price {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-two-column-banner__content .content-wrapper .content .price {
    margin-bottom: 10px;
  }
}
.single-two-column-banner__content .content-wrapper .content .description {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 30px;
  width: 480px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-two-column-banner__content .content-wrapper .content .description {
    width: 480px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-two-column-banner__content .content-wrapper .content .description {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .single-two-column-banner__content .content-wrapper .content .description {
    width: 100%;
    margin-bottom: 15px;
  }
}
.single-banner-segment {
  text-align: center;
}
.single-banner-segment__content {
  margin-bottom: 15px;
}
.single-banner-segment__content .section-title {
  margin: 16px 0;
  font-size: 32px;
}
.single-banner-segment__content .section-subtitle {
  width: 100%;
  margin: 0;
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 767px) {
  .single-banner-segment__image {
    margin-bottom: 35px;
  }
}
/*=====  End of Banner  ======*/
/*=============================================
=            section space            =
=============================================*/
.section-space {
  margin-bottom: 100px !important;
}
.section-space--small {
  margin-bottom: 50px !important;
}
.section-space--small-top {
  margin-top: 50px !important;
}
.section-space--contact-form {
  margin-bottom: 80px !important;
}
.section-space--inner {
  padding: 100px 0 !important;
}
.section-space--inner--contact-form {
  padding-top: 100px !important;
  padding-bottom: 80px !important;
}
.section-space--breadcrumb {
  padding-top: 55px;
  padding-bottom: 55px;
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--breadcrumb {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--breadcrumb {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.section-space--page-wrapper {
  margin-bottom: 50px;
}
.section-bg-area {
  padding: 100px 0 95px;
  margin-bottom: 70px;
}
/*=====  End of section space  ======*/
/*=============================================
=            brand            =
=============================================*/
.featured-brand-wrapper {
  margin-bottom: -30px;
}
.featured-brand-wrapper .single-brand {
  margin-bottom: 30px;
}
.single-brand {
  text-align: center;
}
.single-brand a {
  display: block;
  width: 100%;
}
/*=====  End of brand  ======*/
/*=============================================
=            call to action            =
=============================================*/
.cta-area {
  padding: 80px 0;
}
.cta-content-wrapper a.theme-button { margin: 0 !important;}
.cta-area--two {
  padding: 250px 0;
}
.cta-area--three {
  padding: 40px 0;
}
.cta-area--three .cta-text {
  font-size: 35px;
  color: #000;
  font-weight: 600;
  line-height: 38px;
}
@media only screen and (max-width: 767px) {
  .cta-area--three .cta-text {
    margin-bottom: 25px;
    margin-top: -5px;
  }
}
@media only screen and (max-width: 479px) {
  .cta-area--three .cta-text {
    font-size: 30px;
    line-height: 35px;
  }
}
.cta-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: grey;
  position: relative; /* ::before / ::after を使うには必要 */
  z-index: 1;
}
.store-bg01 {
  background-image: url("/img/page/store/store-haed.webp");
}
.store-bg01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* ここで明るさ調整 */
  z-index: 1;
}
.store-bg01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    url("/img/page/store/header-01.svg"), url("/img/page/store/header-02.svg");
  background-repeat: no-repeat;
  background-position: left bottom, right top;
  background-size: 400px, 500px;
  z-index: 2;
  pointer-events: none;
}

.furniture-bg01 {
  background-image: url("/img/page/furniture/furniture-haed.webp");
}
.furniture-bg01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* ここで明るさ調整 */
  z-index: 1;
}
.furniture-bg01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    url("/img/page/furniture/header-01.svg"), url("/img/page/furniture/header-02.svg");
  background-repeat: no-repeat;
  background-position: left bottom, right top;
  background-size: 400px, 500px;
  z-index: 2;
  pointer-events: none;
}


.cta-bg--one::before { content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(3, 39, 4, 0.3);
z-index: 1;}

.cta-bg--one .cta-content-wrapper{ position: relative;
z-index: 2;}

/* モバイル時：右上の画像を消して左下のみ */
@media (max-width: 767.98px) {
  .store-bg01::after {
    background-image: url("/img/page/store/header-01.svg");
    background-position: left bottom;
    background-size: 350px;
  }
	.furniture-bg01::after {
    background-image: url("/img/page/furniture/header-01.svg");
    background-position: left bottom;
    background-size: 350px;
  }
}
.cta-content--two .title {
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.container.position-relative {
  z-index: 3;
  position: relative;
}
.cta-content-wrapper {
  padding: 60px 35px;
  background-color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-content-wrapper {
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-content-wrapper {
    padding: 60px 30px;
  }
}
.cta-content--two .title {
  color: #ffffff;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-content--two .title {}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-content--two .title {}
}
@media only screen and (max-width: 767px) {
  .cta-content--two .title {}
}
@media only screen and (max-width: 575px) {
  .cta-content--two .title {}
}
@media only screen and (max-width: 479px) {
  .cta-content--two .title {}
}
.cta-content--two .title span {
  font-style: italic;
}
.cta-content--two .subtitle {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 25px;
  width: 60%;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-content--two .subtitle {
    width: 80%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-content--two .subtitle {
    width: 80%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cta-content--two .subtitle {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .cta-content--two .subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}
.cta-content .title {
  font-weight: 700;
  margin-bottom: 30px;
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-content .title {
    font-size: 30px;
    line-height: 37px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-content .title {
    font-size: 30px;
    line-height: 37px;
  }
}
@media only screen and (max-width: 479px) {
  .cta-content .title {
    font-size: 22px;
    line-height: 29px;
  }
}
.cta-content .title:after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  margin-top: 15px;
  background-color: #ccc;
  margin-left: auto;
  margin-right: auto;
}
.cta-content .subtitle {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 40px;
}
/*=====  End of call to action  ======*/
/*=============================================
=            deal counter            =
=============================================*/
.deal-counter-wrapper {
  border: 10px solid #f8f8f8;
  margin: 0 -115px;
  padding: 65px 0;
}
.deal-counter-wrapper__image {
  text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .deal-counter-wrapper__image {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-counter-wrapper__image {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-counter-wrapper__image {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .deal-counter-wrapper__image {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .deal-counter-wrapper {
    margin: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-counter-wrapper {
    margin: 0;
    padding: 65px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-counter-wrapper {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .deal-counter-wrapper {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-counter-wrapper__content {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-counter-wrapper__content {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 479px) {
  .deal-counter-wrapper__content {
    padding: 0 10px;
  }
}
.deal-counter-wrapper__content .title {
  font-size: 36px;
  color: #202020;
  font-weight: 700;
  line-height: 39px;
  margin-bottom: 25px;
  margin-top: -5px;
}
.deal-counter-wrapper__content .title:after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  margin-top: 15px;
  background-color: #ccc;
}
@media only screen and (max-width: 479px) {
  .deal-counter-wrapper__content .title {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 15px;
  }
}
.deal-counter-wrapper__content .description {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 479px) {
  .deal-counter-wrapper__content .description {
    margin-bottom: 15px;
  }
}
.deal-counter-wrapper__content .deal-countdown {
  margin-bottom: 40px;
}
@media only screen and (max-width: 479px) {
  .deal-counter-wrapper__content .deal-countdown {
    margin-bottom: 15px;
  }
}
.deal-counter-wrapper__content .deal-countdown .single-countdown {
  border-right: 2px solid #EEEEEE;
  text-align: center;
  padding: 10px 25px;
  width: 24.5%;
  display: inline-block;
}
@media only screen and (max-width: 575px) {
  .deal-counter-wrapper__content .deal-countdown .single-countdown {
    padding: 10px;
    width: 25%;
  }
}
@media only screen and (max-width: 479px) {
  .deal-counter-wrapper__content .deal-countdown .single-countdown {
    width: 25%;
    border: none;
    padding: 10px 0;
    text-align: left;
  }
}
.deal-counter-wrapper__content .deal-countdown .single-countdown:first-child {
  border-left: 2px solid #eeeeee;
}
@media only screen and (max-width: 479px) {
  .deal-counter-wrapper__content .deal-countdown .single-countdown:first-child {
    border: none;
  }
}
.deal-counter-wrapper__content .deal-countdown .single-countdown__time {
  display: block;
  font-size: 36px;
  color: #202020;
  font-weight: 700;
  line-height: 39px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 479px) {
  .deal-counter-wrapper__content .deal-countdown .single-countdown__time {
    font-size: 25px;
    line-height: 30px;
  }
}
.deal-counter-wrapper__content .deal-countdown .single-countdown__text {
  font-size: 16px;
  color: #202020;
  font-weight: 600;
  line-height: 16px;
}
@media only screen and (max-width: 479px) {
  .deal-counter-wrapper__content .deal-countdown .single-countdown__text {
    font-size: 14px;
    line-height: 14px;
  }
}
/*=====  End of deal counter  ======*/
/*=============================================
=            instagram            =
=============================================*/
/*----------  instagram slider item  ----------*/
.instagram-item {
  position: relative;
  z-index: 1;
}
.instagram-item:before {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 100%;
  width: 100%;
}
.instagram-item .instagram-hvr-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.instagram-item .instagram-hvr-content span {
  color: #ffffff;
  margin-right: 20px;
}
.instagram-item .instagram-hvr-content span:last-child {
  margin-right: 0;
}
.instagram-item .instagram-hvr-content span i {
  margin-right: 5px;
}
.instagram-item a {
  display: block;
}
.instagram-item a img {
  width: 100%;
}
.instagram-item:hover:before {
  opacity: 1;
  visibility: visible;
}
.instagram-item:hover .instagram-hvr-content {
  opacity: 1;
  visibility: visible;
}
/*----------  instagram grid  ----------*/
.instagram-grid .col {
  width: 20%;
  display: inline-block;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .instagram-grid .col {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .instagram-grid .col {
    width: 100%;
  }
}
.instagram-shop-loader .snptwdgt-container .snptwdgt-rtd__ftr {
  margin-bottom: 30px;
}
/*=====  End of instagram  ======*/
/*=============================================
=            breadcrumb            =
=============================================*/
.breadcrumb-wrapper {
  text-align: center;
  width: 100%;
  padding: 0 30px;
}
.breadcrumb-wrapper .breadcrumb-list li {
  display: inline-block;
  font-size: 14px;
}
.breadcrumb-wrapper .breadcrumb-list li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.breadcrumb-wrapper .breadcrumb-list li.active {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.breadcrumb-wrapper .breadcrumb-list li:last-child:after {
  display: none;
}
.breadcrumb-wrapper .breadcrumb-list li:after {
  font-family: FontAwesome;
  content: "\f105";
  margin: 0 8px;
}
/*=====  End of breadcrumb  ======*/
/*=============================================
=            slider            =
=============================================*/
/* slick slider default settings */
.theme-slick-slider {
  position: relative;
}
.theme-slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  width: 30px;
  height: 60px;
  background-color: #607D8B;
  color: #ffffff;
  border: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .theme-slick-slider .slick-arrow {
    visibility: visible;
    opacity: 0.3;
  }
}
@media only screen and (max-width: 767px) {
  .theme-slick-slider .slick-arrow {
    visibility: visible;
    opacity: 0.1;
  }
}
.theme-slick-slider .slick-arrow i {
  font-size: 20px;
  line-height: 60px;
}
.theme-slick-slider .slick-arrow.slick-next {
  right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .theme-slick-slider .slick-arrow.slick-next {
    right: 0;
  }
}
.theme-slick-slider .slick-arrow.slick-prev {
  left: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .theme-slick-slider .slick-arrow.slick-prev {
    left: 0;
  }
}
.theme-slick-slider .slick-dots {
  margin-top: 45px;
  text-align: center;
  line-height: 0;
}
.theme-slick-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px 0 0;
  line-height: 1.5;
}
.theme-slick-slider .slick-dots li button {
  height: 5px;
  width: 20px;
  display: block;
  background: #000;
  opacity: 0.4;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.theme-slick-slider .slick-dots li button:hover {
  opacity: 0.75;
}
.theme-slick-slider .slick-dots li.slick-active button {
  opacity: 0.75;
}
.theme-slick-slider:hover .slick-arrow {
  visibility: visible;
  opacity: 0.4;
}
.theme-slick-slider:hover .slick-arrow:hover {
  opacity: 0.4;
}
.theme-slick-slider:hover .slick-arrow.slick-next {
  right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .theme-slick-slider:hover .slick-arrow.slick-next {
    right: 0;
  }
}
.theme-slick-slider:hover .slick-arrow.slick-prev {
  left: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .theme-slick-slider:hover .slick-arrow.slick-prev {
    left: 0;
  }
}
/* brand logo slider */
.brand-logo-slider-wrapper {
  padding: 25px 0;
}
.brand-logo-slider-wrapper .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.brand-logo-slider-wrapper .single-brand-logo {
  text-align: center;
}
.brand-logo-slider-wrapper .single-brand-logo a img {
  margin: 0 auto;
}
.brand-logo-slider-wrapper .slick-arrow.slick-next {
  right: 0;
}
.brand-logo-slider-wrapper .slick-arrow.slick-prev {
  left: 0;
}
.brand-logo-slider-wrapper:hover .slick-arrow.slick-next {
  right: 0;
}
.brand-logo-slider-wrapper:hover .slick-arrow.slick-prev {
  left: 0;
}
.single-brand-logo img {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.single-brand-logo img:hover {
  opacity: 1;
  filter: brightness(100%);
}
/* blog post slider */
.blog-slider-area {
  padding: 100px 0 95px;
}
.blog-slider-wrapper .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.single-slider-blog-post__image {
  margin-bottom: 20px;
}
.single-slider-blog-post__image a {
  display: block;
  width: 100%;
}
.single-slider-blog-post__image a img {
  width: 100%;
}
.single-slider-blog-post__content .post-title {
  font-weight: 600;
  margin-bottom: 1.6rem;
}
.single-slider-blog-post__content .post-title a:hover {
  color: #78817e;
}
.single-slider-blog-post__content .post-meta {
  font-size: 14px;
  font-weight: 400;
  border-top: #d7d7d7 solid 1px;
  line-height: 20px;
  padding: 10px 0;
  margin: 15px 0 10px 0;
}
.single-slider-blog-post__content .post-excerpt {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px;
}
/* single row product slider */
.product-slider-wrapper .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-slider-wrapper:hover .slick-arrow {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-slider-wrapper:hover .slick-arrow.slick-prev {
    left: -15px;
  }
}
@media only screen and (max-width: 575px) {
  .product-slider-wrapper:hover .slick-arrow.slick-prev {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-slider-wrapper:hover .slick-arrow.slick-next {
    right: -15px;
  }
}
@media only screen and (max-width: 575px) {
  .product-slider-wrapper:hover .slick-arrow.slick-next {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-slider-wrapper .slick-arrow {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-slider-wrapper .slick-arrow.slick-prev {
    left: -15px;
  }
}
@media only screen and (max-width: 575px) {
  .product-slider-wrapper .slick-arrow.slick-prev {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-slider-wrapper .slick-arrow.slick-next {
    right: -15px;
  }
}
@media only screen and (max-width: 575px) {
  .product-slider-wrapper .slick-arrow.slick-next {
    right: 0;
  }
}
/* single row product slider with text */
.product-slider-text-wrapper {
  border: 10px solid #f8f8f8;
  margin: 0 -115px;
  padding: 65px 105px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .product-slider-text-wrapper {
    margin: 0;
    padding: 65px 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-slider-text-wrapper {
    margin: 0;
    padding: 65px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-slider-text-wrapper {
    margin: 0;
    padding: 65px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .product-slider-text-wrapper {
    margin: 0;
    padding: 65px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .product-slider-text-wrapper {
    padding: 65px 15px;
  }
}
@media only screen and (max-width: 575px) {
  .product-slider-text-wrapper .product-slider-wrapper .slick-arrow.slick-next {
    margin-right: -15px;
  }
}
@media only screen and (max-width: 575px) {
  .product-slider-text-wrapper .product-slider-wrapper .slick-arrow.slick-prev {
    margin-left: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-slider-text-wrapper__text {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .product-slider-text-wrapper__text {
    margin-bottom: 30px;
  }
}
.product-slider-text-wrapper__text .title {
  font-size: 36px;
  color: #202020;
  font-weight: 700;
  line-height: 39px;
  margin-bottom: 25px;
  margin-top: -5px;
}
@media only screen and (max-width: 767px) {
  .product-slider-text-wrapper__text .title {
    font-size: 28px;
    line-height: 31px;
  }
}
.product-slider-text-wrapper__text .title:after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  margin-top: 15px;
  background-color: #ccc;
}
.product-slider-text-wrapper__text .description {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-slider-text-wrapper__text .description {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .product-slider-text-wrapper__text .description {
    margin-bottom: 10px;
  }
}
/*=====  End of slider  ======*/
/*=============================================
=            backgrounds            =
=============================================*/
.bg--light-grey {
  background-color: #f7f7f7;
}
.bg--dark-grey {
  background-color: #eeeeee;
}
/*=====  End of backgrounds  ======*/
/*=============================================
=            Product            =
=============================================*/
/* common */
.price .main-price {
  font-size: 16px;
  color: #d92523;
  font-weight: 600;
  line-height: 22px;
}
.price .main-price.discounted {
  font-size: 16px;
  color: #aaa;
  font-weight: 600;
  line-height: 22px;
  margin-right: 5px;
  text-decoration: line-through;
}
.price .discounted-price {
  font-size: 16px;
  color: #d92523;
  font-weight: 600;
  line-height: 22px;
}
.rating i {
  font-size: 12px;
  color: #dcdcdc;
}
.rating i.active {
  color: #ffd24d;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-widget-wrapper--element {
    margin-bottom: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .product-widget-wrapper--element {
    margin-bottom: -50px;
  }
}
/* single widget product */
.single-product-widget-title {
  font-size: 24px;
  color: #202020;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 30px;
  margin-top: -5px;
}
.single-product-widget-title:after {
  content: "";
  display: block;
  height: 2px;
  width: 30px;
  margin-top: 15px;
  background-color: #ccc;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-product-widget-wrapper {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .single-product-widget-wrapper {
    margin-bottom: 50px;
  }
}
.single-widget-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.single-widget-product:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.single-widget-product__image {
  -ms-flex-preferred-size: 100px;
  flex-basis: 20%;
  margin-right: 20px;
}
.single-widget-product__content {
  -ms-flex-preferred-size: calc(100% - 100px);
  flex-basis: calc(100% - 20%);
}
.single-widget-product__content .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 5px;
}
.single-widget-product__content .post-meta {
  font-size: 14px;
  margin-top: 10px;
}
.single-widget-product__content .title a {
  color: #1e1e1e;
}
.single-widget-product__content .title a:hover {
  color: #78817e;
}
/* single grid product */
.badge {
  letter-spacing: 0.145rem;
}
.badge-wrapper span {
  margin-right: 0.5em;
}
.badge-blush {
  background-color: #fd8eb3;
}
.badge-honey {
  background-color: #FFB74D;
}
.badge-indigo {
  background-color: #3F51B5;
}
.badge-steel {
  background-color: #6096c1;
}
.badge-fern {
  background-color: #4b9d77;
}
.product-badge-wrapper {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 13px;
  color: #fff;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 5;
}
.product-badge-wrapper span {
  border-radius: 5px;
  padding: 0 10px;
  display: block;
  margin-bottom: 10px;
}
.product-badge-wrapper span:last-child {
  margin-bottom: 0;
}
.product-badge-wrapper span.onsale {
  background-color: #d92523;
}
.product-badge-wrapper span.hot {
  background-color: #ffc926;
}
.single-grid-product__image {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.single-grid-product__image a {
  display: block;
  width: 100%;
}
.single-grid-product__image a img {
  width: 100%;
}
.single-grid-product__image a img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 20px);
  transform: translate(-50%, 20px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-grid-product__image .product-hover-icon-wrapper {
  position: absolute;
  bottom: 30px;
  width: 100%;
  padding: 0 20px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-grid-product__image .product-hover-icon-wrapper {
    padding: 0 10px;
  }
}
.single-grid-product__image .product-hover-icon-wrapper .single-icon {
  visibility: hidden;
  opacity: 0;
  background-color: #111;
  color: #ffffff;
  height: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-grid-product__image .product-hover-icon-wrapper .single-icon {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.single-grid-product__image .product-hover-icon-wrapper .single-icon a {
  line-height: 40px;
  color: #ffffff;
}
.single-grid-product__image .product-hover-icon-wrapper .single-icon--quick-view {
  width: 40px;
  border-right: 1px solid hsla(0deg, 0%, 100%, 0.4);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-grid-product__image .product-hover-icon-wrapper .single-icon--quick-view {
    display: none;
  }
}
.single-grid-product__image .product-hover-icon-wrapper .single-icon--add-to-cart {
  font-size: 13px;
  letter-spacing: 0.1em;
  width: calc(100% - 40px - 40px);
  font-weight: 700;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.single-grid-product__image .product-hover-icon-wrapper .single-icon--add-to-cart i {
  display: none;
  line-height: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-grid-product__image .product-hover-icon-wrapper .single-icon--add-to-cart {
    width: 100%;
  }
}
.single-grid-product__image .product-hover-icon-wrapper .single-icon--compare {
  width: 40px;
  border-left: 1px solid hsla(0deg, 0%, 100%, 0.4);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-grid-product__image .product-hover-icon-wrapper .single-icon--compare {
    display: none;
  }
}
.single-grid-product__image .product-hover-icon-wrapper .single-icon:hover, .single-grid-product__image .product-hover-icon-wrapper .single-icon.active {
  background-color: #444;
}
.single-grid-product__content {
  position: relative;
}
.single-grid-product__content .title {
  font-weight: 600;
  line-height: 19px;
  margin-bottom: 10px;
  margin-right: 20px;
  font-size: 15px;
}
.single-grid-product__content .title a {
  color: #666666;
}
.single-grid-product__content .title a:hover {
  color: #78817e;
}
.single-grid-product__content .price {
  margin-bottom: 18px;
  border-bottom: solid 1px #eee;
  padding-bottom: 1rem;
}
.single-grid-product__content .price .main-price {
  font-size: 20px;
  color: #d92523;
  font-weight: 600;
  line-height: 22px;
}
.single-grid-product__content .price .main-price.discounted {
  font-size: 14px;
  color: #aaa;
  font-weight: 600;
  line-height: 22px;
}
.single-grid-product__content .price .tumugu-price {
  font-size: 20px;
  color: #111111;
  font-weight: 600;
  line-height: 20px;
}
.price .tax {
  font-size: 12px;
}
.single-grid-product__content .product-short-desc {
  font-size: 15px;
}
.single-grid-product__content .rating {
  line-height: 1;
  margin-bottom: 15px;
}
.single-grid-product__content .color {
  line-height: 1.2;
}
.single-grid-product__content .color ul li {
  margin-right: 10px;
  display: inline-block;
}
.single-grid-product__content .color ul li a span.color-picker {
  display: inline-block;
  vertical-align: top;
  height: 16px;
  width: 16px;
  line-height: 16px;
  border-radius: 100%;
}
.single-grid-product__content .color ul li a span.black {
  background-color: #000;
}
.single-grid-product__content .color ul li a span.blue {
  background-color: #1e73be;
}
.single-grid-product__content .color ul li a span.brown {
  background-color: #dd9933;
}
.single-grid-product__content .color ul li a span.gold {
  background-color: #cc9933;
}
.single-grid-product__content .color ul li a span.green-coral {
  background-color: #a1aeb2;
}
.single-grid-product__content .color ul li a span.grey {
  background-color: #eeeeee;
}
.single-grid-product__content .color ul li a span.oak {
  background-color: #cba98e;
}
.single-grid-product__content .color ul li a span.pink {
  background-color: #efdae7;
}
.single-grid-product__content .color ul li a span.silver {
  background-color: #999999;
}
.single-grid-product__content .color ul li a span.white {
  background-color: #ffffff;
}
.single-grid-product__content .color ul li a.active span {
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(0, 0, 0, 0.3);
}
.single-grid-product__content .color ul li a:hover span {
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(0, 0, 0, 0.3);
}
.single-grid-product__content .color ul li a:after {
  display: none;
}
.single-grid-product__content .favorite-icon {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 15px;
  color: #666;
  display: inline-block;
}
.single-grid-product__content .favorite-icon i:nth-child(1) {
  display: block;
}
.single-grid-product__content .favorite-icon i:nth-child(2) {
  display: none;
}
.single-grid-product__content .favorite-icon:hover {
  color: #fab200;
}
.single-grid-product__content .favorite-icon.active {
  color: #fab200;
}
.single-grid-product__content .favorite-icon.active i:nth-child(1) {
  display: none;
}
.single-grid-product__content .favorite-icon.active i:nth-child(2) {
  display: block;
}
.single-grid-product:hover .single-grid-product__image a img:nth-child(2) {
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  visibility: visible;
  opacity: 1;
}
.single-grid-product:hover .product-hover-icon-wrapper .single-icon {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.single-grid-product--overlay .single-grid-product__image {
  margin-bottom: 0;
}
.single-grid-product--overlay .single-grid-product__image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-grid-product--overlay .single-grid-product__image .image-wrap {
  position: relative;
}
.single-grid-product--overlay .single-grid-product__image .product-hover-icon-wrapper span {
  background-color: #fab200;
}
.single-grid-product--overlay .single-grid-product__image .product-hover-icon-wrapper span:hover {
  background-color: #fab200;
}
.single-grid-product--overlay .single-grid-product__image .product-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  padding: 0 20px;
}
.single-grid-product--overlay .single-grid-product__image .product-info .title {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 15px;
}
.single-grid-product--overlay .single-grid-product__image .product-info .title a {
  color: #ffffff;
}
.single-grid-product--overlay .single-grid-product__image .product-info .price {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  line-height: 22px;
}
.single-grid-product--overlay .single-grid-product__image .favorite-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 15px;
  color: #fff;
  display: inline-block;
  z-index: 5;
  width: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-grid-product--overlay .single-grid-product__image .favorite-icon i:nth-child(1) {
  display: inline-block;
}
.single-grid-product--overlay .single-grid-product__image .favorite-icon i:nth-child(2) {
  display: none;
}
.single-grid-product--overlay .single-grid-product__image .favorite-icon:hover {
  color: #fab200;
}
.single-grid-product--overlay .single-grid-product__image .favorite-icon.active {
  color: #fab200;
}
.single-grid-product--overlay .single-grid-product__image .favorite-icon.active i:nth-child(1) {
  display: none;
}
.single-grid-product--overlay .single-grid-product__image .favorite-icon.active i:nth-child(2) {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-grid-product--overlay .single-grid-product__image .product-hover-icon-wrapper .single-icon {
    visibility: hidden;
    opacity: 0;
  }
}
.single-grid-product--overlay:hover .single-grid-product__image:after {
  visibility: visible;
  opacity: 0.3;
}
.single-grid-product--overlay:hover .single-grid-product__image .product-info {
  visibility: visible;
  opacity: 1;
}
.single-grid-product--overlay:hover .single-grid-product__image .favorite-icon {
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-grid-product--overlay:hover .single-grid-product__image .product-hover-icon-wrapper .single-icon {
    visibility: visible;
    opacity: 1;
  }
}
/* single list product */
.single-list-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .single-list-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.single-list-product__image {
  position: relative;
  overflow: hidden;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}
@media only screen and (max-width: 767px) {
  .single-list-product__image {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}
@media only screen and (max-width: 575px) {
  .single-list-product__image {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 15px;
  }
}
.single-list-product__image > a {
  display: block;
  width: 100%;
}
.single-list-product__image > a img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 20px);
  transform: translate(-50%, 20px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-list-product__image .favorite-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 15px;
  color: #666;
  display: inline-block;
  z-index: 5;
  width: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-list-product__image .favorite-icon i:nth-child(1) {
  display: inline-block;
}
.single-list-product__image .favorite-icon i:nth-child(2) {
  display: none;
}
.single-list-product__image .favorite-icon:hover {
  color: #fab200;
}
.single-list-product__image .favorite-icon.active {
  color: #fab200;
}
.single-list-product__image .favorite-icon.active i:nth-child(1) {
  display: none;
}
.single-list-product__image .favorite-icon.active i:nth-child(2) {
  display: block;
}
.single-list-product__content {
  position: relative;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .single-list-product__content {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}
@media only screen and (max-width: 575px) {
  .single-list-product__content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 0;
  }
}
.single-list-product__content .title {
  font-size: 18px;
  color: #111;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 10px;
  margin-right: 20px;
}
.single-list-product__content .title a {
  color: #111;
}
.single-list-product__content .title a:hover {
  color: #fab200;
}
.single-list-product__content .price {
  margin-bottom: 15px;
}
.single-list-product__content .price .main-price {
  font-size: 20px;
  color: #d92523;
  font-weight: 600;
  line-height: 22px;
}
.single-list-product__content .price .main-price.discounted {
  font-size: 15px;
  color: #aaa;
  font-weight: 600;
  line-height: 22px;
}
.single-list-product__content .price .discounted-price {
  font-size: 20px;
  color: #d92523;
  font-weight: 600;
  line-height: 22px;
}
.single-list-product__content .product-short-desc {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 25px;
}
.single-list-product__content .rating {
  line-height: 1;
  margin-bottom: 15px;
}
.single-list-product__content .color {
  line-height: 1.2;
  margin-bottom: 15px;
}
.single-list-product__content .color ul li {
  margin-right: 10px;
  display: inline-block;
}
.single-list-product__content .color ul li a span.color-picker {
  display: inline-block;
  vertical-align: top;
  height: 16px;
  width: 16px;
  line-height: 16px;
  border-radius: 100%;
}
.single-list-product__content .color ul li a span.black {
  background-color: #000;
}
.single-list-product__content .color ul li a span.blue {
  background-color: #1e73be;
}
.single-list-product__content .color ul li a span.brown {
  background-color: #dd9933;
}
.single-list-product__content .color ul li a span.gold {
  background-color: #cc9933;
}
.single-list-product__content .color ul li a span.green-coral {
  background-color: #a1aeb2;
}
.single-list-product__content .color ul li a span.grey {
  background-color: #eeeeee;
}
.single-list-product__content .color ul li a span.oak {
  background-color: #cba98e;
}
.single-list-product__content .color ul li a span.pink {
  background-color: #efdae7;
}
.single-list-product__content .color ul li a span.silver {
  background-color: #999999;
}
.single-list-product__content .color ul li a span.white {
  background-color: #ffffff;
}
.single-list-product__content .color ul li a.active span {
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(0, 0, 0, 0.3);
}
.single-list-product__content .color ul li a:hover span {
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(0, 0, 0, 0.3);
}
.single-list-product__content .color ul li a:after {
  display: none;
}
.single-list-product__content .favorite-icon {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 15px;
  color: #666;
  display: inline-block;
}
.single-list-product__content .favorite-icon i:nth-child(1) {
  display: block;
}
.single-list-product__content .favorite-icon i:nth-child(2) {
  display: none;
}
.single-list-product__content .favorite-icon:hover {
  color: #fab200;
}
.single-list-product__content .favorite-icon.active {
  color: #fab200;
}
.single-list-product__content .favorite-icon.active i:nth-child(1) {
  display: none;
}
.single-list-product__content .favorite-icon.active i:nth-child(2) {
  display: block;
}
.single-list-product:hover .single-list-product__image a img:nth-child(2) {
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  visibility: visible;
  opacity: 1;
}
.single-list-product:hover .product-hover-icon-wrapper .single-icon {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.single-list-product .product-hover-icon-wrapper {
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 300px;
  max-width: 100%;
}
@media only screen and (max-width: 575px) {
  .single-list-product .product-hover-icon-wrapper {
    margin: 0 auto;
  }
}
.single-list-product .product-hover-icon-wrapper .single-icon {
  background-color: #111;
  color: #ffffff;
  height: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-list-product .product-hover-icon-wrapper .single-icon {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.single-list-product .product-hover-icon-wrapper .single-icon a {
  line-height: 40px;
  color: #ffffff;
}
.single-list-product .product-hover-icon-wrapper .single-icon--quick-view {
  width: 40px;
  border-right: 1px solid hsla(0deg, 0%, 100%, 0.4);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-list-product .product-hover-icon-wrapper .single-icon--quick-view {
    display: none;
  }
}
.single-list-product .product-hover-icon-wrapper .single-icon--add-to-cart {
  font-size: 13px;
  letter-spacing: 0.1em;
  width: calc(100% - 40px - 40px);
  font-weight: 700;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.single-list-product .product-hover-icon-wrapper .single-icon--add-to-cart i {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-list-product .product-hover-icon-wrapper .single-icon--add-to-cart {
    width: 100%;
  }
}
.single-list-product .product-hover-icon-wrapper .single-icon--compare {
  width: 40px;
  border-left: 1px solid hsla(0deg, 0%, 100%, 0.4);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-list-product .product-hover-icon-wrapper .single-icon--compare {
    display: none;
  }
}
.single-list-product .product-hover-icon-wrapper .single-icon:hover, .single-list-product .product-hover-icon-wrapper .single-icon.active {
  background-color: #444;
}
/* product single row */
@media (min-width: 1500px) {
  .product-row-wrapper .col-xl-custom-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}
.product-row-wrapper {
  margin-bottom: -30px;
}
.product-row-wrapper .single-grid-product {
  margin-bottom: 30px;
}
/* product double row tab */
.product-double-row-tab-wrapper .tab-product-navigation .nav-tabs {
  border-bottom: 0;
  margin-bottom: 60px;
}
@media only screen and (max-width: 479px) {
  .product-double-row-tab-wrapper .tab-product-navigation .nav-tabs {
    margin-bottom: 30px;
  }
}
.product-double-row-tab-wrapper .tab-product-navigation .nav-tabs .nav-link {
  font-size: 24px;
  color: #888;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  border: none;
  margin: 0 20px;
  padding: 0;
  padding-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .product-double-row-tab-wrapper .tab-product-navigation .nav-tabs .nav-link {
    font-size: 22px;
    line-height: 22px;
    margin: 0 15px;
  }
}
@media only screen and (max-width: 479px) {
  .product-double-row-tab-wrapper .tab-product-navigation .nav-tabs .nav-link {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 5px;
    padding-bottom: 10px;
  }
}
.product-double-row-tab-wrapper .tab-product-navigation .nav-tabs .nav-link:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fab200;
}
.product-double-row-tab-wrapper .tab-product-navigation .nav-tabs .nav-link.active {
  color: #111;
}
.product-double-row-tab-wrapper .tab-product-navigation .nav-tabs .nav-link.active:after {
  width: 100%;
}
.product-double-row-tab-wrapper .tab-product-navigation .nav-tabs .nav-link:hover:after {
  width: 100%;
}
/* product fullpage no gutter */
@media (min-width: 1500px) {
  .product-fullpage-no-gutter-area .col-xl-custom-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}
/*=====  End of Product  ======*/
/*=============================================
=            Quick View            =
=============================================*/
/* -------------------------------- 

Primary style

-------------------------------- */
body::after {
  /* dark overlay layer - visible when we fire .cd-quick-view */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 35, 44, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  content: "";
  z-index: 9999;
}
@media only screen and (min-width: 992px) {
  body.overlay-layer::after {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
    content: "";
  }
}
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
/* -------------------------------- 

Main components 

-------------------------------- */
.cd-items {
  padding: 1em 0;
}
@media only screen and (min-width: 768px) {
  .cd-items {
    padding: 2em 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .cd-items {
    padding: 4em 0 0;
  }
}
.cd-item {
  position: relative;
  margin: 0 0 1em;
}
.cd-item > img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cd-item {
    width: 48%;
    float: left;
    margin: 0 4% 2em 0;
  }
  .cd-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .cd-item {
    width: 22%;
    float: left;
    margin: 0 4% 2.8em 0;
  }
  .cd-item:nth-child(2n) {
    margin-right: 4%;
  }
  .cd-item:nth-child(4n) {
    margin-right: 0;
  }
  .cd-item.empty-box::after {
    /* box visible as placeholder when the .cd-quick-view zooms in */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #392c3f;
  }
}
.cd-quick-view {
  /* quick view non available on small devices */
  display: none;
}
.cd-quick-view.animate-width {
  z-index: 99999;
}
.cd-quick-view.is-visible .cd-slider-pagination {
  visibility: visible;
  opacity: 1;
}
.cd-quick-view.velocity-animating {
  z-index: 99999;
}
.cd-quick-view.velocity-animating.is-visible .cd-slider-pagination {
  visibility: hidden !important;
  opacity: 0 !important;
}
@media only screen and (min-width: 992px) {
  .cd-quick-view {
    display: block;
    position: fixed;
    max-width: 900px;
    visibility: hidden;
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: left, top, width;
    z-index: 1;
  }
  .cd-quick-view.is-visible {
    /* class added when user clicks on .cd-trigger */
    visibility: visible;
  }
  .cd-quick-view.animate-width {
    /* class added at the end of the first zoom-in animation */
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  }
}
.cd-slider-wrapper {
  position: relative;
  display: inline-block;
  float: left;
}
.cd-slider-wrapper:hover .cd-slider-navigation li {
  visibility: visible;
  opacity: 0.5;
}
.cd-slider {
  float: left;
}
.cd-slider li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cd-slider li img {
  display: block;
  width: 100%;
  max-width: 400px;
}
.cd-slider li.selected {
  position: relative;
  z-index: 3;
}
.cd-slider-navigation {
  opacity: 0;
}
.add-content .cd-slider-navigation {
  opacity: 1;
}
.cd-slider-navigation li {
  position: absolute;
  top: 50%;
  bottom: auto;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
}
.cd-slider-navigation li:first-child {
  left: 0;
}
.cd-slider-navigation li:last-child {
  /* equal to the .cd-slider-wrapper margin-right */
  right: 0;
}
.cd-slider-navigation li a {
  display: block;
  width: 40px;
  height: 50px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
  /* Force Hardware Acceleration in WebKit */
}
.cd-slider-navigation li:hover {
  opacity: 0.8;
}
.cd-item-info {
  position: absolute;
  padding: 3em;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0s;
  transition: opacity 0.3s, visibility 0s;
  overflow: hidden;
}
.cd-item-info h2 {
  font-size: 28px;
  font-size: 1.75rem;
}
.cd-item-info p {
  line-height: 1.6;
  margin: 1em 0;
}
.cd-item-info .cd-item-action li {
  display: inline-block;
  margin-right: 1em;
}
.cd-item-info .cd-item-action li:first-child {
  margin-left: -4px;
}
.cd-item-info .add-to-cart {
  border-radius: 0.25em;
  border: none;
  padding: 0.6em 1.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer;
}
.add-content .cd-item-info {
  /* class added at the end of the width animation, used to show the content */
  position: relative;
  visibility: visible;
  opacity: 1;
}
.cd-close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #333;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  transition: visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
}
.cd-close::before, .cd-close::after {
  /* close icon in css */
  position: absolute;
  top: 12px;
  left: 5px;
  display: inline-block;
  height: 1px;
  width: 30px;
  background: #777;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
}
.cd-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-close::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.no-touch .cd-close:hover {
  color: #333;
}
.add-content .cd-close {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s;
  -webkit-transition: visibility 0s 0s, -webkit-transform 0.3s 0s;
  transition: visibility 0s 0s, -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
}
/*----------  pagination style  ----------*/
.cd-slider-pagination {
  position: absolute;
  bottom: 20px;
  z-index: 99;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
}
.cd-slider-pagination li {
  font-size: 0;
  vertical-align: middle;
  display: inline-block;
}
.cd-slider-pagination li.active a {
  background-color: transparent;
  border: 1px solid #333333;
  border-radius: 100%;
  opacity: 1;
  width: 18px;
  height: 18px;
  margin: 0;
}
.cd-slider-pagination li.active a:hover {
  background-color: transparent;
}
.cd-slider-pagination li a {
  font-size: 0;
  display: block;
  cursor: pointer;
  outline: 0;
  line-height: 0;
  border: 0;
  width: 10px;
  height: 10px;
  color: transparent;
  background-color: #1f1f1f;
  opacity: 0.2;
  border-radius: 50%;
  margin: 0 4px;
  padding: 0;
}
.cd-slider-pagination li a:hover {
  background-color: #333;
}
/*----------  quickview description style  ----------*/
.quickview-item-info {
  max-height: 520px;
  overflow-y: scroll;
}
.quickview-item-info .item-title {
  font-size: 28px;
  color: #111;
  font-weight: 600;
  line-height: 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .quickview-item-info .item-title {
    font-size: 25px;
  }
}
.quickview-item-info .price .main-price {
  font-size: 30px;
  color: #d92523;
  font-weight: 600;
  line-height: 48px;
}
.quickview-item-info .price .main-price.discounted {
  font-size: 20px;
  color: #aaa;
  font-weight: 600;
  line-height: 48px;
  text-decoration: line-through;
}
.quickview-item-info .price .discounted-price {
  font-size: 30px;
  color: #d92523;
  font-weight: 600;
  line-height: 48px;
}
.quickview-item-info .description {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px;
}
.quickview-title {
  font-size: 16px;
  line-height: 22px;
  color: #333;
  font-weight: 500;
}
/*----------  quantity style  ----------*/
.pro-qty {
  padding: 10px;
  margin: 0 10px 0 0;
  background-color: #F7F7F7;
}
.pro-qty input {
  width: 40px;
  border: none;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  padding: 0 10px;
  background-color: #F7F7F7;
}
.pro-qty .qty-btn {
  font-size: 22px;
  font-weight: 500;
  color: #333;
  line-height: 1;
  position: relative;
  top: 3px;
}
/*----------  quick view other info  ----------*/
.quick-view-other-info {
  border-top: 1px solid #e0e0e0;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 30px;
}
.quick-view-other-info .other-info-links {
  margin-top: 15px;
}
.quick-view-other-info .other-info-links a {
  font-size: 16px;
  color: #666;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 1px;
  margin-right: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .quick-view-other-info .other-info-links a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 479px) {
  .quick-view-other-info .other-info-links a {
    font-size: 15px;
  }
}
.quick-view-other-info .other-info-links a:hover {
  color: #fab200;
}
.quick-view-other-info .other-info-links a i {
  margin-right: 5px;
}
.quick-view-other-info table {
  width: 100%;
}
.quick-view-other-info table tr td {
  padding-top: 15px;
}
.quick-view-other-info table tr td.quickview-title {
  font-size: 12px;
  color: #333;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.quick-view-other-info table tr td.quickview-value {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  line-height: 28px;
}
.quick-view-other-info table tr td.quickview-value a:hover {
  color: #333;
}
.quick-view-other-info table tr td .quickview-social-icons li {
  display: inline-block;
  margin-right: 20px;
}
/*=====  End of Quick View  ======*/
/*=============================================
=            contact form            =
=============================================*/
.contact-form-wrapper input, .contact-form-wrapper textarea {
  font-size: 15px;
  padding: 10px 20px;
  margin-bottom: 30px;
  color: #222;
  width: 100%;
  background: #f7f7f7;
  border: 1px solid #eee;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}
.contact-form-wrapper input:focus, .contact-form-wrapper textarea:focus {
  border-color: #c7c7c7;
}
.contact-form-wrapper .form-messege {
  margin-top: 20px;
}
/*=====  End of contact form  ======*/
/*=============================================
=            testimonial            =
=============================================*/
.testimonial-wrapper.theme-slick-slider:hover .slick-arrow.slick-prev {
  left: 0;
}
.testimonial-wrapper.theme-slick-slider:hover .slick-arrow.slick-next {
  right: 0;
}
.single-testimonial {
  text-align: center;
}
.single-testimonial__image {
  margin-bottom: 30px;
}
.single-testimonial__image img {
  display: inline-block;
}
.single-testimonial__content .testimonial-text {
  font-size: 18px;
  color: #666;
  font-weight: 400;
  line-height: 28px;
  font-style: italic;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-testimonial__content .testimonial-text {
    width: 800px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-testimonial__content .testimonial-text {
    width: 800px;
  }
}
.single-testimonial__content .testimonial-author {
  font-size: 18px;
  color: #111;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0;
}
/* testimonial element */
.testimonial-bg {
  background-image: url("../img/backgrounds/background-testimonials.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.testimonial-element-area {
  padding: 150px 0;
}
/* testimonial content */
.testimonial-content-wrapper {
  background-color: #ffffff;
  padding: 80px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-content-wrapper {
    padding: 60px 0;
  }
}
.testimonial-content-wrapper .testimonial-image {
  padding: 0 80px;
  border-right: 2px solid #EEEEEE;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-content-wrapper .testimonial-image {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .testimonial-content-wrapper .testimonial-image {
    text-align: center;
    border-bottom: 2px solid #EEEEEE;
    border-right: 0;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-content-wrapper .testimonial-image {
    padding: 0 30px;
    padding-bottom: 60px;
  }
}
.testimonial-content-wrapper .testimonial-image .icon {
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #868686;
  background-color: #ffffff;
  font-size: 18px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #eee;
  text-align: center;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .testimonial-content-wrapper .testimonial-image .icon {
    bottom: -30px;
    top: auto;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
  }
}
.testimonial-content-wrapper .testimonial-content {
  padding: 0 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-content-wrapper .testimonial-content {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .testimonial-content-wrapper .testimonial-content {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-content-wrapper .testimonial-content {
    padding: 0 30px;
    padding-top: 60px;
  }
}
/*=====  End of testimonial  ======*/
/*=============================================
=            google map            =
=============================================*/
.google-map {
  height: 500px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .google-map {
    height: 400px;
  }
}
@media only screen and (max-width: 479px) {
  .google-map {
    height: 300px;
  }
}
.google-map--style-2 {
  height: 700px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .google-map--style-2 {
    height: 600px;
  }
}
.google-map--style-3 {
  height: 400px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .google-map--style-3 {
    height: 300px;
  }
}
.group-map-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .group-map-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .group-map-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.single-map {
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-map {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .single-map {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
/*=====  End of google map  ======*/
/*=============================================
=            accordion            =
=============================================*/
.accordion-toggle-wrapper {
  margin-bottom: -50px;
}
.accordion-toggle-wrapper .single-faq {
  margin-bottom: 50px !important;
}
.faq-wrapper {
  margin-bottom: 55px;
}
.single-faq {
  margin-bottom: 20px;
}
.single-faq:last-child {
  margin-bottom: 0;
}
.single-faq .accordion-item {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #eee;
}
.single-faq .accordion-item:first-child {
  border-top: 1px solid #eee;
}
.single-faq .accordion-header {
  border-bottom: 0;
  padding: 0;
  border-radius: 0;
  margin-bottom: 0 !important;
}
.single-faq .accordion-button {
  color: #585656;
  font-weight: 600;
  line-height: 18px;
  overflow-wrap: break-word;
  white-space: normal;
  text-align: left;
  width: 100%;
  padding: 20px;
  border-bottom: 0;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.single-faq .accordion-button[aria-expanded=true] {
  background-color: #eee;
}
.single-faq .accordion-button:after {
  display: none;
}
.single-faq .accordion-button:hover, .single-faq .accordion-button:focus {
  text-decoration: none;
}
@media only screen and (max-width: 575px) {
  .single-faq .accordion-button {
    line-height: 26px;
  }
}
.single-faq .accordion-body {
  padding-left: 0;
  padding: 30px 20px 25px 20px;
}
.single-faq .accordion-body p {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 25px;
}
/*=====  End of accordion  ======*/
/*=============================================
=            pagination         =
=============================================*/
.pagination-wrapper ul {
  text-align: center;
}
.pagination-wrapper ul li {
  display: inline-block;
  text-align: center;
  width: 40px;
  line-height: 38px;
  margin-right: 5px;
  border: 1px solid #444;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
}
.pagination-wrapper ul li:last-child {
  margin-right: 0;
}
.pagination-wrapper ul li:hover, .pagination-wrapper ul li.active {
  background-color: #545b58;
}
.pagination-wrapper ul li:hover a, .pagination-wrapper ul li.active a {
  color: #ffffff;
}
.pagination-wrapper ul li a {
  color: #545B58;
  font-size: 14px;
  display: block;
}
/*=====  End of pagination ======*/
/*=============================================
=            newsletter             =
=============================================*/
.footer-newsletter-small-area {
  background-color: #fab200;
  padding: 35px 0;
}
.footer-newsletter-text {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-newsletter-text {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-newsletter-text {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    line-height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-newsletter-text {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    line-height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .footer-newsletter-text {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.footer-newsletter-text i {
  color: #ffffff;
  font-size: 50px;
  display: inline-block;
  margin-right: 10px;
}
.footer-newsletter-text span {
  display: inline-block;
}
.footer-newsletter-form {
  width: 425px;
  max-width: 100%;
  margin-left: auto;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-newsletter-form {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .footer-newsletter-form {
    margin: 0 auto;
  }
}
.footer-newsletter-form .mailchimp-alerts {
  text-align: left;
}
.footer-newsletter-form input {
  color: #202020;
  height: 50px;
  width: 100%;
  border: 2px solid transparent;
  padding: 9px 15px;
  padding-right: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-style: italic;
}
.footer-newsletter-form input:focus {
  border-color: #222;
}
.footer-newsletter-form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #111;
  border-color: #111;
  color: #ffffff;
}
.footer-logo-name {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  line-height: 20px;
  padding: 5px 0 20px 15px;
}
/*=====  End of newsletter   ======*/
/*=============================================
=            Progressbar            =
=============================================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .progress-bar-element__image {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .progress-bar-element__image {
    margin-bottom: 30px;
  }
}
.progress-bar-element__content {
  margin-bottom: -30px;
}
.progress-bar-element__content .progress {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  border-radius: 0;
  border: 1px solid #cfcfcf;
  margin-bottom: 30px;
}
.progress-bar-element__content .progress .progress-bar {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  line-height: 18px;
}
.progress-bar-element__content .progress .progress-bar .title {
  padding-left: 15px;
}
.progress-bar-element__content .progress .progress-bar .value {
  padding-right: 15px;
}
/*=====  End of Progressbar  ======*/
/*=============================================
=            about us            =
=============================================*/
.about-page-top-wrapper {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 100px;
  margin-top: -10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-page-top-wrapper {
    margin-top: -5px;
  }
}
/* about us brief */
.about-us-brief-title {
  font-size: 36px;
  color: #111;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-brief-title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-brief-title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .about-us-brief-title {
    font-size: 30px;
    line-height: 40px;
  }
}
.about-us-brief-title:after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  margin-top: 15px;
  background-color: #ccc;
}
.about-us-brief-desc {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 25px;
}
.about-us-brief-desc p {
  margin-bottom: 0;
}
/* about us process */
.about-us-process-wrapper {
  margin-bottom: -30px;
}
.about-us-process-wrapper .single-process {
  margin-bottom: 30px;
}
.about-us-process-wrapper .single-process .title {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 15px;
  margin-top: -10px;
}
.about-us-process-wrapper .single-process .title span {
  color: #fab200;
}
.about-us-process-wrapper .single-process .description {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: -3px;
}
.team-member-wrapper {
  margin-bottom: -30px;
}
.single-team-member {
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .single-team-member {
    text-align: center;
  }
}
.single-team-member__image {
  margin-bottom: 15px;
}
.single-team-member__content .name {
  font-size: 18px;
  color: #111;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 10px;
}
.single-team-member__content .designation {
  font-size: 16px;
  color: #fab200;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 15px;
}
.single-team-member__content .short-desc {
  font-size: 15px;
  color: #666;
  font-weight: 400;
  line-height: 24px;
}
.single-team-member__content .social-profiles {
  line-height: 1;
}
.single-team-member__content .social-profiles li {
  display: inline-block;
  margin-right: 20px;
}
.single-team-member__content .social-profiles li a {
  display: block;
  font-size: 16px;
  color: #666;
}
.single-team-member__content .social-profiles li a:hover {
  color: #fab200;
}
/*=====  End of about us  ======*/
/*=============================================
=            service            =
=============================================*/
.service-text-area-wrapper {
  margin-bottom: -100px;
}
.single-service-text {
  margin-bottom: 95px;
}
.single-service-text .title {
  font-size: 25px;
  color: #111;
  font-weight: 600;
  line-height: 27px;
  margin-top: -20px;
}
.single-service-text .title span {
  font-size: 80px;
  color: #fab200;
  font-weight: 700;
  line-height: 88px;
  margin-right: 25px;
}
@media only screen and (max-width: 479px) {
  .single-service-text .title span {
    font-size: 70px;
    line-height: 76px;
  }
}
.single-service-text .short-desc {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 25px;
}
/*----------  image background area  ----------*/
.image-background-area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.image-background-area .image-area {
  height: 350px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .image-background-area .image-area {
    height: 350px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .image-background-area .image-area {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .image-background-area .image-area {
    height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .image-background-area .image-area {
    height: 250px;
  }
}

.image-background-area .image-overlay {
  background: rgba(2, 5, 30, 0.4);
}

.image-background-area .header-title {
  color: #ffffff;
}
.image-background-area .breadcrumb-list {
  color: #ffffff;
}
.cta-content-wrapper--two .breadcrumb-list {
  color: #ffffff;
}
.image-background-area .breadcrumb-wrapper .breadcrumb-list li a {
  color: #ffffff;
}
.image-background-area .breadcrumb-wrapper .breadcrumb-list li a:hover {
  text-decoration: underline;
}
.cta-content-wrapper--two .breadcrumb-wrapper {
  text-align: left;
  padding: 0;
}
/*----------  video background area  ----------*/
.video-background-area .video-area {
  height: 350px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .video-background-area .video-area {
    height: 350px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-background-area .video-area {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-background-area .video-area {
    height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .video-background-area .video-area {
    height: 250px;
  }
}
.video-background-area .header-title {
  color: #ffffff;
}
.video-background-area .breadcrumb-list {
  color: #ffffff;
}
.cta-content-wrapper--two .breadcrumb-list {
  color: #ffffff;
}
.video-background-area .breadcrumb-wrapper .breadcrumb-list li a {
  color: #ffffff;
}
.video-background-area .breadcrumb-wrapper .breadcrumb-list li a:hover {
  text-decoration: underline;
}
.cta-content-wrapper--two .breadcrumb-wrapper {
  text-align: left;
  padding: 0;
}
/*----------  icon service text  ----------*/
.icon-service-text-wrapper {
  margin-bottom: -30px;
}
.single-icon-service {
  text-align: center;
  margin-bottom: 25px;
}
.single-icon-service__icon {
  margin-bottom: 10px;
  line-height: 1;
}
.single-icon-service__icon i {
  font-size: 40px;
  color: #fab200;
}
.single-icon-service__title {
  margin-bottom: 25px;
  font-size: 20px;
  color: #222;
  font-weight: 700;
  line-height: 22px;
}
.single-icon-service__short-desc {
  font-size: 15px;
  color: #666666;
  font-weight: 400;
  line-height: 24px;
}
/*=====  End of service  ======*/
/*=============================================
=            contact us            =
=============================================*/
.contact-icon-text-wrapper {
  margin-bottom: -30px;
}
.single-contact-icon-text {
  margin-bottom: 25px;
  text-align: center;
}
.single-contact-icon-text__icon {
  margin-bottom: 20px;
  line-height: 1;
}
.single-contact-icon-text__icon i {
  font-size: 40px;
  color: #fab200;
}
.single-contact-icon-text__title {
  margin-bottom: 25px;
  font-size: 20px;
  color: #222;
  font-weight: 700;
  line-height: 22px;
}
.single-contact-icon-text__value {
  font-size: 15px;
  color: #878787;
  font-weight: 400;
  line-height: 24px;
}
.contact-form-content .social-links {
  line-height: 1;
}
.contact-form-content .social-links li {
  display: inline-block;
  margin-right: 20px;
}
.contact-form-content .social-links li a:hover {
  color: #fab200;
}
@media only screen and (max-width: 767px) {
  .contact-form-content {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/*=====  End of contact us  ======*/
/*=============================================
=            shop            =
=============================================*/
.shop-page-area {
  margin-bottom: 100px;
}
/*----------  price filter  ----------*/
.sidebar-price #price-range {
  width: 96%;
  height: 7px;
  margin: 7px 0;
  margin-bottom: 25px;
  background-color: #fab200;
  position: relative;
  border-radius: 50px;
}
.sidebar-price #price-range .ui-slider-range {
  position: absolute;
  height: 100%;
  top: 0;
  background-color: #fab200;
}
.sidebar-price #price-range .ui-slider-handle {
  background-color: #fab200;
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 50px;
  display: block;
  top: -5px;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.15);
}
.sidebar-price input {
  border: none;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 1;
  margin-bottom: -5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .sidebar-price input {
    width: 69%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-price input {
    width: 69%;
  }
}
.sidebar-price .price-range-button {
  float: right;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
}
/* shop product view mode*/
.shop-header {
  border-bottom: 1px solid #eee;
  padding: 5px 0;
  margin-bottom: 50px;
  margin-top: -10px;
}
.view-mode-icons {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .view-mode-icons {
    display: none !important;
  }
}
.view-mode-icons a {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 28px;
  cursor: pointer;
  border: 1px solid #eee;
  margin-right: 5px;
}
.view-mode-icons a.active {
  color: #fab200;
}
.view-mode-icons a:hover {
  color: #fab200;
}
.shop-product-wrap {
  margin-bottom: 20px;
  /* shop four column product icon fix */
  /* full width */
}
.shop-product-wrap--with-sidebar .col-lg-3 .single-grid-product__image .product-hover-icon-wrapper .single-icon--add-to-cart a i {
  display: block !important;
}
.shop-product-wrap--with-sidebar .col-lg-3 .single-grid-product__image .product-hover-icon-wrapper .single-icon--add-to-cart a span {
  display: none;
}
.shop-product-wrap--with-sidebar.four-column .single-grid-product__image .product-hover-icon-wrapper .single-icon--add-to-cart a i {
  display: block !important;
}
.shop-product-wrap--with-sidebar.four-column .single-grid-product__image .product-hover-icon-wrapper .single-icon--add-to-cart a span {
  display: none;
}
.shop-product-wrap--fullwidth .col-lg-is-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66%;
  flex: 0 0 16.66%;
  max-width: 16.66%;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .shop-product-wrap--fullwidth .col-lg-is-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-product-wrap--fullwidth .col-lg-is-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-product-wrap--fullwidth .col-lg-is-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .shop-product-wrap--fullwidth .col-lg-is-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .shop-product-wrap--fullwidth .col-lg-is-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.shop-product-wrap--fullwidth .col-lg-is-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .shop-product-wrap--fullwidth .col-lg-is-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-product-wrap--fullwidth .col-lg-is-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-product-wrap--fullwidth .col-lg-is-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .shop-product-wrap--fullwidth .col-lg-is-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .shop-product-wrap--fullwidth .col-lg-is-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.shop-product-wrap .single-grid-product {
  margin-bottom: 30px;
}
.shop-product-wrap.grid .single-list-product {
  display: none;
}
.shop-product-wrap.list .single-grid-product {
  display: none;
}
.shop-product-wrap.list [class*=col], .shop-product-wrap.list [class*=col-] {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  width: 100%;
  max-width: 100%;
}
/* sort selection style */
.sort-by-dropdown {
  margin-left: 15px;
}
@media only screen and (max-width: 575px) {
  .sort-by-dropdown {
    margin-left: 0;
  }
}
.sort-by-dropdown .nice-select {
  border: none;
  font-size: 16px;
}
@media only screen and (max-width: 575px) {
  .sort-by-dropdown .nice-select {
    padding-left: 0;
  }
}
.sort-by-dropdown .nice-select .list {
  border-radius: 0;
  right: 0;
  left: auto;
}
@media only screen and (max-width: 575px) {
  .sort-by-dropdown .nice-select .list {
    left: 0;
    right: auto;
  }
}
/* grid view changer */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-view-changer {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .grid-view-changer {
    display: none;
  }
}
.grid-view-changer.active .grid-view-changer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.grid-view-changer.active > a {
  display: none;
}
.grid-view-changer__menu {
  display: none;
}
.grid-view-changer__menu > a:hover, .grid-view-changer__menu > a.active {
  color: #fab200 !important;
}
.grid-view-changer a {
  height: 34px;
  width: 34px;
  line-height: 34px;
  background-color: #eee;
  text-align: center;
}
.grid-view-changer a:hover {
  color: #666;
}
.grid-view-changer a i {
  line-height: 34px;
}
/* shop sidebar wrapper */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-sidebar-wrapper {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-sidebar-wrapper {
    margin-top: 50px;
  }
}
/* description tab area */
.description-tab-navigation {
  border-top: 1px solid #ededed;
}
.description-tab-navigation .nav-tabs {
  border-bottom: 0;
}
.description-tab-navigation .nav-tabs .nav-link {
  border: 0;
  font-size: 14px;
  color: #666;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 1px;
  position: relative;
  padding: 20px 0 18px;
  margin: 0 20px;
}
@media only screen and (max-width: 575px) {
  .description-tab-navigation .nav-tabs .nav-link {
    margin: 0 10px;
  }
}
.description-tab-navigation .nav-tabs .nav-link.active, .description-tab-navigation .nav-tabs .nav-link:hover {
  color: #fab200;
}
.description-tab-navigation .nav-tabs .nav-link.active:after, .description-tab-navigation .nav-tabs .nav-link:hover:after {
  width: 100%;
}
.description-tab-navigation .nav-tabs .nav-link:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fab200;
}
.single-product-description-tab-content .tab-content {
  padding: 80px 0;
  background-color: #f7f7f7;
}
.single-product-description-tab-content .tab-content .tab-pane .description-content p {
  margin-bottom: 0;
}
.single-product-description-tab-content .tab-content .tab-pane .description-content p.long-desc {
  margin-bottom: 20px;
}
.single-product-description-tab-content .tab-content .tab-pane .description-content--extra .short-desc {
  margin-bottom: 60px;
}
.single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-image {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-image {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-image-bg {
  background-image: url("../img/product-details/desc-one.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 700px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-image-bg {
    height: 500px;
  }
}
.single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-text {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  background-color: #333333;
  color: #ffffff;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 50px 30px;
  }
}
.single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-text .text-wrapper {
  width: 570px;
  max-width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-text .text-wrapper {
    width: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-text .text-wrapper {
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-text .text-wrapper {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-text .text-wrapper {
    width: auto;
  }
}
.single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-text p.medium-text {
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 1px;
}
.single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-text p.big-text {
  font-size: 40px;
  color: #ffffff;
  font-weight: 600;
  line-height: 44px;
}
@media only screen and (max-width: 479px) {
  .single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-text p.big-text {
    font-size: 30px;
    line-height: 34px;
  }
}
.single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-text p.desc-text {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 25px;
}
.single-product-description-tab-content .tab-content .tab-pane .description-content--extra__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .single-product-description-tab-content .tab-content .tab-pane .description-content--extra__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.single-product-description-tab-content .tab-content .tab-pane .description-content--extra__bottom .single-block-image {
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}
@media only screen and (max-width: 767px) {
  .single-product-description-tab-content .tab-content .tab-pane .description-content--extra__bottom .single-block-image {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.single-product-description-tab-content .tab-content .tab-pane .additional-info-content .additional-info-table {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  font-size: 16px;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  border-bottom: 1px solid #ededed;
}
.single-product-description-tab-content .tab-content .tab-pane .additional-info-content .additional-info-table tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.single-product-description-tab-content .tab-content .tab-pane .additional-info-content .additional-info-table tbody th {
  color: #333;
  border-top: 1px solid #ededed;
  padding: 15px 10px;
}
.single-product-description-tab-content .tab-content .tab-pane .additional-info-content .additional-info-table tbody td {
  padding: 15px 10px;
  border-top: 1px solid #ededed;
}
.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comment-title {
  font-size: 20px;
  color: #111;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding-right: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments .single-review-comment {
  position: relative;
  margin-top: 0;
  margin-left: 50px;
  padding-top: 35px;
  padding-left: 75px;
  padding-right: 30px;
  padding-bottom: 30px;
  margin-bottom: 27px;
  min-height: 170px;
  background-color: #ffffff;
}
.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments .single-review-comment__image {
  position: absolute;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
}
.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments .single-review-comment__image img {
  border-radius: 50%;
}
.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments .single-review-comment__content {
  position: relative;
}
.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments .single-review-comment__content .review-time {
  margin-bottom: 15px;
}
@media only screen and (max-width: 479px) {
  .single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments .single-review-comment__content .review-time {
    margin-bottom: 5px;
  }
}
.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments .single-review-comment__content .review-time i {
  margin-right: 5px;
}
.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments .single-review-comment__content .rating {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 479px) {
  .single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments .single-review-comment__content .rating {
    position: static;
  }
}
.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comment-form {
  border-left: 1px solid #efefef;
  padding-left: 40px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comment-form {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 0;
    border-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comment-form {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 0;
    border-left: 0;
  }
}
.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comment-form label {
  display: block;
}
.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comment-form label span {
  color: red;
}
.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comment-form .rating {
  margin-left: 20px;
}
.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comment-form input, .single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comment-form textarea {
  border: 1px solid #eee;
  padding: 9.5px 25px;
  width: 100%;
}
/*----------  product details with slider   ----------*/
.single-product-slider-details-area {
  margin-bottom: 80px;
}
/* product details description */
.product-details-description-wrapper .item-title {
  font-size: 28px;
  color: #111;
  font-weight: 600;
  line-height: 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-description-wrapper .item-title {
    font-size: 25px;
  }
}
.product-details-description-wrapper .price .main-price {
  font-size: 30px;
  color: #d92523;
  font-weight: 600;
  line-height: 48px;
}
.product-details-description-wrapper .price .main-price.discounted {
  font-size: 20px;
  color: #aaa;
  font-weight: 600;
  line-height: 48px;
  text-decoration: line-through;
}
.product-details-description-wrapper .price .discounted-price {
  font-size: 30px;
  color: #d92523;
  font-weight: 600;
  line-height: 48px;
}
.product-details-description-wrapper .product-details-title {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  line-height: 28px;
  margin-right: 50px;
}
.product-details-description-wrapper .product-color {
  line-height: 1.2;
  margin-bottom: 30px;
}
.product-details-description-wrapper .product-color ul {
  display: inline-block;
}
.product-details-description-wrapper .product-color ul li {
  margin-right: 10px;
  display: inline-block;
}
.product-details-description-wrapper .product-color ul li a span.color-picker {
  display: inline-block;
  vertical-align: top;
  height: 16px;
  width: 16px;
  line-height: 16px;
  border-radius: 100%;
}
.product-details-description-wrapper .product-color ul li a span.black {
  background-color: #000;
}
.product-details-description-wrapper .product-color ul li a span.blue {
  background-color: #1e73be;
}
.product-details-description-wrapper .product-color ul li a span.brown {
  background-color: #dd9933;
}
.product-details-description-wrapper .product-color ul li a span.gold {
  background-color: #cc9933;
}
.product-details-description-wrapper .product-color ul li a span.green-coral {
  background-color: #a1aeb2;
}
.product-details-description-wrapper .product-color ul li a span.grey {
  background-color: #eeeeee;
}
.product-details-description-wrapper .product-color ul li a span.oak {
  background-color: #cba98e;
}
.product-details-description-wrapper .product-color ul li a span.pink {
  background-color: #efdae7;
}
.product-details-description-wrapper .product-color ul li a span.silver {
  background-color: #999999;
}
.product-details-description-wrapper .product-color ul li a span.white {
  background-color: #ffffff;
}
.product-details-description-wrapper .product-color ul li a.active span {
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(0, 0, 0, 0.3);
}
.product-details-description-wrapper .product-color ul li a:hover span {
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(0, 0, 0, 0.3);
}
.product-details-description-wrapper .product-color ul li a:after {
  display: none;
}
.product-details-description-wrapper .product-size {
  margin-bottom: 30px;
}
.product-details-description-wrapper .product-size .nice-select {
  float: none;
  width: 150px;
  display: inline-block;
}
.product-details-description-wrapper .description {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px;
}
.product-details-description-wrapper .product-brand {
  margin-top: 30px;
  margin-bottom: 15px;
}
.product-details-description-wrapper .product-brand a {
  display: block;
  width: 100%;
}
.product-details-description-wrapper .group-product-form {
  margin-bottom: 30px;
}
.product-details-description-wrapper .group-product-form .table-content table {
  background: #fff none repeat scroll 0 0;
  border-color: #e5e5e5;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
}
.product-details-description-wrapper .group-product-form .table-content table td {
  padding: 12px 10px;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  width: 33.33%;
  white-space: nowrap;
}
.product-details-description-wrapper .group-product-form .table-content table td.product-name {
  font-weight: 500;
}
.product-details-description-wrapper .group-product-form .table-content table td.product-name a {
  font-size: 14px;
}
.product-details-description-wrapper .group-product-form .table-content table td.product-name a:hover {
  color: #fab200;
}
.product-details-description-wrapper .group-product-form .table-content table td p span {
  display: block;
  margin-top: 10px;
}
/* product details slider */
.product-details-slider-area {
  position: relative;
  margin-bottom: 50px;
}
.product-details-slider-area .product-badge-wrapper {
  display: inline-block;
  right: -10px;
  left: auto;
}
.product-details-slider-area .product-badge-wrapper span {
  padding: 3px 15px;
  font-size: 15px;
}
.product-details-slider-area .slick-list {
  margin-left: 0;
  margin-right: 0;
}
.product-details-slider-area .big-image-wrapper {
  position: relative;
}
.product-details-slider-area .big-image-wrapper .enlarge-icon {
  position: absolute;
  bottom: 20px;
  right: 10px;
  z-index: 5;
}
.product-details-slider-area .big-image-wrapper .enlarge-icon a {
  font-size: 30px;
}
.product-details-slider-area .big-image-wrapper .enlarge-icon a:hover {
  color: #fab200;
}
/* product big image slider */
.product-details-big-image-slider-wrapper {
  cursor: crosshair;
}
.product-details-big-image-slider-wrapper--bottom-space {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .product-details-big-image-slider-wrapper--side-space {
    margin-bottom: 15px;
  }
}
.product-details-big-image-slider-wrapper--sticky .single-image {
  position: relative;
  margin-bottom: 15px;
}
.product-details-big-image-slider-wrapper--sticky .single-image .product-badge-wrapper {
  right: 10px;
}
/* product small image slider */
.product-details-small-image-slider-wrapper--horizontal-space .single-image {
  padding: 0 5px;
}
.product-details-small-image-slider-wrapper--vertical-space {
  position: relative;
}
.product-details-small-image-slider-wrapper--vertical-space .single-image {
  padding: 5px 0;
}
@media only screen and (max-width: 767px) {
  .product-details-small-image-slider-wrapper--vertical-space .single-image {
    padding: 0 5px;
  }
}
.product-details-small-image-slider-wrapper--vertical-space .slick-arrow {
  visibility: visible;
  opacity: 0.85;
  height: 30px;
  width: 100%;
  -webkit-transform: none;
  transform: none;
}
.product-details-small-image-slider-wrapper--vertical-space .slick-arrow i {
  line-height: 20px;
}
.product-details-small-image-slider-wrapper--vertical-space .slick-arrow.slick-prev {
  top: 0;
  left: 0;
}
.product-details-small-image-slider-wrapper--vertical-space .slick-arrow.slick-next {
  bottom: 0 !important;
  top: auto;
  left: 0;
  right: auto;
}
.product-details-small-image-slider-wrapper--vertical-space:hover .slick-arrow.slick-prev {
  left: 0;
}
.product-details-small-image-slider-wrapper--vertical-space:hover .slick-arrow.slick-next {
  left: 0;
}
.product-details-small-image-slider-wrapper .slick-list .slick-active.slick-current .single-image img {
  opacity: 1;
}
.product-details-small-image-slider-wrapper .single-image {
  cursor: pointer;
}
.product-details-small-image-slider-wrapper .single-image img {
  opacity: 0.65;
}
/*=====  End of shop  ======*/
/*=============================================
=            Blog            =
=============================================*/
.blog-page-area {
  margin-bottom: 100px;
}
/* blog sidebar */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-sidebar-wrapper {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-sidebar-wrapper {
    margin-top: 50px;
  }
}
/* single blog post */
.blog-post-wrapper .single-blog-post {
  margin-bottom: 50px;
}
.single-blog-post__image {
  margin-bottom: 15px;
}
.single-blog-post__image a {
  display: block;
  width: 100%;
}
.single-blog-post__image a img {
  width: 100%;
}
.single-blog-post__image, .single-slider-blog-post__image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10; /* 横100%・縦比率指定 */
  overflow: hidden; /* はみ出た縦をカット */
}
.single-blog-post__image img, .single-slider-blog-post__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover; /* 安定表示 */
}
.single-blog-post__image--audio iframe {
  width: 100%;
}
.single-blog-post__image .blog-image-slider .slick-arrow.slick-prev {
  left: 0;
}
.single-blog-post__image .blog-image-slider .slick-arrow.slick-next {
  right: 0;
}
.single-blog-post__image .blog-image-slider:hover .slick-arrow.slick-prev {
  left: 20px;
}
.single-blog-post__image .blog-image-slider:hover .slick-arrow.slick-next {
  right: 20px;
}
.single-blog-post__content .post-title {
  font-size: 22px;
  color: #111;
  font-weight: 600;
  line-height: 33px;
}
.single-blog-post__content .post-title a {
  color: #111;
}
.single-blog-post__content .post-title a:hover {
  color: #fab200;
}
.single-blog-post__content .post-meta {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 20px;
}
.single-blog-post__content .post-meta a.post-author {
  color: #fab200;
  padding-left: 5px;
}
.single-blog-post__content .post-meta a:hover {
  color: #fab200;
}
.single-blog-post__content .post-meta .separator {
  color: #111;
  margin: 0 10px;
}
.single-blog-post__content .post-excerpt {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px;
}
.single-blog-post--related {
  margin-bottom: 30px;
}
.single-blog-post--related .post-title {
  font-size: 18px;
  color: #111;
  font-weight: 600;
  line-height: 23px;
}
.single-blog-post--related .post-meta {
  font-size: 15px;
}
/* blog single post details */
.blog-single-post-details-wrapper {
  margin-bottom: 50px;
}
.blog-single-post-details-wrapper h1 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 575px) {
  .blog-single-post-details-wrapper .post-title {
    font-size: 25px;
    color: #111;
    font-weight: 600;
    line-height: 35px;
  }
}
.blog-single-post-details-wrapper .post-meta {
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 40px;
}
.blog-single-post-details-wrapper .post-meta a:hover {
  color: #fab200;
}
.blog-single-post-details-wrapper .post-meta .separator {
  color: #eeeeee;
  margin: 0 10px;
}
.blog-single-post-details-wrapper .post-text-content {
  margin-bottom: 30px;
}
.blog-single-post-details-wrapper .post-text-content p {
  font-size: 16.5px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 479px) {
  .blog-single-post-details-wrapper .post-text-content p {
    font-size: 15.5px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  }
}
/* related post */
.blog-related-post-area {
  margin-bottom: 50px;
}
.blog-related-post-wrapper .single-blog-post {
  margin-bottom: 20px;
}
.blog-details-section-title {
  font-size: 22px;
  color: #111;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 25px;
  margin-top: -5px;
}
/* blog comments */
.blog-comments-area {
  margin-bottom: 50px;
}
.blog-comments-area .blog-comments-wrapper {
  margin-bottom: -15px;
}
.blog-comments-area .blog-comments-wrapper .single-blog-comment {
  margin-bottom: 15px;
  position: relative;
  margin-top: 0;
  margin-left: 50px;
  padding-top: 35px;
  padding-left: 75px;
  padding-right: 30px;
  padding-bottom: 30px;
  min-height: 170px;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 479px) {
  .blog-comments-area .blog-comments-wrapper .single-blog-comment {
    padding-left: 35px;
    margin-left: 40px;
  }
}
.blog-comments-area .blog-comments-wrapper .single-blog-comment__image {
  position: absolute;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 479px) {
  .blog-comments-area .blog-comments-wrapper .single-blog-comment__image {
    width: 60px;
    height: 60px;
    left: -30px;
  }
}
.blog-comments-area .blog-comments-wrapper .single-blog-comment__image img {
  border-radius: 50%;
}
.blog-comments-area .blog-comments-wrapper .single-blog-comment__content {
  position: relative;
}
.blog-comments-area .blog-comments-wrapper .single-blog-comment__content .comment-time {
  margin-bottom: 15px;
}
@media only screen and (max-width: 479px) {
  .blog-comments-area .blog-comments-wrapper .single-blog-comment__content .comment-time {
    margin-bottom: 5px;
  }
}
.blog-comments-area .blog-comments-wrapper .single-blog-comment__content .comment-time i {
  margin-right: 5px;
}
.blog-comments-area .blog-comments-wrapper .single-blog-comment--reply {
  margin-left: 100px;
}
@media only screen and (max-width: 479px) {
  .blog-comments-area .blog-comments-wrapper .single-blog-comment--reply {
    margin-left: 70px;
  }
}
/*=====  End of Blog  ======*/
/*=============================================
=            Login Register            =
=============================================*/
.myaccount-wrapper {
  margin-bottom: 100px;
}
/*-- Login Title --*/
.login-title {
  font-size: 20px;
  line-height: 23px;
  text-decoration: underline;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 30px;
}
/*-- Login Form --*/
.login-form {
  background-color: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .login-form {
    padding: 15px;
  }
}
.login-form label {
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 500;
  text-transform: capitalize;
}
.login-form .nice-select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #999999;
  border-radius: 0;
  line-height: 23px;
  padding: 10px 20px;
  font-size: 14px;
  height: 45px;
  color: #666;
  margin-bottom: 15px;
}
.login-form .nice-select::after {
  width: 6px;
  height: 6px;
  border-width: 1px;
  right: 20px;
  border-color: #666;
}
.login-form .nice-select .current {
  color: #666;
  display: block;
  line-height: 23px;
}
.login-form .nice-select .list {
  width: 100%;
}
.login-form input {
  width: 100%;
  background-color: transparent;
  border: 1px solid #eee;
  border-radius: 0;
  line-height: 23px;
  padding: 10px 20px;
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.login-form input[type=checkbox] {
  width: auto;
}
.login-form input:focus {
  border: 1px solid #c7c7c7;
}
.login-form .check-box {
  float: left;
  margin-right: 70px;
  margin-bottom: 15px;
}
.login-form .check-box:last-child {
  margin-right: 0;
}
.login-form .check-box input[type=checkbox] {
  display: none;
}
.login-form .check-box input[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin: 0;
}
.login-form .check-box input[type=checkbox] + label::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #999999;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.login-form .check-box input[type=checkbox] + label::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "\f00c";
  font-family: Fontawesome;
  font-size: 12px;
  line-height: 20px;
  opacity: 0;
  color: #333333;
  width: 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.login-form .check-box input[type=checkbox]:checked + label::before {
  border: 2px solid #333333;
}
.login-form .check-box input[type=checkbox]:checked + label::after {
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .login-form--extra-space {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .login-form--extra-space {
    margin-bottom: 50px;
  }
}
/*-- Place Order --*/
.register-button {
  display: block;
  margin-top: 40px;
  width: 140px;
  height: 36px;
  border: none;
  line-height: 24px;
  padding: 6px 20px;
  float: left;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
}
.register-button:hover {
  background-color: #fab200;
}
@media only screen and (max-width: 767px) {
  .forget-pass-link {
    margin-bottom: 15px;
  }
}
.forget-pass-link:hover {
  color: #fab200;
}
/*=====  End of Login Register  ======*/
/*=============================================
=            Order tracking            =
=============================================*/
.order-tracking-area {
  margin-bottom: 100px;
}
.order-tracking-wrapper {
  width: 630px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 575px) {
  .order-tracking-wrapper {
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .order-tracking-wrapper {
    padding: 40px 15px;
  }
}
.order-track-form label {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  line-height: 28px;
  display: block;
}
.order-track-form input {
  font-size: 14px;
  display: block;
  padding: 9px 25px;
  color: #222;
  width: 100%;
  background: #fff;
  border: 1px solid #eee;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
.order-track-form input:focus {
  border-color: #c7c7c7;
}
/*=====  End of Order tracking  ======*/
/*=============================================
=            Cart            =
=============================================*/
.shopping-cart-area {
  margin-bottom: 100px;
}
.cart-table {
  border: 1px solid #e7e7e7;
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table thead {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table thead {
    display: none;
  }
}
.cart-table tr {
  border-bottom: 1px solid #ededed;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table tr {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #ededed;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table tr {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #ededed;
    padding: 30px 0;
  }
}
.cart-table th {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #222222;
  background-color: transparent;
  padding: 16px 12px;
}
.cart-table th:first-of-type {
  padding-left: 25px;
}
.cart-table td {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table td {
    text-align: center;
    display: block;
    width: 100% !important;
    margin: 0 auto;
    padding: 0 !important;
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table td {
    text-align: center;
    display: block;
    width: 100% !important;
    margin: 0 auto;
    padding: 0 !important;
    border: none;
  }
}
.cart-table td.product-thumbnail {
  width: 115px;
}
.cart-table td.product-name a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table td.product-name a {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table td.product-name a {
    margin-top: 20px;
  }
}
.cart-table td.product-name a:hover {
  color: #fab200;
}
.cart-table td.product-name .product-variation {
  display: block;
  line-height: 22px;
  float: left;
  clear: both;
  color: #ababab;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table td.product-name .product-variation {
    float: none;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table td.product-name .product-variation {
    float: none;
    margin-bottom: 10px;
  }
}
.cart-table td.product-price {
  clear: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table td.product-price {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table td.product-price {
    margin-bottom: 15px;
  }
}
.cart-table td.product-price .price {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #333;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table td.stock-status {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table td.stock-status {
    margin-bottom: 15px;
  }
}
.cart-table td.total-price {
  clear: left;
}
.cart-table td.total-price .price {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #333;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table td.product-quantity {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table td.product-quantity {
    margin-bottom: 20px;
  }
}
.cart-table td.product-remove {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table td.product-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table td.product-remove {
    position: absolute;
    top: 0;
    right: 10px;
    width: auto !important;
  }
}
.cart-table td.product-remove a {
  text-align: center;
  font-size: 0;
  display: block;
  height: 45px;
  width: 45px;
  color: #ababab;
  border: 2px solid #e6e6e6;
}
.cart-table td.product-remove a i {
  font-size: 30px;
  line-height: 41px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table td.product-remove a i {
    line-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table td.product-remove a i {
    line-height: 35px;
  }
}
.cart-table td.product-remove a:hover {
  color: #c61932;
  border-color: #c61932;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table td.product-remove a {
    border: none;
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table td.product-remove a {
    border: none;
    width: auto;
    height: auto;
  }
}
.cart-coupon-area {
  margin-bottom: 30px;
}
.cart-calculation-area {
  background-color: #F7F7F7;
  padding: 40px;
}
.cart-calculation-area__title {
  font-size: 25px;
  color: #111;
  font-weight: 600;
  line-height: 27px;
}
.cart-calculation-table {
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 30px;
}
.cart-calculation-table th {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #222222;
  background-color: transparent;
  padding: 16px 12px;
  padding-left: 10px;
}
.cart-calculation-table td {
  padding-right: 10px !important;
  text-align: right;
}
.cart-calculation-table td.subtotal {
  font-size: 14px;
  line-height: 28px;
  color: #333;
  font-weight: 600;
}
.cart-calculation-table td.total {
  font-size: 24px;
  line-height: 48px;
  color: #333;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coupon-form {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .coupon-form {
    margin-bottom: 30px;
  }
}
.coupon-form input {
  display: inline-block;
  background-color: #fff;
  margin-right: 16px;
  padding: 9px 15px;
  color: #222;
  width: 100%;
  background: #f7f7f7;
  border: 1px solid #eee;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
}
.coupon-form input:focus {
  border-color: #c7c7c7;
}
@media only screen and (max-width: 575px) {
  .coupon-form input {
    margin-bottom: 15px;
  }
}
.stock-stat-message {
  font-size: 12px;
  color: #297e29;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  padding: 0 5px;
  border: 2px solid #297e29;
}
.stock-stat-message--out-of-stock {
  color: red;
  border-color: red;
}
/*=====  End of Cart  ======*/
/*=============================================
=            checkout            =
=============================================*/
.checkout-page-wrapper {
  margin-bottom: 100px;
}
.billing-form {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shipping-form {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .shipping-form {
    margin-bottom: 30px;
  }
}
/*-- Checkout Title --*/
.checkout-title {
  font-size: 20px;
  line-height: 23px;
  text-decoration: underline;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 30px;
}
/*-- Checkout Form --*/
.checkout-form label {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.checkout-form .nice-select {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 0;
  line-height: 23px;
  padding: 10px 20px;
  font-size: 14px;
  height: 45px;
  color: #666;
  margin-bottom: 15px;
}
.checkout-form .nice-select::after {
  width: 6px;
  height: 6px;
  border-width: 1px;
  right: 20px;
  border-color: #666;
}
.checkout-form .nice-select .current {
  color: #666;
  display: block;
  line-height: 23px;
}
.checkout-form .nice-select .list {
  width: 100%;
}
.checkout-form .nice-select:focus {
  border-color: #c7c7c7;
}
.checkout-form input {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 0;
  line-height: 23px;
  padding: 10px 20px;
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.checkout-form input[type=checkbox] {
  width: auto;
}
.checkout-form input:focus {
  border: 1px solid #c7c7c7;
}
.checkout-form .check-box {
  float: left;
  margin-right: 70px;
}
.checkout-form .check-box:last-child {
  margin-right: 0;
}
.checkout-form .check-box input[type=checkbox] {
  display: none;
}
.checkout-form .check-box input[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin: 0;
}
.checkout-form .check-box input[type=checkbox] + label::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #999999;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.checkout-form .check-box input[type=checkbox] + label::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "\f00c";
  font-family: Fontawesome;
  font-size: 12px;
  line-height: 20px;
  opacity: 0;
  color: #333333;
  width: 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.checkout-form .check-box input[type=checkbox]:checked + label::before {
  border: 2px solid #333333;
}
.checkout-form .check-box input[type=checkbox]:checked + label::after {
  opacity: 1;
}
/*-- Shipping Form --*/
#shipping-form {
  display: none;
}
/*-- Checkout Cart Total --*/
.checkout-cart-total {
  background-color: #f2f2f2;
  padding: 45px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .checkout-cart-total {
    padding: 30px;
  }
}
.checkout-cart-total h4 {
  -ms-flex-preferred-size: 18px;
  flex-basis: 18px;
  line-height: 23px;
  font-weight: 700;
}
.checkout-cart-total h4:first-child {
  margin-top: 0;
  margin-bottom: 25px;
}
.checkout-cart-total h4:last-child {
  margin-top: 15px;
  margin-bottom: 0;
}
.checkout-cart-total h4 span {
  float: right;
  display: block;
}
.checkout-cart-total ul {
  border-bottom: 1px solid #999999;
}
.checkout-cart-total ul li {
  color: #666;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  display: block;
  margin-bottom: 16px;
}
.checkout-cart-total ul li span {
  color: #333333;
  float: right;
}
.checkout-cart-total p {
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  color: #505050;
  padding: 10px 0;
  border-bottom: 1px solid #999999;
  margin: 0;
}
.checkout-cart-total p span {
  float: right;
}
.checkout-payment-method {
  background-color: #f2f2f2;
  padding: 45px;
}
@media only screen and (max-width: 575px) {
  .checkout-payment-method {
    padding: 30px;
  }
}
.single-method {
  margin-bottom: 20px;
}
.single-method:last-child {
  margin-bottom: 0;
}
.single-method input[type=radio] {
  display: none;
}
.single-method input[type=radio] + label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin: 0;
}
.single-method input[type=radio] + label::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #999999;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-method input[type=radio] + label::after {
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  content: "";
  opacity: 0;
  background-color: #333333;
  width: 10px;
  text-align: center;
  height: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-method input[type=radio]:checked + label::before {
  border: 2px solid #333333;
}
.single-method input[type=radio]:checked + label::after {
  opacity: 1;
}
.single-method input[type=checkbox] {
  display: none;
}
.single-method input[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  margin: 0;
}
.single-method input[type=checkbox] + label::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  display: block;
  border: 2px solid #999999;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-method input[type=checkbox] + label::after {
  position: absolute;
  left: 4px;
  top: 4px;
  display: block;
  content: "";
  opacity: 0;
  background-color: #333333;
  width: 8px;
  text-align: center;
  height: 8px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-method input[type=checkbox]:checked + label::before {
  border: 2px solid #333333;
}
.single-method input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.single-method p {
  display: none;
  margin-top: 8px;
  font-size: 14px;
  color: #666;
  line-height: 23px;
}
.place-order {
  margin-top: 40px;
  width: 140px;
  height: 36px;
  border: none;
  line-height: 24px;
  padding: 6px 20px;
  float: left;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #333333;
}
.place-order:hover {
  background-color: #fff;
}
.place-order-btn {
  margin-top: 15px;
}
.insta_box .image-box {
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.insta_box .cover-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
  border-radius: 0px !important;
}
.insta_box .image-box:hover .cover-img {
  transform: scale(1.05);
  filter: brightness(100%);
}
.insta_box a {
  display: block;
}
.font-w {
  font-weight: bold;
}
.f03em {
  font-size: .3em !important;
}
.f04em {
  font-size: .4em !important;
}
.f05em {
  font-size: .5em !important;
}
.f06em {
  font-size: .6em !important;
}
.f07em {
  font-size: .7em !important;
}
.f08em {
  font-size: .8em !important;
}
.f09em {
  font-size: .9em !important;
}
.f1em {
  font-size: 1em !important;
}
.f1em5 {
  font-size: 1.5em !important;
}
.f2em {
  font-size: 2em !important;
}
.f2em3 {
  font-size: 2.3em !important;
}
.f2em5 {
  font-size: 2.5em !important;
}
.f2em6 {
  font-size: 2.6em !important;
}
.f3em {
  font-size: 3em !important;
}
.f3em3 {
  font-size: 3.3em !important;
}
.f3em5 {
  font-size: 3.5em !important;
}
.f2em6 {
  font-size: 2.6em !important;
}
.f4em {
  font-size: 4em !important;
}
.f5em {
  font-size: 5em !important;
}
.f6em {
  font-size: 6em !important;
}
.scattered-img {
  position: absolute;
  border-radius: 0;
  max-width: 100%;
  height: auto
}
.left-img1 {
  top: 54%;
  left: 30%;
  z-index: 10
}
.left-img2 {
  top: 21%;
  left: 1%
}
.left-img3 {
  top: 10%;
  left: 45%;
  z-index: 20
}
.right-img1 {
  top: 17%;
  right: 2%
}
.right-img2 {
  top: 35%;
  right: 55%
}
.right-img3 {
  top: 59%;
  right: 23%
}
@media only screen and (max-width: 990px) {
  .left-img1 {
    top: 59%;
    left: 7%;
    z-index: 10
  }
  .left-img2 {
    top: 11%;
    left: 55%
  }
  .left-img3 {
    top: 2%;
    left: 0%;
    z-index: 20
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .left-img1 {
    top: 74%;
    left: 30%;
    z-index: 10
  }
  .left-img2 {
    top: 21%;
    left: 0%
  }
  .left-img3 {
    top: 4%;
    left: 13%;
    z-index: 20
  }
  .right-img1 {
    top: 75%;
    right: 41%
  }
  .right-img2 {
    top: 1%;
    right: 0%
  }
  .right-img3 {
    top: 59%;
    right: 4%
  }
}
.left-furniture-img1 {
  top: 54%;
  left: 30%;
  z-index: 10
}
.left-furniture-img2 {
  top: 21%;
  left: 1%
}
.left-furniture-img3 {
  top: 10%;
  left: 45%;
  z-index: 20
}
.left-furniture-img4 {
  top: 27%;
  left: 21%
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .left-img1 {
    top: 77%;
    left: 26%;
    z-index: 10
  }
  .left-furniture-img2 {
    top: 32%;
    left: 0%
  }
  .left-furniture-img3 {
    top: 7%;
    left: 3%;
    z-index: 20
  }
}
.tumugu-bg {
  position: relative;
  background-color: #f7f7f7;
  z-index: 0;
  overflow: hidden;
}
.tumugu-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/img/bg/bg-01.webp');
  background-repeat: repeat;
  background-size: auto;
  z-index: -1;
}
.tumugu-opacity-30::before {
  opacity: 0.3;
}
.tumugu-opacity-50::before {
  opacity: 0.5;
}
.embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 25px;
}
.embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.googlemap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .googlemap::before {
    content: "";
    display: block;
    padding-top: 33.33%;
  }
}
@media (max-width: 767.98px) {
  .googlemap::before {
    content: "";
    display: block;
    padding-top: 133.33%;
  }
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.mb-6 {
  margin-bottom: 4rem !important;
}
.mb-7 {
  margin-bottom: 5rem !important;
}
.mb-8 {
  margin-bottom: 6rem !important;
}
.mb-9 {
  margin-bottom: 6.25rem !important;
}
.mt-6 {
  margin-top: 4rem !important;
}
.mt-7 {
  margin-top: 5rem !important;
}
.mt-8 {
  margin-top: 6rem !important;
}
.mt-9 {
  margin-top: 6.25rem !important;
}
dt, dd{
  margin-bottom: 1rem;
}

.dl-info dt {
  font-weight: 600;
  margin: 0;
  color: #585656;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #ccc;
}
.dl-info dd {
  margin: 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
}
.dl-info {
  display: grid;
  grid-template-columns: 30% 70%;
  row-gap: 0.5rem;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.dl-info dt {
  grid-column: 1;
  text-align: left;
}
.dl-info dd {
  grid-column: 2;
}
.dl-info p {
  margin: 1rem 0 0;
}
@media (min-width: 576px) {
  .dl-info {
    grid-template-columns: 25% 75%;
    row-gap: 1rem;
  }
  .dl-info dt {
    padding-bottom: 0.5rem;
  }
}
.dl-info dd ul {
  padding-left: 1rem;
  list-style: disc;
}
a img {
  transition: 0.3s ease;
}
a:hover img {
  filter: brightness(80%);
}
.estimate-area {
  font-size: 1.8rem;
  width: 2.2rem;
  text-align: center;
}
.blog-page h2, .blog-page h3, .blog-page h4, .blog-page h5 {
  margin: 60px 0 25px 0;
}
.blog-page h2:after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  margin-top: 3px;
  background-color: #d0dbd8;
}
.blog-page h3:after {
  content: "";
  display: block;
  height: 2px;
  width: 15%;
  margin-top: 3px;
  background-color: #d0dbd8;
}
.blog-page img {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}
.blog-page .blog-gallery img{
	margin: 0 !important;
}
.blog-page .post-thumbnail img {
  margin: 0 0 40px 0;
}
.blog-page ul.tag-list {
  margin: 20px 0;
}
.blog-page ul.tag-list li {
  list-style-type: none;
  line-height: .5;
	display: inline-block;
}
.blog-page ul.tag-list li a {
  margin: 0 6px 8px 0;
  padding: .6em;
  line-height: 1;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #b3abab;
	color: #636363;
}
.blog-page ul.tag-list li a:before {
  content: "#";
  padding-right: .2rem;	
}
.blog-page ul.tag-list li a:hover {
  background-color: #eeeeee;
}
ul.table-of-contents {
  padding: 55px 10px 55px 35px;
  margin: 80px 10px 75px 10px !important;
  border-bottom: solid 1px #eeeeee;
  border-top: solid 1px #eeeeee;
  position: relative;
}

.blog-page ul, .blog-page ol {
  margin: 10px 0 10px 1.5rem;
}
.blog-page ul li {
  list-style-type: circle;
  line-height: 1.4;
	margin-bottom: 5px;
}
.blog-page ol li {
  list-style-type: decimal;
  line-height: 1.4;
	margin-bottom: 10px;
}
.blog-page .blog-sidebar-wrapper ul li {
  list-style-type: none;
	margin-bottom: 0;
}
.blog-page strong {
      font-size: 18px;
    margin-top: 15px;
    display: inline-block;
}
ul.table-of-contents:before {
  content: "目次";
  position: absolute;
  display: block;
  top: -21px;
  left: 0;
  background-color: #ffffff;
  padding: 0 10px;
  font-weight: 600;
  font-size: 25px;
}
ul.table-of-contents li {
  list-style-type: circle;
	
}
ul.table-of-contents ul {
  padding-left: 1.5em;
}
ul.table-of-contents li a {
  font-size: 17px;
  display: inline;
}
ul.table-of-contents li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 479px) {
  .blog-page strong {
  font-size: 16px;
}
}
.blog-page .blog-sidebar-wrapper ul{ margin: 0;}

.blog-page .card{ background-color: #575958; border-radius: 0; }
.blog-page .card h3:after, .blog-page .card h2:after { content: none !important;}
.blog-page .card_store_bg{ background-color: #575958;}
.blog-page .card_furniture_bg{ background-color: #123925;}

.banner-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



.mobile-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2rem 1rem;
  color: #fff;
  overflow: hidden;
  min-height: 200px;
}
.mobile-banner h3:after, .mobile-banner h2:after { content: none !important;}
.mobile-banner h3, .mobile-banner h2 { color: #fff !important;}
.mobile-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.mobile-banner__content {
  position: relative;
  z-index: 2;
  text-align: center;
}


.related_title {
  font-size: 17px;
}
/*.bg-furniture {
  background-image: url(/img/bg/bg_furniture-left.webp), url(/img/bg/bg_furniture-right.webp);
  background-position: top left, top right;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
}*/
.bg-furniture {
  background-image: url(/img/bg/bg_furniture-left.webp);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media (max-width: 1200px) {
  .bg-furniture {
    background-image: none;
  }
}
.contact-list-box {
  border: 1px solid #ccc;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.small-badge {
  display: inline-block;
  padding: .35em .65em;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  margin-left: 10px;
}
.list-style-disc {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  list-style: disc;
}
.tumugu-form ::placeholder {
  color: #D6D6D6;
  font-size: 15px;
  opacity: 1;
}
.custom-label {
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
}
.required {
  color: #e74c3c;
  margin-left: 0.15rem;
}
.custom-input, .custom-select, .custom-textarea {
  border-radius: 5px;
  padding: 13px 15px;
  font-size: 16px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: none;
  color: #000000;
}
.custom-input:focus, .custom-select:focus, .custom-textarea:focus {
  border-color: #545b58;
  box-shadow: none;
  outline: none;
}
.custom-textarea {
  resize: vertical;
  min-height: 120px;
}
.custom-checkbox {
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid #ccc;
  transition: border-color 0.3s ease;
}
.custom-checkbox:checked {
  border-color: #4a90e2;
  background-color: #4a90e2;
}
.custom-label-checkbox {
  font-weight: 500;
  font-size: 1rem;
  color: #34495e;
  cursor: pointer;
  user-select: none;
}
.validation-error {
  font-size: 0.9rem;
  color: #f96fa1;
  display: flex;
  align-items: center;
  gap: 6px;
}
input.validation-error, textarea.validation-error {
  border: 1px solid #ffbfcb;
  background-color: #fff6f9 !important;
}
.custom-submit-btn {
  background: linear-gradient(45deg, #4a90e2, #357ABD);
  border: none;
  border-radius: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: background 0.3s ease;
}
.custom-submit-btn:hover {
  background: linear-gradient(45deg, #357ABD, #2a5cae);
}
@media (max-width: 576px) {
  .custom-input, .custom-select, .custom-textarea {
    font-size: 16px;
    padding: 10px 12px;
  }
}
.form-title-box {
  background: #d7d7d7;
  padding: 15px 10px;
  border-radius: 3px;
  margin: 60px 0 30px;
}
.bg-section-padding {
  padding: 100px 0;
}
.tumugu-serif-style {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  color: #272727;
}
/* ギャラリー */
.main-image-wrapper {
  max-height: 495px;
  overflow: hidden;
}
#mainImage {
  transition: opacity 0.4s ease, transform 0.4s ease;
}
#mainImage.fade {
  opacity: 0;
  transform: scale(0.97) blur(2px);
}
/* iframeにも img と同様のスタイルを適用 */
#mainDisplay iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  display: block;
  border: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

#mainDisplay iframe.fade {
  opacity: 0;
  transform: scale(0.97) blur(2px);
}
@media (max-width: 767.98px) {
  #mainDisplay {
    min-height: calc(100vw * 9 / 16); /* 16:9比率に基づいた高さ確保 */
  }
}
.thumb-img, .thumb-img-mobile {
  position: relative;
  display: block;
  cursor: pointer;
  transition: box-shadow 0.3s ease-in-out;
}
.thumb-img:hover, .thumb-img-mobile:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  border: solid 1px #242424;
}
.thumb-selected {
  border: solid 2px #000;
  filter: brightness(1.1);
}
.thumb-selected::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: black;
  transform: translateY(-50%);
  pointer-events: none;
}
@media (min-width: 768px) {
  .thumb-container {
    gap: 14px;
    max-height: 495px;
  }
  .thumb-img {
    width: 100%;
    max-width: 205px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }
}
@media (max-width: 767.98px) {
  .thumb-container-mobile {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .thumb-img-mobile {
    max-width: calc(25% - 6px);
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }
}

/* storedesign */
.storedesign-wrapper {
  background: #ffffff;
  margin: 0 2rem;
}
.storedesign {
  position: relative;
  padding: 7rem 5rem;
  color: #303030;
  background:
    conic-gradient(from 180deg at 100% calc(100% - 0.7rem), #323965 0 25%, transparent 0 100%), conic-gradient(from 180deg at 0.7rem 55%, #184d75 0 25%, transparent 0 100%), conic-gradient(from 0deg at calc(100% - 0.7rem) 60%, #ad5a5a 0 25%, transparent 0 100%), conic-gradient(from 0deg at 0rem 0.7rem, #4b4845 0 25%, transparent 0 100%);
}
.storedesign p {
  line-height: 2em;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  position: relative; /* 相対位置指定で z-index が有効に */
  z-index: 1;
}
.storedesign:before, .storedesign:after {
  content: "";
  position: absolute;
  width: 2.8rem;
  height: 3.6rem;
  top: 2.5rem;
  left: -0.8rem;
  transform: rotate(5deg) scale(1);
  background:
    radial-gradient(circle at 1.4rem 2.4rem, #e1e1e1 1.2rem, transparent calc(1.2rem + 1px)), radial-gradient(circle at 2.8rem 1.2rem, transparent 1.6rem, #e1e1e1 calc(1.6rem + 1px) calc(3.2rem + 1px), transparent calc(3.2rem + 2px));
  filter: drop-shadow(2.8rem -0.4rem 0px #e1e1e1);
  border-radius: 100%;
  z-index: 0;
}
.storedesign:after {
  top: auto;
  bottom: 2.5rem;
  right: -0.8rem;
  left: auto;
  transform: rotate(195deg) scale(1);
}
@media (max-width: 767.98px) {
  .storedesign {
    padding: 3rem 1.5rem;
  }
  .storedesign p {
    font-size: 15px;
    line-height: 1.8em;
    font-weight: 500;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .storedesign h2.h1 {
    font-size: 1.5rem;
  }
  .storedesign:before, .storedesign:after {
    width: 2rem;
    height: 2.5rem;
    top: 2rem;
    left: -0.5rem;
    background:
      radial-gradient(circle at 1rem 1.8rem, #e1e1e1 0.8rem, transparent calc(0.8rem + 1px)), radial-gradient(circle at 2rem 0.8rem, transparent 1.2rem, #e1e1e1 calc(1.2rem + 1px) calc(2.4rem + 1px), transparent calc(2.4rem + 2px));
    filter: drop-shadow(2rem -0.3rem 0px #e1e1e1);
  }
  .storedesign:after {
    top: auto;
    bottom: 2rem;
    right: -0.5rem;
    left: auto;
    transform: rotate(195deg) scale(1);
  }
}
/* Service */
@media (min-width: 768px) {
  .offset-layer-1 {
    margin-top: 10rem;
  }
  .offset-layer-2 {
    margin-top: 20rem;
  }
}
.service-box h3 {
  border-bottom: 1px solid #232323;
  margin: 2rem 0 1.5rem 0;
  padding-bottom: 10px;
}
.img-wrap {
  position: relative;
}
.img-label {
  position: absolute;
  bottom: 0;
  right: 3px;
  color: #fff;
  font-size: 2rem;
  pointer-events: none;
  font-weight: bold;
  line-height: 1;
  transform: translateY(20%);
  letter-spacing: 0.05rem;
}
/* commit */
.strength-card {
  background: #fff;
  padding: 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  flex: 1; /* 高さを揃える */
  display: flex;
  flex-direction: column;
}
.strength-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.strength-card .icon-box img {
  width: 50%;
}
.strength-card h3 {
  margin-bottom: 1rem;
}
.strength-card .sub-title {
  font-size: 0.875rem;
  color: #888;
}
/* Step */
.step-label {
  text-align: center;
  font-size: 1rem;
  min-width: 80px;
}
.step-text {
  font-size: 1rem;
}
.step-num {
  font-weight: 900;
  font-size: 2rem;
  line-height: 1;
}
.step-title {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.2rem;
  gap: 0.5rem;
  margin-bottom: 15px;
  color: #0D0D0D;
}
.step-desc {
  font-size: 1rem;
}
.horizontal-inline {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}
.vertical-rl {
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.35em;
}
.period-box {
  background: #eeeeee;
  text-align: center;
  padding: 2rem 1rem 2.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 20px), 50% 100%, 0% calc(100% - 20px));
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 6px;
}
@media (max-width: 767.98px) {
  .period-box {
    padding: 1.5rem 1rem 2rem;
  }
}
.flow-bg-under {
  position: relative;
  background-image: url(/img/bg/store/section-flow-01.png), url(/img/bg/store/section-flow.svg);
  background-position: bottom 10% right, top center;
	background-repeat: no-repeat, no-repeat;
	background-size: 700px auto, 1900px auto;
	padding-top: 120px;
  padding-bottom: 200px;
  margin-top: 10px;
}
.flow-wrapper { background: #ffffff; padding: 2.5em 3rem; border-radius: 0.75rem; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);}
	  
@media only screen and (max-width: 767px) { 
	.flow-wrapper { padding: 20px 10px;}
}
.bg-material-furniture {
  position: relative;
  background-image: url('/img/page/furniture/material.webp'); /* ← 画像パスを差し替えてください */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  overflow: hidden;
}

.bg-material-furniture::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(3, 39, 4, 0.3); /* 白の半透明（必要に応じて調整） */
  z-index: 2;
}

.bg-material-furniture .container {
  position: relative;
  z-index: 3; /* オーバーレイの上に表示 */
}
.bg-material-furniture h2 {color: #ffffff;}
	.bg-commit-shop {
  position: relative;
  background-image: url('/img/page/store/commit.webp'); /* ← 画像パスを差し替えてください */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  overflow: hidden;
}

.bg-commit-shop::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(3, 39, 4, 0.3); /* 白の半透明（必要に応じて調整） */
  z-index: 2;
}

.bg-commit-shop .container {
  position: relative;
  z-index: 3; /* オーバーレイの上に表示 */
}
.bg-commit-shop h2 {color: #ffffff;}

.furniture-section {
  position: relative;
  z-index: 0; 
}
.furniture-section::before {
  content: "";
  position: absolute;
	bottom: 50px; 
  left: 50px;
  width: 350px;
  height: 450px;
  background: url('/img/page/furniture/bg-top2.webp') no-repeat bottom right;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}
.furniture-section::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 767px;
  height: 633px;
  background: url('/img/page/furniture/bg-top.jpg') no-repeat top right;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}
.furniture-section h2 { padding-top: 100px;
    text-shadow: #ffffff 7px 0 10px;
}
	  @media only screen and (max-width: 767px) {

.furniture-section::before,.furniture-section::after {
  background: none;
	width: 0;
  height: 0;
}
}

 .store-section {
  position: relative;
  z-index: 0; 
}
.store-section::before {
  content: "";
  position: absolute;
	top: 0px; 
  right: 0px;
  width: 1976px;
  height: 1010px;
  background: url('/img/bg/store/section1-01.svg') no-repeat bottom right;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}
.store-section::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 832px;
  height: 633px;
  background: url('/img/bg/store/section1-02.png') no-repeat top right;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}
.store-section h2 { padding-top: 100px;}

.features-section {
  position: relative;
  z-index: 0;
}
.features-bg-1 {
	background-image: url();
    background-position: bottom left;
    background-repeat: no-repeat;
}
	
.features-bg-1::before {
  content: "";
  position: absolute;
	top: 80px; 
  left: 0px;
  width: 450px;
  height: 250px;
  background: url('/img/page/furniture/bg-wood.webp') no-repeat top left;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}
.features-bg-1::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 611px;
  height: 353px;
  background: url('/img/page/furniture/bg-mortar.webp') no-repeat top right;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}
  
 
.features-bg-2 {
	background-image: url(/img/page/furniture/section-features-02.png);
    background-position: top right;
    background-repeat: no-repeat;
}
.features-bg-3 {
	background-image: url(/img/page/furniture/section-features-03.webp);
    background-position: bottom left;
    background-repeat: no-repeat; z-index: 0;
}
.features-bg-under {
  position: relative;
  background-image: url(/img/page/furniture/section-features-under.svg);
  background-position: right 20% bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 150px;
  background-size: 1150px auto; 
}
@media only screen and (max-width: 767px) {

.features-bg-1,.features-bg-2 {	 background-image: none;}
.features-bg-3 {background-image: none;}
		
	.features-bg-1::before {
	top: 62px; 
  width: 150px;
  height: 100px;
}
.features-bg-1::after {
  top: 20px;
  width:250px;
  height: 150px;
}
	
}
.features-store-section {
  position: relative;
  z-index: 0;
}
.features-store-bg-1 {
	background-image: url(/img/bg/store/section-features-01.webp);
    background-position: bottom left;
    background-repeat: no-repeat;
}
.features-store-bg-2 {
	background-image: url(/img/bg/store/section-features-02.webp);
    background-position: bottom right;
    background-repeat: no-repeat;
}
.features-store-bg-3 {
	background-image: url(/img/bg/store/section-features-03.png);
    background-position: bottom left;
    background-repeat: no-repeat;
}
.features-store-bg-under {
  position: relative;
  background-image: url(/img/bg/store/section-features-under.svg);
  background-position: right 20% bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 150px;
  background-size: 1150px auto;
}
@media only screen and (max-width: 767px) {

.features-store-bg-1,.features-store-bg-2 {	 background-image: none;}
.features-store-bg-3 {    background-position: top left;}
		
}

img.sidebar-thumb {
  width: 25%;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
  margin: 0;
  align-self: flex-start; 
}

.sidebar-text {
  width: 75%;
  font-size: 0.95em;
  line-height: 1.5;
  word-break: break-word;
}

.single-sidebar-widget__dropdown li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}

.single-sidebar-widget__dropdown li a {
  display: flex;
  align-items: flex-start; /* ← ここが重要 */
  width: 100%;
  text-decoration: none;
  color: #4c4c4c;
}
.instagram-media { max-width: 100% !important; width: 100% !important; min-width: 0 !important; } 
ul.nav-news li{border-bottom: solid 1px #eeee; padding-bottom: 15px;}
ul.nav-news li:last-child {border-bottom: none; padding-bottom: 0;}

/* 画像の外枠に黄金比（横長）を設定 */
.gallery-thumb-wrapper {
  aspect-ratio: 1.618 / 1; /* 横長の黄金比 */
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* 画像は中で100%に広げてcover */
.gallery-thumb-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.comment_box{ 
    position: relative;
    margin: 7em 0 0 0;
    padding: 2em 1.5em;
    border: solid 3px #a1a5a3;
}
.comment_box .comment_box_title {
    position: absolute;
    display: inline-block;
    top: -45px;
    left: -3px;
    padding: 0px 50px;
    height: 45px;
    line-height: 45px;
    font-size: 28px;
    background: #a1a5a3;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    margin: 0 !important;
}
.blog-page h3.comment_box_title:after {
     content: none;
  display: none;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  background: none;
}

.comment_box p {
    margin: 0; 
    padding: 0;
}
.normal-page ul li a, .blog-page ul li a {
  display: inline;
}
.normal-page ul.tag-list li a, .blog-page ul.tag-list li a
{ 
 display: inline-block;
}