body {
    background-color: #fff;
    color: #505050;
}

.warning {
    -webkit-box-shadow: 3px 3px 27px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 3px 27px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 27px -3px rgba(0, 0, 0, 0.2);
    background: rgba(76, 76, 76, 1);
    background: -moz-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 12%, rgba(102, 102, 102, 1) 25%, rgba(71, 71, 71, 1) 39%, rgba(44, 44, 44, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 60%, rgba(43, 43, 43, 1) 76%, rgba(28, 28, 28, 1) 91%, rgba(19, 19, 19, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76, 76, 76, 1)), color-stop(12%, rgba(89, 89, 89, 1)), color-stop(25%, rgba(102, 102, 102, 1)), color-stop(39%, rgba(71, 71, 71, 1)), color-stop(50%, rgba(44, 44, 44, 1)), color-stop(51%, rgba(0, 0, 0, 1)), color-stop(60%, rgba(17, 17, 17, 1)), color-stop(76%, rgba(43, 43, 43, 1)), color-stop(91%, rgba(28, 28, 28, 1)), color-stop(100%, rgba(19, 19, 19, 1)));
    background: -webkit-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 12%, rgba(102, 102, 102, 1) 25%, rgba(71, 71, 71, 1) 39%, rgba(44, 44, 44, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 60%, rgba(43, 43, 43, 1) 76%, rgba(28, 28, 28, 1) 91%, rgba(19, 19, 19, 1) 100%);
    background: -o-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 12%, rgba(102, 102, 102, 1) 25%, rgba(71, 71, 71, 1) 39%, rgba(44, 44, 44, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 60%, rgba(43, 43, 43, 1) 76%, rgba(28, 28, 28, 1) 91%, rgba(19, 19, 19, 1) 100%);
    background: -ms-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 12%, rgba(102, 102, 102, 1) 25%, rgba(71, 71, 71, 1) 39%, rgba(44, 44, 44, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 60%, rgba(43, 43, 43, 1) 76%, rgba(28, 28, 28, 1) 91%, rgba(19, 19, 19, 1) 100%);
    background: linear-gradient(to bottom, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 12%, rgba(102, 102, 102, 1) 25%, rgba(71, 71, 71, 1) 39%, rgba(44, 44, 44, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 60%, rgba(43, 43, 43, 1) 76%, rgba(28, 28, 28, 1) 91%, rgba(19, 19, 19, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #e0e0e0;
    padding: 8px;
    margin: 8px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    font-variant: normal;
    text-align: justify;
}

.index_h2_a_style {
    text-decoration: none !important;
    color: #555 !important;
}

.index_album_sub_title {
    text-decoration: none !important;
    color: #555 !important;
    font-size: 16px;
}

.responsive_menu_category_full {
    color: #606060;
    letter-spacing: .025em;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 10px;
}

.responsive_menu_category_mobile {
    text-decoration: none;
    color: #606060;
    letter-spacing: .025em;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 10px;
}

.pagination2 .button_link,
.pagination2 span {
    background: none;
    border: none;
    border-radius: 50%;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.6);
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    /*min-width: 40px;*/
    padding: 0;
}

.pagination2 .button_link:before {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    content: "";
    cursor: pointer;
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 170ms linear;
    transition: all 170ms linear;
    top: 50%;
    width: 0;
}

.pagination2 .button_link:hover:not(.active) {
    color: black;
    /*color: white;*/
}

.pagination2 .button_link.active {
    background: rgba(0, 0, 0, 0.1);
    color: black;
}

.footer_color {
    color: #333 !important;
}

.category_box_background {
    background-color: #f5f5f5;
}

.category_box_text {
    white-space: nowrap;
    text-decoration: none;
    color: #333;
}

.general_bg_color {
    background-color: white;
}

.general_bg_color_2 {
    background-color: #ccc;
}

.general_color {
    color: #333;
}


.titleframe {
    -webkit-box-shadow: 3px 3px 27px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 3px 27px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 27px -3px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #e0e0e0;
    padding: 8px;
    margin: 8px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    font-variant: normal;
    text-align: justify;
}

.packtext {
    border: 0px solid #e0e0e0;
    padding: 8px;
    margin: 8px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    font-variant: normal;
    text-align: justify;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
}

.count-input {
    position: relative;
    width: 91px;
    margin: 10px 0;
}

.count-input input {
    width: 100%;
    height: 36px;
    border: 2px solid #ededed;
    border-radius: 4px;
    background: none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.link-text {
    text-decoration: none;
    color: #754d00;
}

.link-text:hover {
    color: #754d00;
    text-decoration: underline;
}

.shop-item .shop-thumbnail {
    transition: all 0.3s ease-in-out;
}

.shop-item:hover .shop-thumbnail {
    -webkit-box-shadow: 2px 2px 65px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 65px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 65px -15px rgba(0, 0, 0, 0.75);
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.shop-thumbnail2:hover {
    -webkit-box-shadow: 2px 2px 65px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 65px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 65px -15px rgba(0, 0, 0, 0.75);
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.shop-thumbnail3:hover {
    -webkit-box-shadow: 2px 2px 25px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 25px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 25px -5px rgba(0, 0, 0, 0.75);
    transition: all 0.5s ease-in-out;
}

/* PRELOADER CSS */
.page-loader {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    display: none;
}

.page-loader-txt {
    color: #666;
    text-align: center;
    top: 40%;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-weight: bold;
    line-height: 1.5;
}

/* SPINNER ANIMATION */
.page-loader-spinner {
    position: relative;
    top: 35%;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-color: #fff;

    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

.HighlightEditRow {
    background-color: #AAFFCC;
}

.drag_controls_bg {
    background-color: #eee;
}

@keyframes flash_blink {
    0% {
        background-color: rgba(238, 238, 238, 1)
    }
    50% {
        background-color: rgba(180, 180, 180, 0.5)
    }
    100% {
        background-color: rgba(255, 238, 238, 1)
    }
}

@-webkit-keyframes flash_blink {
    0% {
        background-color: rgba(238, 238, 238, 1)
    }
    50% {
        background-color: rgba(180, 180, 180, 0.5)
    }
    100% {
        background-color: rgba(238, 238, 238, 1)
    }
}

.purchase-box {
    background-color: #eee;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.index-search-bar {
    background-color: #eee;
}

.top-nav-container {
    height: auto;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 100;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #dbdbdb;
    background-color: white;
}

.carousel-wrap-bg {
    background-color: #f6f6f6;
}

.alert-info {
    background-color: #eee !important;
    color: #333 !important;
}

.tag-link {
    color: #888 !important;
    text-decoration: none !important;
}

.tag-link:hover {
    color: #555 !important;
    text-decoration: underline !important;
}

.widget-categories .card {
    border: none;
    border-radius: 0;
}
.widget-categories .card-header {
    background-color: transparent;
    padding: 0;
    border-bottom: 1px solid #eee;
}
.widget-categories .card-header:last-child {
    border-bottom: none;
}
.widget-categories .card-header h5 {
    font-size: 1rem;
    font-weight: normal;
}
.widget-categories .card-header .btn-link {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    padding: 0.75rem 0;
    width: 100%;
}
.widget-categories .card-header .btn-link:hover {
    color: #007bff;
}
.widget-categories .card-header .btn-link:focus {
    box-shadow: none;
}
.widget-categories .card-header .btn-link.collapsed::after {
    content: '+';
    float: right;
    font-weight: bold;
}
.widget-categories .card-header .btn-link:not(.collapsed)::after {
    content: '−'; /* using a proper minus sign */
    float: right;
    font-weight: bold;
}
.widget-categories .card-body {
    padding: 0.5rem 0 0.75rem 0;
}
.widget-categories .card-body ul li a {
    color: #555;
    text-decoration: none;
    display: block;
    padding: 0.25rem 0;
}
.widget-categories .card-body ul li a:hover {
    color: #007bff;
}
.widget-categories .card-body ul li a.font-weight-bold {
    color: #007bff;
}
.widget-categories .ml-3 {
    margin-left: 1rem !important;
}
