/* filter css */

.wpc-filters-widget-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding:10px;
    -webkit-box-shadow: 0px 0px 35px -16px rgba(66, 68, 90, 0.38);
    -moz-box-shadow: 0px 0px 35px -16px rgba(66, 68, 90, 0.38);
    box-shadow: 0px 0px 35px -16px rgba(66, 68, 90, 0.38);
}

.data_item--wrap{
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.wpc-posts-found{
    display: none;
}

.select {
    margin: 10px;
    width: 200px;
    padding: 15px;
    border: none;
    border-radius: 10px;
    background-color: #f7f6f6;
}

.item_wrap {
    padding: 30px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));

}

.dach_item {
   
    margin: 15px;
    -webkit-box-shadow: 0px 0px 28px 0px rgba(66, 68, 90, 0.14);
-moz-box-shadow: 0px 0px 28px 0px rgba(66, 68, 90, 0.14);
box-shadow: 0px 0px 28px 0px rgba(66, 68, 90, 0.14);
}

.image_item {
    width: 100%;
    min-height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}

.desc_wrap {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: space-between;
}

.title_item {
    padding: 15px 0;
}

.decription_item {
    padding: 10px 0;
}

.link_more {
    text-decoration: none;
    padding: 10px 15px;
    color: #232323;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #232323;
    text-align: center;
    max-width: 150px;
    transition: .5s;
}

.link_more:hover{
    background-color: #232323;
    color: #ffffff;

}

.image_item_single{
    width: 100%;
    min-height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}

.datawrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border: solid 1px red;
    border-radius: 6px;
    padding: 10px;
}

.data_item {
    margin:0;
    padding: 5px;
}


/* konf */

.coast_wrapp {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    background-color: #fcaf3b;
    color: #232323;
    border-radius: 5px;
    padding: 10px;
    width: 250px;
    font-weight: bold;
    margin-bottom: 20px;
}

.line{
   width: 250px;
   color: #ffff;
   background-color: #232323;
}

.form{
	margin-top: 30px;
}

.fieldset{
	border: solid 1px #232323;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 13px -7px rgba(66, 68, 90, 0.6);
	-moz-box-shadow: 0px 0px 13px -7px rgba(66, 68, 90, 0.6);
	box-shadow: 0px 0px 13px -7px rgba(66, 68, 90, 0.6);
}

.legend{
	text-transform: uppercase;
	background-color: #fff;
	padding: 0 5px;
    
}

.label{
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: #d9d9d9;
	color:#232323;
	padding: 7px;
	border-radius: 7px;
	margin-top: 5px;
}

.btn{
	margin-top: 20px;
	border: none;
	padding: 10px;
	background-color: #eb1e19;
	border-radius: 5px;
}

/* .image_wrap{
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%; 
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
} */

.product_name {
    margin-right: 30px;
}

.input {
    margin-left: 20px;
}


.nr_inp_wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 40%;
}

.name_price_wrapp {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 60%;
}

.more{
    background-color: #232323;
    width: 30px;
    height: 30px;
}



.image_item_inp {
    margin-left: 15px;
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .5s;
}

.image_item_inp:hover{
    width: 200px;
    height: 200px;
}


/* prt */


@media print{
    .header--row-inner .header-main-inner{
        display: none;
    }
}

.container.prt{
    padding: 0;
}

.coast_wrapp.prt{
    margin-top: 20px;
}

.item_prt {
    width: 80%;
    padding: 5px;
    font-weight: bold;
    margin-top: 5px;
    text-transform: uppercase;
}

.item_prt:nth-child(2n) {
    background-color: #d9d9d9;
}