/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.tax_toggle_label label span{
	font-size: 10px;
}

.nav-sidebar .is-mega-menu .menu-item-has-children > a {
    font-size: 0!important;
}

}


/* Shop page Product Cards [Product Count] */

.product-status-message .shop-product-quantity {
	font-weight: 600;
	color: green;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.product-status-message {
	padding-bottom: 0.5rem;
}

.product-status-message p {
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
}

.product-status-message .backorder-message,
.product-status-message .lead-time-message {
	color: #ff7f00;
	font-size: 12px;
}

.product-status-message > .obsolete-message {
	padding-top: 0.5em;
	font-size: 14px;
	color: red;
}

.product-status-message .message-placeholder-element {
	opacity: 0;
}

.box-image .out-of-stock-label {
    background: #fff;
    background: hsla(0, 0%, 100%, 0.7) !important;
    color: #333;
    font-weight: 700;
    left: 0;
    opacity: .9;
    padding: 20px 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 70%
}

span.trader-user-label-text {
    color: black;
    font-weight: 600;
}
span.trader-user-label-text i {
    font-size: 20px;
    vertical-align: 0;
    display: inline-block;
    margin-right: 5px;
    color: #1f6801;
}

.nav-dropdown-col > a {
    display: none!important;
}

.message-container.container.success-color.medium-text-center {
    background: #f7f7f7;
    text-align: center;
    padding: 20px 0 10px;
}

.message-container.container.success-color.medium-text-center a {
    display: table;
    margin: 10px auto 10px;
    width: auto;
}

.message-container.container.success-color.medium-text-center a.button.wc-forward {
    display: none;
}


/* Harshad */

.product_status_hv{
    border-radius: 5px;
    background-color: #FFF;
    border: 2px solid;
    padding:10px 10px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #015368;
    font-weight: 600;
}

.product_status_hv p{margin-bottom: 0 !important}
.product_status_hv i{font-size: 20px; vertical-align: 0; display: inline-block; margin-right: 5px;}

body.single-product .product-info.product-summary p.stock.available-on-backorder {
    display: none;
}


.products .product-category .box .box-text h5.header-title{
    color: #015368;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.rm-trade-cta-container {
	border-radius: 5px;
	background-color: #fff;
	border: 2px solid;
	padding: 10px;
	color: #015368;
	font-weight: 600;
}
.rm-trade-cta-container i {
	font-size: 20px;
	vertical-align: 0;
	display: inline-block;
	margin-right: 5px;
}
.rm-trade-cta-btn {
	border: none;
    color: #015368;
    text-decoration: underline;
    background-color: #fff;
    padding: 0;
    margin: 0;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    min-height: auto;
}
.rm-trade-cta-btn:hover {
	color: #015368;
	box-shadow: none;
}
.rm-trade-cta-btn:active {
	color: #015368;
	box-shadow: none;
}
