/*
Theme Name: Om Books

WooCommerce styles override
*/

/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {

	table.shop_table_responsive thead {
		display: table-header-group;
	}

	table.shop_table_responsive tbody th {
		display: table-cell;
	}

	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}

	table.shop_table_responsive tr td {
		display: table-cell;
	}

	table.shop_table_responsive tr td::before {
		display: none;
	}
}

/**
 * Products
 */
ul.products {
	margin: 0;
	padding: 0;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 0;
}

ul.products li.product img {
	display: block;
}

ul.products li.product .button {
	display: block;
}

@media screen and (min-width: 48em) {

	ul.products li.product {
		width: 30.79667%;
		float: left;
		margin-right: 3.8%;
	}

	ul.products li.product.first {
		clear: both;
	}

	ul.products li.product.last {
		margin-right: 0;
	}

	ul.products.columns-1 li.product {
		float: none;
		width: 100%;
	}

	ul.products.columns-2 li.product {
		width: 48.1%;
	}

	ul.products.columns-3 li.product {
		width: 30.79667%;
	}

	ul.products.columns-4 li.product {
		width: 22.15%;
	}

	ul.products.columns-5 li.product {
		width: 16.96%;
	}

	ul.products.columns-6 li.product {
		width: 13.49333%;
	}
}

/**
 * Single product
 */
.single-product div.product {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	right: 1em;
	display: block;
	z-index: 2;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    visibility: hidden;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    visibility: visible;
	font-family: "Flaticon";
	content: "\f100";
    top: 2em;
    right: 1em;
    z-index: 9;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    visibility: visible;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {

	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}

	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}

	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\73\73\73\73\73";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating>span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #4169e1;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: left;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

.woocommerce-password-hint {
	color: #828282;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #d1e7dd;
	border-color: #a3cfbb;
	color: #0a3622;
	clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	color: #837b3a;
    background-color: #fefbe2;
    border-color: #fefad7;
}

.woocommerce-error {
    color: #802c2c;
    background-color: #fddddd;
    border-color: #f1aeb5;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3d9cd2;
	z-index: 9999;
}

@media screen and (min-width: 48em) {

	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}

	.site-header-cart:hover .widget_shopping_cart,
	.site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #4169e1;
	box-sizing: border-box;
	margin-top: -0.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}

ul.products{
	align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
}
ul.products li {
	width: calc(17% - 34px);
    margin-right: 35px;
    margin-top: 40px;
}

ul.products li.product img {
	width: 100%;
	height: 320px;
    max-height: 340px;
    object-fit: contain;
    object-position: center;
}

.woocommerce-loop-product__title {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #393280;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 20px 0 5px;
}
ul.products li.product .book_author span  {
	font-size: 13px;
	
}
ul.products li.product  del {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
	color: #404040;
	margin-left: 10px;
}

ul.products li.product  del span{
	color: #404040;
}

ul.products li.product  ins {
    background: none;
    text-decoration: none;
}
ul.products li.product .button {
	display: flex;
    justify-content: center;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}
ul.products li.product .price{
padding-bottom: 20px;
display: block;
}


ul.products li.product .button {
    color: #ed1c24;
    border: 1px solid #ed1c24;
	padding: 6px 18px;
    font-size: 14px;
    line-height: 19px;
    color: #ed1c24;
    font-weight: 600;
    letter-spacing: 0.32px;
    border-radius: 20px;
    letter-spacing: 0.32px;
	background-color: transparent;
	transition: all 0.4s;
}

ul.products li.product .button:hover {
background-color: #ed1c24;
color: #fff;
}
span.onsale {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    height: 40px;
    width: 40px;
    background: #ed1c24;
    border-radius: 50%;
    padding: 8px 5px;
    right: -10px;
    top: -10px;
	z-index: 1;
display: none;
}

/* remove view cart from loop products */
 a.added_to_cart.wc-forward {display:none} 


.star-rating span::before {
    color: #ed1c24;
}

.star-rating {
    width: 6.6em;
	font-size: 18px;
	letter-spacing: 6px;
}


.woocommerce-checkout .entry-title{
	display:none !important;
 }

 
 .alert, .woocommerce-MyAccount-content .woocommerce-info, .woocommerce-message, .woocommerce-error, .woocommerce-noreviews,
 .woocommerce-no-products-found .woocommerce-info {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 5px;
}
.alert-danger {
    color: #802c2c;
    background-color: #fddddd;
    border-color: #fdcfcf;
}


.woocommerce-message {
	color: #476c00;
    background-color: #e7f5cc;
    border-color: #def2b8;
}

.woocommerce-notices-wrapper .button{
	background: unset;
    color: #ed1c24;
    padding: 0px 10px 0px 0px;
    font-size: inherit;
}

.single-product .woocommerce-notices-wrapper .woocommerce-message {
    margin-top: 1rem!important;
}
.mb-3, ul.woocommerce-thankyou-order-details li, .comment-author .avatar, .article-post__inner h1, .article-post__inner h2, .article-post__inner h3, .article-post__inner h4, .article-post__inner h5, .article-post__inner h6:not(.font-size-10), .comment .comment-text h1, .comment .comment-text h2, .comment .comment-text h3, .comment .comment-text h4, .comment .comment-text h5, .comment .comment-text h6:not(.font-size-10), .my-3, .single-product .woocommerce-notices-wrapper .woocommerce-message {
    margin-bottom: 1rem!important;
}

/* Form styles*/

input[type='text'], input[type='email'], input[type='number'], input[type='tel'], input[type='password'],  textarea, select, .select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    height: calc(1em + 1.388rem + 2px);
    padding: 0.544rem 1rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #7c6e65;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dfdcd7;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 12px;
}

.woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-shipping-fields .form-row, .woocommerce-additional-fields .form-row{
	margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    flex: 1 1;
    flex-direction: column;
}
.form-row  {
	margin-top: 15px;
	margin-bottom: 15px;
}

.form-row-wide {
	width: 100%;
}

.form-row  label{
	margin-bottom: 10px;
	display: block;
	text-transform: capitalize;
}

.woocommerce-form-row span{
	color: #828282;
}

.woocommerce-input-wrapper {

}

.cart-dpt .order-summary .woocommerce-shipping-destination {
    margin-left: auto;
    width: 100%;
    padding: 12px 0;
}
.comment-form {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
}

.comment-form p {
	display: flex;
    flex-direction: column;
    gap: 10px;
}

.comment-form p.comment-form-cookies-consent {
flex-direction: row;
}



/* order details page */
table.order_details.shop_table.woocommerce-table.woocommerce-table--order-details {
    width: 100%;
	margin-bottom:30px ;
}

tr.woocommerce-table__line-item.order_item td {
    padding-top: 10px;
    padding-bottom: 14px;
    border-bottom: 1px dotted #e2e2e2;
}

th.woocommerce-table__product-name.product-name {}

table.order_details.shop_table.woocommerce-table.woocommerce-table--order-details thead th {
    padding-bottom: 20px;
    font-size: 18px;
}

h2.woocommerce-order-details__title, .order_updates_title {
	margin-top: 40px;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 24px;
    color: #ed1c24;
    font-weight: 600;
    margin-bottom: 20px;
}

.woocommerce-column--billing-address {
    margin-bottom: 40px;
    margin-top: 40px;
}

h2.woocommerce-column__title, h2.woocommerce-order-details__title, .order_updates_title  {
    margin-bottom: 10px;
	color: #1a1a1a;
    font-weight: 500;
}

td.woocommerce-table__product-name.product-name a {
    color: #000;
}

strong.product-quantity {
    font-weight: 500;
}


.woocommerce-orders-table {
	width: 100%;
}
.woocommerce-orders-table td, .woocommerce-orders-table th {
	border-bottom: 1px solid #e2e2e2;
	padding: 10px 0;
}
.woocommerce-orders-table__header-order-actions, 
 .woocommerce-orders-table__cell-order-actions {
	text-align: right !important;
}

.heading-myaccount-right {
    font-size: 22px;
    font-weight: 600;
    padding-bottom:10px;
    color: #000;
    margin-bottom: 0px;
}

.woocommerce-Address-title {
box-shadow: none;
padding: 30px 0 10px;

}
.woocommerce-Address-title h3 {
	font-weight: 500;
}
.dashboard-icon {
	display: flex;
	flex: 0 0 25%;
    max-width: 25%;
	position: relative;
    width: 100%;
	margin-top: 20px;
}
.dashboard-icon a {
	padding-top: 2.5rem!important;
    padding-bottom: 2.5rem!important;
    border-left: 1px solid #eae8e4!important;
    border-top: 1px solid #eae8e4!important;
    border-bottom: 1px solid #eae8e4!important;
    color: #f75454;
    position: relative;
    width: 100%;
    text-align: center;
    display: block;
}
.dashboard-icon:last-child a {
	border-right: 1px solid #eae8e4!important;
} 
.dashboard-icon .dashboard-icon-box {
	display: inline-block;
	background-color: #fff6f6;
	margin-bottom: 0.5rem!important;
	border-radius: 50%!important;
	cursor: pointer;
	padding: 0.75rem 1.2rem;
}
.dashboard-icon .dashboard-icon-box span {
	font-size: 1.7rem;
	text-align: center!important;
 }


 .auth-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 0.25rem;
	box-shadow: 0 .25rem .5625rem -.0625rem rgba(0,0,0,.03),0 .275rem 1.25rem -.0625rem rgba(0,0,0,.05)!important;
	padding: 40px 30px; }
 #customer_login {
    display: flex;
    flex-wrap: wrap;
	margin-top: 50px;
 }
 #customer_login .u-column1,  #customer_login .u-column2 {
	flex: 0 0 50%;
    max-width: 50%;
	margin-right: auto!important;
	margin-left: auto!important;
	position: relative;
    width: 100%;
	padding-right: 15px;
    padding-left: 15px;
 }
 #customer_login .u-column2 { 
    padding-top: 2.5rem!important;
	display: flex;
    flex-direction: column;
    justify-content: center;
 }

 .woocommerce-info .button {
	background: unset;
    color: #ed1c24;
    padding: unset;
    text-decoration: underline;
    font-size: inherit;
  }

  .lost-password {
	max-width: 50%;
    margin-right: auto!important;
    margin-left: auto!important;
	margin-top: 40px;
  }

  .term-description {
	margin-top: 20px;
  }

  .woocommerce-MyAccount-content  .woocommerce-notices-wrapper{
	padding: 0px;
  }

  .woocommerce-cancellation-form {
	margin-top: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px;
    background: #f7f7f7;
    padding: 20px;
    border-radius: 8px;
  }
  .cancellation_reason {
	height: 70px;
	font-family: 'Montserrat';
  }

  .woocommerce-pagination {
	margin-top: 30px;
  }

  .woocommerce-pagination ul.page-numbers {
    display: flex;
    gap: 10px;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 50px;
}

.woocommerce-pagination  a.page-numbers, .woocommerce-pagination  span.page-numbers.current {
    padding: 10px 15px;
    background: #f75454;
    color: #fff;
    border-radius: 5px;
}

.woocommerce-pagination  span.page-numbers.current {
    background: #fff;
    border: 1px solid #f75454;
    color: #f75454;
}

.author-filter-menu, .author-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	    margin-bottom: 30px;
}
.author-filter-menu {
	font-size: 15px;
    line-height: 15px;
    margin-bottom: 60px;
	justify-content: center;
}
.author-filter-menu li {
	display: flex;
    justify-content: center;
}

.author-filter-menu a {
    color: #000000;
    padding: 10px 17px;
}
.author-filter-menu a:hover {
	color: #ec0001;
}

.author-list {
	gap: 30px;
}
.author-list li {
    flex: 0 0 23%;
    max-width: 23%;
	position: relative;
	width: 100%;
}

.author-list li a {
    font-size: 16px;
    letter-spacing: 0.47px;
    line-height: 21px;
    color: #585757;
    padding: 15px 35px 15px 15px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    position: relative;
}

.author-list li a:after {
    content: "";
    position: absolute;
    background-image: url(images/arrow_right_grey.svg);
    right: 10px;
    top: 0px;
    height: 100%;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    transition: all 0.3s ease;
}

.author-list li a:hover {
    border-color: #ec0001;
	color: #ec0001;
}



.author-initial {
    font-size: 16px;
    line-height: 50px;
    border-bottom: 1px solid #F3F3F3;
    color: #323A45;
}

.author-not-found {
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	color: #323A45;
	margin-top: 30px;
	height: 300px;
}



@media only screen and (max-width: 680px) {
	ul.products {
		gap: 22px;
		margin-top: 30px;
	}
	ul.products li {
		width: 45.555555%;
        margin:unset;
    }
	ul.products li.product {
		margin-bottom: unset;
	}
	#customer_login {
		flex-direction: column;
	}
	#customer_login .u-column1, #customer_login .u-column2 {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
	}
	.lost-password {
		max-width: 100%;
	}

	.activity-books aside {
		display: none;
	}
	.categories-content ul.products {
		gap: 26px;
	}
	.woocommerce-orders-table td, .woocommerce-orders-table th {
        border: none;
    }
	.woocommerce-ordering {
		width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
	}
	.categories-showing {
		justify-content: center;
	}
	.woocommerce-orders-table__row {
		border-bottom: 1px solid #e2e2e2;
		display: block;
		margin-bottom: 20px;
	}
	.dashboard-icon {
		flex: 0 0 50%;
		max-width: 50%;
		margin-top: unset;
	}
	.dashboard-icon a {
		border: 1px solid #eae8e4!important;
		margin-top: 0;
	}
	ul.products li.product .price{
		padding-bottom: 7px;
	}
	.author-list {
        gap: 20px;
    }
    .author-list li {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 0px;
    }
  }
