.archive-product ul.products{
    margin: 0 -10px;
    flex-wrap: wrap;
    display: flex;
}
 .archive-product ul.products li {
    list-style: none outside;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 10px;
    margin-left: -1px;
    margin-right: -1px;
    margin-bottom: 20px;
}
.archive-product{
    clear: both;
}
.woocommerce .woocommerce-result-count{
    float: left;
}
.woocommerce .woocommerce-ordering{
    float: right;
}
.woocommerce ul.products li.product a img{
    margin: 0;
}
ul.products li.product a img{
    transition: 0.5s;
}
.product_wrapper .product-thumb{
    overflow: hidden;
}
.archive-product ul.products li.product .product_wrapper:hover a img,.single-product ul.products li.product .product_wrapper:hover a img{
    transform: scale(1.1);
}
.single-product ul.products li.product{
    margin: 0 10px;
}
.related.products  .product_wrapper{
    min-height: 308px;
}
section.products {
    padding: 30px 0;
    border-top: 1px solid #eeee;
}
section.products>h2{
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
    border-bottom: 1px solid;
}
.box_contact_pro {
    display: flex;
    margin-bottom: 15px;
}
.box_contact_pro .icon_contact {
    height: 40px;
    background: #1f70b5;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: #fff;
    flex: auto;
    transition: .3s;
    -webkit-transition: .3s;
    border: none;
    font-size: 15px;
}
.box_contact_pro .icon_contact:last-child {
    margin-left: 10px;
}
.box_contact_pro i {
    padding-right: 7px;
}
.box_contact_pro img {
    width: 38%;
}
.box_contact_pro .icon_contact:hover {
    background: #054985;
}