body,
a,
a:hover {
    color: #363940;
}

html {
    box-sizing: border-box;
}
#welcomeMsg{
    max-width: 400px;
    color: #fff;
    border-radius: 20px;
    position: fixed;
    z-index: 999;
    left: 0; top: 10%; right: 0;
    opacity: .95;
}
.big-btn-grooveden {
 
    width: 250px;
    height: 60px;
    line-height: 48px;
    font-size: 26px;

}
#closemsg{
    font-size: 20px;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: block;
    margin: auto;
    line-height: 1;
    cursor: pointer;
}
body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
.add-home {
    position: fixed;
    width: 60px;
    height: 60px;
    text-align: center;
    top: 10px;
    left: 10px;
    border-radius: 50%;
    background: #d00000;
    color: #fff;
    font-size: 11px;
}
div.dataTables_scrollBody[style]{
    overflow: visible !important;
}
.paginate_button.current {
    z-index: 1;
    color: #fff !important;
    background-color: #4e73df !important;
    border-color: #4e73df !important;
}

.paginate_button {
    display: inline-block;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #4e73df;
    background-color: #fff;
    border: 1px solid #dddfeb;
    border-top-color: rgb(221, 223, 235);
    border-right-color: rgb(221, 223, 235);
    border-bottom-color: rgb(221, 223, 235);
    border-left-color: rgb(221, 223, 235);
}
#twitter-widget-0 {
    position: relative !important;
    top: 10px;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}

a:hover {
    text-decoration: none;
}

.fa-trash-alt {
    cursor: pointer;
}

img.author-avatar {
    max-width: 300px !important;
    height: auto;
}

.fa-cart-plus {
    font-size: 20px;
}

.no-bg {
    background: transparent !important;
}

.btn-success {
    color: #fff;
    background-color: #1e7e34 !important;
}

#amount-holder {
    position: relative;
}

#amount {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #d00000;
    color: #fff;
    border-radius: 50%;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}
button.bg-green, .bg-green{
    background: #159567 !important;
}
.green-border{
    border: 1px solid #159567  ;
}
.green-text{
    color: #159567 ;
}
.bg-grooveden,
button.bg-grooveden,
input.bg-grooveden {
    background: #d00000 !important;
}
.bg-gray{
    background: #F6F4F5;
}
.list-group-flush .list-group-item {
    padding-left: 0;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td,
table.dataTable {
    border: none;
}

.bg-fade-white-gray {
    background: #cfd2d6;
}

.fa-heart.favorite {
    color: red !important;
}

table.table-bordered.dataTable td {
    vertical-align: middle;
    font-size: 16px;
    padding: 15px 0;
    color: #8D9095;
}

table.table-bordered.dataTable td>button {
    font-size: 13px;
}

table.table-bordered.dataTable td .fas {
    cursor: pointer;
    color: #8D9095;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    width: 100%;
}

.pagination>li {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    margin: 10px;
    line-height: 40px;
    border-radius: 10px;
}

.pagination a {
    display: block;
}

li.now {
    background: #d00000;
    border: 1px solid #d00000;
}

li.now a {
    color: #fff;
}

.audioplayer-playpause,
.player {
    display: none;
}

.player {
    position: fixed;
    width: 100%;
    height: 30px;
    bottom: 50px;
    z-index: 1000;
}

#songTitle {
    color: #fff;
    text-align: center;
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#222));
    background: -webkit-linear-gradient(top, #444, #222);
    background: -moz-linear-gradient(top, #444, #222);
    background: -ms-radial-gradient(top, #444, #222);
    background: -o-linear-gradient(top, #444, #222);
    background: linear-gradient(top, #444, #222);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 0 1.25em rgba(0, 0, 0, .5);
    /* 20 */
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 0 1.25em rgba(0, 0, 0, .5);
    /* 20 */
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 0 1.25em rgba(0, 0, 0, .5);
    /* 20 */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.audioplayer {
    position: fixed;
    height: 2.5em;
    /* 40 */
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    border: 1px solid #222;
    position: relative;
    z-index: 1;
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#222));
    background: -webkit-linear-gradient(top, #444, #222);
    background: -moz-linear-gradient(top, #444, #222);
    background: -ms-radial-gradient(top, #444, #222);
    background: -o-linear-gradient(top, #444, #222);
    background: linear-gradient(top, #444, #222);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 0 1.25em rgba(0, 0, 0, .5);
    /* 20 */
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 0 1.25em rgba(0, 0, 0, .5);
    /* 20 */
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 0 1.25em rgba(0, 0, 0, .5);
    /* 20 */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.audioplayer-mini {
    width: 2.5em;
    /* 40 */
    margin: 0 auto;
}

.audioplayer>div {
    position: absolute;
}

.audioplayer-playpause {
    width: 2.5em;
    /* 40 */
    height: 100%;
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
    top: 0;
    left: 0;
}

.audioplayer:not(.audioplayer-mini) .audioplayer-playpause {
    border-right: 1px solid #555;
    border-right-color: rgba(255, 255, 255, .1);
}

.audioplayer-mini .audioplayer-playpause {
    width: 100%;
}

.audioplayer-playpause:hover,
.audioplayer-playpause:focus {
    background-color: #222;
}

.audioplayer-playpause a {
    display: block;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    width: 0;
    height: 0;
    border: 0.5em solid transparent;
    /* 8 */
    border-right: none;
    border-left-color: #fff;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.5em 0 0 -0.25em;
    /* 8 4 */
}

.audioplayer-playing .audioplayer-playpause a {
    width: 0.75em;
    /* 12 */
    height: 0.75em;
    /* 12 */
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.375em 0 0 -0.375em;
    /* 6 */
}

.audioplayer-playing .audioplayer-playpause a:before,
.audioplayer-playing .audioplayer-playpause a:after {
    width: 40%;
    height: 100%;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 0;
}

.audioplayer-playing .audioplayer-playpause a:before {
    left: 0;
}

.audioplayer-playing .audioplayer-playpause a:after {
    right: 0;
}

.audioplayer-time {
    width: 4.375em;
    /* 70 */
    height: 100%;
    line-height: 2.375em;
    /* 38 */
    text-align: center;
    z-index: 2;
    top: 0;
}

.audioplayer-time-current {
    border-left: 1px solid #111;
    border-left-color: rgba(0, 0, 0, .25);
    left: 2.5em;
    /* 40 */
}

.audioplayer-time-duration {
    border-right: 1px solid #555;
    border-right-color: rgba(255, 255, 255, .1);
    right: 2.5em;
    /* 40 */
}

.audioplayer-novolume .audioplayer-time-duration {
    border-right: 0;
    right: 0;
}

.audioplayer-bar {
    height: 0.875em;
    /* 14 */
    background-color: #222;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    right: 6.875em;
    /* 110 */
    left: 6.875em;
    /* 110 */
    margin-top: -0.438em;
    /* 7 */
}

.audioplayer-novolume .audioplayer-bar {
    right: 4.375em;
    /* 70 */
}

.audioplayer-bar div {
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.audioplayer-bar-loaded {
    background-color: #333;
    z-index: 1;
}

.audioplayer-bar-played {
    background: #007fd1;
    background: -webkit-gradient(linear, left top, right top, from(#007fd1), to(#c600ff));
    background: -webkit-linear-gradient(left, #007fd1, #c600ff);
    background: -moz-linear-gradient(left, #007fd1, #c600ff);
    background: -ms-radial-gradient(left, #007fd1, #c600ff);
    background: -o-linear-gradient(left, #007fd1, #c600ff);
    background: linear-gradient(left, #007fd1, #c600ff);
    z-index: 2;
}

.audioplayer-volume {
    width: 2.5em;
    /* 40 */
    height: 100%;
    border-left: 1px solid #111;
    border-left-color: rgba(0, 0, 0, .25);
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
    top: 0;
    right: 0;
}

.audioplayer-volume:hover,
.audioplayer-volume:focus {
    background-color: #222;
}

.audioplayer-volume-button {
    width: 100%;
    height: 100%;
}

.audioplayer-volume-button a {
    width: 0.313em;
    /* 5 */
    height: 0.375em;
    /* 6 */
    background-color: #fff;
    display: block;
    position: relative;
    z-index: 1;
    top: 40%;
    left: 35%;
}

.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after {
    content: '';
    position: absolute;
}

.audioplayer-volume-button a:before {
    width: 0;
    height: 0;
    border: 0.5em solid transparent;
    /* 8 */
    border-left: none;
    border-right-color: #fff;
    z-index: 2;
    top: 50%;
    right: -0.25em;
    margin-top: -0.5em;
    /* 8 */
}

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
    /* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
    width: 0.313em;
    /* 5 */
    height: 0.313em;
    /* 5 */
    border: 0.25em double #fff;
    /* 4 */
    border-width: 0.25em 0.25em 0 0;
    /* 4 */
    left: 0.563em;
    /* 9 */
    top: -0.063em;
    /* 1 */
    -webkit-border-radius: 0 0.938em 0 0;
    /* 15 */
    -moz-border-radius: 0 0.938em 0 0;
    /* 15 */
    border-radius: 0 0.938em 0 0;
    /* 15 */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.audioplayer-volume-adjust {
    height: 6.25em;
    /* 100 */
    cursor: default;
    position: absolute;
    left: 0;
    right: -1px;
    top: -9999px;
    background: #222;
    background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#222));
    background: -webkit-linear-gradient(top, #444, #222);
    background: -moz-linear-gradient(top, #444, #222);
    background: -ms-radial-gradient(top, #444, #222);
    background: -o-linear-gradient(top, #444, #222);
    background: linear-gradient(top, #444, #222);
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
    opacity: 0;
}

.audioplayer-volume:hover .audioplayer-volume-adjust {
    top: auto;
    bottom: 100%;
}

.audioplayer-volume-adjust>div {
    width: 40%;
    height: 80%;
    background-color: #222;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin: 30% auto 0;
}

.audioplayer-volume-adjust div div {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #007fd1;
    background: -webkit-gradient(linear, left bottom, left top, from(#007fd1), to(#c600ff));
    background: -webkit-linear-gradient(bottom, #007fd1, #c600ff);
    background: -moz-linear-gradient(bottom, #007fd1, #c600ff);
    background: -ms-radial-gradient(bottom, #007fd1, #c600ff);
    background: -o-linear-gradient(bottom, #007fd1, #c600ff);
    background: linear-gradient(bottom, #007fd1, #c600ff);
}

.audioplayer-novolume .audioplayer-volume {
    display: none;
}

.audioplayer-play,
.audioplayer-pause,
.audioplayer-volume a {
    -webkit-filter: drop-shadow(1px 1px 0 #000);
    -moz-filter: drop-shadow(1px 1px 0 #000);
    -ms-filter: drop-shadow(1px 1px 0 #000);
    -o-filter: drop-shadow(1px 1px 0 #000);
    filter: drop-shadow(1px 1px 0 #000);
}

.audioplayer-bar,
.audioplayer-bar div,
.audioplayer-volume-adjust div {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.audioplayer-bar,
.audioplayer-volume-adjust>div {
    -webkit-box-shadow: -1px -1px 0 rgba(0, 0, 0, .5), 1px 1px 0 rgba(255, 255, 255, .1);
    -moz-box-shadow: -1px -1px 0 rgba(0, 0, 0, .5), 1px 1px 0 rgba(255, 255, 255, .1);
    box-shadow: -1px -1px 0 rgba(0, 0, 0, .5), 1px 1px 0 rgba(255, 255, 255, .1);
}

.audioplayer-volume-adjust div div,
.audioplayer-bar-played {
    -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, .5);
    -moz-box-shadow: inset 0 0 5px rgba(255, 255, 255, .5);
    box-shadow: inset 0 0 5px rgba(255, 255, 255, .5);
}

.audioplayer-volume-adjust {
    -webkit-box-shadow: -2px -2px 2px rgba(0, 0, 0, .15), 2px -2px 2px rgba(0, 0, 0, .15);
    -moz-box-shadow: -2px -2px 2px rgba(0, 0, 0, .15), 2px -2px 2px rgba(0, 0, 0, .15);
    box-shadow: -2px -2px 2px rgba(0, 0, 0, .15), 2px -2px 2px rgba(0, 0, 0, .15);
}

.audioplayer *,
.audioplayer *:before,
.audioplayer *:after {
    -webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    transition: color .25s ease, background-color .25s ease, opacity .5s ease;
}

#app-cover {
    position: relative;
    top: 50px;
    right: 0;
    left: 0;
    width: 430px;
    height: 100px;
    margin: -4px auto;
    transition: top linear 200ms;
}

#bg-artwork {
    position: fixed;
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    background-image: url("https://raw.githubusercontent.com/himalayasingh/music-player-1/master/img/_1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    filter: blur(40px);
    -webkit-filter: blur(40px);
    z-index: 1;
}

#album-art::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 130%;
    height: 130%;
}

#bg-layer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.51;
    z-index: 2;
}

#player {
    position: relative;
    height: 100%;
    z-index: 3;
}

#player-track {
    position: absolute;
    top: -10px;
    right: 15px;
    left: 15px;
    padding: 13px 22px 10px 184px;
    background-color: #d00000;
    border-radius: 15px 15px 0 0;
    transition: 0.3s ease top;
    z-index: 1;
}

#player-track.active {
    top: -110px;
}

#album-name {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

#track-name {
    color: #acaebd;
    font-size: 13px;
    margin: 2px 0 13px 0;
}

#track-time {
    height: 15px;
    margin-bottom: 2px;
    overflow: hidden;
    position: relative;
}

#current-time {
    float: left;
}

#track-length {
    float: right;
}

#current-time,
#track-length {
    color: transparent;
    font-size: 11px;
    background-color: #ffe8ee;
    border-radius: 10px;
    transition: 0.3s ease all;
}

#track-time.active #current-time,
#track-time.active #track-length {
    color: #f86d92;
    background-color: transparent;
}

#s-area,
#seek-bar {
    position: relative;
    height: 4px;
    border-radius: 4px;
}

#s-area {
    background-color: #ffe8ee;
    cursor: pointer;
}

#ins-time {
    position: absolute;
    top: -29px;
    color: #fff;
    font-size: 12px;
    white-space: pre;
    padding: 5px 6px;
    border-radius: 4px;
    display: none;
}

#s-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0.2;
    z-index: 2;
}

#ins-time,
#s-hover {
    background-color: #3b3d50;
}

#seek-bar {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #fd6d94;
    transition: 0.2s ease width;
    z-index: 1;
}

#player-content {
    position: relative;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 30px 80px #656565;
    border-radius: 15px;
    z-index: 2;
    transition: height linear 200ms;
}

#album-art {
    position: absolute;
    top: -70px;
    width: 115px;
    height: 115px;
    margin-left: 40px;
    transform: rotateZ(0);
    transition: 0.3s ease all;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #d00000;
    box-shadow: 0 0 0 10px #fff;
}


/*#album-art.active*/


/*{*/


/*    top: -60px;*/


/*    box-shadow: 0 0 0 4px #fff7f7, 0 30px 50px -15px #afb7c1;*/


/*}*/

#album-art:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: -10px auto 0 auto;
    background-color: #d6dee7;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #fff;
    z-index: 2;
}

#album-art img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
}

#album-art img.active {
    opacity: 1;
    z-index: 1;
    background: #fff;
}

#album-art.active img.active, img.not_found {
    z-index: 1;
    animation: rotateAlbumArt 3s linear 0s infinite forwards;
}
img.not_found {
    border: 1px solid #d00000;
    border-radius: 50%;
}
@keyframes rotateAlbumArt {
    0% {
        transform: rotateZ(0);
    }
    100% {
        transform: rotateZ(360deg);
    }
}

#buffer-box {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 13px;
    color: #1f1f1f;
    font-size: 13px;
    font-family: Helvetica;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    padding: 6px;
    margin: -12px auto 0 auto;
    background-color: rgba(255, 255, 255, 0.19);
    opacity: 0;
    z-index: 2;
}

#album-art img,
#buffer-box {
    transition: 0.1s linear all;
}

#album-art.buffering img {
    opacity: 0.25;
}

#album-art.buffering img.active {
    opacity: 0.8;
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

#album-art.buffering #buffer-box {
    opacity: 1;
}

#player-controls {
    width: 250px;
    height: 100%;
    margin: 0 5px 0 141px;
    float: right;
    overflow: hidden;
}

#app-cover .control {
    width: 33.333%;
    float: left;
    padding: 12px 0;
}

#app-cover .button {
    width: 26px;
    height: 26px;
    padding: 25px;
    background-color: #fff;
    border-radius: 6px;
    cursor: pointer;
}

#app-cover .button i {
    display: block;
    color: #d6dee7;
    font-size: 26px;
    text-align: center;
    line-height: 1;
}

#app-cover .button,
#app-cover .button i {
    transition: 0.2s ease all;
}

.small-lh {
    line-height: 24px;
}

#app-cover i {
    font-size: 16px !important;
}

#app-cover .button:hover i {
    color: #000;
}

.success-checkmark {
    width: 80px;
    height: 115px;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 999999;
}

.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4CAF50;
    background: #fff;
}

.success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
    /*background: #fff;*/
}

.success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
}

.success-checkmark .check-icon::before,
.success-checkmark .check-icon::after {
    content: '';
    height: 100px;
    position: absolute;
    /*background: #FFFFFF;*/
    transform: rotate(-45deg);
}

.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4CAF50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}

.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}

.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}

.success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, 0.5);
}

.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    /*background-color: #FFFFFF;*/
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

#showmenu {
    display: none;
    position: fixed;
    left: 10px;
    top: 120px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #d00000;
    z-index: 100;
    color: #fff;
    outline: none;
}

@media screen and (min-width: 768px) {
    .custom-collapse .collapse {
        display: block;
    }
    *,
    *:after,
    *::before {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 768px) {
    #showmenu {
        display: block;
    }
    html,
    body,
    .st-container,
    .st-pusher,
    .st-content {
        height: 100%;
    }
    .st-content {
        overflow-y: scroll;
        background: #f3efe0;
    }
    .st-content,
    .st-content-inner {
        position: relative;
    }
    #st-container {
        overflow: scroll;
    }
    .st-container {
        position: relative;
        overflow: hidden;
    }
    .st-pusher {
        position: relative;
        left: 0;
        z-index: 99;
        height: 100%;
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
    }
    .st-pusher::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        background: rgba(0, 0, 0, 0.2);
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
        transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    }
    .st-menu-open .st-pusher::after {
        width: 100%;
        height: 100%;
        opacity: 1;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .st-menu {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
        visibility: hidden;
        width: 300px;
        height: 100%;
        background: #48a770;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .st-menu::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        content: '';
        opacity: 1;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .st-menu-open .st-menu::after {
        width: 0;
        height: 0;
        opacity: 0;
        -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
        transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    }
    /* content style */
    .st-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .st-menu h2 {
        margin: 0;
        padding: 1em;
        color: rgba(0, 0, 0, 0.4);
        text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
        font-weight: 300;
        font-size: 2em;
    }
    .st-menu ul li a {
        display: block;
        padding: 1em 1em 1em 1.2em;
        outline: none;
        box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
        color: #f3efe0;
        text-transform: uppercase;
        text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
        letter-spacing: 1px;
        font-weight: 400;
        -webkit-transition: background 0.3s, box-shadow 0.3s;
        transition: background 0.3s, box-shadow 0.3s;
    }
    .st-menu ul li:first-child a {
        box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
    }
    .st-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
        color: #fff;
    }
    /* Effect 11: Scale and rotate pusher */
    .st-effect-11.st-container {
        -webkit-perspective: 1500px;
        perspective: 1500px;
    }
    .st-effect-11 .st-pusher {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .st-effect-11.st-menu-open .st-pusher {
        -webkit-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
        transform: translate3d(100px, 0, -600px) rotateY(-20deg);
    }
    .st-effect-11.st-menu {
        opacity: 1;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .st-effect-11.st-menu-open .st-effect-11.st-menu {
        visibility: visible;
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        overflow: scroll;
    }
    .st-effect-11.st-menu::after {
        display: none;
    }
    /* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
    .no-csstransforms3d .st-pusher,
    .no-js .st-pusher {
        padding-left: 300px;
    }
    #app-cover {
        width: 100%;
    }
    #album-art {
        display: none;
    }
    #player-track.active {
        left: 0;
        padding: 20px;
    }
    .navbar-toggler:hover,
    .navbar-toggler:active {
        background: #d00000 !important;
    }
    .navbar-toggler:hover>.navbar-toggler-icon,
    .navbar-toggler:active>.navbar-toggler-icon {
        color: #fff;
        ;
    }
    nav.navbar {
        text-align: center;
    }
    #mobile_cart {
        text-align: right;
        display: block;
        font-size: 12px;
        position: relative;
        top: -11px;
        margin-bottom: -11px;
    }
    #amount_header {
        position: relative;
        top: -5px;
    }
    table.table {
        display: block;
        width: 100%;
    }
    table.table th {
        display: none !important;
    }
    table.table tr {
        display: flex;
        padding: 0;
        flex-wrap: wrap;
    }
    table.table tr > td:nth-child(1) {
        flex-basis: 15%;
    }
    table.table tr > td:nth-child(2) {
        flex-basis: 85%;
    }
    table.table tr > td:nth-child(3),
    table.table tr > td:nth-child(4),
    table.table tr > td:nth-child(5),
    table.table tr > td:nth-child(6),
    table.table tr > td:nth-child(7)
    {
        flex-basis: 20%;
        word-break: break-word;
    }
    table.table tr > td:nth-child(8)
    {
        flex-basis: 100%;
        border-bottom: 1px solid #000 !important;
    }
    table.table tr > td:nth-child(5) {
        font-size: 13px;
    }

    table.table.cart tr >  td:nth-child(1){
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden;
        visibility: hidden;
        flex-basis: 0;
    }
    table.table.cart tr > td:nth-child(2) {
        flex-basis: 40%;
    }
    table.table.cart tr > td:nth-child(3) {
        flex-basis: 50%;
    }
    table.table.cart tr > td:nth-child(4) {
        flex-basis: 10%;
    }


}
th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}

.error404 {
    font-size: 110px !important;
    line-height: 110px;
    vertical-align: middle;
}
/* Mail collector form styles*/
  #af-form-593213304 .af-body .af-textWrap{width:100%;display:block;float:none;}
    #af-form-593213304 .af-body .privacyPolicy{color:#444444;font-size:16px;font-family:Helvetica, sans-serif;}
    #af-form-593213304 .af-body a{color:#777777;text-decoration:underline;font-style:normal;font-weight:normal;}
    #af-form-593213304 .af-body input.text, #af-form-593213304 .af-body textarea{background-color:#EBF0F2;border-color:#D6DEE3;border-width:2px;border-style:solid;color:#444444;text-decoration:none;font-style:normal;font-weight:normal;font-size:16px;font-family:Trebuchet MS, sans-serif;}
    #af-form-593213304 .af-body input.text:focus, #af-form-593213304 .af-body textarea:focus{background-color:#ABDAEF;border-color:#D6DEE3;border-width:1px;border-style:solid;}
    #af-form-593213304 .af-body label.previewLabel{display:block;float:none;text-align:left;width:auto;color:#444444;text-decoration:none;font-style:normal;font-weight:bold;font-size:16px;font-family:Helvetica, sans-serif;}
    #af-form-593213304 .af-body{padding-bottom:10px;padding-top:10px;background-repeat:no-repeat;background-position:inherit;background-image:none;color:#444444;font-size:16px;font-family:Helvetica, sans-serif;}
    #af-form-593213304 .af-footer{padding-bottom:10px;padding-top:10px;padding-right:15px;padding-left:15px;background-color:#EBF0F2;background-repeat:no-repeat;background-position:top left;background-image:none;border-width:1px;border-bottom-style:none;border-left-style:none;border-right-style:none;border-top-style:none;color:#444444;font-size:16px;font-family:Helvetica, sans-serif;}
    #af-form-593213304 .af-quirksMode .bodyText{padding-top:2px;padding-bottom:2px;}
    #af-form-593213304 .af-quirksMode{padding-right:20px;padding-left:20px;}
    #af-form-593213304 .af-standards .af-element{padding-right:20px;padding-left:20px;}
    #af-form-593213304 .bodyText p{margin:1em 0;}
    #af-form-593213304 .buttonContainer input.submit{background-image:none;background-color:#1e7e34;color:#FFFFFF;text-decoration:none;font-style:normal;font-weight:normal;font-size:18px;font-family:Helvetica, sans-serif;}
    #af-form-593213304 .buttonContainer input.submit{width:auto;}
    #af-form-593213304 .buttonContainer{text-align:center;}
    #af-form-593213304 body,#af-form-593213304 dl,#af-form-593213304 dt,#af-form-593213304 dd,#af-form-593213304 h1,#af-form-593213304 h2,#af-form-593213304 h3,#af-form-593213304 h4,#af-form-593213304 h5,#af-form-593213304 h6,#af-form-593213304 pre,#af-form-593213304 code,#af-form-593213304 fieldset,#af-form-593213304 legend,#af-form-593213304 blockquote,#af-form-593213304 th,#af-form-593213304 td{float:none;color:inherit;position:static;margin:0;padding:0;}
    #af-form-593213304 button,#af-form-593213304 input,#af-form-593213304 submit,#af-form-593213304 textarea,#af-form-593213304 select,#af-form-593213304 label,#af-form-593213304 optgroup,#af-form-593213304 option{float:none;position:static;margin:0;}
    #af-form-593213304 div{margin:0;}
    #af-form-593213304 fieldset{border:0;}
    #af-form-593213304 form,#af-form-593213304 textarea,.af-form-wrapper,.af-form-close-button,#af-form-593213304 img{float:none;color:inherit;position:static;background-color:none;border:none;margin:0;padding:0;}
    #af-form-593213304 input,#af-form-593213304 button,#af-form-593213304 textarea,#af-form-593213304 select{font-size:100%;}
    #af-form-593213304 p{color:inherit;}
    #af-form-593213304 select,#af-form-593213304 label,#af-form-593213304 optgroup,#af-form-593213304 option{padding:0;}
    #af-form-593213304 table{border-collapse:collapse;border-spacing:0;}
    #af-form-593213304 ul,#af-form-593213304 ol{list-style-image:none;list-style-position:outside;list-style-type:disc;padding-left:40px;}
    #af-form-593213304,#af-form-593213304 .quirksMode{width:100%;max-width:418px;}
    #af-form-593213304.af-quirksMode{overflow-x:hidden;}
    #af-form-593213304{background-color:#FFFFFF;border-color:#CFCFCF;border-width:1px;border-style:none;}
    #af-form-593213304{display:block;}
    .af-body .af-textWrap{text-align:left;}
    .af-body input.image{border:none!important;}
    .af-body input.submit,.af-body input.image,.af-form .af-element input.button{float:none!important;}
    .af-body input.submit{white-space:inherit;}
    .af-body input.text{width:100%;float:none;padding:2px!important;}
    .af-body.af-standards input.submit{padding:4px 12px;}
    .af-clear{clear:both;}
    .af-element label{text-align:left;display:block;float:left;}
    .af-element{padding-bottom:5px;padding-top:5px;}
    .af-footer{margin-bottom:0;margin-top:0;padding:10px;}
    .af-form-wrapper{text-indent:0;}
    .af-form{box-sizing:border-box;text-align:left;margin:auto;}
    .af-quirksMode .af-element{padding-left:0!important;padding-right:0!important;}
    .dropShadowBottom593213304{background:url(https://awas.aweber-static.com/images/wfg/drop-bottom.png) repeat-x;width:416px;height:10px;float:left;margin-bottom:0;line-height:0;font-size:0;padding:0;}
    .dropShadowL593213304{background:url(https://awas.aweber-static.com/images/wfg/drop-left.png) repeat-y;line-height:0;font-size:0;width:10px;height:100%;float:left;margin-bottom:0;}
    .dropShadowLL593213304{background:url(https://awas.aweber-static.com/images/wfg/drop-bottomLeft.png) no-repeat;width:10px;height:10px;float:left;margin-bottom:0;line-height:0;font-size:0;padding:0;}
    .dropShadowLR593213304{background:url(https://awas.aweber-static.com/images/wfg/drop-bottomRight.png) no-repeat;width:10px;height:10px;float:left;margin-bottom:0;line-height:0;font-size:0;padding:0;}
    .dropShadowR593213304{background:url(https://awas.aweber-static.com/images/wfg/drop-right.png) repeat-y;width:10px;height:100%;float:right;margin-bottom:0;}
    .dropShadowTop593213304{background:url(https://awas.aweber-static.com/images/wfg/drop-top.png) repeat-x;width:416px;height:10px!important;line-height:0;font-size:0;float:left;margin-bottom:0;padding:0;}
    .dropShadowUL593213304{background:url(https://awas.aweber-static.com/images/wfg/drop-topLeft.png) no-repeat;width:10px;height:10px!important;float:left;margin-bottom:0;line-height:0;font-size:0;padding:0;}
    .dropShadowUR593213304{background:url(https://awas.aweber-static.com/images/wfg/drop-topRight.png) no-repeat;width:10px;line-height:0;font-size:0;height:10px!important;float:left;margin-bottom:0;padding:0;}
    .lbl-right .af-element label{text-align:right;}
    body {
    }
    #af-form-593213304 {
      border-radius: 6px !important;
      box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px;
      font-size: 16px;
    }
    #af-form-593213304 .af-body {
    
    }
    #af-form-593213304 .af-body .af-element {
      margin-top: 1rem !important;
      padding-top: 0;
      padding-bottom: 2px;
    }
    #af-form-593213304 .af-body .af-element:first-child {
      margin-top: 0 !important;
    }
    #af-form-593213304 .af-body label.previewLabel {
      margin-bottom: 0.25rem !important;
    }
    #af-form-593213304 .af-body input.text {
     border: 1px solid #1e7e34 !important;
      border-radius: 3px !important;
      box-sizing: border-box !important;
      margin-top: 0.25rem !important;
      padding: 8px 12px !important;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
    }
    #af-form-593213304 .af-body input.text:focus {
      outline: none;
    }
    #af-form-593213304 .af-body select {
      width: 100%;
    }
    #af-form-593213304 .af-body .af-dateWrap select {
      width: 33%;
    }
    #af-form-593213304 .choiceList-radio-stacked {
      margin-bottom: 1rem !important;
      width: 100% !important;
    }
    #af-form-593213304 .af-element-radio {
      margin: 0 !important;
    }
    #af-form-593213304 .af-element-radio input.radio {
      display: inline;
      height: 0;
      opacity: 0;
      overflow: hidden;
      width: 0;
    }
    #af-form-593213304 .af-element-radio input.radio:checked ~ label {
      font-weight: 700 !important;
    }
    #af-form-593213304 .af-element-radio input.radio:focus ~ label {
      box-shadow: inset 0 0 0 2px rgba(25,35,70,.25);
    }
    #af-form-593213304 .af-element-radio input.radio:checked ~ label:before {
      background-color: #777777;
      border-color: #d6dee3;
    }
    #af-form-593213304 .af-element-radio label.choice {
      border: 1px solid #d6dee3;
      border-radius: 3px !important;
      display: block !important;
      font-weight: 300 !important;
      margin: 0.5rem 0 !important;
      padding: 1rem 1rem 1rem 2rem !important;
      position: relative;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
    }
    #af-form-593213304 .af-element-radio label.choice:before {
      background-color: #FFF;
      border: 1px solid #d6dee3;
      border-radius: 50%;
      content: '';
      height: 0.75rem;
      margin-left: -1.3rem;
      position: absolute;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      width: 0.75rem;
    }
    #af-form-593213304 .buttonContainer {
      box-sizing: border-box !important;
    }
    #af-form-593213304 .af-footer {
      box-shadow: inset rgba(0, 0, 0, 0.1) 0 6px 6px -6px;
      box-sizing: border-box !important;
    }
    #af-form-593213304 .af-footer p {
      margin: 0 !important;
    }
    #af-form-593213304 input.submit,
    #af-form-593213304 #webFormSubmitButton {
      background-image: none;
      border: none;
      border-radius: 3px !important;
      margin-top: 0.5rem !important;
      padding: 0.6rem 2.5rem !important;
      -webkit-appearance: none;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      width: 100% !important;
    }
    #af-form-593213304 input.submit:hover,
    #af-form-593213304 #webFormSubmitButton:hover {
      cursor: pointer;
      opacity: 0.9;
    }
    #af-form-593213304 input.text {
      border-radius: 3px !important;
      margin-top: 0.5rem !important;
      padding: 0.6rem 2.5rem !important;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      width: 100% !important;
    }
    #af-form-593213304 input.text:hover {
      cursor: pointer;
      opacity: 0.9;
    }
    
    .poweredBy a,
    .privacyPolicy p {
      font-size: 0.75rem !important;
    }
    
    .af-form-wrapper {
    text-indent: 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
        z-index: 9;
        width: 90%;
margin: 5% auto;
}

#af-form-593213304{
    opacity: 0.95;
    position:relative;
    border: 2px solid #1e7e34;

}

#close-form{
    font-size: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
    color: #d00000;
    cursor:pointer;
}