.elementor-kit-462{--e-global-color-primary:#A5BDB1;--e-global-color-secondary:#8BA799;--e-global-color-text:#15141A;--e-global-color-accent:#202945;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-weight:500;}.elementor-kit-462 button,.elementor-kit-462 input[type="button"],.elementor-kit-462 input[type="submit"],.elementor-kit-462 .elementor-button{background-color:var( --e-global-color-primary );color:var( --e-global-color-accent );border-radius:6px 6px 6px 6px;}.elementor-kit-462 button:hover,.elementor-kit-462 button:focus,.elementor-kit-462 input[type="button"]:hover,.elementor-kit-462 input[type="button"]:focus,.elementor-kit-462 input[type="submit"]:hover,.elementor-kit-462 input[type="submit"]:focus,.elementor-kit-462 .elementor-button:hover,.elementor-kit-462 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:var( --e-global-color-accent );}.elementor-kit-462 e-page-transition{background-color:#FFBC7D;}.elementor-kit-462 a{color:var( --e-global-color-primary );}.elementor-kit-462 a:hover{color:#8BA799;}.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;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* changes the in stock text color */ 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
color: #202945;
}

/* changes the menu and dashboard text color */
body {
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #202945;
-webkit-font-smoothing: antialiased;
}
/* changes the menu hover text color */
.elementor-nav-menu > li > a:hover {
color: #a5bdb1;
}

/* changes the place order button color */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
background-color: #a5bdb1;
color: #202945;
-webkit-font-smoothing: antialiased;
}

/* changes the place order button hover color */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
background-color: #8ba799;
color: #202945;
}

/* changes the dashboard button color */
[type=button], [type=submit], button {
display: inline-block;
font-weight: 400;
color: #202945;
text-align: center;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
background-color: #a5bdb1;
border: 0px solid #333;
padding: .5rem 1rem;
font-size: 1rem;
border-radius: 3px;
transition: all .3s;
}

/* changes the dashboard button hover color */
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
color: #202945;
background-color: #8ba799;
text-decoration: none;
}

/* widens quantity picker */
.woocommerce .quantity .qty {
width: 6.63em;
text-align: center;
}/* End custom CSS */