.brands li  > a {
    min-width:100%;
}
A.type2:link {
    color: #2F4F4F;
    text-decoration: none;
}

A.type2:visited {
    color: #2F4F4F;
    text-decoration: none;
}

A.type2:active {
    color: #2F4F4F;
    text-decoration: none;
}

A.type2:hover {
    color: #708090;
    text-decoration: none;
}

A.type2 {
    transition: color 0.1s;
}

A.type1:link {
    color: #00008B;
    text-decoration: none;
}

A.type1:visited {
    color: #00008B;
    text-decoration: none;
}

A.type1:active {
    color: #00008B;
    text-decoration: none;
}

A.type1:hover {
    color: #6A5ACD;
    text-decoration: none;
}

A.type1 {
    transition: color 0.1s;
}

body {
    font-family: 'Noto Sans', sans-serif;
    margin: 0;
}

nav {
    font-size: 8pt;
}

table {margin:auto;}

.center {margin:auto;
        text-align:center;}
.center > a{display:block;
            text-align:center;}

.navTD {text-align:center;
        }

.header {
    text-align: center;
    max-width: 500px;
    overflow: auto;
    position: relative;
    margin: auto;
}

.logo {
    height: 70px;
}

.cart {
    float: right;
}

.cart .feather {
    margin-right: 4px;
    width: 16px;
    vertical-align: text-bottom;
}

.footer {
    background: #363636;
    color: #c6c6c6;
}

.footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 4rem;
    padding-right: 4rem;
}

.footer-column {
    flex: 1 1 auto;
}

.social-policy {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.forum-message {
    margin-top: 0;
    font-size: 90%;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 90%
}

.footer a {
    transition: color .1s;
    text-decoration: none;
    color: #c6c6c6;
}

.footer-links a {
    padding: .2em 2rem;
}

.footer a:hover {
    color: #fff;
}

.footer-social {
    padding: 0;
    list-style: none;
    display: flex;
    width: 200px;
    margin-left: auto;
}

.footer-social li {
    flex: 1 1 auto;
}

.footer-social a {
    padding: 0;
}

.footer-policy {
    font-size: 90%;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.footer-policy li {
    display: inline-block;
}

.footer-policy li+li {
    margin-left: 1em;
}

@media screen and (min-width: 366px) {
    .cart {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

@media screen and (max-width: 709px) {
    .show {
        position:relative;
        text-align:center;
        border:none;
    
    }
    .footer-wrapper {
        display: block;
        text-align: center;
    }
    .footer-column+.footer-column {
        margin-top: 25px;
    }
    .footer-links a {
        padding: 0;
    }
    .social-policy {
        text-align: center;
    }
    .footer-social {
        margin-right: auto;
    }
    .footer-policy {
        margin-top: 25px;
    }
    .footer-policy li {
        display: block;
    }
    .footer-policy li+li {
        margin: 0;
    }
}

@media screen and (max-width: 1043px) {
    .social-policy {
        margin-top: 25px;
    }
}

.diy {
    align-self: center;
    justify-self: center;
    text-align: center;
}

.diy-image-link {
    display: block;
    width: 107px;
    margin: 0 auto;
}

.diy-image {
    width: 100%;
    display: block;
}

.diy-text {
    font-size: 8pt;
}

.video-info {
    /* align-self: center; */
    /* justify-self: center; */
    /* text-align: left; */
    float: left;
}

.video-info-link {
    display: block;
    width: 107px;
    margin: 0 auto;
}

.video-info-image {
    width: 100%;
    display: block;
}

.video-info-text {
    font-size: 8pt;
}

/* Bootstrap 4.2.1 button style */

.button:not(:disabled) {
    cursor: pointer;
}

.button {
    color: #fff;
    background-color: #2C2D65;
    border-color: #2C2D65;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-transform: none;
    overflow: visible;
    margin: 0;
    font-family: inherit;
    text-decoration: none;
}

.button:not(:disabled):active {
    background-color: #252656;
    border-color: #252656;
}

.button:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #070825;
}

.button:hover {
    background-color: #4A4B7B;
    border-color: #4A4B7B;
}

.green {
    background-color: #00c897;
    border-color: #00c897;
    color: black;
}

.green:not(:disabled):active {
    background-color: #508071;
    border-color: #508071;
}

.green:focus {
    box-shadow: 0 0 0 0.2rem #2f4858;
}

.green:hover {
    background-color: #c8fcea;
}

/*Bootstrap 4.3.1 select style*/

.select {
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: transparent;
    text-transform: none;
    margin: 0;
    font-family: inherit;
    box-sizing: border-box;
    word-wrap: normal;
    /*custom stuff*/
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
}

.select:focus {
    border-color: #2C2D65;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #070825;
}
.alert-custom {
    
    background: linear-gradient(to bottom,#005bbb 50%,#ffd500 50%);
    height: 100px;
}
/* Next & previous buttons */
/* .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: rgb(5, 5, 5);
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
} */
  
/* Position the "next button" to the right */
/* .next {
right: 0;
border-radius: 3px 0 0 3px;
} */

  /* The dots/bullets/indicators */
/* .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: rgb(3, 3, 3);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
} */
  
/* .active, .dot:hover {
background-color: #5f5a5a;
} */