/*
Theme Name: Bestore
Theme URI: https://themes4wp.com/theme/bestore/
Author: Themes4WP
Author URI: https://themes4wp.com/
Description: Bestore is lightweight, very fast, clean responsive WooCommerce WordPress theme. Bestore is the perfect free theme for e-commerce shop. Theme is Search Engine Optimized (SEO) friendly. Theme is perfect suitable for clothing, electronics, mobile, fashion, affiliate and almost any type of store.
Version: 1.0.2
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, custom-header, custom-logo, full-width-template, e-commerce	
Text Domain: bestore

*/

/* 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;
}
.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;
}
.wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 10px 10px 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;
}
body {
    padding: 0;
    color: #404040;
    font-weight: 400;
    line-height: 1.8;
    font-size: 16px;
    word-wrap: break-word;
}
a, a:active, a:hover, a:focus {
    text-decoration: none;
    color: #c58408;
}
@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;
    }
    .navbar .navbar-collapse {
        text-align: center;
    }
    .main-menu {
        margin-top: 0;
        margin-bottom: 0;
        text-align: center;
    }
    .nav > li > a:after {
        position: absolute;
        content: '';
        bottom: -2px;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #c58408;
        -webkit-transition: width 1s;
        transition: width 1s;
    }
    .nav > li:hover > a:after {
        width: 100%;
    }
}
#site-navigation .container {
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
}
#site-navigation .container:after {
    content: '';
    border-bottom: solid 1px gainsboro;
    width: 100%;
    position: absolute;
    bottom: -3px;
    left: 0;
}
.navbar {
    margin-bottom: 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-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: '';
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #c58408;
}
.container-fluid.header-container {
    padding: 0;
}
.content-container, .main-menu, .site-header {
    background-color: #fff;
}
article {
    clear: both;
    margin-bottom: 60px;
    width: 100%;
}
.single-footer {
    clear: both;
}
.updated:not(.published) {
    display: none;
}
.space-right {
    margin-right: 5px;
}
.page-header a, button a, .btn a {
    border: none;
}
.page-header {
    width: 100%;
}
.page-header a {
    color: #000;
}
.content-entry-summary {
    padding-bottom: 9px;
    margin: 0 0 20px;
}
.single-content {
    margin-bottom: 60px;
}
label {
    display: block;
}
input, textarea {
    background-color: #e2e2e2;
    border: 1px solid transparent;
    padding: 10px;
    display: block;
    color: #464a4c;
    border-radius: 0;
    margin-bottom: 10px;
}
textarea {
    width: 100%;
}
select {
    max-width: 100%;
    padding: 5px;
}
.site-header {
    padding-top: 15px;
    padding-bottom: 30px;
}
.main-content.row {
    padding-top: 20px;
}
a.featured-thumbnail {
    width: 100%;
    float: left;
    text-align: center;
    border: 0;
    position: relative;
    margin-bottom: 20px;
    min-height: 150px;
}
.page-header.page-header-img {
    position: absolute;
    bottom: 0;
    border-bottom: 0;
    padding: 20px;
    background-color: black;
    color: white;
}
.page-header {
    margin-top: 10px;
}
.single-content header {
    padding-left: 0;
    margin-bottom: 15px;
}
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 {
    position: relative;
}
.searchform input[type="text"]{
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.searchform input[type="submit"]{
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px
    border-radius: 2px;
}

/* Comments */
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: 30px;
}
.header-cart {
    position: fixed;
    top: 20%;
    right: -2px;
}
a.cart-contents {
    border: 1px solid;
    padding: 35px 20px 15px 15px;
    background-color: #fff;
}
a.cart-contents i {
    color: #000000;
    font-size: 30px;
    line-height: 30px;
    position: relative;
}
i.cart-icon {
    background-image: url(img/cart.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
}
.cart-contents span.count {
    font-size: 15px;
    padding: 5px;
    color: #fff;
    background-color: rgba(197, 132, 8, 0.66);
    border-radius: 3px;
    line-height: 15px;
    margin: 0;
    position: absolute;
    top: -10px;
    right: -10px;
}
ul.site-header-cart {
    display: block;
    opacity: 0;
    position: absolute;
    z-index: 50;
    right: -400px;
    min-width: 350px;
    background-color: #fff;
    border: 1px solid #c58408;
    border-radius: 5px;
    padding: 10px;
    -webkit-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
}
.header-cart-block:hover ul.site-header-cart {
    opacity: 1;
    right: -3px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce .product-category h3 {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
    left: 50%;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.75);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.woocommerce mark, 
.woocommerce .mark {
    background: transparent;
    color: inherit;
}
li.product-category.product {
    position: relative;
}
.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: #c58408;
}
.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,
.searchform input[type="submit"],
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus,
.btn-default {
    background-color: #c58408;
    color: #fff;
    border-color: #c58408;
    -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: #c58408;
    color: #fff;
    border-color: #c58408;
}
.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: #c58408;
}

.woocommerce div.product form.cart div.quantity input {
    padding: 3px;
}
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    padding: 10px 6px 5px;
}
.woocommerce #reviews #comments ol.commentlist {
    padding-left: 0;
}
.woocommerce-checkout label {
    display: initial;
}
.woocommerce-checkout input, textarea {
    display: initial;
}
.widget.widget_shopping_cart .buttons {
    text-align: center;
}
.homepage-layout .entry-content {
    padding-top: 25px;
    display: inline-block;
}
.top-grid-content {
    display: inline-block;
    float: left;
    clear: both;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
}
.top-grid-cat {
    position: relative;
    padding: 0;
}
.top-grid-heading {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
    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%);
    -webkit-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
}
.top-grid-img:after {
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    position: absolute;
    -webkit-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
}
.top-grid-cat:hover .top-grid-img:after {
    background-color: rgba(255, 255, 255, 0.4);
}
.top-grid-cat:hover .top-grid-heading {
    color: #000;
}
.top-grid-img img {
    width: 100%;
    max-height: 750px;
}
@media (min-width: 768px) {
    .top-grid-img.second-img img {
        max-height: 187px;
    }
}
@media (min-width: 992px) {
    .top-grid-img.second-img img {
        max-height: 242px;
    }
}
@media (min-width: 1200px) {
    .top-grid-img.second-img img {
        max-height: 292px;
    }
}
