:root {
  --fontFamily: "Titillium Web", sans-serif;
  --headingFontFamily: "Roboto", cursive;
  --extraFontFamily: "Luckiest Guy", cursive;
  --primaryColor: #96532e;
  --button: #96532e;
  --pageBtn: #96532e;
  --themeColor: #f1e0db;
  --secondaryColor: #808292;
  --whiteColor: #ffffff;
  --blackColor: #1d1d1d;
  --transition: 0.5s;
  --fontSize: 16px;
}

html {
  height: 100%;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0px solid;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 15px;
  line-height: 26px;
}

body {
  font-family: "Roboto", "Open Sans", sans-serif;
  color: #444;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px;
}

div {
  box-sizing: border-box !important;
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: var(--blackColor);
}

a:hover {
  color: var(--button);
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 12px 30px;
  font-size: 14px;
  line-height: 1;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: var(--button);
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto", "Open Sans", sans-serif;
}

.btn:hover {
  background: var(--blackColor);
  color: #fff;
}

.btn a {
  color: #fff;
}

.btn:hover a {
  background: var(--blackColor);
  color: #fff;
}

/*-----2.6  tooltip-----*/
.tooltip>.tooltip-inner {
  background-color: var(--button);
  border-radius: 0px;
  padding: 6px 5px;
}

.tooltip-arrow,
.tooltip.top .tooltip-arrow {
  border-top-color: var(--button);
}

/* -------------------------
---------------------------- */

.col-to-us {}

.col-to-us span {
  color: #c4c4c4;
  font-size: 12px;
  line-height: normal;
  margin: 0 40px 0 0;
  position: relative;
}

.col-to-us span.call-us {}

.col-to-us span.call-us::after {
  color: #c4c4c4;
  content: "|";
  position: absolute;
  right: -20px;
  top: 0;
}

.col-to-us span i {
  margin-right: 5px;
}

.social-icon {
  float: right;
}

.social-icon a {
  color: #c4c4c4;
  font-size: 12px;
  margin-left: 18px;
}

/* -------------------------
3. header-bottom-area
---------------------------- */

.slider-container {
  position: relative;
}

/* slider */
.slide-height {
  padding: 390px 0;
  background-size: cover;
  background-position: center center;
}

.slide-height-full {
  min-height: 960px;
  background-size: cover;
  background-position: center center;
}

.slide-content .indexBannerTitle {
  color: #fff;
  font-size: 72px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 25px;
  margin-bottom: 30px;
  animation-delay: 1s;
}

.slide-content .indexBannerContect {
  color: #fff;
  font-size: 24px;
  text-transform: capitalize;
  animation-delay: 0.5s;
}

.slide-content .btn {
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  margin-bottom: 30px;
  animation-delay: 1.5s;
}

.slide-content .btn:hover {
  color: #333;
}

.slider-active {}

.slider-active button.slick-arrow {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  background: none;
  border: 0;
  background: #fff;
  width: 80px;
  font-size: 27px;
  padding: 0;
  color: #444;
  z-index: 9;
  border-radius: 30px;
  transition: 0.3s;
  opacity: 0;
}

.slider-active button.slick-next {
  left: auto;
  right: 30px;
}

.slider-active:hover button.slick-arrow {
  opacity: 1;
}

.slider-active:hover button.slick-prev {
  left: 40px;
}

.slider-active:hover button.slick-next {
  right: 40px;
}

.slider-active button.slick-arrow:hover {
  background: #7dba2f;
  color: #fff;
}

.slider-active .slick-dots {
  text-align: center;
  bottom: 60px;
  z-index: 99;
  position: absolute;
  left: 0;
  right: 0;
}

.slider-active .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

.slider-active .slick-dots li button {
  background: no-repeat;
  border: 0;
  height: 10px;
  width: 5px;
  text-indent: -9999px;
  background: #fff;
  transition: 0.3s;
  padding: 0;
}

.slider-active .slick-dots li.slick-active button {
  height: 15px;
}

.banner {
  position: relative;
}

.banner img {
  width: 100%;
}

.banner .swiper-slide {
  display: flex;
  align-items: center;
}

.banner .pagination {
  width: 100% !important;
  height: 22px;
  position: absolute;
  left: 0;
  bottom: 0 !important;
  z-index: 111;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner .swiper-pagination-clickable .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #fff;
  border: #ffff solid 3px !important;
  margin: 0 5px;
  border-radius: 20px !important;
  opacity: 1;
  cursor: pointer;
}

.banner .swiper-pagination-bullet-active {
  background: #974702 !important;
}


/* -------------------------
4. banner-area
---------------------------- */
.marg-20 {
  margin-top: 22px;
}

.pad-80 {
  padding: 80px 0;
}

.pad-60 {
  padding: 60px 0;
}

.pad-0 {
  padding: 0;
}

.pad-80-50 {
  padding: 80px 0 50px;
}

/* -------------------------
4. featured-area
---------------------------- */
.featured-area {}

.section-title {
  margin-bottom: 30px;
  text-align: center;
}

.indexMainTitle {
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  color: var(--button);
  text-transform: uppercase;
  font-family: "Roboto", "Open Sans", sans-serif;
}

.indexMainSubTitle {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  text-align: center;
  margin-bottom: 10px;
}

.title-icon {}

.title-icon span {
  font-size: 22px;
  position: relative;
}

.title-icon span::before,
.title-icon span::after {
  border-top: 4px double #666;
  bottom: 10px;
  content: "";
  height: 1px;
  left: -85px;
  position: absolute;
  width: 80px;
}

.title-icon span::after {
  left: auto;
  right: -85px;
}

.title-icon span i {}

.productList {
  width: 1296px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.productList .productListItem {
  width: 306px;
  margin-right: 24px;
  margin-bottom: 20px;
}

.productList .productListItem:nth-child(4n) {
  margin-right: 0;
}

.productList .productListItem .product-img {
  width: 306px;
  height: 306px;
  margin-bottom: 16px;
}

.productList .productListItem .productListItem-content h3 {
  font-size: 16px;
  font-family: "Roboto", "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 6px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.productList .productListItem .productListItem-content .price {
  font-size: 20px;
  color: var(--button);
  font-family: "Roboto", "Open Sans", sans-serif;
  font-weight: 500;
  line-height: 26px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.product-img {
  overflow: hidden;
  position: relative;
}

span.tag-line {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 40px;
  position: absolute;
  right: 16px;
  text-align: center;
  text-transform: uppercase;
  top: 16px;
  width: 40px;
  height: 40px;
  border-radius: 0%;
  background: #dc3445;
}

.single-product:hover a::before {
  opacity: 0.6;
}

img.secondary-img {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
}

.single-product:hover img.secondary-img {
  opacity: 1;
}

.product-action {
  bottom: 10px;
  opacity: 0;
  position: absolute;
  right: -137px;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  z-index: 10;
}

.single-product:hover .product-action {
  right: 10px;
  opacity: 1;
  visibility: visible;
}

.button-top {
  float: right;
  overflow: hidden;
}

.button-top a {
  background: #fff none repeat scroll 0 0;
  color: #444;
  display: block;
  height: 36px;
  line-height: 35px;
  margin-top: 5px;
  text-align: center;
  width: 40px;
}

.button-top a:hover,
.button-cart button:hover {
  background: var(--button);
  color: #fff;
}

.button-cart {
  clear: both;
  display: block;
  overflow: hidden;
}

.button-cart button {
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  color: #444;
  height: 36px;
  line-height: 36px;
  margin-top: 5px;
  padding: 0 12px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  font-weight: 600;
}

.button-cart button i {
  margin-right: 7px;
}

.product-content {
  background: #222 none repeat scroll 0 0;
  padding: 12px 12px;
}

.product-content h3 {
  font-size: 17px;
  margin-bottom: 8px;
  color: #ffffff;
}

.product-content h3:hover {
  color: var(--button);
}

.price {}

.price span {
  color: var(--button);
  font-size: 18px;
  font-weight: 400;
}

.price span.old {
  color: #ddd;
  font-size: 14px;
  margin-left: 10px;
  text-decoration: line-through;
}

.product-tab {}

ul.product-nav {
  margin-bottom: 35px;
  text-align: center;
}

ul.product-nav li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
}

ul.product-nav li.active a,
ul.product-nav li a:hover {
  color: var(--button);
}

ul.product-nav li a {
  color: #666;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

ul.product-nav li::before {
  background: #666 none repeat scroll 0 0;
  content: "";
  height: 13px;
  position: absolute;
  right: -12px;
  top: 6px;
  width: 2px;
}

ul.product-nav li:last-child:before {
  display: none;
}

.owl-theme .owl-controls .owl-buttons div {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #666;
  border-radius: 0;
  color: #666;
  display: inline-block;
  font-size: 22px;
  height: 30px;
  line-height: 27px;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: absolute;
  right: 14px;
  text-align: center;
  top: -51px;
  width: 30px;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
  right: 48px;
}

/* -------------------------
5. upcoming-product-area
---------------------------- */
.upcoming-product-area {
  background: #1c3a55;
  background-size: cover;
  background-position: center center;
}

.timer {
  margin-top: 28px;
  overflow: hidden;
}

.timer .cdown {
  /* background: var(--button) none repeat scroll 0 0; */
  border: 1px solid #fff;
  border-radius: 0 0 0 20px;
  color: #fff;
  float: left;
  font-size: 20px;
  height: 100px;
  margin-right: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 85px;
}

.timer .cdown p {
  font-size: 14px;
  margin: 0;
}

.timer .time-count {
  display: block;
  padding-top: 21px;
}

.owl-theme .owl-controls .owl-page span {
  background: #ddd none repeat scroll 0 0;
  border-radius: 0;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 1;
  width: 12px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
  background: var(--button);
}

/* -------------------------
6. category-area
---------------------------- */
.category-area {
  background: #f1f1f1;
}

/* -------------------------
7. latest-blog-area
---------------------------- */
.latest-blog-area {
  margin-bottom: 36px;
}

.latest-blog-area .indexMainTitle {
  margin-bottom: 30px;
}

.blogList {
  width: 1296px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.blogList .blog-wrapper {
  flex: 0 0 416px;
  margin-right: 24px;
  position: relative;
  margin-bottom: 24px;
  border: 1px solid #e1e1e1;
}

.blogList .blog-wrapper:nth-child(3n) {
  margin-right: 0;
}

.blogList .blog-wrapper .blog-date {
  font-size: 14px;
  font-weight: 400;
  color: #878787;
  line-height: 20px;
  margin-bottom: 10px;
}

.blog-wrapper .lazy-load-container {
  width: 414px;
  height: 280px;
}

.blog-content {
  background: #ffffff;
  padding: 15px 20px 20px;
}

.blog-content .blog-content-title {
  font-size: 24px;
  font-family: "Roboto", "Open Sans", sans-serif;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 12px;
  text-transform: uppercase;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-content .blog-desc {
  font-size: 14px;
  color: #666666;
  line-height: 16px;
  margin-bottom: 20px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.blog-content .read-more {
  font-size: 14px;
  font-family: "Roboto", "Open Sans", sans-serif;
  font-weight: bold;
  color: var(--button);
  line-height: 17px;
  width: max-content;
}

/* -------------------------
8. brand-area
---------------------------- */
.brand-area {}

.brand-inner-container {
  padding: 0px 0 70px;
}

.single-brand {
  border: 1px solid #ddd;
  margin-bottom: 1px;
}

/* -------------------------
10. testimonial-area
---------------------------- */
.testimonial-area {
  background: rgba(0, 0, 0, 0) url("../../index.htm")
    /*tpa=https://www.paperwill.net/themes/theme12//img/bg.jpg*/
    no-repeat scroll center center;
  padding: 120px 0;
  background-size: cover;
}

.testimonial-area .section-title h2 {
  color: #fff;
}

.testimonial-area .title-icon span::before,
.testimonial-area .title-icon span::after {
  border-top: 4px double #ccc;
}

.testimonial-area .title-icon span {
  color: #ccc;
}

.single-testimonial {
  color: #fff;
}

.single-testimonial p {
  font-size: 14px;
  padding: 0 239px;
  line-height: 1.6;
}

.quotes {
  display: inline-block;
  margin-bottom: 12px;
}

.client-info>h2 {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.client-info>span {
  font-size: 12px;
  text-transform: capitalize;
}

.testimonial-carousel.owl-theme .owl-controls .owl-page span {
  border-radius: 0;
  height: 8px;
  margin: 5px;
  width: 8px;
}

/*-----------------------------------
11. shop-area
-------------------------------------*/
.shop-area {
  padding: 60px 0;
}

.shop-area-40 {
  padding: 40px 0;
}

.widget {
  overflow: hidden;
}

.price_filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
  background: #eeeeee none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  height: 5px;
  margin-bottom: 30px;
  margin-left: auto;
}

.price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
  background: #fff none repeat scroll 0 0;
  border: 2px solid var(--button);
  border-radius: 0;
  height: 20px;
  margin-top: -4px;
  width: 15px;
}

.price_filter .ui-slider-range {
  background: var(--button) none repeat scroll 0 0;
}

.info_widget {
  margin-top: 20px;
}

.price_slider_amount>input[type="text"] {
  border-color: #cccccc #ddd #cccccc #cccccc;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  float: right;
  font-weight: bold;
  height: 30px;
  letter-spacing: 3px;
  margin-left: 28px;
  text-align: center;
  width: 130px;
}

.price_slider_amount>input[type="submit"] {
  background: #252525 none repeat scroll 0 0;
  border-color: #cccccc #cccccc #cccccc -moz-use-text-color;
  border-image: none;
  border-style: solid solid solid none;
  border-width: 0;
  color: #fff;
  float: left;
  font-weight: bold;
  height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 400ms ease-out 0s;
  width: 85px;
}

.price_slider_amount>input[type="submit"]:hover {
  background: var(--button) none repeat scroll 0 0;
}

.shop-filter h2.shop-sidebar-title {
  margin: 0 0 20px;
}

.widget.shop-filter {
  overflow: hidden;
}

ul.sidebar-menu {}

ul.sidebar-menu li {
  border-bottom: 1px dashed #999;
  line-height: 40px;
  position: relative;
}

ul.sidebar-menu li::before {
  background: #575757 none repeat scroll 0 0;
  content: "";
  height: 6px;
  position: absolute;
  top: 17px;
  width: 6px;
}

ul.sidebar-menu li a {
  color: #575757;
  font-size: 13px;
  font-weight: normal;
  padding-left: 15px;
  text-transform: capitalize;
}

span.count {
  float: right;
}

ul.sidebar-menu li a:before {}

ul.sidebar-menu li a:hover {
  color: var(--button);
}

.widget.widget-tags li {
  border: 1px solid #ddd;
  float: left;
  margin-bottom: 7px;
  margin-right: 7px;
}

.single-sale {
  position: relative;
}

.single-sale h2 {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  font-weight: 700;
  left: 0;
  margin: 0;
  padding: 9px 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
}

.sale-off-carosel.owl-theme .owl-controls .owl-page span {
  display: none;
}

.single-sale {
  border: 6px solid #ddd;
  padding: 5px;
}

/*-----------------------------------
12. breadcrumb-area
-------------------------------------*/
.breadcrumb-area {
  background: rgba(0, 0, 0, 0) url("../../index.htm")
    /*tpa=https://www.paperwill.net/themes/theme12//img/breadcrumbs.png*/
    no-repeat scroll center top;
  padding: 215px 0 135px;
  position: relative;
}

.breadcrumb-area::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
}

.breadcrumb-list {
  margin-top: 16px;
  text-align: center;
}

.breadcrumb-list h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-top: 6px;
  text-transform: uppercase;
}

.breadcrumb-list ul {}

.breadcrumb-list ul li {
  color: #ffffff;
  display: inline-block;
  padding: 0 3px;
}

.breadcrumb-list ul li a {
  font-size: 15px;
  color: #ffffff;
  text-transform: capitalize;
}

.breadcrumb-list ul li a:hover {
  color: var(--button);
}

.divider {
  position: relative;
  right: -2px;
}

.shop-content {}

.shop-tab {
  float: left;
  width: 25%;
}

.shop-tab li {
  float: left;
  margin-right: 10px;
}

.shop-tab li.active a {
  color: var(--button);
}

.shop-tab li a {
  color: #444;
  font-size: 16px;
}

span.sorting-name {
  float: left;
  margin-right: 0px;
}

.shop-show {
  float: left;
  text-align: center;
  width: 25%;
}

.sorting-show {
  margin-right: 10px;
}

.shop-show select {
  height: 25px;
  text-align: center;
  width: 60px;
}

.shop-breadcrumb {
  float: left;
  text-align: right;
  width: 25%;
}

.shop-breadcrumb ul {
  display: flex;
  justify-content: center;
}

.shop-breadcrumb ul li {}

.shop-breadcrumb ul li a {
  border: 1px solid #ddd;
  color: #666;
  display: block;
  height: 28px;
  line-height: 28px;
  text-align: center;
  width: 28px;
  border-right: none;
}

.shop-breadcrumb ul li:last-child a {
  border-right: 1px solid #ddd;
}

.shop-breadcrumb ul li a:hover,
.shop-breadcrumb ul li.active a {
  background: var(--button);
  color: #fff;
  border-color: var(--button);
}

.short-by {
  float: left;
  text-align: center;
  width: 25%;
}

.short-by select option {
  text-transform: capitalize;
}

.short-by select {
  height: 25px;
  text-transform: capitalize;
}

.shop-content .tab-content {
  border-top: 1px solid #ddd;
  margin-top: 17px;
  padding-top: 30px;
}

.shop-area .shop-content .col-md-4 {
  margin-bottom: 30px;
}

.shop-area .shop-content .col-md-4:nth-last-child(-n + 3) {
  margin: 0;
}

.shop-list .product-img {
  float: left;
  width: 30%;
}

.shop-list .product-content {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  float: right;
  padding-left: 20px;
  width: 70%;
}

.shop-list .product-action {
  opacity: 1;
  position: static;
  visibility: visible;
}

.shop-list .product-content h3 a {
  color: #444;
  font-size: 18px;
  font-weight: 700;
}

.shop-list .product-content h3 a:hover {
  color: var(--button);
}

.shop-list .price span {
  font-weight: 700;
}

.shop-list .product-content>p {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  color: #444;
  margin-bottom: 20px;
  margin-top: 15px;
  padding: 10px 0;
}

.shop-list .button-top {
  float: left;
}

.shop-list .button-top a {
  border: 1px solid #444;
  color: #444;
  float: left;
  height: 35px;
  line-height: 33px;
  margin-right: 10px;
  margin-top: 0;
}

.shop-list .button-top a:hover,
.shop-list .button-cart button:hover {
  border-color: var(--button);
  color: #fff;
}

.shop-list .button-cart button {
  border: 1px solid #444;
  color: #444;
  height: 35px;
  line-height: 16px;
  margin-top: 0;
}

.shop-list .button-cart {
  clear: inherit;
  display: inline-block;
  margin-left: 10px;
}

.shop-list .single-product {
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 5px;
}

.shop-list .price span.old {
  color: #666;
}

.shop-list .col-md-12 {
  margin-bottom: 30px;
}

.shop-list .col-md-12:last-child {
  margin-bottom: 0px;
}

/*-----------------------------------
13. single-product
-------------------------------------*/
.single-product-tab {
  margin: 4px -2px 0;
}

.single-product-tab>li {
  float: left;
  padding: 0 2px;
  width: 25%;
}

ul.single-product-tab li a {
  display: block;
  position: relative;
}

ul.single-product-tab li.active a::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}

.shop-details .product-content {
  float: none;
  padding-left: 0;
  width: 100%;
}

.shop-details .product-content h3 a {
  font-size: 24px;
}

.shop-details .price span {
  font-size: 20px;
}

.shop-details .price span.old {
  color: #666;
  font-size: 16px;
}

.s-p-rating {
  margin-top: 9px;
}

.s-p-rating span.rating i {
  color: #444;
  font-size: 12px;
}

.s-p-rating span {
  margin-right: 10px;
}

.s-p-rating span.review-no a {
  color: #666;
}

.s-p-rating span.review-no a:hover {
  color: var(--button);
}

.add-review {
  position: relative;
}

.add-review::before {
  background: #999 none repeat scroll 0 0;
  content: "";
  height: 15px;
  left: -8px;
  position: absolute;
  top: 2px;
  width: 2px;
  z-index: 999;
}

.pro-size select {
  border: 1px solid #ddd;
  float: left;
  height: 40px;
  padding-left: 5px;
  text-transform: capitalize;
  width: 100%;
}

.pro-size option {
  padding: 6px 0;
  padding-left: 10px;
}

.pro-size {
  margin-bottom: 15px;
  overflow: hidden;
}

.pro-size label {
  color: #333;
  text-transform: capitalize;
}

.pro-size label span {
  color: var(--button);
}

.shop-details .button-cart {
  margin-left: 0;
}

.cart-plus {
  float: left;
  margin-right: 10px;
}

.cart-plus form {
  float: left;
}

.cart-plus-minus {
  position: relative;
}

.cart-plus-minus input {
  border: 1px solid #444;
  height: 35px;
  text-align: center;
  width: 66px;
}

.shop-list .product-action {
  clear: both;
}

.cart-plus-minus div {
  bottom: 0;
  cursor: pointer;
  height: 15px;
  line-height: 13px;
  position: absolute;
  right: 2px;
  text-align: center;
  width: 15px;
}

.cart-plus-minus div.dec {
  top: 0;
}

.product-share {
  margin-top: 15px;
}

.product-share label {
  color: #444;
}

.product-share span a {
  color: #444;
  margin-right: 5px;
}

.product-share span a:hover {
  color: var(--button);
}

.shop-details .product-action {
  margin-top: 27px;
}

.product-tabs {
  overflow: hidden;
  margin: 60px 0;
}

.product-tab-desc>p {
  font-size: 14px;
}

.desc {
  font-size: 13px;
}

ul.pro-details-tab {
  display: flex;
  line-height: 56px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}

@media (max-width: 560px) {
  ul.pro-details-tab li+li {
    display: none;
  }
}

ul.pro-details-tab li {
  margin-right: 30px;
  cursor: pointer;
}

ul.pro-details-tab li a:hover {
  color: var(--button);
}

ul.pro-details-tab li.active {
  border-bottom: 3px solid var(--button);
}

ul.pro-details-tab li.active a {
  color: var(--button);
}

ul.pro-details-tab li a {
  color: #444;
  font-size: 16px;
  font-weight: 500;
}

.product-tab-desc {
  border: 1px solid #e8e8e9;
  border-radius: 0;
  box-shadow: none;
  float: left;
  font-size: 12px;
  line-height: 24px;
  margin: 20px 0 0;
  padding: 25px 20px;
  width: 100%;
}

.product-page-comments h2 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.product-comments {
  margin-bottom: 30px;
}

.product-comments img {
  border: 1px solid #ddd;
  float: left;
}

.product-comments .product-comments-content {
  border: 1px solid #ddd;
  margin-left: 97px;
  padding: 10px;
  position: relative;
}

.product-comments .product-comments-content::before {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  content: "";
  display: block;
  height: 10px;
  left: -6px;
  position: absolute;
  top: 10px;
  transform: rotate(45deg);
  width: 10px;
}

.product-comments .product-comments-content p {
  font-size: 16px;
}

.product-comments .product-comments-content p strong {
  text-transform: uppercase;
}

.product-comments .product-comments-content span.pro-comments-rating {
  float: right;
}

.review-form-wrapper h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.review-form-wrapper input[type="text"],
.review-form-wrapper input[type="email"] {
  border: 1px solid #e5e5e5;
  height: 35px;
  margin-bottom: 20px;
  padding: 0 0 0 10px;
  width: 100%;
}

.review-form-wrapper input[type="email"] {}

.review-form-wrapper input[type="submit"] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  height: 38px;
  line-height: 40px;
  padding: 0 30px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  width: auto;
}

.review-form-wrapper textarea {
  border: 1px solid #ddd;
  border-radius: 0;
  height: 100px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 10px;
  width: 100%;
}

.review-form-wrapper input[type="submit"]:hover {
  background: var(--button) none repeat scroll 0 0;
}

.your-rating {}

.your-rating span {
  margin-right: 25px;
}

.your-rating span a {}

.your-rating span a i {
  color: #666;
}

.your-rating span:hover a i {
  color: var(--button);
}

.your-rating h5 {
  margin-bottom: 10px;
}

#product-desc-t>li {
  font-size: 13px;
}

/*---------------------------
14. checkout page
----------------------------- */
.coupon-area {
  padding: 60px 0 35px;
}

.coupon-accordion {}

.coupon-accordion h3 {
  background-color: #f7f6f7;
  border-top: 3px solid var(--button);
  color: #444;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 25px;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: auto;
}

.coupon-accordion h3::before {
  color: #1e85be;
  content: "";
  display: inline-block;
  left: 1.5em;
  position: absolute;
  top: 1em;
}

.coupon-accordion span {
  color: #666;
  cursor: pointer;
}

.coupon-accordion span:hover,
p.lost-password a:hover {
  color: var(--button);
}

.coupon-content {
  border: 1px solid #e5e5e5;
  display: none;
  margin-bottom: 20px;
  padding: 20px;
}

.coupon-info p.coupon-text {
  margin-bottom: 15px;
}

.coupon-info p {
  margin-bottom: 0;
}

.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
  display: block;
}

.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
  color: red;
  font-weight: 700;
}

.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
  border: 1px solid #e5e5e5;
  height: 36px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 370px;
}

.coupon-info p.form-row-last {}

.coupon-info p.form-row input[type="submit"]:hover,
p.checkout-coupon input[type="submit"]:hover {
  background: var(--button) none repeat scroll 0 0;
}

.coupon-info p.form-row input[type="checkbox"] {
  position: relative;
  top: 2px;
}

.form-row>label {
  margin-top: 7px;
}

.buttons-cart input,
.coupon input[type="submit"],
.buttons-cart a,
.coupon-info p.form-row input[type="submit"] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

p.lost-password {
  margin-top: 15px;
}

p.lost-password a {
  color: #6f6f6f;
}

p.checkout-coupon {}

p.checkout-coupon input[type="text"] {
  height: 36px;
  padding-left: 10px;
  width: 170px;
}

p.checkout-coupon input[type="submit"] {
  background: #333 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  height: 36px;
  margin-left: 6px;
  padding: 5px 10px;
  transition: all 0.3s ease 0s;
}

.coupon-checkout-content {
  display: none;
}

.checkout-area {
  padding-bottom: 30px;
}

.checkbox-form {}

.checkbox-form h3 {
  border-bottom: 1px solid #e5e5e5;
  color: #222;
  font-size: 26px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}

.country-select {
  margin-bottom: 30px;
  position: relative;
}

.country-select label,
.checkout-form-list label {
  color: #222;
  display: block;
  margin: 0 0 5px;
}

.country-select label span.required,
.checkout-form-list label span.required {
  color: red;
}

.country-select select {
  -moz-appearance: none;
  border: 1px solid #ddd;
  height: 32px;
  padding-left: 10px;
  width: 100%;
}

.country-select::before {
  content: "";
  display: inline-block;
  font-size: 20px;
  position: absolute;
  right: 12px;
  top: 27px;
}

.checkout-form-list {
  margin-bottom: 30px;
}

.checkout-form-list label {
  color: #333;
}

.checkout-form-list label span.required {}

.checkout-form-list input[type="text"],
.checkout-form-list input[type="password"],
.checkout-form-list input[type="email"] {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 42px;
  padding: 0 0 0 10px;
  width: 100%;
}

.checkout-form-list input[type="checkbox"] {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.create-acc label {
  color: #333;
  display: inline-block;
}

.checkout-form-list input[type="password"] {}

.create-account {
  display: none;
}

.ship-different-title {}

.ship-different-title h3 label {
  display: inline-block;
  margin-right: 20px;
}

.ship-different-title input {}

.order-notes {}

.order-notes textarea {
  border: 1px solid #e5e5e5;
  height: 90px;
  padding: 15px;
  width: 100%;
}

#ship-box-info {
  display: none;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-default>.panel-heading {
  border-radius: 0;
}

.your-order {
  background: #f2f2f2 none repeat scroll 0 0;
  padding: 30px 40px 45px;
}

.your-order h3 {
  border-bottom: 1px solid #d8d8d8;
  color: #222;
  font-size: 30px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}

.your-order-table table {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  width: 100%;
}

.your-order-table table th,
.your-order-table table td {
  border-bottom: 1px solid #d8d8d8;
  border-right: medium none;
  color: #222;
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
}

.your-order-table table th {
  border-top: medium none;
  color: #222;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}

.panel-body>p {
  color: #222;
}

.your-order-table table .shipping ul li input {
  position: relative;
  top: 2px;
}

.your-order-table table .shipping th {
  vertical-align: top;
}

.your-order-table table .order-total th {
  border-bottom: medium none;
  font-size: 18px;
}

.your-order-table table .order-total td {
  border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
  background: #f9f9f9;
}

.your-order-table table tr.order-total td span {
  color: var(--button);
  font-size: 20px;
}

.your-order-table table {}

.payment-method {
  margin-top: 40px;
}

.panel-title>a {
  display: block;
}

.order-button-payment input {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  height: 34px;
  margin: 20px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.order-button-payment input:hover {
  background: var(--button) none repeat scroll 0 0;
}

/*---------------------------
15. cart page
----------------------------- */
.cart-main-area {
  padding: 60px 0;
}

.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;
  margin: 0 0 60px;
  text-align: center;
  width: 100%;
}

.table-content table th {
  border-top: medium none;
  font-weight: normal;
  padding: 20px 10px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

.table-content table th,
.table-content table td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  color: #444;
  font-weight: 600;
}

.table-content table td {
  border-top: medium none;
  font-size: 13px;
  padding: 20px 10px;
  vertical-align: middle;
}

.table-content table td input {
  background: #e5e5e5 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #6f6f6f;
  font-size: 15px;
  font-weight: normal;
  height: 40px;
  padding: 0 5px 0 10px;
  text-align: center;
  width: 60px;
}

.table-content table td.product-subtotal {
  font-size: 14px;
  font-weight: bold;
  width: 120px;
}

.table-content table td.product-name a,
.product-name>a {
  color: #444;
  font-size: 14px;
  font-weight: 700;
  margin-left: 10px;
}

.table-content table td.product-name {
  width: 270px;
}

.table-content table td.product-thumbnail {
  width: 130px;
}

.table-content table td.product-remove i {
  color: #444;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

.table-content table .product-price .amount {
  font-size: 15px;
  font-weight: 700;
}

.table-content table td.product-remove i:hover {
  color: var(--button);
}

.table-content table td.product-quantity {
  width: 180px;
}

.table-content table td.product-remove {
  width: 150px;
}

.table-content table td.product-price {
  width: 130px;
}

.table-content table td.product-name a:hover,
.buttons-cart a:hover,
.product-name>a:hover {
  color: var(--button);
}

.buttons-cart {
  margin-bottom: 30px;
  overflow: hidden;
}

.buttons-cart input,
.coupon input[type="submit"],
.buttons-cart a,
.coupon-info p.form-row input[type="submit"] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.buttons-cart input:hover,
.coupon input[type="submit"]:hover,
.buttons-cart a:hover {
  background: var(--button) none repeat scroll 0 0;
  color: #fff;
}

.buttons-cart a {
  color: #fff;
  float: left;
  height: 40px;
  line-height: 40px;
}

.coupon {
  margin-bottom: 40px;
  overflow: hidden;
  padding-bottom: 20px;
}

.coupon h3 {
  font-size: 14px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.coupon input[type="text"] {
  border: 1px solid #e5e5e5;
  float: left;
  height: 40px;
  margin: 0 6px 20px 0;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 170px;
}

.coupon input[type="submit"] {}

.cart_totals {
  float: left;
  text-align: right;
  width: 100%;
}

.cart_totals h2 {
  border-bottom: 2px solid #333;
  display: inline-block;
  font-size: 30px;
  margin: 0 0 35px;
  text-transform: uppercase;
}

.cart_totals table {
  border: medium none;
  float: right;
  margin: 0;
  text-align: right;
}

.cart_totals table th {
  border: medium none;
  font-size: 14px;
  font-weight: bold;
  padding: 0 20px 12px 0;
  text-align: right;
  text-transform: uppercase;
  vertical-align: top;
}

.cart_totals table td {
  border: medium none;
  padding: 0 0 12px;
  vertical-align: top;
}

.cart_totals table {}

.cart_totals table td .amount {
  color: var(--button);
  float: right;
  font-size: 13px;
  font-weight: bold;
  margin-left: 5px;
  text-align: right;
  text-transform: uppercase;
}

.cart_totals table td ul#shipping_method {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.cart_totals table td ul#shipping_method li {
  float: left;
  margin: 0 0 10px;
  padding: 0;
  text-indent: 0;
  width: 100%;
}

.cart_totals table td ul#shipping_method li input {
  margin: 0;
  position: relative;
  top: 2px;
}

a.shipping-calculator-button {
  color: #6f6f6f;
  font-weight: bold;
}

a.shipping-calculator-button:hover {
  color: #eb3b60;
}

.cart_totals table tr.order-total th,
.cart_totals table tr.order-total .amount {
  font-size: 20px;
  text-transform: uppercase;
  white-space: nowrap;
}

.wc-proceed-to-checkout a {
  background: #252525 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 45px;
  line-height: 45px;
  margin-top: 20px;
  padding: 0 30px;
  text-transform: uppercase;
}

.wc-proceed-to-checkout a:hover {
  background: var(--button) none repeat scroll 0 0;
}

/*-----------------------------------
16. wishlist-area
-------------------------------------*/
.wishlist-area {
  padding: 60px 0;
}

.wishlist-table table {
  background: #fff none repeat scroll 0 0;
  border-color: #e8e8e9;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin: 0;
  width: 100%;
}

.wishlist-table table th {
  font-weight: 600;
}

.wishlist-table table th,
.wishlist-table table td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  color: #444;
  font-size: 14px;
  padding: 15px 10px;
  text-align: center;
}

.wishlist-table table .product-remove {
  padding: 0 15px;
  width: 20px;
}

.wishlist-table table .product-remove>a {
  color: #444;
  font-size: 25px;
}

.wishlist-table table .product-remove>a:hover {
  color: var(--button);
}

.wishlist-table table .product-thumbnail {
  width: 150px;
}

.wishlist-table table td.product-price .amount {
  font-weight: 700;
}

.wishlist-table table .wishlist-in-stock {
  color: var(--button);
}

.wishlist-table table .product-add-to-cart>a {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-weight: 700;
  margin: auto;
  padding: 10px 15px;
  text-transform: uppercase;
  width: 180px;
}

.wishlist-table table .product-add-to-cart>a:hover {
  background: var(--button) none repeat scroll 0 0;
}

.wishlist-table table .product-add-to-cart {
  width: 240px;
}

/*-----------------------------------
17. login-area
-------------------------------------*/
.login-area {
  background: #efefef none repeat scroll 0 0;
  padding: 60px 0;
}

.login-content {
  background: #fff none repeat scroll 0 0;
  padding: 25px;
}

.login-content p {}

.social-sign {}

.social-sign a {
  background: #3e5c98 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  padding: 9px 15px;
}

.social-sign a i {
  margin-right: 3px;
}

.social-sign a.twitter {
  background: #22a9e0;
}

.login-title {
  color: #2a2a2a;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 13px;
  margin-top: 0;
  text-transform: uppercase;
}

.login-content form {
  margin-top: 30px;
}

.login-content form label {
  color: #444;
  margin-bottom: 5px;
}

.login-content form input {
  border: 1px solid #e3e3e3;
  box-shadow: none;
  font-size: 13px;
  height: 40px;
  margin-bottom: 20px;
  padding-left: 10px;
  width: 100%;
}

.login-content form input.login-sub {
  background: #444 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 5px;
  padding: 0 40px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: inherit;
}

.login-content form input.login-sub:hover {
  background: var(--button);
}

.login-lost {}

.login-lost span {}

.login-lost span.log-rem {}

.login-lost span.log-rem input {
  height: inherit;
  margin-right: 5px;
  position: relative;
  top: 2px;
  width: inherit;
}

.login-lost span.log-rem label {}

.login-lost span.forgot-login {
  float: right;
}

.login-lost span.forgot-login a {
  color: #444;
}

.login-lost span.forgot-login a:hover {
  color: var(--button);
}

.sign-up-today {
  margin-top: 32px;
}

.sign-up-today ul {}

.sign-up-today ul li {}

.sign-up-today ul li span {}

.sign-up-today ul li span i {
  color: #666;
  display: inline-block;
  font-size: 15px;
  margin-right: 6px;
}

.sign-up-today ul li span p {
  color: #666;
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  text-transform: capitalize;
}

/*-----------------------------------
18. contact-area
-------------------------------------*/
.contact-area {
  background: #efefef none repeat scroll 0 0;
}

.contact-form {
  background: #fff none repeat scroll 0 0;
  padding: 30px 30px;
}

.message-title>p {
  margin-bottom: 31px;
}

.input-filed {}

.input-filed input {
  border: 1px solid #e3e3e3;
  border-radius: 0;
  box-shadow: none;
  font-size: 13px;
  height: 45px;
  margin-bottom: 20px;
  padding-left: 15px;
  width: 100%;
}

.contact-textarea {}

.contact-textarea label {}

.contact-textarea textarea {
  border: 1px solid #e3e3e3;
  border-radius: 0;
  font-size: 13px;
  height: 130px;
  padding: 10px 15px;
  width: 100%;
}

.contact-textarea>input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #e3e3e3;
  height: 35px;
  margin-top: 15px;
  padding: 0 25px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.contact-textarea>input:hover {
  background: var(--button);
  border-color: var(--button);
  color: #fff;
}

.contact-info {
  background: #fff none repeat scroll 0 0;
}

.single-contact {
  border-bottom: 1px solid #e3e3e3;
  padding: 38px 25px;
}

.contact-icon {
  float: left;
}

.contact-icon i {
  color: var(--button);
  font-size: 30px;
}

.contact-method {
  margin-left: 45px;
}

.contact-method h2,
.message-title h1 {
  color: #242424;
  font-size: 18px;
  font-weight: 600;
}

.contact-method span {
  text-transform: capitalize;
}

.map-area {
  padding: 10px;
  background: #fff;
  margin-top: 30px;
}

#googleMap {
  height: 385px;
}

/*-----------------------------------
19. about-area
-------------------------------------*/
.about-area {}

.about-text {
  margin-top: 30px;
}

.about-text h2 {
  color: #212121;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}

.about-text p {}

.about-text p:last-child {
  margin: 0;
}

.about-text h2::after {
  background: #212121 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  margin: 5px 0 20px;
  width: 50px;
}

.team-area {
  background: #f5f5f5 none repeat scroll 0 0;
}

.single-team {
  background: #fff none repeat scroll 0 0;
  transition: all 0.3s ease 0s;
}

.team-img {
  overflow: hidden;
  position: relative;
}

.team-icon {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: -55px;
  left: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.single-team:hover .team-icon {
  bottom: 0;
  opacity: 1;
}

.team-icon>a {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  height: 35px;
  line-height: 32px;
  margin: 0 3px;
  transition: all 0.3s ease 0s;
  width: 35px;
}

.team-icon>a:hover {
  background: var(--button);
  border-color: var(--button);
}

.team-info {
  padding: 15px 0;
  text-align: center;
  transition: 0.3s;
}

.team-info h2 {
  color: #444;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  transition: 0.3s;
}

.team-info span {
  text-transform: capitalize;
  transition: 0.3s;
}

.single-team:hover {}

/*-----------------------------------
20. four-zero-four
-------------------------------------*/
.four-zero-four {
  padding: 200px 0;
  text-align: center;
}

.four-zero-content {}

.four-zero-content h1 {
  color: #333333;
  font-size: 70px;
  font-weight: 800;
  text-transform: uppercase;
}

.four-zero-content h1 span {
  color: var(--button);
}

.four-zero-content p {}

.four-zero-content a {
  background: #333333 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  padding: 12px 30px;
  text-transform: capitalize;
}

.four-zero-content a:hover {
  background: var(--button);
}

/*-----------------------------------
21. blog-area
-------------------------------------*/
.blog-area {}

.blog-page-main {}

.blog-page-main .blog-wrapper {
  margin-bottom: 30px;
}

.blog-page-main .blog-wrapper:last-child {
  margin: 0;
}

.search-form {
  margin-top: 13px;
  position: relative;
}

.search-form input {
  border: 1px solid #ddd;
  height: 35px;
  padding: 0 10px;
  text-transform: capitalize;
  width: 100%;
}

.search-form button {
  background: #999 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  transition: all 0.3s ease 0s;
}

.search-form button:hover {
  background: var(--button);
}

.blog-page-main .col-md-6 {
  margin-bottom: 30px;
}

.blog-page-main .col-md-4 {
  margin-bottom: 30px;
}

.blog-page-main .col-md-6:nth-last-child(-n + 2) {
  margin-bottom: 0px;
}

.blog-page-main .col-md-4:nth-last-child(-n + 3) {
  margin-bottom: 0px;
}

.pagination {
  overflow: hidden;
  padding-top: 10px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}

.pagination .shop-breadcrumb {
  text-align: center;
  width: 100%;
}

blockquote {
  border-left: 4px solid var(--button);
  font-size: 16px;
  font-style: italic;
  margin: 0 0 20px 30px;
  padding: 10px 20px;
}

.single-post-comments {
  margin-top: 40px;
  max-width: 100%;
}

.comments-heading h3,
h3.comment-reply-title {
  border-bottom: 1px solid #e8e8e9;
  font-size: 18px;
  margin: 0 0 20px;
  padding: 0 0 5px;
  text-transform: uppercase;
}

.comments-list ul li {
  margin-bottom: 25px;
}

.comments-list-img {
  float: left;
  margin-right: 15px;
}

.comments-list-img img {
  width: 50px;
  border: 1px solid #ddd;
}

.comments-content-wrap {
  border: 1px solid #ddd;
  color: #42414f;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 15px 63px;
  padding: 10px;
  position: relative;
}

.comments-content-wrap:before {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #ececec;
  border-left: 1px solid #ececec;
  content: "";
  display: block;
  height: 10px;
  left: -5px;
  position: absolute;
  top: 10px;
  transform: rotate(45deg);
  width: 10px;
}

.comments-content-wrap span b {
  margin-right: 5px;
}

.comments-content-wrap span a:hover {}

span.post-time {
  margin-right: 5px;
}

.comments-content-wrap p {
  color: #444;
  line-height: 18px;
  margin-bottom: 5px;
  margin-top: 15px;
}

li.threaded-comments {
  margin-left: 50px;
}

.comment-respond {
  margin-top: 60px;
}

span.email-notes {
  color: #42414f;
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}

.comment-respond p {
  margin-bottom: 5px;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"] {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 32px;
  margin-bottom: 15px;
  padding: 0 0 0 10px;
  width: 100%;
}

.comment-respond textarea#message {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  max-width: 100%;
  padding: 10px;
  height: 130px;
  width: 100%;
}

.comment-respond input[type="submit"] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  padding: 0 15px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}

.comment-respond input[type="submit"]:hover {
  background: var(--button);
}

.comments-content-wrap a {
  color: #444;
}

.comments-content-wrap a:hover {
  color: var(--button);
}

.comment-respond .col-md-4 {
  margin: 0;
}

/*-----------------------------------
22. home-3-wrapper
-------------------------------------*/
.category-area-3 .product-img {
  float: left;
  width: 35%;
}

.category-area-3 .product-content {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  float: right;
  width: 65%;
}

.category-area-3 .single-product {
  overflow: hidden;
}

.category-area-3 .single-product:last-child {
  margin-top: 20px;
}

.category-area-3 .product-content h3 a {
  color: #373737;
}

.category-area-3 .product-content h3 a:hover {
  color: var(--button);
}

.category-area-3 .price span.old {
  color: #999;
  font-size: 13px;
}

.category-area-3 .price span {
  font-size: 17px;
  font-weight: 700;
}

.category-area-3 .product-action {
  margin-top: 14px;
  opacity: 1;
  position: static;
  visibility: visible;
}

.category-area-3 .button-top a {
  border: 1px solid #ddd;
  color: #777;
  float: left;
  height: 36px;
  line-height: 35px;
  margin-right: 6px;
  margin-top: 0;
  width: 40px;
}

.category-area-3 .button-top {
  float: left;
}

.category-area-3 .button-cart button i {
  margin-right: 0;
}

.category-area-3 .button-cart button {
  border: 1px solid #ddd;
  color: #777;
  height: 36px;
  line-height: 32px;
  margin-top: 0;
  padding: 0;
  text-align: center;
  width: 40px;
}

.category-area-3 .button-cart {
  clear: inherit;
}

.category-area-3 .button-top a:hover,
.category-area-3 .button-cart button:hover {
  background: var(--button) none repeat scroll 0 0;
  border-color: var(--button);
  color: #fff;
}

.single-cat {
  background: #fff none repeat scroll 0 0;
  padding: 25px 25px;
}

.cat-more {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 22px;
  text-align: center;
  text-transform: uppercase;
}

.cat-more a {
  color: #666;
  font-weight: 600;
}

.cat-more a:hover {
  color: var(--button);
}

.cat-margin {}

.cat-margin {
  margin-top: 20px;
}

.cat-title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 5px;
  position: relative;
  text-transform: uppercase;
}

.cat-title::before {
  background: #999 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 35px;
}

a#scrollUp {
  background: var(--button) none repeat scroll 0 0;
  box-shadow: 0 4px 12px 0 rgb(0 0 0 / 15%);
  bottom: 30px;
  color: #fff;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 30px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 40px;
}

a#scrollUp i {
  font-size: 20px;
}

/*===========================
21. Product Modal
============================= */
.modal {
  z-index: 13000;
}

#productModal .modal-dialog {
  margin: 5% auto;
  max-width: 96%;
  min-height: 300px;
  padding: 20px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 870px;
}

#productModal .modal-header {
  border: 0 none;
  padding: 0;
  min-height: auto;
}

#productModal button.close {
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 2;
  opacity: 1;
}

#productModal button.close span {
  border: 1px solid #909295;
  border-radius: 60px;
  color: #909295;
  display: block;
  height: 30px;
  line-height: 25px;
  text-align: center;
  width: 30px;
  padding-top: 1px;
}

#quickview-wrapper .modal-content {
  border-radius: 0;
}

.modal-product {
  overflow: hidden;
}

.modal-product .product-images {
  float: left;
  width: 40%;
}

.modal-product .product-images .quick-thumbnails {
  float: left;
  width: 100%;
}

.modal-product .product-images .main-image {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}

.modal-product .product-images .main-image img {
  box-shadow: none;
}

.modal-product .product-info {
  float: left;
  padding-left: 30px;
  width: 60%;
}

.modal-product .product-info h1 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 6px;
}

.modal-product .product-info .price-box {
  float: left;
  margin: 0 0 12px;
  width: 100%;
}

.modal-product .product-info .price-box p {
  margin: 0;
}

.modal-product .product-info .price-box .special-price {
  color: #83cbdc;
  font-size: 24px;
  font-weight: 400;
}

.modal-product .product-info .see-all {
  color: #42414f;
  display: inline-block;
  margin-bottom: 25px;
  text-decoration: underline;
}

.numbers-row>input {
  float: left;
  height: 40px;
  text-align: center;
  width: 60px;
  border: none;
  border: 1px solid #ddd;
}

.quick-add-to-cart .single_add_to_cart_button {
  background: var(--button) none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  float: left;
  font-weight: 700;
  height: 40px;
  margin-left: 15px;
  padding: 0 70px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.quick-add-to-cart .single_add_to_cart_button:hover {
  background: #42414f !important;
}

.modal-product .product-info .see-all:hover {
  color: var(--button);
}

h3.widget-title-modal {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #42414f;
  float: left;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 5px;
  text-align: left;
  text-transform: none;
  width: 100%;
}

.widget-title-modal {}

.modal-product .product-info .quick-add-to-cart {
  border-bottom: 1px solid #e5e5e5;
  float: left;
  margin: 0 0 17px;
  padding: 0 0 31px;
  width: 100%;
}

.modal-product .product-info .quick-desc {
  border-bottom: 1px solid #e5e5e5;
  color: #909295;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 25px;
  padding: 0 0 15px;
  width: 100%;
}

.modal-product .widget {
  float: left;
  width: 100%;
}

.modal-product .widget .widget-title {
  background: none;
  color: #909295;
  float: left;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 5px;
  text-align: left;
  text-transform: none;
  width: 100%;
}

.modal-product .widget .social-icons {
  float: left;
  margin: 0;
  padding: 0;
}

.modal-product .widget .social-icons li {
  float: left;
  line-height: 30px;
  list-style: none;
  margin-right: 10px;
}

.modal-product .widget .social-icons li .social-icon {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  color: #909295;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  width: 40px;
}

.modal-product .widget .social-icons li .social-icon:hover {
  color: #fff;
}

.modal-product .widget .social-icons li .social-icon.facebook:hover {
  background: #3b579d;
  border: 1px solid #3b579d;
}

.modal-product .widget .social-icons li .social-icon.twitter:hover {
  background: #3acaff;
  border: 1px solid #3acaff;
}

.modal-product .widget .social-icons li .social-icon.pinterest:hover {
  background: #cb2027;
  border: 1px solid #cb2027;
}

.modal-product .widget .social-icons li .social-icon.tumblr:hover {
  background: #304e6c;
  border: 1px solid #304e6c;
}

.modal-product .widget .social-icons li .social-icon.gplus:hover {
  background: #d11717;
  border: 1px solid #d11717;
}

.modal-product .widget .social-icons li .social-icon.linkedin:hover {
  background: #0097bd;
  border: 1px solid #0097bd;
}

/* tag样式 */
.tagList {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.homeTagList .tagList {
  justify-content: center;
}

.homeTagList .tagList .tagItem {
  margin: 0px 5px 20px;
}

.tagList .tagItem h4 {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.tagList .tagItem {
  border: 1px solid #d5d5d5;
  font-size: 12px;
  line-height: 14px;
  padding: 7px 10px;
  transition: all 0.3s ease 0s;
  color: #444444;
  cursor: pointer;
  border-radius: 0px;
  margin: 0px 10px 10px 0px;
}

.tagList .tagItem:hover {
  background: var(--button) none repeat scroll 0 0;
  border-color: var(--button);
  color: #ffffff;
}

.productGroupArea {
  padding: 60px 0 36px;
  background: #f9f1ee;
}

.productGroup {
  position: relative;
  margin: 0 auto;
  width: 1296px;
  display: flex;
}

.productGroupLeft {
  flex: 1;
  display: flex;
  margin-right: 150px;
  align-items: center;
}

.productGroupLeft .productGroupTitle {
  font-size: 36px;
  font-weight: bold;
  color: var(--button);
  line-height: 45px;
  margin-bottom: 20px;
}

.productGroupLeft .productGroupSubTitle {
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  line-height: 22px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}

.productGroupRight {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 768px;
  width: 768px;
}

.productGroupRight .productGroupItem {
  flex: 0 0 240px;
  width: 240px;
  height: 240px;
  background-color: #ffffff;
  padding: 20px 40px;
  margin-right: 24px;
  margin-bottom: 24px;
}

.productGroupRight .productGroupItem:nth-child(3n) {
  margin-right: 0px;
}

.productGroupRight .productGroupItem .lazy-load-container {
  width: 160px;
  height: 160px;
}

.productGroupRight .productGroupItem:hover h2 {
  color: var(--button);
}

.productGroupRight .productGroupItem h2 {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  color: var(--blackColor);
  line-height: 20px;
  text-align: center;
  transition: all 0.3s ease 0s;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.breadcrumb-area-noBg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  /* background: var(--themeColor);
  box-shadow: 0px 1px 0px 0px #e5e5e5; */
}

.breadcrumb-area-noBg .breadcrumb-list {
  text-align: center;
  margin-top: 0;
}

.breadcrumb-area-noBg .breadcrumb-list ul li {
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #757575;
  line-height: 20px;
}

.breadcrumb-area-noBg .breadcrumb-list ul li:last-child {
  color: #757575;
}

.breadcrumb-area-noBg .breadcrumb-list ul li a {
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #757575;
  line-height: 20px;
}

.breadcrumb-area-noBg .breadcrumb-list ul li a:hover {
  color: var(--button);
}

.topBanner {
  position: relative;
}

.topBanner img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.topBanner .cloudShape {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
}

.topBanner .topBannerList {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.topBanner .topBannerTitle {
  font-size: 32px;
  font-family: "Roboto", "Open Sans", sans-serif;
  font-weight: 800;
  color: #ffffff;
  line-height: 48px;
  margin-bottom: 10px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.topBanner .topBannerSubtitle {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 23px;
  margin-bottom: 20px;
}

.left-product {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  color: #444444;
}

.left-product .product-img img {
  width: 88px;
  height: 88px;
  object-fit: cover;
}

.left-product:hover .product-content h3 {
  color: var(--button);
}

.contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact .contactItem {
  flex: 0 0 49%;
  margin-bottom: 20px;
}

.contact .contactItemAll {
  flex: 0 0 100%;
  padding: 0;
}

.contact input {
  width: 100%;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #d5d5d5;
  padding: 0 5px;
}

.contact textarea {
  width: 100%;
  resize: none;
  border-radius: 2px;
  height: 120px;
  min-height: 120px;
  border: 1px solid #d5d5d5;
  padding: 0 5px;
}

.contactBtn {
  width: 100%;
  text-align: center;
}

.contactBtn .btn {
  width: 140px;
  margin: 30px auto 40px;
}

#productModal {
  width: calc(100vw + 17px);
}

#productModal .contactDiglog {
  width: 600px;
  padding: 24px 20px 0px;
  margin: 7% auto;
}

#productModal .contactDiglog .contact-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

#productModal .contactDiglog .contact-header .modal-header-title {
  font-size: 20px;
  font-weight: 500;
  color: #222222;
  line-height: 30px;
}

#productModal .contactDiglog .contact-header i {
  cursor: pointer;
  color: #999999;
  font-size: 18px;
}

#productModal .contactDiglog .contactContent {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
  margin-bottom: 30px;
}

.icon-ic_facebook {
  color: #376fe0;
}

.icon-ic_twitter {
  color: #41a1f2;
}

.icon-ic_instagram {
  color: #e61522;
}

.icon-ic_pinterest {
  color: #c70020;
}

.icon-ic_whatsApp {
  color: #00bf3c;
}

.icon-ic_linkedin {
  color: #0277b7;
}

.icon-ic_youTube {
  color: #f61702;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: var(--button) !important;
  border-color: var(--button) !important;
  color: #ffffff !important;
}

.pagination>li>a,
.pagination>li>span {
  border: 1px solid #f5eae6 !important;
  color: #686363 !important;
  margin: 0 2.5px;
  border-radius: 50% !important;
  background: #f5eae6 !important;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  color: #ffffff !important;
  background-color: var(--button) !important;
  border-color: var(--button) !important;
}

.indexBanner {
  position: relative;
}

.indexBanner .hidden-xs {
  width: 100vw;
  height: 35.42vw;
  object-fit: cover;
}

.indexBanner .hidden-sm {
  width: 100vw;
  height: 117.33vw;
  object-fit: cover;
}

.indexBanner .indexBannerText {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

#video_page {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  align-items: center;
  justify-content: center;
}

#video_page .videoBox {
  position: relative;
}

#video_page .videoBox video {
  max-width: 80vw;
  max-height: 80vh;
}

#video_page .videoBox i {
  position: absolute;
  top: -36px;
  right: 0px;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
}

.aboutVideoShadow {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.aboutVideoShadow i {
  font-size: 40px;
  cursor: pointer;
  color: #fff;
}

.marginLeft0 {
  margin-left: 0;
}

.marginRight0 {
  margin-right: 0;
}

.tagListCommonTitle {
  font-size: 24px;
  font-family: "Roboto", "Open Sans", sans-serif;
  color: var(--button);
  line-height: 35px;
  margin-bottom: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

#productContactDetail {
  margin-bottom: 20px;
}

#productContactDetail #productContactImg {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  object-fit: cover;
}

#productContactDetail #productContactName {
  line-height: 20px;
  font-size: 16px;
  color: #222222;
  margin-bottom: 10px;
  margin-top: 5px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

#productContactDetail #productContactPrice {
  line-height: 18px;
  font-size: 14px;
  font-weight: 600;
  color: var(--button);
}

.productContactBottom {
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}

.productFileUp #file1 {
  display: none;
}

.productFileUp .upImg,
.productShareLink .upImg {
  color: #407cfe;
  cursor: pointer;
}

.productShareLink {
  position: relative;
  margin-left: 30px;
}

.productShareLink:hover .shareInputBox {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.shareInputBox {
  box-shadow: 0 1px 2px rgb(86 86 90 / 50%);
  background: rgb(255 255 255) none repeat scroll 0 0;
  opacity: 0;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 140%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 350px;
  display: flex;
}

.shareInputBox input {
  height: 32px;
  line-height: 32px;
  padding: 3px;
  margin: 0;
  border: 1px solid #dddddd;
  display: block;
  width: 300px;
}

.shareInputBox .shareInputBtn {
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  display: block;
}

.owl-carousel {
  z-index: 0;
}

.banner-item-content {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  text-align: center;
}

.banner-item-content .sub-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
  font-family: "Roboto", "Open Sans", sans-serif;
}

.banner-item-content .indexBannerTitle {
  color: #ffffff;
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 4px;
  font-family: "Roboto", "Open Sans", sans-serif;
}

.banner-item-content .indexBannerBtn {
  color: #ffffff;
  background-color: var(--button);
  border: var(--button);
  font-weight: 500;
}

.banner-item-content .indexBannerBtn:hover {
  color: #ffffff;
  background-color: var(--blackColor);
  border: var(--blackColor);
}

.swiper {
  width: 100%;
  z-index: 0;
}

.swiper-pagination {
  left: 20px !important;
  width: 20px !important;
  bottom: 50% !important;
  transform: translate(0%, 50%) !important;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #d8d8d8 !important;
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 12px)) !important;
  height: var(--swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 12px)) !important;
  background: #ffffff !important;
  border: 3px solid #ffffff !important;
  opacity: 1 !important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper .bannerButton {
  background: rgba(23, 23, 23, 0.2);
  color: #ffffff;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  position: absolute;
  height: 40px;
  width: 40px;
  margin: 0;
  top: 50%;
  z-index: 1;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
}

.mySwiper .bannerButton:hover {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
  color: var(--whiteColor);
}

.mySwiper .icon-a-ic_leftArrow {
  left: 25px;
  padding-left: 12px;
}

.mySwiper .icon-ic_rightArrow {
  right: 25px;
  padding-left: 14px;
}

.swiper-pagination-bullet-active {
  background-color: #ffffff !important;
}

.imageText {
  width: 100%;
  margin: 0 auto;
  padding: 75px 0 60px;
  margin: 60px 0;
  background-color: #faf2eb;
  background-size: cover;
  background-position: center center;
}

.imageTextItem {
  display: flex;
  align-items: center;
  width: 1296px;
  margin: 0 auto;
}

.imageText_text {
  flex: 1;
  display: flex;
  margin-left: 60px;
  align-items: center;
}

.imageText_text .imageText_textContect .imageTextTitle {
  font-size: 36px;
  font-weight: bold;
  color: var(--button);
  line-height: 45px;
  margin-bottom: 20px;
}

.imageText_text .imageText_textContect .imageText_textDesc {
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  line-height: 22px;
  margin-bottom: 40px;
  /* text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical; */
}

.imageText_img {
  flex: 0 0 598px;
  width: 598px;
  height: 486px;
  position: relative;
}

.imageText_img .aboutImg {
  width: 560px;
  height: 420px;
}

.imageText_img .aboutMedia {
  position: absolute;
  right: 0;
  bottom: 0;
}

.imageText_img .aboutMedia .lazy-load-container {
  width: 383px;
  height: 271px;
}

.productGroupListArea {
  margin-bottom: 40px;
}

.productGroupListAreaTop {
  background-size: cover;
  background-position: center center;
  padding-top: 60px;
  padding-bottom: 195px;
  text-align: center;
}

.productGroupListArea .productGroupListSubTitle {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 21px;
  margin-bottom: 10px;
}

.productGroupListArea .productGroupListTitle {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  line-height: 45px;
  margin-bottom: 30px;
}

.productGroupTab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.productGroupTab li {
  font-size: 16px;
  line-height: 20px;
  margin: 0 10px;
  padding-bottom: 10px;
  font-weight: 500;
  font-family: "Roboto", "Open Sans", sans-serif;
  color: #ffffff;
}

.productGroupTab li.active {
  border-bottom: 1px solid #ffffff;
}

.productGroupTab li.active a {
  color: #ffffff;
}

.productGroupTab li a {
  color: #ffffff;
}

.productGroupTab li a:hover {
  color: #ffffff;
}

.productGroupListArea .tab-content {
  margin-top: -160px;
}

.productGroupList {
  width: 1296px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.productGroupList .productGroupList-product {
  flex: 0 0 416px;
  width: 416px;
  height: 180px;
  padding-bottom: 24px;
  margin-right: 24px;
  display: flex;
}

.productGroupList .productGroupList-product:nth-child(3n) {
  margin-right: 0;
}

.productGroupList .productGroupList-product .lazy-load-container {
  flex: 0 0 160px;
  width: 160px;
  height: 160px;
}

.productGroupList .productGroupList-product .productGroupList-contect {
  flex: 1;
  display: flex;
  align-items: center;
  background: #f3e7e2;
  height: 160px;
  padding: 20px;
}

.productGroupList .productGroupList-product .productGroupList-contect .productGroupList-detail {
  flex: 1;
}

.productGroupList .productGroupList-product h3 {
  font-size: 16px;
  font-family: "Roboto", "Open Sans", sans-serif;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 8px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.productGroupList .productGroupList-product .price {
  font-size: 20px;
  color: var(--button);
  font-family: "Roboto", "Open Sans", sans-serif;
  font-weight: 500;
  line-height: 26px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#productModal .filesList {
  width: 320px;
  margin-bottom: 10px;
}

#productModal .filesList .filesItem {
  display: none;
  justify-content: space-between;
  height: 24px;
  line-height: 24px;
  padding-right: 5px;
}

#productModal .filesList .filesItem:hover {
  background-color: #f5f6f7;
}

#productModal .filesList .filesItem .icon-Tick_circle {
  display: block;
  color: #67c23a;
}

#productModal .filesList .filesItem:hover .icon-Tick_circle {
  display: none;
}

#productModal .filesList .filesItem .icon-closed_circle {
  cursor: pointer;
  display: none;
  color: #f56c6c;
}

#productModal .filesList .filesItem:hover .icon-closed_circle {
  display: block;
}

.lazy-load-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.lazy-load-container>div {
  background-color: #f2f2f2;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDE0MCAxMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzNC40NiAwYzIuOTg3IDAgNS40MjIgMi4zNyA1LjUzNiA1LjMzN2wuMDA0LjIxOXY4OC44ODhjMCAyLjk5Ni0yLjM2MyA1LjQzNy01LjMyMiA1LjU1MmwtLjIxOC4wMDRINS41NGMtMi45ODcgMC01LjQyMi0yLjM3LTUuNTM2LTUuMzM3TDAgOTQuNDQ0VjUuNTU2QzAgMi41NiAyLjM2My4xMTkgNS4zMjIuMDA0TDUuNTQgMGgxMjguOTJ6bTAgNS4wNUg1LjU0YS41MDQuNTA0IDAgMCAwLS40OTYuNDE1bC0uMDA5LjA5djc0LjAzOWwzMC4yMzctMzIuMTdhMS42MjggMS42MjggMCAwIDEgMi4xMzUtLjE0bC4xNTMuMTMzIDE3LjMzNiAxNy4wMDIgMzYuNDMtMzcuNzQ0YTEuNjI4IDEuNjI4IDAgMCAxIDIuMjg1LS4wNTdsLjE0LjE0OSA0MS4yMTMgNTIuMzk4VjUuNTU1YS41MDUuNTA1IDAgMCAwLS40MTMtLjQ5NmwtLjA5LS4wMDh6TTM1Ljc5OCAxNS4xNjRjNi4wNzYgMCAxMC45OTMgNC45MjMgMTAuOTkzIDExcy00LjkyMiAxMS0xMC45OTggMTFjLTUuOTggMC0xMC44NDYtNC43NjgtMTAuOTk5LTEwLjcxMmwtLjAwMy0uMjg4Yy4wMDUtNi4wNzcgNC45MzEtMTEgMTEuMDA3LTExeiIgZmlsbD0iI0RCREJEQiIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+");
  background-position: center;
  background-size: 20%;
  background-repeat: no-repeat;
}

img:not([src]) {
  opacity: 0;
}

.lazy-load-container>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}



@media (min-width: 1440px) {
  .container {
    width: 1296px;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .imageTextItem {
    width: 1170px;
  }

  .imageText_img {
    flex: 0 0 540px;
    width: 540px;
    height: 439px;
  }

  .imageText_img .aboutImg {
    width: 506px;
    height: 380px;
  }

  .imageText_img .aboutMedia .lazy-load-container {
    width: 346px;
    height: 245px;
  }

  .productGroup {
    width: 1170px;
  }

  .productGroupLeft {
    margin-right: 120px;
  }

  .productList {
    width: 1170px;
  }

  .productList .productListItem {
    width: 274.5px;
    margin-right: 24px;
    margin-bottom: 20px;
  }

  .productList .productListItem .product-img {
    width: 274.5px;
    height: 274.5px;
  }

  .imageText_text .imageText_textContect .imageText_textDesc {
    margin-bottom: 40px;
    -webkit-line-clamp: 6;
  }

  .productGroupList {
    width: 1170px;
  }

  .productGroupList .productGroupList-product {
    flex: 0 0 374px;
    width: 374px;
  }

  .blogList {
    width: 1170px;
  }

  .blogList .blog-wrapper {
    flex: 0 0 380px;
    margin-right: 15px;
  }

  .blog-wrapper .lazy-load-container {
    width: 378px;
    height: 256px;
  }

  .slide-height {
    padding: 240px 0;
  }

  .single-product {
    width: 270px;
    margin-right: 30px;
    margin-bottom: 30px;
  }

  .single-product:nth-of-type(4),
  .single-product:nth-of-type(8) {
    margin-right: 0px;
  }

  .product-img .lazy-load-container {
    width: 270px;
    height: 270px;
  }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
  .imageTextItem {
    width: 970px;
  }

  .imageText_text {
    margin-left: 40px;
  }

  .imageText_img {
    flex: 0 0 448px;
    width: 448px;
    height: 364px;
  }

  .imageText_img .aboutImg {
    width: 419px;
    height: 314px;
  }

  .imageText_img .aboutMedia .lazy-load-container {
    width: 287px;
    height: 203px;
  }

  .productGroupArea {
    padding: 60px 0 40px;
    background: #f9f1ee;
  }

  .productGroup {
    width: 970px;
  }

  .productGroupLeft {
    margin-right: 60px;
  }

  .productGroupLeft .productGroupTitle {
    font-size: 32px;
    line-height: 40px;
  }

  .productGroupLeft .productGroupSubTitle {
    -webkit-line-clamp: 8;
  }

  .productGroupRight {
    flex: 0 0 700px;
    width: 700px;
  }

  .productGroupRight .productGroupItem {
    flex: 0 0 220px;
    width: 220px;
    height: 220px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 20px 30px;
  }

  .productGroupRight .productGroupItem .lazy-load-container {
    width: 160px;
    height: 160px;
  }

  .productGroupRight .productGroupItem h2 {
    margin-top: 10px;
  }

  .productList {
    width: 970px;
  }

  .productList .productListItem {
    width: 227.5px;
    margin-right: 20px;
  }

  .productList .productListItem .product-img {
    width: 227.5px;
    height: 227.5px;
  }

  .imageText_text .imageText_textContect .imageText_textDesc {
    margin-bottom: 40px;
    -webkit-line-clamp: 4;
  }

  .productGroupList {
    width: 970px;
  }

  .productGroupList .productGroupList-product {
    flex: 0 0 310px;
    width: 310px;
    margin-right: 20px;
  }

  .blogList {
    width: 970px;
  }

  .blogList .blog-wrapper {
    flex: 0 0 310px;
    margin-right: 20px;
  }

  .blog-wrapper .lazy-load-container {
    width: 308px;
    height: 209px;
  }

  .single-product {
    width: 220px;
    margin-right: 30px;
    margin-bottom: 30px;
  }

  .single-product:nth-of-type(4),
  .single-product:nth-of-type(8) {
    margin-right: 0px;
  }

  .product-img .lazy-load-container {
    width: 220px;
    height: 220px;
  }

  .banner-caption h2 {
    font-size: 22px;
  }

  .category-area-3 .product-content h3 {
    font-size: 16px;
  }

  .category-area-3 .product-content {
    padding-top: 5px;
  }

  .contact-method h2,
  .message-title h1 {
    font-size: 17px;
  }

  .shop-tab,
  .short-by,
  .shop-breadcrumb {
    width: 33.33%;
  }

  .shop-show {
    display: none;
  }

  .price_slider_amount>input[type="text"] {
    margin-left: 6px;
    width: 116px;
  }

  .single-testimonial p {
    padding: 0 50px;
  }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .imageTextItem {
    width: 750px;
  }

  .imageText_text {
    margin-left: 30px;
  }

  .imageText_img {
    flex: 0 0 346px;
    width: 346px;
    height: 281px;
  }

  .imageText_img .aboutImg {
    width: 324px;
    height: 243px;
  }

  .imageText_img .aboutMedia .lazy-load-container {
    width: 221px;
    height: 157px;
  }

  span.tag-line {
    top: 16px;
    right: 16px;
    width: 36px;
    line-height: 36px;
    height: 36px;
  }

  .smpad-40 {
    padding: 40px 0;
  }

  .productGroupArea {
    padding: 60px 0 50px;
  }

  .productGroup {
    width: 750px;
  }

  .productGroupLeft {
    margin-right: 40px;
  }

  .productGroupLeft .productGroupTitle {
    font-size: 28px;
    line-height: 36px;
  }

  .productGroupLeft .productGroupSubTitle {
    -webkit-line-clamp: 8;
  }

  .productGroupRight {
    flex: 0 0 560px;
    width: 560px;
  }

  .productGroupRight .productGroupItem {
    flex: 0 0 180px;
    width: 180px;
    height: 180px;
    background-color: #ffffff;
    padding: 20px 30px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .productGroupRight .productGroupItem .lazy-load-container {
    width: 120px;
    height: 120px;
  }

  .productGroupRight .productGroupItem h2 {
    margin-top: 10px;
  }

  .productList {
    width: 750px;
  }

  .productList .productListItem {
    width: 180px;
    margin-right: 10px;
  }

  .productList .productListItem .product-img {
    width: 180px;
    height: 180px;
  }

  .imageText_text .imageText_textContect .imageText_textDesc {
    margin-bottom: 20px;
    -webkit-line-clamp: 3;
  }

  .productGroupListAreaTop {
    padding-bottom: 155px;
  }

  .productGroupListArea .tab-content {
    margin-top: -120px;
  }

  .productGroupList {
    width: 750px;
  }

  .productGroupList .productGroupList-product {
    flex: 0 0 240px;
    width: 240px;
    height: 140px;
    margin-right: 15px;
  }

  .productGroupList .productGroupList-product .lazy-load-container {
    flex: 0 0 120px;
    width: 120px;
    height: 120px;
  }

  .productGroupList .productGroupList-product .productGroupList-contect {
    height: 120px;
    padding: 10px;
  }

  .productGroupList .productGroupList-product h3 {
    -webkit-line-clamp: 2;
  }

  .productGroupList .productGroupList-product .price {
    font-size: 16px;
    line-height: 20px;
  }

  .blogList {
    width: 750px;
  }

  .blogList .blog-wrapper {
    flex: 0 0 240px;
    margin-right: 15px;
  }

  .blog-content .blog-content-title {
    font-size: 16px;
    line-height: 20px;
  }

  .blog-wrapper .lazy-load-container {
    width: 238px;
    height: 161px;
  }

  .single-product {
    width: 180px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .single-product:nth-of-type(4),
  .single-product:nth-of-type(8) {
    margin-right: 0px;
  }

  .product-img .lazy-load-container {
    width: 180px;
    height: 180px;
  }

  .slide1-text {
    top: 63%;
  }

  .product-tag ul li a {
    padding: 5px 9px;
  }

  .contact-info {
    margin-top: 25px;
  }

  .login-margin {
    margin-top: 20px;
  }

  .related-curosel {
    margin-bottom: 40px;
  }

  .shop-right-side {
    margin-top: 40px;
  }

  .slide-height {
    padding: 200px 0;
  }

  .slide-content h1 {
    font-size: 55px;
  }

  .single-testimonial p {
    padding: 0 50px;
  }
}

/* small mobile :320px. */
@media (max-width: 767px) {
  .smpad-40 {
    padding: 40px 0;
  }

  .topBanner .topBannerTitle {
    font-size: 24px;
    line-height: 30px;
  }

  .banner-item-content .indexBannerTitle {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 7px;
  }

  .banner-item-content .sub-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .indexMainTitle {
    font-size: 24px;
  }

  .indexMainSubTitle {
    font-size: 14px;
    line-height: 18px;
  }

  .section-title {
    margin-bottom: 20px;
  }

  span.tag-line {
    top: 16px;
    right: 16px;
    width: 32px;
    line-height: 32px;
    height: 32px;
  }

  .productGroupArea {
    padding: 40px 0 20px;
    background: #f9f1ee;
  }

  .productGroup {
    position: relative;
    margin: 0 auto;
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
  }

  .productGroupLeft {
    flex: 0 0 calc(100vw - 30px);
    width: calc(100vw - 30px);
    display: flex;
    margin: 0 auto 20px;
    align-items: center;
  }

  .productGroupLeft .productGroupTitle {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  .productGroupLeft .productGroupSubTitle {
    -webkit-line-clamp: 30;
  }

  .productGroupRight {
    display: block;
    flex: 0 0 calc(100vw - 30px);
    width: calc(100vw - 30px);
    margin: 0 auto;
  }

  .productGroupRight .productGroupItem {
    width: calc(100vw - 30px);
    height: calc(100vw - 30px);
    background-color: #ffffff;
    padding: 34px 54px;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .productGroupRight .productGroupItem .lazy-load-container {
    width: calc(100vw - 138px);
    height: calc(100vw - 138px);
  }

  .productGroupRight .productGroupItem h2 {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
  }

  .productList {
    width: calc(100vw - 30px);
  }

  .productList .productListItem {
    width: calc(50vw - 22.5px);
    margin-right: 15px;
  }

  .productList .productListItem:nth-child(2n) {
    margin-right: 0;
  }

  .productList .productListItem .product-img {
    width: calc(50vw - 22.5px);
    height: calc(50vw - 22.5px);
  }

  .productList .productListItem .productListItem-content .price {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }

  .imageText {
    display: flex;
    height: auto;
    flex-wrap: wrap;
    padding: 40px 0 30px;
  }

  .imageTextItem {
    display: flex;
    height: auto;
    flex-wrap: wrap;
  }

  .imageText_text {
    flex: 0 0 calc(100vw - 30px);
    width: calc(100vw - 30px);
    display: flex;
    align-items: center;
    margin: 0 auto;
  }

  .imageText_text .imageText_textContect .imageTextTitle {
    font-size: 24px;
    font-weight: bold;
    color: #96532e;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .imageText_text .imageText_textContect .imageText_textDesc {
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    line-height: 22px;
    margin-bottom: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 30;
    -webkit-box-orient: vertical;
  }

  .imageText_img {
    flex: 0 0 calc(100vw - 30px);
    width: calc(100vw - 30px);
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
  }

  .imageText_img .aboutImg {
    width: calc(100vw - 30px);
    height: calc(75vw - 22.5px);
    margin-bottom: 20px;
  }

  .imageText_img .aboutMedia {
    position: relative;
  }

  .imageText_img .aboutMedia .lazy-load-container {
    width: calc(100vw - 30px);
    height: calc(70.76vw - 21.23px);
  }

  .productGroupListAreaTop {
    padding-top: 40px;
    padding-bottom: 155px;
  }

  .productGroupListArea .tab-content {
    margin-top: -120px;
  }

  .productGroupListArea .productGroupListTitle {
    font-size: 24px;
    line-height: 32px;
  }

  .productGroupList {
    width: calc(100vw - 30px);
  }

  .productGroupList .productGroupList-product:nth-child(3n) {
    margin-right: auto;
  }

  .productGroupList .productGroupList-product:nth-child(2n) {
    margin-right: 0;
  }

  .productGroupList .productGroupList-product {
    flex: 0 0 calc(100vw - 30px);
    width: calc(100vw - 30px);
    margin-right: 15px;
    height: auto;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 10px;
    display: block;
  }

  .productGroupList .productGroupList-product .productGroupList-contect {
    height: 120px;
    padding: 10px;
  }

  .productGroupList .productGroupList-product .lazy-load-container {
    flex: 0 0 120px;
    width: 120px;
    height: 120px;
  }

  .blogList {
    width: calc(100vw - 30px);
  }

  .blogList .blog-wrapper {
    flex: 0 0 calc(100vw - 30px);
    margin-bottom: 15px;
  }

  .blogList .blog-wrapper .blog-date {
    top: calc(67.3vw - 45px);
    right: 20px;
  }

  .blog-content .blog-content-title {
    font-size: 16px;
    line-height: 20px;
  }

  .blog-wrapper .lazy-load-container {
    width: calc(100vw - 30px);
    height: calc(67.3vw - 20.2px);
  }

  .productContactBottom {
    display: block;
  }

  .productShareLink {
    margin: 0;
  }

  .shareInputBox {
    width: calc(100vw - 70px);
  }

  #productModal {
    width: 100vw;
  }

  #productModal .contactDiglog {
    width: calc(100vw - 30px);
  }

  .xs-pading-0 {
    padding: 0;
  }

  .contact .contactItem {
    flex: 0 0 100%;
  }

  .topBanner img {
    height: auto;
  }

  .pad-80 {
    padding: 40px 0;
  }

  .pad-80-50 {
    padding: 40px 0 10px;
  }

  .container {
    width: calc(100vw - 30px);
    margin: 0 auto;
  }

  .single-product {
    width: calc(50vw - 22.5px);
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .single-product:nth-of-type(2),
  .single-product:nth-of-type(4),
  .single-product:nth-of-type(5),
  .single-product:nth-of-type(8) {
    margin-right: 0px;
  }

  .product-content h3 {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
  }

  .product-content {
    padding: 10px;
  }

  .product-content .price span {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
  }

  .product-img .lazy-load-container {
    width: calc(50vw - 22.5px);
    height: calc(50vw - 22.5px);
  }

  .cap-title h1 {
    font-size: 24px;
  }

  .marg-20 {
    margin-top: 0;
  }

  .upcoming-content {
    margin-top: 20px;
  }

  .payment-img {
    float: none;
    margin-top: 20px;
  }

  .banner-caption h2 {
    font-size: 20px;
  }

  .timer .cdown {
    font-size: 18px;
    height: 80px;
    width: 55px;
  }

  .timer .time-count {
    padding-top: 12px;
  }

  .single-brand {
    text-align: center;
  }

  .nivo-directionNav a {
    width: 30px;
  }

  .slider-container:hover .nivo-prevNav {
    left: 20px;
  }

  .slider-container:hover .nivo-nextNav {
    right: 20px;
  }

  .category-area-3 .col-md-4 {
    margin-bottom: 20px;
  }

  .category-area-3 .col-md-4:last-child {
    margin-bottom: 20px;
  }

  .breadcrumb-area {
    padding: 70px 0;
  }

  .team-area .col-md-3 {
    margin-bottom: 20px;
  }

  .team-area .col-md-3:last-child {
    margin-bottom: 0;
  }

  .buttons-cart input,
  .coupon input[type="submit"],
  .buttons-cart a,
  .coupon-info p.form-row input[type="submit"] {
    padding: 0 8px;
    margin-bottom: 10px;
  }

  .buttons-cart {
    margin-top: 15px;
  }

  p.checkout-coupon input[type="text"] {
    width: 145px;
  }

  .ship-different-title h3 label {
    font-size: 22px;
  }

  .your-order {
    padding: 30px 10px 45px;
  }

  .single-contact {
    padding: 38px 14px;
  }

  .contact-method h2,
  .message-title h1 {
    font-size: 16px;
  }

  .contact-info {
    margin-top: 20px;
  }

  .login-margin {
    margin-top: 20px;
  }

  .social-sign a.twitter {
    margin-top: 10px;
  }

  .login-lost span.forgot-login {
    display: block;
    float: none;
    margin-bottom: 14px;
  }

  .related-curosel {
    margin-bottom: 40px;
  }

  .shop-tab,
  .shop-breadcrumb {
    width: 50%;
  }

  .short-by,
  .shop-show {
    display: none;
  }

  .shop-content {
    margin-top: 40px;
  }

  .shop-list .product-img {
    width: 100%;
  }

  .shop-list .product-content {
    padding-left: 5px;
    width: 100%;
  }

  .shop-full .shop-content {
    margin-top: 0px;
  }

  .shop-right-side {
    margin-top: 40px;
  }

  .slide-height {
    padding: 100px 0;
  }

  .slide-content h1 {
    font-size: 33px;
  }

  .single-testimonial p {
    padding: 0 0;
  }
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: calc(100vw - 30px);
  }

  .cap-title h1 {
    font-size: 30px;
  }

  .buttons-cart input,
  .coupon input[type="submit"],
  .buttons-cart a,
  .coupon-info p.form-row input[type="submit"] {
    padding: 0 15px;
  }

  .login-lost span.forgot-login {
    display: inline-block;
    float: right;
    margin-bottom: 14px;
  }
}

.aboutStoryDetail .aboutStoryDetailContect .aboutStoryContect {
  text-align: justify;
}

.widget widget-categories {
  display: none;
}

.productGroupListAreaTop {
  background-image: url() !important;
}

.productGroupListArea {
  background-color: #f9f1ee;
}

.productGroupListArea .productGroupListTitle {
  color: #96532e;
}

.productGroupTab li.active a {
  color: #95532e;
}

.productGroupTab li a {
  color: #95532e;
}

.productGroupTab li.active {
  border-bottom: 1px solid #96532e;
}

.indexBanner .hidden-sm {
  height: auto;
}

@media (max-width: 991px) {
  .header-bottom-info {

    display: none;
  }

  .header-pos {
    height: 60px;
  }
}


.footer-top {
	background: #1F1F1F none repeat scroll 0 0;
	border-bottom: 1px solid #5b5b5b;
	padding: 55px 0;
}
.footerTopMess {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #444444;
  margin-bottom: 30px;
  padding: 36px 0;
}
.footerTopMess img {
  width: 150px;
  height: 60px;
  object-fit: contain;
}
.footer-top-area {
  background: #1F1F1F none repeat scroll 0 0;
  padding: 10px 0 40px;
}
.footer-widget{}
.footer-widget .footerWidgetLine {
  width: 56px;
  height: 2px;
  background-color: var(--button);
	margin-bottom: 15px;
}
.footer-widget .footerWidgetTitle {
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 32px;
	margin-bottom: 15px;
}
ul.footer-menu{}
ul.footer-menu a h5, ul.footer-menu a li {
  color: #B4B4B4;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  margin: 0;
}
ul.footer-menu a:last-child h5, ul.footer-menu a:last-child li{
  padding-bottom:0;
  border: 0
}
ul.footer-menu a h5:hover, ul.footer-menu a li:hover {
  color: var(--button);
}
.footer-widget img{
  width: 150px;
  height: 60px;
  object-fit: cover;
}
.footer-widget p {
  color: #B4B4B4;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 22px;
}
.widget-icon{
  display: flex;
  flex-wrap: wrap;
}
.widget-icon a {
  color: #B4B4B4;
  display: inline-block;
  font-size: 14px;
  margin-right: 0px;
  position: relative;
  /* text-align: center; */
  flex: 0 0 33.33%;
  line-height: 20px;
  margin-bottom: 10px;
}
.widget-icon a i{
  font-size: 14px;
  margin-right: 8px;
  color: var(--button);
}
.widget-icon a:hover{
  color: var(--button);
}
.footer-bottom-area {
  background: #1F1F1F;
}
.footer-company-info{
  font-size: 14px;
  color: #B4B4B4;
  line-height: 24px;
  margin-bottom: 20px;
  display: flex;
}
.footer-company-info a{
  color: #B4B4B4;
  display: flex;
}
.footer-company-info a:hover{
  color: var(--button);
}
.footer-company-info i{
  font-size: 14px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #96532E;
  border-radius: 4px;
  margin-right: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footerInput{
  position: relative;
  width: 100%;
  display: flex;
  margin-bottom: 24px;
}
.footerInput input {
  width: 90%;
  height: 40px;
  border: none;
  padding-left: 10px;
}
.footerInput .footerInputBtn{
  padding: 0;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 0;
  background: var(--button);
}
.footerBottom{
  display: flex;
  justify-content: center;
  border-top: 1px solid #444444;
  font-size: 14px;
  color: #B4B4B4;
  text-align: center;
  padding: 27px 0;
}
.footerButton{
  background-color: aquamarine;
}
.inquiryButton{
  background: var(--button) none repeat scroll 0 0;
  box-shadow: 0 4px 12px 0 rgb(0 0 0 / 15%);
  bottom: 80px;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 30px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}
.inquiryButton i{
  font-size: 20px;
}
.messenger{
  background: #0073FF none repeat scroll 0 0;
  box-shadow: 0 4px 12px 0 rgb(0 0 0 / 15%);
  bottom: 130px;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 30px;
  text-align: center;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
  width: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}
.whatsapp{
  background: #00BF3C none repeat scroll 0 0;
  box-shadow: 0 4px 12px 0 rgb(0 0 0 / 15%);
  bottom: 180px;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 30px;
  text-align: center;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
  width: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}
.whatsapp i{
  color: #fff;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
}
.messenger i{
  color: #fff;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
}

@media (max-width: 1199px) {
  .widget-icon a {
    flex: 0 0 50%;
  }
}
@media (max-width: 991px) {
  .xspd0{
    padding: 0;
  }
  .footerBottom{
    text-align: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 0;
  }
  .footerBottom .copyright_info {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .footerBottom .widget-icon {
    flex: 0 0 100%;
    width: 100%;
    padding: 20px 0;
  }
  .footerInput {
    width: 95%;
  }
  .footerInput .footerInputBtn{
    padding: 0;
  }
  .footer-top{
    padding: 30px 0 10px;
  }
  .footer-top-area{
    padding: 30px 0;
  }
  .footer-company-info{
    margin-bottom: 10px;
  }
  .footer-company-info i{
    margin-bottom: 10px;
  }
  ul.footer-contact li:last-child {
    margin: 0;
    padding: 0;
  }
  .footer-top-area .col-lg-3{margin-bottom:30px}
  .footer-top-area .col-lg-3:last-child{margin-bottom:0px}
  .footer-bottom-area {
    text-align: center;
  }
}


.customize-inquiry {
  width: 100%;
  padding: 20px;
  margin: 0 auto;
}

.customize-inquiry .inquiry-form {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.customize-inquiry .inquiry-form .form-item {
  flex: 0 0 auto;
  width: calc((100% - 20px) / 2);
  margin: 0 0 20px 0;
}

.customize-inquiry .inquiry-form .form-item .item-label {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  margin-bottom: 4px;
  font-size: 14px;
  color: #111111;
  line-height: 20px;
}

.customize-inquiry .inquiry-form .form-item .item-label .is-required {
  color: #f56c6c;
  margin-right: 4px;
}

.customize-inquiry .inquiry-form .form-item .item-con {
  position: relative;
}

.customize-inquiry .inquiry-form .form-item .item-con .item-select, .item-select, .item-textarea, .item-input {
  width: 100%;
  border: 1px solid #d5d5d5;
  padding: 0 5px;
}

.customize-inquiry .inquiry-form .form-item .item-con .item-select, .item-select, .item-input {
  height: 40px;
}

.customize-inquiry .inquiry-form .form-item .item-con .empty-tip {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  color: #f56c6c;
  font-size: 12px;
  line-height: 1;
  padding-top: 4px;
}


.nobanner .breadcrumb-list{
  margin-top: 0px;
}
.shop-area{
  padding: 40px 0!important;
}
.productFont {
  font-size: 16px;
  font-weight: 800;
  color: var(--blackColor);
}
.productListTitle {
  font-size: 24px;
  font-family: 'Roboto', 'Open Sans', sans-serif;
  font-weight: 800;
  color: var(--button);
  line-height: 29px;
  margin-bottom: 20px;
  display: flex;
}
.productListTitle h2{
  font-size: 24px;
  font-weight: bold;
  color: var(--button);
  margin-bottom: 0px;
}
.productListDesc {
  font-size: 16px;
  font-weight: 500;
  color: #444444;
  line-height: 24px;
  margin-bottom: 20px;
}
.productTagTitle{
  font-size: 24px;
  font-weight: bold;
  color: #444444;
  line-height: 35px;
  margin-bottom: 10px;
}
.productListGroupItemTop {
  display: flex;
  justify-content: space-between;
  line-height: 48px;
  /* border-bottom: 1px solid #D5D5D5; */
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #444444;
}
.productListGroupItemTop a{
  color: #444444;
}
.productListGroupItemTop a:hover{
  color: var(--button);
}
.productListGroupItemLeft {
  display: flex;
}
.productListGroupItemLeft h2{
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  color: var(--blackColor);
  line-height: 48px;
}
.productListGroupItemLeft .sortBy{
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
}
.productListGroupItemLeft .dropdown .dropdownInput{
  border: 1px solid #d5d5d5;
  height: 28px;
  line-height: 28px;
  margin-top: 10px;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.productListGroupItemLeft .dropdown .dropdown-menu{
  width: max-content;
  padding: 0;
}
.productListGroupItemLeft .dropdown .dropdown-menu .dropdown-item{
  display: block;
  padding: 0 10px;
  line-height: 32px;
}
.productListGroupItemLeft .dropdown .dropdown-menu .dropdown-item:hover{
  background-color: #fff8f8;
}
.productListGroupItemRight {
  font-size: 14px;
}
.productListGroupItemRight i{
}
.productListGroupItemRight .pagination{
  margin: 0;
  border-radius: 0;
}
.productList_product {
  margin-bottom: 30px;
}
.productList_product .productList_product_img{
  width: 283px;
  flex: 0 0 283px;
}
.productList_product .productList_product_img img{
  width: 263px;
  height: 263px;
  object-fit: cover;
}
.productList_product .productList_product_item{
  display: flex;
  padding-bottom: 20px;
  /* margin-bottom: 30px; */
}
.productList_product .productList_product_item:last-child{
  border-bottom: 1px solid #D5D5D5;
}
.productList_product_contect{
  flex: 1;
}
.productList_product_contect .productName{
  font-family: 'Roboto', 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  color: var(--blackColor);
  margin-bottom: 5px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.productList_product_contect .productName:hover{
  color: var(--button);
}
.productList_product_contect .price{
  font-family: 'Roboto', 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: var(--button);
  line-height: 25px;
  margin-bottom: 20px;
}
.productList_product_contect .productDesc{
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.productList_product_contect .productDesc p{
  margin: 0;
}
.productList_product_contect .tagList{
  justify-content: left;
  margin-bottom: 10px;
}
.productList_product_contect .tagList .tagItem{
  padding: 7px 10px;
}
.productList_product_contect .productButton {
  display: flex;
}
.productList_product_contect .productButton .buyBtn{
  margin-right: 10px;
  width: 36px;
  height: 36px;
  border: 1px solid #D5D5D5;
  color: #444444;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.productList_product_contect .productButton .buyBtn:hover{
  background: var(--button);
  border-color: var(--button);
  color: #fff;
}
.productList_product_contect .productButton .btn{
  padding: 0px 24px;
  height: 36px;
  line-height: 36px;
  transition: all 0.3s ease 0s;
}
.productBottomPagination {
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
  border-radius: 0;
}
.productBottomPagination .pagination{
  display: flex;
  justify-content: center;
}
.productBottomPagination .shop-breadcrumb ul{
  justify-content: right;
}
.productTagList{
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-bottom: 17px;
}
.productTagList {
  margin-bottom: 18px;
}
.productTagList .tagItem{
  padding: 7px 10px;
  margin: 0 5px 5px 0;
  border: 1px solid #D5D5D5;
  border-radius: 0px;
  font-size: 14px;
  line-height: 16px;
  transition: all 0.3s ease 0s;
  color: #444444;
  cursor: pointer;
}
.productTagList .tagItem h4{
  margin: 0;
  font-size: 14px;
  line-height: 16px;
}
.productTagList .tagItem:hover{
  background: var(--button) none repeat scroll 0 0;
  border-color: var(--button);
  color: #ffffff;
}
@media (max-width: 767px) {
  .productList_product .productList_product_item {
    flex-wrap: wrap;
  }
  .productList_product .productList_product_img{
    width: calc(100vw - 30px);
    flex: 0 0 calc(100vw - 30px);
    margin-bottom: 15px;
  }
  .productList_product .productList_product_img img{
    width: calc(100vw - 30px);
    height: calc(100vw - 30px);
    object-fit: cover;
  }
  .productList_product_contect .productDesc{
    width: calc(100vw - 30px);
  }
}


.sidebarWidgetTop {
  margin-bottom: 20px;
}
.sidebarWidgetTitle {
  font-family: "Roboto", "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: var(--blackColor);
  line-height: 24px;
  padding: 12px 0;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 10px;
}

.recent-product {
}
.mb20 {
  margin-bottom: 20px;
}
.recent-product .product-img {
  flex: 0 0 98px;
}
.recent-product .product-content {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  flex: 1;
  padding: 5px 0px 10px;
}
.recent-product .product-content h3 {
  font-size: 16px;
  margin-bottom: 6px;
}
.recent-product .product-content h3 a {
  color: #444;
}
.leftMenuProductName {
  font-size: 14px;
  font-family: "Roboto", "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 7px;
  color: var(--blackColor);
}
.recent-product .price {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  color: var(--blackColor);
}
.recent-product .single-product {
  margin-bottom: 20px;
  overflow: hidden;
}
.recent-product .single-product:last-child {
  margin-bottom: 0px;
}
.productNav .nav-item {
  line-height: 20px;
  padding: 10px 0px;
  position: relative;
}
.productNav a {
  color: #222222;
}
.productNav a:hover {
  color: var(--button);
}
.productNav .nav-item .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--blackColor);
}
.productNav .nav-item .nav-link:hover {
  color: var(--button);
}
.productNav .nav-item .dropdown-toggle {
  cursor: pointer;
  position: absolute;
  right: 0;
  transition: 0.3s;
}
.productNav .open .dropdown-toggle {
  transform: rotate(180deg);
}
.productNav .dropdown-menu {
  position: relative;
  z-index: 1;
  float: none;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.productNav .dropdown-menu .dropdown-item {
  display: block;
  line-height: 16px;
  font-size: 14px;
  margin-top: 20px;
  padding-left: 15px;
  color: var(--blackColor);
}
.productNav .dropdown-menu .dropdown-item:hover {
  color: var(--button);
}
.contact-details .contact-list {
  overflow: hidden;
  margin-top: 17px;
}

.contact-details .contact-list li {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.contact-details .contact-list li:not(:last-child) {
  margin-bottom: 20px;
}

.contact-details .contact-list li i {
  margin-right: 10px;
  font-size: 24px;
  line-height: 20px;
  color: #444444;
}

.contact-details .contact-list li .words {
  font-size: 14px;
  font-weight: 500;
  color: var(--blackColor);
  line-height: 18px;
}
.contact-details .contact-list li .words a {
  color: var(--blackColor);
}
.contact-details .contact-list li .words a:hover {
  color: var(--button);
}
.contact-details .contact-list a {
  margin-right: 5px;
}
.contact-details .contact-list a i {
  font-size: 24px;
}
.contact-details .contact-list a .icon-ic_facebook {
  color: #376fe0;
}
.contact-details .contact-list a .icon-ic_twitter {
  color: #41a1f2;
}
.contact-details .contact-list a .icon-ic_instagram {
  color: #f61702;
}
.contact-details .contact-list a .icon-ic_pinterest {
  color: #e61522;
}
.widget {
  margin-bottom: 20px;
  border: 1px solid #e8e8e8;
  padding: 10px 20px 20px;
}
.widget:last-child {
  margin-bottom: 0px;
}


.blogPageList{
  display: flex;
  flex-wrap: wrap;
}
.blogPageList .blogItem {
  position: relative;
  flex: 0 0 468px;
  width: 468px;
  margin-right: 20px;
  margin-bottom: 30px;
  border: 1px solid #E1E1E1;
}
.blogPageList .blogItem:nth-child(2n){
  margin-right: 0;
}
.blogItem .blogImg {
  margin-bottom: 15px;
}
.blogItem .blogContect {
  width: 100%;
  padding: 0 20px 20px;
}
.blogItem .blogImg img{
  width: 468px;
  height: 299px;
  object-fit: cover;
}
.blogItem .blogContect .blogTitle{
  line-height: 32px;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Roboto', 'Open Sans', sans-serif;
  color: var(--balckColor);
  margin-bottom: 10px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.blogItem .blogContect .blogTitle a{
  color: var(--balckColor);
}
.blogItem .blogContect .blogTitle a:hover{
  color: var(--button);
}
.blogItem .blogContect .blogTime{
  font-size: 14px;
  font-weight: 400;
  color: #878787;
  line-height: 19px;
  margin-bottom: 6px;
}
.blogItem .blogContect .blogDesc{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.blogItem .blogContect .blogBtn{
  font-size: 14px;
  font-family: 'Roboto', 'Open Sans', sans-serif;
  font-weight: 500;
  color: var(--button);
  line-height: 17px;
  width: max-content;
}
.blogPagination {
  margin-bottom: 50px;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .blogPageList .blogItem {
    position: relative;
    flex: 0 0 421px;
    width: 421px;
  }
  .blogItem .blogImg img{
    width: 421px;
    height: 269px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blogPageList .blogItem {
    position: relative;
    flex: 0 0 346px;
    width: 346px;
  }
  .blogItem .blogImg img{
    width: 346px;
    height: 233px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blogPageList .blogItem {
    position: relative;
    flex: 0 0 365px;
    width: 365px;
  }
  .blogItem .blogImg img{
    width: 365px;
    height: 221px;
  }
}
@media (max-width: 767px) {
  .blogPageList .blogItem {
    position: relative;
    flex: 0 0 calc(100vw - 30px);
    width: calc(100vw - 30px);
    margin-right: 0;
  }
  .blogItem .blogImg img{
    width: calc(100vw - 30px);
    height: calc(63.93vw - 19.18px);
  }
}

@media (max-width: 991px) {
    .marginLeft0 {
        margin-left: -15px;
    }
}


.blogDetailBanner {
  margin-bottom: 20px;
}
.area-noBg {
  margin-top: 90px;
}
.blogDetailBanner img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}
.blogDetailTitle {
  font-size: 24px;
  font-weight: 600;
  color: #444444;
  line-height: 32px;
  margin-bottom: 4px;
}
.blogDetailTime {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 15px;
}
.blogDetailContect {
  margin-bottom: 30px;
  overflow: auto;
}
.blogDetailContect table{
  border-collapse: collapse;
  border-spacing: 0;
  border: 0.9px solid #CCCCCC;
}
.blogDetailContect table td{
  border: 0.9px solid #CCCCCC;
}
.blogDetailContect video{
  width: 100%;
}
.blogDetailButton {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.blogDetailButton div{
  font-size: 16px;
  font-weight: 600;
  color: #444444;
  line-height: 25px;
  cursor: pointer;
}
.blogDetailButton div:hover{
  color: var(--button);
}
.blogDetailButton div .icon-ic_shop_left{
  margin-right: 5px;
}
.blogDetailButton div .icon-ic_shop_right{
  margin-left: 5px;
}
.blogDetail-share {
  margin-top: 15px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.blogDetail-share label{
  font-size: 16px;
  font-weight: 400;
  color: #444444;
  line-height: 21px;
  margin-right: 10px;
  margin-bottom: 0;
}
.blogDetail-share a{
  margin-right: 7px;
}
.blogDetail-share a i{
  font-size: 24px;
}
.blogDetailButton  .cantClick {
  cursor: not-allowed;
}

@media (max-width: 992px) {
  .blogDetailBanner img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}


.trademarkShadow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.trademarkShadow .trademarkBox {
  position: relative;
}
.trademarkShadow .trademarkBox img {
  max-width: 80vw;
  max-height: 80vh;
}
.trademarkShadow .trademarkBox i {
  position: absolute;
  top: -30px;
  right: -30px;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
}
.aboutMedia{
  /* margin-bottom: 20px; */
}
.slider-about .slick-slide {
  height: 480px;
  position: relative;
}
.slider-about .slider-active .slick-dots {
  width: 200px;
  left: calc(50% - 100px);
}
.aboutMedia img{
  width: 480px;
  height: 480px;
  object-fit: cover;
}
.aboutMedia video{
  width: 480px;
  height: 480px;
  object-fit: cover;
}
.slider-about {
  width: 480px;
  flex: 0 0 480px;
}
.aboutStoryDetail {
  display: flex;
  flex: 1;
  /* height: 480px; */
  height: auto;
  padding: 20px 40px;
  align-items: center;
}
.aboutTitle{
  font-size: 20px;
  font-weight: bold;
  color: var(--button);
  line-height: 25px;
  font-family: 'Roboto', 'Open Sans', sans-serif;
  text-align: center;
}
.row .tagListCommonTitle{
  font-size: 20px;
  font-weight: bold;
  color: var(--button);
  line-height: 25px;
  font-family: 'Roboto', 'Open Sans', sans-serif;
  text-align: center;
}
.row .tagList{
  justify-content: center;
}
.aboutStory{
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.aboutStoryDetail .aboutStoryDetailContect{
}
.aboutStoryDetail .aboutStoryDetailContect .aboutStoryContect{
  /* word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 20;
  -webkit-box-orient: vertical; */
  font-size: 14px;
  font-weight: 400;
  color: #808292;
  line-height: 20px;
}
.aboutStoryDetail .aboutTitle{
  margin-bottom: 16px;
}
.aboutStoryDetail .aboutStoryLine{
  margin-bottom: 30px;
  width: 40px;
  height: 4px;
  background-color: var(--button);
}
.aboutInfo .aboutTitle{
  margin-bottom: 30px;
}
.aboutInfo .aboutInfoList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aboutInfoItemHalf {
  flex: 0 0 49%;
  width: 49%;
}
.aboutInfoItemAll {
  flex: 0 0 100%;
  width: 100%;
}
.aboutInfo .aboutInfoList .aboutInfoItem{
  margin-bottom: 10px;
}
.aboutInfo .aboutInfoList .aboutInfoItem .aboutInfoTitle{
  margin-bottom: 5px;
  color: #666666;
}
.aboutInfo .aboutInfoList .aboutInfoItem .aboutInfoText{
  border: 1px solid #e8e8e8;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 5px;
  color: #444444;
}
.aboutTrademark {
  margin-top: 40px;
  margin-bottom: 40px;
}
.aboutTrademark .aboutTitle{
  margin-bottom: 30px;
}
.aboutTrademark .aboutTrademarkList {
  display: flex;
  flex-wrap: wrap;
}
.aboutTrademark .aboutTrademarkList .aboutTrademarkItem {
  flex: 0 0 305px;
  width: 305px;
  margin-right: 20px;
}
.aboutTrademark .aboutTrademarkList .aboutTrademarkItem img{
  width: 305px;
  height: 214px;
  object-fit: cover;
  cursor: pointer;
}
.aboutTrademark .aboutTrademarkList .aboutTrademarkItem:nth-child(3n) {
  margin-right: 0px;
}
.aboutTrademark .aboutTrademarkList .aboutTrademarkItem .aboutTrademarkName{
  font-size: 13px;
  font-family: 'Roboto', 'Open Sans', sans-serif;
  color: var(--blackColor);
  line-height: 17px;
  margin-top: 16px;
  margin-bottom: 20px;
  text-align: center;
}
.aboutMapTitle {
  margin-bottom: 20px;
}
.aboutMap {
  display: flex;
  width: 100%;
  height: 400px;
  background-color: #eeeeee;
  position: relative;
  margin-bottom: 40px;
}
.mapboxgl-map {
  flex: 0 0 50%;
  width: 50%;
}
.aboutMapDesc{
  flex: 1;
  background: #F2EAE6;
  padding: 17px 10px;
  display: flex;
  align-items: center;
}
.aboutMapDesc .aboutMapDescList {
  width: 100%;
  text-align: center;
}
.aboutMapAddressTitle {
  font-size: 18px;
  font-weight: 800;
  color: var(--blackColor);
  line-height: 23px;
  margin-bottom: 16px;
  text-align: center;
}
.aboutMapAddressText {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.aboutMapDesc .aboutMapButton {
  /* font-size: 14px;
  font-weight: 500;
  line-height: 21px; */
}
.aboutDownload{
  margin-bottom: 30px;
}
.aboutDownload .aboutTitle{
  margin-bottom: 27px;
}
.aboutDownload .aboutStoryContect{
  font-size: 14px;
  color: #808292;
  line-height: 20px;
}
.aboutDownload .aboutDownloadList{
}
.aboutDownload .aboutDownloadList .aboutDownloadItem{
  display: flex;
  justify-content: space-between;
  border: 1px solid #D5D5D5;
  margin-bottom: 5px;
  border-radius: 4px;
}
.aboutDownload .aboutDownloadList .aboutDownloadItem .aboutDownloadFile{
  width: 136px;
  height: 160px;
  background-color: #eee;
}
.aboutDownload .aboutDownloadList .aboutDownloadItem .aboutDownloadButton{
  width: 44px;
  flex: 0 0 44px;
  height: 44px;
  background-color: var(--blackColor);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.aboutDownload .aboutDownloadList .aboutDownloadItem .aboutDownloadButton:hover{
  background-color: var(--button);
}
.aboutDownload .aboutDownloadList .aboutDownloadItem .aboutDownloadButton i{
  color: #ffffff;
}
.aboutDownload .aboutDownloadList .aboutDownloadItem .aboutDownloadName{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 10px;
  font-family: 'Roboto', 'Open Sans', sans-serif;
}
.aboutDownload .aboutDownloadList .aboutDownloadItem a{
  color: #444;
}
.aboutDownload .aboutDownloadList .aboutDownloadItem a:hover{
  color: #fe4847;
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .slider-about .slick-slide {
    height: 430px;
  }
  .aboutMedia img{
    width: 430px;
    height: 430px;
  }
  .aboutMedia video{
    width: 430px;
    height: 430px;
  }
  .slider-about {
    width: 430px;
    flex: 0 0 430px;
  }
  .aboutStoryDetail {
    /* height: 430px; */
    height: auto;
    padding: 20px 30px;
  }
  .aboutStoryDetail .aboutStoryDetailContect .aboutStoryContect{
    -webkit-line-clamp: 16;
  }
  .aboutTrademark .aboutTrademarkList .aboutTrademarkItem {
    flex: 0 0 279px;
    width: 279px;
    margin-right: 12px;
  }
  .aboutTrademark .aboutTrademarkList .aboutTrademarkItem img{
    width: 279px;
    height: 196px;
    object-fit: cover;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider-about .slick-slide {
    height: 355px;
  }
  .aboutMedia img{
    width: 355px;
    height: 355px;
  }
  .aboutMedia video{
    width: 355px;
    height: 355px;
  }
  .slider-about {
    width: 355px;
    flex: 0 0 355px;
  }
  .aboutStoryDetail {
    /* height: 355px; */
    height: auto;
    padding: 20px 20px;
  }
  .aboutStoryDetail .aboutStoryDetailContect .aboutStoryContect{
    -webkit-line-clamp: 13;
  }
  .aboutTrademark .aboutTrademarkList .aboutTrademarkItem {
    flex: 0 0 229px;
    width: 229px;
    margin-right: 12px;
  }
  .aboutTrademark .aboutTrademarkList .aboutTrademarkItem img{
    width: 229px;
    height: 161px;
    object-fit: cover;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-about .slick-slide {
    height: 375px;
  }
  .aboutMedia img{
    width: 375px;
    height: 375px;
  }
  .aboutMedia video{
    width: 375px;
    height: 375px;
  }
  .slider-about {
    width: 375px;
    flex: 0 0 375px;
  }
  .aboutStoryDetail {
    /* height: 375px; */
    height: auto;
    padding: 20px 20px;
  }
  .aboutStoryDetail .aboutStoryDetailContect .aboutStoryContect{
    -webkit-line-clamp: 14;
  }
  .aboutTrademark .aboutTrademarkList .aboutTrademarkItem {
    flex: 0 0 242px;
    width: 242px;
    margin-right: 12px;
  }
  .aboutTrademark .aboutTrademarkList .aboutTrademarkItem img{
    width: 242px;
    height: 170px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .shop-area {
    padding: 20px 0!important;
  }
  .aboutStory {
    display: block;
  }
  .slider-about {
    width: calc(100vw - 30px);
    margin: 0;
  }
  .slider-about .slick-slide {
    height: auto;
  }
  .aboutMedia img{
    width: calc(100vw - 30px);
    height: calc(100vw - 30px);
    object-fit: cover;
  }
  .aboutMedia video{
    width: calc(100vw - 30px);
    height: calc(100vw - 30px);
    object-fit: cover;
  }
  .aboutMedia{
    margin-bottom: 0;
  }
  .aboutStoryDetail{
    background-color: #f5f5f5;
    display: flex;
    flex: 1;
    height: max-content;
    padding: 32px 15px;
    align-items: center;
  }
  .aboutInfoItemHalf {
    flex: 0 0 100%;
    width: 100%;
  }
  .aboutTrademark .aboutTrademarkList {
    justify-content: space-between;
  }
  .aboutTrademark .aboutTrademarkList .aboutTrademarkItem {
    flex: 0 0 calc(50vw - 22.5px);
    width: calc(50vw - 22.5px);
    margin-bottom: 20px;
    margin-right: 0;
  }
  .aboutTrademark .aboutTrademarkList .aboutTrademarkItem img{
    width: calc(50vw - 22.5px);
    height: calc(35.08vw - 17.78px);
  }
  .aboutMap{
    height: max-content;
    display: block;
  }
  .aboutMapDesc{
    position: static;
    padding: 20px 10px;
    border-radius: 0;
    width: 100%;
  }
}

.contactInfo{
  margin-bottom: 40px;
  padding: 60px 0;
  background-color: #F3E7E2;
  display: flex;
  justify-content: space-between;
}
.contactInfo .contactInfoItem{
  flex: 0 0 33.33%;
  text-align: center;
  padding: 0 20px;
  border-right: 1px solid #C3C3C3;;
}
.contactInfo .contactInfoItem:nth-child(3){
  border-right: none;
}
.contactInfo .contactInfoItem i{
  font-size: 18px;
  background-color: var(--button);
  display: flex;
  justify-content: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
  color: #ffffff;
  margin: 0 auto 20px;
  box-shadow: -4px -4px 0px #e3c4b8;
}
.contactInfo .contactInfoItem .contactInfoTitle{
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto', 'Open Sans', sans-serif;
  color: var(--button);
  line-height: 25px;
  margin-bottom: 6px;
}
.contactInfo .contactInfoItem .contactInfoText{
  font-size: 14px;
  font-weight: 500;
  color: #444444;
  line-height: 20px;
}
.contactInfo .contactInfoItem .contactInfoText a{
  color: #444444;
}
.contactInfo .contactInfoItem .contactInfoText a:hover{
  color: var(--button);
}
.contactTitle{
  font-size: 24px;
  font-weight: 600;
  color: #444444;
  line-height: 35px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .contactInfo{
    flex-wrap: wrap;
    padding: 40px 0 0;
  }
  .contactInfo .contactInfoItem{
    flex: 0 0 calc(100vw - 30px);
    width: calc(100vw - 30px);
    margin-bottom: 40px;
    padding: 0;
    border: none;
  }
}