

body {
    transition: all .3s ease;
}

.lof-guide-sidebar * {
    box-sizing: border-box;
}

.lof-guide-sidebar {
    width: 280px;
    position: fixed;
    top: 0;
    right: -280px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    background-color: #fff;
    z-index: 1000;
    height: 100vh;
    transition: all .3s ease;
}

.lof-guide-sidebar__header {
    position: relative;
}

.lof-guide-sidebar__header h4 {
    background: #ff5501;
    padding: 12px;
    color: #fff;
    margin-top: 0;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.1;
}

.lof-guide-sidebar__close-btn {
    position: absolute;
    right: 5px;
    top: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 100%;
    color: #fff !important;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
}

.lof-guide-sidebar__close-btn:hover {
    text-decoration: none;
}

.lof-guide-sidebar__content {
    padding: 0 15px;
    height: 100vh;
    overflow-y: auto;
}

.lof-guide-sidebar__selection {
    margin-bottom: 30px;
}

.lof-guide-sidebar__selection label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 5px;
}

.lof-guide-sidebar__selection select {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border-radius: 1px;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 4px 25px 5px 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    appearance: none;
    background-size: 30px 60px;
    text-indent: .01em;
}

.lof-guide-sidebar.open {
    right: 0;
}

.lof-guide-sidebar__heading {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.lof-guide-sidebar__account {
    text-align: center;
    font-style: italic;
    font-weight: 700;
    font-size: 14px;
}

.lof-guide-sidebar__note {
    font-style: italic;
    margin-top: 10px;
    font-size: 13px;
}

.lof-guide-sidebar ul{
    counter-reset: li;
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
}

.lof-guide-sidebar ul li {
    margin-bottom: 10px;
}

.lof-guide-sidebar ul li a {
    position: relative;
    display: block;
    padding: 5px 5px 5px 25px;
    color: #000;
    text-decoration: none;
    border-radius: .3em;
    background: #f0f0f0;
    margin-left: 15px;
}

.lof-guide-sidebar ul li a:hover{
    background: #fdfdc8;
}

.lof-guide-sidebar ul li a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    background: #ff5501;
    height: 34px;
    width: 34px;
    line-height: 25px;
    border: .3em solid #fff;
    text-align: center;
    border-radius: 2em;
    color: #FFF;
    font-size: 11px;
    font-weight: 700;
    box-sizing: border-box;
}

.lof-guide-sidebar__toggle {
    position: absolute;
    left: -20px;
    top: 30%;
    height: 100px;
    width: 20px;
    background: #ff5501;
    cursor: pointer;
}

.lof-guide-sidebar__toggle:after {
    font-family: 'lofguide' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}

.lof-guide-sidebar.open .lof-guide-sidebar__toggle:after {
    content: "\e900";
}

.lof-guide-sidebar__buynow {
    text-align: center;
    border-top: 1px solid #c2c2c2;
    padding: 30px 0;
}

.lof-guide-sidebar__buynow-btn {
    display: inline-block;
    background-color: #ff5501;
    border: 1px solid #ff5501;
    color: #fff !important;
    border-radius: 125px;
    padding: 12px 16px;
    cursor: pointer;
    border-width: 1px;
    font-size: 15px;
    font-weight: 700;
    -webkit-box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 12%);
    overflow: hidden;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-width: 200px;
    text-decoration: none;
}

.lof-guide-sidebar__buynow-btn i {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    bottom: 0;
    background-color: #fff;
    color: #ff5501;
    border-radius: 50%;
    border: 1px solid #ff5501;
    line-height: 40px;
}

.lof-guide-sidebar__buynow-btn:hover {
    background-color: #fff;
    color: #ff5501 !important;
    border: 1px solid #ff5501;
    text-decoration: none;
}

.lof-guide-sidebar__buynow-btn:hover i {
    background-color: #ff5501;
    color: #fff !important;
    border: 1px solid #ff5501;
    text-decoration: none;
}

.lof-guide-sidebar__buynow-desc {
    text-align: center;
    font-size: 12px;
    font-style: italic;
}

.lof-guide-sidebar__area-box {
    margin-bottom: 30px;
}

@media (min-width: 768px), print {
    body.lof-guide-open,
    body.lof-guide-open .modal-slide {
        padding-right: 280px;
    }

    body.lof-guide-open .page-actions._fixed {
        padding-right: 300px;
    }
}


