.elementor-kit-7{--e-global-color-primary:#3B420F;--e-global-color-secondary:#7A8724;--e-global-color-text:#141414;--e-global-color-accent:#BED33A;--e-global-color-435ab47:#FCFDF7;--e-global-color-b544d06:#D9D9D9;--e-global-typography-primary-font-family:"Arimo";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Tahoma";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Arimo";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Source Serif Pro";--e-global-typography-accent-font-weight:500;--e-global-typography-e3eadf9-font-family:"Tahoma";--e-global-typography-e3eadf9-font-weight:600;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-primary );font-size:15px;font-weight:900;text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:var( --e-global-color-435ab47 );border-radius:25px 25px 25px 25px;padding:8px 8px 8px 8px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:var( --e-global-color-primary );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:#7A8724;}.elementor-kit-7 a:hover{color:var( --e-global-color-accent );}.elementor-kit-7 h1{color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-7 h2{color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-7 h3{color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-7 h4{color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:3%;--container-default-padding-right:0%;--container-default-padding-bottom:3%;--container-default-padding-left:0%;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.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;--container-default-padding-top:2%;--container-default-padding-right:2%;--container-default-padding-bottom:2%;--container-default-padding-left:2%;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html {
    scrollbar-color: #bed33a #efefef
}

body{
    font-family: 'Arimo',Helvetica, Arial, Sans-Serif;
}

h2 {
    max-width: initial;
    color: var( --e-global-color-primary );
}

h2.line:after,
.line h2:after {
    content: '';
    border-bottom: 2px solid var( --e-global-color-primary );
    width: 50%;
    max-width: 200px;
    display: block;
    margin-top: 20px;
}
.hover-scale {
    transition: all 0.5s ease;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 110%;
}
.hover-scale:hover {
    background-size: 120%;
}
@media (min-width:768px) and (max-width:1100px){
    .hover-scale {
        background-size: 180%;
    }
    .hover-scale:hover {
        background-size: 190%;
    }
}


/**
* Styles the Product Filter / Search Form
*/ 
form#oga_filter #filterBtn{
    background: var(--e-global-color-primary)!important;
    color: white!important;
    font-weight:bold;
    border-radius:5px;
    margin-right:0.25rem;
}

form#oga_filter a{
    background: var(--e-global-color-accent)!important;
    color:white;
    display:inline-block;
    padding:0.5rem 1.5rem;
    border-radius:5px;
}

/**
* Style the pagination links at the bottom of the products page.
*/

.pages{
    display:flex;
    justify-content: center;
    align-items: stretch;
    gap:0.25rem;
}

.pages .current{
    background: #7A8724;
    color:white;
    padding:5px 10px;
    margin-top:10px;
}/* End custom CSS */