/*
 * @author Gaponov Igor <gapon2401@gmail.com>
 */
.quickorder-button, .quickorder-button-cart { position: relative; -moz-box-shadow:inset 1px 1px 0px 0px #ffffff; -webkit-box-shadow:inset 1px 1px 0px 0px #ffffff; box-shadow:inset 1px 1px 0px 0px #ffffff; background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9)); background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%); background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%); background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%); background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%); background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0); background-color:#f9f9f9; -moz-border-radius:9px; -webkit-border-radius:9px; border-radius:9px; border:1px solid #dcdcdc; display:inline-block; color:#666666; padding:0 15px 0 10px; text-decoration:none; margin: 5px 0; }
.quickorder-button:hover, .quickorder-button-cart:hover { background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9)); background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%); background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%); background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);  background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%); background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0); background-color:#e9e9e9; }
.quickorder-button:active, .quickorder-button-cart:active { position:relative; top:1px; }
.quickorder-button i, .quickorder-button-cart i { background: url("../img/quickorder25.png") no-repeat; display: inline-block; height: 25px; padding: 7px 0 0 33px; }
/*Form*/
.quickorder-custom-form,
.quickorder-custom-form.cancel-popup .quickorder-header .close, 
.quickorder-custom-form.cancel-popup .quickorder-body > .quickorder-name,
.quickorder-custom-form.cancel-popup .quickorder-order {  display: none; }
.quickorder-custom-form.cancel-popup { display: block; }
.quickorder-custom-form.cancel-popup .quickorder-wrap { position: relative; z-index: 0; margin: 10px 0; left: 0; top: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; width: inherit; }
.quickorder-wrap { background-color: #FFFFFF; border: 1px solid #BCBCBC; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 0 10px 25px 0 #262626; -moz-box-shadow: 0 10px 25px 0 #262626; box-shadow: 0 10px 25px 0 #262626;  left: 50%; top: 50%;  position: fixed; width: 380px; z-index: 99999; }
.quickorder-header { height: 40px; width: 100%; background: rgb(96,108,136); text-shadow: 0 -1px 1px #000000; font-family: Arial; font-size: 13px; color: #fff; font-weight: 600;
background: -moz-linear-gradient(top, rgba(96,108,136,1) 0%, rgba(63,76,107,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,108,136,1)), color-stop(100%,rgba(63,76,107,1)));
background: -webkit-linear-gradient(top, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%);
background: -o-linear-gradient(top, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%);
background: -ms-linear-gradient(top, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%);
background: linear-gradient(to bottom, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); }
.quickorder-header:after { content: ''; display: block; clear: both; }
.quickorder-header > span { padding: 12px 0 0 20px; float: left; }
.quickorder-header i.close { display: inline-block; width: 16px; float: right; margin: 11px 15px 0 0; cursor: pointer; height: 16px; color: #fff; font-family: Arial; font-style: normal; }
.quickorder-body { padding: 20px; overflow: auto; }
.quickorder-body .errormsg { display: block; color: #ff0000; margin-left: 0; }
.quickorder-value { margin-bottom: 10px; }
.quickorder-value input, .quickorder-value select, .quickorder-value textarea { width: 100%; }
.quickorder-name { font-weight: 600; margin-bottom: 5px; }
.quickorder-name.required:after { content: '*'; color: #ff0000; margin-left: 2px; }
.quickorder-submit .quickorder-button { padding: 7px; cursor: pointer; }
.quickorder-empty-field { background-color: #ffcccc; }
i.icon16.qp { background-repeat:no-repeat; background-image: url(../../../../../wa-content/img/icon16.png); height:16px; width:16px; display:inline-block; text-indent:-9999px; text-decoration:none!important; }
* i.icon16.qp { text-decoration:none!important; vertical-align:top; margin: -0.1em 0.25em 0 0; }
.icon16.qp.loading { background-image: url("../../../../../wa-content/img/loading16.gif"); }
.icon16.qp.no { background-position:-160px -16px; }
.icon16.qp.yes { background-position:0 -16px; }
.quickorder-overlay { display: block; height: 100%; width: 100%; bottom: 0; position: fixed; right: 0; z-index: 9999; background: url("../img/overlay.png") repeat; }
.quickorder-order:after { content: ''; display: block; clear: both; }
.quickorder-total { margin-top: 5px; }
.quickorder-order-name { margin-bottom: 5px; display: inline-block; }
.quickorder-order-image { vertical-align: middle; margin-right: 5px; display: inline-block; }
.quickorder-order-image img { max-width: 48px; max-height: 48px; }
.quickorder-sku { font-size: 12px; }
.quickorder-quantity { margin: 5px 0 10px; font-style: italic; }
.quickorder-quantity input.width50px { width: 50px; }
.quickorder-coupon { margin-bottom: 10px; }
/*Styles*/
.quickorder-custom-button.dark-grey .quickorder-button, .quickorder-custom-form.dark-grey .quickorder-button, .quickorder-custom-button-cart.dark-grey .quickorder-button-cart{-moz-box-shadow:inset 0 1px 3px 0 #91b8b3;-webkit-box-shadow:inset 0 1px 3px 0 #91b8b3;box-shadow:inset 0 1px 3px 0 #91b8b3;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#768d87),color-stop(1,#6c7c7c));background:-moz-linear-gradient(top,#768d87 5%,#6c7c7c 100%);background:-webkit-linear-gradient(top,#768d87 5%,#6c7c7c 100%);background:-o-linear-gradient(top,#768d87 5%,#6c7c7c 100%);background:-ms-linear-gradient(top,#768d87 5%,#6c7c7c 100%);background:linear-gradient(to bottom,#768d87 5%,#6c7c7c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#768d87', endColorstr='#6c7c7c', GradientType=0);background-color:#768d87;border:1px solid #566963;color:#fff; text-shadow:0 -1px 0 #2b665e}
.quickorder-custom-button.dark-grey .quickorder-button:hover, .quickorder-custom-form.dark-grey .quickorder-button:hover, .quickorder-custom-button-cart.dark-grey .quickorder-button-cart:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#6c7c7c),color-stop(1,#768d87));background:-moz-linear-gradient(top,#6c7c7c 5%,#768d87 100%);background:-webkit-linear-gradient(top,#6c7c7c 5%,#768d87 100%);background:-o-linear-gradient(top,#6c7c7c 5%,#768d87 100%);background:-ms-linear-gradient(top,#6c7c7c 5%,#768d87 100%);background:linear-gradient(to bottom,#6c7c7c 5%,#768d87 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c7c7c', endColorstr='#768d87', GradientType=0);background-color:#6c7c7c}
.quickorder-custom-form.dark-grey .quickorder-header { background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#768d87),color-stop(1,#6c7c7c));background:-moz-linear-gradient(top,#768d87 5%,#6c7c7c 100%);background:-webkit-linear-gradient(top,#768d87 5%,#6c7c7c 100%);background:-o-linear-gradient(top,#768d87 5%,#6c7c7c 100%);background:-ms-linear-gradient(top,#768d87 5%,#6c7c7c 100%);background:linear-gradient(to bottom,#768d87 5%,#6c7c7c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#768d87', endColorstr='#6c7c7c', GradientType=0); }

.quickorder-custom-button.dark-red .quickorder-button,.quickorder-custom-form.dark-red .quickorder-button, .quickorder-custom-button-cart.dark-red .quickorder-button-cart {-moz-box-shadow:inset 0 1px 0 0 #cf866c;-webkit-box-shadow:inset 0 1px 0 0 #cf866c;box-shadow:inset 0 1px 0 0 #cf866c;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#d0451b),color-stop(1,#bc3315));background:-moz-linear-gradient(top,#d0451b 5%,#bc3315 100%);background:-webkit-linear-gradient(top,#d0451b 5%,#bc3315 100%);background:-o-linear-gradient(top,#d0451b 5%,#bc3315 100%);background:-ms-linear-gradient(top,#d0451b 5%,#bc3315 100%);background:linear-gradient(to bottom,#d0451b 5%,#bc3315 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315', GradientType=0);background-color:#d0451b;border:1px solid #942911;color:#fff;text-shadow:0 1px 0 #854629}
.quickorder-custom-button.dark-red .quickorder-button:hover,.quickorder-custom-form.dark-red .quickorder-button:hover, .quickorder-custom-button-cart.dark-red .quickorder-button-cart:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#bc3315),color-stop(1,#d0451b));background:-moz-linear-gradient(top,#bc3315 5%,#d0451b 100%);background:-webkit-linear-gradient(top,#bc3315 5%,#d0451b 100%);background:-o-linear-gradient(top,#bc3315 5%,#d0451b 100%);background:-ms-linear-gradient(top,#bc3315 5%,#d0451b 100%);background:linear-gradient(to bottom,#bc3315 5%,#d0451b 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b', GradientType=0);background-color:#bc3315}
.quickorder-custom-form.dark-red .quickorder-header { background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#d0451b),color-stop(1,#bc3315));background:-moz-linear-gradient(top,#d0451b 5%,#bc3315 100%);background:-webkit-linear-gradient(top,#d0451b 5%,#bc3315 100%);background:-o-linear-gradient(top,#d0451b 5%,#bc3315 100%);background:-ms-linear-gradient(top,#d0451b 5%,#bc3315 100%);background:linear-gradient(to bottom,#d0451b 5%,#bc3315 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315', GradientType=0); }

.quickorder-custom-button.creme .quickorder-button,.quickorder-custom-form.creme .quickorder-button, .quickorder-custom-button-cart.creme .quickorder-button-cart{-moz-box-shadow:0 1px 0 0 #1c1b18;-webkit-box-shadow:0 1px 0 0 #1c1b18;box-shadow:0 1px 0 0 #1c1b18;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#eae0c2),color-stop(1,#ccc2a6));background:-moz-linear-gradient(top,#eae0c2 5%,#ccc2a6 100%);background:-webkit-linear-gradient(top,#eae0c2 5%,#ccc2a6 100%);background:-o-linear-gradient(top,#eae0c2 5%,#ccc2a6 100%);background:-ms-linear-gradient(top,#eae0c2 5%,#ccc2a6 100%);background:linear-gradient(to bottom,#eae0c2 5%,#ccc2a6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eae0c2', endColorstr='#ccc2a6', GradientType=0);background-color:#eae0c2;border:1px solid #333029;color:#505739;text-shadow:0 1px 0 #fff}
.quickorder-custom-button.creme .quickorder-button:hover,.quickorder-custom-form.creme .quickorder-button:hover, .quickorder-custom-button-cart.creme .quickorder-button-cart:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#ccc2a6),color-stop(1,#eae0c2));background:-moz-linear-gradient(top,#ccc2a6 5%,#eae0c2 100%);background:-webkit-linear-gradient(top,#ccc2a6 5%,#eae0c2 100%);background:-o-linear-gradient(top,#ccc2a6 5%,#eae0c2 100%);background:-ms-linear-gradient(top,#ccc2a6 5%,#eae0c2 100%);background:linear-gradient(to bottom,#ccc2a6 5%,#eae0c2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc2a6', endColorstr='#eae0c2', GradientType=0);background-color:#ccc2a6}
.quickorder-custom-form.creme .quickorder-header { background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#eae0c2),color-stop(1,#ccc2a6));background:-moz-linear-gradient(top,#eae0c2 5%,#ccc2a6 100%);background:-webkit-linear-gradient(top,#eae0c2 5%,#ccc2a6 100%);background:-o-linear-gradient(top,#eae0c2 5%,#ccc2a6 100%);background:-ms-linear-gradient(top,#eae0c2 5%,#ccc2a6 100%);background:linear-gradient(to bottom,#eae0c2 5%,#ccc2a6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eae0c2', endColorstr='#ccc2a6', GradientType=0); }

.quickorder-custom-button.brown .quickorder-button, .quickorder-custom-form.brown .quickorder-button, .quickorder-custom-button-cart.brown .quickorder-button-cart{-moz-box-shadow:inset 0 1px 0 0 #a6827e;-webkit-box-shadow:inset 0 1px 0 0 #a6827e;box-shadow:inset 0 1px 0 0 #a6827e;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#7d5d3b),color-stop(1,#634b30));background:-moz-linear-gradient(top,#7d5d3b 5%,#634b30 100%);background:-webkit-linear-gradient(top,#7d5d3b 5%,#634b30 100%);background:-o-linear-gradient(top,#7d5d3b 5%,#634b30 100%);background:-ms-linear-gradient(top,#7d5d3b 5%,#634b30 100%);background:linear-gradient(to bottom,#7d5d3b 5%,#634b30 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d5d3b', endColorstr='#634b30', GradientType=0);background-color:#7d5d3b;border:1px solid #54381e;color:#fff;text-shadow:0 1px 0 #4d3534}
.quickorder-custom-button.brown .quickorder-button:hover, .quickorder-custom-form.brown .quickorder-button:hover, .quickorder-custom-button-cart.brown .quickorder-button-cart:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#634b30),color-stop(1,#7d5d3b));background:-moz-linear-gradient(top,#634b30 5%,#7d5d3b 100%);background:-webkit-linear-gradient(top,#634b30 5%,#7d5d3b 100%);background:-o-linear-gradient(top,#634b30 5%,#7d5d3b 100%);background:-ms-linear-gradient(top,#634b30 5%,#7d5d3b 100%);background:linear-gradient(to bottom,#634b30 5%,#7d5d3b 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#634b30', endColorstr='#7d5d3b', GradientType=0);background-color:#634b30}
.quickorder-custom-form.brown .quickorder-header { background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#7d5d3b),color-stop(1,#634b30));background:-moz-linear-gradient(top,#7d5d3b 5%,#634b30 100%);background:-webkit-linear-gradient(top,#7d5d3b 5%,#634b30 100%);background:-o-linear-gradient(top,#7d5d3b 5%,#634b30 100%);background:-ms-linear-gradient(top,#7d5d3b 5%,#634b30 100%);background:linear-gradient(to bottom,#7d5d3b 5%,#634b30 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d5d3b', endColorstr='#634b30', GradientType=0); }

.quickorder-custom-button.blue .quickorder-button, .quickorder-custom-form.blue .quickorder-button, .quickorder-custom-button-cart.blue .quickorder-button-cart{-moz-box-shadow:inset 0 1px 0 0 #54a3f7;-webkit-box-shadow:inset 0 1px 0 0 #54a3f7;box-shadow:inset 0 1px 0 0 #54a3f7;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#007dc1),color-stop(1,#0061a7));background:-moz-linear-gradient(top,#007dc1 5%,#0061a7 100%);background:-webkit-linear-gradient(top,#007dc1 5%,#0061a7 100%);background:-o-linear-gradient(top,#007dc1 5%,#0061a7 100%);background:-ms-linear-gradient(top,#007dc1 5%,#0061a7 100%);background:linear-gradient(to bottom,#007dc1 5%,#0061a7 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7', GradientType=0);background-color:#007dc1;border:1px solid #124d77;color:#fff;text-shadow:0 1px 0 #154682}
.quickorder-custom-button.blue .quickorder-button:hover, .quickorder-custom-form.blue .quickorder-button:hover, .quickorder-custom-button-cart.blue .quickorder-button-cart:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#0061a7),color-stop(1,#007dc1));background:-moz-linear-gradient(top,#0061a7 5%,#007dc1 100%);background:-webkit-linear-gradient(top,#0061a7 5%,#007dc1 100%);background:-o-linear-gradient(top,#0061a7 5%,#007dc1 100%);background:-ms-linear-gradient(top,#0061a7 5%,#007dc1 100%);background:linear-gradient(to bottom,#0061a7 5%,#007dc1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1', GradientType=0);background-color:#0061a7}
.quickorder-custom-form.blue .quickorder-header { background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#007dc1),color-stop(1,#0061a7));background:-moz-linear-gradient(top,#007dc1 5%,#0061a7 100%);background:-webkit-linear-gradient(top,#007dc1 5%,#0061a7 100%);background:-o-linear-gradient(top,#007dc1 5%,#0061a7 100%);background:-ms-linear-gradient(top,#007dc1 5%,#0061a7 100%);background:linear-gradient(to bottom,#007dc1 5%,#0061a7 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7', GradientType=0); }

.quickorder-custom-button.light-blue .quickorder-button, .quickorder-custom-form.light-blue .quickorder-button, .quickorder-custom-button-cart.light-blue .quickorder-button-cart{-moz-box-shadow:0 1px 0 0 #f0f7fa;-webkit-box-shadow:0 1px 0 0 #f0f7fa;box-shadow:0 1px 0 0 #f0f7fa;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#33bdef),color-stop(1,#019ad2));background:-moz-linear-gradient(top,#33bdef 5%,#019ad2 100%);background:-webkit-linear-gradient(top,#33bdef 5%,#019ad2 100%);background:-o-linear-gradient(top,#33bdef 5%,#019ad2 100%);background:-ms-linear-gradient(top,#33bdef 5%,#019ad2 100%);background:linear-gradient(to bottom,#33bdef 5%,#019ad2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2', GradientType=0);background-color:#33bdef;border:1px solid #057fd0;color:#fff;text-shadow:0 -1px 0 #5b6178}
.quickorder-custom-button.light-blue .quickorder-button:hover, .quickorder-custom-form.light-blue .quickorder-button:hover, .quickorder-custom-button-cart.light-blue .quickorder-button-cart:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#019ad2),color-stop(1,#33bdef));background:-moz-linear-gradient(top,#019ad2 5%,#33bdef 100%);background:-webkit-linear-gradient(top,#019ad2 5%,#33bdef 100%);background:-o-linear-gradient(top,#019ad2 5%,#33bdef 100%);background:-ms-linear-gradient(top,#019ad2 5%,#33bdef 100%);background:linear-gradient(to bottom,#019ad2 5%,#33bdef 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef', GradientType=0);background-color:#019ad2}
.quickorder-custom-form.light-blue .quickorder-header { background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#33bdef),color-stop(1,#019ad2));background:-moz-linear-gradient(top,#33bdef 5%,#019ad2 100%);background:-webkit-linear-gradient(top,#33bdef 5%,#019ad2 100%);background:-o-linear-gradient(top,#33bdef 5%,#019ad2 100%);background:-ms-linear-gradient(top,#33bdef 5%,#019ad2 100%);background:linear-gradient(to bottom,#33bdef 5%,#019ad2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2', GradientType=0); }

.quickorder-custom-button.orange .quickorder-button, .quickorder-custom-form.orange .quickorder-button, .quickorder-custom-button-cart.orange .quickorder-button-cart{-moz-box-shadow:0 1px 0 0 #fff6af;-webkit-box-shadow:0 1px 0 0 #fff6af;box-shadow:0 1px 0 0 #fff6af;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#ffec64),color-stop(1,#ffab23));background:-moz-linear-gradient(top,#ffec64 5%,#ffab23 100%);background:-webkit-linear-gradient(top,#ffec64 5%,#ffab23 100%);background:-o-linear-gradient(top,#ffec64 5%,#ffab23 100%);background:-ms-linear-gradient(top,#ffec64 5%,#ffab23 100%);background:linear-gradient(to bottom,#ffec64 5%,#ffab23 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23', GradientType=0);background-color:#ffec64;border:1px solid #fa2;color:#333;text-shadow:0 1px 0 #fe6}
.quickorder-custom-button.orange .quickorder-button:hover, .quickorder-custom-form.orange .quickorder-button:hover, .quickorder-custom-button-cart.orange .quickorder-button-cart:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#ffab23),color-stop(1,#ffec64));background:-moz-linear-gradient(top,#ffab23 5%,#ffec64 100%);background:-webkit-linear-gradient(top,#ffab23 5%,#ffec64 100%);background:-o-linear-gradient(top,#ffab23 5%,#ffec64 100%);background:-ms-linear-gradient(top,#ffab23 5%,#ffec64 100%);background:linear-gradient(to bottom,#ffab23 5%,#ffec64 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64', GradientType=0);background-color:#ffab23}
.quickorder-custom-form.orange .quickorder-header { background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#ffec64),color-stop(1,#ffab23));background:-moz-linear-gradient(top,#ffec64 5%,#ffab23 100%);background:-webkit-linear-gradient(top,#ffec64 5%,#ffab23 100%);background:-o-linear-gradient(top,#ffec64 5%,#ffab23 100%);background:-ms-linear-gradient(top,#ffec64 5%,#ffab23 100%);background:linear-gradient(to bottom,#ffec64 5%,#ffab23 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23', GradientType=0); }

.quickorder-custom-button.green .quickorder-button, .quickorder-custom-form.green .quickorder-button, .quickorder-custom-button-cart.green .quickorder-button-cart{-moz-box-shadow:inset 0 1px 0 0 #9acc85;-webkit-box-shadow:inset 0 1px 0 0 #9acc85;box-shadow:inset 0 1px 0 0 #9acc85;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#74ad5a),color-stop(1,#68a54b));background:-moz-linear-gradient(top,#74ad5a 5%,#68a54b 100%);background:-webkit-linear-gradient(top,#74ad5a 5%,#68a54b 100%);background:-o-linear-gradient(top,#74ad5a 5%,#68a54b 100%);background:-ms-linear-gradient(top,#74ad5a 5%,#68a54b 100%);background:linear-gradient(to bottom,#74ad5a 5%,#68a54b 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b', GradientType=0);background-color:#74ad5a;border:1px solid #3b6e22;color:#fff}
.quickorder-custom-button.green .quickorder-button:hover, .quickorder-custom-form.green .quickorder-button:hover, .quickorder-custom-button-cart.green .quickorder-button-cart:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#68a54b),color-stop(1,#74ad5a));background:-moz-linear-gradient(top,#68a54b 5%,#74ad5a 100%);background:-webkit-linear-gradient(top,#68a54b 5%,#74ad5a 100%);background:-o-linear-gradient(top,#68a54b 5%,#74ad5a 100%);background:-ms-linear-gradient(top,#68a54b 5%,#74ad5a 100%);background:linear-gradient(to bottom,#68a54b 5%,#74ad5a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a', GradientType=0);background-color:#68a54b}
.quickorder-custom-form.green .quickorder-header { background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#74ad5a),color-stop(1,#68a54b));background:-moz-linear-gradient(top,#74ad5a 5%,#68a54b 100%);background:-webkit-linear-gradient(top,#74ad5a 5%,#68a54b 100%);background:-o-linear-gradient(top,#74ad5a 5%,#68a54b 100%);background:-ms-linear-gradient(top,#74ad5a 5%,#68a54b 100%);background:linear-gradient(to bottom,#74ad5a 5%,#68a54b 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b', GradientType=0); }

.quickorder-custom-button.olive .quickorder-button, .quickorder-custom-form.olive .quickorder-button, .quickorder-custom-button-cart.olive .quickorder-button-cart{-moz-box-shadow:inset 0 0 14px -3px #f2fadc;-webkit-box-shadow:inset 0 0 14px -3px #f2fadc;box-shadow:inset 0 0 14px -3px #f2fadc;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#dbe6c4),color-stop(1,#9ba892));background:-moz-linear-gradient(top,#dbe6c4 5%,#9ba892 100%);background:-webkit-linear-gradient(top,#dbe6c4 5%,#9ba892 100%);background:-o-linear-gradient(top,#dbe6c4 5%,#9ba892 100%);background:-ms-linear-gradient(top,#dbe6c4 5%,#9ba892 100%);background:linear-gradient(to bottom,#dbe6c4 5%,#9ba892 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbe6c4', endColorstr='#9ba892', GradientType=0);background-color:#dbe6c4;border:1px solid #b2b8ad;color:#757d6f;text-shadow:0 1px 0 #ced9bf}
.quickorder-custom-button.olive .quickorder-button:hover, .quickorder-custom-form.olive .quickorder-button:hover, .quickorder-custom-button-cart.olive .quickorder-button-cart:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#9ba892),color-stop(1,#dbe6c4));background:-moz-linear-gradient(top,#9ba892 5%,#dbe6c4 100%);background:-webkit-linear-gradient(top,#9ba892 5%,#dbe6c4 100%);background:-o-linear-gradient(top,#9ba892 5%,#dbe6c4 100%);background:-ms-linear-gradient(top,#9ba892 5%,#dbe6c4 100%);background:linear-gradient(to bottom,#9ba892 5%,#dbe6c4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ba892', endColorstr='#dbe6c4', GradientType=0);background-color:#9ba892}
.quickorder-custom-form.olive .quickorder-header { background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#dbe6c4),color-stop(1,#9ba892));background:-moz-linear-gradient(top,#dbe6c4 5%,#9ba892 100%);background:-webkit-linear-gradient(top,#dbe6c4 5%,#9ba892 100%);background:-o-linear-gradient(top,#dbe6c4 5%,#9ba892 100%);background:-ms-linear-gradient(top,#dbe6c4 5%,#9ba892 100%);background:linear-gradient(to bottom,#dbe6c4 5%,#9ba892 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbe6c4', endColorstr='#9ba892', GradientType=0); }

.quickorder-custom-button.purple .quickorder-button, .quickorder-custom-form.purple .quickorder-button, .quickorder-custom-button-cart.purple .quickorder-button-cart{-moz-box-shadow:inset 0 1px 0 0 #efdcfb;-webkit-box-shadow:inset 0 1px 0 0 #efdcfb;box-shadow:inset 0 1px 0 0 #efdcfb;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#dfbdfa),color-stop(1,#bc80ea));background:-moz-linear-gradient(top,#dfbdfa 5%,#bc80ea 100%);background:-webkit-linear-gradient(top,#dfbdfa 5%,#bc80ea 100%);background:-o-linear-gradient(top,#dfbdfa 5%,#bc80ea 100%);background:-ms-linear-gradient(top,#dfbdfa 5%,#bc80ea 100%);background:linear-gradient(to bottom,#dfbdfa 5%,#bc80ea 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfbdfa', endColorstr='#bc80ea', GradientType=0);background-color:#dfbdfa;border:1px solid #c584f3;color:#fff;text-shadow:0 1px 0 #9752cc}
.quickorder-custom-button.purple .quickorder-button:hover, .quickorder-custom-form.purple .quickorder-button:hover, .quickorder-custom-button-cart.purple .quickorder-button-cart:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#bc80ea),color-stop(1,#dfbdfa));background:-moz-linear-gradient(top,#bc80ea 5%,#dfbdfa 100%);background:-webkit-linear-gradient(top,#bc80ea 5%,#dfbdfa 100%);background:-o-linear-gradient(top,#bc80ea 5%,#dfbdfa 100%);background:-ms-linear-gradient(top,#bc80ea 5%,#dfbdfa 100%);background:linear-gradient(to bottom,#bc80ea 5%,#dfbdfa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc80ea', endColorstr='#dfbdfa', GradientType=0);background-color:#bc80ea}
.quickorder-custom-form.purple .quickorder-header { background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#dfbdfa),color-stop(1,#bc80ea));background:-moz-linear-gradient(top,#dfbdfa 5%,#bc80ea 100%);background:-webkit-linear-gradient(top,#dfbdfa 5%,#bc80ea 100%);background:-o-linear-gradient(top,#dfbdfa 5%,#bc80ea 100%);background:-ms-linear-gradient(top,#dfbdfa 5%,#bc80ea 100%);background:linear-gradient(to bottom,#dfbdfa 5%,#bc80ea 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfbdfa', endColorstr='#bc80ea', GradientType=0); }

.quickorder-custom-button.white-blue .quickorder-button, .quickorder-custom-form.white-blue .quickorder-button, .quickorder-custom-button-cart.white-blue .quickorder-button-cart{-moz-box-shadow:inset 0 1px 0 0 #dcecfb;-webkit-box-shadow:inset 0 1px 0 0 #dcecfb;box-shadow:inset 0 1px 0 0 #dcecfb;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#bddbfa),color-stop(1,#80b5ea));background:-moz-linear-gradient(top,#bddbfa 5%,#80b5ea 100%);background:-webkit-linear-gradient(top,#bddbfa 5%,#80b5ea 100%);background:-o-linear-gradient(top,#bddbfa 5%,#80b5ea 100%);background:-ms-linear-gradient(top,#bddbfa 5%,#80b5ea 100%);background:linear-gradient(to bottom,#bddbfa 5%,#80b5ea 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#80b5ea', GradientType=0);background-color:#bddbfa;border:1px solid #84bbf3;color:#fff;text-shadow:0 1px 0 #528ecc}
.quickorder-custom-button.white-blue .quickorder-button:hover, .quickorder-custom-form.white-blue .quickorder-button:hover, .quickorder-custom-button-cart.white-blue .quickorder-button-cart:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#80b5ea),color-stop(1,#bddbfa));background:-moz-linear-gradient(top,#80b5ea 5%,#bddbfa 100%);background:-webkit-linear-gradient(top,#80b5ea 5%,#bddbfa 100%);background:-o-linear-gradient(top,#80b5ea 5%,#bddbfa 100%);background:-ms-linear-gradient(top,#80b5ea 5%,#bddbfa 100%);background:linear-gradient(to bottom,#80b5ea 5%,#bddbfa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea', endColorstr='#bddbfa', GradientType=0);background-color:#80b5ea}
.quickorder-custom-form.white-blue .quickorder-header { background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#bddbfa),color-stop(1,#80b5ea));background:-moz-linear-gradient(top,#bddbfa 5%,#80b5ea 100%);background:-webkit-linear-gradient(top,#bddbfa 5%,#80b5ea 100%);background:-o-linear-gradient(top,#bddbfa 5%,#80b5ea 100%);background:-ms-linear-gradient(top,#bddbfa 5%,#80b5ea 100%);background:linear-gradient(to bottom,#bddbfa 5%,#80b5ea 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#80b5ea', GradientType=0); }

.quickorder-custom-button.white .quickorder-button, .quickorder-custom-form.white .quickorder-button, .quickorder-custom-button-cart.white .quickorder-button-cart{-moz-box-shadow:inset 0 1px 0 0 #fff;-webkit-box-shadow:inset 0 1px 0 0 #fff;box-shadow:inset 0 1px 0 0 #fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#fff),color-stop(1,#f6f6f6));background:-moz-linear-gradient(top,#fff 5%,#f6f6f6 100%);background:-webkit-linear-gradient(top,#fff 5%,#f6f6f6 100%);background:-o-linear-gradient(top,#fff 5%,#f6f6f6 100%);background:-ms-linear-gradient(top,#fff 5%,#f6f6f6 100%);background:linear-gradient(to bottom,#fff 5%,#f6f6f6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);background-color:#fff;border:1px solid #dcdcdc;color:#666;text-shadow:0 1px 0 #fff}
.quickorder-custom-button.white .quickorder-button:hover, .quickorder-custom-form.white .quickorder-button:hover, .quickorder-custom-button-cart.white .quickorder-button-cart:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#f6f6f6),color-stop(1,#fff));background:-moz-linear-gradient(top,#f6f6f6 5%,#fff 100%);background:-webkit-linear-gradient(top,#f6f6f6 5%,#fff 100%);background:-o-linear-gradient(top,#f6f6f6 5%,#fff 100%);background:-ms-linear-gradient(top,#f6f6f6 5%,#fff 100%);background:linear-gradient(to bottom,#f6f6f6 5%,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0);background-color:#f6f6f6}
.quickorder-custom-form.white .quickorder-header { background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#fff),color-stop(1,#f6f6f6));background:-moz-linear-gradient(top,#fff 5%,#f6f6f6 100%);background:-webkit-linear-gradient(top,#fff 5%,#f6f6f6 100%);background:-o-linear-gradient(top,#fff 5%,#f6f6f6 100%);background:-ms-linear-gradient(top,#fff 5%,#f6f6f6 100%);background:linear-gradient(to bottom,#fff 5%,#f6f6f6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0); }

.quickorder-custom-button.light-red .quickorder-button, .quickorder-custom-form.light-red .quickorder-button, .quickorder-custom-button-cart.light-red .quickorder-button-cart{-moz-box-shadow:inset 0 1px 0 0 #f7c5c0;-webkit-box-shadow:inset 0 1px 0 0 #f7c5c0;box-shadow:inset 0 1px 0 0 #f7c5c0;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#fc8d83),color-stop(1,#e4685d));background:-moz-linear-gradient(top,#fc8d83 5%,#e4685d 100%);background:-webkit-linear-gradient(top,#fc8d83 5%,#e4685d 100%);background:-o-linear-gradient(top,#fc8d83 5%,#e4685d 100%);background:-ms-linear-gradient(top,#fc8d83 5%,#e4685d 100%);background:linear-gradient(to bottom,#fc8d83 5%,#e4685d 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8d83', endColorstr='#e4685d', GradientType=0);background-color:#fc8d83;border:1px solid #d83526;color:#fff;text-shadow:0 1px 0 #b23e35}
.quickorder-custom-button.light-red .quickorder-button:hover, .quickorder-custom-form.light-red .quickorder-button:hover, .quickorder-custom-button-cart.light-red .quickorder-button-cart:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#e4685d),color-stop(1,#fc8d83));background:-moz-linear-gradient(top,#e4685d 5%,#fc8d83 100%);background:-webkit-linear-gradient(top,#e4685d 5%,#fc8d83 100%);background:-o-linear-gradient(top,#e4685d 5%,#fc8d83 100%);background:-ms-linear-gradient(top,#e4685d 5%,#fc8d83 100%);background:linear-gradient(to bottom,#e4685d 5%,#fc8d83 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4685d', endColorstr='#fc8d83', GradientType=0);background-color:#e4685d}
.quickorder-custom-form.light-red .quickorder-header { background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#fc8d83),color-stop(1,#e4685d));background:-moz-linear-gradient(top,#fc8d83 5%,#e4685d 100%);background:-webkit-linear-gradient(top,#fc8d83 5%,#e4685d 100%);background:-o-linear-gradient(top,#fc8d83 5%,#e4685d 100%);background:-ms-linear-gradient(top,#fc8d83 5%,#e4685d 100%);background:linear-gradient(to bottom,#fc8d83 5%,#e4685d 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8d83', endColorstr='#e4685d', GradientType=0); }

.quickorder-custom-button.pink .quickorder-button, .quickorder-custom-form.pink .quickorder-button, .quickorder-custom-button-cart.pink .quickorder-button-cart{-moz-box-shadow:inset 0 1px 0 0 #fbafe3;-webkit-box-shadow:inset 0 1px 0 0 #fbafe3;box-shadow:inset 0 1px 0 0 #fbafe3;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#ff5bb0),color-stop(1,#ef027d));background:-moz-linear-gradient(top,#ff5bb0 5%,#ef027d 100%);background:-webkit-linear-gradient(top,#ff5bb0 5%,#ef027d 100%);background:-o-linear-gradient(top,#ff5bb0 5%,#ef027d 100%);background:-ms-linear-gradient(top,#ff5bb0 5%,#ef027d 100%);background:linear-gradient(to bottom,#ff5bb0 5%,#ef027d 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d', GradientType=0);background-color:#ff5bb0;border:1px solid #ee1eb5;color:#fff;text-shadow:0 1px 0 #c70067}
.quickorder-custom-button.pink .quickorder-button:hover, .quickorder-custom-form.pink .quickorder-button:hover, .quickorder-custom-button-cart.pink .quickorder-button-cart:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#ef027d),color-stop(1,#ff5bb0));background:-moz-linear-gradient(top,#ef027d 5%,#ff5bb0 100%);background:-webkit-linear-gradient(top,#ef027d 5%,#ff5bb0 100%);background:-o-linear-gradient(top,#ef027d 5%,#ff5bb0 100%);background:-ms-linear-gradient(top,#ef027d 5%,#ff5bb0 100%);background:linear-gradient(to bottom,#ef027d 5%,#ff5bb0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0', GradientType=0);background-color:#ef027d}
.quickorder-custom-form.pink .quickorder-header { background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#ff5bb0),color-stop(1,#ef027d));background:-moz-linear-gradient(top,#ff5bb0 5%,#ef027d 100%);background:-webkit-linear-gradient(top,#ff5bb0 5%,#ef027d 100%);background:-o-linear-gradient(top,#ff5bb0 5%,#ef027d 100%);background:-ms-linear-gradient(top,#ff5bb0 5%,#ef027d 100%);background:linear-gradient(to bottom,#ff5bb0 5%,#ef027d 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d', GradientType=0); }

.quickorder-custom-button.light-orange .quickorder-button, .quickorder-custom-form.light-orange .quickorder-button, .quickorder-custom-button-cart.light-orange .quickorder-button-cart{-moz-box-shadow:inset 0 1px 0 0 #fce2c1;-webkit-box-shadow:inset 0 1px 0 0 #fce2c1;box-shadow:inset 0 1px 0 0 #fce2c1;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#ffc477),color-stop(1,#fb9e25));background:-moz-linear-gradient(top,#ffc477 5%,#fb9e25 100%);background:-webkit-linear-gradient(top,#ffc477 5%,#fb9e25 100%);background:-o-linear-gradient(top,#ffc477 5%,#fb9e25 100%);background:-ms-linear-gradient(top,#ffc477 5%,#fb9e25 100%);background:linear-gradient(to bottom,#ffc477 5%,#fb9e25 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25', GradientType=0);background-color:#ffc477;border:1px solid #eeb44f;color:#fff;text-shadow:0 1px 0 #cc9f52}
.quickorder-custom-button.light-orange .quickorder-button:hover, .quickorder-custom-form.light-orange .quickorder-button:hover, .quickorder-custom-button-cart.light-orange .quickorder-button-cart:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#fb9e25),color-stop(1,#ffc477));background:-moz-linear-gradient(top,#fb9e25 5%,#ffc477 100%);background:-webkit-linear-gradient(top,#fb9e25 5%,#ffc477 100%);background:-o-linear-gradient(top,#fb9e25 5%,#ffc477 100%);background:-ms-linear-gradient(top,#fb9e25 5%,#ffc477 100%);background:linear-gradient(to bottom,#fb9e25 5%,#ffc477 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477', GradientType=0);background-color:#fb9e25}
.quickorder-custom-form.light-orange .quickorder-header { background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#ffc477),color-stop(1,#fb9e25));background:-moz-linear-gradient(top,#ffc477 5%,#fb9e25 100%);background:-webkit-linear-gradient(top,#ffc477 5%,#fb9e25 100%);background:-o-linear-gradient(top,#ffc477 5%,#fb9e25 100%);background:-ms-linear-gradient(top,#ffc477 5%,#fb9e25 100%);background:linear-gradient(to bottom,#ffc477 5%,#fb9e25 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25', GradientType=0); }