
.rightProductCard {
	background: #11181c;
	font-family: 'Exo 2', sans-serif;
	font-weight: 300;
	padding: 20px 15px;
	border-radius: 6px;
	width: 245px;
	min-width: 245px;
	margin-bottom: 30px;
	background: linear-gradient(to right, #0c1114, #1e2931, #0c1114);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.rightProductCard:hover {
	background: #1C262C;
}
.rightProductCardImage img {
	width: 60%;
	margin: 0 auto;
	display: block;
}
.rightProductCardName {
	font-size: 16px;
	color: #FFF;
	display: flex;
    justify-content: center;
}
.rightProductCardName span {
	display: block;
	
}
.rightProductCard .row-price-banner {
	margin-bottom: 0;
}
.rightProductCard .row-price-banner .price1 {

}
.rightProductBuy {
	display: flex;
    align-items: center;
    flex-direction: column;
}
.rightProductBuyTitle {
	font-size: 14px;
	border: 1px solid transparent;
    font-weight: 300;
    line-height: 1.0em;
    min-height: 10px;
    padding: 2px 10px;
    display: inline-block;
    border-radius: 40px;
    margin: 0px 0px 0px 10px;
    transform: translateY(-1px);
    white-space: nowrap;
    color: #3eff35;
    border-color: #3eff35;
}

/* STYLED BLOCK */
.styled-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 20px;
	background: #12191e;
	border-radius: 10px;
}
.styled-block-ico {
	width: 90px;
	padding: 0 10px;
}
.styled-block-ico svg, .styled-block-ico img {
	max-width: 100%;
}
.styled-block-ico svg path {
	fill: #FFF;
}
.styled-block-description {
	margin: 0 15px;
}
.styled-block-title {
	font-size: 20px;
	margin-bottom: 6px;
}
.styled-block-text {
	font-size: 13px;
	line-height: 16px;
}
.styled-block-bnt a {
	white-space: nowrap;
}


.table-modern {
	overflow: scroll;
	width: 100%;
}

.table-modern tr {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	max-width: 100%;
	width: 100%;
	margin-bottom: 5px;
}
.table-modern thead img {
	width: 110px;
	display: block;
	object-fit: contain;
}
.table-modern tbody tr:nth-child(1) td {
	font-size: 13px;
}
.table-modern tr td {
	width: 16%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 5px 8px;
	font-size: 11px;
	margin: 0 0.5%;
}
.table-modern tbody tr td {
	background: #111;
	border-radius: 4px;
}
.table-modern tbody tr td span {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
}
.table-modern tbody tr:nth-child(odd) td {
	background: #060606;
}
.table-modern tbody tr:hover td {
/*	background: #070707; */
}
.table-modern tr td:nth-child(1) {
	width: 5%;
	flex-basis: 5%;
	background: none !important;
}
.le-modern tr td:nth-child(1) img {
	width: 100%;	
}
.table-modern tr td:nth-child(2) {
	width: 10%;
	flex-basis: 10%;
	line-height: 16px;
}
.table-modern tr td:nth-child(1).full-width {
	width: 100%;
	flex-basis: 100%;
	font-weight: 14px;
	font-weight: bold;
}
.table-modern tbody tr.no-bg td {
	background: none;
} 

.category-item-new {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.category-item-new ul.item-list {
	margin-left: 0 !important;
} 
.category-item-new > a {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.category-item-new  .category-desc {
	flex-grow: 1;
}
.popup-inner {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	border-radius: 0 0 6px 6px;
	padding: 3px 5px;
}
.category-item-popup {
	position: relative;
	display: inline-block;
	max-width: 237px;
	width: 100%;
	border-radius: 6px;
	margin-top: 5px;
	padding: 0 5px;
	margin-left: -5px;
	font-size: 13px;
	line-height: 18px;
}
.category-item-popup.active{
	background: #FFF;
	border-radius: 6px 6px 0 0;
	transition: ease all 200ms;
	color: #333;
	cursor: default;
}
.category-item-popup i:hover ~ .popup-inner {
	opacity: 1;
	visibility: visible;
	transition: ease all 200ms;
	background: #FFF;
	color: #333;
	cursor: default;
}


.wehave {
    font-size: 12px;
    position: absolute;
    text-align: center;
    top: -20px;
    right: 23px;
    color: #fffd4d;
    font-family: 'Exo 2', Verdana, Geneva, sans-serif;
}
