/*==================================
    Product Page
==================================*/

.db-product-description {
    padding: 0px 15px 0px 15px;
}

.db-product-description .main-heading {
    font-size: 34px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #1f1f1f;
}

.db-product-description .main-heading > span {
    font-size: 20px;
    color: #c40316;
}

.db-product-description .heading-sub {
    font-size: 22px;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    color: #494949;
}

.db-product-description p.content {
    font-size: 16px;
    line-height: 26px;
}

.db-product-description .attr-title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0px 10px 0px;
    color: #494949;
}

.db-product-description .attr-title.packing::before {
    content: "\f187";
    font-family: FontAwesome;
    font-size: 10px;
    padding-right: 5px;
    color: #a8a8a8;
}

.db-product-description .attr-title.packing {
    margin-left: 20px;
    margin-bottom: 0px;
}

.db-product-description ul.attr {
    margin: 0px 0px 25px 10px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}

.db-product-description ul.attr li {}

.db-product-description ul.attr li:before {
    content: "\f046";
    font-family: FontAwesome;
    margin-right: 5px;
    color: #666666;
}

.db-product-description ul.attr li + li {
    margin-top: 10px;
}

.db-product-description div.div-heading {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0px 20px 0px;
    padding: 8px 15px;
    border: 1px #ffe1d9 solid;
    border-radius: 5px;
    color: #c40316;
    background-color: #ffeee9;
}

.db-product-description ul.ellipse-v {
    margin: 0px 0px 0px 35px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}

.db-product-description ul.ellipse-v li {
    color: #1f1f1f;
}

.db-product-description ul.ellipse-v li::before {
    content: "\f142";
    font-family: FontAwesome;
    padding-right: 8px;
    color: #bebebe;
}

.db-product-description ul.ellipse-v li:hover {
    color: #c40316;
}

@media only screen and (min-width: 320px) and (max-width: 576px) {

    .db-product-description {
        padding-right: 0px;
        padding-left: 0px;
    }
    
    .db-product-description > .main-heading {
        font-size: 22px;
    }

    .db-product-description > .main-heading > span {
        display: block;
        font-size: 14px;
        margin: 5px 0px 10px 0px;
    }

    .db-product-description > .heading-sub {
        font-size: 18px;
        margin-bottom: 10px !important;
    }

    .db-product-description > p.content {
        font-size: 13px;
        line-height: 18px;
        text-align: justify;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 5px 0px;
    }

    .db-product-description > p.content:last-of-type {
        margin-bottom: 10px !important;
    }

    .db-product-description > span.attr-title {
        font-size: 13px;
    }

    .db-product-description > ul.attr {
        margin-bottom: 10px;
    }

    .db-product-description > ul.attr > li {
        font-size: 13px;
    }

    .db-product-description > ul.attr > li + li {
        margin-top: 5px;
    }

    .db-product-description div.div-heading {
        font-size: 15px;
        margin: 5px 0px 10px 0px;
        padding: 5px 0px;
    }

    .db-product-description div.div-heading + span.attr-title {
        margin: 15px 0px 0px 12px !important;
    }

    .db-product-description ul.ellipse-v {
        margin: 5px 0px 15px 20px;
    }

    .db-product-description > .row:last-of-type {
        margin-top: 0px !important;
    }

}

/*==================================
    Information Page
==================================*/

/* Categories */
#information-category {}

#information-category > ul {
    border: 0px;
}

#information-category > ul > li {
    background-color: #f2f2f2;
}

#information-category > ul > li:first-child {
    border-radius: 5px 5px 0px 0px;
}

#information-category > ul > li:last-child {
    border-radius: 0px 0px 5px 5px;
}

#information-category > ul > li > a {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.4px;
}

#information-category > ul > li > a:hover,
 #information-category > ul > li > a:focus {
    color: #e02020;
}

/* Content */
#content > h2 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 5px 4px 2px #d7d7d7;
}

.box-policy {
    font-size: 15px;
    min-height: 500px;
    padding: 12px 12px 12px 12px;
    background-color: #fdfdfd;
    border: 1px #e6e6e6 solid;
    border-radius: 7px 7px 7px 7px;
    color: #1f1f1f;
}

.box-policy p {
    margin-bottom: 10px;
}

.box-policy ul {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 35px;
    list-style: circle;
}

.box-policy ul li + li {
    margin-top: 8px;
}