@font-face {
  font-family: 'Soligant';
  src: url('../fonts/Soligant.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mulish';
  src: url('../fonts/mulish-v11-vietnamese-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
}

body,
html {
  height: 100%;
  width: 100%;
  font-size: 1.4rem;
  margin: 0 auto;
  font-family: 'Mulish';
}

a {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  list-style: none;
  font-size: 14px;
  outline: none !important;
  font-family: 'Mulish';
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: 'Soligant';
  color: #333;
}

ul {
  list-style: none;
}

p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 8px;
  color: #777;
  font-family: 'Mulish';
}

button:focus {
  outline: 0;
  outline: inherit !important;
}

label {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 12px 0;
  position: relative;
  letter-spacing: 0.8px;
  color: #000;
  font-family: 'Mulish';
}

:focus {
  outline: 0;
  box-shadow: none;
}

::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: #c59d58;
  outline: none;
}

/*-----------nav--------------*/
#header {
  width: 100%;
  height: auto;
  background-color: #fff;
  position: fixed;
  transition: 0.3s ease;
  z-index: 9999;
  top: 0;
}

.nav-search {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-search svg {
  width: 20px;
  color: #8f8f8f;
}

.extra_nav {
  padding: 0 5px;
  margin: 0 5px;
}

.extra_nav:hover svg {
  color: #c59d58;
}

.extra_nav span {
  position: absolute;
  top: -6px;
  right: -7px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #000;
  font-size: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 400;
}

.upheader {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 12px 0;
  border-bottom: 1px solid #f0f0f0;
}

.upheader div {
  line-height: 0;
}

.upheader div a {
  color: #707070;
  font-weight: 600;
  display: inline-block;
  line-height: 0;
  font-size: 14px;
  letter-spacing: 0.65px;
}

.upheader div:last-child a svg {
  width: 16px;
  color: #707070;
  margin: 0 4px;
}

.upheader div a:hover {
  color: #e9c486;
}

.upheader .form-control {
  height: 35px;
  line-height: 3.2rem;
  font-size: 13px;
  color: #000;
  font-weight: 600;
  border-radius: 0;
  padding-left: 35px;
}

.upheader .input-group {
  width: 320px;
  margin: 0 auto;
}

.upheader .submit {
  border: 0;
  background: #000;
  color: #fff;
  font-size: 16px;
  padding: 0 15px;
}

.upheader .form-control:focus {
  box-shadow: none;
}

.up_pin {
  position: absolute;
  left: 8px;
  top: 5px;
  color: #707070;
  z-index: 4;
}

.up_pin svg {
  width: 18px;
}

/* ------------login_dropdown------------ */



/*--------------Banner----------------*/
.banner {
  height: 100vh;
  padding-top: 145px;
  margin-bottom: 180px;
}

.banner_pic img {
  width: 100%;
  object-fit: cover;
}

.banner_style {
  padding: 25px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner_style h1 {
  font-size: 138px;
  font-weight: 400;
  line-height: 155px;
  color: #30373e;
  margin-bottom: 60px;
  text-transform: capitalize;
}

.banner_style li {
  width: calc((100% - 150px) / 3);
}

.sm_img_div {
  position: relative;
  padding-left: 50px;
}

.sm_img_div h1 {
  position: absolute;
  top: -19%;
  color: rgb(0 0 0 / 4%);
  font-size: 8.6rem;
  left: -11%;
  z-index: -1;
}

.sm_img_div p {
  width: 280px;
  margin-top: 20px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.bannerSwiper .banner-pagination {
  text-align: left;
  left: 28% !important;
  bottom: 61px !important;
}

.bannerSwiper .banner-pagination span {
  width: auto;
  height: auto;
  background: transparent;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.bannerSwiper .swiper-pagination-bullet-active {
  margin-right: 60px !important;
  position: relative;
}

.bannerSwiper .swiper-pagination-bullet-active::before {
  content: '';
  width: 49px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 16px;
  top: 12px;
}

.btn_new {
  margin: 0 auto;
  border: none;
  padding: 10px 44px;
  font-size: 25px;
  position: relative;
  color: #000
}

.btn_new::before {
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  content: "";
  width: 50%;
  height: 100%;
  background: black;
  position: absolute;
  top: 0;
  left: 0;
}

.btn_new.rounded {
  border-radius: 50px;
}

.btn_new.rounded::before {
  border-radius: 50px;
  width: 60px;
  background: #e9c486;
  left: 5%;
  z-index: -1;
}

.btn_new.rounded:hover::before {
  background: #000;
  width: 100%;
  color: #fff;
}

.btn_new:hover span {
  color: #fff;
}

.btn_new:hover span svg {
  padding-left: 5px;
}

/*-----------home_about-------------*/
.home_about_sec {
  position: relative;
}

.home_about_sec:before {
  content: "";
  position: absolute;
  top: 88%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/Vector_1.webp) no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}

h2.section-header,
a.link-title {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Mulish";
  letter-spacing: 2.4px;
  font-weight: 600;
  color: #daa14c;
  margin-bottom: 16px;
}

p.section-text {
  text-align: left;
  font-size: 78px;
  line-height: 82px;
  margin-bottom: 75px;
  font-family: "Soligant";
  text-transform: capitalize;
  font-weight: 400;
  color: #000;
}

.categories-list-blog img {
  object-fit: cover;
  height: auto;
  max-width: 100%;
}

.categories-list-blog2 img {
  object-fit: cover;
  height: auto;
  max-width: 100%;
}

.about_text {
  font-size: 18px;
  line-height: 26px;
  color: #30373e;
  text-transform: none;
  font-weight: 500;
  margin: 60px 0 0 0;
}

.view_more_home {
  background-color: #c59d58;
  padding: 10px 30px;
  border-radius: 40px;
  color: #f0f0f0;
  font-size: 16px;
}

.view_more_home:hover {
  color: #fff
}

/*-----------product_categories-------------------*/
.product_catego {
  padding-top: 150px;
}

.product {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.product li {
  width: calc((100% - 0px) / 5);
}

.product li a {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #30373e;
  position: relative;

}

.product li a:hover {
  color: #c59d58;
}

.product li a span {
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.product li img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.product li a:hover span {
  letter-spacing: 0.85px;
}

.product li a:hover img {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  transform: translateY(-10px);
  border: 1px solid #c59d58;
  padding: 10px;
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.categoriesSwiper .swiper-slide {
  padding: 30px 15px;

}

.categoriesSwiper .card {
  border: 0;
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.10) 0px 1px 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.categoriesSwiper .card:hover {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.categoriesSwiper .card img {
  height: 280px;
  object-fit: contain;
}

.categoriesSwiper .card .card-body h6 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  display: inline-block;
  text-align: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.categoriesSwiper .card .card-body p {
  font-size: 20px;
  font-weight: 600;
  color: #30373e;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.categoriesSwiper .card .card-body p b {
  font-size: 14px;
  margin-bottom: 10px;
  color: #30373e;
}

.cart_list {
  position: absolute;
  width: 45px;
  right: -40%;
  top: 20%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 185px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.cart_list a {
  width: 35px;
  height: 35px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #dddddd;
  color: #30373e;
}

.cart_list a svg {
  width: 22px;
  margin: 0 8px;
}

.categoriesSwiper .card:hover .cart_list {
  right: 3%;
  opacity: 1;
}

.cart_list a:hover {
  color: #fff;
  background: #c59d58;
  border: 1px solid #c59d58;
}

.swiper-button-next {
  right: 15px;
  left: auto;
  top: 25px;
  color: #c59d58;
  background: #000;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  right: 48px;
  left: auto;
  top: 25px;
  color: #c59d58;
  background: #000;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 15px;
}



/*----------------Order_shiping-----------*/
.order_step {
  margin-top: 130px;
}

.step_service {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}

.step_service li span {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 6px;
}

.step_service li .icon_div {
  width: 65px;
  height: 65px;
  background: #c59d58;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.icon_div img {
  object-fit: contain;
}

/*-----------Testimonial--------------*/

.testimonial_sec {
  position: relative;
  padding-top: 120px;
}

.testimonial_sec:before {
  content: "";
  position: absolute;
  top: 88%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/Vector_1.webp) no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.testimonialSwiper .swiper-slide {
  padding: 0 0 25px 0;
}

.testimonial_sec .card {
  background: transparent;
  border: none;
  text-align: center;
}

.testimonial_sec .card .user_pic {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.testimonial_sec .card h6 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.testimonial_sec .card p {
  font-size: 16px;
  color: #000;
  line-height: 26px;
}

.testimonial_sec .swiper-horizontal>.swiper-pagination-bullets,
.testimonial_sec .swiper-pagination-bullets.swiper-pagination-horizontal,
.testimonial_sec .swiper-pagination-custom,
.testimonial_sec .swiper-pagination-fraction {
  bottom: -10px;
}

.testimonial_sec .swiper-pagination-bullet-active {
  background: #c59d58;
}

/*-----------search_store----------*/

.search_store {
  background: url(../img/banner-img.webp) no-repeat center right;
  background-size: cover;
  padding: 100px 0;
  margin-top: 130px;
}

.search_store h5 {
  font-size: 70px;
  color: #fff;
  margin-bottom: 15px;
}

.search_store p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.search_store p small {
  font-size: 10px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 18px;
  letter-spacing: 00.65px;
}

/*---------------Instagram_post--------------------*/

.instagram_sec {
  padding-top: 100px;
}

.panels {
  min-height: 40vh;
  overflow: hidden;
  display: flex;

}

.panel {
  background: #6B0F9C;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.1);
  color: white;
  text-align: center;
  align-items: center;
  /* Safari transitionend event.propertyName === flex */
  /* Chrome + FF transitionend event.propertyName === flex-grow */
  transition: font-size 0.7s cubic-bezier(0.61, -0.19, 0.7, -0.11), flex 0.7s cubic-bezier(0.61, -0.19, 0.7, -0.11),
    background 0.2s;
  font-size: 20px;
  background-size: cover;
  background-position: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

/* Flex Children */
.panel>* {
  margin: 0;
  width: 100%;
  transition: transform 0.5s;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.panel>*:first-child {
  transform: translateY(-100%);
}

.panel.open-active>*:first-child {
  transform: translateY(0);
}

.panel>*:last-child {
  transform: translateY(100%);
}

.panel.open-active>*:last-child {
  transform: translateY(0);
}

.panel p {
  /* text-shadow: 0 0 4px rgba(0, 0, 0, 0.72), 0 0 14px rgba(0, 0, 0, 0.45); */
  font-size: 2em;
}

.panel i svg {
  width: 45px !important;
  color: #fff !important;
}

.panel.open {
  font-size: 40px;
  flex: 5;
}

/*-----------footer----------------*/
footer {
  background: #fff6e6;
}

footer h5 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}

footer ul {
  padding: 0;
}

footer ul li {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 24px;
  font-weight: 500;
  display: flex;

}

footer ul li svg {
  width: 18px;
  color: #b3873b;
  margin-right: 5px;
}

footer ul li span {
  width: calc(100% - 22px);
  padding-left: 5px;
}

.social_footer {
  display: flex;
  padding: 0;
  margin-top: 20px;
}

.social_footer li a {
  padding: 5px;
  display: flex;
  margin: 0 5px 0 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;

}

.social_footer li a svg {
  color: #30373e;
}

.social_footer li a:hover svg {
  color: #b3873b;
}

.send_btn {
  border: none;
  background: #000;
  padding: 8px 15px;
  font-size: 14px;
  color: #fff;
  float: right;
  margin-top: 6px;
}

footer .form-control {
  font-size: 15px;
  border-radius: 0;
  padding: 12px 15px;
}

footer .form-control:focus {
  box-shadow: none;
  outline: 0;
  border-color: #b3873b;
}

.footer_menu {
  border-top: 1px solid #f7ddb0;
  margin-top: 30px !important;
  padding: 15px;
  display: block;
}

.footer_menu>ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 55%;
  flex-wrap: wrap;
  margin: 0 auto;
}

.footer_menu>ul li a:after {
  content: "|";
  margin: 0 7px;
  color: #76767699;
}

.footer_menu>ul li a {
  color: #30373e;
  font-weight: 400;
  font-size: 15px;
  padding: 3px 5px;
}

.footer_menu>ul li a:hover {
  color: #b3873b;
}

.footer_bottom {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

/*-------------scrollTop--------------*/

.scrollToTop {
  width: 50px;
  height: 50px;
  padding: 10px;
  text-align: center;
  background: #b3873b;
  border-radius: 50%;
  color: #000;
  position: fixed;
  bottom: 75px;
  right: 40px;
  display: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
  z-index: 999;
}

.scrollToTop:hover {
  text-decoration: none;
  color: #000;
}

/*----------bounce Animation-------------*/
.bounce {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-4px);
  }

  60% {
    -webkit-transform: translateY(-4px);
  }
}

@-moz-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-4px);
  }

  60% {
    -moz-transform: translateY(-4px);
  }
}

@-o-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }

  40% {
    -o-transform: translateY(-4px);
  }

  60% {
    -o-transform: translateY(-4px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-4px);
  }

  60% {
    transform: translateY(-4px);
  }
}

/*------------Contact_us------------------*/

.inner_body {
  background: url(../img/Web-Sliders-2.webp) center top no-repeat fixed;
  background-size: cover;
  padding: 68px 0;
  margin-top: 148px;
  text-align: center;
  position: relative;
}

.inner_body::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000000;
  opacity: 0.55;
}

.inner_body .row {
  position: relative;
  z-index: 1;
}

.inner_body h1 {
  color: #fff;
  font-weight: 500;
  font-size: 56px;
}

.breadcrumb {
  justify-content: center;
  align-items: baseline;
}

.breadcrumb-item a {
  color: #fff;
}

.breadcrumb-item.active {
  color: #b3873b;
  font-size: 16px;
}

.contact_body {
  padding: 100px 0;
  position: relative;
}

.contact_body:before {
  content: "";
  position: absolute;
  top: 88%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/Vector_1.webp) no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.contact_body .card {
  padding: 25px;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  border-radius: 0;
}

.ct-form .form-control {
  border: 0;
  border-radius: 0;
  font-size: 16px;
  border-bottom: 1px solid #ced4da;
  resize: none;
  padding-top: 0;
  padding-left: 0;
  font-weight: 400;
  height: 60px;
  margin-bottom: 8px;
}

.ct-form .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #b3873b;
}

.ct-form h4 {
  position: relative;
  font-size: 24px;
  font-family: 'Mulish';
  font-weight: 600;
}

.ct-form h4:after {
  border-bottom: 4px solid #b3873b;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 44px;
  content: '';
}

.page_title .addre_text {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.page_title .addre_text svg {
  color: #b3873b;
  width: 22px;
  margin-right: 12px;
}

.reg_btn {
  color: #fff;
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #b3873b;
  background-color: #b3873b;
  padding: 12px 20px;
  font-size: 15px;
  border-radius: 30px;
}

.reg_btn:hover {
  color: #b3873b;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #b3873b;
  background: #fff;
}

.page_title h1 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 40px;
}


/*-----------product_details---------------*/

.product_details {
  padding: 100px 0;
  margin-top: 148px;
}


.prodct_detail_title {
  margin: 10px 0 !important;
}

.pdSwiper img {
  height: 123px;
  width: 100%;
  object-fit: cover;
}

.pdSwiper {
  padding: 10px 34px;
}

.pdSwiper2 img {
  height: 510px;
  object-fit: contain;
  width: 100%;
}

.pdSwiper .swiper-button-next {
  right: 0px;
  left: auto;
  top: 80px;
  background: transparent;
  color: #000;
}

.pdSwiper .swiper-button-prev {
  right: auto;
  left: 0;
  top: 80px;
  background: transparent;
  color: #000;
}

.pdSwiper .swiper-button-next:after,
.pdSwiper .swiper-rtl .swiper-button-prev:after,
.pdSwiper .swiper-button-prev:after,
.pdSwiper .swiper-rtl .swiper-button-next:after {
  font-size: 25px;
}

.product_detailsText {
  padding-left: 50px;
  padding-right: 0;
  position: relative;
}

.pd_breadcrumb .breadcrumb-item a {
  color: #9b9b9b;
  line-height: 0;
  font-weight: 500;
}

.pd_breadcrumb .breadcrumb-item::before {
  font-size: 16px;
  float: inherit;
}

.pd_breadcrumb .breadcrumb {
  justify-content: start;
  line-height: 0;
}

.product_detailsText h1 {
  font-size: 40px;
  font-weight: 600;
  margin-top: 35px;
}

.product_detailsText h1 span {
  font-family: 'Mulish';
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}

.product_detailsText h5 {
  font-size: 26px;
  font-weight: 600;
  margin-top: 25px;
  font-family: 'Mulish';
  margin: 20px 0;
}

.product_detailsText h5 span {
  text-decoration: line-through;
  color: #9b9b9b;
  margin-left: 10px;
  font-weight: 500;
}

.pd_subtext {
  padding: 0;
  margin: 15px 0 30px 0;
}

.pd_subtext li {
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
  color: #868686;
}

.pd_subtext li span {
  color: #000;
  margin-left: 6px;
}

.qty {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  text-align: center;
  margin-bottom: 30px;
}

.qty label {
  flex: 1 0 100%;
}

.qty input {
  width: 40px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #ced4da;
  border-left: 0;
  border-right: 0;
}

.qty button {
  width: 40px;
  height: 40px;
  color: #000;
  font-size: 2rem;
  background: transparent;
  border: 1px solid #ced4da;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  font-size: 23px;
  margin: 0;
}

.qty button.qtyminus {
  margin-right: 0;
}

.qty button.qtyplus {
  margin-left: 0;
}

.product_detailsText .btn_group {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.add_cart {
  font-size: 16px;
  font-weight: 500;
  padding: 15px 25px;
  background: #b3873b;
  border: 1px solid #b3873b;
  color: #fff;
  width: calc((100% - 20px) / 2);
  margin-right: 5px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.add_cart svg {
  width: 20px;
}

.add_cart:hover {
  background: #000;
  color: #b3873b;
  letter-spacing: 0.65px;
}

.product_detailsText p {
  font-size: 16px;
  line-height: 24px;
}

.buy_it {
  background: #fff;
  border: 1px solid #b3873b;
  color: #000;
  font-weight: 600;
}

.wish_list {
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9b9b9b;
}

.wish_list svg {
  width: 18px;
}

.wish_list:focus {
  background: #b3873b;
  color: #fff;
}

.user_filter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.size_select {
  height: 40px;
  font-size: 16px;
  border-radius: 0;
}

.size_select:focus {
  box-shadow: none;
  border-color: #ced4da;
}

.pdSwiper .swiper-slide-visible {
  border: 1px solid transparent;
}

.pdSwiper .swiper-slide-thumb-active {
  border: 1px solid #ced4da;
}

/* ---------------product_desc_tab----------------- */
/* Tabs */
.tabs {
  /* background-color: #09F; */
  border-radius: 5px 5px 5px 5px;
}

ul#tabs-nav {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 5px 0 30px 0;
  overflow: auto;
}

ul#tabs-nav li {
  float: left;
  font-weight: 400;
  margin: 0 10px;
  padding: 8px 0px;
  cursor: pointer;
}

.description p:nth-child(2) {
  padding: 10px 0;
}

.description ul li {
  font-size: 14px;
  color: #777;
  padding-top: 7px;
  list-style-type: disc;
}



#tabs-nav li a {
  text-decoration: none;
  color: #000;
  border-bottom: 2px solid transparent;
  line-height: 24px;
  font-size: 16px;
  padding: 10px;
}

ul#tabs-nav li:hover a,
ul#tabs-nav li.active a {
  border-radius: none !important;
  box-shadow: none !important;
  border-bottom: 2px solid #c59d58;

}

.tab-content {
  padding: 20px;
  background-color: #FFF;
}

.return ul li {
  color: #777;
  font-size: 14px;
  padding: 8px 0;
  list-style-type: disc;
}

.return ul {
  padding-top: 20px;
}

/* h1 {margin:60px 0 0 60px;} */

.ratingW {
  position: relative;
  margin: 10px 0 0;
}

.ratingW li {
  display: inline-block;
  margin: 0px;
}

.ratingW li a {
  display: block;
  position: relative;
  /*margin:0 3px;  width:28px; height:27px;color:#ccc; background:url('../img/ico/icoStarOff.png') no-repeat; background-size:100%;*/
}

/*.ratingW li.on a {background:url('../img/ico/icoStarOn.png') no-repeat; background-size:100%;}*/

.star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .9em;
  margin-right: .9em;
  margin-bottom: 1.2em;
  border-right: .3em solid transparent;
  border-bottom: .7em solid #ddd;
  border-left: .3em solid transparent;
  /* Controlls the size of the stars. */
  font-size: 14px;
}

.star:before,
.star:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: .6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: .7em solid #ddd;
  border-left: 1em solid transparent;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.star:after {
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

textarea {
  resize: none;
}



.user_review_form {
  display: flex;
  align-items: center;
}

.review ul {
  padding: 0;
}

.ratingW li.on .star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .9em;
  margin-right: .9em;
  margin-bottom: 1.2em;
  border-right: .3em solid transparent;
  border-bottom: .7em solid #FC0;
  border-left: .3em solid transparent;
  /* Controlls the size of the stars. */
  font-size: 14px;
}

.ratingW li.on .star:before,
.ratingW li.on .star:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: .6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: .7em solid #FC0;
  border-left: 1em solid transparent;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.ratingW li.on .star:after {
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

.review_btn {
  font-size: 16px;
  padding: 20px 0;
}

.review_btn .add_cart {
  padding: 10px 25px !important;
  display: inherit;
  width: 250px;
  margin: 0 auto;
}

.reviews_section {
  border: 1px solid #d9d9d9;
  padding: 0 20px;
  margin: 0 0 25px;
  position: relative;
}

.rating_user {
  display: flex;
  flex-wrap: wrap;
}

.rating_user_review {
  position: relative;
}

.rating_username p:first-child {
  font-weight: bold;
  color: "#777";
}

.review_header::before {
  content: "";
  width: 10px;
  height: 1px;
  background: rgba(134, 134, 134, .75);
  margin: 0 10px 0 7px;
  display: inline-block;
  position: relative;
  top: -2px;
}

.review_header {
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 25px 0 0 0;
  border: none;
  font-weight: bold;
}

.rating_user_review::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 43px;
  background: transparent;
  width: 100%;
  z-index: 1;
}

.user_start {
  font-size: 10px !important;
}

.write_review_form {
  display: none;
}

.review_form p {
  font-size: 18px;
  text-align: start;
  padding: 20px 10px;
}

.review_form {
  border-top: 1px solid #e5e5e5;
  margin-top: 30px;
}

.text_area {
  height: 296px;
}


.rating_user_write {
  padding: 0 !important;
  margin: 0 !important;
}


/*---------------wishlist_body------------------*/

.wishlist_body {
  padding: 100px 0;
  position: relative;
}

.wishlist_table {
  /* border: 1px solid #ccc; */
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.wishlist_table td {
  font-size: 16px;
  padding: 15px;
  text-align: left;
  vertical-align: middle;
}

.wishlist_table td a {
  color: #000;
}

.total_price a {
  color: #fff !important;
}

.wishlist_table td a:hover {
  color: #b3873b
}

.wishlist_table th {
  font-size: 14px;
  text-transform: capitalize;
  padding: 10px;
  text-align: left;
}

.wishlist_table tr td img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  display: flex;
  justify-content: start;
}

.width-100 {
  width: 100px;
}

.width-150 {
  width: 180px;
}

.ad_tocart {
  border: 0;
  font-size: 14px;
  font-weight: 500;
  padding: 0 11px;
  background: #b3873b;
  height: auto;
  line-height: 32px;
  color: #fff;
}

.ad_tocart a{
  color: #fff !important;
}

.ad_tocart svg {
  width: 18px;
  line-height: 0;
  vertical-align: middle;
}

/*--------------Login_Page---------------*/

.login_body {
  height: 100vh;
  display: flex;
  align-items: center;
  background: url(../img/Web-Sliders-2.webp) center top no-repeat fixed;
  background-size: cover;
  padding: 20px;
}

.login_body button {
  border-radius: 20px;
  border: 1px solid #b3873b;
  background-color: #b3873b;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
}

.login_body button:active {
  transform: scale(0.95);
}

.login_body button:focus {
  outline: none;
}

.login_body .ghost {
  color: #000;
  font-weight: 600;
}

.login_body form {
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 50px;
  height: 100%;
  text-align: center;
}

.login_body input {
  background-color: #eee;
  border: none;
  padding: 12px 15px;
  margin: 8px 0;
  width: 100%;
  font-size: 16px;
}

.login_body .container {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
    0 10px 10px rgba(0, 0, 0, 0.22);
  position: relative;
  overflow: hidden;
  width: 768px;
  max-width: 100%;
  min-height: 480px;
}

.login_body .form-container {
  position: absolute;
  top: 0;
  height: 100%;
  transition: all 0.6s ease-in-out;
}

.login_body .sign-in-container {
  left: 0;
  width: 50%;
  z-index: 2;
}

.login_body .container.right-panel-active .sign-in-container {
  transform: translateX(100%);
}

.login_body .sign-up-container {
  left: 0;
  width: 50%;
  opacity: 0;
  z-index: 1;
}

.login_body .container.right-panel-active .sign-up-container {
  transform: translateX(100%);
  opacity: 1;
  z-index: 5;
  animation: show 0.6s;
}

@keyframes show {

  0%,
  49.99% {
    opacity: 0;
    z-index: 1;
  }

  50%,
  100% {
    opacity: 1;
    z-index: 5;
  }
}

.login_body .overlay-container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: transform 0.6s ease-in-out;
  z-index: 100;
}

.login_body .container.right-panel-active .overlay-container {
  transform: translateX(-100%);
}

.login_body .overlay {
  /* background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
	background: linear-gradient(to right, #FF4B2B, #FF416C); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  color: #FFFFFF;
  position: relative;
  left: -100%;
  height: 100%;
  width: 200%;
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
}

.login_body .container.right-panel-active .overlay {
  transform: translateX(50%);
}

.login-form{
  height:475px;
  overflow: auto;
  padding-right: 20px;
}

.login-form h1{
  font-size:32px;
  padding: 15px 0 10px 0;
}

.socia-container{
  display: flex;
  justify-content: center;

}

#create{
  display: none;
  position: absolute;
}

.form_div{
  position: relative;
}

.socia-container .social{
  color:#666;
  margin: 10px ;
}

.login-form span{
  font-size: 14px;
  display: block;
  margin: 10px 0;
  text-align: center !important;
}

.login-form p{
  text-align: center;
  margin-top:25px;
} 

.login-form p a{
  color: #b3873b;
  font-weight: bold;
  text-decoration: underline !important;
  text-underline-offset:5px;
} 



.login_body .overlay-panel {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 0px;
  text-align: center;
  top: 0;
  height: 100%;
  width: 52%;
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
  object-fit: cover;
}

.login_body .overlay-left {
  transform: translateX(-20%);
  background: url(../img/slider2.jpg) center center no-repeat;
  background-size: cover;
}

.login_body .container.right-panel-active .overlay-left {
  transform: translateX(0);
}

.login_body .overlay-right {
  right: 0;
  transform: translateX(0);
  background: url(../img/slider2.jpg) center center no-repeat;
  background-size: cover;
}

.login_body .container.right-panel-active .overlay-right {
  transform: translateX(20%);
}

.login_body .social-container {
  margin: 20px 0;
}

.login_body .social-container a {
  border: 1px solid #DDDDDD;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  height: 40px;
  width: 40px;
  color: #000;
}

.social-container a svg {
  width: 18px;
}

.login_body form h1 {
  font-size: 28px;
  font-weight: 600;
}

.login_body form span {
  font-size: 16px;
}

/*-----------productList--------------*/

.product_list_section {
  padding: 100px 50px;
}

.active a {
  color: #c59d58;
}

.all_product {
  font-size: 1.7rem;
  padding: 2% 0;
}

.accordion_btn {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  padding: 17px 13px 0 0;

}

.resp_scroll {
  height: 100vh;
  overflow: auto;
  padding-right: 10px;
}

.accordion_btn:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem
}


.availability_body {
  padding: 12px 0 0 0;
}

.accordion-item {
  border: none;

}

.accordion-button:not(.collapsed) {
  color: #c59d58;
  background-color: transparent;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: inherit;
}


.availability_item {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 0;
}

.availability_item a {
  color: #777;
  font-size: 15px;
  font-weight: 400;
}

.availability_item a:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem
}

.accordion-button::after {
  background-size: 15px;
}

.form_check_label label {
  margin: 0 0 0 0;

}

.form_check_label {
  /* padding-left:22px;  */
  /* background-color: #000; */
}

.label_input {
  padding-top: 15px;
}

.form_check_label span {
  color: #777;
  font-weight: 400;
}

.max_min input {
  max-width: 45%;
  border-radius: 5px;
  color: #777;
  background: #F7F8FA;
  border: 1px solid #F7F8FA;
  padding: 0 15px;
  font-size: 18px;
}

.filter_item {
  padding: 3% 0 0 0;
}

#filter_sort {
  display: none;
}

#remove {
  display: none;
}

.select_style select {
  padding: 5px 5px;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  border-color: #ced4da;
}

.filter_text {
  padding-top: 13px;
}

.product_no {
  padding: 10px 0 0 40px;
}

.product_no p {
  font-size: 16px;

}


.card {
  border: none;
}

/* .card_product:hover{
  box-shadow: rgb(17 17 26 / 5%) 0px 4px 16px, rgb(17 17 26 / 5%) 0px 8px 32px;
} */

.card_product {
  position: relative;
  overflow: hidden;
  box-shadow: rgb(0 0 0 / 10%) 0px 1px 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.card_product:hover {
  box-shadow: rgb(17 17 26 / 5%) 0px 4px 16px, rgb(17 17 26 / 5%) 0px 8px 32px;
}

.card_product:hover .icons {
  right: 19px;
  opacity: 0.7;
}

.card_product img {
  height: 280px;
  object-fit: contain;
}

.icons {
  position: absolute;
  top: 16%;
  right: -40px;
  transition: all 0.3s linear;
  opacity: 1;
}

.icons ul {
  padding: 0;
}

.icons ul li {
  border: 1px solid #777;
  margin-top: 7px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
}

.icons ul li a {
  color: #000;
  position: relative;
  top: -12px;
  font-size: 14px;
}


.icons ul li a svg {
  width: 18px;
}

.card_title_name {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  display: inline-block;
  text-align: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.product_list_section .container-fluid {
  padding: 0 0px;
}

.card_product .card-body p {
  font-size: 20px;
  font-weight: 600;
  color: #30373e;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.btn-close {
  box-shadow: none !important;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  background-size: 15px;
  font-weight: bold;
  z-index: 1;
  float: right;
  display: block;
  background-color: #b3873b;
  border-radius: 5px 0 0 5px;
}

.view_similar_offcanvas .card-img-top {
  height: 150px;
}

.view_similar {
  color: #777;
  font-size: 16px;
  text-decoration: underline !important;
  text-underline-offset: 0.3rem;
}

.view_similar:hover {
  color: #c59d58;
  font-weight: bold;
  letter-spacing: 1px;
}

.card_product .card-body p b {
  font-size: 14px;
  margin-bottom: 10px;
  color: #30373e;
}

.view_similar a {
  color: #777 !important;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  padding-right: 5px;
}


.card_badge .badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 12px;
  top: 5px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  border-color: #0f5132;
  background: #b4f1d5;
  color: #000;
  text-align: center;
  white-space: nowrap;
  border-radius: 0 !important;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.new_orderbg {
  color: #0010f7 !important;
  border-color: #0010f7 !important;
  background: #e1e3ff !important;
}

.place_order {
  border-color: #ff0022 !important;
  background: #ffe7ea !important;
  color: #ff0022 !important;
}


/* ---------------price */
/* // doesnt work funnly on firefox or edge, need to fix */

.range-slider {
  width: 250px;
  text-align: center;
  position: relative;
  font-size: 18px;
  padding: 0 0 20px 0;
}

.rangeValues {
  display: block;
}

input[type=range] {
  -webkit-appearance: none;
  border: 1px solid white;
  width: 250px;
  position: absolute;
  left: 0;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 250px;
  height: 7px;
  background: #ddd;
  border: none;
  border-radius: 3px;

}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  /* border-radius: 50%; */
  background: #777;
  margin-top: -4px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

input[type=range]::-moz-range-track {
  width: 300px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;

}


/*hide the outline behind the border*/

input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

input[type=range]::-ms-track {
  width: 300px;
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
  z-index: -4;

}

input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}

input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
}

input[type=range]:focus::-ms-fill-lower {
  background: #888;
}

input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}

.form-check-input:checked {
  background-color: #cda058;
  border-color: #cda058;
}

.form-check-input {
  width: 14px;
  height: 14px;
  margin-right: 15px;
  border: 1px solid #cda058;
}

.form-check-input:focus {
  box-shadow: none;
}

/*------------CartPage--------------*/

.cart_table tr td img {
  height: 50px;
}

.cart_table tr th {
  border-bottom: 1px solid #ced4da !important;
  font-weight: 600;
}

.act_btn {
  border: 0;
  background: transparent;
  padding: 6px;
}

.act_btn svg {
  width: 18px;
}

.cart_table tfoot tr td {
  border-top: 1px solid #ced4da !important;
  font-weight: 600;
  padding-right: 0;
}

.cart_table tfoot tr td .add_cart {
  margin-top: 30px;
  display: block;
}


.total_price {
  width: 300px;
}

.total_price p {
  display: flex;
  justify-content: space-between;
  padding: 15px 10px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  border: 1px solid #ced4da !important;
  border-top: 0;
  margin: -1px;
}

.total_price p span {
  font-weight: 600;
}

/* ---------------checkout-------------- */

.checkout .container{
  padding-left:20px !important;
}


.info {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.info p a {
  color: #000;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

.info p a:hover {
  color: #c59d58;
  text-decoration: underline !important;
  text-underline-offset: 0.3rem;
}

.return a {
  color: #b3873b;
  font-size: 16px;
}

.return svg {
  width: 16px;
}

.return a:hover {
  font-weight: bold;
}

.info p:first-child {
  font-size: 18px;
  color: #000;
}

.form_section input::placeholder {
  font-size: 14px;

}

.input_code .form-control:focus {
  background-color: #eee;
}

.form_section .form-control:focus {
  background-color: #eee;
  box-shadow: none;
}

.form_section .form-check-label {
  font-weight: lighter;
}

.form-check-label input {
  padding: 0 !important;
}

.form-check-input[type=checkbox] {
  border-radius: 0 !important;
}


.shipping_address {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  padding-top: 10px;
}


.form_section select {
  font-size: 14px;
}

.form_section input:focus {
  box-shadow: inherit;
}

.form_section select:focus {
  box-shadow: inherit;
}

.btn_shipping {
  font-size: 14px;
  /* padding: 20 14px !important; */
  border-radius: 7px;
  background-color: #b3873b;
  border: 1px solid #b3873b;
  color: #fff;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.shopping_cart {
  padding-top: 10px;
}

.shopping_cart li img {
  width: 70px;
  object-fit: contain;
}

.btn_shipping:hover {
  background: #000;
  color: #b3873b;
  /* letter-spacing: 0.5px; */
  font-weight: bold;
}

.shopping_cart li {
  display: flex;
  justify-content: space-between;

}


.cart_img {
  display: flex;
  align-items: center;
  padding-bottom: 2%;
  border-bottom: 1px solid rgba(128, 122, 122, 0.24);
}

.cart_img span {
  font-size: 16px;
  font-size: 400;
}



.cart_img p {
  font-size: 18px;
  font-weight: bold;
}

.input_code {
  border-bottom: 1px solid rgba(128, 122, 122, 0.24);
  padding: 4% 0;
}

#apply {
  font-size: 14px;
  padding: 7px 10px;
  height: 48px;
  border-radius: 7px;
  background-color: #b3873b;
  border: 1px solid #b3873b;
  color: #fff;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

#apply:hover {
  background: #000;
  color: #b3873b;
  letter-spacing: 0.65px;
}

.input_code input::placeholder {
  font-size: 14px;
}

.subtotal {
  padding: 20px 0 7px 0;
}


.shipping span,
.total span,
.subtotal span {
  font-size: 14px;
}

.shipping {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(128, 122, 122, 0.24);
}

.total {
  padding-top: 10px;
}

.dollar {
  font-weight: bold;
}

.form_section input:focus {
  box-shadow: inherit;
}

.form_section select:focus {
  box-shadow: inherit;
}

.btn_shipping {
  font-size: 14px;
  padding: 15px;
  border-radius: 7px;
  background-color: #b3873b;
  border: 1px solid #b3873b;
  color: #fff;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.checkout {
  padding: 80px 0;
}

.form_input {
  background-color: #eee;
  border: none;
  padding: 12px 15px;
  width: 100%;
  font-size: 16px;

}

.order_summary {
  display: none;
}

/* ----------cartdropdown--------- */

.notification {
  display: none;
}

.notification_hide {
  height: 300px;
  overflow: auto;
  position: absolute;
  right: 0;
  text-align: left;
  color: #666;
  width: 300px;
  background: #fff;
  padding: 15px 10px;
  z-index: 999;
  transition: all .4s;
}

.nit_text {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #e9e9e9;
}

.nit_text:last-child {
  border-bottom: 0;
}

.notification p {
  padding: 0 10px;
  font-size: 14px;
  line-height: 21px;
  width: calc(100%-45px);
}

.bell_icon {
  width: 45px !important;
  height: 40px;
  padding: 4px;
}

/* ------------error----------------- */

.error_body {
  padding: 150px 0;
  margin-top: 148px;
}


.error_page h1 {
  font-size: 300px;
  line-height: 1;

  color: #000;
}

.error_page h1 span {
  font-size: 50px;
}

.error_page p {
  width: 25%;
  margin: 30px auto;
}

.error_btn {
  width: 30%;
}


/* --------------blog--------------- */

.card_body {
  /* background-color: #c59d58; */
}

.blog_title_name {
  color: #000;
  text-align: left !important;
  /* margin-bottom:0 !important; */
  font-family: 'Mulish';
}


.card_body p {
  text-align: left !important;
}

.card_body a {
  color: #000 !important;
  text-decoration: underline !important;
  text-underline-offset: 0.3rem;
  font-weight: 400 !important;
}

.blog_img {
  object-fit: cover !important;
  width: 100%;
}

.date_blog {
  width: 70px;
  height: 70px;
  background-color: #000;
  font-size: 16px;
  color: #fff;
  padding: 5px 10px;
  position: absolute;
  bottom: -10%;
  left: 5%;
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
}

.date_blog p {
  display: block;
  line-height: 25px;
  font-size: 18px;
  font-weight: 500;
  padding-top: 2px;
  color: #fff;
}

.date_blog p span {
  display: block;
  line-height: 30px;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: right;
}

.date_blog:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 56px;
  background: #fff;
  top: 50%;
  left: calc(50% - 28px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform-origin: 50% 100%;
}

.card_product:hover .date_blog {
  background-color: #c59d58;
}

.card_product:hover .date_blog p,
.card_product:hover .date_blog p span {
  color: #000;
  font-weight: 600 !important;
}

.card_product:hover .date_blog:before {
  background-color: #000;
}

.categories {
  letter-spacing: 3px;
  padding: 20px 0 20px 0;
}

.category_item li {
  font-size: 16px;
}

.category_item {
  padding: 0;
}

.category_item li a {
  color: #000;
  position: relative;
  padding-left: 20px;
}

.category_item li {
  padding-bottom: 8px;
}

.category_item li a:before {
  content: ">";
  position: absolute;

  width: 56px;
  /* background: #fff; */
  top: -1px;
  left: 0;


}

.category_item li a:hover {
  color: #c59d58;
  padding-left: 25px;
}

.related_post {
  padding: 0;
}

.related_post_img {
  width: 65px;
  height: 65px;
  object-fit: cover;
}


.related_post_item {
  margin-bottom: 10px;
}


.related_post_item span {
  font-size: 14px;
}

.related_post_item a span {
  width: calc(100%-65px);
  padding-left: 15px;
  color: #000;
  font-size: 16px
}

.related_post_item a span small {
  font-size: 13px;
  color: #777;
}

.tags_ul li {
  margin-left: 7px;
}

.tags_ul {
  padding: 0;
}

.tags_ul li a {
  color: #000;
  display: block;
  border: 1px solid #e5e5e5;
  background-color: transparent;
  padding: 7px 18px;
}


.tags_ul li a:hover {
  background-color: #c59d58;
  color: #fff
}

.blog_section {
  padding: 60px 0;
}


/* ----------blog_deatils----------------- */

.blog_det .breadcrumb-item::before {
  font-size: 16px;
  float: inherit;
}

.bolg_detail_title {
  margin: 60px 0;
}

.blog_artical span {
  font-size: 14px;
  color: #777;
  margin-left: 20px;
  position: relative;
}

.blog_artical span::before {
  content: "";
  width: 1px;
  height: 20px;
  right: -18px;
  display: inline-block;
  background: #dedede;
  vertical-align: middle;
  position: absolute;
  top: 0px;
}

.blog_artical span:last-child::before {
  display: none;
}

.blog_detail_img img {
  width: 100%;
  margin-top: 40px;
}

.blog_artical span svg {
  width: 18px;
  margin: 10px;
}

.blog_content .first_letter {
  font-size: 40px;
  color: #000;
  width: 60px;
  height: 60px;
  border: 2px solid black;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  float: left;
  margin-right: 20px;
  position: relative;
  top: 10px;
}

.blog_content p:first-child {
  line-height: 1.2rem;
}

.blog_content blockquote {
  font-weight: 500;
  margin: 30px 0;
  padding: 0 100px 0 60px;
  color: #868686;
  border-left: 2px solid #cb8161;
  position: relative;
  font-size: 16px;
}

.blog_tags {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.blog_tags a {
  border: 1px solid #e5e5e5;
  padding: 10px 18px;
  color: #000
}

.blog_tags span {
  font-size: 16px;
}

.blog_tags a:hover {
  background-color: #c59d58;
  color: #fff;
}

.blog_icon span a svg {
  width: 18px;
}

.blog_icon span a {
  padding: 10px 10px;
}

.comment {
  margin: 50px 0 0 0;
  padding-top: 50px;
  border-top: 1px solid #e7e7e7;
}

.comment_ul {
  padding: 0;
}

.comment_list {
  padding: 15px 0;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 10px;
}


.comment_header span {
  font-size: 14px;
}

.comment_header span svg {
  width: 18px;
}

.comment_textarea textarea {
  min-height: 216px;
}

.comment_btn {
  background-color: transparent;
  color: #000;
  font-size: 16px;
  padding: 15px 40px;
}

.comment_btn:hover {
  background-color: #c59d58;
  color: #fff;
}

.span_tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.span_tag span {
  width: 60px;

}

.span_tag div {
  width: calc(100%-60px);
  display: flex;
  flex-wrap: wrap;
}

.span_tag a {
  margin: 5px
}


/* /----------------tooltip---------------/ */

.tooltip-inner {
  font-size: 12px;
  font-weight: 300;
}

.glossary-item.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
  opacity: 0.65;
  background: #f6f6f6;
}


/* -----------------user_account--------------- */

.dropdown-toggle::after{
  display: none !important;
}
.user_dropdown{
  line-height: 0 !important;
}

#dropdownMenuButton1:hover .user_dropdown_menu{
    display: block;
}

.user_dropdown .dropdown-item{
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  margin-bottom: 8px;
  color:#666;
}

.user_dropdown .dropdown-item:hover{
  color:#b3873b;
  background: transparent;
}

.user_dropdown a{
  color:#666;
  font-size: 16px;
}
.user_dropdown button{
  border: none !important;
  font-size: 16px;
  padding: 0 8px;
  background: none !important;
}



/* Tabs */
.user_account_section {
  padding: 50px 0;
  margin-top: 148px;
}

.user-tab-nav {
  justify-content: start !important;
  padding: 5px 0 10px 0 !important;
}

.user-tab-nav li a {
  padding: 0 10px;
}

.user_details {

  background: #fff;
  padding: 25px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;

}

.user_details ul {
  padding: 0;
  display: block;
}

.user_details li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
  flex-wrap: wrap;
  font-weight: 600;
  color: #7e7e7e;
}

.user_details li:last-child {
  border-bottom: 0;
}

.user_details li span {
  font-weight: 600;
  font-size: 15px;
  color: #000;
  width: calc(100% - 236px);
}

.profile_edit {
  display: block;
  text-align: end;
  justify-content: end;
  margin-bottom: 20px;
  padding: 5px 0 5px 10px;
  font-size: 16px;
  font-weight: 500;
  color: #c59d58;
  width: 70px;
}

.profile_edit svg {
  width: 18px;
  margin-right: 5px;
}

.profile_edit:hover {
  color: #000;
}

#Create {
  display: none;
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
  padding: 0 25px 20px 45px;
}

.plr_3 {
  padding: 0 3px;
}

#Create .form-select,
#Create .form-control {
  font-size: 14px;
  padding: 10px;
  border-radius: 0;
  background-color: #eee;
  border: 0;

}

#Create .form-select:focus,
#Create .form-control:focus {
  box-shadow: none;
  border: 0;
  border-radius: 0;
}

#Create h6 {
  font-family: 'Mulish';
  font-weight: 600;
  margin-bottom: 25px;
}

/* -------------------------------- */
.user-tab-nav {
  justify-content: start !important;
  padding: 5px 0 10px 0 !important;
}

.myorders .myorderimg {
  width: 120px;
  height: 120px;
  padding: 5px 0;
}

.myordercard {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  display: flex;
  margin-top: 10px;
}

.myordertitle {
  padding: 10px 0 !important;
  margin: 0 30px;

  /* background-color: #000; */
}


.view_detail a {
  color: #000;
  font-size: 14px;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  ;
}

.order_details {
  padding: 10px;
}

.myordertitle ul li {
  font-size: 14px;
  padding-top: 3px;
  display: flex;
  justify-content: space-between;

}

.order_details p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}

.order_details p a {
  font-size: 16px;
  color: #777 !important;
  font-weight: 500;
  letter-spacing: 0;
  padding-top: 5px;
}

.wishlist_details p:last-child {
  color: #777 !important;
}

.myordertitle ul {
  margin: 0 !important;
}

.order_details p:nth-child(3) {
  font-size: 14px;
  color: #198754;
  font-weight: 500;
  letter-spacing: 0;
}


.coupons_img {
  background: url('../img/myaccSprite2.png') no-repeat center center;
  background-size: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding:10px ; */
}

.coupons_img p {
  font-size: 36px;
  font-family: 'Soligant';
  font-weight: 600;
  padding-top: 10px;
  background: #DECAA9;
  background: radial-gradient(ellipse farthest-corner at top left, #DECAA9 0%, #C2A063 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.order_details span {
  font-weight: 400;
  font-size: 14px;
}

.order_details p a {
  color: #C2A063;
  font-size: 13px;
}

.coupons_details p:nth-child(3) {
  color: #842029 !important;
}

.coupons_card {
  margin-bottom: 25px;
}

/* ------------------modal----------------------- */
.modal-header {
  border-bottom: none !important;
}

.modal_header {
  padding: 15px 30px;
  text-align: center;
  border-bottom: 1px solid #e1e3ff;
}

.modal_body img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.modal_btn {
  font-size: 14px;
  width: 50%;
  background: #b3873b;
  border: 1px solid #b3873b;
  color: #fff;
  padding: 10px 20px;
  transition: all 0.35s;
}

.modal_btn:hover {
  background: #000;
  color: #b3873b;
  letter-spacing: 0.65px;
}

.video_call {
  background-color: transparent;
  color: #000;
}

.vdo_content{
  width: 100% !important;
}

.video_text {
  color: #c59d58;
}

.modal_header p:first-child {
  font-weight: 600 !important;
  padding: 10px 0;
}

.modal_width {
  max-width: 400px !important;
}

.modal-title {
  padding: 7px 0;
}

.modal_form_text p {
  font-weight: 700px !important;
  background-color: #c59d58;
  font-size: 16px !important;
  color: #fff;
  padding: 10px 0;
}

.modal_form label {
  padding: 7px 0px !important;
  margin: 0 !important;
}

.modal_form input {
  font-size: 14px;
  background-color: #eee;
}

.modal_form {
  padding: 0 20px;
  margin: 0 !important;
  line-height: 25px;
}


.modal-footer {
  border-top: none;
}

.textarea_label {

  line-height: 20px;
}

.form-select {
  font-size: 16px;
  background-color: #eee;
}

textarea {
  background-color: #eee;
  font-size: 14px;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 15px;
}

.modal_button {
  background-color: #b3873b;

}

.modal_btn svg {
  width: 18px;
  margin-right: 8px;
}

.modal_form input:focus,
.modal_form .form-select:focus {
  box-shadow: none;
}

.modal_fade {
  z-index: 10000;
}

.try_at_home {
  color: #777;
  display: block;
  text-align: center;
  text-decoration: underline !important;
  text-underline-offset: 5px;
}


/* ---------------------try_at_home--------------- */

.try_at_home:hover {
  color: #b3873b;
  letter-spacing: 0.3px;
}

.try_at_home_detail {
  padding: 100px 0;
}

/* your CSS goes here*/



#regForm {
  background-color: #ffffff;
  margin: 0px auto;
  font-family: Raleway;
  padding: 40px;
  border-radius: 10px
}

h1 {
  text-align: center
}

input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa
}

input.invalid {
  background-color: #ffdddd
}

.tab {
  display: none
}

/* button {
  background-color: #4CAF50;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer
} */

button:hover {
  opacity: 0.8
}

#prevBtn {
  background-color: #bbbbbb
}

/* .step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5
} */

.step {
  font-size: 14px;
  color: #b3873b;
  font-family: "Mulish";
}

.step:hover {
  font-weight: 600;
}

.step.active {
  opacity: 1
}

.step.finish {

  border-bottom: 1px solid red;
}

.all-steps {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-around;

}

.thanks-message {
  display: none
}

/* .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
} */


/* Hide the browser's default radio button */

.container input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}


/* Create a custom radio button */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.container:hover input~.checkmark {
  background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.container input:checked~.checkmark {
  background-color: #2196F3;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


/* Show the indicator (dot/circle) when checked */

.container input:checked~.checkmark:after {
  display: block;
}


/* Style the indicator (dot/circle) */

.container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.try_card {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #eee;
}

.try_card img {
  width: 200px;
  height: 100px;
  object-fit: contain;
  padding: 0 10px 0 20px;
}

.try_card_body p:first-child {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;

}

.try_card_body p {
  display: block !important;
}

.design_side h5 {
  padding: 30px 0;
}

.booking_side h5 {
  padding: 30px 0;
}

.input-group-text {
  font-size: 16px;
  background: #b3873b;
  color: #fff;
  letter-spacing: 1px;
  border: 1px solid #b3873b;
  border-radius: 0;
}

.custom-control-input:focus {
  background-color: #eee;
}

.input-group-text svg {
  width: 16px;
  margin-right: 7px;
}

.next_btn {
  background: #b3873b !important;
  color: #fff !important;
  font-family: 'Mulish' !important;
  font-size: 15px !important;
}

.next_btn:hover {
  background: #000 !important;
  color: #b3873b !important;
  letter-spacing: 0.65px !important;
  -webkit-transition: all 0.35s;
  transition: all 0.35s !important;

}

/* -------form_wizard_---- */

.card_form.show {
  display: block !important;
}

.card_form {
  display: none;
  border: 1px solid #e1e3ff;


}


.fa-circle {
  background-color: lightgrey;
  color: #fff;
  padding: 2px 3.1555px;
  border-radius: 50%;
}

.step-box {
  padding: 10px;
  position: relative;
  background-color: #fff;
}

.step-box .step-title {
  font-family: 'Mulish';
  color: #bfbfbf;
  font-weight: 600;
}

.active .step-title {
  color: #02b387;
}

.step-box::before {
  content: "";
  position: absolute;
  right: -38px;
  top: 25px;
  width: 75px;
  height: 3px;
  background-color: #f1f1f1;
  z-index: 2;
}

.cancel_btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  background-size: 10px;
  background-color: transparent;
}

.step-box.active::before {
  background-color: #02b387;

}

.step-box:last-child::before {
  display: none;
}

.active .fa-circle {
  background-color: #fff !important;
  color: #2196F3;
}

.fa-check {
  border-radius: 50%;
  background-color: #00C853;
  color: #fff;
  padding: 3px;
}

.step-title-0 {
  margin-bottom: 0px;
  font-family: 'Mulish';
  color: #b3873b;

}

.step-title {
  font-size: 13px;
  position: relative;
  margin-left: 4px;
}

.heading {
  margin-bottom: 40px;
}

.card_form input,
.card_form textarea,
.card_form button {
  padding: 8px 15px 8px 15px;
  border-radius: 0px;
  /* margin-bottom: 25px; */
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  color: #2C3E50;
  background-color: #ECEFF1;
  border: 1px solid #ccc;
  font-size: 16px;
  letter-spacing: 1px;
}

.card_form input:focus,
.card_form textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid skyblue !important;
  outline-width: 0;
}

.card_form button:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid green !important;
  outline-width: 0;
}

.card_form textarea {
  height: 100px;
}

.card_form button {
  width: 120px;
  letter-spacing: 2px;
}

.fit-image {
  width: 100%;
  object-fit: cover;
}

.custom-control-input {
  border: 1px solid #b3873b !important;
}

.step2_row .form-group {
  padding: 0px 6px !important;
  margin-bottom: 5px;
}

.step2_row .form-control {
  font-size: 16px;
  font-family: 'Mulish';
}

.step2_row .form-control:focus {
  background: #eee;
}


.date_btn_group label,
.date_btn_group button {
  font-size: 14px;
  color: #b3873b;
  margin: 0 3px !important;
  border-radius: 0;
  border: 1px solid #b3873b;
  transition: all 0.2s ease-in-out;
  width: 94%;
}

.btn-check:focus {
  box-shadow: none !important;
}

.date_btn_group label:hover,
.date_btn_group button:hover {
  background: #b3873b !important;
  color: #fff;
  border: 1px solid #b3873b;
}

.date_time svg {
  width: 16px;
}

.date_time {
  text-align: left;
  font-size: 16px;
}

.btn-check:checked+.btn-outline-primary {
  background-color: #b3873b;
  border: none;
  box-shadow: none;
}

.back_btn {
  background: #000 !important;
}

.back_btn:hover {
  background-color: #b3873b !important;
  color: #000 !important;

}

.day_select {
  width: calc((100% - 10px)/6);
  overflow: hidden;
}

.card_form button:focus {
  border: 1px solid #b3873b !important;
}

/* ---------otp_verify------------ */
.modal-content {
  width: 58%;
}

.verify_modal {
  text-align: center;
}

.verify_modal input {
  padding: 0px;
  border-radius: 0;
  margin: 15px 0;
  background-color: #eee;
}

.verify_modal input:focus {
  background-color: #eee;
  box-shadow: none !important;
  border: none !important;
  text-align: center;
}

.resend {
  color: #b3873b;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  font-size: 13px;

}

.resend:hover {
  font-weight: 600;
  color: #b3873b;
}

.verify_modal p .resend {
  margin: 20px 0;
  letter-spacing: 1px;
}

.verify_modal button {
  font-size: 13px;
  font-weight: 500;
  padding: 7px 15px;
  font-family: 'Mulish';
  background: #b3873b;
  border: 1px solid #b3873b;
  color: #fff;
  /* margin-right: 5px; */
  margin: 0 5px 20px 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.verify_modal button:hover {
  background: #000;
  color: #b3873b;
  /* letter-spacing: 0.65px; */
}

#change_num {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 20px 0 10px 0;
}

#change_num a {
  color: #b3873b;
  font-weight: 400;
  margin-left: 3px;
}


/* ----------calander---------- */
#wrapper {
  padding: 40px;
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

[id^=calendar],
[id^=calendar]+h3 {
  width: 400px;
}

[id^=calendar]+h3 {
  text-align: center;
}

#monthYear {
  font-size: 14px;
}

#calTitle {
  font-size: 14px;
  padding: 0 !important;
}

#calTitle button {
  line-height: 0 !important;
}

#calThead {
  margin-top: 7px !important;
  font-size: 14px !important;
  padding: 0 !important;
}

#calThead>div {
  font-size: 12px !important;
  padding: 0 !important;
}

#calbody {
  padding: 0 !important;
}

#calTFooter {
  display: none !important;
}

#calTbody .a-date {
  line-height: 0 !important;
  font-size: 14px !important;
}

#wrapper {
  padding: 0 !important;
}

[id^=calendar],
[id^=calendar]+h3 {
  width: 348px !important;
}

#staticBackdrop .modal-dialog {
  width: 375px;
}

#staticBackdrop .modal-content {
  width: inherit;
}


.mini-cal {
  background: #fff !important;
  color: #22252e !important;
}

#calTbody .a-date>span {
  color: #000;
}

#calTbody .a-date.current.event.focused {
  background-color: #b3873b !important;
  color: #fff !important;
  border-color: #b3873b !important;
  border-radius: 5px;
}

.blurred span {
  color: #979797 !important;
}

#calTitle button {
  width: 30px !important;
  height: 30px !important;
  background-color: #c59d58 !important;
}

.calander_btn {
  display: flex;
  justify-content: end;

}

.calander_btn button {
  border-radius: none !important;
  padding: 10px 20px;
  border: none;
}


#calTbody .a-date.focused,
#calTbody .a-date:active {
  background: #c59d58 !important;
}

#view_more {
  font-family: 'Mulish';
}


/* @media only screen and (max-width: 500px){
  #wrapper{
    padding: 1em;
    display: block;
  }
  [id^=calendar],
  [id^=calendar] + h3{
    width: 100%;
    max-width: 400px;
    margin: 1em auto;
  }

  [id^=calendar] + h3{
    display: block;
    margin-bottom: 2em;
  }
}


@media screen and (max-width: 768px) {
  .break-line {
      display: block;
      float: none;
  }
} */