*{
    margin: 0;
    padding: 0;
    font-family: 'Anton', sans-serif;
}



/* UNIVERSAL */
body{
    min-height: 100vh;
    position: relative;
}

.flex{
    display: flex;
}

.wrap{
    flex-wrap: wrap;
}

.justify-between{
    justify-content: space-between;
}

.justify-center{
    justify-content: center;
}

.justify-around{
    justify-content: space-around;
}

.align-center{
    align-items: center;
}

.text-center{
    text-align: center;
}

.text-left{
    text-align: left;
}

a{
    text-decoration: none;
    color: white;
}

.text-white{
    color: white;
}

.container{
    margin: 0 auto ;
    max-width: 1100px;
    padding: 150px 5vw 200px;
}

#col-1{
    flex: 1;
}

.vertical-bottom img{
    vertical-align: bottom;
}

input[type="radio"] {
	appearance: none;
	width: 25px;
	height: 25px;
	border: 2px solid white;
	border-radius: 50%;
	background-clip: content-box;
    background-color: rgb(57, 52, 57);
}

input[type="radio"]:checked {
    transition: 300ms;
	border: 2px solid black;
    padding: 3px;
}

footer{
    border-top: 2px solid #e3e3e3;
    background-color: #F5F5F5;
    display: flex;
    padding: 0 30px;
    color: #636363;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 130px;
    align-items: center;
}

footer a{
    color: #636363;
}

footer a:hover{
    transition: 350ms;
    color: #959595;
}

.footer-container{
    width: 80vw;
    max-width: 600px;
    margin: 0 auto;
}

footer img{
    height: 1.5em;
}

.footer-medias img{
    margin: 0 15px;
}

.footer-links{
    justify-content: space-around;
    margin: 0 auto 20px;
}


/* NAV BAR */
.header{
    padding: 25px 35px;
    background-color: rgb(103, 90, 172);
    box-shadow: 0 0 25px black;
    font-size:1.25em;
    position: fixed;
    top: 0; left: 0; right: 0;
    width: auto !important;
    opacity: 90%;
    z-index: 10;
    height: 32px;
}

.header img{
    height: 32px;
}

.right-header a{
    transition: 200ms;
    margin: 0 10px;
}

.right-header a:hover {
    transition: 200ms;
    color: rgb(56, 48, 99);
}

.smaller img{
    height: 1.25em;
}

#highlight{
    color: rgb(56, 48, 99) !important;
}

.menu{
    display: none;
}

.menu img{
    cursor: pointer;
}

#side-menu{
    transition: 350ms;
    background-color: white;
    border-left: 1.5px solid rgb(215, 215, 215);
    font-size:1.25em;
    position: fixed;
    top: 0; bottom: 0; right: -275px;
    z-index: 11;
    width: 200px;
}

.top-menu-option{
    width: 100%;
    flex-direction: row-reverse;
    padding: 25px 0;
}

.top-menu-option img{
    height: 30px;
    padding: 0 10px;
    cursor: pointer;
}

.menu-option{
    width: 100%;
    text-align: center;
    border-top: 1.5px solid rgb(215, 215, 215);
    padding: 10px 0 10px 10px;
}

.menu-option:hover{
    transition: 350ms;
    background-color: rgb(245, 245, 245);
}

#side-menu a{
    color: black;
}



/* Index */
.cover{
    height: 150vh;
}
.cover img{
    object-fit: cover;
    width: 100%;
    height: 150vh;
}

.home-button{
    font-size: 5em;
    position: absolute;
    top: 50vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
    background-color: black;
    opacity: 65%;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    color: white;
    line-height: 1em;
    white-space: nowrap;
}

.home-button:hover{
    transition: 350ms;
    border-bottom: white 2px solid;
    opacity: 80%;
}

/* About/Upcoming */
.content{
    margin: 0 auto;
    padding: 200px 10% 0px;
    font-size: 1.55em;
}

.content img{
    height: 40px;
    margin: 5px 10px;
}



/* Drops */

.clothing-display img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.clothing-display a{
    color: black;
}

.clothing-display{
    max-width: 500px;
    min-width: 120px;
    width: 50%;
    margin-bottom: 50px;
}

.clothing-display-container{
    width: 100%;
    max-height: 500px;
    max-width: 45vw;
    height: 50vw;
}

.clothing-display:hover{
    transform: scale(1.1);
    transition: 500ms;
}



/* Products */
.photos{
    display: flex;
    flex-direction: row-reverse;
}

.large-photo{
    height: 550px;
    width: 550px;
    max-width: 550px;
    max-height: 550px;
    margin: 5px 5px;
}

.large-photo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.small-photos{
    justify-content: space-evenly;
    flex-direction: column;
}

.small-photos img{
    border: 2px solid rgb(179, 179, 179);
    height: auto;
    cursor: pointer;
    width: 75px;
}

.options h1{
    font-size: 3.1em;
}

.options form{
    font-size: 1.55em;
}

.purple-button{
    font-size: 1.3em;
    color: white;
    background-color: rgb(103, 90, 172);
    padding: 10px 67px;
    text-align: center;
    box-shadow: 3px 3px black;
    border: black solid 2px;
    cursor: pointer;
}

.purple-button:hover{
    background-color: rgb(150, 137, 216);
}

.purple-button:active{
    position: relative;
    top: 3px; left: 3px;
    box-shadow: 0 0 0;
}

.checkout-button{
    margin-right: none !important;
    margin-top: 20px;
    width: 100%;
}

#AddCartButton{
    width: 100%;
}

.options select{
    width: 175px;
}

.options h2{
    font-size: 1.6em;
}

.message{
    font-size: 10px;
    color: crimson;
}

.quantity{
    width: 100%;
}

.quantity select{
    width: 100%;
    padding: 0 5px;
    margin-left: 5px;
}

.color-size-etc{
    min-width: 60%;
}

.color-size-etc input[type=radio]{
    margin-right: 1px;
}

.color-size-etc label{
    margin-right: 10px;
}

.colors{
    flex-wrap: wrap;
}

.sizes{
    flex-wrap: wrap;
}

.size-chart{
    margin-top: 100px;
    font-size: 1.2em;
    flex-direction: column;
}

.size-chart img{
    margin-top: 10px;
    width: 95%;
    display: none;
}

.tg{
    border-collapse:collapse;
    border-spacing:0;
    width: 100%;
    font-size: .8em;
}
.tg td{
    border-color:black;
    border-style:solid;
    border-width:1px;
    overflow:hidden;
    padding:10px 5px;
    word-break:normal;
}
.tg th{
    border-color:black;
    border-style:solid;
    border-width:1px;
    font-weight:normal;
    overflow:hidden;
    padding:10px 5px;
    word-break:normal;
}
.tg .tg-0lax{
    text-align:center;
    vertical-align:middle;
}

.img-magnifier-glass {
    position: absolute;
    border: 1px solid #000;
    border-radius: 5px;
    cursor: crosshair;
    /*Set the size of the magnifier glass:*/
    width: 250px;
    height: 250px;
    box-shadow: 5px 5px 30px black;
}

/* Cart */

.in-cart{
    margin-bottom: 5px;
    border-bottom: solid rgb(179, 179, 179);
    border-width: 2px;
    padding: 5px 15px;
    font-size: 18px;
    display: flex;
    flex: 1;
}

.left-cart form{
    align-items: center;
}

.left-cart form input{
    border: none;
    border-bottom: 2px solid rgb(179, 179, 179);
    outline: none !important;
}

.in-cart p{
    margin-right: 10px;
}

.in-cart img{
    margin-right: 20px;
    height: 125px;
    width: auto;
}

.your-cart{
    font-size: 50px;
}

.update-remove input{
    cursor: pointer;
    border-width: 0;
    background-color: white;
}

.update-remove a, .update-remove input{
    font-size: 18px;
    color: black;
    text-decoration: underline;
    margin-right: 20px;
    border: none !important;
}

.cart_total{
    margin-bottom: 10px;
}

.checkout-div{
    margin-top: auto;
    margin-left: 15px;
}

.cart-details{
    text-align: left;
    display: block;
}

.small-price{
    display: none;
}

/* Help */

.help-title{
    margin-left: 23%;
    padding: 0 2%;
}

.help-title-2{
    display: none;
    margin-top: 10px;
}

.help li{
    list-style: none;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid black;
    color: black;
}

.help li:hover{
    transition: 350ms;
    background-color: rgb(245, 245, 245);
}

.help ul{
    width: 23%;
    border-top: 1px solid black;
}

.help-content{
    padding: 0 5%;
    font-size: 1em;
    box-sizing: border-box;
}

.help-content img{
    height: 1.5em;
}

.help-content a{
    color: black;
    text-decoration: underline;
}



@media (max-width: 1100px){
    .cart-page{
        padding: 150px 10vw 200px;
        display: block !important;
    }
    .checkout-div{
        margin: 0;
    }
    .checkout-button{
        margin-top: 10px;
    }
    .checkout-div button{
        width: 100%;
    }
    .large-photo{
        width: 50vw;
        height: 50vw;
    }
    .product{
        font-size: .85em;
    }
    .clothing-display{
        font-size: 1.6vw;
    }
    .home-button{
        font-size: 4em;
    }
    .img-magnifier-glass {
        width: 225px;
        height: 225px;
    }
}

@media (max-width: 850px){
    .product{
        display: block;
        font-size: .85em;
    }
    .large-photo{
        height: 80vw;
        width: 80vw;
        margin: 0 auto 10px;
    }
    .photos{
        display: block;
        justify-content: center;
    }
    .small-photos{
        justify-content: space-between;
        flex-direction: row;
        width: 100%;
    }
    .small-photos img{
        height: 10vw;
        width: auto;
    }
    .name-desc{
        padding-bottom: 20px;
    }
    .color-size-etc{
        width: 100%;
    }
    .right-header{
        display: none;
    }
    .menu{
        display: flex;
    }
    .menu-open{
        transform: translateX(-275px);
    }
    .size-chart{
        width: auto;
        margin: 50px 0;
    }
    .tg{
        font-size: .7em;
    }
    .img-magnifier-glass {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 550px){
    .clothing{
        padding-top: 100px;
    }
    .in-cart{
        font-size: 15px;
    }
    .update-remove a, .update-remove input{
        font-size: 15px;
    }
    .your-cart{
        font-size: 40px;
    }
    .cart_total{
        font-size: 20px;
    }
    .small-price{
        display: block;
    }
    .big-price{
        display: none;
    }
    .container{
        padding-bottom: 265px;
    }
    footer{
        height: 185px;
    }
    .footer-links{
        flex-direction: column;
        align-items: center;
        margin-bottom: 8px;
    }
    .footer-dividers{
        display: none;
    }
    .product{
        font-size: .7em;
    }
    .product h1{
        font-size: 2.5em;
    }
    .name-desc{
        padding-bottom: 10px;
    }
    .clothing-display{
        font-size: 2vw;
    }
    .help-div{
        display: block !important;
    }
    .help-title{
        display: none;
    }
    .help-title-2{
        display: block;
    }
    .help ul{
        width: 100%;
    }
    .content{
        font-size: 1.25em;
    }
    .purple-button{
        font-size: 1em;
    }
    .tg{
        font-size: .6em;
    }
    .home-button{
        font-size: 3em;
    }
    .img-magnifier-glass {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 400px){
    .clothing-display{
        font-size: .5em;
    }
}