
/* CSS Document */

/* Table of Content
==================================================
	1.0  -  Transition
	2.0  -  Type 14
	3.0  -  Browser Fix
	4.0  -  General
	5.0  -  Default Color
	6.0  -  Responsive
	7.0  -  Skin Colors*/

/*--------------------------------------------------------------
	1.0 - Transition
	--------------------------------------------------------------*/
ul.products li.product .woo-type14 .product-details,
ul.products li.product .woo-type14 .product-details:after,
ul.products li.product-category .woo-type14 .product-wrapper h3,
ul.products li.product .woo-type14 .product-details h5,
ul.products li.product .woo-type14 .product-details h5:before,
ul.products li.product-category .woo-type14 .product-wrapper h3:before,
ul.products li.product .woo-type14 .product-details h5:after,
ul.products li.product-category .woo-type14 .product-wrapper h3:after
{
            transition: all 300ms linear 0s; 
       -moz-transition: all 300ms linear 0s;
        -ms-transition: all 300ms linear 0s;
         -o-transition: all 300ms linear 0s;
    -webkit-transition: all 300ms linear 0s;
}

ul.products li.product .woo-type14 .product-thumb .image img:nth-child(1):nth-last-child(1)
{
            transition: all .5s ease-in-out 0s; 
       -moz-transition: all .5s ease-in-out 0s;
        -ms-transition: all .5s ease-in-out 0s;
         -o-transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
}


/*--------------------------------------------------------------
	2.0 - Type 14
	--------------------------------------------------------------*/
ul.products li.product .woo-type14 .featured-tag
{
    top: 15px;
}

ul.products li.product .woo-type14 .product-thumb:before
{
    border: 5px solid;
    border-color: rgba(255, 255, 255, .45);
    bottom: 5px;
    content: '';
    height: auto;
    left: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: auto;
    z-index: 1;
}

.woocommerce ul.products li.product .woo-type14 .product-thumb:after
{
    content: '';
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    z-index: 0;
}
.woocommerce ul.products li.product.outofstock .woo-type14 .product-thumb:after,
.woocommerce ul.products li.product.sale .woo-type14 .product-thumb:after
{
    border-color: rgba(255,255,255,.35) rgba(255,255,255,.35) rgba(255,255,255,.75) rgba(255,255,255,.75);
    border-style: none solid solid none;
    border-width: 0 40px 40px 0;
    content: '';
    height: auto;
    left: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 1;
    z-index: 0;
}
.woocommerce ul.products li.product.outofstock:hover .woo-type14 .product-thumb:after,
.woocommerce ul.products li.product.sale:hover .woo-type14 .product-thumb:after,
.woocommerce ul.products li.product:hover .woo-type14 .product-thumb:after
{
    background-color: rgba(255,255,255,.65);
    border: none; 
    height: 100%;
    left: 0;
    width: 100%;
}

ul.products li.product .woo-type14 .product-content:after
{
    border-width: 0 60px 60px 0;
}
ul.products li.product .woo-type14 .onsale,
ul.products li.product .woo-type14 .out-of-stock
{
    right: 0;
    top: 0;
}

ul.products li.product:hover .woo-type14 .onsale,
ul.products li.product:hover .woo-type14 .out-of-stock
{
    right: 15px;
    top: 15px;
}

ul.products li.product .woo-type14 .product-thumb a.add_to_cart_button,
ul.products li.product .woo-type14 .product-thumb a.button.product_type_simple,
ul.products li.product .woo-type14 .product-thumb a.button.product_type_variable,
ul.products li.product .woo-type14 .product-thumb a.added_to_cart.wc-forward,
ul.products li.product .woo-type14 .product-thumb a.add_to_wishlist,
ul.products li.product .woo-type14 .product-thumb .yith-wcwl-wishlistaddedbrowse a,
ul.products li.product .woo-type14 .product-thumb .yith-wcwl-wishlistexistsbrowse a,
.woocommerce ul.products li.product .woo-type14 .product-buttons-wrapper a.yith-wcqv-button,
.woocommerce ul.products li.product .woo-type14 .product-buttons-wrapper a.yith-woocompare-button
{
    height: 50px;
    width: 50px;
}

ul.products li.product .woo-type14 .product-thumb a.add_to_cart_button:before,
ul.products li.product .woo-type14 .product-thumb a.button.product_type_simple:before,
ul.products li.product .woo-type14 .product-thumb a.button.product_type_variable:before,
ul.products li.product .woo-type14 .product-thumb a.added_to_cart.wc-forward:before,
ul.products li.product .woo-type14 .product-thumb a.add_to_wishlist:before,
ul.products li.product .woo-type14 .product-thumb .yith-wcwl-wishlistaddedbrowse a:before,
ul.products li.product .woo-type14 .product-thumb .yith-wcwl-wishlistexistsbrowse a:before,
.woocommerce ul.products li.product .woo-type14 .product-buttons-wrapper a.yith-wcqv-button:before,
.woocommerce ul.products li.product .woo-type14 .product-buttons-wrapper a.yith-woocompare-button:before
{
    bottom: 2px;
    height: auto;
    left: 2px;
    line-height: 46px;
    position: absolute;
    right: 2px;
    top: 2px;
    width: auto;
}

ul.products li.product .woo-type14 .product-thumb a.add_to_cart_button:after,
ul.products li.product .woo-type14 .product-thumb a.button.product_type_simple:after,
ul.products li.product .woo-type14 .product-thumb a.button.product_type_variable:after,
ul.products li.product .woo-type14 .product-thumb a.added_to_cart.wc-forward:after,
ul.products li.product .woo-type14 .product-thumb a.add_to_wishlist:after,
ul.products li.product .woo-type14 .product-thumb .yith-wcwl-wishlistaddedbrowse a:after,
ul.products li.product .woo-type14 .product-thumb .yith-wcwl-wishlistexistsbrowse a:after,
.woocommerce ul.products li.product .woo-type14 .product-buttons-wrapper a.yith-wcqv-button:after,
.woocommerce ul.products li.product .woo-type14 .product-buttons-wrapper a.yith-woocompare-button:after
{
    border-style: solid;
    border-width: 2px 0;
    bottom: 0;
            box-sizing: content-box; 
       -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    content: '';
    filter: alpha(opacity=0);
    height: 3px;
    margin: auto;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 5px;
}

ul.products li.product:hover .woo-type14 .product-thumb a.add_to_cart_button:after,
ul.products li.product:hover .woo-type14 .product-thumb a.button.product_type_simple:after,
ul.products li.product:hover .woo-type14 .product-thumb a.button.product_type_variable:after,
ul.products li.product:hover .woo-type14 .product-thumb a.added_to_cart.wc-forward:after,
ul.products li.product:hover .woo-type14 .product-thumb a.add_to_wishlist:after,
ul.products li.product:hover .woo-type14 .product-thumb .yith-wcwl-wishlistaddedbrowse a:after,
ul.products li.product:hover .woo-type14 .product-thumb .yith-wcwl-wishlistexistsbrowse a:after,
.woocommerce ul.products li.product:hover .woo-type14 .product-buttons-wrapper a.yith-wcqv-button:after,
.woocommerce ul.products li.product:hover .woo-type14 .product-buttons-wrapper a.yith-woocompare-button:after
{
    filter: alpha(opacity=100); 
    opacity: 1;
}

ul.products li.product .woo-type14 .product-thumb a.add_to_cart_button:after,
ul.products li.product .woo-type14 .product-thumb a.button.product_type_simple:after,
ul.products li.product .woo-type14 .product-thumb a.button.product_type_variable:after,
ul.products li.product .woo-type14 .product-thumb a.added_to_cart.wc-forward:after
{
    left: 100%;
}

ul.products li.product .woo-type14 .product-thumb a.add_to_wishlist:after,
ul.products li.product .woo-type14 .product-thumb .yith-wcwl-wishlistaddedbrowse a:after,
ul.products li.product .woo-type14 .product-thumb .yith-wcwl-wishlistexistsbrowse a:after,
.woocommerce ul.products li.product:hover .woo-type14 .product-buttons-wrapper a.yith-wcqv-button:after,
.woocommerce ul.products li.product:hover .woo-type14 .product-buttons-wrapper a.yith-woocompare-button:after
{
    right: 100%;
}

.woocommerce ul.products li.product .woo-type14 .product-buttons-wrapper .wc_inline_buttons > .wc_btn_inline:nth-child(1):nth-last-child(1) a:after,
.woocommerce ul.products li.product .woo-type14 .product-buttons-wrapper .wc_inline_buttons > .wc_btn_inline:nth-child(3):nth-last-child(1) a:after,
.woocommerce ul.products li.product .woo-type14 .product-buttons-wrapper .wc_inline_buttons > .wc_btn_inline:nth-child(1):nth-last-child(1) a:after,
.woocommerce ul.products li.product .woo-type14 .product-buttons-wrapper .wc_inline_buttons > .wc_btn_inline:nth-child(3):nth-last-child(1) a:after
{
    content: none;
}

ul.products li.product .woo-type14 .product-details
{
    z-index: 1;
}

ul.products li.product .woo-type14 .product-details:after
{
    content: '';
    height: 100%;
    left: 55%;
    position: absolute;
    top: 0;
            transform: skewX(-30deg); 
       -moz-transform: skewX(-30deg);
        -ms-transform: skewX(-30deg);
         -o-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    width: 100%;
    z-index: -1;
}

ul.products li.product .woo-type14 .product-details h5
{
    border-bottom: none;
    margin: 0 0 14px;
    text-transform: uppercase;
}

ul.products li.product .woo-type14 .product-details h5,
ul.products li.product .woo-type14 .product-details h5 a
{
    position: relative;
}

ul.products li.product .woo-type14 .product-details h5 a,
ul.products li.product-category .woo-type14 .product-details h5
{
    padding: 20px 0 18px;
}

ul.products li.product .woo-type14 .product-details h5:before,
ul.products li.product .woo-type14 .product-details h5:after
{
            box-sizing: content-box; 
       -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    content: '';
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}

ul.products li.product .woo-type14 .product-details h5:before
{
    bottom: 0;
    height: 1px;
    width: 70px;
}

ul.products li.product .woo-type14 .product-details h5:after
{
    border: 3px solid transparent;
    bottom: -8px;
    height: 12px;
    width: 12px;
}

ul.products li.product:hover .woo-type14 .product-details h5:before
{
    width: 90px;
}


ul.products li.product .woo-type14 .product-details .product-price
{
            box-sizing: border-box; 
       -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 15px;
    width: 100%;

        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
}

ul.products li.product:hover .woo-type14 .product-details .product-rating-wrapper
{
    right: 12px;
}

.woocommerce ul.products li:hover:not(.purchasable) .woo-type14 .product-details .product-rating-wrapper,
.woocommerce ul.products li:hover:not(.purchasable) .woo-type14 .product-details .product-rating-wrapper
{
    right: 50%;
            transform: translateX(50%); 
       -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
}

.page-with-sidebar ul.products li.product .woo-type14 .dt-sc-one-fourth .product-details h5,
.page-with-sidebar .woocommerce.columns-4 ul.products li.product .woo-type14 .dt-sc-one-fourth .product-details h5,
.with-both-sidebar ul.products li.product .woo-type14 .dt-sc-one-third .product-details h5,
.with-both-sidebar .woocommerce.columns-3 ul.products li.product .woo-type14 .dt-sc-one-third .product-details h5,
.page-with-sidebar ul.products li.product .woo-type14 .dt-sc-one-fourth .price,
.page-with-sidebar .woocommerce.columns-4 ul.products li.product .woo-type14 .dt-sc-one-fourth .price,
.with-both-sidebar ul.products li.product .woo-type14 .dt-sc-one-third .price,
.with-both-sidebar .woocommerce.columns-3 ul.products li.product .woo-type14 .dt-sc-one-third .price
{
    font-size: 10px;
}

.page-with-sidebar ul.products li.product .woo-type14 .dt-sc-one-fourth .product-details .product-price,
.page-with-sidebar .woocommerce.columns-4 ul.products li.product .woo-type14 .dt-sc-one-fourth .product-details .product-price,
.with-both-sidebar ul.products li.product .woo-type14 .dt-sc-one-third .product-details .product-price,
.with-both-sidebar .woocommerce.columns-3 ul.products li.product .woo-type14 .dt-sc-one-third .product-details .product-price
{
    padding: 0 10px;
}

.page-with-sidebar ul.products li.product:hover .woo-type14 .dt-sc-one-fourth .product-details .product-rating-wrapper,
.page-with-sidebar .woocommerce.columns-4 ul.products li.product:hover .woo-type14 .dt-sc-one-fourth .product-details .product-rating-wrapper,
.with-both-sidebar ul.products li.product:hover .woo-type14 .dt-sc-one-third .product-details .product-rating-wrapper,
.with-both-sidebar .woocommerce.columns-3 ul.products li.product:hover .woo-type14 .dt-sc-one-third .product-details .product-rating-wrapper
{
    right: 8px;
}

.page-with-sidebar ul.products li.product:hover:not(.purchasable) .woo-type14 .dt-sc-one-fourth .product-details .product-rating-wrapper,
.page-with-sidebar .woocommerce.columns-4 ul.products li.product:hover:not(.purchasable) .woo-type14 .dt-sc-one-fourth .product-details .product-rating-wrapper,
.with-both-sidebar ul.products li.product:hover:not(.purchasable) .woo-type14 .dt-sc-one-third .product-details .product-rating-wrapper,
.with-both-sidebar .woocommerce.columns-3 ul.products li.product:hover:not(.purchasable) .woo-type14 .dt-sc-one-third .product-details .product-rating-wrapper
{
    margin-right: 0;
    right: 50%;
            transform: translateX(50%); 
       -moz-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    width: auto;
}

ul.products li.product .woo-type14 .product-details .product-rating-wrapper .star-rating
{
    margin: 10px 0 0;
}

.page-with-sidebar ul.products li.product .woo-type14 .dt-sc-one-fourth .product-details .product-rating-wrapper .star-rating,
.page-with-sidebar .woocommerce.columns-4 ul.products li.product .woo-type14 .dt-sc-one-fourth .product-details .product-rating-wrapper .star-rating,
.with-both-sidebar ul.products li.product .woo-type14 .dt-sc-one-third .product-details .product-rating-wrapper .star-rating,
.with-both-sidebar .woocommerce.columns-3 ul.products li.product .woo-type14 .dt-sc-one-third .product-details .product-rating-wrapper .star-rating
{
    font-size: 9px;
}

.woo-type14.woocommerce table.shop_attributes td,
.woo-type14.woocommerce table.shop_attributes th,
.woo-type14 .woocommerce table.shop_attributes td,
.woo-type14 .woocommerce table.shop_attributes th
{
    border-style: solid;
}

.woo-type14 .quantity .qty,
.woo-type14.woocommerce-page .quantity .qty
{
    height: 38px;
    min-height: 38px;
}

.woo-type14 .quantity .qty,
.woo-type14.woocommerce-page .quantity .qty
{
    padding: 0;
}

.woo-type14 #coupon_code.input-text
{
    padding-bottom: 0;
    padding-top: 0;
}

.woo-type14 form .form-row .select2-container
{
    line-height: 37px;
}

.woocommerce ul.products.list-view li.product .woo-type14 .product-details
{
    padding: 32px 30px;
}


/*--------------------------------------------------------------
	3.0 - Browser Fix
	--------------------------------------------------------------*/
@-moz-document url-prefix()
{
    .woo-type14 .quantity .qty,
    .woo-type14.woocommerce-page .quantity .qty
    {
        height: 40px;
        min-height: 40px;
    }

    .woo-type14 #coupon_code.input-text
    {
        height: 36px;
        min-height: 36px;
    }
}



/*--------------------------------------------------------------
	4.0 - General
	--------------------------------------------------------------*/
.woo-type14.woocommerce input[type='text'],
.woo-type14.woocommerce input[type='password'],
.woo-type14.woocommerce input[type='email'],
.woo-type14.woocommerce input[type='url'],
.woo-type14.woocommerce input[type='tel'],
.woo-type14.woocommerce input[type='number'],
.woo-type14.woocommerce input[type='range'],
.woo-type14.woocommerce input[type='date'],
.woo-type14.woocommerce textarea,
.woo-type14.woocommerce input.text,
.woo-type14.woocommerce input[type='search'],
.woo-type14.woocommerce select,
.woo-type14 .woocommerce input[type='text'],
.woo-type14 .woocommerce input[type='password'],
.woo-type14 .woocommerce input[type='email'],
.woo-type14 .woocommerce input[type='url'],
.woo-type14 .woocommerce input[type='tel'],
.woo-type14 .woocommerce input[type='number'],
.woo-type14 .woocommerce input[type='range'],
.woo-type14 .woocommerce input[type='date'],
.woo-type14 .woocommerce textarea,
.woo-type14 .woocommerce input.text,
.woo-type14 .woocommerce input[type='search'],
.woo-type14 .woocommerce select
{
    font-family: inherit;
    font-size: inherit;
}


ul.products li.product .woo-type14 .product-thumb a.add_to_cart_button:before,
ul.products li.product .woo-type14 .product-thumb a.button.product_type_simple:before,
ul.products li.product .woo-type14 .product-thumb a.button.product_type_variable:before,
ul.products li.product .woo-type14 .product-thumb a.added_to_cart.wc-forward:before,
ul.products li.product .woo-type14 .product-thumb a.add_to_wishlist:before,
ul.products li.product .woo-type14 .product-thumb .yith-wcwl-wishlistaddedbrowse a:before,
ul.products li.product .woo-type14 .product-thumb .yith-wcwl-wishlistexistsbrowse a:before,
ul.products li.product .woo-type14 .product-details h5:after,
ul.products li.product-category .woo-type14 .product-wrapper h3:after,
.woocommerce ul.products li.product .woo-type14 .product-buttons-wrapper a.yith-wcqv-button:before,
.woocommerce ul.products li.product .woo-type14 .product-buttons-wrapper a.yith-woocompare-button:before
{
            border-radius: 50%; 
       -moz-border-radius: 50%;
    -webkit-border-radius: 50%;

        -ms-border-radius: 50%;
         -o-border-radius: 50%;
}


/* Image Slide Effect */
ul.products li.product .woo-type14 .product-thumb .image
{
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}

ul.products li.product .woo-type14 .product-thumb .image img:nth-child(1):nth-last-child(2)
{
    left: 0;
    overflow: hidden;
    top: 0;
            transition: all .3s ease-in-out 0s; 
       -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
         -o-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
}

ul.products li.product .woo-type14 .product-thumb .image img:nth-child(1):nth-last-child(2),
ul.products li.product:hover .woo-type14 .product-thumb .image .secondary-image
{
            transform: translate(0, 0); 
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

ul.products li.product:hover .woo-type14 .product-thumb .image img:nth-child(1):nth-last-child(2)
{
            transform: translate(-100%, 0); 
       -moz-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
         -o-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
}

ul.products li.product .woo-type14 .product-thumb .image .secondary-image
{
            transform: translate(100%, 0); 
       -moz-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
         -o-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
}


.woo-type14 ul.products li:not(.pif-has-gallery) .product-thumb .image
{
    overflow: hidden;
}


.woo-type14 ul.products li:not(.pif-has-gallery):hover .product-thumb .image img,
.woo-type14 ul.products li.product:hover .product-thumb .image img:nth-child(1):nth-last-child(1)
{
            transform: scale(1.15); 
       -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
         -o-transform: scale(1.15);
    -webkit-transform: scale(1.15);
}
.woo-type14 ul.products li.product-category:not(.pif-has-gallery):hover .product-thumb .image img,
.woo-type14 ul.products li.product-category:hover .product-thumb .image img:nth-child(1):nth-last-child(1)
{
            transform: scale(1); 
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
    -webkit-transform: scale(1);
}


/*--------------------------------------------------------------
	 5.0 - Default Colors
	--------------------------------------------------------------*/

/*----*****---- << Background >> --****--*/
ul.products li.product .woo-type14 .product-thumb a.add_to_cart_button,
ul.products li.product .woo-type14 .product-thumb a.button.product_type_simple,
ul.products li.product .woo-type14 .product-thumb a.button.product_type_variable,
ul.products li.product .woo-type14 .product-thumb a.added_to_cart.wc-forward,
ul.products li.product .woo-type14 .product-thumb a.add_to_wishlist,
ul.products li.product .woo-type14 .product-thumb .yith-wcwl-wishlistaddedbrowse a,
ul.products li.product .woo-type14 .product-thumb .yith-wcwl-wishlistexistsbrowse a,
ul.products li.product .woo-type14 .product-details,
ul.products li.product .woo-type14 .product-details h5:after,
.woo-type14 .shop_table th,
.woocommerce ul.products li.product .woo-type14 .product-buttons-wrapper a.yith-wcqv-button,
.woocommerce ul.products li.product .woo-type14 .product-buttons-wrapper a.yith-woocompare-button
{
    background-color: #222;
}

ul.products li.product .woo-type14 .product-details:after
{
    background-color: rgba(255,255,255,.18);
}

ul.products li.product:hover .woo-type14 .product-details h5:before
{
    background-color: #fff;
}

ul.products li.product:hover .woo-type14 .product-content,
ul.products li.product:hover .woo-type14 .product-details h5:before
{
    background-color: rgba(255, 255, 255,.75);
}

.woocommerce ul.products li.product .woo-type14 .featured-tag,
.woocommerce ul.products li.product:hover .woo-type14 .featured-tag,
.woocommerce ul.products li.product .woo-type14 .featured-tag,
.woocommerce ul.products li.product:hover .woo-type14 .featured-tag,
.woo-type14.woocommerce.single-product .featured-tag
{
    background-color: #000;
}


/*----*****---- << Borders >> --****--*/
.woocommerce ul.products li.product .woo-type14 .featured-tag:after,
.woocommerce ul.products li.product:hover .woo-type14 .featured-tag:after,
.woocommerce ul.products li.product .woo-type14 .featured-tag:after,
.woocommerce ul.products li.product:hover .woo-type14 .featured-tag:after,
.woo-type14.woocommerce.single-product .featured-tag:after
{
    border-color: #000;
}

ul.products li.product:hover .woo-type14 .product-content:after
{
    border-color: rgba(255, 255, 255,.75) rgba(255, 255, 255,.75) rgba(255, 255, 255,.35) rgba(255, 255, 255,.35);
}

.woo-type14.woocommerce input[type='text'],
.woo-type14.woocommerce input[type='password'],
.woo-type14.woocommerce input[type='email'],
.woo-type14.woocommerce input[type='url'],
.woo-type14.woocommerce input[type='tel'],
.woo-type14.woocommerce input[type='number'],
.woo-type14.woocommerce input[type='range'],
.woo-type14.woocommerce input[type='date'],
.woo-type14.woocommerce textarea,
.woo-type14.woocommerce input.text,
.woo-type14.woocommerce input[type='search'],
.woo-type14.woocommerce select,
.woo-type14.woocommerce .selection-box:after,
.woo-type14 .woocommerce input[type='text'],
.woo-type14 .woocommerce input[type='password'],
.woo-type14 .woocommerce input[type='email'],
.woo-type14 .woocommerce input[type='url'],
.woo-type14 .woocommerce input[type='tel'],
.woo-type14 .woocommerce input[type='number'],
.woo-type14 .woocommerce input[type='range'],
.woo-type14 .woocommerce input[type='date'],
.woo-type14 .woocommerce textarea,
.woo-type14 .woocommerce input.text,
.woo-type14 .woocommerce input[type='search'],
.woo-type14 .woocommerce select,
.woo-type14 .woocommerce .selection-box:after,
.woo-type14 .select2-container .select2-choice,
.woo-type14 #coupon_code.input-text,
.woo-type14 form .form-row input.input-text,
.woo-type14 form .form-row textarea,
.woo-type14 form .form-row select,
.woo-type14 form.checkout_coupon,
.woo-type14 form.login,
.woo-type14 form.register,
.woo-type14 table.shop_attributes,
.woo-type14 table.shop_table,
.woo-type14.woocommerce-cart .cart-collaterals .cart_totals table.shop_table.cart,
.woo-type14 .addresses .col-1 header,
.woo-type14 .addresses .col-2 header,
.woo-type14 .addresses .col-1 address,
.woo-type14 .addresses .col-2 address,
.woo-type14.woocommerce th,
.woo-type14.woocommerce td,
.woo-type14.woocommerce tbody th,
.woo-type14 .woocommerce th,
.woo-type14 .woocommerce td,
.woo-type14 .woocommerce tbody th,
.woo-type14.woocommerce-page th,
.woo-type14.woocommerce-page td,
.woo-type14.woocommerce-page tbody th,
.woo-type14 table.shop_table td,
.woo-type14 table.shop_table tbody th,
.woo-type14 table.shop_table tfoot td,
.woo-type14 table.shop_table tfoot th,
.woo-type14 .shop_table th:first-child,
.woo-type14 .shop_table td:first-child,
.woo-type14 .shop_table th:last-child,
.woo-type14 .shop_table td:last-child,
.woo-type14 .shop_table.cart tbody tr:last-child th,
.woo-type14 .shop_table.cart tbody tr:last-child td,
.woo-type14 .shop_table tfoot tr:last-child th,
.woo-type14 .shop_table tfoot tr:last-child td,
.woo-type14.woocommerce-cart .cart-collaterals .cart_totals table,
.woo-type14.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woo-type14.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woo-type14.woocommerce table.shop_attributes td,
.woo-type14.woocommerce table.shop_attributes th,
.woo-type14 .woocommerce table.shop_attributes td,
.woo-type14 .woocommerce table.shop_attributes th,
.woo-type14 .woocommerce table.wishlist_table thead th,
.woo-type14 .woocommerce table.wishlist_table tbody td,
.woo-type14.woocommerce table.wishlist_table thead th,
.woo-type14.woocommerce table.wishlist_table tbody td,
.woo-type14.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woo-type14.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woo-type14.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woo-type14.woocommerce p.stars a
{
    border-color: rgba(0, 0, 0, .5);
}

.woo-type14.woocommerce table.shop_table.cart tbody th:first-child,
.woo-type14.woocommerce table.shop_table.cart tbody td:first-child,
.woo-type14.woocommerce table.shop_table.cart tfoot th:first-child,
.woo-type14.woocommerce table.shop_table.cart tfoot td:first-child,
.woo-type14 .woocommerce table.shop_table.cart tbody th:first-child,
.woo-type14 .woocommerce table.shop_table.cart tbody td:first-child,
.woo-type14 .woocommerce table.shop_table.cart tfoot th:first-child,
.woo-type14 .woocommerce table.shop_table.cart tfoot td:first-child,
.woo-type14.woocommerce table.shop_table.wishlist_table tbody th:first-child,
.woo-type14.woocommerce table.shop_table.wishlist_table tbody td:first-child,
.woo-type14.woocommerce table.shop_table.wishlist_table tfoot th:first-child,
.woo-type14.woocommerce table.shop_table.wishlist_table tfoot td:first-child,
.woo-type14 .woocommerce table.shop_table.wishlist_table tbody th:first-child,
.woo-type14 .woocommerce table.shop_table.wishlist_table tbody td:first-child,
.woo-type14 .woocommerce table.shop_table.wishlist_table tfoot th:first-child,
.woo-type14 .woocommerce table.shop_table.wishlist_table tfoot td:first-child,
.woo-type14.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody th:first-child,
.woo-type14.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td:first-child,
.woo-type14.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th:first-child,
.woo-type14.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td:first-child,
.woo-type14 .woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody th:first-child,
.woo-type14 .woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td:first-child,
.woo-type14 .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th:first-child,
.woo-type14 .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td:first-child,
.woo-type14.woocommerce table.shop_table.order_details tbody th:first-child,
.woo-type14.woocommerce table.shop_table.order_details tbody td:first-child,
.woo-type14.woocommerce table.shop_table.order_details tfoot th:first-child,
.woo-type14.woocommerce table.shop_table.order_details tfoot td:first-child,
.woo-type14 .woocommerce table.shop_table.order_details tbody th:first-child,
.woo-type14 .woocommerce table.shop_table.order_details tbody td:first-child,
.woo-type14 .woocommerce table.shop_table.order_details tfoot th:first-child,
.woo-type14 .woocommerce table.shop_table.order_details tfoot td:first-child
{
    border-left-color: rgba(0, 0, 0, .5);
}

.woo-type14.woocommerce table.shop_table.cart tbody th:last-child,
.woo-type14.woocommerce table.shop_table.cart tbody td:last-child,
.woo-type14.woocommerce table.shop_table.cart tfoot th:last-child,
.woo-type14.woocommerce table.shop_table.cart tfoot td:last-child,
.woo-type14 .woocommerce table.shop_table.cart tbody th:last-child,
.woo-type14 .woocommerce table.shop_table.cart tbody td:last-child,
.woo-type14 .woocommerce table.shop_table.cart tfoot th:last-child,
.woo-type14 .woocommerce table.shop_table.cart tfoot td:last-child,
.woo-type14.woocommerce table.shop_table.wishlist_table tbody th:last-child,
.woo-type14.woocommerce table.shop_table.wishlist_table tbody td:last-child,
.woo-type14.woocommerce table.shop_table.wishlist_table tfoot th:last-child,
.woo-type14.woocommerce table.shop_table.wishlist_table tfoot td:last-child,
.woo-type14 .woocommerce table.shop_table.wishlist_table tbody th:last-child,
.woo-type14 .woocommerce table.shop_table.wishlist_table tbody td:last-child,
.woo-type14 .woocommerce table.shop_table.wishlist_table tfoot th:last-child,
.woo-type14 .woocommerce table.shop_table.wishlist_table tfoot td:last-child,
.woo-type14.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody th:last-child,
.woo-type14.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td:last-child,
.woo-type14.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th:last-child,
.woo-type14.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td:last-child,
.woo-type14 .woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody th:last-child,
.woo-type14 .woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td:last-child,
.woo-type14 .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th:last-child,
.woo-type14 .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td:last-child,
.woo-type14.woocommerce table.shop_table.order_details tbody th:last-child,
.woo-type14.woocommerce table.shop_table.order_details tbody td:last-child,
.woo-type14.woocommerce table.shop_table.order_details tfoot th:last-child,
.woo-type14.woocommerce table.shop_table.order_details tfoot td:last-child,
.woo-type14 .woocommerce table.shop_table.order_details tbody th:last-child,
.woo-type14 .woocommerce table.shop_table.order_details tbody td:last-child,
.woo-type14 .woocommerce table.shop_table.order_details tfoot th:last-child,
.woo-type14 .woocommerce table.shop_table.order_details tfoot td:last-child
{
    border-right-color: rgba(0, 0, 0, .5);
}

.woo-type14.woocommerce input[type='text']:focus,
.woo-type14.woocommerce input[type='password']:focus,
.woo-type14.woocommerce input[type='email']:focus,
.woo-type14.woocommerce input[type='url']:focus,
.woo-type14.woocommerce input[type='tel']:focus,
.woo-type14.woocommerce input[type='number']:focus,
.woo-type14.woocommerce input[type='range']:focus,
.woo-type14.woocommerce input[type='date']:focus,
.woo-type14.woocommerce textarea:focus,
.woo-type14.woocommerce input.text:focus,
.woo-type14.woocommerce input[type='search']:focus,
.woo-type14 .woocommerce input[type='text']:focus,
.woo-type14 .woocommerce input[type='password']:focus,
.woo-type14 .woocommerce input[type='email']:focus,
.woo-type14 .woocommerce input[type='url']:focus,
.woo-type14 .woocommerce input[type='tel']:focus,
.woo-type14 .woocommerce input[type='number']:focus,
.woo-type14 .woocommerce input[type='range']:focus,
.woo-type14 .woocommerce input[type='date']:focus,
.woo-type14 .woocommerce textarea:focus,
.woo-type14 .woocommerce input.text:focus,
.woo-type14 .woocommerce input[type='search']:focus
{
    border-color: rgba(0, 0, 0, .85);
}

ul.products li.product .woo-type14 .product-thumb a.add_to_cart_button:after,
ul.products li.product .woo-type14 .product-thumb a.added_to_cart.wc-forward:after,
ul.products li.product .woo-type14 .product-thumb a.button.product_type_simple:after,
ul.products li.product .woo-type14 .product-thumb a.button.product_type_variable:after,
ul.products li.product .woo-type14 .product-thumb .add_to_wishlist:after,
ul.products li.product .woo-type14 .product-thumb .yith-wcwl-wishlistaddedbrowse a:after,
ul.products li.product .woo-type14 .product-thumb .yith-wcwl-wishlistexistsbrowse a:after,
.woocommerce ul.products li.product .woo-type14 .product-buttons-wrapper a.yith-wcqv-button:after,
.woocommerce ul.products li.product .woo-type14 .product-buttons-wrapper a.yith-woocompare-button:after
{
    border-color: rgba(0,0,0,.25);
}

.woo-type14.woocommerce .selection-box:before,
.woo-type14 .woocommerce .selection-box:before
{
    border-top-color: rgba(0, 0, 0, .5);
}

ul.products li.product .woo-type14 .product-thumb:before
{
    border-color: rgba(255, 255, 255, .45);
}

ul.products li.product .woo-type14 .product-thumb a.add_to_cart_button:before,
ul.products li.product .woo-type14 .product-thumb a.button.product_type_simple:before,
ul.products li.product .woo-type14 .product-thumb a.button.product_type_variable:before,
ul.products li.product .woo-type14 .product-thumb a.added_to_cart.wc-forward:before,
ul.products li.product .woo-type14 .product-thumb a.add_to_wishlist:before,
ul.products li.product .woo-type14 .product-thumb .yith-wcwl-wishlistaddedbrowse a:before,
ul.products li.product .woo-type14 .product-thumb .yith-wcwl-wishlistexistsbrowse a:before,
ul.products li.product:hover .woo-type14 .product-details h5:after,
.woocommerce ul.products li.product .woo-type14 .product-buttons-wrapper a.yith-wcqv-button:before,
.woocommerce ul.products li.product .woo-type14 .product-buttons-wrapper a.yith-woocompare-button:before
{
            box-shadow: 0 0 0 2px #fff inset; 
       -moz-box-shadow: 0 0 0 2px #fff inset;
    -webkit-box-shadow: 0 0 0 2px #fff inset;

        -ms-box-shadow: 0 0 0 2px #fff inset;
         -o-box-shadow: 0 0 0 2px #fff inset;
}


/*----*****---- << Colors >> --****--*/
ul.products li.product .woo-type14 .product-details h5 a,
ul.products li.product-category .woo-type14 .product-details h5,
ul.products li.product-category .woo-type14 .product-details h5 .count,
ul.products li.product .woo-type14 .product-details .product-price .amount,
ul.products li.product .woo-type14 .product-details span.price,
ul.products li.product .woo-type14 .product-details span.price del,
ul.products li.product .woo-type14 .product-details span.price del .amount,
ul.products li.product .woo-type14 .product-details span.price ins,
ul.products li.product .woo-type14 .product-details span.price ins .amount,
ul.products li.product .woo-type14 .product-details .product-rating-wrapper .star-rating:before,
ul.products li.product .woo-type14 .product-details .product-rating-wrapper .star-rating span:before
{
    color: #fff;
}

.woo-type14.woocommerce input[type='text'],
.woo-type14.woocommerce input[type='password'],
.woo-type14.woocommerce input[type='email'],
.woo-type14.woocommerce input[type='url'],
.woo-type14.woocommerce input[type='tel'],
.woo-type14.woocommerce input[type='number'],
.woo-type14.woocommerce input[type='range'],
.woo-type14.woocommerce input[type='date'],
.woo-type14.woocommerce textarea,
.woo-type14.woocommerce input.text,
.woo-type14.woocommerce input[type='search'],
.woo-type14.woocommerce select,
.woo-type14.woocommerce td,
.woo-type14.woocommerce tbody th,
.woo-type14 .woocommerce input[type='text'],
.woo-type14 .woocommerce input[type='password'],
.woo-type14 .woocommerce input[type='email'],
.woo-type14 .woocommerce input[type='url'],
.woo-type14 .woocommerce input[type='tel'],
.woo-type14 .woocommerce input[type='number'],
.woo-type14 .woocommerce input[type='range'],
.woo-type14 .woocommerce input[type='date'],
.woo-type14 .woocommerce textarea,
.woo-type14 .woocommerce input.text,
.woo-type14 .woocommerce input[type='search'],
.woo-type14 .woocommerce select,
.woo-type14 .select2-container .select2-choice,
.woo-type14 .select2-chosen,
.woo-type14 .select2-results,
.woo-type14 form .form-row label,
.woo-type14.woocommerce .stars a
{
    color: #222;
}

.woo-type14.woocommerce .stars a:hover
{
    color: #e6b800;
}

.woocommerce ul.products.list-view li.product .woo-type14 .product-description
{
    color: #fff;
}

/*--------------------------------------------------------------
	 6.0 - Responsive
	--------------------------------------------------------------*/

/* Note: Design for a width of 960px */
@media only screen and (min-width:992px) and (max-width:1199px)
{
    ul.products li.product .woo-type14 .product-details .product-rating-wrapper .star-rating
    {
        margin: 6px 0 0;
    }
}


/*----*****---- << Tablet (Portrait) >> ----*****----*/

/* Note: Design for a width of 768px */
@media only screen and (min-width:768px) and (max-width:991px)
{
    ul.products li.product .woo-type14 .product-thumb a.add_to_cart_button,
    ul.products li.product .woo-type14 .product-thumb a.button.product_type_simple,
    ul.products li.product .woo-type14 .product-thumb a.button.product_type_variable,
    ul.products li.product .woo-type14 .product-thumb a.added_to_cart.wc-forward,
    ul.products li.product .woo-type14 .product-thumb a.add_to_wishlist,
    ul.products li.product .woo-type14 .product-thumb .yith-wcwl-wishlistaddedbrowse a,
    ul.products li.product .woo-type14 .product-thumb .yith-wcwl-wishlistexistsbrowse a,
    .woocommerce ul.products li.product .woo-type14 .product-buttons-wrapper a.yith-wcqv-button,
    .woocommerce ul.products li.product .woo-type14 .product-buttons-wrapper a.yith-woocompare-button
    {
        height: 45px;
        width: 45px;
    }

    ul.products li.product .woo-type14 .product-thumb a.add_to_cart_button:before,
    ul.products li.product .woo-type14 .product-thumb a.button.product_type_simple:before,
    ul.products li.product .woo-type14 .product-thumb a.button.product_type_variable:before,
    ul.products li.product .woo-type14 .product-thumb a.added_to_cart.wc-forward:before,
    ul.products li.product .woo-type14 .product-thumb a.add_to_wishlist:before,
    ul.products li.product .woo-type14 .product-thumb .yith-wcwl-wishlistaddedbrowse a:before,
    ul.products li.product .woo-type14 .product-thumb .yith-wcwl-wishlistexistsbrowse a:before,
    .woocommerce ul.products li.product .woo-type14 .product-buttons-wrapper a.yith-wcqv-button:before,
    .woocommerce ul.products li.product .woo-type14 .product-buttons-wrapper a.yith-woocompare-button:before
    {
        line-height: 42px;
    }

    ul.products li.product .woo-type14 .product-details .product-price
    {
        padding: 0 10px;
    }
    ul.products li.product:hover .woo-type14 .product-details .product-rating-wrapper
    {
        right: 8px;
    }
}


/*----*****---- << Mobile (Landscape) >> ----*****----*/

/* Common Styles for the devices below 767px width */
@media only screen and (max-width: 767px)
{
    .woo-type14 .woocommerce table.shop_table th,
    .woo-type14.woocommerce table.shop_table th,
    .woo-type14.woocommerce-page table.shop_table th,
    .woo-type14.woocommerce table.wishlist_table thead th,
    .woo-type14.woocommerce table.wishlist_table tbody td,
    .woo-type14 .woocommerce table.wishlist_table thead th,
    .woo-type14 .woocommerce table.wishlist_table tbody td,
    .woo-type14 .woocommerce table.shop_table td.product-subtotal,
    .woo-type14.woocommerce table.shop_table td.product-subtotal,
    .woo-type14.woocommerce-page table.shop_table td.product-subtotal
    {
        border-color: rgba(0,0,0,.5);
    }
}
