.elementor-kit-13{--e-global-color-primary:#1E2172;--e-global-color-secondary:#E5D741;--e-global-color-text:#7A7A7A;--e-global-color-accent:#E63726;--e-global-color-8270bcf:#FFFFFF;--e-global-color-08c54a2:#FBFAF8;--e-global-typography-primary-font-family:"Oswald";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Heebo";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Heebo";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Oswald";--e-global-typography-accent-font-weight:400;--e-global-typography-30719b0-font-family:"Heebo";--e-global-typography-30719b0-font-size:16px;--e-global-typography-30719b0-font-weight:400;color:var( --e-global-color-text );font-family:"Heebo", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-13 a{font-family:"Heebo", Sans-serif;font-weight:400;}.elementor-kit-13 h1{font-family:"Oswald", Sans-serif;font-size:50px;font-weight:500;text-transform:capitalize;}.elementor-kit-13 h2{font-family:"Oswald", Sans-serif;font-size:40px;font-weight:500;text-transform:capitalize;}.elementor-kit-13 h3{font-family:"Oswald", Sans-serif;font-size:30px;font-weight:500;text-transform:capitalize;}.elementor-kit-13 h4{font-family:"Oswald", Sans-serif;font-size:24px;font-weight:500;text-transform:capitalize;}.elementor-kit-13 h5{font-family:"Oswald", Sans-serif;font-size:18px;font-weight:500;text-transform:capitalize;}.elementor-kit-13 h6{font-family:"Oswald", Sans-serif;font-size:16px;font-weight:500;text-transform:capitalize;}.elementor-kit-13 button,.elementor-kit-13 input[type="button"],.elementor-kit-13 input[type="submit"],.elementor-kit-13 .elementor-button{font-family:"Oswald", Sans-serif;font-size:13px;font-weight:400;text-transform:uppercase;letter-spacing:1.4px;border-radius:30px 30px 30px 30px;}.elementor-kit-13 label{font-family:"Heebo", Sans-serif;font-size:14px;font-weight:400;}.elementor-kit-13 input:not([type="button"]):not([type="submit"]),.elementor-kit-13 textarea,.elementor-kit-13 .elementor-field-textual{border-style:solid;border-width:1px 1px 1px 1px;border-color:#DEDEDE;border-radius:30px 30px 30px 30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}@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 */body.elementor-editor-active {
    padding-top: 32px !important;
}

.product-listing-template .hovered-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
}

.product-listing-template:hover .hovered-content {
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 1024px) {
  .product-listing-template .hovered-content {
        opacity: 1;
        visibility: visible;
    }
}/* End custom CSS */