.product-info {
    margin-bottom: 20px;
    width: 100%;
}
.product-info > thead{
	background: #bcbabb;
    color: #fff;
}
.product-info > thead td {}
.product-info  td {
    padding: 5px;
    border: 1px solid #8e8e8e;
    text-align: center;
}
.colors-tint {
	text-align: center;
}

.colors-tint > span {
	height: 30px;
	width: 30px;
	display: inline-block;
    border: 1px solid #ccc;
}

#append {
    margin-top:30px;
    margin-bottom:0px !important
}
.packs-button {
	padding: 10px;
	margin-bottom: 10px;
    background: #f89223;
    border: 0;
    color: #FFF;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.packs-button:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}
.packs-button.buy {
    float: right;
}
.packs-button.get-color {
    float: right;
}
.bucket {
    background: url("/wa-apps/shop/plugins/colors/content/img/bucket.png") no-repeat 0px 8px;
    background-size: 50px;
    display: inline-block;
    font-size: 12px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    margin: 0 15px;
}
input.tint-code {
    width: 100px;
    padding: 3px;
}
.colors-quantity {
	width: 35px;
	margin: 0 10px;
    line-height: 15px;
    padding: 5px;
    text-align: center;
    position: relative;
    top: -7px;
}
span.overlay{   position: absolute;
    top: 4px;
    left: 3px;
    bottom: 3px;
    right: 3px;
    display: inline-block;
    background: url(https://www.tikkurila.ru/images/textures/manty_thumb.png);
    z-index: 999;
    opacity: 18.3;
}
.colors-price, .colors-price-wholesale {
    font-size: 18px;
}
.product-info .ruble {
    font-size: 18px;
}
.quantity {
	width: 25px;
    height: 25px;
    background-size: 25px;
    background-repeat: no-repeat;
    text-decoration: none;
    display: inline-block;
}
.quantity.remove {
	background-image: url("/wa-apps/shop/plugins/colors/content/img/quantity-remove.png");
}
.quantity.add {
    background-image: url("/wa-apps/shop/plugins/colors/content/img/quantity-add.png");
}
.tint-list {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
	max-width: 600px;
}
.tint-list > li {
    float: left;
    margin: 15px 20px 15px 0px;
    position: relative;
    width: 120px;
    height: 60px;
    box-sizing: border-box;
    padding-top: 60px;
    
}
.tint-list > li.active > .tint {
	border-width: 2px;
	border-color: #f89223;
}
.tint-list > li .tint {
    padding: 5px 5px 0px 5px;
    display: block;
    border: 1px solid #ccc;
    position: absolute;
    top: 0;
    height: 50px;
    width: 120px;
}
.tint-list > li .tint:hover {
	border-color: #f89223;
}
.tint-list > li .tint > div {
    position: absolute;
    top: 4px;
    left: 3px;
    bottom: 3px;
    right: 3px;
    display: inline-block;
}
.tint-list > li.separator {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
}
.tint-caption {
	display: block;
	text-align: center;
	margin-top: 5px;
}
.clear {
	clear: both;
}

.tint-palette {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tint-palette li {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 6px;
}
.tint-palette-wrapper {
    padding-top: 30px;
}
.tint-categories a {
    text-align: center;
    padding: 5px !important;
}
.tint-small {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.jcarousel ul li .color {
    height: 150px;
    cursor: pointer;
}

.jcarousel ul li p {
    text-align: center;
    margin: 0;
}