.prod_collection{
    width: 100%;
}

.collection{
    height: 700px;
    background: url('../img/bg/Rectangle7.png') center center/cover no-repeat;
    padding: 100px 0 82px 0;
    
    
}

.collection .collection_h2{
    font-family: Roboto;
    font-size: 42px;
    font-weight: 500;
    color:#000;
    text-align: center;
    text-transform: uppercase;
}

.collection .choice2{
    display: flex;
    justify-content: space-between;
    margin-top: 85px;

}

.collection .choice2 .prodcoll{
    width: 252px;
    text-align: center;
    margin: 0 auto; 
}

.collection .choice2 .prodcoll .prod_coll{
    width: 100%;
    margin-bottom: 23px;
}

.collection .choice2 .prodcoll .prodcoll_text .prod_text{
    font-family: Roboto;
    font-size: 27px;
    font-weight: 500;
    text-align: center;
    color: #c502b1;
    text-decoration: none;
    margin-bottom: 35px;
}
.collection .choice2 .prodcoll .prod_text:hover{
    color: #c502b1;
    text-decoration: underline;
}

.collection .prod_collection .choice2 .prod_btn{
    min-width: 252px;
    min-height: 64px; 
    background-color: #c502b1;
    text-transform: uppercase;
    border: none; 
    outline: none;
    color:#fff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    padding-right: 22px;
    text-align: right;
    background-image: url('../icons/minp/shopping-cart1.png') ;
    background-repeat: no-repeat;
    background-position: left 17px center;
    cursor: pointer;
   
 
 }
 .collection .prod_collection .choice2 .line{
   
    color: rgba(255, 255, 255, 0.5);
    border-left: 1px solid ;
    margin: 0 18px 0 14px
  
  }
  