@media only screen and (min-width: 992px) {
    .slider-bottom .slider-content {
        width: 53.5vw;
    }
}

@media only screen and (max-width: 991px) {
    .slider-bottom .slider-content {
        width: 90vw;
    }
}

.slider-bottom .slider-content {
    width: 800px \9;
    display: inline-block;
}

.slider-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    border: 0;
    z-index: 10000;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background-color: #dcdcdc !important;
}

.slider-bottom .slider-content h2 {
    color: rgb(74, 74, 74) !important;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 16px;
    font-size: 16px;
    font-weight: 600;
	font-family: Roboto;
}

.slider-bottom .slider-content p {
    margin-top: 1vh !important;
    margin-top: 5px \9 !important;
    padding: 0;
	font-family: Roboto;
}

.slider-bottom .slider-content a {
    text-decoration: underline;
	font-family: Roboto;
}

.slider-bottom .slider-content p, .slider-bottom .slider-content a {
    color: #6f6f6f !important;
    line-height: 16px;
    font-weight: bold;
    margin: 0;
    font-size: 12px;
}

.slider-bottom .slider-content a:hover {
    color: #da291c !important;
    text-decoration: underline !important;
}

.slider-bottom .slider-content .slider-text {
    text-align: left;
    padding: 0;
    padding-left: 22px;
    position: relative;
}

.slider-bottom .slider-content .slider-text:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 28px;
    top: 50%;
    left: -2px;
    background: url("/common/icon-arrow-sidebar-red.svg") no-repeat 50%;
    background-size: contain;
    transform: translateY(-50%);
}

.slider-bottom .slider-content .cancel:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.slider-bottom .slider-content .cancel {
    opacity: 0.3;
    filter: alpha(opacity=30);
    cursor: pointer;
    border-style: none;
    border-radius: 12px 12px;
    position: relative \9;
    font-weight: 400;
}

.slider-bottom .slider-content .slider-button {
    color: white !important;
    line-height: 12px;
    padding: 4px 7px 6px 8px;
    *padding: 0;
    *width: 16.5px;
    *height: 17px;
    display: block;
    background-color: rgb(0, 0, 0) !important;
    position: relative;
    float: right;
    z-index: 10000;
}