/*
 Theme Name:     Armatherm
 Theme URI:      https:/www,armatherm.com
 Description:    Divi Child Theme
 Author:         Jacob Stone
 Author URI:     https://www.jacobstone.co.uk
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

#floaty-nav {
	position: fixed;
    right: 0;
    z-index: 9;
	font-size: 11px;
	color: #ffffff;
	top: 350px;
}

#floaty-nav li {
	background: #1C4E9A;
	padding: 10px;
    border-radius: 8px 0px 0px 8px;
	margin-bottom: 3px;
	width: 115px;
	text-align: center;
	font-size: 11px;
	line-height: 1.2;
	color: #ffffff;
}

#floaty-nav li .image-wrap{
	display:inline-block;
}

#floaty-nav li img {
	width: 50%;
}

#floaty-nav li a {
	color: #ffffff;
}

#floaty-nav li span {
	display: block;
}

.nav-label {
    background: #1c4e9a;
    color: #ffffff;
    padding: 5px;
    font-size: 9px;
	display: table;
    margin-bottom: 3px;
}

.nav-label-orange {
	background: #D76126;
}


.product-header {
	
	background-size: cover;
	min-height: 300px;
	width: 100%;
	position: relative;
	
}

.product-header .product-tag-wrap {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.product-header .product-tag-wrap .product-tag {
	background: #1c4e9a;
	color: #ffffff;
	padding: 5px;
	font-size: 9px;
}

#main-header .flag-switcher-panel {
	
	background: #ffffff;
    /*display: flex;
    flex-direction: column;*/
    position: absolute;
	display: none;
	padding: 15px;
	right: auto;
	top: 100%;

}

@media (min-width: 1200px) { 

	#main-header .flag-switcher-panel {
		top: 0;
		right: 100%;
	}
	
	#main-header .flag-switcher-panel:before {
	
    content: "";
    position: absolute;
    left: -100%;
    height: 100%;
    background: #ffffff;
    width: 100%;
    top: 0;
	
}

}

#main-header .flag-switcher-panel .language-wrap {
	
	margin-bottom: 5px;
	font-size: 11px;
	color: #1C4E9A;
	width: 110px;
	 /*display: flex;
    align-items: center;*/
	
}

#main-header .flag-switcher-panel .language-wrap a {
	/*display: flex;
    align-items: center;*/
}

#main-header .flag-switcher-panel .language-wrap img {
	
	margin-right: 5px;
	
}

#main-header .flag-switcher img {
	
	width: auto;
    height: 17px;
	
}

#main-header .flag-switcher {
	margin-left: 10.5%;
	position: relative;
}

   
#main-header .flag-switcher .current-language {
	display: flex;
    align-items: center;
	cursor: pointer;
}

#main-header .flag-switcher .current-language .selector {
	
    background: #1C4E9A;
    display: flex;
    align-items: center;
    height: 17px;
    width: 17px;
    justify-content: center;
}

#main-header .flag-switcher .current-language .selector:after {
	font-family: 'ETmodules';
	content: "3";
	color: #ffffff;
    font-size: 10px;
}

#main-header .flag-switcher.active .current-language .selector:after {
	 font-family: 'ETmodules';
	content: "2";
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

#top-header #et-info {
	display: none;
}