@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;
  font-family: "Montserrat", sans-serif;
  color: #292222b9;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
}

@font-face {
  font-family: "new-york";
  src: url("../fonts/NewYork.otf");
}
/***** Headings *****/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #030303;
  font-family: "new-york";
}

h1 {
  font-size: 75px;
  line-height: 80px;
  text-transform: uppercase;
}

h2 {
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
}

h3 {
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
}

h4 {
  font-size: 24px;
  line-height: 29px;
}

h5 {
  font-size: 20px;
  line-height: 25px;
}

h6 {
  font-size: 18px;
  line-height: 22px;
}

p {
  font-size: 14px;
  line-height: 24px;
}

/***** Gradient Text *****/

/***** Utilities *****/

.padd {
  padding: 100px 0;
  position: relative;
}

.paddTop {
  padding-top: 100px;
}

.paddBottom {
  padding-bottom: 100px;
}

.margTop {
  margin-top: 100px;
}

.margBottom {
  margin-bottom: 100px;
}

.bt {
  display: inline-block;
}

.pbtn {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  border: 1px solid transparent;
}

.maxWidth {
  max-width: 1440px;
}

/* general btn css start  */

a {
  text-decoration: none;
  color: #fff;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #fff;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */

.menuSec {
  padding: 10px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(#242223, #1c1d1f);
  border-radius: 45px;
  width: 94%;
  margin: 0px auto;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 14px 12px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #eb0012;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/*banner css start */

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
}

img.banner-bg-img {
  height: 830px;
  float: right;
  object-fit: cover;
}

.carousel-item {
  background-image: url(../images/bannaer-bg-shape.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}

/*banner css end*/

header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 12;
}

.header-btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.header-btns a i {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  color: #fff;
  border: 1px solid #fff;
}

/* .banner_text {
  padding-bottom: 70px;
} */

section.main_slider .carousel-caption {
  position: relative;
  padding-top: 200px;
}

.banner_text h1 {
  color: #ffff;
}

.banner_text h1 span {
  font-size: 45px;
  line-height: 51px;
}

.banner_text p {
  color: #ffffff7a;
  width: 70%;
}

section.arivs-sec .heading h2 {
  width: 100%;
}

.pbtn span {
  padding: 16px 22px;
  background: #e30011;
  border-radius: 45px;
}

.pbtn span.arrow {
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  padding: 0px;
  transition: 0.2s;
  background: #e30011;
}

.btngsp {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  margin: 14px 0px;
}

.btngsp .pbtn span {
  min-width: 200px;
  text-align: center;
  background: radial-gradient(#b92a28, #d95456);
}

.btngsp .pbtn span.arrow {
  min-width: 55px;
  background: #e30011;
}

.bannbottm {
  padding: 60px 0px 20px;
}

.abt-img {
  padding-right: 12px;
}

/* ==================== cate start ================== */

section.cate-sec {
  background-repeat: no-repeat;
  background-image: url(../images/cate-bg-im.png);
  background-size: 100% 100%;
}

img.cate-img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 18px;
  border-radius: 8px;
  transition: 0.3s;
}

img.cate-img:hover {
  border-radius: 295px;
}

.catSlider .slick-slide {
  opacity: 1;
  margin: 0px 10px;
}

.baner-nav-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}

.baner-nav-items .progress {
  flex: 1;
  height: 4px;
  background: #333;
  overflow: hidden;
  border-radius: 0;
}

.baner-nav-items .progress span {
  display: block;
  height: 100%;
  width: 0;
  background: red;
  transition: width 0.4s ease;
}

/* img.cate-img.radius {
  border-radius: 295px;
} */

.ban-right-items button {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  border: 0px;
  background: transparent;
  transition: 0.2s;
  border: 1px solid #ffffff52;
}

.ban-right-items {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ban-right-items button:hover {
  background: red;
}

.baner-nav {
  width: 96%;
  margin: 0px auto;
}

/* ==================== cate end ================== */

/* arrivals sec  */

section.arivs-sec .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

img.pd-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.3s;
}

.pd {
  transition: 0.3s;
  padding-bottom: 10px;
}

.pd:hover img.pd-img {
  filter: brightness(0.7);
}

.arr-nav-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}

.progress1 {
  flex: 1;
  height: 4px;
  background: #d6d6d6;
  overflow: hidden;
  border-radius: 0;
}

.progress1 span {
  display: block;
  height: 100%;
  width: 0;
  background: red;
  transition: width 0.4s ease;
}

.arvis-btns button {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  background: transparent;
  transition: 0.2s;
  border: 1px solid #888;
}

.arvis-btns {
  display: flex;
  gap: 7px;
}

.arrivSlider .slick-slide {
  opacity: 1;
  margin: 0px 10px;
}

.pd-txt {
  padding: 20px 0px 0;
  position: relative;
}

.pd-txt h3 {
  font-size: 22px;
}

span.rating {
  font-size: 14px;
  color: #000;
}

.prirce-bt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-right: 10px;
}

.prirce-bt .pd-cart a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  background: red;
  transition: 0.2s;
  border: 1px solid #ffffff52;
}

/* arrivals sec  */

section.frag-sec {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/fragnes-img1.png);
  background-size: 100% 100%;
}

.frag-center p {
  color: #ffffff59;
  padding-bottom: 9px;
}

.frag-center h2.text-light {
  position: relative;
  border-bottom: 1px solid #ffffff73;
  padding-bottom: 16px;
  display: inline-block;
  margin-bottom: 24px;
}

.frag-center {
  width: 94%;
}

section.prods-sec .nav-tabs {
  justify-content: space-between;
  align-items: center;
  width: 60%;
  margin: 0px auto 30px;
}

section.prods-sec .nav-tabs .nav-link {
  padding: 0px 0 10px;
  border: 0px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  font-family: "new-york";
}

section.prods-sec .nav-tabs .nav-link.active {
  border-bottom: 2px solid red;
}

/* =============================== */

section.others-sec {
  background-repeat: no-repeat;
  background-image: url(../images/other-bg-img.png);
  background-size: 100% 100%;
}

section.others-sec p {
  color: #ffffffbd;
}

.oth-col {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.oth-col:hover img.other-img {
  transform: scale(1.1);
}

img.other-img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  border-radius: 18px;
  object-position: top;
  transition: 0.3s;
}

.oth-text {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(3deg, #140304c9, transparent);
  border-radius: 18px;
  padding-bottom: 50px;
  transition: 0.3s;
}

.oth-text h3 {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
}

.oth-text:hover {
  background: linear-gradient(3deg, #e3001182, transparent);
}

.oth-text:hover .pbtn span {
  background: transparent;
  border: 1px solid #fff;
}

.others-sec .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.oth-text:hover p {
  color: #fff;
}

/* =============================== */

/* reviews slider  */

.tst {
  position: relative;
  padding: 30px 30px 50px;
  border: 1px solid #5555556e;
  border-radius: 20px;
  margin-bottom: 40px;
}

img.quote-img {
  width: 60px;
  margin-bottom: 18px;
}

.ts-txt p {
  font-weight: 600;
  line-height: 22px;
}

.ts-rate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.ts-rate h4 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  margin: 0;
}

span.designation {
  color: red;
  text-transform: uppercase;
  font-family: "new-york";
}

.ts-rate .rating {
  color: #000;
  font-size: 16px;
}

.ts-auth-img {
  position: absolute;
  right: 60px;
  bottom: -37px;
}

.ts-auth-img img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border: 1px solid #777;
  padding: 7px;
  background: #fff;
  border-radius: 100px;
}

.revSlider .slick-slide {
  opacity: 1;
  margin: 0px 10px;
}

/* reviews slider  */

.ts-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 106%;
  left: -40px;
  right: 0;
  margin: 0px auto;
  top: 55%;
}

.ts-btn button:hover {
  background: red;
  border: transparent;
}

.ts-btn button:hover img {
  filter: unset;
}
.ts-btn button img {
  filter: brightness(0);
  transition: 0.2s;
}

.ts-btn button {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  background: transparent;
  transition: 0.2s;
  border: 1px solid #000;
}

section.revies-sec .container-fluid {
  position: relative;
}

.revSlider .slick-current .tst {
  background: #e30613;
  color: #ffffffb0;
}

.revSlider .slick-current img.quote-img {
  filter: brightness(0) invert(1);
}

.revSlider .slick-current h4 {
  color: #fff;
}

.revSlider .slick-current span.designation {
  color: #fff;
}

.revSlider .slick-current .rating {
  color: #fff;
}

/* ---------------------------------------- Footer  ------------------------------ */

footer {
  background: #090707;
  position: relative;
  overflow: hidden;
}

.footer-logo p {
  color: #fff;
  font-size: 13px;
  line-height: 22px;
}

.footer-logo {
  padding-top: 60px;
  padding-right: 30px;
}

footer h4 {
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 14px;
  position: relative;
  border-bottom: 1px solid #ffffff29;
  text-transform: uppercase;
  font-size: 22px;
}

.footer-link ul li a {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.footer-link ul li a:hover {
  opacity: 1;
}

.footer-link ul {
  line-height: 29px;
  margin: 0;
}

.footer-contact a {
  font-size: 14px;
  line-height: 29px;
  color: #fff;
  font-family: "Poppins";
}

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

.footer-contact p {
  font-size: 14px;
  color: #b8b3c8;
  line-height: 24px;
  font-family: "Poppins";
}

.footer-follow ul {
  gap: 6px;
}

.footer-follow ul li a {
  height: 30px;
  font-size: 14px;
  border-radius: 50%;
  color: #fff;
  transition: 0.5s ease-in-out;
  display: inline-block;
}

.newsForm button.flex-shrink-0:hover {
  background: #ffff;
  color: #e30613;
}

footer ul li a:hover {
  color: #e30613;
  text-decoration: underline;
}

.footer-follow ul li a:hover {
  opacity: 1;
  transition: 0.5s ease-in-out;
}

.footer-link {
  height: 100%;
  padding-top: 80px;
  padding-left: 90px;
  padding-right: 10px;
}

.footer-contact {
  height: 100%;
  padding-top: 80px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
}

.footer-follow {
  padding-top: 80px;
}

.footer-bottom-sec {
  border-top: 1px solid #4b4b4b62;
}

.copy-right-txt p {
  color: #fff;
}

.copy-right-txt {
  padding: 20px 0;
}

.footer-logo img {
  margin: 0 0 18px;
}

footer h4:before {
  position: absolute;
  content: "";
  width: 60%;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 0;
}

.btmSocilas li a {
  width: 30px;
  height: 30px;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eeeeee57;
  color: #eeeeee57;
  transition: 0.2s;
  font-size: 10px;
}

.double-col {
  gap: 10px;
}

.ft-newlatter {
  background: #0e0d0d;
  padding: 0px;
  border-radius: 80px;
  margin-left: 80px;
  margin-bottom: 60px;
}

.ft-newlatter h5 {
  width: 45%;
  padding-left: 20px;
  font-size: 16px;
  font-family: "new-york";
  text-transform: uppercase;
}

.newsForm {
  background: #040303;
  border-radius: 45px;
  width: 100%;
}

.newsForm input.flew-grow-1 {
  background: transparent;
  border: 0px;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 20px;
}

.newsForm input.flew-grow-1::placeholder {
  color: #fff;
}

.newsForm button.flex-shrink-0 {
  border: 0px;
  background: #e30613;
  color: #fff;
  border-radius: 45px;
  padding: 12px 16px;
  text-transform: uppercase;
  font-weight: 500;
}

.btmSocilas li a:hover {
  background: #e30613;
  color: #fff;
  border-color: transparent;
}

footer .col-lg-8 {
  border-left: 1px solid #4b4b4b62;
}

a.logo-card {
  display: inline-block;
  position: relative;
  width: 60%;
  border-bottom: 1px solid #ffffff2b;
  margin-bottom: 24px;
}

a.logo-card:before {
  position: absolute;
  content: "";
  width: 60%;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 0;
}

footer:before {
  position: absolute;
  content: "";
  width: 380px;
  height: 400px;
  background: radial-gradient(circle at 20% 50%, #e306133b 0%, transparent 60%);
  top: -50px;
}

footer:after {
  position: absolute;
  content: "";
  width: 790px;
  height: 400px;
  bottom: 0;
  right: 0;
  background: radial-gradient(circle at 70% 94%, #e3061333 0%, transparent 60%);
}

footer .container-fluid.maxWidth {
  position: relative;
  z-index: 1;
}
/* ---------------------------------------- Footer  ------------------------------ */

.pbtn:hover {
  transform: translate(5px, 0px);
}

.prirce-bt .pd-cart a:hover {
  transform: scale(1.1);
  background: #000;
}

.header-btns a i:hover {
  background: #d80111;
}

.arvis-btns button img {
  filter: brightness(0.5);
}

.arvis-btns button:hover img {
  filter: unset;
}

.arvis-btns button:hover {
  background: red;
  border: 0px;
}

/* innner bans  */

section.inban {
  padding: 220px 0px 130px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/inner-ban.png);
}

section.inban h2 {
  color: #fff;
}

/* innner bans  */

/* Shop Shop Shop  */

.category {
  position: relative;
  padding-right: 24px;
}

.paddPag img.pd-img {
  height: 300px;
  border-radius: 20px;
}

.category .card {
  border: 0px;
}

.category .card .card-header {
  padding: 0px;
  background: transparent;
  border: 0px;
  padding-bottom: 20px;
}

.category .card .card-header h4 {
  font-size: 28px;
  text-transform: uppercase;
  color: #000;
  line-height: 34px;
  position: relative;
}

/* ----  */

.category .card-body ul li .input-select {
  width: 100%;
  position: relative;
  padding: 24px 0;
  border-bottom: 1px solid #eeeeee;
}

.category .card-body ul li .input-select label {
  display: inline-block;
  position: relative;
  padding-left: 52px;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  font-family: "Roboto";
  font-weight: 500;
  text-transform: capitalize;
}

.category .card-body ul li .input-select input {
  display: none;
}

.category .card-body ul li .input-select label:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 16px;
  background: transparent;
  left: 10px;
  top: 5px;
  outline: 1px solid #333333;
  border-radius: 1px;
}

.category .card-body ul li .input-select input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 15px;
  width: 5px;
  height: 11px;
  border-style: solid;
  border-color: #000;
  border-image: initial;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
}

.category .card .card-body {
  padding: 0px;
}

.category .card-body ul {
  display: flex;
  flex-direction: column;
}

.category .card .card-header h4:before {
  position: absolute;
  content: "";
  width: 28px;
  height: 5px;
  border-radius: 45px;
  background: #e30613;
  right: 10px;
  bottom: 14px;
}

.category .card .card-body ul li a {
  color: #000;
  font-weight: 600;
  font-size: 14px;
  line-height: 32px;
}

.category .card.cate1 .card-body ul li .input-select {
  padding: 14px 0;
  border: 0px;
}

.dv2productdetail select {
  padding: 16px 40px 16px 23px;
  background-image: url(../images/donwyuy.png);
  background-repeat: no-repeat;
  background-size: 12px 8px;
  background-position: 94% 50%;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  border: 1px solid #999;
  border-radius: 45px;
}

.dv3productdetail select {
  width: 80%;
  border: 0;
  border-radius: 8px;
  background-image: url(../images/donwyuy.png);
  background-repeat: no-repeat;
  background-size: 12px 8px;
  background-position: 87% 50%;
  line-height: 26px;
  padding: 16px 40px 16px 33px;
  border: 1px solid #999;
  border-radius: 45px;
}

.text-shoow-product h6 {
  text-transform: initial;
  text-align: right;
  margin: 0px;
  font-family: "montserrat";
  font-size: 15px;
}

.row.conts {
  align-items: center;
  margin-bottom: 24px;
}
/* Shop Shop Shop  */

/* -------------------------------------- Cart ------------------------------- */

table.cart-page-tble {
  width: 100%;
}

.cart-page-tble thead tr {
  height: 60px;
  color: #fff;
  border-radius: 10px;
  border-bottom: 0px;
  position: relative;
}

img.cart-img {
  width: 140px;
  height: 140px;
  object-fit: cover;
}
.cart-page-tble thead tr th {
  padding: 20px 10px 20px;
  font-size: 24px;
  color: #fff;
  border: 0px !important;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "new-york";
}

.cart-page-tble thead tr th:first-child {
  text-align: left;
  padding-left: 40px;
}

.cart-page-tble tbody tr td {
  padding: 14px 0px;
  font-size: 20px;
}

.cart-page-tble tbody tr td i {
  border-radius: 0;
  cursor: pointer;
  font-size: 20px;
  transition: 0.2s;
  width: 50px;
  height: 43px;
  background: #e30613;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.pricing-cart-total {
  padding: 0 20px 0 0;
}

.cart-right-total h5 {
  text-transform: uppercase;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-bottom: 1px solid #cdcdcd;
}

.prc-cart-rate a {
  padding: 18px 60px;
  transition: 0.2s;
  display: inline-block;
  background-color: #2f6a50;
}

.card-price h4 span {
  float: right;
}

.carss {
  padding: 50px 40px;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  background: #f7f7f7;
}

.paypal {
  position: relative;
}

.paypal span {
  z-index: 12;
  width: 56%;
  margin: 0px auto;
}

.paypal:before {
  position: absolute;
  content: "";
  width: 100%;
  border: 2px solid #c0c0c0;
  height: 100%;
  left: 0;
  right: 0;
  display: table;
  margin: 0px auto;
  top: 14px;
  z-index: -1;
}

.carss p {
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  color: #000;
  opacity: 66%;
}

.cart-page-tble tbody tr td i:hover {
  transform: scale(1.1);
}

/* -------------------------------------- Cart ------------------------------- */

/* -------------------------------------- Checkout ------------------------------- */

.check_menu ul li {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: rgb(124, 124, 124);
  margin: 0px 14px;
}

.check_menu ul li i {
  font-size: 18px;
}

.cart_sidebar h5 span {
  float: right;
  color: #e30011;
}

.cart_sidebar .shipping-ul li input {
  display: none;
}

.cart_sidebar .shipping-ul li label::before {
  content: "";
  appearance: none;
  background-color: transparent;
  border: 1px solid #c4c4c4b8;
  box-shadow:
    rgba(0, 0, 0, 0.05) 0px 1px 2px,
    rgba(0, 0, 0, 0.05) 0px -15px 10px -12px inset;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 13px;
  border-radius: 2px;
}

.cart_sidebar .shipping-ul li input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 8px;
  width: 6px;
  height: 14px;
  border-style: solid;
  border-color: #e30011;
  border-image: initial;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
}

.billing_form input {
  border: 1px solid #d9d9d9;
  padding: 8px 24px;
  margin: 6px 0 14px;
  border: 1px solid #999;
  border-radius: 30px !important;
  color: #000;
}

ul.cart_lst h4 span {
  float: right;
}

input.input-number::-webkit-inner-spin-button,
input.input-number::-webkit-outer-spin-button {
  margin: 0px;
  display: none;
}

.cart_sidebar h4 span {
  float: right;
  color: #2d5443;
}

.cursor-pointer {
  cursor: pointer;
}

.cart_sidebar .radiosss-payments li input {
  display: none;
}

.cart_sidebar .radiosss-payments li label {
  padding-left: 30px;
}

.cart_sidebar .radiosss-payments li label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid #b7b7b7;
  border-radius: 50%;
  background: transparent;
}

.cart_sidebar .radiosss-payments li label:has(input:checked)::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #e30011;
  border-radius: 50%;
}

.ptext p {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
}

.ptext p:last-child {
  color: #e30613;
}

span.price {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}

.card-price h4 {
  color: #333333;
  font-size: 20px;
  line-height: 30px;
  font-family: "Montserrat";
  text-transform: capitalize;
}
/* -------------------------------------- Checkout ------------------------------- */

.dntss {
  width: 40%;
  margin: 30px auto 0;
  display: table;
  text-align: center;
}

.cointi a {
  font-size: 18px;
  line-height: 23px;
  color: #333;
  font-weight: 500;
  transition: 0.2s;
}

.cointi a:hover {
  color: #e30011;
}

.number-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.number-item input {
  width: 100%;
  text-align: center;
  border: 1px solid #999;
  padding: 16px 20px;
  border-radius: 5px;
  font-size: 25px;
}

.pricing-cart-total .bt {
  width: 100%;
}

.pricing-cart-total .bt .pbtn {
  width: 100%;
}

.pricing-cart-total .bt .pbtn span {
  width: 100%;
  text-align: center;
}

.pricing-cart-total .bt .pbtn span.arrow {
  width: 61px !important;
}

section.checkout_page h3 {
  font-size: 45px;
  line-height: 55px;
  font-family: "new-york";
}

section.checkout_page h4 {
  font-size: 35px;
  line-height: 40px;
  font-family: "new-york";
  text-transform: uppercase;
}

.cart_sidebar h5 {
  font-family: "Montserrat";
  font-weight: 600;
}

.billing_form.p-4.rounded.card {
  border: 1px solid #999;
  border-radius: 30px !important;
}

.billing_form.p-4.rounded.card label {
  color: #000;
  font-weight: 600;
}

.cart_sidebar.p-4.rounded.card {
  border: 1px solid #999;
  border-radius: 30px !important;
}

/* ========================= */

img.sm-Slide {
  height: 100px;
  width: 100%;
  object-fit: fill;
}

.pdSlider .slick-slide {
  margin: 10px 5px;
  opacity: 1;
}

img.detail-shp-img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.product-dtimg {
  position: relative;
}

.product-dtimg span.zoom-i {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 30px;
  right: 40px;
  background: #e30613;
  font-size: 29px;
  font-weight: 600;
  color: #fff;
  border-radius: 45px;
}

.shp-txt h2 {
  font-size: 40px;
  line-height: 50px;
}

h3.pricesd {
  color: #0a0a0a;
  font-size: 26px;
  font-weight: bold;
  font-family: "Montserrat";
}

.shpo-rateing i {
  color: #000;
  font-size: 24px;
}

.shpo-rateing span {
  font-size: 18px;
  color: #000;
  margin-left: 10px;
}

.shpo-rateing {
  margin: 10px 0;
}

ul.shplist li span {
  position: relative;
  display: block;
  color: #000;
  font-weight: 600;
  top: -4px;
}

ul.shplist {
  list-style: disc;
  margin-left: 33px;
}

ul.shplist li {
  margin: 10px 0px;
}

ul.shplist li::marker {
  font-size: 30px;
  color: #000;
  position: relative;
}

.shp-qnat h5 {
  margin: 0px;
  font-family: "Montserrat";
  margin-right: 60px;
}

.shp-qnat li.inc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.shp-qnat li.inc span {
  height: 35px !important;
  border-radius: 45px !important;
  border: 1px solid #d6d6d6;
  text-align: center;
  line-height: 35px;
  font-weight: 900;
  font-size: 20px;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  cursor: pointer;
}

.shp-qnat li.inc input {
  border: 1px solid #222;
  margin: 0px auto;
  padding: 10px 0px;
  text-align: center;
  width: 100px;
  font-weight: 700;
  font-size: 25px;
}

.shp-qnat li.inc span:hover {
  color: #fff;
  background: red;
}

ul.catetasg li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}

ul.catetasg li img {
  width: 20px;
  height: auto;
  object-fit: contain;
}

ul.catetasg li span {
  font-weight: 600;
  color: #000;
}

.shp-txt {
  padding-left: 12px;
}

.prod-detail-description .nav-tabs .nav-link.active,
.prod-detail-description .nav-tabs .nav-item.show .nav-link {
  border: 0;
}

.product-det-heading h2 {
  font-size: 70px;
  line-height: 75px;
  margin: 0;
}

.prod-detail-description .nav-tabs .nav-link:hover,
.prod-detail-description .nav-tabs .nav-link:focus {
  border: 0;
}

.prod-detail-description .nav-tabs {
  border-bottom: 0px;
  margin-bottom: 30px;
}

.prod-detail-description .prd-review-input label {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
}

.prod-detail-description .prd-review-input input {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  border: 1px solid #000;
  margin: 5px 0 20px;
}

.prod-detail-description .prd-review-input input::placeholder,
.prod-detail-description .prd-review-input textarea::placeholder {
  color: #000;
  font-weight: 600;
  font-size: 16px;
}

.prod-detail-description .prd-review-input textarea {
  width: 100%;
  height: 200px;
  padding: 13px;
  border: 1px solid #000;
  margin: 5px 0 0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  resize: none;
}

.prod-detail-description .rating-stars input {
  width: auto !important;
  height: auto;
  border: 0;
}

.prod-detail-description .rating-stars {
  display: inline-grid;
  justify-items: baseline;
}

.prod-detail-description .rating {
  display: block;

  margin: 20px 0;
  float: left;
}

.prod-detail-description .prd-review-input.give-review h4 {
  font-size: 27px;
  color: #000;
  font-weight: 500;
}

.prod-detail-description .prd-review-input.give-review button {
  color: #fff;
  font-size: 26px;
  text-transform: capitalize;
  font-weight: 600;
  padding: 16px 50px;
  margin-right: 24px;
  border: 2px;
  background: #e30011;
  color: #fff;
  border-radius: 45px;
  font-size: 20px;
}

.prod-detail-description .client-review-box {
  box-shadow: 0 0 5px 1px #989898;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0;
}

.prod-detail-description ul.client-list-review {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}

.prod-detail-description ul.client-list-review li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.prod-detail-description ul.client-list-review img {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  object-fit: cover;
  box-shadow: 0 0 5px 1px #989898;
}

.prod-detail-description ul.client-list-review h5 {
  font-size: 24px;
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
}

.prod-detail-description ul.client-list-review h6 {
  font-size: 16px;
  color: #666;
}

.prod-detail-description ul.client-list-review li i {
  font-size: 20px;
  color: #c78b1b;
}

.prod-detail-description .client-info {
  margin-left: 15px;
}

.prod-detail-description .client-review-box p {
  font-size: 16px;
  color: #000;
}

.prod-detail-description .prd-det-review-form .row {
  align-items: center;
}

.prod-detail-description p {
  font-size: 15px;
  line-height: 25px;
}

.prd-detail-client-reiew .testimonial-card {
  padding: 20px;
  border: 1px solid #fff;
  border-radius: 10px;
  margin: 0 0 20px 0;
}

.prd-det-review-form {
  margin: 50px 0;
}

section.pd-details .pd-rate ul {
  display: flex;
  gap: 5px;
  margin: 0;
}

section.pd-details .pd-rate ul li i {
  font-size: 23px;
  transition: 0.3s;
}

.prod-detail-description .nav-tabs .nav-link {
  color: #ffff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  width: fit-content;
  padding: 16px 16px;
  background: #e30011;
  margin-right: 24px;
  border: 0;
  border-radius: 130px;
  min-width: 200px;
}

section.pd-details .pd-rate ul li i:hover {
  color: #000;
}

section.prod-detail-description {
  padding: 40px 0 100px;
}

/* -------------------------------------- Contact Us st ------------------------------- */

.contact1 p,
.contact2 > p {
  margin-bottom: 30px;
}

.contact2 ul {
  margin-top: 40px;
}

.contact1 input,
.contact1 textarea {
  width: 100%;
  margin-bottom: 20px;
  height: 55px;
  padding: 20px 24px;
  background: transparent;
  border: 1px solid #777675;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  border-radius: 45px;
}

.contact1 textarea {
  height: 160px;
  resize: unset;
  border-radius: 18px;
  position: relative;
}

.contact2 ul li {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  gap: 25px;
}

.contact2 ul li h4 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #000;
  transition: 0.2s;
  text-transform: uppercase;
  line-height: 24px;
}

.map iframe {
  width: 100%;
}

.contact2 ul li p {
  width: 100%;
  margin-bottom: 0;
  font-weight: 500;
  color: #000;
}
.contact2 ul li {
  transition: 0.2s;
}

.contact2 .icon i {
  height: 75px;
  width: 75px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e30613;
  transition: 0.2s;
  color: #fff;
  font-size: 28px;
}

.map {
  margin-top: 80px;
}

.contact1 input::placeholder,
.contact1 textarea::placeholder {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.contact1 {
  position: relative;
  margin-right: 40px;
}

i.far.fa-phone-alt {
  transform: rotate(98deg);
}

.map iframe {
  box-shadow: 0 0 20px 0 #0000003d;
}

.inner-bg.appointment-sec select {
  width: 100%;
  margin-bottom: 20px;
  height: 60px;
  padding: 20px;
  background: #fff;
  border: 1px solid #777675;
  color: #000;
  border-radius: 10px;
}

.contact2 .icon i.fas.fa-phone-alt {
  transform: rotate(105deg);
}

section.contact_us .siteBtn button {
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px 24px;
  background: #e30613;
  border-radius: 45px;
  border: 0px;
  color: #ffff;
  transition: 0.2s;
}

section.contact_us .siteBtn button:hover {
  transform: scale(0.98);
}

section.contact_us .siteBtn {
  width: 100%;
}

.contact1 textarea::placeholder {
  position: absolute;
  bottom: 20px;
}

/* -------------------------------------- Contact Us end ------------------------------- */

/*login start*/

.login-txt form input {
  width: 100%;
  margin-bottom: 18px;
  outline: none;
  padding: 14px 40px 14px 20px;
  border: 0;
  background: #fff;
  color: #000000;
  font-weight: 500;
  border-radius: 45px;
}

.login-txt form input::placeholder {
  color: #000000;
}

.login-txt form input:focus {
  box-shadow: none;
  color: #000000;
}

.login-txt h2 {
  margin: 0 0 24px 0;
  font-size: 45px;
  transition: 0.3s;
}

.password-box {
  position: relative;
}

.password-box-input input {
  padding: 10px 40px 10px 20px;
}

.password-icon {
  position: absolute;
  top: 29%;
  right: 5%;
}

.password-icon span {
  color: #000;
  cursor: pointer;
}

.login-txt {
  padding: 45px 40px 32px;
  background: #0a0a0a;
  border-radius: 13px;
}

.login-txt ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 22px 0;
  position: relative;
}

.login-txt span.head.head-ex {
  color: #fff;
  font-weight: 500;
  font-size: 19px;
  position: absolute;
  right: 0;
}

.login-txt li.head {
  color: #fff;
  font-size: 17px;
  text-decoration: underline;
}

.login-txt ul li {
  display: flex;
  gap: 7px;
  color: #fff;
  font-weight: 500;
}

.head-ex {
  text-decoration: underline;
}

span.head.head-ex {
  color: #fff;
  text-shadow: 0 0 black;
}

.login-txt form button:hover {
  filter: drop-shadow(0px 15px 8px #00000045);
  transform: scale(0.97);
}

.login-txt h2 {
  color: #fff;
  font-size: 40px;
}

.login-txt form button {
  background: transparent;
  transition: 0.2s;
}

.clumn2 .login-txt button {
  border: 0px;
}

.login-txt:hover ul li {
  color: #fff;
  opacity: 90%;
}

/*login end*/

.category .card .card-body ul li a:hover {
  color: red;
  text-decoration: underline;
}

.product-dtimg span.zoom-i:hover {
  background: #fff;
  color: #e30613;
}

section.revies-sec .heading p {
  width: 70%;
  margin: 0px auto 24px;
}

.prodLeft {
  overflow: visible;
  max-height: 630px; /* adjust as needed */
  overflow-y: auto;
}
.prodLeft::-webkit-scrollbar {
  width: 6px;
}

.prodLeft::-webkit-scrollbar-track {
  background: #999999ab; /* track color */
  border-radius: 10px;
}

.prodLeft::-webkit-scrollbar-thumb {
  background: red; /* thumb color */
  border-radius: 10px;
}

.prodLeft::-webkit-scrollbar-thumb:hover {
  background: #cc0000;
}

.table-responsive:before {
  position: absolute;
  content: "";
  width: 100%;
  background: #e30613;
  height: 64px;
  top: 0;
  border-radius: 45px;
}

.table-responsive {
  position: relative;
}

.cart-page-tble thead tr:first-child {
  border: 0px !important;
}

.cart-page-tble thead {
  border: 0px !important;
}
