@import url("../css/bootstrap.css");
/* @import url('../css/animate.css'); */
@import url("../css/slick.css");
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css");

/* NEW__FONT__ */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* NEW__FONT__ */

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

body {
    overflow-x: hidden !important;
}

:root {
    --color-one:#558063;
    --color-two: #B9EDEF;
    --color-three: darkgrey;
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

p {
    margin: 0;
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    font-family: "Poppins", sans-serif;
}


/* HEADER_CSS__STARTS__ */

.header-one-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-three {
    padding: 0 35px 0 !important;
}


.header-one {
    background:var(--color-one);
    padding: 10px 50px 10px;
}

.top-one p {
    color: white;
    font-size: 14px;
    font-weight: 600;
}

.top-two p {
    color: white;
    font-size: 14px;
    font-weight: 600;
}

.top-three a {
    color: white;
    font-size: 14px;
    font-weight: 600;
}

.top-one {
    position: relative;
}

.top-one::before {
    content: '';
    width: 18%;
    height: 1px;
    position: absolute;
    background: white;
    left: -13%;
    top: 40%;
    rotate: 90deg;
}

.top-three {
    position: relative;
}

.top-three::before {
    content: '';
    width: 80%;
    height: 1px;
    background: white;
    position: absolute;
    left: -55%;
    rotate: 90deg;
    top: 50%;
}

.top-three::after {
    content: '';
    width: 78%;
    height: 1px;
    background: white;
    position: absolute;
    left: 86%;
    top: 50%;
    rotate: 90deg;
}

.logo {
    width: 100%;
    padding: 10px 0 0;
}

.logo img {
    width: 100%;
}

.sub-nav-three {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0 0px 0;
    gap: 0px 45px;
}

.sub-nav-three a {
    color: #333333d9;
    font-size: 14px;
    font-weight: 600;
}

.number span {
    font-weight: 300;
    font-size: 15px;
}

.contact i {
    font-size: 30px;
}

.c-contact {
    display: flex;
    align-items: center;
    gap: 0px 15px;
}

.cart-item {
    display: flex;
    align-items: center;
    gap: 0px 30px;
}

.cart-bag i {
    font-size: 25px;
    color: darkgrey;
}

.art-num a {
    font-size: 15px;
    color: var(--color-one);
    font-weight: 600;
}

.art-num span {
    font-size: 15px;
    color: grey;
}

.art-num {
    line-height: 18px;
    position: relative;
}

section.header-two {
    padding: 20px 28px 0px;
}

.header-two {
    transition: all 0.3s ease;
    z-index: 999;
}

.header-two.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}


.header-two.fixed .search-txt p{
    display: none;
}
.sub-nav-two option {
    font-weight: 500;
    color: dimgrey;
}

/* .browse-flex {
    display: flex;
    align-items: center;
} */

/*  */

 .search-bar-wrapper {
    height: 45px;
  }

  .search-bar-wrapper input::placeholder {
    font-size: 14px;
    color: #333;
  }

  .category-select {
    width: 160px;
    font-size: 11px !important;
    border: none;
    font-weight: 500;
}

  .search-btn {
    background-color: #5a7f63;
    width: 45px;
    border-radius: 0;
  }

  .form-control:focus,
  .form-select:focus {
    box-shadow: none;
  }

  /*  */

   .dropdown-container {
    position: relative;
    width: 285px;
    font-family: sans-serif;
}

  .dropdown-button {
    background-color: #5a7f63;
    color: white;
    padding: 17px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .dropdown-menu-custom {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: none;
    z-index: 10;
  }

  .dropdown-menu-custom li a {
    display: block;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
  }

  .dropdown-menu-custom li a:hover {
    background-color: #f1f1f1;
  }

  /* Show dropdown on hover */
  .dropdown-container:hover .dropdown-menu-custom {
    display: block;
    height: 285px;
    overflow-x: overlay;
  }

  .browse-log p {
    font-weight: 400;
}


  /*  */


/*  */

.browse-catlog .fw-bold {
    font-weight: 700 !important;
    font-size: 12px;
}

.nav li {
    display: inline-block;
    padding: 10px 2px 0;
}

.nav a {
    color: #333333d9;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.nav li {
    font-size: 14px;
    font-weight: 400;
    padding: 14px 8px 0;
}

.log-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0 0;
}

.login a {
    color: #333333d9;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.wishlist a {
    color: #333333d9;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.wishlist {
    position: relative;
}

.wish-count {
    position: absolute;
    top: -10%;
    left: 8%;
    background: #558063;
    padding: 1px 5px 1px;
    border-radius: 11px;
}

.wish-count p {
    font-size: 8px;
    color: white;
}

.wishlist i {
    font-size: 18px;
}

.inner-nav ul {
    display: flex;
    justify-content: center;
}

.inner-nav li {
    padding: 0 50px 0;
}

.inner-nav a {
    color: #333;
    font-size: 15px;
    font-weight: 600;
}

.inner-nav {
    padding: 10px 0 0;
}

.header-three {
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    padding: 0px 0 0px;
}

.stickers-show {
    text-align: center;
    background: black;
    padding: 40px 0 40px;
}

.add-one {
    display: flex;
    align-items: center;
    gap: 0px 15px;
}

.on-add h4 {
    font-size: 15px;
    font-weight: 600;
}

.on-add p {
    color: darkgrey;
    font-size: 15px;
}

/* SLIDER__CSS__STARTS__ */

.hero_section {
  padding: 0px 0px;
}

.hero_section_bg {
  background-size: cover;
  background-position: center center;
  width: 103%;
  height: 412px;
  display: flex;
  justify-content: left;
  align-items: center;
  transition: transform 1.2s ease-in-out;
  padding: 0 60px 0;
}

.hero_content {
  text-align: left;
}

.hero_content h5 {
  font-size: 13px;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.hero_content h1 {
  font-size: 60px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  margin-bottom: 30px;
}


.hero_section .custom__btn_2 {
  margin-left: 14px;
}

.custom__btn {
  background: var(--color-one);
  color: white;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}

.custom__btn:hover {
  background: transparent;
  color: var(--color-white);
  border: 1px solid var(--color-white);
}

.custom__btn_2 {
  color: white;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid white;
  transition: all 0.3s ease-in-out;
}

.custom__btn_2:hover {
  background: var(--color-primary);
  color: var(--color-white);
  border: 1px solid transparent;
}

.hero_section .slick-dots {
  bottom: 0px !important;
}

.hero_section .slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #ffffff !important;
}

.hero_section .slick-dots li button:before {
  opacity: .5 !important;
  color: #ffffff !important;
}

.hero_section .slick-next {
  right: 25px !important;
}

.hero_section .slick-prev {
  left: 25px !important;
  z-index: 99;
}

.hero_section .slick-prev:before {
  content: '\f053' !important;
  font-family: "FontAwesome" !important;
}

.hero_section .slick-next:before {
  content: '\f054' !important;
  font-family: "FontAwesome" !important;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.hero-slider-item.slick-active .hero_content {
  animation: zoomIn 0.6s ease-out 0.2s forwards;
}

/* SLIDER__CSS__ENDS__ */

section.sticker-slides .col-md-9 {
    padding: 0;
}

section.sticker-slides .col-md-3 {
    padding: 0;
}

.adds-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 80px 25px;
}

section.adds {
    padding: 30px 0 10px;
    border-bottom: 1px solid lightgrey;
    background: #F7F7F7;
}

.nav-one {
    width: 90%;
}

.nav-one img {
    width: 100%;
}

.nav-two h4 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 0 15px;
}

.nav-two li {
    padding: 5px 0 5px;
}

.nav-two a {
    font-size: 15px;
    color: grey;
}

.nav-two p {
    color: darkgrey;
    font-size: 15px;
    line-height: 30px;
}

.nav-two a {
    color: darkgrey;
}

.footer-nav {
    padding: 80px 80px 40px;
}

.flex-bottom-use {
    position: relative;
}

.flex-bottom-use::before {
    content: '';
    width: 130%;
    height: 1px;
    background: lightgrey;
    position: absolute;
    left: -11%;
    top: 125%;
}

.footer-txt {
    text-align: center;
    background: var(--color-one);
    padding: 15px 0 15px;
}

.footer-txt p {
    font-weight: 600;
}

.sub-footer-txt {
    text-align: center;
    padding: 20px 0 0px;
}

.sub-footer-txt p {
    color: grey;
}

.selling-head h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #333;
}

.best-selling {
    padding: 60px 30px 60px;
}

.selling-slide {
    position: relative;
}

.add-sticker-shop {
    position: absolute;
    top: 25%;
    left: 6%;
}

.add-sticker-shop h5 {
    color: white;
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    padding: 0 0 20px;
}

.add-sticker-shop a {
    color: white;
    font-size: 14px;
    background: var(--color-one);
    padding: 7px 15px 7px;
}

.selling-slide img {
    width: 100%;
    max-width: 515px;
    height: 180px;
}

.selling-slide {
    margin: 0 0px 0;
    padding: 0 10px 0;
}

.selling-head {
    padding: 0 0 50px;
}

.selling-slider-main .slick-next:before {
    content: '\f105';
    font-family: 'FontAwesome';
    color: black;
    font-size: 40px;
}

.selling-slider-main .slick-prev:before {
    content: '\f104';
    font-family: 'FontAwesome';
    color: black;
    font-size: 40px;
}

.sports-team-one img {
    width: 100%;
    height: 380px;
}

.sports-team-two img {
    width: 100%;
    height: 380px;
}

.sports-team-one {
    padding: 0 0 30px;
    position: relative;
}

.sports-level-one {
    position: absolute;
    top: 5%;
    left: 5%;
}

.sports-level-one h4 {
    color: white;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    padding: 0 0 15px;
}

.sports-level-one a {
    border: 1px solid;
    color: white;
    font-size: 12px;
    font-weight: 500;
    padding: 7px 10px 7px;
}

.sports-level-two h4 {
    color: white;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    padding: 0 0 15px;
}

.sports-level-two a {
    border: 1px solid;
    color: white;
    font-size: 12px;
    font-weight: 500;
    padding: 7px 10px 7px;
}



.sports-team-two {
    position: relative;
}

.sports-level-two {
    position: absolute;
    top: 5%;
    left: 5%;
}

.sports-team-one a:hover {
    background: white;
    color: black;
    transition: .2s all;
    border: none;
}

.sports-team-two a:hover {
    background: white;
    color: black;
    transition: .2s all;
    border: none;
}


/* TABS__CSS__STARTS__ */

  * {
      box-sizing: border-box;
    }

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

    .tab-header {
      display: flex;
      align-items: center;
      border-bottom: 2px solid #ddd;
      padding: 2px 0;
    }

    .tab-title {
      margin-right: 40px;
      font-size: 25px;
      font-weight: 500;
      position: relative;
    }

    .tabs {
      display: flex;
      gap: 20px;
      cursor: pointer;
    }

    .tab {
      font-weight: bold;
      color: #333;
      position: relative;
      padding-bottom: 0px;
      font-size: 14px;
      font-weight: 600;
    }

    .tab.active {
      color: #2a4f37;
    }

    .tab.active::after {
      content: "";
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 100%;
      height: 3px;
    }

    .arrows {
      margin-left: auto;
      display: flex;
      gap: 10px;
      font-size: 18px;
      color: #aaa;
      cursor: pointer;
    }

    .tab-body {
      padding: 20px 0;
      min-height: 100px;
    }

    .hidden {
      display: none;
    }

    .tab-title::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #558063;
    position: absolute;
    top: 107%;
}


/* TABS__CSS__ENDS */

.product-box {
    text-align: center;
    position: relative;
}

.product-box a {
    color: black;
    font-size: 14px;
    font-weight: 600;
}

.product-box img {
    width: 100%;
    padding: 0px 0 40px;
    height: 280px;
    object-fit: scale-down;
    margin: 0 0 10px;
}

.product-box p {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-one);
}

.cart-selection li {
    display: inline-block;
    padding: 0 10px 0;
}

.cart-selection i {
    font-size: 16px;
}

.cart-selection {
    position: absolute;
    top: 50%;
    left: 11%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    background: white;
    padding: 12px 15px 12px;
}

.cart-selection ul {
    margin: 0;
}

.cart-selection {
    display: none;
}

.product-box:hover .cart-selection {
    display: block;
    transition: .2s all;
}

.new-arrivals {
    padding: 70px 40px 70px;
}

.selling-head.different h2 {
    text-align: left;
    font-size: 35px;
}

.selling-head.different {
    padding: 0 0 20px;
}

/***************** How To Apply SECTION START *****************/
.how-to-apply_section {
  padding: 0px 0px 60px 0px;
}

.how-to-apply_section_img {
  width: 65%;
  height: 100%;
  overflow: hidden;
  margin: 0px auto;
}

.how-to-apply_section_img img {
  width: 100%;
  height: 100%;
}

/***************** How To Apply SECTION END *****************/
/***************** How To Apply SECTION END *****************/
.personality_section {
  padding: 50px 0px;
  background-image: url('../images/how-to-apply.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 400px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.personality_section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.personality_section_content {
  text-align: center;
  color: var(--color-white);
  z-index: 99;
  position: sticky;
  padding: 0px 90px;
}

.personality_section_content h1 {
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 30px;
    color: white;
}

.personality_section_content a.custom__btn {
  font-size: 16px;
  padding: 10px 18px;
}

/***************** Subscribe SECTION START *****************/
.subscribe_section {
    padding: 50px 55px;
}

.subscribe_section_bg_img {
  margin: 0px auto;
  width: 100%;
  height: 360px;
  overflow: hidden;
  position: relative;
}

.subscribe_section_bg_img img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  transition: transform 0.3s ease-in-out;
}

.subscribe_section_bg_img:hover img {
  transform: scale(1.17);
}

.subscribe_section_img_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px 0px;
  padding: 0px 30px;
  z-index: 99;
  text-align: center;
  padding: 50px 0px;
}

.subscribe_section_img_content span {
    color: darkgrey;
    font-size: 16px;
    font-weight: 600;
}

.subscribe_section_img_content p {
  color: var(--color-dark);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
}

.subscribe_cards:last-child {
  border-bottom: none;
}

.subscribe_cards {
  display: flex;
  justify-content: start;
  border-bottom: 1px solid #0000001e;
  padding: 16px 0px;
}

.subscribe_cards a img {
  width: 65px;
  object-fit: cover;
}

p.subscribe_card_title {
  font-weight: 600;
  text-transform: uppercase;
}

ul.subscribe_card_list {
  padding-left: 10px;
}

ul.subscribe_card_list li a {
  color: var(--color-dark);
  font-weight: 500;
}

ul.subscribe_card_list li {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-primary);
}

/***************** Subscribe SECTION END *****************/

.section_title h1 {
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    padding: 0 0 50px;
}

/***************** ARTICLES SECTION START *****************/
.articles_section {
  padding: 0px 0px 80px 0px;
}

.articles_section .section_title h2 {
  color: var(--color-dark);
  font-weight: 600;
  text-transform: uppercase;
}

.articles_slider_item_content:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.articles_slider_item_content {
  padding: 5px 20px 20px 20px;
  border: 1px solid #0000001e;
  border-radius: 4px;
  text-align: center;
  margin: 0 10px;
}

.articles-slider-item-img {
  width: 100%;
  height: 200px;
  /* overflow: hidden; */
  position: relative;
}

.articles_date {
  position: absolute;
  top: 5px;
  left: 5px;
  color: black;
  background: white;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 500;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #0000001e;
}

.articles_info a {
    position: absolute;
    left: 50%;
    bottom: -9%;
    transform: translate(-50%, 50%);
    color: white;
    background: #558063;
    padding: 4px 8px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    z-index: 99;
    width: 80%;
}

.articles-slider-item-img img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  overflow: hidden;
}

.articles-item-title {
    font-size: 23px;
    font-weight: 500;
    color: var(--color-black);
    margin: 45px 0px 6px 0px;
    display: inline-block;
}

.articles_author span {
  color: var(--color-grey);
  font-size: 14px;
}

.articles_author span img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

.articles_author span .articles_tooltip {
  color: var(--color-grey);
  background: transparent;
  margin-left: 10px;
}

.articles_author {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 7px;
}

p.articles-item-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
}

.custom__btn_3 {
  color: var(--color-primary);
  font-size: 14px;
  text-transform: uppercase;
}

.custom__btn_3:hover {
  color: var(--color-secondray);
  font-size: 14px;
}

/***************** ARTICLES SECTION END *****************/

.section_title h2 {
    text-align: center;
    padding: 0 0 40px;
}

/* ABOUT__US__PAGE */


.inner-banner {
    padding: 80px 0 80px;
    background-image: url(../images/slide-img-2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
    position: relative;
    margin: 20px 0 0;
}

.banner-inner-txt h2 {
    color: white;
    font-size: 45px;
    font-weight: 600;
}

.banner-inner-txt {
    position: absolute;
    top: 50%;
    left: 45px;
}

.about-us-cover img {
    width: 100%;
    padding: 0 0 60px;
    height: 620px;
}

.about-us-main {
    padding: 70px 40px 115px;
}

.about-us-txt h2 {
    font-size: 35px;
    font-weight: 600;
    padding: 0 0 10px;
}

.about-us-txt p {
    font-size: 18px;
    margin: 0 0 20px;
}

.selection a {
    color: #333333d9;
    font-size: 17px;
    font-style: italic;
    font-weight: 600;
}

.selection li {
    padding: 6px 0 6px;
}

.selection p {
    font-size: 17px;
    line-height: 30px;
}

/* ABOUT__US__PAGE */




/* PORTFOLIO__PAGE__ */

.add-show{
  width: 100%;
}

.add-show img {
    width: 100%;
    height: 170px;
}

.port-select-one {
    padding: 20px 0 20px;
}

.portfolio {
    padding: 80px 40px 90px;
}

.port-head h2 {
    text-align: center;
    font-weight: 600;
    font-size: 35px;
}

/* PORTFOLIO__PAGE__ */

.nav {
    justify-content: center;
}

.search-txt p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0px 0 0;
}


/* REFLECT__PAGE___ */


.reflect-banner {
    padding: 70px 0 70px;
    background-image: url(../images/reflect-cover.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.reflect-text h1 {
    text-align: center;
    color: white;
    font-size: 60px;
    font-weight: 600;
}



/* REFLECT__PAGE__ */


/* REFLECT__FILTER__CSS__ */

    .filter-box {
        max-width: 300px;
    }
    .filter-title {
        font-weight: 600;
        margin-bottom: 0px;
        font-size: 15px;
    }
    /* Progress Bar Container */
    .range-container {
        position: relative;
        width: 100%;
        height: 2px;
        background: var(--color-one);
        border-radius: 5px;
        margin: 30px 0;
    }
    /* Filled Progress Part */
    .slider-track {
        position: absolute;
        height: 4px;
        background: #4a7c59;
        border-radius: 5px;
    }
    /* Range Sliders */
    input[type=range] {
        position: absolute;
        width: 100%;
        height: 4px;
        background: none;
        pointer-events: none;
        -webkit-appearance: none;
    }
    /* Slider Handles */
    input[type=range]::-webkit-slider-thumb {
        pointer-events: all;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #4a7c59;
        cursor: pointer;
        -webkit-appearance: none;
    }
    /* Price text */
    .price-range {
    font-size: 15px;
    font-weight: 500;
    color: grey;
    display: flex;
    justify-content: space-between;
}

    span#minPrice {
    font-weight: 600;
    color: black;
}

span#maxPrice {
    font-weight: 600;
    color: black;
}

.range-two a {
    color: black;
    font-size: 12px;
    background: #f7f7f7;
    padding: 8px 12px 8px;
    font-weight: 600;
}

.filtration {
    padding: 70px 0 70px;
}

.filter-select {
    border-top: 1px solid lightgrey;
    margin: 30px 0 0;
    padding: 25px 0 0;
}

.filter-select h4 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 0 20px;
}

input#flexCheckDefault1 {
    border-radius: 0;
}

input#flexCheckDefault2 {
    border-radius: 0;
}

label.form-check-label {
    color: darkgrey;
    font-size: 15px;
}

.automatic {
    padding: 20px 0 0px !important;
}

.pra-one {
    padding: 15px 0 15px;
}

.pra-two {
    padding: 0 0 20px;
}

.pra-three {
    padding: 0 0 15px;
}

.pra-four {
    padding: 0 0 10px;
}

.pra-five p {
    padding: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
}

.testla-mail p {
    padding: 10px 0 0;
    font-size: 15px;
    font-weight: 600;
    color: purple;
}

.pra-three p {
    color: red;
    font-size: 17px;
    font-weight: 600;
}

.reflect-address {
    padding: 30px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reflect-flex {
    align-items: center;
    gap: 0px 20px;
    display: flex;
    padding: 15px 0 0;
}

.reflect-flex p {
    font-weight: 600;
    font-size: 15px;
}

.reflect-flex a {
    color: darkgrey;
    font-size: 15px;
    font-weight: 500;
}

.grid-one {
    display: flex;
    gap: 0px 15px;
    align-items: anchor-center;
}

.grid-view-products {
    display: flex;
    align-items: center;
    padding: 15px 0 0;
}

.grid-two img {
    width: 100%;
    max-width: 30px;
}

.grid-one a {
    font-size: 14px;
    font-weight: 600;
    color: black;
}

.grid-one p {
    font-size: 14px;
    font-weight: 600;
}

button#dropdownMenuButton1 {
    background: transparent;
    color: black;
    border: none;
    font-size: 15px;
    font-weight: 600;
}

.grid-three {
    border-bottom: 1px solid darkgrey;
    width: 20%;
    box-shadow: transparent;
}

.show-product-box img {
    width: 100%;
}

.product-listing-count {
    padding: 25px 0 0;
    text-align: center;
}

.show-product-box h4 {
    font-size: 17px;
    font-weight: 600;
    padding: 10px 0 0;
}

.show-product-box p {
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0 0;
    color: var(--color-one);
}

.product-details p {
    padding: 10px 0 5px;
    color: black;
    font-weight: 100;
}

.btn-search-flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px 0 0;
}

.search-one i {
    color: black;
}

.finder i {
    color: black;
}

.buy a {
    font-size: 14px;
    background: #83b735;
    padding: 10px 15px 10px;
    color: white;
    font-weight: 600;
}

.center-sign {
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    padding: 8px 0 8px;
    margin: 20px 0 0;
}

.center-sign a {
  color: black;
}

.center-sign {
    display: none;
}

.product-details {
    display: none;
}

.show-product-box:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 0 0px 35px;
    transition: .2s all !important;
}

.show-product-box:hover .center-sign {
    display: block;
    transition: .2s all;
}

.show-product-box:hover .product-details {
    display: block;
    transition: .2s all;
}



/* REFLECT__FILTER__CSS__ */




/*CONTACT__US___*/

.contact-us-sec {
    padding: 70px 0 70px;
}

.contact-head {
    padding: 0 0 0px;
}

.contact-head p {
    font-weight: 400;
}

.contact-head h4 {
    font-size: 25px;
    font-weight: 600;
    padding: 10px 0 10px;
}

.feat-head h4 {
    font-size: 15px;
    font-weight: 600;
    padding: 35px 0 15px;
}

.feat-head span {
    color: #ff4500a6;
    font-weight: 300 !important;
}

.contact-field-one label {
    margin: 0;
    font-size: 14px;
    color: grey;
}

.contact-fields-two {
    padding: 30px 0 0;
}

.contact-fields-two label {
    font-weight: 600;
    color: black;
}

.contact-field-one input#exampleFormControlInput1 {
    border-radius: 0;
    border: 1px solid black;
    padding: 6px 0 6px;
}

.contact-field-three {
    padding: 30px 0 0;
}

.contact-field-three h4 {
    font-size: 15px;
    font-weight: 600;
    padding: 0 0 15px;
}

.contact-field-three span {
    color: #ff4500a6;
    font-weight: 300;
}

.contact-field-three p {
    font-size: 14px;
    color: grey;
    font-weight: 300;
    padding: 0 0 10px;
}

.contact-field-three textarea#exampleFormControlTextarea3 {
    border-radius: 0;
    height: 200px;
}

.banner-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px 15px;
}

.banner-flex a {
    color: darkgrey;
}

.banner-flex p {
    color: white;
}

.wish-txt {
    text-align: center;
}

.wish-txt h1 {
    font-size: 60px;
    font-weight: 500;
    padding: 10px 0 10px;
}

.wish-txt i {
    font-size: 170px;
    color: #ededed;
}

.shop-btn a {
    background: #83b735;
    color: white;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 20px 12px;
    border-bottom: 2px solid green;
    text-transform: uppercase;
}

.shop-btn {
    padding: 25px 0 0;
}

.wishlist-sec {
    padding: 80px 0 80px;
}



/*CONTACT__US___*/

.captcha-box {
    border: 1px solid #ccc;
    padding: 10px;
    width: 302px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Arial, sans-serif;
}

.captcha-left {
    display: flex;
    align-items: center;
}

.captcha-checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid #aaa;
    margin-right: 10px;
    cursor: pointer;
}

.captcha-right img {
    height: 30px;
}

.sub-btn-inner button {
    background: #204ce5;
    color: white;
    font-size: 15px;
    padding: 10px 30px 10px;
    border-radius: 3px;
}

p.one {
    color: purple;
}

.show-product-box {
    margin: 0 0 40px;
}

.inner-nav ul {
    margin: 0;
}

.art-num::before {
    content: '';
    width: 60%;
    height: 1px;
    background: lightgrey;
    position: absolute;
    left: -57%;
    top: 50%;
    rotate: 90deg;
}

.nav-two {
    padding: 0 30px 0;
}

/**/

.pra-one p {
    font-size: 14px;
}

.pra-two p {
    font-size: 14px;
    font-weight: 600;
}

.pra-four p {
    font-size: 14px;
}

/**/
.pagination {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 8px;
    font-family: Arial, sans-serif;
    justify-content: center;
}

.pagination li {
  display: inline-block;
}

.pagination a {
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 3px;
  color: #000;
}

.pagination a.active {
  background-color: #4a7d66; /* green shade */
  color: #fff;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}

.pagination .dots {
  pointer-events: none;
}


/*CARTOON__STEAKERS____*/

.color-select h4 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
}

.filter-stock {
    padding: 0px 0 0;
    height: 255px;
    overflow-x: overlay;
}

.color-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0 0;
}

.color p {
    color: darkslategrey;
    font-size: 15px;
    font-weight: 300;
}

.count p {
    color: grey;
    font-size: 12px;
    border: 1px solid grey;
    border-radius: 12px;
    padding: 1px 3px 0px;
}

.color-select {
    padding: 70px 0 0;
}

.color-flex:hover .count p {
    background: #558063;
    color: white;
    border: none;
    transition: .2s all;
}

.filter-sizing h4 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
}

.filter-sizing {
    padding: 40px 0 0;
}


/*CARTOON__STEAKERS____*/




/*PRIVACY__POLICY___*/

.privacy-policy {
    padding: 70px 40px 70px;
}

.privacy-cont h4 {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0 15px;
}

.privacy-cont li {
    list-style: disc;
    padding: 10px 0px 0;
    font-size: 18px;
}

.privacy-cont ul {
    padding: 0 15px 0 !important;
}

.privacy-cont-two h4 {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0 15px;
}

.privacy-cont-two li {
    list-style: disc;
    padding: 10px 0px 0;
    font-size: 18px;
}

.privacy-cont-two ul {
    padding: 0 15px 0 !important;
}

.privacy-cont-three h4 {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0 15px;
}

.privacy-cont-three li {
    list-style: disc;
    padding: 10px 0px 0;
    font-size: 18px;
}

.privacy-cont-three ul {
    padding: 0 15px 0 !important;
}

.privacy-cont-four h4 {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0 15px;
}

.privacy-cont-four li {
    list-style: disc;
    padding: 10px 0px 0;
    font-size: 18px;
}

.privacy-cont-four ul {
    padding: 0 15px 0 !important;
}

.privacy-cont-five h4 {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0 15px;
}

.privacy-cont-five li {
    list-style: disc;
    padding: 10px 0px 0;
    font-size: 18px;
}

.privacy-cont-five ul {
    padding: 0 15px 0 !important;
}



/*PRIVACY__POLICY__*/

.custom-category-modal .modal-header {
    border: none;
}

.custom-category-modal .modal-content {
    border-radius: 0;
}

.modal-product-img {
    width: 100%;
}

.modal-product-img img {
    width: 100%;
}

.modal-submit {
    text-align: center;
}

.modal-submit a {
    font-size: 14px;
    color: white;
    font-weight: 600;
    background: #83b735;
    display: block;
    padding: 9px 0 9px;
}

.modal-txt h3 {
    font-size: 27px;
}

.modal-txt h4 {
    font-size: 23px;
    font-weight: 600;
    color: var(--color-one);
    padding: 15px 0 15px;
}

.modal-txt p {
    color: #83b735;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 0 20px;
}

.custom-select {
    width: 290px;
    padding: 8px 35px 8px 10px;
    font-size: 16px;
    color: #8DC63F; 
    border: 1px solid #ddd; 
    border-radius: 2px;
    appearance: none;
    background-color: white;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5'%3E%3Cpath fill='gray' d='M0 0l5 5 5-5H0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
}

.custom-select:focus {
    outline: none;
    border-color: #bbb;
}

.sizing-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.size-map p {
    font-size: 14px;
    font-weight: 600;
}

.counter {
    display: flex;
    border: 1px solid #ddd;
    width: fit-content;
    font-family: Arial, sans-serif;
}

.counter button {
    border: none;
    background: none;
    padding: 5px 14px;
    font-size: 15px;
    color: #8DC63F;
    cursor: pointer;
    font-weight: 600;
}

.counter span {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 5px 20px;
    font-size: 15px;
    color: #8DC63F;
    font-weight: 600;
}

.cart-arrange-count p {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-one);
    padding: 25px 0 25px;
}

.cart-flex {
    display: flex;
    align-items: center;
    gap: 0px 15px;
    border-bottom: 1px solid lightgrey;
    padding: 0 0 30px;
}

.cart-add-btn-add a {
    font-size: 14px;
    font-weight: 600;
    background: #83b735;
    padding: 10px 15px 10px;
    border-bottom: 2px solid green;
    color: white;
}

button#minusBtn:hover {
    background: #83b735;
    color: white;
    transition: .2s all;
}

button#plusBtn:hover {
    background: #83b735;
    color: white;
    transition: .2s all;
}

.sku-speed-racer h4 {
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0 10px;
}

.sku-speed-racer span {
    font-weight: 400;
    color: #83b735;
}

.sku-speed-racer p {
    font-size: 14px;
    font-weight: 500;
}

.sku-speed-racer li {
    display: inline-block;
    padding: 15px 5px 0;
    font-weight: 600;
}

.sku-speed-racer li a {
    color: grey;
}


.nav-two a:hover {
    color: #558063;
    transition: .2s all;
}

.sticker-slides {
    padding: 0 45px 0;
}

button.btn.search-btn:hover {
    background: #558063cf;
    color: white;
    transition: .2s all;
}

.product-details.box p {
    font-weight: 300;
}

.show-product-box.box .product-details p {
    font-weight: 300;
}



/*CART__CSS____*/

.cart-felx {
    display: flex;
    align-items: center;
    gap: 0px 20px;
}

.cart-felx a {
    color: white;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.bordered-flex {
    border-bottom: 2px solid #558063;
}

/*CART__CSS____*/



/*LOG__IN___*/

section.login-sec {
    padding: 60px 0 60px;
}

input#exampleFormControlInput1 {
    padding: 10px 10px 10px;
    border-radius: 0;
}

.log-one {
    padding: 30px 0 0;
}

.log-two {
    padding: 30px 0 0;
}

.log-btn {
    text-align: center;
    padding: 15px 0 0;
}

.log-btn button {
    display: block;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0 10px;
    background: #83b735;
    color: white;
    width:100%;
    border-bottom: 2px solid green;
}

.log-two {
  position: relative;
  width: 100%; /* apni requirement ke hisaab se adjust karna */
}

.log-two input {
   /* icon ke liye space */
   width: 100% !important;
   padding: 10px 10px 10px;
   border-radius: 0;
}

.log-two .toggle-eye {
  position: absolute;
  top: 80%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  color: #555;
}

.log-check {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 0;
}

.log-check .form-check {
    color: black !important;
}

.log-check label.form-check-label {
    color: black;
}

.log-check a {
    color: #83b735;
}

.registered {
    text-align: center;
    padding: 45px 50px 0;
}

.registered h4 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 0 10px;
}

.registered p {
    font-size: 14px;
    padding: 5px 0 20px;
}

.registered a {
    background: #d3d3d357;
    color: black;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 25px 10px;
}

.registered a:hover {
    background: #d3d3d3ad;
    transition: .2s all;
}

.log {
    padding: 0 50px 0;
    position: relative;
}

.log::before {
    content: '';
    background: lightgrey;
    position: absolute;
    width: 50%;
    height: 1px;
    left: 80%;
    rotate: 90deg;
    top: 50%;
}


/*LOG__IN___*/



/*BLOGS__CSS__*/

.d-head {
    text-align: center;
}

.d-head a {
    color: black;
    background: #5a7f63;
    padding: 5px 30px 5px;
    color: white;
    font-size: 14px;
}

.networks ul {
    display: flex;
    justify-content: center;
    gap: 0px 15px;
    align-items: center;
}

.networks li a {
    background: none;
    color: darkgrey;
    padding: 0;
    text-transform: capitalize;
}

.networks li {
    color: darkgrey;
}

section.decals {
    padding: 70px 0 70px;
}

.d-head h4 {
    padding: 20px 0 10px;
}

.networks p {
    text-align: justify;
    padding: 16px 25px 10px;
}

.social-links-inners-new ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0 40px;
}

.social-links-inners-new li {
    padding: 0 10px 0;
}

.social-links-inners-new i {
    font-size: 15px;
}

li.one {
    background: #365493;
    padding: 6px 11px 6px;
    border-radius: 18px;
}

li.one i {
    color: white;
}

li.two {
    background: #000;
    padding: 6px 11px 6px;
    border-radius: 25px;
}

li.two i {
    color: white;
}

li.three {
    background: #CB2027;
    padding: 6px 11px 6px;
    border-radius: 25px;
}

li.three i {
    color: white;
}

li.four {
    background: #0274B3;
    padding: 6px 11px 6px;
    border-radius: 25px;
}

li.four i {
    color: white;
}

li.five {
    background: #37AEE2;
    padding: 6px 11px 6px;
    border-radius: 25px;
}

li.five i {
    color: white;
}

.box-grid-main {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 0px 220px;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    padding: 15px 0 20px;
}

.box-grid-one a {
    color: darkgrey;
    font-size: 35px;
}

.box-grid-two a {
    color: lightgrey;
}

.box-grid-two h4 {
    color: black;
    font-size: 15px;
}

.box-grid-two {
    text-align: end;
}

.in-cat-one {
    width: 35%;
}

.in-cat-one img {
    width: 80%;
}

.in-cat-flex {
    display: flex;
    align-items: center;
    padding: 25px 0 0;
}

.in-cat-two h4 {
    font-size: 15px;
    font-weight: 600;
    padding: 0 0 10px;
}

.in-cat-two p {
    font-size: 12px;
    color: grey;
}

.blog-cat h4 {
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 15px;
}

.blog-cat a {
    font-size: 15px;
    color: darkgrey;
}

.blog-cat-two {
    padding: 20px 0 30px;
    border-top: 1px solid lightgrey;
}

.blog-cat {
    padding: 0 0 20px;
}

.decoration ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 !important;
}

.decoration {
    padding: 5px 0 5px;
}

.decoration li {
}

.decoration img {
    width: 95%;
}

.decoration h4 {
    font-size: 20px;
    padding: 10px 0 10px;
}

.decoration ul li {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.decoration ul li img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

/* Black layer overlay */
.decoration ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* halka black layer */
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Hover effect */
.decoration ul li:hover::after {
  opacity: 1;
}

.decoration ul li:hover img {
  transform: scale(1.05); /* halka zoom effect optional */
}

/*BLOGS__CSS__*/



