/*
 Theme Name:   Booklovers Child Theme
 Theme URI:    http://booklovers.ancorathemes.com
 Description:  Booklovers Child Theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com
 Template:     booklovers
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  booklovers
*/


/* =Theme customization starts here
------------------------------------------------------------ */

.single-product .woocommerce-product-gallery{
	opacity: 1 !important;
}

form.woocommerce-checkout #customer_details{
	float: right;
	overflow: hidden;
	padding-left: 140px;
}
.woocommerce_status_bar .num{
	margin-right: auto;
	margin-left: 16px;
}

.sidebar .trx_addons_woocommerce_search_type_filter .sc_form_field .sc_form_field_title .sc_form_field_arrow{
	right: auto;
	left: 0
}

.widget ol > li a:first-child:before, .widget ul > li a:first-child:before, ul.wp-block-archives-list > li a:first-child:before, ul.wp-block-categories-list > li a:first-child:before, ul.wp-block-rss > li a:first-child:before{
	right: -1.1em;
	left: auto;
}
.widget .widget_title:before, .widget .widgettitle:before{
	right:0;
	left: auto;
}

.woocommerce .widget_price_filter .price_slider_amount .button:after{
	    margin: 0 20px 0 0px;
    transform: rotate(180deg);
}

.woocommerce nav.woocommerce-pagination {
    text-align: center;
}
.menu_mobile_nav_area{
	text-align: right;
}
.product_list_widget li a img{
	float:right !important;
	    margin-left: 32px;
    margin-right: 0;
}