.toggle-light{
    height: 45px;
    width: 150px;
}

.toggle-light .toggle-slide {
    /*-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;*/
    /*-webkit-box-shadow: 0 0 0 1px #999;
    -moz-box-shadow: 0 0 0 1px #999;
    box-shadow: 0 0 0 1px #999;*/
}
    .toggle-light .toggle-on,
    .toggle-light .toggle-off {
        font-size: 11px;
        font-weight: 500;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
    }
.toggle-light .toggle-on{
    margin-right: 10px;
}
.toggle-light .toggle-off{
    margin-right: 10px;
}
    .toggle-light .toggle-on,
    .toggle-light .toggle-select .toggle-inner .active {
        pointer-events: none;
        background:#0b78e2;
        background-image: url(/Themes/Pbazaar3/Content/images/up-arrow-white-2.png);
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: bottom;
        color: #FFF;
        padding-bottom: 15px;
        -webkit-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.2);
        box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.2);
        text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    }
    .toggle-light .toggle-off,
    .toggle-light .toggle-select .toggle-on {
        pointer-events:painted;
        color: rgba(255, 255, 255, 0.8);
        color: rgba(0, 0, 0, 0.6);
        text-shadow: 0 1px rgba(255, 255, 255, 0.2);
        /*background: -webkit-gradient(linear, left top, left bottom, from(#cfcfcf), to(#f5f5f5));
  background: -webkit-linear-gradient(#cfcfcf, #f5f5f5);
  background: linear-gradient(#cfcfcf, #f5f5f5);*/
        background: #DDD;
        text-align: center;
        font-size: 15px;
        font-weight: 600;
    }
.toggle-light .toggle-blob {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cfcfcf));
    background: -webkit-linear-gradient(#f5f5f5, #cfcfcf);
    background: linear-gradient(#f5f5f5, #cfcfcf);
    -webkit-box-shadow: 1px 1px 2px #888;
    -moz-box-shadow: 1px 1px 2px #888;
    box-shadow: 1px 1px 2px #888;
}
.toggle-light .toggle-blob:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#f9f9f9));
  background: -webkit-linear-gradient(#e4e4e4, #f9f9f9);
  background: linear-gradient(#e4e4e4, #f9f9f9);
}

@media only screen and (max-width: 767px) {
    .toggle-light {
        width: 95%;
    }

    .site-search-module{
        margin-top: 12px;
        margin-bottom: 14px;
    }
}
