.top {
    background: #e45656;
    font-size: 14px;
}

.top a {
    color: #fff;
}

.top a span {
    font-weight: 500;
    font-size: 12px;
}

footer {
    background-color: #333333;
    color: #fff;
}

.content-slide{
    height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.text-slide{
    color: white;
}

.btn-slide{
    background-color: #e45656;
    color: white;
    border-radius: 20px;
    margin-top: 15px;
    transition: color .5s ease-in-out,background-color .5s ease-in-out,border-color .5s ease-in-out,box-shadow .5s ease-in-out;
}

.btn-slide:hover{
    background-color: white;
    border-color: #e45656;
    color: #e45656;
    
}

.products-section{
    margin-top: 4.5em;
    padding: 0px 10%;
}
.products{
    padding: 40px;
}

.products > *{
    margin-bottom: 10px;
}
.products img{
    width: 90%;
}

.products a {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.25rem;
    display: block;
    text-decoration: none;
    color: black;

}

.section-title{
    border-left-style: solid;
    border-color: #e45656;
    border-width: 3.5px;
    padding: 8px 22px;
    background-color: #e9e9e9;
}

.category-list ul{
    list-style: none;
    padding-inline-start: 0px;
}
.category-list ul li{
    padding: 8px 8px 8px 0px;
}
.category-list ul li a{
    text-decoration: none;
    color:#000;
    border-left-style: solid;
    border-color: #e45656;
    border-width: 3.5px;
    padding: 8px 22px;
    transition: 0.4s;
}

.category-list ul li a:hover,.category-list ul li a.active {
    background-color: #e9e9e9;
}

.product .btn{
    background-color: #e45656;
    border-radius: 5px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
    font-weight: 700;
}

.product .btn:hover {
    background-color: #fff;
    color: #e45656;
    border-color: #e45656;
}


  
 /* ----------------
  Cart page
---------------------*/

.scrollbar {
	margin: 80px auto 0;
	width: 100%;
	height: 7px;
	line-height: 0;
	background: #ececec;
	overflow: hidden;
}

.scrollbar .handle {
	width: 100px;
	height: 100%;
	background: #fff;
	cursor: pointer;
}

.scrollbar .handle .mousearea {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 7px;
	background: #b09d81;
	border-radius: 30px;
}

.cart-table {
	padding: 40px 34px 0;
	background: #f0f0f0;
	border-radius: 27px;
	overflow: hidden;
}

.cart-table h3 {
	font-weight: 700;
	margin-bottom: 37px;
}

.cart-table table {
	width: 100%;
	min-width: 442px;
	margin-bottom: 17px;
}

.cart-table table tr th {
	font-size: 12px;
	font-weight: 400;
	color: #414141;
	text-align: center;
	padding-bottom: 25px;
}

.cart-table table tr th.product-th {
	text-align: left;
}

.cart-table table tr th.size-th {
	padding-right: 70px;
}

.cart-table table tr th.quy-th {
	padding-right: 20px;
}

.cart-table .product-col {
	display: table;
	margin-bottom: 19px;
}

.cart-table .product-col img {
	display: table-cell;
	vertical-align: middle;
	float: left;
	width: 73px;
}

.cart-table .product-col .pc-title {
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
}

.cart-table .product-col .pc-title h4 {
	font-size: 16px;
	color: #414141;
	font-weight: 700;
	margin-bottom: 3px;
}

.cart-table .product-col .pc-title p {
	margin-bottom: 0;
	font-size: 16px;
	color: #414141;
}

.cart-table .quy-col {
	padding-right: 20px;
}

.cart-table .quantity {
	margin-bottom: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cart-table .quantity .pro-qty {
	width: 80px;
	background: #fff;
	border-color: #fff;
}

.cart-table .quantity .pro-qty .qtybtn {
	width: 10px;
}

.cart-table .size-col,
.cart-table .total-col {
	text-align: center;
}

.cart-table .size-col h4,
.cart-table .total-col h4 {
	font-size: 18px;
	color: #414141;
	font-weight: 400;
}

.cart-table .size-col h4 {
	padding-right: 70px;
}

.cart-table .total-cost {
	background: #82221d;
	margin: 0 -34px;
	text-align: right;
	padding: 22px 0;
	padding-right: 50px;
}

.cart-table .total-cost h6 {
	line-height: 1;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}

.cart-table .total-cost h6 span {
	margin-left: 38px;
}

.card-right .site-btn {
	margin-bottom: 14px;
	width: 100%;
	min-height: 57px;
	/* padding: 23px 47px 14px; */
}

.promo-code-form {
	position: relative;
	margin-bottom: 14px;
}

.promo-code-form input {
	width: 100%;
	height: 58px;
	border: 2px solid #f0f0f0;
	padding-left: 24px;
	padding-right: 100px;
	font-size: 16px;
	border-radius: 80px;
}

.promo-code-form button {
	position: absolute;
	right: 24px;
	top: 0;
	height: 100%;
	background-color: transparent;
	border: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	color: #131212;
	cursor: pointer;
}
.promo-code-form button:hover {
	color: #f51167;
}

.cep-code-form {
	margin-bottom: 14px;
	display: flex;
	align-items: center;
}

.cep-code-form input {
	width: 100%;
	height: 58px;
	border: 2px solid #f0f0f0;
	padding-left: 24px;
	padding-right: 50px;
	font-size: 16px;
	border-radius: 80px;
}

.cep-code-form button {
	height: 100%;
	background-color: transparent;
	border: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	color: #131212;
	cursor: pointer;
}

.wrap-btn-frete {
	margin-left: -50px;
}

.cep-code-form button:hover {
	color: #82221d;
}

.card-right .site-btn {
  margin-bottom: 14px;
  width: 100%;
  min-height: 57px;
  /* padding: 23px 47px 14px; */
}
.site-btn {
  display: inline-block;
  border: none;
  font-size: 14px;
  font-weight: 600;
  min-width: 167px;
  padding: 14px 47px;
  border-radius: 50px;
  text-transform: uppercase;
  text-decoration: none;
  background: #82221d;
  color: #fff;
  line-height: normal;
  cursor: pointer;
  text-align: center;
}
a.site-btn {
  text-decoration: none;
}
.site-btn:hover {
  color: #fff;
}
.sb-dark{
  background-color: #000000;
}

.quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
}

.quantity p {
	float: left;
	margin-right: 15px;
	text-transform: uppercase;
	font-weight: 700;
	color: #414141;
	padding-top: 10px;
	margin-bottom: 0;
}

.quantity .pro-qty {
	width: 94px;
	height: 36px;
	border: 1px solid #ddd;
	padding: 0 15px;
	border-radius: 40px;
	float: left;
}

.quantity .pro-qty .qtybtn {
	width: 15px;
	display: block;
	float: left;
	line-height: 36px;
	cursor: pointer;
	text-align: center;
	font-size: 18px;
	color: #404040;
}

.quantity .pro-qty input {
	width: 28px;
	float: left;
	border: none;
	height: 36px;
	line-height: 40px;
	padding: 0;
	font-size: 14px;
	text-align: center;
	background-color: transparent;
}

.style-form input,
.style-form textarea {
	width: 100%;
	height: 44px;
	border: none;
	padding: 0 18px;
	background: #f0f0f0;
	border-radius: 40px;
	margin-bottom: 17px;
	font-size: 14px;
}

.style-form textarea {
	padding-top: 16px;
	border-radius: 18px;
	height: 175px;
	margin-bottom: 32px;
}

.page-top-info {
    
    padding: 40px 0;
}

.client-item {
    padding: 15px;
    background-color: #82221d;
    margin-right: 2px;
    color: white;
	font-weight: 700;
	width: 100%;
    text-align: center;
}
.client-item.active {
    background-color: #af2720;
}