body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #333963;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	    overflow-x: hidden;
}

*{
	border-radius:0px !important;
	
	/*-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.0) !important;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.0) !important;*/
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-family:'Montserrat';
}
/* default font size */
.fa {
	font-size: 21px;
}
.fa .fa-phone{
	transform: rotate(-90deg);
}

.button-group .fa-shopping-cart{
	color:#fff;
	
}

.highlight{
	color:#e2a25e;
	font-weight:600;
	transition:all 200ms linear;
}

/*checkbox*/

.control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 14px;
}
    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
.control_indicator {
    position: absolute;
    top: 0px;
    left: 0;
    height: 26px;
    width: 26px;
    background: #fff;
    border: 1px solid #cccaca;
	
}
.control-radio .control_indicator {
    border-radius: undefined%;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #fff;
}

.control input:checked ~ .control_indicator {
    background: #fff;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #fff;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 1;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 8px;
    top: -12px;
    width: 13px;
    height: 25px;
    border: solid #ff9800;
    border-width: 0 5px 5px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}

/* Override the bootstrap defaults */
.buttons input[type=checkbox], input[type=radio]{
	margin: 4px 36px 0;
}

#tab-description a{
	color:#6287a9;
	text-decoration:none;
}
.centered_info a{
	color:#333963;
	font-style: initial;
	    font-weight: 600;
}
#regi_blek #check_blek .control-group{
	margin:0 3% 0 3%;
}

#regi_blek input{
	border: 1px solid #ededed;
	font-family: "Source Sans Pro", sans-serif;
	margin-bottom: 20px;
}

#regi_blek .form-group{
	margin:0px !important;
}

#regi_blek input:focus{
	border: 1px solid #ededed !important;
	box-shadow:none !important;
}
#regi_blek #butt_blek input{
	font-family: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 2px 40px 2px 40px;
	background-color:#ffc166 !important;
	background:#ffc166 !important;
	text-shadow:none;
	border:none;
	margin-bottom: 12%;
}

#regi_blek #butt_blek input:focus{
	outline:none !important;
}
#regi_blek .pull-right a{
	color:#333963 !important;
	text-decoration:none;
	font-family:"Source Sans Pro", sans-serif;
	font-weight:700;
	font-size: 15px;
	
}
#regi_blek .pull-right {
	    color: #333963 !important;
    text-decoration: none;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-size: 15px;
    display: inline-flex;
	margin-top:7%;
}

#regi_blek #account{
	background:#f1f1f1;
}
#regi_blek #address{
	background:#f1f1f1;
}
#regi_blek #senha{
	background:#f1f1f1;
	padding-bottom: 18px;
    margin-top: -19px;
}
#regi_blek #newsletter{
	background:#f1f1f1;
	margin-top: -19px;
    margin-bottom: 3%;
}

#regi_blek #newletter .form-group{
	display:inline-block;
}

#regi_blek .control-group label{
	color:#767676;
	font-size:14px !important;
}
#regi_blek .newsconfirm_blek label{
	color:#767676;
	font-size:14px;
	    display: inline-block;
    padding-right: 33%;
}
#regi_blek .grupocli_blek label{
	font-size: 16px;
	margin-left: -7%;
	margin-bottom: 14px;
}

#regi_blek label{
	font-family: "Source Sans Pro", sans-serif;
    color: #333963;
    /*font-size: 0px;*/
    font-weight: 600;
}

#regi_blek #news_blek label{
	font-size:16px;
	padding-bottom: 20px;
	text-align: left !important;
	/*margin-left: -16%;*/
	/*margin-left: -7%;*/
}

#regi_blek  input::placeholder{
	color:#333963;
	font-size:15px;
	font-weight: 600;
	font-family:"Source Sans Pro",sans-serif;
	
}
#regi_blek  input:-ms-input-placeholder{
	color:#333963;
	font-size:15px;
	font-weight: 600;
	font-family:"Source Sans Pro",sans-serif;
}
#regi_blek  input::-ms-input-placeholder{
	color:#333963;
	font-size:15px;
	font-weight: 600;
	font-family:"Source Sans Pro",sans-serif;
	
}

#regh1_blek h1{
	font-size: 33px;
    color: #323232;
    text-transform: uppercase;
    margin-top: 2%;
}

#regh1_blek .fa{
	font-size: 31px;
    color: #333963;
    padding-right: 2%;
    padding-left: 3%;
}



.text-left {
	color:#333963;
	font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
}

.text-left a{
	color: #ffc166;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
	text-decoration:none;
}
.text-left a:hover{
	color: #ff9800;
}

.text-right {
	color:#333963;
	font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
}

.text-right a{
	color: #ffc166;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
	text-decoration:none;
}
.text-right a:hover{
	color: #ff9800;
}

/*product.tpl*/

#product_blek{
	margin:3% 0 1% 0;
}

#product_blek .col-sm-9{
	width: 74% !important;
}

.sombra{
	border:1px #ededed solid;
	webkit-box-shadow: 10px 10px 16px -1px rgba(0,0,0,0.27)!important;
    -moz-box-shadow: 10px 10px 16px -1px rgba(0,0,0,0.27)!important;
    box-shadow: 10px 10px 16px -1px rgba(0,0,0,0.27)!important;
	
}

#product_blek .thumbnail{
	transition: all 150ms linear;
}

#product_blek .thumbnail:hover{
	opacity:0.8;
}

#product_blek .image-additional{
	max-width: 140px;
	border:1px #ededed solid;
}

#product_blek .thumbnails .image-additional{
	float:none !important;
	margin:auto !important;
	margin-bottom:6% !important;
	transition: all 150ms linear;
}

#product_blek .thumbnails .image-additional:hover, #product_blek .thumbnails .image-additional:focus{
	webkit-box-shadow: 10px 10px 16px -1px rgba(0,0,0,0.27)!important;
    -moz-box-shadow: 10px 10px 16px -1px rgba(0,0,0,0.27)!important;
    box-shadow: 10px 10px 16px -1px rgba(0,0,0,0.27)!important;
}

#product_blek #share_blek .btn-product{
	float:left !important;
	margin-left: 12%;
}

#product_blek .form-control{
	box-shadow:none !important;
	height: 48px !important;
}
#product_blek .form-group{
	position:relative;
}

#product_blek .btn{
	margin:0px;
	margin-bottom: 4%;
}

#product_blek .btn-group{
	display:block !important;
}

#product_blek .btn-product{
	float:right !important;
}

#product_blek #stock_blek li{
	font-size: 19px;
    color: #767676;
	font-family: "Source Sans Pro", sans-serif;
}

#product_blek h2 > span{
	font-size: 15px;
    font-family: "Source Sans Pro", sans-serif;
}

#product_blek h2{
	float: right;
    padding-top: 30%;
    color: #333963;
    font-weight: 600;
}

#product_blek h1{
	font-size:28px;
	padding-top: 9%;
}
#product_blek .increase-decrease{
	position:absolute;
	top: 0;
	right: -20px;
}
#product_blek .increase-decrease i{
	color:#767676;
	font-size: 13px;
	display:block;
	/* background: #f00; */
	padding: 5px;
}
#product_blek .increase-decrease i:hover{
	bakground:#f1f1f1;
	cursor:pointer;
}

h1 {
	font-size: 33px;
    color: #323232;
    text-transform: uppercase;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
/* a {
	color: #fff;
} */
a:hover {
	text-decoration: none;
}
legend {
	font-size: 23px;
    font-family: "Montserrat", sans-serif;
    color: #767676;
    padding-top: 77px;
    padding-left: 2%;
    border: none !important
}

label {
	font-size: 12px;
	font-weight: normal;
}


#contact_blek .form-control{
	border: none !important;
    box-shadow: none !important;
    border-bottom: 4px #ededed solid !important;
}

#contact_blek input::placeholder{
	color:#767676;
	font-family:"Montserrat", sans-serif;
	font-size:20px;
	transition:all 50ms linear;
}

#contact_blek textarea::placeholder{
	color:#767676;
	font-family:"Montserrat", sans-serif;
	font-size:20px;
	
}

#contact_blek input:hover::placeholder{
	color:#ffc166;
	font-family:"Montserrat", sans-serif;
	font-size:20px;
	font-weight:600;
	
}

#contact_blek textarea:hover::placeholder{
	color:#ffc166;
	font-family:"Montserrat", sans-serif;
	font-size:20px;
	font-weight:600;
	
}

#contact_blek .form-control:hover{
	border: none !important;
    box-shadow: none !important;
    border-bottom: 5px #ffc166 solid !important;
    color:#ff9800
}
#contact_blek .form-control:focus{
	border: none !important;
    box-shadow: none !important;
    border-bottom: 5px #ffc166 solid !important;
    color:#000
}

.form-control:focus{
	border: 1px solid #ededed !important;
	outline: none !important;
	box-shadow: none !important;
	
}

.form-control:focus{
	border: 1px solid #ededed !important;
	outline: none !important;
	box-shadow: none !important;
	
}

.form-control{
	height: 40px;
	margin-bottom: 4%;
	border: 1px solid #ededed;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline !important;
	color:#fff;
	font-size: 18px;
    margin-left: 8px;
    font-weight: 600;
}

.tab-content>.active{
	display: block;
    padding: 20px 10px 48px 17px;
    background-color: #f1f1f1;
    margin-bottom: 3%;
}

.tab-pane span{
	font-family:"Source Sans Pro", sans-serif !important;
	color:#767676 !important;
	font-size: 16px !important;
}

.nav-tabs {
	border:none;
}

.nav-tabs a {
	font-size: initial;
    font-weight: bold;
	color:#000;
}
.name_attach {
	font-size: small;
    font-weight: bold;
	color:#000;
}

.nav-tabs>li>a{
	color: #767676;
    Font-family: "Montserrat", sans-serif;
    font-weight: 400;
    border: none !important;
    font-size: 21px !important;
    padding: 8px 0px;
	padding-right: 30px;
	transition: all 200ms cubic-bezier(0, 1.2, 1, 1);
   
}

.nav-tabs>li.active>a{
	color: #FF9800;
    Font-family: "Montserrat", sans-serif;
    font-weight: 600;
    border: none !important;
    border-bottom: 4px #ff9800 solid !important;
    font-size: 21px !important;
    padding: 8px 0px;
	padding-right: 30px;
}

.nav-tabs>li.active>a:hover{
	color:#ff9800 !important;
}

.nav-tabs>li.active>a:focus{
	color:#ff9800 !important;
	border:none !important;
	outline:none !important;
	border-bottom: 4px #ff9800 solid !important;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

.nome{
	font-size: 50px;
    color: #ff7100;
    font-weight: 400;
    line-height: 56px;
    margin-left: 10px;
    letter-spacing: -3px;
		    

}

.descricao{
	font-size: 25px;
    color: #767676;
    font-weight: 200;
    font-family: 'Source Sans Pro', sans-serif;
    margin-left: 79px;
    letter-spacing: -1px;
    text-align: left;
    display: inherit;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ff9800;
	/*background-color: #229ac8;
	background-image: linear-gradient(to bottom, #FF9800, #FF9800);*/
	background-repeat: repeat-x;
}
/* top */
#top {
	/*background-color: #333963;*/
	/*border-bottom: 1px solid #e2e2e2;*/
	padding: 0px 0px 0px 0;
	    margin: 0px -45px -45px -45px;
	/*min-height: 40px;*/


}
#top #top-links {
	padding: 0 0px;
	/*margin-top:-35px;*/
	margin-left:5px;
}
#top_container_fluid {
border-top: 35px solid #333963; /*border-left: 35px solid #FFFFFF; border-right: 35px solid #FFFFFF;*/ margin-bottom:20px;
}
.top_container{
	padding:0px 30px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #FF9800, #FF9800);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #FFF;
	/*text-shadow: 0 1px 0 #FFF;*/
	text-decoration: none;
}

#top-links li  {
	border-right:1px solid #FFF;
}

#top-links li  {
	border-right:1px solid #FFF;
}

#top-links li:last-child { 
    border:none;
padding-right: 0px;	
}

#top .btn-link:hover, #top-links a:hover {
	color: #FF9800;
	transition: all 200ms linear;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}

#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 20px 0;
	height:70px;
	
}

#logo a{
	text-decoration: none!important;
    outline: none!important;
}

.input-group-btn{
	padding-bottom:2%;
}

/* search */



#search {
	/*margin-bottom: 10px;*/
	/*margin-right:-15px;*/
    margin-top: 10px;
}
#search .input-lg {
	line-height: 20px;
    padding: 0 20px;
    z-index: 1;
    padding: 0 45px;
    opacity: 0.7;
    float: right;
    height: 42px;
    background: #ededed;
    border-color: #ededed;
}

header #search .input-lg{
	/*max-width: 100px;*/
	height: 41px;
    float: right;
    background: #eee;
    border: 0px none;
}
#search .btn-lg {
	font-size: 15px;
	/*line-height: 14px;*/
	/*padding: 10px 35px;*/
    background: #ededed;
    border: 0px none;
	float: right;
    height: 42px;
	/*border-top:1px solid #ededed;*/
}

header #search .btn-lg:hover{
	background-color:#ff9800;	
	transition: all 200ms linear;
}

header #search .btn-lg:active,
header #search .btn-lg:focus{
	outline:0px !important; 
	outline:none !important;
	outline-offset:0px !important;
	box-shadow:none !important;
}

#ul_blek #search .btn-lg:active,
#ul_blek #search .btn-lg:focus{
	outline:0px !important; 
	outline:none !important; 
	outline-offset:0px !important;
	box-shadow:none !important;
}

#cat_blek #search .btn-lg:active,
#cat_blek #search .btn-lg:focus{
	outline:0px !important; 
	outline:none !important; 
	outline-offset:0px !important;
	box-shadow:none !important;
}

#cat_blek #search .btn-lg{
	border-top:none;
	background: #f3f3f3
	
}

}



/* cart */
#cart {
	margin-bottom: 10px;
	border: #FFFFFF 1px solid;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	border:0px;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #333963;
	box-shadow: none;
	text-shadow: none;
	z-index: 1002;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
-webkit-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.75)!important;
-moz-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.75)!important;
box-shadow: 0px 0px 22px 3px rgba(0,0,0,0.45)!important;



}
#cart .dropdown-menu {
	min-width: 100%;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	
	z-index:100;
	/*margin-bottom:-220px;*/
	
}
#menu .nav {
	float:none !important;
	
}



#menu .nav .active {
	background-color:#333963;
	/*background-image: url(image/catalog/ferro.png);*/
	/*filter:brightness(1) invert(0.5)*/
}


#menu .nav .active a {
	color: #FFF;
}


#menu .nav > li {
	color: #151828;
	font-weight:bold !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-size: 45%;
	 background-position: top center;
	/*background-color: transparent;*/
	font-size: 0.8em;
	/*height:122px;*/
	vertical-align: bottom;
	/*line-height: 123px;*/
	background-repeat: no-repeat;
	margin:0px ;
	text-align: center; 
	background-color:#FF9800;
	/*max-height: 122px;*/
	/*border-top: thick solid #eee;*/
	width:8.33%;
    border-right: 1px solid white;
}
 /*
#menu .nav > li.preto{
   border-top: thick solid #ccc !important;
}
*/
	
#menu .nav > li > a {
	color: #151828;
	font-weight:bold !important;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	/*padding: 10px 15px 10px 15px;*/
	/*min-height: 15px;		*/
	/*background-color: transparent;*/
	vertical-align: bottom;
	padding: 1px 1px;
	max-height: 122px;
	display: table-cell; 
	width:inherit;
	    word-break: break-word;
}

@media (min-width: 768px) {
	#menu .nav > li > a {
		font-size:0.5em;
		max-height: 122px;
	}
	
	#ul_blek {
		margin-top: -18%;
	}

	.slideshow{
		padding-bottom:0%;
	}
	#top-links {
		padding: 6px 15px 0px 30px;
	}
	
	
}

@media (min-width: 1024px) {
	#menu .nav > li > a {
		font-size:0.7em;
	}
	#ul_blek {
		margin-top: -17%;
	}

	.slideshow{
		padding-bottom:3%;
	}
}

@media (min-width: 1440px) {
	#menu .nav > li > a {
		font-size:0.9em;
	}
	#ul_blek {
		margin-top: -17%;
	}

	.slideshow{
		padding-bottom:6%;
	}
}


@media (min-width: 1200px) {
	#menu .nav > li > a {
		font-size:1em;
	}	
	
	#ul_blek {
		margin-top: -17%;
	}

	.slideshow{
		padding-bottom:9%;
	}
}

.teste {
    float: left;
}


#menu .nav>li>a:hover { 
	background-color:transparent; 
	 text-decoration:underline;
}
.nav .open>a, .nav {
	background-color:transparent; 
}
.nav>li>a:focus, .nav>li>a:hover{
	background-color:transparent;
}
.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{ background-color:transparent;  }

#menu .nav > li.dropdown.open { position: static;     background-color: #FF9800; }

#menu .nav > li.dropdown.open .dropdown-menu {display:table; width: 100%; text-align: center; left:0; right:0; }

#menu .cat { display:block;}

#menu.dropdown-menu>li { display: inline-block; }

#menu .nav > li > a:hover, #menu .nav > li.open > a {
	/*background-color: #FF9800; filter:brightness(1) invert(0.5); text-align:center; 
	background-image:url("../../../../../image/catalog/logobepa.png");
	background-repeat: no-repeat;
	    background-position: top center;
	color:#FFF;
	border:10px solid #333963;*/
	text-decoration:none;
}
#menu .dropdown-menu {
	width:100%;
	padding: 2% 5% 2% 2%;
}
#menu .dropdown-inner {
	display: table;
	
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 13px;
	color: #FFF;
    cursor: pointer!important;
	font-family: "Source Sans Pro",sans-serif;
	font-weight: 500;
	font-size:12px;
	text-decoration:none;
}
#menu .dropdown-inner li a:hover {
	color: #ff9800;
	background:none;
	transition:200ms;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #FF9800, #FF9800);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #FF9800, #FF9800);
	background-repeat: repeat-x;
	border-color: #FF9800 #FF9800 #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}

		.navbar-collapse {
			padding-left:0px!important;
		}		
		#small{
			display:none;
		}
	
		#big{
			display:block;
		}

@media (min-width: 768px) {
	#menu .nav {
		position:absolute;
	}

	#menu .dropdown:hover .dropdown-menu {
		display: block; 
	}
	
		
}
@media (max-width: 990px) {
	.label_yellow{
		text-align: center;	
		    padding: 0;
	}
	#search_model_input{
		font-size:inherit!important;
	}
}
@media (max-width: 767px) {
    #menu .dropdown-inner a{
        padding:6px 20px !important;
    }
	#logo .descricao{
		clear: left;
	}

	#cart > * {
		font-size: x-small;
	}
	
	header #search .input-lg{
		width:100% !important;
	}
	
	.nome{
		font-size: 48px !important;
		margin-left: 77px;
	}
	
	#top_container_fluid_small{
		border:0px solid #FFF !important;
		background:#333963;
		margin-bottom: 10px;
	}
	
	#carrinho{
		top:0;
	}
	
	#menu {
		margin-bottom: 20px ;
		height:initial;
		background-color: #333963;
		background-repeat: repeat-x;
		border-color: #616AAD #616AAD #333963 ;
	}
	
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
		    color: #fff;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
    color: #000;
    font-weight: bold;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	.slideshow {
		
		display:none;
	}
	
	.nome{
		font-size:2em;
		display: block;
		line-height:1.2em;
	}

	#logo{
		text-align:left;
		
	}
	
	#top-links{
		text-align: center;
		padding:12px 0px;
	}
	
	
	.product-thumb .price {
		font-size:16px!important;
	}
	
	.product-thumb h4 a {
		font-size:11px!important;
	}
	
	
	.row{
		/*padding: 0px 15px;*/
		margin:0px;
	}
	
	
	/*#top-links a{
		font-size:0.67em;
	}*/
	
	.topnav .pull-left .list-inline .last-item{
		border-right: 1px solid #FFF;
	}
	
	.nav-products >li {
		font-size:2em;
		margin: 20px 0px ;
	}
	#menu .nav {
		float:none !important;
	}
	
	
		#menu .nav > li {
			background-image:none!important;
				/*min-height: auto;
				border-top: 0px;width:100%;*/
			max-width:100%;
			
		}

		#menu .nav > li > a {
			color: #FFF;
			font-weight:bold !important;
			text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
			background-image:none!important;
			background-color:#333963;
			font-size: 12px;
			width:100%;
			max-width:100%;
			
			height:auto;
			display: block; 
		}
	
	#small{
			display:block;
		}
	
		#big{
			display:none;
		}
		#subcategorias_view{
				display:none;
		}
}

#li_cat_TERMOACUMULADOR{
	border-right:none !important;
}		


/* content */
#content {
	    /* min-height: 600px; */
}
#content a{
	color:#333963;
}
#content a:hover{
	color:#333963;
}
/* footer */
footer {
	padding-top: 30px;
    background-color: #333963;
    border-top: 1px solid #ddd;
    color: #e2e2e2;
    padding-bottom: 16px;
	margin-top:20px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
	text-decoration:none;
}
footer a:hover {
	color: #fff;
}
footer h5 {
    font-family: 'Montserrat';
    font-weight: 500;
    color: #fff;
    font-size: 19px;
	border-bottom: 1px solid;
    padding-bottom: 6px;
}
.footer{
	padding-bottom:5px 0 5px 0;
	font-size: 0.8em;
}
.powered{
	font-weight:bold;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}



/* buttons */

.thumbnail a>img, .thumbnail>img{
	width: 100%;
}


.btn {
	padding: 8px 13px 7px 13px;
    font-size: 20px;
    border: none;
    font-family: "Source Sans Pro" , sans-serif;
    margin-bottom: 10%;
    text-transform: uppercase;
    font-weight: 600;
	transition: all 200ms linear;
}

.input-group-btn #refresh_blek .btn-primary:hover
.input-group-btn #refresh_blek .btn-primary:focus{
	background-color:#ff9800 !important;
	border:none !important;
	outline:none !important;
}

.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #AAAAAA;
}
.btn-product {
	color: #767676;
    font-size: 16px !important;
    background-color: #fff;
    border: 1px #ededed solid;
    text-transform: capitalize;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 500;
}

.btn-product .fa{
	padding-right: 12px;
}

.btn-product:focus, .btn-product:hover{
	outline:none !important;
}

.btn-primary .fa {
    padding-right: 15px;
}

.btn-primary {
    font-size: 20px;
    color: #ffffff;
    background-color: #ffc166;
}

.btn-primary:hover{
	background-color: #ff9800 !important;
	border:none !important;
}
.btn-primary:focus{
	background-color: #ff9800 !important;
	border:none !important;
	outline:none !important;
}
.btn-primary:active{
	background-color: #ff9800 !important;
	border:none !important;
	outline:none !important;
}

/*.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #FF9800;
	background-position: 0 -15px;
}*/
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	outline:none !important;
	border:none !important;
}
.btn-danger {
	color: #ffffff;
	background-color: #ccc;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	outline:none !important;
	border:none !important;
}
.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	outline:none !important;
	border:none !important;
}
.btn-info {
	color: #ffffff;
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #FF9800;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #f5f2f2;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb:hover{
	-webkit-box-shadow: 10px 10px 16px -1px rgba(0,0,0,0.27)!important;
    -moz-box-shadow: 10px 10px 16px -1px rgba(0,0,0,0.27)!important;
    box-shadow: 10px 10px 16px -1px rgba(0,0,0,0.27)!important;
	transition:200ms;
	border-color: #f5f2f2;
}

.product-thumb .image {
	text-align: center;
	padding:15px;
	/*min-height: 180px;*/
}

.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}

}
.product-thumb h4 {
	font-weight: 350;
	text-align: left;
	font-size:14px;
	color:#767676;
	min-height: 60px;
	margin-left: 7%;
    margin-right: 7%;
	
}

.product-thumb h4 a{
	font-weight: 400;
    text-align: left;
    font-size: 16px;
    color: #767676;
	font-family: 'Source Sans Pro', sans-serif;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
    text-align: left;
    font-size: 20px;
    color: #333963;
    font-weight: 700;
    font-family: 'Montserrat';
	margin: 0% 7% 7% 7%;
	
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #ffc166;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
	
	.pull-left{
		margin: 0px 0px  0px 10px;
	}
	.pull-right{
		margin-right: 10px;
	}
	.inputs_search > div{
		padding-bottom: 15px;
	}

}
.product-thumb .button-group button {
	width: 100%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #ffc166;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 0px 6px 0px 6px;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
	background-color:#333963;
}
.fa-plus{
	color:#FFF;
}

.product-thumb .button-group button i{
		line-height: 38px;
}

.product-thumb .button-group button:hover {
	color: #fff;
	background-color: #ff9800;
	text-decoration: none;
	cursor: pointer;
	transition: 250ms;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 50%;
	}
	.right_at_bottom{
		padding-top:20px;
	}
	.attachment-color{
		padding-bottom:30px;
	}

}
@media (max-width: 340px) {
	.nav>li>a {
		font-size: inherit;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnail{
	display: block;
    padding: 30px display: block;
    padding: 30px;
	margin:0px !important;
	line-height:0 !important;
	background-color:none !important;
	border:none !important;
}

.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	/*#menu {padding-left:200px;}*/
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
	
}

.product-layout{
		width:98%;
	}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}


#features_container , #best_sellers_container, #promotions_container, #latest_container {
		display:none;
		margin-left:-24px;
		width:auto;
		cursor: ew-resize;
}
#features_container .owl-wrapper-outer{
	margin-left: 5px;
	border-radius: 0;
	border:none;
	box-shadow: none;
}

#features_title , #best_sellers_title, #promotions_title, #latest_title {
		display:none;
}


.nav-products >li{
	float:left;
	color:#fff;
    font-size: 20px;
    font-weight: 400;
    margin: 20px 50px 0px 0px;
    /*padding-bottom: 20px;*/
	cursor:pointer;
    font-family: 'Montserrat';
	    min-height: 45px;
  }

.nav-products .active {
	border-bottom:5px solid #FF9800;
	color:#ff9800;
	font-weight:610;
} 
.nav-products .inactive {
	    margin-bottom: -5px;
} 


@media (max-width: 767px) {
	.nav-products >li {
		font-size:smaller;
		margin: 20px 0px 0px 0px ;
		 padding-bottom: 5px;
	}
	
	.cart_table{
		height: 258px;
		display: inline-block;
		width: 100%;
		overflow: auto;
	}
}	

@media (min-width: 768px) {
	.cart_table{
		height: 258px;
		display: inline-block;
		width: 100%;
		overflow: auto;
	}
}

@media (min-width: 768px) {
	
	.nav-products .active {
		color:#ff9800;
	} 
	
	
}

#ul_blek {
    position: relative;
    z-index: 2;
}

#ul_blek #search .input-lg{
    font-size: 18px;
    font-family: Source Sans Pro,sans-serif;
	border:0px;
    padding: 0 20px;
    z-index: 1;
    opacity: 0.7;
    width: 100%;
    float: right;
    height: 42px;
    background: #ededed;
}
#ul_blek #search .input-lg:focus,
#ul_blek #search .input-lg:active{
	border:none;
	outline: none;
	box-shadow: 0px 0px 0px;
	color:#ff9800;
}

#ul_blek #search .btn-lg{
	
    height: 42px;

}

#cat_blek #search .input-lg{
	height: 37px;
    font-size: 18px;
    font-family: Source Sans Pro,sans-serif;
	border:0px;
	margin-bottom: 0px;
    margin-top: -2%;
}

#cat_blek #search .input-lg:focus,
#cat_blek #search .input-lg:active{
	border:none;
	outline: none;
	box-shadow: 0px 0px 0px;
	color:#ff9800;
}

#cat_blek #search .well a{
	color:#767676;
	text-decoration:none;
	font-size: 16px;
    font-family: Source Sans Pro,sans-serif;
}

#cat_blek #search .well a:hover{
	background-color:none !important;
	color:#ff9800;
	transition: all 200ms linear;
}

#cat_blek #search .well{
	max-height: 150px;
    overflow: auto;
    position: absolute;
    width: 100%;
    top: 14px;
    z-index: 999;
	box-shadow: 10px 10px 16px -1px rgba(0,0,0,0.27)!important;
	background: #d8deec;
}


#content_blek{
	position: absolute;
    bottom: 0px;
    z-index: 2;
	right: 0;
    left: 0;
}

#subcategorias_view{
    margin-top: -2%;
    margin-bottom: 15px;
    z-index: 2;
    position: relative;
}

#menu .dropdown-menu {
		background-color:#333963;	
		color:#FFF;
		margin-bottom: 0px!important;
		margin-left: 0px!important;
		margin-right: 0px!important;
		
}
.dropdown-menu.page_cat {
		display:block;
		background-color:#333963;
		width:100%;
		float: none;
		margin-bottom: 0px!important;
		margin-left: 0px!important;
		margin-right: 0px!important;
		position:relative;
}

.sub_navbar {
	background-color: #333963;
	
}
/*
.pos_heading_categoria {
  background: #333963;
  background: -webkit-linear-gradient(left, #333963 , #FFF); 
  background: -o-linear-gradient(right, #333963, #FFF); 
  background: -moz-linear-gradient(right, #333963, #FFF); 
  background: linear-gradient(to right, #333963 , #FFF); 
  overflow: hidden;
  line-height: 40px;
}

*/


.heading_categoria h5{
	color:#FFF;
	font-size: 24px;
	font-weight: 700;
	margin-bottom:2px;
	z-index: 4;
}

.sub_heading_cat{
	color:#FFF;
	font-size: 14px;
    font-weight:500;
	padding-bottom:15px;
	font-family:"Montserrat", sans-serif;
	
	
}

.head_subcategorias{
	margin-bottom:15px;
}
.head_subcategorias a:hover{
	color:#ff9800;
}


.cat_div_logo border{
	filter:brightness(1) invert(1);
}

.cat_div_logo_border{
	width:110px;
	height:113px;
	/*border: 1px solid #FF9800;*/
}

.cat_div_logo img{
	filter:brightness(0) invert(1); 
	text-align:center;  
	width: 120px;
    padding-left: 5px;
	
}

.container{
	background-color: transparent;
}

.margin_bradcrump_cat{
	margin-bottom: 15px;
}

.breadcrumb_cat > li {
	color:#767676;
}
.breadcrumb_cat > li > a{
	font-size:1.5em;
	font-weight: 300;
	color:#767676;
	font-family:"Source Sans Pro", sans-serif;
}

.breadcrumb_cat li:nth-last-child(2) > a { 
    font-weight: 600;
	font-family:"Source Sans Pro", sans-serif;
	color:#333963;
}
.breadcrumb_cat li:last-child { 
    font-weight:bold;
	display:none;
}


#listagem_sub .active a{
	font-weight:bold;
	text-decoration:underline;
}
#listagem_sub .active a span{
	font-weight:100;
	text-decoration:none;
}

.cat_logo{ width:50%;  padding-top: 6px; }

.active .cat_logo { filter:brightness(0) invert(1);}

.pointer{ cursor: pointer;  }

.container-fluid{padding:0px 0px;}


#borda_direita{
	padding:0px;
}
#borda_esquerda{
	padding:0px;
}

.no-margin{
	margin:0px;
}

.no-padding{
	padding:0px;
}

.no-padding-right{
	padding-right:0px;
}

.no-padding-left{
	padding-left:0px;
}


.label_yellow{
	background-color:#FF9800;
	border:1px solid #333963;
	font-size: 14px;
    font-weight: 600;
    color: #FFF;
	line-height: 40px;
	    padding-right: 0px;
	/*line-height: 35px;
    text-align: center;*/
}

.search_model{
	border:1px solid #333963;	
}

#search_model_input{
	
    /*line-height: 40px;*/
    padding: 0 15px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Source Sans Pro", sans-serif;
	
}

.product-filter-a{
	display: block;
	padding: 6px 15px;
    font-size: 14px;
}
.product-filter-a:hover{
	display: block;
	
}
.model_box_search{
	        display: -block;
	}
	@media (max-width: 991px) {
		.model_box_search{
			display: block;
		}
	}
.search_results{
    position: absolute;
    z-index: 4;
	float:right;
	width: 100%;
}


.dropdown-menu{
	border:0px solid #fff;
	margin:0px;
}

.alert-success{
	
    /*position: fixed;*/
    top: 0px;
    width: 100%;
	z-index:10000;
}

.owl-controls{
	display:none !important;
}



.pagination li.active span,
.pagination li.active:hover span{
	color: #ff9800 !important;
    border: none!important;
    border-bottom: 2px solid #ff9800 !important;
    background: none !important;
    font-size: 14px;
    padding: 0px;
    font-weight: 700;
    margin-left: 8px;
    margin-right: 8px;
}
	
.pagination>li>a, .pagination>li>span{
	background:none !important;
	border:none !important;
	color:#767676 !important;
	margin: 10% 0 10% 0;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
	color:#333963 !important;
	font-weight: 700;
	border: none !important;
	
}

.panel {
	border:none !important;
	box-shadow: none !important;
	background-color: #f1f1f1 !important;
}

.panel-body{
	padding: 40px 40px 0;
}

#search .fa-search{
	line-height: 20px;
	color:#323232;
}

.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}
.sub_cat_stylish {
        list-style: none;
}

.sub_cat_img {
		min-height:35%!important;
	/*	text-align: center; */
     padding: 15px; 
}

.sub_cat_stylish a {
		text-align:center;
}

.sub_categoria_img{
	    min-height: 200px;
    margin-top: 30px;	
}

#carrinho{
	top: 67px;
    /* padding-bottom: 80%; */
    position: fixed;
    right: 0px;
    /* top: auto !important; */
    z-index: 1000;
    /* max-height: 80%; */
}

#cart .btn-inverse{
	background-color:#333963;
	background-image:none;
}

.cart-fa{
	    font-size: 20px;
}

ul.list-inline.breadcrumb_cat {
    text-transform: uppercase;
}

input#input-captcha {
    max-width: 150px;
}

#label_captcha{
	text-align:left;
}

.centered_info{
    text-align: center;
    font-style: italic;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
}

.warning_stock{
	color: #ff0000;
}

label.model_destaque {
    font-size: 15px;
    font-weight: 600;
}

.sub_cat_stylish > a > div > h4 {
    text-transform: uppercase;
	text-transform: uppercase;
    font-family: "Source Sans Pro";
    font-size: 16px;
	font-weight: 600;
}
.sub_cat_stylish > a > div > h4:hover{
	color:#ff9800;
}

div.white-popup {
        position: relative;
    background: #FFF;
    padding: 30px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    z-index: 88888;
    min-height: 150px;
}

.price > text {
    margin-left: 10px;
}

.form-group.input-group.number_prod > * {
	height:34px;
}

iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

@media (max-width: 426px) {
	.footer{
	    text-align: center;
	    margin-top: 15px;
	}
}



.text-danger a {
    color: #a94442;
    text-decoration: underline;
}

p.price > span {
    font-size: 15px;
    font-weight: 400;
    color: #999999;
    vertical-align: bottom;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
}

h2 > span {
    font-size: 11px;
    font-weight: 500;
    color: #999999;
    vertical-align: middle;
    text-transform: uppercase;
}

#product-filter , .product-filter-a, #product-filter .well{
	display:none;
}

/*responsive*/

@media (max-width: 1024px){
	#content_blek{
		margin: auto;
		width: 100%;
	}
	.nav-products >li{
		font-size:17px;
		margin: 20px 25px 0px 25px;
		line-height: 40px;
	}
	.nome{
		line-height: 40px;
		font-size: 40px;
	}
	.descricao{
		font-size: 20px;
	}
}
@media (max-width: 768px){
	#content_blek{
		margin: auto;
		width: 65%;
	}
	.nome{
		font-size: 35px;
	}
	.descricao{
		font-size: 18px;
	}
}
@media (max-width: 767px){
	#search .btn-lg{
		TOP:-90PX;
	}
	#logo .descricao{
		display:none;
	}
	#logo .nome{
		line-height: 70px;
		font-size: 43px !IMPORTANT;
	}
	#carrinho {
		top: 5px;
	}
	#menu{
		top:-80px;
		MARGIN:0;
	}
	#content_blek{
		width:100%;
	}
	.nav-products >li {
		font-size: 14px;
		margin: 20px 0px 0px 5px;
		line-height: 32px;
	}
	.product-layout{
		width:69%;
		margin:0 17%;
	}
	.product-thumb .button-group button{
		width:100%;
	}
	#menu .btn-navbar{
		padding: 6px 18px;
		MARGIN: 25px 25px 25px 0 !important;
	}
	#menu #category{
		padding: 25px 0px 25px 25px;
	}
	#slideshow0 .img-responsive{
		height: 135px;
	}
	#menu .nav > li{
		max-width: 100%;
		width: 100%;
		height:auto;
	}
	#menu .nav > li > a{
		border-top: 1px solid;
	}
	#product_blek .col-sm-9{
		width:100% !important;
	}
	#product_blek .col-sm-9.sombra{
		margin-bottom:15%;
	}
	#product_blek h1{
		font-size:22px;
	}
	.sombra .col-sm-8 {
		padding-left: 6px;
	}
	#product_blek #stock_blek li {
		font-size: 15px;
	}
	.breadcrumb_cat > li > a {
		font-size: 1.3em
	}
	.nav-tabs>li.active>a{
		font-size:19px;
	}
	#menu{
		height:75px;
	}
	#menu #category {
		padding: 18px 0px 25px 25px;
	}
	#menu .btn-navbar {
		MARGIN: 20px 25px 25px 0 !important;
	}
	.tab-content>.active{
		margin-bottom:10%;
	}
	#product_blek .btn{
		width: 96%;
		float: right;
	}
	#carrinho {
		z-index: 1999 !important;
	}
	footer .col-sm-6{
		padding-left:0 !important;
	}
	#search-input-blek{

	}
	#main-categories.categories {
		margin-top:5px;
	}
}

form.form-horizontal.white-popup-block > a {
    color: #FF9800;
}

.at-icon-wrapper.fa.fa-share-alt{
	line-height: normal;
    height: auto !important;
    width: auto !important;
    padding: 5px 15px !important;
}

.at-icon-wrapper.at-share-btn.at-svc-compact {
	margin: 0px;
    margin-bottom: 4%;
    color: #767676 !important;
    font-size: 16px !important;
 
    border: 1px #ededed solid;
	background-color: transparent !important;
}
.at-icon-wrapper.at-share-btn.at-svc-compact > .at-label {
    color: #767676 !important;
    font-size: 16px !important;
    background-color: #fff;
    border: none;
    text-transform: capitalize;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 500;	
	line-height: 42px !important;
}
	
.row.row_blek {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row.row_blek > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

a.thumbnail:focus{
	    outline: 0;
    border: 0;
    outline-offset: 0;
}


@media (min-width: 768px) {
div#icon-search {
    padding-left: 15px;
    float: left;
    position: absolute;
    bottom: 5px;
}

#cat_blek{
	margin-top: -55px;
    margin-right: 17px;
    padding-bottom: 30px;
}

}
@media (max-width: 767px) {
#search {
    /* margin-bottom: 10px; */
    /* margin-right: -15px; */
    margin-top: 30px;
}
div#icon-search {
    padding-left: 15px;
    float: left;
    position: absolute;
    bottom: -20px;
}
}

button#btn-cancel {
    margin-bottom: 0;
}

.blek_desc {
    margin-top: 25px;
}