@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
body{
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
	padding-top: 100px;
}
textarea:focus,
button:focus,
input:focus{
	box-shadow: none !important;
	outline: none;
}
header{
	background: #f2f2f2;
	background: rgba(242,242,242,0.9);
	margin: 0 0 40px;
	line-height: 60px;
	height: 60px;
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
}
header h1{
	color: #000;
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	line-height: 60px;
}
header h1 a,
header h1 a:hover{
	color: #616161;
	font-size: 1.4em;
	font-size: 1.2em;
    display: inline-block;
    width: 60px;
    width: 48px;
}
.top-links{
	list-style-type: none;
	/*min-width: 180px;*/
	margin: 0;
}
.top-links li{
	display: inline-block;
}
.top-links li a{
	display: block;
	/*font-size: 35px;*/
	font-size: 24px;
	color: #616161;
	line-height: 60px;
}
.top-links li a i{
	font-size: 1.2em;
	margin-top: 16px;
	display: inline-block;
}
.btn-lang{
	position: relative;
	top: -4px;
}
body:before{
	content: '';
	display: none;
	width: 100vw;
	height: 1px;
	background: lime;
	position: absolute;
	left: 0;
	top: 16px;
	z-index: 9999999999999999;
}
.page h2{
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 20px;
	font-weight: 700;
}
.page p.description{
	font-size: 16px;
	line-height: 23px;
	margin: 0 0 40px;
}
.btn-category{
	border-radius: 0px;
	padding: 15px 40px;
	font-size: 16px;
	font-weight: 700;
	background-color: #fff;
	color: #616161;
    border-color: #616161;
    -webkit-transition: all 0.5s ease;
    	-moz-transition: all 0.5s ease;
    	transition: all 0.5s ease;
}
.sort-category.active,
.btn-category:hover{
	background-color: #f2f2f2;
}
.sort-category:focus{
	outline: none;
	box-shadow: none;
}
.mr-20{
	margin-right: 20px;
}
.page .voucher-page,
.page .voucher-list{
	padding-top: 40px;
	padding-bottom: 40px;
}
.page .voucher-page a{
	color: #212529;
	display: inline-block;
	margin: 0 25px 25px 0;
	text-decoration: underline;
}
.conditions.custom-check{
	margin-top: 15px;
	/*margin-bottom: -15px;*/
	display: block;
}
.conditions.custom-check a{
	color: #212529;
	display: inline-block;
	text-decoration: underline;
}
.conditions.custom-check.error-red span{
	border-color: red;
}
.conditions.custom-check.error-red{
	color: red;
}
.conditions.custom-check.error-red a{
	color: red;
}
.page .voucher-list .product{
	background: #f2f2f2;
	display: block;
	margin: 0 0 30px;
	padding: 0 10px 10px;
	padding: 0 10px 0;
	-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease;
}
.page .voucher-list .product:hover{
	/*-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.35);*/
    /*border: 2px solid #616161;*/
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}
.page .voucher-list.location-list .product{
	border: 5px solid #f2f2f2;
}
.page .voucher-list.location-list .product h4{
	min-height: 46px;
}
.page .voucher-list.location-list .product:hover .row img{
	position: relative;
	/*left: 10px;*/
	/*position:absolute;*/
    -webkit-animation:linear infinite;
    -webkit-animation-name: run;
    -webkit-animation-duration: 1s;
}
@-webkit-keyframes run {
    0% { left: 0;}
    100%{ left : calc(100% - 30px);}
    /*100%{ left: 0;}*/
}
.page .voucher-list .product > img{
	display: block;
    width: calc(100% + 20px);
    margin: 0 -10px 10px;
}
.page .voucher-list .product h4{
	font-size: 16px;
	line-height: 23px;
	/*min-height: 46px;*/
	/*min-height: 70px;*/
	color: #000;
	margin: 0;
	font-weight: 700;
}
.page .voucher-list .product p{
	color: #616161;
	margin: 0;
	font-size: 24px;
	/*line-height: 60px;*/
	font-weight: 700;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
}
a,a:hover{
	text-decoration: none;
}
.page .voucher-page img.voucher-img{
	display: block;
	width: 100%;
}
.page .voucher-page h3{
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 20px;
	font-weight: 700;
}
.page .voucher-page p,
.page .voucher-page h4{
	font-size: 16px;
	line-height: 23px;
	margin: 0 0 30px;
}
.page .voucher-page p{
	margin: 0;
}
.page .voucher-page ul{
	margin: 0;
	padding-left: 20px;
}
.page .voucher-page ul li{
	font-size: 16px;
	line-height: 23px;
	margin: 0;
}
.page .voucher-page h5{
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	margin: 0 0 40px;
	margin: 0 0 25px;
	color: #616161;
}
.page .voucher-page label{
	display: block;
}
.page .voucher-page select option{
	font-weight: 700;
}
.page .voucher-page select{
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	margin: 0 0 30px;
	color: #616161;
	border: 1px solid #616161;
	border-radius: 0;
	padding: 12px 0;
	padding-left: 12px;
	padding-right: 40px;
	/*min-width: 325px;*/
	width: auto;
	display: inline-block;
	-webkit-appearance: none;
	background: #FFF url('../img/caret.png') no-repeat right 10px center;
}
.page .voucher-page input[type=number],
.page .voucher-page input[type=text]{
	min-width: 325px;
	width: auto;
	display: inline-block;
	margin: 0 0 40px;
	border-radius: 0;
	border: 1px solid #616161;
	padding: 0 12px;
	height: 56px;
	font-size: 24px;
	font-weight: 700;
}
.add-to-cart{
	background: #FFF url('../img/next1.png') no-repeat right center;
	padding-right: 60px;
	font-size: 16px;
	border-color: #616161;
	padding-left: 20px;
}
.personalize{
	padding-top: 40px;
	padding-bottom: 40px;
	background: #f2f2f2;
}
.personalize h4{
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	margin: 0 0 20px
}
.personalize label{
	font-size: 16px;
	line-height: 23px;
	margin: 0;
}
.personalize input{
	margin: 0 0 20px;
	border-color: #616161;
	min-height: 40px;
	border-radius: 0;
}
.personalize textarea{
	margin: 0 0 40px;
	border-color: #616161;
	min-height: 85px;
	border-radius: 0;
}
.personalize button{
	/*background-color: #FFF;*/
}
.modal.modal-voucher .modal-dialog .modal-content{
	border-radius: 0;
	border: none;
	padding: 0;
}
.modal.modal-voucher .modal-dialog .modal-body{
	padding: 0;
}
.modal.modal-voucher iframe{
	border: none;
	width: 99.8%;
	min-height: 80vh;
	overflow-x: hidden;
}
footer{
	padding: 40px 0;
}
footer .dropdown-menu{
	min-width: 0;
}
footer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
footer ul li{
	display: block;
}
footer ul li a{
	display: block;
	width: 100;
	line-height: 30px;
	color: #616161;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 15px;
}
footer ul li a:hover{
	background: #f2f2f2;
	color: #616161;
}
footer ul li a span{
	display: inline-block;
	margin-right: 5px;
}
.btn-back{
	border: 1px solid #616161;
	display: inline-block;
}
.btn-back:hover{
	background: #f2f2f2;
}
.btn-lang .btn{
	outline: none;
	font-weight: 700;
	font-size: 16px;
	color: #616161;
	text-transform: uppercase;
}
.btn-lang .btn:focus{
	outline: none;
	box-shadow: none;
}
.btn-lang .lang-drop{
	min-width: 60px;
	margin: 10px 0 0;
	padding: 0;
	border-radius: 0;
	border-color: #616161;
}
.btn-lang .lang-drop ul{
	padding: 0;
}
.btn-lang .lang-drop li{
	display: block;
}
.btn-lang .lang-drop li a{
	font-weight: 700;
	color: #616161;
	line-height: 32px;
	display: block;
	text-align: center;
	text-transform: uppercase;
}
.btn-lang .lang-drop li a:hover{
	background: #f2f2f2;
}
.mt-0{
	margin-top: 0;
}
.mb-40{
	margin-bottom: 40px !important;
}
.shop-logo{
	/*border: 2px solid #000;
    border-radius: 50%;*/
}
.group-number{
	width: 205px;
	/*width: 225px;*/
 }
.btn-number{
	background: #f2f2f2;
	background: #616161;
	background: #ededed;
	background: #666666;
	color: #FFF;
	border-radius: 0;
	width: 56px;
	height: 56px;
}
.page .voucher-page input.input-number{
	height: 38px;
	height: 56px;
    /*font-size: 18px;*/
    min-width: 0;
    width: 90px;
    text-align: center;
    margin: 0 0 25px;
}
.page .voucher-page input.input-number:focus,
.btn-number:focus{
	box-shadow: none;
}
.basket-icon{
	position: relative;
	top: -4px;
}
.basket-icon span{
	position: absolute;
	background-color: #F00;
	color: #FFF;
	font-weight: 400;
	width: 22px;
	height: 22px;
	top: 5px;
	right: 5px;
	line-height: 22px;
	text-align: center;
	display: block;
	border-radius: 50%;
	font-size: 14px;
}
.basket{
	padding-bottom: 50px;
}
.basket h4{
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 50px;
	font-weight: 700;
}
.basket label{
	font-size: 16px;
}
.basket input.form-control{
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #a7a7a7;
}
.basket select{
	font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 30px;
    color: #000;
    border: 1px solid #a7a7a7;
    border-radius: 0;
    padding: 0px 10px;
    /* min-width: 325px; */
    /*width: auto;*/
    display: block;
    -webkit-appearance: none;
    font-weight: 400;
    background: #FFF url('../img/caret.png') no-repeat right 10px center;
}
.basket .table-bg{
	background: #f2f2f2;
	padding: 20px;
}
.basket table thead th{
	border: none;
	padding-top: 20px;
	padding-bottom: 20px;
}
.basket table thead th:nth-child(2){
	text-align: center;
}
.basket table thead:first-child th{
	font-size: 12px;
	line-height: 23px;
	font-weight: 400;
	padding-top: 0;
	padding-bottom: 10px;
}
.basket table thead:first-child th:last-child{
	text-align: right;
	padding-right: 45px;
}
.basket table thead:last-child th{
	font-size: 16px;
	line-height: 23px;
}
.basket table tbody td{
	border-color: #a7a7a7;
	font-size: 16px;
	line-height: 23px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.basket table tbody td:first-child{
	font-weight: 700;
}
.basket table tbody td:nth-child(2){
	text-align: right;
	text-align: center;
}
.basket table tbody td span{
	display: block;
	font-weight: 400;
}
.basket table tbody td span.quantity_count{
	display: inline;
}
.basket table tbody td .basket-plus,
.basket table tbody td .basket-minus,
.basket table tbody td .basket-remove{
	display: block;
	background: #9b9b9c;
	background: #939393;
	color: #FFF;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border-radius: 50%;
	font-size: 14px;
	margin-left: 14px;
	margin-right: 0px;
	float: right;
	margin-top: 1px;
}
.basket table tbody td .basket-plus,
.basket table tbody td .basket-minus{
	display: inline-block;
	float: none;
	margin: 0 5px;
	color: #939393;
	background: #FFF;
	border: 1px solid #939393;
	font-weight: 700;
	width: 20px;
	height: 20px;

}
.basket table tbody td .basket-plus{
	position: absolute;
	right: -7px;
	line-height: 20px;
}
.basket table tbody td .basket-minus{
	position: absolute;
	left: -7px;
	line-height: 18px;
}
.basket table tbody td span.value{
	font-size: 12px;
}
.basket table tbody td{
	position: relative;
}
.basket table thead th{
	border-bottom: 1px solid #a7a7a7;
}
.basket table thead:last-child th{
	border-top: 1px solid #a7a7a7;
}
.basket table thead:last-child th:last-child{
	text-align: right;
	padding-right: 48px;
}
.basket table td:last-child{
	min-width: 120px;
	text-align: right;
}
.basket table td a{
	font-weight: 400;
	display: inline-block;
	margin-right: 10px;
}
.basket table td span.value + a{
	/*position: absolute;*/
	left: 100px;
	left: 170px;
	/*right: 0;*/
	bottom: 21px;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
	z-index: 99;
}
.basket table td span.value + a + a{
	/*position: absolute;*/
	left: 140px;
	left: 100px;
	/*left: auto;
	right: 0px;*/
	bottom: 21px;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}
#modal-empty-basket .modal-title{
	font-size: 1.2rem;
}
h4 .custom-check{
	margin-left: 15px;
}
.custom-check{
	display: inline-block;
	font-weight: 400;
}
.custom-check input{
	display: none;
}
.custom-check label{
	cursor: pointer;
}
.custom-check span{
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border: 1px solid #000;
	float: left;
	margin-right: 5px;
}
.custom-check span i{
	opacity: 0;
	-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease;
}
.custom-check input:checked + label span i{
	opacity: 1;
}
.company-extra{
	display: none;
}
.modal-edit .modal-content,
.modal-edit .modal-header,
.modal-message .modal-content,
.modal-message .modal-header{
	border: none;
	border-radius: 0;
}
.modal-edit .modal-header{
	background: #f2f2f2;
}
.modal-edit .modal-body{
	padding: 25px;
}
.modal-edit .modal-body .alert{
	margin-top: 40px;
}
.order-now{
	margin-top: 40px;
}
.attachment-list{
	list-style-type: none;
	padding: 0;
}
.attachment-list a{
	text-decoration: underline;
	color: #000;
}
.thank-you h1{
	font-size: 24px;
}
.voucher-result-sheet{
	border: 1px solid #616161;
	padding: 15px;
}
.voucher-result-sheet p{
	padding: 5px;
}
.voucher-result-sheet p span{
	color: #FFF;
	background: #616161;
	display: inline-block;
	padding: 5px;
}
.startcredit{
	background: green;
	color: #FFF;
	display: inline-block;
}
.currentcredit{
	background: red;
	color: #FFF;
	display: inline-block;
}
.page-info{
	padding-bottom: 100px;
}
.page-info a{
	color: #212529;
}
.page-info p{
	margin: 0 0 40px;
}
.page-info hr{
	margin: 0 0 40px;
}
.page-info h4.company-name{
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
.large-order{
	background: #F00;
	color: #FFF;
    padding: 10px;
    /*display: inline-block;*/
    margin-top: 20px;
}
@media (max-width: 992px){
	.basket > .row{
		flex-direction: column-reverse;
	}
	.basket .table-bg{
		margin: 0 0 75px;
	}
}
@media (min-width: 1215px){
	.modal.modal-voucher .modal-dialog{
		min-width: 1215px;
	}	
}
@media (max-width: 767px){
	.btn-category{
		display: block;
		width: 100%;
	}
	
	.page .voucher-page h3{
		margin-top: 20px;
	}
	.top-links{
		padding: 0;
		/*display: -webkit-flex;*/
    	/*display: -ms-flexbox;*/
    	display: block;
    	float: left;
    	width: 100%;
	}
	.top-links>li{
		/*display: block;*/
		/*float: left;*/
	}
	.top-links>li:nth-child(3){
		/*margin-right: calc(100vw - 290px);*/
		margin-left: auto;
	}
}