* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4,
span,
button,
input,
select,
a,
div {
  font-family: 'Poppins', sans-serif;
  margin: 0;
}

a {
  color: unset;
  text-decoration: unset;
}

li {
  list-style-type: none;
}
h2 {
  font-weight: 500;
}

form.searchbox {
  position: relative;
}
form.searchbox div.results {
  position: absolute;
  top: 44px;
  background: white;
  min-width: 14rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
form.searchbox div.results ul li:first-child {
  margin-top: 1rem;
}
form.searchbox div.results ul li:last-child {
  margin-bottom: 1rem;
}
form.searchbox div.results li {
  padding: 0.5rem 1rem;
}
.content {
  max-width: 1220px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.between {
  justify-content: space-between;
}

.around {
  justify-content: space-around;
}

.center {
  justify-content: center;
}

.right {
  justify-content: right;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

.clamp2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

img {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

header.main_header {
  position: relative;
  z-index: 80;
}
header.main_header .topnav {
  border-bottom: 1px solid rgba(181, 181, 181, 0.25);
}
header.main_header .topnav .topnav_box {
  height: 2.5rem;
  font-size: 13px;
}
header.main_header .topnav .topnav_box .img-content {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
header.main_header .header_center {
  border-bottom: 1px solid rgba(181, 181, 181, 0.25);
}
header.main_header .header_center .header_center-box {
  height: 90px;
}
header.main_header .header_center .header_center-box .logo_content {
  max-width: 215px;
}
header.main_header .header_center .search_content form {
  border: 1px solid rgba(181, 181, 181, 0.25);
  margin: 0 4rem;
}
header.main_header .header_center .search_content form .search-options {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px 0;
  width: 7.5rem;
  height: 44px;
  vertical-align: top;
  border-right: 1px solid rgba(181, 181, 181, 0.25);
}
header.main_header .header_center .search_content form .search-options .img-content {
  width: 12px;
  height: 12px;
  margin-bottom: 14px;
}
header.main_header .header_center .search_content form input[type='search'] {
  flex: 1;
  height: 44px;
  outline: none;
  border: none;
  padding: 0 20px;
}
header.main_header .header_center .search_content form button[type='submit'] {
  width: 44px;
  height: 44px;
  vertical-align: top;
  display: inline-flex;
  outline: none;
  border: none;
  border-radius: 2px;
  background-color: #0273ff;
}
header.main_header .header_center .search_content form button[type='submit'] .img-content {
  width: 20px;
  height: 20px;
}
header.main_header .header_center .options_content {
  column-gap: 35px;
}
header.main_header .header_center .options_content .options_item {
  width: 80px;
  height: 50px;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
header.main_header .header_center .options_content .options_item .img-content {
  height: 20px;
  width: 20px;
  margin-bottom: 8px;
}
header.main_header .header_center .options_content .options_item p {
  color: #666666;
  font-size: 0.8rem;
}
header.main_header .navbar {
  box-shadow: 0 5px 5px rgba(192, 192, 192, 0.25);
}
header.main_header .navbar {
  height: 63px;
}
header.main_header .navbar li a {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  line-height: 60px;
  display: inline-block;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  padding-left: 1rem;
  padding-right: 1rem;
}
header.main_header .navbar li a:hover,
header.main_header .navbar li.current-menu-item a {
  border-bottom: 3px solid #0273ff;
}
div.navbar div.content > div > ul {
  display: flex;
  justify-content: space-between;
}
div.main_banner {
  position: relative;
}
div.main_banner .bg-content {
  padding-left: 5rem;
}
div.main_banner .bg-content img {
  height: 100%;
}
div.main_banner div.main_banner-swiper div.swiper-wrapper div.swiper-slide {
  background: url('../img/home_banner_bg.png') no-repeat center/cover;
}
div.main_banner div.main_banner-swiper div.swiper-wrapper div.swiper-slide .text_content {
  height: 580px;
  flex-direction: column;
  align-items: start;
}
div.main_banner div.main_banner-swiper div.swiper-wrapper div.swiper-slide .text_content span {
  color: #0273ff;
  font-size: 16px;
  font-weight: 500;
}
div.main_banner h1 {
  color: #0273ff;
  font-size: 50px;
  margin: 15px 0;
  text-align: left;
}
div.main_banner div.main_banner-swiper div.swiper-wrapper div.swiper-slide .text_content p {
  color: rgba(35, 35, 35, 0.65);
  font-size: 14px;
  max-width: 520px;
  line-height: 28px;
  margin-bottom: 50px;
  font-weight: 500;
  text-align: left;
}
div.main_banner a {
  padding: 15px 50px;
  border-radius: 4px;
  border: none;
  outline: none;
  background-color: #0273ff;
  color: white;
  border: 1px solid #0273ff;
  transition: all 0.3s ease;
}
div.main_banner a:hover {
  border: 1px solid #0273ff;
  color: #0273ff;
  background: transparent;
}

div.product_list div.product_list-box div.product_list-swiper {
  box-shadow: 0 0 15px rgba(200, 200, 200, 0.25);
}
div.product_list
  div.product_list-box
  div.product_list-swiper
  .swiper-wrapper
  .swiper-slide
  .swiper_slide-box {
  width: 230px;
  height: 225px;
  padding: 40px 40px 0;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
div.product_list
  div.product_list-box
  div.product_list-swiper
  .swiper-wrapper
  .swiper-slide
  .swiper_slide-box:hover,
div.product_list
  div.product_list-box
  div.product_list-swiper
  .swiper-wrapper
  .swiper-slide
  .swiper_slide-box:active {
  background-color: #0273ff;
  box-shadow: 0 0 10px rgba(186, 186, 186, 0.4);
  border-radius: 6px;
}
div.product_list
  div.product_list-box
  div.product_list-swiper
  .swiper-wrapper
  .swiper-slide
  .swiper_slide-box:hover
  .text_content
  p,
div.product_list
  div.product_list-box
  div.product_list-swiper
  .swiper-wrapper
  .swiper-slide
  .swiper_slide-box:active
  .text_content
  p {
  color: white;
}
div.product_list
  div.product_list-box
  div.product_list-swiper
  .swiper-wrapper
  .swiper-slide
  .swiper_slide-box
  .img-content {
  text-align: center;
  width: 150px;
  height: 110px;
  overflow: hidden;
}
div.product_list
  div.product_list-box
  div.product_list-swiper
  .swiper-wrapper
  .swiper-slide
  .swiper_slide-box
  .text_content {
  margin-top: 20px;
}
div.product_list
  div.product_list-box
  div.product_list-swiper
  .swiper-wrapper
  .swiper-slide
  .swiper_slide-box
  .text_content
  p {
  font-weight: 500;
  word-break: break-all;
  font-size: 12.5px;
  text-align: center;
  color: #000;
}

div.product_gallery div.product_gallery-box {
  padding: 180px 0 0;
}
div.product_gallery div.product_gallery-box .product_gallery-header {
  padding-bottom: 80px;
}
div.product_gallery div.product_gallery-box .product_gallery-header h2 {
  font-size: 44px;
  text-align: center;
}
div.product_gallery div.product_gallery-box .product_gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 3rem;
  margin-bottom: 80px;
}
div.product_gallery .content {
  max-width: 1420px;
}
div.product_gallery div.product_gallery-box .product_gallery-grid .product_gallery-item {
  position: relative;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  text-align: center;
  padding: 25px;
  overflow: hidden;
}
div.product_gallery div.product_gallery-box .product_gallery-grid .product_gallery-item:hover {
  transform: scale(1.05);
  background-color: white;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
}
div.product_gallery
  div.product_gallery-box
  .product_gallery-grid
  .product_gallery-item:hover
  a.more-btn {
  transform: none;
}
div.product_gallery
  div.product_gallery-box
  .product_gallery-grid
  .product_gallery-item:hover
  .header_image
  .options {
  right: 26px;
  opacity: 1;
}
div.product_gallery
  div.product_gallery-box
  .product_gallery-grid
  .product_gallery-item
  .header_image {
  min-height: 255px;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.product_gallery
  div.product_gallery-box
  .product_gallery-grid
  .product_gallery-item
  .header_image
  .status {
  position: absolute;
  top: 2.2rem;
  left: 2.5rem;
  z-index: 2;
  color: #0273ff;
  font-size: 18px;
  font-weight: 500;
}
div.product_gallery
  div.product_gallery-box
  .product_gallery-grid
  .product_gallery-item
  .header_image
  .price_label {
  display: inline-block;
  position: absolute;
  left: 1rem;
  top: 1.8rem;
  padding: 2px 1.5rem 2px 1rem;
  z-index: 10;
  clip-path: polygon(100% 0, 85% 50%, 100% 100%, 0% 100%, 0% 100%, 0% 0%);
  line-height: 2rem;
  background: #0273ff;
  color: white;
  font-weight: 400;
  font-size: 16px;
}
div.product_gallery
  div.product_gallery-box
  .product_gallery-grid
  .product_gallery-item
  .header_image
  .options {
  background-color: white;
  position: absolute;
  padding: 18px 16px;
  top: 25px;
  right: -5rem;
  text-align: center;
  transition: 0.3s all ease;
  opacity: 0;
  box-shadow: 0 0 10px rgba(200, 200, 200, 0.25);
}
div.product_gallery
  div.product_gallery-box
  .product_gallery-grid
  .product_gallery-item
  .header_image
  .options
  span
  + span {
  margin-top: 1rem;
}
div.product_gallery
  div.product_gallery-box
  .product_gallery-grid
  .product_gallery-item
  .header_image
  .options
  .collection {
  width: 27px;
  height: 27px;
  background: url(../img/love.svg) no-repeat center;
  cursor: pointer;
  background-size: contain;
  display: block;
}
div.product_gallery
  div.product_gallery-box
  .product_gallery-grid
  .product_gallery-item
  .header_image
  .options
  .pro_cart {
  background: url(../img/shopcart.svg) no-repeat center;
  position: relative;
  overflow: hidden;
  background-size: contain;
  width: 25px;
  height: 25px;
  display: block;
}
div.product_gallery
  div.product_gallery-box
  .product_gallery-grid
  .product_gallery-item
  .header_image
  .options
  .view {
  background: url(../img/view.svg) no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
}
div.product_gallery div.product_gallery-box .product_gallery-grid .product_gallery-item p.title {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  transform: perspective(1px);
}
div.product_gallery div.product_gallery-box .product_gallery-grid .product_gallery-item a.series {
  font-size: 15px;
  color: #959595;
  display: -webkit-box;
  text-align: center;
}
div.product_gallery div.product_gallery-box .product_gallery-grid .product_gallery-item span.price {
  display: block;
  text-align: center;
  margin-top: 16px;
  font-weight: 500;
  font-size: 20px;
  color: #0273ff;
}
div.product_gallery div.product_gallery-box .product_gallery-grid .product_gallery-item span.rate {
  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;
}
div.product_gallery
  div.product_gallery-box
  .product_gallery-grid
  .product_gallery-item
  span.rate
  span {
  display: block;
  height: 100%;
  width: 80%;
  background: url(../img/stars_full.svg) repeat-x left;
  background-size: contain;
}
div.product_gallery div.product_gallery-box .product_gallery-grid .product_gallery-item a.more-btn {
  display: block;
  width: 100%;
  border: 1px solid #0273ff;
  background-color: #0273ff;
  color: white;
  padding: 0.6rem 0;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 3px;
  transform: translateY(95px);
  transition: 0.3s all ease;
  margin-top: -1.5rem;
  position: relative;
  text-align: center;
}
div.product_gallery div.product_gallery-box .view-more {
  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;
}
div.product_gallery div.product_gallery-box .view-more:hover {
  border-color: #0273ff;
  color: #0273ff;
}
div.applications .applications-box {
  padding-top: 160px;
}
div.applications .applications-box .applications-header {
  padding-bottom: 65px;
}
div.applications .applications-box .applications-header h2 {
  font-size: 44px;
  text-align: center;
}
div.applications .applications-box .applications-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
div.applications .applications-box .applications-content .applications-item {
  position: relative;
  height: 720px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  background-color: #efeff0;
}
div.applications .applications-box .applications-content .applications-item:hover,
div.applications .applications-box .applications-content .applications-item.active {
  background-color: #0273ff;
}
div.applications h2 {
  font-size: 28px;
  font-weight: 500;
}
div.applications .applications-box .applications-content .applications-item:hover .text_content h2,
div.applications .applications-box .applications-content .applications-item.active .text_content h2 {
  color: white;
}
div.applications .applications-box .applications-content .applications-item:hover .text_content p,
div.applications .applications-box .applications-content .applications-item.active .text_content p {
  color: rgba(255, 255, 255, 0.65);
}
div.applications
  .applications-box
  .applications-content
  .applications-item:hover
  .text_content
  a.learn-more,
  div.applications
  .applications-box
  .applications-content
  .applications-item.active
  .text_content
  a.learn-more {
  opacity: 1;
}
div.applications .applications-box .img-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
div.applications .applications-box .applications-content .applications-item .img-content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
}
div.applications .text_content {
  padding: 6rem 4rem;
  text-align: center;
  position: relative;
  z-index: 10;
}
div.applications .text_content h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
  transition: color 0.2s ease;
}
div.applications .applications-box .applications-content .applications-item .text_content p {
  text-align: center;
  font-size: 15px;
  color: #959595;
  min-width: 300px;
  transition: color 0.2s ease;
}
div.applications .applications-box a.learn-more {
  display: inline-block;
  width: 100%;
  max-width: 185px;
  min-height: 50px;
  border: 1px solid #0273ff;
  background-color: transparent;
  color: #0273ff;
  padding: 1rem 0 1rem;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 3px;
  transition: 0.2s all ease;
  margin: 3rem auto 0 auto;
  position: relative;
  text-align: center;
}
div.applications .applications-box .applications-item:hover a.learn-more, div.applications .applications-box .applications-item.active a.learn-more {
  color: #0273ff;
  background-color: transparent;
  border: 1px solid white;
  background-color: white;
}

div.solutions .solutions_box {
  padding: 180px 0;
}
div.solutions .solutions_box .solutions-header {
  margin-bottom: 80px;
  justify-content: space-between;
}
div.solutions .solutions_box .solutions-header h2 {
  font-size: 44px;
  font-weight: 600;
}
div.solutions .solutions_box .solutions-header .text_content {
  max-width: 47%;
}
div.solutions .solutions_box .solutions-header .text_content p {
  font-size: 16px;
  color: #808080;
  line-height: 22.5px;
  padding-top: 1rem;
}
div.solutions .solutions_box .solutions-content .solutions-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 30px;
}
div.solutions .solutions_box .solutions-content .solutions-list .solutions-item {
  padding-bottom: 10px;
}
div.solutions
  .solutions_box
  .solutions-content
  .solutions-list
  .solutions-item:hover
  .img-content
  img {
  transform: scale(1.1);
}
div.solutions .solutions_box .solutions-content .solutions-list .solutions-item .img-content {
  height: 360px;
  overflow: hidden;
}
div.solutions .solutions_box .solutions-content .solutions-list .solutions-item .img-content img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
  transform: perspective(1px);
}
div.solutions .solutions_box .solutions-content .solutions-list .solutions-item h2 {
  color: #232323;
  font-size: 22px;
  font-weight: 500;
  margin-top: 1.5rem;
}
div.solutions .solutions_box .solutions-content .solutions-list .solutions-item p {
  color: #959595;
  font-size: 15px;
  margin-top: 1rem;
}
div.solutions .solutions_box .solutions-content .solutions-list .solutions-item span.learn-more {
  font-size: 16px;
  margin-top: 1.2rem;
  display: inline-block;
  font-weight: 400;
  color: #0273ff;
}

div.link_card {
  background-color: #f2f3f5;
}
div.link_card .link_card-box {
  height: 300px;
}
div.link_card .link_card-box .link_card-item {
  text-align: center;
}
div.link_card .link_card-box .link_card-item .img-content {
  display: inline-block;
  max-width: 50px;
  min-height: 50px;
}
div.link_card .link_card-box .link_card-item .img-content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
div.link_card .link_card-box .link_card-item h2 {
  font-size: 22px;
  color: #242424;
  margin: 1rem 0;
}
div.link_card .link_card-box .link_card-item a.learn-more {
  font-size: 16px;
  color: #0273ff;
}

footer.main_footer .main_footer-body {
  background-color: #0273ff;
}
footer.main_footer .main_footer-body .main_footer-body-box {
  /* height: 625px; */
  min-height: 625px;
  padding: 80px 0 40px;
  flex-direction: column;
  row-gap: 80px;
}
footer.main_footer .main_footer-body .main_footer-body-box .main_footer-body-link ul {
  vertical-align: top;
}
footer.main_footer .main_footer-body .main_footer-body-box .main_footer-body-link ul li h2 {
  color: white;
  font-size: 18px;
  font-weight: 500;
}
footer.main_footer .main_footer-body .main_footer-body-box .main_footer-body-link ul li a {
  color: rgba(255, 255, 255, 0.65);
  transition: all .2s ease;
  font-size: 15px;
}
footer.main_footer .main_footer-body .main_footer-body-box .main_footer-body-link ul li:hover a {
  color: white;
}
footer.main_footer .main_footer-body .main_footer-body-box .main_footer-body-link ul li ~ li {
  margin-top: 1rem;
}
footer.main_footer .main_footer-body .main_footer-body-box .main_footer-body-link div {
  max-width: 190px;
}
footer.main_footer .main_footer-body .main_footer-body-box .main_footer-body-link div h2 {
  color: white;
  font-size: 18px;
  margin-bottom: 1.5rem;
}
footer.main_footer .main_footer-body .main_footer-body-box .main_footer-body-link div p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  margin-top: 0.9rem;
}
footer.main_footer
  .main_footer-body
  .main_footer-body-box
  .main_footer-body-link
  div
  a.contact_us-btn {
  display: inline-block;
  width: 100%;
  max-width: 190px;
  /* min-height: 50px; */
  border: 1px solid white;
  color: white;
  padding: 0.9rem 0 0.8rem;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 3px;
  transition: 0.2s all ease;
  margin-top: 2.2rem;
  position: relative;
  text-align: center;
}
footer.main_footer
  .main_footer-body
  .main_footer-body-box
  .main_footer-body-link
  div
  a.contact_us-btn:hover {
  color: #0273ff;
  background-color: white;
}
footer.main_footer .main_footer-body .main_footer-body-box .main_footer-body-bottom .img-content {
  max-width: 350px;
}
footer.main_footer .main_footer-body .main_footer-body-box .main_footer-body-bottom div.social a {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url(../img/facebook.svg) no-repeat center;
  background-size: 0.6rem;
  margin: 0 0.5rem;
  transition: 0.4s all ease;
  position: relative;
  text-indent: -99999px;
}
footer.main_footer .main_footer-body .main_footer-body-box .main_footer-body-bottom div.social a:hover {
  transform: translateY(-5px) scale(1.1);
}
footer.main_footer
  .main_footer-body
  .main_footer-body-box
  .main_footer-body-bottom
  div.social
  a.twitter {
  background: url(../img/twitter.svg) no-repeat center;
  background-size: 1.3rem;
}
footer.main_footer
  .main_footer-body
  .main_footer-body-box
  .main_footer-body-bottom
  div.social
  a.youtube {
  background: url(../img/youtube.svg) no-repeat center;
  background-size: 1rem;
}
footer.main_footer
  .main_footer-body
  .main_footer-body-box
  .main_footer-body-bottom
  div.social
  a.pinterest {
  background: url(../img/pinterest.svg) no-repeat center;
  background-size: 1rem;
}
footer.main_footer
  .main_footer-body
  .main_footer-body-box
  .main_footer-body-bottom
  div.social
  a.instagram {
  background: url(../img/instagram.svg) no-repeat center;
  background-size: 1.2rem;
}
footer.main_footer .main_footer-bottom {
  background-color: #0a2540;
}
footer.main_footer .main_footer-bottom .main_footer-bottom-box {
  height: 90px;
}
footer.main_footer .main_footer-bottom .main_footer-bottom-box p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
}
footer.main_footer .main_footer-bottom .main_footer-bottom-box ul li {
  display: inline-block;
}
footer.main_footer .main_footer-bottom .main_footer-bottom-box ul li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
}
footer.main_footer .main_footer-bottom .main_footer-bottom-box ul li ~ li {
  margin-left: 3.5rem;
}
footer.main_footer .main_footer-bottom .main_footer-bottom-box a.switch_lang {
  max-width: 270px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 3px;
  display: inline-block;
  padding: 0.6rem 1rem;
  padding-left: 2rem;
  font-size: 16px;
  white-space: nowrap;
  position: relative;
}
footer.main_footer .main_footer-bottom .main_footer-bottom-box a.switch_lang .img-content {
  display: inline-block;
  max-width: 16px;
  max-height: 16px;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  left: 8px;
}
footer.main_footer .main_footer-bottom .main_footer-bottom-box a.switch_lang .img-content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer.main_footer .main_footer-bottom .main_footer-bottom-box a.switch_lang p {
  display: inline-block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.65);
}

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;
}
.header-account section.account,
.header-cart section.cart_summary {
  line-height: initial;
  position: absolute;
  color: #222;
  right: 0;
  background: #fff;
  z-index: -1;
  top: 4.5rem;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 12px rgb(0 0 0 / 10%);
  padding: 0 1.5rem;
  transition: 0.5s all ease;
  z-index: 1004;
  max-height: 0;
}
.header-account section.account.loggined .loggined {
  width: 13.7rem;
  padding: 0 0.3rem;
}
.header-account:hover section.account,
.header-cart:hover section.cart_summary {
  padding: 1.8rem 1.5rem;
  max-height: 55rem;
}
.header-account:hover section.account {
  padding-top: 1rem;
}
.options_content .header-account,
.options_content .header-cart {
  position: relative;
}
.cart_summary .only-mobile {
  display: none;
}
.empty-cart-content {
  width: 22.5rem;
}
.empty-cart-content .empty-cart-words h3 {
  color: #333;
  font-size: 17px;
  text-align: center;
}
.empty-cart-content .empty-cart-words p {
  font-size: 12px;
  color: #989898;
  text-align: center;
  line-height: 17px;
  max-width: 80%;
  margin: 15px auto;
}
.empty-cart-content div.shop-btn-content {
  text-align: center;
  margin: 10px 0;
  margin-top: 30px;
}
.empty-cart-content div a {
  font-size: 15px;
  color: white;
  padding: 12px 48px;
  background-color: #0273ff;
  text-align: center;
  text-transform: capitalize;
}
.empty-cart-content > p > span,
section.cart_summary .have-pro > p > span {
  padding-bottom: 7px;
  display: inline-block;
  border-bottom: 1px solid #0273ff;
  margin-top: 5px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 17px;
}
.empty-cart-content > p,
section.cart_summary .have-pro > p {
  text-align: center;
  color: #333;
}
.empty-cart-content .empty-cart-img {
  width: 66%;
  height: 220px;
  background: url(../img/empty-cart.jpg) no-repeat center;
  background-size: 100%;
  margin: 1rem auto 0;
}
section.cart_summary .have-pro {
  width: 388px;
}
section.cart_summary .cart-list li.deleting {
  transform: translateX(-100%);
}
.cart-list li {
  width: 100%;
  font-size: 1.1rem;
  position: relative;
  color: #222222;
  padding: 1rem 0 2rem;
  border-bottom: 1px solid #dfdfdf;
  transition: all 0.3s ease;
}
.cart-list li .img span {
  min-height: 6rem;
  background-size: 100% !important;
  background-position-y: bottom !important;
}
.cart-list li p.price {
  font-weight: 500;
  position: relative;
}
.cart-list li p.price del {
  font-size: 0.9rem;
  color: #989898;
  margin-right: 2px;
  font-weight: 300;
  position: absolute;
  left: -2px;
  transform: translateX(-100%);
  bottom: 2px;
}
/* section.cart_summary .have-pro>p{
  margin-bottom: 1rem;
} */
.cart-list li .img {
  width: 6rem;
}
.cart-list li .title {
  text-align: left;
  min-width: 52%;
  font-size: 16px;
}
.cart-list li .title span {
  font-size: 13px;
  color: #989898;
  display: inline-block;
  margin: 0.2rem 0 0.8rem;
  text-transform: capitalize;
}
.cart-list {
  margin-bottom: 1.8rem;
}
section.cart_summary .have-pro span.remove {
  position: absolute;
  right: 0;
  top: 1.5rem;
  font-size: 1.5rem;
  font-weight: 300;
  color: #989898;
  cursor: pointer;
}
/* section.cart_summary p.count{
  width: max-content;
  border: 1px solid #dfdfdf;
  text-align: center;
  padding: 0 1.8rem 0 0.5rem;
  border-radius: 3px;
  font-size: 13px;
  background: url(../img/arrow-down.svg) no-repeat center;
  background-size: 15px;
  background-position-x: 90%;
} */
section.cart_summary .have-pro > div.flex > p {
  font-weight: 600;
  font-size: 1.2rem;
  color: #222222;
}
section.cart_summary .have-pro > div.flex > span {
  color: #0273ff;
  font-size: 1.2rem;
  font-weight: 600;
}
section.cart_summary .have-pro > p.text {
  text-align: left;
  margin: 2.8rem 0 1.5rem;
  color: #989898;
}
section.cart_summary .have-pro div.btn {
  padding-right: 5px;
  margin-bottom: 0.8rem;
}
section.cart_summary .quantity button,
section.cart_summary .quantity input,
section.cart_summary .quantity button.reduce {
  height: 1.3rem;
  font-size: 13px;
}
.product-detail .quantity button,
.quantity button {
  background-color: white;
  border: 1px solid #c7c7c7;
  padding: 0 2px;
  cursor: pointer;
  height: 2.8rem;
  width: 1.2rem;
  border-radius: 3px;
  cursor: pointer;
  font-family: inherit;
  color: #c7c7c7;
}
input[type='text'],
input[type='tel'],
input[type='email'],
input[type='password'],
input[type='number'],
input[type='date'] {
  border: 1px solid #dfdfdf;
  padding: 14px 1rem;
  border-radius: 4px;
  font-size: 18px;
  font-family: inherit;
  width: 100%;
}

.product-detail .quantity button.add,
.quantity button.reduce {
  border-bottom-right-radius: unset;
  border-top-right-radius: unset;
}
.product-detail .quantity button.reduce,
.quantity button.add {
  border-bottom-left-radius: unset;
  border-top-left-radius: unset;
}
.product-detail .quantity input,
.quantity input {
  text-align: center;
  border: 1px solid #c7c7c7;
  border-right: 0;
  border-left: 0;
  width: 1.8rem;
  height: 2.8rem;
  text-align: center;
  font-family: inherit;
  outline: none;
  font-size: 1.1rem;
  padding: 0;
  border-radius: 0;
}

.header-account section.account {
  line-height: initial;
  position: absolute;
  color: #222;
  right: 0;
  background: #fff;
  z-index: -1;
  top: 4.5rem;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 12px rgb(0 0 0 / 10%);
  padding: 0 1.5rem;
  transition: 0.5s all ease;
  z-index: 99;
  max-height: 0;
  /* height: 34rem; */
}
.header-account section.account.loggined .loggined {
  width: 13.7rem;
  padding: 0 0.3rem;
}
.header-account .account-name {
  padding-left: 4rem;
  position: relative;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #dfdfdf;
  padding-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.account-name p {
  margin-bottom: 0.5rem;
}
.account-name .avatar {
  position: absolute;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  /* border: 1px solid #dfdfdf; */
  border-radius: 50%;
  background-size: cover !important;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header-account section.account .account-name img {
  width: 4rem;
}
.header-account ul.account-menu-list li a {
  display: block;
  padding-left: 2rem;
  background-size: 1.2rem 1.2rem !important;
  background-position-x: left !important;
  font-size: 18px;
  transition: 0.3s all ease;
}
.header-account ul.account-menu-list li {
  margin-bottom: 1.2rem;
}
.header-account ul.account-menu-list li:hover a {
  color: #0273ff;
}
.header-account ul.account-menu-list {
  padding-bottom: 1px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 1.2rem;
}
.header-account a.log-out {
  padding-left: 2rem;
  font-size: 17px;
  color: #989898;
  background: url(../img/log-out-icon.svg) no-repeat center left;
  background-size: 1rem;
}
.header-account ul.account-menu-list li span {
  color: white;
  background-color: #b88651;
  border-radius: 10px;
  padding: 0 0.6rem;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  display: inline-block;
  margin-left: 1.4rem;
}
.search_content .results .loader {
  margin-top: -2.2rem;
  width: 1.5rem;
  height: 1.5rem;
  border: 4px solid #f2f5f9;
  border-top: 4px solid #fff;
  left: unset;
  right: 8.5rem;
}
.sytech_filter .widget.product_application ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.sytech_filter .widget.product_application ul li {
  padding: 0.4rem 0.8rem 0.4rem;
  background-color: rgb(241, 241, 241);
  color: #333;
  border-radius: 4px;
  font-size: 14px;
  max-width: min-content;
  white-space: nowrap;
}
.sytech_filter .widget.product_application ul li.active,
.sytech_filter .widget.product_application ul li:hover {
  background-color: #0273ff;
  color: white;
}
.sytech_filter .widget.product_application ul li:before,
.sytech_filter .widget.product_application ul li:after {
  display: none;
}
.compare-wrap 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;
  background-position-x: 93%;
  cursor: pointer;
}
.compare-wrap strong:before {
  display: none;
}
.widget.product_compare strong {
  padding-bottom: 1rem;
  border-bottom: 1px solid #dfdfdf;
}
.widget.product_compare a.go_comparator {
  width: 100%;
  text-align: center;
  padding: 0.9rem 1rem;
  border: 1px solid #0273ff;
  background-color: #0273ff;
  color: white;
  font-weight: 500;
  transition: all .2s ease;
  font-size: 18px;
}
.widget.product_compare a.go_comparator:hover {
  background-color: white;
  border-color: #0273ff;
  color: #0273ff;
}
.widget.product_compare ul {
  border-bottom: 1px solid #dfdfdf;
}
.widget.product_compare ul li {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.widget.product_compare ul li .left {
  width: 80px;
  height: 80px;
}
.widget.product_compare ul li .left span {
  height: 100%;
  width: 100%;
  display: block;
  background-size: contain !important;
}
.widget.product_compare ul li .right {
  flex: 1;
  position: relative;
  padding-right: 1.5rem;
}
.widget.product_compare ul li .right p.title {
  font-size: 15px;
  color: black;
  margin-top: 0.5rem;
  font-weight: 500;
}
.widget.product_compare ul li .right p.desc {
  font-size: 12px;
  color: #949494;
  margin-top: 0;
}
.widget.product_compare ul li .right span.delete {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  right: 0;
  top: 12px;
  cursor: pointer;
}
.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
  padding: 0.7rem;
}
body .sy_contentfaq h2 {
  margin-bottom: 0;
}
.white-btn{
  border: 1px solid #dfdfdf;
  line-height: 50px;
  font-family: inherit;
  font-size: 1.1rem;
  background: transparent;
  border-radius: 4px;
  text-align: center;
  text-transform: capitalize;
  padding: 0 5.5rem;
  color: #545454;
  display: block;
  margin: 0 auto;
  background: white;
  transition: 0.3s all ease;
  cursor: pointer;
  width: max-content;
}
.header-cart section.cart_summary .have-pro .btn a{
  padding: 0;
  width: 48.6%;
  text-align: center;
  margin: 0;
  line-height: 50px;
  text-transform: capitalize;
  font-size: 1.1rem;
}

body.page-template-application .bg-content img,
body.single-application .bg-content img {
  height: 140%;
}
.faqs_container div.faq_container {
  visibility: hidden;
  max-height: 0;
}
.faqs_container div.faq_container.active {
  visibility: visible;
  min-height: 100rem;
}
.faq_sidebar ul li.active {
  color: #222;
}
.faq_sidebar ul li {
  cursor: pointer;
}
div.sy_contentfaq h2 {
  display: none;
}
.description_content ul li {
  list-style-type: initial;
  padding-left: 0.5rem;
}
.description_content .woocommerce ul li {
  list-style-type: none;
}
.submit_sypoints_form {
  background: #0273ff;
  color: white;
  text-align: center;
  padding: 0.8rem 1rem;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.2s ease;
}
.submit_sypoints_form:hover {
  background: #004983;
}
body #add_payment_method #payment, body .woocommerce-cart #payment, body .woocommerce-checkout #payment {
  background: #f7f8fa;
}