@media (max-height: 800px) {
  .banner__text {
    top: 180px;
  }
  .bordered__header {
    padding-bottom: 30px;
  }
  .banner__heading {
    font-size: 60px;
    line-height: 80px;
  }
}

@media (max-width: 1599px) {

  .offcanvas__logo {
    padding: 40px 30px 30px;
  }
  .offcanvas__logo img {
    width: 130px;
  }
  .featured__section {
    overflow: hidden;
    margin-top: -70px;
    padding-top: 170px !important;
  }
  .special__grid .special__card:last-child .special__img {
    width: 400px;
  }
  .special__grid {
    grid-template-columns: 540px 1fr;
  }
  .menu__carousel .owl-nav {
    display: none;
  }
  .menu__carousel .owl-carousel {
    padding: 0;
  }
  .testimonial__img::after {
    width: 720px;
  }
  .testimonial__img::before {
    width: 700px;
  }
  .testimonial__img img {
    height: 500px;
  }
  .testimonial__grid > div:first-child::before {
    top: 11%;
  }
  .testimonial__grid > div:first-child::after {
    bottom: -24px;
  }
  .testimonial__content::before {
    width: 250px;
  }
  .testimonial__grid > div:last-child {
    width: calc(100% - 760px);
  }
}
@media (max-width: 1399px) {
  .site-default {
    margin-top: 86px;
  }
  .special__grid .special__card:last-child .special__img {
    width: 350px;
  }
  .link__title.big a {
    font-size: 35px;
    line-height: 45px;
  }
  .special__card,
  .special__grid .special__card:last-child {
    flex-direction: column;
  }
  .special__card__content {
    padding-bottom: 40px;
  }
  .special__grid .special__card:first-child .special__img {
    width: 130px;
    margin-left: auto;
    margin-right: auto;
  }
  .special__grid .special__card:last-child .special__img {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial__img::after {
    width: 570px;
  }
  .testimonial__img::before {
    width: 550px;
  }
  .testimonial__img img {
    height: 450px;
  }

  .testimonial__content::before {
    width: 200px;
  }
  .testimonial__grid > div:last-child {
    width: calc(100% - 610px);
  }
  .testimonial__img {
    padding-left: 100px;
  }
  .testimonial__img::after {
    bottom: -17px;
  }
  .banner__extra__imgs > div:nth-child(2) {
    bottom: -175px;
  }
  .banner__extra__imgs > div:nth-child(2) img {
    height: 450px;
  }
  .banner__extra__imgs > div:first-child {
    bottom: -150px;
    left: 0;
  }
  .banner__extra__imgs > div:first-child img {
    height: 400px;
  }
  .banner__extra__imgs > div:nth-child(3) img {
    width: 250px;
  }
  .banner__extra__imgs > div:last-child img {
    width: 350px;
  }
  .banner__extra__imgs > div:nth-child(3) {
    right: 260px;
  }
  .site__logo img {
    width: 120px;
  }
  .site__navigation > div > ul > li > a {
    font-size: 16px;
    padding: 8px 18px 10px;
  }
  .site__navigation > div > ul > li.has-submenu > a::after {
    right: 3px;
  }
  .site__cta > div img {
    height: 25px;
  }
  .site__cta {
    display: flex;
    gap: 22px;
  }
  .hamburger-menu {
    width: 36px;
    height: 21px;
  }
  .site__search button img {
    width: 20px;
  }
  .site__search input {
    height: 45px;
    padding-left: 50px;
  }
  .site__search button {
    top: 45%;
  }
  .site__navigation > div > ul > li.has-submenu .sub__menu::before {
    height: calc(100% + 30px);
    top: -30px;
  }
  .mega__menu__list ul {
    grid-template-columns: repeat(4, 1fr);
  }

  @-webkit-keyframes fixedfadeup {
    from {
      opacity: 0;
      top: 150%;
    }
    to {
      opacity: 1;
      top: 75px;
    }
  }
  @keyframes fixedfadeup {
    from {
      opacity: 0;
      top: 150%;
    }
    to {
      opacity: 1;
      top: 75px;
    }
  }
}
@media (max-width: 1199px) {
  .mega__menu__img, .sub__menu{
    display: none;
  }
  .mega__menu__wrapper {
    min-height: 100%;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 0;
  }
  .mega__menu__list {
    padding: 10px 20px 20px;
    max-width: 100%;
    margin: 0 0 5px;
    background: #fff6d378;
    border-top: 1px solid #ffffffa1;
  }
  .mega__menu__list ul {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
    width: 100%;
  }
  .main__heading {
    font-size: 35px;
    line-height: 45px;
  }
  .popular__container {
    margin-top: 10px;
  }
  .special__grid,
  .checkout__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .special__card,
  .special__grid .special__card:last-child {
    flex-direction: row;
  }
  .special__grid .special__card:last-child .special__card__content {
    text-align: left;
  }
  .special__grid .special__card:last-child .special__badge {
    margin-left: 0;
  }
  .special__grid .special__card:last-child .special__cta {
    justify-content: flex-start;
  }
  .link__title.big a {
    font-size: 30px;
    line-height: 40px;
  }
  .testimonial__grid > div:first-child {
    display: none;
  }
  .testimonial__grid > div:last-child {
    width: 100%;
  }
  .testimonial__content {
    margin-top: 0;
  }
  .testimonial__carousel .the__content {
    max-width: 900px;
  }
  .testimonial__content .main__heading::before {
    width: 45px;
    height: 45px;
    left: 10px;
  }
  .testimonial__content {
    padding-top: 10px;
  }
  .testimonial__content .main__heading,
  .testimonial__carousel {
    padding-left: 70px;
  }

  .footer__contact > div:first-child {
    width: 60px;
    height: 60px;
  }
  .footer__contact > div:first-child a img {
    width: 25px;
    height: 25px;
  }
  .footer__contact {
    grid-template-columns: 60px 1fr;
  }
  .footer__info .wrapper > div:first-child {
    width: 70px;
    height: 70px;
  }
  .footer__info .wrapper > div:first-child img {
    width: 30px;
    height: 30px;
  }
  .footer__info .wrapper > div:first-child::before {
    width: 85%;
    height: 85%;
  }
  .footer__info .wrapper {
    grid-template-columns: 70px 1fr;
  }
  .footer__info .wrapper:not(:last-child) {
    padding-right: 20px;
    margin-right: 20px;
  }
  .top__footer {
    column-gap: 30px;
  }
  .main__footer .uk-grid > div:last-child {
    order: 2;
  }
  .main__footer .uk-grid > div:nth-child(2) {
    order: 3;
  }
  .main__footer .uk-grid > div:nth-child(3) {
    order: 4;
  }
  .footer__center {
    justify-content: flex-start;
  }

  .featured__container {
    margin-top: 250px;
  }
  .featured__container .uk-grid > div:nth-child(3),
  .featured__container .uk-grid > div:last-child {
    margin-top: 70px;
  }
  .featured__container .uk-grid,
  .featured__item .uk-grid {
    margin-left: -30px;
  }
  .banner__extra__imgs > div:first-child img {
    height: 300px;
  }
  .banner__extra__imgs > div:first-child {
    bottom: -30px;
  }
  .banner__extra__imgs > div:nth-child(2) img {
    height: 350px;
  }
  .banner__extra__imgs > div:nth-child(2) {
    bottom: -90px;
    left: 100px;
  }
  .banner__extra__imgs > div:nth-child(3) img {
    width: 200px;
  }
  .banner__extra__imgs > div:last-child img {
    width: 300px;
  }
  .banner__extra__imgs > div:nth-child(3) {
    right: 235px;
  }
  .banner__heading {
    font-size: 70px;
    line-height: 70px;
  }
  .site__navigation {
    display: none;
  }
  .product__single {
    grid-template-columns: 400px 1fr;
    column-gap: 40px;
  }
  .product__single__img,
  .product__single__img img {
    height: 400px;
  }
  .img-zoom-result {
    width: 400px;
    height: 400px;
  }
  .product__cta {
    margin-top: 40px;
  }
  .product__price {
    font-size: 20px;
    margin-top: 20px;
  }
  .product__desc {
    margin-top: 20px;
  }
  .product__price del {
    font-size: 16px;
  }
}

@media (max-width: 959px) {
  .filtered__container,
  .product__single,
  .review__tab {
    grid-template-columns: repeat(1, 1fr);
  }
  .review__container {
    order: 2;
  }
  .write__review {
    order: 1;
  }
  .product__single__card {
    max-width: 400px;
  }
  .img-zoom-result {
    max-width: 400px;
    height: 200px;
    width: 100%;
    top: 150%;
    left: 0;
  }
  .img-zoom-lens:hover ~ .img-zoom-result {
    top: 100%;
  }
  .sidebar__form__title {
    font-size: 22px;
  }
  .section {
    padding: 70px 0;
  }
  .section-t {
    padding-top: 70px;
  }
  .section-b {
    padding-bottom: 70px;
  }
  .main__heading {
    font-size: 30px;
    line-height: 40px;
  }
  .why__content p {
    margin-bottom: 20px;
  }
  .why__img img {
    height: 40px;
  }
  .special__grid .special__card:last-child .special__img {
    width: 250px;
  }
  .content__wrapper {
    margin-top: 30px;
  }
  .menu__container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer__title {
    font-size: 22px;
    line-height: 30px;
  }
  .footer__logo img {
    width: 120px;
  }
  .top__footer {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .footer__info {
    width: 100%;
    padding-left: 30px;
  }
  .featured__container .uk-grid > div:nth-child(3),
  .featured__container .uk-grid > div:last-child {
    margin-top: 40px;
  }
  .featured__section::before {
    width: 400px;
    height: 300px;
  }
  .featured__section::after {
    width: 150px;
    height: 350px;
  }
  .banner__heading {
    font-size: 55px;
    line-height: 55px;
  }
  .banner__extra__imgs > div:first-child img {
    height: 250px;
  }
  .banner__extra__imgs > div:nth-child(2) img {
    height: 300px;
  }
  .banner__extra__imgs > div:nth-child(2) {
    bottom: -55px;
  }
  .banner__extra__imgs > div:nth-child(3) img {
    width: 150px;
  }
  .banner__extra__imgs > div:last-child img {
    width: 250px;
  }
  .banner__extra__imgs > div:nth-child(3) {
    right: 195px;
  }
  .banner__text span {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .featured__item div > span {
    margin-top: -10px;
    display: block;
    font-size: 16px;
  }
  .header__info .wrapper a span:last-child {
    display: none;
  }
  .header__info {
    column-gap: 10px;
  }

  .offcanvas__logo {
    padding: 30px 20px 20px;
  }
  .offcanvas__logo img {
    width: 110px;
  }
  .page__banner,
  .page__banner__img {
    height: 400px;
  }
  .category__wrapper .wrapper:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 60px;
  }
  .uk-subnav li a {
    font-size: 20px !important;
  }

  .profile__tab__sidebar {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }
  .profile__tab__links{
    flex: 1;
  }
}

@media (max-width: 767px) {
  .site__search {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
  .site__logo {
    order: 2;
  }
  .site__cta {
    order: 3;
  }
  .site-header.fixed .main__header .site__search {
    display: none;
  }
  .site-default {
    margin-top: 151px;
  }

  /* responsive table */
  .custom__table table thead {
    display: none;
  }
  .custom__table table tbody tr td,
  .custom__table table tfoot tr td {
    display: flex;
    text-align: right !important;
    padding: 6px 9px;
    padding-left: 150px;
    font-size: 14px;
    min-height: 46px;
    justify-content: flex-end;
    align-items: center;
  }
  .custom__table table tbody tr td:not(:last-child) {
    border-right: 1px solid transparent;
    border-bottom: 1px solid #eee;
  }
  .custom__table table tbody tr:nth-child(even) td:not(:last-child) {
    border-bottom: 1px solid #d9d9d9;
  }
  .custom__table table tbody tr td::after,
  .custom__table table tfoot tr td::after {
    display: block;
    width: 150px;
  }
  .wishlist__table table tbody tr td:first-child::after {
    content: "Product Name";
  }
  .wishlist__table table tbody tr td:nth-child(2)::after {
    content: "Unit Price";
  }
  .wishlist__table table tbody tr td:nth-child(3)::after {
    content: "Stock Status";
  }
  .wishlist__table table tbody tr td:nth-child(4)::after {
    content: "Add to Cart";
  }
  .wishlist__table table tbody tr td:nth-child(5)::after {
    content: "Action";
  }
  .custom__table table td .btn {
    margin-right: 0;
  }
  .custom__table table tbody tr td:first-child > div {
    flex-direction: row-reverse;
  }

  .cart__table table tbody tr td:first-child::after {
    content: "Product Name";
  }
  .cart__table table tbody tr td:nth-child(2)::after {
    content: "Unit Price";
  }
  .cart__table table tbody tr td:nth-child(3)::after {
    content: "Quantity";
  }
  .cart__table table tbody tr td:nth-child(4)::after {
    content: "Subtotal";
  }
  .cart__table table tbody tr td:nth-child(5)::after {
    content: "Action";
  }

  .cart__table table tfoot tr td:first-child::after {
    content: "";
  }
 
  .order__table table tbody tr td:first-child::after {
    content: "Product Name";
  }
 
  .order__table table tbody tr td:nth-child(2)::after {
    content: "Quantity";
  }
  .order__table table tbody tr td:nth-child(3)::after {
    content: "Date";
  }
  .order__table table tbody tr td:nth-child(4)::after {
    content: "Order Status";
  }
  .order__table table tbody tr td:nth-child(5)::after {
    content: "Cancel Order";
  }
  .order__badge {
    margin-right: 0;
  }
  .table__img {
    display: none;
  }
  .link__title.small a {
    font-size: 16px;
    line-height: 20px;
  }
  .table__title {
    display: flex;
  }
  .table__title a {
    max-width: 100%;
  }
  /* responsive table */
}
@media (max-width: 639px) {
  .page__section-t {
    padding-top: 40px;
  }
  .page__section-b {
    padding-bottom: 40px;
  }
  .page__section {
    padding: 40px 0;
  }
  .error-404 {
    padding-top: 90px;
  }
  .error-404 .error-watermark {
    top: calc(50% - 90px);
    font-size: 160px;
  }
  .error-404 .error-title {
    font-size: 25px;
  }
  .error-404 .error-text {
    font-size: 14px;
    margin-top: 10px;
  }

  .the__content p,
  .entry-content p,
  .the__content li {
    font-size: 17px;
    line-height: 28px;
  }

  .link__title a {
    font-size: 20px;
    line-height: 20px;
  }
  .link__title.big a {
    font-size: 25px;
    line-height: 35px;
  }
  .content__wrapper {
    margin-top: 20px;
  }
  .section {
    padding: 40px 0;
  }
  .section-t {
    padding-top: 40px;
  }
  .section-b {
    padding-bottom: 40px;
  }

  .the__title {
    font-size: 18px;
    line-height: 22px;
  }
  .main__heading {
    font-size: 27px;
    line-height: 37px;
    margin-bottom: 10px;
  }
  .heading__icon img {
    display: none;
  }
  .item__card__img img {
    height: 250px;
  }
  .item__card__img {
    height: 280px;
  }
  .item__card__content {
    margin-top: 10px;
  }
  .item__card,
  .item__card__img {
    border-radius: 22px;
  }
  .item__card__qty {
    font-size: 16px;
    margin-top: 4px;
  }

  .item__card__price {
    font-size: 16px;
    padding: 6px 16px 6px;
  }
  .btn {
    padding: 9px 18px 11px;
    font-size: 14px;
  }
  .btn img {
    width: 18px !important;
  }
  .popular__container::before {
    left: -30px;
    top: -90px;
    width: 100px;
    height: 200px;
  }
  .popular__container::after {
    right: -10px;
    bottom: -60px;
    width: 61px;
    height: 148px;
  }
  .why__img img {
    height: 30px;
  }
  .why__img {
    width: 80px;
    height: 80px;
  }
  .why__content p {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .why__content p {
    font-size: 17px;
    line-height: 25px;
  }
  .special__card,
  .special__grid .special__card:last-child {
    flex-direction: column;
  }
  .special__cta {
    margin-top: 20px;
  }
  .special__badge {
    font-size: 14px;
    line-height: 15px;
    width: 65px;
    height: 65px;
    margin-bottom: 20px;
  }
  .special__badge span {
    margin-top: 3px;
  }
  .owl-theme .owl-dots {
    margin-top: 0;
  }
  .menu__container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .testimonial__content .main__heading::before {
    right: 0;
    left: auto;
    transform: rotate(180deg);
    top: 5px;
  }
  .testimonial__content .main__heading,
  .testimonial__carousel {
    padding-left: 20px;
  }
  .testimonial__content .main__heading {
    padding-right: 60px;
  }
  .testimonial__content::before {
    top: 100px;
  }
  .footer__offer {
    align-items: flex-start;
  }
  .footer__offer .the__content p {
    text-align: left;
  }
  .main__footer {
    padding-top: 40px;
  }
  .footer__title {
    margin: 0 0 5px;
    font-size: 20px;
    line-height: 28px;
  }
  .footer__list {
    margin-top: 10px;
  }
  .footer__logo {
    margin-bottom: 20px;
  }
  .footer__list ul li a {
    font-size: 16px;
  }
  .bottom__footer {
    font-size: 14px;
    padding: 10px 0;
  }
  .footer__offer .flex-row {
    margin-top: 20px;
  }
  .main__footer .uk-grid > div:last-child {
    order: 4;
  }
  .main__footer .uk-grid > div:nth-child(2) {
    order: 2;
  }
  .main__footer .uk-grid > div:nth-child(3) {
    order: 3;
  }
  .footer__info {
    flex-direction: column;
    margin-top: 20px;
    padding: 0 15px;
  }
  .footer__info .wrapper:not(:last-child) {
    border-bottom: 1px solid #eee;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .footer__info .wrapper:not(:last-child)::after {
    display: none;
  }
  .top__footer {
    gap: 20px;
  }
  .footer__contact {
    padding: 20px 60px;
    padding-left: 15px;
    gap: 15px;
  }
  .main__footer::before {
    width: 200px;
    height: 100px;
  }
  .footer__contact > div:last-child span {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .footer__contact > div:last-child a {
    font-size: 18px;
  }
  .footer__contact > div:first-child {
    width: 55px;
    height: 55px;
  }
  .footer__contact > div:first-child a img {
    width: 20px;
    height: 20px;
  }
  .footer__contact {
    grid-template-columns: 55px 1fr;
  }

  .featured__container .uk-grid > div:first-child .featured__img > a > img,
  .featured__container .uk-grid > div:nth-child(2) .featured__img > a > img {
    height: 280px;
    width: 100px;
  }
  .featured__container .uk-grid > div:first-child .featured__img::before,
  .featured__container .uk-grid > div:nth-child(2) .featured__img::before {
    width: 130px;
  }
  .featured__container .featured__img .special__badge {
    top: 40px;
    left: -10px;
  }
  .featured__container .uk-grid > div:first-child,
  .featured__container .uk-grid > div:nth-child(2) {
    margin-top: -310px;
  }
  .featured__container .uk-grid > div:nth-child(3) .featured__img > a > img,
  .featured__container .uk-grid > div:last-child .featured__img > a > img {
    height: 150px;
  }
  .featured__item {
    padding: 0 0 60px;
  }
  .featured__cycle img {
    width: 100px;
    margin-bottom: 10px;
  }
  .featured__container::before {
    left: 0;
    width: 100px;
    height: 50px;
  }
  .featured__section::before {
    width: 250px;
  }
  .featured__section::after {
    width: 100px;
    height: 250px;
    top: 100px;
  }

  .banner__heading {
    font-size: 40px;
    line-height: 40px;
  }
  .banner__extra__imgs > div:first-child,
  .banner__extra__imgs > div:nth-child(2) {
    display: none;
  }

  .banner__extra__imgs > div:nth-child(3) img,
  .banner__extra__imgs > div:last-child img {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  .banner__extra__imgs > div:nth-child(3) img {
    width: 100px;
  }
  .banner__extra__imgs > div:last-child img {
    width: 150px;
  }
  .banner__extra__imgs > div:nth-child(3) {
    right: 122px;
  }
  .top__header__grid > div:nth-child(2) {
    font-size: 14px;
  }
  .banner__text span {
    font-size: 16px;
  }
  .top__header__grid > div:nth-child(2) {
    flex-direction: column;
  }
  .top__header {
    padding: 5px 0;
  }
  .site__logo img {
    width: 100px;
  }
 
  .header__info {
    column-gap: 3px;
  }
  .featured__section {
    margin-top: -40px;
    padding-top: 70px !important;
  }

  .offcanvas__logo {
    border-radius: 0 0 25px 25px;
  }
  .offcanvas__logo img {
    width: 90px;
  }
  .offcanvas__menu {
    margin-top: 30px;
    padding: 20px 0;
  }
  .close__menu {
    top: 15px;
    right: 15px;
  }
  .leftright,
  .rightleft {
    width: 25px;
  }
  .close__container {
    width: 25px;
    height: 25px;
  }
  .site-default {
    margin-top: 140px;
  }
  .page__banner,
  .page__banner__img {
    height: 300px;
  }
  .page__banner .banner__text {
    bottom: 50px;
  }
  .category__wrapper .wrapper:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 50px;
  }
  .sidebar__form__title {
    font-size: 20px;
  }
  .uk-subnav li a {
    font-size: 18px !important;
  }
  .uk-switcher {
    padding: 20px;
  }
  .product__price {
    font-size: 18px;
  }
  .product__price del {
    font-size: 14px;
  }
  .product__single {
    gap: 30px;
  }
  .product__single__img,
  .product__single__img img {
    height: 300px;
  }
  .product__qty .button-container button {
    width: 40px;
    height: 40px;
  }
  .product__qty .button-container .qty {
    width: 60px;
  }
  .contact__info__card > div:first-child {
    width: 50px;
    height: 40px;
  }
  .contact__info__card > div:first-child img {
    height: 15px;
  }
  .contact__info__card {
    padding: 5px 10px;
    grid-template-columns: 50px 1fr;
  }
  .contact__info__card > div:last-child strong {
    font-size: 16px;
  }
  .form__card {
    padding: 20px;
    border-radius: 22px;
  }
  .form__wrapper .form__grid > div {
    grid-column: span 12 !important;
  }

  .custom__popup
    .custom__popup__model
    .custom__popup__head
    .custom__popup__title {
    font-size: 18px;
  }
  .proceed__checkout {
    display: block;
  }
  .proceed__checkout__wrapper {
    padding: 15px 20px;
  }
  .proceed__checkout .sidebar__form__content {
    min-width: 100%;
  }
  .profile__tab__content{
    margin-top: 20px !important;
  }
  #component-tab-left{
    padding: 0;
  }
  .profile__tab .uk-tab > * > a {
    font-size: 16px;
  }
  .personal__info__grid {
    grid-template-columns: repeat(1, 1fr);
    padding: 20px;
  }
  .personal__info__profile {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 0;
    padding-bottom: 20px;
  }
  .personal__title {
    font-size: 16px;
  }
  .personal__title span {
    font-size: 14px;
  }
  .edit__profile__img {
    flex-direction: column;
    gap: 20px;
  }
  .edit__picture {
    width: 100px;
    height: 100px;
  }
  .edit__profile__badge {
    width: 30px;
    height: 30px;
  }
  .profile__img.active .profile__img__wrapper, .profile__img.active img {
    width: auto;
    height: auto;
  }

  .mega__menu__list ul {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
  .mega__menu__list ul li a {
    font-size: 15px;
    line-height: 20px;
  }
  .offcanvas__menu > ul > li > a {
    font-size: 18px;
  }
  .site__user {
    margin-right: 5px;
  }
}
