@media (max-width: 1399px) {
  .woocommerce-page.woocommerce-lost-password .woocommerce-message {
    position: absolute;
    top: 39%;
  }
}




@media (max-width: 1199px) {
  .crt_page .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    padding-left: 0;
    padding-right: 0;
  }

  .crt_page .wc-block-components-button:not(.is-link) {
    display: block;
  }

  .accnt_page {
    padding: 6% 0 15% !important;
  }

  .accnt_page .woocommerce-error {
    /* top: 120px; */
  }

  .woocommerce-page.woocommerce-lost-password .woocommerce-message {
    position: absolute;
    top: 29%;
  }

  /* .woocommerce-lost-password ul.woocommerce-error {
    top: 22%;
  } */
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0;
    }
}

@media (max-width: 991px) {
  #cart_msg {
    position: absolute;
    top: -46px;
    z-index: 3;
    font-size: 12px;
    left: 20px;
    margin-top: 20px;
  }

  .crt_page span.wc-block-components-button__text {
    height: 50px;
  }

  span.wc-block-components-button__text {
    height: 50px;
  }

  .chckout_page .wp-block-woocommerce-checkout {
    margin: 0 !important;
    padding-top: 0 !important;
  }

  .chckout_page h1.entry-title {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
  }

  a.wc-block-checkout__login-prompt {
    height: 40px;
    min-width: 115px;
  }

  .accnt_page .woocommerce form .form-row {
    margin-bottom: 10px;
  }

  .woocommerce form .show-password-input::before,
  .woocommerce-page form .show-password-input::before {
    top: 12px;
  }

  .accnt_page form.woocommerce-form label {
    margin-bottom: 8px;
  }

  .accnt_page button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit,
  .accnt_page button.woocommerce-button.button.woocommerce-form-login__submit {
    height: 50px;
  }

  .woocommerce-Button.button {
    height: 50px;
  }

  .accnt_page .entry-content .woocommerce nav.woocommerce-MyAccount-navigation::before {
    right: 25px;
  }

  .accnt_page .entry-content .woocommerce nav.woocommerce-MyAccount-navigation {
    width: 25% !important;
  }

  .accnt_page .entry-content .woocommerce .woocommerce-MyAccount-content {
    width: 75% !important;
    flex: 0 0 auto !important;
  }

  .accnt_page legend {
    font-size: 15px;
  }

  .crt_page .wc-block-components-sidebar {
    margin-top: 30px;
  }

  /* .accnt_page .woocommerce-error {
    top: 111px;
  } */

  .woocommerce-page.woocommerce-lost-password .woocommerce-message {
    position: absolute;
    top: 33%;
  }

  .accnt_page .entry-content h2.woocommerce-column__title,
  .chckout_page .entry-content h2.woocommerce-column__title {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .accnt_page .u-columns.col2-set .u-column1.col-1 {
    width: 100% !important;
    /* padding: 0px 0px !important; */
  }

  .accnt_page .u-columns.col2-set .u-column2.col-2 {
    width: 100% !important;
    /* padding: 0px 0px !important; */
  }

  .accnt_page .u-columns.col2-set {
    flex-wrap: wrap;
  }

  p.woocommerce-LostPassword.lost_password {
    margin-bottom: 10px;
  }

  .accnt_page button.woocommerce-button.button.woocommerce-form-login__submit {
    margin-top: 20px;
  }

  .accnt_page .entry-content li.woocommerce-MyAccount-navigation-link {
    padding: 5px;
    font-size: 12px;
    margin-bottom: 0;
  }

  .accnt_page .entry-content nav ul {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #3594d1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .accnt_page .entry-content .woocommerce {
    display: flex !important;
    flex-wrap: wrap;
  }

  .accnt_page .entry-content .woocommerce nav.woocommerce-MyAccount-navigation {
    width: 100% !important;
  }

  .accnt_page .entry-content .woocommerce .woocommerce-MyAccount-content {
    width: 100% !important;
    flex: 0 0 auto !important;
  }

  .accnt_page .entry-content .woocommerce nav.woocommerce-MyAccount-navigation::before {
    display: none;
  }

  .accnt_page .u-columns.col2-set .u-column2.col-2 {
    border-left: none;
  }

  .accnt_page .woocommerce-error {
    font-size: 12px;
    /* top: 82px; */
  }

  .woocommerce-page.woocommerce-lost-password .woocommerce-message {
    position: absolute;
    top: 27%;
  }
  .slick-prev,
  .slick-next {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: rgb(237 28 36);
    color: #fff;
    font-size: 22px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 99;
    transition: all 0.3s ease;
  }

  .slick-prev:hover,
  .slick-next:hover {
    background: #989595;
    color: rgb(237 28 36);
  }

  /* Positioning */
  .slick-prev {
    left: -10px;
  }

  .slick-next {
    right: -10px;
  }

  /* Replace default text with < and > */
  .slick-prev:before,
  .slick-next:before {
    content: "";
  }

}

@media (max-width: 575px) {

  ul.wc-item-meta strong.wc-item-meta-label {
    font-size: 11px;
    line-height: 11px;
  }

  ul.wc-item-meta li p {
    font-size: 11px;
    line-height: 11px;
  }

  ul.wc-item-meta li {
    display: flex;
    align-items: flex-start;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 16px;
  }

  ul.wc-item-meta li::after {
    content: '';
    position: absolute;
    background: url(../images/tick_mark.png) no-repeat left;
    width: 12px;
    height: 12px;
    left: 0;
    top: 0px;
    background-size: contain;
  }

  .accnt_page .woocommerce-error {
    /* top: 70px; */
    line-height: 13px;
  }

  .accnt_page .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
    padding: 10px;
  }

  .accnt_page .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
    padding: 10px;
  }

  .chckout_page .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
    padding: 10px;
  }

  .chckout_page .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
    padding: 10px;
  }

  /* .woocommerce-lost-password ul.woocommerce-error {
    top: 17%;
  } */
}

@media (max-width: 480px) {
  .accnt_page .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
    width: 100%;
    padding-bottom: 0;
  }

  .accnt_page .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
    width: 100%;
    border-left: none;
    padding-top: 0;
  }

  .chckout_page .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
    width: 100%;
    padding-bottom: 0;
  }

  .chckout_page .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
    width: 100%;
    padding-top: 0;
    border-left: none;
  }
}