* { box-sizing: border-box; transition: .3s all;}
html, body { width: 100%; height: 100%; position: relative; }
ul { list-style-type: none; padding: 0px; }
label { 
	cursor: pointer;
    font-size: 12px;
    font-weight: normal; 
}
input[type=button] { cursor: pointer; }
a {
    color: #23471d;
	text-decoration: none;
}
h3 {
	padding: 15px;
}
a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
}
button { cursor: pointer; }
.clear { clear: both; }
.clearafter:after {
	content: "";
	display: table;
	clear: both;
}
.pagebreak { page-break-after: always; }
.iblock { display: inline-block; }
.hidden { display: none !important; }
.invisible { visibility: hidden; }
.left { float: left; }
.center { margin: 0 auto; display: inline-block; }
.taleft { text-align: left; }
.taright { text-align: right; }
.tacenter { text-align: center; }
.spacetop { margin-top: 50px !important; }
.smspacetop { margin-top: 15px; } 
.right {
	float: right;
}
.half {
	width: 50%;
}
.half.right {
	padding-left: 10px;
}
.half.left {
	padding-right: 10px;
}
.pagebreak {
	page-break-after: always;
}
.button {
    background-color: #23471d; /*#36702c !important;*/
    border-color: #122b40;
    color: #fff;
    border-width: 1px;
    margin-top: 15px;
    border-radius: 3px;
    padding: 2px 20px;
}
.button:hover {
	background-color: #36702c;
}
.button[disabled] {
	background-color: gray;
}
.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}
.nav { padding-left: 0px; margin-bottom: 0px; list-style: none; }
.nav-tabs {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}
.nav>li { 
	position: relative; display: block;
}
.nav-tabs>li {
	float: left; margin-bottom: -1px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.forminput {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.header { padding: 15px 20px; max-width: 1200px; margin: 0 auto;}
.content {padding: 20px 20px 150px 20px; max-width: 1200px; margin: 0 auto; }
.shadeBackground { background-color: rgba(51,51,51,.7); position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 100; }
.shadeBackground .modalview { background-color: #FFF; width: 80%; position: absolute; padding: 30px; max-width: 800px; 
    max-height: 95%;
    overflow-y: auto; }
	#makePayment.modalview { min-height: 775px; }
.shadeBackground .modalview form { margin: 0px; }
.shadeBackground .modalview select { width: 48%; border: 1px solid #333; height: 35px; }
.shadeBackground .modalview .selectContainer { width: 100%; margin-bottom: 15px; }
.shadeBackground .modalview textarea { border: 1px solid #333; height: 200px; width: 100%; resize: none; }
.shadeBackground .modalview input { width: 100%; }
.shadeBackground .modalview .close_popup { position: absolute; right: 16px; top: 8px; font-size: 16px; cursor: pointer; }
.tblfull, .full {
    width: 100%;
}
.tblgreen .head {
    background-color: #363636; /* #36702c; */
}
.tblgreen th {
	color: #ffffff;
	font-weight: normal;
	padding: 5px;
}
.tblgreen td {
	border-bottom: 1px solid #ccc;
}
.row_btn { 
	width: 100%;
    border: 1px solid #c1c1c1;
}
.row_btn_2 { 
	width: 100%;
    border: 1px solid #c1c1c1;
	background: #23471d;
	border-radius: 5px;
	color: white;
	padding: 8px;
	font-size: 18px;
}
.well { 
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 5px 10px;
}
/* Product CSS */
.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
	font-size: 12px;
}
.product-thumb h4 {
    font-weight: bold;
	font-size: 15px;
	color: #444;
}
.product-thumb .image {
    text-align: center;
	height: 200px;
}
.product-thumb .image img, .shadeBackground .imgholder img {
	max-width: 200px;
	max-height: 200px;
}
.product-thumb .caption {
    padding: 0 20px;
    min-height: 180px;
}
.product-thumb .price {
    font-size: 22px;
	color: #444;
}
.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}
.product-thumb .button-group button {
    width: 100%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.openmodal {
	cursor: pointer;
}
.tablesm td { padding: .25rem; }

label.required-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

.range input[type=range] {
	-webkit-appearance: none;
	display: block;
	width: 100%;
	height: 10px;
	border-radius: 5px;
	cursor: pointer;
}
.range input[type=range]:focus { outline: none; }
.range input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #0075ff;
}
.range { position: relative; width: 100%; height: 45px; padding-top: 24px; transition: 0s all; }
.range .start { position: absolute; top: 0px; left: 0px; }
.range .current { position: absolute; left: calc(50% - 20px); width: 40px; text-align: center; top: 0px; transition: 0s all; }
.range .end { position: absolute; top: 0px; right: 0px; }
input.required-input, select.required-input, textarea.required-input {
    border: 2px solid #de0300 !important;
}
.checkboxes { max-width: 1000px; }
.checkboxes span {
    padding: 10px 20px;
    background-color: #e1e1e1;
    color: #333;
    border-radius: 5px;
    border: 1px solid #b2b2b2;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
}
.checkboxes input:checked + span {
    background-color: #36702c;
    color: #FFF;
    border: 1px solid #212121 !important;
}
.checkboxes input {
    /* visibility: hidden; */
    width: 0px;
    height: 0px;
	position: absolute;
	top: 20px; 
	left: 20px;
	z-index: -1;
}
.checkboxes label {
	position: relative;
}
.reqfocus { border: 1px solid red; }
.activecat { background-color: #36702c; }
.loginform { 
	width: 400px;
}
.green { background-color: #b0efb0; }
.red { color: #ff0000; }
#cart {
    margin-bottom: 10px;
	width: 25%;
    min-width: 185px;
}
#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}

#menu {
	background-color: #23471d;
    min-height: 40px;
}
#menu ul {
	/*
	float: left;
	margin: 0px;
	*/
	list-style: none;
    max-width: 1200px;
    margin: 0 auto;
}
#menu ul li {
	line-height: 40px;
    display: inline-block;
    padding: 0px 20px;
    color: #FFF;
    cursor: pointer;
}
#footer {
	margin-top: 30px;
    padding-top: 30px;
    background-color: #303030;
    border-top: 1px solid #ddd;
    color: #e2e2e2;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 100;
}
#addToCart { 
	max-width: 600px;
	max-height: 90%;
	overflow: auto;
}
#addToCart .cart_add { margin-top: 35px; }
#addToCart .imgholder { float: right; display: inline-block; }
#addToCart .cart_price { font-size: 1.2rem; font-weight: bold; }
#addToCart h2, #addToCart ul, #addToCart .cart_price { display: inline-block; }
#addToCart input[type=number] { width: auto; }
#addToCart .cart_description { font-size: .9rem; margin-top: 15px; }

/*for qty buttons*/
.qtyBtnMainContainer {
	display: inline-block;
	margin-bottom: 20px;
	padding: 0 10px;
}
.qtyBtnMainContainer .name {
	margin: 0;
	padding: 5px 0;
}
.qtyContainer {
	/*width: 150px;
	height: 60px;*/
	background: white;
	border: 2px solid #c1c1c1;

	border-radius: 5px;
	font-size: 18px;
	padding: 5px;
}
.qty-input {
	height: 40px;
	width: 50px !important;
	padding: 0 5px;
	background: transparent;
	text-align: center;
	border: 2px solid gray;
	border-radius: 5px;
}
.qty-input:hover, .qty-input:focus {
	/*border: none;*/
	outline: none;
}
.qtyBtn {
	padding: 5px 20px;
	background: transparent;
	background: #f8f8f8;
	color: black;
	border-radius: 5px;
	font-weight: bold;
}
.qtyBtn:hover {
	background: #edf4ed;
}
.qtyBtnMainContainer .outOfStock {
	padding-top: 11px;
	font-size: 20px;
	color: #666;
}

#createCustomer .modalPara {
	
}
#createCustomer #modalPara .selectCustomerForm {
	margin-top: 20px;
}
#createCustomer #modalData .foundCustomers {
	background: lightgray;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}
#createCustomer #modalData .foundCustomers span {
	display: block;
	font-size: 14px;
}


@media screen and (max-width:1080px) {
	.col-lg-3 { width: 50%; max-width: 50%; }
	.product-thumb .caption { text-align: center; }
	.product-thumb .image { margin: 10px 0px; }
}
@media screen and (max-width:720px) {
	.loginform { width: 100%; }
	
}
@media screen and (max-width:640px) {
	.col-lg-3 { width: 100%; max-width: 100%; }
	.modalview .checkboxes span { height: 66px; }
}
@media screen and (max-width:575px) {
	.header .left { text-align: center; display: block; margin-bottom: 25px; width: 100%; }
	#cart { width: 100%; }
	#menu ul li {
		display: block;
		text-align: center;
		border-bottom: 1px solid rgb(113 132 109);
	}
}