.box.box-newsletter .box-content>p {
	display: none;
}

/* Start my account*/

.table-wrapper.orders-history table#my-orders-table .col {
	width: auto;
}
.table-wrapper.orders-recent table#my-orders-table .col {
	width: auto;
}
.table-wrapper.order-items table#my-orders-table .col {
	width: auto;
}
form#wishlist-view-form .products-grid.wishlist .product-item-actions a.action.edit {
	display: none;
}
.customer-account-edit.page-layout-2columns-left .field.password-info {
    display: none;
}
.customer-account-edit.page-layout-2columns-left .admin__legend.step-title {
    display: none;
}
/* End my account */

/* Start forgot password */

form.form.password.forget>fieldset.fieldset>.field.email.required>label.label {
	width: auto !important;
}

/* End forgot password */

/* Start wishlist */

.products-grid.wishlist>ol.product-items>li.product-item>.product-item-info>.product-item-inner>.field.comment-box {
	display: none;
}

.products-grid.wishlist>ol.product-items>li.product-item>.product-item-info>.product-item-inner>.box-tocart {
	display: none;
}

form.form-wishlist-items>.actions-toolbar>.primary>button.action.tocart {
	display: none;
}

/* / wishlist */


/* ====================================== e books ========================================= */
.dashboard-section .container-content .row-content .col-sm-12 {
	margin: 10px 0px;
}
.dashboard-section a.book-link {
	border: none;
	-moz-box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.16);
	height: 100% !important;
	display: block;
	border-radius: 6px;
}
.dashboard-section a.book-link:hover {
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
	-o-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
}
.dashboard-section .book-title {
	color: #222222;
	font-weight: 400;
	text-align: left;
	margin: 10px 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
}
.dashboard-section .book-image-outter {
	border-bottom: 1px solid #c9c9c96e;
}
.dashboard-section .book-image-inner {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 1% 10%;
}
.dashboard-section .book-outter {
	padding-top: 10px;
	padding-bottom: 10px;
}
.dashboard-section .book-outter .book-image-inner img.book-thumb-class {
	-webkit-box-shadow: 1px 2px 9px -1px rgba(0, 0, 0, 0.22);
	box-shadow: 1px 2px 9px -1px rgba(0, 0, 0, 0.22);
}

@media(max-width:768px){
	.dashboard-section a.book-link {
	    max-width:300px;
	    margin:0 auto;
    }
}
/* --------------------- / e books */