﻿


.product-details{
	overflow:hidden;
}


#similar-product {
  margin-top: 40px;
}


#reviews {
  padding-left: 25px;
  padding-right: 25px;
}

.product-details {
  margin-bottom: 40px;
  overflow: hidden;
  margin-top: 10px;
}



.view-product {
  position: relative;
}

.view-product img {
  border: 1px solid #F7F7F0;
 max-height:350px;
}

.view-product h3 {
  background: #29aae3;
  bottom: 0;
  color: #FFFFFF;
 font-family: Titillium Web;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 8px 20px;
  position: absolute;
  right: 0;
}

#similar-product .carousel-inner .item{
	padding-left:0px;
}

#similar-product .carousel-inner .item img {
  display: inline-block;
  margin-left: 15px;
}

.item-control {
  position: absolute;
  top: 35%;
}
.item-control i {
  background: #29aae3;
  color: #FFFFFF;
  font-size: 20px;
  padding: 5px 10px;
}

.item-control i:hover{
	background:#ccccc6;
}




.product-information {
  border: 1px solid #F7F7F0;
  overflow: hidden;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-top: 0px;
  position: relative;
}

.newarrival{
	position:absolute;
	top:0;
	left:0
}

.product-information h2 {
  color: #363432;
 font-family: Titillium Web;
  font-size: 20px;
  margin-top: 0;
}


.product-information h3 {
  background: #29aae3;
  color: #FFFFFF;
 font-family: Titillium Web;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 8px 20px;

}



.product-information p {
  color: #696763;
 font-family: Titillium Web;
  margin-bottom: 5px;
}

.product-information span {
  display: inline-block;
  margin-bottom: 8px;
  margin-top: 18px;
}

.product-information span span {
  color: #29aae3;
  float: left;
 font-family: Titillium Web;
  font-size: 30px;
  font-weight: 700;
  margin-right: 20px;
  margin-top: 0px;
}
.product-information span input {
  border: 1px solid #DEDEDC;
  color: #696763;
font-family: Titillium Web;
  font-size: 20px;
  font-weight: 700;
  height: 33px;
  outline: medium none;
  text-align: center;
  width: 50px;
}

.product-information span label {
  color: #696763;
 font-family: Titillium Web;
  font-weight: 700;
  margin-right: 5px;
}

.share {
  margin-top: 15px;
}


.cart {
  background: #29aae3;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
 font-family: Titillium Web;
  font-size: 15px;
  margin-bottom: 10px;
  margin-left: 20px;
}





#reviews ul {
  background: #FFFFFF;
  border: 0 none;
  list-style: none outside none;
  margin: 0 0 20px;
  padding: 0;
}

#reviews  ul  li {
	display:inline-block;
}

#reviews ul li a {
  color: #696763;
  display: block;
  font-family: Titillium Web;
  font-size: 14px;
  padding-right: 15px;
}

#reviews ul li a i{
	color:#29aae3;
	padding-right:8px;
}

#reviews ul li a:hover{
	background:#fff;
	color:#29aae3;
}

#reviews p{
	color:#363432;
}

#reviews  form span {
  display: block;
}

#reviews form span input {
  background:#F0F0E9;
  border: 0 none;
  color: #A6A6A1;
 font-family: Titillium Web;
  font-size: 14px;
  outline: medium none;
  padding: 8px;
  width: 48%;
}
#reviews form span input:last-child {
  margin-left: 3%;
}

#reviews textarea {
  background: #F0F0E9;
  border: medium none;
  color: #A6A6A1;
  height: 195px;
  margin-bottom: 25px;
  margin-top: 15px;
  outline: medium none;
  padding-left: 10px;
  padding-top: 15px;
  resize: none;
  width: 99.5%;
}

#reviews button {
  background: #29aae3;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
 font-family: Titillium Web;
  font-size: 14px;
}




* {box-sizing: border-box}





/* Style tab links */


.tablink {
font-family: Titillium Web;
  background-color: #29aae3;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 15px;
  width: 33%;
}

.tablink:hover {
  background-color: #29aae3;
}



.tabcontent {
font-family: Titillium Web;
  color: black;
  display: none;
  padding: 100px 20px;
  height: 100%;
}

#Home {background-color:#fff;}
#News {background-color: #fff;}
#Contact {background-color: #fff;}


