/*CSS variables*/
:root {
    --primaryColor: #154680;
    --secondaryColor: #e32828;
}



@font-face {
    font-family: 'Droid Arabic Kufi';
    src: url('../fonts/Droid Arabic Kufi.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Droid Arabic Kufi.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Droid Arabic Kufi.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Droid Arabic Kufi.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Droid Arabic Kufi.svg#svgFontName') format('svg'); /* Legacy iOS */
}


body {
    font-size: .875rem;
    background: #FCFCFC;
    font-family: 'Droid Arabic Kufi', sans-serif;
    color: #000
}

/*resets*/
.btn:focus {
    box-shadow: none
}

.shadow {
    box-shadow: 0 0 10px #DEDEDE !important;
}

.text-primary {
    color: var(--primaryColor) !important
}

.accordion-button:not(.collapsed), .accordion-button {
    background: #F4F4F4;
    color: #000
}

.form-control {
    padding: 2px 10px
}

.accordion-button:focus {
    box-shadow: none
}

.accordion-body {
    padding: 30px;
}

.btn-primary {
    background: var(--primaryColor) !important;
    border-color: var(--primaryColor) !important;
}

.btn-secondary {
    background: var(--secondaryColor) !important;
    border-color: var(--secondaryColor) !important;
}

.btn-outline-primary {
    border-color: var(--primaryColor) !important;
    color: var(--primaryColor)
}

    .btn-outline-primary:hover {
        background-color: var(--primaryColor)
    }

hr {
    background-color: #000
}
/*header*/

header { /*height: 80px; */
    background: #11416f;
    box-shadow: 0 0 10px #A0A0A0;
}

    header .logo {
        max-width: 200px;
        height:60px;
    }

.logo img {
    height:100%
}


/*accordion*/
.paymentIcon {
    float: left;
    position: absolute;
    left: 10px;
}

.accordion-button::after {
    display: none
}

/*mainButton*/
.mainButton, .mainButtonInstallment {
    width: 100%;
    min-height: 100%;
    background: #F4F4F4;
    border-width: 2px !important;
    border-color: #CFCFCF !important;
}


    .mainButton:hover, .mainButton.selected {
        border-color: var(--primaryColor) !important;
        background: #F4F4F4
    }
.mainButtonInstallment:hover, .mainButtonInstallment.selected {
    border-color: var(--primaryColor) !important;
    background: #F4F4F4
}

    .mainButton .text {
        color: #000;
        font-size: 14px;
    }

    .mainButton .icon {
        color: #000
    }
/*area for radio buttons*/
.area {
    width: 100%;
    float: right;
    padding: 10px;
    border: 1px solid #CFCFCF;
    border-radius: 10px
}

/* payment*/
/*totalAmount*/
.payment .list-group-item.totalAmount {
    background: #F4F4F4;
    padding: 20px 10px;
    color: #548E27;
    font-weight: bold
}

.payment {
    background: none
}

    .payment .list-group-item {
        padding: 10px 10px;
        background: none;
        border: none
    }


.slick-slide img {
    display: inline;
}

.slick-slide {
    height: 130px;
    margin: 0 5px;
}

[dir=rtl] .slick-next {
    left: -7px;
}

[dir=rtl] .slick-prev {
    right: -12px;
}

.slick-next:before, .slick-prev:before {
    color: #000;
}
.slick-track {
    margin: 0;
}

/**/
@media all and (min-width: 992px) {
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
    .mainButton .text {
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    .mainButton .text {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
}
#toast-container > .toast {
    background-image: none !important;
}

    #toast-container > .toast:before {
        position: fixed;
        font-family: FontAwesome;
        font-size: 24px;
        line-height: 18px;
        float: left;
        color: #FFF;
        padding-right: 0.5em;
        margin: auto 0.5em auto -1.5em;
    }

/*#toast-container > .toast-warning:before {
    content: "\f003";
}

#toast-container > .toast-error:before {
    content: "\f001";
}

#toast-container > .toast-info:before {
    content: "\f005";
}

#toast-container > .toast-success:before {
    content: "\f002";
}*/


div.apple-pay {
    max-width: 325px;
    width: 100%;
    height: 46px;
}

@supports (-webkit-appearance: -apple-pay-button) {
    .apple-pay-button {
        display: inline-block;
        -webkit-appearance: -apple-pay-button;
    }

    .apple-pay-button-black {
        -apple-pay-button-style: black;
    }

    .apple-pay-button-white {
        -apple-pay-button-style: white;
    }

    .apple-pay-button-white-with-line {
        -apple-pay-button-style: white-outline;
    }

    .apple-pay-button-with-text {
        display: inline-block;
        -webkit-appearance: -apple-pay-button;
        -apple-pay-button-type: buy;
    }

        .apple-pay-button-with-text > * {
            display: none;
        }

    .apple-pay-button-black-with-text {
        -apple-pay-button-style: black;
    }

    .apple-pay-button-white-with-text {
        -apple-pay-button-style: white;
    }

    .apple-pay-button-white-with-line-with-text {
        -apple-pay-button-style: white-outline;
    }
}

@supports not (-webkit-appearance: -apple-pay-button) {
    .apple-pay-button {
        display: inline-block;
        background-size: 100% 60%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        border-radius: 5px;
        padding: 0px;
        box-sizing: border-box;
        min-width: 200px;
        min-height: 32px;
        max-height: 64px;
    }

    .apple-pay-button-black {
        background-image: -webkit-named-image(apple-pay-logo-white);
        background-color: black;
    }

    .apple-pay-button-white {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: white;
    }

    .apple-pay-button-white-with-line {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: white;
        border: .5px solid black;
    }

    .apple-pay-button-with-text {
        --apple-pay-scale: 1; /* (height / 32) */
        display: inline-flex;
        justify-content: center;
        font-size: 12px;
        border-radius: 5px;
        padding: 0px;
        box-sizing: border-box;
        min-width: 200px;
        min-height: 32px;
        max-height: 64px;
    }

    .apple-pay-button-black-with-text {
        background-color: black;
        color: white;
    }

    .apple-pay-button-white-with-text {
        background-color: white;
        color: black;
    }

    .apple-pay-button-white-with-line-with-text {
        background-color: white;
        color: black;
        border: .5px solid black;
    }

    .apple-pay-button-with-text.apple-pay-button-black-with-text > .logo {
        background-image: -webkit-named-image(apple-pay-logo-white);
        background-color: black;
    }

    .apple-pay-button-with-text.apple-pay-button-white-with-text > .logo {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: white;
    }

    .apple-pay-button-with-text.apple-pay-button-white-with-line-with-text > .logo {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: white;
    }

    .apple-pay-button-with-text > .text {
        font-family: -apple-system;
        font-size: calc(1em * var(--apple-pay-scale));
        font-weight: 300;
        align-self: center;
        margin-right: calc(2px * var(--apple-pay-scale));
    }

    .apple-pay-button-with-text > .logo {
        width: calc(35px * var(--scale));
        height: 100%;
        background-size: 100% 60%;
        background-repeat: no-repeat;
        background-position: 0 50%;
        margin-left: calc(2px * var(--apple-pay-scale));
        border: none;
    }
}

.apple-pay-set-up-button {
    display: inline-block;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: set-up;
}

.apple-pay-set-up-button-black {
    -apple-pay-button-style: black;
}

.apple-pay-set-up-button-white {
    -apple-pay-button-style: white;
}

.apple-pay-setup-button-white-with-line {
    -apple-pay-button-style: white-outline;
}

.apple-pay-donate-button {
    display: inline-block;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: donate;
}

.apple-pay-donate-button-black {
    -apple-pay-button-style: black;
}

.apple-pay-donate-button-white {
    -apple-pay-button-style: white;
}

.apple-pay-donate-button-white-with-line {
    -apple-pay-button-style: white-outline;
}