@font-face {
    font-family: mainFont;
    src: url('League_Spartan/LeagueSpartan-VariableFont_wght.ttf');
}

@font-face {
    font-family: secondaryFont;
    src: url('Acme/Acme-Regular.ttf');
}

body{
    font-family: 'mainFont' !important;
    font-size:15px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-family: 'mainFont' !important;
}

.inner-pages .content-wrap{
    min-height: 450px !important;
}


.menu-item:not(:first-child){
   border-top: none !important;
}

#header-wrap {
    background: #ffffff !important;
}

#header .navbar-toggler{
    color: #fff;
    border-color: transparent;
}

#header .navbar-toggler:focus{
    box-shadow: none !important;
}

#header ul li div {
    font-size: 12px !important;
    color:#fff;
}

#header ul li:hover div {
    color:#efefef;
}

#header .menu-item .menu-link{
    padding:30px 15px;
}

#content.content-wrap{
    padding-top: 40px;
}


.navbar-collapse.show .menu-item .menu-link {
    padding: 10px !important;
}

.breadcrumb-links {
    padding: 10px 50px;
    font-size: 13px;
    color: #ddd;
    text-align: right;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.breadcrumb-links a {
    color: #999 !important;
}

#product-detail-page img {
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 3px;
}

.product-detail-description{
    font-size: 13px !important;
}

.product-card .product-title{
    font-size: 15px;
}

.page-title-content h1{
    font-family: 'Istok Web', sans-serif !important;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.all-products-gallery .gallery-menu span {
    font-size: 13px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 3px;
    cursor: pointer;
    line-height: 45px;
    white-space: nowrap;
}

.all-products-gallery .gallery-menu span.active {
    color: #333 !important;
}

#login-container {
    margin-top: 50px;
    width: 40%;
    margin-left: 30%;
    min-height: 480px;
} 

#login-box, #fp-box {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px;
}

#login-box .input.checkbox{
    display: inline-block;
    margin-top: 10px;
    margin-left: 3px;
}


form label{
    font-size: 12px;
}

#login-form input, #fp-box input{
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom:0;
}

form #bottom-forgot-password-link, form #bottom-login-link{
    font-size: 13px;
    float: right;
}

form div.col_full:last-child{
    margin-top: 20px;
}

#login-container a{
    color: #333 !important;
}

#login-container .button{
    line-height: inherit;
    color: #fff;
    border-radius: 20px;
    box-shadow: none;
    font-weight: bold;
    font-size: 13px;
}

#product-detail-page .flex-control-nav.flex-control-thumbs{
    justify-content: center;
}

#product-detail-page .fslider {
    text-align: -webkit-center;
}


footer{
    padding: 0;
    margin-top: 0;
    text-align: center;
}


footer .social-icons-wrapper, footer .footer-menu-wrapper{
    display: none;
}

.copyrights {
    border-top: 1px solid #6e6e6e;
    padding: 20px;
    margin-top: 0;
    color: #bbb;
}

.all-products-gallery .gallery-menu span.active {
    color: #ffffff !important;
}

@media (max-width: 991px) {
    .header-row {
        height: auto !important;
    }

    .navbar-expand-lg .navbar-nav .nav-item {
        width: 100%;
        border-bottom: 1px solid #f5f5f5;
        padding: 4px 0;
    }

    #header .menu-item .menu-link{
        padding:10px;
    }
    
}

@media (min-width: 768px) {
    .page-title-content {
        text-align: center !important;
    }
}

@media only screen and (min-width: 768px) and  (max-width: 991px)  {
    #login-container{
       width: 60%;
       margin-left: 20%;
   }

}

@media only screen and (max-width: 767px) {
     #login-container{
       width: 80%;
       margin-left: 10%;
   }

}