/*WP PLUGIN:COOKIE====================*/
.cky-consent-container {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 !important;
    margin: 0 auto !important;
    position: fixed !important;
    z-index: 10000 !important;
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: auto !important;
    background: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cky-consent-container .cky-consent-bar {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: var(--color-black) !important;
    color: var(--color-white) !important;
    font-family: var(--font-body) !important;
    font-weight: var(--font-weight-body) !important;
    font-size: var(--font-size-body) !important;
    line-height: normal !important;
    padding: var(--spacing-sm) var(--spacing-xs) !important;
    transition: var(--duration) var(--timing-function) !important;
}
.cky-consent-container .cky-consent-bar .cky-notice {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 0 var(--spacing-2xs);
}
.cky-consent-container .cky-consent-bar .cky-notice:before {
    font-family: 'iconfont';
    content: "\e94c";
    font-size: var(--icon-size-lg);
    line-height: 1;
    grid-column: 1;
}
.cky-consent-container .cky-consent-bar .cky-notice > * {
    grid-column: 2;
}
.cky-notice .cky-title,
.cky-notice-group,
.cky-notice-des,
.cky-notice-des * {
    font-family: inherit !important;
    font-weight: inherit !important;
    font-style: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    color: inherit !important;
}
.cky-notice .cky-title {
    margin: 0 !important;
}
.cky-notice .cky-title:empty {
    display: none !important;
}
.cky-notice-group {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    grid-gap: var(--spacing-2xs) 0 !important;
}
.cky-notice-group > * {
    width: 100% !important;
}
.cky-notice-des .cky-policy {
    outline: 0 !important;
    padding: 0 !important;
    font-size: inherit !important;
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 3px !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    color: inherit !important;
    opacity: 1 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transition: var(--duration) var(--timing-function) !important;
}
.cky-notice-des .cky-policy:hover {
    color: var(--color-gold) !important;
}
.cky-notice-btn-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    grid-gap: var(--spacing-2xs) var(--spacing-xs) !important;
}
.cky-notice-btn-wrapper .cky-btn {
    flex: unset !important;
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 3px !important;
    box-shadow: none !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    vertical-align: top !important;
    white-space: normal !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 !important;
    color: inherit !important;
    background: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    overflow: visible !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    font-style: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
    text-indent: 0 !important;
    text-transform: none !important;
    opacity: 1 !important;
    transition: var(--duration) var(--timing-function) !important;
}
.cky-notice-btn-wrapper .cky-btn:hover {
    color: var(--color-gold) !important;
}
.cky-notice-btn-wrapper .cky-btn:not(.cky-btn-accept):not(:hover) {
    opacity: var(--opacity) !important;
}
.cky-notice-btn-wrapper .cky-btn-accept {
    order: 0;
}
.cky-notice-btn-wrapper .cky-btn-reject {
    order: 1;
}
.cky-notice-btn-wrapper .cky-btn-customize {
    order: 2;
}

@media (min-width:768px) {

    .cky-consent-container {
        width: 365px !important;
    }
    
}


/*WP PLUGIN:WPCF7====================*/
.wpcf7-form .wpcf7-form-control-wrap {
    position: relative;
    display: block;
    width: 100%;
}
.wpcf7-form .wpcf7-not-valid-tip {
    display: block;
    font-weight: inherit;
    font-size: var(--font-size-tagline);
    color: var(--color-error);
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    margin-top: var(--spacing-3xs);
}
.wpcf7-form .wpcf7-response-output {
    margin: var(--spacing-xs) 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
.wpcf7-form .ajax-loader {
    display: block;
    margin: 0 auto;
    left: 0;
    right: auto;
    top: calc(100% + var(--spacing-3xs));
}
.wpcf7-form .a-center .ajax-loader {
    left: 0;
    right: 0;
}
.wpcf7-form .wpcf7-list-item {
    margin-left: 0 !important;
}
form.wpcf7-form.submitting {
	cursor: progress;
}
form.wpcf7-form.submitting button[type="submit"] {
	pointer-events: none;
}

@media (max-width:991px) {

    .wpcf7-form .a-center-device-sm .ajax-loader {
        left: 0;
        right: 0;
    }

}


/*WP PLUGIN:CODEDROPZ UPLOAD====================*/
.custom-file-upload .codedropz-upload-wrapper {
    --gap: var(--spacing-3xs);
    --column: 5;
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    grid-gap: var(--gap);
}
.custom-file-upload .codedropz-upload-wrapper > * {
    aspect-ratio: 1/1;
    width: calc( (100% - (var(--gap)*(var(--column) - 1))) / var(--column) );
    background: rgba(var(--rgb-couple), 1);
    border: var(--input-border);
}
.custom-file-upload .codedropz-upload-wrapper .file-upload-wrapper .file-upload-input {
    display: none !important;
}
.custom-file-upload .codedropz-upload-wrapper .file-upload-wrapper .file-upload-action {
    width: 100%;
    height: 100%;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
}
.custom-file-upload .codedropz-upload-wrapper .file-upload-wrapper .file-upload-button {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: var(--font-size-tagline);
    line-height: var(--line-height-tagline);
    letter-spacing: var(--letter-spacing);
}
.custom-file-upload .codedropz-upload-wrapper .codedropz-upload-handler {
    display: none !important;
}
.custom-file-upload .codedropz-upload-wrapper .dnd-upload-status {
    position: relative;
    font-size: var(--font-size-tagline);
    line-height: var(--line-height-tagline);
    letter-spacing: var(--letter-spacing);
}
.custom-file-upload .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-image,
.custom-file-upload .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-image .file {
    display: block;
    width: 100%;
    height: 100%;
}
.custom-file-upload .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-image .file *:is(img) {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.custom-file-upload .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.custom-file-upload .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name {
    display: none;
}
.custom-file-upload .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name * {
    font-weight: inherit;
    font-style: inherit;
    font-size: inherit;
    color: inherit;
}
.custom-file-upload .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name span {
    font-weight: var(--font-weight-bold);
}
.custom-file-upload .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name em {
    font-size: font-size;
    color: rgba(var(--rgb),var(--opacity));
}
.custom-file-upload .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
    width: calc(100% - 4px);
    height: 2px;
    border: 0;
    border-radius: 0;
    background: none;
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 4px;
    transform: translate(-50%);
    transition: var(--duration) var(--timing-function);
}
.custom-file-upload .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
    font-size: 0;
    display: block;
    height: 100%;
    background: var(--color-gold);
}
.custom-file-upload .codedropz-upload-wrapper .dnd-upload-status.complete .dnd-progress-bar {
    opacity: 0;
}
.custom-file-upload .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .remove-file {
    width: auto;
    line-height: 1;
    position: absolute;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    padding: var(--spacing-3xs);
    color: inherit;
}
.custom-file-upload .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .remove-file:hover {
    color: var(--color-hover) !important;
}
.custom-file-upload .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .remove-file span:after {
    display: block;
    font-family: 'iconfont';
    content: "\e94a";
    font-size: var(--font-size-2xs);
    line-height: 1;
    color: inherit;
    width: auto;
    height: auto;
    background: none;
}

@media (max-width:575px) {

    .custom-file-upload .codedropz-upload-wrapper {
        --column: 4;
    }
    
}


/*WP PLUGIN:REGISTRATION====================*/
#user-registration {
    box-shadow: none;
    background: none;
    padding: 0;
    margin: 0;
}
#user-registration p {
    margin: 0;
    color: inherit;
}

.ur-frontend-form {
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    text-align: left;
}
.ur-frontend-form button, 
.ur-frontend-form button[type=submit], 
.ur-frontend-form input[type=submit] {
    box-shadow: none !important;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    float: none;
    clear: both;
    padding: 0;
    width: auto;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-transform: none;
    line-height: normal;
    transition: var(--duration) var(--timing-function);
}
.ur-frontend-form .ur-form-row .ur-form-grid {
    padding: 0;
    width: 100% !important;
}
.ur-frontend-form .ur-form-row .ur-form-grid .clear {
    display: none !important;
}
.ur-frontend-form .ur-form-row .ur-form-grid > * {
    margin: 0 !important;
}
.ur-frontend-form .ur-form-row .ur-form-grid > p:empty {
    display: none !important;
}
.ur-frontend-form .ur-form-row .ur-form-grid > *:not(:first-child) {
    margin-top: var(--spacing-md) !important;
}
.ur-frontend-form .ur-form-row .ur-form-grid label, 
.ur-frontend-form .ur-form-row .ur-form-grid label.ur-label {
    margin: 0;
    padding: 0;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    text-align: left;
}
.ur-frontend-form .ur-form-row .ur-form-grid label.label {
    color: inherit;
    text-transform: none;
}
.ur-frontend-form .ur-form-row .ur-form-grid label .required {
    text-decoration: none;
    color: var(--color-error);
    display: none;
}
.ur-frontend-form .ur-form-row .ur-form-grid input:is([type=date],[type=email],[type=number],[type=password],[type=phone],[type=text],[type=timepicker],[type=url]), 
.ur-frontend-form .ur-form-row .ur-form-grid *:is(textarea, select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    min-width: 0;
    min-height: 0;
    outline: 0;
    box-shadow: none;
    display: block;
    width: 100%;
    height: var(--input-height);
    padding: var(--input-spacing-y) var(--input-spacing-x);
    background: rgba(var(--rgb-couple), 1);
    border: var(--input-border);
    border-radius: 0;
    color: rgba(var(--rgb), 1);
    font-family: var(--font-body);
    font-weight: var(--font-weight-regular);
    font-style: normal;
    font-size: var(--font-size-body);
    line-height: normal;
    text-align: left;
    text-transform: none;
    letter-spacing: normal;
    text-indent: 0;
}
.ur-frontend-form .ur-form-row .ur-form-grid *:is(.ur-label.checkbox, .user-registration-form__label-for-checkbox) {
    position: relative;
    display: flex;
    max-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: inherit;
    font-weight: inherit;
    font-size: var(--font-size-tagline);
    line-height: var(--line-height-tagline);
    letter-spacing: var(--letter-spacing);
    text-transform: uppercase;
    color: inherit;
}
.ur-frontend-form .ur-form-row .ur-form-grid *:is(.ur-label.checkbox, .user-registration-form__label-for-checkbox) > span {
    position: relative;
    display: inline-block;
    -webkit-touch-callout: none;
}
.ur-frontend-form .ur-form-row .ur-form-grid *:is(.ur-label.checkbox, .user-registration-form__label-for-checkbox) > input {
    position: absolute;
    z-index: -1000;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    background: none;
}
.ur-frontend-form .ur-form-row .ur-form-grid *:is(.ur-label.checkbox, .user-registration-form__label-for-checkbox) input + span {
    display: inline-block;
    vertical-align: baseline;
    text-align: left;
    padding-left: calc(var(--font-size-body) + var(--spacing-2xs));
    line-height: normal;
    min-width: var(--font-size-body);
    min-height: var(--font-size-body);
    height: auto;
    cursor: pointer;
}
.ur-frontend-form .ur-form-row .ur-form-grid *:is(.ur-label.checkbox, .user-registration-form__label-for-checkbox) input + span:before,
.ur-frontend-form .ur-form-row .ur-form-grid *:is(.ur-label.checkbox, .user-registration-form__label-for-checkbox) input + span:after {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--font-size-body);
    height: var(--font-size-body);
    border-radius: 0;
    color: rgba(var(--rgb),1);
    margin: 0;
    position: absolute;
    left: 0; 
    top: 0;
}
.ur-frontend-form .ur-form-row .ur-form-grid *:is(.ur-label.checkbox, .user-registration-form__label-for-checkbox) input + span:before {
    background: none;
    border: var(--input-border);
}
.ur-frontend-form .ur-form-row .ur-form-grid *:is(.ur-label.checkbox, .user-registration-form__label-for-checkbox) input + span:after {
    background: currentColor;
	opacity: 0;
    transform: scale(0.5);
    transition: opacity .1s;
}
.ur-frontend-form .ur-form-row .ur-form-grid *:is(.ur-label.checkbox, .user-registration-form__label-for-checkbox) input:checked + span:after {
    opacity: 1;
}
.ur-frontend-form .ur-form-row .ur-form-grid *:is(.ur-label.checkbox, .user-registration-form__label-for-checkbox) input[type="checkbox"] + span:after {
    background: none;
    font-family: 'iconfont';
    content: "\e923";
    font-size: var(--font-size-body);
    transform: scale(0.65);
}
.ur-frontend-form .ur-form-row .ur-form-grid *:is(.ur-label.checkbox, .user-registration-form__label-for-checkbox) input[type="radio"] + span:before,
.ur-frontend-form .ur-form-row .ur-form-grid *:is(.ur-label.checkbox, .user-registration-form__label-for-checkbox) input[type="radio"] + span:after {
    border-radius: 50%;
}
.ur-frontend-form .ur-form-row .ur-form-grid .hide_show_password .password-input-group .password_preview.dashicons.dashicons-hidden {
    opacity: var(--opacity-light);
    color: inherit;
    right: 0;
    box-shadow: none;
    transition: var(--duration) var(--timing-function);
}
.ur-frontend-form .ur-form-row .ur-form-grid *:is(.user-registration-password-hint, .user-registration-password-strength) {
    font-family: var(--font-body);
    font-weight: var(--font-weight-body);
    font-style: normal;
    font-size: var(--font-size-tagline);
    line-height: var(--line-height-tagline);
    text-transform: none;
}
.ur-frontend-form .ur-form-row .ur-form-grid .user-registration-password-strength + .user-registration-password-hint {
    margin-top: var(--spacing-3xs) !important;
}

.ur-frontend-form .ur-form-row .ur-field-item {
    margin: 0;
    position: relative;
}
.ur-frontend-form .ur-form-row .ur-field-item.field-privacy_policy {
    float: none;
    clear: both;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 !important;
    font-weight: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    text-transform: none !important;
    text-align: inherit !important;
    color: inherit !important;
}

.ur-frontend-form .form-row {
    margin: 0;
    display: block;
    position: relative;
    text-align: left;
}
.ur-frontend-form .form-row > label:is([for], .ur-label):not(.checkbox) {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    position: relative;
    display: block;
    font-family: var(--font-body);
    font-weight: var(--font-weight-regular);
    font-size: inherit;
    text-transform: none;
    color: var(--color-theme);
    opacity: 1;
    
    height: auto;
    width: auto;
    max-width: calc(100% - var(--input-spacing-x));
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    left: calc((var(--input-spacing-x)/2) + var(--border-width));
    top: calc(var(--input-height)/2);
    transform: translateY(-50%);
    padding: 0 calc(var(--input-spacing-x)/2);
    color: rgba(var(--rgb),var(--opacity));
    pointer-events: none;
    transition: var(--duration) var(--timing-function);
}
.ur-frontend-form .form-row.filled > label:is([for], .ur-label):not(.checkbox) {
    top: 0;
    transform: translateY(-50%);
    color: var(--color-gold);
    background: linear-gradient(0deg, var(--color-body-background) 0%, var(--color-body-background) calc(50% - 1px), var(--color-background) calc(50% + 1px), var(--color-background) 100%);
    opacity: 1;
}
.ur-frontend-form .form-row:has(*:-internal-autofill-selected) > label:is([for], .ur-label):not(.checkbox) {
    top: 0;
    transform: translateY(-50%);
    color: var(--color-gold);
    background: linear-gradient(0deg, var(--color-body-background) 0%, var(--color-body-background) calc(50% - 1px), var(--color-background) calc(50% + 1px), var(--color-background) 100%);
    opacity: 1;
}
.ur-frontend-form .form-row .password-input-group {
    display: block;
}

.ur-frontend-form .action {
    margin: 0 !important;
    clear: both;
    position: relative;
    line-height: normal;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: var(--spacing-sm);
}
.ur-frontend-form .action:before,
.ur-frontend-form .action:after {
    display: none !important;
}
.ur-frontend-form .action > * {
    margin: 0 !important;
}
.ur-frontend-form .action .rememberme {
    order: -1;
    align-self: baseline;
}
.ur-frontend-form .action .user-registration-LostPassword {
    position: static;
    z-index: 1;
    right: auto;
    top: auto;
    margin: 0 !important;
    font-family: var(--font-body) !important;
    font-weight: var(--font-weight-regular) !important;
    font-style: normal !important;
    font-size: var(--font-size-tagline) !important;
    line-height: var(--line-height-tagline) !important;
    letter-spacing: var(--letter-spacing) !important;
    text-transform: uppercase !important;
    text-align: inherit !important;
    color: rgba(var(--rgb),1) !important;
    display: none !important;
}
.ur-frontend-form .action .submit-wrapper {
    text-align: left;
}
.ur-frontend-form .action .submit-wrapper .button {
    margin: 0 auto !important;
    width: auto !important;
    min-width: 200px !important;
    max-width: 100% !important;
}
.ur-frontend-form .action.ur-button-container {
    padding: 0;
    margin: var(--spacing-md) 0 0 !important;
}
.ur-frontend-form .action.ur-button-container .ur-submit-button {
    margin-left: auto;
    margin-right: auto;
}

.user-registration .login .user-registration-ResetPassword {
    text-align: center;
}
.user-registration .login .user-registration-ResetPassword .ur-form-grid > p:not(.form-row) + .form-row {
    margin-top: var(--spacing-lg) !important;
}
.user-registration .login .user-registration-ResetPassword .action {
    margin-bottom: 0 !important;
}

*:is(.user-registration-error, .user-registration-info, .user-registration-message) {
    list-style: none !important;
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
	margin: 0 0 var(--spacing-md) !important;
    padding: var(--spacing-xs) !important;
    color: var(--color-black) !important;
    background: var(--color-gray-light) !important;
    border: 0 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    font-family: var(--font-body) !important;
    font-weight: var(--font-weight-body) !important;
    font-style: normal !important;
	font-size: var(--font-size-tagline) !important;
    line-height: var(--line-height-tagline) !important;
    letter-spacing: var(--letter-spacing) !important;
    text-align: left !important;
    text-transform: none !important;
}
*:is(.user-registration-error, .user-registration-info, .user-registration-message):before {
    display: none !important;
}


/*WP PLUGIN:NSL====================*/
div.nsl-container.nsl-container-block .nsl-container-buttons {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: var(--spacing-3xs);
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}
div.nsl-container.nsl-container-block .nsl-container-buttons > * {
    margin: 0;
    width: 100%;
}
div.nsl-container.nsl-container-block .nsl-container-buttons a {
    flex: none;
    width: 100%;
    max-width: 100%;
    margin: 0;
    opacity: 1 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    background: none;
}
div.nsl-container.nsl-container-block .nsl-button {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: var(--button-height);
    padding: 0 var(--button-spacing-x);
    position: relative;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    color: var(--button-color-text) !important;
    background: var(--button-color-background) !important;
    border: var(--button-color-border) !important;
    border-radius: 0 !important;
    overflow: hidden;
    transition: var(--duration) var(--timing-function);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div.nsl-container.nsl-container-block .nsl-button svg {
    width: 16px !important;
    height: 16px !important;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
div.nsl-container.nsl-container-block .nsl-button div.nsl-button-label-container {
    flex: none;
    display: block;
    margin: 0;
    padding: 0;
    font-family: var(--font-body);
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size-tagline);
    line-height: var(--line-height-tagline);
    letter-spacing: var(--letter-spacing);
    text-transform: uppercase;
    text-align: center;
}
div.nsl-container.nsl-container-block .nsl-button div.nsl-button-label-container > * {
    font-weight: inherit;
}
div.nsl-container.nsl-container-block .nsl-button div.nsl-button-svg-container {
    padding: 0;
    margin-right: var(--spacing-2xs);
}
div.nsl-container.nsl-container-block .nsl-button.nsl-button-google svg {
    width: 22px !important;
    height: 22px !important;
    transform: translateX(2px);
}

.sociallogin {
    text-align: center;
}
.sociallogin .or {
    font-family: var(--font-body);
    font-weight: var(--font-weight-body);
    font-style: normal;
    font-size: var(--font-size-tagline);
    line-height: var(--line-height-tagline);
    letter-spacing: var(--letter-spacing);
    text-transform: uppercase;
    text-align: center;
    color: rgba(var(--rgb),var(--opacity));
    display: flex;
    align-items: center;
    grid-gap: var(--spacing-2xs);
    margin: var(--spacing-md) auto;
}
.sociallogin .or:before,
.sociallogin .or:after {
    content: "";
    display: block;
    flex: 1;
    height: 1px;
    background-color: var(--border-color);
}

/*WP PLUGIN:WISHLIST====================*/
/*========== PLUGIN:WISHLIST ==========*/
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, 
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    position: relative;
    width: auto;
    height: auto;
    vertical-align: top;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, 
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
    position: static;
    top: auto;
    left: auto;
    margin-right: 0;
}
.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o::before, 
.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key::before, 
.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times::before {
    top: 0;
}
.tinv-wishlist .tinv-modal .icon_big_heart_check, 
.tinv-wishlist .tinv-modal .icon_big_times, 
.tinv-wishlist .tinv-modal img,
.tinv-wishlist .tinvwl-buttons-group button i {
    display: none !important;
}
.tinv-wishlist.tinv-wraper {
    font-size: inherit;
    line-height: normal;
}
.tinv-wishlist.tinv-wraper .tinvwl_add_to_wishlist_button {
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    height: var(--button-height) !important;
    width: var(--button-height) !important;
    min-width: 0 !important;
    max-width: none !important;
    color: var(--color-black) !important;
    background: var(--color-gray-light) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    font: inherit;
    line-height: 1;
    text-transform: none;
}
.tinv-wishlist.tinv-wraper .tinvwl_add_to_wishlist_button,
.tinv-wishlist.tinv-wraper .tinvwl_add_to_wishlist_button.tinvwl-product-in-list {
    color: var(--color-theme) !important;
}
.tinv-wishlist.tinv-wraper .tinvwl_add_to_wishlist_button:before {
    margin: 0 !important;
    font-family: 'iconfont' !important;
    content: "\e91d" !important;
    font-size: var(--icon-size-lg) !important;
    font-weight: normal !important;
    line-height: 1 !important;
    color: inherit;
    opacity: 1;
}
.tinv-wishlist.tinv-wraper .tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before {
    content: "\e91c" !important;
    opacity: 1;
}
.tinv-wishlist.tinv-wraper .tinvwl_add_to_wishlist_button.tinvwl-button.disabled-add-wishlist, 
.tinv-wishlist.tinv-wraper .tinvwl_add_to_wishlist_button.disabled-add-wishlist {
    opacity: 0.1 !important;
}
.tinv-wishlist.tinv-wraper .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text,
.tinv-wishlist.tinv-wraper .tinvwl-tooltip {
    display: none !important;
}
.tinv-wishlist .tinv-header,
.tinv-wishlist table.tinvwl-table-manage-list thead,
.tinv-wishlist table.tinvwl-table-manage-list tfoot,
.tinv-wishlist table.tinvwl-table-manage-list .product-cb,
.tinv-wishlist table.tinvwl-table-manage-list .product-date,
.tinv-wishlist table.tinvwl-table-manage-list .product-stock {
    display: none !important;
}
.tinv-wishlist table.tinvwl-table-manage-list {
    margin: 0;
}
.tinv-wishlist table.tinvwl-table-manage-list tr {
    border-bottom: 0;
}
.tinv-wishlist table.tinvwl-table-manage-list td, 
.tinv-wishlist table.tinvwl-table-manage-list th {
    padding: 0;
    border: 0;
}
.tinv-wishlist table.tinvwl-table-manage-list .product-thumbnail img {
    display: block;
}
.tinv-wishlist table.tinvwl-table-manage-list .product-remove {
    padding: 0;
}
.tinv-wishlist table.tinvwl-table-manage-list .product-remove button {
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    background: none;
    color: inherit;
    font: inherit;
    line-height: inherit;
    opacity: 1;
}
.tinv-wishlist table.tinvwl-table-manage-list .product-remove button:before {
    font-family: 'iconfont';
    content: "\e94a";
    font-size: var(--font-size-xs);
    font-weight: bold;
}
.tinv-wishlist table.tinvwl-table-manage-list .product-remove button:hover {
    background: none;
    color: inherit;
    opacity: 1;
    text-decoration: none;
}
.tinv-wishlist table.tinvwl-table-manage-list .product-remove .ftinvwl {
    display: none !important;
}
.tinv-wishlist table.tinvwl-table-manage-list .product-name a {
    box-shadow: none;
    background: none;
}
.tinv-wishlist table.tinvwl-table-manage-list .product-name a:hover {
    box-shadow: var(--cta-shadow);
}
.tinv-wishlist table.tinvwl-table-manage-list .product-action {
    width: 1%;
    text-align: center;
}
.tinv-wishlist table.tinvwl-table-manage-list .product-action .button {
    width: auto !important;
    white-space: nowrap !important;
}
.tinv-wishlist table.tinvwl-table-manage-list .product-action .button:after {
    display: none !important;
}
.tinv-wishlist table.tinvwl-table-manage-list .product-action .button > i {
    display: none;
}
.tinv-wishlist table.tinvwl-table-manage-list .product-action .button .tinvwl-txt {
    display: inline !important;
}
.tinv-wishlist table.tinvwl-table-manage-list .product-name,
.tinv-wishlist table.tinvwl-table-manage-list .product-price {
    font-weight: inherit;
}

.tinvwl-input-group {
    border-collapse: collapse;
}
.tinvwl-input-group .select:after {
    width: 20px;
    height: 20px;
    padding-right: 10px;
}
.tinvwl-input-group .form-control {
    height: 20px;
    border-radius: 0;
    padding: 5px 15px;
}
.tinv-wishlist .tinvwl-to-left .tinvwl-input-group .form-control+.tinvwl-input-group-btn {
    padding-left: 0;
}

.tinv-wishlist .tinv-modal .tinv-modal-inner {
    color: #000;
    background: #fff;
}

.tinv-wishlist .tinv-modal .tinvwl-buttons-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.tinv-wishlist .tinv-modal .tinvwl-buttons-group > button {
    width: auto !important;
}
.tinv-wishlist .tinvwl-buttons-group button {
    background-image: linear-gradient(120deg, var(--color-theme) 0%, var(--color-theme) 100%);
}

@media (min-width:769px) {

    .tinv-wishlist table.tinvwl-table-manage-list tr > * {
        padding-top: var(--spacing-xs);
        padding-bottom: var(--spacing-xs);
        border-bottom: var(--border);
    }
    .tinv-wishlist table.tinvwl-table-manage-list tr > *:not(:last-child) {
        padding-right: var(--spacing-xs);
    }
    .tinv-wishlist table.tinvwl-table-manage-list tr:first-child > * {
        padding-top: 0;
    }

    .tinv-wishlist table.tinvwl-table-manage-list .product-remove {
        width: 1%;
    }

}

@media (max-width:768px) {

    .tinv-wishlist table.tinvwl-table-manage-list,
    .tinv-wishlist table.tinvwl-table-manage-list tbody,
    .tinv-wishlist table.tinvwl-table-manage-list tr,
    .tinv-wishlist table.tinvwl-table-manage-list td {
        display: block;
    }
    .tinv-wishlist table.tinvwl-table-manage-list tbody td:not(:last-child) {
        margin-bottom: 0;
    }
    .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove,
    .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-thumbnail {
        margin-bottom: var(--spacing-sm);
    }
    .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove {
        text-align: center;
        padding: 0;        
    }
    .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove > * {
        display: inline-block;
        vertical-align: top;
    }
    .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-action {
        margin-top: var(--spacing-sm);
    }
    .tinv-wishlist table.tinvwl-table-manage-list tbody tr:not(:last-child) {
        margin-bottom: var(--spacing-lg);
        padding-bottom: var(--spacing-lg);
        border-bottom: 1px solid;
    }

}


/*WP PLUGIN:WOOFC-COUNT====================*/
#woofc-count {
	position: relative !important;
	top: auto !important;
	bottom: auto !important;
	left: auto !important;
	right: auto !important;
	z-index: 99 !important;
	padding: 0 !important;
	width: auto !important;
	height: auto !important;
    border: 0 !important;
    border-radius: 0 !important;
	box-shadow: none !important;
	background: none !important;
    color: inherit !important;
    font-weight: normal !important;
	line-height: inherit !important;
    transition: none !important;
    -webkit-animation: none !important;
    animation: none !important;
    display: flex !important;
    align-items: center;
    cursor: pointer;
}
#woofc-count:hover {
    color: var(--color-hover) !important;
}
#woofc-count i {
    margin: 0 !important;
    display: block !important;
	font-family: 'iconfont' !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-size: var(--icon-size) !important;
	line-height: 1 !important;
    color: inherit !important;
    opacity: 1 !important;
    transition: var(--duration) var(--timing-function) !important;
}
#woofc-count i:before {
	content: "\e91f" !important;
}
#woofc-count #woofc-count-number {
    --size: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--size);
    height: var(--size);
    border: 0;
    border-radius: 50%;
    background: var(--color-active);
    color: inherit;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: translate(50%,0%);
    margin: 0;
    padding: 0;
    font: inherit;
    font-size: 0;
    line-height: 1;
    transition: var(--duration) var(--timing-function);
}
#woofc-count #woofc-count-number.empty {
    opacity: 0;
}
#woofc-count.woofc-count-loading:before,
#woofc-count.woofc-count-loading:after {
    display: none;
}


/*WP PLUGIN:WOOFC-AREA====================*/
#woofc-area {
    font-family: var(--font-body);
    font-weight: inherit;
    font-size: inherit;
    border: 0;
    background: none !important;
    /* opacity: 1 !important;
    visibility: visible !important; */
}
#woofc-area a, 
#woofc-area input, 
#woofc-area p {
    font-family: inherit;
}
#woofc-area input {
    line-height: normal;
}
#woofc-area,
#woofc-area .woofc-inner {
    width: 540px !important;
    max-width: calc(100vw - var(--spacing-container)*2) !important;
    height: auto !important;
    max-height: calc((100vh - var(--header-height)) + var(--border-width)) !important;
    top: calc(var(--header-height) - var(--border-width)) !important;
    right: var(--spacing-container) !important;
    left: auto !important;
    transform: none !important;
}

#woofc-area .woofc-inner {
    overflow: hidden;
    overflow-y: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#woofc-area .woofc-inner.woofc-cart-area {
    font-family: var(--font-body);
    font-weight: normal;
    font-style: normal;
    font-size: var(--font-size-tagline);
    border: var(--border);
}
#woofc-area .woofc-inner.woofc-cart-area,
#woofc-area .woofc-area-top {
    background: var(--color-body-couple);
    color: var(--color-body);
}
#woofc-area .woofc-area-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: var(--spacing-2xs);
    border: 0;
    height: auto;
    font-weight: normal;
    font-size: var(--font-size-body);
    line-height: var(--line-height-body);
    text-transform: none;
}
#woofc-area .woofc-area-top > * {
    height: auto;
    overflow: visible;
}
#woofc-area .woofc-area-top .woofc-close {
    line-height: 1;
    position: relative;
    top: auto;
    right: auto;
    display: block;
    cursor: pointer;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-align: center;
    transform: none;
    transition: var(--duration) var(--timing-function);
}
html.no-touchevents .woofc-area-top .woofc-close:hover,
html.touchevents .woofc-area-top .woofc-close:active {
    color: var(--color-theme) !important;
}
#woofc-area .woofc-area-top .woofc-close:before,
#woofc-area .woofc-area-top .woofc-close:after {
    display: none !important;
}
#woofc-area .woofc-area-top .woofc-close i {
    font-style: normal;
}
#woofc-area .woofc-area-top .woofc-close i:before {
    display: block;
    font-family: 'iconfont';
    content: "\e94a";
    font-weight: normal;
    font-size: var(--font-size-2xs);
    color: inherit;
}
#woofc-area .woofc-area-top .woofc-area-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    grid-gap: 0 0.25em;
    font-family: var(--font-heading);
    font-weight: var(--font-weight-regular);
    font-style: normal;
    font-size: var(--font-size-xl);
    line-height: var(--line-height-heading);
    letter-spacing: var(--letter-spacing);
    text-transform: uppercase;
}
#woofc-area .woofc-area-top .woofc-area-heading span {
    width: auto;
}
#woofc-area .woofc-area-top .woofc-area-heading .woofc-area-count {
    display: none;
}

#woofc-area .woofc-area-mid {
    padding: 0;
    margin: 0;
    flex-grow: unset;
}
#woofc-area .woofc-area-mid .woofc-item {
    padding: var(--spacing-sm) 0;
    border-bottom: var(--border);
    font-size: inherit;
}
#woofc-area .woofc-area-mid .woofc-item:first-child,
#woofc-area .woofc-area-mid .woofc-undo + .woofc-item,
#woofc-area .woofc-area-mid .woofc-notices + .woofc-item {
    padding-top: 0;
}
#woofc-area .woofc-area-mid .woofc-item:nth-last-child(3) {
    border-color: currentColor;
}
#woofc-area .woofc-area-mid .woofc-item .woofc-item-inner {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: -webkit-max-content 50px 1fr;
    grid-template-columns: max-content 50px 1fr;
    grid-gap: var(--spacing-3xs) var(--spacing-xs);
    grid-auto-flow: dense;
    align-items: center;
    transition: var(--duration) var(--timing-function);
    transform: none !important;
}
#woofc-area .woofc-area-mid .woofc-item .woofc-item-inner > * {
    margin: 0;
    width: 100%;
    flex: unset;
    grid-column: 3;
}
#woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove {
    grid-column: 1;
    opacity: 1;
    visibility: visible;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    display: block;
    width: auto;
    height: auto;
    color: inherit;
    font-weight: inherit;
    font-size: var(--font-size-xs);
    line-height: inherit;
    text-align: right;
    outline: none;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    transition: var(--duration) var(--timing-function);
}
html.no-touchevents .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove:hover,
html.touchevents .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove:active {
    color: var(--color-theme) !important;
}
#woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove > span {
    width: auto;
    height: auto;
    display: inline-block;
    line-height: inherit;
    text-align: inherit;
}
#woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove > span:before {
    border: 0;
    margin: 0;
    visibility: visible;
    opacity: 1;
    content: attr(aria-label);
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    height: auto;
    font: inherit;
    line-height: inherit;
    text-transform: uppercase;
    color: inherit !important;
    box-shadow: none !important;
    font-family: 'iconfont';
    content: "\e94a";
    font-weight: normal;
    font-size: var(--font-size-2xs);
}
#woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove > span:after,
#woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove > span > i {
    display: none !important;
}
#woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb {
    grid-column: 2;
}
#woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty {
    grid-column: 4;
}
#woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb > a {
    display: block;
    width: 100%;
    position: relative;
    border: var(--border);
    background: var(--color-white);
    border-radius: 0;
    overflow: hidden;
    box-shadow: none !important;
}
#woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb > a:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 130%;
}
#woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb > a > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info > * {
    display: block;
    margin: 0;
}
#woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info > *:not(:first-child) {
    margin-top: var(--spacing-3xs);
}
#woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title {
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}
#woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a {
    color: inherit;
}
#woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a:hover {
    color: var(--color-theme);
}
#woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title .img {
    display: none !important;
}
#woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price {
    display: block;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
#woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info  .woofc-item-price span {
    font-size: inherit !important;
    font-weight: inherit !important;
}

#woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner {
    --input-height: 32px;
    border: var(--border);
    border-radius: 0;
    overflow: hidden;
    justify-content: flex-end;
}
#woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input,
#woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus, 
#woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus {
    color: inherit;
    background: none;
    font-size: inherit;
    font-weight: inherit;
    line-height: normal;
    width: var(--input-height);
    height: var(--input-height);
}
#woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus, 
#woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus {
    width: auto;
    padding: 0 var(--spacing-2xs);
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-size: 0; */
    transition: var(--duration) var(--timing-function);
}
html.no-touchevents #woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus:hover, 
html.no-touchevents #woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus:hover,
html.touchevents #woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus:active, 
html.touchevents #woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus:active {
    color: var(--color-hover);
}

#woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .qty-action {
    display: none !important;
}

#woofc-area .woofc-area-bot > * {
    padding: 0;
    margin: 0;
    color: inherit;
    text-transform: none;
}
#woofc-area .woofc-area-bot > *:not(:first-child) {
    margin-top: var(--spacing-2xs);
}
#woofc-area .woofc-area-bot .woofc-data {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}
#woofc-area .woofc-area-bot .woofc-data .woofc-data-left {
    font-weight: inherit;
}
#woofc-area .woofc-area-bot .woofc-data .woofc-data-right, 
#woofc-area .woofc-area-bot .woofc-total .woofc-total-right {
    font-weight: inherit;
    margin-left: var(--spacing-2xs);
}
#woofc-area .woofc-area-bot .woofc-action:not(:first-child) {
    margin-top: var(--spacing-sm);
}
#woofc-area .woofc-area-bot .woofc-action .woofc-action-inner {
    display: flex;
    grid-gap: var(--spacing-2xs);
}
#woofc-area .woofc-area-bot .woofc-action .woofc-action-inner > div {
    flex: 1;
    width: 100%;
    margin: 0;
}
#woofc-area .woofc-area-bot .woofc-action .woofc-action-inner > *[class^="woofc-action-"] a {
    width: 100% !important;
}

#woofc-area .woofc-area-bot .woofc-continue:not(:first-child) {
    margin-top: var(--spacing-xs);
}
#woofc-area .woofc-area-bot .woofc-link {
    justify-content: center;
}

#woofc-area .woofc-continue-url,
#woofc-area .woofc-area-mid .woofc-undo .woofc-undo-inner a {
    border: 0;
    opacity: 1;
    color: inherit;
    font-family: var(--font-body-bold);
    font-weight: normal;
    font-style: normal;
    text-transform: capitalize;
    text-decoration: none;
    transition: var(--duration) var(--timing-function) !important;
}
#woofc-area .woofc-continue-url:hover,
#woofc-area .woofc-area-mid .woofc-undo .woofc-undo-inner a:hover {
    color: var(--color-hover);
}

#woofc-area.woofc-area-loading:before,
#woofc-area.woofc-area-loading:after {
    display: none;
}

#woofc-area .woofc-no-item, 
#woofc-area .woofc-error {
    color: inherit;
    text-align: center;
    padding: 0;
}
#woofc-area .woofc-error {
    padding-top: var(--spacing-sm);
    padding-bottom: var(--spacing-sm);
}

#woofc-area .woofc-area-top,
#woofc-area .woofc-area-mid,
#woofc-area .woofc-area-bot {
    padding-left: var(--spacing-md);
    padding-right: var(--spacing-md);
}
#woofc-area .woofc-area-top,
#woofc-area .woofc-area-bot {
    padding-top: var(--spacing-md);
    padding-bottom: var(--spacing-md);
}
#woofc-area .woofc-area-bot {
    padding-top: var(--spacing-sm);
}

#woofc-area .woofc-area-mid .woofc-undo,
#woofc-area .woofc-area-mid .woofc-notices {
    padding: 0;
    margin: 0 0 var(--spacing-sm);
    line-height: normal;
}
#woofc-area .woofc-area-mid .woofc-undo .woofc-undo-inner {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    color: inherit;
    display: flex;
    justify-content: space-between;
    grid-gap: var(--spacing-2xs);
}
#woofc-area .woofc-area-mid .woofc-notices *:is(.woocommerce-error, .woocommerce-info, .woocommerce-message) {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    color: inherit;
}
#woofc-area .woofc-area-mid .woofc-notices *:is(.woocommerce-error, .woocommerce-info, .woocommerce-message):before {
    display: none;
}

.woofc-overlay {
    background: none !important;
}

@media (max-width:767px) {

    #woofc-area .woofc-area-top,
    #woofc-area .woofc-area-mid,
    #woofc-area .woofc-area-bot {
        padding-left: var(--spacing-sm);
        padding-right: var(--spacing-sm);
    }
    #woofc-area .woofc-area-top,
    #woofc-area .woofc-area-bot {
        padding-top: var(--spacing-sm);
        padding-bottom: var(--spacing-sm);
    }
    #woofc-area .woofc-area-bot .woofc-action:not(:first-child) {
        margin-top: var(--spacing-sm);
    }
    
}


/*WP PLUGIN:WOOF====================*/
.woof, 
.woof .woof_container_inner h4,
.woof .woof_block_html_items,
.woof *:is(.woof_checkbox_label, .woof_radio_label),
.woof *:is(.woof_list_checkbox, .woof_list_radio) > li,
.woof *:is(.woof_list_checkbox, .woof_list_radio) > li *:is(.woof_checkbox_label, .woof_radio_label) {
    margin: 0;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: inherit;
}
.woof *:is(.woof_checkbox_label, .woof_radio_label) {
    margin-left: 0 !important;
}
.woof .woof_childs_list_li,
.woof .woof_price_filter,
.woof .woof_submit_search_form_container {
    padding: 0;
}
.woof .woof_container {
    float: none;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: var(--font-body);
    font-weight: var(--font-weight-body);
    font-size: var(--font-size-tagline);
    line-height: var(--line-height-tagline);
    letter-spacing: var(--letter-spacing);
    text-transform: uppercase;
}
.woof .woof_container:not(:first-child) {
    margin-top: var(--spacing-xs);
    padding-top: var(--spacing-xs);
    border-top: var(--border);
}
.woof .woof_container a {
    text-decoration: none !important;
    box-shadow: none !important;
}
.woof .woof_container_inner {
    margin: 0;
    padding: 0;
    border: 0;
}
.woof .woof_container_inner h4,
.woof .woof_container_inner h4 a.woof_front_toggle {
    padding: 0;
}
.woof .woof_container_inner h4 {
    position: relative;
    cursor: pointer;
    border: 0;
    margin: 0;
    padding-right: calc(var(--font-size-3xs) + var(--spacing-2xs));
    transition: var(--duration) var(--timing-function);
}
.woof .woof_container_inner h4:hover {
    color: var(--color-hover);
}
.woof .woof_container_inner h4 a.woof_front_toggle {
    box-shadow: none !important;
    position: absolute !important;
    left: 0 !important; 
    top: 0 !important;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: none;
    font-size: 0;
}
.woof .woof_container_inner h4 a.woof_front_toggle:after {
    font-family: 'iconfont';
    font-weight: normal;
    font-size: var(--font-size-3xs);
    line-height: 1;
    transform: none;
    width: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.woof .woof_container_inner h4 a.woof_front_toggle_closed:after {
    content: "\e945";
}
.woof .woof_container_inner h4 a.woof_front_toggle_opened:after {
    content: "\e946";
}
.woof .woof_block_html_items {
    width: 100% !important;
    padding: 0;
    font-size: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
}
.woof .woof_block_html_items:before {
    content: "";
    display: block;
    width: 100%;
    height: var(--spacing-xs);
}
.woof .woof_list li {
    margin: 0 !important;
    padding: 0 !important;
}
.woof .woof_list label {
    padding: 0;   
}
.woof .woof_childs_list_li:not(:last-child) {
    border-bottom: 0;
}
.woof .woof_childs_list_li > *:is(.woof_checkbox_label, .woof_radio_label) {
    display: block;
    line-height: normal;
}
.woof .woof_childs_list {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    margin: 10px 0 10px 22px !important;
}
.woof .woof_childs_list > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.woof *:is(.woof_list_checkbox, .woof_list_radio) > li {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    line-height: inherit;
}
.woof *:is(.woof_childs_list, .woof_list_checkbox, .woof_list_radio) > li:not(:last-child) {
    margin-bottom: var(--spacing-2xs) !important;
}
.woof *:is(.woof_list_checkbox, .woof_list_radio) > li *:is(.woof_checkbox_term, .woof_radio_term) {
    position: absolute;
    z-index: -1000;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    background: none;
}
.woof *:is(.woof_list_checkbox, .woof_list_radio) > li *:is(.woof_checkbox_label, .woof_radio_label) {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    text-align: left;
    line-height: normal;
    height: auto;
    min-height: var(--font-size-body);
    min-width: var(--font-size-body);
    max-width: 100%;
    padding-left: calc(var(--font-size-body) + var(--font-size-tagline));
    cursor: pointer;
    transition: var(--duration);
}
.woof *:is(.woof_list_checkbox, .woof_list_radio) > li *:is(.woof_checkbox_label, .woof_radio_label):before,
.woof *:is(.woof_list_checkbox, .woof_list_radio) > li *:is(.woof_checkbox_label, .woof_radio_label):after {
    content: "";
    margin: 0;
    border: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: var(--font-size-body);
    height: var(--font-size-body);
    position: absolute;
    left: 0;
    top: 0;
}
.woof *:is(.woof_list_checkbox, .woof_list_radio) > li *:is(.woof_checkbox_label, .woof_radio_label):before {
    background: none;
    border: var(--input-border);
}
.woof *:is(.woof_list_checkbox, .woof_list_radio) > li *:is(.woof_checkbox_label, .woof_radio_label):after {
    opacity: 0;
    background: none;
    font-family: 'iconfont';
    content: "\e923";
    font-size: var(--font-size-body);
    transform: scale(0.65);
}
.woof *:is(.woof_list_checkbox, .woof_list_radio) > li *:is(.woof_checkbox_term, .woof_radio_term):checked + *:is(.woof_checkbox_label, .woof_radio_label):after {
    opacity: 1;
}

.woof *:is(.woof_list_checkbox, .woof_list_radio) > li .woof_childs_list_opener {
    margin: 0;
    flex: 1;
    text-align: right;
    background: none !important;
}
.woof *:is(.woof_list_checkbox, .woof_list_radio) > li .woof_childs_list_opener span {
    background: none;
    width: auto;
    height: auto;
    vertical-align: top;
}
.woof *:is(.woof_list_checkbox, .woof_list_radio) > li .woof_childs_list_opener span:before {
    display: block;
    font-size: inherit;
    width: auto;
    text-align: center;
}
.woof *:is(.woof_list_checkbox, .woof_list_radio) > li .woof_childs_list_opener span.woof_is_closed:before {
    content: "+";
}
.woof *:is(.woof_list_checkbox, .woof_list_radio) > li .woof_childs_list_opener span.woof_is_opened:before {
    content: "-";
}

.woof .woof_radio_term_reset {
    padding: 0;
    line-height: inherit;
    color: var(--color-error);
}
.woof .woof_radio_term_reset:before {
    font-family: 'iconfont';
    content: "\e94a";
    font-size: var(--font-size-tagline);
    font-weight: normal;
    margin-left: var(--spacing-2xs);
    display: block
}
.woof .woof_radio_term_reset > img {
    display: none !important;
}

.woof .woof_submit_search_form_container {
    margin: 0;
    padding: 0;
    border: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: var(--spacing-2xs);
    text-align: center;
}
.woof .woof_submit_search_form_container > * {
    margin: 0;
}
.woof .woof_submit_search_form_container > .woof_submit_search_form {
    width: 200px !important;
    min-width: 58.651026393% !important;
}
.woof .woof_submit_search_form_container > .woof_reset_search_form {
    margin-left: auto !important;
    margin-right: auto !important;
}

.woof .woof_redraw_zone > .woof_submit_search_form_container:not(:first-child) {
    margin-top: var(--spacing-sm);
}

.woof_container_overlay_item,
.woof_checkbox_count,
.woof_radio_count {
    display: none !important;
}

div.woof_info_popup {
    display: none !important;
    position: fixed;
    z-index: 10001;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: none;
    border-radius: 50%;
    color: var(--color-white);
    background: var(--color-black);
    overflow: hidden;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-transform: uppercase;
    text-align: center;
    width: 120px;
    height: 120px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*WP PLUGIN:CURRENCY====================*/
*[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical {
    font: inherit;
    line-height: inherit;
    color: inherit;
    white-space: nowrap;
}
*[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical,
*[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper,
*[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
    height: 100%;
    display: inline-flex;
    vertical-align: top;
    align-items: center;
}
*[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency,
*[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency,
*[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a,
*[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency span {
    padding: 0;
    border: 0;
    background: none;
    color: inherit;
    font-family: inherit !important;
    font-weight: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}
*[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper {
    padding: 0;
    margin: 0;
}
*[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper i,
*[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper i > img {
    display: block;
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    overflow: hidden;
}
*[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper i {
    margin: 0 !important;
    transform: none !important;
    display: none !important;
}
*[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
    margin: 0;
    padding: 0;
    display: flex !important;
}
*[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency span {
    padding: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}
*[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    display: block !important;
    text-align: center !important;
    width: calc(100% + var(--spacing-sm)*2) !important;
    min-width: 150px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    color: var(--color-body);
    background: var(--color-body-couple);
    border: var(--border);
    border-radius: 0 0 var(--radius) var(--radius);
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}
*[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency > * {
    margin: 0 !important;
}
*[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency > *:not(:first-child) {
    border-top: var(--border);
}
*[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency > .wmc-hidden:first-child + * {
    border-top: 0;
}
*[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency,
*[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency,
*[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a {
    transition: var(--duration) var(--timing-function) !important;
}
*[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency,
*[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a {
    box-shadow: none !important;
    text-decoration: none !important;
    font-weight: inherit !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
*[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency span,
*[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a span {
    padding: 0 !important;
    display: inline;
    vertical-align: baseline;
    font: inherit;
    line-height: normal;
    color: inherit;
    transition: none;
}
*[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--spacing-2xs) var(--spacing-sm);
    min-height: var(--input-height);
}
*[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a:hover {
    background: var(--color-theme);
    color: var(--color-theme-couple);
}
*[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-current-currency-arrow,
*[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-open-dropdown-currencies {
    display: none !important;
}
*[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper:hover .wmc-sub-currency {
    opacity: 1;
    pointer-events: auto;
}
*[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper:hover span.wmc-current-currency {
    color: var(--color-theme);
}

.header-menu .panel-footer *[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-current-currency {
    display: none !important;
}
.header-menu .panel-footer *[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency {
    padding: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    color: inherit !important;
    background: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    overflow: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    display: flex !important;
    flex-wrap: wrap;
    grid-gap: var(--spacing-2xs);
}
.header-menu .panel-footer *[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency > *:not(:last-child) {
    border-right: var(--border);
    padding-right: var(--spacing-2xs);
}
.header-menu .panel-footer *[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency {
    display: block !important;
}
.header-menu .panel-footer *[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a {
    padding: 0 !important;
    min-height: 0 !important;
    background: none !important;
    color: inherit !important;
}
.header-menu .panel-footer *[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a:hover,
.header-menu .panel-footer *[data-tool="currency"] .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency.wmc-hidden a {
    color: var(--color-theme) !important;
}

/*WOOCOMMERCE====================*/
.entry-plugin .woocommerce + .woocommerce {
    margin-top: var(--spacing-lg);
}
.entry-plugin-explore {
    font-size: var(--font-size-tagline);
    line-height: var(--line-height-tagline);
    letter-spacing: var(--letter-spacing);
    text-transform: uppercase;
}
.entry-plugin-explore:not(:first-child) {
    padding-top: var(--spacing-lg);
    margin-top: var(--spacing-lg);
    border-top: var(--border);
}
.entry-plugin-explore > *:not(:first-child) {
    margin-top: var(--spacing-xs);
}

.woocommerce ins {
    text-decoration: none;
}
.woocommerce mark {
    background-color: transparent;
    color: inherit;
}
.woocommerce-notices-wrapper:empty {
    display: none;
}


/*WOOCOMMERCE:ALERT====================*/
*:is(.woocommerce-error, .woocommerce-info, .woocommerce-message) {
    padding: var(--spacing-xs) !important;
    color: var(--color-black) !important;
    background: var(--color-gray-light) !important;
    border: 0 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    font-family: var(--font-body) !important;
    font-weight: var(--font-weight-body) !important;
    font-style: normal !important;
	font-size: var(--font-size-tagline) !important;
    line-height: var(--line-height-tagline) !important;
    letter-spacing: var(--letter-spacing) !important;
    text-transform: none !important;
	margin: 0 0 var(--spacing-3xs);
}
*:is(.woocommerce-error, .woocommerce-info, .woocommerce-message):before {
    display: none !important;
}
*:is(.woocommerce-notices-wrapper, .woocommerce-NoticeGroup) > *:is(.woocommerce-error, .woocommerce-info, .woocommerce-message):last-child {
    margin-bottom: var(--spacing-lg);
}


/*WOOCOMMERCE:BUTTON====================*/
.woocommerce *:is(a.button, button.button, input.button, a.button.alt, button.button.alt, input.button.alt), 
.woocommerce .cart *:is(.button, input.button), 
.woocommerce #respond *:is(input#submit, input#submit.alt),
.ur-frontend-form *:is(.button, button[type=submit], input[type=submit]), 
.woof .woof_redraw_zone .woof_submit_search_form_container > *:is(a, button),
#woofc-area .woofc-area-bot .woofc-action a,
#review_form input[type="submit"] {
    --gap-y: 0px;
    --gap-x: var(--spacing-2xs);
    --button-color-text: var(--color-theme);
    --button-color-background: transparent;
    --button-color-border: rgba(var(--color-theme-rgb),var(--opacity-light));

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    text-decoration: none !important;
    box-shadow: none !important;
    margin: 0;
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    white-space: normal;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 0;
    max-width: 100%;
    height: var(--button-height);
    min-height: 0;
    max-height: none;
    padding: 0 var(--button-spacing-x) !important;
    opacity: 1 !important;
    color: var(--button-color-text) !important;
    background-color: var(--button-color-background) !important;
    border: var(--border-width) var(--border-style) var(--button-color-border) !important;
    border-radius: 0 !important;
    overflow: hidden;
    font-family: var(--font-body);
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size-tagline);
    line-height: var(--line-height-tagline);
    letter-spacing: var(--letter-spacing);
    text-transform: uppercase;
    text-align: center;
    transition: var(--duration) var(--timing-function);
}
.woocommerce *:is(a.button, button.button, input.button, a.button.alt, button.button.alt, input.button.alt):hover, 
.woocommerce .cart *:is(.button, input.button):hover, 
.woocommerce #respond *:is(input#submit, input#submit.alt):hover,
.ur-frontend-form *:is(.button, button[type=submit], input[type=submit]):hover, 
.woof .woof_redraw_zone .woof_submit_search_form_container > *:is(a, button):hover,
#woofc-area .woofc-area-bot .woofc-action a:hover,
#review_form input[type="submit"]:hover {
    --button-color-text: var(--color-theme-couple);
    --button-color-background: rgba(var(--color-theme-rgb),1);
    --button-color-border: rgba(var(--color-theme-rgb),1);
}

.woocommerce *:is(a.button, button.button, input.button, a.button.alt, button.button.alt, input.button.alt).disabled,
.woocommerce *:is(a.button, button.button, input.button, a.button.alt, button.button.alt, input.button.alt).disabled:hover,
.woocommerce *:is(a.button, button.button, input.button, a.button.alt, button.button.alt, input.button.alt):disabled,
.woocommerce *:is(a.button, button.button, input.button, a.button.alt, button.button.alt, input.button.alt):disabled:hover,
.woocommerce *:is(a.button, button.button, input.button, a.button.alt, button.button.alt, input.button.alt):disabled[disabled],
.woocommerce *:is(a.button, button.button, input.button, a.button.alt, button.button.alt, input.button.alt):disabled[disabled]:hover,
.woocommerce #respond *:is(input#submit, input#submit.alt).disabled, 
.woocommerce #respond *:is(input#submit, input#submit.alt).disabled:hover,
.woocommerce #respond *:is(input#submit, input#submit.alt):disabled, 
.woocommerce #respond *:is(input#submit, input#submit.alt):disabled:hover,
.woocommerce #respond *:is(input#submit, input#submit.alt):disabled[disabled], 
.woocommerce #respond *:is(input#submit, input#submit.alt):disabled[disabled]:hover,
.ur-frontend-form *:is(.button, button[type=submit], input[type=submit]):disabled,
.ur-frontend-form *:is(.button, button[type=submit], input[type=submit]):disabled:hover,
.woof .woof_redraw_zone .woof_submit_search_form_container > *:is(a, button):disabled,
.woof .woof_redraw_zone .woof_submit_search_form_container > *:is(a, button):disabled:hover,
#woofc-area .woofc-area-bot .woofc-action a:disabled,
#woofc-area .woofc-area-bot .woofc-action a:disabled:hover {
    --button-color-text: var(--color-gray);
    --button-color-background: transparent;
    --button-color-border: rgba(var(--color-gray-rgb),var(--opacity-light));
    
    padding: 0 var(--button-spacing-x) !important;
    opacity: 1 !important;
    color: var(--button-color-text) !important;
    background-color: var(--button-color-background) !important;
    border: var(--border-width) var(--border-style) var(--button-color-border) !important;
    border-radius: 0 !important;
    pointer-events: none !important;
}

#main *:is(.woocommerce-error, .woocommerce-info, .woocommerce-message) *:is(a, button),
.woof .woof_redraw_zone .woof_submit_search_form_container > .woof_reset_search_form,
#main .tinv-wishlist table.tinvwl-table-manage-list .product-action .button {
    height: auto !important;
    min-height: 0 !important;
    width: auto !important;
    min-width: 0 !important;
    display: inline !important;
    color: inherit !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    background-color: transparent !important;
    background-image: linear-gradient(120deg, currentColor 0%, currentColor 100%) !important;
    background-repeat: no-repeat !important;
    background-origin: border-box !important;
    background-size: 100% 1px !important;
    background-position: 0 100% !important;
}
#main *:is(.woocommerce-error, .woocommerce-info, .woocommerce-message) *:is(a, button):hover,
.woof .woof_redraw_zone .woof_submit_search_form_container > .woof_reset_search_form:hover,
#main .tinv-wishlist table.tinvwl-table-manage-list .product-action .button:hover {
    color: var(--color-hover) !important;
}

/*WOOCOMMERCE:LAYOUT====================*/
.woocommerce .col2-set {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.woocommerce .col2-set:before,
.woocommerce .col2-set:after {
    display: none;
}
.woocommerce .col2-set > [class*="col-"] {
    float: none;
    width: calc(50% - var(--spacing-container)/2);
}
.woocommerce .col2-set h2 {
    margin-bottom: var(--spacing-2xs);
}

@media (max-width:991px) {
    
    .woocommerce .col2-set {
        flex-direction: column;
    }
    .woocommerce .col2-set > [class*="col-"] {
        width: 100%;
    }
    .woocommerce .col2-set > [class*="col-"]:not(:last-child) {
        margin-bottom: var(--spacing-md);
    }

}

/*WOOCOMMERCE:FORM====================*/
.woocommerce form,
.woocommerce form.login, 
.woocommerce form.register,
.woocommerce form.checkout_coupon {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
    text-align: inherit;
}
.woocommerce .woocommerce-input-wrapper {
    display: block;
}
.woocommerce label + .woocommerce-input-wrapper > strong:first-child {
    display: block;
    margin-top: var(--spacing-2xs);
}
.woocommerce form .form-row {    
	margin: 0;
	padding: 0;
    display: block;
}
.woocommerce form .form-row:before,
.woocommerce form .form-row:after {
    display: none;
}
.woocommerce form .form-row:not(:last-child) {
	margin-bottom: var(--spacing-sm);
}
.woocommerce form *:not(.form-row) + #birthday_field_field,
.woocommerce form *:not(.form-row) + .mailchimp-newsletter {
    margin-top: var(--spacing-sm);
}
.woocommerce form .form-row label {
    display: block;
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-align: inherit;
    text-transform: none;
}
.woocommerce form .form-row label:not(.anim):not(.woocommerce-form__label-for-checkbox) {
    padding: 0;
    margin: 0;
    opacity: 1;
    font-family: var(--font-body);
    font-weight: var(--font-weight-body);
    font-style: normal;
    font-size: var(--font-size-tagline);
    line-height: var(--line-height-tagline);
    letter-spacing: var(--letter-spacing);
    text-transform: uppercase;
    color: inherit;
}
.woocommerce form .form-row label:not(.anim):not(.woocommerce-form__label-for-checkbox):not(:last-child) {
    margin-bottom: var(--spacing-3xs);
}
.woocommerce form .form-row *:is(input.input-text, textarea, select), 
.woocommerce form .form-row .select2-container--default .select2-selection--single {
    width: 100%;
    background: none;
    border-radius: var(--input-border-radius);
    border: var(--input-border);
    text-align: left;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
    border: 0 !important;
    border-radius: 0 !important;
    background: none !important;
    color: inherit !important;
}
/* .woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    justify-content: flex-end;
} */
.woocommerce form .form-row textarea {
    --height: 133px;
    line-height: normal;
    height: var(--height);
    min-height: var(--height);
    padding-top: 9px;
}
.woocommerce form .form-row .input-text + span em {
    display: block;
    font-family: inherit;
    font-style: inherit;
    font-size: var(--font-size-tagline);
    color: var(--color-gray);
    margin: var(--spacing-3xs) 0 0;
}
.woocommerce form .form-row[id*="_1_field"] {
    margin-bottom: var(--spacing-3xs) !important;
}

.woocommerce form .form-row input:-internal-autofill-selected,
.woocommerce form .form-row textarea:-internal-autofill-selected,
.woocommerce form .form-row select:-internal-autofill-selected {
    color: inherit;
}
.woocommerce form .form-row input:disabled,
.woocommerce form .form-row textarea:disabled,
.woocommerce form .form-row select:disabled,
.woocommerce form .form-row .select2-container--default.select2-container--disabled .select2-selection--single {
    cursor: default;
    opacity: 0.1;
}
.woocommerce form .form-row input[type="checkbox"]:disabled,
.woocommerce form .form-row input[type="radio"]:disabled {
    background-color: transparent;
}
.woocommerce :-ms-input-placeholder {
    font-family: var(--font-body) !important;
    font-weight: var(--font-weight-body) !important;
    font-size: var(--font-size-body) !important;
    font-style: normal !important;
    text-transform: none !important;
    color: rgba(var(--rgb),var(--opacity-light)) !important;
    opacity: 1 !important;
}
.woocommerce ::-webkit-input-placeholder {
    font-family: var(--font-body) !important;
    font-weight: var(--font-weight-body) !important;
    font-size: var(--font-size-body) !important;
    font-style: normal !important;
    text-transform: none !important;
    color: rgba(var(--rgb),var(--opacity-light)) !important;
    opacity: 1 !important;
}
.woocommerce ::-moz-placeholder {
    font-family: var(--font-body) !important;
    font-weight: var(--font-weight-body) !important;
    font-size: var(--font-size-body) !important;
    font-style: normal !important;
    text-transform: none !important;
    color: rgba(var(--rgb),var(--opacity-light)) !important;
    opacity: 1 !important;
}
.woocommerce form .form-row ::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
.woocommerce form .form-row ::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}
.woocommerce button::-moz-focus-inner,
.woocommerce [type="button"]::-moz-focus-inner,
.woocommerce [type="reset"]::-moz-focus-inner,
.woocommerce [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
.woocommerce button:-moz-focusring,
.woocommerce [type="button"]:-moz-focusring,
.woocommerce [type="reset"]:-moz-focusring,
.woocommerce [type="submit"]:-moz-focusring {
    outline: 0;
}
.woocommerce input::-webkit-contacts-auto-fill-button {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
}
.woocommerce input:-webkit-autofill,
.woocommerce textarea:-webkit-autofill,
.woocommerce select:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #fff inset;
    -webkit-transition: 5000s ease 0s;
    transition: 5000s ease 0s;
}

.woocommerce form .form-row .select2-container {
    line-height: normal;
}
.woocommerce form .form-row .required {
    color: var(--color-error);
    font-weight: inherit;
}
.woocommerce form .form-row-first, 
.woocommerce form .form-row-last {
    width: calc(50% - var(--spacing-2xs)/2);
}

.woocommerce .woocommerce-form__label-for-checkbox {
    margin: 0;
    position: relative;
    display: inline-flex;
    vertical-align: top;
    font-family: inherit;
    font-weight: inherit;
    font-size: var(--font-size-tagline);
    line-height: var(--line-height-tagline);
    letter-spacing: var(--letter-spacing);
    text-transform: uppercase;
    color: inherit;
}
.woocommerce .woocommerce-form__label-for-checkbox > span {
    position: relative;
    display: inline-block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.woocommerce .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox,
.wc_payment_method input:is([type="radio"], [type="checkbox"]),
.woocommerce ul#shipping_method li input:is([type="radio"], [type="checkbox"]),
#omise_cc_form .omise-remember-card > input:is([type="radio"], [type="checkbox"]) {
    position: absolute;
    z-index: -1000;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    background: none;
}
.woocommerce .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox + span,
.wc_payment_method input:is([type="radio"], [type="checkbox"]) + label,
.woocommerce ul#shipping_method li input:is([type="radio"], [type="checkbox"]) + label,
#omise_cc_form .omise-remember-card input:is([type="radio"], [type="checkbox"]) + label {
    display: inline-block;
    vertical-align: baseline;
    text-align: left;
    padding-left: calc(var(--font-size-body) + var(--spacing-2xs));
    line-height: normal;
    min-width: var(--font-size-body);
    min-height: var(--font-size-body);
    height: auto;
    cursor: pointer;
}
.woocommerce .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox + span:before,
.woocommerce .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox + span:after,
.wc_payment_method input:is([type="radio"], [type="checkbox"]) + label:before,
.wc_payment_method input:is([type="radio"], [type="checkbox"]) + label:after,
.woocommerce ul#shipping_method li input:is([type="radio"], [type="checkbox"]) + label:before,
.woocommerce ul#shipping_method li input:is([type="radio"], [type="checkbox"]) + label:after,
#omise_cc_form .omise-remember-card input:is([type="radio"], [type="checkbox"]) + label:before,
#omise_cc_form .omise-remember-card input:is([type="radio"], [type="checkbox"]) + label:after {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--font-size-body);
    height: var(--font-size-body);
    border-radius: 0;
    color: rgba(var(--rgb),1);
    margin: 0;
    position: absolute;
    left: 0; 
    top: 0;
}
.woocommerce .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox + span:before,
.wc_payment_method input:is([type="radio"], [type="checkbox"]) + label:before,
.woocommerce ul#shipping_method li input:is([type="radio"], [type="checkbox"]) + label:before,
#omise_cc_form .omise-remember-card input:is([type="radio"], [type="checkbox"]) + label:before {
    background: none;
    border: var(--input-border);
}
.woocommerce .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox + span:after,
.wc_payment_method input:is([type="radio"], [type="checkbox"]) + label:after,
.woocommerce ul#shipping_method li input:is([type="radio"], [type="checkbox"]) + label:after,
#omise_cc_form .omise-remember-card input:is([type="radio"], [type="checkbox"]) + label:after {
    background: currentColor;
	opacity: 0;
    transform: scale(0.5);
    transition: opacity .1s;
}
.woocommerce .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox:checked + span:after,
.wc_payment_method input:is([type="radio"], [type="checkbox"]):checked + label:after,
.woocommerce ul#shipping_method li input:is([type="radio"], [type="checkbox"]):checked + label:after,
#omise_cc_form .omise-remember-card input:is([type="radio"], [type="checkbox"]):checked + label:after {
    opacity: 1;
}

.woocommerce .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox[type="checkbox"] + span:after,
.wc_payment_method input[type="checkbox"] + label:after,
.woocommerce ul#shipping_method li input[type="checkbox"] + label:after,
#omise_cc_form .omise-remember-card input[type="checkbox"] + label:after {
    background: none;
    font-family: 'iconfont';
    content: "\e923";
    font-size: var(--font-size-body);
    transform: scale(0.65);
}
.woocommerce .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox[type="radio"] + span:before,
.woocommerce .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox[type="radio"] + span:after,
.wc_payment_method input[type="radio"] + label:before,
.wc_payment_method input[type="radio"] + label:after,
.woocommerce ul#shipping_method li input[type="radio"] + label:before,
.woocommerce ul#shipping_method li input[type="radio"] + label:after,
#omise_cc_form .omise-remember-card input[type="radio"] + label:before,
#omise_cc_form .omise-remember-card input[type="radio"] + label:after {
    border-radius: 50%;
}

.woocommerce .woocommerce-form .woocommerce-button {
	float: none;
}
.woocommerce .woocommerce-form .woocommerce-form-login__rememberme,
.woocommerce .woocommerce-form .woocommerce-LostPassword,
.woocommerce .woocommerce-form .woocommerce-privacy-policy-text {
    margin: 0;
    display: block;
    font: inherit;
    line-height: inherit;
    color: inherit;
}
.woocommerce .woocommerce-form .form-row-cta {
    position: relative;
    z-index: 1;
    display: grid;
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
    grid-template-columns: 100%;
    justify-content: center;
    align-items: center;
}
.woocommerce .woocommerce-form .form-row-cta > * {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.woocommerce .woocommerce-form .form-row-cta > *:not(:last-child) {
    margin-bottom: var(--spacing-sm);
}
.woocommerce .woocommerce-form .form-row-cta > .woocommerce-LostPassword {
    order: -1;
    margin-top: calc(var(--spacing-sm-minus)/2);
    position: relative;
    z-index: 1;
}
.woocommerce .woocommerce-form .form-row-cta a {
    box-shadow: var(--cta-shadow);
}

.woocommerce form .show-password-input {
    right: 0;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    width: var(--input-height);
    height: var(--input-height);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
}

.woocommerce .woocommerce-ResetPassword .form-row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.woocommerce .woocommerce-ResetPassword .form-row-cta {
    margin-top: var(--spacing-lg);
}
.woocommerce .woocommerce-ResetPassword p:not(:last-child) {
    margin-bottom: var(--spacing-sm);
}
.woocommerce .woocommerce-ResetPassword [type="submit"] {
    width: 100%;
}


form.woocommerce-ordering {
    display: block;
	position: relative;
	cursor: pointer;
}
form.woocommerce-ordering select.orderby {
    outline: 0;
    -webkit-appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    min-width: 0;
    font: inherit;
    text-transform: none;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	display: block;
	width: 100%;
    height: 100%;
}

/*WOOCOMMERCE:QUANTITY====================*/
.woocommerce .quantity,
.woocommerce form.cart .quantity {
    margin: 0;
    float: none;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(var(--input-height)*2);
    max-width: 100%;
    border: 0;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.woocommerce .quantity .qty,
.woocommerce form.cart .quantity .qty {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    background: none;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    display: block;
    padding: 0;
    margin: 0 auto;
    width: var(--input-height);
    height: auto;
    min-height: 0;
    color: inherit;
    font: inherit;
    line-height: inherit;
    text-align: center;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.woocommerce .quantity .qty-action,
.woocommerce form.cart .quantity .qty-action {
    width: 100%;
    height: 100%;
    border: 0;
    position: absolute;
    z-index: 2;
    top: 0; right: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}
.woocommerce .quantity .qty-btn,
.woocommerce form.cart .quantity .qty-btn {
    text-decoration: none !important;
    box-shadow: none !important;
    background-image: none !important;
    width: calc(var(--input-height)/2);
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    position: absolute;
    z-index: 1;
    top: 0;
    font-size: 0;
}
.woocommerce .quantity .qty-btn.inc,
.woocommerce form.cart .quantity .qty-btn.inc {
    right: 0;
    justify-content: flex-end;
}
.woocommerce .quantity .qty-btn.dec,
.woocommerce form.cart .quantity .qty-btn.dec {
    left: 0;
    justify-content: flex-start;
}
.woocommerce .quantity .qty-btn:before,
.woocommerce form.cart .quantity .qty-btn:before {
    font-family: 'iconfont';
    font-size: var(--font-size-3xs);
    font-weight: normal;
}
.woocommerce .quantity .qty-btn.inc:before,
.woocommerce form.cart .quantity .qty-btn.inc:before {
    content: "\e945";
}
.woocommerce .quantity .qty-btn.dec:before,
.woocommerce form.cart .quantity .qty-btn.dec:before {
    content: "\e946";
}
.woocommerce .quantity-container {
    display: inline-block;
    width: auto !important;
    position: relative; 
    z-index: 1;
}

/*WOOCOMMERCE:CART====================*/
.woocommerce form.cart {
    position: relative;
    margin: 0;
}
.woocommerce form.cart:before,
.woocommerce form.cart:after {
    display: none !important;
}
.woocommerce form.cart .variations {
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
}
.woocommerce form.cart .variations,
.woocommerce form.cart .variations tbody,
.woocommerce form.cart .variations tr,
.woocommerce form.cart .variations td {
    margin: 0;
    padding: 0;
    border: 0;
}
.woocommerce form.cart .variations select {
    display: block;
    margin: 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}
.woocommerce form.cart .variations .label {
    margin: 0;
}
.woocommerce form.cart .variations .select {
    width: 100%;
}
.woocommerce form.cart .variations .select select,
.woocommerce form.cart .variations .select2-container .select2-selection--single,
.woocommerce form.cart .variations .select2-dropdown {
    width: 100%;
    font-size: inherit;
}
.woocommerce form.cart .variations .select2-container .select2-selection--single .select2-selection__placeholder {
    color: inherit;
    opacity: 1;
}
.woocommerce form.cart .variations .select2-results__option:not([id]) {
    display: none !important;
}
.woocommerce form.cart .variable-items-wrapper {
    display: inline-flex;
    flex-wrap: wrap;
    grid-gap: var(--spacing-2xs);
    width: auto;
    margin: 0;
    font-family: var(--font-body);
    font-weight: var(--font-weight-body);
    font-size: var(--font-size-body);
    text-transform: none;
    letter-spacing: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.woocommerce form.cart .variable-items-wrapper .variable-item:before,
.woocommerce form.cart .variable-items-wrapper .variable-item:after {
    display: none !important;
}
.woocommerce form.cart .variable-items-wrapper .variable-item,
.woocommerce form.cart .variable-items-wrapper .variable-item .variable-item-span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
}
.woocommerce form.cart .variable-items-wrapper .variable-item {
    width: auto;
	height: auto;
    margin: 0;
    padding: 2px;
    line-height: inherit;
    white-space: nowrap;
    background: none;
    border: 1px solid transparent;
    border-radius: 50%;
    cursor: pointer;
}
.woocommerce form.cart .variable-items-wrapper .variable-item.selected {
    border-color: #000;
}
.woocommerce form.cart .variable-items-wrapper .variable-item .variable-item-span {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 1px rgba(0,0,0,0.5);
}
.woocommerce form.cart .variable-items-wrapper .variable-item img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.woocommerce form.cart .variable-items-wrapper .variable-item > a {
    display: block;
    background: none;
    text-transform: none;
}
.woocommerce form.cart .variable-items-wrapper .variable-item.disabled {
    opacity: var(--opacity-light);
    pointer-events: none;
    cursor: default;
}
.woocommerce form.cart .button-variable-items-wrapper {
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
    grid-gap: var(--spacing-3xs) var(--spacing-xs);
}
.woocommerce form.cart .button-variable-items-wrapper .button-variable-item,
.woocommerce form.cart .button-variable-items-wrapper .button-variable-item .variable-item-span {
    box-shadow: none;
    border-radius: 0;
    border: 0;
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
}
.woocommerce form.cart .button-variable-items-wrapper .button-variable-item {
    position: relative;
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    grid-gap: 0 var(--spacing-3xs);
    text-align: left;
    padding-left: calc(1em + var(--spacing-3xs));
    line-height: inherit;
    min-width: var(--font-size-body);
    min-height: var(--font-size-body);
    height: auto;
    cursor: pointer;
}
.woocommerce form.cart .button-variable-items-wrapper .button-variable-item:before,
.woocommerce form.cart .button-variable-items-wrapper .button-variable-item:after {
    content: "";
    display: block !important;
    width: var(--font-size-body);
    height: var(--font-size-body);
    border-radius: 50%;
    color: rgba(var(--rgb),1);
    line-height: 1;
    margin: 0;
    position: absolute;
    left: 0; 
    top: auto;
}
.woocommerce form.cart .button-variable-items-wrapper .button-variable-item:before {
    background: none;
    border: 1px solid;
}
.woocommerce form.cart .button-variable-items-wrapper .button-variable-item:after {
    background: currentColor;
	opacity: 0;
    transform: scale(0.5);
    transition: opacity .1s;
}
.woocommerce form.cart .button-variable-items-wrapper .button-variable-item.selected:after {
    opacity: 1;
}
.woocommerce form.cart .button-variable-items-wrapper .button-variable-item .variable-item-span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    min-height: 0;
    height: 100%;
    padding: 0;
    line-height: inherit;
    color: inherit;
    background: none;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    transition: var(--duration) var(--timing-function);
}
.woocommerce form.cart .button-variable-items-wrapper .button-variable-item.selected .variable-item-span {
    color: inherit;
    background: none;
    box-shadow: none;
}
.woocommerce form.cart .button-variable-items-wrapper .variable-item-contents {
    width: 100%;
}
.woocommerce form.cart .single_variation_wrap {
    position: relative;
}
.woocommerce form.cart .single_variation_wrap .single_variation {
    font-size: inherit;
    font-style: normal;
    font-weight: normal;
    line-height: inherit;
    text-transform: none;
    color: inherit;
}
.woocommerce form.cart .single_variation_wrap .single_variation > *:empty {
    margin: 0;
    display: none;
}
.woocommerce form.cart .single_variation_wrap .single_variation > *:last-child:not(:empty) {
    margin-bottom: var(--spacing-sm);
}
.woocommerce form.cart .woocommerce-variation-availability {
    position: static;
}
.woocommerce form.cart .woocommerce-variation-availability .stock {
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    text-transform: inherit !important;
    color: inherit !important;
}
.woocommerce form.cart .woocommerce-variation-availability .out-of-stock {
    color: var(--color-error) !important;
}
.woocommerce form.cart .woocommerce-variation-add-to-cart:before,
.woocommerce form.cart .woocommerce-variation-add-to-cart:after {
    display: none;
}
.woocommerce form.cart .reset_variations {
	display: none !important;
}

/*WOOCOMMERCE:PRODUCT====================*/
.woocommerce div.product form.cart {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    text-transform: none;
}
.woocommerce div.product form.cart .variations {
    margin: 0;
}
.woocommerce div.product form.cart .variations,
.woocommerce div.product form.cart .variations tbody,
.woocommerce div.product form.cart .variations tr,
.woocommerce div.product form.cart .variations tr > * {
    display: block;
    width: 100%;
    padding: 0;
    text-align: left;
}
.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
    font-size: inherit;
    line-height: inherit;
    vertical-align: middle;
}
.woocommerce div.product form.cart .variations .label {
    padding: 0 !important;
    font-family: var(--font-body);
    font-weight: var(--font-weight-body);
    font-size: var(--font-size-tagline);
    line-height: var(--line-height-tagline);
    letter-spacing: var(--letter-spacing);
    text-transform: uppercase;
    color: inherit;
    display: flex !important;
    flex-wrap: wrap;
    grid-gap: 0 var(--spacing-2xs);
    align-items: baseline;
}
.woocommerce div.product form.cart .variations .label > *:not(:last-child) {
    padding-right: var(--spacing-2xs);
}
.woocommerce div.product form.cart .variations .value {
    text-align: left;
}
.woocommerce div.product form.cart .variations label {
    opacity: 1;
    font-weight: inherit;
    text-transform: inherit;
}
.woocommerce div.product form.cart .variations label + .woo-selected-variation-item-name {
    margin-left: 3px;
}
.woocommerce div.product form.cart .variations select {
    margin: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}
.woocommerce div.product form.cart .variations .select {
    width: 100%;
}
/* 
.woocommerce div.product form.cart .variations .select {
    width: 100%;
}
.woocommerce div.product form.cart .variations .select select,
.woocommerce div.product form.cart .variations .select2-container .select2-selection--single {
    width: 100%;
    height: var(--input-height);
    border-radius: calc(var(--input-height)/2);
    border: var(--border);
}
.woocommerce div.product form.cart .variations .select select {
    padding-left: calc(var(--input-height)/2);
    padding-right: var(--input-height);
}
.woocommerce div.product form.cart .variations .select2-container .select2-selection__rendered {
    padding-left: calc(var(--input-height)/2);
    padding-right: var(--input-height);
    line-height: calc(var(--input-height) - var(--spacing-3xs)*2 - 2px);
}
.woocommerce div.product form.cart .variations .select2-dropdown {
    border-radius: calc(var(--input-height)/2) !important;
    border: var(--border) !important;
}
.woocommerce div.product form.cart .variations .select:after,
.woocommerce div.product form.cart .variations .select2-container .select2-selection--single > .select2-selection__arrow {
    width: var(--input-height);
    padding: calc(var(--input-height)/2);
}
.woocommerce div.product form.cart .variations .select2-container .select2-selection--single .select2-selection__placeholder {
    color: inherit;
}
.woocommerce div.product form.cart .variations .select2-container--open .select2-dropdown--below {
    margin: var(--spacing-3xs) 0 0;
}
.woocommerce div.product form.cart .variations .select2-container--open .select2-dropdown--above {
    margin: var(--spacing-3xs-minus) 0 0;
}
.woocommerce div.product form.cart .variations .select2-results__options {
    padding-left: calc(var(--input-height)/2);
    padding-right: calc(var(--input-height)/2);
} */
.woocommerce div.product form.cart .button {
    float: none;
}
.woocommerce div.product form.cart div.quantity {
    float: none;
    margin: 0;
}

.woocommerce div.product div.images {
    margin: 0;
}

.woocommerce ul.products,
.woocommerce .products ul {
    margin: 0;
}
.woocommerce ul.products:after, 
.woocommerce ul.products:before,
.woocommerce .products ul:after, 
.woocommerce .products ul:before {
    display: none;
}

.woocommerce ul.products li.product {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    font-size: inherit;
    line-height: inherit;
    text-align: center;
    text-transform: none;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.woocommerce ul.products li.product,
.woocommerce ul.products[class*="columns-"] li.product {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}
.woocommerce ul.products li.product > * {
    width: 100%;
}
.woocommerce ul.products li.product a img {
    margin: 0 !important;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    font-family: var(--font-heading);
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-body);
    line-height: var(--line-height-body);
    letter-spacing: var(--letter-spacing);
    color: inherit;
    opacity: 1;
}
.woocommerce ins,
.woocommerce ul.products li.product .price ins,
.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins {
    text-decoration: none;
    font-weight: inherit;
    color: var(--color-red);
}
.woocommerce del,
.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del, 
.woocommerce div.product span.price del {
    font-weight: inherit;
    text-decoration: line-through;
    color: inherit;
    opacity: 1;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
}
.woocommerce ul.products li.product .button {
    margin: 0 !important;
}
.woocommerce ul.products li.product form.cart table.variations,
.woocommerce ul.products li.product form.cart .reset_variations,
.woocommerce ul.products li.product form.cart .woocommerce-variation,
.woocommerce ul.products li.product form.cart .quantity,
.woocommerce ul.products li.product form.cart .quantity-container,
.woocommerce ul.products li.product form.cart .variations .label {
    display: none !important;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price * {
    padding: 0;
    margin: 0;
    float: none;
    clear: both;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    transition: none;
    opacity: 1;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
    text-decoration: none !important;
    box-shadow: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    overflow: visible !important;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link > * {
    width: 100%;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link > .caption {
    flex: 1;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link > .caption:not(:first-child) {
    margin-top: var(--spacing-md);
}

.woocommerce ul.products li.product .caption {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 0;
    width: 100%;
    height: auto;
    font-size: var(--font-size-body);
    line-height: var(--line-height-body);
    letter-spacing: normal;
    text-transform: none;
    text-align: left;
    display: grid;
    grid-template-columns: 100%;
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
    grid-gap: var(--spacing-3xs) var(--spacing-2xs);
}
.woocommerce ul.products li.product .caption .woocommerce-loop-product__title {
    font-family: var(--font-heading);
    font-weight: var(--font-weight-regular);
    font-size: var(--font-size-body);
    line-height: var(--line-height-body);
    letter-spacing: var(--letter-spacing);
    text-transform: none;
}
.woocommerce ul.products li.product .caption .entry-category {
    font-family: var(--font-body);
    font-weight: var(--font-weight-body);
    font-size: var(--font-size-tagline);
    line-height: var(--line-height-tagline);
    letter-spacing: var(--letter-spacing);
    text-transform: uppercase;
    color: var(--color-gold);
}
.woocommerce ul.products li.product .caption .entry-price {
    font-family: var(--font-heading);
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-body);
    line-height: var(--line-height-body);
    letter-spacing: var(--letter-spacing);
}
.woocommerce ul.products li.product .caption .entry-price .price del,
.woocommerce ul.products li.product .caption .entry-price .price ins {
    white-space: nowrap;
}
.woocommerce ul.products li.product .caption .entry-price .soldout {
    opacity: var(--opacity-light);
}
.woocommerce ul.products li.product .entry-tag {
    width: auto;
    position: absolute;
    z-index: 3;
    top: var(--spacing-xs);
    left: var(--spacing-xs);
    pointer-events: none;
    transition: var(--duration) var(--timing-function);
}

.woocommerce ul.products li.product .cover {
    position: relative;
    overflow: hidden;
}
.woocommerce ul.products li.product .cover .object-fit:before {
    padding-bottom: 125%;
    background: linear-gradient(180deg, #FBFBFB 0%, #FCFCFC 50%, #F2F2F2 100%);
}
.woocommerce ul.products li.product .cover .object-fit > *:is(img, video) {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 auto !important;
    will-change: opacity;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.woocommerce ul.products li.product:not(.product--featured) .cover .object-fit > *:is(img, video) {
    width: 84.8837209302% !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
}
.woocommerce ul.products li.product .cover .object-fit > *:is(img, video) ~ *:is(img, video) {
    opacity: 0;
    z-index: 1;
}
.woocommerce ul.products li.product:hover .cover .object-fit > *:is(img, video):first-child:not(:last-child) {
    opacity: 0;
}
.woocommerce ul.products li.product:hover .cover .object-fit > *:is(img, video) ~ *:is(img, video) {
    opacity: 1;
}

.product-container {
    --gap-x: calc(var(--spacing-xs)/2);
    --gap-y: var(--spacing-lg);
    --column: 2;
    position: relative;
}
.product-container + .product-container {
    margin-top: var(--spacing-lg) !important;
}
.product-container[class*="type-grid"] .woocommerce ul.products {
    display: grid;
    grid-gap: var(--gap-y) var(--gap-x);
    grid-template-columns: repeat( var(--column), calc( (100% - (var(--gap-x)*(var(--column) - 1))) / var(--column) ) );
    grid-auto-flow: dense;
}
.product-container[class*="type-slider"] {
    margin: 0 calc((var(--gap-x)*-1)/2) !important;
}
.product-container[class*="type-slider"] .woocommerce ul.products > li.product {
    width: calc(100%/var(--column)) !important;
    padding: 0 calc(var(--gap-x)/2) !important;
}

.highlight-products {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #FBFBFB 0%, #FCFCFC 50%, #F2F2F2 100%);
}
.highlight-products,
.highlight-products *:is(.product-container, .swiper, .swiper-wrapper) {
    height: 100%;
}
.highlight-products .product-container[class*="type-slider"] {
    margin: 0 !important;
}
.highlight-products .product-container[class*="type-slider"] .woocommerce ul.products > li.product {
    width: 100% !important;
    padding: 0 var(--spacing-container) var(--spacing-2xl) !important;
}
.highlight-products .product-container[class*="type-slider"] .woocommerce ul.products > li.product .cover {
    flex: 1;
    align-content: center;
}
.highlight-products .product-container[class*="type-slider"] .woocommerce ul.products > li.product .cover .object-fit:before {
    padding-bottom: 75% !important;
    background: none !important;
}
.highlight-products .product-container[class*="type-slider"] .woocommerce ul.products > li.product .caption {
    flex: none;
    margin-top: 0;
}

*[data-section="all-product"] > .sc-inner {
    padding-bottom: 0 !important;
}
*[data-section="all-product"] > .sc-inner .woocommerce ul.products {
    margin-bottom: var(--sc-spacing-y) !important;
}

@media (min-width:576px) {

    .woocommerce ul.products li.product .caption {
        grid-template-columns: 1fr auto;
        grid-auto-flow: dense;
        grid-auto-rows: -webkit-max-content;
        grid-auto-rows: max-content;
    }
    .woocommerce ul.products li.product .caption > .entry-category {
        grid-column: 1;
    }
    .woocommerce ul.products li.product .caption > .woocommerce-loop-product__title {
        grid-column: 1;
    }
    .woocommerce ul.products li.product .caption > .entry-price {
        grid-row: span 2;
        grid-column: 2;
        justify-self: flex-end;
        align-self: flex-end;
        text-align: right;
    }
    
}

@media (min-width:992px) {

    .woocommerce ul.products li.product .caption .entry-price .price del,
    .woocommerce ul.products li.product .caption .entry-price .price ins {
        display: block;
    }
    .woocommerce ul.products li.product:not(.product--featured) .cover .object-fit > *:is(img, video) {
        width: 65.7657657658% !important;
    }

    .product-container {
        --gap-x: var(--spacing-xs);
        --column: 3;
    }
    
}

@media (max-width:991px) {
    
    .woocommerce ul.products li.product--featured .cover .object-fit:before {
        padding-bottom: 66.5277777778%;
    }

    .product-container[class*="type-grid"] .woocommerce ul.products li.product .caption .entry-price .price del,
    .product-container[class*="type-grid"] .woocommerce ul.products li.product .caption .entry-price .price ins {
        display: block;
    }
    .product-container[class*="type-grid"] .woocommerce ul.products > li.product--featured {
        grid-column: 1 / span 2;
    }

    .product-container[class*="type-slider"] .woocommerce ul.products > li.product {
        width: calc(100% - var(--gap-x)) !important;
    }
    .product-container[class*="type-slider"] .woocommerce ul.products > li.product:only-child {
        width: 100% !important;
    }
    
    .highlight-products .product-container[class*="type-slider"] .woocommerce ul.products > li.product {
        padding-bottom: var(--spacing-lg) !important;
    }
    
}


/*WOOCOMMERCE:SINGLE PRODUCT====================*/
#single-product .woocommerce-notices-wrapper > * {
    margin: 0 !important;
    padding-left: var(--spacing-container) !important;
    padding-right: var(--spacing-container) !important;
}
#single-product .woocommerce-notices-wrapper > *:not(:last-child) {
    margin-bottom: var(--spacing-2xs) !important;
}
#single-product .woocommerce-notices-wrapper > *:is(.woocommerce-error, .woocommerce-info, .woocommerce-message):last-child {
    margin-bottom: 0 !important;
}

#single-product .summary {
    margin: 0;
    padding: 0;
    float: none;
    clear: both;
    position: relative;
    width: 100%;
    text-align: left;
}
#single-product form.cart > * {
    width: 100%;
}
#single-product form.cart .woocommerce-variation-add-to-cart {
    display: block;
    text-align: center;
}
#single-product form.cart .woocommerce-variation-add-to-cart > * {
    width: 100%;
}
#single-product form.cart .woocommerce-variation-add-to-cart > *:not(:first-child) {
    margin-top: var(--spacing-xs);
}
#single-product form.cart .variations tr:not(:first-child) {
    margin-top: var(--spacing-md);
}
#single-product form.cart .variations tr {
    display: block !important;
}
#single-product form.cart .variations tr > * {
    margin: 0;
    width: 100% !important;
    text-align: left;
}
#single-product form.cart .variations tr > *:not(:first-child) {
    margin-top: var(--spacing-3xs);
}
#single-product form.cart .variations tr > .value {
    margin-left: auto;
}

#single-product .cta-container {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    grid-gap: var(--spacing-3xs);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#single-product .cta-container > .button {
    --button-color-text: var(--color-theme-couple);
    --button-color-background: rgba(var(--color-theme-rgb),1);
    --button-color-border: rgba(var(--color-theme-rgb),1);
    width: 100% !important;
}
#single-product .cta-container > .button:hover {
    --button-color-text: var(--color-gold);
}

#single-product form.cart > *:not(:first-child),
#single-product form.cart > *[data-product_id] > *:not(:first-child),
#single-product form.cart .single_variation_wrap > *:not(:first-child),
#product-summary .entry-cart > *:not(:first-child),
#product-summary .summary > *:not(:first-child) {
    margin-top: var(--spacing-md);
}
#product-summary .summary > *:not(:first-child) {
    padding-top: var(--spacing-md);
    border-top: var(--border);
}

#product-summary .entry-header {
    position: relative;
    text-align: center;
}
#product-summary .entry-header > *:not(:first-child) {
    margin-top: var(--spacing-2xs);
}
#product-summary .entry-header .entry-category {
    font-family: var(--font-body);
    font-weight: var(--font-weight-body);
    font-size: var(--font-size-tagline);
    line-height: var(--line-height-tagline);
    letter-spacing: var(--letter-spacing);
    text-transform: uppercase;
    color: var(--color-gold);
}
#product-summary .entry-header .entry-title {
    font-family: var(--font-heading);
    font-weight: var(--font-weight-regular);
    font-size: var(--font-size-xl);
    line-height: var(--line-height-heading);
    letter-spacing: var(--letter-spacing);
    text-transform: uppercase;
    color: inherit;
}

#product-summary .entry-cart {
    position: relative;
    text-align: center;
}
#product-summary .entry-cart > .cart-remark:not(:first-child) {
    margin-top: var(--spacing-xs);
}
#product-summary .entry-details .tab,
#product-summary .entry-details .accordion > .entry-title {
    font-family: var(--font-body);
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size-tagline);
    line-height: var(--line-height-tagline);
    letter-spacing: var(--letter-spacing);
    text-transform: uppercase;
}
#product-summary .entry-details .tab:not(:last-child) {
    margin-bottom: var(--spacing-xs);
}
#product-summary .entry-details .tab[data-style="slide"] .swiper-slide:not(:last-child) > a {
    margin-right: var(--spacing-lg);
}
#product-summary .entry-details .tab[data-style="slide"] .swiper-wrapper > .swiper-slide:nth-child(3):last-child {
    margin-right: auto;
}

#product-gallery .entry-gallery {
    position: relative;
    width: 100%;
}
#product-gallery .entry-gallery .object-fit:before {
    padding-bottom: 100%;
}
#product-gallery .entry-gallery .swiper-slide {
    width: 100% !important;
}
#product-gallery .entry-gallery *[data-fancybox] {
    pointer-events: auto !important;
    cursor: zoom-in;
}

#product-gallery .entry-gallery .containerZoom {
    margin: 0;
    width: 100%;
    position: relative;
    background-position: 50% 50%;
    overflow: hidden;
    transition: background-image var(--duration) var(--timing-function);
    cursor: zoom-in;
    pointer-events: auto;
    display: none !important;
}
#product-gallery .entry-gallery .containerZoom:not(.active) {
    background-image: none !important;
}
#product-gallery .entry-gallery .containerZoom img {
    transition: none;
}
#product-gallery .entry-gallery .containerZoom.active img {
    opacity: 0;
}
#product-gallery .entry-gallery .containerZoom .imageZoomButton {
    display: none;
}

#product-service .service-boxes {
    display: flex;
    grid-gap: var(--spacing-3xs);
}
#product-service .service-box {
    flex: 1;
    position: relative;
    display: flex;
    grid-gap: var(--spacing-xs) var(--spacing-sm);
    padding: var(--spacing-md);
    background: #FCFCFC;
    transition: var(--duration) var(--timing-function);
}
#product-service .service-box:hover {
    background: var(--color-gray-light);
}
#product-service .service-box:after {
    font-family: 'iconfont';
    content: "\e906";
    font-size: var(--icon-size-lg);
    transform: translateX(22%);
    display: flex;
    align-items: center;
    margin-left: auto;
}
#product-service .service-box > .ic {
    display: block;
    font-size: var(--icon-size-xl);
    line-height: 1;
    -webkit-filter: var(--color-gold-filter);
    filter: var(--color-gold-filter);
}
#product-service .service-box > .caption {
    flex: 1;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-gap: var(--spacing-3xs) 0;
}
#product-service .service-box > .caption .entry-title {
    font-family: var(--font-heading);
    font-weight: var(--font-weight-regular);
    font-size: var(--font-size-xl);
    line-height: var(--line-height-heading);
    letter-spacing: var(--letter-spacing);
}
#product-service .service-box > .caption .entry-desc {
    font-family: var(--font-body);
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size-tagline);
    line-height: var(--line-height-tagline);
    letter-spacing: var(--letter-spacing);
}

*[data-section="single-product"] > .sc-inner {
    padding-top: 0;
}

@media (min-width:992px) {
    
    #single-product .product-layout {
        --product-gallery-width: 57.4305555556%;
        position: relative;
        display: grid;
        grid-template-columns: var(--product-gallery-width) calc(100% - var(--product-gallery-width));
        grid-auto-flow: dense;
        grid-gap: 0;
    }
    #single-product .product-layout > * {
        width: 100% !important;
    }
    #single-product .product-layout > #product-gallery,
    #single-product .product-layout > #product-service {
        grid-column: 1;
    }
    #single-product .product-layout > #product-summary {
        grid-column: 2;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        position: -webkit-sticky;
        position: sticky;
        top: var(--header-height);
    }
    
    /* #product-gallery .entry-gallery .swiper {
        touch-action: none !important;
    } */
    #product-gallery .entry-gallery .swiper-wrapper {
        flex-direction: column !important;
        transform: none !important;
        pointer-events: none !important;
        cursor: default !important;
        width: 100% !important;
    }
    #product-gallery .entry-gallery .swiper-slide {
        width: 100% !important;
        height: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: none !important;
    }
    #product-gallery .entry-gallery .swiper-slide .object-fit:before {
        padding-bottom: 0%;
    }
    #product-gallery .entry-gallery .swiper-slide .object-fit > * {
        width: 100%;
        height: auto;
        -o-object-fit: unset;
        object-fit: unset;
        -o-object-position: unset;
        object-position: unset;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        transform: none;
    }
    #product-gallery .entry-gallery *:is(.swiper-slide-duplicate, .swiper-pagination, *[class*="swiper-button-"]) {
        display: none !important;
    }
    #product-gallery .entry-gallery .woocommerce-product-gallery__image > *[data-fancybox] {
        display: none !important;
    }
    #product-gallery .entry-gallery .woocommerce-product-gallery__image > .containerZoom {
        display: block !important;
    }

    #product-summary .summary {
        width: 100%;
        padding: var(--spacing-lg) var(--spacing-container);
    }
    #product-summary .summary > *:is(.entry-header, .entry-content, .entry-cart) > * {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    #product-summary .summary > *:is(.entry-header, .entry-cart) > * {
        max-width: 375px;
    }
    #product-summary .summary > *:is(.entry-content) > * {
        max-width: 328px;
    }

    #product-summary .entry-details:not(:first-child) {
        border-top: 0;
    }
    #product-summary .entry-details .accordion > .entry-title {
        display: none !important;
    }
    #product-summary .entry-details .accordion > .entry-panel {
        display: block !important;
        height: auto !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    #product-service .service-boxes {
        padding: var(--spacing-md);
    }
    #product-service .service-box.sm {
        flex: none;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    #product-service .service-box.sm:after {
        display: none;
    }
    
}

@media (max-width:991px) {

    #single-product .product-layout {
        display: grid;
        grid-template-columns: 100%;
        grid-gap: var(--spacing-md) 0;
    }

    #product-summary .summary {
        display: flex;
        flex-wrap: wrap;
    }
    #product-summary .summary > * {
        width: 100%;
    }
    #product-summary .summary > .entry-header {
        order: 0;
    }
    #product-summary .summary > .entry-cart {
        order: 1;
    }
    #product-summary .summary > .entry-content {
        order: 2;
    }
    #product-summary .summary > .entry-details {
        order: 3;
    }
    #product-summary .summary > *:not(.entry-details),
    #product-summary .entry-details .accordion {
        padding-left: var(--spacing-container);
        padding-right: var(--spacing-container);
    }
    #product-summary .entry-details:not(:first-child) {
        padding-top: var(--spacing-xs);
    }
    #product-summary .entry-details .tab {
        display: none !important;
    }
    #product-summary .entry-details .tab-content {
        height: auto !important;
        opacity: 1 !important;
        overflow: visible !important;
        pointer-events: auto !important;
    }
    #product-summary .entry-details .tab-content:not(:last-child) {
        margin-bottom: var(--spacing-xs) !important;
    }
    #product-summary .entry-details .accordion {
        padding-bottom: var(--spacing-xs);
        border-bottom: var(--border);
    }
    #product-summary .entry-details .accordion > .entry-title {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        max-width: 100%;
    }
    #product-summary .entry-details .accordion:not(.active) > .entry-title {
        color: rgba(var(--rgb),var(--opacity));
    }
    #product-summary .entry-details .accordion > .entry-title:hover {
        color: var(--color-hover);
    }
    #product-summary .entry-details .accordion > .entry-title:after {
        display: none;
    }
    #product-summary .entry-details .accordion > .entry-panel {
        margin-top: var(--spacing-xs);
    }

    #product-service .service-boxes {
        flex-direction: column;
        padding: 0 var(--spacing-container);
    }
    #product-service .service-box {
        padding-left: var(--spacing-sm);
        padding-right: var(--spacing-sm);
    }
    
}


/*WOOCOMMERCE:CHECKOUT====================*/
.woocommerce a.remove {
    margin: 0 auto !important;
	background: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
	color: inherit !important;
    opacity: 1;
	width: auto;
	height: auto;
    font: inherit;
    font-size: 0;
	line-height: 1;
}
.woocommerce a.remove:before {
    font-family: 'iconfont';
    content: "\e94a";
    font-size: var(--font-size-2xs);
    font-weight: normal;
    color: inherit !important;
    opacity: 1 !important;
}
html.no-touchevents .woocommerce a.remove:hover,
html.touchevents .woocommerce a.remove:active {
    color: var(--color-hover) !important;
}

.woocommerce table.shop_table {
	margin: 0;
	border: 0;
	border-radius: 0;
    border-spacing: 0;
    border-collapse: collapse;
    font-family: var(--font-body);
    font-weight: var(--font-weight-body);
    font-style: normal;
    font-size: var(--font-size-body);
    line-height: var(--line-height-body);
}
.woocommerce table.shop_table tr > * {
    border: 0;
    border-top: var(--border);
    border-bottom: var(--border);
	padding: var(--spacing-xs) 0;
}
.woocommerce table.shop_table tr > *:not(:last-child) {
	padding-right: var(--spacing-xs);
}
.woocommerce table.shop_table > *:first-child > *:first-child > * {
    padding-top: 0;
    border-top: 0;
}
.woocommerce table.shop_table > *:last-child > *:last-child > *,
.woocommerce table.shop_table > *:last-child > .order-total > * {
    padding-bottom: 0;
    border-bottom: 0;
}
.woocommerce table.shop_table thead tr > *, 
.woocommerce table.shop_table tbody tr > *, 
.woocommerce table.shop_table tfoot tr > * {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
	line-height: inherit;
    text-transform: none;
    letter-spacing: normal;
    vertical-align: inherit;
}
.woocommerce table.shop_table > thead > tr:first-child > * {
    border-top: 0;
}

.woocommerce table.shop_table .product-remove {
	width: 1%;
    padding-right: 0;
}
.woocommerce table.shop_table .product-remove a.remove {
    display: inline-block;
    line-height: inherit;
    box-shadow: none !important;
}

.woocommerce table.shop_table .product-thumbnail {
	width: calc(100px + var(--spacing-xs));
    padding-right: 0;
}
.woocommerce table.shop_table .product-thumbnail img {
    margin: 0;
	display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    border: 0;
    border-radius: 0;
    background: none;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    overflow: hidden;
}

.woocommerce table.shop_table .product-name dl.variation {
    margin: 0;
}
.woocommerce table.shop_table .product-quantity {
    --input-height: 36px;
}
.woocommerce table.shop_table .product-quantity .quantity-container {
    margin: 0 auto;
}

.woocommerce table.shop_table:not(.shop_table_responsive) tr > *:last-child {
    text-align: right;
}

.woocommerce table.cart td.actions .coupon,
.woocommerce form.checkout_coupon .form-row {
    --input-height: var(--button-height);
    --input-spacing-x: 0px;
}
.woocommerce table.cart td.actions {
    position: relative;
    border-color: currentColor;
}
.woocommerce table.cart td.actions .coupon {
    position: relative;
	display: flex;
    grid-gap: 0 var(--spacing-3xs);
	width: calc(50% - var(--spacing-container)*2);
	max-width: 100%;
}
.woocommerce table.cart td.actions .coupon:before,
.woocommerce table.cart td.actions .coupon:after {
    display: none !important;
}
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce form.checkout_coupon .form-row input.input-text {
    background: none !important;
    border-radius: var(--input-border-radius) !important;
    border: 0 !important;
    border-bottom: var(--input-border) !important;
    font-family: var(--font-body) !important;
    font-weight: var(--font-weight-body) !important;
    font-style: normal !important;
    font-size: var(--font-size-body) !important;
    line-height: normal !important;
    text-transform: none !important;
    text-align: left !important;
    letter-spacing: normal !important;
    text-indent: unset !important;
    color: inherit !important;
    display: block !important;
    width: 100% !important;
    height: var(--input-height) !important;
    padding: var(--input-spacing-y) var(--input-spacing-x) !important;
}
.woocommerce table.cart td.actions .coupon .button,
.woocommerce form.checkout_coupon .button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: -webkit-fit-content !important;
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
    overflow: hidden !important;
}
.woocommerce table.cart td.actions [name="update_cart"] {
    min-width: 200px !important;
}

.woocommerce .woocommerce-form-coupon-toggle > *:last-child {
    margin-bottom: var(--spacing-lg);
}
.woocommerce .woocommerce-form-coupon-toggle ~ form.woocommerce-checkout > .woocommerce-NoticeGroup-checkout {
    margin-top: calc((var(--spacing-lg)*-1) + var(--spacing-3xs));
}
.woocommerce .woocommerce-form-coupon:not(:is([style*="display: none"], [style*="display:none"])) ~ form.woocommerce-checkout > .woocommerce-NoticeGroup-checkout {
    margin-top: var(--spacing-lg);
}

.woocommerce .woocommerce-form-coupon {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 0 var(--spacing-3xs);
    align-items: flex-start;
    width: calc(50% - var(--spacing-container)/2);
    margin: 0 0 var(--spacing-lg) !important;
    text-transform: none;
    position: relative;
}
/* .woocommerce .woocommerce-form-coupon:not([style="display:none;"]) {
    margin-bottom: calc(var(--spacing-lg)*2) !important;
} */
.woocommerce .woocommerce-form-coupon > p:not(.form-row) {
    grid-column: span 2;
	width: 100%;
    font: inherit;
    line-height: inherit;
	margin-bottom: var(--spacing-2xs);
}
.woocommerce .woocommerce-form-coupon .form-row {
    width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
    float: none !important;
}
.woocommerce .woocommerce-form-coupon .form-row-first {
    grid-column: 1;
}
.woocommerce .woocommerce-form-coupon .form-row-last {
    grid-column: 2;
    justify-self: end;
}

.woocommerce .cart-collaterals {
    margin-top: var(--spacing-lg);
}
.woocommerce .cart-collaterals .cart_totals > h2 {
    font-family: var(--font-heading);
    font-weight: var(--font-weight-regular);
    font-style: normal;
    font-size: var(--font-size-xl);
    line-height: var(--line-height-heading);
    letter-spacing: var(--letter-spacing);
    text-transform: uppercase;
    color: inherit;
    margin-bottom: var(--spacing-xs);
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table,
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody,
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr,
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr > * {
    display: block;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 0 !important;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr {
    display: flex;
    flex-wrap: wrap;
    grid-gap: var(--spacing-2xs);
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr:not(:first-child) {
    margin-top: var(--spacing-xs) !important;
    padding-top: var(--spacing-xs) !important;
    border-top: var(--border) !important;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr > * {
    width: auto;
    text-align: left;
    font-family: inherit;
    font-weight: inherit !important;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: normal;
    text-transform: none;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr > * strong {
    font-weight: inherit;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr > *:last-child {
    text-align: right;
    margin-left: auto;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr > *:not(:last-child) {
    padding-right: var(--spacing-2xs);
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr > *:before {
    display: none !important;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping > * {
    width: 100%;
    font-weight: inherit;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping > *:not(:last-child) {
    padding-right: 0;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping > td ul#shipping_method {
    align-self: flex-start;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping > td ul#shipping_method:not(:last-child) {
    margin-bottom: var(--spacing-2xs) !important;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping > td ul#shipping_method .amount {
    font-weight: inherit;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping .woocommerce-shipping-destination,
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping .woocommerce-shipping-calculator {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-align: left;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping .shipping-calculator-button {
    font-family: inherit;
    font-weight: inherit;
    font-size: var(--font-size-tagline);
    line-height: var(--line-height-tagline);
    letter-spacing: var(--letter-spacing);
    text-transform: uppercase;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping .shipping-calculator-form {
    --input-height: 38px;
    --input-spacing-x: 0px;
    margin: var(--spacing-3xs) 0 0;
    padding: 0;
    background: none;
    color: inherit;
    text-align: inherit;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping .shipping-calculator-form .form-row:not(:last-child) {
    margin-bottom: 0 !important;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping .shipping-calculator-form .form-row *:is(input, textarea, select),
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping .shipping-calculator-form .form-row .select2-container--default .select2-selection--single {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping .shipping-calculator-form .form-row .select:after,
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping .shipping-calculator-form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    justify-content: flex-end;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping .shipping-calculator-form *[type="submit"] {
    margin: var(--spacing-2xs) 0 0;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping > th {
    display: none !important;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping > td {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 0 var(--spacing-2xs);
    align-items: baseline;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping > td > * {
    grid-column: 2;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping > td:before {
    content: attr(data-title);
    display: block !important;
    text-align: left !important;
    grid-row: 1;
    grid-column: 1;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping > td > .woocommerce-shipping-methods {
    grid-row: 1;
    grid-column: 2;
    text-align: left;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping > td > *:not(:first-child) {
    margin-top: var(--spacing-2xs) !important;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping > td > .woocommerce-shipping-methods + * {
    margin-top: 0 !important;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.order-total > * {
    font-size: var(--font-size-body);
}

.woocommerce .cart-collaterals .cross-sells > *:not(:first-child) {
    margin-top: var(--spacing-xs);
}
.woocommerce .cart-collaterals .cross-sells ul.products {
    display: block;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.product:not(:first-child) {
    margin-top: var(--spacing-xs) !important;
    padding-top: var(--spacing-xs) !important;
    border-top: var(--border) !important;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.product .woocommerce-LoopProduct-link {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-gap: var(--spacing-sm);
    align-items: center;
    text-align: left;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.product .woocommerce-LoopProduct-link > .cover {
    grid-row: 1;
    grid-column: 1;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.product .woocommerce-LoopProduct-link > .caption {
    grid-row: 1;
    grid-column: 2;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
    height: auto;
    min-height: 0;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.product .woocommerce-LoopProduct-link .price {
    justify-content: flex-start;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.product .entry-tags {
    display: none !important;
}

tr.woocommerce-shipping-totals.shipping > * {
    vertical-align: top;
}

.woocommerce table.shop_table:not(.shop_table_responsive) tr.woocommerce-shipping-totals.shipping > * {
    vertical-align: top !important;
}
.woocommerce table.shop_table:not(.shop_table_responsive) tr.woocommerce-shipping-totals.shipping ul#shipping_method {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin-left: auto !important;
}

.woocommerce .wc-proceed-to-checkout {
	text-align: center;
	margin-top: var(--spacing-sm);
}
.woocommerce .wc-proceed-to-checkout *[class*="button"] {
    width: 100% !important;
}
.woocommerce .wc-proceed-to-checkout > *:not(:first-child) {
    margin-top: var(--spacing-2xs);
}
.woocommerce .wc-proceed-to-checkout > .cart_note {
    text-align: left !important;
}

.woocommerce-checkout .woocommerce-shipping-fields + .woocommerce-additional-fields {
    margin-top: 0;
}

.woocommerce-checkout #customer_details {
	margin-bottom: var(--spacing-lg);
}
.woocommerce-checkout #customer_details h3,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #customer_details h3 > .woocommerce-form__label-for-checkbox,
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account .woocommerce-form__label-for-checkbox,
.woocommerce .woocommerce-order-details__title {
    color: inherit;
    font-family: var(--font-heading);
    font-weight: var(--font-weight-regular);
    font-style: normal;
    font-size: var(--font-size-xl);
    line-height: var(--line-height-heading);
    letter-spacing: var(--letter-spacing);
    text-transform: uppercase;
    margin-bottom: var(--spacing-xs);
}
.woocommerce-checkout #customer_details h3 > .woocommerce-form__label-for-checkbox,
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account .woocommerce-form__label-for-checkbox {
    margin: 0;
}
.woocommerce-checkout #customer_details h3 > .woocommerce-form__label-for-checkbox span,
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account .woocommerce-form__label-for-checkbox span {
    line-height: inherit;
}
.woocommerce-checkout #customer_details h3 > .woocommerce-form__label-for-checkbox span:before,
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account .woocommerce-form__label-for-checkbox span:before,
.woocommerce-checkout #customer_details h3 > .woocommerce-form__label-for-checkbox span:after,
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account .woocommerce-form__label-for-checkbox span:after {
    top: 0.5ex;
}
.woocommerce-checkout #customer_details .form-row-first, 
.woocommerce-checkout #customer_details .form-row-last {
    width: 100% !important;
}
.woocommerce-checkout #customer_details .woocommerce-account-fields {
    margin-top: var(--spacing-lg);
}
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account:not(.form-row) {
    margin-top: var(--spacing-sm) !important;
}
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account > .form-row {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account.form-row,
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account > .form-row-last {
    margin-bottom: 0 !important;
}

.options_container {
    position: relative;
    margin: 0;
    width: 100%;
    float: none;
} 
.options_container > br {
    display: none;
}

.saved_address_options {
    overflow: auto;
}

.billing_addresses_container:not(:first-child),
.shipping_addresses_container:not(:first-child) {
    margin-top: var(--spacing-md);
}
.billing_addresses_container > *:not(:first-child),
.shipping_addresses_container > *:not(:first-child) {
    margin-top: var(--spacing-sm);
}

.address_container_billing, 
.address_container_shipping {
    position: relative;
    margin: 0;
    padding: var(--spacing-sm);
    width: 100%;
    float: none;
    border: var(--border);
    border-radius: 0;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: var(--spacing-sm) var(--spacing-md);
    grid-auto-flow: dense;
    align-items: baseline;
}
.address_container_billing > .single_address, 
.address_container_shipping > .single_address {
    grid-row: 1;
    grid-column: 1 / span 2;
}
.address_container_billing > .billing_address_edit_delete, 
.address_container_shipping > .shipping_address_edit_delete {
    grid-column: 1;
}
.address_container_billing > .bill_to_this_address_button, 
.address_container_shipping > .ship_to_this_address_button, 
.address_container_billing > .billing_to_this_address, 
.address_container_shipping > .shipping_to_this_address {
    grid-column: 2;
    justify-self: flex-end;
}

#bill_to_new_address_button, 
#ship_to_new_address_button {
    display: inline-block;
    vertical-align: top;
    line-height: normal;
    white-space: nowrap;
    box-shadow: var(--cta-shadow);
    text-transform: none;
    margin: 0;
}
#bill_to_new_address_button:not(:hover), 
#ship_to_new_address_button:not(:hover) {
    opacity: var(--opacity);
}
#bill_to_new_address_button:not(:first-child), 
#ship_to_new_address_button:not(:first-child) {
    margin-top: var(--spacing-2xs);
}
p.single_address {
    margin: 0;
    height: auto;
    font-size: inherit;
    white-space: normal;
    text-overflow: clip;
    overflow: visible;
}
.bill_to_this_address_button, 
.ship_to_this_address_button, 
.billing_to_this_address, 
.shipping_to_this_address {
    margin: 0;
    height: auto;
    text-align: inherit;
}
.billing_address_selected, 
.shipping_address_selected, 
#bill_here_button, 
#ship_here_button {
    font-size: inherit;
    display: block;
    width: auto;
    padding: 0;
}
.billing_address_selected, 
.shipping_address_selected {
    font-family: var(--font-body);
    font-weight: normal;
    font-style: normal;
    text-transform: capitalize;
}
.billing_address_selected .dashicons, 
.shipping_address_selected .dashicons {
    display: none;
}
#bill_here_button, 
#ship_here_button {
    padding: 0 !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    color: inherit !important;
    background: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    display: inline !important;
    vertical-align: baseline !important;
    line-height: normal !important;
    font-weight: inherit !important;
    font-size: inherit !important;
}
.billing_address_edit_delete, 
.shipping_address_edit_delete {
    margin: 0;
    line-height: normal;
    text-transform: uppercase;
    justify-content: flex-start;
}
#bill_here_button, 
#ship_here_button,
.billing_address_edit_delete > a, 
.shipping_address_edit_delete > a {
    box-shadow: var(--cta-shadow) !important;
}
#bill_here_button:hover, 
#ship_here_button:hover,
.billing_address_edit_delete > a:hover, 
.shipping_address_edit_delete > a:hover {
    opacity: var(--opacity);
}
.billing_address_edit_delete > *:not(:last-child), 
.shipping_address_edit_delete > *:not(:last-child) {
    margin-right: var(--spacing-md);
}

.woocommerce table.shop_table:not(.shop_table_responsive) tr > * {
    width: 50%;
}
.woocommerce table.shop_table:not(.shop_table_responsive) tr > *:last-child {
	text-align: right;
}
.woocommerce table.shop_table:not(.shop_table_responsive) tbody tr > * {
    vertical-align: middle;
}
.woocommerce table.shop_table:not(.shop_table_responsive) .product-name-wrap {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-gap: 0 var(--spacing-xs);
    grid-auto-flow: dense;
    align-items: center;
}
.woocommerce table.shop_table:not(.shop_table_responsive) .product-name-wrap > *:not(.img) {
    grid-column: 2;
}
.woocommerce table.shop_table:not(.shop_table_responsive) .product-name-wrap > .img + .name:last-child {
    grid-row: 1 / span 3;
}
.woocommerce table.shop_table:not(.shop_table_responsive) .product-name-wrap > .img {
    grid-column: 1;
    grid-row: 1 / span 3;
}
.woocommerce table.shop_table:not(.shop_table_responsive) .product-name-wrap > .img > img {
    display: block;
    width: 100%;
    height: auto;
}
.woocommerce table.shop_table:not(.shop_table_responsive) .product-name-wrap > h3 {
    align-self: flex-end;
}
.woocommerce table.shop_table:not(.shop_table_responsive) .product-name-wrap > .product-quantity {
    align-self: flex-start;
}

.woocommerce #order_review > *:not(:last-child) {
    margin-bottom: var(--spacing-md);
}

.woocommerce ul#shipping_method li {
    line-height: inherit;
    margin: 0 0 var(--spacing-2xs);
    position: relative;
    text-align: left;
}
.woocommerce ul#shipping_method li:last-child {
    margin-bottom: 0;
}
.woocommerce ul#shipping_method .amount {
    font-weight: inherit;
    white-space: nowrap;
}
.woocommerce .woocommerce-shipping-destination:not(:first-child) {
    margin-top: 15px;
}

.woocommerce-checkout #order_review .ppc-button-wrapper {
    line-height: 0;
    width: 100%;
    max-width: 100%;
}
.woocommerce-checkout #order_review > .woocommerce-checkout-payment:not(:last-child) {
    margin-bottom: var(--spacing-sm);
}
.woocommerce-checkout #order_review > .woocommerce-checkout-payment + .ppc-button-wrapper {
    margin-bottom: var(--spacing-sm-minus);
}
.woocommerce-checkout #order_review > .woocommerce-checkout-payment + .ppc-button-wrapper > #ppc-button-ppcp-gateway {
    padding-bottom: var(--spacing-sm);
}

.woocommerce .cart-empty {
    background: none !important;
    padding: 0 !important;
    color: inherit !important;
}
.woocommerce .cart-empty,
.woocommerce .cart-empty + .return-to-shop {
    text-align: center;
}
.woocommerce .return-to-shop:not(:first-child) {
    margin-top: var(--spacing-sm);
}

.payment_box:not(:first-child) {
    margin-top: var(--spacing-sm);
}
.wc_payment_method {
    position: relative;
    line-height: 1;
}
.wc_payment_method:not(:last-child) {
    margin-bottom: var(--spacing-2xs);
}
.wc_payment_method label,
#omise_cc_form .omise-remember-card > label {
    position: relative;
    display: inline-block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wc_payment_method input[type="radio"] + label img,
.wc_payment_method input[type="checkbox"] + label img,
#omise_cc_form .omise-remember-card input[type="radio"] + label img,
#omise_cc_form .omise-remember-card input[type="checkbox"] + label img {
    margin: 1px 5px;
}

#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
	border-radius: 0;
    background: none;
    margin: var(--spacing-xs) 0 0;
}
#add_payment_method #payment a, 
.woocommerce-cart #payment a, 
.woocommerce-checkout #payment a {
}
#add_payment_method #payment a:hover, 
.woocommerce-cart #payment a:hover, 
.woocommerce-checkout #payment a:hover {
    color: var(--color-theme);
}
#add_payment_method #payment div.form-row, 
.woocommerce-cart #payment div.form-row, 
.woocommerce-checkout #payment div.form-row {
    padding: 0;    
}
#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    margin: 0;
    border: 0;
}
#add_payment_method #payment ul.payment_methods li, 
.woocommerce-cart #payment ul.payment_methods li, 
.woocommerce-checkout #payment ul.payment_methods li {
    font-family: var(--font-body);
    font-weight: normal;
    font-style: normal;
    font-size: var(--font-size-body);
    line-height: var(--line-height-body);
    padding: var(--spacing-xs);
    border: var(--border);
    border-radius: 0;
    overflow: hidden;
}
#add_payment_method #payment ul.payment_methods li:not(:last-child), 
.woocommerce-cart #payment ul.payment_methods li:not(:last-child), 
.woocommerce-checkout #payment ul.payment_methods li:not(:last-child) {
    margin-bottom: var(--spacing-2xs);
}
#add_payment_method #payment ul.payment_methods li img, 
.woocommerce-cart #payment ul.payment_methods li img, 
.woocommerce-checkout #payment ul.payment_methods li img {
    margin: 3px;
    width: auto !important;
    max-height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
    font-size: inherit;
    line-height: inherit;
    color: var(--color-body);
    background: none;
    padding: 0;
    margin: var(--spacing-xs) 0 0;
}
#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: transparent;
}
#add_payment_method #payment div.payment_box .form-row, 
.woocommerce-cart #payment div.payment_box .form-row, 
.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 var(--spacing-md);
}
.wc_payment_method input:is([type="radio"], [type="checkbox"]) + label:before,
.wc_payment_method input:is([type="radio"], [type="checkbox"]) + label:after,
.woocommerce ul#shipping_method li input:is([type="radio"], [type="checkbox"]) + label:before,
.woocommerce ul#shipping_method li input:is([type="radio"], [type="checkbox"]) + label:after,
#omise_cc_form .omise-remember-card input:is([type="radio"], [type="checkbox"]) + label:before,
#omise_cc_form .omise-remember-card input:is([type="radio"], [type="checkbox"]) + label:after,
.woocommerce .woocommerce-terms-and-conditions-wrapper input:is([type="radio"], [type="checkbox"]) + .woocommerce-terms-and-conditions-checkbox-text:before,
.woocommerce .woocommerce-terms-and-conditions-wrapper input:is([type="radio"], [type="checkbox"]) + .woocommerce-terms-and-conditions-checkbox-text:after {
    top: 0.5ex;
}
.woocommerce .woocommerce-terms-and-conditions-wrapper input:is([type="radio"], [type="checkbox"]) + .woocommerce-terms-and-conditions-checkbox-text {
    letter-spacing: normal;
}

#add_payment_method #payment .payment_method_paypal .about_paypal, 
.woocommerce-cart #payment .payment_method_paypal .about_paypal, 
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.woocommerce-checkout #payment .place-order:before,
.woocommerce-checkout #payment .place-order:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
}

#omise_cc_form h3 {
    margin: 0;
    font-family: var(--font-body);
    font-weight: normal;
    font-style: normal;
    font-size: inherit;
}
#omise_cc_form > *:not(:last-child) {
    margin-bottom: var(--spacing-sm);
}
#omise_cc_form .omise-remember-card {
    position: relative;
    line-height: 1;
    display: inline-flex;
}
#omise_cc_form fieldset.card-exists {
    margin-top: var(--spacing-sm);
}
#omise_cc_form .omise-customer-card-list {
    border: 0;
    box-shadow: none;
}
#omise_cc_form .omise-customer-card-list:not(:last-child) {
    border-bottom: 1px solid var(--color-gray);
    padding-bottom: var(--spacing-sm);
}


.woocommerce .woocommerce-terms-and-conditions-wrapper {
	margin: var(--spacing-sm) 0 0;
    text-transform: none;
}
.woocommerce .woocommerce-terms-and-conditions-wrapper > *:not(:first-child) {
    margin-top: var(--spacing-sm);
}

.woocommerce #payment #place_order {
    margin: var(--spacing-sm) 0 0 !important;
}

.woocommerce form .form-row.woocommerce-validated .select2-container, 
.woocommerce form .form-row.woocommerce-validated input.input-text, 
.woocommerce form .form-row.woocommerce-validated select {
	border-color: inherit;
}

.woocommerce-order > *:not(:last-child),
.wpdt-wc-payment-thankyou > *:not(:last-child) {
	margin-bottom: var(--spacing-lg);
}
.woocommerce ul.order_details {
	margin: 0 0 var(--spacing-lg);
	padding: 0;
	display: grid;
	grid-gap: var(--spacing-sm);
	grid-template-columns: repeat(2,1fr);
	grid-auto-flow: dense;
}
.woocommerce ul.order_details:before,
.woocommerce ul.order_details:after {
	display: none;
}
.woocommerce ul.order_details li {
    padding: 0;
	margin: 0;
	border: 0;
	float: none;
    font-family: var(--font-body);
    font-weight: var(--font-weight-regular);
    font-style: normal;
	font-size: var(--font-size-tagline);
	line-height: var(--line-height-tagline);
    letter-spacing: var(--letter-spacing);
    text-transform: none;	
    color: var(--color-gold);
}
.woocommerce ul.order_details li strong {
    font-weight: var(--font-weight-regular);
    font-size: var(--font-size-body);
    line-height: var(--line-height-body);
    letter-spacing: normal;
    margin-top: var(--spacing-3xs);
    color: var(--color-body);
}

.woocommerce .woocommerce-order-details > *:not(:last-child) {
    margin-bottom: var(--spacing-sm);
}

.woocommerce #payFormCcard {
    display: flex;
    flex-wrap: wrap;
    grid-gap: var(--spacing-2xs);
}
.woocommerce #payFormCcard:not(:first-child) {
    margin-top: var(--spacing-sm);
}
.woocommerce #payFormCcard > * {
    margin: 0 !important;
}
.woocommerce #payFormCcard input {
    white-space: normal;
}

.woocommerce .woocommerce-notice--success {
    text-align: center;
    text-transform: none;
}

.woocommerce .woocommerce-customer-details .woocommerce-column__title {
    font-size: inherit !important;
}
.woocommerce .woocommerce-customer-details .woocommerce-column__title:not(:last-child) {
    margin-bottom: 15px;
}
.woocommerce .woocommerce-customer-details address {
    border: 0;
    border-radius: 0;
    padding: 0;
}

.woocommerce .woocommerce-customer-details, 
.woocommerce .woocommerce-order-details, 
.woocommerce .woocommerce-order-downloads {
    margin: 0;
}

@media (min-width:769px) {
    
    .woocommerce table.shop_table tr > .product-price,
    .woocommerce table.shop_table tr > .product-quantity,
    .woocommerce table.shop_table tr > .product-subtotal {
        width: 15%;
        white-space: nowrap;
    }
    .woocommerce table.shop_table tr > .product-price,
    .woocommerce table.shop_table tr > .product-quantity {
        text-align: center;
    }
    .woocommerce table.shop_table tr > .product-subtotal {
        text-align: right;
    }
    .woocommerce table.cart tbody tr > * {
        vertical-align: middle;
    }
    .woocommerce table.cart tfoot td.actions [name="update_cart"] {
        margin-top: 0 !important;
        position: absolute !important;
        top: var(--spacing-sm);
        right: 0;
    }

    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce #payment #place_order,
    .woocommerce #payment .place-order > .button-style,
    .woocommerce-checkout #order_review .ppc-button-wrapper {
        width: calc(50% - var(--spacing-container)*2) !important;
        max-width: 100%;
        margin-left: auto;
    }
    .woocommerce #payment .place-order > .button-style {
        display: flex;
    }
    .woocommerce #payment .place-order > .button-style #place_order {
        width: 100% !important;
    }
    
}

@media (max-width:991px) {

    .woocommerce .woocommerce-form-coupon {
        width: 100%;
    }

    .woocommerce .woocommerce-customer-details .col2-set > [class*="col-"]:not(:last-child) {
        margin-bottom: var(--spacing-md);
    }
    
    .woocommerce .cart-collaterals .cart_totals {
        width: 100% !important;
    }
}

@media (max-width:768px) {

    .woocommerce form .form-row-first, 
    .woocommerce form .form-row-last {
        width: 100%;
    }
    
    .woocommerce table.shop_table_responsive tr:not(:last-child) {
        border: 0;
        margin: 0;
        padding: 0;
        margin-bottom: var(--spacing-sm);
        padding-bottom: var(--spacing-sm);
        border-bottom: var(--border);
    }
    .woocommerce table.shop_table_responsive tr > * {
        padding: 0 !important;
        border-bottom: 0;
        grid-gap: 0 0.5em;
    }
    .woocommerce table.shop_table_responsive tr > *:not(:first-child) {
        margin-top: var(--spacing-2xs);
    }
    .woocommerce table.shop_table_responsive tr td {
        border: 0;
        background: none; 
        display: flex;
        align-items: baseline;
    }
    .woocommerce table.shop_table_responsive tr td:before,
    .woocommerce table.shop_table_responsive.cart tr > td:before {
        content: attr(data-title);
        float: none;
        width: 100px;
        padding-right: var(--spacing-xs);
        font-weight: inherit;
        text-align: left;
        text-transform: none;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce table.shop_table_responsive.cart tr:nth-child(2n) td {
        background: none;    
    }
    
    .woocommerce table.shop_table_responsive.cart thead {
        display: block !important;
        padding-bottom: var(--spacing-2xs);
        margin-bottom: var(--spacing-sm);
        border-bottom: var(--border);
    }
    .woocommerce table.shop_table_responsive.cart thead tr {
        display: grid !important;
		grid-gap: var(--spacing-3xs) var(--spacing-xs);
		grid-template-columns: auto 1fr auto;
    }
    .woocommerce table.shop_table_responsive.cart thead tr > * {
        display: none !important;
        padding: 0 !important;
    } 
    .woocommerce table.shop_table_responsive.cart thead tr > *.product-remove {
        display: block !important;
        grid-row: 1;
        grid-column: 1;
        min-width: 11px;
    }
    .woocommerce table.shop_table_responsive.cart thead tr > *.product-name {
        display: block !important;
        grid-row: 1;
        grid-column: 2;
    }
    .woocommerce table.shop_table_responsive.cart thead tr > *.product-subtotal {
        display: block !important;
        grid-row: 1;
        grid-column: 3;
        justify-self: flex-end;
    }
	.woocommerce table.shop_table_responsive.cart tr > td {
		border: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.woocommerce table.shop_table_responsive.cart tr > td:not(:last-child) {
	    padding-right: 0;
	}
	.woocommerce table.shop_table_responsive.cart tr > td:before {
		width: 25%;
		text-align: left;
	}
    
	.woocommerce table.shop_table_responsive.cart .cart_item {
		display: grid;
		grid-gap: var(--spacing-3xs) var(--spacing-xs);
		grid-template-columns: auto auto 1fr auto;
		grid-template-rows: auto auto 1fr;
		padding: 0 0 var(--spacing-sm);
        border-bottom: var(--border);
	}
	.woocommerce table.shop_table_responsive.cart .cart_item > * {
		padding: 0;
	}
    .woocommerce table.shop_table_responsive.cart .cart_item > td {
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left !important;
    }
	.woocommerce table.shop_table_responsive.cart .cart_item > td:before {
        display: none;
	}
    .woocommerce table.shop_table_responsive.cart .cart_item:nth-last-child(2) {
        border-bottom: 0;
        margin-bottom: 0;
    }
	.woocommerce table.shop_table_responsive.cart .product-remove {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
		grid-row: 1 / span 3;
        align-self: center;
	}
	.woocommerce table.shop_table_responsive.cart .product-thumbnail {
		display: block;
		width: 60px;
		grid-row: 1 / span 3;
		grid-column: 2;
        align-self: center;
	}
	.woocommerce table.shop_table_responsive.cart .product-thumbnail:before {
		display: none;
	}
    .woocommerce table.shop_table_responsive.cart .product-name {
        flex-direction: column;
        grid-row: 1;
		grid-column: 3;
    }
    .woocommerce table.shop_table_responsive.cart .product-name .variation {
        margin: 0;
    }
    .woocommerce table.shop_table_responsive.cart .product-price {
        grid-row: 2;
		grid-column: 3;
    }
    .woocommerce table.shop_table_responsive.cart .product-quantity {
        grid-row: 3;
		grid-column: 3;
        align-self: end;
    }
    .woocommerce table.shop_table_responsive.cart .product-quantity .quantity-container {
        margin-left: 0;
    }
    .woocommerce table.shop_table_responsive.cart .product-subtotal {
        grid-row: 1 / span 3;
        grid-column: 4;
        align-self: end;
    }
    
    .woocommerce table.shop_table_responsive.cart tr > td.actions {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        text-align: inherit;
        grid-gap: var(--spacing-2xs);
        padding-top: var(--spacing-sm);
        border-top: var(--border);
    }
    .woocommerce table.shop_table_responsive.cart tr > td.actions > * {
        margin: 0;
    }
    .woocommerce table.shop_table_responsive.cart tr > td.actions .coupon {
        width: 100% !important;
        padding: 0 !important;
    }

    .woocommerce .cart-collaterals > *:not(:first-child) {
        margin-top: var(--spacing-sm);
        padding-top: var(--spacing-sm);
        border-top: var(--border);
    }
	
	.woocommerce .cart_totals table.shop_table_responsive tr {
		border-top: 0;
	}
	.woocommerce .cart_totals table.shop_table_responsive tr:last-child {
		border-bottom: 0;
	}
	.woocommerce .cart_totals table.shop_table_responsive tr > td {
		text-align: right !important;
	}

    .woocommerce .woocommerce-terms-and-conditions-wrapper {
        text-align: left;
    }

    .woocommerce .wc-proceed-to-checkout .button,
    .woocommerce #payment #place_order,
    .woocommerce #payment .place-order > .button-style #place_order {
        width: 100% !important;
    }

    .woocommerce table.shop_table:not(.shop_table_responsive) .product-name-wrap {
        grid-template-columns: 60px 1fr;
    }
}

@media (max-width:767px) {
    
    .woocommerce ul.order_details {
        grid-template-columns: 100%;
    }

    .woocommerce table.shop_table:not(.shop_table_responsive),
    .woocommerce table.shop_table:not(.shop_table_responsive) > *,
    .woocommerce table.shop_table:not(.shop_table_responsive) > * > *,
    .woocommerce table.shop_table:not(.shop_table_responsive) > * > * > * {
        display: block;
    }
    .woocommerce table.shop_table:not(.shop_table_responsive) > *:first-child > tr:first-child {
        border-top: 0;
        padding-top: 0;
    }
    .woocommerce table.shop_table:not(.shop_table_responsive) > *:last-child > tr:last-child {
        padding-bottom: 0;
    }	
    .woocommerce table.shop_table:not(.shop_table_responsive) tr > * {
        width: 100%;
        border: 0 !important;
    }
    .woocommerce table.shop_table:not(.shop_table_responsive) tr {
        border-top: var(--border);
    }
    .woocommerce table.shop_table:not(.shop_table_responsive) tr,
    .woocommerce table.shop_table:not(.shop_table_responsive) tfoot > tr {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-gap: 0 var(--spacing-sm);
        align-items: center;
    }
    .woocommerce table.shop_table:not(.shop_table_responsive) tfoot > tr {
        align-items: baseline;
    }
    .woocommerce table.shop_table:not(.shop_table_responsive) tfoot > tr,
    .woocommerce table.shop_table:not(.shop_table_responsive) tbody > tr:first-child {
        border-color: currentColor;
    }

}

.woocommerce table.shop_table.wpdt-wc-payment-table tbody tr > *,
.woocommerce table.shop_table.wpdt-wc-payment-table tbody tr > * > *,
.woocommerce table.shop_table.wpdt-wc-payment-table tbody tr > * > * > *,
.wpdt-wc-payment-table-banks .wpdt_wc_payment_form_bank_name {
	color: inherit !important;
}

/*WOOCOMMERCE:PAYMENT NOTI ====================*/
form.form-wpdt-wc-payment:before,
form.form-wpdt-wc-payment:after {
	content: "";
	display: table;
	clear: both;
}
form.form-wpdt-wc-payment > * {
    margin: 0;
}
form.form-wpdt-wc-payment > *[class*="payment-info-"]:not(:last-child) {
	margin-bottom: var(--spacing-lg);
}

form.form-wpdt-wc-payment h3,
form.form-wpdt-wc-payment h4,
form.form-wpdt-wc-payment .payment-info-remark label {
    border: 0;
    padding: 0;
    display: block;
    color: inherit;
    font-family: var(--font-heading);
    font-weight: var(--font-weight-regular);
    font-style: normal;
    font-size: var(--font-size-xl);
    line-height: var(--line-height-heading);
    letter-spacing: var(--letter-spacing);
    text-transform: uppercase;
    margin-bottom: var(--spacing-xs) !important;

    
}

form.form-wpdt-wc-payment .input input,
form.form-wpdt-wc-payment .input textarea,
form.form-wpdt-wc-payment .input select {
    width: 100% !important;
    max-width: 100% !important;
    height: var(--input-height);
    padding: var(--spacing-3xs) 0;
    border: 0;
    border-radius: 0;
    background: none;
    border-bottom: var(--input-border);
}
form.form-wpdt-wc-payment span.required {
    position: absolute;
    top: 0; 
    right: 0;
    line-height: var(--input-height);
    color: var(--color-error);
}
form.form-wpdt-wc-payment .input .file-upload-wrapper + .required {
    display: none;
}

form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table {
    margin: 0;
    font-size: var(--font-size-body);
}
form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table tr > * {
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
    color: inherit !important;
    text-align: left !important;
}
form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table .thead span.required {
    position: static;
    line-height: inherit;
}
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks),
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) tbody,
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) tr,
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) tr > * {
    display: block;
}
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) tr {
    display: flex;
}
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) tr:not(:last-child) {
    margin-bottom: var(--spacing-xs);
}
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) tr th {
    width: 150px;
    align-self: center;
}
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) tr td {
    flex: 1;
}
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) tr td > * {
    width: 100%;
}

form.form-wpdt-wc-payment .payment-info-remark label {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: var(--spacing-2xs) !important;
}
form.form-wpdt-wc-payment .payment-info-remark textarea {
    border: var(--input-border);
    padding: var(--input-spacing-y) var(--input-spacing-x);
}

form.form-wpdt-wc-payment .payment-info-actions > p {
    display: flex;
    flex-wrap: wrap;
    grid-gap: var(--spacing-2xs) var(--spacing-sm);
}
form.form-wpdt-wc-payment .payment-info-actions .button {
    min-width: 190px;
}
form.form-wpdt-wc-payment .payment-info-actions .reset {
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
    font-size: inherit;
    text-transform: none;
    display: none !important;
}

form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table-banks td img {
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
}
form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table-banks .choice input[type="radio"] + span:before, 
form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table-banks .choice input[type="radio"] + span:after { 
    margin-top: calc((30px/2) - (var(--font-size-body)/2));
}

@media (min-width:769px) {
    
    form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table tr > *:not(:last-child) {
        padding-right: var(--spacing-xs) !important;
    }

    form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table-banks tr > * {
        width: auto !important;
    }
    form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table-banks tr > .thead { 
        width: 1% !important;
        white-space: nowrap !important;
    }
    form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table-banks thead tr > * {
        padding-bottom: var(--spacing-2xs) !important;
        border-bottom: var(--input-border) !important;
    }
    form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table-banks tbody tr > * {
        padding-top: var(--spacing-2xs) !important;
        padding-bottom: var(--spacing-2xs) !important;
        border-bottom: var(--input-border) !important;
    } 
    
}

@media (max-width:768px) {

    form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table {
        border: 0;
    }
    form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table tr,
    form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table tr > * {
        background: none !important;
        padding: 0 !important;
        border: 0 !important;
        color: inherit !important;
    }

    form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table-banks,
    form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table-banks > *:is(thead, tbody, tr, th, td) {
        display: block !important;
    }
    form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table-banks thead { 
        display: none !important;
    }
    form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table-banks tbody tr {
        display: grid !important;
        grid-template-columns: auto 1fr !important;
        grid-auto-flow: dense !important;
        grid-gap: 0 var(--spacing-2xs) !important;
        align-items: center !important;
        padding: var(--input-spacing-y) var(--input-spacing-x) !important;
        border: var(--input-border) !important;
    }
    form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table-banks tbody tr > * {
        line-height: normal;
    }
    form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table-banks tbody tr > *:not(.thead) {
        grid-column: 2 !important;
    }
    form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table-banks tbody tr > .thead {
        grid-column: 1 !important;
        grid-row: 1 / span 3 !important;
        position: relative !important;
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important;
        left: auto !important;
        top: auto !important;
        margin-top: 0 !important;
        line-height: inherit !important;
        padding: 0 !important;
    }

}



/*WOOCOMMERCE:DASHBOARD====================*/
*[data-section="wc-dashboard"] .woocommerce:before,
*[data-section="wc-dashboard"] .woocommerce:after {
    display: none;
}
*[data-section="wc-dashboard"] .woocommerce {
    margin: 0;
}
*[data-section="wc-dashboard"] .woocommerce > * {
    width: 100%;
    float: none;
    clear: both;
}
*[data-section="wc-dashboard"] .woocommerce > *:not(:last-child) {
    margin-bottom: var(--spacing-lg);
}

*[data-section="wc-dashboard"] .woocommerce ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
*[data-section="wc-dashboard"] .woocommerce *:is(a, button) {
    transition: var(--duration) var(--timing-function);
}



*[data-section="wc-dashboard"] .woocommerce-MyAccount-navigation {
    font-family: var(--font-body);
    font-weight: normal;
    font-style: normal;
    font-size: var(--font-size-body);
    line-height: var(--line-height-body);
    color: inherit;
    letter-spacing: normal;
    text-transform: none;
}
*[data-section="wc-dashboard"] .woocommerce-MyAccount-navigation li {
    margin: 0;
    text-align: left;
}
*[data-section="wc-dashboard"] .woocommerce-MyAccount-navigation li a {
    padding: 0 !important;
    display: inline !important;
    text-decoration: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
    position: relative;
}
*[data-section="wc-dashboard"] .woocommerce-MyAccount-navigation li:not(.is-active) a {
    background-size: 100% 0px;
}
*[data-section="wc-dashboard"] .woocommerce-MyAccount-navigation li.is-active a {
    cursor: default;
}
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content h2,
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content h3,
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content h4,
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content form h3,
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content form legend {
    display: block;
    margin: 0;
    padding: 0;
    font: inherit;
    font-weight: normal;
    font-size: var(--font-size-xl);
    line-height: var(--line-height-heading);
    letter-spacing: var(--letter-spacing);
    text-transform: uppercase;
    line-height: inherit;
    color: inherit;
}
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content .woocommerce-order-details__title,
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content .woocommerce-Address-title,
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content form h3,
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content form legend {
    margin-bottom: var(--spacing-xs);
}
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content .woocommerce-Address-title {
    position: relative;
}
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content .woocommerce-Address-title .edit {
    color: inherit;
    position: absolute;
    z-index: 1;
    right: 0; top: 50%;
    transform: translateY(-50%);
}
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content > *:not(:last-child) {
    margin-bottom: var(--spacing-xs);
}
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content form [type="submit"] {
    margin-top: var(--spacing-lg);
}
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content .woocommerce-Addresses,
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content .woocommerce-columns--addresses {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: var(--spacing-lg) var(--spacing-sm);
}
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content .woocommerce-Addresses > .woocommerce-Address,
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content .woocommerce-columns--addresses > .woocommerce-column {
    margin: 0 !important;
    width: 100% !important;
    padding: 0;
    border: 0;
    background: none;
    color: inherit;
    border-radius: 0;
}
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content .woocommerce-Addresses > *[class*="saw-"] {
    font-size: var(--font-size-body);
    text-transform: uppercase;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content .woocommerce-Addresses > *[class*="saw-"] a {
    font-size: inherit;
    line-height: normal;
    display: inline-block;
    vertical-align: top;
}
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content .woocommerce-Addresses > br:first-child + * {
    margin-top: 0;
}
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content .woocommerce-Address address > br:nth-last-child(2) {
    display: none;
}
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content .woocommerce-Address  > *:not(:first-child) {
    margin-top: var(--spacing-xs);
}
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title {
    margin: 0;
}
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title > * {
    font-size: var(--font-size-body);
    text-transform: uppercase;
}
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title > *:empty {
    display: none;
}
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content .woocommerce-Address address > *[class*="-actions"] {
    font-size: 0;
    line-height: normal;
    display: flex;
    flex-wrap: wrap;
    margin-top: var(--spacing-xs);
}
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content .woocommerce-Address address > *[class*="-actions"] > *:not(:last-child) {
    margin-right: var(--spacing-md);
}
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content .woocommerce-Address address > *[class*="-actions"] a,
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content .woocommerce-Address address > *[class*="-actions"] span {
    margin: 0;
    display: inline;
    font-size: var(--font-size-body);
    text-transform: uppercase;
    color: inherit !important;
}
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content .woocommerce-columns--addresses > .woocommerce-column .woocommerce-column__title:not(:last-child) {
    margin-bottom: var(--spacing-2xs);
}
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content .woocommerce-customer-details *:is(.woocommerce-customer-details--email, .woocommerce-customer-details--phone) {
    padding-left: 0;
}
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-customer-details--email:before, 
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-customer-details--phone:before {
    display: none !important;
}
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset:not(:first-child) {
    margin-top: var(--spacing-md);
}
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content .woocommerce-order-details:not(:first-child),
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content .woocommerce-customer-details:not(:first-child) {
    margin-top: var(--spacing-md);
}
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content .woocommerce-order-details:last-child,
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content .woocommerce-customer-details:last-child {
    margin-bottom: 0;
}
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content table thead tr > * {
    font-size: inherit;
    font-weight: normal;
    text-transform: uppercase;
    color: inherit;
}

*[data-section="wc-dashboard"] .woocommerce-MyAccount-content table .button:not(:first-child) {
    margin-left: calc(var(--spacing-2xs) - 0.25em);
}
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content table.my_account_orders a {
    line-height: normal;
}
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content table.my_account_orders tr > *[class*="-order-actions"] .button {
    min-width: 0;
    width: auto;
}
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content table.my_account_orders tr > *[class*="-order-tracking"] {
    display: none !important;
}
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content table.my_account_orders  a:not(.button) {
    text-decoration: none;
}
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content table.order_details .product-name a:not(.button) {
    box-shadow: none !important;
    text-decoration: none !important;
    font-weight: normal;
}
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content table.order_details .product-name .wc-item-meta {
    display: block;
    margin-top: var(--spacing-3xs);
}
*[data-section="wc-dashboard"] .woocommerce-MyAccount-content table.order_details .product-name .product-quantity {
    font-family: inherit;
    font-weight: inherit;
}

@media (min-width:768px) {

    *[data-section="wc-dashboard"] .woocommerce-MyAccount-content table tr > * {
        text-align: left;
        vertical-align: middle !important;
    }
    *[data-section="wc-dashboard"] .woocommerce-MyAccount-content table thead tr > * {
        padding-top: var(--spacing-2xs);
        padding-bottom: var(--spacing-2xs);
    }
    *[data-section="wc-dashboard"] .woocommerce-MyAccount-content table tr > *:first-child {
        padding-left: 0;
    }
    *[data-section="wc-dashboard"] .woocommerce-MyAccount-content table tr > *:last-child {
        padding-right: 0;
    }
    *[data-section="wc-dashboard"] .woocommerce-MyAccount-content table > *:first-child > tr:first-child > * {
        padding-top: 0;
    }
    /* *[data-section="wc-dashboard"] .woocommerce-MyAccount-content table.my_account_orders .button {
        display: block !important;
        width: -webkit-max-content !important;
        width: -moz-max-content !important;
        width: max-content !important;
        max-width: 100% !important;
    } */
    *[data-section="wc-dashboard"] .woocommerce-MyAccount-content table.my_account_orders tr > *[class*="-order-actions"] {
        width: 1%;
        text-align: center;
    }
    *[data-section="wc-dashboard"] .woocommerce-MyAccount-content table.my_account_orders tr > *[class*="-order-actions"] .button {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        min-width: 100%;
    }
    *[data-section="wc-dashboard"] .woocommerce-MyAccount-content table.my_account_orders tr > *[class*="-order-actions"] .button:not(:last-child) {
        margin-right: 0 !important;
        margin-bottom: var(--spacing-2xs) !important;
    }
    

    *[data-section="wc-dashboard"] .woocommerce-MyAccount-content table.order_details thead tr > * {
        padding-top: var(--spacing-2xs) !important;
        padding-bottom: var(--spacing-2xs) !important;
    }

    *[data-section="wc-dashboard"] .woocommerce-MyAccount-content table.order_details tr > *:first-child {
        padding-left: 0 !important;
    }
    *[data-section="wc-dashboard"] .woocommerce-MyAccount-content table.order_details tr > *:last-child {
        padding-right: 0 !important;
    }
    *[data-section="wc-dashboard"] .woocommerce-MyAccount-content table.order_details > *:first-child > tr:first-child > * {
        padding-top: 0 !important;
    }
    *[data-section="wc-dashboard"] .woocommerce-MyAccount-content table.order_details tfoot tr:last-child > * {
        font-weight: normal;
    }

}

@media (min-width:992px) {
    
    *[data-section="wc-dashboard"] .woocommerce > *:not(:last-child) {
        margin-bottom: 0 !important;
    }

    *[data-section="wc-dashboard"] .entry-plugin > .woocommerce {
        --sidebar-width: 212px;
        display: grid;
        grid-template-columns: var(--sidebar-width) var(--border-width) 1fr;
        grid-gap: var(--sc-spacing-y-resize) var(--spacing-container);
    }
    *[data-section="wc-dashboard"] .entry-plugin > .woocommerce > *:not(:first-child) {
        margin-top: 0;
    }
    *[data-section="wc-dashboard"] .entry-plugin > .woocommerce:before {
        content: "";
        grid-row: 1;
        grid-column: 2;
        display: block !important;
        width: var(--border-width);
        height: 100%;
        background: var(--border-color);
    }
    *[data-section="wc-dashboard"] .entry-plugin > .woocommerce > .woocommerce-MyAccount-navigation {
        grid-row: 1;
        grid-column: 1;
    }
    *[data-section="wc-dashboard"] .entry-plugin > .woocommerce > .woocommerce-MyAccount-navigation > * {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        position: -webkit-sticky;
        position: sticky;
        z-index: 3;
        top: var(--sticky-top);
        transition: top var(--duration) var(--timing-function);
    }
    *[data-section="wc-dashboard"] .entry-plugin > .woocommerce > .woocommerce-MyAccount-content {
        grid-row: 1;
        grid-column: 3;
    }
    *[data-section="wc-dashboard"] .entry-plugin > .woocommerce > .woocommerce-MyAccount-content > * {
        width: 89.5330112721%;
        margin-left: auto;
        margin-right: 0;
    }
    *[data-section="wc-dashboard"] .woocommerce-MyAccount-navigation .swiper-wrapper {
        transform: none !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        cursor: default !important;
        grid-gap: var(--spacing-2xs) 0;
    }
    *[data-section="wc-dashboard"] .woocommerce-MyAccount-navigation .swiper-slide {
        padding: 0 !important;
        width: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        white-space: normal !important;
        flex: 0 !important;
    }

}

@media (max-width:991px) {
    
    *[data-section="wc-dashboard"] .woocommerce-MyAccount-navigation {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        padding-left: var(--spacing-container) !important;
        padding-right: var(--spacing-container) !important;
        overflow: hidden;
    }
    *[data-section="wc-dashboard"] .woocommerce-MyAccount-navigation .swiper {
        overflow: visible;
    }
    *[data-section="wc-dashboard"] .woocommerce-MyAccount-navigation .swiper-wrapper {
        overflow: visible;
        justify-content: space-between;
    }
    *[data-section="wc-dashboard"] .woocommerce-MyAccount-navigation .swiper-slide {
        flex: none;
        width: auto !important;
    }
    *[data-section="wc-dashboard"] .woocommerce-MyAccount-navigation .swiper-slide:not(:last-child) {
        padding-right: var(--spacing-sm);
    }
    
}

@media (max-width:767px) {

    *[data-section="wc-dashboard"] .woocommerce-MyAccount-content .woocommerce-Addresses,
    *[data-section="wc-dashboard"] .woocommerce-MyAccount-content .woocommerce-columns--addresses {
        grid-template-columns: 100%;
    }

}


/*WOOCOMMERCE:PAGINATION====================*/
.woocommerce nav.woocommerce-pagination {
    border: 0;
    padding: 0;
    margin: 0;
    font: inherit;
    line-height: 1;
    text-align: inherit;
    text-transform: none;
    color: inherit;
}
.woocommerce nav.woocommerce-pagination ul {
    border: 0;
    padding: 0;
    margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
    padding: 0;
    margin: 0;
    float: none;
    display: inline;
    overflow: visible;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    text-decoration: none !important;
    box-shadow: none !important;
    padding: 0;
    margin: 0;
    min-width: 0;
    display: block;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: none;
    color: inherit;
}
.woocommerce .woocommerce-pagination ul.page-numbers {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin: var(--spacing-2xs) calc(50% - 50vw);
    padding: var(--spacing-md) calc(var(--spacing-container) + var(--icon-size-xl) + var(--spacing-md));
    background: var(--color-body-background);
    color: var(--color-body);
    border-top: var(--border);
    border-bottom: var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: var(--spacing-3xs) var(--spacing-md);
    font-family: var(--font-body);
    font-weight: var(--font-weight-body);
    font-style: normal;
    font-size: var(--font-size-tagline);
    line-height: var(--line-height-tagline);
    letter-spacing: var(--letter-spacing);
    color: inherit;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.woocommerce .woocommerce-pagination ul.page-numbers:after, 
.woocommerce .woocommerce-pagination ul.page-numbers:before {
    display: none !important;
}
.woocommerce .woocommerce-pagination ul.page-numbers li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce .woocommerce-pagination ul.page-numbers li > * {
    margin: 0;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: auto;
    width: auto;
    min-width: 0;
    min-height: 0;
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0;
    overflow: visible;
    color: inherit;
    opacity: 1;
}
.woocommerce .woocommerce-pagination ul.page-numbers li > *:not(:hover, .current) {
    opacity: var(--opacity);
}
.woocommerce .woocommerce-pagination ul.page-numbers li > *:not(.current):hover {
    color: var(--color-hover);
}
.woocommerce .woocommerce-pagination ul.page-numbers li > *.current {
    box-shadow: var(--cta-shadow) !important;
    opacity: 1 !important;
    color: inherit !important;
}
.woocommerce .woocommerce-pagination ul.page-numbers li > *:is(.prev, .next) {
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 1;
    font-size: 0;
    opacity: 1;
    color: var(--color-gold);
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}
.woocommerce .woocommerce-pagination ul.page-numbers li > *.prev {
    left: var(--spacing-container);
    justify-content: flex-start;
}
.woocommerce .woocommerce-pagination ul.page-numbers li > *.next {
    right: var(--spacing-container);
    justify-content: flex-end;
}
.woocommerce .woocommerce-pagination ul.page-numbers li > *.prev:before,
.woocommerce .woocommerce-pagination ul.page-numbers li > *.next:after {
    font-family: 'iconfont';
    font-weight: normal;
    font-size: var(--icon-size-xl);
}
.woocommerce .woocommerce-pagination ul.page-numbers li > *.prev:before {
    content: "\e90d";
}
.woocommerce .woocommerce-pagination ul.page-numbers li > *.next:after {
    content: "\e90e";
}

/*WP:PAGINATION====================*/
.wp-pagenavi {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin: var(--spacing-2xs) calc(50% - 50vw);
    padding: var(--spacing-md) calc(var(--spacing-container) + var(--icon-size-xl) + var(--spacing-md));
    background: var(--color-body-background);
    color: var(--color-body);
    border-top: var(--border);
    border-bottom: var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: var(--spacing-3xs) var(--spacing-md);
    font-family: var(--font-body);
    font-weight: var(--font-weight-body);
    font-style: normal;
    font-size: var(--font-size-tagline);
    line-height: var(--line-height-tagline);
    letter-spacing: var(--letter-spacing);
    color: inherit;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wp-pagenavi > span.pages {
    display: none;
}
.wp-pagenavi > * {
    margin: 0;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: auto;
    width: auto;
    min-width: 0;
    min-height: 0;
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0;
    overflow: visible;
    color: inherit;
    opacity: 1;
}
.wp-pagenavi > *:not(:hover, .current) {
    opacity: var(--opacity);
}
.wp-pagenavi > *:not(.current):hover {
    color: var(--color-hover);
}
.wp-pagenavi > *.current {
    box-shadow: var(--cta-shadow) !important;
    opacity: 1 !important;
    color: inherit !important;
}
.wp-pagenavi > *:is([class*="postslink"]) {
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 1;
    font-size: 0;
    opacity: 1;
    color: var(--color-gold);
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}
.wp-pagenavi > *:not([class*="postslink"]):hover,
.wp-pagenavi > *.current { 
}

.wp-pagenavi > .previouspostslink {
    left: var(--spacing-container);
    justify-content: flex-start;
}
.wp-pagenavi > .nextpostslink {
    right: var(--spacing-container);
    justify-content: flex-end;
}
.wp-pagenavi > .previouspostslink:before,
.wp-pagenavi > .nextpostslink:after {
    font-family: 'iconfont';
    font-weight: normal;
    font-size: var(--icon-size-xl);
}
.wp-pagenavi > .previouspostslink:before {
    content: "\e90d";
}
.wp-pagenavi > .nextpostslink:after {
    content: "\e90e";
}

/*WP PLUGIN:WP LOYALTY RULES====================*/
#wll-site-launcher {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    grid-gap: var(--spacing-2xs);
    position: fixed;
    z-index: 99;
    right: var(--spacing-xs);
    bottom: var(--spacing-xs);
    transition: var(--duration-x2) var(--timing-function);
    will-change: transform;
}
html.page-scrolling.main-end #wll-site-launcher {
    position: absolute;
}
#wll-site-launcher + #addon {
    z-index: 98;
    bottom: calc(var(--addon-button-size) + var(--spacing-xs) + var(--spacing-2xs));
}
#wll-site-launcher .wll-launcher-button-container {
    text-decoration: none !important;
    opacity: 1 !important;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    width: var(--addon-button-size) !important;
    height: var(--addon-button-size) !important;
    padding: 6px;
    color: var(--color-black) !important;
    background-color: var(--color-white) !important;
    box-shadow: 0px 4px 8px 0px rgba(var(--color-black-rgb),0.05) !important;
    border-radius: 50%;
    overflow: hidden;
    font-family: var(--font-heading);
    font-size: var(--font-size-tagline);
    line-height: var(--line-height-tagline);
    letter-spacing: var(--letter-spacing);
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#wll-site-launcher .wll-launcher-button-container {
    bottom: 0 !important;
    right: 0 !important;
    color: var(--color-white) !important;
    background-color: var(--color-black) !important;
}
#wll-site-launcher .wll-launcher-button-container > .wll-icon-text-container {
    height: auto;
    border-radius: 0;
}
#wll-site-launcher .wll-launcher-button-container > .wll-icon-text-container i {
    line-height: 1;
    font-size: 20px;
}
#wll-site-launcher .wll-launcher-button-container > .wll-icon-with-text {
    display: none !important;
}
#wll-site-launcher .wll-content-container {
    right: 0 !important;
}
#wll-site-launcher .wll-home-close-icon-container {
    border-radius: 50%;
}
#wll-site-launcher *:is(.wll-welcome-signup-button, .wll-level-name) {
    background: var(--color-gold) !important;
    color: var(--color-white) !important;
}

.wlr-message-info {
    padding: var(--spacing-xs) !important;
    color: var(--color-black) !important;
    background: var(--color-gray-light) !important;
    border: 0 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    font-family: var(--font-body) !important;
    font-weight: var(--font-weight-body) !important;
    font-style: normal !important;
	font-size: var(--font-size-tagline) !important;
    line-height: var(--line-height-tagline) !important;
    letter-spacing: var(--letter-spacing) !important;
    text-transform: none !important;
	margin: 0 0 var(--spacing-3xs) !important;
    display: flex !important;
    grid-gap: var(--spacing-2xs) !important;
}
.wlr-message-info + *:not(.wlr-message-info) {
    margin-top: var(--spacing-lg);
}
.wlr-message-info + *:is(.woocommerce-form-coupon-toggle) {
    margin-top: 0;
}
.wlr-message-info > i.wlr {
    margin: 0 !important;
    border-radius: 0 !important;
    font-size: 1.2em !important;
}


body .alertify:not(.ajs-maximized) .ajs-modal {
    padding: var(--spacing-container);
}
body .alertify .ajs-dialog {
    padding: var(--spacing-lg) var(--spacing-container);
    width: 100% !important;
    max-width: 906px !important;
}
body .alertify .ajs-commands {
    position: relative;
    margin: 0;
    right: 0;
    top: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-gap: var(--spacing-2xs);
    padding: 0;
}
body .alertify .ajs-commands button {
    margin: 0;
    padding: 0;
    width: var(--font-size-body);
    height: var(--font-size-body);
    font-size: var(--font-size-body);
}
body .alertify .ajs-commands button.ajs-close {
    background: none;
}
body .alertify .ajs-commands button.ajs-close:before {
    display: block;
    font-family: 'iconfont';
    content: "\e94a";
    font-size: 1em;
}

body .alertify .ajs-header {
    margin: 0;
    padding: 0;
    background-color: transparent;
}

body .alertify .ajs-footer {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    min-height: 0;
    background-color: transparent;
}
body .alertify .ajs-footer .ajs-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    grid-gap: var(--spacing-2xs);
}
body .alertify .ajs-footer .ajs-buttons .ajs-button {
    margin: 0 !important;
    text-align: center;
}

body .alertify .ajs-body {
    padding: 0;
}
body .alertify .ajs-body .ajs-content {
    padding: 0;
}

body .wlr-myaccount-page {
    padding: 0;
}
body .wlr-myaccount-page .wlr-heading {
    border: 0 !important;
    padding: 0 !important;
    color: inherit !important;
    font-family: var(--font-special);
    font-weight: var(--font-weight-regular);
    font-size: var(--font-size-h3);
    line-height: var(--line-height-heading);
    letter-spacing: var(--letter-spacing);
    margin-bottom: var(--spacing-xs);
}
body .wlr-myaccount-page #wlr-points {
    gap: var(--spacing-3xs);
}
body .wlr-myaccount-page .wlr-customer-reward,
body .wlr-myaccount-page .wlr-earning-options .wlr-campaign-container {
    grid-gap: var(--spacing-3xs);
}
body .wlr-myaccount-page .wlr-earning-options .wlr-campaign-container {
    grid-gap: var(--spacing-3xs);
}
body .woocommerce-MyAccount-content .wlr-myaccount-page .wlr-customer-reward,
body .woocommerce-MyAccount-content .wlr-myaccount-page .wlr-earning-options .wlr-campaign-container {
    grid-template-columns: 100%;
}

body .wlr-myaccount-page *:is(#wlr-available-points, #wlr-redeemed-points, #wlr-used-rewards) {
    padding: var(--spacing-xs);
}

body .wlr-myaccount-page *:is(#wlr-available-points-heading, #wlr-redeemed-points-heading, #wlr-used-rewards-heading) {
    font-style: normal;
    font-weight: inherit;
    font-size: var(--font-size-body);
    line-height: var(--line-height-body);
    letter-spacing: normal;
}
body .wlr-myaccount-page *:is(#wlr-available-point-value, #wlr-redeemed-point-value, #wlr-used-reward-value-count) {
    font-style: normal;
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-xl);
    line-height: var(--line-height-body);
    letter-spacing: normal;
}
body .wlr-myaccount-page #wlr-levels b, 
body .wlr-myaccount-page #wlr-levels p, 
body .wlr-myaccount-page .wlr-points-container p, 
body .wlr-myaccount-page .wlr-sent-email label, 
body .wlr-myaccount-page .wlr-user-reward-titles h4 {
    font-style: normal;
    font-weight: inherit;
    font-size: var(--font-size-body);
    line-height: var(--line-height-body);
    letter-spacing: normal;
}

body .wlr-myaccount-page #wlr-points i,
body .wlr-myaccount-page #wlr-levels .wlr-level-image {
    font-size: 2rem;
} 
body .wlr-myaccount-page #wlr-used-rewards select {
    height: 2rem;
    font-size: var(--font-size-body);
}
body .wlr-myaccount-page #wlr-levels .wlr-level-image > img {
    display: block;
    width: 1em;
    height: 1em;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
body .wlr-myaccount-page #wlr-levels .wlr-level-name-section {
    padding: var(--spacing-xs) var(--spacing-xs) 0;
}

body .wlr-myaccount-page .wlr-levels-bar-footer > b {
    min-width: 23px;
    text-align: center;
}

body .wlr-myaccount-page .wlr-user-reward-titles {
    flex-wrap: wrap;
    align-items: baseline;
    border: 0;
    grid-gap: 0 var(--spacing-md);
}
body .wlr-myaccount-page .wlr-my-rewards-title {
    padding-left: 0;
    padding-right: 0;
    font-size: inherit;
}
body .wlr-myaccount-page .wlr-table-header {
    outline: 0;
    border-radius: 0px;
    background: none;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-align: left;
}
body .wlr-myaccount-page table * {
    padding: 0;
}
body .wlr-myaccount-page table tr > * {
    padding: var(--spacing-2xs);
}
body .wlr-myaccount-page .wlr-table .wlr-table-header tr > * {
    background: none !important;
    vertical-align: top !important;
    border-bottom: var(--border);
}
body .wlr-myaccount-page .wlr-table .wlr-transaction-table-body {
    border-bottom: var(--border);
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    vertical-align: top !important;
}

body .wlr-myaccount-page .wlr-border-color {
    border-color: var(--border-color);
}

body .wlr-myaccount-page #wlr-transaction-table {
    border: var(--border);
    border-radius: 8px;
    padding: var(--spacing-xs);
    overflow: auto;
}
body .wlr-myaccount-page #wlr-transaction-table > * {
    width: 100%;
}

@media (max-width:767px) {
    
    body .wlr-myaccount-page #wlr-points {
        flex-direction: column;
    }

    body .wlr-myaccount-page .wlr-customer-reward {
        grid-template-columns: 100%;
    }

    /* body .wlr-myaccount-page #wlr-transaction-table .wlr-table,
    body .wlr-myaccount-page #wlr-transaction-table .wlr-table tbody,
    body .wlr-myaccount-page #wlr-transaction-table .wlr-table tr,
    body .wlr-myaccount-page #wlr-transaction-table .wlr-table tr > * {
        display: block;
        border: 0;
        padding: 0;
        text-align: inherit;
    }
    body .wlr-myaccount-page #wlr-transaction-table .wlr-table tr {
        display: block;
    }
    body .wlr-myaccount-page #wlr-transaction-table .wlr-table-header {
        display: none;
    } */
    
}

@media (max-width:600px) {

    body .wlr-myaccount-page .wlr-user-reward-titles {
        flex-wrap: wrap;
        flex-direction: row;
    }

}