﻿

.product-list {
    padding: 18px;
    background: #060606d4;
}

.price {
    font-size: 28px;
    color: #ff4a17;
}

.button {
    color: inherit;
    font-weight: 600;
    height: 40px;
    border-radius: 5px;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.myMarginBottom {
    margin-bottom: 25px;
}
.myMarginBottom2 {
    margin-bottom: 70px;
}

.cs-social_btns.cs-style1 span {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 7px;
}