.elementor-kit-394{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FFFFFF;--e-global-color-a037e93:#F3F3F3;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--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;background-color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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-394 e-page-transition{background-color:#FFBC7D;}@media(max-width:1366px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:98%;}.e-con{--container-max-width:98%;}}@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 *//*Button Style CSS Starts*/
.my-btn .elementor-button::before{
    content:'';
    position: absolute;
    background: black;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .4s ease;
}
.my-btn .elementor-button:hover::before{
    transform: scaleX(1);
    transform-origin: left;
}

/*Button text*/
.my-btn .elementor-button-text{
    z-index: 1;
}
/*Button Style CSS Ends*/

/*Cart Page Cross Icon Starts*/
.woocommerce-js a.remove:before {
    content: '';
    position: absolute;
    top: -3px !important;
    bottom: 0;
    right: 0;
    left: -4px !important;
    width: 30px !important;
    height: 30px !important;
    border: 1px solid #000000;
    border-radius: 100%;
    transition: all .2s linear;
}
/*Cart Page Cross Icon End*//* End custom CSS */