﻿.field-validation-error {
    color: red;
}
#pointer {
    cursor: pointer;
}
.namad{
    background-color: rgb(255, 255, 255);
    width: 30px;
    border: 15px solid green;
    padding: 50px;
    margin: 20px;
}

.terms-items .weblog-description article h1 {
    color: #333; /* رنگ متن عنوان (h1) */
    padding: 10px;
}

.terms-items .weblog-description article p {
    color: #666; /* رنگ متن پاراگراف (p) */
    padding: 11px;
}


/*.product-description h1 {
    padding: 11px 15px 2px;
}*/
/*.term-col article .img-layer,
.terms-items .term-col article .img-layer img {
    width: 100%;
    display: block;
}
.term-col {
    text-align: center;
}

    .term-col h1,
    .term-col h2,
    .term-col span {
        color: #2aaf27;
        padding: 10px;
        border-top: 1px solid #ebebeb;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        display: block;
    }*/
.term-content aside share-layer .course-shortlink {
    position: relative;
    width: 100%;
    display: table;
    min-width: 200px;
    white-space: normal;
    padding: 0 80px 0 60px;
    margin-top: 6px;
    direction: ltr;
    width: 100%;
}
span .title {
    position: absolute;
    right: 0;
  
    padding: 0 20px;
    line-height: 55px;
    font-size: 14px;
    color: #686e71;
}
 .link {
    padding: 0 20px;
    line-height: 55px;
    font-size: 14px;
    color: #686e71;
    width: 100%;
   text-align:center;
}
.term-content aside .share-layer .input_copy_wrapper {
    width: 450px;
    padding: 50px;
    margin: 0 auto;
}

.input_copy {
    padding: 15px 25px;
    /*background: #eee;*/
    /*border: 2px solid #aaa;*/
    color: #aaa;
    font-size: .8em;
}

    .input_copy .icon {
        display: block;
        max-width: 25px;
        cursor: pointer;
        float: right;
    }

        .input_copy .icon img {
            max-width: 25px;
        }

    .input_copy .txt {
        width: 80%;
        display: inline-block;
        overflow: hidden;
    }


/* click animation */

.flashBG {
    animation-name: flash;
    animation-timing-function: ease-out;
    animation-duration: 1s;
}

@keyframes flash {
    0% {
        background: #28a745;
    }

    100% {
        background: transparent;
    }
}
.image-gallery{
    display:flex;
    overflow-x:auto;
    gap:10px;
}

.gallery-image{
    width:100px;
    height:100px;
    object-fit:cover;
    cursor:pointer;
}

.main-image{
    margin-top:20px;
}
.product-section {
    background-color: #f0f0f0;
    padding: 20px;
    border: 1px solid #ccc;

}

.font-product {
   font-family:BYekan;
   
}



