.woocommerce .freakoffice-related-products table {
    width: 100%;
border-collapse: separate;
border-spacing: 2px;
}
.woocommerce .freakoffice-related-products table .related-header {
    background: linear-gradient(to bottom,#ffffff 0%,#e5e5e5 100%);
}
.woocommerce  .freakoffice-related-products {
    margin-top: 50px;
    margin-bottom: 50px;
}
.freakoffice-related-products .add_to_cart_button {
    height: 49px;
}
.freakoffice-related-products .freakoffice-add-to-cart a.button.related-button.add_to_cart_button.ajax_add_to_cart {
    background-color: #3f429d;
    color: #fff;
    padding: 1.3em 1.825em;
        margin-left: 20px;
}
.woocommerce div.product .freakoffice-related-products form.cart {
	margin: 0;
}
.woocommerce .freakoffice-related-products .freakoffice-add-to-cart {
        min-width:300px;
}
.freakoffice-related-products .freakoffice-add-to-cart a.button.related-button.add_to_cart_button.ajax_add_to_cart:hover {
    background-color: #fff;
    color: #3f429d;
    border: 1px solid #3f429d;
}

.woocommerce #content-area .freakoffice-related-products table tbody td {
 padding: .1em 0.6em;
 border: 1px solid #f1f2f4;
}

.freakoffice-related-products table tbody tr:hover {
    background-color: #f1f1f1;
        cursor: pointer;
}

.freakoffice-related-products .qib-container:not(#qib_id):not(#qib_id) {
 display:block;
}

@media screen and (max-width: 768px) {
    .woocommerce div.product .freakoffice-related-products form.cart div.quantity {
	  margin-right: 0px !important;
    }
   .woocommerce .freakoffice-related-products {
   margin-top: 25px;
   } 

    .woocommerce .freakoffice-related-products table thead {
        display: none;
    }
    .woocommerce .freakoffice-related-products table td, .woocommerce .freakoffice-related-products table tr {
        display: block;
        clear: both;
    }
    .woocommerce .freakoffice-related-products table td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        width: 30%;
    }
   
    .woocommerce .freakoffice-related-products table tr {
        margin-bottom: 40px;
        border-top: 5px solid #cecece;
        border-bottom: 5px solid #cecece;
        border-radius: 5px;
    }
}
