.m-head {
  position: relative;
  font-size: 20px;
  color: #2b2a29;
  text-transform: uppercase;
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Futura Bk';
}

.form-check-label a {
  color: #ef96b9;
  text-decoration: none;
}
.checkoutpage  .rightchq {
  background: #f5f6f8;
  overflow: hidden;
}

.checkoutpage .accordion__item .accordion__content, .checkoutpage .accordion__item .accordion__title {

  background-color: #f5f6f8;
}
.checkoutpage .accordion__item .accordion__title .accordion__arrow {

  background-color: #ef96b9;

}
.checkoutpage .accordion__item .accordion__rotate {
  transform: rotate(180deg);
}

.cart-inner .btn-solid {

  font-size: 12px;
  font-weight: 300;

  background-color: #ef96b9;
}
.theme-form a {
  color: #ef96b9;
  text-decoration: none;
  font-weight: 700;
  text-transform: capitalize;
}
.checkoutpage .accordion__item .accordion__content {
  padding: 15px;

}
.rightchq .float-end .text-success {
  color: #000000!important;
}
.cart-inner .btn-solid:hover {



  background-color: #2B2A29; border: 0px; color: #fff;
}
.checkoutpage label.form-check-label {
  font-size: 12px;
  display: inline-block;
  margin-left: 30px;
}
.checkoutpage span.accordion__title-text {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.m-head:before,
.m-head:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: scale(-1) translateY(50%);
  -moz-transform: scale(-1) translateY(50%);
  -ms-transform: scale(-1) translateY(50%);
  transform: scale(-1) translateY(50%);
  min-height: 5px;
  width: 300px;
}

.m-head:before {
  left: calc(100% + 20px);
  background: transparent linear-gradient(90deg, #ffffff00 0%, #ef96b9 100%) 0%
    0% no-repeat padding-box;
}

.m-head:after {
  right: calc(100% + 20px);
  background: transparent linear-gradient(-90deg, #ffffff00 0%, #ef96b9 110%) 0%
    0% no-repeat padding-box;
}

#mainslider .carousel-control-next,
#mainslider .carousel-control-prev {
  z-index: 1;

  width: 15%;
  padding: 0;
  color: #000;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
  position: absolute;
  top: 38%;
  cursor: pointer;
  width: 35px;
  height: 35px px;
  border: none;
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
  font-size: 150%;
  position: absolute;
  top: 38%;
  cursor: pointer;
  width: 35px;
  height: 35px;
  border: none;
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
  font-size: 150%;

  align-items: center;

  justify-content: center;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
  border-radius: 50%;
}
#mainslider .carousel-control-prev-icon {
  background-image: url(../img/download.svg);
  background-size: 8px;
}

#mainslider .carousel-control-next-icon {
  background-image: url(../img/rightarrow.svg);
  background-size: 8px;
}
#mainslider .carousel-control-prev {
  left: 25px;
}
#mainslider .carousel-control-next {
  right: 25px;
}

#topbar {
  background: #000000;
  height: unset;
}

#topbar .social-links {
  justify-content: flex-end;
}
.tpbtn {
  width: 25px;

  display: flex;
  cursor: pointer;
}

.cardtop {
  padding-bottom: 15px;
  position: relative;
}
.hearticon {
  color: #000;
  border: 0px !important;
}

.card .btn-outline-primary {
  width: 100%;
  background: #da9ab3;
  color: #fff;
  border: 0px;
  border-radius: 0px;
  position: absolute;
  padding: 10px;
  bottom: 0px;
  display: none;
  left: 0px;
}

.card:hover .btn-outline-primary {
  display: block;
}

.sthead {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 52px;
  overflow: hidden;
  font-weight: 600;
}
.ratingbx {
  border-color: #cfcfcf !important;
  border-radius: 5px;
  font-size: 12px;
}
p.h4 {
  font-size: 18px;
  font-weight: 600;
}

.borderst {
  border-bottom: 10px solid #f5f6f8;
}
section.products.borderst .input-group-text {
  background-color: #da9ab3;

  border-radius: 0;
}
.vall {
  color: #000;
}

.footer-menu.footer-menu ul {
  padding: 0px;
}
ul.sociallink {
  padding: 0px;
}
h4.footer-widget-title {
  text-transform: capitalize;
  color: #ef96b9;
  margin: 0px;
}
ul.sociallink li {
  display: inline-flex;
}
ul.sociallink li a {
  width: 35px;
  height: 35px;
  color: #192027;
  align-items: center;
  display: flex;
  justify-content: center;
}
.contact-info-item {
  background: #241a1e;

}
.m-row {
  display: flex;
}
.m-row .whbox {
  width: 20%;
  margin-bottom: 15px;
}
.m-row .whbox h5 {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0px;
}

.m-row .whbox small {
  text-transform: capitalize;
}
.m-row .whbox .icon {
  width: 70px;
  height: 70px;
  margin: auto;
  padding: 5px;
}
.m-row .whbox .icon img {
  width: 100%;
}
.m-row .whbox .whdetails {
  text-align: center;
}
section#whyus {
  padding: 0rem 0rem 3rem 0rem;
}
.slide-track .border-1 {
  border: 1px solid #f3f3f3 !important;
}
.footer-big {
  padding: 30px 0 30px 0;
}
footer .panel ul li {
  display: block;
}
.trright {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.breadcrumb-item a {
  color: #a7a6a6;
  font-size: 14px;
  text-transform: capitalize;
}
.client-info a:hover {
  color: #ef96b9;
}
nav.theme-breadcrumb {
  padding: 10px 0px;
}

li.breadcrumb-item.active {
  font-size: 14px;
  text-transform: capitalize;
}
.headingbg-section .page-title {
  padding: 15px;
  text-align: center;
}
.headingbg-section .page-title {
  background: linear-gradient(45deg, rgb(0 0 0 / 51%), rgb(0 0 0 / 55%)),
    url(../img/bghead.jpg);
  background-size: cover;
  height: 130px;
  position: relative;
  display: flex;
  align-items: center;
  background-position: center;
}

.headingbg-section .page-title:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 98%;
  height: 88%;
  border: 1px solid #fff;
  margin: auto;
  display: block;
  right: 0px;
  bottom: 0px;
}
.headingbg-section .page-title h2 {
  font-size: 14px;
  text-align: left;
  margin: 0px;
  color: #fff;
  padding: 10px 15px;
}
.breadcrumb {
  margin: 0px;
}
.trendingcatg .img-mini {
  border-radius: 0px;
}
span.toggle_icon {
  color: #fff;
}
.footer-menu .accordion {
  background: transparent;
  border: unset;
  position: relative;
  width: 100%;
  text-align: left;
}

.footer-menu .accordion:after {
  position: absolute;
  content: "+";
  right: 0px;
  font-size: 22px;
  top: 10px;
  color: #fff;
  display: none;
}
.footer-menu .accordion.active {
  position: relative;
}
.footer-menu .accordion.active:after {
  position: absolute;
  content: "-";
  right: 0px;
  font-size: 22px;
  top: 10px;
  color: #fff;
  display: none;
}
span.fticons {
  display: inline-flex;
}

span.fticons img {
  width: 30px;
  margin: 0px;
}

span.fticons {
  height: 38px;
  display: inline-flex;
  align-items: center;
}
.widget-about .contact-details li {
  display: flex;
  align-items: center;
}

.mnrow select.form-select {
  text-transform: capitalize;
}
.sortby {
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
.sortby span {
  font-weight: bold;
  margin-right: 10px;
  min-width: 105px;
}

.mnrow {
  display: flex;
  align-items: center;
  text-transform: capitalize;
}

.bg-sty {
  background: unset;

  border: 1px solid #cdcdcd;
}
.product-pagination {
  border: 0px;
}
.morepro {
  padding: 10px 25px;
  margin: auto;
  display: block;
  width: max-content;
  border: 1px solid #000;
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: 700;
}

.morepro:hover {
  background: #f8ecf1;
}

.por {
  position: relative;
}

.abinfo {
  position: absolute;
  left: 0px;
  top: 1px;
  background: rgb(229 229 229 / 88%);
  top: 50%;
  left: 0px;
  right: 0px;
  justify-content: center;
  display: flex;
  color: #000;
  font-weight: 700;
  width: 70%;
  margin: auto;
  padding: 10px;
  border-radius: 11px;
  text-transform: capitalize;
}
.smallfont {
  font-size: 12px;
}
.minh51 {
  min-height: 51px;
}

.card-body .minh51 {
  display: flex;
  align-items: center;
}
.collection-filter label.form-check-label {
  display: flex;
  align-items: center;
}

.dropdown .scrollbar {
  border-radius: 0px 0px 0px 0px;

  padding-top: 20px;
}

.navbar .dropdown ul {
  top: calc(100% + -2px) !important;
}
.navbar a,
.navbar a:focus {
  color: #2b2a29;
}
.tbinner {
  padding: 10px 0px;
}
.catbox1 {
  width: 120px;
  border-radius: 5px;
  overflow: hidden;
}

.tabsbx {
  margin-top: 2rem;
}

.tabsbx .nav-tabs {
  justify-content: center;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}
a.nav-link.active {
  color: #ef96b9 !important;
}

.tabsbx .nav-link {
  color: #353536;
}
ul.nav.nav-tabs a {
  display: flex;
  align-items: center;
}
span.tbicons {
  display: inline-flex;
  width: 37px;
  height: 37px;
  margin-right: 10px;
  background: #fbf1f5;
  padding: 7px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
}
.tbicons img {
  width: 28px;
  height: 28px;
}

.tbinner {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}
.tabsbx a.nav-link.active,
.tabsbx a.nav-link:hover {
  border-radius: 10px 10px 0px 0px;
}
.tbinner a {
  margin-right: 10px;
  width: 110px;
  border-radius: 10px;
  overflow: hidden;
}
.skdetails h4 {
  font-size: 16px;
  padding: 10px 0px;
  color: #2b2a29;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  max-height: 55px;
  -webkit-box-orient: vertical;
  margin: 0px;
  line-height: 22px;
  font-weight: 700;
}
.skdetails em {
  display: block;
  color: #2b2a29;
  font-style: inherit;
}

.skdetails {
  min-height: 123px;
  padding: 10px;
}
b.pricesk {
  color: #ef96b9;
}

.skinner {
  background: #f5f6f8;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.skinner .thumb {
  border-radius: 10px;
  overflow: hidden;
}

.skinner:hover .thumb img {
  transform: scale(1.1);
}
.skinner .thumb img {
  transition: 0.3s ease-in-out;
}
.viewall {
  color: #2b2a29;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;

  font-size: 14px;
  border-radius: 100px;
}

a.spinner {
  margin-bottom: 10px;
  display: block;
}
section#product-details h4 {
  font-size: 18px;
  font-weight: 700;
}
h5 {
  font-weight: 700;
  font-size: 16px;
}
section#product-details h3 {
  font-size: 20px;
  font-weight: 700;
}
.pricepr {
  font-size: 18px;
}
.controllers button {
  color: #000;
  border: 1px solid #eee;
  font-size: 14px;
  padding: 5px 20px;
  border-radius: 100px;
  background: #fff;
}
.addcartbtn {
  width: 210px;
  border-radius: 2px !important;
  border: 0px !important;
  margin-top: 10px;
}
.product-rating {
  background: #fffbf0;
  width: max-content;
  padding: 10px;
}
section#product-details h3 {
  font-weight: 700;
}
.pincheck input {
  border: 0px;
}

.pincheck input:focus {
  outline: unset;
}
.pincheck button {
  border: 0px;
  background: unset;
  text-transform: capitalize;
  color: #363333;
  font-size: 12px;
}
section#product-details {
  padding-bottom: 2rem;
}
.pincheck {
  width: max-content;
}

.prdt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f5f6f8;
  padding: 15px;
}
.prdt img {
  width: 30px;
  margin-right: 10px;
}

.aboutproduct {
  padding: 10px;
}

.aboutproduct a.nav-link {
  color: #444444;
  text-transform: uppercase;
  font-weight: 700;
}
.aboutproduct .tab-content > .tab-pane {
  border: 1px solid #dee2e6;
  border-top: unset;
}
.aboutproduct a.nav-link:hover {
  color: #444444;
}
.prtbinner {
  padding: 15px 0px;
}
.prtbinner ul li {
  display: block;
  line-height: 30px;
  list-style: disc !important;
  display: list-item;
}

.prtbinner ul {
  padding: 10px;
}
.ratingreview .csuser {
  font-size: 12px;
  font-style: italic;
  border-radius: 100px;
  text-transform: capitalize;
}

.ratingreview h3 {
  text-transform: capitalize;
}

.reviewbox p {
  margin: 0px;
}

.reviewbox i {
  color: #ffc107;
}
.firstreview a {
  background: #ef96b9;
  color: #fff;
  padding: 10px 40px;
  display: flex;
  transition: 0.3s ease-in-out;
  border: 1px solid transparent;
  align-items: center;
}

.firstreview a:hover {
  background: transparent;
  color: #ef96b9;
  border: 1px solid #ef96b9;
}
.firstreview {
  display: flex;
  flex-wrap: wrap;
  padding: 45px;
  width: 38%;

  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #eee;
  margin-bottom: 30px;
}

.firstreview i {
  font-size: 12px;
  margin-left: 5px;
}

.prtbinner {
  font-size: 14px;
}

.aboutcompany h4 {
  text-transform: capitalize;
}

.aboutcompany .media img {
  width: 70px!important; margin-right: 30px;
}

.aboutcompany .media {
  display: flex;

}
.counterpanel .box span b {
  text-transform: capitalize;
  font-weight: 300;
  margin-top: 12px;
  display: block;
}
.counterpanel {
background: #f5f6f8;
  padding: 20px;
  margin-bottom: 30px; margin-top: 30px;
display: flex;
justify-content: space-around;
align-items: center;
}
.counterpanel .counter {
  width: max-content;
  margin: auto;
  font-weight: 700;
  font-size: 24px;
}
.counterpanel .box {

width: 150px; position: relative;
border-radius: 50%; text-align: center;


}

@media only screen and (max-width: 767px) {

  .counterpanel {

    padding: 10px;

}
.counterpanel .box span b {

  font-size: 11px;
}
  .counterpanel .counter {

    font-size: 16px;
}

  .aboutcompany .media img {
    width: 100px;
  
    height: 100px;
}
  .pincheck button {
    font-size: 12px;
  }
  .pricepr {
    font-size: 24px;
  }

  .product-detail .pricepr {
    font-size: 15px;
}
  .product-rating span {
    font-size: 10px;
  }

  .prdt small {
    font-size: 12px;
  }
  .firstreview p {
    font-size: 14px;
  }

  .firstreview a,
  .product-detail p {
    font-size: 14px;
  }

  .prtbinner {
    font-size: 14px;
  }

  .aboutproduct ul.nav.nav-tabs a {
    padding: 10px;
  }
  .firstreview {
    width: 100%;
  }

  .prdt img {
    width: 30px;
    margin-right: 10px;
    width: 30px;
    display: block;
    margin: auto;
    height: 30px;
  }
  .prdt {
    text-align: center;
    padding: 15px 5px;
  }

  .prdt img {
    margin: auto !important;
  }
  ul.nav.nav-tabs a {
    padding: 5px;
    font-weight: 400;
    font-size: 12px;
  }
  .tbinner {
    flex-wrap: wrap;
  }
  .tbinner a {
    width: 60px;

    margin-bottom: 10px;
  }
  .skinner {
    margin-bottom: 15px;
  }
  .skdetails {
    min-height: 150px;
  }
  .card .btn-outline-primary {
    padding: 15px;
  }
  .product-wrapper-grid {
    padding: 0px 10px;
  }
  .product-wrapper-grid .card {
    margin-bottom: 5px;
  }
  #mainslider .carousel-control-next,
  #mainslider .carousel-control-prev {
    width: 27px;
    height: 27px;
  }
  section.products .col-6 {
    padding-bottom: 20px;
  }
  #mainslider .carousel-control-prev-icon,
  #mainslider .carousel-control-next-icon {
    background-size: 6px;
  }
  section.products {
    padding-bottom: 20px;
  }
  .m-head {
    font-size: 14px;
  }

  .skdetails h4,
  b.pricesk,
  .skdetails em {
    font-size: 14px;
  }
  .product-wrapper-grid .col-6 {
    padding: 0px;
    padding-right: 3px;
  }
  span.filter-back {
    position: relative;
    /* top: -3px; */
    display: flex;
    align-items: center;
    height: 20px;
  }
  .footer-big {
    padding: 30px 0 30px 0;
  }

  .m-row .whbox {
    width: 50%;
  }

  .footer-menu .accordion:after,
  .footer-menu .accordion.active:after {
    display: block;
  }
  .footer-menu .panel {
    display: none;
  }
  i.bi.bi-list.mobile-nav-toggle {
    margin-left: 10px;
  }
  #header .logo img {
    max-height: 55px;
  }
  .m-head:before,
  .m-head:after {
    width: 40px;
  }
}
