body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    line-height: 20px;
}
h1, h2, h3, h4, h5, h6 {
    color: #444;
}
/* default font size */
.fa {
    font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}
h2 {
    font-size: 27px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
a {
    color: #23a1d1;
}
a:hover {
    text-decoration: none;
}
legend {
    font-size: 18px;
    padding: 7px 0px
}
label {
    font-size: 12px;
    font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 12px;
}
.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;
}

.nav-tabs {
    margin-bottom: 15px;
}
div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #229ac8 !important;
    background-color: #FFF;
    background-image: linear-gradient(to bottom, #FFF, #FFF);
    background-repeat: repeat-x;
}
.clear {
    clear: both;
}
/* top */
#top {
    background-color: #EEEEEE;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0px 3px 0;
    margin: 0 0 20px 0;
    min-height: 40px;
}
#top .container {
    padding: 0 20px;
}
#top #currency .currency-select {
    text-align: left;
}
#top #currency .currency-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
    color: #888;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
    color: #444;
}
#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 {
    padding-top: 6px;
}
#top-links a + a {
    margin-left: 15px;
}
/* logo */
#logo {
    margin: 0 0 10px 0;
}
/* search */
#search {
    margin-bottom: 10px;
}
#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
    font-size: 18px;
}
#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
    margin-bottom: 10px;
}
#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}
#cart.open > .btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}
#cart.open > .btn:hover {
    color: #444;
}
#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}
#cart .dropdown-menu {
    min-width: 100%;
}
@media (max-width: 478px) {
    #cart .dropdown-menu {
        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 {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
    min-height: 40px;
}
#menu .nav > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 15px 15px 15px 15px;
    min-height: 15px;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 16px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: rgba(0, 0, 0, 0.3);
}

#menu .dropdown-menu {
    padding-bottom: 0;
}
#menu .dropdown-inner {
    display: table;
}
#menu .dropdown-inner ul {
    display: table-cell;
}
#menu .dropdown-inner a {
    display: inline-block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    box-sizing: border-box;
    font-size: 15px;
    min-width: 280px;
    width: 100%;
}
#menu .dropdown-inner a:before{
    display: inline-block;
    width: 20px;
    height: 20px;
    float: left;
    opacity: 0;
    background: url(../image/favicon_sedutore.png) center center no-repeat;
    content: "";
    margin: 0 5px 0 0;
    position: relative;
    transition: opacity 0.2s;
}
#menu .dropdown-inner a:hover:before{
    opacity: 1;
}
#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
    font-weight:bold;
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    position: absolute;
    width: 100%;
    text-align: left;
    font-weight: bold;
    bottom: 0;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    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, #23a1d1, #1f90bb);
    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: #D15656;
    background-image: linear-gradient(to bottom, #D15656, #c03434);
    background-repeat: repeat-x;
    border-color: #d87070 #d87070 #c03434;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #D15656;
}
@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        position: relative;
        width: 100%;
        float: left;
        background-color: rgba(0, 0, 0, 0.1);
        left: 0;
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
        padding: 10px 0;

    }
    #menu .dropdown-menu{
        height: auto;
    }
    #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;
    }
}
/* content */
/*#content {
    min-height: 600px;
}*/
/* footer */
footer {

    padding-top: 30px;
    background-color: #303030;
    border-top: 1px solid #ddd;
    color: #e2e2e2;
}
footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}
footer a {
    color: #ccc;
}
footer a:hover {
    color: #fff;
}
footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}
/* 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 */
.buttons {
    margin: 1em 0;
    overflow: hidden;
}
.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.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: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #1f90bb;
    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] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    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: #23A1D1;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    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 rgba(74, 74, 74, 1);
    color: #B2B2B2;
    padding: 8px 12px;
    background: #282828;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #FFFFFF;
    background: rgba(56, 56, 56, 1);
    text-shadow: none;
    border: 1px solid rgba(74, 74, 74, 1);
}
/* 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 #ddd;
    margin-bottom: 20px;
    overflow: auto;
}
.product-thumb .image {
    text-align: center;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image a:hover {
    opacity: 0.8;
}
.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: bold;
}
.product-thumb .caption {
    float: left;
    padding: 0 20px;
    min-height: 140px;
}
.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 {
    color: #444;
}
.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: #eee;
    overflow: auto;
    float: right;
}
.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}
.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #E42F35;
}
.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}




.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.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;
}

/* 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%;
    }
}





/*--------------------------------------------------------- IMAGENET --------*/
/*----------------------------------- DEFAULTS --------*/
*:focus{outline: none !important;}
a{color: #D15656;}
a:hover{color: #B81E25;}
.breadcrumb{display: none;}
.breadcrumb + *{
    padding-top: 15px;
}


.form-control:focus {
    border-color: #CD5051;
}
.form-control:focus {
    border-color: #AF252C;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(194, 65, 67, 1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(177, 40, 46, 1);
}
.list-group a {
    border: 1px solid rgba(74, 74, 74, 1);
    color: #B2B2B2;
    padding: 8px 12px;
    background: #282828;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #FFFFFF;
    background: rgba(56, 56, 56, 1);
    text-shadow: none;
    border: 1px solid rgba(74, 74, 74, 1);
}
/*----------------------------------- HEADER --------*/
#header-imagenet{
    position: relative;
}
#top{
    border: none;
    background: #d15656;
    padding: 10px 0 10px 0;
    margin: 0 0 0 0;
}
header{
    background: linear-gradient(to bottom, #a31b23 0%, #EB2529 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a31b23', endColorstr='#EB2529',GradientType=0 );
    padding: 20px 0 0 0;
}
#top-links {
    position: relative;
    z-index: 2;
}
#header-imagenet #top-links ul:first-child li a, #top-links li{
    color: #FFF;
    text-shadow: none;
}
#top-links .dropdown-menu a{
    color: rgb(209, 86, 86) !important;
}
#top-links .dropdown-menu a:hover{
    background: rgb(209, 86, 86) !important;
    color: #FFF !important;
}
#top-links li.dropdown.open, #top-links li.dropdown.open a:first-child{
    background: none;
}
#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    border-radius: 0 13px 13px 0;
    padding: 8px 19px 3px 19px;
    text-shadow: 0 1px 0 #FFF;
    background: linear-gradient(to bottom, #fefefe 0%,#f9f9f9 49%,#ededed 71%,#ededed 71%,#cfcfcf 97%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#cfcfcf',GradientType=0 );
}
#search .btn-lg:hover{
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
#search .btn-lg i {
    background: url(../image/icon-lupa.png) center center no-repeat;
    height: 24px;
    width: 30px;
}
#search .input-lg {
    border-radius: 13px 0 0 13px;
}
.form-control:focus {
    border-color: #AF252C;
}
#search .btn-lg i:before {display: none;}
#logo {
    margin: -70px 0 10px 0;
}
#cart > .btn, #cart.open > .btn{
    background: none;
    border: none;
    box-shadow: none;
    color: #FFF !important;
}


header + .container{
    width: 100%;
    padding: 0;
    bottom: 0;
    position: absolute;
    z-index: 99;
}
#menu{
    background: rgba(0, 0, 0, 0.71);
    border: 1px solid #303030;
    border-radius: 0;
    margin: 0;
}
#menu .navbar-nav{
    width: 100%;
    text-align: center;
}
#menu .navbar-nav>li{
    display: inline-block;
    float: none;
    position: inherit;
}
#menu .dropdown-menu {
    width: 85%;
    position: absolute;
    margin: auto;
    box-shadow: none;
    top: 50px;
    left: 50%;
    height: 350px;
    margin-left: -604px !important;
    float: none;
    border-radius: 5px;
    padding-top: 12px;
    padding-bottom: 0;
    font-size: 13px;
}
#menu .dropdown-inner{
    width: 100%;
}
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #D56464 !important;
    background-color: #FFF;
    background-image: linear-gradient(to bottom, #FFF, #FFF);
    background-repeat: repeat-x;
}
#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #D52227;
    background-image: linear-gradient(to bottom, #E72428, #A31B23);
    background-repeat: repeat-x;
}
#top-links i.fa{
    height: 29px;
    width: 29px;
    display: inline-block;
    margin: 0 0 -10px 0;
}
#top-links i.fa:before{
    display: none;
}
#top-links i.fa.fa-user{background: url(../image/icon-minha-conta.png) center center no-repeat;}
#top-links i.fa.fa-heart{background: url(../image/icon-coracao.png) center center no-repeat;}
#top-links i.fa.fa-shopping-cart{background: url(../image/icon-carrinho.png) center center no-repeat;}
#top-links i.fa.fa-share{background: url(../image/icon-sacola.png) center center no-repeat;}


.menu-top{
    padding: 0;
    width: 100%;
}
.menu-top #menu{
    background: url(../image/bg-menu.png);
    border-left: none;
    border-right: none;
}
#cart > .btn, #cart.open > .btn{
    background: url(../image/icon-ver-carrinho.png) left center no-repeat;
    background-position: 30px 0;
}
@media (max-width:1200px){
#cart > .btn, #cart.open > .btn{
    background-position: 0;
}
}
#cart > .btn i, #cart.open > .btn i{
    display: none;
}

.menu-top:after {
    content: "";
    border: none;
    width: 100%;
    height: 17px;
    background: url("../image/bg-efeite-menu.png");
    float: left;
    background-size: auto 100%;
    display: block;
    box-sizing: border-box;
}



/*----------------------------------- BANNER --------*/
div#slideshow0 {
    border: none;
    margin: 0;
    float: left;
}
.owl-controls.clickable {
    margin: -15px !important;
}
.owl-pagination {
    top: -90px !important;
    text-align: right !important;
    width: 1140px;
    margin: auto;
}
.owl-controls .owl-page span {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    background: #D63232 !important;
    border-radius: 20px  !important;
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3) !important;
}
.owl-controls .owl-page.active span {
    background: #CC0000 !important;
}

h1, h3, h2{
    color: #E52426;
    background: url(../image/bg-titulo.png) bottom center no-repeat;
    background-size: contain;
    padding: 10px 10px;
}
body{
    background: url(../image/bg-body1.png);
}
.col-cart-big{
    width: 60px !important;
    padding: 10px 1% !important;
}
.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #D15656;
    background-image: linear-gradient(to bottom, #D15656, #A81B23);
    background-repeat: repeat-x;
    border-color: #A91C24 #B42C32 #A91C24;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #D15656;
    background-position: 0;
    border-color: #A91C24 #B42C32 #A91C24;
    background-image: linear-gradient(to bottom, #D15656, #D12227);
}







.product-thumb {
    background: #FFF;
}
.product-thumb:hover{
    border: 1px solid #bbb;
}
.button-group button span {
    display: none;
}
.product-thumb .button-group {
    text-align: right;
    background: none;
    border: none;
    overflow: hidden;
}
.product-thumb .button-group button, .product-thumb .button-group a {
    width: 50px !important;
    height: 38px;
    display: inline-block !important;
    float: none;
    border: none !important;
    background: none;
    text-align: center;
}
.product-thumb .button-group button:hover, .product-thumb .button-group a:hover {
    color: #444;
    background-color: #FFF;
    text-decoration: none;
    cursor: pointer;
}
.product-thumb .button-group button .fa, .product-thumb .button-group a .fa {
    font-size: 20px;
}
.alert {
    padding: 8px 14px 8px 14px;
    margin: 10px 0;
}
.product-grid .product-thumb h4 + p, #content .product-thumb h4 + p{
    display: none;
}
#content .product-list .product-thumb h4 + p{
    display: block;
}
.product-thumb .price {
    color: #E42F35;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.product-thumb .price-old{
    margin: 0;
    font-weight: normal;
}
.product-thumb .price-new {
    font-weight: 600;
    width: 100%;
    font-size: 23px;
    display: block;
}
.product-thumb h4 a{
    font-weight: normal;
    color: #646464 !important;
}
.product-thumb .parcelamento {
    display: block;
    font-size: 15px;
    font-weight: normal;
    color: #ff00f3;
}
.product-list .product-thumb .button-group{
    border: none;
}
.fa-exchange:before {
    content: "\f141";
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active{
    border-color: #D15656;
}
textarea{
    resize: vertical;
}
.form-group1-imagenet {
    float: left;
    width: 100%;
    margin: 10px 0;
    position: relative;
    background: linear-gradient(to bottom, #f95155 0%,#db1e27 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f95155', endColorstr='#db1e27',GradientType=1 );
    border-radius: 20px;
}
.wrap-price-product{
    width: 60%;
    padding: 0 0 0px 10px !important;
    float: left;
    /* height: 81px; */
    background: linear-gradient(to bottom, #f95155 0%,#db1e27 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f95155', endColorstr='#db1e27',GradientType=1 );
    border-radius: 20px 0 0 20px;
    border: 1px solid rgb(197, 31, 39);
    margin: 0;
}
.wrap-price-product span {
    color: #FFF;
    padding: 10px 12px 0 12px;
    font-size: 15px;
    display: block;
}
.btn-comprar-imagenet, .btn-comprar-imagenet:hover, .btn-comprar-imagenet:focus, .btn-comprar-imagenet:active, .btn-comprar-imagenet:visited{
    width: 40% !important;
    float: left !important;
    background: linear-gradient(to bottom, #494e51 0%,#212425 50%,#000000 50%,#181819 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494e51', endColorstr='#181819',GradientType=0 );
    border-radius: 0 20px 20px 0;
    text-transform: uppercase;
    border: 1px solid rgb(12, 12, 13);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}


.preco1-imagenet {
    background: none;
    color: #FFF;
    margin: 4px 0px 7px 0;
}
.preco1-imagenet span {
    padding-left: 0;
}
.wrap-btn-group-imagenet{
    margin-top: -54px;
    border: none;
    padding: 0 0px;
    box-shadow: none;
    border: 1px solid #CCC;
    margin-left: -16px;
    border-bottom: none;
}
.wrap-btn-group-imagenet button {
    background: #FFF;
    border: 0;
    border-radius: 0;
    color: #F33D51;
    box-shadow: none;
}
.wrap-btn-group-imagenet button:hover {
    border: none !important;
    box-shadow: none !important;
    color: rgb(243, 61, 81);
    background: rgba(255, 225, 228, 1);
}
.wrap-description-imagenet-bg {
    margin: 34px -15px 0 -15px;
    background: #FFF;
    padding: 0 15px;
    border: 1px solid #CCC;
}
.wrap-description-imagenet-bg h1{
    margin-top: 0;
    padding-top: 0;
}
input#button-calcular-frete{
    margin-top: 25px;
}







/*----------------------------------- MENU FOOTER --------*/
#menu-bottom{
    background: #E04F5F;
    position: relative;
    padding: 10px 0;
    height: auto;
    min-height: 0;
}
#menu-bottom:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../image/imagenet-shadow-footer.png) center center no-repeat;
    width: 100%;
    height: 10px;
}
#menu-bottom a{
    color: #EEE;
}
#menu-bottom a:hover{
    color: #FFF;
}
#menu-bottom h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    color: #FFF;
    line-height: 20px;
    margin: 0 0 20px 0;
}
.nossos-produtos{
    padding: 10px 0;
}
#footer-barra {
    padding: 13px 0 16px;
}
.fl {
    float: left;
}
#footer-barra{
    background: #FFF;
}
#footer-barra span {
    float: left;
    margin: 6px 8px 0 44px;
    text-transform: uppercase;

}
#footer-barra img {
    float: left;
}


/*----------------------------------- FOOTER --------*/
footer {
    padding: 30px 0;
    background-color: #FFFFFF;
    border-top: 1px solid #ddd;
    color: #e2e2e2;
}
footer a{
    color: #646464;
}
footer a:hover {
    color: #E04F5F;
}

footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    font-weight: normal;
    color: #E04F5F;
    padding: 0 0 7px 0;
    text-shadow: 0px 0px 0px rgb(224, 79, 95);
}
#imagenet-wrap-powered{
    background: #CCCCD7;
    border-top: 3px double #FFFFFF;
    letter-spacing: 5px;
    color: #FFF;
    padding: 15px 0;
    text-align: center;
}
.wrap-powered {
    letter-spacing: 1px;
}
.imagenet-contato-footer {
    float: left;
    line-height: 25px;
    width: 30%;
    padding: 10px;
    box-sizing: border-box;
}
.imagenet-empresa-footer {
    float: left;
    width: 70%;
    padding: 10px;
    box-sizing: border-box;
}
.imagenet-contato-footer span:first-child {
    font-size: 23px;
    display: block;
    float: right;
    width: 100%;
    text-align: right;
}
.imagenet-contato-footer span:last-child {
    font-size: 18px;
    display: block;
    float: right;
    width: 100%;
    text-align: right;
}
.imagenet-empresa-footer img {
    float: left;
    display: block;
    margin: 0 15px;
    border-left: 1px solid white;
    padding: 0 0 0 20px;
    box-shadow: -1px 0px 0px 0px #B8B8B8;
}
.imagenet-empresa-footer span {
    display: block;
    text-align: left;
    margin: 10px 0 0 0;
}
h1 {
    font-weight: normal;
    color: rgb(243, 61, 81) !important;
    font-size: 25px;
}


@media all and (min-width: 922px){
    .mulher-footer{
        position: absolute;
        bottom: 0;
        display: none !important;
        right: 30px;
        top: auto;
        height: 630px;
        width: 169px;
        z-index: 9999;
        background: url(../image/mulher1.png);
        background-size: 100% 100%;
    }
    .mulher2{background: url(../image/mulher2.png) !important; background-size: 100% 100% !important; width: 217px !important;display: none !important;}
    body{
        position: relative;
    }
}
.item .img-responsive{
    width: 100%;
}
ul.list-produtos-footer li {
    list-style: none !important;
    float: left;
    display: block;
    width: 100%;
}
ul.list-produtos-footer {
    background: rgb(224, 79, 95);
    margin: 0;
    border: none;
    float: left;
    width: 20%;
}
.menu-footer, ul.list-produtos-footer{
    padding: 0 !important;
}
@media all and (max-width: 768px){
    ul.list-produtos-footer{
        width: 100%;
        padding: 0 1%;
    }
}
div#imagenet-wrap-slideshow {
    position: relative;
}
#slide-marcas div#imagenet-wrap-slideshow {
    background: #FFF url(../image/shadow-top.png) center top no-repeat;
    border-top: 1px solid #D6D6D6;
    padding: 0 0 10px 0;
}
div#imagenet-wrap-slideshow #menu a {
    padding: 15px 7px;
}
.menu-slideshow {
    width: 100%;
    background: rgba(0, 0, 0, 0.72);
    color: #FFF;
    padding: 10px 0 !important;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99999;
    border-top: 1px solid rgb(5, 6, 7);
}
.menu-slideshow #menu {
    background: transparent;
    border: none;
    border-radius: 0;
    margin: 0;
}
.menu-slideshow .nav > li > a:hover, .menu-slideshow .nav > li.open > a{
    color: #E52428 !important;
    text-shadow: none !important;
    background: transparent !important;
}
body.common-home #content h3 + div.row{
    /* width: 70%;
     float: left;*/
}
@media all and (min-width: 768px){
    /*body.common-home #content h3:first-child + div{
        width: 30%; float: left;
    }*/
}
.row.product-special h4 {
    font-size: 11px;
    padding: 0 20px;
}
.row.product-special .product-thumb .caption{
    min-height: 0;
}
.row.product-special .description-product-imagenet{
    display: none;
}
.row.product-special .product-thumb .image img{
    float: left;
}
.row.product-special .product-thumb .button-group button:last-child{
    display: block !important;
    float: right;
}
.row.product-special .product-thumb .price-old{
    color: #DF2D2D;
    font-size: 13px;
    font-weight: normal;
}
.row.product-special .product-thumb .price-new{
    font-weight: bold;
    font-size: 19px;
}
#content .menu-slideshow{
    display: none !important;
}
@media all and (max-width: 992px){
    .imagenet-empresa-footer, .imagenet-contato-footer, .wrap-powered .row{
        width: 100%;
    }
    .imagenet-empresa-footer img{
        border: none;
        box-shadow: none;
        float: none;
        margin: auto;
    }
    .imagenet-contato-footer span:last-child, .imagenet-contato-footer span:first-child{
        text-align: center;
    }
    a#voltar-imagenet {
        position: relative !important;
        float: none;
        margin: 10px auto 0 auto;
        top: auto;
        left: auto;
        right: auto !important;
        bottom: auto !important;
    }
    footer .col-sm-2{width: 100%}
}
.owl-carousel{
    margin: 0 0 0 0 !important;
}
a#voltar-imagenet {
    background: #EFEDEE;
    border-radius: 100%;
    height: 60px;
    width: 60px;
    display: block;
    text-align: center;
    padding: 11px 8px;
    position: absolute;
    bottom: 170px;
    cursor: pointer;
    right: 110px;
    color: #000;
    letter-spacing: 1px;
}
#imagenet-wrap-powered .container{
    position: relative;
}
div#imagenet-wrap-slideshow a {
    display: inline-block;
    margin: 0 10px;
}
div#imagenet-wrap-slideshow .item a {
    margin: 0;
    display: block;
}
#slide-marcas{
    height: auto;
    overflow: hidden;
    width: 100%;
}
#slide-marcas .col-sm-12{
    padding: 0 0 0 0;
}
#slide-marcas .owl-carousel{
    padding: 13px 0;
    background: none;
    background-color: transparent;
    border: none;
    box-shadow: none;
}
#slide-marcas .item{
    text-align: center;
}
body.account-account #content .list-unstyled a{
    color: #646464;
}
div#imagenet-wrap-slideshow h5 {
    color: #E52426;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 10px 0 0 0;
}
.container.menu-top .open>.dropdown-menu{
    display: block !important;
}
div#slideshow-marcas .owl-prev, div#slideshow-marcas .owl-next{
    background-color: #E04F5F;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #FFF;
    padding: 7px 0;
    top: 30px;
}
div#slideshow-marcas .owl-prev:hover, div#slideshow-marcas .owl-next:hover{
    background: #BA1E25;
}

div#slideshow-marcas .owl-prev{
    text-indent: -1px;
}
div#slideshow-marcas .owl-next{
    text-indent: 1px;
}
div#slideshow-marcas .owl-prev i, div#slideshow-marcas .owl-next i{
    font-size: 15px;
}
div#slideshow-marcas a {
    text-align: center;
}
div#slideshow-marcas img {
    display: inline;
}
ul.list-unstyled.sub-menu-imagenet {
    border-right: 1px solid rgb(221, 221, 221);
    text-align: left;
}
ul.list-unstyled.sub-menu-imagenet:last-child{
    border: none !important;
}
ul.list-unstyled.sub-menu-imagenet li img{
    display: none !important;
} 
#menu .menu-image {
    padding: 10px;
    float: right;
    margin-right: 28px;
    background: #C8C8C8;
    background: linear-gradient(to bottom, #C8C8C8 0, #C8C8C8 47%, #BEBEBE 47%);
}
#menu .menu-image img {
    padding: 5px;
    background: #fff;
    max-width: 250px;
    width: 100%;
}
#menu .dropdown-inner {
    width: 70%;
}
#slideshow-marcas .item img{
    max-height: 90px;
    width: auto;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
    background-color: #E73E26;
    border-color: #BE2812;
}
.pagination>li>a, .pagination>li>span{
    color: #E73E26;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus{
    color: #BE2812;
}
@media all and (min-width: 991px){
    .destaques-imagenet-row{
        padding: 0;
        float: left;
    }
    /*.destaques-imagenet-row .col-lg-3{
        width: 32.05%;
    }*/
    .destaques-imagenet-row + div#banner0{
        float: left;
        width: 228px;
        background-color: transparent;
        box-shadow: none;
        border: none;
    }
}
.product-thumb .rating{
    padding: 7px 20px;
    text-align: right;
    letter-spacing: 4px;
}

.fa-star:before, .fa-star-o:before{
    display: none;
}
.fa-star-o{
    width: 25px;
    height: 16px;
    background: url(../image/chilli-pepper-o.png) no-repeat;
}
.fa-star + .fa-star-o{
    width: 25px;
    height: 16px;
    background: url(../image/chilli-pepper.png) no-repeat;
}
img{
    max-width: 100%;
}
@media all and (max-width: 768px){
    .wrap-description-imagenet-bg{
        margin: 64px -15px 0 -15px;
    }
}
.wrap-banner-anuncio-featured {
    line-height: 0;
}
.wrap-banner-anuncio-featured a {
    display: block;
}
.wrap-banner-anuncio-featured img {
    margin-bottom: 20px;
}
.wrap-banner-anuncio-featured .img-responsive {
    max-width: auto;
}
@media (max-width:992px){
    .destaques-imagenet-row {
        padding: 0;
    }
    .wrap-banner-anuncio-featured .img-responsive {
        width: 100%;
    }
}
#content .product-thumb.transition .image:first-child{
    margin: 34px 0 0 0;
}
.wrap-social a i:before {
    font-size: 40px;
    margin-top: 20px;
    display: block;
    color: rgb(204, 204, 215);
}
.wrap-social a i:hover:before {
    color: #E04F5F;
}
#content h3{
    position: relative;
}
#img-bg-title-imagenet{
    display: block;
    width: 115%;
    max-width: none;
    left: 0;
    margin-left: -15%;
    position: absolute;
    top: 0;
    height: 49px;
}
#newsletter-bg {
    border-top: 1px solid #E04F5F;
    background: #E04F5F;
}
#formnewsletter {
    width: 760px;
    min-height: 59px;
    padding: 9px 0 2px;
    margin: auto;
    overflow: hidden;
    background: url('../image/icon-newsletter.png') 0 5px no-repeat;
}
#formnewsletter label{
    width: 250px;
    height: 43px;
    padding: 0 0 0 59px;
    display: block;
    float: left;
    border-right: 1px solid #D32929;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(174, 0, 0, 0.65);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
}
#formnewsletter input[type="text"] {
    width: 100%;
    height: 34px;
    padding: 0 10px;
    float: left;
    display: table-cell;
    margin: 3px 0 7px;
    border: 1px solid #EEEBDE;
    box-shadow: 1px 1px 2px #F9C601;
    font-size: 11px;
    color: #999;
    line-height: 32px;
}
#formnewsletter input[type="text"] {
    width: 100%;
    height: 34px;
    padding: 0 10px;
    float: left;
    display: table-cell;
    margin: 3px 0 7px;
    border: 1px solid #EEEBDE;
    box-shadow: 1px 1px 2px #F9C601;
    font-size: 11px;
    color: #999;
    line-height: 32px;
}
#formnewsletter #submitNewsletter {
    width: 55px;
    height: 35px;
    float: left;
    margin-top: -3px;
    border-radius: 0 10px 10px 0;
    border: none;
    background: #F9F9F9;
    background: linear-gradient(to bottom, #FDFDFD 0, #FDFDFD 21%, #F9F9F9 41%, #F9F9F9 86%, #ffffff 99%);
    font-size: 12px;
    font-weight: bold;
    color: #999;
}
.news-mensagem {
    padding-right: 18px;
    text-align: right;
    color: #fff;
}
@media (max-width: 767px) {
#formnewsletter {
	width: 100%;
	background-image: none;
}
#formnewsletter label {
	width: 100%;
	height: auto;
	float: none;
	padding: 0 15px;
	border: none;
}
#formnewsletter input[type="text"] {
	float: none;
}
}