body {
    background-color: #fff; 
}

section.form-order-complet-website {}

section.form-order-complet-website .container {}

section.form-order-complet-website .container h1.head-title {
    width: 100%;
    margin-top: 25px;
}

section.form-order-complet-website .container p.text-desc {
    margin-bottom: 0;
    font-size: 16px;
}

section#sect-website {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #e7e7e7f1;
    border-radius: 1px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important; 
    background-color: #fff;
}

section#sect-website h1.sect-websit-title {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section#sect-website h1.sect-websit-title span.img-photo-desc {
    display: flex; 
    justify-content: flex-end; 
    align-items: center; 
}
section#sect-website h1.sect-websit-title span.img-photo-desc img {
    min-height: 35px; 
}

section#sect-website .form-group-two-field {
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-wrap: wrap; */
}

section#sect-website input[type=text],
section#sect-website input[type=email],
section#sect-website select {
    height: 45px; 
    font-size: 15px; 
    border-radius: 2px; 
    font-weight: 500; 
}

section#sect-website textarea {
    border-radius: 2px;
}

section#sect-website .form-group-two-field .form-group {
    width: 49.2%;
    margin-right: 4px;
    margin-bottom: 0px; 
}

.font-text-desc-under-desc {
    font-size: 14px !important;
    font-weight: 400;
    color: #5c5c5c;
}

section#sect-website .form-group label {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 3px;
    /* color: #4c4c4c; */
}

section#sect-website .form-group-two-field .form-group-colown {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#direct-payment-checkout-btn {
    min-width: 235px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #019fe0;
    text-decoration: none;
    border-radius: 3px;
    padding: 8px 12px;
    color: #019fe0;
    font-weight: 600;
    transition: 0.5s;
    cursor: pointer;
    height: 45px;
    width: 50%; 
}

#direct-payment-checkout-btn:hover {
    color: #00577a;
    border: 2px solid #00577a;
    transition: .5s;
}

/*
SECLECT OPTION
*/
#detail-hidden {
    /* display: none; */
}

.box {
    padding: 20px;
    display: none;
    margin-top: 20px;
    padding-top: 0;
}

.content-button-option-payment {
    display: flex; 
    align-items: flex-start; 
    justify-content: space-between; 
    flex-wrap: wrap; 
    width: 100%; 
}

.content-button-option-payment .img-photo-desc {
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* margin-top: 10px; */
    border: 0px solid #e1e1e1;
    border-radius: 3px;
    padding: 2px; 
}

.content-button-option-payment .img-photo-desc img {
    height: 30px; 
}

.product-dtl p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 10px;
    color: #3e3e3e;
}

.product-dtl .form-control {
    font-size: 15px;
}

.product-dtl label {
    line-height: 16px;
    font-size: 15px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.section-button-live {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.section-button-live .btn-live-preview {
    width: 125px;
    text-align: center;
    height: 45px;
    /* border    : 1px solid #019fe08c; */
    display: flex;
    align-items: center;
    padding: 0 15px;
    border-radius: 2px;
    margin-top: 5px;
    font-weight: 200;
    color: #fff;
    background: #019fe0;
    font-size: 1rem;
    transition: 0.5s;
}

.section-button-live .btn-live-preview:hover {
    text-decoration: none;
    background: #456c12;
    transition: 0.5s;
}

.product-count {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0px;
}

.product-count .details-product-payment {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.product-count .details-product-payment h4.detail-one {
    width: 97%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.product-count .details-product-payment h4.detail-one span {
    font-size: 0.8rem;
    font-weight: 400;
    color: #505050;
}

.product-count .details-product-payment h4.detail-one span i {
    color: #019fe0;
}

.product-count .details-product-payment .taxex-section {
    border-top: 1px solid #ccc;
    margin: 10px 0;
    padding-top: 15px !important;
    width: 100%;
}

.product-count .details-product-payment .taxex-section h4 span {
    font-weight: 600;
}

.product-count .details-product-payment .taxex-section h4.detail-one.to-pay {
    margin-top: 15px;
}

.product-count .details-product-payment .taxex-section h4.detail-one.to-pay span {
    font-size: 1.2rem;
}

.product-count a.visa-card-payment {
    min-width: 235px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #019fe0;
    text-decoration: none;
    border-radius: 3px;
    padding: 8px 12px;
    color: #019fe0;
    font-weight: 600;
    transition: 0.5s;
    cursor: pointer;
    height: 45px;
    width: 70%;
}

.product-count a.visa-card-payment:hover {
    border: 2px solid #2373c7;
    color: #2373c7;
    transition: 0.5s;
}

.product-count a.visa-card-payment svg {
    height: 25px;
}

.product-count .qtyminus,
.product-count .qtyplus {
    width: 34px;
    height: 34px;
    background: #212529;
    text-align: center;
    font-size: 19px;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
}

.product-count .qtyminus {
    border-radius: 3px 0 0 3px;
}

.product-count .qtyplus {
    border-radius: 0 3px 3px 0;
}

.product-count .qty {
    width: 60px;
    text-align: center;
}

.round-black-btn {
    border-radius: 4px;
    background: #212529;
    color: #fff;
    padding: 7px 45px;
    display: inline-block;
    margin-top: 0px;
    border: solid 2px #212529;
    transition: all 0.5s ease-in-out 0s;
}

.round-black-btn:hover,
.round-black-btn:focus {
    background: transparent;
    color: #212529;
    text-decoration: none;
}

.product-info-tabs {
    margin-top: 25px;
}

.product-info-tabs .nav-tabs {
    border-bottom: 2px solid #d8d8d8;
}

.product-info-tabs .nav-tabs .nav-item {
    margin-bottom: 0;
}

.product-info-tabs .nav-tabs .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
    color: #323232;
}

.product-info-tabs .nav-tabs .nav-item .nav-link:hover {
    border: none;
}

.product-info-tabs .nav-tabs .nav-item.show .nav-link,
.product-info-tabs .nav-tabs .nav-link.active,
.product-info-tabs .nav-tabs .nav-link.active:hover {
    border: none;
    border-bottom: 2px solid #d8d8d8;
    font-weight: bold;
}

.product-info-tabs .tab-content .tab-pane {
    padding: 30px 20px;
    font-size: 15px;
    line-height: 24px;
    color: #7a7a7a;
}

@media screen and (max-width: 1225px) {
    section.form-order-complet-website .container {
        width: 100%;
        max-width: 100%;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        display: flex;
    }

    form#direct-order-website {
        width: 100%;
        max-width: 100%;
        padding: 0 !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    section.form-order-complet-website .container h1.head-title {
        font-size: 3.2vw;
    }
}

@media screen and (max-width: 768px) {
    section#sect-website .form-group-two-field {
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        padding: 0;
    }

    section#sect-website .form-group-two-field .form-group {
        width: 49%;
    }

    section#sect-website .w-100-mobile {
        width: 100% !important;
    }
    section.form-order-complet-website .container {
        padding: 0 10px!important;
    }
    section.form-order-complet-website .container h1.head-title {
        font-size: 1.7rem;
        line-height: 1.8rem;
    }
    section#sect-website h1.sect-websit-title {
        padding-left: 0;
    }

    form#direct-order-website .left-side-form {
        width: 100%;
        padding: 15px!important;
    }
    form#direct-order-website .left-side-form .p-1.form-group {
        width: 100%; 
        margin-top: 5px;         
    }
    form#direct-order-website .box-prices-details {
        width: 100%; 
        padding: 15px!important; 
    }
    form#direct-order-website .footer-content-button {
        padding: 0 8px!important; 
    }
    .content-button-option-payment .img-photo-desc { 
        width: 100%; 
        margin-top: 5px; 
        justify-content: center; 
    }
}

@media screen and (max-width: 500px) {
    section#sect-website .form-group-two-field .form-group {
        width: 100%;
    }
    .content-button-option-payment {
        flex-direction: column; 
    }
    .content-button-option-payment .img-photo-desc img {
        height: 40px; 
        margin-top: 15px; 
    }
    section.form-order-complet-website .container p.text-desc br {
        display: none!important; 
    }
    section#sect-website {
        border: 1px solid #e7e7e700; 
        background-color: #fff0; 
    }
    form#direct-order-website .left-side-form {
        padding: 0px!important; 
    }
    form#direct-order-website .box-prices-details {
        padding: 15px 5px!important; 
    }
}


/* LOADING PRGRESS STYLE */
div#loading {
    width: 100vw;
    height: 100vh;
    position: fixed;
    /*
    top: 0;
    left: 0;
    */
    display: none; 
    background-color: rgba(0, 0, 0, 0.7);
    background-size: cover;
    z-index: 9999;
}

div.loading .active {
    display: flex;
    justify-content: center;
    align-items: center;
}

#loader {
    position: absolute;
    left: 45%;
    top: 40%;
    z-index: 1;
    width: 100px;
    height: 100px;
    margin: -20px 0 0 -20px;
    border: 20px solid #fff;
    border-radius: 50%;

    border-top: 20px solid rgb(113 22 3); 
    border-bottom: 20px solid rgb(113 22 3); 

    width: 120px;
    height: 120px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 80%), inset 0px 0px 5px rgb(0 0 0 / 80%);
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}