/* @font-face {
  font-family: "Gelasio";
  src: url('../font/Gelasio-Regular.ttf');
  font-weight: normal;
}
@font-face {
  font-family: "Gelasio";
  src: url('../font/Gelasio-Medium.ttf');
  font-weight: 500;
}
@font-face {
  font-family: "Gelasio";
  src: url('../font/Gelasio-SemiBold.ttf');
  font-weight: 600;
}
@font-face {
  font-family: "Gelasio";
  src: url('../font/Gelasio-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: "Gelasio";
  src: url('../font/Gelasio-MediumItalic.ttf');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Gelasio";
  src: url('../font/Gelasio-SemiBoldItalic.ttf');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Gelasio";
  src: url('../font/Gelasio-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Gelasio";
  src: url('../font/Gelasio-Italic.ttf');
  font-style: italic;
} */
body {
  font-family: 'Gelasio', sans-serif;
}
ul {
  list-style: none;
}
a {
  color: #1c232f;
  text-decoration: none;
  font-size: 1rem;
}
button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
}
button {
  cursor: pointer;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_bottom {
  align-items: flex-end;
}
.flex_center {
  align-items: center;
}
.button {
  background-color: #ce9260;
  border-radius: 3px;
  font-size: 1rem;
  color: #fff;
  height: 46px;
  width: 160px;
  display: block;
  line-height: 46px;
  text-align: center;
  transition: all 0.3s;
}
.button:hover {
  background-color: #1c222e;
}
header {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: -35px;
  background-color: white;
  z-index: 150;
  transition: all 0.3s;
}
.home_banner .home_text h1{
  color: white;
}
header .top {
  background-color: #fff;
}
header.opacity-bg{
  background-color: transparent;
  box-shadow: none;
}
header.opacity-bg nav .header_right ul li a{
  color: white;
}
header.opacity-bg .top span{
  color: #fff;
}
header.opacity-bg nav .header_right ul li ul.sub-menu a{
  color: #333;
}
header.opacity-bg .top{
  background-color: transparent;
}
header .top a {
  margin-left: 70px;
  padding-top: 15px;
  display: block;
}
header .top span {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  padding-left: 25px;
  position: relative;
}
header .top span::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/phone-b.svg) no-repeat center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
header nav .header_right {
  align-items: center;
}
header nav .header_right ul li {
  margin-right: 40px;
}
header nav .header_right ul li:hover a::after,
header nav .header_right ul li.current-menu-item a::after {
  width: 100%;
}
header nav .nav_links ul{
  display: flex;
}
.menu-item-has-children{
  position: relative;
}
header nav .nav_links ul.sub-menu li{
  margin-right: 0;
}
header nav .nav_links ul.sub-menu{
  position: absolute;
  padding: 30px 16px;
  /* padding-right: 0; */
  display: block;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  /* max-width: 200px; */
}
header nav .nav_links .menu-item-has-children:hover>ul.sub-menu{
  visibility: visible;
}
header nav .nav_links .menu-item-has-children ul.sub-menu li{
  position: unset;
}
header nav .nav_links .menu-item-has-children ul.sub-menu ul.sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  transform: translateX(-16px);
  box-shadow: 15px 0 15px rgba(0, 0, 0, 0.1);
}
header nav .nav_links ul.sub-menu li:last-of-type a{
  margin-bottom: 0;
}
header nav .nav_links ul.sub-menu a{
  line-height: 1.5;
  margin-bottom: 1rem;
  display: block;
  font-size: 15px;
  white-space: nowrap;
  line-height: 1;
  border-radius: 10px;
  padding: 20px;
}
header nav .nav_links ul.sub-menu a:hover{
  color: #fff !important;
  
  background-color: #ce9260;
}
header nav .nav_links ul.sub-menu li.menu-item-has-children:hover>a{
  background: url(../img/right-w.svg) no-repeat right 15px center/7px;
  background-color: #ce9260;
  color: #fff !important;
}
header nav .nav_links ul.sub-menu a:after{
  display: none;
}
header nav .header_right ul li a {
  display: block;
  line-height: 100px;
  position: relative;
  font-weight: 500;
}
header nav .header_right ul li a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #d69962;
  position: absolute;
  left: 0;
  bottom: 28px;
  transition: all 0.3s;
}
footer .top {
  height: 365px;
  background: url(../img/footer-top-bg.jpg) no-repeat center top;
}
footer .top div {
  height: 100%;
}
footer .top img {
  margin-left: 115px;
}
footer .top span {
  font-size: 2.625rem;
  font-weight: 600;
  color: #333333;
  display: block;
  padding-top: 95px;
}
footer .top p {
  font-size: 1.125rem;
  line-height: 28px;
  color: #5b5b5b;
  margin: 15px 0 30px;
}
footer .top a {
  display: block;
  width: 208px;
  height: 54px;
  line-height: 54px;
  border-radius: 3px;
  background-color: #1c222e;
  transition: all 0.3s;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
footer .top a:hover {
  background-color: #d69962;
}
footer .footer {
  padding-top: 90px;
  background: url(../img/footer-bg.png) no-repeat center;
}
footer .footer .content > ul {
  padding-bottom: 145px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
footer .footer .content > ul>li:last-of-type{
  max-width: 260px;
}
footer .footer li:first-child p {
  font-size: 1rem;
  line-height: 23px;
  color: #727272;
  max-width: 250px;
  margin: 30px 0 35px;
}
footer .footer li:first-child .button {
  width: 245px;
  height: 48px;
  line-height: 50px;
  font-size: 1.125rem;
}
footer .footer li:not(:first-child) p {
  padding-top: 25px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #282828;
  margin-bottom: 35px;
}
footer .footer li:not(:first-child) li {
  height: 35px;
  font-size: 1rem;
  color: #727272;
}
footer .footer li:not(:first-child) li a {
  font-size: 1rem;
  color: #727272;
  transition: all 0.3s;
}
footer .footer li:not(:first-child) li a:hover {
  color: #d69962;
}
footer .footer li:last-child ul li:first-child a {
  display: block;
  margin-bottom: 12px;
}
footer .footer li:last-child ul li {
  height: auto;
  padding-left: 35px;
  position: relative;
  margin-bottom: 16px;
  line-height: 22px;
}
footer .footer li:last-child ul li::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 0;
  background: url(../img/phone-w.svg) no-repeat center / contain;
}
footer .footer li:last-child ul li:nth-child(2)::before {
  background-image: url(../img/email-w.svg);
}
footer .footer li:last-child ul li:nth-child(3)::before {
  background-image: url(../img/pos-w.svg);
}
footer .footer li:last-child ul li:nth-child(4)::before {
  background-image: url(../img/date-w.svg);
}
footer .footer .copyright {
  height: 55px;
  font-size: 14px;
  color: #727272;
  margin-bottom: 10px;
}
footer .footer .copyright a {
  font-size: 14px;
  color: #727272;
  display: block;
  margin-left: 35px;
  transition: all 0.3s;
}
footer .footer .copyright ul{
  display: flex;
  align-items: flex-end;
}
footer .footer .copyright a:hover {
  color: #d69962;
}
footer .footer .contact-us .shop-name {
    margin-bottom: 15px;
    font-size: 16px;
    padding-top: 0;
    color: #ce9260;
}
.loading {
	position: relative;
}
.loading:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../img/load.gif') no-repeat center;
	background-size: 50px;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 1;
}
.flex.item{
  align-items: center;
}

.subscribe div input[type='submit'] {
  background: url('../img/plane.svg') no-repeat center/25px;
}
.subscribe .swiper-slide img{
  transition: all 0.4s;
}
.subscribe .swiper-slide:hover img{
    transform: scale(1.1);
}
.subscribe .swiper-slide{
  overflow: hidden;
  border-radius: 8px;
}

footer .footer li:nth-child(3) ul li:first-child a {
  display: block;
  margin-bottom: 12px;
}
footer .footer li:nth-child(3) ul li {
  height: auto;
  padding-left: 35px;
  position: relative;
  margin-bottom: 16px;
  line-height: 22px;
}
footer .footer li:nth-child(3) ul li::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 0;
  background: url(../img/phone-w.svg) no-repeat center / contain;
}
footer .footer li:nth-child(3) ul li.phone:before{
  background-image: url('../img/phone-w.svg');
}
footer .footer li:nth-child(3) ul li.email:before{
  background-image: url('../img/email-w.svg');
}
footer .footer li:nth-child(3) ul li.pos:before{
  background-image: url('../img/pos-w.svg');
}
footer .footer li:nth-child(3) ul li.time:before{
  background-image: url('../img/time.svg');
}
/* footer .footer li:nth-child(3) ul li:nth-child(2)::before {
  background-image: url(../img/email-w.svg);
}
footer .footer li:nth-child(3) ul li:nth-child(3)::before {
  background-image: url(../img/pos-w.svg);
}
footer .footer li:nth-child(3) ul li:nth-child(4)::before {
  background-image: url(../img/date-w.svg);
} */
footer .footer li:last-child .flex > div {
  margin-right: 10px;
  margin-bottom: 20px;
}
footer .footer li:last-child span {
  font-size: 14px;
  color: #3f3f3f;
  padding-top: 10px;
  display: block;
}
footer .contact-us{
  max-width: 350px;
}
.home_text span, .specials_text span, .spa_text span, .spad_text span, .med_text span, .medd_text span{
  font-size: 1.375rem;
  color: #ce9261;
  text-transform: capitalize;
  font-family: "Dancing Script", sans-serif;
}
.flex.item{
  align-items: center;
}
div.loader {
  border: 7px solid #f2f5f9;
  border-top: 7px solid #fff;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 50%;
  margin-left: -1.75rem;
  animation: spin 1s linear infinite;
  margin-top: 0;
  text-align: center;
}

@keyframes spin {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}
.breadcrumbs span a{
  color: #7c7c7c;
}
.breadcrumbs span a:hover{
  color: #ce9260;
}
.button{
  cursor: pointer;
}

.modal-v{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 160;
  visibility: hidden;
}
.video-p .modal-v{
  visibility: visible;
}
.modal-v .modalcontent{
  width: 1000px;
  height: 600px;
  position: absolute;
  left: 50%;
  z-index: 2;
  top: 50%;
  transition: all 0.3s;
  transform: translate(-50%,-50%);
  top: -100%;
}
.video-p .modal-v .modalcontent{
  top: 50%;
}
.modal-v .modalcontent video, .modal-v .modalcontent iframe{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.modal-v .modalcontent .video-content{
  height: 100%;
}
.modal-v .modalcontent .video-content .close{
  width: 30px;
  height: 30px;
  margin-left: auto;
  transition: all 0.3s;
  margin-right: auto;
  margin-top: 2rem;
  cursor: pointer;
  display: block;
  background: url('../img/close-w.svg') no-repeat center/contain;
}
.modal-v .modalcontent .video-content .close:hover{
  transform: rotate(180deg);
}
.overlay{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.video-p .overlay{
  display: block;
}
.desc-link{
  text-indent: -9999px;
  display: inline-block;
}
.regular-price{
  color: #999;
  text-decoration: line-through;
  margin-left: 0.3rem;
  font-size: 14px;
}
.specials_items .products li p.sale_tip, .product_detail_like .swiper_like li a p.sale_tip{
  font-size: 15px;
  text-align: center;
  color: #ce9260;
  margin-top: 0.3rem;
  padding: 0;
}
form#sytech-newsletter-subscription{
  justify-content: center;
}

.wp-block-aab-group-accordion{
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.wp-block-aab-accordion-item .aagb__accordion_head{
  padding: 20px !important;
  font-size: 1.125rem;
  color: #494949;
  font-weight: 400 !important;
}
.wp-block-aab-accordion-item{
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.wp-block-aab-accordion-item .aagb__accordion_body{
  line-height: 1.8;
  color: #666;
}
.wp-block-aab-accordion-item .aagb__accordion_head strong{
  font-weight: 400;
}
.dashicons-arrow-up-alt2:before{
  color: #cd9161;
  font-weight: 400;
}
.dashicons-arrow-down-alt2:before{
  color: #cd9161;
  font-weight: 400;
}
.sytech_filter{
  padding-top: 3rem;
}
.sytech_filter ul.terms{
  display: flex;
  gap: 1rem;
}

body div.widget ul.terms li:before{
  border-radius: 3px;
}
body div.widget ul.terms li:after{
  border-radius: 3px;
  background-color: #cd9161;
}
body div.widget strong{
  padding: 0;
  font-size: 20px;
}
body div.widget strong::before{
  display: none;
}