/*  
Theme Name: Mindig Child
Theme URI: http://live.yithemes.com/mindig/
Version: 1.9.0
Author: Your Inspiration Themes
Author URI: http://yithemes.com/
Description: Ecommerce Wordpress Theme
Text Domain: yit
Core Framework Version: 2.0.0
Tags: white, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, front-page-post-form, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

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.

Copyright: (c) 2012-2014 Your Inspiration Themes
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
template: mindig
*/

/* If you need to edit Bi-Shop folder name, pay attention to change the name even in woocommerce/style.css file */

/* Below you can write your style */
@import url("../mindig/style.css");

/* product grid hover */
li.product.grid .product-wrapper {
    cursor: pointer;
}

.products li.product.grid:hover .product-wrapper {
    transition: .25s;
    box-shadow: 0 0 4px rgba(50,50,50,.5);
    background: #fafafa;
    border-color: #aaa;
}

.products li.product.grid:hover .product-wrapper a {
    text-decoration: underline;
    color: #0046ab;
}

/* home page category menu */

/*
#header .widget_product_categories {
    background: #1f1f1f;
}

#header .widget_product_categories .sbToggle {
    display: none;
}

#header .widget_product_categories .sbSelector {
    text-transform: uppercase;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 13px;
    border-color: #1f1f1f;
}

#header .widget_product_categories .sbSelector:after {
    font-family: FontAwesome;
    font-size: 16px;
    margin-left: 5px;
    content: "\f107";
}

#header .widget_product_categories .sbOptions {
    width: 350px;
    overflow-y: scroll;
    background: #f5f5f5;
}

#header .widget_product_categories .sbOptions li:first-child {
    display: none;
}

#header .widget_product_categories .sbOptions li + li {
    border-bottom: 1px solid #ddd;
}

#header .widget_product_categories .sbOptions li + li a {
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
}

#header .widget_product_categories .sbOptions li:last-child {
    border-bottom: none;
}
*/
/* myButton is the button used on the consignment archive pages */
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.myButton:active {
	position:relative;
	top:1px;
}

.widget.trewaudio.widget_product_categories {
    position: relative;
    background: #fff;
}

.widget.trewaudio.widget_product_categories:after {
    content: "Select A Category";

    background: #1f1f1f;
    padding: 10px 20px 9px 10px;
    position: relative;
    display: block;

    text-transform: uppercase;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 13px;
    border-color: #1f1f1f;
}

.widget.trewaudio.widget_product_categories:before {
    font-family: FontAwesome;
    font-size: 16px;
    margin-left: 5px;
    content: "\f107";
    position: absolute;
    right: 5px;
    top: 10px;
    color: #fff;
    z-index: 11;
}

.widget.trewaudio.widget_product_categories ul {
    border: 1px solid #ccc;
    background: #f5f5f5;
    /*box-shadow: 0 0 2px rgba(50,50,50,.5); */
}

.widget.trewaudio.widget_product_categories > ul {
    display: none;
    padding: 0;
    margin-top: -1px;
}

home.widget.trewaudio.widget_product_categories > ul {
    display: block;
    padding: 0;
    margin-top: -1px;
}

.widget.trewaudio.widget_product_categories li:first-child {
    display: block;
}

#header .widget.trewaudio.widget_product_categories li {
    border: none;
    padding: 0;
}

.widget.trewaudio.widget_product_categories li a {
    display: block;
    margin: 0;
    padding: 7px;
    width: 260px;
}

.widget.trewaudio.widget_product_categories li + li a {
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    border-bottom: 1px solid #ddd;
}

.widget.trewaudio.widget_product_categories li:last-child {
    border-bottom: none;
}


.widget.trewaudio.widget_product_categories:hover > ul {
    display: block;
    position: absolute;
    z-index: 1000;
    top: 42px;
    color: #fff;
}

.widget.trewaudio.widget_product_categories ul li {
    position: relative;
    padding: .5em;
}

.widget.trewaudio.widget_product_categories ul li a:before {
    content: "";
    display: none;
}

.widget.trewaudio.widget_product_categories ul ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background: #e5e5e5;
}

.widget.trewaudio.widget_product_categories ul ul ul {
    background: #d5d5d5;
}

.widget.trewaudio.widget_product_categories ul li:hover > a {
    background: #aaa;
    color: #fff;
}

.widget.trewaudio.widget_product_categories ul li:hover > ul {
    display: block;
    margin-top: -1px;
}

.modal-window {
    width:500px;
}



/* rental products */
.rental.product_list_widget {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rental.product_list_widget li {
    box-sizing: border-box;
    padding: 1em 0;
    position: relative;
}

.rental.product_list_widget li + li {
    border-top: 1px solid #ddd;
    margin-top: .5em;
    padding-top: 1.5em;
}

.rental.product_list_widget li .product-description {
    padding-bottom: 2.55em;
    margin-left: 101px;
}

.rental.product_list_widget li .product-title {
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: .25em;
    font-family: Oswald, sans-serif;
    font-size: 20px;
    color: #0046ab;
}

.rental.product_list_widget li .get-a-quote {
    display: block;
    position: absolute;
    bottom: 1em;
    right: 1em;
    background: #0046AB;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    padding: .75em 1.25em;
    font-size: 12px;
    font-family: Oswald, sans-serif;
}

.rental.product_list_widget li .get-a-quote:hover {
    background: #222;
}

.rental.product_list_widget li img {
    float: left;
    margin: 0 .75em 0 0;
    border: 1px solid #ccc;
    padding: .5em;
}

/* header adjustments */
#header.skin1 #header-container.fixed #header-row {
    display: block;
}
#header.skin1 #header-container.fixed .header-wrapper {
    border-bottom: 1px solid #dbdbdb;
}
#header-container.fixed, #header.skin3.fixed, #header.skin2.fixed {
    z-index: 8009;
}

.used-gear {
    padding: 1.5em 0;
}
/*.used-gear + .used-gear {
    border-top: 1px solid #dbdbdb;
}
*/
.used-gear > a {
    float: left;
    margin: 0 1.5em 0 0;
}
.used-details {
    float: left;
}
