body {
    font-family: "Poppins";
    color: #4e4e4e !important;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

nav {
    position: sticky;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    justify-content: center !important;
    border-bottom: 1px solid #88888845;
    background-color: inherit;
    z-index: 1000;
}

.navbar-collapse {
    justify-content: center;
}

.navbar-toggler {
    border-color: transparent !important;
}

#navbar a {
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    color: inherit;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    text-transform: uppercase;
}

#navbar a:hover {
    color: #ff8c02;
    text-decoration: none;
    cursor: pointer;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

a:hover {
    color: #ff8c02;
    text-decoration: none;
    cursor: pointer;
}

h3 {
    font-weight: 600;
    font-size: 26px;
    margin-top: 60px;
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5 {
    color: inherit;
    text-decoration: none;
}

h2 {
    margin-top: 1.3em;
    font-weight: 700;
}

.categories h5 {
    margin-top: 2em;
}

p {
    color: inherit;
    font-size: 0.9rem;
    line-height: 2;
}

.contacts>h3 {
    margin: 0px;
    text-transform: none;
}

.fixed {
    width: 100%;
    top: 0;
    z-index: 1000;
}

.glass-container {
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: #d0d0d0 0px 2px 4px 0px;
    padding: 2em;
}

.footer {
    border-top: 1px solid #88888845;
}

.footer li {
    list-style-type: none;
    margin-top: 0.75em;
}

.footer ul {
    padding-left: 0;
}

.media {
    font-size: 1.2rem;
    display: inline-block;
    padding: 10px;
}
.footer-media {
    font-weight: 300;
    font-size: 0.8em;
}

.footer-media p {
    font-size: inherit;
}

.footer-media a {
    font-size: inherit;
    margin: 0;
}

#index_logo_header {
    width: 20rem;
    display: block;
    margin: auto;
}

#sub_logo_header {
    width: 12rem;
    display: block;
    margin: auto;
}

#logo_footer {
    width: 12rem;
    display: block;
    margin: auto;
}

#landing_logo {
    width: 20rem;
    display: block;
    margin: auto;
}

#world_map {
    margin: 2em 0;
    padding: 0.1em 0 1em 0;
    height: 30em;
    color: #3f3d56;
    text-shadow: 0px 14px 19px #6d6d6d;
    background-image: url('/static/img/connected_world.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#landing_footer {
    width: 100%;
}

.landing a {
    font-size: 1.5rem !important;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

li.dropdown:hover > .dropdown-menu {
    display: block; 
} 

.dropdown-menu {
    margin: 0;
    min-width: 15rem;
    color: inherit;
    box-shadow: #d0d0d0 0px 2px 4px 0px;
    z-index: 9999;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.info {
    padding: 30px;
}

.info>ul {
    margin-top: 30px;
    margin-bottom: 70px;
}

.info>a {
    font-size: 1rem;
}

.rainboots_bg {
    padding: 70px 0;
    width: 100%;
}

.category_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.category_logo {
    width: 180px;
    margin: auto;
    display: block;
}

.categories {
    margin-top: 70px;
    margin-bottom: 70px;
}

.product {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    transition: 0.2s;
}

.product:hover {
    box-shadow: 3px 3px 5px #b9b9b946;
}

.product_img {
    width: 100%;
}

.product>p {
    font-weight: 300;
    font-size: 16px;
    padding: 10px;
}

.kaya_info_img {
    width: 20rem;
    display: block;
    margin: auto;
}

.table th {
    width: 50%;
}

.table {
    font-weight: bold;
}

#kaya {
    font-size: 1.5em;
    color: #4babd7;
    padding-right: 0.3em;
}

#boot_flex {
    width: 12rem;
}

#product_img {
    width: 100%;
}

#phthalate_free_img {
    width: 5rem;
}

#inside_sole_img {
    width: 16rem;
}

#filter {
    padding: 30px 60px 10px 60px;
}

#measurements .container {
    max-width: 500px;
}

@media (max-width: 414.98px) {
    .info {
        padding: 0px;
    }

    .footer-media {
        margin-top: 10px;
    }
    .glass-container {
        padding: 2em 0.5em
    }
}

@media (max-width: 575.98px) {
    #world_map {
        background-size: cover;
    }
}

/* Medium devices (tablets) */
@media (max-width: 767.98px) {
    /* .header {
        min-height: 30rem;
    } */
}