.elementor-112 .elementor-element.elementor-element-70a5045b{--display:flex;--padding-top:70px;--padding-bottom:70px;--padding-left:0px;--padding-right:0px;}.elementor-112 .elementor-element.elementor-element-ec209c8{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-112 .elementor-element.elementor-element-70a5045b{--width:90%;}}@media(min-width:768px){.elementor-112 .elementor-element.elementor-element-70a5045b{--width:90%;}}/* Start custom CSS for container, class: .elementor-element-70a5045b */html#ecwid_html body#ecwid_body .ec-size.ec-size--s .ec-store .ec-page-title+.ec-grid .grid__categories:first-child {
    display: none;
}
html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-store .details-product-purchase__qty-note {
    display: none!important;
}


html#ecwid_html body#ecwid_body .ec-size .ec-store .details-product-purchase__qty--with-note .details-product-purchase__qty-note {
    display: none!important;
}
html#ecwid_html body#ecwid_body .ec-size.ec-size--s .ec-store .details-product-purchase__qty--with-note .details-product-purchase__qty-label {
    margin-bottom: 4px;
    margin-top: 10px;
}/* End custom CSS */
/* Start custom CSS *//* Remove default checkbox styles */
.form-control__checkbox {
  appearance: none; /* removes default styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

/* Style the checkbox container */
.form-control__checkbox-view {
  display: inline-block;
  width: 27px;
  height: 23px;
  border: 2px solid black; /* black border */
  background-color: white; /* background of the box */
  position: relative;
}

/* Checkmark color */
.form-control__checkbox-view .svg-line-check {
  stroke: black; /* black checkmark */
}

/* Optional: when checked, keep background black and checkmark white */
.form-control__checkbox:checked + .form-control__checkbox-view {
  background-color: black;
}

.form-control__checkbox:checked + .form-control__checkbox-view .svg-line-check {
  stroke: white;
}/* End custom CSS */