body{
    font-family: 'Shippori Antique B1', sans-serif;
}
.navbar{
    padding: 0.5rem 0rem !important;
    background-color: rgba(11 , 116 , 205 , 1);
}
.navbar-light .navbar-toggler{
    border: 2px dashed #fff;
    outline: none;
}
.navbar-light .navbar-toggler-icon{
    background-image: none;
}
.navbar-brand{
    font-size: 23px;
    color: #fff !important;
}
.navbar-brand span{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
ul#userInfo{
    display: none;
}
.nav-link{
    color: #fff !important;
}
.shop{
    cursor: pointer;
    position: relative;
    margin-top: 2px;
}
.shop i {
    color: #fff;
    font-size: 23px;
}
.shop span{
    display: inline-block;
    background: #fff;
    position: absolute;
    top: -1px;
    left: 26px;
    color: rgba(11 , 116 , 205 , 1);
    font-weight: bold;
}
.shop .carts-products{
    position: absolute;
    width: 200px;
    left: -176px;
    top: 32px;
    background: #eef8ef;
    padding: 2px;
    border-radius: 5px;
    display: none;
}

/* @media(max-width:990px){
    .navbar-collapse{
        background-color: #51996952;
        border-radius: 5px;
        padding: 0px 12px;
    }
    .shop .carts-products{
        left: -11px;
    }
} */

/* ******************** form ******************** */
.login , .logOut{
    border:2px solid rgba(11 , 116 , 205 , 1);
    height: calc(100vh - 60.5px);
    margin: 2px;
}
.section-form{
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    -webkit-transform: translate(-50% , -50%);
    -moz-transform: translate(-50% , -50%);
    -ms-transform: translate(-50% , -50%);
    -o-transform: translate(-50% , -50%);
    background-color: rgba(11 , 116 , 205 , 1);
    padding: 35px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 35px;
}
#image{
    border: none;
    background: transparent;
    padding: 5px 0;
    margin: -2px 0px;
    color: #fff;
}
.section-form h3 , .section-form h2 {
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
}
.section-form label{
    color: #fff;
    letter-spacing: 1px;
}
.section-form .form-control{
    color: rgba(11 , 116 , 205 , 1);
}
.section-form .form-control:focus{
    background-color: #fff;
    border-color:#ced4da;
    outline: 0;
    box-shadow: 0 0 0 0;
}
.section-form .btn-primary{
    background-color: #fff !important;
    border: 1px solid #fff !important;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    margin-bottom: 15px;
    margin-left: 6px;
    color: rgba(11 , 116 , 205 , 1);
    font-weight: bold;
    letter-spacing: 1px;
}

.section-form .btn-primary:focus{
    box-shadow: 0 0 0 0 !important;
}

.section-form .btn-primary:hover{
    opacity: 0.8;
}
.plus{
    position: fixed;
    background-color: rgba(11 , 116 , 205 , 1);
    bottom: 25px;
    right: 25px;
    display: block;
    width: 45px;
    height: 45px;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 45px;
    text-decoration: none;
}
.plus:hover{
    color: #fff;
}
#noitems1{
    width: 81%;
    background: rgba(11 , 116 , 205 , 1);
    padding: 10px;
    border-radius: 5px;
    margin: auto;
    text-align: center;
    display: none;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.section-form h5{
    letter-spacing: 2px;
    color: #fff;
}

.logIcon{
    color: #fff !important;
}
.fotter{
	border:2px solid rgba(11 , 116 , 205 , 1);
	padding:13px;
	font-size:20px;
	color:#888;
    margin: 2px;
}
@media(max-width:600px){
    .section-form{
        width: 90%;
    }
}
@media (max-width: 991.98px){
.navbar-expand-lg>.container{
    padding-right:15px;
    padding-left: 15px;
}
}
@media (max-width: 580px){
    .navbar-expand-lg>.container{
        padding-right:35px;
        padding-left: 35px;
    }
}
@media (max-width: 1100px){
    .mar{
        margin-top: 80px;
    }
}