/* PADRÕES*/
#content-main {
    margin: 20px 0 !important;
    padding-bottom: 30px;
}
body:not(.pagina-home):not(.pagina-categoria):not(.pagina-marca):not(.pagina-busca):not(.pagina-tag) #content-main > .container-12 {
    width: 1130px;
}
body:not(.pagina-home):not(.pagina-categoria):not(.pagina-marca):not(.pagina-busca):not(.pagina-tag) #content-main {
    padding: 20px;
}
.container-12 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
}
.container-12 .grid-12 {
    width: 1130px;
}
.grid-num, .grid-auto, .grid-cep, .grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12 {
    display: inline;
    float: left;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

/* HEADER */
#header-main .header-1 {
    padding: 15px 0 !important;
}
#header-main .element-search .search-field {
    border-color: transparent;
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
}

/* MENU */
#nav-main .element-menu-main {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0 !important;
}
#nav-main .element-menu-main ul[class$="list"] > li > a {
    font-weight: bold;
    font-size: 15px !important;
}
.advanced-search {
    padding: 0;
}
.advanced-search .advanced-search-header {
    border-top: 1px solid #ccc;
}
.advanced-search .advanced-search-header .advanced-search-title {
    color: var(--title-color);
    font-weight: bold;
    font-size: 14px;
}
#header-main .element-search .search-field::placeholder {
    color: #999;
}

/* CARRINHO DE COMPRAS */
.box-order-summary .box-order-summary-content .list-order-summary li .final-product-image .final-product-amount {
    background: var(--base-color);
}
span[class^="icon"].icon-people, span[class^="icon"].icon-delivery, span[class^="icon"].icon-payment {
    height: 20px;
    line-height: 20px;
    width: 20px;
    padding-right: 5px;
}
#personal-data .box-cart-edit {
    bottom: 35px;
    left: 20px;
}
.box-cart-final .box-cart-edit {
    margin-top: 10px;
}

/* BANNER PRINCIPAL */
#nav-main .element-banner-main {
    margin: 0!important;
}
#nav-main .element-banner-main .container-12 {
    max-width: none;
}
#nav-main .element-banner-main .container-12 .grid-12 {
	width: 100%;
    margin: 0;
}

/* BANNER TARJA */
#nav-main .element-banner-stripe {
    padding: 15px 0 !important;
    background: #fff;
}
.element-banner-stripe #banner-stripe {
    justify-content: space-around;
}
.element-banner-stripe #banner-stripe li {
	display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.element-banner-stripe #banner-stripe li picture {
    margin-bottom: 10px;
}
.element-banner-stripe #banner-stripe li h4 {
    font-size: 18px;
    font-weight: bold;
}

/* TÍTULOS HOME */
.header-box-content {
    margin-bottom: 15px;
    text-align: left;
}
.header-box-content .title-secundary {
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    border: 0;
    text-align: left;
    padding: 0;
}

/* VITRINE */
#content-main div[class^="element-"] + div[class^="element-"] {
    margin-top: 30px;
}

/* LISTAGEM DE PRODUTOS */
#product-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -30px;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
}
#product-list .product-list-item .product-list-item-inner {
    display: block;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    background: rgb(255, 255, 255);
    padding: 15px 0px 70px;
    transition: 500ms;
}
#product-list .product-list-item {
    margin-left: 11.5px;
    margin-right: 11.5px;
    margin-bottom: 23px;
    padding: 0px;
}
#product-list .product-list-item .product-list-item-inner {
    display: block;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    background: rgb(255, 255, 255);
    padding: 0px 0px 70px;
    transition: 500ms;
}
#product-list-sidebar .product-list-item .product-info, #product-list .product-list-item .product-info {
    color: rgb(0, 0, 0);
    clear: both;
    font-size: 13px;
    text-align: center;
    padding: 30px 15px!important;
}
#product-list-sidebar .product-list-item .product-info .product-name, #product-list .product-list-item .product-info .product-name {
    min-height: 40px;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
#product-list .product-list-item .product-info .product-name, #product-list-sidebar .product-list-item .product-info .product-name {
    color: var(--title-color);
}
#product-list-sidebar .product-list-item .product-info .product-name a, #product-list .product-list-item .product-info .product-name a {
    text-decoration: none;
}
#product-list-sidebar .product-list-item .product-info .product-name h2, #product-list .product-list-item .product-info .product-name h2 {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
#product-list-sidebar .product-list-item .product-info p.product-price, #product-list .product-list-item .product-info p.product-price,
#product-list .product-list-item .product-info .product-price, #product-list-sidebar .product-list-item .product-info .product-price {
    color: rgb(40, 181, 96);
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
}
#product-list-sidebar .product-list-item .product-info p.product-price span, #product-list .product-list-item .product-info p.product-price span {
    line-height: initial;
    vertical-align: initial;
}
#product-list-sidebar .product-list-item .product-info p.product-price .product-big-price, #product-list .product-list-item .product-info p.product-price .product-big-price,
#product-list .product-list-item .product-info .product-price, #product-list-sidebar .product-list-item .product-info .product-price {

    font-size: 18px;
}
#product-list-sidebar .product-list-item .wrapper-btn-product, #product-list .product-list-item .wrapper-btn-product {
    bottom: 0px;
    left: 0px;
    margin-top: 0px;
    position: absolute;
    right: 0px;
}
#product-list-sidebar .product-list-item .wrapper-btn-product .btn.btn-buy, #product-list .product-list-item .wrapper-btn-product .btn.btn-buy, #product-list-sidebar .product-list-item .wrapper-btn-product .btn.btn-buy-kit, #product-list .product-list-item .wrapper-btn-product .btn.btn-buy-kit {
    background: rgb(0, 0, 0);
}
#product-list-sidebar .product-list-item .wrapper-btn-product .btn, #product-list .product-list-item .wrapper-btn-product .btn {
    display: block;
    width: 100%;
    padding: 20px;
}
span[class^="icon"] {
    display: inline-block;
    height: 20px;
    text-align: center;
    text-indent: initial;
    width: 20px;
}
#product-list-sidebar .product-list-item .wrapper-btn-product .btn .btn-text, #product-list .product-list-item .wrapper-btn-product .btn .btn-text {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    position: relative;
}
.btn .btn-text {
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
#product-list .product-list-item .product-image, #product-list-sidebar .product-list-item .product-image {
    max-height: 270px;
}
#product-list .product-list-item .product-image a:not(.label-unavailable), #product-list-sidebar .product-list-item .product-image a:not(.label-unavailable) {
    padding-top: 267px;
}
#product-list-sidebar .product-list-item .product-info, #product-list .product-list-item .product-info {
    color: var(--text-color);
}
#product-list .product-list-item .label-promo, #product-list-sidebar .product-list-item .label-promo, #product-list .product-list-item .label-launch, #product-list-sidebar .product-list-item .label-launch,
.element-product-detail .label-stamp-wrapper .label-stamp {
    font-size: 12px;
    font-weight: bold;
    padding: 5px 12px;
}
#product-list .product-list-item .wrapper-btn-product .btn.btn-buy:hover, #product-list-sidebar .product-list-item .wrapper-btn-product .btn.btn-buy:hover, #product-list .product-list-item .wrapper-btn-product .btn.btn-buy-kit:hover, #product-list-sidebar .product-list-item .wrapper-btn-product .btn.btn-buy-kit:hover {
    background: var(--sec-color);
}

/* ORDERNAÇÃO DE PRODUTOS */
.wrapper-order-select {
    top: 5px;
}
.label-block {
    color: var(--title-color);
    font-weight: bold;
    text-transform: none;
}
.element-filter-select-box .element-filter .select-box-container .select-box-drop,
.element-filter-select-box .element-filter .select-box-container .select-box-drop .select-box-list {
    padding: 0;
}

/* TARJA LANÇAMENTO */
#product-list-sidebar .product-list-item .label-launch, #product-list .product-list-item .label-launch,
.element-product-detail .label-stamp-wrapper .label-stamp.label-launch {
    background: var(--base-color);
}

/* TARJA LANÇAMENTO */
#product-list .product-list-item .label-promo, #product-list-sidebar .product-list-item .label-promo,
.element-product-detail .label-stamp-wrapper .label-stamp.label-promo {
    background: var(--btn-detail-color);
}

/* PÁGINA PRODUTO */
.element-product-detail .product-main-image, .zoomContainer {
    height: 563px;
    width: 563px;
}
.element-product-detail .wrapper-product-price {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}
.element-product-detail .wrapper-product-price .product-price .product-new-price {
    color: var(--btn-detail-color);
}
.product-sku:first-child {
    font-weight: bold;
}
.element-product-detail .wrapper-product-price {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--bg-color);
}
.element-product-detail .product-info .product-name {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
}
.element-product-detail .label-stamp-wrapper {
    margin: 10px 0;
}
.element-product-detail .wrapper-product-price .wrapper-btn-buy .btn {
    float: none;
    width: 350px;
    margin-top: 30px;
}
.element-product-detail .wrapper-product-price .wrapper-btn-buy .btn .btn-text {
    font-size: 22px;
}
.wrapper-product-parcels .payment-parceled:after {
    margin-left: -90px;
}
.wrapper-product-parcels .payment-parceled {
    margin-left: 0!important;
    margin-top: 5px;
    left: 0;
}

/* MINIATURAS CARROUSSEL */
.element-product-detail .product-thumbnails {
    padding: 20px 0;
}
.element-product-detail .product-thumbnails .product-thumbnails-list a, .element-product-detail .product-thumbnails .product-thumbnails-list div {
    width: 80px;
    height: 80px;
    padding: 0 !important;
}
.element-product-detail .product-thumbnails .product-thumbnails-list a img, .element-product-detail .product-thumbnails .product-thumbnails-list div img {
    line-height: 80px;
    max-height: 80px;
    max-width: 80px;
}

/* NAVEGAÇÃO */
.element-breadcrumb .breadcrumb ul.breadcrumb-list {
    padding: 0;
}
.element-breadcrumb .breadcrumb ul.breadcrumb-list li a {
    font-size: 10px;
}

/* TÍTULOS PÁGINAS */
.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 {
    border-bottom: 0;
    color: var(--title-color);
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}

/* RODAPÉ
#footer-main .footer-2 .element-certificates {
    float: right;
    top: -75px;
}*/

/* COPYRIGHT */
#footer-main .copyright {
    margin-top: 30px;
}

/* BORDER 0 */
#header-main .element-search .search-field,
#product-list-sidebar .product-list-item .wrapper-btn-product .btn.btn-buy, #product-list .product-list-item .wrapper-btn-product .btn.btn-buy, #product-list-sidebar .product-list-item .wrapper-btn-product .btn.btn-buy-kit, #product-list .product-list-item .wrapper-btn-product .btn.btn-buy-kit,
.element-filter-select-box .element-filter .select-box-container .select-box-placeholder,
.advanced-search,
.btn,
input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], input[type="search"], input[type="creditcard"], input[type="cpf"], select, textarea,
.element-product-detail .product-thumbnails .product-thumbnails-list .product-thumbnails-item a, .element-product-detail .product-thumbnails .product-thumbnails-list .product-thumbnails-item div,
.element-filter-select-box .element-filter .select-box-container .select-box-drop,
.element-product-tags .product-tags-list .product-tags-list-item a,
.element-banner-main .bx-wrapper .bx-controls-direction a,
#header-main .element-shopping-cart .link-shopping-cart .wrapper-list-products-shopping-cart .list-products-shopping-cart,
.box-cart-final,
.list-shipping .list-shipping-item,
.list-payment .list-payment-item,
.box-cart-final .box-cart-edit
{ border-radius: 0px!important; }

/* OCULTAR ELEMENTOS */
.welcome-message,
.box-shipping,
.oculta-desktop
{ display: none!important; }