/*
Plugin Name: Stora
  Plugin URI: http://www.althemist.com/
  Description: Advanced shipping options and multi-branch kit for WooCommerce
  Version: 1.0.0
  Author: AlThemist
  Author URI: http://www.althemist.com/
  Author Email: support@althemist.com
  WC requires at least: 5
  WC tested up to: 6
  License: Themeforest Split Licence
  License URI: -
*/

/*------------------------------------------------------------------
[Table of contents]

1. Icon Font
2. Common styles
3. Main layout styles
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
ICON FONT
-------------------------------------------------------------------*/
@font-face {
    font-family: 'stora-font';
    src:  url('fonts/stora-font.eot?tw4p8r');
    src:  url('fonts/stora-font.eot?tw4p8r#iefix') format('embedded-opentype'),
      url('fonts/stora-font.ttf?tw4p8r') format('truetype'),
      url('fonts/stora-font.woff?tw4p8r') format('woff'),
      url('fonts/stora-font.svg?tw4p8r#stora-font') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }

/*------------------------------------------------------------------
COMMON STYLES
 -------------------------------------------------------------------*/
.stora-hidden {
    display: none !important;
    visibility: hidden !important;
}
/*------------------------------------------------------------------
COMMON STYLES
 -------------------------------------------------------------------*/
#stora_select_branch_modal label {
    cursor: pointer;
    margin-right: 5px;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 500;
  }
  .stora-all-stores-closed {
    text-align: center;
    font-size: 18px;
  }
  .stora-all-stores-closed .count_holder_small {
    font-size: 24px;
    font-weight: bold;
  }
  .stora-closed-store-message {
    display: block;
    width: 100%;
    min-height: 83px;
    padding: 15px 15px 15px 80px;
    border-radius: 6px;
    border: 1px solid;
    background-color: #fce9e9;
    border-color: #f0aeae;
    color: #c05555;
    font-size: 16px;
    position: relative;
    text-align: left;
    max-width: 400px;
    margin: 20px 0;
  }
  .widget.woocommerce.widget_shopping_cart .stora-closed-store-message {
    font-size: 14px;
  }
  .stora-closed-store-message .count_holder_small {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    visibility: visible;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: none;
    display: inline-block;
    float: none;
    padding: 0;
    font-size: inherit;
    font-weight: bold;
    vertical-align: bottom;
}
.stora-closed-store-message::before {
  display: inline-block;
  vertical-align: middle;
  font-family: 'stora-font';
  content: "\e908";
  font-size: 40px;
  width: 50px;
  padding-right: 4px;
  border-right: 3px solid currentcolor;
  margin-right: 8px;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: normal;
}
.stora-closed-store-message:after {
  content: " ";
  display: block;
  height: 0px !Important;
  clear: both;
  visibility: hidden;
}
.stora-disabled-cart-buttons button.single_add_to_cart_button, .stora-disabled-cart-buttons div.product .cart div.quantity, div.prod_hold .stora-closed-store-message, body.stora-store-closed > div.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content p.buttons, body.stora-store-closed a.add_to_cart_button {
  display: none !important;
}
.stora-disabled-cart-buttons div.product .cart .stora-closed-store-message {
  margin-bottom: 30px;
}
ul#shipping_method {
  margin: 0px;
}
li.stora-shipping-no-options {
  background-color: red;
  color: #ffffff;
  padding: 8px;
  border-radius: 4px;
  position: relative;
}