/*******UM CSS*******/
.um{
    opacity:1 !important;
}
.um * {
    font-family: sora,sans-serif;
}
input {
    border-radius: 5px !important;
}
input#um-submit-btn {
    background: #00629b;
    width: 100% !important;
    border-radius: 5px !important;
    border: 1px solid #00629b !important;
}
.um-button{
    line-height: 0.7em !important;
}
input#um-submit-btn:hover {
    background: #fff;
    color: #00629b;
    transition: .3s all ease;
}
.select2.select2-container .select2-selection {
    border-radius: 5px !important;
}
.um-field .select2.select2-container .select2-selection {
    border-radius: 5px !important;
}

.um-field-checkbox {
    width: 100% !important;
}

.register-class a {
    background-color: #1a609b;
    padding: 5px 14px !important;
    border-radius: 5px;
    color: #fff !important;
}

.login-class a {
    border: 2px solid #1b619b;
    padding: 5px 14px !important;
    border-radius: 5px;
}

.bdt-slide-btn-icon {
   display: none;
}

.bdt-prime-slider-skin-isolate .frist-word::before {
    background: none !important;
}

.bdt-prime-slider-skin-isolate .bdt-slideshow-item {
    !margin: 50px 20px 50px !important;
}

 @media (min-width: 1024px){
  .bdt-prime-slider-skin-isolate .bdt-slideshow-item {
    !margin: 120px 100px 120px !important;
  }
}


/* Hide product links and thumbnails in WooCommerce cart */
.woocommerce-cart .product-thumbnail {
    display: none;
}
/* Remove link from product name in WooCommerce cart */
.woocommerce-cart .product-name a {
    text-decoration: none;
    pointer-events: none;
    cursor: default;
}
/* Change background color of cart checkout buttons */
.woocommerce-cart .checkout-button, 
.woocommerce-cart #apply_coupon, 
.woocommerce-checkout .checkout-button 
{
    background-color: #1A609A !important;
    color: #fff; /* Change text color to white or another readable color */
    border-radius: 5px !important;
}

/* Hover effect for buttons */
.woocommerce-cart .checkout-button:hover, 
.woocommerce-cart #apply_coupon:hover, 
.woocommerce-checkout .checkout-button:hover {
    background-color: #105080 !important; /* Change to a slightly darker shade when hovered */
    border-radius: 5px !important;
}
button.button {
    background: #1a609a !important;
    border-radius: 5px !important;
}

.um-row._um_row_1 {
  margin: 0 !important;
}

img[src="#"] {
    display: none !important;
}
