/*------------------------------------------------------------------
 * Template Name: Standard_cart
 * Author: ThemeTags
 * Author URI: https://themetags.com/
 * Description: A Bootstrap Responsive Domain & Web Hosting Template + WHMCS template
 * Version: 1.0.0
 * Copyright 2025 ThemeTags.
 -------------------------------------------------------------------*/



/* tt themetags */
#order-standard_cart .font-size-36{
  font-size: 26px !important;
}
.tt-domain-checker-wrap.domain-checker-container{
  background: var(--gray-light);
}
.tt-domain-checker-wrap .domain-checker-bg{
    background: none;
}

.tt-eq-height {
    display: flex;
    flex-wrap: wrap;
}

.tt-eq-height>div[class*=col] {
    display: flex;
}

.tt-eq-height>div[class*=col]>* {
    width: 100%;
}

/* order summary */
#orderSummary {
    position: -webkit-sticky;
    position: sticky;
}

.tt-summary-wrap {
    font-weight: 400;
    background: linear-gradient(0deg, #0d1785, #0d3c9f);
    padding: 10px;
    border-radius: 10px;
}

.tt-gutter>[class*='col-'] {
    padding-right: 8px;
    padding-left: 8px;
}

#order-standard_cart .order-summary .product-group {
    font-style: normal;
    color: hsla(0, 0%, 100%, .64);
}
#order-standard_cart .order-summary {
    background-color: transparent;
    margin: 0;
    border: none;
}
#order-standard_cart .summary-container {
    background-color: transparent !important;
    color: #fafafa;
    font-size: 12px;
    border: none;
    margin: 0;
}

#order-standard_cart .order-summary .summary-totals {
    margin: 15px 0;
    padding: 10px 0;
    border-color: #3945a2;
}

#order-standard_cart .order-summary .loader {
    top: 0;
    height: auto;
}

.tt-orange-btn {
    font-size: 16px;
    background-color: #f6743c;
    border-color: #f6743c;
}
.tt-orange-btn.btn-checkout{
    padding: 12px 34px !important;
}
.tt-orange-btn:hover {
    background-color: #f8905c;
    border-color: #f8905c;
}

.tt-orange-btn:focus {
    outline: none !important;
    box-shadow: none;
    background-color: #f8905c;
    border-color: #f8905c;
}

.btn-primary.tt-orange-btn:active {
    background-color: #f8905c;
    border-color: #f8905c;
}

.tt-orange-btn i {
    font-size: 12px;
}

#order-standard_cart .summary-container .clearfix .pull-right {
    text-align: right;
    padding-left: 6px;
}

#order-standard_cart .order-summary .total-due-today .amt {
    font-size: 20px;
    font-weight: 700;
}

#order-standard_cart .order-summary .total-due-today span {
    text-align: start;
}


#order-standard_cart .order-summary .order-summary-list {
    margin-bottom: 0;
    list-style: none;
    border-bottom: 1px solid hsla(0, 0%, 100%, .24);
    padding: 10px 0 8px;
    color: var(--gray-light);
    font-style: normal;
    font-size: 13px;
    line-height: 18px;
}

.order-summary-list .summary-list-item {
    display: flex;
    justify-content: space-between;
    padding-top: 4px;
    padding-bottom: 4px;
}

.summary-container .clearfix span {
    font-size: 12px;
    font-style: normal;
}

.order-summary-list .summary-list-item .text-start {
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: inherit;
}

.order-summary-list .summary-list-item .text-end {
    flex-basis: 56%;
    text-align: right;
    padding-left: 6px;
}

.order-summary .total-due-today {
    display: flow-root;
    align-items: center;
}

.order-summary .total-due-today .content {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #fff;
    justify-content: space-between;
    flex-flow: row-reverse;
}

.order-summary .total-due-today-text {
    font-size: 13px;
    line-height: 16px;
    color: hsla(0, 0%, 100%, .64);
    font-weight: 400;
}

.faded span {
    color: hsla(0, 0%, 100%, .64);
}

/* ------------------- */

.radio-cycle-box {
    position: relative;
    display: block;
    cursor: pointer;
    border-radius: 6px;
    margin-bottom: 15px;
    box-shadow: 0 0 32px 0 rgb(0 0 0 / 8%);
}

.radio-content {
    flex: 1;
    margin-left: 8px;
}


.radio-content h6 {
    margin-top: 0;
    margin-bottom: 0;
    color: #112240;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: 'Poppins', sans-serif !important;
}

.radio-content h6 span {
    font-weight: 500;
    font-size: 14px;
}

.radio-cycle-box label {
    padding: 14px 10px;
    display: flex;
    margin-right: 0 !important;
    cursor: pointer;
}

.radioBillingcycle .iradio_square-blue {
    border-radius: 50%;
    top: 4px;
    position: relative;
    display: flex;
    height: 14px;
    width: 14px;
    min-width: 14px;
    min-height: 14px;
    background: #fff;
    border: 1px solid #DEE0E3;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}



.radioBillingcycle .iradio_square-blue:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: calc(-1*6px/2);
    margin-left: calc(-1*6px/2);
    display: flex;
    justify-content: center;
    align-items: center;
    content: "";
    height: 6px;
    width: 6px;
    background: #fff;
    border-radius: 100%;
}

.radioBillingcycle .iradio_square-blue:before {
    top: 6px;
    left: 6px;
    width: 6px;
    height: 6px;
}

.radioBillingcycle .iradio_square-blue.checked {
    border-color: #0d3c9f;
    background: #0d3c9f;
}



/**
 * View Cart
 */

.tt-cart-wrap {
    font-family: 'Poppins', sans-serif;
    border-radius: 6px;
    padding: 12px;
    border: none;
   border: 1px solid var(--border-color);
}

#order-standard_cart .view-cart-items-header {
    padding: 5px 10px 12px;
}

#order-standard_cart .view-cart-items-header {
    background-color: transparent !important;
    border-bottom: 1px solid #ebebeb;
    color: var(--body-color);
}

#order-standard_cart .view-cart-items {
    margin: 0 0 12px 0;
    border: none;
    border-top: none !important;
}

#order-standard_cart .view-cart-items .item {
    border-bottom: 1px solid #ebebeb;
}

#order-standard_cart .view-cart-items .item:nth-child(even) {
    background-color: transparent;
}

#order-standard_cart .view-cart-items .item-title {
    font-size: 14px;
    font-weight: var(--fw-semibold);
}
#order-standard_cart .sub-heading {
    text-align: left;
    border-bottom: 2px dashed var(--primary-light);
    border-top: none;
    margin-top: 35px;
}
#order-standard_cart .sub-heading span, #order-standard_cart .sub-heading-borderless span {
    background-color: var(--white);
    color: var(--heading-color);
    padding-left: 0;
    top: -16px;
    font-size: 16px;
}

#order-standard_cart .view-cart-items .item-domain {
    color: #0370eb;
    font-size: 12px;
    line-height: 22px;
}

#order-standard_cart .view-cart-items .item-price {
    padding-left: 12px;
    padding-right: 12px;
}

#order-standard_cart .view-cart-items .item-price span:not(.cycle) {
    font-size: 14px;
    font-weight: var(--fw-semibold);
}

#order-standard_cart .view-cart-items .item-price .cycle {
    font-size: 12px;
    color: #838896;
}
#order-standard_cart .view-cart-items .item-price .dropdown-menu{
    font-size: 14px;
}
#order-standard_cart .view-cart-items .item-price .dropdown-menu a {
    color: var(--body-color);
}
#order-standard_cart .view-cart-items .item-price .dropdown-menu a:hover {
    color: var(--primary);
}
#order-standard_cart .btn-remove-from-cart,
.edit-btn {
    color: #c3c3c3;
}

#order-standard_cart .btn-remove-from-cart:hover {
    color: #cc0000;
    text-decoration: none;
}
#order-standard_cart .list-group-item.active{
    background-color: transparent;
    color: var(--primary);
    border-color: inherit;
}
.addon-item-icon {
    padding-left: 15px;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.tt-outline-sm-btn i {
    font-size: 12px;
    color: #838896;
}

#order-standard_cart .empty-cart .btn.tt-outline-sm-btn,
.tt-outline-sm-btn {
    font-size: 13px;
    color: #112240;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    padding: 4px 15px;
    transition: all 0.3s ease-in-out;
}

#order-standard_cart .empty-cart .btn.tt-outline-sm-btn:focus,
.tt-outline-sm-btn:focus {
    box-shadow: none;
    outline: none;
}

#order-standard_cart .empty-cart .btn.tt-outline-sm-btn:hover,
.tt-outline-sm-btn:hover {
    background-color: #ebebeb;
}

#order-standard_cart .empty-cart {
    margin: 0;
}

#order-standard_cart .empty-cart .btn {
    background-color: transparent;
    padding: inherit;
}
.mb-18{
    margin-bottom: 18px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-25{
    margin-bottom: 25px;
}
.mb-60{
    margin-bottom: 60px;
}
.tt-pricing-feature-list{
    margin-top: 10px;
    padding: 0 10px;
    font-size: 15px;
}
.tt-pricing-feature-list i{
    margin-right: 8px;
    color: #99a5c2;
    font-size: 16px;
}
.tt-pricing-feature-list>br{
    display: none;
}
.tt-pricing-feature-list li{
    padding: 5px 0;
}
.tt-custom-border{
    border: 1px solid #e6e8eb;
    border-radius: 20px;
    padding: 25px 20px 5px;
}
#order-standard_cart .product-info{
    border-radius: 12px;
    padding: 15px;
}
#order-standard_cart .product-info .product-title{
    padding-left: 10px;
}

#order-standard_cart .order-summary .bordered-totals {
    border-bottom-width: 0px !important;
}