.revoshopicon.remove {
    color: #000;
    position: relative;
    width: 15px;
    height: 15px;
    margin-left: -15px;
    cursor: pointer;
}
.revoshopicon.remove:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 16px;
    height: 2px;
    background-color: currentColor;
    -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}
.revoshopicon.remove:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 16px;
    height: 2px;
    background-color: currentColor;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.revoshopicon.menu {
	width: 30px;
	height: 30px;
    transform: scale(var(--ggs,1))
}
.revoshopicon.menu,
.revoshopicon.menu::after,
.revoshopicon.menu::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 4px;
    background: currentColor
}
.revoshopicon.menu::after,
.revoshopicon.menu::before {
    content: "";
    position: absolute;
    top: -9px
}
.revoshopicon.menu::after {
    top: 9px
}

.revoshopicon.cart {
    display: block;
    box-sizing: border-box;
    position: relative;
    transform: scale(var(--ggs,1));
    width: 20px;
    height: 21px;
    background:
        linear-gradient(to left,currentColor 12px, transparent 0) no-repeat -1px 6px/18px 2px,
        linear-gradient(to left,currentColor 12px, transparent 0) no-repeat 6px 14px/11px 2px,
        linear-gradient(to left,currentColor 12px, transparent 0) no-repeat 0 2px/4px 2px,
        radial-gradient(circle,currentColor 60%, transparent 40%) no-repeat 12px 17px/4px 4px,
        radial-gradient(circle,currentColor 60%, transparent 40%) no-repeat 6px 17px/4px 4px
}
.revoshopicon.cart::after,
.revoshopicon.cart::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 2px;
    height: 14px;
    background: currentColor;
    top: 2px;
    left: 4px;
    transform: skew(12deg)
}
.revoshopicon.cart::after {
    height: 10px;
    top: 6px;
    left: 16px;
    transform: skew(-12deg)
}

.revoshopicon.search {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 18px;
    height: 18px;
    border: 3.2px solid;
    border-radius: 100%;
    margin-left: -4px;
    margin-top: -10px
}

.revoshopicon.search::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 4px;
    height: 10px;
    background: currentColor;
    transform: rotate(-45deg);
    top: 10px;
    left: 12px
}

.revoshopicon.view {
	display: inline-block;
	border-radius: 80% 20%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 2px solid;
	height: 28px;
	width: 28px;
}

.revoshopicon.view:before {
    content: '';
    pointer-events: none;
    border-radius: 50%;
	box-shadow: 0 -3px 0 3px inset;
	height: 11px;
	width: 11px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
	}
	@keyframes rotation {
	0% {
	    transform: rotate(0deg);
	}
	100% {
	    transform: rotate(360deg);
	}
}

.revoshopicon.info {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	transform: scale(var(--ggs,1));
	width: 26px;
	height: 26px;
	border: 2px solid;
	border-radius: 52px;
	color: #fff !important;
	border-color: #fff !important;
	background-color: #006bce;
}

.revoshopicon.info::after,
.revoshopicon.info::before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	border-radius: 3px;
	width: 3px;
	background: currentColor;
	left: 9.5px;
	color: fff !important;
}

.revoshopicon.info::after {
	bottom: 4px;
	height: 9px;
	color: fff;
    border-color: #fff !important;
}

.revoshopicon.info::before {
	height: 4px;
	top: 4px;
	color: fff;
    border-color: #fff !important;
} 
