.header-2 div[class^="grid"] {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.header-2 div[class^="grid"].grid-menu-category-header {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}

#product-list .product-list-item .product-info .product-name {
    margin-bottom: 20px;
}

#header-main .element-menu-category-header #menu-category-header .menu-category-list>li ul {
    width: 300px;
}

#product-list .product-list-item .product-info .product-rating,
#product-list-sidebar .product-list-item .product-info .product-rating {
    display: flex;
    margin: 10px 0 !important;
    width: 100% !important;
    justify-content: center;
    order: 99;
}

#header-main .element-menu-category-header #menu-category-header .menu-category-list {
    justify-content: space-between;
}

#header-main .element-menu-category-header #menu-category-header .menu-category-list > li > a {
    font-size: 13px;
    padding: 0;
    text-transform: uppercase;
}

/****************************************/

#header-main .element-logo .logo img {
	max-height: 18px;
}

#modal-on-exit-popup {
	max-height: 80% !important;
	overflow-y: auto;
}

#modal-on-exit-popup .modal-content {
	/* AQUI VAI A IMAGEM DO MODAL  */
	background: url("https://cdn.simplo7.net/static/2419/galeria/149375180114580.jpg ") no-repeat center top #fff;
	max-height: 100% !important;
	/* AQUI VAI A ALTURA DA IMAGEM + 20px  */
	padding-top: 253px !important;
}

#cart-data #label-link-coupon {
	background: #960000;
	border: 0;
	color: #fff;
	display: inline-block;
	font-family: 'raleway_regular';
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
	padding: 15px 25px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

#cart-data #label-link-coupon:hover {
	background: #630000;
}

#product-list .product-list-item .label-freeshiping,
#product-list-sidebar .product-list-item .label-freeshiping {
	display: none !important;
}

#nav-main .element-menu-category #menu-category .menu-category-list li ul {
	flex-direction: column;
}

#nav-main .element-menu-category #menu-category .menu-category-list li .menu-3-cols + ul {
	flex-direction: row;
	flex-wrap: wrap;
	width: 600px;
}

#nav-main .element-menu-category #menu-category .menu-category-list > li .menu-3-cols + ul li {
	width: 200px;
}

#nav-main .element-menu-category #menu-category .menu-category-list > li .menu-3-cols + ul li a {
	white-space: pre-wrap;
}

#nav-main .element-menu-category #menu-category .menu-category-list li:hover > ul {
	display: -webkit-flex;
	display: flex;
}

.wrapper-product-combination .product-combination-list .product-combination-item label div.combination-image img {
	max-height: 100px;
}

/* Fim Combinações */


/*Perguntas personalizadas FAQ*/
.faq .faq-item h3 {
    border-bottom: 1px solid #d1d1d1;
    cursor: pointer;
    font-size: 1.5em;
    padding: 10px 5px;
    position: relative;
    color: #000000;
    font-weight: bold;
}
.faq .faq-item h3:after {
    background: #d10101;
    content: "";
    height: 12px;
    margin-top: -6px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 12px;
    -webkit-mask: url(https://cdn.simplo7.net/static/themed/FashionClean/webroot/img/icon-next.svg) no-repeat center center;
    -moz-mask: url(https://cdn.simplo7.net/static/themed/FashionClean/webroot/img/icon-next.svg) no-repeat center center;
    mask: url(https://cdn.simplo7.net/static/themed/FashionClean/webroot/img/icon-next.svg) no-repeat center center;
    -webkit-mask-size: contain;
    -moz-mask-size: contain;
    mask-size: contain;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .350s ease-in-out;
    -moz-transition: all .350s ease-in-out;
    transition: all .350s ease-in-out;
}

/*Ajuste imagem descrição*/
img[src="https://2419.cdn.simplo7.net/static/2419/sku/thumb_mosaico-conjunto-3-quadros-decorativos-amor-fe-gratidao-quarto-sala--p-1631287339211.jpg"] {
    width: 238px !important;
}
.table-1{
    margin-left: 5px;
}
.box-description {
    display: flex;
    flex-wrap: wrap;
}

/*Ajuste texto faq descrição*/
.faq p {
    font-size: 11pt;
    font-family: Arial;
    color: #000;
}

/* --- DEIXAR NAVBAR FIXO NO TOPO --- */
header, 
#header-main {
    position: sticky !important;
    top: 0;
    z-index: 99999 !important;
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    width: 100%;
}
/* --- COR DOURADA PARA O BOTÃO COMPRAR --- */
.wrapper-btn-buy .btn-buy,
.wrapper-btn-buy .btn-buy:active,
.wrapper-btn-buy .btn-buy:focus {
    background: #d4af37 !important; 
    background-color: #d4af37 !important;
    border-color: #b5952f !important;
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2) !important;
    opacity: 1 !important;
}

/* Dourado mais escuro quando passa o mouse */
.wrapper-btn-buy .btn-buy:hover {
    background: #b5952f !important;
    background-color: #b5952f !important;
    border-color: #997e28 !important;
}
