.border-top-right-des {
    border-top: 1px solid #e2e2e2;
    padding-top: 20px;
    margin-top: 30px;
}
.shoping__cart__table {
    margin-bottom: 12px;
}

.info-icon {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.info-icon .custom-tooltip {
    visibility: hidden;
    width: 200px;
    background-color: #333;
    color: #fff;
    text-align: left;
    padding: 8px;
    border-radius: 5px;
    position: absolute;
    z-index: 10;
    bottom: -53%;
    left: -110px;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 13px;
}

.info-icon:hover .custom-tooltip {
    visibility: visible;
    opacity: 1;
}
.info-wrap{position:relative;display:inline-block}
.info-icon{cursor:pointer;margin-left:5px;color:#555}
.delivery-popup{display:none;position:absolute;top:22px;left:0;width:260px;background:#000;color:#fff;padding:12px;border-radius:6px;font-size:13px;z-index:9999}
.info-wrap:hover .delivery-popup{display:block}
.popup-title{font-weight:600;margin-bottom:8px}
.popup-row{display:flex;justify-content:space-between;margin-bottom:6px}
.popup-divider{border-top:1px dashed #555;margin:8px 0}
.popup-row.total{font-weight:700;font-size: 14px}

a.detail-btn-wrap {
    background: transparent;
    color: var(--default-color, #7fad39);
    border: 2px solid var(--default-color, #7fad39);
    font-weight: 600;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    text-align: center;
}

a.detail-btn-wrap.subscribe.btn-active.subscribe-active,
a.comboBtn.detail-btn-wrap.add_to_cart.mobile_full_width.not-active {
    background: var(--default-color, #7fad39);
    color: #fff;
}

.accordion-toggle:hover {
    text-decoration: none;
}
a.detail-btn-wrap:hover {
    color: var(--default-color, #7fad39);
}

.product__details__text p {
    margin-bottom: 0;
}

.container-text-cart-haeding {
    color: black;
    font-size: 20px;
}

::-ms-input-placeholder {
    color: black;
}

.table_row span.delete_item {
    cursor: pointer;
}

textarea.other-instruction {
    resize: initial;
    font-size: 14px;
}

.table_row .table_cell img {
    float: left;
}

.add_Instruction span {
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    display: inline-block;
    padding: 10px 16px 10px;
    color: var(--default-color, #7fad39);
    border: 1px solid var(--default-color, #7fad39);
}

.instructionBtn i.fa-plus-circle.mr-1 {
    font-size: 21px;
}

.add_Instruction .ins-reason-section .form-control {
    max-width: 360px !important;
    font-size: 14px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    resize: none;
}

.ins-reason-section {
    background-color: #ebebeb;

    padding: 15px;
    border-radius: 5px;
    margin-left: auto;
}

.ins-reason-section h5 {
    font-size: 18px;
    font-weight: 800;
    color: var(--default-color, #7fad39);
}

.box-radio .form-check-label {
    min-width: 150px;
    padding: 10px 30px;
}

.contact {
    padding-top: 50px;
    padding-bottom: 15px;
}

.wrap-address-btn {
    font-size: 12px;
}

.grandTotal {
    font-weight: 400;
    color: #625f5f;
}

.grandTotal b {
    color: black;
}

.grandTotalTax {
    font-weight: 400;
    color: #625f5f;
}

.grandTotalTax b {
    color: black;
}

.pro-qty {
    text-align: left;
}
.variant-select-native {
    display: none;
}
.variant-tile-panel {
    margin-bottom: 18px;
    padding: 12px;
    border-radius: 22px;
    background: color-mix(in srgb, var(--default-color, #ef7f39) 6%, #ffffff 94%);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}
.variant-tile-head {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 7px;
}
.variant-tile-title {
    color: #252525;
    font-size: 18px;
}
.variant-tile-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 86px;
    padding: 2px;
    border: 1px solid var(--default-color, #ef7f39);
    border-radius: 999px;
    background: #fff;
    color: var(--default-color, #ef7f39);
    font-size: 13px;
    font-weight: 600;
}
.variant-tile-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 140px));
    gap: 14px;
    justify-content: start;
}
.variant-tile {
    width: 100%;
    min-width: 0;
    padding:6px;
    border: 1px solid #e5ddd4;
    border-radius: 16px;
    background: #fff;
    text-align: center;
    box-shadow: 0 2px 8px rgba(68, 36, 14, 0.08);
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.variant-tile:hover {
    border-color: var(--default-color, #ef7f39);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    background: #fff;
}
.variant-tile.is-active {
    border-color: var(--default-color, #ef7f39);
    box-shadow: inset 0 0 0 1px var(--default-color, #ef7f39), 0 6px 16px rgba(0, 0, 0, 0.08);
}
.variant-tile.is-disabled {
    opacity: 0.6;
    cursor: not-allowed;
    box-shadow: none;
    background: #f7f7f7;
}
.variant-tile-name {
    display: block;
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    overflow-wrap: anywhere;
    word-break: break-word;
}
.variant-tile-price {
    display: block;
    margin-top: 6px;
    color: var(--default-color, #ef7f39);
    font-size: 15px;
    line-height: 1.3;
    overflow-wrap: anywhere;
    word-break: break-word;
}
.variant-tile-stock {
    display: block;
    margin-top: 6px;
    color: #d9534f;
    font-size: 12px;
    font-weight: 600;
    min-height: 18px;
}
@media (max-width: 991px) {
    .variant-tile-row {
        grid-template-columns: repeat(auto-fit, minmax(110px, 130px));
    }
}
@media (max-width: 767px) {
    .variant-tile-panel {
        padding: 16px;
    }
    .variant-tile-row {
        grid-template-columns: repeat(auto-fit, minmax(100px, 120px));
        gap: 12px;
    }
    .variant-tile {
        padding: 12px 14px;
    }
    .variant-tile-title {
        font-size: 16px;
    }
}
@media (max-width: 480px) {
    .variant-tile-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.badge-secondary {
    color: #fff;
    background: var(--default-color, #7fad39);
    padding: 8px;
    margin-bottom: 5px;
    border-radius: 20px;
}

.round-btn,
.round-btn:hover {
    padding: 2px 4px;
    border-radius: 50%;
    background: var(--default-color, #7fad39);
    color: #fff;
    font-size: 12px;
}

.table_row .table_cell h5 {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 22px;
    margin: 0 !important;
}

.pro-qty {
    height: 40px;
}

.hidden {
    display: none;
}

span.custom-text {
    color: #1c3c54;
    font-weight: 600;
}

select.form-control,
.pro-qty {
    cursor: pointer;
    font-size: 14px;
}

.pro-qty[readonly]:not(:disabled) {
    background-color: #fff;
}

.f-heavy {
    font-weight: 600;
}

.cart-page-table .name-error-wrap {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}


.panel,
.panel-body {
    box-shadow: none;
}

.panel-group .panel-heading {
    padding: 0;
}

.panel-group .panel-heading a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    position: relative;
}

.panel-group .panel-heading a:after {
    content: '-';
    float: right;
    font-size: 22px;
    margin-left: auto;
}

.panel-group .panel-heading a.collapsed:after {
    content: '+';
    float: left;
    font-size: 22px;
    margin-left: auto;
}

a#addInstruction {
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
    display: flex;
    padding: 10px 16px 10px;
    color: #212529;
    align-items: center;
    gap: 15px;
    background: #ebebeb;
    border-radius: 5px;
}

.instructionBtn {
    width: 100%;
    margin-left: auto;
}

.see-more {
    display: flex;
    align-items: end;
    color: #333333;
}

@media screen and (max-width: 650px) {

    .ins-reason-section {
        max-width: initial;
    }

}
@media only screen and (max-width: 479px) {


 a.detail-btn-wrap.subscribe.mobile_full_width.mr-0.ml-2 {
    margin-top: 15px;
    margin-left: 0 !important;
}
}


/* ============================================== */
.alert-custom {
    color: var(--default-color, #7fad39);
    background: #ececec;
    border-color: #ececec;
}

.badge-secondary {
    color: #fff;
    background: var(--default-color, #7fad39);
    padding: 8px;
    margin-bottom: 5px;
    border-radius: 20px;
}

.borderless td,
.borderless th {
    border: none;
}

.hide,
.direct_pay_section,
#membership_section {
    display: none;
}

label {
    font-weight: bold;
}

.loader2 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(249, 249, 249, 0.58) !important;
    display: none;
    opacity: 0;
}

.loader2:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top: 5px solid #111;
    border-bottom: 5px solid #111;
    animation: rotateAntiCW 1.8s linear infinite;
}

.loader2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-left: 5px solid #ccc;
    border-right: 5px solid #ccc;
    animation: rotate 1.3s linear infinite;
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes rotateAntiCW {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.active_bekely {
    background: #989a94;
}

.not-active {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.product__details__thumb__slider {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: flex-start;
    margin-top: 12px;
}

.product__details__thumb__slider img.c_item {
    width: 90px;
    height: 90px;
    max-width: 90px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    cursor: pointer;
    object-fit: contain;
    flex: 0 0 auto;
}

.product__details__pic .product__details__pic__item--large {
    width: 100%;
    max-height: 520px;
    object-fit: contain;
}

a.primary-btn.subscribe.mobile_full_width.btn-active {
    opacity: 0.6;
}

.shoping__cart__table table tbody tr td {
    padding: 5px;
}

.disbale_button_color {
    background: #989a94;
    margin-bottom: 15px;
}

#sage_link,#verify_sage_pay {
    display: none;
}

.tabs {
    display: none;
}

.disbale_button_color.active {
    background: var(--default-color, #7fad39);
}

::placeholder {
    color: black;
    opacity: 1;
}

:-ms-input-placeholder {
    color: black;
}

::-ms-input-placeholder {
    color: black;
}

section.product-details.spad .Sub_show h5 {
    color: #212121;
    font-weight: 600;
    font-size: 18px;
}

section.product-details.spad .Sub_hide {
    margin: 20px 0;
}

.row.address_hide .col-lg-4 input.pro-qty.shoping__cart__table.mobile_full_width {
    font-size: 14px;
    border: 1px solid #767676;
}

.row.address_hide .col-lg-4 .shoping__cart__table select {
    font-size: 13px;
}

.Add-new-addr-cls a:hover {
    color: #000;
}

.Add-new-addr-cls a:focus {
    color: #000;
}

.Add-new-addr-cls {
    margin: 15px 5px;
}

.Add-new-addr-cls a i.fa-plus-circle {
    margin: 5px 8px;
    font-size: 18px;
}

.col-lg-12.col-md-12.Add-new-addr-cls.add-wallet-cls-xls {
    float: left;
    margin: 10px -8px;
}

.row.address_hide .col-lg-12.deliveryCharges {
    margin: 25px 0px -30px 0px;
}

.row.address_hide .col-lg-12.deliveryCharges p {
    color: #212529;
}

.disbale_button_color_berkely {
    background: #989a94;
    margin-bottom: 30px;
}

.disbale_button_color_berkely.active {
    background: var(--default-color, #7fad39);
}

.product__details__pic__item p {
    background: #f3b53b;
    width: 100%;
    max-width: 96px;
    padding: 3px;
    text-align: center;
    color: #fff;
    border-bottom-right-radius: 37px;
    position: absolute;
    z-index: 999;
}

.product__details__pic__item img {
    position: relative;
}

.product__details__text table {
    border: 1px solid #ebebeb;
}

@media (max-width: 767px) {

    .desc-read-wrap.is-clamped .product-right-desc {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 0;
    }
    .desc-read-wrap:not(.is-clamped) .product-right-desc {
        margin-bottom: 0;
    }
    .read-more-btn {
        display: none;
        color: #0a5ea8;
        cursor: pointer;
        font-size: 13px;
        background: none;
        border: none;
        padding: 1px 0 0 0;
        text-decoration: underline;
        line-height: 1.4;
    }
}
@media (min-width: 768px) {

    .read-more-btn,
    .read-more-overlay {
        display: none !important;
    }
}

/* Custom CSS For Customize Addon popup */

.product__details__pic__slider.owl-carousel {
    position: relative;
    padding: 0 44px;
}
.product__details__pic__slider.owl-carousel .owl-stage-outer {
    overflow: hidden;
    margin-right: -3px;
    padding-right: 3px;
}
.product__details__pic__slider.owl-carousel .owl-item:last-child {
    margin-right: 0 !important;
}
.product__details__pic__slider.owl-carousel .c_item {
    height: 90px;
    width: 90px !important;
    max-width: 90px;
    margin: 0 auto;
    object-fit: contain;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    cursor: pointer;
    box-sizing: border-box;
    display: block;
    background: #eee;
}
.product__details__pic__slider.owl-carousel .owl-nav,
.product__details__pic__slider.owl-carousel .owl-nav.disabled {
    display: block !important;
    margin-top: 0;
}
.product__details__pic__slider.owl-carousel .owl-nav button.owl-prev,
.product__details__pic__slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: #fff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #333 !important;
    font-size: 16px;
    line-height: 1;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 5;
    transition: background 0.2s, color 0.2s;
}
.product__details__pic__slider.owl-carousel .owl-nav button.owl-prev:hover,
.product__details__pic__slider.owl-carousel .owl-nav button.owl-next:hover {
    background: #f5f5f5 !important;
    color: #000 !important;
}
.product__details__pic__slider.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}
.product__details__pic__slider.owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.pro-qty {
    height: 52px !important;
}
.product__details__pic__slider.owl-carousel .owl-nav .owl-prev-arrow,
.product__details__pic__slider.owl-carousel .owl-nav .owl-next-arrow {
    display: inline-block;
    line-height: 1;
}

.hide_button,
.direct_pay_section,
#membership_section {
    display: none;
}

.featured .modal-content.customizable-box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.featured .modal-content.customizable-box .popup-title-wrapper {
    display: flex;
    align-items: center;
    padding: 0.5rem 1.6rem;
    background: #eee;
    margin: 0px 0 20px;
}

.sage_note {
    display: none;
}

.featured .modal-content.customizable-box a.clear-text {
    text-decoration: underline;
    color: var(--default-color, #7fad39);
    font-weight: 600;
    width: 10%;
    text-align: right;
}

.featured .modal-content.customizable-box h4.title-gray {
    width: 90%;
    font-size: 1.2rem;
    margin: 0;
}

.featured .modal-content.customizable-box .addOnce-wrapper {
    padding: 8px 0 0 0;
}

.featured .modal-content.customizable-box span.price-extra {
    display: block;
    color: var(--default-color, #7fad39);
}
.product__details__pic__slider.owl-carousel .owl-item img {
    height: auto !important;
}

.featured .modal-content.customizable-box .form-check {
    display: flex !important;
}

.featured .modal-content.customizable-box .form-check-input[type=checkbox]:checked {
    background-image: none;
    background-color: var(--default-color, #7fad39);
}

.featured .modal-content.customizable-box .form-check-input[type=checkbox] {
    border-radius: .125rem;
}

.featured .modal-content.customizable-box .form-check-input:checked {
    border-color: var(--default-color, #7fad39);
}

.featured .modal-content.customizable-box .form-check {
    width: 30%;
    float: left;
    line-height: 1.3;
    margin-bottom: 0;
    min-height: auto;
}

.featured .modal-content.customizable-box .form-check-input:before {
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 13px transparent;
    box-shadow: 0 0 0 13px transparent;
    border-radius: 50%;
    width: .875rem;
    height: .875rem;
    background-color: transparent;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.featured .modal-content.customizable-box .form-check-input {
    position: relative;
    width: 1.125rem;
    height: 1.125rem;
    background-color: #fff;
    border: .125rem solid #757575;
    margin-top: 0;
}

.featured .modal-content.customizable-box .number {
    margin: 5px 0 0;
    display: flex;
    align-items: center;
}

.featured .modal-content.customizable-box .number.prominus,
.number.proplus {
    width: 20px;
    height: 20px;
    background: #f2f2f2;
    border-radius: 4px;
    padding: 8px 5px 8px 5px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.featured .modal-content.customizable-box .number input {
    height: auto;
    width: 30px;
    text-align: center;
    font-size: 16px;
    border: none;
    border-radius: 0;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
}

.featured .modal-content.customizable-box .check-left-block {
    max-height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.featured .modal-content.customizable-box .content-details {
    width: 100%;
}

.featured .modal-content.customizable-box .popup-title-wrapper-orange-bg {
    display: flex;
    background: var(--default-color, #7fad39);
    padding: 5px 12px;
    align-items: center;
    color: #fff;
}

.featured .modal-content.customizable-box h4.title-orange {
    width: 90%;
    font-size: 20px;
    margin: 0;
    color: #fff;
}

.featured .modal-content.customizable-box a.amount-rgiht {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.featured .modal-content.customizable-box table {
    border: none;
    border-collapse: collapse;
}

.featured .modal-content.customizable-box table.item-table tr td {
    padding: 7px 11px 5px;
}

.featured .modal-content.customizable-box table.item-table {
    background: #eee;
    width: 100%;
    padding: 5px;
}

.featured .modal-content.customizable-box a.add2CartBtn {
    background: var(--default-color, #7fad39);
    color: #fff;
    padding: 8px 10px;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 500;
}

.featured .modal-content.customizable-box .col-md-4.padding-left-0 {
    padding-left: 0;
}

.featured .modal-content.customizable-box .col-md-8.padding-right-0 {
    padding-right: 0;
}

.featured .modal-content.customizable-box .col-md-8.padding-left-0 {
    padding-left: 0;
}

.featured .modal-content.customizable-box .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 9;
}
.Sub_show label {
    font-weight: 400;
    margin-bottom: 0;
    color: #818181;
    font-size: 15px;
}

.featured .checkbox-wrapper.modal-header {
    padding: 0.6rem 1rem;
}

.featured .checkbox-wrapper.modal-header {
    background: var(--default-color, #7fad39);
}

.featured .checkbox-wrapper.modal-header h4 {
    color: #fff;
}

.featured .addon_summary {
    height: 390px;
    overflow: scroll;
    background-color: #eee;
}
.Sub_show {
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    padding: 24px;
    margin-top: 24px;
    animation: subContentFadeIn 0.45s ease both;
}

@keyframes subContentFadeIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product__details__quantity {
        display: block;
    }

    .featured .modal-content.customizable-box .form-check {
        width: 100%;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 767px) {
    .product__details__text {
        padding-top: 20px;
    }        .subscribe-active{
        margin: 0 auto;
        margin-right: 15px !important;
    }


    .Sub_show {padding: 12px;}
    a.comboBtn.detail-btn-wrap.add_to_cart.mobile_full_width.w-100.not-active {
        margin-bottom: 15px;
    }
    .Sub_show {
        padding: 18px;
    }
    .product__details__quantity {
        display: block;
        margin: 11px 0 !important;
    }

    .featured .modal-content.customizable-box .form-check {
        width: 100% !important;
        line-height: 1.5 !important;
    }

    .incremental .extra-price-wrapper {
        width: 100%;
        float: left;
    }

    .incremental .extra-price-wrapper label.form-check-label {
        width: 50%;
        float: left;
    }

    .incremental .extra-price-wrapper .number {
        width: 50%;
        float: right;
    }

    .featured .modal-content.customizable-box .number {
        margin: -11px -42px 0;
    }

    .featured .addon_summary {
        height: 250px;
    }
}
