/* ==================WOO------------------*/
.woocommerce-ordering,
.woocommerce-result-count,
.product_type_simple,
.product_type_variable,
.product_meta{
    display: none!important;
}
.widget-area .product-categories{
    font-family: 'Oxygen', sans-serif;
	list-style: none;
	padding: 1em 0 0 0;
	margin: 0;
}
.widget-area .product-categories:before{
    content: "";
    height: 1px;
    background: black;
    display: block;
    max-width: 220px;
    margin-bottom: 1em;
}

.widget-area .product-categories li{
    text-transform: uppercase;
    padding: .5em 0;
    font-size: .9em;
    font-weight: 700;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    font-weight: 300;
}
.woocommerce #content table.cart td.actions .input-text, 
.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text {
    width: 220px;
    font-size: 100%;
    padding: .55em 1em;
    line-height: 1.1em;
}
 .woocommerce button.button.alt.disabled{
    color: white;
    background-color: #1c2128;
 }
  .woocommerce button.button.alt.disabled:hover{
    color: white;
    background-color: black;
 }
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt
{
    font-family: 'Oxygen', sans-serif;
    font-size: 100%;
    margin: 0;
    line-height: 1em;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 1em 1.5em;
    font-weight: 300;
    border-radius: 0;
    left: auto;

    color: white;
    background-color: #1c2128;

    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
}


.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    font-size: .9em;
    margin: 0;
    line-height: 1em;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .82em 1em;
    font-weight: 300;
    border-radius: 0;
    left: auto;

    color: white;
    background-color: black;

    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
}
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
    background-color: black;
    color: #fff;
}

.woocommerce .woocommerce-breadcrumb {
    font-family: 'Oxygen', sans-serif;
    margin: 2em 0;
    padding: 0 0 1em 0;
    font-size: .8em;
    font-weight: 700;
    color: #777;
}
.woocommerce .woocommerce-breadcrumb a{
    color: #2b2b2b;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: black;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .2em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    width: .2em;
    height: 1em;
    background-color: black;
    border-radius: 0;
    margin: 0;
}
.woocommerce .widget_price_filter .ui-slider {
    margin-left: 0;
}
.woocommerce ul.products li.product{
    text-align: center;
}
.woocommerce ul.products li.product .price {
    color: #000;
    font-weight: 400;
    font-size: .857em;
    font-family: 'Oxygen', sans-serif;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000;
    font-size: 1em;
    font-family: 'Oxygen', sans-serif;
}

.woocommerce span.onsale {
    display: none;

    /*
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: 0;
    left: 0;
    margin: 0!important;
    border-radius: 0;
    background-color: #c7a6e2;
    color: #fff;
    font-size: .857em;
    -webkit-font-smoothing: antialiased;
*/
}
.woocommerce div.product div.images .flex-control-thumbs {
    padding-top: 5px;
}
.woocommerce-product-gallery li{
    padding: 5px;
}


.pswp__bg{
    background: #d0d0d0 !important;
}