.pro_title{
	margin-bottom: 5px;
}
.proUpSec {
    padding: 0 25px;
}

.proUpSec h2 {
    font-size: 28px;
    margin-bottom: 0;
}

.instruction_nav {
    margin-bottom: 20px;
}

.instruction_nav a {
    color: #4035c8;
}
.instruction_nav a:hover {
    text-decoration: underline !important;
}
.prodeuctSecMain{
    box-shadow: 0 0 0 1px rgba(63,63,68,0.05), 0 1px 3px 0 rgba(63,63,68,0.15));
	background: #fff;
}
.productSecMain .proSearchTitle{
	border-bottom: 1px solid #dfe3e8;
    padding: 0 14px;
}

.proSearchTitle span {
    padding: 16px 16px;
    border-bottom: 3px solid #5c6ac4;
    display: inline-block;
}
.proSearchSec {
    padding: 20px 20px 0;
}

.proSearchSec form {
    margin: 0;
    position: relative;
}

.proSearchSec form input[type="search"] {
    border: 1px solid #c4cdd5;
    width: 100%;
    padding: 10px 10px 10px 40px;
}
.proSearchSec form input[type="search"]:palaceholder{
	color: #ccc;
}
.proSearchSec form i {
    position: absolute;
    left: 15px;
    font-size: 14px;
    top: 12px;
    color: #909090;
}
.productData{
	padding: 20px 20px 0;
}
.productRow {
	margin: 0 -15px;    
    display: flex;
    flex-wrap: wrap;
}

.productCol {
    flex: 0 0 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.productCol .productImg {
    overflow: hidden;
    background: #333;
    position: relative;
}
.productCol .productImg::after {
    content: "";
    padding-top: 99%;
    display: block;
}
.productCol .productImg img {
    width: 100%;
    transition: .5s all ease;
    transform: scale(1) translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    vertical-align: top;
}

.productCol a:hover .productImg img {
    transform: scale(1.2) translateY(-50%);
	opacity: .8;
}
.productCol h3 {
    color: #000;
    transition: .5s all ease;
    text-align: center;
}
.productCol a:hover h3 {
	color: #5c6ac4;
}

.pagination {
    text-align: center;
}
.productData.productsLoading {
    opacity: 0.3;
}
.pagination a {
    font-size: 30px;
    margin: 0 10px;
    color: #000;
    border: 1px solid;
    padding: 0 15px;
    border-radius: 5px;
}
.pagination .disabled {
    opacity: 0.3;
    pointer-events: none;
}
.productSecMain {
    position: relative;
}
.pagination a:hover {
    color: #4035c8;
}
.productdxloader {
	position: absolute;
	top: 90px;
	background: transparent;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .4s all ease;
}
.productdxloader i {
    font-size: 30px;
    color: #000;
}

  .productsLoading + .productdxloader {
    opacity: 1;
    visibility: visible;
}