/*
Theme Name:     CHILD-Sydney
Description:    
Author:         Patty Fernandez
Template:       sydney

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

a.roll-button.button-slider.second {
    margin-left: 10px;
    background-color: black;
    border: 1px solid black;
}

a.roll-button.button-slider.second:hover {
    background-color: transparent;
    color: black;
}



/*14.10.2020  */
#sidebar-footer #black-studio-tinymce-5 .textwidget {
    overflow: hidden;
}
ul.categories-list-wrapper {
    list-style: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.categories-list-wrapper li {
    margin-bottom: 20px;
    margin: 0 15px 40px 15px;
}
ul.categories-list-wrapper li .category-list-image {
    border-radius: 50%;
    overflow: hidden;
    width: 120px;
    height: 120px;
    background-color: rgb(23, 28, 37);
    display: flex;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
}
ul.categories-list-wrapper li .category-list-image img {
    width: 60px;
}
ul.categories-list-wrapper li span.category-name {
    display: block;
    text-align: center;  color:rgb(23, 28, 37); font-weight: 600;
}
.woocommerce ul.products li.product a img {
    height: 186px;
    object-fit: cover;
}



.woocommerce-products-header form.woocommerce-product-search {
    display: flex;
    margin-bottom: 15px;
}
.woocommerce-products-header form.woocommerce-product-search button {
    margin-left: 10px;
}
.woocommerce ul.products li.product h2 {
    min-height: 68px;
}
.wcn-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}
.woocommerce.woocommerce-shop ul.products li.product a img {
    height: 120px;
    width: 120px;
    display: inline-block;
}
.woocommerce.woocommerce-shop ul.products li.product{
    width: auto;
}
.woocommerce.woocommerce-shop ul.products li.first{
    clear: none;
}
.woocommerce-shop ul.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.woocommerce-shop ul.products li.product-category.product {
    margin: 0 15px 40px 15px;
    margin-bottom: 20px;
}
.woocommerce-shop ul.products li.product-category.product .woocommerce-loop-category__title{
    font-weight: 600;
}
.woocommerce-shop ul.products li.product-category.product .woocommerce-loop-category__title mark.count{
    display: none;
}
.woocommerce-shop ul.products li.product-category.product h2.woocommerce-loop-category__title {
    min-height: auto;
    padding: 0;
}

.product_not_accessible {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: red;
}