/*---------------acom checkout-------------------------------*/
.acom_checkout h2 {
    border-bottom: 1px solid black;
    color: #FF6633;
    margin-bottom: 10px;
}

.acom_step_div {
    border: solid .1em black;
    width: 100px;
    margin-right: 10px;
    padding-left: 5px;
    float: left;
}

.acom_step_active {
    background-color: lightblue;
}

.acom_checkout table {
    width: 100%;
}

.acom_checkout table td {
    padding: 5px;
}

.acom_checkout table select {
    margin: 0;
}

.gift_checkout_div {
    display: none;
}

#guest_user_credentials {
    display: none;
}
/*---------------checkout step one---------------------------*/
#cards_table, .acom_shopping_cart {
    width: 100%;
    margin-bottom: 35px;
}

#cards_table tr:first-child, .acom_shopping_cart tr:first-child {
    background-color: #EFEFF2;
    border-bottom: 2px solid #666666;
    border-top: 1px solid black;
}

#cards_table tr, .acom_shopping_cart tr {
    border-bottom: 1px solid #CCCCCC;
}

#cards_table td, .acom_shopping_cart td, #cards_table th, .acom_shopping_cart th {
    padding: 5px;
}

#cards_table th, .acom_shopping_cart th {
    text-align: left;
}

/*------------checkout step two-----------------------------*/
#acom_step_2 input[type="text"], input[type="text"].guest_user_input {
    width: 150px;
}

/*------------checkout step three--------------------------*/
.acom_shopping_cart th {
    padding: 5px 10px;
}
#acom_shopping_cart td {
    padding: 10px;
}
/*------------user message--------------------------*/
.cc_user_message {
    font-weight: bold;
    font-size: 14px;
}
label.error {
	display: block;
	background: #ffd2d2;
	padding: 0 10px;
	color: black
}
/*-------------- User Profile ----------*/
.empty_user_profile {
    color: black;
    font-weight: bold;
}

/*----------------product link ---------------------*/
.acom_blog_product_name {
    display: none !important;
}