/*
Theme Name: Luxwine - Child
Theme URI: http://okthemes.com/luxwine
Author: Cristian Gogoneata
Author URI: http://www.okthemes.com
Description: Vineyard, Winery  & Wine WooCommerce shop
Tags: white, light, dark, two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, featured-images, full-width-template, microformats, sticky-post, theme-options
Text Domain: luxwine
Template: luxwine
Version: 1.0
=======
License: GPL
License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../luxwine/style.css');

/* =Theme customization starts here
-------------------------------------------------------------- */


#allWinesListBlock {

}

body.page-template-default.overflow-hidden .brand {
    height: 220px;
    background-position: center center;
}

body.wines-template-default.overflow-hidden .brand {
    height: 220px;
    background-position: center center;
}

#allWinesListBlock .vc_grid-filter-item {
    cursor: pointer;
    padding: 0;
    margin: 0 15px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Cinzel";
    color: inherit;
    background-color: transparent;
}

#allWinesListBlock .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
    margin-right: 0;
}

#allWinesListBlock .vc_grid-filter-item.vc_active span {
    color: #998067 !important;
}

#allWinesListBlock .vc_grid-filter {
    margin: 0 0 55px 0;
}

.price-text-style {
    color: #998067;
    letter-spacing: 2px;
}

.wine-grid-item-button {
    width: 100%;
}

.wine-grid-item-button a {
    color: #fff !important;
    background-color: #0f2a70 !important;
    border-color: #0f2a70 !important;
    width: 100% !important;
}

.wine-grid-item-button a:hover {
    color: #fff !important;
    background-color: #998067 !important;
    border-color: #998067 !important;
}

.wine-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 50px;
}

.wine-item-related-title h2 {
    margin: 100px 0;
    text-align: center;
    color: #998067;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Cinzel";
}

.wines-template-default .page-meta {
    background-image: url(/wp-content/uploads/2020/12/rwv_header_shop.jpg) !important;
    background-size: cover !important;
}

.wine-item .wine-item-image {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    height: 922px;
}

.wine-item .price {
    margin-bottom: 35px !important;
}

.vs-add-to-cart button {
    color: #fff;
    background-color: #0f2a70;
    border-color: #0f2a70;
    padding: 18px 45px;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Cinzel";
    font-weight: bold;
    line-height: normal;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    height: auto;
}

.vs-add-to-cart button:hover {
    color: #fff;
    background-color: #998067;
    border-color: #998067;
    opacity: 1 !important;
}

#vs-cart #vs-injected-div {
    background-color: rgba(0,0,0,.8);
    border: 1px solid rgba(205, 176, 131, 0.75);
}

#vs-cart #vs-injected-div a {
    background: transparent url(/wp-content/themes/luxwine-child/img/vs-wine-cart-v2.svg) left top no-repeat;
    border: none;
    width: 40px;
    height: 40px;
}

#vs-cart #vs-injected-div a span {
    color: #333333;
    top: 14px;
    left: 48%;
    font-size: 13px;
}

#vs-cart .vs-iframe-wrapper {
    position: fixed;
    top: 0;
}

.single-wines .page-meta-wrapper {
    display: none;
}

.single-wines .wine-item-image img {
    width: auto;
    max-width: auto;
}

.wine-list-top-title {
    top: 3px;
    position: relative;
    text-transform: uppercase;
    float: left;
    width: 100%;
}

@media (max-width: 767px) {
    #allWinesListBlock .entry-content {
        overflow: hidden;
    }
    .single-wines .wine-item-image {
        height: 400px;
        width: 100%;
        max-width: auto;
        display: flex;
        justify-content: center;
    }
    .single-wines .wine-item-image img {
        height: 400px;
        width: auto;
        max-width: auto;
    }
}

