#customproductblock_3 .cpb_cat{
    display: inline-block;
    padding: 0 15px 0 15px;
}

#customproductblock_3 .cpb_title{
    text-align: center;
}

#customproductblock_3 .cpb_title h3{
    position: relative;
}

#customproductblock_3 .cpb_title span{
    text-transform: uppercase;
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    z-index: 9;
}

#customproductblock_3 .cpb_title h3::after{
    border-bottom: 1px solid #ddd;
    bottom: 10px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}

#customproductblock_3 .cpb_title h3::before{
    border-bottom: 1px solid #ddd;
    bottom: 10px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}

#customproductblock_3 .cpb_cat_block{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

#customproductblock_3 .cpb_cat a div{
    color: #000;
    font-size: 15px;
    text-transform: none;
    position: relative;
}

#customproductblock_3 .cpb_cat a:hover > div {
  color: #2688da;
}

#customproductblock_3 .cpb_cat a div::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -4px;
  left: 0;
  background-color: #2688da;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#customproductblock_3 .cpb_cat a:hover div::before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#customproductblock_3 .cpb_product_block{
    padding-top: 15px;
}

#customproductblock_3 .cpb_products{
    padding-left: 10px;
    padding-right: 10px;
}

#customproductblock_3 .cpb_product{
    /* padding-bottom: 15px; */
    padding: 0 5px 10px 5px;
}

#customproductblock_3 .cpb_inner{
    position: relative;
}

#customproductblock_3 .cpb_blocks{
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 5px 5px 14px 5px;
    position: relative;
    background-color: #fff;
}

#customproductblock_3 .cpb_inner .sale-box{
    z-index: 1;
}

#customproductblock_3 .cpb_product .ajax_add_to_cart_button {
    background: #2688da !important;
    color: #fff;
    display: block;
    margin: 5px auto 10px auto;
    padding: 9px 0;
    text-align: center;
    width: 90%;
    font-weight: 300;
}

#customproductblock_3 .cpb_product .ajax_add_to_cart_button:hover{
    background-color: #2475B7 !important;
}

#customproductblock_3 .cpb_product .ajax_add_to_cart_button span{
    font-size: 16px;
}


#customproductblock_3 .cpb_inner .wishlist a{
    height: unset;
    line-height: normal;
    color: #2688da;
    display: block;
    margin: 5px auto 10px auto;
    padding: 4px !important;
    text-align: center;
    width: 100%;
    cursor: pointer;
    font-size: 14px;
}

#customproductblock_3 .cpb_inner .wishlist a:hover{
    color: #2475B7;
}

#customproductblock_3 .cpb_inner .product_name_block{
    text-align: center;
    margin: 10px 0;
    font-size: 13px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}

#customproductblock_3 .cpb_inner a.cpb_product_name{
    text-align: center;
    color: #000;
    text-transform: none;
    font-weight: 800;
}

#customproductblock_3 .cpb_inner a.cpb_product_name:hover{
    color: #2688da;
}

#customproductblock_3 .cpb_inner p.product-desc{
    text-align: center;
    display: block;
    height: 115px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.4;
}

#customproductblock_3 .functional-buttons{
    position: absolute;
    border: 1px solid #ddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 100%;
    border-top: none;
    left: 0;
    top: 99%;
    z-index: 95;
    background: #fff;
    opacity: 0.99;
}

#customproductblock_3 .btn.disabled, 
#customproductblock_3 .btn[disabled]:hover{
    opacity: 0.3 !important;
}

#customproductblock_3 .content_price{
    height: 44px;
}

#customproductblock_3 .reviews-block{
    display: block;
}

@media (min-width: 1199px){
    #customproductblock_3 .cpb_product{
        width: 20%;
    }

    #customproductblock_3 .cpb_inner > .functional-buttons{
        display: none;
    }

    #customproductblock_3 .cpb_inner:hover .cpb_blocks{
        border-color: #2688da;
    }

    #customproductblock_3 .cpb_inner:hover > .functional-buttons{
        display: block;
        border-color: #2688da;
    }
}

@media (max-width: 1199px) {
    #customproductblock_3 .functional-buttons{
        position: static;
    }

    #customproductblock_3 .cpb_blocks{
        margin-bottom: -10px;
        border-bottom: none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    #customproductblock_3 .reviews-block{
        display: none;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    #customproductblock_3 .cpb_cat a div{
        font-size: 13px;
    }
}

@media (max-width: 992px) {
    #customproductblock_3 .cpb_cat_block{
        display: none;
    }
}

@media (max-width: 991px) and (min-width: 621px){
    #customproductblock_3 .cpb_product{
        width: 25%;
    }
}

@media (max-width: 620px) and (min-width: 471px){
    #customproductblock_3 .cpb_product{
        width: 33.3%;
    }
}

@media (max-width: 470px) and (min-width: 331px){
    #customproductblock_3 .cpb_product{
        width: 50%;
    }
}

@media (max-width: 330px){
    #customproductblock_3 .cpb_cat{
        width: 100%;
    }

    #customproductblock_3 .cpb_product{
        width: 100%;
    }
}
