.is-invalid{
	border:2px solid #ff0000;
}

.form-control{
	background-color: #ffffff;
}

.table_fixed_header {
    display: flex;
    flex-flow: column;
    width: 100%;
    height:500px;
}

.table_fixed_header thead {
    flex: 0 0 auto;
}

.pointer tr{
	cursor: pointer;
}

.table_fixed_header tbody {
    flex: 1 1 auto;
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
}

.table_fixed_header tr {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.important-text{
	font-family: "Archivo Narrow",sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6em;
    text-transform: uppercase;
}

.text-dark-red{
	color:#cc0000;
}

.text-template-color{
	color: #2ac37d!important;
}

.btn-template{
    background: #2ac37d;
    color:white;
}

.text-warning{
	color:#ff9900!important;
}


.overlay-text-centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    font-weight: 5000;
}

.opaque-text-img-container{
	position: relative;
	text-align: center;
}

.opaque-img{
	opacity: 0.5;
}


.timer-text{
	font-family: "Archivo Narrow",sans-serif;
	display: inline-block;
	font-size: 4em;
}


.btnWatchList-added{
	background-color:#2ac37d!important;
}

.custom-thumb-img{
	height:200px!important;
	display:block;
}

.ps-badge{
	display: inline-block;
    position: absolute;
    left: 0;
    width: 50px;
    height: 35px;
    z-index: 10;
    background-color: #2ac37d;
	top:48%;
}

.ps-badge--2nd {
    left:81.5%;
}

.ps-badge--sale {
    background-color: #6600cd;
}

.ps-shoe .ps-shoe__price{
	top:20px;
}

/*.ps-products-wrap .ps-products {
    position: relative;
    left: 0;
    padding-left: 0;
    float: none;
    width: 100%;
}*/

/*.ps-product__columns .ps-product__column {
    width: 20%;
}*/

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 250px;
}

.ps-mission{
    background-repeat:no-repeat!important;
    background-position: center!important
}


.ps-mission:before {
    background-color: rgba(0,0,0,.10)!important;
}

.pagetopdetails, .pagetopdetails span{
    font-family: "Archivo Narrow",sans-serif;
    font-size:24px;
    font-weight: 700;
}

a.disabled{
    cursor:default;
    text-decoration:none;
}

.tp-bgimg{
    background-size: 100% 100%!important;
}

.ps-post--2 .ps-post__thumbnail{
    width:310px;
    min-width: 310px;
}

.ps-post__title:hover {
    color: #2AC37D;
}

.ps-post__title {
    display: block;
    margin-bottom: 5px;
    font-family: "Archivo Narrow", sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #5b5b5b;
    text-transform: uppercase;
    line-height: 1.2em;
}

.ps-post__morelink:hover {
    color: #2AC37D;
}

.ps-post__header p a {
    color: #2AC37D;
}

.ps-post__morelink {
    font-family: "Archivo Narrow", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #8d8d8d;
}

.btnWatchlist{
    position: relative;
    display: inline-block;
    width: 55px;
    height: 55px;
    background-color: #999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.btnWatchlist i{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 22px;
    color: #fff;
}

.btnHighlight, .ps-tags li a.btnHighlight{
    background-color: #2ac37d!important;
    color:#ffffff!important;
}