/* cart container */ 
.rpd-cart-container {
    min-height: 780px;
    max-height: 780px;
    padding: 32px 62px 32px 62px;
    background: linear-gradient(253.92deg, rgba(147, 141, 0, 0.66) -3.2%, #694506 90.32%);
    border-radius: 10px;
}

@media all and (max-width: 1000px) {
    .rpd-cart-container {
        overflow-Y: auto;
    }
}

.rpd-cart-container h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 33px;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.rpd-cart-container h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
    text-transform: capitalize;
    color: #FFFFFF;
}
/* end cart container */

/* cart line */
.rpd-cart-line {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    padding: 18px 0 18px 0;
}


@media all and (min-width: 580px) {
    .rpd-cart-line-block {
        border-right: 1px solid #ffffff;
    }
}

.rpd-cart-line-block h2 {
    margin: 0;
} 

.rpd-under-cart-container {
    position: relative;
}

.rpd-under-cart-line {
    position: absolute;
    bottom: 35px;
    left: 15%;
    background: rgba(255, 255, 255, 0.15);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px 31px 10px 31px;
    width: 35%;
}

.rpd-under-cart-line span {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
}

.rpd-heb-description span {
    font-size: 13px !important;
}

.rpd-cart-line span {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
}

.rpd-under-cart-line .removeItem {
    position: absolute;
    top: 40%;
    right: -5%;
    font-size: 10px;
    transform: translate(5%, -40%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rpd-add-hosting-btn {
    position: absolute;
    top: 136%;
    left: 115%;
    width: 65%;
    background: rgba(255, 255, 255, 0.15);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 12px 12px 12px 45px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

.rpd-add-hosting-btn:hover {
    color: rgba(255, 255, 255, 0.8);
}

.input-icon-add-hosting {
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translate(-7%, -50%);
    width: 16px;
    height: 16px;
    background: url("/assets/images/input/add-dns.svg") no-repeat;
    mask: url("/assets/images/input/add-dns.svg") no-repeat;
    -webkit-mask: url("/assets/images/input/add-dns.svg") no-repeat;
    background-color: #ffffff;
}

.icon-chain-left {
    position: absolute;
    bottom: 72px;
    left: 20%;
    transform: translate(-7%, -50%);
    width: 16px;
    height: 16px;
    background: url("/assets/images/input/chain.svg") no-repeat;
}

.icon-chain-right {
    position: absolute;
    bottom: 72px;
    left: 45%;
    transform: translate(-7%, -50%);
    width: 16px;
    height: 16px;
    background: url("/assets/images/input/chain.svg") no-repeat;
}

.rpd-cart-container input {
    text-align-last:center; 
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal !important;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.80);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.rpd-cart-container select {
    text-align: center;
    text-align-last:center; 
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal !important;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.80);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    width: 50%;
}

.rpd-under-cart-line select {
    position: absolute;
    top: 60%;
    left: 25%;
    transform: translate(-25%, -60%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    text-align-last:center; 
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal !important;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.80);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    width: 70%;
}

.rdp-empty-cart {
    position: relative;
}

.rdp-empty-cart-text {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, 50%);
    font-style: italic;
    font-weight: normal;
    font-size: 40px;
    line-height: 50px;
    color: #FFFFFF; 
}

.rdp-back-to-home-btn {
    background: rgba(147, 141, 0, 0.91);
    border-radius: 10px;
    padding: 12px 22px 12px 22px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.rdp-back-to-home-btn:hover {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0);
    transition: box-shadow 250ms;
    color: rgba(255, 255, 255, 0.8);
}

/* end cart line */

/* total cart */
.rpd-label-price {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
}

.rpd-value-price {
    font-weight: 500;
    font-size: 19px;
    line-height: 24px;
    text-align: right;
    color: #FFFFFF;
}

.rpd-label-reduction {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: rgba(255, 255, 255, 0.8);
}

.rpd-label-reduction:hover {
    color: #FFFFFF;
}

.rdp-purchase-cart-btn {
    background: #B7B457;
    border: 0.5px solid #938D00;
    box-sizing: border-box;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    width: 50%;
    color: #FFFFFF;
}

.rdp-purchase-cart-btn:hover {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0);
    transition: box-shadow 250ms;
    color: rgba(255, 255, 255, 0.8);
}

.rpd-grass-icon {
    position: absolute;
    bottom: 98%;
    left: 50%;
}
/* end total cart */

/*======== cart paid =============*/
@media (min-width: 762px) { 
    .rpd-paid-cart-left-side {
        border-right: 2px solid #ffffff;
    }
}

.rpd-paid-cart-left-side span {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
}

.rpd-paid-cart-left-side small {
   font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 19px;
    color: #FFFFFF;
}

.rdp-paid-cart-btn {
    background: #9B6109;
    box-sizing: border-box;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    width: 40%;
    color: #FFFFFF;
}

.rdp-paid-cart-btn:hover {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0);
    transition: box-shadow 250ms;
    color: rgba(255, 255, 255, 0.8);
}
/*========== end cart paid ==========*/

/* scroll bar */
@media all and (min-width: 1000px) {
    .rpd-cart-item-container {
        overflow-Y: auto; 
        min-height: 615px; 
        max-height: 615px;
    }
    .rpd-cart-item-container::-webkit-scrollbar-track
    {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: transparent;
    }
    
    .rpd-cart-item-container::-webkit-scrollbar
    {
        width: 12px;
        background-color: transparent;
    }
    
    .rpd-cart-item-container::-webkit-scrollbar-thumb
    {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background: rgba(255, 255, 255, 0.15);
    }
}

@media all and (max-width: 1000px) {
    .rpd-cart-container::-webkit-scrollbar-track
    {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: transparent;
    }
    
    .rpd-cart-container::-webkit-scrollbar
    {
        width: 12px;
        background-color: transparent;
    }
    
    .rpd-cart-container::-webkit-scrollbar-thumb
    {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background: rgba(255, 255, 255, 0.15);
    }
}

/* end scroll bar */

/* custom spacing  */
.pl-6 {
    padding-left: 5rem !important;
}
.mb-6 {
    margin-bottom: 6rem !important;
}
.ml-6 {
    margin-left: 10rem !important;
}

.mt-6 {
    margin-top: 7rem !important;
}

/*
    Icone for CB - Cheque - PayPal
*/

.payment_method {
    position: relative;
    width: 20px;
    float: left;
    left: 15px;
    top: 2px;
}
.rapido-white-block-custom {
    padding-bottom: 1px !important;
}

/*
    CTA site builder
*/

.rpd-paid-title-website-builder h3 {
    font-family: 'Roboto', sans-serif !important;
    font-style: italic;
    font-weight: 800;
    font-size: 29px;
    line-height: 34px;
    color: #FFFFFF;
}

.rpd-paid-title-website-builder p {
    font-family: 'Roboto', sans-serif !important;
    font-style: italic;
    font-weight: 800;
    font-size: 23px;
    line-height: 27px;
    color: #FFFFFF;
}

.rpd-paid-title-website-builder a:hover {
     color: #FFFFFF;
}

.rpd-paid-cta {
    background: #CDC846;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #FFFFFF;
}

.rpd-paid-cta:hover {
    color: #FFFFFF;
    box-shadow: none;
}

.rpd-paid-link {
    font-family: Livvic;
    font-style: italic;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
}

.rapido-separator {
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    width: 100%;
}