.body{
   background-position: center;
   color:#000000;
   background-size: cover;
   background-repeat: no-repeat;
}

.col-md-11{
   border-radius: 10px;
}

.typeWriter{
   font-family: "Raleway", sans-serif;
   Font-size: 16px;
   Font-weight: 600;
   color:#000000;
   Line-height: 24px;
   letter-spacing: 1.5px;
}

.card-body{
   background-color: #ffffff;
   font-family: Raleway, sans-serif;
}

.cart-itm{
   color: #000000;
   font-family: "Raleway", Sans-serif;
   font-size: 22px;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 1.5px;
}
.measurement-text{
   color: #252525;
   font-family: "Raleway", Sans-serif;
   font-size: 14px;
   font-weight: 400;
   letter-spacing: 0.5px;
}

/*.form-control{
   background-color:#f4f2f2;
}*/


.option{
   font-family: "Raleway", Sans-serif;
   font-weight: 500;
   letter-spacing: 1.5px;
   fill: #D9B53E;
   color: #121212;
   background-color: #1212;
   padding: 10px 10px 10px 10px;
   line-height: 1.2;
   border-radius: 5px;
   margin-bottom:5px;
}
.option:hover{
   color:#fff;
}
 
.selected_option{
   background-color: #d9b53e;
   color: #121212;
}
.img-fluid {
   max-width: 100%;
   height: 100px;
}

/* ============ desktop view ============ */
   @media all and (min-width: 992px) {
      #col-md-3{
         width:15%; 
      }
      .body{
         background-image: url("../../pages/static-img/cart/cart-page.jpeg");
      }
   }
/* =======class=======*/