body {
    font-family: "Cubano", Arial, sans-serif;
    src: url('../fonts/Cubano/Cubano.ttf');
}

main {
    padding: 16px;
}

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

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

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

a {
    font-weight: 600;
    font-size: 26px;
    text-decoration: none;
    color: rgb(106 106 106);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    text-transform: uppercase;
}

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

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

h1,h2,h3,h4,h5 {
    color: rgb(106 106 106);
    text-decoration: none;
}

p {
    color: rgb(106 106 106);
}

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

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

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

.media {
    font-size: 1.2rem;
    display: inline-block;
    padding: 10px;
}

.footer-media {
    margin-top: 70px;
}

.footer-media > p {
    font-weight: 300;
    font-size: 16px;
}

#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;
}

.info {
    padding: 30px;
}

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

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

.rainboots_bg {
    background-color: #4babd7;
}

.category_img {
    width: 100%;
}

.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: 32px;
    color: #4babd7;
}

#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;
    }

    a {
        font-size: 1.3rem;
    }
}