/**
* @package Joomla
* @subpackage JoomShopping
* @author Dmitry Stashenko
* @website http://nevigen.com/
* @email support@nevigen.com
* @copyright Copyright � Nevigen.com. All rights reserved.
* @license Proprietary. Copyrighted Commercial Software
* @license agreement http://nevigen.com/license-agreement.html
**/

#abc_manufactuters {min-height:250px;}

#abc_manufactuters .head_symbols {
	font-weight: bold;
}

#abc_manufactuters .wrapper_symbols {
	display: inline-block;
	margin: 20px 10px;
	vertical-align: top;
}

div.abc_manufacturer {
    display: inline-block;
    margin: 5px;
    border: 1px solid #fff;
    padding: 5px 19px;
    font-size: 20px;
    border-radius: 30px;
    box-shadow: 1px 1px 2px #00000036;
}
div.abc_manufacturer:hover {
	background: #08C;
}
div.abc_manufacturer a, div.abc_manufacturer a:hover{
	text-decoration:none;
}
div.abc_manufacturer:hover a, div.abc_manufacturer a:hover{
	color:#fff;
}

.mantabs input[type=radio] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.mantabs {
    width: 100%;
    float: none;
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0 auto;
    height: 50px;
}
.mantabs li{
	float: left;
}
.mantabs label {
    display: block;
    padding: 5px 13px;
    border: 1px solid #dedede;
    color: #e588c6;
    font-size: 100%;
    font-weight: normal;
    cursor: pointer;
    position: relative;
    top: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 0 3px;
    min-width: 10px;
    text-align: center;
    border-radius: 50%;
}
.mantabs label:hover {
	background: rgba(255,255,255,0.5);
	top: 0;
}
[id^=mantab]:checked + label {
    background: #19abb4;
    color: white;
    border-color: #19abb4;
}

[id^=mantab]:checked ~ [id^=mantab-content] {
  display: block;
}
.manufct {
    margin-top: 20px;
}
.mantab-content{
	z-index: 2;
	display: none;
	text-align: left;
	width: 100%;
	font-size: 100%;
	line-height: 140%;
	padding-top: 10px;
	color: white;
	position: absolute;
	top: 73px;
	left: 0;
	box-sizing: border-box;
	-webkit-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

@media screen and (max-width: 450px) { 
.mantabs li {
    float: none;
    display: inline-block;
}

.mantabs label {
    padding: 1px 9px;
    border: 1px solid #dedede;
    font-size: 13px;
    margin: 0 3px;
}
ul.mantabs {
    text-align: center;
    margin-top: 13px;
}
}
   	 	   	         	  	          	
