.bsh-well {
    height: 100%;
    background: #f0f2f5;
    padding: 25px;
    border-radius:16px;
}
.bsh-well.flex-column .btn-primary{
    margin-top: auto;
    align-self: flex-start;
}
.bsh-content,
.register-content,
.bsh-account-content {
    background: #f0f2f5;
    border-radius: 16px;
    padding: 25px;
}
.bsh-content,
.bsh-account-content {
    margin: 25px 0 0!important;
    padding: 25px;
    border-radius:16px;
    font-size: 1.5rem;
}
.simpleregister .form-group,
.register-content .form-group,
.bsh-account-content .form-group {
    margin-left: 0px;
    margin-right: 0px;
}
.simpleregister .form-group{
    margin-bottom: 15px;
}
.register-content .form-group:last-child {
    margin-bottom: 0;
}
.bsh-auth .form-group .control-label,
.register-content .form-group .control-label,
.bsh-account-content .form-group .control-label {
    text-align:left;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 6px;
}
.group-checkbox label > a {
    margin-left: 2px;
}
.bsh-radio,
.bsh-checkbox {
    display: block;
    position: relative;
    margin: 0 0 10px;
    cursor: pointer;
    font-size: 14px;
    padding-left: 0 !important;
}
.bsh-radio label {
    padding-left: 0;
    font-size: 14px;
    padding-top: 3px;
    cursor: pointer;
}

.checkbox-input,
.bsh-radio input[type="radio"] {
    flex-shrink: 0;
    cursor: pointer;
    display: inline-block;
    position: relative !important;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f0f2f5;
    border: 1px solid var(--color-gray-2);
    outline: 0 !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.checkbox-input[type="radio"],
.checkbox-input[type="checkbox"],
.bsh-radio input[type="radio"] {
    margin-top: 0px;
    margin-right: 4px;
    margin-left: 0 !important;
}
.bsh-radio input[type="radio"]{
    margin-top: -4px;
}
.checkbox-input[type="radio"],
.bsh-radio input[type="radio"] {
    border-radius: 50%;
}
.checkbox-input[type="checkbox"] {
    border-radius: 4px;
}
.checkbox-radio,
.checkbox-check {
    display: none;
}
.checkbox-input[type="radio"]:checked,
.bsh-radio input[type="radio"]:checked {
    background-color: #457DE3;
    border-color: #457DE3;
    --form-checked-bg-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='4' fill='%23fff'/%3E%3C/svg%3E");
    background-image: var(--form-checked-bg-image);
}
.checkbox-input[type="checkbox"]:checked {
    background-color: #457DE3;
    border-color: #457DE3;
    --form-checked-bg-image:  url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-image: var(--form-checked-bg-image);
}
.checkbox-input:hover,
.bsh-radio input[type="radio"]:hover {
    border-color: #457DE3
}

.checkbox-input:disabled ~ *, .checkbox-input[disabled] ~ * {
    cursor: default;
    opacity: .5;
}

.radio > label:hover > input.checkbox-input:not(:disabled):not(:checked) + span.checkbox-radio{
    border-color: #b3d7ff;
}
.group-checkbox .checkbox-inline {
    display: block;
    margin-top: 5px;
    margin-left: 0px;
}
@media (min-width: 1200px) {
    .register-content fieldset,
    .bsh-account-content fieldset {
        max-width: 55%;
    }
}
.register-content > p {
    margin-bottom: 20px;
}
.register-content fieldset {
    margin-top: 20px;
}
.register-content fieldset:first-child legend{
    margin-top: 0px !important;
}
.radio-inline-flex {
    display: flex;
}
.radio-inline-flex label {
    margin-right: 15px;
}
.bsh-title-auth {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
}
#bsh-menu-account {
    margin-bottom: 20px;
}
.bsh-list-group {
    border-radius:4px;
    padding: 25px;
    background: #f0f2f5;
    border:1px solid #3e484e;
}
.bsh-list-group-item.active::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    height: 24px;
    width: 2px;
    border-radius: 0px 4px 4px 0px;
    background: #557DC0;
    transform: translateY(-50%);
}
.bsh-list-group a.bsh-list-group-item {
    position: relative;
    display: block;
    padding: 12px 15px;
    background-color: var(--color-gray);
    border-radius: 6px;
    color: var(--text-dark);
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
    display: flex;
    align-items: center;
}
[class^="icon-am-"], [class*=" icon-am-"] {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.bsh-list-group a.active, .bsh-list-group a.active:hover, .bsh-list-group a:hover {
    color: var(--text-dark);
    background: var(--color-gray);
}
.bsh-list-group a + a {
    margin-top: 5px;
}
.bsh-account-fixed {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    max-height: 100vh;
    height: 100%;
    width: 300px;
    max-width: 100%;
    background: #f0f2f5;
    transition: transform .2s ease, visibility .2s ease, opacity .2s ease;
    transform: translate(100%, 0);
    text-align: left;
}
.bsh-account-fixed .bsh-mod-account {
    border:0px;
}
.bsh-account-fixed .bsh-account-menu-content {
    opacity: 0;
    visibility: hidden;
}
.bsh-account-fixed.bsh-account-is-open {
    transform: translate(0, 0);
    z-index: 1014;
}
.bsh-account-fixed.bsh-account-is-open .bsh-account-menu-content {
    opacity: 1;
    visibility: visible;
}
.bsh-account-button {
    position: absolute;
    right: 100%;
    top: 90px;
    background: #0b76ef;
    background-position: center;
    background-repeat: no-repeat;
    width: 42px;
    height: 44px;
    cursor: pointer;
    border-radius: 5px 0px 0px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.bsh-account-button .icon-account-menu {
    width: 20px;
    height: 20px;
    color: #fff;
    margin-left: 2px;
    margin-bottom: 9px;
}
.bsh-account-button .text-am-menu {
    position: absolute;
    font-weight: 600;
    font-size: 8px;
    bottom: 5px;
    line-height: 10px;
    margin-left: 2px;
    color: #fff;
}
.bsh-account-menu-content {
    padding: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.bsh-account-backdrop {
    background: #0b0b0b;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: visibility .2s ease;
}
.bsh-account-backdrop.active {
    opacity: 0.6;
    visibility: visible;
    z-index: 1013;
}
.bsh-text-empty {
    padding: 12px 0px;
}

.icon-downloads{
    height: 22px;
    width: 22px;
}
.icon-returns {
    width: 24px;
    height: 24px;
}
.bsh-account-content form.form-horizontal legend:first-child {
    margin-top: 0;
}
.bsh-content-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 28px;
}
.table-responsive + .bsh-content-title {
    margin-top: 20px;
}
.address-item {
    border-bottom: 2px dashed #3e484e;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.address-item .bsh-address-info {
    margin-bottom: 20px;
    line-height: 22px;
}
.bsh-btn-info{
    margin-right: 20px;
}
.bsh-btn-info,
.bsh-btn-delete {
    cursor: pointer;
    border-bottom: 1px dashed;
}
.bsh-btn-info:hover, .bsh-btn-info:focus,
.bsh-btn-delete:hover, .bsh-btn-delete:focus {
    border-color: transparent;
}
.bsh-btn-delete, .bsh-btn-delete:hover,.bsh-btn-delete:focus {
    color: #da4f49;
}
#content.forgot-password {
    min-height: 220px;
}
.bs-table .prod-name {
    display: block;
    max-width: 300px;
    white-space: normal;
    min-width: 200px;
}
.bs-table  > tbody > tr > td:nth-child(6){
    white-space: nowrap;
}

.bs-table > tbody > tr > td, .clss-table > thead > tr > td{
    vertical-align:middle;
}
.bs-table > thead > tr > td {
    padding: 10px;
    background:var(--color-gray);
    border-bottom: none;
}
.bs-table thead td:first-child {
    border-radius: 8px 0 0 8px;
    border-bottom: none;
}
.bs-table thead td:last-child {
    border-radius: 0 8px 8px 0;
    border-bottom: none;
}
.bs-table thead td:first-child:last-child {
    border-radius:8px;
}
.bs-table > tbody > tr > td {
    border-top: 0px;
    padding: 15px 10px;
    vertical-align: middle;
}
.total-rewards,
.total-transactions{
    padding: 12px 0px 20px 0px;
}
.bs-table > tbody > tr > td.pr-0 {
    padding-right: 0;
}
.bs-table > tbody > tr {
    border-bottom: 2px dashed #3e484e;
}
.bs-table > tfoot.account-order-totals > tr > td {
    border-top: 0px;
    padding: 5px;
    vertical-align: middle;
}
.bs-table > tfoot.account-order-totals > tr:first-child > td {
    padding-top: 20px;
}
.account-order-totals .cart-total-title {
    width: 100%;
    color: #535D67;
    font-size: 14px;
}
.account-order-totals .cart-total-text {
    font-size: 14px;
    font-weight: 600;
}
.simpleregister-block-content{
    margin-bottom: 0!important;
}

li.account-sidebar__item a{
    padding: 1rem;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid #f2f4f8;
    cursor: pointer;
    -webkit-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
}

.account-sidebar__icon {
    border-radius: 8px;
    width: 40px;
    height: 40px;
    display: grid;
    margin-right: 10px;
    place-items: center;
    background: #f2f2f5;
}