@media only screen and (max-width: 600px) {
    .single-product .content-single-wrapper button, .single-product .my-buy-now-button, .single-product .add-to-prescription{
        width:100%;
        margin-bottom:20px;
    }
        .woocommerce-MyAccount-content{
        padding-left:0px !important;
    }
    
    .woocommerce-MyAccount-navigation ul{
        margin-left:0px !important;
    }
    .custom-my-account-dropdown {
        margin-bottom: 20px;
        height: 40px;
    }
    #my-account-menu {
        width: 100%;
        padding: 10px;
        font-size: 16px;
        background-color: lightgrey;
        color:black;
        height: 100%;
        outline: none;
        border: none;
    }
    
        .woocommerce-MyAccount-navigation {
        display: none !important;
    }
    }
    
    @media only screen and (min-width: 700px) {
    
        .custom-my-account-dropdown{
        display:none !important;
        }
        
    }
    

    .woocommerce-Input--text{
        font-size: 16px !important;
    }
    .woocommerce-form-login .form-row:nth-of-type(3) {
    display: flex;
    flex-direction: column-reverse;
    }
    .woocommerce-form-login__submit{
        width: 100%;
    }
    

    select {
  font-size: 16px;
  padding: 8px;
  width: 100%;
  box-sizing: border-box;
}