
 
 @import url("/assets/bootstrap-icons-1.11.3/font/bootstrap-icons.css");
.h1, h1 {
        font-size: 2rem;
    }
 
 
 
 
 
 

 
.bottomnu {
   position: fixed ;
    bottom: 0;
    margin-top: auto;
    z-index: 25;
    width: 100%;
    font-size: 12px;
    border-top: 1px solid #d9d9da;
    pointer-events: auto;
}
 
 
 
 
body {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0px; 
    text-align: left;
    color: #000;
	    margin: 0;
    background-color: white;
}







*:focus{
	box-shadow: none!important;
	border-color: #ddd!important;
}
*:focus-visible{
	/*border: 0 !important;*/
	box-shadow: none!important; 
	outline: none;
}

.cart-button {
    position: relative;
}
.cart-button .cart-status{
position: absolute;
    top: -4px;
    right: -4px;
    background: #dc3545;
    width: 20px;
    height: 20px;
    z-index: 999;
    text-align: center;
    color: #fff;
    border: solid #fff 2px;
    padding-bottom: 4px;
    border-radius: 10px;
    display: block;
    line-height: 15px;
    font-size: small;
    font-weight: 500;
}

 
 
.category-count{
margin-top: -5px;
    margin-left: 5px;
    font-size: 80%;
    background: #ffffff;
    padding: 0px 7px;
    border-radius: 12px;	
} 
 

input#search:focus{
	box-shadow: none;
	border-color: #ddd;
}

.tocart{
	width: 110px;  
}


.ms2_product a {
   text-decoration: none;
}
select.form-select.form-select-sm {
    border: none;
}


.list-inline a,.breadcrumb a,.card a,.list-unstyled a,#response a {
	text-decoration:none;
	
}

select.form-select.form-select-sm option{
background-color: #fff!important;
 background: #ffffff!important;
}

.form-select:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}


a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #000000;
}
.bg-dark.text-white a,.footer-middle.text-white a{
	color:#fff;
}
.catalog_list {
   position: absolute;
    width: 100%;
    z-index: 999;
    border: solid 1px #d3d3d3;
    padding: 20px 20px;
	    background: #FFF;
	
}
.catalog_list > div > div > ul > li:hover{
	background: #eee; 
	border-right: solid 5px #f00;
}


.advantages__container img{
	max-width:150px;
	height:auto;
}


li.level1>a{
	font-weight:bold;
}
li.level3>a{
    font-size: 85%;
    padding-left: 0px;
}
li.level2>ul{
	 padding-left: 16px;
}
li.last {
	margin-bottom: 15px;
}
li.level3 {
	list-style: square;
    color: #fc4c02;
    line-height: 16px;
}


.dot-leaders_dots {  
    flex-grow: 1;
    border-bottom: 1px solid #ebebeb;
}


.features>div>div {
    border: solid 1px #fff;
    height: 90px;
    width: 90px; 
	padding-top: 5px;
}

.features>div:hover>div  {
    border: solid 1px #6d6d6d;
    border-radius: 15px;
}


.fotorama__stage{
  /*  border: solid 1px #bbbbbb;
    box-shadow: 2px 2px 2px #ddd;*/
}
.h1{
	transform-origin: 0 0;
    transform: scale(1.2, 1);
}
.card:hover .card-title a{
	color:#f00;
} 
.card:hover {
	    box-shadow: 2px 2px 6px 2px #c1c1c1;
} 
.footer-middle{
background: #262626;
}

.list-inline-item.h5.active a{
	color: #dc3545; 
}


.addtoblock{    width: 140px;}
.addtoblock .p-m{}
.addtoblock .quantity{margin: 0px 2px;}
.addtoblock .quantity input{}
.addtoblock .addbtn{}
.addtoblock .addbtn button{}
.addtoblock .p-m .plus{}
.addtoblock .p-m .minus{}

.addtoblock .p-m div{
border: solid 1px #ddd;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #dc3545;
    color: #fff;
    border-radius: 4px;
	line-height: 1.1;
}

.addtoblock .p-m div:hover{
	cursor:pointer;
}
.specify span{
border-bottom: 1px dotted #535659;
    color: #535659;
	cursor: pointer;
}
.fotorama__img{
	background: #fff;
}

.desctab ul{
	padding-left: 2px;
    list-style: none;
}

p.titletab{
font-weight: 600;
    min-height: 50px;	
}

.doclist a{
	    text-decoration: none;
    color: red;
}
.doclist a:hover{
	    text-decoration: underline;
    color: #bd0000;
}

.tabledesc > div:hover{
	    background-color:#ddd;
}


/*
.specify:hover{
cursor:pointer;

}

.specify:hover .specify-tooltip{
opacity: 1;	
}

.specify-tooltip{
	width: 245px;
	opacity: 0;
	transition: opacity 0.5s ease;
}*/