/* Start custom CSS for html, class: .elementor-element-8d89020 */.back-link {
      display: inline-flex;
      align-items: center;
      font-size: 16px;
      font-weight: bold;
      color: #000; /* WordPress blue */
      text-decoration: none;
      transition: color 0.3s ease, text-decoration 0.3s ease;
  }

  .back-link::before {
      content: "←"; /* Left arrow */
      font-size: 18px;
  }

  .back-link:hover {
      color: ##000; /* Darker blue */
      text-decoration: underline;
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-58f49599 */li.product-type-simple {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.astra-shop-thumbnail-wrap {
    width: 280px !important;
}

.add_to_cart_button  {
    border-radius: 10px !important;
    font-family: 'Open Sans',sans-serif !important;
    background-color: #2AA4C7 !important;
    color: white !important;
    margin: 8px 0px !important;
    padding: 14px 30px !important;
    font-weight: 700 !important;
    text-transform: none;
    font-size: 18px !important;
}

a.ast-loop-product__link .woocommerce-loop-product__title{
    font-size: 16px;
    color: #3a3a3a !important;
}

li.post-83312 {
    margin-bottom: 0 !important;
}

.product_box {
    padding-left: 20px;
    padding-top: 20px;
}

.product_box:hover {
    box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 30%);
    border-radius: 0.5rem;
}

#wb_student_toggle .navbar {
  overflow: hidden;
 
}

#wb_student_toggle .navbar a {
  float: left;
  font-size: 16px;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

#wb_student_toggle .dropdown {
  float: left;
  overflow: hidden;
}

#wb_student_toggle .dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: black;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

#wb_student_toggle .navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

#wb_student_toggle .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

#wb_student_toggle .dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

#wb_student_toggle .dropdown-content a:hover {
  background-color: #ddd;
}

#wb_student_toggle .dropdown:hover .dropdown-content {
  display: block;
}

.page-id-59740 .ast-container {
    max-width: 1740px;
}/* End custom CSS */