/*
Theme Name: E-DOKAN 
Author: Amit Kollol Dey 
Description: This is a woocommerce theme.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: e-dokan 
Tags: left-sidebar,fixed-layout,responsive-layout,accessibility-ready, custom-background, custom-header, custom-menu,theme-options
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

E-DOKAN is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
svg:not(:root) {
    overflow: hidden;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul ul li {}
.main-navigation li:hover > a,
.main-navigation li.focus > a {}
.main-navigation ul ul:hover > a,
.main-navigation ul ul .focus > a {}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {}

/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}

/* Search widget. */

.widget_search .search-submit {
    display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

h2 a {
    font-size: 30px;
}
.search-form > label {
    width: 100%;
}
.page-numbers.current {
    background: #514142 none repeat scroll 0 0;
    border: 1px solid;
    color: #fff;
    padding: 10px 15px;
}
.page-numbers {
    padding: 9px 14px;
}
.nav-links {
    position: relative;
}
.nav-links::after {
    clear: both;
    content: "";
    display: block;
}
.nav-links {
    position: relative;
}
.nav-links::after {
    clear: both;
    content: "";
    display: block;
}
.comment-form label {
    display: block;
}
.comment-form textarea {
    height: 150px;
    padding: 5px;
    resize: none;
    width: 100%;
}
.comment-form input {
    padding: 5px;
    width: 100%;
}
.contact_form {
    margin: 75px 0;
}
.post_thumbnail {
    background: #eee none repeat scroll 0 0;
    border: 1px solid;
    margin: 20px 0;
    padding: 5px;
}
.post_title_meta {
    margin: 20px 0;
}
.post_content p {
    font-size: 14px;
    line-height: 22px;
}
.post_content {
    padding: 10px;
}
.blog_area article,
.search_area article,
.archive_area article {
    border-bottom: 1px dashed;
    margin: 20px 0;
}
.single_pro_cart {
    text-transform: capitalize;
}
a.added_to_cart {
    display: none !important;
}
.button.add_to_cart_button.product_type_simple.single_pro_cart.added {
    display: block;
}
.button.add_to_cart_button.product_type_simple.single_pro_cart.added i {
    margin-right: 2px;
}
#respond input#submit.added::after,
a.button.added::after,
button.button.added::after,
input.button.added::after {
    content: "";
    font-family: WooCommerce;
    margin-left: auto;
    right: 0;
}
.button.add_to_cart_button.product_type_simple.single_pro_cart.added {
    display: block;
    line-height: 30px;
}
div#festi-cart-pop-up-content div.festi-cart-pop-up-body {
    background-color: rgba(255, 255, 255, 1)!important;
    border: 3px solid!important;
    border-radius: 0!important;
    box-shadow: none!important;
    padding: 10px!important;
    width: 400px!important;
}
div.festi-cart-pop-up-body div.festi-cart-pop-up-header span.festi-cart-added-to-cart-msg {
    color: inherit!important;
    font-size: 20px!important;
}
div.festi-cart-pop-up-footer span.festi-cart-continue.b-close span.festi-cart-continue-shopping {
    background-color: #ffffff!important;
    border: 0 solid #e0e0e0!important;
    border-radius: 0!important;
    color: inherit!important;
    font-size: 20px!important;
    line-height: 20px!important;
    padding-bottom: 10px!important;
    padding-top: 10px!important;
}
body div.festi-cart-pop-up-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-title a.festi-cart-title,
body div.festi-cart-pop-up-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-title span.festi-cart-title {
    color: inherit!important;
    font-size: 14px!important;
    font-weight: 600!important;
}
div.festi-cart-products-content div.festi-cart-total,
div.festi-cart-widget-products-content div.festi-cart-total,
div.festi-cart-pop-up-products-content div.festi-cart-total {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    color: inherit !important;
}
div#festi-cart-pop-up-content span.festi-cart-closed.b-close span.festi-cart-closed-button {
    color: inherit!important;
    font-size: 30px!important;
    font-weight: bold!important;
}
body div.festi-cart-pop-up-products-content p.festi-cart-buttons a.festi-cart-view-cart,
body div.festi-cart-pop-up-products-content p.festi-cart-buttons a.festi-cart-checkout {
    background-color: #514142!important;
    border: 0 none!important;
    border-radius: 0!important;
    color: #fff!important;
    font-size: 14px!important;
    padding: 5px 10px!important;
}
body div.festi-cart-pop-up-products-content p.festi-cart-buttons a.festi-cart-view-cart:hover {
    background: #514142!important
}
.add_to_cart_button.single_pro_cart {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    color: #514142 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 0 !important;
}
.add_to_wishlist {
    border: medium none;
    border-radius: 0 !important;
    display: block;
    height: 25px;
    padding: 10px;
    text-indent: -99999px;
    width: 25px;
    background: url(img/wish.png)no-repeat;
}
.yith-wcwl-add-button .ajax-loading {
    display: none !important;
}
.yith-wcwl-add-to-wishlist {
    margin-top: 5px !important;
}
.yith-wcwl-wishlistaddedbrowse.show {
    display: none !important;
}
.acc_wish_cart a {
    position: relative;
}
.cart_details {
    background: #514142 none repeat scroll 0 0;
    color: #fff;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 100%;
    transition: all 0.5s ease 0.1s;
    visibility: hidden;
    width: 200px;
    z-index: 999;
}
.acc_wish_cart a:hover > .cart_details {
    visibility: visible
}
.cart_details span {
    display: inline-block;
}
#yith-wcwl-popup-message {
    background: white none repeat scroll 0 0;
    border: 3px solid #514142;
    border-radius: 0 !important;
    color: #514142;
    left: 50%;
    line-height: 50px;
    padding: 10px !important;
    position: fixed;
    text-align: center;
    top: 50%;
    z-index: 10000;
}
body div.festi-cart-pop-up-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-img a.festi-cart-img img,
body div.festi-cart-pop-up-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-img span.festi-cart-img img {
    max-width: 100px!important;
    width: 100px!important;
}
.cat_thumb {
    background: #eee none repeat scroll 0 0;
    border: 1px solid;
    margin: 30px 0;
    padding: 5px;
}
.cat_thumb img {
    height: 300px;
    width: 100%;
}
.page-numbers.current {
    background: #514142 none repeat scroll 0 0 !important;
    border-color: #514142;
    border-radius: 0 !important;
    color: #fff !important;
}
.page-numbers.pagination {
    border: medium none !important;
    border-radius: 0;
    box-shadow: none !important;
}
.woocommerce-pagination {
    text-align: left;
}
.page-numbers.pagination {
    float: left;
}
.page-numbers.pagination > li {
    margin-right: 10px !important;
}
ul.pagination li a.page-numbers,
ul.pagination span.page-numbers.current {
    padding: 10px 12px !important;
}
.woocommerce-pagination {
    margin: 20px 0;
    position: relative;
}
.woocommerce-pagination::after {
    clear: both;
    content: "";
    display: block;
}
.post_content iframe {
    background: #eee none repeat scroll 0 0;
    border: 1px solid;
    height: 400px;
    margin: 30px 0;
    padding: 5px;
    width: 100%;
}
.post_content .gallery figure {
    height: 200px;
    padding: 5px;
    position: relative;
    width: 25%;
}
.post_content .gallery figure img {
    height: 100%;
}
.post_content .gallery figure .gallery-icon {
    height: 100%;
}
.gallery figure figcaption {
    background: #fff none repeat scroll 0 0;
    border: 1px solid;
    bottom: 0;
    padding: 5px;
    position: absolute;
    transition: all 0.5s ease 0.1s;
    visibility: hidden;
    width: 95%;
}
.post_content .gallery figure:hover > figcaption.gallery-caption {
    visibility: visible;
}
.single-product .single_product {
    height: auto;
    overflow: visible;
}
.woocommerce div.product form.cart .button {
    float: none !important;
    vertical-align: middle;
}
.single-product .add_to_wishlist {
    display: block;
    line-height: 10px;
    padding: 5px 0 5px 25px;
    position: relative;
    text-indent: 0;
    width: 100px;
}
.single-product .add_to_wishlist::after {
    border: 1px solid;
    content: "";
    height: 100%;
    left: -5px;
    position: absolute;
    top: -2px;
    width: 100%;
}
.add_to_cart_button.single_pro_cart.added {
    height: 30px;
}
ul.pagination li span.page-numbers.current:hover {
    border-color: #514142;
}
ul.pagination li span.page-numbers.current:hover {
    border-color: #514142;
}
.woocommerce-ordering {
    border: 2px solid;
    padding: 5px;
}
select.orderby {
    border: medium none;
    color: #514142;
}
select.orderby option {
    border: medium none;
    outline: medium none;
}
.woocommerce-result-count {
    border: 2px solid;
    padding: 5px;
}
.woocommerce #customer_login .button {
    background: #514142 none repeat scroll 0 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-weight: 400 !important;
}
#customer_login form {
    border-color: #514142;
    border-radius: 0;
}
.woocommerce .checkout-button.button.alt.wc-forward {
    background: #514142 none repeat scroll 0 0;
    border-radius: 0;
    font-weight: 400;
}
.woocommerce table.shop_table {
    border-color: #514142;
    border-radius: 0;
}
td.actions .button {
    background: #514142 none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
}
.cross-sells .product.type-product {
    height: auto;
    overflow: visible;
}
td.actions .button:hover {
    background: #514142 none repeat scroll 0 0;
    color: #fff;
}
.woocommerce-checkout #payment {
    background: #eee none repeat scroll 0 0;
    border-radius: 0;
}
.form-row .button.alt {
    background: #514142 none repeat scroll 0 0 !important;
    border-radius: 0;
    font-weight: 400;
}
.woocommerce-checkout #payment {
    background: #eee none repeat scroll 0 0;
    border-radius: 0;
}
.form-row .button.alt {
    background: #514142 none repeat scroll 0 0 !important;
    border-radius: 0;
    font-weight: 400;
}
.woocommerce-info {
    border-color: #514142 !important;
}
.woocommerce .woocommerce-info::before {
    color: #514142;
}
.shop_table.cart .product-thumbnail .yith-wcbm-badge {
    display: none;
}
.woocommerce-message {
    border-color: #514142 !important;
}
.woocommerce-message::before {
    color: #514142 !important;
}
.single_add_to_cart_button.button.alt {
    background: #514142 none repeat scroll 0 0 !important;
    border-radius: 0;
    display: block;
    margin-left: 20% !important;
}
.single.single-product .cart {
    margin: 20px 0 !important;
}
.single.single-product p.price {
    color: #514142 !important;
}
.single_related_product .product.type-product {
    margin: 0;
}
.owl-item .yith-wcwl-add-to-wishlist {
    display: none;
}
.owl-item .single_product_image img {
    height: 200px !important;
}
.owl-controls.clickable {
    display: block !important;
}
.up-sale.products {
    position: relative;
}
.owl-prev,
.owl-next {
    background: #514142 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    height: 20px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: -50px;
    width: 20px;
}
.owl-prev {
    right: 30px;
}
.owl-next {
    right: 5px;
}
.owl-item .single_product_cart_wish {
    visibility: visible;
}
.single.single-product .product.type-product {
    margin: 40px 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-color: #514142!important;
    background: transparent!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    bottom: 0;
    height: 0;
    width: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0!important
}
.yith_magnifier_zoom_wrap img {
    height: 400px !important;
}
.cart-collaterals .cross-sells .single_product_image img {
    height: 300px;
}
.cart-collaterals .cross-sells .single_product_image {
    padding: 10px;
}
.page-template-template-homepage .single_product_image img {
    height: 280px;
}
.woocommerce #respond input#submit {
    background: #514142 none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
}
.woocommerce #respond input#submit:hover {
    background: #514142 none repeat scroll 0 0 !important;
    color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent !important
}
.woocommerce-tabs.wc-tabs-wrapper .panel {
    border-color: #514142;
    border-radius: 0;
    padding: 10px !important;
}
.woocommerce .single_product_image img {
    height: 250px;
}
mark,
ins {
    background: transparent none repeat scroll 0 0;
    font-size: 16px;
}
.navbar-collapse.collapse li.menu-item-has-children::after {
    color: #222;
    content: "";
    font-family: fontawesome;
    font-size: 10px;
    position: absolute;
    right: 5px;
    top: 15px;
}
.navbar-collapse.collapse li.menu-item-has-children {
    position: relative;
}
.navbar-collapse.collapse.in li.menu-item-has-children {
    position: relative;
}
.navbar-collapse.collapse li.menu-item-has-children > .sub-menu {
    background: #fff none repeat scroll 0 0;
    border: 1px solid;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 0px;
    z-index: 9999;
    transition: all .2s ease .1s;
    opacity: 0
}
.navbar-collapse.collapse li.menu-item-has-children > .sub-menu li {
    border-bottom: 1px dashed;
    margin: 10px 0;
    padding: 5px;
}
.navbar-collapse.collapse li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    width: 200px;
    opacity: 1
}
.navbar-collapse.collapse.in li.menu-item-has-children:hover .sub-menu {
    display: block;
}
.navbar-collapse.collapse li.menu-item-has-children > .sub-menu > li ul.sub-menu {
    left: 100%;
    top: 0;
}
.navbar-collapse.collapse.in li.menu-item-has-children > .sub-menu > li ul.sub-menu {
    left: 0;
    top: 100%;
}
.navbar-collapse.collapse.in li.menu-item-has-children .sub-menu {
    background: transparent;
    border: 0px solid;
    top: 100%;
    width: 100%!important;
    position: relative;
    opacity: 1;
    display: none;
    visibility: visible;
    z-index: 9999;
    padding-left: 10px;
    transition: all .2s ease .1s;
    display: none
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: #514142
}
.navbar-collapse.collapse.in li.menu-item-has-children:hover > .sub-menu {
    display: block
}
.navbar-collapse.collapse.in li.menu-item-has-children > .sub-menu >li {
    width: 100%!important;
}
.navbar-collapse.collapse.in li.menu-item-has-children > .sub-menu li a {
    display: block;
    font-size: 18px;
    width: 100% !important;
    padding: 10px 15px;
    line-height: 20px;
}
.navbar-collapse.collapse.in {
    height: auto;
    overflow: visible;
}
.navbar-collapse.collapse.in .sub-menu li a:hover {
    background: #514142;
    color: #fff
}
.navbar-collapse.collapse.in li.menu-item-has-children > .sub-menu li {
    border-bottom: 0px dashed;
    margin: 0;
    padding: 0;
}
input.name,
input.email,
textarea.message {
    margin: 10px 0;
}
.contact_wraper form {
    margin-bottom: 30px;
}
.page_widget .cat-item ul.children li {
    border-bottom: 0 none;
    padding-left: 15px;
}
.page_widget .yith-wcbm-badge {
    display: none;
}
.page_widget .button.wc-forward,
.woocommerce .price_slider_amount .button,
.page_widget .button.wc-forward:hover,
.woocommerce .price_slider_amount .button:hover {
    background: #514142 none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
}
.woocommerce .price_slider {
    margin-bottom: 1em;
}
.woocommerce .price_slider_amount {
    font-size: 0.8751em;
    line-height: 2.4;
    text-align: right;
}
.woocommerce .price_slider_amount .button {
    float: left;
    font-size: 1.15em;
}
.woocommerce .ui-slider {
    margin-left: 0.5em;
    margin-right: 0.5em;
    position: relative;
    text-align: left;
}
.woocommerce .ui-slider .ui-slider-handle {
    background-color: #514142;
    border-radius: 1em;
    cursor: ew-resize;
    height: 1em;
    margin-left: -0.5em;
    outline: 0 none;
    position: absolute;
    top: -0.3em;
    width: 1em;
    z-index: 2;
}
.price_label {
    font-size: 14px;
    margin: 0 10px;
}
.woocommerce .ui-slider .ui-slider-range {
    background-color: #514142;
    border: 0 none;
    border-radius: 1em;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
}
.woocommerce .price_slider_wrapper .ui-widget-content {
    background-color: #eee;
    border: 0 none;
    border-radius: 1em;
}
.woocommerce .ui-slider-horizontal {
    height: 0.5em;
}
.woocommerce .ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}
.woocommerce .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}
.woocommerce .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}
.woocommerce form .button,
.woocommerce form .button:hover {
    background: #514142 none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
}
.yith_magnifier_zoom_wrap>.yith_magnifier_zoom_wrap {
  background: #eee none repeat scroll 0 0;
  border: 1px solid;
  padding: 5px;
}
td.label label {
  color: #514142;
  font-size: 14px;
  line-height: 24px;
}
.single_related_product {
  margin: 0 10px;
}
.return-to-shop .button.wc-backward, .return-to-shop .button.wc-backward:hover {
  background: #514142 none repeat scroll 0 0;
  border-radius: 0;
  color: #fff;
  font-weight: 400;
}
.single_widget .attachment-shop_thumbnail.wp-post-image {
  height: 80px;
  width: 80px;
}
.onsale {
  display: none;
}
.yith_magnifier_zoom.woocommerce-main-image {
  cursor: crosshair;
  border:1px solid;
}
.single_widget ul.children li {
  border: 0 none;
}
mark, ins {
  background: transparent none repeat scroll 0 0;
  display: block;
  font-size: 16px;
}

.woocommerce-product-search .search-field {
    height: 40px;
    position: relative;
    width: 100%;
}
.woocommerce-product-search > input[type="submit"] {
    background: #514142 none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #fff;
    height: 40px;
    outline: medium none;
    position: absolute;
    right: 15px;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}
.hentry {
    margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}