/*VARIÁVEL*/
:root {
	--third-color: #004aad;
}

/* PADRÕES */
#content-main div[class^="element-"]+div[class^="element-"] {
    margin-top: 30px;
}

/*HEADER*/
#header-main {
    /*background: transparent!important;*/
    padding: 10px 0!important;
}

/*CAMPO PESQUISA*/
#header-main .element-search .search-inner .search-field {
    background: none;
    border: 1px dashed var(--sec-color);
    color: #666;
    line-height: 18px;
    padding: 10px 20px;
    position: relative;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
}
#header-main .element-search .search-inner .btn {
    background: none;
    padding: 4px;
    position: absolute;
    right: 5px;
    top: 0;
}
.btn {
    background: var(--base-color);
    border: 0;
    line-height: 0;
    padding: 10px 15px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

/*ÍCONE USUÁRIO*/
#header-main .element-shopping-cart .grid-shopping-cart .user-login {
    color: var(--base-color);
    font-size: 27px;
    display: inline-block;
    padding: 6px 0px;
}

/*CARRINHO DE COMPRAS*/
#header-main .element-shopping-cart .link-shopping-cart {
    background: transparent;
    color: #666;
    padding: 10px 10px 10px 45px;
}
span[class^="icon"].icon-shopping-cart:before {
    content: "\f291";
}
span[class^="icon"].icon-shopping-cart {
    font-size: 30px;
    width: 42px;
}
#header-main .element-shopping-cart .link-shopping-cart .icon-shopping-cart {
    color: var(--base-color);
}
#header-main .element-shopping-cart .link-shopping-cart .shopping-cart-total-products-wrapper {
    display: inline-block;
    color: var(--third-color);
    font-family: 'nunito_black';
    font-size: 0;
    line-height: 20px;
    margin-right: 12px;
}
#header-main .element-shopping-cart .link-shopping-cart .shopping-cart-total-products-wrapper .shopping-cart-total-products {
    font-size: 14px;
}
#header-main .element-shopping-cart .link-shopping-cart .wrapper-list-products-shopping-cart .list-products-shopping-cart {
    border: 0;
    color: #666;
    padding: 0 30px;
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#header-main .element-shopping-cart .link-shopping-cart .wrapper-list-products-shopping-cart .list-products-shopping-cart .total-price-shopping-cart-wrapper {
    text-transform: initial;
    font-size: 16px;
    padding: 20px 0;
    line-height: 24px;
}

/*MENU*/
#nav-main .element-menu-category {
    border-bottom: 1px dashed #fff;
    border-top: 1px dashed #fff;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*BANNER PRINCIPAL*/
.element-banner-main .bx-wrapper.horizontal .bx-viewport {
    border: 1px dashed #ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.element-banner-main .bx-wrapper .bx-controls-direction a {
    height: 50px;
    margin-top: -30px;
    width: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: 0.5;
}
.element-banner-main .bx-wrapper .bx-controls-direction a span[class^="icon"] {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    width: 50px;
}
    
/*BANNER TARJA*/
.element-banner-stripe #banner-stripe {
    background: #fff;
    border: 1px dashed var(--third-color);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0;
    padding: 15px;
    display: flex;
    justify-content: space-around;
}
.element-banner-stripe #banner-stripe .banner-stripe-item {
    display: flex;
    align-items: center;
}
.element-banner-stripe #banner-stripe .banner-stripe-item img {
    margin-right: 6px;
}

/*BANNER VITRINE*/
.element-banner-shop #banner-shop > li > a > img {
	border: 1px dashed #ccc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

/*TITULOS*/
.header-box-content {
    text-align: center;
}
.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: 1px dashed var(--sec-color);
    display: inline-block;
    font-family: 'nunito_black';
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0;
}

/*CARDS PRODUTOS*/
/*#product-list .product-list-item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}*/
#product-list .product-list-item /*.product-list-item-inner*/ {
    background: #fff;
    border: 1px dashed #ccc;
    display: block;
    height: 100%;
    padding: 10px !important;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#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.label-launch,
.element-product-detail .label-stamp-wrapper .label-stamp.label-unavailable {
    font-size: 13px;
    font-weight: bold;
    border-radius: 10px;
}
#product-list .product-list-item .label-launch, #product-list-sidebar .product-list-item .label-launch, 
.element-product-detail .label-stamp-wrapper .label-stamp.label-launch {
    background: var(--third-color);    
}
#product-list .product-list-item .label-promo, #product-list-sidebar .product-list-item .label-promo {
    background: var(--sec-color);
}
#product-list-sidebar .product-list-item .product-info, #product-list .product-list-item .product-info {
    padding: 10px;
    text-align: center;
}
#product-list-sidebar .product-list-item .product-info .product-name, #product-list .product-list-item .product-info .product-name {
    min-height: 0;
    margin-bottom: 10px;
    text-align: center;
}
#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-family: 'nunito_black';
    font-size: 16px;
    line-height: 22px;
}
#product-list-sidebar .product-list-item .product-info p.product-price, #product-list .product-list-item .product-info p.product-price {
    color: var(--base-color);
    font-family: 'nunito_black';
    line-height: 24px;
    margin-bottom: 5px;
}
#product-list-sidebar .product-list-item .product-info p.product-price .product-price, #product-list .product-list-item .product-info p.product-price .product-price, #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 {
    font-size: 20px;
}
#product-list .product-list-item .product-info .product-name, #product-list-sidebar .product-list-item .product-info .product-name {
    text-transform: none;
}

/*PÁGINA CATEGORIA*/
.wrapper-order-select {
    top: 41px;
}
.element-filter-select-box .element-filter .select-box-container .select-box-placeholder {
    border: 1px dashed #ccc;
    padding: 9px 40px 9px 15px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
}

/*PÁGINA PRODUTO*/
.element-product-detail div[class^="box-"] {
    padding: 0!important;
}
.element-product-detail .product-info .product-name {
    text-transform: none;
}

/*PÁGINA CARRINHO*/
#cart-products-table .cart-products-list .cart-products-list-item > div.cart-item-amount-holder .cart-item-decrement,
#cart-products-table .cart-products-list .cart-products-list-item > div.cart-item-amount-holder .cart-item-increment {
    border-radius: 5px;
}
.box-cart-final {
    border: 1px dashed #ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
span[class^="icon"].icon-people, span[class^="icon"].icon-delivery, span[class^="icon"].icon-payment {
    font-size: 15px;
    height: auto;
    line-height: inherit;
    width: auto;
    margin-right: 7px;
}
.box-cart-final .box-cart-final-empty {
    border-bottom: 1px solid #eee;
}
.box-cart-final .box-cart-edit {
    border: 1px solid #ccc;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
}
.list-shipping .list-shipping-item.active,
.list-payment .list-payment-item.list-payment-active {
    border-radius: 10px;
}
#one-step-checkout-main>li {
    padding-bottom: 0;
}

/*PÁGINAS INTERNAS*/
body:not(.pagina-home):not(.pagina-categoria):not(.pagina-marca):not(.pagina-busca):not(.pagina-tag) #content-main {
    padding: 0!important;
    background: transparent;
}
body:not(.pagina-home):not(.pagina-categoria):not(.pagina-marca):not(.pagina-busca):not(.pagina-tag) #vitrine {
    background: #fff;
    border: 1px dashed #ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0;
    padding: 15px;
}

/*INPUT*/
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 {
    background: #fff;
    border: 1px dashed #ccc;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
}
textarea {
    background: #fff;
    border: 1px dashed #ccc;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

/*BANNER BOTTOM*/
.element-banner-bottom #banner-bottom > li {
    border: 1px dashed #ccc;
    background: #fff;
    border-radius: 10px;
    padding: 30px 20px 20px;
    margin-top: 40px;
}

/*RODAPÉ*/
footer .element-social-footer {
    margin-bottom: 14px;
}
#footer-main .element-payment-methods .payment-methods-list {
    display: flex;
    justify-content: center;
    background: #fff;
    padding: 5px;
    border-radius: 10px;
}
#footer-main .element-payment-methods .payment-methods-list .payment-methods-item {
    margin: 0 3px;
    padding: 0;
}
#footer-main address {
    text-align: center;
}
footer .footer-4 {
    margin-top: 40px;
}
footer .footer-5 {
    margin: 0;
}
#footer-main .copyright {
    background: transparent;
}
#footer-main .copyright p {
    color: #fff;
}
#footer-main .element-menu-footer .menu-footer-list > li {
    width: 43%!important;
}

/*SELO GOOGLE*/
#___ratingbadge_0 {
    position: relative!important;
    margin-top: 10px!important;
}

/*OCULTA ELEMENTOS*/
.oculta-desktop,
.wrapper-btn-buy-kit,
footer .element-payment-methods .title-footer,
footer .element-address .title-footer,
.wrapper-product-combination,
.welcome-message,
.esconder-categoria
{
    display: none!important;
}
.container-12 .grid-2 {
    width: 180px;
}