﻿.footer {
    background: #e3e3e3 !important
}

footer * {
    color: #000;
}

footer label {
    color: #000 !important;
}

p.widget-title {
    color: black !important;
}

.footer-top * {
    color: black !important;
}

#input-subscriber-email {
    background-color: #fff;
}

img.mt-2 {
    filter: brightness(0%) saturate(100%) invert(0%) sepia(100%) hue-rotate(180deg);
}

.list-items-custom-spacer {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

    .list-items-custom-spacer > li > ul {
        list-style: disc;
        display: flex;
        flex-direction: column;
        gap: 18px;
        margin-top: 18px;
    }

.circle-off-large, .circle-off {
    width: 8rem;
    height: 2rem;
    border-radius: 3px;
    background: #c50000 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    rotate: 270deg;
    font-weight: 400;
    direction: ltr;
    font-size: 13px;
    font-family: sans-serif !important;
}

    .circle-off-large p {
        margin: 0;
        text-align: center;
        padding: 0;
    }

    .circle-off-large:before, .circle-off:before {
        content: "off";
        padding: 4px 7px 0px 0;
        font-family: 'IranSans';
    }

@media(max-width:780px) {
    .product-media .product-label-group .circle-off {
        width: 47px;
        height: 15px;
    }

        .product-media .product-label-group .circle-off-large:before, .product-media .product-label-group .circle-off:before {
            content: "-";
            padding: 5px 7px 0px 0;
            font-family: 'IranSans';
        }
}

.product-wrapper .owl-carousel .owl-stage-outer {
    overflow: initial;
    overflow-x: clip;
}


.snappay-icon {
    width: 37px;
    height: 37px;
    background-repeat: no-repeat;
    background-image: url(../../../images/icon-boxes/snapppay.png);
	background-size: contain;
}

.return-money-icon {
    width: 37px;
    height: 37px;
    background-repeat: no-repeat;
    background-image: url(../../../images/icon-boxes/return-money.png);
background-size: contain;
}

.send-fast-icon {
    width: 37px;
    height: 37px;
    background-repeat: no-repeat;
    background-image: url(../../../images/icon-boxes/send-fast.png);
background-size: contain;
}