/*********************
 *
 *  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;
}
.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:hover {
    opacity: 0.8;
}
.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 h3 {
    /* color: #999; */
    /* font-size: 13px; */
    /* padding: 0; */
    /* width: auto; */
    /* clear: both; */
    /* margin: 0 0 5px; */
    margin: 0;
    font-family: Lato;
    font-size: 12px;
    width: 100%;
    text-align: center;
}
#atributos-principal .error-msg {
    padding: 15px 15px 15px 55px !important;
    background-position: 15px center !important;
    bottom: 85px;
    position: absolute;
    width: 280px;
}
#atributos-principal .cores-lista-atributos li {
    margin: 0 2px;
    float: left;
    list-style: none;
}
#atributos-principal .cores-lista-atributos li a.desabilitado{
display: none;
}
#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: 2px solid #000;
    padding: 1px;
}
#atributos-principal .cores-lista-atributos li a {
    width: 30px;
    float: left;
    line-height: 2;
    height: 30px;
    /* padding: 2px; */
    margin: 0;
    border: solid 1px #959595;
}
#atributos-principal .cores-lista-atributos, #atributos-principal .outros-lista-atributos {
    margin: 1px;
    float: left;
    width: 100%;
    clear: both;
    list-style: none;
}
#atributos-principal .outros-lista-atributos li {*
    float: left;
    display: inline-block;
    margin-right: 1px;
    margin-bottom: 0;
    margin: 0 1px;
}
#atributos-principal .outros-lista-atributos li a {
    background: #fff;
    display: block;
    cursor: pointer;
    /* box-shadow: 0 1px 3px #999; */
    border: solid 1px #dedddc;
    text-align: center;
    padding: 5px 5px;
    font-size: 12px;
    text-decoration: none;
    font-weight: 300;
    min-width: 30px;
    height: 30px;
    /* margin: 0; */
}
#atributos-principal .outros-lista-atributos li a:hover {} #atributos-principal .outros-lista-atributos li a.selecionado {
    background: #000;
    color: #fff;
    text-shadow: none;
}
#atributos-principal .outros-lista-atributos li a.desabilitado {
    background-size: 100% 100%;
    color: #333;
    opacity: 0.2;
    display:none;
}
#atributos-principal .outros-lista-atributos li a.desabilitado:hover {
    outline: none;
    cursor: default;
}
#atributos-principal .div_oculta {
    display: none;
}

#atributos-principal .containerAtributo {
    display: inline-block;
    margin: 0 10px 0 0;
}
.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 .filtro-cor {
    display: flex;
    width: 100%;
    margin: 0;
    clear: both;
}
.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 5px 0 0;
    width: 22px;
    height: 22px;
    float: left;
    border-radius: 4px;
}
.block-layered-nav .filtro-cor a:hover {}
/*********************
 *
 *      FRETE
 *
 **********************/

#freteproduto {
    float: left;
    margin: 0 0 10px;
}
#freteproduto .containerFrete {
    float: left;
    width: 180px;
}
#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 label {
    font-size: 12px;
    line-height: 1.8;
    margin: 0 5px 0 0;
    float: left;
}
#freteproduto a {
    font-size: 11px;
    margin: 0;
    float: left;
    clear: both;
    color: #999;
}
#freteproduto a:hover {
    text-decoration: underline;
}
.product-shop #postcode {
    float: left;
    font-size: 15px;
    font-weight: 700;
    height: 30px;
    margin: 0 5px 5px 0;
    padding: 5px;
    text-align: center;
    text-indent: 0;
    letter-spacing: 1px;
    width: 99px;
    border: solid 1px #ccc;
    color: #111;
    clear: none;
    border-radius: 5px;
}
#postcode {
    clear: both;
    width: 100px;
    font-size: 16px;
    margin: 0 5px 0 0;
    font-weight: bold;
    text-align: center;
}
#freteproduto button.rate-button {
    text-align: center;
    line-height: 1.5;
    font-size: 10px;
    float: left;
    cursor: pointer;
    height: 30px;
    padding: 0 10px;
    margin: 0;
    background: #02b4d2;
    text-shadow: none;
    color: #fff;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
}
#freteproduto button.rate-button:hover {
    opacity: 0.8;
}
input#postcode:invalid {
    box-shadow: none;
}
#shipping-rates {
    clear: both;
    display: block;
    float: left;
    margin: 0;
}
#shipping-rates .price {
    font-size: 13px;
    font-weight: bold;
}
#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: arial, sans-serif;
}
.div-shipping {
    background: #fff0f0;
    border: 1px solid #ff0000;
    padding: 10px;
}
.error-shipping {
    color: #ff0000;
}
.attrshipping {
    display: none !important;
}
/*****************
 *
 *  BANNER
 *
 *****************/

#banner-top {
    display: inline !important;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 0;
    max-height: 670px;
    overflow: hidden;
    position: relative;
}

#banner-top > div.owl-controls > div.owl-nav {
    display: none;
}

#banner-top > div.owl-controls > div.owl-dots {

/* border: 1px solid red; */width: 100%;/* height: 40px; */position: absolute;bottom: 13px;text-align: center;/* vertical-align: middle; */}

#banner-top > div.owl-controls > div.owl-dots > div.owl-dot {width: 13px;height: 13px;border: 2px solid #fff;display: inline-block;border-radius: 50%;margin-right: 10px;/* text-align: center; */box-shadow: 1px 1px 2px #646464;background: #646464;}


#banner-top > div.owl-controls > div.owl-dots > div.owl-dot.active {
    background-color: #fff;
} 

.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%;
    background: white;
    line-height: 12px;
    border-radius: 2px;
}
.jslider .jslider-value-to {
    left: 80%;
}
.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: 93%;
    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;
    position: relative;
    top: -50px;
    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 {
    width: 100%;
    margin-bottom: 0;
    padding: 40px 270px 2px;
    display: inline-block;
    text-decoration: none;
    color: #020202;
    font-size: 10px;
    border: none;
    font-family: Lato;
    text-transform: uppercase;
    text-align: center;
}

.comprejunto .titleBar h3:before {
    content: "";
    width: 21%;
    margin-left: 23%;
    border-top: 1px solid red;
    position: absolute;
    margin-top: 8px;
    left: 0;
}

.comprejunto .titleBar h3:after {
    content: "";
    width: 21%;
    margin-right: 23%;
    border-top: 1px solid red;
    position: absolute;
    margin-top: 8px;
    right: 0;
}

.formcomprejunto {
    float: left;
}
.comprejunto .product {
    position: relative;
    width: 100%;
    padding: 0 10px;
    clear: both;
    margin: auto;
    float: left;
    display: table;
}

.comprejunto .container-produto img {
    float: left;
}
.comprejunto .container-produto .info-cj {
    float: left;
}

.comprejunto .container-produto .info-cj .box-opcao {
    display: inline-block;
    min-height: 180px;
    width: 100%;
}

.comprejunto .info-cj h2 {
    padding: 0;
    clear: both;
    margin: 2px 0;
    font-size: 10px;
    font-weight: normal;
}

.comprejunto .item {
    float: left;
    width: 100%;
    border-top: solid 1px #ddd;
    margin: 0 0 20px;
    height: auto;
    padding: 40px 0 0 0;
}
.comprejunto .item:first-child {
    border: none;
}

.comprejunto .btn-comprar-cj {
    position: absolute;
    bottom: 0;
    padding: 11px 42px;
    text-transform: uppercase;
    color: white;
    text-align: center;
    font-weight: bold;
    background: rgb(0, 0, 0);
}

.comprejunto .btn-comprar-cj:hover {
    opacity: 0.7;
}

.comprejunto .container-produto label {
    margin: 10px 0;
    width: 100%;
    display: block;
}

.comprejunto .container-produto select {
    width: 100%;
}

.comprejunto .item a.produto {
    float: left;
    display: inline-block;
    width: 100%;
}
.comprejunto .container-produto {
    width: calc(100% - 10px);
    float: left;
    display: table;
    margin: 0 auto;
}
.comprejunto .item a.produto img {
    width: 100%;
    max-width: 240px;
}
.comprejunto .item .opcoes {
    float: none;
    padding: 2px 10px;
    min-height: 285px;
    height: 100%;
    border: 1px solid #D7D7D7;
    text-align: center;
    margin: auto;
    display: flex;
}
.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;
    display: none;
}
.comprejunto .item .opcoes .novo {
    color: #000;
    float: left;
    margin-top: 20px;
}
.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 .loadingattr {
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.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 .container-produto .price-box .price, .comprejunto .container-produto .price-box del {
    width: 100%;
    display: inline-block;
}
.comprejunto .container-produto .price-box {
    position: absolute;
}
.comprejunto .container-produto .price-box .price {
    font-weight: bold;
}
.comprejunto .btnadd {
    position: relative;
    padding: 10px 15px !important;
    width: 100%;
}

.comprejunto .options-box {
    display: table;
    margin: auto;
}

.comprejunto .mensagem-cj {
    font-size: 20px;
    line-height: 15px;
}

.comprejunto .btnadd i {
    display: none;
}
.comprejunto .icon_mais {
    text-align: center;
    float: none;
    font-size: 50px;
    font-weight: 700;
    display: table-cell;
    vertical-align: middle;
    padding: 0 0px;
    color: #000;
    text-shadow: 2px 0px 2px #000000;
}
@media only screen and (max-width: 767px) {
    .comprejunto {
        display: none;
    }
}
