@charset "UTF-8";
/*!
Theme Name: indupat-nuevo
Theme URI: https://indupat.com.ar
Author: The Brand Side
Author URI: https://indupat.com.ar
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 7.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: the_brand_side
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@font-face {
  font-family: "proximanova";
  src: url("assets/fonts/e3891779f470de80808d93734cedd414.eot");
  src: url("assets/fonts/e3891779f470de80808d93734cedd414.eot?#iefix") format("embedded-opentype"), url("assets/fonts/e3891779f470de80808d93734cedd414.woff2") format("woff2"), url("assets/fonts/e3891779f470de80808d93734cedd414.woff") format("woff"), url("assets/fonts/e3891779f470de80808d93734cedd414.ttf") format("truetype"), url("assets/fonts/e3891779f470de80808d93734cedd414.svg#.") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "proximanova";
  src: url("assets/fonts/72ee129e0cc51503c753a71c03cfdb0d.eot");
  src: url("assets/fonts/72ee129e0cc51503c753a71c03cfdb0d.eot?#iefix") format("embedded-opentype"), url("assets/fonts/72ee129e0cc51503c753a71c03cfdb0d.woff2") format("woff2"), url("assets/fonts/72ee129e0cc51503c753a71c03cfdb0d.woff") format("woff"), url("assets/fonts/72ee129e0cc51503c753a71c03cfdb0d.ttf") format("truetype"), url("assets/fonts/72ee129e0cc51503c753a71c03cfdb0d.svg#.") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "proximanova";
  src: url("assets/fonts/31c7af18abd57c8c32112a0ca031d677.eot");
  src: url("assets/fonts/31c7af18abd57c8c32112a0ca031d677.eot?#iefix") format("embedded-opentype"), url("assets/fonts/31c7af18abd57c8c32112a0ca031d677.woff2") format("woff2"), url("assets/fonts/31c7af18abd57c8c32112a0ca031d677.woff") format("woff"), url("assets/fonts/31c7af18abd57c8c32112a0ca031d677.ttf") format("truetype"), url("assets/fonts/31c7af18abd57c8c32112a0ca031d677.svg#.") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  font-size: calc(100vw * 16 / 1920);
  font-family: "proximanova", sans-serif;
  color: #000;
  --swiper-pagination-color:$primaryColor;
  --swiper-theme-color: $primaryColor;
  opacity: 0;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

ul {
  list-style: none;
}

button {
  border: none;
  background: none;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  width: 100%;
  display: block;
}

.container {
  max-width: calc(100vw * 1400 / 1920);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: calc(100vw * 320 / 350);
  }
}

.left {
  float: left;
}

.right {
  float: right;
}

.btn {
  border-radius: calc(100vw * 29 / 1920);
  border: calc(100vw * 1 / 1920) solid #000000;
  color: #000000;
  font-size: calc(100vw * 15 / 1920);
  line-height: 1em;
  padding: calc(100vw * 5 / 1920) calc(100vw * 16 / 1920);
  display: inline-flex;
  min-width: calc(100vw * 104 / 1920);
  text-align: center;
  transition: all 300ms ease-in-out;
  align-items: center;
  justify-content: center;
  gap: calc(100vw * 10 / 1920);
  cursor: pointer;
  padding: calc(100vw * 16 / 1920);
  border-radius: calc(100vw * 16 / 1920);
  margin-bottom: calc(100vw * 15 / 1920);
}
@media screen and (max-width: 767px) {
  .btn {
    border-radius: calc(100vw * 29 / 320);
    border: calc(100vw * 1 / 320) solid #000000;
    font-size: calc(100vw * 10 / 320);
    padding: calc(100vw * 5 / 320) calc(100vw * 16 / 320);
    min-width: calc(100vw * 104 / 320);
  }
}
.btn i {
  width: calc(100vw * 14 / 1920);
  height: calc(100vw * 14 / 1920);
}
.btn i svg {
  width: 100%;
  height: 100%;
}
.btn i svg path {
  fill: #000;
}
.btn.btn-primary {
  background: #B6272E !important;
  color: #ffffff;
  border: none;
}
.btn.btn-primary:hover {
  background: #000000;
  color: #ffffff;
}
.btn.btn-primary.active {
  background: #000000;
  color: #ffffff;
}
.btn.btn-success {
  background: #28a956 !important;
  color: #ffffff;
  border: none;
}
.btn.btn-success:hover {
  background: #28a956;
  color: #ffffff;
}
.btn.btn-success.active {
  background: #28a956;
  color: #ffffff;
}
.btn.btn-error {
  background: red !important;
  color: #ffffff;
  border: none;
}
.btn.btn-error:hover {
  background: red;
  color: #ffffff;
}
.btn.btn-error.active {
  background: red;
  color: #ffffff;
}
.btn.disabled {
  background: #ccc;
  cursor: auto;
}

.modal {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  display: none;
}
.modal .modal-content {
  width: calc(100vw * 600 / 1920);
  background: #fff;
  padding: calc(100vw * 30 / 1920);
  border-radius: calc(100vw * 30 / 1920);
  align-items: center;
  justify-content: center;
  display: flex;
}
.modal .modal-content .content h2 {
  font-size: calc(100vw * 36 / 1920);
  text-align: center;
}
.modal .modal-content .content p {
  font-size: calc(100vw * 18 / 1920);
  line-height: 1em;
  text-align: center;
  margin: calc(100vw * 30 / 1920) 0;
}
.modal .modal-content .content p a, .modal .modal-content .content p .red {
  color: #B6272E;
}
.modal .modal-content .content .box-controls {
  text-align: center;
}

.desktop {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .desktop {
    display: none !important;
  }
}

.desktop-flex {
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .desktop-flex {
    display: none !important;
  }
}

.mobile {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .mobile {
    display: block !important;
  }
}

.desktop-inline {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .desktop-inline {
    display: none;
  }
}

.mobile-inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-inline {
    display: inline-block;
  }
}

.mobile-inline-text {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-inline-text {
    display: inline;
  }
}

.mobile-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .mobile-flex {
    display: flex !important;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.swiper .swiper-button-next .icon {
  width: calc(100vw * 34 / 1920);
  height: calc(100vw * 24 / 1920);
}
@media screen and (max-width: 767px) {
  .swiper .swiper-button-next .icon {
    width: calc(100vw * 34 / 320);
    height: calc(100vw * 24 / 320);
  }
}
.swiper .swiper-button-next .icon svg {
  width: 100%;
  height: 100%;
}
.swiper .swiper-button-next::after {
  display: none;
}
.swiper .swiper-button-prev::after {
  display: none;
}

.head-box {
  display: flex;
  align-items: center;
  margin-bottom: calc(100vw * 40 / 1920);
}
.head-box .item {
  flex: 1;
}
.head-box .item:last-child {
  justify-content: end;
  display: flex;
}
.head-box .item h2 {
  font-size: calc(100vw * 40 / 1920);
  line-height: 1em;
  font-weight: bold;
}
.head-box .item a {
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 15 / 1920);
}

.products .grid {
  display: flex;
  flex-wrap: wrap;
  gap: calc(100vw * 33 / 1920);
}
.products .grid .card {
  width: calc(100vw * 325 / 1920);
  border-radius: calc(100vw * 16 / 1920);
  overflow: hidden;
  border: calc(100vw * 1 / 1920) solid #E9E9E9;
  background: #fff;
}
.products .grid .card .thumb {
  height: calc(100vw * 218 / 1920);
}
.products .grid .card .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.products .grid .card .content {
  padding: calc(100vw * 20 / 1920);
}
.products .grid .card .content h3 {
  font-size: calc(100vw * 18 / 1920);
  line-height: calc(100vw * 21 / 1920);
  font-weight: 500;
  margin-bottom: calc(100vw * 30 / 1920);
}
.products .grid .card .content h4 {
  font-size: calc(100vw * 14 / 1920);
  line-height: calc(100vw * 14 / 1920);
  font-weight: 400;
}
.products .grid .card .content .attr {
  border-top: calc(100vw * 1 / 1920) solid #E9E9E9;
  border-bottom: calc(100vw * 1 / 1920) solid #E9E9E9;
  padding: calc(100vw * 20 / 1920) 0;
  margin: calc(100vw * 20 / 1920) 0;
}
.products .grid .card .content .attr ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.products .grid .card .content .attr ul li {
  flex: 1;
}
.products .grid .card .content .attr ul li .box .icon {
  width: calc(100vw * 18 / 1920);
  height: calc(100vw * 18 / 1920);
  margin: 0 auto calc(100vw * 15 / 1920);
}
.products .grid .card .content .attr ul li .box h2 {
  font-size: calc(100vw * 14 / 1920);
  line-height: calc(100vw * 14 / 1920);
  font-weight: 400;
  text-align: center;
}
.products .grid .card .content .actions .box-actions {
  display: flex;
  align-content: center;
}
.products .grid .card .content .actions .box-actions .item {
  flex: 1;
}
.products .grid .card .content .actions .box-actions .item:last-child {
  display: flex;
  justify-content: end;
}
.products .grid .card .content .actions .box-actions .item .price {
  font-size: calc(100vw * 20 / 1920);
  line-height: calc(100vw * 30 / 1920);
  font-weight: 700;
}
.products .grid .card .content .actions .box-actions .item .btn-text-icon {
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 15 / 1920);
  color: #D30000;
}
.products .grid .card .content .actions .box-actions .item .btn-text-icon i svg path {
  fill: #D30000;
}

.acf-map {
  width: 100%;
  height: calc(100vw * 400 / 1920);
  border: #ccc solid 1px;
  margin: calc(100vw * 20 / 1920) 0;
}

.acf-map img {
  max-width: inherit !important;
}

.breadcrumb {
  font-size: 0.875rem;
  color: #000000;
  margin-top: calc(100vw * 87 / 1920);
}
.breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.breadcrumb ol li {
  display: flex;
  align-items: center;
  font-size: calc(100vw * 15 / 1920);
  font-weight: 400;
}
.breadcrumb ol li:not(:last-child)::after {
  content: "/";
  margin: 0 0.5rem;
  color: #000000;
}
.breadcrumb ol li a {
  text-decoration: none;
  color: #D30000;
}
.breadcrumb ol li a:hover {
  text-decoration: underline;
}

label {
  display: block;
  margin: calc(100vw * 5 / 1920) 0;
  cursor: pointer;
  font-size: calc(100vw * 18 / 1920);
}

label > input[type=checkbox] {
  display: none;
}

input[type=checkbox] + span:before {
  content: "\f096";
  display: inline-block;
  margin-right: calc(100vw * 5 / 1920);
  font-family: "FontAwesome";
  font-weight: normal;
  width: 1em;
}

/**--- Checked ---**/
input[type=checkbox]:checked + span:before {
  content: "\f14a";
  color: #D30000;
  animation: pop 180ms ease-in;
}

/**--- Disabled ---**/
input[type=checkbox]:disabled + span {
  color: #999;
}

input[type=checkbox]:disabled + span:before {
  content: "\f0c8";
  color: #000000;
}

/**--- Animation ---**/
@keyframes pop {
  0% {
    transform: scale(0);
  }
  90% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.btn-text-icon {
  display: inline-flex;
  align-items: center;
  gap: calc(100vw * 10 / 1920);
}
.btn-text-icon i {
  width: calc(100vw * 14 / 1920);
  height: calc(100vw * 14 / 1920);
}
.btn-text-icon i svg {
  width: 100%;
  height: 100%;
}
.btn-text-icon i svg path {
  fill: #000;
}

.slider-button {
  display: flex;
}
.slider-button .btn-slider {
  border: calc(100vw * 1 / 1920) solid #E9E9E9;
  background: #fff;
  width: calc(100vw * 40 / 1920);
  height: calc(100vw * 30 / 1920);
  border-radius: calc(100vw * 30 / 1920);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 300ms ease-in-out;
}
.slider-button .btn-slider.btn-prev {
  left: calc(100vw * -50 / 1920);
}
.slider-button .btn-slider.btn-next {
  transform: rotate(180deg);
  transform-origin: center;
}
.slider-button .btn-slider.swiper-button-disabled {
  opacity: 0.5;
}
.slider-button .btn-slider svg {
  width: calc(100vw * 10 / 1920);
  height: calc(100vw * 10 / 1920);
}

@media screen and (max-width: 767px) {
  body {
    margin: 0;
    padding: 0;
    font-size: calc(100vw * 16 / 350);
    font-family: "proximanova", sans-serif;
    color: #000;
  }
  p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
  }
  * {
    box-sizing: border-box;
  }
  ul {
    list-style: none;
  }
  button {
    border: none;
    background: none;
  }
  a {
    text-decoration: none;
    color: #000;
  }
  img {
    width: 100%;
    display: block;
  }
  .left {
    float: left;
  }
  .right {
    float: right;
  }
  .head-box {
    display: flex;
    align-items: center;
    margin-bottom: calc(100vw * 40 / 350);
  }
  .head-box .item {
    flex: 1;
  }
  .head-box .item:last-child {
    justify-content: end;
    display: flex;
  }
  .head-box .item h2 {
    font-size: calc(100vw * 25 / 350);
    line-height: 1em;
    font-weight: bold;
  }
  .head-box .item a {
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 15 / 350);
  }
  .products .grid {
    display: flex;
    flex-wrap: wrap;
    gap: calc(100vw * 10 / 350);
  }
  .products .grid .card {
    width: calc(100vw * 325 / 350);
    border-radius: calc(100vw * 16 / 350);
    overflow: hidden;
    border: calc(100vw * 1 / 350) solid #E9E9E9;
    background: #fff;
    display: flex;
  }
  .products .grid .card .thumb {
    height: auto;
    width: calc(100vw * 160 / 350);
  }
  .products .grid .card .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: calc(100vw * 130 / 350);
  }
  .products .grid .card .content {
    padding: calc(100vw * 10 / 350);
    width: calc(100vw * 160 / 350);
  }
  .products .grid .card .content h3 {
    font-size: calc(100vw * 12 / 350);
    line-height: calc(100vw * 14 / 350);
    font-weight: 400;
  }
  .products .grid .card .content h4 {
    font-size: calc(100vw * 12 / 350);
    line-height: calc(100vw * 14 / 350);
    font-weight: 400;
  }
  .products .grid .card .content .attr {
    border-top: calc(100vw * 1 / 350) solid #E9E9E9;
    border-bottom: calc(100vw * 1 / 350) solid #E9E9E9;
    padding: calc(100vw * 10 / 350) 0;
    margin: calc(100vw * 5 / 350) 0;
  }
  .products .grid .card .content .attr ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: calc(100vw * 10 / 350);
  }
  .products .grid .card .content .attr ul li {
    flex: initial;
  }
  .products .grid .card .content .attr ul li:last-child {
    display: none;
  }
  .products .grid .card .content .attr ul li .box .icon {
    width: calc(100vw * 18 / 350);
    height: calc(100vw * 18 / 350);
    margin: 0 auto calc(100vw * 15 / 350);
    display: none;
  }
  .products .grid .card .content .attr ul li .box h2 {
    font-size: calc(100vw * 10 / 350);
    line-height: calc(100vw * 10 / 350);
    font-weight: 300;
    text-align: center;
  }
  .products .grid .card .content .actions .box-actions {
    display: flex;
    align-content: center;
  }
  .products .grid .card .content .actions .box-actions .item {
    flex: 1;
  }
  .products .grid .card .content .actions .box-actions .item:last-child {
    display: flex;
    justify-content: end;
  }
  .products .grid .card .content .actions .box-actions .item .price {
    font-size: calc(100vw * 20 / 350);
    line-height: calc(100vw * 30 / 350);
    font-weight: 400;
  }
  .products .grid .card .content .actions .box-actions .item .btn-text-icon {
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 15 / 350);
    color: #D30000;
    display: none;
  }
  .products .grid .card .content .actions .box-actions .item .btn-text-icon i svg path {
    fill: #D30000;
  }
  .breadcrumb {
    font-size: 0.875rem;
    color: #000000;
    margin-top: 0;
  }
  .breadcrumb ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
  }
  .breadcrumb ol li {
    display: flex;
    align-items: center;
    font-size: calc(100vw * 15 / 350);
    font-weight: 400;
  }
  .breadcrumb ol li:not(:last-child)::after {
    content: "/";
    margin: 0 0.5rem;
    color: #000000;
  }
  .breadcrumb ol li a {
    text-decoration: none;
  }
  .breadcrumb ol li a:hover {
    text-decoration: underline;
  }
  label {
    display: block;
    margin: calc(100vw * 5 / 350) 0;
    cursor: pointer;
    font-size: calc(100vw * 18 / 350);
  }
  label > input[type=checkbox] {
    display: none;
  }
  input[type=checkbox] + span:before {
    content: "\f096";
    display: inline-block;
    margin-right: calc(100vw * 5 / 350);
    font-family: "FontAwesome";
    font-weight: normal;
    width: 1em;
  }
  /**--- Checked ---**/
  input[type=checkbox]:checked + span:before {
    content: "\f14a";
    animation: pop 180ms ease-in;
  }
  /**--- Disabled ---**/
  input[type=checkbox]:disabled + span {
    color: #999;
  }
  input[type=checkbox]:disabled + span:before {
    content: "\f0c8";
    color: #000000;
  }
  .btn-text-icon {
    display: inline-flex;
    align-items: center;
    gap: calc(100vw * 10 / 350);
  }
  .btn-text-icon i {
    width: calc(100vw * 14 / 350);
    height: calc(100vw * 14 / 350);
  }
  .btn-text-icon i svg {
    width: 100%;
    height: 100%;
  }
  .btn-text-icon i svg path {
    fill: #000;
  }
  .slider-button {
    display: flex;
  }
  .slider-button .btn-slider {
    border: calc(100vw * 1 / 350) solid #E9E9E9;
    background: #fff;
    width: calc(100vw * 40 / 350);
    height: calc(100vw * 30 / 350);
    border-radius: calc(100vw * 30 / 350);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 300ms ease-in-out;
  }
  .slider-button .btn-slider.btn-prev {
    left: calc(100vw * -50 / 350);
  }
  .slider-button .btn-slider.btn-next {
    transform: rotate(180deg);
    transform-origin: center;
  }
  .slider-button .btn-slider.swiper-button-disabled {
    opacity: 0.5;
  }
  .slider-button .btn-slider svg {
    width: calc(100vw * 10 / 350);
    height: calc(100vw * 10 / 350);
  }
  .modal {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: none;
  }
  .modal .modal-content {
    width: calc(100vw * 300 / 350);
    background: #fff;
    padding: calc(100vw * 30 / 350);
    border-radius: calc(100vw * 30 / 350);
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .modal .modal-content .content h2 {
    font-size: calc(100vw * 24 / 350);
    text-align: center;
  }
  .modal .modal-content .content p {
    font-size: calc(100vw * 16 / 350);
    line-height: 1em;
    text-align: center;
    margin: calc(100vw * 30 / 350) 0;
  }
  .modal .modal-content .content p a, .modal .modal-content .content p .red {
    color: #B6272E;
  }
  .modal .modal-content .content .box-controls {
    text-align: center;
  }
}
header {
  background: #ffffff;
  height: calc(100vw * 104 / 1920);
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  border-bottom: 1px solid #B6272E;
}
header .container-header {
  width: calc(100vw * 1785 / 1920);
  margin: 0 auto;
}
header .container-header .content {
  display: flex;
  align-items: center;
}
header .container-header .content .logo .logo-content {
  width: calc(100vw * 327 / 1920);
  display: flex;
  align-items: center;
  gap: calc(100vw * 45 / 1920);
}
header .container-header .content .logo .logo-content .phone a {
  color: #ffffff;
  display: flex;
  align-items: center;
  line-height: 1em;
  font-size: calc(100vw * 18 / 1920);
  gap: calc(100vw * 10 / 1920);
}
header .container-header .content .menu {
  flex: 1;
  display: flex;
  justify-content: center;
}
header .container-header .content .menu ul {
  display: flex;
  gap: calc(100vw * 30 / 1920);
  margin: 0;
  padding: 0;
}
header .container-header .content .menu ul li a {
  color: #000000;
  font-size: calc(100vw * 18 / 1920);
}
header .container-header .content .action {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
header .container-header .content .action .box-controls .btn {
  background: #fff;
  padding: calc(100vw * 16 / 1920) calc(100vw * 26 / 1920);
  border-radius: calc(100vw * 16 / 1920);
  font-size: calc(100vw * 18 / 1920);
}
header .container-header .content .action .box-controls .btn.points-summary {
  background: none;
  border: none;
  cursor: auto;
  color: green;
}
header.white {
  background: #ffffff;
}
header.white .container-header .content .logo .logo-content .phone a {
  color: #000000;
}
header.white .container-header .content .logo .logo-content .phone a svg path {
  fill: #000000;
}
header.white .container-header .content .menu ul li a {
  color: #000000;
}
header.white .container-header .content .action .box-controls .btn {
  background: #fff;
  padding: calc(100vw * 16 / 1920) calc(100vw * 26 / 1920);
  border-radius: calc(100vw * 16 / 1920);
}

.mobile-menu {
  position: fixed;
  top: calc(100vw * 67 / 350);
  width: 100%;
  background-color: #F2F4F7;
  display: none;
  z-index: 999999;
}
.mobile-menu .menu {
  display: block;
}
.mobile-menu .menu ul {
  display: block;
  gap: calc(100vw * 30 / 350);
  margin: 0;
  padding: 0;
}
.mobile-menu .menu ul li {
  text-align: center;
  border-bottom: calc(100vw * 1 / 1920) solid #e1e1e1;
}
.mobile-menu .menu ul li a {
  color: #000000;
  padding: calc(100vw * 10 / 350) 0;
  display: block;
}

@media screen and (max-width: 767px) {
  header {
    background: #000000;
    height: calc(100vw * 67 / 350);
  }
  header .container-header {
    width: calc(100vw * 320 / 350);
  }
  header .container-header .content {
    display: flex;
    align-items: center;
    gap: calc(100vw * 20 / 350);
  }
  header .container-header .content .logo {
    flex: 1;
  }
  header .container-header .content .logo .logo-content {
    width: calc(100vw * 100 / 350);
    display: flex;
    align-items: center;
    gap: calc(100vw * 45 / 350);
  }
  header .container-header .content .logo .logo-content .thumb {
    width: calc(100vw * 100 / 350);
  }
  header .container-header .content .action {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }
  header .container-header .content .action .box-controls .btn {
    background: #fff;
    padding: calc(100vw * 10 / 350) calc(100vw * 11 / 350);
    border-radius: calc(100vw * 16 / 350);
    font-size: calc(100vw * 12 / 350);
  }
  header .container-header .content .trigger svg {
    width: calc(100vw * 14 / 350);
    height: calc(100vw * 18 / 350);
  }
  header .container-header .content .trigger svg path {
    stroke: #fff;
  }
  header.white {
    background: #ffffff;
  }
  header.white .container-header .content .logo .logo-content .phone a {
    color: #000000;
  }
  header.white .container-header .content .logo .logo-content .phone a svg path {
    fill: #000000;
  }
  header.white .container-header .content .menu ul li a {
    color: #000000;
  }
  header.white .container-header .content .action .box-controls .btn {
    background: #fff;
    padding: calc(100vw * 10 / 350) calc(100vw * 11 / 350);
    border-radius: calc(100vw * 16 / 350);
  }
  header.white .container-header .content .trigger svg path {
    stroke: #000000;
  }
}
.pre-footer {
  position: relative;
  height: calc(100vw * 648 / 1920);
  display: none;
}
.pre-footer .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pre-footer .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.pre-footer .container {
  position: relative;
}
.pre-footer .container .content {
  display: flex;
  height: calc(100vw * 648 / 1920);
  align-items: center;
}
.pre-footer .container .content .text-box h2 {
  color: #fff;
  font-size: calc(100vw * 70 / 1920);
  line-height: calc(100vw * 105 / 1920);
  font-weight: 500;
}
.pre-footer .container .content .text-box .box-controls .btn {
  border-radius: calc(100vw * 12 / 1920);
  border: calc(100vw * 1 / 1920) solid #fff;
  padding: calc(100vw * 25 / 1920) calc(100vw * 75 / 1920);
  color: #fff;
}
.pre-footer .container .content .text-box .box-controls .btn i svg path {
  fill: #fff;
}

footer {
  background: #000000;
  padding: calc(100vw * 60 / 1920) 0;
}
footer .container .content .logo-container {
  display: flex;
}
footer .container .content .logo-container .logo {
  width: calc(100vw * 390 / 1920);
}
footer .container .content .logo-container .logo .thumb {
  width: 100%;
  margin-bottom: calc(100vw * 40 / 1920);
}
footer .container .content .logo-container .logo p {
  font-size: calc(100vw * 15 / 1920);
  font-weight: 400;
  line-height: calc(100vw * 27 / 1920);
  color: #fff;
}
footer .container .content .logo-container .logo .box-controls {
  margin-top: calc(100vw * 20 / 1920);
}
footer .container .content .logo-container .logo .box-controls .btn {
  border-radius: calc(100vw * 44 / 1920);
  border: calc(100vw * 1 / 1920) solid #fff;
  padding: calc(100vw * 15 / 1920) calc(100vw * 40 / 1920);
  color: #fff;
  margin-bottom: calc(100vw * 10 / 1920);
}
footer .container .content .logo-container .logo .box-controls .btn i {
  width: calc(100vw * 16 / 1920);
  height: calc(100vw * 22 / 1920);
}
footer .container .content .logo-container .logo .box-controls .btn i svg path {
  fill: #fff;
}
footer .container .content .logo-container .form-newsletter {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
footer .container .content .logo-container .form-newsletter h2 {
  color: #fff;
  font-size: calc(100vw * 30 / 1920);
  line-height: calc(100vw * 30 / 1920);
  font-weight: 500;
  width: 100%;
}
footer .container .content .logo-container .form-newsletter p {
  width: 100%;
  color: #fff;
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
  font-weight: 400;
  margin: calc(100vw * 20 / 1920) 0;
}
footer .container .content .logo-container .form-newsletter .list-item h2 {
  color: #ffffff;
  font-size: calc(100vw * 20 / 1920);
  line-height: calc(100vw * 24 / 1920);
  margin-bottom: calc(100vw * 30 / 1920);
  font-weight: 400;
}
footer .container .content .logo-container .form-newsletter .list-item .item {
  display: flex;
}
footer .container .content .logo-container .form-newsletter .list-item .item ul {
  margin: 0;
  padding: 0;
  flex: 1;
}
footer .container .content .logo-container .form-newsletter .list-item .item ul li {
  margin-bottom: calc(100vw * 30 / 1920);
}
footer .container .content .logo-container .form-newsletter .list-item .item ul li a {
  color: #ffffff;
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
  font-weight: 400;
}
footer .container .content .logo-container .form-newsletter .list-item:last-child ul {
  display: flex;
}
footer .container .content .logo-container .form-newsletter .list-item:last-child ul li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: left;
}
footer .container .content .logo-container .form-newsletter .list-item:last-child ul li a {
  width: calc(100vw * 20 / 1920);
  height: calc(100vw * 20 / 1920);
}
footer .container .content .logo-container .form-newsletter .list-item:last-child ul li a svg {
  width: 100%;
  height: 100%;
}
footer .container .content .map {
  margin-top: calc(100vw * 88 / 1920);
}
footer .container .content .map h2 {
  color: #fff;
  font-weight: 500;
  font-size: calc(100vw * 30 / 1920);
  line-height: calc(100vw * 30 / 1920);
  margin-bottom: calc(100vw * 22 / 1920);
}
footer .container .content .map #map .thumb {
  width: 100%;
  height: calc(100vw * 385 / 1920);
}
footer .container .content .map #map .thumb iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
footer .container .content .menu-footer {
  border-top: calc(100vw * 1 / 1920) solid #050B20;
  border-bottom: calc(100vw * 1 / 1920) solid #050B20;
  display: flex;
  gap: calc(100vw * 30 / 1920);
  padding: calc(100vw * 60 / 1920) 0;
  margin: calc(100vw * 50 / 1920) 0;
}
footer .container .content .menu-footer .list-item h2 {
  color: #ffffff;
  font-size: calc(100vw * 20 / 1920);
  line-height: calc(100vw * 24 / 1920);
  margin-bottom: calc(100vw * 30 / 1920);
  font-weight: 400;
}
footer .container .content .menu-footer .list-item .item {
  display: flex;
}
footer .container .content .menu-footer .list-item .item ul {
  margin: 0;
  padding: 0;
  flex: 1;
}
footer .container .content .menu-footer .list-item .item ul li {
  margin-bottom: calc(100vw * 30 / 1920);
}
footer .container .content .menu-footer .list-item .item ul li a {
  color: #ffffff;
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
  font-weight: 400;
}
footer .container .content .menu-footer .list-item:last-child ul {
  display: flex;
}
footer .container .content .menu-footer .list-item:last-child ul li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: left;
}
footer .container .content .menu-footer .list-item:last-child ul li a {
  width: calc(100vw * 20 / 1920);
  height: calc(100vw * 20 / 1920);
}
footer .container .content .menu-footer .list-item:last-child ul li a svg {
  width: 100%;
  height: 100%;
}
footer .container .content .copyright p {
  color: #fff;
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .pre-footer {
    position: relative;
    height: calc(100vw * 648 / 350);
    display: none;
  }
  .pre-footer .thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .pre-footer .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .pre-footer .container {
    position: relative;
  }
  .pre-footer .container .content {
    display: block;
    height: calc(100vw * 648 / 350);
    align-items: center;
  }
  .pre-footer .container .content .text-box h2 {
    color: #fff;
    font-size: calc(100vw * 70 / 350);
    line-height: calc(100vw * 105 / 350);
    font-weight: 500;
  }
  .pre-footer .container .content .text-box .box-controls .btn {
    border-radius: calc(100vw * 12 / 350);
    border: calc(100vw * 1 / 350) solid #fff;
    padding: calc(100vw * 25 / 350) calc(100vw * 75 / 350);
    color: #fff;
  }
  .pre-footer .container .content .text-box .box-controls .btn i svg path {
    fill: #fff;
  }
  footer {
    background: #000000;
    padding: calc(100vw * 60 / 350) 0;
  }
  footer .container .content .logo-container {
    display: block;
  }
  footer .container .content .logo-container .logo {
    width: 100%;
  }
  footer .container .content .logo-container .logo .thumb {
    width: calc(100vw * 86 / 350);
    margin-bottom: calc(100vw * 40 / 350);
    margin: 0 auto;
  }
  footer .container .content .logo-container .logo p {
    font-size: calc(100vw * 15 / 350);
    font-weight: 400;
    line-height: calc(100vw * 27 / 350);
    color: #fff;
    text-align: center;
    margin-bottom: calc(100vw * 20 / 350);
  }
  footer .container .content .logo-container .logo .box-controls {
    display: block;
    gap: calc(100vw * 20 / 350);
    margin-top: calc(100vw * 20 / 350);
    text-align: center;
  }
  footer .container .content .logo-container .logo .box-controls .btn {
    border-radius: calc(100vw * 44 / 350);
    border: calc(100vw * 1 / 350) solid #fff;
    padding: calc(100vw * 15 / 350) calc(100vw * 40 / 350);
    color: #fff;
    margin-bottom: calc(100vw * 20 / 350);
  }
  footer .container .content .logo-container .logo .box-controls .btn i {
    width: calc(100vw * 16 / 350);
    height: calc(100vw * 22 / 350);
  }
  footer .container .content .logo-container .logo .box-controls .btn i svg path {
    fill: #fff;
  }
  footer .container .content .logo-container .form-newsletter {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }
  footer .container .content .logo-container .form-newsletter h2 {
    color: #fff;
    font-size: calc(100vw * 30 / 350);
    line-height: calc(100vw * 30 / 350);
    font-weight: 500;
    width: 100%;
    text-align: center;
  }
  footer .container .content .logo-container .form-newsletter p {
    width: 100%;
    color: #fff;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    font-weight: 400;
    margin: calc(100vw * 20 / 350) 0;
    text-align: center;
  }
  footer .container .content .logo-container .form-newsletter .form {
    width: 100%;
  }
  footer .container .content .logo-container .form-newsletter .form form .form-group input {
    width: 100%;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: calc(100vw * 15 / 350);
    line-height: 1em;
    font-weight: 400;
    padding: calc(100vw * 26 / 350) calc(100vw * 24 / 350);
    border-radius: calc(100vw * 16 / 350);
  }
  footer .container .content .logo-container .form-newsletter .form form .form-group input::-moz-placeholder {
    color: #fff;
    font-size: calc(100vw * 15 / 350);
    line-height: 1em;
    font-weight: 400;
  }
  footer .container .content .logo-container .form-newsletter .form form .form-group input::placeholder {
    color: #fff;
    font-size: calc(100vw * 15 / 350);
    line-height: 1em;
    font-weight: 400;
  }
  footer .container .content .logo-container .form-newsletter .form form .box-controls {
    text-align: center;
  }
  footer .container .content .logo-container .form-newsletter .form form .box-controls .btn {
    border-radius: calc(100vw * 16 / 350);
    border: calc(100vw * 1 / 350) solid #405FF2;
    padding: calc(100vw * 21 / 350) calc(100vw * 75 / 350);
    color: #fff;
    background: #B6272E;
    width: 100%;
  }
  footer .container .content .logo-container .form-newsletter .form form .box-controls .btn i svg path {
    fill: #fff;
  }
  footer .container .content .map {
    margin-top: calc(100vw * 88 / 350);
  }
  footer .container .content .map h2 {
    color: #fff;
    font-weight: 500;
    font-size: calc(100vw * 30 / 350);
    line-height: calc(100vw * 30 / 350);
    margin-bottom: calc(100vw * 22 / 350);
    text-align: center;
  }
  footer .container .content .map #map .thumb {
    width: 100%;
    height: calc(100vw * 385 / 350);
  }
  footer .container .content .map #map .thumb iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  footer .container .content .menu-footer {
    border-top: calc(100vw * 1 / 350) solid #050B20;
    border-bottom: calc(100vw * 1 / 350) solid #050B20;
    display: block;
    gap: calc(100vw * 30 / 350);
    padding: calc(100vw * 20 / 350) 0;
    margin: calc(100vw * 20 / 350) 0;
  }
  footer .container .content .menu-footer .box {
    flex: 1;
  }
  footer .container .content .menu-footer .list-item {
    display: none;
  }
  footer .container .content .menu-footer .list-item h2 {
    color: #ffffff;
    font-size: calc(100vw * 20 / 350);
    line-height: calc(100vw * 24 / 350);
    margin-bottom: calc(100vw * 30 / 350);
    font-weight: 400;
    text-align: center;
  }
  footer .container .content .menu-footer .list-item .item {
    display: flex;
  }
  footer .container .content .menu-footer .list-item .item ul {
    margin: 0;
    padding: 0;
    flex: 1;
  }
  footer .container .content .menu-footer .list-item .item ul li {
    margin-bottom: calc(100vw * 30 / 350);
  }
  footer .container .content .menu-footer .list-item .item ul li a {
    color: #ffffff;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    font-weight: 400;
  }
  footer .container .content .menu-footer .list-item:last-child {
    display: block;
  }
  footer .container .content .menu-footer .list-item:last-child ul {
    display: flex;
  }
  footer .container .content .menu-footer .list-item:last-child ul li {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .container .content .menu-footer .list-item:last-child ul li a {
    width: calc(100vw * 20 / 350);
    height: calc(100vw * 20 / 350);
  }
  footer .container .content .menu-footer .list-item:last-child ul li a svg {
    width: 100%;
    height: 100%;
  }
  footer .container .content .copyright p {
    color: #fff;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    font-weight: 400;
    text-align: center;
  }
}
.home-page {
  padding-top: calc(100vw * 104 / 1920);
}
.home-page .hero {
  position: relative;
  height: calc(100vh - 100vw * 104 / 1920);
  overflow: hidden;
}
.home-page .hero:after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home-page .hero .video-background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-page .hero .video-background video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-page .hero .container {
  height: 100%;
  position: relative;
  z-index: 1;
}
.home-page .hero .container .content {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.home-page .hero .container .content .thumb {
  width: calc(100vw * 600 / 1920);
  margin: 0 auto;
  margin-bottom: calc(100vw * 30 / 1920);
}
.home-page .hero .container .content .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-page .hero .container .content .text-box {
  width: calc(100vw * 950 / 1920);
}
.home-page .hero .container .content .text-box h3 {
  font-size: calc(100vw * 22 / 1920);
  color: #fff;
}
.home-page .hero .container .content .text-box h1 {
  font-size: calc(100vw * 36 / 1920);
  line-height: 1em;
  color: #fff;
  margin-bottom: calc(100vw * 30 / 1920);
  text-align: center;
}
.home-page .last-product {
  padding: calc(100vw * 107 / 1920) 0;
  background: #F9FBFC;
}
.home-page .categories {
  padding: calc(100vw * 107 / 1920) 0;
}
.home-page .categories .container .content .head-box {
  margin-bottom: calc(100vw * 40 / 1920);
}
.home-page .categories .container .content .head-box .item:first-child {
  display: flex;
  align-items: center;
  gap: calc(100vw * 10 / 1920);
}
.home-page .categories .container .content .head-box h2 {
  font-size: calc(100vw * 40 / 1920);
  line-height: 1em;
  font-weight: 700;
}
.home-page .categories .container .content .categories-list {
  margin-top: calc(100vw * 20 / 1920);
}
.home-page .categories .container .content .categories-list .grid {
  display: flex;
  flex-wrap: wrap;
  gap: calc(100vw * 19.76 / 1920);
}
.home-page .categories .container .content .categories-list .grid .cat {
  width: calc(100vw * 138 / 1920);
  border: 1px solid #E9E9E9;
  border-radius: calc(100vw * 16 / 1920);
}
.home-page .categories .container .content .categories-list .grid .cat .box {
  padding: calc(100vw * 25 / 1920) 0;
}
.home-page .categories .container .content .categories-list .grid .cat .box .icon {
  width: calc(100vw * 34 / 1920);
  height: calc(100vw * 34 / 1920);
  margin: 0 auto;
}
.home-page .categories .container .content .categories-list .grid .cat .box .text {
  font-size: calc(100vw * 18 / 1920);
  line-height: calc(100vw * 21 / 1920);
  text-align: center;
  margin-top: calc(100vw * 10 / 1920);
}
.home-page .why-choose {
  padding: calc(100vw * 107 / 1920) 0;
  background: #F9FBFC;
}
.home-page .why-choose .container .content .card {
  flex: 1;
  width: calc(100vw * 311 / 1920);
  border-radius: calc(100vw * 20 / 1920);
  background: #ccc;
}
.home-page .why-choose .container .content .card .box {
  padding: calc(100vw * 15 / 1920);
}
.home-page .why-choose .container .content .card .box .icon {
  width: calc(100vw * 60 / 1920);
  height: calc(100vw * 60 / 1920);
}
.home-page .why-choose .container .content .card .box h2 {
  font-size: calc(100vw * 18 / 1920);
  line-height: calc(100vw * 22 / 1920);
  margin: calc(100vw * 20 / 1920) 0 calc(100vw * 24 / 1920);
}
.home-page .why-choose .container .content .card .box p {
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
}
.home-page .featured {
  padding: calc(100vw * 107 / 1920) 0;
}
.home-page .google-comment {
  padding: calc(100vw * 107 / 1920) 0;
  background: #00B67A;
}
.home-page .google-comment .head-box .item:first-child {
  display: flex;
  align-items: center;
  gap: calc(100vw * 10 / 1920);
}
.home-page .google-comment .head-box .item h2 {
  color: #ffffff;
}
.home-page .google-comment .head-box .item p {
  color: #ffffff;
}
.home-page .google-comment .google-comment-slider .comment {
  background: #ffffff;
  border-radius: calc(100vw * 16 / 1920);
  width: calc(100vw * 328 / 1920);
}
.home-page .google-comment .google-comment-slider .comment .content-comment {
  padding: calc(100vw * 23 / 1920);
}
.home-page .google-comment .google-comment-slider .comment .content-comment .stars {
  display: flex;
  gap: calc(100vw * 1 / 1920);
}
.home-page .google-comment .google-comment-slider .comment .content-comment .stars .star {
  background: #00B67A;
  width: calc(100vw * 20 / 1920);
  height: calc(100vw * 20 / 1920);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-page .google-comment .google-comment-slider .comment .content-comment p {
  font-size: calc(100vw * 14 / 1920);
  line-height: calc(100vw * 25 / 1920);
}
.home-page .google-comment .google-comment-slider .comment .content-comment p.text {
  margin: calc(100vw * 24 / 1920) 0;
}
.home-page .team {
  padding: calc(100vw * 107 / 1920) 0;
  display: none;
}
.home-page .team .container .content .team-grid .grid {
  display: flex;
  gap: calc(100vw * 30 / 1920);
  flex-wrap: wrap;
}
.home-page .team .container .content .team-grid .grid .card {
  width: calc(100vw * 327 / 1920);
}
.home-page .team .container .content .team-grid .grid .card .thumb {
  height: calc(100vw * 398 / 1920);
  border-radius: calc(100vw * 16 / 1920);
  overflow: hidden;
}
.home-page .team .container .content .team-grid .grid .card .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-page .team .container .content .team-grid .grid .card h2 {
  font-size: calc(100vw * 20 / 1920);
  line-height: calc(100vw * 24 / 1920);
  font-weight: 500;
}
.home-page .team .container .content .team-grid .grid .card h3 {
  font-size: calc(100vw * 14 / 1920);
  line-height: calc(100vw * 25 / 1920);
  font-weight: 400;
}
.home-page .partners {
  padding: calc(100vw * 107 / 1920) 0;
}
.home-page .partners .head-box .item:first-child {
  display: flex;
  align-items: center;
  gap: calc(100vw * 10 / 1920);
}
.home-page .partners .grid {
  display: flex;
  flex-wrap: wrap;
  gap: calc(100vw * 19.76 / 1920);
}
.home-page .partners .grid .cat {
  width: calc(100vw * 209 / 1920);
  border: 1px solid #E9E9E9;
  border-radius: calc(100vw * 16 / 1920);
}
.home-page .partners .grid .cat .box {
  padding: calc(100vw * 25 / 1920) 0;
}
.home-page .partners .grid .cat .box .icon {
  width: calc(100vw * 100 / 1920);
  height: calc(100vw * 100 / 1920);
  margin: 0 auto;
}
.home-page .partners .grid .cat .box .text {
  font-size: calc(100vw * 18 / 1920);
  line-height: calc(100vw * 21 / 1920);
  text-align: center;
  margin-top: calc(100vw * 10 / 1920);
}
.home-page .faq {
  padding: calc(100vw * 107 / 1920) 0;
}
.home-page .faq .container .content h2 {
  text-align: center;
  color: #050B20;
  font-size: calc(100vw * 25 / 1920);
  line-height: calc(100vw * 30 / 1920);
}
.home-page .faq .container .content .accordion {
  width: calc(100vw * 895 / 1920);
  border-radius: 5px;
  margin: calc(100vw * 50 / 1920) auto 0;
}
.home-page .faq .container .content .accordion-header {
  padding: calc(100vw * 20 / 1920) calc(100vw * 40 / 1920) calc(100vw * 10 / 1920);
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 20 / 1920);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #050B20;
}
.home-page .faq .container .content .accordion-header.active {
  background: #F9FBFC;
}
.home-page .faq .container .content .accordion-icon {
  font-weight: bold;
  font-size: 18px;
}
.home-page .faq .container .content .accordion-content {
  display: none;
  padding: 10px;
  background: #F9FBFC;
  padding: calc(100vw * 10 / 1920) calc(100vw * 40 / 1920) calc(100vw * 40 / 1920);
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
  color: #050B20;
}

@media screen and (max-width: 767px) {
  .home-page {
    padding-top: calc(100vw * 67 / 350);
  }
  .home-page .hero {
    position: relative;
    height: calc(100vh - 100vw * 104 / 350);
    overflow: hidden;
  }
  .home-page .hero:after {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .home-page .hero .video-background {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .home-page .hero .video-background video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .home-page .hero .container {
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .home-page .hero .container .content {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  .home-page .hero .container .content .thumb {
    width: calc(100vw * 240 / 350);
    margin: 0 auto;
    margin-bottom: calc(100vw * 30 / 350);
  }
  .home-page .hero .container .content .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .home-page .hero .container .content .text-box {
    width: calc(100vw * 300 / 350);
  }
  .home-page .hero .container .content .text-box h3 {
    font-size: calc(100vw * 22 / 350);
    color: #fff;
  }
  .home-page .hero .container .content .text-box h1 {
    font-size: calc(100vw * 36 / 350);
    line-height: 1em;
    color: #fff;
    margin-bottom: calc(100vw * 30 / 350);
    text-align: center;
  }
  .home-page .categories {
    padding: calc(100vw * 60 / 350) 0;
  }
  .home-page .categories .container .content .head-box {
    margin-bottom: calc(100vw * 40 / 350);
  }
  .home-page .categories .container .content .head-box .item:first-child {
    display: flex;
    align-items: center;
    gap: calc(100vw * 10 / 350);
  }
  .home-page .categories .container .content .head-box h2 {
    font-size: calc(100vw * 20 / 350);
    line-height: 1em;
    font-weight: 700;
  }
  .home-page .categories .container .content .categories-list {
    margin-top: calc(100vw * 20 / 350);
  }
  .home-page .categories .container .content .categories-list .grid {
    display: flex;
    flex-wrap: wrap;
    gap: calc(100vw * 19 / 350.76);
  }
  .home-page .categories .container .content .categories-list .grid .cat {
    width: calc(100vw * 104 / 350);
    border: 1px solid #E9E9E9;
    border-radius: calc(100vw * 16 / 350);
  }
  .home-page .categories .container .content .categories-list .grid .cat .box {
    padding: calc(100vw * 25 / 350) 0;
  }
  .home-page .categories .container .content .categories-list .grid .cat .box .icon {
    width: calc(100vw * 25 / 350);
    height: calc(100vw * 25 / 350);
    margin: 0 auto;
  }
  .home-page .categories .container .content .categories-list .grid .cat .box .text {
    font-size: calc(100vw * 14 / 350);
    line-height: calc(100vw * 16 / 350);
    text-align: center;
    margin-top: calc(100vw * 10 / 350);
  }
  .home-page .last-product {
    padding: calc(100vw * 60 / 350) 0;
    background: #F9FBFC;
  }
  .home-page .why-choose {
    padding: calc(100vw * 60 / 350) 0;
  }
  .home-page .why-choose .container .content .head-box .item {
    display: flex;
  }
  .home-page .why-choose .container .content .head-box .item:last-child {
    display: none;
  }
  .home-page .why-choose .container .content .head-box .item .slider-button {
    align-items: baselineend;
  }
  .home-page .why-choose .container .content .head-box h2 {
    font-size: calc(100vw * 20 / 350);
    line-height: 1em;
    font-weight: 700;
  }
  .home-page .why-choose .container .content .card {
    flex: 1;
    width: 100%;
    border-radius: calc(100vw * 20 / 350);
    background: red;
  }
  .home-page .why-choose .container .content .card .box {
    padding: calc(100vw * 15 / 350);
  }
  .home-page .why-choose .container .content .card .box .icon {
    width: calc(100vw * 40 / 350);
    height: calc(100vw * 40 / 350);
  }
  .home-page .why-choose .container .content .card .box h2 {
    font-size: calc(100vw * 14 / 350);
    line-height: calc(100vw * 24 / 350);
    margin: calc(100vw * 24 / 350) 0 calc(100vw * 14 / 350);
  }
  .home-page .why-choose .container .content .card .box p {
    font-size: calc(100vw * 12 / 350);
    line-height: calc(100vw * 27 / 350);
  }
  .home-page .featured {
    padding: calc(100vw * 60 / 350) 0;
  }
  .home-page .google-comment {
    padding: calc(100vw * 60 / 350) 0;
    background: #00B67A;
  }
  .home-page .google-comment .head-box {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: calc(100vw * 20 / 350);
  }
  .home-page .google-comment .head-box .item:first-child {
    display: block;
    align-items: center;
    gap: calc(100vw * 10 / 350);
  }
  .home-page .google-comment .head-box .item h2 {
    color: #ffffff;
    font-size: calc(100vw * 20 / 350);
    line-height: calc(100vw * 30 / 350);
  }
  .home-page .google-comment .head-box .item p {
    color: #ffffff;
    margin: calc(100vw * 20 / 350) 0;
  }
  .home-page .google-comment .head-box .slider-button {
    justify-content: flex-end;
  }
  .home-page .google-comment .google-comment-slider .comment {
    background: #ffffff;
    border-radius: calc(100vw * 16 / 350);
    width: calc(100vw * 328 / 350);
  }
  .home-page .google-comment .google-comment-slider .comment .content-comment {
    padding: calc(100vw * 23 / 350);
  }
  .home-page .google-comment .google-comment-slider .comment .content-comment .stars {
    display: flex;
    gap: calc(100vw * 1 / 350);
  }
  .home-page .google-comment .google-comment-slider .comment .content-comment .stars .star {
    background: #00B67A;
    width: calc(100vw * 20 / 350);
    height: calc(100vw * 20 / 350);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-page .google-comment .google-comment-slider .comment .content-comment p {
    font-size: calc(100vw * 14 / 350);
    line-height: calc(100vw * 25 / 350);
  }
  .home-page .google-comment .google-comment-slider .comment .content-comment p.text {
    margin: calc(100vw * 24 / 350) 0;
  }
  .home-page .team {
    padding: calc(100vw * 60 / 350) 0 14.2857142857vw 0;
  }
  .home-page .team .container .content .team-grid .grid {
    display: flex;
    gap: calc(100vw * 30 / 350);
    flex-wrap: wrap;
  }
  .home-page .team .container .content .team-grid .grid .card {
    width: 100%;
    flex: 1;
  }
  .home-page .team .container .content .team-grid .grid .card .thumb {
    height: calc(100vw * 155 / 350);
    border-radius: calc(100vw * 16 / 350);
    overflow: hidden;
  }
  .home-page .team .container .content .team-grid .grid .card .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .home-page .team .container .content .team-grid .grid .card h2 {
    font-size: calc(100vw * 18 / 350);
    line-height: calc(100vw * 24 / 350);
    font-weight: 500;
  }
  .home-page .team .container .content .team-grid .grid .card h3 {
    font-size: calc(100vw * 12 / 350);
    line-height: calc(100vw * 25 / 350);
    font-weight: 400;
  }
  .home-page .partners {
    padding: 0 0 calc(100vw * 50 / 350);
  }
  .home-page .partners .head-box .item:first-child {
    display: flex;
    align-items: center;
    gap: calc(100vw * 10 / 350);
  }
  .home-page .partners .head-box .item:last-child {
    display: none;
  }
  .home-page .partners .grid {
    display: flex;
    flex-wrap: wrap;
    gap: calc(100vw * 19 / 350);
  }
  .home-page .partners .grid .cat {
    width: calc(100vw * 209 / 350);
    border: 1px solid #E9E9E9;
    border-radius: calc(100vw * 16 / 350);
  }
  .home-page .partners .grid .cat .box {
    padding: calc(100vw * 15 / 350) 0;
  }
  .home-page .partners .grid .cat .box .icon {
    width: calc(100vw * 50 / 350);
    height: calc(100vw * 50 / 350);
    margin: 0 auto;
  }
  .home-page .partners .grid .cat .box .text {
    font-size: calc(100vw * 9 / 350);
    line-height: calc(100vw * 21 / 350);
    text-align: center;
    margin-top: calc(100vw * 10 / 350);
  }
  .home-page .faq {
    padding: calc(100vw * 107 / 350) 0;
  }
  .home-page .faq .container .content h2 {
    text-align: center;
    color: #050B20;
    font-size: calc(100vw * 40 / 350);
    line-height: calc(100vw * 40 / 350);
  }
  .home-page .faq .container .content .accordion {
    width: 100%;
    border-radius: 5px;
    margin: calc(100vw * 50 / 350) auto 0;
  }
  .home-page .faq .container .content .accordion-header {
    padding: calc(100vw * 20 / 350) calc(100vw * 40 / 350) calc(100vw * 10 / 350);
    font-size: calc(100vw * 20 / 350);
    line-height: calc(100vw * 20 / 350);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #050B20;
  }
  .home-page .faq .container .content .accordion-header.active {
    background: #F9FBFC;
  }
  .home-page .faq .container .content .accordion-icon {
    font-weight: bold;
    font-size: 18px;
  }
  .home-page .faq .container .content .accordion-content {
    display: none;
    padding: 10px;
    background: #F9FBFC;
    padding: calc(100vw * 10 / 350) calc(100vw * 40 / 350) calc(100vw * 40 / 350);
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    color: #050B20;
  }
}
.about-page {
  padding-top: calc(100vw * 104 / 1920);
}
.about-page h1 {
  font-size: calc(100vw * 40 / 1920);
}
.about-page .hero-content {
  margin-top: calc(100vw * 93 / 1920);
}
.about-page .hero-content .container .content .text-content {
  display: flex;
}
.about-page .hero-content .container .content .text-content .box {
  flex: 1;
}
.about-page .hero-content .container .content .text-content .box h2 {
  width: calc(100vw * 550 / 1920);
  font-size: calc(100vw * 40 / 1920);
  line-height: calc(100vw * 54 / 1920);
}
.about-page .hero-content .container .content .text-content .box p {
  width: calc(100vw * 672 / 1920);
  font-size: calc(100vw * 16 / 1920);
  line-height: calc(100vw * 27 / 1920);
}
.about-page .hero-imgs {
  margin-top: calc(100vw * 149 / 1920) 0;
  padding: calc(100vw * 107 / 1920) 0;
}
.about-page .hero-imgs .container .content .imgs-content {
  display: flex;
  gap: calc(100vw * 30 / 1920);
}
.about-page .hero-imgs .container .content .imgs-content .box {
  width: calc(100vw * 567 / 1920);
}
.about-page .hero-imgs .container .content .imgs-content .box:first-child {
  width: calc(100vw * 198 / 1920);
}
.about-page .hero-imgs .container .content .imgs-content .box:first-child .text {
  background: #D30000;
  height: calc(100vw * 308 / 1920);
  border-radius: calc(100vw * 16 / 1920);
  margin-bottom: calc(100vw * 35 / 1920);
}
.about-page .hero-imgs .container .content .imgs-content .box:first-child .text .text-box {
  padding: calc(100vw * 40 / 1920) calc(100vw * 11 / 1920);
}
.about-page .hero-imgs .container .content .imgs-content .box:first-child .text .text-box span {
  font-size: calc(100vw * 52 / 1920);
  line-height: calc(100vw * 52 / 1920);
  color: #ffffff;
}
.about-page .hero-imgs .container .content .imgs-content .box:first-child .text .text-box p {
  color: #ffffff;
  font-size: calc(100vw * 32 / 1920);
  line-height: calc(100vw * 44 / 1920);
}
.about-page .hero-imgs .container .content .imgs-content .box:first-child .thumb {
  height: calc(100vw * 198 / 1920);
  border-radius: calc(100vw * 16 / 1920);
  overflow: hidden;
}
.about-page .hero-imgs .container .content .imgs-content .box:first-child .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about-page .hero-imgs .container .content .imgs-content .box:nth-child(2) .thumb {
  height: calc(100vw * 540 / 1920);
  border-radius: calc(100vw * 16 / 1920);
  overflow: hidden;
}
.about-page .hero-imgs .container .content .imgs-content .box:nth-child(2) .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about-page .hero-imgs .container .content .imgs-content .box .content-head {
  margin-bottom: calc(100vw * 30 / 1920);
}
.about-page .hero-imgs .container .content .imgs-content .box .content-head .thumb {
  height: calc(100vw * 300 / 1920);
  border-radius: calc(100vw * 16 / 1920);
  overflow: hidden;
}
.about-page .hero-imgs .container .content .imgs-content .box .content-head .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about-page .hero-imgs .container .content .imgs-content .box .content-foot {
  display: flex;
  gap: calc(100vw * 30 / 1920);
}
.about-page .hero-imgs .container .content .imgs-content .box .content-foot .thumb {
  height: calc(100vw * 210 / 1920);
  border-radius: calc(100vw * 16 / 1920);
  overflow: hidden;
}
.about-page .hero-imgs .container .content .imgs-content .box .content-foot .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about-page .why-choose {
  padding: calc(100vw * 107 / 1920) 0;
}
.about-page .why-choose .container .content .card {
  flex: 1;
  width: calc(100vw * 311 / 1920);
  border-radius: calc(100vw * 20 / 1920);
  background: red;
}
.about-page .why-choose .container .content .card .box {
  padding: calc(100vw * 15 / 1920);
}
.about-page .why-choose .container .content .card .box .icon {
  width: calc(100vw * 60 / 1920);
  height: calc(100vw * 60 / 1920);
}
.about-page .why-choose .container .content .card .box h2 {
  font-size: calc(100vw * 20 / 1920);
  line-height: calc(100vw * 24 / 1920);
  margin: calc(100vw * 20 / 1920) 0 calc(100vw * 24 / 1920);
}
.about-page .why-choose .container .content .card .box p {
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
}
.about-page .video .container .content #player {
  border-radius: calc(100vw * 16 / 1920);
  height: calc(100vw * 700 / 1920);
  --plyr-color-main: #D30000;
}
.about-page .team {
  padding: calc(100vw * 107 / 1920) 0;
  display: none;
}
.about-page .team .container .content .team-grid .grid {
  display: flex;
  gap: calc(100vw * 30 / 1920);
  flex-wrap: wrap;
}
.about-page .team .container .content .team-grid .grid .card {
  width: calc(100vw * 327 / 1920);
}
.about-page .team .container .content .team-grid .grid .card .thumb {
  height: calc(100vw * 398 / 1920);
  border-radius: calc(100vw * 16 / 1920);
  overflow: hidden;
}
.about-page .team .container .content .team-grid .grid .card .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about-page .team .container .content .team-grid .grid .card h2 {
  font-size: calc(100vw * 20 / 1920);
  line-height: calc(100vw * 24 / 1920);
  font-weight: 500;
}
.about-page .team .container .content .team-grid .grid .card h3 {
  font-size: calc(100vw * 14 / 1920);
  line-height: calc(100vw * 25 / 1920);
  font-weight: 400;
}
.about-page .google-comment {
  padding: calc(100vw * 107 / 1920) 0;
  background: #00B67A;
}
.about-page .google-comment .head-box .item:first-child {
  display: flex;
  align-items: center;
  gap: calc(100vw * 10 / 1920);
}
.about-page .google-comment .head-box .item h2 {
  color: #ffffff;
}
.about-page .google-comment .head-box .item p {
  color: #ffffff;
}
.about-page .google-comment .google-comment-slider .comment {
  background: #ffffff;
  border-radius: calc(100vw * 16 / 1920);
  width: calc(100vw * 328 / 1920);
}
.about-page .google-comment .google-comment-slider .comment .content-comment {
  padding: calc(100vw * 23 / 1920);
}
.about-page .google-comment .google-comment-slider .comment .content-comment .stars {
  display: flex;
  gap: calc(100vw * 1 / 1920);
}
.about-page .google-comment .google-comment-slider .comment .content-comment .stars .star {
  background: #00B67A;
  width: calc(100vw * 20 / 1920);
  height: calc(100vw * 20 / 1920);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-page .google-comment .google-comment-slider .comment .content-comment p {
  font-size: calc(100vw * 14 / 1920);
  line-height: calc(100vw * 25 / 1920);
}
.about-page .google-comment .google-comment-slider .comment .content-comment p.text {
  margin: calc(100vw * 24 / 1920) 0;
}
.about-page .faq {
  padding: calc(100vw * 107 / 1920) 0;
}
.about-page .faq .container .content h2 {
  text-align: center;
  color: #050B20;
  font-size: calc(100vw * 25 / 1920);
  line-height: calc(100vw * 30 / 1920);
}
.about-page .faq .container .content .accordion {
  width: calc(100vw * 895 / 1920);
  border-radius: 5px;
  margin: calc(100vw * 50 / 1920) auto 0;
}
.about-page .faq .container .content .accordion-header {
  padding: calc(100vw * 20 / 1920) calc(100vw * 40 / 1920) calc(100vw * 10 / 1920);
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 20 / 1920);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #050B20;
}
.about-page .faq .container .content .accordion-header.active {
  background: #F9FBFC;
}
.about-page .faq .container .content .accordion-icon {
  font-weight: bold;
  font-size: 18px;
}
.about-page .faq .container .content .accordion-content {
  display: none;
  padding: 10px;
  background: #F9FBFC;
  padding: calc(100vw * 10 / 1920) calc(100vw * 40 / 1920) calc(100vw * 40 / 1920);
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
  color: #050B20;
}

@media screen and (max-width: 767px) {
  .about-page {
    padding-top: calc(100vw * 104 / 350);
  }
  .about-page h1 {
    font-size: calc(100vw * 25 / 350);
  }
  .about-page .hero-content {
    margin-top: calc(100vw * 50 / 350);
  }
  .about-page .hero-content .container .content .text-content {
    display: block;
  }
  .about-page .hero-content .container .content .text-content .box {
    flex: 1;
  }
  .about-page .hero-content .container .content .text-content .box h2 {
    width: 100%;
    font-size: calc(100vw * 25 / 350);
    line-height: calc(100vw * 30 / 350);
    margin: calc(100vw * 20 / 350) 0;
  }
  .about-page .hero-content .container .content .text-content .box p {
    width: 100%;
    font-size: calc(100vw * 20 / 350);
    line-height: calc(100vw * 24 / 350);
  }
  .about-page .hero-imgs {
    margin-top: calc(100vw * 149 / 350);
  }
  .about-page .hero-imgs .container .content .imgs-content {
    display: block;
    gap: calc(100vw * 30 / 350);
  }
  .about-page .hero-imgs .container .content .imgs-content .box {
    width: 100%;
  }
  .about-page .hero-imgs .container .content .imgs-content .box:first-child {
    width: 100%;
  }
  .about-page .hero-imgs .container .content .imgs-content .box:first-child .text {
    background: #D30000;
    height: calc(100vw * 308 / 350);
    border-radius: calc(100vw * 16 / 350);
    margin-bottom: calc(100vw * 35 / 350);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .about-page .hero-imgs .container .content .imgs-content .box:first-child .text .text-box {
    padding: calc(100vw * 40 / 350) calc(100vw * 11 / 350);
  }
  .about-page .hero-imgs .container .content .imgs-content .box:first-child .text .text-box span {
    font-size: calc(100vw * 52 / 350);
    line-height: calc(100vw * 52 / 350);
    color: #ffffff;
  }
  .about-page .hero-imgs .container .content .imgs-content .box:first-child .text .text-box p {
    color: #ffffff;
    font-size: calc(100vw * 32 / 350);
    line-height: calc(100vw * 44 / 350);
  }
  .about-page .hero-imgs .container .content .imgs-content .box:first-child .thumb {
    height: calc(100vw * 198 / 350);
    border-radius: calc(100vw * 16 / 350);
    overflow: hidden;
  }
  .about-page .hero-imgs .container .content .imgs-content .box:first-child .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .about-page .hero-imgs .container .content .imgs-content .box:nth-child(2) .thumb {
    height: calc(100vw * 540 / 350);
    border-radius: calc(100vw * 16 / 350);
    overflow: hidden;
    margin-bottom: calc(100vw * 35 / 350);
    margin-top: calc(100vw * 35 / 350);
  }
  .about-page .hero-imgs .container .content .imgs-content .box:nth-child(2) .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .about-page .hero-imgs .container .content .imgs-content .box .content-head {
    margin-bottom: calc(100vw * 35 / 350);
  }
  .about-page .hero-imgs .container .content .imgs-content .box .content-head .thumb {
    height: calc(100vw * 300 / 350);
    border-radius: calc(100vw * 16 / 350);
    overflow: hidden;
  }
  .about-page .hero-imgs .container .content .imgs-content .box .content-head .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .about-page .hero-imgs .container .content .imgs-content .box .content-foot {
    display: block;
    gap: calc(100vw * 30 / 350);
  }
  .about-page .hero-imgs .container .content .imgs-content .box .content-foot .thumb {
    height: calc(100vw * 210 / 350);
    border-radius: calc(100vw * 16 / 350);
    overflow: hidden;
    margin-bottom: calc(100vw * 35 / 350);
  }
  .about-page .hero-imgs .container .content .imgs-content .box .content-foot .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .about-page .why-choose {
    padding: calc(100vw * 107 / 350) 0;
  }
  .about-page .why-choose .container .content .head-box .item {
    display: flex;
  }
  .about-page .why-choose .container .content .head-box .item:last-child {
    display: none;
  }
  .about-page .why-choose .container .content .head-box .item .slider-button {
    align-items: baselineend;
  }
  .about-page .why-choose .container .content .card {
    flex: 1;
    width: 100%;
    border-radius: calc(100vw * 20 / 350);
    background: red;
  }
  .about-page .why-choose .container .content .card .box {
    padding: calc(100vw * 15 / 350);
  }
  .about-page .why-choose .container .content .card .box .icon {
    width: calc(100vw * 40 / 350);
    height: calc(100vw * 40 / 350);
  }
  .about-page .why-choose .container .content .card .box h2 {
    font-size: calc(100vw * 14 / 350);
    line-height: calc(100vw * 24 / 350);
    margin: calc(100vw * 24 / 350) 0 calc(100vw * 14 / 350);
  }
  .about-page .why-choose .container .content .card .box p {
    font-size: calc(100vw * 12 / 350);
    line-height: calc(100vw * 27 / 350);
  }
  .about-page .video .container .content #player {
    border-radius: calc(100vw * 16 / 350);
    height: calc(100vw * 200 / 350);
    --plyr-color-main: #D30000;
  }
  .about-page .team {
    padding: calc(100vw * 107 / 350) 0 14.2857142857vw 0;
  }
  .about-page .team .container .content .team-grid .grid {
    display: flex;
    gap: calc(100vw * 30 / 350);
    flex-wrap: wrap;
  }
  .about-page .team .container .content .team-grid .grid .card {
    width: 100%;
    flex: 1;
  }
  .about-page .team .container .content .team-grid .grid .card .thumb {
    height: calc(100vw * 155 / 350);
    border-radius: calc(100vw * 16 / 350);
    overflow: hidden;
  }
  .about-page .team .container .content .team-grid .grid .card .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .about-page .team .container .content .team-grid .grid .card h2 {
    font-size: calc(100vw * 18 / 350);
    line-height: calc(100vw * 24 / 350);
    font-weight: 500;
  }
  .about-page .team .container .content .team-grid .grid .card h3 {
    font-size: calc(100vw * 12 / 350);
    line-height: calc(100vw * 25 / 350);
    font-weight: 400;
  }
  .about-page .google-comment {
    padding: calc(100vw * 107 / 350) 0;
    background: #00B67A;
  }
  .about-page .google-comment .head-box {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: calc(100vw * 20 / 350);
  }
  .about-page .google-comment .head-box .item:first-child {
    display: block;
    align-items: center;
    gap: calc(100vw * 10 / 350);
  }
  .about-page .google-comment .head-box .item h2 {
    color: #ffffff;
    font-size: calc(100vw * 25 / 350);
    line-height: calc(100vw * 30 / 350);
  }
  .about-page .google-comment .head-box .item p {
    color: #ffffff;
    margin: calc(100vw * 20 / 350) 0;
  }
  .about-page .google-comment .head-box .slider-button {
    justify-content: flex-end;
  }
  .about-page .google-comment .google-comment-slider .comment {
    background: #ffffff;
    border-radius: calc(100vw * 16 / 350);
    width: calc(100vw * 328 / 350);
  }
  .about-page .google-comment .google-comment-slider .comment .content-comment {
    padding: calc(100vw * 23 / 350);
  }
  .about-page .google-comment .google-comment-slider .comment .content-comment .stars {
    display: flex;
    gap: calc(100vw * 1 / 350);
  }
  .about-page .google-comment .google-comment-slider .comment .content-comment .stars .star {
    background: #00B67A;
    width: calc(100vw * 20 / 350);
    height: calc(100vw * 20 / 350);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about-page .google-comment .google-comment-slider .comment .content-comment p {
    font-size: calc(100vw * 14 / 350);
    line-height: calc(100vw * 25 / 350);
  }
  .about-page .google-comment .google-comment-slider .comment .content-comment p.text {
    margin: calc(100vw * 24 / 350) 0;
  }
  .about-page .faq {
    padding: calc(100vw * 107 / 350) 0;
  }
  .about-page .faq .container .content h2 {
    text-align: center;
    color: #050B20;
    font-size: calc(100vw * 40 / 350);
    line-height: calc(100vw * 40 / 350);
  }
  .about-page .faq .container .content .accordion {
    width: 100%;
    border-radius: 5px;
    margin: calc(100vw * 50 / 350) auto 0;
  }
  .about-page .faq .container .content .accordion-header {
    padding: calc(100vw * 20 / 350) calc(100vw * 40 / 350) calc(100vw * 10 / 350);
    font-size: calc(100vw * 20 / 350);
    line-height: calc(100vw * 20 / 350);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #050B20;
  }
  .about-page .faq .container .content .accordion-header.active {
    background: #F9FBFC;
  }
  .about-page .faq .container .content .accordion-icon {
    font-weight: bold;
    font-size: 18px;
  }
  .about-page .faq .container .content .accordion-content {
    display: none;
    padding: 10px;
    background: #F9FBFC;
    padding: calc(100vw * 10 / 350) calc(100vw * 40 / 350) calc(100vw * 40 / 350);
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    color: #050B20;
  }
}
.contact-page {
  padding: calc(100vw * 70 / 1920) 0;
  padding-top: calc(100vw * 104 / 1920);
}
.contact-page .container .content h1 {
  color: #050B20;
  font-size: calc(100vw * 40 / 1920);
  line-height: calc(100vw * 48 / 1920);
}
.contact-page .container .content .content-box {
  display: flex;
  gap: calc(100vw * 127 / 1920);
}
.contact-page .container .content .content-box .form-content {
  width: calc(100vw * 722 / 1920);
}
.contact-page .container .content .content-box .form-content h2 {
  font-size: calc(100vw * 40 / 1920);
  line-height: calc(100vw * 40 / 1920);
  margin-bottom: calc(100vw * 35 / 1920);
}
.contact-page .container .content .content-box .form-content p {
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
  margin-bottom: calc(100vw * 45 / 1920);
}
.contact-page .container .content .content-box .form-content .form form .content-groups {
  display: flex;
  flex-wrap: wrap;
  gap: calc(100vw * 30 / 1920);
  margin-bottom: calc(100vw * 30 / 1920);
}
.contact-page .container .content .content-box .form-content .form form .content-groups .form-group {
  width: calc(100vw * 344 / 1920);
}
.contact-page .container .content .content-box .form-content .form form .content-groups .form-group .content-group {
  border-radius: calc(100vw * 12 / 1920);
  border: 1px solid #E9E9E9;
  padding: calc(100vw * 5 / 1920) calc(100vw * 15 / 1920);
}
.contact-page .container .content .content-box .form-content .form form .content-groups .form-group .content-group label {
  color: #818181;
  font-size: calc(100vw * 13 / 1920);
  line-height: calc(100vw * 13 / 1920);
}
.contact-page .container .content .content-box .form-content .form form .content-groups .form-group .content-group input {
  border: none;
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 15 / 1920);
  box-sizing: border-box;
  width: 100%;
}
.contact-page .container .content .content-box .form-content .form form .form-group .content-group {
  border-radius: calc(100vw * 12 / 1920);
  border: 1px solid #E9E9E9;
  padding: calc(100vw * 5 / 1920) calc(100vw * 15 / 1920);
}
.contact-page .container .content .content-box .form-content .form form .form-group .content-group label {
  color: #818181;
  font-size: calc(100vw * 13 / 1920);
  line-height: calc(100vw * 13 / 1920);
}
.contact-page .container .content .content-box .form-content .form form .form-group .content-group textarea {
  border: none;
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 15 / 1920);
  width: 100%;
  height: calc(100vw * 218 / 1920);
}
.contact-page .container .content .content-box .form-content .form form .box-controls {
  margin-top: calc(100vw * 30 / 1920);
}
.contact-page .container .content .content-box .form-content .form form .box-controls .btn {
  background: #B6272E;
  border-radius: calc(100vw * 16 / 1920);
  color: #fff;
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
  text-transform: uppercase;
  border: none;
  padding: calc(100vw * 15 / 1920) calc(100vw * 50 / 1920);
}
.contact-page .container .content .content-box .data-content {
  width: calc(100vw * 550 / 1920);
  border: calc(100vw * 1 / 1920) solid #E1E1E1;
  border-radius: calc(100vw * 16 / 1920);
}
.contact-page .container .content .content-box .data-content .content-box {
  display: block;
  padding: calc(100vw * 42 / 1920);
}
.contact-page .container .content .content-box .data-content .content-box h2 {
  font-size: calc(100vw * 20 / 1920);
  line-height: calc(100vw * 20 / 1920);
  margin-bottom: calc(100vw * 35 / 1920);
}
.contact-page .container .content .content-box .data-content .content-box .box {
  display: flex;
  gap: calc(100vw * 15 / 1920);
  margin-bottom: calc(100vw * 35 / 1920);
}
.contact-page .map {
  margin: calc(100vw * 55 / 1920) calc(100vw * 75 / 1920);
}
.contact-page .map .container {
  max-width: calc(100vw * 1700 / 1920);
}
.contact-page .map .container #map .thumb {
  width: 100%;
  height: calc(100vw * 600 / 1920);
}
.contact-page .map .container #map .thumb iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 767px) {
  .contact-page {
    padding: calc(100vw * 70 / 350) 0;
    padding-top: calc(100vw * 104 / 350);
  }
  .contact-page .container .content h1 {
    color: #050B20;
    font-size: calc(100vw * 40 / 350);
    line-height: calc(100vw * 48 / 350);
  }
  .contact-page .container .content .content-box {
    display: block;
    gap: calc(100vw * 127 / 350);
  }
  .contact-page .container .content .content-box .form-content {
    width: 100%;
    margin-bottom: calc(100vw * 30 / 350);
  }
  .contact-page .container .content .content-box .form-content h2 {
    font-size: calc(100vw * 40 / 350);
    line-height: calc(100vw * 40 / 350);
    margin-bottom: calc(100vw * 35 / 350);
  }
  .contact-page .container .content .content-box .form-content p {
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    margin-bottom: calc(100vw * 45 / 350);
  }
  .contact-page .container .content .content-box .form-content .form form .content-groups {
    display: block;
    flex-wrap: wrap;
    gap: calc(100vw * 30 / 350);
    margin-bottom: 0;
  }
  .contact-page .container .content .content-box .form-content .form form .content-groups .form-group {
    width: 100%;
    margin-bottom: calc(100vw * 30 / 350);
  }
  .contact-page .container .content .content-box .form-content .form form .content-groups .form-group .content-group {
    border-radius: calc(100vw * 12 / 350);
    border: 1px solid #E9E9E9;
    padding: calc(100vw * 5 / 350) calc(100vw * 15 / 350);
  }
  .contact-page .container .content .content-box .form-content .form form .content-groups .form-group .content-group label {
    color: #818181;
    font-size: calc(100vw * 13 / 350);
    line-height: calc(100vw * 13 / 350);
  }
  .contact-page .container .content .content-box .form-content .form form .content-groups .form-group .content-group input {
    border: none;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 15 / 350);
    box-sizing: border-box;
    width: 100%;
  }
  .contact-page .container .content .content-box .form-content .form form .form-group .content-group {
    border-radius: calc(100vw * 12 / 350);
    border: 1px solid #E9E9E9;
    padding: calc(100vw * 5 / 350) calc(100vw * 15 / 350);
  }
  .contact-page .container .content .content-box .form-content .form form .form-group .content-group label {
    color: #818181;
    font-size: calc(100vw * 13 / 350);
    line-height: calc(100vw * 13 / 350);
  }
  .contact-page .container .content .content-box .form-content .form form .form-group .content-group textarea {
    border: none;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 15 / 350);
    width: 100%;
    height: calc(100vw * 218 / 350);
  }
  .contact-page .container .content .content-box .form-content .form form .box-controls {
    margin-top: calc(100vw * 30 / 350);
  }
  .contact-page .container .content .content-box .form-content .form form .box-controls .btn {
    background: #B6272E;
    border-radius: calc(100vw * 16 / 350);
    color: #fff;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    text-transform: uppercase;
    border: none;
    padding: calc(100vw * 15 / 350) calc(100vw * 50 / 350);
  }
  .contact-page .container .content .content-box .data-content {
    width: 100%;
    border: calc(100vw * 1 / 350) solid #E1E1E1;
    border-radius: calc(100vw * 16 / 350);
  }
  .contact-page .container .content .content-box .data-content .content-box {
    display: block;
    padding: calc(100vw * 42 / 350);
  }
  .contact-page .container .content .content-box .data-content .content-box h2 {
    font-size: calc(100vw * 20 / 350);
    line-height: calc(100vw * 20 / 350);
    margin-bottom: calc(100vw * 35 / 350);
  }
  .contact-page .container .content .content-box .data-content .content-box .box {
    display: flex;
    gap: calc(100vw * 15 / 350);
    margin-bottom: calc(100vw * 35 / 350);
  }
  .contact-page .map {
    margin: calc(100vw * 55 / 350) 0 calc(100vw * 75 / 350);
  }
  .contact-page .map .container {
    max-width: auto;
  }
  .contact-page .map .container #map .thumb {
    width: 100%;
    height: calc(100vw * 600 / 350);
  }
  .contact-page .map .container #map .thumb iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.product-main {
  padding: calc(100vw * 70 / 1920) 0;
  padding-top: calc(100vw * 104 / 1920);
}
.product-main .container .content .content-loop {
  display: flex;
  gap: calc(100vw * 30 / 1920);
  margin-top: calc(100vw * 54 / 1920);
}
.product-main .container .content .content-loop .aside {
  width: calc(100vw * 328 / 1920);
}
.product-main .container .content .content-loop .aside aside {
  border-radius: calc(100vw * 16 / 1920);
  border: calc(100vw * 1 / 1920) solid #E9E9E9;
  padding: calc(100vw * 19 / 1920);
  position: sticky;
  top: calc(100vw * 100 / 1920);
}
.product-main .container .content .content-loop .aside aside form .accordion {
  width: 100%;
  border-radius: calc(100vw * 5 / 1920);
}
.product-main .container .content .content-loop .aside aside form .accordion-header {
  padding: calc(100vw * 20 / 1920) calc(100vw * 40 / 1920) calc(100vw * 10 / 1920);
  font-size: calc(100vw * 20 / 1920);
  line-height: calc(100vw * 20 / 1920);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #050B20;
}
.product-main .container .content .content-loop .aside aside form .accordion-header.active {
  background: #F9FBFC;
}
.product-main .container .content .content-loop .aside aside form .accordion-header .result-select {
  font-size: calc(100vw * 15 / 1920);
  color: #D30000;
  font-weight: bold;
}
.product-main .container .content .content-loop .aside aside form .accordion-icon {
  font-weight: bold;
  font-size: calc(100vw * 18 / 1920);
}
.product-main .container .content .content-loop .aside aside form .accordion-content {
  display: none;
  padding: calc(100vw * 10 / 1920);
  background: #F9FBFC;
  padding: calc(100vw * 10 / 1920) calc(100vw * 40 / 1920) calc(100vw * 40 / 1920);
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
  color: #050B20;
}
.product-main .container .content .content-loop .aside aside form .accordion-content .toggle-pills {
  display: flex;
  align-items: flex-start;
  gap: calc(100vw * 10 / 1920);
  margin-bottom: calc(100vw * 36 / 1920);
  flex-wrap: wrap;
}
.product-main .container .content .content-loop .aside aside form .accordion-content .toggle-pills .toggle-checkbox {
  padding: 0 calc(100vw * 16 / 1920);
  padding-top: calc(100vw * 2 / 1920);
  display: inline-block;
  border: solid calc(100vw * 1 / 1920) #000000;
  color: #000000;
  font-weight: 500;
  border-radius: calc(100vw * 100 / 1920);
  font-size: calc(100vw * 12 / 1920);
  cursor: pointer;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: calc(100vw * 38 / 1920);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 150ms, background-color 150ms;
}
.product-main .container .content .content-loop .aside aside form .accordion-content .toggle-pills .toggle-checkbox:hover, .product-main .container .content .content-loop .aside aside form .accordion-content .toggle-pills .toggle-checkbox:active {
  border-color: #D30000;
  color: #D30000;
}
.product-main .container .content .content-loop .aside aside form .accordion-content .toggle-pills .toggle-checkbox input {
  display: none;
}
.product-main .container .content .content-loop .aside aside form .accordion-content .toggle-pills .toggle-checkbox:has(input:checked) {
  color: #D30000;
  border-color: #D30000;
  background-color: #f2f4f7;
}
.product-main .container .content .content-loop .aside aside form .box-controls {
  text-align: center;
  margin-top: calc(100vw * 20 / 1920);
}
.product-main .container .content .content-loop .aside aside form .box-controls .btn {
  font-size: calc(100vw * 20 / 1920);
}
.product-main .container .content .content-loop .results {
  width: calc(100vw * 1043 / 1920);
}
.product-main .container .content .content-loop .results .header-grid {
  display: flex;
  margin-bottom: calc(100vw * 30 / 1920);
}
.product-main .container .content .content-loop .results .header-grid h4 {
  flex: 1;
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
  font-weight: 400;
}
.product-main .container .content .content-loop .results .header-grid .form-price select {
  border-radius: calc(100vw * 10 / 1920);
  border: 1px solid #F4F4F4;
  font-size: calc(100vw * 15 / 1920);
  color: #050B20;
  padding: calc(100vw * 5 / 1920) calc(100vw * 10 / 1920);
}
.product-main .container .content .content-loop .results .pagination {
  display: flex;
  gap: calc(100vw * 30 / 1920);
  margin: 0 auto;
}
.product-main .container .content .content-loop .results .pagination .current {
  color: #fff;
  background: #000;
  display: flex;
  width: calc(100vw * 40 / 1920);
  height: calc(100vw * 40 / 1920);
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.product-main .container .content .content-loop .results .pagination a {
  display: flex;
  width: calc(100vw * 40 / 1920);
  height: calc(100vw * 40 / 1920);
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.product-main .container .content .content-loop .results .pagination a:hover {
  color: #fff;
  background: #000;
}

@media screen and (max-width: 767px) {
  .product-main {
    padding: calc(100vw * 70 / 350) 0;
    padding-top: calc(100vw * 87 / 350);
  }
  .product-main .container .content .content-loop {
    display: block;
    gap: calc(100vw * 30 / 350);
    margin-top: calc(100vw * 30 / 350);
  }
  .product-main .container .content .content-loop .aside {
    width: 100%;
    margin-bottom: calc(100vw * 20 / 350);
  }
  .product-main .container .content .content-loop .aside aside {
    border-radius: calc(100vw * 16 / 350);
    border: calc(100vw * 1 / 350) solid #E9E9E9;
    padding: calc(100vw * 19 / 350);
    position: sticky;
    top: calc(100vw * 100 / 350);
  }
  .product-main .container .content .content-loop .aside aside form .accordion {
    width: 100%;
    border-radius: calc(100vw * 5 / 350);
  }
  .product-main .container .content .content-loop .aside aside form .accordion-header-main,
  .product-main .container .content .content-loop .aside aside form .accordion-header {
    padding: calc(100vw * 20 / 350) calc(100vw * 20 / 350) calc(100vw * 10 / 350);
    font-size: calc(100vw * 20 / 350);
    line-height: calc(100vw * 20 / 350);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #050B20;
  }
  .product-main .container .content .content-loop .aside aside form .accordion-header-main.active,
  .product-main .container .content .content-loop .aside aside form .accordion-header.active {
    background: #F9FBFC;
  }
  .product-main .container .content .content-loop .aside aside form .accordion-header-main .result-select,
  .product-main .container .content .content-loop .aside aside form .accordion-header .result-select {
    font-size: calc(100vw * 15 / 350);
    color: #D30000;
    font-weight: bold;
  }
  .product-main .container .content .content-loop .aside aside form .accordion-header-main {
    padding: 0;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 15 / 350);
  }
  .product-main .container .content .content-loop .aside aside form .accordion-header-main.active {
    background: none;
  }
  .product-main .container .content .content-loop .aside aside form .accordion-icon {
    font-weight: bold;
    font-size: calc(100vw * 18 / 350);
  }
  .product-main .container .content .content-loop .aside aside form .accordion-content-main,
  .product-main .container .content .content-loop .aside aside form .accordion-content {
    display: none;
    padding: calc(100vw * 10 / 350);
    background: #F9FBFC;
    padding: calc(100vw * 10 / 350) calc(100vw * 10 / 350) calc(100vw * 40 / 350);
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    color: #050B20;
  }
  .product-main .container .content .content-loop .aside aside form .accordion-content-main .toggle-pills,
  .product-main .container .content .content-loop .aside aside form .accordion-content .toggle-pills {
    display: flex;
    align-items: flex-start;
    gap: calc(100vw * 10 / 350);
    margin-bottom: calc(100vw * 36 / 350);
    flex-wrap: wrap;
  }
  .product-main .container .content .content-loop .aside aside form .accordion-content-main .toggle-pills .toggle-checkbox,
  .product-main .container .content .content-loop .aside aside form .accordion-content .toggle-pills .toggle-checkbox {
    padding: 0 calc(100vw * 16 / 350);
    padding-top: calc(100vw * 2 / 350);
    display: inline-block;
    border: solid calc(100vw * 1 / 350) #000000;
    color: #000000;
    font-weight: 500;
    border-radius: calc(100vw * 100 / 350);
    font-size: calc(100vw * 12 / 350);
    cursor: pointer;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    height: calc(100vw * 38 / 350);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 150ms, background-color 150ms;
  }
  .product-main .container .content .content-loop .aside aside form .accordion-content-main .toggle-pills .toggle-checkbox:hover, .product-main .container .content .content-loop .aside aside form .accordion-content-main .toggle-pills .toggle-checkbox:active,
  .product-main .container .content .content-loop .aside aside form .accordion-content .toggle-pills .toggle-checkbox:hover,
  .product-main .container .content .content-loop .aside aside form .accordion-content .toggle-pills .toggle-checkbox:active {
    border-color: #D30000;
    color: #D30000;
  }
  .product-main .container .content .content-loop .aside aside form .accordion-content-main .toggle-pills .toggle-checkbox input,
  .product-main .container .content .content-loop .aside aside form .accordion-content .toggle-pills .toggle-checkbox input {
    display: none;
  }
  .product-main .container .content .content-loop .aside aside form .accordion-content-main .toggle-pills .toggle-checkbox:has(input:checked),
  .product-main .container .content .content-loop .aside aside form .accordion-content .toggle-pills .toggle-checkbox:has(input:checked) {
    color: #D30000;
    border-color: #D30000;
    background-color: #f2f4f7;
  }
  .product-main .container .content .content-loop .aside aside form .accordion-content-main {
    background: none;
  }
  .product-main .container .content .content-loop .aside aside form .box-controls {
    text-align: center;
    margin-top: calc(100vw * 20 / 350);
  }
  .product-main .container .content .content-loop .aside aside form .box-controls .btn {
    font-size: calc(100vw * 20 / 350);
  }
  .product-main .container .content .content-loop .results {
    width: 100%;
  }
  .product-main .container .content .content-loop .results .header-grid {
    display: flex;
    margin-bottom: calc(100vw * 30 / 350);
  }
  .product-main .container .content .content-loop .results .header-grid h4 {
    flex: 1;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    font-weight: 400;
  }
  .product-main .container .content .content-loop .results .header-grid .form-price select {
    border-radius: calc(100vw * 10 / 350);
    border: 1px solid #F4F4F4;
    font-size: calc(100vw * 15 / 350);
    color: #050B20;
    padding: calc(100vw * 5 / 350) calc(100vw * 10 / 350);
  }
  .product-main .container .content .content-loop .results .pagination {
    display: flex;
    gap: 0;
    margin: 0 auto;
  }
  .product-main .container .content .content-loop .results .pagination .current {
    color: #fff;
    background: #000;
    display: flex;
    width: calc(100vw * 40 / 350);
    height: calc(100vw * 40 / 350);
    justify-content: center;
    align-items: center;
    border-radius: 100%;
  }
  .product-main .container .content .content-loop .results .pagination a {
    display: flex;
    width: calc(100vw * 40 / 350);
    height: calc(100vw * 40 / 350);
    justify-content: center;
    align-items: center;
    border-radius: 100%;
  }
  .product-main .container .content .content-loop .results .pagination a:hover {
    color: #fff;
    background: #000;
  }
}
.single-content {
  padding: calc(100vw * 70 / 1920) 0;
  padding-top: calc(100vw * 104 / 1920);
}
.single-content .container .content h1 {
  color: #050B20;
  font-size: calc(100vw * 40 / 1920);
  line-height: calc(100vw * 48 / 1920);
  font-weight: 700;
  margin: calc(100vw * 30 / 1920) 0 calc(100vw * 27 / 1920);
}
.single-content .container .content .descirption-text {
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
}
.single-content .container .content .actions {
  margin: calc(100vw * 30 / 1920) 0 calc(100vw * 30 / 1920);
}
.single-content .container .content .actions .box-controls .btn {
  background: #D30000;
  border-radius: calc(100vw * 40 / 1920);
  color: #ffffff;
  border: none;
  padding: calc(100vw * 13 / 1920) calc(100vw * 16 / 1920);
}
.single-content .container .content .actions .box-controls .btn i {
  width: calc(100vw * 18 / 1920);
  height: calc(100vw * 18 / 1920);
}
.single-content .container .content .actions .box-controls .btn i svg path {
  fill: #fff;
}
.single-content .container .content .content-product {
  display: flex;
  gap: calc(100vw * 70 / 1920);
}
.single-content .container .content .content-product .content-box {
  width: calc(100vw * 931 / 1920);
}
.single-content .container .content .content-product .content-box .thumb-img {
  border-radius: calc(100vw * 16 / 1920);
  height: calc(100vw * 551 / 1920);
}
.single-content .container .content .content-product .content-box .thumb-img .swiper .swiper-slide .thumb {
  height: calc(100vw * 551 / 1920);
  border-radius: calc(100vw * 16 / 1920);
  overflow: hidden;
}
.single-content .container .content .content-product .content-box .thumb-img .swiper .swiper-slide .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single-content .container .content .content-product .content-box .thumb-img .swiper .btn-slider {
  border: calc(100vw * 1 / 1920) solid #E9E9E9;
  background: #fff;
  width: calc(100vw * 40 / 1920);
  height: calc(100vw * 30 / 1920);
  border-radius: calc(100vw * 30 / 1920);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 300ms ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}
.single-content .container .content .content-product .content-box .thumb-img .swiper .btn-slider.btn-prev {
  left: calc(100vw * 15 / 1920);
}
.single-content .container .content .content-product .content-box .thumb-img .swiper .btn-slider.btn-next {
  transform: translateY(-50%) rotate(180deg);
  transform-origin: center;
  right: calc(100vw * 15 / 1920);
}
.single-content .container .content .content-product .content-box .thumb-img .swiper .btn-slider.swiper-button-disabled {
  opacity: 0.5;
}
.single-content .container .content .content-product .content-box .thumb-img .swiper .btn-slider svg {
  width: calc(100vw * 10 / 1920);
  height: calc(100vw * 10 / 1920);
}
.single-content .container .content .content-product .content-box .details {
  padding: calc(100vw * 50 / 1920) 0;
  border-bottom: calc(100vw * 1 / 1920) solid #E1E1E1;
}
.single-content .container .content .content-product .content-box .details h2 {
  font-size: calc(100vw * 26 / 1920);
  line-height: calc(100vw * 26 / 1920);
  font-weight: 500;
  margin-bottom: calc(100vw * 40 / 1920);
}
.single-content .container .content .content-product .content-box .details .details-content {
  display: flex;
  gap: calc(100vw * 164 / 1920);
}
.single-content .container .content .content-product .content-box .details .details-content .list-content {
  flex: 1;
}
.single-content .container .content .content-product .content-box .details .details-content .list-content .list .item-content {
  display: flex;
  margin-bottom: calc(100vw * 30 / 1920);
}
.single-content .container .content .content-product .content-box .details .details-content .list-content .list .item-content .item {
  display: flex;
  flex: 1;
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
  font-weight: 400;
  align-items: center;
  gap: calc(100vw * 10 / 1920);
}
.single-content .container .content .content-product .content-box .details .details-content .list-content .list .item-content .item img {
  width: calc(100vw * 18 / 1920);
  height: calc(100vw * 18 / 1920);
}
.single-content .container .content .content-product .content-box .details .details-content .list-content .list .item-content .value {
  flex: 1;
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
  font-weight: 400;
}
.single-content .container .content .content-product .content-box .description {
  padding: calc(100vw * 50 / 1920) 0;
  border-bottom: calc(100vw * 1 / 1920) solid #E1E1E1;
}
.single-content .container .content .content-product .content-box .description .content-description p {
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
  font-weight: 400;
}
.single-content .container .content .content-product .content-box .equipment {
  padding: calc(100vw * 50 / 1920) 0;
  border-bottom: calc(100vw * 1 / 1920) solid #E1E1E1;
}
.single-content .container .content .content-product .content-box .equipment h2 {
  margin-bottom: calc(100vw * 40 / 1920);
}
.single-content .container .content .content-product .content-box .equipment .list-content {
  display: flex;
  flex-wrap: wrap;
}
.single-content .container .content .content-product .content-box .equipment .list-content .list-box {
  width: calc(100vw * 232 / 1920);
}
.single-content .container .content .content-product .content-box .equipment .list-content .list-box h3 {
  margin-bottom: calc(100vw * 22 / 1920);
  font-size: calc(100vw * 18 / 1920);
  line-height: calc(100vw * 18 / 1920);
}
.single-content .container .content .content-product .content-box .equipment .list-content .list-box .list .item-list {
  display: flex;
  align-content: center;
  gap: calc(100vw * 10 / 1920);
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
  font-weight: 400;
}
.single-content .container .content .content-product .content-box .dimension {
  padding: calc(100vw * 50 / 1920) 0;
}
.single-content .container .content .content-product .content-box .dimension h2 {
  font-size: calc(100vw * 26 / 1920);
  line-height: calc(100vw * 26 / 1920);
  font-weight: 500;
  margin-bottom: calc(100vw * 40 / 1920);
}
.single-content .container .content .content-product .content-box .dimension .dimension-content {
  display: flex;
}
.single-content .container .content .content-product .content-box .dimension .dimension-content .list-content {
  flex: 1;
}
.single-content .container .content .content-product .content-box .dimension .dimension-content .list-content .list .item-content {
  display: flex;
}
.single-content .container .content .content-product .content-box .dimension .dimension-content .list-content .list .item-content .item {
  display: flex;
  flex: 1;
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
  font-weight: 400;
}
.single-content .container .content .content-product .content-box .dimension .dimension-content .list-content .list .item-content .value {
  flex: 1;
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
  font-weight: 400;
}
.single-content .container .content .content-product .action-box {
  width: calc(100vw * 399 / 1920);
}
.single-content .container .content .content-product .action-box .content-action {
  position: sticky;
  top: calc(100vw * 120 / 1920);
}
.single-content .container .content .content-product .action-box .content-action .price-box {
  border: calc(100vw * 1 / 1920) solid #E1E1E1;
  border-radius: calc(100vw * 16 / 1920);
  margin-bottom: calc(100vw * 20 / 1920);
}
.single-content .container .content .content-product .action-box .content-action .price-box .box {
  padding: calc(100vw * 30 / 1920);
}
.single-content .container .content .content-product .action-box .content-action .price-box .box h4 {
  font-size: calc(100vw * 16 / 1920);
  line-height: calc(100vw * 16 / 1920);
  font-weight: 400;
  margin-bottom: calc(100vw * 16 / 1920);
}
.single-content .container .content .content-product .action-box .content-action .price-box .box .point-tag {
  margin-bottom: calc(100vw * 30 / 1920);
  margin-top: calc(100vw * 30 / 1920);
}
.single-content .container .content .content-product .action-box .content-action .price-box .box .point-tag .tag {
  background: none;
  border: none;
  color: #B6272E;
  font-size: calc(100vw * 20 / 1920);
}
.single-content .container .content .content-product .action-box .content-action .price-box .box .box-controls {
  margin-top: calc(100vw * 30 / 1920);
}
.single-content .container .content .content-product .action-box .content-action .price-box .box .box-controls .select-box select {
  padding: calc(100vw * 10 / 1920);
  border-radius: calc(100vw * 16 / 1920);
  width: 100%;
  box-sizing: border-box;
  margin-bottom: calc(100vw * 15 / 1920);
}
.single-content .container .content .content-product .action-box .content-action .price-box .box .box-controls .btn {
  width: 100%;
  padding: calc(100vw * 16 / 1920);
  border-radius: calc(100vw * 16 / 1920);
  margin-bottom: calc(100vw * 15 / 1920);
}
.single-content .container .content .content-product .action-box .content-action .price-box .box .box-controls .btn.disabled {
  pointer-events: none;
  opacity: 0.6;
}
.single-content .container .content .content-product .action-box .content-action .contact-box {
  border: calc(100vw * 1 / 1920) solid #E1E1E1;
  border-radius: calc(100vw * 16 / 1920);
  margin-bottom: calc(100vw * 20 / 1920);
}
.single-content .container .content .content-product .action-box .content-action .contact-box .box {
  padding: calc(100vw * 30 / 1920);
}
.single-content .container .content .content-product .action-box .content-action .contact-box .box .thumb {
  width: calc(100vw * 81 / 1920);
  height: calc(100vw * 81 / 1920);
  border: calc(100vw * 1 / 1920) solid #E1E1E1;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: calc(100vw * 16 / 1920);
}
.single-content .container .content .content-product .action-box .content-action .contact-box .box .thumb img {
  width: calc(100vw * 68 / 1920);
  height: calc(100vw * 68 / 1920);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 100%;
  overflow: hidden;
}
.single-content .container .content .content-product .action-box .content-action .contact-box .box h4 {
  font-size: calc(100vw * 16 / 1920);
  line-height: calc(100vw * 16 / 1920);
  font-weight: 400;
  margin-bottom: calc(100vw * 16 / 1920);
}
.single-content .container .content .content-product .action-box .content-action .contact-box .box .box-controls .btn {
  width: 100%;
  padding: calc(100vw * 16 / 1920);
  border-radius: calc(100vw * 16 / 1920);
  color: #60C961;
  border-color: #60C961;
}
.single-content .container .content .content-product .action-box .content-action .contact-box .box .box-controls .btn i {
  width: calc(100vw * 14 / 350);
  height: calc(100vw * 14 / 350);
}
.single-content .container .content .content-product .action-box .content-action .contact-box .box .box-controls .btn i svg path {
  fill: #60C961;
}

@media screen and (max-width: 767px) {
  .single-content {
    padding: calc(100vw * 70 / 350) 0;
    padding-top: calc(100vw * 87 / 350);
  }
  .single-content .container .content h1 {
    color: #050B20;
    font-size: calc(100vw * 25 / 350);
    line-height: calc(100vw * 35 / 350);
    font-weight: 700;
    margin: calc(100vw * 30 / 350) 0 calc(100vw * 27 / 350);
  }
  .single-content .container .content .descirption-text {
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 20 / 350);
  }
  .single-content .container .content .actions {
    margin: calc(100vw * 30 / 350) 0 calc(100vw * 30 / 350);
  }
  .single-content .container .content .actions .box-controls {
    display: flex;
    flex-wrap: wrap;
    gap: calc(100vw * 10 / 350);
  }
  .single-content .container .content .actions .box-controls .btn {
    background: #D30000;
    border-radius: calc(100vw * 40 / 350);
    color: #ffffff;
    border: none;
    font-size: calc(100vw * 12 / 350);
    padding: calc(100vw * 13 / 350) calc(100vw * 13 / 350);
    min-width: auto;
  }
  .single-content .container .content .actions .box-controls .btn i {
    width: calc(100vw * 15 / 350);
    height: calc(100vw * 15 / 350);
  }
  .single-content .container .content .actions .box-controls .btn i svg path {
    fill: #fff;
  }
  .single-content .container .content .content-product {
    display: block;
    gap: calc(100vw * 70 / 350);
  }
  .single-content .container .content .content-product .content-box {
    width: 100%;
  }
  .single-content .container .content .content-product .content-box .thumb-img {
    border-radius: calc(100vw * 16 / 350);
    height: calc(100vw * 188 / 350);
  }
  .single-content .container .content .content-product .content-box .thumb-img .swiper .swiper-slide .thumb {
    height: calc(100vw * 188 / 350);
    border-radius: calc(100vw * 16 / 350);
    overflow: hidden;
  }
  .single-content .container .content .content-product .content-box .thumb-img .swiper .swiper-slide .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .single-content .container .content .content-product .content-box .thumb-img .swiper .btn-slider {
    border: calc(100vw * 1 / 1920) solid #E9E9E9;
    background: #fff;
    width: calc(100vw * 40 / 350);
    height: calc(100vw * 30 / 350);
    border-radius: calc(100vw * 30 / 350);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 300ms ease-in-out;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
  }
  .single-content .container .content .content-product .content-box .thumb-img .swiper .btn-slider.btn-prev {
    left: calc(100vw * 15 / 350);
  }
  .single-content .container .content .content-product .content-box .thumb-img .swiper .btn-slider.btn-next {
    transform: translateY(-50%) rotate(180deg);
    transform-origin: center;
    right: calc(100vw * 15 / 350);
  }
  .single-content .container .content .content-product .content-box .thumb-img .swiper .btn-slider.swiper-button-disabled {
    opacity: 0.5;
  }
  .single-content .container .content .content-product .content-box .thumb-img .swiper .btn-slider svg {
    width: calc(100vw * 10 / 350);
    height: calc(100vw * 10 / 350);
  }
  .single-content .container .content .content-product .content-box .details {
    padding: calc(100vw * 50 / 350) 0;
    border-bottom: calc(100vw * 1 / 350) solid #E1E1E1;
  }
  .single-content .container .content .content-product .content-box .details h2 {
    font-size: calc(100vw * 26 / 350);
    line-height: calc(100vw * 26 / 350);
    font-weight: 500;
    margin-bottom: calc(100vw * 40 / 350);
  }
  .single-content .container .content .content-product .content-box .details .details-content {
    display: block;
    gap: calc(100vw * 164 / 350);
  }
  .single-content .container .content .content-product .content-box .details .details-content .list-content {
    flex: 1;
  }
  .single-content .container .content .content-product .content-box .details .details-content .list-content .list .item-content {
    display: flex;
    margin-bottom: calc(100vw * 30 / 350);
  }
  .single-content .container .content .content-product .content-box .details .details-content .list-content .list .item-content .item {
    display: flex;
    flex: 1;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    font-weight: 400;
    align-items: center;
    gap: calc(100vw * 10 / 350);
  }
  .single-content .container .content .content-product .content-box .details .details-content .list-content .list .item-content .item img {
    width: calc(100vw * 18 / 350);
    height: calc(100vw * 18 / 350);
  }
  .single-content .container .content .content-product .content-box .details .details-content .list-content .list .item-content .value {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    font-weight: 400;
  }
  .single-content .container .content .content-product .content-box .description {
    padding: calc(100vw * 50 / 350) 0;
    border-bottom: calc(100vw * 1 / 350) solid #E1E1E1;
  }
  .single-content .container .content .content-product .content-box .description .content-description p {
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    font-weight: 400;
  }
  .single-content .container .content .content-product .content-box .equipment {
    padding: calc(100vw * 50 / 350) 0;
    border-bottom: calc(100vw * 1 / 350) solid #E1E1E1;
  }
  .single-content .container .content .content-product .content-box .equipment h2 {
    margin-bottom: calc(100vw * 40 / 350);
  }
  .single-content .container .content .content-product .content-box .equipment .list-content {
    display: flex;
    flex-wrap: wrap;
  }
  .single-content .container .content .content-product .content-box .equipment .list-content .list-box {
    width: calc(100vw * 232 / 350);
  }
  .single-content .container .content .content-product .content-box .equipment .list-content .list-box h3 {
    margin-bottom: calc(100vw * 22 / 350);
    font-size: calc(100vw * 18 / 350);
    line-height: calc(100vw * 18 / 350);
  }
  .single-content .container .content .content-product .content-box .equipment .list-content .list-box .list .item-list {
    display: flex;
    align-content: center;
    gap: calc(100vw * 10 / 350);
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    font-weight: 400;
  }
  .single-content .container .content .content-product .content-box .dimension {
    padding: calc(100vw * 50 / 350) 0;
  }
  .single-content .container .content .content-product .content-box .dimension h2 {
    font-size: calc(100vw * 26 / 350);
    line-height: calc(100vw * 26 / 350);
    font-weight: 500;
    margin-bottom: calc(100vw * 40 / 350);
  }
  .single-content .container .content .content-product .content-box .dimension .dimension-content {
    display: flex;
  }
  .single-content .container .content .content-product .content-box .dimension .dimension-content .list-content {
    flex: 1;
  }
  .single-content .container .content .content-product .content-box .dimension .dimension-content .list-content .list .item-content {
    display: flex;
  }
  .single-content .container .content .content-product .content-box .dimension .dimension-content .list-content .list .item-content .item {
    display: flex;
    flex: 1;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    font-weight: 400;
  }
  .single-content .container .content .content-product .content-box .dimension .dimension-content .list-content .list .item-content .value {
    flex: 1;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    font-weight: 400;
  }
  .single-content .container .content .content-product .action-box {
    width: 100%;
  }
  .single-content .container .content .content-product .action-box .content-action {
    position: sticky;
    top: calc(100vw * 120 / 350);
  }
  .single-content .container .content .content-product .action-box .content-action .price-box {
    border: calc(100vw * 1 / 350) solid #E1E1E1;
    border-radius: calc(100vw * 16 / 350);
    margin-bottom: calc(100vw * 20 / 350);
  }
  .single-content .container .content .content-product .action-box .content-action .price-box .box {
    padding: calc(100vw * 30 / 350);
  }
  .single-content .container .content .content-product .action-box .content-action .price-box .box h4 {
    font-size: calc(100vw * 16 / 350);
    line-height: calc(100vw * 16 / 350);
    font-weight: 400;
    margin-bottom: calc(100vw * 16 / 350);
  }
  .single-content .container .content .content-product .action-box .content-action .price-box .box .price {
    margin-bottom: calc(100vw * 60 / 350);
  }
  .single-content .container .content .content-product .action-box .content-action .price-box .box .price del {
    font-size: calc(100vw * 16 / 350);
    line-height: calc(100vw * 30 / 350);
  }
  .single-content .container .content .content-product .action-box .content-action .price-box .box .price ins {
    font-size: calc(100vw * 30 / 350);
    line-height: calc(100vw * 30 / 350);
    font-weight: bold;
    text-decoration: none;
  }
  .single-content .container .content .content-product .action-box .content-action .price-box .box .box-controls .select-box select {
    padding: calc(100vw * 10 / 350);
    border-radius: calc(100vw * 16 / 350);
    width: 100%;
    box-sizing: border-box;
    margin-bottom: calc(100vw * 15 / 350);
  }
  .single-content .container .content .content-product .action-box .content-action .price-box .box .box-controls .btn {
    width: 100%;
    padding: calc(100vw * 16 / 350);
    border-radius: calc(100vw * 16 / 350);
  }
  .single-content .container .content .content-product .action-box .content-action .price-box .box .box-controls .btn i {
    width: calc(100vw * 14 / 350);
    height: calc(100vw * 14 / 350);
  }
  .single-content .container .content .content-product .action-box .content-action .contact-box {
    border: calc(100vw * 1 / 350) solid #E1E1E1;
    border-radius: calc(100vw * 16 / 350);
    margin-bottom: calc(100vw * 20 / 350);
  }
  .single-content .container .content .content-product .action-box .content-action .contact-box .box {
    padding: calc(100vw * 30 / 350);
  }
  .single-content .container .content .content-product .action-box .content-action .contact-box .box .thumb {
    width: calc(100vw * 81 / 350);
    height: calc(100vw * 81 / 350);
    border: calc(100vw * 1 / 350) solid #E1E1E1;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: calc(100vw * 16 / 350);
  }
  .single-content .container .content .content-product .action-box .content-action .contact-box .box .thumb img {
    width: calc(100vw * 68 / 350);
    height: calc(100vw * 68 / 350);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .single-content .container .content .content-product .action-box .content-action .contact-box .box h4 {
    font-size: calc(100vw * 16 / 350);
    line-height: calc(100vw * 16 / 350);
    font-weight: 400;
    margin-bottom: calc(100vw * 16 / 350);
  }
  .single-content .container .content .content-product .action-box .content-action .contact-box .box .box-controls .btn {
    width: 100%;
    padding: calc(100vw * 16 / 350);
    border-radius: calc(100vw * 16 / 350);
    color: #60C961;
    border-color: #60C961;
  }
  .single-content .container .content .content-product .action-box .content-action .contact-box .box .box-controls .btn i svg path {
    fill: #60C961;
  }
}
.login-page {
  padding: calc(100vw * 70 / 1920) 0;
  padding-top: calc(100vw * 104 / 1920);
}
.login-page .container .content h1 {
  color: #050B20;
  font-size: calc(100vw * 40 / 1920);
  line-height: calc(100vw * 48 / 1920);
  text-align: center;
}
.login-page .container .content .content-box {
  display: flex;
  justify-content: center;
}
.login-page .container .content .content-box .form-content {
  width: calc(100vw * 722 / 1920);
}
.login-page .container .content .content-box .form-content h2 {
  font-size: calc(100vw * 40 / 1920);
  line-height: calc(100vw * 40 / 1920);
  margin-bottom: calc(100vw * 35 / 1920);
}
.login-page .container .content .content-box .form-content p {
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
  margin-bottom: calc(100vw * 45 / 1920);
}
.login-page .container .content .content-box .form-content .form form .form-group {
  margin-bottom: calc(100vw * 10 / 1920);
}
.login-page .container .content .content-box .form-content .form form .form-group label {
  color: #000000;
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 13 / 1920);
}
.login-page .container .content .content-box .form-content .form form .form-group input {
  border: none;
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 15 / 1920);
  box-sizing: border-box;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #E9E9E9;
  padding: calc(100vw * 15 / 1920) calc(100vw * 15 / 1920);
}
.login-page .container .content .content-box .form-content .form form .form-group label {
  color: #818181;
  font-size: calc(100vw * 13 / 1920);
  line-height: calc(100vw * 13 / 1920);
}
.login-page .container .content .content-box .form-content .form form .form-group textarea {
  border: none;
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 15 / 1920);
  width: 100%;
  height: calc(100vw * 218 / 1920);
}
.login-page .container .content .content-box .form-content .form form .box-controls {
  margin-top: calc(100vw * 30 / 1920);
}
.login-page .container .content .content-box .form-content .form form .box-controls .btn {
  background: #B6272E;
  border-radius: calc(100vw * 50 / 1920);
  color: #fff;
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
  text-transform: uppercase;
  border: none;
  padding: calc(100vw * 15 / 1920) calc(100vw * 50 / 1920);
  width: 100%;
  margin-bottom: calc(100vw * 15 / 1920);
}
.login-page .container .content .content-box .form-content .form form .box-controls .btn:nth-child(2) {
  background: none;
  color: #000000;
  border: 1px solid #000000;
}
.login-page .container .content .content-box .form-content .form form .box-controls .btn:last-child {
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}
.login-page .container .content .content-box .data-content {
  width: calc(100vw * 550 / 1920);
  border: calc(100vw * 1 / 1920) solid #E1E1E1;
  border-radius: calc(100vw * 16 / 1920);
}
.login-page .container .content .content-box .data-content .content-box {
  display: block;
  padding: calc(100vw * 42 / 1920);
}
.login-page .container .content .content-box .data-content .content-box h2 {
  font-size: calc(100vw * 20 / 1920);
  line-height: calc(100vw * 20 / 1920);
  margin-bottom: calc(100vw * 35 / 1920);
}
.login-page .container .content .content-box .data-content .content-box .box {
  display: flex;
  gap: calc(100vw * 15 / 1920);
  margin-bottom: calc(100vw * 35 / 1920);
}
.login-page .map {
  margin: calc(100vw * 55 / 1920) calc(100vw * 75 / 1920);
}
.login-page .map .container {
  max-width: calc(100vw * 1700 / 1920);
}
.login-page .map .container #map .thumb {
  width: 100%;
  height: calc(100vw * 600 / 1920);
}
.login-page .map .container #map .thumb iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  padding: 0.4rem 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* Oculta el checkbox original pero mantiene accesibilidad */
.form-check-input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: calc(100vw * 18 / 1920) !important;
  height: calc(100vw * 18 / 1920) !important;
  border: 2px solid #999;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

/* Efecto al pasar el mouse */
.form-check-input:hover {
  border-color: #B6272E;
}

/* Estilo cuando está marcado */
.form-check-input:checked {
  background-color: #B6272E;
  border-color: #B6272E;
}

/* Agrega el check con pseudo-elemento */
.form-check-input:checked::after {
  content: "✓";
  color: #fff;
  font-size: calc(100vw * 12 / 1920);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}

/* Label */
.form-check-label {
  color: #333;
  font-size: 0.95rem;
  cursor: pointer;
}

/* Hover sobre todo el bloque */
.form-check:hover .form-check-label {
  color: #B6272E;
}

@media screen and (max-width: 767px) {
  .login-page {
    padding: calc(100vw * 70 / 350) 0;
    padding-top: calc(100vw * 104 / 350);
  }
  .login-page .container .content h1 {
    color: #050B20;
    font-size: calc(100vw * 40 / 350);
    line-height: calc(100vw * 48 / 350);
    text-align: center;
  }
  .login-page .container .content .content-box {
    display: flex;
    justify-content: center;
  }
  .login-page .container .content .content-box .form-content {
    width: calc(100vw * 722 / 350);
  }
  .login-page .container .content .content-box .form-content h2 {
    font-size: calc(100vw * 40 / 350);
    line-height: calc(100vw * 40 / 350);
    margin-bottom: calc(100vw * 35 / 350);
  }
  .login-page .container .content .content-box .form-content p {
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    margin-bottom: calc(100vw * 45 / 350);
  }
  .login-page .container .content .content-box .form-content .form form .form-group {
    margin-bottom: calc(100vw * 10 / 350);
  }
  .login-page .container .content .content-box .form-content .form form .form-group label {
    color: #000000;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 13 / 350);
  }
  .login-page .container .content .content-box .form-content .form form .form-group input {
    border: none;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 15 / 350);
    box-sizing: border-box;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #E9E9E9;
    padding: calc(100vw * 15 / 350) calc(100vw * 15 / 350);
  }
  .login-page .container .content .content-box .form-content .form form .form-group label {
    color: #818181;
    font-size: calc(100vw * 13 / 350);
    line-height: calc(100vw * 13 / 350);
  }
  .login-page .container .content .content-box .form-content .form form .form-group textarea {
    border: none;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 15 / 350);
    width: 100%;
    height: calc(100vw * 218 / 350);
  }
  .login-page .container .content .content-box .form-content .form form .box-controls {
    margin-top: calc(100vw * 30 / 350);
  }
  .login-page .container .content .content-box .form-content .form form .box-controls .btn {
    background: #B6272E;
    border-radius: calc(100vw * 50 / 350);
    color: #fff;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    text-transform: uppercase;
    border: none;
    padding: calc(100vw * 15 / 350) calc(100vw * 50 / 350);
    width: 100%;
    margin-bottom: calc(100vw * 15 / 350);
  }
  .login-page .container .content .content-box .form-content .form form .box-controls .btn:nth-child(2) {
    background: none;
    color: #000000;
    border: 1px solid #000000;
  }
  .login-page .container .content .content-box .form-content .form form .box-controls .btn:last-child {
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
  }
  .login-page .container .content .content-box .data-content {
    width: calc(100vw * 550 / 350);
    border: calc(100vw * 1 / 350) solid #E1E1E1;
    border-radius: calc(100vw * 16 / 350);
  }
  .login-page .container .content .content-box .data-content .content-box {
    display: block;
    padding: calc(100vw * 42 / 350);
  }
  .login-page .container .content .content-box .data-content .content-box h2 {
    font-size: calc(100vw * 20 / 350);
    line-height: calc(100vw * 20 / 350);
    margin-bottom: calc(100vw * 35 / 350);
  }
  .login-page .container .content .content-box .data-content .content-box .box {
    display: flex;
    gap: calc(100vw * 15 / 350);
    margin-bottom: calc(100vw * 35 / 350);
  }
  .login-page .map {
    margin: calc(100vw * 55 / 350) calc(100vw * 75 / 350);
  }
  .login-page .map .container {
    max-width: calc(100vw * 1700 / 350);
  }
  .login-page .map .container #map .thumb {
    width: 100%;
    height: calc(100vw * 600 / 350);
  }
  .login-page .map .container #map .thumb iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .form-check {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    padding: 0.4rem 0;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  /* Oculta el checkbox original pero mantiene accesibilidad */
  .form-check-input {
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    width: calc(100vw * 18 / 350) !important;
    height: calc(100vw * 18 / 350) !important;
    border: 2px solid #999;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
  /* Efecto al pasar el mouse */
  .form-check-input:hover {
    border-color: #B6272E;
  }
  /* Estilo cuando está marcado */
  .form-check-input:checked {
    background-color: #B6272E;
    border-color: #B6272E;
  }
  /* Agrega el check con pseudo-elemento */
  .form-check-input:checked::after {
    content: "✓";
    color: #fff;
    font-size: calc(100vw * 12 / 350);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
  }
  /* Label */
  .form-check-label {
    color: #333;
    font-size: 0.95rem;
    cursor: pointer;
  }
  /* Hover sobre todo el bloque */
  .form-check:hover .form-check-label {
    color: #B6272E;
  }
}
.register-page {
  padding: calc(100vw * 70 / 1920) 0;
  padding-top: calc(100vw * 104 / 1920);
}
.register-page .container .content h1 {
  color: #050B20;
  font-size: calc(100vw * 40 / 1920);
  line-height: calc(100vw * 48 / 1920);
  text-align: center;
}
.register-page .container .content .content-box {
  display: flex;
  justify-content: center;
}
.register-page .container .content .content-box .form-content {
  width: calc(100vw * 800 / 1920);
  padding: calc(100vw * 30 / 1920) 0;
}
.register-page .container .content .content-box .form-content h2 {
  font-size: calc(100vw * 40 / 1920);
  line-height: calc(100vw * 40 / 1920);
  margin-bottom: calc(100vw * 35 / 1920);
}
.register-page .container .content .content-box .form-content p {
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
  margin-bottom: calc(100vw * 45 / 1920);
}
.register-page .container .content .content-box .form-content .form form .content-group {
  display: flex;
  gap: calc(100vw * 15 / 1920);
}
.register-page .container .content .content-box .form-content .form form .content-group .form-group {
  flex: 1;
  margin-bottom: calc(100vw * 10 / 1920);
}
.register-page .container .content .content-box .form-content .form form .content-group .form-group label {
  color: #000000;
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 13 / 1920);
}
.register-page .container .content .content-box .form-content .form form .content-group .form-group input {
  border: none;
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 15 / 1920);
  box-sizing: border-box;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #E9E9E9;
  padding: calc(100vw * 15 / 1920) calc(100vw * 15 / 1920);
}
.register-page .container .content .content-box .form-content .form form .form-group label {
  color: #818181;
  font-size: calc(100vw * 13 / 1920);
  line-height: calc(100vw * 13 / 1920);
}
.register-page .container .content .content-box .form-content .form form .form-group textarea {
  border: none;
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 15 / 1920);
  width: 100%;
  height: calc(100vw * 218 / 1920);
}
.register-page .container .content .content-box .form-content .form form .box-controls {
  margin-top: calc(100vw * 30 / 1920);
}
.register-page .container .content .content-box .form-content .form form .box-controls .btn {
  background: #B6272E;
  border-radius: calc(100vw * 50 / 1920);
  color: #fff;
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 27 / 1920);
  text-transform: uppercase;
  border: none;
  padding: calc(100vw * 15 / 1920) calc(100vw * 50 / 1920);
  width: 100%;
}
.register-page .container .content .content-box .data-content {
  width: calc(100vw * 550 / 1920);
  border: calc(100vw * 1 / 1920) solid #E1E1E1;
  border-radius: calc(100vw * 16 / 1920);
}
.register-page .container .content .content-box .data-content .content-box {
  display: block;
  padding: calc(100vw * 42 / 1920);
}
.register-page .container .content .content-box .data-content .content-box h2 {
  font-size: calc(100vw * 20 / 1920);
  line-height: calc(100vw * 20 / 1920);
  margin-bottom: calc(100vw * 35 / 1920);
}
.register-page .container .content .content-box .data-content .content-box .box {
  display: flex;
  gap: calc(100vw * 15 / 1920);
  margin-bottom: calc(100vw * 35 / 1920);
}
.register-page .map {
  margin: calc(100vw * 55 / 1920) calc(100vw * 75 / 1920);
}
.register-page .map .container {
  max-width: calc(100vw * 1700 / 1920);
}
.register-page .map .container #map .thumb {
  width: 100%;
  height: calc(100vw * 600 / 1920);
}
.register-page .map .container #map .thumb iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 767px) {
  .register-page {
    padding: calc(100vw * 70 / 350) 0;
    padding-top: calc(100vw * 104 / 350);
  }
  .register-page .container .content h1 {
    color: #050B20;
    font-size: calc(100vw * 40 / 350);
    line-height: calc(100vw * 48 / 350);
    text-align: center;
  }
  .register-page .container .content .content-box {
    display: flex;
    justify-content: center;
  }
  .register-page .container .content .content-box .form-content {
    width: 100%;
    padding: calc(100vw * 30 / 350) 0;
  }
  .register-page .container .content .content-box .form-content h2 {
    font-size: calc(100vw * 40 / 350);
    line-height: calc(100vw * 40 / 350);
    margin-bottom: calc(100vw * 35 / 350);
  }
  .register-page .container .content .content-box .form-content p {
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    margin-bottom: calc(100vw * 45 / 350);
  }
  .register-page .container .content .content-box .form-content .form form .content-group {
    display: block;
    gap: calc(100vw * 15 / 350);
  }
  .register-page .container .content .content-box .form-content .form form .content-group .form-group {
    flex: 1;
    margin-bottom: calc(100vw * 10 / 350);
  }
  .register-page .container .content .content-box .form-content .form form .content-group .form-group label {
    color: #000000;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 13 / 350);
  }
  .register-page .container .content .content-box .form-content .form form .content-group .form-group input {
    border: none;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 15 / 350);
    box-sizing: border-box;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #E9E9E9;
    padding: calc(100vw * 15 / 350) calc(100vw * 15 / 350);
  }
  .register-page .container .content .content-box .form-content .form form .form-group label {
    color: #818181;
    font-size: calc(100vw * 13 / 350);
    line-height: calc(100vw * 13 / 350);
  }
  .register-page .container .content .content-box .form-content .form form .form-group textarea {
    border: none;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 15 / 350);
    width: 100%;
    height: calc(100vw * 218 / 350);
  }
  .register-page .container .content .content-box .form-content .form form .box-controls {
    margin-top: calc(100vw * 30 / 350);
  }
  .register-page .container .content .content-box .form-content .form form .box-controls .btn {
    background: #B6272E;
    border-radius: calc(100vw * 50 / 350);
    color: #fff;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    text-transform: uppercase;
    border: none;
    padding: calc(100vw * 15 / 350) calc(100vw * 50 / 350);
    width: 100%;
  }
  .register-page .container .content .content-box .data-content {
    width: calc(100vw * 550 / 350);
    border: calc(100vw * 1 / 350) solid #E1E1E1;
    border-radius: calc(100vw * 16 / 350);
  }
  .register-page .container .content .content-box .data-content .content-box {
    display: block;
    padding: calc(100vw * 42 / 350);
  }
  .register-page .container .content .content-box .data-content .content-box h2 {
    font-size: calc(100vw * 20 / 350);
    line-height: calc(100vw * 20 / 350);
    margin-bottom: calc(100vw * 35 / 350);
  }
  .register-page .container .content .content-box .data-content .content-box .box {
    display: flex;
    gap: calc(100vw * 15 / 350);
    margin-bottom: calc(100vw * 35 / 350);
  }
  .register-page .map {
    margin: calc(100vw * 55 / 350) calc(100vw * 75 / 350);
  }
  .register-page .map .container {
    max-width: calc(100vw * 1700 / 350);
  }
  .register-page .map .container #map .thumb {
    width: 100%;
    height: calc(100vw * 600 / 350);
  }
  .register-page .map .container #map .thumb iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.alert {
  color: #fff;
  text-align: center;
  padding: calc(100vw * 10 / 1920) 0;
  margin-bottom: calc(100vw * 30 / 1920);
}
.alert.alert-success {
  background: green;
}
.alert.alert-danger {
  background: red;
}

.mi-cuenta-page {
  padding: calc(100vw * 70 / 1920) 0;
  padding-top: calc(100vw * 104 / 1920);
}
.mi-cuenta-page .container .content {
  /* Contenedor principal */
  /* Tabs */
  /* Contenido */
  /* Productos */
  /* Formulario */
}
.mi-cuenta-page .container .content h1 {
  color: #050B20;
  font-size: calc(100vw * 40 / 1920);
  line-height: calc(100vw * 48 / 1920);
  text-align: center;
}
.mi-cuenta-page .container .content .account-container {
  max-width: calc(100vw * 800 / 1920);
  margin: 0 auto;
  padding: calc(100vw * 20 / 1920);
  border: 1px solid #ddd;
  border-radius: calc(100vw * 12 / 1920);
  background: #fff;
}
.mi-cuenta-page .container .content .account-tabs {
  display: flex;
  border-bottom: 1px solid #ddd;
  margin-bottom: calc(100vw * 20 / 1920);
}
.mi-cuenta-page .container .content .tab-btn {
  flex: 1;
  padding: calc(100vw * 14 / 1920) calc(100vw * 20 / 1920);
  background: #f7f7f7;
  border: none;
  cursor: pointer;
  font-size: calc(100vw * 16 / 1920);
  transition: background 0.3s;
}
.mi-cuenta-page .container .content .tab-btn.active {
  background: #fff;
  border-bottom: 2px solid #0073aa;
  font-weight: bold;
}
.mi-cuenta-page .container .content .tab-content {
  display: none;
}
.mi-cuenta-page .container .content .tab-content.active {
  display: block;
}
.mi-cuenta-page .container .content .product-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mi-cuenta-page .container .content .product-item {
  display: flex;
  justify-content: space-between;
  padding: calc(100vw * 10 / 1920) calc(100vw * 15 / 1920);
  border-bottom: 1px solid #eee;
}
.mi-cuenta-page .container .content .account-form {
  display: flex;
  flex-direction: column;
  gap: calc(100vw * 15 / 1920);
}
.mi-cuenta-page .container .content .account-form label {
  font-size: calc(100vw * 14 / 1920);
  display: flex;
  flex-direction: column;
  gap: calc(100vw * 5 / 1920);
}
.mi-cuenta-page .container .content .account-form input {
  padding: calc(100vw * 10 / 1920);
  border: 1px solid #ccc;
  border-radius: calc(100vw * 8 / 1920);
}
.mi-cuenta-page .container .content .account-form button {
  padding: calc(100vw * 12 / 1920);
  background: #0073aa;
  color: #fff;
  border: none;
  border-radius: calc(100vw * 8 / 1920);
  cursor: pointer;
  transition: background 0.3s;
}
.mi-cuenta-page .container .content .account-form button:hover {
  background: #005f87;
}
.mi-cuenta-page .map {
  margin: calc(100vw * 55 / 1920) calc(100vw * 75 / 1920);
}
.mi-cuenta-page .map .container {
  max-width: calc(100vw * 1700 / 1920);
}
.mi-cuenta-page .map .container #map .thumb {
  width: 100%;
  height: calc(100vw * 600 / 1920);
}
.mi-cuenta-page .map .container #map .thumb iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* Estilo general de las tablas */
.product-table,
.data-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: calc(100vw * 12 / 1920);
  overflow: hidden;
  box-shadow: 0 calc(100vw * 2 / 1920) calc(100vw * 8 / 1920) rgba(0, 0, 0, 0.05);
  margin-bottom: calc(100vw * 20 / 1920);
  font-size: calc(100vw * 14 / 1920);
}

/* Cabecera */
.product-table thead {
  background: #f5f7fa;
}

.product-table th {
  text-align: left;
  font-weight: 600;
  padding: calc(100vw * 14 / 1920) calc(100vw * 16 / 1920);
  color: #333;
  border-bottom: 2px solid #e1e5eb;
}

/* Filas */
.product-table td,
.data-table td {
  padding: calc(100vw * 12 / 1920) calc(100vw * 16 / 1920);
  border-bottom: 1px solid #e9edf3;
  color: #444;
}

/* Última fila sin borde */
.product-table tbody tr:last-child td,
.data-table tbody tr:last-child td {
  border-bottom: none;
}

/* Hover en filas */
.product-table tbody tr:hover {
  background: #f9fbfd;
  transition: background 0.2s ease;
}

/* Tabla de datos (formulario usuario) */
.data-table td:first-child {
  font-weight: 500;
  color: #555;
  width: 30%;
  background: #fafafa;
}

.data-table input {
  width: 100%;
  padding: calc(100vw * 10 / 1920);
  border: 1px solid #ccc;
  border-radius: calc(100vw * 8 / 1920);
  font-size: calc(100vw * 14 / 1920);
}

/* Botón */
.account-form button {
  margin-top: calc(100vw * 20 / 1920);
  padding: calc(100vw * 12 / 1920) calc(100vw * 18 / 1920);
  background: #0073aa;
  color: #fff;
  border: none;
  border-radius: calc(100vw * 8 / 1920);
  cursor: pointer;
  font-size: calc(100vw * 14 / 1920);
  transition: background 0.3s;
}

.account-form button:hover {
  background: #005f87;
}

/* Responsive */
@media (max-width: 768px) {
  .product-table,
  .data-table {
    font-size: calc(100vw * 12 / 1920);
  }
  .product-table th,
  .product-table td,
  .data-table td {
    padding: calc(100vw * 10 / 1920);
  }
}
@media screen and (max-width: 767px) {
  .mi-cuenta-page {
    padding: calc(100vw * 70 / 350) 0;
    padding-top: calc(100vw * 104 / 350);
  }
  .mi-cuenta-page .container .content {
    /* Contenedor principal */
    /* Tabs */
    /* Contenido */
    /* Productos */
    /* Formulario */
  }
  .mi-cuenta-page .container .content h1 {
    color: #050B20;
    font-size: calc(100vw * 40 / 350);
    line-height: calc(100vw * 48 / 350);
    text-align: center;
  }
  .mi-cuenta-page .container .content .account-container {
    max-width: calc(100vw * 800 / 350);
    margin: 0 auto;
    padding: calc(100vw * 20 / 350);
    border: 1px solid #ddd;
    border-radius: calc(100vw * 12 / 350);
    background: #fff;
  }
  .mi-cuenta-page .container .content .account-tabs {
    display: flex;
    border-bottom: 1px solid #ddd;
    margin-bottom: calc(100vw * 20 / 350);
  }
  .mi-cuenta-page .container .content .tab-btn {
    flex: 1;
    padding: calc(100vw * 14 / 350) calc(100vw * 20 / 350);
    background: #f7f7f7;
    border: none;
    cursor: pointer;
    font-size: calc(100vw * 16 / 350);
    transition: background 0.3s;
  }
  .mi-cuenta-page .container .content .tab-btn.active {
    background: #fff;
    border-bottom: 2px solid #0073aa;
    font-weight: bold;
  }
  .mi-cuenta-page .container .content .tab-content {
    display: none;
  }
  .mi-cuenta-page .container .content .tab-content.active {
    display: block;
  }
  .mi-cuenta-page .container .content .product-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .mi-cuenta-page .container .content .product-item {
    display: flex;
    justify-content: space-between;
    padding: calc(100vw * 10 / 350) calc(100vw * 15 / 350);
    border-bottom: 1px solid #eee;
  }
  .mi-cuenta-page .container .content .account-form {
    display: flex;
    flex-direction: column;
    gap: calc(100vw * 15 / 350);
  }
  .mi-cuenta-page .container .content .account-form label {
    font-size: calc(100vw * 14 / 350);
    display: flex;
    flex-direction: column;
    gap: calc(100vw * 5 / 350);
  }
  .mi-cuenta-page .container .content .account-form input {
    padding: calc(100vw * 10 / 350);
    border: 1px solid #ccc;
    border-radius: calc(100vw * 8 / 350);
  }
  .mi-cuenta-page .container .content .account-form button {
    padding: calc(100vw * 12 / 350);
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: calc(100vw * 8 / 350);
    cursor: pointer;
    transition: background 0.3s;
  }
  .mi-cuenta-page .container .content .account-form button:hover {
    background: #005f87;
  }
  .mi-cuenta-page .map {
    margin: calc(100vw * 55 / 350) calc(100vw * 75 / 350);
  }
  .mi-cuenta-page .map .container {
    max-width: calc(100vw * 1700 / 350);
  }
  .mi-cuenta-page .map .container #map .thumb {
    width: 100%;
    height: calc(100vw * 600 / 350);
  }
  .mi-cuenta-page .map .container #map .thumb iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  /* Estilo general de las tablas */
  .product-table,
  .data-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: calc(100vw * 12 / 350);
    overflow: hidden;
    box-shadow: 0 calc(100vw * 2 / 350) calc(100vw * 8 / 350) rgba(0, 0, 0, 0.05);
    margin-bottom: calc(100vw * 20 / 350);
    font-size: calc(100vw * 14 / 350);
  }
  /* Cabecera */
  .product-table thead {
    background: #f5f7fa;
  }
  .product-table th {
    text-align: left;
    font-weight: 600;
    padding: calc(100vw * 14 / 350) calc(100vw * 16 / 350);
    color: #333;
    border-bottom: 2px solid #e1e5eb;
  }
  /* Filas */
  .product-table td,
  .data-table td {
    padding: calc(100vw * 12 / 350) calc(100vw * 16 / 350);
    border-bottom: 1px solid #e9edf3;
    color: #444;
  }
  /* Última fila sin borde */
  .product-table tbody tr:last-child td,
  .data-table tbody tr:last-child td {
    border-bottom: none;
  }
  /* Hover en filas */
  .product-table tbody tr:hover {
    background: #f9fbfd;
    transition: background 0.2s ease;
  }
  /* Tabla de datos (formulario usuario) */
  .data-table td:first-child {
    font-weight: 500;
    color: #555;
    width: 30%;
    background: #fafafa;
  }
  .data-table input {
    width: 100%;
    padding: calc(100vw * 10 / 350);
    border: 1px solid #ccc;
    border-radius: calc(100vw * 8 / 350);
    font-size: calc(100vw * 14 / 350);
  }
  /* Botón */
  .account-form button {
    margin-top: calc(100vw * 20 / 350);
    padding: calc(100vw * 12 / 350) calc(100vw * 18 / 350);
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: calc(100vw * 8 / 350);
    cursor: pointer;
    font-size: calc(100vw * 14 / 350);
    transition: background 0.3s;
  }
  .account-form button:hover {
    background: #005f87;
  }
  /* Responsive */
}
@media screen and (max-width: 767px) and (max-width: 768px) {
  .product-table,
  .data-table {
    font-size: calc(100vw * 12 / 350);
  }
  .product-table th,
  .product-table td,
  .data-table td {
    padding: calc(100vw * 10 / 350);
  }
}
.sucursales-page {
  padding: calc(100vw * 70 / 1920) 0;
  padding-top: calc(100vw * 104 / 1920);
}
.sucursales-page .container .content h1 {
  color: #050B20;
  font-size: calc(100vw * 40 / 1920);
  line-height: calc(100vw * 48 / 1920);
}
.sucursales-page .container .content .content-box .locations {
  display: flex;
  gap: calc(100vw * 20 / 1920);
}
.sucursales-page .container .content .content-box .locations .location-box {
  flex: 1;
}
.sucursales-page .map {
  margin: calc(100vw * 55 / 1920) calc(100vw * 75 / 1920);
}
.sucursales-page .map .container {
  max-width: calc(100vw * 1700 / 1920);
}
.sucursales-page .map .container #map .thumb {
  width: 100%;
  height: calc(100vw * 600 / 1920);
}
.sucursales-page .map .container #map .thumb iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 767px) {
  .sucursales-page {
    padding: calc(100vw * 70 / 350) 0;
    padding-top: calc(100vw * 104 / 350);
  }
  .sucursales-page .container .content h1 {
    color: #050B20;
    font-size: calc(100vw * 40 / 350);
    line-height: calc(100vw * 48 / 350);
  }
  .sucursales-page .container .content .content-box {
    display: block;
    gap: calc(100vw * 127 / 350);
  }
  .sucursales-page .container .content .content-box .form-content {
    width: 100%;
    margin-bottom: calc(100vw * 30 / 350);
  }
  .sucursales-page .container .content .content-box .form-content h2 {
    font-size: calc(100vw * 40 / 350);
    line-height: calc(100vw * 40 / 350);
    margin-bottom: calc(100vw * 35 / 350);
  }
  .sucursales-page .container .content .content-box .form-content p {
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    margin-bottom: calc(100vw * 45 / 350);
  }
  .sucursales-page .container .content .content-box .form-content .form form .content-groups {
    display: block;
    flex-wrap: wrap;
    gap: calc(100vw * 30 / 350);
    margin-bottom: 0;
  }
  .sucursales-page .container .content .content-box .form-content .form form .content-groups .form-group {
    width: 100%;
    margin-bottom: calc(100vw * 30 / 350);
  }
  .sucursales-page .container .content .content-box .form-content .form form .content-groups .form-group .content-group {
    border-radius: calc(100vw * 12 / 350);
    border: 1px solid #E9E9E9;
    padding: calc(100vw * 5 / 350) calc(100vw * 15 / 350);
  }
  .sucursales-page .container .content .content-box .form-content .form form .content-groups .form-group .content-group label {
    color: #818181;
    font-size: calc(100vw * 13 / 350);
    line-height: calc(100vw * 13 / 350);
  }
  .sucursales-page .container .content .content-box .form-content .form form .content-groups .form-group .content-group input {
    border: none;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 15 / 350);
    box-sizing: border-box;
    width: 100%;
  }
  .sucursales-page .container .content .content-box .form-content .form form .form-group .content-group {
    border-radius: calc(100vw * 12 / 350);
    border: 1px solid #E9E9E9;
    padding: calc(100vw * 5 / 350) calc(100vw * 15 / 350);
  }
  .sucursales-page .container .content .content-box .form-content .form form .form-group .content-group label {
    color: #818181;
    font-size: calc(100vw * 13 / 350);
    line-height: calc(100vw * 13 / 350);
  }
  .sucursales-page .container .content .content-box .form-content .form form .form-group .content-group textarea {
    border: none;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 15 / 350);
    width: 100%;
    height: calc(100vw * 218 / 350);
  }
  .sucursales-page .container .content .content-box .form-content .form form .box-controls {
    margin-top: calc(100vw * 30 / 350);
  }
  .sucursales-page .container .content .content-box .form-content .form form .box-controls .btn {
    background: #B6272E;
    border-radius: calc(100vw * 16 / 350);
    color: #fff;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    text-transform: uppercase;
    border: none;
    padding: calc(100vw * 15 / 350) calc(100vw * 50 / 350);
  }
  .sucursales-page .container .content .content-box .data-content {
    width: 100%;
    border: calc(100vw * 1 / 350) solid #E1E1E1;
    border-radius: calc(100vw * 16 / 350);
  }
  .sucursales-page .container .content .content-box .data-content .content-box {
    display: block;
    padding: calc(100vw * 42 / 350);
  }
  .sucursales-page .container .content .content-box .data-content .content-box h2 {
    font-size: calc(100vw * 20 / 350);
    line-height: calc(100vw * 20 / 350);
    margin-bottom: calc(100vw * 35 / 350);
  }
  .sucursales-page .container .content .content-box .data-content .content-box .box {
    display: flex;
    gap: calc(100vw * 15 / 350);
    margin-bottom: calc(100vw * 35 / 350);
  }
  .sucursales-page .map {
    margin: calc(100vw * 55 / 350) 0 calc(100vw * 75 / 350);
  }
  .sucursales-page .map .container {
    max-width: auto;
  }
  .sucursales-page .map .container #map .thumb {
    width: 100%;
    height: calc(100vw * 600 / 350);
  }
  .sucursales-page .map .container #map .thumb iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.certificados-page {
  padding: calc(100vw * 100 / 1920) 0;
  padding-top: calc(100vw * 130 / 1920);
}
.certificados-page .container .content h1 {
  color: #050B20;
  font-size: calc(100vw * 40 / 1920);
  line-height: calc(100vw * 48 / 1920);
  text-transform: uppercase;
  text-align: center;
}
.certificados-page .container .content .cert-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: calc(100vw * 30 / 1920);
  margin-top: calc(100vw * 80 / 1920);
}
.certificados-page .container .content .cert-grid .item {
  flex: 0 0 calc(25% - 20px); /* 4 columnas */
  border: 1px solid #ccc;
  border-radius: calc(100vw * 15 / 1920);
}
.certificados-page .container .content .cert-grid .item .thumb {
  background: #ccc;
}
.certificados-page .container .content .cert-grid .item .thumb img {
  width: calc(100vw * 100 / 1920);
  margin: 0 auto;
  padding: calc(100vw * 50 / 1920) 0;
}
.certificados-page .container .content .cert-grid .item .content-box {
  margin-top: calc(100vw * 30 / 1920);
  text-align: center;
}
.certificados-page .container .content .cert-grid .item .content-box h2 {
  margin-bottom: calc(100vw * 30 / 1920);
}

@media screen and (max-width: 767px) {
  .contact-page {
    padding: calc(100vw * 70 / 350) 0;
    padding-top: calc(100vw * 104 / 350);
  }
  .contact-page .container .content h1 {
    color: #050B20;
    font-size: calc(100vw * 40 / 350);
    line-height: calc(100vw * 48 / 350);
  }
  .contact-page .container .content .content-box {
    display: block;
    gap: calc(100vw * 127 / 350);
  }
  .contact-page .container .content .content-box .form-content {
    width: 100%;
    margin-bottom: calc(100vw * 30 / 350);
  }
  .contact-page .container .content .content-box .form-content h2 {
    font-size: calc(100vw * 40 / 350);
    line-height: calc(100vw * 40 / 350);
    margin-bottom: calc(100vw * 35 / 350);
  }
  .contact-page .container .content .content-box .form-content p {
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    margin-bottom: calc(100vw * 45 / 350);
  }
  .contact-page .container .content .content-box .form-content .form form .content-groups {
    display: block;
    flex-wrap: wrap;
    gap: calc(100vw * 30 / 350);
    margin-bottom: 0;
  }
  .contact-page .container .content .content-box .form-content .form form .content-groups .form-group {
    width: 100%;
    margin-bottom: calc(100vw * 30 / 350);
  }
  .contact-page .container .content .content-box .form-content .form form .content-groups .form-group .content-group {
    border-radius: calc(100vw * 12 / 350);
    border: 1px solid #E9E9E9;
    padding: calc(100vw * 5 / 350) calc(100vw * 15 / 350);
  }
  .contact-page .container .content .content-box .form-content .form form .content-groups .form-group .content-group label {
    color: #818181;
    font-size: calc(100vw * 13 / 350);
    line-height: calc(100vw * 13 / 350);
  }
  .contact-page .container .content .content-box .form-content .form form .content-groups .form-group .content-group input {
    border: none;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 15 / 350);
    box-sizing: border-box;
    width: 100%;
  }
  .contact-page .container .content .content-box .form-content .form form .form-group .content-group {
    border-radius: calc(100vw * 12 / 350);
    border: 1px solid #E9E9E9;
    padding: calc(100vw * 5 / 350) calc(100vw * 15 / 350);
  }
  .contact-page .container .content .content-box .form-content .form form .form-group .content-group label {
    color: #818181;
    font-size: calc(100vw * 13 / 350);
    line-height: calc(100vw * 13 / 350);
  }
  .contact-page .container .content .content-box .form-content .form form .form-group .content-group textarea {
    border: none;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 15 / 350);
    width: 100%;
    height: calc(100vw * 218 / 350);
  }
  .contact-page .container .content .content-box .form-content .form form .box-controls {
    margin-top: calc(100vw * 30 / 350);
  }
  .contact-page .container .content .content-box .form-content .form form .box-controls .btn {
    background: #B6272E;
    border-radius: calc(100vw * 16 / 350);
    color: #fff;
    font-size: calc(100vw * 15 / 350);
    line-height: calc(100vw * 27 / 350);
    text-transform: uppercase;
    border: none;
    padding: calc(100vw * 15 / 350) calc(100vw * 50 / 350);
  }
  .contact-page .container .content .content-box .data-content {
    width: 100%;
    border: calc(100vw * 1 / 350) solid #E1E1E1;
    border-radius: calc(100vw * 16 / 350);
  }
  .contact-page .container .content .content-box .data-content .content-box {
    display: block;
    padding: calc(100vw * 42 / 350);
  }
  .contact-page .container .content .content-box .data-content .content-box h2 {
    font-size: calc(100vw * 20 / 350);
    line-height: calc(100vw * 20 / 350);
    margin-bottom: calc(100vw * 35 / 350);
  }
  .contact-page .container .content .content-box .data-content .content-box .box {
    display: flex;
    gap: calc(100vw * 15 / 350);
    margin-bottom: calc(100vw * 35 / 350);
  }
  .contact-page .map {
    margin: calc(100vw * 55 / 350) 0 calc(100vw * 75 / 350);
  }
  .contact-page .map .container {
    max-width: auto;
  }
  .contact-page .map .container #map .thumb {
    width: 100%;
    height: calc(100vw * 600 / 350);
  }
  .contact-page .map .container #map .thumb iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.dashboard-page {
  padding: calc(100vw * 70 / 1920) 0;
  padding-top: calc(100vw * 104 / 1920);
}
.dashboard-page .container .content {
  /* Contenedor principal */
  /* Tabs */
  /* Contenido */
  /* Productos */
  /* Formulario */
}
.dashboard-page .container .content h1 {
  color: #050B20;
  font-size: calc(100vw * 40 / 1920);
  line-height: calc(100vw * 48 / 1920);
  text-align: center;
}
.dashboard-page .container .content .account-container {
  max-width: calc(100vw * 1140 / 1920);
  margin: 0 auto;
  padding: calc(100vw * 20 / 1920);
  border: 1px solid #ddd;
  border-radius: calc(100vw * 12 / 1920);
  background: #fff;
}
.dashboard-page .container .content .account-tabs {
  display: flex;
  border-bottom: 1px solid #ddd;
  margin-bottom: calc(100vw * 20 / 1920);
}
.dashboard-page .container .content .tab-btn {
  flex: 1;
  padding: calc(100vw * 14 / 1920) calc(100vw * 20 / 1920);
  background: #f7f7f7;
  border: none;
  cursor: pointer;
  font-size: calc(100vw * 16 / 1920);
  transition: background 0.3s;
}
.dashboard-page .container .content .tab-btn.active {
  background: #fff;
  border-bottom: 2px solid #0073aa;
  font-weight: bold;
}
.dashboard-page .container .content .tab-content {
  display: none;
}
.dashboard-page .container .content .tab-content.active {
  display: block;
}
.dashboard-page .container .content .product-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dashboard-page .container .content .product-item {
  display: flex;
  justify-content: space-between;
  padding: calc(100vw * 10 / 1920) calc(100vw * 15 / 1920);
  border-bottom: 1px solid #eee;
}
.dashboard-page .container .content .account-form {
  display: flex;
  flex-direction: column;
  gap: calc(100vw * 15 / 1920);
}
.dashboard-page .container .content .account-form label {
  font-size: calc(100vw * 14 / 1920);
  display: flex;
  flex-direction: column;
  gap: calc(100vw * 5 / 1920);
}
.dashboard-page .container .content .account-form input {
  padding: calc(100vw * 10 / 1920);
  border: 1px solid #ccc;
  border-radius: calc(100vw * 8 / 1920);
}
.dashboard-page .container .content .account-form button {
  padding: calc(100vw * 12 / 1920);
  background: #0073aa;
  color: #fff;
  border: none;
  border-radius: calc(100vw * 8 / 1920);
  cursor: pointer;
  transition: background 0.3s;
}
.dashboard-page .container .content .account-form button:hover {
  background: #005f87;
}
.dashboard-page .map {
  margin: calc(100vw * 55 / 1920) calc(100vw * 75 / 1920);
}
.dashboard-page .map .container {
  max-width: calc(100vw * 1700 / 1920);
}
.dashboard-page .map .container #map .thumb {
  width: 100%;
  height: calc(100vw * 600 / 1920);
}
.dashboard-page .map .container #map .thumb iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* --- ESTILO GENERAL --- */
#product_table,
#product_canje {
  width: 100%;
  border-collapse: collapse !important;
  font-family: "Inter", Arial, sans-serif;
  font-size: calc(100vw * 14 / 1920);
}

/* --- CABEZAL --- */
#product_table thead th,
#product_canje thead th {
  background-color: #B6272E;
  color: #fff;
  padding: calc(100vw * 12 / 1920);
  font-weight: 600;
  text-align: left;
}

/* --- CELDAS Y FILAS --- */
#product_table tbody td,
#product_canje tbody td {
  padding: calc(100vw * 10 / 1920) calc(100vw * 12 / 1920);
  border-bottom: calc(100vw * 1 / 1920) solid #e2e8f0;
}

/* --- HOVER --- */
#product_table tbody tr:hover,
#product_canje tbody tr:hover {
  background-color: #eaf4ff;
}

/* --- INPUT STOCK --- */
#product_table input[type=number],
#product_canje input[type=number] {
  width: calc(100vw * 70 / 1920);
  padding: calc(100vw * 5 / 1920);
  border: calc(100vw * 1 / 1920) solid #B6272E;
  border-radius: calc(100vw * 4 / 1920);
  outline: none;
}

#product_table input[type=number]:focus,
#product_canje input[type=number]:focus {
  border-color: #B6272E;
}

/* --- PAGINACIÓN Y BUSCADOR DE DATATABLES --- */
.dataTables_wrapper .dataTables_paginate .paginate_button {
  background-color: #B6272E !important;
  color: #fff !important;
  border-radius: calc(100vw * 4 / 1920) !important;
  margin: calc(100vw * 2 / 1920) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-color: #B6272E !important;
}

.dataTables_wrapper .dataTables_filter input {
  border: calc(100vw * 1 / 1920) solid #B6272E;
  border-radius: calc(100vw * 4 / 1920);
  padding: calc(100vw * 4 / 1920) calc(100vw * 6 / 1920);
}

.dataTables_wrapper .dataTables_length select {
  border-radius: calc(100vw * 4 / 1920);
  padding: calc(100vw * 4 / 1920) calc(100vw * 6 / 1920);
}

/* Botón */
.account-form button {
  margin-top: calc(100vw * 20 / 1920);
  padding: calc(100vw * 12 / 1920) calc(100vw * 18 / 1920);
  background: #0073aa;
  color: #fff;
  border: none;
  border-radius: calc(100vw * 8 / 1920);
  cursor: pointer;
  font-size: calc(100vw * 14 / 1920);
  transition: background 0.3s;
}

.account-form button:hover {
  background: #005f87;
}

@media screen and (max-width: 767px) {
  .dashboard-page {
    padding: calc(100vw * 70 / 350) 0;
    padding-top: calc(100vw * 104 / 350);
  }
  .dashboard-page .container .content {
    /* Contenedor principal */
    /* Tabs */
    /* Contenido */
    /* Productos */
    /* Formulario */
  }
  .dashboard-page .container .content h1 {
    color: #050B20;
    font-size: calc(100vw * 40 / 350);
    line-height: calc(100vw * 48 / 350);
    text-align: center;
  }
  .dashboard-page .container .content .account-container {
    max-width: calc(100vw * 1140 / 350);
    margin: 0 auto;
    padding: calc(100vw * 20 / 350);
    border: 1px solid #ddd;
    border-radius: calc(100vw * 12 / 350);
    background: #fff;
  }
  .dashboard-page .container .content .account-tabs {
    display: flex;
    border-bottom: 1px solid #ddd;
    margin-bottom: calc(100vw * 20 / 350);
  }
  .dashboard-page .container .content .tab-btn {
    flex: 1;
    padding: calc(100vw * 14 / 350) calc(100vw * 20 / 350);
    background: #f7f7f7;
    border: none;
    cursor: pointer;
    font-size: calc(100vw * 16 / 350);
    transition: background 0.3s;
  }
  .dashboard-page .container .content .tab-btn.active {
    background: #fff;
    border-bottom: 2px solid #0073aa;
    font-weight: bold;
  }
  .dashboard-page .container .content .tab-content {
    display: none;
  }
  .dashboard-page .container .content .tab-content.active {
    display: block;
  }
  .dashboard-page .container .content .product-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .dashboard-page .container .content .product-item {
    display: flex;
    justify-content: space-between;
    padding: calc(100vw * 10 / 350) calc(100vw * 15 / 350);
    border-bottom: 1px solid #eee;
  }
  .dashboard-page .container .content .account-form {
    display: flex;
    flex-direction: column;
    gap: calc(100vw * 15 / 350);
  }
  .dashboard-page .container .content .account-form label {
    font-size: calc(100vw * 14 / 350);
    display: flex;
    flex-direction: column;
    gap: calc(100vw * 5 / 350);
  }
  .dashboard-page .container .content .account-form input {
    padding: calc(100vw * 10 / 350);
    border: 1px solid #ccc;
    border-radius: calc(100vw * 8 / 350);
  }
  .dashboard-page .container .content .account-form button {
    padding: calc(100vw * 12 / 350);
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: calc(100vw * 8 / 350);
    cursor: pointer;
    transition: background 0.3s;
  }
  .dashboard-page .container .content .account-form button:hover {
    background: #005f87;
  }
  .dashboard-page .map {
    margin: calc(100vw * 55 / 350) calc(100vw * 75 / 350);
  }
  .dashboard-page .map .container {
    max-width: calc(100vw * 1700 / 350);
  }
  .dashboard-page .map .container #map .thumb {
    width: 100%;
    height: calc(100vw * 600 / 350);
  }
  .dashboard-page .map .container #map .thumb iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  /* --- ESTILO GENERAL --- */
  #product_table,
  #product_canje {
    width: 100%;
    border-collapse: collapse !important;
    font-family: "Inter", Arial, sans-serif;
    font-size: calc(100vw * 14 / 350);
  }
  /* --- CABEZAL --- */
  #product_table thead th,
  #product_canje thead th {
    background-color: #B6272E;
    color: #fff;
    padding: calc(100vw * 12 / 350);
    font-weight: 600;
    text-align: left;
  }
  /* --- CELDAS Y FILAS --- */
  #product_table tbody td,
  #product_canje tbody td {
    padding: calc(100vw * 10 / 350) calc(100vw * 12 / 350);
    border-bottom: calc(100vw * 1 / 350) solid #e2e8f0;
  }
  /* --- HOVER --- */
  #product_table tbody tr:hover,
  #product_canje tbody tr:hover {
    background-color: #eaf4ff;
  }
  /* --- INPUT STOCK --- */
  #product_table input[type=number],
  #product_canje input[type=number] {
    width: calc(100vw * 70 / 350);
    padding: calc(100vw * 5 / 350);
    border: calc(100vw * 1 / 350) solid #B6272E;
    border-radius: calc(100vw * 4 / 350);
    outline: none;
  }
  #product_table input[type=number]:focus,
  #product_canje input[type=number]:focus {
    border-color: #B6272E;
  }
  /* --- PAGINACIÓN Y BUSCADOR DE DATATABLES --- */
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    background-color: #B6272E !important;
    color: #fff !important;
    border-radius: calc(100vw * 4 / 350) !important;
    margin: calc(100vw * 2 / 350) !important;
  }
  .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #B6272E !important;
  }
  .dataTables_wrapper .dataTables_filter input {
    border: calc(100vw * 1 / 350) solid #B6272E;
    border-radius: calc(100vw * 4 / 350);
    padding: calc(100vw * 4 / 350) calc(100vw * 6 / 350);
  }
  .dataTables_wrapper .dataTables_length select {
    border-radius: calc(100vw * 4 / 350);
    padding: calc(100vw * 4 / 350) calc(100vw * 6 / 350);
  }
  /* Botón */
  .account-form button {
    margin-top: calc(100vw * 20 / 350);
    padding: calc(100vw * 12 / 350) calc(100vw * 18 / 350);
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: calc(100vw * 8 / 350);
    cursor: pointer;
    font-size: calc(100vw * 14 / 350);
    transition: background 0.3s;
  }
  .account-form button:hover {
    background: #005f87;
  }
}/*# sourceMappingURL=style.css.map */