/* logged-in user my account page*/

#pyramid-body.without-header.without-footer {
    height: 100%;
    position: relative;
}

html {
    position: relative;
    height: 100%;
}

.without-header.without-footer .background-overlay {
    min-height: 100%;
}

.logged-in .myaccount #the-post .woocommerce {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.costumer-panel #the-post {
    background: transparent;
    box-shadow: none;
    padding: 0;
    border: 0 none !important;
}

.woocommerce-MyAccount-navigation {
    border-radius: 0 0.2rem 0.2rem 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-shadow: 1px 1px 8px #f1f7fb;
    -moz-box-shadow: 1px 1px 8px #f1f7fb;
    box-shadow: 1px 1px 8px #f1f7fb;
    margin-bottom: 15px;
}

.woocommerce-MyAccount-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px;
    background: #ffffff;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    -webkit-box-shadow: 1px 1px 8px #f1f7fb;
    -moz-box-shadow: 1px 1px 8px #f1f7fb;
    box-shadow: 1px 1px 8px #f1f7fb;
}

.woocommerce-MyAccount-content > p {
    margin-bottom: 15px;
    font-size: 0.9rem;
}

.woocommerce-MyAccount-content > p > a, .edit {
    color: #00bfff;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.woocommerce-MyAccount-content > p > a:hover, .edit:hover {
    color: #667684;
}

.woocommerce-MyAccount-navigation ul {
    padding: 10px 0 !important;
    list-style-type: none !important;
    background: #ffffff;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
}

.woocommerce-MyAccount-navigation ul li {
    list-style: none !important;
    margin: 0 !important;
}

.woocommerce-MyAccount-navigation li a:hover {
    color: #00bfff;
}

.woocommerce-MyAccount-navigation li a {
    line-height: 25px;
    display: block;
    color: #444;
    transition: all .15s ease-in-out;
    z-index: 1;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 15px;
    text-align: right;
    height: auto;
}

.woocommerce-MyAccount-navigation-link.is-active {
    border-right: 3px solid #00bfff;
}

.woocommerce-MyAccount-navigation-link.is-active a {
    color: #00bfff;
}

.woocommerce-MyAccount-navigation-link a::before {
    font-family: "FONTIcon";
    font-size: 15px;
    line-height: 20px;
    width: 16px;
    font-weight: 900;
    display: block;
    margin-left: 3px;
    float: right;
}

.woocommerce-MyAccount-navigation-link--dashboard a::before {
    content: "\f03a";
}

.woocommerce-MyAccount-navigation-link--orders a::before {
    content: "\f07a";
}

.woocommerce-MyAccount-navigation-link--downloads a::before {
    content: "\f019";
}

.woocommerce-MyAccount-navigation-link--edit-address a::before {
    content: "\f041";
    font-size: 16px;
}

.woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: "\f013";
    font-size: 16px;
}

.woocommerce-MyAccount-navigation-link--wishlist a::before {
    content: "\f004";
}

.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    content: "\f011";
}

.woocommerce-MyAccount-navigation-link--tracking a::before {
    content: "\f0d1";
    font-size: 13px;
}

.woocommerce-MyAccount-navigation-link--notification a::before {
    content: "\f0f3";
}

.myaccount-secondary-title {
    font-size: 14px;
    font-weight: 400;
}

.current .delimiter {
    margin-right: 3px;
    float: none;
}

/* myaccount unlogged users*/

body:not(.logged-in) .myaccount .u-column2.col-2 {
    display: none;
}

.u-column1.col-1 > h2, .u-column2.col-2 > h2, body:not(.logged-in) .myaccount #customer_login > h2 {
    font-size: 1.1rem;
    font-weight: 500;

}

#customer_login {
    width: 100%;
    margin: 0 auto;
    min-height: 347px;
}

.login .woocommerce-form-row, .register .woocommerce-form-row, .edit-account .woocommerce-form-row, .woocommerce-address-fields .form-row {
    margin-bottom: 15px;
}

.login .woocommerce-form-row label, .register .woocommerce-form-row label, .edit-account .woocommerce-form-row label, .woocommerce-address-fields .form-row label {
    margin-bottom: 3px;
    font-weight: 400;
    font-size: 0.9rem;
}

.woocommerce-form-login__rememberme {
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 400;
}

.woocommerce-LostPassword.lost_password {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #eaeef2;
}

.woocommerce-LostPassword.lost_password a {
    color: #00bfff;
    transition: all .15s ease-in-out;
}

.woocommerce-LostPassword.lost_password a:hover {
    color: #667684;
}

.woocommerce-form-login__submit, .woocommerce-form-register__submit {
    width: 49%;
    font-weight: 400 !important;
    letter-spacing: normal !important;
    padding: 0 !important;
}

.pyramid-form-forward {
    margin-right: 2%;
    width: 49%;
    background: #fafafc;
    color: #667684;
    padding: 0 0.5rem;
    border-radius: 0.2rem;
    height: 2.8rem;
    display: inline-block;
    line-height: 2.8rem;
    font-size: 0.9rem;
    font-weight: 400;
    text-align: center;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.pyramid-form-forward:hover, .pyramid-form-forward:active {
    color: #00bfff;
}

.pyramid-form-forward span {
    line-height: 2.3rem;
    margin-left: 3px;
}

.woocommerce-password-strength.short, .woocommerce-password-strength.bad {
    color: #f45b;
}

.woocommerce-password-strength {
    font-size: 0.876rem;
    padding-top: 10px;
}

.woocommerce-password-strength.good {
    color: #ff7800;
}

.woocommerce-password-strength.strong {
    color: #37ae2d;
}

.woocommerce-password-hint {
    background: #fafafc;
    display: block;
    padding: 10px;
    border-right: 3px solid #f45b;
    margin-top: 10px;
}

.password-input {
    position: relative;
}

.show-password-input {
    position: absolute;
    width: 20px;
    height: 20px;
    background: transparent;
    display: block;
    left: 9px;
    top: 4px;
}

.show-password-input::before {
    content: "\f070";
    font-family: "FONTIcon";
    font-size: 16px;
    line-height: 19px;
    color: #666784;
    display: block;
}

.show-password-input.display-password::before {
    content: "\f06e";
}

.without-header .breadcrumbs {
    display: none;
}

.without-header .myaccount #the-post {
    background: transparent;
    box-shadow: none;
}

.without-header .myaccount #the-post .entry-title {
    visibility: hidden;
}

.without-header .myaccount #the-post #customer_login {
    background: #ffffff;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    border-radius: 0.6rem;
    padding: 15px;
}

.myaccount #the-post #customer_login input:not([type="checkbox"]) {
    background: #ffffff;
}

#back-to-the-site {
    display: block;
    margin: 10px auto 20px;
    width: fit-content;
    font-weight: 500;
    color: #282828;
    border-radius: 0.6rem;
    text-decoration-line: underline;
}

#back-to-the-site span {
    float: left;
    line-height: 32px;
    margin-right: 5px;
}

/* tracking */
form#order-tracking {
    margin-bottom: 20px;
}

h4.statuses-title {
    font-size: 1rem;
    padding: 9px 15px;
    border: 1px solid #d1d1d1;
    background: #fafafc;
    border-radius: 0.2rem 0.2rem 0 0;
    margin-bottom: 0;
}

ul.statuses {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding: 15px 0 !important;
    border: 1px solid #d1d1d1;
    border-top: 0 none;
    border-radius: 0 0 0.2rem 0.2rem;
}

li.status {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}

ul.statuses li .title {
    margin-top: 12px;
    font-weight: 500;
    font-size: 0.875rem;
    color: #c5c5c5;
}

.status-img-wrapper {
    width: auto;
    display: inline-block;
    padding: 20px;
    border-radius: 100%;
    background: #fff;
    border: 15px solid #eaeaee;
}

.status-img-wrapper img {
    display: block;
    max-width: 100%;
    filter: hue-rotate(300deg);
    opacity: 0.4;
}

li.status.active .status-img-wrapper {
    border-color: #53D59D;
}

li.status.active .icon {
    opacity: 1;
}

li.status.active .title {
    color: #444444;
}

.tracking-results .order-info {
    margin-top: 20px;
}

.woocommerce-MyAccount-content table td ins {
    text-decoration: none;
}

.woocommerce-MyAccount-content table td a:not(.button) {
    color: #667684;
    font-weight: 500;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.woocommerce-MyAccount-content table td a:not(.button):hover {
    color: #00bfff;
}

.order-date, .order-number, .order-status {
    background: transparent;
    color: #f45b66;
    font-weight: 500;

}

.woocommerce-order-downloads ~ section, .order-again {
    margin-top: 15px;
}

.myaccount table .product-quantity {
    float: left;
}

.operations a {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 0.2rem;
    color: #fff !important;
    position: relative;
}

.remove-favorites {
    background: #f45b66;
}

.view-product {
    background: #5bd485;
}

.operations a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    font-size: 14px;
}

.woocommerce-MyAccount-content .woocommerce-Message .button {
    float: left;
    padding: 0;
    color: #2c3a46;
    background: transparent;
    border: 0 none;
    margin-right: 3px;
    text-decoration: underline;
    line-height: inherit;
    height: initial;
    font-size: inherit;
    font-weight: 400;
}

.woocommerce-button.button.view, .woocommerce-MyAccount-downloads-file.button.alt {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 35px;
    height: 35px;
    display: block;
}

.woocommerce-button.button.view::before {
    content: "\f06e";
    font-family: "FONTIcon";
    margin-left: 3px;
    line-height: normal;
}

.woocommerce-MyAccount-downloads-file.button.alt::before {
    content: "\f019";
    font-family: "FONTIcon";
    float: right;
    margin-left: 4px;
    line-height: 30px;
    font-weight: 900;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status {
    font-weight: 500;
    color: #f45b66;
}

.myaccount-avatar {
    padding: 15px 0 !important;
    list-style-type: none !important;
    border-bottom: 1px solid #eaeef2;
}

.myaccount-avatar .avatar.photo {
    float: right;
    margin: 0 15px;
}

.myaccount-avatar::after {
    content: '';
    display: table;
    clear: both;
}

.user-display-name {
    margin-bottom: 3px !important;
}

.user-display-name strong {
    font-weight: 500;
}

.edit-local-avatar {
    font-size: 0.875rem;
    color: #667684;
    font-weight: 400;
}

.edit-local-avatar::before {
    content: '\f302';
    font-family: "FONTIcon";
    margin-left: 3px;
    color: #00bfff;
    float: right;
    font-weight: 900;
}

.update-local-avatar {
    display: none;
    visibility: hidden;
    position: fixed;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    padding: 40px;
    background: #fff;
    z-index: 9999;
    height: auto;
    text-align: center;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    border-radius: 0.6rem;
    width: 90%;
}

.visible {
    visibility: visible;
}

.avatar-on-edit #pyramid-wrapper::after {
    width: 100%;
    height: 100%;
    opacity: 0.8;
    transition: opacity 0.5s;
}

.close-modal {
    border: 2px solid currentColor;
    border-radius: 100%;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 24px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.update-local-avatar label[for="basic-local-avatar"] {
    background: #fafafc;
    border: 1px dashed #eaeef2;
    padding: 15px 10px;
    border-radius: 10px;
    cursor: pointer;
}

.update-local-avatar label[for="basic-local-avatar"] span {
    display: block;
    margin: 5px;
    font-size: 0.87rem;
    font-weight: 400;
    line-height: 30px;
}

.update-local-avatar label[for="basic-local-avatar"] span:first-child {
    font-size: 1rem;
    font-weight: 500;
    color: #00bfff;
}

#basic-local-avatar {
    display: none;
}

input[name="basic-user-avatar-erase"] {
    float: right;
}

label[for="basic-user-avatar-erase"] {
    text-align: right;
    font-size: 0.875rem;
    font-weight: 400;
    color: #667684;
    padding-right: 23px;
    line-height: 30px;
}

.update-local-avatar input[type="submit"] {
    display: block;
    width: 100%;
}

.filename {
    margin: 5px 0 10px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #667684;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 22px;
}

.user-account-details {
    background: #fff;
    padding: 20px;
    border-radius: 0.6rem;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #9e9e9e;
}

.user-account-details p:last-child {
    margin: 0 !important;
    font-size: 0.85rem;
    font-weight: 400;
    color: #667684;
    border-radius: 5px;
    letter-spacing: -0.3px;
}

.user-account-details strong {
    display: block;
    border-radius: 0.4rem;
    text-align: right;
    font-size: 1.1rem;
    font-weight: 500;
    color: #f45b66;
}

.user-account-details img {
    float: left;
    position: relative;
    display: block;
    margin-top: 4px;
}

.area {
    background: #4e54c8;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
    width: 100%;
    height: 50vh;
    border-radius: 0.6rem;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 15s linear infinite;
    bottom: -150px;

}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

.notification-meta {
    font-size: 0.875rem;
    color: #667684;
    font-weight: 400;
    line-height: 22px;
}

.notification-meta span {
    float: right;
    line-height: normal;
    margin-left: 3px;
    color: #00bfff;
}

.back-to-notifications {
    float: left;
    position: relative;
    color: #667684;
    line-height: 22px;
    font-weight: 200;
}

.back-to-notifications span {
    float: left;
    margin-right: 3px;
    line-height: inherit;
}

.account-notifications li a img {
    float: right;
    max-width: 75px !important;
    height: auto;
    margin-left: 10px;
}

.account-notifications li::after {
    content: '';
    display: table;
    clear: both;
}

.account-notifications li {
    padding-bottom: 15px;
    margin-bottom: 15px !important;
    border-bottom: 1px dashed #d1d1d1;
}

.account-notifications li:last-child {
    padding-bottom: 0;
    margin-bottom: 0 !important;
    border-bottom: 0 none;
}

.account-notifications li h3 {
    font-size: 1rem;
    font-weight: 500;
}

.account-notifications li a {
    display: inline;
}

.account-notifications li .not-viewed {
    background: #f45b66;
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 5px;
    margin: 3px;
    animation: beat 1.5s ease 0s infinite;
}

.form-login-logo img {
    display: block;
    margin: 0 auto 15px;
    max-width: 120px !important;
}

#customer_login .woocommerce-error {
    margin-bottom: 12px !important;
}

@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

@keyframes beat {
    0%, 50%, 100% {
        transform: scale(1, 1);
    }
    30%, 80% {
        transform: scale(0.92, 0.95);
    }
}

.user-account-discount {
    position: relative;
}

.discount-info {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    padding: 20px;
    color: #fff;
    font-size: 1.4rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.discount-info h4 {
    margin: 20px 0;
}

.discount-info strong {
    margin: 20px 0;
    display: block;
}

@media (max-width: 576px) {

    .woocommerce-MyAccount-content table thead {
        clip: rect(0 0 0 0);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        width: 1px;
        white-space: nowrap
    }

    .woocommerce-MyAccount-content table tr {
        display: block
    }

    .woocommerce-MyAccount-content table td:not(.product-thumb) {
        display: block;
        padding-top: 0.178rem;
        padding-bottom: 0.178rem;
        font-size: 0.9rem;
        font-weight: 500;
    }

    .woocommerce-MyAccount-content table td:first-child {
        padding-top: 0;
    }

    .woocommerce-MyAccount-content table td:last-child {
        padding-bottom: 0;
    }

    .woocommerce-MyAccount-content table, .woocommerce-MyAccount-content table thead th,
    .woocommerce-MyAccount-content table td, .woocommerce-MyAccount-content table tr, .woocommerce-MyAccount-content table tbody {
        border: 0 !important;
        padding: 0
    }

    .woocommerce-MyAccount-content table tbody tr {
        margin-bottom: 15px;
        background: #fff !important;
        padding: 1rem;
        border: 1px solid #d1d1d1 !important;
        border-radius: 0.2rem !important;
    }

    .woocommerce-MyAccount-content table tbody tr:last-child {
        margin-bottom: 0;
    }

    .woocommerce-MyAccount-content tbody td:not(.woocommerce-orders-table__cell-order-actions):before {
        content: attr(data-title);
        float: right;
        padding-left: 0.78em;
        color: #667684;
        font-weight: 400;
    }

    .woocommerce-order-details table tbody tr {
        border: 0 none !important;
        border-bottom: 1px solid #d1d1d1 !important;
        border-radius: 0 !important;
        padding: 0 !important;
        padding-bottom: 10px !important;
    }

    .woocommerce-order-details table tbody tr:last-child {
        margin-bottom: 15px !important;
    }

    .woocommerce-order-details table tfoot {
        border-right: 3px solid #00bfff;
    }

    .woocommerce-order-details table tfoot th, .woocommerce-order-details table tfoot td {
        display: inline-block !important;
        padding-top: 0.175rem !important;
        padding-bottom: 0.175rem !important;
        border: 0 none !important;
    }

    .woocommerce-order-details table tfoot th {
        font-weight: 400 !important;
        color: #667684;
        padding-right: 10px;
        padding-left: 0;
    }

    .favorites-table .product-thumb {
        display: block;
    }

    .favorites-table .product-thumb img {
        display: block;
        margin: 0 auto;
    }

    .woocommerce-button.button.view, .woocommerce-MyAccount-downloads-file.button.alt {
        width: 100%;
        margin-top: 5px;
    }

    .operations {
        height: 23px;
    }

}

@media (min-width: 576px) {
    li.status {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .update-local-avatar {
        width: 500px;
    }

    .favorites-table .product-thumb img {
        float: right;
    }
}

@media (min-width: 768px) {
    li.status {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 992px) {
    .woocommerce-MyAccount-navigation {
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 22%;
        padding-left: 15px;
        background: transparent;
        box-shadow: none;
        margin-bottom: 0;
    }

    .woocommerce-MyAccount-content {
        -ms-flex: 0 0 78%;
        flex: 0 0 78%;
        max-width: 78%;
        -webkit-box-shadow: 1px 1px 8px #f1f7fb;
        -moz-box-shadow: 1px 1px 8px #f1f7fb;
        box-shadow: 1px 1px 8px #f1f7fb;
    }

    .woocommerce-MyAccount-navigation ul, .myaccount-avatar {
        -webkit-box-shadow: 1px 1px 8px #f1f7fb;
        -moz-box-shadow: 1px 1px 8px #f1f7fb;
        box-shadow: 1px 1px 8px #f1f7fb;
    }

    .woocommerce-MyAccount-navigation li a {
        font-size: 14px;
        font-weight: 400;
        padding: 8px 15px;
        text-align: right;
        height: auto;
    }

    .woocommerce-MyAccount-navigation-link a::before {
        margin: 0;
        margin-left: 3px;
        float: right;
    }

    .woocommerce-MyAccount-navigation-link.is-active a {
        padding-right: 12px;
    }

    #customer_login {
        width: 470px;
    }

    li.status {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .myaccount-avatar {
        background: #ffffff;
        -webkit-border-radius: 0.2rem;
        -moz-border-radius: 0.2rem;
        border-radius: 0.2rem;
        margin-bottom: 15px;
        border-bottom: 0 none;
    }

}