.container {
  max-width: 1300px !important;
}

@import url('https://fonts.googleapis.com/css2?family=Poly:ital@0;1&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');

body {
  width: 100%;
  height: 100%;
  font-family: "Poppins", sans-serif !important;
  overflow-x: hidden;
}

a {
  color: #E69C31;
}

legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

label {
  font-size: 12px;
  font-weight: normal;
}

hr {
  opacity: 0.1 !important;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

ol li,
ul li {
  list-style: none;
}

/* Chrome border line */
button:focus {
  outline: none !important;
}

/* content */
#content,
#column-left,
#column-right {
  padding-bottom: 730px;
}

@media (min-width: 576px) {

  #content,
  #column-left,
  #column-right {
    padding-bottom: 400px;
  }
}

#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}

@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}

@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}

@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}

#alert .alert {
  margin-bottom: 15px;
}

#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}

#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}

#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}

#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}

#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}

#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}

#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}

#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}

/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}

#top ul.list-inline {
  margin-bottom: 0;
}

#top .list-inline-item>a,
#top .list-inline-item .dropdown>a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}

/* logo */
.search-bar1 {
  margin-top: 21px;
}

#logo img {
  width: 100px;
  margin: 10px 0 0 0;
}

.header {
  background: #15407F;
}

.cart-myaccount {
  display: flex;
  gap: 20px;
  justify-content: right;
  align-items: center;
}

.cart-myaccount button:hover {
  background: transparent;
}

.cart-myaccount span span {
  font-weight: 600;
}

.homepage-slide .carousel-control-prev,
.carousel-control-next {
  font-size: 20px;
  color: #fff;
}

.search-bar {
  flex: 0 0 auto;
  width: 45%;
}

body #navbar-menu li a.first_category {
  color: #15407F !important;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding-right: 15px;
  border-right: 1px solid #777777;
  margin: 9px 0;
  padding-bottom: 0;
  padding-top: 0;
}

.header .col-md-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
  margin-top: 26px;
  /* align-items: center; */
}

a.dropdown-toggle {
  color: #fff !important;
  align-items: center;
}

.latest-prd {
  background-color: #DBDBDB;
  padding: 50px 0px 50px 0px;
  margin-top: 50px;
}

.cart-myaccount a.profile-toggle {
  color: #fff !important;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.cart-myaccount a.profile-toggle:hover {
  color: #FBAD1B !important;
}

.cart-myaccount a.profile-toggle a span {
  font-weight: 600;
}

.cart-icon button span {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: flex !important;
}

.cart-icon button span br {
  display: none;
}

.cart-icon button span span {
  background: #FBAD1B;
  border-radius: 100px;
  color: #000000;
  border: 1px solid #F54E07;
  position: absolute;
  top: -4px;
  right: 0px;
  height: 20px;
  width: 20px;
  display: flex;
  font-size: 11px;
  justify-content: center;
}

@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}

/* search */
#search {
  margin-bottom: 10px;
}

#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}

#search .form-control-lg {
  border-radius: 100px;
}

#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}


.btn.show {
  background: inherit !important;
}

#cart .img-thumbnail {
  min-width: 100px;
}

#cart .dropdown-menu {
  background: #eee;
}


#cart .dropdown-menu li p a {
  background: #f58500 none repeat scroll 0 0 !important;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 8px 12px !important;
  width: 100%;
}

#cart .dropdown-menu li p {
  padding: 20px 4px 0px 0px;
}

.dropdown-menu .btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #f58500;
  border: none;
}

.dropdown-menu .btn-danger:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #f58500;
  border: none;
}

#shopping-cart {
  margin-bottom: 50px;
}

#cart .dropdown-menu {
  padding: 10px 5px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  border-top: 2px solid rgb(246, 151, 30);
  min-width: 550px;
  top: 45px;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.carousel-indicators {
  bottom: -50px;
  display: none;
}

@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}

/* menu */
#menu {
  background-color: #F0F5FF !important;
  /* min-height: 40px; */
  padding: 0;
  justify-content: center;
}

.navbar-expand-lg .navbar-collapse {
  flex-basis: auto;
  justify-content: center;
}

#menu .navbar-nav>li>a {
  color: #000 !important;
  align-items: center;
  gap: 6px;
  font-family: "Poly", serif;
}

#account-account h1,
#account-account h2 {
  color: #e69c31;
}

#menu .navbar-nav>li>a:hover {
  background-color: transparent !important;
  color: #FBAD1B !important;
}

<!-- .navbar-nav {
  gap: 10px;
} -->

header {
  background: #15407F;
}

#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

span.cat-title {
  top: 100px;
  text-align: center;
}

#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}

.dropdown-inner li a {
  font-weight: 400;
}

.description h4 a {
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  font-size: 16px !important;
  text-align: center;
  color: #1a1a1a !important;
}

#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}

.dropdown-menu a {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  white-space: inherit;
  padding: 4px 0px !important;
}

@media (min-width: 960px) {
  #menu .dropdown:hover>.dropdown-menu {
    display: block;
    padding: 24px;
    border: 0;
    border-radius: 8px;

  }

  .dropdown-menu.dropdown-submenu {
    position: absolute;
    left: 201px;
    top: 0;
    padding: 10px;
  }

  #menu .dropdown-inner {
    flex-direction: row;
  }

  #menu .nav-item+.nav-item+.nav-item .dropdown-column-3 {
    left: -200px;
  }

  #menu .nav-item+.nav-item+.nav-item .dropdown-column-4 {
    left: -400px;
  }

  #menu .nav-item+.nav-item+.nav-item+.nav-item .dropdown-column-2 {
    left: -200px;
  }

  #menu .nav-item+.nav-item+.nav-item+.nav-item .dropdown-column-3 {
    left: -400px;
  }

  #menu .nav-item+.nav-item+.nav-item+.nav-item .dropdown-column-4 {
    left: -600px;
  }
}

#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}

/* default boostrap changes */
div.required .col-form-label:before,
div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}

.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}

.nav-tabs {
  margin-bottom: 15px;
}

.form-check .form-check-input {
  margin-top: 0.25rem;
}

@media (max-width: 767px) {

#menu .navbar-nav>li>a{
padding: 0;
}
  .col-form-label {
    text-align: right;
  }

  .homepage-slide.carousel .carousel-control-next {
    opacity: 1 !important;
    right: 0 !important;
  }

  .homepage-slide.carousel .carousel-control-prev {
    opacity: 1 !important;
    right: 0 !important;
  }

  #common-home.container {
    overflow: hidden;
  }

  .category-tiles {
    overflow: hidden;
    margin: 0;
    padding-left: 7px;

  }
}

ul.list-unstyled li {
  font-size: 16px;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  color: #040404;
  font-weight: 500;
}

@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }

  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }

  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }

  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% - 15px);
    margin-left: 15px;
  }
}

.rating .fa-stack {
  width: 20px;
}


.rating .fa-star {
  color: #f58500;
  font-size: 15px;
}

.rating .fa-star+.fa-star {
  color: #999;
}

/* product list */
.price {
  color: #444;
  text-align: center;
}

.price-new {
  font-family: 'Poppins', sans-serif;
  font-weight: 700 !important;
  font-size: 16px;
  color: #f58500;
  font-weight: 600;
}

.price-old {
  color: #dc512c;
  text-decoration: line-through;
}

.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
  font-family: 'Poppins', sans-serif;
}

.best-seller-container .swiper-button-next {
  height: 34px !important;
  width: 34px !important;
  right: 0px !important;
}

.best-seller-container .swiper-button-prev {
  height: 34px !important;
  width: 34px !important;
  left: 0px !important;
}

.latest-seller-container .swiper-button-next {
  height: 34px !important;
  width: 34px !important;
  right: 0px !important;
}

.latest-seller-container .swiper-button-prev {
  height: 34px !important;
  width: 34px !important;
  left: 0px !important;
}

/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

.blog-thumb h4 {
  font-weight: bold;
}

.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}

.blog-thumb .image a:hover {
  opacity: 0.8;
}

.blog-thumb .description {
  padding: 15px;
}

/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}

#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

.search-bar1 .input-group {
  background: #fff;
  border-radius: 84px !important;
  border: 1px solid #FBAD1B;
}

.search-bar1 button:hover {
  background: transparent !important;
}

.btn-lg {
  background: none;
  border: 0;
}

.fa-magnifying-glass {
  font-weight: 900;
  background: #FBAD1B;
  border-radius: 100px;
  padding: 10px;
  color: #fff;
}

.description p {
  display: none;
}

/* second-sec css start */

.home-boxes h4 {
  color: #fff !important;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  font-weight: 400;
}

.home-box {
  background: #15407F !important;
  padding: 25px 0px;
  width: 25%;
}

.home-box:hover {
  background: #fbad1b !important;
}

.product-thumb:hover {
  background: #f8f8f8;
}

.home-boxes {
  display: flex;
  gap: 50px;
  margin: 50px 0px;
  justify-content: center;
}

.home-box-icon {
  text-align: center;
  margin-bottom: 20px;
}

.cat-title {
  position: absolute;
  left: 12px;
  right: 12px;
  color: #fff;
  font-weight: 700;
  font-size: 20px !important;
  text-transform: uppercase;
  letter-spacing: .3px;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  font-family: 'Poppins', sans-serif;
}

.category-tiles {
  margin-top: 50px;
  position: relative;
  max-width: 100% !important;
  margin: 50px auto 0;
}


.category-image-box {
  width: 20%;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  border: 5px solid #fff;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.category-image-box::before {
  width: 100%;
  position: absolute;
  content: "";
  height: 100%;
  background: #000;
  opacity: 0.3;
  top: 0;
  left: 0;
  z-index: 1;
}

.best-seller-container .swiper-container {
  margin: 50px 0;
  position: relative;
}

.best-seller-container h3 {
  position: relative;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  color: #15407F;
  font-weight: 700;
}

.best-seller-container h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 602px;
  width: 80px;
  height: 3px;
  background-color: #f5a623;
  border-radius: 5px;
}

.best-seller-container .swiper-wrapper {
  overflow: visible;
  padding: 0;
}

.best-seller-container {
  margin-top: 50px;
  overflow: hidden !important;
  position: relative;
}

.best-seller-slider {
  overflow: visible !important;
}

.swiper-pagination {
  display: none;
}

p.section-subtitle {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

h2.section-title {
  text-align: center;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  position: relative;
}

h2.section-title::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 639px;
  transform: translateX(-50%);
  width: 88px;
  height: 3px;
  background-color: #f5a623;
  border-radius: 5px;
}

.testimonial-text {
  padding: 45px;
  background-color: #F4EBDA;
  border-radius: 10px;
  color: #000;
  border: none;
}

.testimonial-text p {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  line-height: 26px;
}

.testimonial-text h2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: #000;

}

#common-home.container {
  max-width: 100% !important;
  padding: 0;
}

.testimonials-section {
  background-image: url(/image/testi-img.jpg);
  padding: 50px 0px 120px;
  background-repeat: no-repeat;
  position: relative;
}

.testimonials-section .swiper-container {
  overflow: visible !important;
  margin: 55px 0 0 0;
}

.testimonials-section .container {
  overflow: hidden;
}

.testimonials-section .swiper-pagination {
  bottom: 50px !important;
}

.testimonials-section .swiper-pagination-bullet {
  background: #fff;
}

.testimonials-section .swiper-pagination-bullet-active {
  background: #15407F !important;
}

.testimonial-text img {
  width: 33px;
  position: absolute;
  left: 25px;
  top: 25px;
}

.newsletter-sec {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.newsletter-section {
  background: #E69C31;
  padding: 30px 20px;
}

h2.newsletter-title {
  color: #fff;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
  font-weight: 600;
}

p.newsletter-description {
  font-size: 14px;
  color: #fff;
  margin: 0px;
  font-family: 'Poppins', sans-serif;
}

.newsletter-form {
  justify-content: center;
  gap: 10px;
}

.newsletter-input {
  font-size: 14px;
  border: none;
  border-radius: 5px 0px 0px 5px;
  padding: 12px 70px 12px 15px;
  font-family: 'Poppins', sans-serif;
}

.newsletter-input:focus {
  border: 0;
}

.newsletter-button {
  padding: 11px 20px;
  background-color: #15407F;
  color: #fff;
  font-size: 1rem;
  border: none;
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.newsletter-button:hover {
  background-color: #065edf;
}

li.nav-item.dropdown {
  font-size: 15px;
}

li.dropdown-menu {
  font-size: 14px;
  color: #000 !important;
}

.cart-sec ul.dropdown-menu {
  margin-top: 20px !important;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 4px;
  padding: 10px 10px;
}

.cart-sec ul {
  margin: 0;
  padding: 0;
}

.testimonials-slider {
  overflow: hidden;
}

.cart-sec .dropdown-item:hover {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  white-space: nowrap;
  background-color: #15407F;
  border: 0;
  border-radius: 10px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 10px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.latest-seller-slider {
  overflow: visible !important;
}

.latest-seller-container {
  overflow: hidden !important;
  position: relative;
}

#content {
  padding: 0px !important;
}

.cart-sec .fa-solid {
  font-weight: 900;
  font-size: 20px;
}

.dropdown-toggle {
  display: flex;
  gap: 10px;
}

.swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}

.swiper-pagination-bullet {
  background-color: #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #0a2b46;
}

.latest-seller-container h3 {
  position: relative;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  color: #15407F;
  font-weight: 700;
  margin: 0 0 50px 0;
}

.latest-seller-container h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 592px;
  width: 80px;
  height: 3px;
  background-color: #f5a623;
  border-radius: 5px;
  top: 50px;
}

.latest-seller-container .product-thumb {
  min-height: 400px;
  box-shadow: 0px 2px 13px 2px rgba(0, 0, 0, 0.1);
  padding: 15px 0 0px 0;
}

.description h4 {
  min-height: 93px;
  text-align: center !important;
}

.latest-seller-container h4 {
  min-height: 70px;
}

.carousel {
  border: inherit;
  border-radius: inherit;
  box-shadow: inherit;
  margin-bottom: inherit;
}

.list-unstyled a {
  color: #000 !important;
  text-decoration: none;
  padding-left: 0;
  white-space: inherit !important;
  background: inherit !important;
}

.list-unstyled a:hover {
  color: #FBAD1B !important;
}

.dropdown-menu a:hover {
  color: #FBAD1B !important;
  background: inherit !important;
}

/* footer css start */

.site-footer {
  background-color: #15407F;
  color: #fff;
  padding: 40px 0 20px 0;
  font-size: 14px;
}

.social-icon:hover {
  background: #FBAD1B;
}

.view-collection svg path {
  fill: #000;
}

.site-footer a:hover {
  color: #FBAD1B !important;
}

.footer-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0px 0px 0px;
}

.footer-col {
  flex: 1;
  min-width: 200px;
}

/* Column Specifics */
.brand-col {
  flex: 1.2;
  padding-right: 20px;
}

.category-col {
  flex: 1.5;
}


/* Typography */
.site-footer h3 {
  font-size: 15px;
  line-height: 26px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer ul li {
  margin-bottom: 2px;
}

.site-footer a {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Poppins', sans-serif;
}

.site-footer a:hover {
  opacity: 1;
}

/* Logo & Desc */
.footer-logo h2 {
  font-size: 18px;
  margin: 10px 0;
  color: #ffcc00;
}

.brand-desc {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 0px;
  font-family: 'Poppins', sans-serif;
}

/* Icons Sets */
.payment-methods,
.social-links {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.social-icon {
  background: #fff;
  color: var(--footer-bg);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: bold;
  color: #000 !important;
}

/* Category Grid */
.category-lists {
  display: flex;
  gap: 30px;
}

/* Contact Styles */
.contact-item {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.map-thumb img {
  width: 100%;
  max-width: 250px;
  border-radius: 8px;
  margin-top: 10px;
}

/* Copyright Bar */

.footer-logo img {
  max-width: 45%;
  height: auto;
}

.contact-info p {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  line-height: 22px;
  margin-bottom: 0px;
}

.footer-bottom {
  background-color: #002C6D;
  text-align: center;
  padding: 10px 0px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

span.icon {
  margin-top: 4px;
}

p.copy-ryt {
  color: #fff;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  margin: 0px;
}

.paypal-images {
  display: flex;
  gap: 20px;
}

.paypal-images img {
  width: 56px;
  height: 38px;
}

.map-thumb iframe {
  border-radius: 10px;
  width: 100%;
}

/* sikhi essentials css start */

.sikhi-essentials {
  background-image: url(/image/sikhi-items-bg-pattern.webp);
  padding: 50px 0;
}

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

.essentials-text {
  width: 50%;
}

.essentials-title {
  font-size: 58px;
  line-height: 68px;
  font-weight: 500;
  margin-bottom: 25px;
  color: #010101;
  font-family: 'Poppins', sans-serif;
}

.khanda-icon {
  font-weight: normal;
  font-size: 0.9em;
}

.essentials-description {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  margin-bottom: 30px;
  width: 80%;
  font-family: 'Poppins', sans-serif;
}

.view-collection {
  font-size: 14px;
  display: inline-flex;
  gap: 8px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  border-bottom: 1px solid #4c4c4c;
}

.view-collection:hover {
  color: #FBAD1B;
  border-bottom: 1px solid #FBAD1B;
}

.view-collection:hover svg path {
  fill: #FBAD1B;
}

.essentials-gallery {
  width: 65%;
}

.gallery-item img {
  width: 100%;
  display: block;
}

#navbar-menu ul li.nav-item:last-child .mb-2 {
  width: 20%;
}

#navbar-menu ul li.nav-item:last-child .mb-2 .ps-3 {
  padding-left: 0 !important;
}
#navbar-menu ul li.nav-item:nth-child(9) .dropdown-menu {
  left: -125px !important;
  flex-wrap: wrap;
  width: 400px !important;
  border: 0;
  border-radius: 8px;
}
#navbar-menu ul li.nav-item:nth-child(10) .dropdown-menu {
  left: -205px !important;
  flex-wrap: wrap;
  width: 400px !important;
  border: 0;
  border-radius: 8px;
}
#navbar-menu ul li.nav-item:last-child .dropdown-menu {
  left: -815px;
  flex-wrap: wrap;
  width: 900px;
  border: 0;
  border-radius: 8px;
}

.dropdown-menu.dropdown-column-1 .nav-item.dropdown:last-child .dropdown-menu {
  width: auto !important;
  left: 201px !important;
}

#menu .nav-item.dropdown:last-child:hover .dropdown-menu {
  display: flex;
}

.swiper-button-disabled {
  left: -70px;
  background: #000;
  color: #fff;
  height: 100px;
  width: 100px;

}

.swiper-button-disabled:hover {
  left: -70px;
  background: #000;
  color: #fff;
  padding: 10px 10px !important;
  font-size: 10px !important;
}

.swiper-button-next {
  right: -70px;
  background: #000;
  color: #fff;
  padding: 10px 10px !important;
  font-size: 10px;
}

.category-tiles .cat-tile,
.category-tiles-children .cat-tile {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  background: #f3f3f3;
  height:100%; 
}

/* Image */
.category-tiles .cat-tile img,
.category-tiles-children .cat-tile img {
  width: 100%;
  object-fit: cover;
  display: block;
  height:100%; 
}

/* Title */
.category-tiles .cat-title,
.category-tiles-children .cat-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  color: #fff;
  font-weight: 700;
  font-size: 18px !important;
  text-transform: uppercase;
  letter-spacing: .3px;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  z-index: 111;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-slider-img img {
  width: 100%;
}

.category-image-box:hover::before {
  background: #fbad1b !important;
  opacity: 0.8 !important;
}

.deskhide{display:none}
/* MOBILE VIEW ONLY */
@media (max-width: 768px) {
    .mobdiv{display:none}.deskhide{display:block}
  .home-boxes {
    display: grid;
    gap: 15px;
    margin: 30px 0px;
    justify-content: center;
  }

  .home-box {
    padding: 20px 60px;
    width: 100%;
  }

  .essentials-title {
    font-size: 52px;
  }

  .essentials-description {
    width: 100%;

  }

  .sikhi-essentials {
    padding: 50px 15px;
  }

  .essentials-description {
    width: 100% !important;
    max-width: 100% !important;
    text-align: left;
    margin: 0 auto 20px;
  }

  .essentials-text {
    width: 100% !important;
    padding: 0 15px;
  }

  .newsletter-sec {
    display: grid;
    gap: 20px;
  }

  .footer-container {
    margin: 20px;
  }

  .footer-logo img {
    max-width: 36%;
    /* height: auto; */
  }

  .site-footer {
    padding: 20px 0 20px 0;
  }

  .payment-methods,
  .social-links {
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .site-footer h3 {
    margin-top: 10px;
  }

  .latest-prd {
    padding: 20px 20px 20px 20px;
  }

  .latest-seller-container h3 {
    font-size: 30px;
    margin: 0 0 20px 0;
  }

  .testimonials-section {
    padding: 50px 20px 120px;
  }

  .homepage-slide {
    overflow: hidden !important;
  }

  .best-seller-container {
    padding: 0px 20px 40px;
  }

}


/* 13/1/2026 css start */


/* breadcrumb */
.breadcrumb {
  margin: 20px 0 10px 0;
  padding: 8px 0;
}

.breadcrumb i {
  font-size: 15px;
  color: #E69C31;
}

#product-info li.breadcrumb-item a {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

#account-register li.breadcrumb-item a {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

#product-category li.breadcrumb-item a {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.page-item.active .page-link {
  background-color: #002C6D;
  border: none !important;

}

.resulttd {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  margin: 4px 0 0;
  text-align: left;
  font-family: "Poppins", sans-serif;
  ;
}

.soldout {
  background: #f00;
  color: #fff;
  display: inline-block;
  padding: 5px 30px;
  position: absolute;
  left: -27px;
  top: 9px;
  z-index: 1;
  transform: rotate(-45deg);
}

.breadcrumb>li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}

.breadcrumb>li.breadcrumb-item>a {
  text-decoration: none;
}

#product-category .text-start {
  display: flex;
  gap: 20px;
  align-items: baseline;
  justify-content: space-between;
}

.breadcrumb>li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  right: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #15407f;
  border-bottom: 1px solid #15407f;
  transform: rotate(-45deg);
}

.breadcrumb>li.breadcrumb-item+li:before {
  content: "";
  padding: 0;
}

.product-thumb {
  position: relative;
  height: 100%;
  box-shadow: 0px 2px 13px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 15px 0 0 0;
  overflow: hidden;
}

.product-thumb .image {
  text-align: center;
}

.product-thumb .image a:hover {
  opacity: 0.8;
}

.product-thumb .description {
  padding: 15px;
}


.product-thumb .button {
  display: none;
}

.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}

.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

.product-thumb .button button+button {
  border-left: 1px solid var(--bs-border-color);
}

.input-group-text {
  font-family: "Poppins", sans-serif;
}

.form-select {
  font-family: "Poppins", sans-serif;
}

.rating a {
  color: #f58500;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.nav-tabs .nav-link {
  color: #666;
  background: #eeeeee none repeat scroll 0 0;
  border-radius: 3px 3px 0 0;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  margin: 10px 10px 0 0;
  padding: 0 29px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.nav-tabs .nav-link.active {
  background-color: #f58500 !important;
  border: 1px solid #f58500 !important;
  color: #ffffff !important;
  cursor: default;
  font-size: 15px;
  outline: none;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

#product-category {
  padding: 0 25px;
  margin-bottom: 30px;
}

#product-category h3 {
  font-size: 20px;
  color: #f58500;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.turban-category {
  border: 1px solid rgb(221, 221, 221);
  margin: 25px 0 40px;
  padding: 15px;
}

#turban-cat li a::after {
  display: none;
}

.top_dastar li {
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
  margin: 14px 0;
  padding: 15px 7px;
}

.top_dastar li img {
  width: 10%;
}

.top_dastar li a {
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #3f3f3f;
  padding: 10px 0 0 0;
}

#turban-cat ul li {
  border: 1px solid #eee;
  margin: 0;
  padding: 15px 50px;
  width: 23.4%;
}

#turban-cat ul li a {
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #3f3f3f;
  padding: 10px 0 0 0;
  display: flex !important;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  text-align: center;
}

#turban-cat .col ul {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  flex-direction: row;
}

/* 14/1/2026 css start */

#form-register .btn-primary {
  background-color: #f58500 !important;
  color: #ffffff;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 14px;
  box-shadow: none;
  font-weight: 900 !important;
  padding: 9px 25px 7px;
  font-family: "Poppins", sans-serif;
}

#form-register .text-end {
  margin-bottom: 50px;
}

#form-register .form-check-label {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #040404;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}

#form-register .form-check-label a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #f58500;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}

#form-register .mb-3 {
  align-items: center;
}

#form-register .form-check-input:checked {
  background-color: #f58500;
  border-color: #f58500;
}

#account-register p {
  font-weight: 400;
  color: #040404;
  font-size: 16px;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
}

.navbar-toggler:focus {
  outline: none !important;
  box-shadow: none !important;
}

@media (max-width: 768px) {
  .essentials-flex {
    padding: 0px;
    display: grid;
    gap: 20px;
  }

  #category-refine {
    display: inline-block;
  }

  .pagination a {
    padding-right: 10px;
    padding-left: 10px;
  }

  .searchbform .row {
    gap: 15px;
  }

  .gallery-item img {
    width: 342px;
  }

  .newsletter-section .newsletter-input {
    width: 235px;
  }
.category-tiles {
  
    margin: 20px auto 0;
}
.latest-seller-container h3::after { 
    width: 80px;
}
.best-seller-container h3::after {
    bottom: -12px;
    right: 123px;
}
.latest-seller-container h3::after {
    right: 126px;
}
h2.section-title::after {
    left: 167px;
}
.bestseller-heading {
    font-size: 30px;
}
.category-tiles h3::after {
    bottom: 0px !important;
}
.bestseller-heading {
    font-size: 30px !important;
}
.bestseller-heading {
    margin-bottom: 30px !important;
}
  .newsletter-section .newsletter-button {
    padding: 10px 20px !important;
  }

     #logo img {
        display: flex;
        z-index: 11;
        position: relative;
    }

  .navbar-toggler {
    position: absolute;
    top: -203px;
    right: 46px;
    border: 1px solid #fff;
  }

  .search-bar1 {
    margin-top: 5px;
  }

  .navbar-expand-lg .navbar-collapse {
    flex-basis: auto;
    justify-content: left;
    position: absolute;
    top: -95px;
    background: #fff;
    width: 60%;
    z-index: 111;
    padding: 10px 26px;
    border-radius: 4px;
    right: 0;
  }

  .navbar-toggler {
    position: absolute;
    top: -134px;
    right: 25px;
    border: 1px solid #fff;
    height: 32px;
    border-radius: 6px;
    padding: 7px 11px;
  }

  .cart-myaccount {
    position: absolute;
    top: 33px;
    gap: 13px;
    right: 75px;
    align-items: start;
  }

  #cart .cart-icon button {
    padding: 0;
  }

  .cart-myaccount .profile-toggle {
    margin-top: 4px;
  }

  .breadcrumb>li.breadcrumb-item {
    white-space: inherit !important;
  }

 #cart button {
    padding: 0px 15px 0px 15px !important;
}

  .search-bar1 .btn-lg {
    padding: 0 6px;
  }

  header {
    background: #15407F;
    position: relative;
  }

  body #navbar-menu li a.first_category {
    border-right: 0;
  }

  .search-bar1 form input {
    padding: 0px 1rem;
  }

  .swiper-slide-active {
    width: 100%;
  }

  #account-login .row {
    display: grid;
    margin: 0px;
  }

  .breadcrumb {
    margin: 20px 0px 10px 0px !important;
  }

  #account-login .row {
    margin-bottom: 10px !important;
  }

  #form-register .text-end {
    text-align: left !important;
  }

  #account-register .breadcrumb {
    margin: 20px 0 20px 0 !important;
  }

  #form-register .form-check-inline {
    display: inline-grid;
  }

  #form-register .text-end {
    margin-bottom: 20px;
  }

  #form-register .btn-primary {
    margin-top: 20px;
  }

  #form-register .form-check-label {
    text-align: left;
  }

  #account-register #content {
    padding: 0px !important;
    margin: 0px 10px;
  }

  #form-register .form-check-label {
    font-size: 13px;
  }

  body .breadcrumb {
    margin: 20px 0 15px 0 !important;
  }

  #account-account #content {
    padding: 0 15px !important;
  }

  #account-account {
    margin-bottom: 50px !important;
  }

  #quickcheckoutconfirm {
    padding: 0 15px;
  }
/* 
  #content h1 {
    padding: 0 15px;
  } */

}

.quickcheckout-heading {
  background: #f58500 !important;
}

#account-accoun #content,
#column-left,
#column-right {
  padding-bottom: 0;
}

#account-account ul {
  margin-bottom: 30px;
}

#category-refine {
  border: 1px solid rgb(221, 221, 221);
  margin: 0 0 20px;
  padding: 15px 0px;
  width: 100%;
}

#account-register {
  padding: 0 25px;
}

#account-login {
  padding: 0 25px;
}

#category-refine li a {
  color: #3f3f3f;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 3px 0px 0px 25px;
  font-family: "Poppins", sans-serif;
  position: relative;
}

#category-refine .col {
  flex: inherit;
}

#category-refine .col ul {
  display: flex;
  flex-wrap: wrap;
}

#category-refine .col ul li {
  width: 25%;
}

#category-refine li a::after {
  background-image: url(/image/drive-img.png);
  left: 0;
  position: absolute;
  top: 5px;
  height: 24px;
  width: 24px;
  background-size: 15px;
  background-repeat: no-repeat;
  content: "";
}

/* 13/1/2026 css start */

.searchbform .row {
  padding: 30px 0 30px;
  border: 1px solid #ddd;
  margin: 20px 0;
}

#form-product .btn-primary {
  color: #ffffff;
  text-shadow: none;
  font-weight: 600 !important;
  font-size: 15px;
  background: #f58500;
  padding: 6px 25px;
  border: none;
  font-family: "Poppins", sans-serif;
  border-radius: 4px !important;
}

.fa-star+.fa-star-o {
  color: #E69500;
  font-size: 15px;
}

#form-product a {
  color: #f58500;
}

.searchbformheading {
  font-size: 22px;
  color: #f58500;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.page-item.active .page-link {
  background-color: #002C6D;
  border: none !important;
  font-family: "Poppins", sans-serif;
}

#product-category h1 {
  font-size: 22px;
  color: #f58500;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

#product-category .text-start {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.breadcrumb {
  margin: 20px 0 30px 0 !important;
  padding: 8px 0;
}

#product-category .text-end {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  margin: 4px 0 0;
  text-align: left;
  font-family: "Poppins", sans-serif;
}

#product-info .tab-content p span font {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

#product-info .tab-content p {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

#product-info .tab-content p br {
  display: none;
}

.magnific-popup {
  position: relative;
  overflow: hidden;
}

.pagination {
  margin-bottom: 20px;
}

#account-login .flex-column {
  min-height: 20px !important;
  padding: 19px !important;
  margin-bottom: 20px !important;
  border: 1px solid #e3e3e3 !important;
  border-radius: 4px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05) !important;
}

#account-login h2 {
  font-size: 22px;
  color: #f58500;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

#account-login p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  font-family: "Poppins", sans-serif;

}

#account-login .text-end {
  text-align: left !important;
}

#account-login .col-form-label {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

#form-login a {
  color: rgb(102, 102, 102);
  padding: 10px 0 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
}

#account-login .row {
  margin-bottom: 20px !important;
}

#account-register h1 {
  font-size: 22px;
  color: #f58500;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

#account-register legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  font-family: "Poppins", sans-serif;
}

#account-register .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  font-size: 14px;
  color: #757575;
  box-shadow: none;
  height: 44px;
  margin-top: 5px;
  font-family: "Poppins", sans-serif;
}

#account-register div.required .col-form-label:before {
  content: '* ';
  color: #F00 !important;
  font-weight: bold !important;
}

#account-register label.col-sm-2.col-form-label {
  font-size: 16px !important;
  font-family: "Poppins", sans-serif;
  color: #040404;
  font-weight: 600;
}

#form-register .btn-primary {
  background-color: #f58500 !important;
  color: #ffffff;
  border-radius: 3px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  box-shadow: none;
  font-weight: 600;
  border: 0px;
  outline: medium none;
  text-shadow: none;
  padding: 9px 25px 7px;
}

.best-seller-container .swiper-container {
  margin: 50px 0 0;
  position: relative;
}

.search-bar1 input:focus {
  background: transparent;
  border: none;
  box-shadow: none;
}

.search-bar1 input {
  background: transparent;
  border: none;
  box-shadow: none;
}

#output-cart .table {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}
#checkout-cart{
  padding: 0 25px;
}
#checkout-cart h2 {
  font-size: 25px !important;
  font-weight: 600 !important;
  font-family: "Poppins", sans-serif;
}

#checkout-cart p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

#checkout-cart .accordion-button {
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

#checkout-cart a {
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

#shopping-cart h1 {
  font-size: 30px !important;
  font-weight: 700 !important;
  font-family: "Poppins", sans-serif;
  color: #E69C31;
  margin-bottom: 20px;
}

.btn-danger{
  /* background-color: #15407F; */
  border: 0;
}

/* 15/1/2026 css start */

#product-info p.tags {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

#product-info p.tags a {
  color: #E69C31;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

#product-info h4 span strong {
  color: #31b780;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 25px;
}

#product-info h1 {
  font-family: "Poppins", sans-serif !important;
  font-size: 22px;
  color: #444;
  font-weight: 600;
  text-transform: uppercase;
}

.F74-description {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin-bottom: 25px;
}

#product-info ul li h2 {
  font-size: 22px;
  color: #f58500;
  font-weight: bold;
  font-family: "Poppins", sans-serif !important;
}

#form-product {
  font-size: 13px;
  font-family: "Poppins", sans-serif !important;
}

.col-right-sec {
  width: 50%;
  flex: inherit;
  padding-right: 200px;
}

#form-product span {
  color: rgb(242, 159, 41);
  font-size: 16px;
  font-weight: 600;
  width: 17px;
}

#form-product span .fa-stack {
  height: 15px;
  width: 15px;
}

#form-product span #totalpic {
  color: #222222;
}

:focus-visible {
  outline: none !important;
}

#form-product .input-group {
  display: inline-block;
}

#form-product .input-group .input-group-text {
  float: left;
  background: inherit;
  border: 0;
  width: 100%;
  padding: 0;
}

#form-product #input-quantity {
  border-radius: 4px;
  float: left;
  height: 40px;
  margin: 0 10px 0 0;
  text-align: center;
  width: 40px;
}

#form-product p {
  display: flex;
  align-items: center;
  gap: 6px;
}

#product-search .btn-primary {
  color: #ffffff;
  font-size: 15px !important;
  background: #f58500 !important;
  border-radius: 4px !important;
  border-color: #f58500 !important;
}

.btn-primary {
  color: #ffffff;
  font-size: 15px !important;
  background: #f58500 !important;
  border-radius: 4px !important;
  border-color: #f58500 !important;
}

@media (max-width: 768px) {
  #product-info #content {
    margin: 20px 20px;
  }

  #category-refine .col ul li {
    width: 100%;
  }

  .top_dastar li img {
    width: 35%;
  }

  .turban-category {
    margin: 25px 0 0;
  }

  .top_dastar li {
    margin: 0;
  }

  #turban-cat ul li {
    width: 100%;
  }

  #product-info .breadcrumb {
    margin: 20px 0 0px 0 !important;
  }

  #product-info h1 {
    margin-top: 20px;
  }

  #product-info li.breadcrumb-item a {
    font-size: 14px;
  }
}

#shopping-cart .alert-dismissible {
  font-family: "Poppins", sans-serif !important;
}

#product-info .tab-content ul li span {
  font-family: "Poppins", sans-serif !important;
  list-style: disc;
}

#product-category p {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  color: #000;
}

#product-info .row-cols-xl-4 {
  margin-bottom: 30px;
}

#product-info h3 {
  font-family: "Poppins", sans-serif !important;
  font-size: 25px;
  color: #000;
  margin-bottom: 30px;
  font-weight: 600;
}


#product-info .tab-content p[class*="MsoListParagraph"] {
  padding-left: 20px !important;
  text-indent: 0 !important;
  position: relative;
}

#product-info .tab-content p[class*="MsoListParagraph"] span[style*="font-family:Symbol"] {
  display: none !important;
}

#product-info .tab-content p[class*="MsoListParagraph"]::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0px;
  line-height: 1;
  font-size: 20px;
}

#cart .dropdown-menu li p a:hover {
  background: #000 none repeat scroll 0 0 !important;
  color: #ffffff !important;
}

#product-search .main-search-form {
  width: 75%;
  margin: auto !important;
  border: 1px solid #dddddd;
  margin: 0 0 15px;
  padding: 25px 0 15px;
  font-family: "Poppins", sans-serif !important;
}

#product-search h1 {
  font-size: 25px;
  line-height: 35px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
}

#product-search label {
  font-size: 16px;
  line-height: 26px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 500;
}

#product-search li.breadcrumb-item a {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

form.searchbform .row .form-control,
.form-select {
  min-height: 45px;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  font-size: 14px !important;
  color: #555555;
  height: 44px;
  font-family: "Poppins", sans-serif;

}

#product-search .form-select {
  min-height: 45px;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  font-size: 14px !important;
  color: #555555;
  height: 44px;
  font-family: "Poppins", sans-serif;
}

#product-search .form-control {
  min-height: 45px;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  font-size: 14px !important;
  color: #555555;
  height: 44px;
  font-family: "Poppins", sans-serif;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
  cursor: default;
  opacity: 1.5;
}

#display-control {
  justify-content: end;
}

.magnific-popup .main-img img {
  border: 0 !important;
}

.magnific-popup .main-img {
  border: 1px solid #ddd;
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  justify-content: center;
}

#product-info {
  padding: 0 25px;
}

#product-category .col-sm-3 ul li a {
  font-size: 14px !important;
  color: #000;
  font-family: "Poppins", sans-serif;
}

#product-category .row {
  margin-bottom: 20px;
}


#information-information h1 {
  font-size: 22px;
  color: #f58500;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

#information-information .paragraph p {
  font-size: 16px;
  color: #000;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
}

#information-information {
  margin-bottom: 50px;
}

#information-information li.breadcrumb-item a {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}


@media (max-width: 768px) {
  .about-image img {
    width: 369px !important;
    height: 350px !important;
    object-fit: cover;
    margin: 10px 10px;
  }

  #information-information h1 {
    margin: 10px -10px;
  }

  #navbar-menu .dropdown-menu {
    padding-left: 15px;
  }

  #product-category .col-6 {
    width: 100%;
  }

  #product-category .text-end {
    display: flex;
  }

  #product-category .text-start {
    display: grid;
    gap: 0;
  }

  .resulttd {
    margin: 0px 0 16px;
  }

  #checkout-checkout {
    margin-bottom: 30px;
  }

  .category-image-box {
    width: 33%;
  }

  .category-tiles .cat-title,
  .category-tiles.children .cat-title {
    font-size: 14px !important;
    padding: 0 25px;
  }

  .best-seller-container h3 {
    font-size: 30px;
    line-height: 20px;
    padding: 4px 0px 0px 0px;
  }

  .best-seller-container {
    margin-top: 20px;
  }

 #cart .dropdown-menu {
    min-width: 426px;
    right: -1px !important;
}

  #cart .img-thumbnail {
    min-width: 100%;
  }

  #product-search .main-search-form {
    width: 100%;
    margin-bottom: 20px !important;
  }

  #product-search .btn-primary {
    display: flex;
  }

  .about-main {
    display: grid !important;
    gap: 20px;
  }
  #checkout-cart h2 {
    font-size: 22px !important;
}
#output-cart .table {
    width: 760px;
}
.pull-left {
    margin-top: 20px;
}
#googlepay_button{
  width: 100% !important;
}

.gpay-card-info-container {
    height: 55px !important;
    
}
#cart1 .quickcheckout-cart{
  width: 798px;
}
}

#information-information .MsoNormal {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #040404;
  line-height: 29px;
}

#checkout-checkout {
  padding: 0 25px;
}

#checkout-cart li.breadcrumb-item a {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.magnific-popup .thumbnail .img-thumbnail {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.form-control {
  min-width: 0;
}

#account-login li.breadcrumb-item a {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

#product-search {
  padding: 0 25px;
}


div#information-sitemap {
  padding: 0 25px;
}

#common-home .price-new {
  font-family: 'Poppins', sans-serif;
  font-weight: 700 !important;
  font-size: 16px;
  color: #f58500;
  font-weight: 600;
}

#information-information {
  padding: 0 25px;
}

.about-main {
  display: flex;
  gap: 20px;
}

.about-image img {
  height: 500px;
}

#information-information p.MsoNormal span {
  color: #3f3f3f !important;
  font-size: 16px;
}

.bestseller-heading {
  position: relative;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  color: #15407F;
  font-weight: 700;
  margin-bottom: 50px;
}

.category-tiles h3::after {
  content: '';
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #f5a623;
  border-radius: 5px;
}

.pull-left{
  margin-bottom: 50px;
  padding: 6px 25px;
  background-color: #f58500;
  font-size: 15px;
  font-weight: 600 !important
}

.pull-left:hover{
  background-color: #f58500;
}


#googlepay_button{
  width: 58% !important;
}

.gpay-card-info-container {
    height: 55px !important;
    
}
#navbar-menu .category_menu ul li.nav-item:nth-child(9) .dropdown-menu {
  left: 201px !important;
  flex-wrap: inherit !important;
  width: inherit !important;
  right: inherit !important;
}
#navbar-menu .category_menu ul li.nav-item:nth-child(10) .dropdown-menu {
  left: 201px !important;
  flex-wrap: inherit !important;
  width: inherit !important;
  right: inherit !important;
}

#navbar-menu .category_menu ul li.nav-item:last-child .dropdown-menu {
  left: 201px !important;
  flex-wrap: inherit !important;
  width: inherit !important;
  right: inherit !important;
}
@media (max-width: 767px) {
  #tab-description img {
    width: 390px !important;
    max-width: 100%;
    height: auto;
  }
}
