/*
Theme Name: Konte Child Theme
Theme URI: http://konte.uix.store/
Author: UIX Themes
Author URI: http://uix.store
Description: A fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: konte
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: konte
*/

body{
    background-color: #f2f2f2;
    font-family: "Times New Roman",Georgia,Serif;
    padding-top: 126px;
}
button,.woocommerce-product-details__short-description,.s-s,a.add_to_cart_button,li.product,body.woocommerce-cart,body.woocommerce-checkout{
    font-family: helvetica,arieal,sans-serif!important;
}
body.woocommerce-page .page .entry-title {
    font-size: 80px;
    font-size: 3.5rem;
    font-weight: 400;
}
li.product h2 a{
    font-weight: bold;
    color: #6c6c6c;
}
.dorado{
    color: #a87d54 !important;
}
.intro-tienda{
    font-size: 40px;
    line-height: 1.2;
}
#l-d, #l-i {
    width: 10px;
    top: 0;
    height: 100vh;
}
#l-d, #l-i {
    background: #fff;
    z-index: 99999999;
    position: fixed;
}
#l-i {
    left: 0;
}
#l-d {
    right: 0;
}
.woocommerce-breadcrumb,.product_meta,.site-branding,.header-account, .header-search{
    display: none;
    visibility: hidden;
}

.woocommerce div.product .product_title {
    font-size: 3rem !IMPORTANT;
    color: #a87d54;
    }
.woocommerce-Price-amount{
    font-family: helvetica,arieal,sans-serif!important;
}
.woocommerce-product-details__short-description{
    font-size: 1rem!important;
}
.woocommerce-product-details__short-description a{
    text-decoration: underline;
    
}
.header-main, .header-v10 .site-branding {
    height: 36px !important;
}

#masthead{
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}


#contacto a{
    font-family: helvetica,arieal,sans-serif!important;
    color: #fff;
    text-decoration: underline; 
}
#contacto h2{
    font-size: 25px;
    font-weight: bold;
    
}
#contacto .col{
    width: 50%;
}
#contacto{
    min-height: calc(100vh - 126px);
    display: flex;
    flex-flow: row wrap;
    background-color: #121212;
    color: #fff;
    padding-left: 150px;
    padding-right: 150px;
    font-family: helvetica,arieal,sans-serif!important;
    font-size: 16px;
    line-height: 1.2;
    -webkit-align-items: center;
    align-items: center;
}
.konte-message-box.success {
    background-color: #a87d54 !important;
}
div.notifyjs-konte-base.notifyjs-konte-success{
    background-color: #a87d54 !important;
}
.woocommerce-message{
    background-color: #a87d54;
}
h1.product_title{
    margin-bottom: 40px !important;
}



/* ==========================================================================
   Header y navegaciÃ³n
   ========================================================================== */
.principal .content {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}


.sprite-menu {
    width: 58px;
    height: 58px;
    background-position: -49px -82px;
}
.sprite {
    background-image: url(https://www.bodegassaenzdesantamaria.com/img/spritesheet.png);
}
#cargando, .sprite {
    background-repeat: no-repeat;
}
.bajar, .cerrar, .menu-btn, .titulo-vino {
    cursor: pointer;
}
.sprite{
    display: block;
}

.sprite-logo {
    width: 179px;
    height: 37px;
    background-position: -5px -158px;
}




.principal{
    height: 90px;
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 36px;
    left: 0;
    z-index: 998;
}

.menu {
    background-color: #fff;
    width: 100%;
    height: 0px;
    overflow: hidden;
    position: fixed;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0.9;
}
.open .menu {height: 100%;
}
.menu .center {
    display: table;
    height: 100%;
    width: 100%;
}
.menu ul {
    display: table-cell;
    vertical-align: middle;
}
.menu a {font-size: 30px;}
.menu .s-s a{font-size: 15px;font-weight: bold;}
.menu a:hover{color: #a87d54;}

#logo{
    float: left;
    margin-top: 30px;
}
.menu-btn {
    float: right;
    cursor: pointer;
    margin-top: 15px;
}
#logo, .menu-btn{
    z-index: 9999;
    position: relative;
}
.open .menu-btn {width: 58px;
    height: 58px;
    background-position: -117px -82px;}
nav ol, nav ul {
    list-style: none;
    line-height: 1.2;
}
input#submit_redsys_payment_form {
    margin-right: 10px;
    background-color: green;
}


.mobile-menu-hamburger,.header-mobile{
    display: none;
    visibility: hidden;
}
@media (max-width: 1199px) {
.header-main {
    display: block !important;
}
    #contacto{
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media (max-width: 799px) {
    #contacto .col {
        width: 100%;
    }
    .intro-tienda{
    font-size: 30px;
}
}
@media (max-width: 599px) {
    #contacto .col {
        width: 100%;
    }
    .intro-tienda{
    font-size: 20px;
}
}