/*
Theme Name: LiL Havana Cigar Club
Theme URI: https://AmanaNet.com/
Author: jay@AmanaNet.com (Jayesh Patel)
Author URI: https://AmanaNet.com/
Description: A child theme of Plamen (LiL Havana Cigar Club)
Version: 1.0.0
Text Domain: plamen
Template: plamen
*/

#qodef-top-area {display: none !important;}
#qodef-page-header .qodef-header-logo-link.qodef-height--not-set img {width: 85%;}
.qodef-header-sticky-inner {border: none !important;}
.widget.qodef-social-text .qodef-social-text-link,
span.qodef-social-network-text {font-family: none !important;}

.menu-footer-bottom-menu-container ul.menu {display: flex; justify-content: center; gap: 25px; flex-wrap: wrap; font-weight: 700;
text-transform: uppercase;}

/* woocommerce */
#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image {width: auto;margin-bottom: 15px;}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image img {width: 100%;}
.qodef-woo-thumbnails-wrapper {display: -ms-grid;display: grid;-ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;grid-template-columns: repeat(4, 1fr);grid-gap: 15px;}
.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {margin-bottom: 0px;}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information {background-color: #fff;}

body .wc-block-components-button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "Josefin Sans", sans-serif;
    font-size: 12px;
    line-height: 1em;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .06em;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2sease-out, background-color .2sease-out, border-color .2sease-out;
    -o-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    transition: color .2sease-out, background-color .2sease-out, border-color .2sease-out;
    padding: 15px 32px;
    cursor: pointer;
    z-index: 3;
    color: #fff;
    position: relative;
    border: 2px solid transparent;

    background-color: #de6d44;
}
body .wc-block-components-button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    opacity: .6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2scubic-bezier(.46,.03,.52,.96);
    -o-transition: all .2s cubic-bezier(.46, .03, .52, .96);
    transition: all .2scubic-bezier(.46,.03,.52,.96);
}
body .wc-block-components-button:hover{
    color: #fff; background-color: #de6d44;
}
body .wc-block-components-button:hover:after {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    left: -5px;
    top: -5px;
    border-color: #de6d44;
    opacity: 1;
}