@charset "UTF-8";

input#chck-tel {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.tabs {
  position: absolute;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
  z-index: 2;
  background: #ffffff;
  width: 100%;
}

.tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 0 1em;
  cursor: pointer;
}
.tab-label::after {
  content: "▾";
  position: relative;
  top: 10px;
  width: 1em;
  height: 1em;
  text-align: center;
  color: #1a252f;
  transition: all 0.35s;
}
.tab-content-info-tel {
  max-height: 0;
  padding: 0 1em;
  background: white;
  transition: all 0.35s;
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 0 1em;
  font-size: 0.75em;
  cursor: pointer;
}

input#chck-tel:checked + .tab-label::after {
  transform: rotate(180deg);
}
input#chck-tel:checked ~ .tab-content-info-tel {
  max-height: 100vh;
  padding: 0 1em;
  margin-top: -5px;
}
.tel-info {
  margin: 5px 0;
}
.tel-info a {
  margin-left: 5px;
  text-decoration: none;
  color: #004000;
  font-weight: bold;
  font-size: 18px;
}
.tel-info a:hover {
  color: #333;
}
.tel-info a.kievstar:before,
.tel-info a.life:before,
.tel-info a.vodafone:before,
.tel-info a.intertelecom:before,
.tel-info a.phone:before {
  background-size: 25px 25px;
  background-position: 0;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 24px;
  content: "";
  position: relative;
  top: 5px;
  left: -5px;
}
.dsh-tel-cusom {
  color: #666;
  font-size: 26px;
}
.tel-info a.kievstar:before {
  background-image: url("http://vivaton.od.ua/image/tel-icons/kievstar.png");
}
.tel-info a.life:before {
  background-image: url("http://vivaton.od.ua/image/tel-icons/lifecell.png");
}
.tel-info a.vodafone:before {
  background-image: url("http://vivaton.od.ua/image/tel-icons/vodafone.png");
}
.tel-info a.intertelecom:before {
  background-image: url("http://vivaton.od.ua/image/tel-icons/intertelecom.png");
}
.tel-info a.phone:before {
  background-image: url("http://vivaton.od.ua/image/tel-icons/rotary-telephone.png");
}

@media only screen and (max-width: 768px) {
  input#chck-tel {
    position: absolute;
    opacity: 0;
    z-index: 1;
    right: 0;
    height: 40px;
    width: 29%;
  }
  .tabs {
    width: 230px;
  }
  .dsh-tel-cusom {
    margin-top: 10px;
    display: flex;
    margin-left: 100px;
  }
  .tel-info a {
    font-size: 26px;
  }
  .tab-content-info-tel,
  input#chck-tel:checked ~ .tab-content-info-tel {
    padding: 0 0 0 12px;
    margin-top: -7px;
    text-align: left;
  }
}
@media only screen and (max-width: 576px) {
  input#chck-tel {
    position: absolute;
    opacity: 0;
    z-index: 1;
    right: 0;
    height: 40px;
    width: 29%;
  }
  .tabs {
    position: relative;
    width: 100%;
  }
  .tel-info a {
    font-size: 26px;
  }
  .tab-content-info-tel,
  input#chck-tel:checked ~ .tab-content-info-tel {
    padding: 0 0 0 12px;
    margin-top: -7px;
    text-align: left;
  }
}
#menu ul li ul li{
position: relative;	
}

#menu .menu3rdlevel{
position: absolute;
top: -6px;
left: 100%;	
display: none;

z-index:1001;
min-width:160px;
padding:5px 0 0 0;

background-color:#fff; /* edit or add style here */
border:1px solid #ccc;
border:1px solid rgba(0,0,0,.15);
border-radius: 4px;
-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
box-shadow:0 6px 12px rgba(0,0,0,.175);
background-clip: padding-box;
}


#menu .menu3rdlevel > a{
color: #23A1D1; /* menu3rdlevel 'see all' color */
}

#menu .menu3rdlevel_inner{
display: table;	
}

#menu .menu3rdlevel_inner ul{
display: table-cell;
}

#menu .show3rdlevel{
display: block;	
}

@media (min-width: 768px) {
	#menu ul li ul li:hover > .menu3rdlevel {
		display: block;
	}
	
	#menu .arrow{
		background-image: url(/catalog/view/theme/default/image/menu3rdlevel/arrow.png); /* replace with custom arrow if you wish (10 x 8 default) */
		background-repeat: no-repeat;
		background-position: right center;
	}
	
	#menu ul li ul li:hover > a.arrow{
		background-image: url(/catalog/view/theme/default/image/menu3rdlevel/arrow_w.png); /* another arrow for hover (or delete) */
		
		background-repeat: no-repeat;
		background-position: right center;
		
		background-color: #229ac8; /* replace with your color or delete (for the parent category when hover) */
		color: #FFF;
	}
	
	#menu ul li ul li > a{ /* uncomment this for singe line link */
		/* white-space: nowrap; */	
	}
}


/* mobile code starts here */
@media (max-width: 767px) {
	#menu .menu3rdlevel {
		left: 0 !important;
		top: 0 !important;
		position: relative;
		display: none;
		padding-bottom: 10px;
		
		background-color: rgba(0, 0, 0, 0.1);
		
		border: 0;
		border-radius: 0; /* edit border */
	}
	
	#menu .arrow{
		text-decoration: none;
		
		background-image: url(/catalog/view/theme/default/image/menu3rdlevel/arrow_d.png); /* replace with custom arrow if you wish (10 x 8 default) */
		background-repeat: no-repeat;
		background-position: right center;
	}
	#menu ul li ul li:hover > a.arrow{
		background-image: url(/catalog/view/theme/default/image/menu3rdlevel/arrow_w_d.png); /* another arrow for hover (or delete) */
		
		background-repeat: no-repeat;
		background-position: right center;
		
	}
	
	#menu .menu3rdlevel_inner {
		display: block;
	}
	
	#menu .menu3rdlevel_inner ul {
		display: block;
	}
	
	#menu .menu3rdlevel_inner a {
		width: 100%;
		color: #fff;  /* color */
	}
	
	#menu .menu3rdlevel .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff; /* color */
	}
}
/* mobile code ends here */#live-search {
	width:94%;
	position:absolute;
	z-index:1000;
	padding:5px 0px;
	margin-top: -10px;
	background-color:#FFF;
	border: 1px solid #DDD;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0 2px 2px #DDDDDD;
	display:none;
}
#live-search .loading{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#live-search ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
#live-search ul li {
	cursor:pointer;
	padding:5px;
	margin:0px 5px;
	background-color:#FFF;
	min-height:40px;
	clear:both;
}
#live-search ul li:nth-child(even) {
	background-color: #FAFAFA;
}
#live-search ul li:hover {
	background-color:#F0F7FA;
}
#live-search ul li a{
	text-decoration: none;
	display:block;
}
#live-search ul li .product-image{
	float:left;
	margin-right:5px;
}
#live-search ul li .product-name p{
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	color:#555555;
	margin:0px;
	padding:0px;
}
#live-search ul li .product-name{
	font-weight: bold;
	float: left;
	width:60%;
}
#live-search ul li .product-price {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	float:right;
	margin-top:10px;
	width:15%;
}
#live-search ul li .product-price .price{
	color: #333333;
	display:block;
}
#live-search ul li .product-price .special{
	color: #FF0000;
	text-decoration: line-through;
	display:block;
}

#live-search .product-price > .special {
	margin-top: -5px;
}

#live-search .result-text{
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	color:#555555;
	background-color:#e6ffff;

}