.ooc_title {
    text-align: center;
    margin-top:10px;    margin-bottom: 15px;
}
 .ooc_description {
    text-align: center;
    margin-top:10px;    margin-bottom: 0px;
}
.ooc_title{    text-transform: uppercase;}
#ooc_button{  background: linear-gradient(83.14deg, #ED8F03 0%, rgba(255, 197, 0, 0.52) 138.62%);
position:relative;
	    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    border-radius: 8px;
    color: #fff;
}
#ooc_button:after{background:url('icon _lightning.png') no-repeat; content:"";
    width: 24px;
    height: 29px;
    position: absolute;
    z-index: 999;
    right: -7px;
    top: -17px; }
.ooc_label {
    margin: 20px 0 0 0;
    color: black;
    padding: 0;
}

.ooc_footer {
    text-align: center;
    margin-top: 10px;
    border-top: 0px solid #e5e5e5;
}
.ooc_center  {
    text-align: center; margin-bottom: 0; 
}

.ooc_center strong {
    text-align: center; margin-bottom: 0;    color: #000;
}
.checkout.cart-detailed-actions .text-sm-center {
    text-align: center !important;
    display: flex;
    flex-direction: column;
}
.orexpress{ margin-top: 10px; margin-bottom: 10px;    font-size: 16px;
    font-family: NeoSansStd;
    color: rgb(4, 4, 5);
    font-weight: bold;
    line-height: 1.375;}
.view_modal_express{ margin-top: 18px;}

.view_modal_preorder:hover .material-icons{ color: #fff; }
.ooc_error_field {
    color: darkred;
}
.ooc_footer .btn-default{     font-weight: 600;
    padding: 0.5rem 1.25rem;    border-radius: 4px;
    padding: 10px 30px;}
 
   
.ooc_required {
    color: darkred;
}

.ooc_agree {
    margin-top:30px
}

.ooc_tip {
    color:red;
}
#ooc_form{ padding: 0 25px;}
#ooc_form .form-group{ display: flex; align-items: center; justify-content: center;}
@media (max-width: 575px){
    #ooc_form .form-group {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
   
    }
    #ooc_form .form-group .col-sm-4 ,#ooc_form .form-group .col-sm-8 {
      width:100%
    }
}