.side-nav > li > a.logout {
    background: #FEE9AB;
}
.side-nav > li > a.logout:hover {
    background: #ff9c00;
}
.check-agree-box {
    position: relative;
    box-sizing: border-box;
    padding: 15px 20px;
    clear: both;
    background: url(../../images/common/site-nav_bg.jpg);
    z-index: 1;
}
.check-agree-box::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: calc(100% - 10px);
    background: url(../../images/common/site-nav_bg2.jpg);
    z-index: -2;
}
.check-agree-box::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: #fff;
    visibility: visible;
    z-index: -1;
}
.check-agree label {
    display: inline-block;
    margin: 3px 0;
}
.check-agree strong {
    color: #9E2A2A;
}
.check-agree a {
    text-decoration: underline;
    transition: all 0.s ease;
}
.check-agree a:hover {
    color: #9E2A2A;
}
.products-list.type1 {
    background: url('../../images/common/border_dot_h.png') repeat-x;
    padding-top: 40px;
    margin-top: 25px;
}
.products-list .ibtn.delete {
    content: '';
    position: absolute;
    right: 15px;
    top: 15px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: #D4D4D4;
    z-index: 35;
    transition: all 0.3s ease;
    font-size: 0;
    text-indent: unset;
    transform: rotate(45deg);
}
.products-list .ibtn.delete:before {
    content: '\f067';
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 37px;
    color: #818181;
    transition: all 0.3s ease;
    text-align: center;
    padding-left: 10px;
}
.products-list .ibtn.delete:hover {
    background: #818181;
}
.products-list .ibtn.delete:hover:before {
    color: #D4D4D4;
}
@media screen and (max-width: 767px) {
    .check-agree-box {
        padding: 10px 0;
    }
}