@charset "utf-8";

/* MIT License

Copyright (c) 2019 css.gg

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. */


.gg-search {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-radius: 100%;
    margin-left: -4px;
    margin-top: -4px
}
.gg-search::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 8px;
    background: currentColor;
    transform: rotate(-45deg);
    top: 10px;
    left: 12px
}

.gg-shopping-cart {
    display: block;
    position: relative;
    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
}

.gg-shopping-cart:after, .gg-shopping-cart:before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 2px;
    height: 14px;
    background: currentColor;
    top: 2px;
    left: 4px;
    transform: skew(12deg)
}

.gg-shopping-cart:after {
    height: 10px;
    top: 6px;
    left: 16px;
    transform: skew(-12deg)
}



.ranking_number1 i,
.ranking_number2 i,
.ranking_number3 i {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 19px;
    height: 14px;
    border: 2px solid;
    border-top-color: transparent;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding-top: 4px
}

.ranking_number1 i::after,
.ranking_number2 i::after,
.ranking_number3 i::after,
.ranking_number1 i::before,
.ranking_number2 i::before,
.ranking_number3 i::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(-45deg);
    top: -4px
}
.ranking_number1 i::before,
.ranking_number2 i::before,
.ranking_number3 i::before  {
    border-top-left-radius: 2px;
    left: -1px
}

.ranking_number1 i::after,
.ranking_number2 i::after,
.ranking_number3 i::after {
    border-bottom-right-radius: 2px;
    right: -1px
}

.gg-bell,
.gg-bell::before {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px
}
.gg-bell {
    box-sizing: border-box;
    position: relative;
    display: block;
    border: 2px solid;
    border-bottom: 0;
    width: 12px;
    height: 12px
}
.gg-bell::after,
.gg-bell::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute
}
.gg-bell::before {
    background: currentColor;
    width: 4px;
    height: 3px;
    top: -4px;
    left: 2px
}
.gg-bell::after {
    border-radius: 3px;
    width: 14px;
    height: 9px;
    border: 5.5px solid transparent;
    border-top: 1.5px solid transparent;
    box-shadow:
        inset 0 0 0 4px,
        0 -2px 0 0;
    top: 11px;
    left: -3px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px
}

.gg-math-plus,
.gg-math-plus::after {
    display: block;
    box-sizing: border-box;
    background: currentColor;
    border-radius: 10px;
}

.gg-math-plus {
    margin-top:8px;
    position: relative;
    width: 16px;
    height: 2px;
}
.gg-math-plus::after {
    content: "";
    width: 2px;
    height: 16px;
    transform:translateY(-7px) translateX(7px)
}

.gg-software-download {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 16px;
    height: 6px;
    border: 2px solid;
    border-top: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    margin-top: 8px
}
.gg-software-download::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    left: 2px;
    bottom: 4px
}
.gg-software-download::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 10px;
    background: currentColor;
    left: 5px;
    bottom: 5px
}

.gg-math-minus {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 16px;
    height: 2px;
    background: currentColor;
    border-radius: 10px
}

.gg-bookmark,
.gg-bookmark::after {
    display: block;
    box-sizing: border-box;
    border-top-right-radius: 3px
}
.gg-bookmark {
    border: 2px solid;
    border-bottom: 0;
    border-top-left-radius: 3px;
    overflow: hidden;
    position: relative;
    transform: scale(var(--ggs,1));
    width: 14px;
    height: 16px
}
.gg-bookmark::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
    top: 9px;
    left: -1px
}


.gg-arrow-top-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid;
/*     transform: scale(var(--ggs,1)); */
    border-right: 1px solid
}



.gg-arrow-top-right:after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 1px;
    height: 11px;
    background: currentColor;
    transform: rotate(45deg);
    transform-origin:right top;
    top: 0;
    right: -1px;
}

.gg-options {
    position: relative;
    display: block;
    width: 10px;
    height: 2px;
    box-shadow:
        -3px 4px 0 0,
        3px -4px 0 0
}
.gg-options::after,
.gg-options::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-radius: 100%
}
.gg-options::before {
    top: -7px;
    left: -4px
}
.gg-options::after {
    bottom: -7px;
    right: -4px
}


.gg-check {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 10px;
}
.gg-check::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: -7px;
    width: 7px;
    height: 12px;
    border-width: 0 2px 2px 0;
    border-color:var(--color-main);
    border-style: solid;
    transform-origin: bottom left;
    transform: rotate(45deg)
}

.gg-sort-az,
.gg-sort-az::after,
.gg-sort-az::before {
    display: block;
    height: 2px;
    border-radius: 4px;
    background: currentColor
}
.gg-sort-az {
    position: relative;
    width: 8px
}
.gg-sort-az::after,
.gg-sort-az::before {
    content: "";
    position: absolute
}
.gg-sort-az::before {
    width: 12px;
    top: -4px;
    left: -2px
}
.gg-sort-az::after {
    width: 4px;
    top: 4px;
    left: 2px
}

.gg-eye-alt {
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 24px;
    height: 18px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    overflow: hidden;
    box-sizing: border-box
}
.gg-eye-alt::after,
.gg-eye-alt::before {
    content: "";
    display: block;
    border-radius: 100px;
    position: absolute;
    box-sizing: border-box
}
.gg-eye-alt::after {
    top: 2px;
    box-shadow:
        inset 0 -8px 0 2px,
        inset 0 0 0 2px;
    width: 24px;
    height: 24px
}
.gg-eye-alt::before {
    width: 8px;
    height: 8px;
    border: 2px solid transparent;
    box-shadow:
        inset 0 0 0 6px,
        0 0 0 4px,
        6px 0 0 0,
        -6px 0 0 0 ;
    bottom: 4px;
    left: 8px
}

.gg-arrow-right-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid;
    transform: scale(var(--ggs,1));
    border-radius: 4px
}
.gg-arrow-right-r::after,
.gg-arrow-right-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    right: 4px
}
.gg-arrow-right-r::after {
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    bottom: 6px
}
.gg-arrow-right-r::before {
    width: 10px;
    height: 2px;
    bottom: 8px;
    background: currentColor
}
