/* Colors */
/* Font */
/* Functions */
@media (max-width: 1400px) {
  #home-hygiene .section-inner {
    padding: 0 6%;
  }
}
@media (max-width: 1200px) {
  header .h-area .top-menu > li > a {
    font-size: 14px;
    padding: 20px 6px;
  }
  header .h-area .top-menu > li > a svg {
    width: 20px;
    height: 20px;
  }
  #home-hygiene .section-inner {
    padding: 0 4%;
  }
}
@media (max-width: 991px) {
  header .h-area {
    padding: 12px 0;
    border-bottom: 1px solid #212529;
  }
  #home-slider .owl-nav button {
    padding: 0 !important;
    background-color: transparent;
  }
  #home-slider .owl-nav button svg {
    width: 40px;
    height: 40px;
    color: #fff;
  }
  #home-slider .owl-nav .owl-next:hover,
  #home-slider .owl-nav .owl-prev:hover {
    padding: 0 !important;
  }
  form .form-col .form-input {
    padding: 16px;
  }
  form .form-col .form-button {
    padding: 12px;
  }
  #home-products .owl-nav button {
    opacity: 1;
  }
  #home-products .owl-nav button svg {
    width: 40px;
    height: 40px;
  }
  #home-products .owl-nav .owl-prev {
    right: unset;
    left: 0;
    transform: translateY(-50%);
  }
  #home-products .owl-nav .owl-next {
    left: unset;
    right: 0;
    transform: translateY(-50%);
  }
  #home-products .page-button {
    margin-top: 24px;
  }
  #home-icon-boxes .icon-box .box-icon {
    width: 100px;
    height: 100px;
  }
  #home-hygiene .section-inner {
    padding: 0 2%;
  }
  .tab-system .tab-navs .nav-item {
    padding: 8px 0;
    font-size: 16px;
    margin: 0 12px;
  }
  footer .footer-top {
    padding: 48px 0 12px;
  }
  footer .footer-top .footer-mb {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  body {
    --gutter-x: 12px;
    --gutter-x2: -12px;
  }
  header .h-area .top-logo img {
    height: 20px;
  }
  header .h-area .top-logo .slogan-text {
    font-size: 12px;
    margin-top: 6px;
  }
  #home-icon-boxes .icon-box .box-icon {
    width: 80px;
    height: 80px;
  }
  #home-icon-boxes .icon-box .box-title {
    margin-top: 16px;
  }
  #home-products .product-slider-card .card-hover-area {
    opacity: 0.6;
  }
  #home-hygiene .section-inner {
    padding: 0 25px;
  }
  form .form-col .form-input {
    padding: 12px;
  }
  form .form-col .form-button {
    padding: 10px;
    min-width: 160px;
    font-size: 16px;
  }
  .tab-system .tab-navs {
    margin-bottom: 24px;
  }
  .tab-system .tab-navs .nav-item {
    padding: 8px 0;
    font-size: 14px;
    margin: 8px;
  }
  footer .footer-top .footer-title {
    margin-bottom: 16px;
  }
  footer .footer-top .footer-mb {
    margin-bottom: 24px;
  }
  footer .footer-top .footer-text {
    font-size: 14px;
  }
  footer .footer-top .footer-menu li a {
    font-size: 14px;
  }
  footer .footer-bottom .copyright-text {
    margin-bottom: 8px;
  }
}
@media (max-width: 575px) {
  .tab-system .tab-navs {
    margin-bottom: 24px;
  }
  .tab-system .tab-navs .nav-item {
    padding: 8px 0;
    font-size: 12px;
    margin: 6px;
  }
}
