@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
.lora {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

div, p, section, label, header, main, footer, ol, ul, address, li, ol, figcaption, figure, article, body, html, a, span, strong, table, td, dd, dt, th, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
}

ul, li, ol {
  list-style-type: none;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

a:hover {
  color: #ED2024;
}

header {
  position: relative;
}

header .header-top-bg {
  background: #FFDFAE;
  height: 40px;
  position: absolute;
  top: 0px;
  width: 100%;
}

header .carousel-indicators [data-bs-target] {
  width: 3px;
}

header .carousel-item {
  line-height: 38px;
  text-align: center;
  color: #000;
}

header .carousel-item p {
  margin: 5px 0 0 0;
}

header .carousel-item p strong {
  color: #000;
}

header .carousel-indicators {
  top: 20px;
}

header .logo {
  background: #fff;
  z-index: 2;
  margin-top: -43px;
}

header .top-account-link {
  position: relative;
  display: flex;
}

header .top-account-link .site-link {
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

header .top-account-link .site-link li {
  margin: 0px 10px;
  line-height: 35px;
}

header .top-account-link .site-link li a {
  color: #000;
  white-space: nowrap;
}

header .top-account-link .site-link li a:hover {
  color: #ED2024;
}

header .top-account-link .search-like-cart {
  display: flex;
  justify-content: center;
  align-items: center;
}

header .top-account-link .search-like-cart li {
  margin: 0 5px;
  font-size: 22px;
  position: relative;
}

header .top-account-link .search-like-cart li a {
  color: #000;
}

header .top-account-link .search-like-cart li .fa-heart {
  color: #ED2024;
}

header .top-account-link .search-like-cart li .fa-cart-plus {
  color: #ED2024;
}

header .top-account-link .search-like-cart li sup {
  position: absolute;
  top: 8px;
}

header .top-account-link .search-like-cart .search-icon {
  border: 1px solid #000;
  border-radius: 50%;
  padding: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .top-account-link .right-auto {
  margin-left: auto;
}

header ul.mobile-search-cart {
  display: flex;
  justify-content: center;
  align-items: center;
}

header ul.mobile-search-cart li {
  margin: 5px;
}

header ul.mobile-search-cart li a {
  color: #ED2024;
  font-size: 20px;
}

.mobile-logo {
  width: 105px;
  margin: 10px 0;
}

.bg-body-tertiary {
  background: transparent !important;
}

.nav-item {
  white-space: nowrap;
}

.nav-item a:hover {
  color: #ED2024;
}

.nav-item:last-child {
  background: #11457c;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .nav-item:last-child {
    text-align: center;
    width: 150px;
    border-radius: 5px;
    padding: 0px;
  }
}

.nav-item:last-child a {
  color: #fff;
}

.dropdown-menu {
  box-shadow: 0 1px 6px 0 #ebebeb;
  outline: none;
  border: none;
  width: 300px;
}

.dropdown-menu a {
  overflow: hidden;
  position: relative;
  display: inline-block;
  font-weight: 400;
  text-transform: capitalize;
}

.dropdown-menu a::before,
.dropdown-menu a::after {
  content: '';
  position: absolute;
  width: 50%;
  left: 0;
}

.dropdown-menu a::before {
  background-color: #ED2024;
  height: 2px;
  bottom: 0;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

.dropdown-menu a::after {
  height: 100%;
  top: 0;
  transform-origin: 100% 50%;
  transform: translate3d(200%, 0, 0);
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  color: #ED2024;
}

.dropdown-menu a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.dropdown-menu a:hover::after {
  transform: translate3d(0, 0, 0);
}

.dropdown-menu a span {
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

.dropdown-menu a {
  text-decoration: none;
  color: #18272F;
  vertical-align: top;
}

.dropdown-item.active, .dropdown-item:active {
  background: transparent;
}

.nav-item {
  position: relative;
}

.nav-item .label {
  position: absolute;
  background-color: var(--theme-color);
  padding: 2px 7px;
  color: #fff;
  top: -12px;
  text-transform: capitalize;
  font-size: 9px;
  left: 28px;
  line-height: 1.3;
}

.nav-item .label:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--theme-color);
  top: 15px;
  left: 22px;
}

.site-search-container {
  display: none;
  background: #FAF7F0;
  padding: 10px 0;
}

.site-search-container .search-field-sec {
  width: 90%;
  margin: 0 auto;
}

.offer-sale-sec {
  background: #ED2024;
  color: #000;
  padding: 10px 0;
}

.offer-content {
  display: flex;
}

.offer-heading {
  font-size: 18px;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  font-weight: 600;
}

.offer-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-flow: wrap;
  text-align: center;
  /* general styling */
}

.offer-content .buy-more {
  height: 60px;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.offer-content .buy-more strong {
  text-transform: capitalize;
  text-align: center;
}

.offer-content h5 {
  font-size: 2vw;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.offer-content .or-class {
  font-size: 55px;
  color: #000;
  text-decoration: underline;
}

.offer-content .use-code {
  background: #fff;
  display: flex;
  width: 230px;
  margin: 10px auto;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.offer-content .use-code p {
  padding: 5px 10px;
  background: #fff;
  color: #ED2024;
  white-space: nowrap;
  text-align: center;
}

.offer-content .use-code label {
  padding: 5px 10px;
  margin: 0px;
  background-color: #FAF7F0;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.offer-content .order-text {
  text-align: center;
  font-size: 2vw;
  color: #fff;
  font-weight: 900;
  margin-top: 10px;
}

@media all and (max-width: 768px) {
  .offer-content h1 {
    font-size: calc(1.5rem * var(--smaller));
  }
  .offer-content li {
    font-size: calc(1.125rem * var(--smaller));
  }
  .offer-content li span {
    font-size: calc(3.375rem * var(--smaller));
  }
}

.offer-content :root {
  --smaller: .75;
}

.offer-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.offer-time {
  background: #000;
  color: #fff;
  text-align: center;
}

.offer-time li {
  display: inline-block;
  list-style-type: none;
  padding: 5px;
  text-transform: capitalize;
}

.offer-time li span {
  display: block;
  font-size: 18px;
}

.offer-time .emoji {
  display: none;
  padding: 1rem;
}

.offer-time .emoji span {
  font-size: 18px;
  padding: 0 .5rem;
}

#countdown strong {
  font-weight: bold;
  text-transform: capitalize;
  color: #fff;
  font-size: 18px;
}

.text {
  font-size: 20px !important;
}

.shop-all-btn {
  border: 1px solid #000;
  background: #fff;
  color: #000;
  padding: 8px 25px;
  text-transform: capitalize;
  font-weight: 600;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -webkit-transition: all 0.7s;
}

.shop-all-btn:hover {
  background: #ED2024;
  color: #fff;
}

.new-trends-sec, .best-seller {
  padding: 30px 0;
}

.new-trends-sec h3, .best-seller h3 {
  font-size: 32px;
  text-transform: capitalize;
  color: #000;
}

.new-trends-sec p, .best-seller p {
  font-size: 16px;
  margin: 0px 0 15px 0;
}

.new-trends-sec .swiper-button-next, .new-trends-sec .swiper-button-prev, .best-seller .swiper-button-next, .best-seller .swiper-button-prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ddd;
}

.new-trends-sec .swiper-button-next:hover, .new-trends-sec .swiper-button-prev:hover, .best-seller .swiper-button-next:hover, .best-seller .swiper-button-prev:hover {
  background: #ED2024;
}

.checked {
  color: orange;
}

.product-wraper {
  margin: 15px 0;
}

.product-wraper .product-thumbnail {
  position: relative;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -webkit-transition: all 0.7s;
}

.product-wraper .product-thumbnail .shop-btn {
  background: #000;
  color: #fff;
  font-size: 16px;
  text-align: center;
  width: 80%;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  position: absolute;
  margin: 0 auto;
  border: none;
  padding: 10px 0;
  opacity: 0;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -webkit-transition: all 0.7s;
}

.product-wraper .product-thumbnail:hover .shop-btn {
  background: #ED2024;
  opacity: 1;
}

.product-wraper .pro-info {
  padding: 10px 0;
  text-align: center;
}

.product-wraper .pro-info h1 {
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: center;
  overflow: hidden;
}

.product-wraper .pro-info h2 {
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.product-wraper .pro-info h3 {
  font-size: 14px;
  color: #000;
  text-transform: capitalize;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.product-wraper .pro-info p {
  text-transform: capitalize;
  color: #000;
  font-size: 13px;
  margin: 0px;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.product-wraper .pro-info strong {
  color: #ED2024;
  font-size: 18px;
  display: block;
  padding: 6px 0;
}

.like-pro {
  position: absolute;
  top: -4px;
  right: 5px;
  font-size: 28px;
}

.like-pro a {
  color: #000;
}

.like-pro a:hover {
  color: #ED2024;
}

.sale {
  position: absolute;
  left: 15px;
  top: 15px;
}

.sale p.instock {
  color: green;
}

.sale p.outstock {
  color: #ED2024;
}

.free-shippig-ribbon {
  background: #9ee19c;
  position: absolute;
  right: 0px;
  border-radius: 15px;
  padding: 2px 0;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: start;
}

.free-shippig-ribbon p {
  font-size: 13px;
}

@media screen and (max-width: 540px) {
  .free-shippig-ribbon {
    position: static;
  }
}

.free-shippig-ribbon span {
  color: #000;
  font-size: 14px;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

.swiper-products {
  overflow: hidden;
  position: relative;
}

.shop-by-collection {
  padding: 30px 0;
  border-bottom: 4px solid #c2c2c2;
}

.shop-by-collection h4 {
  font-size: 32px;
  text-transform: capitalize;
  color: #000;
  padding: 10px 0;
}

.shop-by-collection h3 {
  font-size: 18px;
  text-transform: capitalize;
  color: #000;
  padding: 10px 0;
}

.shop-by-collection p {
  font-size: 16px;
  margin: 0px 0 15px 0;
}

.shop-by-collection .swiper-button-next, .shop-by-collection .swiper-button-prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ddd;
}

.shop-by-collection .swiper-button-next:hover, .shop-by-collection .swiper-button-prev:hover {
  background: #ED2024;
}

.sale {
  padding: 4px 10px;
  background-color: #ED2024;
}

.sale .sale-text {
  color: #fff;
  font-size: 14px;
  margin: 0px;
}

@media screen and (max-width: 540px) {
  .sale {
    padding: 0px 0px;
    left: 1px;
    top: 1px;
  }
  .sale .sale-text {
    font-size: 12px;
  }
}

.parallex-banner {
  /* The image used */
  background-image: url("../images/promo-banner.jpg");
  /* Set a specific height */
  min-height: 450px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: cover;
}

.cat-content-wrapper .product-thumbnail {
  max-height: 400px;
  overflow: hidden;
  margin-bottom: 15px;
}

.products-heading {
  color: #ED2024;
  font-size: 24px;
  text-transform: capitalize;
  margin: 15px 0;
  text-align: center;
}

.page-link {
  color: #ED2024;
}

footer {
  background: #000;
  color: #fff;
  padding-top: 40px;
}

.footer-col-links, .news-letter-sec {
  margin-bottom: 15px;
}

.footer-col-links h4, .news-letter-sec h4 {
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 600;
  color: #fff;
}

.footer-col-links p, .news-letter-sec p {
  line-height: 25px;
  margin-bottom: 10px;
}

.footer-col-links ul li a, .news-letter-sec ul li a {
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -webkit-transition: all 0.7s;
}

.footer-col-links ul li a:hover, .news-letter-sec ul li a:hover {
  color: #ED2024;
  text-decoration: underline;
}

.news-letter-field-sec {
  display: flex;
}

.news-letter-field-sec .news-field {
  border: none;
  border-bottom: 1px solid #606060;
  padding: 10px 5px;
  width: 72%;
  background: transparent;
  margin-right: 15px;
  color: #fff;
}

.news-letter-field-sec .submit {
  width: 25%;
  background: #ED2024;
  color: #fff;
  padding: 10px 15px;
  border: none;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -webkit-transition: all 0.7s;
}

.news-letter-field-sec .submit:hover {
  background: #606060;
  color: #fff;
}

.follow-up h5 {
  font-size: 18px;
  text-transform: capitalize;
  margin: 15px 0;
  font-weight: 600;
  color: #fff;
}

.intl-store ul {
  display: flex;
  justify-content: start;
}

.intl-store ul li {
  margin: 0px 10px 10px 0;
}

.follow-us-div {
  justify-content: space-between;
}

@media screen and (min-width: 1140px) {
  .follow-us-div {
    margin-right: 10%;
  }
}

.follow-us-div ul {
  display: flex;
  justify-content: start;
}

.follow-us-div ul li {
  margin-right: 15px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background: #ED2024;
}

.follow-us-div ul li a {
  font-size: 22px;
  color: #fff;
}

.follow-us-div ul li:hover {
  background: #606060;
}

.follow-us-div ul.ecommerce-icons li {
  background: transparent;
  width: 60px;
  height: 60px;
}

.signature p {
  color: rgba(255, 255, 255, 0.7);
}

.signature p a {
  color: #ED2024;
}

.signature p a:hover {
  color: #fff;
}

.product-page-title h1 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #42544F;
  text-transform: capitalize;
}

.product-page-title .free-shippig-ribbon {
  width: 153px;
  animation: colors 2s infinite;
}

.product-page-title .free-shippig-ribbon p {
  animation: colors 2s infinite;
}

.price-div {
  padding: 10px 0;
}

.price-div .price {
  color: #ED2024;
  font-size: 24px;
}

.price-div .sale-price {
  color: #42544F;
  font-size: 24px;
}

.stock-up-content {
  color: #ED2024;
  font-size: 16px;
  padding: 5px 0;
}

.stock-up-content strong {
  animation: colors 2s infinite;
}

.return-exchange {
  padding: 10px 0;
}

.return-exchange p {
  color: #000;
}

.return-exchange .accetped .fa-check {
  color: #8FBA15;
  font-size: 22px;
}

.return-exchange .not-accepted {
  color: #ED2024;
}

.return-exchange .not-accepted .fa-xmark {
  color: #ED2024;
  font-size: 22px;
}

.variations label {
  color: #000;
  font-weight: bold;
}

.variations label sup {
  color: #ED2024;
}

.variations textarea {
  height: 100px;
}

.pro-qty-sec {
  text-align: center;
  color: #727272;
}

.pro-qty-sec span {
  font-size: 14px;
  color: #2f2f2f;
}

.pro-qty-sec .qty-field {
  width: 80px;
  height: 35px;
  text-align: center;
  color: #ED2024;
  border-radius: 8px;
  border: none;
  font-size: 20px;
}

.pro-qty-sec .less, .pro-qty-sec .more {
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 200;
  font-size: 18px;
  cursor: pointer;
  border-radius: 4px;
  color: #ED2024;
}

.qty-input, .qty-input2, .qty-input3, .qty-input4 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.pro-qty-sec {
  display: flex;
  justify-content: space-between;
}

.pro-qty-sec label {
  font-weight: bold;
  color: #000;
  margin-right: 20px;
}

.pro-qty-sec label sup {
  color: #ED2024;
}

.detail-stock p {
  font-size: 16px;
  color: #304038;
}

.detail-stock p strong {
  color: #8FBA15;
}

.add-cart-btn {
  background: #ED2024;
  color: #fff;
  padding: 10px 15px;
  border: none;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  width: 100%;
  margin: 15px 0;
  font-size: 20px;
  font-weight: 600;
}

.add-cart-btn:hover {
  background: #606060;
  color: #fff;
}

@keyframes colors {
  0% {
    color: #000;
  }
  50% {
    color: #ED2024;
  }
  100% {
    color: #8FBA15;
  }
}

.quality-icons h5 {
  text-transform: capitalize;
  font-size: 16px;
  color: #42544F;
  font-weight: bold;
  margin-top: 10px;
}

.quality-icons ul {
  display: flex;
  justify-content: start;
  align-items: center;
}

.quality-icons ul li {
  margin-right: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  flex-flow: wrap;
}

.quality-icons ul li img {
  width: 50px;
  margin: 5px auto;
  display: block;
}

.quality-icons ul li p {
  font-size: 14px;
}

.delivery-description h5 {
  text-transform: capitalize;
  font-size: 16px;
  color: #42544F;
  font-weight: bold;
  margin-top: 10px;
}

.delivery-description ul li {
  list-style-type: disc;
}

.delivery-return-wraper {
  margin-top: 15px;
}

.delivery-return-wraper .delivery-btn {
  background: #FAF7F0;
  color: #000;
  text-align: left;
  border: none;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}

.delivery-return-wraper .delivery-btn i {
  font-size: 25px;
}

.delivery-return-wraper li {
  margin-bottom: 10px;
  display: flex;
  color: #000;
}

.delivery-return-wraper li p {
  color: #000 !important;
}

.delivery-return-wraper li img {
  width: 20px;
  margin-right: 10px;
}

.delivery-return-wraper .card-body {
  border: none;
}

.offset-carbon {
  border-radius: 20px;
  background: #FAF7F0;
  color: #42544F;
  font-size: 14px;
  padding: 5px;
}

.view-policy {
  margin: 10px 0;
}

.view-policy ul {
  display: flex;
  justify-content: start;
}

.view-policy ul li {
  margin: 5px 10px;
}

.view-policy ul li button {
  padding: 5px 10px;
  background: #FAF7F0;
  color: #42544F;
  font-size: 15px;
  display: flex;
  border-radius: 15px;
  border: none;
}

.view-policy ul li button:hover {
  background: #000;
  color: #fff;
}

.policies-model .modal-title {
  font-size: 18px;
  text-transform: capitalize;
}

.policies-model .modal-close {
  font-size: 22px;
  top: 17px;
  color: #ED2024;
}

.swiper-latest-items {
  position: relative;
  overflow: hidden;
}

.also-like {
  margin-top: 30px;
}

.also-like h3 {
  text-align: center;
  color: #000;
  font-weight: 500;
  position: relative;
  padding: 10px 20px;
  background: #fff;
}

.also-like h3:before {
  content: "";
  width: 92%;
  height: 2px;
  background: #FFDFAE;
  position: absolute;
  top: 30px;
  left: 0px;
}

.also-like h3 strong {
  background: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 5px 20px;
}

.also-like .swiper-button-next, .also-like .swiper-button-prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ddd;
}

.shops-links {
  margin: 10px 0;
}

.shops-links h4 {
  color: #000;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: capitalize;
}

.shops-links ul {
  display: flex;
  justify-content: start;
  align-items: center;
}

.shops-links ul li {
  margin-right: 20px;
}

.shops-links ul li img {
  width: 100px;
}

.cart-items-wraper {
  padding: 15px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}

.cart-items-wraper .buyer-detail {
  font-weight: 600;
}

.cart-left-sec {
  background: #f9f9f9;
  padding: 15px 15px;
}

.cart-left-sec .bag-cart-order h6 {
  font-size: 22px;
  text-transform: capitalize;
  color: #000;
  text-align: left;
  margin-bottom: 20px;
}

.cart-left-sec .bag-cart-order .cart-img {
  margin-bottom: 15px;
}

.cart-left-sec .place-order-btn {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  background: #ED2024;
  font-size: 18px;
  margin: 30px 0;
  font-weight: 600;
}

.cart-left-sec .place-order-btn:hover {
  background: #000;
  color: #fff;
}

.cart-left-sec .order-items table {
  width: 100%;
}

.cart-left-sec .order-items table tr {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 17px;
}

.cart-left-sec .order-items table tr td {
  font-size: 16px;
  font-weight: 600;
}

.cart-left-sec .order-items table tr:last-child {
  margin-top: 20px;
  padding: 15px 5px;
  border-bottom: 1px solid #606060;
  border-top: 1px solid #606060;
  color: #606060;
  margin-top: 70px;
}

.cart-left-sec .order-items table tr th {
  font-size: 18px;
}

.cart-order h6 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
  color: #ED2024;
}

.delivery-wraper3 tbody tr td {
  border: none;
}

.delivery-heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  margin: 25px 0;
}

.cart-circle {
  margin-right: 5px;
  width: 30px;
  height: 30px;
  background: #ED2024;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
}

.continue-btn-wraper {
  padding: 50px 0;
  width: 50%;
  margin: 15px auto;
}

.continue-btn-wraper .continue-btn {
  width: 90%;
  background: #666;
  color: #fff;
  padding: 15px 30px;
  display: block;
  margin: 15px auto;
}

.light-blue {
  color: #000;
}

.text-black {
  color: #000;
}

.cart-promo-code {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-promo-code:hover {
  cursor: pointer;
}

.secure-heading {
  color: #000;
  font-size: 18px;
  text-transform: capitalize;
  margin: 10px 0;
  text-align: left;
}

.quantity-wraper {
  margin-top: 25px;
}

.quantity-wraper .size-guide-div {
  display: flex;
  justify-content: space-between;
}

.quantity-wraper .size-guide-div strong {
  font-size: 14px;
  border: 1px solid #000;
  padding: 5px;
}

.quantity-wraper .size-guide-div strong a {
  color: #000;
}

.theme-btn {
  background: #ED2024 !important;
  color: #fff !important;
  height: 42px;
  margin-top: 15px;
  text-transform: capitalize;
  font-weight: 600;
}

.theme-btn:hover {
  background: #ED2024;
  color: #fff;
}

.delivery-wraper2, .delivery-wraper3, .deliver-wraper {
  padding: 10px 0;
  border-bottom: 1px solid #606060;
}

.cart-items {
  margin-top: 50px;
}

.cart-items .cart-heading h6 {
  padding: 10px 15px;
  color: #fff;
  font-size: 16px;
  background: #ED2024;
  font-weight: 400;
  margin-bottom: 30px;
}

.cart-items .item-row {
  margin-bottom: 20px;
}

.cart-items .item-row:last-child {
  border-bottom: none;
}

.cart-items .items-features {
  display: flex;
  justify-content: flex-end;
  padding: 15px 0;
  margin: 15px 0;
  width: 100%;
}

.cart-items .items-features ul {
  width: 65%;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 520px) {
  .cart-items .items-features ul {
    width: 100%;
  }
}

.cart-items .items-features ul li a:hover {
  color: #ED2024;
  text-decoration: underline;
}

.item-row {
  display: flex;
}

@media screen and (max-width: 520px) {
  .item-row {
    flex-flow: column;
  }
}

.bag-cart-detail {
  padding: 20px 0 0 0;
  display: flex;
  justify-content: space-between;
  color: #8c8c8c;
}

.bag-cart-detail h2 {
  font-size: 16px;
  color: #000;
}

.bag-cart-detail .bag-cart-price {
  display: flex;
  flex-flow: column;
}

.bag-cart-detail .bag-cart-price p {
  font-size: 12px;
  color: #8c8c8c;
  margin-bottom: 4px;
}

.bag-cart-detail .bag-cart-price strong {
  color: #000;
}

.size-qty-wraper {
  display: flex;
  justify-content: space-evenly;
}

.bag-cart-size {
  width: 50px;
  height: 50px;
  background: #c1c1c1;
  text-align: center;
  float: left;
  margin-right: 40px;
}

.bag-cart-size .selected-size {
  text-align: center;
  position: relative !important;
}

.bag-cart-size .selected-size strong {
  color: #ED2024;
}

.bag-cart-size:hover {
  cursor: pointer;
}

.pro-img-column .cart-img {
  height: 200px;
}

.pro-img-column .cart-img img {
  max-width: 100%;
  max-height: 100%;
}

.checkout-field-section {
  padding: 15px 20px;
}

.checkout-field-section h6 {
  letter-spacing: 2px;
  font-weight: 300;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.checkout-field-section .form-control {
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 13px;
  border-radius: 0px;
}

.main-checkout-heading {
  text-align: center;
  font-size: 35px;
  font-weight: 300;
  letter-spacing: 3px;
  padding: 20px 0;
}

@media screen and (max-width: 540px) {
  .main-checkout-heading {
    font-size: 20px;
    font-weight: bold;
  }
}

.my-order-main-container {
  background: #FAF7F0;
}

.my-order-main-container h5 {
  text-align: center;
  font-size: 25px;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 300;
  margin-bottom: 15px;
}

.item-row {
  display: flex;
  border-top: 1px solid #696666;
  padding: 20px 0;
  margin-top: 15px;
}

@media screen and (max-width: 540px) {
  .item-row {
    flex-wrap: wrap;
  }
}

.item-row .cart-img {
  margin-bottom: 20px;
}

.store-cart-detail {
  display: flex;
  justify-content: space-between;
}

.store-cart-detail h2 {
  font-size: 16px;
  letter-spacing: 2px;
  color: #304038;
  font-weight: 500;
  width: 90%;
}

.store-cart-detail .remove-item a {
  color: #ED2024;
}

.store-cart-detail .remove-item a:hover {
  color: #464646;
}

.pro-detail-colum {
  padding-left: 15px;
  width: 100%;
  box-sizing: border-box;
}

.cart-detail .toggle-cursor {
  top: 30px;
}

.my-order-main-container {
  padding: 30px 30px;
}

.price-in-bag {
  color: #ED2024;
  padding-left: 10px;
}

.promo-code {
  margin: 30px 0;
  padding: 20px 0;
  text-align: center;
  background: #FAF7F0;
}

.promo-code h5 {
  font-weight: 300;
  font-size: 25px;
  text-transform: capitalize;
  margin-bottom: 20px;
  letter-spacing: 3px;
}

.promo-code .promo-code-field {
  width: 50%;
  margin: 10px auto;
  border: none;
  padding: 5px;
  font-size: 13px;
  margin-bottom: 30px;
  border-bottom: 1px solid #606060;
}

.promo-code .promo-code-field:focus {
  outline: none;
}

.color-size {
  margin-bottom: 10px;
}

.checkout-right-section {
  background-color: #FAF7F0;
  padding: 15px 0;
}

.checkout-right-section table td, .checkout-right-section table th {
  background: #FAF7F0;
}

.amount-total-container {
  padding: 15px 0;
}

.amount-total-container td {
  font-weight: bold;
}

.red-btn {
  background: #ED2024;
  color: #fff;
  padding: 10px 15px;
  border: none;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -webkit-transition: all 0.7s;
}

.red-btn:hover {
  background: #606060;
  color: #fff;
}

.main-bread-crumb-section {
  padding: 10px 0;
  border-top: 1px solid #D9D9D9;
}

.main-bread-crumb-section .breadcrumb-item a {
  color: #304038;
}

.main-bread-crumb-section .breadcrumb-item.active {
  color: #ED2024;
}

.sidebar-item {
  top: 20px;
  left: 0;
  width: 100%;
  height: 98%;
  box-shadow: 15px 0px 10px rgba(0, 1, 0, 0.05);
  padding: 10px 15px 50px 0;
  background-color: #FAF7F0;
  /* Position the items */
}

.sticky-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  padding: 0 15px;
}

.cat-heading {
  font-size: 25px;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 400;
  color: #ED2024;
}

.left-cat-list ul li h1 a {
  color: #304038;
  font-size: 18px;
  font-weight: 600;
  display: block;
  padding: 10px 0;
}

.left-cat-list ul li h1 a:hover {
  color: #ED2024;
}

.swiper-also-like {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .shop-by-collection h4, .new-trends-sec h3, .best-seller h3 {
    font-size: 20px;
  }
  .offer-content h5 {
    font-size: 28px;
  }
  .also-like h3:before {
    display: none;
  }
}

.create-accont-main-continer {
  margin: 50px 0;
  padding: 15px;
  background: #f4f4f4;
  color: #000;
}

.create-accont-main-continer h6 {
  text-transform: capitalize;
  font-size: 16px;
  border-bottom: 1px solid #000;
  padding: 15px 0;
  margin-bottom: 20px;
  color: #000;
  font-weight: 600;
}

.create-accont-main-continer strong {
  display: block;
  color: #696969;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 5px;
}

.create-accont-main-continer label.radiolabel {
  width: 50%;
  float: left;
}

.create-accont-main-continer label.radiolabel span {
  width: 100%;
  display: inline-block;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  background: #636970;
}

.create-accont-main-continer .day {
  width: 32%;
  display: inline-block;
}

.create-accont-main-continer .day select {
  background: #f8f8f8;
}

.create-accont-main-continer .day .form-check {
  font-family: 'Oswald', sans-serif !important;
}

.create-accont-main-continer .day .form-check label {
  font-family: 'Oswald', sans-serif !important;
}

.create-accont-main-continer .form-control {
  padding: 10px 5px;
}

.create-accont-main-continer .form-check-input {
  margin-right: 10px;
}

.submit-btn {
  background-color: #000;
  color: #fff;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 1;
  font-size: 20px;
}

.submit-btn:hover {
  background: #ED2024;
}

.review-modal-icon:hover {
  cursor: pointer;
}

.rate strong, .rate label {
  width: 150px;
}

.navigation-sec .navbar-nav {
  width: 100%;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .navigation-sec .navbar-nav {
    flex-flow: wrap;
    justify-content: left;
  }
  .navigation-sec .nav-item .nav-link {
    padding: 0px 10px;
  }
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: transparent;
}

#sy-whatshelp {
  right: 25px;
  bottom: 60px;
  position: fixed;
  z-index: 9999;
}

#sy-whatshelp a {
  position: relative;
}

#sy-whatshelp a.sywh-open-services {
  background-color: #129bf4;
  color: #fff;
  line-height: 55px;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  font-size: 23px;
  width: 55px;
  height: 55px;
  text-align: center;
  box-shadow: 2px 2px 8px -3px #000;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  display: inline-block;
}

#sy-whatshelp a.sywh-open-services i {
  line-height: 55px;
}

#sy-whatshelp a.sywh-open-services i.fa-times {
  display: none;
}

#sy-whatshelp .sywh-services {
  width: 55px;
  height: auto;
}

#sy-whatshelp .sywh-services a {
  display: none;
}

#sy-whatshelp .sywh-services a i {
  background-color: #129bf4;
  color: #fff;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  font-size: 23px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 2px 2px 8px -3px #000;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
}

#sy-whatshelp .sywh-services a.email i {
  background-color: #b92b27;
}

#sy-whatshelp .sywh-services a.instagram i {
  background-color: #e4405f;
}

#sy-whatshelp .sywh-services a.messenger i {
  background-color: #0084ff;
}

#sy-whatshelp .sywh-services a.whatsapp i {
  background-color: #25d366;
}

#sy-whatshelp .sywh-services a.call i {
  background-color: #ff6600;
}

a[data-tooltip] {
  position: relative;
}

a[data-tooltip]::before,
a[data-tooltip]::after {
  position: absolute;
  display: none;
  opacity: 0.85;
  transition: all 0.3s ease-in-out;
}

a[data-tooltip]::before {
  content: attr(data-tooltip);
  background: #000;
  color: #fff;
  font-size: 13px;
  padding: 7px 11px;
  border-radius: 5px;
  white-space: nowrap;
  text-decoration: none;
}

a[data-tooltip]::after {
  width: 0;
  height: 0;
  border: 6px solid transparent;
  content: "";
}

a[data-tooltip]:hover::before,
a[data-tooltip]:hover::after {
  display: block;
}

a.sywh-open-services[data-tooltip]::before,
a.sywh-open-services[data-tooltip]::after {
  display: block;
}

a.data-tooltip-hide[data-tooltip]::before,
a.data-tooltip-hide[data-tooltip]::after {
  display: none !important;
}

a.sywh-open-services[data-tooltip][data-placement="left"]::before {
  top: 11px;
}

a[data-tooltip][data-placement="left"]::before {
  top: -7px;
  right: 100%;
  line-height: normal;
  margin-right: 10px;
}

a[data-tooltip][data-placement="left"]::after {
  border-left-color: #000;
  border-right: none;
  top: 50%;
  right: 100%;
  margin-top: -6px;
  margin-right: 4px;
}

a[data-tooltip][data-placement="right"]::before {
  top: -7px;
  left: 100%;
  line-height: normal;
  margin-left: 10px;
}

a[data-tooltip][data-placement="right"]::after {
  border-right-color: #000;
  border-left: none;
  top: 50%;
  left: 100%;
  margin-top: -6px;
  margin-left: 4px;
}

a[data-tooltip][data-placement="top"]::before {
  bottom: 100%;
  left: 0;
  margin-bottom: 10px;
}

a[data-tooltip][data-placement="top"]::after {
  border-top-color: #000;
  border-bottom: none;
  bottom: 100%;
  left: 10px;
  margin-bottom: 4px;
}

a[data-tooltip][data-placement="bottom"]::before {
  top: 100%;
  left: 0;
  margin-top: 10px;
}

a[data-tooltip][data-placement="bottom"]::after {
  border-bottom-color: #000;
  border-top: none;
  top: 100%;
  left: 10px;
  margin-top: 4px;
}

.main-blog-wrapper {
  padding-bottom: 40px;
}

.blog-post {
  margin: 15px 0;
}

.blog-post .blog-post-content {
  height: 300px;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-post .blog-post-content article h2 {
  font-size: 18px;
  text-transform: capitalize;
  padding: 20px 0;
  color: #606060;
}

.blog-post .blog-post-content article h3, .blog-post .blog-post-content article h4, .blog-post .blog-post-content article h5, .blog-post .blog-post-content article h6 {
  font-size: 17px;
  text-transform: capitalize;
  padding: 5px 0;
  color: #606060;
}

.blog-post .blog-post-content article p {
  padding-bottom: 20px;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog-post .blog-post-content article a {
  color: #000;
}

.blog-post .blog-post-content article:hover a {
  color: #000;
}

.blog-post:hover article h2 {
  color: #ED2024;
}

.blog-link {
  color: #ED2024;
}

.blog-link:hover {
  color: #000;
}

.line-sep {
  background-image: linear-gradient(to right top, #ED2024, #ED2024, #ED2024, #000, #000);
  width: 28px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}

.line-sep:hover .line-sep {
  width: 50px;
  background: #000;
}

.blogs-main-heading {
  font-size: 30px;
  padding: 20px 0;
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
}

.blog-detail h2 {
  font-size: 24px;
  padding: 0 0 10px 0;
}

.blog-detail p {
  line-height: 30px;
}

.Reviews-box {
  margin: 30px 0;
}

.Reviews-box h4 {
  font-weight: bold;
  margin-bottom: 15px;
}

.reviews-list {
  height: 400px;
  overflow-y: scroll;
}

.reviews-list h5 {
  color: #ED2024;
}

.intl-store {
  margin-top: 15px;
}

.intl-store h4 {
  color: #fff;
  font-size: 16px;
}

.like-div .fa-thumbs-up {
  color: #ED2024;
  font-size: 20px;
}

.share-link-div {
  margin-bottom: 15px;
}

.share-link-div strong {
  color: #000;
  font-weight: 600;
  margin: 5px 0;
  display: block;
  font-size: 18px;
  text-transform: capitalize;
}

.share-link-div ul {
  display: flex;
}

.share-link-div ul li {
  margin: 5px 10px 5px 0;
}

.share-link-div ul li img {
  width: 200px;
  height: 47px;
  border-radius: 5px;
}

.share-link-div ul li .copy-btn {
  background: #909090;
  color: #fff;
  border: none;
  height: 47px;
  width: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 5px;
}

.share-link-div ul li .copy-btn i {
  padding-left: 10px;
  color: #fff;
  font-size: 22px;
}

.share-link-div ul li .copy-btn:hover {
  background: #000;
}

.ecommerce-icons li {
  background: transparent !important;
  width: 50px !important;
}

.contact-tile {
  text-align: center;
  padding: 30px 0;
}

.contact-tile h4 {
  font-size: 40px;
  margin: 15px 0;
}

.contact-tile p {
  font-size: 18px;
}

.pak-office {
  display: flex;
  margin: 30px 0 0 0;
  border-top: 2px solid #c2c2c2;
  border-bottom: 2px solid #c2c2c2;
}

.map, .contact-form {
  width: 37%;
}

.detail-contact h3 {
  display: flex;
  font-size: 18px;
  align-items: center;
}

.detail-contact h3 img {
  width: 70px;
  margin-right: 10px;
}

.detail-contact .contact-div {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 25px;
}

.detail-contact .contact-div img {
  margin-right: 10px;
}

.detail-contact .contact-div .phone strong {
  display: block;
  color: #000;
  margin-bottom: 0px;
}

.contactus-main-wrapper .contact-form {
  background-color: #f9f9f9;
  padding: 5px 10px 0 10px;
}

.contactus-main-wrapper .form .form-control {
  background: #fff;
}

.contactus-main-wrapper address {
  color: #000;
}

.contactus-main-wrapper address a {
  color: #000;
}

.contactus-main-wrapper address a:hover {
  color: #ED2024;
}

.quick-contact-detail {
  padding: 10px 20px;
}

.pak-office:nth-child(2n) {
  flex-direction: row-reverse;
}

.form .form-control {
  background: #f9f9f9;
}

.send-message {
  background: #ED2024;
  color: #fff;
  padding: 10px 15px;
  border: none;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  border-radius: 0px;
  width: 300px;
  margin: 20px auto;
}

.send-message:hover {
  background: #606060;
  color: #fff;
}

.pages-main-wraper {
  padding: 20px 0;
  border-top: 1px solid #D9D9D9;
}

.pages-main-wraper .page-content-main-wraper {
  padding: 15px 0;
}

.pages-main-wraper .page-content-main-wraper p strong {
  color: #11457c;
  margin-bottom: 15px;
  font-size: 16px;
}

.pages-main-wraper .page-content-main-wraper p a {
  color: #ED2024;
}

.pages-main-wraper .page-content-main-wraper h3, .pages-main-wraper .page-content-main-wraper h2 {
  font-size: 22px;
  color: #11457c;
  font-weight: 600;
  margin-bottom: 15px;
}

.pages-main-wraper .page-content-main-wraper h1, .pages-main-wraper .page-content-main-wraper h4, .pages-main-wraper .page-content-main-wraper h5, .pages-main-wraper .page-content-main-wraper h6, .pages-main-wraper .page-content-main-wraper strong {
  color: #11457c;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}

.pages-main-wraper .page-content-main-wraper h1 strong, .pages-main-wraper .page-content-main-wraper h4 strong, .pages-main-wraper .page-content-main-wraper h5 strong, .pages-main-wraper .page-content-main-wraper h6 strong, .pages-main-wraper .page-content-main-wraper strong strong {
  color: #11457c;
  margin-bottom: 15px;
  font-size: 16px;
}

.hoverclass a.active {
  color: #ED2024;
}

@media screen and (max-width: 540px) {
  .pak-office {
    flex-wrap: wrap;
  }
  .contactus-main-wrapper .map, .contactus-main-wrapper .contact-form, .contactus-main-wrapper .quick-contact-detail {
    width: 100%;
    margin: 15px 0;
  }
  .right-nav .container-fluid {
    flex-direction: row-reverse;
  }
  .grid__item, .article-gallery .article-gallery__container .article-gallery__item {
    padding-left: 0px !important;
  }
  .offer-content .order-text {
    font-size: 22px;
  }
}

h1, h2, h3, h4, h5, h6 {
  text-transform: capitalize;
}

.also-like .swiper-button-next:after, .also-like .swiper-button-prev:after {
  font-size: 20px;
}

.order-status-box .badge {
  display: flex;
  align-items: center;
  padding: 2px 10px;
}

.order-status-box .badge i {
  font-size: 20px;
  padding: 0 8px 0 0;
}

.order-status-box .form-check-input {
  position: absolute;
  margin: 30px 50px;
}

.dashboard-list li a i {
  font-size: 24px;
}

.dashboard-list li a svg {
  font-size: 24px;
}

.contact-tabs {
  width: 33%;
}

.contact-tabs .nav-link {
  width: 100%;
  background: #909090;
  color: #000;
  font-size: 18px;
}

@media screen and (max-width: 640px) {
  .contact-tabs .nav-link {
    font-size: 16px;
  }
}

.contact-tabs img {
  width: 35px;
  vertical-align: middle;
}

.contact-tabs .nav-link.active {
  background: #ED2024;
  color: #fff;
}

.payment-options ul {
  display: flex;
}

.payment-options ul li {
  margin: 5px;
}

.offer-table strong {
  color: #ED2024;
  font-weight: bold;
  font-size: 20px;
}

.offer-table .table td, .offer-table .table th {
  vertical-align: baseline;
}

.offer-table .table .tbl-head {
  color: #ED2024;
  font-weight: bold;
  font-size: 20px;
}

.other-views {
  margin-top: 50px;
}

.swiper-container-home, .swiper-container-best-seller {
  position: relative;
  overflow: hidden;
}

.faq-container-wrapper {
  padding: 40px 0;
}

.faq-question h4 {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
  color: #ED2024;
}

.faq-link {
  color: #ED2024;
  font-size: 18px;
  padding: 10px 0;
  display: block;
  width: 100%;
  font-weight: bold;
}

.faq-link:hover, .faq-link:active {
  color: #ED2024;
}

.question-div {
  border-bottom: 1px solid #000;
  padding: 10px 0;
}

.question-div ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.question-div article a {
  color: #ED2024;
  font-weight: bold;
}

.question-div article a:hover {
  color: #11457c;
}

.testimonial-main-wrapper h5 {
  font-size: 28px;
  text-align: center;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.review-tab {
  width: 45%;
  color: #000;
  font-weight: 600;
  font-size: 18px;
}

.review-tab:active {
  color: #ED2024;
}

.review-tab.active {
  color: #ED2024;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  color: #ED2024;
}

.review-content {
  padding: 15px;
}

.swiper-product-related {
  position: relative;
  overflow: hidden;
}

.cats-descriptions {
  padding: 20px 0;
}

.cats-descriptions h1, .cats-descriptions h2 {
  font-size: 24px;
  text-transform: capitalize;
  color: #ED2024;
  margin-bottom: 15px;
}

.cats-descriptions h2 {
  color: #ED2024;
  font-size: 22px;
}

.cats-descriptions h3 {
  font-size: 20px;
  color: #000;
}

.cats-descriptions h4 {
  color: #000;
  font-size: 18px;
}

.cats-descriptions h3, .cats-descriptions h4, .cats-descriptions h5, .cats-descriptions h6 {
  color: #000;
  font-size: 20px;
  text-transform: capitalize;
}

.cats-descriptions p {
  color: #000;
  font-size: 16px;
  margin-bottom: 15px;
}

.cats-descriptions b, .cats-descriptions strong {
  color: #11457c;
}

.cats-descriptions ol, .cats-descriptions ul {
  margin-bottom: 15px;
}

.cats-descriptions ol li, .cats-descriptions ul li {
  list-style-type: disc;
  list-style-position: inside;
  color: #000;
  font-size: 16px;
}

.cats-descriptions a {
  color: #ED2024;
}

.social-buttons {
  display: flex;
  justify-content: end;
  align-items: center;
}

.swiper-container-collection {
  position: relative;
  overflow: hidden;
}

.most-popular-swiper, .new-arrival-swiper, .swiper-exclusive {
  position: relative;
  overflow: hidden;
}

.avatar-div .person {
  border: 1px solid #000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 10px auto;
  text-align: center;
  overflow: hidden;
}

.avatar-div .person img {
  width: 60px;
  height: 50px;
}

.avatar-div strong {
  text-align: center;
  font-size: 15px;
  color: #11457c;
  display: block;
}

.avatar-div p {
  text-align: center;
  font-size: 15px;
  color: #000;
}

/* Search Panel - Full Height Sliding */
.search-container {
  position: fixed;
  top: 0;
  right: -100%;
  width: 30%;
  height: 100vh;
  background: white;
  padding: 20px;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
  transition: right 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding-top: 50px;
  z-index: 999;
}

@media screen and (max-width: 540px) {
  .search-container {
    width: 100%;
    padding: 60px 0;
  }
}

.search-container.active {
  right: 0;
}

/* Search Box */
.search-box {
  width: 90%;
  padding: 12px;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
}

/* Autocomplete & Suggestions */
.autocomplete-list {
  width: 90%;
  background: white;
  border: 1px solid #ccc;
  border-top: none;
  max-height: 200px;
  overflow-y: auto;
  margin-top: 5px;
  display: none;
}

.autocomplete-list div {
  padding: 12px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}

.autocomplete-list div:hover {
  background: #f0f0f0;
}

/* Suggested Products & Categories */
.suggestions {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 10px;
  overflow-y: auto;
}

.suggestion-category {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}

.suggestion-item {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.3s;
}

.suggestion-item a {
  color: #000;
}

.suggestion-item h2, .suggestion-item h3 {
  color: #000;
}

.suggestion-item:hover {
  background: #f9f9f9;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #ED2024;
}

/* Search Icon */
.search-icon {
  font-size: 24px;
  cursor: pointer;
  padding: 3px 9px;
  border-radius: 50%;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.search-pro-line {
  display: flex;
  justify-content: left;
}

.search-pro-line .search-img {
  width: 50px;
  margin-right: 5px;
}

.search-pro-line .search-info h2 {
  font-size: 13px;
  font-weight: 400;
}

.search-pro-line .search-info strong {
  color: #ED2024;
}

.search-pro-line .search-info span {
  color: #11457c;
  padding-left: 10px;
}

.wishitem-div {
  position: absolute;
  top: 30px;
  right: 25%;
  z-index: 6;
}

@media screen and (max-width: 540px) {
  .wishitem-div {
    right: 8%;
    top: 20px;
  }
}

.wishitem-div a {
  color: #000;
  font-size: 30px;
}

.wishitem-div a:hover, .wishitem-div a:active {
  color: #ED2024;
}

.account-auth-main-wrapper {
  padding: 15px;
  border-radius: 10px;
}

.login-container h6 {
  font-family: "Lora", serif;
  color: #ED2024;
  font-size: 24px;
  text-transform: capitalize;
  padding: 10px 0;
  font-weight: bold;
}

.login-container .form-control {
  border-radius: 5px;
}

.login-container .login-butn-forgot {
  display: flex;
  align-items: center;
  justify-content: start;
}

.login-container .login-btn {
  background: #ED2024;
  border: none;
  border-radius: 5px;
  font-size: 20px;
  color: #fff;
  padding: 8px 20px;
  margin: 5px 15px 15px 0;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -webkit-transition: all 0.7s;
}

.login-container .login-btn:hover {
  background: #000;
}

.login-container .forgot-pass {
  text-decoration: underline;
  color: #ED2024;
}

.login-container .forgot-pass:hover {
  color: #11457c;
}

.position-relative {
  position: relative;
}

.icon2 {
  font-size: 15px;
  color: black;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.sign-fields-wrapper p {
  color: #000;
  margin-bottom: 15px;
}

.sign-fields-wrapper p a {
  color: #ED2024;
  text-decoration: underline;
}

.width-2 {
  width: 1px;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .width-2 {
    width: 90%;
    margin: 15px 0;
    height: 0.5px;
  }
}

.checkout-as-guest {
  background: #11457c;
  padding: 10px 20px;
  font-size: 20px;
  border: none;
  text-transform: capitalize;
  color: #fff;
  border-radius: 5px;
  margin: 0 auto;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -webkit-transition: all 0.7s;
}

.checkout-as-guest i {
  padding-left: 5px;
}

.checkout-as-guest:hover {
  background: #000;
}

@media screen and (max-width: 640px) {
  .guest-checkout-btn {
    text-align: center;
    justify-content: center;
  }
}

@media screen and (min-width: 992px) {
  .navbar {
    padding: 0;
    line-height: 3rem;
  }
  .navbar .dropdown-menu {
    line-height: initial;
  }
  .dropdown .dropdown-menu {
    display: none;
  }
  .dropdown:hover > .dropdown-menu,
  .dropend:hover > .dropdown-menu {
    display: block;
  }
  .dropdown:hover > .dropdown-menu {
    margin-top: -.5rem;
  }
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: -.5rem;
    left: 100%;
    margin-left: 0;
  }
}

.newsletter-popup {
  max-width: inherit;
  padding: 0;
  border: 0;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  position: relative;
  background-color: #fff;
}

.newsletter-popup .close-popup {
  font-size: 10px;
  color: #ED2024;
  text-transform: uppercase;
  background: none;
  border: 0;
  position: absolute;
  right: 0;
  padding: 0;
  top: -20px;
}

.newsletter-popup .close-popup i {
  font-size: 8px;
  margin-left: 3px;
}

.white-popup {
  background-color: #fff;
}

.banner-newsletter {
  float: left;
  width: 270px;
}

.kt-popup-newsletter {
  position: relative;
  overflow: hidden;
  padding: 40px 50px;
  text-align: center;
  min-height: 350px;
}

.popup-title h1 {
  font-size: 30px;
  text-transform: uppercase;
  color: #423e42;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
}

.popup-title .notice {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}

.popup-title .primary {
  font-size: 17px;
  color: #423e42;
  font-family: "Raleway", sans-serif;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 300;
}

input#mce-EMAIL {
  width: 100%;
  height: 54px;
  border-color: rgba(0, 0, 0, 0.1);
  text-align: left;
  font-size: 14px;
  color: #606060;
}

button#subscribe {
  width: 100%;
  background-color: #ED2024;
  height: 50px;
  margin: 10px 0;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  border: none;
  text-transform: uppercase;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -webkit-transition: all 0.7s;
}

button#subscribe:hover {
  background: #000;
}

.checkbox-bottom {
  margin-top: 10px;
}

.checkbox-bottom label {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  font-weight: lighter;
}

input[type=checkbox] + label {
  cursor: pointer;
}

.modal .btn-close {
  right: 0px;
  float: right;
  filter: brightness(0) saturate(100%) invert(15%) sepia(72%) saturate(6540%) hue-rotate(357deg) brightness(87%) contrast(114%);
}

.checkbox-bottom a {
  color: #ED2024;
  font-weight: bold;
}

.checkbox-bottom a:hover {
  color: #000;
}

.checkbox-bottom #checkBox {
  vertical-align: top;
  margin-top: 3px;
}

.tracking-no a {
  padding: 5px 10px;
  outline: 1px solid #606060;
  border-radius: 5px;
  background: #8FBA15;
  color: #fff;
  background: #8FBA15;
}

.tracking-no a:hover {
  background: #000;
}

.cookies-container {
  display: flex;
  position: fixed;
  bottom: 0px;
  transform: translateX(-50%);
  background: #FFDFAE;
  color: #000;
  padding: 10px 20px;
  border-radius: 5px;
  padding: 10px 15px;
  z-index: 999;
  left: 50%;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 540px) {
  .cookies-container {
    padding: 5px;
    flex-flow: wrap;
  }
}

.cookies-container p {
  font-size: 16px;
  color: #000;
}

.cookies-container .btn-close {
  top: 0px;
  right: 0px;
  border: 1px solid red;
  position: absolute;
  color: #ED2024;
}

.cookies-container .cookies-button {
  padding: 8px 25px;
  background: #fff;
  color: #000;
  font-size: 16px;
  border: none;
  margin: 10px 10px;
}

@media screen and (max-width: 540px) {
  .cookies-container .cookies-button {
    padding: 5px 15px;
  }
}

.cookies-container .cookies-button:hover {
  background: #000;
  color: #fff;
}

.cookies-butn-container {
  display: flex;
}

.cookies-butn-container .manage-cookies-btn {
  border: none;
  outline: 1px solid #000;
}

.track-btn {
  background: #ED2024;
  color: #fff;
  padding: 7px 10px;
  border: none;
  border-radius: 5px;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -webkit-transition: all 0.7s;
}

.track-btn:hover {
  background: #000;
}

.account-auth-main-wrapper .card {
  margin: auto;
  max-width: 600px;
  padding: 4vh 0;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-top: 3px solid #fc6731;
  border-bottom: 3px solid #fc6731;
  border-left: none;
  border-right: none;
}

@media (max-width: 768px) {
  .account-auth-main-wrapper .card .card {
    width: 90%;
  }
}

.title {
  color: #fc6731;
  font-weight: 600;
  margin-bottom: 2vh;
  padding: 0 8%;
  font-size: initial;
}

#details {
  font-weight: 400;
}

.info {
  padding: 5% 8%;
}

.info .col-5 {
  padding: 0;
}

#heading {
  color: grey;
  line-height: 6vh;
}

.pricing {
  background-color: #ddd3;
  padding: 2vh 8%;
  font-weight: 400;
  line-height: 2.5;
}

.pricing span {
  color: #000;
}

.pricing a {
  color: #000;
}

.pricing a:hover {
  color: #ED2024;
}

.pricing .col-3 {
  padding: 0;
}

.total {
  padding: 2vh 8%;
  color: #fc6731;
  font-weight: bold;
}

.total .col-3 {
  padding: 0;
}

.account-auth-main-wrapper .footer {
  padding: 0 8%;
  font-size: x-small;
  color: black;
}

.account-auth-main-wrapper .footer img {
  height: 5vh;
  opacity: 0.7;
}

.account-auth-main-wrapper .footer a {
  color: #fc6731;
}

.account-auth-main-wrapper .footer .col-10, .col-2 {
  display: flex;
  padding: 3vh 0 0;
  align-items: center;
}

.account-auth-main-wrapper .footer .row {
  margin: 0;
}

#progressbar {
  margin-bottom: 3vh;
  overflow: hidden;
  color: #fc6731;
  padding-left: 0px;
  margin-top: 3vh;
}

#progressbar li {
  list-style-type: none;
  font-size: x-small;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
  color: #a09f9f;
}

#progressbar #step1:before {
  content: "";
  color: #fc6731;
  width: 5px;
  height: 5px;
  margin-left: 0px !important;
  /* padding-left: 11px !important */
}

#progressbar #step2:before {
  content: "";
  color: #fff;
  width: 5px;
  height: 5px;
  margin-left: 32%;
}

#progressbar #step3:before {
  content: "";
  color: #fff;
  width: 5px;
  height: 5px;
  margin-right: 32%;
  /* padding-right: 11px !important */
}

#progressbar #step4:before {
  content: "";
  color: #fff;
  width: 5px;
  height: 5px;
  margin-right: 0px !important;
  /* padding-right: 11px !important */
}

#progressbar li:before {
  line-height: 29px;
  display: block;
  font-size: 12px;
  background: #ddd;
  border-radius: 50%;
  margin: auto;
  z-index: -1;
  margin-bottom: 1vh;
}

#progressbar li:after {
  content: '';
  height: 2px;
  background: #ddd;
  position: absolute;
  left: 0%;
  right: 0%;
  margin-bottom: 2vh;
  top: 1px;
  z-index: 1;
}

.progress-track {
  padding: 0 8%;
}

#progressbar li:nth-child(2):after {
  margin-right: auto;
}

#progressbar li:nth-child(1):after {
  margin: auto;
}

#progressbar li:nth-child(3):after {
  float: left;
  width: 68%;
  text-align: center;
}

#progressbar li:nth-child(4):after {
  margin-left: auto;
  width: 132%;
  text-align: right;
}

#progressbar li:nth-child(3) {
  text-align: center;
}

#progressbar li:nth-child(4) {
  text-align: right;
}

#progressbar li.active {
  color: black;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #fc6731;
}

.tracking-number {
  padding: 2vh 8%;
  color: #fc6731;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}

.tracking-number strong {
  color: #11457c;
}

.tracking-number strong a.company-name {
  color: #11457c;
}

.tracking-number strong a.company-name:hover {
  color: #ED2024;
}

.tracking-number strong .tracking-no {
  padding: 3px 12px;
  background: #ED2024;
  border-radius: 3px;
  color: #fff;
}

.tracking-number strong .tracking-no:hover {
  background: #000;
}

.sizes {
  display: flex;
  align-items: center;
  flex-flow: wrap;
}

.sizes .sizes-box {
  padding: 3px;
  display: flex;
  align-items: center;
}

input[type=checkbox], input[type=radio] {
  margin-top: 0px;
  width: 20px;
}

.status-of-order {
  display: block;
  text-align: center;
}

.status-of-order strong {
  color: #ED2024;
  text-transform: capitalize;
  font-size: 34px;
  display: block;
}

.dropend {
  position: relative;
}

.dropend:before {
  content: "\f054";
  font-family: FontAwesome;
  position: absolute;
  right: 3px;
  top: 6px;
}

#v7irjv7uarfc1747478027016 {
  display: none !important;
  outline: 1px solid red;
}

@media screen and (max-width: 640px) {
  .display-mob {
    display: flex;
    flex-direction: column-reverse;
  }
}

.form-container {
  padding: 30px;
}

.form-section {
  margin-bottom: 30px;
}

.section-title {
  font-size: 1.3rem;
  color: #ED2024;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.form-group {
  flex: 1 0 300px;
  margin: 0 15px 20px;
}

label {
  display: block;
  font-weight: 600;
  color: #444;
}

input, textarea, select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  transition: border 0.3s;
}

input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: #ED2024;
  box-shadow: 0 0 0 2px rgba(237, 32, 36, 0.2);
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.file-upload {
  position: relative;
  border: 2px dashed #ccc;
  border-radius: 6px;
  padding: 30px;
  text-align: center;
  transition: border 0.3s;
}

.file-upload:hover {
  border-color: #ED2024;
}

.file-upload i {
  font-size: 40px;
  color: #ED2024;
  margin-bottom: 15px;
}

.file-upload p {
  margin-bottom: 15px;
  color: #666;
}

.upload-btn {
  display: inline-block;
  background: #ED2024;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}

.upload-btn:hover {
  background: #ED2024;
}

#fileInput {
  display: none;
}

.image-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}

.preview-item {
  width: 120px;
  position: relative;
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.preview-item img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  display: block;
}

.preview-actions {
  display: flex;
  justify-content: space-around;
  padding: 8px 0;
  background: #f8f8f8;
}

.preview-actions span {
  cursor: pointer;
  color: #666;
  transition: color 0.3s;
}

.preview-actions span:hover {
  color: #ED2024;
}

.submit-btn {
  display: block;
  width: 100%;
  padding: 15px;
  background: linear-gradient(135deg, #ED2024 0%, 100%);
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.submit-btn:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .form-group {
    flex: 1 0 100%;
  }
  header h1 {
    font-size: 2rem;
  }
  .form-container {
    padding: 20px;
  }
}

.container-form {
  max-width: 800px;
  margin: 0 auto;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.header-form {
  text-align: center;
}

.header-form h1 {
  color: #ED2024;
  font-size: 28px;
  text-transform: capitalize;
}

.header-form p {
  color: #000;
  font-size: 20px;
}

.header {
  background: linear-gradient(to right, #d32f2f, #b71c1c);
  color: white;
  padding: 25px;
  text-align: center;
}

.header h1 {
  font-weight: 600;
  font-size: 28px;
  color: #fff;
}

.header p {
  margin-top: 8px;
  opacity: 0.9;
  color: #fff;
}

.form-container {
  padding: 30px;
}

.form-section {
  margin-bottom: 25px;
}

.form-section-title {
  font-size: 18px;
  color: #d32f2f;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  font-weight: 600;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  flex: 1;
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #555;
}

input, textarea, select {
  width: 100%;
  padding: 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  transition: all 0.3s;
}

input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: #d32f2f;
  box-shadow: 0 0 0 2px rgba(211, 47, 47, 0.2);
}

input::placeholder, textarea::placeholder {
  color: #999;
}

.upload-area {
  border: 2px dashed #d32f2f;
  border-radius: 8px;
  padding: 25px;
  text-align: center;
  margin-bottom: 20px;
  background-color: #fff5f5;
  cursor: pointer;
  transition: all 0.3s;
}

.upload-area:hover {
  background-color: #ffebee;
}

.upload-icon {
  font-size: 40px;
  color: #d32f2f;
  margin-bottom: 10px;
}

.upload-text {
  color: #d32f2f;
  font-weight: 500;
}

#image-input {
  display: none;
}

.thumbnails-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}

.thumbnail {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbnail-actions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  padding: 5px;
  transform: translateY(100%);
  transition: all 0.3s;
}

.thumbnail:hover .thumbnail-actions {
  transform: translateY(0);
}

.thumbnail-btn {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  margin: 0 5px;
  font-size: 14px;
}

.submit-btn {
  background: #d32f2f;
  color: white;
  border: none;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.submit-btn:hover {
  background: #b71c1c;
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.submit-btn:active {
  transform: translateY(0);
}

.required::after {
  content: " *";
  color: #d32f2f;
}

@media (max-width: 600px) {
  .form-row {
    flex-direction: column;
    gap: 15px;
  }
  .form-container {
    padding: 20px;
  }
}

.toggle-container {
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.toggle-header {
  background-color: #f8f9fa;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

.toggle-header:hover {
  background-color: #e9ecef;
}

.toggle-title {
  font-weight: 600;
  color: #2c3e50;
}

.toggle-icon {
  font-size: 20px;
  transition: transform 0.3s;
}

.toggle-content {
  display: none;
  padding: 25px;
  background-color: white;
  border-top: 1px solid #e0e0e0;
}

.active .toggle-icon {
  transform: rotate(180deg);
}

.active .toggle-content {
  display: block;
}

.form-group {
  margin-bottom: 20px;
}

label {
  display: block;
  margin-bottom: 0px;
  font-weight: 500;
  color: #2c3e50;
}

input[type="text"],
input[type="number"] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
}

.image-upload {
  border: 2px dashed #ddd;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  transition: border-color 0.3s;
}

.image-upload:hover {
  border-color: #ED2024;
}

.image-upload p {
  margin-bottom: 15px;
  color: #7f8c8d;
}

.upload-btn {
  background-color: #ED2024;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}

.upload-btn:hover {
  background-color: #ED2024;
}

.thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}

.thumbnail {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbnail-actions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: space-around;
  padding: 8px;
  transform: translateY(100%);
  transition: transform 0.3s;
}

.thumbnail:hover .thumbnail-actions {
  transform: translateY(0);
}

.thumb-btn {
  color: white;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  padding: 5px;
}

.thumb-btn:hover {
  color: #ED2024;
}

.submit-btn {
  background-color: #ED2024;
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin: 20px auto 0;
  transition: background-color 0.3s;
}

.submit-btn:hover {
  background-color: #ED2024;
}

@media (max-width: 768px) {
  .container {
    padding: 15px;
  }
  .toggle-content {
    padding: 15px;
  }
  .thumbnail {
    width: 100px;
    height: 100px;
  }
}

.checkbox-group {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.remove-product {
  background-color: #e74c3c;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.upload-area {
  border: 2px dashed #bdc3c7;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  margin-bottom: 15px;
  transition: all 0.3s;
  cursor: pointer;
}

.upload-area:hover {
  border-color: #3498db;
  background-color: #f0f8ff;
}

.upload-area p {
  margin-bottom: 10px;
  color: #7f8c8d;
}

.upload-icon {
  font-size: 40px;
  color: #ED2024;
  margin-bottom: 10px;
}

.product-number {
  font-weight: bold;
  color: #ED2024;
}

.product-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.remove-product {
  background-color: #e74c3c;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.product-section {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  border-left: 4px solid #ED2024;
}

.thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}

.thumbnail {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbnail-actions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: space-around;
  padding: 5px;
  transform: translateY(100%);
  transition: transform 0.3s;
}

.thumbnail:hover .thumbnail-actions {
  transform: translateY(0);
}

.thumbnail-btn {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 12px;
}

.add-product-btn {
  background-color: #ED2024;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  display: block;
  margin: 20px auto;
  transition: background 0.3s;
}

.add-product-btn:hover {
  background-color: #000;
}

.submit-btn {
  background-color: #000;
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  display: block;
  margin: 30px auto 0;
  width: 200px;
  transition: background 0.3s;
}

.submit-btn:hover {
  background-color: #ED2024;
}

@media (max-width: 768px) {
  .grid-2, .grid-3 {
    grid-template-columns: 1fr;
  }
  .container {
    padding: 15px;
  }
}

.price-offer {
  display: flex;
  align-items: center;
  position: relative;
  gap: 10px;
}

@media screen and (max-width: 540px) {
  .price-offer {
    flex-direction: column;
  }
}

.rating-display {
  margin: 30px 0;
  font-size: 18px;
  color: #444;
}

.rating-value {
  font-weight: bold;
  color: #ff9800;
  font-size: 22px;
}

.stars-container {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.star-rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.star-rating input {
  display: none;
}

.star-rating label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ddd"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.2s ease;
}

.star-rating input:checked ~ label,
.star-rating label:hover,
.star-rating label:hover ~ label {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ff9800"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>');
}

.static-stars {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.static-star {
  width: 20px;
  height: 20px;
  margin: 0 3px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.full-star {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ff9800"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>');
}

.half-star {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><linearGradient id="half"><stop offset="50%" stop-color="%23ff9800"/><stop offset="50%" stop-color="%23ddd"/></linearGradient></defs><path fill="url(%23half)" d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>');
}

.empty-star {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ddd"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>');
}

.feedback-section {
  margin-top: 30px;
}

textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  resize: vertical;
  min-height: 100px;
  font-size: 16px;
  margin-bottom: 15px;
  transition: border 0.3s;
}

textarea:focus {
  outline: none;
  border-color: #ff9800;
  box-shadow: 0 0 0 2px rgba(255, 152, 0, 0.2);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.rating-text {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}

.examples {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  width: 100%;
  max-width: 500px;
}

.example {
  background-color: white;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  flex: 1;
  margin: 0 10px;
}

.example-title {
  font-size: 14px;
  margin-bottom: 10px;
  color: #555;
}

.review-box h5 {
  color: #ED2024;
  font-size: 18px;
  margin-bottom: 10px;
}

.review-stars-div {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}

.review-images ul {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.product-listing-reviews-stars {
  flex-direction: row !important;
}

.pro-info .star-rating {
  flex-direction: row !important;
}

.active-price {
  display: flex;
  width: 60%;
  justify-content: flex-end;
  align-items: center;
}

.tp-widget-wrapper {
  text-align: left !important;
}

.radio-container {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .review-modal-icon {
    display: none;
  }
  .header-top-bg .col-lg-6:first-child {
    padding-left: 2px;
    padding-right: 2px;
    outline: 1px solid red;
  }
  .intl-store ul li {
    margin: 0px;
  }
  .intl-store ul li img {
    width: 40px;
  }
  .news-letter-field-sec .submit {
    font-size: 14px;
    padding: 7px 2px;
    width: 31%;
  }
  .news-letter-field-sec .news-field {
    width: 60%;
    margin-right: 0px;
  }
}

.delete-btn {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
}
