/* Custom stiles for development */

.product-image-thumb-horizontal {
	display: flex;
	align-items: center;
	align-content: center;
}
.product-image-thumb-single {
	border: 1px solid #dfdfdf;
	min-height: 100%;
	align-self: stretch;
	vertical-align: middle;
}
#system-message .alert {
    margin-top: 1rem;
}
.alert-notice {
	color: #856404;
	background: #fff3cd;
}
.product-details-variable h6 {
	margin: 16px auto;
}
select.nice-select {
	border: 1px solid #dfdfdf;
	border-radius: 0;
	padding: 8px;
	margin-bottom: 16px;
}
td.product_remove {
	min-height: 114px;
	padding: 0 !important;
}
.button-img {
	display: block;
	padding: 30% 0;
	height: 100%;
	width: 100%;
}
.button-img img {
	max-width: 22px;
}
input.inputbox {
    border: 1px solid #dfdfdf;
    display: inline-block;
    padding: 12px 15px;
    border-radius: 5px;
    font-weight: 600;
    background: #fbfbfb;
    transition: .3s linear;
    font-family: 'Muli', sans-serif;
}
.cart_block_discount .button {
	margin-top: -3px;
}
.p-sidebar-cat li.active a {
    color: #ff4800;
}
.p-sidebar-cat li {
	position: relative;
}
.jshop_menu_level_1 {
	margin-left: 16px;
}
.jshop_menu_level_1 {
	list-style: square;
}
.jshop_menu_level_2 {
	margin-left: 32px;
}
.jshop_menu_level_2 {
	list-style: square;
}
table.jshop {
width: 100%;
margin-bottom: 10px;
}
.jshop_order_step {
font-weight: bold;
}
label b {
font-size: 18px;
}