/*
Theme Name: Acraft Child Theme
Description: Tema customizado para o projeto Acraft.
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0.2
*/

p,
input,
ul {
  font-family: "Open Sans", sans-serif !important;
}

/* HEADINGS */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h1,
h2,
h3,
h4 {
  color: #6ad3b4;
  margin-bottom: 0;
}

h2 {
  color: #6ad3b4;
  font-size: 30px !important;
  margin-bottom: 0;
}

h3 {
  color: #8d7d63 !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #8d7d63 !important;
  font-size: 12px !important;
  line-height: 16px;
}

h4 {
  color: #8d7d63;
  font-size: 24px !important;
  margin-bottom: 0;
}

h5 {
  color: #6ad3b4;
}

h6 {
  font-family: "Libre Baskerville";
  font-size: 20px !important;
  font-style: italic;
  color: #8d7d63 !important;
  text-transform: none !important;
}

.bg-grey {
  background-color: #ccc;
}

.wpb_row {
  margin-bottom: 0 !important;
}

/* BOTÃO "VER TODOS" COM ÍCONE (+) */
.nectar-button.large.has-icon.regular-button:hover {
  background-color: #43c86f !important;
}

/* ----- HEADER ----- */

header#top nav > ul > li > a {
  font-size: 14px !important;
}

#header-outer.transparent header#top nav .sf-menu > li.current-menu-item > a,
#header-outer.transparent header#top nav .sf-menu > li.current_page_item > a {
  color: #6ad3b4 !important;
}

div#header-outer.transparent header#top nav > ul > li > a {
  opacity: 1 !important;
}

body #header-outer .widget_shopping_cart .cart_list li,
body #header-outer .cart-notification {
  /*background-color: #8d7d63;*/
}
/* body #header-outer .widget_shopping_cart .cart_list li:hover {
    background-color: #8d7d63;
} */

/* CAMPO DE BUSCA */

body.ascend #search-outer #search #search-box input[type="text"] {
  font-size: 40px !important;
  color: #8d7d63 !important;
}

body.ascend #search-outer.nectar {
  background-color: rgba(255, 242, 223, 0.8) !important;
}

body.ascend #search-outer #search #search-box input[type="text"] {
  background-color: #fff !important;
  text-transform: none !important;
  padding: 15px 0 !important;
}

/* ----- HOME ----- */

/* BANNER */

div[data-button-sizing="large"] .swiper-slide .button.transparent_2 a {
  padding: 10px 20px !important;
}

div[data-button-sizing="large"] .swiper-slide .button.transparent_2 a {
  background-color: #ffac8a !important;
}
.swiper-slide .button.transparent_2 a {
  border: 2px solid #ffac8a;
}

/* LOJINHA A.CRAFT */
.home-coluna-lojinha-acraft {
  background-color: #fff !important;
  border-radius: 5px !important;
  padding-left: 15px !important;
}
.home-coluna-lojinha-acraft h6 {
  padding-right: 15px;
}

/* PORTIFÓLIO (TUTORIAIS) */

/*.portfolio-wrap .portfolio-items:not(.carousel) .col.span_3 .work-meta,
.portfolio-wrap .portfolio-items:not(.carousel) .col.span_4 .work-meta{
    width: 100% !important;
}*/

.portfolio-items .col.span_3 .work-meta h4,
body h4,
.row .col h4,
.portfolio-items .work-meta h4 {
  font-size: 16px !important;
  line-height: 22px !important;
  color: #8d7d63 !important;
}

.wpb_wrapper > div {
  margin-bottom: 0 !important;
}
.single .comments-section.row {
  position: relative;
  z-index: 10000;
  background-color: #f6f6f6;
}

/*.portfolio-items .work-meta{
    width: 100% !important;
}/*

.nectar-love-wrap{
    display: none;
}
.portfolio-items .col h3 {
    color: #fff !important;
}


/* LOJINHA CRAFT > NOME DO PRODUTO */

.woocommerce ul.products li.product.classic h3,
.woocommerce-page ul.products li.product.classic h3 {
  font-size: 12px !important;
  line-height: 18px !important;
  font-weight: 600 !important;
  color: #8d7d63;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px; /* fallback */
  max-height: 38px; /* fallback */
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.woocommerce ul.products li.product h3 {
  font-family: "Open Sans", sans-serif !important;
  color: #8d7d63;
}

.woocommerce ul.products li.product.classic.type-product h3 {
  font-size: 13px !important;
  line-height: 16px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

.woocommerce ul.products li.product .price {
  font-size: 16px !important;
  line-height: 22px !important;
}

.home .products .col > a,
.home .portfolio-items .col .work-item {
  display: block;
  /*height: 180px;*/
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.home .portfolio-items .col .work-item img {
  margin-bottom: 0 !important;
}
.home #loja .portfolio-items .col {
  background-color: transparent;
}
/*.portfolio-items .col .work-item {
    height: 250px;
}
.portfolio-items .col .work-item .vert-center a:nth-child(1){
    display: none!important;
}

.home .products .col > a img,
.portfolio-items .col .work-item img {
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 768px) and (min-width: 700px){
.portfolio-items .col .work-item {
    height: 190px;
}
}
@media only screen and (max-width: 1024px) and (min-width: 1020px){
.portfolio-items .col .work-item {
    height: 177px;
}
}
@media only screen and (max-width: 400px) and (min-width: 300px){
.portfolio-items .col .work-item {
    height: 200px;
}
}

@media only screen and (max-width: 1024px) and (min-width: 768px){
#footer-outer #footer-widgets .col p {
    font-size: 11px !important;
}
}*/

/* ÚLTIMOS POSTS */

.home .blog-recent .col .post-header h3.title a,
.post-header {
  color: #4e4635 !important;
}

.full-width-section img,
.col.center img {
  margin-bottom: 15px !important;
}

.home .blog-recent .col .post-header h3,
.blog-recent .col .post-header h3,
.home .blog-recent .col .post-header,
.row .col p:last-child {
  text-align: left;
}

.home .blog-recent .col .post-header h3 {
  margin-bottom: -5px;
}

.home-linha-ultimos-posts {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
}

.row.blog-recent.columns-3 {
  padding-bottom: 0 !important;
}

/* ÚLTIMOS POSTS > TAMANHO DAS IMAGENS*/

.home .blog-recent .col > a {
  display: block;
  height: 200px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.home .blog-recent .col > a img {
  position: absolute;
  top: 0;
  left: 0;
}

/* COMO TRABALHAMOS */
.icon-como-trabalhamos {
  width: 200px;
}

/* LOJA - CARRINHO */

#ajax-content-wrap section.shipping-calculator-form {
  display: block !important;
}

select#calc_shipping_country {
  display: none;
}

select#calc_shipping_state {
  display: none;
}

body.woocommerce table.cart a.remove,
body.woocommerce #content table.cart a.remove,
body.woocommerce-page table.cart a.remove,
body.woocommerce-page #content table.cart a.remove {
  color: #fff !important;
}

body.woocommerce table.cart a.remove:hover,
body.woocommerce #content table.cart a.remove:hover,
body.woocommerce-page table.cart a.remove:hover,
body.woocommerce-page #content table.cart a.remove:hover {
  color: #ffac8a !important;
  background-color: transparent !important;
  border: 1px solid #ffac8a !important;
}

html .woocommerce-cart .woocommerce input.update-cart {
  padding: 0 !important;
  background-color: transparent !important;
  font-size: 12px !important;
  color: #6ad3b4;
  text-decoration: underline;
  margin-top: 0 !important;
}
html .woocommerce-cart .woocommerce input.update-cart:hover {
  background-color: transparent !important;
  color: #6ad3b4;
}
.woocommerce .quantity,
.woocommerce-page .quantity {
  font-size: 0;
}

body.woocommerce ul.products li.product .onsale,
body.woocommerce-page ul.products li.product .onsale,
body.woocommerce span.onsale,
body.woocommerce-page span.onsale {
  background-color: #6ad3b4 !important;
  font-weight: bold;
  font-size: 10px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
  display: none; /*#7340919*/
}
.woocommerce div.product .product-wrap .out-of-stock,
.product-wrap span.out-of-stock {
  position: absolute;
  z-index: 100;
  bottom: 0;
  right: 0;
  color: #fff;
  background-color: #606060;
  padding: 0 10px;
}

body #header-outer .widget_shopping_cart .cart_list {
  max-height: 330px;
}

/* ----- PORTIFÓLIO (TUTORIAIS > INTERNAS > SIDEBAR > NOMES DAS CATEGORIAS) ----- */

.ascend #sidebar div ul li {
  font-family: "Open Sans" !important;
  font-weight: 800;
  color: #8d7d63;
}
.sidebar-content p {
  padding-bottom: 0;
}
#sidebar .project-attrs li {
  line-height: 10px;
}
#sidebar .project-attrs {
  margin: 10px 0 !important;
}

/* ----- LOJA ----- */

/* Nome do produto */
.woocommerce ul.products li.product.classic.type-product h3 {
  font-weight: 800 !important;
}

/* Hover: Adicionar ao Carrinho */
html .woocommerce .classic .product-wrap .add_to_cart_button {
  background-image: url(images/cart-add.png) !important;
  background-position: center;
  height: 40px !important;
  width: 40px !important;
  padding: 0 !important;
}
html .woocommerce .classic .product-wrap .add_to_cart_button i,
html .woocommerce .classic .product-wrap .add_to_cart_button span {
  display: none;
}
/* .woocommerce .classic .product-wrap .add_to_cart_button {
    background-image: url(../img/icons/cart-add.png) !important;
} */

/* Sidebar > Campos de busca */
.container-wrap input[type="text"].product-search-field {
  background-color: #fff !important;
  height: 50px !important;
  border-radius: 4px !important;
}
.search-results .thumbnail {
  width: 60px !important;
  height: 60px !important;
}

/* Sidebar > Espaço após H4 */
#sidebar > div {
  margin-bottom: 30px !important;
}

/* Sidebar > Produtos mais vendidos > Nome */
#sidebar .woocommerce .product_list_widget span,
body.page-template-page-sidebar-php .main-content > .row > #sidebar {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

/* Sidebar > Produtos mais vendidos > Imagem */
#sidebar .woocommerce ul.product_list_widget li img {
  width: 80px;
}

/* Sidebar > Categorias */
#sidebar .cat-parent > a {
  color: #8d7d63;
}
body.ascend #sidebar div ul .cat-item:not(.cat-parent)
    /* body.ascend #sidebar div ul li.cat-parent > a */ {
  border-bottom: 1px #d8e7ff solid !important;
}
#sidebar .product-categories .children {
  margin-left: 0px !important;
}
#sidebar .product-categories .children {
  padding-bottom: 20px !important;
}
#sidebar .product-categories .children .children {
  display: none;
}
#sidebar .product-categories .children .cat-parent {
  border-bottom: 1px #d8e7ff solid !important;
}
#sidebar .product-categories .children .cat-parent a {
  color: #6ad3b4;
}
#sidebar .product-categories .children .cat-parent a:hover {
  color: #8d7d63;
}

/* Botão VER TODOS*/
.nectar-button:hover {
  background-color: #43c86f !important;
}

/* Lista nas descrições */
#tab-description ul {
  margin-left: 20px;
}

.related-tutorials {
  margin: 0 -15px;
}
.related-tutorials .col:nth-child(4n + 1) {
  clear: left;
}
.related-tutorials h4 {
  margin-top: 10px;
}

.woocommerce .classic .product-wrap .add_to_cart_button {
  background-color: #6ad3b4 !important;
}
.woocommerce .classic .product-wrap .add_to_cart_button:hover {
  background-color: #43c86f !important;
}
.woocommerce ul.products li.product .product-wrap img,
.woocommerce-page ul.products li.product .product-wrap img {
  /*min-height: 230px;*/
}

html .woocommerce #payment li label,
html .woocommerce-page #payment li label {
  display: inline-block;
}

html .woocommerce #payment li label .about_paypal,
html .woocommerce-page #payment li label .about_paypal {
  line-height: 32px !important;
  margin-left: 20px;
}

html #woocommerce-moip-payment-form .panel ul li {
  list-style: none;
}

html .woocommerce-checkout .panel .form-group select {
  width: auto;
  margin-right: 10px;
}

html .woocommerce-checkout .woocommerce .button,
#pagarme-qr-code-button,
#pagarme-billet-button {
  padding: 16px !important;
  text-transform: uppercase;
  font-weight: 800 !important;
  letter-spacing: 0.2em;
}

html .woocommerce table.shop_table th,
html .woocommerce-page table.shop_table th,
html .woocommerce table.shop_table tfoot td,
html .woocommerce table.shop_table tfoot th,
html .woocommerce-page table.shop_table tfoot td,
html .woocommerce-page table.shop_table tfoot th {
  font-weight: 800 !important;
  font-family: "Open Sans";
}

/*html .woocommerce .star-rating span:before {
    top: -4px;
    font-size: 12px;
}*/
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
  display: none !important;
}

.home .woocommerce .products ul,
.home .woocommerce ul.products {
  border-bottom: 0 !important;
}

/* ----- PÁGINA DO PRODUTO ----- */

/* Nenhum produto foi encontrado para a sua seleção */
.search .container-wrap .row .col p:last-child {
  color: #736750 !important;
  font-weight: 600;
}

/* Preço do produto */
p.price {
  color: #8d7d63 !important;
  font-weight: 600 !important;
}

/* Produtos associados (kits) > Nome do produtos */
h4.bundled_product_title.product_title {
  font-size: 24px !important;
  color: #8d7d63 !important;
}

/* Botão Comprar */
body.woocommerce button.button,
body.woocommerce-page button.button,
#pagarme-qr-code-button,
#pagarme-billet-button {
  background-color: #6ad3b4 !important;
}
body.woocommerce button.button:hover,
body.woocommerce-page button.button:hover,
#pagarme-qr-code-button:hover,
#pagarme-billet-button:hover {
  background-color: #43c86f !important;
}

/* Categorias */
.posted_in a,
.tagged_as a {
  font-weight: 600;
}

/* Nomes das abas DESCRIÇÃO, AVALIAÇÕES... */
.woocommerce div.product .woocommerce-tabs .full-width-content ul.tabs li a {
  padding: 10px 25px !important;
  font-family: "Lovelo", sans-serif;
  font-weight: 600 !important;
  text-transform: uppercase;
}

/* Aba DETALHES > Margem superior */
body.woocommerce .woocommerce-tabs > div:not(.tab-container) {
  padding: 0 0 !important;
}

/* Aba AVALIAÇÕES > Comentários */
body.woocommerce .full-width-tabs #reviews h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 24px !important;
  line-height: 30px !important;
  text-transform: none !important;
}

/* Produtos Relacionados */
.related.products h2 {
  margin-bottom: 20px;
}
body.woocommerce a.button,
body.woocommerce-page a.button {
  background-color: #6ad3b4 !important;
}
body.woocommerce a.button:hover,
body.woocommerce-page a.button:hover {
  background-color: #43c86f !important;
}
.woocommerce .products {
  margin-bottom: 20px !important;
}

/* Linha abaixo dos Produtos Relacionados*/
.woocommerce .products ul,
.woocommerce ul.products {
  border-bottom: 1px #ddd solid !important;
}

/* FORMULARIO */
.gform_wrapper .gform_fields {
  margin: 0;
}
.gform_wrapper .gform_fields li {
  list-style-type: none;
  position: relative;
}
.gform_wrapper .gform_fields li .validation_message {
  position: absolute;
  top: 27px;
  left: 0;
  padding: 10px;
  height: 50px;
  width: 100%;
  background-color: rgba(255, 100, 100, 1);
  color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#gform_wrapper_1 .gform_fields li .validation_message {
  top: 0;
}
.gform_wrapper .gform_fields li.medium .validation_message {
  width: 80%;
}

/* CARRINHO */

/* Botão remover produto */
.woocommerce-page table.cart a.remove {
  background-color: #ffac8a;
  color: #fff;
}

/* Thumb do produto */
body .woocommerce table.cart img,
body .woocommerce #content table.cart img,
body .woocommerce-page table.cart img,
body .woocommerce-page #content table.cart img {
  height: auto !important;
}

body .woocommerce td.product-quantity {
  min-width: 140px;
}

/* Nome do produto */
.product-name body a {
  color: #8d7d63 !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

/* Campos "Código do cupom" e "CEP" */
body .container-wrap input[type="text"],
body.woocommerce-cart table.cart td.actions .coupon .input-text,
body.woocommerce form .form-row input.input-text {
  background-color: #fff !important;
  border-radius: 4px !important;
}

/* Botão APLICAR CUPOM*/
html body #ajax-content-wrap .button,
html body #ajax-content-wrap [class*="button"],
#pagarme-qr-code-button,
#pagarme-billet-button {
  border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 4px !important;
}
body.woocommerce input.button,
body.woocommerce-page input.button {
  background-color: #6ad3b4 !important;
}
.woocommerce table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
  border: none !important;
  border-radius: 4px;
}

/* ----- FORMULÁRIO ----- */

body .gform_wrapper .top_label .gfield_label {
  font-family: "Open Sans", Sans serif !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  letter-spacing: 0 !important;
  margin: 0px;
}

/* Botão Enviar */

.ascend input[type="submit"],
#footer-outer #footer-widgets .col input[type="submit"] {
  letter-spacing: 0 !important;
  background-color: #6ad3b4 !important;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.ascend input[type="submit"]:hover,
#footer-outer #footer-widgets .col input[type="submit"]:hover {
  background-color: #43c86f !important;
}

/* Background Campo Aberto */

.container-wrap .ginput_container input[type="text"] {
  background-color: #fff !important;
  border: 1px solid #6ad3b4 !important;
}

/* Select */

select {
  padding: 16px !important;
}

html body #ajax-content-wrap .button,
html body #ajax-content-wrap .button a,
html body #ajax-content-wrap [class*="button"] {
  line-height: 1.5rem;
  border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
}

/* ----- BLOG ----- */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="date"],
textarea {
  padding: 10px;
  width: 100%;
  font-size: 14px;
  font-family: inherit;
  line-height: 24px;
  color: #555;
  background-color: #f1f1f1;
  border: none;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

/* Campo de Busca > Input */
.widget_search .search-form input[type="text"] {
  padding-right: 75px !important;
  border-radius: 4px 0 0 4px !important;
}
.search-field .container-wrap input[type="text"] {
  background-color: #fff !important;
  border: 1px solid #ccc !important;
}

/* Campo de Busca > Botão BUSCAR */
.ascend .widget_search .search-form input[type="submit"] {
  line-height: 24px !important;
  font-size: 14px !important;
  letter-spacing: 0 !important;
  padding: 13px !important;
}
.widget_search .search-form input[type="text"] {
  border-radius: 4px !important;
}
.ascend .widget_search .search-form input[type="submit"] {
  border-radius: 0 4px 4px 0 !important;
}

/* TAGS */
#sidebar .widget .tagcloud a {
  background-color: #8d7d63;
  border-radius: 3px !important;
}
#sidebar .widget:not(.widget_text) h4 {
  display: none;
}

/* ----- POST ----- */

/* Campo Buscar */
.widget_search .search-form {
  background-color: #fff !important;
}

/* Autor > Escrito por XXX */
#author-info h3 {
  color: #fff !important;
}
#author-info p {
  color: #fff;
  padding-bottom: 0;
}

/* Autor > Botão MAIS POSTS DE XXX */
#author-bio .nectar-button {
  color: #fff !important;
  border-color: #fff !important;
  border-radius: 4px !important;
}
#author-bio .nectar-button:hover {
  color: #fff !important;
  border-color: transparent !important;
}

/* Autor > Background */
#author-bio {
  background-color: #8d7d63 !important;
}
.ascend #author-bio {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.ascend #author-bio.no-pagination,
.ascend .comment-wrap {
  border-top: 0 !important;
}

/* Comentários > Campo DEIXE UM COMENTÁRIO */
body .container-wrap textarea {
  background-color: #fff !important;
  border-radius: 4px !important;
}

/* Comentários > Botão ENVIAR COMENTÁRIO */
body.ascend .container-wrap input[type="submit"] {
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -o-border-radius: 4px !important;
}
.ascend input[type="submit"] {
  font-size: 18px !important;
}

/* ----- CONTATO ----- */

.gform_wrapper {
  margin: 0 !important;
}

body .gform_wrapper label.gfield_label + div.ginput_container {
  margin-bottom: 10px;
}

/* CAMPOS NOME E EMAIL */
.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
  width: 80% !important;
  height: 50px;
  border-radius: 4px;
}

/* CAMPO DE MENSAGEM */
.gform_wrapper textarea.medium {
  width: 80% !important;
  border-radius: 4px;
  background-color: #fff !important;
  border: 1px solid #6ad3b4 !important;
}

/* FOOTER */

#footer-outer .widget {
  font-weight: 600;
  text-transform: uppercase;
}

#footer-outer .widget h4 {
  font-size: 18px !important;
}

#footer-outer #footer-widgets .col p {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 17px;
  font-weight: normal;
}

#field_1_1 .gfield_label {
  display: none;
}

.gform_wrapper .gform_footer {
  padding: 0 !important;
  margin: 0 !important;
}

.gform_footer.top_label input[type="submit"] {
  font-size: 14px !important;
  padding: 12px 15px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

#footer-widgets .lsi-social-icons {
  width: 100%;
  background: none !important;
}
#footer-widgets .widget_lsi_widget li {
  float: left !important;
}
#footer-outer #footer-widgets .col ul li:first-child > a,
#footer-outer #footer-widgets .col ul li:first-child {
  padding: 4px 0 !important;
}

#footer-outer #footer-widgets .col .widget_lsi_widget .lsi-social-icons li a {
  padding: 8px !important;
}
#footer-widgets .widget_lsi_widget li a i {
  color: #8d7d63;
}
#footer-outer {
  background-image: url("images/papel-kraft.jpg");
}

.copyright p {
  padding-bottom: 0;
  text-align: right;
}

.certificate {
  padding-right: 50px;
  display: table-cell;
  height: 100px;
  vertical-align: middle;
}
.certificate img {
  margin: 0 !important;
  max-height: 90px;
}

.ascend #sidebar ul.product_list_widget li {
  border-bottom: 1px solid #ccc !important;
}
.product_list_widget li .jckqvBtn {
  float: left;
  display: block;
  margin-right: 10px !important;
}
#ship-to-different-address label.input-label {
  font-family: "Open Sans";
  font-size: 15px;
  line-height: 24px;
  color: #676767;
  display: block;
  padding: 10px 0;
}
#ship-to-different-address .checkbox {
  margin: 0;
}
.woocommerce .login-notice .woocommerce-info {
  background-color: #ffac8a !important;
  font-size: 17px;
}
.woocommerce .login-notice .woocommerce-info .showlogin {
  font-weight: bold;
}
html body .woocommerce .woocommerce-message,
html body .woocommerce .woocommerce-info {
  background-color: #606060 !important;
}
html body .woocommerce .woocommerce-error {
  background-color: #a00 !important;
}
#woocommerce-moip-payment-form .button.cancel {
  display: none;
}

.woocommerce-order-received .woocommerce .woocommerce-message .button {
  background-color: rgb(106, 211, 180) !important;
  font-family: Lovelo, sans-serif !important;
  font-size: 13px !important;
  padding: 15px 22px !important;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  display: inline-block;
  height: 50px;
}

#yogh {
  width: 80px;
  height: 46px;
  background: url("wordpress-by-yogh.png");
  background-size: 80px 46px;
  text-indent: -9999px;
  float: right;
  display: inline-block;
  margin: 5px 0 5px 0;
}

.search-results h1 {
  font-size: 22px;
}

.page .jckqvBtn {
  display: none;
}

.pag-sobre-linha-como-funciona {
  border-style: solid;
  border-color: #eee;
  border-width: 1px 0;
}

/*WOOCOMMERCE*/
html .woocommerce .woocommerce-message,
html .woocommerce .woocommerce-error,
html .woocommerce .woocommerce-info {
  background-color: #27ccc0 !important;
}

.woocommerce .woocommerce-ordering {
  top: -8px !important;
}

.view-order-actions {
  margin-bottom: 20px;
}
.order-info {
  padding-bottom: 10px;
}

/*BUSCA*/
#search-results .result h2 {
  line-height: 31px;
}
/*SELECTS*/
select {
  font-family: "Open Sans";
}

.woocommerce-info .showcoupon {
  font-weight: bold;
}

/*MOIP CHECKOUT TRANSPARNTE*/
#woocommerce-moip-payment-form .panel #credit-card-security-code {
  width: 64px !important;
}

/*QUICKVIEW*/
.vc_col-sm-4 .jckqvBtn {
  display: none;
}
#jckqv .button {
  line-height: 15px;
}
#jckqv .cart {
  margin-top: 10px;
}

/*PORTFOLIO*/
/*#portfolio-nav #all-items a i{
    display: none;
}*/

.woocommerce form .form-row {
  padding: 3px 0;
}
.woocommerce-cart table.shop_table {
  margin-bottom: 0;
}
.woocommerce-cart .cart-actions {
  margin-bottom: 20px;
}
.woocommerce-cart input[name="apply_coupon"],
.woocommerce-cart .cart-actions .button {
  font-family: Lovelo, sans-serif !important;
  letter-spacing: 3px !important;
}
.woocommerce-cart .cart-actions input[name="proceed"],
.woocommerce-cart
  .woocommerce
  .cart-actions
  input[type="submit"][name="update_cart"] {
  width: 48% !important;
  margin: 0 !important;
}
.woocommerce-cart .cart-actions input[name="update_cart"] {
  background-color: #ffac8a !important;
}
.woocommerce-cart .cart-actions input[name="proceed"]:hover {
  background-color: #333333 !important;
}
.woocommerce-cart .cart-actions input[name="proceed"] {
  float: right;
}
.woocommerce-cart .col.span_4 .cart-actions {
  display: none;
}

.row .col .work-item img {
  /*height: 180px!important; */
}
#portfolio.portfolio-items .col[data-default-color="true"] .bottom-meta {
  background-color: #ffac8a !important;
}
#portfolio.portfolio-items .col[data-default-color="true"] .bottom-meta h3 {
  color: #fff !important;
}

.work-item .vert-center h3 {
  font-size: 24px !important;
  line-height: 30px !important;
  color: #fff !important;
  /*background-color: rgba(50, 50, 50, 0.6)!important; */
}

.portfolio-items .col[data-default-color="true"] .work-item .work-info-bg {
  background-color: rgba(50, 50, 50, 0.6) !important;
}

/*AJUDA*/
#ajuda a.nectar-button.large.accent-color.regular-button {
  min-width: 282px;
  text-align: center;
}

.bundled_table_item .product-quantity {
  display: none;
}

.woocommerce-account.woocommerce-page:not(.logged-in) .woocommerce {
  max-width: 460px;
  margin: 0 auto;
}
.woocommerce-account .addresses .title .edit {
  float: none;
  vertical-align: middle;
  padding-left: 10px;
}
.woocommerce-account .addresses .title .edit::before {
  content: "(";
}
.woocommerce-account .addresses .title .edit::after {
  content: ")";
}

#author-bio {
  margin-top: 0 !important;
}

.pp_content_container .pp_description {
  display: none !important;
}

/* #ajax-loading-screen {
    display: none !important;
} */

.related-categories mark {
  display: none;
}
.related-categories h3 {
  text-transform: uppercase !important;
}
.related-categories .thumbnail {
  display: block;
  max-height: 140px;
  overflow: hidden;
}

.woocommerce .product_list_widget .buttons a {
  margin-left: 0;
}
.woocommerce .product_list_widget .buy {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  display: inline-block !important;
  margin-left: 10px;
  padding: 8px 10px;
  background: #66cc99;
  color: #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
/* Sidebar page of single portfolio */
.woocommerce .product_list_widget .buy.space {
  margin-bottom: 10px !important;
  margin-right: 10px !important;
}
.woocommerce .product_list_widget .buy i::after {
  content: "\e806";
  font-family: "jckqv-icons";
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
}

.icon-salient-cart:before {
  content: "\e606" !important;
  font-size: 22px;
}

.woocommerce ul.products li.product a img {
  margin-bottom: 0 !important;
}

.woocommerce .cart .quantity input.plus,
.woocommerce .cart .quantity input.minus {
  -webkit-appearance: none;
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
  float: left;
}

.touch .woocommerce .classic .product-wrap .add_to_cart_button,
.touch .woocommerce .classic .product-wrap .product_type_variable,
.touch .woocommerce .classic .product-wrap .product_type_grouped,
.touch .woocommerce .classic .product-wrap a.button {
  display: none;
}

.image-full img {
  width: 100% !important;
}

#post-area .products .product {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: 25% !important;
  float: left !important;
  clear: none !important;
}
#post-area .products .product:nth-child(4n + 1) {
  clear: left !important;
}

.search .hide-on-search {
  display: none;
}

.touch .portfolio-items .work-info,
.touch .portfolio-items .work-info h3 {
  opacity: 1 !important;
}
.touch .portfolio-items .work-info-bg {
  opacity: 0.3;
}

#portfolio-extra {
  margin-top: -15px;
}

body #error-404 .widget_search {
  max-width: 400px;
  margin: 20px auto 40px;
}
body #error-404 .banners {
  width: 100%;
  margin-top: 20px;
}
body #error-404 .banner {
  width: 33%;
  display: inline-block;
  padding: 0 15px;
}
body #error-404 .banner img {
  width: 100%;
  height: auto;
}

/**
 * #7340946
 */
.single-product .stock.in-stock {
  display: none !important;
}

/**
 * Acraft Optin
 */
.acraft-optin {
  color: #877c64;
}
.acraft-optin .validation_error {
  display: none;
}
.acraft-optin .validation_message {
  width: 100% !important;
  top: 0 !important;
}
.acraft-optin .gform_ajax_spinner {
  position: absolute;
}
.acraft-optin .gform_confirmation_message {
  text-align: center;
}
.acraft-optin--title {
  font-family: "Lovelo", sans-serif;
  /*font-weight: 700;*/
  font-size: 15px;
  line-height: 1.3;
}
.acraft-optin--background {
  position: relative;
  background-color: #fdc0a8;
  padding: 10px 30px;
}
.acraft-optin--background:after,
.acraft-optin--background:before {
  content: "";
  background-repeat: repeat-y;
  background-size: initial;
  background-color: #fffcf8;
  position: absolute;
  width: 12px;
  height: 100%;
  top: 0;
}
.acraft-optin--background:after {
  left: 0;
  background-image: url("images/fita-rosa-left.png");
}
.acraft-optin--background:before {
  right: 0;
  background-image: url("images/fita-rosa-right.png");
}
.acraft-optin--list {
  margin: 20px 0 0 30px;
  line-height: 1;
}
.acraft-optin--list li {
  position: relative;
  font-size: 17px;
  margin: 6px 0;
  padding-left: 10px;
}
.acraft-optin--list li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  background-color: #877c64;
}
.acraft-optin--menininha {
  text-align: center;
}
.acraft-optin--menininha img {
  margin-bottom: 0 !important;
}
.acraft-optin--form .gform_wrapper .gform_fields .gfield_label {
  display: none;
}
.acraft-optin--form .gform_wrapper .gform_fields input {
  width: 100% !important;
  border: 1px solid #e6e7e3;
  background-color: #fff;
  color: #555;
  font-size: 16px;
}
.acraft-optin--form .gform_wrapper .gform_footer input {
  width: 100% !important;
  height: 50px;
  /*margin-top: 1px;*/
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.mfp-html-fix {
  margin-right: 0 !important;
}
.acraft-optin-lightbox {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  background-color: #fffcf8;
}
#optin-lightbox.acraft-optin-lightbox .mfp-close {
  background: url("images/close.png") no-repeat !important;
  width: 25px !important;
  height: 25px !important;
  top: 3px !important;
  right: 3px !important;
}
.acraft-optin-lightbox .lado-1,
.acraft-optin-lightbox .lado-2 {
  width: 49%;
  padding: 30px 15px;
  display: inline-block;
  vertical-align: top;
}
.acraft-optin-lightbox .lado-1 {
  background: url("images/background-bolinhas.jpg");
  background-repeat: repeat;
  padding-right: 0;
}

.acraft-optin-inline .gform_confirmation_message {
  text-align: left;
}
.acraft-optin-inline .acraft-optin--menininha {
  width: 15%;
  display: inline-block;
  vertical-align: middle;
}
.acraft-optin-inline .acraft-optin--title-form {
  width: 80%;
  display: inline-block;
  vertical-align: middle;
}
#optin-blog .acraft-optin--title-form {
  padding: 20px 50px;
}
.acraft-optin-inline .acraft-optin--background:after,
.acraft-optin-inline .acraft-optin--background:before {
  background-color: #f6f6f6;
}
.acraft-optin-inline .acraft-optin--title {
  margin-bottom: 15px;
}
.acraft-optin-inline .acraft-optin--form form {
  max-width: 90%;
  font-size: 0;
}
.acraft-optin-inline .acraft-optin--form .gform_body {
  width: 85%;
  display: inline-block;
  vertical-align: top;
}
.acraft-optin-inline .acraft-optin--form .gform_footer {
  width: 14%;
  display: inline-block;
  vertical-align: top;
}
.acraft-optin-inline .acraft-optin--form .gform_wrapper .gform_fields input {
  border-radius: 4px 0 0 4px !important;
  border-color: transparent !important;
}
.acraft-optin-inline .acraft-optin--form .gform_wrapper .gform_footer input {
  border-radius: 0 4px 4px 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
  text-align: center;
}

#optin-store {
  background-color: #fffcf8;
  padding: 10px 50px;
}
#optin-store .acraft-optin--background:after,
#optin-store .acraft-optin--background:before {
  background-color: #fffcf8;
}
#optin-store .acraft-optin--title-form {
  padding-left: 20px;
}
#optin-store .acraft-optin--form .gform_wrapper .gform_fields input {
  border-color: #eaeaea !important;
  height: 50px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* ----- MEDIAQUERIES ----- */

@media only screen and (max-width: 1080px) and (min-width: 1000px) {
  .cart-outer {
    display: block !important;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 1000px) {
  #footer-outer #footer-widgets .col p:last-child {
    font-size: 12px;
  }

  .single-portfolio .related-categories ul.products li.product-category h3 {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .update-cart {
    text-align: left;
  }
  .woocommerce-order-received .woocommerce .woocommerce-message .button {
    position: static;
  }
}
@media only screen and (min-width: 1280px) {
  /* ----- SOBRE ----- */
  .sobre-nossa-missao h6 {
    font-size: 22px !important;
    line-height: 32px !important;
  }

  .woocommerce ul.products li.product.classic.type-product h3 {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 1px) {
  header#top {
    padding: 5px 0;
  }
  body header#top .container #logo img {
    height: 50px !important;
    margin-top: -15px !important;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 690px) {
  body .vc_row-fluid.three-columns-on-medium .vc_col-sm-4[class*="vc_col-sm-"] {
    width: 31.914893614% !important;
    margin-left: 1.4% !important;
  }
  .woocommerce ul.products li.product.classic.type-product h3 {
    font-size: 10px !important;
    line-height: 12px !important;
    max-height: 30px;
  }
}

@media only screen and (min-width: 1367px) {
  /* BANNER > TÍTULO */
  html
    body
    .nectar-slider-wrap[data-full-width="true"]
    .swiper-slide
    .content
    h2 {
    font-size: 42px !important;
    line-height: 46px !important;
  }
}

@media only screen and (min-width: 1001px) {
  .woocommerce.archive .span_9 ul.products li.product,
  .woocommerce-page.archive .span_9 ul.products li.product {
    width: 23%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1031px) {
  /* BANNER > TÍTULO */
  html
    body
    .nectar-slider-wrap[data-full-width="true"]
    .swiper-slide
    .content
    h2 {
    font-size: 36px !important;
    line-height: 40px !important;
  }
}

@media only screen and (max-width: 1300px) and (min-width: 990px) {
  /* TÍTULO DO PORTIFÓLIO (TUTORIAIS) NA HOME */
  body
    .portfolio-items.constrain-max-cols.no-masonry
    .col.elastic-portfolio-item
    h3 {
    font-size: 18px !important;
  }

  html
    body
    .nectar-slider-wrap[data-full-width="true"]
    .swiper-slide
    .content
    h2 {
    font-size: 18px !important;
    line-height: 22px !important;
  }

  .home .products .col > a,
  .home .portfolio-items .col .work-item {
    /*height: 120px;*/
  }

  header#top nav > ul > li > a {
    font-size: 13px !important;
  }
}

@media only screen and (max-width: 1040px) {
  .acraft-optin-inline .acraft-optin--form .gform_body {
    width: 75%;
  }
  .acraft-optin-inline .acraft-optin--form .gform_footer {
    width: 24%;
  }
}

@media only screen and (max-width: 1000px) {
  .home-coluna-lojinha-acraft {
    padding-right: 15px;
  }
  html .woocommerce ul.products li.first.classic,
  html .woocommerce-page ul.products li.first.classic {
    clear: left !important;
  }
  .home .portfolio-items .col .work-item {
    margin-bottom: 0px !important;
  }
  .p-inline-on-mobile p {
    display: inline-block;
  }
  .equal-height-on-child .child {
    min-height: 0 !important;
  }
  .no-padding-y-on-mobile {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .no-padding-x-on-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .pp_content_container .pp_arrow_next,
  .pp_content_container .pp_arrow_previous,
  .ascend a.pp_arrow_next i,
  .ascend a.pp_arrow_previous i {
    display: none !important;
  }
  .ascend a.pp_arrow_previous,
  .ascend a.pp_arrow_next {
    border-color: #6ad3b4 !important;
    margin-top: 0 !important;
  }
  .ascend a.pp_arrow_previous::before,
  .ascend a.pp_arrow_next::before {
    color: #6ad3b4;
    font-size: 52px;
    text-align: center;
    display: inline-block;
  }
  .ascend a.pp_arrow_next::before {
    content: "\203A";
  }
  .ascend a.pp_arrow_previous::before {
    content: "\2039";
  }
  a.pp_arrow_previous {
    top: 60% !important;
    left: 40px !important;
  }
  a.pp_arrow_next {
    top: 60% !important;
    right: 35px !important;
  }
  .woocommerce-cart .col.span_8 .cart-actions {
    display: none;
  }
  .woocommerce-cart .col.span_4 .cart-actions {
    display: block;
  }

  .woocommerce-cart .cart-actions input[name="proceed"],
  .woocommerce-cart
    .woocommerce
    .cart-actions
    input[type="submit"][name="update_cart"] {
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  #post-area .products .product {
    width: 50% !important;
    clear: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-1,
  .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100% !important;
  }
  .checkout .woocommerce-shipping-fields,
  .checkout .woocommerce-billing-fields {
    padding-right: 0 !important;
  }

  #post-area .products .product:nth-child(odd) {
    clear: left !important;
  }

  /* .woocommerce ul.products li.product.classic.type-product h3 {
        font-size: 10px !important;
        line-height: 12px !important;
    } */
  .acraft-optin-lightbox {
    max-width: 90%;
  }
  .acraft-optin-lightbox .lado-1,
  .acraft-optin-lightbox .lado-2 {
    width: 100%;
  }
  .acraft-optin-lightbox .lado-1 {
    padding-right: 15px;
  }
  .acraft-optin-lightbox .lado-2 {
    padding-top: 0;
  }
  .acraft-optin--menininha {
    display: none;
  }

  .acraft-optin-inline .acraft-optin--menininha {
    width: 100%;
    margin-bottom: 10px;
  }
  .acraft-optin-inline .acraft-optin--title-form {
    width: 100%;
  }
  #optin-blog .acraft-optin--title-form {
    padding: 10px 20px;
  }
  .acraft-optin-inline .acraft-optin--title {
    max-width: 90%;
    margin: 0 auto 10px;
  }
  .acraft-optin-inline .acraft-optin--form form {
    max-width: 100%;
  }
  .acraft-optin-inline .acraft-optin--form .gform_body .ginput_container {
    margin-bottom: 0 !important;
  }

  #optin-store {
    padding: 10px;
  }
  #optin-store .acraft-optin--title-form {
    padding-left: 0;
  }
  #optin-store .acraft-optin--title {
    max-width: 100%;
  }
}

@media only screen and (max-width: 690px) {
  body
    .nectar-slider-wrap[data-fullscreen="false"]
    .swiper-slide
    .container
    .button.transparent
    a,
  body
    .nectar-slider-wrap[data-fullscreen="false"]
    .swiper-slide
    .container
    .button.transparent_2
    a {
    padding: 7px 10px !important;
  }
  .nectar-slider-wrap[data-fullscreen="false"]
    .swiper-slide
    .container
    .button
    a {
    font-size: 15px !important;
  }
  .nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"]
    .swiper-slide
    .container
    .content
    h2,
  .nectar-slider-wrap[data-full-width="boxed-full-width"][data-fullscreen="false"]
    .swiper-slide
    .container
    .content
    h2,
  .full-width-content
    .vc_span12
    .nectar-slider-wrap[data-fullscreen="false"]
    .swiper-slide
    .container
    .content
    h2 {
    font-size: 21px !important;
    line-height: 23px !important;
  }

  #copyright .certificate {
    width: 50%;
    padding-right: 0;
    text-align: center;
  }
  #copyright .copyright {
    text-align: center;
  }
  #copyright .copyright p {
    text-align: center;
  }
  #copyright .copyright #yogh {
    float: none;
  }
  body .woocommerce td.product-quantity {
    min-width: auto;
  }

  .woocommerce-cart .quantity {
    display: flex;
    flex-flow: column;
  }
  .woocommerce-cart .minus {
    order: 3;
  }
  .woocommerce-cart .qty {
    order: 2;
  }
  .woocommerce-cart .plus {
    order: 1;
  }

  .woocommerce table.shop_table th {
    padding: 8px;
  }
  .woocommerce-cart .shop_table {
    zoom: 80%;
  }

  .woocommerce .order_details li {
    width: 100%;
    margin-bottom: 15px;
    border-right: 0;
  }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100% !important;
  }
  body .woocommerce input#coupon_code {
    width: 100% !important;
  }
  body .vc_row-fluid.three-columns-on-medium .vc_col-sm-4[class*="vc_col-sm-"] {
    margin-left: 1.4% !important;
  }
  /* #post-area .products .product {
        width: 100% !important;
    } */
  body.single-portfolio .row .title-wrap .col.section-title h1 {
    line-height: 24px !important;
  }
  #yogh {
    width: 70px;
    height: 40px;
    background-size: 70px 40px;
    margin: 20px 0 5px 0;
  }

  body #error-404 .widget_search {
    max-width: 400px;
    margin: 20px auto 40px;
  }
  body #error-404 .banners {
    width: 100%;
    margin-top: 20px;
  }
  body #error-404 .banner {
    width: 100%;
    padding: 0;
  }
  body #error-404 .banner img {
    width: 100%;
    height: auto;
  }

  .wcwl_control .wcwl_email_field {
    width: 100%;
  }
  .wcwl_control .woocommerce_waitlist.button {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 480px) {
  #woocommerce-moip-modal {
    max-width: 100%;
    margin: 0 !important;
    left: 0 !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1020px) {
  #ajuda a.nectar-button.large.accent-color.regular-button {
    min-width: 200px;
    text-align: center;
    min-height: 70px;
  }
}

.wcwl_email_field {
  display: inline-block;
  width: 50%;
}
.wcwl_email_field input,
.container-wrap .wcwl_email_field input,
.container-wrap .wcwl_email_field input[type="email"] {
  background: #fff !important;
  border-radius: 4px;
  height: 50px !important;
}

.wcwl_email_field label {
  display: none;
}

.wcwl_control {
  padding: 0 !important;
}
.wcwl_control .woocommerce_waitlist.button {
  padding: 19px 10px 18px !important;
  text-transform: none;
  font-size: 1.2em !important;
}

.stock.out-of-stock {
  line-height: 1.4em;
  padding-bottom: 4px;
}

.payment_method_pagarme-credit-card {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.payment_method_pagarme-credit-card p {
  margin-bottom: 0 !important;
}

.payment_method_moip {
  display: none !important;
}

/* Studio Visual adjustments */

.meta-share-count a span.share-count-total,
.meta-share-count a span.plural,
.meta-share-count a span.singular {
  opacity: 1 !important;
}

.widget .search-form input[type="text"] {
  padding: 13px !important;
}

.bundled_product_images.images {
  max-width: 80px;
}

div.bundled_product_summary:not(.thumbnail_hidden) .details {
  width: 85% !important;
}

.widget_product_categories
  .select2-container--default
  .select2-selection--single {
  border-radius: 0;
}

.widget_product_categories .select2-selection .select2-selection__placeholder {
  font-size: 12px;
  line-height: 22px;
  text-transform: none;
  color: #555 !important;
  font-weight: 400;
}

.widget_product_categories
  .select2-container--default
  .select2-selection--single {
  padding: 10px 0;
  height: 50px;
}

.widget_product_categories
  .select2-container--default
  .select2-selection__arrow {
  padding-top: 50px;
}

#select2-product_cat-results.select2-results__options {
  max-height: 300px;
}

#select2-product_cat-results .select2-results__option {
  padding: 0 6px;
  font-size: 12px;
  line-height: 22px;
}

body {
  padding-right: 0 !important;
}

form.cart .button {
  height: initial;
}

.product .entry-summary #shipping-simulator form {
  display: table;
}

.product .entry-summary #shipping-simulator form label,
.product .entry-summary #shipping-simulator form button#idx-calc_shipping {
  display: table-cell;
}

.product .entry-summary #shipping-simulator form button#idx-calc_shipping {
  margin-top: 27px;
}

.product .entry-summary #shipping-simulator form label input[type="text"] {
  float: none;
}

.single-product-main-image .woocommerce-product-gallery__image a {
  margin-right: 0.7rem;
  margin-bottom: 1em;
  display: block;
}

.single-product-main-image
  .woocommerce-product-gallery__image
  a:nth-child(4n + 4) {
  margin-right: 0;
}

.mfp-gallery .mfp-arrow.mfp-arrow-left:before {
  margin-left: 12px;
}

.mfp-gallery .mfp-arrow.mfp-arrow-right:before {
  margin-left: 15px;
}

.mfp-gallery .mfp-arrow:before {
  border-right: none;
  border-left: none;
  margin-top: -36px;
}

.mfp-gallery .mfp-arrow:after {
  content: none !important;
}

.product-template-default #shipping-simulator {
  display: none;
}

.woocommerce-orders-table__cell-order-actions a.woocommerce-button {
  margin: 0 2px;
}

@media only screen and (min-width: 769px) {
  .related.products ul.products.columns-4 li.first,
  html .home .woocommerce ul.products.columns-4 li.first.classic,
  html .woocommerce-page ul.products.columns-4 li.first.classic,
  html .woocommerce ul.products.columns-6 li.first.classic,
  html .woocommerce ul.products.columns-4 li.first.classic {
    clear: initial;
  }

  .woocommerce .products.related ul.products.columns-4 li.product.last,
  html .home .woocommerce ul.products.columns-4 li.last.classic,
  html .woocommerce ul.products.columns-6 li.last.classic,
  html .woocommerce ul.products.columns-4 li.last.classic {
    margin-right: 2% !important;
  }

  html .woocommerce-page ul.products.columns-4 li.last.classic,
  html .woocommerce ul.products.columns-6 li.last.classic,
  html .woocommerce ul.products.columns-4 li.last.classic {
    margin-right: 1% !important;
  }

  .woocommerce
    .products.related
    ul.products.columns-4
    li.product.last:last-child,
  html .woocommerce-page ul.products.columns-4 li.last.classic:last-child,
  html .home .woocommerce ul.products.columns-4 li.last.classic:last-child,
  html .woocommerce ul.products.columns-6 li.last.classic:last-child,
  html .woocommerce ul.products.columns-4 li.last.classic:last-child {
    margin-right: 0 !important;
  }

  .columns-4 li:nth-child(4n):after {
    content: "";
    clear: both !important;
    display: inline-block;
  }

  .columns-4 li:nth-child(4n + 1) {
    clear: both !important;
  }

  .columns-6 li:nth-child(6n):after {
    content: "";
    clear: both !important;
    display: inline-block;
  }

  .columns-6 li:nth-child(6n + 1) {
    clear: both !important;
  }
}

/* Force checkout fields to have white color background */
form[name="checkout"] .form-row input {
  background-color: #fff !important;
}

/*New - 2021-06-25*/

/*Padrão*/
a.nectar-button {
  font-size: 15px !important;
}
a.button {
  height: initial !important;
}

/*Header*/
body header#top #logo .default-logo {
  display: block !important;
}
header#top a.cart-contents {
  padding: 0 !important;
}

/*Portfolio*/
.portfolio-items:not(.carousel) {
  margin: 0 -1.2% 0 -1%;
}
.portfolio-items .col.span_3 {
  width: 22.7%;
  margin: 0 1.1% 20px;
  padding: 0;
}

/*Single Product*/
.single-product #single-meta {
  display: none;
}

/*Carrinho*/
.woocommerce-cart .col.span_8 .cart_totals {
  display: none;
}
.woocommerce table.cart td.product-name a {
  font-size: 15px;
  line-height: 1;
}
.woocommerce-cart .shipping-calculator-form button[name="calc_shipping"] {
  font-size: 18px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .woocommerce-cart th.product-thumbnail,
  .woocommerce-cart td.product-thumbnail,
  .woocommerce-cart th.product-subtotal,
  .woocommerce-cart td.product-subtotal {
    display: none !important;
  }
}

/*Checkout*/
body.woocommerce-checkout div#footer-widgets {
  display: none;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border: 1px solid #d3ced2 !important;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .select2-container--default {
  height: 48px;
}
p#billing_country_field,
p#shipping_country_field,
.payment_method_woo-pagarme-payments-pix .logo,
.payment_method_woo-pagarme-payments-billet .logo,
.woocommerce-order
  .woocommerce-message
  .pagarme-response
  .pagarme-flex-container,
#pagarme-billet-button + p {
  display: none;
}
p#billing_postcode_field,
p#shipping_postcode_field {
  width: 49%;
  float: left;
  clear: none;
  min-height: 84px;
}
p#billing_address_2_field,
p#billing_city_field,
p#shipping_address_2_field,
p#shipping_city_field {
  width: 49%;
  float: right;
  clear: none;
  min-height: 84px;
}
input#billing_address_2,
input#shipping_address_2 {
  margin-top: 30px;
}
.woocommerce-checkout #payment div.payment_box .form-row {
  margin-bottom: 8px;
}
html body .woocommerce .woocommerce-order .woocommerce-message {
  background-color: transparent !important;
}
.pagarme-response {
  display: flex;
  flex-direction: column;
}
.pagarme-response p:first-child {
  order: 0;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #8d7d63 !important;
  font-family: Lovelo, sans-serif !important;
  text-align: center;
  padding: 0;
}
#pagarme-qr-code-button,
#pagarme-billet-button {
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all 0.25s ease 0s;
  margin: 0 auto 24px auto;
  order: 2;
}
#pagarme-qr-code-button:before {
  content: "\f0c5";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}
.pagarme-response p {
  order: 1;
  color: #676767 !important;
  text-align: center;
}
.swal2-container {
  z-index: 99999 !important;
}
html body .woocommerce .woocommerce-order .woocommerce-error * {
  color: #fff !important;
}
@media only screen and (max-width: 768px) {
  p#billing_postcode_field,
  p#shipping_postcode_field,
  p#billing_address_2_field,
  p#billing_city_field,
  p#shipping_address_2_field,
  p#shipping_city_field {
    width: 100%;
    float: left;
    min-height: initial;
  }
  input#billing_address_2,
  input#shipping_address_2 {
    margin-top: 0;
  }
}

/*Checkout - Cupom*/
html .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
  background-color: #27ccc0 !important;
  display: none;
}
form.checkout_coupon.woocommerce-form-coupon {
  margin-top: 0;
  padding-bottom: 10px;
  background-color: #fff;
  display: block !important;
}
form.checkout_coupon.woocommerce-form-coupon p:first-child {
  font-weight: bold;
  color: #8d7d63;
  margin-bottom: 10px;
  padding: 0;
}
form.checkout_coupon.woocommerce-form-coupon input#coupon_code {
  border: 1px solid #d3ced2 !important;
  height: 42px;
}
form.checkout_coupon.woocommerce-form-coupon button.button {
  width: 100%;
}
form.checkout_coupon.woocommerce-form-coupon .clear {
  padding: 0 !important;
}

/*
 * Category Product
 */
p#breadcrumbs {
  font-size: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: none !important;
}
body.tax-product_cat p#breadcrumbs,
body.search-results p#breadcrumbs {
  display: block !important;
}
p#breadcrumbs .breadcrumb_last {
  font-weight: bold;
}
p#breadcrumbs a {
  text-decoration: underline;
  color: #5a6f7a;
  font-weight: normal;
}
p#breadcrumbs a:hover {
  color: #b79667;
}
.header-category-product {
  margin-bottom: 40px;
}
h1.title-category {
  color: #b79667;
  font-size: 32px !important;
  line-height: 1.2 !important;
  margin-bottom: 10px;
}

@media (min-width: 480px) {
  .list-sub_categories {
    display: flex;
  }
}

.list-sub_categories {
  position: relative;
}
.list-sub_categories a {
  color: #b79667;
  border: 1px solid #b79667;
  letter-spacing: 0.1em;
  width: 100%;
  height: 80px;
  border-radius: 7px;
  padding: 10px 20px;
  display: inline-block;
  margin: 0 5px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
  font-size: 12px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.list-sub_categories a:hover {
  background-color: #f2eae9;
}
.list-sub_categories a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.list-sub_categories .slick-list.draggable {
  overflow: hidden;
}
.list-sub_categories .slick-dots {
  bottom: -40px;
  margin: 0;
  text-align: center;
}
.list-sub_categories .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.list-sub_categories .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  padding: 3px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #f2eae9;
  border-radius: 3px;
  opacity: 1;
}
.list-sub_categories .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  border: 2px solid #b79667;
  background: transparent;
  opacity: 1;
}
.slick-arrow {
  position: absolute;
  top: 10px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -9999px;
  text-align: center;
  background: none;
  border: none;
  color: #eae5da;
}
.slick-prev {
  left: -40px;
}
.slick-next {
  right: -45px;
}
.slick-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0;
  font-size: 24px;
}
.slick-prev:before {
  content: "\2770";
}
.slick-next:before {
  content: "\2771";
}
.slick-arrow:hover {
  color: #b79667;
  cursor: pointer;
}

/*
 * Result Search Page
*/
@media (min-width: 1000px) {
  body.search.woocommerce .span_9 {
    width: 74.5% !important;
    margin-right: 2% !important;
  }
  body.search.woocommerce .span_3 {
    width: 23.5% !important;
  }
}

/*
 * Produto
*/

body.woocommerce-cart
  tr.cart_item.wooco-cart-item.wooco-cart-child.wooco-item-child
  input.update-cart {
  display: none;
}

body.single-product .wooco_components .wooco_component {
  background-color: #fff;
  padding: 8px;
  margin-bottom: 16px;
  border: 1px solid #ddd;
}
.wooco_components .wooco_component .wooco_component_name {
  font-size: 14px;
  line-height: 1.4;
}
.wooco_component_desc {
  font-size: 12px;
  line-height: 1.4;
}

.woocommerce ul.products li.product.classic .onsale,
.woocommerce-page ul.products li.product.classic .onsale {
  border-radius: 0;
  height: 10px;
  padding: 0 10px 0;
  line-height: 22px;
  min-height: 22px;
  background-color: #c2ccc1 !important;
  display: block;
  font-size: 13px;
  font-weight: initial;
  margin-top: 0px;
  right: 7px;
}

/*
 * Desativa QuickView geral
*/
.nectar_quick_view.button {
  display: none !important;
}

/*
 * Catalogo Lojista - Carousel Ver Produto
*/
.page-template-lojista .flickity-viewport {
  position: absolute !important;
  width: 100%;
  height: 100%;
}

.page-template-lojista .flickity-viewport .carousel {
  padding-bottom: 33.3%;
}

.page-template-lojista .flickity-viewport .carousel-cell {
  height: 100%;
}

.page-template-lojista .flickity-slider {
  height: 100% !important;
}

.page-template-lojista .flickity-viewport .carousel-cell img {
  height: auto !important;
  width: 100%;
  max-height: 477px !important;
}

.page-template-lojista ul.products {
  list-style: none;
  margin: 0;
}

.page-template-lojista li.product {
  list-style: none;
  text-align: left;
}

.page-template-lojista .nectar-quick-view-box .price {
  display: none;
}

.page-template-lojista .nectar-quick-view-box .woocommerce-Price-amount.amount {
  display: none;
}

.page-template-lojista .nectar-quick-view-box p.stock.in-stock {
  position: relative;
}

.page-template-lojista
  .nectar-quick-view-box
  .wooco_component_product_description
  > span {
  margin-right: 0 !important;
}

.page-template-lojista .nectar-quick-view-box p.stock.in-stock {
  display: none;
}

/* ajuste status */
.woocommerce-orders-table__cell-order-status,
.order-status {
  visibility: hidden;
}

.toggle > h3.toggle-title a {
  font-size: 14px;
  line-height: 14px;
}
