@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
}
body {
	font-family: 'Montserrat';
	background-color: #FFFFFF;
 	margin: 0;
  	padding: 0;
}
#editcell {
	padding: 0 2%;
	width: 100%;
	box-sizing: border-box;
}
.sheet {
	padding-left: 50px;
}
.fa-2x {
	font-size: 2em;
}
.fa {
	position: relative;
	display: table-cell;
	width: 50px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	font-size:20px;
}
.fa-st {
	font-size:28px !important;
}
.main-menu:hover,nav.main-menu.expanded {
	width:240px;
	overflow:visible;
}
.main-menu {
	background:#F6F9F9;
	box-shadow: 8px 0px 8px rgba(0, 0, 0, 0.04);
	position:fixed;
	top:0;
	bottom:0;
	height:100%;
	left:0;
	width:50px;
	overflow:hidden;
	-webkit-transition:width .05s linear;
	transition:width .05s linear;
	-webkit-transform:translateZ(0) scale(1,1);
	z-index:1000;
}
.main-menu>ul {
	margin:7px 0;
}
.main-menu li {
	position:relative;
	display:block;
	width:250px;
}
.main-menu li>a {
	position:relative;
	display:table;
	border-collapse:collapse;
	border-spacing:0;
	color:#555D64;
	 font-family: arial;
	font-size: 16px;
	text-decoration:none;
	-webkit-transform:translateZ(0) scale(1,1);
	-webkit-transition:all .1s linear;
	transition:all .1s linear;
}
.main-menu .nav-icon {
	position:relative;
	display:table-cell;
	width:60px;
	height:36px;
	text-align:center;
	vertical-align:middle;
	font-size:18px;
}
.main-menu .nav-text {
	position:relative;
	display:table-cell;
	vertical-align:middle;
	width:190px;
	font-family: 'Montserrat', sans-serif;
}
.main-menu>ul.logout {
	position:absolute;
	left:0;
	bottom:0;
}
.no-touch .scrollable.hover {
	overflow-y:hidden;
}
.no-touch .scrollable.hover:hover {
	overflow-y:auto;
	overflow:visible;
}
a:hover,a:focus {
	text-decoration:none;
}
nav {
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
}
nav ul,nav li {
	outline:0;
	margin:0;
	padding:0;
}
.main-menu li:hover>a,nav.main-menu li.active>a,.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus,.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,.dashboard-page nav.dashboard-menu ul li.active a {
	color:#fff;
	background-color:#02644C;
}
.page-header {
	font-family: 'Montserrat';
	background: #F0F0F0;
	padding: 30px;
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 32px;
	color: #555D64;
	margin: 0;
	position: fixed;
	top: 0;
	width: calc(100% - 50px);
	z-index: 999;
	-webkit-box-shadow: 0px 11px 16px -7px rgba(0, 0, 0, 0.36);
-moz-box-shadow: 0px 11px 16px -7px rgba(0, 0, 0, 0.36);
box-shadow: 0px 11px 16px -7px rgba(0, 0, 0, 0.36);
}
.postcontent {
	margin-top: 140px;
}
.header-text {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	font-family: 'Montserrat', sans-serif;
}
#clock {
    font-family: 'Montserrat', sans-serif;
    color: #555D64;
    font-size: 24px !important;
    text-align: right;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}
.login {
	width: 300px;
	margin: 0 auto;
	text-align: center;
}
.login .control-group {
	margin: 15px auto;
}
.login .control-label {
	text-align: center;
}
.login-logo {
	text-align: center;
	margin: 50px auto;
}

.crm-table {
	width: 100%;
	border: none;
	margin: 20px 0;
	font-family: 'Montserrat', sans-serif;
    color: #555D64;
}
.crm-table thead th {
	font-weight: bold;
	text-align: left;
	border: none;
	padding: 10px 15px;
	background: #d8d8d8;
	font-size: 16px;
}
.crm-table thead input {
	font-weight: normal;
	text-align: left;
	border: none;
	padding: 5px;
	font-size: 14px;
}
.crm-table thead tr th:first-child {
	
}
.crm-table thead tr th:last-child {
	
}
.crm-table tbody td {
	text-align: left;
	border: none;
	padding: 10px 15px;
	font-size: 14px;
	vertical-align: top;
}
.crm-table tbody tr:nth-child(even){
	background: #f3f3f3;
}
.crm-table tbody tr td:first-child {
	border-radius: 8px 0 0 8px;
}
.crm-table tbody tr td:last-child {
	border-radius: 0 8px 8px 0;
}
.crm-order {
	width: 100%;
	border: none;
	margin: 20px 0;
	font-family: 'Montserrat', sans-serif;
    color: #555D64;
}
.crm-order thead th {
	font-weight: bold;
	text-align: left;
	border: none;
	padding: 10px 15px;
	background: #d8d8d8;
	font-size: 16px;
}
.crm-order thead input {
	font-weight: normal;
	text-align: left;
	border: none;
	padding: 5px;
	font-size: 14px;
}
.crm-order tbody td {
	text-align: left;
	border: none;
	padding: 10px 15px;
	font-size: 14px;
	vertical-align: top;
}
.crm-order tbody tr td:first-child {
	border-radius: 8px 0 0 8px;
}
.crm-order tbody tr td:last-child {
	border-radius: 0 8px 8px 0;
}
.modal-inner {
	padding: 30px;
	box-sizing: border-box;
	overflow: hidden;
	max-width: 400px;
}
.modal-inner button.close {
	font-size: 16px;
	background: #d8d8d8;
	color: #000000;
	padding: 10px;
	border-radius: 10px;
	opacity: 0.8;
}
a.btn-primary {
    color: #fff;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    background-color: #02644C !important;
    border-color: #02644C !important;
}
.btn-primary {
    color: #fff;
    background-color: #02644C !important;
    border-color: #02644C !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #02644C;
    border-color: #02644C;
}
.modal-inner h1 {
    font-family: 'Montserrat';
    background: #F0F0F0;
    padding: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 32px;
    color: #555D64;
    margin: 0 0 20px 0;
    position: relative;
}
.modal-inner-label-stage {
	font-weight: bold;
    text-align: left;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    overflow: hidden;
    display: block;
    float: left;
    width: 45%;
}
.modal-inner-input-stage {
    text-align: left;
	display: block;
    float: left;
    width: 45%;
}
.modal-inner-label {
	font-weight: bold;
    text-align: left;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    overflow: hidden;
}
.modal-inner-input {
    text-align: left;

}
.modal-inner-input input, select {
	text-align: left;
    padding: 5px;
    font-size: 15px;
    width: 100%;
}
.modal-inner-task {
	margin: 20px auto; 
}
.modal-inner-task button {
	color: #fff;
    background-color: #2AB94F;
    border-color: #2AB94F;
    padding: 10px;
    border: 0;
    border-radius: 5px;
    font-size: 16px;
    margin-left: 15px;
}
.modal-inner input.error {
    border-color: #e01b3e;
    color: #e01b3e;
}
.modal-inner .error-message {
    color: #e01b3e;
    font-size: 80%;

}
.error-message {
    color: #e01b3e;
    font-size: 80%;

}
.datepicker {
	position: absolute !important;
	background: #FFFFFF !important;
	box-shadow: 0px 20px 25px rgba(2, 100, 76, 0.2) !important;
}
.now-status {
	padding: 5px 10px;
	color: #FFFFFF;
	background-color: #02644C;
	display: block;
	float: left;
	border-radius: 3px;
}
.now-status-order {
	padding: 5px 10px;
	color: #000000;
	display: block;
	border-radius: 3px;
}
.now-state {
	padding: 5px 10px;
	color: #FFFFFF;
	background-color: #02bd34;
	display: block;
	float: left;
	border-radius: 3px;
}
.set-status {
	display: block;
	float: right;
	padding: 5px 0;
}
.add-paid-but {
	display: block;
	float: left;
	padding: 0;
}
.set-status a {
	margin: 0 3px;
}
#mceu_30, #mceu_23, #mceu_24, #mceu_25, #mceu_26, #mceu_27, #mceu_28, #mceu_29, .toggle-editor .btn-group {
	display: none !important; 
}
.fs-crm {
	width: 100%;
	max-width: 463px;
	display: block;
	float: left;
	padding: 0 20px 20px 20px;
	box-sizing: border-box;
	margin: 2%;
	border: solid 3px #F0F0F0;
}
fieldset legend {
	font-family: 'Montserrat';
	background: #F0F0F0;
	padding: 10px;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	color: #555D64;
	margin: 0 0 20px 0;
	position: relative;
}


.form_radio_btn {
	display: inline-block;
	margin-right: 10px;
}
.form_radio_btn input[type=radio] {
	display: none;
}
.form_radio_btn label {
	display: inline-block;
	cursor: pointer;
	padding: 0px 15px;
	line-height: 34px;
	border: 1px solid #999;
	border-radius: 6px;
	user-select: none;
}
 
/* Checked */
.form_radio_btn input[type=radio]:checked + label {
	background: #02644C;
	color: #FFFFFF;
}
 
/* Hover */
.form_radio_btn label:hover {
	color: #FFFFFF;
	background: #02644C;
}
 div.pagination p.counter
{
  display: inline-block;
  margin: 0 0.3em 0 0;
  padding: 0;
  background: none;
}

div.pagination ul, div.pagination ul li, div.pagination ul > li:before
{
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0 0.3em;
  background: none;
  content: normal;
}
div.pagination ul, div.pagination ul li, div.pagination ul > li:active
{
  color: #02644C;
  font-weight: bold;
  font-size: 16px;
}
.pull-right {
    float: initial !important;
}
.filter-block select {
	width: 230px;
	margin-bottom: 20px;
}
.filter-block fieldset {
	width: 100%;
	padding: 0 20px 20px 20px;
	box-sizing: border-box;
	border: solid 3px #F0F0F0;
}
.filter-block fieldset legend {
	font-family: 'Montserrat';
	background: #F0F0F0;
	padding: 10px;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	color: #555D64;
	position: relative;
}
.desc-w {
	width: 45%;
	display: block;
	float: left;
	min-width: 320px;
	margin-right: 2%;
}
.desc-m fieldset {
	width: 50%;
	min-width: 800px;
	display: block;
	float: left;
	padding: 0 20px 20px 20px;
	box-sizing: border-box;
	margin: 2%;
	border: solid 3px #F0F0F0;
}
.desc-m fieldset.fs-crm-d {
	width: 29%;
	min-width: 300px;
	display: block;
	float: left;
	padding: 0 20px 20px 20px;
	box-sizing: border-box;
	margin: 2%;
	border: solid 3px #F0F0F0;
}
.desc-m .table-scroll {
	height: 450px;
	overflow-y: scroll;
}

.tabs {
	min-width: 320px;
	max-width: 100%;
	padding: 0px;
	 margin: 0 auto;
}

.tabs>section {
	display: none;
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
}
.tabs>section>div {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
.tabs2 {
	min-width: 320px;
	max-width: 100%;
	padding: 0px;
	 margin: 0 auto;
}

.tabs2>section {
	display: none;
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
}
.tabs2>section>div {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
        from {
                opacity: 0;
        }
        to {
                opacity: 1;
        }
}
@keyframes fadeIn {
        from {
                opacity: 0;
        }
        to {
                opacity: 1;
        }
}

.tabs>input {
	display: none;
	position: absolute;
}
.tabs>label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 15px 25px;
	font-weight: 600;
	text-align: center;
	color: #aaa;
	border: 0px solid #ddd;
	border-width: 1px 1px 1px 1px;
	background: #f1f1f1;
	border-radius: 3px 3px 0 0;
}
 
.tabs>label:hover {
	color: #888;
	cursor: pointer;
}

.tabs>input:checked+label {
	color: #555;
	border-top: 1px solid #009933;
	border-bottom: 1px solid #fff;
	background: #fff;
}
.tabs2>input {
	display: none;
	position: absolute;
}
.tabs2>label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 15px 25px;
	font-weight: 600;
	text-align: center;
	color: #aaa;
	border: 0px solid #ddd;
	border-width: 1px 1px 1px 1px;
	background: #f1f1f1;
	border-radius: 3px 3px 0 0;
}
 
.tabs2>label:hover {
	color: #888;
	cursor: pointer;
}

.tabs2>input:checked+label {
	color: #555;
	border-top: 1px solid #009933;
	border-bottom: 1px solid #fff;
	background: #fff;
}
#tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3 {
	display: block;
}
#tab11:checked~#content-tab11, #tab12:checked~#content-tab12, #tab13:checked~#content-tab13, #tab14:checked~#content-tab14 {
	display: block;
}

@media screen and (max-width: 680px) {
	.tabs>label {
		font-size: 0;
	}
	.tabs>label:before {
		margin: 0;
		font-size: 18px;
	}
	.tabs2>label {
		font-size: 0;
	}
	.tabs2>label:before {
		margin: 0;
		font-size: 18px;
	}
}

@media screen and (max-width: 400px) {
	.tabs>label {
		padding: 15px;
	}
	.tabs2>label {
		padding: 15px;
	}
}

.checkbox-stage {
	display: inline-block;    
	height: 28px;    
	line-height: 28px;      
	margin-right: 10px;       
	position: relative;
	vertical-align: middle;
	font-size: 14px;
	user-select: none;	
}
.checkbox-stage .checkbox-stage-switch {
	display: inline-block;	
	width: 36px;
	height: 14px;	
	border-radius: 20px;
	position: relative;
	top: 6px;			
	vertical-align: top;
	background: #9f9f9f;
	transition: .2s;
}
.checkbox-stage .checkbox-stage-switch:before {
	content: '';
	display: inline-block;	
	width: 20px;	
	height: 20px;
	position: absolute;
	top: -3px;
	left: -1px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 3px 1px -2px rgba(0,0,0,0.2), 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12);
	transition: .15s;		
}
.checkbox-stage input[type=checkbox] {
	display: block;	
	width: 0;
	height: 0;	
	
	opacity: 0;
}
.checkbox-stage input[type=checkbox]:checked + .checkbox-stage-switch {
	background: #B798F6;
}
.checkbox-stage input[type=checkbox]:checked + .checkbox-stage-switch:before {
	background: #02644C;
	transform:translateX(18px);
}
.checkbox-stage input[type="checkbox"]:not(:disabled) + .checkbox-stage-switch {
	cursor: pointer;
	border-color: rgba(0, 0, 0, .3);
}
.checkbox-stage input[type="checkbox"]:not(:disabled):active + .checkbox-stage-switch:before, 
.checkbox-stage input[type="checkbox"]:not(:disabled):focus + .checkbox-stage-switch:before {
	animation: checkbox-active-on 0.5s forwards linear;
}
@keyframes checkbox-active-on {
	0% {
		box-shadow: 0 0 0 0 rgba(212,212,212, 0);
	}
	99% {
		box-shadow: 0 0 0 10px rgba(212,212,212, 0.5);
	}
}
.checkbox-stage input[type="checkbox"]:not(:disabled):checked:active + .checkbox-stage-switch:before, 
.checkbox-stage input[type="checkbox"]:not(:disabled):checked:focus + .checkbox-stage-switch:before {
	animation: checkbox-active-off 0.5s forwards linear;
}
@keyframes checkbox-active-off {
	0% {
		box-shadow: 0 0 0 0 rgba(154,190,247, 0);
	}
	99% {
		box-shadow: 0 0 0 10px rgba(154,190,247, 0.5);
	}
}
.checkbox-stage input[type=checkbox]:disabled + .checkbox-stage-switch {
	filter: grayscale(60%);
	border-color: rgba(0, 0, 0, .1);
}
.checkbox-stage input[type=checkbox]:disabled + .checkbox-stage-switch:before {
	background: #eee;
}
.modal-inner-label-stage-bl {
	width: 100%;
	overflow: hidden;
}
.stage-bl-orders {
	width: 348px;
}
.stage-bl-orders-item {
	padding: 3px;
	border: solid 1px #d8d8d8;
	background-color: #d8d8d8;
	display: block;
	float: left;
	width: 110px;
	margin: 3px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
}
.search-input {
	width: 400px;
	position: absolute;
	right: 300px;
	top: 35px;
}
.search-input input {
	width: 300px;
	font-size: 18px;
	border-radius: 10px;
	border: solid 1px #02644C;
}
.search-input button {
	border-radius: 10px;
	border: none;
	font-size: 18px;
	background-color: #02644C;
	color: white;
}
span.highlight {
    background-color: #2AB94F !important;
    font-weight: bold;
    padding: 1px 0;
}
@keyframes donut-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.donut {
  display: inline-block;
  border: 6px solid rgba(0, 0, 0, 0.1);
  border-left-color: #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: donut-spin 1.2s linear infinite;
}
.prodsavtb {
	width: 100%;
	border-bottom: solid 1.5px #333;
	padding: 5px 0;
	box-sizing: border-box;
	font-size:15px;
}
.prodsavtb-l {
	width: 39%;
	box-sizing: border-box;
	display: block;
	font-weight: normal;
	display: inline-block;
}
.prodsavtb-c {
	width: 29%;
	box-sizing: border-box;
	display: block;
	font-weight: bold;
	display: inline-block;
}
.prodsavtb-r {
	width: 29%;
	box-sizing: border-box;
	display: block;
	font-weight: bold;
	display: inline-block;
	text-align: right;
}
a.prodname {
	font-size: 16px;
}
.modal-inner-img-block {
	display: inline-block;
	width: 19%;
	box-sizing: border-box;
}
.tabs {
	min-width: 300px;
	max-width: 100%;
	padding: 0px;
	margin: 40px auto;
}
.tabs>section {
	display: none;
	padding: 15px 0;
}
.tabs>section>p {
	margin: 0 0 5px;
	line-height: 1.5;
	color: #383838;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.tabs>input {
	display: none;
	position: absolute;
}
.tabs>label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 15px 25px;
	font-weight: 600;
	text-align: center;
	color: #000000;
	border: 3px solid #E6F9F4;
	background: #E6F9F4;
	width: 100px;
	height: 150px;
	vertical-align: top;
}
.tabs>label:before {
	font-family: fontawesome;
	font-weight: normal;
	margin-right: 10px;
}
.tabs>label[for*="1"]:before {
	
}
.tabs>label[for*="2"]:before {
	
}
.tabs>label[for*="3"]:before {
	
}
.tabs>label[for*="4"]:before {
	
}
.tabs>label[for*="5"]:before {
	
}
.tabs>label[for*="6"]:before {
	
}
.tabs>label:hover {
	color: #888;
	cursor: pointer;
}
.tabs>input:checked+label {
	border: 3px solid #02644C;
}
#tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3, #tab4:checked~#content-tab4, #tab5:checked~#content-tab5, #tab6:checked~#content-tab6 {
	display: block;
}
@media screen and (max-width: 680px) {
	.tabs>label {
		font-size: 14px;
		    padding: 5px !important;
	}
	.tabs>label:before {
		margin: 0;
		font-size: 14px;
	}
}
@media screen and (max-width: 400px) {
	.tabs>label {
		padding: 15px;
	}
}
}
.divider-panel {
    position: fixed;
    display: none;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(25,25,25,0.5803921568627451);
	opacity: 0;
	-webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
	cursor: pointer;
}
.divider-show {
	opacity: 1;
	display: block;
}
.cd-panel-content {
    position: fixed;
    top: 0;
    right: -640px;
    width: 90%;
    max-width: 450px;
    height: 100vh;
    background: white;
    padding: 40px 25px;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 10000000002;
    -webkit-transition: right 0.3s ease-out 0.3s;
    -moz-transition: right 0.3s ease-out 0.3s;
    -o-transition: right 0.3s ease-out 0.3s;
    transition: right 0.3s ease-out 0.3s;
}
.cd-show {
	right: 0;
	-webkit-transition: right 0.3s ease-out 0.3s;
    -moz-transition: right 0.3s ease-out 0.3s;
    -o-transition: right 0.3s ease-out 0.3s;
    transition: right 0.3s ease-out 0.3s;
}
.side-button {
	font-size: 50px;
	border-radius: 20px;
	position: absolute;
	z-index: 1;
	top: 8px;
	right: 8px;
	cursor: pointer;
	transform: rotate(45deg);
	color: #555555;	
	transition: all 280ms ease-in-out;	
}
.side-prop td {
	padding: 3px 10px 3px 0;
}
.jshop-price-table  {
	
}

.jshop-price-table th {
	background-color: #02644C;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	padding: 20px;
	font-weight: 700;
}
.jshop-price-table-cname {
	text-align: center;
	padding: 25px 0;
	font-size: 24px;
	font-weight: 700;
}
.jshop-price-table-tr {
	font-size: 14px;
}
.buy-button-link {
	color: #DB700E;
	font-weight: bold;
	font-size: 16px;
	padding: 7px 17px;
	background-color: #FFFFFF;
	border: 1px solid #DB700E;
	cursor: pointer;
}
.jshop-price-table-tr td {

	padding: 0 20px;

}
.mcp-bl {
	width:140px;
	height: 35px;
}
.minus-button-link, .count-bl, .plus-button-link {
	height: 35px;
	display: block;
	float: left;
	background: #FFFFFF;
	border: 1px solid #676767;
	box-sizing: border-box;
}
.minus-button-link, .plus-button-link {
	width: 35px;
	cursor: pointer;
	line-height: 35px;
	font-size: 16px;
	font-weight: 700;
}
.plus-button-link {
	color: #FF7A00;
}

.count-bl, {
	width: 70px;
}
.count-bl input {
	border: none;
	padding: 10px;
	width: 48px;
	height: 32px;
	text-align: center;
	font-size: 16px;
}
.zakaz-button-link {
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	line-height: 40px;
	color: #FFFFFF;
	padding: 13px 18px;
	background-color: #DB700E;
}
.tab-but-bl {
	display: block;
	float: right;
	margin: 0 15px;
}
.pr-bt-print {
	background: url('/images/print-ico.png') left center no-repeat;
	height: 45px;
	padding-left: 40px;
	line-height: 45px;
}
.pr-bt-print a {
	font-size: 14px;
	color: #000000 !important;
	font-weight: bold;
	text-decoration: none !important;
}

.catalog-cats {
	width:100%;
	text-align: center;
}
.catalog-cat-item {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	color: #032C29;
	width: 120px;
	margin: 0 15px;
	padding: 15px;
	display: block;
	float: left;
	height: 140px;
	background: #F2F2F2;
	border-radius: 10px;
	margin-bottom: 20px;
}
.catalog-cat-item:hover {
	background: #FFFFFF;
	box-shadow: 0px 20px 25px rgba(2, 100, 76, 0.2);
}

.catalog-prd-list {
	width:100%;
	max-width: 1000px;
	text-align: center;
	display: block;
	float: left;
	padding-bottom: 50px;
}
.catalog-prd-filter {
	width:100%;
	max-width: 400px;
	text-align: center;
	display: block;
	float: left;

	
}
.catalog-prd-filter-items {
	padding: 35px 20px;
	background: rgba(238, 238, 238, 0.8);
	border-radius: 10px;
	
}
.ui-widget.ui-widget-content {
    background: #FCFCFC;
	border-radius: 15px;
	border: 0px;
	height: 6px;
}
.ui-state-default, .ui-widget-content .ui-state-default {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
	border-radius: 50%;
	border: 1px solid #02644C;
	background: #02644C;
	cursor: pointer;
}
.ui-slider-horizontal .ui-slider-range {
	background: #02644C;
}
.ui-slider .ui-slider-handle {
    width: 0.9em;
    height: 0.9em;
}
.catalog-prd-filter-item-name {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	text-align: center;
	width: 100%;
	margin: 10px 0 25px 0;
}
.catalog-prd-filter-item-val {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #424141;
}
.catalog-prd-filter-item-val-l {
	display: block;
	float: left;
}
.catalog-prd-filter-item-val-r {
	display: block;
	float: right;
}
.catalog-prd-filter-name {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	padding: 20px;
	color: #DB700E;
	text-align: left;

}
.catalog-prd-list-item {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	color: #032C29;
	width: 200px;
	margin: 20px 8px;
	padding: 30px 15px;
	display: block;
	float: left;
	box-shadow: 0px 20px 25px rgba(2, 100, 76, 0.2);
	background: #FFFFFF;
}
.catalog-relprd-list-item {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	color: #032C29;
	width: 200px;
	margin: 20px 8px;
	padding: 30px 15px;
	display: block;
	float: left;

	background: #FFFFFF;
}
.catalog-prd-list-item:hover {

	
}
.catalog-prd-list-item-name {
	font-family: Montserrat;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 22px;
height: 110px;
color: #000000;
}

.catalog-prd-list-item-sim {
	font-family: Montserrat;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 154.9%;
/* identical to box height, or 22px */


color: #02644C;
}
.fbutton {
	background: #DB700E;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	width: 100%;
	margin: 30px 0 15px 0;
	padding: 10px;
	border: none;
	cursor: pointer;
}
.cbutton {
	background: transparent;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #DB700E;
	width: 100%;
	border: none;
	cursor: pointer;
}
.catalog-name {
	font-family: Montserrat;
font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 44px;
margin-bottom: 40px;
color: #000000;
}
.popup-gallery {
	max-width: 350px;
	width: 100%;
	text-align: center;
	display: block;
	float: left;
	box-sizing: border-box;
	overflow: hidden;

}
.jshop-product-price {
	display: block;
	float: left;
	box-sizing: border-box;
	padding: 15px;
	max-width: 330px;
	width: 100%;
	margin: 0 20px;
	background: rgba(230, 251, 246, 0.9);
	overflow: hidden;
}
.jshop-product-price-name {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
	text-align: center;
	width: 100%;
	margin: 20px 0 30px 0;
}
.jshop-product-price-item {
	margin-bottom: 20px;
	
}
.jshop-product-img {
	margin: 0 0 10px 0;
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 15px;
}
.jshop-product-img2 {
	margin: 0 0 10px 0;
	background-color: #FFFFFF;
	display: block;
	float: left;
	width: 49%;
	box-sizing: border-box;
	padding: 15px;	
}
.jshop-product-img3 {
	margin: 0 0 10px 0;
	background-color: #FFFFFF;
	display: block;
	float: right;
	width: 49%;
	box-sizing: border-box;
	padding: 15px;
}
.jshop-product-price-item-name {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
}
.jshop-product-price-item-buy {
	padding-left: 100px;
}
.jshop-product-price-item-buy p {
	font-family: Montserrat;
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	margin: 5px 0;
}
.jppib-pcs {
	background: url('/images/pr-ico-pcs.png') left center no-repeat;
}
.jppib-plt {
	background: url('/images/pr-ico-pal.png') left center no-repeat;
}
.jppib-pkt {
	background: url('/images/pr-ico-pak.png') left center no-repeat;
}
.jppib-pktplt {
	background: url('/images/pr-ico-pp.png') left center no-repeat;
}
.jppib-spktplt {
	background: url('/images/pr-ico-spp.png') left center no-repeat;
}
.jppib-box {
	background: url('/images/pr-ico-box.png') left center no-repeat;
}
.properties-item {
	display: block;
	float: left;
	box-sizing: border-box;
	padding: 0 15px;
	max-width: 290px;
	width: 100%;
}
.catpt-items {
		display: block;
	float: left;
	box-sizing: border-box;
	padding: 0 15px;
	max-width: 400px;
	width: 100%;
}
.properties-item-dost {
	background: #FFFFFF;
	box-shadow: -5px 10px 45px rgba(0, 0, 0, 0.15);
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	text-align: center;
}
.properties-item-dost-name {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
}
.properties-item-dost-link{
	margin: 25px 0;
}
.properties-item-dost-paidtype {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
}
.properties-item-dost-paidimg {
	margin: 15px 0 0;
}
.properties-item-val {
	margin-top: 50px;
	width: 100%;
	overflow: hidden;
}
.properties-item-val-name {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 20px;
}
.properties-item-val-prop {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 35px;
	color: #000000;
}
.properties-item-val-prop td {
	border-bottom: dashed 1px #000000;
}
.product-item-right-komplekt {
	display: block;
	float: left;
	box-sizing: border-box;
	padding: 0 15px;
	max-width: 400px;
	width: 100%;
}
.jshop-product {
	overflow: hidden;
}
.jshop-product-desc {
	overflow: hidden;
}
.prod-tabs {
	min-width: 300px;
	max-width: 100%;
	padding: 0px;
	margin: 40px auto;
}
.prod-tabs>section {
	display: none;
	padding: 15px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 168.4%;
	color: #3A3A3A;
}
.prod-tabs>section>p {
	margin: 0 0 5px;

	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.prod-tabs>input {
	display: none;
	position: absolute;
}
.prod-tabs>label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 15px 25px;
	font-weight: 600;
	text-align: center;
	color: #797979;
	vertical-align: top;
	text-decoration: underline;
}
.prod-tabs>label:before {
	font-family: fontawesome;
	font-weight: normal;
	margin-right: 10px;
}
.prod-tabs>label[for*="1"]:before {
	
}
.prod-tabs>label[for*="2"]:before {
	
}
.prod-tabs>label[for*="3"]:before {
	
}
.prod-tabs>label[for*="4"]:before {
	
}
.prod-tabs>label[for*="5"]:before {
	
}
.prod-tabs>label:hover {
	color: #000000;
	cursor: pointer;
}
.prod-tabs>input:checked+label {
	color: #000000;
}
#tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3, #tab4:checked~#content-tab4, #tab5:checked~#content-tab5 {
	display: block;
}
@media screen and (max-width: 680px) {
	.prod-tabs>label {
		font-size: 14px;
		    padding: 5px !important;
	}
	.prod-tabs>label:before {
		margin: 0;
		font-size: 14px;
	}
}
@media screen and (max-width: 400px) {
	.prod-tabs>label {
		padding: 15px;
	}
}

.jshop-product-rel-name {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
	margin: 50px 0;
}
.error-mes-body {
	width: 300px;
	height: 150px;
	background: rgba(230, 251, 246);
	box-shadow: -5px 10px 45px rgba(0, 0, 0, 0.15);
	position: absolute;
	position: fixed;
	top: 20%;
	left: 50%;
	padding: 20px;
	margin-left: -170px;
	z-index: 99999;
	opacity: 1;
	border: solid 3px #196463;
	display: none;
}
.error-mes-body-code {
	width: 300px;
	height: 150px;
	background: rgba(230, 251, 246);
	box-shadow: -5px 10px 45px rgba(0, 0, 0, 0.15);
	position: absolute;
	position: fixed;
	top: 20%;
	left: 50%;
	padding: 20px;
	margin-left: -170px;
	z-index: 99999;
	opacity: 1;
	border: solid 3px #196463;
	display: none;
}

.error-mes-text {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	color: red;
	text-align: center;
	margin: 10px 0 30px 0;
}
.error-mes-but {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	padding: 13px 18px;
	background-color: #DB700E;
	width: 80px;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
}

.ordertablehead {
	width: 100%;
	overflow: hidden;
}
.ordertablehead-in {
	overflow: hidden;
	background-color: #02644C;
}
.ordertablehead-it  {
	background-color: #02644C;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	display: block;
	float: left;
	box-sizing: border-box;
	padding: 20px 5px;
}
.oth-1 {
	width: 24%;
}
.oth-2 {
	width: 8%;
}
.oth-3 {
	width: 16%;
}
.oth-4 {
	width: 10%;
}
.oth-5, .oth-6 {
	width: 7%;
}
.oth-7, .oth-8 {
	width: 14%;
}

.ordertablebodycat {
	padding: 5px 0 5px 60px;
	margin: 2px 0;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 60px;
	color: #032C29;
	background: url('/images/arrow-d.png') 25px center no-repeat rgba(235, 252, 241, 0.9);
	cursor: pointer;
}
.ordertablebodycatfin {
	padding: 5px 0 5px 20px;
	margin: 2px 0;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
	color: #032C29;
	background: rgba(235, 252, 241, 0.9);
}

.count {
	font-size: 80%;
	font-weight: normal;
	opacity: .5;
}
.ordertablebodyprd {
	padding: 5px 0 5px 80px;
	margin: 2px 0;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 50px;
	color: #000000;
	background: url('/images/arrow-d.png') 45px center no-repeat #FFFFFF;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	border-bottom: solid 1px rgba(235, 252, 241, 0.9);
	cursor: pointer;
}
.ordertablebodyprdfin {
	padding: 5px 0 5px 30px;
	margin: 2px 0;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	background: #FFFFFF;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	border-bottom: solid 1px rgba(235, 252, 241, 0.9);

}
.poth-1 {
	width: 72%;
	box-sizing: border-box;
	display: block;
	float: left;
}
.poth-2 {
	width: 12%;
	box-sizing: border-box;
	display: block;
	float: left;
	text-align: center;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #02644C;

}
.ordertablebodyprdbuy {

	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 50px;
	color: #032C29;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	border-bottom: solid 1px rgba(235, 252, 241, 0.9);

}
.otpb {
	background-color: #F3F3F3;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: #032C29;
	text-align: center;
	line-height: 55px;
	display: block;
	float: left;
	box-sizing: border-box;
	padding: 0 5px;
	height: 55px;
}
.otpbfin {
	background-color: #F3F3F3;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: #032C29;
	text-align: center;
	line-height: 35px;
	display: block;
	float: left;
	box-sizing: border-box;
	padding: 0 5px;
	height: 35px;
}
.orderbuy-button-link {
	color: #DB700E;
	font-weight: bold;
	font-size: 14px;
	padding: 7px;
	background-color: #FFFFFF;
	border: 1px solid #DB700E;
	cursor: pointer;
	line-height: 20px;
	top: 10px;
	position: relative;
}
.order-buttons {
	width: 100%;
	margin: 30px 0;
	text-align: center;
}
.chekout-phone-name {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
	text-align: center;
	margin: 50px 0;
	width: 100%;
	
}
.chekout-phone-desc {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	text-align: center;
	margin: 10px 0;
	width: 100%;
	
}
.chekout-phone {
	text-align: center;
}
.modlgn-un {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #5E5E5E;
	padding: 10px 15px;
	box-sizing: border-box;
}
#datetime {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #5E5E5E;
	padding: 10px 15px;
	width: 270px;
}
.user-data {
	text-align: center;
}
.user-data input, select {
	width: 300px;
	margin: 10px 0;
}
.chekout-phone-input {
	width: 310px;
	margin: 0 auto;
}
.user-phone {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 29px;
	color: #000000;
}
.icon-calendar {
	background: url('/images/calendar.png') center center no-repeat;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 10px;
	right: 0;
}
#datetime_btn {
	position: absolute;
	width: 45px;
	height: 45px;
	padding: 0 !important;
	border: 0;
	background: transparent;
}
.cot-t {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	margin: 20px 0;
	color: #000000;
}
.fin-bl {
	width: 30%;
	min-width: 300px;
	box-sizing: border-box;
	padding: 15px;
	display: block;
	float: left;
	background-color: #D0F5EC;
	margin: 0 1%;
	min-height: 250px;
}
.fin-bl-name {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
	color: #000000;
	margin-bottom: 30px;
}
.orderfin {
	margin:15px 0;	
}
.finuser {
	font-size: 14px;
}
.order-done {
	font-size: 18px;
	margin: 20px 0;
}

.sbor-mes-body {
	width: 300px;
	height: 250px;
	background: rgba(230, 251, 246);
	box-shadow: -5px 10px 45px rgba(0, 0, 0, 0.15);
	position: absolute;
	position: fixed;
	top: 20%;
	left: 50%;
	padding: 20px;
	margin-left: -170px;
	z-index: 99999;
	opacity: 1;
	border: solid 3px #196463;
	display: none;
}
.sbor-mes-text {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	color: black;
	text-align: center;
	margin: 10px 0 10px 0;
}
.sbor-mes-link {
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	color: #FFFFFF;
	padding: 5px;
	background-color: #DB700E;
	width: 90%;
	margin: 15px auto;
	text-align: center;
	cursor: pointer;
}
.sbor-mes-link a {
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
.sbor-mes-but {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: red;
	padding: 13px 18px;
	width: 80px;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
}
.cat-description {
	width:100%;
	overflow: hidden;
}