
.global-line-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #4caf50 0%, #a5d6a7 50%, #4caf50 100%);
    background-size: 200% 100%;
    animation: global-loading-bar 1s linear infinite;
    z-index: 9999;
}

@keyframes global-loading-bar {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.custom-w-25
{
    width: 34px;
    margin: 0 auto;
}
.custom-w-50
{
    width: 40px;
    margin: 0 auto;
}
.custom-w-75
{
    width: 46px;
    margin: 0 auto;
}
.custom-w-100
{
    width: 100%;
    margin: 0 auto;
}
.sage-home-banner
{
    height:320px !important;
    padding: 60px 0;
    text-align:center;
    position: relative;
}

.sage-home-banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0 ,0, .6);
}
.sage-home-banner .banner-content
{
    position: relative;
    z-index: 99;
}


.selections strong {
    font-size: 12px;
    font-weight: 700;
}


.dg-product-info h3 {
    font-size: 20px;
font-weight: 600;
margin-bottom: 10px;
}
.text-bg-mc-secondary {
background: rgba(3,73,56,20%);
color: #034938;
width: max-content;
padding: 2px 20px;
border-radius: 30px !important;
font-weight: 500;

font-size: 13px;
}

.produc-tpye-icon {
width: 22px !important;
height: 22px !important;
border-radius: 0 !important;
}

.sg-product-media {
    width: 300px;
    height: 220px;
    border-radius: 10px;
}

.button-disabled-loading {
    cursor: no-drop !important;
}


.sg-product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.sage-card {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
}

.top-space
{

    margin-top: -100px;
    position: relative;
    z-index: 99;

}
.sage-product-box {
    display: flex;
    gap: 20px;
}

.dg-product-action {
    width: 180px;
    text-align: center;
    display: flex;
    flex-direction:column;
    justify-content:space-between
}
.dg-product-action .itme-btn-fuction {
    width: 110px;
    margin: 0 auto;
}

.sg-radius
{
    border-radius:50px
}


.sg-product-content {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 300px);
    gap: 50px;
}
.dg-product-info {
    width: 60%;
}


.sg-product-size .form-check , 
.sg-product-item  .form-check {
    padding: 0 !important;
    position: relative;
    margin: 0 !important;
}
.sg-product-size .form-check svg
{
    margin-bottom:10px;
}
.sg-product-size label.form-check-label {
    display: flex;
    flex-direction: column;
    padding: 15px;
    margin: 0;
    background: #FBFBFB;
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    font-size: 12px;
    text-align: center;
}

.sg-product-size .form-check input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
}
.sg-product-size {
    display: flex;
    gap: 10px;
}

.form-check-input:checked ~ .form-check {
    background: red !important;
}

.form-check-input:checked + label.form-check-label {
    background: #FAF2EE;
    border-color: #E4390B;
    color:#E4390B;
}

.form-check-input:checked + label.form-check-label svg path {
    fill: #E4390B !important;
}



.nav-pills .nav-link {
    height: 90px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #E4390B;
    position: relative;
    font-weight:700
}
.nav-pills .nav-link.active, 
.nav-pills .show>.nav-link {
    width: 100%;   
    background: #E4390B;
    border-color: #E4390B;
}


.nav-pills .nav-link.active::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 0px solid #E4390B;
    margin-right: 5px;
    position: absolute;
    right: -16px;
    border-left: 12px solid  #E4390B;
}

.sg-front-item-card {
    background: #FBFBFB;
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    padding: 15px;
}
.sg-front-selection-icon {
    width: 24px;
    height: 24px;   
    border-radius: 100%;
    background: rgba(232,76,3,20%);
    border: 1px solid #E4390B;
    position: absolute;
    right: 10px;
    align-items: center;
    display: none;
    color:#E4390B;
    justify-content:center;
}
.sg-front-item-card h4 {
    font-size: 16px;
    font-weight: 600;
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    padding-right: 26px;
}

.sg-front-item-card h4 svg {
    width: 20px;
    height: 20px;
    z-index: 9;
}


.sg-front-item-card p {
    font-weight: 600;
    color: #e4390b;
    min-height:28px
}

.sg-product-item .form-check .form-check-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    margin: 0;
    cursor: pointer;
}
.sg-product-item .form-check .form-check-label 
{
    position: absolute;
    top: 0;
}
.sg-product-item .form-check {
    position: relative;
}

.sg-product-item .form-check .form-check-input:checked ~ .sg-front-item-card
{
    background: #FAF2EE;
    border: 1px solid #E4390B;
}


.sg-product-item .form-check .form-check-input:checked ~ .sg-front-item-card .sg-front-selection-icon,
.sg-product-item .form-check .form-check-input:checked ~ .sg-front-item-card .itme-btn-fuction
{
    display:flex !important
}

.sg-front-item-card .itme-btn-fuction {
    
    border: 1px solid #034938 !important;
    background-color: transparent !important;   
    font-size: 16px;
    padding: 0;
}

.sg-front-item-card .qty-btns button i {
    background-color:#034938 !important;
}
.sg-front-item-card .qty-btns input {
    max-width: 22px !important;
}

.sg-final-price
{
    font-size:22px;
    font-weight:600;  
    color:#034938   
}.custom-toggle-wrapper {
    display: inline-block;
    position: relative;
  }
  
  .custom-toggle-input {
    display: none;
  }
  
  .custom-toggle {
    display: block;
    width: 50px;
    height: 25px;
    background-color: #ddd;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .toggle-knob {
    width: 21px;
    height: 21px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  }
  
  .custom-toggle-input:checked + .custom-toggle {
    background-color: #9db326;
  }
  
  .custom-toggle-input:checked + .custom-toggle .toggle-knob {
    transform: translateX(25px);
    -webkit-transform: translateX(25px);
    -moz-transform: translateX(25px);
    -ms-transform: translateX(25px);
    -o-transform: translateX(25px);
}
  

 
@media (max-width:1199px) 
{
    .sg-product-media 
    {
        width: 250px;
        height: 220px;
    }
    .sg-product-content {
        width: calc(100% - 270px);
    }
    .sg-product-size label.form-check-label {
        padding: 4px 12px;
        font-size: 12px;
    }
    .sg-product-size .form-check svg {
        width: 46px;
        margin: 0 auto;
    }
    .front-combo-item-content h4 {
        font-size: 18px;
    }
    .front-combo-item-content p {
        font-size: 14px;
    }
}
@media (max-width:991px) 
{
    .banner-content {
        padding-left: 4%;
        padding: 20px 4%;
    }
    .sg-product-media {
        width: 170px;
        height: 140px;
    }
    .sg-product-content {
        width: calc(100% - 190px);
    }
    .dg-product-info {
        width: 100%;
    }
    .dg-product-info h3 {
        font-size: 20px;
    }
    .text-bg-mc-secondary {
        padding: 2px 14px;
        font-size: 12px !important;
    }
    .dg-product-info p {
        font-size: 13px;
    }
    .sg-product-size .form-check svg {
        width: 30px;
        margin: 0 auto;
    }
    .sg-product-size label.form-check-label {
        padding: 4px 12px;
        font-size: 11px;
    }
    .sg-final-price {
        font-size: 18px;
    }
    .dg-product-action .same-btn-two {
        
        padding: 10px 10px;
        font-size:14px
    }
    .front-combo-item-content h4 {
        font-size: 16px;
    }
    .front-combo-item-content p {
        font-size: 12px;
    }
}
@media (max-width:768px) 
{
    .sage-product-box {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }
    .sg-product-media {
        width: 100%;
        height: 160px;
    }
    .sg-product-content {
        width: 100%;
    }
  
}
@media (max-width:575px) 
{
    .sg-product-content {
        width: 100%;
        flex-direction: column;
    }
    .dg-product-action {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        height: auto;
    }
    .dg-product-action .same-btn-two {
        padding: 10px 20px;
        font-size: 14px;
        height: 50px;
    }
}

