#header .new-header-links a.lg-btn {
	padding: 4px 9px;
    margin-left: 15px;
}
body.logged-in #header .new-header-links a.lg-btn {
    padding: 4px 14px;
}
body.logged-in #header .new-header-links a.lg-btn span {
    margin-left: 5px;
}
body.logged-in.rtl #header .new-header-links a.lg-btn span {
    margin-left: 0px;
    margin-right: 5px;
}
body.logged-in .new-header-links .my-account-header-icon a {
    width: auto;
}
.lg-btn svg {
	vertical-align: middle;
}
#header .new-header-links a.lg-btn:hover {
	border: 1px solid #FFCC00;
}
.lg-btn:hover svg path, body.logged-in .lg-btn svg path {
	fill: #FFCC00;
}
body.logged-in #header .new-header-links a {
    border: 1px solid #FFCC00;
}
.cl-auth .lg-btn {
    padding: 5px 9px 6px;
    border: 1px solid #FFCC00;
    border-radius: 50%;
    margin-right: 10px;
}
.auth-banner {
	position: relative;
	background: rgba(242, 242, 242, 1);
}
.auth-banner .s-banner-image {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 375px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.auth-main {
	position: relative;
	z-index: 2;
	min-height: 375px;
	padding: 50px 0;
	width: 468px;
	margin: 0 auto;
}
.auth-inner {
	background: #fff;
	padding: 24px;
}
.auth-title {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	color: rgba(23, 23, 23, 1);
	margin-bottom: 24px;
}
.auth-google-btn {
    width: 100%;
    border: 1px solid rgba(116, 119, 117, 1);
    background: #fff;
    border-radius: 25px;
    padding: 14px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    direction: ltr;
    margin-bottom: 24px;
}
.auth-devider {
	position: relative;
	font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 24px;
    text-align: center;
    color: rgba(154, 154, 154, 1);
}
.auth-devider:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    top: 50%;
    right: 0;
    background: rgba(154, 154, 154, 1);
    z-index: 1;
}
.auth-devider span {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 12px;
    background-color: #fff;
}
.phone-input-inner {
	direction: ltr;
}
.auth-label {
	font-size: 20px;
	line-height: 29px;
	color: rgba(83, 83, 83, 1);
	font-weight: 700;
	margin-bottom: 4px;
}
.phone-input-inner .intl-tel-input {
	display: flex;
	column-gap: 8px;
}
.phone-input-inner .intl-tel-input .flag-container {
    position: relative;
    height: 50px;
    border: 1px solid rgba(83, 83, 83, 1);
    padding: 0;
}
.phone-input-inner .intl-tel-input .flag-container .selected-flag {
	background: #fff;
}
.auth-input-bl {
	margin-bottom: 16px;
}
.auth-input {
	width: 100%;
	padding: 5px 10px;
	height: 50px;
}
.auth-input.error-input, .styled-select select.error-input + .select2-container .select2-selection {
    border: 2px solid #cf0101;
}
.phone-input-inner .intl-tel-input .auth-input {
	padding: 5px 10px!important;
}
.phone-input-inner .intl-tel-input.separate-dial-code .selected-dial-code, .auth-input {
	font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: rgba(83, 83, 83, 1);
}
.select-val-type p {
	text-align: center;
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 19px;
	color: rgba(29, 29, 29, 1);
	font-weight: 500;
}
#personal-details-form .select-val-type p {
    text-align: inherit;
}
.select-val-type-inner {
	display: flex;
	gap: 12px;
	margin-bottom: 24px;
}
.select-val-type-inner label {
    display: flex;
    gap: 5px;
    width: 100%;
    cursor: pointer;
}
.select-val-type-inner label .radio-card {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    direction: ltr;
    width: 100%;
    margin-bottom: 0;
    height: 56px;
    border: 1px solid rgba(233, 233, 233, 1);
    font-size: 14px;
    line-height: 14px;
    color: rgba(29, 29, 29, 1);
    font-weight: 400;
}
.select-val-type-inner .radio-input:checked + .radio-card {
	border: 1px solid rgba(255, 204, 0, 1);
    background: rgba(255, 248, 225, 1);
}
.auth-submit {
	width: 100%;
    font-size: 24px;
    line-height: 32px;
    color: rgba(23, 23, 23, 1);
    font-weight: 700;
    padding: 14px 0;
    border: 0;
    border-radius: 30px;
    background: rgba(255, 204, 0, 1);
    margin-bottom: 24px;
}
.auth-submit:hover {
	background: #F3BD0A;
}
.auth-submit:disabled {
	opacity: .7;
}
.auth-submit.disabled {
    background: #C8C8C8;
    color: #6d6a6a;
}
.signin-link, .signin-link a {
	text-align: center;
    font-size: 18px;
    line-height: 19px;
    color: rgba(29, 29, 29, 1);
    font-weight: 500;
}
.signin-link a {
	text-decoration: underline;
	font-weight: 700;
}
.otp-message {
	font-size: 20px;
    line-height: 23px;
    font-weight: 500;
    color: rgba(154, 154, 154, 1);
    text-align: center;
    margin-bottom: 24px;
}
.otp-input-wrapper {
    display: flex;
    gap: 8px;
    justify-content: space-between;
    margin-bottom: 30px;
    direction: ltr;
}
.otp-input-wrapper input {
	flex: 1;
    height: 62px;
    text-align: center;
    padding: 0;
    border: 1px solid rgba(154, 154, 154, 1);
    width: 100%;
    font-size: 24px;
}
.resend-otp-text {
	text-align: center;
    margin-bottom: 0;
    color: rgba(29, 29, 29, 1);
    font-size: 18px;
    line-height: 19px;
    font-weight: 500;
}
.resend-otp-text a {
	color: rgba(29, 29, 29, 1);
	font-weight: 700;
	text-decoration: underline;
}
.auth-error-message {
    text-align: center;
    border: 2px solid #cf0101;
    color: #cf0101;
    font-size: 18px;
    line-height: 20px;
    padding: 7px 10px;
}
.auth-success-message {
    text-align: center;
    border: 2px solid #2c912c;
    color: #2c912c;
    font-size: 18px;
    line-height: 20px;
    padding: 7px 10px;
}
.auth-input-bl .styled-select .select2-selection,
.auth-input-bl .styled-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}
.auth-input-bl .styled-select .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}
.auth-input-bl .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}
.auth-terms-checkbox label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
}
.auth-terms-checkbox {
    margin-bottom: 24px;
}
.auth-terms-checkbox label a {
    color: rgba(0, 0, 0, 1);
    text-decoration: underline;
}
body.rtl .step-personal-details .auth-input {
    direction: rtl;
}
#auth-phone-number-google {
    direction: ltr;
}
.my-account-page {
    position: relative;
}
.my-account-page:before {
    content: '';
    width: calc((100% - 1310px) / 2);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(243, 243, 243, 1);
}
body.rtl .my-account-page:before {
    right: 0;
    left: auto;
}
.my-account-inner {
    display: flex;
    gap: 48px;
}
.my-account-inner .my-account-sidebar {
    width: 250px;
    background: rgba(243, 243, 243, 1);
    position: relative;
    z-index: 2;
    padding-top: 48px;
    padding-right: 36px;
}
body.rtl .my-account-inner .my-account-sidebar {
    padding-left: 36px;
    padding-right: 0;
}
.my-account-inner .my-account-content {
    width: 650px;
    padding-top: 48px;
    padding-bottom: 100px;
}
.user-greeting {
    margin-bottom: 24px;
    padding-bottom: 7px;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: rgba(23, 23, 23, 1);
}
.my-account-tabs ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding-bottom: 60px;
}
.my-account-tabs ul li {
    flex: 100%;
}
.my-account-tabs ul li button, .my-account-tabs ul li a {
    display: flex;
    gap: 15px;
    align-items: center;
    width: 100%;
    border: 0;
    font-size: 18px;
    line-height: 28px;
    padding: 8px 10px;
    color: rgba(23, 23, 23, 1);
}
.my-account-tabs ul li .logout-tab {
    margin-top: 50px;
}
.my-account-tabs ul li button.active, .my-account-tabs ul li button:hover, .my-account-tabs ul li a:hover {
    background: rgba(255, 204, 0, 1);
}
.my-account-content .is-hidden {
    display: none;
}
.account-tab-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.account-tab-title.inline {
    justify-content: normal;
    gap: 7px;
    margin-bottom: 24px;
}
.account-tab-title h3 {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 0;
    font-weight: 700;
    color: rgba(29, 29, 29, 1);
}
.account-tab-title.inline h3 {
    font-size: 28px;
    line-height: 38px;
} 
.account-tab-title a {
    font-size: 18px;
    line-height: 38px;
    font-weight: 700;
    color: rgba(29, 29, 29, 1);
    text-decoration: underline;
}
.account-tab-title.inline a {
    display: flex;
    align-items: center;
    padding: 0 5px;
    height: 38px;
}
.my-account-order-list {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.my-account-order-list-item {
    width: 100%;
    border: 1px solid rgba(83, 83, 83, 1);
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.my-account-order-list-item .arrow {
    cursor: pointer;
    width: 30px;
    text-align: center;
    height: 30px;
}
.my-account-order-list-item .arrow svg {
    height: 30px;
}
.my-account-order-list-item .main-info {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
.my-account-order-list-item .main-info p {
    width: 100%;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 38px;
    color: rgba(83, 83, 83, 1);
}
.my-account-order-list-item .main-info p.semibold {
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
}
.my-account-order-list-item .main-info p.subtitle {
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
}
.my-account-order-list-item .main-info p.title {
    font-weight: 700;
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
}
.my-account-order-list-item .main-info p.gap {
    display: flex;
    gap: 8px;
}

@media (max-width: 767px){
    .auth-banner .s-banner-image {
        display: none;
    }
    .auth-main {
        padding: 10px 0 50px;
        width: 100%;
    }
    .auth-banner {
        background: #fff;
    }
}

.account-tab-content-terms p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 1);
}
.accordion.my-account-faq .item, .accordion.my-account-faq .item .panel {
    background: rgba(243, 243, 243, 1);
}
.accordion.my-account-faq .item.open, .accordion.my-account-faq .item.open .panel {
    background: rgba(249, 249, 249, 1);
}
.accordion.my-account-faq .title {
    padding: 15px 0px 10px 55px;
    font-size: 22px !important;
    line-height: 28px !important;
    font-weight: 700;
}
body.rtl .accordion.my-account-faq .title {
    padding: 15px 55px 10px 0;
}
.accordion.my-account-faq .item .panel {
    padding: 0 15px 0 55px;
    font-size: 18px;
    line-height: 22px;
}
.accordion.my-account-faq .item .panel p {
    font-size: 18px!important;
    line-height: 22px!important;
}
body.rtl .accordion.my-account-faq .item .panel {
    padding: 0 55px 0 15px;
}
.accordion.my-account-faq .item .panel ul {
    margin: 0 0px 0 15px;
}
body.rtl .accordion.my-account-faq .item .panel ul {
    margin: 0 15px 0 0;
}
.accordion.my-account-faq .item {
    padding-bottom: 5px;
}
.accordion.my-account-faq .title:before, .accordion.my-account-faq .title:after {
    top: 28px;
    width: 14px;
}
.account-tab-content-content.function-form .wpcf7 {
    width: 100%;
}
.account-tab-content-content.function-form {
    padding: 0;
    margin-bottom: 36px;
}
.account-tab-content-content.function-form .wpcf7 .wpcf7-form-control-wrap {
    margin-bottom: 24px;
}
.account-tab-content-content.function-form .wpcf7 .wpcf7-form-control-wrap .placeholder {
    top: 12px;
}
.account-tab-content-content.function-form .wpcf7 input[type="text"], .account-tab-content-content.function-form .wpcf7 input[type="email"], .account-tab-content-content.function-form .wpcf7 input[type="tel"], .account-tab-content-content.function-form .wpcf7 input[type="date"] {
    height: 50px;
}
.account-tab-content-content.function-form .wpcf7 textarea {
    max-height: 100px;
    resize: none;
}
.account-tab-content-content.function-form .wpcf7 label {
    margin-bottom: 0;
}
.my-account-line {
    height: 1px;
    background: rgba(200, 200, 200, 1);
    margin-bottom: 32px!important;
}
.account-tab-content-content.function-form .wpcf7 input[type="submit"] {
    font-size: 18px;
    font-weight: 700;
    width: 317px;
    height: 48px;
    display: inline-block;
}
.account-tab-content-content.function-form .wpcf7 .align-center p {
    text-align: center;
}
.account-tab-content-contact {
    border-top: 2px solid rgba(175, 175, 175, 1);
    border-bottom: 2px solid rgba(175, 175, 175, 1);
    padding: 24px 24px 8px 24px;
    margin-top: 32px;
}

.account-tab-content-contact p a, .account-tab-content-contact p {
    font-size: 20px;
    line-height: 20px;
    color: rgba(29, 29, 29, 1);
    font-weight: 500;
}
.account-tab-content-contact p a {
    text-decoration: underline;
}
.account-tab-content-contact p {
    display: flex;
    gap:  10px;
}
.account-tab-content-contact p.title {
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 36px;
    color: rgba(29, 29, 29, 1);
    font-weight: 700;
}
#update-personal-details-form .buttons {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(200, 200, 200, 1);
    text-align: center;
}
#update-personal-details-form .buttons button {
    max-width: 340px;
    font-size: 18px;
    line-height: 38px;
    color: rgba(0, 0, 0, 1);
    padding: 5px 0;
    margin-bottom: 21px;
}
#update-personal-details-form .buttons button:disabled {
    opacity: 1;
    background: rgba(154, 154, 154, 1);
}
.delete-account-div {
    text-align: center;
}
.delete-account-btn {
    font-size: 18px;
    line-height: 38px;
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    border: 0;
    background: transparent;
    text-decoration: underline;
}
.delete-account-popup {
    position: absolute;
    z-index: 12;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
    justify-content: center;
}
.delete-account-popup-inner {
    background: #fff;
    padding: 16px 24px 24px 24px;
    max-width: 468px;
}
.delete-account-popup-inner .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid rgba(154, 154, 154, 1);
    margin-bottom: 24px;
}
.delete-account-popup-inner .title p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0;
}
.delete-account-popup-inner .title button {
    border: 0;
    background: transparent;
    text-align: center;
    height: 30px;
    width: 30px;
}
.delete-account-popup-inner .content p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 24px;
}
.delete-account-popup-inner .content .buttons {
    display: flex;
    gap: 24px;
}
.delete-account-popup-inner .content .buttons button {
    flex: 1;
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    text-align: center;
    padding: 8px;
    border: 2px solid rgba(23, 23, 23, 1);
    background: transparent;
    border-radius: 25px;
}
.delete-account-popup-inner .content .buttons button.delete-account-final {
    border: 2px solid rgba(255, 204, 0, 1);
    background: rgba(255, 204, 0, 1);
}
.delete-account-popup-inner .content .buttons button.delete-account-final:hover {
    border: 2px solid #F3BD0A;
    background: #F3BD0A;
    text-decoration: underline;
}
.delete-account-popup-inner .content .buttons button.delete-account-cancel:hover {
    background: rgba(218, 218, 218, 1);
    text-decoration: underline;
}
.auth-input-bl-edit {
    position: relative;
}
.auth-input-bl-edit .edit-field-icon {
    position: absolute;
    left: 2px;
    top: 2px;
    display: flex;
    height: calc(100% - 4px);
    align-items: center;
    padding: 10px 20px 10px 10px;
    vertical-align: middle;
    cursor: pointer;
    z-index: 12;
    background: #fff;
}
body.rtl .auth-input-bl-edit .edit-field-icon {
    left: 2px;
    right: auto;
    padding: 10px 10px 10px 20px;
}
.auth-input-bl-edit .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #fff;
}
.auth-input-bl-edit input[disabled] {
    background: #fff;
    border: 1px solid rgb(118, 118, 118);
}
#edit-phone-number .auth-input-bl, #edit-email-address .auth-input-bl {
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(200, 200, 200, 1);
    margin-bottom: 36px;
}
#edit-phone-number .buttons, #edit-email-address .buttons {
    display: flex;
    gap: 16px;
}
#edit-phone-number .buttons button, #edit-email-address .buttons button {
    font-size: 18px;
    line-height: 38px;
    color: rgba(0, 0, 0, 1);
    padding: 4px 10px;
}
#edit-phone-number .buttons .edit-phone-btn, #edit-email-address .buttons .edit-email-btn {
    border: 1px solid rgba(255, 204, 0, 1);
}
#edit-phone-number .buttons .edit-phone-cancel, #edit-email-address .buttons .edit-email-cancel {
    border: 1px solid rgba(23, 23, 23, 1);
    background: #fff;
}
.my-account-content .otp-message {
    text-align: inherit;
}
.my-account-content #otp-form .auth-input-bl {
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(200, 200, 200, 1);
    margin-bottom: 36px;
}
.my-account-content #otp-form .otp-actions {
    text-align: center;
}
.my-account-content #otp-form .auth-submit {
    max-width: 360px;
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    line-height: 38px;
    padding: 5px 0;
}
.auth-inner.step-otp.return-to-main-edit {
    padding: 0;
}
.tab-main-benefits {
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.tab-main-benefits > div {
    flex: 100%;
    border: 1px solid rgba(255, 204, 0, 1);
    background: rgba(255, 248, 225, 1);
    display: flex;
    gap: 12px;
    padding: 16px;
    align-items: center;
}
.tab-main-benefits .image {
    display: flex;
}
.tab-main-benefits .text p {
    color: rgba(125, 125, 122, 1);
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    flex: 100%;
}
.tab-main-benefits .text {
    display: flex;
    gap: 2px;
    flex-wrap: wrap;
}
.tab-main-benefits .text p.title {
    color: rgba(29, 29, 29, 1);
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
}
.ma-show-on-mobile {
    display: none;
}
@media (max-width: 992px){
    .ma-show-on-mobile {
        display: block;
    }
    .ma-hide-on-mobile {
        display: none;
    }
    .my-account-inner .my-account-sidebar,
    .my-account-inner .my-account-content {
        width: 100%;
    }
    .my-account-inner {
        display: flex;
        gap: 48px;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .my-account-inner .my-account-content {
        padding-top: 30px;
        padding-bottom: 4px;
    }
    .user-greeting {
        margin-bottom: 15px;
    }
    .tab-main-benefits > div {
        flex: 341px;
        min-width: 341px;
    }
    .tab-main-benefits {
        overflow: auto;
        flex-wrap: nowrap;
        padding-bottom: 8px;
        margin-bottom: 8px;
    }
    #panel-main .account-tab-title {
        margin-top: 16px;
        border-top: 1px solid rgba(200, 200, 200, 1);
        padding-top: 16px;
    }
    body.rtl .my-account-inner .my-account-sidebar, .my-account-inner .my-account-sidebar {
        padding: 0;
        background: #fff;
    }
    .my-account-order-list {
        padding-bottom: 32px;
        margin-bottom: 28px;
        border-bottom: 1px solid rgba(200, 200, 200, 1);
    }
    .my-account-inner {
        gap: 0px;
    }
    .my-account-tabs ul {
        gap: 16px;
    }
    .my-account-tabs ul li {
        flex: calc(50% - 16px);
    }
    .my-account-tabs ul li.main-tab {
        display: none;
    }
    /* Item 6: full width */
    .my-account-tabs ul li:nth-child(6) {
        flex: 100%;
    }
    .my-account-tabs ul li button {
        padding: 12px;
        background: #fff;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 4px;
        border: 1px solid rgba(83, 83, 83, 1);
        line-height: 28px;
        font-weight: 600;
    }
    .my-account-tabs ul li button svg {
        height: 50px;
    }
    .my-account-tabs ul li button span {
        flex: 100%;
    }
    .my-account-tabs ul li .logout-tab {
        margin-top: 16px;
        justify-content: center;
        background: rgba(255, 204, 0, 1);
        border-radius: 25px;
        font-weight: 700;
        line-height: 32px;
    }
    .my-account-tabs ul li .logout-tab svg {
        display: none;
    }
    .my-account-tabs ul li button.active, .my-account-tabs ul li button:hover, .my-account-tabs ul li a:hover {
        background: #fff;
    }
    #panel-details, #panel-faq {
        padding-bottom: 30px;
    }
}
@media (max-width: 520px){
    .delete-account-popup-inner {
        background: #fff;
        padding: 16px 24px 24px 24px;
        max-width: calc(100% - 40px);
    }
}
.my-account-no-orders {
    text-align: center;
    padding: 100px 0 90px;
}
.my-account-no-orders.sf-error {
    display: none;
}
.my-account-no-orders > svg, .my-account-no-orders > p {
    margin-bottom: 36px;
}
.my-account-no-orders > p {
    font-size: 18px;
    line-height: 27px;
    color: rgba(83, 83, 83, 1);
}
.my-account-no-orders > p.title {
    color: rgba(29, 29, 29, 1);
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 4px;
}
.my-account-no-orders > a {
    font-size: 18px;
    line-height: 38px;
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    padding: 5px 10px;
    min-width: 300px;
    background: rgba(255, 204, 0, 1);
    border-radius: 25px;
    display: inline-block;
    margin-bottom: 12px;
}
.my-account-no-orders > a.white {
    background: #fff;
    border: 2px solid rgba(23, 23, 23, 1);
    padding: 3px 8px;
}
.my-account-no-orders .errors-note {
    margin-top: 24px;
}
.my-account-no-orders .errors-note p, .my-account-no-orders .errors-note p a {
    font-size: 14px;
    line-height: 22px;
    color: rgba(83, 83, 83, 1);
    margin-bottom: 0;
}
.my-account-no-orders .errors-note p a {
    text-decoration: underline;
}