body {
  font-family: Arial, sans-serif;
  color: #262626;
}

.container {
  margin: 20px auto;
  width: 600px;
  padding: 0px 20px 20px 20px;
  /*border: 1px dotted black;*/
}

.carousel-items {
  width: 200px;
  height: 200px;
  display: block;
  float: left;
  margin-right: 25px;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.carousel-item-title {
  display: block;
  float: left;
  width: 350px;
  padding-top: 15px;
}

.info-btn {
  display: inline-block;
  border: 0;
  margin-top: 5px;
  color: #fff;
  padding: 10px;
  background-color: #2c4b9f;
  text-decoration: none;
}

.info-btn:hover {
  background-color: #254187;
}

.warehouse {
  float: left;
  margin: 4px 4px 0 0;
  padding: 0;
}

.warehouse:nth-of-type(5) {
  margin-right: 0;
}

.home-grid-img {
  width: 140px;
  height: 140px;
  margin: 3px;
  border: 1px #eee solid;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

th {
  text-align: left;
  padding: 5px 10px;
  border-color: #eee;
}

.price {
  text-align: right;
  text-decoration: line-through;
}

.lc-price {
  text-align: right;
}

.bold {
  font-weight: bold;
}

th.price {
  text-decoration: none;
}

td.wishlist-img,
td.delete {
  text-align: center;
}

td.delete {
  font-size: 16px;
}

.float-left {
  float: left;
}

.center {
  text-align: center;
}

.top-bottom-margins {
  margin: 20px 0;
}

.product-img {
  float: left;
  display: inline-block;
  text-align: center;
  width: 110px;
}

.product-title {
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 400px;
  padding-top: 20px;
}

.clear {
  clear: both;
}

.product-list {
  font-size: 11px;
  border: 1px #eee solid;
  margin:10px;
  background: white; 
  border-collapse: collapse;
}

.wishlist-table {
  width: 97%;
}

.product-list td {
  padding: 5px 5px 5px 10px;
  border: 1px #eee solid;
}

.divider {
  height: 1px;
  color: #eee;
  background-color: #eee;
  border: 0;
}

.vertical-separation {
  margin-top: 50px;
}

.product-info {
  float: left;
  padding: 40px 15px 0 0;
}

.product-info-data {
  float: left;
  width: 350px;
}

.lc-offer {
  background-color: #4eb748;
  margin: 0;
  padding: 2px 20px 13px;
  color: #fff;
}

.lc-offer h2 {
  margin: 0;
  padding: 15px 0 5px;
  color: #575b1c;
}

.lc-offer p {
  margin: 0;
  padding: 5px 0;
  color: #fff;
}

.special-price {
  font-weight: bold;
  color: #ff0;

  display: inline-block;
  width: auto;
  height: 38px;
  background-color: #f00;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
  border-left: 1px solid #979797;
  margin-left: 19px;
  position: relative;
  color: white;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 22px;
  line-height: 38px;
  padding: 0 10px 0 10px;
}

/* price tag */
.special-price:before {
  content: "";
  position: absolute;
  display: block;
  left: -19px;
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-right: 19px solid #f00;
}

/* price tag */
.special-price:after {
  content: "";
  background-color: white;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  left: -9px;
  top: 17px;
}

.spinner {
  margin-top: 50px;
  clear: both;
}

.footnotes {
  display: block;
  float: left;
  clear: both;
  margin: 15px 0 5px;
  width: 100%;
  text-align: center;
}

.footnotes small, .zoom {
  font-size: 10px;
}

.breadcrumbs {
  font-size: 12px;
}

.breadcrumbs a {
  text-decoration: none;
}

a.page-nav {
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  padding: 2px 6px 4px;
  background-color: #4eb748;
  color: #fff;
}

a.page-nav:hover {
  color: #fff;
  background-color: #4aa843;
  border: 0;
}

.slick-next {
  border: 1px #ccc solid;
}

.rounded-corners {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.nav {
  font-size: 14px;
}

.nav a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 7px;
  background-color: #ccc;
  font-weight: normal;
  margin: 5px 5px 0 0;
}

.nav a:hover {
  background-color: #b5b5b5;
}

a.hyperlink {
  color: #4eb748;
  text-decoration: none;
}

a.hyperlink:hover {
  color: #4aa843;
  border-bottom: 1px #4aa843 solid;
}



/* start modal */

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  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.9);
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 400px;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.modal-content, #caption { 
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

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

@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

/* end modal */

.wishlist {
  border: 0;
  color: #fff;
  background-color: #575b1c;
  font-size: 12px;
  padding: 8px 10px;
  margin-top: 5px;
}

.wishlist:hover {
  cursor: pointer;
  background-color: #444716;
}

.wishlist-remove {
  border: 0;
  color: #fff;
  /*text-decoration: line-through;*/
  background-color: #a31a1a;
  font-size: 12px;
  padding: 8px 10px;
  margin-top: 5px;
}

.wishlist-remove:hover {
  cursor: pointer;
  background-color: #961818;
}

.wishlist-delete {
  border: 0;
  color: #fff;
  background-color: #4eb748;
  font-size: 12px;
  padding: 3px 8px;
}

.wishlist-delete:hover {
  cursor: pointer;
  background-color: #46a040;
}

.wishlist-link {
  margin-left: 5px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}

.wishlist-link:hover {
  border-bottom: 1px #fff solid;
}

.wishlist-main a {
  display: block;
  float:right;
  margin-right:25px;
  text-decoration: none;
  color: #ccc;
}

.wishlist-main a:hover {
  color: #b5b5b5;
  border-bottom: 1px #b5b5b5 solid;  
}

.wishlist-note {
  font-weight: normal;
  color: #f00;
}

.qty {
  width: 40px;
  font-size: 18px;
  margin-right: 5px;
  text-align: center;
}