/*.post-stories .post-content{
    display:flex;
}*/
.proloop-price .proloop-price--highlight {
    font-size: 17px;
    font-weight: 600;
    line-height: 15px;
    color: rgba(0, 151, 242, 1);
    /*margin-left:10px;*/
}

.related-post .post-content .title a {
    height: 30px;
    display: flex;
    align-items: center;
}

.fa-angle-right:before{
    content:''!important;
}

.fa-angle-left:before {
    content: '' !important;
}

.product-info [class^="product-"] {
    margin: 0 0 16px 0;
}
.product-info .product-actions .action-buys {
    display: flex;
    margin-bottom: 8px;
}

.product-info .product-name h1 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.product-info .product-price span.pro-price {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    color: #E30019;
}

.product-info .product-actions button {
    text-align: center;
    padding: 10px 10px 14px;
    color: #fff;
}


.button.btn-buynow {
    width: 100%;
    min-height: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    display: inline-block;
    padding: 10px 28px;
    line-height: normal;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: 4px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 1;
    overflow: hidden;
    outline: none !important;
    cursor: pointer;
}

.product-info .product-actions button span.subtext {
    font-weight: 400;
    font-size: 14px;
    margin-top: 3px;
}
.product-info .product-actions button span.maintext {
    font-weight: 600;
    font-size: 18px;
}

.product-info .product-actions button span {
    display: block;
}

.product-info .product-quantity .qty-btn {
    float: left;
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid #f3f4f4;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    --size: 40px;
    height: var(--size);
    line-height: var(--size);
    width: var(--size);
    text-align: center;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.product-info .product-quantity .qty-value {
    background: #fff;
    color: #000;
    font-weight: 600;
    --size: 40px;
    height: var(--size);
    line-height: var(--size);
    width: var(--size);
    padding: 0;
    text-align: center;
    border: 1px solid #f3f4f4;
    border-left: none;
    border-right: none;
    border-radius: 1px;
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}





.product-info svg.icon {
    display: inline-block;
    height: 15px;
    width: 15px;
    fill: currentColor;
    vertical-align: middle;
    background: none;
    pointer-events: none;
    overflow: visible;
}

.product-info .product-quantity .qty-btn svg {
    display: block;
    width: 12px;
    height: 100%;
    margin: 0 auto;
    fill: #a4aaaf;
    transition: all .2s ease-in-out;
}

.product-info .product-quantity .qty-btn:hover svg {
    fill: #000;
}

@media (min-width: 992px) {
    .product-layout button.btn-buynow {
        width: 55%;
    }
}
