div.actionNew {
	width: 100%;
	height: 28px;
	margin: 0px 0px 3px 0px;
	background-color: #000;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: white;
	border: 1px solid #000;
	outline: 2px solid #000;
}
.shop-item .tag-theme {
	position:absolute;
	right:10px;
	top:10px;
	z-index:1;
	width:108px;
	height:42px;
	cursor:pointer;
	font-weight:600;
	line-height:50px;
	text-align:center;
	background-image:url(../../images/tag_black_friday.png);
	background-repeat: no-repeat;
	animation: jump-shaking 3.83s infinite;
}
@keyframes jump-shaking {
  0% { transform: translateX(0) rotate(0)}
  35% { transform: translateY(0) rotate(0)}
  85% { transform: translateY(0) rotate(0) }
  89% { transform: translateY(-2px) rotate(-17deg) }
  93% { transform: translateY(-3px) rotate(17deg) }
  98% { transform: translateY(-4px) rotate(-17deg) }
  100% { transform: translateY(0) rotate(0) }
}
.shop-detail-section .content-column .text div.actionProduct {
    width: 100%;
    margin: 5px 0px;
    padding: 4px 10px;
    background-color: #000000;
    font-size: 20px;
    text-align: center;
    color: white;
    letter-spacing: 3px;
}
.shop-detail-section .pic{
	position: relative;
}
.shop-detail-section .tag-product-theme {
	position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    width:108px;
	height:42px;
    background-image:url(../../images/tag_black_friday.png);
	background-repeat: no-repeat;
	animation: jump-shaking 3.83s infinite;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
/* 
div.actionCam span {
	padding: 8px 20px 8px 20px;
	position: absolute;
	color:#ffffff;
	background-color: #000;
}

#campanYs {
	background-color:#000;
}
#campanYs #ddmenu .over {
	background-color:#000;
}
#CCDynam {
	background-color: #000 !important;
}
strong.CColor {
	color: #000 !important;
}
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
	background-color: #000 !important;
}

.choose {
    border-bottom: 1px solid #000;
    background-color: #FFF;
}*/