.elementor-kit-9551{--e-global-color-primary:#904225;--e-global-color-secondary:#656565;--e-global-color-text:#212121;--e-global-color-accent:#904225;--e-global-color-c331007:#342321;--e-global-color-b6c87d5:#C9C0BA;--e-global-color-637dca2:#C3CFC2;--e-global-color-f0e78a4:#C9C0BA;--e-global-color-3f2fc75:#FFFFFF;--e-global-color-5e2bf52:#FFFFFF00;--e-global-color-ec98269:#FFFAF5;--e-global-color-5844c69:#EEE9E5;--e-global-color-5971419:#000000;--e-global-color-5427d50:#ECD5C7;--e-global-color-453d62f:#B1BFC8;--e-global-color-0d02cb0:#C3CFC2;--e-global-color-ff84c6e:#EFDAD1;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-9551 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.blog-categories {
    margin-bottom: 0px !important;
}
.blurry_background {
    position: relative;
    z-index: 2;
}
.blurry_background:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.25);
    background-color: rgba(255, 255, 255, 0.25);
    z-index: -1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.floating_currency_switcher ul {
    display: flex;
    flex-direction: column;
}
.floating_currency_switcher ul li {
    width: 95px;
    background: none;
    border: none;
}
.floating_currency_switcher ul.currency_switcher li a[class*=currency-] {
    position: relative;
    padding: 0;
    padding-left: 35px;
    height: 30px;
    background-color: #C9C0BA;
    border-radius: 15px 0 0 15px;
    font-size: 10px;
    display: flex;
    align-items: center;
}
.floating_currency_switcher a[data-currencycode="SGD"]:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 30px;
    border-radius: 50%;
    background-repeat: no-repeat;
    height: 30px;
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/4/48/Flag_of_Singapore.svg/1200px-Flag_of_Singapore.svg.png') !important;
}
.floating_currency_switcher a[data-currencycode="MYR"]:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 30px;
    border-radius: 50%;
    background-repeat: no-repeat;
    height: 30px;
    background-position: center;
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/6/66/Flag_of_Malaysia.svg/1200px-Flag_of_Malaysia.svg.png?20191002134553') !important;
}

.elementor-template-full-width.botiga-site-layout-default #page > .container.content-wrapper,
.elementor-template-full-width.botiga-site-layout-boxed #page >  .container.content-wrapper,
.elementor-template-full-width.botiga-site-layout-padded#page >  .container.content-wrapper {
    max-width: 100%;
    padding: 0;
    margin: 0;
}



/*password visibility icon*/
.password-input {
    position: relative;
    display: block;
}
.password-input span.show-password-input:before {
    position: absolute;
    right: 0;
    /*bottom: 0;*/
    top: 0;
    content: "\f070";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 300;
    display: flex;
    height: 51px;
    padding: 8px 10px;
}
.password-input span.show-password-input.display-password:before {
    content: '\f06e';
}

.woocommerce-lost-password .password-input > input {
    width: 100%;
}

/*password visibility icon end*/

body.woocommerce-account.woocommerce-lost-password h1.page-title {
    text-align: center;
}/* End custom CSS */