body {
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
	line-height: 1.1;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;additi
}
a {
	color: #ffcc39;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
.bold {
	font-weight: 600;
}

.pb-0, .py-0 {	padding-bottom:0px !important;}
.pb-5 {	padding-bottom:5px !important;}
.pb-10 { padding-bottom:10px !important;}
.pb-20 { padding-bottom:20px !important;}
.pb-50 { padding-bottom:50px !important;}
.pt-0, .py-0 {	padding-top:0px !important;}
.pt-10 { padding-top:10px !important;}
.pt-5 {	padding-top:5px !important;}
.pt-20 { padding-top:20px !important;}
.pt-50 { padding-top:50px !important;}
.pl-0, .px-0 {	padding-left:0px !important;}
.pl-5 {	padding-left:5px !important;}
.pl-10 { padding-left:10px !important;}
.pl-20 { padding-left:20px !important;}
.pr-0, .px-0 {	padding-right:0px !important;}
.pr-5 {	padding-right:5px !important;}
.pr-10 { padding-right:10px !important;}
.pr-20 { padding-right:20px !important;}
.mt-0, .my-0 { margin-top:0px !important;}
.mt-5 { margin-top:5px !important;}
.mt-10 { margin-top:10px !important;}
.mt-15 { margin-top:15px !important;}
.mt-20 { margin-top:20px !important;}
.mb-0, .my-0 { margin-bottom:0px !important;}
.mb-5 { margin-bottom:5px !important;}
.mb-10 { margin-bottom:10px !important;}
.mb-15 { margin-bottom:15px !important;}
.mb-20 { margin-bottom:20px !important;}
.mt-50 { margin-top:50px !important;}
.mt-75 { margin-top:75px !important;}
.mt-100 { margin-top:100px !important;}
.mt-150 { margin-top:150px !important;}

.mt-auto {margin-top:auto;}
.mb-auto {margin-bottom:auto;}
.ml-auto {margin-left:auto;}
.mr-auto {margin-right:auto;}

/* Padding Left and Right */
.pl-0, .px-0 {padding-left: 0!important;}
.pr-0, .px-0 {padding-right: 0!important;}
.pl-xs, .px-xs {padding-left: 1rem!important;}
.pr-xs, .px-xs {padding-right: 1rem!important;}
.pl-sm, .px-sm {padding-left: 2rem!important;}
.pr-sm, .px-sm {padding-right: 2rem!important;}
.pl-md, .px-md {padding-left: 3rem!important;}
.pr-md, .px-md {padding-right: 3rem!important;}
.pl-lg, .px-lg {padding-left: 4rem!important;}
.pr-lg, .px-lg {padding-right: 4rem!important;}
.pl-xxs, .px-xxs {padding-left: .5rem!important;}
.pr-xxs, .px-xxs {padding-right: .5rem!important;}
/* Padding Top and Bottom */
.pb-lg, .py-lg {padding-bottom: 4rem!important;}
.pt-lg, .py-lg {padding-top: 4em!important;}
.pb-md, .py-md {padding-bottom: 3rem!important;}
.pt-md, .py-md {padding-top: 3rem!important;}
.pb-sm, .py-sm {padding-bottom: 2rem!important;}
.pt-sm, .py-sm {padding-top: 2rem!important;}
.pb-xs, .py-xs {padding-bottom: 1rem!important;}
.pt-xs, .py-xs {padding-top: 1rem!important;}
.pb-2, .py-xxs {padding-bottom: .5rem!important;}
.pt-xxs, .py-xxs {padding-top: .5rem!important;}
/* Margin Left and Right */
.ml-0, .mx-0 {margin-left: 0!important;}
.mr-0, .mx-0 {margin-right: 0!important;}
.ml-xxs, .mx-xxs {margin-left: .5rem!important;}
.mr-xxs, .mx-xxs {margin-right: .5rem!important;}
.ml-xs, .mx-xs {margin-left: 1rem!important;}
.mr-xs, .mx-xs {margin-right: 1rem!important;}
.ml-sm, .mx-sm {margin-left: 2rem!important;}
.mr-sm, .mx-sm {margin-right: 2rem!important;}
.ml-md, .mx-md {margin-left: 3rem!important;}
.mr-md, .mx-md {margin-right: 3rem!important;}
.ml-lg, .mx-lg {margin-left: 4rem!important;}
.mr-lg, .mx-lg {margin-right: 4rem!important;}
/* Margin Top and Bottom */
.mt-xxs, .my-xxs {margin-top: .5rem!important;}
.mb-xxs, .my-xxs {margin-bottom: .5rem!important;}
.mt-xs, .my-xs {margin-top: 1rem!important;}
.mb-xs, .my-xs {margin-bottom: 1rem!important;}
.mt-sm, .my-sm {margin-top: 2rem!important;}
.mb-sm, .my-sm {margin-bottom: 2rem!important;}
.mt-md, .my-md {margin-top: 3rem!important;}
.mb-md, .my-md {margin-bottom: 3rem!important;}
.mt-lg, .my-lg {margin-top: 4rem!important;}
.mb-lg, .my-lg {margin-bottom: 4rem!important;}

.no-border {
	border: none !important;
}
.no-round, .br0, .no-radius, .no-border-radius {
	border-radius: 0 !important;
}
.no-bg {
	background: none !important;
}
.mx-auto {margin-left: auto; margin-right: auto;}
.z1 {z-index:1;}
.z2 {z-index:2;}
.z3 {z-index:3;}
.z4 {z-index:4;}
.z5 {z-index:5;}
.z9 {z-index:9;}
.pr {position:relative;}
.w-full {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-full {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.caps {
	text-transform: uppercase;
}
.text-1 {
	font-size: 1rem;
}
.text-1h {
	font-size: 1.5rem;
}
.text-2 {
	font-size: 2rem;
	font-weight: 600 !important;
}
.text-2h {
	font-size: 2.5rem;
	font-weight: 600 !important;
}
.text-3 {
	font-size: 3rem;
}
.text-3h {
	font-size: 3.5rem;
}
.d-flex, .flex {
    display: flex!important;
}
.flex-wrap {
	flex-wrap: wrap;
}
.flex-col {
	flex-direction: column !important;
}
.flex-row {
	flex-direction: row !important;
}
.flex-row-reverse {
	flex-direction: row-reverse !important;
}
.justify-between {
    justify-content: space-between !important;
}
.justify-evenly {
    justify-content: space-evenly !important;
}
.justify-center {
    justify-content: center !important;
}
.justify-right {
    justify-content: flex-end !important;
}
.justify-left {
    justify-content: flex-start !important;
}
.items-center {
    align-items: center !important;
}
.items-right {
    align-items: flex-end !important;
}
.items-left {
    align-items: flex-start !important;
}
.self-start {
    align-self: flex-start !important;
}
.self-end {
    align-self: flex-end !important;
}
.row-flex {
    display: flex !important;
}
.d-block {
    display:block !important;
}
.text-small {
	font-size: 12px !important;
  letter-spacing: .01em;
}
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: 12px;
}
.input-group input, .input-group select, .input-group .popover {
	font-size: 12px;
}
.input-group .dropdown-menu {
	font-size: 14px;
}
.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;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.secondary-nav ul .open>.dropdown-menu > li > a:hover {
    background: #f2f2f2;
    width: 100%;
}
/* 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 #currency .currency-select {
	text-align: left;
}
#top #currency .currency-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 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
	margin-top: 10px;
}
@media (max-width: 478px) {
		#search {
		margin-bottom: 10px;
		margin-top: 0px;
	}
}
#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 {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#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%;
		}
	}
#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;
}
#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;
}
.hiddendesk {
		display:none !important;
	}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
	.d-inline-flex {
		display: inline-flex !important;
	}
	.d-flex-row {
		flex-direction: row !important;
	}
	.d-flex-col {
		flex-direction: column !important;
	}
	.desktop\:w-col3\/4 {
		/*width: 763px;*/
		overflow-y: scroll;
    	overflow-x: hidden;
	}
	.desktop\:max-w-\[200px\] {
		max-width: 200px;
	}
	.desktop\:w-col1\/4 {
		width: 241px;
	}
	.desktop\:gap-4 {
		gap: 32px;
	}
	.desktop\:w-full {
		width: 100%;
	}
}
@media (max-width: 767px) { /* phone */
	p {
		font-size:15px;
		line-height: 1.2em;
	}
	.lead {
		font-weight: 400 !important;
	}
	.phone\:text-title3 {
		font-size:22px;
	}
	.phone\:text-title4 {
		font-size:18px;
	}
	.phone\:text-title5 {
		font-size:15px;
	}
	.hiddendesk {
	display:inherit !important;
	}

	#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;
	}
}
/* content */
#content {
	min-height: auto;
}
/* footer */
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
body.dark_mode footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
	display:none;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: rgb(34 35 37);
    cursor: default;
    font-weight: 600;
    background-color: rgb(255 206 60);
    border-color: rgb(255 206 60);
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: rgb(34 35 37);
    background-color: rgb(214 214 214);
    border-color: rgb(214 214 214);
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #6a6b74;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0);
    border-radius: 1.5rem;
    margin: 0 5px;
	transition:all 0.4s;
    min-width: 37px;
	font-weight: 600;
    text-align: center;
	font-size: .8em;
}
.relative {
	position:relative;
}
.absolute {
    position: absolute;
}
.text-md {
	font-size: 16px;
}
.btn-url {
  overflow: hidden;
    white-space: initial;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    padding-top: 2px;
    padding-left: 7px;
}
.b-r-alpha {
  border-right:1px solid rgba(165,165,165 ,.3)!important;
}
.rounded-8 {
    border-radius: 8px;
}
.border-1 {
    border-width: 1px;
    border-style: solid;
}
.border-npl-separator-alpha {
    border-color: rgba(165, 165, 165, .3);
}
.bg-white-default {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
body.dark_mode .bg-white-default {
    --tw-bg-opacity: 1;
    background-color: rgb(37 37 38 / var(--tw-bg-opacity));
}
body.dark_mode .text-default {
	color: #eaeaea !important;
}
.w-40 {
    width: 40px;
}
.h-40 {
    height: 40px;
}
.stats-box.dark {
    background: rgb(54 54 54 / 42%);
    color:white !important;
}
.scroll-overlay {
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.3) transparent; /* Firefox */
  position: relative;
}

/* Chrome / WebKit overlay scrollbar */
.scroll-overlay::-webkit-scrollbar {
  width: 8px;
  position: absolute;
}

.scroll-overlay::-webkit-scrollbar-track {
  background: transparent;
}

.scroll-overlay::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  border: none;
}

/* Optional: Hide scrollbar gap on iOS/macOS */
.scroll-overlay {
  -webkit-overflow-scrolling: touch;
}
.custom-tab-nav {
  display: flex;
  gap: 10px;
  font-weight: 600;
}

.custom-tab-button {
  padding: 8px 16px;
  background: rgb(104 104 104 / 42%);
  color: rgb(255 255 255 / 76%);
  border: none;
  cursor: pointer;
  border-radius: 6px;
  transition: background 0.2s;
}

.custom-tab-button.active {
  background: rgb(255 210 85);
  color: #000;
}
body.dark_mode .custom-tab-button.active .badge-product-count {

}
.custom-tab-pane {
  display: none;
}

.custom-tab-pane.active {
  display: block;
}
@media screen and (max-width: 1229px) { /* laptop */
	.mml-md, .mmx-md {
		margin-left: 4rem !important;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.custom-tab-nav {
		font-size: 15px;
	}
	.pagination {
		margin: 15px 0;
	}
	.mbr0 {
		border-radius:0 !important;
	}
	.mb0 {
		border:none !important;
	}
	.mml-md, .mmx-md {
		margin-left: 3rem !important;
	}
	.mml-sm, .mmx-sm {
		margin-left: 2rem !important;
	}
	.mml-xs, .mmx-xs {
    	margin-left: 1rem!important;
	}
	.mmr-xs, .mmx-xs {
		margin-right: 1rem!important;
	}
	.mml-0, .mmx-0 {
		margin-left:0px !important;
	}
	.mmr-0, .mmx-0 {
		margin-right:0px !important;
	}
	.mml-5, .mmx-5 {
		margin-left:5px !important;
	}
	.mmr-5, .mmx-5 {
		margin-right:5px !important;
	}
	.mml-10, .mmx-10 {
		margin-left:10px !important;
	}
	.mmr-10, .mmx-10 {
		margin-right:10px !important;
	}
	.mml--xs {
		margin-left:-1rem !important;
	}
	.mmr--xs {
		margin-right:-1rem !important;
	}
	.mmt--50 {
		margin-top:-50px !important;
	}
	.mmt--100 {
		margin-top:-100px !important;
	}
	.mmt-0 {
		margin-top:0 !important;
	}
	.mmt-10 {
		margin-top:10px !important;
	}
	.mmt-20 {
		margin-top:20px !important;
	}
	.mmt-xs {
		margin-top:1rem !important;
	}
	.mmt-xxs {
		margin-top:0.5rem !important;
	}
	.mmt-sm {
		margin-top:2rem !important;
	}
	.mmt-md {
		margin-top:3rem !important;
	}
	.mmt-lg {
		margin-top:4rem !important;
	}
	.mmb-0 {
		margin-bottom:0 !important;
	}
	.mmb-xs {
		margin-bottom:1rem !important;
	}
	.mmb-xxs {
		margin-bottom:0.5rem !important;
	}
	.mmb-sm {
		margin-bottom:2rem !important;
	}
	.mmb-md {
		margin-bottom:3rem !important;
	}
	.mmb-lg {
		margin-bottom:4rem !important;
	}
	.mtop25p {
		top:25% !important;
	}
	.mf4 {
		font-size:4rem !important;
	}
	.mpt-0 {
		padding-top:0 !important;
	}
	.mpl-0, .mpx-0 {
		padding-left:0px !important;
	}
	.mpr-0, .mpx-0 {
		padding-right:0px !important;
	}
	.mpl-5, .mpx-5 {
		padding-left:5px !important;
	}
	.mpr-5, .mpx-5 {
		padding-right:5px !important;
	}
	.mpl-10, .mpx-10 {
		padding-left:10px !important;
	}
	.mpr-10, .mpx-10 {
		padding-right:10px !important;
	}
	.mpl-15, .mpx-15 {
		padding-left:15px !important;
	}
	.mpr-15, .mpx-15 {
		padding-right:15px !important;
	}
	.mpt-10, .mpy-10 {
		padding-top:10px !important;
	}
	.mpl-60, .mpx-60 {
		padding-left:60px !important;
	}
	.mpr-60, .mpx-60 {
		padding-right:60px !important;
	}
	.mpb-10, .mpy-10 {
		padding-bottom:10px !important;
	}
	.mpt-10, .mpy-10 {
		padding-top:10px !important;
	}
	.mpb-20, .mpy-20 {
		padding-bottom:20px !important;
	}
	.mpt-20, .mpy-20 {
		padding-top:20px !important;
	}
	.w-max {
		width: max-content;
	}
	.items-m-left {
		align-items: flex-start !important;
	}
	.items-m-right {
		align-items: flex-end !important;
	}
	.items-m-center {
		align-items: center !important;
	}
	.justify-m-left {
		justify-content: flex-start !important;
	}
	.justify-m-right {
		justify-content: flex-end !important;
	}
	.justify-m-center {
		justify-content: center !important;
	}
}
@media (min-width: 992px) {
	.col-md-6 {
    	width: 50%;
		flex-basis: 49%;
  	}
}
/* badges */
.badge {
    display: inline-block;
    padding: .48rem .575rem;
    font-size: 15px;
    font-weight: 600;
	background-color: rgba(0,0,0,.4);
    border: 1px solid rgba(100,100,100,.8);
    color: rgba(200,200,200,.75);
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .5rem;
}
.badge-circle {
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    font-size: .875rem;
}
.badge-pill {
    border-radius: 10rem;
}
.badge-primary {
    color: #997000 !important;
    border: none;
    background: rgb(255 210 85 / 29%);
}
body.dark_mode .badge-primary {
	color: #ffd255 !important;
}
.badge-warning {
    color: #fb9341 !important;
    border: 1px solid rgb(251 147 65 / 70%) !important;
}
.badge-success {    
	color: #3cf6af !important;
    border: 1px solid rgb(60 246 175 / 70%) !important;
}
.badge-md {
	font-size: 1rem;
    padding: 10px 15px;
}
.secondary-nav #notification,.secondary-nav #notification-messages {position:relative;margin: 0 5px;color: rgb(94 94 94) !important;}
.badge.notify {
	background-color:#eb5151;
    font-weight: 700;
    color: white;
    padding: 3px 5px;
    border: none;
    top: 0px;
    right: 12px;
    position: absolute;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
    position: relative;
    will-change: transform;
    display: inline-flex;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    vertical-align: middle;
    height: 42px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    line-height: 2.15;
    padding: 0px 16px;
    width: fit-content;
    font-size: 16px;
	font-weight: 700;
    border-radius: 6px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-round {
	border-radius: 4rem;
}
.alert .btn {
	padding: 0 15px;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.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-blue {
	color: #fff;
    background: linear-gradient(150deg,#6881ec 0,#94a8ff 100%)!important;
    border-color: rgba(94, 114, 228,0);
    box-shadow: inset 3px 3px 6px #5971d4, inset -4px -4px 10px #98aeff, 3px 3px 6px #697fdc, -3px -3px 6px #a0b4fd;
    border-radius: 1rem;
}
.btn-blue:hover {
	color: #fff;
	background:linear-gradient(150deg,#6881ec 0,#8da1fb 100%)!important;
	transform: translate(0, 0);
	box-shadow: inset 3px 3px 6px #4b63ca, inset -4px -4px 10px #708cf5, 3px 3px 6px #697fdc, -3px -3px 6px #a0b4fd;
    border-color: rgba(148, 164, 255,0);
}
.btn-upload {
	background: #fde538;
    color: #393939;
    border-radius: 0.75em;
    padding: 5px 10px 20px;
    margin: 10px 0;
}
.btn-upload > button {
	width: 100%;
	padding: 0;
}
.btn-upload > button:hover {
	color: #101010;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn-help {
	height: 42px;
    width: auto;
	display: flex;
    padding: 0.625rem 1.1rem;
}
body.light_mode .btn-filters {
	color: #333;
}
.btn-filters {
    line-height: 2em;
    border: 2px solid rgba(165,165,165 ,.3);
    color: #bdbec2;
    height: 40px;
    padding: 4px 12px;
    margin: 0 3px;
	display: inline-flex;
	align-items: center;
}
.btn-filters:hover {
    color: #eaeaea;
}
.btn-filters:visited, .btn-filters:focus {
    color: #bdbec2;
}
.btn-outline {
    line-height: 2em;
    border: 1px solid #7b7d88;
    color: #bdbec2;
}
.btn-outline:hover, .btn-outline:visited, .btn-outline:focus {
    color: #eaeaea;
}
.btn-dashed {
    line-height: 2em;
    border: 2px dashed rgb(228, 228, 228);
    color: #777;
}
body.dark_mode .btn-dashed {
    border: 2px dashed rgb(118 110 129 / 30%);
}
.btn-dashed:hover {
    color: #000;
}
.btn-warning {
    color: #fff !important;
    background: linear-gradient(150deg,#fb6340 0,#fb9941 100%)!important;
    border-color: rgba(94, 114, 228,0);
}
.btn-warning:hover {
	background:linear-gradient(150deg,#fb6340 0,#fb9941 100%)!important;
	transform: translate(0, 1px);
    border-color: rgba(94, 114, 228,0);
}
.btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	color: #ffffff !important;
}
.btn-warning.focus, .btn-warning:focus {
    border-color: rgba(148, 164, 255,0);
}
.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: #fff;
    background: #43ce88;
}
.btn-success:hover {
    background: #4ad38e;
}
.btn-funnel {
    color: #fff;
    background: #2dce89;
}
.btn-funnel:hover {
    background: #1bba76;
    color: #fff;
}
.btn-academy {
    color: #fff;
    background: #5e72e4;
}
.btn-academy:hover {
    background: #4b60d9;
    color: #fff;
}
.btn-pro {
    color: #fff;
    background: #f3b11e;
}
.btn-pro:hover {
    background: #f1ab10;
    color: #fff;
}
.btn-white {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.btn-white:hover {
	box-shadow: 0 2px 3px rgba(50,50,93,.25), 0 1px 3px rgba(0,0,0,.08) !important;
}
.btn-white:visited {
    color: #212529;
}
.btn-icon {
    color: #fff;
    background:none;
	opacity: .5;
	text-transform: capitalize;
    font-weight: 400;
    text-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.btn-icon:hover {
    color: #fff;
	opacity: 1;
}
#profile__community .btn-icon:hover {
    background: rgb(13 13 13 / 70%);
}
.btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled], .btn-success:visited {
    background: linear-gradient(150deg,#56e6a9,#1eca81 100%)!important;
	border-color: rgba(238, 240, 246, 1);
	color: #ffffff !important;
}
.btn-success.focus, .btn-success:focus {
	/*background-position: 0 -15px;*/
    border-color: rgba(148, 164, 255,0);
}
.btn-disabled {
	box-shadow: inset 6px 6px 12px #d2d9e2, inset -6px -6px 12px #fdfeff;
    color: #9dabb9;
	border-radius:.75rem;
}
.btn-disabled:hover {
	box-shadow: inset 6px 6px 12px #d2d9e2, inset -6px -6px 12px #fdfeff;
    color: #9dabb9;
	cursor:not-allowed !important;
}
.btn-info {
	color: #333;
	text-shadow: none;
	background: none;
	border-color: #333;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	border-color: #000;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #3b70f9 !important;
	text-decoration: underline;
	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 (min-width: 1440px) {
	.wide\:grid-cols-6 {
		grid-template-columns: repeat(6,minmax(0,1fr));
	}
	.wide\:w-col5\/5 {
		/*width: 1140px;*/
		overflow-y:scroll;
		overflow-x: hidden;
	}
	body.user-offline[class^="customerpartner-profile-"] .wide\:w-col5\/5, body.user-offline.customerpartner-profile .wide\:w-col5\/5 {
		width: 100%;
	}
	.wide\:justify-start {
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}

	.row-flex {
		display: block !important;
	}
.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%;
	}
.image-additional a {
	padding: 0 !important;
	}
}
.thumbnails {
	overflow: auto;
	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: 15px;
    padding: 15px;
    display: block;
    border: 1px solid #22232f;
    background: #22232f;
    border-radius: 10px !important;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

/* 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;
}
