.blockedValue {
    display: none;
    overflow: hidden;
}

.product-code {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    padding: 15px 0;
    margin-bottom: 15px;
}


.myaccount-tab-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.myaccount-tab-menu a {
    border: 1px solid #efefef;
    border-bottom: none;
    font-weight: 400;
    font-size: 15px;
    display: block;
    padding: 10px 15px;
    text-transform: capitalize;
}

.myaccount-tab-menu a:last-child {
    border-bottom: 1px solid #efefef;
}

.myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
    background-color: #004561;
    border-color: #004561;
    color: #fff;
}

.reserved-section-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}



.account-address address .account-address-tool {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -40px;
    line-height: 1em;
}

.btn-cart-checkout {
    display: block;
    text-align: center;
    padding: 15px;
    height: 50px;
    margin-top: 40px;
    line-height: 20px;
    color: #FFFFFF;
    background-color: #004561;
    border-radius: 4.3px !important;
    font-weight: 600 !important;
    position: relative;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.5px;
    font-size: 15px;
    text-transform: none !important;
}

.btn-cart-checkout:hover {
    background-color: #00a0e0;
    color: #FFFFFF;
}

.checkout-section-title {
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    margin: 30px 0 15px;
    border-bottom: 1px solid #EEE;
}

.checkout-section-title .checkout-section-title-tools {
    float: right;
    margin-top: -9px;
}


.account-address address {
    display: block;
    position: relative;
    margin: 15px 0 0;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EEE;
    font-size: 16px;
    line-height: 1.5em;
}



.account-address address .account-address-tool span {
    font-size: 12px;
    font-style: italic;
    margin: 0;
}

.account-address address .account-address-tool .btn {
    margin: 0;
}

.account-address address .account-address-tool .btn + .btn, .account-address address .account-address-tool span + .btn {
    margin-left: 10px;
}

.account-address address label input {
    margin-right: 15px;
}

.account-address address label {
    display: flex;
}

.checkout-section {
    position: relative;
    font-size: 21px;
    line-height: 21px;
    margin: 30px 0 15px;
    border-bottom: 1px solid #EEE;
    padding: 12px 0;
}

@media (max-width: 540px){
    .checkout-section-title .checkout-section-title-tools {
        margin-top: 15px;
        float: none;
        text-align: right;
    }

    .account-address address label {
        max-width: 100%;
        display: block;
    }

    .account-address-tool {
        position: static !important;
        margin-top: 15px !important;
        display: flex !important;
        align-items: center;
        justify-content: end;
    }


}


.responsive-label{
    display: none;
    color: #50392A;
    margin-bottom: 10px;
}
.responsive-table{
    width: 100%;
}
.responsive-table thead tr{
    background-color: #004561;
    color: #fff;
}
.responsive-table thead tr th{
    font-weight: 400;
    font-size: 14px;
}
.responsive-table thead tr th, .responsive-table tbody tr td{
    padding: 5px 10px;
    line-height: 1.5em;
    font-size: 14px;
}
.responsive-table tr th.centered, .responsive-table tr td.centered{
    text-align: center;
}
.responsive-table tbody tr + tr{
    border-top: 1px solid rgba(0,0,0,.1);
}
table.responsive-table + table.responsive-table, .mt-25px{
    margin-top: 25px;
}

.responsive-cell-100 {
    width: 25%;
}
.responsive-cell-80 {
    width: 80%;
}
.responsive-cell-75 {
    width: 25%;
}
.responsive-cell-70 {
    width: 70%;
}
.responsive-cell-60 {
    width: 60%;
}
.responsive-cell-50 {
    width: 25%;
}
.responsive-cell-40 {
    width: 40%;
}
.responsive-cell-35 {
    width: 35%;
}
.responsive-cell-30 {
    width: 30%;
}
.responsive-cell-25 {
    width: 25%;
}
.responsive-cell-20 {
    width: 20%;
}
.responsive-cell-15 {
    width: 10%;
}
.responsive-cell-10 {
    width: 10%;
}


.stripe-button-container {
    max-width: 350px;
    width: 100%;
    margin: auto;
    text-align: center;
}

.btn-stripe {
    margin: 15px auto 0;
    width: 100%;
    padding: 11px 10px 11px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
}

.stripe-button-container img {
    display: block;
    height: 20px;
    margin: auto;
}

.stripe-button-container p {
    color: rgba(26,26,26,.4);
    font-size: 11px;
}
