.mob-show {
    display: none !important;
}

 
.order__form-thanks .input__info {
    width: 100%;
    position: relative;
    text-align: center;
    top: 0;
    font-size: 2rem;
    font-weight: 600;
}

.scroll-bar {
    border-top: .25rem solid transparent;
    border-right: .25rem solid transparent;
}
.scroll-bar::-webkit-scrollbar {
    width: .25rem;
}
  
.scroll-bar::-webkit-scrollbar-track {
    border-radius: .25rem;
}
/* .advantage__desc1{
	display: flex;
	justify-content: space-between;
}
.advantage__desc1 .row{
	flex:unset
} */
.scroll-bar::-webkit-scrollbar-thumb {
    background: var(--color__fill-1);
    border-radius: .25rem;
}

.page-count {
    font-weight: 650;
    color: var(--color__fill-2);
    top: .25rem;
    position: relative;
}

.page-title, .page-title b {
    font-family: HelveticaC;
}

/* scrollbar */
.scrollbar {
    scrollbar-width: thin;
    scrollbar-color: var(--color__fill-2) transparent;
}

.scrollbar::-webkit-scrollbar {
    width: 0.25rem;
}

.scrollbar::-webkit-scrollbar-track {
    background-color: transparent;
}

.scrollbar::-webkit-scrollbar-thumb {
    background: var(--color__fill-2);
    border-radius: .5rem;
}
.quick-link{
	padding: 0;
    height: 7.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .675rem;
    padding-top: .75rem;
    font-weight: 600 !important;
    border-radius: .75rem;
    color: var(--color__dark) !important;
}
.quick-link__icon{
	width: 4rem;
    height: 4rem;
    background-size: auto 100%;
    position: relative;
}

@media screen and (max-width:991px) {
    .scroll__top {
        display: none !important;
    }

    .header-catalog1__list .bx-searchtitle form .input-group input {
        height: auto !important;
    }

    .header-catalog1__list .bx-searchtitle form .input-group input {
        background-size: 1rem !important;
        width: calc(100% - 2rem);
        margin-left: 1rem;
    }


}