.ce-main-wrapper {
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    padding-top: 20px;
}

.ce-main-wrapper .ce-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.ce-main-wrapper .ce-container:before {
    display: table;
    content: " ";
}

.ce-main-wrapper .ce-container:after {
    clear: both;
}

button:focus,
button:hover,
.button:focus,
.button:hover {
    text-decoration: none !important;
    outline: none !important;
}

.ce-main-wrapper h1,
.ce-main-wrapper .h1 {
    font-size: 60px;
    margin: 0 0 20px;
    line-height: 1;
}

.site .ce-main-wrapper a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    outline: 0 !important;
    text-decoration: none;
    background: transparent;
}

.site .ce-main-wrapper a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
    outline: 0;
}

.ce-main-wrapper select:focus {
    outline-offset: 0;
    outline: none;
}

.ce-main-wrapper li.current {
    background-color: #fff;
    border: 1px solid #000;
}

.ce-main-wrapper li.current a {
    text-decoration: none;
}

.ce-button:hover,
.ce-button:focus {
    text-decoration: underline;
}

body.ce-active-loader {
    position: relative;
}

.ce-active-loader .ce-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(../images/loader.jpg);
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9999;
}

body.ce-active-loader::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .4);
    z-index: 9999;
}

::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
    opacity: 1 !important;
    font-size: 16px !important;
}

::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
    opacity: 1 !important;
    font-size: 16px !important;
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
    opacity: 1 !important;
    font-size: 16px !important;
}

:-moz-placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
    opacity: 1 !important;
    font-size: 16px !important;
}

.form-group.btn-wrapper button {
    background-color: #000;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    padding: 0 20px;
    border-radius: 5px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    outline: 0;
    border: 0;
    cursor: pointer;
}

.ce-checkout-form-block .form-group .form-control:focus-visible {
    outline: none;
}

.ce-checkout-tab-panels-wrapper .ce-checkout-form-block {
    margin-top: 30px;
}

.ce-checkout-form-block .ce-checkout-form-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.ce-checkout-form-block .ce-checkout-form-wrapper .form-group {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 5px;
    position: relative;
}

.ce-checkout-form-block .ce-personal-info-wrapper {
    width: 100%;
}

.ce-checkout-form-block .form-group label {
    display: none;
}

.ce-checkout-form-block .form-group .form-control {
    margin: 0 0 15px;
    /* margin-bottom: 15px; */
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    color: #000;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    width: 100%;
    font-size: 16px;
}

.ce-checkout-form-block .form-group select.form-control,
.ce-checkout-form-block .form-group.phone-number-wrapper .form-control {
    padding: 0 30px 0 15px;
}

.ce-checkout-form-block .form-group.half-width {
    max-width: 50%;
    flex: 0 0 50%;
}

.ce-checkout-form-block .form-group.large-width {
    max-width: 66.66%;
    flex: 0 0 66.66%;
}

.ce-checkout-form-block .form-group.small-width {
    max-width: 33.33%;
    flex: 0 0 33.33%;
}

.form-group select option:disabled {
    color: red;
}

.ce-checkout-form-wrapper p {
    margin: 0;
}

.ce-checkout-form-block .form-group select {
    max-width: unset !important;
    width: 100% !important;
    font-size: 14px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/down-arrow-grey.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-size: 12px 7px !important;
    background-position-x: 97% !important;
    background-position-y: 52% !important;
}

.ce-checkout-form-block .form-group select:required:invalid {
    color: rgba(0, 0, 0, 0.5);
}

.ce-checkout-form-block .form-group select option[value=''][disabled] {
    display: none;
}

.ce-checkout-form-block .form-group select option {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    padding: 10px 15px;
    display: block;
}

.ce-checkout-form-wrapper .ce-feild-title {
    margin: 0 0 30px 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 5px;
}

.ce-checkout-form-wrapper .ce-feild-title p {
    font-weight: 600;
    line-height: 1.2;
    font-size: 16px;
}

.ce-checkout-form-wrapper .custom-radio-btn {
    max-width: 400px;
    display: block;
}

.ce-checkout-form-wrapper .custom-radio-btn.full-width {
    max-width: 100%;
}

.ce-checkout-form-wrapper .custom-radio-btn+.custom-radio-btn {
    margin-top: 20px;
}

.ce-checkout-form-wrapper .custom-radio-btn .radio-btn-wrapper {
    display: flex;
    align-items: center;
    min-height: 66px;
    padding: 10px 50px 10px 15px;
    position: relative;
}

.ce-checkout-form-wrapper .custom-radio-btn.full-width .radio-btn-wrapper {
    padding: 10px 15px 10px 50px;
}

.ce-checkout-form-wrapper .custom-radio-btn input[type='radio']:after {
    display: none !important;
}

.ce-checkout-form-wrapper .custom-radio-btn input[type=radio]:focus {
    outline: none !important;
}

.ce-checkout-form-wrapper .custom-radio-btn input[type='radio'] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #6d6d6d !important;
    appearance: none;
    cursor: pointer;
    z-index: 2;
    margin: 0;
    padding: 0;
    transition: all 0.3s;
    border-radius: 0 !important;
    background-color: transparent !important;
}

.ce-checkout-form-wrapper .custom-radio-btn input:checked {
    border-color: #000 !important;
}

.ce-checkout-form-wrapper .custom-radio-btn label {
    margin: 0;
    display: block;
    font-size: 18px;
    line-height: 1.2;
    position: relative;
    flex: 1;
    font-weight: 400;
}

.ce-checkout-form-wrapper .custom-radio-btn input:checked+label {
    font-weight: 500;
}

.ce-checkout-form-wrapper .custom-radio-btn input:checked+label span {
    font-weight: 400;
}

.ce-checkout-form-wrapper .custom-radio-btn ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}

.ce-checkout-form-wrapper .custom-radio-btn ul li {
    margin: 0;
    padding: 0 !important;
    height: 26px;
    opacity: 1;
    margin-bottom: 0px !important;
}

.ce-checkout-form-wrapper .custom-radio-btn ul li:before {
    display: none;
}

.ce-checkout-form-wrapper .custom-radio-btn ul li+li {
    margin-left: 5px;
}

.ce-checkout-form-wrapper .custom-radio-btn ul li img {
    height: 26px;
    width: auto;
    border-radius: 5px;
    vertical-align: top;
}

.ce-checkout-form-wrapper .custom-radio-btn label span {
    font-size: 16px;
    display: block;
    margin-top: 5px;
}

.ce-checkout-form-wrapper .custom-radio-btn input[type='radio']+label:before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: -35px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #6d6d6d;
}

.ce-checkout-form-wrapper .custom-radio-btn input[type='radio']+label:after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: -31px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #6d6d6d;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.ce-checkout-form-wrapper .custom-radio-btn.full-width input[type='radio']+label:before {
    right: auto;
    left: -35px;
}

.ce-checkout-form-wrapper .custom-radio-btn.full-width input[type='radio']+label:after {
    right: auto;
    left: -31px;
}

.ce-checkout-form-wrapper .custom-radio-btn input[type='radio']:checked+label:after {
    opacity: 1;
    visibility: visible;
}

.ce-checkout-form-wrapper .form-group.btn-wrapper {
    text-align: right;
    margin-top: 15px;
    padding: 0;
}

/* check out page css end */

.ce-checkout-form-block .form-control.error,
.ce-checkout-form-wrapper .custom-radio-btn input[type='radio'].error {
    border: 1px solid rgba(255, 0, 0, 0.7) !important;
}



/* new user registration page css start */
.ce-checkout-form-wrapper .ce-feild-title .ce-feild-title-inner {
    display: flex;
    align-items: center;
}

.ce-checkout-form-wrapper .ce-feild-title .ce-feild-title-inner p {
    margin-right: 15px;
    font-weight: 700;
}

.ce-checkout-form-wrapper .ce-feild-title-inner .custom-radio-btn input[type='radio'] {
    border: 0 !important;
}

.ce-checkout-form-wrapper .ce-feild-title-inner .custom-radio-btn .radio-btn-wrapper {
    min-height: auto;
    padding: 0 50px 0 10px;
}

.ce-checkout-form-wrapper .ce-feild-title-inner .custom-radio-btn .radio-btn-wrapper label {
    font-size: 14px;
    padding-left: 0;
}

.ce-checkout-form-wrapper .ce-feild-title-inner .custom-radio-btn .radio-btn-wrapper label:before {
    width: 18px;
    height: 18px;
}

.ce-checkout-form-wrapper .ce-feild-title-inner .custom-radio-btn .radio-btn-wrapper label:after {
    width: 10px;
    height: 10px;
}

.ce-new-user-registration-section *,
.ce-new-user-registration-section *:before,
.ce-new-user-registration-section *:after {
    box-sizing: border-box;
}

.ce-new-user-registration-section .ce-user-credantials-block,
.ce-new-user-registration-section .ce-user-address-block {
    display: flex;
    flex-wrap: wrap;
}

.ce-new-user-registration-section .ce-user-credantials-block .ce-checkout-form-block,
.ce-new-user-registration-section .ce-billing-address-block,
.ce-new-user-registration-section .ce-delivery-address-block {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 50px;
}
.ce-new-user-registration-section .ce-register-btn-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 50px;
}

.ce-new-user-registration-section .form-group .form-control.ce-required {
    padding: 0 30px 0 15px;
    position: relative;
    background-image: url('../images/asterisk-icon.svg');
    background-size: 12px 12px;
    background-position: calc(100% - 18px) 50%;
    background-repeat: no-repeat;
}

.ce-new-user-registration-section h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
}

.ce-new-user-registration-section .ce-user-credantials-block .ce-checkout-form-block {
    margin: 0;
}

.ce-new-user-registration-section .ce-user-credantials-block .ce-checkout-form-wrapper .ce-feild-title,
.ce-user-login-section .ce-login-form-wrapper .ce-feild-title,
.ce-user-forgot-password-section .ce-forgot-password-form-wrapper .ce-feild-title {
    margin-bottom: 35px;
}

.ce-new-user-registration-section .ce-register-btn-wrapper {
    margin-top: 20px;
}

.ce-new-user-registration-section .ce-register-btn-wrapper .ce-register-btn,
.ce-user-login-section .ce-login-btn-wrapper .ce-login-btn,
.ce-user-forgot-password-section .ce-forgot-password-btn-wrapper .ce-forgot-password-btn,
.ce-edit-account-details-section .edit-account-details-btn,
.ce-edit-account-details-section .change-password-btn {
    display: inline-block;
    background-color: #000 !important;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    padding: 0 20px;
    border-radius: 5px;
    text-transform: capitalize;
    color: #fff !important;
    font-weight: 600;
    outline: 0;
    border: 0;
    text-decoration: none;
    min-width: 180px;
    text-align: center;
}

/* new user registration page css end */

/* Login css start */
.ce-user-login-section *,
.ce-user-login-section *:before,
.ce-user-login-section *:after,
.ce-user-forgot-password-section *,
.ce-user-forgot-password-section *:before,
.ce-user-forgot-password-section *:after {
    box-sizing: border-box;
}

.ce-user-login-section .ce-login-form-wrapper,
.ce-user-forgot-password-section .ce-forgot-password-form-wrapper {
    width: 40%;
    margin: 0 auto;
}

.ce-user-login-section .ce-login-btn-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* Login css end */

.ce-account-page-wrapper *,
.ce-account-page-wrapper *:before,
.ce-account-page-wrapper *:after,
.ce-my-account-details-wrapper *,
.ce-my-account-details-wrapper *:before,
.ce-my-account-details-wrapper *:after {
    box-sizing: border-box;
}

.ce-account-page-wrapper .ce-page-title h2,
.ce-my-account-details-wrapper .ce-page-title h2,
.ce-edit-account-details-section .ce-page-title h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}

.ce-account-page-wrapper .ce-tabbing-head .tab-title {
    color: #333;
    font-size: 20px;
}

.ce-account-page-wrapper .ce-tabbing-head .active .tab-title {
    font-weight: 600;
}

.ce-account-page-wrapper .ce-tabbing-outer-wrapper {
    padding: 35px 0 0;
}

.ce-account-page-wrapper .ce-tabbing-outer-wrapper .ce-tabbing-head {
    padding-bottom: 0;
}

/* my account details css start */
.ce-my-account-details-wrapper .ce-inner-title {
    font-weight: 600;
    color: #333;
    font-size: 22px;
    margin: 20px 0;
}

.ce-my-account-details-wrapper .ce-flex-wrapper {
    display: flex;
}

.ce-my-account-details-wrapper .ce-flex-wrapper .ce-content-block {
    flex: 0 0 750px;
    max-width: 750px;
}

.ce-my-account-details-wrapper .ce-inner-wrapper {
    display: flex;
    margin: 0 -25px 40px;
}

.ce-my-account-details-wrapper .ce-inner-wrapper .billing-block,
.ce-my-account-details-wrapper .ce-inner-wrapper .shipping-block {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 25px;
}

.ce-my-account-details-wrapper .ce-inner-wrapper .row-wrapper .title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    margin-right: 5px;
    line-height: 1.2;
}

.ce-my-account-details-wrapper .ce-inner-wrapper .row-wrapper p {
    font-size: 20px;
    margin: 0;
    padding: 0;
    color: #000;
    display: inline-block;
    font-weight: 400;
    line-height: 1.2;
}

.ce-my-account-details-wrapper .ce-inner-wrapper .row-wrapper.has-address p {
    margin-top: 10px;
    display: block;
}

.ce-my-account-details-wrapper .ce-inner-wrapper .row-wrapper.has-address p span {
    display: block;
    margin-top: 3px;
}

.ce-my-account-details-wrapper .ce-inner-wrapper .row-wrapper.has-address {
    margin-bottom: 20px;
}

.ce-my-account-details-wrapper .ce-content-block .ce-actions-wrapper {
    padding: 0;
    margin: 0 -20px;
    list-style-type: none;
    display: flex;
}

.ce-my-account-details-wrapper .ce-content-block .ce-actions-wrapper li {
    padding: 0 20px;
    position: relative;
    line-height: 1;
    list-style-type: none;
}

.ce-my-account-details-wrapper .ce-content-block .ce-actions-wrapper li a {
    color: #000;
    font-size: 18px;
}

.ce-my-account-details-wrapper .ce-content-block .ce-actions-wrapper li a:hover {
    text-decoration: none;
}

.ce-my-account-details-wrapper .ce-content-block .ce-actions-wrapper li:not(:last-child):before {
    position: absolute;
    content: '';
    height: 100%;
    right: 0;
    width: 1px;
    top: 0;
    background-color: #000;
}


/* edit acoount details css */
.ce-edit-account-details-section {
    padding: 0 !important;
}

.ce-edit-account-details-section * {
    box-sizing: border-box;
}

.ce-edit-account-details-section .ce-user-address-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ce-edit-account-details-section .ce-billing-address-block,
.ce-edit-account-details-section .ce-delivery-address-block {
    flex: 0 0 calc(50% - 40px);
    max-width: calc(50% - 40px);
}

.ce-edit-account-details-section .ce-edit-account-details-btn-wrapper,
.ce-edit-account-details-section .ce-change-password-btn-wrapper {
    margin-top: 15px;
}

.ce-edit-account-details-section .ce-change-password-form {
    max-width: calc(50% - 40px);
}

.ce-edit-account-details-section .ce-inner-title {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin: 30px 0;
}

.ce-edit-account-details-section .ce-change-password-block .ce-inner-title {
    margin: 40px 0 20px;
}

.ce-edit-account-details-section .ce-edit-account-details-block {
    padding-bottom: 50px;
    border-bottom: 1px solid #6d6d6d;
}

.ce-edit-account-details-section .ce-checkout-form-wrapper .ce-feild-title {
    margin: 0 0 15px;
}

.ce-edit-account-details-section .ce-checkout-form-block {
    margin: 0;
}

.ce-arrow.left {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-top: -2px;
    margin-right: 3px;
    vertical-align: middle;
}

.ce-my-account-icon, .ce-login-submenu {
    display: flex !important;
    align-items: center;
    position: relative;
    margin: 0 10px !important;
    min-width: 55px !important;
}

.ce-login-submenu > a {
    padding: 0 !important;
    margin: 0;
    line-height: inherit;
    position: relative;
    display: flex;
    align-items: center;
}
.ce-my-account-icon>a {
    color: transparent !important;
    margin: 0;
    padding: 0 !important;
    line-height: inherit;
    position: relative;
    display: flex;
    align-items: center;
    background-image: url('../images/user.svg') !important;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 25px 25px;
    height: 25px !important;
    width: 25px !important;
    font-size: 0 !important;
}

.ce-my-account-icon .arrow-down-icon, .ce-login-submenu .arrow-down-icon {
    display: block;
    margin-left: 5px;
    position: relative;
    top: 3px;
}

a.ce-toggle-account-submenu {
    padding-right: 2rem;
}

.ce-my-account-icon a:focus {
    z-index: 1 !important;
    background-color: transparent !important;
}

.flyout-submenu .sub-menu .menu-item-has-children .sub-menu {
    top: 0 !important;
    padding: 0 !important;
}

ul.ce-sub-menu {
    background: #fff !important;
    border-radius: 0;
    color: #000 !important;
    font-size: 16px;
    opacity: 0;
    padding: 0 !important;
    position: absolute;
    right: 9999rem;
    top: 100%;
    transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
    transform: translateY(0.6rem);
    width: 210px;
    z-index: 100;
}

footer ul.ce-sub-menu {
    max-height: 176px;
    overflow-y: auto;
}

ul.ce-sub-menu li {
    line-height: 1.5;
    padding: 0;
    display: block !important;
}

ul.ce-sub-menu li a {
    padding: 10px 12px;
    display: block !important;
    text-decoration: none !important;
    text-align: left;
}

ul.ce-sub-menu li a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

li.ce-has-children:hover>ul {
    transition: opacity 0.3s linear, transform 0.3s linear;
    display: block;
    right: 0;
    opacity: 1;
    transform: translateY(0);
}

li.ce-has-children.toggle-dropdown>ul.ce-sub-menu {
    display: block;
    opacity: 1;
    /* right: 0; */
    left: 0;
    margin-left: 0;
    transform: translateY(0);
    transition: all 0.3s;
    border: 1px solid #eaeaea;
}

header li.ce-has-children>ul.ce-sub-menu,
footer li.ce-has-children>ul.ce-sub-menu {
    display: none;
}

.ce-edit-account-details-form-wrapper .ce-notices-wrapper {
    margin-bottom: 25px;
}

.ce-notices-wrapper ul {
    margin-bottom: 0;
}

.ce-notices-wrapper .error-notices {
    margin-bottom: 5px;
}

.ce-notices-wrapper:not(:empty) {
    margin-bottom: 10px;
}

.ce-notices-wrapper .notice {
    padding: 10px;
    background-color: #d3d3d354;
    color: #000;
    border-radius: 4px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
}

.ce-notices-wrapper .notice>a {
    font-weight: 500;
    font-style: italic;
    color: #000;
    margin-left: 5px;
    min-width: 70px;
}

.ce-notices-wrapper p {
    margin: 0;
}

.ce-notices-wrapper .notice.notice-success {
    background-color: rgba(0, 128, 0, 0.3);
}

.ce-notices-wrapper .notice.notice-error {
    background-color: rgba(255, 0, 0, 0.3);
}

.ce-notices-wrapper .notice.notice-warning {
    background-color: rgb(221, 160, 48, 0.3);
}

.ce-edit-account-title {
    display: flex;
    align-items: center;
    margin-left: 5px;
}

.ce-edit-account-title .ce-arrow.left {
    margin-top: 2px;
}

.home .ce-notices-wrapper:not(:empty) {
    padding: 10px;
    margin-bottom: 0;
}

.ce-user-forgot-password-section .forgot-password-instruction {
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .ce-main-wrapper .ce-container {
        width: auto !important;
        max-width: 1170px;
        padding: 0 25px;
    }

    .ce-main-wrapper .ce-new-user-registration-section .ce-container {
        max-width: 1300px;
        width: 100%;
    }

}

@media (min-width: 1200px) {
    /* .ce-main-wrapper .ce-container {
        width: 1170px;        
    } */
    /* .ce-main-wrapper .ce-container {
        width: 100%;        
    } */
}

@media(max-width: 1199px) {

    .ce-edit-account-details-section .ce-billing-address-block,
    .ce-edit-account-details-section .ce-delivery-address-block {
        flex: 0 0 calc(50% - 25px);
        max-width: calc(50% - 25px);
    }

    .ce-edit-account-details-section .ce-change-password-form {
        max-width: calc(50% - 25px);
    }

    .ce-my-account-details-wrapper .ce-inner-wrapper .row-wrapper p {
        font-size: 18px;
    }

    .ce-my-account-details-wrapper .ce-content-block .ce-actions-wrapper li a {
        font-size: 16px;
    }


    .ce-new-user-registration-section .ce-user-credantials-block .ce-checkout-form-block,
    .ce-new-user-registration-section .ce-billing-address-block,
    .ce-new-user-registration-section .ce-delivery-address-block,
    .ce-new-user-registration-section .ce-register-btn-wrapper {
        padding: 0 40px;
    }

    .ce-main-wrapper h1,
    .ce-main-wrapper .h1 {
        font-size: 50px;
    }

    .ce-notices-wrapper .notice {
        font-size: 16px;
    }

}

@media(max-width: 991px) {
    .ce-notices-wrapper .notice {
        font-size: 14px;
    }

    .ce-checkout-form-block .ce-checkout-form-wrapper {
        margin: 0;
    }

    .ce-new-user-registration-section .ce-checkout-form-block .ce-checkout-form-wrapper {
        margin: 0 -5px;
    }

    .ce-new-user-registration-section .ce-user-credantials-block .ce-checkout-form-block,
    .ce-new-user-registration-section .ce-billing-address-block,
    .ce-new-user-registration-section .ce-delivery-address-block,
    .ce-new-user-registration-section .ce-register-btn-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ce-user-login-section .ce-login-form-wrapper,
    .ce-user-forgot-password-section .ce-forgot-password-form-wrapper {
        width: 50%;
        margin: 0 auto;
    }

    .ce-my-account-details-wrapper .ce-flex-wrapper .ce-content-block {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ce-my-account-details-wrapper .ce-inner-wrapper {
        margin: 0 -15px 40px;
    }

    .ce-my-account-details-wrapper .ce-inner-wrapper .billing-block,
    .ce-my-account-details-wrapper .ce-inner-wrapper .shipping-block {
        padding: 0 15px;
    }

    .ce-my-account-details-wrapper .ce-content-block .ce-actions-wrapper {
        margin: 0 -15px;
    }

    .ce-my-account-details-wrapper .ce-content-block .ce-actions-wrapper li {
        padding: 0 15px;
    }

    .ce-edit-account-details-section .ce-billing-address-block,
    .ce-edit-account-details-section .ce-delivery-address-block {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ce-edit-account-details-section .ce-delivery-address-block {
        margin-top: 30px;
    }

    .ce-edit-account-details-section .ce-change-password-form {
        max-width: 100%;
    }

    .ce-edit-account-details-section .ce-container {
        padding: 0 50px;
    }

    .ce-edit-account-details-section .ce-inner-title {
        margin: 20px 0;
    }

    .ce-edit-account-details-section .ce-edit-account-details-btn-wrapper,
    .ce-edit-account-details-section .ce-change-password-btn-wrapper,
    .ce-edit-account-details-section .ce-inner-title,
    .ce-edit-account-details-section .ce-page-title h2 {
        padding: 0 5px;
    }
}

@media(max-width: 767px) {
    li.ce-has-children:hover>ul {
        z-index: 9999;
    }

    li.ce-has-children.toggle-dropdown>ul.ce-sub-menu {
        visibility: visible;
    }

    ul.ce-sub-menu {
        visibility: hidden;
    }

    .ce-edit-account-details-section .ce-container {
        padding: 0 15px;
    }

    .ce-my-account-details-wrapper .ce-inner-wrapper {
        flex-wrap: wrap;
        margin: 0 0 50px;
    }

    .ce-my-account-details-wrapper .ce-inner-wrapper .billing-block,
    .ce-my-account-details-wrapper .ce-inner-wrapper .shipping-block {
        padding: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ce-my-account-details-wrapper .ce-inner-wrapper .billing-block {
        margin-bottom: 25px;
    }

    .ce-my-account-details-wrapper .ce-inner-wrapper .row-wrapper.has-address {
        margin-bottom: 15px;
    }

    .ce-my-account-details-wrapper .ce-inner-wrapper .row-wrapper.has-address p {
        margin: 0;
    }

    .ce-my-account-details-wrapper .ce-inner-wrapper .row-wrapper .title,
    .ce-my-account-details-wrapper .ce-content-block .ce-actions-wrapper li a {
        font-size: 14px;
    }

    .ce-my-account-details-wrapper .ce-inner-wrapper .row-wrapper p {
        font-size: 16px;
    }


    .ce-new-user-registration-section .ce-user-credantials-block .ce-checkout-form-block,
    .ce-new-user-registration-section .ce-billing-address-block,
    .ce-new-user-registration-section .ce-delivery-address-block,
    .ce-new-user-registration-section .ce-register-btn-wrapper {
        padding: 0;
    }
    
    .ce-new-user-registration-section .ce-user-credantials-block .ce-checkout-form-wrapper .ce-feild-title,
    .ce-user-login-section .ce-login-form-wrapper .ce-feild-title,
    .ce-user-forgot-password-section .ce-forgot-password-form-wrapper .ce-feild-title {
        margin-bottom: 30px;
    }

    .ce-checkout-form-wrapper .custom-radio-btn {
        max-width: 100%;
    }

    .ce-main-wrapper h1,
    .ce-main-wrapper .h1 {
        font-size: 44px;
    }

    .ce-user-login-section .ce-login-form-wrapper,
    .ce-user-forgot-password-section .ce-forgot-password-form-wrapper {
        width: 80%;
    }

    .ce-notices-wrapper:empty {
        margin: 0;
    }
}

@media(max-width: 574px) {
    .ce-checkout-form-block {
        margin-top: 20px
    }

    .ce-user-login-section .ce-login-form-wrapper,
    .ce-user-forgot-password-section .ce-forgot-password-form-wrapper {
        width: 100%;
    }
}

@media(max-width:482px) {
    header .ce-my-account-icon {
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 !important;
        width: 100% !important;
        padding: 10px 0 !important;
    }

    header .ce-my-account-icon a.ce-toggle-account-submenu,
    header .ce-my-account-icon .arrow-down-icon {
        flex: 0 0 25px;
        max-width: 25px;
        margin-bottom: 10px;
    }

    header li.ce-has-children>ul.ce-sub-menu {
        position: relative;
        top: 0;
        right: 0;
        flex: 0 0 100%;
        max-width: 100%;
        opacity: 1;
        display: none;
    }
}

@media(max-width: 426px) {
    .ce-checkout-form-wrapper .ce-feild-title .ce-feild-title-inner {
        flex-wrap: wrap;
    }

    .ce-checkout-form-wrapper .ce-feild-title .ce-feild-title-inner p {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 10px 0;
    }

    .ce-checkout-form-wrapper .ce-feild-title .ce-feild-title-inner p:last-child {
        margin: 0;
    }

    .ce-checkout-form-wrapper .ce-feild-title-inner .custom-radio-btn .radio-btn-wrapper {
        padding-left: 0;
    }
}