﻿#product-info {
    /*background-color: red;*/
    width: 40vw;
    height: 26vw;
    box-sizing: border-box;
    padding-right: 2.3vw;
    padding-top: 3vw;
    padding-left: 2.5vw;
}

    #product-info > div {
        min-height: 3vw; /*DEBUG*/
    }

        #product-info > div:not(:first-child) {
            font-size: 1.08vw;
            color: #282828;
            font-weight: 700;
            box-sizing: border-box;
            padding-top: 0.8vw;
            padding-bottom: 1vw;
        }

        #product-info > div:nth-child(even) {
            /*background-color: green;*/ /*DEBUG*/
        }

        #product-info > div:nth-child(odd) {
           /* background-color: blue;*/ /*DEBUG*/
        }

        #product-info > div:not(:last-child) {
            position: relative;
        }

            #product-info > div:not(:last-child)::after {
                content: "";
                position: absolute;
                bottom: 0;
                right: 0;
                width: 100%;
                height: 0.1vw;
                background-image: linear-gradient(to left, #10b66e, transparent);
            }

#product-info-title {
    font-size: 1.4vw;
    font-weight: 500;
    height: 3.7vw;
    box-sizing: border-box;
    padding-top: 0.7vw;
    color: #282828;
}

#box-content {
   /* box-sizing: border-box;
    padding-top: 0.8vw;
    height: 5.7vw;*/
}

#free-delivery {
    background-image: url(../../images/boxmaker/desktop/product-details/free-delivery.png);
    background-repeat: no-repeat;
    background-position: right 0 top 1.3vw;
    background-size: 2vw;
    padding-right: 3vw;
    padding-top: 1.4vw !important;
}
