html, body{
	margin:0;
	padding:0;
	font-size:14px;
	line-height:normal;
	color:#444444;
}

a,
a:link,
a:active,
a:visited,
a:focus{
	color:#454545;
	text-decoration:none;
	cursor:pointer;
	transition:0.3s
}

a:hover{
	color:#ffcc29;
}

.cor_links_rodape a,
.cor_links_rodape a:link,
.cor_links_rodape a:active,
.cor_links_rodape a:visited,
.cor_links_rodape a:focus{
	color:#fff;
	font-weight:600;
	text-decoration:none;
	cursor:pointer;
	transition:0.3s
}

.cor_links_rodape a:hover{
	color:#ffcc29
}

.menu-fixo{
	position: fixed;
	top: 0;
	z-index: 99;
}

.border-menu-top{
	border-top:5px solid #ffcc29;	
}

.navbar-add-border-bottom-scroll{
	border-bottom:5px solid #DDDEE0	
}
.navbar-del-border-bottom-scroll{
	border-bottom:none
}

.nav-link {
   padding: .8rem 1rem;
}

.navbar-nav .nav-link {
	color:#fff;
}
.navbar-nav .nav-link:hover{
	color:#ffcc29;
}

.navbar-padding-menu{
	padding-left:50px;
	padding-right:50px
}
.dropdown-item{
	font-weight: 600;
	font-size:17px;
    color: #454545 !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    font-weight: 600;
    color: #454545 !important;
}

.dropdown:hover>.dropdown-menu {
  display: block;
  left:20px;
  border:none
}

@media only screen and (max-width: 600px) {
	.navbar-padding-menu{
		padding-left:30px;
		padding-right:30px;
		margin-top:20px
	}
}

.menu-top-address,
.menu-top-address a,
.menu-top-address a:link,
.menu-top-address a:active,
.menu-top-address a:visited,
.menu-top-address a:focus{
	color:#ffffff;
	text-decoration:none;
	cursor:pointer;
	transition:0.3s
}

.menu-top-address a:hover{
	color:#ccc;
}

.menu-social-pages-top{
	list-style:none;
	padding:0;
	margin:0;
	text-align:right	
}
.menu-social-pages-top > li{
	display:inline-table	
}
.menu-social-pages-top > li > a,
.menu-social-pages-top > li > a:link,
.menu-social-pages-top > li > a:active,
.menu-social-pages-top > li > a:visited,
.menu-social-pages-top > li > a:focus{
	display:block;
	color:#ffffff;
	text-align:center;
	margin-right:7px;
	cursor:pointer
}
.menu-social-pages-top > li > a:hover{
	color:#3870CB;
}
@media only screen and (max-width: 600px) {
	.menu-social-pages-top{
		margin-left:auto;
		margin-right:auto;
		width:100%;
		margin-bottom:20px;
		text-align:center;
		font-size:20px
	}
	.menu-social-pages-top > li{
		display:inline-table;
		margin-left:4px;
		margin-right:4px;
	}
}

.banner-fade-image {
	position: relative;
	width: 100%;
	height: auto;
}
.banner-fade-image .after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	color: #FFF;
	background: rgba(0, 0, 0, 0.5);
	display: block;
	z-index:992
}

.table td, .table th {
    border-top: none !important;
}
.table thead th {
    border-bottom: none !important;
}

.buttons_top-cart,
.buttons_top-cart a,
.buttons_top-cart a:link,
.buttons_top-cart a:active,
.buttons_top-cart a:visited{
	background:#454545;
	font-size:17px ;
	padding:7px 20px;
	color:#ffffff !important;
	border-radius:5px;
	text-transform:uppercase;
	border:none;
	font-weight:700 !important;
	transition:0.3s;
	cursor:pointer
}

.buttons_top-cart:hover,
.buttons_top-cart a:hover{
	background:#ffffff;
	color:#454545 !important;
}

.buttons_add-cart,
.buttons_add-cart a,
.buttons_add-cart a:link,
.buttons_add-cart a:active,
.buttons_add-cart a:visited{
	background:#454545;
	font-size:18px ;
	padding:7px 20px;
	color:#ffcc29 !important;
	border-radius:5px;
	text-transform:uppercase;
	border:none;
	font-weight:700 !important;
	transition:0.3s;
	cursor:pointer
}

.buttons_add-cart:hover,
.buttons_add-cart a:hover{
	background:#ffcc29;
	color:#454545 !important;
}

.buttons_add-cart_2,
.buttons_add-cart_2 a,
.buttons_add-cart_2 a:link,
.buttons_add-cart_2 a:active,
.buttons_add-cart_2 a:visited{
	background:#ffcc29;
	font-size:18px ;
	padding:7px 20px;
	color:#454545 !important;
	border-radius:5px;
	text-transform:uppercase;
	border:none;
	font-weight:700 !important;
	transition:0.3s;
	cursor:pointer
}

.buttons_add-cart_2:hover,
.buttons_add-cart_2 a:hover{
	background:#454545;
	color:#ffcc29 !important;
}

.buttons_2,
.buttons_2 a,
.buttons_2 a:link,
.buttons_2 a:active,
.buttons_2 a:visited{
	background:#3590d2;
	font-size:14px;
	padding:7px 20px;
	color:#ffffff !important;
	border-radius:25px;
	text-transform:uppercase;
	border:none;
	transition:0.3s;
	cursor:pointer
}

.buttons_2:hover,
.buttons_2 a:hover{
	background:#999999;
	color:#ffffff;
}

.box-left-menu{
	border:solid 1px #dadada;
	border-radius:5px	
}

.img-produto-list-radius{
	border:solid 1px #dadada;
	border-bottom:none;
	border-radius:5px 0px 5px 0px	
}
.box-produto-list-radius{
	border:solid 1px #dadada;
	border-top:none;
	border-radius:5px	
}

.carousel-control-next, .carousel-control-prev {
	width:8%	
}

.owl-theme .owl-nav {
    margin-top: 0px;
    top: 0;
    position: absolute;
	width:100%
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next{
	position:absolute !important;
	background:#ffffff !important;
	font-size:35px !important;
	font-weight:800 !important;
	width:30px !important;
	height:80px !important;
	border-radius:15px !important;
	transition:0.3s !important
}

.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover{
	color:#fff !important;
	background:#3590d2 !important;
}

.owl-theme .owl-nav .owl-prev{
	left:-15px !important;
	top:80px !important;
}

.owl-theme .owl-nav .owl-next{
	right:-15px !important;
	top:80px !important;
}

@media only screen and (max-width: 600px) {
	.owl-theme .owl-nav .owl-prev{
		left:-15px !important;
		top:120px !important;
	}
	
	.owl-theme .owl-nav .owl-next{
		right:-15px !important;
		top:120px !important;
	}	
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--cor-secundaria);
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: red;
}
.help-block {
    display: block;
    margin-top: 3px;
    margin-left: 16px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 700;
    color: red;
}

.btn.disabled, .btn:disabled {
	opacity:1	
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #2B57A4;
    border-color: #2B57A4;
}
.page-link:hover {
    color: #2B57A4;
}


.form-control{
	padding:10px 12px;
	border-radius:0px;
	border: 1px solid #dee2e6;
	font-size:17px !important;
	font-weight:600
}
.form-control:focus{
	background:#f9f9f9;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #999 !important;
}

.footer-titles{
	margin:0;
	padding:0	
}

.footer-titles li{
	margin:0;
	padding:0;
	list-style:none;
	display:inline-table
}

.footer-titles-hidden{
	display:none !important
}

.titles-footer-span{
	width:70px;
	height:2px;
	background:#3590d2;
	margin:6px 12px;
}

@media only screen and (max-width: 600px) {
	.footer-titles li{
		margin:0;
		padding:0;
		list-style:none;
		display:inline
	}
	.titles-footer-span{
		display:none
	}
	.footer-titles-hidden{
		display:block !important
	}
}


.footer-text-empresa{
	padding-right:40px
}
@media only screen and (max-width: 600px) {
	.footer-text-empresa{
		padding-right:0px
	}
}

.menu-bottom-address,
.menu-bottom-address a,
.menu-bottom-address a:link,
.menu-bottom-address a:active,
.menu-bottom-address a:visited,
.menu-bottom-address a:focus{
	color:#2B57A4;
	text-decoration:none;
	cursor:pointer;
	transition:0.3s
}

.menu-bottom-address a:hover{
	color:#3870CB;
}

.menu-social-pages-bottom{
	list-style:none;
	padding:0;
	margin:0;
	text-align:right	
}
.menu-social-pages-bottom > li{
	display:inline-table	
}
.menu-social-pages-bottom > li > a,
.menu-social-pages-bottom > li > a:link,
.menu-social-pages-bottom > li > a:active,
.menu-social-pages-bottom > li > a:visited,
.menu-social-pages-bottom > li > a:focus{
	display:block;
	color:#454545;
	background:#ffcc29;
	padding:6px;
	width:23px;
	height:23px;
	line-height:12px;
	border-radius:5px;
	text-align:center;
	margin-right:7px;
	cursor:pointer;
	transition:0.5s
}
.menu-social-pages-bottom > li > a:hover{
	background:#fff;
	color:#454545;
}
@media only screen and (max-width: 600px) {
	.menu-social-pages-bottom{
		margin-left:auto;
		margin-right:auto;
		width:100%;
		margin-bottom:20px;
		text-align:center;
	}
	.menu-social-pages-bottom > li{
		display:inline-table;
		margin-left:4px;
		margin-right:4px;
	}
}

.modal {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-backdrop
{
    opacity:0.8 !important;
}

.modal-header{
	justify-content:center;
	text-align:center !important	
}
.modal-title {
	font-size:16px;
	font-weight:800;
	color:#2B57A4;
	text-transform:uppercase;
	justify-content:center;
	text-align:center !important	
}
.modal-footer {
	justify-content:center;
	font-size:15px;
	color:#444444;
	text-align:center !important
}

.table > tbody > tr > td {
     vertical-align: middle;
}

.fancybox-title-float-wrap .child {
	background:#ffcc29 !important;
	color:#454545 !important;
	font-family: 'Fira Sans', sans-serif !important;
	font-size:14px !important;
	line-height:18px !important;
	text-transform:uppercase !important;
	font-weight:600 !important
}
.fancybox-title-float-wrap .child p{
	margin-bottom:0px !important
}

.page-item > .page-link > span > i{
	color:#555;
}
.page-item > .page-link:hover > span > i{
	color:#fff
}

.page-item.active .page-link {
    z-index: 1;
    color: #454545 !important;
    background-color: #ffcc29;
    border-color:  #cacaca;
	font-weight:800
}
.page-link{
	background-color: transparent;
    border-color: #cacaca;
	color:#555 !important;
	font-weight:800
}
.page-link:hover {
    background-color: #454545;
    border-color: #454545;
	color:#fff !important
}