@media (min-width: 1400px) {
  .opc-select-address-container {
    flex-flow: row nowrap;
  }
}


@media (max-width: 1199px) {
  .language-selector {
    margin-left: 0;
    order: -1;
  }

  .header-logo {
    margin-right: auto;
  }

  .header-main,
  .header-1.header-2 .header-main .header-right .header-icon {
    gap: 20px;
  }

  .section-title h1 {
    font-size: 35px;
  }

  .login-page .page-title h1 {
    font-size: 20px;
  }
}


@media only screen and (max-width: 991px) {
  .menu__item-toggle i {
    display: none;
  }

  .menu__item-toggle {
    padding: 0;
  }

  #mobile-menu .menu__item-toggle a {
    width: 100%;
  }

    #mobile-menu .menu__list-view .menu__item a {
      padding-left: 20px;
    }

  .cart tr:nth-child(even) td {
    background: none;
  }

  .checkout-section .section-title {
    border-bottom: 3px solid var(--theme);
  }

  .checkout-page h1 {
    padding-bottom: 30px;
  }

  .opc .buttons,
  .shipping-method .method-list, .payment-method .method-list,
  .payment-info .info p,
  .terms-of-service, .checkout-page .ship-to-same-address .selector {
    text-align: center;
  }

  .payment-method .method-name {
    justify-content: center;
  }

  .opc .step-title .title {
    padding-bottom: 15px;
  }

  .checkout-page .cart {
    display: table;
  }

    .checkout-page .cart thead {
      display: table-header-group;
    }

    .checkout-page .cart tbody {
      display: table-row-group;
    }

    .checkout-page .cart tr {
      display: table-row;
      float: none;
      margin: 0;
      border: 0;
    }

      .checkout-page .cart tr td {
        display: table-cell;
        border: 0;
      }

    .checkout-page .cart td.product {
      text-align: left;
    }
}

@media only screen and (max-width: 768px) {

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol,
.editor-content ol, .category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p {
  margin: 5px 0;
}

  #hsSlider h2.hs-heading {
    font-size: 18px;
  }

  .how-to-use-credits-slider .example-item img {
    width: 75px;
    height: 75px;
    min-width: 75px;
  }

  .how-to-use-credits-slider .example-item table td {
    font-size: 13px;
  }

  .cf-form-container {
    padding: 0;
  }

  .inputs {
    margin: 0 0 2rem;
  }

  .button-1, .theme-btn, .button-2 {
    padding: 10px 30px !important;
  }

  .form-fields {
    padding: 30px 15px;
  }

  .header-top-section,
  .language-selector button {
    font-size: 13px !important;
  }

  .section-title h1 {
    font-size: 26px;
  }

  .checkout-page h1 {
    font-size: 35px;
  }

  .opc .step-title .title {
    text-align: center;
    font-size: 24px;
  }

  .opc-select-address-container {
    justify-content: center;
  }

  .choose-products-page .item-grid .col-md-6 {
    padding: 0;
  }

  #faq.accordion .accordion-header button {
    font-size: 16px;
  }

  #choose-products-search-form {
    padding: 0px 20px 0px 10px;
  }

  .zera-product-popup-gallery,
  .zera-product-popup-gallery__single {
    max-width: 70%;
    margin: auto;
  }

  .my-account-wrapper .wrap-sidebar-account .sidebar-account .account-avatar .image {
    width: 80px;
    height: 80px;
    margin-top: 20px;
  }

  .my-account-wrapper .shop-main-sidebar {
    padding: 20px;
  }

  .my-account-wrapper aside {
    background-color: var(--theme-2);
  }
}
