:root { 
  --title_color: #232323; 
  --theme_color: #333;
}
ul {
  list-style: none;
}
a {
  color: #000000;
  text-decoration: none;
  font-size: 1rem;
}
i {
  font-style: normal;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 1460px;
  margin: 0 auto;
  position: relative;
  padding: 10px;
  overflow: hidden;
}
button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
}
input[type="submit"],
button {
  cursor: pointer;
}
textarea {
  resize: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
}
.center {
  text-align: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
body {
  color: #232323;
  font-family: "Karla", sans-serif;
  overflow-x: hidden;
}

html[lang="cn"] body,
html[lang="cn"] body .ovo-regular,
html[lang="cn"] body .faq-item-title
{
  font-family: "Noto Sans SC", sans-serif;
}

html[lang="cn"] .product_related .buttom_ondowm a{
  display: none!important;
}


.noto-sans-tc{
  font-family: "Noto Sans TC", sans-serif;  
} 
.ovo-regular {
  font-family: "Ovo", serif;
  font-weight: 400; 
}

body.fixed {
  overflow: hidden;
  padding-right: 17px;
}
.only_mobile {
  display: none;
}
.content .content {
  padding: 0;
  max-width: 1220px;
}
.head h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 59px;
}
.button {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: var(--title_color);
  border-radius: 100px;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
  padding: 19px 85px 22px 36px;
  background-color: transparent;
}
.button::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-image: var(--bg_color);
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.button::after {
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  /* background: url(../img/btn-arrow.svg) no-repeat center / contain; */
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  transition: all 0.4s;
}
.button:hover {
  padding: 19px 60.5px 22px;
}
.button:hover::before {
  opacity: 0.14;
}
.button:hover::after {
  transform: translateX(calc(100% + 0.5rem));
}
.button_r {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: var(--title_color);
  border-radius: 100px;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
  padding: 19px 85px 22px 36px;
  background-color: transparent;
}
.button_r::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-image: var(--bg_color);
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.button_r::after {
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  /* background: url(../img/btn-arrow.svg) no-repeat center / contain; */
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  transition: all 0.4s;
  transform: rotate(-45deg);
}
.button_r:hover {
  padding: 19px 60.5px 22px;
}
.button_r:hover::before {
  opacity: 0.14;
}
.button_r:hover::after {
  transform: translateX(calc(100% + 0.5rem));
}
.button_more {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  color: var(--title_color);
  border-radius: 100px;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
  padding: 15.5px 4rem 18.5px 33px;
  background-color: transparent;
}
.swiper-container-horizontal{
  position: relative;
}
.swiper-container-horizontal .swiper-notification.swiper-pagination-bullets{
  position: absolute;
  left: 50%;
  z-index: 99;
  margin-left: -2rem;
  bottom: 2rem;
} 
.swiper-container-horizontal .swiper-notification.swiper-pagination-bullets .swiper-pagination-bullet{
  background-color: transparent;
  border: #000 solid 1px;
  width: 10px;
  opacity: 1;
  height: 10px;
  transition: all .3s;
}
.swiper-container-horizontal .swiper-notification.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
  width: 25px;
  border-radius: 10px;
}

.button_t {
  background-color: #000;
  font-size: 13px;
  border: 2px solid #000;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  transition: all .3s;
  padding: 13px 26px;
}

/* .button_t:hover {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff!important;
} */

.button_more::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-image: var(--bg_color);
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.14;
}
.button_more::after {
  content: '';
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  /* background: url(../img/btn-arrow.svg) no-repeat center / contain; */
  position: absolute;
  top: 7px;
  right: 7px;
  transition: all 0.4s;
  transform: rotate(-45deg);
}
.button_more:hover {
  padding: 15.5px 48.5px 18.5px;
}
.button_more:hover::before {
  opacity: 1;
}
.button_more:hover::after {
  transform: translateX(calc(100% + 0.5rem));
}
.swiper_btns {
  display: flex;
}
.swiper_btns div {
  width: 1rem;
  height: 30px;
  background: url(../img/arrow-w.svg) no-repeat center / contain;
  transition: all 0.3s;
  cursor: pointer;
}
.swiper_btns div.swiper-button-disabled {
  cursor: default;
  opacity: 0.68;
}
.swiper_btns .btn_next {
  transform: rotate(180deg);
}
.swiper_btns.middle { 
  width: 98%;
  position: absolute;
  left: 50%;
  top: 50%; 
  z-index: 2;
  justify-content: space-between;
}
.swiper_btns.middle div {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}
.swiper_btns.middle .btn_next {
  left: unset;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.swiper_btns.small {
  max-width: 1766px;
  transform: translateX(-50%);
}
.swiper_btns.small div {
  width: 12px;
  height: 22px;
}
.swiper_btns.full {
  gap: 42px;
}
.swiper_btns.full.middle {
  max-width: 1675px;
}
.swiper_btns.full div {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: url(../img/arrow-w.svg) no-repeat center / 15%;
  background-color: var(--title_color);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--title_color);
}
.swiper_btns.full div.swiper-button-disabled {
  background-image: url(../img/arrow-b.svg);
  cursor: default;
  background-color: transparent;
  border-color: #b1b1b1;
  opacity: 1;
  box-shadow: none;
}
.swiper_btns.full div.swiper-button-disabled:hover {
  border-color: #b1b1b1;
  background-color: transparent;
}
.swiper_btns.full div:hover {
  border-color: var(--theme_color);
  background-color: var(--theme_color);
}
.swiper_btns.black div {
  background-image: url(../img/arrow-b.svg);
}
.swiper_coupon{
  height: 35px;
  overflow: hidden;
}
header {
  position: sticky;
  width: 100%;
  left: 0;
  top: -105px;
  z-index: 998;
  transition: all 0.3s; 
}
header.sticky {
  background-color: #fff;
  top: 0;
  box-shadow: 0px 0px 10px #eee;
}
header.sticky .header_top {
  transform: translateY(-100%);
  /* pointer-events: none; */
}
.header_top{
  height: 35px;
  font-size: 15px; 
  background-color: #000; 
} 
.header_top li.swiper-slide{
  height: 35px; 
}
.header_top li.swiper-slide .flex{
  height: 100%;
}
.header_top li.swiper-slide a{
  display: block;
  height: 100%;
  width: 100%; 
}
.header_top p{
  color: #d0d0d0;
}
.header_top p strong {
  display: inline-block;
  margin-right: .5rem;
}
header .header_main {
  border-bottom: rgba(255,255,255,.5) solid 2px;
  height: 70px;
  max-height: 70px;
}
header .header_main .logo_center{
  margin-left: 0rem;
}
header .header_main .flex nav{
  min-width: 400px;
}
header .header_main .logo_center img{
  width: 130px;
  margin-left: -1.5rem;
}
header .header_main nav >div > ul{ 
  display: flex; 
}
header .header_main nav >div > ul > li{
  position: relative;
}
header .header_main nav >div > ul > li > a{
  color: #fff;
}
header.sticky .header_main nav >div > ul > li > a{
  color: #000;
  font-weight: 600;
}
header.sticky .header_action_right{
  color: #000;  
  font-weight: 500;
  min-width: 400px;
  justify-content: right;
}
header.sticky .header_action_right .header_select i{
  filter: brightness(0.2);
}
header.sticky .header_action_right .header_select span{
  font-weight: 500;
  color: #333;

}
header .header_main > div{
  max-width: calc(100% - 4rem);
  margin: auto;
}
header .header_main nav >div > ul > li  {
  padding: .5rem 1rem;
  display: block;
  font-size: 15px;
}
header .header_main nav >div > ul > li a{
  display: block;
  font-size: 15px;
  padding: .5rem 0;
}
header .header_main nav >div > ul > li.active a{
  border-bottom: 2px solid #fff;  
}
header.sticky .header_main nav >div > ul > li.active a{
  border-bottom: 2px solid #000;  
}
header .header_main nav >div > ul > li > ul a{
  color: #000;
  transition: all .3s;
}
header .header_main nav >div > ul > li > ul a:hover {
  opacity: .7;
}

header  nav div > ul > li:hover ul {
  visibility: visible;
  max-height: 100rem;
  opacity: 1;
  transform: translate(0);
}
.product_preview .content > .flex > .right .product_infomation> .flex .flex1,
.product_preview .content > .flex > .right .product_infomation .label_number,
.product_preview .content > .flex > .right .product_infomation .quantity_calculation{
  display: none!important;
}
header nav div > ul > li ul {
  left: -1.5rem;
  position: absolute;
  min-width: 10rem; 
  background: white; 
  padding: 1rem 1.5rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: block;
  visibility: hidden;
  overflow: hidden;
  /* max-height: 0; */
  opacity: 0;
  transform: translateY(-1rem);
  transition: all .3s;
}
header nav div > ul > li ul li {
  margin-bottom: 0.2rem;
  transition: all .4s;
  transform: translateY(-1rem);
}
header nav div > ul > li:hover ul li {
  transform: translate(0);
}
header  nav div > ul > li ul li a {
  white-space: nowrap;
  display: block; 
  transition: all 0.2s ease;
  border-radius: 0.625rem;
  font-size: 15px;
  margin-bottom: .5rem; 
}
header .header_action_right {
  gap: 1rem;
  color: #fff;
}
header .header_action_right .header_icon a{
  color: #fff;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header_action_right .header_user_icon a img{
  width: 95%;
  height: 95%;
}
header .header_action_right a img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: brightness(200);
}
header .header_main {
  position: relative;
  z-index: 2;
}
header .header_main .flex {
  background-color: #fff;
}
.home header .header_main .flex {
  background-color: transparent;
}
header .header_action_right .header_select .header_select_model {
  transform: translate(0);
}
header .header_action_right .header_select:hover .header_select_model {
  visibility: visible;
  max-height: 100rem;
  opacity: 1;
  transform: translateY(2.8rem);
  z-index: -1;
}
header .header_action_right .header_select_model {
  left: 0rem; 
  position: absolute;
  min-width: 14rem;
  background: white;
  padding: 1rem 1.5rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: block;
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-2rem);
  transition: opacity 0.3s, transform 0.3s;
}
.home header .header_action_right .header_select_model {
  transform: translateY(2rem);
}
header .header_action_right .header_select_model ul {
  padding-top: 1rem;
}
header .header_action_right .header_select_model ul li a{
  display: block;
  font-weight: bold;
  padding-bottom: .5rem;
  font-size: 15px;
  transition: all .3s;
}
header .header_action_right .header_select_model ul li a:hover {
  opacity: .7;
}
header .header_action_right .header_select_model a{
  color: #000;
}
header .header_action_right .header_select{ 
  display: flex;
  position: relative;
  padding: 1.5rem 0;
  cursor: pointer;
  padding-right: 20px;
}
header .header_action_right .header_select span{
  font-weight: 300;
}
.home_banner{
  margin-top: -80px;
}
section.home_banner,
.home_banner_swiper{
  height: 1100px;  
}

header .header_action_right .header_select i {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/dollar.svg);
  background-position: center;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
}
header .header_action_right .header_select i.icon_wanlop{
  background-image: url(../img/wanglo.svg);
  margin-right: .5rem;
}
header .header_action_right .header_select::after{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(../img/arrow-w.svg);
  position: absolute;
  right: 2px;
  top: 30px; 
  transform: rotate(-90deg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
header .header_action_right .header_search{
  cursor: pointer;
}
header .header_action_right .header_search input[type="text"]{
  background-color: transparent;
  color: #fff;
  border-bottom: 1px solid #fff;
  width: 120px;
  padding: .5rem 0;
  transition: all 0.3s;
  cursor: pointer;
  pointer-events: none;
}
header.sticky .header_action_right .header_search input[type="text"]{
  font-weight: 500;
  color: #000;
  border-bottom: 1px solid #000;
  margin-right: 5px;

}

header .header_action_right .header_search input[type="text"]::placeholder{
  opacity: 1;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}
header.sticky .header_action_right .header_search input[type="text"]::placeholder{
  font-weight: 500;
  color: #000;
}
header .header_action_right .header_search input[type="submit"]{
  background-color: transparent;
  text-indent: -999px;
  overflow: hidden; 
  background-image: url(../img/header-search.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height:24px; 
}
header.sticky .header_action_right .header_search input[type="submit"]{
  font-weight: 500;
  filter: brightness(.2);
}

header .header_action_right .header_cart_icon{
  margin-right: 1.2rem;
} 
header.sticky .header_action_right a img, header.sticky .header_action_right span img,
header.sticky .header_action_right .header_select::after{
  filter: brightness(0);
} 
header.sticky .logo img{
  filter: brightness(0);
}
.header_mean{
  display: none;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 140px;
  z-index: 149;
  width: 100%;
}
.header_mean .content{
  max-width: calc(100%) !important;
  padding: 50px 2.5rem;
  background: #fff;
}
.header_mean .content .mean_item .image{
  margin-bottom: 1.5rem;
  overflow: hidden;
  aspect-ratio: 271/182;
  width: 100%;
  border-radius: 8px; 
}
.header_mean .content .mean_item:hover .image img{
  transform: scale(1.1);
}
.header_mean .content .mean_item .image img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.header_mean .content .mean_item .mean_name{
  font-size: 23px;
  display: block;
  margin-bottom: .8rem;
}
.header_mean .content .mean_item .mean_name a{
  font-size: 23px; 
}
.header_mean .content .mean_item ul li a{
  display: block;
  color: #000;
  margin-bottom: .6rem;
  font-weight: 500;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.header_mean .content .mean_item ul li a:hover{
  color: #333;
  border-color: #333;
}
.header_mean .content .header_mean_list {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 2rem;
}
footer{
  background-color: #000;
  color: #ffffffd8; 
  padding: 120px 0 1rem;
}
footer a{
  color: #ffffffd8; 
  transition: all .3s;
}
footer a:hover {
  color: #fff;
}
footer .content{
  max-width: 1750px; 
}
footer .content ul li strong{
  font-size: 22px;
  margin-bottom: 1.2rem;
  display: block;
  width: 150px;
}
footer .content ul li ul li a{
  display: block;
  margin-bottom: 1rem;
}
footer .content > ul > li:last-child p{
  line-height: 25px;
  margin-bottom: 1.5rem;
}
footer .content > ul > li:last-child .subscribe_box{
  position: relative;
}
footer .content > ul > li:last-child .subscribe_box input[type="email"]{ 
  background-color: transparent;
  padding: 1rem 1.5rem;
  font-size: 16px;
  border: #ffffffa8 solid 2px;
  border-radius: 8px;
  min-width: 330px;
  color: #ffffffd8;
}
footer .content > ul > li:last-child .subscribe_box input[type="email"]::placeholder{
  color: #ffffffd8; 
}
footer .content > ul > li:last-child .subscribe_box input[type="submit"]{
  position: absolute;
  top: 20px;
  left: 292px;
  background-color: transparent;
  width: 13px;
  height: 13px;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  background-image: url(../img/arrow-w.svg);
} 
footer .copyright .social {
  margin-top: 5rem;
}
footer .copyright .social ul{ 
  margin: 1rem 0;
  gap: .8rem;
}
footer .copyright .social a {
  transition: all .3s;
  display: block;
}
footer .copyright .social a img {
  vertical-align: top;
}
footer .copyright .social a:hover {
  transform: scale(1.2);
}
footer .copyright .footer_text{
  margin-bottom: 1rem;
  font-size: 12px;
}
footer .copyright .footer_text a{
  font-size: 12px;
  display: inline-block;
  position: relative;
}
footer .copyright .footer_text a:after{
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  background-color: white;
  transition: all 0.3s;
}
footer .copyright .footer_text a:hover:after{
  width: 100%;
}
footer .copyright .footer_text a + a{
  margin-left: 9px;
}
footer .copyright .footer_select{
  margin-top: 2rem;
  margin-bottom: 3rem;
}
footer .copyright .footer_select{
  gap: 1rem;
}
footer .copyright .footer_select select:nth-child(1){
  background-position: 270px center ;
  min-width: 303px;
}
footer .copyright .footer_select select:nth-child(2){
  background-position: 160px center ;
  min-width: 150px;
}
footer .copyright .footer_select select{
  background-color: #fff;
  padding: .8rem 1.5rem;
  border-radius: 5px;
  font-size: 14px;
  position: relative;
  background-image: url(../img/arrow-down.png);
  background-size: 15px;
  background-repeat: no-repeat;
} 

.products .product{
  position: relative;
}
.products .product a:hover .product_image {
  transform: scale(1.05);
}

.products .product .product_image.has_image_tag{
    padding-top: 0;
}
.products .product .product_image.has_image_tag img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products .product .pos_tags {
  display: flex;
  flex-direction: column;
  width: 50px;
  position: absolute;
  right: 0;
  gap: .5rem;
}
.products .product .pos_tags .tag{
  padding: .5rem;
  border-radius: 5px;
  background-color: #000;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.products .product .pos_tags .tag.hot{
  background-color: rgb(180,39,25);
}
.products .product .product_image{
  width: 100%;
  padding-top: 0;
  aspect-ratio: 1;
  margin-top: 0;
  /* filter: brightness(.97); */
  background-size: cover; 
  background-position: center;
  background-repeat: no-repeat;
  transition: all .5s;
}
.shop_product_list .products{
  gap: 1rem 4%;
}

.products .product .product_variantes{
  margin: 1rem auto 1rem;
  display: flex;
  justify-content: center;
}
.products .product .product_variantes ul{
  gap: .4rem;
}
.products .product .product_variantes ul li{
  border: #999 solid 1px; 
  border-radius: 50%;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products .product .product_variantes ul li span{
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #000;
  background-image: url(../img/scarlet.webp);
  background-size: cover;
}
.products .product .product_variantes ul li:nth-child(odd) span{
  background-image: url(../img/newpdt_brtste_atpk_thumbnail.webp);

}
.products .product strong.title{
  text-align: center;
  display: block;
  color: #000; 
  font-weight: bold;
  line-height: 22px;
  max-width: 85%;
  margin: auto; 
}
.products .product strong.subtitle{
  font-size: 13px;
  margin-top: 0;
  margin-bottom: .6rem;
}
.products .product div.price_box del{
  font-size: 15px;
  color: #777;
}
.products .product div.price_box ins{
  display: block;
  order: 2;
  font-weight: bold;
  font-size: 18px;
  margin: .3rem 0; 
  text-decoration: none;
}
.products .product div.price_box .price{
  display: flex;
  text-align: center;
  flex-direction: column;
}
.products .product .product_note{
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #a00;
  margin-top: .3rem;
}
.breadcrumbs a, .breadcrumbs span{
  font-size: 13px;
  font-weight: 500;
  transition: all .3s;
}
.breadcrumbs a:hover {
  opacity: .6;
}
.button_blank{
  background-color: #000;
  font-size: 17px;
  padding: 12.4px 22px;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  transition: all .3s;
  border: 2px solid #000;
}
.button_blank:hover {
  background-color: transparent;
  color: #000;
}
.link_box{
  text-align: center;
  margin-top: 3rem;
}
.link_box a.button_trand{
  background-color: transparent;
  font-size: 17px; 
  border-radius: 2px;
  color: #000;
  font-weight: 600;
  border-bottom: #000 solid 2px;
  display: inline-block;
  transition: all .3s;
}
.link_box a.button_trand:hover {
  border-color: transparent;
}

.cart_open .custom_modal{
  padding-left: 20%;
} 
.custom_modal{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0; 
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100000; 
    transition: all .3s;
    opacity: 0;
} 
.custom_pop_box.active .custom_modal {
  opacity: 1;
}
.custom_modal .custom_modal_content{
  background-color: #fff;
  z-index: 10;
  position: relative; 
  height: auto;
  top: -150%;
  min-width: 50%;
  transition: all .3s;
  min-height: 50%;
  padding: 43px;
  border-radius: 12px; 
}

.custom_pop_box.active .custom_modal .custom_modal_content{
  top: -0%; 
}

.custom_modal .custom_modal_content .left{
  flex: 1;
  display: flex;
  justify-content: center;
  overflow: hidden;
  align-items: center;
} 
.custom_modal .custom_modal_content .custom_modal_box > .flex{
  gap: 35px;
} 
.custom_modal .custom_modal_content .canvas_content{
  border: #ccc solid 2px;
  display: flex;
  justify-content: center;
}
.custom_modal .custom_modal_content .canvas_content.loading::before{
  background-color: rgba(255, 255, 255, 1);
}
.custom_modal .custom_modal_content .custom_modal_head strong{
  font-size: 35px;
  margin-bottom: .5rem;
  display: block;
}
.custom_modal .custom_modal_content .custom_modal_head p{
  font-size: 14px;
  margin-bottom: 2.2rem;
} 
.custom_modal .custom_modal_content .right{
  width: 345px; 
} 
.custom_modal .custom_modal_mask{
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;   
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9; 
}
.custom_modeal_template1 .input_fill_list .flex{
  margin-bottom: .6rem;
}
.custom_modeal_template1 .input_fill_list input{
  padding: .7rem 1rem;
  border-radius: 5px;
  border:#666 solid 1px;
  width: 100%; 
} 
.custom_modeal_template1 .input_fill_list button{
  margin-left: .6rem;
  color: #000;
  font-weight: 600;
  padding: 0 14px;
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid #000;
  transition: all .3s;
  white-space: nowrap;
}
.custom_modeal_template1 .input_fill_list div[data-path] button{

}
.custom_modeal_template1 .input_fill_list button.image_icon_pop{
  width: 100%;
  padding: .5rem;
  margin-left: 0;
}

.custom_modeal_template1 .input_fill_list button:hover {
  background-color: transparent;
  color: #000;
}
.custom_font{
  margin-bottom: 1rem;
}
.custom_font strong{
  display: block;
  margin-bottom: .5rem;
}
.filter_icon{
  display: none!important;
}
.custom_font .fonts_list ul{
  gap: .4rem;
  flex-wrap: wrap;
  max-height: 85px; 
  overflow: hidden;
}
.custom_font .fonts_list ul li{
  width: 38px;
  height: 38px;
  text-align: center;
  cursor: pointer;
  line-height: 38px;
  border: #ccc solid 1px;
  transition: all .3s;
}
.custom_font .fonts_list ul li.active, .custom_font .fonts_list ul li:hover{
  border-color: rgb(248,163,0);
} 
.custom_icon strong{
  display: block;
  margin-bottom: .5rem;
}
 .custom_icon .icon_category ul {
  gap: 5px 1rem;
    flex-wrap: wrap;
}
 .custom_icon .icon_category{ 
  font-size: 14px;
}
 .custom_icon .icon_category > span{
  color: #999;
  text-decoration: underline;
  transition: all .3s;
  cursor: pointer;
}
 .custom_icon .icon_category > span:hover,
 .custom_icon .icon_category > span.active
  {
  color: #000;
}

 .custom_icon .icon_category li {
  cursor: pointer;
  transition: all .3s;
  border-bottom: transparent solid 1px;
}
.custom_icon .icon_category li span{
  overflow: hidden;
  text-overflow: ellipsis; 
  white-space: nowrap;  
}
 .custom_icon .icon_category li.active, .custom_icon .icon_category li:hover{
  border-bottom: rgb(248, 163, 0) solid 1px;
}
 .custom_icon .icon_item{ 
  border: #ccc solid 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: .5rem;
  align-items: center;
  cursor: pointer;
}
 .custom_icon .icon_item img{
    width: 40px;
    height: 40px;
    display: block;
}
.custom_icon .icon_item span.price_icon{
  font-size: 12px;
  display: block; 
  margin-top: .2rem;
}
 .custom_icon .custom_icon_list ul.flex{
  flex-wrap: wrap;
  margin: .8rem 0 1rem;
  gap: .4rem;
  max-height: 195px;
  overflow: auto;
}
 .custom_icon .custom_icon_list ul li.active,  .custom_icon .icon_item:hover{
  border-color: rgb(248,163,0);
}
 .custom_icon .custom_icon_list ul.flex::-webkit-scrollbar {
  width: 3px;
  height: 8px;
} 
 .custom_icon .custom_icon_list ul.flex::-webkit-scrollbar-track  {
  background-color: rgb(235,235,235);
  width: 3px;  
}  
 .custom_icon .custom_icon_list ul.flex::-webkit-scrollbar-thumb  {
  background-color: rgb(107,107,107); 
}

.custom_price .flex{
  justify-content: right;
  align-items: center;
  font-size: 14px;
}

.custom_price img{  
  margin-left: 5px;
}

.custom_price .flex strong{
  margin-bottom: 0;
  font-size: 18px;
  display: block;
  margin-left: 2rem;
}

.custom_finished {
  margin-top: 1.2rem;
  display: flex;
  justify-content: space-between;
}

.custom_finished button.finished_custom{
  background-color: #4AB962;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  width: 100%;
  display: flex;
  gap: .5rem;
  justify-content: center;
  padding: 10.5px 78px;
  transition: all .3s;
  border: 2px solid #4AB962;
}

.custom_finished button.cancel_image{
  background-color: rgb(130,130,130);
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  width: 100%;
  display: flex;
  gap: .5rem;
  justify-content: center;
  padding: 10.5px 78px;
  transition: all .3s;
  border: 2px solid #000000;
}

.custom_finished button.finished_custom:hover {
  background-color: transparent;
  color: #000;
}
.custom_finished button.finished_custom:hover img{
  filter: brightness(0);
}
.custom_finished button.cancel_custom{
  font-weight: bold;
  display: none;
  background-color: transparent;
  font-size: 15px;
} 
.custom_modeal_template2 .custom_pattern{ 
}
.custom_modeal_template2 .custom_pattern strong{
  display: block;
  margin-bottom: .2rem;
}
.custom_modeal_template2 .custom_pattern .custom_sub_title{
  font-size: 15px;
}
.custom_modeal_template2 .custom_pattern ul {
  flex-wrap: wrap;
}
.custom_modeal_template2 .custom_pattern ul li {
  width: 32%;
  opacity: .5;
  transition: all .3s;
}
.custom_modeal_template2 .custom_pattern ul li.active, .custom_modeal_template2 .custom_pattern ul li:hover{
  opacity: 1;
}
.custom_modeal_template2 .custom_pattern .pattern_list{
  max-height: 220px;
  margin-top: .5rem;
  overflow: auto;
}
.custom_modeal_template2 .custom_pattern ul li img{
  width: 90%;
}

.custom_modeal_template2 .custom_pattern .pattern_list::-webkit-scrollbar {
  width: 3px;
  height: 8px;
} 
.custom_modeal_template2 .custom_pattern .pattern_list::-webkit-scrollbar-track  {
  background-color: rgb(235,235,235);
  width: 3px;  
}  
.custom_modeal_template2 .custom_pattern .pattern_list::-webkit-scrollbar-thumb  {
  background-color: rgb(107,107,107); 
}
.custom_modeal_template2 .custom_input_type input{
  width: 100%;
  border:#666 solid 1px;
  margin: 1rem 0;
  padding: .8rem 1rem;
  border-radius: 10px;
}
.font_color_list ul {
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
  gap: .5rem;
  margin-top: .5rem;
  margin-left: .5rem;
}
.font_color_list ul li.color_item span{
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
  border-radius: 50%;
  border: #eee solid 1px
}
.font_color_list ul li.color_item.active span{
  outline: 4px solid #eee;
}

.custom_modeal_template3 ,
.custom_modeal_template3 .flex
{
  height: 100%;
}
.custom_modeal_template3 .flex{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.custom_modeal_template3 .flex strong{
  font-size: 16px; 
}
.custom_modeal_template3 .flex button{
  color: #fff;
  background-color: #000;
  width: 100%;
  padding: .675rem 1rem;
  border-radius: 5px;
  margin-top: .5rem;
  font-size: 15px;
  border: 2px solid #000;
  transition: all .3s;
}
.custom_modeal_template3 .flex button:hover {
  background-color: transparent;
  color: #000;
}
.custom_engraving_content .flex{
  margin: .5rem 0;
}
.custom_engraving_content textarea{
  border: #666 solid 1px;
  height: 80px;
  margin-right: 1rem;
  padding: 1rem;
  border-radius: 5px;
  width: 100%; 
}
.custom_engraving_content button{ 
  display: inline-block;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  height: 35px;
  padding: 0 .675rem;
  border: 2px solid #000;
  transition: all .3s;
}
.custom_engraving_content button:hover {
  background-color: transparent;
  color: #000;
}
.custom_engraving strong{
  margin-bottom: .5rem;
  display: block;
}
.custom_ajust_pis{
  text-align: center;
  margin: 1rem 0;
}
.custom_ajust_pis strong.center{
  font-size: 15px;
  text-align: center;
  display: block;
  margin-bottom: .5rem;
}
.custom_ajust_pis .ajust_action_list {
  max-width: 80%;
  margin: 0 auto;
  justify-content: center;
}
.custom_ajust_pis .ajust_action_list ul {
  gap: .6rem;
  flex-wrap: wrap;
}
.custom_ajust_pis .ajust_action_list ul:nth-child(1){
  max-width: 200px;
}

.custom_ajust_pis .ajust_action_list ul li{
  width: 36px;
  font-size: 12px;
  cursor: pointer;
  height: 36px;
  background-color: rgb(235,235,235);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: all .3s;
  position: relative;
}

.custom_ajust_pis .ajust_action_list ul li::after{
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
}

.custom_ajust_pis .ajust_action_list ul li img {
  transition: all .3s;
  pointer-events: none;

  -webkit-user-select: none; /* Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* IE和Edge */
  user-select: none;         /* 标准语法 */

  -webkit-user-drag: none;   /* Safari和Chrome */
  user-drag: none;           /* 标准语法（支持度较低） */

}
.custom_ajust_pis .ajust_action_list ul li:hover {
  background-color: #000;
  color: #fff;
}
.custom_ajust_pis .ajust_action_list ul li:hover img {
  filter: contrast(0) brightness(2);
}
.scope_characterization{
  max-height: 360px;
  overflow: auto;
  padding-right: 5px;
}

.custom_modeal_template4 .scope_characterization strong{
  font-size: 15px;
}
.custom_modeal_template5{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.scope_characterization::-webkit-scrollbar {
  width: 3px;
  height: 8px;
} 
.scope_characterization::-webkit-scrollbar-track  {
  background-color: rgb(235,235,235);
  width: 3px;  
}  
.scope_characterization::-webkit-scrollbar-thumb  {
  background-color: rgb(107,107,107); 
} 
.custom_upload_image strong{
  display: block;
  font-size: 15px;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: .5rem;
}
.custom_upload_image button{
  width: 110px;
  height: 35px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  background-color: #000;
  color: #fff;
  margin-bottom: 1rem;
  border-radius: 5px;
  justify-content: center;
  transition: all .3s;
  border: 2px solid #000;
}
.custom_upload_image button img {
  transition: all .3s;
}
.custom_upload_image button:hover {
  background-color: transparent;
}
.custom_upload_image button:hover img {
  filter: contrast(0) brightness(0);
}
.custom_modeal_template5 .engraving_list {
  justify-content: center;
}
.custom_modeal_template5 .custom_font_color {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.custom_modal .full_edit_custom {
  position: absolute;
  top: .6rem;
  cursor: pointer;
  right: 4rem;
}
.custom_modal .full_edit_custom img{
  width: 28px;
  height: 28px;
}
.custom_modal .close_custom{
  position: absolute;
  top: .5rem;
  cursor: pointer;
  right: 1rem;
}
.wpcf7-not-valid-tip{
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

body .corporate_contact_box .wpcf7 form .wpcf7-not-valid-tip{
  margin-top: -0.3rem;
}
body .wpcf7 form .wpcf7-response-output{
  padding: 0;
  margin: 0;
  border: none;
  margin-top: 1rem;
}

.post_main{
  padding: 4rem 0;
}
.post_main .post_detail h2{
  font-size: 25px;
  margin-bottom: 0.5rem;
}
.post_main .post_detail h3{
  font-size: 22px;
  margin-bottom: 0.5rem;
}
.post_main .post_detail p{
  font-size: 0.95rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
.post_main .post_detail p + h3{
  padding-top: 1rem;
}
.post_main .post_detail p + h2{
  padding-top: 1rem;
}
.post_main .post_detail b + p{
  margin-top: 0.5rem;
}
.post_main .post_detail ul{
  margin: 1.5rem 0;
}
.post_main .post_detail li{
  font-size: 0.95rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  list-style: disc;
  margin-left: 20px;
}
body.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{
  display: flex;
  text-align: center;
  flex-direction: column;
  color: #000;
  margin-bottom: 0;
} 
.cart-content{
  padding-top: 10rem;
}
body .wc-block-cart__submit-button{
  background: #333 !important;
  color: white;
}
.empty_img{
  display: block;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.custom_engraving .engraving_list .engraving_item{
  width: 100px;
  display: inline-block;
  border: #ccc solid 1px;
  cursor: pointer;
  margin-right: .5rem;
}
.custom_engraving .engraving_list .engraving_item img{
  width: 100%; 
}

.custom_engraving .engraving_list .engraving_item.active{
  border-color: rgb(248, 163, 0);
}

.custom_engraving .engraving_list{
  margin-bottom: .5rem;
}
.action_list{
  min-width: 300px;
  display: none;
}
.action_list .idea_list strong{
  font-size: 20px;
}
.action_list .idea_list ul {
  margin-top: 1rem;
  max-height: 450px;
  overflow: auto;
}
.action_list .idea_list ul li p{
  margin-bottom: .8rem;
  padding: .6rem 1rem;
  border: #999 solid 1px;
  font-size: 15px;
  transition: all .3s;
  cursor: pointer;
}
.action_list .idea_list ul li:hover p{
  background-color: #333;
  color: #fff; 
}
.action_list>div:not(.close_aciton){
  display: none;
}

.loading{
  position: relative;
}

.loading:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/load.gif') no-repeat center;
  background-size: 45px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 9;
}
.input_fill_list .delete_icon{
  margin-left: .6rem;
  color: #333;
  padding: 0 14px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  background-color: #eee;
  cursor: pointer;
  border: 2px solid #eee;
  text-align: center;
  transition: all .3s;
}
.product-custom-action .cart-customized-item{
  background-color: #4ab962!important;
  color: #fff!important;
} 
.ht-mcs-sidebar-widget-list ul {
  padding-top: 0!important;
}
.ht-mcs-sidebar-widget-list ul li a span.icon img{
  filter: none!important;
}

#error-content {
  overflow: hidden;
  height: calc(100vh - 93px);
  position: relative;
}   
#error-content>div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#error-content>div>h1 {
  font-size: 17px; 
  text-transform: uppercase;
  letter-spacing: 1px;
}
#error-content>div>a { 
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  margin: auto;
  display: block;
  width: 245px;
  height: 48px;
  line-height: 48px;
  margin: 40px auto 0;
  text-align: center;
}
.close_acion_button{
  background-color: #333;
  color: #fff;
  border-radius: 1px;
  font-size: 15px;
  padding: .5rem 1rem;
}
.ht-mcs-sidebar-widget-list ul li a span.icon{
  min-width: 30px;
}
.custom_pop_box{
  visibility: hidden;
} 
.custom_pop_box.active{
  visibility: visible; 
}
form#sytech-newsletter-subscription p.failed.active, form#sytech-newsletter-subscription p.success.active{
  bottom: 2.5rem!important;
}
form#sytech-newsletter-subscription p.failed:before{
  filter: brightness(20);
}

.page-template-default .page_banner{
  padding: 5rem 0;
  background-color: rgb(247, 247, 247);
}
.page-template-default .page_banner h1{
  font-size: 30px;
}

.contact_banner{
  margin-top: 0 !important;
}
.mega_over{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 80;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.mega_over.active{
  opacity: 1;
  pointer-events: all;
}


.coupon_popup{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  pointer-events: none;
}
.coupon_popup.active{
  pointer-events: all;
}
.coupon_popup .coupon_overlay{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
.coupon_popup.active .coupon_overlay{
  opacity: 1;
  pointer-events: all;
}
.coupon_popup .coupon_content{
  background-color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) scale(0);
  width: 792px;
  height: 445px;
  z-index: 5;
  transition: all 0.4s;
  display: flex;
}
.coupon_popup.active .coupon_content{
  transform: translate(-50%,-50%) scale(1);
}
.coupon_popup .coupon_content .left{
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}
.coupon_popup .coupon_content .left .first_order{
  font-weight: 500;
  font-size: 22px; 
  color: #333;
}
.coupon_popup .coupon_content .left .first_order_op{
  margin: .8rem 0 1.2rem;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  line-height: 22px; 
  font-weight: 500;
  text-align: center;
}
.coupon_popup .coupon_content .right{
  width: 50%;
  height: 100%;
  position: relative;
} 
.coupon_popup .coupon_content .right .close{
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  background: url('../img/popup_close.svg') no-repeat center/contain;
}
.coupon_popup .coupon_content .right img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.coupon_popup .coupon_content .left .logo img{
  width: 130px;
  filter: brightness(0);
  display: block;
  margin-bottom: 1rem;
}
.coupon_popup .coupon_content .left strong{
  font-size: 28px;
  margin-bottom: 0;
  margin-bottom: .5rem;
  line-height: 1.5;
  text-align: center;
  display: block;
  text-transform: capitalize;
  font-weight: 700;
}

.coupon_popup .coupon_content .left p{
  margin-top: 1.5rem;
}
.coupon_popup .coupon_content .left p a{
  color: #000;
  text-decoration: underline;
}
.coupon_popup .coupon_content .left .button_t{
  border-radius: 3px;
  border-width: 1px;
}
#fullscreen-loader {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 2000000;
  top: 0;
  left: 0;
}
#fullscreen-loader-overlay {
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #fff;
}
#fullscreen-loader-overlay img {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#fullscreen-loader.close-loader{
  display: none!important;
}

.header_menu_icon{
  display: none;
}


div.search-block {
  position: fixed;
  /* visibility: hidden; */
  z-index: 400;
  background-color: #fff;
  box-shadow: 0 0 15px rgb(0 55 96 / 12%);
  transition: 0.3s ease;
  /* opacity: 0; */
  width: 100%;
  bottom: -200vh;
  height: 100vh;
  transition: 0.3s ease;
  opacity: 0;
}
div.search-block.active {
  bottom: 0;
  opacity: 1;
  transform: translateY(178px);
}
div.search-block div.content {
  position: relative;
  display: block;
}
.wd-action-btn {
  display: inline-flex;
  vertical-align: middle; 
  background-size: contain;
  position: absolute;
  top: 38px;
  right: 0;
  z-index: 1;
  width: 28px;
  height: 28px;
  transition: all 0.3s;
  cursor: pointer;
  background: url('../img/close.svg') no-repeat center/contain;
}
.wd-action-btn:hover{
  transform: rotate(180deg);
}
div.search-block .searchform {
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
  /* opacity: 0; */
  transition: opacity 0.35s ease 0.2s;
  --wd-form-color: #333;
  --wd-form-placeholder-color: #333;
  text-align: center;
  transition: 0.75s all ease;
}
div.search-block.active .searchform {
  opacity: 1;
}
div.search-block .searchform input[type='text'] {
  padding: 0;
  height: 110px;
  border: none;
  text-align: center;
  font-size: 35px;
  outline: none;
}
header div.main-menu div.main div.right {
  display: none;
}
div.search-block .searchform ::-webkit-input-placeholder {
  color: #333333;
}

.story_collection .button_t:hover{
  color: #333 !important;
  border-color: #333 !important;
}

.page-id-16 .button_t:hover{
  color: #333 !important;
  border-color: #333 !important;
}



header nav div>ul>li.product-icon ul,
header nav div>ul>li.trending-icon ul,
header nav div>ul>li.product-tag ul
{
  display: none;
}



header .header_action_right .header_search input[type="text"]:focus::placeholder{
  opacity: 0;
}



::-webkit-input-placeholder { transition : opacity 0.3s; }
::-moz-placeholder { transition : opacity 0.3s; }
:-ms-input-placeholder { transition : opacity 0.3s; }
.fade::-webkit-input-placeholder { opacity : 0; }
.fade::-moz-placeholder { opacity : 0; }
.fade:-ms-input-placeholder { opacity : 0; }
 
header .header_action_right .header_icon a{
  position: relative;
}
header .header_action_right .header_icon a .cart_number
{
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  background-color: #fc0102;
  color: #fff;
  border-radius: 0.5rem;
  line-height: 1rem;
  padding: 0 6px;
  transform: translate(50%, -25%);  
}
header .header_action_right .header_icon a .cart_number[data-value="0"]{
  display: none!important;
}
.search_pd_list{
  padding-top: 2rem;
  max-height: 76vh;
  overflow: auto;
  padding-bottom: 3rem;
} 

.search_pd_list::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */
} 
.search_pd_list>ul{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}

/* .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
  width: 100% !important;
} */

.search_pd_list .loader{
  margin-top: 5rem;
  position: relative;
} 

.search_pd_list div.loader {
  border: 7px solid #f2f5f9;
  border-top: 7px solid #fff;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 50%;
  bottom: 1rem;
  margin-left: -1.75rem;
  animation: spin 1s linear infinite;
  margin-top: 0;
  text-align: center;
}
.search_pd_list div.loader:before{
  display: none !important;
}
@keyframes spin {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

#wh-widget-send-button{
  width: 90px;
  height: 94px;
  right: 0;
  margin: 0 !important;
  padding: 0 !important;
  position: fixed !important;
  z-index: 100 !important;
  bottom: 0 !important;
  text-align: center !important; 
  visibility: visible;
  transition: none !important;
}
#wh-widget-send-button iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.defaultCountdown{
  margin-left: 1rem;
  background-color: #fff;
  padding: 3px;
}
.defaultCountdown .countdown-period{
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
}
.defaultCountdown .countdown-amount{
  font-weight: bold;
  margin-left: 5px;
  font-size: 14px;
} 
.saved-sale{
  color: #f80000;
  white-space: nowrap;
}
ul.products li.product .saved-sale{
  text-align: center;
} 
.product_preview .product_main_pictures_swiper ul li a{
  cursor: url(../img/plus_cursor.webp) 25 25, auto !important; 
}
body > .woocommerce-info,
body > div> .woocommerce-info{
  display: none;
}
.bottom_cart form .coupon{
  display: flex;
  align-items: center;
  margin-bottom: .8rem;
}
.bottom_cart form .coupon label {
  display: none;
} 
.bottom_cart form .copon_note{
  display: block;
  margin-bottom: .8rem;
  font-size: 14px;
  color: red;
}
.bottom_cart form .coupon .input-text {
  background-color: #fff;
  color: #333; 
  width: 100% !important;
  box-sizing: border-box;
  border: 1px solid #cfc8d8;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0;
  padding: 11px 15px !important;
} 
.bottom_cart form .coupon button.button[name="apply_coupon"] {
  background-color: transparent;
  border-radius: 0;
  color: #333 !important;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 21px;
  width: 55%;
  height: 40px;
  white-space: nowrap;
  border: 1px solid #333;
  padding: 10px 15px;
} 
.shops_banner{
  margin-top: 0rem!important;
} 
.contact_stores .button_t:hover{
  color: #000000!important;
} 
ul.products li.product{
  position: relative;
}
.instagram-modal-item-status{
  position: absolute;
  top: 0;
  left: 0; 
  display: flex;
    gap: .5rem;
  z-index: 9;
}
.instagram-modal-item-status img{
  width: 50px;
  height: 50px;
}
.estimated_time_of_delivery {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
}
.estimated_time_of_delivery > p {
  margin-bottom: .5rem;
  display: flex;
  align-items: center;
}

.estimated_time_of_delivery > p strong{
  font-weight: 500;
  font-size: 14px;
}
.estimated_time_of_delivery > p img{
  width: 25px;
  margin-top: 3px;
  filter: brightness(0);
  height: 25px;
  margin-right: .5rem;
}

.cwginstock-subscribe-form .panel-primary>.panel-heading{
  background-color: #333333!important;
  border-color: #333333!important;
}
.cwginstock-subscribe-form .panel-primary{
  border-color: #333333!important;
}
.cwgstock_button{
  background-color: #333!important;
  padding: .7rem!important;
}
.cwginstock-subscribe-form {
  margin-top: 2rem;
}
.cwginstock-panel-body input.cwgstock_name,
.cwginstock-panel-body input.cwgstock_email,
.cwginstock-panel-body input.cwgstock_phone{
  border: #eee solid 1px;
  padding: .7rem!important;
}
.search_pd_list ul.products::after,
.search_pd_list ul.products::before{
  display: none!important;
}
.search_pd_list ul.products li.product{
  width: 100%!important;
}
.left .sytech_filter{
  display: flex;
  flex-direction: column; 
}
.left .sytech_filter .widget[data-tax="pa_product-type"]{
  order: 1;
}
.left .sytech_filter .widget[data-tax="pa_collection"]{
  order: 2;
}
.left .sytech_filter .widget[data-tax="pa_material"]{
  order: 3;
}
.left .sytech_filter .widget[data-tax="pa_metal-color"]{
  order: 4;
}
.left .sytech_filter .widget[data-tax="pa_leather-color"]{
  order: 5;
}
.product_preview .content>.flex>.right .per_order_daye {
  margin-top: 1rem;
} 
.product_preview .content>.flex>.right .product_material ul li.active{
  border: #333 solid 2px;
}
#story-image img{
  margin-bottom: 1rem;
}
.woocommerce-cart .shipany-woo-plugin-modal ~ .shipany-woo-plugin-modal .loader{
  visibility: hidden;
}
.have_pro .products .product .product_variantes{
  display: flex;
  width: 110px;
  overflow: hidden;
}
.bottom_cart .have_pro .pro_list li[data-price]>.flex{
  width: 100%;
} 
.bottom_cart .have_pro .pro_list li[data-price]>.cart-row-subtotal{
  display: flex;
  justify-content: right;
  margin: .8rem 0 0;
  gap: .5rem;
  align-items: end;
}
.bottom_cart .have_pro .pro_list li[data-price]>.cart-row-subtotal del{ 
  color: #777; 
  font-size: 14px;
}

.bottom_cart .have_pro .pro_list > ul{
  min-height: 300px;
}
.jdgm-all-reviews__footer,
.home .jdgm-all-reviews__header .jdgm-write-rev-link{
  display: none!important;
}
.blog_lists p.center .loader{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.blog_lists p.center{ 
  height: 90px;
}
form#sytech-newsletter-subscription p.failed:before, form#sytech-newsletter-subscription p.success:before{
  filter: brightness(20)!important;
}

.corporate_season_swiper .saved-sale{
  text-align: center;
}

.shipany-woo-plugin-showModal {
  background-color: white;
  /* background-color: rgba(0, 0, 0, 0); */
  position: absolute;
  z-index: 1000;
  width: 40%;
  transform: translate(-50%, -50%);
  top: -400px;
  left: 50%;
  box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  transition: top 0.3 ease-in-out;
  position: fixed;
  top: 50%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  padding: 2rem;
}
.shipany-woo-plugin-showModal .loader{
  margin: auto;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #18a085;
    width: 40px;
    height: 40px;
    z-index: 10;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.custom_objects .custom_objects_list ul li{
  padding: .5rem;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
.custom_objects .custom_objects_list ul li.active{
  background-color: #eee;
}
.shipany-woo-plugin-modal .modalCloseBtn{
  right: 30px!important;
  top: 3.5rem!important;
}
header .header_main nav >div > ul > li.product-icon a,
header .header_main nav >div > ul > li.product-tag a
{
  cursor: initial;
}
.woocommerce-cart .woocommerce table.shop_table td.product-remove{
  margin-top: 0rem;
}
.wc-block-checkout__actions .components-button{
  background-color: #000!important;
  color: #fff!important;
  font-size: 1rem;
} 
body.single-product > .content {
  max-width: 1600px;
}
body.single-product > .content > p{
  margin-bottom: .5rem;
  line-height: 1.5;
}
.woocommerce ul.products li.product a .instagram-modal-item-status img{
  width: 50px;
}
.action_list .action_icon_box .custom_icon{
  max-width: 337px;
} 
.action_list .action_icon_box .custom_icon .icon_category{
  width: 100%;
  overflow: auto;
}
.action_list .action_icon_box .custom_icon .icon_category::-webkit-scrollbar {
  width: 3px;
  height: 8px;
} 
.action_list .action_icon_box .custom_icon .icon_category::-webkit-scrollbar-track  {
  background-color: rgb(235,235,235);
  width: 3px;  
}  
.action_list .action_icon_box .custom_icon .icon_category::-webkit-scrollbar-thumb  {
  background-color: rgb(107,107,107); 
}
body{
  width: 100%!important;
}
.cart-payment-box{
  display: flex;
  flex-direction: column;
  align-items: end;
  text-align: center;
  padding-top: 1rem;
  width: 100%; 
}
.cart-payment-box p{
  width: 100%;
  margin-bottom: 5px;
}
.cart-payment-box p img{ 
  filter: brightness(.75);
}
.woocommerce-page #payment #place_order{
  padding-right: 1rem;
  display: flex !important;
  gap: .5rem;
  text-transform: uppercase;
  justify-content: center;
}
.woocommerce-page #payment #place_order::after{
  background-image: url(../img/VectorSmartObject.png);
  display: block;
  content: "";
  background-repeat: no-repeat;
  width: 20px;
  position: unset!important;
  height: 20px;
  margin-top: 1px;
}

.components-button.wc-block-components-button.wp-element-button{
  cursor: no-drop;
  opacity: .7;
  pointer-events: none;
}
.components-button.wc-block-components-button.wp-element-button.active{
  cursor: pointer;
  pointer-events: unset;
  opacity: 1;
}

/* airwallex-checkout */
.airwallex-checkout{
  gap: 7rem;
}
.airwallex-checkout .product-image img{
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.airwallex-checkout.airwallex-tpl-2col-1 .airwallex-col-1{
  flex-basis: 50%!important;
}
.airwallex-checkout .product-info {
  padding-left: 1rem;
}
.airwallex-checkout .product-info .price{
  color: var(--theme_color);
  font-weight: 500;
  margin-top: 14px;
  font-size: 18px;
}
.airwallex-checkout .product-info .product-quantity{
  margin-bottom: 3px;
  text-align: right;
  display: block;
}
.airwallex-checkout .product-info .variation{
  display: none;
}
.airwallex-checkout .coupon-form{
  display: none;
}
.airwallex-checkout .totals-table{
  width: 100%;
}
.airwallex-checkout .cart-heading{
  font-size: 18px;
}
.airwallex-checkout .totals-table th,
.airwallex-checkout .totals-table td
{
  padding: .8rem 0;
  font-size: 18px;
}
#svg_paths svg{
  width: 100%;
}
section.home_banner, .home_banner_swiper{
  overflow: hidden;
}
.show_in_mobile{
  display: none;
}
.mobile_mean_box.flex{
  gap: 1rem;
  color: #fff;
  align-items: center;
}
body > .pswp{
  display: none!important;
} 
footer{
  overflow: hidden;
}
#wh-widget-send-button{
  min-width: 280px !important;
}
#wh-widget-send-button iframe{
  min-width: 280px!important;
}
.category_banner{
  width: 100%; 
  height: 400px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1; 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.category_banner h1{
  color: #fff;
  font-size: 50px;
}
.category_banner[data-color="black"] h1{
  color: #333;
}
.category_banner[data-color="black"] .category_breadcrumbs,
.category_banner[data-color="black"] .category_breadcrumbs a{
  color: #333;
}

#product-type-layout{
  display: none;
}
.filter_idea{
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
.filter_idea > div{
  flex: 1;
}
.filter_idea select{
  width: 100%; 
  padding: .7rem;
}

.almost_finished_order{
  display: none;
}
.home .corporate_appreciation{ 
  background-image: url(/wp-content/plugins/sytech-fronteditor/sytpl/corporate_appreciation/assets/img/corporate_appreciation_banner.png);
}
 
.home_banner .home_banner_swiper .swiper-slide .button_t,
.home_affiche .head .button_t 
{
  background-color: transparent;
  border-color: #fff;
}

.home_banner .home_banner_swiper .swiper-slide .button_t:hover,
.home_affiche .head .button_t:hover{
  background-color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
  color: #fff;
}
.home #product-review{
  padding: 30px 0 150px;
}
.shop_description{
  margin: 2rem 0;;
}
.shop_description p{
  text-align: center;
  font-weight: 600;
  line-height: 20px;
  font-size: 14px;
  max-width: calc(100% - 80px);
  margin: auto;
}
.woocommerce .woocommerce-cart-form table tbody td.actions button[name="update_cart"]{
  display: none;
}

.design_perview{
  display: none;
}

.design_perview_image {
  text-align: center; 
}

.design_perview_image img{
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 600px;
  max-width: 600px;
}
.custom_modal[data-type="model"] .design_perview_image img{
  max-width: 960px; 
}

.design_perview_action{  
  text-align: center;
}

.design_perview_action button{  
  max-width: 100%; 
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  background-color: #000;
  color: #fff;
  text-transform: uppercase; 
  cursor: pointer;
  width: 113px;
  height: 37px;
  line-height: 37px;
  letter-spacing: 3px;
  margin: 0 2px;
} 
.design_perview_action button.backedit{
  background-color: #b1b1b1;
} 
.header_judgeme{
  padding: 5px 0;
  border-bottom: 1px solid #F8F8F8;
  background-color: #ffffff;
}
.header_judgeme p{
  font-weight: bold;
} 
.header_judgeme .content.flex{
  gap: 1rem; 
  align-items: center;
}
.header_judgeme .judgeMeReviewsIcon{
  display: flex;
  align-items: center;
} 
.jdgm-carousel-wrapper .jdgm-star.jdgm-star, .jdgm-carousel .jdgm-star.jdgm-star{
  background: transparent!important;
} 
.jdgm-carousel--card-theme .jdgm-carousel-item__inner-wrapper{
  padding: 22px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}
.jdgm-histogram__bar-content{
  background-color: #000000!important;
}
.custom_objects{
  display: none!important;
} 
.home_affiche{
  margin-bottom: 0!important;
  position: relative;
} 
header .header_action_right .header_select_model ul li a.trand_href{
  white-space: nowrap;
}
#judgeme_product_reviews > div > div.jdgm-rev-widg__header > div.jdgm-form-wrapper > form > div:nth-child(10){
  display: none!important;
}
.header_swich_lang{
  position: absolute;
  bottom: 1rem;
  left: 1rem; 
  width: 100%;
}
.header_swich_lang select{
  padding: .5rem;
  width: calc(100% - 2rem);
  margin-bottom: 1rem; 
  border-radius: 5px;
  color: #000!important;
  border-color: #333!important;
  background-color: #fff;
}

.bottom_cart .have_pro .cart-payment-box{
  padding-top: 0rem;
  margin-bottom: 1rem;
}

.plac_order{
  padding-top: .5rem;
  margin-bottom: .5rem;
  text-align: center;
}
 
.plac_order a{ 
  text-decoration: underline;
}

.ht-mcs-widget{box-sizing:border-box}.ht-mcs-widget *,.ht-mcs-widget ::before,.ht-mcs-widget ::after{box-sizing:border-box}.ht-mcs-float-widget{box-sizing:border-box;position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:999}.ht-mcs-float-widget *,.ht-mcs-float-widget ::before,.ht-mcs-float-widget ::after{box-sizing:border-box}.ht-mcs-float-widget.p-bottom{transform:unset;top:unset;bottom:100px}.ht-mcs-float-widget ul{list-style:none;padding:0;margin:0}.ht-mcs-float-widget ul li{position:relative;transition:all .4s ease 0s;right:calc(-100% + 38px)}.ht-mcs-float-widget ul li+li{margin-top:5px}.ht-mcs-float-widget ul li a{display:flex!important;align-items:center;background-color:#fff;box-shadow:0 4px 10px rgba(0,0,0,.1);padding:7px;padding-right:15px;border-top-left-radius:50px;border-bottom-left-radius:50px;text-decoration:none;color:#999;font-size:13px;text-transform:uppercase;font-weight:500}.ht-mcs-float-widget ul li a:hover{color:#428bfa}.ht-mcs-float-widget ul li a span.icon{width:34px;height:24px;padding-right:10px}.ht-mcs-float-widget ul li a span.icon img{width:100%;float:left}.ht-mcs-float-widget ul li:hover{right:0}.ht-mcs-float-widget.left{right:auto;left:0}.ht-mcs-float-widget.left ul li{left:calc(-100% + 38px);right:auto}.ht-mcs-float-widget.left ul li a{flex-direction:row-reverse;padding:7px;padding-left:15px;border-top-left-radius:0;border-top-right-radius:50px;border-bottom-left-radius:0;border-bottom-right-radius:50px}.ht-mcs-float-widget.left ul li a span.icon{padding-left:10px;padding-right:0}.ht-mcs-float-widget.left ul li:hover{left:0;right:auto}@media only screen and (max-width:767px){.ht-mcs-float-widget ul li{right:calc(-100% + 30px)}.ht-mcs-float-widget ul li+li{margin-top:3px}.ht-mcs-float-widget ul li a{padding:4px 5px;padding-right:10px}.ht-mcs-float-widget ul li a span.icon{width:30px;height:20px}.ht-mcs-float-widget.left ul li{left:calc(-100% + 30px)}.ht-mcs-float-widget.left ul li a{padding:4px 5px;padding-left:15px}.ht-mcs-float-widget.left ul li:hover{left:0;right:auto}}.ht-mcs-sidebar-widget-list ul{list-style:none;padding:0;margin:0}.ht-mcs-sidebar-widget-list ul li+li{margin-top:5px}.ht-mcs-sidebar-widget-list ul li a{display:inline-flex!important;align-items:center;text-decoration:none;color:#999;font-weight:500}.ht-mcs-sidebar-widget-list ul li a:hover{color:#428bfa}.ht-mcs-sidebar-widget-list ul li a span.icon{width:30px;height:20px;padding-right:10px}.ht-mcs-sidebar-widget-list ul li a span.icon img{width:100%;float:left}.ht-mcs-sidebar-widget-list ul li:hover{right:0}#ht-mcs-select-button{display:block;background-image:url(../../../../../../../../../plugins/wc-multi-currency/uilib/httheme/images/select-arrow-down.png);background-position:center right;background-repeat:no-repeat;font-family:"Poppins",sans-serif;font-size:13px;width:100%;border:0;background-color:#fff;line-height:24px;height:44px;padding:10px 44px 10px 16px;box-shadow:0 4px 10px rgba(0,0,0,.1);color:#999;border-radius:4px;max-width:500px}#ht-mcs-select-button .ui-selectmenu-icon{display:none}#ht-mcs-select-button .ui-selectmenu-text{display:flex;margin:0}#ht-mcs-select-button .ui-selectmenu-text .flag-icon{width:34px;padding-right:10px}#ht-mcs-select-menu{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border:0;box-shadow:0 4px 10px rgba(0,0,0,.1)}#ht-mcs-select-menu li{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center;padding:7px 15px;transition:all .3s ease 0s}#ht-mcs-select-menu li .flag-icon{background-color:transparent!important;border:none!important;margin:0!important;width:34px;padding:0;padding-right:10px}#ht-mcs-select-menu li:hover{background-color:#428bfa;color:#fff}.ht-mcs-sidebar-widget-flag ul{display:flex;flex-wrap:wrap;list-style:none;padding:0;margin:-7px}.ht-mcs-sidebar-widget-flag ul li{padding:7px}.ht-mcs-sidebar-widget-flag ul li a{display:block;line-height:1}.ht-mcs-sidebar-widget-flag ul li a span{display:block}.ht-mcs-sidebar-widget-flag ul li a span.icon{width:32px;padding:0}.ht-mcs-sidebar-widget-flag ul li a span.icon img{width:100%}.ht-mcs-sidebar-widget-flag ul li a span.text{display:none}.ht-mcs-sidebar-widget-flag ul li:hover{right:0}.ht-mcs-float-widget:not(.left):hover ul li{right:calc(-100% + 38px)}@media only screen and (max-width:767px){.ht-mcs-float-widget:not(.left):hover ul li{right:calc(-100% + 30px)}}.ht-mcs-float-widget:not(.left):hover ul li:hover{right:0}.ht-mcs-float-widget:not(.left) ul li{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;right:calc(-100% - 10px)}.ht-mcs-float-widget:not(.left) ul li.active{right:calc(-100% + 38px)}@media only screen and (max-width:767px){.ht-mcs-float-widget:not(.left) ul li.active{right:calc(-100% + 30px)}}.ht-mcs-float-widget.left:hover ul li{left:calc(-100% + 38px)}@media only screen and (max-width:767px){.ht-mcs-float-widget.left:hover ul li{left:calc(-100% + 30px)}}.ht-mcs-float-widget.left:hover ul li:hover{left:0}.ht-mcs-float-widget.left ul li{left:calc(-100% - 10px)}.ht-mcs-float-widget.left ul li.active{left:calc(-100% + 38px)}@media only screen and (max-width:767px){.ht-mcs-float-widget.left ul li.active{left:calc(-100% + 30px)}}#ht-mcs-select-menu{width:350px;background:#fff}

.category_breadcrumbs{
  margin-top: 1rem;
  display: flex;
  gap: .5rem;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.category_breadcrumbs a{
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.custom_modal .stamp_custom_button {
  background-color: #000;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    width: 100%;
    display: flex;
    gap: .5rem;
    justify-content: center;
    padding: 10.5px 60px;
    transition: all .3s;
    cursor: pointer;
    margin-bottom: 1rem;
    border: 2px solid #000;
}
.custom_modeal_template_hot_stamp ~ .custom_modeal_template1 {
    display: none;
}
.custom_modeal_template_hot_stamp2{
    display: none;
}

.custom_modal .stamp_custom_button.use_other_prev_step{
  background-color: rgb(130,130,130);
  display: none;
}

.custom_modeal_template_hot_stamp2 .error_message{
  margin-bottom: 1rem;
  font-size: 14px;
  display: none;
  color: red;
}

.template_hot_stamp_model .custom_icon_list{
  display: none;
}
.template_hot_stamp_model .custom_icon{
  display: none;
}
.box_action_api {
  gap: 1rem;
}
.box_action_api .stamp_custom_button {
  flex: 1;
  width: 48%;
  flex: 1;
  width: 48%;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
} 
.template_hot_stamp_model .custom_ajust_pis .ajust_action_list ul:nth-child(1){
  max-width: 300px;
}

.template_hot_stamp_model .error_message{
  color: red; 
}
.template_hot_stamp_model .custom_finished{
  flex-direction: column;
  gap: .5rem;
}
.related_term_list ul{
  display: flex;
  gap: 1rem;
  margin: 2rem 0 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.related_term_list ul li a{
  display: block;
  padding: .8rem 1.2rem;
  font-size: 16px;
  border-radius: 5px;
  border: #000 solid 1px;
  transition: all .3s;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 170px;
}

.related_term_list ul li a:hover{ 
  box-shadow: 0px 0px 15px 2px #ccc;
}
.related_term_list ul li a img{
  height: 100px;
  width: auto;
  max-width: 100px;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 5px;
}
.related_term_list ul li a p{
  margin-top: .5rem;
  font-size: 14px; 
  width: 100%;
  text-align: center;
  white-space: nowrap;       /* 不换行 */
  overflow: hidden;          /* 超出隐藏 */
  text-overflow: ellipsis;   /* 显示省略号 */
}
#antom-loading-mask{
  display: none!important;
}
.number_box{
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  display: none;
}
.number_box .number_select{
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
}

.lb-data .lb-number{
  display: none!important;
}