/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

#ylb-color-swatch .swatch {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

#ylb-color-swatch>a[title]:hover::after {
  content: attr(title);
  position: absolute;
  top: -100%;
  left: 0;
}


.backorder {
	z-index: 100;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.sold-out-overlay {
    background: #654ea3;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
    position: absolute;
    /* right: 50%; */
    /* top: 20%; */
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 40%;
}

.btn-backorder {
	width: 100%;   
    border: none !important;
}
.btn-product {
	margin-left: 15px !important;
}

.btn-shop {
	background-color: purple !important;
	color: white !important;
}

.row-parent:has(.btn-shop) {
	padding: 0px !important;
}

.product > .row-container > .row-parent {
	padding-top: 0px !important;
}