@font-face {
    font-family: 'taj';
    src: url(/static/fonts/TAJAWAL-MEDIUM.TTF);
}
body {
    font-family: tajblack;
    content: "";
    background: url(/static/images/background.svg);
    background-position: 75%;
    

}

@import url(/static/css/styles.sass);

a {
    text-decoration: none;
}

.navbar {
    align-items: baseline;
    width: auto;
    height: auto;

}

.nav {
    text-align: right;
}

.nav a {
    color: #fff;
    font-size: larger;
}

.nav a:hover {
    color: gold;
    font-size: larger;
}

.logout:hover {
    color: gold;
}



.nav a img {
    width: 100px;
    padding-right: 20px;
}


.banner {
    background-color: white;
    top: auto;
    font-weight: bold;
    height: 15%;

}



.product_img {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    border-style: hidden;

}

.card:hover {

    -webkit-transform: scale(1.1);
    transform: scale(1.1);

}


.title_abort h1 {
    font-size: 200px;
    font-weight: bolder;
}

.title_abort h5 a {
    color: black;

}

.title_abort h5 a:hover {
    color: gold;
}

.payment_box {
    width: auto;
    height: 150px;
    border-radius: 20px;
    color: white;

}

.payment_img {
    width: auto;
    height: 125px;
    border-radius: 20px;

}

.img_logo_big {
    width: 100%;
}



.box-cat {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    background-size: cover;


}


.box-cat:hover {
    .banner-cat {
        background-color: gold;
    }
}

.banner-cat {
    width: 100%;
    height: 25%;
    border-radius: 20px 20px 0px 0px;
    background-color: #fff;
    font-size: large;
    border-color: black;

}


.card-shipping {
    border-radius: 20px;
    background-color: white;
}


.card-shipping div{
    margin: 10px;
    text-align: right;
    font-size: large;
    margin-right: 10px;
}

.cat-img {
    border-radius: 0px 0px 20px 20px;
    width: 100%;
    height: 100%;
}


.overlayDiv {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 100;
}


.navigation ul li a .text {
    font-size: small;
}

.navigation ul {
    padding-right: 25px;
    padding-top: 10px;
}

.navigation ul li {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    gap: 1rem;



}

.navigation ul li a {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;

}

.logout {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;

}

.footer {


    bottom: 0;
    left: 0;
    width: 100%;
}


main {
    padding-bottom: 75px;
}


.sidebar {
    position: fixed;

    right: 0;
    width: 75px;
    height: 100%;
    z-index: 100;
}


.side ul {
    padding-right: 25px;
    padding-top: 10px;

}

.side ul li {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    gap: 1rem;
    margin: 5px;


}


.side ul li a {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}


.side ul li a .text {

    font-size: x-small;
    text-align: center;
    margin: 3px;
}




.card-view {
    border-radius: 20px;
    width: auto;
    height: 200px;
    font-size: 200%;
}


.toggle {
    width: 100px;
    border-radius: 0 0 0 10px;
    position: fixed;
}


.banner-ads {

    visibility: show;
}

.icon-circle[class*=text-] [fill]:not([fill=none]), .icon-circle[class*=text-] svg:not([fill=none]), .svg-icon[class*=text-] [fill]:not([fill=none]), .svg-icon[class*=text-] svg:not([fill=none]) {
    fill: currentColor!important;
}
.svg-icon-xl>svg {
    width: 3.25rem;
    height: 3.25rem;
}

.hover-lift-light {
    transition: box-shadow .25s ease,transform .25s ease,color .25s ease,background-color .15s ease-in;
}
.mt-4 {
    margin-top: 1.5rem!important;
}
.w-100 {
    width: 100%!important;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 0.8rem 1.85rem;
    font-size: 1.1rem;
    border-radius: 0.3rem;
}
.btn-purple {
    color: #fff;
    background-color: #6672e8;
    border-color: #6672e8;
}

.text-center {
    text-align: center!important;
}
.py-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
}
.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1e2e50;
    background-color: #f6f9fc;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.icon-item{
    width: 30px;
}



.link-login a{
    color : #212529;
}

.link-login a:hover{
    color : gold;
}


.img-search{
    width: 75%;
}

.card{
    font-size: small;
}



.pl {
	display: block;
	width: 6.25em;
	height: 6.25em;
	
}
.pl__ring, .pl__ball {
	animation: ring 2s ease-out infinite;
}
.pl__ball {
	animation-name: ball;
}

/* Dark theme  */
@media (prefers-color-scheme: dark) {
	:root {
		--bg: hsl(var(--hue),10%,10%);
		--fg: hsl(var(--hue),10%,90%);
	}
}

/* Animation */
@keyframes ring {
	from {
		
		stroke-dasharray: 0 257 0 0 1 0 0 50;
	}
	25% {
		stroke-dasharray: 0 0 0 0 257 0 258 0;
	}
	50%, to {
		stroke-dasharray: 0 0 0 0 0 515 0 0;
	}
}
@keyframes ball {
	from, 50% {
		animation-timing-function: ease-in;
		stroke-dashoffset: 1;
	}
	64% {
		animation-timing-function: ease-in;
		stroke-dashoffset: -109;
	}
	78% {
		animation-timing-function: ease-in;
		stroke-dashoffset: -145;
	}
	92% {
		animation-timing-function: ease-in;
		stroke-dashoffset: -157;
	}
	57%, 71%, 85%, 99%, to {
		animation-timing-function: ease-out;
		stroke-dashoffset: -163;
	}
}