/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */



.products .price-wrap del {
     text-decoration: auto !important;
}
.products .btn-wrap.clr a {
    width: 100%;
    background: #020202 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 10px !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
	border-radius: 5px !important;
}


.products .woo-entry-image-swap{
 border-top-left-radius: 10px;
    border-top-right-radius: 10px;	
}
.products .woocommerce ul.products li.product .woo-entry-image-swap .woo-entry-image-main {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.sku_wrapper {
	display: none;
}

 

.product_cate .count{
	display: none !important;
}
.product_cate .woo-entry-inner.clr {
  position: absolute;
    top: 17%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    padding: 4px;
    border-radius: 4px;
    width: 85%;
}
.product_cate .woocommerce-loop-category__title{
	margin: 0 0 0 0 !important;
}
.product_cate .products .product-category img {
    border-radius: 8px;
}
.product_cate .woocommerce ul.products li.product-category.product .woo-entry-image {
    border: solid 2px #000000;
    border-radius: 10px;
}