

/*header space after scroll*/
header.centered_logo .header_inner_right {
    display: none;
}

@media only screen and (max-width: 1000px){
.content.content_top_margin {
    margin-top: 0px !important;
}

.shopping_cart_header .header_cart span {
    line-height: 38px;
    width: 28px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 10px;
}


@media screen and (max-width: 768px) {
.side_menu_button_wrapper {
display: block !important;
margin: 0 auto !important;
text-align: center !important;
}
.header_bottom_right_widget_holder {
display: block !important;
margin: 0 auto !important;
text-align: center !important;
}
.side_menu_button {
height: 50px !important;
display: inline-block !important;
}
.header_inner_right {
width: 100% !important;
}
.shopping_cart_outer {
    display: block !important;
    width: 100% !important;
}
.shopping_cart_inner, .side_menu_button {
    height: 50px !important;
}
.shopping_cart_inner {
    display: block !important;
}
}