
body {
    font-family: Helvetica, sans-serif;
    margin: 0;
    padding: 0;


    max-width: 2000px;
    overflow-x: hidden;
    
    flex-grow: 1;

    
    color: rgba(0, 0, 0, 1);
    background-color: white;
    
    
   
}

html{
    
    display: flex;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.01);
   
}

p,a,span,button,option{
    margin: 0;
    padding: 0;
    font-size: large;

}
h1{
    margin: 0;
    padding: 0;
    font-size: x-large;

}
.logotext{
    font-size: xx-large;
}


a{
    text-decoration: none;
    color: black;
}

header {
    width: calc(100% - 40px);
    max-width: 2000px;
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    top: 0;
    
    z-index: 1000;
    height: auto;
    min-height: 42px;
    padding: 20px;
    user-select: none;
    display: flex;

}
@media (max-width: 400px) {
    header {
      
      justify-content: center;
    }
    .headernav{
        justify-content: space-between !important;
        
    }
    .headercontent{
        justify-content: center !important;
    }
    .content{
        padding-top: 139px !important;
    }
  }

.headercontent{
    height: 100%;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;


}
.headernav{
    display: flex;
    align-items: center;
    flex-grow: 1;
    

    justify-content: flex-end;
    
    gap: 20px;

    
}

.headernav a {
    text-decoration: none;
    color: black;
    min-height: 42px;
    display: flex;
    align-items: center ;
    
    
}
.headernav a:hover{
    color: rgba(0, 0, 0, 0.5);
}
/*.headerelement {
    min-width: 300px;
}*/

.logo{
    display: flex;
    
    align-items: center;


    gap: 20px;

    
}

.content{
    padding-top: 82px;
    /*padding-bottom: 100px;*/
    min-height: 800px;
}

.onecontent{
    
    
    
    
    /*background-color: rgba(0, 0, 0, 0.1);*/
    /*transition: background-size 20s linear;*/
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    /*aspect-ratio: 16 / 9;*/
    width: 100%;
    /*aspect-ratio: 1 / 1;*/
    /*max-height: calc(100% - 20px - 82px - 20px - 10em);*/
    height: 400px;
    
    
}
.two{
    margin: 0 20px 20px 20px;
    display: flex;
    
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: row;
    


}
.one{
    display: flex;
    flex-direction: column;
    margin: 0 20px 20px 20px;
}
.twocontent{
    width: 600px;
    min-width: calc(100% / 2 - 10px);
    max-width: calc(100%);
    
    
    height: auto;
    
    flex-grow: 1;
    
    /*background-color: rgba(0, 0, 0, 0.1);*/

    /*transition: background-size 20s linear;*/
    background-position: center;
    background-size:cover;
    
    

    display: flex;
    flex-direction: column


    
}



/*.onecontent:hover{
    
    
    
    background-size: 105%;
}*/
/*.twocontent:hover{
    
    
    
    background-size: 105%;
}*/

footer{
    max-width: 100vw;
    
    bottom: 0;
    display: flex;
    /*position: fixed;*/
    max-width: 2000px;
    z-index: 1000;
    height: auto;
    
    flex-direction: row;
    align-items: flex-end;


    background-color: rgb(255, 255, 255);
    flex-wrap: wrap;




    
    color: rgb(0, 0, 0);
    
    
    justify-content: space-between;
    /*align-items: center;*/
    


}






footer a{
    color: rgb(0, 0, 0);
    
    
}
.stack{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 20px;


}
.stack2{
    display: flex;
    flex-direction: column;
    
    margin: 20px;


}

.content1{
    
    display: flex;
    flex-direction: column;
    




    
    width: 100%;
    
    background-color: white;
}
.content2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 20px;

    
    width: 100%;
    
    background-color: white;
}


button {
    background-color: rgb(0, 0, 0);
    border-radius: 0;
    border: 0;
    color: white;
    padding: 20px;
    height: 5em;
    
    width: 100%;
    cursor: pointer;
    
}
button:hover{
    opacity: 80%;
    
}
.logotext{
    
    font-weight: bold;
}

.imagerow{
    
    display: flex;
    margin: 20px 0 0 0;
    gap: 20px;
    
    
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
    scrollbar-width: none; 
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    
    
}
.imagerowelement{
    background-color: gray;
    width: 10em;
    height: 10em;
    aspect-ratio: 1 / 1;
    background-size: contain;
    cursor: pointer;
}


.spacer{
    height: 10em;
}

.price{
    height: 5em;

}

.cart{
    background-color: rgba(0, 0, 0, 0.95);
    height: 100vh;
    width: 100%;
    top: 0px;
    position: fixed;
    z-index: 100000;
    display: flex;
    justify-content: center;
    display: none;
}
.cart.active {
    display: flex; /* show cart */
  }
.cartbox{
    background-color: white;
    min-width: 50%;
    max-width: 50em;
    padding: 20px;
    margin: 20px;
    /*margin-top: 60.5px;*/
    height: calc(100vh - 40 px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}
.carthead{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;

}
.spaceup{
    margin-top: 20px;
}
.leftright{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.cartitemimage{
   min-width: 100px;
   min-height: 100px;
}
.cartitem{
    display: flex;
    gap: 20px;
}
.cartitemtopbottom{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cartlogo{
    color: white;
    position: fixed;
}
.cartbody{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow-y: scroll;
    margin-bottom: 20px;
}
.no-scroll {
    overflow: hidden;
  }

  .link{
    cursor: pointer;
  }
  .link:hover{
    color: rgba(0, 0, 0, 0.5);
  }



    .css-1b6cd97{
        margin: 0 !important;
    }
    .css-178qcrb{
        max-width: 100% !important; 
    }
    #paypal-form-fields-container-HNVSQ3DNFQSWU .item-header {
        display: block !important;
        color: white !important;
        user-select: none;
        
    }

    

    #paypal-form-fields-container-HNVSQ3DNFQSWU .buttonColorStyle {
        background-color: black !important;
        color: white !important;
        height: 5em !important;
        border-radius: 0 !important;
        font-size: unset;

    } 
    .buttonColorStyle {
        background-color: black !important;
        color: white !important;
        border-radius: 0 !important;
        font-size: unset !important;
        line-height: unset !important;
    }
    #paypal-form-fields-container-HNVSQ3DNFQSWU .addToCartButtonContainer {
        font-weight: unset !important;
    }

    #cart-btn_icon{
        filter: invert(100%) !important;
    }

    #paypal-form-fields-container-HNVSQ3DNFQSWU .item-header {
        margin: 0 !important;
        display: none !important;
    }
    
    #btn-text_add{
        font-size: unset !important;
        line-height: 1rem !important;
    }

    .viewCartButtonContainer {
        font-weight: unset !important;
        span {
            font-weight: unset !important;
        }
    }

    #paypal-form-fields-container-HNVSQ3DNFQSWU .input-label {
       display: none !important;
    }
    #paypal-form-fields-container-HNVSQ3DNFQSWU .selectContainer {
        select {
            border-radius: 0 !important;
            height: calc(5em - 10px) !important; 
            padding: 20px !important;
            margin: 20px 0 !important;
            border: solid 1px #000000 !important;
            /*display: flex !important;*/
            box-sizing: border-box !important;
        }
    }

    #paypal-form-fields-container-HNVSQ3DNFQSWU .selectContainer::after {
        margin: 20px 0 !important;
        top: 27px !important;
        right: 23px !important;
        bottom: 0;
        width: 10px !important;
        height: 10px !important;
        border-style: solid;
        border-width: 1px !important;
        border-color: transparent transparent #000000 #000000 !important;
        box-sizing: border-box !important;

        transform: rotate(-45deg) !important;
    }

   
    #paypal-form-fields-container-HNVSQ3DNFQSWU {
        pointer-events: none !important;
        opacity: 0.5 !important;
        user-select: none !important;
    }
    
                       