.element-product-detail .product-detail-right > div {
    padding: 10px 10px 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.element-product-detail .wrapper-product-price .wrapper-btn-buy {
    padding-top: 10px;
}

.element-product-detail .product-detail-right .wrapper-product-combination .product-combination-list {
	margin-top: 0;
    margin-bottom: 0;
}

.element-product-detail div[class^="box-"] {
	padding: 10px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.element-product-detail .product-detail-right > div:first-child {
	padding-top: 10px;
}

.element-product-detail .product-detail-right > div.wrapper-product-price,
.element-product-detail .product-detail-right > div.wrapper-product-home {
	padding-bottom: 10px;
    margin-bottom: 10px;
}

.product-detail-right .box-shipping {
    display: inline-block !important;
	max-height: 1100px;
    overflow-y: auto;
}

.product-detail-right .box-shipping::-webkit-scrollbar {
	width: 10px;
}

.product-detail-right .box-shipping::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0, .2);
	border-radius: 5px;
}

.header-section {
    background: #343741;
    color: #ffffff;
}

a.link.pj-enable {
    color: #DF1E26;
}

.element-product-detail .label-stamp-wrapper .label-stamp.label-promo  {
    background: #c9302c;
    color: #ffffff;
}

.element-product-detail .label-stamp-wrapper .label-stamp  {
    background: #c9302c;
    color: #ffffff;
}

.element-product-detail .label-stamp-wrapper .label-stamp.label-launch {
    background: #c9302c;
    color: #ffffff;
}

 .product-list-sidebar .product-list-item .label-promo, #product-list .product-list-item .label-promo {
    background: #c9302c;
    color: #ffffff;
}

#product-list .product-list-item .label-launch {
    background: #c9302c;
    color: #ffffff;
}

.product-detail.product-detail-right {
    top: 40px !important;
}

/*Ajuste tabela desconto progressivo 231344 */

.wrapper-progressive .table-progressive {
    width: 95%;
 }
/*Fim Ajuste tabela desconto progressivo 231344 */

.wrapper-progressive .progressive-title {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 5px;
    text-align: center;
}
.wrapper-progressive {
    background: #efefef !important;
    border: 1px solid #dfdfdf !important;
    margin-bottom: 20px !important;
    padding: 5px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-background-clip: padding-box !important;
    -moz-background-clip: padding !important;
    background-clip: padding-box !important;
}
.wrapper-progressive .table-progressive {
    border-collapse: separate;
    border-spacing: 2px;
    margin: 0;
    width: 100%;
}
.wrapper-progressive .table-progressive th {
    background: #fff;
    padding: 5px;
    font-weight: bold;
    text-align: center;
}
.wrapper-progressive .table-progressive td {
    background: #fff;
    padding: 5px;
    text-align: center;
}
.element-product-detail .product-detail-right > div.product-amount {
  border-top: 0.666667px solid #cccccc !important;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.element-product-detail .product-detail-right > div:first-of-type {
  border-top: 1px solid #cccccc !important;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.ipc-toggle {
  text-align: center !important;
  width: 100% !important;
  font-size: 15px !important;
}
p.product-sku,
p.product-ncm {
  display: block !important;
  color: #000 !important;
  font-size: 15px !important;
}

p.product-sku {
  text-transform: uppercase !important;
}

p.product-codebar,
p.product-category {
  display: none !important;
}

.loading-page {
  background-color: rgba(255, 255, 255, 0.85) !important;
  background-image: none !important;
}

.loading-page::before {
  content: '';
  position: fixed;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  margin-left: -32px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #1D9E75;
  border-right-color: #9FE1CB;
  animation: ipcSpin .9s linear infinite;
  z-index: 1000051;
}

.loading-page::after {
  content: '';
  position: fixed;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  margin-top: -19px;
  margin-left: -19px;
  background: url('https://ipc.tec.br/himg/uploads/img_69b81b16d10de4.56656724.png') center / contain no-repeat;
  z-index: 1000051;
}

@keyframes ipcSpin {
  to { transform: rotate(360deg); }
}