html,
button,
input,
select,
textarea {
    color: #333;
}

html {
    font-size: 100%;
    line-height: 1.4;
    overflow-y: scroll;
    overflow-x: hidden;
}

/*
 * Remove text-shadow in selection highlight.
 * Customize the backround color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 4em 0;
  padding: 0;
}

/* 
 * Remove gap between images, videos, audio and canvas and the bottom of 
 * their containers.
 */

audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fielset styles.
 */ 

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

html, body {
    padding: 0;
    margin: 0;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif; 
    font-weight: 400;
    color: #333;
    max-width: 100%;
}

body {
    background: #fafafa;  
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    color: #333;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    align-items: center;
    padding: 0.5rem 1rem;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%), 0 1px 5px rgb(0 0 0 / 7%);
    background: #fff;
    border-radius: 0px;
    z-index: 50;
    overflow: none;
}

header a {
    display: flex;
    align-items: center;
}

#logo-small {
    border: 1px solid #ddd;
    width: 50px;
    height: 50px;
    border-radius: 0.45rem;
    position: relative;
    bottom: 3px;
}

header .navigation {
    display: none;
}

header .menu-expand {
    display: none;
}

#page {
    width: 100%;
    padding: 0 1rem;
    margin: 0;
    padding-top: 110px;
}

#page .logo-section {
    width: 100%;    
}

#page .logo-section .wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
}

#page .logo-section .image-container {
    display: flex;
    align-items: center;
}

#logo {
    border: 1px solid #ddd;
    width: 115px;
    height: 115px;
    border-radius: 0.8rem;
    margin-right: 1rem;
}

#page .logo-section br {
    display: block;
    content: "";
    margin-top: -0.5rem;
}

#page .logo-section .subheader-container {
    width: 100%;
    margin-top: 1rem;
    text-align: center;
}

#page .subheader-container span {
    font-weight: normal;
    font-size: 1.2rem;
}

#page .buyzdirect {
    font-weight: bold;
    font-size: 1.8rem;
    text-transform: uppercase;
}

#page .logistics {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: normal;
}

#page .tracking-body {
    width: 100%;
    margin: 3rem 0;
}

#tracking-form .wrapper {
    display: flex;
    max-width: 600px;
    margin: 0 auto;
}

#tracking-form input[name="number"] {
    width: 100%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: none;
    outline: none;
    padding: 1.82rem 0;
    padding-left: 0.5rem;
    font-size: 1.4rem;
    color: #666;
}

#tracking-form button {
    background: #f13e38;
    border: 1px solid #f13e38;
    border-radius: 3px;
    cursor: pointer;
    padding: 1rem;
}

#tracking-form button:hover {
    opacity: 0.95;
}

#search-icon {
    color: #fff;
    font-size: 1.6rem;
    padding-bottom: 0.5rem;
}

#track-text {
    color: #fff; 
    font-size: 1.2rem;
    text-transform: uppercase;
}

#page .features {
    width: 100%;
}

#page .features .wrapper {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1100px;
}

#page .features .item {
    width: 25%;
}

#page .features .item:not(:last-child) {
    margin-right: 1.5rem;
}

#page .features .header {
    margin-bottom: 0;
}

#page .features .header span {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
}

footer {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    font-size: 0.8rem;
    margin-top: 3rem;
    margin-bottom: 0.5rem;
    padding: 0 1rem;
}

footer > div {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
}

footer > div > div:nth-of-type(1) {
    margin-top: 0.5rem;
    color: #666;
}

footer > div > div:nth-of-type(2) {
    margin: 0.5rem 0;
    color: #666;
}

#year {
    color: #666;  
}

#page .subheader-container #shipment-details {
    font-weight: bold;
    font-size: 1.8rem;
}

.tracking-section {
    width: 100%;
    padding: 0 1rem;
    margin-top: 2rem;
}

.tracking-section > .wrapper {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
}

.tracking-section > .wrapper .tracking-number {
    width: 100%;
    max-width: 640px;
    padding-bottom: 0.25rem;
    /* margin-left: 2.8rem; */
}

.tracking-section > .wrapper .tracking-events {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 640px;
    margin-top: 1rem;
}

.tracking-section .tracking-events > .wrapper {
    display: flex;
    flex-grow: 1;
    width: 100%;
}

.tracking-section .tracking-events .icon {
   display: flex;
   align-items: center;
   padding-right: 0.5rem;
}

.tracking-section .icon i {
    color: #666;
}

#delivered {
    color: #8ec243;
}


.tracking-events > .wrapper .event {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    padding: 1rem;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #fff;
    border-radius: 3px;
}

.tracking-events > .wrapper:first-child .event {
    border-top: 1px solid #ddd;
}



.tracking-section .event .update {
    color: #333;
    font-weight: bold;
}

.tracking-section .status .name {
    padding: 0.25rem 0;
}

.tracking-section .status .location {
    color: #666;
}

@media screen and ( max-width: 900px ) {
    #page .features .wrapper {
        display: flex;
	flex-direction: column;
	flex-grow: 1;
	max-width: 600px;
    }

    #page .features .item {
        width: 100%;
    }      

    #page .features .item {
        margin-bottom: 1rem;
    }

    #page .features .item:last-child {
        margin-bottom: 0;
    }
}

@media screen and ( max-width: 360px ){
    #logo {
        margin-right: 0.5rem;
	width: 100px;
	height: 100px;
    }

    #page .subheader-container > span {
        font-size: 0.9rem;
    }
}
