@font-face {
    font-family: 'Material Icons Outlined';
    font-style: normal;
    font-weight: 400;
    src: url(../assets/material-icons-outlined.woff2) format('woff2');
}

.material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    display: inline-flex;
    font-size: inherit;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../assets/material-icons.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    display: inline-flex;
    font-size: inherit;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    bottom: 0 !important;
    transition: background-color 400ms;
    text-transform: lowercase !important;
}

main {
    flex: 1 0 auto;
}

footer {
    z-index: 1;
}

.page-footer i {
    color: #424242;
    font-size: 25px;
}

.page-footer.dark i {
    color: #e0e0e0;
}

nav {
    color: #424242;
}

nav ul a {
    color: #424242;
    font-weight: 700;
}

nav ul a:hover {
    color: #ffffff;
    background-color: #2196f3;
}

nav .dark ul a:hover {
    background-color: #000000;
}

input,
textarea {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

button {
    font-family: 'Montserrat', sans-serif;
}

@supports (-webkit-overflow-scrolling: touch) {
    input,
    textarea {
        transform: translateZ(0px) !important;
    }
}

.container {
    bottom: 10%;
}

.brand-logo {
    color: #2196f3 !important;
}

#parallax .col {
    text-align: center;
}

#parallax i {
    font-size: 60px;
}

.themed {
    transition: background-color 400ms;
}

.dark {
    color: #bdbdbd !important;
    background-color: #212121 !important;
}

.dark a {
    color: #e0e0e0 !important;
}

.dark a:hover {
    color: #ffffff !important;
    opacity: 1 !important;
}

.dark input {
    color: #e0e0e0;
}

.dark textarea {
    color: #e0e0e0;
}

.dark .divider {
    opacity: 0.2;
}

.pitchblack {
    background-color: #000000;
    color: #e0e0e0;
    transition: background-color 400ms;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

.product-tabs {
    color: #424242 !important;
}

.tabs .tab a {
    color: #424242;
    text-transform: lowercase;
}

.tabs .tab a:hover {
    color: #2196f3;
}

.tabs .tab a.active {
    color: #2196f3;
}

.dark .tabs .tab a.active {
    color: #2196f3 !important;
}

.tabs .tab a.active:focus {
    background-color: transparent;
}

.tabs .indicator {
    color: #2196f3;
    background-color: #2196f3;
}

.dark .tabs .indicator {
    color: #2196f3;
    background-color: #2196f3;
}

.nav-extended .material-icons-outlined {
    height: 30px;
    transition: color 400ms;
    line-height: 1;
}

#mobile-navbar .tab a {
    text-transform: lowercase;
}

.lowopacity {
    opacity: 0.3;
}

.section .row {
    margin: 0 auto 0 auto;
}

.sidenav {
    padding: 0;
}

.sidenav .divider {
    margin: 0;
}

.sidenav .brand-logo {
    font-size: 50px;
    padding: 20%;
    margin: 0 0 20% 0;
    transition: 400ms;
}

.sidenav .brand-logo:hover {
    background-color: transparent;
    opacity: 0.8 !important;
    transition: 400ms;
}

#sidenav-menu .material-icons-outlined {
    font-size: 25px;
}

#sidenav-social {
    padding: 0;
    display: flex;
    margin: 0 0 60px 0; 
    bottom: 0;
    position: absolute;
}

#sidenav-social i {
    float: none;
    margin: 0;
    padding: 0;
}

#sidenav-social a {
    display: inline-block;
    font-size: 25px;
}

#sidenav-social a:hover {
    opacity: 1;
}

#sidenav-social .material-icons-outlined {
    font-size: 25px;
    vertical-align: middle;
    margin: 0;
}

a.whatsapp {
    background-color: #00E676;
    color: #ffffff !important;
    padding: 0 19.06px !important;
}

.sidenav li a.whatsapp:hover {
    opacity: 0.9 !important;
    background-color: #00E676;
    color: #ffffff !important;
}

a.instagram {
    background-color: #9734C0;
    color: #ffffff !important;
    padding: 0 19.06px !important;
}

.sidenav li a.instagram:hover {
    background-color: #9734C0;
    color: #ffffff !important;
    opacity: 0.8 !important; 
}

a.twitter {
    background-color: #1DA1F2;
    color: #ffffff !important;
    padding: 0 17.56px !important;
}

.sidenav li a.twitter:hover {
    background-color: #1DA1F2;
    color: #ffffff !important;
    opacity: 0.9 !important; 
}

a.facebook {
    background-color: #2D88FF;
    color: #ffffff !important;
    padding: 0 17.56px !important;
}

.sidenav li a.facebook:hover {
    background-color: #2D88FF;
    color: #ffffff !important;
    opacity: 0.9 !important; 
}

a.dark-mode-switch {
    background-color: #212121;
    padding: 0 18.06px !important;
}

a.dark-mode-switch:hover {
    background-color: #000000 !important;
    opacity: 0.9 !important;
}

a.dark-mode-switch i {
    color: #ffffff !important;
}

a.light-mode-switch {
    padding: 0 18.06px !important;
}

.sidenav-menu .material-icons-outlined{
    font-size: 25px;
}

.sidenav.dark li a i {
    color: #ffffff;
}

.sidenav-menu a.collapsible-header {
    margin-right: 0;
    padding: 0 0 0 32px;
}

a.collapsible-header .right {
    margin: 0 16px 0 0;
}

.sidenav .collapsible-body li a {
    padding: 0 0 0 55px;
}

.contact-form h5 {
    margin: 5% 0 0 4%;
}

#message-success {
    padding: 5%;
}

#submit-button {
    text-transform: lowercase;
    float: left;
}

#reset-button {
    text-transform: lowercase;
    float: right;
}

.btn-flat {
    border: 2px solid #919191;
    border-radius: 4px;
}

.btn-flat i {
    font-size: 24px !important;
    max-height: 32px;
}

.dark .btn-flat {
    color: #bdbdbd;
}

#map {
    margin: 5% 0 0 0;
}

.card .card-image .card-title {
    background-color: rgba(0, 0, 0, 0.30);
    width: 100%;
    margin: 0;
    padding: 5% 10%;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
}

.card.dark .card-image .card-title {
    color: #bdbdbd;
}

.card .card-action {
    padding: 10px 0px 10px 24px;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
    color: #2196f3;
    margin: 0 0;
    padding: 0 0;
    text-transform: lowercase;
    font-size: 16px;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating):nth-child(1) {
    float: left;
    margin: 0 15% 0 0;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating):nth-child(2) {
    padding-top: 5px;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating):hover {
    color: #2196f3;
    opacity: 0.8;
}

.card-action span {
    float: right;
    text-transform: uppercase;
    background-color: #2196f3;
    padding: 5px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.card-reveal {
    text-transform: none;
}

/* 320PX SPECIAL */
@media only screen and (min-width: 0px) and (max-width: 320px) {
    
    main {
        margin: 48px 0 0 0;
    }
    
    a.whatsapp {
        font-size: 20px;
        padding: 0 8.75px !important;
    }
    
    a.instagram {
        font-size: 20px;
        padding: 0 8.75px !important;
    }
    
    a.twitter {
        font-size: 20px;
        padding: 0 7.5px !important;
    }
    
    a.facebook {
        font-size: 20px;
        padding: 0 7.5px !important;
    }
    
    a.dark-mode-switch {
        padding: 5px 10px 0 10px !important;
        height: 56px;
    }
    
    a.dark-mode-switch .material-icons-outlined {
        font-size: 20px !important;
        height: auto;
    }
    
    a.light-mode-switch {
        padding: 5px 10px 0 10px !important;
        height: 56px;
    }
    
    a.light-mode-switch .material-icons-outlined {
        font-size: 20px !important;
        height: auto;
    }
    
    #news {
        margin: 5% 0 0 0;
        padding: 5% 5% 5% 10%;
    }
    
    #chargers {
        margin: 5% 0 0 0;
        padding: 5% 5% 5% 10%;
    }
    
    #cables {
        margin: 5% 0 0 0;
        padding: 5% 5% 5% 10%;
    }
    
    #headphones {
        margin: 5% 0 0 0;
        padding: 5% 5% 5% 10%;
    }
    
    #protectors {
        margin: 5% 0 0 0;
        padding: 5% 5% 5% 10%;
    }
    
    #cases {
        margin: 5% 0 0 0;
        padding: 5% 5% 5% 10%;
    }
    
    #speakers {
        margin: 5% 0 0 0;
        padding: 5% 5% 5% 10%;
    }
    
}

/* MATERIALIZE RESPONSIVE */
@media only screen and (min-width: 321px) and (max-width: 600px) {
    
    main {
        margin: 48px 0 0 0;
    }
    
    a.whatsapp {
        font-size: 25px;
        padding: 0 8.75px !important;
    }
    
    a.instagram {
        font-size: 25px;
        padding: 0 8.75px !important;
    }
    
    a.twitter {
        font-size: 25px;
        padding: 0 7.5px !important;
    }
    
    a.facebook {
        font-size: 25px;
        padding: 0 7.5px !important;
    }
    
    a.dark-mode-switch {
        padding: 7px 7.5px 0 7.5px !important;
        height: 56px;
    }
    
    a.dark-mode-switch .material-icons-outlined {
        font-size: 25px !important;
        height: auto;
    }
    
    a.light-mode-switch {
        padding: 7px 7.5px 0 7.5px !important;
        height: 56px;
    }
    
    a.light-mode-switch .material-icons-outlined {
        font-size: 25px !important;
        height: auto;
    }
    
    #news {
        margin: 5% 0 0 0;
        padding: 5% 5% 5% 10%;
    }
    
    #chargers {
        margin: 5% 0 0 0;
        padding: 5% 5% 5% 10%;
    }
    
    #cables {
        margin: 5% 0 0 0;
        padding: 5% 5% 5% 10%;
    }
    
    #headphones {
        margin: 5% 0 0 0;
        padding: 5% 5% 5% 10%;
    }
    
    #protectors {
        margin: 5% 0 0 0;
        padding: 5% 5% 5% 10%;
    }
    
    #cases {
        margin: 5% 0 0 0;
        padding: 5% 5% 5% 10%;
    }
    
    #speakers {
        margin: 5% 0 0 0;
        padding: 5% 5% 5% 10%;
    }
    
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
    
    main {
        margin: 48px 0 0 0;
    }
    
    a.whatsapp {
        font-size: 25px;
        padding: 0 14.07px !important;
    }
    
    a.instagram {
        font-size: 25px;
        padding: 0 14.07px !important;
    }
    
    a.twitter {
        font-size: 25px;
        padding: 0 12.5px !important;
    }
    
    a.facebook {
        font-size: 25px;
        padding: 0 12.5px !important;
    }
    
    a.dark-mode-switch {
        padding: 7px 12.5px 0 12.5px !important;
        height: 64px;
    }
    
    a.dark-mode-switch .material-icons-outlined {
        font-size: 25px !important;
        height: auto;
    }
    
    a.light-mode-switch {
        padding: 7px 12.5px 0 12.5px !important;
        height: 64px;
    }
    
    a.light-mode-switch .material-icons-outlined {
        font-size: 25px !important;
        height: auto;
    }
    
    #news {
        margin: 2% 0 0 0;
        padding: 3% 5% 3% 5%;
    }
    
    #chargers {
        margin: 2% 0 0 0;
        padding: 3% 5% 3% 5%;
    }
    
    #cables {
        margin: 2% 0 0 0;
        padding: 3% 5% 3% 5%;
    }
    
    #headphones {
        margin: 2% 0 0 0;
        padding: 3% 5% 3% 5%;
    }
    
    #protectors {
        margin: 2% 0 0 0;
        padding: 3% 5% 3% 5%;
    }
    
    #cases {
        margin: 2% 0 0 0;
        padding: 3% 5% 3% 5%;
    }
    
    #speakers {
        margin: 2% 0 0 0;
        padding: 3% 5% 3% 5%;
    }
    
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {

    main {
        padding-left: 300px;
    }
    
    #news {
        margin: 2% 0 0 0;
        padding: 3% 5% 3% 5%;
    }
    
    #chargers {
        margin: 2% 0 0 0;
        padding: 3% 5% 3% 5%;
    }
    
    #cables {
        margin: 2% 0 0 0;
        padding: 3% 5% 3% 5%;
    }
    
    #headphones {
        margin: 2% 0 0 0;
        padding: 3% 5% 3% 5%;
    }
    
    #protectors {
        margin: 2% 0 0 0;
        padding: 3% 5% 3% 5%;
    }
    
    #cases {
        margin: 2% 0 0 0;
        padding: 3% 5% 3% 5%;
    }
    
    #speakers {
        margin: 2% 0 0 0;
        padding: 3% 5% 3% 5%;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1920px) {

    main {
        padding-left: 300px;
    }
    
    #news {
        margin: 2% 0 0 0;
        padding: 2% 5% 2% 2%;
    }
    
    #chargers {
        margin: 2% 0 0 0;
        padding: 2% 5% 2% 2%;
    }
    
    #cables {
        margin: 2% 0 0 0;
        padding: 2% 5% 2% 2%;
    }
    
    #headphones {
        margin: 2% 0 0 0;
        padding: 2% 5% 2% 2%;
    }
    
    #protectors {
        margin: 2% 0 0 0;
        padding: 2% 5% 2% 2%;
    }
    
    #cases {
        margin: 2% 0 0 0;
        padding: 2% 5% 2% 2%;
    }
    
    #speakers {
        margin: 2% 0 0 0;
        padding: 2% 5% 2% 2%;
    }

}