.elementor-kit-7{--e-global-color-primary:#61CE70;--e-global-color-secondary:#54595F;--e-global-color-text:#EEEEEE;--e-global-color-accent:#00FF00;--e-global-typography-primary-font-family:"Orbit";--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;background-color:var( --e-global-color-secondary );color:var( --e-global-color-text );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{font-family:"Orbitron", Sans-serif;}.elementor-kit-7 h2{font-family:"Orbitron", Sans-serif;}.elementor-kit-7 h3{font-family:"Orbitron", Sans-serif;}.elementor-kit-7 h5{font-family:"Orbitron", Sans-serif;}.elementor-kit-7 h6{font-family:"Orbitron", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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-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 */.hex, 
.hex-a a {
  clip-path: shape(
    from 10% 0%, 
    line to 90% 0%,
    curve to 100% 50% with 92% 0%,
    curve to 90% 100% with 92% 100%,
    line to 10% 100%,
    curve to 0% 50% with 8% 100%,
    curve to 10% 0% with 8% 0%
  );
}

.glow {
  filter: drop-shadow(0 0 10px #6ed676) 
          drop-shadow(0 0 20px rgba(110, 214, 118, 0.5));
}

.lined {
    width: 100vw;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.lined h2 {
    position: relative;
}

.lined h2:before,
.lined h2:after {
    content: '';
    position: absolute;
    right: 102%;
    height: 1px;
    background: #0F0;
    width: calc(50% - 200px);
    top: 50%;
    width: 80px;
    filter: drop-shadow(0 0 10px #6ed676) 
          drop-shadow(0 0 20px rgba(110, 214, 118, 0.5));
}

.lined h2:after {
    right: auto;
    left: 102%;
}

.woocommerce-cart .page-content,
.woocommerce-shop .site-main,
.woocommerce-account .woocommerce {
  padding-bottom: 64px;
  margin-bottom: 64px;
}

.rocks-login-btn {
    background: var(--e-global-color-primary);
    color: var(--e-global-color-text)!important;
    padding: 12px;
    border-radius: 12px;
    text-decoration: none!important;
}

.rocks-login-btn:hover {
    background: var(--e-global-color-accent);
    color: var(--e-global-color-secondary)!important;
}

.woocommerce-message, .elementor-kit-7 .woocommerce-info {
    color: var(--e-global-color-primary);
    border-top-color: var(--e-global-color-accent);
    background-color: var(--e-global-color-text);
}
 
.woocommerce-message::before, .elementor-kit-7 .woocommerce-info::before {
    color: var(--e-global-color-primary);
}/* End custom CSS */