

/*  ================================
        Price Area
    ================================ */

.single-price {
    text-align: center;
    padding-bottom: 30px;
    border: 1px solid #ccc;
    margin-top: 20px;
}

.box {
  transition: box-shadow .2s;

  height: auto;
  margin: 0 10px 10px 10px;
  border-radius:10px;
  border: 1px solid #ccc;
  background: #3B3C40;



}
/*.box:hover {
  box-shadow: 0 10px 10px 10px rgba(33,33,33,.2);
}*/

.zoom {

    transition: transform .2s;
    margin: 0 auto;
    
}

.zoom:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}



/*
.box {
  transition: box-shadow .2s;
  

}
.box:hover {
  box-shadow: 0 10px 10px 10px rgba(33,33,33,.2);
}
*/





.price-top {
    height: 150px;
    background-color: #3B3C40;
    text-align: center;
    /*position: relative;*/
}

.price-top h3 {
    color: #fff;
    font-size: 20px;
    margin: 20px 0;
    text-transform: capitalize;
    display: inline-block;
}

.price-count-info {
    height: 165px;
    width: 175px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
}

.price-count {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 146px;
    width: 152px;
    border-radius: 50%;
    background-color: #fff;
    color: #ED6639;
    font-weight: 700;
    padding: 30px 0;
    box-shadow: 1px 1px 10px rgba(68, 68, 68, 0.6);
}

.price-count i {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

.price-list {
    margin: 70px 0 30px;
    list-style: none;
	background-color:#3B3C40;
	color:#FFF;
}

.price-list li {
    padding: 10px;
}

.price-list li:nth-child(2),
.price-list li:nth-child(4) {
    background-color: #45494C;
}

.recommend ul li {
    color: #fff;
}

.recommend .price-count-info {
    background-color: #4B4C4E;
}

.recommend ul li:nth-child(2),
.recommend ul li:nth-child(4) {
    background-color: #45494C;
}
