/* PaySnap v.3.0.3  Stylesheet (START) */



#paysnap-debug-wrap {
    background-color: rgba(0,0,0,0.30);
    padding:8px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
    border-radius: 5px; 
    overflow: auto;
}
#paysnap-debug {
	background-color: white;
	padding: 20px;
	border-radius: 5px;
	border: 4px solid rgba(0,0,0.5);
	color: #333333;
}

.ps-error {
  background: repeating-linear-gradient(
    45deg,
    #fee9ea,
    #fee9ea 10px,
    #fcd4d5 10px,
    #fcd4d5 20px
  );
  border: 2px dashed #e6494a;
  border-radius: 4px;
  color: #e6494a;
  text-align: center;
  text-transform: uppercase;
  margin:8px 0;
}

.ps-error p {
	width:auto; padding:2px 6px; 
	background:#E6494A; 
	color:#ffffff; 
	font-size:12px; 
	font-weight:bold;
	border-radius:24px; 
	border: solid 2px #E6494A; 
	text-align:center; 
	display:inline-block;
}


.btn-paysnap{
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.btn-paysnap:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-paysnap:hover,
.btn-paysnap:focus {
  color: #333333;
  text-decoration: none;
}

.btn-paysnap:active,
.btn-paysnap.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-paysnap.disabled,
.btn-paysnap[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-paysnap.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-paysnap.btn-sm,
.btn-paysnap.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-paysnap.btn-xs {
  padding: 1px 5px;
}

.btn-paysnap.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
/* 
.btn-paysnap.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-paysnap.btn-danger:hover,
.btn-paysnap.btn-danger:focus,
.btn-paysnap.btn-danger:active,
.btn-paysnap.btn-danger.active,
.open .dropdown-toggle.btn-paysnap.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-paysnap.btn-danger:active,
.btn-paysnap.btn-danger.active,
.open .dropdown-toggle.btn-paysnap.btn-danger {
  background-image: none;
}

.btn-paysnap.btn-danger.disabled,
.btn-paysnap.btn-danger[disabled],
fieldset[disabled] .btn-paysnap.btn-danger,
.btn-paysnap.btn-danger.disabled:hover,
.btn-paysnap.btn-danger[disabled]:hover,
fieldset[disabled] .btn-paysnap.btn-danger:hover,
.btn-paysnap.btn-danger.disabled:focus,
.btn-paysnap.btn-danger[disabled]:focus,
fieldset[disabled] .btn-paysnap.btn-danger:focus,
.btn-paysnap.btn-danger.disabled:active,
.btn-paysnap.btn-danger[disabled]:active,
fieldset[disabled] .btn-paysnap.btn-danger:active,
.btn-paysnap.btn-danger.disabled.active,
.btn-paysnap.btn-danger[disabled].active,
fieldset[disabled] .btn-paysnap.btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-paysnap.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-paysnap.btn-success:hover,
.btn-paysnap.btn-success:focus,
.btn-paysnap.btn-success:active,
.btn-paysnap.btn-success.active {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-paysnap.btn-success:active,
.btn-paysnap.btn-success.active {
  background-image: none;
}

.btn-paysnap.btn-success.disabled,
.btn-paysnap.btn-success[disabled] {
  background-color: #5cb85c;
  border-color: #4cae4c;
} */

.btn-paysnap.paysnap-co-btn {
	display: block;
	padding: 12px 24px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.33;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	     -o-user-select: none;
	        user-select: none;
}

#paysnap-cart-empty {
	padding: 10px 10px;
	font-size: medium;
	margin-top:60px;
	color:#3C3C3C;
	text-align: center;
}


#paysnap-contents {
	clear: left;
	position: relative;
	height: 200px;
} 

div.paysnap-content {
	height: 200px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow-x: hidden;
}

#paysnap-cart {
	width: 100%;
	height: 200px;
	overflow:hidden;	
}

div.paysnap-content table {
	width: 100%;
	border-spacing: 0;
}

#paysnap-cart-contents {
	width: 100%;
	height: 200px;
	max-height: 200px;
	overflow: auto;
	overflow-x: hidden;
	padding:0;
}


/* clearfix hacks */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}



.paysnap-row-two { margin-top:6px; }
/* @end */



@media screen and (max-device-width: 480px){
    /* All iPhone only CSS goes here */
    
    #paysnap-container {
		left:10px;
	}


}


label.paysnap-label{
	font-weight:bold;
	display: block;
}


#stacks_in_2 .ydps-debug {
	border-radius:  5px;
	border:  1px dashed silver;
	padding: 20px;
	background: #fff;
}





/* PaySnap v.3.0.3 Stylesheet (END) */

/* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_1239 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_1239 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_1239 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_1239 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_1239 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_5 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_5 {
	width: 600px;
}
#stacks_in_10 .control-group,
#stacks_in_10 .paysnap-amount {
  text-align:center;
}
#stacks_in_10 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_10 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_11 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_11 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_11 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_11 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_11 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_1226 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_1226 {
	width: 600px;
}
#stacks_in_1233 .control-group,
#stacks_in_1233 .paysnap-amount {
  text-align:center;
}
#stacks_in_1233 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_1233 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_1234 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_1234 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_1234 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_1234 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_1234 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_1210 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_1210 {
	width: 600px;
}
#stacks_in_1217 .control-group,
#stacks_in_1217 .paysnap-amount {
  text-align:center;
}
#stacks_in_1217 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_1217 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_1218 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_1218 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_1218 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_1218 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_1218 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_43 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_43 {
	width: 600px;
}
#stacks_in_50 .control-group,
#stacks_in_50 .paysnap-amount {
  text-align:center;
}
#stacks_in_50 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_50 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_51 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_51 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_51 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_51 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_51 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_61 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_61 {
	width: 600px;
}
#stacks_in_68 .control-group,
#stacks_in_68 .paysnap-amount {
  text-align:center;
}
#stacks_in_68 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_68 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_69 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_69 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_69 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_69 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_69 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_77 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_77 {
	width: 600px;
}
#stacks_in_84 .control-group,
#stacks_in_84 .paysnap-amount {
  text-align:center;
}
#stacks_in_84 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_84 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_85 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_85 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_85 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_85 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_85 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_109 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_109 {
	width: 600px;
}
#stacks_in_116 .control-group,
#stacks_in_116 .paysnap-amount {
  text-align:center;
}
#stacks_in_116 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_116 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_117 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_117 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_117 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_117 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_117 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_1262 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_1262 {
	width: 600px;
}
#stacks_in_1269 .control-group,
#stacks_in_1269 .paysnap-amount {
  text-align:center;
}
#stacks_in_1269 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_1269 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_1270 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_1270 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_1270 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_1270 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_1270 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_1278 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_1278 {
	width: 600px;
}
#stacks_in_1285 .control-group,
#stacks_in_1285 .paysnap-amount {
  text-align:center;
}
#stacks_in_1285 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_1285 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_1286 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_1286 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_1286 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_1286 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_1286 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_125 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_125 {
	width: 600px;
}
#stacks_in_132 .control-group,
#stacks_in_132 .paysnap-amount {
  text-align:center;
}
#stacks_in_132 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_132 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_133 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_133 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_133 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_133 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_133 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_141 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_141 {
	width: 600px;
}
#stacks_in_148 .control-group,
#stacks_in_148 .paysnap-amount {
  text-align:center;
}
#stacks_in_148 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_148 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_149 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_149 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_149 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_149 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_149 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_157 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_157 {
	width: 400px;
}
#stacks_in_164 .control-group,
#stacks_in_164 .paysnap-amount {
  text-align:center;
}
#stacks_in_164 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_164 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_165 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_165 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_165 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_165 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_165 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_173 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_173 {
	width: 600px;
}
#stacks_in_180 .control-group,
#stacks_in_180 .paysnap-amount {
  text-align:center;
}
#stacks_in_180 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_180 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_181 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_181 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_181 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_181 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_181 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_317 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_317 {
	width: 600px;
}
#stacks_in_324 .control-group,
#stacks_in_324 .paysnap-amount {
  text-align:center;
}
#stacks_in_324 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_324 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_325 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_325 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_325 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_325 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_325 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_189 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_189 {
	width: 600px;
}
#stacks_in_196 .control-group,
#stacks_in_196 .paysnap-amount {
  text-align:center;
}
#stacks_in_196 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_196 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_197 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_197 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_197 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_197 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_197 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_205 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_205 {
	width: 600px;
}
#stacks_in_212 .control-group,
#stacks_in_212 .paysnap-amount {
  text-align:center;
}
#stacks_in_212 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_212 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_213 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_213 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_213 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_213 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_213 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_221 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_221 {
	width: 600px;
}
#stacks_in_228 .control-group,
#stacks_in_228 .paysnap-amount {
  text-align:center;
}
#stacks_in_228 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_228 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_229 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_229 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_229 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_229 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_229 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_237 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_237 {
	width: 600px;
}
#stacks_in_244 .control-group,
#stacks_in_244 .paysnap-amount {
  text-align:center;
}
#stacks_in_244 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_244 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_245 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_245 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_245 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_245 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_245 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_253 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_253 {
	width: 600px;
}
#stacks_in_260 .control-group,
#stacks_in_260 .paysnap-amount {
  text-align:center;
}
#stacks_in_260 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_260 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_261 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_261 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_261 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_261 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_261 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_269 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_269 {
	width: 600px;
}
#stacks_in_276 .control-group,
#stacks_in_276 .paysnap-amount {
  text-align:center;
}
#stacks_in_276 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_276 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_277 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_277 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_277 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_277 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_277 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_285 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_285 {
	width: 600px;
}
#stacks_in_292 .control-group,
#stacks_in_292 .paysnap-amount {
  text-align:center;
}
#stacks_in_292 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_292 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_293 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_293 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_293 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_293 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_293 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_301 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_301 {
	width: 600px;
}
#stacks_in_308 .control-group,
#stacks_in_308 .paysnap-amount {
  text-align:center;
}
#stacks_in_308 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_308 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_309 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_309 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_309 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_309 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_309 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_333 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_333 {
	width: 600px;
}
#stacks_in_340 .control-group,
#stacks_in_340 .paysnap-amount {
  text-align:center;
}
#stacks_in_340 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_340 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_341 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_341 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_341 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_341 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_341 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_349 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_349 {
	width: 600px;
}
#stacks_in_356 .control-group,
#stacks_in_356 .paysnap-amount {
  text-align:center;
}
#stacks_in_356 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_356 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_357 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_357 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_357 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_357 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_357 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_365 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_365 {
	width: 600px;
}
#stacks_in_372 .control-group,
#stacks_in_372 .paysnap-amount {
  text-align:center;
}
#stacks_in_372 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_372 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_373 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_373 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_373 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_373 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_373 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_381 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_381 {
	width: 600px;
}
#stacks_in_388 .control-group,
#stacks_in_388 .paysnap-amount {
  text-align:center;
}
#stacks_in_388 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_388 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_389 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_389 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_389 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_389 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_389 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_397 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_397 {
	width: 600px;
}
#stacks_in_404 .control-group,
#stacks_in_404 .paysnap-amount {
  text-align:center;
}
#stacks_in_404 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_404 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_405 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_405 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_405 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_405 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_405 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_429 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_429 {
	width: 600px;
}
#stacks_in_436 .control-group,
#stacks_in_436 .paysnap-amount {
  text-align:center;
}
#stacks_in_436 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_436 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_437 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_437 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_437 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_437 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_437 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_445 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_445 {
	width: 600px;
}
#stacks_in_452 .control-group,
#stacks_in_452 .paysnap-amount {
  text-align:center;
}
#stacks_in_452 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_452 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_453 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_453 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_453 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_453 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_453 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_413 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_413 {
	width: 600px;
}
#stacks_in_420 .control-group,
#stacks_in_420 .paysnap-amount {
  text-align:center;
}
#stacks_in_420 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_420 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_421 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_421 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_421 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_421 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_421 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_461 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_461 {
	width: 600px;
}
#stacks_in_468 .control-group,
#stacks_in_468 .paysnap-amount {
  text-align:center;
}
#stacks_in_468 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_468 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_469 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_469 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_469 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_469 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_469 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_478 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_478 {
	width: 600px;
}
#stacks_in_485 .control-group,
#stacks_in_485 .paysnap-amount {
  text-align:center;
}
#stacks_in_485 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_485 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_486 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_486 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_486 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_486 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_486 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_495 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_495 {
	width: 600px;
}
#stacks_in_502 .control-group,
#stacks_in_502 .paysnap-amount {
  text-align:center;
}
#stacks_in_502 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_502 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_541 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_541 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_541 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_541 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_541 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_512 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_512 {
	width: 600px;
}
#stacks_in_519 .control-group,
#stacks_in_519 .paysnap-amount {
  text-align:center;
}
#stacks_in_519 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_519 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_520 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_520 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_520 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_520 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_520 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_529 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_529 {
	width: 600px;
}
#stacks_in_536 .control-group,
#stacks_in_536 .paysnap-amount {
  text-align:center;
}
#stacks_in_536 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_536 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_537 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_537 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_537 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_537 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_537 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_547 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_547 {
	width: 600px;
}
#stacks_in_554 .control-group,
#stacks_in_554 .paysnap-amount {
  text-align:center;
}
#stacks_in_554 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_554 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_555 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_555 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_555 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_555 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_555 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_564 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_564 {
	width: 600px;
}
#stacks_in_571 .control-group,
#stacks_in_571 .paysnap-amount {
  text-align:center;
}
#stacks_in_571 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_571 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_572 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_572 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_572 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_572 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_572 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_581 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_581 {
	width: 600px;
}
#stacks_in_588 .control-group,
#stacks_in_588 .paysnap-amount {
  text-align:center;
}
#stacks_in_588 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_588 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_589 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_589 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_589 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_589 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_589 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_598 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_598 {
	width: 600px;
}
#stacks_in_605 .control-group,
#stacks_in_605 .paysnap-amount {
  text-align:center;
}
#stacks_in_605 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_605 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_606 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_606 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_606 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_606 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_606 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_615 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_615 {
	width: 600px;
}
#stacks_in_622 .control-group,
#stacks_in_622 .paysnap-amount {
  text-align:center;
}
#stacks_in_622 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_622 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_623 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_623 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_623 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_623 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_623 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_633 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_633 {
	width: 600px;
}
#stacks_in_640 .control-group,
#stacks_in_640 .paysnap-amount {
  text-align:center;
}
#stacks_in_640 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_640 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_641 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_641 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_641 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_641 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_641 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_650 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_650 {
	width: 600px;
}
#stacks_in_657 .control-group,
#stacks_in_657 .paysnap-amount {
  text-align:center;
}
#stacks_in_657 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_657 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_658 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_658 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_658 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_658 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_658 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_667 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_667 {
	width: 600px;
}
#stacks_in_674 .control-group,
#stacks_in_674 .paysnap-amount {
  text-align:center;
}
#stacks_in_674 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_674 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_675 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_675 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_675 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_675 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_675 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_684 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_684 {
	width: 600px;
}
#stacks_in_691 .control-group,
#stacks_in_691 .paysnap-amount {
  text-align:center;
}
#stacks_in_691 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_691 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_692 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_692 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_692 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_692 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_692 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_701 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_701 {
	width: 600px;
}
#stacks_in_708 .control-group,
#stacks_in_708 .paysnap-amount {
  text-align:center;
}
#stacks_in_708 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_708 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_709 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_709 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_709 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_709 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_709 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_718 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_718 {
	width: 600px;
}
#stacks_in_725 .control-group,
#stacks_in_725 .paysnap-amount {
  text-align:center;
}
#stacks_in_725 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_725 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_726 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_726 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_726 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_726 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_726 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_735 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_735 {
	width: 600px;
}
#stacks_in_742 .control-group,
#stacks_in_742 .paysnap-amount {
  text-align:center;
}
#stacks_in_742 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_742 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_743 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_743 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_743 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_743 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_743 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_752 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_752 {
	width: 600px;
}
#stacks_in_759 .control-group,
#stacks_in_759 .paysnap-amount {
  text-align:center;
}
#stacks_in_759 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_759 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_760 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_760 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_760 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_760 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_760 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_769 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_769 {
	width: 600px;
}
#stacks_in_776 .control-group,
#stacks_in_776 .paysnap-amount {
  text-align:center;
}
#stacks_in_776 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_776 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_777 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_777 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_777 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_777 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_777 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_786 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_786 {
	width: 600px;
}
#stacks_in_793 .control-group,
#stacks_in_793 .paysnap-amount {
  text-align:center;
}
#stacks_in_793 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_793 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_794 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_794 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_794 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_794 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_794 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_803 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_803 {
	width: 600px;
}
#stacks_in_810 .control-group,
#stacks_in_810 .paysnap-amount {
  text-align:center;
}
#stacks_in_810 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_810 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_811 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_811 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_811 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_811 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_811 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_820 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_820 {
	width: 600px;
}
#stacks_in_827 .control-group,
#stacks_in_827 .paysnap-amount {
  text-align:center;
}
#stacks_in_827 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_827 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_828 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_828 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_828 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_828 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_828 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_837 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_837 {
	width: 600px;
}
#stacks_in_844 .control-group,
#stacks_in_844 .paysnap-amount {
  text-align:center;
}
#stacks_in_844 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_844 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_845 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_845 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_845 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_845 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_845 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_854 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_854 {
	width: 600px;
}
#stacks_in_861 .control-group,
#stacks_in_861 .paysnap-amount {
  text-align:center;
}
#stacks_in_861 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_861 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_862 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_862 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_862 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_862 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_862 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_871 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_871 {
	width: 600px;
}
#stacks_in_878 .control-group,
#stacks_in_878 .paysnap-amount {
  text-align:center;
}
#stacks_in_878 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_878 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_879 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_879 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_879 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_879 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_879 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_905 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_905 {
	width: 600px;
}
#stacks_in_912 .control-group,
#stacks_in_912 .paysnap-amount {
  text-align:center;
}
#stacks_in_912 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_912 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_913 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_913 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_913 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_913 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_913 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_888 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_888 {
	width: 600px;
}
#stacks_in_895 .control-group,
#stacks_in_895 .paysnap-amount {
  text-align:center;
}
#stacks_in_895 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_895 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_896 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_896 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_896 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_896 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_896 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_921 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_921 {
	width: 600px;
}
#stacks_in_928 .control-group,
#stacks_in_928 .paysnap-amount {
  text-align:center;
}
#stacks_in_928 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_928 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_929 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_929 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_929 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_929 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_929 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_938 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_938 {
	width: 600px;
}
#stacks_in_945 .control-group,
#stacks_in_945 .paysnap-amount {
  text-align:center;
}
#stacks_in_945 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_945 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_946 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_946 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_946 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_946 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_946 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_955 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_955 {
	width: 600px;
}
#stacks_in_962 .control-group,
#stacks_in_962 .paysnap-amount {
  text-align:center;
}
#stacks_in_962 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_962 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_963 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_963 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_963 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_963 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_963 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_972 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_972 {
	width: 600px;
}
#stacks_in_979 .control-group,
#stacks_in_979 .paysnap-amount {
  text-align:center;
}
#stacks_in_979 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_979 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_980 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_980 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_980 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_980 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_980 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_989 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_989 {
	width: 600px;
}
#stacks_in_996 .control-group,
#stacks_in_996 .paysnap-amount {
  text-align:center;
}
#stacks_in_996 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_996 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_997 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_997 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_997 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_997 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_997 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_1006 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_1006 {
	width: 600px;
}
#stacks_in_1013 .control-group,
#stacks_in_1013 .paysnap-amount {
  text-align:center;
}
#stacks_in_1013 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_1013 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_1014 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_1014 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_1014 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_1014 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_1014 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_1023 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_1023 {
	width: 600px;
}
#stacks_in_1030 .control-group,
#stacks_in_1030 .paysnap-amount {
  text-align:center;
}
#stacks_in_1030 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_1030 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_1031 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_1031 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_1031 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_1031 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_1031 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_1040 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_1040 {
	width: 600px;
}
#stacks_in_1047 .control-group,
#stacks_in_1047 .paysnap-amount {
  text-align:center;
}
#stacks_in_1047 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_1047 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_1048 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_1048 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_1048 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_1048 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_1048 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_1057 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_1057 {
	width: 600px;
}
#stacks_in_1064 .control-group,
#stacks_in_1064 .paysnap-amount {
  text-align:center;
}
#stacks_in_1064 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_1064 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_1065 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_1065 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_1065 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_1065 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_1065 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_1074 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_1074 {
	width: 600px;
}
#stacks_in_1081 .control-group,
#stacks_in_1081 .paysnap-amount {
  text-align:center;
}
#stacks_in_1081 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_1081 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_1082 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_1082 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_1082 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_1082 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_1082 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_1091 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_1091 {
	width: 600px;
}
#stacks_in_1098 .control-group,
#stacks_in_1098 .paysnap-amount {
  text-align:center;
}
#stacks_in_1098 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_1098 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_1099 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_1099 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_1099 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_1099 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_1099 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_1108 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_1108 {
	width: 600px;
}
#stacks_in_1115 .control-group,
#stacks_in_1115 .paysnap-amount {
  text-align:center;
}
#stacks_in_1115 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_1115 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_1116 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_1116 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_1116 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_1116 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_1116 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_1125 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_1125 {
	width: 600px;
}
#stacks_in_1132 .control-group,
#stacks_in_1132 .paysnap-amount {
  text-align:center;
}
#stacks_in_1132 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_1132 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_1133 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_1133 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_1133 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_1133 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_1133 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_1142 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_1142 {
	width: 600px;
}
#stacks_in_1149 .control-group,
#stacks_in_1149 .paysnap-amount {
  text-align:center;
}
#stacks_in_1149 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_1149 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_1150 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_1150 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_1150 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_1150 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_1150 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_1159 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_1159 {
	width: 600px;
}
#stacks_in_1166 .control-group,
#stacks_in_1166 .paysnap-amount {
  text-align:center;
}
#stacks_in_1166 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_1166 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_1167 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_1167 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_1167 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_1167 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_1167 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_1176 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_1176 {
	width: 600px;
}
#stacks_in_1183 .control-group,
#stacks_in_1183 .paysnap-amount {
  text-align:center;
}
#stacks_in_1183 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_1183 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_1184 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_1184 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_1184 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_1184 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_1184 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_1193 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_1193 {
	width: 600px;
}
#stacks_in_1200 .control-group,
#stacks_in_1200 .paysnap-amount {
  text-align:center;
}
#stacks_in_1200 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_1200 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_1201 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_1201 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_1201 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_1201 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_1201 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
  
#stacks_in_1245 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_out_1245 {
	width: 600px;
}
#stacks_in_1252 .control-group,
#stacks_in_1252 .paysnap-amount {
  text-align:center;
}
#stacks_in_1252 .control-group input {
  text-align:center;
  width:80px;
}
#stacks_in_1252 .paysnap-amount {
  color:#408000; 
  font-size:18px; 
  font-weight:normal;
} /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_1253 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_1253 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_1253 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_1253 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_1253 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
 /* PaySnap Button v.3.0.3 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_1256 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(15, 96, 205, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_1256 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_1256 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_1256 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_1256 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.3 Stylesheet (END) */
 