body{

    color: #000;
    font-size: 14px;
    letter-spacing: 0.6px;
    padding-top: 0;
 }
 h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0.3px;
}
a {
    text-decoration: none !important;
}
.owl-wrapper-outer{
    padding: 0;
    box-shadow: none;
    border: none;
}
.owl-carousel{
    margin-bottom: 0;
}
 button:focus{
    outline: none !important;
 }
 /* :focus {
    outline: none;
} */
.hideme{
    display: none;
}
svg{
    vertical-align: middle;
}
dl, ol, ul{
    margin: 0;
}
.fixed {
    position: fixed;
    z-index: 99999999;
    background: #fff;
    animation: goDown 0.5s ease-in-out forwards;
    transition: .3s ease-in-out;
    top: -60px;
}

@keyframes goDown {
  0%{
    top:-60px;
  }
  100% {
    transform: translateY(60px);
  }
}
@media (min-width: 1410px){
    .container{
        max-width: 1400px !important;
    }
}
@media (min-width: 1200px) and (max-width: 1409px){
    /*.container {
        max-width: 1170px !important;
    }*/
}
@media (min-width: 320px) and (max-width: 991px){
    .container {
        max-width: 100% !important;
    }
}
.container{
    padding: 0 15px;
}
a:hover{
    text-decoration: none;
}
@media(min-width: 801px){
    .wb-desktop-hide,.manun .view_more{
        display: none;
    }
}

@media(max-width: 800px){
    footer h5 .toggle.collapsed::after, footer h5 .toggle::after {
        font-family: FontAwesome;
        font-size: 14px;
        font-weight: 400;
        float: right;
        cursor: pointer;
    }
    footer h5 .toggle::after {
        content: '\f068';
    }
    footer h5 .toggle.collapsed::after {
        content: '\f067';
    }
    footer button {
        text-shadow: none;
        background: 0 0;
        border: none !important;
        box-shadow: none;
        font-size: 12px;
        position: absolute;
        top: 5px;
        right: 15px;
        width: 100%;
        padding: 0;
    }
    
}
@media(max-width: 360px){
    .cate-top div {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .cate-top .actionBar-section {
        float: left;
        margin-top: 10px;
    }
    .toggleLink-text {
        letter-spacing: 0;
    }
}
.cate-mar{
    margin: 0 -0.75rem;
}

/* ==========================================================================
   PREMIUM STYLED SUBSCRIPTION CARDS (CORRECT THEME SELECTORS)
   ========================================================================== */

/* 1. SEPARATE THE CHOICES VERTICALLY WITH CLEAN SPACING */
.productView-options .form-field[data-product-attribute="set-radio"] .form-field-control {
    display: block !important;
    max-width: 450px !important;
    margin-top: 12px !important;
}

/* 2. STYLE THE LABELS INTO STABLE, HIGH-DENSITY PREMIUM CARDS */
.productView-options .form-field .form-radio + .form-label {
    display: block !important;
    position: relative !important;
    background-color: #ffffff !important;
    
    /* Generous spacing: 46px left padding protects text from the radio dot runway */
    padding: 16px 100px 16px 46px !important; 
    margin-bottom: 12px !important;
    
    /* Elegant border framing using theme-safe shadows */
    box-shadow: 0 0 0 2px #e2e8f0 !important;
    border: none !important;
    border-radius: 8px !important;
    
    /* Typography matching your store style */
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    text-align: left !important;
    cursor: pointer !important;
    transition: all 0.2s ease-in-out !important;
}

/* 3. MOUSE HOVER: GENTLE HIGHLIGHT STATE */
.productView-options .form-field .form-radio + .form-label:hover {
    box-shadow: 0 0 0 2px #cbd5e1 !important;
    background-color: #f8fafc !important;
}

/* 4. SELECTION STATE: HIGHLIGHT SELECTED CARD WITH DEEP NAVY */
.productView-options .form-field .form-radio:checked + .form-label {
    box-shadow: 0 0 0 2.5px #0a2540 !important; /* Thick dark focus frame */
    background-color: #f4f7fa !important; /* Premium light interior tint */
    color: #0a2540 !important;
}

/* 5. INJECT INDEPENDENT GOLD DISCOUNT BADGE INSIDE THE FIRST CARD ONLY */
.productView-options .form-field[data-product-attribute="set-radio"] .form-field-control label:first-of-type::after {
    content: "Save 10%" !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    background-color: #ffb703 !important; /* Matches gold style accent */
    color: #000000 !important;
    padding: 4px 10px !important;
    border-radius: 5px !important;
    
    /* Securely anchor right inside the card frame */
    position: absolute !important;
    right: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: inline-block !important;
    line-height: 1.2 !important;
}