body {
	color: #222;
    font-family: Roboto, Arial, sans-serif;
}
body.no-scroll {
    height: 100%;	
	position: relative;
    overflow: hidden;
}

#kernel_text, #plaisio {
    background: #fff;
    padding: 20px;
    height: 100%;
}

#kernel_text p, .contactus_text p {
	line-height: 24px;
	margin-bottom: 1rem;
}

[class*=" icon-"]:before, [class^=icon-] {
	font-family: 'FontPro';	
}

/*.success_add_to_bask {
	display: none;
    color: #fff;
    font-weight: bold;
	font-size:13px;
    background-color: rgba(0,119,20,.75);
    animation: productMessage 3s linear forwards;
	left: 0;
    line-height: 18px;
    padding: 20px 20%;
    position: fixed;
    text-align: center;
    top: 0;
    transition: all .3s ease-in-out 0s;
    width: 100%;
    z-index: 99999 !important;
}
*/


#kernel_text.text ul {
  list-style: none;
  padding: 0;
}

#kernel_text.text li {
  padding-left: 1.3em;
  line-height: 24px;  
}

#kernel_text.text li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: 'FontPro';
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}



.font-weight-bold {
    font-weight: 700 !important;
}

.text-right {
    text-align: right !important;
}
.mr-auto, .mx-auto {
    margin-right: auto !important;
}
.inner .box span {
	font-size: 26px;
}

.inner .box label {
    margin: 10px;
    font-weight: 500;
}
.inner .box .text-muted {
	font-size: 0.813rem;
    margin: 3px 0;	
}

#.success_add_to_bask:hover {
    -moz-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
    opacity: 1;
    cursor: pointer;
}

.success_add_to_bask {
	background-position: 15px center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important;
}

.success_add_to_bask {
    color: #fff;	
	top: 70px;
	right: 30px;
	position: fixed;
    opacity: .8;	
	display: none;
	background-color: #51a351;
	background-color: #1f9c1f;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
	z-index:9999;
}


.success_add_to_bask .icon {
	position: absolute;
    left: 16px;
    top: 10px;
    font-size: 24px;
}

.success_add_to_bask .left_column {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.success_add_to_bask .message {
	font-size: 13px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

/* Panels & Overlays */
#menu-overlay {
    width: 0%;
    height: 100%;
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(22, 22, 22, 0.6);
    transition: opacity .2s linear, visibility .1s, width 1s ease-in;
}

.menu-is-open #menu-overlay {
    transition: opacity .5s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}

#panel-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    display: none;
    z-index: 1025;
    opacity: .3;
}

/*
#panel-basket {
    height: 100%;	
	display: block;
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    background-color: #fff;
	z-index: 1030;	
	-moz-transition: right .4s ease-in-out;
    -webkit-transition: right .4s ease-in-out;
    -o-transition: right .4s ease-in-out;
    transition: right .4s ease-in-out;
    -webkit-box-shadow: 0 2px 10px rgb(0 0 0 / 30%);
    box-shadow: 0 2px 10px rgb(0 0 0 / 30%);	
}
*/
#panel-basket {
	background: #f9f9f9;
	right: -400px;
	position: fixed;
	top: 0;
	bottom:0;
	width: 400px;
	z-index: 3333;
	padding: 0;
	border-left: 1px solid #e3e3e3;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
#panel-basket.expanded {
	right: 0;
}

#panel-filters {
	background: #fff;
	right: -100%;
	position: fixed;
	top: 0;
	bottom:0;
	width: 100%;
	z-index: 3333;
	padding: 0;
	border-left: 1px solid #e3e3e3;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

#panel-filters.expanded {
	right: 0;
}

.collapse.in {
    display: block;
}

.call-us {
    display: block;
    z-index: 20;
    position: fixed;
    right: -75px;
    bottom: 20px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #00b140;
	cursor: pointer;
	-moz-transition: right .3s ease-in-out;
    -webkit-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.call-us:hover {
	background-color: #03a03c;
}

.call-us.visible {
	right: 20px;
}

.call-us:before {
	color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 25px;
    line-height: 64px;
    text-align: center;
    color: #fff;
	content: "\f095";
	font-weight: 300;
}


/* To Top */
/* version-1
.to-top {
    position: fixed;
    bottom: 110px;
    right: -75px;
    width: 55px;
    height: 55px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: .06em;
    color: #000;
    background: #fff;
    cursor: pointer;
    z-index: 10;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 30%);
    -moz-transition: right .3s ease-in-out;
    -webkit-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*/

.to-top {
	position: fixed;
	bottom: 100px;
	right: -75px;
	padding-top: 28px;
	width: 64px;
	height: 64px;
	font-size: 14px;
	line-height: 28px;
	font-weight: 700;
	letter-spacing: .06em;
	text-align: center;
	color: #292a2e;
	background: #fff;
	cursor: pointer;
	z-index: 10;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	box-shadow: 4px 4px 9px 1px rgb(0 0 0 / 15%);
	-moz-box-shadow: 4px 4px 9px 1px rgba(0,0,0,.15);
	-webkit-box-shadow: 4px 4px 9px 1px rgb(0 0 0 / 15%);
	-moz-transition: right .3s ease-in-out;
	-webkit-transition: right .3s ease-in-out;
	-o-transition: right .3s ease-in-out;
	transition: right .3s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.to-top.visible {
    right: 20px;
}

/* version-1 
.to-top:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
    line-height: 20px;
    color: #000;
    -moz-transition: top .2s ease-in-out;
    -webkit-transition: top .2s ease-in-out;
    -o-transition: top .2s ease-in-out;
    transition: top .2s ease-in-out;
}
*/
.top-top:before {
	position: absolute;
    top: 15px;
    left: 50%;
    font-size: 14px;
    line-height: 14px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #292a2e;
    -moz-transition: top .2s ease-in-out;
    -webkit-transition: top .2s ease-in-out;
    -o-transition: top .2s ease-in-out;
    transition: top .2s ease-in-out;	
}

.to-top:hover:before {
    color: #ff6000;
    top: 10px;
}
.icon-top:before {
    content: "\f0d8";
	position: absolute;
    top: 15px;
    left: 50%;
    font-size: 22px;
    line-height: 14px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #292a2e;
    -moz-transition: top .2s ease-in-out;
    -webkit-transition: top .2s ease-in-out;
    -o-transition: top .2s ease-in-out;
    transition: top .2s ease-in-out;	
}

@media only screen and (max-width: 959px) {
	.to-top {
		position: fixed;
		width: 35px;
		height: 35px;
		right: 50%;
		transform: translateX(50%);
	}
	.to-top .text {
		display: none;
	}
	.to-top.visible {
		bottom: 15px;
		right: 50%;
		transform: translateX(50%);
	}
	.icon-top:before {
		top: 10px;
		font-size: 31px;	
	}
}

.prosfores-button {
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: #d2a172;
    /* color: #fff; */
    margin: 0 10px;
    border-radius: 2px;
    padding: 11px 20px;
    max-width: 142px;
    border-radius: 50px;
    display: none;
}
.prosfores-button:hover {background:#97081f;}
.prosfores-button:hover a {color:#fff;}
.prosfores-button a {color: #fff;}

.prosfores-button .icon {
    font-size: 20px;
    font-weight: bold;
    margin-right: 2px;
    color: #fff;
}
