/****************************************************************************
 * Default Color
 ****************************************************************************/
:root {
    --woocommerce-color: #d4388c;
    --woocommerce-sec-color: #000;
}


/****************************************************************************
 * Fonts
 ****************************************************************************/
.woocommerce-page h1 { font-size:2.1875rem; }
.woocommerce-page h2 {font-size:1.375rem;}
.woocommerce-page h3 {font-size:1.25rem;}

@media screen and (min-width:40em){
    .woocommerce-page h1{ font-size:2.8125rem; }
    .woocommerce-page h2 { font-size: 2rem; }
	.woocommerce-page h3 { font-size:1.5rem; }
}

@media screen and (min-width:64em){
    .woocommerce-page h1 { font-size:3.4375rem; }
    .woocommerce-page h2 {font-size:1.875rem;}
    .woocommerce-page h3 {font-size:1.3125rem;}
}

.woocommerce-page .content ul li:before {
    content: none !important;
}



/****************************************************************************
 * Cart Button
 ****************************************************************************/
/*.cart_button_wrapper {
	position: fixed;
	z-index: 2000;
	top: 0; right: 0;
	left: 0; margin: 0 auto;
	max-width: 98rem;
	width: 100%;
}
.cart_button_wrapper .cart_button {
	position: absolute;
	top: 1.25rem; right: 5.5rem;
	width: 2.5rem; height: 2.5rem;
	background-color: #dfecc3;
	color: #FFFFFF;
	text-shadow: 0 0 1rem rgba(0,0,0,0.2);
	font-size: 1.25rem;
	display: block;
	border-radius: 50%;
	line-height: 2.5rem;
	text-align: center;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.topbar_scrolled .cart_button_wrapper .cart_button {
	top:0.75rem;
}
.cart_button_wrapper .cart_button .count {
	position: absolute;
	bottom: -0.25rem; right: 0;
	width: 1rem; height: 1rem;
	border-radius: 50%;
	background-color: #a2c954;
	color: #FFFFFF;
	font-size: 0.75rem;
	line-height: 1rem;
	text-align: center;
}

@media screen and (min-width:40em){
	.cart_button_wrapper .cart_button {
		top: 1.25rem; right: 6.5rem;
	}
}

@media screen and (min-width:64em){
	.cart_button_wrapper .cart_button {
		top: 1.25rem; right: 8.5rem;
	}
}

*/