/*
  Journal - Advanced Opencart Theme Framework
  Version 2.6.7
  Copyright (c) 2016 Digital Atelier
  http://journal.digital-atelier.com/
*/
/******************************
PRODUCT PAGE
*******************************/
.color_options .produto-cor{
    margin: 0 auto;
}



#product .text-free-shipping{
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 29px;
    margin-bottom: 23px;
}

.tags a{
    font-size: 16px;
    font-weight: 300;
}

.produtos-cores .owl-prev::before, .produtos-cores .owl-next::before{
    content: '' !important;
    border-right: 4px solid #b1b1b1;
    border-bottom: 4px solid #b1b1b1;
    display: inline-block;
    height: 13px;
    width: 13px;
    top: 7px !important;
    padding: 0 !important;
}

.produtos-cores .owl-buttons>div{
    visibility: hidden;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
}

#product .product-colors > h3{
    font-weight: 400;
}

.color_options .produto-cor{
    height: 90px;
}

.product-page #tabs li{
    list-style: inside;
}

.tablet .tags {
    margin-left: 36px;
}

@media (max-width: 981px) {
    .product-info .left .image-additional a img{
        width: 103px;
        height: 149px !important; 
    }
}

@media screen and (min-width: 981px) {
    #product-gallery-left{
        display: inline-block;
        margin: 10px 0px 0 0;
    }
    
    #product-gallery-left{
        width: 20%;
    }
    
    .product-info .left .image-additional{
        clear: both;
        overflow: hidden;
        position: relative;
        text-align: center;
    }
    
   
    
    .left #product-gallery-left > .carousel.default, .left #product-gallery-left > .carousel.default > .carousel_prod{
        height: auto;
        max-height: max-content !important; 
        
    }
    
    .product-page .carousel_prod{
        min-height: 100%;
    }
    
    .left #product-gallery-left > .carousel.default > .carousel_prod > ul > li{
        margin-bottom: 10px;
        height: 130px;
        min-height: 130px;
        max-height: 130px;
    }
    
    .product-page .product-info .left .image-additional a{
        padding: 0 0 10px 0 !important;
        float: none;
    }
    
    .product-info .left .image-additional a{
        position: relative;
        display: inline-block;
        transition: opacity .2s;
    }
    
    .product-page #product-gallery a img, .product-page #product-gallery-left li a img{
            width: 90px !important;
            height: 130px !important;
    }
    
    .product-info .left .image-additional a img{
            float: left;
    }
    
    
    
    .owl-buttons .owl-prev, .owl-buttons .owl-next {
    width: 40px !important;
    height: 50px !important;
    background: rgb(255, 255, 255, .5) !important;
    position: absolute;
    cursor: pointer;
    z-index: 999999 !important;
    border-radius: unset !important;
    }
}

.produtos-cores .owl-buttons>div::before{
    visibility: visible;
}

.product-info .right > div > .options{
    display: flex !important;
    flex-direction: column;
}

.tabela-medidas-quantidade{
    display: flex;
    order: 1;
    flex-wrap: nowrap;
}

.tabela-medidas-quantidade .input-quantity-product{
    order: 2;
}

#product .product-colors{
    order: 3;
    display: flex;
    flex-direction: column;
}

.product-info .right .options .option:last-of-type{
    order: 2;
    display: flex;
    flex-direction: column;
}

.product-page .form-horizontal .comentario-titulo{
    font-size: 15px;
    font-weight: 600;
    margin-top: 8px;
} 

.product-page .new-review.desktop{
    cursor: pointer;
}

.product-page .form-horizontal{
    margin-top: 36px;
}

.journal-carousel .htabs a, .journal-carousel .htabs.single-tab a:hover,
.product-page .carousel-product .htabs .atab{
    border: none;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0;
}

.product-page .carousel-product .htabs {
    border: none;
}

.product-colors .owl-item{
    cursor: pointer;
}

.color_options .produto-cor.colorSelected{
    border: 2px solid rgb(130,130,130);
}

.color_options .produto-cor.colorSelected a span{
    font-weight: 600;
}

#tab-description div, #tab-description p span,
.product-page .product-tabs.mobile > #tabs >.tab.active .conteudo > div > p > span{
    
}

.product-page .new-review .l1-review{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
}

.product-page .new-review .l1-review > img{
    width: 27px;
    margin-bottom: 7px;
}

.form-horizontal.mobile .review-img, .form-horizontal.desktop .review-img{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 28px;
}

.form-horizontal.mobile .review-img img, .form-horizontal.desktop .review-img img {
    width: 26px;
}

.form-horizontal.mobile .review-img .comentario-titulo, .form-horizontal.desktop .review-img .comentario-titulo {
    font-size: 21px;
    color: black;
    font-weight: 600;
}

 .product-page .new-review span.fa i.fa-star-o::before{
   color: #ffcd77;
}

.product-page .new-review .l2-review{
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.product-page .new-review .l2-review .l3-star{
    width: max-content;
    margin-right: 8px;
}

.product-page .new-review .l2-review .l3-star .fa-stack i {
    transition: transform 0.2s ease;
}

.product-page .new-review .l2-review .l3-star .fa-stack i:hover{
    animation: mexer 0.5s ease;
}

@keyframes mexer {
    0% { transform: rotate(0deg) scale(1); }
    25% { transform: rotate(-15deg) scale(1.1); }
    50% { transform: rotate(15deg) scale(1.2); }
    75% { transform: rotate(-10deg) scale(1.1); }
    100% { transform: rotate(0deg) scale(1); }
  }

.product-page .new-review .l2-review .l3-star span i::before{
    font-size: 20px !important;
}

.product-page .new-review .l2-review .l3-star .fa.fa-star-o,
.product-page .new-review .l2-review .l3-star span.fa.fa-stack{
    margin-right: 3px;
}

.product-page .new-review .l2-review{
    font-size: 16px;
    color: #957a6c;
    font-weight: 500;
    top: 2px;
    position: relative;
}
#product .form-group.cart > div .carrinho-input{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#product .form-group.cart > div .frase-button{
    color: rgb(180,180,180);
    text-align: center;
    font-size: 15px;
    margin-top: 15px;
}

.product-page #product .col-sm-12 > div{
    width: 100%;
}

.product-info .right .cart div .journal-stepper{
    display: none !important;
}

@media screen and (min-width: 601px) {
    @media screen and (min-width: 761px) {
        .product-page #product-gallery a img, .product-page #product-gallery-left li a img {
            width: 90px !important;
            height: 130px !important;
        }
    }
}

.tablet #product-gallery .owl-next:before,
.tablet #product-gallery .owl-prev:before{
        color: black !important;
}

@media only screen and (min-width: 600px) and (max-width: 1366px){
    .product-page .left{
        flex-direction: column;
    }
    
    .product-page #product-gallery{
        display: flex !important;
    }
    
    .product-page #product-gallery-left{
        display: none;
    }
}

@media only screen and (min-width: 500px) and (max-width: 600px){
    .product-page #product-gallery{
        width:100%;
    }
}

@media only screen and (min-width: 380px) and (max-width: 760px){
    #product .text-free-shipping{
        font-size: 13px;
    }
}

@media only screen and (max-width: 380px){
    #product .text-free-shipping{
        font-size: 11px;
    }
}

@media only screen and (max-width: 1025px){
    .product-page .form-horizontal{
        padding: 17px;
    }
}

.product-page .new-review .l1-review .titulo-review{
    width: max-content;
    font-size: 19px;
    color:rgb(42,43,42);
    font-weight: 500;
}

.product-page .new-review .l4-welcome {
    font-size: 17px;
    color:rgb(42,43,42);
    font-weight: 400;
    display:block;
    position: relative;
    text-align:center;
}

@media only screen and (min-width: 500px){
    .product-page .form-horizontal.mobile{
        display: none !important;
    }
    
    .product-page .new-review.mobile{
        display: none !important;
    }
}

@media only screen and (max-width: 500px){
    
    .breadcrumb{
        padding-left: 10px;
        display: flex !important;
        height: max-content;
        align-items: center;
    }
    
    .breadcrumb li:nth-of-type(2) span{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        padding: 0;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        width: 287px;
    }
    
    .tags b{
        font-size: 20px;
        margin-bottom: 12px;
        width: max-content;
        border-radius: 0px !important;
    }
    
    .tags{
        display: flex;
        flex-direction: column;
        width: max-content;
        margin: 0 auto;
        justify-self: center;
        margin-left: 20px !important;
    }
    
    .product-page .form-horizontal.desktop{
        display: none !important;
    }
    
    .product-page .new-review .l1-review > img{
        width: 26px !important;
        margin-bottom: 7px;
    }

     .product-page .new-review .l3-star{
         margin-bottom: 11px;
     }
    
     .product-page .new-review.desktop{
        display: none !important;
    }
    
    #product .list-unstyled.price{
        margin-bottom: 0px;
    }
    .product-page #content .product-info .right .product-colors .control-label{
        display: none ;
    }
    
}

@media only screen and (min-width: 761px){
    .product-page #section-review{
        margin: 10px 0 30px
    }
    .product-page .product-tabs ~.journal-carousel{
        padding:0 10px 0 20px;
    }
    .product-page #content .product-info .right .heading-title,
    .product-page #content .product-info .right #product > * {
        margin-left: 30px;
        padding-left: 0;
    }
    .product-info .right > div > .price{
        display: flex !important;
        flex-direction: column;
    }
}

@media only screen and (min-width: 760px) and (max-width: 981px){
    #product .form-horizontal-product-shipping #nao-sei-meu-cep {
        font-size: 10px !important;
    }
}

@media only screen and (min-width: 981px){
    .product-page #content .product-info .right{
        width: 40%;
    }
    
    .product-info{
        display: flex;
        justify-content: space-between;
    }

    .product-page #product-gallery{
        width: calc(85% - 40px);
    }
}

@media only screen and (min-width: 760px){
    #product .text-free-shipping{
        font-size: 14px;
    }
    .product-page .heading-title.mobile{
        display: none;
    }
    .product-page .review-fav.mobile{
        display: none;
    }
    .product-page .wishlist.mobile{
        display: none;
    }
    .product-page .rating.mobile{
        display: none;
    }
    .product-page #content .product-info .right{
        max-width: 420px;
    }
}

#product.product-options .form-group.cart .buttons button {
    border-radius: 10px;
    height:50px;
}

.product-page #content .product-info .right{
    padding-top: 0px ;
    padding-right: 0px ;
}


.tablet .product-page #product-gallery {
    display: flex !important;
}

.product-info .option > ul > li.selected, .product-info .option > ul > li:hover{
    background-color: rgb(43,42,43);
}

.product-info .right .price  .frase-preco{
    color: rgb(180,180,180);
    font-weight: 300;
    text-transform: lowercase;
    font-size: 18px;
}

.product-info .right #product .price .price-color{
    color: rgb(13, 13, 13);
}

.product-page .div_flex strong{
    color: black;
}

.product-page .div_flex div .fa.fa-stack i:before{
    color: #f1c40f !important;
}

.product-info #product.product-options > ul.description{
    display: none !important;
}

.product-page .right .heading-title{
    line-height: 28px;
}

.product-page #product-gallery .owl-prev:before,
.product-page #product-gallery .owl-next:before{
    font-size: 39px !important;
}

.product-page .left .image .label-sale{
    border-radius: 2px 
}

.product-page .left .image .label-latest{
    right: 16px;
    border-radius: 2px;
}

.product-grid-item .outofstock .hint--top{
    display: none;
}

.product-page .product-info .right #product .list-unstyled.description li.p-model{
    display: block;
}

.product-page #product .col-sm-12 > div{
    position: relative;
}

.product-page #product .col-sm-12 .col-sm-12{
    padding: 10px 0;
}

.product-page .product-info > .right #product .review-fav{
    display: flex;
    align-items:center;
    justify-content: space-between
}

.product-page .product-info > .right #product .wishlist i.icon-heart3::before {
  content: "\e663";
  font-size: 20px;
  color: rgb(190,190,190);
}

.product-page #product .product-colors > h3,
.product-page #product .options .option .control-label,
.product-page #product .control-label,
.product-page #product .qty label{
  font-size: 15px;
  font-weight: 400;
}

.product-page .journal-stepper.down::before{
  content: "\e62e";
}

.product-page .journal-stepper.up::before{
  content: "\e62d";
}

.product-page .journal-stepper{
  width: 40px;
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 5px;
}

#product-gallery .owl-wrapper-outer {
    overflow: hidden;
    margin-bottom: 0; }
  #product-gallery .side-buttons div {
    margin-top: -12px; }
  #product-gallery .owl-pagination {
    display: none; }
  #product-gallery .owl-buttons.side-buttons .owl-next {
    right: 0px; }
  #product-gallery .owl-buttons.side-buttons .owl-prev {
    left: 0px; }
  .product-page #content{
      padding: 0;
  }
  .product-info {
      padding: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    width: 100%; }
    .product-info > div {
      width: 50%;
      float: left; }
    .product-info .left .image {
      padding: 0;
      text-align: left;
      position: relative; }
      
        .flecha-direita,
  .flecha-esquerda{
    display: none;
  }
    .product-info .left .image-additional {
      clear: both;
      overflow: hidden;
      position: relative;
      text-align: center;
      margin-bottom: 25px; }
      .product-info .left .image-additional a {
        position: relative;
        display: inline-block;
        float: left;
        transition: opacity .2s; }
        .product-info .left .image-additional a img {
          
          height: 100%; }
        .product-info .left .image-additional a:hover {
          opacity: .8; }
      .product-info .left .image-additional.image-addtional-grid a {
        width: 20%; }
    .product-info .left .product-tabs, .product-info .left .journal-custom-tab {
      clear: both; }
    .product-info .gallery-text {
      text-align: center;
      padding: 10px 0 0 0;
      color: #5F6874;
      cursor: pointer;
      clear: both; }
      .product-info .gallery-text span {
        display: inline-block;
        position: relative; }
    .product-info .gallery-text:before {
      margin-right: 5px; }
    .product-info .product-sold-count.ps-right {
      display: none; }
    .product-info .right {
      padding-left: 20px; }
      .product-info .right .product-options {
        background-color: transparent;
        overflow: hidden; }
      .product-info .right > div > div, .product-info .right > div > ul {
        position: relative;
        overflow: hidden; }
        .product-info .right > div > div.social, .product-info .right > div > ul.social {
          overflow: visible; }
      .product-info .right .description {
        line-height: 17px; }
        .product-info .right .description .product-views-count {
          float: right; }
        .product-info .right .description span {
          padding-right: 3px; }
        .product-info .right .description .product-sold-count.ps-left {
          padding-right: 1px; }
      .product-info .right .price span {
        position: relative; }
      .product-info .right .price-old {
        font-size: 18px;
        text-decoration: line-through;
        }
      .product-info .right .price-tax {
        font-size: 13px;
        font-weight: normal;
        padding: 4px 0 4px 0;
        display: block; }
      .product-info .right .price .reward {
        display: block;
        font-size: 12px;
        margin: 5px 0;
        font-weight: normal; }
        .product-info .right .price .reward small {
          font-size: inherit; }
      .product-info .right .price .discount {
        font-weight: normal;
        font-size: 11px;
        line-height: 1.4;
        margin-top: 7px; }
      .product-info .right .options h3 {
        height: 35px;
        line-height: 35px;
        background-color: #f4f4f4;
        color: #333745;
        padding-left: 10px;
        margin-bottom: 5px; }
      .product-info .right .options h3 + br {
        display: none; }
      .product-info .right .options.push-select .option b + br, .product-info .right .options.push-image .option b + br, .product-info .right .options.push-checkbox .option b + br, .product-info .right .options.push-radio .option b + br {
        display: none; }
      .product-info .right .options.push-select .option-image li, .product-info .right .options.push-image .option-image li, .product-info .right .options.push-checkbox .option-image li, .product-info .right .options.push-radio .option-image li {
        padding: 0; }
        .product-info .right .options.push-select .option-image li span, .product-info .right .options.push-image .option-image li span, .product-info .right .options.push-checkbox .option-image li span, .product-info .right .options.push-radio .option-image li span {
          display: block; }
          .product-info .right .options.push-select .option-image li span img, .product-info .right .options.push-image .option-image li span img, .product-info .right .options.push-checkbox .option-image li span img, .product-info .right .options.push-radio .option-image li span img {
            margin-right: 0;
            float: left;
            transition: all 0.2s;
            border: 2px solid #A9B8C0; }
            .product-info .right .options.push-select .option-image li span img:hover, .product-info .right .options.push-image .option-image li span img:hover, .product-info .right .options.push-checkbox .option-image li span img:hover, .product-info .right .options.push-radio .option-image li span img:hover {
              border-color: #3F5765; }
        .product-info .right .options.push-select .option-image li.selected span img, .product-info .right .options.push-image .option-image li.selected span img, .product-info .right .options.push-checkbox .option-image li.selected span img, .product-info .right .options.push-radio .option-image li.selected span img {
          border-color: #3F5765; }
      .product-info .right .options .option {
        position: relative;
        display: inline-block;
        padding-bottom: 0px;
        width: 100%;
        margin-bottom: 5px; }
        .product-info .right .options .option label {
          font-weight: normal;
          transition: color .2s; }
        .product-info .right .options .option .required {
          font-size: 20px;
          font-family: Arial !important;
          float: left;
          height: 0; }
        .product-info .right .options .option b {
          font-size: 12px;
          display: block;
          padding: 2px 0 1px 0;
          font-weight: normal; }
          .product-info .right .options .option b:after {
            content: "";
            display: table;
            clear: both; }
        .product-info .right .options .option b + br {
          display: none; }
        .product-info .right .options .option span {
          padding: 3px 3px 3px 0; }
        .product-info .right .options .option input[type='text'], .product-info .right .options .option textarea {
          min-width: 100%; }
      .product-info .right .options .option:last-of-type {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0; }
      .product-info .right .options span.error {
        position: absolute;
        right: 5px;
        padding: 3px 4px 2px 4px; }
      .product-info .right .option-image {
        margin-top: 3px;
        margin-bottom: 10px; }
        .product-info .right .option-image tbody tr td:first-of-type + td {
          width: 50px; }
        .product-info .right .option-image label {
          display: block;
          width: 100%;
          height: auto;
          padding-right: 0; }
        .product-info .right .option-image img {
          margin-right: 5px;
          cursor: pointer; }
      .product-info .right .cart {
        overflow: hidden; }
        .product-info .right .cart div .qty {
          
          display: flex;
          }
         .product-page #product .qty .qtd{
              display: flex;
              margin-left: auto;
              margin-right: 0;
            
            }
            .product-page #product .qty .qtd #input-quantity{
              text-align: center;
            }
       
         
       
     
        .product-info .right .cart div .button, .product-info .right .cart div .button_notify {
          position: relative;
          font-size: 15px;
          display: inline-block;
          }
          .product-info .right .cart div .button.enquiry-button {
            width: 100% !important; }
            
            
          .product-info .right .cart div .button .button-cart-text:before {
            margin-right: 8px;
            transform: scale(.9);
            }
            
            
          .product-info .right .cart div .button .button-cart-text:after {
            line-height: 100%;
            margin-left: 8px; }
        .product-info .right .cart .minimum {
          padding-top: 10px;
          font-size: 12px;
          clear: both; }
      .product-info .right .wishlist-compare {
        padding: 0; }
        .product-info .right .wishlist-compare .links {
          width: 100%;
          clear: both;
          display: block;
          text-align: center;
          padding: 2px 0 4px 0; }
          .product-info .right .wishlist-compare .links a {
            padding: 0 15px;
            border: none;
            color: #428bca;
            font-size: 12px;
            display: inline-block;
            text-align: center;
            line-height: 30px;
            transition: all 0.2s; }
          .product-info .right .wishlist-compare .links a:before {
            position: relative;
            right: 5px;
            font-size: 15px;
            float: left; }
          .product-info .right .wishlist-compare .links span {
            line-height: 24px;
            display: none; }
      .product-info .right .review img {
        top: 2px;
        position: relative;
        margin-right: 7px; }
      .product-info .right .review a {
        position: relative;
        top: -1px; }
      .product-info .right .review .share {
        display: none;
        overflow: auto;
        line-height: normal; }
        .product-info .right .review .share a {
          text-decoration: none; }
    .product-info .option ul {
      list-style: none;
      padding: 0;
      margin: -5px 0 0 0; }
      .product-info .option ul li {
        background-color: white;
        color: #333745;
        font-weight: bold;
        font-size: 13px;
        display: inline-block;
        padding: 0 7px;
        margin: 7px 8px 0 0;
        line-height: 23px;
        cursor: pointer;
        transition: all .2s; }
        .product-info .option ul li span {
          padding: 0 !important; }
    .product-info .tab-content {
      border-radius: 0; }
    .product-info.split-70-30 .left {
      width: 70%; }
    .product-info.split-70-30 .right {
      width: 30%; }
      .product-info.split-70-30 .right .cart div .qty {
        width: 100%;
        margin-bottom: 10px; }
      .product-info.split-70-30 .right .cart div .button {
        width: 100%; }
    .product-info.split-60-40 .left {
      width: 60%; }
    .product-info.split-60-40 .right {
      width: 40%; 
     
    }
    .product-info.split-40-60 .left {
      width: 40%; }
    .product-info.split-40-60 .right {
      width: 60%; }
    .product-info.split-30-70 .left {
      width: 30%; }
    .product-info.split-30-70 .right {
      width: 70%; }
  
  .push-checkbox .checkbox,
  .push-checkbox input[type="checkbox"],
  .push-checkbox input[type="checkbox"] + label,
  .push-checkbox input[type="checkbox"] + label + br {
    display: none !important; }
  
  .push-select select {
    display: none !important; }
  
  .push-radio .radio,
  .push-radio input[type="radio"],
  .push-radio input[type="radio"] + label,
  .push-radio input[type="radio"] + label + br {
    display: none !important; }
  
  table.option-image input[type="radio"],
  table.option-image input[type="radio"] + label,
  table.option-image input[type="radio"] + label + br {
    display: inherit !important; }
  
  .push-image .option-image .radio,
  .push-image .option-image input[type="radio"],
  .push-image .option-image input[type="radio"] + label,
  .push-image .option-image input[type="radio"] + label + br {
    display: none !important; }
  .push-image table.option-image {
    display: none !important; }
  
  .oc2 .product-info .option ul {
    margin: 0; }
    .oc2 .product-info .option ul li {
      margin: 0 8px 0 0; }
  
  .ie .product-info .right .cart div input[name=quantity] {
    line-height: 100%; }
  
  .social {
    margin-bottom: 20px;
    padding: 7px 8px 10px 0;
    min-height: 40px;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 20px; }
    .social span {
      min-height: 20px !important;
      display: block;
      float: left;
      overflow: hidden; }
  
  .left .social {
    margin-top: 10px;
    padding: 10px; }
  
  .social-loaded {
    background-color: inherit;
    display: table;
    min-height: 22px; }
  
  .attribute {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4; }
    .attribute thead td, .attribute thead tr td:first-child {
      color: #333745;
      font-size: 14px;
      background: #f4f4f4;
      text-align: left; }
    .attribute tr td:first-child {
      text-align: center;
      width: 20%; }
    .attribute td {
      padding: 7px;
      color: #333745;
      text-align: center;
      vertical-align: top;
      border-right: 1px solid #E4E4E4;
      border-bottom: 1px solid #E4E4E4; }
  
  ul.product-option {
    padding: 0; }
  
  /******************************
  PRODUCT TABS
  *******************************/
  input[name='captcha'] {
    width: 150px;
    margin: 10px 0; }
  
  .tab-content img {
    max-width: 100%;
    height: auto; }
  
  #tab-description div,
  #tab-description p {
    margin-bottom: 10px; }
  
  #tab-description h3 {
    padding-left: 0;
    margin-bottom: 3px; }
  
  #tab-description ul li {
    margin-bottom: 5px; }
  
  #tabs {
    overflow: hidden;
    list-style: none;
    display: block;
    margin: 0;
    padding: 0; }
    #tabs li:last-of-type {
      border-radius: inherit; }
    #tabs li, #tabs a {
      float: left; }
  
      #tabs a:last-of-type, #tabs li a:last-of-type {
        border-top-right-radius: inherit; }
  
  #tabs a, #tabs li a {
    padding: 0 8px;
    text-align: center;
    text-decoration: none;
    transition: all .2s;
    box-shadow: inset 0 -3px 6px -2px rgba(0, 0, 0, 0.5); }
  
  #tabs a.selected,
  #tabs li.active a {
    background-color: #f4f4f4;
    box-shadow: none;
    color: #333745; }
  
  .tab-content {
    padding: 15px;
    background-color: #f4f4f4;
    margin-bottom: 20px;
    z-index: 2;
    overflow: auto; }
    .tab-content p {
      margin-bottom: 0; }
  
  .journal-custom-tab h3, .tab-content h3 {
    padding-bottom: 4px; }
  
  .product-info .left .journal-custom-tab {
    margin-top: 15px;
    overflow: hidden; }
  
  .tab-related, #tab-related {
    display: none !important; }
  
  #content .related-products .box-product {
    padding-top: 0; }
  #content .related-products .box-heading {
    margin-bottom: 20px; }
  
  .tab-content ul li,
  .cms-blocks ul li,
  .journal-custom-tab ul li {
    margin-left: 30px; }
  
  /******************************
   REVIEW
  *******************************/
  .review-list {
    background-color: transparent;
    padding: 10px;
    overflow: auto;
    margin-bottom: 20px;
    border: 1px solid #E4E4E4; }
    .review-list .text {
      padding: 10px;
      padding-top: 0;
      line-height: 1.3;
      clear: both; }
    .review-list .author {
      padding: 5px;
      font-weight: bold;
      border-bottom: 1px solid #E4E4E4;
      display: inline-block;
      color: #333; }
    .review-list .author b {
      font-size: 15px;
      font-weight: bold;
      color: #5C8BA6; }
    .review-list .rating {
      float: right;
      margin-bottom: 20px; }
  
  #content #review-title {
    color: white;
    margin-bottom: 15px;
    height: auto; }
  
  #tab-review {
    position: relative;
    padding: 20px;
    padding-bottom: 0; }
    #tab-review .buttons {
      margin: 0;
      padding: 0 0 20px 0;
      border-width: 0; }
      #tab-review .buttons .right, #tab-review .buttons .pull-right {
        float: left; }
      #tab-review .buttons .pull-right {
        margin: 10px 0 0 10px; }
  
  .oc2 #tab-review .form-group label {
    width: auto;
    padding: 0; }
  .oc2 #tab-review input[name='captcha'] {
    display: block;
    clear: both;
    margin-left: 10px;
    margin-bottom: 0; }
  .oc2 #tab-review .buttons .pull-right {
    margin: 10px 0 0 0; }
  
  .g-capthca {
    background-image: url("../../../../../image/data/journal2/loader.gif");
    background-repeat: no-repeat; }
  
@media only screen and (min-width: 760px) {
    .product-page .left .image .label-sale{
        left: 10px;
        right: unset !important;
        top: 4px;
        margin-top: unset !important;
     }
     
    #product.product-options .form-group.cart .buttons{
        width: 100%;
    }

    .form-horizontal-product-shipping .col-sm-12 .col-sm-12 input#input-postcode{
        width: 42%;
    }
      
    .product-page .tabela-quantidade{
        display: flex;
        justify-content: space-between;
    }
      
    #content .g-capthca {
      margin-left: 25%; } }
  /******************************
   TAGS
  *******************************/
  .tags {
    margin-left: 0;
    color: transparent;
    margin-bottom: 15px; }
  
  .tags b {
    padding: 2px 6px 3px 6px;
    background-color: #5F6874;
    color: white;
    margin-right: 5px;
    font-weight: normal; }
  
  .tags a {
    margin-left: 0;
    padding: 2px 6px 3px 6px;
    background-color: #f4f4f4;
    color: #333745;
    display: inline-block;
    margin-bottom: 5px;
    transition: all 0.2s; }
  
  /******************************
  PRODUCT LABELS
  *******************************/
  .product-grid-item .image > span, .product-list-item .image > span, .product-info .image > span {
    position: absolute;
    z-index: 99;
    text-align: center;
    display: block;
    transition: opacity .2s; }
  
  .label-latest {
    color: white;
    background: #428bca;
    top: 5px;
    right: 5px;
    padding: 5px 6px; }
  
  .label-sale {
    top: 5px;
    right: 5px;
    background: #EA2E49;
    color: white;
    font-weight: bold;
    padding: 5px 5px 6px 5px; }
  
  .label-latest + .label-sale {
    top: 26px;
    margin-top: 9px; }
  
  img.outofstock {
    transition: opacity .2s;
    pointer-events: none; }
  
  .ie9 .label-sale b {
    display: inline-block;
    width: 110%; }
  
  .hide-cart .cart.outofstock .button {
    opacity: .4;
    pointer-events: none;
    cursor: default; }
  .hide-cart .cart.outofstock .button.enquiry-button,
  .hide-cart .cart.outofstock #more-details {
    opacity: 1;
    cursor: auto;
    pointer-events: auto; }
  .hide-cart td.outofstock > .btn-primary, .hide-cart td img.outofstock {
    opacity: .4;
    pointer-events: none;
    cursor: default; }
  
  .enquiry-button .button i {
    margin-right: 0 !important; }
  
  /******************************
   QUICKVIEW
  *******************************/
  .noscroll {
    margin: 0 !important;
    overflow-y: scroll !important;
    position: fixed;
    display: block;
    width: 100%; }
    .noscroll body {
      display: inline-table;
      width: 100%; }
  
  .noscroll.has-popup body {
    display: block; }
  
  .quickview-button {
    position: absolute;
    z-index: 99;
    left: 50%;
    margin-left: -45px;
    top: 50%;
    margin-top: -20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s; }
  
  .quickview-button {
    -webkit-backface-visibility: hidden; }
  
  .product-wrapper:hover .quickview-button, .product-list-item:hover .quickview-button {
    opacity: 1;
    visibility: visible; }
  
  .quickview {
    /* animate in */
    /* animate out */ }
    .quickview body {
      background-color: transparent;
      background-image: none; }
    .quickview .mfp-iframe {
      background-color: white; }
    .quickview #container {
      min-height: 100%;
      background-color: white; }
    .quickview #content {
      padding: 15px 15px 5px 15px; }
      .quickview #content:after {
        content: "";
        display: none; }
    .quickview .heading-title {
      margin-bottom: 15px; }
    .quickview .mfp-iframe-holder .mfp-content {
      max-width: 800px;
      height: 530px; }
    .quickview .tab-content {
      background-color: transparent; }
    .quickview .product-info {
      margin-bottom: 15px; }
      .quickview .product-info .right {
        padding-left: 15px; }
        .quickview .product-info .right .cart {
          display: table;
          overflow: visible;
          width: 100%; }
      .quickview .product-info .left .image-additional {
        margin-bottom: 5px; }
      .quickview .product-info .left .tab-content {
        margin-top: 15px;
        margin-bottom: 0; }
    .quickview #button-cart {
      width: 50%;
      float: left; }
    .quickview #more-details {
      width: 40px;
      height: 40px;
      float: right; }
    .quickview .cart [data-hint]:before {
      display: block;
      margin-left: -6px; }
    .quickview .cart [data-hint]:after {
      display: block;
      left: auto;
      right: 0;
      text-shadow: none;
      box-shadow: none;
      line-height: 100%; }
    .quickview .mfp-iframe, .quickview .journal-popup {
      opacity: 0;
      transition: all 0.2s ease-in-out;
      -webkit-transform: scale(0.7);
      -moz-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7); }
    .quickview.mfp-bg {
      opacity: 0.01;
      transition: all 0.2s ease-out; }
    .quickview.mfp-ready .mfp-iframe, .quickview.mfp-ready .journal-popup {
      opacity: 1;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .quickview.mfp-ready.mfp-bg {
      opacity: 0.75; }
    .quickview.mfp-removing .mfp-iframe, .quickview.mfp-removing .journal-popup {
      -webkit-transform: scale(0.7);
      -moz-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7);
      opacity: 0; }
    .quickview.mfp-removing.mfp-bg {
      opacity: 0; }
    .quickview .zm-viewer, .quickview .zm-handler {
      cursor: default; }
  
  .mfp-bg {
    z-index: 9999999; }
  
  .mfp-wrap {
    z-index: 99999999; }
  
  /******************************
   CLOUD ZOOM
  *******************************/
  .zm-viewer {
    position: absolute;
    display: none;
    overflow: hidden;
    background: url("../lib/image-zoom/loading.gif") no-repeat center center;
    cursor: pointer;
    z-index: 999; }
  
  .zm-handler {
    position: absolute !important;
    display: none;
    overflow: hidden;
    cursor: pointer;
    border: none !important; }
  
  .zm-handlerarea {
    background: url("../lib/image-zoom/lens.png");
    opacity: .9;
    position: relative; }
  
  .zm-description {
    position: absolute;
    bottom: 6px;
    left: 6px;
    right: 6px;
    background-color: #eee;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    padding: 4px; }
  
  .followViewer, .standardViewer {
    border: 2px solid #fefefe;
    border: 4px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
  
  /******************************
  OC2
  *******************************/
  .oc2 .list-unstyled {
    margin-top: 0;
    padding: 0;
    list-style: none;
    border: 0; }
 
  .oc2 .product-info .right .options .option div label:before {
    display: none; }
  .oc2 .product-info .right .options .option .input-group-btn {
    padding: 0; }
  .oc2 .product-info .right .options .option label {
    display: block; }
  
  .oc2 .rating .fa-star {
    color: #f1c40f; }
  .oc2 .rating .fa-star + .fa-star-o {
    color: #f1c40f; }
  .oc2 .rating .fa-star-o {
    color: #5F6874; }
  .oc2 .rating a {
    position: relative;
    top: -1px; }
    .oc2 .rating a:first-of-type {
      margin-left: 10px; }
  .oc2 #tabs {
    margin-top: 20px; }
  .oc2 .tab-content {
    display: none; }
    .oc2 .tab-content.active {
      display: block; }
    .oc2 .tab-content #captcha {
      margin-left: 10px; }
  .oc2.quickview .tab-content {
    display: block; }
  .oc2 .product-info .left .tabs-content .journal-custom-tab {
    border-radius: inherit;
    border-top-width: inherit;
    margin-top: 0; }
  .oc2 #tab-review .form-group {
    font-size: 12px; }
  .oc2 #tab-review input[type='radio'],
  .oc2 #tab-review input[type='checkbox'] {
    margin: 4px 0 0; }
  .oc2 #tab-review form table td > p {
    margin: 10px 0; }
  .oc2 #tab-review form table td:first-of-type {
    width: 50px !important;
    padding-right: 10px; }
  .oc2 #tab-review .fa-stack-1x, .oc2 #tab-review .fa-stack-2x {
    width: auto; }
  .oc2 #tab-review .fa-stack {
    width: auto;
    height: auto;
    line-height: 100%;
    padding: 0 8px;
    display: inline-block;
    margin-bottom: 20px; }
  .oc2 #tab-review .fa-star {
    color: #f1c40f; }
  .oc2 #tab-review .fa-star + .fa-star-o {
    color: #f1c40f; }
  .oc2 #tab-review .fa-star-o {
    color: #5F6874; }
  .oc2 #tab-review a {
    position: relative;
  }
  .oc2 .attribute strong {
    font-weight: inherit; }

.color_options {
    display: flex;
}

.color_options .produto-cor span{
    margin-top: 4px;
}

.color_options .produto-cor {
    width: max-content;
    
    padding: 10px;
    font-weight: 500;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 2px;
    border-radius: 6px;
    padding-top: 13px;
    justify-content: center;
    height: max-content;
    min-height: 105px;
    display: flex;
}

.color_options .produto-cor a img{
    margin: 0px auto;
    width: 99px;
    border-radius: 27px;
}

.produtos-cores .produto-cor a{
    display: flex;
}
   
.produtos-cores .produto-cor a{
    flex-direction: column;
    height: max-content;
    align-items: center;
}
  
.produtos-cores .produto-cor a .color-name-product{
    text-align: center;
    color: rgb(41,31,31);
}

.oc2 .product-info .option ul li{
    padding: 0;
 }
 
.color_options .produto-cor a div{
    height: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    width: 32px;
    margin-bottom: 7px;
}
  
.oc2 .product-info .option ul li span {
    height: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    width: 40px;
}
#product.instock .sem-estoque{
    display: none;
}
#product .required .control-label::before{
    display: none;
}
#product.outofstock #estimate-shipping-h3,
#product.outofstock #button-cart,
#product.outofstock #button-cart-add,
.product-page > body > div > div.container > .row > .product-page-content#content > .row > .right > #product.outofstock .form-group.cart .qty,
#product.outofstock .form-horizontal.form-horizontal-product-shipping{
    display: none !important;
}

button.sem-estoque{
    font-size: 15px;
    background-color: rgb(245,245,245);
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 2px 2px 2px 2px rgb(200,200,200);
}
#product .form-horizontal-product-shipping  .col-sm-12 .control-label{
    line-height: 20px;
    padding: 0;
    font-weight: 500;
    font-size: 15px;
}

.form-horizontal-product-shipping .control-label{
    display: flex;
}

.form-horizontal-product-shipping .control-label img{
    width: 24px;
    margin-right: 8px;
    height: 24px;
}

.form-horizontal-product-shipping .col-sm-12 .col-sm-12{
    width: 100%;
    position: relative;
 }
 
 .form-horizontal-product-shipping .col-sm-12 .col-sm-12 input#input-postcode{
    height: 46px;
    border: 1px solid #2c5c5c;
    box-shadow: none;
    border-right: none;
  }
  
  #product .form-horizontal-product-shipping  #nao-sei-meu-cep {
    font-weight: 500;
    font-size: 12px;
    margin-top:10px;
    display: block;
    width: max-content;
    color: rgb(150,150,150);
    margin: 0 0 0 auto;
    text-decoration: underline;
  }
  .form-horizontal-product-shipping .col-sm-12 .col-sm-12 .button.disabled{
      font-size: 11px !important;
  }
  
  .form-horizontal-product-shipping .col-sm-12 .col-sm-12 button#button-quote{
    background-color:rgb(43,42,43);
  }
  .form-horizontal-product-shipping .col-sm-12 .col-sm-12 button#button-quote:hover{
    background-color: rgb(80, 80, 80);
    color: rgb(255,255,255);
  }
  .form-horizontal-product-shipping .col-sm-12 .col-sm-12 button#button-quote{
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    padding: 0 15px;
    font-size: 13px;
    height: 46px;
    border-radius: 0;
    margin:0;
    }
    
.product-page #product .col-sm-12 > div{
    display: flex;
}

#product .form-horizontal-product-shipping #nao-sei-meu-cep{
     align-content: center;
}

.link-outras-formas-pagamento{
    font-weight: 400;
}

#product.product-options .form-group.cart .buttons button{
    width: 100%;
    display: flex;
    padding:4px 0 0;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
#product.product-options .form-group.cart .buttons {
    display: flex;
    background-color: transparent;
    
    padding: 0;
    margin: 0;
}
#product.product-options .form-group.cart .buttons button span{
    width: max-content;
    display: flex !important;
    align-items: center;
}
#product.product-options > div{
    border: none;
}
#product.product-options .form-group.cart .buttons button img{
    height: 24px;
}
#product .tabela-medidas button img{
     object-fit: cover;
    height: 20px;
    object-position: 0 0px;
    margin-right: 10px;
}
#product .tabela-medidas button:hover img{
    filter: invert(1);
}
 #product .tabela-medidas button > .tabela-nome{
    color: rgb(157,157,157);
}
#product .tabela-medidas button:hover > .tabela-nome{
    color: rgb(255,255,255);
}
#product .tabela-medidas button:hover{
    background-color: rgb(30,30,30);
}

.tabela-medidas-quantidade .tabela-quantidade .tabela-medidas{
    width: 100%;
}

.tabela-medidas-quantidade .tabela-quantidade{
    width: calc(100% - 60px);
}

.tabela-medidas-quantidade {
    width: 100%;
    max-width: 300px;
}

.form-horizontal-product-shipping .col-sm-12 .col-sm-12 button#button-quote{
    width: 7rem; 
    min-width: 7rem;
}

#product .tabela-medidas button {
    font-size: 13px;
    font-family: 'Outfit';
    cursor: pointer;
    color: rgb(150,150,150);
    font-weight: 500;
    display: flex;
    border-radius: 5px;
    border: 1px solid rgb(218 218 218);
    line-height: 2;
    width: 194px;
    align-items: center;
    justify-content: center;
    height: 39px;
}

#product .review-fav .rating > div{
    display: flex;
    align-items: center;
}

#product .review-fav .rating > div > div span,
#product .review-fav .rating > div > div span i{
    position: relative;
    width: max-content;
    line-height: 1;
    height: max-content;
}

#product .review-fav .rating > div > div{
    display: inline-flex;
    justify-content: space-around;
    width: 30%;
}

.product-page .product-info > .right #product .review-fav .rating.desktop{
    width: 100%;
}

#product .review-fav .rating .fa-star-o{
    color: #5F6874 !important;
}
  #product .review-fav .rating span.fa i.fa-star-o::before {
    content: "\f005" !important;
    color: rgb(210,210,210);
}
#product .review-fav .rating div div span{
    margin-left: 5px;
}
#product .review-fav .rating span.num-coments{
    font-weight: 600;
    margin-right: 8px;
}
#product .review-fav .rating button b{
    color: black;
    font-size: 10px;
    margin-right: 3px;
}
  #product .review-fav .rating button{
    margin-left: 8px;
    display: inline-flex;
    align-items: center;
    font-family: 'Montserrat';
    font-weight: 500;
    color: rgb(160,160,160);
  }
  #product .review-fav .rating span.fa-stack i {
     font-size: 14px;
  }
  .product-info .right .heading-title{
    margin-bottom: 0;
  }
  .product-info #product.product-options > ul{
    border:none;
  }
  #product-gallery-left .side-top{
    display: none;
  }
  .product-info .left #product-gallery-left .carousel{
    max-height: max-content;
  }
  .product-info .left #product-gallery-left .side-bottom{
    width:100%;
    position: relative !important;
  }
  .product-info .left #product-gallery-left .side-bottom::before{
    font-size: 44px;
    height: auto;
    line-height: 20px;
  }
  .product-page .product-tabs #tabs .conteudo a{
    display: inline;
    padding: 0;
    color: inherit;
    font: inherit;
    text-decoration: underline;
    
  }
  #product-gallery-left li{
    padding-left: 10px;
    display:flex;
  }
  
  #product-gallery-left{
  top: 5px;
  }
  
  .list-unstyled.price .price-new .bold,
  .list-unstyled.price .product-price .bold{
    font-size: 27px;
    color:rgb(38,38,38);
    font-weight: 500;
  }
  #product .list-unstyled.price{
    margin: 0px 0 20px;
  }
  
  .product-info .option ul li{
    font-weight: 494.25 !important;
  }
  
  .product-page #product .options .option .control-label, .product-page #product .control-label{
    margin-bottom: 11px;
    font-weight: 600;
  }
  
  #product .list-unstyled.price li.product-parcelamento img{
    margin-left: 10px;
    height: 16px;
    width: auto;
  }
  #product .list-unstyled.price li.product-parcelamento{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color:  rgb(180, 180, 180);
    font-size: 16px;
    font-weight: 300;
  }
  .list-unstyled.price .discount-text img{
    margin-right: 5px;
  }
  .list-unstyled.price .discount-text{
    font-weight: 600;
    display: flex;
    align-items: center;
    color: rgb(75,75,75);
    font-family: "Montserrat";
    font-style: normal;
    font-size: 13px;
    text-transform: none;
  }
 
  #product .option.form-group{
    margin-bottom: 28px;
  }
  #product .product-colors{
        margin-top: 25px;
  }
  #product .form-horizontal-product-shipping .col-sm-12 .col-sm-12{
    margin-top: 5px;
    margin-bottom: 10px;
    
  }
  #product .form-group.cart{
    padding-top: 20px;
  }

  .product-page .right .heading-title{
    padding-top: 0;
  }
  #tabs li{
    margin-right: 10px;
    border: 2px solid transparent;
  }
  #tabs li.active{
    border-bottom-color: rgb(180,180,180);
  }
  .product-page .product-tabs{
      width: 95%;
    margin: 40px auto 10px;
  }
  .product-page .product-tabs .tabs-content{
    font-weight: 400;
 
    font-family: "Montserrat";
    font-style: normal;
    font-size: 14px;
    text-transform: none;
    color: rgb(84, 84, 84);
  }
  .product-page #bottom-modules{
  margin-top: 40px}
  .product-page .journal2_carousel{
      max-width:95%;
  }
  
  .product-page .review-fav .num-coments{
        font-weight: 400;
  }
  
  #product .text-free-shipping{
        color: #2b2b2b;
        
  }
  
  .product-page .journal2_carousel .box-heading.htabs {
        height: auto; 
  }
@media (max-width: 761px){
    .color_options .produto-cor{
        max-width: 108px;   
    }   
}
  
@media (min-width: 761px){
    .product-page #content .product-info .right{
        padding: 20px;
    }
    
    .color_options .produto-cor {
        max-width: 118px;
    }
    
@media (max-width: 1024px){
    .product-page #content .product-info .right{
        padding-left: 10px;
    }
    
    .product-page .product-info .left #product-gallery-left{
        display: none;
    }
    
    .product-page #container .product-info .right,
    .product-page #container .product-info .left{
        width: 50%;
    }
    
    .product-page .product-info .left .image{
        width: 100%; 
    }
    
    .product-page .product-info .left{
        flex-wrap: wrap}
     }
     
    .product-page .journal2_carousel .box-heading a.atab:hover,
    .product-page .journal2_carousel .box-heading a.atab{
        padding-left: 0;
        font-weight: 500;
        height: auto;
        padding-bottom: 5px;  
        border-bottom: 1px solid rgb(220,220,220);
        width: 100%;
        cursor: unset;
        color: rgb(84,84,84);
        font-size: 19px;
    }
    
    .product-page #bottom-modules .journal2_carousel .box-heading .mobile,
    .product-tabs.mobile,
    #nao-sei-meu-cep.mobile,
    .product-page .product-info #product .price .discount-text img:last-of-type{
        display:none;
    }
      
    .product-info .left .image a img {
        max-height: 650px;
        width: auto;
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
        
    .product-page .left{
        display: flex;
        padding-left: 5%;
    }
    .product-page #bottom-modules .journal2_carousel .journal-carousel .owl-carousel:last-of-type{
        display: none !important;;
    }
  }
  
    .product-page > body > div > div.container > .row > .product-page-content#content > .row > .right > #product .product-colors .owl-controls .owl-buttons .owl-next{
        right: 6px;
        transform: rotate(315deg);
        position: absolute;
        top: 27px;
    }
    .product-page > body > div > div.container > .row > 
    .product-page-content#content > .row > .right > #product 
    .product-colors .owl-controls .owl-buttons .owl-prev{
        left: -30px;
        position: absolute;
        transform: rotate(135deg);
        top: 27px;
    }
@media (max-width: 760px){
      
    .product-page #section-review{
        margin: 10px 0 20px;
    }
    
    .product-page .tabs-content .tab-content{
        margin-bottom: 0; 
    }
    
    .product-page #content .product-tabs .tabs-content{
         padding: 10px;
    }
    
    .product-page > body > div > div.container > .row >
    .product-page-content#content > .row > .right > #product 
    .product-colors .owl-controls .owl-buttons .owl-prev{
        left: -12px;
    }
    
    .product-page > body > div > div.container > .row > .product-page-content#content > 
    .row > .right > #product .product-colors .owl-controls .owl-buttons .owl-next{
        right: -12px;
    }

    .product-page > body > div > div.container > .row > 
    .product-page-content#content > .row > .right > #product .product-colors .produtos-cores{
        width: calc(100% - 20px);
        margin: 0 auto;
    }
    
    .product-page #product .product-colors .owl-carousel .owl-wrapper-outer{
         left: 0;
    }
      
    .product-page .left .image .label-sale{
        left: 17px;
        right: unset;
        position: absolute;
        top: -5px;
    }
      
    #product .tabela-medidas button > .tabela-nome{
        font-size: 16px;
    }
    
    #product .form-horizontal-product-shipping #nao-sei-meu-cep{
        position: absolute;
        top: -40px;
        right: 1px;
    }
      
    .form-horizontal-product-shipping .col-sm-12 .col-sm-12 input#input-postcode{
        width: 100%;
    }
      
    .oc2 .product-info .option ul li span{
        display: block;
        text-align: center;
        font-size: 16px;
        align-content: center;
    }
      
    .product-info #product.product-options > ul{
        display: flex;
        flex-direction: column;
    }
      
    .product-page .review-fav .rating > div > button{
        margin-left: 27px;
    }
      
    .product-page .review-fav .num-coments{
        font-size: 16px;
        margin-right: 21px;
    }
      
    .product-page .heading-title.mobile{
        line-height: 1;
        margin-bottom: 10px;
        padding: 0 20px;
        min-height: auto;
    }
    
    .product-page .heading-title{
        width: 100%;
        padding: 0 20px;
    }
      
    .product-page .review-fav .rating > div{
        display: flex;
        align-items: center;
    }
      
    .product-page .review-fav .rating div div span{
        margin-left: 5px;
    }
      
    .product-page .review-fav .rating .fa-star-o{
        font-size: 14px;
    }
      
    .product-page .review-fav .rating .fa-star-o{
        color: #5F6874 !important;
    }
      
    .product-page .review-fav .rating span.fa i.fa-star-o::before{
         content: "\f005" !important;
        color: rgb(210, 210, 210);
    }
      
    .product-page .review-fav .rating > div > div span,  .product-page .review-fav .rating > div > div span i{
        position: relative;
        width: max-content;
        line-height: 1;
        height: max-content;
    }
      
    .product-page .review-fav .rating > div > div{
        display: inline-flex;
    }
      
    .product-page .review-fav{
        padding: 0 20px;
        width: 100%;
        margin-bottom: 15px;
    }
    
    .product-page .wishlist i.icon-heart3::before {
        content: "\e663";
        font-size: 20px;
        color: rgb(190,190,190);
    }
    
    .product-page .wishlist.desktop{
        display: none;
    }
    
    .product-page .rating.desktop{
        display: none;
    }
      
    .product-page .heading-title.desktop{
        display: none;
    }

    .product-page .product-info .left .image{
        padding: 0 20px;
    }
    
    .product-page .product-info .left #product-gallery{
        padding: 0 20px;
    }
  .product-page #bottom-modules .journal2_carousel .box-heading a.atab{
    border: none;
  }
  .product-page #bottom-modules .journal2_carousel .box-heading .mobile::after{
    width: 50%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: rgb(200,200,200);
    left: 25%;
    bottom: 0;
      
  }
      .product-page .product-tabs.mobile {
      border-style: solid;
      border-color: #D9D9D9;
      border-radius: 5px 5px 0px 0px;
      text-shadow: 0 0 #6e4492 !important;
      color: rgb(0 0 0) !important;
  }
  .product-page .product-tabs.mobile table {
   max-width: 100%;
   width: 100% !important;
  }
  .product-page .product-tabs.mobile > #tabs >.tab.active .conteudo{
    height: max-content;
   
  }
  .product-page .product-tabs.mobile > #tabs >.tab{
    margin-bottom: 30px;
  }
  .product-page .product-tabs.mobile > #tabs >.tab.active .conteudo > div{
    display: block;
     padding-bottom: 20px;
    position: relative;
  }
  .product-page .product-tabs.mobile > #tabs >.tab .conteudo > div{
    display: none;
  }
  .product-page .product-tabs.mobile > #tabs >.tab .conteudo{
    font-size: 16px;
    height: 25px;
    border: 1px solid rgb(220,220,220);
    padding: 15px;
    border-radius: 3px;
    text-shadow: 0 0 #d7d7d7;
  }
  
  .product-page .product-tabs.mobile > #tabs >.tab .titulo{
    font-size: 18px;
    font-weight: 500;
    width: max-content;
    margin-bottom: 0 !important;
    padding: 0px 35px 0 30px;
    line-height: 43px;
    height: 45px;
    margin-left: 5px;
    border: 1px solid rgb(220,220,220);
    border-bottom: none;
     border-radius: 3px 3px 0 0;
    background: transparent;
    position: relative;
    top:1px;
    
  }
  .product-page .product-tabs.mobile > #tabs >.tab.active .titulo{
    color: rgb(38, 38, 38);
  }
      .product-page #product .form-group.cart .buttons{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .product-page #product .form-group.cart .buttons button{
    border-radius: 10px;
  }
 
   

  #product .form-horizontal-product-shipping label {
     padding-right: 5px;
  }
  #product .form-horizontal-product-shipping label #nao-sei-meu-cep{
    margin-right: 0;
    height: 20px;
    margin-left: auto;
    position: relative;
    top: 2px;
  
  }

      .product-info .left #product-gallery.image-additional a{
          padding: 5px 5px 0 0;
      }
      .product-page .product-info .left{
    margin-left: 0;
  }
  .product-page #bottom-modules .journal2_carousel .box-heading .desktop,
   #nao-sei-meu-cep.desktop,
  .product-page .product-info #product .price .product-parcelamento img{
    display: none;
    }
  .product-page .product-info #product .price .discount-text img:last-of-type{
    margin-left: 0;
    margin-top: 10px;
    height: 18px;
  }
  .product-page .product-info #product .price .discount-text img:first-of-type{
    width: 15px;
    position: relative;
    top: 1px;
  }
  .product-page .product-info #product .price .discount-text{
    margin-top: 12px;
    font-weight: 600;
    flex-wrap: wrap;
    align-items: center;
  }
  
      .product-info .left .image a img {
          width: 100%;
          height: auto;
          float: left;
        }
          .product-tabs.desktop{
    display: none
  }
  }
  
  #calculo-frete-produto > .linha-calculo-frete-produto {
      padding-bottom: 10px;
    border-bottom: 1px solid rgb(200,200,200);
    margin-bottom: 15px;
    margin-top: 10px;
  }
  #calculo-frete-produto > .linha-calculo-frete-produto label{
    display: grid;
    grid-template: "imagem txt preco";
    align-items: center;
    line-height: 1.2;
    width: max-content;
    max-width: 100%;
  }
  #calculo-frete-produto > .linha-calculo-frete-produto label .preco-calculo-frete-produto{
     grid-area: preco;
    text-align: right;
    font-weight: 600;
  }
  #calculo-frete-produto > .linha-calculo-frete-produto label .prazo-calculo-frete-produto{
     grid-area: txt;
    text-align: left;
    margin: 0 6px;
    width: 95%;
  }
  #calculo-frete-produto > .linha-calculo-frete-produto label img {
    grid-area: imagem;
    width: 60px;
    vertical-align: middle;
  }
  #calculo-frete-produto  p strong{
    font-size: 15px;
    font-weight: 600;
  }
  
#product.product-options .form-group.cart .buttons #button-cart-add:hover{
  border: 1px solid rgb(80,80,80);
  color: rgb(80,80,80);
  box-shadow: 1px 1px 1px 1px rgb(220,220,220);;
  background-color: #fff;
}

#product.product-options .form-group.cart .buttons #button-cart-add{
    border: 1px solid transparent;
}


#product.product-options .form-group.cart .buttons #button-cart-add:hover img{
  filter: invert(1);
  
}
#form-review a:hover{
    text-decoration: underline;
   }
   
    .product-page #tabs {
      position: relative;
    top: 10px;
    overflow: hidden;
    list-style: none;
    display: block;
    margin: 0;
    padding: 0; }
.product-page  #tabs li{
      border-radius: 5px 5px 0 0;
      margin-left:30px;
    margin-right: 10px;
    border: 1px solid transparent;
    overflow: hidden;
      height: 45px;
  }
.product-page   #tabs li a{
       height: 40px;
       padding: 0px 30px;
   }
 .product-page     #tabs li.active a{
         height: 45px;
         letter-spacing: 1px;
         padding-top: 10px;
   }

#tab-description * {
   font-size: 16px;
}
#tab-description strong{
   font-weight: 600;
}

  .product-page .product-tabs .tabs-content{
    font-weight: 400;
    padding:10px 47px;
    font-style: normal;
    font-size: 14px;
    text-transform: none;
    color: rgb(84, 84, 84);
  }
  .product-page #bottom-modules{
  margin-top: 40px}
  .product-page .journal2_carousel{
      max-width:95%;
  }
  
  .product-page .journal2_carousel .box-heading.htabs {
   height: auto; 
  }
      .product-page .journal2_carousel .box-heading a.atab:hover,
  .product-page .journal2_carousel .box-heading a.atab{
    
    height: auto;
    text-align: left;
    color: rgb(162,143,134);
    padding-bottom: 12px;  
    border-bottom: 1px solid rgb(240,240,240);
    width: 100%;
    cursor: unset;
    font-size: 22px;
  }
  
  
        .product-page #input-quantity{
            height: 50px;
            border-radius:10px;
            border: 1px solid #b4abab;
            width:55px;
            padding:0;
            box-shadow:none;
            text-align: center;
            margin-right: 15px;
            color: #957a6c;
    
}

.product-page .product-colors h3{
  margin-bottom: 10px;
}

.product-page .product-colors .owl-carousel .owl-wrapper-outer{
  left: -18px;
}

.product-colors .owl-item .produto-cor:hover{
    box-shadow: inset 0px 0px 5px rgb(0,0,0,.3);
}

.produtos-cores .owl-buttons {
    width: 100%;
    position: absolute;
    top: 25%;
}
.product-page #content .product-info .right{
    padding-left: 0;
}

.product-page #content .product-info .right .product-colors{
    overflow: visible;
}

.product-page .owl-pagination{
    display: none;
}

.product-page .hide-product{
    display: none;
}

.hide-product{
    margin: 0 4px;
}

.tab-content p, .tab-content p span, .tab-content p font, #tab-description, .product-info .tab-content, #review, #tab-review b, #tab-review span, .attribute td{
    text-shadow: 0 0 #6e4492;
        color: rgb(0 0 0) !important;
}

.tablet.product-page #content .product-info .right{
    padding-left: 10px;
}

#product .form-horizontal-product-shipping .nome-fretes img{
    margin-right: 10px;
}
#product .form-horizontal-product-shipping .nome-fretes {
    align-items: center;
}
#product .form-horizontal-product-shipping .nome-fretes label.control-label{
    margin-bottom: 0;
}

#product.product-options .form-horizontal-product-shipping{
  padding-top: 15px;
  margin-top: 3px;
}