#templatelist .page-sub-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 30px;
}

.page-sub-header {
    color: #454545;
}
.clearfix{
    clear: both;
}
#templatelist .page-sub-header h2 {
    color: #fff;
    background: #233973;
    border-color: #233973;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 0;
    display: inline-block;
}
.float-right {
    float: right !important;
    color: #0074d9;
}
#templates_listing_area {
    padding: 30px 45px;
    border: 1px solid #233973;
}
.card.w-100 {
    padding: 5px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.slick-initialized .slick-slide{
    padding: 5px;
}
.card-title{
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}
.mb-2{
    margin-bottom: 2px;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.text-center {
    text-align: center !important;
}
.slick-slide .thumbnail img{
    display: inline-block;
}
.static-colorbox {
    text-align: center;
    min-height: 32px !important;
}
.card-footer{
    padding: 0.75rem 1.25rem;
}
.card-footer a.button{
    background: #000;
    border-color: #000;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    color: #fff !important;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1;
    border-radius: 5px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-transform: capitalize;
    min-height: auto;
}
.product-slick-slider .slick-prev:before,.product-slick-slider .slick-next:before{
    color: #000;
}
.slick-prev[type="button"], .slick-next[type="button"] {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}