@font-face {
    font-family: 'Frutiger LT Arabic 45';
    src: url('../fonts/FrutigerLTArabic-45Light.eot');
    src: url('../fonts/FrutigerLTArabic-45Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FrutigerLTArabic-45Light.woff2') format('woff2'),
        url('../fonts/FrutigerLTArabic-45Light.woff') format('woff'),
        url('../fonts/FrutigerLTArabic-45Light.ttf') format('truetype'),
        url('../fonts/FrutigerLTArabic-45Light.svg#FrutigerLTArabic-45Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

:root {
    --card-title-color: #666;
}

html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Frutiger LT Arabic 45';
}

img{
    max-width: 100% !important;
}

p, h1, h2, h3, h4, h5, h6, li, a, a h1, a h2, a h3, a h4, a h5, a h6,
input, button, select, textarea{
    font-family: 'Frutiger LT Arabic 45' !important;
}

#app{
    margin: 0 auto 50px auto;
    width: 1200px;
    text-align: center;
}

@media(max-width:1200px){
    #app{
        width: 94%;
        margin: 50px 3%;
    }
}

/**** Header and Navigation ****/

header {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: white;
    border-bottom:1px solid #DDD;
    padding: 10px;
}

@media(max-width:462px){
    header form{
        margin-top: 10px;
    }
}

@media(max-width:480px){
    header{
        display: block;
    }
}

header a{
    color: #000;
    text-decoration: none;
    margin: 0 15px;
    display: inline-block;
}

header a:hover{
    text-decoration: none;
    color: #000;
}

header input{
    border:1px solid #CCC;
    padding: 8px 20px;
    background-color: #FFF;
    color: #000;
}

header input:focus{
    border:1px solid #CCC !important;
    outline: none !important;
}

.uk-offcanvas-bar.custom-bg {
    background-color: #FFF;
    color: #000;
}

.uk-offcanvas-bar.custom-bg a{
    color: #000;
}

.uk-nav-custom a, .uk-nav-custom{
    color: #000 !important;
}

.nav-icon{
    width: 30px;
}

/************** Slider ***************/

.uk-dotnav li a {
    background-color: #666 !important;
    border-radius: 0 !important;
    width: 15px !important;
    height: 15px !important;
    display: inline-block !important;
}

.uk-dotnav li a:hover {
    background-color: #666 !important;
    border-radius: 0 !important;
    width: 15px !important;
    height: 15px !important;
    border: 0 !important;
}

.uk-dotnav li.uk-active a {
    background-color: #000 !important;
}

.uk-dotnav {
    gap: 10px !important;
}

.uk-slidenav-previous, .uk-slidenav-next {
    color: #FFF !important;
}

.uk-slidenav-previous, .uk-slidenav-next {
    padding: 10px !important;
    background: rgba(0, 0, 0, 1) !important;
    color: #FFF !important;
}


/***** Cards Grid *****/

.cards-grid {
    /*
    display: grid;
    grid-template-columns: repeat(auto-fill, 400px);
    gap: 25px;

    justify-content: center;
    align-items: start;
    */
    text-align: center;
}
/*
@media (max-width:850px){
    .cards-grid{
        grid-template-columns: repeat(2, 300px);
    }
}

@media (max-width:700px){
    .cards-grid{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:490px){
    .cards-grid{
        grid-template-columns: repeat(1, 1fr);
    }
}
*/

.card {
    border: 2px solid #CCC;
    border-radius: 25px;
    padding: 20px;
    width: 400px;
    margin: 20px;
    display: inline-block;
}

@media(max-width:550px){
    .card{
        width: 90%;
        margin: 3%;
        padding: 2%;
    }
}

.card-content {
    
}

.card-image {
    height: 300px;
    grid-row: 1;
    padding: 5px;
    text-align: center;
}

.card-image img {
    height: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.card-text {
    grid-row: 2;
    padding: 10px;
    text-align: center;
}

.card h3{
    color: var(--card-title-color); 
    margin-top: 20px;  
}

.card a{
    color: var(--card-title-color);   
    text-decoration: none;
}

.card a:hover{
    text-decoration: none;
}

.card p{
    margin: 0 0 10px 0;
}

/**** Orders **********/
.my-order-item{
    margin-bottom: 20px;
}

.my-order-item img.order-p-img{
    width: 400px;
}

@media (max-width:500px){
    .my-order-item img.order-p-img{
        width: 100%;
    }
}

.my-order-item a{
    color: #000;
    text-decoration: none;
}

.my-order-item a:hover{
    color: #333;
    text-decoration: none;
}

/**** Forms *****/

.filter{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-bottom:1px solid #CCC;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

@media(max-width:460px){
    .filter{
        display: block;
    }

    .filter div{
        margin-bottom: 10px;
    }
}

button{
    background-color: #000;
    color: #FFF;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    border: 0;
    font-weight: bold;
}

button:hover{
    background-color: #CCC;
    color: #000;
}

button.danger{
    background-color: red;
    color: #FFF;
}

input{
    text-align: center;
    padding: 8px 20px;
    border:1px solid #CCC;
    border-radius: 50px;
}

input:focus{
    border:1px solid #CCC !important;
    outline: none !important;
}

.frm input{
    width: 94%;
    padding: 8px 3%;
    display: block;
    margin-top: 15px;
}

.frm button{
    margin-top: 15px;
}


/***** Messages ******/
.alert{
    margin: 20px auto;
}

.alert.alert-danger{
    color: red;
}

.alert.alert-success{
    color: green;
}

/***** Search Bar *****/
.search-btn{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
}

.search-btn:hover{
    background-color: transparent !important;
}


/********* Elements **********/

.special-color{
    color: blue;
}

/***********/

.single div{
    margin-bottom: 10px;
}

.single .black-img{
    filter: grayscale(100%);
}

.single .single-img img{
    height: 300px;
}

.addToCartForm{
    margin-top: 20px;
}

.addToCartForm button{
    margin-top: 10px;
}

.addToCartForm input{
    margin-bottom: 10px;
}

.mb-10{
    margin-bottom: 10px;
}

.remove-item-from-cart{
    cursor: pointer;
}

/*************/

.col2-flex{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
}

.addedToCart{
    display: none;
}

.favBtn{
    cursor: pointer;
}

.uk-nav a, .uk-offcanvas-bar p{
    font-size: 20px !important;
}