BODY {
	padding: 0px;
	background: #F7F7F7;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}

.col-6.h-100 {
	height: auto !important;
	margin-bottom: 15px;
}

.col-6.h-100 .product-item {
	height: 100%;
	margin: 0px;
}

.product-item .text {

}

.shoprow {
	display: none !important;
}

.top-header {
	text-align: center;
}

.top-header UL {
	display: inline-block;
}

.top-header UL LI A {
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: #878787;
	text-transform: uppercase;
}

.top-header UL.search-profile-cart LI {
	padding: 0px !important;
	margin: 0px !important;
	margin-left: 10px !important;
	border: none !important;
}

.top-header UL.search-profile-cart LI A {
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	color: #F60;
	text-transform: uppercase;
}

.top-header .icon {
	display: inline-block;
	width: 17px;
	height: 22px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}

.top-header .profile-icon {
	background-image: url('../images/profile.svg');
	background-size: 8px 13px;
}

.top-header .cart-icon {
	background-image: url('../images/mdi_cart-outline.svg');
	background-size: 17px 17px;
}

.top-header .language-icon {
	background-image: url('../images/language.svg');
	background-size: 10px 10px;
}

HEADER NAV.top-header {
	padding: 10px 0px;
	margin: 0px;
}

HEADER NAV.top-header UL LI {
	padding: 0px;
	border: none !important;
}

HEADER NAV.top-header UL LI SPAN {
	display: inline-block;
	color: #E0E0E0;
	padding: 0px 15px;
}

HEADER NAV.top-header UL LI A {
	font-size: 14px;
	text-transform: none;
}

HEADER .main-header {
	background: #fff;
}

HEADER NAV.main-header .logo {
	display: block;
	padding-top: 15px;
}

HEADER NAV.main-header UL LI {
	padding: 0px;
	margin: 0px;
	border: none !important;
}

HEADER NAV.main-nav {
	padding: 0px;
	margin: 0px;
}

HEADER NAV.main-nav::after {
	display: none !important;
}

HEADER NAV.main-header .main-nav UL LI A {
	display: block;
	font-size: 17px;
	padding: 30px 15px;
}

HEADER NAV.main-header .main-nav UL LI A:hover, HEADER NAV.main-header .main-nav UL LI A.active {
	color: #fff;
	background: #FF6600;
}

SECTION.cart-steps-section {
    padding: 0px;
    padding-top: 25px;
}

HEADER NAV.main-nav::before {
	display: none;
}

HEADER .search-form {
	display: block;
	width: 100%;
	height: auto;
	padding-top: 15px;
}

HEADER .search-form INPUT {
    width: 100%;
    height: 46px;
    padding-left: 15px;
    padding-right: 20px;
	background: #E6E6E6;
    border: none;
    border-radius: 23px;
	outline: none !important;
}

HEADER .search-form BUTTON {
    position: absolute;
    right: 15px;
    top: 28px;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/ph_magnifying-glass-bold.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    background-color: transparent;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.search-profile-cart {
	text-align: right;
	padding-top: 15px;
}

.search-profile-cart .icon {
	display: inline-block;
	width: 46px;
	height: 46px;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%;
}

.profile-icon {
	background-image: url('../images/profile.svg');
	background-size: 12px auto;
}

.cart-icon {
	background-image: url('../images/mdi_cart-outline.svg?v=2');
	background-size: 20px auto;
	background-color: #FF6600;
}

.language-icon {
	background-image: url('../images/language.svg');
	background-size: 10px 10px;
}

H2 {
	font-weight: bold;
}

.product-item .image {
	height: 280px;
	padding: 0px;
	margin: 15px 0px;
}

ARTICLE {
	padding-top: 50px;
	padding-bottom: 50px;
}

.btn {
	border-radius: 0px;
}

.product-item {
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 0px;
}

.product-item:hover {
	border: 1px solid #F60;
}

.product-item .text {

}

.container3 {
	max-width: 1046px;
}

.slick-slide img {
	border-radius: 0px;
}

.gallery-navs-items .slick-slide img {
	border-radius: 0px;
}

.slick-dots BUTTON {
	width: 10px;
	height: 10px;
}

.cart-link {
	position: relative;
}

.cart-link I {
    position: absolute;
    right: -5px;
    top: -5px;
    display: inline-block;
    width: 15px;
    height: 15px;
    font-size: 10px;
    line-height: 15px;
    color: #111;
    text-align: center;
    background: #ff6600;
    border-radius: 50%;
}

DIV .product-item .old-price {
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: rgba(135, 135, 135, 0.60) !important;
	text-decoration-line: strikethrough;
}

DIV .product-item .price {
	padding-bottom: 18px;
}

DIV .product-item .name {
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: #000;
	padding-bottom: 9px;
}

.cart-overlay {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 10000;
}

.cart-popup {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 35px;
	background: #fff;
}

.cart-popup .btn.btn-default-2 {
	color: #FF6600;
	border: 1px solid #FF6600 !important;
}

.cart-popup .btn.btn-default-2:hover {
	color: #fff !important;
	background: #FF6600 !important;
	border: 1px solid #FF6600 !important;
}

.cart-product {
	padding-bottom: 20px;
}

.close-cart-popup.icon {
	position: absolute;
	right: 20px;
	top: 20px;
	display: block;
	width: 20px;
	height: 20px;
	background-image: url('../images/cart-popup-close.svg');
	background-repeat: no-repeat;
}

FOOTER {
	text-align: left;
	padding-top: 70px;
	padding-bottom: 0px;
	background: #131313;
}

FOOTER .container-fluid {
	padding: 0px 100px;
}

FOOTER .footer-links {
	padding: 0px;
	padding-bottom: 50px;
	margin: 0px;
	list-style-type: none;
}

FOOTER .footer-links LI {
	
}

FOOTER .footer-links LI A {
	font-size: 20px;
	line-height: 1.5;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
}

FOOTER .footer-menu {
	padding: 45px 0px;
	background: #000;
}

FOOTER H2 {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	padding-bottom: 9px;
}

FOOTER P {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #fff;
	text-align: left;
}

FOOTER P STRONG {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #fff;
}

FOOTER P.open-hours {
	color: #FF6600;
}

FOOTER P.open-hours STRONG {
	color: #FFF;
}

FOOTER .icon {
	width: 49px;
	height: 49px;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 9px;
	background-repeat: no-repeat;
	background-position: center center;
}

FOOTER .address-icon {
	background-image: url('../images/mdi_location.svg');
}

FOOTER .phone-icon {
	background-image: url('../images/ph_phone-fill.svg');
}

FOOTER .email-icon {
	background-image: url('../images/heroicons_envelope-solid.svg');
}

FOOTER .hours-icon {
	background-image: url('../images/mdi_clock.svg');
}

FOOTER HR {
	margin-bottom: 41px;
	border-bottom: 1px solid #fff;
}

FOOTER .social {
	text-align: left;
	padding-bottom: 25px;
}

FOOTER .social H2 {
	line-height: 43px;
	padding: 0px;
	margin-bottom: 30px;
}

FOOTER .social A {
	vertical-align: middle;
}

FOOTER .social A SPAN {
	vertical-align: middle;
}

FOOTER .fb-icon {
	width: 43px;
	height: 43px;
	background-image: url('../images/entypo-social_facebook.svg');
	background-repeat: no-repeat;
	background-position: center center;
}

FOOTER .instagram-icon {
	width: 43px;
	height: 43px;
	background-image: url('../images/fa-brands_instagram-square.svg');
	background-repeat: no-repeat;
	background-position: center center;
}

FOOTER NAV UL LI {
	position: relative;
}

FOOTER NAV UL LI + LI::before {
    content: "";
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px; /* Šírka predelovacej čiary */
    height: 20px; /* Výška predelovacej čiary */
    background-color: #fff; /* Farba predelovacej čiary */
}

FOOTER NAV UL LI A {
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	color: #fff;
	text-transform: uppercase;
}

FOOTER .copyright {
	max-width: 100%;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}

@media (max-width: 768px) {
	BODY {
		padding-top: 50px;
	}
	
	HEADER {
		height: 50px;
		padding: 0px;
	}
	
	HEADER .logo {
		display: inline-block;
	}
	
	.btn {
		font-size: 11px;
	}
	
	DIV .product-item .image {
		height: 120px;
	}
	
	.top-header-mobile {
		
	}
	
	.top-header-mobile {
		text-align: center;
	}

	UL {
		display: inline-block;
	}

	UL LI A {
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		color: #878787;
		text-transform: uppercase;
	}

	UL.search-profile-cart LI {
		padding: 0px !important;
		margin: 0px !important;
		margin-left: 10px !important;
		border: none !important;
	}

	UL.search-profile-cart LI A {
		font-size: 12px;
		font-style: normal;
		font-weight: 700;
		line-height: 22px;
		color: #F60;
		text-transform: uppercase;
	}

	.icon {
		display: inline-block;
		width: 17px;
		height: 22px;
		margin: 0 auto;
		background-repeat: no-repeat;
		background-position: center center;
		vertical-align: middle;
	}

	.profile-icon {
		background-image: url('../images/profile.svg');
		background-size: 8px 13px;
	}

	.cart-icon {
		background-image: url('../images/mdi_cart-outline.svg');
		background-size: 17px 17px;
	}

	.language-icon {
		background-image: url('../images/language.svg');
		background-size: 10px 10px;
	}

	.top-header-mobile {
		text-align: right;
	}

	.top-header-mobile UL {
		display: inline-block;
	}

	.top-header-mobile UL LI A {
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		color: #878787;
		text-transform: uppercase;
	}

	.top-header-mobile UL.search-profile-cart LI {
		padding: 0px !important;
		margin: 0px !important;
		margin-left: 10px !important;
		border: none !important;
	}

	.top-header-mobile UL.search-profile-cart LI A {
		font-size: 12px;
		font-style: normal;
		font-weight: 700;
		line-height: 22px;
		color: #F60;
		text-transform: uppercase;
	}

	.top-header-mobile .icon {
		display: inline-block;
		width: 17px;
		height: 22px;
		margin: 0 auto;
		background-repeat: no-repeat;
		background-position: center center;
		vertical-align: middle;
	}

	.top-header-mobile .profile-icon {
		background-image: url('../images/profile.svg');
		background-size: 8px 13px;
	}

	.top-header-mobile .cart-icon {
		background-image: url('../images/mdi_cart-outline.svg');
		background-size: 17px 17px;
	}

	.top-header-mobile .language-icon {
		background-image: url('../images/language.svg');
		background-size: 10px 10px;
	}
	
	.search-form {
		width: 100%;
	}
	
	.search-form INPUT {
		height: 36px;
	}
	
	.search-form BUTTON {
		top: 11px;
	}
	
	.mobile-header {
		position: relative;
		height: 50px;
	}
	
	.mobile-header .logo {
		padding-top: 10px;
	}
	
	HEADER .hamburger .hamburger-box {
		margin-top: 10px;
	}
	
	.mobile-header .cart-link {
		position: absolute;
		right: 50px;
		top: 0px;
		display: block;
		width: 50px;
		height: 50px;
		background: #FF6600;
		border-radius: 0px;
	}
	
	.cart-icon {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		background-image: url('../images/mdi_cart-outline.svg?v=3');
		background-size: 20px auto;
		background-position: center center;
	}
	
	SECTION.buttons-section {
		display: none !important;
	}
	
	SECTION.main-slider {
		position: relative;
		padding-bottom: 15px;
	}
	
	SECTION.menu-section UL {
		width: 100%;
	}
	
	SECTION.buttons-section {
		padding-bottom: 30px;
	}
	
	SECTION.buttons-section A {
		display: block;
		height: 44px;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 33px;
		color: #000;
		padding: 5px 10px;
		margin-bottom: 9px;
		border: 1px solid #878787;
		border-radius: 5px;
	}
	
	SECTION.buttons-section A:hover {
		color: #fff;
		background: rgba(255, 77, 0, 0.70);
		border: 1px solid rgba(255, 77, 0, 0.70);
	}
	
	SECTION.buttons-section A.type-1 {
		color: #fff;
		background: #FF4D00;
		border: 1px solid #FF4D00;
	}
	
	SECTION.buttons-section A.type-2 {
		color: #fff;
		background: #7C7C7C;
		border: 1px solid #7C7C7C;
	}
	
	SECTION.buttons-section A.type-1 SPAN {
		filter: brightness(0) invert(1);
	}
	
	SECTION.buttons-section A.type-2 SPAN {
		filter: brightness(0) invert(1);
	}
	
	SECTION.buttons-section A SPAN {
		display: inline-block;
		width: 32px;
		height: 32px;
		margin-right: 9px;
		background-repeat: no-repeat;
		background-position: center center;
		vertical-align: middle;
	}
	
	SECTION.buttons-section A:hover SPAN {
		filter: brightness(0) invert(1);
	}
	
	SECTION.buttons-section A .icon-1 {
		background-image: url('../images/specialne-ponuky.svg?v=2');
	}
	
	SECTION.buttons-section A .icon-2 {
		background-image: url('../images/motocykle.svg');
	}
	
	SECTION.buttons-section A .icon-3 {
		background-image: url('../images/powerparts.svg');
	}
	
	SECTION.buttons-section A .icon-4 {
		background-image: url('../images/powerwear.svg');
	}
	
	SECTION.buttons-section A .icon-5 {
		background-image: url('../images/nahradne-diely.svg');
	}
	
	H2 {
		text-transform: uppercase;
	}
	
	FOOTER * {
		text-align: center;
	}
	
	FOOTER .container-fluid {
		padding: 0px 20px;
	}
	
	FOOTER .icon {
		margin: 5px auto;
	}
	
	FOOTER P.open-hours {
		padding-bottom: 35px;
	}
	
	FOOTER .social {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	
	FOOTER H2 {
		text-align: center;
	}
	
	FOOTER P {
		text-align: center;
	}
	
	FOOTER NAV UL LI + LI::before {
		display: none;
	}
}