/** SKRYTIE DARČEKOV **/

h4.your-gift, h3.your-gift {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    display: none;
}

.cart-content .free-gift {
    display: none!important;
}

.cart-widget-product-image img {
    max-width: 100%;
}

.increase, .quantity .decrease {
    border-color: transparent;
    background: linear-gradient(135deg, #191919, #3f3f3f) !important;
}

.cart-free-shipping {
    z-index: 3;
    position: absolute;
    left: 0;
    bottom: 55px;
    display: table;
    width: 100%;
    height: 56px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}

.cart-free-shipping strong {
    font-weight: 700;
}

.cart-widget.popup-widget .cart-widget-product .cart-widget-product-name a {
    font-weight: 600;
    color: #1e1e1c;
    text-decoration: none;
    line-height: 14px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 2px;
}

.cart-widget.popup-widget #continue-order-button {
    height: 56px;
    line-height: 56px;
    margin: 10px 0 0;
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: unset;
    font-weight: 600;
    position: relative;
}

#cboxContent {
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(135deg, #191919, #3f3f3f) !important;
}

.advanced-order .h1 {
    font-size: 14px!important;
    font-weight: 600!important;
    color: #c0c0c0;
    margin-bottom: 0px;
    margin-top: 20px;
}

.advanced-order .h2 {
    font-size: 20px!important;
    text-transform: uppercase;
    font-weight: 600!important;
    margin-bottom: 10px;
}

.advanced-order .extras-wrap .extra {
    margin: 0 0 0px;
}

#colorbox[role=dialog] #cboxLoadedContent .advanced-order .extras-wrap {
    max-width: 284px;
    margin: 0 auto;
    border: none;
    padding: 0;
    color: #c0c0c0;
}

.advancedOrder__buttons .next-step-back {
    display: inline-block !important;
    transition: 0.2s;
    line-height: 38px;
    padding: 0 25px;
    min-height: 38px;
    background: transparent;
    color: #fff!important;
    font-size: 14px!important;
    border: 2px solid #fff;
    margin-right: 15px;
    font-family: var(--template-font);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

.advancedOrder__buttons .next-step-back:hover {
    background: #fff!important;
    color: #191919!important;
}

.advancedOrder__buttons a.btn {
    display: inline-block !important;
    line-height: 38px;
    padding: 0 25px;
    min-height: 38px;
    color: #191919 !important;
    background: #fff !important;
    border: 2px solid #fff;
    font-weight: 700;
    text-transform: uppercase;
}

#cboxClose:before {
    content: "\e912";
    position: absolute;
    left: 13px;
    color: #fff;
    top: 19px;
    font-size: 14px;
    text-indent: 0;
    line-height: 40px;
}

#cboxClose {
    background-color: none!important;
}

.advancedOrder__buttons a.btn:hover {
    color: #fff !important;
    border: 2px solid #fff;
    background: transparent !important;
}

@media (min-width: 768px) {
    .popup-widget {
        width: 615px;
    }
}

@media (min-width: 992px) {
    .admin-logged .popup-widget.cart-widget, .admin-logged .popup-widget.login-widget {
        top: 124px;
    }
}

@media (min-width: 1460px) {
    .popup-widget.cart-widget {
        right: calc(50% - 745px);
    }
}

@media (min-width: 1720px) {
    .popup-widget.cart-widget {
        right: calc(50% - 835px);
    }
}
