﻿
/*
@media (min-width: 575px) and (max-width: 991px){

}*/

.TxtCardBorder {
    font-size: 12px;
    font-weight: bold;
    color: #046f3b !important;
}

.CardBorder {
    background-color: #f8f9fb;
    border: 1px groove #c1c1c1;
}

.LogoBackgroundSet {
    font-size: 12px;
    width: 100%;
    border: 1px solid #817e7e;
    text-align: center;
    cursor: pointer
}

.blink {
    animation: blink 1s steps(1, end) infinite;
    cursor:pointer
}

@keyframes blink {
    0% {
        color: #fa91ab;
    }

    50% {
        color: #d76a85;
    }

    100% {
        color: #a9042d;
    }
}


.blinkGreen {
    animation: blinkGreen 1s steps(1, end) infinite;
}

@keyframes blinkGreen {
    0% {
        opacity: 0%;
    }

    50% {
        opacity: 50%;
    }
    50% {
        opacity: 70%;
    }

    100% {
        opacity: 100%;
    }
}


.TitleHoshdar {
    color: #9640ec;
    font-size: 10px;
}
 .LxAwesom {
     font-size:16px !important;
     text-align:center
 }

.Pinputcolor {
    color: #0372d3 !important  ;
    background-color : #fff !important;
    border: 1px solid #a4a4a4;
    font-size:14px
}

.PColorTitle {
    color: #7635f1;
    text-align: right;
}
.PColorLabel {
    display:block;
    color: #626060;
    text-align: right;
}

.PColorNokteh {
    color: #f2003b;
    text-align: left;
    font-size:12px;
    font-weight:bold;
}

.PColorOnvan {
    color: #626060;
    text-align: right;
    font-size:12px
}
.PCard {
    margin-bottom: 25px;
}

.PortalSliderPic {
    width: 298px;
    height: 94px;
    border: 1px solid #f2f2f2;
    border-radius: 16px;
    cursor: pointer;
}

.PortalSliderMobile {
    width: 164px;
    height: 74px;
    border: 1px solid #f2f2f2;
    border-radius: 16px;
    cursor : pointer;
}

.Portalprice {
    background: #009f46;
    color: #fff;
    padding: 2px 5px;
    text-align: center;
    margin-left: 4px;
    border-radius: 5px;
    font-size: 14px;
}

.Portalcurrency {
    font-size:16px
}

.Portalitemunit {

}