/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

@media (max-width: 767px) {
  .one_click_buy_frame .jqmClose.close,
  .one_click_buy_basket_frame .jqmClose.close {
    top: max(8px, env(safe-area-inset-top));
    right: max(8px, env(safe-area-inset-right));
    width: 44px;
    height: 44px;
    padding: 15px;
    box-sizing: border-box;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    touch-action: manipulation;
  }

  .one_click_buy_frame .jqmClose.close i,
  .one_click_buy_basket_frame .jqmClose.close i {
    width: 14px;
    height: 14px;
    pointer-events: none;
  }
}