/*
 * eFlow Store Customizer - @Copyright 2022 -Author: RJ Ruggiero - Website: http://axyn.com
 */

/* Reflow theme basic settings */
:root {
    --ref-white: var(--bs-white, var(--white, rgba(255, 255, 255, 1.00))) !important;
    --ref-gray-100: var(--bs-gray-100, rgba(248, 249, 250, 1.00)) !important;
    --ref-gray-300: var(--bs-gray-300, rgba(222, 226, 230, 1.00)) !important;
    --ref-gray: var(--bs-gray-600, rgba(178, 184, 191, 1.00)) !important;
    --ref-gray-700: var(--bs-gray-700, %id-grey2[1]%) !important;
    --ref-darkgray: var(--bs-gray-800, rgba(73, 80, 87, 1.00)) !important;
    --ref-black: var(--bs-black, var(--black, rgba(0, 0, 0, 1.00))) !important;
    --ref-primary: var(--bs-primary, var(--primary, rgba(252, 87, 41, 1.00))) !important;
    --ref-success: var(--bs-success, var(--success, rgba(32, 201, 151, 1.00))) !important;
    --ref-danger: var(--bs-danger, var(--danger, rgba(255, 0, 81, 1.00))) !important;
    --ref-warning: var(--bs-warning, var(--warning, rgba(247, 226, 150, 1.00))) !important;
    --ref-body-color: var(--bs-body-color, rgba(33, 37, 41, 1.00)) !important;
    --ref-border-radius: 0.30rem !important;
    --ref-gutter-sm: 0.50em !important;
    --ref-gutter-md: 1.0em !important;
    --ref-gutter-lg: 2.0em !important;
    --ref-gutter: var(--ref-gutter-md);
    --ref-input-padding: 0.50rem !important;
    --ref-input-padding-sm: 0.50rem !important;
    --ref-btn-padding: 0.50rem 1.50rem !important;
    --ref-btn-border-radius: 0.30rem !important;
}

.reflow-product-list.ref-cards .ref-products .ref-media .ref-image {
	border-radius: var(--ref-border-radius);
}
.ref-button {color: var(--ref-white) !important;}
#stickystacks_in_15_21 {
	display: block;
	position: fixed;
	right: 80px;
	top: 190px;
	padding: 0;
	margin: 0;
	width: 200px;
	overflow: hidden;
	z-index: 100;
}

#stickyLinkstacks_in_15_21 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media print {
	#stickystacks_in_15_21 {
		display: none !important;
	}
}/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_15_22buttonPressWrapper{
	position: relative !important;
}

#stacks_in_15_22 a, #stacks_in_15_22 a:hover, #stacks_in_15_22 a:visited, #stacks_in_15_22 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_15_22button{
	position: relative !important;
	display: inline-block !important;
	
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #FFFFFF !important;
	background-color: #FC5729 !important;
	border-color: #D64922 !important;
	box-sizing: border-box !important;
}

.stacks_in_15_22button:hover{
	color: #F9F628 !important;
	background-color: #EE6638 !important;
	border-color: #CA562F !important;
}

#stacks_in_15_22 a, #stacks_in_15_22 a:visited, #stacks_in_15_22 a:active{
	color: #FFFFFF !important;
}

#stacks_in_15_22 a:hover{
	color: #F9F628 !important;
}








	/* -- TYPE BOOSTRAP LARGE OVERRIDE -- */
	.stacks_in_15_22button{
		padding: 6px 16px 6px 16px !important;
		font-size: 16px !important;
		line-height: 20px !important;
	}
	































.stacks_in_15_22buttonPressWrapper *{
	
	
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_15_22buttonPressWrapper{
	position: relative !important;
	text-align: center !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_15_22buttonPressWrapper{
		text-align: center !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_15_22buttonPressWrapper{
		text-align: center !important;
	}
}

/* -- End Buttonpress2 Each css Template -- */
/*
#stacks_in_4 .reflow-product-list.ref-cards .ref-image {
}
#stacks_in_4 .ref-addons,
#stacks_in_4 .ref-product-data:not(p::before) {
   text-align: center !important;
}
*/
#stacks_in_4 .reflow-product-list.ref-cards .ref-products {
   display: flex;
 	flex-wrap: wrap !important;
	
	 
  }
#stacks_in_4 .reflow-product-list.ref-cards .ref-product {
	flex: 0 0 275px;
}
#stacks_in_4 .reflow-product-list.ref-cards .ref-media {
	height: 275px;
}
#stacks_in_4 .reflow-product-list.ref-cards .ref-product .ref-addons {
	opacity: 1 !important;
	visibility: visible !important;
}


