/* -------- biolifting-product__overview -------- */
.biolifting-product__overview {
	padding: 80px 0 0;
    background: rgba(0, 0, 0, 0.8);
}

.biolifting-product__overview-inner {
	display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.biolifting-product__overview-inner-info {
    margin: 80px 0 0;
}

.biolifting-product__overview-inner-info .biolifting-product__overview-leftsaitbar {
    display: flex;
    align-items: center;
}

.biolifting-product__overview-leftsaitbar-text {
    padding: 0 0 15px;
}

.biolifting-product__overview-leftsaitbar-text h2 {
    color: #fbac38;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: normal;
    margin: 0 0 10px;
}

.biolifting-product__overview-leftsaitbar-text p {
    color: #b2b2b2;
    font-size: 30px;
    margin: 0 0 10px;
}

.biolifting-product__overview-leftsaitbar-text ul li {
    color: #b2b2b2;
    font-size: 18px;
    position: relative;
    padding: 0 0 0 25px;
}

.biolifting-product__overview-leftsaitbar-text ul li::before {
    content: "\f046";
    font-family: "icomoon";
    color: #fbac38;
    margin: 0 10px 0 0;
    vertical-align: bottom;
    position: absolute;
    left: 0;
    top: 0;
}

.biolifting-product__overview-leftsaitbar-text ul li + li {
    margin: 15px 0 0;
}

.biolifting-product__overview-inner-reverse {
    flex-direction: row;
    margin: 50px 0 120px;
}

.biolifting-product__overview-inner-reverse .biolifting-product__overview-leftsaitbar {
    margin: 0 -60px 0 0;
    padding: 20px 80px 20px 20px;
    top: 27px;
}

.biolifting-product__overview-leftsaitbar-text p + p {
    margin: 10px 0 0;
}

.biolifting-product__overview-leftsaitbar {
    max-width: 60%;
    width: 60%;
    background: #555;
    position: relative;
    margin: 0 0 0 -60px;
    padding: 20px 20px 0 80px;
    bottom: 27px;
    box-shadow: 0 0 30px rgb(0,0,0);
  }

.biolifting-product__overview-title {
	margin: 0 0 20px;
}

.biolifting-product__overview-title h2 {
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase;
}

.biolifting-product__overview-title h2::before {
    content: attr(data-title);
    font-size: 480%;
    color: rgba(99, 99, 99, .07);
    position: absolute;
    left: -30%;
    top: -70%;
    z-index: -1;
    text-transform: uppercase;
}

.biolifting-product__overview-title p {
    color: #000;
    font-size: 16px;
    margin: 0 0 15px;
}

.product__code span {
    font-size: 26px;
    color: #ffbb00;
    background-image: radial-gradient(ellipse farthest-side at 40% 0%, #455A64 0%, #263238 60%, #1a2327 100%);
    padding: 5px;
    border-radius: 3px;
    margin: 5px 0;
    display: inline-block;
}

.biolifting-product__overview-title span.price {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
	margin: 0 15px 0 0;
}

.biolifting-product__overview-title span.old-price {
    text-decoration: line-through;
    font-size: 20px;
    color: #c4be9d;
}

.biolifting-product__overview-item {
	border-top: 1px solid #eee;
	padding: 15px 0;
}

.biolifting-product__overview-text {
    margin: 0 0 2px;
    padding: 5px 0;
    display: flex;
    font-size: 16px;
    line-height: 1.4;
    color: #666;
}

.biolifting-product__overview-text span {
	display: flex;
	align-items: center;
	width: 60%;
    color: #ffbb00;
}

.biolifting-product__overview-text span strong {
    color: #fff;
}

.biolifting-product__overview-text > span:first-child {
    width: 40%;
}

.biolifting-product__overview-text span i {
	margin: 0 5px 0 0;
	font-style: normal;
}

.biolifting-product__overview-text.biolifting-product__overview-text-addto {
	cursor: pointer;
}

.biolifting-product__overview-text.biolifting-product__overview-text-addto .add {
	display: block;
}

.biolifting-product__overview-text.biolifting-product__overview-text-addto.added .add {
	display: none;
}

.biolifting-product__overview-text.biolifting-product__overview-text-addto .added {
	display: none;
	color: #ffbb00;
}

.biolifting-product__overview-text.biolifting-product__overview-text-addto.added .added {
	display: block;
}

.biolifting-product__overview-text.biolifting-product__overview-text-addto .add:hover {
	color: #ffbb00;
}

.biolifting-product__overview-color {
	display: flex;
}

.color-btn {
    width: 25px !important;
    height: 25px;
    border: 2px solid transparent;
    margin-right: 10px;
    font-size: 10px;
    color: black;
    justify-content: center;
    cursor: pointer;
}

.color-btn.checked {
    border-color: #ffbb00;
}

.color-btn.color-btn-red {
    background-color: #d20f0f;
}

.color-btn.color-btn-blue {
    background-color: #2863bd;
}

.color-btn.color-btn-green {
    background-color: #3c763d;
}

.color-btn.color-btn-gray {
    background-color: #adadad;
}

.color-btn.color-btn-biege {
    background-color: #ece3b4;
}

/* -------- biolifting-product__overview-rightsaitbar -------- */
.biolifting-product__overview-rightsaitbar {
    max-width: 50%;
    width: 50%;
    position: relative;
    box-shadow: 0 0 30px rgb(0,0,0);
}

.biolifting-product__overview-rightsaitbar button.default-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 80px;
    height: 80px;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    padding: 0;
    margin: 0;
	overflow: hidden;
}

.biolifting-product__overview-rightsaitbar button.default-btn:hover {
    background: #ffbb00;
}

.biolifting-product__overview-rightsaitbar button.default-btn::before,
.biolifting-product__overview-rightsaitbar button.default-btn::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 80px;
	transition: all .3s;
}

.biolifting-product__overview-rightsaitbar button.default-btn::before {
    content: "\f07a";
    font-family: 'icomoon';
    transform: translate3d(0, 0, 0);
}

.biolifting-product__overview-rightsaitbar button.default-btn::after {
    content: attr(data-text);
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: none;
    font-size: 14px;
    transform: translate3d(0, 100%, 0);
}

.biolifting-product__overview-rightsaitbar button.default-btn:hover::before {
	transform: translate3d(0, 100%, 0);
}

.biolifting-product__overview-rightsaitbar button.default-btn:hover::after {
	transform: translate3d(0, 0, 0);
}

.biolifting-product__overview-slider-item a {
	display: block;
}

.biolifting-product__overview-slider-item a img {
	width: 100%;
    max-width: 100%;
    display: block;
}

.biolifting-product__overview-slider {
	overflow: hidden;
	position: relative;
}

.biolifting-product__overview-slider .slick-btn {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    border: none;
    cursor: pointer;
    outline: none;
    z-index: 10;
	transition: all .4s;
}

.biolifting-product__overview-slider .slick-next {
    right: -100%;
}

.biolifting-product__overview-slider:hover .slick-next {
    right: 30px;
}

.biolifting-product__overview-slider .slick-prev {
    left: -100%;
}

.biolifting-product__overview-slider:hover .slick-prev {
    left: 30px;
}

.biolifting-product__overview-slider .slick-btn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'icomoon';
    color: #fff;
    font-size: 40px;
    background: #ffbb00;
    padding: 0 15px;
    border-radius: 50%;
    line-height: 45px;
	transition: all .3s;
}

.biolifting-product__overview-slider .slick-btn:hover::before {
    background: #3a3d45;
    transition: .3s ease;
}

.biolifting-product__overview-slider .slick-next::before {
    content: "\f105";
}

.biolifting-product__overview-slider .slick-prev::before {
    content: "\f104";
}

.product__overview-slider-dots {
	/*display: flex;*/
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	z-index: 5;
    display: none;
}

.product__overview-slider-dots li {
	margin: 0 5px;
}

.product__overview-slider-dots li.slick-active button {
	border-color: #ffbb00;
	background: #ffbb00;
	width: 12px;
	height: 12px;
}

.product__overview-slider-dots button {
	font-size: 0;
	width: 10px;
	height: 10px;
	background-color: rgba(0,0,0,0);
	border: 1px solid #ffbb00;
	border-radius: 10px;
	cursor: pointer;
}

.product__overview-slider-dots button:focus {
	outline: none;
}

.product__overview-slider-dots button:hover {
	background: #fff;
}

/* -------- biolifting-product__overview-info -------- */
.biolifting-product__overview-info {
	background: #eee;
	margin: 100px 0 0;
	padding: 0 0 80px;
}

.biolifting-product__overview-info .biolifting-product__overview-leftsaitbar {
	margin: -50px 3% 0 0;
}

.biolifting-product__overview-info .biolifting-product__overview-rightsaitbar {
	margin: -50px 0 0;
    max-width: 100%;
    width: 100%;
    box-shadow: none;
}

.biolifting-product__overview-info-contact {
	border: 1px solid #ddd;
	position: relative;
}

.biolifting-product__overview-info-contact-image {
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 30px 40px;
}

.biolifting-product__overview-info-contact-image img {
    width: 80%;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
}

.biolifting-product__overview-info-contact-desc {
    background: #f5f5f5;
    padding: 20px;
}

.biolifting-product__overview-info-contact-name {
    border-bottom: 1px solid #eee;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

.biolifting-product__overview-info-contact-name h3 {
    color: #000;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 500;
}

.biolifting-product__overview-info-contact-name p {
    color: #666;
    font-size: 18px;
}

.biolifting-product__overview-info-contact-link p {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 10px;
}

.biolifting-product__overview-info-contact-link p a {
	color: #3a3d45;
	transition: all .3s;
}

.biolifting-product__overview-info-contact-link p a:hover {
	color: #ffbb00;
}

.biolifting-product__overview-info-contact-link p a i {
	color: #999;
}

.biolifting-product__overview-info-contact-link p a.default-link {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    width: 23px;
}

.biolifting-product__overview-info-contact-link p a.default-link i {
	color: #fff;
}

.biolifting-product__overview-info-contact-btn {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.biolifting-product__overview-info-contact-btn::before {
    background: #ffbb00;
    position: absolute;
    content: "";
    width: 200%;
    height: 200%;
    left: 50%;
    transform: rotate(45deg);
    transition: all .5s;
}

.biolifting-product__overview-info-contact-btn:hover::before {
	background: #000;
}

.biolifting-product__overview-info-contact-btn i {
    position: absolute;
    bottom: 17px;
    right: 17px;
    color: #fff;
    font-size: 24px;
}

/* -------- biolifting-product__overview-specifications -------- */
.biolifting-product__overview-specifications-menu ul {
	display: flex;
}

.biolifting-product__overview-specifications-menu ul li {
    cursor: pointer;
    border: 1px solid #ddd;
    color: #555;
    font-size: 16px;
    margin-right: 1px;
    padding: 14px 20px;
    border-radius: 1px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	border-bottom: none;
	background: #f4f4f4;
	transition: all .4s;
}

.biolifting-product__overview-specifications-menu ul li h4 i {
    color: #666;
    margin: 0 3px 0 0;
}

.biolifting-product__overview-specifications-menu ul li.active h4 i {
	color: #ffbb00;
}

.biolifting-product__overview-specifications-menu ul li.active {
    background: #eee;
    color: #000;
    box-shadow: 0 -5px 0px #ffbb00;
	border: 1px dashed #ffbb00;
}

.biolifting-product__overview-specifications-menu ul li.active h4 {
	color: #000;
}

.biolifting-product__overview-specifications-title {
	padding: 25px 0 0;
}

.biolifting-product__overview-specifications-title h3 {
	font-size: 26px;
	color: #666;
	padding: 0 0 20px;
	margin: 0 0 20px;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
}

.biolifting-product__overview-specifications-title h3::after {
	content: "";
	background: #ffbb00;
	width: 50px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50px;
}

.biolifting-product__overview-specifications-info {
	display: none;
}

.biolifting-product__overview-specifications-collection-inner {
	/*display: flex;*/
	flex-wrap: wrap;
    color: #666;
    font-size: 16px;
    line-height: 1.4;
}

.biolifting-product__overview-specifications-collection-item {
	width: 49%;
	margin: 0 calc(4% / 2) 2% 0;
	overflow: hidden;
	position: relative;
}

.biolifting-product__overview-specifications-collection-item:nth-child(2n+2) {
    margin: 0 0 2%;
}

.biolifting-product__overview-specifications-collection-item:hover {
	box-shadow: 0px 5px 15px rgba(0, 0, 0, .2);
	transition: all .3s;
}

.biolifting-product__overview-specifications-collection-image a {
	display: block;
}

.biolifting-product__overview-specifications-collection-image a img {
	max-width: 100%;
	display: block;
}

.biolifting-product__overview-specifications-collection-text {
	position: absolute;
	top: 0;
	padding: 20px 20px 0;	
	width: 100%;
}

.biolifting-product__overview-specifications-collection-text h3 {
	font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 5px;
}

.biolifting-product__overview-specifications-collection-text h3 a {
	color: #3a3d45;
	transition: all .3s;
}

.biolifting-product__overview-specifications-collection-text h3 a:hover {
	color: #ffbb00;
}

.biolifting-product__overview-specifications-collection-text span {
	color: #666;
	font-size: 14px;
}

.biolifting-product__overview-specifications-collection-text span.old-price {
	text-decoration: line-through;
	margin: 0 5px 0 0;
}

.biolifting-product__overview-specifications-desc-inner {
	display: flex;
}

.biolifting-product__overview-specifications-desc {
	max-width: 32%;
    width: 100%;
    margin: 0 3% 0 0;
}

.biolifting-product__overview-specifications-desc-images-item {
	margin: 0 0 25px;
}

.biolifting-product__overview-specifications-desc-images-item + .biolifting-product__overview-specifications-desc-images-item {
	border-top: 1px solid #ccc;
	padding: 25px 0 0;
}

.biolifting-product__overview-specifications-desc-images-item img {
    max-width: 100%;
    display: block;
}

.biolifting-product__overview-specifications-desc-info {
	max-width: 65%;
	width: 100%;
}

.biolifting-product__overview-specifications-desc-text p {
    color: #666;
    font-size: 16px;
    line-height: 1.4;
}

.biolifting-product__overview-specifications-desc-text p + p {
	margin: 10px 0 0;
}

/* -------- modal-specifications -------- */
#modal-specifications {
    display: block;
    padding: 0;
    max-width: 640px;
    width: 100%;
    margin: 30px auto 0;
    cursor: auto;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transform: perspective(600px) rotateX(-90deg);
    transform-origin: 0 0;
}

#modal-specifications.open-modal {
	visibility: visible;
    opacity: 1;
    transform: perspective(600px) rotateX(0deg);
	left: 0;
	right: 0;
}

.modal-specifications__title {
	background: #ddd;
	padding: 15px 20px;
	margin: 0 0 -2px;
}

.modal-specifications__title h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
}

.modal-specifications__title p {
    font-size: 16px;
    color: #666;
}

.fancybox-close-small:hover {
    opacity: .4;
}

.modal-specifications__slider {
	overflow: hidden;
}

.modal-specifications__slider-item img {
	max-width: 100%;
}

.modal-specifications__slider .slick-btn {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    border: none;
    cursor: pointer;
    outline: none;
    z-index: 10;
	transition: all .4s;
}

.modal-specifications__slider .slick-next {
    right: -100%;
}

.modal-specifications__slider:hover .slick-next {
    right: 30px;
}

.modal-specifications__slider .slick-prev {
    left: -100%;
}

.modal-specifications__slider:hover .slick-prev {
    left: 30px;
}

.modal-specifications__slider .slick-btn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'icomoon';
    color: #fff;
    font-size: 40px;
    background: #ffbb00;
    padding: 0 15px;
    border-radius: 50%;
    line-height: 45px;
	transition: all .3s;
}

.modal-specifications__slider .slick-btn:hover::before {
    background: #3a3d45;
    transition: .3s ease;
}

.modal-specifications__slider .slick-next::before {
    content: "\f105";
}

.modal-specifications__slider .slick-prev::before {
    content: "\f104";
}

.modal-specifications__slider-dots {
	display: flex;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	z-index: 5;
}

.modal-specifications__slider-dots li {
	margin: 0 5px;
}

.modal-specifications__slider-dots li.slick-active button {
	border-color: #ffbb00;
	background: #ffbb00;
	width: 12px;
	height: 12px;
}

.modal-specifications__slider-dots button {
	font-size: 0;
	width: 10px;
	height: 10px;
	background-color: rgba(0,0,0,0);
	border: 1px solid #ffbb00;
	border-radius: 10px;
	cursor: pointer;
}

.modal-specifications__slider-dots button:focus {
	outline: none;
}

.modal-specifications__slider-dots button:hover {
	background: #fff;
}

.modal-specifications__info {
	padding: 10px 20px;
}

.modal-specifications__info .biolifting-product__overview-item {
	border-top: none;
	padding: 0;
}

.modal-specifications__info .biolifting-product__overview-text {
	padding: 3px 0;
}

.modal-specifications__links {
    background: #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-specifications__links-price {
	padding: 0 0 0 20px;
}

.modal-specifications__links-price span.price {
    font-size: 26px;
    display: block;
    color: #666;
    font-weight: 500;
}

.modal-specifications__links-price span.old-price {
    font-size: 20px;
    text-decoration: line-through;
    color: #777;
    font-weight: normal;
}

.modal-specifications__links-buttons a {
    padding: 32px 25px;
    border-left: 1px solid #fff;
    font-size: 15px;
    color: #3a3d45;
    margin: 0 0 0 -3px;
    transition: all .3s;
}

.modal-specifications__links-buttons a:hover {
	background: #000;
	color: #fff;
}
