
button.btn-share, button.btn-update{
    background: #000;
}

/* Account Login/Create Pages ============================================================ */
.account-login {
}

.account-login .page-title {
    border: none;
}

.account-login h2 {
    font-size: 18px;
}

.account-login .new-users, .account-login .registered-users  {
    width: 48%;
}

.account-login .new-users .login-block,
.account-login .registered-users .login-block  {
    border-top: 1px solid #ccc;
    padding: 0 0 8px 0;
}

.account-login .new-users .content,
.account-login .registered-users .content  {
    padding: 8px;
    min-height: 195px;
    background: transparent;
    overflow: hidden;
}

.account-login .buttons-set {
    padding: 0 16px 10px;
    background: transparent;
    margin: 0;
}

.account-create .page-title {
    border: none;
}
.account-create .fieldset {
    padding: 0;
    margin: 0 20px 0 0;
}

.account-create .form-list {
    background: #FBFBFB;
    padding: 10px;
    margin: 0;
    min-height: 240px;
}

.account-create .right .form-list li {
    margin: 0;
}

.account-create .left .form-list li {
    margin: 0;
}

.account-create .left .form-list li.control {
    margin-top: 15px;
}


.account-create .form-list .name-firstname {
    margin: 0 0 14px 0;
}

.account-create h2.legend {
    margin-top: 0;
}

.account-create .buttons-set {
    border: none;
    padding-top: 10px;
}

.fieldset h2.legend {
    border-bottom: 1px solid #CCC;
    background: none;
    font-weight: normal;
    padding: 0 0 13px 0;
    font-size: 18px;
    margin-bottom: 0;
}

button.button.edit {
    background: #000;
    color: #fff;
    float: right;
    margin: 10px 10px 0 0;
}

/* Forgot Password */
.customer-account-forgotpassword .page-title {
    border: medium none;
}

.customer-account-forgotpassword .fieldset {
    border-top: 1px solid #CCC;
    background: transparent;
}

.customer-account-forgotpassword p.required,
.account-login p.required,
.customer-account-create p.required {
    text-align: left;
    color: #00809F;
    float: left;
    margin-top: 0;
}

.customer-account-forgotpassword p.back-link {
    float: left;
    width: 100%;
}

/* Account Login/Create Pages ============================================================ */

/* Sidebar */
.block-account {
    padding: 0;
    margin: 0;
    border: none;
}

.block-account .block-content {
    border-top: 1px solid #CCC;
    padding: 0;
}

.block-account .block-title {
    margin: 0;
    padding: 0px 0 15px 0;
}

.block-account ul li {
    text-align: left;
    font-family: Arial;
    text-transform: uppercase;
    padding-top: 5px;
    margin: 0 0 5px 0;
}

.block-account ul li.current span {
    background: #d7dfe6;
    font-family: "SofiaProMedium",sans-serif;
    font-style: normal;
    font-weight: 400;
}
.block-account ul li a, .block-account ul li span {
    vertical-align: middle;
    color: #000000;
    font-family: "SofiaProRegular",sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding: 6px 12px;
    text-decoration: none;
    text-transform: uppercase;
}

.block-account .block-title strong {
    font-weight: bold;
}
/* Captcha */
.captcha-note {
}

.captcha-image {
    float: left;
    position: relative;
}

.captcha-img {
    border: 1px solid #ccc;
}

.registered-users .captcha-image {
}

#checkout-step-login .captcha-image {
}

.captcha-reload {
    position: absolute;
    top: 2px;
    right: 2px;
}

.captcha-reload.refreshing {
    animation: rotate 1.5s infinite linear;
    -webkit-animation: rotate 1.5s infinite linear;
    -moz-animation: rotate 1.5s infinite linear;
}

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay {
    background: url(../images/window_overlay.png) repeat;
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 990;
}

.remember-me label {
}

.remember-me-popup {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -200px;
    transform: translate(-50%,-50%);
    width: 400px;
    padding: 15px;
    background: #fff;
    z-index: 1000;
}

.remember-me-popup h3 {
}

.remember-me-popup .remember-me-popup-head {
}

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
}

.remember-me-popup .remember-me-popup-body {
}

.remember-me-popup .remember-me-popup-body a {
}

/* Remember Me Popup ===================================================================== */

/* My Account ============================================================================= */

.my-account .page-title {
    margin: 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #CCC;
}

.my-account .title-buttons .link-rss {
    float: none;
    margin: 0;
}

/********** < Dashboard */
.dashboard {
}

.my-account h1 {
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
    margin: 0;
}

.my-account h2 {
    font-size: 14px;
    font-weight: bold;
}

.my-account h3 {
    font-size: 12px;
    font-weight: bold;
    float: left;
}

.my-account .welcome-msg {
    padding: 15px 15px 0 15px;
    border-bottom: 1px solid #CCC;
    margin: 0 0 15px 0;
}

/* Block: Recent Orders */
.dashboard .box-recent {
    margin: 10px 0;
}

.my-account .data-table thead {
    background: none;
}

.my-account .data-table thead tr {
    height: auto;
}

.my-account .data-table th {
    border: none;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
}

.my-account .data-table th,
.my-account .data-table td {
    font-family: "SofiaProRegular",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
}

.my-account .data-table tr {
    height: 45px;
}

.my-account .data-table tr.odd {
    background: #ecf0f3;
}

.my-account .data-table tr.even {
    background: none;
}

.my-account .data-table td {
    border: none;
    vertical-align: middle;
    text-align: center;
}

.my-account .data-table td.last span.nobr a {
    color: #EA7631;
    font-weight: normal;
}

.my-account .data-table span.price{
    font-size: 12px;
}

.my-account .data-table .price-box{
    text-align: left;
}

.my-account .pager{
    clear: both;
    margin: 15px 0 10px 0;
}

.my-account .pager .amount{
    float: left;
    margin: 5px 0 0 0;
}
.my-account .pager .limiter{
    float: right;
}



/* Block: Account Information */
.box-info .box-title h3,
.box-info .box-top h3 {
    padding: 10px 0 0 0;
    margin: 0;
}

.box-account .col2-set .col-1 {
    background: #f4f6f8;
    min-height: 120px;
    padding: 0 0 10px 10px;
    width: 47%;
}

.box-account .col2-set .box-content {
    font-style: italic;
}

.box-account .col2-set .col-2 {
    background: #f4f6f8;
    min-height: 120px;
    padding: 0 0 10px 10px;
    width: 47%;
}

.my-account address {
    clear: both;
    font-family: "SofiaProRegular",serif;
    font-style: normal;
    font-weight: 400;
}

/* Block: Reviews */
.dashboard .box-reviews .number {
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #ddd;
}

.dashboard .box-reviews .details {
    margin-left: 20px;
}

/* Block: Tags */
.dashboard .box-tags .number {
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #ddd;
}

.dashboard .box-tags .details {
    margin-left: 20px;
}

/********** Dashboard > */

/* Address Book */

.addresses-list {
}

.addresses-list-additional li.item {
}

.addresses-primary li.item, .addresses-additional li.item {
    background: #f4f6f8;
    padding: 0 0 10px 10px;
    margin: 0 0 10px 0;
    min-height: 120px;
}
.addresses-primary li.item.empty, .addresses-additional li.item.empty {
    padding: 10px;
}
.addresses-primary li.item .box-title h3, 
.addresses-additional li.item .box-title h3{
    padding: 10px 0 0 0;
    margin: 0;
}
 .fieldset {
    float: left;
    width: 45%;
    border: none;
    padding: 10px 25px 12px 10px;
 }

.fieldset.left {
    width: 48%;
}

 .fieldset.right {
    float: right;
    margin: 0;
    width: 48%;
 }

.my-account .form-list li .name-firstname {
    padding-top: 0;
}

.my-account .form-list li.wide input.input-text, .my-account .form-list li.wide .input-box {
    width: 240px;
}

/* Order View */
.order-info {
    border: 1px solid #ddd;
    padding: 5px;
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
    display: inline;
}

.order-info dt {
    font-weight: bold;
}

.order-date {
    margin: 10px 0;
}

.order-info-box {
}

.order-items {
    width: 100%;
    overflow-x: auto;
}

.order-additional {
    margin: 15px 0;
}

/* Order Gift Message */
.gift-message dt strong {
    color: #666;
}

.gift-message dd {
    font-size: 13px;
    margin: 5px 0 0;
}

/* Order Comments */
.order-about dt {
    font-weight: bold;
}

.order-about dd {
    font-size: 13px;
    margin: 0 0 7px;
}

.tracking-table {
    margin: 0 0 15px;
}

.tracking-table th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table-popup {
    width: 100%;
}

.tracking-table-popup th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table-popup th,
.tracking-table-popup td {
    padding: 1px 8px;
}

/* Order Print Pages */
.page-print .print-head {
}

.page-print .print-head img {
    float: left;
}

.page-print .print-head address {
    float: left;
    margin-left: 15px;
}

/* Price Rewrites */
.page-print .gift-message-link {
    display: none;
}

.page-print .price-excl-tax,
.page-print .price-incl-tax {
    display: block;
    white-space: nowrap;
}

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
    display: inline;
}

/* My Reviews */
.product-review .product-img-box {
    float: left;
    width: 140px;
}

.product-review .product-img-box .product-image {
    display: block;
    width: 125px;
    height: 125px;
}

.product-review .product-img-box .label {
    font-size: 11px;
    margin: 0 0 3px;
}

.product-review .product-img-box .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}

.product-review .product-details {
    margin-left: 150px;
}

.product-review .product-name {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}

.product-review h3 {
}

.product-review .ratings-table {
    margin: 0 0 10px;
}

.product-review dt {
    font-weight: bold;
}

.product-review dd {
    font-size: 13px;
    margin: 5px 0 0;
}

/* Sales order view */

.sales-order-view .data-table {
    background: #ECF0F3;
}

.sales-order-view .data-table tbody.even{
    background: #fff;
}

.sales-order-view .data-table th {
    text-align: left;
}

.sales-order-view .data-table th {
    padding: 15px 10px 5px 10px;
}

.sales-order-view .data-table td {
    padding: 5px 10px;
}
/* ======================================================================================= */

/* Wishlist */

.wishlist-index-index button.btn-share, 
.wishlist-index-index button.btn-update{
    margin-right: 10px;
}

.wishlist-index-index .description{
    margin-bottom: 10px;
}

.wishlist-index-index .description,
.wishlist-index-index textarea{
    width: 200px;
    text-align: left;
    clear: both;
    float: left;
}

.wishlist-index-index input.input-text{
    width: 20px;
}

#wishlist-table td{
    text-align: left;
    padding: 15px;
}

#wishlist-table td .btn-remove2{
    top: 0;
}
#wishlist-table td .link-edit{
    color: #EA7631
}

#wishlist-table .availability.out-of-stock {
    float: right;
    margin-top: 7px;
    padding-bottom: 5px;
}

/* send friend */

.sendfriend-product-send textarea {
	width: 425px !important;
}
.sendfriend-product-send .back-link {
	display: none;
}
.sendfriend-product-send button {
	margin-left: 10px;
}
