/* Gifts-sertificates*/
#form-gift-send{
	width: 350px;
	float: left;
}
#form-gift-send input,
#form-gift-send textarea{
	width: 320px;
}
.box-form-gift{
	overflow: hidden;
}
.form-img{
	width: 300px;
	float: right;
}
.col650 {
    width: 650px;
    float: left;
    margin: 0 15px 0 15px;
}
#order-div,
#oplata-div{
	width: 600px;
}
#order-div p,
#oplata-div p{
	font-size: 14px;
    margin-bottom: 15px;
    text-indent: 20px;
}
.btn-gifts{
	margin-left: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
	overflow: hidden;
	clear: both;
}
.btn-gifts span,
.btn-gifts a.gifts-home,
.btn-gifts a.gifts-page{
	color: #fff;
	text-decoration: none;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 15px;
    padding: 9px 7px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	border: 1px solid #24b0d9;
	background: #24b0d9;
	float: left;
}
.btn-gifts a.gifts-home,
.btn-gifts span{
	border: none;
    background: #fff;
    font-size: 15px;
	color: #24b0d9;
}
.btn-gifts a.gifts-page{
	float: right;
}
.btn-gifts a.gifts-page:hover{
	background: #f9f9f9;
	color: #24b0d9;
}
.btn-gifts a.gifts-home:hover{
	color: #24b0d9;
	text-decoration: underline;
	background: #fff;
}
.gift-main-photo{
	float: left;
	height: 240px;
	margin-right: 10px;
}
#form-gift-send input[type=submit]{
	color: #fff;
	background: #24b0d9;
	border: 1px solid #24b0d9;
	font-size: 15px;
    padding: 9px 7px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	cursor: pointer;
}
#form-gift-send input[type=submit]:hover{
	background: #f9f9f9;
	color: #24b0d9;
}
#form-gift-send span{
	color: red;
	font-size: 17px;
}
label.error{
	width: 100%;
	color: #fff;
	background: #c00;
	display: block;
}
.gift-container{
	float: right;
    width: 340px;
	padding-bottom: 10px;
}
.box-form-gift h2{
	font-size: 30px;
    font-family: 'Roboto Condensed',sans-serif;
    margin: 0 0 15px 0;
    line-height: 30px;
	color: #24b0d9;
	text-align: center;
}
.gift-main{
	overflow: hidden;
	border: 1px solid #666;
	background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #e3e2e2;
    margin-bottom: 30px;
	margin-left: 10px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.50);
    -moz-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.50);
    box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.50);
}
.gift-main h1, .gift-main h2{
	color: #4b9fc5;
}
.gift-container .gift-link{
	float: right;
    margin-right: 10px;
    color: #fff ;
	text-decoration: none;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background: #17b0da;
    border: 0;
    text-decoration: none;
    white-space: nowrap;
    padding: 9px 20px;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
	margin-top: 10px;
}
.gift-container p{
	margin-top: 10px;
}
.gift-container p img{
	vertical-align: middle;
}
a.gift-link:hover{
	color: #fff;
	background: #32c2ea;
}
.gift-main-lead{
  margin: 5px 0 0 0;
  font-size: 14px;
  display: none;
  /*display: inline;
  height: 50px;
  overflow: hidden;*/
}

.gift-main-comp{
	margin: 0 0 0 0;
  font-size: 14px;
  display: inline-block;
}
.gift-container a.gift-more,
.gift-container a.gift-hide{
	color: #4b9fc5;
	font-size: 14px;
	display: inline;
	text-decoration: none;
}
.gift-container a.gift-hide{
	display: none;
}
.gift-container a.gift-more:hover,
.gift-container a.gift-hide:hover
{
	text-decoration: underline;
}
.price-gift-box span{
	background-color: #e0e0e0;
    display: inline-block;
    float: left;
    position: relative;
    height: 34px;
	line-height: 34px;
    text-align: center;
    margin-right: 13px;
    margin-top: 0px;
    width: 60px;
}
.price-gift-box span:after{
	content: '';
    position: absolute;
    right: -18px;
    top: 7px;
    border: 10px solid transparent;
    border-left: 10px solid #e0e0e0;
}
.price-gift-box{
	border: 1px solid #e0e0e0;
    display: inline-block;
	float: left;
    line-height: 34px;
    background: #fff;
	 -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	width: 140px;
	font-size: 15px;
	margin-top: 10px;
}
.cat-main-comp{
	font-weight: bold;
	margin-top: 5px;
}