/*
Theme Name: Jupiter Child Theme
Theme URI: http://themeforest.net/user/artbees
Template: jupiter
Author: Your name here
Description: Child theme for the Jupiter theme
Version: 5.0.5.1587613291
Updated: 2020-04-23 03:41:31

*/


body.archive.woocommerce .mk-product-loop .product-loop-thumb {
    width: 49%;
    float: left;
}
body.archive.woocommerce .mk-product-loop .mk-shop-item-detail {
    width: 49%;
    float: right;
    padding: 0px;
    padding-top: 15px;
}
body.archive.woocommerce .mk-product-loop .mk-product-holder {
	overflow: hidden;
	border: none !important;
}
body.archive.woocommerce .mk-product-loop .mk-product-holder .product_loop_button {
    margin: 0;
    text-align: center;
    display: inline-block;
    position: relative;
    opacity: 1;
    display: block;
    width: 100%;
}
body.archive.woocommerce .mk-product-loop.compact-layout .product-title {
	padding-right: 0px;
}
body.archive.woocommerce .mk-product-loop.compact-layout .product-item-desc {
	padding: 0px;
	margin-bottom: 10px;
}
body.archive.woocommerce .mk-product-loop.compact-layout .product-item-desc p {
    margin-bottom: 0px;
    line-height: 1;
    font-size: 14px;
}
body.archive.woocommerce .woocommerce-message .button {
    display: none !important;
}
body.archive.woocommerce .mk-product-loop.compact-layout .product-title {
    font-weight: 600;
    color: #000;
}
body.archive.woocommerce .mk-product-loop.compact-layout .product-title {
	letter-spacing: 0px;
}
body.archive.woocommerce .quantity input.qty {
	height: 25px;
	width: 42px;

}
body.archive.woocommerce button.button.alt {
    margin-top: 10px;
}
body.archive.woocommerce a.view-more {
    text-decoration: underline;
    margin-bottom: 10px;
    display: block;
    margin-top: 5px;
}
body.archive.woocommerce table.shop_table {
	margin-bottom: 30px !important;
}
body.archive.woocommerce a.button.place-order-shop {
    text-align: center;
    display: block;
    max-width: 160px;
    margin: auto;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
body.archive.woocommerce .quantity {
    width: auto;
    float: right;
}
body.archive.woocommerce form.cart button.button.alt {
    margin-top: 10px;
    width: 100%;
    font-size: 12px;
    padding-top: 9px;
    padding-bottom: 10px;
}
body.archive.woocommerce form.cart label {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
body.archive.woocommerce p.woocommerce-result-count,
body.archive.woocommerce h4.mk-woocommerce-shop-loop__title,
body.archive.woocommerce form.woocommerce-ordering  {
    display: none;
}
body.archive.woocommerce .theme-content #mk-archive-products {
    border-bottom: 2px solid;
    padding-bottom: 0px !important;
    padding-bottom: 0px;
}
body.archive.woocommerce .theme-content {
    padding-bottom: 0px !important;
}
body.archive.woocommerce table.shop_table {
    margin-bottom: 30px !important;
    margin-top: 30px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
body.woocommerce-checkout #payment {
    background: transparent;
}
body.woocommerce-checkout #payment button#place_order {
    width: 100%;
    background-color: #000 !important;
}
a.remove {
    border-radius: 50%;
    height: 15px;
    width: 13px;
    margin-right: 10px;
    position: relative;
    background: red;
    display: flex;
    align-items: center;
    color: white;
    padding-left: 2px;
    font-size: 20px;
    font-weight: bold;
    top: 5px;
}
body.woocommerce.archive .mk-product-loop.compact-layout .price {
	padding-top: 0px !important;
	color: rgba(0,0,255,0.7);
    font-weight: normal;
}

/******/
.oz-checkout-second-txt{
	color:red;
}
/******/

@media all and (min-width: 992px){
	body.woocommerce-checkout form.checkout.woocommerce-checkout {
		overflow: hidden;
	}
	body.woocommerce-checkout div#customer_details {
	    width: 49%;
	    float: left;
	}
	body.woocommerce-checkout .order-review-section {
		width: 49%;
		float: right;
	}
	.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
	    float: left;
	    width: 100%;
	}
}

@media all and (max-width: 767px){
	body.archive.woocommerce table.shop_table {
	    margin-bottom: 30px !important;
	    margin-top: 30px;
	    width: 90%;
	    margin-left: auto;
	    margin-right: auto;
	}

}
