.customer_info {
    border: 1px solid #a59e9e;
    padding: 15px;
    border-radius: 5px;
}

.agency-payment .thumbnail {
    margin-bottom: 5px;
}

.agency-payment .list-bank input[type="radio"] {
    margin-top: -3px;
}

.ss_product168v2_product .banner h4.title a:before {
    content: '';
    width: 51px;
    height: 51px;
    background-color: #046ab0;
    position: absolute;
    right: -30px;
    border: 2px solid #FFF;
    -webkit-transform: rotate(45deg) translate(0,-50%);
    -moz-transform: rotate(45deg) translate(0,-50%);
    -ms-transform: rotate(45deg) translate(0,-50%);
    -o-transform: rotate(45deg) translate(0,-50%);
    transform: rotate(45deg) translate(0,-50%);
    top: calc(50% - 7px);
}

.ss_product168v2_product .banner h4.title {
    background-image: linear-gradient(to right,#2e3192,red);
    background-image: -webkit-linear-gradient(to right,#2e3192,red);
    max-width: 475px;
    overflow: hidden;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: inherit;
    padding-right: 40px;
    width: 100%;
    z-index: 3;
	margin-bottom: 13px;
}

.ss_product168v2_product .banner h4.title a span {
    position: relative;
    z-index: 2;
    margin-left: 32px;
}

.ss_product168v2_product .banner h4.title a {
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 17px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 25px;
    padding: 13px 15px;
}

#category .border-grid-box .catalog-image img {
    width: 100%;
     height: 638px;

}

.grid-pro {
    float: left;
    width: 100%;
    webkit-box-shadow: 1px 1px 4px rgb(8 0 17 / 17%);
    box-shadow: 1px 1px 6px;
    overflow: hidden;
    margin-bottom: 32px;
    padding-bottom: 10px;
    height: 301px;
    border-radius: 13px;
	background:aqua;
}
.grid-pro .img {
    width: 95%;
    height: 240px;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
}
.grid-pro .img img {
    width: auto;
    height: 100%;
}
.grid-pro h3 {

    font-size: 13px;

    margin-bottom: 5px;

    font-weight: 400;

    height: 22px;

    overflow: hidden;
    text-align: center;

}
.price {
    height: 20px;
    margin-top: 5px;
    text-align: center;
}

.grid-pro h3 a {
    color: #333;
}

.list-bank .thumbnail img {
    height: 100px;
    width: auto;
}
.please_checked {
    padding: 10px;
    border-radius: 10px;
    margin: 10px;
    border: 1px solid #046ab0;
}
@media (max-width:499px){
	#category .border-grid-box .catalog-image img{
		display:none;
	}
	.grid-pro .img img {
    width: auto;
    width: 100%;
    height: auto;
}
.grid-pro .img{
	width:100%;
	height: auto;
}
.grid-pro{
	height:220px;
}
}
@media (min-width:499px) and (max-width:600px) {
	#category .border-grid-box .catalog-image img{
		display:none;
	}
	.grid-pro .img img {
    width: auto;
    width: 100%;
    height: auto;
}
.grid-pro .img{
	width:100%;
	height: auto;
}
.grid-pro{
	height:200px;
}
}
@media (min-width:602px) and (max-width:768px) {
	#category .border-grid-box .catalog-image img{
		display:none;
	}
	.grid-pro .img img {
    width: auto;
    width: 100%;
    height: auto;
}
.grid-pro .img{
	width:100%;
	height: auto;
}
.grid-pro{
	height:401px;
}
}

