/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.news_detail_wrapp h2, 
.bx-section-desc h2,
.product-item-detail-tab-content h2 {
	margin: 20px 0;
	font-size: 2.5rem;
} 
.news_detail_wrapp ul,
.news_detail_wrapp ol,
.bx-section-desc ul,
.bx-section-desc ol,
.product-item-detail-tab-content ul,
.product-item-detail-tab-content ol {
    margin: 0px 0px 20px 20px;
}
.news_detail_wrapp ul li::before,
.bx-section-desc ul li::before,
.product-item-detail-tab-content ul li::before {
    margin-right: 5px;
	color: #175CFF;
	content: "\25CF";
}

.catalog-sort{
	flex-wrap:wrap;
}
.link_blog{
	padding-left:10px;
	font-size:14px;
	font-weight: 700;
	color: #175cff;
}
.product-item-detail-info-section .link_blog{
	float:right;
	padding-left:0px;
}




.top-banner {
    width: 100%;
    height: fit-content;
    font-weight: 400;
    position: relative;
    z-index: 5;

    overflow: hidden;
}
.top-banner__close {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    z-index: 1;
}
.top-banner__close-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    max-height: 100%;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    font-size: 13px;
}
.top-banner__close-btn:before {
    content: "\2715";
    font-size: 20px;
}
.top-banner__close-btn:hover + .top-banner__close-popover {
    opacity: .7;
}
.top-banner__link {
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(7, 32, 25);
}
.top-banner__img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    height: auto;
}
.top-banner__close-popover {
    background-color:#fff;
    color:#888888;
    opacity: 0;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 14px;
    transition: all .2s ease-in-out;
}
.top-banner .swiper-pagination {
    bottom: 2px;
}

