@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');

.search-wrapper{
    display: flex;
    flex-direction: column;
    gap: .25rem;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
    color: rgb(255, 255, 255);
}

#drop_file_zone {
    background-color: #EEE;
    border: #999 5px dashed;
    width: 100%;
    height: 200px;
    padding: 8px;
    font-size: 18px;
}
#drag_upload_file {
  width:50%;
  margin:0 auto;
}
#drag_upload_file p {
  text-align: center;
}
#drag_upload_file #selectfile {
  display: none;
}

div.scrollmenu {
    background-color: rgb(145, 100, 100);
    overflow: auto;
    white-space: nowrap;
}

div.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
}

div.scrollmenu a:hover {
    background-color: #777;
}

.search-wrapper .textarea{
    font-size: 1rem;
    width: 100%;
}


body{
    height: 100vh;
    font-family: "Raleway", sans-serif;
    background: #ffffff;
    max-width: 900px;
    margin: auto;
    padding: 10px;
}



.susunbutton2{
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 1rem;
}

.susunbutton{
    display: flex;
    flex-direction: row;
    gap: 5vmin;
    margin-top: 1rem;
}

.logotext{
    font-family: 'Shadows Into Light', cursive;
    font-size: 2rem;
    color: rgb(0, 0, 0);
}

.quantity-style{
    background-color: #000;
    color: white;
    padding: 12px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin-left: 1rem;
    width: 7rem;
}

.cartadd{
    background-color: rgba(255, 255, 255, 0.5);
    color: black;
    font-size: 16px;
    border: none;
    cursor: pointer;
    height: 20%;
    width: 100%;
    padding: 20px;
    margin: 0;
    border-top-left-radius: 1rem;
}

.cartqty{
    background-color: rgba(255, 255, 255, 0.5);;
    color: black;
    font-size: 16px;
    border: none;
    cursor: pointer;
    height: 20%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.cartminus{
    background-color: rgba(255, 255, 255, 0.5);;
    color: black;
    font-size: 16px;
    border: none;
    cursor: pointer;
    height: 20%;
    width: 100%;
    padding: 20px;
    margin: 0;
    border-bottom-left-radius: 1rem;
}



.adjust-quantity{
    background-color: #000;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.dropbtn {
    background-color: #000;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 7rem;
    height: 100%;
}

.tablebody{
    background-color: rgba(255, 255, 255, 0.938);
}

#myBtn:hover {
  background-color: rgba(0,0,0,0.0);
}


.dropbtnpanjang2{
    
    position: relative;
    display: inline-block;
    background-color: rgb(255, 255, 255);
    color: #000;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 300px;
    height: 100%;
}

.dropbtnpanjang{
    
    position: relative;
    display: inline-block;
    background-color: rgb(255, 255, 255);
    color: #000;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 12rem;
    height: 100%;
}


.dropbtnpanjangsikit{
    
    position: relative;
    display: inline-block;
    background-color: rgb(255, 255, 255);
    color: #000;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    /* width: 5rem; */
    height: 100%;
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    margin-left: 1rem;
    bottom:100%;
    
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
    
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
    
a:link {
    text-decoration: none;
}
  
a:visited {
    text-decoration: none;
}
.dropdown-content a:hover {background-color: #e4bcbc}
    
.dropdown:hover .dropdown-content {
    display: block;
}
 

.submit-enabled{
    background-color: #8f0d18;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 7rem;
}

.see-more{
    background-color: #491a2c;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    /* width: rem; */
}

.deletecollection{
    
    background-color: #491a2c;
    color: rgb(255, 255, 255);
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 20rem;

}

.addcollection{
    background-color: #000;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 20rem;
}

.submitcart{
    background-color: #000;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 7rem;
}

.dropdown:hover .dropbtn {
    background-color: #e996a1;
    color: rgb(0, 0, 0);
}

.row-space-between{
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: space-around;
    justify-content: space-between;
}

@media only screen and (min-width: 340px) {

    #myBtn {
        display: none;
        position: fixed;
        bottom: 2px;
        right: 2px;
        z-index: 99;
        font-size: 30px;
        border: none;
        outline: 1px;
        color: rgba(255, 255, 255, 0.2);
        cursor: pointer;
        background-color: rgba(0,0,0,0.0);;
    }

    .user-cards{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 0.5rem;
        margin-top: 0.5rem;
    }


    .desc-card{
        display: grid;
        gap: 1rem;
    }
    .header{
        padding-top: 10px;
        display: grid;
        grid-template-columns: 0.1fr 5fr 1.5fr;
        gap: 0.5rem;
        align-items: center;
    }
    .qty{
        color: #000000;
        font-size: 0.9rem;
        text-align: end;
    }
    
    .totalprice{
        color: #000000;
        font-size: 0.9rem;
        text-align: end;
    }
}
@media only screen and (min-width: 981px) {
    .user-cards{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 2rem;
        margin-top: 1rem;
    }

    #myBtn {
        display: none;
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 99;
        font-size: 30px;
        border: none;
        outline: none;
        color: rgba(255, 255, 255, 0.2);
        cursor: pointer;
        background-color: rgba(0,0,0,0.0);;
    }


    .desc-card{
        display: grid;
        gap: 1rem;
        grid-template-columns: 1fr 2fr;
    }

    .header{
        padding-top: 10px;
        display: grid;
        grid-template-columns: 0.1fr 9fr 1fr;
        gap: 0.5rem;
        align-items: center;
    }
    .qty{
        color: #ffffff;
        font-size: 1rem;
        text-align: end;
    }
    
    .totalprice{
        color: #ffffff;
        font-size: 1rem;
        text-align: end;
    }
}

.desc-card-textarea{
    background-color: rgb(226, 190, 190);
    height: 100%;
    width: 100% - 1rem;
    margin-top: 1rem;
    float: right;
    padding-left: 1rem;
}


.titlearea{
    font-size: 4vmin;
    text-transform: uppercase;
    font-weight: 900;
    color: #000000;
}

.titlearea span{
    font-weight: 300;
    font-size: 3vmin;
}

input {
    width: 100%;
}

.nota-head{
    font-size: 25px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    background-color: rgb(107, 73, 80);
    padding: 10px;
}

.nota-content{
    font-size: 13px;
    font-weight: 300;
    color: #ffffff;
    text-align: left;
    background-color: rgb(107, 73, 80);
    padding: 10px;
}

.followuson{
    font-size: 13px;
    font-weight: 300;
    color: #ffffff;
}


.buttoncart2{
    /* margin: 10px; */
    padding: 15px;
    background-color: #721d3e;
    border: none;
    font-size: 3vmin;
    /* font-weight: 300; */
    /* font-family: 'Shadows Into Light', cursive; */
    /* font-family: sans-serif; */
    /* font-weight: 900; */
    width: 100%;
    height: auto;
    color: rgb(255, 255, 255);
}
.buttoncart{
    padding: 15px;
    background-color: #a14d6d;
    border: none;
    font-size: 3vmin;
    font-weight: 300;
    font-family: 'Shadows Into Light', cursive;
    font-weight: 900;
    color: rgb(255, 255, 255);
}

.desc-card-textarea .desc-card-textarea-name{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
}


.desc-card-textarea .desc-card-textarea-desc{
    font-size: 14px;
    font-weight: 100;
}

.desc-card-textarea .desc-card-textarea-price{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
}

.desc-card-textarea .desc-card-note-desc{
    font-size: 12px;
    font-weight: 500;
    color: #ac3242;
}

.white-area{
    padding-top: 100px;
}

.email-area{
    /* background-color: rgb(83, 53, 53); */
    color: white;
    /* padding: 30px; */
    /* border-style: solid; */
    
    /* display: flex; */
    font-weight: bold;
    gap: 15px;



    
    position: relative;
    /* flex: 1; */
    /* height: 100%; */
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.kasi-horizontal{
    /* background-color: rgb(83, 53, 53); */
    color: white;
    padding-top: 10px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.socmed-area{
    height: auto;
    padding-bottom: 10px;
    right: 0;

    display: flex;
    align-items: center;
    justify-content: right;
    gap: 15px;
}

.white-area-10px{
    padding-top: 10px;
}

.white-area-30px{
    padding-top: 30px;
}



.logo{
    width: clamp(30px, 50px, 80px); 
}


.img{
    position: relative;
    flex: 1;
    height: 100%;
    
    display: flex;
    align-items: center;
    justify-content: center;
}



.swiper {
    aspect-ratio: 3 / 4;
    position: relative;
    margin-top: 1rem;
    flex: 1;
    max-width: 500px;
    /*height: 100%;*/
    width: 100%;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
}
:root {
    --swiper-theme-color: #000;
}

.img-desc{
    aspect-ratio: 3 / 4;
    position: relative;
    /* margin-top: 1rem; */
    flex: 1;
    max-width: 500px;
    /*height: 100%;*/
    width: 100%;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    object-fit: cover;
}



.hide{
    display: none;
}


.float-button {
    position: fixed;
    right: -77px;
    top: 250px;
    transition: all 0.2s ease-in 0s;
    z-index: 9999;
    cursor: pointer;
}

.float-button:hover {
    right: -7px;
}

.card{
    aspect-ratio: 3 / 4;
    position: relative;
    flex: 1;
    max-width: 350px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    object-fit: cover;
}


.card-add{
    background-color: rgb(226, 190, 190);
    aspect-ratio: 3 / 4;
    max-width: 350px;
    height: 100%;
    width: 100%;
    font-weight: 900;
    font-family: 'Shadows Into Light', cursive;
    color: rgb(105, 18, 59);
    font-size: 1.2rem;

    display: flex;
    align-items: center;
    justify-content: center;
}




.card .details{
    z-index: 3;
    position: absolute;
    bottom: 0;
    color: rgb(27, 25, 25);
    width: 80%;
    background: rgba(255, 255, 255, 0.5);
    border-top-right-radius: 1rem;
    display: flex;
}

.card .details h2{
    text-align: left;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
    margin-left: 10px;
    border-radius: .25rem;
}

.card .details h2 span{
    font-weight: 900;
}

.card .details p{
    margin: 30px 30px 0 30px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    opacity: 0;
    transition: 0.6s;
    transition-property: opacity, transform;
}

.transition-fade{
    opacity: 1;
    transition: 500ms;
    transform: translateY(0);
    transform-origin: top;
}


html.is-animating .transition-fade{
    opacity: 1;
    transform: translateY(100%);
}

html.is-leaving .transition-fade{
    opacity: 0;
}


.card .ejas{
    position: absolute;
    
    bottom: 20%;
    height: 60%;
    right: 1px;
    width: 17.5%;
    
    display: flex;
    flex-direction: column;
    border: none;

    
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.card .ejas h2{
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
}

.card .ejas h2 span{
    font-weight: 900;
}

.card .ejas p{
    margin: 30px 30px 0 30px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    opacity: 0;
    transition: 0.6s;
    transition-property: opacity, transform;
}


/** Notification Style **/
@-webkit-keyframes fadeInExpand {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 1;
    transform: scale(1.25);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeInExpand {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 1;
    transform: scale(1.25);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.toast-fixed {
  max-width: 30rem;
  position: fixed;
  right: 1.5rem;
  top: 1.5rem;
  z-index: 120;
  width: 100%;
}
.toast {
  background: rgba(66, 66, 66, 0.95);
  -webkit-animation: fadeInExpand 150ms;
          animation: fadeInExpand 150ms;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 0.5rem;
  padding: 0.8rem;
}
.toast--alert {
  background: rgba(255, 255, 153, 0.95);
}
.toast--error {
  background: rgba(222, 28, 37, 0.95);
}
.toast--success {
  background: rgba(47, 180, 86, 0.95);
}
.toast--dismiss {
  cursor: pointer;
  position: relative;
}
.toast--dismiss:before,
.toast--dismiss:after {
  background: #fff;
  content: '';
  height: 1rem;
  position: absolute;
  opacity: 0.8;
  right: 0.8rem;
  top: 0.5rem;
  width: 0.2rem;
}
.toast--dismiss:before {
  transform: rotate(45deg);
}
.toast--dismiss:after {
  transform: rotate(-45deg);
}
.toast--alert.toast--dismiss:before,
.toast--alert.toast--dismiss:after {
  background: #333;
}
.toast__text {
  color: #fff;
  line-height: 140%;
  margin: 0;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  text-align: left;
}
.toast--alert .toast__text {
  color: #333;
}
.toast__btn {
  background: #fff;
  border: 1px solid #424242;
  border-radius: 3px;
  color: #424242;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0.8rem 0 0.4rem 0.8rem;
  padding: 0.6rem 1.2rem;
  text-decoration: none;
  text-transform: uppercase;
}
.toast__btn:hover {
  opacity: 0.8;
}







