@import url('https://fonts.googleapis.com/css2?family=Gantari:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

@keyframes addSize {
    from {height: 28;width: 28;}
    to {height: 30;width: 30;}
  }


html,body{
    height: 100%;
    background-color: #C2CCFF;
}

.big-shadow{
    position: fixed;
    height: 100%;
    width: 100%;
    box-shadow:inset 0 0 0 2000px rgba(1, 0, 39, 0.72); 
    z-index: 10;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.checked {
    color: orange;
  }
section.no-margin{
    margin: 0   ;
}
div.shop.no-margin-bot{
    margin-bottom: 0;
}
.log{
    display: flex;
}
.log svg{
    margin: 0 5px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
  }

.top-header img{
    height: 60px;
}
.log #signup{
    background-color: black;
    color: white;
    font-weight: 900;
}
.log button{
    border: 1px solid black;
    border-radius: 10px;
    background: none;
    height: 40px;
    width: 100px;
    margin-right: 5px;
    font-family: 'Gantari', sans-serif;
}
.top-header{
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}
.top-header.shop{
    border-bottom: 1px solid black;
    margin-bottom: 30px;
}
/* .interface{
     margin-bottom: 50px; 
} */
.inter-info{
    height: 1000px;
    max-height: 85vh;
    background-image: url("/img/headerimg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow:inset 0 0 0 2000px rgba(1, 0, 39, 0.72);  
    display: flex;
    justify-content: center;

}
.info-text{
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
#discover{
    color: white;
    background: #ffffff00;
    border: 3px solid white;
    width: 140px;
    height: 60px;
    font-family: 'Gantari', sans-serif;
    font-weight: 900;
    margin: 40px auto;
    font-size: 16px;
    cursor: pointer;
}

#title-parag-intro {
    
    display: flex;
    font-family: 'Kanit', sans-serif;
    color: white;
    margin: 20px 0;
}
#title-parag-intro span{
    margin: auto;
    display: flex;
    font-family: 'Kanit', sans-serif;
    color: white;
    
}
#title-parag-intro p{
    font-size: 50px;
    font-weight: 900;
    text-align: center;
    margin: auto;
}
#header-info{
    font-size: 18px;
    font-family: 'Gantari', sans-serif;
    color: white;
    margin: 20px auto;
    max-width: 400px;
}
.top-sells{
    margin-top: 40px;
}
.top-sells-container{
    width: 80%;
    margin: auto;
}
.top-sells-title{
    display: flex;
}
.top-sells-title h2{
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    margin: 50px 0;
    /* border-bottom: 1px solid black; */
}
.top-sells-merch{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.single-merch a{
    text-decoration: none;
    color: black;
}
.single-merch{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    width: 25%;
    min-width: 25%;
}
.single-merch img{
    width: 100%;
}
.single-merch p{
    margin-top: 15px;
    font-family: 'Gantari', sans-serif;
    font-weight: 600;
    text-align: center;
}
.single-merch h5{
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: 'Gantari', sans-serif;
    font-weight: 300;
}
.new-stock{
    margin-top: 40px;
}
.new-stock-container{
    width: 80%;
    margin: auto;
}
.new-stock-title h2{
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    margin: 50px 0;
}
.new-stock-merch{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.view-shop{
    margin-top: 100px;
    width:100%;
}
.bot-sec{
    width: 100%;
    background-color: rgb(35, 35, 35);
}
.bot-container{
    margin: auto;
    width: 80%;
    display: flex;
    flex-direction: column;
}
.bot-one{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-top: 30px;
}
.bot-two{
    width: 100%;
    border-top: 1px solid white;
    color: white;
    padding: 10px 0;
    display: flex;
    justify-content: space-around;
}
.bot-two span{
    font-family: 'Gantari', sans-serif;
    font-size: 15px;
}
.bot-two span i{
    font-size: 20px;
    margin: 0 5px;
}
.contact-info{
    font-family: 'Kanit', sans-serif;
    display: flex;
    flex-direction: column;
    color: white;
}
.other-info{
    font-family: 'Kanit', sans-serif;
    display: flex;
    flex-direction: column;
    color: white;
}
.other-info span{
    margin-top: 15px;
}
.contact-info span{
    margin-top: 15px;
}
.view-shop-container{
    width: 80%;
    margin: auto;
}
.view-shop-merch{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.view-shop-title h2{
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    margin: 50px 0;
}
#products{
    background-color: black;
    color: white;
    border: none;
    width: 200px;
    border-radius: 10px;
    height: 50px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    margin: 40px auto;
    font-size: 16px;
    cursor: pointer;
}
#products:hover{
    background-color: white;
    color: black;
    border: 1px solid rgb(85, 85, 85);;
}
.view-pro-butt{
    width: 100%;
    display: flex;
    justify-content: center;
}
.filter-container{
    width:70%;
    margin: auto;
    border-bottom: 1px solid rgb(221, 221, 221);
    padding-bottom:15px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;

}
.filter-container p{
    font-family: 'Gantari', sans-serif;
    font-size: 18px;
    display: inline-block;
    padding-top: 10px;
}
.filter-container button{
    background-color: white;
    border: 1px solid black;
    width: 100px;
    height: 40px;
    font-size: 15px;
    font-family: 'Gantari', sans-serif;
    font-weight: 900;
}
.filter-container-tlf{
    width:70%;
    margin: auto;
    border-bottom: 1px solid rgb(221, 221, 221);
    padding-bottom:15px;
    margin-bottom: 25px;
    font-family: 'Gantari', sans-serif;
    font-weight: 900;
    font-size: 16px;
    display: none;
}
.dropdown-filters span{
    background-color: white;
    border: 1px solid black;
    font-size: 18px;
    font-family: 'Gantari', sans-serif;
    padding: 5px 12px;
}
.dropdown-filters {
    position: relative;
    display: inline-block;
  }
  
  .filters {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: 5px;
    border-bottom: 1px solid black;
  }
  .filters p{
      border: 1px solid black;
      border-bottom: none;
      padding: 10px 12px;
  }
  
  .dropdown-filters:hover .filters {
    display: block;
  }
#sortby{
    margin-right: 5px;
}
.merch-title{
    margin-bottom: 30px;
}
.merch-title p{
    font-family: 'Ubuntu',sans-serif;
    font-size: 11px;
    color: rgb(165, 165, 165);
}
.merch-title h1{
    color: rgb(0, 0, 0);
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 2px;
}
.the-merch-container{
    width:80%;
    margin: auto;
    display: flex;
}
.merch-photos{
    
    width: 70%;
}
.merch-size{
    margin-bottom: 30px;
}
.merch-size h3{
    font-family: 'Gantari', sans-serif;
    display:  inline;
    letter-spacing: 1px;
}
.merch-size ul{
    display: inline;
}
.merch-size ul li{
    display: inline-block;
}
.merch-size ul li button{
    font-family: 'Ubuntu', sans-serif;
    background: none;
    border: none;
    border: 1px solid rgb(185, 185, 185);
    padding: 10px;
    font-size: 14px;
    color: rgb(63, 63, 63);
}
.pc-merch{
    display: flex;
    flex-direction: row;
}
.photos-selector{
    display: flex;
    flex-direction: column;
    margin-top: 10%;
}
.photos-selector img{
    width: 100px;
}
.selected-photo img{
    width: 100%;
}
.auth-section{
    background-color: rgb(245, 245, 245);
    padding: 50px 0 ;
}
.auth-container{
    width: 70%;
    margin: auto;
    overflow: hidden;
    border-radius: 20px;
    display: flex;
}
.login-image{
    position: relative;
    width: 50%;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.login-image img{
    position: relative;
    object-fit: cover;
  left: 50%;
  top: 0;
  width: 100%;
  min-height: 100%;
  transform: translateX(-50%);
}
.image-shadow{
    position: absolute;
    background-color: rgba(0, 1, 49, 0.5);
    top: 0;
    width: 100%;
    height: 100%;
}
.login-form{
    background-color: white;
    width: 50%;
    font-family: 'Gantari', sans-serif;
    /* height: 100%; */
}
.login-form form{
    display: flex;
    flex-direction: column;
    max-width: 300px;
    margin: auto;
    transform: translateY(24%);
}
.login-form form h1{
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    margin-bottom: 5px;
}
.login-form form p{
    margin-bottom: 34px;
    color: rgb(133, 133, 133);
}
.login-form form input {
    height: 40px;
    /* width:300px; */
    padding: 0 10px;
    margin-bottom: 15px;
}
#LoginSubmit{
    border:none;
    background-color: black;
    color: white;
    font-family: 'Kanit', sans-serif;
}
.login-form form input:placeholder-shown{
    font-family: 'Gantari', sans-serif;
}
.login-form form label{
    margin-bottom: 2px;
}
.merch-info{
    margin-top: 10%;
    width: 30%;
}
.merch-info h4{
    font-family: 'Ubuntu', sans-serif;
    color: #182747;
    /* font-weight: 300; */
    font-size:15px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.merch-desc{
    font-family: 'Lato',sans-serif;
    font-weight: 300;
}
.merch-desc h2{
    font-weight: 300;
    margin-bottom: 5px;
}
.merch-desc p{
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 20px;
}
.merch-stock{
    display: flex;
    margin-bottom: 20px;
}
.merch-stock p{
    font-family: 'Ubuntu',sans-serif;
    color: red;
    margin-left: 5px;
}
.stock-circle{
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 10px;
    margin-top: 4px;
}
.merch-shop{
    position: relative;
    display: flex;
    margin-bottom: 30px;
}
.merch-add-cart button{
    height: 100%;
    border: none;
    background: none;
    border: 1px solid rgb(206, 206, 206);
    margin: 0 10px;
    padding: 0 10px;
    min-width: 200px;
    font-family: 'Lato',sans-serif;
    color: #D8D8D8;
    background-color: #182747;
}
.cart-prods{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 400px;
    background-color: white;
    z-index: 11;
}
.cart-products{
    position: relative;
    height: -moz-calc(100% - 150px);
    height: -webkit-calc(100% - 150px);
    height: calc(100% - 150px);
    overflow-y: auto;
    padding: 20px 30px;
}
.scp img{
    width: 150px;
    height: auto;
}
.scp{
    display: flex;
    margin: 15px 0;
}
.scp-info{
    margin-left: 5px;
    margin-top: 10px;
}
.scp-info h3{
    font-family: 'Lato',sans-serif;
    font-weight: 300;
    margin: 15px 0;
    letter-spacing: 1px;
}
.scp-info h4{
    font-family: 'Lato',sans-serif;
    font-size: 13px;
    margin-bottom: 15px;
    color: rgb(75, 75, 75);
}
.scp-info p{
    font-family: 'Lato',sans-serif;
    text-decoration: underline;   
    color: rgb(75, 75, 75);
    font-size: 12px;
    letter-spacing: 2px;
    text-underline-offset:4px;
}
.scp-info h4 span{
    font-size: 15px;
    color: red;
}
.cart-prods-bot{
    position: absolute;
    bottom: 0;
    height: 80px;
    width: 100%;
    border-top:1px solid rgb(185, 185, 185);
}
.cart-prods-bot button{
    background-color: #182747;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
    color: white;
    font-size: 20px;
}
/* .cart-prods-bot button span{
    width: 10px;
    height: 10px;
    background-color: white;
} */
.cart-prods-top i{
    font-size: 30px
}
.cart-prods-top{
    font-family: 'Ubuntu',sans-serif;
    border-bottom: 1px solid rgb(185, 185, 185);
    padding: 20px;
    display: flex;
    justify-content: space-between;
}
#quantity{
    width: 40px;
    height: 40px;
    padding: 3px;
    border: none;
    text-align: center;
    font-size: 16px;
    transform: translateY(14%);
    font-family: 'Ubuntu',sans-serif;
    /* background-color: red; */
}
#quantity:focus{
    outline: none;
}
.quantity-control{
    display: flex;
    flex-direction: column;
    flex-shrink: 1;
}
.quantity-control button{
    background: none;
    border: none;
    padding:5px;
}
.merch-quantity{
    display: inline-flex;
    border: 1px solid rgb(206, 206, 206);
    position: relative;
}
#add-qu{
    border-bottom: 1px solid rgb(206, 206, 206);
    border-left: 1px solid rgb(206, 206, 206);
}
#less-qu{
    border-left: 1px solid rgb(206, 206, 206);
}
/* ggggggggggggggggggggggggggggg */

.dropdown-filter{
    position: relative;
    display: flex;
    flex-direction: row;
    font-family: 'Ubuntu', sans-serif;
    min-width:140px;
    flex-wrap: wrap;
}
.dropdown-filter a{
    text-decoration: none;
    color :black;
    border: 1px solid black;
    border-radius: 50px;
    padding: 15px;
    margin: 5px;
}
.dropdown-filter a:hover{
    color: white;
    background-color: black;
}
a.selected-filter{
    color: white;
    background-color: black;
}
.section-dropdown{
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgb(130, 130, 130);;
    border-top: none;
    top: 40px;
    background-color: white;
}
.dropdown-filter label{
    border: 1px solid rgb(130, 130, 130);
    padding: 10px;
    height: 40px;
}
.dropdown-filter label i{
    font-size: 16px;    
    margin-left: 10px;
}
.section-dropdown a{
    color: black;
    text-decoration: none;
    margin: 5px auto;
}
.rotate180{
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    transform: rotateZ(180deg);
}
.rotate0{
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    transform: rotateZ(0deg);
}
.fa-cart-shopping{
    font-size: 25px;
}
#signup-p{
    font-size: 15px;
}
#signup-p:hover{
    text-decoration: underline;
}
#signup-p a{
    color: rgb(133, 133, 133);
    text-decoration: none;
}
#login-p{
    font-size: 15px;
}
#login-p:hover{
    text-decoration: underline;
}
#login-p a{
    color: rgb(133, 133, 133);
    text-decoration: none;
}
.cart-div{cursor: pointer;position: relative;}
.circle-cart{
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    background-color: rgb(104, 104, 104);
    top:0;
    right: 0;
    border: 3px solid white;
}
@media only screen and (max-width: 900px) {
    .single-merch{
        width: 50%;
    }
    .top-sells-title{
        display: flex;
        justify-content: center;
    }
    .new-stock-title{
        display: flex;
        justify-content: center;
    }
    .view-shop-title{
        display: flex;
        justify-content: center;
    }
    .merch-photos{
        width: 100%;
    }
    .login-image{
        display: none;
    }
    .login-form{
        width: 100%;
        position: relative;
    }
    .login-form form{
        transform: translateY(20px);
        position: relative;
    }
    .auth-section{
        padding: 0;
    }
    .auth-container{
        border-radius: 0;
    }
}
@media only screen and (max-width: 600px) {

    /* .filter-container-tlf{
        display: flex;
    } */
    .filter-container{
        width: 100%;
    } 
    .dropdown-filter{
        justify-content: center;
    }
    .dropdown-filter a{
        padding: 12px;
        font-size: 15px;
    }
}
@media only screen and (max-width: 500px) {
    .view-shop-container{
        width: 100%;
    }
    .top-sells-container{
        width: 100%;
    }
    .new-stock-container{
        width: 100%;
    }
    .bot-one span{
        font-size: 13px;
    }
    .auth-container{
        width: 100%;
    }

}