@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 14px;
	line-height: 30px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
	margin: 0;
	padding: 0;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #000;
	border-bottom: 1px solid transparent;

}
a:focus{
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */

/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0;
}
.header_search {
	margin-right: 25px;
}
.header_search i {
	font-size: 20px;
}
.modal {
	/*position: absolute;*/
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 99999;
	bottom: inherit;
	min-width: 300px;
}
span.error_form {
	color: red;
}
/* search */
#search, #search-seller, #search-publish {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
	.alert-modal {
		display: flex;
		position: fixed;
		left: 0;
		right: 0;
		margin: 0 auto;
		max-width: 450px;
		top: 30%;
		z-index: 99;
		flex-direction: column;
		align-items: center;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
.common-home .modal-backdrop {
	left: inherit;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	.section-message {
		background: #f6f8f7;
		padding: 0 20px;
		/*height: 50vh;*/
	}
	.section-content-message {
		max-height: 35vh;
		overflow: auto;
	}
	.section-message {
		padding-top: 30px;
		padding-bottom: 15px !important;

	}
	.section-subscription {
		padding: 20px 20px !important;
	}
	.section-content-subscription {
		overflow: auto;
		height: 30vh;
	}

}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 30px 15px 30px 15px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0;
	padding: 0;
	margin-top: 40px;
	margin-bottom: 30px;
	border: none;
	background-color: transparent;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '/';
	padding-left: 5px;

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0b5730;
	background-image: linear-gradient(to bottom, #0b5730, #0b5730);
	background-repeat: repeat-x;
	border-color: #0b5730 #0b5730 #0b5730;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	position: relative;
	overflow: hidden;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
.newMessage span#chatMessageCount {
	position: absolute;
    top: -10px;
    right: 0;
    transform: translate(20%,-10%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 50px;
    font-size: 12px;
    background: #f45b0b;
    color: #fff;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
.single_product{
	position: relative;
	overflow: hidden;
}
.hot {
	position: absolute;
	left: 0px;
	background: red;
	padding: 0px 20px;
	line-height: 20px;
	color: #fff;
	z-index: 9;
}
.top_products-special {
	position: absolute;
	top: -15px;
	left: -15px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #e71414;
	border: 1px solid #fff;
	z-index: 1;
}
.top_products-special span.procent {
	font-size: 11px;
	position: absolute;
	bottom: 5px;
    right: 6px;
	color: #fff;
	font-weight: 700;
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
/*img category*/
.imgcategory .product-thumb.transition > h4 {
	padding-left: 10px;
}
.catalog_shipping {
	display: flex;
	justify-content: end;
	align-items: center;
	width: 100%;
}
.catalog_shipping label {
	width: 28%;
}
.catalog_shipping select {
	border: none;
	border-bottom: 1px solid #333;
}
.catalog_shipping .selectprod {
	width: 100%;
	margin-top: 15px;
}
/* account seller*/
.company {
	display: flex;
	align-items: center;
}
.name-company {
	margin-left:25px;
}
.section-balans {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
section.section {
	border-bottom: 1px solid #ccc;
}
/* page balans */
.vertical-flex {
	display: flex;
	align-items: center;
}
.section_sum, .send_sum {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* product */
.item-img {
	position:relative;
	border: 1px solid #ccc;
	width: 100px;
	height: 100px;
	border-radius: 12px;
	margin-right: 15px;
	cursor: pointer;
	overflow: hidden;
}
.delete-img {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #fff;
    padding: 0px 10px;
    border-radius: 0px 5px;
	    z-index: 9;
}
.delete-img i {
    color: red;
}
.list-img {
	display: flex;
	margin-bottom: 40px;
}
.list-img img {
	width: 100%;
	position:relative;
	z-index: 7;
}
.box-top, .box-hot, .box-one-page {
	visibility: hidden;
	opacity: 0;
	height: 0px;
	overflow: hidden;
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-o-transition: 1s ease;
	-ms-transition: 1s ease;
	transition: 1s ease;
}
.box-top.show-box, .box-hot.show-box, .box-one-page.show-box {
	visibility: visible;
	opacity: 1;
	height: auto;
	display: block;
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-o-transition: 1s ease;
	-ms-transition: 1s ease;
	transition: 1s ease;
	overflow: visible;
}
.status-product {
	background: green;
	color: #fff;
	padding: 0px 5px;
	display: block;
	font-size: 10px;
	position: absolute;
}
.status-product.green {
	background: green;
}
.status-product.red {
	background: red;
}
span.old-price {
	text-decoration: line-through;
}
/* special hot */
.line-sum, .box-total-result {
	display: flex;
	justify-content: space-between;
}

/* vacancy */
.item-vacancy {
	display: flex;
	flex-direction: column;
}
.other-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
}
.other-info.other-infonew{
	margin-top: 0;
	padding-bottom: 10px;
}
.other-info.other-inforight{
	justify-content: end;
}
.company-info {
	display: flex;
	align-items: center;
}
.company-name{
	padding-left: 10px;
}
.form-group-element.required:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
	position: absolute;
	right: 15px;
	top: 10%;
}
.form-group-element {
	margin-bottom: 15px;
	position: relative;
}
.information-vacancy.modal-open .modal {
	overflow-x: hidden;
	overflow-y: inherit !important;
}
.information-vacancy .modal-dialog{
	overflow: auto !important;
}
.attention-modal {
	position: absolute;
	z-index: 4;
	opacity: 0.4;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 100%;
	background: #fff;
	display: flex;
}
.attention-modal img {
	margin: 0 auto;
	left: 0;
	right: 0;
	background: #fff;
}

/* shop seller */
.main-informain {
	display: flex;
	align-items: center;
}
.nav-tabs {
	position: relative;
}
.nav-tabstop.nav-tabstopn li{
	/*width: 150px;*/
	text-align: center;
}
.btn-chat {
	position: absolute;
	right: 10px;
	top: 65px;
}
.btn_subscribe{
	position: absolute;
	top: 125px;
	right: 10px;
	cursor: pointer;
}
span.chat_yourMessageEdit {
	position: absolute;
	right: 5px;
	top: 0px;
	z-index: 9;
}
.chat_shortMessage {
	position: relative;
}
span.chat_yourMessageEdit i {
	color: gray;
	cursor: pointer;
}
.chat_chatName a {
	cursor: pointer;
}
.status_edit_message {
	color: red;
	font-size: 8px;
	line-height: 8px;
}
/*  right sidebar */
.right-slide-bar {
	margin-top: 25px;
	position: relative;
}
.section-message .title {
	text-align: center;
}

.chat_block{
	background: #f6f8f7;	
}
#chat_writeForm textarea{
	width: 100%;
	border: none;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 100px;
}
div#section-chat.show-chat {
	top: -100vh;
	position: absolute;
	overflow: auto;
	width: 100%;
	height: 100vh;
	background: #f6f8f7;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
div#section-chat.show-chat.in{
	top: 0%;
	position: absolute;
	padding: 30px 50px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.close-chat {
	position: absolute;
	right: 15px;
	top: 5px;
	cursor: pointer;
}
.close-chat i {
	color: #be3b25;
}
.chat_btn-send{
	width: 100%;
    background-color: #0b5730;
    color: #fff;
    font-weight: 600;
    border: none;
    height: 50px;
}
input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: none;
    display: inline-block;
    padding: 0 6px;
    cursor: pointer;
	background: #f45b0b;
	color: #fff;
	font-weight: 600;
}
.section-message{
	padding-top: 30px;
	padding-bottom: 30px;
}
#chatButton {
	position: relative;
}
/* .newMessage:before {
	content: '';
	min-width: 20px;
    height: 20px;
	position: absolute;
	top:0;
	right: 0;
	background: #f45b0b;
	border-radius: 100%;
} */
span.new-massage {
	font-weight: bold;
}
.btn-chat a{
	display: flex;
    align-items: end;
	justify-content: end;
    line-height: 1;
	cursor:pointer;
}

.btn-chat-admin {
	cursor:pointer;
	margin-left: 11px;
}
.delete_articlle {
	border: 1px solid #a94442;
	border-radius: 20px;
	padding: 10px 15px;
}
.btn-chat a svg{
	margin-right: 15px;
}
.section-account-user{
	background: #f6f8f7;
	padding: 30px 40px;
	display: flex;
    flex-direction: column;
}
.section-account-user a{
	margin: 5px 0;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
}
.section-account-user a svg{
margin-right: 15px;
width: 25px;
}
.chatmsgWrap{
	border-bottom: 1px solid #ddd;
    margin: 5px 0;
}
.chat_yourMessage1{
background: #e4e4e4;
margin-bottom: 5px;
padding-right: 25px;
}
.chat_yourMessage2{
margin-bottom: 5px;
}


/* search modal*/
.type-search {
	position: absolute;
	right: -420px;
	background: #fff;
	z-index: 9999;
	padding: 15px;
	border: 1px solid #ccc;
	min-width: 400px;
}
li.mainpage_item {
	position: relative;
}
.close-search {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

/* module right slidebar */
.item-notification {
	display: flex;
	justify-content: flex-start;
}
.time-notification {
	justify-content: space-between;
	flex-basis: 90px;
	flex-shrink: 0;
	font-weight: bold;
	margin-right: 10px;
	color: #0b5730;
}
.date-l,
.time-1{
	flex-basis: 45px;
	flex-shrink: 0;
}
.seller-info-box {
	display: flex;
	align-items: center;
	justify-content: start;
}
.logo-seller {
	margin-right: 15px;
}
.zone i {
	color: #f45b0b;
}
.buy_incity {
	cursor: pointer;
}.btn-modal-close{
	margin: 30px 0 20px 0;
}
.btn-modal-close .close {
	
	padding: 15px 45px;
	opacity: 1;
	background-color: #0b5730;
	color:white;
	border-radius: 30px;
	border:1px solid #0b5730;
}
.message_seller {
	border: 1px solid #0b5730;
	padding: 15px;
	margin-top: 20px;
	background: rgb(11 87 48 / 8%);
	text-align: justify;
}
.unlike svg .fil0 {
	fill: #0b572f !important;
}
.like svg .fil0 {
	fill: #34302E !important;
}
p.note {
	margin-top: -20px;
	margin-left: 30px;
}
button.pagbtn {
	border: 0;
	background: none;
	text-decoration: underline;
	margin: 0 auto;
	position: relative;
	width: 100%;
}
span.weight-product {
	font-size: 12px;
	color: #fff;
}
div#popup.show-modal {
	display: block !important;
}
#popup {
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	display: none;
	background-color: rgba(255, 255, 255, 0.4);
}
.verify-window {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 523px;
	height: 443px;
	margin-left: -262px;
	margin-top: -222px;
	overflow: hidden;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 0px 20px -4px rgb(0 0 0 / 16%);
}
.btnswrap {
	padding-top: 30px;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.button-yes, .button-no {
	background: #0b5730;
	padding: 12px 0;
	color: #fff;
	width: 70px;
	border: 2px solid #0b5730;
	border-radius: 30px;
	text-align: center;
	font-size: 1em;
	margin: 0 10px;
	cursor: pointer;
}
div#btn-subscribe-seller {
    cursor: pointer;
}
.mainpage_news-image iframe {
    border: 1px solid transparent;
}
.datepicker{
	z-index: 9999;
}
td.today.day {
	background: #0b5730 !important;
	color: #fff !important;
}
table tr td.active.active {
	background: #ff5800 !important;
	color: #fff !important;
}
td.day {
	line-height: 15px;
}
@media(max-width: 960px){
}
@media(min-width:768px){
	.section-message {
		max-height: 50vh;
		overflow-y: scroll;
		background: #f6f8f7;
		padding: 35px 20px;
	}
	#search-modal ul.nav.nav-tabs.nav-tabstop.nav-tabssearch {
		display: flex;
		justify-content: space-between;
	}
	#search-modal .nav-tabs>li {
		width: 100%;
		text-align: center;
	}
	.alert-modal {
		display: flex;
		position: fixed;
		left: 0;
		right: 0;
		margin: 0 auto;
		max-width: 450px;
		top: 30%;
		z-index: 99;
		flex-direction: column;
		align-items: center;
		-webkit-box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 20%);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 20%);
	}
}
#modal-agree {
	height: 80vh;
}
#modal-agree .modal-dialog{
	margin:0;
}
ul.nav.nav-tabs.nav-tabstop.nav-tabstopnew li a {
	font-size: 11px;
}
a.add_product {
	background: #005e36;
	color: #fff;
	border-radius: 20px;
	display: block;
	text-align: center;
	margin-top: 15px;
	padding: 3px 0px;
}