/*********************** ALTERAÇÕES NO HEADER *****************/

.header-middle_area {
	display:none;
}

.header-bottom_area {
	display:none;
}

.header-bottom_area.header-sticky {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.header-logo {
    height: 100%;
    width: 100%;
}

.header-logo img {
	/* filter: grayscale(100%) invert(100%) contrast(200%); */
	object-fit: contain;
	object-position: center;
}

.header-main_area .header-sticky.sticky.header-sticky .header-logo {
    padding-top: 0;
}

.header-main_area .header-sticky.sticky.header-sticky .header-logo > a > img {
    width: 100%;
}

#header-checkout .header-bottom_area.header-sticky {
    border-bottom: unset;
}

#header-checkout.header-main_area .header-sticky.sticky.header-sticky {
    display: none;
}

#header-checkout.header-main_area .header-bottom_area {
    background: #1a1a1a;
    /* top: -37px; */
    margin-top: 35px;
}

@media (max-width:991px) {
	#header-checkout.header-main_area .header-bottom_area .side-boxes {
		font-size:13px;
		display: none!important;
	}
}

@media (max-width:767px) {
	#header-checkout.header-main_area .header-bottom_area .container-infos > div:last-of-type {
		display:none!important;
	}
}