.description .woocommerce p a.btn-button:hover {
    background-size: 11px;
}

input[type=number] {
    -moz-appearance: textfield;
}

.woocommerce-Input--verify-code::-webkit-inner-spin-button, 
.woocommerce-Input--verify-code::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.woocommerce-account .page-content>section, .woocommerce-checkout .page-content>section {
    margin-left: 94px;
    width: calc(100% - 94px);
    padding-top: 147px;
    background-image: url(../images/menubkg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 550px 475px;
    background-position: right 95px top 140px;
}

.woocommerce-checkout .page-content>section {
    background-position: right 50px top calc(50% + 117px);
}

.no-animation .menu-sticky [data-aos] , .no-animation #site-header [data-aos] {
    transform: none !important;
    opacity: 1 !important;
    transition: none !important;
}

.no-animation .horizontal-line {
    transition: top .3s ease-out, background-color .3s ease-out;
}

.no-animation .vertical-line {
    transition: none;
}

.no-animation #site-header .header-quicklinks .button-wrap[data-aos] {
    transform: translateZ(0) !important;
}

@media (min-width: 1700px) {
    .woocommerce-account .page-content>section {
        background-position: right 162px top 140px;
    }
    .woocommerce-checkout .page-content>section {
        background-position: right 162px top calc(50% + 117px);
    }
}

.woocommerce-account.woocommerce-lost-password .page-content>section {
    padding-top: 211px;
}

.section-cms-page .container {
    max-width: var(--page-width);
}

@media (max-width: 1600px) {
    .section-cms-page .container {
        max-width: var(--page-width);
    }
}

@media (max-width: 1199px) {
    .woocommerce-account .page-content>section, .woocommerce-checkout .page-content>section {
        margin-left: 67px;
        width: calc(100% - 67px);
    }
}

@media (max-width: 1024.98px) {
    .woocommerce-account .page-content>section, .woocommerce-checkout .page-content>section {
        margin-left: 0;
        width: 100%;
    }
}

.entry-header {
    display: none;
}

.woocommerce h3 {
    margin-bottom: 14px;
    text-transform: capitalize;
}

.woocommerce-form {
    margin-top: 36px;
}
.woocommerce .woocommerce-form-row {
    margin-top: 36px;
   
}
.woocommerce label {
    font-size: 13px;
    line-height: 16.9px;
    text-transform: uppercase;
    font-weight: 400;
    color: #1B214A;
    margin-bottom: 13px;

}
.woocommerce label .required {
    display: none;
}
.woocommerce-Input {
    font-size: 14px;
    line-height: 18.2px;
    font-weight: 300;
    color: #1B214A;
}

.woocommerce-Input::-ms-input-placeholder { /* Edge 12-18 */
    color: rgba(27, 33, 74, 0.7);
    text-transform: capitalize;
}

.woocommerce-Input::placeholder {
color: rgba(27, 33, 74, 0.7);
text-transform: capitalize;
}

.woocommerce .woocommerce-LostPassword {
    margin-top: 45px;
    margin-bottom: 26px;
}

.woocommerce .woocommerce-LostPassword a {
    color: #1B214A;
    font-size: 15px;
    line-height: 22.5px;
    text-transform: uppercase;
}
.woocommerce .woocommerce-LostPassword a:hover {
    color:#752963;
}
.password-mask {
    -webkit-text-security: disc;
    -moz-webkit-text-security: disc;
    -moz-text-security: disc;
}
.password-input-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.woocommerce .show-password-input::after, .woocommerce .show-password::after,.woocommerce .show-password-input::before, .woocommerce .show-password::before,
.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {
    display: none;
}

.woocommerce .show-password-input, .woocommerce .show-password {
    width: 20px;
    height: 20px;
    background-image: url("../images/eye.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: .7em;
    top: .7em;
    cursor: pointer;
}

.woocommerce .show-password-input.display-password, .woocommerce input:not(.password-mask) ~ .show-password {
    background-image: url("../images/eye-hide.svg");
}

.woocommerce .not-valid-tip, .woocommerce .error--message {
    color: #FA3333;
    font-size: 12px;
    line-height: 15.6px;
    letter-spacing: -0.04px;
    display: block;
    margin-top: 5px;
    margin-bottom: -17px;
}

.woocommerce .not-valid-tip.hidden, .woocommerce .error--message.hidden {
    display: none;
}

.woocommerce .woocommerce-invalid .not-valid-tip.hidden, .woocommerce .woocommerce-invalid .error--message.hidden {
    display: block;
}

.woocommerce .message--errors .woocommerce-error {
    border: 0;
    background: #FF6161;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 11px 10px;
    margin-top: -46px;
}

.woocommerce .form-row-first .not-valid-tip, .woocommerce .form-row-first .error--message {
    width: calc(100% + 20px);
}

.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
    width: 100%;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    border-color: #FA3333;
}

.woocommerce .message--errors .woocommerce-error::before {
    display: none;
}

.woocommerce .message--errors .woocommerce-error p:last-child {
    margin-bottom: 0;
}

.woocommerce-password-strength {
    font-size: 12px;
    line-height: 15.6px;
    letter-spacing: -0.04px;
    text-align: center;
    padding: 6px 15px;
    font-weight: 600;
}

.woocommerce-password-strength.short {
    background-color: #f1adad;
}

.woocommerce-password-strength.bad {
    background-color: #fbc5a9;
}

.woocommerce-password-strength.good {
    background-color: #ffe399;
}

.woocommerce-password-strength.strong {
    background-color: #c1e1b9;
}

small.woocommerce-password-hint {
    font-size: 12px;
    line-height: 15.6px;
    letter-spacing: -0.04px;
    margin-top: 5px;
}

.woocommerce .verify_code {
    position: relative;
}

.woocommerce .verify-resend-note {
    font-size: 13px;
    line-height: 16.9px;
    letter-spacing: -0.04px;
    background: #91467F;
    color: #fff;
    display: block;
    position: absolute;
    width: 195px;
    padding: 15px 20px;
    right: -15px;
    bottom: 0;
    transform: translateX(100%);
    border-radius: 3px;
}

.verify-note {
    color: #FA3333;
    font-size: 12px;
    line-height: 15.6px;
    letter-spacing: -0.04px;
    display: block;
    margin-top: 5px;
    margin-bottom: -17px;
}

.verify-note.hidden {
    display: none;
}

.woocommerce .verify-resend-note.hidden {
    display: none;
}

.woocommerce .btn-button.primary-button.btn-underline.register-term-btn {
    padding-right: 12px;
    background-size: 9px;
    background-position: right 3px top 2px;
}

.woocommerce .btn-button.primary-button.btn-underline.register-term-btn:hover {
    background-size: 9px;
    background-position: right 1px top 0px;
}

.woocommerce .btn-button.primary-button.btn-underline.register-term-btn:before {
    width: calc(100% - 12px);
}

.email-verify.woocommerce-form-register__next:not(.disable) .count-down-text {
    display: none;
}

.post-submit {
    margin-top: 68px;
    margin-bottom: 111px;
}

.post-submit p {
    font-size: 16px;
    line-height: 20.8px;
    color: #1B214A;
}

.spin-animation {
    display: inline-block;
    animation: spin 2s linear infinite;
    width: 87px;
    height: 87px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.woocommerce .blockUI.blockOverlay::before {
    display: none;
}

.woocommerce .blockUI.blockOverlay::after{
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    content: '';
    width: 86.77px;
    height: 86.77px;
    background: url(../images/loader.svg);
    background-size: cover;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin: 0;
}

@keyframes rotation {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media (max-width: 838px) {
    .woocommerce .verify-resend-note {
        position: static;
        transform: none;
        margin-top: 16px;
        width: 100%;
    }
}

.confirm_password_field {
    position: relative;
}

.confirm_password_message {
    font-size: 13px;
    line-height: 16.9px;
    letter-spacing: -0.04px;
    background: #91467F;
    color: #fff;
    display: block;
    position: absolute;
    width: 220px;
    padding: 11px 20px;
    right: -15px;
    bottom: 0;
    margin: 0;
    transform: translateX(100%);
}

@media (max-width: 768px) {
    .confirm_password_message {
        position: static;
        transform: none;
        margin-top: -31px;
        width: 100%;
        font-size: 12px;
        line-height: 15.6px;
    }
}

.text-email-verify {
    color: #752963;
}

.woocommerce .not-valid-tip.absolute-error {
    background: #FF6161;
    color: #fff;
    display: block;
    position: absolute;
    width: 195px;
    font-size: 13px;
    line-height: 16.9px;
    padding: 10px;
    right: -30px;
    bottom: 17px;
    transform: translateX(100%);
}

/* .woocommerce .woocommerce-form-login .not-valid-tip.absolute-error {
    bottom: 168px;
} */

.woocommerce-form-login__submit {
    min-width: 122.5px;
}

.woocommerce .form-error .woocommerce-Input {
    border-color: #FA3333;
}

.woocommerce .form-error.resend .woocommerce-Input {
    border-color: #1B214A;
}

.woocommerce .p:not(.woocommerce-form-row) {
    font-size: 16px;
    line-height: 20.8px;
}

.woocommerce-notices-wrapper {
    display: none;
}

.woocommerce button[type="submit"] {
    margin-top: 13px;

}

.woocommerce .button, .woocommerce .btn-button {
    margin-right: 21px;
}

.woocommerce .button, .woocommerce .btn-button.woocommerce-form-login__submit {
    margin-right: 26px;
}

.woocommerce .primary-button {
    margin-left: 27px;
    position: relative;
    top: -3px;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input, .woocommerce form .show-password, .woocommerce-page form .show-password {
    right: -2px;
    top: 0px;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input{
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    bac
}

.woocommerce .lost_password_message {
    font-size: 16px;
    line-height: 20.8px;
    margin-bottom: 42px;
}

.woocommerce .woocommerce-ResetPassword .woocommerce-form-row {
    margin-bottom: 47px;
}

.woocommerce .woocommerce-ResetPassword button[type="submit"] {
    margin-top: 3px;
}

.woocommerce-account:not(.woocommerce-checkout) .page-content>section {
    padding-bottom: 74px;
}

.woocommerce form.register {
    border: 0;
    padding: 0;
    max-width: 749px;
}

.checkout-progress {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.checkout-progress:after {
    content:"";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 38px;
    height: 1px;
    background-color: #EFB257;
    z-index: -1;
}

.checkout-progress .step {text-align: center;display: flex;flex-direction: column;align-items: center; width: 157px; position: relative;}

.checkout-progress .step:after {
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 45px;
    top: 0;
    background-color: #fff;
    z-index: 0;
}

.checkout-progress .step-number {
    position: relative;
    z-index: 1;
}

.checkout-progress .step-number span {
    display: block;
    color: #fff;
    background-color: #91467F;
    border-radius: 50%;
    width: 75.51px;
    height: 75.51px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 39px;
    line-height: 50.62px;
    opacity: 0.5;
    padding-top: 2px;
}

.checkout-progress .step-number:after {
    content:"";
    position: absolute;
    display: block;
    left: -7px;
    right: -7px;
    top: -7px;
    bottom: -7px;
    border: 1px solid #EFB257;
    border-radius: 50%;
}

.checkout-progress .step-title {
    font-size: 20px;
    line-height: 26px;
    color: #1B214A;
    margin-top: 17px;
    opacity: 0.5;
}

.checkout-progress .step.active .step-number span, .checkout-progress .step.active .step-title {
    opacity: 1;
}

.woocommerce-checkout .woocommerce form .form-row label:not(.checkbox) {
    display: none;
}

.woocommerce form .form-row {
    padding: 0;
}

.woocommerce form .form-row label.checkbox {
    text-transform: none;
    position: relative;
    cursor: pointer;
    user-select: none;
    display: block;
    padding: 5px 0;
    padding-left: 30px;
}

.woocommerce form .form-row label.checkbox + .not-valid-tip {
    display: block;
    margin: -8px 0 10px;
}

.woocommerce form .form-row label.checkbox + .not-valid-tip.hidden {
    display: none;
}

.woocommerce .checkbox input[type="checkbox"] {
    display: none;
}

.woocommerce .checkbox input[type="checkbox"] + span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #1B214A;
}

.woocommerce .checkbox.form-error input[type="checkbox"] + span:before {
    border-color: #FA3333;
}

.woocommerce-form-register__code-verify {
    float: right;
    position: relative;
    top: 12px;
}

.woocommerce .checkbox.form-error input[type="checkbox"]:checked + span:before {
    border-color: #fff;
}

.hide-countdown .count-down-text {
    display: none;
}

.woocommerce .checkbox input[type="checkbox"]:checked + span:before {
    background-color: #1B214A;
}

.woocommerce .checkbox input[type="checkbox"] + span:after {
    content:"";
    display: block;
    position: absolute;
    left: 7px;
    top: 7px;
    width: 4px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.woocommerce .checkbox input[type="checkbox"]:checked + span:after {
    opacity: 1;
}

.woocommerce .checkbox input[type="checkbox"] span {
    font-size: 14px;
    line-height: 18.2px;
    color: #1B214A;
}

.woocommerce-checkout section.section-cms-page {
    padding-top: 185px;
    padding-bottom: 111px;

}

.woocommerce--checkout-container {
    margin-top: 82px;
}

.woocommerce-checkout .register-title {
    margin-bottom: 42px;
}

form.woocommerce-form-register .form-row input.input-text,.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    padding: 4px 0 6px;
    font-size: 14px;
    font-weight: 300;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

form.woocommerce-form-register div.form-row {
    margin-bottom: 53px;
}

form.woocommerce-form-register .form-row label.checkbox {
    margin-top: -12px;
    margin-bottom: 7px;
}

.woocommerce form .form-row label.checkbox span {
    font-size: 14px;
    line-height: 18.2px;
    font-weight: 300;
}

.woocommerce form .form-row label.checkbox span .btn-button {
    font-size: 14px;
    text-transform: none;
    position: relative;
    top: 0;
}

.woocommerce-form-register__next {
    margin-top: 25px !important;
}
.woocommerce-form-register .woocommerce-form-register__next {
    margin-top: 32px !important;
}
.smsf-dropdown {
    position: relative;
    margin-bottom: 6px;
}

.smsf-dropdown .current-option {
    font-size: 14px;
    line-height: 18.2px;
    letter-spacing: -0.04px;
    color: #1B214A;
    padding: 8px 0;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #1B214A;
}

.smsf-dropdown .current-option.form-error {
    border-color: #FA3333;
}

.smsf-dropdown .current-option.empty {
    color: rgba(27, 33, 74, 0.7);
}
.smsf-dropdown .current-option svg {
    float: right;
    position: relative;
    top: 5px;
}
.smsf-dropdown .dropdown-menu {
    display: none;
    position: absolute;
    background-color: white;
    width: 100%;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding-left: 0;
    top: 34px;
    right: 0;
    border: 1px solid #1B214A;
    margin: 0;
}

.smsf-dropdown .dropdown-menu li {
    color: #752963;
    padding: 12.1px 19px 11.3px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    font-size: 16px;
    line-height: 20.8px;
    font-weight: 300;
    border-bottom: 1px solid #1B214A;
}
.smsf-dropdown .dropdown-menu li:last-child {
    border-bottom: none;
}
.smsf-dropdown .dropdown-menu li:hover, .smsf-dropdown .dropdown-menu li.selected {
    background-color: #303666;
    color: #fff;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button {
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    color: #ffffff;
    display: inline-flex;
    padding: 12px 61px 12px 15px;
    background-image: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.30078 1.36694L16.3116 1.36694M16.3116 1.36694V16.3778M16.3116 1.36694L1.30078 16.3778" stroke="%23ffffff" stroke-width="0.977132"/></svg>');
    position: relative;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled {
    opacity: 1;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]::before, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled::before {
    opacity: 0.5;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover {
    background-image: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.30078 1.36694L16.3116 1.36694M16.3116 1.36694V16.3778M16.3116 1.36694L1.30078 16.3778" stroke="%23EFB257" stroke-width="0.977132"/></svg>');
    background-position: right 17px center;
    color: #ffffff !important;
    background-size: 17px;
    padding: 12px 58px 12px 18px;
    background-color: transparent !important;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled] {
    color: #fff;
    padding: 12px 61px 12px 15px;
    pointer-events: none;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt {
    background-color: transparent;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover {
    background-color: transparent;
}
.woocommerce button.button:disabled:after, .woocommerce button.button:disabled[disabled]:after {
    /* background-color: transparent;
    background-image: url(../images/button-arrow-up.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    right: 13px;
    top: 15px;
    left: auto;
    transform: none; */
}

.woocommerce .btn-button.primary-button.btn-underline {
    color: #752963;
    padding: 0;
    padding-right: 21px;
    margin-left: 0;
}
.woocommerce .btn-button.primary-button.btn-underline.disable {
    background-image: url('data:image/svg+xml,<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.30078 1.63232H9.48438M9.48438 1.63232V9.81592M9.48438 1.63232L1.30078 9.81592" stroke="%23EFB257" stroke-width="1.31017"/></svg>');
}
.woocommerce .btn-button.primary-button.btn-underline:before {
    top: auto;
    z-index: 0;
}
.woocommerce .btn-button.primary-button.btn-underline:after {
    display: none;
}
.woocommerce .form-verify-email {
    max-width: 598px;
    margin-bottom: 38px;
}
.woocommerce .verify-next {
    float: right;
    margin-top: 12px !important;
}
.form-verify-email > p {
    font-size: 16px;
    line-height: 20.8px;
}
.woocommerce .woocommerce-form-row.verify_code {
    margin-top: 41px;
}
.woocommerce .woocommerce-form-row.verify_code label {
    margin-bottom: 14px;
    display: block;
}
.woocommerce-lost-password .woocommerce-message {
    display: none;
}

.woocommerce-page form .password-input,
.woocommerce-page form .password-input input[type=password] {
    min-height: 27px;
}

@media (max-width: 768px) {
    .woocommerce .not-valid-tip.absolute-error {
        position: static;
        transform: none;
        margin-top: 16px;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .woocommerce .form-row-first .not-valid-tip, .woocommerce .form-row-first .error--message {
        width: 100%;
    }
    .checkout-progress .step:after {
        width: 64px;
    }
    .woocommerce-account .page-content>section.success-page, .woocommerce-checkout .page-content>section.success-page {
        background-size: 380px 328px;
        background-position: 126px 86%;
        background-image: url(../images/menubkg.png);
        background-repeat: no-repeat;
    }

    .woocommerce-account .page-content>section, .woocommerce-checkout .page-content>section {
        background: none;
        padding-bottom: 102px;
    }
    .woocommerce-form {
        margin-top: 38px;
    }
    .woocommerce .primary-button {
        margin-left: 26px;
        top: -2px;
    }
    .woocommerce form .show-password-input, .woocommerce-page form .show-password-input, .woocommerce form .show-password, .woocommerce-page form .show-password {
        right: 0px;
    }
    .woocommerce-account.woocommerce-lost-password .page-content>section {
        padding-top: 147px;
    }
    .woocommerce .lost_password_message {
        font-size: 14px;
        line-height: 18.2px;
        margin-top: 17px;
    }
    .woocommerce-checkout section.section-cms-page {
        padding-top: 154px;
        padding-bottom: 91px;
    }
    .checkout-progress .step-number span {
        width: 46px;
        height: 46px;
        font-size: 23.74px;
    }
    .checkout-progress .step-number:after {
        left: -4px;
        right: -4px;
        top: -4px;
        bottom: -4px;
        z-index: 2;
    }
    .checkout-progress .step-title {
        font-size: 12px;
        line-height: 15.6px;
        margin-top: 10px;
        z-index: 2;
    }
    .checkout-progress .step {
        width: 94px;
        position: relative;
        background-color: transparent;
    }
    .checkout-progress .step-number:before {
        content: "";
        display: block;
        position: absolute;
        background-color: #fff;
        z-index: -1;
        left: -10px;
        right: -10px;
        height: 100%;
    }
    .checkout-progress:after {
        top: 26px;
        left: 50px;
        right: 50px;
        z-index: -2;
    }
    .woocommerce--checkout-container {
        margin-top: 57px;
    }
    .woocommerce-checkout .register-title {
        margin-bottom: 45px
    }
    .woocommerce-checkout form .form-row-first, .woocommerce-checkout form .form-row-last {
        width: 100%;
    }
    .woocommerce-checkout form .form-row-first {
        margin-bottom: 45px;
    }
    .form-verify-email > p {
        font-size: 14px;
        line-height: 18.2px;
        margin-top: 17px;
    }
}
