@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=Kaushan+Script&display=swap");
:root {
  --white: #fff;
  --black: #000;
  --primary: #0071bc;
  --secondary: #333333;
}

/* html {
    scroll-behavior: smooth;
    height: 100%;
} */

body {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  height: 100%;
  font-family: "Poppins", sans-serif;
}

@media (min-width: 1700px) {
  .container {
    max-width: 1410px;
  }
}

h1,
h2 {
  font-family: "Kaushan Script", cursive;
}

section {
  position: relative;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

figure {
  margin: 0;
}

/* loader */

.preLoader {
  width: 100%;
  height: 100%;
  z-index: 1111;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.preLoader.black {
  background-color: var(--primary);
  z-index: 11113;
}

.preLoader.white {
  z-index: 11112;
  background-color: var(--black);
}
.preLoader img {
  width: 15%;
}

/* loader */

/* navigation css */

header {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 111;
  top: 0;
  width: 100%;
  padding-top: 4rem;
  transition: 0.3s ease-in-out;
}

.navbar-nav {
  align-items: center;
  gap: 1.4rem;
}

.navbar-nav .nav-item a {
  color: var(--white);
  font-size: 1.25rem;
}

.navbar-nav li + li {
  border-left: 1px solid var(--white);
  padding-left: 1.4rem;
  height: 16px;
  display: flex;
  align-items: center;
}

.navbar-brand {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

.navbar-brand img {
  height: 106px;
}

.custoMain .logobaner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15%;
}

.custoMain .navbar-brand img {
  display: none;
}

.custoMain > h2 {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 40px;
  color: var(--white);
  z-index: 1;
  font-size: 3.75rem;
}

.navbar-nav .nav-item {
  min-height: 38px;
}

.searchBox {
  display: none;
}

.searchBox .form-group {
  display: flex;
  align-items: center;
  background-color: var(--white);
  border-radius: 20px;
  overflow: hidden;
}

.searchBox .form-group input {
  border: 0;
  box-shadow: none !important;
}

.searchBox .form-group .themeBtn {
  width: auto;
  padding: 0 10px;
  background-color: var(--white);
  color: var(--black);
  border: 0;
}

/* navigation css */

/* slider css */

.main-slider {
  height: 1080px;
  background: url(../images/mainBnnr.jpg) center/cover no-repeat;
}

.homeSlider.swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.homeSlider.swiper-container .swiper-slide {
  overflow: hidden;
  display: flex;
  align-items: center;
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
  position: absolute;
  top: initial;
  z-index: 1;
  bottom: 29%;
}

.homeSlider .swiper-button-next:after,
.homeSlider .swiper-button-prev:after {
  font-size: 1.375rem;
  color: var(--white);
}

.homeSlider .swiper-button-next {
  right: 12rem;
}

.homeSlider .swiper-button-prev {
  left: 12rem;
}
.slideOne img {
  width: 20%;
} 
.slideOne h1 {
  font-size: 7.5rem;
  color: var(--white);
}

.slideOne h3 {
  font-size: 4.375rem;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 200;
  margin: 2rem 0 1rem 0;
}

.billigFlex h2 {
  font-size: 2.1875rem;
  color: var(--white);
  padding-bottom: 12px;
}

.billigFlex p {
  color: var(--white);
  font-size: 0.875rem;
  line-height: 1.9;
}

.billigFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2.5rem 0 5rem 0;
}

.themeBtn {
  color: var(--white);
  text-transform: uppercase;
  border: 1px solid #737373;
  padding: 0.875rem 2.5em;
  display: inline-block;
  background: transparent;
  transition: 0.5s ease;
}

.themeBtn:hover {
  background: var(--white);
  color: var(--black);
}

.mainMenu {
  display: flex;
  position: absolute;
  bottom: 4rem;
  left: 50%;
  gap: 4rem;
  transform: translateX(-50%);
}

.mainMenu li a {
  color: var(--white);
  text-transform: uppercase;
}

.mainMenu li a:hover {
  color: var(--primary);
}

.mainMenu li + li {
  border-left: 1px solid var(--white);
  height: 16px;
  align-items: center;
  display: flex;
  padding-left: 6rem;
}

/* slider css */

/* Product Sec Css Start */

.productSec {
  padding: 1.25rem 1.875rem;
}

.productSec .col {
  padding-right: 3px;
  padding-left: 3px;
}

.productWraps {
  position: relative;
}

.productWraps figure {
  position: relative;
  overflow: hidden;
}

.productWraps figure:hover img {
  transform: scale(1.1);
}

.productWraps figure img {
  width: 100%;
  transition: 0.5s ease;
}

.productBox {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: var(--primary);
  padding: 1.5rem 0 1.4rem 0;
}

.productBox h2 {
  font-size: 2.625rem;
  color: var(--white);
  padding-bottom: 6px;
}

.productBox a {
  text-transform: uppercase;
  font-weight: 500;
  color: var(--white);
}

/* Product Sec Css End */

/* Classic Sec Css Start */

.classicSec {
  padding: 4rem 3rem 5rem 10rem;
}

.classicContent h2 {
  font-size: 5.625rem;
  color: var(--black);
  margin: 4rem 0 0 -6.5rem;
  line-height: 1;
}

.classicContent p {
  color: #5a5b5d;
  line-height: 1.8;
  margin: 2.25rem 0 0 2rem;
}

.classBox {
  text-align: center;
  border: 1px solid #ebebeb;
  background: #fefefe;
  padding: 3.5rem 0 1.2rem 0;
  height: 400px;
}

.classBox h4 {
  font-size: 1.5625rem;
  color: var(--black);
  padding-top: 2rem;
}

.classBox a {
  font-size: 1.0625rem;
  color: #828282;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.classBox a del {
  font-size: 0.875rem;
}

.allCollections {
  font-size: 1.375rem;
  text-transform: uppercase;
  color: #0071bc;
  font-weight: 500;
  margin-top: 1rem;
  display: block;
}

.classBottom {
  margin-top: -17rem;
}

/* Classic Sec Css End */

/* Wonderful Sec Css Start */

.wonderfulSec {
  background: url(../images/wonderBg.jpg) center/cover no-repeat;
  padding: 7rem 0;
}

.secHeading {
  font-size: 3.125rem;
  color: var(--white);
  margin: 1.5rem 0;
}

.wonderText p {
  color: var(--white);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* Wonderful Sec Css End */

/* Gallery Sec Css Start */

.gallerySec {
  padding: 5rem 0;
}

.gallerySec .row + .row {
  margin: 1.5rem 2rem 0 -4rem;
}

.galleryImg {
  position: relative;
  height: 100%;
}

.galleryImg figure {
  height: 100%;
}

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

.galleryContent {
  position: absolute;
  top: 50%;
  right: 7rem;
  text-align: center;
  transform: translateY(-50%);
}

.galleryContent h2 {
  font-size: 2.25rem;
  color: var(--white);
  margin-bottom: 1.2rem;
}

.galleryContent p {
  font-size: 0.75rem;
  color: var(--white);
}

.galleryContent a {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: var(--white);
}

.jewellerCollections h2 span {
  display: block;
  font-size: 1.5625rem;
  font-weight: 500;
  color: #614f57;
  font-family: "Poppins";
  text-transform: uppercase;
  padding-bottom: 10px;
}

.jewellerCollections h2,
.jewellerCollections p,
.jewellerCollections a {
  color: var(--black);
}

.jewellerCollections {
  bottom: auto;
  top: 9rem;
  right: initial;
  left: 1rem;
}

/* Gallery Sec Css End */

/* Shop Sec Css Start */

.shopSec {
  background: rgb(249 249 249 / 20%);
  padding: 3rem 0 8rem 0;
}

.shopSec h2 {
  font-size: 5rem;
  color: var(--black);
  text-align: center;
}

.proBox {
  background: transparent;
  position: relative;
  text-align: center;
  overflow: hidden;
  padding-top: 3rem;
  border: 1px solid #ebebeb;
  min-height: 566px;
}

.proBox figure {
  margin: 2rem 0 1rem 0;
}

.proBox h2 {
  font-size: 2rem;
  color: var(--black);
  margin: 0 0 1rem;
}

.proBox h6 {
  color: #828282;
  font-weight: 400;
  font-size: 1.375rem;
  margin: 0 0 10px;
}

.proBox h6 del {
  font-size: 1.125rem;
  font-weight: 400;
}

.proBox .star {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 1.5rem;
}

.proBox .star .fas.fa-star {
  color: #e2cc00;
  font-size: 0.9rem;
}

.proBox .star span {
  display: inline-block;
  font-size: 1.125rem;
  color: #828282;
  margin-left: 10px;
}

.proMain {
  transition: 0.5s ease-in-out;
}

.proBox:hover {
  background: #f8f8f8;
}

.proMain .addBtn {
  position: relative;
  background: var(--primary);
  font-size: 1.4375rem;
  color: var(--white);
  font-weight: 500;
  padding: 0rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 6rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(56px);
  opacity: 0;
  width: 94.3%;
  margin: auto;
  transition: 0.5s ease-in-out;
}

.proMain .addBtn div {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.proMain .addBtn div i {
  font-size: 1.3rem;
}

.proMain .addBtn span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 60px;
  border-left: 1px solid #fff;
}

.proMain:hover .addBtn {
  opacity: 1;
}

/* Shop Sec Css End */

/* Custom Sec Css Start */

.customSec {
  background: url(../images/customBg.jpg) center/cover no-repeat;
  padding: 13rem 0;
}

/* Custom Sec Css End */

/* Insta Sec Css Start */

.instaSec {
  padding: 2.5rem 0;
}

.instaWraps figure img {
  width: 100%;
}

.instaWraps {
  position: relative;
}

.instaIcon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.instaSlider .swiper-slide-active .instaIcon {
  opacity: 1;
}

.instaSlider .swiper-slide-active .instaWraps figure img {
  filter: grayscale(1);
}

/* Insta Sec Css End */

/* Footer Css Start */

footer {
  background: url(../images/footBg.jpg) center/cover no-repeat;
  padding-top: 6rem;
}

footer h2 {
  font-size: 1.5625rem;
  color: var(--white);
  margin-bottom: 1.5rem;
}

footer ul li a:hover {
  color: var(--primary);
}

footer .links {
  display: flex;
  flex-flow: column wrap;
  margin: 0;
  max-height: 170px;
  gap: 1.2rem 1rem;
}

footer .links li a {
  font-size: 1.125rem;
  color: var(--white);
}

footer .contactLinks li a {
  color: var(--white);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.125rem;
}

footer .contactLinks li + li {
  padding-top: 1.2rem;
}

footer .socialLinks {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: 1.2rem;
}

footer .socialLinks li a {
  width: 70px;
  height: 70px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #231609;
  font-size: 1.2rem;
  color: #5a5b5d;
}

footer .socialLinks li a:hover {
  color: #29abe2;
}

.copyRight {
  border-top: 1px solid #ffffff;
  margin-top: 4rem;
  padding: 1.5rem 0;
}

.copyRight p {
  color: var(--white);
  margin: 0;
}

.copyRight ul {
  gap: 1rem;
}

.copyRight ul li a {
  color: var(--white);
}

/* Footer Css End */

/* / sraachbar start / */

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  z-index: 10000;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #fff !important;
  background: rgba(0, 0, 0, 0);
  font-size: 55px;
  line-height: 65px;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-family: arial;
}

#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
  background-color: limegreen;
  border: black;
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}

.srch-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}

.srch-btn .themeBtn {
  padding: 15px 120px;
  font-size: 20px;
}

/* / sraachbar end / */

/* Menu Css Start */

.menu-toggler {
  display: inline-flex;
  align-items: center;
  outline: 0;
  background-color: transparent;
  border: 0;
  padding: 4px 0;
  z-index: 2222;
  position: absolute;
  left: 3.4%;
  top: 0.9rem;
  transform: translate(-90%, -20%);
}

.menu-toggler .navbar-icon {
  height: 30px;
  width: 53px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.menu-toggler .navbar-icon span {
  height: 3px;
  width: 55px;
  background-color: var(--white);
  display: flex;
  position: relative;
  transition: all ease 0.5s;
}

.menu-toggler.active span {
  background-color: var(--white);
}

.menu-toggler .navbar-icon > span:nth-child(2) {
  margin: 10px 0;
  width: 38px;
  display: table;
  margin-right: auto;
}

.menu-toggler.active .navbar-icon > span:not(:nth-child(2)) {
  position: absolute;
}

.menu-toggler.active .navbar-icon > span:nth-child(1) {
  transform: rotate(45deg);
}

.menu-toggler.active .navbar-icon > span:nth-child(3) {
  transform: rotate(-45deg);
}

.menu-toggler.active .navbar-icon > span:nth-child(2) {
  opacity: 0;
}

.navigation-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1111;
}

.navigation-menu .navigation-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.navigation-menu .navigation-bg.one {
  width: 4px;
  background-color: var(--primary);
}

.navigation-menu .navigation-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.navigation-menu .nav-inner {
  position: relative;
  text-align: left;
}

.navigation-menu .nav-inner .nav-link {
  font-size: 25px;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--white);
  display: flex;
  align-items: flex-end;
  justify-content: left;
  text-align: left;
  margin-left: 10rem;
}

/* Menu Css End */

/* inner pages css start */

.classicSec.aboutPage {
  padding: 6rem 0;
}

.inerMain h2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: var(--white);
}

.classicSec.aboutPage .classicContent h2 {
  margin: 0 0 2.5rem;
}

.classicSec.aboutPage .classicContent p {
  margin: 0 0 2rem 1rem;
}

.themeBtn.borderBlue {
  border-color: var(--primary);
  color: var(--primary);
}

.classicSec.aboutPage .classicContent .themeBtn.borderBlue {
  margin: 0 0 0 1rem;
}

.abtPgimg {
  margin-left: -8rem;
}

.contactPage {
  padding: 6rem 0;
}

.contactList ul {
  display: flex;
  justify-content: space-between;
}

.contactList ul li {
  text-align: center;
  flex: 0 0 35%;
}

.contactList ul li figure {
  width: 250px;
  height: 250px;
  background: #ffffff;
  box-shadow: 0 20px 50px rgb(0 0 0 / 6%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.8rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contactList ul li h2 {
  font-size: 1.875rem;
  text-transform: capitalize;
  margin: 0 0 0.5rem;
  font-weight: 500;
}

.contactList ul li p {
  font-size: 1.375rem;
  color: var(--black);
  margin: 0 2rem;
  font-weight: 400;
}

.contactList ul li a {
  font-size: 22px;
  color: var(--black);
  font-weight: 400;
}

.contactPage .servicepgContent .sectionHeading {
  margin: 0 0 0.4rem;
  font-size: 3.75rem;
  letter-spacing: 0;
  color: var(--black);
  text-transform: capitalize;
}

.contactPage .servicepgContent p {
  color: #7c7c7c;
  font-size: 1rem;
  line-height: 1.9;
}

.contactForm input {
  width: 100%;
  height: 68px;
  border: 1px solid #c0c0c0;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 6px;
  padding: 0 1.2rem;
  margin: 0 0 1.4rem;
}

.contactForm textarea {
  width: 100%;
  height: 155px;
  border: 1px solid #c0c0c0;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 6px;
  padding: 1rem 1.2rem;
  margin: 0 0 1.4rem;
  resize: none;
}

.contactList ul li:hover figure {
  box-shadow: 0 20px 50px rgb(0 113 188 / 20%);
}

.imgRadius img {
  border-radius: 22px;
  width: 100%;
}

.contactForm .themeBtn.borderBlue {
  font-weight: 500;
  letter-spacing: 2px;
}

.contactPage .row + .row {
  margin-top: 3rem;
}

.customForm span {
  border: 2px dashed var(--primary);
  width: 100%;
  height: 559px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 2.5rem;
}

.customForm span div {
  background: var(--primary);
  font-size: 1.25rem;
  color: var(--white);
  font-weight: 300;
  width: 351px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
}

.customForm span div input {
  all: unset;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  opacity: 0;
}

.customForm label {
  display: block;
  font-size: 1.25rem;
  color: #7c7c7c;
  margin: 0 0 12px;
}

.customForm input {
  width: 100%;
  height: 60px;
  border: 1px solid #c0c0c0;
  margin: 0 0 2.2rem;
  padding: 0.75rem;
}

.customForm textarea {
  width: 100%;
  height: 170px;
  border: 1px solid #c0c0c0;
  margin: 0 0 2.2rem;
  resize: none;
  padding: 0.75rem;
}

.customForm .themeBtn {
  width: 100%;
  background: var(--primary);
  border-color: var(--primary);
}

.customPage {
  padding: 5rem 0 3rem;
}

#accordion .card .btn-link.collapsed i::before {
  content: "\f107";
}

#accordion .card .btn-link i::before {
  content: "\f106";
}

.productPage {
  padding: 5rem 0 3rem;
}

.categoriesList h2 {
  margin: 0;
  background: var(--primary);
  font-size: 2rem;
  color: var(--white);
  padding: 1.5rem 2rem;
}

#accordion .card {
  background: #f8f8f8;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #c6c8c9;
}

#accordion .card h5 button {
  font-size: 1.325rem;
  color: var(--black);
  width: 100%;
  text-align: left;
  padding: 1rem 1.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#accordion {
  border: 1px solid #c6c8c9;
}

#accordion .card:last-child {
  border-bottom: 0;
}

#accordion .card h5 button i {
  font-size: 1.6rem;
  font-weight: 500;
}

#accordion .card .card-body {
  padding: 0.5rem 3rem;
}

#accordion .card .card-body ul li a {
  font-size: 1rem;
  color: var(--black);
  font-weight: 500;
}

#accordion .card .card-body ul li + li {
  margin: 10px 0 0;
}

.productPage .addBtn {
  transform: translateY(0px);
}

.productPage .proMain {
  margin-bottom: 4rem;
}

.homeLogo .navbar-brand {
  display: none;
}

.customPage h2 {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
  margin: 0;
}

/* inner pages css end */

/* modal css start */

.desModal .modal-dialog {
  max-width: 40%;
}

.desModal .modal-dialog .modal-content {
  background: #c7c4bd;
}

.promodalInfo {
  background: #b6acad;
  display: flex;
  align-items: flex-start;
  padding: 1rem;
  gap: 1.5rem;
}

.promodalInfo figure {
  background: #b7b2b6;
  width: 255px;
  height: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.promodalInfo h5 {
  margin: 0 0 12px;
}

.promodalInfo span {
  font-size: 1.3rem;
  color: var(--black);
  font-weight: 500;
  display: table;
  margin: 0 0 2rem;
}

.promodalInfo span del {
  font-weight: 400;
}

.promodalInfo a {
  display: table;
  margin-left: auto;
  background: var(--black);
  color: var(--white);
  font-size: 1.3rem;
  text-transform: uppercase;
  padding: 1.2rem 2.5rem;
  font-weight: 500;
}

.promodalInfo div {
  width: 100%;
}

.desModal .modal-body {
  padding: 2rem;
}

.desModal #accordion .card {
  background: #c7c4bd;
  border-bottom: 1px solid;
}

.desModal #accordion {
  border: 0;
  margin-top: 3rem;
}

.desModal #accordion .card h5 button {
  padding-left: 0;
}

.desModal #accordion .card .btn-link.collapsed i::before {
  content: "\f067";
}

.desModal #accordion .card .btn-link i::before {
  content: "\f068";
}

.desModal #accordion .card:last-child {
  border: 0;
}

.desModal #accordion .card .card-body {
  padding: 0.5rem 1rem;
}

/* modal css end */

.productNav figure {
  background: #fbfbfb;
  border-radius: 10px;
  padding: 1rem;
  margin: 0.7rem 0;
  border: 1px solid #f3f3f3;
  text-align: center;
}

.productNav figure img {
  width: 100%;
}

.Proreview {
  padding: 5rem 0 0 0;
}

.Proreview .themeBtn {
  background: var(--black);
  border: unset;
  border-radius: 50px;
}

.Proreview .themeBtn:hover {
  color: var(--white);
}

.quantitySec .number {
  padding: 0.7rem;
  font-size: 1rem;
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.quantitySec .number .minus {
  padding: 0.5rem;
}

.quantitySec .number .plus {
  padding: 0.5rem;
}

.quantitySec .number input {
  width: 100px;
}

.number {
  background: #f7f6fb;
  padding: 1rem 0;
  border: 1px solid #cccccc;
  border-radius: 7px;
  width: 100%;
  color: #282828;
}

.number input {
  background: #f7f6fb;
  border: none;
  height: 2rem;
  width: 50px;
  text-align: center;
}

.stckst li {
  font-size: 20px;
  font-weight: 600;
}

.prodtl-txt p {
  font-weight: 500;
  margin-top: 10px;
}

.quantitySec h4 {
  font-weight: 600;
  font-size: 26px;
}

.quantitySec ul {
  margin: 1rem 0;
}

.Proreview h2 {
  text-align: left;
  margin: 1rem 0;
  font-size: 2.5rem;
}

.reviewImg {
  display: flex;
  align-items: center;
  margin: 2rem 0;
}

.content-wraper {
  margin-left: 2rem;
}

.content-wraper span {
  margin-left: 10px;
  font-size: 0.95rem;
  color: #a4a4a4;
  font-weight: 600;
}

.content-wraper h4 {
  margin: 0.9rem 0;
  font-size: 1rem;
  color: #726f6f;
  font-weight: 600;
}

.content-wraper p {
  font-size: 1rem;
}

.reviewSec textarea {
  width: 100%;
  height: 160px;
  padding: 1rem;
  background: #f8f8f8;
  border-color: #ebebeb;
}

.Proreview .row + .row {
  margin: 5rem 0;
  background: #fff;
  border: 1px solid #c6c8c9;
  padding: 2rem;
}

/* Accordians */

.Proreview .card-header {
  padding: 1rem;
  cursor: pointer;
}

.Proreview .card-header h2 {
  font-size: 2rem;
  text-transform: capitalize;
  margin: 0;
}

.Proreview .card-body {
  padding: 0.5rem 1.5rem;
}

.Proreview .card-body h2 {
  font-size: 1.75rem;
}

.Proreview .card-body p {
  font-size: 0.9rem;
}

/* Terms & Condition */

.textDocument {
  margin: 4rem 0;
}

.textDocument h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.textDocument :is(p, a) {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #00000090;
}

/* Input Check */

.inputCheck {
  display: flex;
  align-items: center;
  margin: 0 2rem 1.5rem 0;
}

.inputCheck label {
  margin-bottom: 0;
  margin-left: 0.5rem;
}

.inputCheck input {
  width: 10px;
  height: 10px;
  appearance: none;
  margin-bottom: 0;
}

.inputCheck input:checked {
  background-color: var(--primary);
}

.inputCheck input:disabled {
  background-color: transparent;
}

/* Modal */

.modal-content {
  padding: 1rem 0 2rem;
}

button.close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  outline: none;
}

.modal-body h2 {
  font-size: 3rem;
  margin-top: 1rem;
}

.modal-body img {
  width: 15%;
}











/* Wordpress & Woocommerce CSS Start */

/*.container {*/
/*  padding: 0px !important;*/
/*}*/
.list-unstyled.links .nav-link {
  padding: 0px !important;
}
.hf-form.hf-form-179 .hf-fields-wrap .themeBtn {
  max-width: 165px !important;
}
section#block-8 h2 {
    background-color: #000;
    display: inline-block;
    padding: 1.5em;
    font-size: 1.125rem;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    border: 1px solid #ebebeb;
    width: 100%;
    margin-bottom: 0;
}
section#block-8 {
    padding-top: 0;
}
.wpcr3_respond_1.wpcr3_in_content {
  display: none !important;
}
form .input-cont i {
  top: 8px !important;
}
.footerLinks .list-unstyled.links {
  display: contents !important;
}
.blogPagedetail h2 {
  color: #000 !important;
}
.single-product .col-md-12.col-xs-12.col-sm-12 h3 {
  display: none !important;
}
.single-product .woocommerce div.product div.images img {
  border: 2px solid #fff;
}
.single-product .summary.entry-summary .availability {
  color: #000 !important;
}
.single-product .summary.entry-summary .posted_in {
  color: #000 !important;
}
.pro_detail h3 {
  color: #000;
}
.details_tab_area.woocommerce-tabs #tab-title-additional_information {
  padding: 20px;
  background: #d11a1f !important;
}
.details_tab_area.woocommerce-tabs #tab-title-additional_information a {
  color: #000 !important;
}
#tab-additional_information .shop_attributes {
  color: #000 !important;
}
.productSec.wer {
  display: none !important;
}
.woocommerce table.shop_table {
  background: #a4a4a4 !important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #a4a4a4 !important;
}



.error404 .page-title {
  color: #000 !important;
}
/* 404 Page */
.page-content.notfoundPg {
    text-align: center;
}

h1.notfoundHad {
    font-size: 200px;
    color: #26a2d6 !important;
}
.page-title {
  color: #fff !important;
}
input.search-field {
    border: 2px solid #006b17;
    height: 50px;
    width: 299px;
}

input.search-submit {
    height: 51px;
    background: #006b17;
    border: 2px solid #006b17;
    width: 133px;
}

.page-content.notfoundPg {
    margin-bottom: 70px;
}

.notfoundPg .search-form .search-submit:hover, .notfoundPg .search-form .search-submit:focus {
    background: #006b17 !important;
    color: #006b17;
}
#secondary {
  display: none !important;
}
.single-post h3 {
  font-size: 17px !important;
}
.search .wapper.ert.container {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.search .wapper.ert.container .search-title {
  text-align: center !important;
  margin-bottom: 70px !important;
}
.search .wapper.ert.container h3 a {
  color: #000 !important;
}
.search .wapper.ert.container .h-readmore {
  margin-bottom: 50px !important;
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 500;
  background-color: #000;
  border: 1px solid var(--theme-color);
  padding: 0.75em 2em;
  min-width: 150px;
  margin: 0.5rem 0;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  display: inline-block;
}
.search .wapper.ert.container .h-readmore a{
	color: #fff !important;
}
.checkOutStyle h2 {
  color: #000;
}
.checkout_form h3 {
  color: #000;
}
.coupon.couponarea label {
  width: 100% !important;
  text-align: left !important;
}


.woocommerce-message .button.wc-forward {
  background: #29abe2 !important;
}
.table-responsive.cart_table.woocommerce-cart-form .button {
  background: #29abe2 !important;
}
.wc-proceed-to-checkout .checkout-button.button.alt.wc-forward {
  background: #29abe2 !important;
}
#place_order {
  background: #29abe2 !important;
}
.woocommerce .woocommerce-breadcrumb {
  display: none !important;
}



.navbar-nav > li .dropdown-menu{
    min-width: 15rem;
    border: 0;
    border-radius: 0;
}
.navbar-nav > li:hover .dropdown-menu {
    display: block;
}
.navbar-nav > li {
    position: relative;
}
.navbar-nav > li.menu-item-has-children:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    top: 5px;
    right: -20px;
}
header .navbar .navbar-nav li .dropdown-menu .nav-link {
    font-size: 1rem;
    padding: 0.3rem 1rem;
}
.navbar-nav > li.menu-item-has-children::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  top: 0px !important;
  right: -20px;
  color: white !important;
}
.dropdown-menu li .nav-link {
  color: #000 !important;
}


/*SubMenu DropDown*/
.dropdown-menu li > .dropdown-menu {
  position: relative;
}

.dropdown-menu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-menu li > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}



/ All Wocommerce Css /
@media only screen and (min-width: 769px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 22%;
  }
  .woocommerce-account .woocommerce-MyAccount-content { 
    width: 75%;
  }
}
/ Style WC Account Endpoint Links /
nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  max-width:200px;
  font-size: 17px;
  line-height: 26px;
}
nav.woocommerce-MyAccount-navigation ul li {
  padding: 8px 20px;
  background-color: rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
  background: #f25a29 !important;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff !important; 
  cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li {
	padding: 8px 20px;
	background: #000 !important;
	border-bottom: 2px solid #fff;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.1);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
  background: #f25a29 !important;
}
.woocommerce-MyAccount-navigation-link a {
  color: #fff !important;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after { 
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.07);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}
.woocommerce-account #primary {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.u-columns.woocommerce-Addresses.col2-set.addresses .col-1, .u-columns.woocommerce-Addresses.col2-set.addresses .col-2 {
    max-width: 100%;
    width: 48%;
}
.woocommerce-form-row label {
  width: 100% !important;
}
.woocommerce-account .u-column1.col-1, .woocommerce-account .u-column2.col-2 {
  width: 100% !important;
  max-width: 48% !important;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 5px solid #000 !important;
  box-shadow: 0px 0px 30px -2px #fff !important;
}
.single-product .woocommerce-breadcrumb a {
  color: #a24234 !important;
}
.single-product .woocommerce-breadcrumb {
  color: #a24234 !important;
}
.single-product .woocommerce-product-details__short-description p {
  font-size: 15px !important;
  margin-top: 20px !important;
}
.woocommerce div.product form.cart div.quantity {
  float: none !important;
}
.btn-warning {
  color: #fff;
  background-color: #a24234;
  border-color: #006b17;
  padding: 20px;
  max-width: 200px;
  width: 100% !important;
  margin-top: 40px;
}
.product_meta .posted_in a {
  color: #000 !important;
}
.posted_in {
  pointer-events: none !important;
}
.details_tab_area.woocommerce-tabs #tab-title-description {
  padding: 20px;
  background: #29abe2 !important;
  padding-left: 20px !important;
}
.details_tab_area.woocommerce-tabs #tab-title-description a {
  color: #fff !important;
}
.details_tab_area.woocommerce-tabs #tab-title-reviews {
  padding: 20px;
  background: #000 !important;
  padding-left: 20px !important;
}
.details_tab_area.woocommerce-tabs #tab-title-reviews a {
  color: #fff !important;
}
.details_tab_area.woocommerce-tabs #descrpt-sing {
  padding-left: 0px !important;
  padding-top: 20px !important;
}
.details_tab_area.woocommerce-tabs #tab-title-reviews, #tab-reviews {
  padding-top: 20px !important;
}
#review_form_wrapper label {
  display: block;
}
#commentform input {
  width: 100%;
  height: 50px;
}
#commentform .comment-form-cookies-consent #wp-comment-cookies-consent {
  width: 1%;
  height: auto;
}
#commentform .form-submit {
  max-width: 220px !important;
}
#tab-reviews #submit {
  display: inline-block !important;
  position: relative !important;
  overflow: hidden !important;
  font-size: 1.125rem !important;
  text-transform: uppercase;
  font-weight: 500 !important;
  line-height: 1 !important;
  z-index: 1;
  border-radius: 50px !important;
  color: var(--white) !important;
  background-color: #29abe2 !important;
  padding: 0.8em 1.25em !important;
  transition: all 0.5s ease !important;
}
.woocommerce-cart #primary {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 100% !important;
}
.coupon.couponarea {
  margin-bottom: 20px;
  margin-top: 10px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    display: inline-block !important;
  position: relative !important;
  overflow: hidden !important;
  font-size: 1.125rem !important;
  text-transform: uppercase;
  font-weight: 500 !important;
  line-height: 1 !important;
  z-index: 1;
  border-radius: 50px !important;
  color: var(--white) !important;
  background: #29abe2 !important;
  padding: 0.8em 1.25em !important;
  transition: all 0.5s ease !important;
}
.coupon.couponarea #coupon_code {
  margin-bottom: 15px !important;
  border-radius: 40px !important;
}
.cart_item a {
  color: #006b17 !important;
}
.actions .button {
  max-width: 510px !important;
}
.btn-warning {
  color: #fff !important;
  background: #29abe2 !important;
  border-color: #fff !important;
  padding: 20px !important;
} 



.container.result_cntt {
    display: none;
}

div#shp-filtr {
    position: absolute;
    top: -50px;
    right: 20px;
}

.summary.entry-summary h2, bdi {
  color: #000;
}



















.shopSec.wer {
  display: none;
}
.woocommerce-page .navbar-brand img {
  max-width: 120px !important;
}

.contactForm .themeBtn {
  max-width: 220px;
}
.badge {
  background: #29abe2;
  font-size: 11px;
}



.HomeMenu .menu-toggler {
  width: fit-content;
}
#menu {
  display: block;
}
/* .navbar-nav li + li {
	padding-left: 0rem !important;
} */
.navbar-nav li + li {
  border-left: 0px solid var(--white) !important;
  padding-left: 0rem !important;
  height: 50px !important;
}



.mainMenuZX .links {
  display: flex;
  position: absolute;
  bottom: 4rem;
  left: 50%;
  gap: 4rem;
  transform: translateX(-50%);
}
.mainMenuZX .links a {
  color: var(--white);
  text-transform: uppercase;
}
.mainMenuZX .links li {
  border-right: 1px solid #fff !important;
  padding-right: 50px;
}









.widget_wp_categories_widget h2, .widget_wpcategorieswidget h2 {
  color: #fff !important;
	margin: 0 0 0px !important;
}
.wpcategorieswidget-2 ul, li {
/*   background: #f8f8f8; */
  border-radius: 0;
  border: 0;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
/*   border-bottom: 1px solid #c6c8c9; */
  padding-left: 0px !important;
}
.wpcategorieswidget-2 .cat-item a {
  font-size: 1.325rem;
  color: var(--black);
  width: 100%;
  text-align: left;
  padding: 1rem 1.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #c6c8c9;
}








#gform_1 #field_1_1 {
  border: 2px dashed var(--primary);
  width: 100%;
  height: 559px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 2.5rem;
}
#gform_1 #field_1_1 #input_1_1 {
  border: none !important;
  margin: 0px !important;
  padding: 0px !important;
  height: auto;
}
#gform_1 #field_1_1 .gfield_label {
  display: none;
}
#gform_1 input {
/*   width: 100%; */
  height: 60px;
  border: 1px solid #c0c0c0;
/*   margin: 0 0 2.2rem;
  padding: 0.75rem; */
}
#gform_1 label {
/*   display: block; */
  font-size: 1.25rem;
  color: #7c7c7c;
/*   margin: 0 0 12px; */
  font-weight: 400 !important;
}
#gform_1 #input_1_16 .gchoice.gchoice_1_16_1, #gform_1 #input_1_16 .gchoice.gchoice_1_16_2 {
  width: 8%;
  float: left;
}
#gform_1 #gform_submit_button_1 {
  width: 100%;
  background: var(--primary);
  border: none;
  color: #fff;
  text-transform: uppercase;
}
#gform_1 legend {
/*   display: block; */
  font-size: 1.25rem;
  color: #7c7c7c;
/*   margin: 0 0 12px; */
  font-weight: 400 !important;
}

/* Wordpress & Woocommerce CSS End */
.accordion-content {
    display: none;
  }
  .accordion-content.active {
    display: block !important;
  }
  .accordion-arrow {
    display: inline-block;
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
  }
  .accordion-content.active .accordion-arrow {
    transform: rotate(180deg);
  }
  
  button.accordion-toggle {
    width: 100%;
    text-align: left;
    padding: 15px 25px;
    border-bottom: 2px solid #000 !important;
    border: 0px;
    display: flex;
    align-items: center;
    outline: unset;
}

span.accordion-arrow {
    width: 5%;
    text-align: center;
    display: block;
}

button.accordion-toggle p {
    width: 95%;
    margin-bottom: 0;
}

.woocommerce div.product {
    display: flex;
    gap: 20px;
}

.woocommerce div.product .woocommerce-product-gallery, .woocommerce div.product .summary.entry-summary,.woocommerce div.product .details_tab_area.woocommerce-tabs.wc-tabs-wrapper {
    width: 33% !important;
}