    /*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

body {
    line-height: 1.4rem;
}

body.b2b2helios {
  & .address-fields .form-fields {
    position: relative;
  }
    & .address-fields .form-fields input {
    background-color: #f8f8f8;
  }
  & .address-fields .form-fields:after {

    width: 100%;
    height: 100%;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    cursor: not-allowed;
  }
}


body.b2b2helios .carrier-ref-1{
        display: none !important;
}

body.b2b2helios .payment-options .ps_wirepayment{ 
    display: none !important;
}

body.b2b2helios .delivery-options .elveko_doprava{ 
    display: none !important;
}

body.b2bno .payment-options .dm_paybyinvoice{ 
    display: none !important;
}

body.b2bno .delivery-options .elveko_doprava_b2b{ 
    display: none !important;
}


body.b2bno #customer-order-message {
    display: none !important;
}

#desktop_logo {
    max-width: 165px;
}

.header-user-btn .title-login strong{
    color: #ec3f3f !important;
}

.sticky-desktop-wrapper #desktop-header.stuck-header, .stuck-menu {
    background: #ddf9ff;
}

#special-iqit-megamenu-container{
        background-color: #ddf9ff;
}

#iqitmegamenu-horizontal {
    background: #ddf9ff !important;
   display: block;
}

#iqitmegamenu-wrapper.stuck-menu #sticky-cart-wrapper {
    display: none;
}

#iqitmegamenu-wrapper.stuck-menu {
    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
}

.header-top {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-top .form-search-control {
    border-radius: 5px !important;
}
#search_widget .fa:before {
    display: none;
}
#search_widget .fa:after {
    content: "";
    position: absolute;
    top: 10px;
    left: -10px;
    width: 19px;
    height: 22px;
    display: inline-block;
    background-image: url(../img/ikona_vyhledat.svg);
}

#header .header-btn-w .header-btn .title {
    display: inline;
}

.ps-shoppingcart.header-cart-btn-w .cart-toggle-details {
    display: block !important;
}

.desktop-header-style-1 .search-widget, .desktop-header-style-2 .search-widget {
    max-width: 90%;
}

#header .header-nav a {
    font-size: 12px;
}

#header .header-btn-w .header-btn .title {
    font-weight: 300;
}

#header .header-btn-w .header-btn .title strong{
    font-weight: 700;
}

#header .header-nav .justify-content-between {
    color: #08152F;
    vertical-align: middle;
    align-items: center;
    margin-top: 5px;
}
.block-links-inline ul>li {
    margin: 0 10px;
}
.block-links-inline ul>li:after {
 display: none;
}
#header .header-nav .right-nav>div:after, #header .header-nav .left-nav>div:after {
    display: none;
}

.dropdown-menu .dropdown-item,
.autocomplete-suggestions .dropdown-item {
    color: #505050 !important;
    border: none;
    padding: 10px 20px;

}

#search_filters .facet-dropdown .dropdown-menu {
    border-radius: 5px;
}

#cbp-hrmenu .dropdown-menu .dropdown-item, #cbp-hrmenu .autocomplete-suggestions .dropdown-item {
    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
}

.dropdown-menu, .autocomplete-suggestions {
    background: #ffffff;
    border: solid 1px #d7dbe4;
}

#header .header-btn-w .header-btn>.icon {
    display: flex;
}

#header .header-btn-w .header-btn {
    text-align: left !important;
}

#header-wishlist-btn {
    position: relative;
    margin: 0 20px;
}

.col-mobile-btn .fa-heart-o {
    position: relative;
}

#header-wishlist-btn .fa-heart-o:before,
.col-mobile-btn .fa-heart-o:before{
    display: none;
}

#header-wishlist-btn .fa-heart-o:after {
    content: "";
    position: absolute;
    top: 3px;
    left: -35px;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../img/ikona_seznam.svg);
}

.col-mobile-btn .fa-heart-o:after {
    content: "";
    position: absolute;
    top: -18px;
    left: -15px;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../img/ikona_seznam.svg);
}

#header-user-btn,
.col-mobile-btn{
    position: relative;
    margin: 0 20px;
}

#header-user-btn .fa-user:before,
.col-mobile-btn .fa-user:before{
    display: none;
}

#header-user-btn .dropdown-menu .fa-user:before,
.col-mobile-btn .dropdown-menu .fa-user:before{
    display: block;
}

#header-user-btn .dropdown-menu .fa-user:after{
    display: none;
}

#header-user-btn .fa-user:after{
    content: "";
    position: absolute;
    top: 4px;
    left: -35px;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../img/ikona_prihlaseni.svg);
}

.col-mobile-btn .fa-user:after{
    content: "";
    position: absolute;
    top: 0;
    left: -7px;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../img/ikona_prihlaseni.svg);
}

#header-user-btn .logged.fa-user:after{
    background-image: url(../img/ikona_prihlaseni_1.svg);
}

.col-mobile-btn .logged.fa-user:after{

    background-image: url(../img/ikona_prihlaseni_1.svg);
}

#ps-shoppingcart-wrapper {
    position: relative;
    margin: 0 20px;
}

#mobile-cart-toogle {
    position: relative;
}


#ps-shoppingcart-wrapper .fa-shopping-bag:before,
.col-mobile-btn-cart .fa-shopping-bag:before{
    display: none;
}


#ps-shoppingcart-wrapper .fa-shopping-bag:after {
    content: "";
    position: absolute;
    top: 4px;
    left: -35px;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../img/ikona_kosik.svg);
}

.col-mobile-btn-cart .fa-shopping-bag:after {
    content: "";
    position: absolute;
    top: -18px;
    left: -17px;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../img/ikona_kosik.svg);
}




.ps-shoppingcart .cart-products-count-btn {
    top: -2px;
    right: 26px;
    z-index: 99;
}

.ps-shoppingcart .cart-products-count-btn {
    display: none;
    text-align: center;
    line-height: normal;
    border-radius: 30px;
    min-width: 17px;
    width: 17px;
    font-size: .8rem;
    position: absolute;
    top: -2px;
    right: 26px;
    z-index: 99;
    padding: 1.5px 4.5px;
    font-family: 'Roboto';
}

.item-listcategories {
    float: left;
    width: 33%;
}

.header-phone, .header-email {
    float: left;
    margin: 0 50px;
    text-align: left;
    position: relative;
    font-size: 10px;
    line-height: 1.4;
}

.header-phone strong, .header-email strong{
    color: #2488FF;
    font-size: 14px;
    font-weight: 700;
}

.header-phone:before {
    content: "";
    position: absolute;
    top: 3px;
    left: -40px;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../img/ikona_telefon.svg);
}

.header-email:before {
    content: "";
    position: absolute;
    top: 3px;
    left: -40px;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../img/ikona_email.svg);
}

.cbp-hrmenu > ul > li {
    padding: 10px 5px;
}

.cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li > .cbp-main-link {
    line-height: 2.9rem;
}
.cbp-horizontal .cbp-tab-title {
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
}

.cbp-hrmenu .pull-right a {
    border-radius: 5px;
}

.cbp-horizontal > ul > li > a {
    max-width: 100%;
}

.cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li > .cbp-main-link {
    border-left: none;
}


.iqitmegamenu-submenu-container {
    padding: 0;
}

.iqitmegamenu-submenu-container .cbp-category-tree {
    padding: 0;
    width: 100%;
}

.iqitmegamenu-submenu-container .cbp-category-link-w {
    padding: 0;
}

.cbp-hrmenu ul.cbp-hrsub-level2 {
    left: 104%;
    margin-top: -12%;
    padding: 8px 0px 8px 0;
}

.cbp-hrmenu .cbp-links li .cbp-hrsub-haslevel3 > div > a:after {
    display: none;
}

.cbp-hrsub-level3 {
    display: none;
}

#cbp-hrmenu-tab-2.cbp-has-submeu{
    background-color: #12c5f2;
    font-weight: 700;
}
.cbp-hrmenu .cbp-menu-column {
    margin-top: 0px;
}

.cbp-hrmenu .cbp-hrsub-inner a {
    width: 100%;
}

.cbp-hrmenu .cbp-links li.cbp-hrsub-haslevel2 > div > a:after, .cbp-hrmenu .cbp-links li .cbp-hrsub-haslevel3 > div > a:after {
    content: "\f067";
    float: right;
    color: #2488FF;
}

.cbp-hrmenu .cbp-links li {
    padding: 15px ;
    position: relative;
    font-size: 16px;
}

.cbp-hrmenu .cbp-links li:hover {
    background: #F7F7F7;
}

.cbp-hrmenu .cbp-links li a:before {
    display: none;
}


.slider-left-banner-full .elementor-iqit-banner-title {
    margin-bottom: 30px;
}

.button-primary {
    background: #11C5F2;
    border: 1px solid #11C5F2;
    border-radius: 5px;
    font-weight: 600;
    padding: 9px 22px;
    color: white !important;
    margin: 20px 10px 0 0;
}

.button-secondary {
    border: 1px solid #08152F;
    border-radius: 5px;
    font-weight: 400;
    padding: 9px 22px;
    margin: 20px 10px 0 0;
}

.elementor-button.elementor-size-small {
    font-size: 13px;
    padding: 8px 22px;
}

.elementor-button {
    padding: 7px 25px;
    border-radius: 5px;
}

.industry-illustrations .elementor img {
    width: 56px;
}

.industry-illustrations .elementor-image-box-title {
    font-weight: 400;
    font-size: 16px;
}

.industry-illustrations .elementor-image-box-wrapper{
    padding: 10px;
}

.industry-illustrations .elementor-image-box-wrapper:hover{
    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
}

.industry-illustrations .elementor-image-box-wrapper:hover .elementor-image-box-title {
    font-weight: 700;
    font-size: 16px;
    color: #2488FF;
}

.industry-illustrations .elementor-image-box-wrapper:hover .elementor-image-box-title a {
    font-weight: 700;
    font-size: 16px;
    color: #2488FF;
}

.elementor-editor-active .elementor-column {
    min-height: 10px;
}

.elementor-widget-prestashop-widget-modules .poslistcategories h3  {
    font-weight: 100;
    font-size: 65px;
    line-height: 88px;
    padding-bottom: 20px;
}


.poslistcategories .owl-carousel {
    display: flex;
    flex-wrap: wrap;
    background-color: white;
}

.poslistcategories .owl-carousel .item-listcategories {
    flex-grow: 1;
    width: 30%;
    margin: 0.5%;
    background-color: white;
    padding: 20px;
    text-align: center;
}

.poslistcategories .owl-carousel .item-listcategories:hover {
    box-shadow: 1px 1px 9px 0px rgb(0 0 0 / 10%);
}

.poslistcategories .owl-carousel .item-listcategories img  {
max-width: 70% !important;
    height: 150px;
    object-fit: contain;
}

.poslistcategories .owl-carousel .item-listcategories .name_categories {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0;
}

.poslistcategories .owl-carousel .item-listcategories:hover .name_categories a{
    font-weight: 700;
    color: #2488FF;
}

.poslistcategories .owl-carousel .item-listcategories .sub {
    font-weight: 300;
    padding: 0 8px;
    line-height: 24px;
}

.poslistcategories .owl-carousel .item-listcategories .sub a:hover {
    text-decoration: underline;
}

.elementor-products-tabs .nav-tabs .nav-item {
    margin-right: 0;
}

.elementor-products-tabs .nav-tabs .nav-item .nav-link  {
    padding: 32px 119px;
    background-color: #DDF9FF;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    color: #08152F;
    text-transform: uppercase;
    border: 1px solid #93E1F2 !important;
}

.elementor-products-tabs .nav-tabs .nav-item .nav-link.active  {
    background-color: white;
    border: 1px solid white !important;
}
.nav-tabs {
    border-bottom: 0;
}

.nav-tabs-header {
    font-weight: 100;
    font-size: 65px;
    line-height: 88px;
    padding: 20px 0 5px 0;
}

.product-miniature-grid {
    padding: 20px 15px;
}

.product-miniature .fa-shopping-bag {
    display: none;
}


.product-add-to-cart .fa-shopping-bag {
    display: none;
}

.product-miniature-default .product-thumbnail img {
    width: 95%;
    padding: 10px 0px;
}

.product-miniature:hover .product-thumbnail img {
    width: 100%;
    padding: 0px 0px;
}

.product-miniature-default .thumbnail-container {
    padding: 5px;
}

.product-miniature-default .product-miniature-list-row .product-thumbnail img {
    padding: 0px !important;
}

.product-miniature-default .product-flags {
    left: 0;
    bottom: 15%;
    top: auto;
}

.product-flags .product-flag {
    font-size: 12px;
    font-weight: 700 !important;
}

.product-miniature-default .regular-price {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    padding-right: 5px;
    color: #9A9A9A !important;
}

.product-miniature-grid:hover .product-availability {
    transform: translate(-50%, 1rem);
    opacity: 1;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

.products-grid .product-miniature-default .product-available {
    display: block;
}

.btn-product-list {
    background: #11C5F2;
    border-radius: 0px 5px 5px 0px;
    font-weight: 600;
}

.btn-product-list:hover {
    background: #19D0FF;
    font-weight: 700;
    color: white;
}

.product-miniature-default .product-add-cart .input-qty {
    border: 1px solid #D7DBE4;
    border-radius: 5px 0px 0px 5px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {

    border: 1px solid #D7DBE4;
    border-bottom: none;
    border-left: none;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border: 1px solid #D7DBE4;
    border-top: none;
    border-left: none;
}

#pagenotfound #content-wrapper {
    text-align: center;
}

#products .page-not-found .search-widget, #pagenotfound .page-not-found .search-widget {
    padding: 0;
    max-width: 60%;
    margin: auto;
}

.img-error-404 {
    max-width: 150px;
    text-align: center;
    width: 100%;
}

#pagenotfound #content-wrapper h4 {
    font-weight: 100;
    font-size: 75px;
    line-height: 91px;
    color: #08152F;
}

#pagenotfound #content-wrapper p {
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 39px;
    color: #08152F;
}

.product-miniature-grid .input-group-add-cart .input-group {
    margin-right: 0;
}

.product-miniature-grid .product-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}

.products-grid .product-miniature-default .product-reference, .products-grid .product-miniature-default .product-brand {
    margin: 10px 0 0 0;
    font-weight: 300;
    font-size: 12px;
    color: #08152F !important;
    line-height: 12px;
}

.product-availability-own span {
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 12px !important;
    text-align: left !important;
    padding: 5px 0;
    margin: 0;
    white-space: initial;
}

.product-miniature .product-without-taxes {
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    padding: 15px 0 0 0;
    margin: 0;
}

.product-actions .product-discount .regular-price {
    text-decoration: line-through;
    padding: 0 0.2rem;
    font-weight: 400;
    font-size: 26px;
    line-height: 23px;
    padding-right: 5px;
    color: #9A9A9A !important;
}

.product-miniature .product-price{
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    color: #08152F;
}

.products-grid .product-add-cart {
    margin: 0;
}

.product-unavailable {
    color: #ec3f3f !important;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
}

.swiper-pagination-bullet {
    background: #11C5F2;
}

.icons-float-left ul {
    width: 100%;
    position: relative;
    display: inline-block;
}
.icons-float-left ul li{
    float: left;
    width: 33%;
}

.hp-left-banner-full, .hp-right-banner-full {
    font-weight: 300;
}

.center-vertically .elementor-element-populated{
    display: flex;
    align-items: center;
    justify-content: center;
}


.form-elementor-own {
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
}

.form-control {
    border: 1px solid #D7DBE4;
    border-radius: 5px;
}

.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
    background: #11c5f2;
    color: #ffffff;
    border: none 1px;
    border-radius: 5px;
    padding: 8px 25px;
    font-weight: 500;
    font-size: 16px;
}

.custom-checkbox input[type=checkbox] + span:not(.color), .custom-radio {
    border: 1px solid #D7DBE4;
    border-radius: 5px;
}

.form-elementor-own .elementor-element-populated{
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
}

#footer-container-main, #checkout-footer {
     padding-top: 0;
    padding-bottom: 0;
}

.footer-icon-box {
    float: left;
    width: 50%;
}

.footer-icon-box .elementor-image-box-title {
    padding-top: 13px;
    font-size: 16px;
    font-weight: 600;
}

.footer-icon-box .elementor-image-box-description {
    font-size: 12px;
    font-weight: 300;
}

.footer-links-own h5,
.footer-links-own .elementor-heading-title{
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 0 !important;
}

.footer-links-own li {
    margin-bottom: 0 !important;
}
.footer-links-own li a {
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    margin-left: 0;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}

.footer-links-own li a:before{
    display: none !important;
}

.footer-links-own .elementor-text-editor{
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
}

.footer-links-own .elementor-text-editor p{
    padding-bottom: 0;
    margin-bottom: 0;
}

.footer-copyright-own .elementor-social-icon i {
    font-size: 15px;
    width: 15px;
}

.footer-copyright-own .elementor-social-icon {
    font-size: 16px;
    padding: 10px;
}

.elementor-element .swiper-button {
    top: 175px !important;
    color: #08152F;
    background-color: white;
    border: 1px solid #D7DBE4;
    border-radius: 5px;
    width: 48px;
    height: 48px;
}

.swiper-arrows-above .swiper-button-prev {
    right: 60px;
}

.homepage-icons img {
    height: 40px;
    width: auto;
    min-width: auto;
    margin-bottom: 15px;
    max-width: fit-content;
}

.homepage-icons .car-special img {
    height: 33px;
}
.homepage-icons .elementor-image-box-img {
    margin-right: 20px !important;
}


.homepage-icons .elementor-widget-image-box .elementor-image-box-content {
    text-align: left;
}

.homepage-icons  .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
    -ms-flex-align: inherit !important;
    -ms-grid-row-align: inherit !important;
    align-items: inherit !important;
}

#mobile-header .m-nav-btn {
    color: #08152f;
}

.footer-copyright-own .elementor-element-populated{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.block-categories ul>li {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    padding: 15px 20px 15px 5px;
}

.block-links ul > li a {
    padding-left: 0px;
}

#left-column .block-links ul > li:hover {
    background: #F7F7F7;
}

#footer .block-links ul > li a:hover {
    text-decoration: underline;
}

.block-categories .collapse-icons {
    right: 5px;
    top: 15px;
}

.block-links ul > li a:before {
    display: none;
}

.block-links ul > li[data-depth="1"] a {
    padding-left: 12px;
}

.block-links ul > li[data-depth="1"] a:before {
    display: block;
    color: #2488FF;
    font-weight: 700;
}
.block-categories .collapse-icons {
    color: #2488FF;
}

.block-categories .collapse-icons .fa{
    font-weight: 700 !important;
}

#wrapper .block-title {
    display: none;
}

.cbp-vertical {
  display: none;
}

#content-wrapper .page-title {
    color: #08152f;
    font-weight: 300;
    font-size: 32px;
    line-height: 38px;
    color: #08152F;
    border-bottom: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
}

.category-description {
    margin-bottom: 2rem;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

#category .subcategory-image {
    display: none;
}




.product-list-subcategories .row {
    display: flex;
    align-items: stretch;
    letter-spacing: -0.015em;
}

.product-list-subcategories .row .product-sublist-div {
        margin: 10px 0;
}

.product-list-subcategories .row .product-sublist {
    border: 1px solid #BDD1FF;
    border-radius: 3px;
    padding: 0;
    height: 100%;
    width: 100%;
}

.product-list-subcategories .row .product-sublist-div a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    height: 100%;
    width: 100%;
    padding: 15px;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
}

.product-list-subcategories .row .product-sublist-div  a:hover {
    outline: none 1px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.products-selection {
    border-top: 0;
    border-bottom: 0;
}

.products-selection {
    font-weight: 300;
    font-size: 12px;
    line-height: 24px;
    color: #9A9A9A;
}

a.js-search-link:link:not(.nav-link):not(.btn), a.js-search-link:visited:not(.nav-link):not(.btn) {
    color: #D7DBE4;
}

a.js-search-link.current:link:not(.nav-link):not(.btn), a.js-search-link.current:visited:not(.nav-link):not(.btn) {
    color: #08152F;
}

#search_center_filter_toggler {
    background: #a2a2a2 !important;
}

#facets_search_center {
    display: block;
}

#facets_search_center {
    background: #DDF9FF;
}

#search_filters a.js-search-link:link:not(.nav-link):not(.btn),
#search_filters a.js-search-link:visited:not(.nav-link):not(.btn) {
    color: #08152F;
}

.pagination a:link:not(.nav-link):not(.btn), .pagination a:visited:not(.nav-link):not(.btn) {
    color: #08152F ;
}

#footer, #checkout-footer {
    background: white;
}

#cms .footer-before-specific {
    display: none;
}

#iqitproductsnav a {
    color: #D7DBE4 !important;
}

#content-wrapper .product_header_container .page-title span {
    font-weight: 300;
    font-size: 32px;
    line-height: 38px;
}

.product-description {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.015em;
    color: #08152F;

}

.product_header_container {
    padding-bottom: 0;
    margin-bottom: 10px;
    border-bottom: 0;
}

.product-variants #product-availability {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin: 20px 0 0 -7px;
}

.block-section {
    margin-bottom: 10px;
}

.product_p_price_container {
    margin-top: 10px;
    padding-top: 0;
    border-top: 0;
}

.form-control-label {
    padding-top: 10px;
}

#product .product-prices .product-without-taxes{
    font-weight: 400;
    font-size: 40px;
    line-height: 47px;
}

#product .product-prices .product-price, #product .product-prices .product-price {
    text-transform: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
}

.product-quantity .qty .input-group {
    height: 100%;
    border-radius: 5px 0px 0px 5px;
    height: 48px;
}


#product .product-add-to-cart .btn-primary.add-to-cart {
    border-radius: 0px 5px 5px 0px;
    padding: 12px 25px;
    margin: 0 15px 0 0;
}

#product .section-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.015em;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#product  .product-accessories .section-title {
    letter-spacing: -0.015em;
    font-weight: 300;
    font-size: 32px;
    line-height: 38px;
}

#product #wrapper .product-features>dl.data-sheet dd.value, #product #wrapper .product-features>dl.data-sheet dt.name {
    border-bottom: none;
}

.product-features>dl.data-sheet dd.value {
    margin: 5px;
    padding: 10px;
    background: #F7F7F7;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.015em;
}

.product-features>dl.data-sheet dt.name {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.015em;
    background: #DDF9FF;
    margin: 5px;
    padding: 10px;
}

.product-additional-info {
    border-top: 0;
    padding-top: 0;
}



.btn-iqitwishlist-add {
    background-color: white;
    border: 0;
    padding: 14px 30px;
    margin: 0;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    color: #08152F;
}

.btn-iqitwishlist-add .fa:before {
    display: none;
}
.btn-iqitwishlist-add .fa {
    padding-left: 0px;
    position: relative;
}


.btn-iqitwishlist-add .fa:after {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../img/ikona_seznam.svg);
}

.product-add-to-cart .btn-iqitwishlist-add .fa:after {
    content: "";
    position: absolute;
    top: -21px;
    left: -30px;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../img/ikona_seznam.svg);
}

.modal-body .btn-secondary {
    background: #ffffff;
    color: #08152F;
    border: 1px solid #D7DBE4;
    border-radius: 5px;
}


.modal-title {
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.5;
}



.badge {
    font-size: 12px;
    margin: -2px 0 0 0;
}

.extra-small-gutters>.col, .extra-small-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.product-functional-buttons {
    position: relative;
}

.product-miniature-grid .product-functional-buttons a:link, .product-miniature-grid .product-functional-buttons a:visited, .product-miniature-grid .product-functional-buttons a:hover {
    background: inherit;
    border: 0;
    box-shadow: none;
}


.input-group {
    width: auto;
}

.input-group-add-cart {
    display: flex;
    flex-direction: row;
    position: relative;
}

.product-miniature-list .input-group-add-cart .bootstrap-touchspin {
    margin-bottom: 0px;
}

#wrapper .breadcrumb li {
    font-size: 13px;
}

#wrapper .breadcrumb a:hover {
    opacity: 1;
    text-decoration: underline;
}


#iqitcookielaw.iqitcookielaw-showed {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    zoom: 0.7;
    border-radius: 5px;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    width: 400px;
}

#cms #wrapper p{
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

#cms .elementor-widget-icon-list .elementor-icon-list-item {
    margin: 10px 0;
    padding: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

#wrapper {
    padding-bottom: 0;
}

#main .page-content {
    margin-bottom: 0;
}

.btn-outline-secondary, .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    border: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


.login-form, .register-form {
    margin-top: 5px;
    background: #DDF9FF;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 15%);
    border-radius: 2px;
    padding: 40px 20px;
}

.mobile-menu__header-wrapper {
    margin: 10px 0 0 0;
}


.product-add-to-cart .product-quantity>.col {
    margin-left: 5px !important;
}

.product_p_price_container #product-availability {
    padding-left: 0;
}

.product_unity.text-muted {
    font-size: 12px !important;
    margin: 8px 0 4px 0 !important;
    color: #08152F !important;
    line-height: 12px;
    font-weight: 300 !important;
}

.product-miniature .product-price {
    margin: 5px 0 !important;
}

.product-miniature .product-price-and-shipping {
     margin: 10px 0 0 0 !important;   
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 38px !important;
}


/* ACCOUNT ******************************************************************************************************* */

#authentication #main,
#password #main{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.my-account-page-content {
    border-left: solid 1px #d7dbe4;
}

#my-account .page-title {
    margin-bottom: 20px;
    font-weight: 100 !important;
    font-size: 52px  !important;
    line-height: 61px !important;
}


.my-account-page-content h2 {
    font-weight: 400;
    font-size: 28px;
    line-height: 39px;
}

.my-account-page-content-wrapper {
    border: 0;
}

.page-customer-account #content {
    border: 0;
}

.my-account-page-content-wrapper .my-account-side-links {
    border-right: 0;
}

.my-account-page-content-wrapper .my-account-side-links>a {
    border-bottom: 0;
    border-radius: 2px;
    padding: 15px 10px;
}


.my-account-page-content-wrapper .my-account-side-links>a:hover {
    background: #F7F7F7;
}


.product-unavailable-allow-oosp {
        color: #1ad12b !important;
}


#index .footer-before-specific{
    margin-top: 20px !important;
}

#cms .contact-box .elementor-image-box-img {
    max-width: 30px;
}


#blockcart .btn-secondary {
    background-color: inherit;
    border: 1px solid #08152F;
    border-radius: 5px;
    color: #08152F;
}

/* CHECKOUT ***************************************************************** */

.continue-shopping .btn-secondary{
    background-color: inherit;
    border: 1px solid #08152F;
    border-radius: 5px;
    color: #08152F;
}

#checkout h1, #cart h1{
        font-size: 42px;
    font-weight: 100;
}

#checkout #wrapper h2 {
    font-size: 30px;
}


#checkout .h1,#checkout  .h2,#checkout  .h3,#checkout  .h4,#checkout  .h5,#checkout  .h6,
#cart h1,
#checkout  h1,#checkout  h2,#checkout  h3,#checkout  h4,#checkout  h5,#checkout  h6 {

    text-transform: uppercase !important;
}

.checkout-block.main-block .inner-area {
    padding-top: 34px !important;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%) !important;
    border-radius: 5px !important;
}


#thecheckout-cart-summary{
        padding-top: 5px !important;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%) !important;
    border-radius: 5px !important;
    background: #f6f6f7;
    overflow: hidden;
}


.cart-grid .cart-container {
    border: 0 !important;
    padding: 15px !important;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%) !important;
    border-radius: 5px !important;
}

.compact-cart #tc-container .cart-item .product-line,
.compact-cart #tc-container-mobile .cart-item .product-line {
    min-height: 50px !important;
    background: #FFFFFF !important;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%) !important;
    border-radius: 5px !important;
}

.delivery-options .row.delivery-option {
    margin: 0 0 10px 0 !important; 
}

body#checkout .additional-information {
    font-size: .875rem;
    margin-left: 2.875rem;
    margin-bottom: 1.5rem !important;
    margin-top: 0 !important;
}

body.compact-cart #tc-container .cart-summary-line > span {
    line-height: 1.5 !important;
}

.delivery-options .row.delivery-option .carrier-delay { 
        font-size: .875rem;
}

div#tc-payment-confirmation {
    text-align: left !important;
    padding-left: 5px !important;
}

#tc-payment-confirmation #confirm_order {
    font-weight: 700;
    font-size: 18px;
    margin: 20px 0;
    padding: 15px 25px;
}

.compact-cart #tc-container .product-line-image img,
.compact-cart #tc-container-mobile .product-line-image img {
    max-width: 60px !important;
    border-radius: 5px !important;
    margin: 5px 5px;
}

.block-header {
    font-size: 1.5em !important;
    padding: 7px 0 !important;
    margin-left: 7px !important;
}

.already-account-label {
    font-size: 1.5em !important;
    padding: 7px 0 !important;
    margin-left: 7px !important;
}

.custom-radio input[type=radio]:checked + span {
    left: 0 !important;
    top: 0 !important;
}

.inner-area .offer-login a.log-in {
    text-decoration: underline;
    font-size: 1em !important;
}

#delivery_message, #gift_message {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
}

body.compact-cart #tc-container .block-promo .promo-code,
body.compact-cart #tc-container-mobile .block-promo .promo-code,
 {
    padding: 10px 0 !important;
}


body.compact-cart #tc-container .block-promo .promo-code .btn-primary,
body.compact-cart #tc-container-mobile .block-promo .promo-code .btn-primary {
    height: 35px;
    margin: -1px 0 0 0;
    padding: 5px 20px;
    border-radius: 0;
}

.cart-grid-right .cart-summary {
padding-top: 5px !important;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%) !important;
    border-radius: 5px !important;
    background: #f6f6f7;
    overflow: hidden;
    border: 1px dashed #A3A3A3;
}

.cart-item-header {
    border-top: none;
}

.btn-special-custom {
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0;
}

.product-line-info.quantity-info {
    font-size: .7em !important;
    font-weight: 500 !important;
}

#cart .dsn-design-summary {
    display: none;
}

#dsn-area-content {
    background: #f3f3f3;
}

#cart .input-group>.custom-select:not(:last-child), 
#cart .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-checkbox input[type=checkbox] + span {
    min-width: 16px !important;
    min-height: 16px !important;
}

.page-content .custom-checkbox input[type=checkbox]:checked + span {
    background-size: 100% !important;
}




#strojirenstvi, #potravinarstvi, #zdravotnictvi, #automotive, #farmacie, #technologie {
    margin-top: -100px;
    padding-top: 100px;
}


.cart-summary-line.cart-total {
    font-weight: normal;
    font-size: 1rem;
}

.cart-total-tax-excluded {
  font-weight: bold;
    font-size: 1.5rem;  
}


.customer-addresses {
    text-align: left !important;
    padding: 0 0 0 5px !important;
}


.customer-addresses select {
    max-width: 100%;
    height: 40px;
    padding: 10px;
    margin: 0 0 0 10px;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
}

.customer-addresses select{
    background-image: none;
}


.kb_order_summary_field_block {
    display: block !important;
}

.kborderfieldmanagerblock .form-control-label{
    font-size: 14px;
    margin-top: 15px;
    font-weight: 400;
}


.cbp-hrmenu .cbp-hrsub-inner .cbp-column-title, .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link {
    display: none;
}



.category-products h2  {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 300;
}

.product-miniature-default .product-add-cart .input-qty {
    max-width: 33px;
}

.product-quantity .btn-iqitwishlist-add {
    text-align: left;
}


.footer-before-specific.homepage-icons .elementor-widget-image-box .elementor-image-box-content {
    text-align: center !important;
}

.footer-before-specific.homepage-icons .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
           text-align: center !important; 
}

.footer-before-specific.homepage-icons .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper figure{
        height: 55px;
}

#facets_search_center-top {
color: #000000;
    background-color: #77df7569;
        padding: 1rem;
        margin-bottom: 1rem;
}

#facets_search_center-top a{ 
    text-decoration: underline;
        color: #000000;
}
    


.js-modal-content .elementor-section.elementor-section-stretched {
    width: 100% !important;
    position: relative;
    margin-left: 0 !important;
    left: 0 !important;
}

#main .modal-content {
    background-color: #fff !important;
}

.dm_color span {
    box-shadow: none !important;
}


.page-customer-account .addresses-footer {
    display: none;
}

.address-fields .customer-addresses .addresses-selection option[value="-1"] {
     display: none;   
}

#blockcart-content .cart-totals {
    font-size: 1rem;
    font-weight: 700;
}

.product-line-actions {
    flex-basis: 270px !important;
}

body.compact-cart #tc-container .product-line-actions .product-line-qty {
    margin-top: 3px !important;
}

.product-line-actions > div {
    line-height: 1.5 !important;
}

.my-account-page-content .address-footer{
    display: none;
}

.page-customer-account #content .no-account {
    background-color: #77df7569;
    padding: 1rem;
    margin-bottom: 1rem;
}

.no-account a {
    color: #000;
        font-weight: 700;
}

.kb_order_summary_field_block {
    border: none;
    padding: 10px;
}

label.has-float-label {
    margin: 20px 5px 0 5px;
}

#cart .kb_order_summary_field_block {
    display: none !important;
}

#cart .cart-container {
    margin-bottom: 20px;
}


#product .product-flags {
    bottom: 0 !important;
    top: auto;
    left: 0;
}


.price-per-piece {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #08152f;
    margin-top: 5px;
}



.show-price-link {
    border: 1px solid #E5E5EA;
    margin: 25px 0;
    border-radius: 4px;
    padding: 15px 30px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}

.show-price-link:hover {
    text-decoration: underline;
}

.show-price-link img,
.show-price-link-price img {
    vertical-align: middle;
    width: 20px; 
    height: 20px; 
    margin-right: 8px;
}

#category .show-price-link-price img {
    margin-top: 2px;
}

.show-price-link-price {
       display: inline-flex;
    border: 1px solid #E5E5EA;
    margin: 25px 0;
    border-radius: 4px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 500;
    color: #08152F;
    
}

.iqitproducttags {
    display: none;
}

.product-description {
   position: relative !important; 
}

#product .dm_clear {
    position: relative;
    top: auto;
    width: 100%;
    height: auto;
}

#product .product-accessories .section-title {
    font-size: 28px;
}

.category-products {
    margin-top: 30px !important;
}


#checkout .crossselling-products {
    display: none;
}


.product-actions .product-discount .regular-price {
    font-size: 16px !important;
}

.product-miniature-default .regular-price {
    font-size: 12px !important;
}

/* RESPONSIVE ******************************************************************************************************* */

@media (min-width: 1199px) {

    .slider-left-banner-full .elementor-iqit-banner{
        margin-left: calc((100vw - 1200px) / 2 * -1);
        width: calc(100% + calc((100vw - 1200px) / 2));

    }

    .slider-left-banner-full .elementor-iqit-banner-content {
        padding-left: calc((102vw - 1200px) / 2) !important;
    }

    .slider-left-banner-full .elementor-iqit-banner img{
        max-height: 500px;
        height: 500px;
        width: calc(100% + calc((100vw - 1200px) / 2));
        object-fit: cover;
        object-position: right bottom;
    }


    .slider-right-banner-full .elementor-iqit-banner{
        margin-right: calc((100vw - 1200px) / 2 * -1);
        width: calc(100% + calc((100vw - 1200px) / 2));

    }

    .slider-right-banner-full .elementor-iqit-banner-content {
        padding-right: calc((102vw - 1200px) / 2) !important;
    }

    .slider-right-banner-full .elementor-iqit-banner img{
        max-height: 250px;
        height: 250px;
        width: calc(100% + calc((100vw - 1200px) / 2));
        object-fit: cover;
        object-position: left bottom;
    }



    .hp-left-banner-full .elementor-element-populated{
        margin-left: calc((100vw - 1200px) / 2 * -1) !important;
        width: calc(100% + calc((100vw - 1200px) / 2));
    }

    .hp-left-banner-full .elementor-element-populated  .elementor-widget-wrap{
        padding-left: calc((102vw - 1200px) / 2) !important;
    }




    .hp-right-banner-full .elementor-element-populated{
        margin-right: calc((100vw - 1200px) / 2 * -1) !important;
        width: calc(100% + calc((100vw - 1200px) / 2));
    }

    .hp-right-banner-full .elementor-element-populated  .elementor-widget-wrap{
        padding-right: calc((102vw - 1200px) / 2) !important;
    }

}


@media (max-width: 991px) {

        #mobile-header .logo {
            max-height: 50px;
            height: auto;
            width: auto;
        }

        #mobile-header .mobile-main-bar {
            padding-top: 10px;
            padding-bottom: 10px;
        }

        #mobile-header {
            border-bottom: 0;
        }

        #mobile-header .dropdown-mobile {
            box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
        }

       .ps-shoppingcart .cart-products-count-btn {
            top: -25px !important;
            right: -12px !important;
        }

    #authentication #main {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }



   

}

@media (max-width: 767px) {
    .header-email {
        display: none;
    }

    .elementor-products-tabs .nav-tabs .nav-item .nav-link  {
        padding: 32px 55px;
    }

    .text-center-sm .elementor-element-populated{
        text-align: center !important;
    }
    
    .text-center-sm .elementor-widget-image-box .elementor-image-box-wrapper {
        text-align: center !important;
    }

    .elementor-widget-prestashop-widget-modules .poslistcategories h3 {
        font-size: 32px;
    }

    .nav-tabs-header {
        font-size: 32px;
    }

    .elementor-element.elementor-element-ch0xqul .elementor-heading-title {
       font-size: 32px !important;
    }

    #category h1.page-title{
        text-align: center;
    }

 #my-account .page-title {
        font-size: 35px !important; 
    }
    
}


@media (max-width: 576px) {

    .footer-icon-box {
        float: none;
        width: 100%;
    }

    .col-mobile-btn-account.iqitwishlist {
        display: none;
    }

    .header-phone {
        display: none;
    }

    .elementor-products-tabs .nav-tabs .nav-item .nav-link  {
        padding: 32px 35px;
    }

    .poslistcategories .owl-carousel .item-listcategories {
        flex-grow: 1;
        width: 48%;
    }


    .elementor-products-tabs .nav-tabs .nav-item .nav-link {
        padding: 20px 20px;
    }

}






