/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/*CUSTOM BY ARTHAS*/
.catalog-ordering.fusion-clearfix {
    display: none;
}
.products li {
    border: 1px solid #129191 !important;
    padding: 1px;
}
.products .fusion-content-sep.sep-double.sep-solid {
    border-color: #129191 !important;
}
.fusion-footer-widget-column {
    margin-bottom: 0 !important;
}
.post-type-archive-product .product-grid-view .featured-image {
    min-height: 375px !important;
}
.post-type-archive-product .featured-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.tabela th {
    background: #197475;
    color: #fff;
    border: 1px solid #fff;
    padding: 3px 5px 3px 5px;
}
.tabela td {
    background: #d3fbfb;
    color: #000;
    text-align: center;
    border: 1px solid #fff;
}
.single-product p img {
    margin-bottom: 2%;
    margin-top: 3%;
}
.tabela2 th {
    background: #0e3f68;
    color: #fff;
    border: 2px solid #c4c4c4;
}
.tabela2 td {
    background: #fff;
    color: #000;
    border: 2px solid #c4c4c4;
    text-align: center;
}
.tabela3 td {
    color: #000;
    text-align: center;
    border: 2px solid #c4c4c4;
    background: #f4f4f4;
}
.tabela3 {
    margin-top: 30px;
}
img.ajust-copyright {
    margin-top: 3px;
}
.home-destaque h4.fusion-carousel-title.product-title.fusion-responsive-typography-calculated {
    text-align: center;
}
li#tab-title-reviews {
    display: none !important;
}
/*END CUSTOM BY ARTHAS*/