.footer-content {
    display: none !important;
}

/* ============================================================
   EUNET summary_on_side: "Rezime korpe" card u bocnoj koloni (col-xl-4).
   Isti mehanizam kao onestep_eunet_hosting_side_2019: JS normalno dodaje
   .orderpage-summary-sticky (+ inline margine/width + hide details), a mi ga
   id-selektorom (#orderpage-summary) preskinemo u sticky card i gazimo te
   inline stilove sa !important. Time se sadrzaj/font poklapa sa side_2019.
   Sve je skoupovano na .orderpage-sidesummary => bottom mode ostaje netaknut.
   Footer se prikazuje (html.eunet-op-sidesummary gazi stock hide).
   ============================================================ */
.orderpage-sidesummary #orderpage-summary {
    position: -webkit-sticky;
    position: sticky;
    top: 85px;
    width: 100% !important;
    height: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 25px;
    padding: 20px !important;
    overflow: unset !important;
    box-shadow: 0px 4px 12px 0px rgba(109, 40, 217, 0.04);
}
.orderpage-sidesummary #orderpage-summary .orderpage-summary-details {
    display: block !important;
    width: 100% !important;
}
.orderpage-sidesummary #orderpage-summary .orderpage-summary-content {
    width: 100% !important;
    padding-bottom: 20px !important;
}
.orderpage-sidesummary #orderpage-summary .orderpage-summary_total {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}
.orderpage-sidesummary #orderpage-summary .orderpage-summary_submit {
    width: 100% !important;
}
.orderpage-sidesummary #promoform { padding-top: 20px; padding-bottom: 20px; }
.orderpage-sidesummary .cupon-code { font-size: 14px; }
.orderpage-sidesummary .text-promo { padding-right: 5px; font-weight: 700; }
.orderpage-sidesummary .subtotal-cupon { color: #9799A6 !important; font-size: 10px; }
.orderpage-sidesummary #orderpage-lastblock { height: 0 !important; }

/* Footer uvek prikazan u side modu (stock orderpage.css ga krije: display:none). */
html.eunet-op-sidesummary .footer-content { display: block !important; }

/* ============================================================
   EUNET tipografija side summary boxa (portovano iz side_2019, skoupovano).
   Stock h1/h3 skale su za donju traku preko celog ekrana; u uskom bocnom boxu
   su predimenzionirane -> svodimo na skalu strane (osnovni tekst .9rem, cena
   nije velika ljubicasta vec 1rem crna kao label).
   ============================================================ */
.orderpage-sidesummary .orderpage-summary > h3 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 1rem !important;
}
.orderpage-sidesummary .orderpage-summary .orderpage-summary-details {
    font-size: .9rem;
}
.orderpage-sidesummary .orderpage-summary .orderpage-summary-details td {
    padding: 2px 0;
}
.orderpage-sidesummary .orderpage-summary .orderpage-summary-content {
    font-size: .9rem;
}
.orderpage-sidesummary .orderpage-summary .orderpage-summary-content h5 {
    font-size: .9rem;
    font-weight: 400;
    margin: 0;
}
.orderpage-sidesummary .orderpage-summary .orderpage-summary_total h3 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}
.orderpage-sidesummary .orderpage-summary .orderpage-summary_total {
    align-items: center !important;
}
.orderpage-sidesummary .orderpage-summary .orderpage-summary_total .text-primary.h1 {
    font-size: 1rem !important;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
    color: #000415 !important;
}

.cart-products-scount {
    border: 1px solid #ddd;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 20px;
    margin-bottom: .5rem;
    display: inline-block;
    text-align: center;
    color: #888;
}

.cart-product {
    overflow: hidden;
}

.cart-product:hover:not(.outofstock) {
    border-color: #9BA0B3;
    cursor: pointer;
}

.cart-product.outofstock:hover {
    cursor: default;
}

.cart-product.outofstock .cart-product-outofstock-badge {
    background: #9BA0B3;
    display: block;
    position: absolute;
    color: #fff;
    top: -25px;
    left: -184px;
    transform: rotate(-45deg);
    padding: 40px 50px 10px;
    text-align: center;
    width: 400px;
    text-transform: uppercase;
    line-height: 15px;
    letter-spacing: 1px;
    word-spacing: 5px;
    font-size: 12px;
    z-index: 20;
}

.cart-product .cart-product-section {
    margin-bottom: -1px;
    padding-bottom: 0;
    display: block;
    height: auto;
    overflow: hidden;
}

.cart-product.outofstock .cart-product-section {
    opacity: .4;
}

.cart-product .cart-product-section ul {
    margin: 0;
}

.cart-product.selected:not(.outofstock) {
    border-color: #3891F2;
    background-color: #3891F2;
    box-shadow: 0 5px 30px -5px rgba(37, 45, 51, .5);
    cursor: default;
    transition: all .2s ease;
}

.cart-product.selected:not(.outofstock) .vtip_description.vtip_features {
    background: url(../vtip_white.png) no-repeat right center;
}

.cart-product.selected:not(.outofstock) * {
    color: #fff;
}

.cart-product.selected:not(.outofstock) .text-primary {
    color: #fff !important;
}

.cart-product.selected:not(.outofstock) .text-muted {
    color: rgba(255, 255, 255, .7) !important;
}

.cart-product .vtip_description.vtip_features {
    position: absolute;
    right: 10px;
    top: 10px;
    color: white;
    z-index: 20;
    background: url(../vtip.png) no-repeat right center;
}

.cart-product-features ul {
    padding-left: 0;
    margin-left: 1rem;
    margin-right: 1rem;
    list-style: none !important;
}

.orderpage .orderpage-couponbox {
    margin: 20px 0;
}

.orderpage .orderpage-summary.orderpage-summary-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    box-shadow: 0 0 40px -10px rgba(37, 45, 51, 0.3);
    z-index: 840;
    padding: 10px;
    height: auto;
    background-color: white;
}

.orderpage .orderpage-summary .orderpage-summary-content {
    margin: 5px auto;
}

.orderpage .orderpage-summary:not(.orderpage-summary-sticky) .orderpage-summary-content .orderpage-summary_bcycle {
    margin: 3rem 0 !important;
}

.orderpage .orderpage-summary:not(.orderpage-summary-sticky) .orderpage-summary-content .orderpage-summary_total {
    margin: 3rem 0 !important;
}

.orderpage .orderpage-summary:not(.orderpage-summary-sticky) .orderpage-summary-content .orderpage-summary_submit {
    margin: 3rem auto !important;
    width: 300px;
}

.orderpage .orderpage-summary.orderpage-summary-sticky .orderpage-summary-content .orderpage-summary_bcycle {
    width: 100%;
    margin-right: 40px;
}

.orderpage .orderpage-summary.orderpage-summary-sticky .orderpage-summary-content .orderpage-summary_total {
    width: 100%;
    margin-right: 40px;
}

.orderpage .orderpage-summary.orderpage-summary-sticky .orderpage-summary-content .orderpage-summary_title .cart-products-scount {
    display: none;
}

.orderpage .orderpage-summary.orderpage-summary-sticky .orderpage-summary-content .orderpage-summary_title h3 {
    font-size: 12px;
    color: #9BA0B3;
    margin-bottom: 0px;
    display: block;
    letter-spacing: .45px;
}

.orderpage .orderpage-summary .orderpage-summary-details {
    margin: 5px auto;
}

.orderpage .orderpage-summary .orderpage-summary-details-info {
    margin: 5px auto;
    display: flex;
    flex-direction: row;
}
#texts-config{
    margin-top: 80px;
}
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    z-index: 200;
}

.ribbon::after {
    position: absolute;
    z-index: 200;
    content: '';
    display: block;
    border: 5px solid;
    border-color: #2dc76b;
}
.ribbon::before{
    position: absolute;
    z-index: 200;
    content: '';
    display: block;
    border: 5px solid;
    border-color: #2dc76b;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #2dc76b;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
}

.ribbon-top-right {
    top: -10px;
    right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}
.ribbon-top-right::before {
    top: 0;
    left: 0;
}
.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}
.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}
.product-out-of-stock{
    position: absolute;
    width: 88px;
    height: 88px;
    overflow: hidden;
    border-top-left-radius: .43rem .43rem;
    top: 0;
}
