/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

.woocommerce.archive .titlebar {
    display: none;
}

.post-type-archive-product .container {
    width: 80vw;
}

.product_gallery_container {
    display: flex;
}

.gallery_products {
    display: flex;
    margin-bottom: 140px !important;
    align-items: flex-end;
}
  
.gallery_products:nth-child(even) {
    flex-direction: row-reverse;
}

.product-image,
.product-data {
    display: flex;
    flex-direction: column;
    flex-basis: 100% !important;
}

.product-image {
    flex: 1;
}

.product-data {
    flex: 3;
    padding: 50px;
}

.gallery_products:nth-child(even) .product-data {
    align-items: flex-end;
}

.gallery_products:nth-child(even) .product-data a{
    text-align: right;
}

.events {
    margin-top: 0px !important;
}

.events .lqd-lp-img {
    margin-bottom: 20px;
}

.events .center-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}

.events a {
    color: #000;
}

.events h2 {
    transition: .2s all;
}

.events a:hover h2 {
    color: #e9c243;
}

.blog-post-footer,
.evento-template-default  .lqd-post-cover {
    display: none !important;
}

.gallery_products .btn span {
    margin-top: 10px;
    transition: .2s all;
}
.product-data a.btn  {
    background: #000;
    padding: 5px 20px;
    color: #fff;
}
.gallery_products .btn:hover span {
    color: #e9c243;
}

.product-data a.btn,
.single-product .product_info .nav-trigger {
    transition: all .3s ease;
}

.product-data a.btn:hover,
.single-product .product_info .nav-trigger:hover {
    background: rgb(233, 194, 67);
    color: rgb(0, 0, 0);
}

.woocommerce div.product.product-layout-component .product_title {
    margin: 0;
}

.woocommerce.archive .container {
    width: 80vw;
}


.messages .lqd-simple-heading,.messages .ld-fh-element {
    display: block !important;
}

/*******
REVER
****/

.woocommerce div.product div.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    width: 70% !important;
    margin: auto;
}