/*
Theme Name: Chromium Theme Child
Theme URI: http://chromium.themes.zone
Author: Themes Zone
Author URI: http://themes.zone
Description: Multi purpose Theme.
Version: 1.0 (see readme.txt for detailed changelog)
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, fixed-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, translation-ready
Text Domain: plumtree
Template: chromium
*/

.wrapper {
    max-width: 1200px;
}

.card {
    /* display: flex; */
    /* justify-content: space-between; */
    margin-bottom: 30px;
    align-items: flex-end;
    margin-left: 20px;
}

.card img {
    width: 50px;
    margin-right: 10px;
}

.card h5 {
    font-weight: 300;
    text-transform: capitalize;
}

.card .card-link {
    display: flex;
    align-items: flex-end;
    margin-left: 30px;
}

div.card a.card-link p {
    margin-bottom: 0;
}

.auto-listings-Tabs-panel {
    background-color: #fafafa;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.auto-listings .auto-listings-tabs .panel {
    padding: 20px;
}

.auto-listings-Tabs-panel h4 {
    font-weight: 900;
    margin-bottom: 10px;
}

.auto-listings .auto-listings-tabs ul.tabs {
    margin-bottom: 0;
    padding: 0;
}

.campa-wrapper {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.campa-wrapper article {
    width: 200px;
    margin-bottom: 20px;
    border: 1px solid black;
    height: auto;
}

.campa-wrapper article a {
    padding: 20px;
}

.auto-listings-items .bottom-wrap {
    width: 100%;
}

.auto-listings-items .bottom-wrap a.al-button {
    width: 100%;
}

/* Detalle coche campa */

.campa-detail {
    padding: 30px 20px;
    background-color: #fafafa;
    width: 100%;
}

.campa-detail > h5 {
    margin-bottom: 10px;
}

.campa-detail ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 0.8em;
}

.campa-detail ul li {
    font-size: 16px;
    margin-bottom: 7px;
}

@media screen and (min-width: 900px) {
    .layout-two-col-right.site-boxed .site-content,
    .layout-two-col-left.site-boxed .site-content {
        max-width: 900px;
    }
}

.campa-info-detail-loop-card{
    display: flex;
    flex-direction: column;
}


/* Estilos lista coches campa */

li.auto-listing .summary h3.title a {
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

li.auto-listing {
    min-height: 500px;
}

.auto-listings-items.grid-view li .summary {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 270px;
}

/* Whatsapp Footer Icon */

.whatsapp-wrapper {
    position: fixed;
    bottom: 20px;
    right: 30px;
    cursor: pointer;
}

.whatsapp-wrapper img {
    width: 50px;
}

.whatsapp-wrapper i {
    width: 50px;
}

table {
    border-collapse: collapse;
    border: none;
}

td {
    border-style : hidden!important;
   }

.woocommerce-account .entry-content .woocommerce  h2{
    width: 100% !important;
    text-align: center;
}

.woocommerce-form-login {
    width:100% !important;
}

.woocommerce-account .entry-content .woocommerce {
    flex-direction:column;
    justify-content:center;
}

#menu-menu-footer li a{
    color: #fff;
}

#pages-1 ul li a {
    color: #fff;
}

.price-wrapper .button {
    color:#fff;
}

.pt-categories a {
    color: #333;
}
.woocommerce-breadcrumb a {
    color: #333;
}