body {
	font-family: Montserrat, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.product-selector.prse-jumbotron {
	background-color: #fceee8;
	padding: 5px !important;
	margin-bottom: 1rem;
}

.product-selector.prse-jumbotron .card {
	background-color: #fef9f5;
	border: none;
	border-bottom: 6px solid transparent;
	border-radius: 0;
	margin-bottom: 20px;
}

.prse-jumbotron .card.active {
	/*border-top: 3px solid #008999;*/
	border-bottom: 6px solid #008999;
}

.jumbohead {
	padding: .75rem 1.25rem;
    margin-bottom: 0;
    /* background-color: rgba(0,0,0,.03);*/
    border-bottom: 1px solid rgba(20, 137, 153, 0.37);
}

.jumbohead h3 {
	font-weight: 500;
	margin: 10px 0;
}

.jumbohead h4 button {
	line-height: 1.3;
}

.jumbohead h4 button span {
	font-weight: 400;
}

.jumbobody {
	padding: 2rem 0;
	/*transition: transform .9s;*/
	max-height: 4000px;
	overflow: hidden;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.jumbobody .btn {
	display: block;
}

/*.prse-jumbotron .btn-group-toggle .btn {
	background-color: #999;
}*/

/*.btn-group-toggle .btn-secondary:not(:disabled):not(.disabled).active {
	background-color: #008999;
}*/

.product-selector.opened {
	display: block !important;
}

.product-selector.folded .jumbobody {
	/*display: block;*/
	max-height: 0;
	opacity: 0;
	padding: 0;
	/*display: none;*/
}


.product-selector.folded .close-btn {
	display: inline-block !important;
}

.product-selector.folded .jumbohead {
	border: none;
}

.close-btn {
	line-height: 1.2em;
}

.product-selector-results h2 {
	font-size: 25px;
	margin: 50px 0 20px;
}

.product-selector-results h3 {
	font-family: inherit;
    font-weight: 600;
    font-style: normal;
    color: #1c1205;
    font-size: 12px !important;

    height: 37px;
    padding-bottom: 10px !important;

    text-transform: uppercase !important;
    letter-spacing: 1px !important;

    padding: .5em 0;
}

.product-selector-results .add_to_cart_button {
	padding: 5px 0;
	text-decoration: none;
	font-weight: 700;
	font-family: inherit;
    font-size: 12px;
    text-transform: uppercase;
}

.product-selector-results .add_to_cart_button span {
}

.product-selector-results  .add_to_cart_button.added::after {
    font-family: WooCommerce;
    content: "\e017";
    margin-left: .53em;
    vertical-align: bottom;
}


.product-selector-results .added_to_cart {
	display: none;
}

.product-selector-results .button-wrap,
.product-selector-results .price-wrap {
	text-align: right;
	margin-bottom: 5px;
}

.product-selector.folded h3 {
	margin: 0;
	font-size: 1.2rem;
	font-weight: normal;
}

.product-selector.folded h3 .status {
	font-weight: 500;
	padding: 0 10px;
}

.product-selector .no-results {
	margin: 40px;
	font-size: 2em;
	text-align: center;
}

.skin-category-face .morelink {
	margin: 0;
	color: #008999;
	font-size: 1em;
}

.product-selector .rm-link {
	margin-bottom: 20px;
	margin-top: -10px;
	display: inline-block;
	font-size: 14px;
	color: #008999 !important;
	display: block;
}

.product-selector-results .spinner {
	margin: 30px 0;
}

.product-selector-results .price {
	margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-family: inherit;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: #008999;
}

.product-selector-results .add_to_cart_button {
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    color: #008999;
    background: transparent;
    margin-right: 10px;
}

.product-selector-results .add_to_cart_button:hover {
	background-color: transparent;
	color: #222;
}

