.expand {
width: 100%;
}

.notification {
    margin: 50px 0;
}
form fieldset select{
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    padding: 5px;
    margin-bottom: 25px;
    color: black;
    font-size: 16px;
}

.bo-checkout-shipping-address{
    display: none !important;
}
.bo-checkout-shipping-address.shown{
    display: flex  !important;
}
.bo-checkout-different-address {
    margin: 50px 0
}

.error {
    color: #ff5f5f !important;
    border: 1px solid;
    padding: 5px;
    margin: 10px 0;
}
.bo-account-designs-detail-content input[type="file"]{
    width: auto;
}
.bo-account-designs-detail-content input{
     width: auto ;
}
.hide{
    display: none !important;
}

.bo-account-address-item-actions a{
    margin: 0 5px 0 0;
}

.bo-header-wrap-left .bo-header-left-nav li .bo-header-left-nav-dropdown-aside a {
    margin: 0 5px 0 0;
}
.checkcontainer{
    font-size: 14px;
    margin: 10px 0;
}
.discount{
    font-size: 20px;
    color: #DDAF89 !important;
}
.tab-content-wrap-buttons {
    margin-top: 30px;
}
.tab-content-wrap-buttons a {
    border-radius: 14px;
    background-color: black;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
}
.tab-content-wrap p, .tab-content-wrap b, .tab-content-wrap li {
    font-size: var(--text-s);
    line-height: 1.2;
}
