/*
 * Webasyst “Default” theme family
 * (additional CSS for mobile multi-touch devices)
 *
 * @link http://www.webasyst.com/
 * @author Webasyst LLC
 * @copyright 2012 Webasyst LLC
 * @package Webasyst
 */

* {
  -webkit-text-size-adjust: 100%;
}

.mobile-only {
  display: block;
}

.non-mobile-only {
  display: none;
}

.container {
  padding: 1px 15px 0;
  min-width: 0;
}

.sidebar {
  margin-bottom: 20px;
}

.sidebar.left, .sidebar.left300px {
  width: 100%;
  float: none;
}

.sidebar.right, .sidebar.right300px {
  width: 100%;
  float: none;
}

.content.left, .content.left300px {
  margin-left: 0;
}

.content.right, .content.right300px {
  margin-right: 0;
}

.app-header {
  min-height: 0;
  padding-top: 0;
}

.top-padded {
  padding-top: 0;
}

#header {
  margin-bottom: 20px;
}

#header ul#wa-apps li.selected {
  background: none;
}

#footer {
  padding-bottom: 0px;
}

#footer .container {
  margin: 0 15px;
}

#footer #copyright {
  padding-left: 0;
}

#footer #sub-links {
  margin-left: 0;
  margin-top: 30px;
}

#footer #sub-links ul li {
  float: none;
  margin-bottom: 5px;
}

/* Shop-Script specific
----------------------- */

.nowrap {
  white-space: normal;
}

.breadcrumbs {
  margin-bottom: 15px;
}

.breadcrumbs a {
  color: #aaa;
}

div.cart {
  float: none !important;
  width: auto !important;
}

div#cart-summary.cart.fixed {
  right: 0;
  left: 0;
}

table.cart td {
  padding: 16px 2px 6px;
  border: 0;
  display: inline-block;
}

table.cart td img {
  display: none;
}

table.cart td input[type="text"] {
  min-width: 0;
}

table.cart td br {
  display: none;
}

table.cart td a.bold {
  margin-top: 20px;
  font-size: 1.3em;
}

table.cart td .services {
  margin-bottom: 0;
}

.search {
  margin-bottom: 20px;
}

.search.float-right {
  float: none !important;
}

.search input {
  width: auto;
}

.sidebar.hide-for-mobile {
  display: none;
}

.image img {
  height: auto !important;
}

.review-form-fields label {
  width: auto;
  float: none;
}

.review-form-fields input {
  width: 80%;
}

.review-form textarea {
  width: 100%;
}

.review-form .review-submit {
  padding-left: 0;
}

.review-form .wa-captcha img {
  margin-bottom: 10px;
}

.wa-form {
  overflow: hidden;
}

.wa-form .wa-field .wa-name {
  float: none;
}

.wa-form .wa-field .wa-value {
  margin-left: 0;
}

.wa-form .wa-field .wa-value p span {
  display: block;
}

.wa-auth-adapters p {
  width: 100%;
}

.checkout {
  margin: 20px 0;
  padding-bottom: 30px;
}

.checkout ul.checkout-options li {
  width: 100%;
}

.checkout ul.checkout-options li img {
  display: none;
}

.checkout ul.checkout-options li .rate {
  min-width: 0;
  width: auto;
  max-width: 150px;
  padding-top: 5px;
}

.checkout ul.checkout-options li .rate.error {
  padding-top: 10px;
}

.checkout ul.checkout-options li .rate .hint {
  display: none;
}

.checkout ul.checkout-options li .wa-form.wa-address p {
  font-size: 1em;
}

.checkout table.table th,
.checkout table.table td {
  font-size: 0.75em;
}

.checkout table.table td .gray {
  display: none;
}

.checkout table.table td.nowrap {
  white-space: normal;
}

.checkout table.table td.nowrap.bold {
  white-space: nowrap;
}

.checkout blockquote ul.menu-v li {
  font-size: 0.7em;
  padding: 10px 0;
  line-height: 1.3em;
}

.checkout li .wa-form {
  margin-left: -25px;
}

.checkout .checkout-step input[type="submit"] {
  margin: 0 auto;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
}

.product-list.thumbs.li250px li {
  display: flex !important;
  flex-direction: column !important;
}

@media (max-width: 860px) {
  .new_content #product-description,
  .new_content #product-description p,
  .new_content #product-description span {
    text-align: left;
  }
}


@media (max-width: 860px) {
  .product-list li.item_li {
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    margin-bottom: 0;
  }

  .product-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .product-list.view_one.thumbs.li250px li .image img {
    display: block;
  }

  /*.product-list.view_one.thumbs.li250px li {*/
  /*    width: 90%;*/
  /*}*/
  .product-list.view_one {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }

  .product-list.view_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .product-list.view_list.thumbs.li250px li .image img {
    display: inline-block;
  }

  /*.product-list.view_list.thumbs.li250px li {*/
  /*  width: 90%;*/
  /*}*/
  /*.product-list.view_one.thumbs.li250px li {*/
  /*  width: 100%;*/
  /*}*/

  .product-list.view_list {
    column-count: 2;
  }

  .product-list.thumbs.li250px li:nth-child(odd) {
    margin-left: 5px;
  }

  .product-list.thumbs.li250px li:nth-child(even) {
    margin-right: 5px;
  }

  .stock_html_text {
    margin-top: 0;
  }

  .stock-high, .stock-none, .stock-low, .stock-critical, .stock_html_text {
    font-size: 14px;

  }

  .stock-low, .stock-critical {
    margin-top: 0 !important;
  }

  .is_sku_block {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgb(204, 204, 204);
    border-top: 1px solid rgb(204, 204, 204);
    padding: 20px 0 0 0;
    margin: 10px 0;
  }

  .sidebar .cart .stocks {
    margin-top: 0;
  }

  .owl-controls .owl-pagination {
    top: 0;
  }

  .compare-at-price {
    font-size: 18px;
  }

  .add2cart input[type="submit"] {
    margin-top: 15px;
    padding: 12px 35px;
    font-size: 18px;
  }

  .add2cart .add_to_cart {
    right: 4%;
  }

  .mobile-hide {
    display: none !important;
  }

  .cart-total span {
    display: inline-block;
  }

  .mgt20 {
    margin-top: 20px;
  }

  .mobile-show {
    display: block;
  }

  .cart .cart-item span {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
  }

  .cart .cart-item {
    font-size: 16px;
  }

  table.table td.min-width {
    width: auto;
  }

  .cart_td_remove {
    width: 5%;
    height: 90px;
  }

  .tr_cart {
    border-bottom: 1px solid rgb(221, 221, 221);
  }

  .row_cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }

  .cart_td_mobile {
    width: 100%;
    padding-top: 0 !important;
    padding-left: 0 !important;
  }

  .remove_icon {
    max-width: 30px;
  }

  td.cart_td_remove .delete {
    top: 25px;
    position: relative;
  }

  td.cart_td_name {
    width: 60%;
    text-align: left;
    padding: 10px;
    height: 90px;
  }

  .cart .img-col-cart {
    height: 90px;
  }

  td.cart_td_count, td.cart_td_price {
    display: none !important;
  }

  .cart_td_remove {
    width: 7%;
  }

  .cart input[type="text"] {
    box-shadow: none;
  }

  .cart_td_price_mobile {
    font-size: 16px;
  }

  .cart_td_count_mobile, .cart_td_price_mobile {
    display: inline-block;
    padding: 10px;
  }
  .cart_td_count_mobile {
    padding-left: 0;
  }
  .cart_td_price_mobile {
    padding-right: 0;
  }
}

@media (max-width: 576px) {
  .row_cart {
    padding: 0 6px;
  }
}
