.body{
   background-position: center;
   color:#000000;
   background-size: cover;
   background-repeat: no-repeat;
   font-family: Raleway, sans-serif;
}

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

h1.cart-itm{
   font-family: Raleway, sans-serif;
   Font-size: 32.5px;
   Font-weight: 500;
   Line-height: 39px;
   color: #212121;
}

.cart-product-title{
   font-family: Raleway, sans-serif;
   Font-size: 16px;
   Font-weight: 600;
   color: #212121;
}

.iti__country-list{
   padding: 0;
   box-shadow: none!important;
   border-radius:5px;
   margin: 0 0 0 0px;
}
.iti{
   position: relative;
   display: block !important;
}
 
.iti--separate-dial-code .iti__selected-flag {
   background-color:#fff !important; 
}
 
 .popup_link{
     color: #e0b23f!important;
 }
 .popup_link:hover{
     color: #343a40!important;
 }

.inline{
   display: flex;
   align-items: center;
}

.required_input_border{
   border-color: red;
}

.coupon-code{
   color: #848687;
   border-style: solid!important;
   border-color: #767676!important;
   height: 1.985rem!important;
   line-height: 7rem!important;
   font-family: Trebuchet MS, Helvetica, sans-serif!important;
   font-size: 13px!important;
   font-weight: 500;
   width:100%!important;
   letter-spacing: 0.5px;
   padding: 4px 2px 4px 2px;
   border-width: 2px 2px 2px 2px!important;
   border-radius: 5px 5px 5px 5px!important;
   background-color: #ffffff03;
}
.coupon-code:focus { 
   outline: none!important;
   box-shadow: 0 0 2px #000000!important;
}

/* ============ desktop view ============ */
   @media all and (min-width: 992px) {
      #col-md-3{
         width:15%; 
      }
      
   }
/* =======class=======*/