/*
Theme Name: Loobek Child
Theme URI: https://demo.theme-sky.com/loobek/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: loobek
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: loobek-child
*/

/* Css for mobile header  */

/* Mobile Only CSS - 767px and below */
@media only screen and (max-width: 767px) {
    
    /* Header Background Black */
    .header-template,
    .header-top {
        background-color: #000000 !important;
    }
    
    /* Mobile Logo Fix - PC wala hide, Mobile wala show */
    .logo-wrapper.visible-phone .normal-logo,
    .logo-wrapper.visible-phone .sticky-logo {
        display: none !important;
    }
    
    .logo-wrapper.visible-phone .mobile-logo {
        display: block !important;
        max-width: 100%;
        height: auto;
    }
    
    /* Mobile Menu Icon White */
    .ts-mobile-icon-toggle span.icon,
    .ts-mobile-icon-toggle span.icon:before,
    .ts-mobile-icon-toggle span.icon:after {
/*         background-color: #ffffff !important; */
		color: white !important; 
    }
    
    /* Search Button Icon White */
    .search-button span.icon {
        color: #ffffff !important;
    }
    
    .search-button span.icon:before {
        color: #ffffff !important;
    }
    
    /* Social Icons White */
    .header-social-icon .social-icons ul li a {
        color: #ffffff !important;
    }
    
    .header-social-icon .social-icons ul li a i {
        color: #ffffff !important;
    }
    
    /* Wishlist Link White */
    .my-wishlist-wrapper a {
        color: #ffffff !important;
    }
    
    .my-wishlist-wrapper .tini-wishlist .title {
        color: #ffffff !important;
    }
    
    /* Any other text in header */
    .header-top .header-left,
    .header-top .header-right {
        color: #ffffff !important;
    }
    
    /* Menu items if visible on mobile */
    .header-link a,
    .second-menu a {
        color: #ffffff !important;
    }
    
    /* Border adjustments if needed */
    .header-top {
        border-bottom: 1px solid #333333 !important;
    }
}

/* Extra small devices fix */
@media only screen and (max-width: 480px) {
    .logo-wrapper.visible-phone .mobile-logo {
        max-height: 50px !important;
        width: auto !important;
    }
}




li#menu-item-21948 {
    border-right: 1px solid white;
    padding-right: 12px;
    margin-right: 10px !important;
	 
}


.elementor-21391 .elementor-element.elementor-element-28d4c1d {
	        --margin-bottom: 0px !important;
}

.my-slider-heading {
  display: inline-block;
  padding: 12px 24px;
  color: #fff;
  background: #ed0805; /* Sportswear red */
  font-weight: 700;
  font-size: 2rem;
  text-transform: uppercase;
  position: relative;

  /* Polygon background effect */
  clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 5% 50%);
}

:root {
    --loobek-logo-width: 232px !important;
}

/* Header Background */
.header-template {
    background-color: #000000;
    color: #ffffff;
}
 
.rich-red-3d {
  font-size: 100px; /* default for desktops */
  font-weight: 900;
  text-transform: uppercase;
  color: #ff1a1a;
  text-shadow:
    1px 1px 0 #cc0000,
    2px 2px 0 #b30000,
    3px 3px 0 #800000,
    4px 4px 0 #660000,
    5px 5px 15px rgba(0,0,0,0.7);
}

/* Tablet */
@media (max-width: 1024px) {
  .rich-red-3d {
    font-size: 70px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .rich-red-3d {
    font-size: 48px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .rich-red-3d {
    font-size: 32px;
  }
}


.header-top {
    background-color: #dc2626;
    color: #ffffff;
}

.header-top a,
.header-top .social-icons a,
.header-top .menu a {
    color: #ffffff !important;
}

/* Header Middle Section */
.header-middle {
    background-color: #000000;
}

/* Main Menu Item Styling */
.main-menu .menu > li > a {
    position: relative;
    color: #ffffff !important;
    padding: 15px 20px;
    display: block;
    transition: all 0.3s ease;
    overflow: hidden;
}

/* Polygon Background for Menu Items */
.main-menu .menu > li > a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dc2626;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

/* Hover Effect */
.main-menu .menu > li:hover > a::before,
.main-menu .menu > li.current-menu-item > a::before,
.main-menu .menu > li.current-menu-ancestor > a::before {
    opacity: 1;
}

/* Menu Item Text on Hover */
.main-menu .menu > li:hover > a,
.main-menu .menu > li.current-menu-item > a,
.main-menu .menu > li.current-menu-ancestor > a {
    color: #ffffff !important;
}

/* Dropdown Menu Arrow */
.ts-menu-drop-icon {
    color: #ffffff;
}

/* Submenu/Megamenu Styling */
.main-menu .sub-menu {
    background-color: #000000 !important;
    border: 1px solid #333333;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    margin: 0 !important;
    padding: 0 !important;
}

.ts-megamenu-widgets-container {
    background-color: #000000 !important;
    padding: 20px !important;
    margin: 0 !important;
}

/* Elementor Container Overrides */
.ts-megamenu-widgets-container .elementor,
.ts-megamenu-widgets-container .elementor-element,
.ts-megamenu-widgets-container .e-con-inner,
.ts-megamenu-widgets-container .e-con-boxed {
    background-color: transparent !important;
    margin: 0 !important;
    padding: 10px !important;
}

/* Megamenu Headings */
.ts-megamenu-widgets-container .elementor-heading-title {
    color: #dc2626 !important;
    font-weight: bold;
    margin-bottom: 10px !important;
    font-size: 16px !important;
}

/* Megamenu List Items */
.ts-megamenu-widgets-container .elementor-icon-list-items {
    margin: 0 !important;
    padding: 0 !important;
}

.ts-megamenu-widgets-container .elementor-icon-list-item {
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
}

.ts-megamenu-widgets-container .elementor-icon-list-item a {
    color: #ffffff !important;
    padding: 8px 12px !important;
    display: block;
    transition: all 0.3s ease;
    text-decoration: none;
    border-radius: 4px;
}

.ts-megamenu-widgets-container .elementor-icon-list-item a:hover {
    background-color: #dc2626 !important;
    color: #ffffff !important;
    transform: translateX(5px);
}

/* Banner Content in Megamenu */
.ts-megamenu-widgets-container .ts-banner {
    background-color: transparent !important;
}

.ts-megamenu-widgets-container .box-content h2 {
    color: #ffffff !important;
    font-size: 24px !important;
    margin-bottom: 10px !important;
}

.ts-megamenu-widgets-container .special-inline .inline-1 {
    color: #999999 !important;
    text-decoration: line-through;
}

.ts-megamenu-widgets-container .special-inline .inline-2 {
    color: #dc2626 !important;
    font-weight: bold;
}

.ts-megamenu-widgets-container .ts-banner-button .button {
    background-color: #dc2626 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 10px 20px !important;
    border-radius: 4px !important;
    transition: all 0.3s ease;
}

.ts-megamenu-widgets-container .ts-banner-button .button:hover {
    background-color: #b91c1c !important;
    transform: translateY(-2px);
}

/* Fix Container Spacing Issues */
.ts-megamenu-widgets-container .e-con {
    gap: 15px !important;
}

/* Regular Submenu Links */
.main-menu .sub-menu a {
    color: #ffffff !important;
    padding: 12px 20px !important;
    display: block;
    transition: all 0.3s ease;
}

.main-menu .sub-menu a:hover {
    background-color: #dc2626 !important;
    color: #ffffff !important;
    transform: translateX(5px);
}

/* Remove Default Elementor Margins/Paddings */
.ts-megamenu-widgets-container * {
    box-sizing: border-box;
}

.ts-megamenu-widgets-container .elementor-widget {
    margin-bottom: 0 !important;
}

.ts-megamenu-widgets-container .elementor-widget-container {
    margin: 0 !important;
    padding: 5px 0 !important;
}

/* Logo Area */
.logo-wrapper a,
.logo img {
    filter: brightness(0) invert(1); /* Makes logo white if it's dark */
}

/* Search Bar */
.ts-search-normal input[type="text"] {
    background-color: #333333;
    border: 1px solid #666666;
    color: #ffffff;
}

.ts-search-normal input[type="text"]:focus {
    border-color: #dc2626;
}

.ts-search-normal input[type="submit"] {
    background-color: #dc2626;
    color: #ffffff;
    border: none;
}

/* Cart and Account Links */
.my-account-wrapper a,
.shopping-cart-wrapper a,
.my-wishlist-wrapper a {
    color: #ffffff !important;
}

.cart-control,
.my-account,
.tini-wishlist {
    color: #ffffff !important;
}

/* Mobile Menu Toggle */
.ts-mobile-icon-toggle {
    color: #ffffff;
}

/* Additional Styling for Better Contrast */
.header-left,
.header-right {
    color: #ffffff;
}

/* Social Icons */
.header-social-icon .social-icons a {
    color: #ffffff !important;
}

/* Second Menu in Top Bar */
.second-menu a {
    color: #ffffff !important;
    transition: color 0.3s ease;
}

.second-menu a:hover {
    color: #ffcccc !important;
}

/* Account Dropdown */
.account-dropdown-form {
    background-color: #1a1a1a;
    border: 1px solid #333333;
}

.account-dropdown-form a {
    color: #ffffff !important;
}

.account-dropdown-form a:hover {
    background-color: #dc2626;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .main-menu .menu > li > a {
        padding: 12px 15px;
    }
    
    .main-menu .menu > li > a::before {
        clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    }
}



.ts-header nav > ul > li {
 
    margin-right: 0px !important;
	
}


.ts-header nav > ul li ul.sub-menu > li {
    
    background: black !important; 
}