body {
	background-color: #fff;
}
.blackwhite {
	color: #181A18;
}
.znachki {
	color: #6c6c6c;
}
h2 {
	color: #181A18;
}
h3 {
	color: #181A18;
}
h4 {
	color: #181A18;
}
h5 {
	color: #181A18;
}
h1 {
	color: #181A18;
}
p {
	color: #181A18;
}
a {
	color: #d22a27;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
	color: #d22a27;
	text-decoration: none;
    background-color: transparent;
}
li {
	color: #181A18;
}
.del_prod {
	margin-left: 5px;
	color: #d22a27;
}
.del_prod:hover {
	margin-left: 5px;
	color: #000000;
	text-decoration: none;
}
.active_archive_menu {
	background-color: #f8f9fa;
}
.filter_menu {
	background-color: #f8f9fa;
}
input {
	color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
}
select {
	color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
}
.background-objects-left {
	background-color: #f8f9fa;
}
.background-objects-right {
	background-color: #f8f9fa;
}
.background-objects-bottom {
	background-color: #f8f9fa;
}
.remove_object {
	background-color: #ffe2e2;
}
.back_object {
	background-color: #e3ffd6;
}
.notes_bg {
	background-color: antiquewhite;
}
.show_master_bot:hover {
	cursor: pointer;
	background-color: antiquewhite;
    border-radius: 5px;
}
.spanleft {
	color: #8c8c8c;
}
.spanleft2 {
	color: #8c8c8c;
}
.zametki:hover {
	cursor: pointer;
	background-color: antiquewhite;
    border-radius: 5px;
}

.img-shadow {

}
.img-shadow::after {

}
.img-shadow>img {

}

.icon_cart_link {
	color: #d22a27;
}
.icon_cart_link:hover {
	color: #000;
	text-decoration: none;
}
.icon_cart_link_empty {
	color: #000;
}
.icon_cart_link_empty:hover {
	color: #d22a27;
	text-decoration: none;
}
.buynow {
	font-size: 20px;
    background-color: #25d366;
    padding: 2px 10px;
    border-radius: 8px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}
.buynow:hover {
	font-size: 20px;
	border: 1px solid #25d366;
    background-color: #fff;
    padding: 2px 10px;
    border-radius: 8px;
    color: #25d366;
    text-transform: uppercase;
    cursor: pointer;
}
.buynow_link {
	text-decoration: none;
}
.buynow_link:hover {
	text-decoration: none;
}
.in_cart_bot {
	font-size: 20px;
    background-color: #ffac4a;
    padding: 2px 10px;
    border-radius: 8px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}
.in_cart_bot:hover {
	font-size: 20px;
	border: 1px solid #ffac4a;
    background-color: #fff;
    padding: 2px 10px;
    border-radius: 8px;
    color: #ffac4a;
    text-transform: uppercase;
    cursor: pointer;
}
.buybot {
    background-color: #8d8d8d;
    padding: 2px 10px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}
.buybot:hover {
	border: 1px solid #8d8d8d;
    background-color: #fff;
    padding: 2px 10px;
    border-radius: 4px;
    color: #8d8d8d;
    text-transform: uppercase;
	text-decoration: none;
    cursor: pointer;
}
@media (max-width: 575px) {
	.menu-mobile {
	display: block;
	position: fixed;
	bottom: 0px;
	background-color: #fff;
	width: 100%;
	text-align: center;
	height: 44px;
	font-size: 35px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	z-index:100;
}
}
.my_breadcrumb {
	white-space: nowrap;
	overflow: hidden;
	/*background: #e9ecef;*/
	padding: 5px;
	text-overflow: ellipsis;
	border-radius: 5px;
	color: #7c8491;
	margin-bottom: 0px;
	opacity: 0.4;
	font-size: 10px;
}