

.calculate-product-head {
    margin-top: 20px;
    text-align: center;
}

.calculate-product-head-red {
    color: red;
    margin-top: 20px;
    text-align: center;
}

.text-center-head-black {
    font-size: 36px;
    color: black;
}

.text-center-head-red {
    font-size: 36px;
    color: rgb(255, 0, 0);
}

.text-center-content-black {
    font-size: 20px;
    color: rgb(0, 0, 0);
}

.text-center-content-red {
    font-size: 3rem;
    color: rgb(255, 0, 0);
}

.text-content-white {
    font-size: 28px;
    color: rgb(255, 255, 255);
}

.type-product-text {
    margin-top: 10px;
    font-size: 20px;
}

.topic-text {
    margin-top: 20px;
    font-size: 30px;
    text-align: center;
}

.img-pcs-cargo {
    margin-top: 20px;
    margin-bottom: 40px;
    width: 250px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.button-rate-calculate {
    background: linear-gradient(to right, #ffab36, #FF4136);
    display: inline-block;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24),
        0 17px 50px 0 rgba(0, 0, 0, 0.19);
    border: 0;
    border-radius: 2rem;
    font-size: 20px;
    text-align: center;
    color: rgb(255, 255, 255);
    padding: 1rem;
    width: 60%;
    height: 70%;
    margin-top: 5%;
    cursor: pointer;
}

.button-rate-calculate:hover {
    background-color: #FF4136
}

.button-rate-calculate:active {
    background-color: #FF4136;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.payment-process-text {
    margin-top: 10px;
    font-size: 19px;
}

.promotion-text{
    background: linear-gradient(to right, #ffab36, #FF4136);
    display: inline-block;
    border-radius: 0.3rem;
    font-size: 22px;
    text-align: center;
    color: rgb(255, 255, 255);
    width: 100%;
    height: 80%;
    margin-bottom: 60px;
    margin-top: 60px;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    height: 250px;
    margin-bottom: 100px;
    border: #ffab36;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}


.process-payment-box {
    background: white;
    display: inline-block;
    box-shadow: 0 16px 20px 0 rgba(0, 0, 0, 0.24),
        0 17px 50px 0 rgba(0, 0, 0, 0.19);
    font-size: 14px;
    text-align: center;
    color: black;
    padding: 1rem;
    width: 50%;
    height: 90%;
    margin-top: 5%;
    border-radius: 1rem;
    margin-bottom: 2rem;
    border-style: solid;
    border-color: #FF4136;
    border-top-style: solid;
    border-top-color: black;
    border-top-width: 0.2rem;

}

.process-payment-box-header {
    color: red;
    margin-bottom: 20px;
}

.order-time-box {
    background: white;
    display: inline-block;
    box-shadow: 0 16px 20px 0 rgba(0, 0, 0, 0.24),
        0 17px 50px 0 rgba(0, 0, 0, 0.19);
    font-size: 16px;
    text-align: center;
    color: black;
    padding: 1rem;
    width: 57%;
    height: 100%;
    margin-top: 5%;
    border-radius: 2rem;
    margin-bottom: 2rem;
    border-style: solid;
    border-color: #FF4136;
}

.image-order {
    height: 57%;
    margin-bottom: 2rem;
    border-radius: 50%;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24),
        0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.order-time-background {
    background-color: orange;
}

.button-order-time {
    background: linear-gradient(to right, #ffab36, #FF4136);
    display: inline-block;
    border-radius: 2rem;
    font-size: 14px;
    text-align: center;
    color: rgb(255, 255, 255);
    width: 70%;
    margin-bottom: 15px;


}

.order-transport-time-box {
    background: white;
    display: inline-block;
    font-size: 40px;
    color: white;
    padding: 1rem;
    margin-top: 5%;
    border-style: solid;
    border-color: #FF4136;
    text-shadow: 1px 1px black;
    border-width: 5px;
    margin-bottom: 10px;
    border-radius: 1rem;
}

.transport-boat-text {
    text-align: right;
    background-image: url(assets/images/truck-vehicle.jpg);
}

.transport-car-text {
    text-align: left;
}

.product-type-box {
    width: 800px;
    text-align: left;
    margin: auto;
}

 
.receive-product{
    background: linear-gradient(to right, #ffab36, #FF4136);
    display: block;
    justify-content: center;
    border-radius: 1rem;
    text-align: center;
    color: rgb(255, 255, 255);
    width: 60%;
    margin: auto;
    padding: 1rem !important;
    box-shadow: 0 16px 20px 0 rgba(0, 0, 0, 0.24),0 17px 50px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 3rem;
}

.receive-product-topic{
    width: 800px;
    text-align: center;
    margin: auto;
    color: red;
    margin-bottom: 20px;
}
.warning-box{
    background: white;
    display: inline-block;
    font-size: 18px;
    text-align: left;
    padding: 1rem;
    max-width: 800px;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    margin-bottom: 2rem;
    border-style: solid;
    border-color: red;
    margin: auto;
    border-width: 5px;
}
.warning-image{
 
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: -70px;
}

.wooden-crate-image{
    
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    width: 600px;
    max-width: 100%;
}

.wooden-crate-box{
    background: white;
    display: inline-block;
    font-size: 17px;
    text-align: left;
    padding: 2rem;
    max-width: 800px;
    width: 100%;
    height: 100%;
    border-radius: 4rem;
    margin-bottom: 2rem;
    border-style: solid;
    border-color: red;
    margin: auto;
    border-width: 5px;
}
.wooden-crate-icon{
    width: 70px;
    height: 70px;
    margin-left: auto;
    margin-bottom: 20px;
   
}

.service-box{
    background: linear-gradient(to right, #FF4F2E, #B00000);
    color: white;
    display: inline-block;
    font-size: 22px;
    text-align: left;
    padding: 2rem;
    max-width: 600px;
    width: 100%;
    height: 100%;
    border-radius: 4rem;
    margin-bottom: 2rem;
    border-style: solid;
    margin: auto;
}

.circle-icon{
    width: 170px;
    height: 170px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20%;
   
}

.flex-container {
    display: flex;
}

p.black-text-header-center {
    font-size: 24px;
    text-align: center;
    color: rgb(0, 0, 0);
}

.elementor-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}



.table-size {
    width: 800px;
    margin: auto;
}

table {
    border-collapse: collapse;
    background: rgb(245, 245, 245);
    border-radius: 2rem;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    
}

td,
th {
    padding-left: 8px;
}

thead tr {
    height: 60px;
    background: linear-gradient(to right, #ff7636, #C0292D);
    font-size: 2rem;
    color: white;
}

tbody tr {
    height: 48px;
    font-size: 1rem;
}

tbody tr{
    border: none;
}
tbody td{
    border: none;
}


td {
    text-align: center;
}

th {
    text-align: center;
    font-size: 20px;
}

td.l,
th.l {
    text-align: right;
}

td.c,
th.c {
    text-align: center;
}

td.r,
th.r {
    text-align: center;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

.logo-pcs-why-header-img {
    margin: auto;
    width: 120px;
}

.icon-why{
    display: inline-block;
    vertical-align: middle;
}

.title-why{
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
    font-weight: 500;
}
table td, table th, .wp-block-table td, .wp-block-table th {
    border: 0px solid !important;
}

.image-order{
    border-radius: 50% !important;
    height: 50% !important;
}

.img-max-800{
    max-width: 700px !important;
}

.service-box2 {
    background: linear-gradient(to right, #FF4F2E, #B00000);
    color: white;
    display: inline-block;
    font-size: 20px;
    text-align: left;
    padding: 2rem !important;
    max-width: 600px !important;
    width: 100%;
    height: 100%;
    border-radius: 4rem;
    margin-bottom: 2rem;
    border-style: solid;
    margin: auto;
}