#slideL {
    z-index: 10;
    position: fixed;
    top: 48px;
    left: -330px;
    max-height: calc(100% - 98px);
    max-width: 320px;
    width: 60%;
    padding: 0 0 0 0;
    background: #fff;
    padding-bottom: 10px;
}

#screen-mask {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
}

#slideL .slide-inner {
    overflow: auto;
    overflow-x: hidden;
}

#my-navbar .my-navbar {
    box-shadow: 0px 0px 2px grey;
    z-index: 20;
}

#my-navbar .my-navbar li {
    width: 50px;
    height: 48px;
}

.my-navbar li div {
    padding: 0px !important;
    cursor: pointer;
}

#my-navbar-close img {
    width: 100%;
}

#my-navbar-infomation img {
    width: 100%;
}

.my-page-label {
    background-color: rgba(0, 0, 0, 0.05);
    color: #28283B;
    font-size: 15px;
    line-height: 34px;
    margin: 6px 24px 6px 8px;
    font-weight: normal;
}

#my-footerbar {
    z-index: 20;
    background-color: #fff;
    box-shadow: 0px 0px 2px grey;
    height: 50px;
}

#my-slider {
    background-size: cover;
    background: linear-gradient(to right, #ea6bd1, #2cb2e4);
    border-radius: 2px;
    border: none;
    height: 4px;
    margin-top: 24px;
}

#thumb-img {
    margin: auto;
    width: 47.6%;
    padding-top: 40px;
    padding-bottom: 30px;
}

#thumb-img img {
    width: 100%;
    border-radius: 4px;
}

#title-lbl {
    margin: auto;
    width: 90%;
}

#title-lbl span {
    font-size: 14px;
    font-weight: bold;
}

#my-title {
    pointer-events: all !important;
    display: block !important;
    top: 12px;
    left: calc(50% - (116px / 2));
    width: 116px;
    z-index: 30;
}

#my-title img {
    cursor: pointer;
}

hr.spacer.space-small {
    padding-top: 4px;
    padding-bottom: 4px;
}

hr.spacer {
    height: auto;
    margin: 0 !important;
    border-top: none;
}

hr {
    display: block;
    width: 100%;
    height: 1px;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    border-top: 1px solid #dce8ec;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.8em;
    margin-left: -1.1em;
}

.ui-slider .ui-slider-handle {
    width: 24px;
    height: 24px;
    border: none;
    background-color: #ffffff;
    background-size: cover;
    border-radius: 50%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.btn.cart {
    position: relative;
    height: 40px;
}

.btn.cart,
button.cart {
    font-weight: bold;
    color: #dc4141;
    border-color: #dc4141;
    border-bottom-width: 2px;
    border-radius: 4px;
}

.btn,
button {
    font-size: 14px;
    font-weight: normal;
    display: inline-flex;
    overflow: hidden;
    height: 40px;
    padding: 0 24px;
    cursor: pointer;
    color: #85949e;
    border: 1px solid #dce8ec;
    border-radius: 80px;
    background: #fff;
    align-items: center;
    justify-content: center;
}

.btn.cart>img {
    margin-right: 8px;
    width: 24px;
    height: 25px;
}

.btn.cart:hover {
    background: #FCECEC;
}

.btn.primary:hover:before {
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.25);
}

.btn.primary,
button.primary {
    font-weight: bold;
    color: #fff;
    border: none;
    border-bottom: 2px solid #be1313;
    border-bottom-width: 2px;
    border-radius: 4px;
    background: linear-gradient(to right, #dd520f, #e2256b);
}

button.primary:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    content: '';
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(255, 255, 255, .25);
}

.btn.primary:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    content: '';
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(255, 255, 255, .25);
}

.btn.primary {
    position: relative;
    height: 55px;
    margin-top: 20px
}

.btn.block,
button.block {
    display: flex;
    width: 90%;
    margin: auto;
}

.item-purchase button {
    font-size: 16px;
}

.left-page-arrow {
    width: 32px;
    height: 100px;
    position: fixed;
    top: calc(100% / 2 - 50px);
    left: 20px;
    pointer-events: none;
}

.right-page-arrow {
    width: 32px;
    height: 100px;
    position: fixed;
    top: calc(100% / 2 - 50px);
    right: 20px;
    pointer-events: none;
}

.btn.back,
button.back {
    font-weight: bold;
    color: #ffffff;
    border-color: #959595;
    border-bottom-width: 2px;
    border-radius: 4px;
    background-color: #bbbbbb;
}

.btn.back:hover {
    background: #888888;
}

.my-navbar li a {
    color: #000;
}

.my-navbar li a:hover {
    background-color: #CCC;
}

@media only screen and (max-device-width: 480px) {

    .my-navbar-button-label {
        left: 55%;
    }

    #my-navbar .my-navbar li {
        width: 41px;
        height: 48px;
    }

}