
@media all and (max-width: 1260px) {

	/*G-Custom*/

	.c-benefit__feature-text {
		text-align: left;
		margin-left: -34px;
		margin-right: -34px
	}

	.c-benefit .glider .glide__arrows {
		display: block !important;
		position: absolute;
		width: 100%;
		top: calc(var(--top) + 11.5px)
	}

	.extended-gallery .thumb-item {
		max-width: 100%;
	}

	.html-contact-page .master-wrapper-content,
	.html-blog-page .master-wrapper-content,
	.html-shopping-cart-page .master-wrapper-content,
	.html-login-page .master-wrapper-content {
		max-width: 100% !important;
	}

	.availability .stock .value {
		display: block;
	}

	.availability .stock .value {
		padding: 5px 0;
	}

	.overview .prices .product-price {
		font-size: 20px !important;
	}

	.overview .old-product-price {
		font-size: 16px !important;
	}

	.sub-category-grid .title {
		font-size: 12px;
	}

	.html-contact-page .center-1 {
		margin: 80px 0 80px
	}

	.info-main {
		flex-direction: column;
	}

		.info-main .right-side {
			order: 1;
		}

		.info-main .left-side {
			order: 2;
		}

		.info-main .right-side .arrow-left-map img {
			margin-bottom: 40px;
		}

	.header-logo a img {
		display: block;
		max-width: 65%;
		margin: auto;
	}

	.html-product-details-page .center-1 {
		margin: 0 0 80px !important;
		padding: 0 2.5%
	}

	.center-2 {
		margin-bottom: 0 !important;
	}

	.slick-arrow.slick-hidden {
		display: none;
	}

	.center-1, .center-2 {
		margin: 30px 0 80px;
	}

	.html-home-page .center-1 {
		margin: 100px 0 0;
	}

	.ph-home-brands-carousel .item-box:hover .manufacturer-item .title a,
	.ph-home-brands-carousel .manufacturer-item .title a:hover,
	.ph-home-brands-carousel .item-box:hover .category-item .title a,
	.ph-home-brands-carousel .category-item .title a:hover {
		background-color: transparent;
		color: #c5061b !important;
	}

	.price-reviews-wrapper .prices {
		justify-content: flex-start;
		font-size: 16px;
	}

	.item-box .product-title {
		font-size: 12px !important;
	}

	.post-title, .news-title {
		font-size: 18px;
		font-weight: 600;
		text-align: left;
		display: block;
	}

	.blog-page .wrapper,
	.richblog-widget .wrapper {
		font-size: 12px;
		justify-content: normal !important;
		text-align: left;
	}

	.center-2 {
		padding: 0 2%;
	}

	/* END G-Custom */

	.logged-in .two .first,
	.logged-in .three .first {
		text-align: left; /*header-selects when not only-child*/
	}

		.logged-in .two .first ~ .last,
		.logged-in .three .first ~ .last {
			text-align: right; /*header-links when header-selects are present*/
		}

	body:not(.logged-in) .last,
	.impersonated.session .last {
		flex-basis: 0 !important; /*empty header-links*/
	}

	.impersonated.session .first {
		text-align: center; /*header-selects when only-child*/
	}

	.not-logged-in .two .middle,
	.impersonated .two .middle {
		display: block; /*header-text when only-child*/
		padding: 7px 0;
	}

	/* RESPONSIVE NAV BAR */

	.responsive-nav-wrapper {
		display: flex !important;
		position: sticky;
		top: -7px;
		z-index: 1050;
		min-height: 60px;
		background-color: #fff;
		padding: 0 15px;
		font-size: 0;
		transition: 0.3s ease;
	}

		.responsive-nav-wrapper.pinned {
			-webkit-transform: translateY(-60px);
			transform: translateY(-60px);
		}

			.responsive-nav-wrapper.pinned.up {
				-webkit-transform: translateY(0);
				transform: translateY(0);
			}

	.impersonated ~ .responsive-nav-wrapper {
		top: 24px;
	}

	.responsive-nav-wrapper .button {
		position: relative;
		width: 10%;
		max-width: 42px;
	}

		.responsive-nav-wrapper .button:before {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			margin: auto;
			cursor: pointer;
		}

	.responsive-nav-wrapper .menu-button:before {
		content: "\e900";
		font-size: 17px;
		width: 17px;
		height: 17px;
	}

	.responsive-nav-wrapper .personal-button:before {
		content: "\e904";
		font-size: 19px;
		width: 19px;
		height: 19px;
	}

	.responsive-nav-wrapper .search-button:before {
		content: "\e903";
		font-size: 18px;
		width: 18px;
		height: 15px;
	}

	.responsive-nav-wrapper .cart-button:before {
		content: "\e902";
		font-size: 19px;
		width: 19px;
		height: 19px;
	}

	.responsive-nav-wrapper .cart-button a {
		display: block;
		position: relative;
		height: 100%;
	}

	/* RESPONSIVE NAV PANELS */

	.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.active {
			background-color: rgba(0,0,0,.5);
		}

			.overlayOffCanvas.active ~ .k-overlay {
				display: none !important;
			}

	.scrollYRemove {
		overflow: hidden !important;
		-ms-touch-action: none !important;
		-webkit-overflow-scrolling: touch !important;
	}

	.nav-panel {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1070;
		width: 320px;
		height: 100%;
		overflow: hidden;
		background-color: #fff;
		text-align: left;
		transition: all 0.3s ease;
		-webkit-transform: translate(-320px);
		transform: translate(-320px);
	}

		.nav-panel.active {
			-webkit-transform: translate(0);
			transform: translate(0);
		}

		.nav-panel .close-button {
			text-align: right;
		}

		.nav-panel .back-button {
			text-align: left;
		}

			.nav-panel .close-button span,
			.nav-panel .back-button span {
				display: inline-block;
				padding: 15px 20px;
				font-size: 12px;
				text-decoration: underline;
				cursor: pointer;
			}

	.header-menu ul {
		max-height: 100%;
		overflow-y: auto;
	}

	.header-menu .close-menu ~ ul {
		max-height: calc(100% - 48px);
	}

	.header-menu li:not(.back-button) {
		display: flex;
		padding: 15px 0;
	}

	.header-menu li > a,
	.header-menu li > span {
		display: block;
		position: relative;
		padding: 0 20px;
		z-index: 0;
		font-size: 16px;
	}

	.header-menu li > .with-subcategories {
		width: calc(100% - 56px);
	}

	.plus-button {
		display: block;
		position: relative;
		z-index: 0;
		width: 56px;
		border-left: 1px solid #ddd;
		padding: 1px 0;
		text-align: center;
		cursor: pointer;
	}

		.plus-button:after {
			content: "\e910";
			margin-left: -1px;
			font-size: 10px;
			line-height: 24px;
		}

	.header-menu .sublist-wrap {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1;
		width: 320px;
		height: 100%;
		overflow: hidden;
		background-color: #fff;
		transition: all 0.5s ease;
	}

	.header-menu .sublist-wrap {
		-webkit-transform: translate(-320px);
		transform: translate(-320px);
	}

		.header-menu .sublist-wrap.active {
			-webkit-transform: translate(0);
			transform: translate(0);
		}

	.header-links li {
		padding: 15px 0;
	}

		.header-links li > a {
			padding: 0 20px;
			font-size: 16px;
		}

	.header-links .qty:before {
		content: "(";
		font-family: 'Poppins', sans-serif;
	}

	.header-links .qty:after {
		content: ")";
		font-family: 'Poppins', sans-serif;
	}

	.store-search-box form {
		width: auto;
		margin: 0 20px;
	}

	.search-box .ui-autocomplete {
		position: static !important;
		max-height: calc(100% - 90px);
		overflow-y: auto;
	}

	.cart-button .cart-qty {
		display: inline-block;
		position: absolute;
		right: 7px;
		bottom: 39px;
		width: 14px;
		height: 14px;
		border-radius: 50%;
		overflow: hidden;
		background-color: #e43d51;
		padding: 1px 0;
		text-align: center;
		font-size: 9px;
		color: #fff;
	}

	/* SIDEBAR COLUMN */

	.side-2 {
		display: flex;
		flex-flow: column;
	}

	.block {
		margin: 1px 0;
	}

		.block .title {
			display: flex;
			justify-content: space-between;
			background-color: #f3f3f3;
			padding: 10px 15px;
			font-size: 20px;
		}

			.block .title:after {
				content: "\e913";
				margin-top: auto;
				margin-bottom: auto;
				font-size: 14px;
				transition: 0.2s ease;
			}

		.block .opened:after {
			transform: scaleY(-1);
		}

		.block .listbox {
			padding: 15px 15px 15px 16px;
		}

	.product-filter + .product-filter {
		margin-top: 25px;
	}

	.featured-product-grid:first-child {
		margin-top: 0;
		border-top: 1px solid #eee;
	}

	.html-account-page .side-2 {
		margin-bottom: 0;
	}

	.html-account-page .block {
		max-width: 600px;
		margin: 0 auto 30px;
	}

		.html-account-page .block .title:before {
			content: "\e913";
			margin-top: auto;
			margin-bottom: auto;
			font-size: 14px;
			transition: 0.2s ease;
		}

		.html-account-page .block .opened:before {
			transform: scaleY(-1);
		}

		.html-account-page .block .listbox {
			border-top: 1px solid #fff;
			background-color: #f3f3f3;
		}

	/* RESPONSIVE TABLES */

	table.cart {
		display: block;
		border-top: 1px solid #1e1c1c;
		margin-bottom: 5px;
	}

		table.cart colgroup,
		table.cart thead {
			display: none;
		}

		table.cart tbody {
			display: grid;
			/*grid-template-columns: 48.5% 48.5%;  --G-Custom*/
			grid-column-gap: 3%;
		}

		table.cart tr {
			display: block;
			position: relative;
			overflow: hidden;
			padding: 40px 0 85px;
		}

			table.cart tr:after {
				content: "";
				position: absolute;
				right: 0;
				bottom: 0;
				left: 0;
				z-index: -1;
				height: 70px;
				background: #f6f6f6;
			}

		table.cart td {
			display: block;
			border: none;
			padding: 0;
		}

	.cart label.td-title {
		margin-right: 3px;
		font-size: 12px;
	}

	.cart .add-to-cart label {
		margin: 0 0 0 7px;
		font-size: 12px;
		font-weight: 600;
	}

	.cart .remove-from-cart,
	table.cart .add-to-cart,
	table.cart .quantity,
	table.cart .subtotal {
		display: flex;
		align-items: center;
		position: absolute;
	}

	.cart .remove-from-cart,
	table.cart .add-to-cart {
		top: 0;
		height: 40px;
	}

	.cart .remove-from-cart {
		right: 0;
	}

	table.cart .add-to-cart {
		left: 0;
	}

	table.cart .quantity,
	table.cart .subtotal {
		bottom: 0;
		height: 70px;
	}

	table.cart .quantity {
		left: 7px;
	}

	.cart .qty-wrapper span {
		bottom: 0;
		height: 48px;
		background: #fff;
	}

	.cart .qty-wrapper .decrease {
		left: 0;
	}

	.cart .qty-wrapper .increase {
		right: 0;
	}

	.cart .qty-dropdown {
		background-color: #fff;
	}

	table.cart .subtotal {
		flex-wrap: wrap;
		justify-content: flex-end;
		align-content: center;
		right: 10px;
	}

	.cart .subtotal .discount,
	.discount-additional-info {
		width: 100%;
		text-align: right;
	}

	.cart .product-picture {
		float: left;
		width: 86px;
	}

	.cart .product, .cart .unit-price, td.vendor {
		float: right;
		width: calc(100% - 100px);
		text-align: left;
	}

		.cart .product .product-name {
			font-weight: 600;
			font-size: 12px;
			font-family: 'roboto',sans-serif;
		}

	.cart-options {
		margin: 40px 0 40px;
	}

		.cart-options .common-buttons {
			max-width: 100%;
		}

	.cart .sku {
		display: none;
	}

	.cart .unit-price {
		color: #aaa;
	}

	.cart .edit-item {
		margin-bottom: 6px;
	}

	.wishlist-page .cart tr {
		padding-top: 50px;
	}

	.wishlist-page .remove-from-cart,
	.wishlist-page .add-to-cart {
		height: 50px !important;
	}
}

@media all and (max-width: 450px) {

	.blogpost-page .post-body iframe {
		height: 310px;
	}

	.availability .stock .value {
		font-size: 13px;
	}

	.cart-button .cart-qty {
		right: 12%;
	}

	.extended-admin .header-upper {
		display: block;
	}

	.extended-admin .header-selectors {
		justify-content: center;
	}

	.extended-admin .header-upper .first,
	.extended-admin .header-upper .last {
		text-align: center !important;
	}

	.extended-admin .first ~ .last .admin-header-links {
		margin-top: -7px;
	}

	.home-page-category-grid .item-grid {
		grid-template-columns: 100%;
		grid-row-gap: 15px;
	}

	.product-list .buttons .wrapper {
		display: none !important;
	}
}

@media all and (max-width: 600px) {
	.blogpost-page .post-body iframe {
		height: 420px;
	}

	.home-page .topic-block {
		padding: 0 5px;
	}

	.html-account-page .block {
		margin: 0 -2.5% 30px;
	}

	.product-box-add-to-cart-button {
		display: none !important;
	}
}

@media all and (max-width: 767px) {
	/*G-Custom*/

	.cart-buttons-wrapper .add-to-cart {
		width: 100%;
	}
	.add-to-cart-panel .add-to-cart-button {
		width: 100%;
	}

	.html-product-details-page .page-title {
		text-align: center;
	}

	.login-page .new-wrapper .title {
		margin-top: 0;
	}

	.html-login-page .login-register_legal {
		padding-inline: 5%;
	}

	#quickTab-default {
		display: block !important;
	}

		#quickTab-default.ui-tab-body {
			visibility: visible !important;
			opacity: 1 !important;
		}

			#quickTab-default.ui-tab-body:not(.active) {
				display: block !important;
			}

	.html-motorcycle-product-details-page .anywhere-slider .slick-arrow {
		top: -35%;
	}

	.c-benefit__feature-image {
		aspect-ratio: 1/1
	}

	.c-benefit__feature-text {
		text-align: left;
		margin-left: -34px;
		margin-right: -34px
	}

	.c-benefit .glider .glide__arrows {
		display: block !important;
		position: absolute;
		width: 100%;
		top: calc(var(--top) + 11.5px)
	}

	.html-motorcycle-product-details-page .nop-jcarousel .carousel-title {
		font-size: 16px;
	}

	.html-motorcycle-product-details-page .product-essential {
		padding-bottom: 50px;
	}

	.html-blogpost-page .item-grid {
		grid-gap: 25px 4%;
	}

	.blogpost-page .post-body iframe {
		height: 290px;
	}

	.product-grid.cross-sells .title strong {
		font-size: 16px;
		text-transform: uppercase;
	}

	.header-selectors {
		display: inline-block;
	}

	.header-selectors-wrapper,
	.header-links-wrapper,
	.header-text-wrapper {
		flex-basis: auto;
		text-align: center;
	}

	.contact-container {
		display: block !important;
	}

	.opc h3 {
		font-size: 12px;
		text-transform: none;
		margin-bottom: 40px
	}

	.page-title h1 {
		font-size: 18px
	}

	.footer .newsletter .title {
		width: 100% !important;
	}

	.footer-upper .newsletter-subscribe {
		width: 100% !important;
		float: none !important;
	}

	.item-box .actual-price {
		margin-right: 5px;
	}

	.item-box .product-item {
		margin-bottom: 10px;
	}

	.category-grid .item-grid,
	.manufacturer-grid .item-grid,
	.vendor-grid .item-grid,
	.product-grid .item-grid,
	.html-blogpost-page .item-grid {
		grid-gap: 25px 4%;
	}

	.contact-page .topic-block-body .contact-page-details-info a {
		font-size: 95px !important;
	}

	.contact-page form {
		max-width: 100%;
	}

		.contact-page form .inputs {
			width: 100%;
		}

	.contact-container {
		display: block;
		margin: auto;
	}

		.contact-container .fieldset {
			margin: auto;
		}

	.home-page .slider-wrapper {
		padding-top: 50px;
	}

		.home-page .slider-wrapper.g-home-brands-slider {
			margin-top: 100px;
		}

	.g-custom-banner-button-desktop {
		display: none;
	}

	.g-custom-banner-button-mobile {
		position: relative;
		width: 100%;
		margin-bottom: 30px;
	}

		.g-custom-banner-button-mobile .text-block {
			position: absolute;
			color: white;
			padding-top: 1%;
			padding-bottom: 1%;
			bottom: 62px;
			left: 35px;
			padding-left: 10px;
			padding-right: 10px;
		}

		.g-custom-banner-button-mobile h4 {
			font-size: 1.8em;
			line-height: 1em;
			margin-bottom: 3%;
		}

		.g-custom-banner-button-mobile p {
			font-size: 1em;
			line-height: 2.5em;
			margin-bottom: 2%;
		}

		.g-custom-banner-button-mobile .text-block .g-custom-btn-mobile {
			background-color: #1e1c1c;
			border: 1px solid #fff;
			color: #fff;
			padding: 5% 20%;
			font-size: 1em;
			line-height: 1.6em;
			cursor: pointer
		}

			.g-custom-banner-button-mobile .text-block .g-custom-btn-mobile:hover {
				color: #c40318;
			}

	.html-widget .g-custom-banner-button-mobile .text-block .g-custom-btn-mobile {
		padding: 3% 10%;
	}

	.html-widget .g-custom-banner-button-mobile .text-block {
		left: 0;
	}

	.html-widget .g-custom-banner-button-mobile p {
		line-height: 1.0em;
	}

	.html-widget .g-custom-banner-button-mobile p {
		margin-bottom: 5%;
	}

	.newsletter .title strong {
		text-align: center;
		font-size: 24px;
	}

	.newsletter .title span {
		text-align: center;
	}

	.footer .newsletter-form {
		column-gap: 10px;
		margin: auto;
	}

	.footer .subscribe-options {
		text-align: center;
	}

	.price-reviews-wrapper {
		margin: 0 0 25px;
		font-size: 13px;
	}

	.stock-delivery-wrapper {
		margin: 0 0 10px;
	}

	.accordion .ui-tab-body .contact-page {
		width: unset;
	}

	.product-essential {
		max-width: 96%;
		margin-inline: auto;
		margin-top: 35px;
		padding-bottom: 80px;
	}

	.html-product-details-page .nop-jcarousel .carousel-title {
		text-align: center;
		font-size: 16px;
	}

	.html-product-details-page .html-widget {
		margin-top: auto;
		margin-bottom: auto;
	}

	/*END G-Custom*/
	table.cart tbody {
		display: block;
	}

	.header .header-text-wrapper {
		font-size: 12px;
		padding-inline: 3%;
	}

	.eu-cookie-bar-notification .text {
		margin-bottom: 15px;
	}

	.footer-blocks {
		display: flex;
		flex-flow: column;
		max-width: 600px;
		margin: auto;
	}

	.footer-block {
		padding: 0 15px;
	}

		.footer-block .title {
			display: flex;
			justify-content: space-between;
			padding: 10px 0;
		}

			.footer-block .title:after {
				content: "\e913";
				margin-top: auto;
				margin-bottom: auto;
				font-size: 14px;
				color: #aaa;
				transition: 0.2s ease;
			}

		.footer-block .opened:after {
			transform: scaleY(-1);
		}

		.footer-block .list {
			padding-bottom: 10px;
		}

	.item-box .tax-shipping-info {
		display: none;
	}

	.product-selectors span {
		display: none;
	}

	.product-selectors select {
		max-width: none !important;
		font-size: 12px;
	}

	.product-list .item-grid {
		display: grid;
		grid-template-columns: 49% 49%;
		grid-gap: 25px 2%;
	}

	.html-blogpost-page .item-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-row-gap: 20px;
	}

	.product-list .buttons .wrapper {
		display: flex;
		flex-flow: column;
		position: absolute;
		top: 0;
		left: 0;
	}

	.product-list .wrapper button {
		display: block;
		width: 36px;
		height: 28px;
		margin: 6px 0 -6px;
	}

	.product-list .wrapper
	.add-to-wishlist-button {
		order: -1; /**/
	}

	.product-list .wrapper
	.quick-view-button {
		height: 30px;
		opacity: 0;
	}

	.product-list .wrapper
	.add-to-compare-list-button {
		opacity: 0;
	}

	.product-list .item-box:hover
	.add-to-compare-list-button {
		opacity: 1;
	}

	.cart-collaterals .option-list {
		display: inline-block;
	}

	.cart-collaterals .title {
		display: flex;
		justify-content: space-between;
		background-color: #f3f3f3;
		padding: 10px 15px;
	}

		.cart-collaterals .title:after {
			content: "\e913";
			margin-top: auto;
			margin-bottom: auto;
			font-size: 14px;
			transition: 0.2s ease;
		}

	.cart-collaterals .opened:after {
		transform: scaleY(-1);
	}

	.cart-collaterals .content {
		display: none;
		padding: 20px 0 40px;
	}

	.cart-collaterals .current-code {
		margin-bottom: -20px;
	}
}

@media all and (min-width: 768px) and (max-width: 1260px) {
	/* G-Custom*/
	.html-blogpost-page .item-grid {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-row-gap: 75px
	}

	.html-blogpost-page .item-grid {
		grid-gap: 25px 4%;
	}

	.blogpost-page .post-body iframe {
		height: 410px;
	}

	.header-selectors-wrapper,
	.header-links-wrapper,
	.header-text-wrapper {
		flex-basis: 100%;
		text-align: center;
	}

	.contact-page .topic-block-body .contact-page-details-info a {
		font-size: 80px !important;
	}

	.contact-page form {
		width: 400px !important;
	}

	.footer .newsletter .title {
		display: block;
		width: 100%;
	}

	.page-title h1 {
		font-size: 20px
	}

	/*END G-Custom*/

	.not-logged-in .three .header-selectors-wrapper, /*when header-selects and header-text are present, but admin-links are not*/
	.impersonated .three .header-selectors-wrapper, /*when header-selects and header-text are present, but admin-links are not*/
	.logged-in .two .header-text-wrapper { /*when header-text and admin-links are present, but header-selects are not*/
		text-align: left;
	}

	.not-logged-in .three .header-text-wrapper, /*when header-selects and header-text are present, but admin-links are not*/
	.impersonated .three .header-text-wrapper, /*when header-selects and header-text are present, but admin-links are not*/
	.logged-in .two .header-links-wrapper { /*when header-text and admin-links are present, but header-selects are not*/
		text-align: right;
	}

	.logged-in .three .header-selectors-wrapper,
	.logged-in .three .header-links-wrapper {
		flex-shrink: 2;
	}

	.impersonated .two .header-text-wrapper {
		text-align: center;
	}

	.master-column-wrapper > .side-2 {
		display: grid;
		grid-template-columns: 32% 32% 32%;
		grid-gap: 10px 2%;
		padding: 0 2.5%;
	}

	.cart.odd-number tbody:after {
		content: ""; /*fix for cart and wishlist with odd number of products*/
		margin-top: 40px;
		background-color: #fbfbfb;
	}
}


@media all and (min-width: 480px) {

	/*G-Custom*/

	.html-motorcycle-product-details-page .col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
		max-width: 768px;
	}

	.html-motorcycle-product-details-page .container {
		padding-left: 10px;
		padding-right: 10px;
	}

	.header-upper {
		padding: 0 50px;
	}

	.sub-category-grid .item-grid {
		grid-template-columns: repeat(auto-fit, minmax(49%,1fr));
		grid-row-gap: 10px !important;
	}

	.product-grid .buttons .wrapper {
		display: flex;
		flex-flow: column;
	}

	.item-box .color-attributes {
		display: block;
	}

	.gallery .picture-thumbs,
	.gallery .video-thumbs {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	.rental-attributes .datepicker {
		width: 100%;
	}

	.checkout-as-guest-button,
	.checkout-as-guest-button + button {
		min-width: 200px;
	}

	.private-messages-page .date {
		display: table-cell;
	}

	.private-messages-page col.date {
		display: table-column;
	}
	/*END G-CUSTOM*/
}
