        #output {

            clear: both;

        }

        

        #checkoutdiv {

            display: none;

        }


        .logo {

        	height: 40px;

        	width: 40px;

        }

        .compname {

        	/*font-family: "Brush Script MT", cursive; font-size: 24px; */

          width: 90%;

        	 font-family: 'Allan';

        	 font-size: 22px;

        	 font-style: italic;

           text-align: center;

        }

        /* header {

          height: 40px;

          overflow: hidden;

        } */

        .headbtn {

          font-size: large;

          margin: 3px;

        }

        .footer {

            background-color: darkgrey;

            color: white;

        }



        .img-fluid {

            width: 230px;

            height: 230px;

        }

				.img-fluidp {

					width: 250px;

					height: 250px;

				}

        

          .featured-Items {

            text-align: center;

            font-weight: bold;

            background-color: #4CAF50;

            color: #FFFFFF;

            padding: 10px;

            border-radius: 6px;

            width: auto;

            margin: 20px;

          }



         

          

.thankyou {

	margin-left: 30%;

		

}

    

    

.orderShip {

	margin-left: 30%;

}   

.containerF {

  width: 40%;

  margin-left: auto;

  margin-right: auto;

  padding-left: 15px;

  padding-right: 15px;

  color: #000000;

}

hr {
  display: block;
  margin: 50px 0 -15px;
  width: 100%;
  height: 1px;
  border: 0;
  background-color: rgba(0, 0, 0, 0.35);
}
hr + h2 {
  display: inline-block;
  position: relative;
  left: 50%;
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #453986;
  transform: translateX(-50%);
  color: #453986;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
}
hr + h2::first-letter {
  margin-left: 0.32em;
}

/* Alternative transform: translate */
hr + h2 {
  border-width: 1px 0;
}
hr + h2::before, hr + h2::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #453986;
  content: "";
}
hr + h2::before {
  left: 0;
}
hr + h2::after {
  right: 0;
}

/**/
* {
  box-sizing: border-box;
}