
@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;
	}

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

	.admin-header-links {
		position:relative;
		padding:6px 0;
		z-index: 1030;
		width: 100%;
	}
	.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: #f6f6f6;
		border-top: 3px solid #fff;
		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: 8px 24px;
		background-color: #fff;
		text-align: center;
		font-size: 0;
		display:flex;
		gap:0 8px;
		align-items:center;
		transition: 0.3s all;
	}

	.responsive-nav-wrapper.fixed-header{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background-color: var(--primery-blue);
		z-index: 9999;
	}

	.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*/
	}
	
	.header-menu,
	.profile-menu-box,
	.store-search-box {
		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;
	}

	.store-search-box {
		width: 400px;
	}
   
	.header-menu.open,
	.profile-menu-box.open,
	.store-search-box.open {
		left: 0;
	}
	.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;
	}

	/* 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;
		width: 320px;
	}

	.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-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;
	}
	.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;
	}
}
@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: 20px;
		-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: 20px;
	}

	.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) {
	.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);
	}
}