/*
Theme Name: LadyLike
Version: 1.0
*/

/* End of file style.css */

body {
	padding: 50px 0 0 0;
	font-family: Tahoma;
}
.container {
	margin-bottom: 50px;
}
@media (min-width: 992px) {
	.container {
		width: 90%;
	}
}

.navmenu {
	padding-top: 50px;
}

.navbar {
	display: block;
	text-align: center;
}
.navbar-brand {
	display: inline-block;
	float: none;
}
.navbar-toggle {
	position: absolute;
	float: left;
	margin-left: 15px;
}

.container {
	max-width: 100%;
}

body.blank {
	padding: 0 0 0 0;
}
@media (min-width: 1px) {
	.navbar-toggle {
		display: block !important;
	}
}

@media (min-width: 992px) {
	body {
		padding: 0 0 0 200px;
	}
	.navmenu {
		padding-top: 0;
	}
	.navbar {
		display: none !important; /* IE8 fix */
	}
}
.nav .divider {
    background-color: #666;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
}

.hide2  {
	display: none;
}
.mb-10 {
	margin-bottom: 10px;
}
.mt-10 {
	margin-top: 10px;
}
.nowrap {
	white-space: nowrap;
}



input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.menu-button {
	padding: 5px 10px;
}
.btn-success-menu, .btn-success-menu:hover {
	background-color: #449d44 !important;
	border-color: #398439 !important;
	color: #fff !important;
}
.offcanvas-sm.in .navmenu-overlay {
	content: "";
	position: fixed;
	/*	width: 100%;
		height: 100%;*/
	background: rgba(0,0,0,0.75);
	/*pointer-events: none;*/
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.navbar-fixed-top {
	z-index: 1040;
}
.in .navmenu-nav {
	margin-top: 15px;
}

#loader-top {
	position: fixed;
	top: 0;
	left: 50%;
	background: #f39c12;
	width: 140px;
	height: 22px;
	z-index: 9980;
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin-left: -70px;
	display: none;
}
#loader-ok-top {
	position: fixed;
	top: 0;
	left: 50%;
	background: #18bc9c;
	width: 140px;
	height: 22px;
	z-index: 9990;
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin-left: -70px;
	display: none;
}
.product-amount-wrap {
	margin: 0 0 10px 0;
	background: #FFFFD8;
	padding: 5px 0;
}
.product-amount-input {
	max-width: 170px;
}
.product-amount-input .amount-input {
	text-align: center;
	background: #fff;
}
.product-amount-input .amount-input:read-only {
	background: #eee;
}
.product-amount-input .amount-minus,
.product-amount-input  .amount-plus {
	cursor: pointer;
}
.btn-group .active {
	font-weight: bold;
}
.text-fade {
	opacity: 0.5;
	font-weight: normal;
}
hr.dashed {
	height: 0px;
	border-top: 1px dashed #cccccc;
}
.show-order-note {
	display: inline-block;
}
.order-product-items {
	list-style: none;
	padding: 0;
	margin: 0;
	/*white-space: nowrap;*/
}
.order-product-items .label {
	padding: 1px 5px;
}
.order-product-items li {
	margin-bottom: 3px;
}
.order-note-text {
	color: #a94442;
	font-size: 13px;
	border: 1px dashed #a94442;
	padding: 0 5px;
}
.right .dropdown-menu {
	left: auto;
	right: 0;
}
.cell-xs {
	width: 150px !important;
	min-width: 150px !important;
}
.text-orange {
	color: #D97E00;
}
.table-pending-orders tr td:nth-child(4), .table-pending-orders tr th:nth-child(4) {
	display: none;
}

.table-orders tr td:nth-child(1), .table-orders tr th:nth-child(1) {
	display: none;
}
.card {
	border: 1px solid #666;
	margin-bottom: 15px;
}
.card-title {
	padding: 5px 10px;
	background: #666;
	color: #fff;
}
.card-desc {
	padding: 5px 10px;
	text-align: right;
	font-size: 150%;
	font-weight: bold;
}

.card.card-success {
	border-color: #398439;
}
.card.card-success .card-title {
	background-color: #449d44;
}
.card.card-primary {
	border-color: #2e6da4;
}
.card.card-primary .card-title {
	background-color: #337ab7;
}
.card.card-warning {
	border-color: #d58512;
}
.card.card-warning .card-title {
	background-color: #ec971f;
}


.tablesorter-header {
	cursor: pointer;
	outline: none;
}

.tablesorter-header.nosort i.tablesorter-icon {
	display: none !important;
}
.tablesorter-header i.tablesorter-icon {
	display: inline-block;
	font-family: FontAwesome;
	font-feature-settings: normal;
	font-kerning: auto;
	font-language-override: normal;
	font-size: inherit;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-synthesis: weight style;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-rendering: auto;
	padding-left: 5px;
}
.tablesorter-header.tablesorter-headerUnSorted i.tablesorter-icon:before {
	content: "\f0dc";
}
.tablesorter-header.tablesorter-headerAsc i.tablesorter-icon:before {
	content: "\f0de";
}
.tablesorter-header.tablesorter-headerDesc i.tablesorter-icon:before {
	content: "\f0dd";
}

.send-message-checkbox {

}
.send-message-checkbox label {
	font-weight: normal;
}
.easy-autocomplete-container {
	z-index: 20;
}
.menu-caption {
	font-size: 12px;
	font-weight: bold;
	color: #ffff00;
	padding: 5px 10px;
}
.menu-head {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	padding: 0px 10px;
}
.text-lg, .text-lg .label {
	font-size: 16px;
}

.btn-group.readonly label.btn {
    pointer-events: none;
    cursor: not-allowed;
}
.btn-group.readonly label.btn.active {
    opacity: 1;
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

p.tracking-number {
	font-size: 12px;
}

.form-control.has-error {
	border: 2px solid #FF0000;
	background-color: #ffc5c5 !important;
}




/*********************** PRINT ****************************/
@page {
	size: A4;
	/*margin: 0;*/
}
@media print {
	html, body {
		width: 210mm;
		height: 297mm;
		font-family: Tahoma;
		font-size: 14px;
		margin: 0 !important;
		padding: 0 !important;
		-webkit-print-color-adjust: exact;
	}
	.print-order-item {
		page-break-inside: avoid;
	}
}
	.print {
		font-family: Tahoma;
		font-size: 14px;
		width: 210mm;
		height: 297mm;
		margin: 0 !important;
		padding: 0 !important;
		color: #000000 !important;
	}
	.print-order-item {
		border-bottom: 2px dashed #000;
		/*border-left: 2px dashed #000;*/
		border-right: 2px dashed #000;
		min-height: 40mm;
		position: relative;
		width: 140mm;
/*		overflow: hidden;
		border: 1px solid red;*/
	}
	.print-order-item .col {
		float: left;
	}
	.print-order-item .col .pad {
		padding: 2mm;
		position: relative;
		min-height: 40mm;
	}
	.print-order-item .col-1 {
		width: 30%;
		font-size: 14px;
	}
	.print-order-item .col-2 {
		width: 50%;
	}
	.print-order-item .col-3 {
		width: 20%;
		text-align: right;
	}
	.print-order-item .col-3-1, .print-order-item .col-3-2 {
		width: 45%;
		position: relative;
	}
	.print-order-item .col-3-2 {
		width: 55%;
		position: relative;
	}
	.print-order-item .label {
		background: none;
		border: 1px solid #000;
		color: #000;
	}
	.print-order-item .order-number {
		margin-bottom: 10px;
	}
	.print .text-name {
		font-size: 17px;
		font-weight: bold;
	}
	.print .text-address {
		font-size: 12px;
		margin-bottom: 4px;
	}
	.print .text-phone {
		font-size: 26px;
		margin-bottom: 0;
	}
	.print .text-cod {
		font-size: 12px;
		font-weight: bold;
		border: 1px solid #000;
		text-align: center;
		left: 0;
		right: 0;
		margin: 0px 0 5px 0;
	}
	.print .text-cod .title {
		background: #000 !important;
		color: #fff !important;
		letter-spacing: 1mm;
	}
	.print .text-cod .price {
		font-size: 18px;
	}
	.print .text-cod .price span {
		font-size: 16px;
		font-weight: normal;
		display: block;
		line-height: 1;
		margin-bottom: 2mm;
	}
	.print .order-product-items .label {
		padding: 0 6px;
		font-size: 100%;
	}
	.print .qrcode {
		width: 23mm;
		/*margin-left: 2mm;*/
	}
