/*********************************** Padrao *************************************/
html {
    scroll-behavior: smooth;
  }
  /* comentario de diretorio de arquivos */
  p.name-file {
    font-size: 10px;
    opacity: 0.2;
    background: #fff;
    color: #000;
    width: max-content;
    padding: 2px 10px;
    border-radius: 10px;
    margin: 10px auto;
    display: flex;
    }
  .full_screen {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    width: 100vw;
  }

	body .col-full {
    max-width: 1300px;
    }
    div#content .col-full {
        margin-bottom: 30px;
        padding: 0 1.1em;
    }
	
	.content-area_max_width {
		max-width: 1200px;
		margin: auto;
	}

    /* Hover geral */
    a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
        outline-color: transparent !important;
    }
	
	h1.entry-title {
		font-size: 40px;
		text-align: center;
	}
    h1, .alpha {
        font-size: 25px !important;
        line-height: normal !important;
    }

    .title_gradient_01 {
        padding: 10px 20px;
        width: 90%;
        margin-top: 60px;
        line-height: normal;
        background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 27%, rgba(0,0,0,0.3) 73%, rgba(0,0,0,0) 100%);
        
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        border-image: linear-gradient(0.25turn, rgb(255 209 28 / 0%), rgb(255 209 28), rgb(255 209 28 / 0%));
        border-image-slice: 1;
        
    }
    .title_gradient_02 {
        padding: 10px 20px;
        width: 90%;
        margin-top: 60px;
        line-height: normal;
        background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 27%, rgba(0,0,0,0.3) 73%, rgba(0,0,0,0) 100%);
    }
    
    
	
	/* input */
	body input[type=text],input[type=number],input[type=email],input[type=tel],input[type=url],input[type=password],input[type=search],textarea,.input-text {
		padding: .6180469716em !important;
		background-color:#eeeeee !important;
		color: #43454b !important;
		/*-webkit-appearance: none !important;*/
		box-sizing: border-box !important;
		font-weight: 400 !important;
		box-shadow: none !important;
		border-radius: 15px !important;
		border: solid 1px #e3e3e3 !important;
	}

    /* type="checkbox" */
    input[type="checkbox"]:checked + .term-label {
        font-weight:600;
          color:#222 !important;
      }
      input[type="checkbox"] {
        
        display: inline-grid;
        place-content: center;
          width: 15px;
          height: 15px;
      }
      input[type="checkbox"]::before {
        content: "";
        width: 15px;
        height: 15px;
        border: solid 1px #999;
        transform: scale(0);
        transition: 120ms transform ease-in-out;
        box-shadow: inset 1em 1em var(--form-control-color);
        background-color: #ffd11c;
        border-radius: 3px;
      }
      input[type="checkbox"]:checked::before {
        transform: scale(1);
      }
      /* Fim type="checkbox" */

	body input[type=text]:focus,input[type=number]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,textarea:focus,.input-text:focus {
		background-color: #ededed  !important;
	}
	
	input[type=checkbox], input[type=radio] {
    cursor: pointer;
	}
	
	.select2-container {
    width: 100% !important;
	}
	.select2-container .select2-selection--single {
		height: auto !important;
		padding: 8px !important;
	}
	
	
	/* Fim input */
	
	/* table */
	table {
    padding: 6px !important;
    border-collapse: unset !important;
    border-spacing: 0px 2px !important;
	}
	/* Fim table */
	
	/* max line */
	.max_line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: normal !important;
    padding: 0px !important;
    margin: 5px 0px;
	}
	.max_line_1 {
	  -webkit-line-clamp: 1;
	}
	.max_line_2 {
	  -webkit-line-clamp: 2; 
	}
	.max_line_3 {
	  -webkit-line-clamp: 3;
	}
	.max_line_4 {
	  -webkit-line-clamp: 4;
	}
	/* Fim max line */
	
  
  /*********************************** Fim  Padrao *************************************/



 /* Cores */ 
 .color_black {
    color: #000000;
}  
.color_yellow {
    color: #FFD42A;
}  
.color_cinza {
    color: #434342;
}  

/* Font size */ 
.title_0 {
    font-size: 14px;
    font-weight: 600;
	line-height: normal;
}
.title_00 {
    font-size: 16px;
    font-weight: 300;
	line-height: normal;
}
.title_01 {
    font-size: 16px;
    font-weight: 600;
	line-height: normal;
}
.title_02 {
    font-size: 18px;
    font-weight: 600;
	line-height: normal;
}
.title_03 {
    font-size: 20px;
    font-weight: 600;
	line-height: normal;
}
.title_04 {
    font-size: 24px;
    font-weight: 600;
	line-height: normal;
}
.title_05 {
    font-size: 26px;
    font-weight: 600;
	line-height: normal;
}
.title_06 {
    font-size: 28px;
    font-weight: 600;
	line-height: normal;
}
.title_07 {
    font-size: 30px;
	line-height: normal;
}
.title_08 {
    font-size: 35px;
	line-height: normal;
}
.title_09 {
    font-size: 40px;
	line-height: normal;
}
.title_10 {
    font-size: 45px;
	line-height: normal;
}
.title_11 {
    font-size: 50px;
	line-height: normal;
}
/* FIM Font size */

/* Paragrafos */
.paragrafo_1 {
    font-size: 14px;
    line-height: normal;
}
.paragrafo_2 {
    font-size: 16px;
    line-height: normal;
}
.paragrafo_3 {
    font-size: 18px;
    line-height: normal;
}
/* FIM Paragrafos */

/* Single Product */
body.single-product .storefront-breadcrumb .col-full {
    padding: 5px;
}
body.single-product div#content {
    margin-top: 5px !important;
}

body.single-product h1.entry-title {
    text-align: left;
}

.single-product div.product .woocommerce-product-gallery {
    width: 48% !important;
    margin-right: 0px  !important; 
}
.single-product div.product .summary {
    width: 50% !important;
    float: right !important;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 24% !important;
    margin: 1px !important;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img {
    width: 100%;
    height: auto !important;
    max-height: 100px !important;
    object-fit: cover;
}

.single-product span.woocommerce-Price-amount.amount {
    font-size: 26px;
    font-weight: 700;
}

/* End Single Product */


form.cart input#extra_product_field_title {
    width: 100%;
}
form.cart label {
    display: block;
}
form.cart input {
    display: block;
    margin-bottom: 15px;
}



/* icones */
.ico-su:before {
	font-family: FontAwesome;
	vertical-align: middle;
	font-size: 22px;
	padding-right: 5px;
	opacity: 1;
}

.ico-heart:before {
	content: "\f004";
}
.ico-user:before {
	content: "\f007";
}
.ico-tool:before {
	content: "\f013";
}
.ico-bar:before {
	content: "\f0c9";
}
.ico-truck:before {
	content: "\f0d1";
}
.ico-map:before {
	content: "\f041";
}
.ico-cart:before {
	content: "\f07a";
}
.ico-search:before {
	content: "\f002";
}
.ico-phone:before {
	content: "\f095";
}
.ico-whatsapp:before {
	content: "\f232";
}
.ico-envelope:before {
	content: "\f0e0";
}
.ico-house:before {
	content: "\f015";
}
.ico-list:before {
	content: "\f03a";
}
.ico-grid:before {
	content: "\f009";
}
.ico-check:before {
	content: "\f00c";
}
.ico-xmark:before {
	content: "\f00d";
}
.ico-seta-left:before {
	content: "\f104";
}
.ico-seta-right:before {
	content: "\f105";
}
.ico-pessoa:before {
	content: "\f007";
}
.ico-pet:before {
	content: "\f00c";
}
.ico-car:before {
	content: "\f1b9";
}
.ico-pa_banho:before {
	content: "\f2cd";
}

/* icones atributos */
.pa_area .ico-su:before {
    content: "\f07e";
}
.pa_area .ico-su:after {
    content: "㎡";
}
.pa_pessoas .ico-su:before {
    content: "\f007";
}
.pa_quartos .ico-su:before {
    content: "\f236";
}
.pa_vagas .ico-su:before {
    content: "\f1b9";
}
.pa_banheiros .ico-su:before {
    content: "\f2cd";
}

.aceita-pet.ico-su:before {
    content: "\f1b0";
}

/* Fim icones */

/* w-3css */

.w3-display-topright {
    font-size: 30px;
    padding: 2px 16px !important;
}
/* Fim w-3css */

/* Posts */
.post_autor_data {
	font-size:14px;
	float:left;
}
.post_cat_description {
    text-align: center;
    width: 100%;
    line-height: normal;
}

h3.archive-title {
    text-align: center;
    margin: 10px;
    line-height: normal;
}
.hentry .wp-post-image {
    display: none;
}
/* Fim Posts */

/* Busca */
.post-busca {
    max-width: 800px;
    text-align: center;
    margin:15px auto;
    display: grid;
    grid-template-columns: 90% 10%;
    grid-gap: 0px;
    width: 85%; 
}
.post-busca .input_busca {
	width: 100%;
	font-size: 16px;
	padding: 10px 20px 10px 20px !important;
	border: 1px solid #ddd !important;
	border-radius: 5px 0px 0px 5px !important;
	float: left;
	background-color: #fff !important;
	border-right: none !important;
}
.bt_busca {
    width: 100%;
    float: right;
    background-image: url('/wp-content/themes/storefront/alex_2022/img/searchicon.svg') !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    background-size: 50px !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 0px  5px  5px 0px !important;
    color:#4440 !important;
    border-left: none !important;
}
.busca_result {
    text-align: center;
    margin: 5px 10px 30px;
}

.busca_result span {
    background: #ffffff36;
    padding: 2px 30px;
    border-radius: 4px;
}
li.sem_resultado {
    list-style: none;
    text-align: center;
    font-size: 20px;
}
/* Fim Busca */

/********************************************** Guide **********************************************/

.grid-container_2 {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 12px;
    padding: 0px !important;
    margin: 0px !important;
  }
  .grid-container_3 {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 12px;
    padding: 0px !important;
    margin: 0px !important;
  }
  .grid-container_4 {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 10px;
    padding: 0px !important;
    margin: 0px !important;
  }
  .grid-container_5 {
    display: grid;
    grid-template-columns: 19.3% 19.3% 19.3% 19.3% 19.3%;
    grid-gap: 10px;
    padding: 0px !important;
    margin: 0px !important;
  }

.card_title {
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    
}

.card_resumo {
  font-size: 16px;
  padding: 5px 0px;
  line-height: normal;
}
.card_resumo p {
    margin: 0;
}
.card_endereco {
    font-size: 12px;
    padding: 5px 0px;
    line-height: normal;
  }

.bt_clear {
    text-align: center;
    border: solid 1px #eee;
    border-radius: 5px;
    color: #5e5e5e;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 40px;
}
.bt_clear:hover {
    background-color: #eee;
}

.bt_blue {
    text-align: center;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 400;
    background: #086FAB;
    padding: 5px 40px;
}
.bt_yellow {
    text-align: center;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: 400;
    background: #a9d681;
    padding: 2px 25px;
}

.bt_link {
    text-align: center;
    color: #5e5e5e;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline !important;
}
.bt_link:hover {
    color: #222222;
}



    /**** Tabs ****/
    /* Style the tab */
    .tab_any {
        overflow: hidden;
        margin: 10px auto 5px auto;
        text-align: center;
        padding: 10px;
    }

    /* Style the buttons inside the tab */
    .tab_any button {
        background-color: transparent !important;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 5px 10px;
        margin: 0px 10px;
        transition: 0.3s;
        font-size: 20px;
        width: auto;
        float: none;
        border-bottom: 5px solid #a9d681 ;
    }
  
    .tab_any button:before {
        content: none;
    }

    /* Change background color of buttons on hover */
    .tab_any button:hover {
        color: #000;
    background-color: #ddd;
    }

    /* Create an active/current tablink class */
    .tab_any button.active {
    background-color: #ccc;
    border-bottom: 5px solid #444 ;
    }

    /* Style the tab content */
    .tabcontent_any {
    display: none;
    }
    .tabcontent_any:nth-of-type(1) {
    display:block;
    }
    /**** Fim Tabs ****/


/********************************************** Fim Guide **********************************************/

/* 2024 - banner internas */
.banner_inside {
	min-height:150px; 
	width:100%; 
	margin-top: 10px; 
	margin: 30px auto auto; 
	display: flex;
	background-color:#fff; 
	background-image:url(/wp-content/uploads/2023/04/banner-anylife-investidor.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
 
.banner_inside .banner_content {
    width: min-content;
    margin: auto;
    border-left: solid 0px #fdd305;
    padding-left: 0px;
}

.banner_inside .banner_title {
    font-size: 65px;
    color: #fff;
    font-weight: 700;
    line-height: initial;
}

.banner_inside .banner_title_cat {
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    line-height: initial;
}
/* FIM 2024 - banner internas */

/****************************** Card Lista Grade ******************************/
.header_list_grid {
    padding: 2px;
    width:100%;
    display: flow-root;
    clear: both;
    margin: auto;
}
.list_grid {
    padding: 2px;
    float: right;
}
.list_grid a {
    padding: 2px 4px 4px 4px;
    margin-left: 5px;
    border-radius: 4px;
	opacity:0.3;
}
.list_grid a.active {
	 opacity:1;
}

.list_grid a:hover {
    background: #ffffffa6;
	color:#000;
	opacity:1;
}

.post_categoria {
    float: left;
    display: contents;
}
.post_categoria a {
    margin:0px 2px 0px 2px;
    padding:2px 4px;
	font-size: 13px;
    border-radius:3px;
    text-decoration:underline;
}

.post_categoria a:hover {
    background:#eaeaea;
}
.post_categoria a:nth-of-type(1) {
    display:none;
}

/****** Card Lista *******/
ul.card_lista {
    margin: auto;
}
ul.card_lista .card_item {
    background: #ffffff;
    padding: 0px;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 100% !important;
    display: grid;
    grid-template-columns:20% 79%;
    grid-gap: 10px;
    align-items: normal;
}

ul.card_lista .card_thumb img {
    min-height: 140px !important;
}

ul.card_lista .card_content {
    width: 100%;
    float: right;
    padding: 10px 10px 0px 5px;
}

ul.card_lista .list_grid_footer {
    width: 100% !important;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 70% 29%;
    grid-gap: 5px;
    align-items: end;
}
ul.card_lista .list_grid_footer div:nth-of-type(2) {
    text-align:right
}


/****** Fim Card Lista *******/

/****** Card Grade *******/
ul.card_grade {
	width: 100% !important;
	margin: 0 auto;
	display: grid;
	grid-template-columns:24.5% 24.5% 24.5% 24.5%;
	grid-gap: 10px;
	align-items: normal;
}
ul.card_grade .card_item {
    background: #fff;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;

}

ul.card_grade .card_thumb {
    width: 100%;
    float: left;
}
ul.card_grade .card_thumb img {
		min-height: 140px !important;
	}
ul.card_grade .card_content {
    width: 100%;
    padding: 10px;
    display: inline-block;
}

ul.card_grade .list_grid_footer {
    width: 100% !important;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 50% 49%;
    grid-gap: 5px;
    align-items: end;
}
ul.card_grade .list_grid_footer div a {
    font-size: 14px;
    padding: 2px 8px;
}
ul.card_grade .list_grid_footer div:nth-of-type(2) {
    text-align:right
}

ul.card_grade .post_categoria {
    float: none;
    display: block;
    clear: both;
    white-space: nowrap;
    overflow: hidden;
    width: 130%; 
}
ul.card_grade .post_categoria a {
    padding: 2px 0px !important;
    font-size: 13px !important;
}
/****** Fim Card Grade *******/

/****************************** Fim Card Lista Grade ******************************/


/* TEMA STOREFERONT*/

.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a,
.site-header-cart .cart-contents {
    padding: 1px 10px !important;
}

body.single.theme-storefront .content-area {
    width: 100%;
}

.storefront-sorting .woocommerce-ordering {
    float: right;
    padding: 5px 10px;
    margin-right: 0px;
    background: #fff;
    border-radius: 15px;
}
.storefront-sorting {
    margin-bottom: 5px !important;
}
.storefront-sorting:nth-of-type(2) {
    display:none;
}
.store_busca_top_item {
    align-items: center;
    justify-content: center;
}
.storefront-sorting p.woocommerce-result-count {
    padding: 10px !important;
}
.storefront-sorting select.orderby {
    border: none;
    background: transparent;
}
.woocommerce-info {
    border-radius: 30px !important;
}

/* header */
.site-search {display: none !important;}
.site-header {
    padding-top: 10px !important;
	padding-bottom: 2px !important;
}
header#masthead {
    padding-bottom: 10px !important;
	    margin-bottom: 0px !important;
}
.storefront-primary-navigation {
	display: none !important;
}
nav.secondary-navigation {
    float: right !important;
    margin-right: 0px !important;
    margin: 0px 0px 0px 0px;
	width: 65% !important;
}
.secondary-navigation {
     display: block !important;
}
.site-header .site-branding img {
    max-height: 45px !important;
}
.col-full.col-full_idioma {
    display: grid;
    grid-template-columns: 12% 20% 68%;
    grid-gap: 5px;
    padding: 0px !important;
    align-items: center;
}
.col-full.col-full_idioma:before, .col-full.col-full_idioma:after {
    display: none;
}
.storefront-secondary-navigation .site-header .site-branding {
    padding: 0px !important;
    margin: 0px !important; 
    width: 30% !important;
}

.storefront-breadcrumb {
    margin: 5px !important;
    margin-top: 5px !important;
    padding: 3px !important;
}

.storefront-breadcrumb .col-full {
    margin-bottom: 0px !important;
}
.metaslider {
    max-width: 1900px;
}
/* End header  */


/* Product list  full */
ul li.product:hover {
    background: #f7f7f7;
}

ul.products::before,ul.products::after {
    display:none !important
}
ul.products li.product .price {
    margin: 25px auto 10px auto !important;
    text-align: left !important;
    clear: both;
    color: #222222 !important;
    line-height: normal;
}
span.woocommerce-Price-amount.amount {
    font-size: 18px;
    font-weight: 700;
}
span.elex-ppct-before-text {
    display: block;
    line-height: normal;
    font-size: 14px;
}
span.elex-ppct-after-text {
    font-size: 13px;
}
ul.products li.product h2.woocommerce-loop-product__title {
    margin: 10px 0px 5px 0px !important;
    padding: 0;
    text-align: left;
}

#primary .woocommerce-products-header .term-description {
    text-align: center;
}
/* Tarja Oferta list */

span.onsale {
    position: absolute;
    top: 0;
    z-index: 1000;
    right: 0;
    background: rgb(255 193 7 / 87%);
    border: none;
    color: #000;
}

    /* attributes list */
    .attributes_cat_list {
        display: inline-block;
        clear: both;
        width: 100%;
        min-height: 90px;
    }
    .attributes_cat_list .box_attribute_list ul.attribute_group {
        display: inline-block;
        margin: 2px 2px;
        font-size: 12px;
        padding: 2px 5px 2px 5px;
        background: #fff;
        border-radius: 10px;
        line-height: normal;

        border-right: 1px solid transparent;
        border-image: linear-gradient(0turn, rgb(255 209 28 / 0%), #ccc, rgb(255 209 28 / 0%));
        border-image-slice: 1;

    }
    .attributes_cat_list .box_attribute_list ul.attribute_group:last-child {
        border:none;
    }

    .attributes_cat_list .box_attribute_list .ico-su:before {
        color: #8d8d8d;
        font-size:90%;
    }
    /* End attributes list */
    /* Categories list */
    .attributes_cat_list .product_cat {
        text-align: left;
        padding: 5px 0px;
        display: inline-flex;
        margin:5px 0px;
    }
    .attributes_cat_list .product_cat:before {
        float: left;
        font-size: 14px;
        color:#ffd11c;
    }
    .attributes_cat_list .product_cat a:nth-of-type(1) {
        color: #1e1e1e;
        font-weight: 500;   
    }
    .attributes_cat_list .product_cat a:nth-of-type(2) {
        padding:0px 5px;
        border-right: 1px solid transparent;
        border-left: 1px solid transparent;
        border-image: linear-gradient(0turn, rgb(255 209 28 / 0%), #ccc, rgb(255 209 28 / 0%));
        border-image-slice: 1;
    }
    .attributes_cat_list .product_cat a {
        margin-right: 5px;
        font-size: 14px;
        font-weight: 200;
    }
    .attributes_cat_list .product_cat a.apartamentos, .attributes_cat_list .product_cat a.long-stay {
        display: none;
    }
    /* End Categories list */

/* End Product list  full */



/* Footer */
.site-footer {
    padding: 10px 0px !important;
	
	background-image:url(/wp-content/themes/storefront/alex_2022/img/grain.png);
    background-repeat: repeat;
    background-position: top center;
    background-attachment: scroll;
    background-color: #3c2010; 
}

.footer-widgets {
    padding-top: 5px !important;
	
}
.site-footer .site-info {
    background: #00000021;
    border-radius: 5px
	display: block;
    clear: both;
}
.footer_new {
    background-color:#fff;
    padding:10px 0px 0px 0px;
    width: 100% !important;
	box-shadow: 5px 0px 8px rgba(0,0,0,.08);
}
.footer_new p {
    margin: 0px;
}
.footer_new .col-full {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 3px;
    width: 97% !important;
    align-items: center;
    margin: 0 auto;
}
.footer_new .col-full:before{
content:none !important;
}
.site-footer a {
    text-decoration: none !important;
}

.footer_new a {
    margin: auto;
    display: inline-block;
    color: #434342;
}
.footer_new a img {
    height: 35px ;
}

.site-footer .widget_nav_menu ul li {
    color: #ffd11c;
}
.site-footer .widget ul li:before {
    display: inline-block;
    content: "\f054";
    font-family: FontAwesome;
    vertical-align: middle;
    font-size: 10px;
    padding-right: 5px;
	    opacity: 1;
}

.site-footer .widget .widget-title, .site-footer .widget .widgettitle {
    margin-bottom: 10px;
    padding: 0 0 10px;
	font-weight: 600;
}
.site-footer .widget {
    margin: 0px 0px 10px;
	line-height: normal;
}

.site-footer .footer-widgets .block {
    margin-right: 10px !important;
	padding: 10px 15px;
}

.site-footer p {
    margin: 0 0 10px;
}
.site-footer .ico-su:before {
    color: #ffd205;
}
/* End Footer */



/* Product list */
ul.products li.product .button {
    display: none;
}

div#primary {
    padding: 5px;
    width: 75%;
    margin-right: 1% !important;
    margin-bottom: 0px;
}
div#secondary {
    padding: 10px;
    width: 23% !important;
    margin-right: 5px !important;
    background: #fff;
    margin-top: 60px;
}
div#primary ul.products {
    display: grid;
    grid-template-columns: 25% 25% 25% 25% ;
    grid-gap: 10px;
    width: 100% !important;
}
div#primary li.product {
    padding: 7px;
    margin: 0px;
    width: 100% !important;
    border-radius: 5px;
    border: solid 0px #eee;
    background: #fff;
    max-width: 330px;
    border-bottom: solid 5px #ffd11c;
    overflow: hidden;
}
li.product img {
    border-bottom: solid 1px #f1f1f1 !important;
    margin-bottom: 1px !important;
    margin-left: -10px !important;
    width: 113% !important;
    max-width: 113% !important;
    margin-top: -10px !important;
}

/* End Product list */

/* Product single */
.single-product #secondary {
    display: none;
}
body.single-product div#primary {
    width: 100%;
}
.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
    width: 45% !important;
    background: #ffffffb8;
    margin-right: 2% !important;
}
.storefront-full-width-content.single-product div.product .summary {
    width: 52% !important;
    background: #ffffff82;
}

    /* gallery */
    .single-product div.product .woocommerce-product-gallery img {
        width: 100% !important;
        height: auto !important;
    }
    .single-product div.product .woocommerce-product-gallery .flex-viewport {
        margin-bottom: 1px !important;
    }
    .storefront-full-width-content.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
        width: 19.5% !important;
        margin: 1px !important;
    }
    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs img {
        max-height:100px;
    }
    /* Fim gallery */

/* Fim Product single  */

/* Product sidebar  */
#secondary .widget_block .wc-block-components-filter-submit-button {
    display: inline-block;
    clear: both;
    padding: 0px 15px;
    border-radius: 15px;
}
#secondary .widget_block {
    margin: 10px 0px;
}
/* Fim Product sidebar  */













/*******************************************************************  Carrinho   *******************************************************************/
body.woocommerce-cart div#primary,
body.woocommerce-account div#primary,
body.woocommerce-checkout div#primary {
    width: 100%;
}

table.shop_table.cart  {
    font-size: 14px !important;
	background: #fff;
    margin-bottom: 5px;
}

table.shop_table.cart th {
    background: none !important;
    border: none !important;
}
.woocommerce table.shop_table.cart .cart_item td {
    padding: 10px 5px !important;
}
table.shop_table.cart td.product-price, table.shop_table.cart td.product-subtotal {
    font-size: 15px !important;
}
.woocommerce td.product-name dl.variation dt, 
.woocommerce td.product-name dl.variation dd {
    margin: 1px 0px;
    padding: 4px;
    border-bottom: 1px solid #eee;
}
table.shop_table a.tm-cart-edit-options {
    padding: 2px 10px;
    background: #c2d44e;
    float: right;
    border-radius: 3px;
    color: #fff;
    font-size: 12px !important;
}
.woocommerce td.product-name dl.variation {
	display: grid;
    grid-template-columns: 10% 90%;
    grid-gap: 2px;
    padding: 1px !important;
    margin: 20px 0px !important; 
    border-radius: 5px !important;
    text-align: left;
}
.woocommerce-checkout .woocommerce td.product-name dl.variation {
    grid-template-columns: 30% 70%;
}

table.shop_table.cart td.product-name a {
    font-size: 15px !important;
    font-weight: bold !important;
	color:#000;
}
tr.cart_item:hover {
    background: #f9f9f9;
}
table.shop_table.cart td {
border:none !important;border-top: 2px solid #f9f9f9 !important;}


table.shop_table.cart .product-remove {
    padding: 0px 2px;
    border-radius: 5px;
    color: #fd1414;
    width: 20px;
    margin: 10px auto 0px;
    font-weight: bold;
}

table.cart td.product-quantity .qty {
    padding: 5px 1px 5px 4px!important;
    font-size: 16px !important;
}
.cart-collaterals .cart_totals a.button.alt { 
	color:#ffffff ; 
	background:#3bb54a !important;
	border-radius: 5px;
	margin: 30px auto;
	width: 85%; 
	font-size: 22px;
	height: auto;  
	padding: 7px; 
	text-align:center; 
	text-transform:uppercase;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
 }
.cart-collaterals .cart_totals a.button.alt:hover {
	color:#ffffff ; 
	background:#287b33 !important;
	border-radius: 5px;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cart-collaterals .cart_totals a.button.alt:after{content: "\f0a9"; font-family: FontAwesome !important; margin-left:15px; font-size:110%;}

.woocommerce ul#shipping_method li {
    padding: 5px 10px !important;
    margin: 2px !important;
    background: #ffffff;
    border-radius: 10px !important;
}

/* alex css busca palavra dentro da class, for, label, title... */
.shipping_options_price li label {background-size: 44px !important;}

label[for*="local"] {
	background:  url("../images/lgLocal.png") no-repeat scroll left center !important;
    padding-left: 50px;   
}
label[for*="pac"] {
	background:  url("../images/lgPAC.gif") no-repeat scroll left center !important;
    padding-left: 50px;
}
#shipping_method label[for*="shipping_method_0_free_shipping14"] {
	background:  url("../images/lgPAC.gif") no-repeat scroll left center !important;
    padding-left: 50px;
	background-size: 57px auto !important;
}
label[for*="sedex"] {
    background:  url("../images/lgSedex.gif") no-repeat scroll left center !important;
    padding-left: 50px;
}
label[for*="sedex10"] {
	background:  url("../images/lgSedex10.gif") no-repeat scroll left center !important;
    padding-left: 50px;
}
label[for*="esedex"] {
    background:  url("../images/lgESedex.gif") no-repeat scroll left center !important;
    padding-left: 50px;
}
label[for*="jamef"] {
    background:  url("../images/lgJamef.png") no-repeat scroll left center !important;
    padding-left: 50px;
}
/* icon correios */

#billing_postcode_field {
    float: none;
    width: 60%;
}
#shipping_method label {
    background-size: 40px auto !important;
    font-size: 14px;
	height:auto;
    width: 100%;
	cursor: pointer;
}
label[for=shipping_method_0_pac] {
    background: url("../images/lgPAC.gif") no-repeat scroll left center !important;
    padding-left: 50px;
}
label[for=shipping_method_0_sedex] {
    background: url("./images/lgSedex.gif") no-repeat scroll left center !important;
    padding-left: 50px;
}
label[for=shipping_method_0_sedex-10] {
    background: url("../images/lgSedex10.gif") no-repeat scroll left center !important;
    padding-left: 50px;
}
label[for=shipping_method_0_e-sedex] {
    background: url("../images/lgESedex.gif") no-repeat scroll left center !important;
    padding-left: 50px;
}
label[for=shipping_method_0_sedex-hoje] {
    background: url("../images/lgSedexHoje.gif") no-repeat scroll left center !important;
    padding-left: 50px;
}
label[for=shipping_method_0_transportadora-jamef] {
    background: url("../images/lgJamef.png") no-repeat scroll left center !important;
    padding-left: 50px;
}
label[for=shipping_method_0_legacy_local_delivery] {
    background: url("../images/lgSuaTransportadora.png") no-repeat scroll left center !important;
    padding-left: 50px;
}
label[for=shipping_method_0_local_delivery] {
    background: url("../images/lgSuaTransportadora.png") no-repeat scroll left center !important;
    padding-left: 50px;
}
label[for=shipping_method_0_legacy_local_pickup] {
    background: url("../images/lgLoja.png") no-repeat scroll left center !important;
    padding-left: 50px;
}

span.woocommerce-Price-amount.amount {
    font-weight: 500;
	display: inline-block;
}

table.shop_table.cart td.actions .button.limpar_carrinho {
    background: no-repeat;
    color: #444 !important;
}
table.shop_table.cart td.actions .button.limpar_carrinho:hover {
    background: none !important;
}
table.shop_table.cart td.actions .button.limpar_carrinho:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f014";
    margin-right:10px;
}

/* Calculo de frete */
.calcular_frete_cart { margin: 10px 0px 60px auto; text-align:center; width: 100%-webkit-fill-available;}
.calcular_frete_cart section.shipping-calculator-form {display: block !important;background: #f4f4f4;padding: 20px 5px 5px 10px;border-radius: 5px;margin: 0px 0px 15px;}
.calcular_frete_cart p#calc_shipping_country_field {display: none;}
.calcular_frete_cart p#calc_shipping_postcode_field {width: 40%;float: left;margin-right: 5px;margin-left: 7%;}
.calcular_frete_cart p#calc_shipping_postcode_field:after {content: "\f041"; font-family:FontAwesome;font-size: 20px;color: #7c7c7c;margin-top: -29px;margin-left: -30px;position: relative;}

.woocommerce-cart .calcular_frete_cart .shipping-calculator-form button {background: #1a73e8;color: #fff;border-radius: 5px;}

img.nbd_cart_item_design_preview {
    max-height: 75px !important;
    width: auto !important;
}
.woocommerce a.button.wc-forward {
    padding: 7px 15px !important;
    color: #fff !important;
    background: #4CAF50 !important;
    border-radius: 5px;
}


/******************************************************************* Fim Carrinho *******************************************************************/

/*******************************************************************  Checkout *******************************************************************/
.woocommerce-billing-fields #billing_country_field {
    display:none;
}

.woocommerce-billing-fields, div#order_review {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}
tr.woocommerce-shipping-totals.shipping {
    background: #f4f4f4
}
tr.woocommerce-shipping-totals.shipping th,
tr.woocommerce-shipping-totals.shipping ul {
    padding: 10px !important;
}

/* Campos Checkout */
#billing_postcode_field:after {content: "\f041" ;font-family:FontAwesome !important;  margin-top: 8px; font-size: 200%;     padding:0 10px !important;}
p#account_password_field label:before  {content: "\f13e" ;font-family:FontAwesome !important;  margin-top: 2px; font-size: 180%;     padding:0 5px !important;}
input#billing_postcode {width: 60%;}

.woocommerce .checkout .woocommerce-billing-fields label {margin: 0px 0px 0px 7px !important;}

.checkout p label:before {
    font-family: FontAwesome !important;
    font-size: 103%;
    margin-right: 10px;
}
.checkout p#billing_cellphone_field label:before {
    content: "\f10b";
}
.checkout p#billing_phone_field label:before {
    content: "\f095";
}
.checkout p#billing_email_field label:before {
    content: "\f003";
}

.checkout p#billing_first_name_field label:before {
    content: "\f007";
}
.checkout p#billing_city_field {
    width: 47%;
    float: right;
    clear: none;
}

p#billing_number_field {
    width: 28% !important;
    margin-right: 0px !important;
	float: left;
}

p#billing_neighborhood_field {
    width: 70%;
    float: right;
    margin-right: 0px !important;
    clear: none;
}
p#billing_persontype_field {
    width: 45% !important;
    float: right;
    clear: none !important;
}

p#billing_cpf_field {
    width: 45% !important;
    float: left;
    clear: none !important;
}

p#billing_company_field {
    width: 45%;
    float: right;
}

p#billing_cnpj_field {
    width: 45%;
    float: left;
    clear: none;
}

.checkout p#billing_state_field {
    width: 47%;
	clear: inherit;
}

p#account_password_field {
    margin-top: 30px;
}

h3#ship-to-different-address:after{font-family: FontAwesome !important; width:25px !important ; font-size:25px; content: "\f06b"; margin: 0px 5px 0px 0px; float:left; }
h3#ship-to-different-address label{background:#fff;padding: 5px 10px 5px 10px; width:90% !important; float:right;border-radius: 5px;vertical-align: baseline;}
h3#ship-to-different-address{ width:100% !important; display:inline-block; clear:both; margin:25px 0px;}
#ship-to-different-address .woocommerce-form__input-checkbox {
    float: right !important;
    position: relative !important;
    /* right: auto !important; */
    /* margin-left: 20px !important; */
    /* top: auto !important; */
    /* clear: none !important; */
    margin-top: 10px !important;
}
h3#ship-to-different-address label span {
    float: left;
    font-size: 16px;
}
.woocommerce-shipping-fields .shipping_address {
    background: #fbfbfb;
    padding: 15px !important;
    border-radius: 10px;
    clear: both;
    display: block;
}


#order_comments_field #order_comments { width: 100% !important; display:block; clear:both; max-width: 100%;}
#order_comments_field label {display:block; clear:both;width: 100% !important;}
#order_comments_field label:before{font-family: FontAwesome !important; content: "\f075"; font-size:150%; margin-right: 10px; }

tr.order-total {
    font-size: 25px;
}
tr.cart-subtotal {
    font-size: 20px;
    color: #888;
}

/* Fim Campos Checkout */

/******************************************************************* Fim Checkout *******************************************************************/



/********************************************** Minha conta  **********************************************/
/* MyAccount-navigation */
.woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {float: none !important; width: 100% !important;}
.woocommerce-MyAccount-navigation ul {text-align: center;border-bottom: solid 4px #ffffff; border-top: none !important;}
.woocommerce-MyAccount-navigation ul li {display: inline-block;padding: 0px 10px;background: #fff;text-align: center;border-top: #ffffff solid 5px; border-bottom: none !important;}
.woocommerce-MyAccount-navigation ul li a {color: #666666;}
.woocommerce-MyAccount-navigation ul li.is-active {border-top: #7bdec3 solid 5px;}
.woocommerce-MyAccount-navigation ul li:hover {border-top: #7bdec3 solid 5px;}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {display: none;}
/* Fim MyAccount-navigation */

form.woocommerce-form.woocommerce-form-login.login,
form.woocommerce-form.woocommerce-form-register.register {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
	box-shadow: 0 3px 8px rgba(0,0,0,.05);
    margin: auto auto 30px auto;
    
}


/* Novo Pedido  */
ul.woocommerce-thankyou-order-details.order_details {
     display: grid;
        grid-template-columns: auto auto auto auto auto;
        grid-gap: 10px;
        width: 100% !important;
}
ul.woocommerce-thankyou-order-details.order_details li strong {
    font-size: 15px;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
    font-size: 20px;
    color: #61bf0b;
    background: #fff;
    width: 80%;
    margin: auto;
    padding: 20px;
    border-radius: 50px;
    border: solid 1px #f9f9f9;
}
.order_details small.shipped_via {
    display: block;
}

/* Fim Novo Pedido  */

/* Detalhes do Pedido  */
.box_status_order_sulino {
    padding: 5px;
    margin: 20px 0px;
}
.box_status_order_sulino img {
    max-height: 150px;
    margin: auto;
}
a.button.alt.pagar_pedido_sulino, #place_order {
    margin: 20px auto !important;
    float: none;
    display: table;
    border-radius: 25px;
    padding: 10px 10px;
}
/* Detalhes do Pedido  */

.woocommerce-Address, .woocommerce-Address,
.woocommerce-column.woocommerce-column--billing-address, .woocommerce-column.woocommerce-column--shipping-address {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
	margin: 10px 0px;
}

form.woocommerce-EditAccountForm.edit-account, form .woocommerce-address-fields {
    max-width: 450px;
    margin: auto;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0,0,0,.09);
}




a.button.pay, #place_order {
	color: #fff;
    background-color: #23cf5f;
}


/* listagem de pedidos */
table.my_account_orders {
    font-size: 15px !important;
}
table.order_details {
    background: #fff;
}
th.woocommerce-orders-table__header {
    font-size: 17px;
    padding: 15px;
    background: none !important;
    font-weight: 600;
}
table:not( .has-background ) tbody td,
table:not( .has-background ) tbody tr:nth-child(2n) td{
    background: transparent !important;
    padding: 10px !important;
    border-bottom: solid 1px #f2f2f2;
    vertical-align: inherit;
	line-height: normal;
}
td.woocommerce-orders-table__cell-order-number a {
    background: #fff;
    border-radius: 47px;
    padding: 6px 10px;
    color: #000;
    text-decoration: none !important;
    font-size: 17px;
}

.woocommerce-orders-table__row--status-pending .woocommerce-orders-table__cell-order-number a {
    background: #7bdec3;
    color:#fff;
}
.woocommerce-orders-table__row--status-cancelled .woocommerce-orders-table__cell-order-number a {
    background: #de7b7b;
    color:#fff;
}
.woocommerce-orders-table__row--status-refunded .woocommerce-orders-table__cell-order-number a {
    background: #aa7bde;
    color:#fff;
}
.woocommerce-orders-table__row--status-completed .woocommerce-orders-table__cell-order-number a {
    background: #2c76db;
    color:#fff;
}
.woocommerce-orders-table__row--status-cancelled {
    opacity: 0.4;
}

/* Fim listagem de pedidos */

/* Pagar pedido  */
.woocommerce table:not( .has-background ) th {
    background-color: transparent !important;
}

table td, table th {
    padding: 5px !important;
    border-bottom: 1px solid #fff;
}

#payment .payment_methods > li:not(.woocommerce-notice) {
    border-radius: 10px;
}

#payment .payment_methods li .payment_box {
    border-radius: 5px;
}
/* Fim Pagar pedido  */





/********************************************** Fim Minha conta  **********************************************/


























/****************************************************** Plugin ******************************************************/


/* YITH FILTERS */
.yith-wcan-filters {
    padding:0px !important;
    margin: 0px !important;
    background: none !important;
}
.yith-wcan-filters form {
    margin-bottom: 0px !important;
}
#secondary .widget_block h4{
    float: left;
    padding: 0px 4px !important;
    margin: 19px 0px 15px 0px !important;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    border-bottom: solid 1px #eaeaea;
}
.yith-wcan-filters li.filter-item {
    padding: 3px 10px!important;
    margin: 0px 0px !important;
    line-height: normal !important;
}
.yith-wcan-filters  span.term-label {
    font-size: 15px !important;
}
.yith-wcan-filters .yith-wcan-filter {
    margin-bottom: 2px !important;
}
.yith-wcan-filters .filter-content ul.filter-items {
    padding-bottom: 0px !important;
}
.yith-wcan-filters button.btn.btn-primary.yith-wcan-reset-filters.reset-filters.enhanced {
    float: right;
    position: relative;
    top: -60px;
}
.widget-area .widget .filter-item a {
    font-weight: 400;
    margin-left: 5px;
}
.yith-wcan-reset-navigation.button {
    padding: 2px 30px !important;
    margin: 25px auto !important;
    border-radius: 20px !important;
}

/* Plugin:  Whatsapp chat*/

div#wa .wa__btn_popup_txt {
    background-color: #ffffff08 !important;
}
/* Fim Plugin:  Whatsapp chat*/
  
  /****************************************************** Fim Plugin ******************************************************/