@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
	--bg-color: #0a267a;
	--bg-color2: #3133d0;
	--btn-color: #4547f8;
}

header {
	position: relative;
	background: var(--bg-color);
}
.main_l_head_section li, .main_r_head_section li {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 52.5px;
	padding-left: 28px;
	color: rgba(255,255,255,0.7);
	margin-right: 26px;
}
.main_l_head_section li:not(:last-child):before, .main_r_head_section li:not(:last-child):before {
	position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.1);
    width: 1px;
    height: 16px;
    top: 19px;
    right: -14px;
}
.main_l_head_section li i, .main_r_head_section li i {
	position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
}
.main_l_head_section li a, .main_r_head_section li a {
	color: rgba(255, 255, 255, 0.7);
	font-weight: 400;
}
.main_l_head_section li a:hover, .main_l_head_section li a:active, .main_l_head_section li a:focus-visible, .main_r_head_section li a:hover, .main_r_head_section li a:active, .main_r_head_section li a:focus-visible {
	color: #fff;
	text-decoration: underline;
}
.main_second_head_section {
	position: relative;
	background: var(--bg-color2);
	border-radius: 5px 5px 0px 0px;
}
.main_second_head_section:before {
	position: absolute;
    content: '';
    background: var(--bg-color2);
    width: calc(100% + 80px);
    height: 100%;
    left: -40px;
    top: 0px;
    border-radius: 5px 5px 0px 0px;
}
.main_second_l_head_section {
	padding: 25px 0px 35px 0px;
	position: relative;
}
.main_logo_section {
	padding-left: 20px;
    padding-top: 10px;
}
#searchcontext {
	background: #fff;
	border-color: rgba(255,255,255,0.7) !important;
}
.dosearch {
	background: var(--btn-color) !important;
}
.main_account_section {
	display: flex;
}
.main_account_section .kosik-btn, .main_account_section .uzivatel-btn, .footer-soc li a {
	position: relative;
    float: left;
    margin-right: 10px;
}
.main_account_section .footer-soc li {
	margin-right: 0;
}
.main_account_section .kosik-btn i, .main_account_section .uzivatel-btn i, .footer-soc li a i {
	position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: var(--btn-color);
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.main_account_section .kosik-btn i:hover, .main_account_section .uzivatel-btn i:hover, .footer-soc li a i:hover, .main_account_section .kosik-btn i:active, .main_account_section .uzivatel-btn i:active, .footer-soc li a i:active, .main_account_section .kosik-btn i:focus-visible, .main_account_section .uzivatel-btn i:focus-visible, .footer-soc li a i:focus-visible {
	color: #fff;
	background: var(--bg-color);
}
.bg-white {
	background: #fff !important;
}
header .nav-list li {
	padding: 21.5px 0px 23.5px 0px;
	margin: 0px 19px;
}
header .nav-list li:first-child {
	margin-left: 0px !important;
}
header .nav-list li a {
	color: var(--bg-color);
	position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    opacity: 1;
}
header .nav-list li a:hover, header .nav-list li a:active, header .nav-list li a:focus-visible {
	color: var(--bg-color2);
}
.home-6-banner {
	height: 72vh;
	position: relative;
}
.home-6-banner img {
	object-fit: cover;
}
.h-100 {
	height: 100% !important;
}
.home-6-banner-content-wrapper {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	width: 100%;
	height: 100%;
}
.home-6-banner-top {
	max-width: 480px;
}
.home-6-banner-top h2 {
	position: relative;
    display: block;
    color: #fff;
    font-size: 60px;
    line-height: 72px;
    font-weight: 600;
    margin-bottom: 28px;
}
.home-6-banner-top p {
	margin-bottom: 35px;
	color: #fff;
	font-weight: 400;
}
.white-btn {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: var(--bg-color);
    text-transform: uppercase;
    background: #ffffff;
    padding: 16px 34px;
    border-radius: 5px;
    transition: all 500ms ease;
}
.white-btn:hover, .white-btn:active, .white-btn:focus-visible {
	background: var(--bg-color);
	color: #fff;
	text-decoration: none;
}
.s-underbanner {
	padding-top: 120px;
	position: relative;
}
.underbanner-box {
	position: relative;
    display: block;
    background: #fff;
    padding: 40px 15px 34px 30px;
    background: #eceff6;
    border-radius: 5px;
    height: 100%;
}
.s-underbanner .big-box .underbanner-box {
	box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.04);
}
.underbanner-box .icon-box {
	position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 24px;
    transition: all 500ms ease;
}
.underbanner-box .icon-box i {
	color: var(--bg-color2);
}
.underbanner-box h3 {
	display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 30px;
    margin-bottom: 22px;
    color: var(--bg-color);
    position: relative;
}
.underbanner-box h3:before {
	position: absolute;
    content: '';
    background: url(../../images/wave-1.png);
    width: 60px;
    height: 18px;
    left: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
}
.underbanner-box p {
	position: relative;
	color: #646578;
	font-weight: 400;
}
.title-box {
	margin-bottom: 22px;
}
.title-box .title-span {
	display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 11px;
    color: var(--bg-color2);
    position: relative;
}
.title-box .title-span.title-span-left {
	padding-left: 70px;
}
.title-box .title-span.title-span-left:before {
	position: absolute;
    content: "";
    width: 60px;
    height: 7px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../../images/wave-1.png) no-repeat;
}
.title-box h2 {
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    text-transform: none;
    color: var(--bg-color);
}
.paragraph {
	position: relative;
    margin-bottom: 30px;
    color: rgb(100, 101, 120);
    line-height: 26px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
}
.about-box {
	position: relative;
	margin-bottom: 42px;
}
.about-left {
	list-style: none;
	margin: 0;
}
.about-left li {
	position: relative;
	margin-bottom: 21px !important;
	list-style: none;
	padding: 0;
	margin: 0;
}
.about-left li:last-child {
	margin-bottom: 0 !important;
}
.about-left li span {
	font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: rgb(100, 101, 120);
    text-transform: uppercase;
    margin-bottom: 1px
}
.about-left li h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: var(--bg-color);
    text-transform: none;
}
.about-right {
	list-style: none;
	margin: 0;
}
.about-right li {
	position: relative;
    display: block;
    padding-left: 75px;
    margin-bottom: 24px !important;
}
.about-right li:last-child {
    margin-bottom: 0px !important;
}
.about-right li i {
	position: absolute;
    left: 0px;
    top: 5px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background: var(--bg-color2);
}
.btn-main {
	position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 16px 54px;
    border-radius: 5px;
    transition: 500ms;
    background: var(--bg-color);
}
.btn-main:hover, .btn-main:active, .btn-main:focus-visible {
	color: #fff;
	background: var(--bg-color2);
	text-decoration: none;
}
.btn-main2 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 16px 54px;
    border-radius: 5px;
    transition: 500ms;
    background: var(--bg-color2);
}
.btn-main2:hover, .btn-main2:active, .btn-main2:focus-visible {
    color: #fff;
    background: var(--bg-color);
    text-decoration: none;
}
.about-img {
	width: 100%;
    max-width: 500px;
    height: 100%;
    max-height: 500px;
    overflow: hidden;
    border-radius: 50%;
    float: right;
}
.about-img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
h2.title {
	display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    text-transform: none;
    color: var(--bg-color);
}
.s-newsletter {
	position: relative;
	padding: 27px 0;
	background: var(--bg-color2);
	display: block;
}
.s-newsletter h3 {
	position: relative;
    display: block;
    font-size: 30px;
    line-height: 56px;
    color: #fff;
    font-weight: 600;
    padding-left: 75px;
    text-transform: none;
}
.s-newsletter h3 i {
	position: absolute;
    left: 0px;
    top: 0px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 30px;
    background: #fff;
    border-radius: 5px;
    font-weight: 400;
    text-align: center;
    color: var(--bg-color2);
}
.s-newsletter input {
	position: relative;
    width: 100%;
    height: 56px !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 5px !important;
    font-size: 18px;
    color: #fff !important;
    padding: 10px 30px !important;
    background: transparent !important;
    transition: all 500ms ease;
    font-weight: 400;
}
.s-newsletter input::placeholder {
	color: #fff !important;
}
.s-newsletter input:focus {
	border-color: var(--bg-color) !important;
}
.cart_item td input.sp-control-min {
    position: relative;
    width: 100% !important;
    height: 56px !important;
    border: 1px solid #eeeeeedb !important;
    border-radius: 5px !important;
    font-size: 18px;
    color: #646578 !important;
    padding: 10px 30px !important;
    background: transparent !important;
    transition: all 500ms ease;
    font-weight: 400;
}
.cart_item td input.sp-control-min::placeholder {
    color: #646578 !important;
}
.cart_item td input.sp-control-min:focus {
    border-color: var(--bg-color) !important;
}
footer {
	background: var(--bg-color) !important;
}
footer a, footer p {
	color: rgba(255, 255, 255, 0.7);
}
footer a:hover, footer a:active, footer a:focus-visible {
	color: #fff;
	text-decoration: none;
}
footer .footer-soc li {
	margin-right: 0;
}
footer .footer-soc li a i {
	background: #1a378c;
}
footer .footer-soc li a i:hover, footer .footer-soc li a i:active, footer .footer-soc li a i:focus-visible {
	background: var(--bg-color2);
}
.footer-list-fix {
	color: rgba(255, 255, 255, 0.7);
}
.new_product_overlay {
	position: relative;
    display: block;
    border: 1px solid #dcdee5;
    border-radius: 5px;
    margin-bottom: 30px;
    background: #ffffff;
    overflow: hidden;
    transition: all 500ms ease;
    padding: 0 !important;
}
.new_product_overlay:hover {
	border-color: var(--bg-color2);
}
.new_bottom_generator:before {
	position: absolute;
    content: '';
    background: #dcdee5;
    width: calc(100% - 60px);
    height: 1px;
    left: 30px;
    top: -15px;
}
.stock_info {
	position: absolute;
    top: -32px;
    right: 30px;
}
.new_button_part a, .sp_button {
	position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    background: var(--bg-color);
    padding: 7px 22px;
    border-radius: 5px;
    border: 2px solid var(--bg-color);
}
.new_button_part a:hover, .new_button_part a:active, .new_button_part a:focus-visible, .sp_button:hover, .sp_button:active, .sp_button:focus-visible {
	border: 2px solid  var(--main-color);
}
.mini-banner {
	padding: 145px 0;
	position: relative;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
.mini-banner:before {
	position: absolute;
    content: '';
    background: #131313;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0.2;
}
.mini-banner h1 {
	font-size: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: 600;
    text-transform: none;
    position: relative;
}
.summary-product h2.title {
	position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    color: #646578;
    margin-bottom: 8px;
    font-weight: 500;
}
.summary-product .new-price {
	font-size: 30px !important;
    line-height: 30px !important;
    font-weight: 600 !important;
    color: var(--bg-color) !important;
}
.summary-product strong {
	color: var(--bg-color);
}
.multiple-gallery-prew .slick-slide img {
	height: 130px !important;
}
.summary-product .param-group h4 {
	color: var(--bg-color) !important;
	font-weight: 500 !important;
}
.summary-product .select-option, .summary-product .ui-spinner {
	border: 1px solid rgb(154 154 154 / 20%) !important;
    border-radius: 5px !important;
}
.summary-product .select-option {
	padding-left: 20px;
}
.shop_table {
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.shop_table .cart_item {
    border-top: 1px solid #e5e5e5;
}
.shop_table .product-thumbnail, .shop_table .product-name, .shop_table .product-price.price2, .shop_table .product-quantity, .shop_table .product-subtotal, .kupon-bunka {
    border-right: 1px solid #e5e5e5;
}
.shop_table .product-name {
    text-align: center;
}
.checkout .sp-control {
    background: #eceff6 !important;
    border-radius: 5px !important;
    border: 0 !important;
}
.order_title {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 22px;
    padding: 0 0 10px;
    font-weight: 600;
    color: var(--bg-color);
}
.payment_method_bacs {
    background: #eceff6 !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;
}
.product-quantity .quantity {
    border: 1px solid rgb(154 154 154 / 20%) !important;
    border-radius: 5px !important;
}
.sub_max.order_box {
    position: relative;
    display: block;
    background: #eceff6;
    padding: 33px 30px 34px 30px;
    border-radius: 5px;
}
.ordered_photo {
    border: 1px solid #d0d4dd;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}
.header-fixovany {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
}
.rozcestnik-main {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.rozcestnik-main .col-lg-6 {
    height: 50vh;
    padding: 0;
    position: relative;
}
.rozcestnik-main .col-lg-6 a {
    display: block;
    position: relative;
    overflow: hidden;
}
.rozcestnik-main .col-lg-6 a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    position: relative;
}
.rozcestnik-main .col-lg-6 a:after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 70;
    transition: all 0.5s ease;
}
.rozcestnik-main .col-lg-6 a:hover:after {
    background: rgba(0, 0, 0, 0);
}
.rozcestnik-detail {
    background: #eceff6;
    border-radius: 0 5px 5px 0;
    padding: 25px 60px 25px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 70%;
    color: rgb(100, 101, 120);
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.5s ease;
    border-top-width: 3px;
    border-top-style: solid;
}
.rozcestnik-main .col-lg-6 a:hover .rozcestnik-detail, .rozcestnik-main .col-lg-6 a:active .rozcestnik-detail, .rozcestnik-main .col-lg-6 a:focus-visible .rozcestnik-detail {
    width: 90%;
    color: #000;
}
.rozcestnik-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    padding: 2px 9px;
    border-radius: 50%;
}
.rozcestnik-arrow i {
    color: #fff;
}
.rozcestnik-svg {
    position: absolute;
    z-index: 10;
    top: 0;
    right: -90px;
    transform: rotate(45deg);
    transition: all 0.5s ease;
}
.rozcestnik-main .col-lg-6 a:hover .rozcestnik-svg {
    right: -40px;
}
.mobile-menu-toggle{
    display:none;
    background:none;
    border:0;
    font-size:28px;
    cursor:pointer;
    padding: 0;
}
.mobile-menu-toggle i {
    color: #000;
    font-size: 20px;
}

@media (max-width: 991px) {
    .rozcestnik-main {
        height: 100%;
        width: 100%;
        overflow: visible;
    }
    .rozcestnik-main .col-lg-6 {
        height: 400px;
    }
    .rozcestnik-detail {
        border-radius: 5px 5px 5px 5px;
        padding: 25px 60px 25px 25px;
        justify-content: center;
        align-items: center;
        left: 40px;
        right: 25px;
        text-align: center;
        width: unset;
        overflow: visible;
        white-space: normal;
    }
    .rozcestnik-main .col-lg-6 a:hover .rozcestnik-detail, .rozcestnik-main .col-lg-6 a:active .rozcestnik-detail, .rozcestnik-main .col-lg-6 a:focus-visible .rozcestnik-detail {
        width: unset;
        color: #000;
    }
    .main_l_head_section li, .main_r_head_section li {
        line-height: 14.5px;
        margin-right: 0;
        margin-left: 30px;
    }
    .main_l_head_section ul, .main_r_head_section ul {
        margin-top: 10px !important;
    }
    .main_head_section {
        margin-bottom: 10px;
    }
    .main_l_head_section li:not(:last-child):before, .main_r_head_section li:not(:last-child):before {
        content: none;
    }
    .main_search_section {
        display: none;
    }
    .main_second_head_section:before {
        width: 100%;
        left: 0;
    }
    #header-menu {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .mobile-menu-toggle{
        display:block;
        width: 100%;
    }
    .main_menu_section{
        position:absolute;
        left:0;
        top:100%;
        width:100%;
        background:#fff;
        display:none;
        box-shadow:0 10px 25px rgba(0,0,0,.15);
        z-index:999;
    }
    .main_menu_section.active{
        display:block;
    }
    header .nav-list li {
        padding: 16.5px 0px 0 0px;
    }
    .home-6-banner-top h2 {
        font-size: 52px;
        line-height: 60px;
    }
    .shopping-cart-content {
        left: -160px;
        right: unset;
    }
}
@media (max-width: 500px) {
    .main_head_section {
        flex-direction: column-reverse;
    }
    .main_second_head_section {
        flex-direction: column;
    }
    .main_second_r_head_section {
        width: 100% !important;
        justify-content: center !important;
        padding-bottom: 30px;
    }
    .main_second_l_head_section {
        width: 100% !important;
        text-align: center;
    }
    .main_logo_section {
        padding-left: 0;
    }
    .home-6-banner-top {
        text-align: center;
    }
    .home-6-banner-top h2 {
        font-size: 42px;
        line-height: 45px;
    }
    .title-box h2, h2.title {
        font-size: 20px;
        line-height: 28px;
    }
    .main_r_head_section {
        display: none;
    }
    .footer-list-fix {
        margin-bottom: 25px;
    }
    .footer-list li {
        width: 100%;
    }
    .shopping-cart-content {
        left: -90px;
    }
}
.heartbox {
    display: none;
}
.new_pagination_button {
    margin-bottom: 10px;
}