.bg-black {
    background-color: #000;
}
.form-control {
    color: black;
}
::selection {
  color: white;
  background: #0078d7;
}
#quote-btn {
    animation: tilt-shaking 1.2s;
    animation-iteration-count: infinite;
}
.top_bar {
    height: 100px !important;
}
.ml-30 {
    margin-left: 30px;
}
.ml-20 {
    margin-left: 20px;
}
.align-baseline {
    align-items: baseline;
    margin-top: 10px;
}
.c-pointer {
    cursor: pointer;
}
.page_menu_content.height-auto {
    height: 450px;
}
.page_menu_selection.height-auto {
    height: auto !important;
}
.menu_contact_item {
	margin-right: 30px !important;
}
.show-cat-menu {
	visibility: visible !important;
	opacity: 1 !important;
}
.fire-red-hd {
    font-family: 'Boldonse';
    color:#fd302e;
    text-transform: uppercase;
}
.fire-black-hd {
    font-family: 'Boldonse';
    color: #525252;
    text-transform: uppercase;
}
@keyframes tilt-shaking {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(0eg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}
.mbml_top_bar {
    display: none;
}
.page_menu {
    margin-top: 0px;
}
.page_menu_nav {
    padding-top: 0px;
}
.mbl-menu {
    display: none;
}
#brandlist-nav {
    margin-top: 4px;
    min-width: 200px;
}
.nowrap {
    white-space: nowrap;
}
.cat_menu_container, .main_nav_content, .page_menu_content, .main_nav {
    background-color: #525252 !important;
}

.input_field, 
.product_name, .trends_info h4, 
.fire-black, .cart_text , 
.nav-menue-type, ul#brandlist-nav li a , 
.copyright_content a , .footer_phone a {
    color: #525252 !important;
}
.fire-color {
    color: #fd312e !important;
}
.fire-black-bg, 
.product_cart_button {
    background-color:#525252 !important;
}
.cart_count {
    background-color:#fd312e;
}
.fire-btn {
    color: white;
    background-color:#fd312e !important;
}
.btn-danger {
    background-color: #fd312e;
    border-color: #fd312e;
}
ul.main_nav_dropdown li a {
    color: white;
}
.top_bar {
    border-bottom: unset !important;
    
}
.ul_type {
    margin-top: 4px;
}
.standard_dropdown li ul {
    min-width: 200px !important;
    padding-right: 10px;
}
.section-heading {
    font-size: 40px;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.footer_list li a {
    font-size: 16px;
}
.mbl-menu .col {
    padding-left: 0px;
    padding-right: 0px;
}
.mbl-logo {
    width: 130px;
    padding-left: 24px;
    margin-right: 6px;
}
.flex-center-middle {
    display: flex;
    justify-content: center;
    align-items: center;
}
.newsletter {
    background-image: url("{{asset('uploads/site')}}/banner-2.jpg") !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.newsletter-overlay {
    background-color: black;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.2;
}
.fs-18 {
    font-size: 18px;
}
.fs-22 {
    font-size: 22px;
}
.text-white {
    color: white !important;
}
.product_cart_button {
    visibility: initial;
    opacity: 1;
}

.main_nav_menu .active {
font-weight: 500;
}

.main_nav_menu .active, 
.standard_dropdown li a:hover, 
.cat_menu li a:hover, 
.footer_list li a:hover,
ul#brandlist-nav li a:hover {
    color: #fd312e !important;
}
.mp-0 {
    margin: 0px !important;
    padding: 0px !important;
}
.page-banner-title {
    color: white;
    font-size: 52px;
    text-align: center;
    font-weight: 600;
}
.ts-black {
    text-shadow: 1px 1px 3px #000;
}
.page-link:focus, .page-link:hover {
    color: #fd312e;
}
#catnav {
  scrollbar-width: thin;
}
input[type="checkbox"] {
    accent-color: #fd312e;
}
.product_item:hover > .product_cart_button {
    background-color: #000 !important;
}
.ts-none {
    user-select: none;
}
.footer_social ul li {
    width: 40px;
    height: 40px;
}
.footer_social ul li i {
    line-height: 40px;
    font-size: 22px;
    color: #525252;
}
.top_bar_icon {
	margin-right: 4px;
}

.w-fit {
    width: fit-content;
}
.menu_trigger_container {
	width: 100%;
}


/* TAB DEVICE */
@media only screen and (max-width: 991px) {
    .top_bar_contact_item {
        display: none;
    }
    .footer_column .logo_container img {
        width: 100%;
    }
    #cat-menu {
        display: none;
    }
    .d-none.tab-d-block {
        display: flex !important;
    }
}



/* MOBILE DEVICE */
@media only screen and (max-width: 574px) {
    .main_nav, .mbml_top_bar {
        position: fixed;
        top: 0;
    }
    .mbml_top_bar {
        display: block;
    }
    .banner_content {
        margin-top: 90px;
    }
    .banner-img {
        margin-top: 300px;
    }
    .banner {
        height: auto;
    }
    .mbl-menu {
        display: flex;
        background-color: white;
    }
    .home {
        height: 80px !important;
        margin-top: 100px !important;
    }
    .shop {
        padding-top: 0px !important;
    }
    .menu_contact_item {
        margin-right: 0px !important;
    }
    .page_menu .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .page_menu .row {
        margin-left: -39px;
        margin-right: -30px;
    }
    .col-sm-4 {
        width: 33.334%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-8 {
        width: 66.667%;
    }
    .menu_contact_item {
        display: flex !important;
    }
    .section-heading {
        font-size: 30px;
    }
    footer .logo_container {
        display: block;
    }
    .mbl-header-gap {
        margin-top: 110px;
    }
    .page_menu_nav {
        padding-top: 0px !important;
    }
    .toggle-btn {
        font-size: 16px !important;
    }
}

    body {
      margin: 0;
      font-family: Arial, sans-serif;
    }

    /* Sidebar */
    .sidebar {
      position: fixed;
      top: 0;
      left: -290px;
      width: 250px;
      height: 100%;
      background-color: #525252;
      color: white;
      padding: 20px;
      transition: left 0.3s ease;
      z-index: 1001;
    }

    .sidebar.active {
      left: 0;
    }

    .sidebar h2 {
      margin-top: 0;
    }

    .sidebar a {
      display: block;
      color: white;
      text-decoration: none;
      margin: 6px 0;
    }

    .sidebar a:hover {
      text-decoration: underline;
    }

    .close-btn {
      background: none;
      border: none;
      color: white;
      font-size: 20px;
      float: right;
      cursor: pointer;
    }

    /* Overlay */
    .overlay {
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease;
      z-index: 100;
    }

    .overlay.active {
      opacity: 1;
      visibility: visible;
    }

    /* Toggle button */
    .toggle-btn {
      padding: 10px 15px;
      background-color: transparent;
      color: white;
      border: none;
      cursor: pointer;
      font-size: 18px;
    }

    /* Main content */
    .content {
      padding: 20px;
    }

    /* Responsive */
    @media (max-width: 600px) {
      .sidebar {
        width: 200px;
      }

      .toggle-btn {
        padding: 8px 12px;
      }
    }
