/*********************
 *
 *  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 {border: 1px#ffffff solid;display: table;margin: 0 auto;}
.product-view .more-views a.active {
    /* border-color: #77b353; */
}
.product-view .more-views a:hover {
    opacity: 0.8;
    border-color: #77b353;
}
.product-view .more-views a.active {
  border: 1px solid #77b353;
}
.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: #7fb353;
    font-size: 13px;
    padding: 0;
    width: auto;
    clear: both;
    margin: 0 0 5px;
    font-weight: 800;
}
#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: 2px solid #77b353;
}
#atributos-principal .cores-lista-atributos li a {
    position: relative;
    width: 35px;
    float: left;
    line-height: 2;
    height: 35px;
    padding: 2px;
    margin: 0;
    border: solid 2px #dededd;
}
#atributos-principal .cores-lista-atributos, #atributos-principal .outros-lista-atributos {
    margin: 0px 0 5px;
    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 {
    position: relative;
    background: #fff;
    display: block;
    cursor: pointer;
    border: solid 2px #dedddc;
    text-align: center;
    padding: 4px 4px;
    font-size: 12px;
    text-decoration: none;
    font-weight: 300;
    min-width: 52px;
    color: #dededd;
    line-height: 37px;
    font-weight: 800;
    position: relative;
}
#atributos-principal .outros-lista-atributos li a.selecionado::after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px 8px 0px 8px;
    border-color: #7fb353 transparent transparent transparent;
    top: 0px;
    display: block;
    right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
}
#atributos-principal .outros-lista-atributos li a:hover {} #atributos-principal .outros-lista-atributos li a.selecionado {
    background: #ffffff;
    color: #77b353;
    text-shadow: none;
    border: 2px solid #77b353;
}
#atributos-principal .outros-lista-atributos li a.desabilitado {
  position: relative;
}
#atributos-principal .outros-lista-atributos li a.desabilitado:hover {
  outline: none;
  cursor: not-allowed;
}
#atributos-principal .outros-lista-atributos li a.desabilitado:before {
  content: "x";
  width: 18px;
  height: 18px;
  line-height: 16px;
  display: inline-block;
  position: absolute;
  background: #fff;
  color: #ccc;
  border: 1px solid #f0f0f0;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  float: right;
  z-index: 9;
  top: -10px;
  right: -5px;
  font-weight: 400;
}
#atributos-principal .outros-lista-atributos li a[data-status*="desabilitado"] {
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: not-allowed;
}
#atributos-principal .outros-lista-atributos li a[data-status*="desabilitado"].desabilitado {
  opacity: 1 !important;
}

#atributos-principal .cores-lista-atributos li a.desabilitado {
  position: relative;
}
#atributos-principal .cores-lista-atributos li a.desabilitado:before {
  content: "x";
  width: 18px;
  height: 18px;
  line-height: 16px;
  display: inline-block;
  position: absolute;
  background: #fff;
  color: #ccc;
  border: 1px solid #f0f0f0;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  float: right;
  z-index: 9;
  top: -10px;
  right: -5px;
  font-weight: 400;
}
#atributos-principal .cores-lista-atributos li a[data-status*="desabilitado"] {
  position: relative;
}
#atributos-principal .cores-lista-atributos li a[data-status*="desabilitado"] span {
  cursor: not-allowed;
}
#atributos-principal .cores-lista-atributos li a[data-status*="desabilitado"]:hover {
  border-color: #ebebeb;
}

#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: 0;
    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 img {
    display: block;
    border: solid 2px #f4f3f3;
    margin: 0 5px 0 0;
    width: 30px;
    height: 30px;
    float: left;
    border-radius: 0;
    transition: 0.3s all ease;
}
.block-layered-nav .filtro-cor span:hover,
.block-layered-nav .filtro-cor img:hover {
    border-color: #ef343b;
}
/*********************
 *
 *      FRETE
 *
 **********************/

#freteproduto {
    float: left;
    margin: 0 0 10px;
    width: 100%;
    padding: 20px 0;
}
#freteproduto .containerFrete {
    width: 100%;
}
#freteproduto .iconFrete {
    float: left;
    margin: 0px 5px 0 0;
}
#freteproduto h1 {
    font-size: 11px;
    margin: 0;
    font-weight: 700;
    color: #333;
    line-height: 1.2em;
    float: left;
    width: 100%;
    font-weight: 500;
    color: #838383;
    text-transform: uppercase;
    max-width: 200px;
}
.frete-label {
    min-width: 200px;
}
.frete-input-cell {
    padding-right: 5px;
    width: 100%;
}
#freteproduto label {
    font-size: 12px;
    margin: 0 5px 0 0;
    float: left;
    color: #999999;
}
#freteproduto a.cell {
    font-size: 11px;
    margin: 0;
    clear: both;
    color: #000000;
    white-space: nowrap;
    vertical-align: bottom;
    text-indent: 10px;
}
#freteproduto a:hover {
    text-decoration: underline;
}
.product-shop #postcode {
    float: left;
    font-size: 15px;
    font-weight: 400;
    height: 30px;
    margin: 0;
    padding: 5px;
    text-align: center;
    text-indent: 0;
    letter-spacing: 1px;
    width: 100%;
    border: solid 1px #ccc;
    color: #111;
    clear: none;
    font-family: 'Ubuntu';
}
#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: #000000;
    text-shadow: none;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Ubuntu';
    font-size: 16px;
}
#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;
    color: #d82229;
}
#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;
}
.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: 495px;
    overflow: hidden;
}
#banner-top.owl-carousel .owl-nav {
    display: table;
    max-width: 1170px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    z-index: 9;
}
#banner-top.owl-carousel .owl-dots {
    display: table;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    z-index: 9;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1%;
}
#banner-top.owl-carousel .owl-dots .owl-dot {
    padding: 3px;
    background: none;
    margin: 3px;
    display: inline-block;
    border-radius: 30px;
    width: 16px;
    height: 16px;
    border: 2px solid #FFF;
    background: #FFF;
    box-shadow: 0 1px 2px #4B3F48;
}
#banner-top.owl-carousel .owl-dots .owl-dot.active {
    background: #69ab41;
}
#banner-top.owl-carousel .owl-dots .owl-dot span { 
    color: #867a7a; 
    font-size: 16px; 
    line-height: 23px;
    text-align: center;
}
#banner-top.owl-carousel .owl-dots .owl-dot.active span { 
    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: 93%;
    height: 1em;
    position: relative;
    top: 0.6em;
    margin: 9px 0 35px;
}
.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: 6px;
    position: absolute;
    font-size: 0;
    top: 0;
}
.jslider .jslider-bg .l {
    width: 50%;
    left: 0;
    background: #dfdbdb;
}
.jslider .jslider-bg .r {
    width: 50%;
    left: 50%;
    background: #dfdbdb;
}
.jslider .jslider-bg .v {
    position: absolute;
    width: 60%;
    left: 20%;
    top: 0;
    height: 6px;
    background: #6bad44;
}
.jslider .jslider-pointer {
    width: 18px;
    height: 18px;
    background: white;
    border: 3px #77b353 solid;
    position: absolute;
    left: 20%;
    top: -6px;
    margin-left: -6px;
    cursor: w-resize;
    cursor: hand;
    border-radius: 50%;
}
.jslider .jslider-pointer-hover {
    background-position: -20px -40px;
}
.jslider .jslider-pointer-to {
    left: 80%;
}
.jslider .jslider-label {
    font-size: 12px;
    color: black;
    opacity: 0.4;
    white-space: nowrap;
    padding: 0px 2px;
    position: absolute;
    top: 22px;
    left: 0px;
    line-height: 1em;
}
.jslider .jslider-label-to {
    left: auto;
    right: 0;
}
.jslider .jslider-value {
    font-size: 13px;
    white-space: nowrap;
    padding: 1px 2px 0;
    position: absolute;
    top: 20px;
    left: 20%;
    background: white;
    line-height: 1em;
    border-radius: 2px;
    color: #919090;
    font-weight: 500;
}
.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;
    border: 1px #ebebeb solid;
    border-left: none;
    border-right: none;
    display: none;
}
.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;
    padding: 0 40px;
}
.owl-marcas .owl-wrapper {
    display: table !important;
    vertical-align: middle;
}
.owl-marcas .owl-item {
    text-align: center;
    display: inline-table;
    float: none;
    vertical-align: top;
}
.owl-marcas a {
    padding: 0 15px;
    margin: 0 auto;
    height: 60px;
    float: none;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
    transition: 0.3s all ease;
}

.owl-marcas a:hover {
-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter:transparent; /* IE 6-9 */
}


.owl-marcas img {
    max-height: 60px;
    width: auto !important;
    margin: auto;
}
.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;
    }
}
