/*
Theme Name: Micromed
Author: Alexandr Ogorodnikov
Description: Bootstrap v.3
Version: 1.0.0
License: MIT
License URI: http://opensource.org/licenses/MIT
Domain Path: /languages/
*/


/*
Required WordPress CSS
*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.bypostauthor {
}


/* WordPress gallery */
.gallery-caption {
}
.gallery {
	margin-bottom: 1.6em;
}
.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


.sticky {
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.pswp__bg {
	opacity: 0.5!important;
}

.hover_popup{
	   visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

.graph_work{
	position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; 

}

.graph_work:hover .hover_popup {
  visibility: visible;
}

select#wccf_checkout_field_deliveryofficeid {
    background: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    padding: 0.82em;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    transition: all 0.2s ease-out 0s, width 0s ease 0s;
    -webkit-appearance: none !important;
    line-height: normal !important;
    border-radius: 5px !important;
    border: 1px solid rgb(217, 217, 217) !important;
    box-shadow: none !important;
    height: auto !important;
}

div#wccf_checkout_field_deliveryofficeid_container {
    position: relative;
}
#wccf_checkout_field_deliveryofficeid_container label {
    display:none;
}
/* CUSTOM CSS ======================================================================================================= */

/*body .micromed_sidebar_left_slider ul.sub*/
/*{*/
/*	display: block !important;*/
/*	box-shadow: 5px 0 5px rgba(0,0,0,0.1) !important;*/
/*}*/
/*body .micromed_sidebar_left_slider > ul > li:nth-child(2) ul.sub*/
/*{*/
/*	display: none !important;*/
/*}*/

/* LEVEL 2 ---------------------------------------------------------------------------------------------------------- */
/** AWEB #235847 START*/
body.home .micromed_sidebar_left_slider > ul > li > ul.sub
{
	/* display: none !important;
	opacity: 0 !important;
	visibility: hidden !important; */
}
/** AWEB #235847 END*/
body.home .micromed_sidebar_left_slider > ul > li > div.subNew
{
	opacity: 0;
	visibility: hidden;

	transition: all .1s linear;

	position: absolute;
	z-index: 10;
	left: 100%;
	top: 0;

	width: 890px;
	box-shadow: 5px 0 5px rgba(0,0,0,0.1) !important;

	display: flex;
	justify-content: flex-start;

	background: #ffffff;
}
body.home .micromed_sidebar_left_slider > ul > li:hover > div.subNew
{
	opacity: 1;
	visibility: visible;
}
body.home .micromed_sidebar_left_slider > ul > li > div.subNew ul.sub
{
	box-shadow: none !important;
}
body.home .micromed_sidebar_left_slider > ul > li > div.subNew > div
{
	width: 33.333%;
}
body.home .micromed_sidebar_left_slider > ul > li > div.subNew ul
{
	display: block !important;
}

/*body.home .micromed_sidebar_left_slider > ul > li > ul.sub*/
/*{*/
/*	width: 890px;*/
/*}*/

body.home .micromed_sidebar_left_slider div.subNew > div > ul > li > a
{
	font-size: 17px;
	color: #00b3e7;

	border-bottom: none !important;
	padding: 5px 15px 5px 10px;
	/*color: #ff2626;*/
}
body.home .micromed_sidebar_left_slider div.subNew > div > ul > li > a:hover
{
	/*color: #ff7878;*/
	text-decoration: underline;
}
body.home .micromed_sidebar_left_slider div.subNew > div > ul > li > a span.add_is_child
{
	display: none !important;
}

/* LEVEL 3 ---------------------------------------------------------------------------------------------------------- */

body.home .micromed_sidebar_left_slider div.subNew .subNewThird
{
	/*display: none !important;*/
	position: static;
}
body.home .micromed_sidebar_left_slider div.subNew .subNewThird > li > a
{
	font-size: 15px;

	border-bottom: none !important;
	padding: 5px 15px 5px 10px;
}
body.home .micromed_sidebar_left_slider div.subNew .subNewThird > li > a:hover
{
	text-decoration: underline;
}
body.home .micromed_sidebar_left_slider div.subNew .subNewThird > li > a span.add_is_child
{
	display: none !important;
}

/* LEVEL 4 & 5 ------------------------------------------------------------------------------------------------------ */

body.home .micromed_sidebar_left_slider > ul > li > div.subNew .subNewThird .sub
{
	display: none !important;
}



@media only screen and (max-width:1439px)
{
	body.home .micromed_sidebar_left_slider div.subNew > div > ul > li > a
	{
		line-height: 21px;
	}
	body.home .micromed_sidebar_left_slider div.subNew .subNewThird > li > a
	{
		padding: 3px 15px 3px 10px;
	}
}
@media only screen and (max-width:1199px)
{
	body.home .micromed_sidebar_left_slider > ul > li > div.subNew
	{
		width: 735px;
	}

	body.home .micromed_sidebar_left_slider div.subNew > div > ul > li > a

	{
		font-size: 15px;
		line-height: 19px;

		padding: 3px 15px 3px 10px;
	}
	body.home .micromed_sidebar_left_slider div.subNew .subNewThird > li > a
	{
		font-size: 13px;
		line-height: 14px;
	}
}