/*
Theme Name: Envo Store
Theme URI: https://envothemes.com/
Author: EnvoThemes
Description: Envo Store is clean and modern responsive WooCommerce WordPress theme that has an eye-catching design. The theme is responsive, super fast, SEO friendly, WPML and RTL ready. Documentation: https://envothemes.com/documentation/ Theme demo: https://envothemes.com/envo-store/
Version: 1.0.4
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-menu, featured-images, theme-options, translation-ready
Text Domain: envo-store

*/

/* The bootstrap.css file is auto-enqueued in functions.php */
/* WordPress Core */
.gallery-caption {
    font-weight: bold;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
img.alignnone {
    max-width: 96%;
    height: auto;
    width: auto;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 10px 0 0 0;
}
/* Recommended CSS from WP for defined content width support */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}
iframe,
embed {
    max-width: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
.sticky,
.bypostauthor {}
table { 
  width: 100%; 
  border-collapse: collapse; 
}
th { 
  font-weight: bold; 
}
td, th { 
  padding: 4px; 
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

@media (min-width: 1440px) {
    .container {
        width: 1380px;
        max-width: 100%;
    }
}
body {
    padding: 0;
    color: #404040;
    font-weight: 400;
    line-height: 1.8;
    font-size: 16px;
    word-wrap: break-word;
}
.main-container {
    background-color: #fff;
    padding-top: 20px;
}
a, a:active, a:hover, a:focus {
    text-decoration: none;
    color: #a4916d;
}
.navbar {
    margin-bottom: 0;
    background-color: #fff;
    border-radius: 0;
}
@media (max-width: 767px) {
    .dropdown-menu {
        position: static;
        display: block;
        float: none;
        padding: 0;
        background-color: transparent;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 3px 30px;
    }
    .dropdown-submenu>.dropdown-menu {
        padding-left: 10px;
        margin-top: 0 !important;
    }
    .dropdown-submenu>a:after {
        display: none !important;
    }
    .navbar-nav li .dropdown-menu {
        border-top: none !important;
    }
    aside {
        clear: both;
    }
}
@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    nav#site-navigation {
        border-bottom: 1px solid #dcdcdc;
        border-top: 1px solid #dcdcdc;
    }
    .navbar .navbar-collapse {
        text-align: center;
    }
    .main-menu {
        margin-top: 0;
        text-align: center;
    }
    .nav > li > a:after {
        position: absolute;
        content: '';
        top: -2px;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #a4916d;
        -webkit-transition: width 1s;
        transition: width 1s;
    }
    .nav > li:hover > a:after {
        width: 100%;
    }
}
.container-fluid.top-navigation {
    padding-left: 0;
    padding-right: 0;
}
.dropdown-menu>li>a {
    border-bottom: 0;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.navbar-nav li:hover .dropdown-menu{
    visibility:visible;
    border-top: 4px solid #a4916d;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.navbar-toggle {
    border: 1px solid #ccc;
}
.navbar-toggle .icon-bar {
    background-color: #ccc;
}
.navbar-nav > li > a {
    border-bottom: 0;
    color: #000;
    text-transform: uppercase;
}
.nav > li > a:hover, 
.nav > li > a:focus,
.nav .open > a, 
.nav .open > a:hover,
.nav .open>a:focus {
    background-color: transparent;
    border-color: transparent;
}
.nav > li.active > a:after, .current-page-parent:after {
    position: absolute;
    content: '';
    top: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #a4916d;
}
article {
    clear: both;
    margin-bottom: 60px;
    width: 100%;
}
.updated:not(.published) {
    display: none;
}
.space-right {
    margin-right: 5px;
}
.page-header a, button a, .btn a {
    border: none;
}
.page-header {
    width: 100%;
    margin: 20px 0 20px;
}
.single-entry-summary {
    padding-bottom: 10px;
    margin: 20px 0;
}
.single-content.row {
    margin-bottom: 60px;
}
.single-thumbnail {
    text-align: center;
}
input, textarea {
    background-color: #f0f2f5;
    border: 1px solid transparent;
    padding: 10px;
    color: #464a4c;
    border-radius: 0;
    margin-bottom: 10px;
}
select {
    max-width: 100%;
    padding: 5px;
}
.site-header {
    padding-top: 15px;
    padding-bottom: 30px;
    background-color: #fff;
}
a.featured-thumbnail {
    width: 100%;
    float: left;
    text-align: center;
    border: 0;
}
nav.navigation.pagination {
    text-align: center;
    width: 100%;
    clear: both;
    margin: 20px 0;
}
nav.navigation.pagination .nav-links a, nav.navigation.pagination .current {
    padding: 10px;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
}
nav.navigation.pagination .current {
    background-color: rgba(0, 0, 0, 0.64);
    color: #fff;
}
.footer-credits {
    border-top: 1px solid #ccc;
    padding: 15px;
    clear: both;
}
#searchform input {
    width: 100%;
}

/* Comments */
textarea#comment {
    width: 100%;
}
cite.fn {
    font-weight: bold;
}
a.comment-reply-link {
    border: 1px solid #ccc;
    padding: 10px;
}
.reply {
    margin: 20px 0;
}
.comment-meta.commentmetadata {
    margin: 10px 0;
    font-size: 12px;
    font-style: italic;
}
.comment-body {
    margin-bottom: 40px;
}
.commentlist li {
    list-style-type: none;
}
img.lazy {
    opacity: 0;
    transition: opacity .3s ease-in;
}
.error-template {
    padding-bottom: 60px;
}

#site-navigation .container {
    position: relative;
    padding-right: 50px;
}
.header-cart {
    position: absolute;
    right: 15px;
    top: 12px;
}
i.cart-icon {
    background-image: url(img/cart.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
}
a.cart-contents i {
    color: #000000;
    font-size: 30px;
    line-height: 30px;
    position: relative;
}
.cart-contents span.count {
    font-size: 15px;
    padding: 5px;
    color: #fff;
    background-color: rgba(164, 145, 109, 0.67);
    border-radius: 3px;
    line-height: 15px;
    margin: 0;
    position: absolute;
    top: -10px;
    right: -10px;
    font-style: initial;
}
ul.site-header-cart {
    opacity: 0;
    display: none;
    position: absolute;
    z-index: 50;
}
.header-cart-block:hover ul.site-header-cart {
    display: block;
    opacity: 1;
    right: -20px;
    min-width: 350px;
    background-color: #fff;
    border: 1px solid #a4916d;
    border-radius: 5px;
    padding: 10px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
}

.woocommerce ul.products li.product .star-rating {
    margin: 0 auto;
    margin-bottom: 10px;
}
.woocommerce ul.products li.product .price, 
.shop_slider .shop_slider_ul li .item_wrapper .price, 
.woocommerce-page ul.products li.product .price, 
.widget_price_filter .price_label .from, 
.widget_price_filter .price_label .to, 
.woocommerce ul.product_list_widget li .quantity .amount, 
.woocommerce .product div.entry-summary .price,
.woocommerce .star-rating span {
    color: #a4916d;
}
.woocommerce a.button_theme, 
.woocommerce a.checkout-button, 
.woocommerce button.button, 
.woocommerce .button.add_to_cart_button, 
.woocommerce .button.product_type_external, 
.woocommerce input[type="submit"], 
.woocommerce input[type="reset"], 
.woocommerce input[type="button"], 
.woocommerce a.checkout-button,
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce .widget_shopping_cart .buttons a, 
.woocommerce.widget_shopping_cart .buttons a,
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus,
.btn-default {
    background-color: #a4916d;
    color: #fff;
    border-color: #a4916d;
    -webkit-transition: width 0.4s;
    transition: width 0.4s;
}
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
    background-color: #a4916d;
    color: #fff;
    border-color: #a4916d;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, 
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, 
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #a4916d;
}

.woocommerce div.product form.cart div.quantity input {
    padding: 3px;
}
.widget.widget_shopping_cart .buttons {
    text-align: center;
}
.woocommerce #reviews #comments ol.commentlist {
    padding-left: 0;
}

/* Homepage masonry */
.top-grid-products.row {
    top: -15px;
    margin-bottom: 15px;
}
.products-line {
    position: relative;
    padding: 5px;
    width: 16.666666%;
    overflow: hidden;
    float: left;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.top-category-description {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    padding: 15px;
    color: #000;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    word-wrap: break-word;
    z-index: 2;
}

.products-line:nth-child(8n-5) {
    width: 33.333333%;
}
@media only screen and (max-width: 991px) {
    .products-line,
    .products-line:nth-child(8n-5) {
        width: 50%;
    }
}
@media only screen and (max-width: 500px) {
    .products-line,
    .products-line:nth-child(8n-5) {
        width: 100%;
    }
}
.top-cat-heading {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-left: 20px;
    margin-right: 20px;
}
.top-cat-heading h2 a {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.top-cat-heading h2{
    margin: 0;
    padding: 0;
    line-height: 25px
}
.price {
    color: #fff;
}
.top-cat-img:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    background-color: rgba(164, 145, 109, 0.3);
    right: 5px;
    z-index: 1;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.products-line:hover .top-cat-img:after {
    background-color: rgba(164, 145, 109, 0.8);

}