/**
* Comparation table widget
 */
.sidebar > .widget.widget_text {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f1f1f1 !important;
    border-bottom: 1px solid #f1f1f1 !important;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 10px;
    box-shadow: none !important;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100% - 100px); }
.sidebar > .widget.widget_text > .title {
    display: none !important;
    background: none !important;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #303030;
    margin: 0;
    text-transform: none;
    padding: 7px; }
.sidebar > .widget.widget_text .wpsm_arrowlist {
    display: block; }
.sidebar > .widget.widget_text .wpsm_arrowlist ul {
    display: block; }
.sidebar > .widget.widget_text .wpsm_arrowlist ul li {
    display: block; }
.sidebar > .widget.widget_text .wpsm_arrowlist ul li:before {
    display: none !important; }
.sidebar > .widget.widget_text .wpsm_arrowlist ul li a {
    display: block !important;
    padding: 10px 20px;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #303030;
    text-decoration: none;
    border-bottom: 1px solid #f1f1f1; }
.sidebar > .widget.widget_text .wpsm_arrowlist ul li a .dl-menu-subtitle {
    display: block;
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    height: 18px;
    color: #303030;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 300; }
.sidebar > .widget.widget_text .wpsm_arrowlist ul li a.active,
.sidebar > .widget.widget_text .wpsm_arrowlist ul li a.mPS2id-highlight {
    border-radius: 4px !important; }
.sidebar > .widget.widget_text .wpsm_arrowlist ul li a.mPS2id-highlight,
.wpsm_arrowlist ul li a.mPS2id-highlight {
    border-radius: 0px !important;
}
.sidebar > .widget.widget_text .wpsm_arrowlist ul li:last-child a {
    border-bottom: none; }
/*** banner ***/
.banner-wrap {
    position: relative;
    display: block;
    width: 100%;
}
.banner-content {
    margin-top: 30px;
    margin-bottom: -34px!important;
}
.banner-sidebar {
    margin-bottom: 30px;
}
.banner-wrap a {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.banner-wrap a:hover {
}
.banner-wrap a img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.banner-wrap a:hover img {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.8);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.8);
}

.product-affiliates-group {
    width: 100%;
}
.nom-label-wrap {
    position: relative;
    display: flex;
    background: #ffffff;
    align-self: flex-start;
    justify-content: flex-start;
    align-items: center;
    padding: 12px 16px 12px 10px;
    margin-top: 12px;
    width: 98%;
    z-index: 11;
}
.nom-tr-wrap {
    position: absolute;
    width: 100%;
    height: 108%;
    right: 0px;
    overflow: hidden;
}
.nom-tr {
    position: absolute;
    z-index: 999;
    top: -2px;
    right: -70px;
    width: 140px;
    height: 104%!important;
}
.nom-label {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    color: #ffffff;
    word-break: normal;
}
.wpb_wrapper .nom-label {
    word-break: normal;
}
.label-medal-wrap {
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
}
.label-medal {
    position: relative;
    width: 44px;
    height: 44px;
    background: #EDB320;
    border-radius: 50%
}
.tbl-logo-before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 1px;
    transform: translateY(-50%);
    width: 18px;
    height: 31px;
}
.tbl-logo-after {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
    width: 18px;
    height: 30px;
}
.tbl-logo {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
}
.lb-sep {
    padding: 0 13px;
}
.sidebar>.widget.widget_text .wpsm_arrowlist ul li a .dl-menu-subtitle {
    padding-bottom: 1px;
}
@media (max-width: 801px){
    .nom-label-wrap {
        width: 58%;
        margin-top: -20px;
        margin-bottom: 72px;
    }
}