/*
Version: 1.0
Author: Symlink Technology
Author URI: https://www.symlinktech.com/.
*/

@media screen and (max-width: 1600px) {
  body {
    font-size: 22px;
  }

  #hero h1 {
    font-size: 40px;
  }

  .h2,
  h2 {
    font-size: 26px;
  }

  .why-us .accordion-list a {
    font-size: 24px;
  }

  .services .icon-box h4 {
    font-size: 24px;
  }

  #footer {
    font-size: 18px;
  }

  #footer .footer-top h4 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1440px) {
  body {
    font-size: 20px;
  }

  #hero h1 {
    font-size: 38px;
  }

  .h2,
  h2 {
    font-size: 24px;
  }

  .why-us .accordion-list a {
    font-size: 22px;
  }

  .services .icon-box h4 {
    font-size: 22px;
  }

  #footer {
    font-size: 16px;
  }

  #footer .footer-top h4 {
    font-size: 20px;
  }

  .navbar a,
  .navbar a:focus {
    font-size: 16px;
  }
}

@media screen and (max-width: 1366px) {
  body {
    font-size: 18px;
  }

  #hero h1 {
    font-size: 36px;
    line-height: 46px;
  }

  #hero h2 {
    margin-bottom: 30px;
  }

  .h2,
  h2 {
    font-size: 22px;
  }

  .why-us .accordion-list a {
    font-size: 20px;
  }

  .services .icon-box h4 {
    font-size: 20px;
  }

  .services .icon-box p {
    line-height: 28px;
  }

  #footer {
    font-size: 14px;
  }

  #footer .footer-top h4 {
    font-size: 18px;
  }

  .navbar a,
  .navbar a:focus {
    font-size: 14px;
  }
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 990px) {
  #hero h1 {
    font-size: 22px;
    line-height: 25px;
  }

  .auth-new-design {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .auth-new-design > div {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 990px) and (orientation: landscape) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 480px) {
  .breadcrumbs {
    margin-top: 59px;
  }

  .product-result-info .filterPanelToggleBtn {
    position: absolute;
    top: -44px;
    right: 0;
    display: block;
  }

  .filter-panel-wrap {
    position: absolute;
    z-index: 1;
    min-height: 100%;
    top: -102px;
    left: 0;
    background-color: #fff;
    transform: translateX(-100%);
    transition: all 0.5s;
  }

  .filter-panel-wrap.active {
    transform: translateX(0);
  }

  .classCloseFilterPanel {
    display: block;
  }

  .product-result-info .result-info {
    width: 100%;
    margin-bottom: 15px;
  }

  /* .product-result-info .result-sorting .dropdown{
		width: 60%;
	} */

  .product-result .product-details {
    width: 100%;
    max-width: calc(100%);
  }
  .product-result .product-options {
    width: 100%;
  }
  .product-details .product-content {
    padding: 0;
  }

  .product-result .product-info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-result .product-options img {
    width: 100%;
    height: 200px;
  }
  .product-result .product-title {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .product-result .product-size {
    display: flex;
    flex-direction: column;
  }
  .product-result .product-size > span {
    margin-bottom: 5px;
  }
  .product-result-info .result-sorting .dropdown-toggle {
    height: 50px;
  }
}

@media screen and (max-width: 359px) {
}
