/* Shimmer effect */
.shimmer {
  position: relative;
  background: #e0e0e0;
  overflow: hidden;
}
.shimmer::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150px;
  width: 150px;
  height: 100%;
  background: linear-gradient(to right, transparent 0%, rgba(255,255,255,0.6) 50%, transparent 100%);
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  0% {
    left: -150px;
  }
  100% {
    left: 100%;
  }
}
/* End Shimmer effect */

body {
	background-color: #fafafa;
	font-family: Roboto, sans-serif
}

body.fixed {
	position: fixed;
	overflow: hidden;
	width: 100%
}

.container {
	background-color: #fff
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 640px;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd
	}
}

@media (min-width:992px) {
	.container {
		max-width: 800px;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 800px;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd
	}
}

.btn {
	cursor: pointer
}

.btn-primary {
	background-color: #2a2a2a;
	border-color: #2a2a2a
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	background-color: #323232;
	border-color: #323232
}

.btn-outline-primary {
	background-color: transparent;
	border-color: #444444;
	color: #2a2a2a;
	font-size: 16px
}

.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: white;
	background-color: #2a2a2a !important;
	border-color: #2a2a2a !important
}

.navbar-toggler {
	padding: 0.25rem 0.5rem;
	margin-right: 0.5rem;
	background: #f2f4f6;
	border: 0;
	color: black
}

.reset-col-padding {
	padding: 0 7.5px
}

.reset-row-margin {
	margin: 0 -7.5px
}

.nav-tab-ck .nav-link {
	color: #aaaaaa;
	cursor: pointer;
	-webkit-transition: 0.2s ease all;
	transition: 0.2s ease all
}

.nav-tab-ck .nav-link.active,
.nav-tab-ck .nav-link:hover {
	color: #2a2a2a
}

.nav-tab-ck .nav-link.active .step,
.nav-tab-ck .nav-link:hover .step {
	background-color: #2a2a2a;
	color: #fff;
	border: 1px solid #2a2a2a
}

.nav-tab-ck .nav-link .step {
	width: 20px;
	height: 20px;
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	border-radius: 50%;
	border: 1px solid #aaaaaa
}

.cat-list {
	border-top: 1px solid #ddd
}

.cat-list .cat {
	border: 1px solid #ddd;
	padding-left: 0;
	padding-right: 0;
	-webkit-transition: background 275ms ease-in;
	transition: background 275ms ease-in
}

.cat-list .cat:nth-child(3n+1) {
	border-top: 0;
	border-left: 0
}

.cat-list .cat:nth-child(3n+2) {
	border-top: 0;
	border-left: 0
}

.cat-list .cat:nth-child(3n+3) {
	border-top: 0;
	border-left: 0;
	border-right: 0
}

@media (max-width:575px) {
	.cat-list .cat:nth-child(3n+3) {
		border-right: 1px solid #ddd
	}
}

.cat-list .cat:last-child {
	border-right: 1px solid #ddd
}

.cat-list .cat:nth-child(3n+2):last-child {
	border-right: 1px solid #ddd
}

.cat-list .cat:hover {
	background: #f5f5f5
}

.cat-list .cat>a {
	height: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	padding: 0.85rem 0.5rem;
	font-size: 0.875rem;
	margin: 0 !important;
	line-height: 1rem;
	color: #2a2a2a;
	text-decoration: none
}

.pagination {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	font-size: 85%
}

.page-item a {
	position: relative;
	float: left;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	text-decoration: none;
	background-color: transparent;
	border: none;
	color: #2a2a2a;
	-webkit-transition: 0.2s ease all;
	transition: 0.2s ease all
}

.page-item a:hover {
	background-color: rgba(0, 0, 0, 0.045);
	border-radius: 2rem;
	color: #2a2a2a
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
	border-radius: 2rem
}

.page-item.active a {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #2a2a2a;
	height: 2rem;
	text-align: center;
	vertical-align: middle;
	border-radius: 2rem
}

.page-item.active a:focus,
.page-item.active a:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #2a2a2a;
	text-align: center;
	vertical-align: middle;
	border-radius: 2rem
}

.page-item.active .page-link {
	background-color: #2a2a2a
}

.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
	background-color: #2a2a2a
}

.page-item.disabled .page-link {
	background-color: transparent
}

.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:hover {
	background-color: transparent
}

.navbar {
	margin: 0 !important;
	border-radius: 0;
	padding: 0 !important
}

.navbar-subtitle {
	font-size: 60%
}

.nav-link,
.navbar-brand {
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.85)
}

.nav-link:focus,
.nav-link:hover,
.navbar-brand:focus,
.navbar-brand:hover {
	color: rgba(255, 255, 255, 0.95)
}

.main-menu {
	overflow: auto;
	white-space: nowrap;
	margin: 0;
	padding: 0
}

.main-menu>li {
	display: inline-block;
	text-decoration: none;
	padding: 15px 0
}

.main-menu>li>a {
	text-transform: uppercase;
	color: #555;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none
}

.main-menu>li>a:hover {
	color: #555
}

.breadcrumb {
	background-color: transparent;
	padding: 0
}

.breadcrumb .breadcrumb-item {
	font-size: 80%
}

.breadcrumb .breadcrumb-item a {
	color: #2a2a2a !important
}

.breadcrumb .breadcrumb-item.active a {
	color: rgba(42, 42, 42, 0.76)
}

.breadcrumb .breadcrumb-item:not(.active) a:hover {
	text-decoration: underline !important
}

.page-title {
	font-size: 1.4rem;
	margin-bottom: 1rem
}

.modal-content {
	border-radius: 0.5rem;
	padding: 1rem;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16)
}

.m-0 {
	margin: 0
}

.mbtm-2r {
	margin-bottom: 2rem
}

.f80p {
	font-size: 80%;
	line-height: 1rem
}

.card {
	float: none;
	margin-bottom: 15px
}

.card .card-block {
	padding: 1rem
}

.card-text {
	font-size: 85%
}

footer p {
	margin-bottom: 0.25rem
}

.dropdown-menu {
	font-size: 80%;
	padding: 0
}

.dropdown-menu .dropdown-item {
	padding: 0.8rem 1rem
}

.dropdown-menu .dropdown-item i {
	color: #ddd
}

.dropdown-menu .dropdown-item:hover:first-child {
	border-radius: 0.25rem 0.25rem 0 0
}

.dropdown-menu .dropdown-item:hover:last-child {
	border-radius: 0 0 0.25rem 0.25rem
}

.dropdown-menu .dropdown-item:hover i {
	color: #2a2a2a
}

.dropdown-menu .dropdown-item:hover i.icon-logout {
	color: #FF4A55
}

.dropdown-menu .dropdown-item:active {
	background-color: #fff;
	color: #555
}

.dropdown-menu .dropdown-divider {
	margin: 0
}

.product-img.lazy {
	background: no-repeat center center;
	background-size: 101%;
	padding-bottom: 100%
}

.product-title {
	color: #2a2a2a !important;
	text-decoration: none
}

.product-home .card-ph-list {
	border: none
}

.product-home .card-best-seller,
.product-home .card-popular {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12)
}

.product-home .product-title {
	line-height: 1rem;
	font-size: 0.875rem;
	display: inline-block
}

.product-home .product-price {
	margin: 0;
	font-size: 1rem;
	color: #2a2a2a;
	font-weight: 700
}

.product-home .product-stock {
	color: #888;
	font-size: 70%;
	margin-bottom: 0
}

.product-home .product-stock .amount {
	color: #15CD72;
	font-weight: 700
}

.product-home .box-search {
	margin-bottom: 0.8rem;
	display: inline-block;
	padding-bottom: 0.4rem
}

.product-home .box-search .btn,
.product-home .box-search .search-product {
	border: 1px solid #2a2a2a
}

.product-home .box-search .search-product {
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-right: 1px solid transparent;
	-webkit-transition: 0.2s ease all;
	transition: 0.2s ease all
}

.product-home .box-search .search-product:focus,
.product-home .box-search .search-product:hover {
	border: 1px solid #2a2a2a;
	border-right: 1px solid transparent
}

.product-home .box-search .btn {
	background-color: #2a2a2a;
	color: #fff
}

.product-home .box-search i {
	font-size: 1rem
}

.cart-notif {
	width: 16px;
	height: 16px;
	background-color: #FF4A55;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	text-align: center;
	font-size: 10px;
	line-height: 10px;
	padding-top: 3px
}

.cart-notif.sm {
	width: 14px;
	height: 14px;
	top: -5px;
	right: -5px
}

.side-cart {
	background-color: #fff;
	border-color: rgba(42, 42, 42, 0);
	border-radius: 0;
	position: fixed;
	bottom: 0;
	top: 0;
	width: 300px;
	margin: 0
}

.side-cart .shopping-cart {
	height: auto;
	overflow: auto;
	margin-bottom: 120px;
	padding: 0
}

.side-cart .list-group {
	background-color: #f5f5f5
}

.side-cart .list-group-item {
	background-color: transparent;
	border-left: none;
	border-right: none;
	border-color: rgba(42, 42, 42, 0.05)
}

.side-cart .card-title {
	margin: 0;
	font-size: 1rem;
	padding: 1.35rem 1rem
}

@media (max-width:575px) {
	.side-cart .card-title {
		padding: 0.9rem 1rem
	}
}

.side-cart .sc-product-title {
	font-size: 90%;
	color: #2a2a2a;
	line-height: 1rem;
	margin-bottom: 5px
}

.side-cart .sc-product-title small {
	color: #555
}

.side-cart .sc-item,
.side-cart .sc-price {
	font-size: 70%;
	color: #888;
	margin: 0
}

.side-cart:hover {
	-webkit-box-shadow: none;
	box-shadow: none
}

.side-cart .sc-number {
	display: inline-block;
	padding: auto;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 2rem;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	background-color: #15CD72
}

.side-cart a.sc-ship-to {
	color: #2a2a2a;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 2px
}

.side-cart a.sc-ship-to:hover {
	color: #2a2a2a;
	text-decoration: none;
	border-bottom: 1px dotted #555
}

.side-cart .subtotal {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%
}

.navbar-light .navbar-nav .nav-link {
	color: #2a2a2a
}

.top-cart {
	color: rgba(255, 255, 255, 0.85) !important
}

.top-cart:hover {
	color: white !important
}

.all-cart {
	position: absolute;
	top: 45px;
	width: 240px;
	height: auto;
	z-index: 99;
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
	color: #888;
	margin: 0;
	padding: 0
}

.all-cart a.ship-to {
	color: #2a2a2a;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 2px
}

.all-cart a.ship-to:hover {
	color: #2a2a2a;
	text-decoration: none;
	border-bottom: 1px dotted #555
}

.all-cart .ac-item {
	list-style: none
}

.all-cart .ac-item:first-child .header {
	border-radius: 8px 8px 0 0
}

.all-cart .ac-item .header {
	background-color: #f7f7f9
}

.all-cart .ac-item .send-to {
	font-size: 90%;
	color: #2a2a2a;
	padding: 15px;
	margin: 0
}

.all-cart .ac-item .list-group-item {
	border-left: none;
	border-right: none;
	padding: 5px 10px
}

.all-cart dl {
	margin: 0;
	line-height: 1rem;
	font-size: 70%
}

.all-cart dl dt {
	font-weight: normal
}

.all-cart dl .col-sm-4,
.all-cart dl .col-sm-8 {
	padding: 5px
}

.all-cart .footer {
	background-color: #f7f7f9;
	padding: 15px;
	border-radius: 0 0 8px 8px;
	text-align: center
}

.no-transition {
	-webkit-transition: height 0.01s;
	transition: height 0.01s
}

.material-icons {
	vertical-align: middle
}

.text-success {
	color: #15CD72 !important
}

.text-primary {
	color: #2a2a2a !important
}

.product-detail .pd-title {
	margin-bottom: 20px
}

.product-detail .pd-price {
	font-size: 1.5rem;
	color: #2a2a2a;
	margin: 0
}

.product-detail .pd-items {
	color: #818a91
}

.fixed-bottom {
	-webkit-transition: all 0.22s ease-out;
	transition: all 0.22s ease-out
}

.fixed-bottom .container {
	-webkit-box-shadow: 0 -5px 15px -5px rgba(0, 0, 0, 0.16);
	box-shadow: 0 -5px 15px -5px rgba(0, 0, 0, 0.16);
	background-color: #F7F7F9
}

.spinner {
	width: 100px
}

.spinner input {
	text-align: right
}

.input-group-btn-vertical {
	position: relative;
	white-space: nowrap;
	width: 20px;
	vertical-align: middle;
	display: table-cell
}

.input-group-btn-vertical>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 9px;
	margin-left: -1px;
	position: relative;
	border-radius: 0
}

.input-group-btn-vertical>.btn:first-child {
	border-top-right-radius: 4px
}

.input-group-btn-vertical>.btn:last-child {
	margin-top: -2px;
	border-bottom-right-radius: 4px
}

.input-group-btn-vertical i {
	position: absolute;
	top: 2px;
	left: 2px;
	font-size: 14px
}

.checkout .table-ck-products {
	font-size: 80%
}

.checkout .table-ck-products .item-price {
	color: #888
}

.checkout .table-ck-subtotal {
	margin-top: 30px;
	font-size: 90%;
	color: #888
}

.checkout .table-ck-subtotal td {
	border: none;
	padding: 2px
}

.checkout .bl {
	border-left: 1px solid #ddd
}

.checkout .order-list {
	background-color: #fafafa
}

.checkout .order-list .list-group-item {
	background: transparent;
	border: 0
}

.checkout .order-list img {
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 0.25rem;
	background-color: #fff
}

.checkout .order-list .product-title {
	font-size: 12px;
	margin: 0;
	font-weight: 500
}

.checkout .order-list .product-amount {
	background-color: #aaaaaa;
	padding: 0.25rem 0.45rem;
	font-size: 10px;
	line-height: 10px;
	color: #fff;
	border-radius: 0.25rem;
	width: auto;
	font-weight: 700
}

.checkout .order-list .product-price {
	font-size: 14px;
	float: right
}

.checkout .total-payment td {
	text-align: right
}

.checkout .total-payment .subtotal {
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.checkout .total-payment .shipping {
	border: 0
}

.address-box,
.items-box {
	display: block;
	margin: 1rem 0;
	font-size: 80%;
	padding: 1rem;
	background-color: #f7f7f9;
	color: rgba(0, 0, 0, 0.45)
}

.form-group label {
	font-size: 80%;
	color: #888
}

.checkout-all .card-block {
	padding: 0
}

.checkout-all .ca-header {
	background-color: #e8e8ee;
	padding: 0.5rem 1rem;
	border-radius: 4px 4px 0 0;
	border-bottom: 1px solid #ddd;
	overflow-x: auto
}

.checkout-all table {
	font-size: 80%;
	margin-bottom: 0
}

.checkout-all a.item-cart {
	color: #ddd
}

.checkout-all a.item-cart:hover {
	color: #555
}

.checkout-all a.item-cart i {
	font-size: 1rem
}

.transactions .tr-table {
	font-size: 80%
}

.transactions .tr-table thead th {
	background-color: #f7f7f9
}

.transactions .tr-products {
	padding-left: 15px
}

.transactions .tr-price {
	list-style: none;
	padding: 0
}

.customers .tr-table {
	font-size: 80%
}

.customers .tr-table thead th {
	background-color: #f7f7f9
}

.card-purchase {
	font-size: 90%;
	color: #555;
	background-color: #F7F7F9;
	float: none
}

.card-purchase .list-inline {
	text-align: center
}

.card-purchase .list-inline li {
	padding: 2rem;
	text-align: left
}

.card-purchase .total-purchase {
	font-weight: 700;
	font-size: 2rem;
	padding: 0.8rem 1.4rem;
	border-radius: 8px;
	border: 1px solid #15CD72;
	display: inline-block;
	margin-bottom: 1rem;
	color: #15CD72
}

.card-purchase .tag {
	padding: 0.5rem
}

.card-purchase .total-payment {
	font-size: 120%
}

.card-invoice {
	background-color: rgba(42, 42, 42, 0.08);
	color: rgba(42, 42, 42, 0.7);
	padding: 2rem;
	float: none;
	border: none;
	font-size: 80%
}

.card-invoice table {
	margin-top: 2rem
}

.card-invoice table th {
	background-color: rgba(42, 42, 42, 0.2);
	border-top: 2px solid rgba(42, 42, 42, 0.2);
	border-bottom: 2px solid rgba(42, 42, 42, 0.2)
}

.card-invoice table td {
	border-bottom: 1px solid rgba(42, 42, 42, 0.2)
}

.card-invoice .total-payment {
	font-size: 2rem
}

.nav-pills .nav-link {
	color: #555
}

.nav-pills .nav-link.active {
	background-color: rgba(42, 42, 42, 0.08);
	border: 1px solid #2a2a2a;
	color: #2a2a2a
}

.nav-pills .nav-link.active:active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover {
	background-color: rgba(42, 42, 42, 0.08);
	color: #2a2a2a
}

.tr-status {
	font-size: 90%;
	margin-bottom: 1rem
}

.tr-status .tag {
	padding: 0.25rem
}

.tr-status .tag.tag-outline {
	border: 1px solid #2a2a2a;
	background-color: transparent;
	color: #2a2a2a
}

.ui-autocomplete {
	position: absolute;
	z-index: 1000;
	cursor: default;
	padding: 0;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #ddd;
	font-size: 85%;
	color: #888888;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16)
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0
}

.ui-menu .ui-menu {
	position: absolute
}

.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	list-style-image: none
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 1rem
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
	margin: -1px;
	background-color: #2a2a2a;
	color: #fff;
	border: none
}

.ui-menu li:first-child .ui-state-active,
.ui-menu li:first-child .ui-state-focus {
	border-radius: 8px 8px 0 0
}

.ui-menu li:last-child .ui-state-active,
.ui-menu li:last-child .ui-state-focus {
	border-radius: 0 0 8px 8px
}

.footer {
	text-align: center;
	background-color: #888
}

.footer a {
	font-size: 85%;
	font-weight: 500
}

.footer p {
	font-size: 80%
}

@media (min-width:576px) {
	.footer {
		text-align: left
	}
}

.footer-links li {
	display: inline-block;
	margin-bottom: 1rem
}

.footer-links li+li {
	margin-left: 1rem
}

body,
html {
	overflow-x: hidden
}

.panel-user {
	text-align: center;
	color: #fff;
	padding: 0.5rem
}

.btn-offcanvas {
	cursor: pointer;
	background: transparent
}

.btn-show-more {
	margin-top: 16px;
	cursor: pointer;
	font-size: 1rem;
	padding: 8px 12px;
	border: 1px solid #ddd;
	border-radius: 6px;
	color: #868e96 !important;
	-webkit-transition: all 275ms ease-in;
	transition: all 275ms ease-in
}

.btn-show-more:hover {
	color: #fff !important;
	background-color: #475aa8;
	border-color: #475aa8
}

.sidebar-offcanvas {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 300px;
	z-index: 2247483998
}

.row-offcanvas {
	position: relative;
	-webkit-transition: all 0.22s ease-out;
	transition: all 0.22s ease-out
}

.row-offcanvas.row-offcanvas-left {
	right: 0
}

.row-offcanvas.row-offcanvas-left .sidebar-offcanvas {
	position: absolute;
	width: 300px;
	right: -300px;
	top: 0
}

.row-offcanvas.row-offcanvas-left .sidebar-offcanvas .nav-link {
	padding: 0.75rem 1rem
}

.row-offcanvas.row-offcanvas-left.active {
	right: 300px
}

.row-offcanvas.row-offcanvas-left.active .sidebar-offcanvas {
	right: -300px
}

.row-offcanvas.row-offcanvas-left.active .fixed-bottom {
	bottom: -100px
}

.overlay-off-canvas {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
	z-index: 99;
	display: none
}

.overlay-off-canvas.active {
	display: block
}

.navbar-toggler {
	color: #fff;
	background: rgba(0, 0, 0, 0.1)
}

.menubar-offcanvas {
	display: none;
	z-index: 2247483999;
	background: #fff
}

.menubar-offcanvas.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.categories-wrap {
	display: none
}

#menubar a {
	font-size: 14px
}

#menubar .btn-categories {
	border: 1px solid
}

.row-offcanvas.row-offcanvas-left .menubar-offcanvas,
.row-offcanvas.row-offcanvas-left .sidebar-offcanvas {
	-webkit-transition: all 0.22s ease-out;
	transition: all 0.22s ease-out
}

@media screen and (max-width:576px) {
	.navbar .nav-link.dropdown-toggle {
		padding: 0.5rem 0.5rem
	}

	.navbar .nav-link.dropdown-toggle:after {
		margin-bottom: -3px
	}

	.dropdown-toggle:after {
		margin-left: 0
	}

	.row-offcanvas.row-offcanvas-left.active {
		right: 0
	}

	.row-offcanvas.row-offcanvas-left.active .sidebar-offcanvas {
		right: 0
	}
}

#banner-section .banner-block {
	cursor: pointer;
	line-height: 0;
	margin-right: 2%;
	overflow: hidden;
	position: relative;
	width: 32%
}

#banner-section .banner-text {
	padding: 0.5rem;
	left: 0;
	bottom: 0;
	line-height: 150%;
	position: absolute;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	min-height: 30%;
	max-height: 300px;
	z-index: 1;
	background: rgba(0, 0, 0, 0.6)
}

#banner-section .banner-text .category>span {
	color: #fff;
	display: block;
	font-size: 1.5em;
	font-weight: 600;
	margin-bottom: 5px
}

#banner-section .banner-text .title {
	color: #fff;
	font-size: 1rem;
	position: relative
}

.loader {
	width: auto;
	background-color: #fff;
	height: auto;
	vertical-align: middle;
	margin: 0 auto
}

.typing_loader {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	-webkit-animation: typing 1s linear infinite alternate;
	animation: typing 1s linear infinite alternate;
	margin: 12px auto;
	position: relative;
	left: -32px
}

@-webkit-keyframes typing {
	0% {
		background-color: black;
		-webkit-box-shadow: 24px 0px 0px 0px rgba(0, 0, 0, 0.2), 48px 0px 0px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 24px 0px 0px 0px rgba(0, 0, 0, 0.2), 48px 0px 0px 0px rgba(0, 0, 0, 0.2)
	}

	25% {
		background-color: rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: 24px 0px 0px 0px black, 48px 0px 0px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 24px 0px 0px 0px black, 48px 0px 0px 0px rgba(0, 0, 0, 0.2)
	}

	75% {
		background-color: rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: 24px 0px 0px 0px rgba(0, 0, 0, 0.2), 48px 0px 0px 0px black;
		box-shadow: 24px 0px 0px 0px rgba(0, 0, 0, 0.2), 48px 0px 0px 0px black
	}
}

@keyframes typing {
	0% {
		background-color: black;
		-webkit-box-shadow: 24px 0px 0px 0px rgba(0, 0, 0, 0.2), 48px 0px 0px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 24px 0px 0px 0px rgba(0, 0, 0, 0.2), 48px 0px 0px 0px rgba(0, 0, 0, 0.2)
	}

	25% {
		background-color: rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: 24px 0px 0px 0px black, 48px 0px 0px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 24px 0px 0px 0px black, 48px 0px 0px 0px rgba(0, 0, 0, 0.2)
	}

	75% {
		background-color: rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: 24px 0px 0px 0px rgba(0, 0, 0, 0.2), 48px 0px 0px 0px black;
		box-shadow: 24px 0px 0px 0px rgba(0, 0, 0, 0.2), 48px 0px 0px 0px black
	}
}

.product-chooser {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.product-chooser .product-chooser-item.selected {
	-webkit-box-shadow: 0 0 0 2px #007bff;
	box-shadow: 0 0 0 2px #007bff;
	background-color: #ebf4ff
}

.product-chooser .product-chooser-item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: auto;
	display: inline-block;
	margin: 0 12px 12px 0;
	padding: 12px 16px;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
	-webkit-box-shadow: 0 0 0 2px #eee;
	box-shadow: 0 0 0 2px #eee;
	background-color: #fff
}

.product-chooser .product-chooser-item input {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden
}

.product-chooser .product-chooser-item img {
	min-width: 40px;
	max-width: 60px;
	height: auto
}

.card-ph-list .badge {
	white-space: normal
}

.product-description-wrap img,
iframe {
	max-width: 100%
}

.input-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group-append {
	margin-left: -1px
}

.input-group-append,
.input-group-prepend {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

.input-group-append .btn,
.input-group-prepend .btn {
	position: relative;
	z-index: 2
}

.card {
	background-color: transparent
}

.daterangepicker {
	position: absolute;
	color: inherit;
	background: #fff;
	border-radius: 4px;
	width: 278px;
	padding: 0;
	margin-top: 1px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
	top: 100px;
	left: 20px
}

.daterangepicker:after,
.daterangepicker:before {
	position: absolute;
	display: inline-block;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: ""
}

.daterangepicker:before {
	top: -7px;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #ccc
}

.daterangepicker:after {
	top: -6px;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent
}

.daterangepicker.opensleft:before {
	right: 9px
}

.daterangepicker.opensleft:after {
	right: 10px
}

.daterangepicker.openscenter:before {
	left: 0;
	right: 0;
	width: 0;
	margin-left: auto;
	margin-right: auto
}

.daterangepicker.openscenter:after {
	left: 0;
	right: 0;
	width: 0;
	margin-left: auto;
	margin-right: auto
}

.daterangepicker.opensright:before {
	left: 9px
}

.daterangepicker.opensright:after {
	left: 10px
}

.daterangepicker.dropup {
	margin-top: -5px
}

.daterangepicker.dropup:before {
	top: initial;
	bottom: -7px;
	border-bottom: initial;
	border-top: 7px solid #ccc
}

.daterangepicker.dropup:after {
	top: initial;
	bottom: -6px;
	border-bottom: initial;
	border-top: 6px solid #fff
}

.daterangepicker.dropdown-menu {
	max-width: none;
	z-index: 3001
}

.daterangepicker.single .calendar,
.daterangepicker.single .ranges {
	float: none
}

.daterangepicker.show-calendar .calendar {
	display: block
}

.daterangepicker .calendar {
	display: none;
	max-width: 270px;
	margin: 4px
}

.daterangepicker .calendar.single .calendar-table {
	border: none
}

.daterangepicker .calendar td,
.daterangepicker .calendar th {
	white-space: nowrap;
	text-align: center;
	min-width: 32px
}

.daterangepicker .calendar-table {
	border: 1px solid #fff;
	padding: 4px;
	border-radius: 4px;
	background: #fff;
	font-size: 14px
}

.daterangepicker table {
	width: 100%;
	margin: 0
}

.daterangepicker td,
.daterangepicker th {
	text-align: center;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	border: 1px solid transparent;
	white-space: nowrap;
	cursor: pointer
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
	background-color: #eee;
	border-color: transparent;
	color: inherit
}

.daterangepicker td.week,
.daterangepicker th.week {
	font-size: 80%;
	color: #ccc
}

.daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date {
	background-color: #fff;
	border-color: transparent;
	color: #999
}

.daterangepicker td.in-range {
	background-color: rgba(0, 128, 255, 0.2);
	border-color: transparent;
	color: #000;
	border-radius: 0
}

.daterangepicker td.start-date {
	border-radius: 4px 0 0 4px
}

.daterangepicker td.end-date {
	border-radius: 0 4px 4px 0
}

.daterangepicker td.start-date.end-date {
	border-radius: 4px
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
	background-color: #0080FF;
	border-color: transparent;
	color: #fff
}

.daterangepicker th.month {
	width: auto
}

.daterangepicker option.disabled,
.daterangepicker td.disabled {
	color: #999;
	cursor: not-allowed;
	text-decoration: line-through
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
	font-size: 12px;
	padding: 1px;
	height: auto;
	margin: 0;
	cursor: default
}

.daterangepicker select.monthselect {
	margin-right: 2%;
	width: 56%
}

.daterangepicker select.yearselect {
	width: 40%
}

.daterangepicker select.ampmselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect {
	width: 50px;
	margin-bottom: 0
}

.daterangepicker .input-mini {
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555;
	height: 30px;
	line-height: 30px;
	display: block;
	vertical-align: middle;
	margin: 0 0 5px 0;
	padding: 0 6px 0 28px;
	width: 100%
}

.daterangepicker .input-mini.active {
	border: 1px solid #0080FF;
	border-radius: 4px
}

.daterangepicker .daterangepicker_input {
	position: relative
}

.daterangepicker .daterangepicker_input i {
	position: absolute;
	left: 8px;
	top: 8px
}

.daterangepicker.rtl .input-mini {
	padding-right: 28px;
	padding-left: 6px
}

.daterangepicker.rtl .daterangepicker_input i {
	left: auto;
	right: 8px
}

.daterangepicker .calendar-time {
	text-align: center;
	margin: 5px auto;
	line-height: 30px;
	position: relative;
	padding-left: 28px
}

.daterangepicker .calendar-time select.disabled {
	color: #ccc;
	cursor: not-allowed
}

.ranges {
	font-size: 11px;
	float: none;
	margin: 4px;
	text-align: left
}

.ranges ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%
}

.ranges li {
	font-size: 13px;
	border: none;
	color: #888;
	padding: 8px 12px;
	cursor: pointer;
	-webkit-transition: 0.2s ease all;
	transition: 0.2s ease all
}

.ranges li:hover {
	background: whitesmoke;
	color: #888;
	border: none
}

.ranges li.active {
	background: whitesmoke;
	color: #333;
	border: none
}

@media (min-width:564px) {
	.daterangepicker {
		width: auto
	}

	.daterangepicker .ranges ul {
		width: 160px
	}

	.daterangepicker.single .ranges ul {
		width: 100%
	}

	.daterangepicker.single .calendar.left {
		clear: none
	}

	.daterangepicker.single.ltr .calendar,
	.daterangepicker.single.ltr .ranges {
		float: left
	}

	.daterangepicker.single.rtl .calendar,
	.daterangepicker.single.rtl .ranges {
		float: right
	}

	.daterangepicker.ltr {
		direction: ltr;
		text-align: left
	}

	.daterangepicker.ltr .calendar.left {
		clear: left;
		margin-right: 0
	}

	.daterangepicker.ltr .calendar.left .calendar-table {
		border-right: none;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}

	.daterangepicker.ltr .calendar.right {
		margin-left: 0
	}

	.daterangepicker.ltr .calendar.right .calendar-table {
		border-left: none;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}

	.daterangepicker.ltr .left .daterangepicker_input {
		padding-right: 12px
	}

	.daterangepicker.ltr .calendar.left .calendar-table {
		padding-right: 12px
	}

	.daterangepicker.ltr .calendar,
	.daterangepicker.ltr .ranges {
		float: left
	}

	.daterangepicker.rtl {
		direction: rtl;
		text-align: right
	}

	.daterangepicker.rtl .calendar.left {
		clear: right;
		margin-left: 0
	}

	.daterangepicker.rtl .calendar.left .calendar-table {
		border-left: none;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}

	.daterangepicker.rtl .calendar.right {
		margin-right: 0
	}

	.daterangepicker.rtl .calendar.right .calendar-table {
		border-right: none;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}

	.daterangepicker.rtl .left .daterangepicker_input {
		padding-left: 12px
	}

	.daterangepicker.rtl .calendar.left .calendar-table {
		padding-left: 12px
	}

	.daterangepicker.rtl .calendar,
	.daterangepicker.rtl .ranges {
		text-align: right;
		float: right
	}
}

@media (min-width:730px) {
	.daterangepicker .ranges {
		width: auto
	}

	.daterangepicker.ltr .ranges {
		float: left
	}

	.daterangepicker.rtl .ranges {
		float: right
	}

	.daterangepicker .calendar.left {
		clear: none !important
	}
}

.whitespace-pre-wrap {
	white-space: pre-wrap;
}

/*# sourceMappingURL=main.css.map */
