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;
}

/* ==========================================================================
   ULTRA-SPECIFIC PREMIUM RADIO BOX COVERS (THEME ENFORCED)
   ========================================================================== */

/* 1. STACK BOTH BOXES VERTICALLY WITH GAPS */
div[data-product-option-id] .form-field-control,
.form-field[data-product-attribute="set-radio"] .form-field-control {
    display: block !important;
    max-width: 460px !important;
    margin-top: 14px !important;
    margin-bottom: 14px !important;
}

/* 2. FORCE BORDERS, BACKGROUNDS, AND PADDING DIRECTLY ONTO THE ELEMENT COVERS */
div[data-product-option-id] .form-field-control label,
.form-field[data-product-attribute="set-radio"] .form-field-control label {
    display: block !important;
    position: relative !important;
    background-color: #ffffff !important;
    
    /* 100px right padding keeps text safely away from the premium gold badge */
    padding: 16px 100px 16px 44px !important;
    margin: 0 0 12px 0 !important;
    
    /* Strong structural shadow borders that cannot be flattened by the theme */
    box-shadow: 0 0 0 2px #e2e8f0 !important;
    border: none !important;
    border-radius: 8px !important;
    
    /* Premium Typography styling */
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    cursor: pointer !important;
    transition: all 0.2s ease-in-out !important;
}

/* 3. TRANSITION HOVER LAYERS FOR NON-SELECTED BOXES */
div[data-product-option-id] .form-field-control label:hover,
.form-field[data-product-attribute="set-radio"] .form-field-control label:hover {
    box-shadow: 0 0 0 2px #cbd5e1 !important;
    background-color: #f8fafc !important;
}

/* 4. SELECTION HIGHLIGHT: GLOW BOTH THE SELECTED BORDER AND INTERIOR NAVY BLUE */
div[data-product-option-id] .form-field-control input[type="radio"]:checked + label,
.form-field[data-product-attribute="set-radio"] .form-field-control input[type="radio"]:checked + label {
    box-shadow: 0 0 0 2.5px #0a2540 !important; /* Premium navy border frame */
    background-color: #f4f7fa !important; /* Soft interior accent tint */
    color: #0a2540 !important;
}

/* 5. INJECT INDEPENDENT PREMIUM GOLD PROMO BADGE (ONLY ON SUBSCRIPTION OPTION) */
div[data-product-option-id] .form-field-control label:first-of-type::after,
.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; /* Match gold from reference imagery */
    color: #000000 !important;
    padding: 4px 10px !important;
    border-radius: 5px !important;
    
    /* Lock the badge neatly to the far 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;
}