/*
Theme Name: Martfury Child | Shared by WPTry.org
Theme URI: http://drfuri.com/unero
Author: DrFuri
Author URI: http://drfuri.com
Description: Martfury Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: martfury
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: martfury
*/

.site-header .header-main{padding-top: 0;padding-bottom: 0;}
.footer-layout-1 .footer-bottom {padding-top: 10px;padding-bottom: 5px;}
.site-footer .footer-links {padding-top: 20px;padding-bottom: 20px;}
.site-footer .footer-widgets {padding-top: 20px;padding-bottom: 20px;}
.site-footer .footer-newsletter {padding-top: 20px;padding-bottom: 20px;}
.site-header .primary-nav > ul > li.mbcomvendr {background: #ebcd16;}
.site-header .primary-nav > ul > li.mbcomvendr.current-menu-item{background: #000;}
.site-header .primary-nav > ul > li.mbcomvendr.current-menu-item a {color: #fff !important;}
.site-content {padding-top: 40px;padding-bottom: 40px;}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a{padding: 15px 20px;display: block;}


/*** added by bhavin ****/
.extra-links .view-all-link a.all-link {color: #13c2de !important;font-size: 17px !important;font-weight: 800 !important;}
.dispatch p{margin-bottom: 7px;color: #8fc709;font-size: 18px;font-weight :500;}

.dokan-product-edit-form .dokan-form-control {border-radius: 4px !important;border-color: rgba(0, 0, 0, 0.23) !important;}
.dokan-product-edit-form .dokan-form-group label {color: #5a5e66;font-weight: 400;font-size: 15px;}

.dokan-linked-product-options {display: none !important;}
.dokan-product-edit-form #_regular_price, .dokan-product-edit-form #_sale_price {width: 100%;}

.dokan-product-short-description, .dokan-product-description {width: 48%;display: inline-block;}

.dokan-product-edit-form label {font-weight: 400 !important;font-size: 15px !important;}
.dokan-edit-row .dokan-section-heading {border-bottom: 1px solid #def0f3;background: #def0f3;}
.dokan-edit-row{border: 1px solid #def0f3}
.dokan-product-short-description {width: 100%;}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{background: #f6f6f6;padding: 14px}
.woocommerce form .form-row label{margin-bottom: 0}
.woocommerce form .form-row .select2-container .select2-selection--single{background: #f6f6f6;}



.lightbox {display: none;
  /* Overlay entire screen */
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;  
  /* A bit of padding around image */
  padding: 1em;
  /* Translucent background */
  background: rgba(0, 0, 0, 0.8);
}

/* Unhide the lightbox when it's the target */
.lightbox:target {display: block;}

.lightbox span {
  /* Full width and height */
  display: block;
  width: 100%;
  height: 100%;
  /* Size and position background image */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}