[data-theme-template="page.giftcards"] article{margin-top: 100px;font-family: 'Jost', sans-serif;}
[data-theme-template="page.giftcards"] .header
{
	margin-top: -40px;
	text-align: center;
}
[data-theme-template="page.giftcards"] img{max-width: 100%; }
[data-theme-template="page.giftcards"] .mob
{
	display: none;
}
[data-theme-template="page.giftcards"] .card-form
{
	margin-top: 50px;
}
[data-theme-template="page.giftcards"] .rules
{
	border: 1px solid #cccccc;
	padding: 20px;
}
[data-theme-template="page.giftcards"] .rules h5, [data-theme-template="page.giftcards"] h2
{
	font-size: 24px;
	margin: 20px 0 30px;text-transform: none !important;
}
[data-theme-template="page.giftcards"] .summ
{
	padding-bottom: 25px;
	padding-left: 0;
}
[data-theme-template="page.giftcards"] .summ li
{
	display: inline-block;
	border: 1px solid #cccccc;
	width: 15%;
	color:#010101;
	font-size: 18px;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
}
[data-theme-template="page.giftcards"] .summ li.active
{
	border: 2px solid #000;
}
[data-theme-template="page.giftcards"] .summ li:last-child
{	
	width: 35%;
}
[data-theme-template="page.giftcards"] .card-form input
{
	margin-bottom: 25px;	
	line-height: 14px;
	padding: 13px 0 13px 20px;
	border: 1px solid #cccccc;
	font-size: 14px;	
    width: 70%;
}
[data-theme-template="page.giftcards"] .summ li input
{	
	font-size: 14px;
	border: none;
	width: 100%;
    border: none;
    text-align: center;
	line-height: 14px;
	margin-top: 0;
	margin-bottom: 0;	
	padding: 12px 0 12px;
}
[data-theme-template="page.giftcards"] textarea
{
	height: 135px;
	padding: 20px;
	font-size: 18px;
	width: 96%;
	border: 1px solid #cccccc;
}
[data-theme-template="page.giftcards"] .card-form h5
{
	font-size: 18px;
	margin-bottom: 25px;text-transform: none !important;
}
.chbxct
{
	display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -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 #ccc;
}
.chbxct:hover input ~ .checkmark {
  border: 2px solid #2196F3;
}
.chbxct input:checked ~ .checkmark {
  border: 2px solid #2196F3;
}
.checkmark:after {
 	content: "";
  position: absolute;
  display: none;
}
.chbxct input:checked ~ .checkmark:after {
  display: block;content: "";
}
.chbxct .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #2196F3;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
[data-theme-template="page.giftcards"] .rules p
{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
	color: #000;
}
[data-theme-template="page.giftcards"] .rules p.note
{
	color:#636363;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 15px;
}
#giftcard_send
{
	width: 100%;
	background: #0077b8;
	text-transform: uppercase;
	text-align: center;
	line-height: 45px;
	font-size: 18px;
	color: #fff;
	margin-bottom: 30px;
	cursor: pointer;font-family: 'Jost', sans-serif;
}
.sticky1
{
	padding-top: 20px;
    position: -webkit-sticky;
    position: sticky;
	display: block;
    top: 110px;
  	z-index: 2;
	background:#fff;
}
[data-theme-template="page.giftcards"] .design img
{
	border-radius: 35px;
	border: 1px solid #fff;
	cursor: pointer;
	width: 240px;
}
[data-theme-template="page.giftcards"] .design img:hover, [data-theme-template="page.giftcards"] .design img.active
{
	border: 1px solid #009ee2;
}
[data-theme-template="page.giftcards"] .slick-prev:before, [data-theme-template="page.giftcards"] .slick-next:before
{
	display: none;
}
[data-theme-template="page.giftcards"] .slick-prev, [data-theme-template="page.giftcards"] .slick-next
{
	width: 12px;
	height: 22px;
	background: url(totheright.png);
	right: 10px;
}
[data-theme-template="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) { 
	[data-theme-template="page.giftcards"] article {
    margin-top: 60px;
    font-family: 'Jost', sans-serif;
}
[data-theme-template="page.giftcards"] .mob
{
	display: block;
}
[data-theme-template="page.giftcards"] .card-form {
    margin-top: 10px;
}
[data-theme-template="page.giftcards"] .mob .header
{
	text-align: left;
	overflow: hidden;
	margin-top: 55px;
	display: block;
}
[data-theme-template="page.giftcards"] .summ li
{
	width: 49%;
	margin: 5px 0;
}
[data-theme-template="page.giftcards"] .summ li:last-child
    {
        width: 99%;
    }
[data-theme-template="page.giftcards"] .card-form input[type=text]
  {
  		width: 99%;
  }
[data-theme-template="page.giftcards"] .card-form input#anonim
  {
  		width: 10%;
  }
[data-theme-template="page.giftcards"] .rules
{
	background: #ebebeb;
	border: 2px solid #ebebeb;
}
.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(close1.png);
    font-size: 18px;
}
input{outline:none !important}
