@font-face {
    font-display: swap;
    font-family: idus;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/idus.woff);
    src: url(../fonts/idus.woff2) format('woff2'),url(../fonts/idus.eot) format('eot'),url(../fonts/idus.svg) format('svg'),url(../fonts/golf.ttf) format('ttf')
}


::-ms-input-placeholder { /* Edge 12-18 */
  color: red;
  text-align: right;
}

::placeholder {
  text-align: right;
  color: red;
}

::-webkit-calendar-picker-indicator {
    cursor: pointer;
}

#card_amount-custom{
    text-align: center;
}
.swal2-validation-message::before{
	background-color: #f00;
}
.swal2-validation-message.green::before{
	background-color: darkgreen;
}
#receiver_mail, #sender_mail, #receiver_phone, #sender_phone{
    text-align: right!important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

body{
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
    direction: rtl;
    overflow-y: scroll;
    font-size: 15px;
}
.border-top, .border-bottom{
    border-color: #eee !important;
}
.header_logo_1{
    max-height: 5rem;
}

h1{
    font-size: 1.8rem;
  font-weight: 400;
}

.font-larger{
    font-size: 1.1rem;
}

.font-weighter{
   font-weight: 500;
   
}
.max-width-980{
    max-width: 980px;
    margin: auto;
}
.select-card{
    max-width: 250px;
}

.input-checkbox {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.checkbox-label {
    position: relative;
    box-shadow: 0 1.5rem 1rem -1rem transparent;
    margin: 0;
    cursor: pointer;
    transition: 300ms;
    transition-timing-function: cubic-bezier(.6,.55,0,.9);
}
.checkbox-label:before {
     content: '\e799';
   position: absolute;
    top: -5px;
    right: -5px;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #1e1e1e;
    color: #fff;
    transform: scale(0);
    transition: 300ms;
    transition-timing-function: cubic-bezier(.6,.55,0,.9);
    font-family: idus;
    font-style: normal;
    font-weight: 700;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.input-checkbox:checked+.checkbox-label {
    transform: translateY(-4px);
    box-shadow: 0 1.5rem 1rem -1rem rgba(0, 0, 0, .15);
}

input.input-checkbox[type=radio]+label:before {
    /*content: '\e802';*/
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #1e1e1e;
    transition: 250ms;
    font-size: 12px;
    line-height: 16px;
    background: #1e1e1e;
}
input.input-checkbox[type=checkbox]+label:before {
    transform: scale(1);
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #1e1e1e;
    transition: 250ms;
    font-size: 12px;
    line-height: 16px;
	position: static;
	margin-left: 10px;
	background: none;
}
input.input-checkbox[type=radio]:checked+label:before {
    background: #1e1e1e;
}
.input-checkbox:checked+label:before {
    background: #1e1e1e!important;
    content: '\e802';
    transform: scale(1);
}
input.input-checkbox[type=checkbox]:checked+label {
	transform: none;
}
label.checkbox-label.card_amount-label {
    background-color: #fafafa;
}
.border-bottom-dark{
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #212529!important;
	outline: none;
	box-shadow: none!important;
}
.swal2-popup.swal2-modal{
	background: #212529;
    border-radius: 0;
}
.swal2-title, #swal2-validation-message{
	margin: auto;
}
.swal2-actions{
	flex-direction: row-reverse!important;
}

input#swal2-input {
    background: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 15px;
    margin: 10px auto;
    width: 300px;
    color: #32373c;
	box-shadow: none;
}
.swal2-actions button{
	border-radius: 0;
	font-weight: 400;
	font-size: 16px;
	padding: 0.4em 0.9em;
}


.swal2-actions button.swal2-confirm.swal2-styled{
	background-color: #e41219;
	border: none;
}

div:where(.swal2-container) div:where(.swal2-popup).swal2-loading {
    background: transparent !important;
}

@media (max-width: 575px) {
	.footer.fixed-bottom{
		position: static;
		margin-right: -10px;
        margin-left: -10px;
	}
}


#payment-button {
    width: 100%;
    height: 100%;
	line-height: 56px;
    border-radius: 4px;
    border: none;
    text-shadow: 1px 1px #4e585e;
    background-image: linear-gradient(to bottom, #2b5586, #3b96b1 91%);
    font-family: Arial, serif;
    color: #fff;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all ease-in-out 150ms;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    align-items: center;
    padding: 0 10px;
	text-decoration: none;
}

#payment-button .payment-button-content {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#payment-button .bit-payment-txt {
	font-family: 'Arial hebrew', arial;
    display: inline-block;
    font-size: 18px;
}

#payment-button .bit-logo {
    background: center no-repeat url(https://public.bankhapoalim.co.il/bitcom/3.0.0/82978d58f0cd8a6e1a67.svg);
    background-size: contain;
    margin: 0 auto;
    display: inline-block;
    width: 26px;
    height: 14px;
}

img.pay-by-bit{
	max-width: 37px;
}















































[class^=icon-]:before,[class*=" icon-"]:before {
    font-family: idus;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-cart-o:before {
    content: '\e905'
}

.icon-cart:before {
    content: '\e801'
}

.icon-check:before {
    content: '\e802'
}

.icon-checkbox-check:before {
    content: '\e803'
}

.icon-checkbox:before {
    content: '\e804'
}

.icon-chev-down:before {
    content: '\e805'
}

.icon-chev-left:before {
    content: '\e806'
}

.icon-chev-right:before {
    content: '\e807'
}

.icon-chev-up:before {
    content: '\e808'
}

.icon-facebook:before {
    content: '\e910'
}

.icon-heart-o:before {
    content: '\e903'
}

.icon-heart:before {
    content: '\e906'
}

.icon-tweeter:before {
    content: '\e80c'
}

.icon-instagram:before {
    content: '\e911'
}

.icon-whatsapp:before {
    content: '\e80e'
}

.icon-chat:before {
    content: '\e80f'
}

.icon-pinterest:before {
    content: '\e810'
}

.icon-check-circle:before {
    content: '\e811'
}

.icon-link:before {
    content: '\e812'
}

.icon-question-circle:before {
    content: '\e813'
}

.icon-exclamation-circle:before {
    content: '\e814'
}

.icon-idus:before {
    content: '\e815'
}

.icon-nav:before {
    content: '\e901'
}

.icon-plus:before {
    content: '\e817'
}

.icon-radio-dot:before {
    content: '\e818'
}

.icon-radio-check:before {
    content: '\e819'
}

.icon-search-o:before {
    content: '\e902'
}

.icon-radio:before {
    content: '\e81b'
}

.icon-search:before {
    content: '\e81c'
}

.icon-share:before {
    content: '\e81d'
}

.icon-times-circle:before {
    content: '\e81e'
}

.icon-times:before {
    content: '\e81f'
}

.icon-zoom-in:before {
    content: '\e820'
}

.icon-zoom-out:before {
    content: '\e821'
}

.icon-sort-desc:before {
    content: '\e823'
}

.icon-sort-asc:before {
    content: '\e826'
}

.icon-sync:before {
    content: '\e824'
}

.icon-compare:before {
    content: '\e825'
}

.icon-user:before {
    content: '\e827'
}

.icon-user-o:before {
    content: '\e904'
}



        .shining-text {
            position: relative;
            overflow: hidden; /* Ensure the shine effect stays within bounds */
        }

        .shining-text::after {
            content: '';
            position: absolute;
            right: 0; /* Start moving from the right */
            bottom: 1px;
            width: 30px; /* Shorter width for the shine */
            height: 2px;
            background: linear-gradient(90deg, rgba(255, 0, 0, 0) 0%, rgb(228 18 25) 33%, rgba(255, 0, 0, 0) 66%);
            filter: blur(0px); /* Increased blur effect */
            animation: shine 6s 0s infinite; /* Slower animation */
            overflow: hidden;
        }

        @keyframes shine {
            0% {
                right: -20%; /* Start position */
            }
            50% {
                right: 100%; /* End position */
            }
            100% {
                right: 100%; /* Maintain end position */
            }
        }














