/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */

/* Frontpage Showcase */
.frontpageshowcase {
	position: absolute;
	top: 20px;
	left: 40px;
	z-index: 1;
	width: 400px;
	color: #FFF;
	font-size: 16px;
	line-height: 22px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.frontpageshowcase.black { color: #444; }

/* Frontpage List */
.frontpagelist img { margin: -20px -20px -20px 0; }

.frontpagelist h2 {
	font-size: 28px;
	line-height: 28px;
}

/* Frontpage Botton */
#page .frontpagebottom {
	min-height: 124px;
	margin: -13px;
	padding: 13px 120px 13px 13px;
	border-radius: 7px;
	overflow: hidden;
}


/* Frontpage Separator */
#page .frontpageseparator {
	margin: -3px;
	overflow: hidden;
	text-transform: uppercase;
}

.frontpageseparator > div > div {
	padding-left: 15px;
	border-left: 1px solid #ddd;
	box-shadow: inset 1px 0 0 #fff;
	overflow: hidden;
}

.frontpageseparator > div:first-child > div {
	border-left: none;
	box-shadow: none;
}

.frontpageseparator img {
	margin: 4px 15px 0 0;
	float: left;
}
#header .duo_phones{
	margin-top: -44px;
}
/*a.blue-link{
	color: #46a0c5;
}
a.blue-link:hover{
	color: #000;
}

*/

.old_price{
	display: inline-block;
	position: relative;
}
.price_line{
	display: inline-block;
    position: absolute;
    top: 12px;
    left: -2px;
    width: 100%;
    height: 1px;
    background-color: #908d8d;
    /*transform: rotate(-37deg);*/
}
#system .item > header .title {
	/*margin-bottom: 40px;*/
}
#float_phones{
	width: 310px;
	position: fixed;
	top: 0;
	opacity: 0;
	transition: opacity 0.1s ease-in-out;
}
#float_phones .viber{
    top: 20px;
    left: 10px;
}
.green-button{
   position: relative;
   top: -5px;

   background: #3ebc6b!important;
}
a.green-button.button-more:hover {
    border-bottom-color: #5d8b9d;
    color: #000000!important;
}
.inline-h {
	display: inline-block;
	   margin-right: 30px;
}
.menu-sidebar a.level1 > span, .menu-sidebar span.level1 > span {
    line-height: 25px;
   }

   .bold{
	font-weight: bold;
	color: #666;
	font-size: 14px;
}
.bold-link{
	font-weight: bold;
}
.box-content{
	position: relative;
}
.heart-like{
    display: inline-block;
    cursor: pointer;
    position: absolute;
    left: 30px;
    z-index: 10;
    width: 34px;
    top: 45px;
    border-radius: 50%;
    background: rgba(0,0,0,0.5);
    height: 34px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 7px;
    vertical-align: super;
    transition: all ease 0.3s;
     box-shadow: 0 0 19px -4px #ffffff;
}
.heart-like:hover{
	background: rgba(0,0,0,0.8);
}
.relative{
	position: relative;
}
.count_okna_likes {
    border-radius: 10px;
    padding: 0px 3px;
    background: #403a3c;
    display: inline-block;
    position: absolute;
    top: -7px;
    min-width: 21px;
    height: 21px;
    line-height: 18px;
    box-sizing: border-box;
    z-index: 1;
    color: #ff6600;
    text-shadow: none;
    font-weight: bold;
    border: 1px solid #f60;
}
@media screen and (max-device-width: 590px){
    .heart-like{
            top: 55px;
            width:  45px;
            height: 45px;
            line-height: 45px;
            padding-top: 8px;
        }
}
#liked {
    z-index: 999;
	opacity: 0;
    position: fixed;
    top: 20px;
    left: -100px;
    background: rgba(255,0,0, 0.2);
    text-align: center;
    margin: auto;
    width: 70px;
    height: 70px;
    border-radius: 10em;
    transition: all 0.3s ease
}
#liked:hover{

    background: rgba(255,0,0, 0.4);
}
#liked a{
    display: inline-block;
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 70px;
}
a:not([class]):active > .heart, a:not([class]):focus > .heart{
    top: 15px;
}
.heart {
    fill: #fe0000;
    text-align: center;
    position: relative;
    top: 16px;
    left: 0px;
    width: 50px;
    transform-origin: 50% 50%;
    
}
.pulse{
	animation: pulse .7s ease 1
}
.pulse-2{
	animation: pulse-2 .7s ease 1
}
#liked span {
    display: inline-block;
    position: absolute;
    top: -6px;
    right: -1px;
    line-height: 24px;
    font-size: 18px;
    height: 25px;
    color: black;
    border: 1px solid #f5c4c1;
    width: 25px;
    border-radius: 10em;
    background-color: #fff;
}
.viber{
    position: relative;
    top: 20px;
}
#headerbar .viber{
    top: 0;
}
.viber::before {
    content: '';
    position: absolute;
    width: 81px;
    height: 25px;
    top: -11px;
    left: 0;
    background: url(/images/viber.png) no-repeat;
    background-size: 64%;
    overflow: visible;
    background-position: 0 0%;
}
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.3); }
  100% { transform: scale(1); }
}
@keyframes pulse-2 {
  0% { transform: scale(1); }
  50% { transform: scale(1.3); }
  100% { transform: scale(1); }
}