.site-content {
    background-color: #ffffff !important;
}

.product-price-wrapper {
    background: #f0f0f0;
    padding: 15px;
    margin: 10px 0 0 0 !important;
}

.product-price-wrapper .discount {
    font-size: 22px !important;
    font-weight: 700;
    color: #ff4949 !important;
    line-height: 1.0;
}

.product-price-wrapper .price.line-through
{
    padding-top: 10px !important;
    font-size: 15px;
    font-weight: 700 !important;
    color: #828282 !important;
    text-decoration: line-through;
    line-height: 1.0;
}

.product-price-wrapper .product-info .member {
    font-size: 15px;
    color: #fe6950;
}

.product-price-wrapper .point-area {
    font-weight: 700;
    font-size: 14px;
}

.product-price-wrapper .point-area,
.product-price-wrapper .min-order-tag,
.product-price-wrapper .point-area span,
.product-price-wrapper .min-order-tag span{
    float: right;
}

.min-order-tag {
    font-size: 13px;
}

.share-box {
    position: absolute;
    right: 75px!important;
}
.dropdown-menu .btn_share {
    display: none!important;
}
.share-box .dropdown-toggle::after {
    content: none;
}
.no_padding {
    padding: 0!important;
}
.share-box .dropdown-menu {
    top: 15px!important;
    width: 185px;
}

.product-info .path-product-stock {
    border-top: 2px solid #f2f2f2 !important;
    border-bottom: 2px solid #f2f2f2 !important;
}
.product-info .path-product-stock-right {
    border-left: 2px solid #f2f2f2 !important;
}
.carousel-item {
    width: auto!important;
}

.orders {
    margin-left: 0px !important;
}

.product-info .order-text {
    color: #029c52;
    font-size: 14px;
    padding-left: 10px;
}

.product-info .order-value {
    font-weight: 700;
    padding-left: 5px;
}

.product-info .more-column {
    border-left: 1px solid #865d4c;
    margin-left: 10px;
    padding-left: 10px;
}

.share-box {
    right: 65px!important;
    cursor: pointer;
}

.like {
    position: absolute;
    right: 30px;
}

.like .fa {
    color: #ff4949;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 25px;
    font-size: 23px;
    text-decoration: none;
    cursor: pointer;
}

.product-detail-area .detail-area .product-summary .product-box .Qty {
    margin-right: 0px !important;
}

.attribute-row {
    background: transparent !important;
    margin-top: 15px;
}

.attribute-row .col-form-label {
    font-size: 13px;
}

.each-attribute-label{
    border: 1px solid #9c9c9c;
    /*float: left;*/
    padding: 6px 15px;
    margin-right: 10px;
    border-radius: 5px !important;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.attribute-field {
    border-radius: 5px !important;
    border: 2px solid #d4d4d4 !important;
}
.has-error .attribute-field {
    border: 2px solid #ff4949 !important;
}

.each-attribute-label.checked{
    border: 2px solid #ff4949;
}

.each-attribute-radio {

    visibility:hidden;
    position: absolute;
    right: 2%;
}

.currentstock {
    padding-top: 5px !important;
}

.stock-cart {
    border-width: 0px;
    font-size: 14px;
    font-weight: 700 !important;
    background-color: #ffb7b8;
    color: #ff4949 ;
    padding: 15px 30px !important;
}

.buy-Now,
.buy-now
{
    background: #ff4949;
    color: #ffffff;
    margin-left: 5px;
}

.product-detail-area .detail-area .carousel .discount-tag{
    top:0;
}
