.template-is-page_giftcards .header
{
	margin-top: -40px;
	text-align: center;
}
.template-is-page_giftcards img{border-radius: 10px;}
.template-is-page_giftcards .mob
{
	display: none;
}
.template-is-page_giftcards .card-form
{
	margin-top: 50px;
}
.template-is-page_giftcards .card-form .content
{
	margin-top: 64px;
}
.template-is-page_giftcards .rules
{
	border: 1px solid #cccccc;
	padding: 20px;
}
.template-is-page_giftcards .rules h5, .template-is-page_giftcards h2
{
	font-size: 24px;
	font-family: 'Gotham Pro Medium';
	margin: 20px 0 27px;
}
.template-is-page_giftcards .summ
{
	padding-bottom: 25px;	padding-left: 0; list-style: none;
}
.template-is-page_giftcards .summ li:not(#other)
{
	display: inline-block;
	border-radius: 10px;
	background: #E9EDF3;
	width: 15%;
	color:#646B71;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
}
.template-is-page_giftcards .summ li:not(#other).active
{
	background: #FF9139;
	color: #fff; 
}
.template-is-page_giftcards .summ li:last-child
{	
	width: 35%; display: inline-block;
}
.template-is-page_giftcards .summ li#other input{border: 1px solid #D0D0D0;}
.template-is-page_giftcards .summ li:marker{display: none;}
.template-is-page_giftcards .card-form input 
{
	margin-bottom: 25px;	
	line-height: 40px;
	padding: 0 0 0 16px;
	border: 1px solid #D0D0D0;
	font-size: 14px;	
  width: 95%;
	border-radius: 8px;
}
.template-is-page_giftcards ::placeholder{color:#7C879B}
.template-is-page_giftcards .summ li input
{	
	font-size: 14px;
	width: 100%;
    border: none;
    text-align: left;
	line-height: 38px;
	margin-top: 0;
	margin-bottom: 0;	
	padding:0;
	padding-left: 16px;
}
.template-is-page_giftcards textarea
{
	line-height: 40px;
	height: 40px;
	padding-left: 20px;
	font-size: 14px;
	width: 97%;
	border: 1px solid #D0D0D0;
	border-radius: 8px;
}
.template-is-page_giftcards .card-form h5
{
	font-size: 18px;
	margin-bottom: 25px;
}
.chbxct
{
	display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chbxct input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #D0D0D0;
	border-radius: 4px;
}
.chbxct:hover input ~ .checkmark {
  border: 2px solid #FF9139;
}
.chbxct input:checked ~ .checkmark {
  border: 2px solid #FF9139;
	background: #FF9139;
}
.checkmark:after {
 	content: "";
  position: absolute;
  display: none;
}
.chbxct input:checked ~ .checkmark:after {
  display: block;content: "";
}
.chbxct .checkmark:after {
  left: 3px;
  top: 4px;
  width: 10px;
  height: 8px;
	background: url(checkw.png) no-repeat; 
}
.template-is-page_giftcards .rules p
{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
	color: #000; 
}
.template-is-page_giftcards .rules p.note
{
	color:#636363;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 15px;
}
#giftcard_send
{
	width: 100%;
	background: #FF9139;
	text-align: center;
	line-height: 48px;
	border-radius: 8px;
	font-size: 16px;
	color: #fff;
	margin-bottom: 30px;
	cursor: pointer; 
}
.sticky1
{
	padding-top: 20px;
  position: -webkit-sticky;
  position: sticky;
	display: block;
  top: 230px;
  z-index: 2;
	background:#fff;
}
.template-is-page_giftcards .design img
{
	border-radius: 35px;
	border: 1px solid #fff;
	cursor: pointer;
	width: 240px;
}
.template-is-page_giftcards .design img:hover, .template-is-page_giftcards .design img.active
{
	border: 1px solid #009ee2;
}
.template-is-page_giftcards .slick-prev:before, .template-is-page_giftcards .slick-next:before
{
	display: none;
}
.template-is-page_giftcards .slick-prev, .template-is-page_giftcards .slick-next
{
	width: 12px;
	height: 22px;
	background: url(totheright.png);
	right: 10px;
}
.template-is-page_giftcards .slick-prev
{
	background: url(totheleft.png);
	left: 10px;
	z-index: 1;
}
#other
{
	position: relative;
}
#other p
{
	position: absolute;
  right: 0;
  left: -52px;
  top: -52px;
  font-size: 12px;
	line-height: 16px;
}
@media (max-width: 480px) { 
.template-is-page_giftcards .mob
{
	display: block;
}
.template-is-page_giftcards .card-form {
    margin-top: 10px;
}
.template-is-page_giftcards .mob .header
{
	text-align: left;
	overflow: hidden;
	margin-top: 0;
}
.template-is-page_giftcards .summ li
{
	width: 49%;
	margin: 5px 0;
}
.template-is-page_giftcards .summ li:last-child
    {
        width: 99%;
    }
.template-is-page_giftcards .card-form input[type=text]
  {
  		width: 99%;
  }
.template-is-page_giftcards .card-form input#anonim
  {
  		width: 10%;
  }
.template-is-page_giftcards .rules
{
	background: #fff;
	border: 2px solid #fff;
	padding: 0; 
}
.template-is-page_giftcard .design img
{
	width: 100%;
}
#other p
{
    top: -152px; 
}
}

#alert-modal
{
	position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    z-index: 10001;
    display: none;
    background-color: #fff;
    padding: 0;
	font-size: 16px;
	min-width: 400px;
	padding: 20px 30px;
	border: 1px solid #ebebeb;
}
#alert-modal .closemsg
{
	float: right;
	margin-top: 2px;
    height: 14px;
    width: 14px;
    background: url(closex.png);
    font-size: 18px;
}
.form_shadow{position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 9998;
    top: 0px;
    left: 0px;}
.mob{display: none;}
input{outline:none !important}
.rules p{font-family: 'Gotham Pro Medium'; font-size: 14px;}
.rules p span:not([data-summ]), .rules p span:not([data-free]){font-family: 'Gotham Pro Regular';}
[data-summ], [data-free]{position: absolute; right: 20px; font-family: Arial, Helvetica, sans-serif !important; font-weight: 700 !important;} 
[data-free]{color:#FF9139}  
@media (max-width: 480px) { 
.template-is-page_giftcards .summ li:not(#other){width: 23.5%;}
.template-is-page_giftcards .card-form .content {
    margin-top: 40px;
}
}
