body {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  margin: 0;
  padding: 0;
  background-image: url('../img/background.jpg');
  background-repeat: no-repeat;
  background-position: top;
  background-color: #000;
}

.wrapper {
  width: 1000px;
  margin: 0 auto;
  display: table;
}

/* Header */

.header {
  float: left;
  width: 100%;
  height: 80px;
}

.header img {
  float: left;
  margin-top: 20px;
}

.header ul {
  float: right;
  list-style: none;
  margin: 27px 0 0 0;
  padding: 0;
}

.header ul li {
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0;
}

.header ul li a {
  font-size: .9em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

.header ul li a:hover {
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
}

.active-menu {
  border-bottom: 2px solid #fff;
  padding-bottom: 5px; 
}

.shopping-cart-icon {
  float: right;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50px;
  font-size: .9em;
  text-transform: uppercase;
  padding: 0 30px 0 30px;
  line-height: 39px;
  margin: 17px 0 0 20px;
}

.shopping-cart-icon:hover {
  background-color: #fff;
  color: #000;
  cursor: pointer;
}

.active-cart {
  background-color: #fff;
  color: #000;
  cursor: pointer;
}

.sticky {
  position: fixed;
  background-color: #000;
  left: 0;
}

.marg-left {
  margin-left: 20px;
}

.marg-right {
  margin-right: 20px;
}

.marg-top {
  margin-top: 80px;
}

.marg-top-more {
  margin-top: 160px !important;
}

.languages-box {
  background-color: transparent;
  color: #fff;
  font-size: .9em;
  border: none;
}

.languages-box:focus {
  outline: none;
}

.mobile-menu {
  display: none;
}

.menu-icon-mobile {
  display: none;
}







/* Hero */

.hero {
  float: left;
  width: 100%;
  height: 560px;
  text-align: center;
}

.hero h1 {
  width: 70%;
  margin: 210px auto 0px;
  font-size: 2.6em;
  line-height: 43px;
}

.hero h2 {
  width: 70%;
  margin: 10px auto 140px;
  font-weight: 300;
  font-size: 1.2em;
}

.button {
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50px;
  font-size: .9em;
  text-transform: uppercase;
  padding: 9px 30px 10px 30px;
  line-height: 37px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.button:hover {
  background-color: #fff;
  color: #000;
  cursor: pointer;
}






/* First Block */

.first-block {
  width: 100%;
  float: left;
  border-radius: 5px;
  background-color: #fff;
  display: table;
  margin: 80px 0 0 0;
}

.first-block h1 {
  color: #000;
  text-align: center;
  font-size: 1.9em;
  width: 50%;
  margin: 100px auto 0;
}

.first-block p {
  color: #000;
  text-align: center;
  width: 70%;
  margin: 20px auto 100px;
  color: #4c4c4c;
  font-weight: 300;
}

.bold-p {
  margin-bottom: 0px !important;
  font-weight: 600 !important;
}

.first-block p img {
  width: 100%;
}






/* Advert */

.advert-block {
 float: left;
 width: 100%;
 margin: 20px 0 20px 0;
 display: table;
}

.advert-left {
  float: left;
  width: 49%;
  height: 250px;
  border-radius: 5px;
  background-image: url('../img/left-advert.jpg');
  background-repeat: no-repeat;
  background-position: center;
}

.advert-left p {
  text-align: center;
  width: 60%;
  margin: 80px auto 0px;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 30px;
}

.advert-right {
  float: right;
  width: 49%;
  height: 250px;
  border-radius: 5px;
  background-image: url('../img/right-advert.jpg');
  background-repeat: no-repeat;
  background-position: center;
}

.advert-right p {
  text-align: center;
  width: 60%;
  margin: 100px auto 0px;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 30px;  
}







/* Contact */

.contact-us-block {
  float: left;
  width: 100%;
  display: table;
  margin: 80px 0 80px 0;
}

.contact-message {
  float: right;
  width: 40%;
  display: table;
}

.form {
  width: 94.5%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 0;
  color: #fff;
  margin: 0 0 20px 0;
}

.form:focus {
  outline: none;
}

input[placeholder], [placeholder], *[placeholder] {
   padding-left: 20px !important;
   font-size: .8em;
}

.form-message {
  width: 94.5%;
  height: 200px;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  font-size: .8em;
}

.form-message:focus {
  outline: none;
}

.submit-button {
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50px;
  font-size: .9em;
  text-transform: uppercase;
  padding: 9px 40px 10px 40px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  background-color: transparent;
  margin: 0;
}

.submit-button:hover {
  background-color: #fff;
  color: #000;
  cursor: pointer;
}

.right {
  float: right;
}

.contact-info {
  float: left;
  width: 40%;
}

.contact-info h1 {
  color: #fff;
  font-size: 1.9em;
  width: 100%;
  float: left;
  text-transform: uppercase;
  margin: -5px 0 20px 0;
}

.contact-info p {
  width: 100%;
  color: #fff;
  font-weight: 300;
  float: left;
  margin: 0;
}

.contact-info ul {
  margin: 40px 0 0 0;
  float: left;
  list-style: none;
  padding: 0;
}

.contact-info ul li {
  font-weight: 300;
  margin: 5px 0 0 0;
}

.contact-info ul li:first-child {
  font-weight: 600;
  margin: 0 0 10px 0;
  font-size: 1.3em;
}

.contact-info ul li img {
  margin: 5px 10px 0 0;
}

.contact-info ul li a {
  color: #fff;
  font-weight: 600;
  vertical-align: 4px;
}

.textarea-footer {
  width: 94%;
  height: 160px;
  margin-bottom: 18px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  resize: none;
  padding-top: 10px;
  color: #fff;
  outline: none;
}






/* Mini Shopping Cart */

.mini-shopping-cart {
  position: fixed;
  height: 85%;
  background-color: #fff;
  right: 0px;
  bottom: 0;
  width: 275px;
  box-shadow: 1px 5px 75px #000;
  border-top-left-radius: 5px;
  display: none;
}

.mini-shopping-cart h1 {
  color: #000;
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
  margin: 20px 0 20px 0;
}

.mini-cart-total {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.black {
  color: #000 !important;
  border: 2px solid #000 !important;
}

.black:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.red {
  color: #db4040;
  border: 2px solid #db4040;
}

.red:hover {
  background-color: #db4040;
  color: #fff;
}

.mini-cart-products {
  width: 100%;
  height: 75%;
  overflow-y: scroll;
}

.mini-cart-product {
  width: 100%;
  float: left;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 2px solid #e5e5e5;
}

.mini-cart-product img {
    width: 235px;
    height: 235px;
}

.mini-cart-product p {
  color: #000;
  margin: 10px 20px 0 20px;

}

.mini-cart-product-price {
  margin: 2px 0 15px 0 !important;
  font-size: 1.4em;
  font-weight: 600;
}

::-webkit-scrollbar { 
    display: none; 
}




/* Products */

.margin {
  float: left;
  margin: 40px 0 0 0;
  width: 100%;
}

.product {
  width: 25%;
  float: left;
  text-align: center;
  margin: 0 0 30px 0;
}

.product a {
  text-decoration: none;
}

.product p {
  color: #000;
  margin: 10px 0 0 0;
  width: 84%;
  font-weight: 600;
  padding: 0 20px 0 20px;
}

.product-price {
  margin: 2px 0 15px 0 !important;
  font-size: 1.4em;
  font-weight: 600 !important;
}

.norm {
  display: inline-block;
  white-space:nowrap;

}

.discount {
  display: inline-block;
  white-space:nowrap;

}

.price-norm {
  padding: 0px !important;
}

.price-discount {
  padding: 0px !important;
  font-size: 0.7em !important;
  text-decoration: line-through;
}

.p-discount {
  padding: 10px 0px 0px 20px !important;
  font-size: 0.7em !important;
  text-decoration: line-through;
}

.small-description {
  font-size: .85em;
  width: 84% !important;
  padding: 5px 20px 5px 20px;
  font-weight: 300 !important;
  color: #000000;
}

.green {
  color: #45a83e;
  border: 2px solid #45a83e;
}

.green:hover {
  background-color: #45a83e;
  color: #fff;
}

.first-block-main {
  width: 100%;
  float: left;
  border-radius: 5px;
  background-color: #fff;
  display: table;
  margin: 80px 0 0 0;
}

.first-block-main h1 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.6em;
  margin: 0;
}

.first-block-main h2 {
  color: #000;
  font-size: 1em;
  font-weight: 300;
  text-align: center;
  margin: 0 0 40px 0;  
}






/* Product Details */

.product-details-image-info {
  float: left;
  margin: 20px 0 0 0;
  width: 100%;
}

.product-details-image-info img {
  float: left;
  margin: 0 0 0 20px;
}

.product-details-info {
  float: right;
  width: 44%;
  margin: 0 20px 0 0;
}

.product-details-title {
  color: #000;
  font-size: 2em;
  font-weight: 300;
  margin: 20px 0 0 0;
  float: left;
  width: 100%;
}

.product-details-line {
  height: 2px;
  width: 100%;
  float: left;
  background-color: #000;
  margin: 40px 0 40px 0;
}

.product-details-info ul {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}

.product-details-info ul li {
  color: #000;
  display: inline-block;
  width: 200px;
  font-size: .9em;
}

.product-details-price-button {
  float: left;
  width: 100%;
}

.product-details-price-button p {
  float: left;
  margin: -8px 0 0 0;
  color: #000;
  font-size: 2.5em;
}

.button-details {
  float: right;
  border: 2px solid #fff;
  border-radius: 50px;
  font-size: .9em;
  text-transform: uppercase;
  padding: 9px 30px 10px 30px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.product-details-other-info {
  float: left;
  margin: 40px 0 40px 0;
  text-align: center;
  width: 100%;
}

.product-details-other-info h1 {
  color: #000;
  font-size: 1.9em;
  width: 80%;
  margin: 0 auto;
  text-transform: uppercase;
}

.product-details-other-info p {
  color: #000;
  width: 90%;
  margin: 20px auto;
  color: #4c4c4c;
  font-weight: 300;
}







/* Checkout */

.table-description {
  margin: 0 20px 0 20px;
  padding: 0;
  float: left;
  display: block;
  width: 96%;
  list-style: none;
}

.table-description li {
  display: inline-block;
  color: #000;
  font-size: .8em;
  float: left;  
}

.checkout-desc-product-id {
  width: 20%;
  margin-left: 20px;
}

.checkout-desc-product-name {
  width: 65%;
}

.checkout-desc-product-price {
  
}

.checkout-products {
  float: left;
  width: 96%;
  padding: 10px 20px 0 20px; 
}

.checkout-products ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  border: 1px solid #cacaca;
  border-radius: 5px;
}

.checkout-products ul li {
  display: inline-block;
  color: #000;
  margin: 15px 0 15px 0;
}

.checkout-product-id {
  width: 12%;
  padding: 0 0 0 40px;
}

.checkout-product-name {
  width: 73%;
}

.checkout-product-price {

}

.checkout-product-remove {
  float: right;
  padding: 0 20px 0 0;
}

.checkout-product-remove:hover {
  color: #db4040;
  cursor: pointer;
  text-decoration: underline;
}

.delivery-total {
  float: left;
  width: 96%;
  margin: 40px 20px 0 20px;
}

.delivery {
  width: 60%;
  float: left;
}

.delivery-input {
  width: 40%;
  float: left;
  margin: 0 10px 10px 0;
  height: 36px;
  border: 1px solid #cacaca;
  border-radius: 5px;
  outline: none;
}

.delivery-select {
  width: 44%;
  float: left;
  margin: 0 0 10px 0;
  height: 40px;
  border: 1px solid #cacaca;
  border-radius: 5px;
  outline: none;
  background-color: transparent;
}

.total-info {
  float: right;
  width: 40%;
}

.total-names {
  float: right;
  list-style: none;
  margin: 0;
}

.total-names li {
  color: #000;
  text-align: right;
}

.total-numbers {
  float: right;
  list-style: none;
  margin: 0;
}

.total-numbers li {
  color: #000;
  text-align: right;  
}

.submit-checkout-button {
  float: left;
  width: 100%;
  margin: 40px 0 80px 0;
  text-align: center;
}

.checkout-submit {
  height: 46px;
  border: 2px solid #45a83e;
  border-radius: 50px;
  font-size: .9em;
  text-transform: uppercase;
  padding: 9px 40px 10px 40px;
  text-decoration: none;
  color: #45a83e;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  background-color: transparent;
  margin: 0;
}

.checkout-submit:hover {
  color: #fff;
  background-color: #45a83e;
  cursor: pointer;
}

.checkout-submit:focus {
  outline: none;
}




.black-overlay2 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color:rgba(0, 0, 0, 0.6)
}

.vacation-block {
  margin: 15% auto 0;
  width: 700px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 1px 34px #000;
  text-align: center;
  padding: 40px 0 40px 0;
}

.vacation-block h1 {
  color: #000;
  text-transform: uppercase;
  margin: 0;
}

.vacation-block p {
  color: #000;
  margin: 10px 0 40px 0;
}




/* Thank you */

.black-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color:rgba(0, 0, 0, 0.6)
}

.thank-you-block {
  margin: 15% auto 0;
  width: 700px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 1px 34px #000;
  text-align: center;
  padding: 40px 0 40px 0;
}

.thank-you-block h1 {
  color: #000;
  text-transform: uppercase;
  margin: 0;
}

.thank-you-block p {
  color: #000;
  margin: 10px 0 40px 0;
}

/* Instructions block */
.instruction-block {
    float: left;
    width: 93.6%;
    margin: 0 3% 40px 3%;
    text-align: center;
    height: 60px;
    border: 2px solid #000;
    border-radius: 5px;
}

.instruction-block a {
    line-height: 57px;
    color: #000;
    text-decoration: none;
}

.instruction-block a:hover {
    text-decoration: underline;
}








@media screen and (min-width: 100px) and (max-width: 1000px) {
  .wrapper {
    width: 100%;
  }

  .header img {
    margin-left: 20px;
  }

  .shopping-cart-icon {
    float: none;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50px;
    font-size: .9em;
    text-transform: uppercase;
    padding: 0 30px 0 30px;
    line-height: 39px;
    margin: 17px 20px 0 20px;
  }

  .mobile-cart {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    height: 80px;
    z-index: 999999;
    background-color: #000;
    text-align: center;
  }

  .menu {
    display: none;
  }

  .menu-icon-mobile {
    display: inherit;
    float: right !important;
    margin: 30px 20px 0 0 !important;
    cursor: pointer;
  }

  .mobile-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 70%;
    background-color: #000;
  }

  .menu-mobile {
    margin: 20px 0 0 0 !important;
    width: 100%;
    text-align: center !important;
  }

  .menu-mobile li {
    display: table !important;
    width: 100%;
    margin: 0 !important;
    height: 40px;    
  }

  .menu-icon-mobile-opened {
    cursor: pointer;
    margin: 30px 0 0 20px !important;
  }

  .hero h1 {
    margin: 70px auto 0px;
  }

  .hero h2 {
    margin: 10px auto 70px;
  }

  .first-block {
    width: 94%;
    margin: 0 3% 0 3%;
  }

  .advert-block {
    width: 94%;
    margin: 20px 3% 0 3%;
  }

  .advert-left {
    width: 100%;
    margin: 0 0 20px 0;
    display: none;
  }

  .advert-left p {
    margin: 70px auto 0px;
  }

  .advert-right {
    width: 100%;
    display: none;
  }

  .contact-us-block {
    width: 94%;
    margin: 80px 3% 80px 3%;
  }

  .contact-info {
    width: 100%;
    text-align: center;
  }

  .contact-info ul {
    width: 100%;
  }

  .contact-message {
    width: 100%;
    margin: 40px 0 100px 0;
  } 

  .mini-shopping-cart {
    height: 75%;
    bottom: 80px;
    width: 100%;
    z-index: 3;
    box-shadow: none;
  }

  .first-block-main {
    width: 94%;
    margin: 80px 3% 0 3%;
  }

  .product {
    width: 100%;
  }

  .product p {
    width: 94%;
    padding: 0 3% 0 3%;
  }

  .product-details-image-info img {
    float: left;
    margin: 0 3% 0 3%;
    width: 94%;
  }

  .product-details-info {
    float: left;
    width: 94%;
    margin: 0 3% 0 3%;
  }

  .checkout-desc-product-name {
    width: 55%;
  }

  .checkout-products {
    width: 94%;
    padding: 10px 3% 0 3%;
  }

  .checkout-products ul li {
    margin: 10px 0 10px 0;
  }

  .checkout-product-id {
    width: 12%;
  }

  .checkout-product-name {
    width: 55%;
  }

  .checkout-product-id {
    width: 12%;
    float: left;
  }

  .checkout-product-price {
    float: right;
    margin: 10px 3% 0 0 !important;
  }

  .delivery-total {
    width: 94%;
    margin: 40px 3% 0 3%;
  }

  .delivery {
    width: 104%;
  }

  .delivery-input {
    width: 42%;
  }

  .delivery-select {
    width: 47.2%;
  }

  .total-info {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
  }
}


}