body{
	background: none;
}
@media (min-width: 992px){
	.col-20{
		width: 20%;
		padding-right: 5px;
	    padding-left: 5px;
	}
}
.membership-plan:after {
	width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #006ee6;
    bottom: -8px;
    content: "";
    left: 50%;
    margin-left: -4px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.btn-login {
	border-radius: 25px;
}
.main-content {
	padding-bottom: 300px;
}
.app-content > footer {
	height: 300px;
}
.braintree-form__field-group > label{
	width: 100%;
}
.navbar > .container .navbar-nav > li > .dropdown-menu{
	left: auto;
    right: 0;
}
.forgot{
	color: #909090;
    font-size: 12px;
    position: absolute;
    right: 10px;
    text-shadow: 1px 1px 1px #FFFFFF;
    top: 9px;
}
.bootstrap-tagsinput{
	width: 100%;
}
.bootstrap-tagsinput input {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background-color: transparent !important;
    padding: 0 6px !important;
    margin: 0 !important;
    width: auto !important;
    max-width: inherit !important;
}
.borderless td, .borderless th {
    border: none !important;
}
.sub-category{
	padding-left: 20px;
	margin-bottom: 0px !important;
	display: none;
}
.large-width{
	width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.thumb-info{
	margin-bottom: 20px;
}
#products .thumbnail{
	margin-bottom: 0px;
}
#products .thumbnail img{
	width: 100%;
}
.w50{
	width: 50px !important;
}
.w100{
	width: 100px !important;
}
.w200{
	width: 200px !important;
}
.modal-content{
	border-radius: 0px;
	background-color: #fff;
	background-clip: padding-box;
}
.login-modal-header{
	border-top-left-radius: calc(0px - 0px);
    border-top-right-radius: calc(0px - 0px);
    background: rgb(34, 34, 34);
    border-bottom-color: rgba(233, 236, 239, 0);
    display: block;
    padding: 8px 16px 8px 16px;
}
.login-title{
	color: #ffffff;
    font-family: 'Roboto', sans-serif;
}
.container-fullw{
	border-bottom: none;
}
.ccardimg{
	width: 40px;
}
#transaction_table .odd {
    background: none;
}
.text-decoration-line-through{
	text-decoration: line-through;
}
.paddin-lr-0{
	padding-left: 3px;
	padding-right: 3px;
}