/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
form.checkout.woocommerce-checkout label {
    margin-bottom: 0;
}
p#billing_country_field, p#shipping_country_field {
    display: flex;
    align-items: center;
}
p#shipping_country_field span.woocommerce-input-wrapper strong, p#billing_country_field span.woocommerce-input-wrapper strong {
    margin-left: 10px;
    font-weight: 500;
}
.woocommerce-billing-fields h3, .woocommerce-shipping-fields h3, form.checkout.woocommerce-checkout h3, #order_review_heading, .cart_totals h4 {
    font-size: 20px;
    color: #00539d;
		font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.woocommerce-billing-fields h3 span, .woocommerce-shipping-fields h3 span, #order_review_heading span, .cart_totals h4 span{
	padding: 0 !important;
	margin: 0
}
.woocommerce-billing-fields h3:before, .woocommerce-shipping-fields h3:before, #order_review_heading:before, .cart_totals h4:before{
	height: 0 !important
}
.shop_table.woocommerce-checkout-review-order-table {
    background: #efefef;
    padding: 15px;
    border: 1px solid #cbcbcb !important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    clear: both !important;
    float: none;
}
div#woocommerce_product_search-2 {
    padding-bottom: 20px !important;
}
.item-navigation {
    display: block !important;
    text-align: center;
    float: none !important;
}
.item-navigation a:nth-child(1) {
   margin-bottom: 10px !important
}
.youtube-player {
	display: block;
	max-width: 100%;
	height: auto;
}
@media only screen and (max-width:991px){
ul.lpd-products li.product .product-item-wrap {
	height: auto !important;
}
.product-item-wrap .item-navigation {
		width:100% !important		
	}
.product-item-wrap .item-details .item-navigation a {
	margin: 0 auto !important;
	display: block !important;
	width: 160px !important;
	float: unset !important;
}
}
.item-details .item-navigation.nav_in_stock {
    display: inline-flex;
}
ul.lpd-products li.product {
    margin-bottom: 20px;
    padding: 0 5px;
}