@import url("https://fonts.googleapis.com/css2?family=Barlow: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=Cinzel:wght@400..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow: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=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: 15px/25px;
  color: #393939;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  background: #0b0b0b;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
  display: inline-block;
}

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

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;
}

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;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

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

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

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

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

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

img {
  max-width: 100%;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src:
    url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 20px;
}

.all-section {
  padding: 100px 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "Lato";
  font-size: 55px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h2 {
  font-family: "Lato";
  font-size: 45px;
  line-height: 50px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h3 {
  font-family: "Lato";
  font-size: 35px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 0px;
}

h4 {
  font-family: "Lato";
  font-size: 24px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h5 {
  font-family: "Lato";
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h6 {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

p {
  color: #000;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 0px;
}

/* Header Start */

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 65px;
}

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

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  text-decoration: none;
  color: #fff;
  padding: 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.menuSec .active a {
  background-color: #8c6d3f !important;
  padding: 55px 10px !important;
  color: #e8e2d9 !important;
}

.call-us-btn:hover {
  background: #fff;
  color: #c7a445 !important;
  transition: all 0.3s ease-in-out;
}

span.shopping-number {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
}

@keyframes pulse-animation {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(30, 77, 145, 0);
    /* transparent */
  }

  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 15px rgba(30, 77, 145, 0);
    /* transparent */
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(30, 77, 145, 0);
    /* transparent */
  }
}

header {
  position: absolute;
  z-index: 999;
  width: 100%;
  padding: 3px 0;
  background-color: rgba(26, 26, 26, 0.44);
  border-color: rgba(140, 109, 63, 1);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.shopping-btn-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #333333;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  font-size: 15px;
}

.menuSection span.shopping-number {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  padding-right: 15px;
  padding-left: 10px;
}

.menuSection .shopping-btn {
  background: #8c6d3f;
  padding: 3px 3px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  width: fit-content;
  position: relative;
}

.menuSection span.shopping-nbr-zero {
  position: absolute;
  top: 0;
  right: 0;
}

.menuSection span.shopping-nbr-zero {
  position: absolute;
  top: -3px;
  right: -3px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 12px;
  color: #8c6d3f;
  font-weight: 600;
}

.header-logo a img {
  width: 130px;
  height: 130px;
  object-fit: contain;
}

.call-us-btn {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #c7a445;
  border: 2px solid #c7a445;
  padding: 10px 18px;
}

.menusec-button ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
}

.call-us-btn {
  animation: pulse-animation 2s infinite;
  transition: all 0.3s ease-in-out;
}

.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: #8c6d3f;
}

.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>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.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 ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
  display: none;
}

.menuSec ul:after {
  clear: both;
}

.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;
  right: 7%;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

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

.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;
}

/*Cart Side Bar Start*/

.cart-sidebar {
  position: fixed;
  right: -350px;
  top: 0;
  width: 350px;
  height: 100%;
  background: #111;
  color: white;
  transition: 0.4s;
  z-index: 999;
  padding: 0;
}

.cart-sidebar.active {
  right: 0;
}

.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #333333;
  padding: 15px 20px;
}

.close-cart {
  cursor: pointer;
  font-size: 20px;
}

.cart-item {
  display: flex;
  gap: 10px;
  padding: 20px 20px;
  align-items: center;
}

.cart-footer p {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  font-family: "Lato";
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.cart-footer p b {
  color: #8a6d3b;
}

.cart-item p {
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  font-family: "Lato";
  font-weight: 600;
}

.cart-item span {
  font-family: "Lato";
  color: #8a6d3b;
  font-size: 14px;
  font-weight: 600;
}

.cart-footer {
  position: absolute;
  bottom: 20px;
  width: 100%;
  border-top: 1px solid #333333;
  padding: 10px 20px;
}

.view-cart {
  width: 100%;
  padding: 8px;
  background: #ccc;
  border: none;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
}

.checkout {
  width: 100%;
  padding: 10px;
  background: #8a6d3b;
  color: white;
  border: none;
  font-size: 14px;
}

.cart-header h3 {
  font-family: "Lato";
  color: #fff;
  font-size: 28px;
  text-transform: capitalize;
}

/*Cart Side Bar Ends*/

/* Header Ends */

/* Main Banner Start */

.banner_text {
  text-align: center;
}

section.main_slider {
  position: relative;
  border-bottom: 1px solid #c9a646;
}

section.main_slider:before {
  content: "";
  position: absolute;
  background: #8c6d3f;
  width: 1px;
  height: 100%;
  left: 7%;
  z-index: 9;
  top: 0;
}

.container-fluid.add-padding {
  padding: 0 10%;
}

.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: center;
  background: rgba(0, 0, 0, 0.1);
}

.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;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
  opacity: 1;
}

.carousel-control-prev-icon {
  background-image: inherit !important;
  position: relative;
  width: 50px;
  height: 50px;
  background: #c9a646;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  z-index: 12;
}

.carousel-control-prev-icon:before {
  content: "\f053";
  position: absolute;
  font-weight: 900;
  color: #fff;
  font-size: 25px;
  font-family: "Font Awesome 6 Free";
}

img.banner-img {
  width: 100%;
  object-fit: cover;
  height: 1000px;
}

.banner_text {
  width: 60%;
  margin: 0px auto;
}

.banner_text h1 {
  color: #c9a646;
  font-family: "montserrat";
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 75px;
  line-height: 80px;
  position: relative;
  padding-bottom: 14px;
  width: 94%;
  margin: 0px auto 10px;
  display: table;
  text-shadow: 3px 2px #c9a64645;
}

.banner_text h1:before {
  content: "";
  left: 0;
  cursor: pointer;
  background: rgb(0 0 0 / 38%);
  width: 250px;
  height: 90px;
  position: absolute;
  display: block;
  top: 0;
  clip-path: polygon(20% 0%, 100% 0, 82% 100%, 0% 100%);
  transition: 0.2s;
}

span.suhbs {
  font-family: "Lato";
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.banner_text p {
  color: #fff;
  font-family: "montserrat";
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin-top: 20px;
}

.banter-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 32px;
}

.banter-btns a.video {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  border-radius: 45px;
  color: #c9a646;
}

a.ban-bt {
  display: inline-block;
  padding: 10px 24px;
  border: 1px solid #c9a646;
  border-radius: 45px;
  color: #c9a646;
}

span.carousel-control-next-icon {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  background: #c9a646;
}

.carousel-control-next-icon:before {
  content: "\f054";
  position: absolute;
  font-weight: 900;
  color: #fff;
  font-size: 25px;
  font-family: "Font Awesome 6 Free";
}

section.main_slider:after {
  content: "";
  position: absolute;
  background: #0000009c;
  width: 100%;
  height: 100%;
  top: 0;
}

section.main_slider .row {
  position: relative;
  z-index: 999;
}


/* Main Banner Ends */

/*Home Pages Css Start*/

section.bg-img {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

section.sec1 {
  background-image: url(../images/sec1-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

section.sec1 .row {
  position: relative;
  z-index: 9;
}


section.sec1:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000000d5;
  bottom: 0;
}

.ins-sub {
  color: #c9a646;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 26px;
  padding-bottom: 10px;
  font-family: "Lato";
}

.sec1_text h2 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

.sec1_text p {
  color: #ffff;
  margin-bottom: 24px;
}

.sec1 .row {
  align-items: center;
}

img.latest-rels {
  width: 92%;
  margin: 0px auto;
  display: table;
  border-radius: 8px;
}

.inerW {
  width: 90%;
  margin: 0px auto;
}

.sec2 {
  background-image: url("../images/about-bg-.jpg");
}

section.sec2:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000000ad;
  bottom: 0;
}

section.sec3.bg-img {
  background: #0b0b0b;
}

.heading-center {
  margin-bottom: 50px;
}

.heading-center h2 {
  color: #fff;
  font-weight: 700;
  padding-bottom: 10px;
}

.heading-center p {
  color: #fff;
}

.vid-card {
  position: relative;
  border: 1px solid #c9a646;
  --border-radius: 20px 20px 20px 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  background: #141414;
  border-radius: 20px;
  overflow: hidden;
}

.vid-img {
  position: relative;
}

img.vidoe-img {
  height: 380px;
  width: 100%;
  object-fit: cover;
}

.vid-img a.video-bg {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border-radius: 45px;
  color: #c9a646;
  border: 2px solid #c9a646;
  position: absolute;
  right: 0;
  margin: 0px auto;
  left: 0px;
  top: 47%;
  transition: 0.2s;
}

.vid-txt {
  position: relative;
  text-align: center;
  padding: 34px 10px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.vid-txt p {
  color: #fff;
}

.vid-card h3 {
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  font-family: "Lato";
  font-weight: 700;
}

.vid-txt p a {
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: underline;
  color: #c9a646;
}

.sec4 {
  background-image: url(../images/sec4-bg.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.sec4:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000000d5;
  bottom: 0;
}

.sec4-ins {
  margin-top: 30px;
  margin-left: 20px;
}

.sec4-ins p {
  color: #fff;
}

.last-one {
  background-image: url(../images/cnt-bgomt-sec.webp);
}

section.last-one:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000000d5;
  bottom: 0;
}

section.products.bg-img {
  background: #0b0b0b;
}

section.products.bg-img {
  background: #0b0b0b;
}

.pdbx {
  text-align: center;
  background-color: #151515;
  padding: 30px;
}

.pdbx h3 {
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  font-weight: 500;
  padding: 30px 0 20px;
}

.ptsxt {
  padding-bottom: 10px;
}

.ptsxt a.ban-bt.fw-bold {
  font-size: 12px;
  padding: 7px 20px;
}

.prodSLider {
  position: relative;
  padding-bottom: 30px;
}

.prodSLider .slick-slide {
  opacity: 1;
}

.prodSLider ul.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.prodSLider ul.slick-dots li button {
  display: none;
}

.prodSLider ul.slick-dots li {
  width: 7px;
  height: 7px;
  background: transparent;
  outline: 1px solid #ffffff73;
  opacity: 1;
  border-radius: 45px;
  margin: 0px;
}

.prodSLider ul.slick-dots li.slick-active {
  background: #fff;
  outline: 1px solid #fff;
}

.prodSLider button.slick-next.slick-arrow:before {
  content: "\f054";
  position: absolute;
  font-weight: 900;
  color: #fff;
  font-size: 25px;
  font-family: "Font Awesome 6 Free";
}

.prodSLider button.slick-prev.slick-arrow:before {
  content: "\f053";
  position: absolute;
  font-weight: 900;
  color: #fff;
  font-size: 25px;
  font-family: "Font Awesome 6 Free";
}

.banner_text h1::before {
  content: "";
  position: absolute;
  left: -250px;
  top: 0;
  width: 250px;
  height: 90px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgb(229 221 221 / 60%), rgba(0, 0, 0, 0.1));
  clip-path: polygon(20% 0%, 100% 0, 82% 100%, 0% 100%);
  animation: slideLight 3s linear infinite;
}

.ban-bt:hover {
  background: #c9a646;
  transition: 0.5s;
  color: #000;
  font-weight: 600;
}

/* animation */
@keyframes slideLight {
  0% {
    left: 100%;
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    left: -250px;
    opacity: 0;
  }
}

/*Home Pages Css Ends*/

/*Footer Start*/
.scrollToTop.button-show a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
  background: #0e0b06;
  color: #fff;
}

.scrollToTop.button-show {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 350;
}

.footer-sec {
  background-color: #000000;
  padding-top: 3%;
}

.footer-logo a img {
  width: 175px;
  height: 175px;
  object-fit: contain;
}

.footer-logo ul li a {
  background-color: #8C6D3F;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 28px;
  color: #000;
}

.footer-logo ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  gap: 8px;
}

.ftr-quick-link h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.ftr-quick-link {
  margin-left: 50px;
}

.ftr-contact-us ul li a i {
  color: #8C6D3F;
  font-size: 18px;
}

.ftr-contact-us h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.ftr-contact-us ul {
  line-height: 35px;
}

.ftr-contact-us ul li a {
  color: #fff;
}

.ftr-contact-us ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ftr-quick-link ul li a i {
  color: #8C6D3F;
}

.ftr-quick-link ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}

.ftr-quick-link ul {
  line-height: 33px;
}

.footer-copy-right-sec {
  background-color: #8C6D3F;
  padding: 20px 0;
  text-align: center;
  width: 99%;
  margin: 0 auto;
  margin-top: 50px;
  border-top: 1px solid #c9a646;
}

.footer-copy-right-sec p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.footer-logo {
  width: fit-content;
}

/*Footer Ends*/

/*Inner About Us Start*/

.inner-banner-about-sec {
  background: #8c6d3f;
  padding: 280px 0 70px;
  text-align: center;
}

.inner-banner-about-sec ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.inner-banner-about-sec h2 {
  font-size: 68px;
  color: #ffffff;
  font-family: "Lato";
  font-weight: 800;
}

.inner-banner-about-sec ul {
  margin-top: 20px;
}

.inner-banner-about-sec ul li a {
  font-family: "Lato";
  color: #ddd3c6;
  font-size: 16px;
}

.inner-banner-about-sec li.active a {
  color: #fff;
  font-weight: 600;
}

.inner-banner-about-sec ul li {
  font-family: "Lato";
  color: #ddd3c6;
  font-size: 16px;
}

.about-us-images img {
  width: 100%;
  height: 424px;
  object-fit: cover;
  border-radius: 22px;
  border: 3px solid #fff;
}

.about-us-text h2 {
  color: #ddd3c6;
  font-family: "Poppins", Sans-serif;
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 15px;
}

.about-us-text p {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 25px;
}


/*Inner About Us Ends*/

/*Inner Our Music Start*/


.inner-our-music-heading {
  text-align: center;
  margin-bottom: 30px;
}

.inner-our-music-heading h2 {
  font-size: 45px;
  color: #ffffff;
  font-family: "Lato";
  font-weight: 800;
}


.player {
  background: #8c6d3f;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.playBtn {
  background: #000;
  color: white;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 6px;
  font-size: 18px;
  cursor: pointer;
}

.progress {
  flex: 1;
}

.time {
  width: 50px;
  text-align: center;
  color: black;
}

.volume {
  width: 80px;
}


/*Inner Our Music Ends*/


/*Inner Contact Us Start*/

.inner-contact-info-box h2 {
  font-size: 45px;
  color: #ffffff;
  font-family: "Lato";
  font-weight: 800;
}

.inner-contact-info-box ul {
  margin-top: 20px;
  line-height: 60px;
}

.inner-contact-info-box ul li a {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 20px;
  color: #fff;
}

.inner-get-touch-box h2 {
  font-size: 45px;
  color: #ffffff;
  font-family: "Lato";
  font-weight: 800;
}

.inner-get-touch-box input {
  width: 100%;
  height: 50px;
  border: none;
  margin-top: 15px;
  border-radius: 8px;
  padding: 15px;
  font-size: 15px;
  font-weight: 600;
}

.inner-contact-info-box ul li a i {
  font-size: 28px;
  color: #8c6d3f;
}

.inner-get-touch-box textarea {
  width: 100%;
  height: 150px;
  border: none;
  margin-top: 15px;
  border-radius: 8px;
  padding: 15px;
  font-size: 15px;
  font-weight: 600;
  resize: none;
}

.inner-get-touch-box button {
  background: #8c6d3f;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin-top: 15px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  text-transform: uppercase;
}

.inner-get-touch-box form {
  margin-top: 12px;
}


/*Inner Contact Us Ends*/


/*Inner Merch Start*/


.inner-merch-box {
  position: relative;
  overflow: hidden;
}

.inner-merch-sale-tag {
  position: absolute;
  left: 10px;
  top: 10px;
}

.inner-merch-sale-tag span {
  background: #8c6d3f;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-family: "Lato";
  color: #fff;
  font-weight: 700;
}

.inner-merch-text h3 {
  color: #9d9d9d;
  font-family: "Lato";
  font-size: 14px;
  margin: 5px 0;
}

.inner-merch-text a {
  background: #8c6d3f;
  text-transform: uppercase;
  color: #fff;
  font-family: "Lato";
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 600;
}

.inner-merch-text h4 {
  font-family: "Lato";
  font-size: 14px;
  color: #8c6d3f;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0;
  gap: 5px;
}

.inner-merch-text {
  margin-top: 15px;
}

.inner-merch-text {
  text-align: center;
}

.inner-merch-text h2 {
  font-size: 15px;
  font-family: "Lato";
  color: #fff;
  font-weight: 600;
  line-height: 25px;
}

.inner-merch-box-image img {
  width: 100%;
  height: 416px;
  object-fit: cover;
}

.inner-merch-icon {
  background: #0f0f0f;
  position: absolute;
  top: 15px;
  right: -80px;
  padding: 5px 10px;
  transition: 0.5s;
}

.inner-merch-text h4 del {
  color: #9d9d9d;
  font-size: 12px;
}

.inner-merch-box:hover .inner-merch-icon {
  right: 15px;
  transition: 0.5s;
}

.inner-merch-icon ul li a {
  padding: 10px 10px;
}

.inner-merch-icon ul li a {
  padding: 10px 8px;
  font-size: 18px;
  color: #fff;
}


.icon-btn {
  position: relative;
  /* make text position relative to this button */
  display: inline-block;
  text-decoration: none;
  color: #333;
}

.icon-btn::before {
  content: attr(data-text);
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  white-space: nowrap;
  background: #0f0f0f;
  padding: 5px 10px;
  border-radius: 4px;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-family: "Lato";
  text-transform: capitalize;
}

.icon-btn:hover::before {
  opacity: 1;
  right: 140%;
}

/*Inner Merch Ends*/

/*Inner Coffe Shop Start*/

.rap-cultur-images img {
  width: 100%;
  height: 636px;
  border-radius: 22px;
  border: 2px solid #fff;
}

.rap-cultur-text h2 {
  font-size: 45px;
  color: #ffffff;
  font-family: "Lato";
  font-weight: 800;
  margin-bottom: 15px;
}

.rap-cultur-text label {
  font-size: 25px;
  font-family: "Lato";
  color: #C9A646;
  font-weight: 800;
  margin-bottom: 8px;
}


.rap-cultur-text p {
  color: #fff;
  margin-bottom: 20px;
}

section.sec4.bg-img.inner {
  padding: 60px 0;
  border-top: 1px solid #c9a646;
}

.featured-voices-heading {
  text-align: center;
  margin-bottom: 40px;
}

.featured-voices-row {
  margin-top: 80px;
}

.featured-voices-heading h2 {
  font-size: 45px;
  color: #ffffff;
  font-family: "Lato";
  font-weight: 800;
}


/*Inner Coffe Shop Ends*/


/*Inner Cart Start*/

section.add-to-cart {
  padding: 100px 0;
}

.add-to-cart a {
  font-size: 19px;
  display: block;
  text-align: center;
  padding-top: 9px;
  color: #333333;
  font-weight: 500;
  text-decoration: none;
}

.add-to-cart h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: center;
  color: #8c6d3f;
}


.add-to-cart .table>tbody>tr>td,
.add-to-cart .table>tbody>tr>th,
.add-to-cart .table>tfoot>tr>td,
.add-to-cart .table>tfoot>tr>th,
.add-to-cart .table>thead>tr>td,
.add-to-cart .table>thead>tr>th {
  vertical-align: middle;
}

.total-section {
  border: none;

  padding: 27px 40px;

  border: 1px solid #00000024;
}

.total-section ul {
  font-family: "Poppins";

  list-style: none;

  margin-bottom: 0;
}

.total-section li {
  font-size: 24px;

  padding-bottom: 30px;

  color: #333333;

  font-family: "cereM";

  font-weight: 400;
}

li.color-change {
  color: #000;

  text-transform: capitalize;

  font-weight: 400;

  font-size: 26.96px;

  text-transform: uppercase;

  font-family: "cereM";
}

.total-section li.color-change span {
  font-weight: 400;

  font-size: 26.96px;

  color: #000;

  font-family: "cereM";
}

.total-section li span {
  float: right;
}

.ship-estimate {
  padding: 20px 40px;

  border: 1px solid #00000029;

  margin-top: 25px;
}

.ship-estimate li {
  color: #000;

  font-size: 27px;

  margin-bottom: 18px;

  font-weight: 500;

  font-family: "minM";
}

.ship-estimate ul {
  margin-top: 20px;

  margin-bottom: 25px;

  font-family: "Poppins";

  list-style: none;
}

.ship-estimate .grey-style {
  color: #333333;

  font-size: 20px;

  font-family: "cereM";

  font-weight: 500;
}

.proceed a {
  color: #000;

  text-align: left;

  font-size: 20px;

  text-transform: uppercase;

  font-weight: 500;

  /* background: #000000; */

  font-family: "cereM";
}

.proceed .checkout-btn {
  padding: 15px;

  width: 100%;

  font-size: 20px;

  margin-top: 4px;

  border-radius: 0px;

  text-align: center;

  color: #ffffff;

  text-transform: uppercase;

  background: #fb2b2b;

  font-family: "cereR";
}

.or-amazon {
  margin-top: 50px;

  position: relative;

  border: 2px solid #cecece;

  /* top: 25px; */

  padding: 30px 50px;

  border-radius: 5px;

  background: #fff;
}

.or-amazon p {
  font-size: 17px;

  position: absolute;

  background: #f3f3f3;

  top: -18px;

  left: 85px;

  padding: 3px 20px;

  color: #333333;

  display: block;

  text-transform: uppercase;

  border: 2px solid #cecece;

  font-family: "cereR";
}

.or-amazon a {
  text-decoration: none;

  text-align: center;
}

.product-img {
  display: inline-block;

  width: 100%;

  padding: 10px 5px;

  border-radius: 10px;
}

.product-img img {
  width: 100%;
}

.table> :not(:last-child)> :last-child>* {
  font-size: 18px;
  font-weight: 600;
  padding: 16px 9px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  font-family: "Lato";
}

.num-block.skin-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-totals-box h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #242424;
  padding-bottom: 15px;
}

.add-to-cart-bottom-sec {
  margin-top: 3%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-totals-box h2 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
  color: #ffffff;
  font-family: "Lato";
}

.cart-totals-box ul li h4 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Lato";
}

.cart-totals-box ul li h5 {
  font-weight: 600;
  margin-bottom: 0;
  color: #ffffff;
  font-family: "Lato";
}

.add-to-cart-button a {
  background: #f7f7f7;
  font-size: 15px;
  width: 180px;
  height: 50px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}

.cart-totals-box a {
  padding: 0;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  background-color: #8c6d3f;
  font-family: "Lato";
  font-weight: 500;
  font-size: 14px;
}

.cart-totals-box ul li h2 {
  font-size: 14px;
  margin-bottom: 0;
  text-transform: capitalize;
}

.cart-totals-box ul li h3 {
  font-size: 14px;
  color: #777;
  margin-bottom: 0;
}

.cart-totals-box ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #242424;
  width: 100%;
}

.cart-totals-box li.chg {
  padding: 17px 0 0 0 !important;
  border: none !important;
}

.add-to-cart-up-date a {
  font-size: 14px;
  color: #333;
  font-weight: 500;

  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 50px;
  padding: 0;
  text-transform: uppercase;
  font-weight: 600;
}

.cart-totals-box {
  border: 3px solid #242424;
  padding: 25px 25px;
  margin-left: 10px;
}

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

.table-space h3 {
  font-weight: 500;

  margin-bottom: 0px;

  font-size: 18px;

  line-height: 30px;

  color: #333333;


}

.space .row {
  align-items: center;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: #c2c2c2;

  border-style: solid;

  border-width: 0;
}

th.qty {
  text-align: center;
}

a.remove {
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  color: #fff;
}

.table-space h6 {
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-family: "Lato";
}

.add-to-cart-bottom-sec ul {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 0;
}

.add-to-cart-bottom-sec {
  margin-top: 30px;
  margin-bottom: 30px;
}

.add-to-cart-bottom-sec ul li a {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 45px;
  border: none;
  background-color: #000;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  border-radius: 0;
  transition: .3s;
  font-family: "Lato";
}

li.back-chg a {
  background: #8c6d3f !important;
}

.add-to-cart-bottom-input ul {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
}


.num-block.skin-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}





section.add-to-cart {
  padding: 60px 0;
}

.skin-2 .num-in {
  background: #8c6d3f;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  height: 41px;
  width: 160px;
  float: left;
  border: 1px solid #8c6d3f;
}

.skin-2 .num-in span {
  width: 30%;
  display: block;
  height: 40px;
  float: left;
  position: relative;
}

.skin-2 .num-in input {
  float: left;
  width: 40%;
  height: 40px;
  text-align: center;
  border: 1px solid #cfcfcf;
}

.skin-2 .num-in span {
  width: 30%;
  display: block;
  height: 40px;
  float: left;
  position: relative;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
  content: "";
  position: absolute;
  background-color: #667780;
  height: 2px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
  content: "";
  position: absolute;
  background-color: #667780;
  height: 2px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 2px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
  transform: rotate(90deg);
}


.table-responsive li input {
  border: 3px solid #efefef;
  width: 100%;
  padding: 5px 20px;
  height: 50px;
  font-family: "Lato";
}

/*Inner Cart Ends*/


.checkout-main {
    margin-top: 5%;
}

.billing-details-form h2 {
    font-size: 25px;
    color: #ffffff;
    font-family: "Lato";
    font-weight: 800;
}

.billing-details-form label {
    font-size: 16px;
    color: #fff;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.billing-details-form input, .billing-details-form select {
    height: 50px;
    padding: 0 10px;
    margin-bottom: 4%;
    width: 100%;
    background: #ececec;
    border-radius: 5px;
    border: none;
    font-weight: 500;
      font-family: 'Lato', sans-serif;
}

.billing-details-form input {
    color: #000;
}

.checkout-main label span {
    color: #E01020;
}



.billing-details-form input::placeholder {
    color: #000;
    font-size: 14px;
  font-family: 'Lato', sans-serif;
     font-weight: 600;
}

.billing-details-form select {
    color: #8c9a98;
    font-size: 14px;
     font-family: 'Lato', sans-serif;
}

.billing-details-form textarea {
    width: 100%;
    height: 200px;
    padding: 15px 10px;
    border: 2px solid #e6e6e6;
    color: #000;
    resize: none;
    font-family: "Lato";
    font-weight: 500;
}


.billing-details-form textarea::placeholder {
     color: #000;
    font-size: 14px;
    font-family: Montserrat, sans-serif;
      font-weight: 600;
}

.your-order-box h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

.your-order-box ul.your-order li h2 {
    font-size: 18px;
    margin-bottom: 0;
}

.your-order-box {
    padding: 30px;
    background-color: #121212;
}

.your-order-box ul li {
    display: flex;
    align-content: center;
    justify-content: space-between;
    border-bottom: 1px solid #252626;
    padding: 15px 0;
    font-family: "Lato";
}

.your-order-box li.no-padding {
    padding: 18px 0 0 0 !important;
    border: none !important;
}

.your-order-box ul li span {
    color: #fff;
    font-size: 16px;
}

.your-order-box ul li h3 {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
}
.your-order-box h4 {
    margin-bottom: 0;
    font-size: 25px;
    color: #8c6d3f;
}

.your-order-box ul.assistance {
    background: #e0b252;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 25px;
    margin-bottom: 20px;
}

.your-order-box ul.assistance li {
    border: none;
}

.check-out-sec {
    padding: 100px 0;
}

.your-order-box p {
    border-top: 1px solid #e6e6e6;
    padding-top: 18px;
    line-height: 25px;
    color: #77777b;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}

.your-order-box p a {
    color: #333;
    font-weight: 700;
}

.your-order-box button {
    width: 100%;
    height: 55px;
    font-size: 16px;
    background: #8c6d3f;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
}
.checkout-coupon-form.faq__panel {
    border: 1px solid #242424;
    padding: 20px 20px;
}
.checkout-coupon-form ul {
    display: flex;
    align-items: center;
    gap: 10px;
}
.checkout-coupon-form input {
    width: 300px;
    height: 50px;
    border: none;
    padding: 0 10px;
    text-transform: capitalize;
    border-radius: 5px;
    font-weight: 600;
}
.checkout-coupon-form button {
    background: #8c6d3f;
    height: 50px;
    border: none;
    color: #fff;
    width: 160px;
    border-radius: 5px;
}

h3.price {
    color: #f5bbc5;
}

h3.price {
    color: #8c6d3f;
    font-weight: 700;
}

ul.assistance li h2 {
    border: 2px solid #fff;
    font-size: 16px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
}

ul.your-order {
    background-color: #0f0f0f;
    padding: 20px 20px;
}

.your-order-box ul li p {
    color: #fff;
    line-height: 23px;
    margin-bottom: 0;
    padding-top: 0;
    border: none;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

.checkout-coupon-form.faq__panel {
    display: none;
}

.checkout-coupon-form.faq__panel.faq__panel_active {
    display: block;
}

h2.faq__question {
    font-family: 'Montserrat';
    font-size: 15px;
    color: #fff;
}

h2.faq__question a {
    margin-left: 10px;
    color: #8c6d3f;
    text-decoration: underline;
}

/* Inner Check Out End*/

/*Inner Shop Detail Start*/

.pro-deatil-sec{
    padding: 60px 0;
}
.pro-deatil-sec .deatil_img{}
.pro-deatil-sec .deatil_img img{
    width: 100%;
}
.pro-deatil-sec .main_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pro-deatil-sec .main_top ul{
    margin: 0;
    display: flex;
    gap: 5px;
}
.pro-deatil-sec .main_top ul li a {
    color: #ffffffe6;
    font-size: 18px;
}

.right_viv{
    display: flex;
    gap: 10px;
}
.right_viv a i {
    color: #fff;
    font-size: 16px;
}

.midd_bdy h4 {
    line-height: 1.2;
    font-size: 48px;
    color: #ffffff;
    font-family: "Lato";
    font-weight: 800;
    margin: 10px 0;
}
.midd_bdy h6 {
    color: #8c6d3f;
    font-size: 22px;
    line-height: 1.2;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-bottom: 20px;
}

.midd_bdy .add_btn a {
    background: #c9a646;
    border-radius: 0;
    font-weight: 600;
    padding: 12px 20px;
    color: #000;
}
.midd_bdy .grpp{
    margin: 30px 0;
}
.midd_bdy .grpp label{
    font-weight: 600;
}
.midd_bdy .grpp select{
    border: 2px solid rgba(129, 129, 129, .20);
    padding: 8px 10px;
    width: 40%;
    margin: 0 0 0 20px;
}
.midd_bdy .quantity {
    display: inline-block;
    border: 1px solid #fff;
}
.midd_bdy .quantity a{
    padding: 8px;
    border: 2px solid rgba(129, 129, 129, .20);
    color: #bba8a8;
    font-weight: 600;
}
.midd_bdy .quantity a span{}

.midd_bdy .add_btn{
    display: inline-block;
    margin: 0 0 0 20px;
}
.midd_bdy .add_btn a{}

.midd_bdy ul{
    margin: 30px 0;
    display: flex;
    gap: 20px;
    border-bottom: 1px solid rgba(129, 129, 129, .20);
    padding: 0 0 20px 0;
}
.midd_bdy ul li{}
.midd_bdy ul li a {
    font-size: 20px;
    font-family: "Lato";
    color: #fff;
}.midd_bdy ul li a i{
    margin: 0 5px 0 0;
}

.media_s p {
    margin: 20px 0;
    font-size: 19px;
    color: #fff;
    font-family: "Lato";
}
.media_s p a i {
    color: #fff;
    padding: 0 5px;
}

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

.quantity button {
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 30px;
    border: none;
    background: #c9a646;
}
span.count {
    color: #fff;
    width: 50px;
    font-size: 25px;
    margin: 0 10px;
}




.mytabs.current {
    display: block;
}

.mytabs {
    display: none;
}


.reviews_sec{
    padding: 60px 0;
    border: 1px solid rgba(129, 129, 129, .20);
    border-bottom: 1px solid rgba(129, 129, 129, .20);
}
.reviews_sec .tbing {
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 50px;
}
.grfp a {
    background: #c9a646;
    color: #fff;
    border-radius: 0;
    padding: 12px 30px;
    color: #000;
    font-weight: 600;
}
.reviews_sec .tbing li.current {
    font-size: 18px;
    transition: 0.5s ease-in-out;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
}
.reviews_sec .tbing li{text-transform: uppercase;}
.reviews_sec .tbing li h6 {
    margin: 0;
    color: #ffffffe6;
    font-size: 18px;
    font-family: "Lato";
    font-weight: 600;
}
.reviews_sec .tbing li.current h6 {
    color: #fff;
}

.reviews_sec p {
    padding: 10px 0;
    margin: 0;
    display: inline-block;
    color: #fff;
}
.tabs-reviews.mytabs.current h6 {
    color: #fff;
     font-family: "Lato";
}
.reviews_sec p i {
    color: #fff;
}
.reviews_sec .grfp{
    width: 98%;
    margin: 5px 0;
}

.reviews_sec .grfp textarea {
    width: 100%;
    height: 160px;
    border: 2px solid rgba(129, 129, 129, .20);
    padding: 5px 10px;
}
.reviews_sec .grfp1 {
    width: 49%;
    display: inline-block;
}
.reviews_sec .grfp1 input{
    border: 2px solid rgba(129, 129, 129, .20);
    width: 100%;
    padding: 5px 10px;
}
.reviews_sec .grfp input.check{
    display: inline-block;
}




.reviews_sec img {
    width: 45%;
    margin: 0 10px;
}


.product_slide .slick-active {
    opacity: 1;
}


section.product_slide {
    padding: 60px 0;
}




.banner_out{
    padding: 40px 0;
    display: flex;
    background: #000;
    height: 40vh;
    align-items: center;
}
.banner_out ul{
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.banner_out ul li{
}
.banner_out ul li i{
    margin: 0 0 0 10px;
}

.banner_out ul li a{color: #fff;font-family: 'Kaushan Script', Sans-Serif;font-size: 26px;}







.checkout-main {
    margin-top: 5%;
}

.billing-details-form h2 {
    font-size: 25px;
    color: #242424;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}

.billing-details-form label {
    font-size: 16px;
    color: #242424;
    margin-bottom: 5px;
}

.billing-details-form input,
.billing-details-form select {
    height: 50px;
    padding: 0 10px;
    margin-bottom: 4%;
    border: 2px solid #e6e6e6;
    width: 100%;
}

.billing-details-form input {
    color: #000;
}

.checkout-main label span {
    color: #f5bbc5;
}

.billing-details-form input::placeholder {
    color: #8c9a98;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
}

.billing-details-form select {
    color: #8c9a98;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
}

.billing-details-form textarea {
    width: 100%;
    height: 200px;
    padding: 15px 10px;
    border: 2px solid #e6e6e6;
    color: #000;
    resize: none;
}


.billing-details-form textarea::placeholder {
    color: #8c9a98;
    font-size: 14px;
    font-family: Montserrat, sans-serif;
}

.your-order-box h2 {
    font-size: 30px;
    color: #242424;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

.your-order-box ul.your-order li h2 {
    font-size: 18px;
    margin-bottom: 0;
}

.your-order-box {
    padding: 30px;
    background-color: #f8f8f8;
}

.your-order-box ul li {
    display: flex;
    align-content: center;
    justify-content: space-between;
    border-bottom: 2px solid #efefef;
    padding: 15px 0;
    font-family: 'Josefin Sans', sans-serif;
}

.your-order-box li.no-padding {
    padding: 18px 0 0 0 !important;
    border: none !important;
}

.your-order-box ul li span {
    color: #84868d;
    font-size: 16px;
}

.your-order-box ul li h3 {
    font-size: 16px;
    margin-bottom: 0;
}

.your-order-box h4 {
    margin-bottom: 0;
    font-size: 25px;
    color: #e0b252;
}

.your-order-box ul.assistance {
    background: #e0b252;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 25px;
    margin-bottom: 20px;
}

.your-order-box ul.assistance li {
    border: none;
}

.check-out-sec {
    padding: 100px 0;
}

.your-order-box p {
    border-top: 1px solid #e6e6e6;
    padding-top: 18px;
    line-height: 25px;
    color: #77777b;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}

.your-order-box p a {
    color: #333;
    font-weight: 700;
}

.your-order-box button {
    width: 100%;
    height: 55px;
    font-size: 16px;
    background: #7bbbdd;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
}

h3.price {
    color: #f5bbc5;
}

h3.price {
    color: #e0b252;
    font-weight: 700;
}

ul.assistance li h2 {
    border: 2px solid #fff;
    font-size: 16px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
}

ul.your-order {
    background-color: #fff;
    padding: 20px 20px;
}

.your-order-box ul li p {
    color: #fff;
    line-height: 23px;
    margin-bottom: 0;
    padding-top: 0;
    border: none;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

.checkout-coupon-form.faq__panel {
    display: none;
}

.checkout-coupon-form.faq__panel.faq__panel_active {
    display: block;
}

h2.faq__question {
    font-family: 'Montserrat';
    font-size: 15px;
}

/*Inner Shop Detail Ends*/



