/*----------------------------------------------------------------------------------------------------------------------------------------------------*/
.tipsy {
    font-size: 14px;
    position: absolute;
    padding: 5px;
    z-index: 100000;
}
.tipsy-inner {
    background-color: #000;
    color: #FFF;
    max-width: 200px;
    padding: 5px 8px 4px 8px;
    text-align: center;
}
.tipsy-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #000;
}
.tipsy-arrow-n {
    border-bottom-color: #000;
}
.tipsy-arrow-s {
    border-top-color: #000;
}
.tipsy-arrow-e {
    border-left-color: #000;
}
.tipsy-arrow-w {
    border-right-color: #000;
}
.tipsy-n .tipsy-arrow {
    top: 0px;
    left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

/* Selection form */
.order-option{
	max-width: 360px;
	height: 95%;
	color: #333;
	padding: 1em 4em 1em 4em;
}
.order-option{
	position: relative;
	font: 14px "helvetica neue",arial,helvetica,freesans,"liberation sans","numbus sans l",sans-serif;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 7px rgba(0,0,0,0.3);
	box-shadow: 0 2px 7px rgba(0,0,0,0.3);
	background-color: #fff;
	margin: 0;
	line-height: 1.2;
	overflow: hidden;
}
.order-option .buy-button #buynow{
	position: relative;
	padding: 0.9em 2em;
	color: #fff;
	display: inline-block;
	font-size: 1.2em;
	text-align: center;
	background-color: #30a0cf;
	background-image: -webkit-linear-gradient(#49abd5, #30a0cf, #2d96c3);
	background-image: -moz-linear-gradient(#49abd5, #30a0cf, #2d96c3);
	color: #fff;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3),inset 0 1px 0 rgba(255,255,255,0.4);
	border-width: 1px;
	border-style: solid;
	border-color: #2680a6;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.6);
	cursor: pointer;
	margin: 0em;
	min-width: 100%;
	margin: 0 auto;
	display: block;
}
.order-option .buy-button #buynow,.order-option .buy-button #buynow:hover{
	background-color: #4a4a4a;
	background-image: linear-gradient(#4a4a4a,#4a4a4a);
	border-color: rgba(0,0,0,0.2);
}
.order-option .buy-button #buynow.disabled{
	opacity: 0.4;
	cursor: not-allowed;
}
.order-option .buy-button #buynow.disabled:hover{
	opacity: 0.4;
	cursor: not-allowed;
}
/* order form */
blockquote{
	font-size: 13.5px!important;
}
form#tband_order{
	font-size: 14px;
	padding: 1em;
	padding-bottom: 0em;
	position: relative;
	height: 100%;
	color: black;
}

form#tband_order #details .order-header{
	border-bottom: 1px solid #ddd;
	padding-bottom: 0.5em;
	font-size: 1.3em;
}
/* ERROR  */
form#tband_order #details .errors{
	width: 100%;
	clear: right;
}
form#tband_order #details .errors .error-message{
	color: red;
}

/* LINE ITEMS */
form#tband_order .line_item{
	padding: 1em 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0.5em;
}

form#tband_order .line_item.line_item_header{
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
	white-space: nowrap;
}
form#tband_order .line_item .description {
	width: 81.63636%;
	float: left;
	margin-right: 9.09091%;
	display: inline;
}

form#tband_order .line_item .description .product-image{
	width: 27.85714%;
	float: left;
	margin-right: 4.28571%;
	display: inline;
}
form#tband_order .line_item .description .product-info{
	width: 65.85714%;
	float: right;
	margin-right: 0;
	display: inline;
}
form#tband_order .line_item .description .product-info .product-name{
	font-size: 1em;
	margin-bottom: 0.5em;
}
form#tband_order .line_item .description .product-info .variants select{
	margin-top: 0;
	margin-bottom: 0.5em;
}
form#tband_order .line_item .description .product-info .variants input{
	margin-top: 0;
	margin-bottom: 0.5em;
}
form#tband_order .line_item .price1{
	text-align: right;
	width: 9.09091%;
	float: right;
	margin-right: 0;
	display: inline;
	position: relative;
}
form#tband_order .line_item .price1 .value{
	position: absolute;
	right: 0;
}

/* ORDER TOTALS */
form#tband_order ul{
	padding-left: 0;
	list-style: none;
}
form#tband_order .order_totals{
	width: 100%;
	border-bottom: 1px solid #ddd;
	margin-bottom: 2em;
}
form#tband_order .order_totals .order_total{
	margin: 1em 0;
}
form#tband_order .order_totals .order_total .label1{
	text-align: left;
	color: #777;
	width: 45%;
	float: left;
}
form#tband_order .order_totals .order_total .value{
	text-align: right;
	width: 45%;
	float: right;
}
/* SHIPPING SECTION */
form#tband_order #ship{
	background-color: #f5f5f5;
	padding: 2em;
	padding-bottom: 0em;
	-moz-box-shadow: 5px 0px 12px rgba(0, 0, 0, 0.05) inset;
	-webkit-box-shadow: 5px 0px 12px rgba(0, 0, 0, 0.05) inset;
	box-shadow: 5px 0px 12px rgba(0, 0, 0, 0.05) inset;	
}

/* CARD FORM */
form#tband_order .card-form{
	margin-bottom: 1em;
}
form#tband_order .card-form{
	background: #eee;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0.5em 0;
	-moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
}
form#tband_order .card-form .section-title{
	margin: 0.5em 0;
	font-size: 14px;
	padding: 1em;
	background: #ddd url(https://www.shoplocket.com/assets/components/credit_card_form/lock-92c9d20c4349b998ad732633e722143d.png) no-repeat 90% center;
	color: #777;
}
form#tband_order .card-form h3.section-title{
	clear: both;
	margin-top: 1em;
	margin-bottom: 0.4em;
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
	white-space: nowrap;
}
form#tband_order .stripe-payment{
	padding: 1em;
}
form#tband_order .card-form input[type='text']{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.15), 0 1px 0px 1px rgba(255,255,255,0.4);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.15), 0 1px 0px 1px rgba(255,255,255,0.4);
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.15), 0 1px 0px 1px rgba(255,255,255,0.4);
	border: 1px solid #b8b8b8;
	font-size: 0.9em;
	color: #3c3c3c;
}
form#tband_order .card-form input[type='text']{
	padding: 0.8em 0.5em;
	width: 100%!important;
	margin-bottom: 1.5em;
	line-height: 1;
	overflow: visible;
	width: auto;
	vertical-align: baseline;
	outline: 0;
	margin: 0;
}
form#tband_order .card-form .field input{
	margin-bottom: 0.5em;
}
form#tband_order .card-form .field.stripe-card-number input{
	background: #fff url(https://www.shoplocket.com/assets/components/credit_card_form/cc_icon-abb6bbea4fdb2daea5c3fd3b59e398fb.png) no-repeat 97% center;
}

form#tband_order .card-form .field.expiration{
	float: left;
	width: 40%;
}

form#tband_order .card-form .field.expiration input:first-child{
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
form#tband_order .card-form .field.expiration input:last-child{
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

form#tband_order .field.expiration input#card_exp_month{
	width: 49.5%!important;
	float: left;
} 

form#tband_order .field.expiration input#card_exp_year{
	width: 50%!important;
	float: left;
}

form#tband_order .card-form .field.cvc {
	float: right;
	width: 38%!important;
}
form#tband_order .card-form .confirm_order{
	margin: 1em;
}
form#tband_order .card-form .confirm_order .button{
	position: relative;
	padding: 0.75em 1em 0.8em;
	color: #fff;
	display: inline-block;
	font-size: 0.95em;
	text-align: center;
	background-color: #ff8448;
	background-image: linear-gradient(#ff8e57,#ff8448,#ff8143);
	color: #fff;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 3px rgba(0,0,0,0.1),inset 0 1px 0 rgba(255,255,255,0.4);
	border-width: 1px;
	border-style: solid;
	border-color: #ff691f;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	margin: 0em 0;
	width: 100%;
}

form#tband_order .card-form .confirm_order .button.checkout{
	background-color: #4a4a4a;
	background-image: linear-gradient(#4a4a4a,#4a4a4a);
	border-color: rgba(0,0,0,0.2);
}

form#tband_order .card-form .confirm_order .button.checkout:hover{
	background-color: #4a4a4a;
	background-image: linear-gradient(#4a4a4a,#4a4a4a);
	border-color: rgba(0,0,0,0.2);
}

.button.checkout.disabled{
	opacity: 0.4;
	cursor: not-allowed;
}
.button.checkout.disabled:hover{
	opacity: 0.4;
	cursor: not-allowed;
}
form#tband_order .button.checkoutbitpay{
	position: relative;
	padding: 0.75em 1em 0.8em;
	color: #fff;
	display: inline-block;
	font-size: 0.95em;
	text-align: center;
	background-color: #ff8448;
	background-image: linear-gradient(#ff8e57,#ff8448,#ff8143);
	color: #fff;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 3px rgba(0,0,0,0.1),inset 0 1px 0 rgba(255,255,255,0.4);
	border-width: 1px;
	border-style: solid;
	border-color: #ff691f;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	margin: 0em 0;
	width: 100%;
}
form#tband_order .button.checkoutbitpay{
	background-color: #4a4a4a;
	background-image: linear-gradient(#4a4a4a,#4a4a4a);
	border-color: rgba(0,0,0,0.2);
}

form#tband_order .button.checkoutbitpay:hover{
	background-color: #4a4a4a;
	background-image: linear-gradient(#4a4a4a,#4a4a4a);
	border-color: rgba(0,0,0,0.2);
}
.button.checkoutbitpay.disabled{
	opacity: 0.4;
	cursor: not-allowed;
}
.button.checkoutbitpay.disabled:hover{
	opacity: 0.4;
	cursor: not-allowed;
}
/* Measurement */
.measurement{
	font-size: 12px;
}
.measurement button{
	padding: 5px 10px!important;
}