/*
 * @author      Anthony <xristmas365@gmail.com>
 * @copyright   industrialax.com
 * @license     https://industrialax.com
 */

.l-cart_panel {
  font-family: 'Roboto', sans-serif;
  overflow: hidden;
  width: 320px;
  transform: translate(105%, 0px);
  right: 0px;
  transition: transform .4s ease;
  box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 101;
  top: 0px;
  background: #fff;
  height: 100vh;
  /*@include respond-to(500){
  	width: 100%;
  }*/ }
  .l-cart_panel.is-active {
    transform: translate(0%, 0px); }
  .l-cart_panel_header {
    position: relative;
    padding: 20px 20px;
    border-bottom: 1px solid #eee;
    background: #fff; }
    .l-cart_panel_header_title {
      text-transform: uppercase;
      text-align: center;
      font-size: 22px;
      margin: 0px;
      padding: 0px;
      line-height: 1; }
  .l-cart_panel_close {
    padding: 10px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    top: 0px;
    right: 0px;
    position: absolute;
    z-index: 2; }
  .l-cart_panel_items {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    padding: 0 20px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0px; }
    .l-cart_panel_items_container {
      padding: 20px 0 165px;
      overflow: hidden;
      height: 100vh; }
  .l-cart_panel_item {
    flex-basis: 100%;
    border-radius: 3px;
    border-bottom: 1px solid #eee;
    margin: 10px auto;
    padding: 7px 0;
    position: relative; }
    .l-cart_panel_item:last-child {
      border-bottom: none; }
    .l-cart_panel_item_remove {
      position: absolute;
      right: 10px;
      top: 0;
      text-decoration: none;
      opacity: 0;
      width: 15px;
      height: 15px;
      text-align: center;
      font-size: 22px;
      /*@include respond-to(768){
      	opacity: 1;
      }*/ }
    .l-cart_panel_item:hover .l-cart_panel_item_remove {
      opacity: 1; }
      .l-cart_panel_item:hover .l-cart_panel_item_remove:hover {
        text-decoration: none;
        opacity: 0.6; }
    .l-cart_panel_item_descript {
      text-align: center; }
    .l-cart_panel_item_title {
      text-decoration: none;
      display: block;
      text-transform: uppercase;
      margin-bottom: 10px; }
      .l-cart_panel_item_title:hover {
        opacity: 0.8; }
    .l-cart_panel_item_price {
      margin-bottom: 7px; }
    .l-cart_panel_item_qty {
      margin-bottom: 7px; }
  .l-cart_panel_img {
    margin-bottom: 15px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .l-cart_panel_img img {
      max-width: 100%;
      max-height: 100%; }
  .l-cart_panel_footer {
    position: absolute;
    bottom: 0;
    background: #fafafa;
    width: 100%; }
    .l-cart_panel_footer_total {
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee;
      padding: 15px 40px;
      display: flex;
      justify-content: space-between;
      background: #f1f1f1; }
    .l-cart_panel_footer_btn {
      border-radius: 3px;
      position: relative;
      padding: 12px 30px;
      text-decoration: none;
      font-size: 12px;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 0;
      box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
      line-height: 1.42857143;
      text-align: center;
      cursor: pointer;
      display: block;
      background-color: #999999;
      margin: 10px auto;
      width: 200px;
      max-width: 100%;
      color: #FFFFFF; }
      .l-cart_panel_footer_btn:hover {
        color: #fff; }

.j-cart_checkout_shipping {
  display: none; }

/*# sourceMappingURL=store.css.map */
