.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#6E20A0;--e-global-color-text:#7A7A7A;--e-global-color-accent:#F5F5F5;--e-global-color-d537ccb:#A7A7A7;--e-global-color-4dcaeed:#FF900D;--e-global-color-3f5ad3a:#E9C6FF;--e-global-typography-primary-font-family:"Roboto";--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;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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 */.quantity-block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 10px;
    border-radius: 8px;
    border: 2px solid #c9c9c9;
}

.quantity-block hr {
    height:2px;
    background: #c9c9c9;
    box-shadow: none;
}

.quantity-block input, .quantity-block input:focus-visible {
    border: 0;
    text-align: center;
    outline: none;
    color: #6C0D99;
    font-size: 18px;
    font-weight: 600;
}

.quantity-block-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#total-quantity {
    color: #6C0D99;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    line-height: 21px;
    text-decoration: underline;
    text-underline-offset: 5px
}

.main-image svg {
    max-height: 752px;
    height: 752px;
}

.out-of-stock { visibility: hidden;
    
}/* End custom CSS */