﻿/*--------------------------------------------------------------
# Products Section
--------------------------------------------------------------*/
#products {
    padding: 30px 0;
}

    #products .product {
        position: relative;
        overflow: hidden;
        text-align: center;
        border: 1px dashed #1d74bb;
        margin-bottom: 20px;
        border-radius: 0 0 50px;
    }

        #products .product .details {
            text-align: center;
            padding-top: 10px;
            transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
            width: 100%;
            height: auto;
        }

        #products .product .price {
            padding-bottom: 5px;
            color: #f00000
        }

        #products .product .view-detail {
            color: #000
        }

            #products .product .view-detail a {
                color: #fff;
                Background: #1d74bb;
                padding: 10px 20px;
                float: right;
                border-radius: 55px 0 0 0 !important;
                font-size: 13px
            }

        #products .product .details h3, #products .product .details h3 a {
            font-size: 15px;
            font-weight: 700;
            margin-bottom: 5px;
            text-transform: capitalize !important;
            text-align: center;
            color: #333
        }

        #products .product .details p {
            color: #000;
            font-size: 15px;
            margin-bottom: 10px;
            font-style: italic;
        }

        #products .product .details .social {
            height: 40px;
        }

            #products .product .details .social i {
                line-height: 0;
                margin: 0 2px;
            }

        #products .product .details a {
            color: #fff;
        }

            #products .product .details a:hover {
                /*color: #f82249;*/ text-decoration: underline;
            }

        #products .product:hover .details {
            bottom: 0;
        }

#products-details {
    padding: 60px 0;
}

    #products-details .details h2 {
        color: #112363;
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    #products-details .details .social {
        margin-bottom: 15px;
    }

        #products-details .details .social a {
            background: #e9edfb;
            color: #112363;
            line-height: 1;
            display: inline-block;
            text-align: center;
            border-radius: 50%;
            width: 36px;
            height: 36px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

            #products-details .details .social a:hover {
                background: #f82249;
                color: #fff;
            }

            #products-details .details .social a i {
                font-size: 16px;
                line-height: 0;
            }

    #products-details .details p {
        color: #112363;
        font-size: 15px;
        margin-bottom: 10px;
    }
