@import url('https://fonts.googleapis.com/css?family=Fira+Sans:100,200,300,400,500,600,700,800,900');


:root {
	--main-color: #333333;
	--sub-color: #3E3E3E;
	--orange: #EE7218;
	--light-orange: #DDBA8F;
	--light-yellow: #FFE11B;
	--s-fade: #F2F2F2;
	--fade-white: rgba(255, 255, 255, 0.1);

	--s-gray: #8C8C8C;

	--b-gray: #656565;
	--f-gray: #DBDBDB;
	--type: 'Fira Sans', sans-serif;
	--border-input: #AAAAAA;
	--border-table: #D5D5D5;
	--border-orange: #D16210;
}


body {
	color: var(--main-color);

	font-family: var(--type);

	font-size: 14px;

	overflow: visible;
}

.bootbox .alert {
	margin-bottom: 0;
}

.bootbox .modal-body {
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {

	font-family: var(--type);

}

a,button {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

a:active,
a:focus,
a:hover,
button:active,
button:focus,
button:hover {
	opacity: 0.75;
	filter: alpha(opacity=75); /* For IE8 and earlier */
}



.lang-icons {

	list-style: none;

	margin: 0;

	padding: 0;
	text-align: right;

}



.lang-icons li {
	display: inline-block;
}

.lang-icons li a {

	/*color: #000000;*/
	color: #BBBBBB;
	font-size: 14px;
	font-weight: 500;
}

.lang-icons li a.active {
	color: var(--orange);
}



.header-middle {

	padding: 23px 0 21px;

}



.header-2 .header-catmenu {
	margin-right: 17px;

	margin-top: 5px;

}



.ho-navigation > ul {

	padding: 6px 0 5px;

}



.bg-custom {

	background: var(--orange);

}

.header-logo img {
	height: 55px;
}

.header-2 .header-searchbox {
	border: 2px solid var(--light-orange);
	margin-top: 1px;
}

.header-searchbox .nice-select {
	height: 47px;
	line-height: 47px;
	min-width:0;
}

.header-searchbox input {
	height: 47px;
	line-height: 47px;
}

.header-searchbox button[type="submit"],
.header-searchbox input[type="submit"] {
	background: var(--orange);
	color: var(--white);
}

.header-searchbox button[type="submit"]:active,
.header-searchbox button[type="submit"]:focus,
.header-searchbox button[type="submit"]:hover,
.header-searchbox input[type="submit"]:active,
.header-searchbox input[type="submit"]:focus,
.header-searchbox input[type="submit"]:hover {
	background: var(--orange);
	color: var(--white);
}

.header-2 .mean-container .mean-nav ul li a {
	background: var(--border-orange);
	color: var(--white);
}
.header-2 .mean-container .mean-nav ul {
	border: 0;
}

.catmenu-trigger {
	border: 1px solid var(--white);
	border-radius: 3px;
	color: var(--white);
	height: 35px;
	min-width: 215px;
}

.catmenu-trigger.is-active,
.catmenu-trigger:active,
.catmenu-trigger:focus,
.catmenu-trigger:hover {
	background: var(--fade-white);
	border: 1px solid var(--white);
}

.catmenu-trigger span {
	line-height: 35px;
}

.ho-navigation > ul > li > a {
	background: none;
	border: 0;
	color: var(--white);
	font-weight: 500;
	height: 35px;
	line-height: 25px;
	padding: 5px 14px;
}

.ho-navigation-2 ul li a:active,
.ho-navigation-2 ul li a:focus,
.ho-navigation-2 ul li a:hover,
.ho-navigation-3 ul li a:active,
.ho-navigation-3 ul li a:focus,
.ho-navigation-3 ul li a:hover,

.ho-navigation > ul > li > a.selected {
	background: none;
	border: 0;
	color: var(--light-yellow);
}

.header-searchbox .nice-select {
	min-width: inherit;
}

.nice-select::after {
	content: none;
}

.catmenu-body {
	border: 1px solid var(--s-fade);
}

.catmenu-body > ul {
	padding-bottom: 20px;
	padding-top: 20px;
}

.catmenu-body > ul > li > a {
	color: var(--main-color);
	font-size: 15px;
	font-weight: 600;
	padding: 10px 18px 10px 24px;
}



.slider-navigation .slider-navigation-arrow {

	background: var(--orange);

	border: 1px solid var(--orange);

}



.slider-dots .slick-dots li.slick-active, .slider-dots .slick-dots li:hover {

	background: var(--orange);

}


.footer-logo {
	display: block;
	margin-bottom: 15px;
}

.footer-logo img {
	height: 50px;
}

.footer-toparea p {
	color: var(--s-gray);
}

.widget-info p {
	padding-right: 50px;
}

.btn-custom-orange {
	background: var(--orange);
	color: var(--white);
	margin-top: .5rem;
}

.footer-widget .btn-custom-orange {
	color: var(--white);
	font-size: 14px;
	margin: 15px 0;
	padding: 5px 25px;
}

.footer-widget.widget-links ul li a.selected {
	color: var(--main-color);
}


.footer-bottomarea {

	font-size: 14px;

}



.footer-copyright {

	border: 0;

	color: var(--s-gray);

	padding: 13px 0;

}



.footer-copyright a {

	color: var(--s-gray);

}



.footer-copyright a:active,

.footer-copyright a:focus,

.footer-copyright a:hover {

	color: var(--s-gray);

	text-decoration: underline;

}



/* about */

.about-content {

	background: var(--white);

	color: var(--b-gray);

}



.about-content h2 {

	border-bottom: 2px solid #F2F2F2;

	color: #414141;

	font-size: 42px;

	font-weight: 500;

	line-height: 1;

	padding-bottom: 25px;

	margin-bottom: 25px;

	text-transform: uppercase;

}



.about-content h2 span {

	color: var(--orange);

	font-size: 42px;

	font-weight: 500;

	line-height: 1;

	text-transform: uppercase;

}



.about-area table {

	border: 0;

}



.about-area table tr td {

	border: 0;

	color: var(--b-gray);

	font-size: 12px;

	vertical-align: middle;

}



.about-area table tr td img {

	max-width: none;

}



.about-area table tr td p {

	margin: 0;

}


.widget-search-content {
	background: var(--f-gray);
	padding: 20px 0;
}

.widget-search-content h2 {
	color: var(--sub-color);
	font-size: 20px;
	font-weight: 500;
	padding: 0;
	margin: 0;
	line-height: 1;
	text-align: right;
}

.widget-search-content ul {
	display: table;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.widget-search-content ul li {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}

.widget-search-content .form-control {
	background: var(--white);
	border: 1px solid var(--border-input);
	border-radius: 5px;
	height: 50px;
	line-height: 48px;
	padding: 0 15px;
}

.widget-search-content .btn {
	background: var(--orange);
	border: 1px solid var(--border-orange);
	padding: 5px 30px;
}

.s-title {
	border: 0;
	color: var(--main-color);
	font-size: 20px;
	margin-bottom: 20px;
}

.contact-content {
	padding: 0;
}

.contact-content strong {
	color: var(--sub-color);
	display: block;
	font-size: 20px;
	font-weight: 500;
}

.contact-content .single-content {
	padding: 15px 0 20px 65px;
}

.contact-content .single-content a {
	color: var(--orange);
}

.contact-content address {
	color: var(--b-gray);
	display: block;
	font-style: normal;
	margin: 0;
}

.contact-content .single-content address a {
	color: var(--b-gray);
	text-decoration: none;
}


/* Compare */
.compare-table.table-responsive {
	padding: 1px;
	margin-bottom: 50px;
}

.compare-table .table {
	table-layout: fixed;
}

.compare-table .table thead th {
	background: none;
	border: 0;
	min-width: 80px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

.compare-table .table thead th a {
	color: var(--orange);
	font-size: 13px;
	font-weight: 500;
	text-transform: none;
}

.compare-table .table-hover thead tr:hover,
.compare-table .table thead th:hover {
	background: none;
}

.compare-table .table tbody tr td {
	background: var(--white);
	border: 1px solid var(--border-table);
	color: var(--s-gray);
	font-size: 13px;
	font-weight: 400;
	min-width: 0;
	padding: 8px 15px;
}

.compare-table .table tbody tr:first-child td {
	color: var(--main-color);
	font-size: 13px;
	font-weight: 600;
	padding: 2px 15px;
}

.compare-table .table tbody tr td:first-child {
	color: var(--b-gray);
	font-size: 13px;
	font-weight: 600;
	text-align: left;
}

.compare-table .table th {
	padding: 8px 15px;
}

.compare-table .table tbody td img {
	height: 150px;
	width: 150px;
	max-width: none;
}

/* wizard */
.par {
	color: var(--b-gray);
}

.brand-logo-slider  {
	background: var(--white);
	border-bottom: 2px solid var(--border-table);
	border-top: 2px solid var(--border-table);
	padding-bottom: 15px;
	padding-top: 15px;
}

.slider-navigation-3.slider-navigation-3-side2 .slider-navigation-arrow.slider-navigation-prev {
	background: var(--orange);
	bottom: auto;
	color: var(--white);
	height: 100%;
	left: 0;
	right: auto;
	top: 0;
	transform: none;
	width: 50px;
}

.slider-navigation-3.slider-navigation-3-side2 .slider-navigation-arrow.slider-navigation-next {
	background: var(--orange);
	bottom: auto;
	color: var(--white);
	height: 100%;
	left: auto;
	right: 0;
	top: 0;
	transform: none;
	width: 50px;
}

.slider-navigation-3 .slider-navigation-arrow i {
	font-size: 38px;
	left: 50%;
	line-height: 1;
	margin-left: -19px;
	margin-top: -19px;
	padding: 0;
	position: absolute;
	top: 50%;
}

.wizard-items{ overflow-y:auto; text-align:center;}
.wizard-items a {display: inline-block;}
.wizard-items a img{max-height: 120px;}

.wizard-table {
	margin-bottom: 50px;
	margin-top: 50px;
}

.wizard-table .table {
	/*table-layout: fixed;*/
}

.wizard-table .table thead tr th {
	background: var(--orange);
	color: var(--white);
	padding: 0px 15px;
	text-transform: none;
	text-align: center;
	white-space: nowrap;
}

.wizard-table .table thead tr th:first-child {
	text-align: left;
}

.dataTables_wrapper .dataTables_length select {
	background: var(--white);
	height: 30px;
	line-height: 28px;
	width: auto;
}

.dataTables_wrapper .dataTables_filter input {
	background: var(--white);
}

.wizard-table .table tfoot tr th select {
	background: var(--white);
	height: 30px;
	line-height: 28px;
	width: 100%;
}

.wizard-table .table tbody tr td {
	background: var(--white);
	border: 1px solid var(--border-table);
	color: var(--s-gray);
	font-size: 13px;
	font-weight: 400;
	min-width: 0;
	padding: 8px 15px;
	text-align: center;
}

.wizard-table .table tbody tr td:first-child {
	font-size: 14px;
	font-weight: 600;
	text-align: left;
}

.wizard-table .table tbody tr td a {
	color: var(--orange);
	text-decoration: underline;
}

.nice-select span.current .fa-sort {
	float: right;
	margin-top: 12px;
}

.wizard-table .table tbody tr td.row-sort,
.row-sort {
	text-align: center;
}

.wizard-table .table tbody tr td.row-sort a,
.row-sort a {
	color: var(--s-gray);
	display: inline-block;
	padding: 0 5px;
	text-decoration: underline;
}

.wizard-table .table tbody tr td.row-sort a.active,
.row-sort a.active {
	color: var(--orange);
}


/* schematics */
.schematics-table {
	margin-bottom: 50px;
	margin-top: 50px;
}

.schematics-table .table thead tr th {
	background: var(--orange);
	border-bottom: 1px solid var(--border-table);
	border-left: 0;
	border-right: 0;
	border-top: 0;
	color: var(--white);
	padding: 5px 15px;
	text-transform: none;
	text-align: left;
}

.schematics-table .table tbody tr td {
	background: var(--white);
	border-bottom: 1px solid var(--border-table);
	border-left: 0;
	border-right: 0;
	border-top: 0;
	color: var(--b-gray);
	font-size: 13px;
	font-weight: 400;
	min-width: 0;
	padding: 5px 15px;
	text-align: left;
}

#scrollUp {
	background: var(--orange);
	border: 1px solid var(--border-orange);
}


/* MENU MOBILE */
body.rm-overflow {
	overflow: hidden;
}
.menu-mobile-return {
	background: var(--main-color);
	padding: 5px;
}
.menu-mobile-return a {
	color: var(--white);
}
.menu-mobile {
	background: var(--white);
	border-bottom: 1px solid var(--s-fade);
}
.menu-mobile .header-logo {
	margin: 5px auto;
}
.menu-mobile .header-logo img {
	height: 40px;
}
.widget-header-menu {
	position: relative;
}
.menu-mobile .btn-open-left-menu,
.menu-mobile .btn-open-right-menu {
	color: var(--orange);
	font-size: 17px;
	left: 1;
	position: absolute;
	top: 13px;
	z-index: 20;
}
.menu-mobile .btn-open-left-menu {
	left: 5px;
}
.menu-mobile .btn-open-right-menu {
	right: 5px;
}

.menu-mobile.to-fix {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 200;
}
/*


.menu-mobile .btn-open-left-menu,
.menu-mobile .btn-open-right-menu {
	color: var(--orange);
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	padding-bottom: 0px;
	padding-top: 0px;
}

.menu-mobile .btn-open-left-menu {
	padding-left: 10px;
}

.menu-mobile .btn-open-right-menu {
	padding-left: 10px;
}



.menu-mobile-return a {
	color: var(--white);
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	padding: 0px 15px;
}


*/

.widget-column {
	height: 100%;
	overflow: hidden;
	padding: 0;
	position: fixed;
	top: 0;
	width: 0;
	z-index: 500;
	
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.widget-column .menu-content {
	background: #212121;
	height: 100%;
	left: 0;
	padding: 10px 10px 50px 10px;
	position: absolute;
	top: 0;
	
	width: 60%;
	z-index: 500;
}

.widget-column .menu-layer {
	background: rgba(255,255,255,0.6);
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 40%;
	z-index: 500;
}

.widget-column.widget-right-column .menu-content {
	left: auto;
	overflow: auto;
	right: 0;
}

.widget-column.widget-right-column .menu-layer {
	left: 0;
	right: auto;
}

.widget-column.display-column {
	width: 100%;
}
.widget-left-column {
	left: 0;
}

.widget-right-column {
	right: 0;
}


.column-logo {
	display: block;
}

.column-logo img {
	height: 25px;
}

.btn-close-column, .btn-reset-form {
	color: var(--orange) !important;
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	padding: 5px 10px 0px 10px;
	position: absolute;
	right: 0;
	top: 0;
}

.btn-reset-form {
	background: none;
	border: 0;
}

.btn-close-column.to-left {
	left: 0;
	right: auto;
}

.list-menu {
	list-style: none;
	margin-top: 15px;
	padding: 0;
}

.list-menu li {
	display: block;
}

.list-menu li a {
	border-bottom: 1px solid #333333;
	color: var(--white);
	display: block;
	font-size: 12px;
	padding: 5px 0;
}

.list-menu li a:first-child {
	border-top: 1px solid #333333;
}

.list-menu li a:last-child {
	border-bottom: 0;
}

.sub-menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sub-menu-list li {
	display: block;
}

.sub-menu-list li a {
	border-bottom: 1px solid #333333;
	color: var(--white);
	display: block;
	font-size: 12px;
	padding: 5px 0 5px 15px;
}

.to-bottom {
	background: #212121;
	bottom: 48px;
	left: 0;
	padding: 10px;
	position: absolute;
	width: 100%;
}

.small-links {
	color: var(--white);
	font-size: 10px;
	margin-top: 10px;
}

.small-links a {
	display: inline-block;
	color: var(--white);
	padding: 2px 0;
	text-decoration: underline;
}


.lbl-mo {
	display: inline-block;
}

.lbl-mo.xmargin {
	margin-left: 15px;
}

.title-menu-w {
	border-bottom: 1px solid #333333;
	color: #f6931f;
	font-size: 13px;
	margin: 0;
	padding-bottom: 5px;
	text-transform: uppercase;
	text-align: center;
}

.extra-padding {
	margin-bottom: 10px;
	padding: 0 10px;
}

.lbl-menu-w {
	border-bottom: 1px solid #333333;
	color: var(--white);
	display: block;
	margin: 0;
	font-size: 12px;
	font-weight: 600;
	padding: 0;
	text-transform: uppercase;
}

.lbl-menu-w a {
	color: var(--white);
	display: block;
	padding: 3px 0 0 0;
}
.lbl-menu-w a .fa-chevron-down,
.lbl-menu-w a .fa-chevron-right {
	float: right;
}
.lbl-menu-w a .fa-chevron-down {
	display: none;
}
.lbl-menu-w a.active .fa-chevron-down {
	display: block;
}
.lbl-menu-w a.active .fa-chevron-right {
	display: none;
}

.lbl-menu-w ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.lbl-menu-w ul li {
	display: block;
}
.lbl-menu-w ul li label {
	margin: 0;
	text-transform: none;
}
.lbl-menu-w ul li a {
	color: var(--orange);
	display: block;
	padding-left: 15px;
	text-transform: none;
}
input[type=checkbox]~label, input[type=radio]~label {
	color: var(--s-gray);
}
input[type="checkbox"]:checked ~ label, input[type="radio"]:checked ~ label {
	color: var(--orange);
}
input[type="checkbox"]:checked ~ label::before {
	content: "\f3ff";
	font-family: Ionicons;
	color: var(--orange);
	border-color: var(--border-orange);
}
.content-submit {
	/*bottom: 0;*/
	/*left: 0;*/
	/*position: absolute;*/
	text-align: center;
	width: 100%;
	margin: 15px 0;
}
.content-submit .btn {
	padding: 10px;
	margin: 0 auto;
	line-height: 1;
	height: auto;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.span-menu-w {
	color: var(--white);
	font-size: 12px;
}

.btn-clone-filters {
	color: #f6931f;
	font-size: 35px;
	display: inline-block;
	padding: 10px;
}



/* FOOTER XS */

.footer-xs {
	background-color: #212121;
	bottom: 0;
	color: var(--white);
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 5000;
}

.footer-xs ul {
	display: table;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}

.footer-xs ul li {
	display: table-cell;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 16%;
}

.footer-xs ul li a {
	border: 0;
	color: var(--white);
	display: block;
	font-size: 9px;
	font-weight: 200;
	line-height: 1;
	margin: 0;
	padding: 6px 0;
	text-align: center;
	text-decoration: none;
}

.footer-xs ul li a i,
.footer-xs ul li a .fa,
.footer-xs ul li a svg {
	display: block;
	font-size: 22px;
	margin: 0 auto 5px auto;
}

.footer-xs ul li a:active,
.footer-xs ul li a:focus,
.footer-xs ul li a:hover,
.footer-xs ul li a.act {
	background: #BBB;
	color: #333;
}



/* mega menu */
.catmenu-dropdown .megamenu {

	/*top: -21px;*/

	border: 1px solid var(--s-fade);

	/*columns: 4;*/

	display: block;

}



.catmenu-dropdown .megamenu.columns {

	columns: 3;

}


.catmenu-dropdown .megamenu > li {

	display: inline-block;

	/*float: left;*/

	/*margin: 5px;*/

	/*min-height: 120px;*/

}



/*.catmenu-dropdown .megamenu > li:nth-child(3n+1) {

	clear: left;

}*/



.catmenu-dropdown .megamenu li a {

	border: 0;
	color: #333;
	font-size: 14px;
	font-weight: 600;
	text-align: center;

	text-transform: none;
}



.catmenu-dropdown .megamenu.columns li a {

	margin: 0;

	padding: 0;

	text-align: left;

}


.catmenu-body > ul > li:hover > a, .catmenu-dropdown .megamenu > li > a:hover {
	color: var(--orange);
}
.catmenu-dropdown .megamenu li ul li a:hover {
	color: var(--orange);
}



.catmenu-dropdown .megamenu li a img {

	display: block;

	height: 80px;

	margin: 0 auto;

}
/*.catmenu-dropdown .megamenu li ul li a img {
	display: block;
	height: 80px;
	margin: 0 auto;
}*/


.catmenu-dropdown .megamenu.compress-list li ul li a {
	line-height: 1.4;
	padding: 0 15px 0 40px;
	text-align: left;
}



/* SHOP */
.btn-custom-white {
	background: var(--white);
	border: 1px solid #e5e5e5;
	font-size: 12px;
	height: auto;
	margin-bottom: 10px;
	padding: 3px 15px;
	border-radius: 5px;
}

.shop-filters {
	background: var(--white);
	border-radius: 0;
}

.hoproduct-flags {
	z-index: 20;
}

.hoproduct-title a {
	font-weight: 700;
}

.hoproduct-title a:hover {
	color: var(--orange);
}

.hoproduct-title span {
	color: var(--border-input);
	display: block;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hoproduct-title span.hi {
	color: var(--orange);
	display: block;
}

.shop-page-products.list-view-active .hoproduct-flags {
	top: -13px;
}

.hoproduct-flags li {
	background: none;
	color: var(--s-gray);
	text-transform: none;
}

.hoproduct-flags li a {
	color: var(--s-gray);
	text-transform: none;
}

.shop-filters,
.shop-filters b {
	color: var(--b-gray);
}

.shop-filters .nice-select {
	display: inline-block;
	height: auto;
	width: auto;
}

.shop-filters .nice-select span {
	line-height: 1.5;
}

.mt-10 {
	margin-top: 10px;
}

.input-group.compact .form-control {
	height: 25px;
	line-height: 1;
	padding: 0 15px;
	font-size: 12px;
}

.input-group.compact .input-group-text {
	background: var(--s-gray);
	border-radius: 5px;
	color: var(--white);
	font-size: 12px;
	height: auto;
	padding: 0 6px;
}

.label-results {
	font-size: 12px;
}

.shop-filters,
.shop-filters-viewitemcount {
	color: var(--s-gray);
	font-size: 14px;
	font-weight: 700;
}

.shop-filters-viewmode label {
	color: var(--s-gray);
	font-size: 14px;
	font-weight: 700;
}

.shop-filters-viewmode label:hover {
	color: var(--light-orange);
	cursor: pointer;
}

.shop-filters-viewmode label.is-active {
	color: var(--orange);
}

.hoproduct-thumb {
	background: var(--white);
	height: 220px;
	padding: 15px;
	
	white-space: nowrap;
	text-align: center;
	margin: 1em 0;
}

.hoproduct-thumb .helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.hoproduct-thumb .hoproduct-frontimage {
	/*display: block;*/
	/*max-height: 190px;*/
	/*margin: 0 auto;*/
	/*width: auto;*/
	
	vertical-align: middle;
	max-height: 190px;
	max-width: 160px;
}

.cr-pagination ul li label {
	font-weight:400;
	color:#fff;
	padding:0 10px;
	height:30px;
	line-height:30px;
	background:#ccc;
	border-radius:8px;
	font-size:14px;
	display:inline-block
}
.cr-pagination ul li label i {
	font-size:12px
}

.cr-pagination ul li.active label,
.cr-pagination ul li:hover label {
	background: var(--orange);
	cursor: pointer;
}

.shop-widgets .single-widget ul {
	overflow-x: auto;
	/*max-height: 300px;*/
}

.shop-widgets .shop-widgetbox .single-widget {
	background: var(--white);
	font-size: 14px;
	padding: 10px 25px;
}

.shop-widgets .widget-title {
	font-size: 14px;
	margin-bottom: 5px;
}

.shop-widgets .widget-title:hover {
	cursor: pointer;
}

.shop-widgets label {
	font-size: 12px;
	margin-bottom: 0;
}

.shop-widgets label:hover {
	cursor: pointer;
}

.slick-slide .pdetails-singlethumb img {
	height: 60px;
}

.ho-button i, .ho-button:link i, .section-title h3, .slick-slide>div>div, img {
	background: var(--white);
}

.pdetails-socialshare ul li a {
	height: 25px;
    width: 25px;
    border: 0;
}

.pdetails-socialshare ul li a:hover {
	background: none;
	color: var(--main-color);
}

/* product details */
.pdetails-content h3 {
	margin-bottom: 0;
}
.pdetails p {
	color: var(--s-gray);
	margin-top: 0;
}
.border-title {
	display: inline-block;
	border-bottom: 2px solid var(--orange);
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 5px;
}
.line-block {
	border-bottom: 1px solid var(--f-gray);
	display: block;
}

.shop-widgets .single-widget ul li {
	line-height: 1.2;
	margin-bottom: 5px;
}

.shop-widgets .single-widget ul li input[type=checkbox] {
	position: absolute;
}

input[type=checkbox]~label::before {
	text-align: center;
	top: 8px;
}

.shop-widgets .single-widget ul li a {
	color: var(--black);
	font-size: 12px;
	margin-top: 5px;
}

.shop-widgets .single-widget ul li a:first-child {
	color: var(--orange);
}
.ui-menu-item{list-style-image:none !important;}

.search-list-item{overflow-y:auto; padding:10px !important;}
.search-list-item .image{ width:60px; float:left;padding-right:10px;}
.search-list-item .image img{ width:100%; max-height:40px;}
.search-list-item .text{ float:left;}
.search-list-item .text h5{ margin-bottom:0;}

.ui-menu-item .ui-state-active {
	background: none !important;
	background-color: #f0f0f0 !important;
	border: none !important;
	color:#000;
}

.product-detail-components-table-link {
	display: inline !important;
	border: 0 !important;
	color: #ee7218 !important;
}

#collapse_main_categories { min-height: 25px }

.d-range-filter-container {
	font-size: 10px;
	margin: 10px 0 15px 0;
	width: 250px;
	margin: 0 auto;
}

.d-range-filter-container input {
	height: 26px;
	margin-top: 0;
	vertical-align: baseline;
	display: inline-block;
	line-height: normal;
}

.d-range-filter-container input[type=text] {
	background: #fff;
	width: 62px;
}

.d-range-filter-container input[type=button] { width: 45px }

.d-range-filter-container input[type=reset] {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	width: 72px;

	margin: 0;
	vertical-align: bottom;
}

.d-range-filter-container h6 {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 5px;
}

#table_wizard .d-range-filter-container { width: 130px }

#table_wizard .d-range-filter-container input[type=text] {
	margin: 0 0 5px 0;
	width: 60px;
}

#table_wizard .d-range-filter-container input[type=button] { width: 60px }

#table_wizard .d-range-filter-container input[type=reset] {
	margin: 0 10px;
	padding: 0;
	width: auto;
	background: transparent;
	border: 0;
	color: #ed7217;
}

.rd-menu-search-by {
	background: #fff;
	display: none;
	position: absolute;
	z-index: 5;
	top: 35px;
	left: 0;
	width: 215px;
	box-sizing: border-box;
	box-shadow: #989898 -1px 1px 1px;
}

.rd-menu-search-by a {
	display: block;
	padding: 8px 0;
	color: #000;
	font-weight: 500;
	padding: 13px 15px;
	border-right: 1px solid #ccc;
}

.rd-menu-search-by a img {
	width: 9px;
	float: right;
	margin-top: 7px;
}

.rd-menu-search-by--submenu {
	position: absolute;
	top: 39px;
	width: 100%;
	box-sizing: border-box;
	display: none;
	padding-left: 214px;
}

.rd-menu-search-by--submenu a {
	display: block;
	font-weight: 500;
}

.rd-menu-search-by--submenu a:visited { color: #ca3c08 }

.rd-menu-search-by--submenu img {
	width: 100%;
	display: block;
}

.rd-menu-search-by--submenu > div {
	background: #fff;
	padding: 15px;
	border: 1px solid #ccc;
	min-height: 260px;
}

.rd-menu-search-by--submenu > div > div { display: none }

.rd-menu-search-by--submenu--col-5 a {
	width: 20%;
	float: left;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
}

.rd-menu-search-by--submenu--col-3 a {
	width: 33.333%;
	float: left;
}

.rd-menu-search-by--submenu--col-5:after,
.rd-menu-search-by--submenu--col-3:after {
	display: block;
	clear: both;
	content: "";
}

.rd-menu-search-by--mobile {
	display: none;
	background: #fff;
	width: 100%;
	position: absolute;
	z-index: 201;
	top: 0;
	padding: 0 15px;
	margin-bottom: 50px;
	border-bottom: 4px solid #ee7218;
}

.rd-menu-search-by--mobile > a {
	color: #000;
	font-size: 15px;
	font-weight: 500;
	display: block;
	padding: 12px 0;
	border-top: 1px solid #ccc;
}

.rd-menu-search-by--mobile--accordion-trigger::after {
	font-family: 'Ionicons';
	content: '\f3d1';
	float: right;
	transform: rotate(90deg);
}

.rd-menu-search-by--mobile img {
	width: 100%;
	display: block;
}

.rd-menu-search-by--mobile > div {
	text-align: center;
	display: none;
	padding: 15px 0;
}

.rd-menu-search-by--mobile > div > a:visited { color: #ca3c08 }

.d-range-filter-container input[type='text']:disabled { background: #dcdcdc }

