:root {
   
    
    
    --fallback: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    --main: #ff4b00;
    --mainhover: #ff4b00;
    --secondary: #ff4b00;
    --white: #fff;
    --secondarywhite: #fafafa;
    --black: #000;
    --met-black: black;
    --gray: #f5f5f5;
    --body: #f2f4f8;
    --secondary-rgb: 100, 149, 237;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    
}
.btn.call-btn{
    padding: 15% !important;
}.special-product-wrapper.owl-carousel .owl-nav button {
    background: none !important;
}
.actions .btn-cart:hover[disabled] {
    border-color: #d2d2d2;
    color:white !important;
}
.btn.btn-primary:hover{
    color: white !important;
    background: black !important;
}
.product .product-info .price-wrap {
    margin-bottom: 8px;
}
.product-minimal-hover {
  transition: all 0.2s ease;
  position: relative;
}

.product-minimal-hover:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.product-minimal-hover:hover .product-image {
  opacity: 0.9;
}

.product-image {
  transition: opacity 0.2s ease;
}

@media (max-width: 767px) {
    #cmpr-btn {
        display:none !important;
    }
    
     
    .banner-container {
  
  gap: 0px !important;
    }
  .actions button.btn-compare {
    border-radius: 8px !important;
    width: 100% !important;
    height: 85% !important;
     margin: 7px 0px !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    background: black !important;
    border-color: #fff !important;
    color: #ffffff !important;
    padding: 9px !important;
  }
}
.btn.btn-primary {
    color: #ffffff !important;
    background: #53a1d5 !important;
}
.currency-amount strong {
    font-weight: bold;
    font-size: larger;
}
.pc-builder-list a i, .pc-builder-list .pc-builder-button span.material-symbols-outlined {
    font-size: 18px;
    color: #ff4b00 !important;
}

.complain-btn{
    background: var(--main);
    color: var(--white);
    padding: 7px 25px;
    border-radius: 5px;
}
.mainmenu-bar .nav .drop-menu-1 li:hover{
    background: #ff4b00;
    color: #fafafa !important;
}
.subscription-button{
    background: var(--met-black);
    border: 1px solid white;
    border-radius: 7px;
}  
.fa-envelope-open-text:before {
    display:none;
}
  .special-product-img img {
    width: 100%;
    height: auto !important;
}
    .cs_newsletter_1_wrap{
         padding: 7px 1%;
    }
    
       .search-item.show-all-results {
    text-align: center;
    padding: 10px;
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
}
.search-item.show-all-results a {
    color: orange;
    font-weight: bold;
}
.search-item.show-all-results:hover {
    background: #e9ecef;
}
  @media screen and (max-width: 768px) {
    .footer-block {
        gap: 8px;
        margin: 10px 61px;
        display: flex !important;
        flex-direction: row;
        align-items: center;
    }
    
    
}  
@media screen and (max-width: 768px) {
    .text-left {
        text-align: center !important;
    }
}
    /*--------------------------------------------------------------
  8. Footer
----------------------------------------------------------------*/
.cs_footer_widget_title {
  margin-bottom: 35px;

  @media (max-width: 991px) {
    margin-bottom: 20px;
  }
}
.cs_zoom {
  position: relative;
  overflow: hidden;
  display: block;

  .cs_zoom_in {
    transition: all 1s ease;
  }

  &:hover {
    .cs_zoom_in {
      transform: scale(1.06);
    }
  }
}
.cs_adventure_logo {
  transform: rotate(-90deg);
  display: inline-block;
}
.cs_adventure_logo_wrap {
  text-align: center;
}
.cs_bg_filed {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cs_bg_fixed {
  background-attachment: fixed;
}

.cs_vertical_middle {
  display: flex;
  align-items: center;
  min-height: 100%;
}

.cs_vertical_middle_in {
  flex: none;
  width: 100%;
}

.special-product-area .col-lg-12.col-md-12.col-sm-12{
    margin: 0;
    padding: 0;
}

.top_button {
                position: fixed;
                bottom: 67px;
                right: 20px;
                width: 50px;
                height: 50px;
                background-color: #0cb04d;
                color: #0cb04d;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 50%;
                box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
                font-size: 20px;
                cursor: pointer;
                transition: opacity 0.3s, visibility 0.3s;
            }

            .top_button i {
                color: white;
            }

            .top_button:hover {
                background-color: #023468;
            }

            .top_button.visible {
                opacity: 1;
                visibility: visible;
            }
            
            .cart-btn.mc-toggler .material-symbols-outlined{
                color: var(--main);
            }

            .whatsapp-container {
                position: fixed;
                bottom: 18%;
                right: 20px;
                z-index: 1000;
            }

            .whatsapp-icon {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 50px;
                height: 50px;
                background-color: var(--met-black);
                color: var(--main);
                font-size: 24px;
                border-radius: 50%;
                box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
                transition: background 0.3s;
            }

            .whatsapp-icon:hover {
                background-color: #023468;
            }

            .whatsapp-numbers {
                width: 260%;
            }

            .whatsapp-numbers {
                display: none;
                position: absolute;
                bottom: 25px;
                right: 48px;
                background: white;
                padding: 6px;
                border-radius: 8px;
                box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            }

            .whatsapp-container:hover .whatsapp-numbers {
                display: block;
            }

            .whatsapp-number {
                margin-bottom: 5px;
            }

            .whatsapp-number a {
                font-size: 13px;
                text-decoration: none;
                color: #25D366;
                font-weight: bold;
            }

            .whatsapp-number.fb a {
                font-size: 13px;
                color: #1877F2;
            }

            @media (max-width: 768px) {
                .product-buy-info .btn-buy-new {
                    font-size: 10px !important;
                    padding: 5px 6px !important;
                }
            }


  .on-sticky .mainmenu-barr {
            position: fixed !important;
            top: -100px !important;; /* Start off-screen */
            left: 0 !important;;
            width: 100% !important;;
            z-index: 1000 !important;;
            
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;; /* Optional shadow */
            transition: top 0.5s ease-in-out !important;; /* Slowed down transition */
        }

        .on-sticky .mainmenu-barr.show {
            top: 0 !important;;
        }

.quantity.buttons_added .minus,
.quantity.buttons_added .plus{
    display: none;
}

.featured-head{
    padding: 10px 0px 20px;
}

.cs_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs_white_color {
  color: var(--white);
}

.cs_primary_color {
  color: var(--primary);
}

.cs_secondary_color {
  color: var(--secondary);
}

.cs_accent_color {
  color: var(--accent);
}

.cs_white_bg {
  background-color: var(--white);
}

.cs_primary_bg {
  background-color: var(--primary);
}

.cs_primary_bg_1 {
  background-color: #758bae;
}

.cs_secondary_bg {
  background-color: var(--secondary);
}

.cs_gray_bg {
  background-color: var(--gray);
}

.cs_gray_bg_1 {
  background-color: #f8f8f8;
}

.cs_accent_bg {
  background-color: #a5e3b5;
}.cs_bold {
    font-weight: 700;
}
.cs_fs_28 {
  font-size: 28px;
  line-height: 1.358em;
  @media (max-width: 1400px) {
    font-size: 24px;
  }
}

.cs_fs_35 {
  font-size: 35px;
  line-height: 1.34em;
  @media (max-width: 1400px) {
    font-size: 30px;
  }
}

.cs_fs_40 {
  font-size: 40px;
  line-height: 1.45em;
  @media (max-width: 1400px) {
    font-size: 32px;
  }
}

.cs_fs_45 {
  font-size: 45px;
  line-height: 1.334em;
  @media (max-width: 1400px) {
    font-size: 36px;
  }
}

.cs_fs_48 {
  font-size: 48px;
  line-height: 1.125em;
  @media (max-width: 1400px) {
    font-size: 40px;
  }
}

.cs_fs_50 {
  font-size: 50px;
  line-height: 1.125em;
  @media (max-width: 1400px) {
    font-size: 40px;
  }
  @media (max-width: 991px) {
    font-size: 36px;
  }
}

.cs_fs_56 {
  font-size: 56px;
  line-height: 1.327em;
  @media (max-width: 1400px) {
    font-size: 44px;
  }
  @media (max-width: 991px) {
    font-size: 38px;
  }
}

.cs_fs_60 {
  font-size: 60px;
  line-height: 1.334em;
  @media (max-width: 1400px) {
    font-size: 50px;
  }
  @media (max-width: 1400px) {
    font-size: 42px;
  }
}

.cs_fs_70 {
  font-size: 70px;
  line-height: 1.286em;
  @media (max-width: 1400px) {
    font-size: 60px;
  }
  @media (max-width: 991px) {
    font-size: 40px;
  }
}

.cs_fs_85 {
  font-size: 85px;
  line-height: 1.11em;
  @media (max-width: 1600px) {
    font-size: 75px;
  }
  @media (max-width: 1400px) {
    font-size: 60px;
  }
  @media (max-width: 1199px) {
    font-size: 56px;
  }
  @media (max-width: 575px) {
    font-size: 42px;
  }
}

.cs_fs_100 {
  font-size: 100px;
  line-height: 1.33em;
  @media (max-width: 1400px) {
    font-size: 80px;
  }
  @media (max-width: 991px) {
    font-size: 56px;
  }
  @media (max-width: 575px) {
    font-size: 46px;
  }
}

  .cs_btn.cs_style_1 {
    background-color: black !important;
}
.cs_white_color {
    color: white;
}
.cs_accent_bg_1 {
  background-color: #ecffff;
}

.cs_btn.cs_style_1 {
  border: none;
  padding: 15px 35px;
  line-height: 1.6em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  outline: none;
  color: #fff;
  border-radius: 5px;
  background-color: var(--accent);
  transition: all 0.4s ease;
  @media (max-width: 991px) {
    padding: 11px 25px;
  }

  &.cs_radius_0 {
    border-radius: 0;
  }

  &:hover {
    background-color: var(--primary);
    color: #fff;
  }
}

/* Social Share Btns styling */
.cs_social_btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  padding: 45px 0 40px;
}

/* Start Accordion */
.cs_accordian_body {
  padding: 0px 60px 24px 24px;
  margin-top: -5px;

  @media (max-width: 991px) {
    padding-bottom: 20px;
  }

  p {
    margin: 0;
  }
}

.cs_accordian_head {
  padding: 18px 40px 18px 26px;
  position: relative;
  transition: all 0.4s ease;
  cursor: pointer;

  @media (max-width: 991px) {
    padding: 20px 40px 20px 24px;
  }

  &:hover {
    color: var(--accent);
  }
}

.cs_accordian {
  &:not(:last-child) {
    margin-bottom: 24px;
  }
}

.cs_accordian_toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 19px;
  transition: all 0.3s ease;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: var(--primary);

  i {
    position: absolute;
    transition: all 0.3s ease;

    &:last-child {
      opacity: 0;
    }
  }
}

.cs_accordian.active {
  .cs_accordian_head {
    pointer-events: none;
  }

  .cs_accordian_toggle {
    color: var(--accent);

    i:first-child {
      opacity: 0;
    }

    i:last-child {
      opacity: 1;
    }
  }
}

/* End Accordion */
/*--------------------------------
  Pagination
-----------------------------------*/
.cs_pagination_box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 90px;
  @media (max-width: 991px) {
    margin-top: 40px;
  }
}

.cs_pagination_item {
  height: 50px;
  width: 50px;
  background-color: var(--gray);
  color: var(--secondary);
  border-radius: 50%;

  &.active,
  &:hover {
    background-color: var(--accent);
    color: var(--white);
  }
  &.active {
    pointer-events: none;
  }
}

/*-----------------------------------
 Start Review 
 ------------------------------------*/
.cs_rating_container {
  max-width: 140px;
}

.cs_rating_percentage,
.cs_rating {
  overflow: hidden;

  &.scale_half {
    transform: scale(0.6);
    letter-spacing: 10px;
    width: 180px;
    margin-left: -15px;
  }

  &::before {
    content: '\f005\f005\f005\f005\f005';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    top: 0;
    left: 0;
  }
}

.cs_rating {
  flex: none;
  width: 157px;
  height: 26px;
  position: relative;
  color: #ffc107;
  font-size: 24px;
  letter-spacing: 5px;

  &::before {
    font-weight: 400;
  }
}

.cs_rating_percentage {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;

  &::before {
    font-weight: 900;
  }
}

.cs_list.cs_style_1 {
  li {
    position: relative;
    padding-left: 32px;

    &:not(:last-child) {
      margin-bottom: 12px;
    }
  }

  i {
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 3px;
  }
}

.cs_section_heading.cs_style_1 {
  .cs_section_title_up {
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 5px;
    @media (max-width: 991px) {
      letter-spacing: 3px;
    }
  }

  .cs_section_subtitle {
    margin: 15px 0 0;
  }
}

.cs_image_box.cs_style_1 {
  position: relative;
  padding-bottom: 6px;
  padding-left: 45px;
  @media (max-width: 991px) {
    padding-left: 0;
  }

  .cs_image_box_shape {
    position: absolute;
    right: -75px;
    top: 24px;
    width: 60vw;
    height: 100%;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    @media (max-width: 991px) {
      right: 50px;
    }
  }

  &::before {
    content: '';
    position: absolute;
    height: 93.5%;
    width: 60vw;
    right: -20px;
    bottom: 0;
    background-color: var(--accent);
    opacity: 0.5;
    border-radius: 0 320px 320px 0;
    @media (max-width: 991px) {
      width: 100vw;
      right: 0;
    }
  }

  img {
    position: relative;
    z-index: 2;
  }
}

.cs_funfact_1_icon {
  position: absolute;
  height: 110px;
  width: 110px;
  right: -50px;
  top: -65px;
  @media (max-width: 1199px) {
    position: absolute;
    height: 90px;
    width: 90px;
    right: -20px;
    top: -50px;
  }
  @media (max-width: 991px) {
    display: none;
  }
}

.cs_funfact.cs_style_1 {
  border-radius: 6px;
  border: 1px solid var(--accent);
  padding: 24px 0 38px;
  @media (max-width: 1199px) {
    padding: 14px 0 28px;
  }

  .cs_funfact_title {
    margin-bottom: 10px;
  }
  .cs_funfact_title {
    display: flex;
    justify-content: center;
  }
}

.store-box .btn.find-btn-location{
    background: var(--main);
}
.store-box .btn.find-btn-location:hover{
    background: var(--met-black) !important;
    color: #fafafa!important;
}

.contact-margin-left {
    border-left: 1px solid #939393;
    padding-left: 10px;
    max-height: 130px;
}

.location-margin-left {
    border-left: 1px solid #939393;
    margin: auto;
}

.our-loc-sec p{
    margin: 0 !important;
}

.each-card-text label {
    color: #666;
    line-height: 26px;
    display: block;
}
.each-card-text .blurb {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

.contact-icons {
    background: linear-gradient(90deg, rgb(96 187 70) 0%, rgb(0 99 168) 100%);
    color: var(--white);
    font-size: 30px;
    height: 80px;
    width: 80px;
    border-radius: 50px;
    text-align: center;
    line-height: 80px;
    margin-right: 20px;
    transition: background 0.3s ease, color 0.3s ease;
}

.cs_grid_1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  @media (max-width: 991px) {
    grid-template-columns: repeat(2, 1fr);
  }
  @media (max-width: 767px) {
    grid-template-columns: repeat(1, 1fr);
  }
  @media (min-width: 992px) {
    .cs_grid_item {
      &:nth-child(2),
      &:nth-child(6) {
        grid-column: auto / span 2;
      }
    }
  }
}

.cs_grid_2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  @media (max-width: 991px) {
    grid-template-columns: repeat(2, 1fr);
  }
  @media (max-width: 767px) {
    grid-template-columns: repeat(1, 1fr);
  }
  @media (min-width: 992px) {
    .cs_grid_item {
      &:nth-child(4) {
        grid-column: auto / span 2;
      }
    }
  }
}

.cs_menu_widget {
  list-style: none;
  padding: 0;
  margin: 0 -7px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 0;

  li {
    width: 50%;
    padding: 0 7px;
  }
}

.cs_contact_widget {
  list-style: none;
  margin: 0;
  padding: 0;

  li {
    p {
      margin-bottom: 2px;

      &:last-child {
        margin-bottom: 0;
      }
    }

    &:not(:last-child) {
      margin-bottom: 15px;
    }
  }
}

.cs_menu_widget_2 {
  display: flex;
  gap: 5px 25px;
  flex-wrap: wrap;
  justify-content: center;
}

.cs_footer_bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px 30px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);

  @media (max-width: 767px) {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
}

.our-loc-sec .card-body{
    background: linear-gradient(90deg, rgb(96 187 70) 0%, rgb(0 99 168) 100%);
    margin: 0;
    display: flex;
    align-items: center;
    padding: 2.4%;
}

.our-loc-sec .our-loc-sec-left-col,
.our-loc-sec .card-body .map-icon{
    display: flex;
    align-items: center;
}
.our-loc-sec .our-loc-sec-left-col{
    padding-left: 15px;
}

.our-loc-sec{
    color: #fff;
    margin-top: 25px;
}

.our-loc-sec .txt{
    padding: 15px;
}
.btn.border.find.d-fc{
    background: var(--main);
}
.btn.border.find.d-fc:hover {
    background: transparent;
}

.our-loc-sec .find-our-location-btn{
    display: flex;
    align-items: center;
    justify-content: end;
    padding-left: 15px;
}

.location-container {
            margin-top: 20px;
        }
        .our-locations .nav-tabs {
            width: 100%;
            float: left;
            background: var(--main);
            
        }
        .our-locations .nav-tabs a{
            color: #ffffff;
        }
        .tab-content {
            width: 70%;
            float: left;
            padding-left: 20px;
        }
        .map-container {
            height: 400px;
        }
        .address-area {
            display: flex;
            justify-content: space-between;
        }
        
        

@media (max-width: 767px) {
    
    .our-loc-sec .card-body .map-icon,
    .our-loc-sec .our-loc-sec-left-col{
        display: inline-block;
        text-align: center;
    }
    .our-loc-sec .find-our-location-btn{
        justify-content: center;
    }
    
}

.cs_copyright {
  a {
    color: var(--accent);

    &:hover {
      text-decoration: underline;
    }
  }
}

.cs_text_widget + .cs_contact_widget {
  margin-top: 30px;
}

.cs_footer_main {
  display: flex;
  gap: 40px 0px;
  padding: 100px 0 60px;
  margin-left: -25px;
  margin-right: -25px;
  @media (max-width: 991px) {
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 30px 0 0;
  }

  .cs_social_btn.cs_style_1 {
    padding-top: 6px;
  }

  .cs_footer_main_col {
    flex: 1;
    padding: 15px 25px;

    @media (min-width: 992px) {
      &:not(:last-child) {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
      }
    }
    @media (max-width: 991px) {
      padding: 35px 0px;
      &:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      }
    }
  }
}

.cs_newsletter_1_wrap {
  position: relative;

  &::before {
    content: '';
    position: absolute;
    height: 50%;
    width: 100%;

    top: 0;
    left: 0;
  }

  &.cs_before_none {
    &::before {
      background-color: transparent;
    }
  }

  > * {
    position: relative;
    z-index: 2;
  }
}

.cs_social_btn.cs_style_1 {
  gap: 10px;
  font-size: 14px;

  a {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: var(--accent);
    color: #fff;
  }
}

.cs_newsletter.cs_style_1 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 15px 41px;
  gap: 15px;
  border-radius: 5px;
  @media (max-width: 991px) {
    flex-direction: column;
  }

  .cs_newsletter_form {
    display: flex;
    align-items: center;
    max-width: 650px;
    width: 100%;
    gap: 20px;
    @media (max-width: 991px) {
      gap: 10px;
    }
    @media (max-width: 575px) {
      flex-direction: column;
    }
  }

  .cs_newsletter_form_field {
    background-color: #fff;
    border: none;
    height: 59px;
    flex: 1;
    outline: none;
    padding: 5px 20px;
    border-radius: 5px;
    @media (max-width: 991px) {
      height: 51px;
    }
    .spp{
        height:91px !important;
    }
    @media (max-width: 575px) {
      flex: none;
      width: 100%;
    }
  }

  .cs_btn.cs_style_1 {
    background-color: var(--primary);
    @media (max-width: 575px) {
      width: 100%;
    }

    &:hover {
      color: var(--primary);
      background-color: var(--white);
    }
  }
}
@media (min-width: 1024px) {
    .cs_btn.cs_style_1 {
   
    padding: 19px 35px !important;
    }
      .cs_newsletter.cs_style_1 {
        
         margin-bottom: -91px;
        gap: 119px !important;
    }
    .cs_newsletter.cs_style_1 {
    .cs_newsletter_form_field {
    
             margin-right: -102px;
            /* margin-bottom: 0px; */
            margin-left: 32%;
    }
}
  
}
.cs_fs_40 {
    @media (max-width: 1400px) {
        font-size: 26px !important;
    }
}
.cs_newsletter.cs_style_1 {
    @media (max-width: 991px) {
        flex-direction: column;
        margin: 0px 0px -189px 0px;
    }
}
.cs_accent_bg {
  background-color: #ff4b00;
}

.actions button.btn-cart:hover {
  
    background: black !important;
    border-color: black;
   
}


.sliding_text_wrap {
    padding: 15px 20px 5px;
    background: #ffffff;
    margin-top: 3px !important;
    font-size: 14px;
    color: var(--black);
    min-height: 40px;
}


/* featured_category page  */

.fetured-cat-row a{
    color: var(--met-black);
}

.cate-wrap{
    margin-top: 10px;
}



.category-wrap-new{
    margin-bottom: 20px;
}

.category-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding: 11px;
    height: 60px;
    margin: 8px 5px 8px 0px ;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}


.categor-offer-box a{
    color: #000;
    font-size: 13px;
    font-weight: 600;
}

.categor-offer-row{
    display: flex;
    justify-content: space-around;
}

.categor-offer-box{
    display: flex;
    background: #ffffff;
    box-shadow: 0 .0625rem .0625rem rgba(0, 0, 0, .1);
    width: 100%;
    height: 6.25rem;
    align-items: center;
}

.footer-featured-option .categor-offer-in{
    padding: 10%;
}

.categor-offer-box .ic{
    background: #007c90;
    padding: 27px 35px;
    color: #fafafa;
}
.ws-box , .ws-box-footer{
    display: flex;
}
.ws-box div , .ws-box-footer div{
   
}



.r-lnk-wrap .c-card .ic {
    background: var(--s-primary);
}

.footer-featured .footer-featured-option .categor-offer-box .categor-offer-in .m-hide{
    font-size: 12px;
    opacity: 0.5;
}

.ic i{
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 40px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.c-card .ic .material-icons {
    color: #fff;
    background-color: var(--main);
    height: 50px;
    width: 50px;
    line-height: 2;
    padding-left: 12px;
    font-size: 25px;
}

.top-right-banner{
    width: 305px;
    height: 180px;
}

.category-name h5{
    display: block;
}

.category-box-img img{
    width: 100%;
    height: auto;
}

.footer-featured-option{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

/*Compare start*/

.mdl-compare h4 {
    margin: -8px 0px;
 font-family: 'Open Sans' !important;
color: #e2e3e1;
text-align: center;
margin-bottom: 2px;
font-size: 15px;
line-height: 20px;
}
.btn.st-outline{
    color: black;
    background: var(--main);
    border: 1px solid var(--met-black);
    width: 95%;
    border-radius: 4px;
}


.ending-footer {
    border-top: 1px solid #494949;
    background: black;
}
.btn.st-outline:hover{
    color: var(--main) !important;
    background: transparent !important;
        border: 1px solid var(--main);
    
}
.ending-footer {
    background: var(--met-black);
    padding: 15px 0;
}


.mdl-compare p {
    font-family: 'Open Sans' !important;
    color: #c4c0bb;
    text-align: center;
    margin: 0 0 14px;
    font-size: 14px;
    opacity: 0.5;
}

.mdl-compare {
    padding: 5px;
    background: #222222;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.03);
    min-height: 248px;
}


.cmpr-field{
    position: relative;
}
    .h3, h3 {
        font-size: 24px !important;
    }
#goTopBtn {
    bottom: 5%;
    right: 25px;
    background-color: var(--main);
    padding: 10px 15px;
    border-radius: 50%;
    position: fixed;
    height: 50px;
    width: 50px;
    color: #000;
    border: 1px solid #fafafa;
    font-size: 20px;
    cursor: pointer;
    z-index: 999999;
    font-weight: 600;
}
#goTopBtn:before {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    bottom: -6px;
    right: -6px;
    background-color: transparent;
    border-radius: inherit;
    z-index: 1;
    border: 2px dashed var(--main);
    animation: spin 13s infinite linear;
}
#goTopBtn:hover {
    background-color: #0056b3;
}


.cmpr-field select, .cmpr-field input {
    width: 95%;
    font-family: 'Open Sans';
    font-size: 12px;
    border: none;
    padding: 10px 45px 10px 25px;
    margin: 10px 10px 15px;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.05);
    text-overflow: ellipsis;
    border-radius: 5px;
}
ul.dropdown-menu {
    padding: 19px 27px;
    font-size:12px;
    left:12px;
}
.dropdown-menu {
    position: absolute;
    display: none;
    background: #fff;
    padding: 0;
    margin-top: 0;
    z-index: 99;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2),
        0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -5px 0 0 #fff;
    width: 100%;
}


.cmpr-field i {
    position: absolute;
    opacity: 0.5;
    right: 16px;
    top: 18px;
}

.st-outline{
    margin: 0 0 0 10px;
    padding: auto;
}

.comp-btn{
    display: flex;
    justify-content: center;
}

.footer-featured{
    margin-top: 25px;
}


@media (min-width: 1707.5px) {
    
}

@media (min-width: 2049px) {
    .mdl-compare {
      /* Dark brown background */
        margin-top: 17px;     /* Top margin of 23 pixels */
    }
}
/* .mdl-compare {
    background: var(--main);
    margin-top: 47px;
    padding: 15px 15px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.03);
} */

.mdl-compare h4 {
    margin-top: 6px;
    font-family: 'Open Sans' !important;
    color: var(--main);
    text-align: center;
    margin-bottom: 3px;
    font-size: 20px;
    line-height: 20px;
}
.mdl-compare p {
    font-family: 'Open Sans' !important;
    color: #fff;
    text-align: center;
    margin: 10px 14px;
    font-size: 12px;
    opacity: 0.5;
}

/*Compare end*/
.product-category-wrapper{
    display: grid;
    grid-template-columns: repeat(8, 1fr);
}

.categor-offer-box {
        width: 100% !important;
    }


@media (max-width: 425px) {

    /* header main-slider */

    .compare-box{
        margin-bottom: 10px;
    }

    .main-home-banner .banner-image img{
        height: auto;
    }


    .category-wrap-new{
        max-width: 180px;
    }  
    
    .product-category-wrapper{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    } 
    
    .categor-offer-box{
        width: 168px;
    }
    .ws-box div, .ws-box-footer div {
         margin: 0px;
    }
    .categor-offer-in{
        padding-left: 9px;
    }
    .c-card .ic .material-icons {
        color: #fff;
        background-color: var(--main);
        height: 36px;
        width: 40px;
        line-height: 2;
        padding-left: 12px;
        font-size: 18px;
    }
    
    .footer-section-left{
        margin-bottom: 40px;
    }
    
    .categorie-list{
        margin-top: 25px;
    }
    
    .cmpr-field i {
        position: absolute;
        opacity: 0.5;
        right: 30px;
        top: 25px;
    }
}
    
        @media (min-width: 525px) {

        .categor-offer-box{
            width: 188px;
        }
        
    }
    
    
    @media (min-width: 725px) {

        .categor-offer-box{
            width: 175px;
        }
        
    }
    
    @media (max-width: 425px) {

        /* header main-slider */
    
        .compare-box{
            margin-bottom: 10px;
        }
    
        .main-home-banner .banner-image img{
            height: auto;
        }

    
        .category-wrap-new{
            max-width: 180px;
        }  
        
        .product-category-wrapper{
            display: grid;
            grid-template-columns: repeat(2, 1fr);
        } 
        
        .categor-offer-box{
            width: 100%;
        }
        
        .ws-box div, .ws-box-footer div {
             margin: 0px;
        }
        
        .categor-offer-in{
            padding-left: 9px;
        }
        
        .c-card .ic .material-icons {
            color: #fff;
            background-color: var(--main);
            height: 36px;
            width: 40px;
            line-height: 2;
            padding-left: 12px;
            font-size: 18px;
        }
        
        .footer-section-left{
            margin-bottom: 40px;
        }
        
        .categorie-list{
            margin-top: 25px;
        }
        
        .cmpr-field i {
            position: absolute;
            opacity: 0.5;
            right: 30px;
            top: 25px;
        }
        
    }
    
    .mamber-block h4, .ssl-block h4 {
                            font-size: 14px;
                            margin: 10px 0px 5px;
                            color: #fafafa;
                        }
                        
                        .ending-footer-bottom{
                            display: flex;
                            justify-content: space-between;
                            align-items: center;
                        }
    

    .fa-brands.fa-youtube {
            color: #ff4b00;
    font-size: 20px;
    margin-right: 10px;
}


/* For themes with responsive classes */
.visible-xs .actions button.btn-cart,
.visible-sm .actions button.btn-cart {
    width: 100%;
    margin: 15px 7px 13px 2px !important;
}

@media only screen and (max-width: 768px) {
  .ending-footer-bottom .paiement_logo_block.footer-block {
    margin: 10px 65px !important;
  }
}


.btn-pcb:hover{
    background:#007c90 !important;
}

.btn-pcb {
    border-radius: 5px;
}



.btn {
    border-radius: 6px;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(var(--bs-border-width) * -1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-radius: 6px !important;
}
.search input {
    border-radius: 6px !important;
}

.pc-builder-inner .btn {
    border-radius: 6px;
}
    .categor-offer-box {
        border-radius: 6px;
    }

.categor-offer-box .ic {
    border-radius: 6px;
}

@media (min-width: 1366px) {
    .container-fluid {
        max-width: 1276px !important;
    }
}
@media (min-width: 1280px) {
    .container-fluid {
        max-width: 100% !immportant;
    }
}

a.pc-builder-button.get-quate {
    border-radius: 6px;
}


.customer-area .h-quick-link .material-symbols-outlined {
    color: #ff4b00 !important;
    display: inline-block !important;
}





@media screen and (min-width: 768px) and (max-width: 1024px) {
    #cmpr-btn {
        display: none !important;
    }
}


@media only screen and (max-width: 992px) {
    /*
    .mainmenu-bar .nav .drop-down {
        display: none !important;
        padding-left: 15px !important;
    }
    
    .mainmenu-bar .nav .has-child.open > .drop-down {
        display: block;
    }
    */
    
    .mainmenu-bar .nav li.has-child > a::after {
        content: "▸" !important;
        float: right;
        margin-right: 20px;
        font-size: 16px;
        transition: transform 0.3s;
    }
    
    .mainmenu-bar .nav li.has-child.open > a::after {
        content: "▾" !important;
    }
    
    .mainmenu-bar .nav .drop-down li a {
        padding-left: 30px !important;
    }
    
    .mainmenu-bar .nav .drop-down .drop-down li a {
        padding-left: 45px !important;
    }
}


.mainmenu-bar .nav .drop-down {
    transition: all 0.3s ease;
}

@media only screen and (max-width: 992px) {
    /*
    .mainmenu-bar .nav .drop-down {
        max-height: 0;
        display: block !important;
    }
    
    .mainmenu-bar .nav .has-child.open > .drop-down {
        max-height: 1000px;
    }
    */
}

