.product-banner div.pro-content {
  margin: 1rem auto;
  max-width: 40.5rem;
}
.product-banner h1 {
  font-size: 50px;
}
.product-banner div.breadcrumbs {
  color: white;
  opacity: 0.7;
  font-size: 15px;
  margin-top: 1rem;
}
.product-banner {
  padding-bottom: 8rem;
  padding-top: 7rem;
  color: white;
}
.product-banner div.pro-content ul.pro-classify li p {
  font-size: 17px;
  margin-top: 1rem;
}
.product-banner div.pro-content ul.pro-classify li div {
  width: 72px;
  height: 72px;
  background-size: 1.8rem 1.8rem !important;
}
.product-banner div.pro-content ul.pro-classify li div.af {
  border: 1px solid white;
}
.products-content,
div.product-custom {
  margin-bottom: 11rem;
  padding: 5rem 0;
}
.products-content div.sidebar,
.product-custom div.sidebar {
  width: 27%;
  padding-right: 3.5%;
}
div.sidebar.default-sidebar strong {
  display: block;
  font-size: 1.35rem;
  margin-bottom: 1rem;
  font-weight: normal;
  text-transform: capitalize;
  background: url(../img/reduce.svg) no-repeat center right;
  transition: 0.3s all ease;
  background-size: 16px;
  background-position-x: 93%;
}
div.sidebar.default-sidebar .widget.hide strong {
  background: url(../img/add.svg) no-repeat center right;
  background-size: 16px;
}
div.sidebar.default-sidebar .widget ul li {
  padding-left: 2rem;
  line-height: 30px;
  color: #838383;
  position: relative;
  cursor: pointer;
  transition: 0.2s all ease;
  font-size: 16px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0.5rem;
}
div.sidebar.default-sidebar .widget ul li::before,
div.sytech_filter .widget.pa_color ul li:before {
  content: '';
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 2px;
  border: 1px solid #dfdfdf;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
div.sidebar.default-sidebar .widget ul li::after,
div.sytech_filter .widget.pa_color ul li:after {
  content: '';
  width: 0.65rem;
  height: 0.65rem;
  background: #b18150;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  border-radius: 2px;
  opacity: 0;
  transition: 0.2s all ease;
}
div.sidebar.default-sidebar .widget.color ul li::after,
div.sytech_filter .widget.pa_color ul li:after {
  background: url(../img/gou.svg) no-repeat center;
  background-color: unset !important;
}
div.sidebar.default-sidebar .widget.color ul li::after,
div.sytech_filter .widget.pa_color ul li.black-color:after {
  background: url(../img/duigou-white.svg) no-repeat center;
  background-color: unset !important;
  background-size: 11px;
}
div.sidebar.default-sidebar .widget.color ul li span,
div.sytech_filter .widget.pa_color ul li span {
  background: white;
  position: absolute;
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 0;
  left: 1px;
  top: 50%;
  transform: translateY(-50%);
}
div.sidebar.default-sidebar .widget ul li.active {
  color: black;
}
div.sidebar.default-sidebar .widget ul li.active::after,
div.sytech_filter .widget.pa_color ul li.active::after,
div.sytech_filter .widget.pa_color ul li:hover::after {
  opacity: 1;
}
.widget-view-all {
  padding-left: 2rem;
  display: inline-block;
  margin-top: 0.5rem;
  text-transform: capitalize;
  font-size: 1.05rem;
  text-decoration: underline;
  cursor: pointer;
  transition: 0.3s all ease;
}
div.sidebar.default-sidebar .widget + .widget {
  padding-top: 1.4rem;
  border-top: 1px solid #dfdfdf;
  margin-top: 2rem;
}
div.sidebar.default-sidebar .widget.color ul li {
  text-transform: capitalize;
}
div.sidebar.default-sidebar .widget.color ul,
div.sytech_filter .widget.pa_color ul {
  max-height: 11.2rem;
  overflow: auto;
}
div.sidebar.default-sidebar .filter input[type='submit'] {
  padding: 0;
  font-size: 13px;
  background: transparent;
  line-height: 24px;
  border: 1px solid #bfbfbf;
  color: #989898;
  width: 5rem;
  border-radius: 3px;
}
div.sidebar.default-sidebar .filter p {
  color: #989898;
}
div.sidebar.default-sidebar .filter p span {
  color: #333333;
}
.filter-price {
  width: 93%;
  margin: 3rem 0;
  position: relative;
}
.filter-price div.bar {
  height: 2px;
  width: 100%;
  background: #cfcfcf;
}
.filter-price span {
  position: absolute;
}
.filter-price span.price-range {
  height: 1.2rem;
  transform: translateY(-50%);
  cursor: pointer;
}
.filter-price span.price-range::before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
}
.filter-price span.price-handle {
  width: 3px;
  height: 1rem;
  background-color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}
.filter-price span.price-handle {
  width: 3px;
  height: 1rem;
  background-color: #333333;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
div.sidebar.default-sidebar .widget:nth-child(1) ul {
  max-height: 12rem;
  overflow: hidden;
  transition: 0.6s all ease;
}
div.sidebar.default-sidebar .widget:nth-child(2) ul {
  max-height: 7rem;
  overflow: hidden;
  transition: 0.6s all ease;
}
div.sidebar.default-sidebar .widget.widget:nth-child(1).active ul {
  max-height: 50rem;
  overflow: hidden;
}
div.sidebar.default-sidebar .widget:nth-child(2).active ul {
  max-height: 50rem;
  overflow: hidden;
}
.product-view h2,
.product-view h2,
.content-area h1.woocommerce-products-header__title {
  font-size: 1.5rem;
  text-transform: capitalize;
  margin-bottom: 0;
  font-weight: normal;
  width: 23vw;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-view .pro-head {
  padding-bottom: 1rem;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 0.8rem;
}
.layout-icon {
  margin-right: 1rem;
  margin-left: auto;
}
.sort {
  font-size: 1.1rem;
}
.product-view div.sort select, .woocommerce .woocommerce-ordering select {
  font-family: inherit;
  border: none;
  font-size: 1.1rem;
  -webkit-appearance: none;
  outline: none;
  color: #9b8051;
  padding: 0 0.6rem 0 0.2rem;
  background: url(../img/select-arrow.svg) no-repeat center right;
  background-size: 1.2rem;
  margin-left: 0.5rem;
  min-width: 7rem;
  text-transform: capitalize;
}
.product-view div.sort select,
.woocommerce .woocommerce-ordering select option {
  font-size: 0.95rem;
}
.product-view ul.products li.product .img,
.product-like ul.products li.product .img,
.buy-together ul.products li.product .img {
  background-color: #f7f8fa;
  margin-bottom: 1rem;
}
.product-view ul.products li.product img,
.product-like ul.products li.product img,
.buy-together ul.products li.product img {
  height: 14.5rem;
  margin: 1.5rem 0 0.5rem;
  margin-top: 0;
}

.product-view ul.products li.product a.cat,
.product-like ul.products li.product a.cat,
.buy-together ul.products li.product a.cat,
.content-area span.catname {
  font-size: 1rem;
  /* margin-bottom: 1rem; */
}
.product-view ul.products li.product p.title,
.product-like ul.products li.product p.title,
.buy-together ul.products li.product p.title,
body.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.2rem;
  font-weight: normal;
}
.product-view ul.products li.product,
.product-like ul.products li.product,
.woocommerce .content-area ul.products.columns-3 li.product {
  padding: 1rem 1.1rem;
  width: 33.33%;
  margin-bottom: 4rem;
  margin-right: 0;
}
.product-view ul.products li.product a.more-btn,
.product-like ul.products li.product a.more-btn,
.buy-together ul.products li.product a.more-btn,
.woocommerce .content-area ul.products li.product a.button {
  font-size: 1rem;
  padding: 14px 10px;
  /* margin-bottom: 0.4rem; */
}
.product-view ul.products.single-type li.product a.more-btn {
  transform: none;
  width: max-content;
  padding: 7px 0;
  width: 172px;
  text-align: center;
  background-color: #333;
  border: 1px solid #333333;
  color: white;
  font-weight: 300;
  display: inline-block;
  margin: 0;
  margin-right: 0.5vw;
}
.product-view ul.products.single-type li.product .btn {
  position: absolute;
  bottom: -4rem;
  opacity: 0;
  transition: 0.3s all ease;
}
.product-view ul.products li.product span.price {
  margin-bottom: 1.3rem;
  font-weight: 600;
}
.product-view ul.products,
.woocommerce .content-area ul.products {
  width: 103.5%;
  margin-left: -1.6%;
}
.product-view span.price_label {
  left: 0.5rem;
  top: 1.4rem;
  padding-right: 1.8rem;
  font-size: 14px;
  line-height: 1.7rem;
}
.product-view .single-type span.price_label {
  left: 0.05rem;
  top: 1.7rem;
}
.product-view ul.products li.product span.statu,
.product-like ul.products li.product span.statu,
.woocommerce .content-area ul.products.columns-3 li.product .onsale {
  top: 2rem;
  left: 1.9rem;
  font-size: 0.95rem;
}
.product-view ul.products.single-type li.product span.statu {
  top: 2.2rem;
  left: 1rem;
}
.product-view .load_more_ajax {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.product-view ul.products.single-type li.product {
  width: 100%;
  padding-left: 340px;
  min-height: 320px;
  padding-bottom: 5rem;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 1.3rem;
  padding-right: 0;
}
.product-view ul.products.single-type li.product:last-child {
  border-bottom: 0;
}
.product-view ul.products.single-type li.product .img {
  width: 295px;
  display: inline-block;
  margin-bottom: 0 !important;
  position: absolute;
  left: 0;
  height: 300px;
}
.product-view ul.products.single-type li.product div.option {
  right: 67.7% !important;
  top: 22px !important;
  z-index: 10;
  opacity: 1;
}
.product-view ul.products.single-type li.product p.title {
  text-align: left;
  padding: 0.6rem 0 0;
  font-size: 1.45rem;
  max-width: 50%;
  min-width: 16rem;
}
.product-view ul.products.single-type li.product span.price {
  text-align: left;
  margin-top: 1.5rem;
  font-size: 1.5rem;
  color: #b68550;
}
.product-view ul.products.single-type li.product a.cat {
  text-align: left;
}
ul.products.single-type span.rate {
  position: absolute;
  top: 2rem;
  right: 19%;
}
.product-view ul.products.single-type {
  width: 100%;
  margin-left: unset;
  margin-bottom: 3rem;
}
ul.products li.product p.excerpt {
  display: none;
}
.product-view ul.products.single-type li.product p.excerpt {
  display: -webkit-box;
  text-align: left;
  font-size: 14px;
  margin-bottom: 3.5rem;
  line-height: 18px;
  min-height: 36px;
  color: #989898;
}
.product-view ul.products.single-type li.product div.color-option {
  top: 52%;
  left: 340px;
  transform: translateY(-50%);
}
.product-view ul.products.single-type li.product div.color-option span::before {
  width: 18px;
  height: 18px;
}
.product-view ul.products.single-type li.product div.color-option span {
  width: 14px;
  height: 14px;
}
ul.products li.product a.white-btn {
  display: none;
}
.product-view ul.products.single-type li.product a.white-btn {
  display: inline-block;
  width: max-content;
  padding: 7px 0;
  width: 172px;
  text-align: center;
  line-height: unset;
  text-align: center;
}
.cancle-transition * {
  transition: none !important;
}

.product-detail {
  padding-top: 9.5rem;
  margin-bottom: 12rem;
}
.product-detail .left {
  width: 40%;
  margin-right: 6%;
}
.product-detail .pro-img {
  position: relative;
}
.pro-img .img-preview .img span {
  background-size: contain !important;
}
.pro-limit-time {
  text-align: center;
  font-size: 15px;
  text-align: center;
}
.pro-limit-time p {
  background: url(../img/time-black.svg) no-repeat center left;
  background-size: 14px !important;
  padding-left: 1.3rem;
  width: max-content;
}
.product-detail .left .pro-limit-time p {
  background: url(../img/time.svg) no-repeat center left;
  margin-right: 0.3rem;
}
.product-detail .left .pro-limit-time {
  position: absolute;
  bottom: 0;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0.6rem 1rem;
  color: white;
  background-color: #222;
  width: 100%;
}
.product-detail .left .pro-limit-time span {
  background: white;
  min-width: 4.8rem;
  line-height: 20px;
  color: #222;
  display: inline-block;
  font-weight: normal;
  text-align: left;
  padding: 0 4px;
  height: 1.2rem;
}
.single-product div.img-preview {
  overflow: hidden;
}
div.product-detail div.img-preview li {
  display: none;
  width: 100%;
  height: 30.4rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
div.product-detail div.img-preview li.active {
  display: block;
}
div.swiper-pro-img ul li {
  height: 5.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 70%;
  transition: 0.2s all ease;
  cursor: pointer;
  border: 1px solid transparent;
  width: 122px;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
}
div.product-img .swiper-btn {
  position: relative;
}
div.product-img .swiper-btn .btn {
  height: 5.5rem;
  bottom: 0;
  top: unset;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
}
.single-product .entry-summary .rating_stars {
  width: 130px;
  height: 22px;
  display: inline-block;
  background: url(../img/stars_empty.svg) repeat-x left;
  background-size: contain;
  min-height: 15px;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.single-product .entry-summary .rating_stars div.rate {
  display: block;
  height: 100%;
  width: 100%;
  background: url(../img/stars_full.svg) repeat-x left;
  background-size: contain;
  padding-top: 0;
  position: relative;
  text-indent: 999px;
  overflow: hidden;
}
.single-product .entry-summary .product_more_infos {
  margin-top: 2.5rem;
}
.single-product .entry-summary .product_more_infos ul {
  display: flex;
  /* max-width: 500px; */
}
.single-product .entry-summary .product_more_infos ul li {
  padding-left: 1.7rem;
  padding-right: 2.5rem;
  position: relative;
  width: min-content;
}
.single-product .entry-summary .product_more_infos ul li a {
  white-space: nowrap;
}
.single-product .entry-summary .product_more_infos ul li:last-child {
  padding-right: 0;
}
.single-product .entry-summary .product_more_infos ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-55%);
  width: 18px;
  height: 18px;
  background: url('../img/prodcut-more-icon-3.svg') no-repeat center/contain;
}
.single-product .entry-summary .product_more_infos ul li:nth-of-type(2):before {
  background-image: url('../img/prodcut-more-icon-1.svg');
}
.single-product .entry-summary .product_more_infos ul li:nth-of-type(3):before {
  background-image: url('../img/prodcut-more-icon-2.svg');
}
.single-product .entry-summary .advantages li {
  padding-left: 2rem;
  margin-bottom: 1rem;
  font-size: 16px;
  position: relative;
  color: #333333dd;
}
.single-product .entry-summary .advantages li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background: url('../img/product-more-icon-5.svg') no-repeat center/contain;
}
.single-product .entry-summary .advantages li:nth-of-type(2):before {
  background-image: url('../img/product-more-icon-4.svg');
}
.single-product .product-nav {
  margin-bottom: 2rem;
  margin-top: 8rem;
}
.single-product .product-nav a {
  padding-bottom: 2rem;
}
.single-product .product-nav a.active {
  border-bottom: 3px solid #0273ff;
  color: black;
  padding: 0 1rem;
}
.single-product .content-area .download_wrapper {
  background-color: rgba(247, 248, 250, 1);
  padding: 7rem 0;
}
.single-product .content-area .download_wrapper h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  color: #333;
}
.single-product .content-area ul.download {
  display: flex;
  justify-content: center;
  column-gap: 1.3%;
  margin-top: 6rem;
}
.single-product .content-area ul.download li {
  width: 24%;
  min-height: 300px;
  box-shadow: 0 0 20px rgb(0 0 0 / 7%);
  padding: 10rem 1.5rem 3.5rem;
  text-align: center;
  transition: 0.3s all ease;
  background-color: white;
  border-radius: 8px;
  position: relative;
  border: 1px solid #97979744;
  transition: all 0.3s ease;
}
.single-product .content-area ul.download li::before {
  position: absolute;
  content: '';
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
  height: 3rem;
  background: url('../img/product-support-4.svg') no-repeat center/contain;
}
.single-product .content-area ul.download li.certificate:before {
  background-image: url('../img/product-support-1.svg');
}
.single-product .content-area ul.download li.safety-data-sheet:before {
  background-image: url('../img/product-support-2.svg');
}
.single-product .content-area ul.download li.faq:before {
  background-image: url('../img/product-support-3.svg');
}
.single-product .content-area ul.download li:hover {
  color: white;
  background-color: #0273ff;
}
.single-product .content-area ul.download li:hover p span {
  display: inline-block;
  color: white;
}
.single-product .content-area ul.download li p span::after {
  display: inline-block;
  position: relative;
  content: '';
  width: 20px;
  height: 11px;
  margin-left: 8px;
  background-image: url(../img/arrow_right_blue_line.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  top: 1px;
}
.single-product .content-area ul.download li:hover p span::after {
  background-image: url(../img/arrow_right_white_line.svg);
}
.single-product .content-area ul.download li.user-manuel:hover::before {
  background-image: url('../img/product-support-4-white.svg');
}
.single-product .content-area ul.download li.certificate:hover:before {
  background-image: url('../img/product-support-1-white.svg');
}
.single-product .content-area ul.download li.safety-data-sheet:hover:before {
  background-image: url('../img/product-support-2-white.svg');
}
.single-product .content-area ul.download li.faq:hover:before {
  background-image: url('../img/product-support-3-white.svg');
}
.single-product .content-area p.contatinfo {
  text-align: center;
  margin-top: 8rem;
  color: #939393;
}
.single-product .content-area p.contatinfo a {
  text-decoration: underline;
  color: #0273ff;
}
.single-product .content-area ul.download li p strong {
  font-size: 20px;
  font-weight: 500;
}

.single-product .content-area ul.download li p span {
  font-size: 14px;
  margin-top: 2rem;
  display: block;
  color: #0273ff;
}
div.product-img .swiper-btn .btn::after {
  display: none;
}
div.swiper-pro-img ul li.swiper-slide-active {
  border: 1px solid #0273ff;
}
div.swiper-pro-img ul li.swiper-slide span {
  background-size: contain !important;
}
div.product-img {
  position: relative;
}
div.product-img div.swiper-pro-img {
  width: 85%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 2.2rem;
}
.product-img .swiper-btn .btn {
  top: -2.6rem;
  left: 0;
  background-size: 8px !important;
}
.product-img .swiper-btn .btn.swiper-button-next {
  left: unset;
  right: 0;
}
.product-detail div.option {
  bottom: 4rem;
  top: unset;
  left: 2rem;
  right: unset;
  height: max-content;
  opacity: 1;
  width: max-content;
}
.product-detail span.price_label {
  background-color: #222;
  left: 0;
  font-size: 1.4rem;
  padding: 0.4rem 1.5rem;
  top: 1.5rem;
}
.product-nav {
  border-bottom: 1px solid #eee;
  margin-top: 10rem;
  width: 100%;
}
.product-nav a {
  margin: 0 2vw;
  font-size: 20px;
  position: relative;
  display: inline-block;
  padding-bottom: 0.6rem;
  color: #999999;
}
.product-nav a::before {
  content: '';
  width: 4.5rem;
  height: 4px;
  background-color: #dab689;
  border-radius: 1px;
  position: absolute;
  bottom: -0.15rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.3s all ease;
}
.product-like .swiper-button-next,
.swiper-button-prev {
  background-image: none !important;
}
.product-like .swiper-button-next:after,
.swiper-button-prev:after {
  --swiper-navigation-color: #0273ff;
  --swiper-navigation-size: 20px;
}
.product-like h2 {
  text-align: left;
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 4rem;
}
.product-like h2 span {
  color: #0273ff;
  text-transform: capitalize;
}
.product-like {
  /* max-width: 1250px;
    margin: 0 auto; */
  text-align: center;
  position: relative;
}
.product-like .swiper-like {
  overflow: hidden;
  width: 102.8%;
  padding: 15px;
  margin-left: -2%;
  margin-top: -15px;
}
.product-like ul.like-part {
  margin-bottom: 6rem;
  /* width: 102.5%;
    margin-left: -1%; */
}
.product-like ul.products li.product {
  width: 25%;
  margin-bottom: 0;
}
.product-detail div.option span {
  width: 20px !important;
  height: 17px !important;
}
.product-detail div.option span + span {
  margin-top: 2rem;
}
.product-detail h1 {
  font-size: 2.4rem;
  font-weight: normal;
  text-transform: capitalize;
  margin: 1.2rem 2vw 1.4rem 0;
}
.product-detail .price {
  color: #b68550;
  font-size: 2rem;
  padding-right: 11%;
  border-right: 1px solid #dfdfdf;
}
.product-detail .price del {
  color: #989898;
  font-size: 15px;
  font-weight: 300;
}
.product-detail .right .top {
  min-height: 30.4rem;
  margin-bottom: 2.5rem;
}
.product-detail .right .pro-limit-time {
  padding-left: 10%;
}
.product-detail .right .pro-limit-time p {
  color: #666;
  font-size: 1rem;
  font-weight: 300;
}
.product-detail .right .pro-limit-time span {
  font-size: 17px;
}
.product-detail .right {
  padding-right: 9%;
}
.product-detail p.excerpt {
  color: #979797bd;
  font-weight: 300;
  font-size: 19px;
  margin: 1.4rem 0 5.5rem;
}
.product-detail strong {
  font-weight: normal;
  display: inline-block;
  font-size: 1.2rem;
  margin-right: 0.8rem;
  min-width: 56px;
}
.pro-colors span {
  background-color: #222;
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #222;
  margin-bottom: -3px;
}
.pro-colors span + span {
  margin-left: 0.8vw;
}
.product-detail .size span {
  padding: 0.1rem 0.6rem;
  border: 1px solid #c7c7c7;
  font-size: 14px;
  border-radius: 3px;
  color: #c7c7c7;
  font-weight: 300;
}
.product-detail .size span + span {
  margin-left: 0.5vw;
}
.product-detail .size {
  margin-top: 0.8rem;
}
.product-detail .size span.active {
  color: #b68550;
  border: 1px solid #b68550;
}
.product-detail .buy > button {
  color: white;
  background: #333;
  border: 1px solid rgba(51, 51, 51, 0.545);
  display: inline-block;
  font-family: inherit;
  font-size: 1.3rem;
  height: 2.8rem;
  width: 8vw;
  border-radius: 4px;
  margin-left: 0.6vw;
  font-weight: 300;
  text-transform: capitalize;
  cursor: pointer;
  transition: 0.3s all ease;
  min-width: max-content;
}
.product-detail .buy > button.add_to_cart {
  color: #b68550;
  border: 1px solid #b68550;
  background-color: transparent;
}
.product-detail .buy {
  margin: 2.5rem 0;
}
.product-detail .gain {
  width: 59%;
  border-radius: 1.3rem;
  border: 1px solid #eeeeee;
  margin-right: 11%;
  padding: 0.8rem 0;
  padding-left: 32%;
  position: relative;
  font-size: 1.05rem;
  color: #666666;
  font-weight: 300;
}
.product-detail .gain img {
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  width: 10rem;
}
.product-detail .app p {
  font-size: 1.05rem;
  text-transform: capitalize;
  padding-left: 1.8rem;
  color: #666;
  background-size: 1rem !important;
  font-weight: 300;
}
#desription .wp-columns:nth-child(odd) .wp-column:first-child {
  width: 53%;
  margin-right: 4%;
}
#desription .wp-columns:nth-child(even) .wp-column:last-child {
  width: 53%;
  margin-left: 4%;
}
#desription .wp-columns:nth-child(even) .wp-column:first-child,
#desription .wp-columns:nth-child(odd) .wp-column:last-child {
  width: 43%;
}
#desription .wp-columns figure {
  text-align: center;
}
#desription .wp-columns figure img {
  max-width: 100%;
}
#desription .wp-columns strong {
  font-size: 3.2rem;
  font-weight: normal;
  margin-bottom: 1rem;
  display: inline-block;
}
#desription .wp-columns p {
  color: #979797;
  font-size: 18px;
  line-height: 30px;
}
#desription .wp-columns {
  margin-bottom: 3rem;
}
#specification h3 {
  border-bottom: 1px solid rgb(203, 203, 203);
  padding-bottom: 16px;
  position: relative;
  cursor: pointer;
  text-transform: capitalize;
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  font-weight: normal;
}
#specification h3:after {
  content: '';
  position: absolute;
  background: url(../img/add.svg) no-repeat center;
  background-size: contain !important;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
#specification h3.active:after {
  background: url(../img/reduce.svg) no-repeat center;
}
#specification h3.train:after {
  animation: move-from-right 0.5s linear;
}
@keyframes move-from-right {
  0% {
    margin-right: -20px;
    opacity: 0;
  }
  100% {
    margin-right: 0px;
    opacity: 1;
  }
}
#specification ul li p {
  display: inline-block;
}
#specification ul li {
  min-height: 30px;
  line-height: 30px;
  width: 50%;
  border-bottom: 1px solid #eee;
  padding: 0.2rem 1rem;
  font-size: 1.2rem;
  color: #979797;
  display: inline-block;
}
#specification ul {
  display: flex;
  padding: 0 2rem;
}
#specification ul li + li {
  padding-top: 0.4rem;
}
#specification ul li p:first-child {
  width: 46%;
  text-transform: capitalize;
  font-size: 15px;
}
#specification ul li:nth-child(odd) {
  border-right: 1px solid #eee;
}
#specification ul li:nth-child(even) {
  padding-left: 2rem;
}
#specification ul li p:last-child {
  color: rgba(0, 0, 0, 0.9);
  font-size: 15px;
}
#specification .spec {
  margin-bottom: 3rem;
}
#specification .spec:not(:first-child) div {
  display: none;
}
#specification .spec div {
  transition: none;
}
#review .review-count {
  width: 16%;
  font-size: 1.1rem;
}
.fliter-select-list li {
  width: 86px;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 3px;
  font-size: 14.5px;
  font-weight: 300;
  border: 1px solid #eee;
  position: relative;
  cursor: pointer;
  color: #333;
  background-color: white;
  transition: all 0.3s ease;
}
.fliter-select-list li::before {
  content: url(../img/close.svg);
  width: 8px;
  position: absolute;
  top: 3px;
  right: 8px;
  visibility: hidden;
}
.fliter-select-list li.active::before {
  visibility: visible;
}
.fliter-select-list li.active {
  background-color: #333333;
  color: white;
}
.fliter-select-list li + li {
  margin-left: 8px;
}
#review .button-black {
  line-height: 38px;
  font-weight: 300;
  font-size: 14px;
  width: 11rem;
}
#review .head {
  padding-bottom: 3.5rem;
  margin-bottom: 2.2rem;
}
#review .avatar {
  width: 16%;
  height: max-content;
  padding-bottom: 3.5rem;
}
#review .comment-review {
  padding-left: 2rem;
  padding-right: 7.5%;
  padding-bottom: 4.5rem;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 3rem;
}
ul.review-attribute {
  width: 29%;
  margin-left: 2rem;
}
#review .publish-time {
  color: #989898;
  margin-left: 1vw;
  font-size: 15px;
}
#review .review-details p.default-title {
  margin: 0.5rem 0 1.5rem;
  font-size: 1.3rem;
}
#review .review-details {
  padding-right: 11%;
}
#review .review-details p.excerpt {
  font-size: 1.1rem;
  line-height: 23px;
  margin-bottom: 1.5rem;
  font-weight: 300;
  color: #666666;
}
.comment-img li {
  width: 170px;
  height: 105px;
  border-radius: 4px;
  overflow: hidden;
}
.comment-img li + li {
  margin-left: 0.8vw;
}
.comment-img li span {
  background-size: cover !important;
  transition: 0.45s all ease;
}
.review-attribute li div {
  display: flex;
  height: 9px;
  margin-top: 12px;
  background-color: #ededed;
  border-radius: 2px;
}
.review-attribute li div span {
  width: 19.7%;
  background-color: #333333;
  border-radius: 2px;
  margin-right: 1px;
}
.review-attribute li div span.active {
  background-color: #ededed;
}
.review-attribute li {
  text-transform: capitalize;
  font-size: 1.05rem;
}
.review-attribute li + li {
  margin-top: 24px !important;
}
/* .content-area>main{
    width: 69.5%;
    margin-left: auto;
} */
.content-area > main::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #dfdfdf;
  position: absolute;
  top: 6.5rem;
  right: 0;
}
.content-area {
  position: relative;
  flex: 1;
  order: 3;
}
body.woocommerce .content-area ul.products li.product a img {
  height: 13rem;
}
.woocommerce-shop #primary main,
.tax-product_cat #primary main {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
.woocommerce-shop #primary .woocommerce-result-count,
.tax-product_cat #primary .woocommerce-result-count {
  margin: 0 1rem;
}
.woocommerce-shop .woocommerce-breadcrumb,
.tax-product_cat .woocommerce-breadcrumb {
  width: 100%;
}
.woocommerce-shop #primary .woocommerce-ordering,
.tax-product_cat #primary .woocommerce-ordering {
  margin: 0;
}
.woocommerce-shop #primary h1,
.tax-product_cat #primary h1 {
  width: 26rem;
}
.woocommerce-shop ul.products,
.tax-product_cat ul.products {
  padding-top: 44px !important;
}
.woocommerce-shop .content-area > main::before,
.tax-product_cat .content-area > main::before {
  visibility: hidden;
}
/* .content-area header.woocommerce-products-header{
    display: inline-block;
    position: relative;
    z-index: 1;
} */
.content-area .woocommerce .woocommerce-breadcrumb {
  float: right;
}
.woocommerce .woocommerce-breadcrumb {
  /* font-family: 'Jost', 'sans-serif'; */
  font-family: inherit;
}
p.woocommerce-notices-wrapper {
  display: none;
}
/* .woocommerce p.woocommerce-result-count, .woocommerce-page p.woocommerce-result-count{
    padding-left: 25vw;
    transform: translateY(-2.1rem);
} */
/* .woocommerce .content-area .woocommerce-ordering{
    transform: translateY(-2.2rem);
    margin-bottom: 0;
} */
.modalreview {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
}
.rmodal .modalreview {
  visibility: visible;
  z-index: 99;
}
.modalreview form {
  position: absolute;
  padding: 5rem 3rem;
  width: 50%;
  max-width: 60rem;
  background: white;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.woocommerce .modalreview div.star-rating span {
  background-image: url('../img/stars_full-black.svg');
}
.single-product .site-main {
  max-width: 1210px;
  margin: 0 auto;
}
.single-product .site-main .maincontent {
  max-width: 1210px;
  margin: 0 auto;
  display: flex;
  margin-bottom: 5rem;
  flex-flow: wrap;
  padding-top: 9rem;
  width: 100%;
}
.single-product .site-main .maincontent .up-sells.upsells.products > h2 {
  font-size: 1.9rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 3rem;
}
.woocommerce.single-product #main div.product div.summary {
  float: unset !important;
}
.single-product .site-main .maincontent .left {
  width: 50%;
  margin-right: 6%;
}
.single-product .site-main .maincontent .summary {
  flex: 1;
}
.single-product .site-main .maincontent .left .img-preview {
  height: 484px;
}
.single-product .site-main .maincontent .left .img-preview ul,
.single-product .site-main .maincontent .left .img-preview ul li {
  height: 100%;
}
.single-product .site-main .maincontent .left .pro-img {
  position: relative;
  border: 1px solid #d1d1d188;
  border-radius: 6px;
}
.single-product .content-area > main::before {
  display: none;
}
.single-product .site-main .maincontent .left span.price_label {
  background-color: #222;
  left: 0;
  font-size: 1.4rem;
  padding: 0.4rem 1.5rem;
  top: 1.5rem;
}
.single-product .limittime {
  position: absolute;
  bottom: 0;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0.6rem 1rem;
  color: white;
  background-color: #222;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
.single-product .limittime span:first-of-type {
  background: url(../img/time.svg) no-repeat center left;
  display: inline-block;
  margin-right: 0.3rem;
  background-size: 14px !important;
  padding-left: 1.3rem;
  width: max-content;
}
.single-product .limittime span.timer {
  background: white;
  min-width: 4.8rem;
  line-height: 20px;
  color: #222;
  display: inline-block;
  font-weight: normal;
  text-align: left;
  padding: 0 4px;
  height: 1.2rem;
  text-align: center;
}
.woocommerce div.product h1.product_title {
  font-size: 2.1875rem;
  font-weight: normal;
  text-transform: capitalize;
  margin: 1.2rem 2vw 1.4rem 0;
  font-weight: 500;
}
.single-product .summary {
  position: relative;
}
.single-product .summary .breadcrumbs {
  display: none;
}
.summary .bottom {
  width: 100%;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #d1d1d1;
}
.single-product .summary .bottom {
  margin-top: 2.5rem;
}
.summary .woocommerce-product-rating a {
  display: none;
}
.single-product .summary .price:not(:first-of-type) {
  color: #b68550;
  font-size: 2rem;
  padding-right: 60px;
  font-weight: 400;
}
.single-product .summary .price:not(:first-of-type) ins {
  font-weight: 500;
  text-decoration: none;
}
.single-product .summary .price:not(:first-of-type) del {
  color: #989898;
  font-size: 15px;
  font-weight: 400;
  opacity: 1;
  margin-left: 10px;
}
.single-product div.product .summary span.price {
  display: flex;
  align-items: flex-end;
}
.single-product div.product .summary span.price del {
  order: 9;
  color: #989898;
  font-size: 15px;
  font-weight: 400;
  opacity: 1;
  margin-left: 10px;
}
.single-product div.product .summary span.price ins {
  color: #0273ff;
  font-size: 2rem;
  font-weight: 400;
  text-decoration: none;
  line-height: 1;
}
.woocommerce.single-product div.product form.cart .variations {
  margin-bottom: 1.5rem;
}
.single-product div.product .summary .stock {
  color: #b18150;
  margin-bottom: 1.5rem;
  display: inline-block;
}
.single-product .summary .pro-limit-time .limittime {
  position: unset;
  padding: 0;
  padding-left: 60px;
  background-color: transparent;
  display: block;
  border-left: 1px solid #dfdfdf;
}
.single-product .summary .limittime span:first-of-type {
  display: block;
  color: #666;
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: 400;
  background-image: url('../img/time-black.svg');
}
.single-product .summary .limittime span.timer {
  font-size: 17px;
}
.single-product .summary p.price .woocommerce-Price-currencySymbol {
  margin-right: 8px;
}
.woocommerce-product-details__short-description {
  color: #7a7a7a;
  font-size: 16px;
  margin: 1.4rem 0 2rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.single-product .summary .quantity input[type='number'] {
  width: 2.3rem;
  border: 1px solid #c7c7c7;
}
.woocommerce.single-product div.product form.cart .button {
  float: unset;
  color: white;
  background: #0273ff;
  border: 1px solid #0273ff;
  display: inline-block;
  font-family: inherit;
  font-size: 16px;
  height: unset;
  width: max-content;
  border-radius: 4px;
  margin-left: 0.6vw;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
  transition: 0.3s all ease;
  min-width: max-content;
  padding: 14.9px 3.7rem;
  z-index: 1;
  line-height: 1;
  position: relative;
}
.woocommerce.single-product div.product form.cart .button:before {
  content: '';
  width: 0;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s all ease;
  border-radius: 3px;
}
.woocommerce.single-product div.product form.cart .button:hover:before {
  width: 100%;
}
.woocommerce.single-product div.product form.cart .button:hover {
  color: #0273ff;
}
.woocommerce.single-product div.product form.cart .button.single_add_to_cart_button {
  color: #999;
  border: 1px solid #999;
  background-color: transparent;
  order: 9;
  /* display: none; */
}
.woocommerce.single-product div.product form.cart .button.single_add_to_cart_button:hover {
  color: white;
  border-color: #333;
}
.woocommerce.single-product div.product form.cart .button.single_add_to_cart_button:hover:after {
  width: 100%;
}
.woocommerce.single-product div.product form.cart .button.single_add_to_cart_button:before {
  background-color: #0273ff;
  left: 0;
  right: unset;
}
.single-product .summary p.price {
  color: #0273ff !important;
  font-size: 2rem !important;
  display: block;
  width: 100%;
  font-weight: 500;
}
.single-product .summary form .social {
  display: none;
}
.single-product .summary .bottom .gain {
  width: 59%;
  border-radius: 1.3rem;
  border: 1px solid #eeeeee;
  margin-right: 11%;
  padding: 0.8rem 0;
  padding-left: 32%;
  position: relative;
  font-size: 1.05rem;
  color: #666666;
  font-weight: 300;
}
.single-product .summary .bottom .gain img {
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  width: 10rem;
}
.single-product .summary .bottom .gain a {
  font-weight: 400;
}
.single-product .summary .bottom .app p {
  font-size: 1.05rem;
  text-transform: capitalize;
  padding-left: 1.8rem;
  color: #666;
  background-size: 1rem !important;
}
.single-product .type-product .wp-block-columns {
  margin-bottom: 1rem;
  align-items: center !important;
}
.single-product .type-product .wp-block-columns h2 {
  font-size: 30px;
  margin-bottom: 1rem;
  display: inline-block;
  line-height: 40px;
  text-align: left;
}
.single-product .type-product .wp-block-columns p {
  color: #979797;
  font-size: 18px;
  line-height: 36px;
}
.single-product .type-product .wp-block-columns div.wp-block-column:nth-of-type(1) {
  flex-basis: unset !important;
  width: 53%;
  margin-right: 6%;
}
.single-product .type-product .wp-block-columns div.wp-block-column:nth-of-type(2) {
  width: 43%;
  flex-basis: unset !important;
}
.single-product
  .type-product
  div.wp-block-columns:nth-of-type(odd)
  div.wp-block-column:nth-of-type(1) {
  width: 43%;
  margin: 0;
}
.single-product
  .type-product
  div.wp-block-columns:nth-of-type(odd)
  div.wp-block-column:nth-of-type(2) {
  width: 53%;
  margin-left: 4%;
}
.single-product .type-product .wp-block-columns div.wp-block-column figure {
  text-align: center;
}
.woocommerce-breadcrumb a:hover {
  color: #0273ff !important;
}
.commentlist {
  width: 100%;
}
.commentlist .comment-review {
  padding-left: 2rem;
  padding-right: 50px;
  padding-bottom: 4.5rem;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 3rem;
}
.commentlist div.comment-review:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.commentlist .comment-review p.avatar {
  width: 16%;
  height: max-content;
  padding-bottom: 3.5rem;
  font-weight: 400;
  background-size: 50px !important;
}
.comment-review .review-details .rate {
  position: unset;
  transform: translate(0, 0);
  background-position: left center;
  z-index: -1;
}
.comment-review .review-details .publish-time {
  color: #989898;
  margin-left: 20px;
  font-size: 15px;
  margin-top: 2px;
}
.comment-review .default-title {
  margin: 0.5rem 0 1.5rem;
  font-size: 1.3rem;
  font-weight: 400;
}
.comment-review p.excerpt {
  font-size: 1.1rem;
  line-height: 23px;
  margin-bottom: 1.5rem;
  color: #666666;
}
.single-product .post_review {
  background-color: #333;
  color: white;
  text-align: center;
  cursor: pointer;
  font-family: 'jost';
  line-height: 38px;
  font-size: 14px;
  width: 11rem;
}
.single-product .post_review:hover {
  color: #333;
  background-color: #333;
  border-color: #333;
}
.modalreview form {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.modalreview form .col2 {
  width: 46%;
}
.modalreview form .full {
  width: 100%;
}
.modalreview form input[type='text'],
.modalreview form textarea {
  padding: 10px 1.2rem;
  font-size: 1rem;
  border: 1px solid #eee;
  font-family: 'jost';
  width: 100%;
  margin-bottom: 1.5rem;
}
.modalreview form input[type='text']::placeholder,
.modalreview form textarea::placeholder {
  color: #ccc;
}
.modalreview form textarea {
  min-height: 150px;
}
.modalreview form .add-rating .add-modal-item div span {
  width: 19.6%;
  margin-right: 0.5%;
  display: inline-block;
  height: 10px;
  background-color: #ededed;
  /* transition: all 0.3s ease; */
  cursor: pointer;
}
.modalreview form .add-rating .add-modal-item div span:last-of-type {
  margin-right: 0;
}
.modalreview form .add-rating .add-modal-item div span.provi,
.modalreview form .add-rating .add-modal-item div span.active {
  background-color: #333;
}
.modalreview form .add-rating .add-modal-item li {
  margin-bottom: 1rem;
}
.modalreview form .full {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modalreview form .full input.sub-btn {
  padding: 10px 2rem;
  font-size: 13px;
  text-transform: uppercase;
  background-color: #333;
  color: white;
  cursor: pointer;
  font-weight: 400;
  height: auto;
  margin-bottom: 0;
  line-height: 1;
  border: 1px solid #333;
}
.comment-topbar {
  padding-bottom: 3.5rem;
  margin-bottom: 2.2rem;
  width: 100%;
}
.comment-topbar .review-count {
  width: 16%;
}
.comment-topbar.no-comment {
  justify-content: center;
  border: none;
}
.comment-topbar.no-comment .review-count {
  display: none;
}
.star_counter {
  display: flex;
  align-items: center;
}
.modalreview form .star_counter .star-rating {
  background: url('../img/stars_empty.svg') repeat-x left center;
  background-size: contain;
  background-position-y: center;
  order: 9;
  margin-left: 1rem;
}
.modalreview form .star_counter .star {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.single-product.woocommerce .maincontent .woocommerce-product-rating .star-rating {
  height: 20px;
  min-height: 20px;
  width: 7.3rem;
  text-indent: -999px;
}
.single-product.woocommerce .maincontent .woocommerce-product-rating .star-rating span {
  text-indent: unset;
}
.single-product .related.products > h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
  font-size: 2.3rem;
  font-weight: 500;
  margin-bottom: 4rem;
}
.single-product .site-main .maincontent h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 4rem;
}
.single-product .site-main .maincontent section {
  width: 100%;
}
ul.products div.loader:before {
  display: none;
}
.single-product .site-main .maincontent {
  max-width: 1300px;
}
.woocommerce.single-product .related.products ul.products li {
  padding: 1rem !important;
  width: 24% !important;
  margin: 0;
}
.woocommerce.single-product .related.products ul.products li a:first-child::before {
  display: none;
}
.woocommerce.single-product .related.products li span.onsale {
  font-size: 0.9rem;
}
.woocommerce.single-product .related.products ul.products li .price ins {
  font-weight: 400;
}
.woocommerce.single-product .star-rating {
  width: 5.7em;
}
.attr-specifictions-content {
  margin-top: 3rem;
  width: 100%;
}
.woocommerce.woocommerce-shop div.loader:before {
  display: none !important;
}
.sytech_filter div.widget strong {
  display: block;
  font-size: 1.35rem;
  margin-bottom: 1rem;
  font-weight: normal;
  text-transform: capitalize;
  background: url(../img/reduce.svg) no-repeat center right;
  transition: 0.3s all ease;
  background-size: 16px;
  padding-bottom: 0;
  cursor: pointer;
}
.sytech_filter {
  /* width: 27%;
    padding-right: 3.5%; */
  width: 100%;
}
.sy_filter_wrap {
  width: 27%;
  padding-right: 3.5%;
}
.sytech_filter div.widget strong:before {
  display: none;
}
.sytech_filter div.widget strong.active {
  background-image: url('../img/add.svg');
}
.sytech_filter div.widget li {
  padding-left: 2rem;
  line-height: 30px;
  color: #838383;
  position: relative;
  cursor: pointer;
  transition: 0.2s all ease;
  font-size: 16px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0.5rem;
}
.sytech_filter div.widget ul.terms li:before {
  content: '';
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 2px;
  border: 1px solid #dfdfdf;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sytech_filter div.widget ul.terms li:after {
  content: '';
  width: 0.65rem;
  height: 0.65rem;
  background: #0273ff;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  border-radius: 2px;
  opacity: 0;
  transition: 0.2s all ease;
}
.sytech_filter div.widget ul.terms li.active:after,
.sytech_filter div.widget ul.terms li:hover:after {
  opacity: 1;
}
.sytech_filter .widget + .widget {
  padding-top: 1.4rem;
  border-top: 1px solid #dfdfdf;
  margin-top: 2rem;
}
.woocommerce .content-area ul.single-type.columns-3 li.product {
  width: 98%;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 1.3rem;
  padding-left: 2%;
  padding-bottom: 1.2rem;
}
.woocommerce .content-area ul.single-type.columns-3 li.product a.woocommerce-loop-product__link {
  display: flex;
}
.woocommerce .content-area ul.single-type.columns-3 li.product a:before {
  visibility: hidden;
}
.woocommerce .content-area ul.single-type.columns-3 li.product a img {
  margin: 0;
  min-height: 300px;
  min-width: 300px;
}
ul.single-type.columns-3 li.product .thumbnail-content {
  margin-right: 45px;
}
.woocommerce .content-area ul.single-type.columns-3 li.product h2 {
  text-align: left;
  padding: 0.6rem 0 0;
  font-size: 1.45rem;
  padding-right: 112px;
}
ul.single-type.columns-3 .custom-infos {
  text-align: left;
  position: relative;
}
.custom-infos .color-option {
  display: none;
}
ul.products.single-type li.product .custom-infos div.color-option {
  display: block;
  position: relative;
  transform: translateX(0);
  top: -30px;
  left: 0;
}
.single-type .thumbnail-content .color-option {
  display: none;
}
ul.single-type.columns-3 li.product .excerpt {
  display: block;
  display: -webkit-box;
  text-align: left;
  font-size: 14px;
  margin-bottom: 3.5rem;
  line-height: 18px;
  min-height: 36px;
  color: #989898;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.woocommerce .content-area ul.single-type.columns-3 li.product span.catname {
  font-size: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
  margin-top: 0.5rem;
}
.woocommerce ul.single-type li.product .price ins {
  font-size: 1.5rem;
  color: #b68550;
}
.woocommerce ul.single-type li.product .price del {
  font-size: 1rem;
  color: #939393;
  font-weight: normal;
}
.woocommerce .content-area ul.single-type.columns-3 li.product .thumbnail-content {
  position: relative;
}
.woocommerce .content-area ul.single-type.columns-3 li.product .thumbnail-content .option {
  right: 10px;
  top: 10px;
  opacity: 1;
}
.woocommerce .content-area ul.products li.product button.button.addtocartbutton {
  display: none;
}
.woocommerce .content-area ul.products.single-type li.product button.button.addtocartbutton {
  display: inline-block;
  margin-top: 0;
  border: 1px solid #333;
  background-color: white;
  width: 172px;
  height: 43px;
  padding: 7px 0;
  color: #333;
  font-weight: 300;
  font-size: 1.15rem;
  display: block;
  margin-top: 1rem;
  transition: all 0.3s ease;
}
.woocommerce .content-area ul.products.single-type li.product button.button.addtocartbutton:hover {
  color: white;
  background-color: #333;
}
.woocommerce .content-area ul.single-type.columns-3 li.product a.button {
  display: inline-block;
  width: max-content;
  padding: 7px 0;
  width: 172px;
  text-align: center;
  line-height: unset;
  text-align: center;
  position: absolute;
  left: 347px;
}
.woocommerce .content-area ul.single-type.columns-3 li.product a.button {
  transform: translateY(-43px);
  display: none;
}
.woocommerce .content-area ul.single-type.columns-3 li.product:hover {
  box-shadow: none;
}
.woocommerce .content-area ul.single-type.columns-3 li.product .star-rating {
  position: absolute;
  top: 18px;
  right: 0px;
  left: unset;
  transform: translateX(0);
}
h2.woocommerce-loop-product__title {
  text-align: center;
}
.order-complete ul.products li.product {
  padding: 15px !important;
}
.order-complete ul.products li.product:hover a.button {
  transform: translateY(0);
}
.summary table.variations tr {
  text-align: left;
  display: flex;
  margin-bottom: 0.7rem;
}
.woocommerce .product .summary form.cart table.variations th label {
  font-weight: normal;
  display: inline-block;
  font-size: 1.2rem;
  margin-right: 0.8rem;
  min-width: 56px;
  font-weight: 400;
}
.woocommerce .product .summary form.cart table.variations td {
  display: flex;
  flex-flow: wrap;
}
.woocommerce .product .summary form.cart table.variations td label{
  margin-bottom: 12px;
}
table.variations td .reset_variations {
  order: 9;
}
.woocommerce .product .summary form.cart table.variations label button {
  padding: 0.2rem 0.6rem;
  border: 1px solid #c7c7c7;
  font-size: 15px;
  border-radius: 3px;
  color: #c7c7c7;
  font-weight: 300;
  background-color: transparent;
  margin-right: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.woocommerce .product .summary form.cart table.variations select#pa_color ~ label button {
  width: 16px;
  height: 16px;
  padding: 0 !important;
  border-radius: 50%;
  text-indent: -9999px;
  position: relative;
  transition: all 0.6s ease;
}
.woocommerce .product .summary form.cart table.variations select#pa_color ~ label.selected button {
  transform: scale(0.8);
}
.single-product div.product .summary .single_variation_wrap .stock {
  display: none;
}

.woocommerce .product .summary form.cart table.variations select#pa_color ~ label button:before {
  content: '';
  width: 22px;
  height: 22px;
  border: 1px solid #333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.6s ease;
}
.woocommerce
  .product
  .summary
  form.cart
  table.variations
  select:not(#pa_color)
  ~ label.selected
  button {
  border-color: #333;
  color: #333;
}
.woocommerce
  .product
  .summary
  form.cart
  table.variations
  select#pa_color
  ~ label.selected
  button:before {
  transform: translate(-50%, -50%) scale(1);
}
.woocommerce-variation-add-to-cart {
  display: flex;
  flex-flow: wrap;
}
.woocommerce.single-product div.product form.cart div.quantity {
  float: unset;
  margin: 0;
}
.woocommerce-variation-add-to-cart .qty_container {
  display: flex;
}
.qty_container button {
  background-color: white;
  border: 1px solid #c7c7c7;
  padding: 0 2px;
  cursor: pointer;
  height: 2.8rem;
  width: 1.6rem;
  border-radius: 3px;
  cursor: pointer;
  font-family: inherit;
  color: #c7c7c7;
}
.qty_container:hover button,
.qty_container:hover input {
  border-color: #333 !important;
  color: #333;
}
.qty_container button.minus {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.qty_container button.plus {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.product-type-simple .entry-summary form.cart {
  display: flex;
}
.product-type-simple .entry-summary form.cart .qty_container {
  display: flex;
}
.single-product div.product.product-type-simple .summary .stock {
  width: 100%;
}
.single.woocommerce div.product form.cart {
  margin-bottom: 0;
}
.tax-product_cat ul.products div.loader,
.woocommerce-shop ul.products div.loader {
  margin-top: 10rem;
}
.woocommerce-pagination {
  visibility: hidden;
}
.woocommerce-shop .woocommerce-products-header,
.tax-product_cat .woocommerce-products-header {
  display: none;
}
.woocommerce-shop .woocommerce-breadcrumb,
.tax-product_cat .woocommerce-breadcrumb {
  width: 50%;
}
.woocommerce-shop .content-area > main::before,
.tax-product_cat .content-area > main::before {
  top: 3.5rem;
  right: 18px;
  width: 97.5%;
}
.tax-product_cat .content-area > main::before {
  top: 3.5rem;
}
.single-product .woocommerce-notices-wrapper {
  margin-top: 3rem;
  margin-bottom: -5rem;
  position: relative;
  z-index: 9;
}
.woocommerce div.product form.cart .variations select#pa_color {
  display: none !important;
}
.single-product #main > .woocommerce-breadcrumb {
  display: none;
}
.single-product nav.woocommerce-breadcrumb {
  padding-right: 30px;
}
.search-no-results #main .woocommerce-info {
  width: 100%;
  margin-top: 5rem;
}
.single-product .product-type-variable .summary .pro-limit-time .limittime {
  padding-left: 0;
  border: none;
}

ul.products li.product:hover div.option {
  right: 26px;
  opacity: 1;
}
ul.products li.product div.option {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.1rem;
}
.woocommerce a.added_to_cart {
  font-size: 14px;
}
ul.products li.product div.option span:hover {
  transform: scale(1.2);
}
ul.products li.product:hover {
  box-shadow: 1px 1px 20px rgb(0 0 0 / 10%);
  z-index: 98;
}
ul.products li.product:hover a.more-btn,
.woocommerce .content-area ul.products li.product:hover a.button,
ul.products li.product:hover a.button {
  transform: none;
}
.single-product.woocommerce ul.products li.first,
.single-product.woocommerce-page ul.products li.first {
  padding-bottom: 1rem;
}
ul.products li.product a.more-btn:hover,
.woocommerce .content-area ul.products li.product a.button:hover,
ul.products li.product:hover a.button:hover {
  color: #0273ff;
  background-color: white;
  transform: none;
}
/* .woocommerce .content-area ul.products li.product {
    position: relative;
}

.woocommerce .content-area ul.products li.product a.button {
    width: 90%;
    transition: bottom .4s ease;
    background-color: #0273ff;
    color: white;
    font-weight: normal;
    padding: 0.9rem 1rem;
    position: absolute;
    bottom: -100%;
    left: 5%;
} */

/* .woocommerce .content-area ul.products li.product:hover a.button {
    bottom: 0.5rem;
} */
span.rate,
ul.products li.product div.star-rating {
  width: 87px;
  height: 15px;
  background: url(../img/stars_empty.svg) repeat-x left;
  background-size: contain;
  min-height: 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5rem;
}

ul.products li.product .star-rating {
  margin: 2rem auto 1rem;
}

ul.products li.product .thumbnail-content span.onsale {
  top: 1.5rem;
  left: 1rem;
  color: #0273ff;
  position: absolute;
}
ul.products li.product .thumbnail-content .color-option {
  top: 14.5rem;
}
ul.products li.product span.statu {
  position: absolute;
  top: 2.2rem;
  left: 2.5rem;
  z-index: 2;
}
ul.products li.product div.img {
  background-color: #f9f9f9;
  margin-bottom: 1.5rem;
}
.swiper-product ul.products li.product div.img {
  height: 360px;
  align-items: center;
}
ul.products li.product img,
body.woocommerce ul.products li.product a img {
  width: auto;
  height: 15rem;
  position: relative;
  /* background-color: #f9f9f9; */
  margin: 0 auto 0;
}
ul.products li.product div.option, .product-detail div.option {
  background-color: white;
  position: absolute;
  top: 25px;
  right: -5rem;
  text-align: center;
  transition: 0.3s all ease;
  opacity: 0;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/* ul.products.hover li.product.swiper-slide-next div.option{
    opacity: 1;
    right: 26px;
} */
ul.products li.product div.option span {
  transition: all 0.5s ease;
}
ul.products li.product div.option span.collection,
.product-detail div.option span.collection {
  width: 2.7rem;
  height: 2.2rem;
  background: url(../img/love.svg) no-repeat center;
  cursor: pointer;
  background-size: 45%;
  display: block;
  margin-top: 0;
}
.collection.like_a_post.active {
  background-image: url('../img/love-pink.svg') !important;
}
ul.products li.product div.option span.pro_cart,
.product-detail div.option span.pro_cart {
  background: url(../img/shopcart.svg) no-repeat center;
  position: relative;
  overflow: hidden;
  width: 2.7rem;
  height: 2.2rem;
  background-size: 45%;
  display: block;
}
ul.products li.product div.option span.pro_cart.loading {
  background-image: url('../img/load.gif');
}
ul.products li.product div.option span.view, .product-detail div.option span.view {
  background: url(../img/compare-icon.svg) no-repeat center;
  background-size: 45%;
  width: 2.7rem;
  height: 2.2rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
ul.products li.product {
  background: white;
  padding: 1.1rem;
  text-align: center;
  transition: 0.4s all ease;
  position: relative;
  overflow: hidden;
}
ul.products li.product a:first-child {
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* position: relative; */
}
ul.products li.product a:first-child::before {
  /* content: ''; */
  width: 89%;
  height: 18.5rem;
  background-color: #f9f9f9;
  position: absolute;
  top: 1.1rem;
  left: 1.1rem;
}
.woocommerce .content-area ul.products.columns-3 li.product a:first-child::before {
  height: 16.5rem;
}
span.price_label {
  display: inline-block;
  position: absolute;
  left: 1rem;
  top: 1.8rem;
  padding-left: 1rem;
  padding-right: 1.5rem;
  padding-top: 5px;
  padding-bottom: 2px;
  z-index: 10;
  clip-path: polygon(100% 0, 85% 50%, 100% 100%, 0% 100%, 0% 100%, 0% 0%);
  line-height: 2rem;
  background: #d6b285;
  color: white;
  font-weight: 400;
  font-size: 16px;
}
span.statu,
.woocommerce span.onsale,
.woocommerce ul.products li.product span.onsale {
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #0273ff;
  display: inline-block;
  margin-bottom: 1.2rem;
  background-color: unset;
  padding: 0;
  font-weight: normal;
  top: 2.2rem;
  left: 2.5rem;
  z-index: 2;
  width: max-content;
  min-width: unset;
  min-height: unset;
  line-height: unset;
}

.widget input.search_in_term {
  width: 100%;
  border: 1px solid #ededed;
  padding: 0.5rem 0.9rem;
  outline: none;
  margin-bottom: 1rem;
}

ul.products li.product p.price ins {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  margin: 0;
  margin-top: 14px;
  margin-right: 0.5rem;
  font-weight: 600;
  font-size: 18px;
  color: #0273ff;
}

.woocommerce ul.products li.product p.price ins {
  font-weight: 600;
}

ul.products li.product .catname {
  font-size: 15px;
  color: #959595;
  text-align: center;

  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

ul.products li.product div.star-rating {
  width: 87px;
  height: 15px;
  display: inline-block;
  background: url(../img/stars_empty.svg) repeat-x left;
  background-size: contain;
  min-height: 15px;
  margin-top: 30px;
}

ul.products li.product .star-rating::before {
  display: none;
}

ul.products li.product div.star-rating span {
  display: block;
  height: 100%;
  width: 100%;
  background: url(../img/stars_full.svg) repeat-x left;
  background-size: contain;
  padding-top: 0;
  position: relative;
  text-indent: 999px;

  overflow: hidden;
}

ul.products li.product .star-rating span * {
  display: none;
}

ul.products li.product .star-rating span::before {
  display: none;
}

.woocommerce .load_more_post_ajax {
  border: 1px solid #dfdfdf;
  line-height: 50px;
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: 500;
  background: transparent;
  border-radius: 4px;
  text-align: center;
  text-transform: capitalize;
  padding: 0 4rem;
  color: #545454;
  display: block;
  margin: 0 auto;
  background: white;
  transition: 0.3s all ease;
  cursor: pointer;
  width: max-content;
}

.woocommerce .load_more_post_ajax:hover {
  /* background-color: ; */
  border-color: #0273ff;
  color: #0273ff;
}

.post-type-archive-product div.widget span.colorlabel {
  transform: translateY(-50%);
  top: 50%;
}

#modal {
  visibility: hidden;
}

body.modal #model {
  visibility: visible;
}

.product-view ul.products li.product p.title,
.product-like ul.products li.product p.title,
.buy-together ul.products li.product p.title,
body.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  font-weight: normal;
  height: 52px;
  margin-bottom: 1.5rem;
  padding: 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
ul.products li.product a.cat,
.catname {
  display: block;
  margin: 0;
  font-size: 1.2rem;
  text-transform: capitalize;
  color: #939393;
}

ul.products li.product a.more-btn,
.woocommerce ul.products li.product a.button,
ul.products li.product a.button {
  display: block;
  width: 100%;
  border: 1px solid #0273ff;
  background-color: white;
  padding: 0.8rem 0;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 3px;
  color: white;
  transform: translateY(95px);
  transition: 0.3s all ease;
  margin-top: -0.2rem;
  position: relative;
  font-weight: normal;
  background-color: #0273ff;
}
ul.products li.product .price, body.woocommerce ul.products li.product .price, body .woocommerce ul.products li.product .price {
  display: block;
  font-size: 21px;
  margin-bottom: 0rem;
  margin-top: 1rem;
  color: #0273ff;
  font-weight: 500;
}
.woocommerce ul.products li.product button,
ul.products li.product button {
  display: none;
}
ul.products li.product span.price ins {
  text-decoration: none;
}

ul.products li.product span.price del {
  font-size: 14px;
  opacity: 0.5;
  color: #979797 !important;
}

ul.products li.product h2.woocommerce-loop-product__title {
  font-size: 1.2rem;
  padding: 0.3%;
  font-weight: normal;
  margin-bottom: 1.4rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 26px;
}

ul.products li.product span.price button.button {
  display: none;
}

div.sidebar.default-sidebar .widget ul li::before,
div.sytech_filter .widget.product_type ul li:before {
  content: '';
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 2px;
  border: 1px solid #dfdfdf;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
div.sidebar.default-sidebar .widget ul li::after,
div.sytech_filter .widget.product_type ul li:after {
  content: '';
  width: 0.65rem;
  height: 0.65rem;
  background: #b18150;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  border-radius: 2px;
  opacity: 0;
  transition: 0.2s all ease;
}
div.sidebar.default-sidebar .widget.color ul li::after,
div.sytech_filter .widget.product_type ul li:after {
  background: url(../img/gou-2.svg) no-repeat center;
  background-color: unset !important;
}
div.sidebar.default-sidebar .widget.color ul li::after,
div.sytech_filter .widget.product_type ul li.black-color:after {
  background: url(../img/duigou-white.svg) no-repeat center;
  background-color: unset !important;
  background-size: 11px;
}
div.sidebar.default-sidebar .widget ul li.active::after,
div.sytech_filter .widget.product_type ul li.active::after,
div.sytech_filter .widget.pa_color ul li:hover::after {
  opacity: 1;
}

div.sytech_filter div.widget span.colorlabel {
  border-radius: 0;
}
.go_comparator {
  display: none;
}
.go_comparator.active {
  display: inline-block;
}

/* ************** */
.compare-wrap{
  position: relative;
  display: none;
}
.compare-wrap.active{
  display: block;
}
/* ************** */

.woocommerce div.product .summary p.price, .woocommerce div.product .summary span.price{
  color: #0273ff;
  font-size: 2rem;
  font-weight: 500;
}
.product-share{
  width: 100%;
  display: flex;
  margin-top: 0.8rem;
}
.product-share a{
  display: inline-block;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  background: url('../img/facebook-b.svg') no-repeat center/contain;
  margin-right: 1.5rem;
  transition: all 0.3s ;
}
.product-share a:hover{
  transform: scale(1.1);
}
.product-share a.twitter{
  background-image: url('../img/twitter-b.svg');
}
.product-share a.pinterest{
  background-image: url('../img/pinterest-b.svg');
}
.summary .bottom {
  width: 100%;
  flex-flow: wrap;
  /* border-top: 1px solid #d1d1d1; */
}
.summary .bottom ul.advantages{
  width: 100%;
}
.variation-img{
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background-color: white;
  display: none;
}
.variation-img img{
  height: 100% !important;
  width: auto !important;
}
.variation-img.active{
  z-index: 1;
  display: block;
}