.footer-content {
    display: none !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;
}
