/**
* Theme Name: Bookory Child
* Description: This is a child theme of Bookory, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">PavoThemes</a>
* Template: bookory
* Version: 1.1.8
*/
body
{
	color:#000;
	font-size:16px;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .woocommerce-product-gallery__image:hover a img
{
	opacity:1;
}
@media(min-width:767px)
{
ul.products li.product img
{
	width: auto;
    height: 280px;
    object-fit: cover;
}
}
ul.products li.product .product-image
{
	border-radius:0;
}
.elementor-widget-bookory-product-categories-2 .category-product-img img
{
	height:190px;
	object-fit:cover;
}
.mega-menu-item .elementor-widget-bookory-product-categories .product-cat-caption
{
	position:relative;
	padding:0;
}
.mega-menu-item .elementor-widget-bookory-product-categories .category-product-img img
{
	display:none;
}
.mega-menu .elementor-widget-bookory-product-categories .cat-title
{
	font-size:16px;
	font-weight:400;
}
.mega-menu .elementor-widget-bookory-product-categories .cat-title:hover
{
	color:#d4a017;
}
.mega-menu .product-cat
{
	padding:10px 0;
	border-bottom:1px solid #eee;
}
.mega-menu .elementor-categories-item:last-child .product-cat
{
	border-bottom:none;
}
.gal-1 .gallery .gallery-item .gallery-icon img
{
	height:280px;
	object-fit:cover;
}
.b11 .elementor-widget-wrap
{
	position:relative;
}
.b11 .elementor-widget-wrap:before
{
	position:absolute;
	left:10px;
	right:10px;
	top:10px;
	bottom:10px;
	content:'';
	border:1px solid #000;
}
.swiper-slide-inner img
{
	width:100%;
}
.bookory-social-share
{
	display:none !important;
}
.gal-2 .swiper-container-horizontal>.swiper-pagination-bullets
{
	bottom:-25px;
}

.widget_nav_menu ul li
{
	border-bottom: 1px dashed #00000017;
}
body.wpt_table_body .wpt-wrap table thead tr.wpt_table_header_row, body.wpt_table_body .wpt-wrap table thead tr.wpt_table_header_row th
{
	    background-color: #000066 !important;
}
.wpt_table_tag_wrapper .quantity .plus, .wpt_table_tag_wrapper .quantity .minus
{
	    display: inline-block;
    padding: 8px;
    border-radius: 0;
    background: #eee !important;
    color: #333 !important;
    font-size: 11px;
}
.wpt_table_tag_wrapper .quantity .plus
{
	    margin-left: -20px;
    z-index: 2;
}
.wpt-wrap tr.wpt-row>td
{
	padding: 15px 10px !important;
}
body.wpt_table_body .wpt-wrap table tbody tr.wpt_row>td .product_description
{
	margin-top:13px !important;
	font-size:12px !important;
}
body.wpt_table_body .wpt-wrap table tbody tr a.button.add_to_cart_button
{
	font-size: 15px;
    width: 153px;
    text-align: center;
    background: #d6a524 !important;
    border: none !important;
}
body.wpt_table_body .wpt-wrap table tbody tr a.button.add_to_cart_button:hover
{
	background-color: #000066 !important;
	color:#fff;
}
body.wpt_table_body .wpt-wrap table tbody tr.wpt_row>td a.wpt_product_title_in_td
{
	font-weight:600 !important;
}
.site-header-cart.menu
{
	
}
#shipping_method li > label
{
	word-break: auto-phrase;
}
#shipping_method li > label::after{
	display:none;
}
.btn
{
	width: 100%;
    display: block;
    padding: 12px 10px;
    margin-top: 15px;
    text-align: center;
    background: #000066;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
}
.btn:hover
{
	background:#0c5870;
	color:#fff;
}
.single-product div.product .inventory_status
{
	display:none;
}
.single-product div.product .woocommerce-product-details__short-description + .stock
{
	display: inline-block;
    font-size: 14px;
    line-height: 1.6666666667;
    text-transform: uppercase;
    color: #477f3e;
    padding: 4px 9px;
    border-radius: 3px;
    background-color: rgba(130, 209, 117, 0.2);
	font-weight:500;
}
.single-product div.product .woocommerce-product-details__short-description + .available-on-backorder
{
	background: #feecb4;
    color: #6d5200;
}
.single-product div.product .woocommerce-product-details__short-description + .out-of-stock
{
	    background: #ffdbd8;
    color: #F44336;
    border: none;
}
#shipping_method li > input[type=radio]:first-child
{
	    clip: unset;
    clip-path: unset;
    position: relative;
    height: 100%;
    width: auto;
    margin: 0;
    margin-right: 5px;
}

.woocommerce-no-shipping-available-html, .woocommerce-shipping-estimate-html, .woocommerce-shipping-may-be-available-html
{
	word-break: break-word;
	font-size:14px;
}