@media (max-width: 2560px) {}
@media (max-width: 1660px) {
  .contact_link{
    #address-text{
      line-height: 22px;
    }
    .phone-number{
      line-height: 20px;
    }
    
  }
  ul#menu-footer-menu li {
    line-height: 31px;
}
.company.about_Sec.new p {
    margin-bottom: 12px;
}
.blog_detail {
    .value_box {
        padding: 100px 0;
    }
}
.shop h2 , .product h2{
          font-family: var(--bodyFont);
          font-size: 50px;
}
.product h2{
  margin-bottom: 50px;
}
.product {
    & .shop_box {
        .shop_img {
          margin-bottom: 17px;
        }
      }
    }
 .coupon {
        display: flex;
        flex-wrap: wrap;
        /* gap: 2px; */
        width: 60%;
    }
    /* .navbar-nav, .stellarnav ul {
      margin-right: 10rem;
    } */
}
@media (min-width: 1660px) {
  .navbar-nav, .stellarnav ul {
      margin-right: 10rem;
    }
}


@media (min-width: 1200px) {
  .cta{
    margin-top: 100px;
  }
   .coupon {
        display: flex;
        flex-wrap: wrap;
        /* gap: 2px; */
        width: 60%;
    }
    
}
@media (min-width: 1500px) {
  .hero {
    min-height: 976px;
    .hero-content {
    bottom: 25%;
}
}
.footer_link {
    &.contact_link {
      ul{
        li{
          &:first-child{
            width: 100%;
            max-width: 65%;
          }
        }
      }
    }
}
}
@media (max-width: 1530px) {

  .hero {
    min-height: calc(100vh + 150px);

    .hero-content {
      /* top: 57%; */
      /* transform: translateY(-43%); */


      h1 {
        font-size: 17vh;
      }
    }
  }

  .testimonial_img {
    width: 700px;
    height: auto;
  }

  .testimonial-section {
    .testimonialSwiper {
      max-width: 100%;
      margin-top: 45px;
      padding-bottom: 40px;

      .quote {
        &.left {
          margin-bottom: 25px;
        }

        &.right {
          bottom: 70px;
          text-align: end;
        }
      }
    }
  }

  .shop {
    & .shop_box {
      .shop_img {
        height: 350px;
        padding: 25px;
      }
    }
  }
}

@media (max-width: 1440.99px) {
  .floatpic {
    position: absolute;
    left: -118px;
    bottom: 0;
    max-width: 566px;
  }
      .floatpic {
        left: -85px
    }

  .testimonial_img {
    width: 560px;
    height: auto;
  }

  .hero {
    min-height: 100vh;

    .hero-content {
      /* top: 57%; */
      /* transform: translateY(-43%); */
      bottom: 6%;

      h1 {
        font-size: 15vh;
      }
    }
  }

  .testimonial-section {
    h2 {
      font-size: 40px;
    }
  }
}

@media (max-width: 1366.99px) {
  .testimonial_img {
    width: 600px;
    height: auto;
  }
      .floatpic {
        left: -111px;
    }

  .cta {
    h3 {
      font-size: 34px;
    }
  }

  .hero {
    min-height: 100vh;

    .hero-content {
      /* top: 57%; */
      /* transform: translateY(-43%); */
      bottom: 5%;

      h1 {
        font-size: 14vh;
        /* padding-bottom: 20px; */
      }
    }
  }

  .left-img {
    width: 340px;
  }

  .right-img {
    width: 700px;
  }

  .content-box {
    left: 360px;
  }

  .badge-img {
    left: 75%;
    transform: translateX(-20%);
  }

  .contact_us {
    & form {
      h6 {
        font-size: 20px;
        margin-bottom: 20px;
      }
    }

    label {
      font-size: 17px;
      line-height: 30.28px;
    }
  }

  .blog {
    & .blog_box {
      & .company_text {
        gap: 20px;

        h4 {
          font-size: 23px;
          line-height: 32px;
        }
      }
    }
  }

  .testi_card {
    gap: 20px 25px;

    li {
      width: 100%;
      max-width: 340px;
      min-height: 175px;
    }
  }
  .coupon {
        display: flex;
        flex-wrap: wrap;
        /* gap: 2px; */
        width: 60%;
    }
    .product h2{
  margin-bottom: 20px;
}
.product {
    & .shop_box {
        .shop_img {
          margin-bottom: 0px;
        }
      }
    }
}

@media (max-width: 1290px) {
  .badge-img {
    left: 77%;
    transform: translateX(-23%);
    width: 123px;
  }

  /* .left-img {
    width: 370px;
  } */

  .right-img {
    position: absolute;
    right: 0;
    top: 161px;
    width: 670px;
    height: auto;
    z-index: 1;
  }

  .blog_detail {
    h3 {
      font-size: 20px;
      line-height: 22px;
      margin-bottom: 15px;
    }

    .value_box {
      padding: 30px 0;
      padding-bottom: 0;

      .green_bg {
        background: #4D6042;
        color: #FFFFFF;
        padding: 40px 30px;
        margin-bottom: 30px;

        ul {
          gap: 20px;

          li {
            gap: 13px;
            font-size: 16px;
            line-height: 20px;
          }
        }
      }


    }
  }

  .blog_content {
    label {
      font-size: 17px;
      line-height: 32.28px;
    }
  }

  .floatpic {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 43%;
  }
}

@media (max-width: 1200.99px) {
  .stellarnav ul {
    max-width: 530px;
    /* margin-left: 30px; */
    justify-content: start;
  }

  .stellarnav>ul>li>a {
    font-size: 13px;
    padding: 0 12px !important;
  }
  .footer_link {
    &.contact_link {
        width: auto;
    }
}
}

@media (max-width: 1024.99px) {

  .title {
    font-size: 42px;
    line-height: 44px;
  }

  .shop {
    & .shop_box {
      .shop_img {
        height: 250px;
      }
    }
  }

  .right-img {
    position: absolute;
    right: 0;
    top: 54%;
    width: 550px;
    height: auto;
  }

  .badge-img {
    left: 88%;
    transform: translateX(-12%);
    width: 100px;
  }

  .innerBanner {
    h1 {
      font-size: 15vh;
    }
  }

  .single-product {
    & .innerBanner {
      h1 {
        font-size: 15vh;
      }
    }
  }

  .custom-tabs .nav-link {
    font-size: 18px;
    padding: 15px 24px;
  }

  .tab-pane {
    & .content {
      h3 {
        font-size: 24px;
        line-height: 36px;
        max-width: 85%;
        margin-bottom: 35px;
      }
    }
  }

  .testi_card {
    li {
      width: 100%;
      max-width: 31%;
      min-height: 175px;
    }
  }

  .testimonial_content {
    padding: 0;
  }

  .cta {
    &::after {
      min-height: 260px;
    }

    p {
      font-size: 18px;
      line-height: 18px;
      margin-bottom: 15px;
    }

    h3 {
      font-size: 28px;
    }

    .btn {
      min-width: auto;
      padding: 0 26px;
      font-size: 16px;
      line-height: 44px;
      height: 47px;
    }

    .cta_img {
      height: 300px;
      width: 380px;

      &::after {
        height: 380px;
        width: 380px;
      }
    }
  }

  .testimonial_img {
    width: 500px;
    height: auto;
  }

  .testimonial-section {
    h2 {
      font-size: 34px;
    }
  }

  .badge-img {
    left: 77%;
    transform: translateX(-23%);
    top:-1.4%;
  }

  .contact_us {
    & form {
      h6 {
        font-size: 17px;
        margin-bottom: 20px;
      }

      .form-control {
        padding: 7px 0;
        font-size: 14px;
        line-height: 18px;
      }
    }

    label {
      font-size: 15px;
      line-height: 30.28px;
    }
  }

  .product-image {
    display: flex !important;
    flex-direction: column !important;
  }

  #img_box {
    width: 100%;

    img {
      object-fit: contain;
    }
  }

  .product-image .thumbs {
    display: flex !important;
    flex-direction: row !important;
    gap: 10px;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 991.99px) {
  .hero {
    min-height: 100vh;

    .hero-content {
      /* top: 57%; */
      /* transform: translateY(-43%); */
      bottom: 8%;

      h1 {
        font-size: 14vh;
        /* padding-bottom: 20px; */
      }
    }
  }

  .woocommerce-MyAccount-navigation ul li a {
    padding: 12px 16px !important;
    font-size: 15px !important;
  }

  h2 {
    font-size: 42px;
    font-weight: 700;
  }

  .login-card {
    left: 0;
    padding: 50px 60px;
  }

  .floatpic {
    left: -18%;
  }

  .helper-text {
    font-size: 14px;
  }

  .stellarnav {
    width: auto;
    text-align: end;
    margin-left: auto;
  }

  /* .stellarnav .menu-toggle span.bars {
    margin-right: 0;
  } */

  .stellarnav .menu-toggle span.bars span {
    background: #fff;
    width: 20px;
    margin: 0 0 5px;
  }

  .footer_link {
    ul {
      font-size: 13px;
    }

    &.quick_link {
      ul {
        max-width: unset;
        display: grid;
        grid-template-columns: auto;
        gap: 5px;
      }
    }

    &.our_product {
      max-width: unset;
    }

    &.social_link {
      max-width: unset;
      margin-left: auto;
    }
  }

  .left-img {
    width: 300px;
    top: 0;
  }

  .content-box {
    left: 45%;
    top: 35%;
    width: 400px;
  }

  .right-img {
    width: 350px;
    top: 0;
  }

  .badge-img {
    left: 2%;
    transform: unset;
    bottom: -95px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: end;
    width: 75px;
  }

  .product {
    & .shop_box {
      p {
        font-size: 18px;
        margin-bottom: 20px;
      }

      .shop_btn {
        border: 1px solid #FFFFFF;
        padding: 5px 20px;
        font-size: 14px;
      }

      .shop_img {
        height: auto;
      }
    }
  }

  .testi_card {
    li {
      width: 100%;
      max-width: 48%;
      min-height: 175px;
    }
  }

  .testi_box {
    padding: 30px 25px;

    .user_name {
      .btn {
        width: fit-content;
        margin-top: 30px;
        min-width: auto;
        line-height: 39px;
        height: 40px;
        padding: 0 20px;
        font-size: 14px;
      }
    }
  }

  .testimonial_img {
    width: 420px;
    height: auto;
  }

  .testimonial-section {
    h2 {
      font-size: 28px;
    }
  }

  .testimonial-section {
    .testimonialSwiper {
      margin-top: 0px;
      padding-bottom: 10px;

      .quote {
        img {
          width: 100%;
          max-width: 50%;
        }

        &.left {
          margin-bottom: 15px;
        }
      }
    }
  }

  .testimonial-content {
    .user_info {
      display: block;
      margin-top: 10px;
      font-size: 16px;
      line-height: 20px;
      color: #000000;
      font-weight: 800;
      max-width: 300px;
      margin-bottom: 40px;
    }
  }

  .cta {
    &::after {
      min-height: 190px;
    }

    .cta_img {
      height: 200px;
      width: 280px;

      &::after {
        height: 280px;
        width: 280px;
      }
    }

    h3 {
      font-size: 22px;
      line-height: 1;
    }

    p {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 15px;
    }

    .btn {
      min-width: auto;
      padding: 0 20px;
      font-size: 14px;
      line-height: 37px;
      height: 40px;
      margin-bottom: 15px;
    }
  }

  .shop {
    & .shop_box {
      .shop_img {
        height: 180px;
      }

      p {
        font-size: 18px;
        margin-bottom: 8px;
      }
    }
  }

  .title {
    font-size: 36px;
    line-height: 38px;
  }

  .founder {
    .row {
      &.justify-content-between {
        flex-direction: column-reverse;

        .founder_img {
          margin-bottom: 35px;

          img {
            width: 100%;
          }
        }
      }
    }
  }

  .about_Sec {
    &.new {
      .row {
        flex-direction: column-reverse;

        .company_img {
          margin-bottom: 35px;

          img {
            width: 100%;
          }
        }
      }
    }

  }

  .company {
    h3 {
      margin-bottom: 20px;
    }

    .company_text {
      text-align: start;
      padding-left: 0;
    }

    .company_img {
      margin-bottom: 30px;

      img {
        width: 100%;
      }
    }
  }

  .mission {
    .right_mission_text {
      margin-top: 35px;
    }
  }

  .blog {
    & .blog_box {
      & .company_text {
        h4 {
          font-size: 18px;
          line-height: 18px;
        }

        p {
          font-size: 14px;
          line-height: 20px;
        }
      }
    }
  }

  .blog_detail {
    & .value_box {
      .green_bg {
        background: #4D6042;
        color: #FFFFFF;
        padding: 30px 20px;
        margin-bottom: 30px;

        ul {
          gap: 15px;

          li {
            gap: 10px;
            font-size: 15px;
            line-height: 18px;
          }
        }
      }
    }
  }

  .login-card label {
    font-weight: 600;
    font-size: 18px;
    margin: 0 !important;
  }
  .woocommerce-notices-wrapper {
        width: 21%;
       
    }
}

@media (max-width: 820.99px) {
  .testimonial_img {
    width: 350px;
  }

  .floatpic {
    left: 0;
  }

  .woocommerce-MyAccount-navigation {
    padding: 20px 13px !important;
  }

  #checkout_order {
    padding-left: 0;
    width: 100%;
    position: static;
    top: unset;
    margin-top: 25px;
  }

  #customer_details {
    padding-right: 0;
    width: 100%;
  }

  .cart-page {
    & .woocommerce {
      .cart-collaterals {
        /* height: 100%; */
        width: 100%;
      }
    }
  }

  .cart-page {
    & .woocommerce {
      .woocommerce-cart-form {
        box-sizing: border-box;
        margin: 0;
        padding-right: 0;
        width: 100%;
      }
    }
  }

  .order-billing-wrapper {

    .woocommerce-order-details {
      padding-right: 0;
      width: 100%;
    }

    .woocommerce-customer-details {
      width: 100%;
      margin-top: 25px;
    }
  }

  .woocommerce .woocommerce-order ul.order_details {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 20px;
    justify-content: start;

    li {
      margin-right: 1em;
      padding-right: 1em;
      border: none;
    }
  }
  .woocommerce-notices-wrapper {
        width: 25%;
       
    }
}

@media (max-width: 768.99px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 25px;
  }

  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1 {
    margin-bottom: 15px;
  }
  .testimonial-content {
    p {
        
        margin-right: 5px;
    }
}
}

@media (max-width: 767px) {
  p {
    font-size: 14px;
  }

  .single-product {
    & .innerBanner {
      h1 {
        font-size: 10vh;
      }
    }
  }

    .contact_us {
      & form {
          .input_box {
              .iti{
                display: block;
              }
          }
      }
    }

  .woocommerce .woocommerce-order ul.order_details {
    gap: 20px 25px;

    li {
      padding: 0;
      margin: 0;

      strong {
        font-size: 14px;
      }
    }
  }

  .order-billing-wrapper {
    & .woocommerce-order-details {
      h2 {
        font-size: 24px;
        margin-bottom: 15px;
      }

      table {
        td {
          font-size: 14px;
        }

        tfoot {
          th {
            font-size: 14px;
          }
        }
      }
    }
  }

  .order-billing-wrapper {
    & .woocommerce-customer-details {
      h2 {
        font-size: 24px;
      }

      address {
        font-size: 14px;
      }
    }
  }

  .woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1px 0 0;
  }

  .woocommerce-form-coupon-toggle .woocommerce-info {
    padding: 1em 1em 1em 2em;
    font-size: 14px;

    &::before {
      left: 0.5em;
    }
  }

  .checkout-page {
    padding: 50px 0 25px;
  }

  .checkout-page .woocommerce form.checkout.woocommerce-checkout #order_review #payment label {
    font-size: 18px;
  }

  h2 {
    font-size: 38px;
    font-weight: 700;
  }

  .rightInfo {
    gap: 10px;
  }

  .title {
    font-size: 30px;
    line-height: 34px;
  }

  .navbar-brand {
    width: auto;
  }

  .floatpic {
    left: 50%;
    transform: translateX(-50%);
    max-width: 55%;
  }

  .hero {
    .hero-content {
      h1 {
        font-size: 13vh;
      }
    }
  }

  .badge-img {
    left: 50%;
    transform: translateX(-50%);
    bottom: -90px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: end;
    width: 75px;
    /* position: static; */
    margin-inline: auto;
    /* right: 0; */
    top: auto;
  }

  .company.blog_detail:nth-child(even) {
    .row {
      flex-direction: column-reverse;
    }
  }

  .blog_content {
    padding-top: 0;
  }

  .blog {
    .blog_box {
      padding-bottom: 0;

      &:last-child {
        padding-bottom: 50px;
      }

      .row {
        flex-direction: column-reverse;

        &.flex-row-reverse {
          flex-direction: column-reverse !important;
        }
      }
    }
  }

  .custom-tabs .nav-link {
    font-size: 14px;
    padding: 15px 10px;
  }

  .tab-pane {
    & .content {
      h3 {
        font-size: 20px;
        line-height: 30px;
        max-width: 95%;
        margin-bottom: 20px;
      }
    }
  }

  .testi_card {
    li {
      width: 100%;
      max-width: 47%;
    }
  }

  .contact_us {
    padding-inline: 15px;
  }

  .contact_us {
    .radio-group {
      display: flex;
      gap: 5px;
      align-items: start;
      flex-direction: column;
    }
  }

  .left-img {
    width: 100%;
    top: auto;
    margin-bottom: 35px;
  }

  .content-box {
    position: static;
    width: 100%;
  }

  .right-img {
    width: 100%;
    position: static;
    margin-top: 35px;
  }

  .about-equine {
    padding: 50px 0 100px;
    min-height: unset;
  }

  .testimonial_img {
    position: static;
    width: 100%;
    margin-top: 35px;
  }

  .cta {
    padding: 0 0 30px;
    max-height: unset;

    &::after {
      min-height: 200px;
    }

    .cta_img {
      height: 250px;
      width: 300px;
      margin-top: 0;
      margin-inline: auto;

      &::after {
        height: 300px;
        width: 300px;
      }
    }

    h3 {
      margin-top: 35px;
    }

    .text-end {
      text-align: center !important;
    }

    .btn {
      /* margin-bottom: 0; */
      margin-inline: auto;
    }
  }

  .shop {
    & .shop_box {
      .shop_img {
        height: 250px;

        img {
          width: 100%;
          height: 100%;
          object-fit: contain;
        }
      }
    }
  }

  .product {
    h2 {
      font-size: 38px;
    }
  }

  .innerBanner {
    h1 {
      font-size: 10vh;
    }
  }
  .woocommerce-notices-wrapper {
        width: 30%;
       
    }
}

@media (max-width: 576px) {
  .hero {

    .hero-content {
      /* top: 57%; */
      /* transform: translateY(-43%); */
      bottom: 23%;

      h1 {
        font-size: 10vh;
        /* padding-bottom: 20px; */
      }
    }
  }

  .product-section .product-details form.cart .add-to-cart-btn {
    padding: 1px 20px;
  }

  .custom-tabs .nav-link {
    padding: 15px 5px;
  }
  .woocommerce-notices-wrapper {
        width: 35%;
       
    }
}

@media (max-width: 480.99px) {
  .woocommerce-notices-wrapper {
        width: 42%;
       
    }
  .navbar-brand {
    width: 160px;
  }

  .rightInfo {
    gap: 5px;
  }

  .title {
    font-size: 28px;
    line-height: 30px;
  }

  .testimonial-cards {
    padding: 35px 25px;
  }

  .testi_card {
    li {
      width: 100%;
      max-width: 100%;
    }
  }

  .login-card {
    left: 0;
    padding: 45px 35px;
    margin-top: 35px;
  }

  .login-card form {
    margin-top: 45px;

    label {
      font-size: 15px;
    }
  }

  .login-card form .col-md-6.position-relative {
    margin-bottom: 15px;

    &:last-child {
      margin-bottom: 0;
    }
  }

  .mt30 {
    margin-top: 0;
  }

  .helper-text {
    font-size: 12px;
  }

  .btn-login {
    margin-top: 40px;
    min-width: auto;
    font-size: 14px;
    height: 40px;
    line-height: 36px;
  }

  .floatpic {
    max-width: 65%;
  }

  .testi_box {
    & .user_name {
      p {
        font-size: 18px;
        line-height: 25px;
        font-weight: 800;
      }
    }
  }

  .tab-pane {
    & .content {
      h3 {
        font-size: 19px;
        line-height: 30px;
        max-width: 100%;
        margin-bottom: 20px;
      }
    }
  }

  .footer_link {
    h6 {
      font-size: 18px;
    }

    &.our_product {
      h6 {
        margin-top: 20px;
      }
    }

    &.contact_link {
      h6 {
        margin-top: 20px;
      }
    }

    &.social_link {
      h6 {
        margin-top: 20px;
      }
    }
  }
}

@media (max-width: 430px) {
  p {
    font-size: 14px !important;
  }

  .shop_btn {
    font-size: 14px;
    padding: 10px 25px;
  }

  .floatpic {
    max-width: 70%;
  }

  .new-price {
    font-size: 1.3rem;
  }

  .content-box {
    padding: 25px;
  }

  .login-card {
    padding: 45px 20px;
  }

  .tabs-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 25px;
  }

  .menu-toggle {
    padding: 0 !important;
  }

  .tabs-scroll .custom-tabs {
    flex-wrap: nowrap !important;
    white-space: nowrap;
    min-width: max-content;
    margin-bottom: 2px !important;
  }

  .tabs-scroll .nav-item {
    flex: 0 0 auto;
  }

  .tabs-scroll .nav-link {
    white-space: nowrap;
  }
   .coupon {
        /* gap: 2px; */
        width: 100%;
    }
    .woocommerce-notices-wrapper {
        width: 50%;
       
    }
}

@media (max-width: 390.99px) {
  .rightInfo li a {
    width: 30px;
    height: 30px;
  }



  .btn {
    min-width: auto;
    padding: 0 26px;
    font-size: 14px;
    line-height: 42px;
    height: 45px;
  }

  .floatpic {
    max-width: 78%;
  }

  .cta {
    &::after {
      min-height: 222px;
    }
  }

  .shop {
    padding: 45px 0;

    & .shop_box {
      .shop_img {
        height: 200px;
      }

      span {
        font-size: 13px;
      }
    }
  }

  .mission {
    .right_mission_text {
      padding: 20px 30px;

      p {
        margin-bottom: 15px;
      }
    }
  }
   .coupon {
        /* gap: 2px; */
        width: 100%;
    }
}

@media (max-width: 375.99px) {
  .hero {

    .hero-content {
      /* top: 57%; */
      /* transform: translateY(-43%); */
      bottom: 23%;

      h1 {
        font-size: 6vh;
        /* padding-bottom: 20px; */
      }
    }
  }

  h2 {
    font-size: 34px;
    font-weight: 700;
  }

  .navbar-brand {
    width: 140px;
  }

  .hero {
    min-height: 85vh;

    & .hero-content {
      h1 {
        font-size: 10vh;
      }
    }
  }

  .product {
    h2 {
      font-size: 34px;
      margin-bottom: 30px;
    }
  }

  .cta {
    &::after {
      min-height: 243px;
    }
  }
   .coupon {
        /* gap: 2px; */
        width: 100%;
    }
}

@media (max-width: 330px) {
  .navbar-brand {
    width: 130px;
  }

  .woocommerce-form-coupon-toggle .woocommerce-info {
    font-size: 12px;
  }

  .login-card {
    padding: 45px 7px;
  }

  .helper-text {
    font-size: 11px;
  }


  .rightInfo li a svg {
    width: 14px;
  }

  .floatpic {
    max-width: 95%;
  }

  .title {
    font-size: 26px;
    line-height: 28px;
  }

  .testimonial-content {
    .user_info {
      font-size: 14px;
      max-width: 100%;
    }
  }

  .testimonial-section {
    h2 {
      font-size: 20px;
      margin-bottom: 8px !important;
    }

    & .testimonialSwiper {
      & .quote {
        &.right {
          bottom: 0;
        }
      }
    }
  }

  .shop {
    & .shop_box {
      .shop_img {
        height: 155px;
        padding: 10px;
      }
    }
  }

  .innerText {
    & ul {
      & li {
        a {
          font-size: 13px;
        }
      }
    }

    p {
      font-size: 13px !important;
    }
  }
  .coupon {
        /* gap: 2px; */
        width: 100%;
    }
    .woocommerce-notices-wrapper {
        width: 60%;
       
    }
}

.stellarnav.mobile,
.stellarnav.mobile.fixed {
  text-align: end;
}

.stellarnav.mobile .menu-toggle span.bars span {
  background: #fff;
  width: 20px;
  margin: 0 0 5px;
}