.product{}

.product__main{
    margin-top: 50px;
}
.product__gallery{
    position: relative;
}
.product_card_newbadge{
    z-index: 5;
}
.product__fotorama{
    position: relative;
    margin-bottom: 21px;
}
.product__fotorama .fotorama__thumb-border {
    border-color: #7e2e2e;
}
.product__fotorama .fotorama__thumb{
    background: #fff;
}
.product__fotorama .fotorama__nav__frame--thumb:not(.fotorama__active) img{
    opacity: 0.4;
}
.product__fotorama  .fotorama__stage{
    background: #fff;
}

.product__content__btn{
    font-size: 14px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 14px 29px 15px;
    margin: 6px 0 35px;
  
}
.product__content{
    line-height: 26px;
}

.product__options{
    margin-top: 25px;
}
.product__options > span{
        color: #7e2e2e;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    display: block;
}
.product__options__table >thead>tr>th, .product__options__table>tbody>tr>th, .product__options__table>tfoot>tr>th, .product__options__table>thead>tr>td, .product__options__table>tbody>tr>td, .product__options__table>tfoot>tr>td{
    padding-left: 0;
    font-weight: 300;
}
.product__options__table>tbody>tr>td:first-child{
    color: #7e2e2e;
}
.product__options__table>thead>tr>th, .product__options__table>tbody>tr>th, .product__options__table>tfoot>tr>th, .product__options__table>thead>tr>td, .product__options__table>tbody>tr>td, .product__options__table>tfoot>tr>td {
    border-top: none;
    border-bottom: 1px solid #dac4b4;
}

.product__neighbors{
    margin-top: 50px;
}
.neighbor{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 290px;
    color: #7e2e2e;
    position: relative;
}
.neighbor__arrow{
    position: absolute;
    top: 19px;
    font-size: 39px;
}
.neighbor-prev .neighbor_img{
    margin-right: 10px;
}
.neighbor-next .neighbor_img{
    margin-left: 10px;
}
.neighbor-prev .neighbor__arrow{
    left: 10px;
}
.neighbor-next .neighbor__arrow{
    right: 10px;
}
.neighbor__link{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.neighbor_img{
    width: 80px;
    min-width: 80px;
    height: 80px;
    background-position: center;
    background-size: cover;
}
.product__back_btn{
    font-size: 14px;
    font-weight: 300;
    margin-right: 24px;
    border-radius: 3px;
}
.product__back_btn .fa{
    margin-right: 5px;
}