/*
Theme Name: Diassy2021 Child
Description:  This is a child theme for Diassy2021 Theme
Author: Familab Team
Template: diassy2021
Version: 1.0.0
*/
.show-wot
{
    background-color: red;
}

#yarn-pagination ul, .tk-pagination .pagination
{
    display:flex;
    justify-content:center;
    margin: 0 auto;
}
#yarn-pagination ul li, .tk-pagination .pagination .page-numbers
{
    margin: 0 .5rem;
    width: 44px;
    height: 44px;
}

.tk-pagination .pagination .page-numbers.current
{
    background-color: #324342;
    border: 1px solid #324342;
    color: white;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    border-radius: 50%;
}
#yarn-pagination ul li span
{
    background-color: #324342;
    border: 1px solid #324342;
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    border-radius: 50%;
}
.tk-pagination .pagination a.page-numbers
{
    cursor: pointer;
    border: 1px solid #324342;
    color: #324342;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;

}
#yarn-pagination ul li a
{
    cursor: pointer;
    border: 1px solid #324342;
    color: #324342;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;

}
.container.woocommerce,
.swiper-container {
    overflow: hidden !important;
}
.mode_catalogue .price {
	display: none;
}
#bn_posts:before {
	background-color: rgba(0,0,0,.5);
	content: "";
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}