body {
  /* albastru 002768 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d0e2ef+0,ffffff+100 */
  background: #d0e2ef;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#d0e2ef), to(#ffffff));
  background: linear-gradient(to bottom, #d0e2ef 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0e2ef', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.treiplusunu-home {
  font-size: 2rem;
  margin: 0 0 1rem;
  color: red;
  text-align: center;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.8);
}

.treiplusunu-comanda {
  font-size: 2rem;
  color: red;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 3rem 0;
}

.treiplusunu-comanda small {
  text-transform: none;
}

.treiplusunu-all {
  text-align: center;
}

#home-products {
  padding-top: 0px;
}

#home-products .home-title {
  text-align: center;
}

#home-products .home-image {
  text-align: center;
  position: relative;
}

#home-products .home-image img {
  height: 270px;
}

#home-products .product-col {
  padding: 50px 0 50px 0px;
  min-height: 700px;
}

#home-products .product-col:hover {
  background-color: #fff;
}

#home-products .home-title h3 {
  text-transform: uppercase;
  margin-bottom: 0px;
  letter-spacing: 0px;
  font-size: 2.5rem;
  font-weight: bold;
  color: red;
  margin-top: 16px;
}

#home-products .home-title h2 {
  font-weight: bold;
  color: #333;
  font-size: 3rem;
  width: 160px;
  padding-top: 3px;
  margin: 5px auto;
  border-top: 2px solid #000;
  clear: both;
  height: 50px;
  letter-spacing: 3px;
}

#home-products .descriere-special {
  color: #fff;
  margin: 0;
  padding: 10px 30px 5px 30px;
  display: block;
}

#home-products .pret {
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  color: #333;
}

#home-products .pret small {
  font-size: 24px;
  font-weight: normal;
  margin-left: -8px;
}

#home-products .capsule {
  font-size: 25px;
  text-align: center;
  color: #333;
}

#home-products .home-detalii {
  padding: 8px 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: inline-block;
  text-align: center;
  background-color: #f4f4f4;
  color: #333;
  font-weight: bold;
  margin: 10px 0 4px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
}

#home-products .home-cumpara {
  background-color: #e74c3c;
  color: #fff;
  -webkit-box-shadow: 0px 0 13px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0 13px rgba(0, 0, 0, 0.3);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 30px;
  display: block;
  font-weight: 800;
  cursor: pointer;
}

#home-products .home-natural {
  position: absolute;
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
  height: 50px !important;
  right: 30px;
  bottom: -70px;
}

#home-products .home-norway {
  position: absolute;
  height: 90px !important;
  left: 40px;
  top: 30px;
}

#feature h1.title {
  color: #fff;
  text-shadow: 2px 2px 0px #000;
  font-weight: bold;
}

header {
  background-color: #ef2b2d;
}

.navbar-brand {
  color: #002768 !important;
  position: relative;
}

.navbar-brand > img {
  height: 50px;
  left: -100px;
  top: -0px;
  position: absolute;
}

.global-page-header {
  background-image: url(/img/bg.jpg);
  background-position: center 20%;
  padding: 150px 0 25px 0;
}

.global-page-header h2 {
  color: #fff;
  text-shadow: 1px 1px 25px #000;
}

.top-shopping-cart {
  position: relative;
  cursor: pointer;
  color: #fff;
  float: right;
  height: 45px;
  margin: 10px 0 0 20px;
}

.top-shopping-cart > a {
  color: #fff;
}

.top-shopping-cart .cart-list-container {
  display: none;
  min-height: 10rem;
  width: 300px;
  position: absolute;
  top: 45px;
  right: -5px;
  background-color: #ef2b2d;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top-shopping-cart:hover .cart-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  background-color: #fff;
  border: 1rem solid #ef2b2d;
  border-radius: 3px;
}

.top-shopping-cart:hover .cart-list-container .top-cart-entry {
  margin: 1rem 0;
  font-weight: bold;
  color: #333;
}

.top-shopping-cart:hover .cart-list-container .top-cart-entry .denumire {
  font-size: 1.75rem;
}

.top-shopping-cart:hover .cart-list-container .top-cart-entry .bucati {
  font-size: 1.5rem;
}

.top-cart-order-link {
  background-color: #fff;
  padding: 1rem 2rem;
  margin-top: 2rem;
  background-color: #ccc;
  border-radius: 3px;
}

.order-cart-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0;
  border-bottom: 1px dashed #999;
}

.order-cart-entry div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.o-poza {
  width: 20rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.o-poza img {
  max-height: 150px;
  max-width: 15rem;
}

.o-denumire {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  width: 330px;
}

.o-pret-unitate {
  font-size: 1.5rem;
  margin: 0 2rem;
  font-weight: bold;
}

.o-bucati input {
  width: 6rem;
  text-align: center;
  font-weight: bold;
  font-size: 2rem !important;
}

.o-cantitate-holder {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.o-cantitate-holder .o-cantitate-button {
  background-color: #777;
  height: 4rem;
  width: 4rem;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border-radius: 3px;
}

.o-bucati-text {
  width: 8rem;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
}

.o-pret-total {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  width: 20rem;
  color: blue;
}

.o-pret-total span {
  font-size: 2rem;
}

.o-sterge .o-sterge-buton {
  background-color: red;
  line-height: 2rem;
  padding: 1rem 2rem;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}

.order-empty-cart {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  padding: 2rem;
}

@media screen and (max-width: 768px) {
  body,
  html {
    font-size: 12px !important;
  }
  #home-products .product-col {
    height: 620px !important;
    min-height: auto;
  }
  #home-products .home-image img {
    height: 250px;
  }
  #home-products .home-title h3 {
    font-size: 2rem;
  }
  #home-products .home-title h2 {
    font-size: 2rem;
  }
  #home-products .descriere-special {
    padding: 10px 10px 5px 10px;
  }
  #home-products .descriere-special .pret {
    font-size: 1.25rem;
  }
  #home-products .descriere-special .pret small {
    font-size: 1rem;
    margin: 0;
  }
  #home-products .descriere-special .capsule {
    font-size: 1.25rem;
  }
  #home-products .home-natural {
    right: 2px;
    bottom: -9px;
  }
  #home-products .home-norway {
    height: 60px !important;
    left: 10px;
    top: 10px;
  }
  .order-cart-entry {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .order-cart-entry .o-poza {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .order-cart-entry .o-poza img {
    max-height: 150px;
    max-width: 15rem;
  }
  .order-cart-entry .o-denumire {
    width: 100%;
  }
  .order-cart-entry .o-pret-unitate {
    width: 100%;
    text-align: center;
  }
  .order-cart-entry .o-bucati {
    width: 20%;
  }
  .order-cart-entry .o-bucati-text {
    display: none;
  }
  .order-cart-entry .o-cantitate-holder {
    width: 40%;
  }
  .order-cart-entry .o-pret-total {
    width: 100%;
  }
  .order-cart-entry .o-pret-total span {
    font-size: 2rem;
  }
  .order-cart-entry .o-sterge {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: initial;
}
/*# sourceMappingURL=style.css.map */