@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

body {
    background: #FFF;
    font-family: 'Open Sans', sans-serif;
}
/** HEADER **/
header {
    background: #359AD9;
}
#top {
    min-height: 34px;
    background: #FFF;
    border: none;
    padding: 0px;
    margin-bottom: 0px;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
}
#top .container {
    padding: 0px 11px;
}
.top-links a {
    color: #000;
    font-size: 12px;
}
.top-links a:hover {
    color: #006BB3;
    text-decoration: none;
}
.top-links a > i{
    font-size: 12px;
    margin-right: 5px;
}
.top-links .list-inline li:first-child {
    margin-left: 5px;
    margin-right: 25px;
}
.top-links .list-inline li {
    margin-left: 10px;
}
.top-links-right .list-inline li:first-child {
    margin-left: 32px;
    margin-right: 0px;
}
.top-links-right .list-inline li {
    margin-left: 32px;
}
.top-links-right img {
    margin-top: 3px;
}
#logo {
    margin: 6px 0px 16px;
}
#search {
    margin: 17px 0px 0px;
}
#search .input-lg {
    border: none;
    background: #FFF;
    border-radius: 0px;
    box-shadow: none;
    color: #000;
    font-size: 13px;
}
#search .btn-search {
    border: none;
    background: #FFF;
    color: #2B383E;
    box-shadow: none;
    border-radius: 0px;
}
#search .btn-search i {
    font-size: 18px;
}
#chat {
    cursor: pointer;
}
#cart {
    margin: 17px 0px 0px;
}
#cart .btn-cart-header {
    background: #006BB3;
    border-radius: 0px;
    box-shadow: none;
    border: none;
    font-size: 15px;
    line-height: 20px;
}
#cart .dropdown-menu {
    border: 1px solid #EBEBEB;
    border-radius: 0px;
    background: #FFF;
    box-shadow: none;
    padding: 5px;
    color: #333;
}
#cart .dropdown-menu .table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background: #FFF;
}
#cart .dropdown-menu .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border-bottom: 1px solid #EBEBEB;
    border-top: 0px;
}
#cart.open > .btn {
    background: #006BB3;
    border-radius: 0px;
    box-shadow: none;
    border: none;
    color: #FFF;
}
#cart.open > .btn:hover {
    color: #FFF;
}
#cart .btn-cart-header > .fa-shopping-cart{
    font-size: 17px;
    margin-right: 11px;
}
#menu_content {
    margin: 0px 0px 15px 0px;
    background: #006BB3;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
#menu_content #menu {
    background: transparent;
    border: none;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.dropdown > a:hover, #menu .nav > li.open > a {
    background: #359AD9;
    color: #FFF;
    border: 1px solid transparent;
    border-bottom: 2px solid #359AD9;
    z-index: 10;
}
.subcategories {
    padding: 15px 0px;
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #D6D6D6;
    border-top: none;
    top: 100%;
}
#menu .subcategories li > a:hover {
    color: #006BB3;
    background: #FFF;
}
#menu .see-all:hover, #menu .see-all:focus {
    background: #D90000;
}
#menu .dropdown-inner {
    width: 100%;
}
.list-inline>.li-category:first-child {
    padding: 0px 5px;
}
#menu .dropdown-inner a {
    font-weight: normal;
    text-align: left;
    min-width: 280px;
    padding: 3px 15px;
}
#menu .dropdown-inner a, #menu .see-all {
    color: #000;
    font-size: 14px;
    text-transform: none;
}
.nav-center {
    padding: 0px 155px;
}
#menu .nav > li > a {
    color: #FFF;
    padding: 15px 12px 15px;
    font-family: Lato;
    text-shadow: none;
    font-weight: normal;
    font-size: 13px;
    border: 1px solid transparent;
    border-bottom: 2px solid transparent;
}
#menu .see-all {
    padding: 3px 20px 0px 40px;
}
#menu .btn-navbar {
    background: #F5F6F6;
    border: 1px solid #999;
    color: #999;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    background: #EEE;
    border: 1px solid #666;
    color: #666;
}
.dropdown-menu .dropdown-inner .list-unstyled {
    padding-left: 0px;
}
#cart .cart_img_icon{
    margin-right: 10px;
    vertical-align: sub;
}
.list-inline>li{
    padding-left: 3px;
    padding-right: 3px;
}
.main_phone {
    font-weight: bold;
}
.main_phone i {
    margin-right: 3px;
}
/** HEADER **/

/* CLASSES PADROES */
.heading_title {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    border-bottom: none;
    padding-bottom: 7px;
    margin-bottom: 10px;
}
.heading_title .title {
    text-align: left;
}
.heading_title .title h1, .heading_title .title h2, .heading_title .title h3, .heading_title .title h4, .heading_title .title h5 {
    display: inline;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    z-index: 10;
}
.bold {
    font-weight: bold;
}
.cursor-pointer {
    cursor: pointer;
}
.btn-finaly {
    background-color: #93BF24;
    box-shadow: none;
    transition: background-color 400ms ease-in-out;
    -moz-transition: background-color 400ms ease-in-out;
    -webkit-transition: background-color 400ms ease-in-out;
    -o-transition: background-color 400ms ease-in-out;
}
.btn-finaly:hover {
    background-color: #a0d026;
    box-shadow: none;
    transition: background-color 400ms ease-in-out;
    -moz-transition: background-color 400ms ease-in-out;
    -webkit-transition: background-color 400ms ease-in-out;
    -o-transition: background-color 400ms ease-in-out;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    color: #FFF;
    background: #98CED1;
    border: 1px solid #CCC;
}
.pagination>li>a, .pagination>li>span {
    margin: 0px 3px;
    color: #666;
}
.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 0px;
}
.hide-icon {
    margin-right: 10px;
}
.heading_title span{
    padding:0px;
    border:none;
}
.product-floating #button-cart {
    font-size: 13px;
}
/* CLASSES PADROES*/

/** FOOTER **/
footer{
    margin-top:35px;
    background:#F2F2F2;
    border-top: none;
    border-bottom:1px solid #545454;
    color:#000;
}
footer a{
    color: #000;
}
footer a:hover{
    color:#999!important;
}
footer .box-footer-info{
    background-color: transparent;
    margin:2px 0px 0px;
}
footer .box-text-newsletter{
    background-color: #006BB3;
}
footer #newsletter .news-title{
    margin-top: 7px;
}
.btn-newsletter {
    background: #FFF;
    border-radius: 0px;
    color: #191919;
    padding: 7px 12px;
}
.box-extra{
    background-color: #FFF;
    color: #000;
}
footer + .box-footer-info {
    background: #F2F2F2;
    margin-top: 0px;
    margin-bottom: 0px;
}
.box-text-newsletter {
    background: #006BB3;
}
#newsletter .news-title, footer #newsletter .news-input, #newsletter, .news-input {
    display: inline-flex;
}
#newsletter .list-inline:last-child:before{
    background: transparent;
}
#newsletter .news-title {
    margin-right: 10px;
    font-size: 15px;
    color: #FFF;
    margin-top: 7px;
}
.box-text-newsletter > .container {
    padding: 8px 0px;
}
#newsletter .input-lg {
    border-radius: 25px;
    height: 35px;
    border: none;
    box-shadow: none;
}
#newsletter .input-group-btn {
    width: auto;
}
#newsletter .input-group-btn:last-child>.btn {
    margin-left: 12px;
    border-radius: 21px;
}
#newsletter .btn:hover, #newsletter .btn:focus {
    color: #191919;
}
#newsletter .list-inline{
    margin-bottom: 0px;
}
#newsletter .balon-redes i {
    color: #191919;
    background-color: #FFF;
    width: 35px;
    height: 35px;
    font-size: 20px;
    border-radius: 10em;
    padding-top: 7px;
    text-align: center;
    vertical-align: super;
}
.btn-newsletter {
    background: #FFF;
    border: 1px solid #FFF;
    color: #000;
}
/** FOOTER **/

/** PRODUCT **/
.rating .fa-star {
    font-size: 12px;
}
.thumbnail {
    border: none;
}
.image-additional {
    cursor: pointer;
    margin: 0px 8px!important;
    border: 1px solid #D6D6D6;
}
#box-description {
    color: #1F1F1F
}
.product-info {
    color: #1F1F1F;
}
.product-info .title {
    font-size: 19px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0px 0px 2px;
}
.product-info div.title {
    margin: 10px 0px 3px;
}
.product-info .sub-title {
    font-size: 14px;
    font-weight: normal;
    margin: 0px 0px 2px;
}
.product-info .model {
    font-size: 12px;
    text-transform: uppercase;
    color: #333333;
}
.product-info .links-info {
    margin: 0px 0px 10px;
}
.product-info .links-info a {
    font-size: 12px;
    color: #343434;
    font-weight: bold;
    text-decoration: underline;
}
.product-info .links-info a:hover {
    text-decoration: underline;
}
.product-info ul.list-inline li.sizes {
    margin-top: 7px;
    padding: 4px 8px 5px 8px;
    border: 1px solid #E9E9E9;
    color: #000;
    background: #FFFFFF;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    border-radius: 3px;
    font-weight: bold;
}
.product-info ul.list-inline li.selected {
    border: 1px solid #333;
    background: #FFF;
    font-weight: bold;
}
.product-info ul.list-inline li.sizes-no-stock {
    margin-top: 7px;
    padding: 4px 8px 5px 8px;
    border: 1px solid #E9E9E9;
    background: #FFF3F3;
    color: #000;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    border-radius: 3px;
    font-weight: bold;
}
.product-info h2.price {
    color: #2B3335;
    font-size: 26px;
    margin: 0px;
}
.price_simultador_product, .avista_price_product {
    margin: 0px;
    font-size: 12px;
    color: #333;
}
.product-info .price_attacked {
    margin: 0px;
    font-size: 11px;
    color: #333;
}
.product-info .avista_price_product b {
    color: #1c1c1c;
}
.product-info .share {
    margin-top: 10px;
}
.product-info .share .text-share {
    font-size: 11px;
}
.product-info .share a i.fa {
    background: #FFF;
    color: #ADADAD;
    font-size: 19px;
}
.product-info .share a i.fa:hover {
    color: #7C7B7B;
}
.product-info .rating {
    margin-top: 20px;
    text-align: left;
}
.product-info .rating a {
    font-size: 14px;
    color: #333333;
    text-transform: capitalize;
    cursor: pointer;
    margin: 0px 10px;
}
#button-cart, #button-notify, #button-consult {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 17px;
    text-shadow: none;
}
.share-whatsapp {
    display: none;
}
.share-whatsapp a i.fa {
    color: #50CA5D!important;
}
.product-floating {
    position: fixed;
    padding-left: 14px;
    width: 290px;
    background-color: #FFF;
    border: 1px solid #CCC;
    right: 0px;
    border-right: 0px;
    top: 190px;
    border-top-left-radius: 2em;
    border-bottom-left-radius: 2em;
    z-index: 9999;
    color: #1F1F1F;
    display: none;
}
.product-floating .title {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0px 0px 0px;
}
.product-floating .model-product {
    font-size: 12px;
    text-transform: uppercase;
    margin: 2px 0px 0px 0px;
}
.product-floating .price-product h1, .product-floating .price-product h2, .product-floating .price-product p {
    margin: 0px;
}
.product-floating h2.price {
    color: #2B3335;
}
.product-floating .button-hide-floating {
    margin-right: 20px;
    cursor: pointer;
}
.product-floating .button-hide-floating i.fa {
    color: #CCC;
    font-size: 22px;
}
.product-floating ul.list-inline li.sizes {
    margin-top: 7px;
    padding: 0px 4px 2px 4px;
    border: 1px solid #DDDDDD;
    color: #333;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}
.product-floating ul.list-inline li.selected {
    border: 1px solid #333;
}
.product-floating ul.list-inline li.sizes-no-stock {
    margin-top: 7px;
    padding: 0px 4px 2px 4px;
    border: 1px solid #DDDDDD;
    background: #EEE;
    color: #000;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}
.product-floating ul.list-inline li.sizes-no-stock:after {
    content: "x";
    position: absolute;
    margin-left: -2px;
    margin-top: -4px;
    color: #FFF;
    background: #F00;
    border-radius: 22px;
    height: 12px;
    line-height: 8px;
    width: 12px;
    font-size: 13px;
}
.button-top-fixed {
    background-color: rgba(147, 191, 36, 0.61);
}
/** PRODUCT **/

/** SYSTEM/PRODUCT **/
.product-list .product-thumb .caption {
    margin-left: 246px;
    border-top: none;
}
.product-list .product-thumb .details {
    margin-top: 10px;
    position: absolute;
    display: none;
}
.product-thumb {
    background: #FFF;
    overflow: auto;
    border: 1px solid #FFF;
}
.product-thumb .list_product_name {
    min-height: 16px;
}
.product-thumb .badge-special {
    width: 43px;
    height: 22px;
    background: #000;
    text-align: center;
    line-height: 22px;
    color: #FFF;
    position: absolute;
    margin: 6px;
    z-index: 10;
}
.product-thumb .label-product {
    background: #FFF;
    position: absolute;
    margin-top: 6px;
    z-index: 10;
    right: 22px;
}
.product-thumb .label-product div {
    border: 1px solid #666;
    color: #000;
    font-size: 11px;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
    padding: 3px 6px;
}
.product-thumb:hover {
    border: 1px solid transparent;
}
.product-thumb .price {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    margin: 5px 0px;
    text-align: center;
}
.product-thumb .price-old {
    font-size: 15px;
    margin: 0px 7px 0px 0px;
}
.product-thumb .avista_price {
    color: #000;
}
.product-thumb .price_attacked {
    color: #444444;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.product-thumb .price_simultador {
    font-size: 14px;
    color: #000;
    text-align: center;
}
.price_simultador_product {
    font-size: 12px;
    margin: 0px;
}
.product-thumb h3, .product-thumb a {
    text-align: center;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
}
.product-list .product-thumb .details {
    margin-top: 10px;
    position: absolute;
    display: none;
}
.product-thumb .details {
    width: 143px;
    height: 31px;
    margin: auto;
    display: none;
}
.product-thumb .details div {
    width: 143px;
    height: 31px;
    line-height: 32px;
    background: #F0F0F0;
    text-align: center;
    display: none;
}
.product-thumb .details div h3 {
    margin: 0px;
}
.product-thumb .details div a {
    color: #999;
    font-size: 17px;
    line-height: 30px;
}
.product-thumb .details div a:hover {
    color: #666;
    text-decoration: none;
}
.product-thumb .details div a i.fa {
    font-size: 15px;
    color: #CDCDCD;
}
.product-thumb .caption {
    padding: 0px;
    margin: 0px 20px;
    min-height: 30px;
}
.product-thumb .shipping-free {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000;
    color: #FFF;
    text-align: center;
    display: inline-block;
}
.product-thumb .shipping-free div {
    line-height: 23px;
    height: 22px;
    margin: auto;
    font-size: 11px;
    text-align: center;
    color: #FFF;
}
.product-thumb .product-sizes {
    padding: 0px;
    margin: 0px 20px;
    height: 110px !important;
}
.product-thumb .product-sizes .box {
    width: 100%;
    float: left;
    display: none;
}
.product-thumb .product-sizes .box .sizes {
    width: 100%;
    float: left;
}
.product-thumb .product-sizes .box .sizes .text {
    color: #666666;
    font-size: 13px;
    float: left;
    width: 60px;
    display: none;
}
.product-thumb .product-sizes .box .sizes .box-sizes {
    float: left;
}
.product-thumb .product-sizes .box .sizes .box-sizes span {
    margin: 0px 3px;
    float: left;
}
.product-thumb .product-sizes .box .sizes .box-sizes span a.size-name {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #AAAAAA;
    padding: 5px;
    display: table;
    margin: 3px 0px;
}
.product-thumb .product-sizes .box .btn-buy {
    width: 41px;
    height: 36px;
    background: #1DBA12;
    float: right;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    margin-top: 3px;
}
.product-thumb .product-sizes .box .btn-buy i.fa {
    font-size: 26px;
    color: #FFF;
}
.product-thumb .rating {
    padding-bottom: 10px;
    text-align: center;
}
.product-thumb .rating .fa-stack {
    font-size: 7px;
}
.product-thumb .rating .fa-star-o {
    font-size: 12px;
}
.btn-product_list {
    color: #fff;
    background-color: #359AD9;
    display: inline-block;
    font-size: 15px;
    margin: 14px 0px 10px;
    box-shadow: none;
    text-align: center;
    height: 40px;
    font-weight: bold;
    border-radius: 3px;
    line-height: 32px;
    cursor: pointer !important;
    padding: 0px 15px;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}
.btn-product_list:hover {
    background-color: #006BB3;
    color: #F8F8F8;
    box-shadow: none;
    text-align: center;
}
.consult_price {
    text-align: center;
}
/** SYSTEM/PRODUCT **/

/** COLUMN LEFT **/
#column-left {
    padding-top: 25px;
}
.heading_column_left {
    border: 1px solid #E0E0E0;
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0px -5px #0083CA;
    color: #0083CA;
    font-size: 21px;
    font-weight: bold;
    margin: 0px;
    padding: 10px 12px 15px;
}
.heading_filters {
    color: #0083CA;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.box-filter {
    border: 1px solid #DDD;
    border-top: none;
    padding: 5px 12px 5px;
}
#column-left > .box-filter:not(:last-child){
    border-bottom: none;
}
.box-filter .overflow {
    overflow-y: auto;
    height: 260px;
}
.box-filter .list-itens-filter {
    position: relative;
    display: block;
    padding: 2px 0px;
    margin-bottom: -1px;
}
.box-filter .list-children {
    padding-left: 20px;
}
.box-filter .list-sub-children {
    padding-left: 40px;
}
.box-filter .list-itens-filter input[type=checkbox] {
    float: left;
    margin: 4px 10px 0px 2px;
}
.box-filter .list-itens-filter label.heading_filters {
    color: #0083CA;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 4px;
    text-transform: none;
}
.box-filter .list-itens-filter label {
    color: #000;
    font-size: 13px;
    cursor: pointer;
}
.filter-mini-box {
    min-width: 39px;
    min-height: 39px;
    line-height: 27px;
    text-align: center;
    padding: 5px;
    border: 1px solid #DEDEDE;
    border-radius: 3px;
    float: left;
    margin: 2px 8px 4px 0px;
    cursor: pointer;
}
.filter-mini-box img {
    border: 1px solid #EEE;
}
.box-filter .filter-mini-box-selected {
    border: 1px solid #666!important;
}
.box-filter .filter-mini-box-selected:before {
    content: "X";
    position: absolute;
    margin: -12px -12px;
    border-radius: 10em;
    background-color: #CCC;
    width: 15px;
    height: 15px;
    line-height: 16px;
    font-size: 10px;
}
.box-filter .clean-filter {
    padding: 0px 4px;
    border-radius: 3px;
    background: #EEE;
}
.box-filter .clean-filter a {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    color: #999;
    text-transform: capitalize;
}
.box-filter .clean-filter a i {
    font-size: 10px;
}
.lateral_menu .lateral_menu_list {
    border-radius: 0px 0px 5px 5px;
    border: 1px solid #E0E0E0;
}
.lateral_menu .li-category.main_category {
    border-bottom: 1px solid #E0E0E0;
    background: #E6E6E6;
}
.lateral_menu .li-category a {
    color: #0083CA;
}
.lateral_menu .li-category.main_category:first-child {
    border-radius: 0px;
}
/** COLUMN LEFT **/

/** CATEGORY **/
.heading_title_category {
    color: #000;
}
.description_category {
    padding-bottom: 15px;
}
.description_category h2 p, .description_category span {
    font-size: 14.5px!important;
}
button.btn-type-view {
    border: none;
    background: #FFF;
    box-shadow: none;
    color: #999!important;
}
button.btn-type-view:hover {
    color: #999!important;
}
button.btn-type-view i.fa {
    font-size: 22px;
}
.text-filters {
    line-height: 35px;
}
/** CATEGORY **/

/** SUCESSO **/
#sucess_ebit {
    margin-top: 20px;
    float: right;
}
/** SUCESSO **/

/* BANNER*/
.banner_side {
    margin-bottom: 10px;
}
.banner_mini4 {
    margin-bottom: 30px;
    margin-top: 25px;
}
.banner_mini3 {
    margin-top: -15px;
}
p {
    margin: 0 0 3px;
}
/* BANNER */
@media only screen and (min-width: 768px) {
    #menu .navbar-nav > li {
        float: none;
        display: inline-block;
    }
    #menu .navbar-nav {
        float: none;
        text-align: center;
    }
    #menu .nav > li > a > .fa-angle-down{
        margin-left: 8px;
    }
    #menu .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }
    #menu .li-category {
        text-transform: none;
    }
}
@media only screen and (max-width: 991px){
    /* NEWSLETTER */
    #newsletter {
        display: block;
    }
    #newsletter .news-input {
        width: 70%;
    }
    #newsletter .list-inline {
        margin-top: 10px;
    }
    /* NEWSLETTER */
}
/* NEWSLETTER */
@media only screen and (min-width: 992px) {
    #newsletter .news-title{
        margin-left: auto;
    }
    #newsletter .news-input {
        min-width: 35%;
        width: 35%;
        margin-right: auto;
    }
    #newsletter .list-inline:before {
        content: "";
        top: 2px;
        right: 0;
        left: 0;
        background: #FFF;
        display: inline-block;
        margin-right: 10px;
        width: 1px;
        height: 28px;
        position: relative;
    }
    #newsletter .list-inline {
        margin-right: auto;
    }
}
/* NEWSLETTER */