#cover {
  height: 80px;
  margin-bottom: 10px; 
  background-color: #FFF;
}

#cover .logo {
  background-image: url('../cart-img/kolo-logo-1.jpg');
}

#cover2 {
  height: 80px;
  margin-bottom: 10px;
  background-color: #FFF;
}

#cover2 .logo {
  background-image: url('../cart-img/kolo-logo-1.jpg');
}

h2.big-light {
  margin-top: 0; 
  font-size: 34px; 
  line-height: 1em;
  font-weight: 300;
}

h2.quite-big-light {
  margin-top: 0;
  font-size: 30px;
  line-height: 1em;
  font-weight: 300;

}


#products .item .price {
  top: auto;
  left: auto;
  bottom: -32px;
  right: 32px;
  width: 145px;
}


#cart-products-table {
  width: 100%; 
  border-collapse: collapse;
}

#cart-products-table button,
#product-intros button {
  background-color: #FFF;
  border: 0px;
}


#cart-products-table th {
  text-align: left;
  font-weight: normal;
  font-size: 13px;
}

#cart-products-table td {
  font-weight: bold;
  padding-top: 40px;
}

#cart-products-table .cart-right {
  text-align: right;
  width: 25%;
  white-space: nowrap;
}

#cart-products-table td.cart-right {
  font-size: 42px;
  line-height: 42px;
  /* padding-top: 1px; */
  padding-bottom: 0px;
  vertical-align: -9px;
}

#cart-products-table .cart-right2 {
  white-space: nowrap;
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 0px;
  vertical-align: top;
}

#cart-products-table tr.cart-border-top td {
  border-bottom: 1px solid #000;
  padding-top:30px;
}

#cart-products-table .quantity,
.quantity {
  font-size: 42px;
  line-height: 42px;
  font-weight: bold;
  /* width: 25px;  */
  display: inline-block;
  text-align:center; 
  vertical-align: -9px;
}

#cart-products-table .eur {
  font-size: 19px;
  vertical-align: 7px;
}

#cart-products .note {
  font-size: 15px;
  font-weight: normal;
}

#feedback_error {
  padding: 30px;
  margin-bottom: 40px;
}

#cart-customer .cleft, #cart-customer .cright {
  float: left; 
  width: 48%; 
  background-color: white; 
  margin-bottom: 10px;
  padding: 10px;
}

#cart-customer .cleft {
  margin-right: 4%;
}

#cart-customer .cleft.toprow1, #cart-customer .cright.toprow1 {
  background-color: transparent;
  padding: 0;
}

#cart-customer .toprow1-container {
  margin-bottom: 30px;
}

#cart-customer input {
  border-radius: 0px;
}

.cart-button-container {
  width: 100%; 
  text-align: center;
  margin-top: 30px;
}

.cart-button {
  border: 4px solid #000; 
  background-color: transparent; 
  padding: 15px; 
  font-size: inherit;
  font-weight: bold;
  line-height: 1em;
  min-width: 175px;
}

div.site-toimitusehdot > div {
  margin-bottom: 30px;
}

.alert {
  border-radius: 0px;
}



#social-right-top a {
  color: #000;
  font-size: 17px;
  font-weight: bold;
}

#cover .social a:hover {
  background-color: rgba(100, 100, 100, .1);
}

a:focus, a:hover {
 color: inherit;
 text-decoration: none;
}



/* carousel begin */

.carousel-custom {
    margin: 20px auto;
    width: 100%;
}
.carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
.carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
.carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
    width: 60px;
}
.carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
.carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
.carousel-custom .carousel-outer {
    position: relative;
}

/* carousel end */

#intro2 {
  margin-top: 30px;
}

#products2 {
  margin-top: 40px;
  margin-bottom: 55px;
}

#products2 h3 {
  font-size: 19px;
  line-height: 26px;
  letter-spacing: 0px;
  font-weight: 700;
}

#products2 p {
  font-size: 16px;
  width: 80%;
  min-width: 300px;
}

#products2 .price {
    position: absolute;
    z-index: 2;
    background-color: #22242f;
    color: #fff;

    top: auto;
    left: auto;

    padding-top: 3px;
    padding-bottom: 11px;
    padding-right: 19px;
    padding-left: 15px;

    font-size: 53px;
    line-height: 53px;

    bottom: -39px;
    right: 39px;

    vertical-align: text-top;
}

#products2 .price .eur {
  line-height: 53px;
  font-size: 24px;
  vertical-align: 20px;
}



a.product-details {
  text-decoration: none; 
  font-size: 16px;
  color: #666;
}

a.product-details :hover {
  color: #000;
}

a.product-details .glyphicon {
  font-size: 14px; 
  margin-right: 6px;
}

table.product-details {
  font-size: 16px;
}

table.product-details td {
  padding: 1px 4px;
  white-space: nowrap;
}

table.product-details tr.pad-top td {
  padding-top: 10px;
}

#grid.cart-customer-container .item.wide {
  padding: 50px;
}

#grid.cart-customer-container div.required label::after {
  content: "";
}


#cart-customer .form-control {
  border-color: #e5e5e5;
}

#contact-info-header {
  margin-bottom: 40px;
}


#footer
{
  font-size: 16px;
  line-height: 22px;
  color: #888586;
  padding: 50px 0;
}


#cart-customer2 {
  padding: 4%; 
  background-image: url('/cart-img/bg-wood-1.jpg'); 
  background-repeat: repeat-y;
}

@media only screen and (max-width: 800px) {
  #cart-customer .cleft, #cart-customer .cright {
    width: 100%;
  }

  #social-right-top {
    display: none;
  }

  #logo2 {
    display:inline;
  }

  #products2 h3 {
    font-size: 21px;
  }

  #products2 p {
    font-size: 19px;
  }

  #cart-customer2 {
    padding-top: 30px;
  }

}

@media only screen and (min-width:768px) {
  
  .cart-quantity {
    width: 80px; 
    display: inline-block;
  }
}

@media only screen and (max-width: 959px) {

  h2.big-light {
    font-size: 36px;
  }

  h2.quite-big-light {
    font-size: 24px;
  }


}

@media only screen and (min-width:960px) and (max-width: 1100px) {


}

@media only screen and (min-width:68px) and (max-width: 991px) {

  #products2 .price {
    padding: 7px;
    font-size: 16px;
    line-height: 16px;

    bottom: -16px;
    right: 16px;
  }

  #products2 .price .eur {
    line-height: 12px;
    font-size: 12px;
    vertical-align: 3px;
  }


}

@media only screen and (min-width:992px) and (max-width: 1100px) {

  #products2 .price {
    padding: 10px;
    font-size: 30px;
    line-height: 30px;

    bottom: -24px;
    right: 24px;
  }

  #products2 .price .eur {
    line-height: 30px;
    font-size: 20px;
    vertical-align: 7px;
  }

}

@media only screen and (min-width:1101px) and (max-width: 1200px) {

  #products2 .price {
    padding: 10px;
    font-size: 30px;
    line-height: 30px;

    bottom: -24px;
    right: 24px;
  }

  #products2 .price .eur {
    line-height: 30px;
    font-size: 20px;
    vertical-align: 7px;
  }


}

@media only screen and (max-width: 768px) {

  #cart-products-table th {
    text-align: left;
    font-weight: normal;
    font-size: 13px;
  }
  
  #cart-products-table td {
    font-weight: bold;
    font-size: 16px;
    padding-top: 20px;
  }
  
  #cart-products-table .cart-right {
    text-align: right;
    width: 25%;
    white-space: nowrap;
  }
  
  #cart-products-table td.cart-right {
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 0px;
    vertical-align: -9px;
  }
  
  #cart-products-table .cart-right2 {
    white-space: nowrap;
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0px;
    vertical-align: top;
  }
  
  #cart-products-table tr.cart-border-top td {
    border-bottom: 1px solid #000;
    padding-top:20px;
  }
  
  #cart-products-table .quantity,
  .quantity {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    /* width: 25px; */
    display: inline-block;
    text-align:center;
    vertical-align: -2px;
  }
  
  #cart-products-table .eur {
    font-size: 16px;
    vertical-align: 2px;
  }

}

#header1 {
  /* margin-top: 30px; */
  /* margin-bottom: 30px; */
}


.lang-selection {
  /* position: absolute;
  right: 15px;
  top: 15px;
  */
  text-align:right;
  color: white;
  padding: 15px;
  padding-bottom: 0px;
}

.lang-selection a {
  margin-left: 5px;
  /* border: 1px solid #666; */
}

.lang-selection a:hover {
  /* border: 1px solid #EEE; */
}

.lang-selection img {
  display: inline;
  padding: 2px;
  /* border: 1px solid #666; */
}

.container-first {
  /* background-image: url("/images/joulukal/jk-bg-desktop-main-02.jpg"); */
  background-color: #850E14;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: -15px;
  margin-left: -15px;
}

@media only screen and (max-width: 768px) {
  .container-first {
    /* background-image: url("/images/joulukal/jk-bg-mobile-main-01.jpg"); */
    background-position: bottom;
  }
}

#cart-products-table table.delivery-selection th {
  width: 30px;
}

#cart-products-table table.delivery-selection td {
  vertical-align: top;
  padding-top: 8px;
  font-weight: normal;
}

button.my-payment-button {
  width: 140px;
  height: 85px;
  background: transparent;
  border-width: 1px;
  border-radius: 6px;
  border-color: #D9DCE1;
  padding: 10px;
}

button.my-payment-button img {
  max-width: 120px;
}

