.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#7A2426;--e-global-color-text:#777777;--e-global-color-accent:#5B7F71;--e-global-color-29e902e:#7A2426;--e-global-color-8ee165d:#B6862D;--e-global-color-2be4169:#FFFFFF;--e-global-color-206b370:#DDDDDD;--e-global-color-22e84ca:#CCCCCC;--e-global-color-3bd6c89:#EEEEEE;--e-global-color-3a7b3ec:#444444;--e-global-color-753168f:#111111;--e-global-color-2e14e2b:#999999;--e-global-color-a5b51a1:#96262C;--e-global-color-76d87f4:#C9A84C;--e-global-color-144b19d:#1A0E0A;--e-global-color-58b522e:#F5EDE0;--e-global-color-2f8883c:#2C1810;--e-global-color-ac41bfe:#B87333;--e-global-typography-primary-font-family:"bebas-neue-pro";--e-global-typography-secondary-font-family:"Lemon";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"futura-pt";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"bebas-neue-pro";}.elementor-kit-7 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-7 textarea:focus,.elementor-kit-7 .elementor-field-textual:focus{color:var( --e-global-color-primary );background-color:var( --e-global-color-2be4169 );}.elementor-kit-7 input:not([type="button"]):not([type="submit"]),.elementor-kit-7 textarea,.elementor-kit-7 .elementor-field-textual{transition:600ms;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:80vw;}.e-con{--container-max-width:80vw;}.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);}.elementor-lightbox{background-color:#020101F5;--lightbox-ui-color:var( --e-global-color-58b522e );--lightbox-ui-color-hover:var( --e-global-color-76d87f4 );--lightbox-text-color:var( --e-global-color-2be4169 );}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1366px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:85vw;}.e-con{--container-max-width:85vw;}}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:85vw;}.e-con{--container-max-width:85vw;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:80vw;}.e-con{--container-max-width:80vw;}}/* Start custom CSS */p{
    margin: 0px;
}

/* Carousel widget pagination */
.elementor-widget-n-carousel .swiper-pagination-bullet{
    opacity: 1;
    width: 12px;
    height: 7px;
    border-radius: 4px;
    transition: .75s ease;
    text-align: center!important;
}

/* Direct .elementor-kit-7 for the active bullet */
.swiper-pagination-bullet-active {background-color: #009DD9; /* Example color */
    opacity: 1;
    width: 45px!important;
    height: 16px;
}

/* More specific .elementor-kit-7 to ensure it overrides default Swiper styles */
.swiper-pagination-horizontal .swiper-pagination-bullet-active {
    background-color: #fff;
}

/* End carousel widget */

/* Add to Cart: View Cart */
:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-justify .e-loop-add-to-cart-form-container a.added_to_cart{
    display: none;
}

/* Woocommerce notice */
.woocommerce-message{
    display: none;
}

/*=== 2 Background lines ===*/
.calibre-centre-lines {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.calibre-centre-lines::before,
.calibre-centre-lines::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(35, 35, 35, 0.12);
  z-index: 0;
  pointer-events: none;
}

.calibre-centre-lines::before {
  left: calc(50% - 180px);
}

.calibre-centre-lines::after {
  left: calc(50% + 180px);
}

.calibre-centre-lines > * {
  position: relative;
  z-index: 1;
}/* End custom CSS */