#zs-shop .sticky::-webkit-scrollbar {
    width: 7px;
}

/* Track */
#zs-shop .sticky::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
#zs-shop .sticky::-webkit-scrollbar-thumb {
    background: var(--zs-muted);
}

/* Handle on hover */
#zs-shop .sticky::-webkit-scrollbar-thumb:hover {
    background: var(--zs-primary);
}

#zs-shop .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    max-height: 97vh;
    /* overflow: hidden; */
    /* overflow-y: auto; */
}


.fs-20 {
    font-size: 20px !important;
}

#zs-shop .product-price {
    font-size: 24px;
    display: block;
    text-align: center;
    font-family: monospace;
    color: var(--zs-danger);
    font-weight: bold;
}

#zs-shop .product-brand {
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

#zs-shop .tag {
    font-size: 14px;
    padding: .7em;
    margin: 0 .1em;
    border: 1px solid #e4e4e4;
    border-radius: 0.35em;
    display: inline-block;
    line-height: 30px;
    height: 50px;
}

#zs-shop .tag a {
    color: #bbb;
    cursor: pointer;
    opacity: 0.6;
}

#zs-shop .tag a:hover {
    opacity: 1.0
}

#zs-shop .tag .remove {
    vertical-align: bottom;
    top: 0;
}

#zs-shop .tag a {
    margin: 0 0 0 .3em;
    color: var(--zs-primary);
}

#zs-shop .tag a > span {
    color: black;
}

#zs-shop .tag .iconify {
    position: relative;
    top: -3px;
}

#zs-shop .tag .iconify.icon {
    font-size: 30px;
    margin-right: 4px;
}

#zs-shop .tag .iconify.removetag {
    font-size: 19px;
    top: 0px;
}

#zs-shop .tag .badge {
    width: 21px;
    height: 21px;
    top: 6px;
    position: relative;
    display: inline-block;
}

#zs-shop .tag .tag-remove {
    margin-left: 4px;
    cursor: pointer;
}

#zs-shop div#zs-shop-products {
    /* margin: 0 -25px; */
}

#zs-shop .scroller::-webkit-scrollbar {
    width: 7px;
}

/* Track */
#zs-shop .scroller::-webkit-scrollbar-track {
    background: var(--zs-white);
    border-radius: 4px;
}

/* Handle */
#zs-shop .scroller::-webkit-scrollbar-thumb {
    background: var(--zs-muted);
    border-radius: 4px;
}

/* Handle on hover */
#zs-shop .scroller::-webkit-scrollbar-thumb:hover {
    background: var(--zs-primary);
}

#zs-shop .sticky .scroller {
    visibility: hidden;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    width: calc(100% + 14px);
    padding-right: 5px;
}

#zs-shop .sticky .scroller * {
    visibility: visible;
}

#zs-shop .sticky:hover .scroller {
    visibility: visible;
}

#zs-shop .stick-scroll {
    position: relative;
    /* height: 97vh; */
    /* padding-right: 5px; */
}

#zs-shop div#zs-shop-products .item{
	background: #ffffffde;
	border-top-width: 3px;
	border-top-style: solid;
}
#zs-shop div#zs-shop-products .card-footer {
    background: none;
    border: 0;
}

#zs-shop div#zs-shop-products .card-footer > a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 47px;
}
#zs-shop .page-item.active .page-link{
    background-color: var(--zs-primary);
    border-color: var(--zs-primary);
}


@keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -1000px 0; }
}
@-moz-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -1000px 0; }
}
@-webkit-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -1000px 0; }
}
@-ms-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -1000px 0; }
}
@-o-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -1000px 0; }
}
.zs-shop.main{
	padding-top: 136px;
	min-height: 500px;
}
.zs-shop span.shop-item-price {
    font-size: 26px !important;
    color: var(--mdb-primary);
}
/*
.body > .main{
	background: url(../img/bg-network3.png) white;
	background-repeat: repeat-x !important;
	background-position: 0px 0px;
	animation: animatedBackground 240s linear infinite;
	-moz-animation: animatedBackground 240s linear infinite;
	-webkit-animation: animatedBackground 240s linear infinite;
	-ms-animation: animatedBackground 240s linear infinite;
	-o-animation: animatedBackground 240s linear infinite;
}
*/
.g-recaptcha {
    display: inline-block;
}
