@import url("https://cdn.presscentric.com/skins/css/fa-all-5-12-0.min.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", Geneva, Verdana, sans-serif !important;
  font-weight: 700 !important;
  color: #000 !important; }

body,
p {
  font-family: "Roboto", Geneva, Verdana, sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important; }

div.active.slide-item.item {
    border: none !important; 
}

button, .btn, button.btn {
    font-family: "Roboto", Geneva, Verdana, sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

@media (min-width: 1100px) {
.container {
    width: 1380px;
}}

#System_PreContent {
    margin-top: 0px !important;
}

#System_Header::before,
#System_Header,
#s-user.navbar-right,
#s-user.navbar-right::after,
#s-search.navbar-form {
    background-color: #002F9D !important;
}

@media (min-width: 900px) { 
    #s-user.navbar-right a,
    #s-user.navbar-right strong,
    #user-cart.btn.btn-default.navbar-btn {
        color: #fff !important;
    }
}

@media screen and (min-width: 768px) {
    #s-menu {
        display: flex !important;
        justify-content: flex-end !important;
    }
}

   
    .pheader h1 {
         text-align: center !important;
    }
    
    
    .landing-header {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 65%;
        height: 3.5vw;
        background-image: linear-gradient(to bottom, rgba(0, 47, 157, 1), rgb(13, 3, 78));
        border-radius: 15px;
        margin: auto;
        margin-bottom: 40px;
    }

    .landing-header h3 {
        color: #ffffff;
        font-size: 1.75vw;
        text-align: center;
        padding: 10px;
    }
    
    @media (max-width: 992px) {
        .landing-header {
            width: 90%;
            height: 18vw;
            padding: 1px 4px 4px 4px;
        }
        .landing-header h3 {
            font-size: 5.75vw;
        }
    }

    @media (min-width: 992px) {
        .row.featured {
            display: flex;
            justify-content: center;
        }
    } 
    
    #acd-orders li:nth-child(5) {
         display: none !important;
    }