/*mobile*/
@media (max-width: 768px) {
  /* main */

  a {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  * > a:focus {
    outline: none;
  }

  /* main */

  /* header */

  .header-search-col::after,
  .header-search-col-mobile::after {
    background-size: 20px !important;
  }
  .header-search-col,
  .header-search-col-mobile {
    width: 40px !important;
  }
  .header-search-col-active,
  .header-search-col-active-mobile {
    width: 194px !important;
  }
  .header-container::before {
    background-size: cover !important;
  }

  /* header */

  /*shop*/

  .shop-pro-card-price {
    height: 40px;
    display: flex;
    align-items: center;
  }
  .shop-sidebar-col-mobile {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s !important;
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    margin-top: 0px;
  }
  .active-sidebar {
    opacity: 1 !important;
    max-height: 400px !important;
    transition: all 0.3s !important;
    padding: 15px;
    margin-top: 10px !important;
  }

  /*shop*/

  /*single product*/

  .single-product-attribute .woocommerce-product-attributes tbody tr {
    display: flex;
    flex-direction: column;
  }
  .single-product-attribute .woocommerce-product-attributes tbody th {
    width: 100% !important;
  }
  .single-product-attribute .woocommerce-product-attributes tbody td {
    width: 100% !important;
  }
  .single-product-attribute .woocommerce-product-attributes tbody {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  /*single product*/

  /*user account*/

  .myaccount-tab-element .e-n-tab-title .e-n-tab-title-text {
    width: 70px;
    display: flex;
    justify-content: center;
  }
  .account-edit-info.save-mode {
    width: 100% !important;
  }

  /*user account*/

  /*cart*/

  .cart-element .coupon-col-end button {
    padding: 13px !important;
  }
  .cart-element .coupon-col-start {
    padding-inline-end: 0px !important;
  }
  .cart-element .coupon-col-start input {
    padding: 8px !important;
  }

  /*cart*/

  /*checkout*/

  .checkout-element .woocommerce-shipping-totals {
    display: flex;
    flex-direction: column;
  }
  .checkout-element .woocommerce-shipping-totals th {
    width: 100% !important;
  }
  .checkout-element .woocommerce-shipping-totals td {
    width: 600px !important;
  }
  .checkout-element #shipping_method li {
    display: flex;
  }
  .checkout-element #shipping_method {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .checkout-element #shipping_method li label {
    text-wrap: nowrap;
  }

  /*checkout*/

  /*footer*/
  .footer-main-container .e-con-inner::before {
    width: 50px !important;
    top: -4% !important;
    right: 8% !important;
  }

  .footer-main-container .e-con-inner::after {
    width: 50px !important;
    top: -4% !important;
    left: 8% !important;
  }
  /*footer*/
}
/*mobile*/
