@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Geist:wght@100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;

  font: 15px/25px "Poppins", sans-serif;

  color: #393939;

  overflow-x: hidden;
}

a {
  text-decoration: none;

  color: #28b16d;

  white-space: initial;
}

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;
}

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;
}

p {
  font-family: "Montserrat", sans-serif;

  font-weight: 400;
}

/***** 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;
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;

  margin: 0 auto;
}

.theme-btn {
  font-size: 14px;

  line-height: 20px;

  font-weight: 500;

  padding: 15px 40px;

  color: #fff;

  margin: 20px 20px 20px 0;

  border-radius: 50px;

  -webkit-border-radius: 50px;

  -moz-border-radius: 50px;

  text-transform: capitalize;

  border: 2px solid;

  text-transform: uppercase;
}

.theme-btn:hover {
  background-color: #fff;

  /* color: #28b16d; */

  border-color: #28b16d;
}

.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: "Cinzel", serif;

  font-size: 55px;

  line-height: 60px;

  color: #fff;

  font-weight: 500;

  margin: 0 0 17px;
}

h2 {
  font-family: "Cinzel", serif;

  font-size: 55px;

  line-height: 60px;

  color: #393939;

  font-weight: 500;

  margin: 0 0 30px;
}

h3 {
  font-family: "Cinzel", serif;

  font-size: 30px;

  line-height: 34px;

  color: #000000;

  font-weight: 600;

  margin: 0 0 28px;
}

h4 {
  font-family: "Cinzel", serif;

  font-size: 24px;

  line-height: 29px;

  color: #393939;

  font-weight: 500;

  margin: 0 0 13px;
}

h5 {
  font-family: "Cinzel", serif;

  font-size: 20px;

  line-height: 25px;

  color: #393939;

  font-weight: 500;

  margin: 0 0 20px;
}

h6 {
  font-family: "Montserrat", sans-serif;

  font-size: 18px;

  line-height: 23px;

  color: #393939;

  font-weight: 500;

  margin: 0 0 22px;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;

  padding: 0 40px 0 30px;
}

::-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 */

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #0000005c;
}

.menuSec {
  padding: 20px 0;

  position: relative;
}

.menuSec .row {
  align-items: center;
}

.menuSec img {
  margin: 0;
  width: 75%;
}

.menuSec .sign ul {
  display: flex;

  align-items: center;

  justify-content: end;

  gap: 20px;
}

.menuSec ul {
  position: relative;

  list-style: none;

  padding: 0;

  margin: 0;

  text-align: center;

  text-transform: capitalize;

  display: flex;

  align-items: center;

  justify-content: space-around;
}

.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: 10px 23px; */

  font-size: 14px;

  font-family: "Montserrat";

  text-transform: uppercase;
}

.menuSec ul li a:after {
  content: "";

  position: absolute;

  top: 35%;

  right: 0;

  width: 1px;

  height: 13px;

  background-color: #393939;

  display: none;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.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: #926b5d;
}

.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:hover a {
}

.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;

  left: 0px;

  width: 230px;

  text-align: left;

  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;

  color: #000 !important;
}

.menuSec::before {
  position: absolute;

  top: 0;

  right: 0;

  width: 14%;

  content: "";

  height: 100%;

  background-color: #926b5d;
}

.menuSec .sign ul li a {
  font-size: 14px;

  font-family: "Montserrat";

  color: #fff;
}

.menuSec .sign ul li a i {
  font-size: 18px;

  border: 1px solid #fff;

  border-radius: 50%;

  width: 40px;

  height: 40px;

  display: flex;

  align-items: center;

  justify-content: center;
}

/*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;
}

.container-fluid {
  padding: 0 4%;
}

/*banner css start */

section.banner {
  padding: 100px 0px;

  background-color: #865546de;

  margin-top: -6px;

  /* border-top: 1px solid #fff; */
}

.banner-txt h1 {
  font-size: 87px;

  line-height: 97px;

  font-weight: 400;
}

.banner-txt h1 span {
  display: block;
}

.ban-2-img {
  width: 90%;

  margin-top: -70px;

  position: relative;
}

.ban-2-img img {
  width: 100%;

  height: 540px;

  object-fit: cover;

  object-position: top;

  border-radius: 5px;
}

.ban-1-img img {
  width: 100%;

  height: 420px;

  object-fit: cover;

  object-position: top;

  border-radius: 5px;
}

.ban-1-img {
  width: 62%;
}

.ban-3-img img {
  height: 400px;

  object-fit: cover;

  width: 100%;
}

.ban-sm-2 img {
  width: 120px;

  height: 120px;

  object-fit: cover;
}

.ban-sm-2 {
  position: absolute;

  top: -40px;

  right: -29px;
}

.ban-sm-txt p {
  margin-top: 30px;

  font-size: 14px;

  color: #fff;
}

/*banner css end*/

/*testimonial_sec start*/

.testimonial_sec {
  padding: 100px 0 40px;

  position: relative;
}

.ser-bx::before {
  position: absolute;

  bottom: 0;

  left: 0;

  content: "";

  width: 100%;

  height: 140px;

  background: linear-gradient(
    172deg,
    rgba(0, 0, 0, 0.39) 0%,
    rgba(0, 0, 0, 0.61) 50%,
    rgba(0, 0, 0, 1) 100%
  );
}

.testimonial_sec .custom-space {
  margin-top: 50px;
}

.testimonial_top_bar {
  display: flex;

  align-items: center;

  justify-content: space-between;

  border-bottom: 1px solid #e5e5e5;
}

.testimonial_top_bar p {
  text-align: center;

  color: #666666;

  margin: 0 auto;

  width: 50%;
}

.testimonial_top_bar {
  padding: 30px 0 15px 0;
}

.checked {
  color: #fd8f00;
}

.testimonial_boxspan {
  color: #fd8f00;
}

.testimonial_box {
  padding: 50px 24px;

  height: 320px;

  margin: 25px 0px;

  position: relative;

  background-color: #ffffff;

  box-shadow: 0 0 3px #00000094;
}

.testimonial_box i {
  position: absolute;

  color: #000000;

  top: -7%;

  opacity: 0;

  padding: 20px;

  border-radius: 50%;

  background-color: #ffffff;

  display: none;
}

.testimonial_box p {
  padding: 0;

  max-height: 100px;

  font-weight: 400;

  /* overflow-y: scroll; */

  font-family: "Montserrat";

  font-size: 14px;

  line-height: 22px;

  color: #8f8f8f;
}

.profile {
  padding: 40px 0;

  display: flex;

  align-items: center;

  gap: 20px;
}

.profile img {
  width: 70px;

  height: 70px;

  border-radius: 50%;

  object-fit: cover;

  object-position: top;
}

.profile_text p {
  margin: 0;

  padding: 0;

  overflow-y: visible;
}

.profile_text h6 {
  margin: 0;

  color: #000;

  font-size: 20px;

  text-transform: uppercase;

  font-family: "Jersey";
}

.profile_text p {
  padding: 0;

  text-transform: uppercase;

  font-family: "Jersey";
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box i {
  background-color: #ffffff;

  color: #51483f;

  opacity: 1;
}

.testimonial_slider .slick-slide.slick-current.slick-active .profile_text p {
  padding: 0 !important;

  color: #fff;
}

.testimonial_slider
  .slick-slide.slick-current.slick-active
  .testimonial_box
  h6 {
  color: #fff;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box p {
  padding: 20px 0 16px 0;

  color: #fff;

  margin-bottom: 0;

  width: 94%;
}

.testimonial_box:hover p {
  color: #ffff;
}

.testimonial_box:hover h6 {
  color: #fff;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box {
  padding: 50px 50px;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box {
  border-width: 1px;

  /* border-color: rgb(244, 244, 244); */

  /* border-style: solid; */

  border-radius: 0px;

  background-color: #865546;

  box-shadow: 23.013px 9.768px 59px 0px rgba(193, 193, 193, 0.2);
}

.testimonial_box:hover {
  background-color: #865546 !important;

  box-shadow: 23.013px 9.768px 59px 0px rgba(193, 193, 193, 0.2);
}

.testimonial_box:hover i {
  opacity: 1;

  background-color: #ffffff;

  color: #51483f;
}

.testimonial_slider .slick-slide.slick-current.slick-active {
  width: 11% !important;
}

.testimonial_slider
  .slick-slide.slick-current.slick-active
  + .slick-slide.slick-active {
  width: 7% !important;
}

.testimonial_slider
  .slick-slide.slick-current.slick-active
  + .slick-slide.slick-active
  + .slick-slide.slick-active {
  width: 7% !important;
}

.testimonial_slider .slick-list.draggable {
  height: 463px;

  padding: 30px 0 0px;
}

.testimonial_slider .slick-active {
  opacity: 1;
}

.testimonial_slider
  .slick-slide.slick-current.slick-active
  + .slick-slide.slick-active
  .testimonial_box {
  background-color: #fff;

  border-radius: 0px;

  color: #fff;
}

.testimonial_slider
  .slick-slide.slick-current.slick-active
  + .slick-slide.slick-active
  + .slick-slide.slick-active
  .testimonial_box {
  background-color: #fff;
}

.profile i {
  position: relative;

  top: 0;

  left: 0;

  background-color: #000000 !important;

  border: 1px solid #fff;

  color: #fff !important;
}

.testimonial_slider
  .slick-slide.slick-active
  + .slick-slide.slick-active
  .testimonial_box
  p {
  margin: 0 0 10px;
}

.testimonial_slider
  .slick-slide.slick-current.slick-active
  + .slick-slide.slick-active
  + .slick-slide.slick-active
  .testimonial_box {
  background-color: #fff;

  border-radius: 0px;
}

.testimonial_slider-btn {
  display: flex;

  gap: 15px;

  align-items: center;

  justify-content: flex-end;
}

.testimonial_slider-btn button {
  height: 60px;

  width: 60px;

  display: flex;

  flex-shrink: 0;

  color: #cccccc;

  border-radius: 50%;

  align-items: center;

  transition: ease-out;

  justify-content: center;

  transition-duration: 0.5s;

  border: 1px solid #cccccc;

  background-color: transparent;
}

.testimonial_slider-btn button:hover {
  color: #000;

  transition: ease-in;

  border-color: #5a4140;

  transition-duration: 0.5s;

  background-color: #5a4140;
}

.abouttestimonial_sec {
  overflow-x: hidden;

  padding: 80px 5% 100px;
}

.section-heading {
  text-align: center;
}

.section-heading h2 {
  font-size: 60px;

  line-height: 1;

  color: #0d0c0c;

  margin-bottom: 10px;

  font-weight: 300;
}

.section-heading p {
  font-size: 14px;

  color: #8f8f8f;

  width: 52%;

  margin: 0 auto;
}

.testimonial_slider .slick-slide {
  margin: 0px 20px;
}

/*testimonial_sec end*/

/*footer start*/

/* FOOTER CSS START  */

.footerSec {
  background: #121212;

  position: relative;

  padding: 80px 0px 0px 0px;
}

ul.social.d-flex.m-0 {
  display: flex;

  align-items: center;

  gap: 10px;
}

.copy-txt {
  display: flex;

  align-items: center;

  justify-content: space-between;
}

.footerSec .news-letter.moveRightTxt ul li {
  display: flex;

  align-items: center;

  gap: 19px;
}

footer.footerSec ul.social i {
  background: #865546;

  height: 40px;

  width: 40px;

  font-size: 16px;

  /* border: 1px solid; */

  color: #fff;

  display: flex;

  justify-content: center;

  align-items: center;

  border-radius: 50%;
}

footer.footerSec ul.social li a {
  opacity: 1;
}

.footerSec .container-fluid {
  padding: 0 4%;
}

.footerSec p {
  font-weight: 300;

  transition: 0.9s;

  color: #fff;

  opacity: 1;

  font-size: 14px;

  margin: unset;
}

footer ul li a {
  color: #fff;

  transition: 0.6s;

  font-size: 14px;

  line-height: 30px;

  font-family: "Montserrat";

  font-weight: 300;

  opacity: 0.6;
}

.footerSec .row {
  position: relative;

  /* padding: 80px 0px 0; */
}

.footerSec .footer-btm .row {
  padding-top: 18px;

  padding-bottom: 16px;

  margin-top: 20px;
}

.footerSec .footer-btm .row p {
  opacity: 59%;

  font-weight: 300;

  font-size: 14px;
}

.footerSec .footer-btm .row:before {
  position: absolute;

  content: "";

  width: 100%;

  height: 1px;

  top: 0;

  left: 0;

  right: 0;

  margin: 0px auto;

  background: #fff;

  opacity: 50%;
}

.news-letter ul li a {
  gap: 20px;

  line-height: 25px;

  margin: 20px 0;

  opacity: 1;
}

.news-letter ul li a:hover {
  transform: translate(3px, 0px);
}

footer ul li a:hover {
  opacity: 1;

  color: #fff !important;
}

footer .foot-products {
  position: relative;
}

footer .ftLoo.mb-2 {
  padding-bottom: 10px;
}

footer.footerSec h5.text-light {
  margin-bottom: 20px;

  text-transform: capitalize;

  font-size: 20px;

  border-bottom: 1px solid #fff;

  width: fit-content;

  padding-bottom: 17px !important;

  /* font-style: italic; */
}

footer.footerSec h5.subscribe.text-light.py-2 {
  margin-bottom: 6px;

  border: unset;

  margin-top: 40px;
}

.footerSec .news-letter.moveRightTxt {
  /* left: 60px; */
}

ul.ul-tw {
  column-count: 2;
}

.foot-products.moveRightTxt.tw {
  /* margin: 0 auto; */

  width: 100%;
}

.footerSec .news-letter.moveRightTxt ul li img {
  width: 20px;

  height: 20px;

  object-fit: contain;
}

.foot-quick-links.moveRightTxt.tw {
  margin-left: 19px;
}

.foot-useful-link.moveRightTxt.tw {
  margin-left: 20px;
}

/* FOOTER CSS END  */

/*physics start*/

section.physics {
  padding: 100px 0px 30px;
}

.physics-txt h2 {
  font-size: 60px;

  line-height: 70px;

  font-weight: 400;

  color: #0d0c0c;
}

.physics-txt h2 span {
  display: block;
}

.physics-img img {
  width: 100%;

  height: 640px;

  object-fit: cover;

  border-radius: 10px;

  object-position: left;
}

.physics-bx-txt {
  border-radius: 5px;

  background-color: rgb(255, 255, 255);

  box-shadow: 2.756px -9.613px 70px 0px rgba(127, 127, 127, 0.11);

  padding: 25px;

  margin-top: 40px;

  margin-left: -130px;

  width: 98%;
}

.physics-bx-txt h4 {
  font-size: 20px;

  line-height: 31px;

  color: #865546;

  text-transform: uppercase;
}

.physics-bx-txt h4 span {
  display: block;
}

.physics-bx-txt p {
  font-size: 14px;

  color: #8f8f8f;

  margin-bottom: 30px;

  line-height: 24px;
}

a.btn-1 {
  display: flex;

  align-items: center;

  gap: 30px;

  background-color: #865546;

  width: fit-content;

  padding: 6px 3px 6px 30px;

  font-size: 14px;

  color: #fff;

  text-transform: uppercase;

  border-radius: 5px;

  text-decoration: none;

  transition: all 0.4s ease;

  position: relative;

  overflow: hidden;
}

/* text smooth */

a.btn-1 {
  letter-spacing: 1px;
}

/* icon box */

a.btn-1 span {
  height: 45px;

  width: 45px;

  background-color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 3px;

  transition: all 0.4s ease;
}

/* image animation */

a.btn-1 span img {
  transition: transform 0.4s ease;
}

/* ðŸ”¥ Hover Effects */

a.btn-1:hover {
  background-color: #6f4336;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);

  transform: translateY(-2px);
}

a.btn-1:hover span {
  background-color: #f5e6e0;
}

a.btn-1:hover span img {
  transform: translateX(5px) rotate(5deg);
}

/*physics end*/

/*schedule start*/

section.schedule {
  padding: 90px 0px 70px;
}

.schedule-bx {
  padding: 100px 55px;

  background-image: url(../images/shedule.png);

  background-repeat: no-repeat;

  background-size: cover;

  border-radius: 20px;

  position: relative;

  z-index: 1;

  background-position: center;
}

.schedule-bx::before {
  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  content: "";

  background-color: #865546ad;

  z-index: -1;

  height: 100%;

  border-radius: 20px;
}

.schedule-bx h3 {
  font-size: 60px;

  line-height: 70px;

  color: #fff;

  font-weight: 400;

  margin-bottom: 10px;
}

.schedule-bx h3 span {
  display: block;
}

.schedule-bx p {
  font-size: 14px;

  color: #fff;

  width: 50%;
}

.schedule-bx a {
  border: 1px solid #fff;
}

/*schedule end*/

/*chose start*/

.chsoe-top-txt h2 {
  text-align: end;

  font-size: 60px;

  line-height: 1;

  color: #0d0c0c;

  font-weight: 400;
}

.chsoe-top-txt h2 span {
  display: block;
}

.chosse-img img {
  width: 100%;

  height: 370px;

  object-fit: cover;

  border-radius: 5px;
}

.chosse-img {
  position: relative;

  z-index: 1;
}

.chosse-img::before {
  position: absolute;

  right: -60px;

  width: 77%;

  height: 580px;

  background-color: #865546;

  content: "";

  top: -160px;

  z-index: -1;

  border-radius: 10px;
}

.cont-img-hom img {
  width: 100%;

  height: 580px;

  object-fit: cover;

  border-radius: 20px;
}

/*chose end*/

/*best-saddles start*/

section.best-saddles {
  padding: 80px 0px 0px;
  background-color: #926b5d;
}

section.best-saddles .slick-active {
  opacity: 1;
}

.main-bx-slid img {
  height: 180px;

  object-fit: contain;

  margin: 0;

  display: block;
}

.main-bx-slid {
  text-align: center;

  height: 530px;

  border-radius: 5px;

  background-color: rgb(255, 255, 255);

  box-shadow: 0px 16px 49px 0px rgba(0, 0, 0, 0.07);

  margin: 30px 0px;

  display: flex;

  align-items: center;

  flex-wrap: wrap;

  gap: 0px;

  padding: 20px;

  padding-bottom: unset;
}

section.best-saddles .slick-slide {
  margin: 0px 10px;
}

.main-bx-bot-txt h4 {
  font-size: 20px;

  line-height: 1;

  text-transform: uppercase;

  color: #0e0d0d;
}

.star ul {
  display: flex;

  margin: unset;

  gap: 5px;
}

.star {
  display: flex;

  align-items: center;

  justify-content: space-between;

  padding-top: 20px;

  border-top: 1px solid #cacacb;
}

.star ul li a i {
  color: #ffa902;

  font-size: 12px;
}

.star ul li h5 {
  font-size: 10px;

  color: #000000;

  margin: unset;
}

.star h4 {
  font-size: 17px;

  color: #0e0d0d;

  margin: unset;
}

.main-bx-bot-txt p {
  font-size: 14px;
}

.best-saddles-txt h3 {
  font-size: 60px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
}

.best-saddles-txt {
  border-bottom: 2px solid #cacacb;
}

section.best-saddles .slick-prev,
section.best-saddles .slick-next {
  position: absolute;

  top: -50px;

  right: 20px;

  left: auto;
}

section.best-saddles .slick-prev::before {
  position: absolute;

  top: 0;

  content: "";

  left: 0;

  background-repeat: no-repeat;

  background-size: contain;

  background-image: url(../images/left-arr.png);

  width: 60px;

  height: 60px;
}

section.best-saddles .slick-next::before {
  position: absolute;

  top: 0;

  content: "";

  left: 0;

  background-repeat: no-repeat;

  background-size: contain;

  background-image: url(../images/right-arr.png);

  width: 60px;

  height: 60px;
}

section.best-saddles .slick-prev {
  right: 90px;
}

section.best-saddles .slick-prev.slick-disabled:before,
section.best-saddles .slick-next.slick-disabled:before {
  opacity: 1;
}

/*best-saddles end*/

/*service start*/

section.service {
  padding: 100px 0px 100px;

  background-image: url(../images/ser-bg.jpg);

  background-repeat: no-repeat;

  background-size: cover;

  margin-top: 100px;
}

section.service .slick-active {
  opacity: 1;
}

.ser-txt-top {
  text-align: center;

  margin-bottom: 30px;
}

.ser-txt-top h3 {
  font-size: 60px;

  line-height: 1;

  color: #fff;

  font-weight: 300;

  margin-bottom: 10px;
}

.ser-txt-top p {
  font-size: 14px;

  color: #fff;

  width: 60%;

  margin: 0 auto;
}

.ser-bot-txt {
  text-align: center;

  position: absolute;

  bottom: 30px;

  left: 0;

  right: 0;

  margin: 0 auto;
}

.ser-bx {
  position: relative;
}

.ser-bot-txt a.btn-1 span img {
  width: auto;
}

.ser-bot-txt h4 {
  font-size: 17px;

  color: #fff;

  font-weight: 300;

  line-height: 1;

  margin-bottom: 10px;
}

.ser-bot-txt p {
  font-size: 14px;

  color: #fff;

  margin: 0 auto;

  width: 80%;
}

.ser-bot-txt a {
  display: none;
}

.ser-bx img {
  height: 421px;

  width: 100%;

  object-fit: cover;

  border-radius: 5px;
}

.ser-slid .slick-slide.slick-current.slick-active.slick-center .ser-bx img {
  height: 511px;

  width: 100%;

  object-fit: cover;

  border-radius: 5px;
}

.ser-slid .slick-slide.slick-current.slick-active.slick-center .ser-bot-txt {
  position: relative;

  margin-top: 70px;
}

.ser-slid .slick-slide.slick-current.slick-active.slick-center .ser-bot-txt h4 {
  font-size: 28px;

  line-height: 1;
}

.ser-slid .slick-slide.slick-current.slick-active.slick-center .ser-bot-txt a {
  display: flex;

  border: 1px solid #fff;

  width: fit-content;

  margin: 0 auto;
}

.ser-slid
  .slick-slide.slick-current.slick-active.slick-center
  .ser-bot-txt
  a
  span
  img {
  height: auto !important;

  width: auto !important;
}

.ser-slid .slick-slide.slick-current.slick-active.slick-center .ser-bot-txt p {
  margin-bottom: 30px;
}

.ser-slid .slick-slide.slick-current.slick-active.slick-center .ser-bx::before {
  display: none;
}

/*service end*/

section.choose.inner-why-choose {
  margin-bottom: 100px;
}

.services-box-inner > img {
  height: 430px;

  width: 100%;

  object-fit: cover;

  margin-bottom: 20px;
}

.services-box-inner {
  text-align: center;
}

.services-box-inner a {
  display: flex;

  align-items: center;

  justify-content: center;

  margin: 0 auto;
}

.services-box-inner {
  margin-bottom: 30px;
}

section.inner-services {
  margin: 100px 0px 80px;
}

.services-detail-img img {
  width: 100%;

  height: 420px;

  object-fit: cover;

  object-position: top;
}

section.blog-sec {
  position: relative;

  margin: 100px;
}

.blog-top-heading {
  position: absolute;

  right: 285px;

  z-index: -1;

  top: -70px;
}

/* .blog-top-heading h2 {



    font-size: 189px;



    color: #efefef;



    line-height: 80px;



} */

.blog-top-heading-sh {
  position: relative;
}

.blog-icon {
  position: absolute;

  top: 25px;

  right: 232px;
}

.blog-top-heading-sh p {
  width: 62%;
}

.blog-top-heading h2 {
  font-size: 189px !important;

  color: #efefef;

  /* line-height: 80px; */

  background: linear-gradient(
      to right,
      rgba(255, 215, 255, 0) 0%,
      rgb(235 235 235) 20%,
      rgba(255, 255, 255, 0) 61%
    ),
    linear-gradient(
      rgb(248 248 248) 52%,
      rgb(249 249 249) 60%,
      rgb(237 237 237) 61%
    );

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  transition: 200ms ease;

  animation: ocean 2000ms ease alternate infinite;
}

@keyframes ocean {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50vw 10px;
  }
}

.blog-box-sd {
  border: 1px solid #dbdbdb;

  border-radius: 30px;
}

.blog-box-img img {
  width: 100%;

  margin-bottom: 10px;

  height: 400px;

  object-fit: cover;

  object-position: top;

  border-radius: 30px;
}

.blog-box-text {
  padding: 10px 24px;
}

ul.blog-box-ul {
  display: flex;

  justify-content: space-between;

  margin-bottom: 0;
}

ul.blog-box-ul li a {
  color: #7c7c7c;

  border-bottom: 1px solid #bdbdbd;
}

.blog-box-sd:hover {
  background: #966b5e;
}

.blog-box-sd:hover h3 {
  color: #fff;
}

.blog-box-sd:hover p {
  color: #fff;
}

.blog-box-sd:hover a {
  color: #fff;
}

.blog-box-text h3 {
  font-size: 22px;
}

/* contact page */

.cont_page {
  padding: 120px 0;
}

.cont_page_left h2 {
  margin-bottom: 30px;

  text-align: center;
}

.cont_page_left form input,
.cont_page_left form textarea {
  width: 100%;

  padding: 10px 0;

  background-color: transparent;

  /* border: none; */

  border: 1px solid #cccccc;

  margin-bottom: 20px;

  padding-left: 10px;

  border-radius: 6px;

  background: #fff;
}

.cont_page_left form input::placeholder,
.cont_page_left form textarea::placeholder {
  color: #8d8d8d;
}

.cont_page_left form textarea {
  height: 140px;

  resize: none;
}

.cont_page_left form button {
  color: #ffffff;

  font-size: 16px;

  text-transform: uppercase;

  border: none;

  border-radius: 10px 10px 10px 0px;

  padding: 15px 40px;

  width: 100%;

  background: #966b5e;
}

.cont_page_right h2 {
  /* color: #fff; */

  margin-bottom: 20px;
}

.cont_page_right p {
  /* color: #abcadd; */

  margin-bottom: 40px;
}

.cont_page_right ul li {
  margin-bottom: 20px;
}

.cont_page_right ul li a {
  color: #000000;

  font-size: 14px;

  display: flex;

  align-items: center;
}

.cont_page_right ul li a i {
  font-size: 20px;

  margin-right: 15px;
}

.cont_page_right {
  /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); */

  border-radius: 10px;

  /* background: linear-gradient(90deg, rgba(42, 119, 166, 1) 0%, rgba(47, 124, 170, 1) 15%, rgba(57, 133, 179, 1) 28%, rgba(60, 136, 182, 1) 42%, rgba(65, 140, 185, 1) 59%, rgba(67, 143, 188, 1) 74%, rgba(69, 144, 189, 1) 90%); */

  padding: 0px 50px 0px 0px;
}

.cont_page_left {
  border-radius: 10px;

  padding: 30px 50px;

  /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); */

  background: #f5f5f5;
}

.cont_page_right ul li a i {
  color: #966b5e;
}

/* contact page */

/*Login page Start*/

.text-blue {
  color: #100c6c;
}

.text-black {
  color: #000 !important;
}

.log-in-wrap {
  padding: 40px 40px;

  background-color: #fdfdfd;

  /* border: 1px solid #c4c4c4; */

  float: right;

  width: 100%;

  border-radius: 0px;

  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.form-group {
  margin-bottom: 15px;
}

.log-in-wrap h2 {
  margin: 0 0 50px 0;

  text-align: center;

  color: #000;

  font-size: 33px;

  text-transform: uppercase;

  line-height: 54px;

  /* font-weight: bold; */
}

.login_btn {
  width: 100%;

  background-color: #966b5e;

  padding: 16px 10px;

  display: block;

  color: #fff;

  font-size: 21px;

  text-transform: capitalize !important;

  border: none;

  border: 2px solid #9a7d3f;

  transition: 0.5s all;

  border-radius: 0px;

  font-family: "Poppins";

  font-weight: 400;

  text-transform: capitalize;
}

.contact-page-main .form-control {
  height: 56px;

  background-color: #ffffff;

  border-color: #d8d8d8;

  width: 100%;

  border-radius: 0px;
}

.log-in-page-main .form-check label.form-check-label {
  font-size: 14px;

  font-weight: 300;

  /* font-family: 'Lato'; */

  margin: 0;

  font-weight: 400;

  color: #000;

  font-family: "Poppins";
}

.form-check-input:checked {
  background-color: #330852;

  border-color: #330852;
}

.log-in-page-main .form-check,
.forgot-pass {
  display: inline-block;
}

input::placeholder {
  font-size: 15px;

  font-weight: 300;

  color: #000;

  opacity: 0.5;
}

.forgot-pass {
  width: 72%;

  text-align: right;
}

.forgot-pass a {
  font-size: 14px;

  margin: 0;

  font-weight: 400;

  color: #000;

  font-family: "Poppins";
}

.term-condition:hover {
  color: #000000;

  border-bottom: 2px solid #000000;
}

.forgot-pass a:hover {
  color: #91805b;
}

.agree-text {
  color: #000;

  font-size: 14px;

  font-weight: 400;

  margin-top: 5px;

  margin-bottom: 32px;

  font-family: "Poppins";
}

.term-condition {
  font-weight: 600;

  margin-left: 10px;

  color: #966b5e;

  border-bottom: 2px solid #966b5e;

  /* font-size: 15px; */

  /* float: inline-end; */

  font-family: "Poppins";
}

.contact-page-main .form-control::placeholder {
  font-family: "Poppins";

  font-size: 14px;

  color: #a7a5a5;
}

.form-group {
  margin-bottom: 25px;

  position: relative;
}

.form-control {
  display: block;

  width: 100%;

  height: 34px;

  padding: 6px 12px;

  font-size: 14px;

  line-height: 1.42857143;

  color: #555;

  background-color: #fff;

  background-image: none;

  border: 1px solid #ccc;

  border-radius: 4px;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;

  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.login_btn:hover {
  background-color: #000;

  border: 2px solid #000;

  color: #fff;
}

section.contact-page-main.log-in-page-main.all-section {
  padding: 99px 0px;

  position: relative;
}

.leaf-img-login img {
  position: absolute;

  bottom: 150px;
}

/*Login Page End*/

section.productsec.product-page-sec.fruit .main-bx-slid a img {
  width: 100%;

  height: 100%;

  margin: 0 auto;
}

section.productsec.product-page-sec.fruit .main-bx-slid a {
  width: 70%;

  margin: 0 auto;
}

.catogeriesbox.price-filter-list h4 {
  color: #000;

  font-size: 34px;

  margin-bottom: 16px;
}

.panel-body.below {
  margin-bottom: 70px;
}

.panel-body.below ul li {
  padding-bottom: 10px;

  margin-bottom: 10px;

  border-bottom: 1px solid #f5f5f5;

  width: 60%;
}

.panel-body.below ul li input {
  margin-right: 10px;
}

.panel-body.below ul li a {
  color: #000;
}

section.productsec.product-page-sec.fruit {
  margin: 100px 0px;
}

/* product-detail */

.baner-text.prd-detail-head h2 {
  margin-bottom: 0 !important;

  margin-top: 60px;
}

.baner-text.prd-detail-head h3 {
  font-size: 78px;

  text-transform: uppercase;

  font-weight: 300;
}

h4.text-green {
  font-size: 34px;

  text-transform: capitalize;

  margin-bottom: 10px;
}

h4.text-green + p {
  font-size: 14px;

  color: #636363;
}

.p-big-img {
  width: 100%;

  height: auto;

  margin-bottom: 20px;

  border: 01px solid #9a7d3f;

  overflow: hidden;

  display: flex;

  align-items: center;

  justify-content: center;

  /* background-color: #f4f4f4; */

  border-radius: 0;

  padding: 0px;
}

.p-big-img img {
  width: 100%;

  height: 540px;

  object-fit: none;
}

.p-small-img {
  width: 100%;

  height: 100px;

  border: 1px solid #d2d2d2;

  border-radius: 15px;

  overflow: hidden;
}

.p-small-img img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.p-big-nav .slick-slide {
  opacity: 1;
}

.p-big-for .slick-next:before {
  content: "\f105";
}

.p-big-for .slick-prev:before {
  content: "\f104";
}

.p-big-for .slick-prev:before,
.p-big-for .slick-next:before {
  font-family: "Font Awesome 5 Free";

  font-size: 50px;

  line-height: 1;

  font-weight: 600;

  opacity: 1;

  color: white;

  border-radius: 100%;
}

.p-big-for .slick-next {
  right: -5%;

  opacity: 0;

  transition: 0.3s ease-in-out;
}

.p-big-for .slick-prev {
  left: -5%;

  opacity: 0;

  z-index: 2;

  transition: 0.3s ease-in-out;
}

.p-big-for {
  overflow: hidden;
}

.p-big-for:hover .slick-next {
  right: 7%;

  opacity: 1;
}

.p-big-for:hover {
  cursor: pointer;
}

.p-big-for:hover .slick-prev {
  left: 5%;

  opacity: 1;
}

.skin-2 .num-in {
  height: 40px;

  width: 120px;

  float: left;

  border: 1px solid #b7b7b7;

  border-radius: 0px;

  cursor: pointer;
}

.skin-2 .num-in span {
  width: 40%;

  display: block;

  height: 40px;

  float: left;

  position: relative;
}

.skin-2 .num-in span.plus:after {
  transform: rotate(90deg);
}

.num-in input.in-num {
  background-color: #ffffff;

  width: 38%;

  font-family: "Helvetica";
}

.skin-2 .num-in input {
  float: left;

  width: 20%;

  height: 40px;

  border: none;

  text-align: center;

  background: transparent;

  font-family: "Roboto";
}

.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;
}

.product-det-content h4 {
  font-size: 40px;

  line-height: 1.2;

  color: #282828;

  margin-bottom: 20px;

  width: 90%;
}

.price-tag {
  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 10px;

  border-bottom: 1px solid #afafaf;

  margin-bottom: 20px;

  margin-top: 20px;
}

.des_P {
  font-size: 13px;

  line-height: 20px;

  margin-bottom: 20px;

  color: #636363;
}

.price-tag h5 {
  /* font-size: 19px; */

  /* font-family: 'Montserrat', sans-serif; */

  /* text-transform: capitalize; */

  /* margin-bottom: 70px; */

  /* font-weight: 600; */
}

.price-tag + h5 small {
  font-family: "Montserrat", sans-serif;
}

.price-tag + h5 + h5 small {
  font-family: "Montserrat", sans-serif;
}

.price-tag div:first-child {
  font-size: 32px;

  line-height: 1;

  font-weight: 400;

  font-family: "trajanPro-regular";

  color: #000000;
}

.price-tag div:first-child del {
  margin-right: 10px;

  font-size: 22px;

  color: #969696;
}

.price-tag div:last-child {
  font-size: 18px;

  color: grey;
}

.price-tag div:last-child ul {
  margin-right: 15px;
}

.price-tag i.fas.fa-star {
  color: #ffc107;
}

.add-cart-btn {
  display: inline-flex;

  height: 50px;

  align-items: center;

  justify-content: center;

  padding: 0 30px;

  border-radius: 25px;

  border: 1px solid green;

  color: grey;
}

.add-cart-btn:hover {
  border: 1px solid green;

  background-color: green;

  color: white;
}

.like-btn {
  width: 40px;

  height: 40px;

  display: inline-flex;

  justify-content: center;

  align-items: center;

  border: 1px solid grey;

  border-radius: 50%;

  font-size: 19px;

  color: #966b5e;
}

.product-det-content ul.d-flex.justify-content-between.align-items-center {
  width: 67%;
}

.product-det-content ul.social-icons-banner {
  margin-top: 0px;

  position: unset;

  display: flex;
}

.product-det-content ul.social-icons-banner::before {
  display: none;
}

.product-det-content ul.social-icons-banner li {
  margin-right: 10px;
}

.product-detail img.inner-sec-leaf2 {
  top: 50%;
}

.ptb-100 {
  padding: 100px 0;
}

ul.social-icons-banner li a i {
  width: 36px;

  height: 36px;

  border-radius: 50px;

  border: 1px solid #acacac;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 16px;

  color: #7c7c7c;

  transition: 0.3s ease-in-out;
}

ul.social-icons-banner li a i:hover {
  background-color: #966b5e;

  color: #fff;

  border-color: #966b5e;

  transition: 0.3s ease-in-out;
}

.product-detail {
  padding: 80px 0;
}

span.text-green {
  color: #16250e;
}

li.quanity.product-detail {
  padding: 0;
}

.product-detail a.btn-4 {
  color: #fff;

  background: #966b5e;

  padding: 10px 50px;

  border-radius: 0px;

  font-size: 16px;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;

  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

/* product-detail */

.our-shop-top-headingg h2 {
  text-align: center;
}

section.our-shop-sec .main-bx-slid a img {
  margin: 0 auto;

  width: 100%;

  height: 168px;

  display: flex;

  align-items: center;

  justify-content: center;
}

section.our-shop-sec .main-bx-slid a {
  width: 100%;
}

/*CART*/

.add-to-cart thead {
  background: #966b5e;

  color: #fff;

  margin-bottom: 30px;

  position: relative;
}

.cart-page-tble tbody .quanity span {
  border-radius: 100px;

  border: 1px solid #000;

  width: 30px;

  height: 30px;

  color: #000;
}

.align-items-center {
  align-items: center !important;
}

.inc {
  background-color: transparent;

  margin-top: 20px;

  padding: 0 10px;

  display: flex;

  align-items: center;

  border-radius: 8px !important;

  border: 1px solid lightgrey;
}

.cart-page-tble tbody .quanity span {
  border-radius: 100px;

  border: 1px solid #000;

  width: 30px;

  height: 30px;

  color: #000;
}

.cart-page-tble tbody tr td input {
  /* height: 60px; */

  /* border: 1px solid #c4c4c4; */

  /* background-color: #ffffff; */

  /* color: #000; */

  text-align: center;

  height: 49px;

  border-radius: 6px;

  border: 0px solid #ebebeb;

  font-size: 23px;

  color: #0000009c;

  font-weight: 500;

  background: #fff0;

  margin: 0;

  border-radius: 5px;

  width: 100px;
}

.cart-page-tble tbody .quanity span {
  border-radius: 100px;

  border: 1px solid #000;

  width: 30px;

  height: 30px;

  color: #000;
}

.inc {
  background-color: #f7f7f7;

  margin-top: 20px;

  padding: 0 10px;

  display: flex;

  align-items: center;

  border: 1px solid #c3c3c3;

  width: 90%;

  height: 60px;

  border-radius: 11px;
}

.input-number {
  border: none;
}

.input-number-decrement,
.input-number-increment {
  display: inline-block;

  width: 40px;

  height: 40px;

  display: inline-flex;

  color: #444;

  text-align: center;

  font-weight: 700;

  border-left: 1px solid #c3c3c3 !important;

  cursor: pointer;

  background: #f7f7f7;

  justify-content: center;

  align-items: center;
}

span.input-number-decrement {
  border-right: 1px solid #c3c3c3 !important;

  border-left: none !important;
}

.input-number,
.input-number1,
.input-number-decrement,
.input-number-increment {
  border: 0;

  height: 57px;

  user-select: none;

  font-weight: 700;

  padding: 5px 5px 5px 5px;

  width: 70px;

  background: transparent;

  color: #bdc0bc;
}

a.update {
  color: #000;
}

.product-cart figure {
  /* padding: 10px; */

  margin: 0;

  /* background-color: #eaeaea; */

  /* border-radius: 3px; */

  /* border: 1px solid #c8c8c8; */
}

th:first-child {
  border-radius: 10px 0 0 10px;
}

th:last-child {
  border-radius: 0 10px 10px 0;
}

.shipping-box h4 {
  color: #d60000;

  font-family: "Montserrat";
}

.for-lin:before {
  position: absolute;

  content: "";

  left: 0;

  background-image: url(../images/line.png);

  background-repeat: no-repeat;

  width: 949px;

  height: 30px;

  z-index: 9999;

  top: 10px;
}

.for-lin {
  position: relative;
}

.add-to-cart .table > thead > tr > th {
  border-bottom: 0;

  padding-left: 0;

  padding-bottom: 25px;

  padding-top: 25px;

  text-align: center;
}

.add-to-cart thead tr th {
  font-size: 21px;

  font-weight: 400;

  line-height: 18px;

  text-transform: capitalize;

  line-height: 10px;

  color: #ffffff;

  text-transform: uppercase;

  font-family: "amplesoftpro";
}

.table-space h6 {
  font-size: 16px;

  color: #727272;

  margin-bottom: 5px;

  line-height: 25px;

  margin-top: 15px;

  font-weight: 500;

  font-family: "Montserrat";

  text-transform: uppercase;
}

.table-space span {
  font-size: 15px;

  font-weight: 500;

  color: #727272;

  text-transform: uppercase;
}

.cart-product-img {
  width: 70%;

  height: 110px;

  text-align: center;

  border-radius: 15px;

  overflow: hidden;

  border-radius: 0px !important;
}

.add-to-cart input {
  width: 100%;

  text-align: center;

  height: 050px;

  border-radius: 46px;

  border: 0;

  font-size: 23px;

  color: rgba(0, 0, 0, 0.5);

  font-weight: 500;

  margin-top: 0;

  background-color: transparent;

  color: #bdc0bc;

  pointer-events: none;
}

.add-to-cart a {
  font-size: 17px;

  display: block;

  text-align: center;

  padding-top: 9px;

  color: #b4b4b4;

  font-weight: 500;

  text-decoration: none;

  text-transform: capitalize;
}

.add-to-cart h4 {
  font-size: 18px;

  font-weight: 400;

  color: #727272;

  margin-top: 40px;

  font-family: "Montserrat";

  text-align: center;

  -webkit-text-stroke-width: inherit;

  -webkit-text-stroke-color: inherit;
}

.table {
  width: 100%;

  max-width: 100%;

  margin-bottom: 20px;
}

th.text-align\:left {
  text-align: left !important;

  padding-left: 50px !important;
}

tr.space {
  border-bottom: 1px solid #ccc;
}

a.remove {
  background: #966b5e;

  color: rgb(255, 255, 255);

  font-size: 22px;

  padding: 9px 16px;

  margin-top: 25px;

  font-weight: 300;
}

.proceed a {
  color: #000000;

  text-align: left;

  font-size: 19px;

  text-transform: capitalize;
}

.proceed i {
  margin-left: 10px;
}

.proceed .checkout-btn {
  background: #966b5e;

  padding: 17px 20px;

  width: 75%;

  font-size: 16px;

  text-align: center;

  color: #fff;

  font-weight: 400;

  text-transform: uppercase;

  border-radius: 0;

  margin-left: auto;
}

.all-section-inner {
  padding: 80px 0 80px;
}

.or-amazon {
  position: relative;

  border: 1px solid #c3c3c3;

  padding: 30px 50px;

  border-radius: 2px;

  background-color: #f9f9f9;

  width: 50%;

  margin: 50px 0 0 auto;
}

.or-amazon p {
  font-size: 16px;

  position: absolute;

  background: #ffffff;

  top: -17px;

  left: 0;

  padding: 3px 20px;

  color: #000000;

  display: block;

  text-transform: uppercase;

  border: 1px solid #cecece;

  right: 0;

  margin: 0 auto;

  width: 61%;

  /* font-family: "Montserrat"; */

  background: #ffffff;
}

.or-amazon a {
  text-decoration: none;

  text-align: center;
}

.total-section {
  padding: 30px 30px;

  /* box-shadow: 0 0 20px 2px #00000017; */

  border-width: 1px;

  border-color: #c4c4c4;

  border-style: solid;

  border-radius: 2px;

  background-color: #f9f4f0;
}

.total-section li {
  font-size: 18px;

  padding-bottom: 30px;

  color: #0c0c0c;

  /* font-family: 'trajanPro-regular'; */
}

li.color-change {
  color: #966b5e;

  text-transform: capitalize;

  padding-bottom: 0 !important;

  font-size: 22px;

  font-weight: 500;

  text-transform: uppercase;

  /* font-family: 'trajanPro-regular'; */
}

.total-section li span {
  float: right;
}

.ship-estimate {
  padding: 30px 30px;

  margin-top: 45px;

  border-width: 1px;

  border-radius: 0;

  border-color: #c4c4c4;

  border-style: solid;

  border-radius: 2px;

  background-color: #f9f4f0;
}

.ship-estimate ul {
  margin-top: 20px;

  margin-bottom: 30px;
}

.ship-estimate li {
  font-size: 22px;

  margin-bottom: 5px;

  font-weight: 500;

  color: #966b5e;

  /* font-family: 'trajanPro-regular'; */
}

.ship-estimate .grey-style {
  color: #000000;

  font-size: 18px;

  font-weight: 500;

  /* font-family: 'trajanPro-regular'; */
}

.proceed {
  display: flex;

  align-items: flex-start;
}

.add-to-cart .table-space {
  display: flex;

  align-items: center;
}

.add-to-cart .table-space .col-md-7 {
  margin-left: 20px;
}

.cart-product-img img {
  width: 100%;

  object-fit: fill;

  object-position: top;

  /* display: grid; */

  /* align-items: center; */

  /* align-content: center; */

  /* height: 100%; */
}

.add-to-cart thead tr th:first-child {
  border-radius: 0 !important;
}

.add-to-cart thead tr th:last-child {
  border-radius: 0 !important;
}

.cart-product-img {
  background: #f6f6f6;

  width: 140px;

  height: 140px;

  border: 1px solid #c3b3a7;
}

/* cart page ends */

/* Checkout Page Start */

.billing_form h3 {
  margin: 0;

  font-size: 32px;

  color: #000000;

  font-weight: 900;

  margin-bottom: 20px;

  text-transform: uppercase;

  /* font-family: 'Bambino-Light'; */
}

.billing_form label {
  color: #5f5c5c;

  font-size: 14px;

  font-weight: 500;

  /* font-family: 'Montserrat'; */
}

.billing_form p {
  color: #000;

  font-size: 14px;
}

.billing_form p a {
  color: #966b5e;

  border-bottom: 1px solid #966b5e;
}

.radiosss p {
  color: #000;

  font-size: 14px;

  font-family: "Montserrat";

  font-weight: 400;
}

.billing_form input {
  width: 100%;

  height: 50px;

  padding-left: 15px;

  border-radius: 0px;

  margin-bottom: 20px;

  background: transparent;

  border: 1px solid #b2b2b2;
}

.billing_form textarea {
  width: 100%;

  height: 120px;

  padding-left: 15px;

  border-radius: 0px;

  margin-bottom: 20px;

  background: transparent;

  border: 1px solid #b2b2b2;
}

a.btn1.checkout_btn.btn13 {
  color: #fff;

  font-size: 16px;

  text-align: center;

  width: fit-content;

  padding: 15px 35px;

  letter-spacing: 0px;

  border-radius: 0px;

  /* font-family: 'montserrat-regular'; */

  background: #966b5e;

  text-transform: uppercase;
}

.billing_form input::placeholder {
  color: #7c7c7c;
}

.billing-box {
  padding: 30px 30px;

  /* border: 1px solid #c2c2c2; */

  margin-bottom: 30px;

  box-shadow: 0px 0px 6px 0px #e7e7e7;
}

.billing-box .image_cart_prod {
  gap: 18px;

  justify-content: start;

  display: flex;

  align-items: center;

  margin-bottom: 10px;
}

.billing-box .image_cart_prod p {
  color: #6e6e6e;
}

.billing-box .image_cart_prod h6 {
  color: #966b5e;

  margin-top: 10px;

  font-weight: 500;

  font-family: "trajanPro-regular";

  font-size: 23px;

  margin-bottom: 0px;
}

.cart_sidebar .cart_lst li:not(:last-child) {
  margin-bottom: 15px;

  font-family: "Montserrat";
}

.cart_sidebar .cart_lst li {
  font-size: 14px;

  color: #000;
}

.cart_sidebar .btn2 {
  color: #fff;

  padding: 20px 40px;

  text-align: center;

  letter-spacing: 0px;

  /* font-family: 'montserrat-medium'; */

  background-color: #966b5e;

  margin: 10px 0px;
}

.cart_sidebar ul {
  columns: 2;

  margin-bottom: 0px;

  margin-top: 0px;
}

.cart_sidebar ul li {
  font-size: 16px;

  font-weight: 500;

  font-family: "Poppins";
}

.cart_sidebar ul li h6 {
  color: #737373;

  font-size: 20px;

  font-weight: 500;
}

.cart_sidebar ul li h6 span {
  color: #000000;
}

.cart_sidebar h5 {
  color: #000;

  font-size: 20px;

  font-weight: 100;

  margin: 15px 0px;

  font-family: "trajanPro-regular";
}

.cart_sidebar h5 img {
  margin-top: 20px;

  margin-left: 10px;
}

.cart_sidebar p {
  margin-bottom: 6px;
}

.cart_sidebar .custom-mt-5 {
  margin-top: 30px;
}

.cart_sidebar .cart_lst li:last-child {
  font-size: 24px;

  font-weight: 500;

  color: #000000;

  font-family: "Montserrat";
}

.cart_sidebar .cart_lst {
  margin-top: 20px;

  margin-bottom: 20px;
}

.thankyou_txt {
  padding: 50px;

  border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
  font-size: 35px;

  color: #000;

  font-weight: 800;

  margin: 0;
}

.thankyou_txt h3 i {
  font-size: 40px;

  margin-right: 15px;
}

.order_det h5 {
  font-size: 20px;

  color: #7c7c7c;

  font-weight: 400;
}

.order_det p {
  font-weight: 700;

  font-size: 20px;

  color: #000;

  margin: 0;
}

.order_complete_detail h3 {
  font-size: 22px;

  color: #000;

  font-weight: 700;
}

.order_detail_table {
  padding: 40px;

  border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
  margin-top: 0px;

  padding-bottom: 15px;

  border-bottom: 1px solid #dbdbdb;

  font-size: 16px;

  font-weight: 700;

  color: #000;
}

.order_detail_table ul {
  margin-top: 20px;

  margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
  margin-bottom: 25px;
}

.order_detail_table ul li {
  font-size: 14px;

  color: #7c7c7c;
}

.order_detail_table ul li span {
  float: right;
}

.order_detail_table ul li:last-child {
  font-weight: 700;

  color: #000;
}

.order_detail_table h6 {
  font-size: 17px;

  font-weight: 700;

  color: #000;

  padding: 25px 0;

  border-top: 1px solid #dbdbdb;

  margin: 0;
}

.order_detail_table h6 span {
  float: right;
}

.check_menu ul {
  text-align: center;

  margin-bottom: 40px;
}

.check_menu ul li {
  display: inline-block;

  font-size: 22px;

  font-weight: 700;

  color: #7c7c7c;

  margin: 0 14px;
}

.check_menu ul li i {
  font-size: 18px;
}

.check_menu ul li.purp {
  color: #700ea3;
}

.cart_sidebar {
  padding: 0px 25px;

  border-radius: 0;
}

.cart_sidebar .h-sub {
  font-weight: 500;

  color: #000000;

  font-family: "Montserrat";

  font-size: 24px;

  padding-bottom: 15px;

  border-bottom: 1px solid #dbdbdb;

  margin-bottom: 20px;

  line-height: 0;

  padding-bottom: 30px;

  padding-top: 20px;
}

.cart_sidebar h5 span {
  float: right;

  color: #000;
}

.cart_sidebar h4 {
  color: #000000;

  font-weight: 400;

  margin-bottom: 2px;

  line-height: normal;

  padding-top: 0;

  font-family: "Montserrat";

  font-size: 20px;
}

.cart_sidebar ul li input {
  padding: 0;

  height: initial;

  width: initial;

  margin-bottom: 0;

  display: none;

  cursor: pointer;
}

.cart_sidebar ul li label {
  position: relative;

  cursor: pointer;

  font-size: 14px;

  font-weight: 600;

  color: #000;

  font-family: "Montserrat";
}

.cart_sidebar ul li label:before {
  content: "";

  -webkit-appearance: none;

  background-color: transparent;

  border: 1px solid #b7b7b7;

  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);

  padding: 10px;

  display: inline-block;

  position: relative;

  vertical-align: middle;

  cursor: pointer;

  margin-right: 10px;
}

.cart_sidebar ul li input:checked + label:after {
  content: "";

  display: block;

  position: absolute;

  top: 4px;

  left: 9px;

  width: 6px;

  height: 14px;

  border: solid #000000;

  border-width: 0 2px 2px 0;

  transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
  margin-bottom: 0px;
}

.cart_sidebar form {
  margin-top: 30px;

  padding-bottom: 40px;

  border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
  font-size: 14px;

  font-weight: 400;

  color: #b7b7b7;
}

.cart_sidebar form select {
  width: 100%;

  height: 40px;

  padding-left: 15px;

  border-radius: 0;

  border: 1px solid #b7b7b7;

  margin-bottom: 20px;

  appearance: auto;

  color: #b7b7b7;
}

.cart_sidebar form select option {
  color: #000;
}

.cart_sidebar form input {
  width: 100%;

  height: 40px;

  padding-left: 15px;

  border-radius: 0;

  border: 1px solid #b7b7b7;

  margin-bottom: 20px;

  appearance: auto;

  color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
  color: #b7b7b7;
}

.cart_sidebar form button {
  color: #000;

  font-size: 15px;

  border-radius: 0px;

  padding: 10px 40px;

  background-color: #ebebeb;

  border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
  background-color: transparent;

  transition: 0.3s ease-in-out;
}

.checkout_btn:hover {
  /* color: white; */
}

ul.shipping-ul {
  border-bottom: 1px solid #dbdbdb;

  margin: 0;

  padding-bottom: 30px;
}

h6.payment-h {
  font-weight: 600;

  color: #000;

  margin-bottom: 30px;

  font-family: "Montserrat";

  font-size: 35px;
}

.cart_sidebar .radiosss-payments li label:before {
  content: "";

  -webkit-appearance: none;

  background-color: transparent;

  border: 1px solid #b7b7b7;

  box-shadow: 0 1px 2px rgb(0 0 0 / 5%),
    inset 0px -15px 10px -12px rgb(0 0 0 / 5%);

  padding: 10px;

  display: inline-block;

  position: relative;

  vertical-align: middle;

  cursor: pointer;

  margin-right: 10px;

  border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked + label:after {
  content: "";

  display: block;

  position: absolute;

  top: 8px;

  border-radius: 20px;

  left: 6px;

  border: 0;

  width: 10px;

  height: 10px;

  background-color: #000;
}

.radiosss-payments .card.card-body {
  padding: 0;

  border: 0;

  margin-left: 30px;

  background: none;
}

.radiosss-payments {
  border-bottom: 1px solid rgb(219, 219, 219);
}

section.checkout_page.all-section.all-side {
  padding: 80px 0 80px;

  position: relative;
}

.checkout_page .img-1 {
  position: absolute;

  left: -13%;

  top: 50%;

  width: 340px;
}

.checkout_page .img-2 {
  position: absolute;

  right: -7%;

  top: 60%;

  width: 230px;

  transform: rotate(200deg);
}

.cart_sidebar h3 {
  margin: 0;

  font-size: 35px;

  color: #000000;

  font-weight: 900;

  margin-bottom: 25px;

  text-transform: uppercase;

  font-family: "Bambino-Light";
}

.billing_form input::placeholder {
  font-family: "Montserrat";
}

.ul-checkout-number {
  margin-top: 40px !important;
}

.cart-img img {
  width: 236px;

  height: 98px;

  object-fit: contain;
}

.form-group i {
  position: absolute;

  top: 20px;

  right: 10px;
}

/*contact-form start*/

.contact_form {
  padding: 110px 120px 0px;
  position: relative;
  z-index: 2;
}

.contact_form h2 {
  color: #151617;

  text-align: center;
}

.contact_form h2 > span {
  display: block;

  font-size: 75px;
}

.contact_form .form_wrp {
  display: flex;

  align-items: center;

  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

  border-radius: 20px;

  background: #fff;

  padding: 40px 10px;
}

.contact_form .form_wrp > img {
  border-top-left-radius: 20px;

  border-bottom-left-radius: 20px;
}

.contact_form .form_wrp > form {
  padding: 0 30px;
}

.contact_form .form_wrp > form input {
  width: 100%;

  height: 55px;

  border: 1px solid #9a9a9a;

  padding: 15px;

  border-radius: 30px;

  margin-bottom: 30px;
}

.contact_form .form_wrp > form input::placeholder {
  font-size: 14px;
}

.contact_form .form_wrp > form textarea::placeholder {
  font-size: 14px;
}

.contact_form .form_wrp > form textarea {
  width: 100%;

  height: 200px;

  margin-bottom: 30px;

  border: 1px solid #9a9a9a;

  resize: none;

  padding: 15px;

  border-radius: 20px;
}

.contact_form .form_wrp > form button {
  border: 0;

  background: #865546;
}

/*contact-form end*/

.ban-2-img h2 {
  color: #fff;

  font-size: 25px;
}

.ban-1-img h2 {
  font-size: 25px;

  color: #fff;
}

.ban-sm-txt h2 {
  color: #fff;

  font-size: 28px;
}

section.choose {
  padding-top: 80px;

  padding-bottom: 90px;
}

footer .ftLoo.mb-2 img {
  width: 80%;

  height: auto;
}

/*second-banner-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;
}

section.main_slider::before {
  position: absolute;

  top: 0;

  height: 99%;

  left: 0;

  content: "";

  width: 100%;

  z-index: 1;

  background: radial-gradient(
    circle,
    rgba(146, 107, 93, 0) 0%,
    rgba(146, 107, 93, 1) 100%
  );
}

section.main_slider .banner_text h1 {
  font-size: 87px;

  line-height: 1;

  color: #fff;

  margin-bottom: 30px;
}

section.main_slider .banner_text h1 span {
  display: block;
}

.banner_text {
  position: relative;

  z-index: 111;

  text-align: center;
}

.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;
}

.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;
}

img.img-fluid {
  width: 100%;

  height: 800px;

  object-fit: cover;
}

section.main_slider {
  position: relative;

  z-index: 5;
}

.banner_img {
  position: absolute;

  bottom: 0;

  width: 45%;

  z-index: 9;
}

section.main_slider video {
  width: 100%;

  object-fit: cover;

  height: 690px;
}

section.banner.inn {
  margin-top: 0;
  padding-top: 210px;
}

/*second-banner-end*/
/*top-slid start*/
.sale-text h2 {
  font-size: 21px;
  color: #926b5d;
  margin-bottom: unset;
}

.saleSlider .slick-active {
  opacity: 1;
}

.saleSlider .slick-slide {
  opacity: 1;
}

section.to-slid {
  padding: 25px 0px;
  background-color: #fff;
}

/*top-slide end*/