@font-face {
    font-family: digi;
    src: url(fonts/c19ad8e8.eot);
    src: url(fonts/c19ad8e8iefix.eot) format("eot"), url(fonts/4954247f.woff2) format("woff2"), url(fonts/43e0c2dd.woff) format("woff"), url(fonts/f318af74.ttf) format("truetype")
}

.c-compare-footer {
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 21
}

.c-compare-footer:hover .c-compare-footer__content {
    display: block
}

.c-compare-footer__quick-image {
    width: 113px;
    height: 113px;
    padding: 13px;
    position: fixed;
    bottom: 70px;
    left: 46px;
    background-color: #fff;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .23);
    border: 1px solid #ebebeb;
    border-radius: 5px;
    z-index: 2;
    display: none;
    animation: Ib 2s ease-in-out 0s forwards
}

.c-compare-footer__quick-image img {
    overflow: hidden
}

.c-compare-footer__quick-image img[alt]:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: 300;
    color: transparent;
    text-align: center;
    content: attr(alt);
    background: #fff url(../files/7af476b5.png) no-repeat 50%;
    background-size: contain;
    width: 100%
}

.c-compare-footer__quick-image img {
    max-width: 100%;
    max-height: 100%
}

.c-compare-footer__quick-image.is-fading-out {
    animation: Eb 2.5s ease-in-out 0s forwards
}

@keyframes Eb {
    0% {
        opacity: 1
    }
    75% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.c-compare-footer__button {
    position: fixed;
    bottom: 20px;
    left: 30px;
    background-color: #4caf50;
    border: 1px solid #21651b;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-size: 1rem;
    line-height: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px 10px 10px;
    width: 145px;
    height: 40px;
    cursor: pointer;
    z-index: 3
}

.c-compare-footer__button-count {
    padding: 1px 5px;
    background-color: rgba(0, 0, 0, .08);
    border-radius: 3px;
    z-index: 1
}

.c-compare-footer__content {
    width: 235px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .16);
    position: fixed;
    left: 20px;
    bottom: 0;
    z-index: 2;
    border-radius: 5px;
    display: none
}

.c-compare-footer__actions {
    height: 73px;
    width: 100%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px 20px 10px;
    border-top: 1px solid #ebebeb
}

.c-compare-footer__cancel {
    font-size: 14px;
    font-size: 1rem;
    line-height: 25px;
    color: #fb3449;
    cursor: pointer
}

.c-compare-footer__trigger {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    border-top-right-radius: 29.5px;
    border-top-left-radius: 29.5px;
    background-color: #fff;
    box-shadow: 0 -7px 7px 0 rgba(0, 0, 0, .09);
    position: absolute;
    top: -49px;
    right: 210px;
    height: 49px;
    width: 181px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.c-compare-footer__trigger-title {
    padding-right: 20px;
    position: relative;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467
}

.c-ui-checkbox-min input:checked + span:before {
    content: "\E01F"
}

.c-compare-footer__trigger-title:before {
    content: "\E00A";
    position: absolute;
    right: 0;
    top: 4px
}

.c-compare-footer__trigger-counter {
    border-radius: 100%;
    width: 33px;
    height: 33px;
    color: #fff;
    background-color: #00bfd6;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 33px
}

.c-compare-footer__products {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    height: 406px;
    padding: 22px 0 30px
}

.c-compare-footer__products li {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 0 43px
}

.c-compare-footer__products li:not(:last-of-type) {
    border-left: 1px solid #ebebeb
}

.c-compare-footer__items {
    padding: 0 12px
}

.c-compare-footer__product-item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    position: relative;
    padding: 5px 0;
    border-bottom: 1px solid #ebebeb
}

.c-compare-footer__product-item:last-of-type {
    border-bottom: none
}

.c-compare-footer__remove-item {
    position: absolute;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background-color: #e3e3e3;
    border: none;
    border-radius: 100%;
    top: 5px;
    left: 0
}

.c-compare-footer__remove-item:before {
    content: "\E026";
    font-size: 7px;
    font-size: .5rem;
    line-height: 3.143;
    color: #a1a1a1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.c-compare-footer__product-image {
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    width: 65px;
    height: 65px;
    background-color: #fff;
    position: relative
}

.c-compare-footer__product-image img {
    overflow: hidden
}

.c-compare-footer__product-image img[alt]:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: 300;
    color: transparent;
    text-align: center;
    content: attr(alt);
    background: #fff url(../files/7af476b5.png) no-repeat 50%;
    background-size: contain;
    width: 100%
}

.c-compare-footer__product-image img {
    max-width: 100%;
    max-height: 100%
}

.c-compare-footer__product-title {
    padding-right: 4px;
    -ms-flex: 0 0 calc(100% - 65px);
    flex: 0 0 calc(100% - 65px);
    max-width: calc(100% - 65px);
    font-size: 10px;
    line-height: 17px;
    color: #535353;
    text-align: right;
    direction: rtl;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.c-ui-checkbox-min input:checked + span:before, .c-compare-footer__remove-item:before {
    font-family: digi;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    line-height: 1
}

.c-compare-footer__remove-item {
    position: absolute;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background-color: #e3e3e3;
    border: none;
    border-radius: 100%;
    top: 5px;
    left: 0
}

.c-compare-footer__remove-item:before {
    content: "\E026";
    font-size: 7px;
    font-size: .5rem;
    line-height: 3.143;
    color: #a1a1a1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.u-hidden {
    display: none !important
}

.c-ui-checkbox-min {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ababab;
    font-size: 11px;
    font-size: .786rem;
    line-height: 19px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.c-ui-checkbox-min input {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%
}

.c-ui-checkbox-min input:checked + span {
    background-color: #00bfd6
}

.c-ui-checkbox-min input:checked + span:before {
    content: "\E01F"
}

.c-ui-checkbox-min span {
    width: 17px;
    padding: 0 8px;
    height: 17px;
    display: block;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    margin-left: 5px
}

.c-ui-checkbox-min span:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff
}

.c-product-box__compare-action {
    opacity: 0
}

.c-product-box.is-in-compare .c-product-box__compare-action {
    opacity: 1
}

.c-product-box.full-compare:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 30px;
    color: #a37732;
    content: "انتخاب حداکثر ۴ کالا";
    padding: 2.5px 10px;
    background-color: #fffbdf;
    border: 1px solid #f5edb0;
    right: 0;
    z-index: 123
}

.products__item:hover .c-product-box__compare-action {
    opacity: 1
}

.products__item.is-in-compare .c-product-box__compare-action {
    opacity: 1
}

.c-ui-checkbox-min {
    width: 30%;
    height: 27px;
    background-color: #f5f6f7;
    display: inline-flex;
    position:absolute;
    right:0;
    top: -4px
}