/**
* Theme Name: Blonwe Child
* Description: This is a child theme of Blonwe, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: blonwe
* Version: 1.2.9
*/
.customer-details{
    display: none;
}
.category-thumbnail img{
    border-radius: 5% !important;
}
.product-alert-message.background-orange-light {
    display: none;
}
.woocommerce-additional-fields h3{
    display: none;
}
.klbfooterwidget.widget.widget_media_image {
    margin-top: -30px;
}
.klbfooterwidget.widget.widget_media_image img {
    margin-top: -15px;
    width: 220px;
}
.footer-copyright .footer-inner {
    padding-bottom: 1.875rem;
}
.page-id-12 .site-login{
    margin: 0px !important;
}
.site-login .site-login-inner .login-page-tab {
    margin-bottom: 2rem !important;
}
.nsl-button.nsl-button-default.nsl-button-google {
    box-shadow: inset 0 0 0 1px #FF3D00 !important;
    color: #FF3D00 !important;
}
.divider {
  position: relative;
  text-align: center;
  margin: 8px 0 16px;
  line-height: 1;
}

.divider::before,
.divider::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40%;
  height: 1px;
  background: #d9d9e3;
}

.divider::before {
  left: 0;
}

.divider::after {
  right: 0;
}

.divider > span {
  display: inline-block;
  padding: 0 12px;
  color: #6b7280;
  font-size: 14px;
  background: #fff; 
}
.social-login-buttons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
}

.social-login-buttons .nsl-button {
    margin: 0 !important; 
    transform: scale(1); 
}

.social-login-buttons .nsl-button:hover {
    transform: scale(1.03);
    transition: 0.2s;
}
