﻿

/*----------------products----------------*/
.old-price {
  text-decoration: line-through;
  font-size: 70%;
  color: #ccc;
}

.product-additional-images img {
  max-width: 150px;
  max-height: 150px;
  display: inline-block;
  vertical-align: top;
}

.product-cart-image {
   /* width: 170px;
    height: 110px;*/
  width: 150px;
  height: 70px;
}
a.active {
  border: 0;
  outline: none;
}
.min-cart-wrap {
 /* border: 1px #ccc solid;
  width: 300px;*/

  padding: 10px 20px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.add-to-cart.in-cart {
  background: #dadcdf;
  color: #616262;
}
.read-prod-more {
 background: #00aeef;
  margin-top: 5px;
  color: #fff;
}
.legal-block {
  display: none;
}

img.new, img.action {
  position: absolute;
  top: 0;
  right: 15px;
}

.noimage {
  opacity: 0.5;
}

.small-img-wrap {
  padding: 10px;
  box-sizing: border-box;
  background: #e6e7e8;
  height: 150px;
  margin-top: 20px;
}
.small-img-wrap img {
  max-width: 200px;
  max-height: 130px;
}
.product-name {
  font-weight: bold;
  margin: 5px 0;
}
.btn {
  outline: none;
}
.order-block   label {
  width: 150px;
}

#submit-order-form h3 {
  padding: 10px 20px;
  font-size: 1rem;
  box-sizing: border-box;
  height: 44px;
  display: block;
  margin-top: 40px;
  background: #053381;
  color: #FFFFFF;
  /*background: #2d425d;
  color: #cce2fa;*/
}
#delivery_options .row, #order-user-fields .row {
  padding: 10px 40px;
}