.custom-products:hover{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px 1px #dbdbdb;
    -moz-box-shadow: 0 1px 4px 1px #DBDBDB;
    -o-box-shadow: 0 1px 4px 1px #DBDBDB;
    box-shadow: 0 1px 4px 1px #dbdbdb;
}
.custom-products .title{
    color: #1391ce!important;
}
a.order-now {
    font-size: 22px;
    color: #1391ce;
    font-weight: 300;
    color: #fff !important;
    font-size: 20px;
    padding: 5px 15px;
    max-width: 150px;
    float: none;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 15px;
    max-width: 130px;
}
.wristbands_home .customProductType img {
    height: auto;
    width: 87%;
    border: 1px solid #cacaca;
    padding: initial;
}
.customProductType .custom-products {
    margin-bottom: 12px;
    text-align: center;
    margin-right: 1%;
    width: 19%;
    box-shadow: 0 1px 4px 1px #dbdbdb;
    padding: 20px 0;
}

@media (max-width: 1400px){
    .customProductType .custom-products {
        width: 24%;
    }
}

@media (max-width: 991.98px) {
    .customProductType .custom-products {
        width: 32.33%;
    }
}

@media (max-width: 767.98px) {
    .customProductType .custom-products {
        width: 49%;
    }
}

@media (max-width: 480px) {
    .customProductType .custom-products {
        margin-right: 0;
        width: 100%;
    }
    .customProductType .custom-products  a.order-now {
        font-size: 16px;
        padding: 0 6px;
    }
}