@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

* {
    font-family: "Titillium Web", sans-serif !important;
}

body {
  font-size: 16px;
}

.product-default a {
    height: 60px;
    align-items: center;
    display: flex;
    white-space: normal;
     overflow: initial;
     text-overflow: clip;
}

.product-default figure {
    min-height: 243px;
}

.ui-autocomplete-category {
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.ui-state-active {
    background: none !important;
    border-color: transparent !important;
}

.ui-menu-item:hover {
    background: #f5f6f8;
}

.home-slide2 {
    background: #fff;
}

span.toggle {
    font-family: "Porto" !important;
}

.toolbox-right .sidebar-toggle {
    padding: 0 10px;
}

.ui-menu-item img {
    width: 50px !important;
}

.autocomplete-price {
    color: #F9BF3B;
    font-weight: bold;
}

.autocompelete-name {
    font-size: 16px;
}


.select2-dropdown {
z-index: 11051;
}
.sorting {
display: grid;
grid-template-columns: repeat(3, 100px);;
grid-gap: 20px;
align-items: center;
justify-items: center;
}
.sorting .active {
font-weight: bold;
}

.rating2 {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
width: 100px;
}
.rating2 label:after,
.rating2 input:checked + label:after{
-webkit-font-smoothing: antialiased;
position: absolute;
content: "★";
color: #F9BF3B;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
text-align: center;
font-size: 20px;
transition: all 0.4s ease-out 0s;
animation: 1s ease 0s 1 normal none running pulse;
}
.rating2 label {
height: 10px;
width: 13%;
display: block;
position: relative;
cursor: pointer;
}
.rating2 input {
display: none;
}

.rating2 label:hover:after {
color: #5e5e5e;
text-shadow: 0 0 15px #5e5e5e;
}

/*.rating2 input:checked + label:after,*/
.rating2 input:checked ~ label:after {
    content: "☆";
    color: rgb(68, 68, 68);
    text-shadow: 0 0 20px #F9BF3B;
}

.rating2 input:checked + label:after{
    content: "★";
    color: #F9BF3B;
}


.product-single-details .product-title small {
	display: block; font-size: 2.6rem;
}


#frm-addToCartProduct label {
	display:  block; margin-top: 12px;
	margin-bottom: 3px; color: black; font-size: 1.4rem !important;
}

#frm-addToCartProduct a {
	border: 1px solid #bebebe; 
	display:  inline-block; padding: 5px;
	border-radius: 3px; margin-right: 10px;
}

#frm-addToCartProduct a strong {

}



.toolbox, .toolbox-item {
    justify-content: center;
}

.intro-banner {
    font-size: 48px;
    font-weight: 700;
}

.intro-banner h1 {
    color: #fff;
    font-weight: 700;
    text-shadow: 0 10px 20px rgba(0,0,0,.5);
}

.intro-banner .btn {
    display: inline-block !important;
    font-size: 15px;
}

.home-slider figure {
    position: relative;
}

.home-slider figure:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    content: '';
}

.main-nav .menu > li.active > a, .main-nav .menu > li.show > a, .main-nav .menu > li:hover > a {
    color: orange !important;
}

.header-bottom {
    background: #000;
}

.main-nav .menu > li > a {
    font-size: 14px;
}

.product-default a {
    height: auto;
    font-size: 17px;
}

footer a,
footer .contact-info li,
.footer p,
.info-boxes-container p {
    font-size: 15px;
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free" !important;
}

.bg-dark2 {
    background: #000 !important;
}

.bg-dark2 .container {
    display: flex;
}

@media (max-width: 800px) {
    .bg-dark2 .container {
        flex-flow: column;
    }
}

.banner {
    border-radius: 12px;
    overflow: hidden;
}

.banner.border-radius-0 {
    border-radius: 0;
}

.owl-carousel .owl-item img {
    max-height: 520px;
    border-radius: 12px;   
}

.prod-thumbnail img {
    box-shadow: 0px 12px 16px -4px #00000014 !important;
    border: 1px solid #EAECF2 !important;
}

.product-default {
    box-shadow: 0px 12px 16px -4px #00000014;
    box-sizing: border-box;
    padding: 15px;
    padding-bottom: 0;
    border-radius: 12px;
    border: 1px solid #EAECF2;
}

.product-default figure img {
    border-radius: 12px;
}

.top-banners .banner-layer {
    text-align: center !important;
}

.top-banners .banner-layer a {
    color: #fff !important;
    text-shadow: 0 10px 20px rgba(0,0,0,.5);
    font-size: 21px;
}

.page-header {
    background: #979596;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #e3e3e3;
    background: #e3e3e3;
    color: #000;
}

#snippet-productControl-sort {
    justify-content: space-between;
}

.toolbox-item.toolbox-sort {
    justify-content: left;
    align-items: start;
    justify-items: start;
    display: flex;
    margin-right: 0;
}

.toolbox-item.toolbox-sort a {
    font-size: 13px;
}

.toolbox-item.toolbox-sort a.active {
    color: orange;
}

.basket-product-item {
    display: flex;
    align-content: center;
    align-items: center;
}

.basket-product-item h5 {
    margin-bottom: 0;
    position: relative;
}

.btn-remove {
    display: inline-block;
    position: static;
    margin-left: 10px;
}

.product-row td {
    vertical-align: middle;
}

.cart-quantity .form-control {
    width: 70px;
}

.plus-minus {
    display: none;
}

footer,
.sticky-header.fixed {
    background: #000;
}

.dropdown-arrow .badge-circle {
    background: orange;
}

.btn-primary, .btn-primary, .btn-primary,
.category-banner .btn-dark, .home-slider .btn-dark {
    background: #000;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .btn-dark:hover,
.category-banner .btn-dark:hover, .home-slider .btn-dark:hover {
    background: orange;
    border-color: orange;
}

.zasilkovna_name {
    text-decoration: underline;
    color: #000;
    opacity: 1;
    cursor: pointer;
}

.form-footer, form {
    margin-bottom: 0 !important;
}

.product-desc-content {
    font-size: 17px;
}

.prod-thumbnail .owl-dot.active img, .prod-thumbnail img {
    border: 2px solid #21293c;
}

.products-section .owl-carousel.dots-top .owl-dots span {
    border-color: #979596;
}

.dropdown-cart-action .btn:hover {
    background: orange;
    color: #000;
}

.tag {
    background: orange;
    color: #000;
    padding: 8px 12px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 10px;
    top: 0;
    right: 0;
    margin: 16px;
    position: absolute;
}

.category {
    position: relative;
    display: block;
    border-radius: 10px;
    text-decoration: none;
    font-size: 18px;
    border: 1px solid #EAECF2;
    background-color: #FFFFFF;
    line-height: 22px;
    box-shadow: 0px 12px 16px -4px #00000014;
    margin-bottom: 15px;
}

.category img {
    border-radius: 10px;
}

.category .title {
    padding: 16px;
    display: flex;
    font-weight: 400;
    color: #111111;
    align-items: center;
}

.alert {
    background: #e3f3ca;
    color: #659715;
    display: block;
    padding: 13px;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 18px;
}

.alert span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-break: 30px;
    border: 1.5px solid #659715;
    color: #659715;
    border-radius: 100%;
    text-align: center;
    margin-right: 15px;
}

.alert strong {
    white-space: nowrap;
}

.noVatPrice {
    display: block;
    margin-top: 13px;
    font-size: 15px;
    opacity: .5;
}

.mt5 {
    margin-top: 5px;
}

.logo .black-logo {
    transform: scale(1.5);
    transform-origin: left;
}

.promo img {
    border-radius: 8px;
    box-shadow: 0px 12px 16px -4px #00000014;
    border: 1px solid #EAECF2;
}

.promo p {
    font-size: 16px;
    line-height: 1.4;
}

.mobile-sidebar.active {
    transform: translate(0px);
    box-shadow: 0 0 40px rgba(0,0,0,.1);
}

.sorting {
    gap: 15px;
}

.toolbox span {
    font-size: 13px;
}

#asideClose {
    width: 100%;
    margin-top: 20px;
}

.portfolio-item__thumb,
.image-box .image {
    border-radius: 25px;
    overflow: hidden;
    transition: .35s all ease-in-out;
}

.portfolio-item__thumb img,
.image-box .image img {
    transition: .35s all ease-in-out;
}

.portfolio-item__thumb:hover,
.image-box .image:hover {
    border-radius: 40px;
}

.portfolio-item__thumb:hover img,
.image-box .image:hover img {
    transform: scale(1.05);
}

.dropdown-cart-total-delivery {
    font-size: 14px;
    background: #ffd487;
    border-radius: 7px;
    box-sizing: border-box;
    padding: 10px;
    padding-right: 15px;
    padding-left: 60px;
    text-align: right;
    position: relative;
}

.dropdown-cart-total-delivery::before {
    width: 50px;
    height: 40px;
    background: #ffa500 url('../assets/img/shipping.svg') no-repeat center center / 28px;
    border-radius: 7px;
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
}

.dropdown-cart-total-delivery .price {
    font-weight: bold;
}

@media (max-width: 480px) {
  .cart-dropdown .dropdown-menu, .compare-dropdown .dropdown-menu {
    width: 302px;
  }
}

@media (min-width: 1050px) {
    .logo .black-logo {
        transform: scale(1.5);
        transform-origin: left;
    }
    
    .main-nav .menu > li > a {
        padding: 2.1rem 10px;
    }
    
    .sticky-header.fixed .logo img {
        transform: scale(1);
    }
    
    .toolbox-right {
        display: none;
    }
}

@media (max-width: 600px) {
    .alert {
        text-align: center;
    }
}

@media (max-width: 800px) {
    .btn-icon-group input {
        display: none;
    }
    
    .promo img { 
        margin-bottom: 20px;
    }
}

.product-single-tabs .nav.nav-tabs .nav-link {
    font-size: 20px;
}

.widget .custom-checkbox {
    margin: 0;
}




