ul, ol {
    list-style-type: none !important;
    margin: 0;  padding: 0;
}
figure {
    margin-bottom: 0;
}
/*-----------------register-css---------------------*/
.modal.show .modal-dialog{
    max-width: 520px;
    width: 100%;
}
.modal-header{
    text-align: center;
   justify-content: center;
    border: 0;
    padding:30px 0;
}
.modal-body{
    border: 0;
    padding:0 40px;
}
.modal-content{
    border-radius: 0;
}
.modal-footer p{
    font-size: 16px;
    font-weight: 400;
    color: #8E8E8E;
    padding: 22px 0 40px 0;
    justify-content: center;
    border: 0;
}
.modal-footer a{
    text-decoration: none;
    color: #000;
}
.modal-header .btn-close {
    position: absolute;
    top: 0;
    right: 0;
}

.btn-close {
    box-sizing: content-box;
    padding: 0.25em 0.25em;
    color: #000;
    background-image:url('../images/crooss-icon.svg');
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
}

.modal-header .btn-close {
    position: absolute;
    top: -14px;
    right: -12px;
    background-color: rgb(0, 0, 0);
    opacity: 1;
    padding: 14px;
    border-radius: 100%;
}

/* .black-btn{
    border-radius: 0;
    width: 100%;
    background-color: #000;
    padding: 16px 71px;
    color: #fff;
    border: solid 1px #000;
    transition: all .4s ease;
}
.black-btn:hover{
    background-color:transparent;
    color: rgb(0, 0, 0);
    border: solid 1px #000;
} */
input[type=checkbox] {
    display: none;
  }
  input[type=checkbox] + span::before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 26px;
    height: 26px;
    border: 1px solid #707070 !important;
    background: #FFFFFF;
    border-radius: 0 !important;
    margin-right: 12px;
    opacity: 0.15;
  }
  input[type=checkbox]:checked + span:before {
    content: "";
    text-align: center;
    border: 1px solid #707070;
    background: url(../images/check.svg) no-repeat;
    background-position: center;
    opacity: 1;
  }
form label{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px !important;
}
form .form-group input{
    margin-bottom: 25px;
    height: 48px;
    border: 1px solid #00000012;
    background-color: #00000005;
    border-radius: 0;
}
.products form .form-group input{
    margin-bottom: 25px;
    height: 48px;
    border: 1px solid #00000012;
    border-radius: 0;
    background-color: #fff !important;
}

.form-control:placeholder{
    color: #000 !important;
}
/*-----------------thank-you-css---------------------*/

.thank-you{
    padding:245px 15px;
}
.payment-failed{
    padding: 214px 0;
}
.back-home{
    max-width: 282px;
    width: 100%;
}
.payment-btn{
    max-width: 218px;
    width: 100%;
}
.thank-para{
    color: #000;
    margin: 0 auto;
    max-width: 785px;
    line-height: 28px;
    margin: 45px auto;
}
/*-----------------payment-faild-css---------------------*/
.payment-para{
    color: #58656D;
}
.payment-para a{
    color: #4E8EC0;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
}
.payment-color-box{
    padding: 22px 15px;
    background-color: #F6E4E1;
    color: #B34634;
    line-height: 36px;
}
.payment-color-box p{
    max-width: 770px;
    margin: 0 auto;
}
.payment-logos{
    display: flex;
    align-items: center;
  justify-content: center;
    margin: 0 10px;
    /* background: transparent linear-gradient(180deg, #FFFFFF 0%, #E9F5FB 100%) 0% 0%; */
    background: url(../images/bg-shape.svg) no-repeat;
    width: 131px;
    height: 67px;
    /* border: solid 1px #00000012; */
}


/*----------------------------order-summary--------------------------------*/

.order-img img{
    width: 68px;
    height: 74px;
}
.order-img{
    background-color: #fff;
    padding: 8px;
    border: solid 1px #EFEFEF;
}

.border-btm,.billing{
    border-bottom: 1px solid #C4C4C43D;
}

.billing{
    padding-bottom: 15px;
    margin-top: 45px;
    border-bottom: 1px solid #DCDCDC;
}

.apply-btn{
    border-radius: 0;
    margin-top: 30px;
    background-color: #8E8E8E;
    color: #fff;
    padding: 10px 28px;
    border: solid 1px #8E8E8E;
}
.apply-btn:hover{
    background-color:#000;
    border: solid 1px #000;
    color: #fff;
}

.payment-mode{
    background-color: #fff;
    padding: 20px 30px;
}
/* .order-left p{
    margin: 30px 0 0 0;
} */
.apply-input{
    margin-right: 10px;
    max-width: 300px;
    width: 100%;
}
.apply-input input{
    padding: 12px 28px;
    background: #F6F6F6;
    border-radius: 0;
    border: 0;
    height: 42px;
}
.apply-code{
    background-color: #fff;
    padding: 25px;
    margin-top: 20px;
}