.sidebar .block-cart .block-content{
	margin-top: 0;
}
.sidebar .block-cart .block-title{
	margin-bottom: 0;
}
#cart-sidebar .product-details .product-name {
    padding-top: 0;
}
#cart-sidebar .product-name a {
    font-size: 16px;
    text-transform: none;
}
.mix-item > li {
    font: 11px/13px Tahoma,Arial,Verdana,sans-serif;
}
.mix-item > li span{
	display: block;
}
#cart-sidebar  li.item{
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #e8e8e5;

}
#cart-sidebar  li.item:first-child{
	padding-top: 0;
}
#cart-sidebar .product-details .price {
    font: 14px/16px Arial,Tahoma,Verdana,sans-serif;
}
.sidebar .block-cart .summary .subtotal{
	padding-top: 10px;
	font: 16px/18px Arial,Tahoma,Verdana,sans-serif;
}
.block-cart .button span {
    font-size: 16px;
    line-height: 22px;
    padding: 5px;
}
.block-cart .button {
    width: 100%;
}
.cart.display-single-price {
    padding: 15px;
}
.product-essential .product-options .option{
    padding-bottom: 16px;
    position: relative;
}
.option-cat dl.last::before {
    content: "";
    height: 110%;
    left: -5%;
    position: absolute;
    top: -5%;
    width: 110%;
    z-index: 1;
    -webkit-animation: blink 2s linear infinite;
    -moz-animation: blink 3s linear infinite;
    -o-animation: blink 3s linear infinite;
    animation: blink 3s linear infinite;
    -webkit-box-shadow: 0 0 5px 2px rgba(255, 156, 85, 1);
    -moz-box-shadow: 0 0 5px 2px rgba(255, 156, 85, 1);
    box-shadow: 0 0 5px 2px rgba(255, 156, 85, 1);
}
@-webkit-keyframes blink {
    0% {
        -webkit-box-shadow: 0 0 5px 3px rgba(255, 156, 85, 1);
        -moz-box-shadow: 0 0 5px 3px rgba(255, 156, 85, 1);
        box-shadow: 0 0 5px 3px rgba(255, 156, 85, 1);
    }
    50% {
        -webkit-box-shadow: 0 0 5px 0 rgba(255, 156, 85, 0);
        -moz-box-shadow: 0 0 5px 0 rgba(255, 156, 85, 0);
        box-shadow: 0 0 5px 0 rgba(255, 156, 85, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 5px 3px rgba(255, 156, 85, 1);
        -moz-box-shadow: 0 0 5px 3px rgba(255, 156, 85, 1);
        box-shadow: 0 0 5px 3px rgba(255, 156, 85, 1);
    }
}

@keyframes blink {
    0% {
        -webkit-box-shadow: 0 0 5px 3px rgba(255, 156, 85, 1);
        -moz-box-shadow: 0 0 5px 3px rgba(255, 156, 85, 1);
        box-shadow: 0 0 5px 3px rgba(255, 156, 85, 1);
    }
    50% {
        -webkit-box-shadow: 0 0 5px 0 rgba(255, 156, 85, 0);
        -moz-box-shadow: 0 0 5px 0 rgba(255, 156, 85, 0);
        box-shadow: 0 0 5px 0 rgba(255, 156, 85, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 5px 3px rgba(255, 156, 85, 1);
        -moz-box-shadow: 0 0 5px 3px rgba(255, 156, 85, 1);
        box-shadow: 0 0 5px 3px rgba(255, 156, 85, 1);
    }
}
.product-options dd select,
.product-options dl.last dd.last{
    position: relative;
    z-index: 999;
}
.option.option-more {
    width: 38%;
}
.option.option-var dd::after {
    clear: both;
    content: "";
    display: block;
}
.product-options dd .qty-holder .qty {
    text-align: center;
    width: 30px;
}
.option.option-var {
    width: 42%;
}