﻿
@media all and (min-width: 1025px) {
	.header-selectors-wrapper{
		display:flex;
		align-items:center;
		justify-content:space-between;
		gap:10px;
	}
	.header-selectors-wrapper:after{
		display:none;
	}
	#google_translate_element {
		display: flex;
		justify-content: end;
		align-items: center;
		margin: 0;
		margin-left:auto;
	}
	.language-icon::after {
		background: url("../img/mobile-language-icon.svg") no-repeat center center;
	}
	/* GLOBAL STYLES */

	.mobile {
		display: none !important;
	}

	.admin-header-links {
		float: left;
		font-size: 12px;
		background: none;
		color: #bbb;
	}
	.admin-header-links:only-child {
		float: none;
		display: block;
	}
	.admin-header-links a,
	.admin-header-links span {
		line-height: 30px;
		font-weight: normal;
		transition: 0.2s ease;
		color:var(--white);
		font-weight: 700;
	}

	.product-grid,
	.category-grid,
	.news-list-homepage {
		margin: 0 auto 50px;
	}

	.product-grid:last-child,
	.category-grid:last-child,
	.news-list-homepage:last-child {
		margin-bottom: 0;
	}
	.center-2 .category-grid {
		margin: 0 0 30px;
	}

	.center-2 .product-grid,
	.center-2 .category-grid{
		width: 100%;
	}

	.category-description,
	.manufacturer-description,
	.vendor-description {
		margin: 0 0 30px;
	}

	.center-2 {
		margin: 0 0 50px 0;
		float: right;
		width: 70%;
	}
	.side-2 {
		border: 1px solid #eeeeee;
		float: left;
		width: 27%;
	}
	.inputs {
		text-align: left;
	}
	.what-are-looking-search {
		max-width: 960px;
	}
	.seamless-ordering-section-wrapper {
		padding: 80px 0;
	}
	.seamless-ordering-section .title{
		font-size: 20px;
	}
	.buyer-seller-wrapper {
		gap: 40px;
	}
	.seller-section .buyer-seller-img-wrapper{
		order: 2;
	}
	.content-description span {
		font-size: 18px;
	}

	/* HEADER */

	.header {
		position: relative;
		z-index: 1020;
		margin: 0 auto;
		text-align: left;
	}

	.header-upper {
		background-color: var(--primery-blue);
		text-align: right;
	}

	.header-selectors-wrapper select {
		padding: 0 15px;
		background: transparent;
		border: none;
		color: var(--white);
		height: 30px;
		font-size: 13px;
		min-width: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		font-weight: 700;
	}
	.header-selectors-wrapper select option{
		color: var(--black);
	}
	.currency-selector.desktop,
	.language-selector.desktop .select-wrap,
	.tax-display-type-selector {
		position: relative;
	}

	.currency-selector.desktop:before,
	.language-selector.desktop .select-wrap:before,
	.tax-display-type-selector:before {
		content: "\6b";
		position: absolute;
		top: 50%;
		left: auto;
		right: 4px;
		transform: translateY(-50%) rotate(-90deg);
		display: inline-block;
		font-family: "emporium-icons";
		font-size: 7px;
		color: var(--white);
		pointer-events: none;
		font-weight: 700;
	}


	.all-categories {
		display: none !important;
	}

	.header-menu:after {
		content: "";
		display: block;
		clear: both;
	}

	.header-menu > ul {
		float: right;
	}

	.header-menu-parent {
		font-size: 0;
	}

	.category-navigation-list-wrapper {
		display: inline-block;
		position: relative;
		overflow: hidden;
	}

	/*.category-navigation-list-wrapper * {
		font-size: 0;
	}*/

	.category-navigation-list {
		position: absolute;
		top: 100%;
		left: 0;
		margin-top: 10px;
		padding: 10px 0;
		border: 1px solid #eeeeee;
		opacity: 0;
		pointer-events: none;
		width: 100%;
		background-color: #fff;
		transition: all .3s ease;
		z-index: 1099;
		box-shadow: 0 0 15px rgba(0,0,0,.1);
	}

	.category-navigation-list > li > .sublist-wrap {
		margin-top: -16px;
	}

	.category-navigation-list > li > .sublist-wrap .sublist-wrap {
		margin-left: -1px;
	} 

	.category-navigation-list-wrapper .sublist-wrap {
		position: absolute;
		font-size: 0;
		top: 0;
		margin: 0;
		width: 0 !important;
		left: 100%;
		border: none;
		padding: 15px 0;
		background: url(../img/shadow-top.png) top left repeat-x, url(../img/shadow-bottom.png) bottom left repeat-x;
		pointer-events: none;
		overflow: hidden;
		transition: all .3s ease;
	}


	.category-navigation-list-wrapper .sublist-wrap .sublist {
		border: 1px solid #eeeeee;
		border-width: 1px 0;
		padding: 10px 0;
		background-color: #fff;
	}

	.category-navigation-list .plus-button {
		display: none;
	}

	.category-navigation-list-wrapper .sublist > li {
		opacity: 0;
	}

	.category-navigation-list-wrapper ul li a,
	.category-navigation-list-wrapper ul li > span {
		position: relative;
		display: block;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		padding: 0 35px 0 20px;
		height: 40px;
		line-height: 40px;
		color: var(--gray5);
		font-size: 15px;
		font-weight: bold;
		transition: all .2s ease;
	}
	.category-navigation-list-wrapper ul li span {
		font-size: 15px;
	}

	.category-navigation-list-wrapper ul li:hover > .sublist-wrap {
		opacity: 1;
		pointer-events: auto;
		overflow: visible;
		width: 100% !important;
	}

	.category-navigation-list-wrapper ul li:hover > .sublist-wrap > .sublist {
		border-width: 1px;
	}

	.category-navigation-list-wrapper ul li:hover > .sublist-wrap > .sublist > li {
		opacity: 1;
		transition: all .1s ease-in .3s;

	}

	.category-navigation-list-wrapper ul li:hover > a,
	.category-navigation-list-wrapper ul li:hover > span {
		background-color: #f6f6f6;
		color: var(--primery-blue);
	}

	.category-navigation-list-wrapper ul li:hover > a:after {
		color: var(--primery-blue);
	}

	.category-navigation-title {
		position: relative;
		z-index: 1100;
		display: flex;
		align-items: center;
		width: 280px;
		line-height: 50px;
		height: 50px;
		font-size: 14px;
		cursor: pointer;
		color: var(--primery-blue);
		text-transform: capitalize;
		font-weight: bold;
		transition: all .2s ease;
		vertical-align: bottom;
	}

	.category-navigation-title:before {
		content: "";
		background: url(../img/desktop-category-list-icon.svg) no-repeat center center;
		display: inline-block;
		width: 20px;
		height: 20px;
		background-size: contain;
		transition: .3s all;
		margin-right: 10px;
	}
	.category-navigation-title:hover:before{
		background: url(../img/mobile-category-list-icon.svg) no-repeat center center;
	}
	/*.category-navigation-title:before {
		content: "\66";
		display: inline-block;
		font-size: 17px;
		vertical-align: bottom;
		font-family: "emporium-icons";
		font-weight: normal;
		text-transform: none;
		transition: all .2s ease;
	}*/

	.user-btn:before {
		background: url(../img/mobile-user-icon.svg) no-repeat center center;
	}

	.user-btn:hover:before {
		background: url(../img/desktop-user-icon.svg) no-repeat center center;
	}

	.fixed-header .user-btn:before {
		background: url(../img/desktop-user-icon.svg) no-repeat center center;
	}
	.html-home-page .fixed-header .primary-left-icon-btn.user-btn:before,
	.html-buyer-topic-page .fixed-header .primary-left-icon-btn.user-btn:before,
	.html-seller-topic-page .fixed-header .primary-left-icon-btn.user-btn:before,
	.html-home-page .fixed-header .primary-left-icon-btn.user-btn:hover:before,
	.html-home-page .fixed-header .primary-left-icon-btn.user-btn:active:before,
	.html-buyer-topic-page .fixed-header .primary-left-icon-btn.user-btn:hover:before,
	.html-buyer-topic-page .fixed-header .primary-left-icon-btn.user-btn:active:before,
	.html-seller-topic-page .fixed-header .primary-left-icon-btn.user-btn:hover:before,
	.html-seller-topic-page .fixed-header .primary-left-icon-btn.user-btn:active:before {
		background: url(../img/mobile-user-icon.svg) no-repeat center center !important;
	}

	.category-navigation-list-wrapper:hover {
		overflow: visible;
	}

	.category-navigation-list-wrapper:hover .category-navigation-title {
		background-color: var(--primery-blue);
		color: #fff;
	}

	.category-navigation-list-wrapper:hover .category-navigation-title:before {
		color: #fff;
	}

	.category-navigation-list-wrapper:hover .category-navigation-list {
		margin-top: 0;
		opacity: 1;
		pointer-events: auto;
	}

	.category-navigation-list-wrapper .with-subcategories:after {
		content: "\6a";
		position: absolute;
		top: 50%;
		right: 20px;
		left: auto;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-family: "emporium-icons";
		font-size: 8px;
		color: #8e8e8e;
	}


	.header-lower {
		padding: 10px 0;
		font-size: 0;
		display:flex;
		align-items:center;
		gap:0 20px;
	}


	.header-links-wrapper {
		margin-bottom: 0;
		text-align: right;
	}

	.header-links {
		display: table;
		width: 100%;
	}

	.header-links ul {
		font-size: 0;
		display: flex;
		justify-content:end;
	}
	.header-links .fixed-header-menu-items{
		gap: 10px 20px;
	}
	.primary-left-icon-btn.opener{
		margin-left: 20px;
	}

	.header-links li {
		position: relative;
	}

	.header-links .ico-compare {
		font-size: 13px;
		color: var(--primery-blue);
		transition: color .2s ease;
		width: 52px;
		height: 37px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius:8px;
		transition:0.3s all;
		font-size:0;
	}
	.header-links .profile-menu-box .ico-inbox {
		font-size: 0;
	}

	.header-links .profile-menu-box span:before,
	.header-links .profile-menu-box a:before {
		font-size: 17px;
		margin: 0 7px 0 0;
	}
	.header-links .ico-compare:before {
		display: block;
		font-family: "emporium-icons";
		font-size: 20px;
		color: var(--primery-blue);
		transition: color .2s ease;
	}

	.ico-wishlist .wishlist-qty,
	.ico-cart .cart-qty,
	.notification-icon .notification-count {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center	;
		top: -4px;
		left: 39%;
		-webkit-transform: translateX(-50%) translateX(25px);
		-ms-transform: translateX(-50%) translateX(25px);
		transform: translateX(-50%) translateX(25px);
		background-color: var(--primery-blue);
		font-size: 10px;
		min-width: 16px;
		height: 16px;
		padding: 0 3px;
		line-height: 15px;
		border-radius: 20px;
		color: #fff;
		text-align: center;
		border-width: 16px;
	}
	.notification-icon .notification-count {
		left: 34%;
	}
	.profile-menu-box {
		position: absolute;
		top: 100%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		margin-top: 25px;
		width: 150px;
		padding: 10px 0;
		border-radius: 3px;
		background: #fff;
		font-size: 14px;
		opacity: 0;
		visibility: hidden;
		text-align:left;
		pointer-events: none;
		box-shadow: 0 0 20px rgba(0,0,0,.16);
		z-index: 1020;
		transition: all .2s ease;
	}
	.profile-menu-box:after {
		content: " ";
		bottom: 100%;
		left: 50%;
		border: solid transparent;
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(255, 255, 255, 0);
		border-bottom-color: #ffffff;
		border-width: 8px;
		margin-left: -8px;
		transition:0.3s all;
	}
	.profile-menu-box.open {
		margin-top: 8px;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.ico-cart .cart-label {
		font-weight: bold;
		display: inline-block;
		height: 15px;
		white-space: nowrap;
	}
	.search-box {
		display: inline-block;
		font-size: 0;
	}

	.search-box .search-box-button {
		border-radius: 0 12px 12px 0;
		left:2px;
	}


	.search-box form > .search-box-wrapper {
		display: block;
		border: 2px solid var(--primery-blue);
		border-radius: 12px;
		display:flex;
		align-items:center;
		height:37px;
		background-color: var(--white);
		transition: 0.3s all;
	}

	.search-box input.search-box-text {
		background-color:transparent;
		height: 37px;
		color: var(--gray4);
		width: calc(100% - 126px);
		border-radius:40px;
		padding:0 8px;
	}

	.search-box-wrapper .box-side-title{
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 0.02em;
		padding:0 8px 0 10px;
		color: var(--primery-blue);
		position:relative;
		display:flex;
		align-items:center;
	}

	.search-box-wrapper .box-side-title::after {
		content: '';
		width: 1px;
		height: 26px;
		background-color: var(--gray3);
		right: 0;
		display: block;
		position: absolute;
	}

	.mobile-flyout-wrapper {
		position: relative;
		z-index: 1200;
	}

	.mini-shopping-cart {
		display: none;
		position: absolute;
		top: 98%;
		right: 0;
		padding-top: 8px;
		z-index: 1030;
	}

	.mobile-flyout-wrapper:hover .mini-shopping-cart {
		display: block;
	}


	.mini-shopping-cart > div:before {
		content: " ";
		position: absolute;
		bottom: 100%;
		left: auto;
		right: 17px;
		border: solid transparent;
		height: 0;
		width: 0;
		pointer-events: none;
		border-color: rgba(255, 255, 255, 0);
		border-bottom-color: #fff;
		border-width: 8px;
		margin-left: -8px;
	}

	.mini-shopping-cart .flyout-cart-scroll-area {
		border-radius: 3px;
		box-shadow: 0 0 15px rgba(0,0,0,0.15);
		width: 430px;
	}

	.flyout-cart .items {
		padding: 0 20px;
		max-height: calc(100vh - 320px);
		overflow: hidden;
	}
	.mini-shopping-cart .right {
		float: right;
		clear: right;
		max-width: 80px;
		text-align: right;
	}
	.mini-shopping-cart .left {
		width: calc(100% - 90px);
		float: left;
	}


	.mini-shopping-cart .name a {
		margin: 0 0 10px;
	}

	.mini-shopping-cart .attributes {
		margin-bottom: 10px;
	}

	.mini-shopping-cart .quantity {
		font-size: 16px;
		float: none;
		margin: 0;
	}

	.mini-shopping-cart .quantity:after {
		content: none;
	}

	.mini-shopping-cart .price {
		float: none;
	}

	.ui-autocomplete {
		width: calc(100% - 47px) !important;
		z-index: 1015; /*should be lower than header but equal or higher than header-menu*/
		left: 0 !important;
	}

	.ui-autocomplete,
	.buyer-topic-page .page-body .search-box-container ul {
		padding: 15px 0;
	}

	.ui-autocomplete a {
		padding: 7px 20px;
	}

	.ui-autocomplete img {
		width: 77px;
		height: 77px;
	}

	.ui-autocomplete span {
		max-width: calc(100% - 90px);
		margin-top: 5px;
		font-size: 15px;
	}
	.responsive-nav-wrapper-parent {
		display: none;
	}


	/* HEADER MENU */


	.menu-title, .close-menu,
	.header-menu .back-button {
		display: none;
	}
	.overlayOffCanvas {
		display: none !important;
	}

	.header-menu {
		text-align: left;
		position: relative;
	}
	.header-menu::after{
		content:"";
		display:block;
		width:100vw;
		height:100%;
		background-color: var(--gray1);
		position:absolute;
		z-index:-1;
		transform:translateX(-50%);
		left:50%;
		top:0;
	}
	.header-menu > ul {
		margin: 0 auto;
		font-size: 0;
	}
	.header-menu > ul > li {
		display: inline-block;
		vertical-align: middle;
	}
	.header-menu > ul > li > a,
	.header-menu > ul > li > span {
		display: block;
		padding: 0 15px;
		height: 50px;
		line-height: 50px;
		font-size: 14px; /*reset zeroing*/
		cursor: pointer;
		text-transform: capitalize;
		color: #ffffff;
		font-weight: bold;
		transition: color .2s ease;
	}
	.header-menu > ul > li:last-child >a {
		padding-right: 0;
	}
	.header-menu > ul > li:hover > a,
	.header-menu > ul > li:hover > span {
		color: var(--primery-dark-blue);
	}

	.top-menu {
		display: block;
	}

	.header-menu .sublist .back-button {
		display: none;
	}



	/* FOOTER */


	.footer:after {
		content: "";
		display: block;
		clear: both;
	}

	.footer-upper {
		width: 28%;
		float: left;
		clear: left;
		text-align: left;
		padding-left: 3%;
	}

	.footer-middle {
		float: right;
		width: 72%;
		margin: 55px 0;
		padding: 0 3% 0 1.5%;
		clear: right;
		text-align: left;
	}

	.footer-lower {
		clear: both;
	}

	.footer-logo {
		margin-top: 0;
	}

	.footer-block {
		width: 20.5%;
		margin: 0 1.5%;
	}

	.footer-block ul {
		padding-bottom: 0;
	}

	.footer-block .title {
		padding: 0;
		margin-bottom: 7px;
	}

	.footer-block ul li {
		padding: 9px 0;
	}

	.footer-middle .socials-and-payments {
		width: 27%;
		float: right;
	}

	.footer-middle .social-icons {
		padding: 0;
		border: none;
		margin-top: 0;
	}

	.footer-lower {
		padding: 13px;
	}


	.footer-lower > div {
		display: inline-block;
		margin: 0 0 0 5px;
	}

	.footer-lower > div:before {
		content: "";
		display: inline-block;
		margin-right: 5px;
		width: 4px;
		height: 4px;
		vertical-align: middle;
		border-radius: 50%;
		font-size: 0;
		background-color: #c8c8c8;
	}
	.footer-lower > div:first-child {
		margin-left: 0;
	}

	.footer-lower > div:first-child:before,
	.footer-lower > div.theme-selector:before {
		display: none;
	}
	.footer-lower > div.theme-selector {
		margin: -9px 0 -9px 5px;
	}


	/* LEFT/RIGHT COLUMN */

	.product-selectors {
		margin: 0 0 20px;
	}


	.block {
		float: none;
		width: auto;
		margin: 0 0 3px;
	}


	.block .title {
		cursor: default;
		padding: 14px 30px;
	}

	.block .title:before {
		content: none;
		display: none;
	}

	.block.block-recently-viewed-products .title {
		padding: 15px 20px;
	}

	.block.block-recently-viewed-products .title:before {
		display: none;
	}

	.block.block-recently-viewed-products .listbox {
		padding: 0;
	}

	.block.block-recently-viewed-products .listbox li {
		padding: 10px;
		border-top: 1px solid #eeeeee;
	}

	.block.block-recently-viewed-products .listbox li:first-child {
		border-top: 0;
	}

	.block.block-recently-viewed-products .list a {
		color: #444444;
	}

	.block.block-recently-viewed-products .list a:hover {
		color: var(--primery-blue);
	}


	.block.block-recently-viewed-products .product-picture {
		display: inline-block;
		margin-right: 16px;
		width: 84px;
		vertical-align: middle;
	}
	.block .product-picture img {
		display: block;
		max-width: 100%;
	}
	.block .product-name {
		display: inline-block;
		width: calc(100% - 103px);
		vertical-align: middle;
	}


	/* CATEGORY PAGE & GRIDS */


	.vendor-item .title a,
	.manufacturer-item .title a{
		font-size: 17px;
	}
	.home-page-category-grid .home-page-main-title .main-title{
		text-align: left;
		margin-bottom: 0;
	}
	.home-page-category-grid .item-box .picture a img {
		padding: 32px 32px 24px;
		border-radius: 44px;
	}
	.home-page-category-grid .category-item .title {
		padding: 0 24px 24px;
	}

	.home-page-category-grid,
	.sub-category-grid,
	.manufacturer-grid,
	.product-grid,
	.category-grid,
	.news-list-homepage,
	.home-page-polls {
		margin-bottom: 70px;
	}

	.center-2 .product-grid {
		margin-bottom: 50px;
	}

	.home-page-advantages {
		padding: 35px 20px;
		margin: -60px -20px 70px;
		background-color: #f6f6f6;
		text-align: center;
	}
	.advantages-item {
		padding: 0 1%;
 		width: 25%;
 		margin: 0;
 		background-color: transparent;
 		text-align: center;
		vertical-align: top;
	}

	.advantages-item > div {
		display: block;
	}

	.advantages-item .picture {
		margin-bottom: 15px;
		width: 100%;
		height: auto;
	}

	.advantages-item .info {
		width: 100%;
	}

	.advantages-item .description {
		display: block;
		margin-top: 10px;
		color: #8c8c8c;
		font-size: 15px;
	}

	.advantages-item .description p {
		line-height: 1.7;
	}

	.center-2 .page-title,
	.category-description,
	.manufacturer-description,
	.vendor-description,
	.center-2 .product-grid .title {
		text-align: left;
	}

	.block {
		border: none;
	}

	.block .listbox {
		display: block;
		padding: 0 30px 15px;
	}


	.center-1 .breadcrumb {
		text-align: center;
	}

	.breadcrumb {
		text-align: left;
		margin: 0 0 15px 0;
	}

	.mobile-name-holder .breadcrumb {
		text-align: center;
	}

	.breadcrumb li * {
		line-height: normal;
	}



	#products-pagesize-mobile {
		display: none !important;
	}
	#products-pagesize-desktop {
		display: inline-block;
	}

	.product-selectors > div > span {
		display: inline-block;
		vertical-align: middle
	}

	.product-selectors .product-page-size {
		margin-left: 0;
		width: auto;
	}

	.product-selectors {
		font-size: 13px;
		text-align: left;
		color: #8c8c8c;
		font-weight: bold;
		text-transform: uppercase;
	}

	.product-selectors select {
		display: inline-block;
		margin: 0 10px;
		width: auto;
		height: 45px;
		background-color: #fff;
		border: 1px solid #e7e7e7;
		border-radius: 2px;
		font-weight: normal;
		text-transform: none;
		background-image: url('../img/select-arrow-dark.svg');
	}

	.product-selectors .product-sorting {
		display: inline-block;
		float: right;
		margin: 0;
		width: auto;
	}

	.product-selectors .product-viewmode {
		display: inline-block;
		float: right;
		margin: 0;
		font-size: 0;
	}

	.product-list {
		margin-bottom: 30px;
	}

	.product-list .add-to-cart-qty-wrapper .plus,
	.product-list .add-to-cart-qty-wrapper .minus {
		height: 16px;
		line-height: 16px;
	}

	.center-2 .product-list .product-item:after {
		content: "";
		display: block;
		clear: both;
	}

	.product-list .prices > span {
		display: block;
	}

	.center-2 .page-title {
		padding: 0;
	}

	.news-list-homepage .news-item {
		width: 32.4%;
	}

	.news-list-homepage .news-item:nth-child(2n+1) {
		margin-left: 1.4%;
		clear: none;
	}

	.news-list-homepage .news-item:nth-child(3n+1) {
		margin-left: 0;
		clear: left;
	}

	/* PRODUCT PAGE */
	.gallery .picture {
		width: auto;
	}

	.attribute-squares {
		text-align: left;
	}

	.product-variant-line .attributes-wrapper {
		margin-left: 0;
	}


	/* REVIEW PAGE */
	.product-review-item .review-content {
		overflow: hidden;
	}

	.product-review-item .product-review-box {
		padding: 2px 0 0;
	}
	.product-review-item .product-review-box .rating {
		margin: 0;
	}

	.product-review-helpfulness {
		float: right;
		width: 20%;
		margin: 0;
		text-align: center;
		padding-left: 20px;
	}

	.review-body { 
		width: 67%;
		float: left;
	}


	.product-review-item .product-review-box,
	.review-info .user {
		margin-bottom: 10px;
	}


	/* TABLES */


	.data-table td label,
	.td-title {
		display: none;
	}

	td.remove-from-cart label, td.add-to-cart label {
		font-size: 0;
	}	


	/* WISHLIST & COMPARE LIST */

	.compare-products-page .page-body {
		position: relative;
		margin: 0 -20px;
	}

	.compare-products-table {
		display: table;
		border: 1px solid var(--primery-medium-blue);
	}

	.compare-products-mobile {
		display: none;
	}

	.login-page .inputs.reversed label,
	.login-page .inputs.reversed span {
		font-size: 15px;
		line-height: 17px;
	}

	.login-page .external-authentication > * {
		padding: 45px 0;
		margin: 30px 0 0;
		width: 100%;
	}
	.forum-edit-page .page-body,
	.private-message-send-page .page-body,
	.move-topic-page .page-body {
		padding: 45px 13%;
	}
	.change-password-page {
		max-width: 700px;
	}

	.html-account-page .center-2 {
		max-width: calc(70% - 60px);
		width: 100%;
		margin: 0 auto;
	}
	.account-page .buttons {
		text-align: left;
	}

	.html-account-page .side-2 {
		border: none;
	}

	.block-account-navigation.block .title {
		display: none;
	}

	.block-account-navigation.block .listbox {
		padding: 0;
		text-align: right;
	}

	.block-account-navigation.block .list a {
		position: relative;
		display: block;
		padding: 15px 0 15px 65px;
		max-width: 100%;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: bold;
		transition: all .2s ease;
		text-align: left;
		color: var(--primery-blue);
	}


	.block-account-navigation.block .list a:hover {
		color: var(--primery-dark-blue);
	}
	.block-account-navigation.block .list a:hover{
		background-color: var(--primery-medium-blue);
		border-right: 6px solid var(--primery-blue);
	}

	.block-account-navigation.block .list .active a {
		border-right: 6px solid var(--primery-blue);
		color: var(--primery-dark-blue);
		background-color: var(--secondary-mint);
	}

	.block-account-navigation.block .list a:after,
	.customer-Subscriptions a:after,
	.customer-rpf a:after,
	.customer-rfq a:after,
	.customer-auction a:after {
		position: absolute;
		top: 50%;
		right: auto;
		left: 15px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		display: inline-block;
		vertical-align: middle;
		margin-left: 23px;
		font-family: "emporium-icons";
		font-size: 20px;
		font-weight: normal;
		text-transform: none;
		transition: all .2s ease;
	}
	.block-account-navigation.block .list .customer-rfq a:after {
		right: 18px;
		transition: all .2s ease;
	}
		.block-account-navigation.block .list .customer-rpf a:after {
			right: 20px;
		}
	.block-account-navigation.block .list .customer-auction a:after {
		right: 20px;
	}

	.block-account-navigation.block .list .active a:after {
		color: var(--primery-blue);
	}

	.block-account-navigation .customer-vendor-info a:after {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background-image: url("../img/company-info-icon.svg");
	}

	.block-account-navigation .customer-vendor-info.active a:after,
	.block-account-navigation .customer-vendor-info a:hover:after {
		background-image: url("../img/company-info-hover-icon.svg");
	}

    .block-account-navigation .customer-info a:after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
		background-image: url("../img/customer-info-icon.svg");
    }
	.block-account-navigation .customer-info.active a:after,
	.block-account-navigation .customer-info a:hover:after {
		background-image: url("../img/customer-info-hover-icon.svg");
	}

	.block-account-navigation .customer-addresses a:after {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background-image: url("../img/addresses-icon.svg");
	}

	.block-account-navigation .customer-addresses.active a:after,
	.block-account-navigation .customer-addresses a:hover:after {
		background-image: url("../img/addresses-hover-icon.svg");
	}

	.block-account-navigation .customer-orders a:after {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background-image: url("../img/order-icon.svg");
	}

	.block-account-navigation .customer-orders.active a:after,
	.block-account-navigation .customer-orders a:hover:after {
		background-image: url("../img/order-hover-icon.svg");
	}

	.block-account-navigation .stripe-connect a:after {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background-image: url("../img/connect-strip-payment.svg");
	}

	.block-account-navigation .stripe-connect.active a:after,
	.block-account-navigation .stripe-connect a:hover:after {
		background-image: url("../img/connect-strip-payment-hover.svg");
	}

	.block-account-navigation .return-requests a:after {
		content: "\4f";
	}

	.block-account-navigation .downloadable-products a:after {
		content: "\4a";
	}

	.block-account-navigation .back-in-stock-subscriptions a:after {
		content: "\45";
	}

	.block-account-navigation .reward-points a:after {
		content: "\50";
	}

	.block-account-navigation .change-password a:after {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background-image: url("../img/change-password-icon.svg");
	}

	.block-account-navigation .change-password.active a:after,
	.block-account-navigation .change-password a:hover:after {
		background-image: url("../img/change-password-hover-icon.svg");
	}

	.block-account-navigation .staff-invite a:after {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background-image: url("../img/staf-invite-icon.svg");
	}

	.block-account-navigation .staff-invite.active a:after,
	.block-account-navigation .staff-invite a:hover:after {
		background-image: url("../img/staf-invite-hover-icon.svg");
	}

	.block-account-navigation .customer-message a:after {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background-image: url("../img/message-icon.svg");
	}

	.block-account-navigation .customer-message.active a:after,
	.block-account-navigation .customer-message a:hover:after {
		background-image: url("../img/message-hover-icon.svg");
	}

	.block-account-navigation .customer-contracts a:after {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background-image: url("../img/contracts-icon.svg");
	}

	.block-account-navigation .customer-contracts.active a:after,
	.block-account-navigation .customer-contracts a:hover:after {
		background-image: url("../img/contracts-hover-icon.svg");
	}

	.block-account-navigation .customer-documents a:after {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background-image: url("../img/documents-icon.svg");
	}

	.block-account-navigation .customer-documents.active a:after,
	.block-account-navigation .customer-documents a:hover:after {
		background-image: url("../img/documents-hover-icon.svg");
	}

	.block-account-navigation .dashboard a:after {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background-image: url("../img/dashboard-icon.svg");
	}

	.block-account-navigation .dashboard.active a:after,
	.block-account-navigation .dashboard a:hover:after {
		background-image: url("../img/dashboard-hover-icon.svg");
	}	



	.block-account-navigation .customer-check-gift-card-balance a:after {
		content: "\e90b";
	}

	.block-account-navigation .customer-avatar a:after {
		content: "\51";
	}

	.block-account-navigation .forum-subscriptions a:after {
		content: "\52";
	}

	.block-account-navigation .customer-reviews a:after {
		content: "\53";
	}
	.block-account-navigation .customer-reviews a:after {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background-image: url("../img/product-review-icon.svg");
	}

	.block-account-navigation .customer-reviews.active a:after,
	.block-account-navigation .customer-reviews a:hover:after {
		background-image: url("../img/product-review-hover-icon.svg");
	}

	.block-account-navigation .user-verification a:after {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background-image: url("../img/user-verification-icon.svg");
	}

	.block-account-navigation .user-verification.active a:after,
	.block-account-navigation .user-verification a:hover:after {
		background-image: url("../img/user-verification-hover-icon.svg");
	}

	.block-account-navigation .customer-auction a:after {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background-image: url("../img/auction-icon.svg");
	}

	.block-account-navigation .customer-auction.active a:after,
	.block-account-navigation .customer-auction a:hover:after {
		background-image: url("../img/auction-hover-icon.svg");
	}

	.block-account-navigation .customer-rfp a:after {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background-image: url("../img/rfp-icon.svg");
	}

	.block-account-navigation .customer-rfp.actvie a:after,
	.block-account-navigation .customer-rfp a:hover:after {
		background-image: url("../img/rfp-hover-icon.svg");
	}

	.block-account-navigation .customer-rfq a:after {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background-image: url("../img/rfq-icon.svg");
	}

	.block-account-navigation .customer-rfq.actvie a:after,
	.block-account-navigation .customer-rfq a:hover:after {
		background-image: url("../img/rfq-hover-icon.svg");
	}

	.block-account-navigation .customer-gdpr a:after {
		content: "\e90a";
	}

	.block-account-navigation .customer-multiFactor-authentication a:after {
		content: "\e90c";
		font-size: 17px !important;
	}

	.block-account-navigation .vendor-info a:after {
		content: "\54";
	}

	.address-item .info {
		margin-bottom: 0;
		max-width: calc(100% - 45px);
		word-break: break-all;
	}

	.address-item .buttons {
		position: absolute;
		top: 10px;
		right: 10px;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.address-item .title {
		padding-right: 50px;
	}

	.order-details-page .page-body {
		overflow: hidden;
	}

	.order-details-page .section.products {
		float: left;
		width: 70%;
	}

	.order-summary-content .table-wrapper {
		width: 70%;
	}

	.order-details-page .options,
	.order-details-page .totals,
	.order-summary-content .cart-footer  {
		float: right;
		width: calc(30% - 20px);
	}

	.shopping-cart-page .cart-footer,
	.shopping-cart-page .table-wrapper {
		float: none;
		width: 100%;
	}

	.selected-checkout-attributes {
		margin-top: 0;
	}

	.check-gift-card-balance-page .captcha-box {
		text-align: left;
	}

	/* SHOPPING CART & CHECKOUT */

	.shopping-cart-page .common-buttons {
		text-align: left;
	}

	.shopping-cart-page .common-buttons button {
		margin: 0 7px 0 0;
		padding: 0 25px;
		width: auto;
	}

	.shopping-cart-page .continue-shopping-button {
		margin: 0 !important;
		float: right;
	}

	.address-grid > div {
		max-width: none;
	}

	/* SEARCH & SITEMAP */

	.search-page .search-input form {
		margin: 0 0 40px;
	}

	.search-page .search-input form .inputs {
		text-align: center;
	}


	/* BLOG & NEWS */


	.news-item-page .inputs:first-child label {
		display: inline-block;
	}

	/* FORUM & PROFILE */

	.forums-main-page .forums-table-section td:first-child,
	.forum-page .forums-table-section td:first-child {
		padding-left: 40px !important;
	}

	.forums-main-page .forums-table-section td:last-child,
	.forum-page .forums-table-section td:last-child {
		padding-right: 40px !important;
	}
	.forums-table-section .image div {
		width: 40px;
		height: 40px;
	}

	.forums-table-section .image div:before {
		font-size: 40px;
	}

	.topic-post .post-info {
		width: 190px;
		float: left;
		padding: 30px 0 30px 30px;
	}

	.topic-post .user-info {
		padding: 0;
	}

	.topic-post .username {
		margin: 0 0 10px;
	}

	.topic-post .avatar {
		position: static;
		margin-bottom: 10px;
	}

	.topic-post .post-content {
		position: relative;
		float: right;
		width: calc(100% - 190px);
		padding: 55px 30px 30px;
	}

	.topic-post .post-actions {
		position: absolute;
		top: 10px;
		right: 10px;
	}

	.topic-post .post-actions > div.post-vote {
		float: right;
		clear: both;
	}

	.topic-post .post-vote > div,
	.topic-post .post-vote > span {
		height: 50px;
		line-height: 50px;
	}

	.topic-post .post-body {
		width: 70%;
		max-width: 1000px; 
	}

	.page-body .nop-jcarousel,
	.small-products{
		margin:0 auto 60px !important;
	}

	.home-page .two-row-carousels.small-products + div,
	.home-page .jCarouselMainWrapper.small-products+div{
		margin-top: 60px !important;
	}

	.footer-upper .footer-logo{
		margin-bottom:40px;
	}
	.header-lower.fixed-header {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 9999;
	}
	.fixed-header.header-lower::before{
		background-color: var(--primery-blue);
	}
	.header-lower:not(.fixed-header) .header-logo a .desktop-fix-header-logo {
		display:none;
	}
	.header-lower.fixed-header .header-logo a .desktop-logo {
		display:none;
	}
	.fixed-header .header-link-btn {
		display: none;
	}
	.prepend-menu {
		width: calc(100% - 109px);
		display: flex;
		justify-content: end;
		align-items: center;
	}
	.prepend-menu .fixed-header-menu-items{
		flex-wrap: wrap;
	}
	.fixed-header-menu-item {
		font-size: 14px;
		line-height: 130%;
		font-weight: 700;
		color: var(--white);		
	}
	.fixed-header .primary-left-icon-btn.opener {
		background-color: var(--white);
		color: var(--primery-blue);
	}
	.html-home-page .fixed-header .primary-left-icon-btn.opener,
	.html-buyer-topic-page .fixed-header .primary-left-icon-btn.opener,
	.html-seller-topic-page .fixed-header .primary-left-icon-btn.opener {
		background-color: #FF4735;
		color: white;
	}
	.fixed-header .primary-left-icon-btn.opener:hover {
		background-color: var(--secondary-mint);
	}
	.header-logo .mobile-logo,
	.header-logo .mobile-fix-header-logo {
		display: none;
	}
	.header-links > .mobile-flyout-wrapper{
		display: none;
	}
	.default-gallery .picture-thumbs .thumb-item {
		margin: 0 10px;
	}
	.html-catalog-page .center-2 .page,
	.html-blog-page .center-2 .page {
		max-width: 85%;
		width: 100%;
		margin: auto;
	}
	.html-catalog-page .center-2,
	.html-blog-page .center-2 {
		width: calc(100% - 300px);
	}
	.html-catalog-page .side-2,
	.html-account-page .side-2,
	.html-blog-page .side-2 {
		float: none;
		order: 1;
		max-width: 300px;
		width: 100%;
	}
	.html-catalog-page .side-2,
	.html-catalog-page .center-2,
	.html-account-page .side-2,
	.html-account-page .center-2,
	.html-blog-page .center-2,
	.html-blog-page .side-2 {
		padding-top: 80px;
	}
	.block:after {
		content: "";
		width: 100%;
		height: 12px;
		background: #f6fcff;
		display: block;
	}
	.html-account-page .block:after{
		display: none;
	}
	.start-selling-wrapper .karvan-content,
	.suppliers-country-wrapper .title {
		font-size: 32px;
	}
	.suppliers-country-wrapper .title-wrapper {
		margin-bottom: 40px;
	}
	.suppliers-country-wrapper .country-items-wrapper {
		gap: 60px;
	}
	.suppliers-country-wrapper .country-flag img {
		width: 56px;
		height: 56px;
	}
	.suppliers-country-wrapper .country-flag {
		width: 109px;
		height: 109px;
	}
	.global-trade-wrapper {
		padding: 351px 0 140px;
	}	
	.global-trade-wrapper .trade-number-items {
		margin-bottom: 80px;
	}
	.global-trade-wrapper .trade-number-title{
		font-size: 24px;
	}
	.global-trade-wrapper .global-trade-title {
		font-size: 64px;
	}
	.global-trade-wrapper .global-trade-content{
		font-size: 20px;
	}
	.karavan-services-wrapper {
		padding: 80px 0;
	}
	.karavan-services-wrapper .karavan-services-title{
		font-size: 45px;
	}
	.karavan-services-wrapper .services-items {
		gap: 32px;
	}
	.karavan-services-wrapper .service-item {
		width: calc((100% - 32px)/2);
		gap: 32px;
		padding: 40px 32px;
	}
	.services-wrapper {
		padding: 182px 0;
	}
	.services-wrapper .services-items {
		gap: 32px;
	}	
	.page-title {
		margin: 0 0 40px;
	}
	.registration-result-page .page-body,
	.registration-page .page-body,
	.login-page .returning-wrapper,
	.login-page .new-wrapper {
		padding: 40px;
	}
	.registration-result-page + .bottom-banner-wrapper,
	.registration-page + .bottom-banner-wrapper {
		position: relative;
		top: 80px;
	}
	/* Seller page */
	.join-karavan-service-item {
		width: calc((100% - 64px) / 3);
	}
	.join-karavan-service .service-content-description {
		font-size: 16px;
	}
	.sitemap-page .page-title h1,
	.compare-products-page .page-title h1,
	.join-karavan-content .seller-page-title {
		font-size: 45px;
	}
	.seller-topic-page .join-karavan-description {
		font-size: 20px;
	}
	.seller-page-main-title {
		margin-bottom: 40px;
	}
	.trade-solution-wrapper {
		padding: 100px 0 50px;
	}
	.trade-solution-content .service-content-item .content-item-heading {
		font-size: 24px;
	}
	.trade-solution-content .service-content-item .content-item-description {
		font-size: 18px
	}
	.seller-topic-page .page-body .karavan-work-title {
		font-size: 64px;
		margin-bottom: 30px;
	}
	.karavan-work-content {
		max-width: 860px;
		width: 100%;
	}
	.seller-topic-page .page-body .karavan-works-list-item .list-item-title {
		font-size: 32px;
		margin-bottom: 0;
	}
	.seller-topic-page .karavan-works-list-item .list-item-desc{
		font-size: 20px;
	}
	.seller-topic-page .page-body .seller-main-title,
	.buyer-topic-page .page-body .seller-main-title {
		font-size: 45px;
	}
	.verified-supplier-list {
		column-gap: 56px;
	}
	/* Buyer Page*/
	.buyer-topic-page .page-body .main-decription {
		font-size: 16px;
	}
	.buyer-topic-page .page-body .karavan-service-section .seller-main-title {
		font-size: 32px;
	}
	.buyer-topic-page .buyer-rfq-content .buyer-rfq-tile {
		font-size: 45px;
	}
	.buyer-rfq-content {
		position: absolute;
		left: 4%;
		padding: 50px 0;
	}
	.buyer-rfq-wrapper {
		min-height: 750px;
	}
	.buyer-topic-page .buyer-rfq-list {
		margin-top: 50px;
	}
	.buyer-topic-page .buyer-rfq-content .buyer-rfq-desc {
		font-size: 20px;
	}
	.buyer-topic-page .buyer-rfq-content .buyer-rfq-list-item {
		font-size: 20px;
		margin-bottom: 24px;
	}
	.buyer-topic-page .karavan-support-content .karavan-support-title {
		font-size: 45px;
		margin-bottom: 40px;
	}
	.karavan-support-list-item:not(:last-child) {
		margin-bottom: 32px;
	}
	.karavan-support-list-item .karavan-support-list-heading {
		font-size: 24px;
	}
	.karavan-support-list-item .karavan-support-list-desc {
		font-size: 18px;
	}
	.seller-page-category .home-page-category-grid {
		padding: 80px 0;
	}
	.product-list .item-box .details .buttons {
		text-align: right;
	}
	.what-are-looking-search .search-box-wrapper .search-box-text {
		border: 1px solid var(--primery-blue);
		height: 56px;
	}
	.what-are-looking-search .search-box-wrapper .search-box-button {
		width: auto;
		right: 8px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 16px;
		font-weight: 700;
		padding: 0 20px;
		gap: 0 8px;
	}
	.request-form-outer .title h1 {
		font-size: 45px;
	}
	.block-manufacturer-navigation .list .active > a:after,
	.list .active.last > a:after {
		content: "";
		width: 300px;
		height: 100%;
		display: block;
		background: #A3E3FF;
		left: -30px;
		position: absolute;
		z-index: -2;
		top: 0;
	}
	.block-manufacturer-navigation .list .active > a:before,
	.list .active.last > a:before {
		content: "";
		width: 6px;
		height: 100%;
		display: block;
		background: #0072A3;
		right: -30px;
		position: absolute;
		z-index: -1;
		top: 0;
	}
	.sublist .active.last > a:before {
		right: -45px;
	}
	.sublist .active.last > a:after {
		left: -45px;
	}
}