@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.header-top-connected {
	background: var(--main-color);
	padding: 12px 0;
}
.main_l_head_section ul li a {
	color: #fff;
	position: relative;
	font-weight: 600;
	font-size: 14.5px;        
}
.main_l_head_section ul li a:hover, .main_l_head_section ul li a:active, .main_l_head_section ul li a:focus-visible {
	color: #fff;
}
.main_l_head_section ul li:not(:last-child):before {
	position: absolute;
    right: -15px;
    top: 6px;
    width: 1px;
    content: "";
    height: 12px;
    background-color: #fff;
}
.main_r_head_section a {
	display: inline-block;
    color: #fff;
    font-weight: 600;
    margin-right: 25px;
    position: relative;
    font-size: 14.5px;
}
.main_r_head_section a:hover span, .main_r_head_section a:active span, .main_r_head_section a:focus-visible span {
	color: #fff;
}
.main_r_head_section a span {
	display: inline-block;
    color: #fff;
    padding-left: 5px;
    position: relative;
    transition: all 0.35s ease;
}
.main_r_head_section a:not(:last-child):before {
	position: absolute;
    right: -15px;
    top: 6px;
    width: 1px;
    content: "";
    height: 12px;
    background-color: #fff;
}
.main_menu_section i {
	color: #000;
}
.home-6-banner {
	height: 800px;
	position: relative;
}
.home-6-banner img {
	object-fit: cover;
}
.h-100 {
	height: 100%;
}
.home-6-banner-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}
.home-6-banner-content {
	max-width: 755px;
	position: relative;
	overflow: hidden;
	padding: 55px;
	margin-left: auto;
	color: #fff;
}
.white-line {
	top: 0;
	left: 0;
	content: "";;
	z-index: -1;
	width: 100%;
	height: 100%;
	position: absolute;
	display: inline-block;
	border: 9px solid #fff;
	-webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.home-6-banner-top span {
	display: block;
    font-weight: 300;
    font-size: 30px;
}
.home-6-banner-top h2 {
	margin: 12px 0 20px;
    font-size: 65px;
    font-weight: 700;
    color: #fff;
}
.home-6-banner-top p {
	color: #fff;
    opacity: 0.92;
    max-width: 495px;
    line-height: 1.6;
    font-size: 20px;
    font-weight: 300;
}
.btn-one {
	display: inline-block;
    border: 1px solid var(--main-color);
    padding: 10px 30px;
    transition: 0.5s;
    text-transform: uppercase;
    background-color: var(--main-color);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}
.btn-one:hover, .btn-one:active, .btn-one:focus-visible {
	border-color: #000;
	background-color: #000;
	text-decoration: none;
}
.desc {
	margin-top: 25px;
}
.s-rozcestnik {
	padding: 100px 0 70px;
}
.rozcestnik-card {
	margin-bottom: 30px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    height: 400px;
}
.rozcestnik-card img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	transition: all 0.5s ease;
	object-fit: cover;
	object-position: bottom;
}
.rozcestnik-title {
	position: absolute;
    right: 0;
    bottom: 0;
    padding: 25px 25px 0;
    text-align: right;
    color: #000;
}
.rozcestnik-title h3 {
	color: #000;
	margin-bottom: 0;
    transition: 0.5s;
    transform: translateY(12px);
    font-size: 40px;
    font-weight: 700;
}
.rozcestnik-title .btn-one {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}
.rozcestnik-card:hover .rozcestnik-title h3, .rozcestnik-card:active .rozcestnik-title h3, .rozcestnik-card:focus-visible .rozcestnik-title h3 {
	transform: translateY(-30px);
}
.rozcestnik-card:hover .rozcestnik-title .btn-one, .rozcestnik-card:active .rozcestnik-title .btn-one, .rozcestnik-card:focus-visible .rozcestnik-title .btn-one {
	opacity: 1;
	visibility: visible;
	transform: translateY(-15px);
}
.text-white {
	color: #fff !important;
}
.s-why-us {
	padding: 0 0 100px;
}
.why-us-area {
	padding-top: 30px;
	margin-bottom: 30px;
	background-color: #f5f5f5;
}
.why-us-card {
	margin-bottom: 30px;
	text-align: center;
}
.why-us-icon {
	background-color: #fff;
	width: 150px;
    height: 150px;
    position: relative;
    border-radius: 50%;
    transition: 0.5s;
    font-size: 65px;
    margin-left: auto;
    margin-right: auto;
}
.why-us-icon img {
	position: absolute;
    left: 50%;
    right: 0;
    top: 40%;
    transform: translate(-50%, -40%);
}
.why-us-card h3 {
	display: block;
    background-color: #f5f5f5;
    position: relative;
    padding-top: 18px;
    z-index: 1;
    margin-top: -25px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.why-us-card:hover .why-us-icon, .why-us-card:active .why-us-icon, .why-us-card:focus-visible .why-us-icon {
	background-color: var(--main-color);
}
.title-span {
	display: block;
	margin-bottom: 8px;
	color: var(--main-color);
	font-weight: 600;
	font-size: 15px;
}
.title {
	margin-bottom: 0;
	font-size: 35px;
	font-weight: 700;
	color: #000;
}
.s-promo {
	background-image: url(/sp-themes/sp2021/images/sendi/time-bg.webp);
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0;
}
.promo-content {
	max-width: 720px;
    margin-right: auto;
    text-align: center;
    position: relative;
    z-index: 1;
}
.promo-content span {
	display: block;
    color: #ffffff;
    font-weight: 300;
    font-size: 25px;
}
.promo-content h2 {
	margin: 10px 0 10px;
    color: #ffffff;
    font-size: 65px;
    font-weight: 700;
}
.promo-content p {
	color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
}
.pt-100 {
	padding-top: 100px;
}
.s-partner {
	padding: 0 0 70px;
}
.s-partner img {
	height: 100%;
	object-fit: scale-down;
	object-position: center;
}
.gallery-card {
	height: 275px;
	width: 100%;
	overflow: hidden;
}
.gallery-card img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 0.5s ease;
}
.gallery-card:hover img, .gallery-card:active img, .gallery-card:focus-visible img {
	transform: scale(1.1);
}
.subscribe-form .btn-one {
	width: 100%;
	max-width: 100%;
	text-align: center;
}
.subscribe-form .btn-one:hover, .subscribe-form .btn-one:active, .subscribe-form .btn-one:focus-visible {
	background: #fff;
	border-color: #fff;
}
.subscribe-form input.sp-control {
    background-color: transparent !important;
    border: 1px solid #848282 !important;
    color: #ffffff !important;
    font-size: 15px;
    border-radius: 0.25rem;
    margin-bottom: 10px !important;
}
.social-list li a {
	width: 30px;
    height: 30px;
    text-align: center;
    background-color: #ffffff;
    font-size: 18px;
    position: relative;
    border-radius: 2px;
}
.social-list li a:hover, .social-list li a:active, .social-list li a:focus-visible {
	background-color: #e6e6e6;
}
.social-list li a i {
	vertical-align: middle;
	color: var(--main-color);
}
.novinky-text {
    font-size: 13px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
}
.new_product_overlay:hover {
	box-shadow: 0 0.625rem 1.26rem rgba(0, 0, 0, 0.05), 0 1.25rem 3.78rem rgba(0, 0, 0, 0.05);
}
.header-fixovany {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    background: #fff;
    width: 100%;
}
.mini-banner {
	background-color: rgb(248, 248, 248);
    padding-top: 35px;
    padding-bottom: 30px;
}
.mini-banner h2 {
	margin-bottom: 0px;
    font-size: 25px;
    font-weight: 700;
    color: rgb(0, 0, 0);
    font-family: Cabin;
}
.main_product:not(:last-child) .new_product_overlay {
	border-right-color: transparent;
}
.summary-product {
	color: #000;
}
.summary-product h2 {
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: 700;
}
.summary-product p {
	color: #777777;
	font-size: 16px;
}
.summary-product h4 {
	color: #000;
	font-size: 16px;
}
.summary-product .box-option.color-box {
	border-radius: 50%;
	width: 30px;
    height: 30px;
}
.summary-product #product-params {
	visibility: hidden;
	font-size: 1px;
}
.summary-product #product-params div {
	padding: 0 !important;
	background: transparent !important;
	border-left: none !important;
}
.summary-product i {
	color: #000;
	opacity: 1;
}
.single-shop-left .single-price .new-price.novat_price {
	font-size: 15px;
	font-weight: 600;
	opacity: 0.8;
}
.single-shop-left .single-price .new-price.novat_price small {
	font-size: 15px !important;
}
.single-shop-left .before_price {
	font-size: 15px;
	opacity: 0.3;
}
.single-shop-left .single-price .new-price.vat_price small {
	font-size: 16px !important;
}
.multiple-gallery-prew .slick-list {
	height: 130px;
}
.single-shop-tabs li {
	margin-right: 5px;
}
.single-shop-tabs li:first-child {
	margin-left: 5px;
}
.single-shop-tabs li span {
	position: relative;
    color: #000000;
    border: 1px dashed #eeeeee;
    padding: 13px 30px 13px 30px;
    font-weight: 600;
    font-size: 15px;
}
.single-shop-tabs li.active span {
	color: #fff;
	background-color: var(--main-color);
	border-color: var(--main-color);
}
.tabs-content .tab {
	border: 1px dashed #eeeeee;
    padding: 30px;
}
.s-products .tabs-content .tab {
	border: none;
	padding: 0;
}
.tabs-content .tab p {
	color: #777;
	font-size: 15px;
}
.shop_table {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    color: #000;
}
.shop_table .cart_item {
    border-top: 1px solid #e5e5e5;
}
.shop_table .product-name {
    text-align: center;
}
.shop_table .product-name ul li {
	font-size: 13.5px;
    color: #777777;
}
.shop_table thead th {
	font-size: 15px !important;
	text-transform: uppercase;
}
.checkout .sp-control {
    background: #f5f5f5 !important;
    border: 0 !important;
}
.payment_method_bacs {
    background: #f5f5f5 !important;
    border-radius: 5px !important;
    border: 0 !important;
}
.product-name, .product-quantity, .product-subtotal {
    color: var(--bg-color);
    font-weight: 600;
    font-size: 16px;
}
.price2 {
    color: var(--bg-color2);
    font-size: 18px;
}
.sub_max.order_box {
    position: relative;
    display: block;
    padding: 33px 30px 34px 30px;
    border: 1px solid #eeeeee;
}
.ordered_photo {
    overflow: hidden;
    background: #fff;
}
.ordered_photo_x {
	display: none;
}