/* wtnb.css */
.none {
  	list-style: none;
	list-style-type: none;
}

.none > li {
	background: url("") !important;
	padding-left: 0px !important; 
}

.under_text {
	width: 100%;
    margin: 0px !important;
    padding-top: 0px !important;
    padding-left: 15px !important;
}

#post-1699 .post p,
#post-1709 .post p,
#post-1711 .post p,

#post-1713 .post p,
#post-1715 .post p,
#post-1717 .post p,

#post-1721 .post p,
#post-1723 .post p,
#post-1725 .post p {
    margin-top: 0px;
}

.catalog img {
    max-height: 176px;
}

/*.catalog p:nth-of-type(1) {*/
/*    height: 150px !important;*/
/*}*/

.standard_tag {
    position: relative;
    top: -50px;
}

#post-1954 .standard {
    display: none;
}
.panel .sub-menu li.new{
    position: relative;

}
.panel .sub-menu li.new:after {
    content: 'NEW';
    background: rgba(255, 255, 0, 0.9);
    color: #585858;
    position: absolute;
    right: 6px; top: 6px;
    width: 45px; height: 18px;
    font-size: 11.5px !important;
    line-height: 20px !important;
    text-align: center;
    font-family: sans-serif !important;
    font-weight: bold !important;
}

#post-499 h2.title,#post-810 h2.title,#post-223 h2.title{
    position: relative;

}
#post-499 h2.title:after,#post-810 h2.title:after ,#post-223 h2.title:after  {
    content: 'NEW';
    background: rgba(255, 255, 0, 0.9);
    color: #585858;
    position: absolute;
    left: -4px;
    top: -16px;
    width: 45px; height: 18px;
    font-size: 11.5px !important;
    line-height: 20px !important;
    text-align: center;
    font-family: sans-serif !important;
    font-weight: bold !important;
}

/* new mark */
#sidebar > #banners > li:nth-of-type(3) {
    position: relative;
}

#sidebar > #banners > li:nth-of-type(3):after {
    content: 'NEW';
    background: rgba(255, 255, 0, 0.9);
    color: #585858;
    position: absolute;
    left: 6px; top: 6px;
    width: 45px; height: 18px;
    font-size: 11.5px !important;
    line-height: 20px !important;
    text-align: center;
    font-family: sans-serif !important;
    font-weight: bold !important;
    display: none;
}

/* new mark */
#content > #banners > li:nth-of-type(3) {
    position: relative;
}

#content > #banners > li:nth-of-type(3):after {
    content: 'NEW';
    background: rgba(255, 255, 0, 0.9);
    color: #585858;
    position: absolute;
    left: 6px; top: 6px;
    width: 45px; height: 18px;
    font-size: 11.5px !important;
    line-height: 20px !important;
    text-align: center;
    font-family: sans-serif !important;
    font-weight: bold !important;
    display: none;
}

/* new mark at products*/
/* .post > ul.toc:nth-of-type(4) > li { */
    .p-new{
    position: relative;
}

/* .post > ul.toc:nth-of-type(2) > li:before { */
    .p-new::before {
    content: 'NEW';
    background: yellow;
    color: #585858;
    position: absolute;
    left: 0px; top: -15px;
    width: 40px; height: 16px;
    font-size: 10px !important;
    line-height: 17px !important;
    text-align: center;
    font-family: sans-serif;
    font-weight: bold !important;   
}


#post-1951 .post > ul.toc:nth-of-type(4) > li:last-child,
#post-1954 .post > ul.toc:nth-of-type(4) > li:last-child {
    margin-top: 15px;
}

/* new mark at catalog*/
section.catalog.new > h3:after {
    content: 'NEW';
    background: yellow;
    color: #585858;
    position: absolute;
    left: 274px; top: -25px;
    width: 45px; height: 22px;
    font-size: 11px;
    line-height: 24px;
    text-align: center;
    font-family: sans-serif;
    font-weight: bold;   
    
}

@media screen and (max-width: 650px) {
    .catalog p {
        position: relative;
        display: inline-block;
    }
    
    #post-1951 .post > ul.toc:nth-of-type(4) > li:nth-of-type(2),
    #post-1954 .post > ul.toc:nth-of-type(4) > li:nth-of-type(2) {
        margin-top: 15px !important;
    }
    
    section.catalog.new > h3:after {
        left: 0px;
    }
}

@media screen and (max-width: 450px) {
    .post > ul.toc:nth-of-type(4) > li {
        margin-top: 15px;
    }

    #post-1945 .catalog:nth-of-type(3) .standard,
    #post-1945 .catalog:nth-of-type(6) .standard,
    #post-1945 .catalog:nth-of-type(7) .standard,
    #post-1951 .catalog:nth-of-type(13) .standard {
        margin-top: -65px;
    }
}

@media screen and (max-width: 350px) {
    #post-1945 .catalog:nth-of-type(1) .standard,
    #post-1951 .catalog:nth-of-type(1) .standard,
    #post-1951 .catalog:nth-of-type(2) .standard,
    #post-1951 .catalog:nth-of-type(7) .standard {
        margin-top: -65px;
    }
}