
.articles_detail #gallery li,
.editor #gallery li,
.articles_detail .editor-gallery li,
.editor .editor-gallery li {
  margin-bottom: 30px;
}
#order-levels {
  margin-bottom: 30px;
}
.product,
.article {
  margin-top: 30px;
}
.product-detail #gallery li {
  margin-top: 30px;
}
.userbar .login-dp {
  min-width: 250px;
  padding: 14px 14px 0;
  overflow: hidden;
}
.userbar .login-dp .social-buttons {
  margin: 12px 0;
}
.userbar .login-dp .social-buttons a {
  width: 100%;
}
.userbar .login-dp .social-buttons .btn-fb {
  color: #fff;
  background-color: #3b5998;
}
.userbar .login-dp .social-buttons .btn-fb:hover {
  background-color: #496ebc;
}
.userbar .login-dp form .alert {
  margin-bottom: 10px;
  padding: 5px 15px;
}
.userbar .login-dp form .form-group {
  margin-bottom: 10px;
}
.userbar .login-dp form .form-group .help-block {
  font-size: 12px;
}
.userbar .login-dp .bottom {
  border-top: 1px solid #ddd;
  clear: both;
  padding: 14px;
}
#contact-form form .form-group.required .control-label label:after {
  content: "\f069";
  font-family: "FontAwesome";
  color: #d9534f;
  font-size: 8px;
  font-weight: 400;
  top: -4px;
  position: relative;
  margin-left: 3px;
}
#contact-form .fa-asterisk {
  font-size: 8px;
  top: -4px;
  position: relative;
}
body {
  background-image: url('../images/bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}
#eshop-layout #cart table td img {
  max-width: 100px;
}
#eshop-layout #cart table td .add-to-cart .col-sm-3 {
  display: none;
}
#eshop-layout #cart table td .add-to-cart .col-sm-9 input {
  width: 50px;
}
#eshop-layout .productsView a {
  margin-left: 20px;
  display: inline-block;
}
#eshop-layout .productsView a:hover,
#eshop-layout .productsView a:focus {
  text-decoration: none;
}
#eshop-layout .productsView a.active {
  font-weight: 700;
  color: #333333;
}
#eshop-layout #contact-data .last .btn {
  float: right;
}
#eshop-layout #contact-data .order {
  display: block;
}
.eu-cookies {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  text-align: center;
  padding: 10px;
}
.eu-cookies button {
  background: green;
  color: white;
}
#posts {
  margin-top: 30px;
}
#cart table thead th {
  text-align: left;
  color: #959595;
  border: none;
}
#cart table thead th:first-child {
  padding-left: 30px;
}
#cart table tbody td {
  background: #eeeeee;
  vertical-align: middle;
  border-bottom: 7px solid #ffffff;
}
#cart table tbody td:first-child {
  padding-left: 30px;
}
#cart table tbody td .add-to-cart {
  padding: 0;
  margin: 0;
}
#cart table tbody td .add-to-cart .form-group {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #cart table tbody td {
    display: block;
    border: none;
    padding: 0 20px;
  }
  #cart table tbody td:first-child {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  #cart table tbody td:last-child {
    padding-bottom: 15px;
    padding-top: 10px;
    border-bottom: 7px solid #ffffff;
  }
}
#order-levels {
  border-top: 3px solid #959595;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}
#order-levels li:not(.active) a {
  color: #ee1c25;
}
#order-levels li:not(.active) a:hover,
#order-levels li:not(.active) a:focus {
  background: none;
  color: #b00d14;
}
#order-levels li.active a {
  color: #333333;
  background: none;
}
#transport .h4 {
  font-weight: 400;
}
.container {
  width: 1170px !important;
}
#header {
  margin-top: 40px;
}
#address {
  margin-top: 40px;
  border-bottom: 60px solid #000000;
  font-size: 18px;
  font-weight: 700;
}
#address .text {
  margin-top: 40px;
}
#address .text .left {
  width: 20%;
}
#address .text .right {
  width: 80%;
}
#address .text:last-child .right {
  width: 50%;
}
#content {
  border-top: 90px solid #ee1c25;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 50px;
}
.editor-gallery {
  margin-top: 50px;
}
