.membership-details {
    clear: both;
}

.woocommerce mark {
    background: inherit;
}

.woocommerce .membership-details div.member {
    margin-left:5px;
}

.woocommerce .membership-details h3 {
    text-transform: none;
}

.woocommerce div.product {
    padding: 4px 12px;

}
.woocommerce .col-1, 
.woocommerce .col-2 {
    background: #252525;
    background: rgba(255,255,255,.025);
    padding: 10px 2%;
}
.woocommerce div.product span.price {
    padding: 4px 12px;
    line-height: 2.5em;
    font-size: 1.5em;
    vertical-align: bottom;
}

.woocommerce div.product span.amount {
    font-size: inherit;
    line-height: inherit;
}

.woocommerce div.product span.price ins {
    vertical-align:inherit;
    font-size: inherit;
    line-height: inherit;
    color:#85ad74;
}

.woocommerce div.product-offers-variations {
    font-size: 1em;
}

.woocommerce div.product-offers-variations p.price {
    font-size: inherit;
    vertical-align: top;
    width: 90%;
    display: table;
}

.woocommerce div.product-offers-variations span.variation-name {
    display: table-cell;
    vertical-align: middle;
}

.woocommerce div.product-offers-variations span.price {
    display: table-cell;
    font-size: inherit;
    line-height: inherit;
    vertical-align:inherit;
    text-align: right;
    width: 40%;
    padding-right: 25px;
    margin-right: 0px;
}

.woocommerce div.product span.price del {
    vertical-align:inherit;
    font-size: inherit;
    line-height: inherit;
}

.woocommerce .price {
    font-size: 1em;
}

.woocommerce h2, 
.woocommerce h3 {
    /*margin: 0px 0px 5px 45px;*/
    padding: 6px 0px 0px 0px;
    font-size: 16px;
    text-transform: uppercase;
}

.woocommerce .address .title {
    margin: 5px 0px;
}

.woocommerce .woocommerce-info *,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message *,
.woocommerce .woocommerce-error *,
.woocommerce-checkout #payment div.payment_box,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_cheque label,
.woocommerce-checkout .country_select,
.woocommerce-checkout .select2-chosen a
{
    color: black;
}

/* Applies to container when is shown above and below */
.select2-container .select2-choice>.select2-chosen,
.select2-result-label,
.select2-results *{
    color: black;
}



.woocommerce-checkout #payment div.payment_box p:last-child{
    color:black;
}

.woocommerce .order_details {
    list-style: none;
    margin: 0px 0px;
    padding: 0px !important;
}

.woocommerce .order_details li{
    list-style: none;
    margin: 0px 0px;
    padding: 5px !important;
}

.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button {
    color: #800000;
    /*height: 25px;*/
    margin: 3px;
    font-weight: bold;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.25);
    padding: 3px 5px;
    border-radius: 3px;
    background: #f0f9ff; /* Old browsers */
    background: -webkit-linear-gradient(top,  #f0f9ff 0%,#777 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f0f9ff 0%,#777 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f0f9ff 0%,#777 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f0f9ff 0%, #777 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#777',GradientType=0 ); /* IE6-9 */
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table{
    font-size: medium;
}

.woocommerce table.shop_table .actions,
.woocommerce-page table.shop_table .actions {
    font-size: small;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    color: white;
    font-size: medium;
}

.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover { 
    color: F00;
    text-shadow: -1px -1px 1px rgba(0,0,0, 0.3);
    background: #7e8c88; /* Old browsers */
    background: -moz-linear-gradient(top,  #7e8c88 0%, #45484d 33%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7e8c88), color-stop(33%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7e8c88 0%,#45484d 33%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7e8c88 0%,#45484d 33%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7e8c88 0%,#45484d 33%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #7e8c88 0%,#45484d 33%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e8c88', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}
.woocommerce input[type="text"] {
    color: #555;
}
.woocommerce-message {
    border-top: 3px solid #556811;
}
.woocommerce-message:before {
    background-color: #556811;
}

.woocommerce table.cart td.actions .coupon .input-text {
    background: #d5d5d5;
    color: #800000;
    text-shadow: 0px 1px 1px rgba(255,255,255,.5);
    font-size: 14px;
    border-radius: 2px;
    box-shadow: inset 2px 2px 3px rgba(0,0,0,0.3);
    padding: 2px 5px;
    border-width: 2px;
    -webkit-border-image: -webkit-linear-gradient(bottom, black, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image:   -moz-linear-gradient(bottom, black, rgba(0, 0, 0, 0)) 1 100%;   
    border-image:   linear-gradient(bottom, black, rgba(0, 0, 0, 0)) 1 100%;  
}
.chzn-container-single .chzn-single {
    border-radius: 5px 5px 0px 0px;
}
.chzn-container-single .chzn-single div {
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 5px;
    display: block;
    border-left: solid 1px #DDD;
    height: 100%;
    width: 21px;
}	
.article .entry-content .chzn-container .chzn-results li {
    color: #555;
}

.woocommerce .gamestorm-membership-form {
}


.woocommerce .gamestorm-membership-form h1 {
    color: #999;
    font-size: 16px;	
}
.woocommerce .gamestorm-membership-form .form-row {
    padding: 0px 0px 0px 15px;
}

.woocommerce .gamestorm-membership-form + .gamestorm-membership-form {
    margin-top: 20px;
    border-top: solid 1px #333;
}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table .product-total {
    text-align: right;
    padding-right: 25px;
}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table .product-name {
    padding-right: 22px;
}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
    font-weight: bold;
    color: #999;
    line-height: 18px;
    padding: 9px 12px;
    text-align: right;
}
.woocommerce .quantity input.qty,
.woocommerce input[type="password"], 
.woocommerce textarea, 
.woocommerce #content .quantity input.qty, 
.woocommerce-page .quantity input.qty, 
.woocommerce-page #content .quantity input.qty {
    color: #555;
}



