.paper_section {
    background-color: #fff;
    font-family: "IRANSansFaNum";
    direction: center;
    horizental-align: middle;
    padding: 2px;
    width: 200px;
    margin: 2px;
    overflow: hidden;
    text-align: center;
    border-radius: 7px;
    flex-direction: row;
}

.paper_section a {
    font-size: 15px;
    font-family: "B nazanin";
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    margin: 1px;
    color: rebeccapurple;
    text-align: center;
    text-decoration: none;
    line-height: 25px;
}

.paper_section th a {
    font-size: 15px;
    font-family: "B nazanin";
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    margin: 20px;
    color: white;
    text-align: center;
    text-decoration: none;
}

.paper_section th a:hover {
    color: blue;
}

.paper_section p {
    font-size: 15px;
    font-family: "IRANSansFaNum";
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    margin: 1px;
    color: rebeccapurple;
    text-align: center;
}

/* تگ های اچ 3 داخل ستون های سمت راست و چپ */
.paper_section h3 {
    font-size: 16px;
    font-family: "B nazanin";
    background-color: #fff;
    padding: 0px;
    border-radius: 40px;
    color: #000;
    text-align: rigth;
    text-align: right;
}

.paper_section h2 {
    font-size: 14px;
    font-family: "B nazanin";
    background-color: #fff;
    padding: 0px;
    border-radius: 40px;
    color: blue;
    text-align: center;
    line-height: 20px;
    margin-top: 0px;
}

.imgp_paper {
            width: 75px;
            height: 50px;
            padding: 1px;
            position: relative;
            border: 0px solid gray;
            margin: 0;
            text-align: center;
        }
        
.imgp2:hover {
        -ms-transform: scale(1.2); /* IE 9 */
        transform: scale(1.2); /* Standard syntax */
        }
        

 .videoplayer{
            background-color: #fff;
            direction: center;
            horizental-align: middle;
            padding: 6px;
            width: 250px;
            height: auto;
            margin:10px;
            text-align: center;
            border-radius: 7px;
            flex-direction: row;
            justify-content: space-between;
            box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .1);
        }
  
#w {
    max-width: inherit;
    min-width: 260px;
    display: flex;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    justify-content: safe;
    display: flex;
    flex: 74%;
    border-radius: 7px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, .1);
    margin: 10px;
}

.sidep_left label {
  background: none;
  color: #333333;
  line-height: 20px;
  height: 20px;
  font-size: 18px;
  border: 0;
  font-size: 15px;
  cursor:pointer;
}
.input_khas
         {
            display: block;
            border: 1px solid #ccc;
            border-radius: 3px;
            margin-top: 10px;
            line-height: 28px;
            height: 40px;
            padding: 0 10px;
            width: 20%;
            box-sizing: border-box;
            font-family: sans-serif;
            font-size: 15px;
        }
         .cart-btn5 {
            display: center;
            border-radius: 6px;
            height: 35px;
            font-size: 12px;
            position: relative;
            color: black;
            text-decoration: none;
            padding: 5px;
            transition: all .5s;
            margin: 3px;
            width:170px;
            margin-top: 5px;
        }      
        .cart-btn5:hover {
            background-color: white;
        }
