/* ==============================================================================
Theme Name: Phlox Pro Child
Theme URI: http://phlox.pro/go/
Author: averta
Author URI: http://www.phlox.pro
Description: Phlox Pro Child Theme
Template: phlox-pro
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column,two-columns, three-columns, left-sidebar, right-sidebar
Text Domain: phlox-pro-child
================================================================================= */

span.gama-highlight {
    background-image: linear-gradient(#00ace9, #00ace1);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 30%;
}
table#size-chart {
    border-bottom: 0;
}
.woocommerce table.shop_attributes td {
    padding: 0 15px;
}

aside .widget-title, .aux-aside .widget-title {
    font-weight: 700;
    margin-bottom: 0.875em;
}
.aux-media-frame.aux-media-image img {
    background: #f5f5f5;
}
.elementor-117 .elementor-element.elementor-element-881a7dd .wpcf7 input[type="submit"] {
    border-radius: 5px;
    float: left;
    font-family: "Open Sans";
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

/*product css layout */
li.product-category {
    display: inline-block;
    text-align: center;
    padding: 5px;
    margin-right: 15px;
    border-style: solid;
    border-color: rgba(0,0,0,0);
    box-shadow: 0px 2px 24px 2px rgba(0,0,0,0.12);
    border-radius:10px;
}

.products-loop li   {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.products-loop li:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.auxshp-sku-wrapper.auxshp-meta-section, .auxshp-cats-wrapper.auxshp-meta-section,.second_content {
    min-width: 30%;
    display: inline-block;
    max-width: 250px;
    vertical-align: top;
}
.second_content {
	text-align: center;
}
.aux-shop-archive .products-loop .loop-tools-wrapper {
    margin-top: 10px;
}
.single-product .auxshp-label {
	color: #00ace9;
}
.single-product .auxshp-sw-wrapper {
    padding: 1em 0 1em 0;
}
.widget-toggle .toggle-content {
    border: unset;
}
/* megethologio table*/
.chart-table table, .chart-table th, .chart-table td {
    border: unset;
    border-bottom: 1px solid #283772;
    color: #2b386b;
}
table#size-chart tr th {
    background: #fff !important;
    color: #283772 !important;
    font-size: 16px;
}
table#size-chart tr td {
    font-size: 16px;
}
#size-chart tr:nth-child(2n+1) {
    background: #ffffff;
}
table#size-chart {
    display: inherit;
}

table tr th, table tr td {
    padding: 1em 1.4em;
    border-bottom: 1px solid #dedede;
    text-align: left;
    border-right: 0;
    border-left: 0;
    border-top: 0;
}
table tr th {
    background-color: #f7f7f7;
}
table tr:last-child th, table tr:last-child td {
    border-bottom: 0;
}
table {
    border:unset;
}
table#size-chart tr th {
    background: #f7f7f7;
    color:#000000;
}
.chart-table td, .chart-table th {
    border-width: 0px 1px 1px 0;
}
div#tab-custom_tab h3 {
    font-size: 18px;
}
h4.wcpoa_attachment_name {
    font-size: 1.2em;
}