:root {
  --main-color: #a94442;
  --main-ligher-color: #f9ecec;
  --main-darker-color: #e59795;
  --main-link-button-color: #9C2326;
  --main-lighet-color-used: #FFF5E1;
  --lighter-title-color: #EBC87D;
  --light-shade: #f9dddd;
}
.main_logo{
	width: 63px;
	height: 85px;
	margin: 14px 0 13px 3px;
	background: url(../images/new_design/logo_cartearom.png) center no-repeat;
	background-size: contain;
}

.sticky_menu .small_logo_header{
	width: 114px;
	height: 41px;
	margin-top: 13px;
	background: url(../images/new_design/logo_cartearom.png) center no-repeat;
	background-size: contain;
}
.truck-back {
    background: url(../images/redesign/truck-back-green.png) no-repeat;
}
.truck-front {
    background: url(../images/redesign/truck-front-green.png) no-repeat;
}
.is_present_wrapper input[type=checkbox] + label:before, .reg_form input[type=checkbox] + label:before, .reg_form input[type=radio] + label:before {
    /*background: url(../images/redesign/uncheck_green.png) center no-repeat !important;*/
}
.is_present_wrapper input[type=checkbox]:checked + label:before, .reg_form input[type=checkbox]:checked + label:before, .reg_form input[type=radio]:checked + label:before {
    /*background: url(../images/redesign/checked_green.png) center no-repeat !important;*/
}

a.logo_footer_central{
    width: 114px;
    height: 154px;
    background: url(../images/new_design/logo_cartearom_white.png) center no-repeat;
    background-size: contain;
}

.wrapper_big_menu{
        /* background: #F4F5DB; */
}

.list-group-item-special.active {
    background: url(../images/checks/check-box.png) left no-repeat !important;
}

@media (max-width:575px){
    .middle_header{height: 120px;}
    .bottom_header_right .search_form{top: 65px;}
    .middle_header_wrapper.sticky_menu .bottom_header_right .search_form {top: 68px;}
}

@media (max-width:375px){
    .middle_header {
        height: 117px;
    }
    .bottom_header_right .search_form{top: 64px;}
}