.shopping-items tr.subscription-type:hover {
   background-color: #F0F0F0;
}

.shopping-items td.title {
   font-weight: bold;
   font-size: 16px;
   color: #0181C0;
   padding-right: 20px;
   padding-left: 10px;
}

.shopping-items .item {
   color: #999999;
   font-size: 16px;
   border: 2px solid transparent;
   padding: 20px;
   margin: 10px;
   cursor: pointer;
   border-radius: 5px;
   box-shadow: 0px 5px 10px #999;
   text-align: center;
}

.shopping-items .item:hover {
   border: 2px solid #60c6de;
   background-color: #0181C0;
   color: #FFFFFF;
}

.shopping-items .item .title {
   display: block;
   font-weight: bold;
   font-size: 20px;
   text-align: center;
   margin-bottom: 15px;
   color: #000000;
}

.shopping-items .item .description {
   display: block;
   font-size: 18px;
   font-weight: bold;
   text-align: center;
   margin-bottom: 15px;
}

.shopping-items .item .price {
   display: block;
   text-align: center;
}

.shopping-items .button {
   margin: 0px auto;
   margin-top: 20px;
   border: 1px solid #ffb256;
   border-radius: 8px;
   font-weight: bold;
   color: #FFFFFF;
   width: auto;
   height: auto;
   line-height: 40px;
   font-size: 18px;
   text-align: center;
   padding: 3px 10px;
   cursor: pointer;
}

.shopping-items .button:hover {
   background-color: #ffa61b;
}

.shopping-items .shopping-progress .steps .step {
   display: inline-block;
   width: auto;
   white-space: nowrap;
   height: 30px;
   color: #CCCCCC;
   margin-right: 50px;
}

.shopping-items .shopping-progress .steps .step.current {
   font-weight: bold;
   color: #555555;
}

.shopping-items .shopping-progress .steps .step .step-index {
   font-weight: bold;
   margin-right: 10px;
   margin-left: 10px;
}


.shopping-items .shopping-content .step {
   display: none;
}

.shopping-items .shopping-content .step.current {
   display: block;
}

.shopping-items .shopping-content .place-order-button {
   margin: 0 auto;
   width: 400px;
   text-align: center;
   padding-bottom: 30px;
}

.shopping-content .payment-method-info {
   margin: 0 auto;
   width: 400px;
   display: block;   
}

