@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local('Lato Hairline'), local('Lato-Hairline'), url(https://fonts.gstatic.com/s/lato/v16/S6u8w4BMUTPHh30AXC-v.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh7USSwiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Lato Black'), local('Lato-Black'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh50XSwiPHA.ttf) format('truetype');
}
.breadcrumbs {
  padding-top: 25px;
  padding-bottom: 35px;
}
.breadcrumbs ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 17px;
  color: #707070;
}
.breadcrumbs ul li:last-child {
  margin-right: 0;
}
.breadcrumbs ul li a {
  font-weight: 400;
  font-size: 17px;
  color: #707070;
}
.breadcrumbs ul li .btn-breand {
  font-weight: 400;
}
.breadcrumbs ul li .fa-caret-right {
  font-size: 18px;
  color: #707070;
}
.detalhe {
  margin-bottom: 60px;
}
.detalhe .conteudo_img_prod .img_prod {
  position: relative;
  border: 1px solid #C6C6C5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.detalhe .conteudo_img_prod .img_prod img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.detalhe .conteudo_img_prod .thumb_detalhe {
  margin-top: 23px;
}
.detalhe .conteudo_img_prod .thumb_detalhe .d-min-det {
  margin-right: 25px;
  padding-bottom: 25px;
  display: inline-block;
}
.detalhe .conteudo_img_prod .thumb_detalhe .d-min-det:nth-child(5) {
  margin-right: 0;
}
@media (max-width: 1209px) {
  .detalhe .conteudo_img_prod .thumb_detalhe .d-min-det {
    margin-right: 12px;
    padding-bottom: 12px;
  }
  .detalhe .conteudo_img_prod .thumb_detalhe .d-min-det:nth-child(5) {
    margin-right: 12px;
  }
}
.detalhe .conteudo_img_prod .thumb_detalhe .d-min-det div {
  width: 105px;
  height: 105px;
  border: 1px solid #C6C6C5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.detalhe .conteudo_img_prod .thumb_detalhe .d-min-det div img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  cursor: pointer;
}
.detalhe .d_dados_prod .nome {
  font-family: 'Lato', sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: #000000;
}
.detalhe .d_dados_prod .sku {
  font-family: 'Lato', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #8BC34A;
}
.detalhe .conteudo_dados_prod {
  padding-left: 80px;
}
@media (max-width: 1209px) {
  .detalhe .conteudo_dados_prod {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .detalhe .conteudo_dados_prod {
    overflow-y: scroll;
    padding-bottom: 150px;
    height: 350px;
  }
}
.detalhe .conteudo_dados_prod .nome_ref_prod table {
  width: 100%;
}
.detalhe .conteudo_dados_prod .nome_ref_prod table .nome {
  font-family: 'Lato', sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: #000000;
}
.detalhe .conteudo_dados_prod .nome_ref_prod table .sku {
  font-family: 'Lato', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #8BC34A;
}
@media (max-width: 991px) {
  .detalhe .conteudo_dados_prod .nome_ref_prod table .sku {
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
  }
}
.detalhe .conteudo_dados_prod .desc_prod {
  margin-top: 30px;
  margin-bottom: 40px;
}
.detalhe .conteudo_dados_prod .desc_prod h3 {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  padding-bottom: 15px;
}
.detalhe .conteudo_dados_prod .desc_prod span {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-size: 500;
  color: #666666;
}
.detalhe .conteudo_dados_prod .title_espc {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 10px;
}
.detalhe .conteudo_dados_prod .t_espec {
  width: 93%;
  border: 0;
}
.detalhe .conteudo_dados_prod .t_espec td {
  border-bottom: 2px solid #F9F8F6;
  padding-top: 10px;
  padding-bottom: 10px;
}
.detalhe .conteudo_dados_prod .t_espec .s_title {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}
.detalhe .conteudo_dados_prod .t_espec .s_value {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #666666;
  font-weight: 500;
}
.detalhe .conteudo_dados_prod .form-pedido {
  background: #F4F4F4;
  border-radius: 8px;
  padding: 20px;
  margin-top: 114px;
}
@media (max-width: 1225px) {
  .detalhe .conteudo_dados_prod .form-pedido {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    margin-top:40px;
  }
}
@media (max-width: 991px) {
  .detalhe .conteudo_dados_prod .form-pedido {
    position: fixed;
    bottom: 93px;
    left: 0;
    z-index: 2;
    border-radius: 0;
    width: 100%;
    border-top: 1px solid #000;
    background-color: #FFF;
    padding-top: 10px;
    padding-bottom: 0;
  }
}
.detalhe .conteudo_dados_prod .form-pedido .d_cores {
  margin-bottom: 35px;
}
.detalhe .conteudo_dados_prod .form-pedido .d_cores .s_cores {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #33333A;
  display: block;
}
.detalhe .conteudo_dados_prod .form-pedido .d_cores .s_sel_cor {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  display: inline-block;
  margin-top: 5px;
}
.detalhe .conteudo_dados_prod .form-pedido .d_cores .li_cores_det {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 20px;
  margin-top: 15px;
  cursor: pointer;
}
.detalhe .conteudo_dados_prod .form-pedido .d_cores .li_cores_det:last-child {
  margin-right: 0;
}
.detalhe .conteudo_dados_prod .form-pedido .d_cores .li_cores_det img {
  cursor: pointer;
}
.detalhe .conteudo_dados_prod .form-pedido .d_cores .cor_selected {
  border: 0 !important;
  box-shadow: 5px 5px 5px 0px #ccc;
}
.detalhe .conteudo_dados_prod .form-pedido .d_grav .s_grav {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #33333A;
  display: block;
}
.detalhe .conteudo_dados_prod .form-pedido .d_qtd .box-qtd {
  position: relative;
  width: 120px;
  border: 1px solid #DEDEDE;
}
@media (max-width: 991px) {
  .detalhe .conteudo_dados_prod .form-pedido .d_qtd .box-qtd {
    height: 52px;
    border: 0;
    margin: 0 auto;
    bottom: 0px;
  }
}
.detalhe .conteudo_dados_prod .form-pedido .d_qtd .box-qtd .btn-cont-negative {
  position: absolute;
  height: 34px;
  top: 0;
  left: 0;
  border: 0;
  border-radius: 0;
  background: #F3F3F3;
  line-height: 25px;
  cursor: pointer;
}
.detalhe .conteudo_dados_prod .form-pedido .d_qtd .box-qtd .btn-cont-positive {
  position: absolute;
  height: 34px;
  top: 0;
  right: 0;
  border: 0;
  border-radius: 0;
  background: #F3F3F3;
  line-height: 25px;
  cursor: pointer;
}
.detalhe .conteudo_dados_prod .form-pedido .d_qtd .box-qtd .qtd_produto {
  width: 100%;
  text-align: center;
  border-radius: 0;
  border: 0;
  padding-left: 23px;
}
@media (max-width: 991px) {
  .detalhe .conteudo_dados_prod .form-pedido .d_qtd .box-qtd .qtd_produto {
    height: 52px;
    border-radius: 5px;
    border: 1px solid #DEDEDE;
    position: relative;
    bottom: 19px;
    padding-left: 0;
  }
}
@media (max-width: 1209px) {
  .detalhe .conteudo_dados_prod .form-pedido .d_qtd {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.detalhe .conteudo_dados_prod .form-pedido .d_qtd .s_qtd {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #33333A;
  display: block;
}
.detalhe .conteudo_dados_prod .form-pedido .d_qtd small {
  font-size: 10px;
}
.detalhe .conteudo_dados_prod .form-pedido .form-control {
  border-radius: 5px;
}
.detalhe .conteudo_dados_prod .form-pedido .container_btn {
  margin-top: 15px;
}
@media (max-width: 1209px) {
  .detalhe .conteudo_dados_prod .form-pedido .container_btn {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 991px) {
  .detalhe .conteudo_dados_prod .form-pedido .container_btn {
    margin-top: 0;
  }
}
.detalhe .conteudo_dados_prod .form-pedido .container_btn .ul_cont_btn li {
  padding-bottom: 10px;
}
.detalhe .conteudo_dados_prod .form-pedido .container_btn .ul_cont_btn li .info {
  display: inline-block;
  width: 18px;
  height: 19px;
  border: 2px solid #000;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 10px;
  text-align: center;
  font-weight: 800;
  margin-left: 10px;
}
.detalhe .conteudo_dados_prod .form-pedido .container_btn .ul_cont_btn li .input_detalhe input {
  display: none;
}
.detalhe .conteudo_dados_prod .form-pedido .container_btn .ul_cont_btn li .input_detalhe span {
  position: relative;
  top: 8px;
  width: 17px;
  height: 17px;
  display: block;
  background-image: url('../img/assets/box_detalhe.png');
  background-repeat: no-repeat;
  background-position: 0 -17px;
  margin-right: 5px;
  cursor: pointer;
}
.detalhe .conteudo_dados_prod .form-pedido .container_btn .ul_cont_btn li .input_detalhe input:checked + span {
  background-position: 0 0;
}
.detalhe .conteudo_dados_prod .form-pedido .container_btn .ul_cont_btn li .s_cores_sort,
.detalhe .conteudo_dados_prod .form-pedido .container_btn .ul_cont_btn li .favorito {
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  color: #33333A;
  display: inline-block;
}
.detalhe .conteudo_dados_prod .form-pedido .container_btn .ul_cont_btn li .s_cores_sort .info,
.detalhe .conteudo_dados_prod .form-pedido .container_btn .ul_cont_btn li .favorito .info {
  display: inline-block;
  width: 18px;
  height: 19px;
  border: 2px solid #000;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 10px;
  text-align: center;
  font-weight: 800;
  margin-left: 10px;
  position: relative;
  bottom: 4px;
}
.detalhe .conteudo_dados_prod .form-pedido .container_btn .bt-padrao {
  height: 42px;
  background: #8BC34A;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
  top: 6px;
}
@media (max-width: 991px) {
  .detalhe .conteudo_dados_prod .form-pedido .container_btn .bt-padrao {
    height: 52px;
    margin: 0 auto;
    top: 3px;
  }
}
.table_detalhe_ref_mobile {
  width: 100%;
}
.table_detalhe_ref_mobile .nome {
  font-family: 'Lato', sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: #000000;
}
.table_detalhe_ref_mobile .sku {
  font-family: 'Lato', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #8BC34A;
}
@media (max-width: 991px) {
  .table_detalhe_ref_mobile .sku {
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
  }
}
.relacionados {
  margin-top: 40px;
}
.relacionados .title {
  padding-bottom: 60px;
}
.relacionados .title .title_ {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  color: #000;
}
.relacionados .title small {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #ccc;
}
/** ** **
MODAL MIOLO
** ** **/
.x-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1041;
  display: none;
}
.x-modal .x-modal-content {
  width: 100%;
  max-width: 1200px;
  position: absolute;
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
  top: 150px;
  background: #F4F4F4;
  padding: 30px 0px 0px 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  z-index: 999;
}
@media (max-width: 991px) {
  .x-modal .x-modal-content {
    top: 0;
    height: 100%;
    border-radius: 0;
    background: #FFF;
  }
}
.x-modal .x-modal-content .x-modal-header {
  background: #f4f4f4;
  border-bottom: 0px !important;
  padding-left: 68px;
  padding-right: 68px;
  padding-bottom: 10px;
}
@media (max-width: 1172px) {
  .x-modal .x-modal-content .x-modal-header {
    padding-left: 20px;
    padding-right: 20px;
    background: #FFF;
  }
}
.x-modal .x-modal-content .x-modal-header .close {
  top: -50px;
  right: -30px;
}
@media (max-width: 991px) {
  .x-modal .x-modal-content .x-modal-header .close {
    right: 0;
    top: -40px;
  }
}
.x-modal .x-modal-content .x-modal-header h5.x-modal-title {
  font-family: 'Lato', sans-serif;
  font-size: 26px;
  color: #000;
}
.x-modal .x-modal-content .x-modal-header small {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #000;
}
.x-modal .x-modal-content .x-modal-body {
  /*padding-left: 82px;
            padding-right: 91px;*/
}
@media (max-width: 1172px) {
  .x-modal .x-modal-content .x-modal-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.x-modal .x-modal-content .x-modal-body .conteudo-miolo {
  width: 100%;
  /*padding-bottom: 10px;*/
}
.x-modal .x-modal-content .x-modal-body .conteudo-miolo .miolo-img-detalhe {
  background: #FFF;
  border: 1px solid #C6C6C5;
  border-collapse: collapse;
  padding: 10px 35px 10px 10px;
  cursor: pointer;
}
.x-modal .x-modal-content .x-modal-body .conteudo-miolo .miolo-nome {
  background: #f4f4f4;
  padding: 10px;
  border: 1px solid #C6C6C5;
  border-collapse: collapse;
  cursor: pointer;
}
.x-modal .x-modal-content .x-modal-body .conteudo-miolo .miolo-nome .miolo_formato {
  font-size: 12px;
  font-weight: 600;
  color: #878786;
  cursor: pointer;
}
.x-modal .x-modal-content .x-modal-body .conteudo-miolo .miolo-nome .miolo_nome {
  font-size: 12px;
  font-weight: 600;
  color: #000;
  cursor: pointer;
}
.x-modal .x-modal-content .x-modal-body .conteudo-miolo .miolo-nome .miolo_modelo {
  font-size: 16px;
  font-weight: 600;
  color: #8BC34A;
  cursor: pointer;
}
.x-modal .x-modal-content .x-modal-body .swiper-button-prev {
  left: 0;
}
.x-modal .x-modal-content .x-modal-body .swiper-button-next {
  right: 0;
}
.x-modal .x-modal-content .x-modal-body .swiper-button-prev,
.x-modal .x-modal-content .x-modal-body .swiper-button-next {
  background-image: none !important;
  width: 50px;
  height: 50px;
  z-index: 2;
}
.x-modal .x-modal-content .x-modal-body .btn-next {
  width: 50px;
  height: 50px;
}
.x-modal .x-modal-content .x-modal-body .btn-prev {
  width: 50px;
  height: 50px;
}
.x-modal .x-modal-content .x-modal-footer {
  padding-top: 15px;
  padding-bottom: 30px;
  padding-right: 75px;
  background: #D8D8D8;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 991px) {
  .x-modal .x-modal-content .x-modal-footer {
    padding-left: 15px;
    padding-right: 15px;
    position: fixed;
    bottom: 93px;
    width: 100%;
    background: #FFF;
    border-top: 1px solid #D8D8D8;
  }
}
.x-modal .x-modal-content .x-modal-footer .bt-padrao {
  background: #8BC34A;
  font-size: 14px;
  color: #FFF;
  font-weight: 600;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: right;
}
.x-modal .y-modal-dialog {
  max-width: 1200px;
  width: 100%;
  display: none;
}
@media (max-width: 991px) {
  .x-modal .y-modal-dialog {
    margin: 0;
    top: 68px;
    padding-bottom: 169px;
  }
}
.x-modal .y-modal-dialog .y-modal-content {
  max-width: 1200px;
  width: 100%;
}
.x-modal .y-modal-dialog .y-modal-content .y-modal-header {
  background: #D8D8D8;
  border-bottom: 0px !important;
  padding-left: 34px;
  padding-right: 34px;
  padding-bottom: 10px;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .x-modal .y-modal-dialog .y-modal-content .y-modal-header {
    background: #FFF;
  }
}
.x-modal .y-modal-dialog .y-modal-content .y-modal-header h5.y-modal-title {
  font-family: 'Lato', sans-serif;
  font-size: 26px;
  color: #000;
}
@media (max-width: 991px) {
  .x-modal .y-modal-dialog .y-modal-content .y-modal-header h5.y-modal-title {
    font-size: 20px;
  }
}
.x-modal .y-modal-dialog .y-modal-content .y-modal-header .close {
  top: -67px;
  right: -21px;
}
.x-modal .y-modal-dialog .y-modal-content .y-modal-body {
  background: #F4F4F4;
}
.x-modal .y-modal-dialog .y-modal-content .y-modal-body .d_opcoes {
  border-bottom: 2px solid #979797;
}
.x-modal .y-modal-dialog .y-modal-content .y-modal-body .d_opcoes h4 {
  padding: 25px 39px 25px 39px;
  font-size: 14px;
  font-weight: 800;
  color: #33333A;
  cursor: pointer;
}
.x-modal .y-modal-dialog .y-modal-content .y-modal-body .d_opcoes h4 .fa {
  float: right;
  font-size: 20px;
  color: #33333A;
}
.x-modal .y-modal-dialog .y-modal-content .y-modal-body .selecao_opcao {
  /*padding-left: 15px;*/
}
.x-modal .y-modal-dialog .y-modal-content .y-modal-body .selecao_opcao .label_customizado .div_img_customizado {
  border: 1px solid #C6C6C5;
  background: #FFF;
}
.x-modal .y-modal-dialog .y-modal-content .y-modal-body .selecao_opcao .label_customizado .div_info_customizado {
  border: 1px solid #C6C6C5;
}
.x-modal .y-modal-dialog .y-modal-content .y-modal-body .selecao_opcao .label_customizado .div_info_customizado p {
  display: inline-block;
  font-size: 16px;
  color: #8BC34A;
}
.x-modal .y-modal-dialog .y-modal-content .y-modal-body .y-conteudo {
  width: 100%;
  background: #ECECEC;
}
@media (max-width: 991px) {
  .x-modal .y-modal-dialog .y-modal-content .y-modal-body .y-conteudo {
    background: #FFF;
  }
}
.x-modal .y-modal-dialog .y-modal-content .y-modal-footer {
  padding-top: 15px;
  padding-bottom: 30px;
  padding-right: 75px;
  padding-left: 75px;
  background: #D8D8D8;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 991px) {
  .x-modal .y-modal-dialog .y-modal-content .y-modal-footer {
    padding-right: 15px;
    padding-left: 15px;
    background: #FFF;
    width: 100%;
    position: fixed;
    bottom: 70px;
    z-index: 8;
  }
}
.x-modal .y-modal-dialog .y-modal-content .y-modal-footer .bt-padrao {
  background: #8BC34A;
  font-size: 14px;
  color: #FFF;
  font-weight: 600;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: right;
}
.banner_opcional {
  width: 95%;
  margin: 0 auto;
}
.banner_opcional .swiper-button-prev {
  left: 0;
}
.banner_opcional .swiper-button-next {
  right: 0;
}
.banner_opcional .swiper-button-prev,
.banner_opcional .swiper-button-next {
  background-image: none !important;
  width: 50px;
  height: 50px;
}
.label_customizado input {
  display: none;
}
.label_customizado span {
  position: relative;
  top: 1px;
  width: 30px;
  height: 23px;
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
  float: right;
}
.label_customizado input.Select_on + span {
  background-image: url('../img/assets/Shape_miolo.png');
  background-repeat: no-repeat;
}
.d-texto {
  font-size: 19px;
  color: #8BC34A;
  padding: 6px 10px 6px 10px;
}
.d-texto-selecionados {
  background: rgba(139, 195, 75, 0.2);
}
.d_cor_mobile .select_det {
  height: 52px;
}
.d-categoria-mobi {
  padding-top: 15px;
  padding-bottom: 15px;
}
.d-categoria-mobi h1 {
  font-size: 24px;
  color: #000;
}
.container-slide-mobi-detalhe {
  border: 1px solid #333;
  width: 85%;
  margin: 0 auto;
  border-radius: 5px;
  margin-bottom: 15px;
  position: relative;
}
.container-slide-mobi-detalhe img {
  border-radius: 5px;
}
.container-slide-mobi-detalhe .img_splash {
  position: absolute;
  top: -20px;
  left: -20px;
}
.container-slide-mobi-detalhe .swiper-button-prev {
  background-image: none !important;
  width: 50px;
  height: 50px;
  left: -22px;
  z-index: 2;
}
.container-slide-mobi-detalhe .swiper-button-prev table img {
  width: 50px;
  height: 50px;
}
.container-slide-mobi-detalhe .swiper-button-next {
  background-image: none !important;
  width: 50px;
  height: 50px;
  right: -22px;
  z-index: 2;
}
.container-slide-mobi-detalhe .swiper-button-next table img {
  width: 50px;
  height: 50px;
}
