#tpos-cart {bottom:0;position:fixed;text-align:center;width:100%;z-index:999999;}
#tpos-cart-button {overflow:hidden;background:#000000;border:0;border-top-left-radius:5px;-moz-border-top-left-radius:5px;-webkit-border-top-left-radius:5px;border-top-right-radius:5px;-moz-border-top-right-radius:5px;-webkit-border-top-right-radius:5px;box-shadow:0 0 10px rgba(0,0,0,0.5);-moz-box-shadow:0 0 10px rgba(0,0,0,0.5);-webkit-box-shadow:0 0 10px rgba(0,0,0,0.5);color:white;cursor:pointer;display:inline-block;font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;font-size:20px;font-weight:bold;height:40px;line-height:20px;padding:7px 20px;position:relative;text-decoration:none;text-transform:uppercase;white-space:nowrap;}
#tpos-cart-button:before, #tpos-cart-button:after {content:'';}
#tpos-cart-button:before {position:absolute;top:0;left:0;bottom:0;right:0;background:#2a2a2a;transition:250ms;-webkit-transition:250ms;-ms-transition:250ms;}
#tpos-cart-button:hover:before {opacity:0.8;}
#tpos-cart-button:after, #tpos-cart-button span {position:relative;display:inline-block;vertical-align:middle;}
#tpos-cart-button:after {width:38px;height:30px;margin-left:7px;background-repeat:no-repeat;background-size:100%;background-image:url(//tpos.s3.amazonaws.com/logos/icon-white.png)}
#tpos-cart-button:hover {color:white;}
#tpos-cart-button.no-logo:after {display:none;}
#tpos-cart-img {display:block;height:30px;position:absolute;right:5px;top:5px;}
#tpos-dialog {background-color:white;border:2px solid #2a2a2a;border-radius:5px;box-shadow:0 0 10px 0 rgba(0,0,0,0.5);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,0.5);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.5);box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;margin:0 auto;max-width:100%;min-height:300px;overflow:hidden;position:relative;top:50%;transform:translateY(-50%);width:768px;}
#tpos-dialog.tpos-loading {background-image:url(//tpos.s3.amazonaws.com/themes/tpos/img/load-ripple.gif);background-position:center center;background-repeat:no-repeat;}
#tpos-layer {background-color:rgba(255,255,255,0.75);box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1000000;align-items:center;-webkit-align-items:center;-ms-align-items:center;}
#tpos-layer.tpos-scheme-dark {background-color:rgba(0,0,0,0.75);}
#tpos-layer.tpos-scheme-dark #tpos-dialog {background-color:#303030;}
#tpos-layer.tpos-scheme-dark #tpos-dialog.tpos-loading {background-image:url(load-ripple-on-dark.gif);}
#tpos-layer.tpos-scheme-dark #tpos-dialog iframe {background-color:transparent;}
#tpos-window {background:none;border:0;bottom:0;display:block;height:100%;left:0;margin:0;max-width:100%;min-width:100%;position:absolute;right:0;top:0;width:100%;}
body.tpos-dialog-open{overflow:hidden;}
body {min-height:unset;}
@media screen and (max-width:930px){
	#tpos-dialog{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-ms-border-radius:0;bottom:0;height:100%!important;position:fixed;top:0;transform:translateY(0);width:100%;}
}