:root {
	--st-primary: #e63619;
	--st-hover: #cd331a;
	--main-color: #e63619 !important;
}

@font-face {
	font-family: 'Oswald';
	src: url('/sp-themes/sp2025/assets/fonts/Oswald-VariableFont_wght.ttf') format('truetype');
	font-weight: 200 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Oxygen';
	src: url('/sp-themes/sp2025/assets/fonts/Oxygen-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Oxygen';
	src: url('/sp-themes/sp2025/assets/fonts/Oxygen-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

.font-oxygen-bold {
	font-family: 'Oxygen', sans-serif;
	font-weight: 700;
}
.font-oxygen {
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
}
.font-oswald {
	font-family: 'Oswald', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
}

p {
	font-family: 'Oxygen', sans-serif;
	font-size: 15px;
	font-weight: 400;
}

header {
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.visually-hidden {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
#mobileNav {
	position: fixed;
	top: 0;
	right: -350px;
	width: 350px;
	height: 100vh;
	background-color: rgb(15, 15, 15);
	color: rgba(255, 255, 255, 0.7);;
	z-index: 99999;
	overflow-y: auto;
	transition: right 0.3s ease;
	box-shadow: 2px 0 5px rgba(0,0,0,0.1);
	padding: 40px;
}
.mobile-close-btn {
	position: absolute;
	top: 15px;
	right: 15px;
	background: none;
	border: none;
	font-size: 24px;
	color: #333;
	z-index: 99999;
	cursor: pointer;
}
#mobileNav.show-mobile {
	right: 0;
}
#mobileNav .main_logo_section {
	padding: 20px 0 40px;
}
#mobileNav .item-icon {
	width: 22px;
    fill: #fff;
}
.mobilenav-navigation {
	list-style: none;
}
.mobilenav-navigation li a, .mobilenav-navigation div a {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
	font-family: Oxygen;
	transition: 0.3s;
	padding: 8px 0;
}
.mobilenav-navigation .sub-menu {
	display: none;
	padding-left: 15px;
}
.mobilenav-navigation .dropdown.open > .sub-menu {
	display: block;
}
.mobilenav-navigation .dropdown > a {
	cursor: pointer;
}
.mobilenav-navigation li.dropdown ul.sub-menu li a, .mobilenav-navigation div.dropdown ul.sub-menu li a {
	color: rgba(255, 255, 255, 0.7);
	padding: 3px 0;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	text-transform: none;
	font-family: Oxygen;
}
#mobileOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 99998;
	background: rgba(0, 0, 0, 0.4);
	display: none;
}
#mobileOverlay.show {
	display: block;
}
.main_second_r_head_section .main_account_section a {
	box-sizing: border-box;
	width: 122px;
	height: 128px;
	border-right: 1px solid rgba(255, 255, 255, 0.25);
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    margin-left: 0;
    justify-content: center;
}
.main_account_section {
	display: flex;
	justify-content: flex-end;
}
.main_account_section li {
	position: relative;
}
.main_second_r_head_section .main_account_section a:hover {
	background-color: var(--st-primary);
}
.main_second_r_head_section .main_account_section a .item-icon {
	fill: #fff;
	width: 30px;
}
.main_second_head_section .main_second_l_head_section {
	width: 18.5%;
}
.main_second_head_section .main_second_c_head_section {
	width: 54%;
}
.main_second_head_section .main_second_r_head_section {
	width: 27.5%;
	display: contents;
}
.main_second_head_section .main_second_c_head_section .nav-list li a, .main_account_section div a {
	font-size: 18px !important;
	color: #fff;
	text-transform: uppercase !important;
	font-weight: 500;
	font-family: 'Oswald', sans-serif !important;
}
.main_second_head_section .main_second_c_head_section .nav-list li a:hover, .main_second_head_section .main_second_c_head_section .nav-list div a:hover i {
	color: var(--st-primary);
}
.main_second_head_section .main_second_c_head_section .nav-list li a i {
	color: #fff;
}
.main_second_head_section .main_second_c_head_section .nav-list li.dropdown .sub-menu, .main_account_section div.dropdown .sub-menu {
	background-color: #fff;
}
.main_account_section div.dropdown ul {
	-webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.15);
        background-color: #535b65;
        padding: 15px 0 !important;
        display: block !important;
        border-radius: 0;
        position: absolute;
        top: 80%;
        margin-top: 26px;
        min-width: 180px;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        opacity: 0;
        pointer-events: none;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
}
.main_account_section div.dropdown ul li {
	display: block;
	text-align:	left;
	width: 100%;
}
.main_account_section div.dropdown ul.sub-menu li a {
	height: auto;
	border: none;
	display: block;
	opacity: .5;
	padding: 0px 15px;
}
.main_account_section div.dropdown ul.sub-menu li a:hover {
	opacity: 1;
}
.main_account_section div.active ul {
	pointer-events: auto;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
.main_account_section div.dropdown {
	list-style: none;
}
.main_second_head_section .main_second_c_head_section .sub-menu li a, .main_account_section .sub-menu a {
	font-size: 14px;
	color: rgb(79, 78, 78);
	font-family: "Roboto Condensed", sans-serif !important;
}
.main_second_head_section .main_second_c_head_section .sub-menu li a:hover, .main_account_section div.dropdown ul.sub-menu li a:hover {
	color: rgb(102, 102, 102);
	background-color: inherit;
}
.main_second_head_section .main_second_l_head_section .main_logo_section {
	display: flex;
	justify-content: center;
	margin-left: 10px;
}
.mobile-menu-button {
	box-sizing: border-box;
	width: 80px;
	height: 88px;
	border-right: 1px solid rgba(255, 255, 255, 0.25);
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    border-top: none;
    border-bottom: none;
    color: #ffffff;
    margin-left: 0;
    justify-content: center;
    background: transparent;
    padding: 0 20px;
}
.mobile-menu-button .bars-icon {
	fill: #fff;
	width: 30px;
}

.main_account_section.mobile_account {
	display: none;
}
.shopping-cart-total > strong {
	font-size: 14px;
}
.shopping-cart-total > strong span {
	float: right;
}
.moto-banner {
	clip-path: polygon(0px 0px, 100% 0px, 100% 89%, 83% 100%, 0px 91%);
	-webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 89%, 83% 100%, 0px 91%);
}
.home-6-banner .home-6-banner-content {
	text-align: left;
	transform: translateY(-50%);
	left: 20%;
	z-index: 3;
	width: 40%;
}
.home-6-banner .home-6-banner-img:before {
	display: block;
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.25);
}
.home-6-banner-content .home-6-banner-top h2 {
	margin-bottom: 40px;
	line-height: 1.4;
}
.home-6-banner-content .home-6-banner-top .desc a {
	background: var(--st-primary);
	color: #fff;
	padding: 15px;
}
.home-6-banner-content .home-6-banner-top .desc a:hover {
	background: var(--st-hover);
}
.banner-company-text {
	font-family: 'Oswald', sans-serif;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.9);
	display: block;
	position: absolute;
	bottom: 3%;
	right: 40%;
	color: transparent;
	text-transform: uppercase;
	transform: translateX(70%);
	font-size: 7vw;
	opacity: 0.5;
	z-index: 3;
}
.banner-desc {
	color: #fff;
	margin-bottom: 40px;
}

.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-white {
	color: #fff;
}
.justify-content-start {
	justify-content: start;
}
.mb-0 {
	margin-bottom: 0;
}

.s-nav {
	padding: 120px 0;
}
.s-nav-head {
	margin-bottom: 25px;
}
.s-nav-head span {
	color: var(--st-primary);
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 17px;
}
.s-nav-card {
	background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    padding: 30px 30px 30px 40px;
    text-align: center;
    border-bottom: 3px solid var(--st-primary);
    box-shadow: 0 5px 32px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
}
.s-nav-card:hover {
	background-color: var(--st-primary);
}
.s-nav-card svg {
	fill: #ccc;
}
.s-nav-card:hover svg {
	fill: #fff;
}
.s-nav-card-head {
	display: block;
	margin-bottom: 40px;
    color: #222222;
    text-transform: uppercase;
}
.s-nav-card-head strong {
	-webkit-transition: 0.5s;
    -o-transition: 0.5s;
    display: block;
    font-size: 26px;
    font-weight: 700;
    transition: 0.5s;
    text-align: left;
}
.s-nav-card-head span {
	-webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
    color: var(--st-primary);
    font-size: 14px;
    font-weight: 300;
    text-align: right;
    transition: 0.5s;
}
.s-nav-card-head span .item-icon {
	fill: var(--st-primary);
	width: 17px;
	transition: fill 0.5s;
}
.s-nav-card:hover .s-nav-card-head strong, .s-nav-card:hover .s-nav-card-head span {
	color: #fff;
}
.s-nav-card:hover .s-nav-card-head span .item-icon {
	fill: #fff;
}

.s-o-nas {
	background: url("/sp-themes/sp2025/assets/img/bg/doporucene-background.webp");
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-clip-path: polygon(100% 0, 100% 84%, 18% 100%, 0 80%, 0 0);
    display: block;
    position: relative;
    padding: 120px 0 180px;
    clip-path: polygon(100% 0, 100% 84%, 18% 100%, 0 80%, 0 0);
}
.s-o-nas:before {
	background: rgba(0, 0, 0, 0.8);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: -1;
}
.o-nas-item {
	margin-bottom: 40px;
}
.o-nas-item .o-nas-item-icon {
	width: 50px;
	height: 50px;
	background-color: #eeeeee;
	border-radius: 50px;
	align-content: center;
	text-align: center;
}
.o-nas-item .o-nas-item-icon .item-icon {
	width: 40px;
	fill: #545b65;
	padding-top: 4px;
	transition: fill 0.1s ease-in-out;
}
.o-nas-item strong {
	font-size: 20px;
	transition: color 0.1s ease-in-out;
}
.o-nas-item:hover strong {
	color: var(--st-primary);
}
.o-nas-item:hover .o-nas-item-icon .item-icon {
	fill: var(--st-primary);
}
.o-nas-item p {
	margin-top: 5px;
}

.slider-categories .item {
	margin-right: 20px;
}

.new_product_overlay {
	padding: 0 0 30px 0;
	border-radius: 0;
	border: 1px solid #cdcdcd;
	overflow: hidden;
}
.new_product_darker {
	background-color: #f8f8f8;
}
.new_product_overlay .heartbox {
	display: none;
}
.new_photo_layout {
	height: 310px;
	margin-bottom: 0;
}
.new_photo_layout img {
	width: 100%;
	height: 100%;
	background-color: #fff;
	object-fit: cover;
	mix-blend-mode: multiply;
}
.new_name_layout {
	height: 100px !important;
	display: block;
	margin-bottom: 8px;
	font-size: 10px;
	padding: 0 30px;
}
.new_name_layout a {
	font-size: 16px;
	font-family: Oswald;
	font-weight: 300;
}
.new_desc_layout {
	display: none;
}
.new_desc_layout p {
	font-size: 14px;
	font-family: Oswald;
	font-style: normal;
	font-weight: 300;
	color: #666666;
}
.new_bottom_generator {
	height: 150px !important;
	display: block;
	padding: 0 30px;
}

.new_price_part {
	width: 100% !important;
}

.product-tabs li span:before {
	background-color: var(--st-primary) !important;
}
.downsale_up {
	position: absolute;
	top: 25px;
	left: 20px;
	width: 50%;
	border-radius: 0;
	font-family: Oswald;
	font-size: 16px;
	font-weight: 400;
	background-color: var(--st-primary);
}
.downsale_num {
	background-color: transparent;
	padding: 0;
}
.downsale_actual {
	font-size: 28px;
	font-weight: 500;
	font-family: Oswald;
	color: var(--st-primary);
}
.new_normal_type {
	font-size: 28px;
	font-weight: 500;
	font-family: Oswald;
	color: var(--st-primary);
	flex-direction: row;
	align-items: baseline;
}
.new_button_part {
	display: none;
}


.s-video {
	display: block;
	position: relative;
}
.video-block {
	display: block;
	position: relative;
	max-width: 80.7vw;
	margin-left: auto;
}
.video-info {
	background-color: #fff;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-box-shadow: 0 5px 60px 11px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    z-index: 1;
    position: absolute;
    top: 43%;
    left: -120px;
    left: -6.25vw;
    max-width: 600px;
    padding: 50px 80px;
    transform: translateY(-50%);
    border-bottom: 3px solid #e63619;
    box-shadow: 0 5px 60px 11px rgba(0, 0, 0, 0.1);
}
.video-info .title {
	font-size: 30px;
	margin-bottom: 30px;
    color: #222222;
    text-transform: uppercase;
    line-height: 1.5;
}
.video-info-text {
	margin-bottom: 50px;
}
.video-info-text a {
	font-size: 14px;
    color: #e63619;
    text-transform: uppercase;
    font-weight: 300;
}
.video-info-text a:hover {
	color: var(--st-hover);
}
.video-info .video-gallery ul {
	list-style: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.video-info .video-gallery ul li {
	display: block;
	margin-right: 20px;
}
.video-info .video-gallery ul li img, .video-box .btn-play img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}
.video-box {
	background: url(/sp-themes/sp2025/assets/img/bg/bg-video.jpg) no-repeat fixed center / cover;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 78% 100%, 0 87%);
    width: 100%;
    height: 730px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 78% 100%, 0 87%);
}
.video-box:before {
	background: rgba(0, 0, 0, 0.8);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}
.video-box a {
	display: block;
	position: relative;
	height: 100%;
}
.video-box .btn-play {
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 186px;
    top: 9.69vw;
    right: 438px;
    right: 22.8vw;
    flex-direction: column;
    align-items: center;
}
.video-box .btn-play span {
	font-size: 14px;
	margin-top: 40px;
	color: #fff;
	text-transform: uppercase;
}

.s-ref {
	padding: 80px 0;
}
.slider-logos .item {
	display: flex !important;
	align-items: center;
	justify-content: center;
	height: 120px;
	padding: 10px;
	box-sizing: border-box;
}
.slider-logos img {
	max-width: 100%;
	max-height: 80px;
	object-fit: contain;
	filter: grayscale(1);
}
.slider-logos img:hover {
	filter: grayscale(0);
}

.search-modal-full {
	display: flex;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1010;
	background: rgba(0, 0, 0, 0.85);
	justify-content: center;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}
.search-modal-full.active {
	opacity: 1;
	pointer-events: auto;
}
.search-modal-dialog {
	min-height: calc(100vh);
	margin: 0;
	width: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
	position: relative;
	box-sizing: border-box;
	opacity: 0;
	transition: all 0.3s ease;
	transition-property: opacity, transform;
}
.search-modal-full.active .search-modal-dialog {
	opacity: 1;
}
.search-modal-close {
	position: absolute;
	cursor: pointer;
	top: 0;
	right: 0;
	font-size: 40px;
	width: 122px;
	height: 128px;
	box-sizing: border-box;
	background-color: var(--st-primary);
	color: #fff;
	transition: .1s ease-in-out;
	transition-property: color, opacity;
	margin: 0;
	border: none;
	overflow: visible;
	text-transform: none;
	display: inline-block;
	justify-content: center;
}
.search-modal-close:hover {
	background-color: var(--st-hover);
}
input#searchcontext {
	width: 50% !important;
	background-color: transparent !important;
	font-size: 30px;
	color: #bfbfbf;
}
#searchview {
	right: 50% !important;
	transform: translateX(50%);
	width: 50%;
	top: 55% !important;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	max-height: 300px !important;
}
.searched_system a {
	font-size: 20px;
	transition: color 0.3s ease;
}
.searched_system a:hover {
	color: var(--st-primary);
}

.flex-direction-col {
	flex-direction: column;
}

.s-header-title {
	display: block;
	position: relative;
	-webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 89%, 83% 100%, 0px 91%);
    clip-path: polygon(0px 0px, 100% 0px, 100% 89%, 83% 100%, 0px 91%);
    padding: 0;
}
.s-header-title-bg {
	background-image: url("/sp-themes/sp2025/assets/img/banner/product-banner.webp");
	padding: 222px 0 100px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.s-header-title-bg:before {
	background: rgba(0, 0, 0, 0.7);
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}
.s-header-title-content {
	display: block;
	position: relative;
}
.s-header-main-title h1 {
	font-family: 'Oswald', sans-serif;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.9);
	display: block;
	color: transparent;
	text-transform: uppercase;
	font-size: 100px;
	opacity: 0.5;
	text-align: left;
}
.s-header-title-breadcrumb {
	-webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    margin-top: 80px;
    color: #999;
}
.s-header-title-breadcrumb a {
	color: #fff;
	transition: color 0.5s ease;
	font-family: Oswald;
	margin-left: 20px;
	margin-right: 20px;
}
.s-header-title-breadcrumb a:hover {
	color: var(--st-primary);
}

.product-information h2 {
	margin-bottom: 60px;
	line-height: 1;
	font-size: 36px;
}
.product-item .top-sale {
	background-color: var(--st-primary);
	color: #fff;
}
.product-item .top-sale:before {
	border-left-color: var(--st-primary);
}
.single-shop-left .single-price, .single-shop-left .single-price .new-price {
	color: var(--st-primary);
	font-family: Oswald;
}
.sp_button {
	background: var(--st-primary);
	border-color: var(--st-primary);
	font-family: Oswald;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}
.sp_button:hover {
	background: var(--st-hover);
	border-color: var(--st-hover);
}
.sp_button.login_main_send_x {
	font-family: Oswald;
}
.sp_button_invert {
	border-color: var(--st-primary);
	border-radius: 0;
	font-family: Oswald;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}
.sp_button_invert:hover {
	background-color: var(--st-primary);
}
.btn {
	border-radius: 0;
	font-family: Oswald;
	border-color: var(--st-primary);
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}
.btn:hover {
	background-color: var(--st-primary);
}
.summary-product {
	font-family: Oxygen;
}
.summary-product strong {
	font-family: Oswald;
}
.slick-arrow {
	background-color: var(--st-primary);
	border-radius: 0;
}
.slick-arrow i {
	color: #fff;
}
.slick-arrow:hover {
	background-color: var(--st-hover);
}
.catalog_panel_overlay {
	border-radius: 0;
	border: 1px solid #eeeeee;
	background-color: transparent;
	padding-top: 0;
}
.catalog_panel {
	background-color: transparent;
	border-top: 1px solid #eeeeee;
}
.catalog_panel .catalog_panel_title_filter, .catalog_panel .catalog_panel_title {
	font-family: Oswald;
	color: #222;
	position: relative;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 18px;
	font-size: 22px;
}
.catalog_panel .catalog_panel_title_filter:before, .catalog_panel .catalog_panel_title:before {
	background: #e63619;
    display: block;
    position: absolute;
    top: 0;
    left: -20px;
    width: 1px;
    height: 100%;
    content: '';
}
.catalog_panel ul li label, .catalog_panel .irs-from, .catalog_panel .irs-to, .catalog_panel .irs-grid-text, .catalog_panel .catalog_list li a {
	font-family: Oxygen !important;
}
.catalog_list {
	background-color: transparent;
	border: none;
}
.catalog_list li a {
	background-color: transparent;
	display: inline;
	padding: 4px;
}
.sub_category {
	margin-left: 12px;
}
.sub_category li:before {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'><path fill='black' d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6z'/></svg>");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
}
.catalog_title_panel {
	-webkit-box-pack: justify;
    -webkit-box-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 32px;
    pointer-events: none;
    background: var(--st-primary);
    padding: 15px 20px;
    border-bottom: 3px solid rgb(34, 34, 34);
    border-left: 1px solid var(--st-primary);
    border-right: 1px solid var(--st-primary);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font: 500 22px Oswald;
    margin: 0px;
    white-space: nowrap;
}
.irs--flat .irs-bar, .irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-handle>i:first-child {
	background-color: rgb(102, 102, 102) !important;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before {
	border-top-color: rgb(102, 102, 102) !important;
}

select.catalog_ordering {
	-webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px;
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    border-radius: 0;
	border: 1px solid #e5e5e5;
}
select.catalog_ordering option {
	background-color: #fff;
}
.irs--flat .irs-handle {
	top: 7px !important;
}
.irs--flat .irs-handle>i:first-child {
	background: url(/sp-themes/sp2025/assets/img/range-slider.svg) 0 0 / cover transparent;
    -webkit-box-shadow: none;
    width: 45px !important;
    height: 45px !important;
    background-color: transparent !important;
}
.irs--flat .irs-handle.to>i:first-child {
	left: -13px;
}
.irs--flat .irs-handle.from>i:first-child {
	left: -14px;
}
.irs--flat .irs-line, .irs--flat .irs-bar {
	height: 4px !important;
}
.product-side-panel {
	display: block;
	position: relative;
	margin-top: 50px;
	border: 1px solid #eeeeee;
}
.catalog_info_panel {
	font-size: 16px;
	font-family: Oxygen;
}
.special_num {
	border: none;
	background-color: transparent;
}
.pagination_active {
	background-color: var(--st-primary);
	border-radius: 0;
}
.pagination_active:hover {
	background-color: var(--st-hover);
}
.new_pagination_button {
	border-radius: 0;
}
.new_pagination_button:hover {
	background-color: var(--st-primary);
}
.row.listing_div .main_product .new_bottom_generator{
	height: 70px !important;
}
.upper-footer {
	-webkit-clip-path: polygon(17% 0px, 100% 28%, 100% 100%, 0px 100%, 0px 32%);
    clip-path: polygon(17% 0px, 100% 28%, 100% 100%, 0px 100%, 0px 32%);
    padding: 150px 0 80px;
    background: url("/sp-themes/sp2025/assets/img/bg/subscribe.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: black 1px solid;
}
.upper-footer:before {
	background: rgba(0, 0, 0, 0.75);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}
.upper-footer h2, .upper-footer span {
	z-index: 9;
	position: relative;
}
.new_normal_type .bez_dph_text{
	margin-right: 5px;
}
.bez_dph_text {
	color: #999;
	font-family: Oxygen;
	font-size: 14px;
	font-weight: 300;
}
.catalog_category_list {
	list-style: none;
}
.catalog_category_list li a:hover {
	color: var(--st-primary);
}
.part_title {
	font-family: Oswald;
	font-size: 22px;
	text-transform: uppercase;
	position: relative;
}
.part_title:before {
	background: #e63619;
    display: block;
    position: absolute;
    top: 0;
    left: -20px;
    width: 1px;
    height: 100%;
    content: '';
}
.shopping-cart-content {
	width: 490px;
	border-radius: 0;
}
.shopping-cart-content .sp_button_invert {
	color: #222 !important;
}
.shopping-cart-content .sp_button_invert:hover {
	color: #fff !important;
}
.shopping-cart-content .sp_button:hover {
	border-left-color: var(--st-hover);
	border-right-color: var(--st-hover);
	background-color: var(--st-hover);
}
.shopping-cart-content .shopping-cart-title a {
	height: auto !important;
	width: auto !important;
	margin-bottom: 10px;
	font-weight: 300;
}
.shopping-cart-content .shopping-cart-title a:hover {
	background-color: transparent;
	color: var(--st-primary) !important;
}
.shopping-cart-content .shopping-cart-img a {
	height: auto !important;
	width: auto !important;
	border: none;
}
.shopping-cart-content .shopping-cart-img a:hover {
	border: none;
}
.gift_system.special_table .cart_item td {
	border-radius: 0 !important;
	font-family: Oswald;
	font-weight: 300;
	text-transform: uppercase;
	color: #222;
	font-size: 13px;
}
.gift_system.special_table .cart_item td small {
	font-family: Oxygen;
	text-transform: none;
	font-weight: 400;
	font-size: 14px;
}
#delivery_country option {
	background-color: #fff !important;
}
.map-section {
	height: 600px;
	margin-top: -60px;
}
.contact-info-line {
	padding: 50px 0;
}
.contact-info-card {
	display: flex;
	align-items: center;
	align-content: center;
	flex-direction: column;
	padding: 40px;
	text-align: center;
}
.contact-info-card:hover svg path {
	fill: rgba(230, 54, 25, 0.8);
}
.card-separator {
	border-right: 1px solid lightgrey;
}
.contact-info-icon {
	width: 120px;
}
.contact-info-icon svg path {
	fill: transparent;
	transition: all 0.5s ease;
}
.contact-info-text {
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 15px;
}
.page-title-style {
	padding: 100px 0;
}
.page-title-style h2 {
	font-size: 32px;
	margin: 25px 0 15px;
}
.page-title-style p {
	font-family: Oxygen;
}
.page-title-style strong {
	font-family: Oswald;
}
.page-title-style em {
	margin-bottom: 5px;
}
.page-title-style ul li, .page-title-style ol li {
	font-size: 15px;
	font-family: Oxygen;
}
.page-title-style ol {
	list-style-type: decimal;
	margin-left: 25px;
}
.main_title {
	font-weight: 400;
}
.sp_icon {
	float: unset;
	top: 3px;
}
.sp_f_text {
	font-family: Oxygen;
}
.clearfix-style {
	clear: both;
}
select option {
	background-color: #fff !important;
}
.table-style {
	width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table th {
	font-family: Oxygen;
}
.label-warning {
	background-color: #f0ad4e;
}
.label-success {
	background-color: #5cb85c;
}
.label-primary {
	background-color: #337ab7;
}
.label {
	display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
.alert {
	padding: 15px;
    margin-bottom: 20px;
    font-family: Oxygen;
}
.prew_order {
	font-family: Oxygen;
}
.object_box .payment_method_bacs {
	border-radius: 0 !important;
}

a:hover {
	color: var(--st-primary);
}
footer {
    padding-top: 0;
    background-color: #0f0f0f;
}
footer h6, h3 {
	color: #fff;
	text-transform: none !important;
	font-size: 22px;
	letter-spacing: 0;
	line-height: 150%;
    margin-bottom: 26px;
}
footer p,footer a, footer li {
	color: rgba(255, 255, 255, 0.7);
	transition: .2s ease-in-out;
}
footer a:hover {
	color: var(--st-primary);
}
footer .row.footer-item-cover {
	padding-top: 80px;
}
footer .footer-touch .main_logo_section {
	margin-bottom: 12px;
}
footer .footer-list.flex-direction-col li {
	width: 100%;
}
footer .list-kategorie li {
	position: relative;
	display: flex;
}
footer .list-kategorie li:before {
	background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='triangle-right'%3E%3Cpolygon points='8 5 13 10 8 15' fill='%23fff'%3E%3C/polygon%3E%3C/svg%3E") no-repeat center/15px 15px #222222;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    width: 17px;
    height: 17px;
    margin-right: 15px;
    border-radius: 1px;
    content: '';
    transition: 0.3s;
    margin-top: 4px;
}
footer .list-kategorie li:hover:before, footer .list-kategorie li:active:before {
	background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='triangle-right'%3E%3Cpolygon points='8 5 13 10 8 15' fill='%23fff'%3E%3C/polygon%3E%3C/svg%3E") no-repeat center/15px 15px #e63619;
}
.footer-item-cover:first-child {
    margin-bottom: 0;
}
.dolni-footer {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-bottom {
	border-top: none;
}
.footer-copyright a {
	color: #777777;
}

.paypallogo {
	width: 100%;
}
.footer-bottom {
	margin-top: 0;
}
.copyright_logo {
	top: 11px !important;
}

a.to-top.active {
	background-color: var(--st-primary);
	border-color: var(--st-primary);
}
a.to-top.active:hover {
	background-color: var(--st-hover);
}



/* RESPONZIVA */
@media (min-width: 1920px) {
	.home-6-banner-content {
		max-width: 768px;
	}
}

@media (max-width: 1450px) {
	.main_second_r_head_section .main_account_section a {
		width: 100px;
		height: 108px;
	}
	.home-6-banner .home-6-banner-content {
		width: 50%;
		left: 5%;
	}
	.count_counter {
		right: 30px !important;
	}
}
@media (max-width: 1366px) {
	.zkraceni {
		display: none;
	}
	.video-box .btn-play {
		right: 15.8vw;
	}
}
@media (max-width: 1199px) {
	.main_second_r_head_section .main_account_section a {
		width: 80px;
		height: 88px;
	}
	.s-nav .row img {
		height: 100%;
		object-fit: cover;
	}
	.o-nas-item {
		margin-bottom: 30px;
	}
	.o-nas-item .row {
		align-items: center;
	}
	.o-nas-item .o-nas-item-icon {
		width: 70px;
		height: 70px;
	}
	.o-nas-item .o-nas-item-icon .item-icon {
		font-size: 37px;
	}
	footer .footer-item.col-lg-6 {
		margin-bottom: 30px;
	}
	.video-block {
		max-width: 100%;
		margin-left: 0;
	}
	.video-info {
		left: 3.75vw;
	}
	.video-box .btn-play {
		right: 5.8vw;
		top: 200px;
	}
	.main_account_section div.dropdown a {
		font-size: 14px !important;
	}
	.count_counter {
		right: 20px !important;
	}
}
@media (max-width: 1128px) {
	.home-6-banner-img img {
		height: 500px !important;
		object-fit: cover;
	}
	.main_account_section.mobile_account {
		display: flex !important;
	}
	.main_account_section.desktop_account, .main_second_c_head_section {
		display: none;
	}
	.search-modal-dialog {
		align-items: start;
	}
	.search-modal-close {
		width: 80px;
		height: 88px;
	}
	.main_search_input {
		margin-top: 120px;
	}
	#searchview {
		top: 22% !important;
		max-height: 70vh !important;
	}
	.main_second_head_section .main_second_l_head_section {
		width: 35.5%;
	}
}
@media (max-width: 1000px) {
	#searchview {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.s-header-main-title h1 {
		font-size: 100px;
	}
}
@media (max-width: 991px) {
	.s-nav-image {
		display: none;
	}
	.video-box {
		height: 400px;
		margin-top: 330px;
	}
	.video-info {
		width: 100%;
		left: 50%;
		transform: translateX(-50%);
		top: -291px;
	}
	.video-box .btn-play {
		left: 50%;
		transform: translateX(-50%);
		top: 200px;
	}
	.video-box .btn-play img {
		width: 90px;
	}
	.video-box .btn-play span {
		margin-top: 10px;
	}
	.product-side-panel-prvni {
		display: none;
	}
}
@media (max-width: 767px) {
	.home-6-banner .home-6-banner-content {
		width: 90%;
	}
	.s-nav-head span {
		font-size: 14px;
	}
	.card-separator {
		border: none;
	}
}
@media (max-width: 690px) {
	.main_second_r_head_section .main_account_section a, .main_second_r_head_section .main_account_section button {
		width: 60px;
		height: 60px;
		padding: 0;
	}
	.video-info {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.video-info .video-gallery ul li img {
		max-width: 90%;
	}
	.s-header-main-title h1 {
		font-size: 14vw;
	}
	.shopping-cart-content {
		width: 340px;
		right: -60px;
	}
	.count_counter {
		right: 11px !important;
	}
}
@media (max-width: 575px) {
	footer .row.footer-item-cover {
		text-align: center;
	}
	.footer-list {
		flex-direction: column;
		align-content: center;
	}
	footer .list-kategorie li {
		display: block;
	}
	footer .list-kategorie li:before {
		display: none;
	}
	footer .paypallogo.text-right {
		text-align: center;
	}
	input#searchcontext {
		width: 90% !important;
	}
	.main_second_r_head_section .main_account_section a {
		width: 50px;
	}
    .main_second_head_section .main_second_l_head_section {
    	width: 47.5%;
    }

}
@media (max-width: 460px) {
	.video-info .video-info-text {
		margin-bottom: 0;
	}
	.video-info .video-gallery {
		display: none;
	}
	.video-info {
		top: -110px;
	}
	.video-box {
		margin-top: 150px;
	}
	.o-nas-item .col-2 {
		display: none;
	}
}
@media (max-width: 420px) {
	#open-search-modal-mobile {
		display: none;
	}
	#tlacitko-uzivatele {
		display: none;
	}
	.main_second_head_section .main_second_l_head_section {
    	width: 54.5%;
    }
}
@media (max-width: 350px) {
	#mobileNav {
		width: 100%;
	}
	.shopping-cart-content {
		width: 320px;
	}
}