body {
    min-height: 0 !important;
    height: 100%;
}

body.overflow-y-scroll {
    overflow-y: scroll;
}

/* sub menu hover */
#sidebar_left.sidebar-light .sidebar-menu>li>ul>li>a:hover {
    background-color: #eeeeee;
}

/* Begin breadcrumb */

.products-steps .breadcrumb>li,
.products-steps .breadcrumb>li:before {
    color: inherit;
}

.products-steps .breadcrumb>li:before {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.125em;
}

.products-steps .breadcrumb>li .number {
    display: inline-block;
    width: 25px;
    margin-top: -3px;
    margin-right: 5px;
    line-height: 25px;
    background-color: #9d9d9d;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
}

/* end breadcrumb */

/* begin menu */

.products-side-left .sidebar-menu>li>a {
    color: inherit;
}

.products-side-left .sidebar-menu>li>a:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.products-side-left .sidebar-menu li>a>span.caret {
    color: inherit;
}

.products-side-left .sidebar-menu>li>ul {
    width: auto;
    background: transparent;
}

.products-side-left .sidebar-menu>li>ul>li>a {
    color: inherit;
}

.products-side-left .sidebar-menu>li>ul>li>a:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.products-side-left .sidebar-menu>li>ul>li>a:after {
    display: none;
}

/* end menu */

/* begin menu alt */

#rum_menu a:hover,
#rum_menu a:focus {
    background-color: rgba(255, 255, 255, 0.5);
}

/* #rum_menu ul.collapse.in ~ a{
    
} */

/* end menu alt */

/* begin product item */

.product-item .product-image {
    padding-top: 60%;
    background-size: cover;
    background-position: center center;
}

.product-item .product-content .row {
    margin-left: -10px;
    margin-right: -10px;
}

.product-item .product-content .col-xs-6 {
    padding-left: 10px;
    padding-right: 10px;
}

.product-item .product-content {
    min-height: 130px;
}

.product-item .product-content-main {
    min-height: 60px;
}

.product-item .product-content-main p {
    font-size: 0.875em;
}

.product-item .product-title {
    font-size: inherit;
    /* text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; */
}

/* end product item */

/* begin Product item checkbox */

.product-item .checkbox-custom label:before {
    background-color: transparent;
    border-width: 1px;
    width: 20px;
    height: 19px;
}

.product-item .checkbox-custom.fill input[type=checkbox]:checked+label:after {
    color: inherit !important;
}

.product-item .checkbox-custom label:after {
    font-size: 13px !important;
}

/* end Product item checkbox */

.basket-scroller .scroller-content {
    /* padding-bottom: 65px; */
    /* padding-bottom: 127px;
    padding-bottom: 150px; */
}

.affix .basket-scroller.scroller-active .scroller-content {
    /* padding-bottom: 90px; */
}

.basket-scroller .products-side-cart {
    padding: 0 0 150px 0;
}

.affix .basket-scroller .products-side-cart {
    padding-bottom: 90px;
}

#basket_footer {
    position: absolute;
    position: fixed;
    bottom: 127px;
    bottom: 0;
    width: 100%;
    width: 320px;
    padding: 15px;
    background-color: #777777;
    z-index: 1;
}

/* products slider */
#product-images-slider .carousel-indicators li {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 1px;
    border-color: #ffffff;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}

#product-images-slider .carousel-indicators li::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

#product-images-slider .carousel-indicators li.active::after {
    display: none;
}

/* end products slider */

/* Welcome page */
.options-welcome-top {
    padding: 7% 5% 140px 5%;
}

.options-welcome-top-content {
    width: 400px;
    max-width: 100%;
}

.options-welcome-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 10px 5px;
    background: #ffffff;
}

/* end Welcome page */

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.bg-size-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.d-block {
    display: block;
}

.d-inline-block {
    display: block;
}

.d-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.d-table-cell {
    display: table-cell;
}

/* ribbon */
.product-item,
.product-images-slider-wrapper {
    position: relative;
    overflow: hidden;
}

.product-item .ribbon,
.product-images-slider-wrapper .ribbon {
    position: absolute;
    width: 150px;
    text-align: center;
    padding: 10px;
    right: -40px;
    top: 16px;
    font-size: 13px;
    font-weight: 600;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    z-index: 10;
}