/* ================================== *
 **
  ** Woo Styles
 **
 * ================================== */

.woocommerce-message {
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 700;
}

.woocommerce-message a {
    color: #ea3f06;
}

.woocommerce-message a:before {
    content: '\f07a';
    font-family: 'FontAwesome';
    padding-right: 10px;
}

.woocommerce-message a:after {
    content: '\002F';
    font-family: 'FontAwesome';
    padding: 0 7px 0 12px;
    color: #121212;
    cursor: default;
}

.woocommerce-result-count {
    float: left;
    padding: 4px 0 6px 0;
}

.woocommerce-ordering {
    float: right;
}

@media screen and (max-width: 600px) {
    .woocommerce-result-count {
        float: none;
    }   

    .woocommerce-ordering {
        float: none;
        margin: 0 0 35px 0;
    } 
}


 
/* ================================== *
 **
  ** Grid Products Catalog (Shop)
 **
 * ================================== */

.grid-shop-cat-list {
    display: block;
    margin-left: -30px;
    float: left;
}

.grid-shop-cat li {
    display: block;
    float: left;
    margin-top: 30px;
}

.grid-shop-cat li .product-content {
    margin-left: 30px;   
} 

.grid-shop-cat li .product-data {
     padding-top: 20px;
}

.grid-shop-cat li h3.product-title {
    font-size: 18px;
    line-height: 27px;
}

.grid-shop-cat .cart-thumbnail-cover {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75); 
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    opacity: 0;
}

.grid-shop-cat .shop-products-list .fm-layout-item:hover .cart-thumbnail-cover {
    opacity: 1;  
}

.grid-shop-cat .cart-prop-data {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;  
}

.grid-shop-cat .cart-prop-data-wrapper {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.grid-shop-cat .cart-prop-data-content {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
}

.grid-shop-cat .add-cart-button {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    opacity: 0;
    margin-bottom: 10px;
}


.grid-shop-cat .fm-layout-item:hover .add-cart-button {
    opacity: 1;  
    margin-bottom: 0;
}

.grid-shop-cat .add-cart-button a {
    display: inline-block;
    background: #fff;
    color: #121212; 
    padding: 2px 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.grid-shop-cat .add-cart-button a.add_to_cart_button {
    background: #ea3f06;
    color: #fff;
} 

.grid-shop-cat .add-cart-button a.add_to_cart_button:before {
    content: '\f07a';
    display: inline;
    font-family: 'FontAwesome';
    padding-right: 10px;
}

.grid-shop-cat .star-rating {
    margin: 10px 0 -1px 0;
}

.grid-shop-cat .shop-products-list .price {
    display: block;
    font-size: 13px; 
}

.grid-shop-cat .shop-products-list li .fm-layout-item:hover .price {
    color: #121212;
}


.grid-shop-list-2col {
    margin-top: -8px;
}

.grid-shop-list-2col li {
    width: 50%;
}

.grid-shop-list-2col li:nth-child(2n+1) {
    clear: left;
}

.grid-shop-list-3col {
    margin-top: -30px;
}

.grid-shop-list-3col li {
    width: 33.3%;
}

.grid-shop-list-3col li:nth-child(2) {
    width: 33.4%; 
}

.grid-shop-list-2col li .fm-post-thumnail,
.grid-shop-list-2col li .fm-post-thumnail img {
    width: 349px;
    height: 249px;
}

.grid-shop-list-3col li .fm-post-thumnail,
.grid-shop-list-3col li .fm-post-thumnail img {
    width: 347px;
    height: 248px;
}


@media screen and (max-width: 1184px) {
    .grid-shop-list-2col li .fm-post-thumnail,
    .grid-shop-list-2col li .fm-post-thumnail img {
        width: 297px;
        height: 212px;
    }

    .grid-shop-list-3col li .fm-post-thumnail,
    .grid-shop-list-3col li .fm-post-thumnail img {
        width: 301px;
        height: 215px;
    }
}

@media screen and (max-width: 1023px) {
    .grid-shop-list-2col li .fm-post-thumnail,
    .grid-shop-list-2col li .fm-post-thumnail img {
        width: 349px;
        height: 249px;
    }

    .grid-shop-list-3col li .fm-post-thumnail,
    .grid-shop-list-3col li .fm-post-thumnail img {
        width: 222px;
        height: 158px;
    }
}

@media screen and (max-width: 767px) {
    .grid-shop-list-2col li .fm-post-thumnail,
    .grid-shop-list-2col li .fm-post-thumnail img {
        width: 285px;
        height: 203px;
    }

    .grid-shop-list-3col li .fm-post-thumnail,
    .grid-shop-list-3col li .fm-post-thumnail img {
        width: 180px;
        height: 128px;
    }
}

@media screen and (max-width: 660px) {
    .grid-shop-list-2col li,
    .grid-shop-list-3col li,
    .grid-shop-list-3col li:nth-child(2) {
        width: 100%;
        float: none;
    }

    .grid-shop-list-2col li .fm-post-thumnail,
    .grid-shop-list-2col li .fm-post-thumnail img {
        width: 100%;
        height: auto;
    }

    .grid-shop-list-3col li .fm-post-thumnail,
    .grid-shop-list-3col li .fm-post-thumnail img {
        width: 100%;
        height: auto;
    }
}


.woocommerce .fm-post-thumbnail .onsale {  
    position: absolute;
    top: 20px; 
    right: 20px;
    z-index: 11;
    display: inline-block;
    background: #000;
    text-align: center;
    padding: 2px 7px;
    border-top: 3px solid #ea3f06;
    color: #fff; 
    font-size: 10px; 
    font-weight: 700;
    text-transform: uppercase;
}





/*
 * Star Rating (Shop)
 * ----------------------------------
 */

.star-rating {
    overflow: hidden;
    height: 1em;
    line-height: 1em;
    width: 5.1em;
    position: relative;
    font-family: "fontawesome";
}

.star-rating:before {
    content: "\f006\f006\f006\f006\f006";     
    font-family: "fontawesome";
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: 0.1em;
    letter-spacing: 0\9;
    color: #ea3f06;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute; 
    padding-top: 1.5em;
}

 
.star-rating span:before {
    content: "\f005\f005\f005\f005\f005";    
    font-family: "fontawesome";
    top: 0;
    position: absolute;
    left: 0;
    letter-spacing: 0.1em;
    letter-spacing: 0\9;
    color: #ea3f06;
}

.star-rating {
    line-height: 1em;
    font-size: 1em;
    font-family: "fontawesome";
}
  

/*
 * Range Filter (Shop)
 * ----------------------------------
 */

.widget_price_filter .price_slider {
    margin-bottom: 1em;
}

.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: .8751em;
}

.widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
    float: left;
    margin-top: 7px;
}

.widget_price_filter .price_slider_amount .button:before {
    content: '\f0b0';
    font-family: 'FontAwesome';
    padding-right: 9px;
}

.widget_price_filter .price_slider_amount .price_label {
    padding-top: 7px;
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em; 
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #ededed; 
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: -.5em;
} 

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0; 
    background-color: #ededed;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content { 
    background-color: #ededed;
    border: 0;
}

.widget_price_filter .ui-slider-horizontal {
    height: .5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}




/*
 * Widget Products
 * ----------------------------------
 */

.product_list_widget li {
    margin-bottom: 20px;
    clear: both;
    display: block;
}

.product_list_widget li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.product_list_widget li:last-child {
    margin-bottom: 0;
}

.product_list_widget li img {
    float: right;
    width: 50px; 
    height: 50px;
    margin-left: 20px;
}

.product_list_widget li a {
    display: block;  
}

.product_list_widget li .product-title {
    font-weight: 700;
}

.product_list_widget li span.amount {
    font-size: 13px;
}

.widget_recent_reviews li .reviewer {
    font-size: 11px;
    font-style: italic;
}


/*
 * Responsive
 * ----------------------------------
 */

@media screen and (max-width: 1023px) {
    .product_list_widget {
        margin-left: -25px;
    }

    .product_list_widget li {
        width: 50%;
        float: left;  
        clear: none;
        padding-left: 25px;
    }
}

@media screen and (max-width: 659px) {
    .product_list_widget {
        margin-left: 0;
    }

    .product_list_widget li {
        width: 100%;
        float: none;  
        clear: both;
        padding-left: 0;
    }
}




/*
 * Woo Cart Table
 * ----------------------------------
 */

.woocommerce table.shop_attributes td {
    font-style: italic;
    padding: 0;
}

.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0;
}

.woocommerce table.shop_attributes .alt td,.woocommerce table.shop_attributes .alt th {
 
}

.woocommerce table.shop_table {
    text-align: left;
    border-collapse: collapse;
    margin: 0 auto; 
    width: 100%;
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 15px;
    border: 1px solid #ededed;
    font-size: 15px;
    text-transform: uppercase;
}

.woocommerce table.shop_table th.product-remove,
.woocommerce table.shop_table th.product-thumbnail {
    border: none; 
}

.woocommerce table.shop_table td {
    padding: 15px;
    vertical-align: middle;
    border: 1px solid #ededed;
}

.woocommerce table.shop_table td.product-remove {
    width: 40px;
    text-align: center;
}

.woocommerce table.shop_table td.product-remove a {
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    background: #ea3f06;
    color: #fff;
    font-size: 10px;
}

.woocommerce table.shop_table td.product-thumbnail {
    width: 80px;
} 

.woocommerce table.shop_table td.product-thumbnail img {
    width: 50px;
    height: 50px; 
}

.woocommerce table.shop_table td.product-name {
}

.woocommerce table.shop_table td.product-price {
    width: 100px;
}

.woocommerce table.shop_table td.product-quantity {
    width: 100px;
}

.woocommerce table.shop_table td.product-subtotal {
    width: 100px;
}  

.woocommerce table.shop_table td small {
    font-weight: 400;
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0;
}

.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th {
    font-weight: 700;
 
}

.woocommerce table.shop_table .actions label {
    display: none;
}

.woocommerce table.shop_table .actions .coupon {
    float: left;
}

.woocommerce table.shop_table .actions input#coupon_code {
    width: 100px;
    float: left; 
    padding-top: 9px;
    padding-bottom: 8px;
}

.woocommerce table.shop_table .actions input.update_cart {
    float: right;
}

.woocommerce table.variations td.label {
    padding-right: 10px;
    font-weight: 700;
}

.woocommerce table.variations tr {
    margin-bottom: 25px;
} 

.woocommerce table.variations td select {
    display: inline-block; 
}

.woocommerce table.variations td a.reset_variations {
    display: block; 
    margin-left: 10px;
    height: 32px;
    width: 32px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    background: #000;
}

.woocommerce .product_meta {
    margin-top: 20px;
}

.woocommerce .quantity input {
    text-align: center;
}

.woocommerce input.qtyplus {
    display: block; 
    padding: 0 12px;
    height: 33px;
    line-height: 12px; 
    text-align: center;
    background: #ddd;
    cursor: pointer;
    float: left;
}

.woocommerce input.qtyminus {
    display: block;  
    padding: 0 15px;
    height: 33px;
    line-height: 12px; 
    text-align: center;
    background: #ddd;
    cursor: pointer;
    float: left;
}

.woocommerce .single_add_to_cart_button {
    margin-left: 20px;
}

@media screen and (max-width: 768px) {
    .woocommerce table.shop_table th {
        padding: 15px;
        display: block;
        width: 100%;
        border-bottom: 0;
    }

    .woocommerce table.shop_table td {
        display: block;
        width: 100% !important;
        border-bottom: 0;
    }

    .woocommerce table.shop_table tr:last-child td:last-child {
        clear: both;
        border-bottom: 1px solid #ededed;
    }

    .woocommerce table.shop_table tr:last-child td:last-child:after {
        clear: both;
        border-bottom: 1px solid #ededed;
        content: " ";
        display: block;
        height: 0;
        clear: both;
        overflow: hidden;
        visibility: hidden;
    }
}


/*
 * Woo Cart Total
 * ----------------------------------
 */

.woocommerce .cart_totals {
    margin-top: 50px;
}

.woocommerce .shop_calc_table {
    border-top: 1px solid #ededed;
}

a.checkout-button {
    margin-top: 20px;
    float: right;
    display: inline-block;
    width: auto;
    cursor: pointer;
    font-weight: 700;
    background: #ea3f06;
    color: #fff;
    padding: 0 10px;
    height: 33px;
    line-height: 30px;
    font-size: 10px;
    text-transform: uppercase;
    border-top: 3px solid #000;   
}



/*
 * Woo Checkout
 * ----------------------------------
 */

h3.checkout-order-title {
    margin-top: 50px;
}

input#place_order {
    float: right;
    margin-top: 50px; 
}

h3.shop-checkout-second-title {
    font-size: 15px;
    margin: 30px 0 15px 0;
    text-decoration: underline;
}

.woocommerce-billing-fields .clear {
    margin-top: 15px;
}

#payment {
    margin-top: 50px;
    text-align: center;
}




/* ================================== *
 **
  ** Single Product (Shop)
 **
 * ================================== */


.single-shot-product-main-area {
    margin-left: -30px;
}

.single-shot-product-thumbnail,
.single-shot-product-info {
    float: left;
    width: 50%;
    padding-left: 30px;  
}

.single-post-product-thumbnails {
    padding-top: 30px;
    background: #fff;
    margin: -10px;
}

.single-post-product-thumbnails a {
    display: block;
    float: left;  
    width: 25%;
    padding: 10px;
}

.single-post-product-thumbnails a img {
    display: block;
    width: 100%;
    height: auto;
}

.single-post-product-thumbnails a:hover img {
    opacity: 0.5;
}

.single-shop-related-products {
    margin-top: 50px;
}

.single-shot-product-description {  
    margin: 15px 0 20px 0;
}

.single-shop-product-rating {
    margin-bottom: 10px;
}

.single-shop-product-price {
    font-size: 24px; 
}

.single-shop-product-cat-list {
    margin-top: 15px;
}

.single-shop-product-tag-list {
    margin-top: 15px;
}

.wc-tab #comments h2 {
    display: none;
}

.wc-tab .wc-tab-content {
    margin-top: 10px;
}

.woocommerce #comments li {
    margin-bottom: 20px;
    margin-left: 70px;
}

.woocommerce #comments li:last-child {
    margin-bottom: 0;
}

.woocommerce #comments li img {
    margin-left: -70px;
    width: 50px;
    height: 50px;
    float: left;
}

.woocommerce #comments p.meta {
    font-size: 11px;
    font-style: italic;
}

@media screen and (max-width: 767px) {
    .single-shot-product-main-area {
        margin-left: 0;
    }

    .single-shot-product-thumbnail,
    .single-shot-product-info {
        float: none;
        width: 100%;
        padding-left: 0;  
    }

    .single-shot-product-info {
        margin-top: 30px;
    }
}

.single-shop-product-tabs ul.tabs {
    padding-top: 25px;
    border-top: 1px solid #ededed;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}

.single-shop-product-tabs ul.tabs li {
    float: left;  
    display: block;
    position: relative;
    z-index: 0;   
}

.single-shop-product-tabs ul.tabs li .slash {
    padding: 0 15px;
}

.single-shop-product-tabs ul.tabs li:last-child .slash {
    display: none;
}

 .single-shop-product-tabs ul.tabs li a {
    display: inline-block;
    font-weight: 700;  
}

.single-shop-product-tabs ul.tabs li.active {
    color: #ea3f06;
    z-index: 2;  
}

.single-shop-product-tabs ul.tabs li.active a {
    background: #fff;
    color: #121212;
    z-index: 2;  
}

.single-shop-product-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit;
}

.woocommerce-tabs #review_form_wrapper #respond {
    clear: both; float: left;
    margin-top: 30px;
}

 
.cart .quantity {
    float: left;
    width: 65px;
}

.cart .quantity input {
    padding-top: 7px;
    padding-bottom: 7px;
}

.woocommerce .comment-form-rating {
    height: 30px;
}

.woocommerce p.stars a:before,.woocommerce p.stars a:hover~a:before {
    content: "\f006";
    color: #ea3f06;
}

.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    font-size: 15px;
}

.woocommerce p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: 'FontAwesome';
    text-indent: 0;
}

.woocommerce p.stars.selected a.active:before,.woocommerce p.stars:hover a:before {
    content: "\f005";
    color: #ea3f06;
}

.woocommerce p.stars.selected a.active~a:before {
    content: "\f006";
    color: #ea3f06;
}

.woocommerce p.stars.selected a:not(.active):before {
    content: "\f005";
}

.widget_shopping_cart_content .buttons a {
    display: inline-block;
    width: auto;
    cursor: pointer;
    font-weight: 700;
    background: #000;
    color: #fff;
    padding: 0 10px;
    height: 33px;
    line-height: 30px;
    font-size: 10px;
    text-transform: uppercase;
    border-top: 3px solid #ea3f06;
}

.woocommerce .order_details:after,.woocommerce .widget_layered_nav ul li:after,.woocommerce .widget_shopping_cart .buttons:after,.woocommerce-account .addresses .title:after,.woocommerce-cart .wc-proceed-to-checkout:after,.woocommerce.widget_shopping_cart .buttons:after {
    clear: both;
}

.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd {
    padding: 0 0 .25em;
}

.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0;
}

.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating {
    float: none;
}

.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total {
    border-top: 3px double #ebe9eb;
    padding-top: 15px;
    margin-top: 15px;
}

.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block;
}

.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 0;
    left: 0;
}

.woocommerce .widget_shopping_cart .buttons:after,.woocommerce .widget_shopping_cart .buttons:before,.woocommerce.widget_shopping_cart .buttons:after,.woocommerce.widget_shopping_cart .buttons:before {
    content: " ";
    display: table;
}