/*================ Nunito Sans ================*/
@font-face {
	font-family: 'Nunito Sans';
	src: url(../fonts/NunitoSans/NunitoSans.ttf);
}

/*================ Poppins ExtraBold ================*/
@font-face {
	font-family: 'Poppins';
	src: url(../fonts/Poppins/Poppins-ExtraBold.ttf);
}

*:not(.material-symbols-outlined,.fa,.fas,h1,h2) {
    font-family: "Nunito Sans", Arial, Helvetica, sans-serif !important;
}

h1, h2 {
    font-family: "Poppins", Arial, Helvetica, sans-serif !important;
}

a.top-level-category {
    border-radius: 12px;
    margin:0 1px;
    text-transform: capitalize;
}
#nav-categories ul.dropdown-content, ul#account-nav {
    border-radius: 12px;
}

.featured--title {
    font-size: 2rem;
}

.nav-top-container, .nav-bottom-container {
    display: none !important;
}


@media only screen and (min-width:1020px) {
	main {
		padding-top: 95px !important;
	}
}

.footer-copyright * {
    color: #fff;
}

@media only screen and (min-width: 781px) {
	#row-login {
        background-size: cover !important;
        background-position: center right !important;
        background-repeat: no-repeat;
        background-color: #013e7f;
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
        height: 100% !important;
        position: absolute !important;
        top: 0 !important;
    }
}
@media only screen and (max-width: 780px) {
	#row-login {
        background-size: contain !important;
        background-position: center left !important;
        background-repeat: no-repeat !important;
        background-color: #002664 !important;
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
        height: 100% !important;
        position: absolute !important;
        top: 0 !important;
    }
}

/* NEW STUFF */

* {
    box-shadow: none !important;
}

.card,
.card-panel,
#checkout-card,
ul.collapsible,
#account-nav {
    border: 1px solid #002664 !important;
}

.card,
.card-panel,
.btn:not(.btn-flat,.add-cart),
ul.collapsible,
#input-search_modal {
    border-radius: 12px !important;
}

.card-image {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}
.card-action {
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}

.btn {
    text-transform: capitalize !important;
}

.card-title {
    font-size: 1.15em !important;
}

.desktop-cart a.text-bold,
.mobile-cart a.text-bold,
#checkout-card td a.text-bold {
    color: #007dac !important;
}

.btn:not(.btn-flat) {
    font-weight: bold !important;
}

.as-low-as {
    left: 10% !important;
}

.no-results {
    color: #002664 !important;
}

.circle-icon {
    margin: 0;
}

#checkout-checkout .title {
	background-color: #f9f1e7 !important;
	color: #002664 !important;
}

.success-card {
	color: #002664 !important;
}

.success-card a:not(.btn) {
	color: #007dac !important;
}

.success-card p {
    margin-bottom: 0;
}
