.tab-wrapper {
    border: 1px solid rgb(55,125,255);
    box-shadow: 0 0 35px rgba(140, 152, 163, .125);
    border-radius: .5rem;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
}

.pInfo:hover > span + .pStore{
    display: block;
}

/*
* Loading CSS
*/
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: rgb(55,125,255);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}
/*
* End of Loading CSS
*/

/*
* custom halaman all kategori
 */
.custom-link>a:link {
    color: #000000 !important;
    text-decoration: none;
}
.custom-link:visited {
    color: #000000 !important;
    text-decoration: none;
}
.custom-link:hover {
    color: #378FFF !important;
    text-decoration: none;
}

.custom-link-p3>a:link {
    color: #4C4C4C !important;
    text-decoration: none;
}
.custom-link-p3:visited {
    color: #4C4C4C !important;
    text-decoration: none;
}
.custom-link-p3:hover {
    color: #378FFF !important;
    text-decoration: none;
}

ul.p2 {
    list-style-type: none;
    margin: 15px;
    padding: 0;
}

.p2 li{
    color: #000000 !important;
}

ul.p3 {
    list-style-type: none;
    margin: 15px;
    padding: 0;
}

.p3 li {
    color: #868686;
}
/*
* end of custom halaman all kategori
 */

/*
 * Single product breadcrumb
 */
.breadcrumb:hover > li + .breadcrumbProduct{
    display: block !important;
}
/*
 * End of Single product breadcrumb
 */

.rv{
    cursor: default;
}
