@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
:root {
  --primaryColor: #303030;
  --secondaryColor: #1aaaaa;
  --thirdColor: #fff; }

@font-face {
  font-family: "Open";
  src: url("../fonts/OpenSans-Regular.ttf");
  font-style: normal; }

@font-face {
  font-family: "Open Bold";
  src: url("../fonts/OpenSans-Bold.ttf");
  font-style: normal;
  font-weight: bold; }

@font-face {
  font-family: "Segoe";
  src: url("../fonts/SegoeUI.ttf");
  font-style: normal; }

:root {
  --primaryColor: #303030;
  --secondaryColor: #1aaaaa;
  --thirdColor: #fff; }

@font-face {
  font-family: "Open";
  src: url("../fonts/OpenSans-Regular.ttf");
  font-style: normal; }

@font-face {
  font-family: "Open Bold";
  src: url("../fonts/OpenSans-Bold.ttf");
  font-style: normal;
  font-weight: bold; }

@font-face {
  font-family: "Segoe";
  src: url("../fonts/SegoeUI.ttf");
  font-style: normal; }

main .section.featured-products .section-content {
  margin-right: 0;
  margin-left: 0; }

main .section.featured-products .section-footer {
  margin-top: 70px; }

@media (max-width: 575px) {
  main .section.why-us .section-content.flex-item-img {
    margin-right: -15px;
    margin-left: -15px; } }

main .section.why-us .section-content .item:first-child {
  margin-bottom: 50px !important; }
  @media (max-width: 575px) {
    main .section.why-us .section-content .item:first-child {
      margin-bottom: 20px !important; } }

main .section.why-us .section-content .item:nth-child(even) .item-img {
  order: 2; }
  @media (max-width: 767px) {
    main .section.why-us .section-content .item:nth-child(even) .item-img {
      order: 1; } }

main .section.why-us .section-content .item:nth-child(even) .item-content {
  order: 1; }
  @media (max-width: 767px) {
    main .section.why-us .section-content .item:nth-child(even) .item-content {
      order: 2; } }

main .section.why-us .section-content .item .item-img .item-img-bg {
  border-radius: 20px; }

main .section.why-us .section-content .item .item-img img {
  max-height: 520px; }
  @media (max-width: 575px) {
    main .section.why-us .section-content .item .item-img img {
      width: 100%; } }

@media (max-width: 575px) {
  main .section.why-us .section-content .item .item-content .item-desc {
    margin-bottom: 0; } }

.slick-arrow {
  top: unset;
  bottom: -75px;
  width: 48px;
  height: 48px;
  border: 1.5px solid #1c1c1c; }
  .slick-arrow.slick-prev {
    left: calc(50% - 55px); }
    .slick-arrow.slick-prev::before {
      content: url("../assets/icons/arrow-black.png");
      color: #000;
      width: 24px;
      height: 24px; }
  .slick-arrow.slick-next {
    right: calc(50% - 55px); }
    .slick-arrow.slick-next::before {
      content: "";
      position: absolute;
      background: url("../assets/icons/arrow-black.png") no-repeat;
      color: #000;
      width: 24px;
      height: 24px;
      top: 10px;
      right: 10px;
      transform: rotateY(180deg); }
