a.elementor-item[href="https://pontoepapel.com/colecoes/"] {
    font-weight: bold;
}
{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
    outline: none !important;
}
::selection {
      background: #BABDAC;
      color: #3C3C3C;
}
.button.submit {
    background-color: #CECAC5 !important;
    color: #FFFFFF !important;
	  font-weight: 400 !important;
}
	.button.submit:hover {
    background-color: #747676 !important;
}
.button.submit:active {
    background-color: #747676 !important;
}
.wapf-product-totals .wapf-total.price {
		font-size: 22px !important;
    font-weight: bold;
    color: #9f8782 !important;
		font-family: 'Gudea', sans-serif;
}
 div.wapf-swatch--text.wapf-checked {
    border: 2px dotted #cecac5;
	  background: #cecac5
}
 div.wapf-swatch--text {
    border: 2px dotted #cecac5;
}
.wapf-field-label label {
    font-weight: bold;
    color: #3c3c3c;
}
.wapf-wrapper {
    font-size: 15px;
}
.wapf-swatch--image.wapf-checked {
    border: 1px solid #353c4e;
    border-color: #3c3c3c;
}
.wapf-swatch.wapf-checked .wapf-color {
    box-shadow: 0 0 0 2px #f2f2f2;
	}
.wapf-ttp {
    background: #ffffff;
    border: 1px solid #3c3c3c;
    color: #3c3c3c;
    position: relative;
}
.wapf-ttp:after {
    content: "";
    border: none;
    background: transparent;
    color: inherit;
}
.wapf-ttp * {
    border: none;
}
.wapf-field-label label {
    font-size:18px;
}
.wapf-radios label {
    font-size: 17px !important;
}
.wapf-radios label {
    display: inline;
}
.wapf-product-totals {
	  font-size: 22px !important;
    font-weight: bold;
    color: #9f8782 !important;
	  font-family: 'Gudea', sans-serif;
}
.wapf-field-container {
    padding: 0 15px 40px;
}
.wapf select {
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 8px 10px 7px 8px;
    border: 1px solid #3c3c3c;
    cursor: pointer;
    border-radius: 4px;
}
.wapf select:hover {
    hover-color: #babdac;
}
.wapf-wrapper .dzone {
    padding: 20px;
    border: 2px dotted #cecac5;
    width: 100%;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    flex-flow: column-reverse;
}
.wapf-wrapper .dzone {
    position: relative;
    text-align: center;
    color: transparent;
}
.wapf-wrapper .dzone::before {
    content: "Arraste os arquivos ou clique aqui para enviar";
    color: #000;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.wapf-field-description {
    font-size: 15px;
	  font-weight: bold;
	    opacity: .8;
}
.product_tag-steps div.quantity, .product_tag-steps .button[name=add-to-cart] {
    display:none;
}

.product_tag-steps .wapf-wrapper {
    border-radius: 4px;
    border: 1px solid #ededed;
    padding: 15px 20px;
    margin-bottom:20px;
}

.product_tag-steps .wapf-field-group .step {
    display:none;
}

.product_tag-steps .wapf-field-group .step:first-child {
    display:flex;
}

.product_tag-steps .wapf_step_buttons {
    margin-bottom:20px;
    overflow:hidden;
}

.product_tag-steps .wapf_btn_next {
    float:right !important;
}

.product_tag-steps .wapf-progress {
    position:relative;
    max-width:450px;
    width:100%;
    margin: 0 auto;
}

.product_tag-steps .wapf-progress:before, .product_tag-steps .wapf-progress-bar {
    content:'';
    position:absolute;
    height:3px;
    width:100%;
    background:#ededed;
    top:14px;
    left:0;
}

.product_tag-steps .wapf-progress-steps {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
    display: flex;
    justify-content: space-between;
}

.product_tag-steps .wapf-progress-steps div {
    position:relative;
}

.product_tag-steps .wapf-progress-steps div:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height:30px;
    font-size:16px;
    line-height:30px;
    border-radius:50%;
    text-align:center;
    display: block;
    font-size: 10px;
    background: #ededed;
}

.product_tag-steps .wapf-progress-steps div.active:before {
    background:#f0632b;
    color:white;
}

.product_tag-steps .wapf-progress-bar {
    background:#f0632b;
    width:0%;
}