
        .img-select {
            display: flex;
        }

        .img-item {
            margin: 0.3rem;
        }

        .thumbnail_image {
            margin-left: 120px;
            max-height: 400px;
            max-width: 230px;
        }

        .img-item:nth-child(1),
        .img-item:nth-child(2),
        .img-item:nth-child(3) {
            margin-right: 0;
        }

        .img-item:hover {
            opacity: 0.8;
        }

        .product-content {
            padding: 2rem 1rem;
        }

        .product-title {
            margin-left: 20px;
            font-size: 3rem;
            text-transform: capitalize;
            font-weight: 700;
            position: relative;
            color: #12263a;

        }

        /* .product-title::after {
            content: ""; 
            position: absolute;
            left: 0;
            bottom: 0;
            height: 4px;
            margin-left: 23px;

            width: 180px;
            background: #12263a;
        } */

        .product-price {
            /* margin: 1rem 0;
             */
            margin-left: 4px;
            font-size: 1rem;
            font-weight: 700;
        }

        .new-price {
            color:green;
        }

        .product-price span {
            font-weight: 400;
        }

        .product-detail h2 {
            margin-left: 23px;
            text-transform: capitalize;
            color: #12263a;
            padding-bottom: 0.6rem;
        }

        .product-detail p {
            font-size: 0.9rem;
            padding: 0.3rem;
            opacity: 0.8;
        }

        .product-detail ul {
            margin: 1rem 0;
            font-size: 0.9rem;
        }

        .product-detail ul li {
            margin: 0;
            list-style: none;
            background: url(images/checked.png) left center no-repeat;
            background-size: 18px;
            padding-left: 1.7rem;
            margin: 0.4rem 0;
            font-weight: 600;
            opacity: 0.9;
        }

        .product-detail ul li span {
            font-weight: 400;
        }

        .owl-carousel .owl-nav button.owl-prev,
        .owl-carousel .owl-nav button.owl-next {
            width: 60px;
            height: 60px;
            font-size: 60px;
            background: transparent;
            color: #f26522;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 1;
            opacity: 1;
            display: block;
        }

        .owl-carousel .owl-nav button.owl-prev {
            left: 40px;
            top: 50%;
        }

        .owl-carousel .owl-nav button.owl-next {
            right: 40px;
            top: 50%;
        }

        .red {
            color: red;
        }


        @media (min-width: 320px) and (max-width: 576px) {
            .thumbnail_image {
                margin-left: 23%;
                max-width: 50%;
            }
        }

        @media (min-width: 768px) and (max-width: 991px) {
            .thumbnail_image {
                margin-left: 30%;
                max-width: 40%;
                max-height: 480px;

            }
        }
