


.image-with-text-block .top-descr{
    width: 100%;
}

.home .image-area{
    padding-top: 80%;
    position: relative;
}
.home .image-area img{
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.wp-pagenavi .current, .wp-pagenavi .page{
    border: none;
    font-size: 18px;
    font-weight: 700;
    margin-right: 10px;
    color: #0067b1;
    padding: 0;
}
.wp-pagenavi .page{
    color: #ddd;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink{
    font-size: 0;
    border: 0;
    margin-right: 15px;
    background-image: url("../img/pag-prev.svg");
    background-repeat: no-repeat;
    padding: 11px;
    background-position: top;
}
.wp-pagenavi .nextpostslink{
    margin-right: 0;
    margin-left: 15px;
    background-image: url("../img/pag-next.svg");
}

.wp-pagenavi a, .wp-pagenavi span {
    border: none;
}

.page-numbers {
    font-size: 18px;
    font-weight: 700;
    margin-right: 10px;
    padding: 0;
    color: #ddd;
}

.page-numbers.current {
    color: #0067b1;
}

.next.page-numbers {
    font-size: 0;
    margin: 0 !important;
    color: #0067b1;
   /* background-image: url("../img/pag-next.svg"); */
    background-repeat: no-repeat;
    padding: 11px;
    background-position: top;
}

.prev.page-numbers {
    font-size: 0;
    margin: 0 !important;
    color: #0067b1;
   /* background-image: url("../img/pag-prev.svg"); */
    background-repeat: no-repeat;
    padding: 11px;
    background-position: top;
}

#applications_items_ajax {
    position: relative;
}

#applications_items_ajax.loading {
    position: relative;
}

#applications_items_ajax.loading::after {
    width: 100%;
    height: 100%;
    background: url("../img/ajax-loader.gif") no-repeat center 150px rgba(255,255,255,.75);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

.applications-main .items-area .item h5 {
    font-size: 10px;
    font-weight: normal;
    color: #999;
    margin-bottom: 15px;
}

.map-marker{
    cursor: pointer;
}

/*projects=======================================*/
/*.filter-list{
    display: none;
}*/

.product-item>a,
.more-projects-slider .item a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.products-slider .product-item .top-icons {
    position: absolute;
    z-index: 50;
    bottom: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px 24px 0;
}

li.product .image {
    width: 100%;
    padding: 70% 0 0;
}
li.product .describe-wrapper {
    padding: 15px;
    text-align: center;
    background-color: #fff;
}
li.product .top-icons {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
li.product .top-icons a.icon {
    width: 20px;
    height: auto;
}

.add_to_favorites{
    background: url("../img/product-star.svg") no-repeat;
}
.add_to_favorites:hover, 
.added_to_favorites{
    background: url("../img/product-star-filled.svg") no-repeat;
}
.delete_favorites{
    background: url("../img/close-menu.svg") no-repeat;
    width: 30px;
    cursor: pointer;
}
.product-item .top-icons .icon:not(.add_to_favorites):not(.added_to_favorites),
.top-icons .add_to_cart {
	background: url("../img/product-basket.svg") no-repeat;
	display: block;
	width: 20px !important;
	height: 19px !important;
	background-size: cover;
}
.product-item .top-icons .icon:not(.add_to_favorites):not(.added_to_favorites):hover,
.top-icons .add_to_cart:hover, .top-icons .add_to_cart.added_to_cart {
	background: url("../img/basket.svg") no-repeat;
	background-size: cover;
}
/*===============================================*/
#header-cart-widget{
    padding: 20px;
    background: #FFFFFF;
    display: none;
    position: absolute;
    top: 40px;
    left: 85%;
    z-index: 500;
}
.woocommerce-account .woocommerce-MyAccount-content{
    float: unset;
}
.woocommerce-cart-form__cart-item, .favorite-item{
    display: flex;
}

.breadcrumbs .current-item{
    color: #0067b1
}

.app-term-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.news .news-slider .item::after {
    background-color: rgba(0,0,0,.5);
}

.applications-sub .items-area span.read-more,
.applications-sub .items-area .info p.description{
    display: none;
}
.applications-sub .items-area .item:hover .applications-sub .items-area span.read-more,
.applications-sub .items-area .item:hover .applications-sub .items-area .info p.description{
    display: block;
}
.applications-sub .items-area .item .info p {
    line-height: 30px;
    height: 90px;
    overflow: hidden;
}

section.review .review-slider .review-info{
    bottom: -70px;
}
section.review .review-slider .review-info .review-text{
    margin-bottom: 15px;
    max-height: 135px;
}

section.review .review-slider .review-info .review-text p{
    height: 100px;
    overflow-y: auto;
}

section.review .review-slider .review-info .review-text p::-webkit-scrollbar { width: 0; }

.product-item-sample .product-item.product-set .image {
    background-size: cover;
}

@media (min-width: 320px) {
    .image-with-text-block .item2 {
        margin: 20px 0;
    }

    .image-with-text-block .image-area {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px){
    .applications-main .items-area .item h5 {
        font-size: 12px;
    }
}

@media screen and (min-width: 1200px) {
    section.projects .project:hover::after {
        top: 10%;
    }

    section.projects .project-1:hover::after {
        top: 54%;
    }

    .image-with-text-block .row:not(:last-child){
        margin-bottom: 15px;
    }

}


@media (min-width: 1450px) {
    .applications-main .items-area .item h5 {
        font-size: 14px;
    }
    section.projects .project:hover::after {
        top: 25%;
    }
    section.projects .project-1:hover::after {
        top: 60%;
    }
}
@media (min-width: 1505px) {
    section.projects .project-1:hover::after {
        top: 67%;
    }
}