<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:  Coneki - Divi
Theme URI:    https://www.coneki.com.br
Description:  Child Theme for Divi - Coneki
Author:       Coneki SoluÃ§Ãµes Digitais
Author URI:   https://www.coneki.com.br
Template:     Divi
Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/



@media (max-width: 980px) {

/*********************************
style mobile fixed header
*********************************/

.et_fixed_nav #main-header.et-fixed-header  {
	position: fixed;
	background: rgba(255,255,255,0.8);
	height: 55px;
}

.et-fixed-header .logo_container {
	height: 55px;
}

.et-fixed-header .mobile_menu_bar {
	padding-bottom: 5px;
}

/*********************************
make mobile fixed header navigation icon larger
*********************************/

.et-fixed-header .mobile_menu_bar:before {
	font-size: 45px;
}

.et_header_style_left .et-fixed-header #et-top-navigation {
	padding-top: 5px;
}

.et_fixed_nav #et-top-navigation {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

/**************************
Increase height of logo area on mobile and mobile fixed header
***************************/
#logo, .et-fixed-header #logo {
	max-height: 80%;
}

}



















/************TOPO**************/
.top .contatos-top ul{
	margin-top:5%;
}
.et-l--header ul{
	padding:0 !important;
}
.top .contatos-top li{
	list-style-type:none;
	display:inline;
	margin-right:2%;
}
.product-extra-search .psearch-content {
    display: flex;
    width: 100%;
}

.product-extra-search .product-cat {
    width: auto;
    float: left;
    position: relative;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
}

.product-extra-search .product-cat-label {
    padding-right: 30px;
    padding-left: 18px;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    position: relative;
    height: 100%;
    white-space: nowrap;
}

.product-extra-search .product-cat-dd {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    cursor: pointer;
    min-height: 42px;
    width: 100%;
    z-index: 10;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 10px;
}

.product-extra-search .search-wrapper {
    width: 100%;
    display: flex;
    position: relative;
}

.product-extra-search .search-field {
    float: left;
    height: 42px;
    line-height: 1;
    border-left: none;
    border-right: none;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    width: 100%;
}



.product-extra-search .search-wrapper .search-results {
    position: absolute;
    top: 110%;
    left: -1px;
    right: 0;
    border-top-style: solid;
    border-top-width: 1px;
    border-top: none;
    z-index: -1;
    padding: 0 20px;
    transform: scaleX(0);
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.product-extra-search .search-submit {
    float: right;
    height: 42px;
    line-height: 42px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 30px;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    font-weight: 700;
    border-radius: 0 5px 5px 0;
    white-space: nowrap;
}
.product-cat-label::after {
    content: ' \25BC';
}
input.text:focus, input.title:focus, input[type=text]:focus, select:focus, textarea:focus {
	border: none !important;
	
}

/* Conta
---------------------------------------------------------------------------------------------------- */

.conta .cart-contents {
    position: relative;
    display: flex !important;
    /* flex-flow: column nowrap;  */
    justify-content: center;
}
.conta span.cart-contents-count {
    display: none;
}
.conta .et_pb_code_inner li {
    list-style-type: none;
}
.conta .cart-contents:hover {
    text-decoration: none;
}
.conta .fa-layers-counter{
	border-radius: 48%;
    font-size: 15px;
    padding: 3% 5px;
    font-weight: bold;
    text-align: center;
    align-items: center;
    display: flex;
    width: 20px;
    height: 20px;
}
.conta .fa-fw {
    display: contents;
}
li.dir {
    margin-left: 25%;
}

.conta ul.icones li {
    width: 25%;
    float: left;
    display: grid;
    text-align: center;
}

.conta .cart-contents:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;	
    content: "\f07a" !important;
}



.conta .cart-contents-count {
	position: absolute;
	top: 15px;
   	right: 32px;
   	transform: translateY(-105%) translateX(25%);
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	height: 22px;
   	width: 22px;
	vertical-align: middle;
	text-align: center;
	border-radius: 50%;
	padding: 1px;   
	
}
.conta span.cart-contents-count {
    display: block !important;
    font-weight: bold;
}
.conta .cart-contents.menu-item {
	margin-top: 2%;
	margin-bottom: 6%;
}
.conta .icones p {
    text-align: center;
    margin-top: 5%;
}


/****************BOTÃƒO COMPRAR***************/
.woocommerce ul.products li.product .button {
    margin-top: 1em;
    width: 100%;
    text-align: center;
}
/****************BOTÃƒO COMPRAR***************/


/****************RESPONSIVO***************/
@media (max-width:700px){
	.top .contatos-top li .fas, .top .contatos-top li .fab {
		font-size: 21px;
		line-height: 1.7em;
	}
	.cabecalho .et_pb_column {
		margin-bottom: 0;
	}
	.cabecalho .et_pb_social_media_follow {
		float: left;
		display: block;
		margin-top: 20px !important;
	}
	.et_pb_image .et_pb_image_wrap {
		display: block;
		position: relative;
		max-width: 50%;
		margin:0 auto;
	}
	.et_pb_row.et_pb_row_1_tb_header.et_pb_row_fullwidth.sticky-wrapper.is-sticky.et_pb_gutters1.et_pb_row_1-4_1-2_1-4 {
		padding: 10px 20px !important;
	}
	.top .contatos-top li { 
		display: block;
	}
	li.dir {
		margin-left: 13%;
	}
	.conta .cart-contents.menu-item {
		margin-bottom: 2%;
	}
	.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar::before {
		top: -239px;
		position: absolute;
		left: 150px;
		
	}
	.et_pb_fullwidth_menu .et_mobile_menu, .et_pb_menu .et_mobile_menu {
		
		padding: 5%;
		margin-top: -57%;
	}
	.product-extra-search .product-cat {
		
		display: none;
	}
}













/* CORES */

.conta i.fa {
    font-size: 3em;
	color:#FFF;
}
.conta .cart-contents:before {
    font-size: 2em;
    color: #932A26;
}


.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar::before {
	color: #DDDDDD !important;
}
.conta .icones p a, .conta .icones p, .top .contatos-top li a {
    color: #FFF !important;
    font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
    font-size:14px;
}
.conta .icones p {
    margin-top: 5%;
}


.product-extra-search .search-submit {
    background-color: #DDDDDD;
    color: #000;
}

.fa {
    color: #FFF;
}


.top .contatos-top li{
	color:#932A26;
	font-size:15px;
	font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
}

.product-extra-search .product-cat-label {
    color: #000;
    background-color: #DDDDDD;
}

.product-extra-search .search-field {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.product-extra-search .search-wrapper .search-results {
    border: 1px solid #ccc;
    border-top-color: rgb(204, 204, 204);
    background-color: #932A26;
}


.conta .fa-layers-counter{
    color: #932A26;
	background: #0997d0 !important;
}

.conta .cart-contents-count {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	background: rgba(173,173,173,0.7);
}
.conta span.cart-contents-count {
    background: rgba(173,173,173,0.7);
	color: #001435;
}




/* NÃ£o transformar menu MOBILE  */
@media screen and (max-width: 980px) {
	#nao-transformar-menu .et_pb_menu__menu {
		display: block;
	}
	
	#nao-transformar-menu .mobile_menu_bar {
		/*display: none;*/
	}
}</pre></body></html>