/*uprava mobilni verze*/

/*uprava DETAIL PRODUKTU*/  

.p-image-wrapper .flags-extra {
    position: static;
    /* right: 8px; */
    z-index: 10;
}

@media (max-width: 600px){
  body.type-detail span.flag.flag-freeshipping.parameter-dependent.\31 85-4595 {
      border-radius: 0px;
      width: 54%;
      height: 34px;
      display: flex;
      flex-direction: row;
      background: #000000;
      margin-left: 10px;
  }
  
  body.type-detail .p-image-wrapper .flags-extra {
      right: 8px;
      z-index: 10;
      /*bottom: -10px;*/
  }
  
  body.type-detail span.icon-van {
      font-size: 24px !important;
  }
  
  body.type-detail .icon-van:after {
      content: "\e92e";
      display: none!important;
  }
  
  body.type-detail .icon-van::before {
      content: '\e92e';
      padding-right: 19px;
  }}


/*--------KOŠÍK----------*/

/*drop na vstupu do košíku*/
@media only screen and (max-width: 600px) {
#header .popup-widget.search-widget, #header .popup-widget.login-widget, #header .popup-widget.cart-widget {
    top: 70px;
}

.quantity, .quantity .decrease, .quantity .increase {
    border-color: #c9c9c9;
    border-radius: unset !important;
}

.popup-widget-inner.cart-widget-inner .cart-widget-products .cart-widget-product .cart-widget-product-amount {
    padding: 0;
    width: 90%;
    padding-top: 20px;
}

.cart-widget-product-delete button {
    padding-top: 8px;
}

.cart-widget-product-delete button:before {
    content: "\e912";
    color: red;
}

/*počet položek v košíku v kolečku*/
#header .header-top .header-top-wrapper .navigation-buttons a[data-target=cart] i {
    background-color: #f00;
    top: 10px;
}

/*skryvá porovnání iconu*/
div#dkLabComparerHeaderWrappper {
    display: none;
}
    /*tlačítko pokračovat*/
    a#continue-order-button {
        background-color: #5cbb00;
        border-color: #5dbb01;
    }
    
    a#continue-order-button:hover {
        background-color: #4c9a00 !important;
        border-color: #4c9a00 !important;
    }

/**/

    .popup-widget-inner.cart-widget-inner .cart-widget-products {
        margin-bottom: 20px;
    }

    .popup-widget-inner.cart-widget-inner .cart-widget-bottom {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        bottom: 0;
        display: flex;
        flex-flow: column-reverse;
        height: 120px;
        left: 0;
        position: absolute;
        text-align: center;
        width: 85%;
        z-index: 3;
    }

    .cart-free-shipping {
        color: green;
    }

    /*kroky*/
    ol.cart-header.step-0, ol.cart-header.step-2 {
        border-bottom: 1px solid;
        padding-bottom: 20px !important;
    }
    
    
    ol.cart-header li.active strong:before {
        background-color: BLACK;
        border-color: transparent;
        border-radius: 100px !important;
        color: white;
        height: 49px !important;
        font-size: 15px !important;
    }
    
    #content ol.cart-header li a, #content ol.cart-header li strong {
        font-size: 15px;
        font-weight: 600 !important;
    }

    #content ol.cart-header li a:before, #content ol.cart-header li strong:before {
        font-size: 15px;
        height: 49px;
        line-height: 50px;
        width: 50px;
    }
    
    #content ol.cart-header li a:before, #content ol.cart-header li strong:before {
        border-radius: 100px;
    }

    /*krok1 produkty v košíku*/

    table.cart-table {
        padding: 0 20px;
        margin-bottom: 0;
    }

    .cart-p-availability span.p-label {
        display: none;
    }

    span.main-link-variant {
        padding-top: 0 !important;
    }

    .cart-p-availability {
        padding-top: 3px !important;
        margin-top: 0 !important;
    }

    td.p-price.p-cell {
        text-align: left !important;
    }

    .remove-item, .remove-item-placeholder {
        margin: 0;
        padding: 0px;
    }

    .cart-table .inline.delete-cart-item .remove-item:before {
        font-size: 14px;
        color: red;
    }

    .cart-table .inline.delete-cart-item {
        margin-top: -24px;

    }

    .cart-summary h4 {
        margin-top: 0;
    }

    /*krok2 - doprava a platba*/

    span.choose-point-of-personal-collection {
        border: 1px solid red;
        padding: 8px 9px;
    }
    span.choose-point-of-personal-collection:hover {
        background: red;
        padding: 8px 9px;
    }
    
    span.choose-point-of-personal-collection a:hover {
        color: #ffffff;
    }

    span.choose-point-of-personal-collection a {
        color: red;
    }

    span.sublabel.personal-collection-choose-branch {
        margin-top: 8px;
    }

    body.in-krok-1 .checkout-box {
        display: none !important;
    }

    body.in-krok-1 em.not-possible-info {
        color: #ff3b3b;
    }

    body.in-krok-1 button#orderFormButton {
        background-color: #5cbb00;
        border-color: #5dbb01;
    }
    
    body.in-krok-1 button#orderFormButton:hover {
        background-color: #4c9a00 !important;
        border-color: #4c9a00 !important;
    }

    body.in-krok-1 .order-summary-item.price {
        border-top: 2px solid;
        background: white;
        padding: 20px;
    }

    body.in-krok-1 div#checkoutSidebar:last-child {
        border-top: 2px solid red;
        background: white !important;
    }

    body.in-krok-1 .cart-content {
        background: white !important;
    }

    body.in-krok-1 .order-summary-item.helper {
        border-top: 2px dotted #aaaaaa;
    }

    body.in-krok-1 tr {
        display: flex;
        align-items: flex-start;
        padding: 20px;
        text-align: left;
        background: white;
        border-radius: 10px;
        flex-direction: column;
    }

    body.in-krok-1 a#HcCalculater {
        margin-bottom: 17px !important;
    }

    body.in-krok-1 span.payment-logo {
        text-align: right;
        background: white;
        padding: 10px;
        border-radius: 9px;
    }

    .icon-address:after {
        content: "\e923";
        display: none;
    }
    
    .icon-address:before {
        content: "\e923";
        color: red;
    }

        /*slevový kod košík*/
        .icon-discount::before {
            content: '\e92a';
            color: red;
            font-size: 30px;
        }
        
        .icon-discount:after {
            content: "\e92a";
            display: none;
        }

            /*doprava zdarma*/
    
    body.in-kosik .icon-van:after {
        display:none;
    }

    body.in-krok-1 .icon-van::after {
        display: none;
            }
        
        body.in-krok-1 .icon-van::before {
        content: '\e92e';
        color: red;
    }

    body.in-krok-1 .icon-wallet:after {
        display: none !important;
            }
        
        body.in-krok-1 .icon-wallet:before {
       color: #ff0009;
       }

    body.in-krok-1 .payment-info {
        flex-grow: 1;
        flex-shrink: 1;
        padding-right: 8px;
        width: 50%;
    }

    

    body.in-kosik .icon-van::before {
        content: '\e92e';
        font-size: 20px;
        color: white;
        background: black;
        border-radius: 100%;
        padding: 8px 6px 6px 9px;
        border: 2px solid black;
    }

    .extras-wrapper .icon-van {
        font-size: 48px;
        height: 40px;
        margin-top: -26px;
    }

    .extra.delivery {
        margin-top: 19px;
        padding-bottom: 12px;
    }

    body.in-krok-1 .icon-info:after {
        display:none;
            }
        
        body.in-krok-1 .icon-info::before {
        content: '\e917';
        color: red;
    }

    h4.order-icon.order-information {
        padding-top: 12px;
    }

    .select2-selection, select, select.form-control {
        max-width: 100%;
    }

    .form-group label {
        display: inline-block;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        padding-left: 17px;
    }

    body.in-krok-2 fieldset.box.box-sm.box-bg-default.co-box.co-contact-information, .co-box.co-billing-address {
        border: unset !important;
    }

    body.in-krok-2 div#checkoutSidebar .cart-content {
        border: unset;
        border-top: 2px solid red;
        box-shadow: unset;
        border-radius: 0;
        background: white;
    }

    body.in-krok-2 .co-box.co-box-additional {
        border-top: 1px solid #dbdbdb;
        padding-top: 30px;
        background: #f7f7f7;
        color: black;
    }

    body.in-krok-2  .cart-content h4 {
        align-items: center;
        display: flex;
        padding-bottom: 22px;
        border-bottom: 1px solid #d2d2d2;
        font-size: 25px !important;
    }


    body.in-krok-2 #checkoutSidebar .cart-content h4 {
        font-size: 21px !important;
        font-weight: 600;
        margin-bottom: 16px;
        margin-top: 0;
        text-transform: uppercase;
        justify-content: center;
        padding-top: 13px;
    }

    .js-validator-msg.msg-error {
        color: #c60101;
        padding-top: 10px;
    }

    body.in-krok-2 fieldset.box.box-sm.box-bg-default.co-box.co-contact-information {
        margin-bottom: 0;
        padding-bottom: 10px;
    }

/*-------MENU MOBIL------*/

/*prihlašení*/
i.icon-login {
    color: red;
}

body.mobile .hambVrch {
    text-align: left;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 20px;
    border-top: 1px solid red;
}

input[type=radio]+label:before {
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    height: 19px;
    left: -1px;
    width: 19px;
}

/*tlačitko koupit*/

body.type-product .dvDetPr .kosik .dvKosik .prava .dvButtony .add-to-cart button.add-to-cart-button {
    color: #fff;
    background: #5cbb00;
    border: 1px solid #c8c8c8;
    border-radius: 0;
    padding: 0 70px 0 30px;
    font-size: 22px;
    line-height: 50px;
}

.p-to-cart-block {
    width: 320px;
}

body.in-krok-1 span.sublabel.personal-collection-choose-branch {
    width: 228px;
    border-radius: 10px;
    margin-top: 5px;
    color: #4f9b00;
    font-size: 13px;
    font-weight: 600 !important;
    line-height: 2;
}

body.in-krok-1 span.sublabel.personal-collection-choose-branch a.chosen {
    color: white;
    padding: 5px 12px;
    background: black;
    border-radius: 0px;
    font-size: 12px;
}

/*pop-up výber prodejny při osobním odběru*/


.content-modal {
    padding: 20px 53px;
}

div#personal-collection-wrapper h2 {
    border-bottom: 3px solid red;
    padding-bottom: 15px;
    text-align: center;
}

div#personalCollectionPoint-26 {
    background: #fbfbfb;
    padding: 1px 30px;
    border-radius: 20px;
    border: 1px solid #d4d4d4;
}

div#personalCollectionPoint-26 p.em {
    font-size: 15px;
    color: #ff8484;
    background: #fdeded;
    padding: 10px 20px;
    font-style: normal;
    display: none;
}

div#personalCollectionPoint-26 p {
    font-size: 20px;
    line-height: 1.4;
}

div#personalCollectionPoint-17 {
    background: #fbfbfb;
    padding: 1px 30px;
    border-radius: 20px;
    border: 1px solid #d4d4d4;
}

div#personalCollectionPoint-17 p.em {
    font-size: 15px;
    color: #ff8484;
    background: #fdeded;
    padding: 10px 20px;
    font-style: normal;
    display: none;
}

div#personalCollectionPoint-17 p {
    font-size: 20px;
    line-height: 1.4;
}

div#personalCollectionPoint-14 {
    background: #fbfbfb;
    padding: 1px 30px;
    border-radius: 20px;
    border: 1px solid #d4d4d4;
}

div#personalCollectionPoint-14 p.em {
    font-size: 15px;
    color: #ff8484;
    background: #fdeded;
    padding: 10px 20px;
    font-style: normal;
    display: none;
}

div#personalCollectionPoint-14 p {
    font-size: 20px;
    line-height: 1.4;
}

div#personalCollectionPoint-11 {
    background: #fbfbfb;
    padding: 1px 30px;
    border-radius: 20px;
    border: 1px solid #d4d4d4;
}

div#personalCollectionPoint-11 p.em {
    font-size: 15px;
    color: #ff8484;
    background: #fdeded;
    padding: 10px 20px;
    font-style: normal;
    display: none;
}

div#personalCollectionPoint-11 p {
    font-size: 20px;
    line-height: 1.4;
}

a.btn.btn-primary.btn-xs.enabled {
    background: black;
    border-radius: 10px;
    padding: 13px 24px;
    font-size: 16px;
    color: #ffffff;
}


}





