.ohm-wrapper {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(204, 204, 204, 0.23);
    z-index: 9999;
    display: none;
}

.ohm-wrapper .ohm-dialog {
	background-color: #fff;
    border: 2px solid #333;
    width: 350px;
    min-width: 400px;
    min-height: 250px;
    margin: 70px auto;
    padding: 10px;
    box-shadow: 0 2px 68px #c5c5c5;
}

@media(max-width: 450px) {
	.ohm-wrapper .ohm-dialog {
		width: 300px;
		min-width: 300px;
	}
}

@media(max-width: 330px) {
	.ohm-wrapper .ohm-dialog {
		width: 250px;
		min-width: 250px;
	}
}

.ohm-dialog-content {
	vertical-align: middle;
    text-align: center;
    padding-top: 35px;
}

.ohm-dialog-close {
	float: right;
	cursor: pointer;
}

.ohm-qty>.bootstrap-touchspin {
	position: relative;
	width: 100%;
}

.ohm-qty-inc-dec {
	position: absolute;
    top: 0px;
    right: 0px;
    height: 26px;
    overflow: hidden;
}

.ohm-qty-inc-dec button{ 
	margin-left: -4px;
    border-left: 1px solid #bdbdbd;
}


/* added by: moi */

.panel-ohmminqty-wrapper {
    margin-bottom: 50px;
	margin-top: 50px;
}

.panel-ohmminqty-wrapper > h3 {
	background-color: #000;
	color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 0;
	padding: 25px 15px;
	text-align: center;
}

.panel-ohmminqty-wrapper > div:not(:last-of-type) {
	background-color: #f8f8f8;
    padding: 25px 40px;
}

.panel-ohmminqty-wrapper table {
	text-align: center;
	width: 100%;
}

.panel-ohmminqty-wrapper table th,
.panel-ohmminqty-wrapper table td {
	text-transform: uppercase;
    font-size: 16px;
	vertical-align: middle;
	text-align: left;
}

table.ohmminqty-table-wrapper th {
	text-align: center;
}

table.ohmminqty-table-wrapper td p {
	margin: 0;
}

.ohm-td-first {
    align-items: center;
	display: flex;
	/*flex-wrap: wrap;*/
}

.ohm-td-first > span {
	display: block;
	float: left;
}

.ohm-row-color {
    border-radius: 50%;
    box-shadow:
    	rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    	rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    	rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
   	float: left;
    margin-right: 15px;
    height: 50px;
	width: 50px;
}

.ohmtext-center {
	text-align: center;
}

.panel-ohmminqty-wrapper > div:last-of-type {
	text-align: right;
}

.ohm-td-disabled > input {
	background-color: #fff;
    border: 1px solid #ddd;
}

.ohm-td-disabled > p {
	color: #f44336;
}

#ohmmin_product_cart_button {
	margin-top: 30px;
	text-transform: none;
}

.input-qty-ohm {
    text-align: center;
	width: 85px;
}

#blockcart-modal .divide-right {
    max-height: 380px;
    overflow-y: auto;
}

#blockcart-modal .divide-right > div {
	margin-bottom: 15px;
}

#blockcart-modal .product-image {
    height: 170px;
    object-fit: contain;
}

.sellbyx-calculate-wrapper {
	color: #5bc0de;
}
