@import url('https://fonts.googleapis.com/css?family=Poppins:100,300,400,500,700,800');

body {
    padding: 0px;
    margin: 0px;
    font-family: 'Poppins', sans-serif;

}

p {
    font-size: 14px;
}

h4 {
    font-weight: 300;
}
a {
    color: #e74c3c;
}

.over_fl.pt-5.pb-5 {
    padding-top: 0px !important;
    padding-bottom: 1px !important;
}

.header-bottom {
    background: white;
}


#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    padding: 0px 10px 0px 0px;
    background: #f5f5f5;
}


div#customer-details-containt,
div#order-history {
  margin: 20px 20px;
  -webkit-box-shadow: 0px 0px 40px 1px rgba(0,0,0,0.09);
  -moz-box-shadow: 0px 0px 40px 1px rgba(0,0,0,0.09);
  box-shadow: 0px 0px 40px 1px rgba(0,0,0,0.09);
  background: white;
  border-radius: 5px;
}

.profile-details {
    background: #fff;
    padding-right: 0px;
    padding-left: 0px;
    border-right: 1px solid rgba(240, 240, 240, 0.95);
    height: 100vh;
    margin-left: -5px;
    /*margin-top: -11px;*/
}

.profile {
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-bottom: 30px;*/
    padding-top: 40px;
    padding-bottom: 40px;
    background: #ffffff;
}

.profile-info > img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.profile-info > h4 {
    text-align: center;
    padding-top: 10px;
    font-size: 17px;
    font-weight: 500;
}

.profile-info > h5 {
    text-align: center;
    font-weight: 300;
    font-size: 14px;
}


.customer-nav {
    background: #ffffff;
    margin-bottom: 0px;
}

.customer-nav> .active > span {
    font-weight: 400;
}

.customer-nav> .active > span{
    color: #c83630;}

.customer-nav> .active > span i {
    color: #c83630;
}


.customer-nav > li i {
    margin: 0 15px 0 0;
    font-size: 18px;
    color: #8c9090;
}



.customer-nav> .active {
    list-style-type: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

.customer-nav> .active {
    border-left: 5px solid #c83630;
}

.customer-nav> .active {
    background: #c8363020;
}

.customer-nav > li {
    padding: 15px;
    list-style-type: none;
    font-weight: 400;
    font-size: 14px;
    border-top: 1px solid rgba(240, 240, 240, 0.95);
    cursor: pointer;
}

.customer-nav > li:last-child {
    border-bottom: 1px solid rgba(240, 240, 240, 0.95);
}

.profile-bottom {
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
}

.total-spend {
    padding-left: 43px;
    padding-top: 15px;
    /* padding-bottom: 20px; */
    padding-right: 0px;
    margin-right: 0px;
    width: 50%;
    border-bottom: 1px solid rgba(230, 230, 230, 0.95);
    border-right: 1px solid rgba(230, 230, 230, 0.95);
}

.total-spend > #total-details {
    font-size: 12px;
}

.total-spend > .count {
    font-weight: 500;
    padding-top: 2px;
}


a.edit-profile {
    margin-top: 17px;
    margin-left: 22px;
    margin-bottom: 20px;
    padding: 5px 19px 5px 10px;
    border-radius: 35px;
    border: 1px solid #d1d1d1;
    background: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color:#e74c3c;
}

a.edit-profile i{color:#8c9090;}

a.edit-profile:hover{
    text-decoration:none;
    opacity:0.8;
}

.edit-profile svg {
    width: 12px;}


#order-history {
    display: none;
}

.customer-contact {
    padding-top: 17px;
    padding-left: 30px;
    padding-right: 20px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid gainsboro;
}

.customer-contact > h4 {
    font-size: 17px;
    font-weight: 500;
}

.customer-info {

    margin-top: 2px;
    display: flex;
    flex-wrap: wrap;
}

.info-item {
    padding-left: 26px;
    padding-top: 15px;
    width: 50%;
    padding-bottom: 15px;
    padding-right: 20px;
}

.info-item > .email-add {
    font-size: 13px;
}

.info-item > .email-id {
    font-weight: 500;
    font-size: 14px;
}

i, span {
    display: inline-block;
}

.customer-info > P {
    font-size: 12px;
    padding-top: 14px;
    padding-left: 30px;
}

#order-history {
    display: none;
}

.order-table {
  padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 40px;
    padding-right: 30px;
    max-width: 100%;
    margin-top: 1px;
}

.tab_full {
    width: 100%;
}

.order-table th {
    font-weight: 500;
}

.order-table th, .order-table td {
    border: 1px solid rgb(236, 235, 235);
    border-collapse: collapse;
    padding: 7px 12px;
    font-size: 13px;
}

.over_fl {
    overflow: hidden;
}









/*-----Responsive------*/


@media only screen and (max-width:575px){
    .customer-nav > li {
        margin-left: 20px;}

    .order-table {
        margin: 0px;}

}


@media (min-width:576px) and (max-width:767px) {
    .customer-nav > li {
        margin-left: 15px;}

    .order-table {
        margin: 0px;}


}





@media (max-width: 767px){

    #content {
        padding-top: 0px;}

    .customer-info > P {
        padding-left: 15px;}

    .customer-contact {
        padding-left: 15px;}

    #order-history {
        margin-left: 10px;
        margin-right: 10px;}

    .customer-contact-main {
        margin-right: 10px;
        margin-left: 10px;}

    a.edit-profile {
        margin-left: 30px;}


    .profile-details {
        height: auto;}


}


@media (min-width:768px) and (max-width:1024px) {
    .total-spend {
        padding-left: 20px;}

    .customer-nav > li {
        margin-left: 15px;}

}



@media (min-width:601px) and (max-width:1399px) {
    .profile-details {margin-left: 0px;}

}

@media (min-width:1400px){
    #content {
        padding-left: 5px;
        padding-right:10px;}

}
.total-spend.total-spend2{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
        border-right: none;
}
@media (min-width:320px) and (max-width:767px) {
    .profile-details {
		margin-left: 0px;
		height:auto;}

#content {
    padding: 0px 0px 0px 0px;}

.info-item {
	width: 100%;}



.profile-details ul.customer-nav li {
margin-left: 0px;}

.profile {
    padding-top: 10px;
    padding-bottom: 20px;}

#content {
    padding: 0px 0px 0px 0px;}

.profile-details {
    margin-left: 0px;}






}






@media (min-width:768px) and (max-width:1024px) {

.profile {
    padding-top: 10px;
    padding-bottom: 10px;}


.profile-info > img {
    width: 50px;
    height: 50px;}

.profile-details {
    margin-left: 0px;}

.profile-details ul.customer-nav li {
margin-left: 0px;}


}
