html body {
	visibility: unset !important;
}

.cart-page>h3:not(.subheader) {
	margin-bottom: 20px;
}

.transition {
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.overlay {
	background-color: rgba(0, 0, 0, 0.08);
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 900;
}

.strike {
	text-decoration: line-through;
}

div.passwordmetercontainer {
	border-radius: .25rem;
	height: 35px;
}

div.passwordmetergauge {
	height: 100%;
	width: 0%;
}

.box {
	background-color: #fafafa;
	border-radius: .25rem;
	padding: 20px;
}

.box.sm-padding {
	padding: 15px;
}

.box.xs-padding {
	padding: 10px;
}

.box.box-option {
	position: relative;
}

.box .box-close {
	background-color: rgba(0, 0, 0, 0.05);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #525252;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	z-index: 1;
}

form input[type="password"] {
	padding: 6px 5px;
	width: 100%;
}

input[type="text"],
form textarea {
	resize: vertical;
	padding: 6px 5px;
	width: 100%;
}

textarea.autogrown-textarea {
	/* resize: none !important; */
	/* overflow: hidden; */
	min-height: 60px !important;
}

form input[type="submit"] {
	display: inline-block;
	max-width: none;
	width: auto;
}

form fieldset .note {
	background-color: #d9edf7;
	border: 1px solid #bce8f1;
	color: #31708f;
	margin-top: 10px;
	padding: 7px 10px;
	width: fit-content;
}

.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
	display: none;
}

.box_vendor_quick_links .module-body ul li a,
#position_over_top_bar .module ul li a {
	font-size: 14px;
	display: inline-block;
	padding: 18px 10px 19px;
}

.box_vendor_quick_links .module-body ul li a.active,
#position_over_top_bar .module ul li a.active {
	text-decoration: underline;
}

.box_vendor_quick_links .module-body ul>li:first-child a,
#position_over_top_bar .module ul>li:first-child a {
	padding-left: 0;
}

#position_cart .cart-dropdown {
	border-radius: .25rem;
	/*padding: .5rem 0;*/
	position: relative;
	text-align: center;
}

.box_cart_bar .cart-dropdown div.counter {
	background-color: rgba(255, 255, 255, 0.4);
	color: #fff;
	font-size: 9px;
	height: 15px;
	right: 3px;
	padding-top: 1px;
	position: absolute;
	text-align: center;
	top: 3px;
	border-radius: 50%;
	width: 15px;
}

#position_cart .cart-dropdown .dropdown-menu {
	left: auto;
	padding: 0;
	right: 0;
	top: 68px;
	min-width: 320px;
	text-align: left;
}

#position_cart .cart-dropdown.logedin .dropdown-menu:not(.user_only) {
	min-width: 550px;
}

#position_cart .cart-dropdown .dropdown-menu:after {
	left: auto;
	right: 14px;
}

#position_cart .cart-dropdown .dropdown-menu .body {
	float: left;
	padding: 20px;
	width: 100%;
}

#position_cart .cart-dropdown .dropdown-menu .body.cart ul {
	padding: 20px;
}

#position_cart .cart-dropdown .dropdown-menu .body.cart ul li {
	float: left;
	margin-bottom: 15px;
	position: relative;
	width: 100%;
}

#position_cart .cart-dropdown .dropdown-menu .body.cart ul li:hover {
	background-color: transparent;
}

#position_cart .cart-dropdown .dropdown-menu .body ul li a.close {
	color: #c3c3c3;
	float: right;
}

#position_cart .cart-dropdown .dropdown-menu .body ul li a.close:hover {
	color: #222;
}

#position_cart .cart-dropdown .dropdown-menu .body ul li a.product {
	color: #222;
	display: block;
	padding: 0 30px 0 0;
	text-transform: uppercase;
}

#position_cart .cart-dropdown .dropdown-menu .body ul li a.product .title {
	font-size: 0.75rem;
}

#position_cart .cart-dropdown .dropdown-menu .body a img {
	float: left;
	margin-right: 15px;
	width: 60px;
}

#position_cart .cart-dropdown .dropdown-menu .body ul li span {
	color: #464646;
	font-size: 0.6875rem;
	font-weight: 400;
}

#position_cart .cart-dropdown .dropdown-menu .body .subtotal {
	background-color: #f2f2f2;
	color: #464646;
	float: left;
	font-size: 0.75rem;
	padding: 15px 20px;
	width: 100%;
}

#position_cart .cart-dropdown .dropdown-menu .body .subtotal span:first-child {
	float: left;
	margin-top: 3px;
}

#position_cart .cart-dropdown .dropdown-menu .body .subtotal span:last-child {
	float: right;
	font-size: 1rem;
}

#position_cart .cart-dropdown .dropdown-menu .body .action-btns {
	float: left;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

#position_cart .cart-dropdown .dropdown-menu .body .action-btns a i {
	font-size: 0.875rem;
}

#position_cart .cart-dropdown .dropdown-menu .body .empty p {
	border-bottom: 1px solid #ddd;
	color: #222;
	display: block;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
}

#position_cart .cart-dropdown .dropdown-menu .body .empty p a {
	color: #222;
	font-size: 0.75rem;
}

#position_cart .cart-dropdown .dropdown-menu .body.profile h4 {
	border-bottom: 1px solid #ddd;
	color: #222;
	font-size: 0.875rem;
	font-weight: 700;
	margin-bottom: 5px;
	padding: 0 0 10px;
	text-transform: uppercase;
}

#position_cart .cart-dropdown .dropdown-menu .body.profile h3 {
	color: #757575;
	font-size: 0.875rem;
	text-transform: uppercase;
}

#position_cart .cart-dropdown .dropdown-menu .body.profile .seller {
	padding-left: 20px;
}

#position_cart .cart-dropdown .dropdown-menu:not(.user_only) .body.profile .buyer {
	padding-right: 20px;
}

#position_cart .cart-dropdown .dropdown-menu .body.profile ul li a {
	/* font-size: 0.75rem; */
	padding: 10px 5px;
}

#position_cart .cart-dropdown .dropdown-menu .body.profile ul li:hover a,
#position_cart .cart-dropdown .dropdown-menu .body.profile ul li a:hover {
	padding-left: 10px;
}

#position_cart .cart-dropdown .dropdown-menu .body.profile ul>a {
	display: block;
	width: 100%;
}

#position_cart .toggle-dropdown i {
	margin-left: 10px;
}

footer {
	padding-top: 40px;
}

footer .content {
	background: url(images/pattern.png) repeat-x top;
	padding: 45px 0 0;
}

footer #footeraboutus {
	padding-right: 50px;
}

footer .module h3.module-header {
	text-align: left !important;
	margin-bottom: 15px;
	-webkit-font-smoothing: antialiased;
}

footer .module ul li a {
	font-size: 0.875rem !important;
	/* font-weight: 700; */
	line-height: 1.7;
	/* text-transform: uppercase; */
	-webkit-font-smoothing: antialiased;
}

footer .footer p {
	font-size: 0.8125rem;
	margin-bottom: 10px;
	line-height: 1.7;
}

#position_bottom_bar {
	/*    background-color: #f5f5f5;*/
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 3rem;
	margin-bottom: 1rem;
}

#position_bottom_bar img {
	margin: -45px 0 30px;
}

#position_bottom_bar h4 {
	color: #dadada;
	font-size: 0.875rem;
	margin-bottom: 15px;
}

#position_bottom_bar p {
	font-size: 1rem;
	padding: 18px 0;
}

.spinbox {
	position: relative;
}

.spinbox div.spinedit {
	display: block;
	position: static;
}

form .spinbox input:not([type="submit"]):not([type="file"]) {
	max-width: 50px;
	padding: 9px 10px;
	text-align: center;
	width: auto;
}

.login-register * {
	font-size: 0.875rem;
}

.vendor-ratings a.all-ratings {
	font-size: 1.125rem;
	color: #616161;
}

.vendor-ratings .ratings-overview>div {
	display: inline-block;
	margin: 0 15px 0 0;
	vertical-align: top;
}

.vendor-ratings .ratings-overview .positive i {
	color: #81c784;
}

.vendor-ratings .ratings-overview .neutral i {
	color: #ffd54f;
}

.vendor-ratings .ratings-overview .negative i {
	color: #ef5350;
}

.vendor-ratings .ratings-overview>div span:first-of-type {
	font-size: 1rem;
	font-weight: 400;
}

.vendor-ratings .ratings-overview>div span:last-of-type {
	display: block;
	font-size: 0.75rem;
}

.vendor-ratings .ratings {
	display: table;
}

.vendor-ratings .ratings>div {
	display: table-row;
}

.vendor-ratings .ratings>div span {
	display: table-cell;
}

.vendor-ratings .ratings>div span:first-child {
	padding-right: 15px;
}

.ratings.tabbable .tab-pane {
	background-color: transparent;
	padding: 0;
}

.ratings.tabbable .tab-pane .box {
	margin-bottom: 10px;
}

.fb-comments,
.fb-like-box {
	width: 100% !important;
}

.fb-comments iframe[style],
.fb-like-box iframe[style] {
	width: 100% !important;
}

.fb-comments span,
.fb-comments iframe span[style] {
	width: 100% !important;
}

.fb-like-box span,
.fb-like-box iframe span[style] {
	width: 100% !important;
}

.products_expiring .expiring-product {
	text-align: center;
}

.expiring-product .product {
	background-color: #f5f5f5;
	margin-bottom: 30px;
}

.expiring-product .details>h3 {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.expiring-product .details .catalog-price {
	font-size: 1.25rem;
	font-weight: 700;
}

.expiring-product .counter-add .row {
	width: 90%;
	margin: 0 auto;
}

.expiring-product .counter {
	margin: 0 auto;
}

.expiring-product .counter>div {
	border-right: none;
	/*margin-left: 2px;*/
	text-align: center;
	border-right: 1px solid #fff;
	padding: 6px 0;
	text-transform: uppercase;
}

.expiring-product .counter>div:last-child {
	border-right: none;
}

.expiring-product .counter>div span {
	display: block;
}

.expiring-product .counter>div span:first-child {
	font-size: 1.125rem;
	font-weight: bold;
}

.expiring-product .counter>div span:last-child {
	font-size: 0.6875rem;
}

.expiring-product .msg {
	width: 100%;
}

.expiring-product .msg a {
	background: #81c784;
	color: #fff;
	height: 30px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

.products_expiring .expiring-product .card-footer a {
	background: #81c784;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
}

.expiring-product .progress.deal-stock {
	height: 30px;
	position: relative;
}

.expiring-product .progress.deal-stock .progress-bar {
	background-color: #81c784;
	box-shadow: 0px 0px 10px -3px #000;
}

.expiring-product .progress.deal-stock .progress-indicator {
	height: 100%;
	left: 0;
	position: absolute;
	justify-content: center;
	width: 100%;
}

.liveparent {
	margin: 0px !important;
}

.carousel-indicators button.with-caption {
	background-color: rgba(0, 0, 0, 0.375);
	border: none;
	border-radius: 8px;
	font-size: 1rem;
	height: auto !important;
	padding: 0.25rem 1rem;
	text-indent: unset;
	color: #fff;
	width: auto !important;
}

.box_mall_info .vendor .vendor-logo,
.box_vendor_info .vendor .vendor-logo {
	width: 45px;
}

.box_mall_info .vendor .vendor-logo img,
.box_vendor_info .vendor .vendor-logo img {
	width: 100%;
}

.box_mall_info .vendor .vendor-name,
.box_vendor_info .vendor .vendor-name {
	padding: 4px 0 0 10px;
}

.box_mall_info .vendor .vendor-name h4,
.box_vendor_info .vendor .vendor-name h4 {
	font-size: 0.875rem;
}

.box_mall_info .vendor .vendor-name span,
.box_vendor_info .vendor .vendor-name span {
	color: #999;
	font-size: 0.75rem;
	font-weight: 400;
}

.box_vendor_info .reviews-ratings {
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	padding: 5px;
}

.box_vendor_info .reviews-ratings>div {
	padding: 5px 0;
}

.box_vendor_info .rating>span:first-child {
	font-weight: 400;
}

.box_vendor_info .rating div span {
	color: #999;
	font-size: 0.75rem;
	font-weight: 400;
}

.box_vendor_info .vendor-menu {
	margin-top: 10px;
}

.sidebar .module.box_vendor_info .vendor-menu .module-body {
	padding: 0;
}

.box_profile ul li h4,
.box_vendor_profile ul li h4 {
	border-bottom: 3px solid #e0e0e0;
	font-size: 0.875rem;
	margin: 10px 0 5px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.catalog-view.catalog-text .product {
	border-bottom: 2px solid #f2f2f2;
	padding: 30px 0;
}

.catalog-text.catalog-view .product .login-for-price {
	border-radius: 3px;
	position: relative;
}

.catalog-text .product {
	margin-bottom: 0;
}

.catalog-text .product.ixxo-badge-hotdeal:before {
	display: none;
}

.catalog-view.catalog-thumb3 .row>div:nth-child(even) .product {
	animation-duration: 0.5s;
}

.catalog-view.catalog-thumb3 .product {
	border: none;
	margin-bottom: 50px;
	min-height: 292px;
}

.catalog-view.catalog-thumb3 .product .product-thumb {
	border-bottom: none;
}

.catalog-view.catalog-thumb3 .product .details h3 a {
	color: #3a3a3a;
	display: block;
	font-size: 1rem;
	font-weight: 700;
	overflow: hidden;
	text-transform: uppercase;
}

.catalog-view.catalog-thumb3 .product .details .price {
	margin-top: 10px;
}

.catalog-view.catalog-thumb3 .product .details .price .catalog-price {
	font-size: 1.25rem;
	font-weight: 700;
}

.catalog-view.catalog-thumb3 .product .details .price .strike-price {
	font-size: 1rem;
}

.catalog-view.catalog-thumb3 .product:hover .vendor {
	opacity: 1;
	filter: alpha(opacity=100);
	margin-bottom: -60px;
}

.catalog-view.catalog-thumb3.carousel {
	padding-right: 40px;
	position: relative;
}

.catalog-view.catalog-thumb3.carousel .carousel-inner {
	margin-left: -15px;
}

.catalog-view.catalog-thumb3.carousel .carousel-inner:hover {
	overflow: visible;
}

.catalog-view.catalog-thumb3.carousel .controlers {
	height: 100%;
	padding-bottom: 70px;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
}

.catalog-view.catalog-thumb3.carousel .controlers .controlers-wrap {
	height: 100%;
	position: relative;
}

.catalog-view.catalog-thumb3 .carousel-controler {
	background-color: transparent;
	background-image: none;
	width: 0;
	height: 0;
	right: 0;
	left: auto !important;
	opacity: 1;
	filter: alpha(opacity=100);
}

.catalog-view.catalog-thumb3 .carousel-controler.right {
	top: 0;
	border-top: 21px solid transparent;
	border-left: 21px solid #e6e6e6;
	border-bottom: 21px solid transparent;
	opacity: 0.4;
}

.catalog-view.catalog-thumb3 .carousel-controler.right:hover {
	opacity: 1;
}

.catalog-view.catalog-thumb3 .carousel-controler.left {
	border-top: 21px solid transparent;
	border-right: 21px solid #e6e6e6;
	border-bottom: 21px solid transparent;
	opacity: 1;
	top: 27px;
}

.catalog-view.catalog-thumb3 .carousel-controler.left:hover {
	opacity: 0.7;
}

.catalog-view.catalog-thumb3 .carousel-controler i {
	display: none;
}

.panel-group {
	margin-bottom: 20px;
}

.panel-body {
	padding: 15px;
	background: #f9f9f9;
}

.ajax-search-result-box {
	height: 100%;
	width: 100%;
}

.ajax-search-result-box .search-result-header>div {
	float: right;
}

.ajax-search-result-box .search-close {
	background: none;
	color: #fff;
	position: relative;
	z-index: 999;
}

.ajax-search-result-box .search-result-header {
	position: relative;
	display: flex;
	justify-content: end;
}

.ajax-search-result-box .search-result-header .row {
	padding: 1rem;
	position: relative;
}

.ajax-search-result-box .search-result-header span,
.ajax-search-result-box .search-result-header i {
	color: #fff;
}

.ajax-search-result-box .search-result-body {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
	background: rgba(247, 247, 247, 0.98);
	position: relative;
	width: 100%;
}

.ajax-search-result-box #ajaxSearchResultsBox {
	overflow: auto;
	position: relative;
	padding-bottom: 1rem;
	margin: auto;
}

.ajax-search-result-box #ajaxSearchResultsBox .result-item .card-text.price {
	font-size: 1rem;
}


.ajax-search-result-box.slides_search_bar button {
	border: 1px solid #fff;
}

.ajax-search-result-box.slides_search_bar button i {
	color: #fff;
}

.ajax-search-result-box.slides_search_bar .search-result-body {
	background-color: #fff;
	box-shadow: 0 0 15px -5px #616161;
	padding: 0;
}

.carousel-inner .row {
	margin-left: 0;
	margin-right: 0;
}

.carousel:hover .carousel-controler {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.carousel-controler {
	background-image: url(images/sprite.png);
	background-color: #3c4349;
	background-repeat: no-repeat;
	height: 70px;
	opacity: 0;
	position: absolute;
	top: 45%;
	width: 55px;
	z-index: 999;
}

.carousel-controler.small {
	height: 45px;
	top: 37%;
	width: 30px;
}

.carousel:hover .carousel-controler:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.carousel-controler.left {
	background-position: 17px 20px;
	border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	left: 0;
}

.carousel-controler.right {
	background-position: -22px 20px;
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	right: 0;
}

.carousel-controler.left.small {
	background-position: 9px -44px;
}

.carousel-controler.right.small {
	background-position: -38px -44px;
}

.dropdown .dropdown-menu {
	border-radius: 0px;
	border: none;
	box-shadow: 0 0 15px -5px #616161;
	-moz-box-shadow: 0 0 15px -5px #616161;
	-webkit-box-shadow: 0 0 15px -5px #616161;
	float: none;
	font-size: medium;
	display: block !important;
	margin: 10px 0 0;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	z-index: 2000;
}

.dropdown .dropdown-menu:after {
	content: "";
	display: block;
	position: absolute;
	top: -11px;
	left: 14px;
	border: 6px solid transparent;
	border-bottom-width: 5px;
	border-bottom-color: #f5f5f5;
}

.nav li a:hover,
.nav li a:focus {
	background-color: transparent;
}

.tabbable.catalog_search_mode .tab-content .tab-pane .vendors-listing .store.box,
.tabbable.catalog_search_mode .tab-content .tab-pane {
	background-color: transparent;
}

.product-quick-view {
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 999;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.product-quick-view a {
	border: none;
	font-size: 0.875rem;
	display: inline-block !important;
	padding: 10px 13px;
}

/* =========================================
     - Sidebars (Box)
     ========================================= */
.sidebar .module {
	margin-bottom: 20px;
}

.sidebar .module .module-body {
	padding: 15px;
}

.sidebar .module .module-header {
	text-align: left !important;
	line-height: 1.4;
	padding: 15px;
	padding-bottom: 0;
	position: relative;
}

.sidebar .module .module-header:before {
	content: '';
	bottom: 0;
	height: 75%;
	position: absolute;
	width: 5px;
	z-index: 1;
	left: 0px;
}

.sidebar .module ul.nav li a:before {
	content: "";
	display: inline-block;
	margin-right: 12px;
	width: 8px;
	height: 2px;
	background: #e1e1e1;
	vertical-align: middle;
}

.sidebar .module ul.nav li {
	width: 100%;
}

.sidebar .module ul.nav li a {
	display: block;
	font-size: 0.875rem;
	font-weight: 400;
	padding: 5px 0;
	text-transform: uppercase;
}

.sidebar .module ul.nav li a span {
	color: #ccc;
}

.sidebar .module ul.nav li ul.children {
	padding-left: 20px;
}

.sidebar .module ul.nav li ul.children.closed {
	height: 0;
	overflow: hidden;
}

.sidebar .module ul.nav li ul.children li a {
	text-transform: none;
}

.sidebar .module ul.nav>li:last-of-type>a {
	border-bottom: none;
}

.sidebar-left .nav .dropdown .dropdown-menu {
	left: 100%;
	top: 0;
}

.sidebar-right .nav .dropdown .dropdown-menu {
	right: 100%;
	top: 0;
}

.sidebar .dropdown-menu {
	border-top: 5px solid #515961;
	border-radius: 4px 4px 0 0;
	padding: 10px;
}

.sidebar .dropdown-menu li a {
	padding: 5px 15px 5px 0;
}

.sidebar ul.nav>li>a,
.sidebar ul.nav>li>.dropdown-menu li.dropdown>a {
	position: relative;
}

.sidebar ul.nav li.dropdown>a:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #ccc;
	position: absolute;
	right: 0;
	top: 12px;
}

.sidebar ul.nav>li>.dropdown-menu li.dropdown>a:after {
	top: 11px;
}

.sidebar form input[type="password"],
.sidebar input[type="text"],
.sidebar textarea,
.sidebar select {
	background-color: #fff;
}

.tabbable ul:not(.chosen-choices) li a {
	text-transform: uppercase;
}

.tabbable .tab-content .tab-pane {
	border-radius: .25rem;
	-moz-border-radius: .25rem;
	-webkit-border-radius: .25rem;
	padding: 15px;
	position: relative;
}

.larger-map {
	border: 2px solid #ececec;
	display: block;
	margin-top: 10px;
	padding: 0;
	width: 100%;
}

.larger-map>span {
	color: #616161;
	display: inline-block;
	font-size: 0.75rem !important;
	font-weight: 400 !important;
	padding: 10px 10px;
	text-transform: uppercase;
}

.larger-map i {
	border-left: 2px solid #ececec;
	float: right;
	margin-top: 3px;
	padding: 8px 15px;
}

.larger-map:hover i {
	color: #616161;
}

.strike-price {
	text-decoration: line-through;
}

/* =========================================
     - Generic Styles
     ========================================= */
.vendor-menu .followers-btn .tooltip-inner {
	background-color: #3c4349 !important;
}

.vendor-menu .followers-btn .tooltip-arrow {
	border-top-color: #3c4349 !important;
}

.card.vendor-sales-overview .card-body>div {
	text-align: center;
}

.card.vendor-sales-overview .card-body>div:first-child {
	border-right: 1px solid #e0e0e0;
}

.card.vendor-sales-overview .card-body span,
.card.vendor-sales-overview .card-body a {
	display: block;
	font-size: 0.875rem;
}

.card.vendor-sales-overview .card-body span:last-child,
.card.vendor-sales-overview .card-body a {
	font-size: 1.625rem;
	font-weight: 400;
}

#vendor_profile_images .logo img {
	max-width: 90px;
}

.invoice-iframe {
	display: none;
}

.invoice fieldset {
	margin: 0 0 20px 0;
}

/* =========================================
     - forms
   ========================================= */

form fieldset {
	margin: 0 0 40px 0;
}

fieldset h3.form-h3,
form fieldset h3 {
	margin-bottom: 25px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.box form input[type="password"],
.box input[type="text"],
.box textarea,
.box select {
	background-color: #fff !important;
}

.btn-file {
	position: relative;
}

.btn-file span:hover {
	cursor: pointer;
}

.btn-file>input {
	bottom: 0;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 100%;
}

.vendor-home .banner {
	height: 250px;
}

.vendor-home .banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vendor-home .banner.directory-banner+.info.box {
	padding-top: 70px;
}

.vendor-home .banner .position-absolute {
	width: 100px;
	height: 100px;
	overflow: hidden;
	z-index: 2;
	transform: translateY(-50%);
}

.vendor-home .banner .position-absolute img {
	object-fit: contain;
}

.vendor-home .info header.no-vendor-info {
	padding-top: 35px;
}

.box_featured_vendors .info h1,
.vendor-home .info header h1 {
	font-size: 1rem;
	text-transform: uppercase;
}

.box_featured_vendors .info>span,
.vendor-home .info header>span {
	color: #ccc;
	font-size: 0.875rem;
	font-weight: 400;
}

.vendor-home .info header a.btn.hide {
	display: none;
}

.vendor-home .info>p {
	margin-top: 15px;
}

.search-letters ul li {
	display: inline-block;
}

.search-letters ul li a {
	border: 1px solid #616161;
	color: inherit;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 3px 0;
	text-align: center;
	width: 28px;
}

.datetimepicker {
	border: none;
	padding: 0;
}

.datetimepicker>div {
	border: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	overflow: hidden;
}

.datetimepicker table thead tr th {
	border-radius: 0;
}

.datetimepicker table thead tr:first-child th {
	color: #fff;
	font-weight: normal;
	padding: 5px 0;
}

.datetimepicker table thead tr:last-child {
	background-color: #f7f7f7;
}

.datetimepicker table thead tr:last-child th {
	font-weight: normal;
	padding: 2px 6px;
}

.datetimepicker table tr td.active {
	background-image: none;
}

.datetimepicker table tr td.active:hover {
	background-image: none;
}

.datetimepicker table tr td.active.disabled {
	background-image: none;
}

.datetimepicker table tr td.active.disabled:hover {
	background-image: none;
}

.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot tr:first-child th:hover {
	color: #fff;
}

.datetimepicker thead tr:first-child th,
.datetimepicker tfoot tr:first-child th {
	border-radius: 0px;
	font-weight: normal;
	padding: 5px 0;
}

.featured-vendor-promotion ul li:nth-child(n + 2) {
	margin-top: 10px;
}

.featured-vendor-promotion ul li p>span {
	color: #999;
	display: block;
	font-size: 0.75rem;
	text-transform: uppercase;
}

.featured-vendor-promotion ul li p a span {
	color: #999;
	font-size: 0.75rem;
}

.product-tags p {
	margin: 5px 0;
	padding: 5px 0;
}

.product-tags p a {
	font-size: 0.75rem;
}

.catalog-tags {
	line-height: 1.9;
	margin-bottom: 20px;
}

.catalog-tags a,
.catalog-tags span {
	color: #909090;
	font-size: 0.75rem;
}

.site-offline header,
.site-offline footer {
	display: none;
}

@media (max-width: 767px) {
	#countdown span {
		font-size: 2rem !important;
	}

	#countdown p {
		font-size: 0.75rem !important;
	}
}

.auction .counter .hasCountdown {
	background-color: transparent !important;
	border: none !important;
}

.auction .counter .countdown .countdown_row .countdown_section {
	float: none;
	display: inline-block !important;
}

.auction .countdown_row {
	background-color: #f1f1f1;
	display: block;
	padding: 10px;
}

.auction .place-bid {
	padding: 15px 10px 10px;
}

.auction .place-bid input[type="text"] {
	display: inline-block;
	max-width: 80px;
	padding: 9px 10px;
	vertical-align: top;
}

.vendor-location-map {
	min-height: 350px;
}

.popup .vendor-location-map {
	height: 100%;
}

.product_keyword_search_result {
	background-color: #fff;
}

.product_keyword_search_result header {
	border-bottom: 1px solid #f1f1f1;
}

.product_keyword_search_result header button.close {
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
	color: #525252;
	height: 40px;
	display: flex;
	position: absolute;
	right: 10px;
	top: 5px;
	width: 40px;
}

.product_keyword_search_result header h5 {
	margin: 0;
	padding: 17px 15px;
}

.product_keyword_search_result ul {
	padding: 30px 15px !important;
}

.product_keyword_search_result ul li {
	border-bottom: 1px solid #f1f1f1;
	display: flex;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.product_keyword_search_result .image {
	height: 70px;
	width: 70px;
}

.product_keyword_search_result .image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.product_keyword_search_result .details {
	flex: 1;
	padding-left: 20px;
}

.product_keyword_search_result .details h3 a {
	color: #525252;
}

.product_keyword_search_result .details h3 a:hover {
	color: #828282;
}

.product_keyword_search_result .details span {
	color: #b3b3b3;
	font-size: 0.75rem;
	text-transform: uppercase;
}

.product_keyword_search_result .details>a {
	display: block;
	margin-top: 5px;
}

.opening-hours .day-row {
	align-items: center;
	padding: 15px 20px;
}

.opening-hours .day-row>div:first-child {
	width: 80px;
}

.vendors-listing form {
	margin: -30px 0 50px;
}

.vendors-listing .module-body {
	padding-top: 30px;
}

.vendors-listing .store {
	height: calc(100% - 40px);
	padding: 0;
	margin-bottom: 40px;
	position: relative;
}

.vendors-listing .logo {
	right: 10px;
	position: absolute;
	top: 130px;
	z-index: 5;
}

.vendors-listing .logo a {
	background-color: #fff;
	border: 1px solid #efefef;
	border-radius: 50px;
	height: 70px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 70px;
}

.vendors-listing .banner span {
	display: block;
	font-size: 0.75rem;
	padding: 4px 8px 2px;
	position: absolute;
	text-align: center;
	top: 10px;
	right: 10px;
	text-transform: uppercase;
	width: 70px;
	z-index: 5;
}

.vendors-listing .logo a img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.vendors-listing .banner {
	position: relative;
	height: 165px;
}

.vendors-listing .banner img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vendors-listing .banner a {
	display: block;
	height: 100%;
	position: relative;
}

.vendors-listing .banner a::after {
	background-color: rgba(0, 0, 0, 0.2);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
}

.vendors-listing .action-buttons {
	height: 0;
	top: -15px;
	padding: 0 15px;
	position: relative;
	z-index: 5;
}

.vendors-listing .action-buttons a {
	background-color: #525252;
	border-radius: 25px;
	display: inline-block;
	height: 30px;
	margin: 0 3px;
	padding: 7px 0 0;
	text-align: center;
	width: 30px;
	z-index: 5;
}

.popup_directory_details .vendors-listing .action-buttons a,
.search-vendors.vendors-listing .action-buttons a {
	font-size: 18px;
	line-height: 30px;
	padding: 0;
}

.vendors-listing .action-buttons a i {
	color: #fff;
	font-size: 1rem;
}

.vendors-listing .action-buttons a:hover i {
	color: #fff;
}

.vendors-listing .content {
	padding: 20px;
}

.vendors-listing .vendor-tags a {
	color: #535353;
	font-size: 0.75rem;
	font-weight: 300;
}

.vendors-listing .vendor-info>div {
	height: 115px;
	padding: 0 10px;
}

.vendors-listing .vendor-info h5 {
	font-size: 0.75rem;
	font-weight: 700;
	margin: 20px 0 5px;
	text-transform: uppercase;
}

.popup_directory_details .vendors-listing .store-info {
	position: relative !important;
}

.vendors-listing .store-info {
	border-top: 1px solid #efefef;
	bottom: 0;
	left: 0;
	padding: 5px;
	position: absolute;
}

.vendors-listing .store-info>div {
	border-right: 1px solid #efefef;
	font-size: 0.75rem;
	text-align: center;
	padding: 2px 0;
}

.vendors-listing .store-info>div:last-of-type {
	border-right: none;
}

.vendors-listing .store-info i {
	font-size: 1rem;
	margin-right: 3px;
}

.vendors-listing .store-info .fixed-delivery i {
	font-size: 1.125rem;
}

.vendors-listing .extras {
	border-bottom: 3px solid #525252;
	left: 0;
	opacity: 0;
	position: absolute;
	top: calc(100% + 5px);
	visibility: hidden;
	width: 100%;
	z-index: 999;
}

.vendors-listing .store:hover .extras {
	opacity: 1;
	visibility: visible;
}

.vendors-listing .extras h4 {
	font-size: 0.875rem;
	font-weight: bold;
	text-transform: uppercase;
}

.vendors-listing .categories ul li {
	display: inline-block;
}

.vendors-listing .categories ul li a {
	background-color: #525252;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	margin-bottom: 3px;
	padding: 3px 5px;
}

.vendors-listing .categories ul li a:hover {
	background-color: #727272;
}

.vendors-listing .product {
	margin-bottom: 25px;
}

.vendors-listing .product>a {
	display: block;
}

.vendors-listing .product h4 a {
	background-color: rgba(0, 0, 0, 0.025);
	color: #525252;
	display: block;
	font-weight: bold;
	padding: 3px 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.accordion a {
	position: relative;
}

.accordion a i {
	font-size: 1.125rem;
	color: rgba(0, 0, 0, 0.2);
	position: absolute;
	right: 5px;
	z-index: 5;
}

.accordion .accordion-panel {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	padding: 0 0 10px 15px;
}

.vendor_profile form .mt-5 input,
.profile form fieldset .center .input input {
	min-width: 105px;
}

.cart-page.home fieldset {
	border: 0px !important;
	margin-bottom: 40px;
}

.catalog_product_action_buttons {
	height: 13px;
	margin-right: 10px;
	margin-top: 3px;
}

.catalog-view.buy_together_view .buy_together.center_horizontal {
	position: relative;
}

.catalog-view.buy_together_view .buy_together.center_horizontal .add_all_to_cart {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-40%, -50%);
}

.add_all_to_cart .total_price {
	font-size: 18px;
}

@media (min-width: 768px) {
	.catalog-view.buy_together_view .buy_together:not(:last-child):not(.last_of_together):after {
		content: '+';
		font-size: 40px;
		position: absolute;
		top: 40%;
		right: -15px;
		transform: translate(-40%, -15px);
	}

	.catalog-view.buy_together_view .buy_together.last_of_together:after {
		content: '=';
		font-size: 40px;
		position: absolute;
		top: 40%;
		right: -15px;
		transform: translate(-40%, -15px);
	}
}


/*######################################################*/
/*######################################################*/
/*New era changes*/

/* Bootstrap Modals */
@media(min-width: 579px) {
	.modal-dialog:not(.modal-fullscreen):not(.video-modal-dialog) {
		max-width: 90%;
	}
}

/* Select2 overrides start */
.select2-container .select2-selection {
	height: auto;
}

.select2-container .select2-selection .select2-selection__arrow {
	top: 50%;
	transform: translateY(-50%);
}

.select2-container .select2-selection .select2-selection__rendered {
	padding: 6px 5px;
	padding-right: 20px;
	line-height: 1.5;
	font-size: 14px;
}

.l1 {
	padding-left: 1rem;
}

.l2 {
	padding-left: 2rem;
}

.l3 {
	padding-left: 3rem;
}

.l4 {
	padding-left: 4rem;
}

.select2.select2-container,
.select2-container--open .select2-dropdown--below {
	min-width: 150px;
}

/* Firefox scrolling issue fix */
.select2-container,
.select2-dropdown,
.select2-search,
.select2-results {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

/* Select2 overrides end */

.form-check-input:focus,
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus,
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus,
.form-control:focus {
	box-shadow: none;
}

.form-control.is-valid,
.was-validated .form-control:valid,
.form-control.is-invalid,
.was-validated .form-control:invalid {
	background-image: none;
}

.was-validated .form-control.is-invalid {
	border-color: #dc3545 !important;
}

select.form-control.is-invalid+.select2-container>span.selection>span.select2-selection {
	border-color: #dc3545;
}

select.form-control.is-invalid+.select2-container--focus>span.selection>span.select2-selection {
	border-color: #dc3545;
}

.cart_product_details {
	min-width: 150px;
}

.box_blog_news img,
.blog .blog_page .card-img,
.blog .blog_page .card-img-top {
	width: 100%;
	max-height: 250px;
	object-fit: cover;
}

.box_offers_categories .card-img-top {
	height: 150px;
	object-fit: cover;
}

.input-group-text.calculator-button a {
	background-color: transparent;
	padding: 0;
	color: #000 !important;
}

.input-group-text.calculator-button a:hover {
	background-color: transparent !important;
}

.compare_product_quantity .spinner-quantity.form-control {
	width: 50px;
	flex: none;
}

.buy_together_col_last:after,
.buy_together_col:after {
	content: '+';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(5px, -50%);
	width: 10px;
	text-align: center;
	font-size: 18px;
}

.buy_together_col_last:after {
	content: '=';
}

table.table thead th {
	white-space: nowrap;
}

.cart-btns input {
	margin-bottom: .5rem;
}

#show_sub_categories .select2-container {
	margin-bottom: .5rem;
}

.cart-page.cart .row-qty button.btn-primary {
	min-width: unset !important;
}

.bs-spinner-container input {
	border-right: none !important;
	border-left: none !important;
	min-width: 30px !important;
}

.bs-spinner-container button.btn-decrement.btn-primary.bs-spinner-btn {
	border-right: none !important;
	color: #fff !important;
}

.bs-spinner-container button.btn-increment.btn-primary.bs-spinner-btn {
	border-left: none !important;
	color: #fff !important;
}


/* checkout progressbar start */
.stepper-wrapper {
	margin-top: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.stepper-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
	text-align: center;
}

.stepper-item::before,
.stepper-item::after {
	position: absolute;
	content: "";
	border-bottom: 2px solid #ccc;
	width: 100%;
	top: 20px;
	z-index: 2;
}

.stepper-item::before {
	left: -50%;
}

.stepper-item::after {
	left: 50%;
}

.stepper-item .step-counter {
	position: relative;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ccc;
	color: #fff;
	margin-bottom: 6px;
}

.stepper-item.active {
	font-weight: bold;
}

.stepper-item.completed::after {
	position: absolute;
	content: "";
	width: 100%;
	top: 20px;
	left: 50%;
	z-index: 3;
}

.stepper-item:last-child::after,
.stepper-item:first-child::before {
	content: none;
}

/* checkout progressbar end */

[id^=pageloaderonsave] {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/*rating rings*/
.circular-chart {
	display: block;
	margin: 10px auto;
	max-width: 100px;
	max-height: 100px;
}

.circle-bg {
	fill: none;
	stroke: #eee;
	stroke-width: 3.8;
}

.circle-over {
	fill: none;
	stroke-width: 2.8;
	stroke-linecap: round;
}

.percentage-center {
	fill: #666;
	font-size: 0.5em;
	text-anchor: middle;
}

.rating_horizontal_bar {
	position: relative;
	border-radius: 1rem;
	background-color: #eee;
	width: 100%;
	max-width: 300px;
	height: 20px;
}

.rating_horizontal_bar_inner {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	border-radius: 1rem;
	color: #fff;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
}

.horizontal-nav-tabs {
	flex-wrap: nowrap;
	overflow: auto;
}

.horizontal-nav-tabs li,
.horizontal-nav-tabs li a {
	white-space: nowrap;
}

.horizontal-nav-tabs::-webkit-scrollbar {
	height: 4px;
	width: 4px;
}

.horizontal-nav-tabs::-webkit-scrollbar-thumb:horizontal {
	background: #ccc;
	border-radius: .25rem;
}

.ixxo-toast-container {
	position: fixed;
	padding: 1rem;
	right: 0;
	z-index: 2000;
	top: 0;
}

.ixxo-toast-container .toast {
	width: fit-content;
}

#hybrid-checkout-container #hybrid-checkout-loader {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 999;
}

#modal-loader-image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


ul.nav li:hover>.dropdown-menu,
.dropdown:hover>.dropdown-menu {
	visibility: visible;
	margin: 0;
	opacity: 1;
}

main {
	position: relative;
}

main:after {
	background-color: rgba(0, 0, 0, 0.7);
	content: "";
	visibility: hidden;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 900;
	transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-webkit-transition: all 0.2s ease-in-out 0.1s;
}

main.catalog-mode:after {
	top: 0;
}

main.cover:after {
	visibility: visible;
	opacity: 1;
}


.vendor_directory_letters_container a {
	font-size: 18px;
}

.vendor_directory_letters_container a.disabled {
	pointer-events: none;
	cursor: default;
	opacity: 30%;
}

.vendor_directory_letters_container a.active {
	font-weight: bold;
	text-decoration: underline;
}

.vendor_directory_section_header {
	text-align: left !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.vendor_directory_section_header span {
	padding-left: 12px !important;
}

#vendor-directory-vendors-container .card {
	text-align: center;
}

#vendor-directory-vendors-container .modal .card {
	text-align: left;
}

#vendor-directory-vendors-container .card .card-img-top {
	height: 80px;
	object-fit: contain;
}

.merchant_modal {
	margin: auto;
}

.merchant_modal .modal-content {
	max-width: 500px;
}

.merchant_modal .vendors-listing .merchant-store .logo {
	width: 80px;
	height: 80px;
	right: unset;
	top: unset;
	position: relative;
}

.merchant_modal .vendors-listing .merchant-store .logo a {
	object-fit: contain;
	position: relative;
}

@media (max-width: 767px) {
	.modal-backdrop {
		display: none !important;
	}
}

#frmVendorDirectorySearch .type_name_search .select2-container .select2-selection {
	border-right: none;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	height: 45px;
}

#frmVendorDirectorySearch .type_name_search .select2-container .select2-selection .select2-selection__rendered {
	height: 43px;
	display: inline-flex;
	align-items: center;
	width: 100%;
	font-size: 16px;
}

#frmVendorDirectorySearch .type_name_search input {
	/* border-left: none; */
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	height: 45px;
	font-size: 16px;
}

.merchant-store .all-vendor-materials-button {
	display: none;
}

.select-styled {
	padding: 6px 5px;
	width: 100%;
	-moz-appearance: auto;
	-webkit-appearance: auto;
	appearance: auto;
}

#ajaxSearchResultsBoxProducts {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#ajaxSearchResultsBoxProducts .result-item {
	width: calc(50% - 10px);
	max-width: 300px;
	margin: 5px 10px 5px 0;
	height: 80px;
}

#ajaxSearchResultsBoxProducts .card img {
	max-width: 80px;
	max-height: 80px;
	object-fit: contain;
	margin: auto;
	padding: 5px;
}

#box_scrollup {
	margin-bottom: 0 !important;
}

.blurred {
	filter: blur(10px);
	pointer-events: none;
}

#grapes-body ul {
	margin: revert;
	padding: revert;
}

#grapes-body ul li {
	list-style: initial;
}
