/*
Theme Name: CozyCorner Child
Theme URI: https://demo.theme-sky.com/cozycorner/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: cozycorner
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: cozycorner-child
*/
/* Show all categories in mobile view */
/* Delivery Options Styling */
.woocommerce-shipping-methods {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-shipping-methods li {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    padding: 20px !important;
}

.woocommerce-shipping-methods li:hover {
    border-color: #014380;
}

.woocommerce-shipping-methods li:has(input:checked) {
    border-color: #014380;
    background-color: #f8fbff;
    padding: 20px !important;
}

.woocommerce-shipping-methods input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    margin-right: 12px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    flex-shrink: 0;
}

.woocommerce-shipping-methods input[type="radio"]:hover {
    border-color: #014380;
}

.woocommerce-shipping-methods input[type="radio"]:checked {
    border-color: #014380;
}

.woocommerce-shipping-methods input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #014380;
    border-radius: 50%;
}

.woocommerce-shipping-methods label {
   text-align: left;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 35px);
}

.woocommerce-shipping-methods li:has(input:checked) label::after {
    content: '(selected)';
    color: #014380;
    font-size: 14px;
    font-weight: 500;
    margin-left: 8px;
}

.woocommerce-Price-amount {
    font-weight: 600;
    color: #1a1a1a;
}

.woocommerce-shipping-methods small {
    display: block;
    font-size: 14px;
    color: #666;
    font-weight: 400;
    margin-top: 8px;
    line-height: 1.5;
}

/* Optional: Add icons before delivery method names */
.woocommerce-shipping-methods li:first-child label::before {
    content: '🚚';
    margin-right: 8px;
    font-size: 18px;
}

.woocommerce-shipping-methods li:last-child label::before {
    content: '📦';
    margin-right: 8px;
    font-size: 18px;
}

/* Responsive */
@media (max-width: 768px) {
    .woocommerce-shipping-methods li {
        padding: 16px;
    }
    
    .woocommerce-shipping-methods label {
        font-size: 15px;
        width: calc(100% - 30px);
    }
    
    .woocommerce-shipping-methods small {
        font-size: 13px;
    }
}
@media screen and (max-width: 768px) {
  /* Target sub-menu under All Categories */
  .menu li.ts-megamenu > ul.sub-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    height: auto !important;
    max-height: unset !important;
    overflow: visible !important;
  }
  .menu li.ts-megamenu > ul.sub-menu .e-con-inner {
    padding-top: 0px !important;
 }
 .menu li.ts-megamenu > ul.sub-menu .elementor-12443 .elementor-element.elementor-element-de7eb5a{
 	        border-width: 0px !important;
 }
 .menu li.ts-megamenu > ul.sub-menu li {
    border-bottom: 1px solid #00000078;
    padding-bottom: 8px;
    margin-bottom: 0 !important;
}
 .menu-item-12829, .menu-item-12830, .menu-item-12831{
 	display: none !important;
 }
  /* Optional: ensure inner category containers are also visible */
  .ts-megamenu-widgets-container {
    display: block !important;
  }

  /* If specific widgets or sections are hidden on mobile, show them */
  .elementor-hidden-mobile {
/*    display: block !important;*/
    visibility: visible !important;
  }

  /* Remove dropdown icon if unnecessary on mobile */
  .ts-menu-drop-icon {
    display: none !important;
  }
}
