.data-row {
    font-size: 13px;
    opacity: 0.8;
    line-height:40px;
    border-bottom: 1px solid #ededed;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.price-block {
    display: flex;
    gap: 5px;
    align-items: center;
}
.item-name-block {
    margin: 14px 0;
}
.item-name-block .name {
    margin-top: 0 !important;
}
.category-item-name {
    opacity: 0.6;
}
.price-block {
    margin: 7px 0 14px 0;
}
.price-block .price {
    margin-top: 0 !important;
}
.price-block .last-price {
    text-decoration: line-through;
    opacity: 0.5;
}
.data-row:last-child{
    border-bottom: 0;
    margin-bottom: 0;
}
.catalog-item-button {
text-align: center;
padding: 14px;
border: 1px solid rgb(209 215 219);
border-radius: 10px;
position: relative;
z-index: 12;
transition: ease-in-out 0.2s;
cursor: pointer;
}
.catalog-item-button:hover {
background: rgba(0, 0, 0, .05);
}
.filter-block {
background: #fafafa;
border-radius: 18px;
padding: 30px;
box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, .1);
}
.filter-checkbox {
width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}
.filter-checkbox-label {
display: block;
position: relative;
padding-left: 30px;
margin-bottom: 5px;
cursor: pointer;
text-transform: capitalize;
}
.filter-checkbox:checked + label:after {
    background-color: #057efd;
    border-color: #057efd;
}
.filter-checkbox-label:after {
    width: 19px;
    height: 19px;
    content: '';
    border: 1px solid #D1D7DC;
    background-color: #fff;
    background-image: url(/img/svg/check-white.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 1px 1px;
    border-radius: 4px;
    z-index: 2;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
  }
.filter-price-block {
display: flex;
align-items: center;
gap: 5px;
margin-bottom: 15px;
}
.filter-price-input-block {
position: relative;
}
.input-inner-label {
position: absolute;
height: 36px;
top: 2px;
left: 2px;
background: #dfe4e7;
border-radius: 6px;
width: 32px;
text-align: center;
line-height: 36px;
color: #6f6f6f;
}
.filter-price-input-block .form-group {
margin-bottom: 0!important;
}
.filter-price-input-block .form-group .form-control {
border-radius: 8px;
border-color: #d1d7db;
height: 40px;
box-shadow: none;
padding-left: 40px;
transition: ease-in-out 0.2s;
}
.filter-price-input-block .form-group .form-control:active {
border-color: #057efd;
}
.filter-price-input-block .form-group .form-control:focus {
border-color: #057efd;
}
.filter-price-input-block .form-group .form-control::placeholder {
color: #ccc;
}
label.control-label {
font-weight: 600;
margin-bottom: 10px;
display: block;
}
.btn-new-theme {
background: #ec256f;
font-size: 14px;
padding: 10px 15px;
border-radius: 8px;
text-align: center;
cursor: pointer;
}
.btn-block {
width: 100%;
}
.item {
position: relative;
}
.item-link {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 10;
}
.category .item-img {
border: none !important;
transition: ease-in-out 0.2s;
}
.category .item:hover > .item-img {
box-shadow: 0 28px 23px -18px rgba(0, 0, 0, .2);
}
.category-breadcrumb .breadcrumb{
background-color: #fafafa;
border-radius: 8px;
box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .05);
margin-bottom: 0 !important;
}
.category .category-header {
display: flex;
align-items: baseline;
gap: 10px;
margin: 25px 0 30px 0;
}
.category-header .category-count {
color: #777;
}
.category .category-header h1 {
margin: 0 !important;
}
.category-top-block {
display: flex;
justify-content: space-between;
align-items: baseline;
}
.sort-select-el {
margin-left: 7px;
background-color: #fafafa;
border-radius: 8px;
box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .05);
margin-bottom: 0 !important;
padding: 8px 15px;
border: none;
}
.btn.btn-secondary {
display: block;
margin-top: 10px;
padding: 10px;
text-align: center;
border: 1px solid #ccc;
border-radius: 8px;
}
.mobile-filter-button-block {
    display: none;
}
.filter-overflow{
display: none;
}
.close-filter-mobile {
display: none;
}
.filter-checkbox-label {
opacity: 0.4;
}
.filter-caount-data {
opacity: 0.5;
font-size: 12px;
}
.badge-completed-project {
    position: absolute;
    left: 20px;
    top: 8px;
    background: rgba(145, 47, 86, 0.8);
    padding: 5px;
    font-size: 10px;
    line-height: 1.2;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 4px;
}
.badge-completed-project:hover {
    color: #ffffff;
}

.product .price-block {
    gap: 5px;
    align-items: baseline;
}
.product .product-info .price{
    margin: 0;
    font-size: 30px;
}
.product .product-info .last-price {
    text-decoration: none !important;position: relative;
    margin: 0px;
    font-weight: 500;
    font-size: 18px;
}
.product .product-info .last-price::after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    background: #848484;
    
}
.product .kitchen-option-block {
    width: 100%;
    
}
.product .kitchen-titile-option {
    width: 35%;
}
.product .kitchen-options {
    width: 60%;
}
.product .tech-specs {
    margin-top: 40px;
}
.product .kitchen-options a {
    color: #2590ea;
    text-decoration: underline;
}
.product .product-info button {
    border-radius: 12px;
    padding: 20px 13px !important;
    transition: ease-in-out 0.2s;
}
.product .product-info button.primary {
    background: #ec256f;
    
}
.product .product-info button.primary:hover {
    background: #c9205f;
}
.product .product-info button.secondary {
    background: #efefef;
    border: 1px solid #dedede;
    color: #000;
}
.product .product-info button.secondary:hover {
    background: #dedede;
}
.product-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.product .product-gallery .gallery {
    margin-top: 0 !important;
}
.filter-block .btn-transparent {
    padding: 14px 0 !important;
    display: block;
    text-align: center;
    margin-top: 10px;
    text-decoration: none !important;
}
@media screen and (max-width: 1023px) {
.product .product-info h1 {
    font-size: 18px;
 }
 .product .product-info .price {
    font-size: 23px !important;
 }
 .product .product-info .last-price {
    font-size: 16px !important;
 }
}
@media screen and (max-width: 767px) {
.category .category-header h1 {
    font-size: 20px;
}
.price-block {
    flex-wrap: wrap;
}
.catalog-item-button {
    font-size: 12px;
    padding: 10px 0;
}
.category .item .name, .tag .item .name {
    font-size: 14px;
}
.item-name-block {
    margin: 14px 0px 0px 0px;
}
.category-item-name {
    font-size: 12px;
}
.data-row {
    font-size: 12px;
    line-height: 33px;
    height: 33px;
}
.category-top-block  {
    flex-wrap: wrap;
}
.category .category-header { 
    margin: 25px 0 10px 0;
}
.category .category-sorting {
    margin-bottom: 15px;
}
.filter-block {
    position: fixed;
    top: 0;
    width: 80%;
    height: 100vh;
    overflow: scroll;
    right: -100%;
    z-index: 999;
    border-radius: 0;
    transition: ease-in-out 0.2s;
    padding-bottom: 100px;
}
.filter-block.active {
    right: 0%;
}
.mobile-filter-button-block {
    display: block;
    width: 100%;
}
.mobile-filter-button-block button{
    background: #fafafa;
    color: #000;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 12px;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .05);
}
.filter-overflow{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 998;
    top: 0;
    left: 0;
}
.close-filter-mobile {
    display: flex;
    padding: 13px;
    border-radius: 8px;
    border: 1px solid #d1d7db;
    gap: 10px;
    margin-bottom: 15px;
}
.close-filter-mobile img {
    width: 10px;
 }

 .product .price-block {
    justify-content: center;
}
.product .breadcrumb {
    margin: 0px 0 10px 0 !important;
}

.product .product-gallery {
    gap: 0;
    padding-right: 0 !important;
}
.product .product-info {
    margin-top: 3px;
 }
 .product .product-info h1 {
    font-size: 18px;
 }
 .product .product-info .price {
    font-size: 23px !important;
 }
 .product .product-info .last-price {
    font-size: 16px !important;
 }
 .product .owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px 5px;
 }
 .product .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ec246e
 }
 
 .product .product-info .tech-specs {
    text-align: left;
 }
 /* .product .popup-content {
    margin-top: calc(-339px + 50vh);
    padding-top: 250px;
    background-size: 100%;
    background-repeat: no-repeat;
 }
 .product .popup.project .popup-content .form-col {
    background: #fafafa;
 } */
 
}