/*
style.css for product category widget 
*/
/* Front End */
body{
    direction: ltr;
}
.product-cats {
    float: left;
    position: relative;
    overflow: hidden;
    padding:15px;
    box-sizing:border-box;
    width: 25%;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    text-align: center;
}
.product-cats:hover{
    box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.15);
    transform: translate3d(0px, -6px, 0px);
    -webkit-transform: translate3d(0px, -6px, 0px);
    -moz-transform: translate3d(0px, -6px, 0px);
    -ms-transform: translate3d(0px, -6px, 0px);
}
img.pcw-placeholder {
    border: 2px solid #ededed !important;
}

/* Columns */
.columns-1 .product-cats {
    width: 100%;
}
.columns-2 .product-cats:nth-child(4n+1),
.columns-3 .product-cats:nth-child(4n+1),
.columns-4 .product-cats:nth-child(4n+1),
.columns-5 .product-cats:nth-child(4n+1),
.columns-6 .product-cats:nth-child(4n+1)
/*.columns-7 .product-cats:nth-child(4n+1),
.columns-8 .product-cats:nth-child(4n+1)*/ {
    clear: none;
}
.columns-2 .product-cats:nth-child(2n+1),
.columns-3 .product-cats:nth-child(3n+1),
.columns-4 .product-cats:nth-child(4n+1),
.columns-5 .product-cats:nth-child(5n+1),
.columns-6 .product-cats:nth-child(6n+1)
/*.columns-7 .product-cats:nth-child(7n+1),
.columns-8 .product-cats:nth-child(8n+1) */{
    clear: both;
}
.columns-2 .product-cats {
    width: 50%;
}
.columns-3 .product-cats {
    width: 33.333%;
}
.columns-4 .product-cats {
    width: 25%;
}
.columns-5 .product-cats {
    width: 20%;
}
.columns-6 .product-cats {
    width: 16.667%;
}
/* end Columns */

.product-cats:nth-child(4n+1) {
    clear: both;
}
.pro-name a{
    color:#000;
    font-weight: 600;
    font-size: 16px;
    word-wrap: break-word;
}
.pro-name{
    text-align:center;
    padding: 10px 20px;
}
.pro-img a{
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
/* style1 */
.style1 .pro-img img{
    border-radius: 10px 10px 0 0 !important;
}
.style1 .pro-img {
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 10px 10px 0 0 !important;
}
.style1 .pro-name {
    text-align: center;
    background: #fff;
    border-radius: 0 0 10px 10px !important;
}
/* end style1 */

/* style2 */
.style2 .pro-img {
    background: #fff;
}
.style2 .pro-name {
    border: 5px solid #fff;
    box-sizing: border-box;
    border-top: 0;
    box-shadow: 0 0 10px 1px #A4A4A4 inset !important;
    -webkit-box-shadow: 0 0 10px 1px #A4A4A4 inset !important;
    -moz-box-shadow: 0 0 10px 1px #A4A4A4 inset !important;
}
/* end style2 */

/* style3 */
.style3 .pro-img {
    background: #fff;
}
.style3 .pro-name {
    box-sizing: border-box;
    border-bottom: 3px solid;
    border-radius: 50px !important;
}
/* end style3 */

/* style4 */
.style4 .pro-img img{
    border-radius: 20px 20px 0 0 !important;
}
.style4 .pro-img{
    background: #fff;
    border-radius: 20px 20px 0 0 !important;
}
.style4 .product-cats{
    border-radius: 20px 20px 0 0 !important;
}
.style4 .pro-name {
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 1px 6px 1px #DEDEDE inset !important;
    -webkit-box-shadow: 0 1px 6px 1px #DEDEDE inset !important;
    -moz-box-shadow: 0 1px 6px 1px #DEDEDE inset !important;
}
/* end style4 */

/* style5 */
.style5 .pro-img img{
    border-radius: 50% !important;
}
.style5 .pro-img {
    background: #fff;
    border-radius: 50% !important;
}
.style5 .product-cats {
    border-radius: 50px !important;
}
.style5 .pro-name {
    box-sizing: border-box;
    padding: 10px 20px;
    background: #fff;
    box-shadow: 0 1px 6px 1px #BEBEBE inset !important;
    -webkit-box-shadow: 0 1px 6px 1px #BEBEBE inset !important;
    -moz-box-shadow: 0 1px 6px 1px #BEBEBE inset !important;
    border-radius: 50px !important;
}
/* end style5 */


/* Back End */
.form1, .form2{
    width: 50%;
    float: left;
}
.admin_pro_cat li{
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 500;
    color: #444;
}
.admin_pro_cat {
    list-style-type: square;
    display: inline-block;
    width: 100%;
    padding: 20px;
    box-shadow: 0 0 4px 1px #d0d0d0 inset;
    -webkit-box-shadow: 0 0 4px 1px #d0d0d0 inset;
    -moz-box-shadow: 0 0 4px 1px #d0d0d0 inset;
    box-sizing: border-box;
}
.admin_pro_cat .admin-content{
    margin-left: 15px;
}
.form2 .admin-content{
    margin-left: 0;
}
.admin_pro_cat .container {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.admin_pro_cat .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.container input:checked ~ .checkmark {
    background-color: #008ec2;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #e5e5e5;
    border-radius: 50%;
}
.container input:checked ~ .checkmark::after {
    display: block;
}
.container .checkmark::after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}
.checkmark::after {
    content: "";
    position: absolute;
    display: none;
}
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

nav.woocommerce-pagination.pcw-product-cat {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center !important;
    margin: 30px 0 0;
}
/*.product-cat-pagination .page-numbers {
    padding: 5px 10px;
    background: #333;
    border-radius: 3px;
    margin: 0 2px;
    color: #f7f7f7;
    font-size: 14px;
    transition: all 300ms;
}
.product-cat-pagination span.page-numbers, .product-cat-pagination .page-numbers:hover {
    color: #333;
    box-shadow: 2px 2px 10px #d3d3d3 inset;
    background: transparent;
}
.product-cat-pagination a.next.page-numbers {
    padding: 4px 10px 6px;
}*/