
/**
 * CSS
 */

:root {
	--bs-primary: #0d6efd;
}

html, body, div, dl, dt, dd, h1, h2, h3, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0;padding:0; }
ol, ul { margin:10px 0;padding:0 10px 0 30px; }
table { border-collapse:collapse;border-spacing:0; }
fieldset, img { border:0; }
:active, :focus { outline:0; }
acronym { cursor:help;border-bottom:1px dotted #ccc; }
button, label { cursor:pointer; }
textarea { overflow: auto; }
p { margin: 10px 0; }
img, iframe {vertical-align: middle;}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.none {
	height: 0;
	overflow: hidden;
}

h1 {
	font-size: 30px;
	/*font-weight: 100;*/
	margin: 0 0 20px 0;
	font-weight: normal;
}
h2 {
	font-weight: normal;
	margin-bottom: 15px;
}

/* Global */
html,
body {
	font: normal 14px 'Open Sans', sans-serif;
	color: #666;
	height: 100%;
	background-color: #fff;
}
a,
a:link,
a:visited {
	/*color: #428bca;*/
	color: #b63a28;
	text-decoration: underline;
}
a:active,
a:hover {
	color: #b63a28;
	text-decoration: none;
}

input,
textarea,
select,
button {
	color: #666;
}

table {
	font-size: 14px;
}
table th,
table td {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.ui-input,
.ui-input-date,
.ui-textarea,
.ui-select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px;
}
.ui-input,
.ui-textarea,
.ui-input-date {
	padding: 3px;
}
.ui-input-date {
	width: 80px;
}
.ui-checkbox {
	vertical-align: middle;
	margin-top: -3px;
}

.ui-input,
.ui-textarea,
.ui-select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px;
	font-family: Arial, Tahoma, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	padding: 4px 6px;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.ui-textarea {
	height: 100px;
}
.ui-input:focus,
.ui-textarea:focus,
.ui-select:focus {
	border-color: #999;
}
.ui-input,
.ui-select,
.ui-button {
	height: 32px;
}
.ui-select[size] {
	height: auto;
}
.ui-input-date {
	width: 90px !important;
}
.ui-checkbox {
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
	cursor: pointer;
}

.ui-form-error {
	/*color: #d00;*/
}
.ui-form-error .ui-input,
.ui-form-error .ui-textarea,
.ui-form-error .ui-select,
.ui-form-error .ui-checkbox-list {
	border: 1px solid #ff6666 !important;
	/*background: #fff3f3;*/
}

.ui-button {
	font-size: 12;
	background: #fff;
	text-transform: uppercase;
	padding: 0 12px;
	border: 1px solid #ddd;
	font-weight: bold;
	line-height: 32px;
	height: 32px;
}
.ui-button:hover,
.ui-button:active,
.ui-button.ui-button-action {
	background: #b63a28;
	border-color: #b63a28;
	color: #fff;
}

.ui-message {
	background: #fde7e7;
	color: #f0615b;
	border-radius: 3px;
	margin-bottom: 20px;
	padding: 10px;
	font-size: 14px;
	text-align: center;
}
.ui-message li {
	text-align: left;
}
.ui-message-error {
	background: #fde7e7 !important;
	color: #f0615b !important;
}
.ui-message-success {
	background:#ECF7E9 !important;
	color:#80C96D !important;
}
.ui-message-warning {
	background: #fff0e0 !important;
	color: #ff9a2e !important;
}
.ui-message-info {
	background: #e1f2fb !important;
	color: #37a5e4 !important;
}


.ui-table {
	width: 100%;
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
}
.ui-table th,
.ui-table td {
	border-bottom: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	padding: 10px;
}
.ui-table thead th,
.ui-table thead td {
	font-weight: bold;
}
.ui-table thead,
.ui-table thead a {
	font-weight: bold;
	color: #000;
}
.ui-table thead tr {
	/*background: #ddeffd;*/
}

.ui-pagination {
	position: relative;
	margin-bottom: 10px;
	/*height: 32px;*/
	width: 100%;
	text-align: center;
}
.ui-pagination a,
.ui-pagination span {
	display: inline-block;
	padding: 11px 13px 10px 13px!important;
	background-position: -21px center;
	position: relative;
	text-transform: capitalize;
	transition: all 0.2s linear 0s;
	border-radius: 2px 2px 2px 2px;
	line-height: 11px !important;
	margin: 0 2px 5px 0;
	text-decoration: none;
}
.ui-pagination a {
	background-color: #fff !important;
	color: #666 !important;
	cursor: pointer;
	border: 1px solid #eee;
}
.ui-pagination span {
}
.ui-pagination li {
	text-align: center;
}
.ui-pagination .ui-current {
	color: #fff !important;
	background-color: #b63a28 !important;
	/*border-color: #b63a28;*/
}
.ui-pagination a:hover {
	color: #fff !important;
	background-color: #b63a28!important;
	border-color: #b63a28;
}
.ui-pagination .first,
.ui-pagination .last {
	display: none;
}
.ui-pagination span.previous,
.ui-pagination span.next {
	display: none;
}

.ui-form-block {
	padding: 0;
	list-style: none;
}
.ui-form-block li {
	margin: 10px 0;
}
.ui-form-block dt {
	margin-bottom: 5px;
}
.ui-form-block .ui-input,
.ui-form-block .ui-select,
.ui-form-block .ui-textarea {
	width: 100%;
}

/**
 * JS Dialog
 *
 * This software is released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
 *
 * @copyright	Copyright (c) ecto.lt
 * @author		Benas ValanÄius <benas@ecto.lt>
 * @url			http://ecto.lt
 * @version		0.0.8
 */

/* layout */
.ui-dialog-handler {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;

	box-sizing: border-box;
	height: 100vh;

	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-moz-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;

	-moz-justify-content: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}
.ui-dialog-wrapper {
	z-index: 501;
	outline: 0 none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	display: -moz-flex;
	-moz-flex-direction: column;
	-moz-flex-wrap: nowrap;

	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-flex-wrap: nowrap;

	display: -ms-flex;
	-ms-flex-direction: column;
	-ms-flex-wrap: nowrap;

	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}
.ui-dialog-header {
	cursor: default;
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}
.ui-dialog-title {
}
.ui-dialog-header .ui-dialog-close:after {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAA6klEQVQY05WRzwqCQBCH94GiS+Ah6A8EXXwQ7wsqKGqCStAz9B7R2TqZdpAMCopOvUPQ9huZhfLW4WOY3367jKNwXVeAAliO44ggCESSJG2lHvkCbMjTogInHA468gz5DbzJI9kCD7qAwyMkg+U5+jM/VJMneIwxuNi2rSCVWZatURvqkR+AocdowSsT3/f3kBSqCsOQ6ha5oZ1vWcRxvCJZStnKURRJ/shfGZh4qSSZINnzvBz5tCub4M4z52maLlErnrnWF/Qen7yNHaQ+b2OEvuJtXMkTvHAKChz2OnseIm/Aizzxzx/8AIvX4+gc2zPQAAAAAElFTkSuQmCC);
	content: '';
	height: 11px;
	position: absolute;
	right: 17px;
	width: 11px;
}
.ui-dialog-header .ui-dialog-close {
	height: 11px;
	padding: 17px;
	position: absolute;
	right: 0;
	top: 0;
	width: 11px;
	cursor: pointer;
}
.ui-dialog-content {
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	overflow: auto;
}
.ui-dialog-container {
}
.ui-dialog-footer {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}
#ui-dialog-loading {
	position:fixed;
	z-index:5000;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
#ui-dialog-loading div {
	width: 44px;
	height: 44px;
	background: #000 url(data:image/png;base64,R0lGODlhGAAYAPcIADo6OkVFRTQ0NMnJydPT04yMjC8vL7y8vB0dHXl5eX5+fu7u7lJSUqGhoQ0NDSsrK62treXl5ZSUlMLCwhgYGKenp7S0tLu7u/X19fr6+kNDQ5ycnBISEgQEBFtbW7GxsRcXFzAwMCMjI2ZmZoaGhktLS83NzQoKClxcXE1NTc7OzhQUFGVlZQUFBVRUVG9vbxkZGZWVlebm5tzc3NTU1OLi4jExMVlZWUBAQJ6eniYmJqKiopqamoeHh6+vr8PDwwkJCT8/P5OTkw8PDykpKRAQECEhIYmJiYiIiCQkJF1dXS0tLSAgILCwsAgICBERETMzM4WFhb29vSoqKgsLC6Ojo7+/v5mZmfT09Pn5+Tg4OLa2trq6utDQ0CIiIp2dnaurqwwMDD09PUdHR66urkRERExMTNXV1eHh4ZaWlhMTE9vb28/Pzzw8PKCgoBYWFqysrL6+vlpaWm5ubp+fn0ZGRsDAwJubmz4+Pg4ODjk5OZCQkAYGBicnJywsLDIyMnh4eAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/i1NYWRlIGJ5IEtyYXNpbWlyYSBOZWpjaGV2YSAod3d3LmxvYWRpbmZvLm5ldCkAIfkEBQoACAAsAAAAABgAGAAAB/+ACIKDhAg2NoWJiUAtgkMHB0OKkys8L44qKpIIMEaNkwgrBzQGCEOZkkA2RJ+gLjJCLaeanAJFlCuCQDs1AUCoRQI6gy2tLQU+KUAIADMxQDc3LUY2ki1FREbELD8EMQJAKcODQLdAOgI2MIVEPSoDAZNDh0bLiS04R9qKQEa3hUACMrIHSlAxQUaE8FiYI0jBIgaISCTSL8aOHBhxPCQSkYiOVEOAhGw1qdHBREM8Ter3bxE1Gy0LFaFHUBAMG8IkhSR0zRQ6dYSMECnSSJW2IreobVqRjWcrdLc4yrKxD8HJRDO1tZCI0FZBq0RsLNvKytQqkveMrBMUcVAntF8IdRD5+lXk10AAIfkEBQoABgAsAAAAABgAGAAAB/+ABoKDhC1LD4SJioItToJOTRAOjC2LiQUsgg5SUpMGCRUUloMQE4ibnQZQESqiowYpBFEtqA4tDRlKlk9PjxIqGk6cTikYTY6LChvBBgIDSE4MDE4NCxqCTw9MhEpNUlFLTgFJhA8MtElQUBSVg0kKFxYAu+pMyIoACgiWTkyehQbatXs1qJKTJA8SLuk16smhhEmcOEjy8AHDXQ8PTWpRaSBBj4mebLPUgsnFRE4QqDtJ6AkUAfYSUVCXZJItQhINTBQAZQUhJgs1QdnGywATKBtXaCOZRECvB0toCSBH0MATmIISCmIiwCdBqMi06lyypCoTVy0StqMwsuogsW4GFzm5ZykQACH5BAUKAAIALAAAAAAYABgAAAf/gAKCg4QCU0mFiYkdHYJUDQ1Ujo2KgxwKHoJhZGRhgi9XIJWCHF9kiJtgngY0XKKjAmNWCQJUZGCSMTIulYyOSFxatrgBNZGCMDCEXlMcgjZbCVRjY1QxMwACYR5dVZLINjZJYR1iCIRT1WIfWTIJlI4IWjaeigwLWA02lWFe34lTqqSAN4gSQUUGB1GZwpChs1EcDEyROIXKQoYSH1bi0FDiP1iLICL4SIgKgnqJwsijtzGcv0IwDIgjF+YjFU9hkmgx8EqQFwMPw9jwIoCDMwQG6nEkWpCgFk8Mi2oh5EsRBy1EO0QV4EWLxl4TvzFsREXiwUIdvCgToHXKIBheC87CSuIWJCyLIAMBACH5BAUKAAAALAIAAAAWABcAAAfegACCg4MiIoSIiYgSBYqKHSIwgg45V1SCIwUcjh1TIZdUlZdTExBqjgBqAoeUVx0dJARmqII6IQ6hljhsEoSnAIeDDiEiHTg4HUgDAgBULhOugiEhOg4dHB2EImVUAlURZy+XgiICt45ma2hpD4kOwYo6aWWJ2bSCVFQOHA4OAA8A29G6waYgGysPpkwRONAgmwkhBNmjpa9fP0IOJKGC4Q8RlXICOiqaBi9VCAHVrrkD4ECHOY06HvxyIEAjuXOpppQcZGsTIWr3AKxKJCLiPYaIkMajtZOWDkQTBwUCACH5BAUKAAEALAIAAAAWABcAAAfRgAGCg4NUVISIiYhTSYMdiogUg1NTjwFKCpCJHZSDPjwcmqGTlR0KF2WaAR1JIRwdD1NUbRc9gysrmggdHK8KFg+CZhZIghQhAo0BDoeDCABUITEEPyyWgiGqZQMqSFOqiiI9beCqDufMAZSdqgw/Fxc/FutTwe3w8MDlkM2DIteIHuwwA3BQCFeQGCzAsiOEJUkBlK0i1MFBhzIWsshI8EjEg1EBQiAQlEvQISpKVFToJ4gVIksiBlGASKikIHu3wIVwsC+RCJqRegpKkqQgokAAIfkEBQoAAAAsAAAAABgAGAAAB8uAAIKDhABAQIWJiokdi46FS4MUIo2Pgg6CS1ONQJqVlooiAhyghVOCHCFJg2+kjyKEIkuYQHV0Cpafhg4dIUhxEHKFiJZBW1wJq47EiQgJWo66ix2HDoeGU9lTkY8pEN9wblNA2pqWJd/f4oLSy4dA1omui1MxdYvMjikzaDHcpYKmuACipUqEM3MgFYIFgEMHNwsCGHJhIkY7QpgGpcAAgdibN4tADjplyE0GYaUQddgmKEQEExQAZtokKEGVmAA7JCFpKF9Kn4kCAQAh+QQFCgABACwAAAAAGAAYAAAH0YABgoOEAVRUhYmKhA+LjoIwgw+NkI+SIYgBk4JUBpSPK4yfloubgx2CHaiMlgaDHAYihJGEHIWZDkkCIaGEmY8cISEiv4rFhB0iDqSWVA7OiFSTk66PZXfYbkLE06aOAHc8PHfbzL6HVB3HAQ7EiyJIAIuZBsuKZQMEPaMBtIPPhJKkoBIiBgE7LAqNitXhxg0qMWbIo5LCRwFSDlSooFKmxg57K3olEplRhYMOQmS4IPUgxLKSywzQOCDSES0HBEwKesHDH0Y7duypMzdImKVAACH5BAUKACkALAAAAAAYABgAAAatwJRwSEydTsWkcslUUpbPJtGRREqFnKs26RBsmaEmxdDsZIUhA6hoTZ3LSw6irXwPO18l/coxPPwPR3kcfw+Ge1d4TRwiiEIICUyORQAWFwpJIAZhQgwPRCIBHQYkBxAoRWRCGgsNJwwMJyQDXicBG5h6HxglJwcHJxoEElYcdkQeGQ0dDr8nHSQEJVIUJhGcEwdCDxMQa0wUFZFCv0MjBcdJHVYnHx9til9/UkEAIfkEBQoAAAAsAAAAABgAGAAAB9mAAIKDhABUVIWJiouMiV6NSY2EiIVUD5KEj4WamACcgxwhjZ9DIZ9eIUODD58AogBDHUOUg7FDSQIhFJWtiUMPAl60hUPCi1S9nYUdgsyGD9DQmNHQVM7KgtFJqsuYHdeEHSk7l4odXtzLITtYCwyLoabDHQkyWR94VCWRgwh4HVRw6RpEpUIXD4i0zIihLwW9La84sCJEYZehHTUCUAEDh4qWA0gofVvEQEYMgBytJbASQNKbAzQuDQEDBlESOF84NHpz5YWgmWC4eVDQiRKVHTuGYRvEj1EgACH5BAUKAAAALAAAAAAYABgAAAfjgACCg4QAQECFiYqDLUkPi4stIoktgyKVkII2eQCYgkA2D56Zk4wAIgJqkZ5JNhyeeTaELaOlgrGTqqcGnJaFBrcAeaMtnHmtsoVAIjbJirE2IoiKHDDTlLaEedvbmYWYNnYq4yo33gYP6Q9ABlbk5d6D6MbcedeQo7MBaUmRIr2JDKRBs8YMpGbSZr04E6GKHiABsgHhIEzTLB52XCASMABJCxw4WsDYRCibLkNpVITkkQNIrH6CaC0yc8YjEJacUFHMpAaCnU8sEbETxbPACKA5eqm55A0IJiB70tyLVyjbokAAIfkEBQoAAQAsAAAAABgAGAAAB/eAAYKDhAFUVIWJioRERIuLfIWNkYOUkEQhiHyNglR+RJaPhH5+lCEcixQUgyIhYZtEVGEhfZR8lnwVXR5hAbOCqIKug46VCTJZH2J8YYiVqGF9AiErhSE7WAsMi7MCIs6FfGY7xYmhhGHpzeCPfFSUfh8XcfTbop9En54f9PWiAY0C9lK37l+AW+cOikEiYhEVBL0UEemhYkCZRyFCfCPEh8WPLjEEUAGAgJAsX9JCcCzgwwwiPxYS8OGACsGwACvKCVpRzVCPOAAAOuJAq1JCQWXiyOTz6egiDjx8FJtkqKkoDgo8CII1aIUIp0YH9dFpMNGhf4EAACH5BAUKAAAALAAAAAAYABgAAAj/AAEIHEgQwIkTBRMm5INQYJ8+CiMCoFAhwcApUwgykSiQgokIfwRi5GNwSUaOAFBkqIJwyhKBTP4UifjmjcAwTTCk4INRYEiJV+K4QBhkQRU+RWbGHFhkysaBc85EqKLlBAOIA0/MPNHnzx8KBZekQTOjRMQiXpmEiRggDdaEJ9QqPEgXpUA+eAFMqQIBDhwIZiUWMYmxD9cqfiEA5jgYI0aEdOvalagFEIKIcWcq7JOAy5YgEcP8EcCk4UA5EOIg+YPUNACkA70WVEAnAOQ/TJAq/QngjVOCRWw6/LPWJZ8wAiYDQNsHr0uYAjRL5Lmk4fOSJ6czAStyCsmJT5XrCH0rnuBBlAEBADs=) center center no-repeat;
	border-radius: 8px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	opacity: 0.8;
	z-index: 5001;
}

/* style */
.ui-dialog-scroll,
.ui-dialog-overlay {
	background: #fff;
	opacity: .75;
}
.ui-dialog-wrapper {
	color: #000;
	padding: 30px 42px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.333);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.ui-dialog-header {
	background-color: #fff;
	color: #000;
	line-height: 24px;
}
.ui-dialog-title {
	font-size: 16px;
	margin: 0 0 16px;
}
.ui-dialog-content {
	background-color: #fff;
}
.ui-dialog-footer {
	margin-top: 16px;
}

/* Slider */
.xzoom-thumbs .slick-next {
	right: 3px;
	z-index: 1;
}
.xzoom-thumbs .slick-prev {
	left: 3px;
	z-index: 1;
}
.hslider .slick-next {
	right: 15px;
	z-index: 1;
}
.hslider .slick-prev {
	left: 15px;
	z-index: 1;
}
.products .slick-next,
.products .slick-prev {
	width: 25px;
	height: 25px;
}
.products .slick-prev:before,
.products .slick-next:before {
	font-size: 25px !important;
	color: var(--bs-primary) !important;
}
.products .slick-next {
	right: -10px;
	z-index: 1;
}
.products .slick-prev {
	left: -10px;
	z-index: 1;
}
.products .slick-track {
	padding: 10px 0;
}
.slick-dots {
	bottom: 15px !important;
	z-index: 1;
}


@media all and (max-width : 650px) {
	.ui-dialog-wrapper {
		padding: 15px;
		border: 0 none;
	}
}

h4 {
	color: var(--bs-primary);
	border-bottom: 1px solid var(--bs-primary);
	text-transform: uppercase;
	font-size: 1.3em;
	padding: 5px 0;
}

.wrap {
	width: 1170px;
	margin: 0 auto;
}


.ui-form-bottom-loader {
	float: right;
}

.tabs {
	border-bottom: 1px solid #eee;
	padding: 0;
	margin: 25px 0;
	list-style: none;
}
.tabs li {
	display: inline-block;
}
.tabs a {
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	background: #f3f4f8;
	color: var(--bs-primary);
	/*font-weight: bold;*/
}
.tabs .ui-tabs-active a {
	background: var(--bs-primary);
	color: #fff;
}

.top-left,
.top-right {
	float: left;
	width: 50%;
}
.top-right {
	text-align: right;
}

.header-top {
	border-bottom: 1px solid #eee;
	height: 34px;
}
.header-top ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border-left: 1px solid #eee;
	display: inline-block;
}
.header-top li {
	display: inline-block;
	border-right: 1px solid #eee;
}
.header-top span,
.header-top a {
	display: block;
	line-height: 34px;
	padding: 0 11px;
	color: #666;
	text-decoration: none;
}
.header-top a:hover,
.header-top a.active {
	background: #b63a28;
	color: #fff;
}

.header {
	padding: 35px 0;
	height: 112px;
}
.header-block {
	display: table;
	width: 100%;
}
.header-mid {
	display: table-row;
	width: 100%;
}
.mobile-menu {
	/*display: block;*/
	display: none;
	float: left;
}
.mobile-menu button {
	display: block;
	font-size: 20px;
	line-height: 20px;
	padding: 15px;
	cursor: pointer;
	background: #fff;
	border: 0 none;
	margin-left: -15px;
}
.logo {
	display: block;
	float: left;
}
.logo a {
	display: block;
	margin: -10px 0;
}
.logo img {
	display: block;
	height: 62px;
}

.search {
	display: table-cell;
	width: 100%;
	position: relative;
}
.search input {
	width: 100%;
	height: 42px;
	padding: 0 10px 0 160px;
	border: 1px solid var(--bs-primary);
}
.search select {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 150px;
	border: 0 none;
	border-right: 1px solid #ddd;
	height: 40px;
	padding: 0 10px;
}
.search button {
	background-color: var(--bs-primary) !important;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	right: 1px;
	top: 1px;
	border: 0 none;
	height: 40px;
	padding: 0 20px;
}


.search-icon,
.cart {
	display: table-cell;
	vertical-align: top;
	padding: 0 0 0 30px;
}
.header .search-icon {
	display: none;
}
.ui-dialog-content .search-form {
	text-align: center;
	padding: 2px;
}
.ui-dialog-content .search-form .ui-input,
.ui-dialog-content .search-form .ui-select {
	display: block;
	margin-bottom: 1rem;
	width: 100%;
}

.basket {
	position: relative;
	white-space: nowrap;
	padding: 5px 0 5px 50px;
	text-decoration: none !important;
	display: block;
	font-weight: bold;
}
.basket b {
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	border: 0 none;
}
.icon i {
	padding: 10px;
	background: #b63a28;
	color: #fff;
	font-size: 16px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
}
.cart-dd {
	display: none;
}

.content {
	padding-bottom: 50px;
}

.foo1 {
	background-color: var(--bs-primary);
	color: #fff;
	padding-top: 35px;
	padding-bottom: 35px;
}
.foo2 {
	background-color: #f3f4f8;
	padding-top: 25px;
	padding-bottom: 25px;
}

footer ul {
	list-style: none;
	padding: 0;
}
footer img {
	max-width: 65%;
}
footer a,
footer a:link,
footer a:visited,
footer a:active {
	color: #fff;
}
.footer-block li {
	margin: 10px 0;
}
.a-info i {
	padding-right: 10px;
}
.a-info a {
	text-decoration: none;
}

#to-top {
	background-color: #b63a28;
	display: block;
	position: fixed;
	right: 30px;
	bottom: -40px;
	width: 40px;
	height: 40px;
	color: #fff !important;
	z-index: 999;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	font-size: 20px;
	cursor: pointer;
}


.widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget_categories {
	border: 1px solid #eee;
}
.widget_categories a,
.widget_categories span {
	color: #666;
	text-decoration: none;
	display: block;
}
.widget_categories a:hover {
	color: #b63a28;
}

.widget_categories .widget_categories_main > .has_subs {
	position: relative;
}
.widget_categories .widget_categories_main > .has_subs > a:after {
	font-family: 'Font Awesome 6 Pro';
	font-weight: 900;
	content: "\f0da";
	font-size: 14px;
	float: right;
	opacity: 0.5;
	position: absolute;
	right: 0;
	top: 0;
	padding: 9px 20px;
}
ul.widget_categories_main_sub {
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: -10px;
	background: #fff;
	border: 1px solid #eee;
	display: none;
	z-index: 5;
	padding: 20px 30px;
	width: 350px;
}
ul.widget_categories_main_sub > li > a {
	font-weight: bold;
	margin: 10px 0;
	color: #666;
}
ul.widget_categories_main_sub > li > a:hover {
	border-left: 2px solid #b63a28;
	padding-left: 28px;
	margin-left: -30px;
}
li:hover .widget_categories_main_sub {
	display: block;
}
.widget_categories .users-menu {
	border-bottom: 1px solid #eee;
}
.widget_categories .users-menu > li > a,
.widget_categories .users-menu > li > span,
.widget_categories .widget_categories_main > li > a,
.widget_categories .widget_categories_main > li > span {
	padding: 9px 20px;
	margin: 0 -1px;
	position: relative;
	font-weight: bold;
}
.widget_categories .users-menu > li > a:hover,
.widget_categories .widget_categories_main > li > a:hover {
	border-left: 2px solid #b63a28;
	padding-left: 18px;
}

.breadcrumb {
	padding: 15px 0;
}
.breadcrumb i,
.breadcrumb a {
	font-size: 12px;
	margin-right: 10px;
	color: #666;
	text-decoration: none;
}
.breadcrumb i {
	color: #ccc;
}



.products {
	list-style: none;
	padding: 0;
}
.products .product-wrap {
	background: #fff;
	padding: 20px;
	margin-bottom: 10px;
	position: relative;
}
.products .product-wrap:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	z-index: 10;
}
.products .main-image a {
	text-align: center;
	display: block;
}
.products .main-image img {
	height: auto;
	max-width: 100%;
	/*width: 100%;*/
	display: inline-block;
}
.products h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
.products h3 a {
	color: var(--bs-primary);
	text-decoration: none;
}
.products h3 a:hover {
	color: #b63a28;
}
.products .product-price-wrap {
	font-size: 14px;
	text-align: center;
}
.product-price ins,
.product-price span,
.products .price ins,
.products .price span {
	color: #000;
	font-size: 16px;
	line-height: 1.2em;
	color: #b63a28;
	text-decoration: none;
}
.product-price del,
.products .price del {
	color: #999;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 5px;
	text-decoration: line-through;
}

.badge-sale,
.badge-new {
	border-radius: 50%;
	color: #fff;
	height: 38px;
	line-height: 38px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 14px;
	width: 38px;
	z-index: 20;
}
.badge-sale {
	background: #b63a28;
	left: 14px;
}
.badge-new {
	background: #00b46a;
	right: 14px;
}

.product {
	padding-bottom: 25px;
}
.product-header {
	border: 1px solid #eee;
	padding: 15px 0;
}
/*.product-image img {
	display: block;
	width: 100%;
}*/
.product-price {
	margin: 15px 0;
	padding: 15px 0;
	border-top: 1px solid #eee;
	line-height: 24px;
}
.product-price ins,
.product-price span {
	font-size: 20px;
	margin-right: 5px;
	line-height: 24px;
}
.product-price del {
	font-size: 14px;
	margin-right: 5px;
	line-height: 24px;
}
.product-price .onsale {
	line-height: 24px;
	font-size: 14px;
	background: #999;
	color: #fff;
	display: inline-block;
	padding: 0 5px;
}

.product-attr {
	padding: 20px;
	border: 1px solid #eee;
	background: #fafafa;
	position: relative;
}
.product-attr th {
	font-size: 14px;
	padding: 10px 20px 10px 0;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
.product-attr td {
	font-size: 14px;
	padding: 5px 0;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

.product-social {
	margin: 25px 0;
}

.product-info {
}
.product-content {
	border: 1px solid #eee;
	padding-top: 15px;
	padding-bottom: 15px;
}

.related-list {
	padding: 0;
	margin: 0;
}
.related-list li {
	list-style: none;
	display: inline-block;
	margin-right: 5px;
}
.related-list a {
	display: block;
	border: 3px solid #fff;
}
.related-list a.active {
	border: 3px solid #b63a28;
}
.related-list img {
	height: 50px;
}



.styled-table {
	border: 1px solid #ddd;
	width: 100%;
}
.styled-table td,
.styled-table th {
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px;
	text-align: left;
}

.cart-image {
	width: 100px;
}
.cart-image img {
	width: 100%;
}
td.cart-name h5 {
	margin: 0;
	font-size: 14px;
}
td.cart-delete {
	text-align: center;
}
td.cart-price {
	text-align: right;
}
td.cart-qty {
	width: 60px;
}
td.cart-qty input {
	width: 100%;
	text-align: right;
}
td.cart-total {
	text-align: right;
}
.price-list {
	text-align: right;
	padding: 0;
	list-style: none;
	margin: 20px 0;
}

.payments-methods {
	padding: 0;
	margin: 10px 0;
	list-style: none;
}
.payments-methods li {
	margin: 10px 0;
}

.cart-name .options {
	padding: 0;
	margin: 10px 0;
	list-style: none;
}
.cart-name .options li {
	margin: 10px 0;
}

.orders-log {
	padding: 0;
	list-style: none;
	padding-top: 10px;
}
.orders-log li {
	border-top: 1px solid #ccc;
	padding: 10px 0;
}
.orders-table th,
.orders-table td {
	padding: 10px !important;
}
.orders-status-note {
}
.orders-status-note span {
	background-color: #0099cc;
	color: #fff;
	display: inline-block;
	line-height: 1em;
	padding: 3px 5px;
	border-radius: 4px;
}

.banks img {
	max-width: 100%;
	display: block;
}
.banks label {
	display: block;
	padding: 15px;
}


.app > aside {
	position: fixed;
	top: 64px;
	left: 0;
	bottom: 0;
	width: 175px;
	background: #58595b;
	padding: 15px 20px;
	z-index: 9;
	color: #fff;

	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}
.sidebar-open > aside {
	margin-left: 0 !important;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:    0px 0px 5px 5px rgba(0, 0, 0, 0.05);
	box-shadow:         0px 0px 5px 5px rgba(0, 0, 0, 0.05);
}
.sidebar-bg {
	position: fixed;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 5;
	display: none;
}
.sidebar-open {
	overflow: hidden;
}
.sidebar-open .sidebar-bg {
	display: block;
}

.dnp-categories {

}
.dnp-categories ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.dnp-categories li {
	padding: 3px 0;
}
.dnp-categories a {
	color: #666;
	font-size: 1.1rem;
	text-decoration: none;
	font-weight: bold;
}
.dnp-categories a:hover {
	text-decoration: underline;
}
.dnp-categories a.active {
	color: #b63a28;
}
.dnp-cities ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.dnp-cities li {
	margin: 10px 0;
}
.dnp-cities a {
	background: var(--bs-primary);
	color: #fff;
	height: 4rem;
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	margin: auto;
}
.pnd-header {
	margin-bottom: 5px;
}
.pnd-header a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	/*width: 100%;*/
	color: #fff;
	text-decoration: none;
	padding: 15px;
	text-align: center;
	margin: 2px;

	border: 1px solid #000;
	background-color: #000;
}
.pnd-header a.active {
	color: #fff;

	border: 1px solid var(--bs-primary);
	background-color: var(--bs-primary);
}
.pnd-table {
	/*margin: 0 -2px;*/
}
.pnd-table div {
	text-align: center;
	font-size: 0.8rem;
}
.pnd-table input {
	display: none;
}
.pnd-table label {
	display: block;
}
.is-top,
.is-side,
.is-na,
.is-closed,
.is-open {
	margin: 2px;
	padding: 4px 0;
	color: #666;
}
.is-closed {
	border: 1px solid #b63a28;
	background: #b63a28;
	color: #fff;
}
.is-open {
	border: 1px solid var(--bs-primary);
	background: var(--bs-primary);
	color: #fff;
}
.is-open.active {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}
.is-top,
.is-side {
	border: 1px solid var(--bs-primary);
}
.is-head {
	position: relative;
}
.go-left,
.go-right {
	position: absolute;
	display: block;
	padding: 5px;
	top: 10px;
	cursor: pointer;
	z-index: 5;
}
.go-left {
	display: none;
}
.go-right {
	right: 0;
}
.day-3,
.day-4,
.day-5 {
	display:none;
}
.mobile-show {
	display: block;
}
.mobile-hide {
	display: none;
}

@media (min-width: 992px) {
	.mobile-show {
		display: none;
	}
	.mobile-hide {
		display: block;
	}
}
@media (max-width: 992px) {
	.wrap {
		width: 100%;
	}
	.header-top {
		display: none;
	}
	.header {
		padding: 15px 0;
		height: auto;
		z-index: 14;
		position: relative;
		background: #fff;
	}
	.header .search {
		display: none;
	}
	.mobile-menu {
		display: block;
	}
	.app > aside {
		margin-left: -175px;
	}
	.logo a {
		padding: 10px;
	}
	.logo img {
		height: 50px;
	}
	.header .search-icon,
	.header .cart {
		padding: 2px;
		float: right;
		margin-right: -5px;
	}
	.header .cart b,
	.header .cart br,
	.header .cart .number {
		display: none;
	}
	.header .basket {
		padding: 5px;
	}
	.header .basket .icon i {
		position: static;
	}
	.header .search-icon {
		display: block;
	}

	ul.widget_categories_main_sub {
		position: static;
		/*left: 0;*/
		margin-left: 0;
		background: #fff;
		border: 0 none;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
		display: block;
		z-index: 5;
		padding: 5px 20px;
		width: auto;
		/*height: 0;*/
	}

	.aside {
		position: static;
	}

	.side-m {
		overflow-y: auto;
		overflow-x: hidden;
		position: absolute;
		top: 80px;
		bottom: 15px;
	}
	.widget.widget_categories {
		position: fixed;
		top: 0;
		bottom: 0;
		left: -100%;
		width: 75%;
		z-index: 9;
		background: #fff;

		-webkit-transition: all 250ms linear;
		-moz-transition: all 250ms linear;
		-ms-transition: all 250ms linear;
		-o-transition: all 250ms linear;
		transition: all 250ms linear;
	}
	.sidebar-open .widget.widget_categories {
		left: 0;
	}
	#filterFrom {
		display: none;
	}
	.products .product-wrap {
		/*padding: 0;*/
	}
	.products .product-wrap:hover {
		box-shadow: 0 0 0 transparent;
		z-index: 10;
	}
	.products .slick-next {
		right: 10px;
		z-index: 1;
	}
	.products .slick-prev {
		left: 10px;
		z-index: 1;
	}
}