/* ---------------------------
   Default CSS Start
----------------------------- */
.templateceo-header {
    background: #121212;
}

.templateceo-shop-cart {
    width: 100%;
    position: relative;
    background-color: var(--baselightbg);
    overflow: hidden;
    padding: 200px 0 0;
}

.templateceo-shop-cart .container {
    max-width: 1730px;
    position: relative;
}

.templateceo-shop-cart .theme-section-heading {
    padding-bottom: 15px;
}

.pay-heading,
.templateceo-shop-cart .theme_section_title h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    font-family: 'TeXGyreAdventor';
    color: #2A2A2A;
    line-height: normal;
    letter-spacing: 0.3px;
}


.templateceo-shop-cart .theme_btnbox span,
.templateceo-shop-cart .theme_link_btn {
    font-size: 18px;
    font-family: 'TeXGyreAdventor';
    color: #556B2F;
    line-height: normal;
    transition: 0.3s all;
    text-decoration: none;
    font-weight: 600;
}

.templateceo-shop-cart .theme_btnbox span {
    color: #2A2A2A;
    font-weight: 400;
}

.templateceo-shop-cart .theme_link_btn:hover {
    color: #000000;
}

.templateceo-shop-cart .templateceo-cart-table .table {
    border: 1px solid #C5C5C5;
    margin-bottom: 20px;
    border-radius: 8px;
    border-collapse: separate;
    border-spacing: 0;
}

.templateceo-shop-cart .templateceo-cart-table .table td {
    background: #F9F9F9;
    padding: 24px 12px;
    border: 0;
    vertical-align: middle;
}

.templateceo-shop-cart .templateceo-cart-table .table td:last-child {
    padding-right: 24px;
    text-align: right;
    border-radius: 0 8px 8px 0;
}

.templateceo-shop-cart .templateceo-cart-table .table td:first-child {
    width: 165px;
    padding-left: 24px;
    border-radius: 8px 0 0 8px;
}

.templateceo-shop-cart .templateceo-cart-table .templateceo-cart-img {
    width: 130px;
    display: block;
}

.templateceo-shop-cart .templateceo-cart-table .templateceo-cart-img img {
    border: 1px solid #A4A4A4;
    padding: 5px 10px;
    border-radius: 5px;
    height: 140px;
    max-width: 130px;
    width: 100%;
    object-fit: contain;
    background: #fff;
}

.templateceo-shop-cart .templateceo-cart-table h4 {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 700;
    font-family: 'TeXGyreAdventor';
    color: #2A2A2A;
    line-height: normal;
    letter-spacing: 0.3px;
}

.templateceo-shop-cart .templateceo-cart-table .price {
    margin: 10px 0 0;
    font-size: 22px;
    font-weight: 700;
    font-family: 'TeXGyreAdventor';
    color: #556B2F;
    line-height: normal;
    letter-spacing: 0.3px;
    display: inline-block;
}

.templateceo-shop-cart .form-check-input {
    width: 18px;
    height: 18px;
    margin-left: -25px;
}

.templateceo-shop-cart .form-check {
    padding-left: 25px;
}

.templateceo-shop-cart .templateceo-cart-table p,
.templateceo-shop-cart .form-check-label {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    font-family: 'TeXGyreAdventor';
    color: #737373;
    line-height: normal;
    letter-spacing: 0.3px;
}


.templateceo-shop-cart .qty-control {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #2A2A2A;
    color: white;
    padding: 5px 6px;
    border-radius: 3px;
    float: right;
    width: 120px;
    position: relative;
}

.templateceo-shop-cart .qty-control input{
    width: 50px;
    height: auto;
    background: transparent;
    border: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: normal;
    font-family: 'TeXGyreAdventor';
    outline: none;
    box-shadow: none;
    padding: 0;
    appearance: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
}

.templateceo-shop-cart .qty-control input[type="number"]::-webkit-inner-spin-button,
.templateceo-shop-cart .qty-control input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.templateceo-shop-cart .qty-btn {
    width: 25px;
    height: 25px;
    border-radius: 0;
    display: inline-grid;
    place-items: center;
    cursor: pointer;
    user-select: none;
    font-size: 18px;
    background: transparent;
    color: white;
    border: none;
    padding: 0;
    outline: none;
}

.templateceo-shop-cart .qty-display {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: normal;
    font-family: var(--body-font);
}

.templateceo-shop-cart .templateceo-shop-ordersummary {
    border: 1px solid #C5C5C5;
    background: #F9F9F9;
    border-radius: 8px;
    padding: 24px 30px 30px;
}

.templateceo-shop-cart .templateceo-shop-ordersummary h3 {
    margin: 0 0 20px;
    font-size: 30px;
    font-weight: 700;
    font-family: 'TeXGyreAdventor';
    color: #2A2A2A;
    line-height: normal;
    letter-spacing: 0.3px;
    border-bottom: 1px solid #8C8C8C;
    padding-bottom: 18px;
}

.templateceo-shop-cart .templateceo-shop-ordersummary .col-6 {
    padding: 0;
}

.templateceo-shop-cart .templateceo-shop-ordersummary .total-price,
.templateceo-shop-cart .templateceo-shop-ordersummary .subtotal-price {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    font-family: 'TeXGyreAdventor';
    color: #2A2A2A;
    line-height: normal;
    letter-spacing: 0.3px;
    padding: 12px 0;
}

.templateceo-shop-cart .templateceo-shop-ordersummary .subtotal-price td{
    padding: 12px 0;
    border: 0;
}

.templateceo-shop-cart .templateceo-shop-ordersummary .total-price td{
    padding: 16px 0 0;
    border: 0;
}

.templateceo-shop-cart .templateceo-shop-ordersummary .total-price {
    border-top: 1px solid #8C8C8C;
    font-weight: 700;
    margin-top: 16px;
    padding: 16px 0 0;
    margin-bottom: 40px;
}


.templateceo-shop-cart .theme_button {
    font-family: 'TeXGyreAdventor';
    margin: 36px 0 0;
    color: #fff;
    background: #556B2F;
    padding: 16px 38px 20px 38px;
    border-radius: 8px;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
    justify-content: center;
    outline: none;
    border: 0;
}

.templateceo-shop-cart .theme_button:hover {
    color: #FFFFFF;
    background: #000;
}

.templateceo-shop-cart .form-label {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'TeXGyreAdventor';
    color: #000;
    line-height: normal;
    letter-spacing: 0.3px;
}

.templateceo-shop-cart .templateceo-shop-ordersummary .form-control {
    font-size: 16px;
    font-weight: 400;
    font-family: 'TeXGyreAdventor';
    color: #8C8C8C;
    line-height: normal;
    letter-spacing: 0.3px;
    border: 1px solid #CACACA;
    border-radius: 5px;
    box-shadow: none;
    padding: 14px 14px;
    height: auto;
}

.templateceo-shop-shipping .modal h3 {
    color: #2A2A2A;
    font-family: 'TeXGyreAdventor';
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.3px;
    margin: 0 0 10px;
}

.templateceo-shop-cart .templateceo-shop-ordersummary .theme_button_black {
    font-family: 'TeXGyreAdventor';
    color: #fff;
    background: #2A2A2A;
    padding: 8px 28px 14px;
    border-radius: 0 5px 5px 0;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
    line-height: normal;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 18px;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    outline: none;
}

/* Shipping Page CSS Start */
.templateceo-shop-shipping {
    padding-bottom: 100px;
}

.templateceo-shop-shipping .form-group {
    margin: 0 0 28px;
}

.templateceo-shop-shipping .form-control {
    font-size: 20px;
    font-weight: 400;
    font-family: 'TeXGyreAdventor';
    color: #969393;
    line-height: normal;
    letter-spacing: 0.3px;
    border: 1px solid #C7C7C7;
    border-radius: 6px;
    box-shadow: none;
    padding: 14px 14px;
    height: auto;
}

.templateceo-shop-shipping .templateceo-card-form .form-check-label {
    font-size: 18px;
    color: #2A2A2A;
}

.templateceo-shop-shipping .templateceo-card-form .stripe_payment .theme_section_title {
    border-top: 1px solid #8C8C8C;
    padding: 25px 0 15px;
    margin-top: 50px;
}

.templateceo-shop-shipping .templateceo-summary-inner {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;
    font-family: 'TeXGyreAdventor';
    color: #2A2A2A;
    margin-bottom: 25px;
}

.templateceo-shop-shipping .templateceo-summary-inner .price {
    color: #556B2F;
}

.templateceo-shop-shipping .templateceo-summary-inner p {
    margin: 0;
}

.templateceo-shop-shipping .templateceo-summary-name {
    display: flex;
    align-items: center;
    gap: 20px;
}

.templateceo-shop-shipping .templateceo-summary-img {
    position: relative;
    width: 50px;
    flex: 0 0 50px;
}

.templateceo-shop-shipping .templateceo-summary-img img {
    border: 1px solid #A4A4A4;
    background: #fff;
    border-radius: 2px;
    padding: 5px;
    width: 100%;
    height: 60px;
    object-fit: contain;
}

.templateceo-shop-shipping .templateceo-summary-img span {
    position: absolute;
    background: #A4A4A4;
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: 700;
    font-family: 'TeXGyreAdventor';
    color: #fff;
    line-height: 20px;
    border-radius: 30px;
    top: -10px;
    text-align: center;
    right: -10px;
}

.templateceo-shop-shipping .templateceo-summary-product {
    border-bottom: 1px solid #8C8C8C;
    padding-bottom: 30px;
    margin-bottom: 25px;
    padding-top: 20px;
}

.templateceo-shop-shipping .discount-code {
    border-bottom: 1px solid #8C8C8C;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.templateceo-shop-shipping .templateceo-shop-ordersummary .theme_button_black:disabled {
    background: #CACACA;
}

.templateceo-shop-shipping .templateceo-shop-ordersummary .form-control:disabled {
    border-color: #CACACA;
    background: #FFFFFF;
}

.templateceo-shop-shipping  .form-icon {
    position: absolute;
    right: 18px;
    top: 15px;
}



.templateceo-shop-shipping .accordion .accordion-item {
    border: 1px solid #C5C5C5;
    background: #F9F9F9;
    border-radius: 8px;
    margin-bottom: 16px;
}

.templateceo-shop-shipping .accordion .accordion-item .accordion-button a,
.templateceo-shop-shipping .accordion .accordion-item .accordion-button {
    background: transparent;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    font-family: 'TeXGyreAdventor';
    color: #2A2A2A;
    line-height: normal;
    letter-spacing: 0.3px;
    box-shadow: none;
    text-decoration: none;
}

.templateceo-shop-cart .templateceo-shop-ordersummary .total-price td:last-child,
.templateceo-shop-cart .templateceo-shop-ordersummary .subtotal-price td:last-child{text-align: right;}

.templateceo-shop-shipping .accordion .accordion-body {
    border-top: 1px solid #C5C5C5;
    background: #fff;
    border-radius: 0 0 8px 8px;
}

.templateceo-shop-shipping .accordion .verified-icon, .templateceo-shop-shipping .accordion p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    font-family: 'TeXGyreAdventor';
    color: #2A2A2A;
    line-height: normal;
    letter-spacing: 0.3px;
}

.templateceo-shop-shipping .accordion .verified-icon{
    margin-bottom: 10px;
}

.templateceo-shop-shipping .accordion .verified-icon svg {
    width: 18px;
    margin-right: 4px;
}


.templateceo-shop-shipping .accordion label.address-checkbox {
    border: 1px solid #C5C5C5;
    border-radius: 5px;
    width: 100%;
    margin-top: 16px;
    display: flex;
    align-items: center;
}

.templateceo-shop-shipping .accordion .address-dtl {
    order: 2;
    flex: 1 0;
}

.templateceo-shop-shipping .accordion h6.address-name {
    font-size: 18px;
    font-weight: 700;
    font-family: 'TeXGyreAdventor';
    color: #2A2A2A;
    line-height: normal;
    letter-spacing: 0.3px;
    margin: 0;
    padding: 16px 0;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.templateceo-shop-shipping .accordion label.address-checkbox ul {
    margin: 0;
    padding: 16px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'TeXGyreAdventor';
    color: #2A2A2A;
    list-style: none;
    border-left: 1px solid #C5C5C5;
}

.templateceo-shop-shipping .accordion label.address-checkbox .form-check {
    padding: 16px;
    order: 1;
    margin: 0;
}

.templateceo-shop-shipping .accordion label.address-checkbox .form-check-input {
    margin: 0;
    box-shadow: none;
}

.templateceo-shop-shipping .accordion .form-check-input:checked{
    border-color: #556B2F;
    background-color: #556B2F;
}

.payment-method-medicine{
    box-shadow: 0px 0px 10.2px 7px #0000000D;
    border: 1px solid #D2D2D2;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    gap: 8px;
}

.payment-method-medicine .nav-link.active, .payment-method-medicine .show>.nav-link {
    color: #fff;
    background-color: #556B2F;
    font-weight: 700;
}

.payment-method-medicine .nav-link {
    color: #000;
    font-family: 'TeXGyreAdventor';
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    border-radius: 5px;
    padding: 12px 16px;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.templateceo-shop-shipping .order-review-block .order-review-dtl-block a,
.templateceo-shop-shipping .order-review-block .order-review-dtl-block h6.order-review-title,
.templateceo-shop-shipping .order-review-block .table {
    font-size: 16px;
    font-weight: 400;
    font-family: 'TeXGyreAdventor';
    color: #2A2A2A;
    line-height: normal;
    letter-spacing: 0.3px;
}

.templateceo-shop-shipping .order-review-block .order-review-dtl-block a,
.templateceo-shop-shipping .order-review-block .order-review-dtl-block h6.order-review-title{
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}

.templateceo-shop-shipping .order-review-block .table th{
    background: #ededed;
    padding: 14px;
}

.templateceo-shop-shipping .order-review-block .table td{
    padding: 14px;
}

.templateceo-shop-shipping .order-review-block .order-review-img img {
    width: 100%;
    border: 1px solid #C5C5C5;
    padding: 5px;
    border-radius: 3px;
    height: 200px;
    object-fit: cover;
}

/* Shipping Page CSS End */


.templateceo-shop-cart .breadcrumb {
    margin: 0 0 25px;
    background: transparent;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    font-family: 'TeXGyreAdventor';
}

.templateceo-shop-cart .breadcrumb a {
    color: #000;
    text-decoration: none;
}

.templateceo-shop-cart .breadcrumb a:hover {
    color: #556B2F;
}

.templateceo-shop-cart .breadcrumb-item.active {
    color: #747474;
}

.templateceo-shop-cart .breadcrumb-item+.breadcrumb-item {
    padding-left: 12px;
}

.templateceo-shop-cart .breadcrumb-item+.breadcrumb-item::before {
    content: '';
    padding-right: 0;
    margin-right: 12px;
    width: 16px;
    height: 16px;
    float: none;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7062 8.70626C11.0968 8.31563 11.0968 7.68126 10.7062 7.29063L5.70615 2.29063C5.31553 1.90001 4.68115 1.90001 4.29053 2.29063C3.8999 2.68126 3.8999 3.31563 4.29053 3.70626L8.58428 8.00001L4.29365 12.2938C3.90303 12.6844 3.90303 13.3188 4.29365 13.7094C4.68428 14.1 5.31865 14.1 5.70928 13.7094L10.7093 8.70938L10.7062 8.70626Z' fill='%23556B2F'/%3E%3C/svg%3E");
}

@media (max-width: 1199.98px) {

    .payment-method-medicine .nav-link {
        padding: 10px 14px;
        gap: 8px;
        font-size: 14px;
    }
    .payment-method-medicine {
        border-radius: 16px;
        padding: 18px;
        gap: 5px;
    }

    .templateceo-shop-cart .theme_section_title h2 {
        font-size: 24px;
    }

    .templateceo-shop-cart .theme_link_btn {
        font-size: 14px;
    }

    .templateceo-shop-cart .templateceo-cart-table .table td {
        padding: 14px 12px;
    }

    .templateceo-shop-cart .templateceo-cart-table .table td:first-child {
        width: 100px;
        padding-left: 14px;
    }

    .templateceo-shop-cart .templateceo-cart-table .templateceo-cart-img {
        width: 100px;
    }

    .templateceo-shop-cart .templateceo-cart-table .templateceo-cart-img img {
        height: 100px;
        max-width: 100px;
    }

    .templateceo-shop-cart .templateceo-cart-table .price,
    .templateceo-shop-cart .templateceo-cart-table h4 {
        font-size: 18px;
    }

    .templateceo-shop-cart .templateceo-cart-table .form-check-label {
        font-size: 14px;
    }

    .templateceo-shop-cart .templateceo-shop-ordersummary h3 {
        margin: 0 0 10px;
        font-size: 20px;
        padding-bottom: 8px;
    }

    .templateceo-shop-cart .templateceo-shop-ordersummary .total-price,
    .templateceo-shop-cart .templateceo-shop-ordersummary .subtotal-price {
        font-size: 18px;
        padding: 8px 0;
    }

    .templateceo-shop-cart .templateceo-shop-ordersummary .total-price {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .templateceo-shop-cart .templateceo-cart-table .table td:last-child {
        padding-right: 12px;
    }

}

@media (max-width: 991.98px) {
    .templateceo-shop-shipping .order-review-block .order-review-img img {
        margin-bottom: 20px;
    }
    .templateceo-shop-cart .theme_button {
        padding: 16px 24px 20px 24px;
        font-size: 16px;
    }

    .templateceo-shop-cart .templateceo-cart-table .table {
        text-wrap: nowrap;
    }

    .templateceo-shop-shipping .modal h3 {
        font-size: 24px;
    }
}

@media (max-width: 767.98px) {
    .templateceo-shop-cart {
        padding: 110px 0 0;
    }
    .templateceo-shop-cart .templateceo-shop-ordersummary {
        padding: 16px;
        margin-top: 25px;
    }

    .templateceo-shop-shipping .modal h3 {
        font-size: 18px;
    }

    .templateceo-shop-cart .theme_button {
        padding: 14px 20px 18px 20px;
        font-size: 14px;
        margin: 20px 0 0;
    }

    .templateceo-shop-cart .templateceo-shop-ordersummary .form-control {
        font-size: 14px;
        padding: 12px 14px;
    }

    .templateceo-shop-cart .templateceo-shop-ordersummary .theme_button_black {
        font-size: 14px;
        padding: 8px 16px 14px;
    }

    .templateceo-shop-cart .templateceo-shop-ordersummary .total-price,
    .templateceo-shop-cart .templateceo-shop-ordersummary .subtotal-price {
        font-size: 16px;
        padding: 5px 0;
    }

    .templateceo-shop-cart .templateceo-cart-table .table td:first-child {
        width: 70px;
    }

    .templateceo-shop-cart .templateceo-cart-table .templateceo-cart-img {
        width: 70px;
    }

    .templateceo-shop-cart .templateceo-cart-table .templateceo-cart-img img {
        height: 80px;
        max-width: 70px;
    }

    .templateceo-shop-cart .templateceo-cart-table .table td:last-child svg {
        width: 18px;
    }

    .templateceo-shop-cart .qty-display {
        font-size: 14px;
    }



    .templateceo-shop-cart .theme_btnbox span,
    .templateceo-shop-cart .theme_link_btn {
        font-size: 14px;
    }

    .templateceo-shop-shipping .templateceo-card-form .form-control {
        font-size: 16px;
        padding: 12px 14px;
    }

    .templateceo-shop-shipping .templateceo-card-form .form-group {
        margin: 0 0 20px;
    }

    .templateceo-shop-shipping .templateceo-card-form .form-check-label {
        font-size: 16px;
    }

    .templateceo-shop-shipping .templateceo-card-form .stripe_payment .theme_section_title {
        padding: 15px 0 15px;
        margin-top: 30px;
    }

    .templateceo-shop-shipping {
        padding-bottom: 50px;
    }

    .templateceo-shop-shipping .templateceo-summary-img {
        width: 40px;
        flex: 0 0 40px;
    }

    .templateceo-shop-shipping .templateceo-summary-name {
        gap: 12px;
    }

    .templateceo-shop-shipping .templateceo-summary-inner {
        font-size: 14px;
    }

    .templateceo-shop-shipping .templateceo-summary-product {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .templateceo-shop-shipping .templateceo-summary-img img {
        height: 45px;
    }

    .templateceo-shop-shipping .templateceo-summary-img span {
        width: 18px;
        height: 18px;
        font-size: 10px;
        line-height: 18px;
    }

    .templateceo-shop-shipping .form-icon {
        right: 15px;
        top: 12px;
    }
}


/* ---------------------------
   Default CSS End
----------------------------- */




/* ---------------------------
   Global CSS Start
----------------------------- */

/* ---------------------------
   Global CSS End
----------------------------- */