.elementor-kit-7{--e-global-color-primary:#151515;--e-global-color-secondary:#15151575;--e-global-color-text:#151515;--e-global-color-accent:#151515;--e-global-typography-primary-font-family:"Afacad";--e-global-typography-primary-font-size:20px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Afacad";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Afacad";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Afacad";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:500;color:#151515;font-family:"Afacad", Sans-serif;font-size:20px;font-weight:400;}.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 );color:#FFFFFF;border-style:solid;border-width:20px 20px 20px 20px;padding:10px 10px 10px 10px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{color:#151515;font-size:64px;font-weight:400;}.elementor-kit-7 h2{color:#151515;font-size:32px;}.elementor-kit-7 h3{color:#151515;}.elementor-kit-7 h4{color:#151515;}.elementor-kit-7 h5{color:#151515;}.elementor-kit-7 h6{color:#151515;}.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);}.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 */.grid-image figure {
    padding: 10px 10px 0 10px;
    position: relative;
}

.grid-image figcaption {
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.grid-image a {
    width: 100%;
    overflow: hidden;
}

.grid-image img {
    height: 480px;
    width: 100%;
    object-fit: cover;
}

.site-breadcrumb {
    width: 100%;
    text-align: center;
    margin: 50px 0 70px 0;
    font-size: 18px;
}

.site-breadcrumb a {
    color: rgba(21, 21, 21, 0.5)
}

.site-breadcrumb a:hover {
    color: #000;
}

.site-breadcrumb .sep {
    padding: 0 15px;
}

.site-breadcrumb h1 {
    margin-top: 10px;
}

.archive-item a {
    overflow: hidden;
}

.archive-item a:hover {
    opacity: 0.8;
}

.archive-item > .e-con-inner {
    gap: 0;
}
.archive-item .elementor-widget-image a {
    width: 100%;
}
.archive-item img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.product-grid .elementor-grid {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 0 !important;
    grid-row-gap: 0 !important;
}

.product-grid .elementor-grid .e-loop-item {
    margin: 0 !important;
}

.odd, .even {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}

.d-flex {
    display: flex !important;
    flex-direction: row !important;
    padding: 0 !important;
}

.space-between {
    justify-content: space-between !important;
}

.gproduct-title {
 margin-top: 20px;   
}

.odd .hkb-product-item:nth-child(2) {
    flex: 0 0 45% !important;
}

.odd .hkb-product-item:nth-child(4) {
    flex: 0 0 55% !important;
}

.even .hkb-product-item:nth-child(2) {
    flex: 0 0 55% !important;
}

.even .hkb-product-item:nth-child(4) {
    flex: 0 0 45% !important;
}

.related.products {
    display: inline-block;
    width: 100%;
}

.woocommerce-breadcrumb {
    text-align: center;
    margin-top: 30px !important;
}

.wcc-sticky-list .slick-current {
    display: none !important;
}

@media screen and (max-width: 600px) {
    .grid-image img {
        height: auto;
    }
    
    .odd, .even {
        flex-direction: column;
    }
    
    .odd img,
    .even img {
        height: auto;
    }    
}/* End custom CSS */