.wc-block-featured-category {
	min-height: 270px !important;
}

.wc-block-featured-category__title,
.wc-block-featured-category__link{
	padding-bottom: 0;
}

.wc-block-featured-category__description {
	display: none;
}

.hidden{
	display:none !important;
}

#brands_a_z h3 { text-transform: uppercase; }


ul#shipping_method {
	list-style: none;
	margin-top: 20px;
	margin-left: 0;
}

ul#shipping_method li {
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 10px;
}
ul#shipping_method li input {
	margin-top: 3px;
}

.skincare-search-bar .adas_button {
	line-height: initial;
	font-weight: 700;
}

.brands-container .background-dim__overlay {
	background: transparent !important;
}

.brands-container img.wc-block-featured-category__background-image {
	width: 100%;
	object-fit: contain !important;
}

.skincare-menu-social .skincare-icon {
	fill: black;
	height: 1.8rem;
	width: 1.8rem;
}
.custom-image-block figure {
	display: flex;
	justify-content: flex-end;
}
.main-rb-wrapper {
	position: relative;
	z-index: 90;
}

.ribbon-wrapper {
	width: 130px;
	height: 130px;
	overflow: hidden;
	position: absolute;
	top: -3px;
	right: -3px;
}

.ribbon {
	font: bold 20px Sans-Serif;
	font-weight: normal;
	color: #333;
	text-align: center;
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	position: relative;
	padding: 7px 0;
	left: -10px;
	top: 32px;
	width: 180px;
	background-color: rgb(0,0,0);
	color: #fff;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon:before, .ribbon:after {
	content: "";
	border-top:   3px solid #6e8900;   
	border-left:  3px solid transparent;
	border-right: 3px solid transparent;
	position:absolute;
	bottom: -3px;
}

.ribbon:before {
	left: 0;
}
.ribbon:after {
	right: 0;
}
.woocommerce-cart .quantity{
	width: -webkit-fill-available;
}
.woocommerce-cart .qty{
	width: 80px;
	padding: 8px 8px;
	text-align: center;
}