/*-----Price Label CSS START--------*/
.price-label .row {
	margin: 0;
	padding: 0
}
.price-label .row li span.live_p [class^="price-"]{
  padding: 3px 3px;
  border-radius: 5px;
}

.price-label .row li span.live_p span.price-plus{
  animation-name: liveup;
  animation-duration: 1s;

}
.price-label .row li span.live_p span.price-minus { 
  animation-name: livedown;
 animation-duration: 1s;
}

@keyframes liveup {
0%  { background:rgba(0,255,0,0.3);}
50%  { background:rgba(0,255,0,0.6);}
100%  { background:rgba(0,255,0,0.3);}
}

@keyframes livedown {
0%  { background:rgba(255,0,0,0.3);}
50%  { background:rgba(255,0,0,0.6);}
100%  { background:rgba(255,0,0,0.3);}
}
.price-label .row span.ccpw-changes svg {
    vertical-align: middle;
}
.price-label .row li {
	background: #eee;
	list-style: none;
	padding: 6px;
	margin: 6px;
	box-shadow: 1px 1px 3px -1px #252525;
	max-width: 100%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top
}

.price-label .row li .ccpw_icon {
	display: inline-block;
	vertical-align: middle
}

.price-label .row li .ccpw_icon img {
	margin-left: 0;
	width: 24px;
	vertical-align: middle

}

.price-label .row li .style-1 .ccpw_icon img {
	width: 24px;
	height: auto
}
.price-label .row li .coin-container.style-1,
.price-label .row li .coin-container.style-3 {
    display: flex;
    align-items: center;
}

.price-label .row li .style-1 span.name,
.price-label .row li .style-2 span.name {
	font-weight: 700;
	font-size: 16px;
	margin-left: 5px
}

.price-label .row li .style-1 span.ticker-price,
.price-label .row li .style-2 span.ticker-price {
	font-size: 15px;
	margin-left: 5px;
	display: inline-block
}
.price-label .row li .style-2 span.ticker-price {
    border-radius: 5px;
    padding: 1px;  
    color: #131722;
}


.price-label .row li .style-1 span.ticker-price i.fa,
.price-label .row li .style-2 span.ticker-price i.fa,
.price-label .row li .style-3 span.ticker-price i.fa {
	margin-right: 1px
}

.price-label .row li .style-1 span.ccpw-changes {
	font-size: 14px;
	margin-left: 6px;
	display: inline-block
}
.price-label .row li .coin-container.style-2 {
    display: flex;
    align-items: center;
}
.price-label .row li.style-2 {
	display: table;
	background: 0 0!important;
	padding: 5px;
	margin-bottom: 16px;
	box-shadow: none;
	width: auto;
}
.price-label .row .cmc_links:hover{
	text-decoration: none;
}

.price-label .row li.style-2:hover {
    background-color:rgb(0 0 0 / 10%) !important;
    border-radius: 12px;
}

.price-label .row li.style-2 .label-style2 {
	display: inline-block;
	vertical-align: text-top;
}

.price-label .row li .style-2 span.ccpw-changes {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 2px 5px;
	font-size: 13px;
	color: #fff;
	margin: 0 4px;
	/* box-shadow: 1px 1px 3px -1px #252525 */
}
/* .price-label .style-4 i.dashicons {
    line-height: 2;
} */

.price-label .row li .style-2 span.ccpw-changes.up {
	color: green
}

.price-label .row li .style-2 span.ccpw-changes.down {
	color: red
}

.live-pricing .up {
	color: green
}

.live-pricing .down {
	color: red
}

.price-label .row li.style-2 .ccpw_icon {
	vertical-align: inherit;
}

.price-label .row li.style-2 .ccpw_icon img {
	height: 24px;
	width: 24px!important
}

.price-label .row li .style-2 .style-2-responsive {
	display: none
}

.price-label .row li.style-3 {
	display: inline-block
}

.price-label .row li.style-3 .style-3-changes {
	display: inline-block;
	margin: 6px
}

.price-label .row li .style-3 span.name {
	font-size: 15px;
	margin-left: 6px
}

.price-label .row li .style-3 span.ticker-price {
	font-size: 20px;
	font-weight: 700;
	margin-left: 7px;
	display: inline-block
}

.price-label .row li .style-3 span.ccpw-changes {
	display: block;
	text-align: center;
	vertical-align: middle;
	padding: 2px 5px;
	font-size: 14px;
	border-radius: 15px;
	color: #fff;
	margin-right: 6px;
	line-height: 1.5;
	
}

.price-label .row li .style-3 span.ccpw-changes:last-child {
	margin-right: 0
}

.price-label .row li .style-3 span.ccpw-changes span {
	font-size: .85em
}

.price-label .row li .style-3 span.ccpw-changes.up {
	background: green
}

.price-label .row li .style-3 span.ccpw-changes.down {
	background: red
}

.price-label .row li .style-4 span.name {
	font-size: 20px;
	vertical-align: middle;
	margin-left: 5px
}

.widget .price-label .row li.style-4 {
	width: 100%
}

.widget .price-label .style-4 .live-pricing {
	display: inline-block;
	float: right;
	vertical-align: middle
}

.widget .price-label .style-4 .ccpw_icon img {
	width: 24px!important;
	height: auto
}

.widget .price-label .row li .style-4 span.name {
	font-size: 14px;
	font-weight: 700
}

.price-label .row li .style-4 .live-pricing .up {
	color: green;
	font-weight: 700
}

.price-label .row li .style-4 .live-pricing .down {
	color: red
}
.price-label .row li .style-4 .live-pricing .up + span.live_t {
	color: #fff;
	background: green;
	
}

.price-label .row li .style-4 .live-pricing .down +span.live_t{
		color: #fff;
	background: red
}

.price-label .row li .style-4 .live-pricing .live_t {
	/* display: inline-block; */
	font-size: .6em;
	vertical-align: middle;
	font-weight: 700;
	 border-radius: 2px ; 
	padding: 2px;
	/* margin-left: 5px */
}

.price-label .row li .style-4 span.live_p {
    padding: 5px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 5px;
}

.price-label .row li .style-4.price-plus span.live_p {
    background: #9effa1;
    color: #215824;
}

.price-label .row li .style-4.price-minus span.live_p {
    background: #ff9e9e;
    color: #7a2a2b;
}

.price-label .row li.style-5 {
	position: relative;
	overflow: hidden
}

.price-label .row li.style-5 .ccpw_icon {
	position: absolute;
	opacity: .4;
	bottom: -6px;
	left: -6px
}

.price-label .row li.style-5:hover .ccpw_icon {
	opacity: 1
}


.multicard-price-area.full {
	text-align: center;
	position: relative;
	z-index: 9
}

.multicard-price-area.full .ccpw-multicard-symbol {
	font-size: 14px
}

.multicard-price-area.full .ccpw-multicard-name {
	font-size: 16px;
	font-weight: 700
}

.ccpw-multi-prices {
	display: inline-flex;
	width: 100%;
	margin: 10px 0 0;
	position: relative;
	z-index: 9
}

.multicard-price-area.full {
    text-align: center;
    position: relative;
    z-index: 9
}

.multicard-price-area.full .ccpw-multicard-symbol {
    font-size: 14px
}

.multicard-price-area.full .ccpw-multicard-name {
    font-size: 16px;
    font-weight: 700
}

.ccpw-multi-prices {
    display: inline-flex;
    width: 100%;
    margin: 10px 0 0;
    position: relative;
    z-index: 9
}
span.ccpw-multilabel-name {
	font-size: 22px
}

.ccpw-multilabel-prices {
	display: inline-flex;
	margin-left: 12px!important;
	vertical-align: middle
}

.ccpw-multi-price-header {
	text-align: center!important;
	font-weight: 700;
	font-size: 14px
}

.ccpw-multi-price-text {
	padding: 0 7px;
	font-size: 13px
}

.ccpw_widget span.ccpw-multilabel-name {
	font-size: 18px
}

.ccpw_widget .ccpw-multilabel-prices {
	margin-left: 8px!important
}

.ccpw_widget .ccpw-multi-price-text {
	padding: 0 4px
}
span.live_c.ccpw-changes{
	font-weight:bold;

}

@media only screen and (max-width:768px) {
	.price-label .row li .style-2 .style-2-responsive,
	.price-label .row li .style-3 .style-3-responsive {
		display: inline-block
	}
	.price-label .row li.style-1 {
		width: 48%;
		margin: 1%;
		vertical-align: top
	}
	.price-label .row li.style-2 .ccpw_icon {
		padding: 10px
	}
	.price-label .row li.style-2 .ccpw_icon img {
		height: 30px;
		width: 30px!important
	}
	.price-label .row li .style-3 .style-3-changes {
		width: 100%
	}
	.price-label .row li .style-3 .style-3-changes span.ccpw-changes:first-child {
		margin-left: 0
	}
	.price-label .row li .style-3 .style-3-changes span.ccpw-changes {
		margin-right: 1%
	}
	.price-label .row li .style-3 span.ccpw-changes {
		width: 31%
	}
}

@media only screen and (max-width:480px) {
	.price-label .row li.style-1,
	.price-label .row li.style-3,
	.price-label .row li.style-4,
	.price-label .row li.style-5 {
		width: 100%
	}
}