.elementor-11900 .elementor-element.elementor-element-6bf1bad{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-11900 .elementor-element.elementor-element-57c5193 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-11900 .elementor-element.elementor-element-6bf1bad{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for container, class: .elementor-element-6bf1bad *//*Displaying the product title*/
h1.product_title.entry-title {
    display: block;
}

/*Adding border radius to the buttons*/
button.single_add_to_cart_button.button.alt {
    border-radius: 10px;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    border-radius: 10px;
}

/*Making "View Basket" a button*/
/* Make the “View basket” link look exactly like the add-to-basket button */
a.added_to_cart.wc-forward {
  display: inline-block;
  padding: 0.75em 1.5em;        /* match the button’s padding */
  font-size: 1em;               /* match the button’s font size */
  font-weight: 600;             /* match the button’s font weight */
  line-height: 1.2;
  text-transform: none;         /* or uppercase if your button uses uppercase */
  text-decoration: none;
  text-align: center;
  color: #fff;                  /* button text colour */
  background-color: #3ba9d2;    /* button background colour */
  border: none;
  border-radius: 10px;           /* match your button’s border-radius */
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

/* Hover/focus state */
a.added_to_cart.wc-forward:hover,
a.added_to_cart.wc-forward:focus {
  background-color: #6EC1E4;    /* slightly darker shade for hover */
  color: #fff;
}

/*Adding padding top in "View Basket" button for the first form*/
/* Only inside this product form (the “cart” form), bump the View basket link down */
form.cart > a.added_to_cart.wc-forward {
  margin-top: 10px;
}/* End custom CSS */