/*BEGIN SECTION-SHOP*/


.section-shop-online-wrap  {
background: url('background.png');
padding: 25px;
display: flex;
flex-direction: column;
align-items: center;
gap: 50px;
color: #fff;
}


.shop-online-header {

display: flex;
flex-direction: column;
align-items: center;
  
}


.shop-tagline {
  
width: 80%;
color: #9882ff;

}


.shop-info  {


width: 80%;
max-width: 800px;
display: flex; 
flex-direction: column; 
align-content: flex-start;
justify-content: flex-start;





}




.shop-online-items  {

width: 80%;
max-width: 800px;
display: flex;
flex-direction: row;
justify-content: space-between;


gap: 10%;


}



.item-wrap  {
  
width: 900%;
color: #000;
background: rgba(255,255,255, 0.62);
padding: 25px;

display: flex;
flex-direction: column;
justify-content: space-between;
gap: 25px;


border-style: solid;
border-width: 3px;
border-color: #fff;
box-shadow: 0 0 4px #000;
border-radius: 25px;

}







.item-preview {
  


}

.paypal {
  

width: 50%;
margin: 0 auto;





}

.paypal-menu  {
  
width: 100%;





}


.paypal-button  {
 








}

.paypal-button-image  {
  
width: 150px;
margin: 5%;

}




@media only screen and (min-width: 1121px)  {
}
@media only screen and (min-width: 769px) and (max-width: 1120px) {

.paypal {
  

width: 100%;
margin: 0 auto;





}



}
@media only screen and (min-width: 150px) and (max-width: 768px) {


.shop-online-items  {
  
flex-direction: column;
gap: 25px;

}


.item-wrap {
  
width: 90%;

padding: 5%;

}



}



/*END SECTION-SHOP*/
