/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/
html,
body {
  height: 100%;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  /* background-color: #FFFDF9; */
  background: #FCF8F3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #f60101;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  /* color: #A52A2A !important; */
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
   color: #A0522D;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 15px 0;
  text-align: justify;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
}

img {
  max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

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

ul,
ol {
  padding: 0;
  margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/
.section-title {
  margin-bottom: 35px;
}
.section-title span {
  /* color: #f08632; */
  color:#f60101;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
  display: block;
  margin-bottom: 10px;
}
.section-title h2 {
  font-size: 46px;
  color: #f60101;
  line-height: 60px;
  font-weight: 700;
  font-style: italic;
  font-family: "Playfair Display", serif;
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.spad {
  padding-top: 50px;
  padding-bottom: 25px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #fff;
}

/* buttons */
.primary-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px 30px;
  color: #ffffff;
  background: #f08632;
  letter-spacing: 2px;
}

.site-btn {
  font-size: 14px;
  color: #ffffff;
  background: #f60101;
  font-weight: 600;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 2px;
  padding: 14px 30px;
}

/* Preloder */
#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: linear-gradient(135deg, #FFF8E7 0%, #F7F2E8 50%, #F5EEDC 100%);
}
.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}
.spacial-controls {
  position: fixed;
  width: 111px;
  height: 91px;
  top: 0;
  right: 0;
  z-index: 999;
}

.spacial-controls .search-switch {
  display: block;
  height: 100%;
  padding-top: 30px;
  background: #323232;
  text-align: center;
  cursor: pointer;
}

.search-model {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  z-index: 99999;
}

.search-model-form {
  padding: 0 15px;
}

.search-model-form input {
  width: 500px;
  font-size: 40px;
  border: none;
  border-bottom: 2px solid #333;
  background: 0 0;
  color: #999;
}

.search-close-switch {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #333;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 28px;
  line-height: 28px;
  top: 30px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*---------------------
  Header
-----------------------*/
.header {
  /*background: #f08632;*/
  background: #f60101;
}

.header__top {
  position: relative;
  background: #ffffff;
}

.header__top__inner {
  /* height: 102px;
  padding-top: 38px; */
  height: 70px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.header__top__left {
  float: left;
}
.header__top__left ul li {
  font-size: 14px;
  color: #f60101;
  list-style: none;
  display: inline-block;
  margin-right: 30px;
  position: relative;
  padding: 2px 0;
  cursor: pointer;
}
.header__top__left ul li a {
  color: #f60101;
}
.header__top__left ul li:hover ul {
  top: 24px;
  opacity: 1;
  visibility: visible;
}
.header__top__left ul li ul {
  background: #f60101;
  display: inline-block;
  padding: 2px 0;
  position: absolute;
  left: 0;
  top: 44px;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.header__top__left ul li ul li {
  list-style: none;
  font-size: 13px;
  color: #ffffff;
  padding: 2px 15px;
  cursor: pointer;
}
.header__top__left ul li ul li:after {
  display: none;
}
.header__top__left ul li:after {
  position: absolute;
  right: -19px;
  top: 1px;
  content: "|";
  color: #bbbbbb;
}
.header__top__left ul li:last-child {
  margin-right: 0;
}
.header__top__left ul li:last-child:after {
  display: none;
}
.header__top__left ul li span {
  color: #888888;
}

.header__logo {
  position: absolute;
  top: 7px;
  bottom: 7px;
  margin-left: -60px;
}
.header__logo a {
  display: inline-block;
}

.header__logo h1 {
  display: inline-block;
  color: #f60101;
  font-size: 18px;
  font-weight: 700;
}

/* main header title */
.fpo-title {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #f60101;
    margin: 0;
    line-height: 1.2;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
	cursor: default;
}

.fpo-title:hover {
    /*color: #fff8dc;*/
    text-shadow:
        0 0 8px rgba(255,255,255,0.4),
        0 0 15px rgba(255,215,0,0.3);
}

@media (max-width: 992px) {
  .align-right {
    text-align: center !important;
  }
    .fpo-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
  .align-right {
    text-align: center !important;
  }
    .fpo-title {
        font-size: 1.1rem;
        text-align: center;
    }
}

.header__top__right {
  float: right;
  display: inline-flex;
  padding-top: 8px;
}

.header__top__right__links {
  display: inline-block;
  margin-right: 25px;
}
.header__top__right__links a {
  display: inline-block;
  margin-right: 56px;
  position: relative;
}
.header__top__right__links a:after {
  position: absolute;
  right: -32px;
  top: 0px;
  content: "|";
  font-size: 16px;
  color: #bababa;
}
.header__top__right__links a:last-child {
  margin-right: 0;
}
.header__top__right__links a:last-child:after {
  display: none;
}

.header__top__right__cart {
  display: inline-block;
}
.header__top__right__cart a {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}
.header__top__right__cart a span {
  font-size: 15px;
  color: #f60101;
  font-weight: 600;
  position: absolute;
  left: 7px;
  top: 4px;
}
.header__top__right__cart .cart__price {
  display: inline-block;
  color: #888888;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  top: 4px;
}
.header__top__right__cart .cart__price span {
  color: #f60101;
}

.header__menu {
  text-align: center;
}
.header__menu ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  margin-right: -5px;
}
.header__menu ul li.active a {
  /*background: #f60101;*/
  /* background: #0047AB; */
  background: #FBBB04;
}
.header__menu ul li:hover a {
  /*background: #f60101;*/
    background: #FBBB04;
}
.header__menu ul li:hover .dropdown {
  top: 62px;
  opacity: 1;
  visibility: visible;
}
.header__menu ul li:last-child {
  margin-right: 0;
}
.header__menu ul li .dropdown {
  position: absolute;
  left: 0;
  top: 82px;
  width: 150px;
  background: #f60101;
  text-align: left;
  padding: 5px 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.header__menu ul li .dropdown li {
  display: block;
  margin-right: 0;
}
.header__menu ul li .dropdown li a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  padding: 5px 20px;
  text-transform: capitalize;
}
.header__menu ul li .dropdown li a:after {
  display: none;
}
.header__menu ul li a {
  font-size: 16px;
  color: #ffffff;
  display: block;
  font-weight: 600;
  padding: 20px 35px 18px;
  letter-spacing: 1px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.offcanvas-menu-wrapper {
  display: none;
}

.canvas__open {
  display: none;
}

/*---------------------
  Hero
-----------------------*/
.hero__item {
  height: 700px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  display: flex;
  align-items: flex-start; /* Move content to the top */
}

.hero__text {
  text-align: center;
  position: relative;
  width: 100%;
  padding-top: 30px;
}

.hero__text:after {
  position: absolute;
  left: 15px;
  top: 15px;
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  content: "";
  opacity: 0.3;
}
.hero__text h2 {
  font-size: 28px;
  color:#f60101;
  line-height: 60px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 18px;
  position: relative;
  top: 10px;
  opacity: 0;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  width: 100%;
}

.hero__text .primary-btn {
  position: relative;
  top: 10px;
  opacity: 0;
  -webkit-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  transition: all, 0.6s;
}

.hero__slider.owl-carousel .owl-item.active .hero__text h2 {
  top: 0;
  opacity: 1;
}
.hero__slider.owl-carousel .owl-item.active .hero__text .primary-btn {
  top: 0;
  opacity: 1;
}
.hero__slider.owl-carousel .owl-nav button {
  height: 50px;
  width: 50px;
  background: rgba(17, 17, 17, 0.5);
  border-radius: 50%;
  color: #ffffff;
  font-size: 26px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -15px;
}
.hero__slider.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 30px;
}
/*---------------------
  Categories
-----------------------*/
.categories__slider {
  padding: 0 15px;
}
.categories__slider.owl-carousel .owl-stage-outer {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(240, 135, 50, 0.5);
}
.categories__slider.owl-carousel .owl-nav button {
  font-size: 36px;
  color: #888888;
  position: absolute;
  left: -60px;
  top: 35%;
}
.categories__slider.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -60px;
}

.categories__item {
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  height: 194px;
  width: 194px;
  padding-top: 25px;
  position: relative;
}
.categories__item:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -48px;
  width: 15px;
  height: 15px;
  border: 1px solid #f08632;
  border-color: transparent #f08632 #f08632 transparent;
  content: "";
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  opacity: 0;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.categories__item:hover {
  background: #f08632;
}
.categories__item:hover:after {
  opacity: 1;
}
.categories__item:hover span {
  color: #ffffff;
}
.categories__item:hover h5 {
  color: #ffffff;
}

.categories__item__icon span {
  color: #f08632;
  -webkit-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.categories__item__icon h5 {
  color: #f60101;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 4px;
  -webkit-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}


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

.team__btn {
  text-align: right;
}
.team__btn .primary-btn {
  border: 2px solid #b7b7b7;
  background: transparent;
  color: #f60101;
}

.team__item {
  height: 360px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.team__item:hover .team__item__text {
  bottom: 0;
  opacity: 1 !important;
  visibility: visible !important;
}

.team__item__text {
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px 0;
  position: absolute;
  left: 0;
  bottom: -500px;
  width: 100%;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.team__item__text h6 {
  color: #f60101;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.team__item__text span {
  color: #f60101;
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
}

.team__item__social a {
  display: inline-block;
  color: #f60101;
  font-size: 16px;
  margin-right: 14px;
}

/*---------------------
  Map
-----------------------*/
.map {
  position: relative;
  height: 300px;
}
.map .container {
  position: relative;
  z-index: 5;
  top: 20px;
}

.map__iframe {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.map__iframe iframe {
  width: 100%;
}

.map__inner {
  text-align: center;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(223, 223, 224, 0.7);
          box-shadow: 0 0 10px rgba(223, 223, 224, 0.7);
  padding: 30px 25px 25px;
  position: relative;
}
.map__inner:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 20px;
  width: 20px;
  background: #ffffff;
  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 auto;
}
.map__inner h6 {
  color: #f60101;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.map__inner ul li {
  list-style: none;
  font-size: 14px;
  color: #444444;
  margin-bottom: 10px;
}

/*---------------------
  Product
-----------------------*/
.product {
  padding-top: 50px;
}
*/
/* Start Order button always display */
.product__item {
    margin-bottom: 40px;
}

.product__item__pic {
    position: relative;
}

.product__item:hover .product__item__pic .product__label span {
    background: #f60101;
    color: #ffffff;
}

.product__item__text {
    text-align: center;
    padding-top: 20px;
}

.product__item__text h6 {
    margin-bottom: 8px;
}

.product__item__text h6 a {
    color: #ffffff;
    text-decoration: none;
}

.product__item__price {
    font-size: 18px;
    font-weight: 600;
    color: #f60101;
    margin-bottom: 12px;
}

/* Always show Order button */
.cart_add {
    display: block;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    bottom: 0 !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-top: 10px;
}

.cart_add a {
    display: inline-block;
    background: #f60101;
    color: #fff;
    padding: 10px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.cart_add a:hover {
    background: #FBBB04;
    color: #fff;
}

/* Disable the original hover effect */
.product__item:hover .product__item__text .product__item__price {
    opacity: 1 !important;
    visibility: visible !important;
}

.product__item:hover .product__item__text .cart_add {
    opacity: 1 !important;
    visibility: visible !important;
    bottom: 0 !important;
}
/* End Order button always display */

.product__item__pic {
  height: 270px;
  position: relative;
  background-position: center;
}
.product__item__pic .product__label {
  position: absolute;
  left: 0;
  bottom: -15px;
  text-align: center;
  width: 100%;
}
.product__item__pic .product__label span {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  background: #f60101;
  padding: 6px 10px 4px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 10px rgba(223, 223, 224, 0.7);
          box-shadow: 0 0 10px rgba(223, 223, 224, 0.7);
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.product__item__text {
  padding-top: 15px;
  text-align: center;
  position: relative;
}
.product__item__text h6 {
  margin-bottom: 16px;
}
.product__item__text h6 a {
  color: #f60101;
  font-weight: 600;
  text-transform: uppercase;
}
.product__item__text .product__item__price {
  color: #f60101;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.product__item__text .cart_add {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  opacity: 0;
  visibility: hidden;
}
.product__item__text .cart_add a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  border-bottom: 2px solid #f08632;
}

/*---------------------
  Footer
-----------------------*/
.footer {
  padding-top: 50px;
    background: url('../img/footer-bg.webp') center center no-repeat;
    background-size: cover;
    overflow: hidden;
	 z-index: 2;
    color: white;
}

.footer__widget {
  position: relative;
  margin-bottom: 30px;
}
.footer__widget:after {
  position: absolute;
  right: 25px;
  top: 0;
  width: 1px;
  height: 165px;
  background: rgba(255, 255, 255, 0.1);
  content: "";
}
.footer__widget h6 {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.footer__widget ul li {
  list-style: none;
  font-size: 14px;
  color: #a4a4a4;
  line-height: 36px;
}

.footer__about {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.footer__about:after {
  position: absolute;
  right: -35px;
  top: 0;
  width: 1px;
  height: 165px;
  background: rgba(255, 255, 255, 0.1);
  content: "";
}
.footer__about .footer__logo {
  margin-bottom: 32px;
}
.footer__about .footer__logo a {
  display: inline-block;
}
.footer__about p {
  font-size: 14px;
  color: #a4a4a4;
  line-height: 26px;
  margin-bottom: 25px;
}
.footer__about .footer__social a {
  display: inline-block;
  color: #ffffff;
  background: rgba(225, 225, 225, 0.1);
  height: 45px;
  width: 45px;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  margin-right: 6px;
}
.footer__about .footer__social a:last-child {
  margin-right: 0;
}

.footer__newslatter {
  padding-left: 50px;
  margin-bottom: 30px;
}
.footer__newslatter h6 {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.footer__newslatter p {
  font-size: 14px;
  color: #a4a4a4;
  line-height: 26px;
  margin-bottom: 25px;
}
.footer__newslatter form {
  position: relative;
}
.footer__newslatter form input {
  height: 50px;
  width: 100%;
  padding-left: 22px;
  background: rgba(253, 243, 234, 0.2);
  border: none;
  color: #ffffff;
  font-size: 14px;
}
.footer__newslatter form input::-webkit-input-placeholder {
  color: #ffffff;
}
.footer__newslatter form input::-moz-placeholder {
  color: #ffffff;
}
.footer__newslatter form input:-ms-input-placeholder {
  color: #ffffff;
}
.footer__newslatter form input::-ms-input-placeholder {
  color: #ffffff;
}
.footer__newslatter form input::placeholder {
  color: #ffffff;
}
.footer__newslatter form button {
  font-size: 20px;
  color: #f08632;
  background: transparent;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 20px;
}

.copyright {
  /* background: #5B2C06; */
  padding: 18px 0 14px;
  margin-top: 40px;
}

.copyright__text {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #FFF8E7;
    text-shadow: 0 2px 3px rgba(0,0,0,0.45);
}
.copyright__text i {
  color: #f08632;
}
.copyright__text a {
  color: #ffffff;
}

.copyright__widget {
  text-align: right;
}
.copyright__widget ul li {
  list-style: none;
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.copyright__widget ul li:after {
  position: absolute;
  right: -18px;
  top: 0;
  content: "|";
  color: #888888;
}
.copyright__widget ul li:last-child {
  margin-right: 0;
}
.copyright__widget ul li:last-child:after {
  display: none;
}
.copyright__widget ul li a {
  font-size: 14px;
  color: #888888;
}
.copyright__text a:hover {
    color: #F4C542;
}
.copyright {
    position: relative;
    /* border-top: 1px solid rgba(255, 255, 255, 0.08);  
    background: url('../img/copyright-bg.jpg') center center no-repeat;
    background-size: cover;
    overflow: hidden;
	 z-index: 2; */
    color: white;
}

.copyright::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

.copyright > * {
    position: relative;
    z-index: 1;
}
/*---------------------
  Breadcrumb
-----------------------*/
.breadcrumb-option {
  padding-top: 60px;
}

.breadcrumb__text h2 {
  font-size: 50px;
  color: #000000;
  font-weight: 700;
  font-style: italic;
  font-family: "Playfair Display", serif;
}

.breadcrumb__links {
  text-align: right;
  padding-top: 15px;
}
.breadcrumb__links a {
  font-size: 16px;
  color: #f60101;
  margin-right: 26px;
  display: inline-block;
  position: relative;
}
.breadcrumb__links a:after {
  position: absolute;
  right: -16px;
  top: 0;
  content: "|";
  color: #888888;
}
.breadcrumb__links span {
  font-size: 16px;
  color: #888888;
  display: inline-block;
}

/*---------------------
  About
-----------------------*/
.about__text p {
  margin-bottom: 0;
}

.about__bar .about__bar__item {
  margin-bottom: 40px;
}
.about__bar .about__bar__item p {
  color: #444444;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 10px;
}
.about__bar .about__bar__item .barfiller {
  width: 100%;
  height: 8px;
  background: #e1e1e1;
  border: none;
  position: relative;
  margin-bottom: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
}
.about__bar .about__bar__item .barfiller .tip {
  margin-top: -36px;
  padding: 0;
  font-size: 16px;
  color: #f60101;
  font-weight: 600;
  background: none;
}
.about__bar .about__bar__item .barfiller .tip:after {
  display: none;
}

.about__video {
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 90px;
}
.about__video .play-btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  background: #f08632;
  font-size: 24px;
  color: #ffffff;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
}
/*---------------------
  Contact
-----------------------*/
.contact .map {
  height: 400px;
  margin-bottom: 70px;
}

.contact__address {
  /* padding-bottom: 40px;
  margin-bottom: 70px; */
  padding-bottom: 170px;
}

.contact__address__item {
  margin-bottom: 30px;
}
.contact__address__item h6 {
  color: #f60101;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.contact__address__item ul li {
  list-style: none;
  margin-bottom: 20px;
  overflow: hidden;
}
.contact__address__item ul li:last-child {
  margin-bottom: 0;
}
.contact__address__item ul li span {
  font-size: 24px;
  color: #f60101;
  margin-right: 10px;
  float: left;
}
.contact__address__item ul li p {
  color: #5A4A42 !important;
  line-height: 26px;
  margin-bottom: 0;
  overflow: hidden;
}

.contact__text h3 {
  color: #f60101;
  font-weight: 700;
  font-style: italic;
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
}
.contact__text ul {
  margin-bottom: 35px;
}
.contact__text ul li {
  list-style: none;
  font-size: 16px;
  color: #444444;
  line-height: 36px;
}

.contact__form form input {
  width: 100%;
  height: 50px;
  border: 1px solid #e1e1e1;
  background: #fafafa;
  font-size: 14px;
  color: #f60101;
  padding-left: 20px;
  margin-bottom: 30px;
}
.contact__form form input:last-child {
  color: #f60101;
}
.contact__form form textarea {
  width: 100%;
  height: 140px;
  border: 1px solid #e1e1e1;
  background: #fafafa;
  font-size: 14px;
  color: #f60101;
  padding-left: 20px;
  padding-top: 12px;
  margin-bottom: 24px;
  resize: none;
}
.contact__form form textarea:last-child {
  color: #f60101;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
/* Medium Device = 1200px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  
  .related__products__slider.owl-carousel .owl-nav button {
    left: -15px;
  }

  .related__products__slider.owl-carousel .owl-nav button {
    font-size: 30px;
    color: #888888;
    position: absolute;
    left: -15px;
    top: 28%;
  }

  .related__products__slider.owl-carousel .owl-nav button.owl-next {
    right: -15px;
  }

  .footer__widget:after {
    right: 0px;
  }
}
/* Tablet Device = 768px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .align-right {
    text-align: center !important;
  }
  .header__menu ul li a {
    padding: 20px 28px 18px;
  }

  .header__top__left ul li {
    margin-right: 20px;
  }

  .header__top__left ul li:after {
    right: -13px;
  }

  .header__top__right__links {
    margin-right: 15px;
  }

  .header__top__right__links a {
    margin-right: 25px;
  }

  .header__top__right__links a:after {
    right: -15px;
  }

  .hero__slider.owl-carousel .owl-nav button {
    left: 0;
  }

  .hero__slider.owl-carousel .owl-nav button.owl-next {
    right: 0;
  }

  .footer__newslatter {
    padding-left: 0;
  }
  .copyright__text {
    margin-bottom: 15px;
    text-align: center;
  }
  .copyright__widget {
    text-align: center;
  }

  .footer__widget:after {
    display: none;
  }
  .footer__about:after {
    display: none;
  }
  .contact__text {
    margin-bottom: 40px;
  }
}
/* Wide Mobile = 480px */
@media only screen and (max-width: 767px) {
  .align-right {
    text-align: center !important;
  }
  .canvas__open {
    display: block;
    font-size: 22px;
    color: #f60101;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #f60101;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 34px;
  }

  .offcanvas-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    content: "";
    z-index: 98;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    visibility: hidden;
  }

  .offcanvas-menu-overlay.active {
    visibility: visible;
  }

  .offcanvas-menu-wrapper {
    position: fixed;
    left: -300px;
    width: 300px;
    height: 100%;
    background: #ffffff;
    padding: 50px 20px 30px 30px;
    display: block;
    z-index: 99;
    overflow-y: auto;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    opacity: 0;
  }

  .offcanvas-menu-wrapper.active {
    opacity: 1;
    left: 0;
  }

  .offcanvas__menu {
    display: none;
  }

  .slicknav_btn {
    display: none;
  }

  .slicknav_menu {
    background: transparent;
    padding: 0;
    margin-bottom: 30px;
  }

  .slicknav_nav ul {
    margin: 0;
  }

  .slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 7px 0;
    margin: 0;
    color: #f60101;
    font-weight: 600;
  }

  .slicknav_nav .slicknav_arrow {
    color: #f60101;
  }

  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: transparent;
    color: #f60101;
  }

  .slicknav_nav a:hover {
    border-radius: 0;
    background: transparent;
    color: #f60101;
  }

  .slicknav_nav {
    display: block !important;
  }

  .offcanvas__option ul li {
    font-size: 14px;
    color: #f60101;
    list-style: none;
    display: inline-block;
    margin-right: 30px;
    position: relative;
    padding: 2px 0;
    cursor: pointer;
  }
  .offcanvas__option ul li a {
    color: #f60101;
  }
  .offcanvas__option ul li:hover ul {
    top: 24px;
    opacity: 1;
    visibility: visible;
  }
  .offcanvas__option ul li ul {
    background: #f60101;
    display: inline-block;
    padding: 2px 0;
    position: absolute;
    left: 0;
    top: 44px;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .offcanvas__option ul li ul li {
    list-style: none;
    font-size: 13px;
    color: #ffffff;
    padding: 2px 15px;
    cursor: pointer;
  }
  .offcanvas__option ul li ul li:after {
    display: none;
  }
  .offcanvas__option ul li:after {
    position: absolute;
    right: -19px;
    top: 1px;
    content: "|";
    color: #bbbbbb;
  }
  .offcanvas__option ul li:last-child {
    margin-right: 0;
  }
  .offcanvas__option ul li:last-child:after {
    display: none;
  }
  .offcanvas__option ul li span {
    color: #888888;
  }

  .offcanvas__logo {
    margin-bottom: 40px;
  }
  .offcanvas__logo a {
    display: inline-block;
  }

  .offcanvas__cart {
    margin-bottom: 30px;
  }

  .offcanvas__cart__links {
    display: inline-block;
    margin-right: 20px;
  }
  .offcanvas__cart__links a {
    display: inline-block;
    margin-right: 30px;
    position: relative;
  }
  .offcanvas__cart__links a:after {
    position: absolute;
    right: -18px;
    top: 0px;
    content: "|";
    font-size: 16px;
    color: #bababa;
  }
  .offcanvas__cart__links a:last-child {
    margin-right: 0;
  }
  .offcanvas__cart__links a:last-child:after {
    display: none;
  }

  .offcanvas__cart__item {
    display: inline-block;
  }
  .offcanvas__cart__item a {
    position: relative;
    display: inline-block;
    margin-right: 6px;
  }
  .offcanvas__cart__item a span {
    font-size: 15px;
    color: #f60101;
    font-weight: 600;
    position: absolute;
    left: 7px;
    top: 4px;
  }
  .offcanvas__cart__item .cart__price {
    display: inline-block;
    color: #888888;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    top: 4px;
  }
  .offcanvas__cart__item .cart__price span {
    color: #f60101;
  }

  .header__top__left {
    display: none;
  }

  /* .header__top__right {
    display: none;
  } */

  .header__logo {
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
  }

  .header__top__inner {
    height: auto;
    padding: 25px 0;
  }

  .header__menu {
    display: none;
  }

  .header .container {
    position: relative;
  }

  .footer__widget:after {
    display: none;
  }

  .footer__about:after {
    display: none;
  }

  .footer__newslatter {
    padding-left: 0;
  }

  .footer__about {
    text-align: left;
  }

  .copyright__text {
    margin-bottom: 15px;
    text-align: center;

  }

  .copyright__widget {
    text-align: center;
  }

  .contact__text {
    margin-bottom: 40px;
  }

  .about__text {
    margin-bottom: 40px;
  }

  .hero__slider.owl-carousel .owl-nav button {
    left: 0;
  }

  .hero__slider.owl-carousel .owl-nav button.owl-next {
    right: 0;
  }

  .product__details__big__img {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .product__details__big__img img {
    height: auto;
  }

  .product__details__thumb {
    height: auto;
    float: none;
    width: 100%;
    margin-right: -10px;
  }
  .product__details__thumb .pt__item {
    width: calc(20% - 10px);
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
  }

  .product__details__text {
    padding-top: 40px;
  }

  .search-model-form input {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .team__btn {
    text-align: left;
    margin-bottom: 40px;
  }

  .continue__btn {
    text-align: center;
  }

  .continue__btn.update__btn {
    text-align: center;
    margin-top: 20px;
  }

  .breadcrumb__links {
    text-align: left;
    padding-top: 20px;
  }
}
/* Small Device = 320px */
@media only screen and (max-width: 479px) {
  .section-title h2,
.blog__hero__text h2,
.blog__item__text h2 {
    font-size: 28px;
    line-height: normal;
  }

  .hero__text {
    padding: 40px 25px 50px;
  }

  .hero__text h2 {
    font-size: 34px;
    line-height: 45px;
  }

  .breadcrumb__text h2 {
    font-size: 40px;
  }

}
/* whatsapp button */

.whatsapp-btn{   
    width:40px;
    height:40px;    
    background:#25D366;
    color:#fff;
    border-radius:50%;
    text-align:center;
    font-size:28px;
    box-shadow:0 4px 12px rgba(0,0,0,0.25);
    z-index:9999;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:0.3s;
    margin-left: 15px;
}

.whatsapp-btn:hover{
    background:#1ebe5d;
    color:#fff;
    transform:scale(1.1);
}

/* flashing phone button */
.phone-btn {
    position: relative;
    overflow: hidden;
    animation: pulseGlow 2.5s infinite;
    transition: all 0.3s ease;
}

.phone-btn:hover {
    transform: translateY(-2px);
}

/* Ringing Mobile Icon */
.phone-btn i {
    display: inline-block;
    transform-origin: center;
    animation: ringPhone 1.5s infinite;
}

/* Pulse Glow */
@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 165, 0, 0.7);
    }
    70% {
        box-shadow: 0 0 0 12px rgba(255, 165, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 165, 0, 0);
    }
}

/* Phone Ring Animation */
@keyframes ringPhone {
    0%, 100% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(15deg);
    }
    20% {
        transform: rotate(-15deg);
    }
    30% {
        transform: rotate(15deg);
    }
    40% {
        transform: rotate(-15deg);
    }
    50% {
        transform: rotate(0deg);
    }
}
.phone-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 40%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.4),
        transparent
    );
    animation: shine 3s infinite;
}

@keyframes shine {
    100% {
        left: 150%;
    }
}
.phone-btn {
    background: #f60101;;
    color: white;
    font-weight: 700;
    animation: honeyPulse 2s infinite;
    border: none;
}
/* Product Listing */
.product {
    background: #FCF8F3;
}

.product__item {
    background: #fff;
    border-radius: 18px;
    padding: 18px;
    text-align: center;
    transition: all .35s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
    margin-bottom: 35px;
    overflow: hidden;
    border: 1px solid #F3E9DF;
}

.product__item:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0,0,0,.15);
}

.product__item__pic {
    width: 100%;
    height: 300px;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
    position: relative;
}

.product__label {
    position: absolute;
    top: 15px;
    right: 15px;
}

.product__label span {
    background: #D62828;
    color: #fff;
    padding: 7px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
}

.product__item__text h6 a {
    color: #3B2A20;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .5px;
}

.product__item__price {
    color: #C65D00 !important;
    font-size: 28px;
    font-weight: 700;
    margin: 15px 0;
}

/* Product Carousel */
.product__item{
    background:#fff;
    border-radius:18px;
    padding:20px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    position:relative;
    transition:.35s;
}

.product__item:hover{
    transform:translateY(-8px);
}

.productSlider{
    width:100%;
    height:320px;
    margin-bottom:15px;
}

.productSlider img{
    width:100%;
    height:100%;
    object-fit:contain;
}

.product__label{
    position:absolute;
    top:20px;
    right:20px;
    z-index:10;
}

.product__label span{
    background:#E63946;
    color:#fff;
    padding:6px 14px;
    border-radius:30px;
    font-size:13px;
}

.swiper-pagination-bullet{
    background:#F08632;
    opacity:1;
}

.swiper-pagination-bullet-active{
    width:20px;
    border-radius:20px;
    background:#C0392B;
}
/* Team */
.team__item {
    height: 370px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 15px;
    background: #FCF8F3;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all .3s ease;
}

.team__item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.team__item__text {
    text-align: center;
    background: #FFFCF8;
    padding-top: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
    border-top: 1px solid #F1E5D8;
    padding-bottom: 8px;
}

/* Product Name */
.team__item__text h6 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

/* Price / Subtitle */
.team__item__text span {
    color: #C65D00;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

/* Social / Order Icons */
.team__item__social a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    background: #F08632;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
    border-radius: 50%;
    transition: all .3s ease;
    text-decoration: none;
}

.team__item__social a:hover {
    background: #A32121;
    color: #fff;
    transform: translateY(-3px);
}
/* contact text hover */
/* contact hover */
.contact-text,
.contact-text a {
  color: #8B1E0F !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-weight: 500;
    text-shadow: 0 1px 1px rgba(255,255,255,0.3);
}

/* Underline */
.contact-text::after,
.contact-text a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    width: 0;
    height: 2px;
    background: #f60101;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

/* Hover Effect */
.contact-text:hover,
.contact-text a:hover {
    /* color: #f9a602 !important; */
    text-shadow: 0 0 10px rgba(249, 166, 2, 0.5);
}

/* Underline Animation */
.contact-text:hover::after,
.contact-text a:hover::after {
    width: 100%;
}
/* Footer Social Media Icon */
.footer__social {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-top: 5px;
    border-radius: 50%;
    background: #FFF8F0;
    border: 2px solid #f60101;
    color: #f60101;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.35s ease;
}

.footer__social a:hover {
    background: #f60101;
    border-color: #f60101;
    color: #ffffff;
    transform: translateY(-4px);
    /* box-shadow: 0 8px 20px rgba(178, 34, 34, 0.3); */
}
/* hero banner over text */
/*==================================
    HERO SECTION
==================================*/

.hero__item {
    position: relative;
    height: 700px;
    display: flex;
    /* align-items: center; */
    overflow: hidden;
}
/* Dark Overlay */
.hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, .65) 0%,
        rgba(0, 0, 0, .45) 35%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, 0) 100%
    );
    z-index: 1;
}

.hero__overlay {
    pointer-events: none;
}
.hero__item::before{
    pointer-events:none;
}
.hero__item .container {
    position: relative;
    z-index: 2;
}

/*==================================
    HERO TEXT
==================================*/

.hero__text {
    max-width: 560px;
}

.hero__tag {
    display: inline-block;
    color: #FFD54F;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.hero__text h2 {
    color: #fff;
    font-size: 64px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
    text-shadow: 0 5px 18px rgba(0,0,0,.45);
}

.hero__text h2 span {
    color: #FFD54F;
}

.hero__text p {
    color: #F5F5F5;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 35px;
    text-shadow: 0 2px 8px rgba(0,0,0,.35);
}
.hero__text{
    position:relative;
    z-index:100;
}

.hero__text .primary-btn{
    position:relative;
    z-index:101;
}
/*==================================
    BUTTON
==================================*/

.primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 220px;
    height: 56px;

    background: #D32F2F;
    color: #fff !important;

    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;

    border-radius: 50px;
    border: none;
    cursor: pointer;

    transition: all .35s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,.25);
}

.primary-btn:hover,
.primary-btn:focus {
    background: #F57C00;
    color: #fff !important;
    transform: translateY(-3px);
    box-shadow: 0 18px 35px rgba(0,0,0,.35);
}

/*==================================
    MOBILE
==================================*/

@media (max-width:991px){

    .hero__item{
        height:550px;
    }

    .hero__overlay{
        background:rgba(0,0,0,.55);
    }

    .hero__text{
        text-align:center;
        max-width:100%;
    }

    .hero__tag{
        font-size:13px;
    }

    .hero__text h2{
        font-size:42px;
    }

    .hero__text p{
        font-size:17px;
        line-height:28px;
    }

    .primary-btn{
        min-width:190px;
        height:50px;
        font-size:14px;
    }
}

.swiper-pagination-bullet-active {
  background: #ffffff !important;
}
.align-right {
  text-align: right;
}
/* hero banner */
.hero-banner-img1 {
  background-image: url("../img/hero/santramnadiadfpo_banner1.webp");
}
.hero-banner-img2 {
  background-image: url("../img/hero/santramnadiadfpo_banner2.webp");
}
.hero-banner{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 700px;
}

/* Mobile banner */
@media (max-width:768px){
  .footer {  
    /* background: url('../img/footer-bg.jpg') center center no-repeat;    */
    background-image: url("../img/footer-bg-mobile-view.webp");
    }

    .hero-banner-img1 {
      background-image: url("../img/hero/santramnadiadfpo_banner1-mobile_banner.webp");
    }
    .hero-banner-img2 {
      background-image: url("../img/hero/santramnadiadfpo_banner2-mobile_banner.webp");
    }
    .hero-banner{
        min-height: 500px;
        background-position: center;
    }

    .hero__text{
        text-align:center;
        padding-top:50px;
    }

    .hero__text h2{
        font-size:32px;
    }
}