.customer-login h3 {
    margin-bottom: 40px;
}

.customer-login ul {
    margin: 0 0 30px;
    list-style: none;
    padding: 0;
}

.customer-login ul li {
    border-left: 3px solid #FFED00;
    padding: 0 0 0 10px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #4F4F4F;
}

.customer-login__form {
}

.customer-login__form-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.customer-login__form-actions {
}

.funds-withdrawal-bar {
    background: #F7F7FF;
    box-shadow: 0 8px 30px rgb(0 0 0 / 6%);
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}

.funds-withdrawal-bar__content {
    width: 100%;
}

.funds-withdrawal-bar__amount {
    text-align: right;
}

.funds-withdrawal-bar__price {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #333333;
}

.funds-withdrawal-bar__currency {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #333333;
}

.funds-withdrawal-bar h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #4F4F4F;
    margin-bottom: 10px;
}

.funds-withdrawal-bar p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #828282;
    margin: 0 0 5px;
}

.result-list__empty {
    background: #fff;
    box-shadow: 0 8px 30px rgb(0 0 0 / 6%);
    border-radius: 5px;
    padding: 0;
    margin: 20px 0;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #828282;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.result-list__filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.result-list__sort-order-links {
    width: 100%;
    display: flex;
    align-items: center;
}

.result-list__sort-order-links a {
    color: #716FBB;
    border-bottom: 1px dashed #716FBB;
    margin-right: 20px;
    padding: 0 2px;
    text-decoration: none;
}

.result-list__search {
    display: flex;
}

.result-list__search-input {
    width: 200px;
}

.result-list__search-button {
    margin-left: 10px;
}

.media-list {
    display: flex;
    flex-wrap: wrap;
}

.media-list__item {
    position: relative;
    padding: 15px 5px;
    width: 184px;
    height: 232px;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 7px 30px rgba(0, 0, 0, 0.07);
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.media-list__item-image {
    display: flex;
    justify-content: center;
    width: 164px;
    height: 118px;
    margin: 0 auto;
}

.media-list__item-image img {
    max-width: 164px;
    max-height: 118px;
}

.media-list__item-type {
    margin-top: 5px;
    font-size: 10px;
    text-align: center;
    color: #656565;
}

.media-list__item-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}

.media-list__item-size {
    font-size: 14px;
    margin-top: 5px;
}

.media-info {
    display: flex;
    width: 100%;
    margin-bottom: 60px;
}

.media-info__image-wrapper {
    width: 400px;
    flex: 0 0 400px;
}

.media-info__description-wrapper {
    padding-left: 30px;
}

.media-info__image {
    background: #FFFFFF;
    box-shadow: 0 10px 30px rgb(0 0 0 / 6%);
    border-radius: 10px;
    height: 280px;
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    margin-bottom: 15px;
}

.media-info__image img {
    max-width: 350px;
    cursor: pointer;
    max-height: 230px;
}

.media-info__description-wrapper h2 {
    margin-bottom: 10px;
    font-size: 20px;
}

.media-info__description-wrapper table {
    margin-bottom: 20px;
    font-size: 14px;
}

.media-info__description-wrapper td {
    padding-right: 20px;
}

.customer-product-info__image-wrapper {
    width: 400px;
    flex: 0 0 400px;
}

.customer-product-info__main-image {
    background: #FFFFFF;
    box-shadow: 0 10px 30px rgb(0 0 0 / 6%);
    border-radius: 10px;
    height: 280px;
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    margin-bottom: 15px;
}

.customer-product-info__main-image img {
    max-width: 350px;
    cursor: pointer;
    max-height: 230px;
}

.customer-product-info__thumbnails {
    display: flex;
    margin-bottom: 20px;
}

.customer-product-info__thumbnail-item {
    margin-right: 10px;
}

.customer-product-info__thumbnail-item img {
    max-width: 90px;
    max-height: 65px;
    cursor: pointer;
}

.customer-product-info__actions {
    display: flex;
}

.customer-product-info__actions .cta-btn {
    border: 1px dashed #0788FE;
    margin-right: 10px;
    display: inline-flex;
    font-size: 14px;
}

.customer-product-info__actions .cta-btn > i {
    margin-right: 10px;
}

.customer-product-info__actions .product-info__actions-note {
    font-size: 10px;
    color: #828282;
}

.customer-product-edit .form-actions {
    display: flex;
}

.customer-product-edit .form-actions .cta-btn {
    margin-right: 20px;
}

.customer-product-edit__design {
    display: flex;
}

.customer-product-edit__images {
    width: 350px;
    flex: 0 0 350px;
}

.customer-product-edit__image {
    background: #FFFFFF;
    height: 230px;
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.customer-product-edit__image img {
    max-width: 350px;
    cursor: pointer;
    max-height: 230px;
}

.customer-product-edit__description {
    font-size: 14px;
}

.customer-product-edit__description li {
    margin-bottom: 5px;
}

.result-list__table {
    font-size: 13px;
    margin: 20px 0 40px;
}

.result-list__table th {
    vertical-align: bottom;
}

.result-list__table td {
    vertical-align: middle;
}

.form-inline-actions {
    display: flex;
}

.form-inline-actions .cta-btn {
    margin-right: 20px;
}