/*
	Theme Name: Cyclo B2B Theme v3
	Theme URI: https://moserlx.com/
	Description: Cyclo B2B Theme is a child theme of Hello Elementor, created by MOSERLX
	Author: MOSERLX
	Author URI: https://moserlx.com/
	Template: hello-elementor
	Version: 3.0
	Text Domain: hello-elementor-child
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* open-sans-300 - latin_greek */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('assets/fonts/open-sans-v20-latin_greek-300.eot'); /* IE9 Compat Modes */
	src: url('assets/fonts/open-sans-v20-latin_greek-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('assets/fonts/open-sans-v20-latin_greek-300.woff2') format('woff2'), /* Super Modern Browsers */
	url('assets/fonts/open-sans-v20-latin_greek-300.woff') format('woff'), /* Modern Browsers */
	url('assets/fonts/open-sans-v20-latin_greek-300.ttf') format('truetype'), /* Safari, Android, iOS */
	url('assets/fonts/open-sans-v20-latin_greek-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin_greek */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('assets/fonts/open-sans-v20-latin_greek-regular.eot'); /* IE9 Compat Modes */
	src: url('assets/fonts/open-sans-v20-latin_greek-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('assets/fonts/open-sans-v20-latin_greek-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('assets/fonts/open-sans-v20-latin_greek-regular.woff') format('woff'), /* Modern Browsers */
	url('assets/fonts/open-sans-v20-latin_greek-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('assets/fonts/open-sans-v20-latin_greek-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin_greek */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('assets/fonts/open-sans-v20-latin_greek-700.eot'); /* IE9 Compat Modes */
	src: url('assets/fonts/open-sans-v20-latin_greek-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('assets/fonts/open-sans-v20-latin_greek-700.woff2') format('woff2'), /* Super Modern Browsers */
	url('assets/fonts/open-sans-v20-latin_greek-700.woff') format('woff'), /* Modern Browsers */
	url('assets/fonts/open-sans-v20-latin_greek-700.ttf') format('truetype'), /* Safari, Android, iOS */
	url('assets/fonts/open-sans-v20-latin_greek-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-800 - latin_greek */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url('assets/fonts/open-sans-v20-latin_greek-800.eot'); /* IE9 Compat Modes */
	src: url('assets/fonts/open-sans-v20-latin_greek-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('assets/fonts/open-sans-v20-latin_greek-800.woff2') format('woff2'), /* Super Modern Browsers */
	url('assets/fonts/open-sans-v20-latin_greek-800.woff') format('woff'), /* Modern Browsers */
	url('assets/fonts/open-sans-v20-latin_greek-800.ttf') format('truetype'), /* Safari, Android, iOS */
	url('assets/fonts/open-sans-v20-latin_greek-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}


/**
General
Hide User Prices & Bikes
Site Header Desktop
Site Header Mobile
GDPR POPUP
Left Woo Sidebar
Product Loop
Product Archive
Single Product
Single related
Woocommerce account Page
Woo Filter
Right Woo Sidebar
Home Page
Home Page Slider
Footer
Brands Page
Page dealers
Orders List Page
 */
body {
	font-family: 'Open Sans', sans-serif;
}
body.ovr-hidden {
	overflow: hidden;
}
body.ovr-hidden.admin-bar #site-header {
	top: 32px;
}
.ovr-hidden #site-header {
	top: 0;
	position: fixed;
	width: 100%;
}
.dark-bg {
	position: fixed;
	z-index: 1;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	max-height: 0;
	overflow: hidden;
	visibility: hidden;
	background-color: rgba(51, 51, 51, 0.5);
}
.dark-bg.is-active {
	max-height: 100%;
	overflow: hidden;
	visibility: visible;
	background-color: rgba(51, 51, 51, 0.5);
	z-index: 99;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
}
a {
	background-color: transparent;
	text-decoration: none;
	color: #5fa6ff;
}
body:not(.woocommerce) .msr-loop-wrapper,
.page-template-page-newarrivalspodi .msr-loop-wrapper.extra,
.page-template-page-newarrivalsmoto .msr-loop-wrapper.extra,
.page-template-page-newarrivals .msr-loop-wrapper.extra,
.page-template-page-newproducts .msr-loop-wrapper.extra {
	display: none;
}
.woocommerce .msr-loop-wrapper {
	display: flex;
}
.site-branding {
	display: none;
}
.hide-not-logged {
	display: none !important;
}
.logged-in .hide-not-logged {
	display: block !important;
}
#primary.content-area, .woocommerce-products-header {
	overflow: hidden;
}

/* General */
.display-flex {
	display: flex;
}
.scroll-y {
	overflow-y: auto;
}
.cat-item-15 {
	display: none;
}
.container {
	max-width: 1440px;
	width: 100%;
	display: flex;
	margin: auto;
	padding: 12px 0;
	align-items: center;
}

/* Hide User Prices and bikes */
.hide-user-prices .price,
.hide-user-prices .product-subtotal,
.hide-user-prices .woocommerce-Price-amount,
.hide-user-prices .cart_totals  .shop_table.shop_table_responsive,
.hide-user-prices .cart-ypologismos,
.hide-user-prices .product-total,
.hide-user-prices .product-price,
.hide-bikes .cat-item-12062,
.hide-bikes .menu-cat-item[data-id="12062"],
.hide-bikes .menu-item[data-id="12062"] {
	display: none !important;
}
.hide-bikes.role-customer .is-podilato {
	display: none !important;
}

/* Site Header Desktop */
#site-header {
	z-index: 999;
	position: relative;
}
.desktop-site-header {
	width: 100%;
	display: block;
	background-color: #fff;
}
.desktop-site-header .top-header {
	background-color: #333;
}
.desktop-site-header .top-header .container {
	min-height: 56px;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	padding: 0;
}
.desktop-site-header .top-header .top-left-items {
	margin-bottom: 4px;
	display: flex;
}
.desktop-site-header .top-header .top-left-items .top-left-item {
	margin-right: 12px;
}
.desktop-site-header .top-header .top-items .top-item {
	position: relative;
	cursor: pointer;
	width: 34px;
	height: 28px;
	margin-right: 2px;
	padding: 0 8px 10px 8px;
}
.desktop-site-header .top-header .top-items .top-item:last-child {
	margin-right: 0;
}
.desktop-site-header .top-header .top-items .top-item img {
	max-height: 100%;
}
.desktop-site-header .top-header .top-item.top-account .top-account-sub-wrapper {
	position: absolute;
	top: 20px;
	right: 0;
	padding-top: 24px;
	transition: all .3s linear;
	transform: translateX(30%);
	-ms-transform: translateX(30%);
	opacity: 0;
	visibility: hidden;
	z-index: 9;
	cursor: default;
}
.desktop-site-header .top-header .top-item.top-account.is-active .top-account-sub-wrapper {
	visibility: visible;
	opacity: 1;
	transition: all .3s linear;
	transform: translateX(14%);
	-ms-transform: translateX(14%);
}
.desktop-site-header .top-header .top-account-sub-wrapper .sub-wrapper-arrow {
	position: absolute;
	top: 12px;
	right: 40px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 12px 12px;
	border-color: transparent transparent #333333 transparent;
}
.desktop-site-header .top-header .top-account-sub-wrapper .top-account-sub-items {
	width: 252px;
	height: 225px;
	padding-top: 20px;
	border-top: 6px solid #333333;
	background-color: #fff;
	box-shadow: 0 1px 7px 1px rgba(0, 0, 0, 0.14);
	border-radius: 0 0 5% 5%;
}
.desktop-site-header .top-header .top-account-sub-wrapper .top-account-sub-item {
	border-bottom: 1px solid #000;
	padding: 10px 12px;
	text-align: right;
}
.desktop-site-header .top-header .top-account-sub-wrapper .top-account-sub-item span {
	font-size: 14px;
	color: #000;
}
.desktop-site-header .top-header .top-account-sub-wrapper .item-my-account {
	background-image: url('/wp-content/themes/cyclo-v3/images/account-icon-black.svg');
	background-repeat: no-repeat;
	background-position: right 16px bottom 12px;
	background-size: 18px;
}
.desktop-site-header .top-header .top-account-sub-wrapper .item-my-account span {
	padding-right: 40px;
}
.desktop-site-header .top-header .top-account-sub-wrapper .item-my-orders {
	background-image: url('/wp-content/themes/cyclo-v3/images/myorders-icon-black.svg');
	background-repeat: no-repeat;
	background-position: right 16px bottom 10px;
	background-size: 18px;
}
.desktop-site-header .top-header .top-account-sub-wrapper .item-my-orders span {
	padding-right: 40px;
}
.desktop-site-header .top-header .top-items .top-item.top-cart {
	background-image: url('/wp-content/themes/cyclo-v3/images/cart-icon-white.svg');
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: top left 8px;
	width: 64px;
}
.desktop-site-header .top-header .top-cart span.cart-items-count {
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	padding-left: 20px;
}
.item-show-prices {
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	padding: 12px;
}
.show-prices-options-wrapper {
	margin-left: 12px;
}
.item-show-prices input {
	display: none !important;
}
.show-prices-option {
	background-color: #f1f1f1;
	color: #000;
	font-size: 12px;
	padding: 6px 12px;
}
.show-prices-option.checked {
	background-color: #000;
	color: #fff;
}
.desktop-site-header .top-header .top-account-sub-wrapper .item-logout {
	background-image: url('/wp-content/themes/cyclo-v3/images/login-icon.svg');
	background-repeat: no-repeat;
	background-position: right 16px bottom 12px;
	background-size: 20px;
	border-bottom: none;
}
.desktop-site-header .top-header .top-account-sub-wrapper .item-logout span {
	padding-right: 40px;
}
.desktop-site-header .top-header .top-cart .top-cart-sub-wrapper {
	position: absolute;
	top: 20px;
	right: 0;
	padding-top: 24px;
	transition: all .3s linear;
	transform: translateX(0);
	-ms-transform: translateX(0);
	opacity: 0;
	visibility: hidden;
	z-index: 9;
	cursor: default;
}
.desktop-site-header .top-header .top-item.top-cart.is-active .top-cart-sub-wrapper {
	visibility: visible;
	opacity: 1;
	transition: all .3s linear;
	transform: translateX(2%);
	-ms-transform: translateX(2%);
}
.desktop-site-header .top-header .top-cart-sub-wrapper .sub-wrapper-arrow {
	position: absolute;
	top: 12px;
	right: 40px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 12px 12px;
	border-color: transparent transparent #333333 transparent;
}
.desktop-site-header .top-header .top-cart-sub-wrapper .top-cart-sub-items {
	width: 480px;
	padding-top: 20px;
	border-top: 6px solid #333333;
	background-color: #fff;
	box-shadow: 0 1px 7px 1px rgba(0, 0, 0, 0.14);
	border-radius: 0 0 12px 12px;
	overflow: hidden;
}
.desktop-site-header .top-header .top-item.top-cart.is-active .top-cart-sub-wrapper .woocommerce-mini-cart.cart_list {
	max-height: 470px;
	overflow-y: auto;
}
.desktop-site-header .top-header .top-item.top-cart.is-active .top-cart-sub-wrapper .woocommerce-mini-cart.cart_list::-webkit-scrollbar-track {
	border: none;
	padding: 2px 0;
	background-color: rgba(64, 64, 64, 0.40);
}
.desktop-site-header .top-header .top-item.top-cart.is-active .top-cart-sub-wrapper .woocommerce-mini-cart.cart_list::-webkit-scrollbar {
	width: 10px;
}
.desktop-site-header .top-header .top-item.top-cart.is-active .top-cart-sub-wrapper .woocommerce-mini-cart.cart_list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #737272;
	border: none;
}
.woocommerce-notices-wrapper {
	font-size: 14px;
}
.woocommerce-error {
	padding-left: 78px;
}
.woocommerce-error::before {
	content: "!";
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 38px;
	line-height: 42px;
	width: 42px;
	color: #c30303;
	background-color: #fff;
	border-radius: 50%;
	top: 14px;
	left: 22px;
}
.woocommerce-mini-cart table {
	margin-bottom: 0;
}
.woocommerce-mini-cart table td,
.woocommerce-mini-cart table th {
	border: none;
	padding: 6px 8px;
}
.woocommerce-mini-cart table tbody>tr:nth-child(odd)>td,
.woocommerce-mini-cart table tbody>tr:nth-child(odd)>th,
.woocommerce-mini-cart table tbody tr:hover>td,
.woocommerce-mini-cart table tbody tr:hover>th {
	background-color: transparent;
}
.woocommerce-mini-cart table tr {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height: 55px;
}
.woocommerce-mini-cart table tr:first-child {
	height: auto;
	border-top: none;
	border-bottom: none;
}
.woocommerce-mini-cart table th {
	font-size: 12px;
	font-weight: 400;
}
.woocommerce-mini-cart table td {
	font-size: 14px;
	vertical-align: middle;
}
.woocommerce-mini-cart table td a {
	color: #000000;
}
.woocommerce-mini-cart table .mini-x {
	vertical-align: middle;
}
.woocommerce-mini-cart table .mini-x a.remove,
.woocommerce-mini-cart table .mini-x a.remove:hover {
	color: #ffffff!important;
	background-color: #000;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	font-size: 24px;
	font-weight: 600;
	margin: auto;
	display: block;
	text-align: center;
	line-height: 1;
}
.woocommerce-mini-cart table .mini-posotita {
	text-align: center;
	width: 100px;
}
.woocommerce-mini-cart table .mini-timi {
	text-align: center;
	width: 100px;
}
.widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
	font-size: 14px;
	text-align: center;
}
.widget_shopping_cart_content .mini-bottom {
	display: flex;
	flex-direction: row-reverse;
	padding: 0;
	margin: 0;
}
.widget_shopping_cart_content .mini-bottom .total {
	width: 160px;
	font-size: 12px;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: stretch;
}
.widget_shopping_cart_content .mini-bottom .total .mini-synolo {
	flex-basis: 50%;
	line-height: 21px;
}
.widget_shopping_cart_content .mini-bottom .total .mini-synolo-e {
	width: 50%;
	font-size: 14px;
	line-height: 21px;
}
.widget_shopping_cart_content .mini-bottom .buttons {
	width: 320px;
	display: flex;
}
.widget_shopping_cart_content .mini-bottom .buttons .mini-kalathi {
	width: 150px;
}
.widget_shopping_cart_content .mini-bottom .buttons .mini-checkout {
	width: 170px;
}
.widget_shopping_cart_content .mini-bottom a {
	color: #fff;
	background-color: #000;
	line-height: 24px;
	width: 100%;
	display: inline-block;
	margin-top: 0 !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	text-transform: none !important;
	text-align: center;
	padding: 16px 0 !important;
}
.desktop-site-header .main-header {
	position: relative;
}
.desktop-site-header .site-logo img {
	max-width: 251px;
	width: 100%;
}
.desktop-site-header .main-nav-wrapper {
	width: 100%;
}
.desktop-site-header .main-nav-wrapper ul.mainnav {
	list-style: none;
	display: flex;
	width: 100%;
	padding: 0;
	margin: 0;
	flex-direction: row;
	justify-content: center;
}
.desktop-site-header .main-nav-wrapper ul.mainnav > li.menu-item {
	margin: 0 32px;
}
.desktop-site-header .main-nav-wrapper ul.mainnav > li.menu-item span {
	font-weight: 600;
	font-size: 14px;
	color: #000;
	padding: 12px 0;
	cursor: pointer;
	position: relative;
}
.desktop-site-header .main-nav-wrapper ul.mainnav > li.menu-item > span:before,
.desktop-site-header .is-horizontal-menu .menu-item span:before {
	content: "";
	position: absolute;
	width: 0;
	visibility: hidden;
	height: 2px;
	background-color: #000000;
	bottom: 0;
	left: 0;
	transition: width 150ms ease-out;
}
.desktop-site-header .main-nav-wrapper ul.mainnav > li.menu-item:hover > span:before,
.desktop-site-header .main-nav-wrapper ul.mainnav > li.is-active.menu-item > span:before,
.desktop-site-header .is-horizontal-menu .menu-item:hover span:before {
	visibility: visible;
	width: 100%;
}
.desktop-site-header ul.mainnav .has-sub .sub-menu {
	visibility: hidden;
}
.desktop-site-header ul.mainnav .has-sub.is-active .sub-menu {
	visibility: visible;
}
.desktop-site-header ul.mainnav .has-sub .is-mega-menu {
	position: absolute;
	background-color: #ffffff;
	width: 100%;
	height: 340px;
	top: 96px;
	left: 0;
	z-index: 15;
}
.desktop-site-header ul.mainnav .has-sub.is-active .is-mega-menu {
	visibility: visible;
}
.desktop-site-header ul.mainnav .is-mega-menu .mega-menu-wrapper.container {
	height: 100%;
	align-items: stretch;
	padding-top: 42px;
	padding-bottom: 48px;
}
.desktop-site-header ul.mainnav .menu-item[data-slug="podilata"] .is-mega-menu .mega-menu-wrapper.container {
	padding-top: 28px;
	padding-bottom: 28px;
}
.desktop-site-header .is-mega-menu .mega-menu-left {
	flex: 1 0 350px;
	border-right: 2px solid #000000;
}
.desktop-site-header .is-mega-menu .mega-menu-left .menu-item {
	text-align: right;
	padding-right: 48px;
	padding-bottom: 12px;
}
.desktop-site-header ul.mainnav .menu-item[data-slug="podilata"] .is-mega-menu .mega-menu-left .menu-item {
	padding-bottom: 8px;
}
.desktop-site-header .is-mega-menu .mega-menu-left .menu-item span {
	font-weight: 700;
}
.desktop-site-header .is-mega-menu .mega-menu-right {
	position: relative;
	flex: 1 1 100%;
	margin-left: 60px;
}
.desktop-site-header .is-mega-menu .mega-menu-right::-webkit-scrollbar-track {
	border: none;
	padding: 2px 0;
	background-color: rgba(64, 64, 64, 0.40);
}
.desktop-site-header .is-mega-menu .mega-menu-right::-webkit-scrollbar {
	width: 10px;
}
.desktop-site-header .is-mega-menu .mega-menu-right::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #737272;
	border: none;
}
.desktop-site-header .is-mega-menu .mega-menu-right .mega-menu-cols {
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	overflow: hidden;
}
.desktop-site-header .is-mega-menu .mega-menu-right .mega-menu-cols[data-parent="antallaktika-moto-proionta"] {
	height: 572px;
}
.desktop-site-header .is-mega-menu .mega-menu-right .mega-menu-cols.is-active {
	display: flex;
}
.desktop-site-header .is-mega-menu .mega-menu-right .mega-menu-cols .mega-menu-col-2 {
	flex-basis: 50%;
	display: flex;
	flex-direction: column;
}
.desktop-site-header .is-mega-menu .mega-menu-right .mega-menu-cols .sub-cat-items-wrapper {
	display: flex;
	flex-basis: 50%;
	flex-direction: column;
	flex-wrap: wrap;
	height: 100%;
}
.desktop-site-header .is-mega-menu .mega-menu-right .mega-menu-cols .sub-cat-items-wrapper .menu-item.sub-cat {
	padding: 4px 0;
}
.desktop-site-header .is-mega-menu .mega-menu-right .mega-menu-cols .mega-menu-col-1 {
	flex-basis: 100%;
	display: flex;
	flex-direction: column;
}
.desktop-site-header .is-mega-menu .mega-menu-right .mega-menu-cols .menu-item a {
	color: #000000;
}
.desktop-site-header .is-mega-menu .mega-menu-right .mega-menu-cols .menu-item.sub-cat-header a span {
	font-weight: 700;
	font-size: 14px;
}
.desktop-site-header .is-mega-menu .mega-menu-right .mega-menu-cols .menu-item.sub-cat a span {
	font-weight: 400;
	font-size: 12px;
}
.desktop-site-header .is-mega-menu .mega-menu-right .mega-menu-cols .mega-menu-col-4 {
	flex-basis: 25%;
	display: flex;
	flex-direction: column;
}
.desktop-site-header div[data-slug="brands"] .is-mega-menu .mega-menu-wrapper {
	max-width: 940px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.desktop-site-header .menu-item[data-slug="brands"] .is-mega-menu .mega-menu-wrapper.container {
	max-width: 1080px;
	align-items: center;
	justify-content: left;
	flex-wrap: wrap;
}
.desktop-site-header .menu-item[data-slug="brands"] .is-mega-menu .mega-menu-wrapper .brand-item {
	width: 14.285%;
	padding: 0 8px;
	text-align: center;
}
.desktop-site-header .menu-item[data-slug="brands"] .is-mega-menu .mega-menu-wrapper .brand-item.zefal a,
.desktop-site-header .menu-item[data-slug="brands"] .is-mega-menu .mega-menu-wrapper .brand-item.vittoria a {
	display: block;
	line-height: 0;
}
.desktop-site-header .is-horizontal-menu {
	position: absolute;
	background-color: #ffffff;
	width: 100%;
	height: 80px;
	top: 96px;
	left: 0;
	z-index: 15;
}
.desktop-site-header .is-horizontal-menu .container {
	justify-content: center;
	padding: 34px;
}
.desktop-site-header .is-horizontal-menu .menu-item {
	padding: 0 32px;
	line-height: 1em;
}
.desktop-site-header .is-horizontal-menu .menu-item:first-child {
	border-right: 1px solid #000000;
}

/** Site Header Mobile */
.mobile-site-header {
	display: none;
}
.mobile-header-right .login-mobile {
	width: 22px;
}
.mobile-header-right .login-mobile a {
	display: block;
	line-height: 12px;
}
.mobile-menu-wrapper {
	display: none;
	position: fixed;
	background-color: #fff;
	top: 0;
	z-index: 999999;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
.admin-bar .mobile-menu-wrapper {
	top: 46px;
}
.mobile-menu-wrapper.is-active {
	display: block;
	background-color: #EEEEEE;
}
.mobile-menu-wrapper .mobile-menu-top .search-icon {
	display: none;
}
.mobile-menu-wrapper .mobile-menu-close {
	margin-left: auto;
	font-size: 24px;
	font-weight: bold;
	line-height: 1em;
}
.mobile-menu-categories .menu-cat-item.is-active {
	border-bottom: 1px solid transparent;
}
.mobile-menu-categories .menu-cat-item span {
	color: #000000;
	display: block;
}
.mobile-menu-categories .level-3 .menu-cat-item {
	font-weight: 400;
}
.mobile-menu-categories .menu-cat-item.is-active.has-children span:after {
	content: "-";
}
.mobile-menu-subcategories {
	display: none;
}
.mobile-menu-subcategories.level-4 {
	border-left: 1px solid #c3c3c3;
	margin-left: 14px;
}
.mobile-menu-subcategories.is-active {
	display: block;
}
.mobile-menu-categories .mobile-menu-subcategories .menu-cat-item {
	border: none;
}
.moto-site .mobile-menu-categories .menu-cat-item[data-id="brands"] {
	display: none;
}
.mobile-menu-user-links .mobile-account-sub-item span {
	color: #000000;
}
.mobile-account-sub-item.item-show-prices {
	justify-content: unset;
}
.mobile-account-sub-item.item-show-prices .show-prices-options-wrapper {
	margin-left: auto;
}
.mobile-site-header .mobile-search-icon span {
	display: block;
	line-height: 12px;
}
.mobile-site-header .mobile-search-icon img {
	width: 24px;
	height: 24px;
}

/** GDPR POPUP */

.gdpr-terms-popup {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	z-index: 999999;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.4);
}
.gdpr-terms-popup .gdpr-popup-main {
	background-color: #fff;
	border-radius: 5px;
	max-width: 450px;
	margin: auto;
	top: 20%;
	position: relative;
	box-shadow: 0 1px 7px 1px rgba(0, 0, 0, 0.4);
	padding: 24px;
	font-size: 14px;
}
.gdpr-terms-popup .gdpr-popup-main div.gdpr-button-accept {
	text-align: center;
	margin-top: 32px;
}

.gdpr-terms-popup .gdpr-popup-main div.gdpr-button-accept > button {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	padding: 6px 12px;
}

/** Left Woo Sidebar */

.msr-loop-wrapper .leftwoosidebar {
	display: block;
	height: 100%;
	max-width: 257px;
	width: 100%;
	padding-right: 40px;
}
.msr-loop-wrapper .leftwoosidebar h2 {
	display: none;
}
.msr-loop-wrapper .leftwoosidebar .cat-item-12062 {
	display: none;
}
.logged-in .msr-loop-wrapper .leftwoosidebar .cat-item-12062 {
	display: block;
}
.leftwoosidebar ul {
	padding: 0;
	list-style: none;
}
.leftwoosidebar ul.product-categories li {
	font-family: 'Open Sans', sans-serif;
	position: relative;
	padding: 9px 0;
}
.leftwoosidebar ul.product-categories li.current-cat > a {
	color: #70b6f8;
}
.leftwoosidebar ul.product-categories li.cat-parent:before {
	content: "+";
	position: absolute;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	width: 22px;
	top: 8px;
	right: 0;
	cursor: pointer;
	/* Sit above the link (z-index:9) so this +/- zone is clickable on its own. */
	z-index: 10;
}
.leftwoosidebar ul.product-categories li.cat-parent.msr-open:before {
	content: "-";
	top: 3px;
	right: 2px;
	font-size: 20px;
}
.leftwoosidebar ul.product-categories li span.count {
	display: none !important;
}
.role-administrator .leftwoosidebar ul.product-categories li span.count {
	font-size: 8px;
	display: none !important;
}
.leftwoosidebar ul.product-categories > li {
	font-weight: 700;
	font-size: 14px;
	border-bottom: 1px solid #000000;
}
.leftwoosidebar ul.product-categories > li.cat-item-12066 > li {
	font-weight: 400 !important;
}
.leftwoosidebar ul.product-categories > li a {
	color: #000000;
	display: block;
	z-index: 9;
	position: relative;
}
.leftwoosidebar ul.product-categories ul.children {
	display: none;
}
.leftwoosidebar ul.product-categories li.msr-open > ul.children {
	display: block;
}
.leftwoosidebar ul.product-categories ul.children > li {
	font-weight: 700;
	font-size: 13px;
	padding: 6px 0;
}
.leftwoosidebar ul.product-categories ul.children > li:before {
	top: 6px;
}
.leftwoosidebar ul.product-categories ul.children > li:first-child {
	font-weight: 700;
	font-size: 13px;
	padding: 9px 0 6px 0;
}
.leftwoosidebar ul.product-categories ul.children ul.children li {
	font-weight: 400;
	font-size: 13px;
	padding: 6px 0;
}
.leftwoosidebar ul.product-categories ul.children ul.children li:first-child {
	padding: 9px 0 6px;
}
.leftwoosidebar ul.product-categories ul.children ul.children li:before {
	top: 3px;
}
.leftwoosidebar ul.product-categories ul.children ul.children ul.children {
	border-left: 1px solid #dedede;
	padding-left: 14px;
	margin-top: 8px;
}

/** Product Loop */
.woocommerce .products li h2 {
	width: 100%;
	text-transform: uppercase;
	font-size: 14px !important;
	position: initial;
	font-family: 'Open Sans', sans-serif;
	padding: 8px 0 4px !important;
	font-weight: 600 !important;
	text-align: left !important;
	color: #000;
	min-height: 48px;
	order: 3;
}
.woocommerce ul.products li.product a {
	display: flex;
	flex-direction: column;
}
.woocommerce .msr-wrapper-price-addtocart {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
}
.woocommerce .msr-loop-last-wrapper {
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.woocommerce .msr-wrapper-price-addtocart .msr-stock-loop-product {
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: right;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	margin: 0 3.5% 2% 0;
	width: 31%;
	text-align: center;
	border: none;
	border-radius: 0;
}
.woocommerce .msr-loop-wrapper ul.products li.product:nth-child(3n) {
	margin-right: 0;
}
.woocommerce .msr-loop-wrapper ul.products li.first,
.woocommerce-page .msr-loop-wrapper ul.products li.first {
	clear: initial;
}
.woocommerce ul.products li.product .button {
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	background-color: #000;
	font-weight: bold;
	max-width: 136px;
	display: inline-block;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.woocommerce ul.products li.product .button:hover {
	color: #fff;
}
.woocommerce ul.products li.product .button.ajax_add_to_cart.added {
	background-image: none;
}
.woocommerce ul.products li.product a img {
	margin-bottom: 0;
}
.woocommerce .msr-loop-wrapper ul.products li:nth-child(3n+1).product {
	clear: both;
}
.woocommerce ul.products li.product .price {
	display: flex;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	margin-bottom: 0;
	text-align: right;
	text-decoration: none;
}
.woocommerce ul.products li.product .msr-loop-price.msr-retail-price .price {
	line-height: 24px;
	font-size: 16px;
}
.woocommerce ul.products li.product .price ins {
	text-decoration: none;
}
.woocommerce ul.products li.product .price del {
	font-size: 14px;
	margin-right: 4px;
}
.woocommerce ul.products li.product .price span.woocommerce-Price-amount.amount {
	 margin-left: auto;
 }
.woocommerce ul.products li.product .msr-loop-details-wrap {
	background-color: transparent;
	border-top: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.msr-loop-details-wrap .msr-loop-sku {
	float: left;
}
.msr-loop-details-wrap .msr-loop-sku .sku {
	color: #000;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 0;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
	top: 0;
}

.products .product .msr-select-variation {
	width: 100%;
	padding: 6px 0;
	max-width: inherit;
}
.products .product .msr-select-variation select {
	padding: 6px 12px;
	font-size: 14px;
	border: 1px solid #000;
	color: #000;
	border-radius: 0;
}
.products .product .msr-loop-addcart .input-text {
	display: inline-block;
	max-width: 34px;
	padding: 0 4px;
	font-size: 12px;
	line-height: 20px;
	height: 30px;
	text-align: center;
	border-radius: 0;
	border: 1px solid #000;
}
.products .product .msr-loop-addcart input::-webkit-outer-spin-button,
.products .product .msr-loop-addcart input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.products .product .msr-loop-addcart input[type=number] {
	-moz-appearance: textfield;
}

/** Product archive */
.woocommerce-products-header h1 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	padding: 0;
	margin-top: 0;
	text-align: center;
	margin-bottom: 0;
}
.woocommerce-products-header .container {
	justify-content: center;
	flex-direction: column;
	padding: 12px 0;
}


/** Single Product */
.single-product.woocommerce .msr-single-product-dealers-button {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.single-product.woocommerce .msr-single-product-dealers-button a {
	display: inline-block;
	padding: 12px 22px;
	color: #fff;
	font-weight: bold;
	background-color: #000;
}
.single-product.woocommerce .msr-single-product-dealers-button span {
	background-image: url(/wp-content/themes/cyclo-v3/images/dealer-button-marker.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 28px;
}
.single-product.woocommerce button.button.alt.disabled,
.single-product.woocommerce button.button.alt.disabled:hover {
	background-color: #000000;
}
.single-product .msr-prod-img-dl {
	display: inline-block;
	font-size: 14px;
	background-color: #f2f2f2;
	background-image: url('/wp-content/themes/cyclo-v3/images/download-icon.svg');
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 26px center;
	max-width: 220px;
	padding: 10px 26px;
	margin-top: 26px;
	cursor: pointer;
	text-align: center;
}
.single-product .msr-prod-img-dl span {
	color: #000000;
	margin-left: 30px;
}
.woocommerce #main {
	max-width: 1440px;
	width: 100%;
	margin: 20px auto 0;
}
.woocommerce .woocommerce-breadcrumb {
	padding: 8px 16px;
	margin-bottom: 0;
	border-bottom: 0;
	font-size: 12px;
	color: #010101;
}
.woocommerce.single-product .woocommerce-breadcrumb .delimiter {
	color: #010101;
}
.woocommerce.single-product .woocommerce-breadcrumb .delimiter:last-child,
.woocommerce.single-product .woocommerce-breadcrumb {
	color: #ffffff;
}
.woocommerce .woocommerce-breadcrumb a {
	color: #010101;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
.woocommerce div.product div.summary {
	width: 50%;
	margin-bottom: 2em;
	display: flex;
	flex-direction: column;
}
.single-product .product_meta {
	font-size: 14px;
	border-top: 1px solid #ddd;
	padding-top: 16px;
}
.woocommerce.single-product .product {
	max-width: 1280px;
	width: 100%;
	margin: 34px auto 160px;
	overflow: hidden;
}
.single-product .product_meta .posted_in a {
	color: #5b7391;
}
.single-product .woocommerce-Tabs-panel h2 {
	font-size: 22px;
	margin-bottom: 24px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}
.single-product table.shop_attributes {
	border: none;
	max-width: 650px;
	margin: auto;
}
.single-product table.shop_attributes th {
	border: none;
	width: 180px;
	text-align: center;
	background-color: #5b7391 !important;
	color: #fff;
	border-bottom: 1px solid #FFF;
	line-height: 28px;
}
.single-product table.shop_attributes td {
	font-style: normal;
	width: 280px;
	border-right: none;
	text-align: center;
	padding: 8px;
	background-color: #eee !important;
	border-bottom: 1px solid #fff;
	line-height: 28px;
}
.single-product table.shop_attributes td p {
	padding: 0;
}
.single-product table.shop_attributes td a {
	color: #000;
}
.single-product .msr-select-variation {
	max-width: 290px;
	width: 100%;
}
.single-product .msr-select-variation select {
	border: 1px solid #000;
	border-radius: 0;
	cursor: pointer;
}
.single-product .single_variation_wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.single-product table.shop_attributes {
	border: none;
	max-width: inherit;
	margin: 0;
	order: 7;
}
.single-product .msr-prod-info .msr-prod-tabs {
	display: flex;
	position: relative;
}
.single-product .msr-prod-info .msr-prod-tabs:after {
	content: "";
	width: 100%;
	border-bottom: 3px solid #999999;
	position: absolute;
	top: 36px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.single-product .msr-prod-info .msr-prod-tab h4 {
	font-size: 16px;
	color: #999999;
	font-weight: 600;
	display: inline-block;
	padding-bottom: 12px;
	cursor: pointer;
	position: relative;
}
.single-product .msr-prod-info .msr-prod-tab h4:after {
	content: "";
	width: 0;
	border-bottom: 3px solid #000;
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.3s linear;
	z-index: 2;
}
.single-product .msr-prod-info .msr-prod-tab.active h4,
.single-product .msr-prod-info .msr-prod-tab h4:hover {
	color: #000;
}
.single-product .msr-prod-info .msr-prod-tab.active h4:after {
	width: 100%;
}
.single-product .msr-prod-info .msr-prod-tabs .msr-prod-tab[data-info="tab-1"] {
	padding-right: 40px;
}
.single-product .msr-prod-info .msr-prod-tabs .msr-prod-tab[data-info="tab-2"] {
	padding-left: 40px;
}
.single-product .msr-prod-info.total-tabs-1 .msr-prod-tabs .msr-prod-tab[data-info="tab-2"] {
	padding-left: 0;
}
.single-product .msr-prod-info .msr-prod-tabs-info .msr-prod-tab-info-content {
	display: none;
	font-size: 14px;
	padding-top: 4px;
}
.single-product .msr-prod-info .msr-prod-tabs-info .msr-prod-tab-info-content.active {
	display: block;
}
.single-product .msr-prod-tabs-info {
	margin-top: 8px;
}
.single-product .msr_prodcut_atts_title h4 {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	border-bottom: 2px solid #000;
	display: inline-block;
	padding-bottom: 8px;
}
.single-product table.shop_attributes th {
	border: none;
	width: 90px;
	text-align: left;
	background-color: transparent !important;
	color: #000;
	border-bottom: 0;
	line-height: 22px;
	font-size: 14px;
	font-weight: normal;
	padding: 4px 0;
}
.single-product table.shop_attributes td {
	font-style: normal;
	width: 180px;
	text-align: left;
	background-color: transparent !important;
	border-bottom: 0;
	line-height: 22px;
	border: none;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	padding: 4px 0;
}
.single-product .msr-compat-table,
.single-product .msr-compat-table thead,
.single-product .msr-compat-table tbody,
.single-product .msr-compat-table tr,
.single-product .msr-compat-table th,
.single-product .msr-compat-table td {
	border: none !important;
	box-shadow: none !important;
}
.single-product .msr-compat-table {
	border-collapse: collapse;
	width: 100%;
	max-width: 650px;
	margin: 0;
}
.single-product .msr-compat-table th {
	text-align: left;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	background-color: transparent;
	padding: 6px 24px 12px 0;
	white-space: nowrap;
}
.single-product .msr-compat-table td {
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	background-color: transparent;
	padding: 4px 24px 4px 0;
	line-height: 22px;
}
.single-product .msr-compat-table td:first-child {
	color: #5b7391;
}
.single-product .msr-prod-short-desc {
	font-size: 14px;
	margin-bottom: 24px;
}
.single-product .msr-prod-info {
	display: block;
}
.single-product .msr_atts_wrapper {
	display: none;
}
.single-product p.price {
	font-size: 34px !important;
	font-weight: bold;
	color: #000 !important;
	display: flex;
	margin-bottom: 0;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: center;
}
.single-product .price.msr-this-is-default-price {
	margin-bottom: 16px;
}
.single-product .single-product-retail-price-loggedin {
	color: #000000;
	font-size: 14px;
	margin-bottom: 6px;
}
.single-product .single-product-retail-price-loggedin span {
	font-size: 15px;
	font-weight: bold;
}
.single-product .product_meta {
	border-top: none;
	padding-top: 0;
}
.single-product .product_meta .sku_wrapper {
	margin-bottom: 24px;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	width: 100%;
	float: left;
}
.single-product .product_meta .sku_wrapper .sku {
	font-size: 16px;
	color: #000;
	font-weight: 600;
}
.single-product .product .stock::before {
	display: none;
}
.single-product .product .stock p {
	color: #000;
	margin-left: 0;
	margin-bottom: 35px;
	font-size: 16px;
	font-weight: bold;
}
.woocommerce div.product form.cart {
	display: flex;
	flex-direction: column;
	position: relative;
}
.single-product .posted_in {
	display: none;
}
.woocommerce div.product form.cart .variations {
	margin-bottom: 28px;
}
.single-product.woocommerce button.button.alt {
	display: block !important;
	margin-left: 0 !important;
	margin-top: 28px !important;
	height: 50px !important;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #000;
	border: none;
	max-width: 290px;
	width: 100%;
	color: #fff;
	background-image: url('/wp-content/themes/cyclo-v3/images/cart-icon-white.svg');
	background-repeat: no-repeat;
	background-position: 220px;
	background-size: 22px;
	text-align: left !important;
	padding-left: 65px !important;
}
.woocommerce div.product form.cart div.quantity {
	float: left;
	margin: 0 4px 0 0;
	width: 100%;
	max-width: 290px;
	text-align: right;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.woocommerce div.product form.cart div.quantity [type=button] {
	color: #bfbfbf;
	background-color: transparent;
	border: none !important;
	font-size: 26px;
	padding: 0;
	font-weight: bold;
	margin-top: 0;
	width: unset;
	line-height: 1.5;
}
.woocommerce div.product form.cart .qty-text {
	line-height: 50px;
	float: left;
	color: #000;
	position: absolute;
}
.woocommerce .quantity input[type="number"] {
	font-size: 22px;
	color: #000;
	border: none;
}
.woocommerce div.product .product_title {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	border-bottom: 2px solid #000;
	padding-bottom: 8px;
	padding-left: 0;
	margin-bottom: 8px;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	text-decoration: none;
	margin-right: 16px;
}
.woocommerce div.product p.price .woocommerce-Price-currencySymbol {
	margin-left: 8px;
}
.woocommerce span.onsale {
	background-color: #000;
}

/** Single related */
.single-product .related ul {
	text-align: center;
}
.single-product.woocommerce .related.products {
	max-width: 100%;
	width: 100%;
	display: inline-block;
	margin-top: 60px;
}
.single-product .related.products h2 {
	max-width: inherit;
	font-size: 18px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 40px;
}
.single-product .related.products .products li h2:after {
	display: none;
}
.single-product .related.products ul.products li.product {
	border: none;
	float: none;
	display: inline-block;
}
.single-product .related.products h2:after {
	content: "";
	display: block;
	border-bottom: 4px solid #000;
	width: 100px;
	margin: auto;
	padding-bottom: 10px;
}
.single-product.woocommerce .related.products li {
	width: 21%;
	margin: 0 3.5% 2% 0;
}
.single-product.woocommerce .related.products li:last-child {
	margin-right: 0;
}
.single-product .wpgs-nav {
	max-width: 341px;
	margin: auto;
}
.single-product .wpgs-nav .slick-slide.slick-current {
	border-color: transparent;
	position: relative;
}
.single-product .wpgs-nav .slick-slide:before {
	content: "";
	background-color: transparent;
	width: 100%;
	height: 100%;
	position: absolute;
}
.single-product .wpgs-nav .slick-slide.slick-current:before {
	background-color: #0000003b;
}
.single-product .wpgs-nav .slick-next {
	width: 20px;
	height: 20px;
	background-image: url("/wp-content/themes/cyclo-v3/images/product-slick-gallery-right.png");
	background-repeat: no-repeat;
	background-position: center;
}
.single-product .wpgs-nav .slick-prev {
	width: 20px;
	height: 20px;
	left: -29px;
	background-image: url("/wp-content/themes/cyclo-v3/images/product-slick-gallery-left.png");
	background-repeat: no-repeat;
	background-position: center;
}
.single-product .wpgs-nav .slick-prev:before,
.single-product .wpgs-nav .slick-next:before {
	display: none;
}
.single-product .wpgs-for .slick-slide {
	margin: 0 4px;
}
.single-product .wpgs-for .slick-arrow {
	display: none !important;
}
.woocommerce .woocommerce-result-count {
	font-size: 14px !important;
	line-height: 22px;
	margin: 0 0 0;
}
.woocommerce .woocommerce-ordering {
	margin: 0;
}
.archive .msr-catalog-ordering-wrapper {
	display: flex;
	flex-direction: row-reverse;
	padding: 8px 16px;
}
.archive .msr-catalog-ordering-wrapper .woocommerce-ordering {
	display: block;
	max-width: 130px;
	padding-left: 8px;
}
.archive .msr-catalog-ordering-wrapper .woocommerce-ordering {
	position: relative;
}
.archive .msr-catalog-ordering-wrapper .woocommerce-ordering:after {
	content: "";
	background-image: url('/wp-content/themes/cyclo-v3/images/select-arrow-down.png');
	background-size: 11px;
	background-repeat: no-repeat;
	position: absolute;
	right: 3px;
	top: 14px;
	width: 11px;
	height: 6px;
	pointer-events: none;
}
.archive .msr-catalog-ordering-wrapper .woocommerce-ordering select {
	width: 100px;
	transition: none;
	font-size: 12px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.woocommerce-pagination {
	margin: 60px 0 90px;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: transparent;
	color: #8ec8fe;
	border-radius: 50%;
	font-weight: 600;
}
.woocommerce nav.woocommerce-pagination ul li {
	border-right: 2px solid #444;
}
.woocommerce nav.woocommerce-pagination ul li:last-child {
	border-right: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	color: #444;
	font-weight: 600;
	padding: 0;
	margin: 0 12px;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
	background: transparent;
	color: #000000;
	border-radius: 100px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus {
	background: transparent;
}

/* Woocommerce Account Page */
.woocommerce-account .woocommerce h2 {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	background-image: url('/wp-content/uploads/2021/07/Login-Icon.png');
	background-repeat: no-repeat;
	padding-left: 50px;
	background-position: 12px 2px;
	border-bottom: 1px solid #000;
	padding-bottom: 8px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border: none;
	padding: 0;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	text-decoration: none;
	font-weight: bold;
	border-radius: 0;
	left: auto;
	color: #fff;
	background-color: #000;
	border: 0;
	font-size: 18px;
	margin-top: 20px;
	line-height: 24px;
	max-width: 197px;
	width: 100%;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	text-transform: uppercase;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	margin-top: 30px;
	color: #000;
}
.woocommerce .woocommerce-LostPassword.lost_password {
	margin-top: 20px;
}
.woocommerce .woocommerce-LostPassword.lost_password a {
	color: #000;
	text-decoration: underline;
	font-size: 16px;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover, .woocommerce button.button:hover,
.woocommerce input.button:hover {
	text-decoration: none;
	font-weight: bold;
	border-radius: 0;
	left: auto;
	color: #fff;
	background-color: #000;
	border: 0;
	font-size: 18px;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	text-transform: uppercase;
}
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus, .woocommerce button.button:focus,
.woocommerce input.button:focus {
	outline: none;
}

.woocommerce-account .site-main {
	max-width: 950px !important;
	padding: 72px 6px;
}
.woocommerce-account .woocommerce-MyAccount-content {
	max-width: 550px;
	width: 100%;
	margin-top: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content p {
	font-size: 16px;
	color: #000;
	line-height: 32px;
}
.woocommerce-account .woocommerce-MyAccount-content a {
	font-size: 16px;
	color: #48a7ff !important;
	line-height: 32px;
	text-decoration: none !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 320px;
}
.woocommerce-account .page-header {
	display: none;
}
.logged-in.woocommerce-account .page-header {
	display: block;
}
.logged-in.woocommerce-account .page-header h1 {
	font-size: 20px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	display: flex;
	border-bottom: 1px solid #000;
	padding-left: 12px;
	margin-bottom: 56px;
}
.woocommerce-account .page-header h1:before {
	content: "";
	display: block;
	background-image: url('/wp-content/themes/cyclo-v3/assets/images/Account-Icon-black.png');
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style-type: none;
	padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	display: flex;
	padding-left: 12px;
	border-bottom: 1px solid #000;
	padding-top: 8px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	color: #000 !important;
	font-size: 16px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:before {
	content: "";
	display: block;
	background-repeat: no-repeat;
	width: 36px;
	height: 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard:before {
	background-image: url('/wp-content/themes/cyclo-v3/assets/images/dashboard-Icon.png');
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders:before {
	background-image: url('/wp-content/themes/cyclo-v3/assets/images/Orders-Icon.png');
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address:before {
	background-image: url('/wp-content/themes/cyclo-v3/assets/images/Pin-Icon.png');
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account:before {
	background-image: url('/wp-content/themes/cyclo-v3/assets/images/Account-Icon-black.png');
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout:before {
	background-image: url('/wp-content/themes/cyclo-v3/assets/images/Logout-Icon.png');
}
.woocommerce-account .site-main .page-header {
	margin-bottom: 42px;
}
.woocommerce-account .site-main .page-content a {
	color: #5b5b5b;
	text-decoration: underline;
}
.woocommerce-account .site-main .woocommerce-MyAccount-navigation ul li {
	margin-bottom: 12px;
}
.woocommerce-account .site-main .woocommerce-MyAccount-navigation ul li a {
	color: #5b5b5b;
	text-decoration: none;
}
.woocommerce-account .site-main .u-column1.col-1.woocommerce-Address {
	display: none;
}
.woocommerce-account .site-main .woocommerce-form-login {
	max-width: 640px;
}
.woocommerce-account .msr-my-account-change-pass fieldset {
	border: none;
	padding: 0;
}
.woocommerce-account .msr-my-account-change-pass fieldset legend {
	font-weight: bold;
}
.woocommerce-account.woocommerce-edit-account button {
	max-width: initial;
}
.woocommerce-account .woocommerce-MyAccount-content hr,
.woocommerce-account .woocommerce-MyAccount-content .add-new-address,
.woocommerce-account .woocommerce-MyAccount-content .address_book {
	display: none;
}
.woocommerce-account .woocommerce-MyAccount-content .msr-shipping-address {
	margin-bottom: 20px;
	font-style: italic;
}
.woocommerce-orders .woocommerce table.shop_table th {
	text-align: center;
}
.woocommerce-orders .woocommerce table.shop_table td {
	font-size: 14px;
	padding: 8px 6px;
	text-align: center;
}
.woocommerce-orders .woocommerce table.shop_table td a {
	font-size: 14px;
}

/** Woo Filter */
.wpfFilterButton.wpfButton, .wpfClearButton.wpfButton {
	display: inline-block;
	font-size: 12px !important;
	min-height: 32px !important;
	padding: 6px !important;
	color: #fff !important;
	position: relative !important;
	background-image: none;
	background-color: #000000;
	border-radius: 0 !important;
}
.wpfFilterButton.wpfButton:focus, .wpfClearButton.wpfButton:focus {
	background-color: transparent;
}
.wpfFilterVerScroll li {
	display: block;
	width: 100%;
	padding: 6px 0;
}
.wpfFilterVerScroll li > label {
	display: flex !important;
	flex-direction: row-reverse;
}
.wpfFilterVerScroll li > label .wpfCheckbox {
	padding-right: 8px;
}
.wpfFilterVerScroll li > label .wpfDisplay {
	width: 100%;
}
.wpfFilterVerScroll li > label .wpfDisplay .wpfValue {
	padding: 0 !important;
}
.wpfFilterVerScroll li > label .wpfDisplay .wpfValue .wpfFilterTaxNameWrapper {
	font-size: 14px;
}
.wpfFilterVerScroll::-webkit-scrollbar-track {
	border: none !important;
	padding: 2px 0;
	background-color: rgba(64, 64, 64, 0.40) !important;
}
.wpfFilterVerScroll::-webkit-scrollbar {
	width: 10px;
}
.wpfFilterVerScroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #737272 !important;
	border: none !important;
}
.wpfFilterWrapper .wfpTitle {
	font-size: 14px !important;
	line-height: 1.5em !important;
}
.wpfFilterTitle {
	padding-right: 12px !important;
}
.wpfFilterTitle .fa.fa-plus,
.wpfFilterTitle .fa.fa-minus {
	font-size: 12px;
	line-height: 16px;
}

/** Right Woo Sidebar */
.filtra-header-sidebar {
	border-bottom: 1px solid #000;
	line-height: 28px;
	font-weight: bold;
	font-size: 14px;
	margin: 0 12px 0 4px;
	position: relative;
}
.filtra-header-sidebar:before {
	content: "X";
	font-size: 22px;
	font-weight: bold;
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 1em;
}
.rightwoosidebar {
	display: block;
	height: 100%;
	max-width: 244px;
	width: 100%;
	padding-left: 32px;
}

/** Header Ajax Search */
.desktop-site-header .msr-ajax-search-wrapper {
	background-color: #FFFFFF;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: -200px;
	left: 0;
	z-index: 999;
	transition: top 250ms ease-in-out;
}
.admin-bar .desktop-site-header .msr-ajax-search-wrapper.is-active {
	top: 32px;
}
.desktop-site-header .msr-ajax-search-wrapper.is-active {
	visibility: visible;
	opacity: 1;
	cursor: auto;
	top: 0;
}
.desktop-site-header .top-search-ovrl {
	display: none;
}
.desktop-site-header .is-active.top-search-ovrl {
	display: block;
	position: fixed;
	background-color: rgba(51, 51, 51, 0.5);
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9;
}
.desktop-site-header .msr-ajax-search-wrapper .container {
	max-width: 800px;
	display: block;
	position: relative;
	margin: auto;
}
.desktop-site-header .msr-ajax-search-wrapper .container span.top-search-close {
	position: absolute;
	cursor: pointer;
	font-weight: 700;
	top: 17px;
	right: 0;
}
.desktop-site-header .msr-ajax-search-wrapper .container form .yith-ajaxsearchform-container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	height: 56px;
}
.desktop-site-header .msr-ajax-search-wrapper .container form .yith-ajaxsearchform-container .yith-ajaxsearchform-select {
	order: 2;
}
.desktop-site-header .yith-ajaxsearchform-container select.search_categories {
	padding: 0;
	margin: 0 !important;
	font-size: 14px;
	border: none;
}
.desktop-site-header .msr-ajax-search-wrapper .container form .yith-ajaxsearchform-container .search-navigation {
	display: unset;
	flex: 0 0 480px;
	order: 3
}
.desktop-site-header .yith-ajaxsearchform-container input.yith-s {
	margin: 0;
	font-size: 14px;
	width: 100%;
	padding: 4px 12px;
	border: none;
	border-radius: 0;
}
.desktop-site-header .yith-ajaxsearchform-container input.yith-s::placeholder {
	font-size: 14px;
	text-transform: lowercase;
}
.desktop-site-header .msr-ajax-search-wrapper .container form .yith-ajaxsearchform-container input[type="submit"],
.desktop-site-header .msr-ajax-search-wrapper .container form .yith-ajaxsearchform-container input[type="submit"]:hover {
	padding: 0;
	margin: 0 12px 0 0;
	background-color: #ffffff;
	color: transparent;
	width: 24px;
	overflow: hidden;
	background-image: url('/wp-content/themes/cyclo-v3/images/search-icon-black.svg');
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	order: 1;
}
.mobile-site-header .msr-ajax-search-mobile {
	background-color: #FFFFFF;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: -200px;
	left: 0;
	z-index: 999;
	padding: 12px 6px;
	transition: top 250ms ease-in-out;
}
.admin-bar .mobile-site-header .msr-ajax-search-mobile.is-active {
	top: 46px;
}
.mobile-site-header .msr-ajax-search-mobile.is-active {
	visibility: visible;
	opacity: 1;
	cursor: auto;
	top: 0;
}
.mobile-site-header .msr-ajax-search-mobile .container {
	max-width: 800px;
	display: block;
	position: relative;
	margin: auto;
}
.mobile-site-header .msr-ajax-search-mobile .container form .yith-ajaxsearchform-container {
	display: flex;
	background-color: #fff;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	height: 56px;
}
.mobile-site-header .msr-ajax-search-mobile .yith-ajaxsearchform-container input.yith-s {
	margin: 0;
	font-size: 14px;
	width: 100%;
	padding: 4px 12px;
	border: none;
	border-radius: 0;
}
.mobile-site-header .msr-ajax-search-mobile .yith-ajaxsearchform-container input.yith-s::placeholder {
	font-size: 14px;
	text-transform: lowercase;
}
.mobile-site-header .msr-ajax-search-mobile .container form .yith-ajaxsearchform-container .yith-ajaxsearchform-select {
	order: 2;
}
.mobile-site-header .yith-ajaxsearchform-container select.search_categories {
	padding: 0;
	margin: 0 !important;
	font-size: 14px;
	border: none;
}
.mobile-site-header .msr-ajax-search-mobile .container form .yith-ajaxsearchform-container .search-navigation {
	display: unset;
	flex: 0 0 480px;
	order: 3;
}
.mobile-site-header .msr-ajax-search-mobile .container form .yith-ajaxsearchform-container input[type="submit"],
.mobile-site-header .msr-ajax-search-mobile .container form .yith-ajaxsearchform-container input[type="submit"]:hover {
	padding: 0;
	margin: 0 12px 0 0;
	background-color: #ffffff;
	color: transparent;
	flex: 0 0 24px;
	overflow: hidden;
	background-image: url('/wp-content/themes/cyclo-v3/images/search-icon-black.svg');
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	order: 1;
}
.mobile-site-header .msr-ajax-search-mobile .container span.mobile-search-close {
	position: absolute;
	cursor: pointer;
	font-weight: 700;
	top: 17px;
	right: 0;
}

/** Home Page */
.home #main.container {
	max-width: 100%;
	width: 100%;
	display: block;
}
.home #content .container {
	max-width: 1440px;
	width: 100%;
	margin: auto;
	display: block;
}
.home .msr-home-cat-wrapper,
.home .msr-home-new-products,
.home .msr-home-brands {
	margin-bottom: 110px;
}
.home .msr-home-cat {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
.home .msr-home-cat .image-cat {
	display: flex;
}
.home .msr-home-cat .content-cat,
.home .msr-home-cat .content-cat-left {
	max-width: 420px;
	width: 100%;
	margin: auto auto auto 65px;
}
.home .msr-home-cat .content-cat .title h3 {
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
	font-weight: 300;
}
.home .msr-home-cat .content-cat-left .title h3 {
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
	font-weight: 300;
	text-align: right;
}
.home .msr-home-cat .content-cat .title span,
.home .msr-home-cat .content-cat-left .title span {
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}
.home .msr-home-cat .content-cat .text p {
	font-size: 16px;
	color: #000;
	font-weight: 300;
	margin-bottom: 24px;
}
.home .msr-home-cat .content-cat-left .text p {
	font-size: 16px;
	color: #000;
	font-weight: 300;
	margin-bottom: 24px;
	text-align: right;
}
.home .msr-home-cat .content-cat .button {
	max-width: 162px;
	width: 100%;
	background-color: #000;
	text-align: center;
	padding: 6px;
}
.home .msr-home-cat .content-cat-left .button {
	max-width: 162px;
	width: 100%;
	background-color: #000;
	text-align: center;
	padding: 6px;
	float: right;
}
.home .msr-home-cat .content-cat .button a,
.home .msr-home-cat .content-cat-left .button a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
.home .msr-home-new-products .title h3,
.home .msr-home-brands .title h3 {
	font-size: 18px;
	color: #000;
	font-weight: 900;
	text-align: center;
}
.home .msr-home-new-products .title h3:after,
.home .msr-home-brands .title h3:after {
	content: "";
	display: block;
	border-bottom: 3px solid #000;
	width: 105px;
	margin: auto;
	padding-bottom: 12px;
}
.home .msr-home-new-products .woocommerce {
	margin-top: 40px;
}
.home .msr-home-new-products .woocommerce ul.products {
	width: 100%;
	max-width: 1280px;
	margin: auto;
}
.home .msr-home-new-products .woocommerce ul.products li {
	margin: 0 3.5% 2% 0;
	width: 22%;
	text-align: center;
	border: none;
	border-radius: 0;
}
.home .msr-home-new-products .woocommerce ul.products li.last {
	margin-right: 0 !important;
}
.home .msr-home-brands .msr-loop-brands ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
	list-style: none;
}
.home .msr-home-brands .msr-loop-brands ul li.brand-item {
	margin: 0;
	width: 14.285%;
	display: inline-block;
	text-align: center;
	padding: 10px 18px;
}
.home .msr-home-brands .msr-loop-brands ul li.brand-item img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all .3s;
}
.home .msr-home-brands .msr-loop-brands ul li.brand-item img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	transition: all .3s;
}

/** Home Page Slider */
.home .msr-home-slider,
.msr-home-slider .msr-slide {
	height: 830px;
	overflow: hidden;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}
.msr-home-slider .msr-slide-container,
.msr-home-hero .msr-slide-container {
	position: relative;
	max-width: 900px;
	height: 100%;
	color: #ffffff;
	font-size: 14px;
	margin: auto;
	overflow: hidden;
	text-align: center;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.msr-home-slider .msr-slide-container .msr-slide-text-wrapper,
.msr-home-hero .msr-slide-container .msr-slide-text-wrapper {
	display: inline-block;
	max-width: 440px;
}
.msr-home-slider .msr-slide-container h2,
.msr-home-hero .msr-slide-container h2 {
	font-size: 16px;
	font-weight: bold;
}
.msr-home-slider .msr-slide-container p,
.msr-home-hero .msr-slide-container p {
	font-size: 15px;
	line-height: 1.5em;
	margin-bottom: 8px;
}
.msr-home-slider .msr-slide-container p:last-child,
.msr-home-hero .msr-slide-container p:last-child {
	margin-bottom: 8px;
}
.msr-home-slider .msr-slide-container .msr-slide-link,
.msr-home-hero .msr-slide-container .msr-slide-link {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	color: #ffffff;
}
.msr-home-slider .msr-slide-container img,
.msr-home-hero .msr-slide-container img {
	margin: auto;
}
.msr-home-slider .msr-slide-1 {
	background-image: url('/wp-content/uploads/2023/04/Slider-Fulcrum-New-2560x832-1.jpg');
}
.msr-home-slider .msr-slide-2 {
	background-image: url('/wp-content/uploads/2023/04/Slider-4iiii-New-2560x832-1.jpg');
}
.msr-home-slider .msr-slide-3 {
	background-image: url('/wp-content/uploads/2023/04/Slider-Vittoria-New-2560x832-1.jpg');
}
.msr-home-slider .msr-slide-4 {
	background-image: url('/wp-content/uploads/2023/04/Slider-Zefal-New-2560x832-1.jpg');
}

.msr-home-moto-slider.desktop { display: block; }
.msr-home-moto-hero.mobile    { display: none; }

/** Footer */
footer.elementor {
	margin-top: 120px;
}

/** WC Notice */
.woocommerce-error {
	border-top: 7px solid #000000;
}



/** END */


.header-cart {
	background-image: url('/wp-content/uploads/2020/05/Basket-icon-Menu.png');
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	color: #000000;
	margin-left: 0;
	margin-right: 0;
	width: 28px;
	height: 26px;
	position: relative;
	cursor: pointer;
}
.header-cart a {
	display: block;
	height: 100%;
}
.header-cart .cart.togg {
	padding: 3px 9px 3px;
	display: inline-block;
	position: absolute;
	top: -12px;
	right: -18px;
	color: #000;
	background-color: #d9dada;
	border-radius: 50px;
}
.header-cart .shopping_cart.tog a {
	color: #333;
	font-size: 12px;
}
.cart-text p {
	color: #565655;
	font-size: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	margin-top: 7px;
}
#site-header .container.nav {
	padding: 0;
	position: relative;
	max-width: 100%;
}
#site-header .site-navigation {
	max-width: 100%;
	width: 1400px;
	margin: auto;
}
#site-header #navbar {
	display: block;
	margin: auto;
	max-width: 1440px;
	width: 100%;
}
#site-header #navbar ul {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	list-style: none;
}
#site-header #navbar ul.mega-items li {
	text-align: left;
	margin: 0;
	float: left;
	width: 100%;
}
#site-header #navbar li {
	display: inline-block;
	text-align: center;
	padding: 10px 18px;
	margin: 0 18px;
}
#site-header #navbar li .nav-link {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #5b5b5b;
	border-bottom: 2px solid #5b7391;
	padding-bottom: 4px;
}
#site-header #navbar li .nav-link:hover {
	border-bottom: 2px solid #8ec8fe;
}
#site-header #navbar .nav-item-podilata {
	margin-right: 6px;
}
#site-header #navbar .nav-item-prosfores {
	margin-right: 0;
}
#site-header #navbar .nav-item-podilata .nav-link {
	margin-right: 6px;
	color: #5b5b5b;
}
.msr-mobile-menu-icon {
	display: none;
}
.msr-mega-menu {
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	background-color: #fff;
	top: 38px;
	left: 0;
	width: 100%;
}
.menu-item.clicked > .msr-mega-menu {
	visibility: visible;
	opacity: 1;
}
.msr-mega-menu .mega-row {
	width: 100%;
	overflow: hidden;
	clear: both;
	padding-bottom: 12px;
	max-width: 850px;
	min-height: 190px;
	margin: auto;
}
.menu-item-moto .msr-mega-menu .mega-row a {
	display: block;
	padding: 8px 12px;
	max-width: 100%;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 22px;
	text-align: left;
	color: #5b5b5b;
	font-weight: 700;
	font-size: 14px;
}
.menu-item-moto .msr-mega-menu .mega-row .last {
	margin-top: 5px;
}
.menu-item-moto .msr-mega-menu .mega-row .last a {
	padding: 4px 12px;
}
.menu-item-moto .msr-mega-menu .mega-row .mega-items {
	overflow: hidden;
	display: block !important;
	float: left;
}
.menu-item-moto .msr-mega-menu .mega-row .mega-items a {
	padding: 0 !important;
}
.menu-item-moto .msr-mega-menu .mega-row .mega-items li {
	background-color: transparent !important;
	padding: 0 12px !important;
}
.menu-item-moto .msr-mega-menu .mega-row .mega-items li a {
	color: #5b5b5b;
	font-weight: 500;
	font-size: 14px;
}
.msr-mega-menu .mega-row .mega-column.mega-column-3 {
	float: left;
	width: 33.33%;
}
.msr-mega-menu .mega-row a {
	display: block;
	padding: 8px 12px;
	max-width: 100%;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 22px;
	text-align: left;
	color: #5b5b5b;
	font-weight: 700;
	font-size: 14px;
	transition: all .3s;
}
.msr-mega-menu .mega-row a:hover {
	color: #222;
}
.podilatika-proionta .msr-mega-menu .mega-row .last {
	margin-top: 5px;
}
.podilatika-proionta .msr-mega-menu .mega-row .last a {
	padding: 4px 12px;
}
.podilatika-proionta .msr-mega-menu .mega-row .mega-items {
	overflow: hidden;
	display: block !important;
	float: left;
}
.podilatika-proionta .msr-mega-menu .mega-row .mega-items a {
	padding: 0 12px !important;
}
.podilatika-proionta .msr-mega-menu .mega-row .mega-items li {
	background-color: transparent !important;
	padding: 0 !important;
}
.msr-mega-menu .mega-row .mega-items li a {
	color: #5b5b5b;
	font-weight: 500;
	font-size: 14px;
	transition: all .3s;
}
.msr-mega-menu .mega-row .mega-items li a:hover {
	color: #8ec8fe;
}
.podilatika-proionta .msr-mega-menu .mega-row .mega-column.mega-column-4 {
	float: left;
	width: 25%;
}
.nav-item-podilata .msr-mega-menu .mega-row a:hover {
	color: #222;
}
.nav-item-podilata .msr-mega-menu .mega-row .last {
	margin-top: 5px;
}
.nav-item-podilata .msr-mega-menu .mega-row .last a {
	padding: 4px 12px;
}
.nav-item-podilata .msr-mega-menu .mega-row .mega-items {
	overflow: hidden;
	display: block !important;
	float: left;
}
.nav-item-podilata .msr-mega-menu .mega-row .mega-items a {
	padding: 0 12px !important;
}
.nav-item-podilata .msr-mega-menu .mega-row .mega-column.mega-column-3 {
	float: left;
	display: inline-block;
	width: 160px;
}
.nav-item-podilata .msr-mega-menu .mega-row .mega-items li {
	background-color: transparent !important;
	padding: 0 !important;
}
.nav-item-podilata .msr-mega-menu .mega-row .mega-items li a {
	color: #5b5b5b;
	font-weight: 500;
	font-size: 14px;
}
.nav-item-podilata .msr-mega-menu .mega-row .mega-column.mega-column-4 {
	float: left;
	width: 25%;
}

tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_enallaktikos-kodikos,
tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_chora-proelefsis {
	display: none;
}
.brand-is-zefal tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_enallaktikos-kodikos,
.brand-is-vittoria tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_enallaktikos-kodikos,
.brand-is-limar tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_enallaktikos-kodikos,
.brand-is-stryd tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_enallaktikos-kodikos,
.brand-is-spectra tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_enallaktikos-kodikos,
.brand-is-4iiii tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_enallaktikos-kodikos {
	display: table-row;
}
.single-product .product .woocommerce-tabs ul.tabs {
	display: none;
}
.single-product .woocommerce-tabs {
	margin-bottom: 96px;
	padding-top: 36px;
}

.single-product .product div.images {
	margin-bottom: 0 !important;
}
.single-product.woocommerce div.product form.cart .variations td.label {
	background-color: transparent;
}
.single-product.woocommerce div.product form.cart .variations td {
	background-color: transparent;
}
.single-product.woocommerce div.product form.cart .variations label {
	font-size: 15px;
	line-height: 38px;
}
.single-product.woocommerce div.product form.cart .variations select {
	max-width: 60%;
	min-width: 60%;
}
.archive .woocommerce ul.products {
	width: 60%;
}
.archive .msr-loop-wrapper .msr-products-loop,
.archive .msr-loop-wrapper .products.columns-4 {
	width: 100%;
}
.product .imagewrapper {
	position: relative;
}
.product .imagewrapper .product-img-ovr {
	position: absolute;
	width: 100%;
	height: 100%;
}


.woocommerce-message {
	border-top-color: #000000;
	line-height: 34px;
}
.woocommerce-message::before {
	content: "\e015";
	color: #000000;
}
.woocommerce-page .woocommerce-message .button {
	font-size: 16px !important;
	font-weight: 500;
	background-color: #d9dada;
	color: #1a1a18;
}
.woocommerce .woocommerce-cart-form .product-name a {
	color: #5b7391;
}
.woocommerce .woocommerce-cart-form .actions {
	background-color: transparent;
}
.woocommerce a.remove {
	height: auto;
	width: auto;
	color: #5b7391!important;
}
.woocommerce a.remove:hover {
	color: #5b7391!important;
	background: transparent;
}
.woocommerce-info {
	border-top-color: #000000;
	font-size: 14px;
}
.woocommerce-info::before {
	color: #000000;
}
.woocommerce-page table.cart td.actions .input-text {
	width: 200px;
	font-size: 14px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	font-size: 16px !important;
	font-weight: 500;
	background-color: #d9dada;
	color: #1a1a18;
}
.page-header h1 {
	font-size: 28px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	float: right;
	width: 100%;
}
.woocommerce .cart-collaterals .cart_totals h2 {
	font-size: 26px;
}
.woocommerce .cart-collaterals .cart_totals table th {
	font-weight: normal;
	font-size: 16px;
	background-color: transparent;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	padding: 12px;
}
.woocommerce .cart-collaterals .cart_totals .order-total:hover {
	background: transparent;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	background-color: #5b7391;
	font-size: 18px;
	width: 100%;
	margin-top: 16px;
	font-weight: 500;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	background-color: #5b7391;
}
.woocommerce-cart .wc-proceed-to-checkout {
	float: right;
}
.checkout.woocommerce-checkout h3 {
	font-size: 24px;
}
.checkout.woocommerce-checkout .order-again {
	display: none;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	float: left;
	width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	float: right;
	width: 100%;
	margin: 24px 0;
}
.woocommerce form .form-row label {
	font-size: 14px;
}
.woocommerce-additional-fields h3 {
	margin-bottom: 8px;
}
.woocommerce-checkout #payment ul.payment_methods li {
	font-size: 14px;
}
.woocommerce-privacy-policy-text p {
	font-size: 14px;
}
.woocommerce-checkout-review-order {
	padding-bottom: 48px;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background-color: transparent;
}
.woocommerce-checkout .msr-after-total-notice {
	text-align: center;
	font-size: 12px;
}
.woocommerce-checkout .place-order .button {
	max-width: 100%;
	background-color: #000000 !important;
	color: #ffffff !important;
	font-weight: bold !important;
}
.woocommerce-checkout #shipping_first_name_field,
.woocommerce-checkout #shipping_last_name_field,
.woocommerce-checkout #shipping_country_field {
	display: none;
}
.woocommerce-checkout .msr-wrapper-shipping label {
	display: none !important;
}
.woocommerce-checkout .msr-wrapper-shipping input {
	border: none !important;
	font-size: 14px !important;
	padding: 0 !important;
}
.woocommerce table.shop_table td {
	background-color: transparent;
}
.woocommerce form .form-row.woocommerce-validated input.input-text {
	border: 1px solid #666;
}
.woocommerce nav.woocommerce-pagination ul {
	border: none;
}
.woocommerce.archive .site-main {
	max-width: 1440px !important;
	width: 100%;
}
.msr-loop-wrapper {
	display: inline-flex;
	width: 100%;
}
.leftbrandsidebar h2 {
	display: none;
	position: relative;
	color: #333;
	font-weight: bold;
	font-size: 16px;
	background-color: #f5f5f5;
	width: 100%;
	margin-bottom: 0;
	padding: 16px 40px;
	border-bottom: 2px solid #fff;
}
.leftbrandsidebar ul {
	padding: 0;
	list-style-type: none;
}
.brands-cats-all {
	margin: 0;
	padding: 8px 0;
	font-size: 13px;
}
.brands-cats-all a {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}
.msr-loop-wrapper .leftbrandsidebar {
	display: block;
	height: 100%;
	max-width: 257px;
	width: 100%;
	padding-right: 40px;
}
.mobile-brandsidebar-close {
	display: none;
}
.msr_brands_btns_wrapper {
	display: none;
	margin-bottom: 16px;
}
.page-id-68947 .msr_brands_btns_wrapper,
.page-id-68945 .msr_brands_btns_wrapper,
.page-id-11436 .msr_brands_btns_wrapper,
.page-id-6853 .msr_brands_btns_wrapper,
.page-id-69855 .msr_brands_btns_wrapper,
.page-id-100111 .msr_brands_btns_wrapper,
.page-id-100113 .msr_brands_btns_wrapper {
	margin-top: 26px;
}
.msr_brands_btns_wrapper .msr_brandscat_button,
.msr_brands_btns_wrapper .msr_filtra_button  {
	width: 48% !important;
	margin: 0 1% !important;
	background-color: #f5f5f5 !important;
	color: #333 !important;
	font-size: 16px;
	background-position: 12px center;
	background-repeat: no-repeat;
	background-size: 24px;
	display: block;
	padding: 6px 8px;
	text-align: center;
}
.msr-loop-wrapper .leftbrandsidebar ul > li {
	padding: 8px 0;
	font-size: 13px;
	color: #000 !important;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}
.msr-loop-wrapper .leftbrandsidebar ul.cats-a > li:after {
	content: "";
	display: block;
	border-bottom: 1px solid #000;
	padding-bottom: 8px;
	width: 100%;
}
.msr-loop-wrapper .leftbrandsidebar .brands-cats-all:after {
	content: "";
	display: block;
	border-bottom: 1px solid #000;
	width: 100%;
	padding-top: 8px;
}
.msr-loop-wrapper .leftbrandsidebar .brands-cats-all:before {
	content: "";
	display: block;
	border-top: 1px solid #000;
	width: 100%;
	padding-top: 8px;
}
.msr-loop-wrapper .leftbrandsidebar ul ul li {
	font-size: 13px;
	color: #000!important;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}
.msr-loop-wrapper .leftbrandsidebar ul ul ul li {
	border: none;
	padding: 4px 0;
}
.msr-loop-wrapper .leftbrandsidebar ul ul ul ul {
	padding: 0;
}
.msr-loop-wrapper .leftbrandsidebar ul ul ul ul li {
	font-size: 13px;
	color: #000 !important;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}
.msr-loop-wrapper .leftbrandsidebar ul ul ul li a {
	border-bottom: none;
	font-size: 13px;
	color: #000!important;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}
.woocommerce ul.products li.product .onsale,
.woocommerce.single-product .onsale {
	top: 6px;
	left: 6px;
	right: auto;
	background-color: #000000;
	width: 52px;
}
.woocommerce-breadcrumb .fa-home:before {
	font-size: 16px;
}
.added_to_cart.wc-forward {
	display: none !important;
}

/*Homepage*/
.page-id-8090 .page-header {
	display: none;
}
.msr-slider {
	padding: 35px 0;
}
.msr-slider .elementor-element-populated {
	padding: 0 !important;
}
.elementor-8090 .elementor-element.elementor-element-4429446 .elementor-repeater-item-30623b4 .swiper-slide-bg {
	background-position: center right !important;
}
.category-title {
	position: relative;
	min-height: 150px;
}
.category-title h1 {
	text-align: center;
	color: #565656;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 0;
}
.category-title h1 a {
	color: #565656;
}
.category-title h2 {
	text-align: center;
	color: #565656;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 6px;
}
.category-title h2 a {
	color: #565656;
}
.category-title p {
	text-align: center;
	color: #565656;
	font-size: 15px;
	font-weight: 300;
	line-height: 17px;
}
.category-title p a {
	color: #565656;
}
.category-image {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	margin: 0 auto 12px;
	border-radius: 12px;
	cursor: pointer;
	width: 271px !important;
}
.category-image img {
	border-radius: 12px;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	max-width: 100%;
}
.category-image img:hover {
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.new-arrivals {
	border-top: 2px solid #d0d0d0;
}
.new-arrivals-title h2 {
	color: #565656 !important;
	font-size: 22px;
	font-family: 'Open Sans', sans-serif !important;
	width: fit-content;
	margin: -40px auto 0;
	background-color: #ffffff;
	padding: 16px 24px;
}
.elementor-8090 .elementor-element.elementor-element-319a36e > .elementor-widget-container {
	margin: 0;
}
.brands-title h2 {
	color: #565656 !important;
	font-size: 22px;
	font-family: 'Open Sans', sans-serif !important;
}
.elementor-8090 .elementor-element.elementor-element-58eeb98.elementor-wc-products ul.products {
	margin: auto;
}
.elementor-8090 .elementor-element.elementor-element-319a36e {
	width: auto;
	margin: -40px auto 0;
	background-color: #F6F6F6;
	padding: 16px 36px;
}
.brands-section {
	border-top: 2px solid #d0d0d0;
}

/*Footer*/
.msr-footer-info a {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}
.msr-footer-info .privacy a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
}
.msr-footer .copyright a {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}
.msr-footer-info p {
	color: #fff;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
.msr-footer .elementor-widget {
	margin-bottom: 0;
}
.msr-footer .footer-title .elementor-heading-title {
	margin-bottom: 16px;
}
.msr-footer .msr-footer-logo:after {
	content: "";
	border-bottom: 2px solid #fff;
	width: 500px;
	padding-top: 40px;
	display: block;
	margin: auto;
}
.mobile-menu-wrapper .msr-footer-social h2 {
	color: #000000;
}
.msr-footer-social {
	display: flex;
	align-content: center;
	align-items: center;
	margin-top: 14px;
}
/*---vefa allages---*/

.home .elementor-slide-description {
	padding: 34px 60px;
	background-color: rgba(4, 7, 7, 0.7);
	font-size: 18px !important;
	font-family: 'Open Sans', sans-serif;
	line-height: 24px !important;
}
.home .elementor-slide-description a {
	color: #FFFFFF;
}
.home .elementor-slide-description a span {
	font-weight: 800;
	font-size: 32px;
}
#site-header #navbar li.nav-item-brands li.brand-item {
	margin: 0;
	width: 14.285%;
}
#site-header #navbar li.nav-item-brands li.brand-item img {
	image-rendering: -moz-crisp-edges; /* Firefox */
	image-rendering: -o-crisp-edges; /* Opera */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
#site-header #navbar li.nav-item-brands ul {
	flex-wrap: wrap;
}
.nav-item-brands .mega-menu-wrapper {
	max-width: 1200px;
	margin: auto;
	padding-top: 48px;
}
.msr-loop-wrapper {
	margin-top: 16px;
}
.woocommerce.single .qty {
	width: 50px;
	padding: 8px 4px !important;
}
.woocommerce div.product form.cart div.quantity [type=button]:focus {
	outline: none;
}
.woocommerce .msr_filtra_wrapper {
	line-height: 40px;
	background-color: #f5f5f5;
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin: 12px auto auto;
	display: none;
}
.msr-scroll-top {
	position: fixed;
	visibility: hidden;
	right: 0;
	bottom: 10%;
	width: 36px;
	height: 36px;
	background-color: #333;
	text-align: center;
	z-index: 99;
	transform: translateX(110%);
	transition: all 0.5s;
}
.msr-scroll-top.scrolled800 {
	visibility: visible;
	transform: translateX(0);
}
.msr-scroll-top a {
	font-size: 22px;
}

/** Newsletter */
#mc_embed_signup {
	max-width: 500px;
	margin: auto;
}
#mc_embed_signup form p {
	clear: both;
	width: 100%;
	margin-bottom: 20px;
	font-size: 18px;
	color: #3f3f3f  !important;
	position: relative;
	padding: 0;
}
#mc_embed_signup form p label {
	display: block;
}
#mc_embed_signup form input.email {
	font-size: 16px;
	background-color: #616161;
	color: #212121 !important;
	border: none;
	border-radius: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	width: 70% !important;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
	text-transform: none;
}
#mc_embed_signup form input.email::placeholder {
	color: #212121 !important;
}
#mc_embed_signup form input.button {
	width: 30%;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	background-color: #575757;
	color: #212121;
	cursor: pointer;
	border-radius: 0;
	font-size: 16px;
	border: none;
	padding: 8px 4px;
	margin-top: 0;
	text-transform: none;
}
#mc_embed_signup form input.button:focus {
	outline: 0;
}
.privacy-policy .elementor-container {
	width: 100%;
	margin: auto;
}
.privacy-policy .page-header {
	display: none;
}

/** Cart & Checkout Pages */
.woocommerce-cart .site-main,
.woocommerce-checkout .site-main {
	padding: 44px 6px;
	max-width: 900px !important;
}
.woocommerce-cart .quantity .minus,
.woocommerce-cart .quantity .plus {
	border: none;
	background: transparent;
	color: #bfbfbf;
	font-size: 26px;
	font-weight: bold;
	outline: none;
	width: unset;
	padding: 8px 16px;
}
.woocommerce-cart .quantity .minus:hover,
.woocommerce-cart .quantity .plus:hover,
.woocommerce-cart .quantity .minus:focus,
.woocommerce-cart .quantity .plus:focus {
	border: none;
	background: transparent;
	color: #bfbfbf;
	font-size: 26px;
	font-weight: bold;
	outline: none;
}
.woocommerce-checkout input#ship-to-different-address-checkbox {
	display: none;
}
.woocommerce-checkout textarea#order_comments {
	height: 240px;
}
.woocommerce-checkout .woocommerce-billing-fields {
	background-color: #dedede;
	padding: 12px;
	border-radius: 5px;
}
.wc_payment_method.payment_method_bacs {
	display: none;
}

/** Woocommerce Lost Password */
.woocommerce-account.woocommerce-lost-password .site-main {
	max-width: 600px !important;
	width: 100%;
	margin: auto;
}
.woocommerce-lost-password .page-header {
	display: none;
}
.woocommerce-lost-password .woocommerce-ResetPassword.lost_reset_password p {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	padding-left: 12px;
	width: 100%;
}
.woocommerce-lost-password .woocommerce form .form-row label {
	font-size: 14px;
	color: #000;
}
.woocommerce.woocommerce-lost-password input.button {
	margin-top: 10px !important;
}
.woocommerce-account.woocommerce-lost-password .woocommerce h2 {
	background-image: none;
	padding-bottom: 8px;
	font-size: 20px;
	font-weight: 600;
	color: #000;
	padding-left: 12px;
}

/*Woocommerce cart New*/
.woocommerce-cart .page-header h1 {
	font-size: 26px;
	text-align: center;
	color: #000;
	background-color: #f9f9f9;
	padding: 23px 0;
}
.woocommerce-cart .site-main {
	max-width: 100% !important;
	width: 100%;
	margin: auto;
}
.woocommerce-cart .page-content {
	margin-top: 70px;
}
.woocommerce-cart .woocommerce {
	max-width: 1440px;
	width: 100%;
	margin: auto;
}
.woocommerce table.shop_table {
	border: none;
}
.woocommerce table.shop_table th {
	border: none;
	border-top: none !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.woocommerce table.shop_table td {
	border: none;
	border-top: none !important;
	font-size: 16px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	padding: 28px 12px;
	border-bottom: 1px solid #000;
}
.woocommerce table.shop_table td.actions,
.woocommerce table.shop_table td.price-note {
	border-bottom: none;
	padding-top: 0;
	padding-right: 0;
}
.woocommerce table.shop_table td.price-note span {
	font-size: 14px;
	color: #000;
}
.woocommerce table.shop_table td.actions .button,
.woocommerce table.shop_table td.actions .button:hover,
.woocommerce table.shop_table td.actions .button:focus {
	font-size: 16px !important;
	font-weight: 400;
	background-color: #000;
	color: #ffffff;
	padding: 10px 15px 10px !important;
	border-radius: 0;
	max-width: 354px;
	width: 100%;
	background-image: url('/wp-content/uploads/2021/07/update-cart.png');
	background-repeat: no-repeat;
	background-position: 280px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	font-size: 18px;
	font-weight: 400;
	background-color: #000;
	color: #ffffff;
	padding: 10px 15px 10px !important;
	border-radius: 0;
	max-width: 354px;
	width: 100%;
	text-transform: uppercase;
}
.woocommerce-cart .wc-proceed-to-checkout {
	max-width: 354px;
	width: 100%;
}
.return-to-shop .button.wc-backward {
	max-width: 300px;
	text-align: center;
}
.woocommerce table.shop_table td.last {
	border-bottom: none;
}
.woocommerce table.shop_table td.product-name {
	vertical-align: bottom;
}
.woocommerce table.shop_table td.product-remove {
	padding-right: 0;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 86px;
	box-shadow: none;
	border: 1px solid #dedede;
	padding: 8px;
}
.woocommerce a.remove,
.woocommerce a.remove:hover {
	color: #ffffff!important;
	background-color: #000;
	border-radius: 100px;
	width: 24px;
	height: 24px;
	font-size: 24px;
	font-weight: 600;
	margin: auto;
}
.woocommerce .woocommerce-cart-form .product-name a {
	color: #000;
	display: inline-block;
	padding-bottom: 12px;
}
.woocommerce .woocommerce-cart-form .product-name span.item-sku {
	font-size: 14px;
	font-weight: 600;
}
#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
	text-align: center;
	padding-left: 0;
}
#add_payment_method table.cart .product-thumbnail a,
.woocommerce-cart table.cart .product-thumbnail a,
.woocommerce-checkout table.cart .product-thumbnail a {
	display: block;
	line-height: 0;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
	display: flex;
	flex-direction: row;
}
.woocommerce .cart-ypologismos {
	max-width: 500px;
	padding-right: 24px;
	width: 100%;
}
.woocommerce .cart-ypologismos .column  {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	color: #000;
	font-size: 14px;
}
.woocommerce .cart-ypologismos .note p {
	color: #000;
	font-size: 14px;
}
.woocommerce .cart-ypologismos .column.col-2 input::-webkit-outer-spin-button,
.woocommerce .cart-ypologismos .column.col-2 input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
.woocommerce .cart-ypologismos .column.col-2 input[type=number] {
	-moz-appearance: textfield;
}
.woocommerce .cart-ypologismos .column.col-2 input {
	max-width: 60px;
	border-radius: 0;
	padding: 4px;
	text-align: right;
	margin: 0 0 0 6px;
}
.woocommerce .cart-ypologismos h2 {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	border-bottom: 1px solid #000;
	padding-bottom: 8px;
}
.woocommerce .cart-collaterals .cart_totals {
	max-width: 360px;
	margin-left: auto;
}
.woocommerce .cart-collaterals .cart_totals tr {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.woocommerce .cart-collaterals .cart_totals .order-total .woocommerce-Price-amount.amount {
	font-weight: 400;
	color: #000;
	font-size: 16px;
}
.woocommerce .cart-collaterals .cart_totals .order-total td {
	border-bottom: none !important;
	padding: 12px 64px 12px 12px;
	background-color: transparent;
}
.woocommerce .cart-collaterals .cart_totals .cart-subtotal td {
	padding: 12px 64px 12px 12px;
}
.woocommerce .cart-collaterals .cart_totals .cart-subtotal th {
	font-size: 16px;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #000;
	border-top: none !important;
	background-color: transparent;
}
.woocommerce .cart-collaterals .cart_totals h2 {
	display: none;
}

/** Woocommerce Checkout New */
.woocommerce-checkout .page-header h1 {
	font-size: 26px;
	text-align: center;
	color: #000;
	background-color: #f9f9f9;
	padding: 23px 0;
}
.woocommerce-checkout .site-main {
	max-width: 100% !important;
	width: 100%;
	margin: auto;
}
.woocommerce-checkout .page-content {
	margin-top: 70px;
}
.woocommerce-checkout .woocommerce {
	max-width: 1440px;
	width: 100%;
	margin: auto;
}
.woocommerce-checkout .woocommerce-billing-fields {
	background-color: transparent;
	padding: 0;
	border-radius: 0;
}
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3 {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	border-bottom: 1px solid #000;
	padding-bottom: 8px;
	width: 100%;
}
.woocommerce-checkout #order_review_heading {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	border-bottom: 1px solid #000;
	padding-bottom: 8px;
	width: 100%;
}
.checkout.woocommerce-checkout {
	display: flex;
}
.woocommerce-checkout .col2-set {
	max-width: 990px;
	margin-right: 60px;
}
.woocommerce-checkout .msr-billing-client {
	display: flex;
}
.woocommerce form .form-row label {
	font-size: 14px;
	color: #000;
	margin-bottom: 8px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	border: 1px solid #000;
	border-radius: 0;
}
.woocommerce-checkout .msr-wrapper-shipping {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.woocommerce-checkout .msr-wrapper-shipping .woocommerce-additional-fields__field-wrapper {
	width: 554px;
}
.woocommerce-checkout .msr-wrapper-shipping .shipping_address {
	width: 50%;
}
.woocommerce-checkout .msr-billing-client p {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin-right: 90px;
}
.woocommerce-checkout .msr-billing-client span {
	font-size: 16px;
	color: #000;
	font-weight: normal;
}
.woocommerce-checkout .msr-order-review {
	max-width: 445px;
}
.woocommerce-checkout .msr-order-review .cart_item td.product-name {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	font-size: 14px;
	border-bottom: none;
	padding: 9px 12px;
}
.woocommerce-checkout .msr-order-review .cart_item td.product-total {
	font-size: 14px;
	border-bottom: none;
	padding: 9px 12px;
}
.woocommerce-checkout .msr-order-review .cart-subtotal {
	display: none;
}
.woocommerce-checkout .msr-order-review .woocommerce-shipping-totals.shipping {
	display: none;
}
.woocommerce-checkout .msr-order-review .cart-subtotal td {
	padding: 16px 12px;
	text-align: right;
	border-top: 1px solid #000 !important;
	border-bottom: 1px solid #000 !important;
}
.woocommerce-checkout .msr-order-review .cart-subtotal th {
	font-size: 14px;
	padding: 16px 12px;
	text-transform: uppercase;
	border-top: 1px solid #000 !important;
	border-bottom: 1px solid #000 !important;
}
.woocommerce-checkout .msr-order-review .order-total td {
	padding: 16px 12px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid #000 !important;
	border-bottom: 1px solid #000 !important;
}
.woocommerce-checkout .msr-order-review .order-total th {
	font-size: 14px;
	padding: 16px 12px;
	text-transform: uppercase;
	border-top: 1px solid #000 !important;
	border-bottom: 1px solid #000 !important;
}
.woocommerce-checkout .msr-order-review .woocommerce-checkout-review-order .product-total {
	text-align: right;
}
.woocommerce-checkout .msr-order-review .cart_item td.product-name .product-quantity {
	margin-right: 8px;
}

/** Brands Page */
.tax-product_brand .woocommerce-products-header {
	height: 416px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.tax-product_brand .woocommerce-products-header.this-is-brand.no-brand-bg {
	height: unset;
	background-color: #f9f9f9;
	padding: 14px 0;
}
.tax-product_brand .woocommerce-products-header img {
	position: absolute;
	top: 120px;
	left: 60px;
}
.tax-product_brand .woocommerce-products-header .term-description {
	display: none;
}
.tax-product_brand .brand-description {
	display: flex;
	flex-direction: row;
	align-content: center;
}
.tax-product_brand .brand-description .term-description {
	max-width: 1260px;
	padding: 52px 12px 52px;
	margin: auto;
	font-size: 15px;
	flex-basis: 100%;
	width: 100%;
}
.tax-product_brand .woocommerce-products-header__title {
	display: none;
}
.tax-product_brand .this-is-brand.no-brand-bg .woocommerce-products-header__title {
	display: block;
}
.tax-product_brand .msr-brand-product-dealers-button {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-basis: 220px;
	flex-grow: 0;
	flex-shrink: 0;
}
.tax-product_brand .msr-brand-product-dealers-button a {
	display: inline-block;
	padding: 12px 22px;
	color: #fff;
	font-weight: bold;
	background-color: #000;
	max-height: 48px;
}
.tax-product_brand .msr-brand-product-dealers-button span {
	background-image: url(/wp-content/themes/cyclo-v3/images/dealer-button-marker.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 28px;
}

/** Page dealers */
.page-template-page-dealers .dealers-content .dealers-title {
	text-align: center;
	background-color: #f9f9f9;
	padding: 20px 0;
	margin-bottom: 48px;
}
.page-template-page-dealers .dealers-content .dealers-title h1 {
	justify-content: center;
	font-weight: bold;
	font-size: 26px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	margin-top: 12px;
	margin-bottom: 12px;
}
.page-template-page-dealers .dealers-content .dealers-title h1:before {
	content: "";
	display: block;
	background-image: url(/wp-content/uploads/2022/06/map-dealers.png);
	background-repeat: no-repeat;
	background-size: 24px;
	width: 24px;
	height: 38px;
	position: absolute;
	left: -44px;
	top: -8px;
}
.page-template-page-dealers .dealers-content .dealers-choice-title {
	max-width: 500px;
	width: 100%;
	margin: auto auto 48px;
	text-align: center;
}
.page-template-page-dealers .dealers-content .dealers-wrapper-choice {
	max-width: 350px;
	width: 100%;
	margin: auto auto 70px;
	text-align: center;
}
.page-template-page-dealers .dealers-content .dealers-wrapper-choice h2 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.page-template-page-dealers .dealers-content .dealers-loop .city-title {
	text-align: center;
	margin-bottom: 30px;
}
.page-template-page-dealers .dealers-content .dealers-loop .city-title p {
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	border-bottom: 1px solid #000;
}
.page-template-page-dealers .dealers-content .dealers-loop {
	max-width: 980px;
	width: 100%;
	margin: auto;
	padding: 0 4px;
}
.page-template-page-dealers .dealers-content .dealers-loop .item-dealer {
	display: flex;
	width: 100%;
	margin-bottom: 16px;
}
.page-template-page-dealers .dealers-content .dealers-loop .item-dealer .item-dealer-title {
	flex-basis: 35%;
	padding: 0 4px;
}
.page-template-page-dealers .dealers-content .dealers-loop .item-dealer .item-dealer-title span {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0;
}
.page-template-page-dealers .dealers-content .dealers-loop .item-dealer .item-dealer-address {
	flex-basis: 50%;
	padding: 0 4px;
}
.page-template-page-dealers .dealers-content .dealers-loop .item-dealer .item-dealer-address span.address {
	margin-right: auto;
	font-size: 15px;
	margin-bottom: 0;
}
.page-template-page-dealers .dealers-content .dealers-loop .item-dealer .item-dealer-phone {
	flex-basis: 15%;
	padding: 0 4px;
	text-align: center;
}
.page-template-page-dealers .dealers-content .dealers-loop .item-dealer .item-dealer-phone span.phone {
	margin-right: auto;
	font-size: 15px;
	margin-bottom: 0;
}

.page-template-page-dealers .dealers-content .dealers-loop .item-dealer .item-dealer-map {
	padding: 0 4px;
	background-color: #000;
}
.page-template-page-dealers .dealers-content .dealers-loop .item-dealer .item-dealer-map span.map {
	padding: 0 20px;
	margin-bottom: 0;
}
.page-template-page-dealers .dealers-content .dealers-loop .item-dealer .item-dealer-map span.map a {
	color: #fff;
	font-size: 13px;
}
.page-template-page-dealers .dealers-content .dealers-wrapper-choice select,
.page-template-page-dealers .dealers-content .dealers-wrapper-choice select option {
	cursor: pointer;
}
.page-template-page-dealers .dealers-content .dealers-wrapper-choice select {
	border: 2px solid #ababab;
	border-radius: 0;
}
.page-template-page-dealers .dealers-content .dealers-choice-title p {
	font-size: 18px;
}
.page-template-page-dealers .dealers-content .wrapper-bg-loop {
	content: "";
	display: block;
	background-image: url(https://cyclo.gr/wp-content/uploads/2022/06/map-bg-dealers.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto;
	min-height: 80vh;
}
.page-template-page-dealers .site-main {
	min-height: 505px;
}

/** Orders List Page */
.page-template-page-orderslist #content {
	width: 100%;
	overflow: hidden;
}
.page-template-page-orderslist .orders-list-wrapper {
	display: table;
	width: 100%;
	overflow-x: auto;
	max-width: 960px;
	margin: auto;
}
.page-template-page-orderslist .orders-list-wrapper .order-item {
	display: table-row;
	width: 100%;
	font-size: 14px;
}
.page-template-page-orderslist .orders-list-wrapper .order-item .order-column {
	display: table-cell;
	padding: 12px 8px;
	text-align: center;
	border-bottom: 1px solid #dedede;
}
.page-template-page-orderslist .orders-list-wrapper .order-item .order-column.order-name {
	text-align: left;
}
.page-template-page-orderslist .orders-list-wrapper .order-item .order-column.order-sync button {
	margin: 0;
	padding: 4px 12px;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
}

/** Inactive Clients Page */
.page-template-page-clientsactivity .customers-loop {
	display: table;
	font-size: 14px;
	width: 100%;
	margin: 32px auto;
}
.page-template-page-clientsactivity .customer-row {
	display: table-row;
}
.page-template-page-clientsactivity .customer-row:nth-child(2n) {
	background-color: #e5e5e5;
}
.page-template-page-clientsactivity .customer-row.customer-row-header {
	font-weight: bold;
}
.page-template-page-clientsactivity .customer-cell {
	display: table-cell;
	padding: 12px 8px;
}
.page-template-page-clientsactivity .customer-cell.customer-afmname a > span {
	font-weight: bold;
}
.page-template-page-clientsactivity .customer-cell a {
	color: #000000;
}
.page-template-page-clientsactivity .customer-cell a:hover {
	color: #5fa6ff;
}
.page-template-page-clientsactivity .customer-cell.customer-gdpr,
.page-template-page-clientsactivity .customer-cell.customer-orders,
.page-template-page-clientsactivity .customer-cell.customer-last-order {
	text-align: center;
}
.page-template-page-clientsactivity .customer-cell.customer-last-order {
	min-width: 160px;
}
.single-product .product > .msr-single-product-brand-logo {
	display: none;
	text-align: center;
}
.single-product  > .msr-single-product-brand-logo {
	display: block;
}
.single-product .entry-summary > .msr-single-product-brand-logo a {
	color: #000000;
	font-weight: 900;
}
.single-product .entry-summary > .msr-single-product-brand-logo a:hover {
	color: #2E629E;
}
.flex-control-thumbs {
	display: none;
}
.page-id-15 .woocommerce-MyAccount-content mark {
	background-color: #fff;
}
.page-id-15 .woocommerce-table__product-table.product-total,
.page-id-15 .woocommerce-table__product-total.product-total {
	text-align: end;
	font-size: 14px;
}
.page-id-15 table.shop_table td {
	padding: 20px 12px;
}
.page-id-15 .woocommerce h2 {
	padding-left: 0;
}
.page-id-15 .order-again a,
.page-id-15 .woocommerce-pagination a.woocommerce-button {
	max-width: 100%;
	width: 100%;
	color: #fff !important;
	text-align: center;
}
.page-id-15 .woocommerce-MyAccount-content p {
	font-size: 16px;
}
.page-id-15 .woocommerce h2 {
	font-size: 14px;
}
.page-id-15 .site-main .page-content a {
	font-size: 14px;
	line-height: 21px;
	color: #000 !important;
}
.page-id-15 table.shop_table tfoot td {
	text-align: end;
	border-bottom: 0;
	font-size: 14px;
}
.page-id-15 .site-main .page-content .order-again a,
.page-id-15 .site-main .page-content .woocommerce-pagination a {
	color: #fff !important;
	font-size: 16px;
}
.page-id-15 table.shop_table .woocommerce-table__product-name a {
	cursor: inherit;
}
.home .msr-home-brands .msr-loop-brands ul,
.desktop-site-header .menu-item[data-slug="brands"] .is-mega-menu .mega-menu-wrapper.container {
	justify-content: center;
}
.advsearch-results-page .prod-category-breadcrumb {
	display: none;
	visibility: hidden;
}
.msr-advsearch-container .msr-advsearch-mobile-btn {
	display: none;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #000000;
	font-size: 16px;
	background-position: 12px center;
	background-repeat: no-repeat;
	background-size: 24px;
	padding: 10px 12px 10px 12px;
	margin-bottom: 12px;
}
body.page-template-page-homemoto .msr-advsearch-container .msr-advsearch-mobile-btn {
	display: none;
}
.rightwoosidebar .wpfFilterWrapper[data-radio="1"] .wpfCheckbox label:before {
	border-radius: 0 !important;
}
.msr-advsearch-container .cyclo-advsearch-btn:hover:not(:disabled),
.msr-advsearch-container .cyclo-advsearch-clear-btn:hover:not(:disabled) {
	background-color: #2E629E;
}
.msr-advsearch-container .cyclo-advsearch-btn:focus:not(:disabled),
.msr-advsearch-container .cyclo-advsearch-clear-btn:focus:not(:disabled) {
	background-color: #333333;
}
.msr-advsearch-container #cyclo-advsearch-btn-1 {
	order: 2;
}
.msr-advsearch-container #cyclo-advsearch-clear-1 {
	order: 1;
}
.page-template-home-page .top-items,
.page-template-home-page .main-nav-wrapper {
	display: none;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
	padding-top: 0;
	padding-bottom: 0;
}
.rightwoosidebar .wpfFilterButtons {
	display: flex;
}
button.wpfFilterButton.wpfButton {
	order: 2
}
button.wpfClearButton.wpfButton {
	order: 1
}