.shoping__cart__table {
    margin-bottom: 12px;
}

.submit-container {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px;
    padding-left: 0;
    padding-right: 0;
}

.submit-container a,
.submit-container button {
    float: none;
}
.Sub_show label {
    font-weight: 400;
    margin-bottom: 0;
    color: #818181;
    font-size: 15px;
}
.Sub_show {
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    padding: 24px;
    margin-top: 24px;
}
.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}

.wrap-common-schedule , .wrap-delivery-schedule{
    background-repeat: no-repeat;
    background-size: 18px;
    font-size: 13px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 32px !important;
}
.accordion-toggle:hover {
      text-decoration: none;
    }


.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;
}
.product__details__text .primary-btn {
    padding: 14px 18px;
}

.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: #f3f6fa;
    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));
    }
}

.nth-day-sel-contain {
    display: none;
}
.nth-day-sel-contain select.nth-day-interval {
    display: inline-block;
    width: auto;
    min-width: 70px;
    height: auto;
    padding: 2px 6px;
}

.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: 23px;
    margin-left:auto;
}
a#addInstruction {
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
    display: flex;
    padding: 10px 16px 10px;
    color:var(--default-color, #7fad39);
    align-items: center;
    gap: 15px;
    background: #f3f6fa;
}
.instructionBtn{
    width: 100%;
    margin-left: auto;
}
.wrap-stripe-detail{
    max-width: initial;
    width: auto;
}

@media screen and (max-width: 650px) {
    .mb-2-mobile{
        margin-bottom: 12px !important;
    }
    .ins-reason-section {
        max-width: initial;
    }
}


/* ============================================== */
.alert-custom {
    color: var(--default-color,#7fad39);
    background: #f3f6fa;
    border-color: #f3f6fa;
}
.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;}
.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-detail-table-wrap table.table.borderless {
    margin-bottom: 0;
}
.product__details__thumb__slider {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 12px;
}
.product__details__thumb__slider img.c_item {
    width: 90px;
    height: 90px;
    max-width: 90px;
    float: left;
    border: 1px solid #e4e4e4;
    cursor: pointer;
    object-fit: contain;
    border-radius: 5px;
    margin-right: 0;
    flex: 0 0 auto;
}
.product__details__pic .product__details__pic__item--large {
    width: 100%;
    max-height: 520px;
    object-fit: contain;
}
.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-item img {
    height: auto !important;
}
.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;
}
.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;
       margin-bottom: 3px;
}

a.primary-btn.subscribe.mobile_full_width.btn-active {
    opacity: 0.6;
}
.shoping__cart__table table tbody tr td {
    padding: 5px 0;
    }
.disbale_button_color{
    background: #989a94;
    margin-bottom: 30px;
}
#sage_link,#verify_sage_pay{
        display:none;
    }
.tabs{
    display:none;
}
.disbale_button_color.active{
    background: var(--default-color,#7fad39);
    color: #fff;
}
.disbale_button_color {
    background: #ffffff;
    margin-bottom: 30px;
    color:  var(--default-color,#7fad39);
    border: 1px solid  var(--default-color,#7fad39)!important;
    font-weight: 600;
}
.altername-btn {
    padding: 14px 0 !important;
}
::placeholder {
color: black;
opacity: 1;
}

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

::-ms-input-placeholder {
color: black;
}
section.product-details.spad .Sub_show h5{
    color: var(--default-color,#7fad39);
    font-weight: 600;
}
section.product-details.spad .Sub_hide {
    margin: 20px 0;
}
section.product-details.spad .Sub_hide_right {
    margin: 20px 0 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;
}

.row.address_hide.remove_onchange_address .shoping__cart__table {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 12px;
}
.row.address_hide.remove_onchange_address .shoping__cart__table table {
    width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}
.row.address_hide.remove_onchange_address .shoping__cart__table thead tr {
    background: #f7f7f7;
}
.row.address_hide.remove_onchange_address .shoping__cart__table th,
.row.address_hide.remove_onchange_address .shoping__cart__table td {
    padding: 10px 16px;
    vertical-align: middle;
    border-bottom: 1px solid #ececec;
}
.row.address_hide.remove_onchange_address .shoping__cart__table th {
    color: #222;
    font-weight: 600;
    white-space: nowrap;
}
.row.address_hide.remove_onchange_address .shoping__cart__table tbody tr:last-child td {
    border-bottom: 0;
}
.row.address_hide.remove_onchange_address .shoping__cart__table .quantity {
    display: flex;
    justify-content: center;
}

.row.address_hide.remove_onchange_address .shoping__cart__table .pro-qty input {
    min-width: 34px;
    text-align: center;
}
.payment_option .direct_pay_section,
.payment_option .payment_methods_section {
    display: flex;
    flex-direction: column;
}
.payment_option .box-radio {
    display: block;
    width: 100%;
    margin: 0;
    padding-left: 0;
}
.payment_option .box-radio .form-check-label {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
    gap: 10px;
    padding: 14px 16px;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.lg.pro-qty .icon-sm-btn {
    height: 46px;
}
.payment_option .box-radio .form-check-input {
    order: 3;
    margin-left: auto;
    margin-right: 0;
}
.payment_option .box-radio img {
    max-height: 28px;
    margin: 0 2px 0 0 !important;
}
.payment_option .wallet-section,
.payment_option .cod-section {
    width: 100%;
}
.payment_option .update_wallet {
    margin-left: 4px;
}
@media (max-width: 767px) {
    .row.address_hide.remove_onchange_address .shoping__cart__table th,
    .row.address_hide.remove_onchange_address .shoping__cart__table td {
        padding: 10px 8px;
        font-size: 13px;
    }

    .row.address_hide.remove_onchange_address .shoping__cart__table .pro-qty {
        min-width: 96px;
    }
}
.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: 0;
}
.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);
}
.product__details__pic__item p{
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;
}

.direct_pay_section > [data-pay-key='paymentproof'] {
    display: none;
}

/* Custom CSS For Customize Addon popup */

.hide_button {
    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);
}

.featured {
    padding: 0;
}
.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;
}
.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;
}
@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__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;
} }

@media only screen and (max-width: 1024px){
    .product-detail-table-wrap > div,
    .product-detail-table-wrap > div table,
    .product-detail-table-wrap > div table tr,
    .product-detail-table-wrap > div table thead,
    .product-detail-table-wrap > div table tbody {width: 100%;}
    .product-detail-table-wrap > div {padding: 10px;}
    .product-detail-table-wrap > div table th, .product-detail-table-wrap > div table .col-lg-12 .tabs .full_week .shoping__cart__table.product-table-items-wrapper td {padding: 5px 0;}
}
@media only screen and (max-width: 991px){
    .wrap-common-schedule{
      width: 100% !important;
      padding-right: 0 !important;
 }
    .product-contaier-detail-wrap .col-lg-6.col-md-6.col-sm-12 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
}
@media only screen and (max-width: 767px){
    .Sub_show {padding: 12px;}
    .product-detail-table-wrap > div table {display: table;}
    .product-table-items-wrapper table thead th {font-size: 16px;}
    .product-detail-action-buttons {
        display: flex;
        flex-wrap: wrap;
        margin-left: -6px;
        margin-right: -6px;
    }
    .product-detail-action-buttons > [class*="col-"] {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 6px;
        padding-right: 6px;
        margin-bottom: 12px;
    }
    .product-detail-action-buttons > [class*="col-"] .primary-btn {
        width: 100% !important;
    }
    .product__details__text > a.primary-btn.add_to_cart.mobile_full_width,
    .product__details__text > a.primary-btn.subscribe.mobile_full_width {
        display: inline-flex;
        width: calc(50% - 6px) !important;
        justify-content: center;
        vertical-align: top;
        margin-bottom: 12px;
    }
    .product__details__text > a.primary-btn.add_to_cart.mobile_full_width {
        margin-right: 8px;
    }
    .product-detail-action-buttons > [class*="col-"]:last-child,
    .product-detail-action-buttons > [class*="col-"]:nth-last-child(2):nth-child(odd) {
        margin-bottom: 0;
    }
    .row.address_hide.remove_onchange_address {
        display: flex;
        flex-wrap: wrap;
        margin-left: -6px;
        margin-right: -6px;
    }
    .row.address_hide.remove_onchange_address .subs_type_tab,
    .form-row.shoping__cart__table.address_hide.option_hide.remove_onchange_address .subs_type_tab {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
        padding-left: 6px;
        padding-right: 6px;
        margin-bottom: 10px;
    }
    .row.address_hide.remove_onchange_address .subs_type_tab button,
    .form-row.shoping__cart__table.address_hide.option_hide.remove_onchange_address .subs_type_tab button {
        width: 100% !important;
    }
    .row.address_hide.remove_onchange_address .subs_type_tab:last-child,
    .row.address_hide.remove_onchange_address .subs_type_tab:nth-last-child(2):nth-child(odd) {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 575px){
    .product-table-items-wrapper table thead th {padding-bottom: 5px;}
}
@media only screen and (max-width: 480px){
    .product-detail-table-wrap {overflow-x: scroll;}
    .product-detail-table-wrap > div{padding: 10px;width: 500px;}
    .product-detail-table-wrap > div table th, .product-detail-table-wrap > div table td{padding: 5px}
}
