/* Root variables for easy theme adjustments */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');

:root {
  --accent: #0A84FF;
  --text-color: #0A0A0A;
  --light-gray: #F5F5F5;
}
/* 

.playfair-<uniquifier> {
  font-family: "Playfair", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
} */

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/* Base typography and colours */
body {
  /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;*/
  font-family: "Poppins", sans-serif;
  color: var(--text-color);
  background-color: #ffffff;
  scroll-behavior: smooth;
}

a {
  color: #0A0A0A;
  text-decoration: none;
}

a:hover {
  /*opacity: 0.8;*/
  text-decoration: none;
}

.header {}

.header .logo {
  text-transform: uppercase;
}

.header .logo img {
  width: auto;
  height: 45px;
}

.header .logo a {
  font-size: 30px;
  font-weight: 700;
}

.navtop {}

.navtop .nav-link {
  text-transform: uppercase;
  color: #333;
  font-weight: 500;
}

.navtop .nav-link a {}

.navinfo {}

.navinfo ul {
  padding-left: 0px;
  margin-left: 0px;
}

.navinfo li {
  float: left;
  list-style: none;
  padding: 0px;
  font-size: 15px;
}

.carthead {}

.carthead i {
  position: relative;
  top: -1px;
}

/*.carthead span{background: #d44e62;    width: 20px;
    height: 20px;
    border-radius: 50%;    padding: 3px 0px;top: 0px;
    text-align: center;}*/
.navinfo .nav-link {
  color: #333;
}

.carthead .badge {
  background: #d44e62;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 3px 0;
  top: 0px;
  text-align: center;
}

.odr1 {
  order: 1;
}

.odr2 {
  order: 2;
}

/* Accent button style */
.btn-accent {
  background-color: #262626;
  color: #ffffff;
  border-radius: 0.25rem;
}

.btn-accent:hover {
  opacity: 0.9;
  background-color: #333;
  color: #ffffff;
}

/* Hero section */
/*.hero {
  position: relative;
  background-size: cover;
  background-position: center;
  color: var(--text-color);
  text-align: center;
}
.hero .hero-content {
  background-color: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(10px);
  display: inline-block;
  padding: 2rem;
  border-radius: 0.5rem;
}*/
.slider {}

.slider img {
  width: 100%;
  height: auto;
}

.slider .owl-dots {
  position: absolute;
  /* top: 10px; */
  bottom: 10px;
  left: 0px;
  right: 0px;
}

.slider .owl-nav {
  position: absolute;
  top: 40% !important;
  bottom: 0px !important;
  right: 0px !important;
  z-index: 99;
  display: flex;
  gap: 12px;
  width: 100%;
}

.owl-carousel .owl-nav button.owl-prev {
  float: left;
  position: absolute;
  left: 0;
  background: none !important;
}

.owl-carousel .owl-nav button.owl-next {
  float: right;
  right: 0;
  position: absolute;
  background: none !important;
}

/* Generic section spacing */
.section {
  padding: 4rem 0;
}

.servcol {
  padding: 30px 0px;
  background: #f5f5f5;
  background: linear-gradient(to bottom, #f8f9fa 0%, #f5f5f5 100%);
}

.servbox {
  background: #fff;
}

.servcol i {
  font-size: 45px;
}

.servcol h5 {
  font-size: 18px;
}

.servcol p {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

/* Product card hover effect */
.pro-catagry {}

.pro-catagry .card-product {
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.pro-catagry .card-product:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.pro-catagry .single-cats {
  display: block;
  width: 100%;
  padding: 10px;
}

.pro-catagry .card-overflow {
  overflow: hidden;
  position: relative;
  display: block;
  border: 0;
  border-radius: 2px;
}

.pro-catagry .mid-height {
  height: 320px;
}

.pro-catagry .card-overflow[class*=-scale] .bg-image {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.pro-catagry .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover !important;
  background-position: center !important;
}

.pro-catagry .ct-body-caption.left {
  position: absolute;
  left: 2rem;
  top: 2rem;
  z-index: 1;
  transform: initial;
  -webkit-transform: initial;
}

.pro-catagry .ct-body-caption h6 {}

.pro-catagry .ct-body-caption h2 {
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}

.pro-catagry .ct-body-caption span {}

.pro-catagry .ct-footer.left {
  justify-content: start;
  padding: 1rem 1rem 1rem 2rem;
  bottom: 1rem;
}

.pro-catagry .ct-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  position: absolute;
  text-align: center;
  bottom: 1rem;
  width: 100%;
}

.pro-catagry .ct-footer span {
  font-size: 14px;
  text-transform: none;
}

.pro-catagry .ct-footer span i {
  font-size: 15px;
  position: relative;
  top: 3px;
}

.pro-highlght {}

.pro-highlght .col-md-3 {
  padding-left: 5px;
  padding-right: 5px;
}

.pro-highlght .col-md-05 {
  width: 20%;
  padding-left: 5px;
  padding-right: 5px;
}

.sectitl {}

.sectitl h2 {
  font-size: 40px;
  font-weight: 400;
}

.sectitl h2 strong {
  font-family: "Playfair", serif;
  font-style: italic;
  font-weight: 400;
}

.highlght-link {
  padding: 20px 0px 30px 0px;
  margin-bottom: 30px;
}

.highlght-link .active {
  background: #333;
  color: #fff !important;
}

.highlght-link ul {}

.highlght-link ul li {
  margin-right: 10px;
}

.highlght-link ul li a {
  width: auto;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #333;
  border: 1px solid #333;
  border-radius: 25px;
  font-weight: 400;
}

.highlght-link ul li a:hover {
  background: #333;
  color: #fff !important;
}

.probox-card {
  border-radius: 8px;
  overflow: hidden;
  /*border: 1px solid #e8e8e8;*/
}

.probox-img {
  background: #fff;
}

.probox-img img {
  width: 100%;
  height: auto;
  max-height: 320px;
}

.probox-con {
  padding: 15px;
  background: #fff;
}

.probox-con b {
  font-size: 11px;
  text-transform: uppercase;
  color: #747474;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 2px;
}

.probox-con h6 {
  color: #000;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.probox-price {
  padding: 0;
  float: left;
  width: 100%;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-family: sans-serif;
}

.probox-price label {
  font-size: 12px;
  font-weight: 300;
}

.probox-price span {
  font-weight: 600;
  color: #333;
  font-size: 18px;
  padding-right: 10px;
}

.probox-price .probox-price-new:before {
  content: "\f189";
  font-family: flaticon_e-commerce !important;
  margin-right: 1px;
  font-weight: 400;
  position: relative;
  top: 0px;
  font-size: 13px;
}

.probox-price .probox-price-old {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7142857143;
  text-decoration: line-through;
  color: #666 !important;
}

.probox-price .probox-price-old i {
  font-size: 12px;
}

.probox-price .probox-price-old:before {
  content: "\f189";
  font-family: flaticon_e-commerce !important;
  margin-right: 2px;
  position: relative;
  top: 0px;
  font-size: 10px;
}

.probox-price small {
  color: #2DA04B;
  font-size: 13px;
  font-weight: 400;
}

.proboxbtn {
  display: flow-root;
  width: 100%;
}

.cartbtn {
  width: 77%;
  height: 37.2px;
  float: left;
  font-size: 13px;
  font-weight: 400;
  border-radius: 25px;
  margin: 0;
  outline: medium none;
  padding: 10px 10px;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  transition: all 0.2s linear 0s;
  background: #272727;
  /*border: 1px solid #ccc;*/
  color: #fdfdfd;
}

.cartbtn:hover {
  background: #181818;
}

.cartbtn i {
  margin-right: 4px;
  position: relative;
  top: 1px;
  font-size: 13px;
}

.wishlistbtn {
  width: 20%;
  height: 37.2px;
  max-width: 37.2px;
  float: right;
  font-weight: 600;
  border-radius: 50%;
  margin: 0;
  outline: medium none;
  padding: 4px 10px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s linear 0s;
  background: #eef1f6;
  /*border: 1px solid #ccc;*/
  color: #333;
}

.wishlistbtn:hover {
  background: #e6e8eb;
}

.wishlistbtn i {
  margin-right: 4px;
  position: relative;
  top: 5px;
  font-size: 16px;
}

/***********************/
section sliderslider.pro-section {
  border: 1px dashed red;
}

.hero {
  display: grid;
  grid-template-columns: 280px 1fr 420px;
  gap: clamp(16px, 5vw, 48px);
  align-items: center;
}

.hero .pill-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  font-size: 14px;
  padding: 0 15px;
  border: 1.5px solid #0f1115;
  border-radius: 999px;
  text-transform: uppercase;
  font-weight: 600;
  background: #fff;
  cursor: pointer
}

.hero .title {
  position: relative;
  min-height: 120px;
  text-align: center;
}

.hero .title .faint {
  font-size: 32px;
  font-weight: 400;
  color: #a7a7a7;
  line-height: 1
}

.hero .title .script {
  margin-top: 6px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.05;
  display: inline-block
}

/* curved arrow */
.hero .title svg {
  position: absolute;
  right: 0;
  bottom: -20px;
  width: min(320px, 16vw);
  height: 170px;
}

.side {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px
}

.hero .copy {
  font-size: 14px;
  line-height: 1.9;
  text-transform: none;
  font-weight: 400;
  color: #454545;
  letter-spacing: .02em;
}

/* top right nav (look only) */
.top-nav {
  display: flex;
  gap: 12px
}

.top-nav .round {
  width: 52px;
  height: 52px;
  cursor: pointer;
  border-radius: 50%;
  border: 1.5px solid #0f1115;
  background: #fff;
  display: grid;
  place-items: center
}

.top-nav .round:hover {
  border: 1.5px solid #666;
  background: #eef1f6;
}

.chev {
  width: 14px;
  height: 14px;
  border-right: 2px solid #6b7280;
  border-bottom: 2px solid #6b7280;
  transform: rotate(135deg)
}

.next .chev {
  transform: rotate(-45deg)
}

/* ====== CARDS (Owl items) ====== */
.carousel-wrap {}

/* Owl arrows look like the screenshot */
.owl-theme .owl-nav {
  position: absolute;
  top: -74px;
  right: 8px;
  display: flex;
  gap: 12px
}

.owl-theme .owl-nav [class*=owl-] {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1.5px solid #0f1115;
  background: #fff !important;
  display: grid;
  place-items: center;
  margin: 0
}

.owl-theme .owl-nav .owl-prev span,
.owl-theme .owl-nav .owl-next span {
  display: none
}

.owl-prev::after,
.owl-next::after {
  content: "";
  width: 16px;
  height: 16px;
  border-right: 2px solid #6b7280;
  border-bottom: 2px solid #6b7280;
  display: block
}

.owl-prev::after {
  transform: rotate(135deg)
}

.owl-next::after {
  transform: rotate(-45deg)
}

.owl-theme .owl-dots {
  margin-top: 18px
}

/* responsive */
@media (max-width:1100px) {
  .hero {
    grid-template-columns: 240px 1fr
  }

  .side {
    grid-column: span 2
  }
}

@media (max-width:720px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 18px
  }

  .top-nav {
    display: none
  }
}

/* ===== Footer ===== */
.site-footer {
  background: #1f1f1f;
  color: #fff;
}

.footer-inner {
  margin: 0 auto;
  padding: 70px 0px;
}

/* top area */
.footer-top {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: start;
  position: relative;
}

.footer-top .right {
  position: relative;
  padding-left: 40px;
}

.footer-top .right:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.7px;
  background: #333;
}

/* left columns */
.cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.col h4 {
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  margin: 0 0 18px;
}

.col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.col li {
  margin: 14px 0;
  color: #fff
}

.col li a {
  color: #fffc;
  font-weight: 300;
  font-size: 14px;
}

.col li a:hover {
  color: #fff;
}

/* contact big text */
.contact {
  margin-top: 36px;
  line-height: 1.2;
}

.contact .phone {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: .5px;
}

.contact .mail {
  font-size: 26px;
  font-weight: 400;
  margin-top: 15px;
}

.contact .phone i,
.contact .mail i {
  margin-right: 10px;
  position: relative;
  top: 5px;
  font-size: 24px;
}

/* right – newsletter */
.news-title {
  font-weight: 400;
  font-size: 26px;
  letter-spacing: .4px;
}

.news-form {
  margin-top: 22px;
  display: flex;
  gap: 10px;
  background: #ffffff1a;
  border-radius: 12px;
  padding: 10px;
  width: 100%;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .06);
}

.news-form input {
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  padding: 14px 14px;
  font-size: 16px;
}

.news-form input::placeholder {
  color: #9da2a8
}

.news-form button {
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 12px 18px;
  border-radius: 10px;
  background: #fff;
  color: #111;
  font-weight: 600;
}

.news-form button:after {
  content: " ↗";
  font-weight: 700
}

/* social icons row */
.social {
  display: flex;
  gap: 8px;
  margin-top: 26px;
}

.icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1.5px solid var(--line);
  color: #c7ccd2;
}

.icon svg {
  width: 18px;
  height: 18px;
  stroke: #c7ccd2
}

/* divider line */
.hr {
  height: 1px;
  background: var(--line);
  margin: 42px 0 18px;
}

/* bottom area */
.footer-bottom {
  border-top: 1px solid #383636;
  padding-top: 30px;
  /*display:grid;
  grid-template-columns: 1fr auto 1fr;
  align-items:center;
  gap:24px;*/
}

.copy {
  color: #ccc;
  font-size: 13px;
  font-weight: 300;
  float: left;
}

.copy a {
  color: #fff;
}

.currency {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--panel);
  color: #dfe3e7;
  border: 1px solid var(--line);
  padding: 8px 12px;
  border-radius: 8px;
  font-weight: 600;
}

.flag {
  width: 20px;
  height: 14px;
  background:
    linear-gradient(#b22234, #b22234) 0 0/100% 100% no-repeat;
  display: inline-block;
  border: 1px solid #0003
}

.flag:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background:
    repeating-linear-gradient(#fff 0 4px, transparent 4px 8px);
  mix-blend-mode: screen;
  opacity: .7
}

/* payments & back-to-top */
.payments {
  /*justify-self:end; display:flex; */
  float: right;
  align-items: center;
  gap: 1px
}

.payments span {
  font-weight: 300;
  font-size: 12px;
  color: #878787;
}

.badge {
  padding: 0px 2px;
}

.badge img {
  width: auto;
  height: 24px;
}

.badge.blue {
  background: #1a73e8;
  color: #fff
}

.badge.navy {
  background: #0a2a66;
  color: #fff
}

.badge.silver {
  background: #e9eef3
}

.backtop {
  margin-left: 10px;
  width: 42px;
  height: 42px;
  border-radius: 2px;
  border: 1px solid #333;
  /*display:grid; */
  place-items: center;
}

.backtop svg {
  width: 18px;
  height: 18px;
  stroke: #c7ccd2
}

/* ===== Responsive ===== */
@media (max-width: 980px) {
  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-top .right {
    padding-left: 0
  }

  .footer-top .right:before {
    display: none
  }

  .cols {
    grid-template-columns: 1fr
  }

  .contact .phone {
    font-size: 34px
  }

  .contact .mail {
    font-size: 28px
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .currency {
    justify-self: center
  }

  .payments {
    justify-self: center
  }
}

.pg-breadcrumbs {
  padding: 10px 0px;
  margin-bottom: 0px;
  position: relative;
  top: 0px;
  z-index: 100;
  background-color: #e0e0e0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.pg-breadcrumbs img {
  width: 100%;
  height: auto;
  /*max-height: 300px;*/
}

.pg-titl-breadcrumb {
  font-size: 14px;
  color: #333;
  padding: 0px 0px;
  position: relative;
  text-align: center;
  margin: 0px auto;
  z-index: 9;
}

.pg-titl-breadcrumb ul {
  padding-left: 0px;
  margin: 0px;
  margin-left: 0px;
}

.pg-titl-breadcrumb li+li:before {
  padding: 0 5px;
  color: #333;
  font-family: flaticon_e-commerce !important;
  content: "\f123";
  font-size: 12px;
  position: relative;
  top: 1px;
}

.pg-titl-breadcrumb li {
  list-style: none;
  font-weight: 400;
  float: left
}

.pg-titl-breadcrumb .actv {
  color: #000 !important;
}

.pg-titl-breadcrumb li a {
  transition: all 0.4s ease 0s;
  color: #333;
}

.pg-titl-breadcrumb li a:hover {
  text-decoration: underline;
  color: #333;
}

.prosort {}

.prosort small {
  padding-right: 10px;
}

.prosort select {
  border-radius: 4px;
  padding: 8px 10px;
  font-size: 14px;
}

.prodtls-img {}

.prodtls-img img {
  /*width: 100%;max-height: 400px;*/
  width: auto;
  height: auto;
  background: #ccc;
}

.prodtls-imgsmal {}

.prodtls-imgsmal img {}

.prodtls-con {
  margin-bottom: 20px;
}

.prodtls-con b {
  font-weight: 600;
  color: #747474;
  font-size: 16px;
  text-transform: uppercase;
}

.prodtls-con h2 {
  font-weight: 600;
  color: #191919;
  font-size: 24px;
  text-transform: none;
  padding-top: 5px;
  padding-bottom: 0px;
}

.prorating {
  color: #666;
  font-size: 14px;
  margin-bottom: 10px;
}

.prorating span {
  font-weight: 600;
  color: #333;
}

.prorating b {
  font-weight: 400;
  color: #333;
  font-size: 14px;
  text-transform: none;
}

.prorating span i {
  font-style: normal;
  color: #da8500;
}

.prodtls-con .probox-price {}

.prodtls-con .probox-price span {
  font-size: 24px;
}

.prodtls-con .probox-price .probox-price-new:before {
  font-size: 17px;
}

.prodtls-con .probox-price .probox-price-old {
  font-size: 16px;
}

.prodtls-con .probox-price .probox-price-old:before {
  font-size: 12px;
}

.prodtls-con .probox-price small {
  font-size: 16px;
  font-weight: 600;
}

.prostck {
  font-size: 16px;
  color: #666;
  font-weight: 400;
}

.prostck strong {
  color: #48a8ad;
}

.prodtls-info {
  margin-bottom: 15px;
}

.prodtls-info label {
  font-size: 14px;
}

.prodtls-info select,
.prodtls-info input {
  border: 1px solid #b4b3b3;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.prodtls-btn {}

.btn-adtocart {
  background: #272727;
  padding: 15px 30px;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 35px !important;
  font-weight: 600;
}

.btn-adtocart:hover {
  background: #181818;
  color: #fff !important;
}

.btn-adtocart i {
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.btn-wishlist {
  background: #eef1f6;
  border-radius: 35px !important;
  /*width: 55.6px;height: 55.6px;*/
  padding: 15px 30px;
  color: #333 !important;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-wishlist:hover {
  background: #e6e8eb;
}

.btn-wishlist i {
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.pro-detils hr {
  /*border-top: #333 solid;*/
  margin: 30px 0px;
}

.prodtls-trms {
  margin-bottom: 30px;
}

.prodtls-trms ul {
  padding-left: 20px;
}

.prodtls-trms ul li {
  font-size: 14px;
  color: #3b3b3b;
  padding-bottom: 5px;
}

.prodtls-trms ul li::marker {
  color: #b2b2b2;
}

.prodtls-descrp {}

.prodtls-descrp .accordion-item:first-of-type .accordion-button {
  background: #f1f1f1;
  color: #292929;
  font-weight: 600;
}

.prodtls-descrp .accordion-button:not(.collapsed) {
  background: #f1f1f1;
  color: #292929;
  font-weight: 500;
}

.prodtls-descrp .accordion-body {
  font-size: 14px;
}

/***************/
.prodtls-img {
  position: relative;
  background: #fff;
}

.arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  width: 40px;
  height: 40px;
  line-height: 20px;
}

.arrow-btn:hover {
  background: #fff;
}

.arrow-left {
  left: 10px;
}

.arrow-right {
  right: 10px;
}

.prodtls-imgsmal img.active {
  border: 2px solid #000;
}

/*************/
.procart {}

.cartpric {}

.cartpric span {
  font-weight: 600;
  color: #333;
  font-size: 18px;
  padding-right: 10px;
}

.cartpric span:before {
  content: "\f189";
  font-family: flaticon_e-commerce !important;
  margin-right: 1px;
  font-weight: 400;
  position: relative;
  top: 0px;
  font-size: 13px;
}

.protitl {
  font-weight: 600;
  color: #333;
}

.quantity-input {
  border: 1px solid #b5b5b5;
  font-weight: 600;
}

.procart .remove-item {
  border-radius: 50%;
}

.procart {}

.procart-proced {
  border: 1px dashed red;
}

.aplycupn {
  display: inline-block;
}

.aplycupn input {
  width: 60%;
  float: left;
  height: 35px;
  border-radius: 4px 0px 0px 4px;
}

.aplycupn button {
  width: 40%;
  float: left;
  background: #49cc71;
  padding: 5px 10px;
  height: 35px;
  color: #fff;
  border-radius: 0px 4px 4px 0px;
}

.aplycupn button:hover {
  background: #49cc71;
}

.procart-amount {}

.procart-amount p {
  font-size: 14px;
}

.procart-amount span {
  font-size: 18px;
  font-weight: 600;
  font-family: sans-serif;
}

.procart-amount h5 {
  font-size: 14px;
  font-weight: 400 !important;
  color: #666;
  font-family: sans-serif;
}

.procart-amount h5 span {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  font-family: sans-serif;
}

.btn-chckoutbtn {
  background: #333;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 20px;
  font-weight: 600;
  border-radius: 35px;
}

.btn-chckoutbtn i {
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.btn-chckoutbtn:hover {
  background: #000;
  color: #fff;
}

.checkout-form {}

.checkout-form label {
  font-size: 15px;
}

.checkout-form .form-control {
  background: #f2f2f2;
  border: 1px solid #ccc;
  padding: 10px 10px;
}

.checkout-form h4 {
  font-size: 18px;
  font-weight: 400;
}

.checkout-form .form-check {
  font-family: sans-serif;
}

.checkout-form button {
  padding: 15px 30px;
  background: #333;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  border-radius: 35px;
}

.checkout-form button:hover {
  background: #000;
  color: #fff;
}

.single-contact-col {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}

.single-contact-col .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin-right: 15px;
  color: #494949;
}

.single-contact-col .icon i {
  font-size: 24px;
  line-height: 20px;
}

.single-contact-col .content {
  line-height: 24px;
  float: left;
}

.single-contact-col .content span {
  color: #999695;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  padding-top: 0px;
}

.single-contact-col .content h6 {
  margin-bottom: 0;
  margin-top: 5px;
  text-align: left;
}

.single-contact-col .content h6 a {
  color: #272727;
  font-size: 20px;
  font-weight: 600;
  transition: .35s
}

.single-contact-col .content h6 a:hover {
  color: var(--primary-color1)
}

.pgincont {}

.pgincont p {
  font-size: 14px;
  line-height: 24px;
  color: #434343
}

.account_form {
  border: 1px solid #e4e4e4;
  padding: 23px 20px 29px;
  border-radius: 8px;
  background: #f7f7f7;
}

.account_form label {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 12px;
  margin-bottom: 12px
}

.account_form p {
  font-weight: 400;
  margin-bottom: 0;
  text-align: left;
  line-height: 18px;
  width: 100%
}

.account_form b {
  font-weight: 400;
  margin-bottom: 0;
  text-align: left;
  line-height: 18px;
  width: 100%;
  top: -12px;
  position: relative
}

.account_form input {
  border: 1px solid #d7d7d7;
  height: 40px;
  max-width: 100%;
  padding: 0 20px;
  width: 100%;
  background: #fff;
  border-radius: 4px;
}

.account_form button {
  background: #2e2e2e;
  border: 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  padding: 10px 20px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 5px;
  margin-right: 8px
}

.account_form button:hover {
  background: #333
}

.login_submit label input[type=checkbox] {
  width: 15px;
  height: 13px;
  margin-right: 3px;
  float: left
}

.login_submit {}

.login_submit a {
  font-size: 15px;
  line-height: 39px
}

.login_submit a:hover {
  color: #fe3737
}

.striped {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 2rem 0
}

.striped-line {
  flex: auto;
  flex-basis: auto;
  border: none;
  outline: none;
  height: 0.5px;
  background: #ccc
}

.striped-text {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: inherit;
  color: #333;
  margin: 0 1rem
}

.method-control {
  margin-bottom: 1rem;
  float: left;
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

.method-action {
  font-family: inherit;
  font-size: .95rem;
  font-weight: 500;
  line-height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: .35rem 1.25rem;
  outline: none;
  border: 1px solid #d7d7d7;
  border-radius: 2rem;
  color: #606060;
  background: #f9f9f9;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  transition: all .35s ease
}

.method-action i {
  position: relative;
  top: 2px;
}

.method-action:hover {
  color: #333;
  background: #fff;
}

.method-action span {
  padding-left: 5px
}

.gogl {
  background: #4081ec
}

.fcbk {
  background: #476bb8
}

.dashboard_tab_button ul li {
  margin-bottom: 5px
}

.dashboard_tab_button ul li:last-child {
  margin-bottom: 0
}

.dashboard_tab_button ul li a {
  font-size: 14px;
  padding: 10px 20px;
  color: #383838;
  font-weight: 500;
  text-transform: capitalize;
  background: #dcdcdc;
  border-radius: 35px;
}

.dashboard_tab_button ul li a:hover {
  background: #333;
  color: #fff
}

.dashboard_tab_button ul li a.active {
  background: #161616;
  color: #fff;
}

.dashboard_content {}

.dashboard_content p {
  font-size: 15px;
}

.dashboard_content h3 {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 15px
}

.dashboard_content h4 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 10px
}

.dashboard_content button {
  color: #fe3737;
  font-weight: 500;
  border: 0;
  background: inherit
}

.dashboard_content p a {
  color: #fe3737;
  font-weight: 500
}

/* Footer styling */
footer.footer {
  background-color: var(--light-gray);
  padding: 2rem 0;
  font-size: 0.9rem;
}

footer.footer h5 {
  font-size: 1rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

footer.footer a {
  color: var(--text-color);
}

footer.footer a:hover {
  color: var(--accent);
}

/* Toast positioning */
.toast-container {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1060;
}

/* Adjust list styles in footer */
footer ul {
  list-style: none;
  padding-left: 0;
}

/* Newsletter form */
.newsletter input[type="email"] {
  border-radius: 0.25rem 0 0 0.25rem;
}

.newsletter button {
  border-radius: 0 0.25rem 0.25rem 0;
}

/* Offcanvas filter styles (mobile) */
.offcanvas-body h6 {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .odr1 {
    order: 2;
  }

  .odr2 {
    order: 1;
  }

  .navinfo li {
    padding: 0px 8px;
  }

  .cols {
    grid-template-columns: -1fr;
    display: flex;
  }

  .news-title {
    font-size: 18px;
  }

  .contact .phone,
  .contact .mail {
    font-size: 26px;
  }

  .copy {
    float: none;
  }

  .payments {
    justify-self: center;
    float: none;
    padding-top: 10px;
  }

  .navbar-toggler {
    border: none;
    outline: none;
  }
}

@media screen and (max-width: 767px) {
  .contact .phone {
    font-size: 22px;
  }

  .contact .mail {
    font-size: 22px;
  }

  .pro-catagry .mid-height {
    height: 200px;
  }

  .contact .phone i,
  .contact .mail i {
    top: 0px;
    font-size: 20px;
  }

  .news-title {
    font-size: 14px;
  }

  .news-form {
    padding: 5px;
  }

  .news-form input {
    padding: 5px 5px;
    font-size: 15px;
  }

  .news-form button {
    padding: 10px 10px;
    font-size: 14px;
  }

  .hero .title .script {
    font-size: 30px;
  }

  .hero .title .faint {
    font-size: 20px;
  }

  .hero .pill-btn {
    width: 90%;
  }

  .hero .title {
    position: relative;
    min-height: 50px;
    text-align: right;
  }

  .hero .title svg {
    display: none;
  }

  .sectitl h2 {
    font-size: 30px;
  }

  .highlght-link ul li {
    margin-right: 10px;
    display: flex;
    margin-bottom: 10px;
  }

  .highlght-link ul li a {
    padding: 5px 15px;
    font-size: 13px;
  }

  .pro-highlght .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .col li {
    margin: 5px 0;
  }

  .pro-list .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 575px) {
  .header .logo img {
    width: auto;
    height: 40px;
  }

  .slider .owl-nav {
    top: 20% !important;
  }

  .pro-catagry .mid-height {
    height: 170px;
  }

  .pro-catagry .ct-body-caption.left {
    left: 1rem;
  }

  .pro-catagry .ct-footer.left {
    padding: 1rem 1rem 1rem 1rem;
  }

  .contact .phone,
  .contact .mail {
    font-size: 18px;
  }

  .contact .phone i,
  .contact .mail i {
    top: 1px;
    font-size: 16px;
  }

  .servcol h5 {
    font-size: 14px;
  }

  .servcol p {
    font-size: 13px;
  }

  .servcol .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .servcol .p-4 {
    padding: 10px !important;
  }

  .navbar-toggler {
    border: none;
    outline: none;
  }

  .probox-price span {
    font-size: 14px;
    padding-right: 5px;
  }

  .probox-price .probox-price-new:before {
    font-size: 10px;
  }

  .probox-con h6 {
    margin-bottom: 2px;
  }

  .probox-price .probox-price-old {
    font-size: 11px;
  }

  .probox-price .probox-price-old:before {
    margin-right: 0px;
    top: 0px;
    font-size: 8px;
  }

  .section {
    padding: 2rem 0;
  }

  .sectitl h2 {
    font-size: 24px;
  }

  .pro-catagry .ct-body-caption h2 {
    font-size: 20px;
  }

  .pro-catagry .ct-body-caption h6 {
    font-size: 14px;
  }

  .pro-catagry .ct-body-caption span {
    font-size: 13px;
  }

  .footer-inner {
    padding: 40px 0px;
    text-align: left;
  }

  .pro-list h2 {
    /*width: 100%;*/
    position: absolute;
    margin-top: -80px;
    font-size: 18px;
  }

  .navtop .nav-link {
    font-size: 14px;
  }

  .prodtls-con h2 {
    font-size: 20px;
  }

  .prodtls-con b {
    font-size: 14px;
  }

  .btn-adtocart,
  .btn-wishlist {
    font-size: 14px;
    padding: 10px 20px;
  }

  .procart h4 {
    font-size: 20px;
  }

  .procart th {
    font-size: 14px;
  }

  .protitl {
    min-width: 200px;
    font-size: 14px;
  }

  .cartpric span {
    font-size: 16px;
  }

  .procart-amount span {
    font-size: 16px;
  }

  .btn-chckoutbtn {
    padding: 10px 15px;
    font-size: 14px;
  }

  .checkout-form button {
    padding: 10px 30px;
    font-size: 14px;
  }

  .single-contact-col .content h6 a {
    font-size: 16px;
  }

  .single-contact-col .content span {
    font-size: 13px;
  }

  .single-contact-col .icon {
    margin-right: 5px;
  }

  .pg-titl-breadcrumb li {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  .pro-catagry .ct-body-caption h2 {
    font-size: 16px;
  }

  .pro-catagry .ct-body-caption h6 {
    font-size: 13px;
  }

  .pro-catagry .ct-body-caption span {
    font-size: 11px;
  }

  .pro-catagry .ct-footer span {
    font-size: 12px;
  }

  .cartbtn {
    width: 70%;
    padding: 10px 2px;
  }

  .wishlistbtn {
    width: 30%;
  }
}

@media screen and (max-width: 414px) {
  .header .logo {
    width: 42px;
    overflow: hidden;
  }

  .hero .pill-btn {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
  }

}

@media screen and (max-width: 414px) {
  .news-form {
    display: grid;
  }
}