body.shoe-modal-open {
    overflow: hidden;
}
/* SHOP PAGE HERE*/
/*#container #content {
  background-color: #fff;
  padding: 10px;
}
#sidebar {
  display: none;
}
#logo {
  width: auto !important;
}*/

a.add_to_cart_button {
  display: none !important;
}

a.ajax_add_to_cart {
  display: none !important;
}

.woocommerce-loop-product__title {
  font-size: 1.5em !important;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}
.woocommerce-Price-amount {
  font-size: 1.5em !important;
  font-weight: 600;
  color: #b19787;
}

/*#navigation a {
  color: #000 !important;
  vertical-align: middle !important;
  text-decoration: none;
}*/

.show-product-thumb {
  position: relative;
  min-height: 160px;
}
.show-product-thumb img {
    position: absolute;
    left: 0;
    bottom: 0;
  overflow: hidden;
  max-width:100% !important;
}
.woocommerce ul.products li.product .onsale {
    z-index: 99;
}

.woocommerce-ordering .orderby {
  background-color: #fff;
  padding: 0.6em;
}

ul.products li.product img {
  width: auto !important;
  max-width: 100% !important;
 }
/* Change product width to fit with 3 columns */
ul.products li.product {
  width: 45.05% !important;
 }
@media only screen and (min-width: 768px) {
  ul.products li.product {
  width: 30.05% !important;
 }
}
/* END SHOP PAGE HERE*/

/* LIGHTBOX HERE*/
.s-row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="s-col-"] {
    float: left;
    padding: 2px;
    width: 100%;
  	margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .s-col-1 {width: 8.33%;}
    .s-col-2 {width: 16.66%;}
    .s-col-3 {width: 25%;}
    .s-col-4 {width: 33.33%;}
    .s-col-5 {width: 41.66%;}
    .s-col-6 {width: 50%;}
    .s-col-7 {width: 58.33%;}
    .s-col-8 {width: 66.66%;}
    .s-col-9 {width: 75%;}
    .s-col-10 {width: 83.33%;}
    .s-col-11 {width: 91.66%;}
    .s-col-12 {width: 100%;}
}

.col-enq-button {
  width: 34.00% !important;
}

/* The Modal (background) */
.shoe-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

/* Modal Content */
.shoe-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.shoe-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.shoe-close:hover,
.shoe-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.shoe_image_gal {
  max-height: 500px !important;
  /*max-width: 100% !important;*/
}

.shoe-product-details {
  padding-left: 10px;
}

.shoe-product-title {
  font-size: 40px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
}

.shoe-product-price {
  font-size: 36px;
  font-weight: 600;
  color: #b19787;
}

.shoe-product-buttons{
  /*float: left;*/
}

.shoe-enquiry-button{
  background-color: #333;
  border: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1;
  padding: 1em 2em;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  white-space: nowrap;
}

.shoe-enquiry-button:hover{
  background-color: #888;
}

.add_to_wishlist {
  border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  top: -10px;
  font-size: 14px !important;
  font-size: 0.875rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  padding: 1em 2em !important;
}

.add_to_wishlist:hover{
  background-color: #888 !important;
}

input.shoe-form[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}
textarea.shoe-form {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
}

.s-info, .s-success, .s-warning, .s-error, .s-validation {
  border: 1px solid;
  margin: 10px 0px;
  padding:15px 10px 15px 10px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.s-info {
  color: #00529B;
  background-color: #BDE5F8;
}
.s-success {
  color: #4F8A10;
  background-color: #DFF2BF;
}
.s-warning {
  color: #9F6000;
  background-color: #FEEFB3;
}
.s-error {
  color: #D8000C;
  background-color: #FFBABA;
}

/* Remove short description */
li.product p {
 display:none;
}
