div[id^="gb-widget-"], .back-to-top{
    display: none!important;
}
.product-cart{
    height: 100%;
}
.product-cart .title{
    padding: 5px 0 10px 0;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    color: #767676;
}
.product-cart .button-wrapper{
    width: 100%;
    text-align: center;
    margin: auto 0 10px 0;
}

.mobil-footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    z-index: 99;
    background: #FFF;
    box-shadow: 0 0.3rem 2rem rgb(0 0 0 / 30%);
}

.mobil-footer .btn{
    width: 100%;
    height: 45px;
    white-space: nowrap;
}

.mobil-footer .btn-category{
    width: 220px;
}
.mobil-footer .btn-category i{
    transform: scale(1.4);
    margin-left: -3px;
    margin-right: 10px;
}

.col-sidebar.mobil-open{
    position: fixed;
    top: 0;
    left: 0;
    background: #FFF;
    height: 100%;
    min-width: 100%;
    overflow-x: hidden;
    z-index: 99999;
    padding-left: 0px;
    display: block !important;
}


.col-sidebar.mobil-open .col-sidebar__products{
    padding-bottom: 20px;
    box-shadow: unset !important;
}

.col-sidebar__products{
    padding: 20px 10px;
    margin-top: 0px;
    box-shadow: 0 0.3rem 2rem rgb(0 0 0 / 10%);
}

.col-sidebar__products > .row{
    border-bottom: solid 2px #efefef;
}

.col-sidebar__products .product-title{
    color: #767676;
    font-size: 15px;
    padding-right: 10px;
}

.col-sidebar__products .product-quantity{
    padding: 5px !important;
    width: 50% !important;
    max-width: 170px;
    text-align: center;
    color: #000;
    font-size: 16px;
}

.image-wrapper{
    position: relative;
}

.image-wrapper:before{
    background-color: rgba(51,51,51,.04);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    z-index: 5;
}

.form-border{
    border: 1px solid #ced4da !important;
    color: #000 !important;
}

.btn-close{
    position: absolute;
    right: 13px;
    top: 5px;
    z-index: 10;
}

.product .inner-page__content{
    padding-bottom: 0px !important;
}

.fancybox-button {
    background: #00000070 none repeat scroll 0 0 !important;
}

.image-icon{
    position: absolute;
    right: 0;
    margin: 10px;
    opacity: 0.5;
}

.product-icon{
    transition: all .2s ease;
}

.effect{
    transform: scale(1.2);
}

.header-nav .navigation.sticky{
    position: absolute !important;
}