/* Chekout Page Main Content Start */
.ctp_main{
    margin-bottom: 60px;
}
.ctp_cart h1 {
    font-weight: 400;
}
.ctp_cart__details span {
    padding: 0.5rem;
    font-weight: 550;
    font-size: 18px;
    color: rgba(107,107,107);
}
.ctp_cart__details div span {
    width: 130px;
    display: inline-block;
}
.ctp_cart__details div span:nth-child(2), .ctp_ammout span:nth-child(2) {
    text-align: center;
}
.ctp_product span {
    color: rgba(31,41,55, 0.8);
}
.ctp_product img {
    width: 66px;
    height: 66px;
    display: inline-block;
    margin-right: 0.5rem;
}
.ctp_ammout span {
    padding: .50rem;
    width: 130px;
    display: inline-block;
}
.ctp_adress h6 {
    font-weight: 600;
    font-size: 1.6rem;
}
.ctp_adress form {
    padding: 0 4.5rem;
}
.ctp_adress form label {
    margin-bottom: 0.5rem;
    color: rgba(17,24,39, 0.8);
}
.ctp_adress form input[type=text], .ctp_adress form textarea {
    padding: 0.5rem;
    border: solid 1px rgba(209,213,219);
    border-radius: 8px;
    font-size: 15px;
}
.ctp_adress form input[type=text]:focus, .ctp_adress form textarea[type=text]:focus {
    outline: 2px solid #000;
}
.ctp_adress form textarea {
    height: 60px;
}
.ctp_first__selector .custom-select {
    width: 50%;
}

/* Custom Sleect Start */
.ctp_section .custom-select {
    position: relative;
    font-family: Arial;
    border: solid 1px rgba(209,213,219);
    border-radius: 5px;
    margin-top: .75rem;
}
.ctp_section .custom-select select {
    display: none; 
}
.ctp_section .select-selected {
    background-color: #fff;
    border-radius: 5px;
}
.ctp_section .select-selected:after {
    position: absolute;
    content: "";
    top: 16px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
}
.ctp_section .select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 7px;
}
.ctp_section .select-items div {
    color: #000;
    padding: 8px;
    cursor: pointer;
}
.ctp_section .select-selected {
    color: rgb(128, 128, 128);
    padding: 8px;
    cursor: pointer;
}
.ctp_section .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    margin-top: 10px;
    height: 317px;
    overflow: auto;
    border: solid 1px rgb(209, 213, 219);
    border-radius: 5px;
    box-shadow: 0 12px 18px 5px rgba(0,0,0,.1);
    padding: 5px 0;
}
.ctp_section .select-hide {
    display: none;
}
.ctp_section .same-as-selected {
    background-color: rgb(0,116,232);
    color: #fff !important;
}
.ctp_section .same-as-selected:hover {
    background-color: rgb(0,116,232) !important;
    color: #fff !important;
}
.ctp_section .select-items div:hover {
    background-color: rgb(0,116,232, 0.3);
}
/* Custom Select Stop */
.ctp_adress form button[type=submit] {
    color: #fff;
    padding: 5px 12px;
    background-color: red;
    border: none;
    font-weight: 600;
    border-radius: 7px;
    width: 100%;
}
.ctp_hidener {
    display: none !important;
}
.ctp_cr__one {
    padding: 1.25rem;
    border-radius: 8px;
    box-shadow: 0 1px 4px -2px;
    width: 100%;
}
.ctp_requirement {
    display: block;
    text-align: center;
    color: rgba(239,68,68);
    font-size: 12px;
}
.ctp_cr__one h5 {
    color: rgba(107,107,107);
}
.ctp_cr__one .d-flex {
    margin-top: .75rem;
}
.ctp_cr__one .d-flex input {
    margin-right: 4px;
}
.ctp_cr__two {
    border-radius: 7px;
    box-shadow: 0 1px 4px -2px;
}
.ctp_cuppon_hideopener {
    display: block !important;
}
.ctp_cuppon_hider input {
    width: calc(100% - 80px);
    height: 2.3rem;
    border-radius: 5px 0 0 5px;
    outline: none;
}
.ctp_cuppon_hider button {
    width: 80px;
    height: 2.3rem;
    border: none;
    background-color: #000;
    color: #fff;
    font-weight: 600;
    border-radius: 0 5px 5px 0;
}
.ctp_cr__three {
    padding: 1.25rem;
    border-radius: 8px;
    box-shadow: 0 1px 6px -2px;
    width: 100%;
} 
.ctp_cr__three p {
    font-size: 12px;
}
.ctp_cr__three p a:hover {
    text-decoration: underline;
}
.ctp_confirm {
    border: none;
    background-color: #4345AC;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 0;
    border-radius: 10px;
    width: 100%;
    text-align: center;
}
.devoder_address__main {
    background-color: #F3F4F6;
    border-radius: 10px 10px 0 0;
}
.devoder_address__main h3 {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 15px;
}
.devoder_address__main h3:nth-child(1) {
    width: 25%;
}
.devoder_address__main h3:nth-child(2) {
    width: calc(75% - 89px);
}
.devoder_address__main h3:nth-child(3) {
    width: 89px;
    text-align: right;
}
.devoder_address__mainer{
    display: flex;
    align-items: center;
}
.fdevoder_address__mainer {
    width: 25%;
}
.sdevoder_address__mainer {
    width: calc(75% - 60px);
    padding: 0 15px;
}
.sdevoder_address__mainer p {
    margin-bottom: 0 !important;
}
.sdevoder_address__mainer p:nth-child(1) {
    font-weight: 500;
    color: #B9BCBE;
}
.tsdevoder_address__mainer {
    width: 60px;
    display: flex;
    justify-content: space-between;
}
.tsdevoder_address__mainer .fa-trash-can {
    color: rgb(255, 87, 34);
    cursor: pointer;
    font-size: 20px;
}
.tsdevoder_address__mainer .fa-square-pen {
    cursor: pointer;
    font-size: 20px;
}
.devoder_address__mainer {
    padding: 20px 10px;
    border: solid 1px #e2e4e5;
    border-radius: 0 0 10px 10px;
}
.ctp_add__previous {
    padding: 10px;
    box-shadow: 0 2px 8px 1px rgb(0 0 0 / 10%);
    border-radius: 15px;
}
.for_add__newadbut button {
    color: white;
    background-color: rgba(242,145,32);
    border: none;
    padding: 8px 25px;
    border-radius: 10px;
    font-weight: 600;
    margin-top: 10px;
    font-size: 20px;
}
.main_ctp_mobleb h3 {
    background-color: #F3F4F6;
    border-radius: 7.5px;
}
.d-blocker {
    visibility: visible !important;
    opacity: 1 !important;
}
.d-noner {
    visibility: hidden;
    opacity: 0;
}
.ctp__adressser {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 100;
    pointer-events: initial;
    background-color: rgba(9,30,66,0.54);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}
.ctp_adress{
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    overflow: auto;
}
.ctp_address__divider {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
}
.ctp__address__topper{
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 10px 10px 0 0;
    border-bottom: solid 1px #F3F4F6;
}
.ctp__address__topper i {
    font-size: 20px;
    cursor: pointer;
}
.ctp_add__fbut {
    text-transform: uppercase;
}
/* Chekout Page Main Content Stop */