.elementor-kit-465{--e-global-color-primary:#009385;--e-global-color-secondary:#00595E;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FFFFFF;--e-global-color-13622c8:#006B60;--e-global-color-4ef29d2:#003239;--e-global-color-f423395:#003239;--e-global-color-e4f600b:#D1D3D4;--e-global-color-90987bd:#F7FEFE;--e-global-color-aa5749f:#E6E6E6;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-size:36px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;color:var( --e-global-color-4ef29d2 );font-family:"Raleway";font-size:16px;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:600ms;}.elementor-kit-465 button,.elementor-kit-465 input[type="button"],.elementor-kit-465 input[type="submit"],.elementor-kit-465 .elementor-button{background-color:transparent;font-family:var( --e-global-typography-accent-font-family );font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );color:var( --e-global-color-text );background-image:linear-gradient(180deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-4ef29d2 ) 100%);border-style:solid;border-width:3px 3px 3px 3px;border-radius:35px 35px 35px 35px;}.elementor-kit-465 button:hover,.elementor-kit-465 button:focus,.elementor-kit-465 input[type="button"]:hover,.elementor-kit-465 input[type="button"]:focus,.elementor-kit-465 input[type="submit"]:hover,.elementor-kit-465 input[type="submit"]:focus,.elementor-kit-465 .elementor-button:hover,.elementor-kit-465 .elementor-button:focus{background-color:transparent;color:var( --e-global-color-4ef29d2 );background-image:linear-gradient(180deg, var( --e-global-color-accent ) 0%, var( --e-global-color-e4f600b ) 100%);box-shadow:0px 5px 25px -9px #00595E;border-style:solid;border-width:3px 3px 3px 3px;border-color:#00595E;border-radius:35px 35px 35px 35px;}.elementor-kit-465 e-page-transition{background-color:#FFFFFF45;}.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;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-465 button,.elementor-kit-465 input[type="button"],.elementor-kit-465 input[type="submit"],.elementor-kit-465 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-465 button,.elementor-kit-465 input[type="button"],.elementor-kit-465 input[type="submit"],.elementor-kit-465 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#main-header {
	display: none;
}




form {
    padding: 0;
    border-radius: 40px;
    background-color: transparent;
    
   }
   submit {
       position: absolute;
   }
    .form-btn {
    float: right;
    position: absolute;
    right: 9px;
    z-index: 10;
    top: 8px;
    padding: 12px 35px;
    background-color: #007BFF;
    border-radius: 108px;
    border: 1px solid #FBA405;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 600;
    font-family: 'Inter';
}
input#email {
    width: 100%;
    padding: 20px 8px 20px 25px;
    border-radius: 40px;
    border: 1.5px solid rgba(10, 8, 59, 0.1);
}
input#email:focus {
    outline: 0;
}

input.form-btn:focus {
    outline: 0;
}
input.form-btn:hover {
    background-color: #1950d1d6;
    
}
@media (min-width: 768px) and (max-width: 1199px) {
   .form-btn {
        padding: 12px 20px;
        font-size: 14px;
        line-height: 1.1em;
    }
}
@media (max-width: 767px) {
   .form-btn {
        padding: 12px 16px;
        font-size: 14px;
        line-height: 1.1em;
        position: relative;
        width: 100%;
        right: 0;
        margin-top: 5px;
        
    }
    input#email {
    width: 100%;
    padding: 15px 5px 15px 15px;
    }
}

.woocommerce div.product form.cart div.quantity {
    display: none;   
}
/* Hide Related Products Section */
.related.products {
    display: none;
}



::-webkit-scrollbar{
width: 0px;
background: #f4f4f4;
}
::-webkit-scrollbar-thumb{

background-color: #455472;
}

::-webkit-scrollbar-thumb:hover{

background-color: #152742;
}


html{
scrollbar-width:thin;
scrollbar-color:darkblue;
}/* End custom CSS */