/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
/*
 * .container_block {
    padding: 10px 15px;
    border: 3px solid #ccdae3;
    border-radius: 10px;
    padding-top: 30px;
    transition: all 0.5s;
    margin: 2rem auto;
    height: 215px;
    width: 254px;
	  box-shadow: #3c48526e -3px 0px 20px 3px;

}
.container_block:hover {
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
}

.row {
    margin-left: -55px;
    margin-right: -50px;
}


.col-md-5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.3px;
    font-family: nunito-bold;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
} 

 .r__b .container_block a p {
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.5rem;
}

.img-fluid {
    width: 135px;
    max-width: 100%;
    height: auto;
}
a{
    color: #43494e;
}

@media (min-width: 1200px){
.col-lg-3 {
    width: 275px;
    height: 240px;
}
}*/
/* .fots{
       font-size: inherit;
	     font-weight: bolder;
   } */




/*
.container_block {
    padding: 0px 10px;
    border: 2px solid #ccdae3;
    border-radius: 10px;
    transition: all 0.5s;
    margin: 1rem auto;
    min-height: 9rem;
}

.row {
    margin-left: -35px;
    margin-right: -35px;
}

 .r__b .container_block a p {
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.5rem;
}

.img-fluid {
    width: 76px;
    max-width: 100%;
    height: auto;
}
a{
    color: #43494e;
}

@media (max-width: 1200px){
	.col-lg-4 {
    width: 22%;
	}
	.row {
    margin-left: 10px;
    margin-right: 10px;
}
}

*/
