* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #f2f2f2 !important;
	/* background: linear-gradient(128deg, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 100%) !important; */
	overflow-x: hidden !important;
}

a {
	text-decoration: none !important;
}

::placeholder {
	color: #888 !important;
	font-weight: 400 !important;
}

body::-webkit-scrollbar,
#menu::-webkit-scrollbar {
	width: 12px;
}

body::-webkit-scrollbar-track,
#menu::-webkit-scrollbar-track {
	background: #EEE;
}

body::-webkit-scrollbar-thumb,
#menu::-webkit-scrollbar-thumb {
	background-color: #000;
	border-radius: 20px;
	border: 3px solid #EEE;
}

#alterarPagamento p{
	border: 1px solid #DDD;
	border-radius: 4px;
	width: 100%;
	padding: 20px;
	background-color: #EEE;
	cursor: pointer;

	position: relative;
	padding-left: 50px;
	cursor: pointer;
	user-select: none;
	margin: 10px 0;
  }

  #alterarPagamento input[type="radio"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
  }

  .checkmark {
	position: absolute;
	top: 20px;
	left: 15px;
	height: 25px;
	width: 25px;
	border-radius: 50%;
  }

  .checkmark::after {
	content: '✔';
	font-family: 'Font Awesome 6 Free';
	font-size: 22px;
	color: green;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
  }

  #alterarPagamento input[type="radio"]:checked + .checkmark::after {
	display: block;
  }


.block-mobile {
	display: none;
}

.letreiro {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: #222;
	text-align: center;
	line-height: 30px;
	z-index: 9;
	overflow-x: hidden;
}

.letreiro p {
	margin-bottom: 0;
}

/* start Botão input quantidade carrinho */

.qtd-carrinho .form-control[type="number"]::-webkit-inner-spin-button,
.qtd-carrinho .form-control[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.qtd-carrinho {
	padding: 0;
}

.qtd-carrinho input[type="number"]::-webkit-inner-spin-button,
.qtd-carrinho input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.qtd-carrinho button {
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
	margin: 5px 0;
	padding: inherit !important;
	line-height: 24px !important;
	background-color: #CCC;
	border: none !important;
	width: 24px;
	height: 24px;
}

.qtd-carrinho input {
	border: none;
	border-radius: 5px !important;
	width: 40px;
	margin: 0 5px !important;
	padding: 5px;
	text-align: center;
}

/* end Botão input quantidade carrinho */

.divisor-itens {
	border-bottom: 5px solid #F2F2F2;
	padding-bottom: 15px;
	margin-bottom: 20px
}

.divisor-itens:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.para {
	white-space: nowrap;
	clear: both;
	float: left;
}

.btn-publicar {
	padding: 10px 0;
	margin-top: 15px;
	border-radius: 5px;
	color: #000;
	border: none;
	font-weight: 600;
	background-color: #FFC107;
}

.btn-publicar:disabled {
	background-color: #AAA;
	opacity: 0.4;
}

.btn-vazado {
	width: 100%;
	background-color: #FFF;
	color: #b48700;
	font-weight: 600;
	margin-top: 10px;
	padding: 8px;
	border-radius: 5px;
	border: 2px solid #FFC107;
}

.btn-call {
	width: 100%;
	padding: 10px;
	background-color: #FFC107;
	color: #000;
	border-radius: 5px;
	display: block;
	text-align: center;
}

.btn-chat {
	width: 100%;
	/*padding: 5px;
	background-color: #555;*/
	color: #fff !important;
	border-radius: 5px;
	display: block;
	text-align: center;
}

.notify {
	position: absolute;
	left: 22px;
	top: -3px;
	float: right;
	width: auto;
	height: 12px;
	padding: 3px;
	background: red;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 0.5;
	border-radius: 3px;
}

.notify-sidebar {
	position: relative;
	float: left;
	margin-right: -40px;
	margin-left: 28px;
	width: 8px;
	height: 8px;
	background: red;
	border-radius: 5px;

}

.fa-angle-right {
	margin-top: 6px;
}

.header {
	margin-top: 30px;
	padding: 15px 20px;
	background: #000;
}

.header i {
	font-size: 22px;
}

.header .input-group i {
	font-size: 16px;
}

.header .input-group input {
	border-radius: 5px 0 0 5px
}

.header .minhas-compras{
	float:left; 
	background-color:#FFF; 
	padding:0 10px; 
	border-radius:5px 0 0 5px; 
	display:flex; 
	align-items:center	
}

#header-sub {
	background: #222;
	width: 100%;
	min-height: 40px;
	padding: 5px 10px;
}

#header-sub a {
	color: #EEE;
	font-size: 16px;
	padding: 0 12px;
	border-left: 1px solid #444;
}

#header-sub a:hover {
	color: #DDD;
}

.menu-hamburguer {
	cursor: pointer;
}

#menu-drawer {
	position: fixed;
	top: 0;
	display: none;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.8);
	z-index: 99999999;
}

#menu{
	width: 270px;
	height: 100vh;
	background-color: #333;
	z-index: 99999999;
	overflow: auto;
	scrollbar-width: none;
	box-shadow: 0 0 4px #333;
}

/* #menu-drawer::-webkit-scrollbar {
	display: none;
} */

#menu-drawer nav ul {
	padding: 8px;
}

#menu-drawer nav ul li {
	border: 1px solid #333;
	border-bottom: 1px solid #444;
}

#menu-drawer nav ul li:last-child {
	border-bottom: none;
}

#menu-drawer nav ul li a {
	padding: 13px 0;
	padding-left: 5px;
	font-weight: 400;
	color: #FFF;
	border-radius: 5px;
	display: block;
}

#menu-drawer nav ul li:hover {
	background-color: #EEE;
	border-radius: 5px;
	/* border: 1px solid #999; */
}

#menu-drawer .fa-arrow-left {
	position: absolute;
	top: 20px !important;
	left: 12px;
	font-size: 24px;
	cursor: pointer;
}

#menu-drawer i {
	font-size: 18px;
	width: 50px;
	text-align: center !important;
}

#menu-drawer a:hover {
	color: #000;
}

.lista-menu i {
	/* color: #222; */
}

.title-videos-home {
	color:#FFF !important;
    text-shadow: 1px 1px 2px #333;
    margin-top: -40px !important;
    line-height: 1;
    padding: 0 10px;
	font-size: 18px !important;
}

.nav-treeview {
	margin-left: 15px;
}

.nav-treeview li {
	border-bottom: none !important;
}

.menu-hamburguer {
	font-size: 20px;
	color: #FFC107;
	margin-top: 4px;
	margin-right: 15px;
}

.logo-bombem {
	height: 26px;
	margin-top: -12px;
}

.main-sidebar li {
	border-bottom: 1px solid #EEE;
}

.main-sidebar li a {
	color: #222 !important;
}

.nav-sidebar>.nav-item .nav-icon {
	font-size: 1rem !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.nav-sidebar .nav-item>.nav-link {
	margin-bottom: 0 !important;
	padding-left: 5px;
	padding-right: 0;
}

.nav-sidebar .nav-link>.right,
.nav-sidebar .nav-link>p>.right {
	right: 0.6rem !important
}

.main-sidebar li a:hover {
	color: #000 !important;
}

.main-sidebar li ul {
	margin-left: 0;
	padding: 10px 0 !important;
	background: #F4F4F4;
}

.main-sidebar li ul li {
	padding-left: 15px !important;
	border-bottom: 1px solid #DDD !important;
}

.main-sidebar li ul li a {
	padding: 3px 0;
}

.main-sidebar li ul li:hover {
	background-color: #EAEAEA;
}

.main-sidebar li ul li:last-child {
	border-bottom: none !important;
}

.main-sidebar li ul li i {
	font-size: 12px;
}

.nav-sidebar .nav-link>.right,
.nav-sidebar .nav-link>p>.right {
	top: 0.75rem !important
}

.slideshow {
	margin-top: 10px;
}

.slideshow img {
	border-radius: 8px;
}

.bar-foot-anuncio {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 63px;
	padding: 10px;
	background-color: #FFF;
	z-index: 9999;
	box-shadow: 0 0 20px -10px #000;
}

.btn-comprar a,
.btn-chat a,
.btn-telefone a {
	position: fixed;
	bottom: 10px;
	margin-left: 2%;
	padding: 8px 25px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
}

.btn-comprar a {
	left: 0;
	width: 47%;
	color: #000;
	background-color: #FFC107;
	text-shadow: 1px 1px 1px #b78a01;
}

.img-arte-decoracao{
	width: 100%; 
	height:250px; 
	background-position:center; 
	background-size:cover;
	border-radius: 5px;
	margin-bottom: 10px;
}

.box-chat {
	width: 100%;
	height: 40vh;
	padding: 10px;
	box-sizing: border-box;
	/* border: 1px solid #999; */
	border:none !important;
	border-radius: 5px;
	margin-bottom: 10px;
	background: #FFF;
	overflow-y: auto;
}

.btn-chat a {
	position: fixed;
	width: 33%;
	right: 2%;
	color: #FFF;
	background-color: #444;
}

.btn-comprar a:hover,
.btn-chat a:hover,
.btn-telefone a:hover {
	color: #EEE
}

.msg-vendedor {
	width: 100%;
	clear: both;
}

.msg-vendedor div {
	float: left;
	width: fit-content;
	padding: 10px;
	background: #CCC;
	border-radius: 10px 10px 10px 0;
	margin-top: 15px;
}

.msg-vendedor small {
	float: left;
	clear: both
}

.msg-comprador {
	text-align: right;
	clear: both;
}

.msg-comprador div {
	float: right;
	width: fit-content;
	padding: 10px;
	background: #333;
	color: #FFF;
	border-radius: 10px 10px 0 10px;
	margin-top: 15px;
}

.msg-comprador small {
	float: right;
	clear: both
}

.btn-telefone a {
	position: fixed;
	width: 12%;
	left: 49%;
	color: #FFF;
	padding-left: 4%;
	background-color: #444;
}

.btn-anuncio a {
	position: fixed;
	left: 50%;
	bottom: 20px;
	margin-left: -100px;
	padding: 10px 25px;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #b78a01;
	color: #FFF;
	background-color: #FFC107;
	border-radius: 5px;
	box-shadow: 1px 1px 2px #333;
	z-index: 99999999;
}

.btn-anuncio-header {
	margin-top: 3px !important;
}

.btn-anuncio-header i {
	font-size: 16px;
}

.btn-anuncio-header a {
	padding: 8px 12px;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #b78a01;
	color: #FFF;
	background-color: #FFC107;
	border-radius: 5px;
	box-shadow: 1px 1px 2px #333;
}

.btn-anuncio a:hover {
	color: #FFF;
	background-color: #FFCC29;
}

.btn-buy-upgrade {
	margin-top: 20px;
	padding: 6px 40px;
	text-align: center;
	font-size: 22px;
	box-sizing: border-box;
	background: rgb(36, 0, 134);
	background: linear-gradient(90deg, rgba(36, 0, 134, 1) 0%, rgba(0, 65, 193, 1) 100%);
	border-radius: 8px;
	box-shadow: 2px 2px 3px #999;
}

.btn-buy-upgrade a {
	color: #FFF;
	display: block;
}

.btn-buy-upgrade a:hover {
	color: #DDD;
}

.btn-enjoy-now {
	margin-top: 20px;
	padding: 5px 40px;
	text-align: center;
	box-sizing: border-box;
	background: #FFF;
	border-radius: 8px;
	box-shadow: 2px 2px 3px #999;
}

.btn-enjoy-now h2 {
	font-size: 22px;
}

.container-icones {
	display: flex;
	text-align: center;
	overflow-x: auto;
	overflow-y: hidden;
	margin: 30px 0 0;
	/* height: 120px; */
}

.container-icones::-webkit-scrollbar {
	display: none;
}

.videos-home{
	width:100%; 
	height:250px; 
	border-radius:5px; 
	background-size:cover; 
	background-position:center
}
.videos-home i{
	opacity: 0.7; 
	font-size:42px; 
	color: #FFF;
	text-shadow:1px 1px 2px #333
}
.videos-home:hover i{
	opacity: 1;
	color: red;
}
.title-videos-home{
	text-shadow:1px 1px 2px #333; 
	margin-top:-40px !important; 
	line-height:1; 
	padding:0 10px
}
.videos-home-pelicula{
	height:100%; 
	display:flex; 
	justify-content:center; 
	align-items:center; 
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%)
}

.icon-produto {
	flex: 1;
	width: 85px !important;
	height: 85px !important;
	margin: 0 15px;
	margin-bottom: 40px;
	font-size: 30px;
	text-align: center;
	border-radius: 50%;
	/* line-height: 60px; */
	/* box-shadow: 2px 2px 5px #999;	 */
}

.icon-produto a {
	display: block;
	color: #FFF
}

.icon-produto a:hover {
	color: #000
}

.icon-produto-into {
	margin: 0 auto;
	width: 80px;
	height: 80px;
	text-align: center
}

.icon-produto-into img {
	width: 100%;
	height: auto;
}

.icon-produto p {
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	margin-top: 5px;
	color: #000;
}

.products {
	text-align: left;
}

.products h3 {
	margin-top: 15px;
	font-size: 16px;
	color: #333;
	margin-right: 25px;
}

.products a {
	color: #333;
}

.products a:hover {
	color: #000;
}

.products img {
	width: 100%;
	border-radius: 4px 0 0 4px;
}

.products p {
	color: #333;
	font-size: 12px;
	margin-bottom: 15px;
}

.favoritar {
	float: right;
	position: absolute;
	top: 5px;
	right: 15px;
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
	z-index: 2;
}

.favoritar i {
	padding: 0;
	margin-top: 5px;
	width: 20px;
	height: 20px;
}

/* .favoritar i:hover{
	background-color: red;
	color: #FFF;
} */

.box-product {
	margin-bottom: 15px;
	box-shadow: 1px 1px 2px #999;
	border-radius: 4px;
	background-color: #FFF;
}

.box-product h3 {
	/* white-space: nowrap;  */
	width: 100%;
	margin-top: 5px;
	padding-right: 30px;
	font-size: 16px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.btn-plus,
.btn-minus {
	width: auto;
	color: #000 !important;
	padding: 10px 40px;
	border-radius: 10px;
	border: 2px solid #000;
	background-color: #FFF;
}

.btn-plus:hover,
.btn-minus:hover {
	background-color: #000;
	color: #FFC107 !important;
}

.box-planos {
	border: 4px solid #CCC;
	border-radius: 20px;
	text-align: center;
	padding: 20px 10px;
	margin-bottom: 20px;
}

.box-planos h2 {
	font-size: 32px;
	font-weight: bold;
	color: #FFCC29;
}

.box-planos ul {
	text-align: left !important;
}

.box-planos p,
.box-planos li {
	font-size: 18px;
	list-style: none;
}

.box-planos span {
	font-size: 48px;
}

.box-planos .desmarcado {
	color: #999;
}

/* Timeline Container */
.timeline {
	background: var(--primary-color);
	margin: 20px auto;
	padding: 20px;
}

.timeline p {
	color: #999;
}

/* Outer Layer with the timeline border */
.outer {
	border-left: 2px solid #bc8d00;
	margin-top: 30px;
	margin-left: 32px;
}

/* Card container */
.cards {
	position: relative;
	margin: 0 0 0 20px;
	padding: 10px;
	background: #FFF;
	color: gray;
	border-radius: 8px;
	max-width: 400px;
	box-shadow: none !important;
}

/* Information about the timeline */
.infos {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.infos h3 {
	margin: 0 !important;
}

/* Title of the card */
.title {
	position: relative;
	color: #555 !important;
}

/* Timeline dot  */
.title::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	background: #555;
	border-radius: 999px;
	top: 5px;
	left: -38px;
	border: 4px solid #FFF;
}

.first {
	color: #bc8d00 !important;
}

.first::before {
	width: 30px;
	height: 30px;
	top: -10px;
	left: -46px;
	background: #bc8d00;
	box-shadow: 0 0 0 2px #bc8d00;
}

.concluded .first {
	color: #00a351 !important;
}

.concluded .first::before {
	background: #00a351;
}

.concluded .outer {
	border-left: 2px solid #00a351 !important;
}

.concluded .first::before {
	box-shadow: 0 0 0 2px #00a351;
}

.canceled .first {
	color: #ea3c3c !important;
}

.canceled .first::before {
	background: #ea3c3c;
}

.canceled .outer {
	border-left: 2px solid #ea3c3c !important;
}

.canceled .first::before {
	box-shadow: 0 0 0 2px #ea3c3c;
}

.img-anuncio {
	width: 100%;
	height: 100%;
	border-radius: 4px 0 0 4px;
	background-color: #DDD;
	background-size: cover;
	background-position: center;
}

.stripe-premium {
	position: absolute;
	left: 7px;
	width: fit-content;
	margin-top: -30px;
	margin-bottom: 30px;
	;
	padding: 0 8px;
	font-size: 12px;
	background: #FFC107;
	color: #444;
	border-radius: 0 4px 4px 0
}

#backToTopBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	padding: 10px;
	background-color: #333;
	color: #fff;
	border: none;
	border-radius: 40px;
	cursor: pointer;
	font-size: 16px;
	line-height: 0;
	z-index: 999999999;
}

#backToTopBtn:hover {
	background-color: #111;
}

.bar-fixed-bottom {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px;
	background: #FFF;
	box-shadow: 0 0 2px 0 #777;
	z-index: 9999999;
}

.boxes img{
	width: 100%;
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.item-bar {
	float: left;
	width: 20%;
	text-align: center;
	line-height: 1;
	font-size: 12px
}

.item-bar i {
	font-size: 16px
}

.item-bar a {
	color: #000;
}

.item-bar .plus {
	background-color: #FFC107;
	padding: 8px 5px;
	margin: 0 auto;
	width: 60px;
	border-radius: 30px;
	color: #000;
	font-size: 13px;
	display: block;
}

/* START CUPONS */

#msg-copiado {
	display: none;
	position: fixed;
	top: 10px;
	width: calc(100% - 20px);
	margin: 0 auto;
	background-color: #00a351;
	text-align: center;
	color: #FFF;
	line-height: 2;
	border-radius: 4px;
	z-index: 9999;
}

.cupom-left,
.cupom-right {
	width: 100%;
	height: 100%;
	padding: 20px;
}

.cupom-percent {
	background: #FFC107;
}

.cupom-value {
	background-color: #AAA;
}

.cupom-left {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 2.1em;
	font-weight: 500;
	line-height: 0.5;
	border-right: 2px dashed #DDD;
}

.cupom-left span {
	font-size: 14px;
	font-weight: 600;
}

.cupom-right {
	background: #FFF;
}

.cupom-right h2 {
	margin-top: 15px;
	font-size: 1.2em !important;
}

.cupom-left:after,
.cupom-right:before {
	content: "";
	display: block;
	width: 29px;
	height: auto;
	top: 0;
	bottom: 0;
	position: absolute;
	background-repeat: repeat-y;
	background-position: 0 50%, 0 50%;
	background-size: 25px 20px, 25px 20px;
}

.cupom-percent:after {
	left: -7px;
	background-image:
		linear-gradient(45deg, transparent 70%, #FFC107 75%),
		linear-gradient(135deg, transparent 70%, #FFC107 75%);
}

.cupom-value:after {
	left: -7px;
	background-image:
		linear-gradient(45deg, transparent 70%, #AAA 75%),
		linear-gradient(135deg, transparent 70%, #AAA 75%);
}

.cupom-right:before {
	right: -12px;
	background-image:
		linear-gradient(-45deg, transparent 70%, #FFF 75%),
		linear-gradient(-135deg, transparent 70%, #FFF 75%);
}

.apresentacoes ul{
	padding-left: 15px;
}
.apresentacoes ul li {
	width: 100%;
	list-style: none;
	text-align: left;
}
.apresentacoes a {
	display: block;
	padding: 5px 2px;
	font-size: 14px;
	text-decoration: none;
	color: #333;
}
.apresentacoes a:hover{
	color: #000;
	background-color: #DDD;
}
.apresentacoes img{
	width: 25px;
	border-radius: 2px
}

/* END CUPONS */

.section-11{
	background-color: #000203;
	padding: 4em 0;
}
.section-11 h2{
	color: #ffcc00;
	font-size: 1.3em;
}
.section-11 ul{
	padding-left: 0;
}
.section-11 ul li{
	padding: 5px 0;
	list-style: none;
	font-size: 0.9em;
}
.section-11 ul li a{
	text-decoration: none;
	color: #FFF;
}
.section-11 ul li a:hover{
	color: #FFCC00;
}
.section-11 .dropdown ul li a{
	color: #000 !important;
}
.section-11 .dropdown ul li{
	padding: 0
}

.active .page-link {
	background-color: #111 !important;
	color: #FFF !important;
	border: 1px solid #111 !important;
}

.paginacao {
	display: flex;
	justify-content: center;
	padding: 10px 0 30px 0;
	flex-wrap: wrap;
}

.paginacao .pagina {
	margin: 5px;
	padding: 2px 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	text-decoration: none;
	color: #091239;
	transition: all 0.3s;
}

.paginacao .pagina:hover,
.paginacao .pagina.ativa {
	background-color: #091239;
	color: white;
	border-color: #091239;
}

.paginacao .pagina.desabilitada {
	opacity: 0.5;
	cursor: not-allowed;
}

.info-paginacao {
	text-align: center;
	margin-top: 15px;
	color: #6c757d;
}

footer{
	padding-top: 2em;
	font-size: 14.5px;
	line-height: 120%;
	color: #FFFFFF;
	background-color: #222;
	text-align: justify;
}
footer a{
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
footer a:hover{
	color: #fff;
}
footer h3{
	font-size: 2em;
	color: #ffcc29;
	text-align: center;
}
footer span{
	font-size: 12px;
	color: #000;
}
footer .rsociais{
	margin: 20px 0 40px 0;
	text-align: center;	
}
footer .rsociais img{
	height: 30px;
	margin: 0 5px;
	filter: invert(87%) sepia(50%) saturate(2523%) hue-rotate(330deg) brightness(100%) contrast(104%);
}
footer .rsociais img:hover{
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

@media screen and (max-width: 1100px) {
	#header-sub,
	.container-icones {
		display: flex;
		text-align: center;
		overflow-x: auto;
	}

	#header-sub a {
		flex: 1;
		padding: 4px 8px;
		font-size: 18px;
	}	
}	
@media screen and (max-width: 867px) {
	.menu-hamburguer {
		margin-right: 5px;
	}
	.logo-bombem{
		height: 22px;
	}
}
@media screen and (max-width: 768px) {

	.img-arte-decoracao{
		height:150px; 
	}

	.boxes{
		text-align: center;
	}
	.boxes p{
		display: none;
	}
	.boxes img{
		border-radius: 6px 6px 0 0;
		margin-bottom: 0;
	}
	.boxes h4{
		background-color: #DDD;
		padding: 10px 0;
		border-radius: 0 0 6px 6px;
		font-size: 18px;
		color: #444;
	}

	.header .input-group i {
		font-size: 22px !important;
	}
	
	.header .input-group input {
		border-radius: 0
	}
	
	.cupom-left {
		font-size: 2em !important;
	}

	.block-mobile {
		display: block;
	}

	#backToTopBtn {
		display: none !important;
	}

	.container-icones {
		margin-top: 0;
		/* height: 180px; */
	}

	.icon-produto {
		width: 85px !important;
		height: 85px !important;
		/* line-height: 75px !important; */
		font-size: 20px;
		margin: 0 9px;
		margin-top: 15px;
		margin-bottom: 40px;
	}

	.icon-produto:first-child {
		margin-left: 0;
	}

	.icon-produto:last-child {
		margin-right: 0;
	}

	.icon-produto-into {
		width: 85px;
		height: 85px;
	}

	.icon-produto p {
		font-size: 14px;
	}

	.btn-buy-upgrade {
		margin-top: 20px;
		padding: 5px 40px;
		font-size: 18px;
		line-height: 1.2;
	}

	.btn-enjoy-now {
		margin-top: 20px;
		padding: 5px 40px;
	}

	.btn-enjoy-now h2 {
		font-size: 18px;
		line-height: 1.2;
		margin-bottom: 0;
	}

	.nav-sidebar .nav-item>.nav-link {
		padding: 14px 16px;
	}
}
@media screen and (max-width: 575px) {
	.menu-hamburguer {
		margin-right: 10px;
	}
	.logo-bombem{
		height: 26px;
	}
}