#dle-speedbar a {
	color: #404145;
    font-size: 15px;
    text-decoration: underline;
    text-decoration-color: #b7b7b9;
    padding-right: 25px;
    position: relative;
}
#dle-speedbar a:after {
    content: url(../images/bred_crumbs_icon.png);
    position: absolute;
    top: 1px;
    margin-left: 10px;
}
select[name="recip"] {
	    width: 100%;
    position: relative;
    z-index: 299;
    height: 45px;
    background-color: #f8f8f8;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding-left: 20px;
    transition: 0.3s;
}
select[name="recip"]:focus {
    border: 1px solid #459fdf;
    transition: 0.3s;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#dle-comments-list ol {
    padding-left: 0px;
    margin-bottom: 20px;
    list-style-type: none;
}
.mass_comments_action {
    display: none !important;
}
.comments-tree-item ol {
    padding-left: 73px !important;
}
/*---Диалоговые и всплывающие окна jQuery UI---*/
.ui-widget-overlay {
	background: #000;
	opacity: 0.5;
	left: 0; top: 0; right: 0; bottom: 0;
	position: fixed;
	}
	.ui-helper-clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden }
	.ui-helper-clearfix { display: inline-block }
	* html .ui-helper-clearfix { height: 1% }
	.ui-helper-clearfix { display: block }
	.ui-dialog {
		text-align: left;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 370px;
		border-radius: 2px;
		border: none;
		    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	}
	.ui-dialog-titlebar { padding: 20px 20px; position: relative; }
	.ui-dialog-title { float: left; font-weight: bold; font-size: 1.15em; }
	.ui-dialog-titlebar-close {
		position: absolute;
		right: 10px; top: 50%;
		margin-top: -16px;
		height: 32px; width: 32px;
		border: 0 none !important;
	}
	.ui-dialog-titlebar-close .ui-icon {
		display: block;
		margin: 10px auto 0 auto;
		width: 12px; height: 12px;
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAG1BMVEUAAAA1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTW7eCkWAAAACHRSTlMA8DiyCsELwNb3saQAAABlSURBVBjTY2AxYoACZQcG10YFCJtJooTBokMIwlHsaAZioBRYAigKJoAAJAghoRIQCiYEoSEiUCmIBFQKLAGTAkvApCASCA6GMoQBGEYjLEV1DopDUbyA4jlUb6ciAiSMgQ0pqAB4linXHtbaoQAAAABJRU5ErkJggg==);
		-webkit-background-size: 12px auto; background-size: 12px auto;
		opacity: .5;
	}
	.ui-button {
		float: right;
		border: 0 none;
		display: inline-block;
		vertical-align: middle;
		cursor: pointer;
		height: 36px;
		border-radius: 18px;
		line-height: 22px;
		outline: none;
		background-color: #3394e6;
		color: #fff;
		border: 0 none;
		padding: 7px 22px;
		text-decoration: none !important;
		box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		-webkit-transition: all ease .1s; transition: all ease .1s;
	}
	.ui-dialog-titlebar-close:hover .ui-icon { opacity: 1; }
	.ui-icon { overflow: hidden; text-indent: -9999px; }
	.ui-dialog label { color: #575757; }
	.ui-dialog-content { padding: 20px; border: 1px solid #fff; overflow: auto; position: relative; zoom: 1; }
	.loginbox.ui-dialog, .loginbox .ui-dialog-content { overflow: visible !important; }
	.ui-dialog-content h2 { display: inline; font-size: 1em; font-weight: bold }
	.ui-dialog .ui-dialog-buttonpane { padding: 20px; text-align: center; }
	.ui-dialog .ui-resizable-se { bottom: 3px; height: 14px; right: 3px; width: 14px; }
	.ui-draggable .ui-dialog-titlebar { cursor: move; }
	.ui-state-error { background: #fef1ec 50% 50% repeat-x !important; border: 1px solid #cd0a0a; color: #cd0a0a; }
	.ui-button { margin: 0 3px; }
	.ui-helper-hidden-accessible{display: none;}

#dlereplypopup textarea {
       z-index: 299;
    padding-left: 20px;
    transition: 0.3s;
    resize: none;
    height: 100px;
    padding-top: 15px;
    background-color: #f8f8f8;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    width: 100%;
    position: relative;
}
.quote {
        background: #eef0f2;
    padding: 30px 40px;
    overflow: hidden;
    position: relative;
    color: #3d3f43;
    font-size: 15px;
    line-height: 26px;
}
div#dlefastreplycomments input.bbcodes {
    padding: 0 20px;
    border-radius: 5px 5px 5px 5px;
    line-height: 45px;
    color: #fff;
    font-size: 12px;
    background-color: #90b935;
    text-transform: uppercase;
    border-color: #90b935;
    border-style: inherit;
}
div#dlefastreplycomments {
    padding-bottom: 15px;
    margin-bottom: 40px;
    border-bottom: 1px solid #d8d9db;
    color: #1c1e21;
    font-weight: 400;
    font-family: 'Gotham Pro';
    font-size: 1.2em;
}
div#dlefastreplycomments .bb-editor textarea {
    resize: none;
    height: 100px;
    padding-top: 15px;
    width: 100%;
    position: relative;
    z-index: 299;
    height: 100px;
    background-color: #f8f8f8;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding-left: 20px;
    transition: 0.3s;
}
div#dlefastreplycomments .commentsreplyname {
    resize: none;
    width: 260px;
    position: relative;
    z-index: 299;
    height: 45px;
    background-color: #f8f8f8;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding-left: 20px;
    transition: 0.3s;
    display: block;
}
div#dlefastreplycomments .commentsreplyname:focus {
    border: 1px solid #459fdf;
    transition: 0.3s;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
div#dlefastreplycomments input.bbcodes:hover {
	text-decoration: none;
    opacity: 0.8;
}
div#dlefastreplycomments .bb-editor_box:focus {
    border: 1px solid #459fdf;
    transition: 0.3s;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.close-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    cursor: pointer;
    left: 285px;
    display: none;
    z-index: 2222;
}
.section-registration select {
        outline: 0px;
    font-size: 13px;
    color: #3d3f43;
    padding-left: 15px;
    height: 41px;
    background-color: white;
    border: 1px solid #dcdfe7;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    margin-bottom: 24px;
}


@media screen and (max-width: 650px) {
    #main .comments .heading .after .icon img, #main .reviews .heading .after .icon img {
       width: 32px;
       height: 32px;
    }
    #main .comments .heading .after h4, #main .reviews .heading .after h4 {
        font-size: 16px;
    }
    #main .comments .heading .after span, #main .reviews .heading .after span {
        font-size: 12px;
        color: #5b5e65;
    }
    #main .comments .heading .after .icon, #main .reviews .heading .after .icon {
        margin-right: 7px;
    }
    #main .text, #main .reply_area {
        padding-left: 0px !important;
        line-height: 20px;
        word-wrap: break-word;
        font-size: 13px;
    }
    .comments-tree-item ol {
        padding-left: 40px !important;
    }
    #main .comments .reply, #main .reviews .reply {
    	font-size: 12px;
        padding-left: 5px;
	}
    #main .comments .reply:before, #main .reviews .reply:before {
        content: '' !important;
        margin-left: 0;
        margin-top: 0;
    }
    
}
@media screen and (max-width: 768px) {
    #main .products .thumb img {
        height: 240px;
    }
}
.mb10{margin-bottom: 10px;}

@media screen and (max-width: 1200px){
#dbtn{
    height: 30px!important;
    }
}
@media screen and (max-width: 1200px){
.mr10{margin-right: 10px;}
}
.cat_title{margin: 5px 0 15px 0;}
#header .left .logo img {max-width: 116px;}