@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Poppins:wght@300;400;500;600;700&display=swap');

html,
body {
  height: 100%;
  font-family: "Montserrat", sans-serif !important;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #11111194;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

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: #111111;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 15px 0;
}

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;
  font-family: 'Pacifico', cursive;
      font-weight: 400 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 1px;
    color: #251d34;
    margin-top: 40px;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.section-title span {
  color: var(--main-color);
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
  display: block;
  margin-bottom: 10px;
}
.section-title h2 {
  font-size: 46px;
  color: #111111;
  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: 100px;
  padding-bottom: 100px;
}
*/
.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: var(--main-color);
  letter-spacing: 2px;
}

.site-btn {
  font-size: 14px;
  color: #ffffff;
  background: #111111;
  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: #000;
}

.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: var(--main-color);
}

.header__top {
  position: relative;
  background: #ffffff;
}

.header__top__inner {
  height: 102px;
  padding-top: 38px;
}

.header__top__left {
  float: left;
}
.header__top__left ul li {
  font-size: 14px;
  color: #111111;
  list-style: none;
  display: inline-block;
  margin-right: 30px;
  position: relative;
  padding: 2px 0;
  cursor: pointer;
}
.header__top__left ul li a {
  color: #111111;
}
.header__top__left ul li:hover ul {
  top: 24px;
  opacity: 1;
  visibility: visible;
}
.header__top__left ul li ul {
  background: #111111;
  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;
  left: 50%;
  top: 25px;
  margin-left: -60px;
}
.header__logo a {
  display: inline-block;
}

.header__top__right {
  float: right;
}

.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: #111111;
  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: #111111;
}

.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: #111111;
}
.header__menu ul li:hover a {
  background: #111111;
}
.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: #111111;
  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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}

.hero__text {
  text-align: center;
  background: #ffffff;
  padding: 65px 70px 70px;
  position: relative;
}
.hero__text:after {
  position: absolute;
  left: 15px;
  top: 15px;
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  border: 1px dashed var(--main-color);
  content: "";
  opacity: 0.3;
}
.hero__text h2 {
  font-size: 46px;
  color: #111111;
  line-height: 60px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 18px;
  position: relative;
  top: 100px;
  opacity: 0;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.hero__text .primary-btn {
  position: relative;
  top: 100px;
  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 var(--main-color);
  border-color: transparent var(--main-color) var(--main-color) 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: var(--main-color);
}
.categories__item:hover:after {
  opacity: 1;
}
.categories__item:hover span {
  color: #ffffff;
}
.categories__item:hover h5 {
  color: #ffffff;
}

.categories__item__icon span {
  color: var(--main-color);
  -webkit-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.categories__item__icon h5 {
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 4px;
  -webkit-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/*---------------------
  Class
-----------------------*/
.class {
  background: rgba(240, 135, 50, 0.1);
  position: relative;
  padding-bottom: 0;
}

.class__form {
  height: 620px;
}
.class__form form input {
  height: 50px;
  width: 100%;
  padding-left: 20px;
  font-size: 15px;
  color: #444444;
  background: #ffffff;
  border: none;
  margin-bottom: 20px;
}
.class__form form input::-webkit-input-placeholder {
  color: #444444;
}
.class__form form input::-moz-placeholder {
  color: #444444;
}
.class__form form input:-ms-input-placeholder {
  color: #444444;
}
.class__form form input::-ms-input-placeholder {
  color: #444444;
}
.class__form form input::placeholder {
  color: #444444;
}
.class__form form .nice-select {
  float: none;
  border-radius: 0;
  border: none;
  padding-left: 20px;
  margin-bottom: 20px;
  height: 50px;
  line-height: 50px;
}
.class__form form .nice-select span {
  font-size: 15px;
  color: #444444;
}
.class__form form .nice-select .list {
  margin-top: 0;
  border-radius: 0;
  width: 100%;
}
.class__form form .nice-select:after {
  border-bottom: 1.5px solid #111;
  border-right: 1.5px solid #111;
  height: 9px;
  right: 25px;
  width: 9px;
}
.class__form form button {
  letter-spacing: 2px;
  width: 100%;
}

.class__video {
  height: 720px;
  width: 47%;
  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;
  position: absolute;
  right: 0;
  top: -50px;
}
.class__video .play-btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  background: var(--main-color);
  font-size: 24px;
  color: #ffffff;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
}

/*---------------------
  Team
-----------------------*/
.team {
  padding-bottom: 70px;
}

.team__btn {
  text-align: right;
}
.team__btn .primary-btn {
  border: 2px solid #b7b7b7;
  background: transparent;
  color: #111111;
}

.team__item {
  height: 360px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.team__item:hover .team__item__text {
  opacity: 1;
  bottom: 0;
  visibility: visible;
}

.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: 0;
  visibility: hidden;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.team__item__text h6 {
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.team__item__text span {
  color: #111111;
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
}

.team__item__social a {
  display: inline-block;
  color: #111111;
  font-size: 16px;
  margin-right: 14px;
}

/*---------------------
  Testimonial
-----------------------*/
.testimonial {
  background: #fdf3ea;
  padding-top: 60px;
  padding-bottom: 70px;
}

.testimonial__slider .col-lg-6 {
  max-width: 100%;
}
.testimonial__slider.owl-carousel .owl-dots {
  text-align: center;
  padding-top: 35px;
}
.testimonial__slider.owl-carousel .owl-dots button {
  height: 10px;
  width: 10px;
  background: rgba(17, 17, 17, 0.1);
  border-radius: 50%;
  margin-right: 10px;
}
.testimonial__slider.owl-carousel .owl-dots button.active {
  background: rgba(17, 17, 17, 0.5);
}
.testimonial__slider.owl-carousel .owl-dots button:last-child {
  margin-right: 0;
}

.testimonial__item {
  background: #ffffff;
  padding: 40px 45px 35px 50px;
  position: relative;
}
.testimonial__item .rating {
  position: absolute;
  right: 50px;
  top: 60px;
}
.testimonial__item .rating span {
  font-size: 14px;
  color: #f0c656;
  margin-right: -5px;
  display: inline-block;
}
.testimonial__item p {
  color: #111111;
  font-style: italic;
  margin-bottom: 0;
}

.testimonial__author {
  overflow: hidden;
  margin-bottom: 24px;
}

.testimonial__author__pic {
  float: left;
  margin-right: 26px;
}
.testimonial__author__pic img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}

.testimonial__author__text {
  overflow: hidden;
  padding-top: 12px;
}
.testimonial__author__text h5 {
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.testimonial__author__text span {
  color: #444444;
  font-size: 14px;
}

/*---------------------
  Instagram
-----------------------*/
.instagram__text {
  padding-top: 90px;
}
.instagram__text .section-title {
  margin-bottom: 55px;
}
.instagram__text h5 {
  font-size: 20px;
  color: #444444;
  position: relative;
  z-index: 1;
}
.instagram__text h5:after {
  position: absolute;
  left: 0;
  top: -34px;
  background: url(../img/instagram/cake-piece.png) no-repeat;
  height: 139px;
  width: 114px;
  content: "";
}
.instagram__text h5 i {
  color: #111111;
  font-size: 36px;
  position: relative;
  top: 6px;
  margin-right: 8px;
}

.instagram__pic {
  margin-bottom: 30px;
}
.instagram__pic.middle__pic {
  padding-top: 30px;
  margin-bottom: 0;
}
.instagram__pic img {
  min-width: 100%;
}

/*---------------------
  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: #111111;
  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;
}

.product__item {
  margin-bottom: 40px;
}
.product__item:hover .product__item__pic .product__label span {
  background: var(--main-color);
  color: #ffffff;
}

@media(min-width:991px){
    .product__item:hover .product__item__text .cart_add {
  opacity: 1;
  visibility: visible;
  bottom: 15px;
}
.product__item:hover .product__item__text .product__item__price {
  opacity: 0;
  visibility: hidden;
}
}

.product__item__pic {
  height: 270px;
  position: relative;
  background-position: center;
}
.product__item__pic .product__label {
  position: absolute;
  left: 0;
  bottom: -8px;
  text-align: center;
  width: 100%;
}
.product__item__pic .product__label span {
  display: inline-block;
  font-size: 14px;
  color: #111111;
  background: #ffffff;
  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: 40px;
  text-align: center;
}

.product__item__text h6 {
  margin-bottom: 16px;
}
.product__item__text h6 a {
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
}
.product__item__text .product__item__price {
  color: #111111;
  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: #111111;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  border-bottom: 2px solid var(--main-color);
  padding-bottom: 4px;
}

/*---------------------
  Footer
-----------------------*/
.footer {
  padding-top: 70px;
}

.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: var(--main-color);
  background: transparent;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 20px;
}

.copyright {
  background: #000000;
  padding: 18px 0 14px;
  margin-top: 40px;
}

.copyright__text {
  margin-bottom: 0;
  font-size: 14px;
  color: #888888;
}
.copyright__text i {
  color: var(--main-color);
}
.copyright__text a {
  color: var(--main-color);
}

.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;
}

/*---------------------
  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: #111111;
  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: #111111;
  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: var(--main-color);
  font-size: 24px;
  color: #ffffff;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
}

/*---------------------
  Shop
-----------------------*/
.shop {
  padding-top: 80px;
}

.shop__option {
  margin-bottom: 50px;
}

.shop__option__search form {
  border: 1px solid #e1e1e1;
  height: 46px;
  position: relative;
}
.shop__option__search form .nice-select {
  float: left;
  border: none;
  background: transparent;
  display: inline-block;
  width: 25%;
  height: 44px;
  line-height: 44px;
  padding-left: 30px;
  border-radius: 0;
}
.shop__option__search form .nice-select .list {
  margin-top: 0;
  border-radius: 0;
  width: 100%;
}
.shop__option__search form .nice-select:before {
  position: absolute;
  right: 0;
  top: 12px;
  width: 1px;
  height: 20px;
  background: #e1e1e1;
  content: "";
}
.shop__option__search form .nice-select:after {
  border-bottom: 1px solid #888;
  border-right: 1px solid #888;
  height: 7px;
  margin-top: -5px;
  width: 7px;
  right: 26px;
}
.shop__option__search form .nice-select span {
  font-size: 16px;
  color: #000000;
}
.shop__option__search form input {
  width: 75%;
  height: 100%;
  border: none;
  font-size: 16px;
  color: #000000;
  padding-left: 30px;
}
.shop__option__search form input::-webkit-input-placeholder {
  color: #000000;
}
.shop__option__search form input::-moz-placeholder {
  color: #000000;
}
.shop__option__search form input:-ms-input-placeholder {
  color: #000000;
}
.shop__option__search form input::-ms-input-placeholder {
  color: #000000;
}
.shop__option__search form input::placeholder {
  color: #000000;
}
.shop__option__search form button {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: transparent;
  height: 100%;
  padding: 0 15px;
}

.shop__option__right {
  text-align: right;
}
.shop__option__right .nice-select {
  border: none;
  background: #f5f5f5;
  display: inline-block;
  width: 205px;
  height: 46px;
  line-height: 46px;
  padding-left: 30px;
  border-radius: 0;
  float: none;
  margin-right: 18px;
}
.shop__option__right .nice-select .list {
  margin-top: 0;
  border-radius: 0;
  width: 100%;
}
.shop__option__right .nice-select:after {
  border-bottom: 1px solid #888;
  border-right: 1px solid #888;
  height: 7px;
  margin-top: -5px;
  width: 7px;
  right: 26px;
}
.shop__option__right .nice-select span {
  font-size: 16px;
  color: #000000;
}
.shop__option__right a {
  display: inline-block;
  font-size: 18px;
  color: #000000;
  margin-left: 8px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.shop__option__right a:hover {
  color: #888888;
}

.shop__pagination a {
  display: inline-block;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.shop__pagination a span {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  top: 2px;
}
.shop__pagination a:hover {
  background: #000000;
  color: #ffffff;
}

.shop__last__text {
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}

/*---------------------
  Product Details
-----------------------*/
.product-details {
  padding-top: 90px;
  padding-bottom: 0;
}

.product__details__big__img {
  width: calc(84% - 20px);
  float: left;
  margin-right: 20px;
}
.product__details__big__img img {
  min-width: 100%;
}

.product__details__thumb {
  height: 440px;
  float: left;
  width: 16%;
  overflow: hidden;
}
.product__details__thumb .pt__item {
  margin-bottom: 10px;
  cursor: pointer;
}
.product__details__thumb .pt__item img {
  min-width: 100%;
}

.product__details__text .product__label {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  background: #111111;
  padding: 6px 10px 4px;
  border-radius: 4px;
}
.product__details__text h4 {
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 22px;
}
.product__details__text h5 {
  color: #444444;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.product__details__text p {
  color: #444444;
  margin-bottom: 18px;
}
.product__details__text ul {
  margin-bottom: 30px;
}
.product__details__text ul li {
  list-style: none;
  font-size: 16px;
  color: #888888;
  line-height: 28px;
}
.product__details__text ul li span {
  font-weight: 500;
  color: #111111;
}

.product__details__option {
  overflow: hidden;
}
.product__details__option .quantity {
  overflow: hidden;
  float: left;
  margin-right: 20px;
}
.product__details__option .pro-qty {
  height: 50px;
  width: 140px;
  border: 1px solid #e1e1e1;
  padding: 0 20px;
}
.product__details__option .pro-qty .qtybtn {
  font-size: 16px;
  float: left;
  height: 100%;
  line-height: 48px;
  cursor: pointer;
  font-weight: 600;
}
.product__details__option .pro-qty .qtybtn.dec {
  color: #888888;
}
.product__details__option .pro-qty .qtybtn.inc {
  color: #111111;
}
.product__details__option .pro-qty input {
  border: none;
  height: 100%;
  width: 82px;
  font-size: 16px;
  font-weight: 600;
  color: #111111;
  float: left;
  text-align: center;
}
.product__details__option a {
  float: left;
}
.product__details__option a.heart__btn {
  font-size: 20px;
  border: 1px solid #e1e1e1;
  display: inline-block;
  color: var(--main-color);
  padding: 14px;
  line-height: 16px;
}
.product__details__option .primary-btn {
  margin-right: 20px;
}

.product__details__tab {
  padding-top: 85px;
}
.product__details__tab .nav-tabs {
  border-bottom: 1px solid #e1e1e1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product__details__tab .nav-tabs .nav-item {
  margin-right: 45px;
  position: relative;
}
.product__details__tab .nav-tabs .nav-item:after {
  position: absolute;
  right: -25px;
  top: 0;
  content: "|";
  color: #444444;
}
.product__details__tab .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.product__details__tab .nav-tabs .nav-item:last-child:after {
  display: none;
}
.product__details__tab .nav-tabs .nav-item .nav-link {
  font-size: 16px;
  color: #444444;
  padding: 0;
  border: none;
  padding-bottom: 12px;
  border-bottom: 2px solid transparent;
}
.product__details__tab .nav-tabs .nav-item .nav-link.active {
  color: #111111;
  border-bottom: 1px solid #111111;
}
.product__details__tab .tab-content p {
  color: #444444;
  line-height: 30px;
  text-align: center;
  padding-top: 44px;
  margin-bottom: 0;
}

/*---------------------
  Related Products
-----------------------*/
.related-products {
  padding-top: 80px;
  padding-bottom: 40px;
}

.related__products__slider.owl-carousel .col-lg-3 {
  max-width: 100%;
}
.related__products__slider.owl-carousel .owl-nav button {
  font-size: 30px;
  color: #888888;
  position: absolute;
  left: -44px;
  top: 28%;
}
.related__products__slider.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -44px;
}

/*---------------------
  Shopping Cart
-----------------------*/
.shopping__cart__table {
  margin-bottom: 30px;
}
.shopping__cart__table table {
  width: 100%;
}
.shopping__cart__table table thead {
  border-bottom: 1px solid #f2f2f2;
}
.shopping__cart__table table thead tr th {
  color: #111111;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 25px;
}
.shopping__cart__table table tbody tr {
  border-bottom: 1px solid #f2f2f2;
}
.shopping__cart__table table tbody tr td {
  padding-bottom: 30px;
  padding-top: 30px;
}
.shopping__cart__table table tbody tr td.product__cart__item {
  width: 400px;
}
.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__pic {
  float: left;
  margin-right: 30px;
}
.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__text {
  overflow: hidden;
  padding-top: 21px;
}
.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__text h6 {
  color: #111111;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__text h5 {
  color: #111111;
  font-weight: 600;
  font-size: 16px;
}
.shopping__cart__table table tbody tr td.quantity__item {
  width: 175px;
}
.shopping__cart__table table tbody tr td.quantity__item .quantity .pro-qty {
  width: 90px;
}
.shopping__cart__table table tbody tr td.quantity__item .quantity .pro-qty input {
  width: 65px;
  border: none;
  text-align: center;
  color: #111111;
  font-size: 16px;
  font-weight: 500;
}
.shopping__cart__table table tbody tr td.quantity__item .quantity .pro-qty .qtybtn {
  font-size: 16px;
  color: #888888;
  width: 10px;
  cursor: pointer;
  font-weight: 500;
}
.shopping__cart__table table tbody tr td.cart__price {
  color: #111111;
  font-size: 16px;
  font-weight: 600;
  width: 140px;
}
.shopping__cart__table table tbody tr td.cart__close span {
  font-size: 18px;
  display: inline-block;
  color: #111111;
  height: 40px;
  width: 40px;
  background: #f2f2f2;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
}

.continue__btn.update__btn {
  text-align: right;
}
.continue__btn.update__btn a {
  color: #ffffff;
  background: #111111;
  border-color: #111111;
}
.continue__btn.update__btn a i {
  margin-right: 5px;
}
.continue__btn a {
  color: #111111;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #e1e1e1;
  padding: 14px 35px;
  display: inline-block;
}

.cart__discount {
  margin-bottom: 60px;
}
.cart__discount h6 {
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.cart__discount form {
  position: relative;
}
.cart__discount form input {
  font-size: 14px;
  color: #444444;
  height: 50px;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding-left: 20px;
}
.cart__discount form input::-webkit-input-placeholder {
  color: #444444;
}
.cart__discount form input::-moz-placeholder {
  color: #444444;
}
.cart__discount form input:-ms-input-placeholder {
  color: #444444;
}
.cart__discount form input::-ms-input-placeholder {
  color: #444444;
}
.cart__discount form input::placeholder {
  color: #444444;
}
.cart__discount form button {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #111111;
  padding: 0 30px;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.cart__total {
  background: #fdf3ea;
  padding: 35px 40px 40px;
}
.cart__total h6 {
  color: #111111;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 600;
}
.cart__total ul {
  margin-bottom: 25px;
}
.cart__total ul li {
  list-style: none;
  font-size: 16px;
  color: #444444;
  font-weight: 500;
  line-height: 40px;
  overflow: hidden;
}
.cart__total ul li span {
  font-weight: 600;
  color: #e26b0c;
  float: right;
}
.cart__total .primary-btn {
  display: block;
  background: #111111;
  color: #ffffff;
  padding: 12px 10px;
  text-align: center;
  letter-spacing: 2px;
}

/*---------------------
  Checkout
-----------------------*/
.coupon__code {
  color: #444444;
  font-size: 14px;
  border-top: 2px solid #111111;
  background: #f5f5f5;
  padding: 23px 30px 18px;
  margin-bottom: 50px;
}
.coupon__code span {
  color: var(--main-color);
}
.coupon__code a {
  color: #444444;
}

.checkout__title {
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

.checkout__input {
  margin-bottom: 6px;
}
.checkout__input p {
  color: #444444;
  font-weight: 500;
  margin-bottom: 12px;
}
.checkout__input p span {
  color: var(--main-color);
}
.checkout__input input {
  height: 50px;
  width: 100%;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  color: #666666;
  padding-left: 20px;
  margin-bottom: 20px;
}
.checkout__input input::-webkit-input-placeholder {
  color: #666666;
}
.checkout__input input::-moz-placeholder {
  color: #666666;
}
.checkout__input input:-ms-input-placeholder {
  color: #666666;
}
.checkout__input input::-ms-input-placeholder {
  color: #666666;
}
.checkout__input input::placeholder {
  color: #666666;
}

.checkout__input__checkbox label {
  font-size: 14px;
  color: #444444;
  position: relative;
  padding-left: 30px;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 16px;
  display: block;
}
.checkout__input__checkbox label input {
  position: absolute;
  visibility: hidden;
}
.checkout__input__checkbox label input:checked ~ .checkmark {
  border-color: var(--main-color);
}
.checkout__input__checkbox label input:checked ~ .checkmark:after {
  opacity: 1;
}
.checkout__input__checkbox label .checkmark {
  position: absolute;
  left: 0;
  top: 3px;
  height: 14px;
  width: 14px;
  border: 1.5px solid #888888;
  content: "";
  border-radius: 2px;
}
.checkout__input__checkbox label .checkmark:after {
  position: absolute;
  left: 1px;
  top: -3px;
  width: 14px;
  height: 7px;
  border: solid var(--main-color);
  border-width: 1.5px 1.5px 0px 0px;
  -webkit-transform: rotate(127deg);
  -ms-transform: rotate(127deg);
  transform: rotate(127deg);
  content: "";
  opacity: 0;
}
.checkout__input__checkbox p {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 22px;
}

.checkout__order {
  background: #fdf3ea;
  padding: 30px;
}
.checkout__order .order__title {
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.checkout__order p {
  color: #444444;
  font-size: 16px;
}
.checkout__order .site-btn {
  width: 100%;
  margin-top: 8px;
  letter-spacing: 0;
}

.checkout__order__products {
  font-size: 16px;
  color: #111111;
  overflow: hidden;
  margin-bottom: 18px;
  font-weight: 600;
}
.checkout__order__products span {
  float: right;
}

.checkout__total__products {
  margin-bottom: 20px;
}
.checkout__total__products li {
  font-size: 16px;
  color: #444444;
  list-style: none;
  line-height: 26px;
  overflow: hidden;
  margin-bottom: 15px;
  font-weight: 500;
}
.checkout__total__products li:last-child {
  margin-bottom: 0;
}
.checkout__total__products li samp {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.checkout__total__products li span {
  color: #111111;
  float: right;
  font-weight: 600;
}

.checkout__total__all {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 15px 0;
  margin-bottom: 26px;
}
.checkout__total__all li {
  list-style: none;
  font-size: 16px;
  color: #111111;
  line-height: 40px;
  font-weight: 600;
  overflow: hidden;
}
.checkout__total__all li span {
  color: var(--main-color);
  float: right;
}

/*---------------------
  Wishlist
-----------------------*/
.wishlist__cart__table table {
  width: 100%;
}
.wishlist__cart__table table thead {
  border-bottom: 1px solid #f2f2f2;
}
.wishlist__cart__table table thead tr th {
  color: #111111;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 25px;
}
.wishlist__cart__table table tbody tr {
  border-bottom: 1px solid #f2f2f2;
}
.wishlist__cart__table table tbody tr:last-child {
  border-bottom: none;
}
.wishlist__cart__table table tbody tr:last-child td {
  padding-bottom: 0;
}
.wishlist__cart__table table tbody tr td {
  padding-bottom: 30px;
  padding-top: 30px;
}
.wishlist__cart__table table tbody tr td.product__cart__item {
  width: 540px;
}
.wishlist__cart__table table tbody tr td.product__cart__item .product__cart__item__pic {
  float: left;
  margin-right: 30px;
}
.wishlist__cart__table table tbody tr td.product__cart__item .product__cart__item__text {
  overflow: hidden;
  padding-top: 35px;
}
.wishlist__cart__table table tbody tr td.product__cart__item .product__cart__item__text h6 {
  color: #111111;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.wishlist__cart__table table tbody tr td.cart__price {
  color: #111111;
  font-size: 16px;
  font-weight: 600;
  width: 180px;
}
.wishlist__cart__table table tbody tr td.cart__stock {
  font-size: 16px;
  color: #444444;
  width: 150px;
}
.wishlist__cart__table table tbody tr td.cart__btn {
  width: 190px;
}
.wishlist__cart__table table tbody tr td.cart__btn .primary-btn {
  background: #111111;
  color: #ffffff;
}
.wishlist__cart__table table tbody tr td.cart__close {
  text-align: right;
}
.wishlist__cart__table table tbody tr td.cart__close span {
  font-size: 18px;
  display: inline-block;
  color: #111111;
  height: 40px;
  width: 40px;
  background: #f2f2f2;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
}

/*---------------------
  Class
-----------------------*/
.class__item {
  margin-bottom: 55px;
}
.class__item:hover .class__item__pic .label {
  background: var(--main-color);
}
.class__item:hover .class__item__text h5 a {
  text-decoration: underline;
}

.class__item__pic {
  height: 240px;
  position: relative;
}
.class__item__pic .label {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background: #111111;
  padding: 4px 15px 2px;
  border-radius: 4px;
  display: inline-block;
  position: absolute;
  left: 30px;
  bottom: 10px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.class__item__text {
  padding: 25px 14px 0 30px;
}
.class__item__text h5 {
  margin-bottom: 10px;
}
.class__item__text h5 a {
  font-size: 20px;
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
}
.class__item__text span {
  font-size: 14px;
  color: #888888;
  display: block;
  margin-bottom: 14px;
}
.class__item__text p {
  color: #444444;
  line-height: 30px;
}
.class__item__text .read_more {
  font-size: 16px;
  color: var(--main-color);
  font-weight: 600;
}

.class__sidebar {
  background: #fdf3ea;
  padding: 30px;
}
.class__sidebar h5 {
  font-size: 20px;
  color: #111111;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.class__sidebar form input {
  height: 50px;
  width: 100%;
  padding-left: 20px;
  font-size: 15px;
  color: #444444;
  background: #ffffff;
  border: none;
  margin-bottom: 20px;
}
.class__sidebar form input::-webkit-input-placeholder {
  color: #444444;
}
.class__sidebar form input::-moz-placeholder {
  color: #444444;
}
.class__sidebar form input:-ms-input-placeholder {
  color: #444444;
}
.class__sidebar form input::-ms-input-placeholder {
  color: #444444;
}
.class__sidebar form input::placeholder {
  color: #444444;
}
.class__sidebar form .nice-select {
  float: none;
  border-radius: 0;
  border: none;
  padding-left: 20px;
  margin-bottom: 20px;
  height: 50px;
  line-height: 50px;
}
.class__sidebar form .nice-select span {
  font-size: 15px;
  color: #444444;
}
.class__sidebar form .nice-select .list {
  margin-top: 0;
  border-radius: 0;
  width: 100%;
}
.class__sidebar form .nice-select:after {
  border-bottom: 1.5px solid #111;
  border-right: 1.5px solid #111;
  height: 9px;
  right: 25px;
  width: 9px;
}
.class__sidebar form button {
  letter-spacing: 2px;
  width: 100%;
}

/*---------------------
    Blog
-----------------------*/
.blog {
  overflow: hidden;
}

.blog__item {
  margin-bottom: 70px;
}

.blog__item__pic {
  height: 385px;
  position: relative;
}
.blog__item__pic .blog__pic__inner {
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: -15px;
  width: calc(100% - 40px);
  padding: 30px 0 0;
}
.blog__item__pic .blog__pic__inner .label {
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  background: var(--main-color);
  display: inline-block;
  padding: 4px 15px 2px;
}
.blog__item__pic .blog__pic__inner ul {
  display: inline-block;
  margin-left: 25px;
}
.blog__item__pic .blog__pic__inner ul li {
  list-style: none;
  font-size: 12px;
  color: #888888;
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
.blog__item__pic .blog__pic__inner ul li span {
  color: #111111;
}
.blog__item__pic .blog__pic__inner ul li:after {
  position: absolute;
  right: -14px;
  top: 0;
  content: "|";
}
.blog__item__pic .blog__pic__inner ul li:last-child {
  margin-right: 0;
}
.blog__item__pic .blog__pic__inner ul li:last-child:after {
  display: none;
}

.blog__item__text {
  padding-top: 42px;
}
.blog__item__text h2 {
  font-family: "Playfair Display", serif;
  color: #111111;
  font-style: italic;
  margin-bottom: 20px;
  font-size: 48px;
}
.blog__item__text p {
  color: #444444;
  margin-bottom: 26px;
}
.blog__item__text a {
  color: #111111;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 3px;
  border-bottom: 2px solid var(--main-color);
}

/*---------------------
  Blog Sidebar
-----------------------*/
.blog__sidebar__search {
  margin-bottom: 65px;
}
.blog__sidebar__search form {
  position: relative;
}
.blog__sidebar__search form input {
  height: 50px;
  width: 100%;
  font-size: 14px;
  color: #444444;
  padding-left: 20px;
  border: 1px solid #e1e1e1;
}
.blog__sidebar__search form input::-webkit-input-placeholder {
  color: #444444;
}
.blog__sidebar__search form input::-moz-placeholder {
  color: #444444;
}
.blog__sidebar__search form input:-ms-input-placeholder {
  color: #444444;
}
.blog__sidebar__search form input::-ms-input-placeholder {
  color: #444444;
}
.blog__sidebar__search form input::placeholder {
  color: #444444;
}
.blog__sidebar__search form button {
  font-size: 18px;
  color: #111111;
  border: none;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 18px;
}

.blog__sidebar__item {
  margin-bottom: 65px;
}
.blog__sidebar__item:last-child {
  margin-bottom: 0;
}
.blog__sidebar__item h5 {
  font-size: 20px;
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 20px;
  position: relative;
  margin-bottom: 35px;
}
.blog__sidebar__item h5:before {
  position: absolute;
  left: 0;
  top: 5px;
  height: 14px;
  width: 10px;
  background: rgba(226, 108, 12, 0.3);
  content: "";
}
.blog__sidebar__item .blog__sidebar__social a {
  display: inline-block;
  font-size: 16px;
  color: #111111;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  background: #f2f2f2;
  line-height: 46px;
  text-align: center;
  margin-right: 6px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.blog__sidebar__item .blog__sidebar__social a:hover {
  background: #111111;
  color: #ffffff;
}
.blog__sidebar__item .blog__sidebar__social a:last-child {
  margin-right: 0;
}
.blog__sidebar__item .blog__sidebar__item__categories ul li {
  list-style: none;
  line-height: 36px;
  overflow: hidden;
}
.blog__sidebar__item .blog__sidebar__item__categories ul li:hover a {
  text-decoration: line-through;
}
.blog__sidebar__item .blog__sidebar__item__categories ul li:hover a span {
  color: var(--main-color);
}
.blog__sidebar__item .blog__sidebar__item__categories ul li a {
  font-size: 16px;
  color: #444444;
}
.blog__sidebar__item .blog__sidebar__item__categories ul li a span {
  float: right;
}
.blog__sidebar__item p {
  margin-bottom: 25px;
}
.blog__sidebar__item form input {
  height: 50px;
  width: 100%;
  font-size: 14px;
  color: #444444;
  padding-left: 20px;
  border: 1px solid #e1e1e1;
  margin-bottom: 20px;
}
.blog__sidebar__item form input::-webkit-input-placeholder {
  color: #444444;
}
.blog__sidebar__item form input::-moz-placeholder {
  color: #444444;
}
.blog__sidebar__item form input:-ms-input-placeholder {
  color: #444444;
}
.blog__sidebar__item form input::-ms-input-placeholder {
  color: #444444;
}
.blog__sidebar__item form input::placeholder {
  color: #444444;
}
.blog__sidebar__item form label {
  font-size: 14px;
  color: #444444;
  position: relative;
  padding-left: 30px;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 22px;
  display: block;
}
.blog__sidebar__item form label input {
  position: absolute;
  visibility: hidden;
}
.blog__sidebar__item form label input:checked ~ .checkmark {
  border-color: var(--main-color);
}
.blog__sidebar__item form label input:checked ~ .checkmark:after {
  opacity: 1;
}
.blog__sidebar__item form label .checkmark {
  position: absolute;
  left: 0;
  top: 3px;
  height: 14px;
  width: 14px;
  border: 1.5px solid #888888;
  content: "";
  border-radius: 2px;
}
.blog__sidebar__item form label .checkmark:after {
  position: absolute;
  left: 1px;
  top: -3px;
  width: 14px;
  height: 7px;
  border: solid var(--main-color);
  border-width: 1.5px 1.5px 0px 0px;
  -webkit-transform: rotate(127deg);
  -ms-transform: rotate(127deg);
  transform: rotate(127deg);
  content: "";
  opacity: 0;
}

.blog__sidebar__recent .blog__sidebar__recent__item:last-child {
  margin-bottom: 0;
}

.blog__sidebar__recent__item {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}

.blog__sidebar__recent__item__pic {
  float: left;
  margin-right: 25px;
}

.blog__sidebar__recent__item__text {
  overflow: hidden;
}
.blog__sidebar__recent__item__text h4 {
  font-size: 20px;
  color: #111111;
  line-height: 26px;
  font-style: italic;
  font-family: "Playfair Display", serif;
  margin-bottom: 8px;
}
.blog__sidebar__recent__item__text span {
  font-size: 12px;
  color: #888888;
}

/*---------------------
  Blog Hero
-----------------------*/
.blog-hero {
  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;
  height: 640px;
}

.blog__hero__text {
  background: #ffffff;
  text-align: center;
  padding: 50px 20px 45px;
}
.blog__hero__text .label {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  background: #111111;
  display: inline-block;
  padding: 4px 15px;
}
.blog__hero__text h2 {
  font-size: 46px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  color: #111111;
  margin: 20px 0;
}
.blog__hero__text ul li {
  list-style: none;
  font-size: 12px;
  color: #888888;
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
.blog__hero__text ul li:after {
  position: absolute;
  right: -14px;
  top: 0;
  content: "|";
}
.blog__hero__text ul li span {
  color: #111111;
}
.blog__hero__text ul li:last-child {
  margin-right: 0;
}
.blog__hero__text ul li:last-child:after {
  display: none;
}

/*---------------------
  Blog Details
-----------------------*/
.blog-details {
  padding-top: 70px;
  padding-bottom: 90px;
}

.blog__details__content {
  position: relative;
}

.blog__details__share {
  width: 46px;
  position: absolute;
  left: -70px;
  top: 0;
}
.blog__details__share a {
  font-size: 16px;
  color: #ffffff;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  line-height: 46px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
.blog__details__share a.facebook {
  background: #3263af;
}
.blog__details__share a.twitter {
  background: #40c4ff;
}
.blog__details__share a.youtube {
  background: #ff0000;
}
.blog__details__share a.instagram {
  background: -webkit-gradient(linear, left top, right top, from(#af00e1), to(#ff9e35));
  background: -o-linear-gradient(left, #af00e1, #ff9e35);
  background: linear-gradient(to right, #af00e1, #ff9e35);
}

.blog__details__text p {
  color: #444444;
  margin-bottom: 30px;
}
.blog__details__text p:last-child {
  margin-bottom: 0;
}

.blog__details__recipe {
  padding: 25px 70px 20px;
  overflow: hidden;
  background: #f5f5f5;
  margin-top: 40px;
  margin-bottom: 50px;
}

.blog__details__recipe__item {
  width: 33.33%;
  float: left;
}
.blog__details__recipe__item h6 {
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.blog__details__recipe__item h6 img {
  margin-right: 8px;
}
.blog__details__recipe__item span {
  font-size: 14px;
  color: #888888;
}

.blog__details__recipe__details {
  margin-bottom: 38px;
}

.blog__details__ingredients h6 {
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.blog__details__ingredients ul li {
  list-style: none;
  font-size: 16px;
  color: #444444;
  line-height: 30px;
  letter-spacing: 1px;
  padding-left: 40px;
  position: relative;
}
.blog__details__ingredients ul li span {
  font-weight: 600;
  position: absolute;
  left: 0;
  top: -5px;
}

.blog__details__direction {
  margin-bottom: 40px;
}
.blog__details__direction h6 {
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.blog__details__direction ul li {
  list-style: none;
  font-size: 16px;
  color: #444444;
  line-height: 30px;
  letter-spacing: 1px;
  padding-left: 40px;
  position: relative;
}
.blog__details__direction ul li span {
  position: absolute;
  left: 0;
  top: 0;
}

.blog__details__print {
  margin-bottom: 40px;
}
.blog__details__print .primary-btn {
  background: transparent;
  border: 1px solid var(--main-color);
  color: #111111;
}
.blog__details__print .primary-btn i {
  font-size: 18px;
}

.blog__details__tags {
  padding-top: 30px;
  border-top: 1px solid #e8eff4;
  margin-top: 40px;
  margin-bottom: 60px;
}
.blog__details__tags span {
  font-size: 16px;
  color: #111111;
  font-weight: 600;
  display: inline-block;
  margin-right: 25px;
}
.blog__details__tags a {
  font-size: 14px;
  color: #444444;
  background: #f2f2f2;
  display: inline-block;
  padding: 7px 15px 5px;
  margin-right: 10px;
}
.blog__details__tags a:last-child {
  margin-right: 0;
}

.blog__details__btns {
  margin-bottom: 40px;
}

.blog__details__btns__item {
  margin-bottom: 20px;
}
.blog__details__btns__item.blog__details__btns__item--next {
  text-align: right;
}
.blog__details__btns__item.blog__details__btns__item--next a span {
  margin-right: 0;
  margin-left: 5px;
}
.blog__details__btns__item a {
  font-size: 16px;
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
}
.blog__details__btns__item a span {
  font-size: 24px;
  color: #444444;
  position: relative;
  top: 4px;
  margin-right: 5px;
}

.blog__details__author {
  position: relative;
  background: #fdf3ea;
  overflow: hidden;
  padding: 50px;
  margin-bottom: 85px;
}

.blog__details__author__pic {
  float: left;
  margin-right: 30px;
}
.blog__details__author__pic img {
  height: 90px;
  width: 90px;
  border-radius: 50%;
}

.blog__details__author__text {
  overflow: hidden;
}
.blog__details__author__text h6 {
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.blog__details__author__text .blog__details__author__social {
  position: absolute;
  right: 50px;
  top: 45px;
}
.blog__details__author__text .blog__details__author__social a {
  font-size: 16px;
  color: #111111;
  display: inline-block;
  margin-right: 16px;
}
.blog__details__author__text .blog__details__author__social a:last-child {
  margin-right: 0;
}
.blog__details__author__text p {
  margin-bottom: 0;
  line-height: 24px;
  color: #444444;
}

.blog__details__comment {
  position: relative;
}
.blog__details__comment h5 {
  font-size: 20px;
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 20px;
  position: relative;
  margin-bottom: 45px;
}
.blog__details__comment h5:before {
  position: absolute;
  left: 0;
  top: 5px;
  height: 14px;
  width: 10px;
  background: rgba(226, 108, 12, 0.3);
  content: "";
}
.blog__details__comment .primary-btn {
  background: rgba(226, 108, 12, 0.2);
  color: #111111;
  position: absolute;
  right: 0;
  top: -12px;
}

.blog__details__comment__item {
  overflow: hidden;
  margin-bottom: 45px;
}
.blog__details__comment__item:last-child {
  margin-bottom: 0;
}

.blog__details__comment__item--reply {
  padding-left: 50px;
}

.blog__details__comment__item__pic {
  float: left;
  margin-right: 30px;
}
.blog__details__comment__item__pic img {
  height: 90px;
  width: 90px;
  border-radius: 50%;
}

.blog__details__comment__item__text {
  position: relative;
  overflow: hidden;
}
.blog__details__comment__item__text h6 {
  font-size: 16px;
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.blog__details__comment__item__text span {
  font-size: 14px;
  color: #888888;
  display: block;
  margin-bottom: 14px;
}
.blog__details__comment__item__text p {
  color: #444444;
  margin-bottom: 0;
}
.blog__details__comment__item__text .blog__details__comment__btns {
  position: absolute;
  right: 0;
  top: 20px;
}
.blog__details__comment__item__text .blog__details__comment__btns a {
  font-size: 14px;
  color: #111111;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 24px;
  position: relative;
}
.blog__details__comment__item__text .blog__details__comment__btns a:after {
  position: absolute;
  right: -16px;
  top: -2px;
  content: "|";
  color: #888888;
  font-weight: 500;
}
.blog__details__comment__item__text .blog__details__comment__btns a:last-child {
  margin-right: 0;
}
.blog__details__comment__item__text .blog__details__comment__btns a:last-child:after {
  display: none;
}

/*---------------------
  Contact
-----------------------*/
.contact .map {
  height: 400px;
  margin-bottom: 70px;
}

.contact__address {
  padding-bottom: 40px;
  border-bottom: 1px solid #e8eff4;
  margin-bottom: 70px;
}

.contact__address__item {
  margin-bottom: 30px;
}
.contact__address__item h6 {
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.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: #111111;
  margin-right: 25px;
  float: left;
}
.contact__address__item ul li p {
  font-size: 14px;
  color: #444444;
  line-height: 26px;
  margin-bottom: 0;
  overflow: hidden;
}

.contact__text h3 {
  color: #111111;
  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: #111111;
  padding-left: 20px;
  margin-bottom: 30px;
}
.contact__form form input:last-child {
  color: #111111;
}
.contact__form form textarea {
  width: 100%;
  height: 140px;
  border: 1px solid #e1e1e1;
  background: #fafafa;
  font-size: 14px;
  color: #111111;
  padding-left: 20px;
  padding-top: 12px;
  margin-bottom: 24px;
  resize: none;
}
.contact__form form textarea:last-child {
  color: #111111;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1370px;
  }
}
/* Medium Device = 1200px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categories__slider.owl-carousel .owl-nav button {
    left: 0;
  }

  .categories__slider.owl-carousel .owl-nav button.owl-next {
    right: 0;
  }

  .instagram__text {
    padding-top: 40px;
  }

  .shop__option__search form .nice-select {
    width: 30%;
  }

  .shop__option__search form input {
    width: 70%;
  }

  .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;
  }

  .shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__text {
    padding-top: 10px;
  }

  .wishlist__cart__table table tbody tr td.cart__btn .primary-btn {
    padding: 14px 20px;
  }

  .blog__details__recipe {
    padding: 25px 40px 20px;
  }
}
/* Tablet Device = 768px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .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;
  }

  .categories__slider.owl-carousel .owl-nav button {
    left: -20px;
  }

  .categories__slider.owl-carousel .owl-nav button.owl-next {
    right: -20px;
  }

  .class {
    padding-bottom: 100px;
  }

  .class__form {
    height: auto;
    margin-bottom: 50px;
  }

  .class__video {
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
  }

  .testimonial__item .rating {
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 20px;
  }

  .testimonial__item {
    padding: 40px 35px 35px 35px;
  }

  .instagram__text {
    padding-top: 0;
    margin-bottom: 100px;
  }

  .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;
  }

  .shop__option__search form .nice-select {
    width: 40%;
  }

  .shop__option__search form input {
    width: 60%;
  }

  .shop__option__right .nice-select {
    margin-right: 5px;
  }

  .related__products__slider.owl-carousel .owl-nav button {
    left: -20px;
  }

  .related__products__slider.owl-carousel .owl-nav button.owl-next {
    right: -20px;
  }

  .product__details__text {
    padding-top: 40px;
  }

  .cart__discount {
    padding-top: 40px;
  }

  .class__sidebar {
    margin-top: 40px;
  }

  .blog__sidebar {
    padding-top: 50px;
  }

  .blog__details__share {
    width: auto;
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 40px;
  }

  .blog__details__share a {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 6px;
  }
  .blog__details__share a:last-child {
    margin-right: 0;
  }

  .blog__details__ingredients {
    margin-bottom: 25px;
  }

  .contact__text {
    margin-bottom: 40px;
  }

  .blog__details__ingredients__pic img {
    min-width: 100%;
  }
}
/* Wide Mobile = 480px */
@media only screen and (max-width: 991px) {
  .canvas__open {
    display: block;
    font-size: 22px;
    color: #111111;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #111111;
    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: -400px;
    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: #111111;
    font-weight: 600;
  }

  .slicknav_nav .slicknav_arrow {
    color: #111111;
  }

  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: transparent;
    color: #111111;
  }

  .slicknav_nav a:hover {
    border-radius: 0;
    background: transparent;
    color: #111111;
  }

  .slicknav_nav {
    display: block !important;
  }

  .offcanvas__option ul li {
    font-size: 14px;
    color: #111111;
    list-style: none;
    display: inline-block;
    margin-right: 30px;
    position: relative;
    padding: 2px 0;
    cursor: pointer;
  }
  .offcanvas__option ul li a {
    color: #111111;
  }
  .offcanvas__option ul li:hover ul {
    top: 24px;
    opacity: 1;
    visibility: visible;
  }
  .offcanvas__option ul li ul {
    background: #111111;
    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: #111111;*/
  /*  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: #111111;
  }

  .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;
  }

  .categories__slider.owl-carousel .owl-nav button {
    left: 0;
  }

  .categories__slider.owl-carousel .owl-nav button.owl-next {
    right: 0;
  }

  .class {
    padding-bottom: 100px;
  }

  .class__form {
    height: auto;
    margin-bottom: 50px;
  }

  .class__video {
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
  }

  .instagram__text {
    padding-top: 0;
    margin-bottom: 100px;
    padding: 0 15px;
  }

  .instagram__pic.middle__pic {
    padding-top: 0;
    margin-bottom: 30px;
  }

  .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;
  }

  .categories__slider.owl-carousel.owl-loaded.owl-drag {
    padding: 0 15px;
  }

  .shop__option__search form {
    margin-bottom: 30px;
  }

  .shop__option__search form .nice-select {
    width: 36%;
  }

  .shop__option__search form input {
    width: 64%;
  }

  .shop__option__right {
    text-align: center;
  }

  .related__products__slider.owl-carousel .owl-nav {
    width: 100%;
    text-align: center;
  }

  .related__products__slider.owl-carousel .owl-nav button {
    position: relative;
    left: 0;
    bottom: 0;
  }

  .shopping__cart__table {
    overflow-x: auto;
  }

  .related__products__slider.owl-carousel .owl-nav button.owl-next {
    left: 5px;
  }

  .shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__pic {
    float: none;
    margin-right: 0;
  }

  .shopping__cart__table table tbody tr td.product__cart__item {
    width: auto;
  }

  .shopping__cart__table table tbody tr td.quantity__item {
    width: auto;
  }

  .shopping__cart__table table tbody tr td.cart__price {
    width: auto;
  }

  .wishlist__cart__table {
    overflow-x: auto;
  }

  .wishlist__cart__table table tbody tr td.product__cart__item .product__cart__item__pic {
    float: none;
    margin-right: 0;
  }

  .wishlist__cart__table table tbody tr td.product__cart__item {
    width: auto;
  }

  .wishlist__cart__table table tbody tr td.quantity__item {
    width: auto;
  }

  .wishlist__cart__table table tbody tr td.cart__price {
    width: auto;
  }

  .cart__discount {
    padding-top: 40px;
  }

  .continue__btn a {
    padding: 14px 20px;
  }

  .checkout__order {
    margin-top: 20px;
  }

  .class__sidebar {
    margin-top: 20px;
  }

  .blog__sidebar {
    padding-top: 30px;
  }

  .blog__details__recipe {
    padding: 25px 20px 20px;
  }

  .blog__details__ingredients {
    margin-bottom: 25px;
  }

  .blog__details__ingredients__pic img {
    min-width: 100%;
  }

  .blog__details__author__text .blog__details__author__social {
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 15px;
  }

  .blog__details__author {
    padding: 40px 30px;
  }

  .blog__details__comment__item--reply {
    padding-left: 0;
  }

  .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__tab .nav-tabs .nav-item {
    margin-right: 20px;
  }

  .product__details__tab .nav-tabs .nav-item:after {
    right: -12px;
  }

  .blog__sidebar {
    padding-top: 50px;
  }

  .blog__details__share {
    width: auto;
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 40px;
  }

  .blog__details__share a {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 6px;
  }
  .blog__details__share a:last-child {
    margin-right: 0;
  }

  .blog__details__recipe__item {
    width: 50%;
    float: left;
    margin-bottom: 30px;
  }

  .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;
  }

  .shop__pagination {
    text-align: center;
    margin-bottom: 20px;
  }

  .shop__last__text {
    text-align: center;
  }

  .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;
  }

  .categories__item {
    margin: 0 auto;
  }

  .testimonial__item .rating {
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 20px;
  }

  .testimonial__item {
    padding: 30px 25px 25px 30px;
  }

  .shop__option__search form .nice-select {
    padding-left: 8px;
  }

  .shop__option__search form .nice-select {
    width: 46%;
  }

  .shop__option__search form input {
    width: 54%;
    padding-left: 10px;
  }

  .product__details__option .quantity {
    margin-bottom: 20px;
  }

  .cart__total {
    padding: 30px 20px 30px;
  }

  .blog__item__pic .blog__pic__inner ul {
    display: block;
    margin-left: 0;
    margin-top: 15px;
  }

  .blog__details__author__pic {
    float: none;
    margin-right: 0;
  }

  .blog__details__author__text {
    padding-top: 25px;
  }

  .blog__details__recipe__item {
    width: 100%;
    float: none;
    margin-bottom: 30px;
    text-align: center;
  }

  .blog__details__comment__item__pic {
    float: none;
    margin-bottom: 30px;
  }

  .blog__details__comment .primary-btn {
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 30px;
  }

  .blog__details__comment__item__text .blog__details__comment__btns {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 15px;
  }

  .product__details__big__img img {
    height: auto;
  }

  .product__details__img {
    height: auto;
    overflow: hidden;
  }

  .product__details__thumb {
    height: auto;
  }

  .breadcrumb__text h2 {
    font-size: 40px;
  }

  .checkout__total__products li span {
    float: none;
    display: block;
    margin-top: 10px;
  }

  .checkout__order__products span {
    display: none;
  }
}


:root{
  --light-red:#fde6e6;
  --main-color:green;
}

.header__logo a img{
  height: 55px;
}

.header__top__left ul li ul{
  position: relative;
  display: block;
  left: unset;
  top: unset;
}

.header__top__left .header-address-list{
  display: flex;
  flex-direction: column;
  opacity: 1;
  visibility: visible;
  background-color: transparent;
  color: #151515;
}

.header__top__left .header-address-list li{
  color: #151515;
  display: block;
}

.header__top__left li i{
  font-size: 24px;
}


.header__top__left ul{
  display: flex;
  flex-direction: row;
  background-color: transparent;
  color: 151515;
  align-items: center;
  
}

.header__top__left ul li:hover ul{
  top:unset
}
.header__top__left ul li:after{
  content: '';
  width: 1px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  background-color: #bbbbbb;
}

.header__top__left .header-address-list li{
  margin-left: 0;
  margin-right: auto;
}

.header__top__right__links a{
  color: #151515;
}


.header__menu ul li a{
  font-size: 15px;
  padding: 19px 17px 15px;
}

footer{
  background-color: #3a111a!important;
}



.header__top__right{
  margin-bottom: 5px;
}

.product__item{
  transition: .5s all ;
}

.product__item__text h6 a:hover .product__item{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.header__top{
  border-bottom: 1px solid #e1e1e1;
}


.header{
  background: white;
}

.header__menu ul li a{
  color:#151515;
  font-weight: 500;
}



.first-banner{
  position: relative;
  background-image: url(../img/shop/first-bg.jpg);
  height: 500px;
    background-size: cover;
    background-position: left;
    padding: 5em;
}

.first-banner::before{
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.15);
}

.first-banner .container .row{
  justify-content: left;
}

.header__logo{
  position: relative;
  top: unset;
  left: unset;
  margin-left: 0;
  width: fit-content;
}

.header__top__inner{
  display: flex;
  align-items: center !important;
  flex-direction: row;
  justify-content: space-between;
}

.header__top__left ul li:last-child{
  padding-bottom: 0px;
}

.header__top__left ul li img{
  height: 40px;
}

.header__top__right__links a img{
  height: 20px;
}

.header__top__right__cart a img{
  height: 25px;
}

.header__top__right__cart a span{
  top: -5px;
  right: -5px;
  left: unset;
  color: white;
    background: #419e00;
    padding: 1px;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    padding: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.header__logo a img{
  height: 70px;
}

.header__top__inner{
  padding: 15px 0px;

}

.header__top__inner{
  height: auto;
}

.header__top__left ul{
  align-items: end;
}

.header__top__inner{
  align-items: end;
}

.first-banner p{
  font-size: 20px;
  font-weight: 500;
  color: gray;
  margin-bottom: 15px;
}

.first-banner h1{
  color: #151515;
  font-weight: 600;
  margin-bottom: 15px;
}

.first-banner a{
  color: white;
  background: var(--main-color);
  padding: 20px 35px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  width: fit-content;
}

.header__menu ul li:hover a{
  background: transparent;
}


nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}

nav ul li a:hover {
  color: #555;
}

nav.header__menu ul li a{
  position: relative;
}

nav.header__menu ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #aaa;
  height: 1px;
}

nav.header__menu ul li a {
  transition: all 1s;
  padding-top: 15px !important;
    padding-bottom: 15px !important;
}

nav.header__menu ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
nav.header__menu ul li a:hover {
  color: #fff !important;
  z-index: 1;
}
nav.header__menu ul li a:hover:after {
  z-index: -10;
  animation: fill .5s forwards;
  -webkit-animation: fill .5s forwards;
  -moz-animation: fill .5s forwards;
  opacity: 1;
}


@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: var(--main-color);
  }
}

.section-title{
  font-size: 32px;
    font-weight: 600;

}



.footer__widget h6{
  color: #151515;
}

.footer__widget ul li{
  color: #151515;
}

.footer__widget:after{
  right: 0;
}

.footer__about:after{
  right: 0;
}


.footer__links h6{
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px;
  color: #151515;
}

.about{
  background-color: #fcfcfc;
}

.footer{
  background-color: white!important;
  border-top: 1px solid #e1e1e1;
}

.footer__about .footer__logo{
  text-align: left;
}

.footer__about .footer__logo img{
  height: 90px;
}

.footer__about p{
  text-align: left;
  margin-bottom: 0px;
  color: #151515;
}

.footer__links ul{
  padding-left: 0px ;
  list-style-type: none;
}

.footer__links ul li{
  line-height: 36px;
}

.footer__links ul li a{
  color: #151515;
  font-size: 15px;
  transition: .5s all;
}

.footer__links ul li::before{
  height: 1.5px;
  width: 10px;
  display: inline-block;
    vertical-align: middle;
    content: '';
    background: #d7d7d7;
    margin-right: 10px;
}

.footer__about{
  margin-bottom: 0px;
}

.footer__links ul li a:hover{
  color: var(--main-color);
  margin-left: 5px;
}

.footer__links ul{
  columns: 2;
}

.footer__widget{
  margin-left: 10px;
}

.footer__social a{
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.footer__social a{
  color: #ccc;
  transition: .5s all;
}

.footer__social{
  display: flex;
  gap: 15px;
}

.footer__links{
  margin-left: 10px;
}

.footer__widget ul{
  margin-bottom: 1em;
}

.footer__social a:hover i{
  color: var(--main-color);
}

.footer__social a:hover{
  border-color: var(--main-color);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.copyright__text{
  color: #151515;
}

.copyright{
  background: white;
  border-top: 1px solid #e1e1e1;
}

.footer__widget ul li i{
  color: var(--main-color);
  margin-right: 5px;
  margin-right: 15px;
  font-size: 16px;
}

.copyright__widget p{
  font-size: 14px;
}

.copyright__widget a{
  font-weight: 600;
  color: cadetblue;
}
.product__item__text h6 {
  margin-bottom: 16px;
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
}

.bbtm{
  border-bottom: 1px solid #f5f5f5;
}

.instagram{
  background: #fcfcfc;
}
.first-banner a{
  transition: .5s all;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.first-banner a:hover{
  background-color: #52202a;
}

.shop__option__search form .nice-select{
  width: 35%;
}

.shop__option__search form input{
  width: 65%;
}

.breadcrumb__text h2{
  font-size: 28px;
}

.product__item__text .cart_add a{
  transition: .3s all;
      display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: auto;
}

.product__item__text .cart_add a:hover{
  padding-bottom: 8px;
  color: var(--main-color);
}

.product__details__text h5 span{
  color: gray;
    font-size: 14px;
    font-weight: 500;
}

.product__details__text h5 span::before{
  content: '/';
  margin-right: 5px;
}

.product-details{
  padding-top: 40px;
}

.product__details__text .product__label{
  display: flex;
  background-color: transparent;
  gap: 10px;
  padding: 0px;
}

.product__details__text .product__label a{
  margin: 0;
    padding: 3px 8px;
    background: #e0e0e0;
    font-size: 11px;
    font-weight: 600;
    border-radius: 5px;
    color: #151515;
}

.product__details__tab .tab-content{
  padding: 10px;
  color: #151515;
  border: 1px solid #f8f8f8;
}

.product__details__tab .tab-content p{
  padding-top: 5px;
}

.review-add h4{
  color: #151515;
  font-weight: 500;
  margin: 10px 0px;
}

.review-add{
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.5em;
  padding: 10px;
    background: var(--light);
}

.review-block{
  padding: 25px 10px;
  border-bottom: 1px solid #e1e1e1;
}
.review-block:last-child{
  border-bottom: none;
}

.review-block .review-details{
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin-bottom: 5px;
}

.review-block .review-details .review-name{
  font-weight: 600;
  font-size: 17px;
}

.review-block .review-details .review-date{
  color: gray;
  font-size: 13px;
    font-weight: 500;

}

.review-block .review-details .review-date::before{
  content: '-';
}
.review-add button{
  display: block;
  margin-right: 0;
  margin-left: auto;
}

.review-block .review-text{
  line-height: 1.7;
}

.product__details__tab .nav-tabs .nav-item .nav-link.active{
  border-bottom: 3px solid var(--main-color);
}#eff0f5


.review-add .form-group textarea.form-control{
  background-color: #eff0f5;
}

.shop__pagination a:hover{
  background-color: #b3b3b3;
  color: white;
}

.shop__pagination a{
  background-color:  #f9f9f9;
}

.section-title h2{
  font-size: 36px;
}


.header__top{
  border-color: #f1f1f1;
}

.header{
  border-bottom: 1px solid #e1e1e1;
}

.product-details-custom{
  margin-bottom: 1.5em;
}




@media(max-width:1200px){
  nav.header__menu ul li a{
    padding: 16px 12px 13px!important;
    font-size:13px;
  }
  .header__top__inner{
    padding: 10px 0px;
  }
  .product__item__pic {
    height: 200px;
  }
  .first-banner h1{
    font-size: 48px;
  }
  .first-banner p{
    font-size: 18px;
  }
  .first-banner a{
    padding: 15px 30px;
  }
  .first-banner{
    height: 450px;
  }
  .footer__links ul li a{
    font-size: 13px;
  }
  .footer__about p{
    font-size: 12px;
  }
  .footer__widget ul li span{
    display: block;
    margin-left: 20px;
  }
  .footer__widget ul li i{
    margin-right: 5px;
  }
  .footer__social{
    gap: 10px;
  }
  .footer__social a{
    height: 40px;
    width: 40px;
  }
}
.footer{
  padding-top: 40px;
}
.footer__links{
  margin-top: 40px;
}
.footer__widget{
  margin-top: 40px;
}
.footer__about p{
  font-weight: 500;
}


@media(max-width:991px){
  .footer__widget ul li span{
    display: initial;
  }
  .footer__widget ul li i{
    margin-right: 5px;
  }
  .footer__widget ul li i{
    margin-right: 15px;
  }
  .copyright{
    margin-top: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
  .copyright__text{
    text-align: left;
  }
}

@media(max-width:991px){
  .copyright__widget p{
    text-align: right;
  }
  .product__item__pic{
    height: 250px;
  }
  .first-banner{
    padding: 5em 1em;
  }
  .first-banner .container{
    margin-left: 0;
  }
  .first-banner h1{
    font-size: 28px;
  }
  .first-banner p{
    font-size: 16px;
  }
  .first-banner a{
    padding: 12px 25px;
    font-size: 14px;
  }
  .first-banner{
    height: 350px;
  }
  .section-title{
    font-size: 24px;
  }
  .product__item__text{
    padding-top: 30px;
  }
  .product__item__text h6 {
    margin-bottom: 10px;
  }
  .spad{
    padding-bottom: 40px;
  }
  .section-title span{
    font-size: 18px;
    margin-bottom: 4px;
    letter-spacing: 2px;
  }
  .section-title h2{
    font-size: 28px;
    line-height: 35px;
  }
  .product__item__pic .product__label span{
    background-color: var(--main-color);
    color: white;
    font-size: 11px;
  }
  .shop__option__search{
    margin-bottom: .5em;
  }
  .breadcrumb-option{
    padding-top: 20px;
  }
  .shop{
    padding-top: 50px;
  }
  .breadcrumb__text h2{
    font-size: 24px;
  }
  .breadcrumb__links{
    padding-top: 5px;
  }
  .breadcrumb__links a{
    font-size: 14px;
  }
  .breadcrumb__links span{
    font-size: 14px;
  }
}

@media(max-width:575px){
  .copyright__widget p{
    text-align: center;
  }
  .product__item__text{
    padding-top: 20px;
  }
}

@media(max-width:768px){
  .copyright{
    padding: 7px 0px 5px;
  }
  .footer__about .footer__logo{
    margin-bottom: 10px;
  }
  .footer__links{
    margin-top: 30px;
  }
  .footer__links h6{
    margin-bottom: 15px;
  }
  .footer__widget{
    margin-top: 30px;
  }
  .footer__widget h6{
    margin-bottom: 15px;
  }
  .product__item__pic{
    height: 200px;
  }
  .first-banner{
    height: 250px;
    padding:2em 1em;
  }
  .first-banner h1{
    font-size: 24px;
  }
  .first-banner p{
    line-height: 1.5;
    font-size: 14px;
  }
  .first-banner a{
    padding: 7px 15px;
    font-size: 12px;
  }
  .product__item__text h6{
    font-size: 15px;
  }
  .product__item__text .product__item__price{
    font-size: 13px;
  }
  .spad{
    padding-bottom: 10px;
  }
  .shop__option__search form .nice-select{
    padding-left: 10px;
  }
  .shop__option__search form .nice-select{
    width: 45%;
  }
  .shop__option__search form input{
    width: 55%;
  }
}

@media only screen and (max-width: 767px){
  .copyright__text{
    margin-bottom: 5px;
  }
  .header__logo a img{
    height: 60px;
  }
  .canvas__open{
    top: 24px;
  }
  .product__details__option .primary-btn{
    padding: 12px 20px;
  }
  .product__details__option .pro-qty{
    height: 45px;
  }
  .review-add h4{
    font-size: 18px;
  }
  .review-block .review-text{
    font-size: 14px;
  }
  .review-block .review-details .review-name {

  font-size: 16px;
}
.product__details__tab .col-lg-12{
  padding: 0px;
  }
  .review-add h4{
    margin: 4px 0px;
  }
  .review-add label{
    font-size: 14px;
  }
  .review-add button{
    font-size: 14px;
  }
}


@media(max-width:500px){
  .first-banner{
    height: 200px;
    padding: 1em;
  }
  .first-banner h1{
    font-size: 18px;
    margin-bottom: 5px;
  }
  .first-banner p{
    font-size: 12px;
  }
  .first-banner a{
    padding: 5px 10px;
  }
  .product__item__pic{
    height: 180px;
  }
  .shop__option__search form .nice-select:after{
    right: 10px;
  }
  .shop__option__search form .nice-select span{
    font-size: 14px;
  }
  .shop__option__search form input{
    font-size: 14px;
  }
  .shop__option__right .nice-select span{
    font-size: 14px;
  }
  .shop{
    padding-top: 30px;
  }
}
.offcanvas__logo a{
  height: 100%;
}
.offcanvas__logo a img{
  height: 100%;
}
.offcanvas__cart__item img{
  height: 40px;
  padding: 7px;
}

.offcanvas__cart__links{
  font-size: 24px;
}

.offcanvas__cart{
  display: flex;
  align-items: flex-end;
}

.offcanvas__cart__item a{
  color: #111;
  font-weight: 600;
}    

/*.offcanvas__cart__item a span{*/
/*  top: 0px;*/
/*  right: 0px;*/
/*  left: unset;*/
/*  color: white;*/
/*  background: #419e00;*/
/*  padding: 1px;*/
/*  border-radius: 50%;*/
/*  height: 18px;*/
/*  width: 18px;*/
/*  padding: 5;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  font-size: 12px;*/
/*}*/

.slicknav_nav ul li{
  border-bottom: 0.5px solid #ccc;
}

.slicknav_nav ul li:last-child{
  border-bottom: none;
}

.offcanvas__logo{
  height: 60px;
  margin-bottom: 15px;
}

.product-share a{
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #414141;
    border: 1px solid;
    border-radius: 50%;
}
.product-share{
  display: inline-block;
  margin-top: 1em;
}
.product-share ul{
  display: flex;
  gap:10px;
}

.product-share h5{
  margin-bottom: 1em;
  font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "|";
}


.listingproducts .product__item__pic {
    height: 210px;
}

.text-primary{
  color: #7E2B3C !important;
}

.btn-primary, .btn-soft-primary:hover, .btn-outline-primary:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: var(--white);
}

.progressbar li{
  position: relative;
}

.progressbar li::before {

    color: var(--main-color);
}

.progressbar li.active::before {
     color: var(--main-color) !important;
}

.progressbar li.active + li:after {
    background-color: #02afef;
}

.progressbar li.active:before {
    border-color: #02afef;
}

.progressbar span{
    color: gray;
    font-weight: 600;
}

.progressbar li::before {
    color: #c99696 !important;
}

/*step*/

.progressbar {
  counter-reset: step;
}
.progressbar li {
  list-style: none;
  display: inline-block;
  width: 19%;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 50px;
  height: 50px;
  line-height : 30px;
  border: 1px solid #ddd;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #fff;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progressbar li:first-child:before {
    content: "\f07a";
    font-family: 'Font Awesome\ 5 Free';
    counter-increment: step;
    font-weight: 900;
    width: 60px;
    height: 60px;
    line-height: 30px;
    border: 4px solid #ddd;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: relative;
    z-index: 2;
}


.progressbar li:nth-child(1) span::after {
position: absolute;
    content: '';
    left: 13px;
    top: 28%;
    background: var(--main-color);
    width: 34%;
    height: 6px;
    border-radius: 999px;
}

.progressbar li:nth-child(3) span::after {
position: absolute;
    content: '';
    right: 15px;
    top: 28%;
    background: #c99696;
    width: 34%;
    height: 6px;
    border-radius: 999px;
}


.progressbar li:nth-child(2):before {
content: "\f279";
   font-family: 'Font Awesome\ 5 Free';
  counter-increment: step;
   font-weight: 900;
    width: 60px;
    height: 60px;
    line-height: 30px;
    border: 4px solid #c99696;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #fff;
   display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
   position: relative;
  z-index: 2;
}
.progressbar li:nth-child(3):before {
content: "\f0d1";
   font-family: 'Font Awesome\ 5 Free';
   transform: rotateY(180deg);
  counter-increment: step;
   font-weight: 900;
    width: 60px;
    height: 60px;
    line-height: 30px;
    border: 4px solid #c99696;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #fff;
   display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
   position: relative;
  z-index: 2;
}
.progressbar li:nth-child(4):before {
content: "\f09d ";
   font-family: 'Font Awesome\ 5 Free';
  counter-increment: step;
   font-weight: 900;
    width: 60px;
    height: 60px;
    line-height: 30px;
    border: 4px solid #ddd;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #fff;
   display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
   position: relative;
  z-index: 2;
}
.progressbar li:nth-child(5):before {
content: "\f00c";
   font-family: 'Font Awesome\ 5 Free';
  counter-increment: step;
   font-weight: 900;
    width: 60px;
    height: 60px;
    line-height: 30px;
    border: 4px solid #ddd;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #fff;
   display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
   position: relative;
  z-index: 2;
}
.progressbar li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #c99696;
    top: 25px;
    left: -42%;

}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color: var(--main-color);
}
.progressbar li.active:before {
  border-color: var(--main-color);
}
.progressbar li.active + li:after {
  background-color: var(--main-color);
}

.progressbar li.complete::before {
     color: #2cd22c !important;
}

.progressbar li.complete + li:after {
    background-color: #2cd22c !important;
}

.progressbar li.complete:before {
    border-color: #2cd22c  !important;
}

.cartactive{
  color: var(--main-color) !important;
}

.aiz-topbar-item img, .bags img{
  width: 25px;
    margin-right: 10px;
}

.featured_cats .col-lg-3 a{
  display: flex !important;
  flex-direction: column;
  text-align: center;
  position: relative;
      padding: 0 !important;
}

.featured_cats .col-lg-3 a img{
    height: 300px;
    width: 100%;
    /* border-radius: 50%; */
    object-fit: cover;
    opacity: 1 !important;
    
}

.featured_cats .row{
  row-gap: 30px;
}
 
.featured_cats .col-lg-3 span{
    margin-left: -20px;
    position: absolute;
    bottom: 0;
    left: 20px;
    background: rgba(0,0,0,0.8);
    width: 100%;
    padding: 10px;
    color: white;
        z-index: 999;
}

.featured_prod{
      margin: 0 0 30px;
    padding: 30px 0;
    background-color: #f4f7fc;
    padding-top: 60px;
}

.featured_cats{
       background: url(../img/categorybg.png) no-repeat;
    padding-bottom: 80px;
    /*margin-top: -30px;*/
        background-position: 100% 100%;
    background-size: cover;    
    padding-top: 20px !important;

}

#section_home_categories h3{
      margin-bottom: 35px;
    font-family: 'Pacifico', cursive;
    font-weight: 400 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 1px;
    color: #251d34;
    margin-top: 40px;
    text-transform: capitalize;
    margin-bottom: 15px !important;
    font-size: 32px;
}

.loved_cats{
      background: #f9f5f0;
      padding-bottom: 100px;
}

.loved_cats .col-lg-3:nth-child(odd) span {
    margin-left: -20px;
    position: absolute;
    /* bottom: 0; */
    left: 20px;
    background: rgba(0,0,0,0.8);
    width: 100%;
    padding: 10px;
    color: white;
    top: 0;
    width: fit-content;
    background: white;
    color: black;
    font-weight: 600;
    border-bottom-right-radius: 20px;
        height: fit-content;
}

.loved_cats .col-lg-3:nth-child(even) span {
    width: fit-content;
    background: white;
    color: black;
    font-weight: 600;
    border-top-right-radius: 20px;
}

.loved_cats .col-lg-3 a{
  position: relative;
}

.loved_cats .col-lg-3 a::after{
  position: absolute;
  content: '';
  background: rgba(0,0,0,0.2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.progress-bar{
  background-color: var(--main-color) !important;
}

.featured_prod{
         padding-top: 60px;
}

.header__logo{
  margin-left: -48px;
}

.top_header{
  background: var(--main-color);
}

.home-small-banner-bottomone img{
    width: 40px;
    margin-right: 20px;
    background: var(--main-color);
    border-radius: 50%;
    padding: 8px;
}

.home-small-banner-bottomone h4{
    font-size: 13px;
    color: gray;
    font-weight: 600;
    line-height: 1.5;
}

.home-small-banner-bottom{
      background: #fff8f8;
    padding: 20px 0;
    margin-top: -5px;
}

.safeandclean{
      position: absolute;
    right: 0;
}

.safeandclean img{
      width: 150px;
}

.add-to-cart{
      display: flex;
    align-items: center;
    text-align: center;
    margin: auto;
    justify-content: center;
    background: #000;
    color: white;
    text-transform: uppercase;

    animation: shake 150ms 2 linear;
    animation-iteration-count: infinite;
    -moz-animation: shake 150ms 2 linear;
    -webkit-animation: shake 150ms 2 linear;
    -o-animation: shake 150ms 2 linear;
  
}

.has-bg{
  background: url(http://jewellery.yatramagazine.com/public/assets/img/giftbanner.png);
  height: 500px;
  width: 100%;
  background-position: 100% 100%;
  background-size: cover;
  margin-top: 40px;
  background-attachment: fixed;
}


@keyframes shake {
  0% {
    transform: translate(3px, 0);
  }
  50% {
    transform: translate(-3px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

@-moz-keyframes shake {
  0% {
    -moz-transform: translate(3px, 0);
  }
  50% {
    -moz-transform: translate(-3px, 0);
  }
  100% {
    -moz-transform: translate(0, 0);
  }
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(3px, 0);
  }
  50% {
    -webkit-transform: translate(-3px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}

@-ms-keyframes shake {
  0% {
    -ms-transform: translate(3px, 0);
  }
  50% {
    -ms-transform: translate(-3px, 0);
  }
  100% {
    -ms-transform: translate(0, 0);
  }
}

@-o-keyframes shake {
  0% {
    -o-transform: translate(3px, 0);
  }
  50% {
    -o-transform: translate(-3px, 0);
  }
  100% {
    -o-transform: translate(0, 0);
  }
}

.add-to-cart img, .buy-now img{
  width: 30px;
    margin-right: 10px;
}

.h-48{
  height: 48px;
}

.aiz-nav-tabs a.active {
    border-bottom: 2px solid var(--primary);
    background: var(--main-color);
    color: white !important;
}

.product_guarantee .col-lg-12{
    display: flex;
    align-items: center;
    justify-content: end;
}

.product_guarantee .col-lg-12 img{
  margin-right: 2px;
}

.product_guarantee .col-lg-12:nth-child(2){
  margin-left: -47px;
  margin-top: -10px;
}

.product_guarantee .home-small-banner-bottomone h4 {
    font-weight: 500;
    font-size: 12px;
}

#checkout-form .card-header h3{
  color: var(--main-color);
}

#checkout-form label{
  float: left;
}

.numbering{
      width: 30px;
      margin-right: 10px;
}

#cart_summary .card-header{
  background: var(--main-color);
}

.shophotels img{
  object-fit: contain !important;
}

.c-search-btn{
      background: var(--main-color);
    color: white;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 40px;
    margin-left: 30px;
}

a:hover{
  color: #3f151e;
}

.header__top__inner .user-list a{
      color: gray;
    display: flex;
    align-items: center;
    transition: 200ms ease-out;
}

.header__top__inner .user-list a i{
    font-size: 15px;
    margin-right: 10px;
    font-weight: 700;
}

.header__top__inner .user-list a:hover{
  color: var(--main-color);
}

.pay_img img{
  height: 45px;
  object-fit: contain;
}

.mainattr {
    position: relative;
}

.mainattr a{
    font-weight: 600;
    letter-spacing: 1px;
}


.mainattr .mainatsection  a:not(:last-child){
    padding-bottom: 20px;
        border-bottom: 1px solid lightgray;
}

.mainatsection {
    display: grid !important;
    grid-template-columns: repeat(1,
    1fr);
    position: absolute;
    top: 53px;
    left: 0%;
    z-index: 999;
    background: white;
    box-shadow: 0 4px 3px 0 rgb(0 0 0 / 42%);
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s cubic-bezier(0.22,
    1,
    0.36,
    1);
    pointer-events: none;
    border-top: 3px solid var(--homebg);
}

.mainatsection a{
    color: black !important;
    width: 200px;
    font-size: 14px !important;
    font-weight: normal;
    letter-spacing: initial;
}


.mainattr:hover .mainatsection {
    transition: 0.3s cubic-bezier(0.22,
    1,
    0.36,
    1);
    opacity: 1;
    visibility: visible;
    transform: rotateX( 0deg);
    pointer-events: auto;
}

.mainatsection  a:first-child{
  display: none !important;
}

.c-search-btn img{
  width: 20px;
  margin-right: 5px;
}

.nav-cart-box{
  margin-left: 25px !important;
  margin-right: 25px !important;
}

@media(max-width: 1500px){
  .container{
    max-width: 1150px !important;
  }
}

.caketext{
  display: none;
}

.pay_note{
      position: relative;
    margin: 1em;
    background: #F9F9F9;
    padding: 1em 1em 1em 2em;
    border-left: 4px solid #DDD;
    box-shadow: 0 1px 1px rgb(0 0 0 / 13%);
    border-color: #2ECC40;
}

.pay_note:before {
    content: "√";
    background-color: #2ECC40 !important;
        position: absolute;
    top: 50%;
    margin-top: -17px;
    left: -17px;
    background-color: #DDD;
    color: #FFF;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-family: Georgia;
    text-shadow: 1px 1px rgb(0 0 0 / 50%);
}

.pay_note p{
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}


.top_header img{
  width: 25px;
      margin-left: 10px;
    margin-right: 10px;
}

.top_header a:hover{
 color: white;
}


#cart_summary{
      position: sticky;
    top: 100px;
    height: 100%; 
}

input#session-date {
    display: inline-block;
    position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.section-title h2 {
    font-size: 26px;
    color: #111111;
    line-height: 45px;
    font-weight: 600;
     font-style: initial; 
      font-family: "Montserrat", sans-serif !important;
    margin-top: 20px;
}

.vat_details h3{
      font-size: 15px;
    margin-bottom: 30px;
    color: black;
    font-weight: 600;
    text-align: center;
}

.vat_details{
  position: relative;
    background: #F9F9F9;
    padding: 30px 20px;
    border-left: 4px solid #DDD;
    box-shadow: 0 1px 1px rgb(0 0 0 / 13%);
    border-color: #2ECC40;
}

.star-hotel-title{
  font-size: 14px;
    text-align: center;
   color: var(--main-color);
   position: relative;
   width: fit-content;
    margin: auto;
}


.navbar_hotels_logo{
  display: flex;
  align-items: center;
}

.navbar_hotels img {
    width: 100px;
    background: white;
    border-radius: 50%;
    height: 100px;
    object-fit: contain;
    opacity: 1 !important;
}

.navbar_hotels{
  padding: 10px 0;
  padding-bottom: 0;
    
      margin-top: 20px;
}

.star-hotel-title::after{
  position: absolute;
      content: '';
    background: url(../img/sprites.png) -103px 0 no-repeat;
    width: 153px;
    height: 10px;
    display: block;
    margin: 10px auto 0;
        left: 50%;
    transform: translate(-50%, 0);
         bottom: -20px;
}
.featured_cats .col-lg-3 span{
    z-index:1;
}
.cart_add img{
  width: 20px;
  margin-top: -2px;
}

.product__item{
  overflow: hidden;
  position: relative;
}

.product__item:hover .aiz-p-hov-icon a {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.absolute-top-right a:first-child{
  display: none;
}

.about{
    padding-bottom:5em;
    padding-top:2em;
}

header{
    width:100%;
    z-index:9;
}
/*header Sticky*/
.sticky{
    
    position:fixed;
    top:0px;
    transform:translate(0,-200px);
}



.inView{
    transform:translate(0,0px);
    transition:all .3s ease;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


@media(max-width:1200px){
    .header__logo{
        margin-left:0px;
    }
    .home-small-banner-bottomone h4{
        font-weight:500;
        font-size:12px;
    }
    .featured_cats .col-lg-3 a img{
        height:220px;
    }
    .top_header .container p{
        font-size:12px!important;
    }
}



@media only screen and (max-width: 991px){
    .canvas__open{
        position:relative;
        top:0px;
        right:0px;
        margin-left:10px;
    }
    .offcanvas-menu-wrapper{
        z-index:1000;
    }
}

.product__item__pic img{
        height:100%;
    }
@media(max-width:991px){
    #mobile-menu-wrap ul{
        flex-direction:column;
    }
    #mobile-menu-wrap ul{
        list-style-type:none;
    }
    .home-small-banner-bottomone{
        margin-bottom:1.5em;
    }
    .featured_cats .col-lg-3 a img{
        height:170px;
    }
    .featured_cats .col-lg-3 span{
        font-size: 11px;
        font-weight: 600;
    }
    .header__top__right .aiz-topbar-item{
        gap:15px;
    }
    .header__logo a img{
        height:50px;
    }
    .c-search-btn{
        margin-left:0px;
        padding:10px 20px;
    }
    .product__item__pic{
        height:150px;
    }
    .instagram__text .section-title{
        margin-bottom:20px;
    }
    .instagram__text{
        margin-bottom:40px;
    }
    .section-title{
        font-size:18px;
        margin-top:15px;
        margin-bottom:30px;
    }
    .product__item__text h6{
        font-size:14px;
    }
    .section-title h2{
        font-size:24px;
    }
    .instagram__text h5{
        font-size:16px;
    }
}

@media(max-width:768px){
    .section-title span{
        font-size:15px;
    }
    .section-title h2{
        font-size:18px;
    }
}
.dropdown-item.active, .dropdown-item:hover, .dropdown-item:active{
    background:#8d8d8d;
}
.aiz-range-slider .noUi-connect{
    background:#8d8d8d;
}
.bootstrap-select .dropdown-toggle:active, .bootstrap-select .dropdown-toggle:focus, .show.bootstrap-select .dropdown-toggle{
    border-color:#d8d8d8 !important;
}


@media only screen and (max-width: 991px){
    .offcanvas-menu-overlay{
        z-index:999;
    }
}


@media (max-width: 1199.98px){
    .sidebar-xl .collapse-sidebar{
        max-width:400px;
        width:100%;
    }
}

@media(max-width:1200px){
    .breadcrumb-filter-mobile{
        gap:20px;
    }
    .noUi-horizontal .noUi-handle{
            width: 20px;
    height: 25px;
    right:-10.5px;
    }
    .noUi-handle:after, .noUi-handle:before{
        left:7px;
        top:4px;
    }
    .noUi-handle:after{
        left:11px;
    }
    .noUi-horizontal{
        height:15px;
    }
}



@media(max-width:1200px){
    .listingproducts .product__item__pic{
        height:200px;
    }
}

@media(max-width:768px){
    .sidebar-xl .collapse-sidebar{
        max-width:350px;
    }
    .listingproducts .product__item__pic{
        height:220px;
    }
    .breadcrumb-filter-mobile{
        flex-wrap:wrap;
        gap:0px
    }
    .breadcrumb-filter-mobile .breadcrumb__text{
        width:100%;
    }
    .noUi-horizontal .noUi-handle{
        right:-7.5px;
    }
}

@media(max-width:576px){
    .sidebar-xl .collapse-sidebar{
        max-width:280px;
    }
}

@media(max-width:500px){
    .listingproducts .product__item__pic{
        height:160px;
    }
    .product__item__pic .product__label{
        bottom:unset;
        top:90%;
        padding:0px 5px;
    }
    .product__item__text{
        padding-top:40px;
    }
}

@media(max-width:400px){
    .listingproducts .product__item__pic{
        height:120px;
    }
}


@media(max-width:1200px){
    .product-details-tabs a{
        padding:7px 10px!important;
    }
    .product_guarantee .col-lg-12 .home-small-banner-bottomone{
        margin-left:0;
        margin-right:auto;
        margin-bottom:1em;
    }
    .product_guarantee .col-lg-12:nth-child(2){
        margin-left:0px;
        margin-top:0px;
    }
    
}

@media(max-width:991px){
    .product-detailed-price .h2{
        font-size:24px;
    }
}



@media(max-width:768px){
    .product-details-tabs a{
        font-size:14px!important;
    }
    .product-detailed-container{
        padding:0px!important;
    }
    .add-to-cart img, .buy-now img{
        width:20px;
    }
    .buy-now{
        font-size:14px;
    }
}

@media(max-width:500px){
    .product-detailed-price .h2{
        font-size:18px!Important;
    }
    .product-price #chosen_price{
        font-size:20px;
    }
     .buy-now{
        font-size:12px;
        padding:10px;
    }
    .add-to-cart{
        padding:10px;
    }
    .product-details-tabs a{
            font-size: 13px!important;
    font-weight: 500!important;
    }
    .safeandclean{
        position:relative;
        margin-bottom:1em;
    }
}

.aiz-nav-tabs a.active{
    border-bottom:none;
}
.mainatsection.abtsecs a::after{
    display:none;
}
.mainatsection.abtsecs a{
    transition:all .7s ease;
}
.mainatsection.abtsecs a:hover{
    background:var(--main-color);
    color:white;
}


.btn-link {
    color: #3a3a3a;
    font-weight: 500;
}

.progressbar li:nth-child(1) span::after{
    height:4px;
}
.progressbar li:after{
    height:3.5px;
}

.progressbar li:nth-child(3) span::after{
    height:4px;
}

.progressbar li:nth-child(2):before{
    border: 3px solid #c8c8c8;
}

.progressbar li::before{
    color:#c8c8c8 !important;
}
.progressbar li:after{
    background-color:#b2b2b2;
}

.progressbar li:nth-child(3):before{
     border: 3px solid #c8c8c8;
}

.progressbar li:nth-child(3) span::after{
        background: #c8c8c8;
}



@media(max-width:991px){
    .add-cart-plus{
        margin:16px 0px;
    }
    .add-cart-delete{
         margin:16px 0px;
    }
    #cart_summary{
        margin-top:3em!important;
    }
    
    
}


@media(max-width:768px){
    .cart-table .fs-16{
        font-size:13px!important;
    }
        .add-cart-plus{
        margin:16px 0px;
    }
    .add-cart-delete{
         margin:0px;
    }
    .progressbar li{
        width:30%;
    }
    .order-confirm-name{
        width:100%;
    }
    
 .card .card-body{
        padding:20px 15px;
    }
    .table td, .table th{
        font-size:14px;
    }
    .order-confirm-table th{
        font-size:14px;
    }
    .order-confirm-table td{
        font-size:13px;
    }
    .confirm-order-card .h2.h5{
        font-size:16px;
    }
}


@media(max-width:500px){
    .pay_note p{
        font-size:12px;
    }
    
    .progressbar li:first-child:before{
        height:45px;
        width:45px;
    }
    .progressbar li:nth-child(2):before{
         height:45px;
        width:45px;
    }
    .progressbar li:nth-child(3):before{
         height:45px;
        width:45px;
    }
    .progressbar li:nth-child(3) span::after{
        top:31%;
        width:24%;
    }
    .progressbar li:nth-child(1) span::after{
        top:31%;
        width:24%;
    }
    .progressbar li{
        width:32%;
    }
    .progressbar span{
        font-size:12px;
    }
    .progressbar{
        display:flex;
    }
    .khalti_openhide .form-control{
        font-size:12px;
        padding:.6rem 10px;
    }
    
    .khalti_openhide .btn{
        padding:0.6rem 10px;
    }
    .confirm-order-card{
        padding:15px 2px!important;
    }
     .order-confirm-table th{
        font-size:13px;
    }
    .order-confirm-table td{
        font-size:12px;
    }
   
}
.progressbar li.active:before{
    border-color:var(--main-color)!important;
}
@media(max-width:450px){
    .progressbar li:nth-child(3) span::after{
        top:24px;
    }
    .progressbar li:nth-child(1) span::after{
        top:24px;
    }
    
}

#mobile-menu-wrap h6{
        padding: 10px 16px;
    background: var(--main-color);
    color: white;
        box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
#mobile-menu-wrap .mainattr a{
    border-bottom: 1px solid #ececec;
}


@media only screen and (max-width: 991px){
    .offcanvas-menu-wrapper{
        padding:50px 0px 30px 0px;
        box-shadow:rgb(0 0 0 / 24%) 0px 3px 8px;
    }
    .mainatsection{
            
    top: unset;
    left: unset;
   
    box-shadow: none;
    background: #fafafa;
    
    }
    .mainattr:hover .mainatsection{
        position: relative;
    }
    #mobile-menu-wrap .mainattr .mainatsection a{
        width:100%;
         padding: 8px 20px;
         font-size:13px!important
    }
    
    .mainattr .mainatsection a:last-child{
        padding-bottom:8px;

    }
    .canvas__open{
        border:none;
    }
    .offcanvas__cart__links a{
        margin-right:10px;
    }
}
@media only screen and (max-width: 991px){
    .offcanvas-menu-wrapper{
        width:400px;
    }
    .offcanvas__cart__links .dropdown-menu.dropdown-menu-lg{
        min-width:375px;
        left:0;
    }
    .offcanvas__cart__links .dropdown-menu.dropdown-menu-lg .list-group-item{
        padding:10px;
    }
    .offcanvas__cart__links .dropdown-menu.dropdown-menu-lg .list-group-item a{
        margin-right:0px;
    }
    .cart-product-name{
        font-size:14px;
    }
    .cart-product-quantity{
        font-size:12px;
    }
    .cart-product-price{
        font-size:12px;
    }
    .mainatsection.abtsecs a:hover{
        background: #d7d7d7;
    }
    .footer{
        padding-bottom:40px;
    }
    .header__top__right .aiz-topbar-item{
        margin-left:0px!important;
    }
}
@media(max-width:768px){
    .desk-user{
        display:none!important;
    }
    .cake-find-btn{
        padding:10px;
    }
    .header__logo a img{
        height:40px;
    }
    .offcanvas-menu-wrapper{
        width:250px;
    }
    .offcanvas__logo{
        height:40px;
    }
    .c-search-btn img{
        width:15px;
    }
    .c-search-btn{
        font-size:12px;
        font-weight:500;
    }
    .top_header .container p{
        font-size:10px!important;
    }
    .top_header img {
        width:15px;
    }
    .offcanvas-menu-wrapper{
        width:300px;
    }
    .offcanvas__cart__links .dropdown-menu.dropdown-menu-lg{
        min-width:280px;
    }
    .offcanvas__cart__links .dropdown-menu.dropdown-menu-lg .list-group-item a img{
        width:50px;
        height:50px;
    }
    .cart-item-heading{
        font-size: 14px!important;
    padding: 10px!important;
}
.offcanvas__cart__links .dropdown-menu.dropdown-menu-lg .list-group-item a{
    align-items:flex-start!important;
}
}

.pagination .active .page-link{
    background-color:#a5a5a5;
}

.offcanvas__cart{
    padding:0px 10px;
}
.offcanvas__cart__links a:after{
    display:none
}
.offcanvas__cart .nav-cart-box{
    margin:0px!important;
}

.offcanvas__cart__item img{
    height:35px;
}
.offcanvas__cart__links{
    border-right: 0.5px solid #ececec;
}
.offcanvas__cart__item a.dropdown-toggle{
    display:flex;
}

@media(min-width:991px){
    .mb-toolbar{
        display:none;
    }
}


.mb-toolbar{
        position: fixed;
    bottom: 0px;
    width:100%;
    z-index: 500;
    background: white;
    padding: 0px 15px;
    padding-top:7px;
        box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
        border:1px solid #eee;
}

.mb-toolbar .toolbar-grid{
        display: flex;
    padding-left: 0;
    list-style-type: none;
    justify-content: space-between;
}


.mb-toolbar .toolbar-grid li{
    text-align:center;
}

.mb-toolbar .toolbar-grid li a{
    
}

.mb-toolbar .toolbar-grid li a i{
    font-size:20px;
    color:#545454;
}

.mb-toolbar .toolbar-grid li p{
    margin-bottom: 0;
    font-size: 13px;
    color:#2d3748;
    font-weight: 600;
}

@media(max-width:500px){
    .mb-toolbar .toolbar-grid li p{
        font-size:12px;
        font-weight:500;
        line-height:inherit;
        padding-bottom:2px;
    }
    .mb-toolbar{
            padding: 0px;
    padding-top: 5px;
    }
}

@media(max-width:420px){
    .mb-toolbar .toolbar-grid li p{
        font-size:11px;
    }
    .header__logo a img{
        height:35px;
    }
    .c-search-btn{
        font-size:11px;
    }
}



@media (max-width: 1199px){
    .aiz-user-sidenav-wrap{
        display:block;
            width: 100%;
    max-width: 100%;
    height: fit-content;
    }
    .user-dashboard-grid{
        flex-direction:column;
    }
    .aiz-user-sidenav-wrap .aiz-side-nav-list{
        display:flex;
        gap:10px;
    }
    .aiz-user-sidenav{
        position:relative;
        padding:0px!important;
    }
    .aiz-user-panel{
        width:100%
    }
    .aiz-user-sidenav .aiz-side-nav-list .aiz-side-nav-link{
        border:1px solid #ececec;
    }
    
.star-hotel-title{
    font-size:20px;
}
}


@media(max-width:768px){
    .avatar-md{
        height:50px;
        width:50px;
    }
    .aiz-side-nav-list .aiz-side-nav-icon{
        width:auto!important;
        margin-right:0px;
    }
    .badge-success{
        margin-left:3px;
    }
    .aiz-user-sidenav .aiz-side-nav-list .aiz-side-nav-link{
        font-size:12px;
        padding:10px 10px 10px 10px;
    }
    .aiz-user-sidenav-wrap{
        box-shadow:none;
        border:none;
    }
    
}

@media(max-width:500px){
    .aiz-user-sidenav .aiz-side-nav-list .aiz-side-nav-link{
        padding:7px;
        box-shadow: rgb(100 100 111 / 6%) 0px 7px 29px 0px;
    }
    .aiz-user-sidenav-wrap .aiz-side-nav-list{
        padding:10px!important;
        flex-direction:column;
        border:1px solid #ececec;
    }

    .badge-success{
        font-size:9px;
        height:15px;
    }
    .aiz-table td, .aiz-table th{
        padding:.3rem 0.5rem;
    }
    .aiz-user-panel .card .card-body{
        padding:15px 10px;
    }
    .sidenav-avatar-card{
        padding:10px!important;
        margin-bottom:13px!important;
    }
}
.footer__about .footer__logo img{
    height:60px;
}
.footer__about .footer__logo{
    margin-bottom:4px;
}
.footer__about p{
    margin-bottom:10px;
}


.contact-address h4{
    font-size:16px;
    font-weight:600;
    color:#151515;
}


.contact-address ul{
    list-style-type:none;
}


.footer__about{
    margin-bottom:15px;
}

.footer__widget ul li i{
    width:16px;
}
.contact-address{
    margin-left:10px;
    margin-bottom:2em;
}
.contact-address p{
    font-weight:600;
    margin-top:10px;
    font-size:15px!important;
    margin-bottom:5px;
}


.contact-address ul li{
        font-size: 13px!important;
    line-height: 1.7!important;
    padding-left: 31px;
    margin-bottom:5px;
}


.contact-address p i{
        width: 16px;
            margin-right: 15px;
                color: var(--main-color);
                font-size: 16px;
}

.footer__widget{
    margin-bottom:10px;
}

@media(max-width:991px){
    .footer__widget ul li span{
        margin-left:5px;
    }
    
.star-hotel-title{
    font-size:18px;
}
}

@media(max-width:576px){
    .star-hotel-title{
        padding:8px 15px;
        font-size:15px;
    }
    
}

.star-hotel-title{
    background: var(--main-color);
    color: white;
    padding: 10px 35px;
    width: fit-content;
    margin: 0 auto;
    font-size: 24px;
    margin-bottom:1em;
    border-radius: 10px;
}
.footer__about .footer__logo{
    margin-bottom:15px;
}



.section-title{
    text-align:center;
}
.offcanvas__logo{
    padding:0px 15px;
}

.login-card .login-register-links a{
        color: var(--main-color);
    font-weight: 500;
}


.navbar_hotels_logo{
    overflow-x:auto;
}


.navbar_hotels_logo div a{
    width:100%;
}
.star-hotel-title h3{
    margin-bottom:1.5em;
}


.header__logo{
    margin-left:0px;
}

.about{
    background-color:#ffebee;
}

.progress{
    background-color:#c6a1a8;
}

@media(max-width:1199px){
    .star-hotel-title{
        font-size:20px;
    }
}

@media(max-width:991px){
    .star-hotel-title{
        font-size:15px;
    }
}

.product__item__text h6{
    margin-bottom:7px;
}


.product-item-brand{
    color: #595959!important;
    font-weight: 500!important;
    font-size: 14px;
    text-transform: capitalize!important;
}
.bags img{
    width:28px;
}
    
@media(max-width:400px){
    .featured_cats .col-lg-3 a img{
        height:150px;
    }
}

.deskuser-login{
    color:#151515;
}
.nav-track img{
    width:50px;
    margin-right:0;
}
.nav-track{
    margin-left:15px;
}





@media(max-width:991px){
    .nav-track{
        display:none;
    }
    .offcanvas-track{
           width: 43px;
    height: auto;
    padding: 1px;
    }
}


/*Changes that can be used or not*/

.header__top{
    background:#af0001;
    width:100%;
    border:0;
}

.header__top__inner{
        padding: 7px 0px;
    padding-bottom: 15px;
}

.deskuser-login{
    color:white;
}

.nav-box-text{
    color:white;
    opacity:1!important;
}
.top_header{
        background: #af0001;
  
}
.header__logo a img{
    height:50px;
}


.header_search button{
        position: absolute;
    right: 0;
    color: #af0001;
    background: transparent;
    border: 0;
}
.cake-find-btn{
    background-color:white;
    border-radius:25px;
    padding:0px;
        transition:.5s all ease;

}
.cake-find-btn a{
    
    color: #626262!important;
    font-weight: 500;
    padding:10px 40px;
    transition:.5s all ease;
}


.cake-find-btn a i{
    margin-right:5px;
    font-size:15px;
}

.cake-find-btn:hover{
        background-color: #870303;
        color:white!Important;
}

.cake-find-btn:hover a{
    color:white!important;
}

.deskuser-login:hover{
    color:white;
}

@media(min-width: 992px){
    .deskuser-login{
        display: flex!important;
        align-items: flex-end;
    }
}

.dropdown.desk-user .dropdown-toggle{
    color:white;
}


.header__top{
    z-index:998;
}

.navbar_hotels img{
    width:auto;
    border-radius:0px;
}

.navbar_hotels_logo div a{
    text-align:center;
}

.inView{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.canvas__open{
    color:white;
        display: flex;
    align-items: center;
    top:unset;
    right:unset;
    height:auto;
}
.header__top__inner{
    align-items:flex-end!important;
}
.header__top__right{
    margin-bottom:0px;
}



.header{
    z-index:998;
}


.offcanvas-track{
    width:auto;
}

.offcanvas-track img{
    height:55px;
}



@media only screen and (max-width: 991px){
    .offcanvas__cart{
        margin-bottom:0px;
    }
}




@media(max-width:768px){
    .header__logo a img{
        height:40px;
    }
}

@media(max-width:576px){
    .cake-find-btn a{
            font-size: 11px;
    padding: 8px 20px;
    }
    .canvas__open{
        width:auto;
    }
}


@media(max-width:450px){
    .header__logo a img{
        height:30px;
    }
}

.sticky{
    top:-1px;
}
.footer-bottom{
    display: flex;
    justify-content: space-between;
}
.copyright__widget p{
    margin:0px;
}
.footer-online{
        font-size: 13px;
    margin: 0px;
}


.footer-online img{
    height:40px;
}

@media(min-width:991px){

.header__logo a img {
    margin-top: -30px !important;
}

.sticky .header__logo a img {
    margin-top: 0;
}

.sticky .nav-search {

    top: 15px;
}

}

.star-hotel-title h3{
        color: white;
    font-size: 20px;
    border-radius: 10px;
}

/*.cake-find-btn{*/
/*        position: absolute;*/
/*    left: 41%;*/
/*    top: 0%;*/
/*}*/

/*.sticky .cake-find-btn {*/
/*    position: absolute;*/
/*    left: 41%;*/
/*    top: 23%;*/
/*}*/

.aiz-topbar-item{
    margin-left: -410px !important;
}

.cake-find-btn a {
    color: #626262!important;
    font-weight: 500;
    padding: 10px 20px;
    transition: .5s all ease;
}



.nav-search .input-group label{
    display:none;
}



.nav-search .input-group button{
            position: absolute;
    right: 0;
    top:0;
    background: transparent;
    border: 0;
    border-left: 1px solid rgba(0,0,0,.1);
    border-radius: 0;
}

.nav-search .input-group button i{
    color:gray;
}

.nav-rewards{
    margin-left:1em;
}


/*.nav-search{*/
/*    max-width:220px;*/
/*    width:100%;*/
/*        position: absolute;*/
/*    left: 42%;*/
/*    transform: translateX(-50%);*/
/*    width: 500px;*/
/*    top: 0px;*/
/*}*/

/*.nav-search .input-group{*/
/*        width: 400px;*/
/*}*/

.nav-search .form-outline{
    width:100%;
}

.cake-find-btn a{
    white-space:nowrap;
}
@media(max-width:991px){
    .nav-rewards{
        display:none;
    }
}


.cake-find-btn{
    display:none;
}

.left_hotelpart{
    display: grid;
    grid-template-columns: 22% 78%;
grid-gap: 22px;
margin-top: 60px;
}

.left_hotelpartimage{
  position: relative;
     height: 271px;
}

.left_hotelpartimage::after{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}

.left_hotelpartimage img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.left_hotelpartimagelogo{
  position: absolute;
  top: 0;
  left: 0;
}

.left_hotelpartimagelogo{
      position: absolute;
    top: 45%;
    left: 50%;
    z-index: 9;
    background: white;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.left_hotelpartimagelogo img{
         width: 120px;
    height: 120px;
    object-fit: contain;
    border-radius: 50%;
    padding: 0;
}

/*.product-item-brand{*/
/*        width: 90%;*/
/*    padding:10px 5px;*/
/*    background: red;*/
/*    margin:0 auto;*/
/*    position:relative;*/
/*    color:white!important;*/
/*    background:#af0001;*/
    
/*}*/

/*.product-item-brand:before{*/
/*    content:"";*/
/*    position:absolute;*/
/*    bottom:-10px;*/
/*    left:0;*/
/*    border-left:5px solid transparent;*/
/*    border-right:5px solid #510001;*/
/*    border-top:5px solid #510001;*/
/*    border-bottom:5px solid transparent;*/
/*}*/

/*.product-item-brand:after{*/
/*    content:"";*/
/*    position:absolute;*/
/*    bottom:-10px;*/
/*    right:0;*/
/*    border-left:5px solid #510001;*/
/*    border-right:5px solid transparent;*/
/*    border-top:5px solid #510001;*/
/*    border-bottom:5px solid transparent;*/
/*}*/


@media(min-width:600px){
    .header__logo a img{
        margin-top:0px;
        margin: 7px 0px;
     
    }
    .sticky .header__logo a img{
        margin-top:7px;
    }
}

.header__top__inner{
    align-items:center!important;
}


.nav-search .input-group{
    height:100%;
}
.nav-search .form-outline{
    height:100%;
}


.nav-search .form-outline .form-control{
    height:100%;
    border-radius:0px;
    padding:0.4rem 1rem;
}

    
.nav-search{
    margin-left: 6rem;
    margin-right: auto;
    width: 500px;
    height:40px;
    margin-top: -25px;
}


.nav-search .input-group button{
    border-left:none;
}

.top_header{
    padding:4px 0px;
}


.sticky .nav-search{
    margin-top: 9px;
}


.sticky .header__logo a img {
    margin-top: 0px !important;
}


.nav-search{
    width:35.5%;
}

@media(max-width:1300px){
    .nav-search{
        margin-left:4rem;
            }
}


@media(max-width:1200px){
    .nav-search{
         margin-left:3rem;
    }
    .header__logo a img{
        height:45px;
    }
    .half-outside-arrow .slick-next{
        right:10px;
    }
    .half-outside-arrow .slick-prev{
        left:10px;
    }
    .nav-search{
    width:30%;
}
}
@media(min-width:991px){
    .mobile-nav-search{
        display:none;
    }
    .mobile-search-button{
        display:none!important;
    }
}




@media(max-width:991px){
    .header__logo a img{
        height:40px;
    }
    .nav-search{
        display:none;
    }
    .mobile-nav-search{
        display:block;
        width: 100%;
    position: relative;
    top: unset;
    left: unset;
    margin: 0;
    padding:15px;
        height: fit-content;
    background: white;
    z-index: 217;
    }
    .mobile-nav-search .form-outline{
        padding:0px;
    }
    .mobile-nav-search .form-control{
            background: #F1F4F8;
    border-radius: 25px!important;
    padding: 15px 25px;
    font-size:14px;
    padding:0.9em!important;
    }
    .mobile-nav-search.nav-search .input-group button{
                right: 0px;
    top: 0px;
    height: 100%;
    border-radius: 25px;
    }
    .mobile-nav-search.nav-search .input-group button:hover{
        background:transparent;
    }
    .mobile-nav-search .form-control:focus .mobile-nav-search{
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .navbar_hotels{
        margin-top:0px;
    }
    .mobile-nav-search:hover {
        box-shadow: rgba(100, 100, 111, 0.2) 0px 42px 29px 0px;
    }
    .mobile-search-button{
    position: absolute;
    right: 0;
    display:none;
    }
}

.mobile-nav-search-styled{
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
@media(max-width:1200px){
    .left_hotelpartimage{
        height:370px;
    }
    .left_hotelpart{
        grid-gap:20px;
        grid-template-columns: 22% 76%;
    }
}



@media(max-width:991px){
    .featured_prod .product__item__pic{
        height:230px;
    }
    .left_hotelpart{
        grid-gap:3%;
        grid-template-columns: 25% 72%;
    }
}

@media(max-width:900px){
     .featured_prod .product__item__pic{
        height:180px;
    }
    .left_hotelpartimage{
        height:350px;
    }
}

@media(max-width:768px){
    .left_hotelpart{
        grid-template-columns: 30% 67%;
    }
    .left_hotelpartimage {
    height: 320px;
}
}

@media(max-width:600px){
    
    .left_hotelpart{
            display: inherit;
    grid-template-columns: inherit;
    }
    
    .left_hotelpartimage{
        
            display: none;
    }
    .product__item {
    margin-bottom: 0;
}
}

.inView{
    box-shadow:rgb(0 0 0 / 24%) 0px 10px 8px;
}

.left_hotelpartdesc{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        padding: 20px 20px;
    padding-top: 37px;
    background: url(../img/categorybg.png) no-repeat;
        position: absolute;
    bottom: 0;
    z-index: 9;
    background: rgb(255 0 0 / 50%);
    color: white;
        width: 100%;
}

.left_hotelpartdesc h6{
        margin-bottom: 6px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}


.left_hotelpartdesc p{
 
    font-size: 14px;
        color: white;
        margin:0;
}

.left_hotelpartimage {
    height: 421px;
}

.col-orange{
    color:orange;
}

.starhotels .row .col-lg-3:nth-child(9), .navbar_hotels .swiper-slide:nth-child(9){
    display:none;
    
}

.footer__social img{
    height:30px;
}

.footer__social a{
    border:0;
}

.footer__social a:hover{
    box-shadow:none!important;
}
.footer__social a:hover{
    drop-shadow:rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.footer__social a{
    width:auto;
}

@media(max-width:991px){
    .footer__social img{
        height:25px;
    }
   
}


.testimonial{
    background:white;
}

.testimonial .testi-card .test-quote{
    text-align:center;
    color:#ddd;
    margin-bottom:1em;
}


.testimonial .testi-card .testi-text{
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 2em;
    color: var(--main-text);
    text-align:center;
}
.testimonial .testi-card .testi-details{
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
}

.testimonial .testi-card .testi-details .testi-left img{
    height:40px;
    width:40px;
    border-radius:50%;
    object-fit: cover;
}

.testimonial .testi-card .testi-details .testi-right{
        font-size: 15px;
    margin-bottom: 2px;
    color: var(--main-text);
    display:flex;
    align-items:center;
        text-align: center;
}

.testimonial .testi-card{
        padding: 20px 10px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}


.index-testimonial-Swiper .swiper-wrapper{
    padding:2em 5px;
}


.index-testimonial-Swiper .swiper-slide{
    transform: scale(0.9)!important;
    transition: 0.5s all ease
}


.index-testimonial-Swiper .swiper-slide-next{
    transform: scale(1.2)!important;
}

@media(max-width:991px){
    .index-testimonial-Swiper .swiper-slide{
        transform:unset!important;
    }
    
.index-testimonial-Swiper .swiper-wrapper{
    padding:2em 1em;
}
}



/*======Accordion ------------*/
.faq{
    padding-top:50px;
}
.accordion-div{
    margin-bottom:1em;
}
.accordion {
  background-color: #ffcfcf;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 17px;
  transition: 0.4s;
  border-left:10px solid #d37979;
}

.accordion.active, .accordion:hover {

  font-weight:600;
      border-bottom: 3px solid #d37979;
}


.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: #ffcfcf;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-left:10px solid #d37979;
  font-size:15px;
}
.panel p{
    font-size:15px;
}

.mt-6{
    margin-top:60px;
}

.star-hotel-title{
      font-size: 20px;
}

.navbar_hotels img{
    height:150px;
}

@media(max-width:1200px){
    .star-hotel-title{
        font-size:24px;
    }
}


@media(max-width:991px){
    .star-hotel-title{
        font-size:20px;
    }
    .navbar_hotels img{
        height:120px;
    }
}
@media(max-width:768px){
    .navbar_hotels_logo div a{
        padding:8px 0px!important;
    }
    .star-hotel-title{
        font-size:16px;
    }
}


.featured_prod .star-hotel-title{
    margin-bottom:3em;
}

@media(max-width:600px){
    .testimonial .testi-card .testi-details {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
    
}

.by-hotels a:nth-child(10){
    display:none !important;
}

.testimonial .testi-card .testi-details .testi-left img{
    object-fit:cover;
}


.left_hotelpartimagelogo{
    top:35%;
        height: 140px;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:10px;
}
.left_hotelpartimagelogo img{
    height:90px;
    width:90px;
    border-radius:0%;
    
}







@media(max-width:1200px){
    .left_hotelpartimage{
        height:370px;
    }
    .left_hotelpartimagelogo{
        top:25%;
    }
}



@media(max-width:900px){
    .left_hotelpartimage{
        height:350px;
    }
    .left_hotelpartimagelogo{
        top:25%;
    }
    .left_hotelpartdesc{
        padding:10px 15px;
        padding-top:10px;
    }
}

@media(max-width:768px){
    .left_hotelpartimagelogo{
        top:30%;
    }
}


.footer__social img{
    height:45px;
}

@media(max-width:991px){
    .accordion{
        font-size:15px;
    }
    .panel p{
        font-size:14px;
    }
    .footer__social img{
        height:40px;
    }
}

@media(max-width:768px){
    .navbar_hotels img{
        height:80px ;
    }
    .navbar_hotels_logo div a{
        padding:8px!important;
    }
}


.navbar_hotels, .navbar_hotels .star-hotel-title{
    margin-bottom:1em;
}


.about-breadcrumb .bread-crumb{
    display:flex;
    gap:5px;
    align-items:center;
    margin-bottom:2em;
}

.about-breadcrumb .bread-crumb p{
    font-size:13px;
    margin:0;
}

.about-header{
    background-color:#f4f7fc;
}


.about{
    background-color:white;
}


.about h5{
    margin-top:1em;
        color: #151515;
    font-weight: 600;
    margin-bottom:0.3em;
}

.about-header .section-title{
    font-family:"Montserrat", sans-serif;
}

.contact-info .contact-details .contact-line li{
    display:flex;
    gap:10px;
        margin-bottom: 0.5em;
        line-height:1.8 ;
}
.contact-info .contact-details .contact-line li i{
    margin-top:5px;
}
.contact-info{
    background-color: #f4f7fc;
    padding: 30px 20px;
}
.contact-info h4{
    margin-bottom:1em;
}
.contact-box{
    margin-bottom:3em;
}

.index-first-banner .slick-slide img{
    height:auto;
}

@media(max-width:768px){
.index-first-banner button{
        display:none;
    }
}

@media(max-width:576px){
    .star-hotel-title{
        font-size:14px;
    }
    .footer__links ul li::before{
        margin-right:3px;
    }
}

.quick-links-div{
    display:flex;
    flex-direction:row;
}
.quick-links-div ul{
    columns:1;
    width:50%;
}

@media(min-width:1200px){
    .quick-links-div ul:first-child{
        width:40%;
    }
    .quick-links-div ul:last-child{
        width:60%;
    }
}


.beside-working{
        font-size: 14px;
    font-weight: 500;
    color: black;
}

.breadcrumb__text h2{
    font-family:"Montserrat", sans-serif;
    text-transform:uppercase;
        font-style: normal
}

.single-product-name{
  font-size: 30px !important;
  font-weight: 500 !important;
  text-transform: capitalize;
  font-family: "Playfair Display", serif;
  line-height: 1;
}

.product-detailed-price{
  font-size: 30px !important;
  font-weight: 500 !important;
  text-transform: capitalize;
  font-family: "Playfair Display", serif;
  line-height: 1;
}

.product__item__text h6{
    text-transform:capitalize;
}
.mainatsection.abtsecs a{
    text-transform:capitalize;
}
.account-user-name{
    overflow:hidden;
}


@media(min-width:1500px){
    .account-user-name{
        max-width:170px;
        
    }
}

@media (max-width:1500px) and (min-width:1200px){
    .account-user-name{
        max-width:80px;
    }
    .nav-search{
        margin-left:3rem;
    }
}

@media (max-width:1200px) and (min-width:991px){
    .account-user-name{
        max-width:60px;
    }
}


.ver-thank{
    font-size:18px;
}

.side-menu-open .aiz-sidecartbar-wrap {
  left: 0px;
}

.menu-menu-open .aiz-sidemenubar-wrap {
  left: 0px;
}

.search-menu-open .aiz-sidesearchbar-wrap {
  left: 0px;
}

.aiz-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -265px;
  height: 100vh;
  overflow-y: auto;
  z-index: 9999 !important;
  background-color: #141423;
  width: 265px;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

.aiz-sidebarmenu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -265px;
  height: 100vh;
  overflow-y: auto;
  z-index: 9999 !important;
  background-color: #fff;
  width: 265px;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

.aiz-sidebarsearch {
  position: fixed;
  top: -265px;
  overflow-y: auto;
  z-index: 9999 !important;
  background-color: #141423;
  width: 265px;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
  width: 100%;
  padding: 20px;
}

.menulistings{
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  width: fit-content;

}

.menulistings::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: 200ms ease-out;

}

.menulistings:hover::before{
  transform: scale(1);
}



.cartsidebar{  left: -265px !important;
  background-color: white !important;
}

.searchbar{
  width: 500px;
  margin: auto;
}

.searchsidebar{  top: -265px !important;
  background-color: white !important;
}

.side-menu-open .aiz-sidecartbar-wrap .left {
  left: 0px !important;
}

.menu-menu-open .aiz-sidemenubar-wrap .left {
  left: 0px !important;
}

.side-menu-open .aiz-sidecartbar-overlay {
  visibility: visible !important;
  opacity: 1 !important;
}

.menu-menu-open .aiz-sidemenubar-overlay {
  visibility: visible !important;
  opacity: 1 !important;
}



.search-menu-open .aiz-sidesearchbar-wrap .left {
  top: 0px !important;
}

.search-menu-open .aiz-sidesearchbar-overlay {
  visibility: visible !important;
  opacity: 1 !important;
}


.w120{width: 120px;}
.size300px{
  height: 300px;
  width: 100% !important;
}

.logintext{
  font-family: "Playfair Display", serif;
  color: #000;
    font-size: 30px;
}

.form-login .form-control{
  margin-bottom: 20px;
}

@media(max-width:600px){
  .stickyimage{
    position: initial !important;
  }
  .mobilenone{
    display: none !important;
  }
  .cart__toggler .mr-3{
    margin-right: 0 !important;
    width: 22px;
  }
  .top-middle-section {
    height: 70px !important;
}
.navmid{
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
}
.navauth{
  justify-content: end;
}
.navimage{
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.navauth img{
  width: 30px;
  height: 30px;
  object-fit: contain;

}
.pad-top-bottom80 {
  padding-top: 20px !important; 
  padding-bottom: 20px !important; 
}
.menulistings{
  font-size: 13px;
  color: #000;
}
.aiz-sidebarmenu {
  height: 105vh;
}
}