        #reviews {
            padding-left: 25px;
            padding-right: 25px;
        }
        
        .product-details {
            margin-bottom: 40px;
            overflow: hidden;
            margin-top: 10px;
        }
        
        .view-product {
            position: relative;
        }
        
        .view-product img {
            border: 1px solid #111d29;
            border-radius: 5px;
        }
        
        .shop-details-tab {
            background-color: #f3f3f3;
        }
        
        .shop-details-tab .tab-content {
            /* padding: 20px 30px; */
            text-align: justify;
        }
        
        .product-information {
            border: 1px solid #00ADEE;
            border-radius: 5px;
            overflow: hidden;
            padding: 25px;
            position: relative;
        }
        
        .product-information h2 {
            color: #363432;
            /* font-family: 'Roboto', sans-serif; */
            font-size: 20px;
            margin-top: 0;
        }
        
        .product-information p {
            color: #696763;
            /* font-family: 'Roboto', sans-serif; */
            margin-bottom: 5px;
            font-size: 1.6rem;
        }
        
        .product-information span {
            display: inline-block;
            margin-bottom: 8px;
            margin-top: 18px;
        }
        
        .product-information span span {
            color: #00ADEE;
            float: left;
            /* font-family: 'Roboto', sans-serif; */
            font-size: 30px;
            font-weight: 700;
            margin-right: 20px;
            margin-top: 0px;
        }
        
        .product-information span label {
            color: #696763;
            /* font-family: 'Roboto', sans-serif; */
            font-weight: 700;
            margin-right: 5px;
        }
        
        .shop-details-tab {
            border: 1px solid #F7F7F0;
            margin-bottom: 75px;
            margin-left: 15px;
            margin-right: 15px;
            padding-bottom: 10px;
        }
        /* .shop-details-tab .col-sm-12 {
            width: 100%;
        } */
        
        #reviews ul {
            background: #FFFFFF;
            border: 0 none;
            list-style: none outside none;
            margin: 0 0 20px;
            padding: 0;
        }
        
        #reviews ul li {
            display: inline-block;
        }
        
        #reviews ul li a {
            color: #696763;
            display: block;
            /* font-family: 'Roboto', sans-serif; */
            font-size: 14px;
            padding-right: 15px;
        }
        
        #reviews ul li a i {
            color: #00ADEE;
            padding-right: 8px;
        }
        
        #reviews ul li a:hover {
            background: #fff;
            color: #00ADEE;
        }
        
        #reviews p {
            color: #363432;
        }
        
        #reviews form span {
            display: block;
        }
        /* LOAD BAR */
        
        .dot {
            height: 16px;
            width: 22px;
            background-color: #00ADEE;
            display: inline-block;
        }
        
        .dot_n {
            background-color: #BBBBBB;
        }
        
        
        
        .nav-tabs>li.active>a,
        .nav-tabs>li.active>a:focus,
        .nav-tabs>li.active>a:hover {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #00ADEE;
            /* border-bottom-color: transparent; */
        }
        
        strong,
        b {
            /* font-family: 'Roboto', sans-serif; */
            font-weight: bold;
        }
        
        .product-details strong {
            font-family: "montserrat-light", sans-serif;
            font-weight: 700;
            color: #363442;
        }
        
        .product-details ol li {
            font-family: "montserrat-light", sans-serif;
            font-weight: 700;
            color: #363442;
        }

        .product-information span {
            margin-top: 0px;
            margin-bottom: 0px;
        }

        .product-information .tab1 {
            margin-left: 2.224em;
        }

        .product-information .tab2 {
            margin-left: 5.25em;
        }


        @media only screen and (max-width: 600px) {
            .shop-details-tab .col-sm-12 {
                width: 100%;
            }
            .shop-details-tab .tab-content {
                /* padding: 20px 30px; */
                text-align: left;
            }
            #reviews {
                padding-left: 8px;
                padding-right: 8px;
            }
            .row {
                width: auto;
                padding-left: 0px;
                padding-right: 0px;
            }
            th,
            td {
                padding: 0.3rem;
            }
            .dot {
                height: 10px;
                width: 11px;
            }

            .product-information .tab1 {
                margin-left: 0px;
            }
    
            .product-information .tab2 {
                margin-left: 0px;
            }
        }
        
        @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
            .shop-details-tab {
                margin-left: 4px;
                margin-right: 4px;
            }

            .shop-details-tab .tab-content {
                /* padding: 20px 30px; */
                text-align: left;
            }

            #reviews {
                padding-left: 10px;
                padding-right: 10px;
            }
            .dot {
                height: 10px;
                width: 11px;
            }

            .product-information .tab1 {
                margin-left: 0px;
            }
    
            .product-information .tab2 {
                margin-left: 0px;
            }
        }
        
        @media screen and (device-aspect-ratio: 40/71) {
            .shop-details-tab .tab-content {
                /* padding: 20px 30px; */
                text-align: left;
            }

            #reviews {
                padding-left: 8px;
                padding-right: 8px;
            }
            .row {
                width: auto;
                padding-left: 0px;
                padding-right: 0px;
            }
            th,
            td {
                padding: 0.5rem 0rem;
            }
            .dot {
                height: 12px;
                width: 5px;
            }

            .product-information .tab1 {
                margin-left: 0px;
            }
    
            .product-information .tab2 {
                margin-left: 0px;
            }
        }

        @media only screen and (device-width: 768px) {
            /* For general iPad layouts */

            .product-information .tab1 {
                margin-left: 0px;
            }
    
            .product-information .tab2 {
                margin-left: 0px;
            }
          }
        

        