/*********************
 *
 *  CLOUDY ZOOM
 *
 **********************/

.cloud-zoom-lens {
    border: 1px solid #888;
    background-color: #fff;
    cursor: move;
}
.cloud-zoom-title {
    display: none;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute !important;
    background-color: #000;
    color: #fff;
    padding: 3px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    top: 0px;
}
.cloud-zoom-big {
    border: solid 1px #ddd;
    background: #fff;
    overflow: hidden;
    margin: 0;
    left: 0 !important;
    top: 0 !important;
}
.cloud-zoom-loading {
    color: white;
    background: #222;
    padding: 3px;
    border: 1px solid #000;
}
.product-image .mousetrap {
    z-index: 100 !important;
}
/*******************
 *
 *  Carrosel View
 *
 *******************/
.product-view .more-views a img {
    border: 2px solid transparent;
}
.product-view .more-views a.active img {
    border: solid 2px #815AA4;
    float: left;
}
.product-view .more-views a:hover {
}
.owl-galeria .owl-controls {
    text-align: center;
    padding: 0;
    right: 0;
    width: auto;
    top: 0;
    ;
}
/* Styling Next and Prev buttons */

.owl-galeria .owl-controls .owl-buttons div {
    display: block;
    zoom: 1;
    padding: 0;
    background-image: url(../images/arrow-carousel.png);
    background-repeat: no-repeat;
    height: 25px;
    z-index: 9;
    width: 25px;
    text-indent: -9999px;
    margin: 0 0 0 5px;
    float: left;
}
.owl-galeria .owl-controls .owl-buttons div:hover {
    opacity: 0.8;
}
.owl-galeria .owl-prev {
    background-position: 4px -48px;
}
.owl-galeria .owl-next {
    background-position: -34px -48px;
}
.owl-galeria .owl-item {
    float: none;
    text-align: center;
}
.owl-galeria .owl-item a {
    float: none;
    width: 100%;
    margin: 5px;
    border: solid 1px #ddd;
}
/* Styling Pagination*/

.owl-galeria .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}
/* If PaginationNumbers is true */

.owl-galeria .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
/*********************
 *
 *      CORES
 *
 **********************/

#atributos-principal {
    clear: both;
    display: block;
}
#atributos-principal .containerAtributo {
    display: inline-block;
    width: 100%;
    margin-bottom: 7px;
}
#atributos-principal h3 {
    color: #808080;
    font-size: 12px;
    padding: 0;
    width: auto;
    clear: both;
    margin: 0 0 5px;
    text-transform: uppercase;
    font-weight: 600;
}
#atributos-principal .error-msg {
    padding: 15px 15px 15px 55px !important;
    background-position: 15px center !important;
    margin-bottom: 15px
}
#atributos-principal .cores-lista-atributos li {
    margin: 0 5px 5px 0;
    float: left;
}
#atributos-principal .cores-lista-atributos li span {
    cursor: pointer;
    width: 100%;
    height: 100%;
    overflow: hidden;
    float: left;
}
#atributos-principal .cores-lista-atributos li a:hover {
    opacity: 0.8
}
#atributos-principal .cores-lista-atributos li a.selecionado {
    border: 3px solid #815aa4;
}
#atributos-principal .cores-lista-atributos li a {
    width: 40px;
    float: left;
    line-height: 2;
    height: 40px;
    padding: 2px;
    margin: 0;
    border: solid 1px #ddd;
}
#atributos-principal .cores-lista-atributos, #atributos-principal .outros-lista-atributos {
    margin: 0 0 15px;
    float: left;
    width: 100%;
    clear: both;
}
#atributos-principal .outros-lista-atributos li {
    *float: left;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}
#atributos-principal .outros-lista-atributos li a {
    background: #fff;
    display: block;
    cursor: pointer;
    border: solid 2px #ddd;
    text-align: center;
    padding: 4px 4px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 300;
    min-width: 40px;
    border-radius: 50%;
    color: #808080;
    min-height: 40px;
    line-height: 2;
}
#atributos-principal .outros-lista-atributos li a:hover {} #atributos-principal .outros-lista-atributos li a.selecionado {
    color: #815aa4;
    text-shadow: none;
    border-color: #815aa4;
    font-weight: bold;
}
#atributos-principal .outros-lista-atributos li a.desabilitado {
    background-size: 100% 100%;
    color: #333;
    opacity: 0.2;
}
#atributos-principal .outros-lista-atributos li a.desabilitado:hover {
    outline: none;
    cursor: default;
}
#atributos-principal .div_oculta {
    display: none !important;
}
.colors .color-list {
    margin: 0 5px 5px 0;
    padding: 1px;
    border: solid 1px #ccc;
    float: left;
    width: 20px;
    height: 20px;
}
.colors .color-list a {
    width: 20px;
    height: 20px;
}
.colors .color-list:nth-child(6) {
    margin-right: 0;
}
.colors .color-list img, .colors .color-list a {
    display: block;
    width: 20px;
    height: 20px;
}
.colors .color-list:hover {
    outline: 1px solid #c60007;
}
.colors .color-list.desabilitado {
    opacity: 0.5;
}
.colors .color-list.desabilitado:hover {
    outline: none
}
.errors {
    color: #FF0000;
    font-weight: bold;
    display: none;
}
#colorList {
    clear: both;
    min-height: 50px;
}
.currently {
    float: left;
    width: 100%;
    padding: 15px 20px;
    margin: 0;
}
.currently ol {
    float: left;
    width: 100%;
    margin: 0 0 10px;
}
.block-layered-nav .wrapper-col li {
    display: none;
}
.catalogsearch-result-index .block.block-layered-nav .wrapper-col li {
    display: block;
}
.block-layered-nav .wrapper-col .filtro-cor {
    display: inline-block;
    margin: 0;
}
.block-layered-nav .filtro-cor a {
    float: left;
    width: 100%;
    line-height: 2;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.block-layered-nav .filtro-cor span, .block-layered-nav .filtro-cor a img {
    display: block;
    border: solid 1px #DDD;
    margin: 0 0px 0 0;
    width: 25px;
    height: 25px;
    float: left;
}
.block-layered-nav .filtro-cor a:hover {}
/*********************
 *
 *      FRETE
 *
 **********************/

#freteproduto {float: left;border: 1px solid #d0d0d0;width: 100%;padding: 2px;}
#freteproduto .containerFrete {
    float: left;
    width: 180px;
}
#freteproduto h4 {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    color: #FFF;
    float: left;
    width: 100%;
    background: #919192;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    padding: 14px;
    height: 44px;
    position: relative;
    padding-right: 43px;
}
#freteproduto label {
    font-size: 12px;
    background: url(../images/frete.png) no-repeat 0;
    padding-left: 33px;
}
#freteproduto i {
    width: 43px;
    height: 43px;
    background: #7f7f80 url(../images/arrowdown.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
#freteproduto i:hover {
    opacity: 0.8;
}
#freteproduto .wrapper-frete {
    float: left;
    width: 100%;
    display: none;
}
#freteproduto .containerFrete {
    float: left;
    width: 200px;
    border: 1px solid #d7d7d7;
    margin: 10px 10px 5px 10px;
}
#freteproduto a {
    font-size: 11px;
    margin: 0;
    float: left;
    clear: both;
    color: #999;
}

#freteproduto .iconFrete {
    float: left;
    margin: 0px 5px 0 0;
}
#freteproduto h1 {
    font-size: 11px;
    margin: 0 0 5px;
    font-weight: 700;
    color: #333;
    line-height: 2;
    float: left;
    width: 100%;
}

#freteproduto a:hover {
    text-decoration: underline;
}
#postcode {
    clear: both;
    width: 151px;
    font-size: 13px;
    margin: 0 5px 0 0;
    text-align: center;
    height: 34px;
}
#freteproduto a {
    font-size: 11px;
    margin: 0;
    float: left;
    clear: both;
    color: #999;
    text-indent: 11px;
}
#freteproduto button.rate-button {
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-size: 12px;
    float: right;
    cursor: pointer;
    height: 34px;
    background: #7f7f80;
    text-shadow: none;
    color: #FFFFFF;
    text-transform: uppercase;
    border: none;
    padding: 0;
    margin: 0;
    width: 40px;
}
#freteproduto button.rate-button:hover {
    opacity: 0.8;
}
input#postcode:invalid {
    box-shadow: none;
}
#shipping-rates {
    clear: both;
    display: block;
    float: left;
    margin: 0;
    padding: 4px 12px;
}
#shipping-rates .price {
    font-size: 13px;
    font-weight: bold;
    color: #7F7F80;
}
#fp-loader {
    display: none;
    margin-top: 10px;
    float: left;
    clear: both;
    width: 100%;
    text-align: left;
}
#fp-loader img {
    display: block;
    margin: 0 0 0 80px;
    float: left;
}
#shipping-rates li {
    margin-top: 5px;
    font-family: "Open Sans", sans-serif;
    color: #7F7F80;
}
.div-shipping {
    background: #fff0f0;
    border: 1px solid #ff0000;
    padding: 10px;
}
.error-shipping {
    color: #ff0000;
}
.attrshipping {
    display: none !important;
}
/*****************
 *
 *  BANNER
 *
 *****************/
/*****************
 *
 *  BANNER
 *
 *****************/
.wrapper-top {
    position: relative;
    float: left;
    width: 100%;
}
#banner-top {
    display: inline !important;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 0;
    max-height: 624px;
    overflow: hidden;
    box-shadow: 0 4px 5px #ddd;
    border-bottom: 1px solid #FFF;
}
.wrapper-top .wrapper-box {
    width: 100%;
    position: absolute;
    bottom: 5px;
    left: 0;
    height: 20px;
    text-align: center;
}
.wrapper-top .wrapper-box .sombra {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+50,6db3f2+100&0.15+0,0.15+49,0+51,0+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.15) 49%, rgba(0,0,0,0.08) 50%, rgba(2,4,5,0) 51%, rgba(109,179,242,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 49%,rgba(0,0,0,0.08) 50%,rgba(2,4,5,0) 51%,rgba(109,179,242,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 49%,rgba(0,0,0,0.08) 50%,rgba(2,4,5,0) 51%,rgba(109,179,242,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#006db3f2',GradientType=0 ); /* IE6-9 */

    display: inline-block;
    border-radius: 20px;
    padding: 9px;
}
.wrapper-top .wrapper-box .boxdots {
    display: inline-block;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e7e7e7+0,cfd3d6+100 */
    background: rgb(231,231,231); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(231,231,231,1) 0%, rgba(207,211,214,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(231,231,231,1) 0%,rgba(207,211,214,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(231,231,231,1) 0%,rgba(207,211,214,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#cfd3d6',GradientType=0 ); /* IE6-9 */
    border: none;
    border-top: 1px solid #FFF;
    border-radius: 20px;
    border-bottom: 1px solid #999;
    padding: 4px;
    box-shadow: 0 2px 3px #D5D5D5;
}
.wrapper-top .boxdots button {
    display: inline-block;
    background: url(../images/arrow1.png) center center no-repeat;
    width: 20px;
    height: 21px;
    border: none;
}
.wrapper-top .boxdots button:hover {
    background: url(../images/arrow1h.png) center center no-repeat;
}
.wrapper-top .boxdots button.btn-right {
-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.wrapper-top .containerdots {
    display: inline-block;
    margin: 0 35px;
}
.wrapper-top .containerdots .owl-dot {
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0px 1px 3px #F4F4F4, 0px 1px 2px #817F7F inset;
    vertical-align: middle;
    margin: 0 4px;
    background: #adadad;
}
.wrapper-top .containerdots .owl-dot.active {
    background: #5a3f73;
}
#banner-top .owl-dots {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}
#banner-top .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    width: 15px;
    height: 15px;
    border-radius: 30px;
    border: 3px solid #FFF;
    box-shadow: 1px 2px 3px #926C6C;
}
#banner-top .owl-dots .owl-dot.active {
    background: #B80000;
}
#banner-top .owl-nav {
    display: none;
}
.owl-banner .owl-wrapper-outer {
    margin: 0;
}
.owl-banner .owl-item .item {
    position: relative;
    float: none;
    text-align: center;
    margin: 0 auto;
}
.owl-banner .owl-carousel .item {
    margin: 0;
    padding: 0;
}
.owl-banner .owl-pagination {
    z-index: 9;
    position: absolute;
    bottom: 25px;
    text-align: center;
    width: 100%;
}
.owl-banner .owl-buttons {
    text-indent: -9999px;
    z-index: 9;
    margin: 0 auto;
    width: 100%;
}
.owl-banner .owl-buttons div {
    position: absolute;
    z-index: 999;
    display: block;
    margin: 0;
    padding: 0;
    top: 48%;
    background-image: url("../images/arrow-banner.png");
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    transform-origin: center center;
    -webkit-transform-origin: top left;
    cursor: pointer;
    opacity: 0.7;
}
.owl-banner .owl-buttons div:hover {
    opacity: 1;
}
.owl-banner .owl-prev {
    left: 20px;
    background-position: 10px center;
}
.owl-banner .owl-next {
    right: 20px;
    background-position: -136px center;
}
.owl-banner .owl-page {
    background: #fff;
    margin: 0 5px;
    width: 12px;
    float: none;
    box-shadow: 0 1px 4px #999 inset;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.owl-banner .owl-page.active {
    background: #ddd;
    width: 14px;
    height: 15px;
}
/* Banner Category */

.owl-category {
    display: block;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    z-index: 0;
    text-align: center;
}
.owl-category a {
    text-align: center;
    float: none;
    display: inline-block;
}
.owl-category .owl-item .item {
    position: relative;
    float: none;
    text-align: center;
    margin: 0 auto;
}
.owl-category .owl-carousel .item {
    margin: 0;
    padding: 0;
}
.owl-category .owl-pagination {
    z-index: 9;
    position: absolute;
    bottom: 10px;
    width: auto;
    right: 10px;
}
.owl-category .owl-buttons {
    text-indent: -9999px;
    z-index: 9;
    margin: 0 auto;
    width: 100%;
}
.owl-category .owl-buttons div {
    position: absolute;
    z-index: 999;
    display: block;
    border-radius: 0;
    margin: 0;
    padding: 0;
    top: 40%;
    background-image: url("../images/arrow-banner.png");
    background-repeat: no-repeat;
    background-color: transparent;
    width: 34px;
    height: 80px;
    /* background-color: white; */
    
    transform-origin: center center;
    -webkit-transform-origin: top left;
    cursor: pointer;
}
.owl-category .owl-buttons div:hover {
    opacity: 0.7;
}
.owl-category .owl-prev {
    left: 20px;
}
.owl-category .owl-next {
    right: 20px;
    background-position: -145px 0;
}
.owl-category .owl-controls .owl-page span {
    background: #fff;
    height: 14px;
    margin: 0 3px;
    float: right;
}
/*Banner Left*/

#banner_left {
    margin: 0;
    clear: both;
}
#banner_left li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
#banner_left a, #banner_left img {
    float: none;
    margin: 0 auto;
    display: inline-block;
}
#banner_left img {
    width: 100%;
    max-width: 100%;
}
#banner_right li {
    width: 100%;
    margin-bottom: 10px;
}
#banner-footer {
    text-align: center;
    clear: both;
    display: block;
    float: left;
    margin: 0 auto 20px;
    padding: 0;
    width: 100%;
}
#banner-footer .item {
    float: none;
    margin: 0 auto;
    text-align: center;
}
#banner-footer li {
    float: left;
    width: 100%;
    display: block;
}
#banner-footer .owl-wrapper-outer {
    margin: 0 0 10px;
}
#banner_container {
    margin: 0 0 20px;
}
#banner_container li {
    width: 100%;
}
#banner_container li #flash_container {
    width: 100%;
    height: 375px;
}
/*********************
 *
 *      JSLIDER
 *
 **********************/

.jslider .jslider-bg i, .jslider .jslider-pointer {
    background: url(../images/jslider.png) no-repeat 0 0;
}
.jslider {
    display: block;
    width: 100%;
    height: 1em;
    position: relative;
    top: 0.6em;
    margin: 0 0 10px;
    font-family: Arial, sans-serif;
}
.jslider table {
    width: 100%;
    border-collapse: collapse;
    border: 0;
}
.jslider td, .jslider th {
    padding: 0;
    vertical-align: top;
    text-align: left;
    border: 0;
}
.jslider table, .jslider table tr, .jslider table tr td {
    width: 100%;
    vertical-align: top;
}
.jslider .jslider-bg {
    position: relative;
}
.jslider .jslider-bg i {
    height: 5px;
    position: absolute;
    font-size: 0;
    top: 0;
}
.jslider .jslider-bg .l {
    width: 50%;
    background-position: 0 0;
    left: 0;
}
.jslider .jslider-bg .r {
    width: 50%;
    left: 50%;
    background-position: right 0;
}
.jslider .jslider-bg .v {
    position: absolute;
    width: 60%;
    left: 20%;
    top: 0;
    height: 5px;
    background-position: 0 -20px;
}
.jslider .jslider-pointer {
    width: 13px;
    height: 15px;
    background-position: 0 -40px;
    position: absolute;
    left: 20%;
    top: -4px;
    margin-left: -6px;
    cursor: w-resize;
    cursor: hand;
}
.jslider .jslider-pointer-hover {
    background-position: -20px -40px;
}
.jslider .jslider-pointer-to {
    left: 80%;
}
.jslider .jslider-label {
    font-size: 9px;
    line-height: 12px;
    color: black;
    opacity: 0.4;
    white-space: nowrap;
    padding: 0px 2px;
    position: absolute;
    top: -18px;
    left: 0px;
}
.jslider .jslider-label-to {
    left: auto;
    right: 0;
}
.jslider .jslider-value {
    font-size: 9px;
    white-space: nowrap;
    padding: 1px 2px 0;
    position: absolute;
    top: -19px;
    left: 20%;
    line-height: 12px;
    border-radius: 2px;
}
.jslider .jslider-value-to {
    left: 80%;
}
.jslider .jslider-value:before {
    content: "R$ ";
}
.jslider .jslider-label small, .jslider .jslider-value small {
    position: relative;
    top: -0.4em;
}
.jslider .jslider-scale {
    position: relative;
    top: 9px;
}
.jslider .jslider-scale span {
    position: absolute;
    height: 5px;
    border-left: 1px solid #999;
    font-size: 0;
}
.jslider .jslider-scale ins {
    font-size: 9px;
    text-decoration: none;
    position: absolute;
    left: 0px;
    top: 5px;
    color: #999;
}
.jslider-single .jslider-pointer-to, .jslider-single .jslider-value-to, .jslider-single .jslider-bg .v, .jslider-limitless .jslider-label {
    display: none;
}
/*******************
 *
 *  Carrosel Marcas
 *
 *******************/

.containerMarcas {
    float: left;
    width: 100%;
    margin: 20px 0 40px;
    padding: 10px 0;
    position: relative;
    z-index: 0;
}
.containerMarcas .link-brand {
    margin: 0 auto;
    float: none;
    width: auto;
    display: table;
    color: #999;
    font-size: 12px;
    padding: 0 6px;
    border-radius: 3px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.containerMarcas .link-brand:hover {
    background: #309661;
    color: #fff;
}
.containerMarcas h1 {
    display: none;
}
.containerMarcasCat {
    margin: 0 0 20px;
}
.containerMarcasCat h1 {
    font-size: 20px;
    font-weight: 400;
    display: none;
}
.owl-marcas {
    width: 100%;
    vertical-align: middle;
    margin: 0 auto;
}
.owl-marcas .owl-wrapper {
    display: table !important;
    vertical-align: middle;
}
.owl-marcas .owl-item {
    text-align: center;
    display: inline-table;
    float: none;
}
.owl-marcas a {
    padding: 0 15px;
    margin: 0 auto;
    height: 60px;
    float: none;
    display: inline-table;
    vertical-align: middle;
}
.owl-marcas img {
    margin: 0 auto;
    float: none;
}
.owl-marcas .owl-controls {
    z-index: 0;
    width: 100%;
}
.owl-marcas .owl-buttons {
    width: 100%;
    float: left;
}
.owl-marcas .owl-buttons div, .owl-marcas .owl-buttons div {
    background-image: url(../images/arrow-marcas.png);
    background-repeat: no-repeat;
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 12px;
    filter: Alpha(Opacity=50);
    opacity: 0.8;
    position: absolute;
    width: 50px;
    display: table;
    border-radius: 0;
    text-indent: -9999px;
    height: 50px;
    background-color: transparent;
    top: -30px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.owl-marcas .owl-prev {
    background-position: 1px center;
    left: -40px;
}
.owl-marcas .owl-prev:active {
    left: -51px;
}
.owl-marcas .owl-next {
    background-position: -48px center;
    right: -40px;
}
.owl-marcas .owl-next:active {
    right: -51px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */

.owl-marcas .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    
    opacity: 1;
    text-decoration: none;
}
/* Styling Pagination*/

.owl-marcas .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}
.owl-marcas .owl-controls .owl-page span {
    background-image: url("../images/arrow-marcas.png");
    background-repeat: no-repeat;
    position: absolute;
    width: 30px;
    height: 105px;
    text-indent: -9999px;
    top: 0;
}
.owl-marcas .owl-controls .owl-page.active span, .owl-marcas .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    
    opacity: 1;
}
/* If PaginationNumbers is true */

.owl-marcas .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
/* preloading images */

.owl-item.loading {
    min-height: 150px;
    background: url(../images/galeria/AjaxLoader.gif) no-repeat center center
}
/****************
 *
 *  COMPRE JUNTO
 *
 ****************/

.comprejunto {
    float: left;
    margin: 0 0 30px;
    clear: both;
    padding: 0;
    position: relative;
    font-size: 13px;
}
.comprejunto .titleBar {
    margin: 0;
}
.comprejunto .titleBar h1 {
    border-radius: 3px 3px 0 0;
}
.comprejunto h2 {
    padding: 0;
    clear: both;
    margin: 0;
}
.comprejunto h2 a {
    text-decoration: none;
    float: left;
    font-weight: 300;
    font-size: 13px;
    clear: both;
    width: 100%;
    margin: 0;
    font-family: arial, sans-serif;
}
.comprejunto h2 a:hover {
    color: #222;
}
.formcomprejunto {
    float: left;
}
.comprejunto .produtos {
    padding: 0 20px;
    clear: both;
    margin: 0;
    float: left;
}
.comprejunto .item {
    float: left;
    width: 100%;
    border-top: solid 1px #ddd;
    margin: 0 0 20px;
    height: auto;
    padding: 40px 60px 0;
}
.comprejunto .item:first-child {
    border: none;
}
.comprejunto .item a.produto {
    float: left;
    margin: 0 20px;
    display: table-cell;
    max-width: 150px;
}
.comprejunto .container-produto {
    width: auto;
    float: none;
    display: table;
    margin: 0 auto;
}
.comprejunto .item a.produto img {
    width: 100%;
}
.comprejunto .item .opcoes {
    float: right;
    min-height: 109px;
    margin: 0;
}
.comprejunto .item .opcoes .product {
    background: #ebebeb;
    padding: 10px;
    display: block;
    clear: both;
    margin: 0 0 15px;
}
.comprejunto .item .opcoes .soma {
    float: left;
    margin: 0 5px;
    font-weight: bold;
    font-size: 16px;
}
.comprejunto .item .opcoes .antigo {
    float: left;
    width: 100%;
    margin: 0 0 5px;
}
.comprejunto .item .opcoes .novo {
    color: #000;
    float: left;
}
.comprejunto .item .opcoes .novo b {
    font-size: 24px;
    font-weight: 700;
}
.comprejunto .item .opcoes .selectAttr {
    width: 100px;
    padding: 2px;
    margin: 0 20px 5px 0;
}
.comprejunto .item .opcoes label {
    width: 85px;
    font-weight: bold;
    font-size: 11px;
    padding: 0 5px 0 0;
    float: left;
}
.comprejunto .item .opcoes .loadingattr {
    background: none repeat scroll 0 0 transparent;
    display: none;
    float: left;
    padding-top: 23px;
    position: absolute;
    text-align: center;
}
.comprejunto .boxPreco {
    width: 310px;
    float: left;
}
.comprejunto .wrapPreco {
    border-top: solid 1px #ddd;
    padding: 15px 0 0;
    float: left;
    width: 100%;
}
.comprejunto .parcelas-produto .parcela, .comprejunto .parcela-valor {
    font-weight: 700;
    font-size: 14px;
}
.comprejunto .btnadd {
    height: auto;
    font-size: 18px;
    padding: 0 15px;
    line-height: 2.4;
}
.comprejunto .btnadd i {
    top: 7px;
    left: 12px;
}
.comprejunto .icon_mais {
    text-align: center;
    float: none;
    margin: 0 25px;
    font-size: 40px;
    font-weight: 700;
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    color: #666;
}
@media only screen and (max-width: 767px) {
    .comprejunto {
        display: none;
    }
}
