/* Site Footer */
.site-footer a {
  text-decoration: none !important;
}

.site-footer {
  background: #b25f89;
  color: #862757;
  padding: 0;

}

.site-footer .footer-widgets a:not(.button) {
  color: var(--PrimaryBrandColor) !important;
	/* color: #862757 !important; */
  font-size: 15px;
}

.site-footer .footer-widgets a:not(.button):hover {
  /* color: #661940 !important; */
	color: #862757 !important;
}

.site-footer:before {
  background-image: linear-gradient(90deg, #b25f89 65%, transparent 65%);
  background-size: 9px 9px;
  bottom: 3px;
  content: "";
  display: block;
  filter: blur(0.5px);
  height: 1px;
  position: relative;
}

.footer-widgets {
  padding: 3em 0 0;
}

.site-footer .widget {
  margin-bottom: 3em;
}

.site-footer .widget-title {
  border-bottom: none;
  color: var(--PrimaryBrandColor) !important;
  font-family: 'Atma', serif;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0.5em;
  padding-bottom: 0;
}

.site-footer #block-11 {
	margin-bottom: 0;
}

.site-footer li:last-of-type {
  border-bottom: none;
}

.site-info {
  color: #981b64;
  background: var(--PrimaryBrandColor);
  padding: .5em 0;
  position: relative;
}

.site-info .site-copyright {
	font-weight: 600;
}

.site-info:before,
.site-info:after {
  background: var(--PrimaryBrandColor);
  content: "";
  display: block;
  height: 100%;
  left: 100%;
  position: absolute;
  top: 0;
  width: 100%
}

.site-info:after {
  right: 100%;
  left: unset;
}

.site-info a {
  color: #b25f89 !important;
}

.site-info a:hover {
	color: #981b64 !important;
}

.site-info .menu {
  margin: 0;
}
.site-info div {
  display: inline-block;
  vertical-align: middle;
}

.site-info .menu {
  display: inline;
  margin: 0;
}

.site-info .menu-item {

  list-style: none;
  float: left;
}

.site-info .menu-item:before {
  background: #731155;
  content: "";
  display: inline-block;
  height: 11px;
  margin: 0 .5em;
  width: 1px;
}

.site-footer .product_list_widget li {
	border: none;
}

.site-footer .widget_woobsp_best_selling_products li img {
	background-size: contain;
    max-width: 2.617924em;
}
.site-footer .widget_woobsp_best_selling_products li .price-amount {
	color: #862757 !important;
	font-weight: 400 !important;
}

.site-footer .star-rating {
	font-size: .8em;
}



/* footer bar */
.sfb-footer-bar {
	background-color: #8d3568 !important;
}

.sfb-footer-bar:before {
    background-image: linear-gradient(90deg, #8d3569 65%, transparent 65%);
    background-size: 9px 9px;
    top: -45px;
    content: "";
    display: block;
    filter: blur(0.5px);
    height: 1px;
    position: relative;
}

.footer-newsletter-registration {
	max-width: 560px;
	margin: auto;
	text-align: center;
	position: relative;
}

.footer-newsletter-registration .ancor {
	position:absolute;
	top: -150px;
}

.footer-newsletter-registration .badge {
	position: absolute;
	top: -130px;
	left: 50%;
	transform: translateX(-50%);
	filter: drop-shadow(0px 4px 6px rgba(0,0,0,0.15));
}

.footer-newsletter-registration .h2 {
	color: #2e0522 !important;
	font-size: 2em;
	font-family: 'Atma', serif;
	font-weight: 900;
	border: none;
    margin-bottom: 10px;
    padding-bottom: 0;
	line-height: 1em;
}

.footer-newsletter-registration p {
	color: var(--PrimaryBrandColor);
    font-size: 1.0em;
	font-weight:400;
    margin-bottom: 1em;
	line-height: 1.1em;
}

.footer-newsletter-registration p strong{
	font-weight:900;
}

.footer-newsletter-registration small {
	display: inline-block;
	line-height: 1.1em;
	font-weight: 400;
	font-size: 11px;
	margin-top: 10px;
}

.sfb-footer-bar .mailster-form-fields,
.footer-newsletter-registration .form-wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.footer-newsletter-registration .wpcf7-form-control-wrap,
.footer-newsletter-registration .wpcf7-submit {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	margin: 0;
}

.sfb-footer-bar .mailster-submit-wrapper,
.footer-newsletter-registration .wpcf7-submit {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	background-color: var(--PrimaryBrandColor) !important;
	border-color: var(--PrimaryBrandColor) !important;
	color: #ffffff !important;
}

.footer-newsletter-registration .wpcf7-submit:hover {
	background-color: var(--PrimaryBrandColorHover) !important;
	border-color: var(--PrimaryBrandColorHover) !important;
}

.footer-newsletter-registration .wpcf7-form-control-wrap input {
	border-radius: var(--FormBorderRadius);
	border: none;
	box-shadow: none;
    padding: .6em .6em .6em 1.2em;
	transition: background-color .3s ease-out;
	font-size: 16px;
	line-height: 1.6em;
	width:100%;
	margin-bottom: 10px;
}

.footer-newsletter-registration .wpcf7-form-control-wrap div:[data-lastpass-icon-root="true"],
.footer-newsletter-registration .wpcf7-form-control-wrap div {
	display:none !important;
}

.footer-newsletter-registration .wpcf7-form-control-wrap input::placeholder { 
	color: #8d3568 !important;
	opacity: 1; 
	font-style: italic;
}

.footer-newsletter-registration .wpcf7-form-control-wrap input:-ms-input-placeholder { 
  color: #8d3568 !important;
}

.footer-newsletter-registration .wpcf7-submit {
	border-radius: var(--FormBorderRadius) !important;
	padding: .6180469716em 1.41575em;
	font-size: 16px;
	width:100%;
}

@media only screen and (min-width: 511px) {
	.footer-newsletter-registration .wpcf7-form-control-wrap input {
		border-radius: var(--FormBorderRadius) 0 0 var(--FormBorderRadius);
		margin-bottom: 0;
	}
	
	.footer-newsletter-registration .wpcf7-submit {
		border-radius: 0 var(--FormBorderRadius) var(--FormBorderRadius) 0 !important;
		width: unset;
	}	
}

.footer-newsletter-registration .wpcf7-spinner { display:none; }