:root {
  --blueColor: #2a4da0;
  --blueColorAlt: #0f75bd;
}

@media (min-width: 1399.98px) {
  .categ-items {
    width: 70%;
  }
}
@media (max-width: 1399.98px) and (min-width: 991.98px) {
  .sec-catgs {
    padding-bottom: 200px;
  }
  .item-catg {
    height: 220px;
    width: 220px;
  }
    .categ-items {
        position: absolute;
        bottom: -100px;
        width: 84%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
} /* 1399.98px */

@media (max-width: 1024.98px) and (min-width: 991.98px) {
  .slides-homepage .swiper-slide .txt-slide strong {
    font-size: 3em;
  }
  .item-tx .h5 {
    font-size: 1rem;
  }
  .item-tx .h6 {
    color: #444;
    font-size: .8rem;
  }
  .e-pattern img {
    max-height: 200px;
  }
  .item-catg {
    height: 180px;
    width: 180px;
  }
  .item-catg a.img-catgs img {
    max-height: 120px;
  }
  .item-catg:hover a.title-catg {
    bottom: calc(265px / 2 + -60px);
    font-size: 1rem;
  }
  .item-catg:hover a.img-catgs img {
    transform: translateY(-120px) scale(1) rotate(180deg);
    -webkit-transform: translateY(-120px) scale(1) rotate(180deg);
    -moz-transform: translateY(-120px) scale(1) rotate(180deg);
    -ms-transform: translateY(-120px) scale(1) rotate(180deg);
    -o-transform: translateY(-120px) scale(1) rotate(180deg);
  }

  .btn-add-cart,
  .product-details .warranty-years span,
  .product-details p,
  .item-product .title-product strong,
  .item-product .title-product a,
  .sidebar .form-check .form-check-label {
    font-size: 12px;
  }

  .product-details strong.h3 {
    font-size: 1.4rem
  }
  .min-add-button strong.h5 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
  }
  .min-add-button a.input-group-addon {
    font-size: 10px;
  }
  .min-add-button a.input-group-addon {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

} /* max-width: 1024.98px && min-width: 991.98px */

@media (max-width: 991.98px) {
  .e-pattern img {
    max-height: 200px;
  }
  .categ-items {
    bottom: -90px;
    left: 50%;
    width: 94%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
  .item-catg {
    height: 180px;
    width: 180px;
  }
  .item-catg a.img-catgs img {
    max-height: 120px;
  }
  .item-catg:hover a.title-catg {
    bottom: calc(265px / 2 + -60px);
    font-size: 1rem;
  }
  .item-catg:hover a.img-catgs img {
    transform: translateY(-120px) scale(1) rotate(180deg);
    -webkit-transform: translateY(-120px) scale(1) rotate(180deg);
    -moz-transform: translateY(-120px) scale(1) rotate(180deg);
    -ms-transform: translateY(-120px) scale(1) rotate(180deg);
    -o-transform: translateY(-120px) scale(1) rotate(180deg);
  }
} /* max-width: 991.98px */


@media (min-width: 768px) and (max-width: 1024px) {
     
    footer.pt-5 {
        padding-top: 1.5rem!important;
    }
    .footer-item {
        margin-bottom: 14px;
    }
    .footer-item .footer-logo img {
        max-height: 50px;
    }
    .footer-item .footer-logo a {
        margin-bottom: 0px;
    }
    .copyright-area .copyright-item p {
        font-size: 13px;
    }
}

@media (max-width: 767.98px) {
  .item-tx {
    margin-bottom: 1rem;
  }
  .item-tx .h5 {
    font-size: 14px;
  }
  .item-tx .h6 {
    font-size: 13px;
  }

  .sec-news {
    padding-top: 8rem;
  }

  .contact-form {
    margin-top: 2rem;
  }

  .slides-homepage .swiper-slide .txt-slide strong {
    font-size: 3em;
  }

  .toggle-menu {
    display: block;
    font-size: 1.8rem;
    color: #fff;
  }
  .close-menu {
    display: block;
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 1;
    color: #fff;
    font-size: 3rem;
    opacity: .7;
  }
  .main-menu {
    position: fixed;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    flex-direction: column;
    justify-content: center;
    padding-left: 5rem;
    z-index: 9999;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
  }
  .main-menu.show {
    opacity: 1;
    top: 0;
  }
  .main-menu > li {
    margin: auto 1px;
    margin: 0;
    margin-bottom: 1.5rem;
  }
  .main-menu > li > a {
    display: block;
    font-size: 1.5rem;
  }
  .main-menu > li > a + ul.menu-down {
    position: static !important;
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
  }

  .categ-items {
    bottom: -65px;
    width: 100%;
  }
  .item-catg {
    height: 130px;
    width: 130px;
    margin: auto;
  }
  .item-catg::after {
    content: unset;
  }
  .item-catg a.img-catgs img {
    max-height: 80px;
  }
  .item-catg a.title-catg {
    bottom: calc(265px / 2 + -80px) !important;
    font-size: 1rem;
    opacity: 1;
    pointer-events: initial;
    user-select: initial;
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
  }
  .item-catg a.img-catgs img {
    filter: drop-shadow(0px -30px 30px white) !important;
    -webkit-filter: drop-shadow(0px -30px 30px white) !important;
    transform: translateY(-50px) scale(1) rotate(180deg) !important;
    -webkit-transform: translateY(-50px) scale(1) rotate(180deg) !important;
    -moz-transform: translateY(-50px) scale(1) rotate(180deg) !important;
    -ms-transform: translateY(-50px) scale(1) rotate(180deg) !important;
    -o-transform: translateY(-50px) scale(1) rotate(180deg) !important;
}
  .catgs-title strong {
    font-size: 1.2rem;
  }

  .copyright-area .copyright-item {
    flex-direction: column;
    justify-content: center;
  }

  .banner-pages strong {
    font-size: 2rem;
  }

  i.btn-close-filter, i.btn-filter {
    display: block;
  }
  .title-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
  }
  .title-filter strong {
    padding: 0;
  }
  i.btn-filter {
    color: var(--blueColor);
  }
  .sidebar {
    margin-bottom: 2rem;
  }
  .sidebar article.mobile_show {
    position: fixed;
    top: 0;
    left: -330px;
    width: 330px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    overflow-y: scroll;
    z-index: 999;
    padding-top: 2rem;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
  }
  .sidebar article.mobile_show.show {
    left: 0;
  }
  i.btn-close-filter {
    position: absolute;
    top: 10px;
    right: 10px;
    color: tomato;
  }
  body.overlay_show {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
  }

  .product-details {
    padding: 3rem 0 2rem 0;
    border-bottom: 1px solid #ddd;
  }
  .sec_cart {
    /* flex-direction: column; */
    justify-content: center;
  }
  .sec_cart > div {
    /* margin-bottom: 1rem; */
  }
  .page-single.py-5 {
    padding-bottom: 0rem!important;
  }
  .specifications {
    margin-top: 0rem;
  }
  .specifications .item-specification {
    display: flex;
    align-items: center;
    border-left: 0;
    border-bottom: 2px dashed #ddd;
    padding-left: 0;
    padding-bottom: 1rem;
  }

  .img-register {
    height: auto;
    background-size: cover;
    padding: 2rem 2rem;
  }
  .page-register .col-md-6.position-relative {
    height: auto;
  }
  .form-register {
    position: relative;
    top: auto;
    left: auto;
    z-index: auto;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    margin: auto;
    margin: 3rem auto;
    padding: 4rem 1rem;
  }
  .check-fo.col-md-9.offset-3.mb-1.mt-3 {
    margin-left: 1rem;
  }

  footer {
    border-radius: 150px 150px 0 0;
    -webkit-border-radius: 150px 150px 0 0;
    -moz-border-radius: 150px 150px 0 0;
    -ms-border-radius: 150px 150px 0 0;
    -o-border-radius: 150px 150px 0 0;
  }

  header .logo a img {
    max-height: 40px;
  }

  .right-actions {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: var(--blueColor);
    z-index: 999999;
    width: 100%;
    padding: 1rem 1rem;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  }
  .right-actions > div {
    margin-left: 0rem;
  }

  .dropdown-account .dropdown-menu.show {
    transform: translateY(-40px) !important;
    -webkit-transform: translateY(-40px) !important;
    -moz-transform: translateY(-40px) !important;
    -ms-transform: translateY(-40px) !important;
    -o-transform: translateY(-40px) !important;
  }
  .dropdown-account .dropdown-menu {
    inset: auto 0 0 auto !important;
  }


  .sidebar-profile {
    border-right: 0;
  }
  .title__profile {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
  }
  .btn-toggle-menu {
    display: block;
    cursor: pointer;
  }
  .sidebar-profile > ul {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    z-index: 999;
    padding-top: 2rem;
  }
  .sidebar-profile > ul.show {
    left: 0;
  }
  .sidebar-profile > ul li {
    margin-bottom: 1rem;
  }
  .profile-details .table, .profile-details .table * {
    display: block;
    border: 0;
    margin: auto;
  }
  .cart-section tbody tr td a, .cart-section tbody tr td h2 {
    font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
  }
  .profile-details .table tr {
    border: 1px solid #ddd;
    padding: 1rem;
    text-align: center;
    margin-bottom: .5rem;
  }
  .profile-details .table tr .btn-searchnow {
    font-size: 13px;
    width: 50%;
    display: inline-block;
  }
  .profile-details .table tr .btn-searchnow i {
    display: inline-block;
  }

  .profile-details .cart-section .table thead {
    display: none;
  }
  .profile-details .cart-section tbody tr td:nth-last-child(-n+4) {
    display: block;
  }

  .slides-homepage .swiper-slide .txt-slide strong {
    font-size: 2em;
  }
  .slides-homepage .swiper-slide .txt-slide p {
    font-size: 1rem;
    width: 90%;
  }

  .product-details .lights-type span {
    padding: .7rem .2rem;
    font-size: 12px;
    width: 100px;
  }

  .banner-pages {
    padding: 70px 0 10px 0;
  }

  .contact-form-area input {
    width: 100% !important;
    margin: auto !important;
    margin-bottom: 1rem !important;
  }
  .contactus-area {
    padding: 60px 0 20px 0;
  }

  .single-contact-info {
    margin: 0 20px;
    margin-bottom: 1rem;
    padding: 20px 0;
  }
  .info-icon {
    margin: auto;
    margin-bottom: 1rem;
  }
  .info-icon i {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  .info-content h6 {
    font-size: 16px;
  }
  .info-content span {
    font-size: 14px;
  }

  .btn-styling,
  .title-box-profile strong {
    font-size: 13px;
    font-weight: 500;
  }
  .sidebar-profile strong > span {
    font-size: 1rem;
    font-weight: bold;
  }

  .news-title strong {
    font-size: 1.5rem;
  }
  .news-title a {
    font-size: .8rem;
  }
  .blog-card .content .title {
    font-size: 12px;
    line-height: 18px;
  }
  .blog-paragraph {
    font-size: 11px;
  }
  .blog-card .card-link {
    font-size: 12px;
    margin-top: 5px;
  }
  .form-floating>label,
  .contact-form .form-control {
    font-size: .8rem;
  }

  .footer-item .footer-logo img {
    max-height: 40px;
  }

  .sec-catgs {
    padding-bottom: 100px;
  }

  .catgs-title a, .catgs-title p {
    font-size: 1rem;
  }

  .e-pattern {
    bottom: -64px;
  }
  .e-pattern img {
    max-height: 100px;
  }

  .main-menu ul.menu-down li a img {
    max-height: 25px;
  }
  .main-menu > li {
    margin-bottom: .5rem;
  }
  .main-menu > li > a {
    font-size: 13px;
  }
  .main-menu ul.menu-down li a {
    font-size: 12px;
  }
  
  .close-menu {
    font-size: 2rem;
  }

  .abou-us-area {
    padding: 30px 0;
  }

  .txt-about {
    margin-bottom: 2rem;
  }

  .single-count-area strong,
  .about-counter-text p {
    font-size: 13px;
  }

  
  .sec-search .box-search strong {
    font-size: 14px;
  }

  .sec-search .box-search {
    padding: 1rem 1.5rem;
  }
  .sec-search .box-search form button {
    font-size: 13px;
  }

  .title-filter strong {
    font-size: 14px;
  }

  .sidebar .form-check .form-check-label .imgcatg {
    width: 40px;
    height: 40px;
  }

  .sidebar .form-check {
    padding: 0;
  }
  .sidebar .form-check .form-check-label {
    font-size: 12px;
  }

  .item-product a.img-product {
    padding: .5rem;
    height: 110px;
  }
  .item-product .title-catgs {
    font-size: 9px;
  }
  .item-product .title-product a {
    font-size: 12px;
  }
  .item-product .title-product strong {
    font-size: 11px;
  }

  .slides-images a {
    height: 150px;
  }
  .product-details .lights-type img {
    height: 20px;
  }
  .product-details .lights-type span {
    padding: .7rem .1rem;
    font-size: 10px;
    margin: auto 0.1rem;
  }
  .product-details .short-txt p, .product-details .lights-type span b {
    font-size: 10px;
  }
  .product-details strong.h4 {
    font-size: 1rem;
  }
  .product-details .warranty-years span {
    font-size: 13px;
  }
  .product-details .warranty-years img {
    height: 24px;
  }
  .title_desc h5 {
    font-size: 1rem;
  }
  .txt_style {
    padding: .5rem;
    font-size: 13px;
  }

  .banner-pages strong {
    font-size: 1.1rem;
    font-weight: 400;
  }
  .info-article .title strong {
    font-size: 14px;
  }

  .details__info {
    font-size: 13px !important;
  }
  
  .contact-form-area {
    padding: 1rem !important;
  }
  .contact-form-area input[type='email'],
  .contact-form-area input[type='text'] {
    padding: 5px 3px;
    font-size: 13px;
  }

    footer.pt-5 {
        padding-top: 1.5rem!important;
    }
    .footer-item {
        margin-bottom: 14px;
    }
    .footer-item .footer-logo img {
        max-height: 50px;
    }
    .footer-item .footer-logo a {
        margin-bottom: 0px;
    }
    .copyright-area .copyright-item p {
        font-size: 13px;
    }
    
} /* 767.98px */

@media (max-width: 580.98px) {
  header .logo a img {
    max-height: 40px;
  }

  .categ-items {
    width: 90%;
  }
  .catgs-title strong {
    font-size: 1.1rem;
  }
  .e-pattern {
    bottom: -64px;
  }

  .product-details .lights-type span {
    width: 80px;
  }
  .product-details .short-txt p,
  .product-details .lights-type span b {
    font-size: 12px;
  }

  .btn-add-cart {
    padding: 0.5rem .5rem;
    font-size: 12px;
  }

  .product-details strong.h3 {
    font-size: 1.4rem
  }
  .min-add-button strong.h5 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
  }
  .min-add-button a.input-group-addon {
    font-size: 10px;
  }
  .min-add-button a.input-group-addon {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .min-add-button .adults {
    font-size: 1rem;
    width: 50px;
  }
  .specifications .item-specification img {
    height: 35px;
  }
  .specifications .item-specification div span,
  .specifications .item-specification div strong {
    font-size: 12px;
  }

  .right-actions {
    padding: .5rem 1rem;
  }
  .or-reg span,
  .btn-account {
    font-size: 11px;
  }
  .btn-account i.fa-user,
  .sec-search #search,
  .cart-icon .icon-fa i {
    font-size: 1rem;
  }
  .cart-icon .icon-fa .count {
    top: -6px;
    right: -14px;
    width: 16px;
    height: 16px;
    line-height: 20px;
    font-size: 10px;
    font-weight: 600;
  }
  .dropdown-account .dropdown-menu a {
    font-size: 12px;
  }
  .dropdown-account .dropdown-menu {
    min-width: 9rem;
    padding: 1rem .5rem;
  }
  .dropdown-account .dropdown-menu .link-register a {
    padding: 0;
  }
  .dropdown-account .dropdown-menu .link-item a {
    font-size: 11px;
  }

  .slides-images .gallery-top .swiper-slide {
    height: 200px;
  }

  .page-cart table td strong,
  .page-cart table td a,
  .page-cart table th {
    font-size: .8rem;
  }
  .page-cart table td a {
    font-weight: 500;
  }
  .page-cart table td img {
    max-height: 40px;
    margin: auto;
    display: block;
  }

  .edit-cart {
    font-size: 11px;
  }
  .page-cart table td[width] {
    width: 100px;
  }

  .box-cart .item .img {
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box-cart .item .txt a {
    font-size: 13px;
    width: 100%;
  }
  .box-cart .item .txt p.price,
  .box-cart .item .txt p.qty {
    font-size: 12px;
    font-weight: bold;
  }
  .li-promocode input {
    padding: .5rem 1rem;
    padding-right: 7rem;
    font-size: 1rem;
  }

  .box-cart .total strong.price-total,
  .box-cart .total strong,
  .total-prices p {
    font-size: 14px;
    font-weight: 600;
  }
  .box-cart .total {
    padding: .5rem 1rem;
  }

  .payment-checkout {
    padding: 2rem 1rem;
    margin-top: 1rem;
  }

  .address-details .title i,
  .address-details .title strong {
    font-size: .8rem;
  }

  .address-details a {
    padding: .2rem .4rem;
    font-size: 12px;
  }

  .card-body {
    padding: .5rem;
  }
  .my_addresses .btn_edit_address, .my_addresses .btn_del_address,
  .address-details p,
  .card-title {
    font-size: 12px;
  }

  .payment-checkout .cart-footer strong {
    font-size: 13px;
  }
  .form-chkout2 .custom-control-label {
    font-size: .8rem;
    overflow: hidden;
  }
  .form-chkout2 .form-check-input {
    margin-top: 0;
  }
  .btn-checkout {
    font-size: .8rem;
    padding: .5rem;
    padding-left: .5rem !important;
    padding-right: .5rem !important;
    width: auto;
  }

  .page-congrats img {
    max-height: 100px;
  }
  .page-congrats strong {
    font-size: 1.5rem;
  }
  .page-congrats p {
    font-size: .8rem;
  }

  .btn-backshop {
    padding: .5rem;
    margin-top: 1rem;
    font-size: .8rem;
  }

  .main-menu > li > a {
    font-size: 1rem;
  }

  .sharing a {
    width: 150px;
    font-size: 10px;
  }
  .sharing a i {
    font-size: .8rem;
  }

  .info-article .title .date {
    font-size: .8rem;
  }

  .txt-about h1 {
    font-size: 1.5rem;
  }
  .txt-noOne {
    font-size: .8rem;
  }
  .item-tx .h5 {
    font-size: 11px;
  }
  .item-tx .h6 {
    font-size: 10px;
  }

  .sec-noOne .title span {
    font-size: 1.5rem;
  }
  .sec-noOne .title strong {
    font-size: 1rem;
  }
  .sec-noOne .txt-noOne p {
    font-size: .8rem;
    font-weight: 400;
  }

  .categ-items {
    bottom: -50px;
  }
  .item-catg {
    height: 80px;
    width: 80px;
    margin: auto;
  }
  .item-catg a.img-catgs img {
    max-height: 60px;
  }
  .item-catg a.title-catg {
    font-size: 8px;
    bottom: calc(265px / 2 + -110px) !important;
  }

  .copyright-area {
    padding: 10px;
  }
  .copyright-area .copyright-item p {
    font-size: 12px;
    font-weight: 500;
  }

  .order-delevary-times .item-time {
    margin-bottom: 4rem;
  }
  .order-delevary-times .item-time:not(:last-child)::after {
    right: 0;
    top: 145%;
    left: 50%;
    width: 10%;
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
  }
  .order-delevary-times .item-time i {
    font-size: 40px;
  }
  .order-delevary-times .txt {
    margin-top: 0rem;
  }

} /* 580px.98px */

@media (max-width: 360.98px) {
  .e-pattern {
    bottom: -50px;
  }
  .e-pattern img {
    max-height: 80px;
  }
  .sec-catgs {
    padding-bottom: 150px;
  }
  .catgs-title strong {
    font-size: 1rem;
  }
  .catgs-title a, .catgs-title p {
    font-size: .8rem;
  }
  .categ-items {
    bottom: -30px;
    width: 90%;
  }
  .item-catg {
    height: 70px;
    width: 70px;
  }
  .item-catg a.img-catgs img {
    transform: translateY(-50px) scale(1) rotate(180deg) !important;
    -webkit-transform: translateY(-50px) scale(1) rotate(180deg) !important;
    -moz-transform: translateY(-50px) scale(1) rotate(180deg) !important;
    -ms-transform: translateY(-50px) scale(1) rotate(180deg) !important;
    -o-transform: translateY(-50px) scale(1) rotate(180deg) !important;
    filter: drop-shadow(0px -15px 15px white) !important;
    -webkit-filter: drop-shadow(0px -15px 15px white) !important;
  }
  .item-catg a.title-catg {
    font-size: 9px;
    bottom: calc(265px / 2 + -110px) !important;
  }

  .sec-news {
    padding-top: 4rem;
  }

  .contact-info .inf-content .title {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .contact-info p {
    font-size: .8rem;
  }
  .contact-form .title {
    font-size: 1rem;
  }
  .contact-form .form-control {
    height: calc(3rem + 2px);
    padding: .8rem .75rem;
  }
  .form-floating>label {
    padding: .8rem .75rem;
    font-size: .8rem;
  }

  .btn-style {
    padding: .5rem 1rem;
    font-size: .8rem;
  }

  .footer-item .footer-service ul li a {
    font-size: .8rem;
  }

} /* 480px.98px */
