.activeDesconto {
	text-decoration: line-through;
}
.title-single {
	font-size: 27px;
	line-height: 25px;
}
.proximodesconto{
	margin-bottom: 50px;
	font-size: 18px;
	font-weight: 200;
}
#descontomaximo{
	margin-bottom: 50px;
	font-size: 18px;
	font-weight: 200;
}

.resume {
	background-color: #f5f5f5;
	padding: 20px 20px 26px;
	font-size: 14px;
}

.resume h3 {
	font-size: 20px;
}

.resume .checkout {
	margin-top: 20px;
}

.resume .button.expanded {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	padding: 18px 12px 20px;
	font-size: 16px;
}

.tb-custom {
	font-size: 15px;
}

.tb-custom b {
	display: block;
}

.tb-custom small {
	display: block;
	margin-top: 5px;
	line-height: 17px;
}

.tb-custom .qtd a {
	color: #E01D26;
	display: block;
}

.tb-custom .qtd input {
	border-radius: 6px;
	margin-bottom: 0px;
	box-shadow: none;
	font-size: 15px;
	text-align: center;
}

.tb-custom thead {
	background: transparent;
	color: #0a0a0a;
	border: none;
}

.tb-custom tbody,
.tb-custom tfoot,
.tb-custom thead {
	background-color: transparent;
	border: none;
}

.tb-custom tbody tr:nth-child(even) {
	border-bottom: 1px solid #eeeeee;
	background-color: transparent;
}

.tb-custom tr {
	border-bottom: 1px solid #eeeeee;
}

.tb-custom tbody td,
.tb-custom tbody th {
	padding: 25px .625rem 25px;
}

.buttonPrazo {
	padding: 10px 16px;
	font-size: 17px;
	height: auto;
	background: #aaa;
}

.resume .display-flex .flex {
	margin-right: 10px;
}

.resume input {
	box-shadow: none;
	margin-bottom: 0;
	border-radius: 8px;
}

@media (max-width: 639px) {
	.tb-custom tbody td,
	.tb-custom tbody th {
		padding: 0px;
		text-align: center;
	}
	.tb-custom tbody td.preco {
		padding-bottom: 18px;
	}
	.tb-custom tbody td img {
		max-width: 60%;
	}
	.tb-custom tbody td.image {
		padding-top: 18px;
	}
	.tb-custom tbody tr:first-child td.image {
		padding-top: 0;
	}
	.tb-custom .qtd input {
		max-width: 60%;
		display: table;
		margin: 0 auto;
		margin-top: 7px;
	}
	.title-single {
		margin-bottom: 20px;
		font-size: 30px;
		line-height: 25px;
	}
}

.controls {
	padding: 9px;
}

#frete {
	max-width: 50%;
}

#frete .flex {
	margin-right: 8px;
}

#frete input {
	margin-bottom: 0;
	border-radius: 8px;
	margin-right: 5px;
}

#frete .button {
	padding: 10px 19px;
	background: #aaa;
}

@media (max-width: 639px) {
	#frete {
		max-width: 100%;
		margin-bottom: 30px;
	}
	.tb-custom .qtd {
		margin: 20px 0;
	}
	.tb-custom .qtd input {
		max-width: 100%;
		margin-top: 0;
	}
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}


/* Firefox */

input[type=number] {
	-moz-appearance: textfield;
}

label.panel {
	background: #f5f5f5;
	padding: 12px 20px 15px;
	border-radius: 8px;
	margin-top: 19px;
	cursor: pointer;
}

label.panel input {
	margin-bottom: 0;
	vertical-align: -2px;
	margin-right: 4px;
}

.freteResultado {
	display: none;
}

.cart {
	margin-bottom: 40px;
}

.cart__item {
	display: flex;
	font-size: 14px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
	padding-top: 15px;
}

.cart__item:first-child {
	border-top: 1px solid #e5e5e5;
}

.cart__thumb {
	width: 10%;
}

.cart__qtd {
	padding: 0 20px;
}

.cart__qtd a {
	color: #E01D26;
}

.cart__qtd input {
	margin-bottom: 0;
	border-radius: 8px;
	text-align: center;
}

.cart__qtd .controls {
	padding: 9px;
	display: inline-block;
}

.cart__title {
	width: 47%;
	padding: 0 10px;
	position: relative;
}

.cart__item:first-child .cart__thumb:before {
	content: '...';
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	color: transparent;
}

.cart__item:first-child .cart__qtd:before {
	content: 'Quantidade';
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.cart__item:first-child .cart__title:before {
	content: 'Produto';
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.cart__item:first-child .cart__entrega:before {
	content: 'Prazo';
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.cart__item:first-child .cart__preco:before {
	content: 'Preço';
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 20px;
}

.cart__title small {
	display: block;
	line-height: 16px;
	font-size: 12px;
	margin-top: 5px;
}

.cart__preco div {
	text-align: right;
	font-size: 18px;
}

.cart__preco {
	width: 20%;
	text-align: right;
}

@media (max-width: 639px) {
	.cart__item:first-child .cart__thumb:before,
	.cart__item:first-child .cart__qtd:before,
	.cart__item:first-child .cart__title:before,
	.cart__item:first-child .cart__entrega:before,
	.cart__item:first-child .cart__preco:before {
		display: none;
	}
	.cart__item {
		display: grid;
		grid-template-columns: 1fr 1fr;
		margin-bottom: 20px;
		padding: 20px;
		border: 1px solid #e5e5e5;
	}
	.cart__title {
		width: 100%;
		padding: 0;
	}
	.cart__thumb {
		width: 100%;
		grid-column-start: 1;
		grid-column-end: 2;
	}
	.cart__qtd {
		padding: 2px 15px 2px 15px;
		background: #f5f5f5;
		border-radius: 8px;
	}
	.cart__qtd,
	.cart__entrega,
	.cart__preco {
		width: 100%;
		text-align: center;
	}
	.cart__preco div {
		text-align: center;
		font-size: 25px;
	}
	.cart__thumb {
		width: 70%;
		margin: 0px auto 0px auto;
	}
	.cart__thumb img {
		width: 100%;
	}
	.cart_qtd,
	.cartentrega,
	.cart_preco {
		width: 100%;
		text-align: center;
		margin: 0;
	}
	.cart__preco {
		padding-top: 10px;
	}
	.cart__qtd input {
		margin: 2px 0 0 0;
		border-radius: 8px;
		text-align: center;
		max-height: 30px;
	}
	.cart__qtd .controls {
		padding: 5px 9px 0 9px;
		display: inline-block;
	}
}

#loading {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    background-color: rgba(0, 0, 0, 0.3);
}

#loading div.loading {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -150px;
    margin-left: -150px;
    width: 300px;
    padding: 25px;
    background: #fff;
    border-radius: 7px;
    text-align: center;
    line-height: 18px;
}

#loading div img, #sending div img {
	width: 50px;
    margin-bottom: 14px;
}