.hidden{
    display: none !important;
}

section.product-list {
    display: none;
}

section.profile-screen
{
    margin: 0px 0;
}

section.profile-screen > header >h1
{
    border-bottom: 1px solid #dcdcdc;
    font-family: RobotoBold, sans-serif;
    font-size: 36px;
    padding-bottom: 10px;
    color: #25b4d9;
}
i.fa-bars
{
    display:none;
    font-size:20px;
}
ul.profile-menu
{
    /*border-top: 3px solid #5571FF;*/
    padding: 0 10px;
    height: 100%;
}
div.profile-img
{
    height:150px;
    padding:10px;
    display:flex;
    align-items:center;
    justify-content:center;
}
div.profile-img img
{
    max-width:100%;
    max-height:100%;
}
ul.profile-menu li.profile-menu-item
{
/*    border-bottom:1px solid #ed69a5;*/
    
}
ul.profile-menu li.profile-menu-item > a{
    text-decoration: none;
    display: block;
    background-color: #326C00;
    color: #fff;
    padding: 20px 20px;
    font-family: RobotoRegular, sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
}
ul.profile-menu li.profile-menu-item > a.active
{

}
ul.profile-menu li.profile-menu-item > a:hover,
ul.profile-menu li.profile-menu-item > a:focus,
ul.profile-menu li.profile-menu-item > a.active
{
    background-color: #EC3642;
}
ul.profile-menu li.profile-menu-item > p{
    text-decoration: none;
    display: block;
    background-color: #326C00;
    color: #fff;
    padding: 20px 20px;
    font-family: RobotoRegular, sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
}
ul.profile-menu li.profile-menu-item ul.submenu
{
    padding-left: 15px;
}
ul.submenu a
{
    text-decoration: none;
    display: block;
    background-color: #639A16;
    color: #fff;
    padding: 10px 20px;
    font-family: RobotoRegular, sans-serif;
    _font-weight: bold;
    margin-bottom: 5px;
}

ul.submenu a.active,
ul.submenu a:hover,
ul.submenu a:focus,
ul.submenu a:active
{
    background-color: #EC3642;
}



/* -- product -- */
li.product-item
{
    /*box-shadow: 0 0 5px rgba(237, 105, 165, 0.26);*/
    /*border-radius:4px;*/
    padding: 0px 15px;
    margin-bottom:15px;
}
li.product-item a.btn
{
    margin-bottom:10px;
}
li.product-item h1
{
    font-size:26px;
    padding:8px 0;
    border-bottom:1px solid #0089d1;
}
li.product-item h1 a
{
    text-decoration:none;
    color:inherit;
}
ul.product-item li.item-info 
{
    border-left:1px solid #f1f1f1;
}
    ul.product-item li.item-img
    {
        text-align:center;
    }
    ul.product-item li.item-img img
    {
        max-width:100%;
        max-height:300px
    }
    ul.item-info li
    {
        margin-bottom:10px;
    }
    ul.item-info li.description
    {
        height:5rem;
        overflow:hidden;
    }
    span.item-price
    {
        padding-right:10px;
        color:#ccc;
    }
    
a.delete-control
{
    color:#d91159;
    font-size:20px;
}
    
header.screen-header > h1
{
    color: #000;
    font-weight: bold;
    font-style: normal;
    font-size: 43px;
    margin: 12px 0px 25px 0px;
    padding-bottom: 0px;
    border-bottom: 5px solid #326C00;
    /*
    color: #EC3642;
    font-weight: bold;
    font-style: normal;
    line-height: 30px;
    font-size: 43px;
    margin: 14px 0px 25px 0px;
    padding-bottom: 0px;
    border-bottom: 20px solid #C9ED95;
    padding-bottom: 0px;
    */
}

.of-btn-blue{
    padding: 5px 15px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
}
.of-btn-blue:hover{
    background-color: #EC3642;
    text-decoration: none;
    color: #fff;
}



section.profile-info a.profile-form-control,
a.profile-btn
{
    display: inline-block;
    max-width: 235px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px 15px;
    background-color: #326C00;
    color: #fff;
    text-align: center;
    text-decoration: none;
    position: relative;
}

section.profile-info a.profile-form-control:hover,
a.profile-btn:hover
{
    background-color: #EC3642;
    text-decoration: none;
    color: #fff;
}

ul.profile-info span.label
{
    display: inline-block;
    padding-right: 10px;
    margin-right: 5px;
    color: #655778;
    width: 110px;
}
div.order-set
{
    padding: 10px 0;
    /*border-width: 1px 0 1px 0;*/
    /*border-color: #f1f1f1;*/
    /*border-style: solid;*/
    border: none;
    text-align: right;
    min-height: 100px;
    
}
a.order-set
{
    background:#ed69a5;
    color:#fff;
    transition:.15s;
}
a.order-set:hover
{
    background:#e93b94;
    transition:.15s;
}





.container.of-profile-screen{
  padding: 15px 0 0;
  background-color: #fff;
  padding-top: 0px;
  margin-top: 0px;
}

ul.path li:last-child a
{
    color: #EC3642;
}

ul.path li,
ul.path li a
{
    width: auto;
    font-family: 'Roboto';
    font-size: 14px;
    color: #828282;
}

ul.path li
{
    margin-right: 15px;
}


form .profile-form{

}
form .profile-form .input-group{

}

form .profile-form .input-group .input-group-prepend{
    min-width: 200px;
}
form .profile-form .input-group input.form-control{
    border-radius: 0px;
}
form .profile-form .input-group input[type=checkbox]{
    margin-top: 6px;
    margin-right: 10px;
}
form .form-actions{
    padding-left: 200px;
    /*padding-top: 20px;*/
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}
form .form-actions button,
form .form-actions input{
    display: inline-block;
    max-width: 235px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px 15px;
    background-color: #326C00;
    border: 0px solid transparent;
    border-radius: 0px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    position: relative;
    cursor: pointer;
}
form .form-actions button:hover,
form .form-actions input:hover
{
    border: 0px solid transparent;
    background-color: #EC3642;
    text-decoration: none;
    color: #fff;
}


@media screen and (max-width: 959px)
{
    .profile {
        display: block !important;
    }
}





@media screen and (max-width: 768px)
{
    aside.profile-menu
    {
        display:none;
    }
    aside.profile-menu.visible
    {
        display:block;
    }
    i.fa-bars
    {
        display:inline-block;
    }
}
@media screen and (max-width: 480px)
{
    section.profile-screen > header >h1
    {
        font-size:24px;
    }
    header.screen-header h1
    {
        font-size:22px;
    }
    li.product-item h1
    {
        font-size:18px;
    }
    span.item-price
    {
        display:block;
    }
}

li.product-item
{
    border-bottom: 1px solid lightgray;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

li.product-item a.p-name
{
    font-size: 18px;
    padding-top: 8px;
    padding-bottom: 15px;
    color: #000;
    font-weight: bold;
    float: left;
    width: 100%;
}

li.product-item img.u-photo
{
    max-width: initial;
    max-height: 113px;
    width: initial;
}

div.product-price p
{
    float: left;
}

div.product-price p.string
{
    font-size: 16px;
    font-weight: normal;
    margin-right: 10px;
    margin-top: 5px
}

div.product-price input.quantity
{
    width: 50px;
    text-align: center;
    margin-right: 10px;
}

div.product-price a.delete-control
{
    color: #111;
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 24px;
    text-decoration: none;
}