
@media all and (max-width: 1280px) {
	.checkout-content-wrapper {
		max-width: 90%;
		margin: 0 auto;
	}
}
@media all and (max-width: 1024px) {
	#google_translate_element {
		display: flex;
		align-items: center;
		justify-content: start;
		padding: 0 15px;
		color: #8c8c8c;
		background-color: #f6f6f6;
		border-top: 3px solid #fff;
		cursor: pointer;
	}

	.language-selector.mobile.mobile-selector {
		display: none;
	}
	.language-icon::after {
		background: url("../img/desktop-language-icon.svg") no-repeat center center;
	}
	.html-home-page .master-wrapper-content{
		position:relative;
		padding-bottom:0;
	}
	.header-upper .header-selectors-wrapper {
		display: none;
	}
	.header-lower,
	.header-upper {
		display: none;
	}

	.desktop {
		display: none !important;
	}
	.category-navigation-title, .category-navigation-list-wrapper {
		display: none !important;
	}

	.admin-header-links {
		position:relative;
		padding: 10px 16px !important;
		background-color: #004B68 !important;
		z-index: 1030;
		width: 100%;
		display: flex !important;
		align-items: center;
		justify-content: space-between !important;
		box-sizing: border-box;
		height: auto;
	}
	.admin-header-links .admin-logo a img {
		max-height: 24px;
	}
	.admin-header-links .mobile-for-seller-btn {
		padding: 5px 16px !important;
		background-color: #FFFFFF !important;
		border: 2px solid #006F9E !important;
		border-radius: 8px !important;
		color: #004A69 !important;
		font-size: 12px !important;
		font-weight: 700 !important;
		text-decoration: none !important;
		white-space: nowrap;
		text-align: center;
		line-height: normal !important;
	}
	.admin-header-links a{
		font-size: 12px;
		font-weight: 700;
		line-height: 16px;
		letter-spacing: 0.02em;
	}
	.responsive-nav-wrapper-parent {
		position: relative;
		z-index: 1020;
		width: 100%;
		background-color: #fff;
	}

	.responsive-nav-wrapper-parent ~ .header .announcement-bar{
		display:none;
	}

	.mobile-selector {
		overflow: hidden;
	}

	.header-selectors-wrapper > div {
		margin: 0;
		display: block;
		position: relative;
	}
	.profile-menu-box > a{
		background-color: #fff !important;
		border-top: none;
		cursor: pointer;
	}
	.selector-title {
		display: block;
		padding: 15px 20px;
		line-height: 18px;
		font-size: 13px;
		color: #8c8c8c;
		font-weight: 700;
		background-color: #f6f6f6;
		border-top: 3px solid #fff;
		cursor: pointer;
		text-transform: uppercase;
	}

	.selector-title:after {
		content: "\6a";
		display: inline-block;
		float: right;
		font-size: 9px;
		font-family: "emporium-icons";
		transform: rotate(90deg);
		text-transform: none;
		color: #8c8c8c;
		transition: all .3s ease;
	}

	.selector-title.open:after {
		transform: rotate(-90deg);
	}

	.mobile-collapse {
		display: none;
		background-color: #efefef;
		padding: 10px 0;
	}

	.header-selectors-wrapper > div input[type="radio"] {
		display: none;
	}

	.header-selectors-wrapper > div label {
		display: block;
		padding: 10px 38px;
		line-height: 18px;
		font-size: 14px;
		font-weight: 400;
	}

	.header-selectors-wrapper > div input[type="radio"]:checked + label {
		color: var(--primery-blue);
	}

	.header-selectors-wrapper > div input[type="radio"] + label:before {
		content: none;
		display: none;
	} 


	/* RESPONSIVE NAV WRAPPER */

	.responsive-nav-wrapper {
		position: relative;
		padding: 14px 16px 8px 16px;
		background-color: #F5F7FA;
		border-bottom: 1px solid #E0E4E8;
		font-size: 0;
		display:flex;
		gap:0 8px;
		align-items:center;
		justify-content: center;
		max-height: 200px;
		overflow: hidden;
		transition: max-height 0.3s ease, padding 0.3s ease, border 0.3s ease, opacity 0.3s ease;
	}

	.responsive-nav-wrapper .mobile-logo,
	.responsive-nav-wrapper .menu-title,
	.responsive-nav-wrapper .search-wrap {
		display: none !important;
	}

	.responsive-nav-wrapper .mobile-lang-selector {
		display: inline-flex !important;
		align-items: center;
		gap: 5px;
		min-width: auto !important;
		margin-left: 0 !important;
		position: relative;
		cursor: pointer;
		background-size: 24px !important;
		background-position: left center !important;
		padding: 0 0 0 28px;
	}
	.responsive-nav-wrapper .mobile-lang-selector .selectedLang {
		font-size: 14px !important;
		color: var(--primery-blue) !important;
		line-height: 30px !important;
		display: inline-block !important;
		cursor: pointer;
		padding: 0 !important;
		margin: 0 !important;
		width: auto !important;
	}
	.responsive-nav-wrapper .mobile-lang-selector > span {
		width: 12px !important;
		height: 12px !important;
		position: static !important;
		background-size: contain !important;
		display: inline-block !important;
		margin-left: 0;
		order: 2;
	}
	.responsive-nav-wrapper .mobile-lang-selector .langList {
		position: absolute;
		top: 100%;
		right: 0;
		z-index: 999;
	}

	.responsive-nav-wrapper.fixed-header{
		max-height: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		border-bottom: none !important;
		opacity: 0 !important;
	}

	.responsive-nav-wrapper.fixed-header .icon-without-border-btn::before,
	.responsive-nav-wrapper.fixed-header .search-wrap span:before,
	.responsive-nav-wrapper.fixed-header .menu-title span:before{
		color: var(--white);
	}

	.responsive-nav-wrapper.fixed-header .shopping-cart-link .cart-qty,
	.responsive-nav-wrapper.fixed-header .mobile-wishlist-wrapper .wishlist-qty{
		background-color: var(--white);
		color: var(--primery-blue);
	}

	.header-logo {
		display: none;
	}

	.mobile-logo {
		position: relative;
		display: inline-block;
		text-align: center;
		width: calc(100% - 160px);
	}

	.mobile-logo .logo {
		position: relative;
		display: block;
		max-width: 100%;
		height: 36px;
		width: 20px;
	}

	.mobile-logo img {
		position: absolute;
		display: inline-block;
		width: auto;
		max-width: 100%;
		max-height: 100%;
		height: auto;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.mobile-logo .desktop-logo,
	.mobile-logo .desktop-fix-header-logo {
		display: none;
	}

	.responsive-nav-wrapper:not(.fixed-header) .mobile-logo a .mobile-fix-header-logo {
		display: none;
	}
	.responsive-nav-wrapper.fixed-header .mobile-logo a .mobile-logo {
		display: none;
	}

	.responsive-nav-wrapper > div {
		position: relative;
		display: inline-block;
		vertical-align: top;
	}

	.responsive-nav-wrapper > div > span:not(.logo),
	.responsive-nav-wrapper > div > a:not(.logo),
	.responsive-nav-wrapper .ico-wishlist{
		cursor: pointer;
		font-size: 0;
		position: relative;
		color: var(--primery-blue);
		width: 40px;
		height: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 8px;
		transition: .3s all;
	}
	.responsive-nav-wrapper > div > span:before,
	.responsive-nav-wrapper > div > a:before {
		display: inline-block;
		font-family: "emporium-icons";
		font-size: 16px;
	}

	.responsive-nav-wrapper .menu-title span:before {
		content: "\67";
	}

	.responsive-nav-wrapper .search-wrap span:before {
		content: "\65";
	}

	.shopping-cart-link > a {
		position: relative;
		display: block;
		width: 40px;
		height: 40px;
		font-size: 0;
	}
	
	.shopping-cart-link .cart-qty,
	.mobile-wishlist-wrapper .wishlist-qty{
		position: absolute;
		display: inline-block;
		top: -6px;
		left: 26%;
		transform: translateX(-50%) translateX(25px);
		background-color: var(--primery-blue);
		font-size: 10px;
		width: 16px;
		height: 16px;
		padding: 0 3px;
		line-height: 15px;
		border-radius: 20px;
		color: #fff;
		text-align: center;
	}


	/* RESPONSIVE MENU */

	.overlayOffCanvas {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1060;
		background-color: rgba(0,0,0,0);
		transition: background 0.3s ease;
	}
	.overlayOffCanvas.show {
		background-color: rgba(0,0,0,0.4);
	}
	.scrollYRemove {
		overflow: hidden !important;
		-ms-touch-action: none !important;
		-webkit-overflow-scrolling: touch !important;
	}
	.header-menu.ps-container .ps-scrollbar-y-rail {
		visibility: hidden !important; /*scroll is active, but invisible*/
	}
	
	.store-search-box {
		display: none !important;
	}
	.header-menu {
		position: fixed;
		top: 0;
		left: -100%;
		width: 320px;
		max-width: 100%;
		height: 100%;
		overflow: hidden;
		background-color: #fff;
		text-align: left;
		margin-top: 0 !important;
		opacity: 1;
		padding: 0;
		border-radius: 0;
		pointer-events: auto;
		transition: all 0.3s ease;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		box-shadow: none;
		z-index: 1070 !important;
	}
	.profile-menu-box {
		position: fixed;
		bottom: -100%;
		left: 0;
		right: 0;
		top: auto;
		width: 100% !important;
		max-width: 100% !important;
		max-height: 85vh;
		overflow-y: auto;
		background-color: transparent;
		text-align: left;
		margin-top: 0 !important;
		opacity: 1;
		padding: 0 !important;
		border-radius: 32px 32px 0 0 !important;
		pointer-events: auto;
		transition: bottom 0.3s ease;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		box-shadow: none;
		z-index: 1070 !important;
	}


	.header-menu.open,
	.store-search-box.open {
		left: 0;
	}
	.profile-menu-box.open {
		bottom: 0;
		left: 0;
		right: 0;
		width: 100% !important;
		max-width: 100% !important;
	}
	.header-menu .close-menu,
	.close-side-menu,
	.mobile-flyout-wrapper .close-side-menu {
		display: block;
		padding: 15px 20px;
		background-color: var(--primery-blue);
		color: #fff;
	}

	.close-menu span,
	.close-side-menu span {
		display: inline-block;
		line-height: 17px;
		font-size: 14px;
		color: #fff;
		text-transform: uppercase;
		cursor: pointer;
	}

	.close-menu .close-menu-text,
	.close-side-menu .close-side-menu-text {
		font-weight: 700;
		letter-spacing: 1px;
	}

	.close-menu .close-menu-btn,
	.close-side-menu-btn {
		float: right;
		font-size: 0 !important;
	}

	.close-menu-text:before,
	.close-side-menu-text:before {
		content: "\67";
		display: inline-block;
		margin-right: 15px;
		font-family: "emporium-icons";
		font-size: 18px;
		font-weight: normal;
		letter-spacing: 0;
		color: #fff !important;
		text-transform: none;
		vertical-align: bottom;

	}

	.profile-menu-box .close-side-menu-text:before {
		content: "\61";
	}

	.store-search-box .close-side-menu-text:before {
		content: "\65";
	}

	.close-menu-btn:before,
	.close-side-menu-btn:before {
		content: "\7a";
		display: inline-block;
		margin: 0 !important;
		font-family: "emporium-icons";
		text-transform: none;
		font-size: 16px;
		color: #fff !important;
		vertical-align: bottom;
	}

	.header-menu .all-categories,
	.header-menu .all-categories li {
		background-color: #f6f6f6;
	}
	.header-menu > ul li:after {
		content: "";
		display: block;
		clear: both;
	}
	.header-menu > ul li > a,
	.header-menu > ul li > span,
	.profile-menu-box > a,
	.header-form-holder > a {
		display: block;
		position: relative;
		z-index: 0;
		padding: 16px 18px !important;
		font-size: 13px;
		line-height: 17px;
		color: #8c8c8c;
		font-weight: 700;
		text-transform: uppercase;
	}

	.header-menu > ul li {
		border-bottom: 3px solid #fff;
	}

	.header-menu .top-menu > li {
		border-bottom: 0;
	}


	.header-menu > ul li:last-child,
	.header-menu > ul li:last-child,
	.header-menu > ul li.back-button {
		border-bottom: 0;
	} 
	.header-menu > ul li > .with-subcategories {
		float: left; 
		width: calc(100% - 50px);
	}

    .header-menu .all-categories > span {
        float: left;
        width: calc(100% - 50px);
        cursor: default;
        display: flex;
		align-items: center;
    }

	.header-menu .all-categories > span: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;
	}

	.header-menu .all-categories > span:hover:before{
		background: url(../img/hover-category-list-icon.svg) no-repeat center center;
	}


	.plus-button {
		position:relative;
		z-index: 1;
		float: right;
		width: 50px;
		height: 50px;
		cursor: pointer;
	}

	.plus-button:before {
		content: "\6a";
		position: absolute;
		display: block;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-family: "emporium-icons";
		font-size: 10px;
		color: #8c8c8c;
	}

	.ico-compare {
		display: flex;
		justify-content: flex-start;
		position: relative;
		z-index: 0;
		padding: 16px 18px !important;
		font-size: 13px;
		line-height: 17px;
		background-color: #f6f6f6;
		color: #8c8c8c;
		font-weight: 700;
		text-transform: uppercase;
		width: auto;
		height: auto;
		border-top: 3px solid #fff;
		border-radius: 0;
	}
	.mega-menu-responsive > li > a{
		display: block;
		padding: 15px 20px;
		line-height: 18px;
		font-size: 13px;
		font-weight: 700;
		color: #8c8c8c;
		background-color: #f6f6f6;
		border-top: 3px solid #fff;
		cursor: pointer;
		text-transform: uppercase;
	}
	.header-form-holder>a{
		background-color: #f6f6f6;
		border-top: 3px solid #fff;
	}

	.ico-compare:before {
		display: inline-block;
		font-family: "emporium-icons";
		margin-right: 10px;
		font-size: 17px;
		color: #8e8e8e;
		font-weight: normal;
		text-transform: none;
		vertical-align: bottom;
	}
	.ico-wishlist:before {
		display: inline-block;
		font-family: "emporium-icons";
		font-size: 16px;
		color: var(--primery-blue);
		font-weight: normal;
		text-transform: none;
		vertical-align: bottom;
	}

	/* MOBILE SELLER LOCATION */
	.mobile-seller-location {
		display: inline-flex !important;
		align-items: center;
	}
	/* END MOBILE SELLER LOCATION */

	/* MOBILE BELL NOTIFICATION */
	.mobile-bell-notification {
		display: inline-flex;
		align-items: center;
	}
	.mobile-bell-notification .notification-wrapper {
		display: inline-flex;
		align-items: center;
		padding: 0;
		margin: 0;
	}
	.mobile-bell-notification .notification-btn-warpper {
		list-style: none;
		position: relative;
		padding: 0;
		margin: 0;
	}
	.mobile-bell-notification .notification-icon {
		padding: 0 !important;
		margin: 0 !important;
		background: transparent;
		border: none;
		cursor: pointer;
	}
	.mobile-bell-notification .notification-icon > span:first-child {
		font-size: 0;
	}
	.mobile-bell-notification .notification-count {
		position: absolute;
		top: -5px;
		right: -5px;
		font-size: 10px !important;
		min-width: 16px;
		height: 16px;
		line-height: 16px;
		text-align: center;
		border-radius: 50%;
		background: #ff4444;
		color: #fff;
		padding: 0 3px;
	}
	.mobile-bell-notification .notification-dropdown {
		display: none !important;
	}
	.mobile-bell-notification .notification-btn-warpper:hover .notification-dropdown {
		display: none !important;
	}
	/* NOTIFICATION BOTTOM SHEET */
	.notification-bottom-sheet {
		position: fixed;
		bottom: -100%;
		left: 0;
		right: 0;
		top: auto;
		width: 100%;
		max-height: 85vh;
		overflow-y: auto;
		background-color: #fff;
		border-radius: 32px 32px 0 0;
		transition: bottom 0.3s ease;
		z-index: 1070 !important;
	}
	.notification-bottom-sheet.open {
		bottom: 0;
	}
	.notification-sheet-header {
		background-color: #004B68;
		border-radius: 30px 30px 0 0;
		margin: 0;
		padding: 0;
	}
	.notification-sheet-body {
		background-color: #fff;
		padding: 0;
	}
	.notification-sheet-body .notification-list {
		max-height: 50vh;
		overflow-y: auto;
	}
	.notification-sheet-body .notification-item {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		padding: 12px 16px;
		border-bottom: 1px solid #eee;
		gap: 10px;
	}
	.notification-sheet-body .notification-item .message {
		flex: 1;
		font-size: 13px;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: left;
		line-height: 1.4;
	}
	.notification-sheet-body .notification-item .time {
		font-size: 11px;
		color: #999;
		white-space: nowrap;
		flex-shrink: 0;
		align-self: center;
	}
	.notification-sheet-body .notification-item .unread-notifaction {
		align-self: center;
	}
	.notification-sheet-body .notification-item form {
		align-self: center;
	}
	.notification-sheet-body .notification-item .close-btn {
		width: 24px !important;
		height: 24px !important;
		min-width: 24px;
		min-height: 24px;
		border-radius: 50% !important;
		color: #777 !important;
		cursor: pointer;
		background-color: #f0f0f0 !important;
		padding: 0 !important;
		margin: 0 !important;
		border: none !important;
		font-size: 0 !important;
		position: relative;
	}
	.notification-sheet-body .notification-item .close-btn:before {
		font-size: 10px !important;
		position: absolute !important;
		top: 50% !important;
		left: 50% !important;
		transform: translate(-50%, -50%) !important;
		line-height: 1 !important;
	}
	.notification-sheet-body .view-all {
		padding: 12px 16px;
		text-align: center;
	}
	.notification-sheet-body .view-all a {
		font-size: 14px;
		font-weight: 600;
	}
	.notification-sheet-body .no-notifications {
		padding: 30px 16px;
		text-align: center;
	}
	.notification-sheet-body .dropdown-header {
		display: none;
	}
	/* END NOTIFICATION BOTTOM SHEET */
	/* END MOBILE BELL NOTIFICATION */

	/* MOBILE SEARCH ROW */
	.mobile-search-row {
		display: flex;
		align-items: center;
		padding: 8px 16px;
		gap: 10px;
		background-color: #fff;
	}
	.mobile-menu-toggle {
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
		flex-shrink: 0;
		border: 1px solid #D0D5DD;
		border-radius: 8px;
		background: #fff;
	}
	.mobile-menu-toggle span {
		font-size: 0;
	}
	.mobile-menu-toggle span:before {
		font-family: "emporium-icons";
		font-size: 22px;
		content: "\67";
		color: var(--primery-blue);
	}
	/* Mobile Category Sidebar */
	.mobile-category-sidebar {
		position: fixed;
		top: 0;
		left: -280px;
		width: 280px;
		max-width: 80%;
		height: 100%;
		background: #fff;
		z-index: 13080;
		transition: left 0.3s ease;
		display: flex;
		flex-direction: column;
		box-shadow: 2px 0 12px rgba(0,0,0,0.15);
		border-radius: 0 32px 0 0;
		overflow: hidden;
	}
	.mobile-category-sidebar.open {
		left: 0;
	}
	.mobile-category-sidebar-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 16px 20px;
		background: #004B68;
		color: #fff;
		flex-shrink: 0;
	}
	.mobile-category-sidebar-title {
		display: flex;
		align-items: center;
		gap: 10px;
		font-size: 15px;
		font-weight: 600;
		letter-spacing: 0.5px;
	}
	.mobile-category-sidebar-icon {
		display: inline-flex;
		align-items: center;
	}
	.mobile-category-sidebar-icon:before {
		font-family: "emporium-icons";
		content: "\67";
		font-size: 16px;
		color: #fff;
		line-height: 1;
	}
	.mobile-category-sidebar-close {
		background: rgba(255,255,255,0.15);
		border: none;
		color: #fff;
		width: 28px;
		height: 28px;
		border-radius: 50%;
		font-size: 0;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
	}
	.mobile-category-sidebar-close:before {
		content: "\00d7";
		font-family: inherit;
		color: #fff;
		font-size: 20px;
	}
	.mobile-category-sidebar-body {
		flex: 1;
		overflow-y: auto;
		padding: 8px 0;
	}
	.mobile-cat-list {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.mobile-cat-item {
		border-bottom: 1px solid #f0f0f0;
		position: relative;
	}
	.mobile-cat-link {
		display: block;
		padding: 14px 20px;
		font-size: 15px;
		font-weight: 700;
		color: #333;
		text-decoration: none;
	}
	.mobile-cat-item.has-children .mobile-cat-link {
		padding-right: 50px;
	}
	.mobile-cat-arrow {
		position: absolute;
		top: 10px;
		right: 10px;
		width: 28px;
		height: 28px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		background: #f0f0f0;
		border-radius: 50%;
		z-index: 1;
	}
	.mobile-cat-arrow:after {
		content: "";
		border-right: 2px solid #666;
		border-bottom: 2px solid #666;
		width: 7px;
		height: 7px;
		transform: rotate(-45deg);
		transition: transform 0.2s ease;
	}
	.mobile-cat-item.expanded > .mobile-cat-arrow:after {
		transform: rotate(45deg);
	}
	.mobile-cat-sublist {
		list-style: none;
		margin: 0;
		padding: 0;
		display: none;
		background: #f9f9f9;
	}
	.mobile-cat-item.expanded > .mobile-cat-sublist {
		display: block;
	}
	.mobile-cat-sublist {
		border-left: 2px solid #e0e0e0;
		margin-left: 20px;
	}
	.mobile-cat-sublist .mobile-cat-link {
		padding-left: 16px;
		font-size: 14px;
		font-weight: 600;
		color: #555;
	}
	.mobile-cat-sublist .mobile-cat-sublist {
		border-left-color: #eee;
	}
	.mobile-cat-sublist .mobile-cat-sublist .mobile-cat-link {
		padding-left: 16px;
		font-size: 12px;
		font-weight: 500;
		color: #777;
	}
	.mobile-category-overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		z-index: 13079;
	}
	.mobile-category-overlay.active {
		display: block;
	}

	.mobile-search-form {
		flex: 1;
		display: flex;
		align-items: stretch;
		border: none;
		border-radius: 8px;
		background: #fff;
		position: relative;
		overflow: visible;
	}
	.mobile-search-input {
		flex: 1;
		border: 1px solid #D0D5DD !important;
		border-right: none !important;
		border-radius: 8px 0 0 8px !important;
		outline: none !important;
		box-shadow: none !important;
		height: 36px;
		padding: 0 12px;
		font-size: 14px;
		color: #000 !important;
		background: #fff;
		min-width: 0;
	}
	.mobile-search-btn {
		width: 40px;
		background-color: var(--primery-blue);
		border: none;
		border-radius: 0 8px 8px 0;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
	}
	.mobile-search-btn span {
		font-size: 0;
	}
	.mobile-search-btn:before {
		font-family: "emporium-icons";
		content: "\65";
		font-size: 16px;
		color: #fff;
	}
	.mobile-search-form .ui-autocomplete {
		position: absolute !important;
		top: 100% !important;
		left: 0 !important;
		right: 0 !important;
		z-index: 9999;
		max-height: 300px;
		overflow-y: auto;
	}
	.mobile-search-form .ui-autocomplete li a {
		display: flex !important;
		align-items: center !important;
	}
	/* END MOBILE SEARCH ROW */

	/* BOTTOM SHEET HEADER */
	.profile-menu-box .close-side-menu {
		display: none;
	}
	a.desktop-profile-link,
	.profile-menu-box a.desktop-profile-link,
	.profile-menu-box > a.desktop-profile-link {
		display: none !important;
	}
	.guest-sheet-header {
		background-color: #004B68;
		border-radius: 30px 30px 0 0;
		margin: 0;
		padding: 0;
	}
	.guest-sheet-header-top {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 12px 16px 6px;
	}
	.guest-sheet-header-label {
		display: flex;
		align-items: center;
		gap: 6px;
		color: rgba(255,255,255,0.7);
		font-size: 11px;
		font-weight: 600;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	.guest-sheet-close {
		background: rgba(255,255,255,0.15) !important;
		border: none !important;
		color: #fff !important;
		width: 28px;
		height: 28px;
		border-radius: 50% !important;
		font-size: 20px;
		cursor: pointer;
		display: flex !important;
		align-items: center;
		justify-content: center;
		padding: 0 !important;
		line-height: 1;
		margin: 0 !important;
	}
	.guest-sheet-close:before {
		content: "\00d7" !important;
		font-family: inherit !important;
		color: #fff !important;
		font-size: 20px;
	}
	.guest-sheet-header-bottom {
		display: flex;
		align-items: center;
		gap: 10px;
		padding: 0px 16px 14px;
	}
	.guest-sheet-avatar {
		width: 48px;
		height: 48px;
		border-radius: 50%;
		background-color: rgba(255,255,255,0.15);
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
	}
	.guest-sheet-welcome-text {
		display: flex;
		flex-direction: column;
		gap: 5px;
	}
	.guest-sheet-welcome-text strong {
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.2;
	}
	.guest-sheet-welcome-text span {
		color: rgba(255,255,255,0.6);
		font-size: 12px;
		line-height: 1.2;
	}
	.guest-sheet-links {
		background-color: #fff;
		padding: 16px 16px;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
	.guest-sheet-login-btn,
	.guest-sheet-login-btn:visited,
	.guest-sheet-login-btn:hover {
		display: flex !important;
		align-items: center;
		justify-content: center;
		gap: 8px;
		width: 100%;
		max-width: 100%;
		padding: 10px !important;
		background-color: var(--primery-blue) !important;
		color: #fff !important;
		border: none !important;
		border-radius: 8px;
		font-size: 14px;
		font-weight: 600;
		height: 40px;
		box-sizing: border-box;
		text-decoration: none;
	}
	.guest-sheet-login-btn:before {
		content: "" !important;
		display: inline-block !important;
		width: 18px;
		height: 18px;
		background: url(../img/mobile-user-icon.svg) no-repeat center center;
		background-size: contain;
		margin: 0 !important;
		color: transparent !important;
		font-size: 0 !important;
	}
	.guest-sheet-create-btn,
	.guest-sheet-create-btn:visited,
	.guest-sheet-create-btn:hover {
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: 100%;
		padding: 10px !important;
		background-color: #FF4735 !important;
		color: #fff !important;
		border: none !important;
		border-radius: 8px;
		font-size: 14px;
		font-weight: 600;
		height: 40px;
		box-sizing: border-box;
		text-decoration: none;
	}
	.guest-sheet-create-btn:before {
		display: none !important;
	}
	/* END GUEST BOTTOM SHEET HEADER */

	/* AUTH BOTTOM SHEET */
	.auth-sheet-header {
		background-color: #004B68;
		border-radius: 30px 30px 0 0;
		margin: 0;
		padding: 0;
	}
	.auth-sheet-links {
		background-color: #fff;
		padding: 12px 16px;
		display: flex;
		flex-direction: column;
		gap: 0;
		font-size: 14px !important;
		line-height: 20px !important;
	}
	.auth-sheet-link,
	.profile-menu-box .auth-sheet-link {
		display: flex !important;
		align-items: center;
		padding: 12px 12px !important;
		min-height: 44px !important;
		box-sizing: border-box !important;
		color: #333 !important;
		font-size: 14px !important;
		font-weight: 700;
		text-decoration: none;
		background-color: #fff !important;
		border: 1px solid #e0e0e0 !important;
		border-radius: 10px !important;
		margin-bottom: 4px !important;
	}
	.auth-sheet-link:last-child {
		margin-bottom: 0;
	}
	.auth-sheet-link.ico-logout {
		color: #FF4735 !important;
	}
	/* END AUTH BOTTOM SHEET */

	/* LANGUAGE BOTTOM SHEET */
	.lang-bottom-sheet {
		position: fixed;
		bottom: -100%;
		left: 0;
		right: 0;
		width: 100%;
		max-height: 70vh;
		overflow: hidden;
		overflow-y: auto;
		background-color: transparent;
		border-radius: 32px 32px 0 0;
		transition: bottom 0.3s ease;
		z-index: 1070 !important;
	}
	.lang-bottom-sheet.open {
		bottom: 0;
	}
	.lang-sheet-header {
		background-color: #004B68;
		border-radius: 30px 30px 0 0;
		margin: 0;
		padding: 0;
	}
	.lang-sheet-options {
		background-color: #fff;
		padding: 12px 16px;
		display: flex;
		flex-direction: column;
		gap: 0;
	}
	.lang-sheet-option {
		display: flex !important;
		align-items: center;
		gap: 12px;
		padding: 6px 12px;
		text-decoration: none;
		border: 1px solid #e0e0e0;
		border-radius: 10px;
		margin-bottom: 4px;
		cursor: pointer;
	}
	.lang-sheet-option:last-child {
		margin-bottom: 0;
	}
	.lang-flag {
		width: 32px;
		height: 32px;
		border-radius: 50%;
		object-fit: cover;
	}
	.lang-name {
		flex: 1;
		font-size: 14px;
		font-weight: 700;
		color: #333;
	}
	.lang-check {
		width: 22px;
		height: 22px;
		border-radius: 50%;
		border: 2px solid #ccc;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.lang-check.active {
		border-color: var(--primery-blue);
		background-color: var(--primery-blue);
	}
	.lang-check.active:after {
		content: "\2713";
		color: #fff;
		font-size: 13px;
		font-weight: 700;
	}
	.responsive-nav-wrapper .mobile-lang-selector .langList {
		display: none !important;
	}
	/* END LANGUAGE BOTTOM SHEET */

	/* NEW ACCOUNT STYLING */

	.personal-button {
		position: static !important;
	}

	/* END ACCOUNT STYLING */

	.header-menu {
		overflow-y: auto;
		display:flex;
		flex-direction:column;
	}
	.mobile-menu-items{
		order:1;
	}
	.skiptranslate{
		flex-direction:column;
		margin: 0 0 -5px 0;
	}
	.header-menu .sublist-wrap {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 2;
		width: 320px;
		height: 100%;
		box-shadow: 1px 0 5px rgba(0,0,0,0.5); 
		overflow-y: auto;
		background-color: #fff !important;
		transition: all 0.3s ease;
	}
	.header-menu .sublist-wrap {
		left: -100%;
	}
	.header-menu .sublist-wrap.active {
		left: 0;
	}
	.header-menu ul li.back-button {
		background-color: var(--primery-blue);
	}
	.header-menu .back-button span {
		padding: 15px 20px !important;
		text-align: right;
		color: #fff;
		text-transform: uppercase;
		cursor: pointer;
	}

	.header-menu .back-button span:before {
		content: "\6b";
		display: inline-block;
		margin-right: 10px;
		font-family: "emporium-icons";
		font-size: 10px;
		text-transform: none;
	}


	/*********** MOBILE FLYOUT CART ************/

	.mobile-flyout-wrapper .close-side-menu-text:before {
		content: "\64";
	}

	.mobile-flyout-wrapper .flyout-cart-scroll-area {
		max-height: calc(100vh - 97px);
		overflow-y: scroll;
	}

	.mobile-flyout-wrapper {
		position: fixed;
		top: 0;
		left: -100%;
		width: 400px;
		max-width: 100%;
		height: 100%;
		overflow: hidden;
		background-color: #fff;
		text-align: left;
		margin-top: 0 !important;
		opacity: 1;
		padding: 0;
		border-radius: 0;
		pointer-events: auto;
		transition: all 0.3s ease;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		box-shadow: none;
		z-index: 1070 !important;
	}

	.mobile-flyout-wrapper.open {
		left: 0;
	}

	.mobile-flyout-wrapper .close-side-menu {
		display: block;
	}



	/******** LOGIN FORM IN HEADER ********/


	.profile-menu-box.login-form-in-header {
		padding: 0 !important;
		width: 100% !important;
		margin: 0 !important;
	}

	.login-form-in-header form {
		padding: 20px 20px 0;
	}



	/* SEARCH BOX */

	.search-box form {
		padding: 20px;
	}

	.search-box input.search-box-text {
		width: calc(100% - 40px);
		border-radius: 12px;
	}

	.search-box .box-side-title {
		display: none;
	}

	.search-box-wrapper {
		display: flex;
		align-items: center;
		border: 2px solid var(--primery-blue);
		border-radius: 14px;
	}

	.search-box .search-box-button {
		height: 36px;
		width: 45px;
		border-radius: 0 12px 12px 0;
	}
	.what-are-looking-search .search-box-wrapper .search-box-button {
		font-size: 0;
		padding: 0;
		right: 0;
		height: 36px;
		width: 45px;
		border-radius: 0 12px 12px 0;
		gap: 0;
	}
	.store-search-box .ui-autocomplete {
		width: calc(100% - 44px) !important;
		left: 20px !important;
	}
	.search-box-home .ui-autocomplete {
		width: calc(100% - 44px) !important;
		left: 0 !important;
	}
	.buyer-topic-page .page-body .search-box-container ul {
		padding: 5px 0;
		z-index: 999;
	}

	/* HEADER LINKS */

	#topcartlink {
		display: none;
	}

	.header-links-wrapper .header-links > ul {
		display: none;
	}
	.header-links-wrapper.open {
		display: block;
	}

	/* ACCOUNT PAGES */




	.html-account-page .block {
		float: none;
		width: auto;
		text-align: center;
	}
	.html-account-page .block .listbox {
		display: block !important;
	}

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

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

	/* Footer - Mobile */
	.footer {
		overflow: hidden !important;
	}
	.footer .footer-container {
		width: 100% !important;
		max-width: 100% !important;
		flex-direction: column !important;
		padding: 0 12px !important;
		box-sizing: border-box !important;
		float: none !important;
		display: flex !important;
	}
	.footer .footer-upper {
		width: 100% !important;
		padding: 0 !important;
		float: none !important;
	}
	.footer .footer-middle {
		width: 100% !important;
		padding: 0 !important;
		float: none !important;
	}
	.footer .footer-middle .footer-block {
		width: 100% !important;
		float: none !important;
		margin-bottom: 0 !important;
		padding: 5px 0 !important;
	}
	.footer .footer-upper .title h4,
	.footer .footer-middle .footer-block .title h4,
	.footer .socials-and-payments .title h4 {
		color: #024B68 !important;
	}
	.footer .newsletter-email .newsletter-subscribe-button {
		background-color: #024B68 !important;
	}
	.footer-block .title h4:before,
	.footer-block .title h4:after {
		content: "\77";
		position: absolute;
		display: inline-block;
		top: 50%;
		left: 12px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 9px;
		color: var(--primery-blue);
		text-transform: none;
		transition: all .3s ease;
	}
	.footer-block .title h4:after {
		left: auto;
		right: 12px;
	}
	.footer-block .title.open h4:before,
	.footer-block .title.open h4:after {
		-webkit-transform: translateY(-50%) rotate(180deg);
		-ms-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg);
	}
	.footer-block .list {
		display: none;
		background-color: #f6f6f6;
	}
	.footer-lower {
		text-align: center !important;
		width: 100% !important;
		float: none !important;
	}
	.footer-powered-by {
		text-align: center !important;
		width: 100% !important;
	}
	.footer-upper .footer-logo{
		margin-bottom:20px;
	}
	.footer-upper .footer-logo .desktop-logo{
		display:block;
		margin:auto;
		width:170px;
	}
	.icon-btn.edit-address-button,
	.icon-btn.delete-address-button {
		background-size: 16px;
	}
	.responsive-nav-wrapper .shopping-cart-link .ico-cart:first-child{
		display: none;
	}
	.default-gallery .picture-thumbs .thumb-item {
		margin: 0 5px;
	}
	.product-name h1 {
		-webkit-line-clamp: 2;
	}
	.html-account-page .center-2 .page,
	.html-catalog-page .center-2 .page,
	.html-blog-page .center-2 .page {
		width: 100%;
		padding: 24px;
	}
	.html-catalog-page .master-column-wrapper,
	.html-account-page .master-column-wrapper,
	.html-blog-page .master-column-wrapper {
		flex-direction: column-reverse;
	}
	.html-catalog-page .page-title h1,
	.html-account-page .page-title h1,
	.html-blog-page .page-title h1 {
		text-align: center;
		font-size: 26px;
	}
	.html-account-page .breadcrumb,
	.html-catalog-page .breadcrumb,
	.html-account-page .breadcrumb{
		margin-bottom: 20px !important;
	}
	.html-catalog-page .side-2,
	.html-catalog-page .center-2,
	.html-blog-page .side-2,
	.html-blog-page .center-2 {
		padding-top: 40px;
	}
	.html-account-page .center-2{
		padding: 40px 20px 0;
	}
	.html-product-details-page .master-column-wrapper,
	.master-column-wrapper {
		padding: 40px 10px 80px;
	}
	.home-page-category-grid .item-box .picture a img {
		padding: 18px 18px 18px;
		border-radius: 30px;
	}
	.home-page-category-grid .category-item .title {
		padding: 0 18px 18px;
	}
	.homepage-offer-section .offer-title {
		font-size: 22px;
	}
	.homepage-offer-section .offer-description {
		font-size: 18px;
	}
	.suppliers-country-wrapper .title-wrapper {
		margin-bottom: 20px;
	}
	.suppliers-country-wrapper .country-items-wrapper{
		gap: 30px;
	}
	.suppliers-country-wrapper .country-flag img {
		width: 40px;
		height: 40px;
	}
	.suppliers-country-wrapper .country-flag {
		width: 80px;
		height: 80px;
	}
	.what-are-looking-search {
		max-width: 700px;
	}
	/* Home Page Slider - Mobile */
	.html-home-page .center-1 {
		padding-top: 0 !important;
	}
	.html-home-page .home-page-slider {
		min-height: auto !important;
		height: auto !important;
		margin-top: 0 !important;
		border-radius: 0 !important;
	}
	.html-home-page .home-page-slider .slider {
		background-image: none !important;
		min-height: 200px !important;
		position: relative !important;
		padding: 20px 12px !important;
		overflow: hidden !important;
		border-radius: 0 !important;
	}
	.home-page-slider .slider .mobile-slider-text {
		width: 50%;
		min-height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
		z-index: 1;
	}
	.home-page-slider .slider .caption,
	.home-page-slider .slider p {
		position: static !important;
		top: auto !important;
		left: auto !important;
		width: 100% !important;
		text-align: left !important;
		padding: 0 !important;
		overflow: visible !important;
	}
	.home-page-slider .slider .caption {
		font-size: 20px !important;
		line-height: 26px !important;
	}
	.home-page-slider .slider p {
		font-size: 14px !important;
		line-height: 20px !important;
		margin: 6px 0 0 !important;
	}
	.home-page-slider .slider .mobile-slider-img {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 50%;
		height: auto;
		min-height: 100%;
		display: block;
		object-fit: cover;
		object-position: top center;
	}

	/* Home Page Services Cards - Mobile */
	.home-page .home-page-services {
		margin: 16px 0 !important;
		padding: 0 12px !important;
		box-sizing: border-box !important;
	}
	.home-page .home-page-services .services-items {
		display: flex !important;
		flex-direction: column !important;
		gap: 5px !important;
		width: 100% !important;
	}
	.home-page .home-page-services .services-items .service-item {
		width: 100% !important;
		float: none !important;
		min-height: auto !important;
		margin: 0 !important;
		padding: 20px !important;
		box-sizing: border-box !important;
		text-align: center !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
	}
	.home-page .home-page-services .services-items .service-item ul {
		display: block !important;
		text-align: center !important;
		padding: 0 !important;
		margin: 0 !important;
		list-style: none !important;
		width: 100% !important;
	}
	.home-page .home-page-services .services-items .service-item ul li {
		float: none !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		gap: 6px !important;
		width: 100% !important;
	}
	.home-page .home-page-services .services-items .service-item ul li span {
		float: none !important;
		margin-left: 0 !important;
		margin-top: 0 !important;
		position: relative !important;
		flex-shrink: 0 !important;
	}
	.home-page .home-page-services .services-items .service-item .service-icon {
		margin-bottom: 4px !important;
	}
	.home-page .home-page-services .services-items .service-item .service-header {
		margin-bottom: 4px !important;
	}

	/* Home Page Counter - Mobile */
	.home-page-counter {
		height: auto !important;
		padding: 16px 12px !important;
		margin: 0 !important;
	}
	.home-page-counter .counter-header {
		font-size: 22px !important;
		line-height: 28px !important;
		margin-bottom: 12px !important;
	}
	.home-page-counter .counter-item {
		min-height: auto !important;
		font-size: 40px !important;
		line-height: 48px !important;
	}
	.home-page-counter .grid-item {
		padding: 10px 0 !important;
	}
	.home-page-counter p {
		font-size: 14px !important;
		text-align: center !important;
		padding-left: 0 !important;
		margin-top: 10px !important;
	}
	.home-page-counter .grid-item.first .counter-flex,
	.home-page-counter .grid-item.last .counter-flex {
		justify-content: center !important;
	}
	.home-page-counter .grid-item.first p,
	.home-page-counter .grid-item.last p {
		padding-left: 0 !important;
		text-align: center !important;
	}

	/* Widget Headers - Mobile */
	.widget-product-grid .widget-header {
		text-align: left !important;
		padding: 0 12px !important;
		height: auto !important;
		margin-bottom: 12px !important;
		line-height: 30px !important;
	}
	.widget-category-grid .widget-header {
		text-align: left !important;
		padding: 0 !important;
		height: auto !important;
		margin-bottom: 12px !important;
		line-height: 30px !important;
	}
	/* Category Grid - Horizontal Scroll */
	.widget-category-grid {
		padding: 0 12px !important;
		box-sizing: border-box !important;
	}
	.home-page .widget-category-grid .category-items {
		display: flex !important;
		flex-wrap: nowrap !important;
		overflow-x: auto !important;
		-webkit-overflow-scrolling: touch !important;
		scroll-snap-type: x mandatory !important;
		gap: 10px !important;
		padding: 0 !important;
		scrollbar-width: none !important;
	}
	.widget-category-grid .category-items::-webkit-scrollbar {
		display: none;
	}
	.home-page .widget-category-grid .category-items .category-item {
		flex: 0 0 120px !important;
		width: 120px !important;
		min-width: 120px !important;
		min-height: auto !important;
		margin: 0 !important;
		float: none !important;
		display: block !important;
		scroll-snap-align: start !important;
	}
	/* Category Slider Arrows */
	.widget-category-grid .widget-header {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		float: none !important;
	}
	.category-slider-arrows {
		display: flex;
		gap: 8px;
	}
	.category-arrow {
		width: 32px;
		height: 32px;
		border: 1px solid #D0D5DD;
		border-radius: 50%;
		background: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		padding: 0;
	}
	.category-arrow span {
		display: block;
		width: 8px;
		height: 8px;
		border-right: 2px solid #002D40;
		border-bottom: 2px solid #002D40;
	}
	.category-arrow-left span {
		transform: rotate(135deg);
		margin-left: 2px;
	}
	.category-arrow-right span {
		transform: rotate(-45deg);
		margin-right: 2px;
	}
	.widget-category-grid .category-items .category-item .category-image {
		height: 90px !important;
	}
	.widget-category-grid .category-items .category-item .category-image img {
		max-height: 70px !important;
	}

	/* Home Page Confidence - Mobile */
	.home-page-confidence {
		min-height: auto !important;
		padding: 20px 12px !important;
		margin-top: 16px !important;
	}
	.home-page-confidence .widget-header {
		text-align: center !important;
		font-size: 22px !important;
		line-height: 28px !important;
		height: auto !important;
		float: none !important;
		padding: 0 !important;
	}
	.home-page-confidence .widget-header p {
		height: auto !important;
		float: none !important;
		line-height: 22px !important;
		margin-top: 10px !important;
	}
	.home-page .home-page-confidence .items {
		display: flex !important;
		flex-direction: column !important;
		gap: 30px !important;
		margin-top: 24px !important;
		float: none !important;
	}
	.home-page .home-page-confidence .items .item {
		width: 100% !important;
		float: none !important;
		min-height: auto !important;
		margin: 0 !important;
		padding: 20px !important;
		box-sizing: border-box !important;
		text-align: center !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
	}
	.home-page-confidence .items .item span.label {
		left: -5px !important;
		top: -15px !important;
	}
	.home-page-confidence .items .item div.item-icon {
		margin-bottom: 8px !important;
		text-align: center !important;
		float: none !important;
	}
	/* Home Page Confidence Block 2 - Mobile */
	.home-page-confidence.block-2 {
		padding: 0 12px 20px 12px !important;
		margin-top: 0 !important;
	}
	.home-page-confidence.block-2 .widget-header {
		font-size: 22px !important;
		line-height: 28px !important;
		text-align: center !important;
	}
	.home-page-confidence.block-2 .widget-header p {
		line-height: 22px !important;
		margin-top: 10px !important;
	}
	.home-page .home-page-confidence.block-2 .items .item {
		width: 100% !important;
		min-height: auto !important;
		margin: 0 !important;
		padding: 20px !important;
		float: none !important;
		text-align: center !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
		position: relative !important;
	}
	.home-page-confidence.block-2 .items .item span.header {
		margin-bottom: 8px !important;
		line-height: 28px !important;
	}
	.home-page-confidence.block-2 .items .item div.item-icon {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		margin-bottom: 8px !important;
		width: auto !important;
		height: auto !important;
		order: -1 !important;
	}
	.home-page-confidence.block-2 .items .item ul {
		text-align: center !important;
		padding: 0 !important;
		margin: 0 !important;
		list-style: none !important;
		width: 100% !important;
	}
	.home-page-confidence.block-2 .items .item ul li {
		float: none !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		gap: 6px !important;
	}
	.home-page-confidence.block-2 .items .item ul li span {
		float: none !important;
		margin-top: 0 !important;
		margin-right: 0 !important;
		flex-shrink: 0 !important;
	}

	.global-trade-wrapper {
		padding: 40px 0;
		position: relative;
	}
	.global-trade-wrapper .trade-number-title{
		font-size: 18px;
	}
	.global-trade-wrapper .global-trade-title {
		font-size: 32px;
	}
	.global-trade-wrapper .global-trade-content{
		font-size: 16px;
	}
	.karavan-services-wrapper {
		padding: 40px 0;
	}
	.karavan-services-wrapper .karavan-services-title{
		font-size: 28px;
	}
	.seamless-ordering-section-wrapper {
		padding: 40px 0;
	}
	.buyer-seller-wrapper {
		gap: 20px;
	}
	.services-wrapper .services-items {
		gap: 20px;
	}
	.page-title {
		margin: 0 0 20px;
	}
	.registration-result-page .page-body,
	.registration-page .page-body,
	.login-page .returning-wrapper,
	.login-page .new-wrapper {
		padding: 20px;
	}
	.sitemap-page .page-title h1,
	.compare-products-page .page-title h1,
	.join-karavan-content .seller-page-title {
		margin-bottom: 10px;
	}
	.seller-topic-page .page-body .join-karavan-description {
		font-size: 14px;
	}
	.seller-page-main-title {
		margin-bottom: 30px;
	}
	.trade-solution-wrapper {
		padding: 50px 0 50px;
	}
	.join-karavan-service-list {
		row-gap: 35px;
	}
	.seller-topic-page .join-karavan-service .service-content-description {
		font-size: 14px;
	}
	.seller-topic-page .page-body .seller-main-title,
	.buyer-topic-page .page-body .seller-main-title {
		font-size: 28px;
	}
	.verified-supplier-list {
		gap: 20px;
	}
	/* Buyer Page*/
	.buyer-topic-page .page-body .karavan-service-section .seller-main-title {
		font-size: 24px;
	}
	.seller-page-category .home-page-category-grid {
		padding: 40px 0;
	}

    .user-btn:before {
        background: url(../img/desktop-user-icon.svg) no-repeat center center;
        width: 20px;
        height: 20px;
    }
	.fixed-header .user-btn:before {
		background: url(../img/mobile-user-icon.svg) no-repeat center center;
	}
	.fixed-header .ico-cart:before {
		background: url(../img/mobile-cart-icon.svg) no-repeat center center;
	}
	.fixed-header .ico-wishlist:before {
		background: url(../img/mobile-wishlist-icon.svg) no-repeat center center;
	}
	.request-form-outer .title h1 {
		font-size: 26px;
		text-align: center;
	}
	.change-password-page {
		max-width: 700px;
		margin: 0 auto;
	}
	.change-password-page .buttons,
	.contact-page .buttons,
	.email-a-friend-page .buttons {
		text-align: center;
	}
	.address-item .info {
		margin-bottom: 20px;
	}
	.block-manufacturer-navigation .list .active > a:after,
	.list .active.last > a:after {
		content: "";
		width: calc(100% + 30px);
		height: 100%;
		display: block;
		background: #A3E3FF;
		left: -15px;
		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: -15px;
		position: absolute;
		z-index: -1;
		top: 0;
	}
	.sublist .active.last > a:before {
		right: -30px;
	}
	.sublist .active.last > a:after {
		width: calc(100% + 60px);
		left: -30px;
	}


	/* RFQ Form */
    .html-rfq-form-page .page-title h1,
    .html-rfp-form-page .page-title h1 {
        font-size: 36px !important;
        padding: 0 16px !important;
    }
    .html-rfq-form-page .page-title,
    .html-rfp-form-page .page-title {
        margin-bottom: 16px !important;
    }
    .html-rfq-form-page .page-body.formBody,
    .html-rfp-form-page .page-body.formBody {
        padding: 2px 16px !important;
    }
    .html-rfq-form-page ul.select2-results__options li,
    .html-rfp-form-page ul.select2-results__options li {
        height: auto !important;
        min-height: 30px !important;
        padding: 6px 8px !important;
        line-height: 1.4 !important;
    }
    .html-rfq-form-page .address-modal-body .inputs-row,
    .html-rfp-form-page .address-modal-body .inputs-row {
        grid-template-columns: 1fr !important;
    }
    .html-rfq-form-page .edit-hide-content .form-group .date-icon,
    .html-rfp-form-page .edit-hide-content .form-group .date-icon,
    .html-rfp-form-page .rfp-main-wrapper .form-group .date-icon {
        left: calc(50% - 26px) !important;
        width: 25px !important;
    }
    .html-rfq-form-page .request-quote-form .upload-field-inner.secondary-upload-field-inner .file-uploaditem-wrap .file-upload-entry-item,
    .html-rfp-form-page .request-form-wrap .upload-field-inner.secondary-upload-field-inner .file-uploaditem-wrap .file-upload-entry-item,
    .html-rfp-form-page .rfp-main-wrapper .upload-field-inner.secondary-upload-field-inner .file-uploaditem-wrap .file-upload-entry-item {
        display: block !important;
        background: #E4E7EB !important;
        padding: 12px !important;
        border-radius: 12px !important;
        margin-bottom: 8px !important;
        min-height: 130px !important;
    }
    .html-rfq-form-page .upload-field-inner.secondary-upload-field-inner .file-uploaditem-wrap .file-upload-entry-item input[type="text"],
    .html-rfp-form-page .upload-field-inner.secondary-upload-field-inner .file-uploaditem-wrap .file-upload-entry-item input[type="text"] {
        width: 100% !important;
        float: none !important;
        margin-bottom: 4px !important;
    }
    .html-rfq-form-page .upload-field-inner.secondary-upload-field-inner .file-uploaditem-wrap .fileupload-wrap,
    .html-rfp-form-page .upload-field-inner.secondary-upload-field-inner .file-uploaditem-wrap .fileupload-wrap {
        position: relative !important;
        margin: 0 !important;
        float: none !important;
        height: 55px !important;
        border: 1px solid #B0B5BC !important;
        background: #FFFFFF !important;
    }
    .html-rfq-form-page .upload-field-inner.secondary-upload-field-inner .fileupload-wrap .filename-wrap,
    .html-rfp-form-page .upload-field-inner.secondary-upload-field-inner .fileupload-wrap .filename-wrap {
        position: absolute !important;
        right: 8px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        margin: 0 !important;
        float: none !important;
    }
    .html-rfq-form-page .upload-field-inner.secondary-upload-field-inner .fileupload-wrap .remove-file-btn,
    .html-rfp-form-page .upload-field-inner.secondary-upload-field-inner .fileupload-wrap .remove-file-btn {
        float: none !important;
        margin-top: 0 !important;
    }
    .html-rfq-form-page .upload-field-inner.secondary-upload-field-inner .fileupload-wrap .custom-file-input,
    .html-rfp-form-page .upload-field-inner.secondary-upload-field-inner .fileupload-wrap .custom-file-input {
        position: absolute !important;
        width: 0 !important;
        height: 0 !important;
        float: none !important;
    }
    .html-rfq-form-page .upload-field-inner.secondary-upload-field-inner .file-uploaditem-wrap .fileupload-wrap .choose-file-btn,
    .html-rfp-form-page .upload-field-inner.secondary-upload-field-inner .file-uploaditem-wrap .fileupload-wrap .choose-file-btn {
        position: relative !important;
        top: 0 !important;
    }
    .html-rfq-form-page .upload-input-field,
    .html-rfp-form-page .upload-input-field {
        margin-top: 5px !important;
    }
    .html-rfq-form-page .addmore-file-wrap p,
    .html-rfp-form-page .addmore-file-wrap p {
        word-wrap: break-word !important;
        white-space: normal !important;
        overflow-wrap: break-word !important;
    }
    .html-rfq-form-page .form-group.inputs label,
    .html-rfp-form-page .form-group.inputs label {
        white-space: nowrap !important;
    }
    .html-rfp-form-page .add-new-field-popup .btns {
        justify-content: center !important;
    }
    .html-rfp-form-page .add-new-field-popup .btns button {
        justify-content: center !important;
    }
    /* RFP file upload - different HTML structure */
    .html-rfp-form-page .upload-field-inner.secondary-upload-field-inner .file-uploaditem-wrap .fileupload-wrap {
        display: flex !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        padding: 4px !important;
    }
    .html-rfp-form-page .upload-field-inner.secondary-upload-field-inner .fileupload-wrap .custom-file-label {
        order: -1 !important;
        float: none !important;
        margin: 0 !important;
    }
    .html-rfp-form-page .upload-field-inner.secondary-upload-field-inner .fileupload-wrap .filename {
        order: 0 !important;
        float: none !important;
        margin: 0 0 0 6px !important;
        overflow: visible !important;
        text-overflow: unset !important;
        white-space: nowrap !important;
        font-size: 12px !important;
    }
    .html-rfp-form-page .upload-field-inner.secondary-upload-field-inner .file-upload-entry-item {
        position: relative !important;
    }
    .html-rfp-form-page .upload-field-inner.secondary-upload-field-inner .file-upload-entry-item > .filename-wrap {
        position: absolute !important;
        right: 20px !important;
        top: 70px !important;
        margin: 0 !important;
        float: none !important;
    }
    .html-rfp-form-page .upload-field-inner.secondary-upload-field-inner .file-upload-entry-item > .filename-wrap .remove-file-btn {
        float: none !important;
        margin: 0 !important;
    }
    .html-rfp-form-page .rfp-main-wrapper .upload-field-inner.secondary-upload-field-inner .file-uploaditem-wrap > .choose-file-btn {
        margin: 2px 0 -28px 12px !important;
        float: none !important;
        position: relative !important;
        top: -28px !important;
        color: #004A69 !important;
        font-size: 14px !important;
        font-weight: 600 !important;
    }

}
@media all and (max-width: 1260px) {
	.overview-accordion {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media all and (max-width: 991px) {
	.what-are-looking-search .looking-search-btn{
		line-height: inherit;
	}
	.what-are-looking-search .looking-search-input {
		height: 40px;
	}
}
@media all and (max-width: 767px) {
	.html-home-page .master-column-wrapper {
		padding: 0 10px;
	}
	.product-name h1 {
		font-size: 20px;
	}

	.product-name .manufacturers,
	.overview .manufacturers {
		font-size: 16px;
	}

	.product-category,
	.overview .short-description,
	.overview-accordion-item .overview-description {
		font-size: 16px;
	}

	.overview-accordion-item .overview-description {
		text-align: left;
		font-size: 16px;
	}

	.product-grid .title {
		font-size: 24px;
	}
	.home-page-category-grid .item-grid {
		width: calc(100% + 20px);
		position: relative;
	}
	.request-view-details .quotes-create-expire{
		flex-direction: column;
	}
	.start-selling-wrapper {
		padding: 40px 0;
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.start-selling-wrapper .karavan-logo{
		width: 50px;
		height: 88px;
	}
	.start-selling-wrapper .logo-wrapper{
		flex-direction: column;
		gap: 20px;
	}
	.start-selling-wrapper .karvan-conten,
	.suppliers-country-wrapper .title t{
		font-size: 18px;
	}
	.homepage-offer-section .offer-title {
		font-size: 18px;
	}
	.homepage-offer-section .offer-description {
		font-size: 13px;
	}
	.homepage-offer-section .offer-image-block,
	.homepage-offer-section .offer-content-block {
		width: 100%;
	}
	.homepage-offer-section .offer-image-block {
		border-top-left-radius: 12px;
		border-top-right-radius: 12px;
		overflow: hidden;
	}
	.homepage-offer-section .offer-content-block {
		border-bottom-left-radius: 12px;
		border-bottom-right-radius: 12px;
	}
	.global-trade-wrapper .trade-number-items{
		margin-bottom: 15px;
	}
	.global-trade-wrapper .trade-number {
		font-size: 50px;
		line-height: 65px;
		width: 155px;
	}
	.global-trade-wrapper .trade-number-items{
		flex-direction: column;
		align-items: center;
	}
	.global-trade-wrapper .trade-item{
		gap: 20px;
	}
	.global-trade-wrapper .trade-number-title{
		width: 150px;
		text-align: start;
	}
	.content-title {
		font-size: 18px;
	}
	.buyer-seller-section .content-top-seprator {
		margin-bottom: 10px;
	}
	.buyer-seller-wrapper{
		flex-wrap: wrap;
	}
	.buyer-seller-wrapper > div {
		width: 100%;
	}
	.buyer-seller-content {
		text-align: left;
	}
	.buyer-seller-content .content-title {
		margin-bottom: 20px;
	}
	.buyer-seller-content .conten-buttons {
		margin-top: 24px;
	}
	.buyer-topic-page .what-are-looking-section .what-are-looking-desc {
		font-size: 16px;
	}
	.karavan-services-wrapper .services-items {
		gap: 10px;
	}	
	.karavan-services-wrapper .service-item {
		width: 100%;
		gap: 10px;
		padding: 15px 8px;
		flex-direction: column;
		align-items: center;
	}
	.karavan-services-wrapper .service-item img {
		width: 50px;
		height: 50px;
	}
	.karavan-services-wrapper .service-item-content {
		gap: 8px;
	}
	.services-wrapper .services-item {
		width: calc((100% - 20px)/2);
	}
	.home-page .home-page-category-grid,
	.home-page .what-are-looking-section,
	.home-page .suppliers-country-wrapper,
	.home-page .homepage-offer-section,
	.home-page .seamless-ordering-section,
	.home-page .unlock-service-section,
	.home-page .global-trade-wrapper,
	.home-page .buyer-seller-section,
	.home-page .services-wrapper {
		margin-bottom: 50px;
	}
	.home-page .home-page-category-grid {
		margin-top: 50px;
	}
	.unlock-service-wrapper .unlock-service-icon {
		display: none;
	}
	.unlock-service-content-wrapper {
		padding: 30px 20px;
	}
	.service-content-item {
		max-width: 90%;
	}
	.unlock-service-mail-tile {
		margin-bottom: 30px;
	}
	.unlock-service-content-list {
		gap: 25px;
	}
	.unlock-service-content .unlock-service-title{
		font-size: 24px;
	}
	/* Seller page */
	.seller-topic-page .page-body > div:not(:last-child) {
		margin-bottom: 40px;
	}
	.sitemap-page .page-title h1,
	.compare-products-page .page-title h1,
	.join-karavan-content .seller-page-title {
		font-size: 24px;
	}
	.trade-solution-content-list .service-content-item {
		width: 100%;
		max-width: 100%;
	}
	.seller-topic-page .page-body .join-karavan-description {
		font-size: 14px;
	}
	.join-karavan-service-content {
		text-align: left;
	}
	.join-karavan-service-item img {
		object-fit: cover;
		max-width: 80px;
		max-height: 80px;
	}
	.karavan-work-wrapper img {
		min-height: 500px;
		object-fit: cover;
	}
	.karavan-work-content {
		text-align: left;
	}
	.seller-topic-page .page-body .karavan-work-title {
		font-size: 40px;
		margin-bottom: 20px;
	}
	.seller-topic-page .karavan-works-list-item {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.seller-topic-page .karavan-works-list {
		padding-left: 30px;
	}
	.seller-topic-page .page-body .karavan-works-list-item .list-item-title{
		font-size: 24px;
	}
	.karavan-work-content {
		left: 9%;
		padding: 0 10px;
	}
	/* Buyer Page*/
	.buyer-topic-page .page-body .main-decription {
		font-size: 16px;
	}
	.buyer-topic-page .page-body > div:not(:last-child) {
		margin-bottom: 40px;
	}
	.buyer-rfq-content {
		text-align: left;
		padding: 50px 0 50px 50px;
	}
	.karavan-support-list-item:not(:last-child) {
		margin-bottom: 20px;
	}
	.karavan-support-logo {
		width: 100%;
		position: absolute;
		height: 100%;
		z-index: -11;
		right: 0;
	}
	.karavan-support-logo img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		overflow: hidden;
		max-width: 100%;
		object-position: center;
	}
	.karavan-support-content {
		padding: 50px 10px;
		width: 100%;
	}
	.buyer-topic-page .karavan-support-content .karavan-support-title {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.karavan-support-list-item .karavan-support-list-heading {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.checkout-bottom-content-wrapper,
	.checkout-bottom-content-wrapper,
	.checkout-address,
	.payment-detail-wrapper {
		padding: 30px 20px;
	}
	.payment-detail-item {
		padding-bottom: 5px;
	}
	.payment-detail-upper-wrapper {
		flex-wrap: wrap;
		row-gap: 5px;
		align-items: inherit;
	}
	.payment-detail-upper-wrapper .input label {
		font-size: 14px;
	}
	.input {
		width: calc(100% - 123px);
	}
	.payment-detail-upper-wrapper .price {
		order: 3;
		width: 100%;
		font-size: 14px;
	}
	.view-less-btn {
		font-size: 14px;
		max-width: 109px;
	}
	.main-title-total-wrapper .title-wrapper .title {
		font-size: 18px;
	}
	.checkout-main-title-wrapper .title {
		font-size: 30px;
	}
	.account-page .checkout-main-title-wrapper .title {
		font-size: 22px;
	}
	.payment-detail-buttons-wrapper {
		width: 100%;
	}
	.buyer-section {
		margin-bottom: 40px;
	}
	.services-wrapper {
		padding: 40px 0;
	}
	.wishlist-page .page-title h1 {
		font-size: 30px;
	}
	.product-review-item{
		width: 100%;
	}
	.subscriptions-wrapper .plan-box{
		flex-direction: column;
		gap: 30px;
	}
	.subscriptions-wrapper .plan-box .status-wrapper,
	.subscriptions-wrapper .seller-plan-box .plan-right{
		align-items: start;
		text-align: start;
	}

	.main-banner-content-wrapper{
		gap: 8px;
	}
	.main-banner-upper-title {
		font-size: 14px;
	}
	.main-banner-title {
		font-size: 24px;
	}
	.main-banner-content {
		font-size: 14px;
	}
}
@media all and (max-width: 600px) {
	.category-grid .item-box,
	.html-catalog-page .center-2 .product-grid .item-grid .item-box,
	.html-account-page .center-2 .product-grid .item-grid .item-box {
		width: calc(100% / 2);
	}
}
@media all and (max-width: 575px) {
	.overview-buttons {
		justify-content: center;
	}

	.product-grid .title {
		margin-bottom: 20px;
		margin-left: 10px;
	}
	.content-description span{
		font-size: 14px;
	}
	.content-description {
		margin-bottom: 10px;
	}
	.service-content-item {
		padding: 15px;
	}
	.service-content-item .content-item-heading {
		font-size: 16px;
	}
	.service-content-heading {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.buyer-rfq-content{
		padding-left: 20px;
		padding-right: 20px;
	}
	.buyer-topic-page .buyer-rfq-content .buyer-rfq-tile {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.buyer-topic-page .buyer-rfq-content .buyer-rfq-desc {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.buyer-topic-page .buyer-rfq-list {
		margin-top: 30px;
		padding: 0 0 0 18px;
	}
	.buyer-topic-page .buyer-rfq-content .buyer-rfq-list-item {
		font-size: 16px;
		margin-bottom: 16px;
	}
	.buyer-rfq-banner-wrapper img {
		object-position: -83px;
	}
	.karavan-support-list-item {
		padding: 20px 30px;
	}
	.buyer-topic-page .karavan-support-list-item .karavan-support-list-desc {
		font-size: 14px;
	}
	.wire-payment-detail, 
	.card-payment-detail {
		padding: 30px 20px;
	}
	.karavan-seller-section .play-btn-wrapper {
		width: 60px;
		height: 60px;
	}
}
@media all and (max-width: 575px) {
	.homepage-offer-section .offer-content-block {
		padding: 20px;
		align-items: center;
		text-align: center;
	}
	.karavan-work-content {
		left: 0;
	}
}
@media all and (max-width: 480px){

	.footer-block .title h4:before,
	.footer-block .title h4:after {
		content: "\77";
		position: absolute;
		display: inline-block;
		top: 50%;
		left: 12px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 9px;
		color: var(--primery-blue);
		text-transform: none;
		transition: all .3s ease;
	}

	.footer-block .title h4:after {
		left: auto;
		right: 12px;
	}

	.footer-block .title.open h4:before,
	.footer-block .title.open h4:after {
		-webkit-transform: translateY(-50%) rotate(180deg);
		-ms-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg);
	}
}
@media all and (min-width: 576px) {
	.buyer-topic-page .buyer-rfq-content .buyer-rfq-tile {
		margin-bottom: 32px;
	}
	.karavan-support-list-item {
		padding: 40px 32px;
	}
	.wire-payment-detail,
	.card-payment-detail {
		padding: 40px;
	}
	.karavan-seller-section .play-btn-wrapper {
		width: 90px;
		height: 90px;
	}
}
@media all and (max-width: 375px) {
	.seller-topic-page .page-body .karavan-work-title {
		font-size: 35px;
	}
	.search-box-home .ui-autocomplete {
		width: calc(100% - 6px) !important;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.join-karavan-service-item {
		width: calc((100% - 32px) / 2);
	}
	.service-content-heading {
		font-size: 16px;
	}
	.seller-topic-page .join-karavan-service .service-content-description {
		font-size: 12px;
	}
	.buyer-rfq-banner-wrapper img {
		object-position: 70%;
	}
	.buyer-topic-page .buyer-rfq-content .buyer-rfq-tile {
		font-size: 30px;
	}
	.buyer-rfq-content {
		padding-left: 30px;
	}
	.buyer-topic-page .buyer-rfq-content .buyer-rfq-desc {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.buyer-topic-page .buyer-rfq-content .buyer-rfq-list-item {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.buyer-topic-page .buyer-rfq-list {
		margin-top: 40px;
		margin-bottom: 0;
		padding-left: 23px;
	}
	.seller-topic-page .page-body .karavan-seller-title {
		font-size: 30px;
	}
}
@media (min-width: 601px) and (max-width: 767px) {
	.category-grid .item-box,
	.html-catalog-page .center-2 .product-grid .item-grid .item-box,
	.html-account-page .center-2 .product-grid .item-grid .item-box {
		width: calc(100% / 3);
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.admin-header-links .admin-logo a img {
		max-height: 32px !important;
	}
	.admin-header-links .mobile-for-seller-btn {
		font-size: 16px !important;
		padding: 7px 20px !important;
	}
	.admin-header-links a {
		font-size: 14px;
	}
	.responsive-nav-wrapper > div:not(.mobile-lang-selector) > span:not(.logo),
	.responsive-nav-wrapper > div > a:not(.logo),
	.responsive-nav-wrapper .ico-wishlist,
	.responsive-nav-wrapper .icon-without-border-btn {
		width: 48px !important;
		height: 36px !important;
	}
	.responsive-nav-wrapper > div:not(.mobile-lang-selector) > span:before,
	.responsive-nav-wrapper > div > a:before,
	.responsive-nav-wrapper .icon-without-border-btn:before {
		font-size: 22px !important;
	}
	.home-page-slider .slider {
		min-height: 250px !important;
	}
	.home-page-slider .slider .mobile-slider-text {
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: 210px;
		width: 60% !important;
	}
	.home-page-slider .slider .caption {
		font-size: 28px !important;
		line-height: 34px !important;
	}
	.home-page-slider .slider p {
		font-size: 16px !important;
		line-height: 22px !important;
	}
	.home-page-slider .slider .mobile-slider-img {
		width: 40%;
		min-height: auto;
		height: auto;
		object-fit: contain;
		object-position: bottom right;
	}
	.home-page .home-page-services .services-items {
		flex-direction: row !important;
		flex-wrap: wrap !important;
	}
	.home-page .home-page-services .services-items .service-item {
		width: calc(50% - 3px) !important;
	}
	.home-page .home-page-services .services-items .service-item .service-header {
		font-size: 20px !important;
	}
	.home-page .home-page-services .services-items .service-item ul li {
		font-size: 16px !important;
	}
	.home-page-counter .counter-header {
		font-size: 32px !important;
		line-height: 38px !important;
	}
	.home-page-counter .counter-item {
		font-size: 48px !important;
		line-height: 56px !important;
	}
	.home-page-counter p {
		font-size: 24px !important;
	}
	.home-page-confidence .widget-header {
		font-size: 26px !important;
	}
	.home-page-confidence .widget-header p {
		font-size: 18px !important;
	}
	.home-page .home-page-confidence .items {
		flex-direction: row !important;
		flex-wrap: wrap !important;
		gap: 25px 25px !important;
		margin-top: 29px !important;
	}
	.home-page .home-page-confidence .items .item {
		width: calc(50% - 13px) !important;
	}
	.home-page-confidence.block-2 .widget-header {
		font-size: 26px !important;
	}
	.home-page-confidence.block-2 .widget-header p {
		font-size: 18px !important;
	}
	.home-page .home-page-confidence.block-2 .items {
		flex-direction: row !important;
		flex-wrap: wrap !important;
		gap: 25px 25px !important;
		margin-top: 29px !important;
	}
	.home-page .home-page-confidence.block-2 .items .item {
		width: calc(50% - 13px) !important;
	}
	.global-trade-wrapper .trade-number {
		font-size: 60px;
		line-height: 80px;
	}
	.global-trade-wrapper .trade-number-items {
		margin-bottom: 40px;
	}
	.karavan-services-wrapper .services-items {
		gap: 20px;
	}	
	.karavan-services-wrapper .service-item {
		width: calc((100% - 20px)/2);
		gap: 20px;
		padding: 20px 16px;
	}
	.services-wrapper .services-item {
		width: calc((100% - 60px)/3);
	}
	.services-wrapper {
		padding: 120px 0;
	}
	.unlock-service-mail-tile {
		margin-bottom: 30px;
	}
	.unlock-service-content .unlock-service-title {
		font-size: 25px;
	}
	.service-content-item {
		max-width: 90%;
	}
	.unlock-service-content-wrapper {
		padding: 30px 15px 50px;
	}
	.sitemap-page .page-title h1,
	.compare-products-page .page-title h1,
	.join-karavan-content .seller-page-title {
		font-size: 32px;
	}
	.seller-topic-page .page-body .join-karavan-description {
		font-size: 16px;
	}
	.join-karavan-service-item {
		width: calc((100% - 32px) / 2);
	}
	.join-karavan-service-item img {
		max-width: 100px;
		max-height: 100px;
	}
	.service-content-heading {
		font-size: 20px;
	}
	.seller-topic-page .page-body .karavan-work-title {
		font-size: 50px;
		margin-bottom: 20px;
	}
	.karavan-work-content {
		width: 80%;
		max-width: 750px;
	}
	.seller-topic-page .page-body .karavan-works-list-item .list-item-title {
		font-size: 25px;
	}
	.seller-topic-page .karavan-works-list-item .list-item-desc {
		font-size : 16px;
	}
	/* Buyer Page*/
	.buyer-rfq-content {
		padding-left: 50px;
	}
	.buyer-topic-page .buyer-rfq-content .buyer-rfq-tile{
		font-size: 40px;
	}
	.buyer-topic-page .buyer-rfq-content .buyer-rfq-desc {
		font-size: 18px;
	}
	.buyer-topic-page .buyer-rfq-list {
		margin-top: 40px;
	}
	.buyer-topic-page .buyer-rfq-content .buyer-rfq-list-item {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.buyer-rfq-wrapper {
		min-height: 550px;
	}
	.buyer-rfq-content {
		max-width: 620px;
	}
	.karavan-support-content {
		padding: 60px 10px 60px 30px;
	}
	.buyer-topic-page .karavan-support-content .karavan-support-title {
		font-size: 32px;
		margin-bottom: 30px;
	}
	.karavan-support-list-item:not(:last-child) {
		margin-bottom: 20px;
	}
	.karavan-support-list-item .karavan-support-list-heading {
		font-size: 20px;
	}
	.karavan-support-list-item .karavan-support-list-desc {
		font-size: 16px;
	}
	.product-review-item {
		width: calc((100% - 25px)/2);
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.service-content-item .content-item-heading{
		font-size: 16px;
	}
}
@media (min-width: 1025px) and (max-width: 1280px) {

	/*HEADER*/
	.header-selectors-wrapper,
	.header-lower {
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	.header-menu{
		padding: 0 20px;
	}
	.header-logo {
		max-width: 200px;
	}
	.header-lower .search-box {
		width: calc((100% - 40px)/10*5);
	}
	.header-links-wrapper {
		width: calc((100% - 40px)/10*5);
	}
	.category-grid .item-box,
	.html-catalog-page .center-2 .product-grid .item-grid .item-box,
	.html-account-page .center-2 .product-grid .item-grid .item-box {
		width: calc(100% / 3);
	}

	.html-product-details-page .master-column-wrapper,
	.html-seller-topic-page .master-column-wrapper {
		padding: 60px 20px;
	}

	.global-trade-wrapper .trade-number {
		font-size: 80px;
		line-height: 100px;
	}
	.services-wrapper .services-item {
		width: calc((100% - 128px)/5);
	}
	.unlock-service-content .unlock-service-mail-tile {
		margin-bottom: 30px;
	}
	.unlock-service-content .unlock-service-title {
		font-size: 30px;
	}
	.unlock-service-content-wrapper {
		padding: 60px 35px 50px 50px;
	}
	.service-content-item {
		max-width: 85%;
	}
	.compare-products-page .page-title h1,
	.join-karavan-content .seller-page-title,
	.sitemap-page .page-title h1 {
		margin-bottom: 20px;
	}
	.seller-topic-page .page-body .join-karavan-description {
		margin-bottom: 30px;
	}
	.join-karavan-service-item img {
		max-width: 100px;
		max-height: 100px;
	}
	.service-content-heading {
		font-size: 18px;
	}
	.seller-topic-page .join-karavan-service .service-content-description {
		font-size: 14px;
	}
	.karavan-support-content {
		padding: 73px 80px 73px 50px;
	}
	.product-review-item {
		width: calc((100% - 25px)/2);
	}
}
@media (min-width: 1281px) and (max-width: 1600px){
	.services-wrapper .services-item {
		width: calc((100% - 160px)/5);
	}
	.product-review-item {
		width: calc((100% - 25px)/2);
	}
}
@media (min-width: 1601px) {
	.product-review-item{
		width: calc((100% - 50px)/3);
	}
}