.prime-label{
    background-color: #9146FF !important;
}

.special-label{
    background-color: #ffb700 !important;
}

.prime_account_div {
    border: 1px solid #9146FF;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 15px #9146FF;
}

.special_account_div {
    border: 1px solid #ffb700;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 15px #ffb700;
}

.select2-selection__rendered {
    line-height: 31px !important;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}

.skin_tooltip > .tooltip-inner{
    max-width: 400px !important;
    width: 400px !important;
}

.orange_essences_icon{
    background:url('assets/images/orange_essences_icon.png') no-repeat 50% 50%;
    background-size: 14px 14px;
    display: inline-block;
    height: 14px;
    width: 14px;
}
.riot_points_icon{
    background:url('assets/images/riot_points_icon.png') no-repeat 50% 50%;
    background-size: 14px 14px;
    display: inline-block;
    height: 14px;
    width: 14px;
}



.vcenter-item{
    display: flex;
    align-items: center;
}

.page-link{
    cursor: pointer;
}
.sku {
    margin-top:10px;
    display: block;
    color: black;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    bottom: 0px;
}
.page_selector{
    cursor: pointer;
}
nav[class*="-pagination"] li .current {
    color: #FFF;
    background-color: var(--wd-primary-color);
}
nav[class*="-pagination"] li .page-numbers {
    color: #fff;
}
nav[class*="-pagination"] li .page-numbers {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    min-width: 32px;
    height: 34px;
    color: #2d2a2a;
    font-weight: 600;
    font-size: 14px;
    line-height: 34px;
    transition: all .2s ease;
}
.add-to-cart-loop.loading:before {
    opacity: 0;
}
.add-to-cart-loop.loading:after {
    opacity: 1;
    animation: wd-rotate 450ms infinite linear;
}
.search-filter-label{
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    color: #fff;
    font-size:16px;
    font-weight: 700;
    line-height: 1;
    margin-right: 10px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    margin-right:10px;
}
.label-primary{
    background-color: #337ab7 !important;
}
label {
    position: relative;
    cursor: pointer;
    color: #666;
    font-size: 15px;
}
.loader {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
}
.loader-wheel {
    position: relative;
    animation: spin 1s infinite linear;
    border: 2px solid rgba(30, 30, 30, 0.5);
    border-left: 4px solid #fff;
    border-radius: 50%;
    height: 50px;
    margin-bottom: 10px;
    width: 50px;
}
.loader-text {
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    align-items: center;
    align-items: center;
    font-family: arial, sans-serif;
}
.loader-text:after {
    content: 'Loading...';
    animation: load 2s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes load {
    0% {
        content: 'Loading';
    }
    33% {
        content: 'Loading.';
    }
    67% {
        content: 'Loading..';
    }
    100% {
        content: 'Loading...';
    }
}
.img-center{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.skin {
    width: 125px;
    color: #000;
    background: #fff;
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.skin:hover {
    background: #DEE5FA;
}
.skin-active{
    background-color: #DEE5FA;
}
.skin-button {
    cursor: pointer;
    color: #444444;
    padding: 20px;
    transition: 0.5s;
    border-radius: 20px;
    font-size: 17px;
    font-weight: 600;
}
.skin-button:hover {
    background: #d4d4d4;
    color: rgba(0, 0, 0, 0.753);
}
.skin-button {
    cursor: pointer;
    color: #444444;
    padding: 20px;
    transition: 0.5s;
    border-radius: 20px;
    font-size: 17px;
    font-weight: 600;
}
.skin-button:hover {
    background: #d4d4d4;
    color: rgba(0, 0, 0, 0.753);
}
.account {
    background: #d4d4d4;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px;
    height:auto;
    overflow:visible;
}
.account:hover {
    background: #3b65e22b;
}
.account .info {
    font-size: 20px;
    font-weight: 500;
    text-align:center;
    color: #777777;
    border-right: 1px solid darkgray;
    display:block;
}
.account .info img {
    width: 40px;
    height: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.account .server {
    display:block;
    font-size: 20px;
    font-weight: 500;
    color: var(--wd-title-color);
    text-align:center;
    position: relative;
    border-right: 1px solid darkgray;
}
.account .blue_essences {
    display:block;
    font-size: 16px;
    font-weight: 450;
    color: var(--wd-title-color);
    text-align:center;
    border-right: 1px solid darkgray;
}
.account .blue_essences img{
    width: 40px;
    height: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.server-img {
    width: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.account .skins {
    align-items: center;
    color: var(--wd-title-color);
    font-size: 18px;
    border-right: 1px solid darkgray;
    display:block;
}
.text-success{
    color: lightgreen;
}
.account .skins img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-top: 5px;
    display: flex;
}
.account .purchase {
    display: block;
    align-items: center;
    justify-content: center;
    text-align:center;
}
.hextech-img{
    display:inline !important;
    width: 25px !important;
    height: 25px !important;
}
.single_add_to_cart_button{
    font-size:20px;
}

.slider-container {
    display: flex;
    align-items: center;
}

#minInput {
    margin-right: 10px;

}

#priceSlider {
    flex-grow: 1;
    margin: 0 10px;
}
