.eshop_box {
  background: #ffffff;
  display: block; 
  //border: 1px solid #cdcdcd; 
  border: 1px solid #f9f9f9; 
  width: 100%; 
  text-align: center; 
  overflow: hidden; 
  padding: 0px; 
  transition: box-shadow .3s;
  margin-bottom: 10px;
}

.eshop_box img.thumbnail {
  box-shadow: 0 0 0 0;
}

.eshop_box_text {
  position: relative;
  display: block; 
  width: 100%; 
  height: 200px; 
  text-align: center;
  border: 0px; 
  padding-top: 50%;
  padding-bottom: 50%;
  overflow: hidden; 
}

.eshop_box_text p {
  color: #353535;
}

.eshop_box_image {
  position: relative;
  display: block; 
  width: 100%; 
  height: 200px; 
  text-align: center; 
  overflow: hidden; 
  padding: 5px; 
  border: 0px;
}

.eshop_center {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.eshop_box_item_name {
  display: block; 
  height: 90px;
  border: 0;
  margin: 5px;
  word-wrap: break-word;
  overflow: hidden; 
}

.eshop_box_item_name h5 {
  font-size: 16px;
  color: #6e6e6e;
}

.eshop_box_item_price {
  display: block; 
  height: 30px;
  border: 0px;
  overflow: hidden; 
}

.eshop_box_item_price p {
  //font-weight: normal;
  //color: #6e6e6e;
  font-weight: bold;
  color: #1779ba;
}

.eshop_box:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
}

.sclink {
  position: relative;
  left: 0px; 
  top: 0px;
}

.ribbon {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 0;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span.blue {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#2989d8 0%, #1e5799 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon span.red {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon span.green {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon span.grey {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#B6BAC9 0%, #808080 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon span.turquoise {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#05EFF7 0%, #087F8F 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon span.orange {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F79E05 0%, #8F5408 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon span.blue::before {
  content: '';
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #1e5799;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}
.ribbon span.blue::after {
  content: '';
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #1e5799;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}
.ribbon span.red::before {
  content: '';
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.ribbon span.red::after {
  content: '';
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.ribbon span.green::before {
  content: '';
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.ribbon span.green::after {
  content: '';
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.ribbon span.grey::before {
  content: '';
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #808080;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #808080;
}
.ribbon span.grey::after {
  content: '';
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #808080;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #808080;
}
.ribbon span.turquoise::before {
  content: '';
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #087F8F;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #087F8F;
}
.ribbon span.turquoise::after {
  content: '';
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #087F8F;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #087F8F;
}
.ribbon span.orange::before {
  content: '';
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F5408;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F5408;
}
.ribbon span.orange::after {
  content: '';
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F5408;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F5408;
}

.lime-bg {
  background-color: #abd100; 
}
.blue-light-bg {
  background-color: #00bfff; 
}
.blue-native-bg {
  background-color: #0000ff; 
}
.blue-dark-bg {
  background-color: #000080; 
}
.red-light-bg {
  background-color: #ff4000; 
}
.red-native-bg {
  background-color: #ff0000; 
}
.red-dark-bg {
  background-color: #990000; 
}
.pink-bg {
  background-color: #ff00ff; 
}
.turquoise-bg {
  background-color: #00ffff; 
}
.yellow-bg {
  background-color: #ffff00; 
}
.orange-light-bg {
  background-color: #ffbf00; 
}
.orange-dark-bg {
  background-color: #ff8000; 
}
.green-light-bg {
  background-color: #80ff00; 
}
.green-native-bg {
  background-color: #33cc33; 
}
.green-dark-bg {
  background-color: #248f24; 
}

#cartCounter {
 position: relative;
 top: -5px;
 width: auto;
 font-size: 12px;
 color: #fff;
 padding: 0 5px;
 background-color: rgba(73,147,237,0.4);
 border-radius: 5px;
 vertical-align: top;
}

#loginUser {
 position: relative;
 top: -5px;
 width: auto;
 font-size: 12px;
 color: #fff;
 padding: 0 5px;
 background-color: rgba(73,147,237,0.4);
 border-radius: 5px;
 vertical-align: top;
}

// CSS POPUP
/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}
/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: absolute;
  border: 3px solid #353535;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: #cdcdcd;
  opacity: 0.8;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

.fi-list-thumbnails {
  font-size: 24px;
  margin-right: 20px;
  color: #4993ed;
}

li.nolink > span {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: .7rem 1rem;
    color: #1779ba;
}
