.account-nav .woocommerce-MyAccount-navigation-link{
    padding-left: 15px !important;
}

.account-nav .woocommerce-MyAccount-navigation-link--global-products, .account-nav .woocommerce-MyAccount-navigation-link--additional-products{
    background-color: #3A4249;
}

.account-nav .woocommerce-MyAccount-navigation-link--branch-products{
    background-color: #41C7F4;
}

.account-nav .woocommerce-MyAccount-navigation-link--branch-products a::before{
    background-color: #3A4249 !important;
}

.account-nav .woocommerce-MyAccount-navigation-link--global-products > a, .account-nav .woocommerce-MyAccount-navigation-link--additional-products a, .account-nav .woocommerce-MyAccount-navigation-link--branch-products a{
    color: white !important;
}

.modal-request-background {
	width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 9998;
}
.modal-request {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;	
    width: 300px;
    height: 370px;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 9999;
}
.modal-request > p {
	padding: 15px;
    margin: 0;
}
.modal-request-header {
	background-color: #f9f9f9;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
    height: 50px;
}
.modal-request-header h3 {
	margin: 0;
    box-sizing: border-box;
    padding-left: 15px;
    line-height: 50px;
    color: #4d4d4d;
    font-size: 16px;
    display: inline-block;
    width: auto;
}
.modal-request-header label {
	box-sizing: border-box;
    border-left: 1px solid #dddddd;
    float: right;
    line-height: 50px;
    padding: 0 15px 0 15px;
    cursor: pointer;
}
.modal-request-header label:hover img {
	opacity: 0.6;
}

.modal-request p, .modal-request input{
    padding-bottom: 0;
    margin-bottom: 0;
}

#branch{
    height: auto !important;
    background-image: none !important;
    box-shadow: none !important;
    overflow: auto;
}

.woocommerce-my-account-wrapper .woocommerce-table--order-details :is(th,td){
    width: auto !important;
    max-width: 100%;
}

.woocommerce-my-account-wrapper .woocommerce-table--order-details .product-total{
    text-align: right;
}

span.showVariations{
    cursor: pointer;
    color: #00722B;
}

tr.variation {
    display: none;
}