/*
#nav-main .element-menu-category ul[class$="list"] > li.wrapper-break-line {
	display: block !important;
}

.break-line {
	display: none !important;
}
.header-box-content h1, .header-box-content h2, .header-box-content h3, .header-box-content h4, .header-box-content h5, .header-box-content h6, .header-box-content .title-primary, .header-box-content .title-secundary {
    color: #FFDF00;
}
.pagina-personalizada .header-box-content .title-secundary, .pagina-produto .header-box-content .title-secundary {
    color: black;
}
*/

/*Ajustes Tema FashionDark*/

/*Banners em 100%*/
body.pagina-home #nav-main .element-menu-category,
body.pagina-home #nav-main .element-menu-main {
	margin-bottom: 0 !important;
}

.element-banner-main .container-12,
.element-banner-main .container-12 .grid-12 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

.element-banner-main img {
	width: 100%;
}
.element-menu-category .grid-12 {
    padding: 0 0px;
}
#nav-main .element-menu-category #menu-category .menu-category-list {
    justify-content: center;
}
.element-banner-stripe .container-12,
.element-banner-stripe .container-12 .grid-12 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

.element-banner-stripe img {
    width: 100%;
}
.element-banner-stripe #banner-stripe > li a {
    width: 100%;
}
#product-list-sidebar .product-list-item .wrapper-btn-product, #product-list .product-list-item .wrapper-btn-product {
    visibility: visible;
    opacity: 1;
}
p.info-address {
    display: none;
}
#nav-bottom .element-newsletter-bottom .newsletter-inner {
    flex-direction: column;
}
#nav-bottom .element-newsletter-bottom .newsletter-header, #nav-bottom .element-newsletter-bottom .newsletter-form {
    margin-bottom: 20px;
}
#nav-bottom .element-newsletter-bottom {
    background: url(https://37755.cdn.simplo7.net/static/37755/galeria/164512492310996.png);
}
#nav-bottom .element-newsletter-bottom .newsletter-header .header-box-content {
    text-align: center;
}
/*Banner inferior 100% - Nicolas - 203926 */
.element-banner-bottom .container-12,
.element-banner-bottom .container-12 .grid-12 {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: 100% !important;
	width: 100% !important;
}
.element-banner-bottom #banner-bottom > li, .element-banner-bottom .grid-12  {
    padding-left: 0;
    padding-right: 0;
}
.element-banner-bottom img {
	width: 100%;
}
.element-banner-bottom {
    margin-bottom: 0px !important;
}
/*Inicio - Ajustes POPUP - 203929 */
.modal .modal-content .modal-text:before {
    content: "";
    background: url(https://37755.cdn.simplo7.net/static/37755/galeria/164512547857717.png);
    padding: 195px;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
}
#modal-on-exit-popup .modal-content, #modal-on-exit-popup-cart .modal-content {
    padding-bottom: 40px !important;
    height: 390px;
    width: 730px;
}
.modal .modal-content .modal-form {
    display: table;
    margin-top: 10px;
    /* margin: 0 auto; */
    margin-left: 320px;
    padding: 3px;
}
div#modal-on-exit-popup {
    height: 390px;
    width: 730px;
}
button.btn.btn-block {
    background: black !important;
    padding: 10px;
    margin-top: 8px;
}
.modal-content span.btn-text {
    color: #DEB40D !important;
    font-weight: bold;
}
.modal-text {
    margin-left: 240px;
}
/*Fim - Ajustes POPUP - 203929 */

#nav-main .element-menu-category #menu-category .menu-category-list > li {
    padding: 11px 8px;
}

#product-list-sidebar .product-list-item .product-info p.product-price, #product-list .product-list-item .product-info p.product-price {
    font-family: unset;
    margin-top: 5%;
	
}

.product-info p.product-cash-price {
    font-size: 16px !important;
    margin-top: 5%;
}

/* Alterar ordem das informações do produto */ 
#product-list-sidebar .product-list-item .product-info, #product-list .product-list-item .product-info { 
    display: flex; 
    flex-direction: column; 
    flex-wrap: nowrap; 
} 

#product-list-sidebar .product-list-item .product-info .product-name, #product-list .product-list-item .product-info .product-name { 
    min-height: 0; 
    margin-bottom: 0px; 
    order: 1; 
} 

#product-list-sidebar .product-list-item .product-info .product-rating, #product-list .product-list-item .product-info .product-rating { 
    order: 5; 
} 

#product-list-sidebar .product-list-item .product-info p.product-price, #product-list .product-list-item .product-info p.product-price { 
    order: 3; 
} 

#product-list-sidebar .product-list-item .product-info p.product-cash-price, #product-list .product-list-item .product-info p.product-cash-price, #product-list-sidebar .product-list-item .product-info p.product-parcelled-price, #product-list .product-list-item .product-info p.product-parcelled-price {
    order: 2;
} 

  .product-info p.product-parcelled-price {
    order: 4 !important;
}

.product-info p.product-cash-price {
    font-size: 13px !important;
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    
}

.product-info p.product-cash-price span {
  font-size: 18px !important;
    margin-bottom: 2%;
}


p.product-price.product-old-price {
    display: none;
}

#product-list-sidebar .product-list-item .product-info p.product-old-price + p.product-price, #product-list .product-list-item .product-info p.product-old-price + p.product-price {
    margin-top: 5%;
}
.product-info p.product-cash-price span {
    font-weight: bold;
}

.content-main-cols-1 .element-product-detail .wrapper-product-price .product-price {
    display: flex;
    flex-direction: column;
}

.element-product-detail .wrapper-product-price .product-price .product-price-off {
    order: -5;
    display: flex;
    flex-direction: column;
}

.element-product-detail .wrapper-product-price .product-price .product-parcelled-price .desconto_avista, .element-product-detail .wrapper-product-price .product-price .product-price-off .desconto_avista {
    font-size: 20px;
}

.element-product-detail .wrapper-product-price .product-price .product-new-price span.product-big-price {
    font-size: 14px;
}

.element-product-detail .wrapper-product-price .product-price .product-new-price {
    font-family: 'roboto_condensed_regular';
    margin-top: 10%;
    line-height: 20px;
}

.pagina-produto .product-view-content p {
    margin: 0.5em 0px !important;
}

.pagina-produto  .product-view-content p span {
    line-height: 24px;
}
.eapps-instagram-feed-container .eapps-instagram-feed-title {
    display: none !important;
}