/* -------- biolifting-header-slider-small__products-grid -------- */
.biolifting-header-slider-small__products-grid {
	background: #fff;
}

.biolifting-header-slider-small__products-grid .biolifting-header-slider-small__item a {
	color: #000;
}

.biolifting-header-slider-small__products-grid .biolifting-header-slider-small__item a:hover {
	color: #ffbb00;
}

/* -------- biolifting__products-grid-list -------- */
.biolifting__products-grid-list {
	background: #eee;
	padding: 60px 0 50px;
}

.biolifting__products-grid-list-inner {
    display: flex;
    justify-content: space-between;
}

.biolifting__products-leftsaitbar {
    max-width: 30%;
    width: 100%;
    margin: 0 30px 0 0;
}

.biolifting__saitbar-item {
    margin: 0 0 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 0;
}

.biolifting__saitbar-item-title {
    background: #fff;
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
    color: #666;
	position: relative;
}

.biolifting__saitbar-item-title span {
	color: #ffbb00;
	font-size: 12px;
}

.biolifting__saitbar-item .biolifting__saitbar-item-title::after {
    content: "\f107";
    font-family: 'icomoon';
    position: absolute;
    display: inline-block;
    line-height: 42px;
    height: 42px;
    width: 42px;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 22px;
}

.biolifting__saitbar-item.active .biolifting__saitbar-item-title::after {
	transform: rotate(180deg);
}

.biolifting__saitbar-item-content {
    display: none;
	background: #fff;
    padding: 10px;
    border-top: 1px solid #ddd;
}

.biolifting__saitbar-item-price {
	padding: 10px 0 5px;
}

span.checkbox {
    position: relative;
    display: block;
    padding: 2px 0;
}

span.checkbox input[type="radio"] {
    display: none;
}

span.checkbox input[type="radio"] + label::before {
    font-family: 'icomoon';
    content: "";
    line-height: 24px;
    font-size: 16px;
    position: absolute;
    border: 1px solid #bbc4c7;
    display: inline-block;
    height: 25px;
    width: 25px;
    left: 0;
    border-radius: 50%;
    transform: scale(.8);
    transition: all .2s;
}

span.checkbox input[type="radio"] + label:hover::before {
	border: 1px solid #ffbb00;
}

span.checkbox input[type="radio"]:checked + label::before {
    content: "\f006";
}

span.checkbox input[type="radio"]:checked + label::before {
    background: #ffbb00;
    color: #fff;
    border-color: #ffbb00;
    text-align: center;
}

span.checkbox label {
    display: flex;
	justify-content: space-between;
	align-items: center;
    font-size: 16px;
	color: #666;
	padding-left: 35px;
	line-height: 1.8;
	cursor: pointer;
}

span.checkbox label:hover {
	color: #ffbb00;
}

span.checkbox label span {
	font-size: 12px;
}

.update-search button.default-btn {
	margin: 0;
}

/* -------- biolifting__products-rightsaitbar -------- */
.biolifting__products-rightsaitbar {
    max-width: 70%;
    width: 100%;
}

.sort__bar-inner {
    display: flex;
    justify-content: space-between;
	align-items: center;
	font-size: 14px;
	margin: -45px 0 15px;
	/*opacity: .2;*/
	transition: all 0.2s;
}

/*
.sort__bar-inner:hover {
	opacity: 1;
}
*/

.sort__bar-item select {
    color: #666;
	background: #fff;
    padding: 5px;
    border: 1px solid #ddd;
	cursor: pointer;
}

.sort__bar-item span {
    color: #666;
    padding: 0 10px;
}

.sort__bar-item span.grid-list {
	padding: 0 0 0 5px;
}

.sort__bar-item span.grid-list a {
    background: #fff;
    color: #666;
    border-radius: 50%;
    transition: all .3s;
    width: 30px;
    height: 30px;
    line-height: 33px;
    text-align: center;
	margin: 0 0 0 5px;
}

.sort__bar-item span.grid-list a:hover {
    background: #ffbb00;
    color: #fff;
    transform: scale(1.2);
}

a.leftsaitbar-filter {
	display: none;
	cursor: pointer;
}

a.leftsaitbar-filter.close-filter i.icon-search-plus::before {
	content: "\f010";
}

.biolifting-rightsaitbar-grid__inner {
	display: flex;
	flex-wrap: wrap;
}

.biolifting-rightsaitbar__item {
	position: relative;
	width: 49%;
	margin: 0 2% 2% 0;
	overflow: hidden;
}

.biolifting-rightsaitbar__item:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
	transition: all .3s;
}

.biolifting-rightsaitbar__item:nth-child(2n+2) {
    margin: 0 0 2%;
}

.biolifting-rightsaitbar__item-image a {
	display: block;
}

.biolifting-rightsaitbar__item-image a img {
	max-width: 100%;
	display: block;
}

.biolifting-rightsaitbar__item-text {
	position: absolute;
	top: 0;
	padding: 20px 20px 0;	
	width: 100%;
}

.biolifting-rightsaitbar__item-text h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 5px;
}

.biolifting-rightsaitbar__item-text h3 a {
	color: #3a3d45;
	transition: all .3s;
}

.biolifting-rightsaitbar__item-text h3 a:hover {
	color: #ffbb00;
}

.biolifting-rightsaitbar__item-text span {
	color: #666;
	font-size: 14px;
}

.biolifting-rightsaitbar__item-text span.price {
    color: coral;
    font-size: 20px;
    margin: 0 5px 0 0;
}

.biolifting-rightsaitbar__item-text span.old-price {
	text-decoration: line-through;
	margin: 0 5px 0 0;
}

.biolifting-rightsaitbar__item-info {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
	transition: all .3s;
    /*z-index: 3;*/
}

.biolifting-rightsaitbar__item-info-item {
	position: relative;
}

.biolifting-rightsaitbar__item-info-item a {
	font-size: 16px;
    position: relative;
    padding: 0 5px;
    background: dimgray;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 0 10px;
	transform: scale(0);
	transition: all .3s;
}

.biolifting-rightsaitbar__item-info-item a:hover {
	background: #000;
}

.biolifting-rightsaitbar__item:hover .biolifting-rightsaitbar__item-info-item a {
	transform: scale(1);
}

.biolifting-rightsaitbar__item-info-item a.bg-red {
	transform: scale(1);
	background: #e71d36;
}

.biolifting-rightsaitbar__item:hover .biolifting-rightsaitbar__item-info-item:nth-child(2) a {
	transition-delay: .2s;
}

biolifting-rightsaitbar__item-info-item .tooltip {
    opacity: 0;
    position: absolute;
    top: 3px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 5px 7px;
    border-radius: 20px;
    width: max-content;
    pointer-events: none;
    transition: all .5s;
    right: 110%;
}

.biolifting-rightsaitbar__item-info-item:hover .tooltip {
	opacity: 1;
}

.biolifting-rightsaitbar__item-info-item .tooltip.bg-red {
	background: #e71d36;
}

.biolifting-rightsaitbar__item__add-cart {
    position: absolute;
    overflow: hidden;
    color: #fff;
    bottom: 0;
    right: 0;
    border: 0;
    width: 100px;
    height: 100px;
    font-size: 19px;
    cursor: pointer;
    z-index: 9;
	transform: translate3d(100%, 0, 0);
    transition: all .5s;
    background: transparent;
}

.biolifting-rightsaitbar__item__add-cart::before {
    background: #ffbb00;
    position: absolute;
    content: "";
    width: 200%;
    height: 200%;
    top: 0;
    left: 50%;
    z-index: 0;
    transform: rotate(45deg);
    transition: all .5s;
}

.biolifting-rightsaitbar__item__add-cart:hover::before {
    background: #000;
}

.biolifting-rightsaitbar__item:hover .biolifting-rightsaitbar__item__add-cart {
	transform: translate3d(0, 0, 0);
}

.biolifting-rightsaitbar__item__add-cart i {
	position: absolute;
	bottom: 17px;
	right: 17px;
}

.biolifting-rightsaitbar__item-new,
.biolifting-rightsaitbar__item-discount {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    border-radius: 5px;
}

.biolifting-rightsaitbar__item-new {
    background: #e71d36;
}

.biolifting-rightsaitbar__item-discount {
    background: #2ec4b6;
}

.pagination ul {
    display: flex;
    margin: 20px 0 0;
    align-items: center;
    justify-content: center;
	position: relative;
}

.pagination ul li a {
    color: #fff;
    background: #ffbb00;
    margin: 0 3px;
    padding: 7px 13px;
    border-radius: 50%;
    font-size: 16px;
	transition: all .3s;
}

.pagination ul li a:hover {
	background: #000;
}

.pagination ul li a.active {
	background: #000;
	cursor: default;
}

.pagination ul li a.prev,
.pagination ul li a.next {
	position: absolute;
	top: 0;
}

.pagination ul li a.prev:hover,
.pagination ul li a.next:hover {
	transform: scale(1.1);
}

.pagination ul li a.prev {
	left: 0;
}

.pagination ul li a.next {
	right: 0;
}

/* -------- biolifting-rightsaitbar-list__inner -------- */
.biolifting-rightsaitbar-list__inner {
	margin: 0 0 50px;
}

.biolifting-rightsaitbar-list__inner .biolifting-rightsaitbar__item {
    width: 100%;
    margin: 0 0 15px;
    background: #fff;
    display: flex;
    align-items: center;
}

.biolifting-rightsaitbar-list__inner .biolifting-rightsaitbar__item-image {
    width: 35%;
}

.biolifting-rightsaitbar-list__inner .biolifting-rightsaitbar__item-text {
    position: inherit;
    padding: 0 20px;
    width: 65%;
}

.biolifting-rightsaitbar-list__inner .biolifting-rightsaitbar__item-text p {
    color: #666;
    font-size: 16px;
    line-height: 1.3;
    margin: 15px 0 0;
}

/* -------- biolifting__products-topbar -------- */
.biolifting__products-topbar {
	background: #eee;
	padding: 40px 0 60px;
}

.biolifting__products-topbar-inner {
	display: flex;
	justify-content: space-between;
}

.biolifting__products-topbar-inner .biolifting__saitbar-item {
	width: 24%;
	position: relative;
}

.biolifting__products-topbar-inner .biolifting__saitbar-item-content {
	position: absolute;
	z-index: 2;
	width: 100%;
}

.biolifting__products-topbar .sort__bar-inner {
	margin: 20px 0 15px;
}
