@font-face {
  font-family: Lato_regular;
  src: url(../fonts/Lato/Lato-Regular.ttf);
}
@font-face {
  font-family: Lato_bold;
  src: url(../fonts/Lato/Lato-Bold.ttf);
}

@font-face {
  font-family: Playregular;
  src: url(../fonts/Playfair_Display/PlayfairDisplay-Regular.ttf);
}
@font-face {
  font-family: Playbold;
  src: url(../fonts/Playfair_Display/PlayfairDisplay-Bold.ttf);
}

.playfair {
  font-family: Playregular;
}
.playfairbold {
  font-family: Playbold;
}
.latoregular {
  font-family: Lato_regular;
}
.latobold {
  font-family: Lato_bold;
  font-size: 17px !important;
  color: #304846 !important;
}
.overview {
  font-size: 19px !important;
}

.greycolor {
  color: #4f4f4f;
  font-family: Lato_regular;
}

:root {
  --color-1st: #000435;

  --color-2nd: #004987;
  --color-third: #e4f2fd;
  --theme-color: var(--color-2nd);
  --title-color: #0d0d0d;
  --body-color: #6e6e6e;
  --smoke-color: #d0efff;
  --white-color: #fff;
  --ripple-ani-duration: 5s;
  --section-title-space: 60px;
  --input-height: 56px;
  --font-body: "Urbanist", sans-serif;
  --font-head: "Urbanist", sans-serif;
  --font-weight-bold: 700;
}

.bg-grey {
  background: #e4f2fd;
}
.mt-10 {
  margin-top: 10px;
}

.pt-50 {
  padding-top: 50px;
}
.mtop {
  margin-top: 60px;
}

    body,
    html
    {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        -o-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        scroll-behavior: smooth !important;
        font-family: var(--font-body) !important;
	
    }
/* @import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap"); */

:root {
  --primary-family: "Lato", sans-serif;
  --secondary-family: "Playfair Display", serif;
  --primary-color: #304846;
  --color-1st: #212529;
  --color-2nd: #004987;
}

body {
  background-color: #f6f6f6;
  font-family: var(--primary-family);
  color: var(--primary-color);
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  line-height: 1.3;
  /* font-family: var(--font-body); */
}

sup {
  top: -0.5em;
}

.title-h3 {
  font-size: 12px;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

html,
.search .wrapper {
  scrollbar-color: var(--color-3rd) #ffff;
  scrollbar-width: thin !important;
}

html,
.cart_filter_main {
  scrollbar-color: var(--color-3rd) #ffff;
  scrollbar-width: thin !important;
}

::-webkit-scrollbar {
  width: 0.1rem;
  background: rgb(229, 165, 93, 0.2);
}

::-webkit-scrollbar-thumb {
  background: var(--color-3rd);
  border-radius: 0.25rem;
}

.scrollbar {
  -moz-appearance: none !important;
  appearance: none;
  background: orange !important;
  width: 15px;
  scrollbar-color: grey orange;
}

.mb-20 {
  margin-bottom: 20px;
}
.table td {
  padding: 0.75rem;
  vertical-align: middle;
  border-top: none !important;
}

tbody,
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: none !important;
  border-width: 0;
  font-weight: 400;
  font-size: 14px;
}

.bg__img-left,
.bg__img-right {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.deal_content h5,
.blog_content h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 55px;
  line-height: 28px;
}

.ptb-80 {
  padding: 80px 0;
}

.product__name {
  color: var(--color-2nd);
  border: none;
  font-size: 1.375rem;
  text-transform: uppercase;
}

@media (min-width: 769px) {
  .product__name {
    font-size: 2.25rem;
  }
}

/* h1,
       h2,
       h3,
       h4,
       h5,
       h6
       {
          letter-spacing: 0.1em;
          line-height: 120%;
       } */

h1 {
  color: var(--color-2nd);
  border: none;
  font-size: 1.375rem;
  text-transform: uppercase;
}

@media (min-width: 769px) {
  h1 {
    font-size: 2.25rem;
  }
}

h2,
.h2 {
  font-size: 1.375rem;
}
@media (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 2.25rem;
  }
}
h3,
.h3 {
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  h3,
  .h3 {
    font-size: 2rem;
  }
}
h4,
.h4 {
  font-size: 1.125rem;
}
@media (min-width: 1024px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}
h5,
.h5 {
  font-size: 1rem;
}
@media (min-width: 1024px) {
  h5,
  .h5 {
    font-size: 1.375rem;
  }
}
h6,
.h6 {
  font-size: 0.875rem;
}
@media (min-width: 1024px) {
  h6,
  .h6 {
    font-size: 1.125rem;
  }
}

p {
  color: #696969;
  line-height: 28px;
  margin-bottom: 25px;
}

a {
  color: black;
  transition: all 0.3s ease-in-out;
}
.foot-ul a {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
a,
a:hover {
  text-decoration: none;
}

a:hover {
  color: var(--color-1st);
}

a:focus {
  outline: none;
}

img {
  max-width: 100%;
}

button {
  transition: all 0.3s ease-in-out;
}

.tab-content ul li {
  list-style: disc;
  padding: 10px;
  word-spacing: 3px;
}

.tab-content p {
  margin-bottom: 10px;
}

.ck-content ul {
  border: none;
}

.ck-content p span {
  font-size: 16px !important;
}

li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-us-bx {
  text-align: center;
}

.about__us p {
  margin-bottom: 0 !important;
}

.about__us h6 {
  font-size: 16px;
  text-align: left;
}

.about__us .right-box,
.about__us .right-box h6 {
  text-align: right !important;
}

.h1-title {
  font-size: 1.5rem;
}

label {
  color: #6c757d;
}

input:focus,
textarea:focus {
  box-shadow: none;
  outline: none;
}

iframe {
  border: 0;
  display: block;
}

.section {
  padding: 0;
  position: relative;
  /* background-image: url(../images/login-bg.jpg); */
}
@media screen and (max-width: 767px) {
  .section {
    padding: 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section {
    padding: 40px 0;
  }
}

.th-btn:hover,
.th-btn.active {
  color: #fff;
}
.rt-btn-2:hover {
  color: #fff !important;
  background-color: #fff !important;
}

.th-btn:before,
.th-btn:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--title-color);
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-radius: 99px;
}

.th-btn:hover::before,
.th-btn:hover:after,
.th-btn.active::before,
.th-btn.active:after {
  border-radius: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.rt-btn-2::before {
  background: #fff;
}

.th-btn:before,
.th-btn:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--title-color);
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-radius: 99px;
}

.th-btn:hover::before,
.th-btn:hover:after,
.th-btn.active::before,
.th-btn.active:after {
  border-radius: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.breadcrumb {
  text-align: center;
  background-image: url(../images/about/bread-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3.125em 0;
  margin-top: 83px;
  width: 100%;
}

.footer-search-contact .form-control {
  height: 56px;
  padding: 0 25px 0 25px;
  padding-right: 45px;
  border: 1px solid transparent;
  /* color: #fff !important; */
  background-color: var(--color-2nd);
  border-radius: 0;
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  /* background-color: #2C3240 !important; */
  border: 1px solid var(--color-2nd) !important;
  border-radius: 30px !important;
}

.orderinfo_head {
  color: var(--color-1st);
}

/************************banner categ*****************/
.d-grid {
  display: grid;
  gap: 20px;
}

.hero_banner {
  background: var(--color-third);
}

h1,
h2 {
  /* color: var(--color-1st); */
  /* font-size: 42px; */
  /* font-size: var(--text-large); */
  font-weight: var(--font-weight-bold);
  /* line-height: 61px; */
  /* line-height: 71px; */
  /* margin-bottom: 15px; */
  /* text-transform: capitalize; */
  font-family: var(--font-head);
}

/* @media only screen and (min-width: 1200px)
    {
        h1, .h1 {
            font-size: calc(1.0* 5rem);
            font-weight: 600;
            text-transform: capitalize;
            line-height: 1.2;
            letter-spacing: normal;
        }
    } */

/* @media only screen and (min-width: 1200px) and (max-width: 1540px)
    {
        h1, .h1 {
            font-size: calc(1.0* 4rem);
        }
    } */

@media (max-width: 991px) {
  h3 {
    margin-bottom: 10px;
  }

  h1,
  h2 {
    line-height: 50px;
    margin-bottom: 20px;
    font-size: 38px;
  }
}

.hero_banner-wrapper {
  /* padding: 50px 0; */
  height: 100%;
  /* min-height: 100vh; */
  align-items: center;
}

.hero_banner-wrapper .col-left p {
  width: 395px;
}

@media (min-width: 768px) {
  .hero_banner-wrapper,
  .content-col-wrapper,
  .getapp-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero_banner {
    padding: 50px 0;
  }
  .hero_banner-wrapper {
    min-height: auto;
  }

  .hero_banner-wrapper .col-left p,
  .search-food {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .hero_banner {
    padding: 50px 0;
  }
  .hero_banner-wrapper .col-left p {
    width: 100%;
  }
  .col-left,
  .content-col,
  .getapp-content {
    text-align: center;
  }
  .col-right {
    order: -1;
  }
}

.rt-btn-2 {
  font-size: 0.8125rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
  border-radius: 30px;
  height: 45px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  padding: 0 24px;
  padding-right: 45px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08);
  z-index: 1;
}

.th-btn {
  background-color: #00a3ff;
  color: #fff;
  padding: 0 21px;
}

.footer-btn .th-btn {
  background-color: #fff !important;
  color: var(--color-1st);
  padding: 0 21px;
}

.th-btn.fw-btn {
  width: 100%;
  border: none !important;
}

.footer_top.small_pt,
.section.small_pt {
  padding-top: 60px;
}

.footer_top.small_pb,
.section.small_pb {
  padding-bottom: 60px;
}

.footer_top.pb_20,
.pb_20,
.section.pb_20 {
  padding-bottom: 50px;
}

.small_divider {
  height: 30px;
}

.medium_divider {
  height: 50px;
}

.large_divider {
  height: 100px;
}

.padding_eight_all {
  padding: 8%;
}

.list_none li {
  list-style: none;
}

.btn.active,
.btn:focus,
.btn:hover {
  box-shadow: none;
  outline: medium none;
}

button:focus {
  outline: none;
}

.border-2 {
  border-width: 2px !important;
}

.btn {
  border-width: 1px;
  cursor: pointer;
  line-height: normal;
  font-size: 14px !important;
  /* padding: 12px 35px; */
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

.btn.active:focus,
.btn:active:focus {
  box-shadow: none !important;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991.98px) {
  /* .btn-fill-out {
            padding: 10px 75px !important;
        } */

  .btn-dark {
    margin-top: 20px !important;
    padding: 10px 50px !important;
  }

  .cart_btn .add_wishlist {
    margin-top: 15px !important;
  }
}

.btn-fill-out {
  /*background: var(--color-1st) !important; */
  font-size: 16px !important;
  /* border: 1px solid var(--color-1st); */
  color: #f4f4f4;
  /* padding: 10px 10px; */
  overflow: hidden;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding: 8px 20px !important;
  background: linear-gradient(
    105.49deg,
    var(--color-2nd) 47.63%,
    #38a6c4 93.7%
  );
}

@media (max-width: 767px) {
  .btn-fill-out {
    padding: 8px 15px !important;
  }
}

.btn-dark {
  color: #fff;
  padding: 10px 15px;
  background-color: var(--color-1st);
  border-color: var(--color-1st);
}

.btn-fill-out:after,
.btn-fill-out:before {
  /* background-color: var(--color-1st); */
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: 51%;
  z-index: -1;
}

.btn-fill-out:after {
  left: auto;
  right: 0;
}

.btn-fill-out:hover:after,
.btn-fill-out:hover:before {
  width: 0;
}

.btn-fill-out:hover {
  background: var(--color-2nd) !important;
  border: 1px solid var(--color-2nd) !important;
  color: var(--color-1st);
}

.btn-fill-line {
  background-color: transparent;
  border: 1px solid transparent;
  color: var(--color-1st) !important;
  overflow: hidden;
  position: relative;
  transition: all 0.8s ease 0s;
  z-index: 1;
}

.btn-fill-line:after,
.btn-fill-line:before {
  background-color: var(--color-1st);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: 50%;
  z-index: -1;
}

.btn-fill-line:after {
  left: auto;
  right: 0;
}

.btn-fill-line:hover:after,
.btn-fill-line:hover:before {
  width: 0;
}

.btn-fill-line:hover {
  color: #333 !important;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
    height: 20px;
    left: 50%;
    width: 20px;
  }

  to {
    height: 450px;
    left: 50%;
    width: 450px;
  }
}

@keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
    height: 20px;
    right: 50%;
    width: 20px;
  }

  to {
    height: 450px;
    right: 50%;
    width: 450px;
  }
}

.gold_border {
  display: inline-flex;
  width: 70px;
  height: 6px;
  background: transparent
    linear-gradient(90deg, #8d6b35 0%, #c9974c 30%, #fcc270 60%, #c9974c 100%)
    0% 0% no-repeat padding-box;
  border-radius: 2px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.btn-radius {
  border-radius: 40px;
}

/* .btn + .btn {
      margin-left: 10px;
  } */
.btn i {
  font-size: 16px;
  line-height: 1;
  /* margin-right: 5px; */
}

/* .btn i,
  .btn span {
      vertical-align: middle;
  } */

.btn-sm {
  padding: 8px 25px;
}

.btn-xs {
  font-size: 12px;
  padding: 4px 20px;
}

.btn.btn-xs i {
  font-size: 10px;
}

.btn.btn-sm i {
  font-size: 12px;
}

.btn-link {
  position: relative;
}

.btn-link,
.btn-link:hover {
  text-decoration: none;
}

.btn-link:before {
  background-color: var(--color-1st);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}

.text_white * {
  color: #fff;
}

.text_dark * {
  color: #333;
}

.linearicons,
[class*=" linearicons-"],
[class^="linearicons-"] {
  font-family: Linearicons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text_default {
  font-weight: bold;
  color: #044236 !important;
}

.bg_default {
  /* background-color: var(--color-1st) !important; */
  background: linear-gradient(360deg, #8f6b29, #e0aa3e, #df9f28);
}

.bg_gray {
  /* background-color: #f7f8fb !important; */
  /* background-color: #f7f4eb; */
  background-color: #fff;
}

.bg_redon {
  background-color: #fff !important;
  background-image: url(../images/testimonial.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_dark {
  /* background-color: var(--color-3rd) !important; */
  background: #f8f8f8 !important;
}

.scrollup {
  background-color: #5c5e60;
  bottom: 20px;
  color: #fafafa;
  font-size: 24px;
  height: 40px;
  line-height: 30px;
  position: fixed;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 40px;
  border-radius: 100%;
  z-index: 99;
}

.scrollup:hover {
  background-color: var(--color-3rd);
  color: #fff;
}

.scrollup:focus {
  color: #fff;
}

.background_bg {
  background-position: 50%;
  background-size: cover;
}

@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  50% {
    opacity: 0.5;
  }

  to {
    opacity: 0;
    transform: scale(1);
  }
}

.box_shadow1 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.border-top-tran {
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}

.heading_s2 {
  position: relative;
}

.heading_s2 h1,
.heading_s2 h2,
.heading_s2 h3,
.heading_s2 h4,
.heading_s2 h5,
.heading_s2 h6 {
  font-weight: 700;
  margin: 0;
  position: relative;
  text-transform: capitalize;
  z-index: 9;
}

.heading-title {
  display: block;
  color: var(--theme-color);
  /* font-size: 20px; */
  /* font-weight: 700; */
  font-family: var(--title-font);
  position: relative;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.heading_s4 h1,
.heading_s4 h2,
.heading_s4 h3,
.heading_s4 h4,
.heading_s4 h5,
.heading_s4 h6 {
  font-weight: 700;
  line-height: normal;
  margin: 0;
  text-transform: capitalize;
}

.highlight_text {
  color: #333;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.heading_s1 h4 {
  font-size: 42px;
}

.leads {
  margin-bottom: 30px;
}

.navbar-brand {
  margin: 0;
  /* padding: 10px 0; */
  vertical-align: top;
}

@media (max-width: 991px) {
  .navbar-brand {
    margin-right: 0px;
  }
}

.dark_skin .logo_dark {
  display: block;
}

.light_skin .navbar a.pr_search_trigger,
.light_skin .navbar-nav a,
.light_skin .navbar-toggler {
  /* color: var(--color-1st); */
  color: var(--color-1st);
}

.middle-header {
  padding: 10px 0;
  position: relative;
  background-color: #fff !important;
  /* background: #f7f4eb; */
  /* background-color: #fef1e1; */
  /* background-color: #fbf6e9e6; */
}

/* .navbar {
      padding: 0;
  } */

.header_wrap {
  transition: all 0.5s ease 0s;
  box-shadow: -2px 2px 4px rgba(105, 105, 105, 0.1);
  /* height: 83px; */
  /*background: var(--color-1st); */
  padding: 10px 0;
}

/* .header_wrap:not([class*="bg_"]):not([class*="bg-"])
  {
    background-color: #fff;
  }
   */

.navbar .navbar-collapse .navbar-nav li {
  list-style: none;
  position: relative;
  transition: all 0.3s ease 0s;
  margin-right: 25px;
}

/* .navbar .navbar-nav ul:last-child
  {
      margin-right:0;
  } */

@media (max-width: 767px) {
  .navbar .navbar-nav li {
    margin-right: 0;
  }
}

.navbar-nav .dropdown-menu {
  background-color: #fff;
  margin: 10px 0 0 0 !important;
  min-width: 14rem;
  padding: 0;
  border: none !important;
  border-radius: 2px !important;
  border-top: 2px solid blue;
}

.dark_skin .navbar-nav .dropdown-menu {
  background-color: #fff;
  /* box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05); */
}

.dark_skin .cart_list li,
.dark_skin .mega-menu-col {
  border-color: #ddd;
}

.dark_skin .navbar .navbar-nav .dropdown-menu li a.active,
.dark_skin .navbar .navbar-nav .dropdown-menu li a:hover,
.dark_skin
  .navbar
  .navbar-nav
  .dropdown-menu
  > ul
  > .mega-menu-col
  ul
  > li:hover
  > a,
.dark_skin .navbar .navbar-nav .dropdown-menu > ul > li:hover > a {
  color: #044236 !important;
  font-weight: 600;
  background: #e2e2e2;
}

.dark_skin .cart_quantity,
.dark_skin .cart_total,
.dark_skin .navbar .navbar-nav li > .dropdown-item {
  color: #333;
}

.dropdown-toggle:after,
.dropdown-toggler:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

@media only screen and (max-width: 991px) {
  .dropdown-toggle:after {
    float: right;
    margin-top: 8px;
  }
}

.dropdown-toggler:after {
  transform: rotate(-90deg);
}

.dropdown-menu .dropdown-toggler:after {
  position: absolute;
  right: 15px;
  top: 10px;
}

.dropdown-menu {
  position: absolute;
  top: auto;
}

.list-group-flush > .list-group-item {
  border: none !important;
  font-size: 14px;
  text-transform: capitalize;
}

.navbar .navbar-collapse .navbar-nav li.active a {
  color: var(--color-1st);
}

.navbar
  .navbar-collapse
  .navbar-nav
  li.active
  .dropdown-menu.dropdown-reverse
  li
  a {
  color: #495057;
}

.product .product_title,
.product_wrap .product_title a:hover {
  color: var(--color-1st);
}

.light_skin .mega-menu-col {
  border-right: 1px solid #3f3f3f;
}

.big-dropdown {
  padding: 30px 30px;
  border: #f4f4f4 1px solid;
  border-radius: 1px;
  box-shadow: 2px 4px 10px 0px rgba(140, 136, 136, 0.25);
}

.big-dropdown h5 {
  font-size: 14px !important;
  letter-spacing: 0.2px !important;
  margin-bottom: 10px !important;
  text-transform: uppercase;
}

.big-dropdown .list-group {
  border: none !important;
  margin-bottom: 16px;
}
.big-dropdown .list-group .list-group-item {
  border: none !important;
  padding: 6px 0px !important;
  letter-spacing: 0 !important;
  font-weight: 400;
  color: #444;
  text-transform: uppercase;
  font-size: 14px;
}

.big-dropdown .list-group .list-group-item:hover {
  color: var(--color-1st);
  font-weight: 500;
}

.navbar .navbar-nav .dropdown-item.dropdown-toggler {
  padding-right: 30px;
}

.navbar-nav.attr-nav {
  flex-direction: row;
}
/* .bottom_header .attr-nav
  {
      display: none;
  } */
.navbar-nav.attr-nav li .nav-link {
  /* padding: 20px 10px; */
  padding: 5px;
  position: relative;
  white-space: nowrap;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-nav.attr-nav li .nav-link {
    color: #fff;
  }
}

.navbar-nav.attr-nav li .nav-link .linearicons-cart:before {
  content: "\ea4d";
  padding: 7px;
  border-radius: 25px;
  background: #fff;
}

.navbar-nav.attr-nav li .nav-link .linearicons-user:before {
  padding: 7px;
  border-radius: 25px;
  background: #fff;
}

.header_wrap.nav-fixed
  .navbar-nav.attr-nav
  li
  .nav-link
  .linearicons-user:before {
  background: transparent;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover,
.navbar .navbar-nav.attr-nav .dropdown-menu li a.active,
.navbar .navbar-nav.attr-nav .dropdown-menu li a:hover,
.navbar .navbar-nav.attr-nav .dropdown-menu > ul > li:hover > a {
  background-color: transparent;
}

.navbar .navbar-nav .dropdown-menu li a.active,
.navbar .navbar-nav .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown-menu > ul > .mega-menu-col ul > li:hover > a,
.navbar .navbar-nav .dropdown-menu > ul > li:hover > a {
  color: var(--color-1st) !important;
  font-weight: 600px !important;
  background: #e2e2e2 !important;
}
.pr_search_icon {
  float: right;
  display: none;
}

@media (max-width: 767px) {
  .pr_search_icon {
    display: block;
  }
}
.pr_search_trigger.show i:before {
  content: "\ec2a";
}

.pr_search_trigger {
  font-size: 20px;
  padding: 17px 10px;
}

.header_wrap.fixed-top {
  padding-right: 0 !important;
  position: relative;
}

.header_wrap.nav-fixed {
  animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  animation-fill-mode: none;

  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1041;
}

.header_wrap.nav-fixed .attr-nav li .nav-link .cart_count {
  margin-left: -10px;
}

.header_wrap.nav-fixed .attr-nav li .nav-link i {
  background: transparent;
}

.mega-menu {
  display: table;
  padding: 15px 0;
  width: 100%;
}

.mega-menu,
.mega-menu ul {
  flex-wrap: wrap;
}

.navbar .navbar-nav li.dropdown-mega-menu {
  position: static;
}

.navbar .navbar-nav li.dropdown-mega-menu .dropdown-menu {
  padding-left: 0;
  padding-right: 0;
  right: 0;
}

.mega-menu-col {
  border-right: 1px solid #ddd;
  padding: 0;
}

.mega-menu-col:last-child {
  border-right: 0 !important;
}

.dropdown-menu li a i {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  width: 20px;
}

.cart_list li {
  list-style: none outside none;
}

.header_wrap.nav-fixed .attr-nav li a .cart_count {
  padding: 0 0 0 2px !important;
}
/* .middle-header .cart_count{
      line-height: 16px;
  } */

.cart_trigger .amount {
  font-weight: 600;
  margin-left: 8px;
  margin-right: -10px;
  vertical-align: top;
}

/* .navbar-nav .dropdown-menu.cart_box {
      display: block;
      left: auto !important;
      padding: 0;
      position: absolute !important;
      right: 0 !important;
      top: 100% !important;
      transform: scale(0) !important;
      transform-origin: calc(100% - 30px) 0;
      transition: all 0.25s ease-in-out;
      width: 320px;
  } */

.navbar-nav .dropdown-menu.cart_box.show {
  transform: scale(1) !important;
}

/* .cart_list li {
      border-bottom: 1px solid #3f3f3f;
      padding: 0 15px;
  } */

.item_remove {
  color: #333 !important;
  float: right;
  margin-left: 5px;
}

.cart_list img {
  background-color: #fff;
  /* border: 1px solid #ddd; */
  float: left;
  /* margin-right: 10px; */
  max-width: 80px;
}

.cart_list .delete_icon {
  max-width: 20px;
  color: red;
}

.owl-carousel .owl-item .product-subtitle abbr img {
  display: initial;
  width: 100%;
}

.cart_list a {
  font-size: 14px;
  /* font-weight: 600; */
  color: var(--color-1st) !important;
  padding: 0 !important;
  text-transform: capitalize;
  vertical-align: top;
}

.cart-box span {
  color: #333;
  font-weight: 600;
}

/* .priceDisplay_0 {

  } */

.cart_quantity {
  color: var(--color-1st);
  display: table;
  font-weight: 500;
  margin-top: 5px;
  float: right;
}

.cart_total .cart_amount {
  color: #f32b56;
  float: right;
}

.cart-head {
  display: flex;
  flex-direction: row-reverse;
  padding-right: 15px;
  align-content: flex-end;
  padding-top: 15px;
}

.top {
  /* height: 50px; */
  background: #fff;
  /* padding: 20px; */
  display: flex;
  /* justify-content: space-between; */
  flex-direction: column;
  /* align-items: center; */
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
    rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.close:hover,
.close:focus {
  color: var(--color-1st);
  text-decoration: none;
  cursor: pointer;
}

.cart_box {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 440px;
  z-index: 9999;
  background: #fff;
  color: var(--color-1st);
  height: 100%;
  max-width: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.cart_list li {
  display: inline-block;
  width: 100%;
}

.dropdown-menu .cart_list li a i {
  width: auto;
}

.cart_total {
  font-weight: 600;
  margin: 0;
  padding: 10px 15px;
  text-align: right;
}

.cart_total strong {
  float: left;
  font-weight: 600;
}

.cart_btn-wrap {
  margin: 0;
  position: fixed;
  bottom: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart_buttons {
  padding: 10px 15px 20px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 350px;
}

.shopping_cart_lasting_div {
  padding: 0px 0;
  overflow-x: hidden;
}

@media (max-width: 599.95px) {
  .cart_box {
    height: 100%;
    max-width: 320px;
  }
}

@media (max-width: 575.98px) {
  .dashboard_menu .nav-tabs li.nav-item a {
    width: 140px !important;
    height: 35px;
  }
}

#close-btn {
  position: fixed;
  z-index: 99999999999;
  top: 0;
}

.cart_buttons .checkout,
.cart_buttons .view-cart {
  padding: 8px 20px !important;
}

.top-header {
  border-bottom: 2px solid #eee;
  /* background: #f7f4eb; */
  background-color: #fef1e1;
}

.top-header.light_skin {
  border-color: hsla(0, 0%, 100%, 0.2);
}

.top-header {
  padding: 10px 0;
  transition: all 0.5s ease-in-out;
}

.top-header[class*="bg-"],
.top-header[class*="bg_"] {
  border: 0;
}

.top-header span {
  font-size: 14px;
  vertical-align: middle;
}

.header_wrap .social_icons li {
  padding-bottom: 0;
}

.contact_detail,
.social_icons {
  font-size: 0;
}

.contact_detail > li:last-child,
.header_list > li:last-child {
  padding-right: 0;
}

.social_icons li {
  display: inline-block;
  padding: 0 5px 5px 0;
}

.social_icons li a {
  color: #687188;
  background-color: #fff !important;
  display: inline-block;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  width: 36px;
  border-radius: 25px;
}

.social_white.social_icons li .ion-social-instagram {
  color: #db6f44 !important;
}

.social_white.social_icons li .ion-social-youtube {
  color: #ff0000 !important;
}

.social_white.social_icons li .ion-social-twitter {
  color: #03a9f5 !important;
}

.social_white.social_icons li .ion-social-facebook {
  color: #1976d3 !important;
}

.breadcrumb-item.active {
  /*color: #004236;*/
  color: var(--color-1st);
  /*font-weight: 600;*/
}

.social_icons li:last-child a {
  margin-right: 0;
}

.header_wrap .social_icons li a {
  color: #333;
}

.contact_detail i {
  font-size: 16px;
  margin-right: 10px;
}

.contact_detail i,
.contact_detail span {
  vertical-align: middle;
}

.contact_detail > li,
.header_list > li {
  color: #333;
  display: inline-block;
  font-size: 14px;
  padding: 2px 15px 2px 0;
  vertical-align: middle;
}

.header_list > li i {
  margin-right: 6px;
  vertical-align: middle;
}

.contact_detail > li a:hover,
.header_list > li .dropdown-item:hover {
  color: #f32b56;
}

.contact_detail li:first-child {
  margin-left: 0;
}

.contact_detail li a span {
  vertical-align: middle;
}

.top-header.light_skin .contact_detail li,
.top-header.light_skin .contact_detail li a,
.top-header.light_skin .widget_text span {
  color: #fff;
}

.top-header.dark_skin .contact_detail li {
  color: var(--color-1st);
}

.nav-fixed .middle-header,
.nav-fixed .top-header {
  display: none !important;
}

.navbar-toggler {
  border-radius: 0;
  color: #333;
  float: right;
  font-size: 28px;
  height: 35px;
  line-height: 36px;
  /* margin: 13px 0 0 3px; */
  /* margin: 5px 0 0 3px; */
  padding: 0;
  transition: none;
  width: 35px;
}

.navbar-toggler[aria-expanded="true"] span:before {
  content: "\f129";
  font-size: 16px;
}

.navbar-toggler[aria-expanded="true"] {
  font-size: 20px;
  line-height: 32px;
}

header .attr-nav + .social_icons {
  border-left: 1px solid #333;
  margin-left: 5px;
  padding-left: 5px;
}

header .attr-nav + .social_icons li {
  padding: 0;
}

header.light_skin .attr-nav + .social_icons {
  border-color: #fff;
}

header.light_skin.nav-fixed .attr-nav + .social_icons {
  border-color: #333;
}

header.light_skin.nav-fixed .social_icons li a {
  color: var(--color-1st);
}

header.light_skin.nav-fixed .social_icons li a:hover {
  color: #0e93d8;
}

.light_skin.top-header span,
.top-header.light_skin .header_list li a {
  color: #fff;
}

.top-header.light_skin .header_list > li:before {
  background-color: #fff;
}

.top-header.light_skin .contact_detail li a:hover,
.top-header.light_skin .header_list li a:hover,
.top-header.light_skin .header_list li a:hover span {
  color: var(--color-1st);
}

/* .main_menu_uppercase .navbar-nav>li>.nav-link {
        text-transform: uppercase;
    }
    */
.header_banner_text {
  color: #fff;
}

body.active {
  overflow: hidden;
  padding-right: 17px;
}

.widget_text p:last-child {
  margin-bottom: 0;
}

input.text {
  display: none;
}

.nav_block {
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 73px;
  padding: 0 25px;
  height: 83px;
  justify-content: space-around;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  overflow: hidden;
}

.categories_wrap {
  position: relative;
}

.categories_btn i {
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.categories_btn span {
  font-weight: 500;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 12px;
}

.categories_btn {
  /* background-color: var(--color-1st);
        border: 1px solid var(--color-1st); */
  background: linear-gradient(360deg, #8f6b29, #e0aa3e, #df9f28);
  color: #fff;
  text-align: left;
  width: 100%;
  border-color: #e0aa3e;
  height: 50px;
}

.bottom_header {
  /* height: 50px; */
  /* padding: 5px 10px;  */
  /* border-top: #F3F3F3 1px solid; */
  color: #fff !important;
  /* background: var(--color-1st);*/
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  /* align-items: center; */
  list-style: none;
  /* height: 50px; */
}

.mobile_side_menu .offcanvas-body .navbar-nav .nav-link {
  display: block;
  /* padding: 0.5rem 0; */
  padding: 0.7rem 0;
  color: var(--color-1st);
  text-transform: uppercase;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  background: #ffffff !important;
  color: #fff !important;
}

.Top__bar p {
  text-align: center;
}

/******categories start******************/

.ltn__category-menu-title h2 {
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  /* letter-spacing: 1px; */
  line-height: 45px;
  margin: 0;
  overflow: hidden;
  padding: 10px 20px 3px;
  position: relative;
  text-transform: uppercase;
}

.ltn__secondary-bg {
  background-color: #0a9a73;
}

.text-color-white {
  color: #fff;
}

.ltn__category-menu-title h2::before {
  content: "\f0c9";
  float: left;
  margin-right: 10px;
}

.ltn__category-menu-title h2::before,
.ltn__category-menu-title h2::after {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  display: block;
  font-size: 14px;
}

.ltn__category-menu-title h2::after {
  content: "\f0dd";
  float: right;
}

.ltn__category-menu-title h2::before,
.ltn__category-menu-title h2::after {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  display: block;
  font-size: 14px;
}

.ltn__category-menu-toggle {
  background-color: #fff;
}

.ltn__category-menu-toggle ul {
  margin: 0;
}

.ltn__category-menu-toggle > ul {
  border-color: #e5eaee;
  border-width: 1px 1px 1px;
  border-style: solid;
  padding: 0;
  margin: 0;
}

.ltn__category-menu-toggle ul li {
  margin-top: 0;
  list-style: none;
  position: relative;
  font-size: 14px;
}

.ltn__category-menu-toggle ul li a {
  display: block;
}

.ltn__category-menu-toggle > ul > li > a {
  padding: 14px 15px 11px;
  display: block;
  font-size: 15px;
  border-bottom: 1px solid #e5eaee;
}

.ltn__category-menu-toggle > ul > li i {
  font-size: 18px;
  margin-right: 5px;
  width: 25px;
  display: inline-block;
}

.ltn__category-submenu.ltn__category-column-5,
.ltn__category-submenu.ltn__category-column-6,
.ltn__category-submenu.ltn__category-column-7,
.ltn__category-submenu.ltn__category-column-8,
.ltn__category-submenu.ltn__category-column-9,
.ltn__category-submenu.ltn__category-column-10,
.ltn__category-submenu.ltn__category-column-11,
.ltn__category-submenu.ltn__category-column-12,
.ltn__category-submenu.ltn__category-column-no-5,
.ltn__category-submenu.ltn__category-column-no-6,
.ltn__category-submenu.ltn__category-column-no-7,
.ltn__category-submenu.ltn__category-column-no-8,
.ltn__category-submenu.ltn__category-column-no-9,
.ltn__category-submenu.ltn__category-column-no-10,
.ltn__category-submenu.ltn__category-column-no-11,
.ltn__category-submenu.ltn__category-column-no-12,
.ltn__category-submenu.ltn__category-column-no-13,
.ltn__category-submenu.ltn__category-column-no-14 {
  width: 730px;
}

.ltn__category-menu-toggle ul {
  margin: 0;
}

.ltn__category-submenu {
  position: absolute;
  left: 100%;
  top: 90%;
  width: 230px;
  z-index: 99;
  background-color: #fff;
  padding: 25px 20px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
  box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 1200px) {
  .ltn__category-menu-toggle ul li {
    font-size: 13px;
  }

  .ltn__category-menu-toggle > ul > li > a {
    padding: 10px 5px;
    font-size: 13px;
  }

  .ltn__category-menu-toggle > ul > li i {
    font-size: 16px;
    width: 20px;
  }
}

@media (max-width: 991px) {
  .ltn__category-menu-toggle {
    max-height: 350px;
    overflow: auto;
    position: absolute;
    width: 100%;
    z-index: 99;
    display: none;
  }

  .ltn__category-menu-drop > a {
    position: relative;
  }

  .ltn__category-submenu {
    display: none;
    opacity: inherit !important;
    visibility: inherit !important;
    left: inherit !important;
    width: 100% !important;
    top: 100%;
    max-height: 350px;
    overflow: auto;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    position: inherit;
    padding: 5px 0px 0px 15px;
  }

  .map_address {
    width: auto;
    height: 250px;
    border: 0;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 20px;
  }

  .map_address {
    width: auto;
    height: 250px;
    border: 0;
  }
}

/*********************categories End*************/
#navCatContent li {
  list-style: none;
}

#navCatContent {
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  left: 0;
  padding: 5px 0 0;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  z-index: 99;
}

.nav_cat {
  height: auto !important;
}

.nav_cat,
.nav_cat.collapse:not(.show) {
  display: block;
}

#navCatContent ul {
  width: 100%;
}

#navCatContent li a {
  font-size: 14px;
  /* text-transform: capitalize; */
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

#navCatContent li a i {
  font-size: 22px;
  line-height: 30px;
  margin-right: 10px;
  vertical-align: middle;
}

#navCatContent li a span {
  vertical-align: middle;
  margin-top: 10px;
  font-size: 12px;
}

#navCatContent li a:hover {
  color: var(--color-1st);
}

#navCatContent li a.dropdown-toggler:after {
  position: absolute;
  right: 15px;
  top: 15px;
}

#navCatContent ul li .dropdown-menu {
  border: 0;
  border-radius: 0;
  box-shadow: 10px 16px 49px 0 rgba(38, 42, 46, 0.05);
  left: 100%;
  margin: 0;
  min-width: 800px;
  padding: 0;
  right: 0;
  top: 0;
  width: 100%;
}

#navCatContent .mega-menu-col {
  border: 0;
}

.more_categories {
  border-top: 1px solid #ddd;
  color: var(--color-1st);
  cursor: pointer;
  display: block;
  font-size: 16px;
  margin-top: 5px;
  padding: 12px 15px;
  position: relative;
  width: 100%;
}

.more_categories:before {
  content: "\ec36";
  font-family: Linearicons;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.more_categories.show:before {
  content: "\ec37";
}

.product_search_form {
  max-width: 600px;
  position: relative;
  width: 100%;
  border-radius: 30px;
  /* box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 20%); */
}

.product_search_form input {
  height: 50px;
  padding-right: 60px !important;
}

.search_btn {
  background-color: #fff;
  border: 0;
  bottom: 1px;
  font-size: 20px;
  padding: 0 15px;
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 9;
  border-radius: 30px;
  /* box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 20%); */
}

.search_btn:hover {
  color: var(--color-1st);
}

.search_btn i {
  vertical-align: middle;
}

.product_search_form select {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product_search_form.rounded_input select {
  border-radius: 30px 0 0 30px;
  padding: 8px 35px 8px 15px;
}

.product_search_form.rounded_input input {
  border-radius: 0 30px 30px 0 !important;
}

.contact_phone i,
.contact_phone span {
  vertical-align: middle;
}

.contact_phone i {
  color: var(--color-1st);
  font-size: 16px;
  /* font-weight: bold; */
  margin-right: 10px;
  /* background-color:var(--color-3rd);
      padding: 0.8rem;
      border-radius: 30px; */
}

.contact_phone span {
  color: #16181b;
}

/* .banner_content_inner {
      padding: 50px;
  } */

.banner_section {
  position: relative;
  margin-bottom: 20px;
}
.banner_section .carousel-item {
  width: 100%;
  max-width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat !important;
}

.banner_section:not(.full_screen),
.banner_section:not(.full_screen) .carousel-item {
  height: 800px;
}
.banner_section.slide_medium,
.banner_section.slide_medium .carousel-item {
  height: 500px;
  /* height: 525px; */
}
.banner_section .banner_slide_content {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.indicators_style1 {
  margin-bottom: 15px;
}

.indicators_style1 li {
  background-color: #333;
  border: 0;
  height: 10px;
  margin: 8px;
  position: relative;
  width: 10px;
  border-radius: 50%;
}

.indicators_style1 li:before {
  border: 2px solid #333;
  bottom: 0;
  content: "";
  left: 0;
  margin: -4px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
}

.indicators_style1 li.active {
  background-color: var(--color-1st);
}

.indicators_style1 li.active:before {
  border-color: var(--color-1st);
}

.banner_content .carousel-item {
  padding: 100px 0;
}

.banner_content h2 {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.banner_content p {
  margin-bottom: 30px;
}

.zoom-in {
  animation: zoomin 5s;
}

@keyframes zoomin {
  0% {
    transform: scale(1.2) rotate(3deg);
  }

  to {
    transform: scale(1) rotate(0deg);
  }
}

.hover_effect1 {
  display: block;
  overflow: hidden;
  position: relative;
}

.hover_effect1:after,
.hover_effect1:before {
  background-color: hsla(0, 0%, 100%, 0.6);
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: all 0.9s ease 0s;
  width: 100%;
  z-index: 1;
}

.hover_effect1:before {
  border-top: 1px solid hsla(0, 0%, 100%, 0.4);
  transform: translate(105%);
}

.hover_effect1:after {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.4);
  transform: translate(-105%);
}

.hover_effect1:hover:after,
.hover_effect1:hover:before {
  opacity: 0;
  transform: translate(0);
}

.sale-banner img {
  width: 100%;
}

.categories_box {
  text-align: center;
}

.categories_box a {
  background-color: #f7f7f7;
  display: block;
  padding: 35px 20px;
}

.categories_box i {
  display: block;
  font-size: 40px;
}

.categories_box span {
  display: block;
  margin-top: 5px;
  text-transform: capitalize;
}

.cat_style1 .categories_box a {
  background-color: transparent;
  padding: 0;
}

.cat_style1 .categories_box span {
  margin-top: 10px;
}

.icon_box {
  margin-bottom: 30px;
}

.icon {
  margin-bottom: 15px;
}

.icon_box_content h1,
.icon_box_content h2,
.icon_box_content h3,
.icon_box_content h4,
.icon_box_content h5,
.icon_box_content h6 {
  text-transform: capitalize;
}

.icon i {
  font-size: 30px;
}

.icon_box p:last-child {
  margin: 0;
}

.icon_box_content .link i {
  margin-left: 2px;
  vertical-align: middle;
}

.icon_box_style1 {
  padding: 0 40px;
  position: relative;
  text-align: center;
}

.icon_box_style1 .icon i {
  font-size: 46px;
  line-height: 1;
}

.icon_box_style1:before {
  background-color: #ddd;
  bottom: 15%;
  content: "";
  position: absolute;
  right: 0;
  top: 15%;
  width: 1px;
}

[class*="col-"]:last-child .icon_box_style1:before {
  content: normal;
}

.carousel_slider li {
  list-style: none;
}

.author_img img {
  max-width: 100px;
}

.author_name {
  overflow: hidden;
}

.author_name h6 {
  margin-bottom: 5px;
}

.author_name span {
  color: var(--color-1st);
}

.testimonial_box.box_shadow1 {
  margin: 10px;
}

.testimonial_desc p:last-child {
  margin-bottom: 0;
}

.testimonial_style1 .author_img {
  margin-right: 15px;
}

.testimonial_style1 .author_img img {
  max-width: 60px;
}

.testimonial_style1 .testimonial_desc {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.testimonial_style1 .testimonial_box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column-reverse;
  padding: 25px;
  width: 100%;
}

.testimonial_wrap.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  /* background-color: #f6f6f6; */
  background-color: #fff;
  border: 1px solid rgba(251, 90, 13, 0.1);
  border-radius: 30px;
  z-index: -1;
}

/* .testimonial_wrap:after
{
	content: "";
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	top: 103px;
	background-color: #f6f6f6;
	border: 1px solid rgba(251, 90, 13, 0.1);
	border-radius: 10px;
	z-index: -1;
} */

.testi_cont {
  display: flex;
  justify-content: center;
  align-items: center;
}

.author_wrap {
  align-items: center;
  display: flex;
  margin: 0 auto;
  margin-bottom: 30px;
}

.testimonial_style1 .author_wrap {
  justify-content: center;
}

.testimonial_wrap {
  padding: 0 60px;
}

/* CAROUSEL STARTS */

.customer-feedback .owl-item img {
  width: 85px;
  height: 85px;
}

.feedback-slider-item {
  position: relative;
  padding: 60px;
  margin-top: -40px;
}

.customer-name {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
}

.feedback-slider-item p {
  line-height: 1.875;
}

.customer-rating {
  background-color: #eee;
  border: 3px solid #fff;
  color: rgba(1, 1, 1, 0.702);
  font-weight: 700;
  border-radius: 50%;
  position: absolute;
  width: 47px;
  height: 47px;
  line-height: 44px;
  font-size: 15px;
  right: 0;
  top: 77px;
  text-indent: -3px;
}

.thumb-prev .customer-rating {
  top: -20px;
  left: 0;
  right: auto;
}

.thumb-next .customer-rating {
  top: -20px;
  right: 0;
}

.customer-rating i {
  color: rgb(251, 90, 13);
  position: absolute;
  top: 10px;
  right: 5px;
  font-weight: 600;
  font-size: 12px;
}

/* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */
.feedback-slider-item:after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  top: 103px;
  background-color: #f6f6f6;
  border: 1px solid rgba(251, 90, 13, 0.1);
  border-radius: 10px;
  z-index: -1;
}

.thumb-prev,
.thumb-next {
  position: absolute;
  z-index: 99;
  top: 45%;
  width: 98px;
  height: 98px;
  left: -90px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.thumb-next {
  left: auto;
  right: -90px;
}

.feedback-slider-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.feedback-slider-thumb:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.customer-feedback .owl-nav [class*="owl-"] {
  position: relative;
  display: inline-block;
  bottom: 45px;
  transition: all 0.2s ease-in;
}

.customer-feedback .owl-nav i {
  background-color: transparent;
  color: rgb(251, 90, 13);
  font-size: 25px;
}

.customer-feedback .owl-prev {
  left: -15px;
}

.customer-feedback .owl-prev:hover {
  left: -20px;
}

.customer-feedback .owl-next {
  right: -15px;
}

.customer-feedback .owl-next:hover {
  right: -20px;
}

/* DOTS */
.customer-feedback .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px;
}
.customer-feedback .owl-dot {
  display: inline-block;
}

.customer-feedback .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  margin: 0 5px;
  background: #fff;
  border: 1px solid rgb(251, 90, 13);
  display: block;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span {
  background-color: rgb(251, 90, 13);
}

/* RESPONSIVE */
@media screen and (max-width: 767px) {
  .feedback-slider-item:after {
    left: 30px;
    right: 30px;
  }
  .customer-feedback .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 45px;
    bottom: auto;
  }
  .customer-feedback .owl-prev {
    left: 0;
  }
  .customer-feedback .owl-next {
    right: 0;
  }
}

footer {
  overflow: hidden;
}

.footer_logo_last {
  max-width: 250px !important;
  height: auto;
}

.footer_dark {
  background: var(--color-1st);
  position: relative;
}

.footer_top {
  padding-top: 120px;
  padding-bottom: 66px;
  background: var(--color-1st);
}

.footer_logo {
  margin-bottom: 20px;
  /* margin-top: -30px; */
}

footer p {
  font-size: 14px;
}

footer .widget {
  margin-bottom: 30px;
}

footer .widget_title {
  position: relative;
  font-family: var(--font-body);
  border: none;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  line-height: 1;
  border-bottom: 0;
  /* padding: 0 0 15px 0;
    margin: -0.12rem 0 33px 0; */
  max-width: 275px;
}

footer .widget_title:after {
  width: 16px;
  border: 3px solid #fff;
  border: 3px solid var(--color-1st);
  height: 10px;
  background-color: transparent;
  bottom: -3px;
  left: 40px;
  -webkit-animation: footerLine 7s linear infinite;
  animation: footerLine 7s linear infinite;
}
footer .widget_links li a {
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize !important;
}

.th-widget-about .footer-info {
  position: relative;
  margin: 0 0 25px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #b2b2b2;
  line-height: 26px;
  padding: 0 0 0 35px;
  max-width: 277px;
}

.th-widget-about .footer-info-title {
  font-size: 16px;
  font-family: var(--title-font);
  font-weight: 600;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 7px;
  margin-top: -0.2em;
}
.th-widget-about .footer-info i {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  position: absolute;
  left: 0;
  font-size: 10px;
}

footer .widget_links li a {
  font-size: 14px;
  font-weight: 400;
  /* padding: 0 0 0 20px; */
  margin-bottom: 22px;
  font-family: var(--body-font);
  display: block;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 0;
  background-color: transparent;
  border-bottom: none;
  position: relative;
}
.footer-widget {
  margin-bottom: 50px;
}

.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}
.widget_links li {
  list-style: none;
  /* padding-bottom: 10px; */
  /* margin-left: 17px; */
}

.widget_links li:last-child {
  padding-bottom: 0;
}

.widget_links li a {
  /* color: #687188; */
  color: #212529;
  font-size: 14px;
  /* letter-spacing: 0.5px; */
  font-weight: normal;
  text-transform: capitalize !important;
}

.contact_info > li {
  list-style: none;
  margin-bottom: 15px;
}

.contact_info > li:last-child {
  margin-bottom: 0;
}

.contact_info li i {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
  margin-top: 4px;
  vertical-align: top;
}

.contact_info li span {
  color: #292b2c;
  float: left;
  margin-right: 10px;
  max-width: 70px;
  width: 100%;
}

.contact_info i + *,
.contact_info span + * {
  color: #687188;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  overflow: hidden;
  font-weight: normal;
}

.contact_info i + * {
  display: inline-block;
  max-width: 78%;
  vertical-align: middle;
}

.contact_info_light li i {
  border-color: #dde0e3;
  color: var(--color-1st);
}

.contact_info_light li a,
.contact_info_light li span {
  color: #dde0e3;
}

.bottom_footer {
  /* padding: 16px 0;  */
  background: var(--color-1st);
  position: relative;
  /* border-top: #585E66 1px solid; */
}

.footer_dark .post_content a,
.footer_dark .widget_links li a,
.footer_dark a,
.footer_dark h1,
.footer_dark h2,
.footer_dark h3,
.footer_dark h4,
.footer_dark h5,
.footer_dark h6,
.footer_dark p {
  color: #ffff !important;
}

.footer_dark .widget_links li a:hover,
.footer_dark a:hover,
.widget_links li a:hover {
  color: var(--color-1st);
}

.footer_dark .widget_links li a span:hover {
  color: #fff !important;
}
.bottom_footer .social_icons li {
  padding-bottom: 0;
}

.footer_payment li {
  display: inline-block;
  list-style: none;
}

.client_logo .cl_logo img {
  margin: 0 auto;
  opacity: 0.7;
  transition: all 0.5s ease-in-out;
  width: 163px;
}

.client_logo .cl_logo:hover img {
  opacity: 1;
}

.breadcrumb_section {
  padding: 15px 0;
  width: 100%;
  background: #fdfdfd !important;
  border-bottom: #eeeeee 1px solid;
  /* border-top: #EEEEEE 1px solid; */
  display: none;
}
.breadcrumb_section .breadcrumb {
  padding: 0;
}

.breadcrumb_section.page-title-mini {
  padding: 15px 0;
}

.page-title-mini .page-title h1 {
  font-size: 28px;
}

.page-title-mini .breadcrumb li {
  font-size: 14px;
  color: #666666;
  padding: 0 6px;
  /* background: #E2F8E3; */
  font-weight: 400 !important;
}
.page-title-mini .breadcrumb li a {
  font-size: 14px;
  color: #333;
  /* background: #E2F8E3; */
  font-weight: 500 !important;
  text-transform: uppercase;
}
.page-title-mini .breadcrumb li a:hover {
  color: var(--color-1st);
}

.page-title h1 {
  font-weight: 700;
  line-height: normal;
  margin: 0;
  text-transform: capitalize;
}

.breadcrumb {
  background-color: transparent;
  margin: 0;
  /* padding: 0;
        float: left; */
}

.breadcrumb-item + .breadcrumb-item:before {
  content: "\f3d1";
  font-family: Ionicons;
  vertical-align: middle;
  /*color: var(--color-1st);*/
  color: #044236;
}

.page-title + .breadcrumb {
  margin-top: 15px;
}

.page-title + span {
  display: inline-block;
  margin-top: 15px;
  width: 100%;
}

.breadcrumb-item a i {
  display: inline-block;
  font-size: 26px;
  line-height: 1;
  margin-right: 5px;
  margin-top: -5px;
  vertical-align: middle;
}

.page-title-video {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -3;
}

.contact_wrap li {
  align-items: center;
  display: flex;
  list-style: none;
  margin-bottom: 25px;
}

.contact_icon {
  margin-right: 20px;
}

.contact_icon i {
  color: var(--color-1st);
  font-size: 34px;
}

.contact_text span {
  color: #333;
  display: block;
  font-weight: 600;
  margin-bottom: 3px;
}

.contact_text p:last-child {
  margin-bottom: 0;
  text-align: center;
}

.contact_text a {
  color: #687188;
  line-height: 28px;
}

.contact_text a:hover {
  color: var(--color-1st);
}

.contact_style3 {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding: 40px 20px;
  text-align: center;
  width: auto !important;
  height: 230px !important;
}

.contact_style3 .contact_icon {
  border: 1px solid var(--color-1st);
  border-radius: 100%;
  display: inline-block;
  height: 80px;
  margin: 0 0 5px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
}

.contact_style3 .contact_icon i {
  line-height: 78px;
  transition: all 0.5s ease-in-out;
}

.contact_style3 .contact_icon:before {
  background-color: #004236;
  border-radius: 100%;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
  transition: all 0.5s ease-in-out;
  z-index: -1;
}

.contact_style3:hover .contact_icon:before {
  transform: scale(1);
}

.contact_style3:hover .contact_icon i {
  color: var(--color-1st);
}

.divider {
  height: 4px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.divider.center_icon,
.divider.text_divider {
  height: auto;
}

.divider.center_icon,
.divider.text_divider {
  text-align: center;
}

.divider.text_divider span {
  background-color: #fff;
  font-size: 30px;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}

.divider:after,
.divider:before {
  border-top: 1px solid #ddd;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.divider:before {
  margin-top: -1px;
}

.divider:after {
  margin-top: 1px;
}

.divider i {
  background-color: #fff;
  color: #d9d9d9;
  font-size: 30px;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.accordion .card .card-header {
  background-color: transparent;
  margin: 0;
  padding: 0;
}

.accordion .card-header a {
  display: block;
  line-height: normal;
  padding: 15px 40px 15px 15px;
}

.accordion .card-body p:last-child {
  margin: 0;
}

.adressmarkup .card-body {
  border: 1px solid #d3d3d3;
}

.card-body p {
  margin-bottom: 15px;
}

.error_wrap {
  width: 100%;
}

.error_txt {
  color: #333;
  font-size: 150px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}

.search_form form {
  position: relative;
}

.search_form form input {
  height: 50px;
  padding: 5px 60px 5px 20px;
}

.search_form form input:focus {
  height: 50px;
}

.search_form .icon_search {
  border-left: 1px solid #ddd;
  border-radius: 0;
  padding: 0 0 0 15px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.search_form .icon_search i {
  font-size: 24px;
  margin-right: 0;
}

.form-note {
  color: #004236 !important;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 15px;
}

.login_wrap {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.login-bg {
  /* background: url(../images/bg-banner.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
}

.login_register_wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  height: 100vh;
}

.login_footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 5px;
  width: 100%;
}

.login_footer a {
  color: #687188;
}

/*****login start*****/

.form__input:focus {
  /* box-shadow: inset 4px 4px 4px #d1d9e6, inset -4px -4px 4px #f9f9f9; */
}

/******login end*****/

.countdown_time {
  display: table;
  width: 100%;
}

.countdown_time .countdown_box {
  float: left;
  padding: 0 15px;
  width: 25%;
}

.countdown-wrap {
  display: inline-block;
  text-align: center;
}

.countdown_time .cd_text {
  display: block;
}

.countdown_box .countdown {
  color: #292b2c;
  font-size: 40px;
}

.countdown_time.countdown_style4 {
  display: block;
  margin: 0 -2px;
  width: auto;
}

.countdown_time.countdown_style4 .countdown_box {
  padding: 0 2px;
}

.countdown_style4 .countdown_box .countdown-wrap {
  /* background-color: #f2f2f2; */
  background-color: rgba(0, 66, 54, 0.04);
  padding: 10px;
  text-align: center;
  width: 100%;
  /* background: transparent linear-gradient(45deg, #8D6B35 0%, #C9974C 30%, #FCC270 60%, #C9974C 100%) 0% 0% no-repeat padding-box; */
}

.deal_wrap {
  align-items: center;
  border: 2px solid var(--color-1st);
  border-radius: 20px;
  display: flex;
  overflow: hidden;
}

.deal_wrap .product_img {
  max-width: 300px;
  width: 100%;
}

.deal_content {
  padding: 30px 30px 30px 0;
  width: 100%;
}

.deal_content .product_info {
  padding: 0;
}

.deal_content .product_info .price {
  color: var(--color-3rd);
}

.deal_wrap .countdown_box .countdown {
  font-size: 24px;
}

.deal_wrap .countdown_time .cd_text {
  font-size: 13px;
}

.deal_progress {
  display: block;
  padding-top: 5px;
}

.stock-available {
  float: right;
}

.deal_progress .progress {
  border-radius: 20px;
  margin-bottom: 20px;
  margin-top: 5px;
  background-color: rgba(0, 66, 54, 0.04);
}

.deal_progress .progress-bar {
  background-color: var(--color-1st);
  text-indent: -99999px;
}

.shorting_icon {
  border: 1px solid #ced4da;
  border-radius: 4px;
  float: left;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  margin-right: 10px;
  text-align: center;
  width: 45px;
}

.shorting_icon .ti-layout-list-thumb {
  font-size: 24px;
  line-height: 45px;
}

.shorting_icon.active {
  background-color: var(--color-1st);
  /* border-color: #ff324d; */
  color: #fff;
}

.product_header {
  justify-content: space-between;
}

.product_header,
.product_header_right {
  align-items: center;
  display: flex;
  color: var(--color-1st);
  font-weight: 400;
}

.products_view {
  display: inline-block;
  vertical-align: middle;
}

.product-name {
  color: var(--color-1st);
  line-height: 1.3;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;
  font-size: 1rem;
  font-weight: 500;
  margin: 0.5rem 0;
  letter-spacing: 0.5px;
}
.product-content {
  text-align: center;
}

.product-category {
  font-size: 15px;
  color: var(--color-2nd);
  /* margin: 12px 0 6px 0px; */
  font-weight: 400;
}

.product-content__footer .product-price--main {
  margin-left: 8px;
  top: 2px;
  font-size: 25px;
  font-weight: 500;
  color: var(--color-1st);
}

.product_info hr {
  margin: 20px 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

.add-btn__wrap .cart__btn {
  color: #ffffff;
  background: linear-gradient(
    105.49deg,
    var(--color-2nd) 47.63%,
    #38a6c4 93.7%
  );
  border: none;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 100 !important;
  font-family: Lato_regular !important ;
  margin-top: 10px;
  width: 100%;
  border-radius: 3px;
  transition: background 0.3s ease,
    /* Adjust this for background transition */ color 1s ease,
    /* Keep this longer for color */ transform 1s ease,
    /* Longer for transform */ box-shadow 1s ease,
    /* Longer for box-shadow */ opacity 1s ease;
  letter-spacing: 1px;
  border-radius: 5px;
  text-transform: capitalize !important;
}

.product-content__footer {
  padding: 15px 0;
}

.hov-btn3:hover {
  border-color: var(--color-third);
  background-color: var(--color-third);
  color: #fff;
}

.bor4 {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
.trans-04 {
  color: var(--color-1st);
}
.size-105 {
  min-width: 111px;
  height: 40px;
}

.size-104 {
  min-width: 94px;
  height: 40px;
}

.rate i {
  color: #ecba0b;
  font-size: 0.75em;
}
.product-thumb {
  position: relative;
  text-align: center;
  overflow: hidden;
  /* margin-bottom: 1rem; */
}
.product-thumb__image {
  display: block;
  height: 100%;
  width: 100%;
}

.product-thumb__image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s ease-in-out;
  z-index: 1;
}

.product-thumb__actions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.25em 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.2s ease-in-out;
}

.product-thumb:hover .product-thumb__actions {
  opacity: 1;
  transform: translateY(0);
}

.product-thumb__actions .product-btn {
  margin: 0 0.3125em;
  display: inline-block;
  border-radius: 100%;
}

.product-thumb__actions .product-btn .product__actions__item {
  height: 3.57143em;
  width: 3.57143em;
  padding: 0;
  line-height: 3.57143em;
}

.product-thumb__actions .product-btn .product__actions__item:first-child {
  margin-left: 0;
  padding-left: 0;
}

.product-thumb__actions .product-btn .product__actions__item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.btn.-white:hover {
  border-radius: 100%;
  background-color: #fff;
}

.btn.-white:hover {
  transform: scale(1.02);
  /* box-shadow: 0px 10px 20px rgba(81, 63, 238, 0.4); */
  box-shadow: 0px 10px 20px rgba(0, 163, 255, 0.4);
  color: var(--color-1st) !important;
}

.product,
.product_wrap {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  position: relative;
  transition: all 0.5s ease-in-out;
  background-color: #f6f6f6 !important;
  /* margin: 0; */
}

/* .product_wrap:hover{
        border: #f8f8f8 1px solid;
    } */

.product_wrap .pr_action_btn li a {
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  height: 35px;
  line-height: 35px;
  width: 35px;
}

.product_wrap .pr_action_btn li a i {
  /* font-size: 16px; */
  line-height: 35px;
  /* font-size: 22px; */
  /* color: #004236; */
}

/* .carousel_slider .product,
    .carousel_slider .product_wrap {
        margin: 5px;
    }
    */
.product_img img {
  transition: all 0.3s ease-in-out;
}

.product_img .product_hover_img {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translateX(100%);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  z-index: -1;
}

.product:hover .product_img .product_hover_img,
.product_wrap:hover .product_img .product_hover_img {
  opacity: 1;
  transform: translateX(0);
  z-index: 0;
}

.pr_desc {
  display: none;
}

.icon-basket-loaded {
  margin-right: 8px;
}
.pr_flash {
  font-size: 13px;
  left: 10px;
  text-transform: uppercase;
  top: 10px;
  z-index: 1;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0px;
  font-weight: 500;
  margin: 1px 0 0 1px;
  padding: 5px 10px;
  text-decoration: none;
  border-bottom-right-radius: 5px;
}

.product_info {
  padding: 15px 15px;
  background: transparent;
}
#cart_price a {
  display: block;
  color: #5b5b5b;
  padding: 11px 14px;
  width: 100%;
  border: none !important;
}

#cart_price .on_sale {
  color: #f9a602;
}

/* #cart_price del
        {
            color: #d6cd56;
        } */

.price__wrap {
  /* background: #F8C3B1; */
  /* background: rgb(0, 66, 54);  */
  background: var(--color-1st);
  color: var(--color-1st);
  text-align: center;
  margin-top: 10px;
  width: 100%;
}

#cart_price {
  position: relative;
  cursor: pointer;
  border: none !important;
  width: 100%;
}

/* #cart_price:before {
        opacity: 0;
        content: 'Buy Now';
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        background: rgb(0, 66, 54);
        border: none !important;
        color: #fff;
        text-align: center;
        pointer-events: none;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    } */

.price,
.on_sale {
  opacity: 1;
}

#cart_price:hover:before {
  opacity: 1;
}

.product-blocks .price__wrap {
  /* background: rgb(0, 66, 54);  */
  background: var(--color-1st);
}

.product-blocks .price {
  color: var(--color-1st);
}

.product-blocks .product_list .product_info {
  background: #fff !important;
}

.product-blocks #cart_price:hover:before {
  opacity: 0;
}

.product-blocks #cart_price:hover .price {
  opacity: 1;
}

.product-blocks #cart_price:hover .on_sale {
  opacity: 1;
}

.product_price {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .price {
    font-size: 14px;
  }

  #cart_price a {
    padding: 8px 0px;
  }
}

.product-price del {
  color: #919191;
  margin-left: 5px;
}

.on_sale {
  color: #388e3c;
  /* display: inline-block; */
  font-size: 12px;
  display: none;
}

/* .product_price {
        margin-bottom: 5px;
        margin-top: 10px;
    } */

.product .rating_wrap {
  align-items: center;
  display: flex;
  position: relative;
}

.product.text-center .rating_wrap {
  justify-content: center;
}

.rating_num {
  font-size: 14px;
  margin-left: 5px;
}

.rating_num,
.rating_wrap .rating {
  display: inline-block;
  vertical-align: middle;
}

.rating_wrap .rating {
  font-family: Font Awesome\5 Free;
  font-size: 12px;
  height: 20px;
  overflow: hidden;
  position: relative;
  width: 70px;
}

.rating:before {
  content: "\f005\f005\f005\f005\f005";
  font-size: 12px;
}

.product_rate,
.rating:before {
  color: #f6bc3e;
  float: left;
  left: 0;
  position: absolute;
  top: 0;
}

.product_rate {
  overflow: hidden;
  padding-top: 1.5em;
}

.product_rate:before {
  content: "\f005\f005\f005\f005\f005";
  font-size: 12px;
  left: 0;
  position: absolute;
  top: 0;
}

.product_action_box {
  /* left: 0;
        padding-top: 0;
        position: absolute;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.5s ease-in-out;
        z-index: 2; */

  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.25em 0;
  z-index: 2;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.2s ease-in-out;
}

.product_img:hover .product_action_box {
  opacity: 1;
  transform: translateY(0);
}

.pr_action_btn {
  display: table;
  margin: 0 auto;
}

.product_img {
  overflow: hidden;
  position: relative;
  /* margin-top: 10px !important; */
}

.product_img:before {
  background-color: transparent;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}

.product:hover .product_img:before {
  opacity: 1;
}

.pr_action_btn li {
  display: inline-block;
  margin: 0 5px;
  position: relative;
}

.product_wrap .pr_action_btn li {
  /* display: block; */
  margin: 10px 0;
}

.product_wrap .pr_action_btn {
  margin: 0 0 0 10px;
}

.product_action_box li {
  opacity: 0;
  transform: translateY(15px);
}

.product_action_box li:first-child {
  transition: all 0.2s ease 0s;
}

.product_action_box li:nth-child(2) {
  transition: all 0.3s ease 0s;
}

.product_action_box li:nth-child(3) {
  transition: all 0.4s ease 0s;
}

.product_action_box li:nth-child(4) {
  transition: all 0.5s ease 0s;
}

.product:hover .product_action_box li,
.product_wrap:hover .product_action_box li {
  opacity: 1;
  transform: translate(0);
}

.pr_action_btn li a {
  background-color: #fff;
  display: block;
  font-size: 0;
  height: 37px;
  padding: 0;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  width: 37px;
}

.pr_action_btn li a i {
  font-size: 18px;
  line-height: 37px;
  vertical-align: middle;
}

.product .product_title,
.product_wrap .product_title {
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: pre-wrap;
  color: #111;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.625em;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  display: block;
  margin-bottom: 0.625em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
  font-family: var(--font-body);
}

@media (max-width: 480px) {
  /* .product,
      .product_wrap {
          display: flex;
      }
   */
  .list-item_category_row {
    display: none;
  }
  .ingredients-block {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
  }
  .ingedients-name {
    text-align: center;
  }
  .product-subtitle {
    display: flex;
    justify-content: flex-start !important;
    /* align-items: center; */
  }

  .product_title {
    /* text-align: left !important; */
    text-transform: capitalize;
    height: auto !important;
    text-overflow: none !important;
  }

  .product_img {
    max-width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .review_off .product_img {
    max-width: 100% !important;
  }

  .price__wrap {
    border-radius: 5px;
  }

  .shop_container .grid .product_info {
    max-width: 60%;
    padding: 4px;
  }

  .shop_container .list {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .shop_container.list .product-card-review {
    margin: 0 auto;

    align-items: center !important;
  }

  .shop_container.list .product_title {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
  }

  .shop_container.grid .product_info {
    display: block;
    width: -webkit-fill-available;
    text-align: left !important;
  }

  .shop_container.list .list_product_action_box {
    left: 0;
    padding-top: 0;
    position: absolute;
    text-align: center;
    top: 91%;
    right: 1%;
    /* transform: translateY(-50%); */
    transition: all 0.5s ease-in-out;
    z-index: 2;
  }
  .news-letter-body .news-letter-input {
    height: 40px !important;
  }
  .news-letter-body .heading_s4 {
    margin-bottom: 8px !important;
    text-align: left !important;
  }
  .news-btn:hover {
    color: var(--color-1st) !important;
    background: var(--color-1st) !important;
  }
  .news-letter-body .news-letter-btn {
    padding-top: 10px !important;
  }
  .news-letter-body .form-control {
    -moz-appearance: none;
    appearance: none;
    box-shadow: none !important;
    background: white;
    outline: none !important;
    border: 1px solid #044326 !important;
    font-size: 18px;
    font-weight: 300;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 5px !important;
  }
  .news-letter-body .custome-checkbox .form-check-label:before {
    border-radius: 5px;
    border: 2px solid var(--color-1st) !important;
    content: "";
    display: inline-block;
    height: 17px;
    margin: 0 8px 0 0;
    vertical-align: middle;
    width: 17px;
  }
  .news-letter-body .news-btn {
    border-radius: 5px !important;
  }

  .cart-mobile {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
  }
  .cart-mobile-title {
    text-align: left;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .cart-item1 {
    display: flex;
  }
  .cart {
    padding: 10px !important;
    border: 0 !important;
  }
  .featured-icon .sp-iconfeatured {
    padding: 15px 4px !important;
  }
  .featured-icon .sp-iconfeatured .title {
    font-size: 7px !important;
  }
  .trending_products .owl-stage-outer {
    height: 160px !important;
  }
  .trending_products .owl-stage-outer .owl-item.active {
    width: 100%;
    margin-right: 20px;
  }
  .trending_products .col-12 {
    padding: 0 !important;
  }
  .product_info {
    padding: 15px;
    width: 60%;
  }
  .deal_content .product_info {
    width: 100% !important;
  }
}
.cart-main {
  display: block;
}
/* .share-it-icon {
    margin: 0 0 0 20px;
    padding: 10px 20px;
    background: #e4e4e4;
    color: var(--color-1st);
    transition: background 0.4s ease, color 0.4s ease;
  } */
@media screen and (max-width: 575.98px) {
  .cart-item1 {
    display: block;
  }
  .cart-main {
    display: flex !important;
  }
  .cart-main img {
    width: 25%;
  }
  .cart-main h6 {
    width: 75%;
    text-align: left !important;
    padding-left: 10px;
  }
  .share-it-icon {
    margin-top: 0 !important;
    display: flex;
    align-items: center;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 14px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: var(--color-1st);
}
.cartUpdate {
  border: 1px solid #7268687a !important;
  background: #ffffff !important;
  border-radius: 10px;
  width: 20px;
}

@media (min-width: 1849px) {
  .product .product_title,
  .product_wrap .product_title {
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    height: auto;
    white-space: nowrap;
  }
}

.product-card-review {
  display: flex;
  align-items: initial;
}

/*.product-card-review svg {
      vertical-align: inherit !important;
  } */

/*.product_img img{
      width: 201px !important;
  } */

.product_color_switch span {
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: 5px;
  position: relative;
  vertical-align: middle;
  width: 15px;
}

.product .product_color_switch span {
  opacity: 0;
  transform: translateY(15px);
}

.product_color_switch span.active:before {
  border: 2px solid #fff;
  border-radius: 100%;
  bottom: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  content: "";
  left: 0;
  margin: -3px;
  position: absolute;
  right: 0;
  top: 0;
}

.product .pr_switch_wrap {
  background-color: #fff;
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 7px 15px;
  position: absolute;
  right: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}

.product:hover .pr_switch_wrap {
  opacity: 1;
  visibility: visible;
}

.product:hover .product_color_switch span {
  opacity: 1;
  transform: translateY(0);
}

.product_color_switch span:first-child {
  transition: all 0.2s ease 0s;
}

.product_color_switch span:nth-child(2) {
  transition: all 0.3s ease 0s;
}

.product_color_switch span:nth-child(3) {
  transition: all 0.4s ease 0s;
}

.product_color_switch span:nth-child(4) {
  transition: all 0.5s ease 0s;
}

.product_color_switch span:nth-child(5) {
  transition: all 0.6s ease 0s;
}

.product_color_switch span:nth-child(6) {
  transition: all 0.7s ease 0s;
}

.product_color_switch span:nth-child(7) {
  transition: all 0.75s ease 0s;
}

.product_list .product,
.product_list .product_wrap {
  align-items: center;
  display: flex;
  margin-bottom: 30px;
  padding: 15px;
}

.product_list .product_img {
  flex: 0 0 30%;
  max-width: 30%;
  width: 100%;
}

.product_list .product_info {
  flex: 0 0 70%;
  max-width: 70%;
  padding: 0 0 0 15px;
  text-align: left;
}

.product_list .product_img:before {
  content: normal;
}

.mfp-ajax-holder .mfp-content .ajax_quick_view {
  background-color: #fff;
  margin: 6px auto;
  max-width: 980px;
  padding: 30px;
  position: relative;
}

.mfp-ajax-holder .mfp-content .ajax_quick_view .price {
  color: var(--color-3rd);
}

.mfp-close {
  height: 30px;
  line-height: normal;
  width: 30px;
}

.product-image {
  position: relative;
}

.pr_detail .pr_desc p {
  margin-bottom: 15px;
}

.pr_detail .rating_wrap {
  float: right;
  margin-top: 7px;
}

.pr_detail .price {
  font-size: 26px;
  margin-top: 16px;
  font-weight: 500;
  vertical-align: middle;
  color: var(--color-1st);
  margin-bottom: 20px;
}

.cart-product-quantity {
  display: table;
  margin: 0 !important;
}

.quantity .minus,
.quantity .plus {
  background-color: #e2e2e2;
  color: #333;
  border: 0;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 24px;
  height: 34px;
  line-height: 16px;
  margin: 4px;
  padding: 0;
  text-align: center;
  width: 34px;
}

.quantity .minus {
  padding-left: 4px;
}

.quantity .qty {
  background-color: transparent;
  border: 1px solid #ddd;
  float: left;
  height: 36px;
  margin: 3px;
  padding: 0;
  text-align: center;
  width: 55px;
}

.cart_extra {
  align-items: center;

  flex-wrap: wrap;
}

.zoomContainer {
  z-index: 99;
}

.zoom_image .zoomContainer {
  z-index: 1043;
}

.zoom_gallery_image .zoomContainer {
  z-index: 0;
}

.list_brand li {
  list-style: none;
  font-size: 14px;
  line-height: 30px;
  color: var(--color-1st) !important;
}

.list_brand li:last-child {
  margin-bottom: 0;
}

.cart_btn .add_compare,
.cart_btn .add_wishlist {
  display: inline-block;
  font-size: 20px;
  margin-right: 5px;
  margin-left: 15px !important;
  vertical-align: middle;
}

.product_gallery_item a {
  border: 1px solid #ddd;
  display: block;
  padding: 5px;
}

.product-meta li {
  list-style: none;
  margin-top: 15px;
}

.product-meta a {
  font-size: 14px;
}

.slick-vertical .slick-slide {
  border: 0;
}

.slick-list {
  padding: 0 !important;
}

.product_gallery_item.slick-slider .slick-slide {
  margin-left: 5px;
  margin-right: 5px;
  /* width: 100% !important; */
}

.product-image .box {
  display: flex;
  flex-direction: row;
}

/* .product-detail-sec{
    padding: 30px 0;
  } */
.product-image .slick-list {
  margin-left: -5px;
  margin-right: -5px;
}

.product_gallery_item a.active {
  border-color: var(--color-1st);
}

.product_img_box {
  /* border: 1px solid #F3F3F3;  */
  margin-bottom: 10px;
  overflow: hidden;
  padding: 10px;
  position: relative;
}

@media screen and (min-width: 1400px) {
  .product_img_box {
    width: 99%;
    margin: 0 auto;
  }
}
.product_img_zoom {
  background-color: #fafafa;
  border-radius: 100%;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 20px;
  width: 40px;
  z-index: 999;
}

/* .product_share {
      margin-top: 15px;
  } */
/* .product_share > span {
      margin-right: 10px;
  } */

.product_share .social_icons,
.product_share > span {
  display: inline-block;
  vertical-align: middle;
}

.product_share .social_icons li {
  padding-bottom: 0;
}

.filter_price .ui-widget.ui-widget-content {
  background-color: #ddd;
  border: 0;
  border-radius: 0;
  height: 4px;
  margin-bottom: 20px;
}

.mob_filter_price .ui-widget.ui-widget-content {
  background-color: #ddd;
  border: 0;
  border-radius: 0;
  height: 4px;
  margin-bottom: 20px;
}

.ui-slider-horizontal .ui-slider-range {
  height: 100%;
  top: 0;
}

.filter_price .ui-slider .ui-slider-range {
  /* background-color: var(--color-1st); */
  background-color: #8cd6ea;
  border-radius: 0;
}

.mob_filter_price .ui-slider .ui-slider-range {
  background-color: var(--color-1st);
  border-radius: 0;
}

.filter_price .ui-slider .ui-slider-handle {
  background-color: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  height: 18px;
  margin: 0;
  top: -8px;
  width: 18px;
}

.mob_filter_price .ui-slider .ui-slider-handle {
  background-color: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  height: 18px;
  margin: 0;
  top: -8px;
  width: 18px;
}

.price_range {
  color: #292b2c;
}

#flt_price {
  font-weight: 600;
  margin-left: 5px;
}

#mob_flt_price {
  font-weight: 600;
  margin-left: 5px;
}

.shop_container {
  position: relative;
}

.loading_pr {
  background-color: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

/* .rating-svg-wrapper svg
  {
      width: 12px;
      height: 12px;
      margin-top: 3.5px;
  } */
.shop_container.list .product-subtitle .product-card-review-count-text {
  padding-left: 6px;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 20px;
  margin-top: 2px;
}

.shop_container.list .on_sale,
.price {
  opacity: 1;
}

.shop_container.list #cart_price:hover .price,
.shop_container.list #cart_price:hover del,
.shop_container.list #cart_price:hover .on_sale {
  opacity: 0;
}

.shop_container.grid #cart_price:hover .price,
.shop_container.grid #cart_price:hover del,
.shop_container.grid #cart_price:hover .on_sale {
  opacity: 0;
}

.shop_container.list .product-subtitle {
  display: flex;
  justify-content: center;
  align-items: initial !important;
}

.shop_container.list .product-card-review {
  display: flex;
  align-items: initial !important;
}

.shop_container.list .product-subtitle abbr {
  font-size: 16px !important;
  color: #313131;
  display: block;
}

.shop_container.list .rating-svg-wrapper svg {
  width: 16px;
  height: 16px;
  margin-top: 3.5px;
}

.shop_container .loading_pr {
  top: -7px;
}

.shop_container .mfp-preloader {
  top: 100px;
}

.shop_container.list .product_action_box,
.shop_container:not(.list) .list_product_action_box {
  display: none;
}

.shop_container.list .product_img:before {
  content: normal;
}

.shop_container.list [class*="col-"] {
  flex: 0 0 100%;
  max-width: 100%;
}

.shop_container.list .product {
  display: inline-block;
  width: 100%;
}

.shop_container.list .product_img {
  float: left;
  max-width: 280px;
  width: 100%;
}

.shop_container.list .product .product_title {
  font-size: 18px;
  /* margin-bottom: 15px; */
}

.shop_container.list .product_info {
  overflow: hidden;
  padding: 15px 30px;
  text-align: left;
}

.shop_container.list .product-content__footer {
  text-align: left;
}

.shop_container.list .product_info .price__wrap {
  /*background: #fff; */
  width: 40%;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  margin: 15px auto;
}

.shop_container.list .product-info-wrap .list-item_category_star h6 {
  /* letter-spacing: 0.05em; */
  font-size: 12px;
  float: left;
  font-weight: 500;
  margin: 5px 0px;
}

.shop_container.list .product_info .price__wrap .price {
  /* color: var(--color-3rd); */
  font-size: 16px;
}

.shop_container.list .product .product_title,
.shop_container.list .product_wrap .product_title {
  overflow: hidden;
  /* text-overflow: ellipsis; */
  text-transform: capitalize;
  height: auto;
  white-space: normal;
  margin-top: 25px;
  line-height: 38px;
}

.shop_container.list .stock-low {
  color: #fff;
  background: #f9a602;
  padding: 3px;
  margin-bottom: 0.5rem;
  font-size: 12px;
}

.shop_container.list .product_price {
  float: left;
}

.shop_container.list .product .rating_wrap {
  display: block;
  float: right;
}

.shop_container.list .pr_desc {
  display: block;
  margin-bottom: 10px;
  max-height: 84px;
  min-height: 58px;
  overflow: hidden;
  width: 100%;
}

.shop_container.list .pr_desc p {
  margin-bottom: 0;
}

.shop_container.list .product .pr_switch_wrap,
.shop_container.list .product_action_box {
  position: static;
}

.shop_container.list .product .pr_switch_wrap {
  margin-bottom: 10px;
  opacity: 1;
  padding: 0;
  visibility: visible;
}

.shop_container.list .product .product_color_switch span {
  opacity: 1;
  transform: translateY(0);
}

.shop_container.list .product_action_box li {
  filter: alpha(opacity=1);
  opacity: 1;
  transform: translate(0);
}

.shop_container.list .pr_action_btn {
  display: flex;
  /* flex-direction: column; */
  /* margin: 0; */
  justify-content: center;
  align-items: center;
}

.shop_container.list .pr_action_btn li {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.shop_container.list .pr_action_btn li a {
  box-shadow: none;
  /* border: 1px solid var(--color-1st); */
  /* background-color: var(--color-1st); */

  display: flex;
  justify-content: center;
  align-items: center;
}

.shop_container.list .product_wrap .pr_action_btn li a i {
  /* font-size: 16px; */
  /* color: #fff; */
  color: green;
}

.shop_container.list .product_wrap .pr_action_btn li a i:hover {
  /* font-size: 16px; */
  color: #303537;
}

.shop_container.list .pr_action_btn li a:hover {
  background-color: transparent;
  color: var(--color-1st);
}

/* .shop_container.list .list_product_action_box .pr_action_btn li.add-to-cart a {
      background-color: var(--color-3rd);
      border: 1px solid var(--color-3rd);
      border-radius: 4px;
      color: #fff;
      font-size: 16px;
      height: auto;
      padding: 0 10px;
      width: auto;
  } */

.shop_container.list .pr_action_btn li.add-to-cart a:hover {
  background-color: transparent;
  color: var(--color-1st);
}

.shop_container.list .pr_action_btn li.add-to-cart a i {
  line-height: normal;
  /* margin-right: 5px; */
}

.product_tab_title span {
  font-weight: 600;
}

.tab-content.shop_info_tab {
  margin-top: 40px;
}

.tab-content.shop_info_tab #description .container .row {
  align-items: center;
}

.comment_list,
.comments li {
  margin-bottom: 20px;
}

.comments li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.comment_img {
  float: left;
}

.comment_img img {
  border-radius: 100%;
  max-width: 100px;
}

.comment_block {
  padding-left: 120px;
}

.comment_block .rating_wrap {
  float: right;
}

.description p:last-child {
  margin: 0;
}

.star_rating > span {
  color: #f6bc3e;
}

.star_rating span {
  cursor: pointer;
  display: inline-block;
}

.star_rating span i {
  font-size: 20px;
}

.star_rating > span.selected i:before {
  font-weight: 900;
}

.releted_product_slider .item {
  margin: 10px 0 0;
}

.releted_product_slider .product {
  margin-bottom: 15px;
}

.mfp-ajax-holder .compare_box {
  background-color: #fff;
  margin: 6px auto;
  padding: 30px;
  position: relative;
  width: 90%;
}

.compare_box .table {
  display: block;
  margin: 0;
}

.compare_box table tr td {
  vertical-align: middle;
  width: 27%;
}

.compare_box table tr td.product_name {
  text-transform: capitalize;
}

.compare_box table tr td.row_title {
  font-weight: 600;
  text-transform: uppercase;
  width: 270px;
}

.row_remove a,
.row_remove a:hover {
  color: red;
}

.product_name a {
  font-weight: 600;
}

.product-thumbnail img {
  /* max-width: 100px; */
  width: 200px;
}

.shop_cart_table td,
.shop_cart_table th {
  text-align: center;
  vertical-align: middle;
}

.wishlist-table .table > tbody {
  vertical-align: inherit;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 10px 5px;
  margin: 5px;
}

.wishlist-table .table > tbody .product__icon-wrap {
  display: flex;
  justify-content: space-between;
}

.wishlist-table .table > tbody .product-name {
  /* overflow: hidden;
      text-overflow: ellipsis;
      text-transform: capitalize;
      height: 40px;
      white-space: pre-line; */
  white-space: nowrap;
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wishlist-table .table > tbody .product-price {
  margin: 10px 0;
  font-size: 18px !important;
  color: var(--color-3rd);
}

.wishlist-table .table > tbody .btn-dark {
  background-color: #b60d1b !important;
  border: 1px solid #b60d1b !important;
}

.wishlist-table .table > tbody .btn-fill-out:after,
.wishlist-table .table > tbody .btn-fill-out:before {
  background-color: #ffff !important;
}

.wishlist-table .table > tbody .btn-fill-out {
  border: 1px solid var(--color-3rd) !important;
  color: var(--color-3rd) !important;
}

.wishlist-table .table > tbody .btn-fill-out:hover {
  border: 1px solid var(--color-1st) !important;
  color: var(--color-1st) !important;
  font-weight: bold;
}

.wishlist-table .table > tbody .product-thumbnail {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 6px rgba(82, 53, 40, 0.2);
  box-shadow: 0 0 6px rgba(82, 53, 40, 0.2);
  height: 100%;
}

/*
  .table .product-thumbnail
  {
      width:150px;
      height:150px;
  } */

.cart-product-table-wrap .product-quantity input {
  width: 50px !important;
}

.cart-product-table-wrap tr:nth-child(even) {
  background-color: #eee;
}

.cart-product-table-wrap tr:nth-child(odd) {
  background-color: #fff;
}

.cart-product-table-wrap .cart_totals {
  border-radius: 5px;
  background-color: #f9f4e8;
  padding: 25px;
  margin-top: 0;
}

.cart-product-table-wrap table {
  width: 100%;
}

.shop_cart_table td.product-name,
.shop_cart_table th.product-name {
  text-align: left;
  text-transform: capitalize;
  font-weight: normal;
}

.shop_cart_table .quantity {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.product-remove a i {
  border-radius: 100%;
  color: #292b2c;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}

.product-remove a i:hover {
  background-color: red;
  color: #fff;
}

.shop_cart_table td.product-price,
.shop_cart_table td.product-subtotal {
  font-weight: 600;
}

.shop_cart_table .table {
  margin: 0;
}

.product-subtotal {
  font-weight: 600;
}

.payment-text {
  display: none;
  margin-bottom: 0;
  margin-top: 5px;
}

.loading {
  background: url(../images/loading.gif) 50% no-repeat;
  background-color: var(--color-1st) !important;
  border: 0;
  font-size: 0 !important;
  height: 51px;
  padding: 0;
  width: 50px;
}

.loading:after,
.loading:before {
  content: normal;
}

.card-body .comments {
  margin-top: 5px;
}

/* .form-control {
      padding: 8px 15px;
      border: none;
      border-bottom: 1px solid brown;
  } */

.form-control,
.form-control:focus {
  box-shadow: none;
  color: var(--color-1st);
  /* height: 50px; */
}

textarea.form-control,
textarea.form-control:focus {
  height: auto;
  padding: 12px 15px;
}

.custom_select select.form-control-sm,
.custom_select select.form-control-sm:focus,
.form-control-sm,
.form-control-sm:focus {
  height: 45px;
}

select.first_null option:first-child,
select.form-control.first_null option:first-child {
  color: #6c757d;
}

select option {
  color: var(--color-1st);
}

.custom_select {
  position: relative;
}

.custom_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid var(--color-3rd);
  height: 50px;
  padding: 8px 35px 8px 15px;
  width: 100%;
}

.custom_select select option:hover {
  background-color: var(--color-1st);
}

.custom_select:before {
  color: #848484;
  content: "\e64b";
  display: block;
  font-family: themify;
  font-size: 12px;
  font-weight: 900;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.rounded_input .form-control,
.rounded_input input {
  border-radius: 30px;
  padding: 10px 20px;
}

.rounded_input .custom_select select {
  padding-right: 40px;
}

.rounded_input .custom_select:before {
  right: 20px;
}

.rounded_input textarea.form-control,
.rounded_input textarea.form-control:focus {
  padding: 15px 20px;
}

.pagination .page-item a {
  color: var(--color-3rd);
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  width: 40px;
  z-index: 1;
}

.page-link:focus {
  box-shadow: none;
}

.pagination_style1 li,
.pagination_style2 li,
.pagination_style3 li,
.pagination_style4 li {
  margin-right: 5px;
}

.pagination_style1 .page-item a {
  border: 2px solid #dee2e6;
  border-radius: 0 !important;
  color: #687188;
  line-height: 36px;
  margin-left: 0;
}

.pagination_style1 .page-item a i {
  line-height: 36px;
}

.pagination_style1 .page-item.disabled .page-link,
.pagination_style3 .page-item.disabled .page-link {
  background-color: #fff;
  border-color: #f4f4f4;
  color: #c6c6c6;
  pointer-events: none;
}

.pagination_style1 .page-item .page-link:hover,
.pagination_style1 .page-item.active .page-link {
  background-color: #f9f6ee;
  border-color: #f9f6ee;
  color: var(--color-1st);
}

/* .mfp-preloader {
      background: url(../images/loading.gif) 50% no-repeat;
      background-color: var(--color-1st);
      border-radius: 5px;
      color: #ccc;
      height: 24px;
      left: 50%;
      margin-left: -12px;
      margin-top: -12px;
      padding: 25px;
      position: absolute;
      text-align: center;
      text-indent: -9999px;
      top: 50%;
      width: 24px;
      z-index: 1044;
  } */

.widget_title {
  font-weight: 600;
  /* letter-spacing: 0.3px; */
  margin-bottom: 25px;
  text-transform: capitalize;
}

.sidebar .widget + .widget {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 30px;
}

.widget_recent_post li {
  display: inline-block;
  list-style: none;
  margin-bottom: 15px;
  width: 100%;
}

.post_footer {
  display: inline-block;
  vertical-align: top;
}

.widget_recent_post li:last-child {
  margin-bottom: 0;
}

footer .widget_recent_post .post_img img {
  border: 0;
}

.post_img {
  float: left;
  margin-right: 10px;
}

.post_img img {
  width: 80px;
}

.post_content {
  overflow: hidden;
}

.post_content h6 {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}

.post_content .product_title {
  font-size: 14px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.post_content .product_price {
  margin-bottom: 0;
}

.tags a {
  background-color: #f7f7f7;
  color: #333;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
  padding: 8px 15px;
}

.tags a:hover {
  background-color: var(--color-1st);
  color: #fff;
}

.nav-tabs li.nav-item a {
  background-color: transparent;
  border: 0;
  font-weight: 500;
  padding: 5px 20px;
  text-align: center;
  text-transform: capitalize;
  color: var(--color-1st);
}

/* .tab-style2 .nav-tabs {
      border-bottom: 0;
  } */
.tab-style2 .nav-tabs li.nav-item a.active,
.tab-style2 .nav-tabs li.nav-item a.active:hover {
  /* color: var(--color-1st); */
  /* background: #bd8e48; */
  color: #fff;
  /* background: linear-gradient(360deg, #8f6b29, #e0aa3e, #df9f28); */
  border-radius: 10px;
  /* background: transparent linear-gradient(90deg, #8D6B35 0%, #C9974C 30%, #FCC270 60%, #C9974C 100%) 0% 0% no-repeat padding-box; */
}

.tab-style2 .nav-tabs li.nav-item a {
  /* padding: 0 15px; */
  padding: 10px;
}

/* .tab-style2 .nav-tabs li.nav-item:last-child a {
        padding-right: 0;
    } */
.tab-style3 .nav-tabs li.nav-item a {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  display: block;
  padding: 0.5rem 1rem;
  text-align: center;
  text-transform: uppercase;
}

.tab-style3 .nav-tabs .nav-item a.active {
  /* border-bottom-color: var(--color-1st); */
  /* color: var(--color-1st); */
}

.tab_slider > .tab-pane {
  display: block;
  height: 0;
}

.tab_slider .tab-pane.active {
  animation-duration: 0.5s;
  animation-name: moveUp;
  animation-play-state: running;
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  display: block;
  height: auto;
}

@keyframes moveUp {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.heading_tab_header {
  /* align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; */
  position: relative;
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
}

.view_all {
  margin-top: 30px;
  text-align: center;
}

.title-area {
  margin-bottom: calc(60px - 12px);
  position: relative;
  z-index: 2;
  margin-top: -6px;
}

/* .heading_tab_header [class*="heading_"] {
      float: left;
  } */

/* .view_all{
      background-image: url(../images/goldwraps.png) !important;
  } */
.view_all i,
.view_all span {
  vertical-align: middle;
}

.custome-checkbox .form-check-label {
  color: var(--color-1st);
  padding: 0;
  vertical-align: middle;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid transparent;
}

.custome-checkbox .form-check-label span {
  vertical-align: middle;
}

.custome-checkbox .form-check-label:before {
  border: 2px solid var(--color-1st);
  content: "";
  display: inline-block;
  height: 17px;
  margin: 0 8px 0 0;
  vertical-align: middle;
  width: 17px;
}

.custome-checkbox input[type="checkbox"]:checked + .form-check-label:after {
  opacity: 1;
}

.custome-checkbox input[type="checkbox"] + .form-check-label:after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  height: 6px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-65%) rotate(-45deg);
  width: 11px;
}

.custome-checkbox input[type="checkbox"]:checked + .form-check-label:before {
  background-color: #000435 !important;
  border-color: #044326;
}

.custome-checkbox .form-check-input {
  display: none;
}

.custome-checkbox .form-check-label {
  cursor: pointer;
  position: relative;
}

.custome-checkbox input[disabled] + .form-check-label {
  color: #d0d0d0;
}

.custome-checkbox input[disabled] + .form-check-label:before {
  border-color: #e8e8e8;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.icon_box_content p {
  font-size: 14px;
}

/* .order-1 p {
      font-size: 14px !important;
      text-align: justify;
      letter-spacing: 1px !important
  } */

body .owl-theme .owl-nav [class*="owl-"] {
  background-color: #fff;
  color: #222;
  font-size: 26px;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
  width: 50px;
}

.owl-theme .owl-nav [class*="owl-"] i {
  line-height: normal;
}

.owl-theme .owl-dots {
  font-size: 0;
  margin-top: 15px;
  display: none;
}

.owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  border: 1px solid var(--color-1st);
  cursor: pointer;
  margin: 3px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--color-1st);
}

.dot_style1.owl-theme .owl-dots .owl-dot.active span {
  width: 30px;
}

.nav_style5.owl-theme .owl-nav [class*="owl-"] {
  -webkittransform: translateY(-50%);
  border-radius: 0;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
}

.nav_style2.owl-theme .owl-nav [class*="owl-"] {
  background-color: transparent;
  bottom: 10px;
  position: absolute;
}

.nav_style2.owl-theme .owl-nav [class*="owl-"]:hover,
.nav_style3.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #555;
}

.nav_style2.owl-theme .owl-nav .owl-prev,
.nav_style5.owl-theme .owl-nav .owl-prev {
  left: 0;
}

.nav_style2.owl-theme .owl-nav .owl-next,
.nav_style5.owl-theme .owl-nav .owl-next {
  right: 0;
}

.nav_style3.owl-theme .owl-nav [class*="owl-"] {
  background-color: transparent;
  border-radius: 0;
  height: auto;
  position: absolute;
  right: 0;
  top: -49px;
  width: auto;
}

.nav_style3.owl-theme .owl-nav .owl-prev {
  right: 40px;
}

.nav_style5.owl-theme .owl-nav .owl-next,
.nav_style5.owl-theme .owl-nav .owl-prev {
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 40px;
  line-height: 40px;
  opacity: 0;
  width: 40px;
}

.nav_style5.owl-theme .owl-nav .owl-next:hover,
.nav_style5.owl-theme .owl-nav .owl-prev:hover {
  background-color: #044326;
  color: #fff;
}

.nav_style5.owl-theme:hover .owl-nav .owl-prev {
  left: 20px;
  opacity: 1;
}

.nav_style5.owl-theme:hover .owl-nav .owl-next {
  opacity: 1;
  right: 20px;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 1;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  background-color: #fff;
}

.slick-prev {
  border-radius: 0 5px 5px 0;
  left: -50px;
  opacity: 0;
}

.slick-next {
  border-radius: 5px 0 0 5px;
  opacity: 0;
  right: -50px;
}

.slick-prev:before {
  content: "\f108";
}

.slick-next:before,
.slick-prev:before {
  color: #333;
  display: block;
  font-family: Ionicons;
  font-size: 22px;
  opacity: 1;
}

.slick-next:before {
  content: "\f10b";
}

.slick-next,
.slick-prev {
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  height: 50px;
  transition: all 0.5s ease-in-out;
  width: 40px;
  z-index: 9;
}

.slick-next:hover,
.slick-prev:hover {
  background-color: var(--color-1st);
}

.slick-next:hover:before,
.slick-prev:hover:before {
  color: #fff;
}

.slick_slider:hover .slick-prev {
  left: 0;
  opacity: 1;
}

.slick_slider:hover .slick-next {
  opacity: 1;
  right: -2px;
}

.blog_post_footer {
  padding-bottom: 30px;
  padding-top: 15px;
}

.modal {
  padding-right: 0 !important;
}

.alert .close {
  font-weight: 400;
  margin-left: 10px;
}

.alert_style1 {
  border: 0;
  border-left: 3px solid;
  border-radius: 0;
  padding: 20px;
  position: relative;
}

.alert > i {
  font-size: 18px;
  margin-right: 5px;
  vertical-align: middle;
}

.alert_style2 {
  background-color: #fff;
  border-bottom: 0;
  border-left: 3px solid;
  border-radius: 20px;
  border-right: 3px solid;
  border-top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
}

.subscribe_popup .modal-body {
  padding: 0;
}

.subscribe_popup .modal-content {
  border: 0;
  border-radius: 0;
}

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

.subscribe_popup .close {
  height: 40px;
  opacity: 1;
  position: absolute;
  right: 0;
  text-shadow: none;
  top: 0;
  width: 40px;
  z-index: 9;
}

.subscribe_popup .close i {
  font-size: 40px;
}

.modal {
  z-index: 99999;
}

/* .dashboard_menu {
      box-shadow: 0 0 4px 0 #e9e9e9;
  } */
.dashboard_menu {
  background: #fafafa !important;
  /* padding: 10px; */
  /* margin-bottom: 25px; */
  border: 1px solid #e6e9eb !important;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  border-radius: 8px;
  box-shadow: 0 9px 20px #2e235e12;
}
/* .dashboard_menu .nav-tabs .nav-item{
    background: #EFEFEF;
  } */
.dashboard_menu .nav-tabs li.nav-item .nav-link {
  /* border-bottom: 1px solid #efefef; */
  border-radius: 0;
  font-size: 16px;
  color: #2b2f4c;
  padding: 16px 20px !important;
  text-align: left;
  /* margin-bottom: 15px; */
  border: none !important;
}
.dashboard_menu .nav-tabs li.nav-item .nav-link:hover {
  background-color: var(--color-1st);
  color: #fff;
  border: 1px solid var(--color-1st);
}
.dashboard_menu .nav-tabs li.nav-item .nav-link.active {
  background-color: #ababab !important;
  color: #fff !important;
  font-weight: 500;
  border-radius: 0;
  font-size: 16px;
  padding: 16px 20px !important;
  text-align: left;
  border: none !important;
}

[class*=" ti-"],
[class^="ti-"].active {
  font-family: themify;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;

  font-size: 30px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.dashboard_menu .nav-tabs li.nav-item .nav-link i {
  margin-right: 12px;
  font-size: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 767.98px) {
  .dashboard_menu .nav-tabs {
    display: flex;
    position: relative;
  }
  .dashboard_menu .nav-tabs .nav-item {
    width: 45% !important;
    display: block !important;
    border: 1px solid #e2e2e2;
    border: 1px solid #e2e2e2;
  }
  .dashboard_menu .nav-tabs li.nav-item .nav-link {
    width: 100% !important;
    display: flex !important;
    padding: 9px 8px !important ;
    font-size: 14px !important;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
  }
  .dashboard_menu .nav-tabs li.nav-item .nav-link i {
    margin-right: 8px;
    font-size: 12px !important;
  }
  .dashboard_content .btn-fill-out {
    padding: 6px 8px !important;
    font-size: 14px !important;
  }
}
.dashboard_content {
  margin: 0;
}

.dashboard_content .btn-fill-out {
  padding: 8px 10px;
}

.dashboard_content .card-header {
  background-color: transparent;
  /* border-color: #f0f0f0; */
  align-items: center;
}
.dashboard_content .card-header h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 5px 0;
}

.dashboard_content .card-header * {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-1st);
}

@media only screen and (max-width: 991.98px) {
  .dashboard_content .card-header * {
    font-size: calc(17px + 5 * (100vw - 320px) / 880);
  }
}

.dashboard_content .card {
  border: 0;
  border-radius: 0;
  /* box-shadow: 0 0 4px 0 #d3d3d3; */
}

.dashboard_menu .nav-tabs {
  border-bottom: 1px solid transparent;
}

.dashboard_content .card-body p:last-child,
.dashboard_content .table {
  margin: 0;
  font-weight: 500;
}

.table > thead {
  vertical-align: bottom;
  background-color: #e6e9eb4d;
  padding: 20px;
  color: var(--color-1st);
}

.dashboard_content .table thead th {
  border: 0;
  font-weight: 600;
  /* padding-top: 0; */
  font-size: 16px;
}
.card-body .card-header {
  padding: 10px 0;
}
/* .dashboard_content .table tbody tr:last-child td {
      padding-bottom: 0;
  } */

.dashboard_content .table tbody tr td {
  vertical-align: middle;
  white-space: nowrap;
  color: #051a1a;
}

.dashboard_content label {
  /* color: #333; */
  font-size: 16px;
  /* color: #4F9B52; */
  color: var(--color-1st);
  font-weight: 500;
  /* padding-bottom: 5px; */
  width: 100%;
  position: relative;

  cursor: pointer;
}

.dashboard_content label .required {
  color: red;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .nav_cat > ul > li > a,
  .nav_cat > ul > li > ul > li > a {
    font-size: 14px;
    padding: 5px 10px;
  }

  .countdown_style4 .countdown_box .countdown-wrap {
    padding: 5px;
  }

  .deal_wrap .countdown_time .cd_text {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1199px) and (max-width: 1699px) {
  /* .banner_section:not(.full_screen),
    .banner_section:not(.full_screen) .carousel-item {
        height: 600px;
    } */
  .banner_section.slide_medium,
  .banner_section.slide_medium .carousel-item {
    /* height: 400px; */
    /* height: 480px; */
    /* height: 400px; */
    /* height: 350px; */
  }
}

@media only screen and (max-width: 1199px) {
  /* .h1,
      h1 {
          font-size: 34px;
      }
   */
  .h2,
  h2 {
    font-size: 30px;
  }

  .h3,
  h3 {
    font-size: 26px;
  }

  .h4,
  h4 {
    font-size: 22px;
  }

  .h5,
  h5 {
    font-size: 18px;
  }

  /* .section {
          padding: 80px 0;
      }
   */
  .footer_top.small_pt,
  .section.small_pt {
    padding-top: 40px;
  }

  .footer_top.small_pb,
  .section.small_pb {
    padding-bottom: 40px;
  }

  .footer_top.pb_20,
  .pb_20,
  .section.pb_20 {
    padding-bottom: 10px;
  }

  .large_divider {
    height: 80px;
  }

  .medium_divider {
    height: 40px;
  }

  .small_divider {
    height: 20px;
  }

  .banner_section:not(.full_screen),
  .banner_section:not(.full_screen) .carousel-item {
    height: 600px;
    height: 500px;
  }
  .banner_section.slide_medium,
  .banner_section.slide_medium .carousel-item {
    height: 350px;
    /* height: 580px; */
  }

  .banner_content h2 {
    font-size: 52px;
  }

  .breadcrumb_section {
    padding: 100px 0;
  }

  .footer_top {
    padding: 60px 0 50px;
  }

  .blog_meta li {
    margin-right: 10px;
  }

  .blog_meta a {
    font-size: 14px;
  }

  .blog_title {
    line-height: 26px;
  }

  .compare_box table {
    width: 1050px;
  }

  .tab-content.shop_info_tab {
    margin-top: 30px;
  }

  .single_post .blog_title {
    font-size: 26px;
  }

  .icon_box_style1 {
    padding: 0 20px;
  }

  .product_search_form {
    max-width: 480px;
  }

  #navCatContent {
    padding: 0;
  }

  #navCatContent li a i {
    font-size: 20px;
    line-height: 28px;
  }

  .more_categories {
    margin-top: 0;
    padding: 10px 15px;
  }

  .shop_container.list .pr_desc {
    max-height: 56px;
    min-height: 56px;
  }

  .add-to-cart .btn {
    padding: 10px 20px;
  }

  .deal_wrap .product_img {
    max-width: 200px;
  }

  .deal_content {
    padding: 20px 20px 20px 0;
  }

  #navCatContent ul li .dropdown-menu {
    min-width: 750px;
  }

  .mfp-ajax-holder .compare_box {
    padding: 30px 20px;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .navbar-toggler {
    display: none;
  }

  #navCatContent ul > li .dropdown-menu,
  .navbar .navbar-nav li > .dropdown-menu {
    display: block;
    margin-top: 20px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
  }
  .navbar .navbar-nav li.dropdown {
    position: relative;
  }

  .cart_dropdown:hover > .dropdown-menu {
    display: block !important;
    margin-top: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .cart_dropdown:hover > .dropdown-menu.cart_box {
    transform: scale(1) !important;
  }

  .navbar
    .navbar-nav
    li:hover
    > .dropdown-menu
    .mega-menu
    ul
    li
    .dropdown-menu {
    margin-top: 10px;
  }

  .navbar .navbar-nav .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
  }

  .navbar .navbar-nav .dropdown-menu.dropdown-reverse .dropdown-menu {
    left: auto;
    margin-left: 0;
    right: 100%;
  }

  .navbar
    .navbar-nav
    .dropdown-menu.dropdown-reverse
    li:hover
    > .dropdown-item:after {
    transform: rotate(90deg);
  }

  .dropdown-menu.dropdown-reverse {
    /* left: auto; */
    right: 0;
  }

  .header_banner_text {
    opacity: 0;
    transform: translateY(25%);
    transition: transform 0.2s ease, opacity 0.2s ease;
    transition-delay: 0.5s;
  }

  .navbar .navbar-nav li:hover > .dropdown-menu .header_banner_text {
    opacity: 1;
    transform: translateY(0);
  }

  /* .banner_content_inner {
          padding: 30px;
      }
   */
  .nav_cat ul li .dropdown-menu {
    min-width: 700px;
  }

  .pr_search_icon {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .heading_s1,
  .heading_s4 {
    margin-bottom: 20px;
  }

  .header_wrap nav.navbar {
    display: table;
    /* width: 100%; */
  }

  .header_wrap .navbar .navbar-nav.attr-nav {
    /* display: block; */
    display: flex;
    align-items: center !important;
    /* float: right; */
  }

  .header_wrap .navbar-collapse {
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 999;
  }

  .navbar .navbar-collapse .navbar-nav {
    max-height: 80vh;
    overflow-y: auto;
  }

  .header_wrap .navbar-collapse.mobile_side_menu {
    bottom: 0;
    display: block;
    height: auto !important;
    left: auto;
    position: fixed;
    /* right: -280px; */
    left: -280px;
    top: 0;
    transition: all 0.3s ease-in-out;
    width: 270px;
  }

  .header_wrap .navbar-collapse.mobile_side_menu.show {
    right: 0;
  }

  .header_wrap .navbar-collapse.mobile_side_menu .navbar-nav {
    height: 100%;
    max-height: 100vh;
  }

  .navbar .navbar-nav.attr-nav li {
    float: left;
  }

  .navbar .navbar-collapse .navbar-nav:not([class*="bg_"]):not([class*="bg-"]) {
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }

  .light_skin
    .navbar
    .navbar-collapse
    .navbar-nav:not([class*="bg_"]):not([class*="bg-"]) {
    background-color: var(--color-3rd) !important;
    padding-top: 20px;
  }

  .dark_skin.header_wrap
    .navbar
    .navbar-collapse
    .navbar-nav:not([class*="bg_"]):not([class*="bg-"]) {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
  }

  .dark_skin:not([class*="bg_"]):not([class*="bg-"])
    .navbar-nav
    .navbar-collapse
    .dropdown-menu,
  .light_skin .navbar-nav .dropdown-menu .mega-menu .dropdown-menu,
  .navbar-nav .navbar-collapse .dropdown-menu {
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .light_skin .mega-menu {
    padding: 0;
  }

  .dropdown-menu .dropdown-toggler:after {
    right: 0;
  }

  .dropdown-toggle:after {
    float: right;
  }

  .navbar .navbar-nav li.dropdown-mega-menu .dropdown-menu,
  .navbar-nav > li > .dropdown-menu {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mega-menu-col {
    border-right: 0 !important;
    padding: 0;
  }

  .dropdown-toggler:after {
    transform: rotate(0deg);
  }

  .navbar
    .navbar-nav.attr-nav
    li
    .nav-link.cart_trigger
    [class*="linearicons-"] {
    display: inline-block;
    /* margin-top: 5px; */
  }

  .navbar .navbar-nav .dropdown-item {
    padding: 8px 10px;
  }

  .nav_cat.collapse:not(.show) {
    display: block;
  }

  .banner_section:not(.full_screen),
  .banner_section:not(.full_screen) .carousel-item {
    height: 600px;
    height: 500px;
  }
  .banner_section.slide_medium,
  .banner_section.slide_medium .carousel-item {
    height: 350px;
    /* height: 580px; */
  }

  .banner_content h2 {
    font-size: 44px;
  }

  .breadcrumb_section {
    padding: 80px 0;
  }

  .highlight_text {
    font-size: 18px;
  }

  .page-title + span {
    font-size: 15px;
  }

  .padding_eight_all {
    padding: 6%;
  }

  #tabmenubar {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: block;
    height: auto !important;
    opacity: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 100%;
    visibility: hidden;
    z-index: 999;
  }

  #tabmenubar.show {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }

  #tabmenubar li a {
    text-align: left;
  }

  .tab-style2 .nav-tabs li.nav-item a {
    padding: 5px 0;
  }

  .icon_box_style1:before {
    content: normal;
  }

  .banner_content_inner {
    padding: 30px;
  }

  .product_search_form {
    /* background-color: #fff; */
    bottom: -146px;
    display: none;
    left: 0;
    max-width: 100%;
    padding: 15px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 9;
  }

  .product_search_form.show {
    display: block;
  }

  .heading_tab_header .navbar-toggler {
    margin: 0;
  }

  #navCatContent {
    bottom: 0;
    display: block;
    left: -280px;
    max-width: 270px;
    overflow-y: auto;
    position: fixed;
    top: 0;
    transition: all 0.3s ease-in-out;
  }

  #navCatContent.show {
    left: 0;
  }

  #navCatContent ul li .dropdown-menu {
    box-shadow: none;
    left: 0;
    min-width: auto;
    position: relative;
    top: auto;
  }

  #navCatContent .mega-menu {
    padding: 0;
  }

  .countdown_box .countdown {
    font-size: 34px;
  }

  /* .product-thumbnail img {
          max-width: 80px;
      } */

  .deal_wrap {
    display: block;
    padding: 20px;
  }

  .deal_wrap .product_img {
    margin: 0 auto;
  }

  .deal_content .product_info {
    text-align: center;
  }

  .deal_content {
    padding: 10px 0 0;
  }

  .newsletter_text:before {
    font-size: 50px;
  }

  .newsletter_text {
    padding-left: 60px;
  }

  .subscribe_popup .modal-dialog {
    max-width: 700px;
  }

  .popup_content {
    padding: 30px;
  }
}

/* @media only screen and (max-width: 967px) {
      .customer-information-box {
          text-align: left;
      }
      .blog_thumbs .blog_img {
          float: left;
          width: 40%;
      }
  } */

@media (device-width: 820px) {
  .banner_section.slide_medium,
  .banner_section.slide_medium .carousel-item {
    /* height: 230px; */
    height: 340px;
  }
}

@media (device-width: 912px) {
  .banner_section.slide_medium,
  .banner_section.slide_medium .carousel-item {
    height: 380px;
  }
}

@media only screen and (max-width: 767px) {
  /* .h1,
      h1 {
          font-size: 32px;
      } */

  .h2,
  h2 {
    font-size: 28px;
  }

  .h3,
  h3 {
    font-size: 24px;
  }

  .h4,
  h4 {
    font-size: 20px;
  }

  /* .section {
          padding: 50px 0;
      } */

  .footer_top.small_pt,
  .section.small_pt {
    padding-top: 25px;
  }

  .footer_top.small_pb,
  .section.small_pb {
    padding-bottom: 25px;
  }

  .footer_top.pb_20,
  .pb_20,
  .section.pb_20 {
    padding-bottom: 0;
  }

  .large_divider {
    height: 50px;
  }

  .medium_divider {
    height: 25px;
  }

  .small_divider {
    height: 10px;
  }

  .banner_content h2 {
    font-size: 36px;
  }

  .breadcrumb_section.page-title-mini {
    padding: 50px 0;
  }

  .footer_top {
    padding: 50px 0 20px;
  }

  .banner_section:not(.full_screen),
  .banner_section:not(.full_screen) .carousel-item {
    height: 500px;
    height: 400px;
  }
  .banner_section.slide_medium,
  .banner_section.slide_medium .carousel-item {
    height: 350px;
    /* height: 365px; */
  }
  .error_txt {
    font-size: 130px;
  }

  .shop_container.list .product_img {
    float: none;
    max-width: 100%;
    width: 100%;
  }

  .compare_box table {
    width: 900px;
  }

  .row_title {
    width: 200px;
  }

  .shop_cart_table td {
    display: block;
    text-align: right;
    width: 100%;
  }

  .shop_cart_table thead {
    display: none;
  }

  .shop_cart_table td:before {
    content: attr(data-title) " ";
    float: left;
    font-weight: 700;
    margin-right: 15px;
    text-transform: capitalize;
  }

  .shop_cart_table td.product-quantity:before {
    margin-top: 10px;
  }

  .shop_cart_table td.product-name {
    text-align: right;
  }

  .shop_cart_table td.product-thumbnail {
    text-align: center;
  }

  .shop_cart_table .quantity {
    justify-content: flex-end;
  }

  .shop_container.list .product_info .price__wrap {
    width: 100%;
  }

  .shop_container.list .product .product_title,
  .shop_container.list .product_wrap .product_title {
    margin-top: 25px;
    line-height: 28px;
  }

  .shop_container.list .stock-low {
    font-size: 10px;
  }

  /* .shop_container.grid .product
      {
          display:none;
      } */

  .blog_thumbs .blog_img {
    float: none;
    width: 100%;
  }

  .single_post .blog_title {
    font-size: 24px;
  }

  .author_img img {
    max-width: 80px;
  }

  .nav-tabs li.nav-item a {
    font-size: 14px;
    padding: 5px 15px;
  }

  footer .widget_title {
    margin-top: 0;
  }

  .banner_content_inner {
    padding: 0;
  }

  .bottom_footer {
    padding: 15px 0;
  }

  .testimonial_wrap {
    padding: 0;
  }

  .testimonial_style1 .testimonial_desc {
    margin-bottom: 20px;
  }

  .page-title {
    margin-bottom: 15px;
  }

  .blog_thumbs .blog_content {
    padding: 15px 0 0;
  }

  .shop_container.list .product_info {
    padding: 15px;
  }

  .mfp-ajax-holder .mfp-content .ajax_quick_view {
    max-width: 600px;
  }

  .deal_wrap {
    padding: 15px;
  }

  .countdown_style4 .countdown_box .countdown-wrap {
    padding: 5px;
  }

  .deal_wrap .countdown_time .cd_text {
    font-size: 12px;
  }

  .newsletter_text {
    margin-bottom: 15px;
  }

  .subscribe_popup .modal-dialog {
    max-width: 95%;
  }

  .popup-text p {
    font-size: 14px;
    line-height: normal;
  }

  .popup-text .heading_s1,
  .popup-text p {
    margin-bottom: 15px;
  }

  .popup_content {
    padding: 25px;
  }
}

@media only screen and (max-width: 749px) {
  .logo {
    max-height: 50px !important;
  }
}

@media only screen and (max-width: 575px) {
  .header_wrap .navbar-collapse {
    left: -15px;
    right: -15px;
  }

  .btn {
    font-size: 14px;
    /* padding: 10px 28px; */
    padding: 5px 10px;
  }

  .btn + .btn {
    margin-left: 5px;
  }

  .btn-sm {
    padding: 6px 18px;
  }

  .btn-xs {
    font-size: 12px;
    padding: 2px 14px;
  }

  p {
    margin-bottom: 15px;
  }

  /* .section {
          padding: 30px 0;
      }
   */
  .footer_top.small_pt,
  .section.small_pt {
    padding-top: 15px;
  }

  .footer_top.small_pb,
  .section.small_pb {
    padding-bottom: 15px;
  }

  .large_divider {
    height: 30px;
  }

  .medium_divider {
    height: 15px;
  }

  .small_divider {
    height: 5px;
  }

  .breadcrumb_section {
    padding: 50px 0;
  }

  .breadcrumb_section.page-title-mini {
    padding: 30px 0;
  }

  .footer_top {
    padding: 30px 0 15px;
  }

  .heading_s1 {
    margin-bottom: 15px;
  }
  .banner_section.slide_medium,
  .banner_section.slide_medium .carousel-item {
    height: 250px;
    /* height: 200px; */
  }

  .banner_section:not(.full_screen),
  .banner_section:not(.full_screen) .carousel-item {
    height: 350px;
  }
  .banner_content h2 {
    font-size: 28px;
  }

  .leads {
    margin-bottom: 20px;
  }

  .blog_post,
  .contact_style3,
  .heading_tab_header,
  .icon_box,
  .product_list .product,
  .product_list .product_wrap {
    /* margin-bottom: 15px; */
    padding-top: 15px;
  }

  .pr_title {
    padding: 20px 15px;
  }

  footer .widget_title {
    margin-bottom: 20px;
    margin-top: 0;
  }

  footer .widget {
    margin-bottom: 20px;
  }

  .error_txt {
    font-size: 100px;
    margin-bottom: 10px;
  }

  .sidebar .widget + .widget {
    margin-top: 20px;
    padding-top: 20px;
  }

  /* .widget_title {
          margin-bottom: 0 !important;
      } */

  .tab-content.shop_info_tab {
    margin-top: 20px;
  }

  .blog_thumbs .blog_post {
    padding-bottom: 15px;
  }

  .blog_post_footer {
    padding-bottom: 20px;
    padding-top: 5px;
  }

  .content_title * {
    margin-bottom: 20px;
  }

  .testimonial_wrap {
    padding: 0;
  }

  .testimonial_wrap .testimonial_box:before {
    font-size: 40px;
    line-height: normal;
  }

  .categories_btn {
    width: auto;
  }

  .categories_btn span {
    display: none;
  }

  .categories_btn i {
    margin-right: 0;
  }

  .indicators_style1 {
    margin-bottom: 5px;
  }

  .indicators_style1 li {
    height: 7px;
    margin: 6px;
    width: 7px;
    border-radius: 50%;
  }

  .nav_style3.owl-theme .owl-nav [class*="owl-"] {
    top: -46px;
  }

  .custom_select select,
  .form-control,
  .form-control:focus {
    height: 44px;
  }

  /* .product_header {
          display: block;
      } */

  .product_header_right {
    justify-content: space-between;
    margin-top: 15px;
  }

  .newsletter_form2 input,
  .newsletter_form2 input:focus {
    height: 52px;
  }

  .subscribe_popup .modal-dialog {
    max-width: 100%;
  }
}

@media (device-width: 540px) {
  .banner_section.slide_medium,
  .banner_section.slide_medium .carousel-item {
    height: 360px;
  }
}

@media only screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }

  p {
    line-height: 24px;
  }

  .heading_s1 h1,
  .heading_s1 h2,
  .heading_s1 h3,
  .heading_s1 h4,
  .heading_s1 h5,
  .heading_s1 h6 {
    line-height: 30px;
  }

  /* .h1,
      h1 {
          font-size: 24px;
      } */

  .h2,
  h2 {
    font-size: 22px;
    /* line-height: 36px; */
  }

  .h3,
  h3 {
    font-size: 20px;
  }

  .h4,
  h4 {
    font-size: 18px;
  }

  .h5,
  h5 {
    font-size: 16px;
  }

  /* .h6,
      h6 {
          font-size: 14px;
      } */
  p {
    margin-bottom: 15px;
    /* text-align: justify; */
  }

  .navbar .attr-nav li .nav-link i[class*="linearicons-"],
  .navbar
    .navbar-nav.attr-nav
    li
    .nav-link.cart_trigger
    [class*="linearicons-"] {
    font-size: 18px;
  }

  .banner_content p {
    margin-bottom: 25px;
  }

  .heading_s1 footer .widget_title,
  .leads {
    margin-bottom: 15px;
  }

  .highlight_text {
    font-size: 16px;
  }

  .product,
  .product_wrap {
    margin-bottom: 15px;
  }

  .blog_title {
    margin-bottom: 10px;
  }

  .contact_icon {
    margin-right: 15px;
  }

  .contact_style3 {
    padding: 30px 20px;
  }

  .contact_style3 .contact_icon {
    height: 70px;
    width: 70px;
  }

  .contact_style3 .contact_icon i {
    line-height: 68px;
  }

  .contact_icon i {
    font-size: 30px;
  }

  .divider i {
    font-size: 26px;
    padding: 0 25px;
  }

  .page-title-mini .page-title h1 {
    font-size: 24px;
  }

  .countdown_box .countdown {
    font-size: 30px;
  }

  .cart_extra {
    display: block;
  }

  .pr_detail .rating_wrap {
    float: none;
    margin-bottom: 10px;
    margin-top: 0;
  }

  .pr_detail .product_price {
    float: none;
    margin-top: 10px;
    padding-left: 5px;
  }

  .mfp-ajax-holder .ajax_quick_view {
    padding: 30px 20px;
  }

  .ajax_quick_view .social_icons li a {
    height: 30px;
    line-height: 30px;
    width: 30px;
  }

  .ajax_quick_view .product_share > span {
    margin-right: 10px;
  }

  .shop_container.list .product .rating_wrap,
  .shop_container.list .product_price {
    float: none;
  }

  .shop_container.list .product .rating_wrap {
    margin-bottom: 5px;
  }

  .shop_container.list .product .product_title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .comment_img img {
    max-width: 50px;
  }

  .comment_block {
    padding-left: 65px;
  }

  .compare_box {
    padding: 30px 10px 10px;
    width: 95%;
  }

  .single_post .blog_title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .children {
    margin-left: 20px;
  }

  .product_search_form select {
    overflow: hidden;
    padding: 8px 25px 8px 5px;
    width: 120px;
  }

  .search_btn {
    font-size: 18px;
    padding: 0 10px;
  }

  .categories_box a {
    padding: 25px 15px;
  }

  .shop_container.list .pr_desc {
    max-height: 50px;
    min-height: 50px;
  }

  /* .shop_container.list .pr_action_btn li.add-to-cart a {
          padding: 12px 20px;
      } */

  .tab-style3 .nav-tabs {
    display: block;
  }

  .shop_container .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mfp-ajax-holder .mfp-content .ajax_quick_view {
    padding: 30px 15px 15px;
  }

  .cart_trigger .amount {
    display: none;
  }

  .popup_content {
    padding: 30px 20px;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .popup-text .heading_s1 {
    margin-bottom: 10px;
  }

  .popup-text .heading_s1 * {
    line-height: normal;
  }
}

@media only screen and (max-width: 380px) {
  .btn {
    /* padding: 8px 24px; */
    /* padding: 5px 5px; */
  }

  .btn-sm {
    padding: 4px 16px;
  }

  .btn-xs {
    font-size: 12px;
    padding: 2px 14px;
  }

  .navbar-brand img {
    max-width: 100px;
  }

  .banner_content h2 {
    margin-bottom: 15px;
  }

  .banner_content p {
    margin-bottom: 20px;
  }

  .custom_select select,
  .form-control,
  .form-control:focus {
    height: 40px;
  }

  .form-control {
    font-size: 14px;
  }

  .error_txt {
    font-size: 80px;
  }

  .login_footer a {
    font-size: 13px;
  }

  .countdown_box .countdown {
    font-size: 26px;
  }

  /* .shop_container.list .list_product_action_box .pr_action_btn li.add-to-cart a {
          font-size: 14px;
          padding: 10px 17px;
      } */

  .shop_container.list .list_product_action_box .pr_action_btn li a {
    height: 28px;
    width: 28px;
  }

  .shop_container.list .pr_action_btn li a i {
    /* font-size: 16px; */
    line-height: 27px;
  }

  .shop_container.list .product_wrap .pr_action_btn {
    margin: 0 0 0 0;
  }

  .contact_detail > li,
  .header_list > li {
    padding: 2px 10px 2px 0;
  }

  .navbar-nav .dropdown-menu.cart_box.show {
    right: -50px;
    width: 310px;
  }

  .post_content {
    margin-top: 0;
  }

  .contact_phone i {
    font-size: 20px;
    margin-right: 5px;
  }

  /* .categories_btn {
          padding: 20px 10px;
      } */

  .product_search_form.rounded_input input {
    padding: 10px 15px;
  }

  .newsletter_form2 input,
  .newsletter_form2 input:focus {
    height: 48px;
  }
}

@media only screen and (max-width: 375) {
  .banner_section.slide_medium,
  .banner_section.slide_medium .carousel-item {
    /* height: 350px; */
    height: 380px;
  }
}

.image-viewer__item {
  background-color: #eee;
  border: 1px solid #c4c6cf;
  height: 70px;
  margin-right: 2px;
  margin-top: 5px;
  position: relative;
  text-align: initial;
  transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  width: 70px;
}

.image-viewer__item img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.image-upload__uploader-container {
  display: inline-block;
}

.image-upload__uploader-container:hover {
  cursor: pointer;
}

.image-upload__uploader-container .image-upload__uploader {
  align-items: center;
  border: 1px dashed #c4c6cf;
  display: flex;
  flex-direction: column;
  height: 70px;
  justify-content: center;
  position: relative;
  width: 70px;
}

.image-upload__uploader-container .image-upload__uploader:hover {
  background: #d9edf7;
}

.image-upload__uploader-container
  .image-upload__uploader:hover
  .image-upload__file-input {
  cursor: pointer;
}

.image-upload__icon {
  color: #333;
  font-size: 20px;
  margin-bottom: 8px;
}

.image-upload__text {
  color: #333;
  font-size: 10px;
  padding: 0 3px;
  text-align: center;
}

.image-upload__file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.image-viewer__item {
  display: inline-block;
}

.image-viewer__list {
  display: block;
  width: 100%;
}

.image-viewer__icon-remove {
  cursor: pointer;
  position: absolute;
  right: 2px;
  top: -1px;
  z-index: 1;
}

.image-viewer__icon-remove i {
  background: #848484;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
}

.help-block {
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  cursor: help;
  display: block;
  font-size: 0.9em;
  margin-bottom: 10px;
  margin-top: 5px;
  padding: 5px;
}

.image-upload__viewer .image-viewer__list .loading {
  background-color: rgba(146, 162, 177, 0.52);
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.image-upload__viewer .image-viewer__list .loading .half-circle-spinner {
  height: 30px;
  width: 30px;
}

.block--review .lh-1 {
  line-height: 1;
}

.block--review .block__images a {
  border: 1px solid #dee2e6;
  border-radius: 0.25rem !important;
  display: inline-block;
  height: 100px;
  margin-bottom: 5px;
  margin-right: 5px;
  width: 100px;
}

.block--review .block__images a img {
  border: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.block--review .block__images .more-review-images span {
  align-items: center;
  align-self: center;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  display: flex;
  font-size: 22px;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.block--review .block__images.block__images_total a {
  border: 0;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
  padding: 1.5px;
  width: inherit;
}

.block__content {
  position: relative;
}

.block__content .review__loading {
  align-items: center;
  background: rgba(0, 0, 0, 0.03);
  display: flex;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 31;
}

.middle_footer .shopping_info {
  border-bottom: none;
}

.footer_payment img {
  max-height: 32px;
}

.button-loading {
  border: none;
  color: transparent !important;
  cursor: default;
  position: relative;
  text-shadow: none;
  transition: border-color 0.2s ease-out;
}

.button-loading,
.button-loading:active,
.button-loading:focus,
.button-loading:hover {
  color: transparent;
}

.button-loading:before {
  animation: button-loading-spinner 1s linear infinite;
  border: none;
  border-color: #fff #fff transparent;
  border-radius: 50%;
  content: "";
  height: 18px;
  left: 50%;
  margin-left: -9px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 18px;
}

.button-loading.btn-fill-out {
  border: 1px solid var(--color-3rd);
  color: transparent !important;
}

.button-loading.btn-fill-out:before {
  background-color: transparent;
  border-color: var(--color-3rd);
  border-bottom-color: transparent;
  width: 18px;
}

.button-loading.btn-fill-out:after {
  display: none;
}

.required:after {
  color: red;
  content: " *";
}

.newsletter-form .newsletter-message {
  border-left: 5px solid #eee;
  border-radius: 0;
  display: block;
  margin: 0 0 20px;
  padding: 15px 30px 15px 15px;
  width: 100%;
}

.newsletter-form .newsletter-message.newsletter-success-message {
  background-color: #c0edf1;
  border-color: #58d0da;
  color: var(--color-1st);
}

.newsletter-form .newsletter-message.newsletter-error-message {
  background-color: #faeaa9;
  border-color: #f3cc31;
  color: var(--color-1st);
}

@keyframes button-loading-spinner {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

header #navCatContent ul li .dropdown-menu {
  min-width: 0 !important;
}

.text.shadow.borderRadius {
  display: none !important;
}

.rating_wrap .rating {
  font-family: Ionicons;
  vertical-align: top;
}

.rating_wrap .rating:before {
  color: #d2d2d2;
  content: "\f24e\f24e\f24e\f24e\f24e";
  font-size: 16px;
}

.product .rating_wrap .rating {
  height: 28px;
}

.product_rate:before {
  content: "\f24e\f24e\f24e\f24e\f24e";
  font-size: 16px;
  font-weight: 400;
}

.half-circle-spinner,
.half-circle-spinner * {
  box-sizing: border-box;
}

.half-circle-spinner {
  border-radius: 100%;
  height: 60px;
  margin: 20px auto;
  position: relative;
  width: 60px;
}

.half-circle-spinner .circle {
  border: 6px solid transparent;
  border-radius: 100%;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}

.half-circle-spinner .circle.circle-1 {
  animation: half-circle-spinner-animation 1s infinite;
  border-top-color: var(--color-1st);
}

.half-circle-spinner .circle.circle-2 {
  animation: half-circle-spinner-animation 1s infinite alternate;
  border-bottom-color: var(--color-1st);
}

@keyframes half-circle-spinner-animation {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

#navCatContent li a.nav-link {
  padding: 0.485rem 1rem;
}

.product_list .product_wrap .pr_action_btn li {
  margin: 5px 0;
}

/*
  .pr_action_btn li a.active {
      background-color: var(--color-1st);
      background-color: #7b3144;
      color: #fff;
  } */

.breadcrumb_section.page-title-mini {
  padding: 15px 0;
}

/* .section
  {
    padding: 50px 0;
    padding: 30px 0;
  }
   */
.section .pagination {
  justify-content: center !important;
}

.section .newsletter-form .newsletter-message {
  font-size: 85%;
  margin-top: 10px;
  padding: 0;
}

.section .newsletter-form .newsletter-message.newsletter-error-message {
  background: transparent;
  border: none;
  color: #f3cc31;
}

.section .newsletter-form .newsletter-message.newsletter-success-message {
  background: transparent;
  border: none;
  color: #58d0da;
}

.section .label-success {
  color: #36c6d3;
}

.section .label-info {
  color: #659be0;
}

.section .label-warning {
  color: #f1c40f;
}

.section .label-danger {
  color: #ed6b75;
}

.star_rating > span {
  color: #444;
}

.star_rating > span.selected {
  color: #f6bc3e;
}

.section.product-blocks .product_action_box {
  display: none;
}

.cart_buttons .btn-fill-line {
  color: #fff !important;
}

.product__attribute {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
}

.product__attribute > * {
  flex-basis: 100%;
}

.product__attribute label {
  margin-bottom: 0;
  max-width: 37px;
  font-size: 18px;
}

.product__attribute .form-control {
  border: none;
}

/* .product__color {
      padding-bottom: 10px;
  } */
/* .form-group {
      margin-bottom: 2px !important;
  } */

.product__color ol,
.product__color ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product__color .color-swatch li {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}

.product__color .color-swatch li:last-child {
  margin-right: 0;
}

.product__color .color-swatch li span {
  margin-bottom: 0;
}

.text-swatch li {
  display: inline-block;
  margin-right: 5px;
}

.text-swatch li input[type="checkbox"],
.text-swatch li input[type="radio"] {
  display: none;
}

.text-swatch li input[type="checkbox"]:checked ~ span,
.text-swatch li input[type="radio"]:checked ~ span {
  border: 1px solid var(--color-1st);
  color: #004236;
  font-weight: bold;
}

.text-swatch li input[type="checkbox"]:checked ~ span:after,
.text-swatch li input[type="radio"]:checked ~ span:after {
  bottom: -5px;
  color: #fff;
  content: "\ec34";
  font-family: Linearicons !important;
  font-size: 8px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  right: -8px;
  width: 16px;
}

.text-swatch li input[type="checkbox"]:checked ~ span:before,
.text-swatch li input[type="radio"]:checked ~ span:before {
  border: 16px solid transparent;
  border-bottom: 16px solid var(--color-1st);
  bottom: -1px;
  content: "";
  position: absolute;
  right: -16px;
}

.text-swatch li span {
  border: 1px solid #eee;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 5px 15px;
  position: relative;
  transition: 0.2s;
}

.widget__title {
  font-size: 1.25rem;
  font-weight: 600;
  /* letter-spacing: 0.3px; */
  margin-bottom: 20px;
  text-transform: capitalize;
}

.attribute-values ul {
  list-style: none;
  margin: 0;
  padding-left: 15px;
  display: flex;
  flex-direction: row;
}

.widget--colors .color-swatch li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 10px;
  vertical-align: top;
}

.custom-checkbox input[type="checkbox"],
.custom-checkbox input[type="radio"],
.custom-radio input[type="checkbox"],
.custom-radio input[type="radio"] {
  display: none;
}

.custom-checkbox label,
.custom-radio label {
  display: block;
}

.custom-checkbox span,
.custom-radio span {
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 25px;
  position: relative;
  width: 25px;
}

.custom-checkbox input[type="checkbox"]:checked ~ span:before,
.custom-checkbox input[type="radio"]:checked ~ span:before,
.custom-radio input[type="checkbox"]:checked ~ span:before,
.custom-radio input[type="radio"]:checked ~ span:before {
  border: 2px solid var(--color-1st);
  border-radius: 50%;
  bottom: -4px;
  content: "";
  display: block;
  left: -4px;
  position: absolute;
  right: -4px;
  top: -4px;
}

.custom-checkbox.disabled label,
.custom-radio.disabled label {
  position: relative;
}

.custom-checkbox.disabled label:after,
.custom-checkbox.disabled label:before,
.custom-radio.disabled label:after,
.custom-radio.disabled label:before {
  background-color: var(--color-2nd);
  content: "";
  height: 90%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform-origin: 50% 50%;
  transition: all 0.4s ease;
  width: 1px;
  z-index: 20;
}

.custom-checkbox.disabled label:before,
.custom-radio.disabled label:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.custom-checkbox.disabled label:after,
.custom-radio.disabled label:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.custom-checkbox.disabled span,
.custom-radio.disabled span {
  opacity: 0.9;
}

.custom-checkbox.disabled input[type="checkbox"]:checked ~ span:before,
.custom-checkbox.disabled input[type="radio"]:checked ~ span:before,
.custom-radio.disabled input[type="checkbox"]:checked ~ span:before,
.custom-radio.disabled input[type="radio"]:checked ~ span:before {
  display: none;
}

.widget-filter-item {
  border-top: 1px solid #ccc;
  padding: 20px 0;
}

body.show-admin-bar {
  position: inherit !important;
}

body .scrollup {
  bottom: 80px;
}

body .choose-currency > span {
  color: #292b2c;
}

body .choose-currency .active {
  color: var(--color-1st);
  font-weight: 700;
}

body .product_color_switch span {
  cursor: default;
}

body .product_color_switch span.active:before {
  display: none;
}

#alert-container {
  position: fixed;
  right: 5px;
  top: 60px;
  z-index: 9999999;
}

#alert-container .alert {
  box-shadow: 0 4px 10px 0 rgba(3, 3, 3, 0.1);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  max-width: 450px !important;
  min-height: 45px !important;
  padding: 15px 40px 15px 60px;
  position: relative;
}

#alert-container .alert.alert-success {
  background-color: #bff9d0;
  color: #299c77;
}

#alert-container .alert .message-icon {
  fill: #299c77;
  stroke: #299c77;
  font-size: 20px;
  left: 5%;
  position: absolute;
  top: 20%;
}

#alert-container .alert.alert-dismissible .close {
  font-size: 10px;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 20px;
}

/* .bottom_header .navbar-brand {
        display: none !important;
    }
    */
.header_wrap.nav-fixed .categories_wrap {
  display: none;
}

.header_wrap.nav-fixed .bottom_header {
  margin-bottom: 0 !important;
  /* border-bottom: 2px solid var(--color-1st); */
  /* box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); */
}

.show-admin-bar #alert-container {
  top: 140px;
}

.show-admin-bar .header_wrap.nav-fixed {
  top: 40px;
}

.header_wrap.nav-fixed .bottom_header .navbar-brand {
  display: block !important;
  line-height: 0px;
}

#navCatContent li a.nav-link {
  white-space: normal;
}

.contact_form {
  overflow-x: hidden;
}

@media only screen and (min-width: 1280px) {
  .container {
    /* max-width: 1200px; */
    max-width: 100%;
    padding: 0 5rem;
    /* overflow-x: hidden; */
  }

  .map_address {
    width: 480px;
    height: 250px;
    border: 0;
    overflow: hidden;
  }
}

.order-tracking-wrapper p {
  margin-bottom: 10px;
}

.tracking-form {
  background-color: #fff;
  margin: 15px auto 50px;
  max-width: 400px;
  padding: 13px;
}
.order-tracking-wrapper sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
  color: red;
}
.order-tracking-wrapper label {
  color: var(--color-1st);
  font-size: 14px;
}
.order-tracking-wrapper .form-control {
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  /* letter-spacing: 1px; */
  background: white;
  outline: none !important;
  border: 1px solid #999 !important;
  padding: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #044326;
  height: 40px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 5px !important;
}
.customer-information-box {
  text-align: right;
}
.order-tracking-wrapper .form-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  width: 80%;
}
.order-tracking-wrapper .form__content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
}

.order-heading {
  color: var(--color-1st);
  font-size: 22px;
}

@media only screen and (min-width: 967px) {
  .customer-information-box {
    text-align: left;
  }

  .blog_thumbs .blog_content {
    overflow: hidden;
    padding: 0 0 0 20px;
  }
}

.comments .pagination li {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.pagination li a {
  cursor: pointer;
}

.pagination li span {
  border: 2px solid var(--color-1st);
  height: 40px;
  line-height: 36px;
  padding: 0;
  text-align: center;
  width: 40px;
  z-index: 1;
}

.deal_wrap .countdown_time .cd_text {
  font-size: 10px;
}

.cart_total.sub_total {
  font-size: 0.85rem;
  font-weight: 400;
  padding: 0 15px;
}

.cart_total.sub_total:first-child {
  padding-top: 10px;
}

.cart_total.sub_total strong {
  font-weight: 400;
}

.avatar-view.mt-card-avatar {
  margin: 0 auto;
  width: 150px;
  margin: 0 auto;
  width: 150px;
  /* border: 1px solid var(--color-1st);
    border-radius: 50%; */
}

.deal_content {
  padding: 30px 30px 30px 15px;
}

.product__color .color-swatch li span {
  white-space: nowrap;
}

.widget_categories li.active a {
  color: var(--color-1st);
}

.filter_price {
  max-width: calc(100% - 20px);
}

.mob_filter_price {
  max-width: calc(100% - 20px);
}

@media only screen and (max-width: 575px) {
  .custom_select select,
  .form-control,
  .form-control:focus {
    height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .nav-fixed .middle-header {
    display: block !important;
    padding: 0;
  }

  .nav-fixed .middle-header .contact_phone,
  .nav-fixed .middle-header .navbar-brand {
    display: none;
  }

  .dark_skin .logo_dark {
    /* max-height: 50px; */
    max-width: 120px;
  }

  .contact_phone i {
    font-size: 20px;
  }
}

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

.section .pagination {
  display: inline-block;
  padding: 0 15px;
}

.section .pagination li {
  display: inline-block;
  margin-bottom: 10px;
}

.light_skin .navbar-nav .dropdown-menu .dropdown-menu,
.light_skin .navbar-nav .dropdown-menu .mega-menu .dropdown-menu {
  background-color: #303537;
}

/*
  .cart_buttons a {
      margin-top: 10px;
  } */

.product__attribute .attribute-swatch-item.pe-none {
  cursor: not-allowed !important;
}

.product__attribute .attribute-swatch-item.pe-none > div {
  pointer-events: none !important;
}

.product__attribute .color-swatch .attribute-swatch-item.pe-none span,
.product__attribute .text-swatch .attribute-swatch-item.pe-none span {
  color: gray;
  cursor: unset;
  opacity: 0.7;
}

.product__attribute .color-swatch .attribute-swatch-item.pe-none span:after,
.product__attribute .color-swatch .attribute-swatch-item.pe-none span:before,
.product__attribute .text-swatch .attribute-swatch-item.pe-none span:after,
.product__attribute .text-swatch .attribute-swatch-item.pe-none span:before {
  border-top: 1px dashed #999;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

.product__attribute .color-swatch .attribute-swatch-item.pe-none span:before,
.product__attribute .text-swatch .attribute-swatch-item.pe-none span:before {
  transform: rotate(45deg);
}

.product__attribute .color-swatch .attribute-swatch-item.pe-none span:after,
.product__attribute .text-swatch .attribute-swatch-item.pe-none span:after {
  transform: rotate(-45deg);
}

.add_compare.js-add-to-compare-button.button-loading,
.add_wishlist.button-loading {
  border: none;
  color: var(--color-1st) !important;
}

.pr_action_btn li a.button-loading {
  color: var(--color-1st) !important;
}

.language-wrapper .dropdown {
  height: 100%;
}

.language-wrapper .dropdown.open .language_bar_chooser.dropdown-menu {
  display: block;
}

.language-wrapper .dropdown .btn {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  font-size: inherit;
  height: 100%;
  margin-bottom: 0;
  outline: none !important;
  padding: 7px 15px;
  transition: all 0.4s ease;
}

.language-wrapper .dropdown .btn img {
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}

.language-wrapper .dropdown .dropdown-menu {
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  display: none;
  float: left;
  font-size: 14px;
  line-height: 58px;
  list-style: none;
  margin: 0;
  min-width: 160px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 100%;
  width: 160px;
  z-index: 1000;
}

.language-wrapper .dropdown .dropdown-menu li span {
  color: #222;
}

.language-wrapper .dropdown .dropdown-menu li.active a span {
  color: #fff;
}

.language-wrapper .dropdown .language_bar_chooser {
  display: block;
  float: right;
  line-height: 58px;
  text-align: center;
  width: 160px;
}

.language-wrapper .dropdown .language_bar_chooser li {
  display: inline-block;
  float: left;
  margin-left: 5px;
}

.language-wrapper .dropdown .language_bar_chooser.dropdown-menu {
  border-radius: 0 !important;
  display: none;
}

.language-wrapper .dropdown .language_bar_chooser.dropdown-menu li {
  display: block;
  margin: 0;
  width: 100%;
}

.language-wrapper .dropdown .language_bar_chooser.dropdown-menu li:hover {
  background: #ddd;
}

.language-wrapper .dropdown .language_bar_chooser.dropdown-menu li a {
  display: flex;
  justify-content: start;
  margin-right: 0 !important;
  text-align: left;
  width: 100%;
}

.language-wrapper .language_bar_list li {
  display: block;
  float: left;
  margin-left: 5px;
  min-width: 95px;
}

.language-wrapper .language_bar_list li a {
  display: block;
  text-align: left;
  width: 100%;
}

.language-wrapper .language_bar_list li a img {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  width: 20px;
}

.language-wrapper .language_bar_list li a span {
  color: #222;
}

body[dir="rtl"] .language-wrapper .language_bar_list li a img {
  margin-left: 10px;
  margin-right: 0;
}

.language_bar_list li a img {
  margin-right: 5px;
  margin-top: 5px;
}

.language-wrapper .dropdown-toggle:after {
  display: none;
}

.language-wrapper .dropdown img {
  height: 16px;
  margin-right: 6px;
  margin-top: 1px;
  width: 16px;
}

.language-wrapper .dropdown .btn-select-language {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #333 !important;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  padding: 0 15px 0 0;
  text-transform: capitalize;
  vertical-align: middle;
  white-space: nowrap;
}

.language-wrapper .dropdown .dropdown-menu.language_bar_chooser {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #dee2e6 !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  display: none;
  font-size: 12px;
  line-height: 1;
  list-style: none;
  margin: 0.125rem 0 0;
  min-width: 10rem;
  padding: 0;
  text-align: left;
  z-index: 1000;
}

.language-wrapper .dropdown .dropdown-menu li img {
  margin: 0 10px;
}

.language-wrapper .dropdown .dropdown-menu li a {
  padding: 10px 0;
}

.language-wrapper .dropdown button .language-caret:before {
  color: #878787;
  content: "\f3d0";
  font-family: ionicons;
  position: absolute;
  right: 0;
  top: 3px;
}

.language-wrapper.choose-currency
  .dropdown
  .dropdown-menu.language_bar_chooser {
  min-width: 0;
  width: auto;
}

.language-wrapper.choose-currency
  .dropdown
  .dropdown-menu.language_bar_chooser
  li
  a {
  padding: 10px 0;
  text-align: center;
}

.pagination .page-item a {
  min-width: 40px;
  padding: 0 10px;
  width: auto;
}

.ps-list--categories {
  list-style: none;
  padding-bottom: 10px;
}

.ps-list--categories li {
  padding: 8px 20px 10px 0;
  position: relative;
  /* font-size: 16px; */
  font-size: 14px;
  letter-spacing: 0px;
}

.filter_head {
  padding: 10px 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  /* flex-direction: column; */
  align-items: center;
  background: #f5f5f5;
  margin-bottom: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.product_header .custom_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid transparent !important;
  background: transparent;
}

.custom_select select.form-control-sm,
.custom_select select.form-control-sm:focus,
.form-control-sm,
.form-control-sm:focus {
  height: auto;
}

.ps-list--categories li a {
  display: block;
  line-height: 22px;
  display: flex;
}
.ps-list--categories li a:hover {
  color: #8cd6ea;
}

.ps-list--categories li a:before {
  content: "\f383";
  font-family: Ionicons;
  height: auto;
  line-height: normal;
  margin-right: 10px;

  background: #fff;
  color: transparent;
  width: 20px;
  height: 20px;
  min-width: 20px;
  line-height: 20px;
  text-align: center;
  justify-content: center;
  border: 2px solid #7b7b7b;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  margin-right: 16px;
  margin-left: 0;
  /* font-size: 0; */
  vertical-align: middle;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.ps-list--categories li.current-menu-item a:before {
  background: #8cd6ea;
  color: #fff;
  border: 2px solid #8cd6ea;
}

.ps-list--categories li .sub-toggle {
  cursor: pointer;
  display: inline-block;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
}

.ps-list--categories li .sub-toggle i {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ps-list--categories li .sub-menu {
  background-color: transparent;
  border: none;
  display: none;
  list-style: none;
  opacity: 1;
  padding-left: 10px !important;
  padding-top: 10px;
  position: relative;
  transition: all 0s ease;
  visibility: visible;
  z-index: unset;
}

.ps-list--categories li .sub-menu li.menu-item-has-children .sub-toggle {
  display: inline-block;
}

.ps-list--categories li .sub-menu li.menu-item-has-children .sub-menu {
  left: 0;
  opacity: 1;
  position: relative;
  top: 0;
  transform: translateY(0);
  visibility: visible;
}

/* .ps-list--categories li.current-menu-item>a {
      color:var(--color-1st);
  } */

.ps-list--categories li.current-menu-item > a {
  color: #8cd6ea;
}

.ps-list--categories .sub-toggle:after {
  transform: translateX(-50%) rotate(90deg);
}

.ps-list--categories .sub-toggle:after,
.ps-list--categories .sub-toggle:before {
  background-color: #292b2c;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 12px;
}

.ps-list--categories .sub-toggle:before {
  transform: translateX(-50%);
}

.ps-list--categories .sub-toggle.active:after {
  display: none;
}

#navCatContent li a img {
  margin-right: 15px;
  /* margin-top: 1px; */
  vertical-align: top;
  /* width: 30px; */
  width: 25px;
  height: auto;
}

.faqs-list h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.faqs-list h4:first-child {
  margin-top: 0;
}

.faqs-list .card {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  margin-bottom: 10px;
}

.faqs-list .card .card-header {
  background: #fff;
  border-radius: 0;
  padding: 1rem;
}

.faqs-list .card .card-header h2 button {
  background: #fff;
  border: none;
  color: #333;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  position: relative;
  text-decoration: none !important;
  text-transform: none;
  width: 100%;
}

.faqs-list .card .card-header h2 button:before {
  display: none;
}

.faqs-list .card .card-header h2 button:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  border: 1px solid #ced4da;
  border-radius: 50%;
  color: #ced4da;
  content: "";
  height: 40px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: -7px;
  transform: scale(0.7) !important;
  transition: transform 0.2s ease-in-out;
  width: 40px;
}

.faqs-list .card .card-header h2 button:not(.collapsed):after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.ps-custom-scrollbar {
  max-height: 250px;
}

.ps-custom-scrollbar
  .mCS-dark.mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar {
  background-color: #d3d3d3;
}

.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background: #044326 !important;
}

.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 0 !important;
  opacity: 1 !important;
  width: 3px;
}

.single_post .blog_content ul {
  margin: 10px 0;
  padding-left: 20px;
}

.shop_info_tab ul {
  padding-left: 15px;
}

.mobile-menu-item {
  display: none;
  padding: 10px;
}

.mobile-menu-item.mobile-menu-item-first-item .language-wrapper {
  border-top: 1px dashed #eaeaea;
  padding-top: 25px;
}

.mobile-menu-item .language-wrapper .dropdown .btn-select-language {
  color: #fff !important;
  display: inline-block;
  text-align: left;
  width: 100%;
}

.mobile-menu-item
  .language-wrapper
  .dropdown
  .btn-select-language
  .language-caret:before {
  color: #fff;
}

.mobile-menu-item
  .language-wrapper
  .dropdown
  .dropdown-menu.language_bar_chooser {
  width: 100%;
}

.mobile-menu-item
  .language-wrapper
  .dropdown
  .dropdown-menu.language_bar_chooser
  li
  a {
  padding: 10px 0 10px 10px;
  text-align: left;
}

.mobile-menu-item .mr-4 {
  margin-right: 0 !important;
}

/* @media only screen and (max-width: 991px) {
      .mobile-menu-item {
          display: block;
      }
  } */

/* .product_action_box {
      right: 0;
  } */

.shop_banner_slider {
  /* background-position: 50%;
        background-size: cover; */
  /* background-size: cover;
        background-repeat: no-repeat;
        background-position: center; */

  background: var(--color-third);
}

.cart_dropdown .cart_list li small {
  color: #fff;
}

.bounce {
  animation: bounce 1s ease infinite alternate;
  -webkit-animation: bounce 1s ease infinite alternate;
}

.top-row-messages {
  /* background: #380504; */
  background: #b48125;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 3px 0px;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  20% {
    opacity: 1;
  }

  40% {
    transform: scale(1.15);
  }

  70% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes slideDown {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  40% {
    transform: translateY(5px);
  }

  70% {
    transform: translateY(-3px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes slideUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  40% {
    transform: translateY(-3px);
  }

  70% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes spinIn {
  0% {
    opacity: 0;
    transform: rotate(180deg) scale(0);
  }

  20% {
    opacity: 1;
  }

  40% {
    transform: rotate(360deg) scale(1.15);
  }

  70% {
    transform: rotate(360deg) scale(0.9);
  }

  100% {
    transform: rotate(360deg) scale(1);
  }
}

.bounce_in_animation {
  text-align: left;
  display: inline-block;
  /* width: 350px; */
}

@keyframes bounce {
  0% {
    text-shadow: 0 5px 0 #ccc, 0 2px 3px rgba(0, 0, 0, 1);
  }
  100% {
    transform: translateY(-20px);
    text-shadow: 0 50px 0 var(--color-1st), 0 0px 20px rgba(0, 0, 0, 0.8);
  }
}

/************search result box*******************/

.search_result {
  background: #fff;
  list-style: none;
  width: 90%;
  /* margin: 0 auto; */
  max-height: 100px;
  /* overflow-x: hidden; */
  overflow-y: auto;
  z-index: 99;
  position: absolute;
  /* margin-top: 3.2rem; */
  margin: 3.2rem 2rem 0 2rem;
  font-size: 12px;
  padding: 10px 2rem;
}

.search_result ul {
  list-style: none;
}

.search_result ul li {
  margin-bottom: 10px;
  cursor: pointer;
}

.search_result ul li:hover {
  color: #e0aa3e !important;
  font-size: 16px;
  font-weight: bold;
}

.product_search_form .custom_select select {
  border-radius: 30px 0 0 30px;
  box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 20%);
}

.product_search_form input {
  border-radius: 0 30px 30px 0 !important;
  box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 20%);
}

/***************floating chat***************/

.floating-chat {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: fixed;
  z-index: 999;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  transform: translateY(70px);
  transition: all 250ms ease-out;
  border-radius: 50%;
  opacity: 0;
  /* background: #fff; */
  background: -moz-linear-gradient(
    -45deg,
    #183850 0,
    #183850 25%,
    #192c46 50%,
    #22254c 75%,
    #22254c 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #183850 0,
    #183850 25%,
    #192c46 50%,
    #22254c 75%,
    #22254c 100%
  );
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.floating-chat.enter:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  opacity: 1;
}

.floating-chat.enter {
  transform: translateY(0);
  opacity: 0.6;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.14);
}

.floating-chat.expand {
  width: 250px;
  max-height: 400px;
  height: 400px;
  border-radius: 5px;
  cursor: auto;
  opacity: 1;
}

.floating-chat :focus {
  outline: 0;
  box-shadow: 0 0 3pt 2pt rgba(14, 200, 121, 0.3);
}

.floating-chat button {
  background: transparent;
  border: 0;
  color: white;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
}

.floating-chat .chat {
  display: flex;
  flex-direction: column;
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  transition: all 250ms ease-out;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.floating-chat .chat.enter {
  opacity: 1;
  border-radius: 0;
  margin: 10px;
  width: auto;
  height: auto;
}

.floating-chat .chat .header {
  flex-shrink: 0;
  padding-bottom: 10px;
  display: flex;
  background: transparent;
}

.floating-chat .chat .header .title {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 5px;
}

.floating-chat .chat .header button {
  flex-shrink: 0;
}

.floating-chat .chat .messages {
  padding: 10px;
  margin: 0;
  list-style: none;
  overflow-y: scroll;
  overflow-x: hidden;
  flex-grow: 1;
  border-radius: 4px;
  background: transparent;
}

.floating-chat .chat .messages::-webkit-scrollbar {
  width: 5px;
}

.floating-chat .chat .messages::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.1);
}

.floating-chat .chat .messages::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.2);
}

.floating-chat .chat .messages li {
  position: relative;
  clear: both;
  display: inline-block;
  padding: 14px;
  margin: 0 0 20px 0;
  font: 12px/16px "Noto Sans", sans-serif;
  border-radius: 10px;
  background-color: rgba(25, 147, 147, 0.2);
  word-wrap: break-word;
  max-width: 81%;
}

.floating-chat .chat .messages li:before {
  position: absolute;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  content: "";
  background-size: cover;
}

.floating-chat .chat .messages li:after {
  position: absolute;
  top: 10px;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid rgba(25, 147, 147, 0.2);
}

.floating-chat .chat .messages li.other {
  animation: show-chat-odd 0.15s 1 ease-in;
  -moz-animation: show-chat-odd 0.15s 1 ease-in;
  -webkit-animation: show-chat-odd 0.15s 1 ease-in;
  float: right;
  margin-right: 45px;
  color: #0ad5c1;
}

.floating-chat .chat .messages li.other:before {
  right: -45px;
  background-image: url(../images/chat-img-2.jpg);
}

.floating-chat .chat .messages li.other:after {
  border-right: 10px solid transparent;
  right: -10px;
}

.floating-chat .chat .messages li.self {
  animation: show-chat-even 0.15s 1 ease-in;
  -moz-animation: show-chat-even 0.15s 1 ease-in;
  -webkit-animation: show-chat-even 0.15s 1 ease-in;
  float: left;
  margin-left: 45px;
  color: #0ec879;
}

.floating-chat .chat .messages li.self:before {
  left: -45px;
  background-image: url(../images/chat-img-1.jpg);
}

.floating-chat .chat .messages li.self:after {
  border-left: 10px solid transparent;
  left: -10px;
}

.floating-chat .chat .footer {
  flex-shrink: 0;
  display: flex;
  padding-top: 10px;
  max-height: 90px;
  background: transparent;
}

.floating-chat .chat .footer .text-box {
  border-radius: 3px;
  background: rgba(25, 147, 147, 0.2);
  min-height: 100%;
  width: 100%;
  margin-right: 5px;
  color: #0ec879;
  overflow-y: auto;
  padding: 2px 5px;
}

.floating-chat .chat .footer .text-box::-webkit-scrollbar {
  width: 5px;
}

.floating-chat .chat .footer .text-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.1);
}

.floating-chat .chat .footer .text-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.2);
}

@keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }

  100% {
    margin-left: 0;
  }
}

@-moz-keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }

  100% {
    margin-left: 0;
  }
}

@-webkit-keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }

  100% {
    margin-left: 0;
  }
}

@keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }

  100% {
    margin-right: 0;
  }
}

@-moz-keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }

  100% {
    margin-right: 0;
  }
}

@-webkit-keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }

  100% {
    margin-right: 0;
  }
}

/*****phone animation****/

.social__media .outer {
  display: flex;
  align-items: center;
  /* margin: 1rem 2rem; */
}

.social__media .outer a:hover i {
  color: #498aff;
}

.srch_wrap a {
  font-size: 1.8rem;
  text-decoration: none;
  color: #ececec;
  display: flex;
  /* width: 2.5rem;
    height: 2.5rem; */
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.5s ease all;
  margin-right: 10px;
}

.srch_wrap a:hover i {
  color: var(--color-1st);
}

/* .srch_wrap a:after{
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 100%;
      background-color: var(--color-3rd);
      transform: scale3d(1, 1, 1);
      transform-origin: 50% 50%;
      will-change: transform;
      transform-style: preserve-3d;
      transition: 0.25s ease-out;
    }
    .srch_wrap a:hover:after{
      transform: scale3d(0, 0, 0);
      transition: 0.25s ease-in;
    }
    .srch_wrap a:hover i {
      color:var(--color-3rd) !important;
      transform: scale3d(1.2, 1.2, 1);
    }
   */

/*************search********************/

.back-to-index {
  position: absolute;
  z-index: 99;
  background: 0 0;
  border: none;
  top: 24px;
  left: 0;
}

#search {
  position: absolute;
  z-index: 99;
  background: 0 0;
  border: none;
  top: 36px;
  right: 15px;
  font-weight: bold !important;
}

#search i {
  font-weight: bolder;
  color: var(--color-1st);
  display: none;
}

#searchModal {
  overflow-y: hidden;
}

.search-popup-ab {
  position: absolute;
  right: 14px;
  z-index: 999;
}

.search .wrapper {
  width: 100%;
  /* padding-bottom: 50px; */
  margin: 0 auto;
  border: none;
  outline: none;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
}

.search #search-container {
  width: 100%;
  padding: 8px 0;
  border-radius: 10px;
}

.search #search-container button {
  padding: 0.5em 0.5em;
  background-color: var(--color-1st);
  color: #f4f4f4;
  font-weight: 500;
  border-radius: 5px;
  margin-top: 1em;
}

.search .button-value {
  border: none;
  padding: 0.5em 0.5em;
  background-color: transparent;
  color: var(--color-3rd);
  cursor: pointer;
  font-weight: bold;
}

.search .active {
  background: white !important;
  border: 1px solid var(--color-1st) !important;
  color: var(--color-1st) !important;
  font-weight: bold !important;
}

.search #products {
  /* display: grid; */
  /* grid-template-columns: auto auto auto;
      grid-template-rows: auto auto; */
  /* grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 1.5em; */
  /* height: 300px; */

  /* overflow-y: auto; */
  /* padding: 2em 0; */
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 20px;
  position: relative;
  padding-bottom: 20px;
  overflow-y: auto !important;
}

.search .most-viewed-prod {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap: 20px;
  position: relative;
}

.search .most-viewed {
  padding: 15px;
}

.search .modal-header {
  display: block;
}

.search #products .card {
  height: 100%;
  cursor: pointer;
}

/* .search .modal-content {
      background-color: #fbf6e9;
  } */

/* .search .btn-wrap
    {
     background: rgba(26, 57, 45,0.2);
    } */

.search .card,
.card_searched_product {
  background-color: #ffffff;
  margin-top: 1em;
  border-radius: 5px;
  box-shadow: 1em 2em 2.5em rgba(1, 2, 68, 0.08);
  height: fit-content;
  font-size: 12px;
}

.search .image-container {
  text-align: center;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.search img {
  object-fit: contain;
  max-width: 100%;
}

.search .container {
  color: #110f29;
  padding: 10px;
}

/* .search .container a {
      font-size: 10px !important;
      text-transform: lowercase !important;
    } */
.search .hide {
  display: none;
}

.search .modal-dialog {
  height: auto;
  max-width: 100vw !important;
  margin: 0;
}

.search .modal-backdrop {
  z-index: 1 !important;
}

@media screen and (max-width: 992px) {
  .search #products {
    /* grid-template-columns: auto auto;
          grid-template-columns: auto; */
    grid-column-gap: 1em;
    padding-bottom: 560px;
  }
}

@media (max-width: 767px) {
  .search #products .card {
    flex-direction: row;
  }

  .search #products {
    padding-bottom: 50px;
  }

  .search .most-viewed {
    display: none;
  }

  .modal.search #buttons {
    display: none;
  }
}

@media screen and (max-width: 720px) {
  .search img {
    max-width: 100%;
    object-fit: contain;
    height: 6em;
  }

  .search .card {
    /* max-width: 10em; */
    margin-top: 1.3em;
  }

  /* #products {
        grid-template-columns: auto;
        grid-column-gap: 1em;
      }
     */

  .search .container a {
    font-size: 12px !important;
  }

  /* .search #buttons , #search{
        display: none;
        } */

  .search .modal-dialog {
    height: 100vh;
    max-width: 100vw !important;
  }

  /* .search #products {

      height: 400px;

    } */

  .search .container {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.modal-backdrop {
  z-index: 1000;
}

@media only screen and (max-width: 992px) {
  .middle-header .middle-srch {
    display: none;
  }

  .back-to-index {
    top: 20px;
  }

  .map_address {
    width: auto;
    height: 250px;
    border: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: center;
  }
}

/* .navbar .attr-nav li
  {
      margin-right: 13px !important;
  } */

/* .navbar .attr-nav {
      display: none;
  } */

.header_wrap.nav-fixed .attr-nav {
  /* display: block; */
  display: flex;
}

.header_wrap.nav-fixed .attr-nav li {
  float: left;
}

.header_wrap.nav-fixed .attr-nav li a {
  color: #fff;
}

.srch_wrap {
  display: flex;
}

@media (max-width: 767px) {
  .middle-header .navbar-nav,
  .srch_wrap {
    display: none !important;
  }

  .navbar .attr-nav li {
    margin-right: 0 !important;
  }

  .middle-header .nav_block {
    justify-content: center;
  }
}

/*****top Bar****/

.Top__bar {
  background-color: var(--color-1st);
  /* background-color: #b48125; */
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  font-size: 10px;
  height: 30px !important;
}

.Top__bar a {
  color: #004236;
  font-size: 14px;
  /* letter-spacing: 0.5px; */
}

/****product information ******/

.price__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* .product_price
  {
      background:#044236;
  } */

.price__wrap .stock__details {
  /* color: #fff!important;
      background: #8c5a4f!important;
      letter-spacing: 0;
      padding: 2px 6px;
      font-size: 14px; */
  color: rgb(89, 163, 14);
  font-size: 14px;
  font-weight: 600;
  padding: 1px 6px;
  background: rgb(223, 239, 206);
}

.product-subtitle {
  display: flex;
  justify-content: center;
  /* align-items: center; */
}

.product-subtitle .product-card-review-count-text {
  padding-left: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  /* margin-top: 4px; */
}

.list-item_category_row:hover {
  cursor: pointer;
  /* border-bottom: 1px solid var(--color-1st); */
}

.product-info-wrap .list-item_category_row {
  position: relative;
  /* top: 5px; */
  /* padding-left: 6px; */
  font-weight: 500;
  font-size: 10px;
  line-height: 20px;
}

/*
  .product_wrap .product-subtitle p
  {
      margin-bottom: 0 !important;
      color: #8c5a4f!important;
      font-weight: 600;
      line-height: 18px;
      letter-spacing: 0em;
      margin-top: 0;
      cursor: pointer;
      font-size: 12px;
      min-height: 45px;
  } */

.product-subtitle abbr img {
  margin-right: 2px;
  width: 21px !important;
  vertical-align: top;
}

.product-subtitle abbr {
  font-size: 12px;
  color: #313131;
  display: block;
}

/* @media (min-width:992px)
  {
      .product_wrap .product_title
      {
          height: 47px;
          white-space: pre-wrap;
      }
  } */

.product-info-wrap .list-item_category_star {
  font-size: 8px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  /* padding-bottom: 2px; */
  /* min-height: 19px; */
  /* margin-right: 24px;*/
}

@media (max-width: 767px) {
  .product-info-wrap .list-item_category_star {
    font-size: 8px;
    text-transform: uppercase;
    justify-content: center;
    margin-bottom: 0.5rem;
    /* padding-bottom: 2px; */
    /* min-height: 19px; */
    /* margin-right: 24px; */
    flex-direction: row;
  }
}

.product-info-wrap .list-item_category_star h6 {
  font-size: 8px;
  float: left;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}

.product-info-wrap .list-item_category_star div {
  float: right;
  /* color: #c4601d; */
  color: #388e3c;
}

.featured-icon .sp-iconfeatured .title {
  text-align: center;
}

.product-info-wrap .list-item_category_star div div {
  float: none;
}

.product-info-wrap .rating-star {
  background-image: url(../images/star.svg);
  background-repeat: no-repeat;
  position: absolute;
  inset: 0px;
  box-sizing: border-box;
  padding: 0px;
  border: none;
  margin: auto;
  display: block;
  width: 0px;
  height: 0px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  left: 25px;
  top: -3px;
}

.product-subtitle abbr {
  color: rgb(49 49 49/80%);
  /* letter-spacing: .5px; */
  /* display: flex;
      align-items: center; */
}

/* .price__wrap .card__tags {
      position: absolute;
      top: 5px;
      right: 5px;
      max-width: 50%;
      z-index: 1;
  }
  .price__wrap .tag {
      border-radius: 0;
       letter-spacing: 0;
  }
  .price__wrap .card__tags span {
      display: block;
      word-break: break-word;
  }
  .price__wrap .card__tags span {
      color: #fff!important;
      background: #8c5a4f!important;
      letter-spacing: 0;
  }
  .price__wrap .tag {
      padding: 4px 6px;
      color: var(--color-1st);
      text-transform: uppercase;
      font-weight: 600;
      line-height: 9px;
      font-size: 12px;
      letter-spacing: 0.05em;
  }
  @media only screen and (max-width: 767px)
  {
      .price__wrap .card__tags {
          top: 0;
          right: 0;
      }
      .price__wrap .tag {
          padding: 4px 5px;
          text-transform: capitalize;
          font-size: 8px!important;
          letter-spacing: 0;
      }
  } */

/* .product-info-wrap .list-item_category_row .rating:before {
      color: #d2d2d2;
      content: "\f24e";
      font-size: 16px;
  }
  .product-info-wrap .list-item_category_row .rating:before {
      color: #f6bc3e;
      float: left;
      left: 0;
      position: absolute;
      top: 0;
  } */

/********wishlist******************/

/*
  .wishlist_wrap .nav-pills .nav-link {
      border-radius:0;
      border: none;
      background:transparent;
      letter-spacing: .15px;
      font-size: 16px;
      font-weight: 400;
      display: block;
      padding: 10px 25px;
  }
  .wishlist_wrap .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
      background-color: #f0eded;
      color: #8c5a4f;
  }
  .wishlist_wrap .tab-content {
      margin-top: 0;
  }

  .wishlist_wrap .nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-left: 0;
      margin-bottom: 0;
      list-style: none;
      height: auto;
      background: hsla(0,9%,94%,.4);
      padding-top: 15px;
      padding-bottom: 15px;
  }

  .wishlist_wrap .heading_tab_header {
      margin-left: 15px;
  }


  .wishlist_wrap .dashboard-col {
      display: inline-block;
      width: 100%;
      border-radius: 5px;
      -webkit-box-shadow: 0 0 6px rgb(49 49 49 / 15%);
      box-shadow: 0 0 6px rgb(49 49 49 / 15%);
      padding: 10px 15px 15px;
      margin-bottom: 15px;
      position: relative;
      word-break: break-word;
  }
  @media (min-width: 992px)
  {
      .wishlist_wrap .dashboard-col {
          margin-bottom: 0;
          height: 100%;
          -webkit-box-shadow: -1px 1px 3px rgb(82 53 40 / 16%);
          box-shadow: -1px 1px 3px rgb(82 53 40 / 16%);
      }
  } */

.wishlist_wrap .tabbed-content {
  /* background: #fff; */
  /* box-shadow: 1px 1px 6px #ccc; */
  /* max-width: 600px; */
  padding: 1em;
  margin: 1em auto;
}

.wishlist_wrap .tabs ul {
  margin: 0;
  padding: 0 0 1em 0;
  font-weight: bold;
}

.wishlist_wrap .tabs ul li {
  background: #eee;
}

.wishlist_wrap .tabs ul li a {
  padding: 0.5em 1em;
}

.wishlist_wrap .tabs ul li a:hover,
.tabs ul li a.active {
  /* background: #444;
      color: #eee; */
  background-color: #f0eded;
  color: #8c5a4f;
}

.wishlist_wrap .item {
  margin-bottom: 2px;
}

.wishlist_wrap .item::before {
  cursor: pointer;
  font-weight: bold;
  background: #eee;
  padding: 0.5em;
  display: block;
}

.wishlist_wrap .item.active::before {
  background: #444;
  color: #eee;
}

.wishlist_wrap .item.active .item-content {
  padding: 1em;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.wishlist_wrap .heading_tab_header {
  margin-left: 15px;
}

@media all and (min-width: 800px) {
  .wishlist_wrap .item.active .item-content {
    padding-top: 0;
  }

  .wishlist_wrap .tabs-side .tabs li {
    margin-bottom: 2px;
  }
}

.wishlist_wrap .tabbed-content .tabs {
  display: none;
}

.wishlist_wrap .tabbed-content .item {
  min-height: 2em;
}

.wishlist_wrap .tabbed-content .item::before {
  content: attr(data-title);
}

.wishlist_wrap .tabbed-content .item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.wishlist_wrap .tabbed-content .item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
}

@media all and (min-width: 800px) {
  .wishlist_wrap .tabbed-content .tabs {
    display: block;
  }

  .wishlist_wrap .tabbed-content .tabs li {
    display: inline-block;
  }

  .wishlist_wrap .tabbed-content .tabs li a {
    display: block;
  }

  .wishlist_wrap .tabbed-content .item {
    min-height: 0;
  }

  .wishlist_wrap .tabbed-content .item::before {
    display: none;
  }

  .wishlist_wrap .tabbed-content.tabs-side .tabs {
    width: 200px;
    float: left;
  }

  .wishlist_wrap .tabbed-content.tabs-side .tabs li {
    display: block;
  }

  .wishlist_wrap .tabbed-content.tabs-side .item {
    margin-left: 200px;
  }
}

.wishlist_wrap abbr {
  font-size: 12px;
  color: #313131;
  display: block;
}

.wishlist_wrap abbr img {
  margin-right: 2px;
  width: 22px;
  vertical-align: top;
}

.wishlist_wrap .account_dashboard_colm2 {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-top: 10px;
}

.wishlist_wrap .account_dashboard_colm2 label {
  color: #c4601d;
  opacity: 0.8;
  display: block;
  padding-bottom: 2px;
}

.wishlist_wrap .account_dashboard_colm2 label {
  display: none;
}

.wishlist_wrap .account_dashboard_colm2 p {
  font-size: 14px;
  margin: 0;
}

@media (min-width: 992px) {
  .wishlist_wrap abbr {
    color: rgb(49 49 49/80%);
    /* letter-spacing: .5px; */
  }

  .wishlist_wrap .account_dashboard_colm2 ul li {
    padding-bottom: 15px;
  }

  .wishlist_wrap .account_dashboard_colm2 p {
    font-size: 14px;
    opacity: 0.8;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
    width: 50%;
  }
}

/****trending products***/
@media (min-width: 992px) {
  .mandala:after,
  .mandala:before {
    content: "";
    background-image: url(../images/mandala-design.svg);
    width: 156px;
    height: 47px;
    position: absolute;
    top: 50%;
    background-size: cover;
  }

  .mandala:before {
    left: -103px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }

  .mandala:after {
    right: -103px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
}

/******our categories *****/

.categ__image img {
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  cursor: pointer;
}

.categ__image img:hover {
  /* img zoom in on hover (x, y): */
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/*****home banner***/

.banner__1 {
  width: 100%;
  margin-top: 30px;
}

.banner__1 img {
  width: 100%;
}

/****stock color change****/

/* .stock-low {
      color: #FFC000;
  } */

.stock-low {
  color: #fff;
  background: #f9a602;
  padding: 3px;
  margin-bottom: 0.5rem;
  font-size: 8px;
}

.stock-ok {
  color: #fff;
  background: #198754;
  padding: 3px;
  margin-bottom: 0.5rem;
  font-size: 8px;
}

.stock-danger {
  color: #fff;
  background: #ba110c;
  padding: 3px;
  margin-bottom: 0.5rem;
  font-size: 8px;
}

/**************Account details**************/

#otp {
  position: relative;
  display: flex;
  width: 100%;
  height: 30%;
  z-index: 1;
  margin: 0 auto;
  display: none;
}

.btnwrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn1 {
  font-size: 11px;
  width: 49%;
  height: 30%;
  padding: 12px 0;
  margin: 10px 5px 0;
}

.add-address {
  float: right;
}

.add-address a {
  color: #bd8e48;
  font-weight: bold;
  font-weight: 600;
}

.dashboard-colm1 a {
  float: right;
  font-size: 14px;
  color: rgb(49 49 49/50%);
  position: relative;
  top: 5px;
}

.add-address img {
  margin-right: 0;
}

.add-address a img {
  margin-right: 3px;
  vertical-align: top;
  width: 20px;
}

.dashboard_content {
  background: #ffffff !important;
  /* padding: 10px; */
  /* margin-bottom: 25px; */
  border: 1px solid #e6e9eb !important;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  border-radius: 8px;
  /* box-shadow: 0 9px 20px #2e235e12; */
}

@media (min-width: 992px) {
  .add-address {
    padding-top: 5px;
  }

  .add-address a,
  .dashboard-colm3 a {
    cursor: pointer;
  }
}

@media (max-width: 767px) {
  .margin-top {
    margin-top: 10px;
  }
}

/*----------------------------------------*/
/*   categories
  /*----------------------------------------*/
.feature-section {
  text-align: center;
}

.categ {
  margin-bottom: 5rem !important;
}

.lists {
  margin-bottom: 5rem;
}

.single-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #e5e5e5;
  margin: 0 auto;
  width: 207.3333333333333px;
  height: 207.3333333333333px;
  border-radius: 50%;
}

.single-feature img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.single-feature:hover .categ_img {
  /* -webkit-transform: translateY(0) scale(1.2);;
      transform: translateY(0) scale(1.2); */
  transform: scale(1.04);
  transition: all 0.8s linear;
  cursor: pointer;
}

.categ_img::after {
  content: "";
  position: absolute;
  border: 2px dashed var(--color-3rd);
  margin: auto;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
}

.single-feature:hover .categ_img::after {
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 767px) {
  .single-feature {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 575px) {
  .single-feature {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 0;
  }
}

.single-feature.feature-style-2 {
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-right: 0;
  background-color: #f2f2f2;
  padding: 40px 0;
}

.single-feature.feature-style-2 .icon {
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 2px 12px 23px 2px;
}

.single-feature .icon {
  width: 50px;
  height: 40px;
  line-height: 40px;
  text-align: right;
  font-size: 46px;
  font-style: normal;
  vertical-align: top;
  margin: 2px 12px 2px 2px;
  color: #d45b1b;
}

@media only screen and (max-width: 767px) {
  .single-feature .content {
    text-align: center;
  }
}

.single-feature .content h2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  line-height: 24px;
  color: #333333;
}

@media only screen and (max-width: 767px) {
  .single-feature .content h2 {
    font-size: 12px;
  }
}

@media only screen and (max-width: 575px) {
  .single-feature .content h2 {
    font-size: 14px;
  }
}

.single-feature .content p {
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-transform: lowercase;
  color: #333333;
}

@media only screen and (max-width: 767px) {
  .single-feature .content p {
    font-size: 12px;
  }
}

/***Cart page*******/

.coupon_code_place {
  font-weight: 400;
}

.coupon_code_place:focus {
  border-color: #bd922c;
  box-shadow: 0 0 0 0.2rem rgba(189, 146, 44, 0.35);
}

.coupon_code_place:hover {
  background-color: #f2f2f2;
}

.apply {
  border: 1px solid #bd922c;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  color: grey;
}

.apply:hover {
  border: none;
  background-color: #bd922c;
  color: #fff;
}

.cart_product_name {
  color: var(--color-1st);
  font-size: 16px;
}

.cart_swipe_popup {
  width: 100%;
  position: relative;
  z-index: 9999;
}

.cart_swipe_popup h3 {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 12px;
}

.clp_filter_close {
  position: fixed;
  top: 13px;
  right: 18px;
  cursor: pointer;
}

.cart_swipe_popup ::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.cart_swipe_popup ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.cart_swipe_popup ::-webkit-scrollbar-thumb {
  background: #f0ddd1;
  border-radius: 8px;
}

/* Handle on hover */
.cart_swipe_popup ::-webkit-scrollbar-thumb:hover {
  background: #f3c7ab;
  border-radius: 8px;
}

.category_last_section {
  /* position: fixed;
      padding-top: 25px;
      bottom: 0px;
      height: 100px;
      margin-left: 10px;
      width: 440px; */
  width: 100%;
  bottom: 0px;
  height: 200px;
  display: flex;
  position: fixed;
  background: white;
  flex-direction: column;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
    rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.join {
  background: var(--color-3rd);
}

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

.join p {
  color: #ffff !important;
  padding-bottom: 0 !important;
}

.join h6 {
  color: #d6cd56 !important;
  margin-bottom: 0 !important;
  text-align: left;
  font-weight: bold;
}

.cart__btn_wrap {
  width: 440px;
  height: 147px;
  background: white;
}

.cart__btn_total {
  display: flex;
  padding: 10px 20px;
  align-items: center;
  justify-content: space-between;
}

.cart__buttons {
  display: flex;
  justify-content: space-around;
}

.cart__btn.style {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0px;
  margin: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  text-transform: uppercase;
  min-width: 64px;
  padding: 5px 15px;
  border-radius: 4px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border: 1px solid rgba(0, 66, 54, 0.5);
  color: rgb(0, 66, 54);
}

.chkout {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: 0px;
  border: 0px;
  margin: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  text-transform: uppercase;
  min-width: 64px;
  padding: 6px 16px;
  border-radius: 4px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 66, 54);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px,
    rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
}

.cart__btn-1:hover {
  text-decoration: none;
  background-color: rgba(0, 66, 54, 0.04);
  border: 1px solid rgb(0, 66, 54);
}

.cart__btn_wrap .offer {
  background-color: #d6cd56;
  padding: 5px 10px;
}

.total_text,
.total_amount,
.top h4 {
  color: var(--color-3rd) !important;
}

.cart_filter_main {
  overflow-y: auto;
  height: 100%;
  padding-bottom: 100px;
}

.cart_filter_main .cart_list {
  width: 100%;
  height: 100vh;
  margin-bottom: 110px;
  margin-top: 20px;
  box-shadow: 0 3px 6px rgb(49 49 49/16%);
}

.cart_ftr_wrap {
  padding: 0 15px;
  box-shadow: 0 3px 6px rgb(49 49 49/16%);
  width: 100%;
  display: inline-block;
  position: relative;
  margin-top: 20px;
  border-radius: 5px;
  background: #fff;
}

.category_last_section li a img {
  margin-left: 2px;
}

.cart_item_holder {
  position: fixed;
  top: 0;
  width: 435px;
  background: #fff;
  z-index: 9;
  text-align: center;
  padding: 0 20px;
  padding-top: 11px;
  right: 0;
  min-height: 46px;
}

.cart_item_holder strong {
  font-size: 14px;
  padding-bottom: 10px;
  font-weight: 400;
}

.cart_offer {
  border-radius: 5px;
  background-color: #fff;
  background-color: #f9f4e8;
  box-shadow: 0px 3px 6px rgb(49 49 49 / 16%);
  padding: 20px;
  width: 100%;
  display: inline-block;
}

.cart_offer strong {
  color: #313131;
  display: block;
  font-size: 23px;
  text-transform: capitalize;
  font-weight: 600;
  padding-bottom: 10px;
  line-height: 1.3;
}

.cart_offer ul li {
  font-size: 13px;
  /* letter-spacing: .5px; */
  margin-bottom: 6px;
  position: relative;
  padding-left: 30px;
}

.cart_offer ul li span {
  position: absolute;
  left: 0;
}

.cart_offer ul li span img {
  filter: brightness(0);
}

.cart_offer ul li:last-child {
  margin-bottom: 0;
}

.cart_item_holder strong a {
  color: #bd922c;
  font-weight: 600;
}

.cart_listing_section-item {
  display: inline-block;
  width: 100%;
  position: relative;
}

.cart_listing_section-item h3 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 6px;
}

.cart_listing_section-item span {
  position: absolute;
  width: 26px;
  bottom: 4px;
}

.cart_listing_section-item input {
  border: 0;
  border-bottom: 1px solid #f0ddd1;
  width: 100%;
  padding: 10px 0;
  padding-left: 34px;
}

.cart_listing_section-item button {
  float: right;
  font-size: 14px;
  color: #bd922c;
  /* letter-spacing: 0.25px; */
  font-weight: 600;
  position: absolute;
  right: 0;
  bottom: 10px;
  background: none;
  border: none;
}

.category_coupons_colm {
  padding: 20px;
  padding-bottom: 0;
  position: relative;
}

.success_message {
  position: relative;
  font-size: 12px;
  color: green;
  padding-top: 4px;
}

.error_message {
  position: relative;
  font-size: 12px;
  color: red;
  padding-top: 4px;
}

.cart_listing_section-item input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  box-shadow: 0 0 0px 1000px white inset;
}

.cart_item_list {
  padding: 15px;
  border-radius: 5px;
  margin-top: 12px;
  width: 100%;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgb(49 49 49 / 16%);
  border-radius: 5px;
}

.cart_item_list p {
  margin: 0;
  font-size: 12px;
  /* letter-spacing: 0.5px; */
  font-style: italic;
  line-height: 1.4;
}

.giftboxselectitem input {
  position: relative;
  top: 2px;
  cursor: pointer;
}

.giftboxselectitem label {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.custom_radio:before {
  content: "";
  height: 20px;
  border: 1px solid #979797;
  border-radius: 50%;
  left: 15px;
  width: 20px;
  position: absolute;
}

.custom_radio {
  padding-top: 1.2px;
  float: left;
}

.img_obj::before {
  background-image: url(/images/right-icon2.svg);
  background-size: 12px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #bdffd4;
  border: 0;
}

a {
  text-decoration: none;
}

.subtotal_price {
  float: right;
}

.gpcart p {
  line-height: 1.6;
  font-style: normal;
}

.delete_icon {
  filter: grayscale(1);
}

.gpcart {
  background: rgb(163 173 128 / 18%);
  position: relative;
}

.gpcart span {
  position: absolute;
  left: 15px;
}

.cartmsg li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: url("image/gift-icon.svg") no-repeat !important;
  width: 28px;
  height: 28px;
}

.cartmsg li {
  line-height: 1.6;
  position: relative;
  min-height: 28px;
  font-size: 12px;
  /* letter-spacing: 0.5px; */
  padding-bottom: 8px;
  padding-left: 40px;
  padding-top: 3px;
}

.cartmsg li:last-child {
  padding-bottom: 0;
}

.cart_listing_item {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-top: 20px;
  border-radius: 5px;
  background: #fff;
  /* box-shadow: 0px 0px 6px rgb(49 49 49 / 16%); */
}

@media (max-width: 767px) {
  .cart_filter_main {
    /* width: 100%;
         padding: 12px;
         padding-top: 58px;
         padding-bottom: 80px; */
    overflow-y: auto;
  }

  .category_coupons_colm {
    padding: 15px;
  }

  .category_last_section {
    /* width: 100%;
         left: 0;
         padding: 0 12px;
         margin-left: 5px;
         padding-right: 20px; */
    max-width: 320px;
    height: 150px;
  }

  .cart__btn {
    width: 140px;
    height: 40px;
    text-transform: capitalize;
  }

  .cart__btn.outline {
    color: #3d857e;
    border: 1px solid #3d857e;
  }

  .cart__btn_wrap {
    width: auto;
    height: auto;
  }

  .cart_item_holder {
    width: 100%;
    padding-top: 12px;
  }

  .category_last_section ul li span {
    font-size: 12px;
    padding-top: 11px;
  }

  .category_last_section ul li span strong {
    font-size: 14px;
  }

  .cart_offer {
    padding: 15px;
  }

  .cart_offer ul li {
    margin-bottom: 8px;
    font-size: 12px;
    padding-left: 26px;
    line-height: 18px;
  }

  .simpl_text {
    margin-top: 12px;
    display: inline-block;
    margin-bottom: 0px;
  }

  .giftboxselectitem {
    margin-bottom: 0px;
    margin-top: 12px;
  }
}

.main_cart_ordersummary .summary_note {
  color: #bd922c;
}

.main_cart_list_product {
  width: 100%;
}

.main_cart_list_product div .cartitemlist {
  font-size: 19px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 5px;
  /* letter-spacing: 0.15px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3;
  /* font-family: 'mulish'; */
}

.main_cart_list_product div span.listing_section_span {
  width: 77px;
  height: 77px;
  border: 0;
  background-color: #eeeeee;
  padding: 5px;
  border-radius: 5px;
  float: left;
  position: absolute;
}

.main_cart_list_product div .listing_section_left {
  /* padding-left: 90px; */
  padding-left: 80px;
  padding-top: 5px;
}

.main_cart_list_product div .cart_listing_desktop1 abbr {
  float: left;
  /* color: #828282; */
  font-size: 12px;
  color: var(--color-1st);
  padding-top: 0px;
  /* letter-spacing: 0.4px; */
  font-weight: bold;
}

.main_cart_list_product div .cart_listing_desktop1 {
  padding-top: 0;
  display: block;
  width: 100%;
}

.main_cart_list_product div .listing_colm {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main_cart_list_product div .listing_cols {
  width: 100%;
  padding-right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main_cart_list_product div .number {
  width: 70px;
  height: 20px;
  top: -2px;
  float: right;
  /* border: 1px solid #BD922C; */
  border-radius: 5px;
  position: relative;
  padding: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.main_cart_list_product div .number span {
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  /* padding: 4px;
      border: 1px solid #BD922C;
      border-radius: 50%;
      background: #bd922c;
      color: #fff;
      width: 50px;
      height: 100%;
      text-align: center;
      padding-top: 4px; */
  color: #fff;
  /* width: 28px;
      height: 28px; */
  width: 20px;
  height: 20px;
  margin: 12px 0px;
  padding: 8px;
  background: #004236;
  border-radius: 50%;
  border: 1px solid #004236;
}

.main_cart_list_product .svg__btn {
  user-select: none;
  width: 1em;
  height: 0.5em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1.25rem;
}

.main_cart_list_product .plus_minus-btn {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0px;
  border: 0px;
  margin: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  text-align: center;
  flex: 0 0 auto;
  border-radius: 50%;
  overflow: visible;
  color: rgba(0, 0, 0, 0.54);
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  padding: 5px;
  font-size: 1.125rem;
}

.main_cart_list_product div .number input {
  padding: 0px 0 0px;
  width: 35px;
  font-size: 10px;
  color: #bd922c;
  text-align: center;
  border: 0;
}

.main_cart_list_product div .number span:last-child {
  /* padding-right: 5px; */
}

.main_cart_list_product div .cart_listing_heading {
  display: none;
}

.main_cart_list_product div .cart_listing_heading h3 {
  font-size: 13px;
  padding-bottom: 0;
}

.main_cart_list_product div .cart_listing_heading h3 strong {
  font-size: 16px;
  padding-left: 5px;
}

.main_cart_list_product div .cart_listing_section_down .cartingitem {
  font-size: 13px;
  padding-bottom: 0;
  /* font-family: 'mulish'; */
  float: left;
  line-height: 1.3;
}

.main_cart_list_product div .cart_listing_section_down .cartingitem strong {
  font-size: 16px;
  padding-left: 5px;
  font-weight: 600;
  color: #313131;
}

.main_cart_list_product div .cart_listing_section_down a img {
  width: 18px;
  filter: grayscale(1);
  margin-right: 5px;
}

.main_cart_list_product div .cart_listing_section_down {
  padding: 8px 15px;
  border-bottom: 1px dotted #f0ddd1 !important;
  width: 100%;
  display: flow-root;
  box-shadow: 0px 0px 6px rgb(49 49 49 / 16%);
}

.main_cart_list_product div .complimentary_column {
  font-size: 12px;
  top: 0;
  border: 0;
}

.main_cart_list_product > div > div > div {
  margin-top: 12px;
}

.main_cart_list_product .main_cart_ordersummary .summarylist {
  font-size: 23px;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: capitalize;
  line-height: 1.3;
  /* font-family: 'mulish'; */
}

.main_cart_list_product .main_cart_ordersummary tr td {
  font-size: 14px;
  padding: 3px 0;
  text-transform: capitalize;
}

.main_cart_list_product .main_cart_ordersummary div {
  margin-top: 0;
  background: none;
  margin: 0;
}

.main_cart_list_product .main_cart_ordersummary {
  margin-top: 12px;
  background: #fff;
  box-shadow: 0px 3px 6px rgb(49 49 49 / 16%);
  border-radius: 5px;
}

.main_cart_list_product div .cart_listing_desktop1 p {
  /* line-height: 1.3; */
  color: var(--color-1st);
  margin: 0;
}

.main_cart_list_product div .cart_listing_sections_top {
  min-height: 112px;
  padding: 15px;
  position: relative;
  display: block;
  width: 100%;
}

.main_cart_list_product
  div
  .free_sample_box
  .cart_listing_section_down
  .btn_remove {
  position: absolute;
  top: auto;
  bottom: 14px;
  right: 15px;
}

.main_cart_list_product div .free_sample_box .cartitemlist {
  padding-right: 20px;
}

/*.main_cart_list_product div .free_sample_box .cart_listing_section_down{padding: 0; border: 0;} */
.main_cart_list_product .free_sample_box,
.main_cart_list_product .complimentary_box {
  border-left: 15px solid #ede1af;
}

.main_cart_list_product .free_sample_box .cartitemlist,
.main_cart_list_product .complimentary_box .cartitemlist {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

.main_cart_list_product div .listing_colm div {
  float: right;
  padding-left: 0;
  position: relative;
}

.main_cart_list_product .main_cart_ordersummary > div > div > div:nth-child(2) {
  padding: 15px;
}

@media (max-width: 767px) {
  .main_cart_list_product div .listing_cols {
    /* width: auto; */
  }

  .main_cart_ordersummary > div > div {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }

  .main_cart_list_product div .number {
    width: 78px;
    height: inherit;
    top: 0;
    padding: 0;

    /* border: 0; */
  }

  .main_cart_list_product div .number input {
    padding: 2px 0 0px;
    width: 34px;
    font-size: 14px;
  }

  .main_cart_list_product div .number span {
    font-size: 22px;
  }

  .main_cart_list_product
    div
    .free_sample_box
    .cart_listing_section_down
    .btn_remove {
    right: 10px;
    bottom: auto;
    top: 10px;
  }

  .main_cart_list_product div .free_sample_box .listing_cols {
    display: none;
  }

  .main_cart_list_product div .free_sample_box .cart_listing_section_down {
    padding: 6px 15px;
    border-top: 1px dotted #f0ddd1;
  }

  .main_cart_list_product div .cart_listing_sections_top {
    min-height: 106px;
  }

  .main_cart_list_product div .complimentary_box .cart_listing_section_down {
    border-top: 1px dotted #f0ddd1;
    padding: 6px 15px;
  }

  .main_cart_list_product .free_sample_box .cartitemlist,
  .main_cart_list_product .complimentary_box .cartitemlist {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  .main_cart_list_product .free_sample_box,
  .main_cart_list_product .complimentary_box {
    border-left: 10px solid #ede1af;
  }

  .pe-md-4 .free_sample_box,
  .pe-md-4 .complimentary_box {
    border-left: 10px solid #ede1af;
  }

  /* .main_cart_list_product div .listing_colm div {
         float: none;
      } */

  .pe-md-4 .free_sample_box .cart_listing_section_down {
    padding: 0;
    border: 0;
    padding-left: 110px;
    margin-top: -20px;
  }

  .pe-md-4 .free_sample_box .cart_listing_section_down .complimentary_column {
    position: relative;
    top: -12px;
    float: right;
    padding-right: 15px;
  }

  .pe-md-4 .free_sample_box .cartitemlist,
  .pe-md-4 .complimentary_box .cartitemlist {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    padding-bottom: 0;
    margin-bottom: 5px;
  }

  .main_cart_list_product div .free_sample_box .cart_listing_section_down {
    padding: 0;
    border: 0;
    padding-left: 105px;
    margin-top: -20px;
  }

  .main_cart_list_product
    .free_sample_box
    .cart_listing_section_down
    .complimentary_column {
    position: relative;
    top: -12px;
    float: right;
    padding-right: 15px;
  }

  .gifting-banner
    ul.react-multi-carousel-dot-list
    li.react-multi-carousel-dot--active
    button {
    background: #bd922c;
  }

  .gifting-banner ul.react-multi-carousel-dot-list li button {
    border: 1px solid #bd922c;
    width: 10px;
    height: 10px;
  }

  .gallery .carousel .slide img {
    height: auto;
  }

  .main_cart_list_product div .cart_listing_section_down .cartingitem {
    font-size: 0;
  }

  .main_cart_list_product .main_cart_ordersummary .summarylist {
    padding-top: 15px;
  }

  .main_cart_list_product .main_cart_ordersummary {
    margin-top: 12px;
  }
}

.main_cart_list_product div .complimentary_column {
  padding: 0;
  padding-bottom: 10px;
  color: #bd922c;
  display: block;
  font-weight: 600;
  /* letter-spacing: 0.25px; */
  position: relative;
}

.main_cart_list_product .free_sample_box .complimentary_column {
  padding-bottom: 0;
}

.main_cart_list_product .complimentary_box .cart_listing_sections_top {
  min-height: 107px;
}

.main_cart_list_product .complimentary_box .number {
  width: auto;
}

div .complimentary_box div .number input {
  background: none;
  margin: 0 auto;
  display: block;
  line-height: 1.9;
}

.main_cart_list_product div .cart_listing_section_down .btn_remove {
  float: right;
  font-size: 14px;
  display: block;
  position: absolute;
  top: 10px;
  /* right: 10px; */
}

.main_cart_list_product .main_cart_ordersummary .grand_total_part td {
  border-bottom: 1px solid #f0ddd1;
  border-top: 1px solid #f0ddd1;
  font-weight: 600;
  padding: 6px 0;
  vertical-align: middle;
}

.main_cart_list_product
  .main_cart_ordersummary
  .grand_total_part
  td:last-child {
  text-align: right;
  font-size: 20px;
}

.main_cart_list_product .main_cart_ordersummary tr:nth-last-child(2) td {
  padding-bottom: 15px;
}

.main_cart_list_product .main_cart_ordersummary td:last-child {
  text-align: right;
}

@media (min-width: 992px) {
  .main_cart_list_product div .cart_listing_section_down .cartingitem {
    float: left !important;
  }

  .main_cart_list_product div .cart_listing_section_down .btn_remove {
    /* position: relative; */
    /* top: 0;
         right: 0;
         cursor: pointer; */
    cursor: pointer;
    color: red;
    font-weight: bolder;
  }

  .main_cart_list_product div .cart_listing_section_down a img {
    display: block;
  }

  .main_cart_list_product div .cart_listing_desktop1 p {
    font-weight: 600;
    justify-content: space-between;
    /* letter-spacing: 0.4px; */
    font-size: 10px;
  }

  .main_cart_list_product div .number span {
    cursor: pointer;
    /* top: 2px; */
    position: relative;
  }

  /* .main_cart_list_product div .number span:first-child {
         padding-left: 5px;
      } */

  .main_cart_list_product div .listing_cols {
    padding-top: 0;
  }

  .main_cart_list_product .main_cart_ordersummary tr td {
    /* letter-spacing: 0.15px; */
    color: rgb(49 49 49 / 80%);
  }
}

@media (max-width: 767px) {
  .main_cart_list_product .main_cart_ordersummary h2 {
    padding-top: 15px;
    font-size: 22px;
  }

  .main_cart_list_product
    .main_cart_ordersummary
    > div
    > div
    > div:nth-child(2) {
    padding: 0;
  }

  /* .cart_listing_item {
         box-shadow: 0px 3px 6px rgb(49 49 49 / 16%);
      } */

  div .complimentary_box div .number input {
    color: #313131;
  }

  .main_cart_list_product div .complimentary_column {
    padding-bottom: 0;
    bottom: 42px;
    top: auto;
    position: absolute;
    right: 15px;
  }

  .complimentary_box .cart_listing_section_down .listing_cols {
    margin-top: 0;
  }
}

.cart-items_purcase_item span.cart-items_listing_section_pic {
  width: 77px;
  display: inline-block;
  height: 77px;
  border: 1px solid #f0ddd1;
  padding: 5px;
  border-radius: 5px;
  float: left;
  position: absolute;
}

.cart-items_purcase_item {
  /* -webkit-box-shadow: 0 3px 6px rgb(49 49 49/16%);
      box-shadow: 0 3px 6px rgb(49 49 49/16%); */
  width: 100%;
  display: inline-block;
  position: relative;
  margin-top: 20px;
  border-radius: 5px;
  background: #fff;
}

.cart-items_cart_listing_product {
  padding: 15px;
  position: relative;
  display: block;
  width: 100%;
}

.cart-items_listing_left {
  display: block;
  padding-left: 95px;
}

.cart-items_listing_left .cart-items_carting {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 5px;
  padding-right: 20px;
  line-height: 1.3;
}

.cart-items_listing_cols1 {
  width: 100%;
  display: inline-block;
}

.cart-items_listing_cols1 abbr {
  float: left;
  color: #828282;
  font-size: 12px;
}

.cart-items_select_size {
  float: right;
  position: relative;
}

.cart-items_select_size p {
  border: 0;
  font-size: 12px;
  color: var(--color-1st);
  background: none;
  -webkit-appearance: none;
  margin: 0;
}

.cart-item_listing_quantity {
  width: 100%;
  display: flow-root;
  padding-top: 5px;
}

.cart-item_listing_quantity abbr {
  float: left;
  color: #828282;
  font-size: 12px;
  padding-top: 5px;
}

.cart-item_listing_quantity .cart-items_number {
  width: 80px;
  float: right;
  /* border: 1px solid #f0ddd1; */
  border-radius: 5px;
  padding: 0 10px;
}

.cart-item_listing_quantity .cart-items_number input {
  border: 0;
  width: 40px;
  text-align: center;
  font-size: 14px;
  color: #bd922c;
}

.cart-item_listing_quantity .cart-items_number span {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.cart_product_section1 {
  padding: 10px 15px;
  border-top: 1px dotted #f0ddd1;
  width: 100%;
  display: flow-root;
}

.cart_product_section1 .cart-items_carting_list {
  font-size: 14px;
  float: left;
  line-height: 1.3;
}

.cart_product_section1 .cart-items_carting_list strong {
  font-size: 20px;
  padding-left: 5px;
  font-weight: 600;
  color: #313131;
}

.cart_product_section1 a {
  float: right;
  font-size: 14px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}

.cart-items_product_listing_items {
  padding-top: 10px;
}

.cart-item_listing_quantity .cart-items_number span:last-child {
  /* top: 2px; */
  position: relative;
}

.cart-items_summaryitem-list {
  color: #bd922c;
  font-size: 12px;
  display: inline-block;
  font-weight: 600;
}

@media (min-width: 992px) {
  .cart-items_select_size p {
    font-size: 14px;
  }

  .cart-items_summaryitem-list {
    font-size: 14px;
    /* letter-spacing: .25px; */
    position: relative;
    top: -4px;
  }

  .cart-items_purcase_item span.cart-items_listing_section_pic {
    width: 90px;
    height: 90px;
    border: 0;
    background-color: #eee;
  }

  .cart-items_purcase_item span.cart-items_listing_section_pic img {
    width: auto !important;
  }

  .cart-items_listing_left {
    padding-left: 115px;
  }

  .cart-items_listing_left .cart-items_carting {
    font-size: 23px;
    font-weight: 500;
    padding-right: 0;
    padding-bottom: 10px;
  }

  .cart-items_listing_cols1 abbr,
  .cart-item_listing_quantity abbr {
    font-size: 14px;
    color: #828282;
    /* letter-spacing: .25px; */
    padding-top: 0;
  }

  .cart-item_listing_quantity .cart-items_number span {
    cursor: pointer;
    /* top: 2px; */
    position: relative;
  }

  .cart-items_select_size p {
    font-weight: 600;
    /* letter-spacing: .4px */
  }

  .cart-item_listing_quantity .cart-items_number {
    width: 99px;
    padding: 0;
    height: 31px;
    position: relative;
    top: -4px;
  }

  .cart-item_listing_quantity .cart-items_number .cart-items_minus {
    padding-left: 10px;
  }

  .cart-item_listing_quantity .cart-items_number .cart-items_plus {
    /* padding-right: 5px */
  }

  .cart-item_listing_quantity .cart-items_number input {
    padding: 3px 0 1px;
    width: 51px;
  }

  .cart-items_cart_listings {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 10px;
  }

  .cart-items_listing_cols1 {
    width: auto;
    margin-right: 25px;
  }

  .cart-items_select_size {
    /* float: left; */
    padding-left: 20px;
  }

  .cart-item_listing_quantity {
    padding-top: 0;
    width: 180px;
  }

  .cart-items_cart_listings h3 {
    float: right;
    font-size: 14px;
    padding-bottom: 0;
    line-height: 1.1;
  }

  .cart-items_cart_listings h3 strong {
    font-size: 20px;
    padding-left: 10px;
    font-weight: 600;
  }

  .cart-items_cart_listing_heading__mNJvS {
    width: 34%;
  }

  /* .cart-items_purcase_item {
         -webkit-box-shadow: 0 0 6px rgb(49 49 49/16%);
         box-shadow: 0 0 6px rgb(49 49 49/16%)
      } */

  .cart_product_section1 a img {
    display: block;
  }

  .cart-items_cart_listing_product {
    min-height: 120px;
  }

  .cart_product_section1 .cart-items_carting_list {
    float: left !important;
  }

  .cart_product_section1 a {
    position: relative;
    top: 0;
    right: 0;
    cursor: pointer;
  }

  .cart-items_product_listing_items {
    padding-top: 0;
  }

  .map_address {
    width: auto;
    height: 250px;
    border: 0;
  }

  .cart-items_cart_listing_section h3 {
    font-size: 23px;
  }
}

@media (max-width: 767px) {
  .cart-item_listing_quantity .cart-items_number span {
    color: #bd922c;
    vertical-align: middle;
    font-size: 22px;
    float: left;
  }

  .cart-item_listing_quantity .cart-items_number input {
    vertical-align: text-top;
    color: #313131;
    width: 34px;
    float: left;
    padding: 2px 0 0;
  }

  .cart-item_listing_quantity .cart-items_number {
    padding: 0;
    border: 0;
    width: 78px;
    line-height: 1;
    margin-left: 8px;
    float: left;
  }

  .cart-item_listing_quantity .cart-items_number .cart-items_minus {
    padding-left: 5px;
  }

  .cart-item_listing_quantity .cart-items_number .cart-items_plus {
    padding-right: 5px;
  }

  .cart-item_listing_quantity .cart-items_number span:last-child {
    top: 0;
  }

  .cart_product_section1 a {
    width: 24px;
    -webkit-filter: opacity(0.8);
    filter: opacity(0.8);
  }

  .cart-item_listing_quantity {
    width: auto;
    float: left;
    padding-top: 0;
  }

  .map_address {
    width: auto;
    height: 250px;
    border: 0;
  }

  .cart_product_section1 .cart-items_carting_list strong {
    font-size: 16px;
  }

  .cart-items_purcase_item {
    margin-top: 15px;
  }

  .cart-item_listing_quantity abbr {
    padding-top: 0;
    color: #c4601d;
    font-weight: 600;
  }

  .cart_product_section1 {
    padding: 6px 15px;
  }

  .cart-items_product_listing_items {
    padding-top: 0;
  }

  .cart-items_cart_listing_product {
    min-height: 106px;
  }

  .cart_product_section1 .cart-items_carting_list {
    font-size: 0;
    line-height: 1.3;
  }

  .cart-items_summaryitem-list {
    float: left;
  }

  .cart-items_select_size {
    float: none;
  }
}

.order-summary_cart_listing_product_section {
  margin-top: 30px;
  width: 100%;
  display: inline-block;
}

.order-summary_cart_listing_product_section .order-summary_listing_detail {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
  line-height: 1.3;
}

.order-summary_cart_listing_product_section tr td {
  font-size: 14px;
  padding: 3px 0;
  text-transform: capitalize;
}

.order-summary_cart_listing_product_section tr.order-summary_grand_total td {
  border-bottom: 1px solid #f0ddd1;
  border-top: 1px solid #f0ddd1;
  font-weight: 600;
  padding: 6px 0;
  vertical-align: middle;
}

.order-summary_cart_listing_product_section tr td:last-child {
  text-align: right;
}

.arrange-bill {
  width: 100%;
  caption-side: bottom;
  /* border-collapse: collapse; */
}

.order-summary_cart_listing_product_section
  tr.order-summary_grand_total
  td:last-child {
  font-size: 20px;
}

.order-summary_cart_listing_product_section table tr:nth-last-child(2) td {
  padding-bottom: 15px;
}

.order_summary_shipping_item_product {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  border-radius: 5px;
  background-color: #f9f4e8;
}

.order-summary_top_heading_items {
  width: 100%;
  padding: 20px 25px;
  display: flow-root;
}

.order-summary_top_heading_items h6 {
  font-size: 14px;
  float: left;
  font-weight: 600;
  line-height: 1.4;
}

.order-summary_details_info_product {
  cursor: pointer;
  float: right;
  color: #c4601d;
  font-size: 12px;
  font-weight: 600;
}

.order-summary_details_info_product img {
  vertical-align: middle;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 10px;
}

.order-summary_cart_section_listing {
  -webkit-box-shadow: 0 2px 3px 0 rgb(0 0 0/10%);
  box-shadow: 0 2px 3px 0 rgb(0 0 0/10%);
  width: 100%;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  margin-bottom: 10px;
  background-color: #fff;
}

.order-summary_cart_listing_section_top {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 15px 10px;
}

.order-summary_listing_span {
  width: 55px;
  height: 55px;
  border: 1px solid #f0ddd1;
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  background: #eee;
}

.order-summary_listing_sectionleft {
  display: block;
  padding-left: 65px;
}

.order-summary_listing_sectionleft h3 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 5px;
}

li {
  list-style: none;
}

.order-summary_listing_defaultitem {
  width: 100%;
  display: flow-root;
  padding-bottom: 2px;
}

.order-summary_listing_productitem {
  width: 100%;
  display: flow-root;
}

.order-summary_listing_defaultitem abbr,
.order-summary_listing_productitem abbr {
  float: left;
  color: #828282;
  font-size: 12px;
  /* letter-spacing: .4px */
}

.order-summary_listing_defaultitem span,
.order-summary_listing_productitem span {
  font-size: 12px;
  float: right;
  /* letter-spacing: .25px; */
  color: #c4601d;
}

.order-summary_cart_listing_section_bottom {
  padding: 10px 15px;
  border-top: 1px dotted #f0ddd1;
  width: 100%;
  display: inline-table;
}

.order-summary_cart_listing_section_bottom h3 {
  font-size: 14px;
  width: 100%;
}

.order-summary_cart_listing_section_bottom h3 strong {
  line-height: 1;
  float: right;
  font-size: 16px;
  font-weight: 600;
  color: #313131;
  padding-left: 5px;
}

.order-summary_details_section_items_list {
  background-color: #f0ddd1;
  padding: 10px 0 10px 10px;
}

.order-summary_details_section_column::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}

.order-summary_details_section_column::-webkit-scrollbar-track {
  background: #e9cdbc;
}

.order-summary_details_section_column::-webkit-scrollbar-thumb,
.order-summary_details_section_column::-webkit-scrollbar-thumb:hover {
  background: #c78e69;
  border-radius: 8px;
}

.order-summary_details_section_column {
  overflow-y: auto;
  max-height: 230px;
  padding-right: 10px;
  width: 100%;
}

.order_summary_shipping_item_product
  .order-summary_cart_listing_section_top:last-child {
  margin-bottom: 0;
}

.order-summary_productdetails_right {
  float: right;
}

.order-summary_productdetails_right a {
  color: #c4601d !important;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.order-summary_product-details {
  float: left;
  line-height: 1.4;
}

.order-summary_product-details img {
  width: 18px;
  vertical-align: sub;
}

.order-summarylisting_box {
  width: 100%;
}

.order-summarylisting_box,
.order-summary_listing_column {
  color: #c4601d;
  font-size: 12px;
  /* letter-spacing: .25px; */
  display: inline-block;
  font-weight: 600;
}

.order_summary_shipping_item_product .order-summary_listing_sectionleft {
  min-height: 58px;
}

.order-summary_product_section {
  margin: 0;
  padding-top: 10px;
  font-size: 13px;
  /* letter-spacing: .25px; */
  font-weight: 600;
}

@media (min-width: 992px) {
  .order-summary_cart_listing_product_section {
    border-radius: 5px;
    background-color: #f9f4e8;
    padding: 25px;
    margin-top: 0;
  }

  .order-summary_cart_listing_product_section .order-summary_listing_detail {
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 600;
    padding-bottom: 10px;
  }

  .order-summary_cart_listing_product_section tr td {
    font-size: 14px;
    /* letter-spacing: .15px; */
    color: rgb(49 49 49/80%);
  }

  .order-summary_cart_listing_product_section:before {
    content: "";
    background-image: url(/images/motif1.svg);
    width: 151px;
    height: 46px;
    position: absolute;
    top: 0;
    background-size: cover;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    display: none;
  }
}

@media (max-width: 767px) {
  .order-summary_cart_listing_product_section {
    margin-top: 10px;
  }

  .order-summary_top_heading_items {
    padding: 15px 20px;
  }

  .order_summary_shipping_item_product {
    margin-top: 30px;
  }

  .order-summary_product_section {
    padding-bottom: 12px;
    color: #c4601d;
  }
}

.updateQtyButton:hover {
  background: #b48125;
  border: 1px solid transparent;
  color: #fff;
  padding: 7px 25px;
}

.updateQtyButton {
  display: inline-block;
  padding: 7px 25px;
  background: #044236;
  border: 1px solid transparent;
  color: #fff;
  border-radius: 6px;
  float: right;
  margin-top: 15px;
}

/*****cookies*****/

.cookie-consent {
  z-index: 999 !important;
}

/*****share button****/

.share-btn {
  position: absolute;
  /* bottom: 30px; */
  top: 7%;
  right: 5%;
  z-index: 1;
}

.share-btn span {
  height: 30px;
  width: 30px;
  background: #bd8e48;
  line-height: 28px;
  text-align: center;
  font-size: 15px;
  color: #e9fcf8;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #bd8e48;
}

.share-btn:hover span {
  background: #bd8e48;
  border-color: #bd8e48;
}

.share-btn a span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 18px;
  border: 1px solid transparent;
  background: #16a085;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: 0.6s;
}

#click:checked ~ .share-btn a span {
  height: 30px;
  width: 30px;
  line-height: 28px;
  font-size: 15px;
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

#click:checked ~ .share-btn a:nth-child(2) span {
  bottom: -20px;
  right: 35px;
  background: #1da1f2;
  border-color: #0e9af1;
}

#click:checked ~ .share-btn a:nth-child(3) span {
  bottom: 20px;
  right: 37px;
  background: #e1306c;
  border-color: #df2060;
}

.share-btn a:nth-child(3) span {
  transition-delay: 0.2s;
}

#click:checked ~ .share-btn a:nth-child(4) span {
  bottom: 40px;
  right: 0px;
  background: green;
  border-color: green;
}

.share-btn a:nth-child(4) span {
  transition-delay: 0.4s;
}

#click {
  display: none;
}

/****product details ****/

.top-rated .cards {
  background-color: #fff;
  padding: 14px;
  border: none;
}

.top-rated .demo {
  width: 100%;
}

.top-rated img {
  display: block;
  height: auto;
  width: 100%;
}

.top-rated .stars i {
  color: #bd922c;
}

.top-rated .stars span {
  font-size: 13px;
}

.top-rated .pickup-line {
  color: #d4d4d4;
}

.top-rated .profile-image {
  max-width: 100px;
  margin-right: 15px;
}

.top-rated .comment-ratings i {
  font-size: 13px;
}

.top-rated .username {
  font-size: 14px;
}

.top-rated .comment-profile {
  line-height: 17px;
}

.top-rated .date span {
  font-size: 12px;
}

.top-rated .p-ratings i {
  color: #bd922c;
  font-size: 12px;
}

.top-rated .comment-ratings i {
  color: #bd922c;
}

.top-rated .followers {
  font-size: 16px;
  color: #d4d4d4;
}

.top-rated .store-image {
  width: 42px;
}

.top-rated .dot {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

.top-rated .bullet-text {
  font-size: 12px;
}

.top-rated .my-color {
  margin-top: 10px;
  margin-bottom: 10px;
}

.top-rated {
  width: "100%";
  height: auto;
  padding: 20px;
  border: 1px solid #dddddd;
}

.sales_promise {
  width: "100%";
  height: auto;
  padding: 20px;
  border: 1px solid #dddddd;
}

.p-ratings i {
  color: #bd922c;
  font-size: 12px;
}

.top-rated .cards-body {
  padding: 0.3rem 0.3rem 0.2rem;
}

.pruchase_check {
  /* width:200px; */
  height: 150px;
}

.pruchase_check td {
  padding: 8px 6px;
}

.click {
  font-size: 14px;
  background-color: #fffef7;
  color: grey;
  border: 1px solid var(--color-1st);
  padding: 8px;
  border-radius: 5px;
}

.click:hover {
  border: 1px solid;
  padding: 8px;
  background-color: #bd8e48;
  color: #fff;
}

.pruchase_check .click-this .click_item {
  /* margin-left: 10px; */
}

.tabs-contents .tab-content.shop_info_tab {
  /* margin-top: 30px; */
  border: 1px solid grey;
  border-radius: 5px;
  padding: 20px;
  padding-top: 30px;
}

.tabs-contents .tab-content .shop_info_tab {
  margin-top: 0 !important;
}

.tab-style3 .nav-tabs li.nav-item a {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  display: block;
  padding: 0.5rem 1rem;
  text-align: center;
  text-transform: uppercase;
}

.tab-style3 .nav-tabs .nav-item a.active {
  background-color: var(--color-1st) !important;
  color: var(--color-1st);
}

.product_top_store {
  /* display: flex;
      flex:wrap;
      width:auto;
      height:450px; */
  padding-top: 50px;
}

.row {
  display: flex;

  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (max-width: 992px) {
  .top-level {
    /* margin: 0 auto;
      display: inline-flex;
      padding: 35px; */
    margin-top: 10px;
  }

  /* .middle_order{
          padding: 35px;
      left: -20px;
      right: -10px;

      }
      .middle_first{
          left: -20px;
      right: -10px;
      padding: 45px;
      } */
}

.Product_tab_wrap {
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}

@media screen and (device-width: 1024px) {
  .pr_detail {
    height: auto !important;
  }
}

/****product description tab***/

@media (max-width: 767px) {
  .Product_tab_wrap .row__1,
  .Product_tab_wrap .row__2,
  .Product_tab_wrap .row__3,
  .Product_tab_wrap .row__4 {
    padding-top: 20px;
  }

  .Product_tab_wrap .row__2,
  .Product_tab_wrap .row__4 {
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}

/*  */
.contact-boxs {
  background: transparent;
  border-radius: 2px;
  border: 1px solid transparent;
  height: auto;

  position: relative;
  width: 250px !important;
}

.contact-boxs-separate-1 {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.contact-boxs-separate-1:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
}

.contact-form-button {
  border: 1px solid transparent;
  color: #fff;
  padding: 4px 70px;
  background-color: var(--color-1st);
}

.btn111 {
  border: 1px solid transparent;
  color: #fff;
  padding: 4px 50px;
  background-color: var(--color-1st);
}

/* contact-form */
.contact_form_group_detail {
  width: auto;
  height: auto;
  padding: 10px;
  border: 1px solid transparent;
}

#fh5co-main {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-main .fh5co-narrow-content {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 4em 0;
}

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none !important;
  background: white;
  outline: none !important;
  /* border: 1px solid var(--color-1st) ;
          border-width: 0 0 2px ; */
  /* border: 1px solid #d3d3d3 !important; */
  /* height: 45px !important; */
  border: 1px solid transparent !important;
  font-size: 18px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px !important;
}

.form-control:hover {
  box-shadow: none !important;
  background-color: #fff !important;
}

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #80bdff !important;
  color: var(--color-1st) !important;
}

.form-select.nice-select:focus {
  /* box-shadow: none !important;
    border:1px solid #80bdff !important; */
}

.map_address {
  width: -webkit-fill-available !important;
  width: -moz-available !important;
  height: 400px;
  border: 0;
  overflow: hidden;
}

.contact__map {
  margin-top: 35px;
}

#message {
  height: 139px !important;
}

.contact-form-button.btn-md {
  padding: 10px 25px !important;
}

.btn-primarys {
  background: var(--color-1st) !important;
  color: var(--color-1st) !important;
  border: 2px solid transparent !important;
  border-radius: 5px !important;
}

.iconssss a {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  margin: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background-size: 100% 200%;
  background-position: 0% 5%;

  transition: background-position 0.5s, color 0.5s;
}

.iconssss a:nth-child(1) {
  color: #1976d3;
  background-image: linear-gradient(#fff 50%, #1976d3 50%);
}

.iconssss a:nth-child(2) {
  color: #db6f44;
  background-image: linear-gradient(#fff 50%, #db6f44 50%);
}

.iconssss a:nth-child(3) {
  color: red;
  background-image: linear-gradient(#fff 50%, red 50%);
}

.iconssss a:nth-child(4) {
  color: #03a9f5;
  background-image: linear-gradient(#fff 50%, #03a9f5 50%);
}

.iconssss a:hover {
  background-position: 0% 100%;
  color: #fff;
}

/***** login start ************/

.login-container .login-form .login-form-inner {
  max-width: 380px;
  /* width: 95%; */
}

/* @media (max-width:768px) {
      .login-container .login-form {
          width: 90%;
      }
  } */

/************** login End ************/

@media screen and (max-width: 767px) {
  .map_address {
    width: auto;
    height: 250px;
    border: 0;
  }
}

/* @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
      .map_address {
          width: auto;
          height: 250px;
      }
  } */

@media screen and (max-width: 420px) {
  .map_address {
    width: auto;
    height: 250px;
    border: 0;
  }
}

@media (min-width: 992px) {
  .offer_banner_section .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 28%;
    max-width: 28%;
  }
}

@media (min-width: 992px) {
  .offer_banner_section .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33%;
    max-width: 29%;
  }
}

@media (min-width: 768px) {
  .offer_banner_section .col-md-3 {
    flex: 0 0 28%;
    max-width: 30%;
  }
}

@media (min-width: 768px) {
  .offer_banner_section .col-md-4 {
    flex: 0 0 29%;
    max-width: 33.333333%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991.98px) {
  .sale-banner_second,
  .title_offer {
    top: 0 !important;
    color: #fff;
    font-size: 19px !important;
    padding: 10px !important;
  }

  .offer_submit {
    margin-left: 10px !important;
    margin-top: 0px !important;
  }
}

.sale-banner_first {
  position: relative;
  margin-top: 25px;
}

.sale-banner_second {
  position: absolute;
  top: 5%;
  color: #fff;
  font-size: xx-large;
  padding: 20px;
}

.sale-banner_second:hover {
  position: absolute;
  top: 5%;
  color: #a37e2d;
  font-size: xx-large;
  padding: 20px;
}

/* .offer_submit {
      padding: 9px;
      background: transparent;
      border-radius: 25px;
      border: 1px solid var(--color-1st);
      color: var(--color-1st);
      font-size: 14px;
      width: 100px;
      margin-top: 25px;
  }

  .offer_submit:hover {
      padding: 9px;
      background: #A37E2D;
      border-radius: 25px;
      border: 1px solid transparent;
      color: #fff;
      font-size: 14px;


  } */

.bi-arrow-right {
  margin-left: 15px;
  fill: #fff;
  font-size: 14px;
}

.offer_submit .bi-arrow-right:hover {
  margin-left: 15px;
  fill: #fff;
  font-size: 14px;
}

@media screen and (max-width: 541px) {
  .sale-banner_first {
    /* padding: inherit; */
    text-align: -webkit-center;
    padding-top: 15px;
    margin: 0 auto;
  }

  .sale-banner_second {
    font-size: 20px;
    position: absolute;
    top: 5%;
    /* padding: 20px; */
    margin-left: 20px;
    text-align: left;
  }

  /* .offer_submit {
          padding: 9px;
          background: transparent;
          border-radius: 25px;
          border: 1px solid #fff;
          color: #fff;
          font-size: 14px;
          margin-top: 25px;
      } */

  .trending_product .owl-item {
    height: 200px;
    margin-left: 1px !important;
  }

  .trending_product .product_wrap {
    width: 100% !important;
    height: auto;
  }

  .trending_product .owl-stage-outer {
    height: 200px !important;
  }
}

/* .tab-style2 {
      display: none !important;
  } */

/* .product_container_outer_wrap .container
  {
      padding: 0 1.5rem;
  } */

.product-thumbs .swiper-slide {
  width: auto;
  padding: 15px !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.product-thumbs {
  padding: 25px !important;
  height: 100%;
  width: 100%;
}

.product-slider {
  width: 100%;
  box-shadow: 0 0 15px #ececec;
  height: 100%;
}

.offer_banner_products {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .product-thumbs1 {
    display: none;
  }
}

.viewpic {
  width: 50px;
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: var(--color-1st);
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 25px !important;
  height: 25px !important;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
  background: #e2e2e2;
  /* -moz-background-size: 27px 44px;
          -webkit-background-size: 27px 44px; */
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: none !important;
}

@media only screen and (max-width: 912px) {
  .promise_banner_two {
    display: none !important;
  }
}

/* small {
      display: none;
  } */

.remove {
  font-size: 20px;
  font-weight: bolder;
}

@media only screen and (max-width: 1024px) {
  .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 25%;
    max-width: 36.666667%;
  }
}

/* checkout-page */

.magic-radio:checked + label:before {
  border: 1px solid #004236 !important;
}

.gaurentee {
  width: 120px;
  padding: 15px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 992px) {
  .gaurentee {
    width: 90px !important;
    padding: 6px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .y-videos {
    width: 100%;
    height: 400px;
  }
}

@media (min-width: 992px) {
  .Home_home_mobile_sec8__1spDt ul li {
    width: 25% !important;
    padding: 0 12px 15px !important;
  }

  .Home_home_mobile_sec8__1spDt ul li div span {
    position: absolute;
    bottom: 10px;
    display: block;
    margin: 0;
  }

  .Home_home_mobile_sec8__1spDt ul li div {
    height: 110px !important;
  }

  .Home_home_mobile_sec8__1spDt ul li div span {
    margin: 6px auto 0;
    display: table;
  }

  .Home_home_mobile_sec8__1spDt ul li div span img {
    display: block;
    aspect-ratio: 1;
  }

  .Home_home_mobile_sec8__1spDt ul {
    margin: 0 -12px;
  }

  .Home_home_mobile_sec8__1spDt {
    margin-top: 60px;
    position: relative;
  }

  .Home_home_mobile_sec8__1spDt ul li div h5 {
    line-height: 1.5;
    font-weight: 600 !important;
    /* letter-spacing: 1.25px; */
    font-size: 15px;
    /* font-family: 'Open Sans' !important; */

    text-transform: uppercase;
    float: right;
    padding-top: 30px;
    position: relative;
    width: 50%;
    text-align: center;
  }

  .Home_home_mobile_sec8__1spDt abbr {
    position: absolute;
    top: 12px;
    text-align: left;
    width: auto;
    right: 0;
  }
}

.Home_home_mobile_sec8__1spDt abbr a {
  font-size: 14px;
  color: var(--color-1st);
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  /* letter-spacing: 1.25px; */
}

.Home_home_mobile_sec8__1spDt abbr {
  display: block;
}

.Home_home_mobile_sec8__1spDt {
  margin-top: 40px;
  width: 100%;
}

.Home_home_mobile_sec8__1spDt ul li div {
  height: 100%;
  padding: 12px;
  background: #f7f7f7;
  border-radius: 5px;
  display: table;
  position: relative;
  width: 100%;
}

.Home_home_mobile_sec8__1spDt {
  /* margin-top: 40px; */
  width: 100%;
}

.Home_home_mobile_sec8__1spDt ul li {
  width: 25% !important;
  padding: 0 7px 14px;
}

.underline-small {
  color: var(--color-1st);
  display: inline-block;
  position: relative;
}

.underline-small::after {
  content: "";
  height: 2px;
  width: 50%;
  background: var(--color-1st);
  position: absolute;
  left: calc(5% - 1%);
  bottom: -15px;
  /*   another way you can achieve this
      Check this link:
      https://goo.gl/GgRdjz

      */
}

.bg,
.bg-2,
.bg-3 {
  width: 170px;
  margin: 10px;
}

.bg,
.bg-2 {
  display: none;
}

.bg {
  background-size: 8px 8px;
  background-color: #c16;
  background-image: -webkit-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}

.bg-2 {
  background-color: #ccc;
  background-image: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 2px,
    rgba(255, 255, 255, 0.5) 2px,
    rgba(255, 255, 255, 0.5) 4px
  );
}

.bg-3 {
  color: #383838;
  font-size: 14px;

  font-weight: 700;
  text-align: center;
  cursor: pointer;

  background-color: #b1d035;

  -webkit-transition: color cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.25s,
    background-color cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.25s;
  -moz-transition: color cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.25s,
    background-color cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.25s;
  transition: color cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.25s,
    background-color cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.25s;

  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.bg-3:hover,
.bg-3.in-cart {
  color: #fff;
  background-color: #598526;
}

.bg-3.anim {
  color: #fff;
  background-color: #598526;
}

.cssanimations .bg-3.anim {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMzUiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZC11Y2dnLWdlbmVyYXRlZCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjIiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+");

  -webkit-background-size: 8px 8px;
  -moz-background-size: 8px 8px;
  -o-background-size: 8px 8px;
  background-size: 8px 8px;

  -webkit-animation: progress-bar-stripes 0.35s linear infinite;
  -moz-animation: progress-bar-stripes 0.35s linear infinite;
  -ms-animation: progress-bar-stripes 0.35s linear infinite;
  -o-animation: progress-bar-stripes 0.35s linear infinite;
  animation: progress-bar-stripes 0.35s linear infinite;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 8px 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 8px 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 8px 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 8px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 8px 0;
  }
}

/* navbar icons */
.navbar-nav.attr-nav li .nav-link .single_cart {
  font-size: 16px;
  background: #eaedef;

  padding: 15px;
  border-radius: 25px;
}

.single_cartcount {
  background-color: #fff;
  border-radius: 50px;
  color: #004236;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  height: 16px;
  left: -65px;
  line-height: 16px;

  margin-right: -5px;
  min-width: 16px;
  padding: 0 5px;
  position: relative;
  text-align: center;
  top: 5px;
  vertical-align: top;
}

/* customer profile */

.MuiIconButton-label {
  display: flex;
}

.MuiFormControlLabel-label {
  padding-left: 5px;
}

.MuiIconButton-label-span {
  margin-top: 2.5px;
}

.card-body .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none !important;
  background: #f8f8f8;
  color: #004236;
  outline: none;
  /* border: 1px solid var(--color-1st) ;
      border-width: 0 0 2px ; */
  border: 1px solid #d9d9d9;
  height: 45px !important;
  font-size: 16px;
  font-weight: 500;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px !important;
}

.radio_button_on,
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  accent-color: #3d857e;
  width: auto;
}

.typeofaddress {
  font-size: 14px;
  color: var(--color-1st);
  margin-bottom: 15px !important;
}

/* product free */

.product_free {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.coupon-svg {
  margin-bottom: 5px;
  filter: invert(20%) sepia(21%) saturate(2278%) hue-rotate(126deg)
    brightness(91%) contrast(102%);
}

.coupon-svg1 {
  filter: invert(92%) sepia(9%) saturate(2603%) hue-rotate(6deg) brightness(91%)
    contrast(78%);
}

.coupon-svg2 {
  filter: invert(92%) sepia(9%) saturate(2603%) hue-rotate(6deg) brightness(91%)
    contrast(78%);
}

.product_free-one {
  font-size: 14px;
  color: var(--color-1st);
}

.product_free-second {
  font-weight: bolder;
  color: var(--color-1st);
}

.product_free-link {
  color: #004236;
  font-size: 12px;
  text-decoration: underline;
  padding-left: 10px;
  font-weight: 300;
}

.product_offerlinks {
  font-size: 12px;
  color: var(--color-1st);
}

.product_freetitle {
  color: var(--color-1st) !important;
}

.description_tagtop {
  text-align: center;
  padding: 25px;
}

.description_tagtop,
.description_tagmiddle {
  padding: 0;
}

.description_tagmiddle {
  padding: 100px;
}

@media screen and (max-width: 1280px) {
  .middle_first #slider {
    width: 450px !important;
    height: 450px !important;
  }
}

@media screen and (max-width: 912px) {
  .description_tagmiddle {
    padding: 20px !important;
  }
}

@media screen and (max-width: 912px) {
  .middle_first #slider {
    width: 330px !important;
    height: 330px !important;
  }

  .product_free_section {
    width: auto !important;
    height: auto !important;
  }
}

@media (device-width: 540px) {
  .middle_first #slider {
    width: 450px !important;
    height: 450px !important;
  }
}

@media (device-width: 360px) {
  .middle_first #slider {
    width: 310px !important;
    height: 310px !important;
  }
}

.product_free_section {
  width: 400px;
  height: auto;
  padding: 10px;
  border: 1px solid #198754;
  border-radius: 5px;
}

#myTabContent .accordion-body figure {
  display: flex;
  justify-content: center;
  margin: 0 auto !important;
}

.header_wrap.nav-fixed
  .navbar-nav.attr-nav
  li
  .nav-link
  .linearicons-cart:before {
  background: transparent;
}

/*****sticky button************/

/*****sticky button************/

/* FLOATING SIDEBAR */
/* FLOATING SIDEBAR */
.sticky-button {
  clear: both;
  position: fixed;
  display: none;
  list-style-type: none;
  right: -3.2em;
  z-index: 999;
  top: 50%;
  -webkit-animation: slideright 1s forwards;
  -webkit-animation-delay: 1.5s;
  animation: slideright 1s forwards;
  animation-delay: 1.5s;
}

.wishlists-sticky {
  clear: both;
  position: fixed;
  display: block;
  list-style-type: none;
  left: -3.2em;
  z-index: 999;
  top: 50%;
  -webkit-animation: slideleft 1s forwards;
  -webkit-animation-delay: 1.5s;
  animation: slideleft 1s forwards;
  animation-delay: 1.5s;
}

@keyframes slideright {
  100% {
    right: 0;
  }
}

@keyframes slideleft {
  100% {
    left: 0;
  }
}

.wishlists-sticky ul li {
  margin-bottom: 40px;
  /* margin-left: -20px; */
  margin-left: -40px;
  padding: 7px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  background-color: #bcd7d2;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-transition: width 0.5s, background-color 0.1s;
  transition: width 0.5s, background-color 0.1s;
}

.wishlists-sticky ul li a {
  font-size: 14px;
  text-transform: none;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #044326 !important;
  padding: 3px;
}

/* .wishlists-sticky ul li:hover
  {
      background-color: rgba(30, 45, 127, 1);
      color: #fff;
  } */

.sticky-button ul li {
  margin-bottom: 40px;
  /* margin-right: -20px; */
  margin-right: -35px;
  padding: 7px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  background-color: #bcd7d2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transition: width 0.5s, background-color 0.1s;
  transition: width 0.5s, background-color 0.1s;
}

@media (max-width: 767px) {
  .sticky-button ul li {
    margin-bottom: 40px;
    margin-right: -4px;
    /* margin-left: -40px; */
    padding: 7px;
    width: 40px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    background-color: #044326;
    -webkit-transition: width 0.5s, background-color 0.1s;
    transition: width 0.5s, background-color 0.1s;
    box-shadow: rgba(17, 34, 51, 0.16) 0 3px 14px;
    cursor: pointer;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 22px 0 0 22px;
    border: 0;
  }
}
.sticky-button ul li a {
  font-size: 14px;
  text-transform: none;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #044326 !important;
}

.addmetotouch {
  width: 100%;
  padding: 7px 10px;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  background: #044236;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
}

.addmetotouch:hover {
  background: var(--color-1st);
  color: var(--color-1st);
}

/* .whislistimg{
      width: 30%;
  } */
.whislistadd {
  /* padding: 2px 10px; */
  color: #fff;
  background: #044236;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.whislistadd.btn:hover {
  color: #fff !important;
  text-decoration: none;
}

/* .whislistdelete{
      display: flex;
      flex-direction: row;
      justify-content: space-between;
  } */
.whislisthead {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.wsocial-icon {
  width: 45%;
}

.wproduct-share-div {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.wproduct-share-icon {
  background: #e2e2e2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 8px;
  border-radius: 10px;
}

.modal .row {
  position: inherit !important;
}

.crop-avatar .section {
  padding: 60px 0;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
  background-color: #2c6e8e;
  border-radius: 10px;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
  color: #ffffff;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #555555;
  cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #ff8000;
}

.datepicker table tr td.today {
  color: var(--color-1st) 000;
  background-color: #ffa953;
  border-color: #ffb76f;
}

.datepicker table tr td.today:hover {
  color: #ffffff;
  background-color: #884400;
  border-color: #f59e00;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #419841;
  border-color: #285e8e;
}

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #285e8e;
  border-color: #193c5a;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #285e8e;
  border-color: #193c5a;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #50a2c9;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.product_header_right {
  display: none;
}

#FiltersRightLabel {
  color: #fff;
}
.btn-close {
  color: #fff;
}

.aside {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  position: sticky;
  top: 80px;
  /* background: rgb(255, 100, 100); */
  padding: 20px;
  margin-bottom: 20px;
}

.main_cont {
  /* padding-left: 20px; */
  flex-grow: 1;
}

@media (max-width: 991px) {
  .order-lg-first {
    display: none;
  }

  @media (max-width: 991px) {
    .filter-mobile-view {
      /* display: block; */
      /* padding-bottom: 10px; */
      /* display: flex;
            justify-content: flex-end; */
    }
  }

  .order-lg-first {
    position: relative;
    /* height: 100%; */
    width: auto;
  }
  .product_grid {
    position: relative;
    margin-left: auto;
  }

  /* .accord-wrap
      {
          display: block;
      } */

  .main_cont {
    padding-left: auto;
  }
}

@media (min-width: 992px) {
  .filter-mobile-view {
    display: none;
  }
}

.accord-wrap {
  display: none;
}

.accordion-button::after {
  transition: transform 0.2s ease-in-out !important;
  color: #848484 !important;
  content: "\e64b" !important;
  display: block !important;
  font-family: themify !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  pointer-events: none !important;
  position: absolute !important;
  right: 15px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.accordion-button::after {
  color: transparent !important;
}

@media (max-width: 991px) {
  .accord-wrap {
    display: block;
  }

  .desktop-filters {
    display: none;
  }

  .accord-wrap .widget_title {
    padding: 7px;
  }

  .accord-wrap .accordion-button {
    padding: 0.5rem 1.25rem;
  }
}

.product_header .custom_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid transparent;
  height: 40px;
  padding: 6px 20px !important;
  /* padding: 10px 28px; */
  width: 100%;
  border-radius: 2px !important;
  font-size: 16px !important;
}

.product-header .custom_select .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none !important;
  background: white;
  outline: none;
  height: 40px !important;
  font-size: 16px;
}

.filter-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid var(--color-3rd);
  height: 40px;
  padding: 6px 20px !important;
  /* padding: 10px 28px; */
  width: 100%;
  border-radius: 0.25rem !important;
}

.back-to-shop span {
  padding-left: 10px;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent !important;
  border-radius: 0.3rem;
  outline: 0;
}

/************dashboard editor style***********/

.accordion-body {
  font-size: 14px;
  letter-spacing: normal !important;
  word-spacing: normal !important;
  padding: 1rem 1.25rem;
  background: #fff;
  line-height: 28px;
}

.accordion-button {
  color: var(--color-1st);
  text-align: left;
  background: #e7f1ff;
}

/* .accordion-button:not(.collapsed)
  {

    box-shadow: none;
    padding: 10px;
    color: var(--color-1st);
  } */

/* .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
} */

.accordion-button:focus {
  z-index: 3 !important;
  border-color: #044326 !important;
  outline: 0 !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-body ul li {
  background-color: rgb(255, 255, 255);
  color: var(--color-1st) !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  list-style: disc !important;
  margin-bottom: 15px;
  margin-left: 25px;
  margin-top: 0px;
  padding-left: 0px;
  text-align: left;
  /*color: #687188;*/
  line-height: 28px;
  margin-bottom: 25px;
  letter-spacing: normal;
  word-spacing: normal;
}

.tab-content.accordion .table td {
  /* font-size: 16px !important; */
  font-size: 14px !important;
  vertical-align: top !important;
  letter-spacing: normal;
}

::selection {
  color: #333 !important;
}

.special-features p {
  /* background-color: rgb(255, 255, 255) !important;*/
  color: #696969 !important;
  /* font-family: 'mulish' !important; */
  /* font-size: 16px !important; */
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  margin-top: 0 !important;
  /* font-family: 'Work Sans', sans-serif !important; */
  line-height: 28px !important;
  margin-bottom: 0px !important;
  /* letter-spacing:2px !important;  */
  word-spacing: normal !important;
}
.special-features p span {
  color: #696969 !important;
  font-size: 16px !important;
  /* font-family: 'Work Sans', sans-serif !important; */
}
@media (max-width: 575.98px) {
  .cart-box .main h6 {
    font-size: 16px;
  }

  .cart-box .mobile-qty {
    display: flex;
    flex-direction: row;
    font-size: 18px;
    padding-left: 18px;
    top: 13px;
    align-items: center;
  }

  .cart-box .mobile-qty1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    top: -18px;
  }

  .cart-box .qty-update-mobile {
    border: 1px solid transparent;
    background: #e9e9e9;
  }

  .cart-box small {
    font-size: 14px;
    font-weight: 400;
    padding-left: 5px !important;
  }

  .cart-box span {
    color: #333;
    font-weight: 600;
    /* font-size: 20px; */
    font-size: 16px;
  }

  .cart-box .mobile-view {
    display: flex;
  }

  .cart-box .main .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 50%;
    /* max-width: 37%; */
    max-width: 25%;
  }
}

@media (max-width: 991.98px) {
  .btnCheckout {
    padding: 8px 50px !important;
  }
  /*
      .cart {
          padding: 4vh 1vh !important;
          border-bottom-left-radius: 1rem;
          border-top-left-radius: 1rem;
      } */

  .tab-bag {
    padding-left: 20px !important;
  }

  .tab-bag1 {
    padding-right: 20px !important;
  }
}

@media (min-width: 768px) {
  .offer_banner_section .col-md-5 {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 42%;
  }

  .offer_banner_section .col-md-3 {
    flex: 0 0 29%;
    max-width: 30%;
  }
}

@media (min-width: 992px) {
  .offer_banner_section .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 29%;
    max-width: 28.2%;
  }
}

@media (max-width: 767px) {
  .offer_banner_products img {
    display: none;
  }

  .accordion-body ul li {
    font-size: 14px;
    margin-bottom: 0;
  }

  .tab-content.accordion .table td {
    font-size: 14px !important;
    vertical-align: top !important;
    letter-spacing: normal;
  }

  .product_header .custom_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid var(--color-3rd) !important;
    height: 40px;
    padding: 6px 20px !important;
    /* padding: 10px 28px; */
    width: 100%;
    font-size: 14px !important;
  }
}

@media (max-width: 767.98px) {
  .cart-box .main h6 {
    font-size: 16px;
    text-align: left;
  }

  .mobile__checkout {
    justify-content: left;
    align-items: center;
  }
}

.customer-list-order {
  scrollbar-width: thin !important;
}

.customer-list-order {
  overflow-x: auto;
}

@media (max-width: 767px) {
  .most-view-prod {
    display: none;
  }
}

/******about Us************/

/************about Us***************/

.inner_page-title {
  color: #fff !important;
  z-index: 1;
}
.about_banner {
  background-image: url(../img/about/services-image-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 400px;
}

.about-bg-overlay {
  background-color: #1b215a;
  opacity: 0.6;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.about_banner .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.about_sec h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4em;
}
.about_sec .column-wrap {
  width: 100%;
  position: relative;
  display: flex;
}

.about_sec .elementor:not(.bc-flex-widget) .widget-wrap {
  display: flex;
}

.about_sec .widget-wrap {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
  align-content: center;
  align-items: center;
  padding: 0px 12px 0px 12px;
}

.about_sec .widget-container {
  padding: 0px 0px 20px 0px;
}

.about_sec .widget-wrap {
  padding: 10px;
}

.about_sec .about-img-wrap.style-1 .item-img-1 {
  padding-left: 21%;
}

.about_sec .about-img-wrap.style-1 .about-img-1 {
  background-color: #f8f8f8;
  box-shadow: 18.894px 70.513px 73px 0px rgba(0, 0, 0, 0.08);
  border-radius: 100px 0px 100px 0px;
}

.about_sec .about-img-wrap.style-1 .item-img-2 {
  margin-top: -160px;
}

@media (max-width: 767px) {
  .about_sec .about-img-wrap.style-1 .item-img-2 {
    margin-top: -40px;
    width: 200px;
  }
}
.about_sec .about-img-wrap.style-1 .about-img-2 {
  border: 12px solid #fff;
  border-radius: 50px;
  box-shadow: 10.87px 40.569px 57px 0px rgba(0, 0, 0, 0.05);
}
.about_sec .about-img-wrap.style-1 .element-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.about_sec .about-img-wrap.style-1 .element-list li {
  position: absolute;
  z-index: -1;
}
.about_sec .about-img-wrap.style-1 .element-list li:nth-child(1) {
  left: -105px;
  top: 30%;
}
.about_sec .about-img-wrap.style-1 .element-list li:nth-child(2) {
  left: -115px;
  bottom: -40px;
}

/* img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
} */

.widget-rt-button {
  position: relative;
}

/* .icon {
    background-color: #FFFFFF !important;
} */
.rt-btn-2 {
  font-size: 0.8125rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
  border-radius: 30px;
  height: 45px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  padding: 0 24px;
  padding-right: 45px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08);
  z-index: 1;
}
.rt-btn-2 {
  color: #fff;
}
.rt-btn-2::after,
.rt-btn-2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -2;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.rt-btn-2::before {
  background-color: #fff;
}
.rt-btn-2::before {
  background: #fff;
}

.rt-btn-2 .icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 0.9375rem;
}
.rt-btn-2 .icon {
  color: #064acb;
  background-color: #fff;
}

/* .icon {
    background-color: #FFFFFF !important;
} */

.rt-btn-2::after {
  background-color: #064acb;
}

/* .rt-btn-2
{
    background: #fff;
} */

.rt-btn-2:hover .icon {
  color: #fff !important;
}

.about-box.style-1 {
  padding: 30px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 4px 57px 0px rgba(0, 0, 0, 0.05);
}

.about-box.style-1 .item-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fffaf5;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
}
@media (max-width: 991px) {
  .pad__top {
    padding-top: 30px;
  }
  .pad__bottom {
    padding-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .about-box.style-1 .item-icon {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .about-box.style-1 {
    text-align: center;
  }
}
.rt__btn-wrap {
  padding-top: 30px;
}

/***************testimonial*******************/

.testimonial {
  padding: 80px 0px 0px 0px;
  background: var(--color-third);
  position: relative;
  padding-bottom: 0;
}

.shape-img-wrap {
  position: relative;
  z-index: 1;
  display: none;
}
@media (min-width: 992px) {
  .shape-img-wrap {
    margin-left: -45px;
    position: relative;
    z-index: 1;
    display: block;
  }
}

.shape-img-wrap .element-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.shape-img-wrap .element-list li {
  position: absolute;
  z-index: -1;
}
.shape-img-wrap .element-list li:nth-child(1) {
  left: -100px;
  bottom: 0;
}
.shape-img-wrap .element-list li:nth-child(2) {
  right: 40px;
  top: 25px;
}
.shape-img-wrap .element-list li:nth-child(3) {
  left: 0;
  bottom: 190px;
  z-index: 2;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  outline: 0;
}

.owl-carousel button.owl-dot {
  outline: 0;
}

.about__us-bq blockquote {
  overflow: hidden;
  padding-right: 1.5em;
  padding-left: 1.5em;
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
  border-left: solid 5px hsl(0, 0%, 80%);
  background: #f9f6ee;
}

@media (min-width: 768px) {
  .col-md-6 {
    width: 50%;
    /* margin: 10px 0; */
  }
}

.mobile-menu-lists {
  display: none;
}

.mobile-menu-lists .dropdown-menu {
  position: relative !important;
  transform: none !important;
}

.dropdown-menu {
  font-size: 14px;
}

@media (max-width: 991px) {
  .mobile-menu-lists {
    display: block;
  }

  .desktop-menu-lists {
    display: none;
  }
}

.add-to-cart-button.btn:focus .del,
.add-to-cart-button.btn:focus .price,
.add-to-cart-button.btn:focus .on_sale {
  display: none;
}

.mobile-menu-lists .dropdown-menu ul {
  background: rgba(0, 66, 54, 0.04);
}

.mobile-menu-lists a.show {
  font-weight: 600;
  color: green !important;
}

#MobileMenu ul li {
  border-bottom: 1px solid #e5e5e5;
}

#MobileMenu ul li .dropdown-menu {
  padding-bottom: 10px;
  width: 100%;
}

#MobileMenu ul li .dropdown-menu ul li {
  border-bottom: 0;
}

.btn-box {
  width: 100%;
  text-align: center;
  border: 2px solid #044236;
  padding: 9px 15px;
  font-weight: 500;
  margin-top: 20px;
}

.summary button {
  transition: none !important;
}

.cate-img-bx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-h2 {
  font-size: 1rem;
}
.ingred .cate-img-bx {
  display: flex;
  align-items: center;
  padding: 12px;
  background: #f7f7f7;
  border-radius: 5px;
  /* display: table; */
  position: relative;
  width: 100%;
}

@media (max-width: 991px) {
  .title-h2 {
    font-size: 1rem;
  }
}

.offer__bg::before {
  content: "";
  width: 5.7vw;
  height: 80%;
  position: absolute;
  top: 4%;
  left: 0px;
  background-image: url(https://images.mamaearth.in/wysiwyg/left_sparks_mobile2x.png);
  background-repeat: no-repeat;
  z-index: -1;
}

.offer__bg::after {
  content: "";
  width: 5.7vw;
  height: 80%;
  position: absolute;
  top: 4%;
  right: 0px;
  background-image: url(https://images.mamaearth.in/wysiwyg/left_sparks_mobile2x.png);
  background-repeat: no-repeat;
  transform: scaleX(-1);
  z-index: -1;
}

.m-view {
  display: none;
}

@media (max-width: 767px) {
  .d-view {
    display: none;
  }
  .m-view {
    display: block;
  }
  .wishlists-sticky ul li {
    margin-bottom: 40px;
    margin-left: -4px;
    /* margin-left: -40px; */
    padding: 7px;
    width: 40px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    background-color: #044326;
    -webkit-transition: width 0.5s, background-color 0.1s;
    transition: width 0.5s, background-color 0.1s;
    box-shadow: rgba(17, 34, 51, 0.16) 0 3px 14px;
    cursor: pointer;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 0 22px 22px 0;
    border: 0;
  }
  .contact-form-button.btn-md {
    padding: 10px 25px !important;
    width: 100%;
  }
  .navbar {
    padding: 0;
  }
}

/*****brand Story ******/

.brand__icons {
  background: rgb(249, 246, 238);
  padding: 5px 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.brand__icon-cont {
  text-align: center;
  font-weight: bold;
  color: rgb(4, 66, 54);
  min-height: 110px;
  margin-bottom: 0;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .about_us-cont {
    margin-top: 15px;
  }
  .brand__icon-cont {
    text-align: center;
    font-weight: bold;
    color: rgb(4, 66, 54);
    min-height: 90px;
    margin-bottom: 0;
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .brand__icons {
    background: rgb(249, 246, 238);
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
  }
  .brand__icon-cont {
    margin-left: 5px;
  }
  .cart_extra .cart_btn {
    margin-top: 10px;
  }
}

/************ingredients***********/

.sticky {
  position: sticky;
  top: 180px;
  z-index: 1;
  background: #fff;
  padding-top: 10px;
}

.sticky {
  top: 89px;
  z-index: 1;
}

.ingred-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.white-sec {
  padding: 50px 0 20px;
}
.grey-sec {
  background: #fbf9f9;
  padding: 50px 0 20px;
}

.ingred .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

@media (max-width: 640px) {
  .alphabet-ingred {
    min-width: 1005px;
  }
  .alphabet-Section .x-scroll {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-appearance: none;
  }

  ::-webkit-scrollbar {
    /* width: 1em; */
    width: 0.2em;
    height: 0.3em;
  }
}

/*** ranjith ***/

.sec-pd {
  padding: 40px 0;
}

.sub-title {
  display: block;
  color: #1a7be9;
  /* color: var(--theme-color); */
  /* font-size: 20px; */
  /* font-weight: 700; */
  font-family: var(--title-font);
  position: relative;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.offer-sec {
  position: relative;
  padding: 0 0 30px 0;
}
.offer-sec .offer-box {
  border-radius: 5px;
  text-align: center;
  margin-bottom: 10px;
}
.offer-sec .offer-box img {
  border-radius: 5px;
  width: 100%;
}

@media screen and (max-width: 767.98px) {
  /* .sec-title{
            font-size: 20px;
        }  */
  .sec-title {
    font-size: 25px;
  }
}

.browse_categ_overlay {
  background-image: url(https://demo.deothemes.com/templatekit/pharmavo/wp-content/uploads/sites/7/2021/02/pattern_pills_right.png);
  background-position: top right;
  background-repeat: no-repeat;
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.title-area {
  margin-bottom: calc(60px - 12px);
  position: relative;
  z-index: 2;
  margin-top: -6px;
}

a.animation-bob {
  position: relative;
  z-index: 2;
}

a.animation-bob:hover {
  animation-name: animation-bob-float, animation-bob;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}

@keyframes animation-bob {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(-8px);
  }
}

@keyframes animation-bob-float {
  100% {
    transform: translateY(-8px);
  }
}

.cate-sec {
  padding: 30px 0 30px 0;
  background-image: url(https://demo.deothemes.com/templatekit/pharmavo/wp-content/uploads/sites/7/2021/02/pattern_pills_left.png);
  background-position: top left;
  background-repeat: no-repeat;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 100px 0px;
  position: relative;
}

.col-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cate-sec .cate-box {
  display: contents;
}

/* .cate-sec .cate-box:hover{
      box-shadow: 0px 5px 4px 0px rgba(148, 147, 147, 0.15);
    } */

.cate-sec .cate-box img {
  border-radius: 20px 20px 0 0;
  border-radius: 200px 200px 200px 200px;
  box-shadow: 0px 30px 50px 0px rgba(45, 50.00000000000001, 55, 0.15);
  cursor: pointer;
  width: 250px;
}

.cate-sec .cate-box .cate-content {
  padding: 10px 10px;
  text-align: center;
}

.cate-sec .cate-box .cate-content .off-title {
  color: #f02a50;
  font-size: 20px;
  margin-bottom: 6px;
  font-weight: 500;
}

.cate-sec .cate-box .cate-content h5 {
  font-size: 18px;
  text-transform: capitalize;
  color: var(--color-1st);
  font-weight: normal !important;
  font-family: var(--font-body);
}

@media screen and (max-width: 767px) {
  .cate-sec {
    padding: 15px 0;
  }
  .cate-sec .col-6 {
    padding: 0 5px;
  }
  .cate-sec .cate-box {
    margin-bottom: 10px;
  }
  .cate-sec .cate-box .cate-content {
    padding: 6px 6px;
  }
  .cate-sec .cate-box .cate-content .off-title {
    font-size: 18px;
  }
  .cate-sec .cate-box .cate-content h5 {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

.full-banner-sec {
  padding: 30px 0 30px 0;
}

.full-banner-sec .full-banner-box {
  border-radius: 5px;
}

.full-banner-sec .full-banner-box:hover {
  box-shadow: 0px 5px 5px 0px rgba(148, 147, 147, 0.25);
}

.full-banner-sec .full-banner-box img {
  width: 100%;
  border-radius: 5px;
}

@media screen and (max-width: 767.98px) {
  .full-banner-sec {
    padding: 10px 0 20px 0;
  }
}

.combo-sec {
  padding: 0 0 30px 0;
}
.combo-sec .combo-box {
  border-radius: 5px;
}

.combo-sec .combo-box img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.combo-sec .combo-box .combo-content {
  padding: 10px 16px !important;
  text-align: left;
}

.combo-sec .combo-box .combo-content .combo-title {
  color: #f02a50;
  font-size: 22px;
  font-weight: 500;
}

.combo-sec .combo-box .combo-content h5 {
  font-size: 18px !important;
  color: #5c6873;
  text-transform: capitalize;
}

.combo-sec .combo-box .combo-content p {
  color: #5c6873;
  margin-bottom: 0;
  font-size: 18px;
}

@media screen and (max-width: 767.98px) {
  .combo-sec .combo-box {
    margin-bottom: 10px;
  }
  .combo-sec .combo-box .combo-content .combo-title {
    font-size: 18px;
  }
  .combo-sec .combo-box .combo-content p {
    font-size: 16px;
    text-align: left;
  }
}

.goal-sec {
  padding: 30px 0 30px 0;
  background: #f4f2f1;
}

.goal-sec .goal-box img {
  width: 100%;
  border-radius: 50%;
  margin-bottom: 8px;
}

.goal-sec .goal-box h4 {
  font-size: 18px;
  margin: 10px 0;
  font-weight: 500;
  text-align: center;
  color: var(--color-1st);
}

.goal-sec .goal-box:hover h4 {
  color: var(--color-1st);
}

@media screen and (max-width: 767.98px) {
  .goal-sec .col-6 {
    padding: 0 5px;
  }
  .goal-sec .col-4 {
    padding: 0 5px;
  }
  .goal-sec .goal-box {
    margin-bottom: 10px;
  }
  .goal-sec .goal-box h4 {
    font-size: 14px;
  }
}

.aadi-sec {
  padding: 40px 0 40px 0;
}

.aadi-sec .addi-box {
  border-radius: 5px;
}

.aadi-sec .addi-box:hover {
  box-shadow: 0px 5px 7px 0px rgba(148, 147, 147, 0.15);
}

.aadi-sec .addi-box img {
  width: 100%;
  border-radius: 5px;
}

@media screen and (max-width: 767.98px) {
  .aadi-sec {
    padding: 20px 0 10px 0;
  }
  .aadi-sec .addi-box {
    margin-bottom: 10px;
  }
  .aadi-sec .col-6 {
    padding: 0 5px;
  }
}

.home-pro-sec .product-card {
  margin-bottom: 10px;
  border: #ececec 1px solid;
  border-radius: 5px;
}

.home-pro-sec .product-card:hover {
  box-shadow: 0px 5px 5px 0px rgba(148, 147, 147, 0.15);
}

.home-pro-sec .product-card .product-img {
  margin: 10px 0;
}

.home-pro-sec .product-card .product-content {
  padding: 10px;
  text-align: left;
}

.home-pro-sec .product-card .product-content .product-title {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

.home-pro-sec .product-card .product-content .product-title a:hover {
  color: var(--color-2nd) !important;
}

.home-pro-sec .product-card .product-content .product-price {
  color: var(--color-1st);
  letter-spacing: 1px;
  font-size: 18px;
}

.home-pro-sec .product-card .product-content .product-price del {
  color: #f02a50;
}

@media screen and (max-width: 767.98px) {
  .home-pro-sec .col-6 {
    padding: 0 5px;
  }
  .home-pro-sec .product-card .product-content .product-title {
    font-size: 14px;
  }
  .home-pro-sec .product-card .product-content .product-price {
    font-size: 16px;
  }
}

.h-custom {
  padding-bottom: 30px;
}

.summary h5 {
  margin-bottom: 16px;
}

.btnCheckout {
  background: var(--color-1st) !important;
  color: #fff !important;
}

.product_top_store .nav-tabs {
  width: 100%;
}
.product_top_store .nav-tabs .nav-item {
  width: 100%;
}

.product_top_store .nav-tabs .nav-link.active {
  background: var(--color-third);
  color: var(--color-1st) !important;
  border-bottom: none !important;
  width: 100%;
  text-align: left;
}
/*
    .nav-tabs
    {
        justify-content: center !important;
    } */

/* .nav-tabs .nav-item
    {
        background: #E2E2E2;
        color: #fff; margin: 0 5px;
    } */

.nav-tabs .nav-link.active {
  background: var(--color-third);
  color: #fff !important;
  border-bottom: none !important;
}

@media screen and (max-width: 767px) {
  .nav-tabs .nav-item {
    margin-bottom: 10px;
  }
}

/******* Faq *******/

.faq-sec .accordion {
  border: none !important;
}

.faq-sec .accordion .accordion-item {
  border-radius: 0px !important;
  margin-bottom: 20px;
  padding: 0px;
  border: #dddddd 1px solid !important;
  color: #696969;
}

.faq-sec .accordion .accordion-item .accordion-button {
  color: #696969;
  padding: 20px 16px;
}

.faq-sec .accordion .accordion-item .accordion-button::after {
  background-image: url(../img/icon/plus-icon.svg);
  width: 20px;
  height: 20px;
}

.faq-sec .accordion .accordion-item .accordion-button.active {
  background: #f9f9f9 !important;
}

.faq-sec .accordion .accordion-item .accordion-button:focus {
  box-shadow: -2px 8px 16px rgba(105, 105, 105, 0.1);
}

.faq-sec .accordion .accordion-item .accordion-button:not(.collapsed) {
  background: #fefefe !important;
  box-shadow: -2px 8px 16px rgba(105, 105, 105, 0.1);
  color: #282b1d;
  font-weight: 600;
}

.faq-sec .accordion .accordion-item button:not(.collapsed)::after {
  background-image: url(../img/icon/minus-icon.svg);
  transform: rotate(-180deg);
}

.faq-sec .answer-bx {
  background: #24201b;
  margin: 30px 0 0 0;
  padding: 10px 40px;
}

.faq-sec .answer-bx img {
  margin: 0 auto;
  text-align: center;
}

.faq-sec .answer-bx .answer-content {
  background: #47493e;
  padding: 30px;
  color: #f4f4f4;
  margin: 20px 0;
}

.faq-sec .answer-bx .answer-content .h4-title {
  text-transform: capitalize !important;
  margin-bottom: 20px;
}

.faq-sec .answer-bx .answer-content p {
  color: #f4f4f4;
  margin-bottom: 30px;
}

.faq-sec .faq-bx {
  border: rgba(112, 112, 112, 0.12) 1px solid;
  padding: 16px;
  /* background: #f4f4f4; */
  margin-bottom: 24px;
  text-align: center;
  border-radius: 4px;
  animation-delay: 2s;
}

.faq-sec .faq-bx .f-icon {
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 16px;
}

.faq-sec .faq-bx .f-icon img {
  width: 85%;
  border-radius: 50%;
}

.faq-sec .faq-bx .h5-title {
  margin-bottom: 16px;
  margin-top: 10px;
}

.faq-sec .faq-bx p {
  background: transparent !important;
  font-size: 16px;
  color: #696969 !important;
}

.tab-content p {
  font-size: 16px;
  letter-spacing: 0px !important;
  background-color: #fff !important;
  font-style: normal;
  list-style: none;
  margin-bottom: 15px;
  margin-top: 0px;
  padding-left: 0px;
}

.tab-content b {
  color: #333 !important;
}

.tab-content,
.tab-content p,
.tab-content ul li,
.tab-content span {
  /* font-family: 'Work Sans', sans-serif !important; */
  color: #696969 !important;
  /* font-size: 16px !important; */
  font-size: 14px !important;
  font-weight: 400 !important;
}

.tab-content table span {
  font-size: 16px !important;
}
.product-detail-sec .secured-div {
  background: #ffffff;
  padding: 10px 10px;
}
.product-detail-sec .secured-div .title-h2 {
  margin: 16px 0 10px 0;
  text-transform: capitalize;
}

/* .product-detail-sec  .secured-div .secured-bx {
        text-align: center !important;
        margin: 16px 0;
        padding: 10px;
    } */

.product-detail-sec .secured-div .secured-bx .title-h4 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}
.product-detail-sec .secured-div .secured-bx .secured-img-bx {
  text-align: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  /* margin: 10px 0; */
  /* padding: 15px 2px; */
  box-sizing: border-box;
  /* border: #EFE7F3 5px solid; */
  /* left: 50%; */
  margin-left: -35px;
  position: relative;
}
/* .product-detail-sec .secured-div .secured-bx .secured-img-bx:hover {
        background: #EFE7F3;
    } */
.product-detail-sec .secured-div .secured-bx .secured-img-bx img {
  width: 90px;
}

.main-search-bx {
  position: relative;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 50% !important;
}
.main-search-bx .form-control {
  padding: 9px 20px 9px 20px !important;
  font-size: 14px;
  border-radius: 2px !important;
  border: #dddddd 1px solid !important;
  width: 100% !important;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.main-search-bx .form-control:focus {
  border: #dddddd 1px solid !important;
}
.main-search-bx .form-control:hover {
  border: #dddddd 1px solid !important;
  box-shadow: none !important;
  outline: none;
}
.main-search-bx .search-icon {
  position: absolute;
  top: 6px;
  right: 10px;
  margin-right: 6px;
}
.main-search-bx .search-icon img {
  width: 17px;
  filter: brightness(0) saturate(100%) invert(41%) sepia(0%) saturate(1707%)
    hue-rotate(191deg) brightness(98%) contrast(89%);
}

@media screen and (max-width: 767.98px) {
  .main-search-bx {
    margin-bottom: 10px;
    display: none;
    margin-top: 10px;
  }
  .main-search-bx .form-control {
    padding: 5px 10px 5px 10px !important;
    border-radius: 1px;
  }
  .main-search-bx .form-control:focus {
    border: 1px solid #dddddd !important;
  }
  .main-search-bx .form-control:hover {
    box-shadow: none !important;
    outline: none;
    border: 1px solid #dddddd !important;
  }
  .main-search-bx .search-icon {
    position: absolute;
    top: 6px;
    right: 10px;
    margin-right: 7px;
  }
  .main-search-bx .search-icon img {
    width: 17px;
    filter: brightness(0) saturate(100%) invert(41%) sepia(0%) saturate(1707%)
      hue-rotate(191deg) brightness(98%) contrast(89%);
  }
}

/* .login-modal .modal-content
    {
        padding: 20px 20px;
    } */
.login-logo {
  width: 160px;
  margin: 0 auto 20px auto;
}

/******Home Page certi css *******/
.container-1 {
  width: 100%;
  padding: 0 2rem;
}
.certi-bg {
  background: #fafbf9;
}

.certi-sec {
  /* padding: 60px 0; */
  padding: 30px 0;
}
.certi-sec h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.certi-sec p {
  text-align: justify;
}

.certi-icon-sec {
  background: #28a7451f;
  padding: 60px;
}
.certi-icon-sec ul {
  display: flex;
  list-style: none;
  padding: 0;
}
.certi-icon-sec ul li {
  width: 16%;
  margin: 0 6px;
  display: inline-block;
}
/* .certi-icon-sec .c-icon-bx {
        margin: 10px 0;
        text-align: center;
        padding: 8px 5px;
    } */
.certi-icon-sec .c-icon-bx img {
  margin: 16px 0;
  width: 100px;
}
.certi-icon-sec .c-icon-bx h4 {
  font-size: 16px;
  color: var(--color-1st);
  font-weight: 600;
}
.certi-icon-sec .c-icon-bx:hover h4 {
  color: green;
}

/* .certi-grid
        {
            display: grid;
            grid-gap: 10px;
            grid-template-columns: repeat(auto-fill, minmax(150px, 1fr) ) ;
        }
    */

.certi-grid {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.certi-grid .cruelty-icons img {
  flex: 1;
  max-width: 100px;
  padding: 20px;
}

.about__us-rgt,
.about__us-rgt h6 {
  text-align: right !important;
}

.about__us-rgt .certifications {
  justify-content: flex-end;
}

@media screen and (max-width: 767.98px) {
  .certi-grid {
    gap: 10px;
  }
  .certi-icon-sec {
    padding: 20px 0;
  }
  .about__us-rgt,
  .about__us-rgt h6 {
    text-align: left !important;
  }

  .about__us-rgt .certifications {
    justify-content: flex-start;
  }
}

/* .hover_effect-2 .c-icon-bx {  margin: 0px 10px; line-height: 100px; display: inline-block; -webkit-transition: all .6s ease; -moz-transition: all .6s ease; -ms-transition: all .6s ease; -o-transition: all .6s ease; transition: all .6s ease; }
        .hover_effect-2 .c-icon-bx:hover img { border-radius: 50%; -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }

        .hover_effect-2 img
        {
            -webkit-transform: rotate(15deg) scale(1);
            transform: rotate(15deg) scale(1);
            -webkit-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
        }

        .hover_effect-2:hover img {

            transform: rotateY(360deg);
            -webkit-transform: rotateY(360deg);
        }
    */

.c-icon-bx {
  /* position: relative;
        width: 100%;
        height: 100%;
        text-align: center; */
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.certi-icons:hover .c-icon-bx {
  transform: rotateY(360deg);
}

/****about us static page****/

.aboutus-page__wrap .Aboutus__banner {
  width: 100%;
  /* height: 300px; */
  background: url(../aboutus-banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
  /* display: flex;
        align-items: center;
        justify-content: start; */
}

/* .aboutus-page__wrap .heading__wrap,
    .aboutus-page__wrap p {
        color: #6c6c6c;
    } */

.aboutus-page__wrap blockquote .heading__wrap {
  height: 80px;
}
.aboutus-page__wrap blockquote p {
  height: 250px;
  margin-bottom: 0;
}

.aboutus-page__wrap .img-txt-wrap {
  margin-top: 1.5rem;
}

.aboutus-page__wrap blockquote {
  position: relative;
  margin-bottom: 20px;
  font-style: italic;
  font-family: Libre Baskerville;
  font-size: 14px;
  display: block;
  border: 0;
  padding: 30px 25px 30px 60px;
  background-color: rgba(135, 135, 135, 0.1);
  quotes: "\201c""\201d";
}

.aboutus-page__wrap blockquote:before {
  content: open-quote;
  left: 25px;
  top: 0;
  font-size: 50px;
  position: absolute;
}
.aboutus-page__wrap .image-txt_wrap {
  margin-top: 5.5rem;
}
.aboutus-page__wrap .abtUs-3 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutus-page__wrap .aboutUs-3 {
  width: 50%;
  text-align: center;
  flex-direction: column;
}
.aboutus-page__wrap .remBQ {
  font-style: normal;
  font-size: 14px;
  display: block;
  border: 0;
  /* font-family: "Work Sans", sans-serif !important; */
  padding: 20px;
  background-color: rgba(135, 135, 135, 0.1);
  quotes: none;
}

@media screen and (min-width: 991px) {
  .aboutus-page__wrap blockquote .heading__wrap {
    height: 70px;
  }
  .aboutus-page__wrap blockquote p {
    height: 200px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .aboutus-page__wrap blockquote .heading__wrap {
    height: auto;
    padding-bottom: 10px;
  }

  .aboutus-page__wrap blockquote p {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  .aboutus-page__wrap blockquote .heading__wrap {
    height: auto;
  }
  .aboutus-page__wrap blockquote p {
    height: auto;
    margin-bottom: 0;
  }
  .aboutus-page__wrap .aboutUs-3 {
    width: 100%;
    text-align: center;
    flex-direction: column;
  }
}

@media screen and (device-width: 1024px) {
  .aboutus-page__wrap blockquote p {
    height: 250px;
    margin-bottom: 0;
  }
  .aboutus-page__wrap blockquote .heading__wrap {
    height: 95px;
  }
}

/*****customer order view page *****************/
.order__detail {
  display: flex;
  justify-content: space-between;
}
.ord__title {
  font-weight: bold;
  text-align: right;
}

.order__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

/*****************index sale banner**************/

/* .sale__banners-four {
    margin-bottom: 6.25rem;
} */
.sale__banners-four__item {
  position: relative;
}

.sale__banners-four__item.-style-1,
.sale__banners-four__item.slider.-style-5 {
  padding-top: 12.5em;
}

.sale__banners-four__item__content {
  position: absolute;
  background-color: #fff;
  padding: 3.125em 0;
  max-width: 100%;
  z-index: 2;
}

.sale__banners-four__item.-style-1 .sale__banners-four__item__content,
.sale__banners-four__item.slider.-style-5 .sale__banners-four__item__content {
  top: 3.125em;
  left: 0;
}

.sale__banners-four__item__content h3 {
  color: #111;
  font-size: 3.125em;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 0.2em;
}

.sale__banners-four__item__content h5 {
  color: #111;
  font-size: 1.875em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.16667em;
}
.sale__banners-four__item__content h3 span {
  /* color: #f26460; */
  color: #1a7be9;
}

.btn-s {
  transition: 0.2s ease-in-out;
  font-size: 0.8125em;
  line-height: 1.625em;
  text-align: center;
  text-decoration: none;
  width: auto;
  height: auto;
  display: inline-block;
  padding: 1.15385em 2.30769em;
  text-transform: uppercase;
  font-weight: 600;
  border: 0;
  letter-spacing: 0.1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.btn-sale.-underline {
  border: 0;
  padding: 0;
  padding-bottom: 0.625em;
  position: relative;
  overflow: hidden;
}

.btn-sale.-transparent {
  background-color: transparent;
  color: #fff;
  color: #111;
}

.btn-sale.-underline:before,
.btn-sale.-underline:before {
  content: "";
  width: 100%;
  height: 2px;
  /* background-color: #f26460; */
  background-color: #1a7be9;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.2s ease-in-out;
}

.btn-sale.-underline:after {
  left: -100%;
  background-color: #111;
}

.btn-sale.-transparent:hover {
  background-color: rgba(0, 0, 0, 0);
}

.btn-sale.-underline:hover:after {
  left: 0;
}

.sale__banners-four__item__image img {
  transition: 0.75s ease-out;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.sale__banners-four__item.-style-2,
.sale__banners-four__item.menu.-style-6 {
  padding-bottom: 12.5em;
}

.sale__banners-four__item.-style-2 .sale__banners-four__item__content,
.sale__banners-four__item.menu.-style-6 .sale__banners-four__item__content {
  bottom: 0;
  left: 0;
  padding-right: 3.125em;
}

.sale__banners-four__item {
  position: relative;
}
.sale__banners-four__item.-style-1,
.sale__banners-four__item.slider.-style-5 {
  padding-top: 12.5em;
}

.sale__banners-four__item.-style-1 .sale__banners-four__item__content {
  top: 3.125em;
  left: 0;
  padding-right: 20px;
}

.ml-auto {
  margin-left: auto !important;
}

@media only screen and (max-width: 768px) {
  .sale__banners-four__item {
    margin-bottom: 3.57143em;
  }
  .sale__banners-four__item__image {
    max-width: 80%;
  }

  .sale__banners-four__item.-style-2 .sale__banners-four__item__image,
  .sale__banners-four__item.menu.-style-6 .sale__banners-four__item__image {
    margin-left: auto;
  }
}

@media only screen and (max-width: 576px) {
  .sale__banners-four__item {
    margin-bottom: 2.14286em;
  }
  .sale__banners-four__item__content {
    max-width: 90%;
  }
  .sale__banners-four__item__image {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}

/******product css ****/

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.space,
.space-top {
  padding-top: 120px;
}

.space,
.space-bottom {
  padding-bottom: 120px;
}

.img-box6 .img1 {
  width: 100%;
}

/* img:not([draggable]), embed, object, video {
    max-width: 100%;
    height: auto;
} */

.img-box6 .img1 img {
  width: 100%;
}

.counter-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.counter-content.style3 {
  background-color: var(--color-third);
  padding: 30px 20px 30px 20px;
  margin-top: 30px;
}

.th-counterup:last-child {
  border-right: 1px dashed transparent;
  margin-right: 0;
  padding-right: 0;
}

.th-counterup .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 15px;
  max-width: 255px;
}

.th-counterup .content .counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: var(--title-color);
  margin-bottom: 0;
  /* font-family: 'Cormorant Garamond'; */
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 55px;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
}

.counter-content.style3 .th-counterup .counter {
  color: var(--theme-color);
}

.counter-card_text {
  font-family: var(--body-font);
  color: var(--body-color);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  display: block;
  margin-bottom: -6px;
}

.th-counterup .content .counter-card_text {
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--body-color);
  margin-top: -7px;
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 12px);
  position: relative;
  z-index: 2;
  margin-top: -6px;
}

.mb-25 {
  margin-bottom: 25px;
}

.journey-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 25px;
}

.journey-wrap.style2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sub-title {
  display: block;
  color: #1a7be9;
  font-family: var(--title-font);
  position: relative;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.sub-title:has(img) {
  margin-top: 0;
}

.title-area .sub-title img {
  margin: -5px 8px 0 8px;
}

.title-area .sec-title {
  margin-bottom: 20px;
}

.journey-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 25px;
}

.journey-wrap.style2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* .journey-wrap .checklist {
    margin-top: -0.4rem;
} */

.checklist ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 0;
}

.checklist li {
  color: var(--title-color);
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.journey-wrap .checklist li {
  position: relative;
  color: var(--body-color);
  font-weight: 400;
  gap: 10px;
  padding-left: 28px;
  margin-bottom: 8px;
}

.checklist li:not(:last-child) {
  margin-bottom: 10px;
}

.journey-wrap .checklist li:not(:last-child) {
  margin-bottom: 7px;
}

.journey-wrap.style2 .checklist li {
  font-weight: 700;
}

/* .journey-wrap .checklist li:before {
    content: "\f5bb";
    font-family: var(--icon-font);
    font-weight: 700;
    color: var(--theme-color);
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
} */

.journey-image.style2 {
  position: relative;
}

.journey-image.style2 img {
  width: 100%;
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.journey-image.style2 .play-btn {
  position: absolute;
  left: 42%;
  top: 35%;
}

.play-btn:after,
.play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--theme-color);
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.ripple-animation,
.play-btn:after,
.play-btn:before,
.hero-2 .hero-shape:after,
.hero-2 .hero-shape:before {
  -webkit-animation-duration: var(--ripple-ani-duration);
  animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
  animation-name: ripple;
}

.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 60px);
  height: var(--icon-size, 60px);
  line-height: var(--icon-size, 60px);
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  /* font-size: var(--icon-font-size, 1.1em); */
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.journey-image.style2 .play-btn > i {
  width: var(--icon-size, 46px);
  height: var(--icon-size, 46px);
  line-height: var(--icon-size, 46px);
}

.btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.mt-25 {
  margin-top: 25px;
}

.widget-rt-button {
  position: relative;
}

.widget-container {
  padding: 0px 0px 10px 0px;
}

.rt-btn-2 {
  font-size: 0.8125rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
  border-radius: 30px;
  height: 45px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  padding: 0 24px;
  padding-right: 45px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08);
  z-index: 1;
}

.rt-btn-2 {
  color: #fff;
}

.th-btn {
  background-color: #00a3ff;
  color: #fff;
}

.rt-btn-2::after,
.rt-btn-2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -2;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rt-btn-2::before {
  background-color: #fff;
}

.rt-btn-2::before {
  background: #fff;
}

.th-btn:before,
.th-btn:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--title-color);
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-radius: 99px;
}

.th-btn:before {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}

.th-btn:after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.rt-btn-2 .icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 0.9375rem;
}

.rt-btn-2 .icon {
  color: #064acb;
  background-color: #fff;
}

/************contact us*********/

.column-wrap {
  width: 100%;
  position: relative;
  justify-content: center;
  display: flex;
  align-items: end;
  height: 100%;
}

.contact_form .widget-wrap {
  align-content: center;
  align-items: center;
  padding: 0px 12px 0px 12px;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}

/* .widget:not(:last-child) {
    margin-bottom: 20px;
} */

.widget-container {
  padding: 0px 0px 10px 0px;
}

.contact-list.style-1 .single-item {
  position: relative;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0px 6px 54px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  padding: 30px;
}

.contact-list.style-1 .single-item:last-child {
  margin-bottom: 0;
}

.contact-list.style-1 .single-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  width: 4px;
  height: 28px;
  background-color: #fff;
}

.contact-list.style-1 .title {
  font-size: 1.25rem;
  color: #064acb;
  line-height: 30px;
}

.contact-list.style-1 .between-box span {
  color: #646464;
  line-height: 21px;
}
.contact-list.style-1 .between-box span a {
  color: inherit;
}

.contact_bg-img {
  position: absolute;
  bottom: 5%;
  z-index: -1;
  right: -8%;
  top: 20%;
}

iframe {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
  height: 512px;
}

.google_maps {
  width: 100%;
}

@media (min-width: 768px) {
  .gap-md-5 {
    gap: 3rem !important;
  }
  .contact-list.style-1 .between-box > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

/*
.contact_form .widget-container {
    margin: 0px 0px -20px 0px;
} */

.widget-image {
  text-align: center;
}

.elnt {
  width: 100%;
}
.absolute {
  position: absolute;
}

.elnt-1 {
  bottom: 0%;
  z-index: 0;
}
.elnt-1 {
  right: 14%;
}
.elnt-2 {
  bottom: 0%;
  z-index: 0;
}

.elnt-2 {
  right: -15%;
}

.elnt-3 {
  z-index: 1;
}

.elnt-3 .image {
  margin: 0.9em auto 0 !important;
}

@media (max-width: 991px) {
  .elnt-1,
  .elnt-2 {
    display: none;
  }
}

@media (device-width: 1024px) {
  .elnt-1,
  .elnt-2 {
    display: none;
  }
}

.contact-form {
  /* background-color: var(--white-color);
    box-shadow: 0px 6px 35px 0px rgba(0, 0, 0, 0.06);
    padding: 60px; */
}

@media (max-width: 767px) {
  .contact-form {
    /* padding: 15px; */
  }
}

.form-group > i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 19px;
  font-size: 16px;
  color: var(--body-color);
}

[class*="col-"].form-group > i {
  right: calc((var(--bs-gutter-x) / 2) + 25px);
}

.contact-form .form-group > i {
  color: var(--theme-color);
  width: 18px;
  text-align: right;
}

.form-control input {
  height: 56px;
  /* height: auto; */
  padding: 0 25px 0 25px;
  padding-right: 45px;
  border: 1px solid transparent;
  color: var(--body-color) !important;
  background-color: var(--smoke-color);
  border-radius: 0;
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}

.form-group > i.fa-envelope {
  padding-top: 1px;
}

.form-select,
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  /* background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E); */
  background-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

select,
.form-control,
.form-select.nice-select,
.nice-select,
textarea,
input {
  height: 56px;
  /* height: auto; */
  padding: 0 25px 0 25px;
  padding-right: 45px;
  border: 1px solid transparent;
  /* color: var(--body-color) !important; */
  /* background-color: var(--smoke-color); */
  border-radius: 0;
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  position: relative;
  line-height: calc(var(--input-height) - 2px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
select,
.form-control,
.form-select.nice-select,
.nice-select,
textarea,
input {
  height: 56px;
  /* height: auto; */
  padding: 0 25px 0 25px;
  padding-right: 45px;
  border: 1px solid transparent;
  /* color: var(--body-color) !important; */
  /* background-color: var(--smoke-color); */
  border-radius: 0;
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: var(--color-1st);
  font-weight: 400;
}

option:checked,
option:focus,
option:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.nice-select .list {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-28px);
  -ms-transform: scale(0.75) translateY(-28px);
  transform: scale(0.75) translateY(-28px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select:after {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  font-size: 16px;
  pointer-events: none;
  border-bottom: 1px solid var(--theme-color);
  border-right: 1px solid var(--theme-color);
  position: absolute;
  right: 20px;
  line-height: calc(var(--input-height) - 2px);
  top: 21px;
  height: 8px;
  width: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}

textarea.form-control,
textarea {
  min-height: 154px;
  padding-top: 16px;
  padding-bottom: 17px;
}

/*****************animations sec****************/

@keyframes ripples {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
    opacity: 0;
  }
}

@media (max-width: 1024px) {
  .navbar .navbar-collapse .navbar-nav li {
    margin-right: 5px;
  }
}

/*****user dashboard****/

.dt-length,
.dt-search {
  display: none !important;
}

/*******animated banner sec********/

/* @import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&family=Marcellus&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */

.bg-grey {
  background: #e4f2fd;
}
.mt-10 {
  margin-top: 10px;
}

.pt-50 {
  padding-top: 50px;
}
.mtop {
  margin-top: 60px;
}

@media (min-width: 769px) {
  .product__name {
    font-size: 2.25rem;
  }
}

/* h1,
   h2,
   h3,
   h4,
   h5,
   h6
   {
      letter-spacing: 0.1em;
      line-height: 120%;
   } */

h1 {
  /* color: var(--color-2nd);
        border: none;
        font-size: 1.375rem;
        text-transform: uppercase; */
  color: var(--color-1st);
  font-size: 52px;
  /* letter-spacing: 0em; */
  font-weight: 400;
  text-transform: initial;
  position: relative;
  text-align: center;
  line-height: 1.25em;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 24px !important;
    text-align: left !important;
  }
}

.hero_banner-wrapper {
  /* padding: 50px 0; */
  height: 100%;
  /* min-height: 100vh; */
  align-items: center;
}

.hero_banner-wrapper .col-left p {
  width: 395px;
}

@media (min-width: 768px) {
  .hero_banner-wrapper,
  .content-col-wrapper,
  .getapp-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero_banner {
    padding: 50px 0;
  }
  .hero_banner-wrapper {
    min-height: auto;
  }

  .hero_banner-wrapper .col-left p,
  .search-food {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .hero_banner {
    padding: 50px 0;
  }
  .hero_banner-wrapper .col-left p {
    width: 100%;
  }
  .col-left,
  .content-col,
  .getapp-content {
    text-align: center;
  }
  .col-right {
    order: -1;
  }
}

.rt-btn-2 {
  font-size: 0.8125rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
  border-radius: 30px;
  height: 45px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  padding: 0 24px;
  padding-right: 45px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08);
  z-index: 1;
}

.th-btn {
  background-color: #00a3ff;
  color: #fff;
  padding: 0 21px;
}

.footer-btn .th-btn {
  background-color: #fff !important;
  color: var(--color-1st);
  padding: 0 21px;
}

.th-btn.fw-btn {
  width: 100%;
  border: none !important;
}

.footer_top.small_pt,
.section.small_pt {
  padding: 60px 0 !important;
}

.footer_top.small_pb,
.section.small_pb {
  padding-bottom: 60px;
}

.footer_top.pb_20,
.pb_20,
.section.pb_20 {
  padding-bottom: 50px;
}

.small_divider {
  height: 30px;
}

.medium_divider {
  height: 50px;
}

.large_divider {
  height: 100px;
}

.padding_eight_all {
  padding: 8%;
}

.list_none li {
  list-style: none;
}

.btn.active,
.btn:focus,
.btn:hover {
  box-shadow: none;
  outline: medium none;
}

button:focus {
  outline: none;
}

.border-2 {
  border-width: 2px !important;
}

.btn.active:focus,
.btn:active:focus {
  box-shadow: none !important;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991.98px) {
  /* .btn-fill-out {
        padding: 10px 75px !important;
    } */

  .btn-dark {
    margin-top: 20px !important;
    padding: 10px 50px !important;
  }

  .cart_btn .add_wishlist {
    margin-top: 15px !important;
  }
}

.btn-fill-out {
  /*background: var(--color-1st) !important; */
  font-size: 16px !important;
  /* border: 1px solid var(--color-1st); */
  color: #f4f4f4;
  /* padding: 10px 10px; */
  overflow: hidden;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding: 8px 20px !important;
  background: linear-gradient(
    105.49deg,
    var(--color-2nd) 47.63%,
    #38a6c4 93.7%
  );
}

@media (max-width: 767px) {
  .btn-fill-out {
    padding: 8px 15px !important;
  }
}

.btn-dark {
  color: #fff;
  padding: 10px 15px;
  background-color: var(--color-1st);
  border-color: var(--color-1st);
}

.btn-fill-out:after,
.btn-fill-out:before {
  /* background-color: var(--color-1st); */
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: 51%;
  z-index: -1;
}

.btn-fill-out:after {
  left: auto;
  right: 0;
}

.btn-fill-out:hover:after,
.btn-fill-out:hover:before {
  width: 0;
}

.btn-fill-out:hover {
  background: var(--color-2nd) !important;
  border: 1px solid var(--color-2nd) !important;
  color: var(--color-1st);
}

.btn-fill-line {
  background-color: transparent;
  border: 1px solid transparent;
  color: var(--color-1st) !important;
  overflow: hidden;
  position: relative;
  transition: all 0.8s ease 0s;
  z-index: 1;
}

.btn-fill-line:after,
.btn-fill-line:before {
  background-color: var(--color-1st);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: 50%;
  z-index: -1;
}

.btn-fill-line:after {
  left: auto;
  right: 0;
}

.btn-fill-line:hover:after,
.btn-fill-line:hover:before {
  width: 0;
}

.btn-fill-line:hover {
  color: #333 !important;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
    height: 20px;
    left: 50%;
    width: 20px;
  }

  to {
    height: 450px;
    left: 50%;
    width: 450px;
  }
}

@keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
    height: 20px;
    right: 50%;
    width: 20px;
  }

  to {
    height: 450px;
    right: 50%;
    width: 450px;
  }
}

.gold_border {
  display: inline-flex;
  width: 70px;
  height: 6px;
  background: transparent
    linear-gradient(90deg, #8d6b35 0%, #c9974c 30%, #fcc270 60%, #c9974c 100%)
    0% 0% no-repeat padding-box;
  border-radius: 2px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.btn-radius {
  border-radius: 40px;
}

/* .btn + .btn {
  margin-left: 10px;
} */
.btn i {
  font-size: 16px;
  line-height: 1;
  /* margin-right: 5px; */
}

/* .btn i,
.btn span {
  vertical-align: middle;
} */

.btn-sm {
  padding: 8px 25px;
}

.btn-xs {
  font-size: 12px;
  padding: 4px 20px;
}

.btn.btn-xs i {
  font-size: 10px;
}

.btn.btn-sm i {
  font-size: 12px;
}

.btn-link {
  position: relative;
}

.btn-link,
.btn-link:hover {
  text-decoration: none;
}

.btn-link:before {
  background-color: var(--color-1st);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}

.text_white * {
  color: #fff;
}

.text_dark * {
  color: #333;
}

.linearicons,
[class*=" linearicons-"],
[class^="linearicons-"] {
  font-family: Linearicons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text_default {
  font-weight: bold;
  color: #044236 !important;
}

.bg_default {
  /* background-color: var(--color-1st) !important; */
  background: linear-gradient(360deg, #8f6b29, #e0aa3e, #df9f28);
}

.bg_gray {
  /* background-color: #f7f8fb !important; */
  /* background-color: #f7f4eb; */
  background-color: #fff;
}

.bg_redon {
  background-color: #fff !important;
  background-image: url(../images/testimonial.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_dark {
  /* background-color: var(--color-3rd) !important; */
  background: #f8f8f8 !important;
}

.scrollup {
  background-color: #5c5e60;
  bottom: 20px;
  color: #fafafa;
  font-size: 24px;
  height: 40px;
  line-height: 30px;
  position: fixed;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 40px;
  border-radius: 100%;
  z-index: 99;
}

.scrollup:hover {
  background-color: var(--color-3rd);
  color: #fff;
}

.scrollup:focus {
  color: #fff;
}

.background_bg {
  background-position: 50%;
  background-size: cover;
}

@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  50% {
    opacity: 0.5;
  }

  to {
    opacity: 0;
    transform: scale(1);
  }
}

.box_shadow1 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.border-top-tran {
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}

.heading_s2 {
  position: relative;
}

.heading_s2 h1,
.heading_s2 h2,
.heading_s2 h3,
.heading_s2 h4,
.heading_s2 h5,
.heading_s2 h6 {
  font-weight: 700;
  margin: 0;
  position: relative;
  text-transform: capitalize;
  z-index: 9;
}

.heading-title {
  display: block;
  color: var(--theme-color);
  /* font-size: 20px; */
  /* font-weight: 700; */
  font-family: var(--title-font);
  position: relative;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.heading_s4 h1,
.heading_s4 h2,
.heading_s4 h3,
.heading_s4 h4,
.heading_s4 h5,
.heading_s4 h6 {
  font-weight: 700;
  line-height: normal;
  margin: 0;
  text-transform: capitalize;
}

.highlight_text {
  color: #333;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.heading_s1 h4 {
  font-size: 42px;
}

.leads {
  margin-bottom: 30px;
}

.navbar-brand {
  margin: 0;
  /* padding: 10px 0; */
  vertical-align: top;
}

@media (max-width: 991px) {
  .navbar-brand {
    margin-right: 0px;
  }
}

.dark_skin .logo_dark {
  display: block;
}

.light_skin .navbar a.pr_search_trigger,
.light_skin .navbar-nav a,
.light_skin .navbar-toggler {
  /* color: var(--color-1st); */
  color: var(--color-1st);
}

.middle-header {
  padding: 10px 0;
  position: relative;
  background-color: #fff !important;
  /* background: #f7f4eb; */
  /* background-color: #fef1e1; */
  /* background-color: #fbf6e9e6; */
}

/* .navbar {
  padding: 0;
} */

.header_wrap {
  transition: all 0.5s ease 0s;
  box-shadow: -2px 2px 4px rgba(105, 105, 105, 0.1);
  /* height: 83px; */
  /*background: var(--color-1st);*/
  padding: 10px 0;
  color: var(--color-1st);
}

/* .header_wrap:not([class*="bg_"]):not([class*="bg-"])
{
background-color: #fff;
}
*/

.navbar .navbar-collapse .navbar-nav li {
  list-style: none;
  position: relative;
  transition: all 0.3s ease 0s;
  margin-right: 25px;
}

/* .navbar .navbar-nav ul:last-child
{
  margin-right:0;
} */

@media (max-width: 767px) {
  .navbar .navbar-nav li {
    margin-right: 0;
  }
}

.navbar-nav .dropdown-menu {
  background-color: #fff;
  margin: 10px 0 0 0 !important;
  min-width: 14rem;
  padding: 0;
  border: none !important;
  border-radius: 2px !important;
  border-top: 2px solid blue;
}

.dark_skin .navbar-nav .dropdown-menu {
  background-color: #fff;
  /* box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05); */
}

.dark_skin .cart_list li,
.dark_skin .mega-menu-col {
  border-color: #ddd;
}

.dark_skin .navbar .navbar-nav .dropdown-menu li a.active,
.dark_skin .navbar .navbar-nav .dropdown-menu li a:hover,
.dark_skin
  .navbar
  .navbar-nav
  .dropdown-menu
  > ul
  > .mega-menu-col
  ul
  > li:hover
  > a,
.dark_skin .navbar .navbar-nav .dropdown-menu > ul > li:hover > a {
  color: #044236 !important;
  font-weight: 600;
  background: #e2e2e2;
}

.dark_skin .cart_quantity,
.dark_skin .cart_total,
.dark_skin .navbar .navbar-nav li > .dropdown-item {
  color: #333;
}

.dropdown-toggle:after,
.dropdown-toggler:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

@media only screen and (max-width: 991px) {
  .dropdown-toggle:after {
    float: right;
    margin-top: 8px;
  }
}

.dropdown-toggler:after {
  transform: rotate(-90deg);
}

.dropdown-menu .dropdown-toggler:after {
  position: absolute;
  right: 15px;
  top: 10px;
}

.dropdown-menu {
  position: absolute;
  top: auto;
}

.list-group-flush > .list-group-item {
  border: none !important;
  font-size: 14px;
  text-transform: capitalize;
}

.navbar .navbar-collapse .navbar-nav li.active a {
  color: var(--color-1st);
}

.navbar
  .navbar-collapse
  .navbar-nav
  li.active
  .dropdown-menu.dropdown-reverse
  li
  a {
  color: #495057;
}

.product .product_title,
.product_wrap .product_title a:hover {
  color: var(--color-1st);
}

.light_skin .mega-menu-col {
  border-right: 1px solid #3f3f3f;
}

.big-dropdown {
  padding: 30px 30px;
  border: #f4f4f4 1px solid;
  border-radius: 1px;
  box-shadow: 2px 4px 10px 0px rgba(140, 136, 136, 0.25);
}

.big-dropdown h5 {
  font-size: 14px !important;
  letter-spacing: 0.2px !important;
  margin-bottom: 10px !important;
  text-transform: uppercase;
}

.big-dropdown .list-group {
  border: none !important;
  margin-bottom: 16px;
}
.big-dropdown .list-group .list-group-item {
  border: none !important;
  padding: 6px 0px !important;
  letter-spacing: 0 !important;
  font-weight: 400;
  color: #444;
  text-transform: uppercase;
  font-size: 14px;
}

.big-dropdown .list-group .list-group-item:hover {
  color: var(--color-1st);
  font-weight: 500;
}

.navbar .navbar-nav .dropdown-item.dropdown-toggler {
  padding-right: 30px;
}

/* .bottom_header .attr-nav
{
  display: none;
} */
.navbar-nav.attr-nav li .nav-link {
  /* padding: 20px 10px; */
  padding: 5px;
  position: relative;
  white-space: nowrap;
  color: var(--color-1st);
}

@media (max-width: 767px) {
  .navbar-nav.attr-nav li .nav-link {
    color: var(--color-1st);
  }
}

.navbar-nav.attr-nav li .nav-link .linearicons-cart:before {
  content: "\ea4d";
  padding: 7px;
  border-radius: 25px;
  background: var(--color-1st);
}

.navbar-nav.attr-nav li .nav-link .linearicons-user:before {
  padding: 7px;
  border-radius: 25px;
  background: var(--color-1st);
}

.header_wrap.nav-fixed
  .navbar-nav.attr-nav
  li
  .nav-link
  .linearicons-user:before {
  background: transparent;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover,
.navbar .navbar-nav.attr-nav .dropdown-menu li a.active,
.navbar .navbar-nav.attr-nav .dropdown-menu li a:hover,
.navbar .navbar-nav.attr-nav .dropdown-menu > ul > li:hover > a {
  background-color: transparent;
}

.navbar .navbar-nav .dropdown-menu li a.active,
.navbar .navbar-nav .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown-menu > ul > .mega-menu-col ul > li:hover > a,
.navbar .navbar-nav .dropdown-menu > ul > li:hover > a {
  color: var(--color-1st) !important;
  font-weight: 600px !important;
  background: #e2e2e2 !important;
}
.pr_search_icon {
  float: right;
  display: none;
}

@media (max-width: 767px) {
  .pr_search_icon {
    display: block;
  }
}
.pr_search_trigger.show i:before {
  content: "\ec2a";
}

.pr_search_trigger {
  font-size: 20px;
  padding: 17px 10px;
}

.header_wrap.fixed-top {
  padding-right: 0 !important;
  position: relative;
}

.header_wrap.nav-fixed {
  animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  animation-fill-mode: none;

  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1041;
}

.header_wrap.nav-fixed .attr-nav li .nav-link .cart_count {
  margin-left: -10px;
}

.header_wrap.nav-fixed .attr-nav li .nav-link i {
  background: transparent;
}

.mega-menu {
  display: table;
  padding: 15px 0;
  width: 100%;
}

.mega-menu,
.mega-menu ul {
  flex-wrap: wrap;
}

.navbar .navbar-nav li.dropdown-mega-menu {
  position: static;
}

.navbar .navbar-nav li.dropdown-mega-menu .dropdown-menu {
  padding-left: 0;
  padding-right: 0;
  right: 0;
}

.mega-menu-col {
  border-right: 1px solid #ddd;
  padding: 0;
}

.mega-menu-col:last-child {
  border-right: 0 !important;
}

.dropdown-menu li a i {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  width: 20px;
}

.cart_list li {
  list-style: none outside none;
}

.header_wrap.nav-fixed .attr-nav li a .cart_count {
  padding: 0 0 0 2px !important;
}
/* .middle-header .cart_count{
  line-height: 16px;
} */

.cart_trigger .amount {
  font-weight: 600;
  margin-left: 8px;
  margin-right: -10px;
  vertical-align: top;
}

/* .navbar-nav .dropdown-menu.cart_box {
  display: block;
  left: auto !important;
  padding: 0;
  position: absolute !important;
  right: 0 !important;
  top: 100% !important;
  transform: scale(0) !important;
  transform-origin: calc(100% - 30px) 0;
  transition: all 0.25s ease-in-out;
  width: 320px;
} */

.navbar-nav .dropdown-menu.cart_box.show {
  transform: scale(1) !important;
}

/* .cart_list li {
  border-bottom: 1px solid #3f3f3f;
  padding: 0 15px;
} */

.item_remove {
  color: #333 !important;
  float: right;
  margin-left: 5px;
}

.cart_list img {
  background-color: #fff;
  /* border: 1px solid #ddd; */
  float: left;
  /* margin-right: 10px; */
  max-width: 80px;
}

.cart_list .delete_icon {
  max-width: 20px;
  color: red;
}

.owl-carousel .owl-item .product-subtitle abbr img {
  display: initial;
  width: 100%;
}

.cart_list a {
  font-size: 14px;
  /* font-weight: 600; */
  color: var(--color-1st) !important;
  padding: 0 !important;
  text-transform: capitalize;
  vertical-align: top;
}

.cart-box span {
  color: #333;
  font-weight: 600;
}

/* .priceDisplay_0 {

} */

.cart_quantity {
  color: var(--color-1st);
  display: table;
  font-weight: 500;
  margin-top: 5px;
  float: right;
}

.cart_total .cart_amount {
  color: #f32b56;
  float: right;
}

.cart-head {
  display: flex;
  flex-direction: row-reverse;
  padding-right: 15px;
  align-content: flex-end;
  padding-top: 15px;
}

.top {
  /* height: 50px; */
  background: #fff;
  /* padding: 20px; */
  display: flex;
  /* justify-content: space-between; */
  flex-direction: column;
  /* align-items: center; */
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
    rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.close:hover,
.close:focus {
  color: var(--color-1st);
  text-decoration: none;
  cursor: pointer;
}

.cart_box {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 440px;
  z-index: 9999;
  background: #fff;
  color: var(--color-1st);
  height: 100%;
  max-width: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.cart_list li {
  display: inline-block;
  width: 100%;
}

.dropdown-menu .cart_list li a i {
  width: auto;
}

.cart_total {
  font-weight: 600;
  margin: 0;
  padding: 10px 15px;
  text-align: right;
}

.cart_total strong {
  float: left;
  font-weight: 600;
}

.cart_btn-wrap {
  margin: 0;
  position: fixed;
  bottom: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart_buttons {
  padding: 10px 15px 20px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 350px;
}

@media (max-width: 599.95px) {
  .cart_box {
    height: 100%;
    max-width: 320px;
  }
}

@media (max-width: 575.98px) {
  .dashboard_menu .nav-tabs li.nav-item a {
    width: 140px !important;
    height: 35px;
  }
}

#close-btn {
  position: fixed;
  z-index: 99999999999;
  top: 0;
}

.cart_buttons .checkout,
.cart_buttons .view-cart {
  padding: 8px 20px !important;
}

.top-header {
  border-bottom: 2px solid #eee;
  /* background: #f7f4eb; */
  background-color: #fef1e1;
}

.top-header.light_skin {
  border-color: hsla(0, 0%, 100%, 0.2);
}

.top-header {
  padding: 10px 0;
  transition: all 0.5s ease-in-out;
}

.top-header[class*="bg-"],
.top-header[class*="bg_"] {
  border: 0;
}

.top-header span {
  font-size: 14px;
  vertical-align: middle;
}

.header_wrap .social_icons li {
  padding-bottom: 0;
}

.contact_detail,
.social_icons {
  font-size: 0;
}

.contact_detail > li:last-child,
.header_list > li:last-child {
  padding-right: 0;
}

.social_icons li {
  display: inline-block;
  padding: 0 5px 5px 0;
}

.social_icons li a {
  color: #687188;
  background-color: #fff !important;
  display: inline-block;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  width: 36px;
  border-radius: 25px;
}

.social_white.social_icons li .ion-social-instagram {
  color: #db6f44 !important;
}

.social_white.social_icons li .ion-social-youtube {
  color: #ff0000 !important;
}

.social_white.social_icons li .ion-social-twitter {
  color: #03a9f5 !important;
}

.social_white.social_icons li .ion-social-facebook {
  color: #1976d3 !important;
}

.breadcrumb-item.active {
  /*color: #004236;*/
  color: var(--color-1st);
  /*font-weight: 600;*/
}

.social_icons li:last-child a {
  margin-right: 0;
}

.header_wrap .social_icons li a {
  color: #333;
}

.contact_detail i {
  font-size: 16px;
  margin-right: 10px;
}

.contact_detail i,
.contact_detail span {
  vertical-align: middle;
}

.contact_detail > li,
.header_list > li {
  color: #333;
  display: inline-block;
  font-size: 14px;
  padding: 2px 15px 2px 0;
  vertical-align: middle;
}

.header_list > li i {
  margin-right: 6px;
  vertical-align: middle;
}

.contact_detail > li a:hover,
.header_list > li .dropdown-item:hover {
  color: #f32b56;
}

.contact_detail li:first-child {
  margin-left: 0;
}

.contact_detail li a span {
  vertical-align: middle;
}

.top-header.light_skin .contact_detail li,
.top-header.light_skin .contact_detail li a,
.top-header.light_skin .widget_text span {
  color: #fff;
}

.top-header.dark_skin .contact_detail li {
  color: var(--color-1st);
}

.nav-fixed .middle-header,
.nav-fixed .top-header {
  display: none !important;
}

.navbar-toggler {
  border-radius: 0;
  color: #333;
  float: right;
  font-size: 28px;
  height: 35px;
  line-height: 36px;
  /* margin: 13px 0 0 3px; */
  /* margin: 5px 0 0 3px; */
  padding: 0;
  transition: none;
  width: 35px;
}

.navbar-toggler[aria-expanded="true"] span:before {
  content: "\f129";
  font-size: 16px;
}

.navbar-toggler[aria-expanded="true"] {
  font-size: 20px;
  line-height: 32px;
}

header .attr-nav + .social_icons {
  border-left: 1px solid #333;
  margin-left: 5px;
  padding-left: 5px;
}

header .attr-nav + .social_icons li {
  padding: 0;
}

header.light_skin .attr-nav + .social_icons {
  border-color: #fff;
}

header.light_skin.nav-fixed .attr-nav + .social_icons {
  border-color: #333;
}

header.light_skin.nav-fixed .social_icons li a {
  color: var(--color-1st);
}

header.light_skin.nav-fixed .social_icons li a:hover {
  color: #0e93d8;
}

.light_skin.top-header span,
.top-header.light_skin .header_list li a {
  color: #fff;
}

.top-header.light_skin .header_list > li:before {
  background-color: #fff;
}

.top-header.light_skin .contact_detail li a:hover,
.top-header.light_skin .header_list li a:hover,
.top-header.light_skin .header_list li a:hover span {
  color: var(--color-1st);
}

/* .main_menu_uppercase .navbar-nav>li>.nav-link {
    text-transform: uppercase;
}
*/
.header_banner_text {
  color: #fff;
}

body.active {
  overflow: hidden;
  padding-right: 17px;
}

.widget_text p:last-child {
  margin-bottom: 0;
}

input.text {
  display: none;
}

.nav_block {
  /* align-items: center;
    display: flex;
    justify-content: space-between;
    height: 73px;
    padding: 0 25px;
    height: 83px;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    overflow: hidden; */
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.categories_wrap {
  position: relative;
}

.categories_btn i {
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.categories_btn span {
  font-weight: 500;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 12px;
}

.categories_btn {
  /* background-color: var(--color-1st);
    border: 1px solid var(--color-1st); */
  background: linear-gradient(360deg, #8f6b29, #e0aa3e, #df9f28);
  color: #fff;
  text-align: left;
  width: 100%;
  border-color: #e0aa3e;
  height: 50px;
}

.bottom_header {
  /* height: 50px; */
  /* padding: 5px 10px;  */
  /* border-top: #F3F3F3 1px solid; */
  color: #fff !important;
  /* background: var(--color-1st);*/
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  /* align-items: center; */
  list-style: none;
  /* height: 50px; */
}

.mobile_side_menu .offcanvas-body .navbar-nav .nav-link {
  display: block;
  /* padding: 0.5rem 0; */
  padding: 0.7rem 0;
  color: var(--color-1st);
  text-transform: capitalize;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  background: #ffffff !important;
  color: #fff !important;
}

.Top__bar p {
  text-align: center;
}

/******categories start******************/

.ltn__category-menu-title h2 {
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  /* letter-spacing: 1px; */
  line-height: 45px;
  margin: 0;
  overflow: hidden;
  padding: 10px 20px 3px;
  position: relative;
  text-transform: uppercase;
}

.ltn__secondary-bg {
  background-color: #0a9a73;
}

.text-color-white {
  color: #fff;
}

.ltn__category-menu-title h2::before {
  content: "\f0c9";
  float: left;
  margin-right: 10px;
}

.ltn__category-menu-title h2::before,
.ltn__category-menu-title h2::after {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  display: block;
  font-size: 14px;
}

.ltn__category-menu-title h2::after {
  content: "\f0dd";
  float: right;
}

.ltn__category-menu-title h2::before,
.ltn__category-menu-title h2::after {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  display: block;
  font-size: 14px;
}

.ltn__category-menu-toggle {
  background-color: #fff;
}

.ltn__category-menu-toggle ul {
  margin: 0;
}

.ltn__category-menu-toggle > ul {
  border-color: #e5eaee;
  border-width: 1px 1px 1px;
  border-style: solid;
  padding: 0;
  margin: 0;
}

.ltn__category-menu-toggle ul li {
  margin-top: 0;
  list-style: none;
  position: relative;
  font-size: 14px;
}

.ltn__category-menu-toggle ul li a {
  display: block;
}

.ltn__category-menu-toggle > ul > li > a {
  padding: 14px 15px 11px;
  display: block;
  font-size: 15px;
  border-bottom: 1px solid #e5eaee;
}

.ltn__category-menu-toggle > ul > li i {
  font-size: 18px;
  margin-right: 5px;
  width: 25px;
  display: inline-block;
}

.ltn__category-submenu.ltn__category-column-5,
.ltn__category-submenu.ltn__category-column-6,
.ltn__category-submenu.ltn__category-column-7,
.ltn__category-submenu.ltn__category-column-8,
.ltn__category-submenu.ltn__category-column-9,
.ltn__category-submenu.ltn__category-column-10,
.ltn__category-submenu.ltn__category-column-11,
.ltn__category-submenu.ltn__category-column-12,
.ltn__category-submenu.ltn__category-column-no-5,
.ltn__category-submenu.ltn__category-column-no-6,
.ltn__category-submenu.ltn__category-column-no-7,
.ltn__category-submenu.ltn__category-column-no-8,
.ltn__category-submenu.ltn__category-column-no-9,
.ltn__category-submenu.ltn__category-column-no-10,
.ltn__category-submenu.ltn__category-column-no-11,
.ltn__category-submenu.ltn__category-column-no-12,
.ltn__category-submenu.ltn__category-column-no-13,
.ltn__category-submenu.ltn__category-column-no-14 {
  width: 730px;
}

.ltn__category-menu-toggle ul {
  margin: 0;
}

.ltn__category-submenu {
  position: absolute;
  left: 100%;
  top: 90%;
  width: 230px;
  z-index: 99;
  background-color: #fff;
  padding: 25px 20px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
  box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 1200px) {
  .ltn__category-menu-toggle ul li {
    font-size: 13px;
  }

  .ltn__category-menu-toggle > ul > li > a {
    padding: 10px 5px;
    font-size: 13px;
  }

  .ltn__category-menu-toggle > ul > li i {
    font-size: 16px;
    width: 20px;
  }
}

@media (max-width: 991px) {
  .ltn__category-menu-toggle {
    max-height: 350px;
    overflow: auto;
    position: absolute;
    width: 100%;
    z-index: 99;
    display: none;
  }

  .ltn__category-menu-drop > a {
    position: relative;
  }

  .ltn__category-submenu {
    display: none;
    opacity: inherit !important;
    visibility: inherit !important;
    left: inherit !important;
    width: 100% !important;
    top: 100%;
    max-height: 350px;
    overflow: auto;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    position: inherit;
    padding: 5px 0px 0px 15px;
  }

  .map_address {
    width: auto;
    height: 250px;
    border: 0;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 20px;
  }

  .map_address {
    width: auto;
    height: 250px;
    border: 0;
  }
}

/*********************categories End*************/
#navCatContent li {
  list-style: none;
}

#navCatContent {
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  left: 0;
  padding: 5px 0 0;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  z-index: 99;
}

.nav_cat {
  height: auto !important;
}

.nav_cat,
.nav_cat.collapse:not(.show) {
  display: block;
}

#navCatContent ul {
  width: 100%;
}

#navCatContent li a {
  font-size: 14px;
  /* text-transform: capitalize; */
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

#navCatContent li a i {
  font-size: 22px;
  line-height: 30px;
  margin-right: 10px;
  vertical-align: middle;
}

#navCatContent li a span {
  vertical-align: middle;
  margin-top: 10px;
  font-size: 12px;
}

#navCatContent li a:hover {
  color: var(--color-1st);
}

#navCatContent li a.dropdown-toggler:after {
  position: absolute;
  right: 15px;
  top: 15px;
}

#navCatContent ul li .dropdown-menu {
  border: 0;
  border-radius: 0;
  box-shadow: 10px 16px 49px 0 rgba(38, 42, 46, 0.05);
  left: 100%;
  margin: 0;
  min-width: 800px;
  padding: 0;
  right: 0;
  top: 0;
  width: 100%;
}

#navCatContent .mega-menu-col {
  border: 0;
}

.more_categories {
  border-top: 1px solid #ddd;
  color: var(--color-1st);
  cursor: pointer;
  display: block;
  font-size: 16px;
  margin-top: 5px;
  padding: 12px 15px;
  position: relative;
  width: 100%;
}

.more_categories:before {
  content: "\ec36";
  font-family: Linearicons;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.more_categories.show:before {
  content: "\ec37";
}

.product_search_form {
  max-width: 600px;
  position: relative;
  width: 100%;
  border-radius: 30px;
  /* box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 20%); */
}

.product_search_form input {
  height: 50px;
  padding-right: 60px !important;
}

.search_btn {
  background-color: #fff;
  border: 0;
  bottom: 1px;
  font-size: 20px;
  padding: 0 15px;
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 9;
  border-radius: 30px;
  /* box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 20%); */
}

.search_btn:hover {
  color: var(--color-1st);
}

.search_btn i {
  vertical-align: middle;
}

.product_search_form select {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product_search_form.rounded_input select {
  border-radius: 30px 0 0 30px;
  padding: 8px 35px 8px 15px;
}

.product_search_form.rounded_input input {
  border-radius: 0 30px 30px 0 !important;
}

.contact_phone i,
.contact_phone span {
  vertical-align: middle;
}

.contact_phone i {
  color: var(--color-1st);
  font-size: 16px;
  /* font-weight: bold; */
  margin-right: 10px;
  /* background-color:var(--color-3rd);
  padding: 0.8rem;
  border-radius: 30px; */
}

.contact_phone span {
  color: #16181b;
}

/* .banner_content_inner {
  padding: 50px;
} */

.banner_section {
  position: relative;
  margin-bottom: 20px;
}
.banner_section .carousel-item {
  width: 100%;
  max-width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat !important;
}

.banner_section:not(.full_screen),
.banner_section:not(.full_screen) .carousel-item {
  height: 800px;
}
.banner_section.slide_medium,
.banner_section.slide_medium .carousel-item {
  height: 500px;
  /* height: 525px; */
}
.banner_section .banner_slide_content {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.indicators_style1 {
  margin-bottom: 15px;
}

.indicators_style1 li {
  background-color: #333;
  border: 0;
  height: 10px;
  margin: 8px;
  position: relative;
  width: 10px;
  border-radius: 50%;
}

.indicators_style1 li:before {
  border: 2px solid #333;
  bottom: 0;
  content: "";
  left: 0;
  margin: -4px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
}

.indicators_style1 li.active {
  background-color: var(--color-1st);
}

.indicators_style1 li.active:before {
  border-color: var(--color-1st);
}

.banner_content .carousel-item {
  padding: 100px 0;
}

.banner_content h2 {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.banner_content p {
  margin-bottom: 30px;
}

.zoom-in {
  animation: zoomin 5s;
}

@keyframes zoomin {
  0% {
    transform: scale(1.2) rotate(3deg);
  }

  to {
    transform: scale(1) rotate(0deg);
  }
}

.hover_effect1 {
  display: block;
  overflow: hidden;
  position: relative;
}

.hover_effect1:after,
.hover_effect1:before {
  background-color: hsla(0, 0%, 100%, 0.6);
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: all 0.9s ease 0s;
  width: 100%;
  z-index: 1;
}

.hover_effect1:before {
  border-top: 1px solid hsla(0, 0%, 100%, 0.4);
  transform: translate(105%);
}

.hover_effect1:after {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.4);
  transform: translate(-105%);
}

.hover_effect1:hover:after,
.hover_effect1:hover:before {
  opacity: 0;
  transform: translate(0);
}

.sale-banner img {
  width: 100%;
}

.categories_box {
  text-align: center;
}

.categories_box a {
  background-color: #f7f7f7;
  display: block;
  padding: 35px 20px;
}

.categories_box i {
  display: block;
  font-size: 40px;
}

.categories_box span {
  display: block;
  margin-top: 5px;
  text-transform: capitalize;
}

.cat_style1 .categories_box a {
  background-color: transparent;
  padding: 0;
}

.cat_style1 .categories_box span {
  margin-top: 10px;
}

.icon_box {
  margin-bottom: 30px;
}

.icon {
  margin-bottom: 15px;
}

.icon_box_content h1,
.icon_box_content h2,
.icon_box_content h3,
.icon_box_content h4,
.icon_box_content h5,
.icon_box_content h6 {
  text-transform: capitalize;
}

.icon i {
  font-size: 30px;
}

.icon_box p:last-child {
  margin: 0;
}

.icon_box_content .link i {
  margin-left: 2px;
  vertical-align: middle;
}

.icon_box_style1 {
  padding: 0 40px;
  position: relative;
  text-align: center;
}

.icon_box_style1 .icon i {
  font-size: 46px;
  line-height: 1;
}

.icon_box_style1:before {
  background-color: #ddd;
  bottom: 15%;
  content: "";
  position: absolute;
  right: 0;
  top: 15%;
  width: 1px;
}

[class*="col-"]:last-child .icon_box_style1:before {
  content: normal;
}

.carousel_slider li {
  list-style: none;
}

.author_img img {
  max-width: 100px;
}

.author_name {
  overflow: hidden;
}

.author_name h6 {
  margin-bottom: 5px;
}

.author_name span {
  color: var(--color-1st);
}

.testimonial_box.box_shadow1 {
  margin: 10px;
}

.testimonial_desc p:last-child {
  margin-bottom: 0;
}

.testimonial_style1 .author_img {
  margin-right: 15px;
}

.testimonial_style1 .author_img img {
  max-width: 60px;
}

.testimonial_style1 .testimonial_desc {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.testimonial_style1 .testimonial_box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column-reverse;
  padding: 25px;
  width: 100%;
}

.testimonial_wrap.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  /* background-color: #f6f6f6; */
  background-color: #fff;
  border: 1px solid rgba(251, 90, 13, 0.1);
  border-radius: 30px;
  z-index: -1;
}

/* .testimonial_wrap:after
{
content: "";
position: absolute;
left: 20px;
right: 20px;
bottom: 0;
top: 103px;
background-color: #f6f6f6;
border: 1px solid rgba(251, 90, 13, 0.1);
border-radius: 10px;
z-index: -1;
} */

.testi_cont {
  display: flex;
  justify-content: center;
  align-items: center;
}

.author_wrap {
  align-items: center;
  display: flex;
  margin: 0 auto;
  margin-bottom: 30px;
}

.testimonial_style1 .author_wrap {
  justify-content: center;
}

.testimonial_wrap {
  padding: 0 60px;
}

/* CAROUSEL STARTS */

.customer-feedback .owl-item img {
  width: 85px;
  height: 85px;
}

.feedback-slider-item {
  position: relative;
  padding: 60px;
  margin-top: -40px;
}

.customer-name {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
}

.feedback-slider-item p {
  line-height: 1.875;
}

.customer-rating {
  background-color: #eee;
  border: 3px solid #fff;
  color: rgba(1, 1, 1, 0.702);
  font-weight: 700;
  border-radius: 50%;
  position: absolute;
  width: 47px;
  height: 47px;
  line-height: 44px;
  font-size: 15px;
  right: 0;
  top: 77px;
  text-indent: -3px;
}

.thumb-prev .customer-rating {
  top: -20px;
  left: 0;
  right: auto;
}

.thumb-next .customer-rating {
  top: -20px;
  right: 0;
}

.customer-rating i {
  color: rgb(251, 90, 13);
  position: absolute;
  top: 10px;
  right: 5px;
  font-weight: 600;
  font-size: 12px;
}

/* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */
.feedback-slider-item:after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  top: 103px;
  background-color: #f6f6f6;
  border: 1px solid rgba(251, 90, 13, 0.1);
  border-radius: 10px;
  z-index: -1;
}

.thumb-prev,
.thumb-next {
  position: absolute;
  z-index: 99;
  top: 45%;
  width: 98px;
  height: 98px;
  left: -90px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.thumb-next {
  left: auto;
  right: -90px;
}

.feedback-slider-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.feedback-slider-thumb:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.customer-feedback .owl-nav [class*="owl-"] {
  position: relative;
  display: inline-block;
  bottom: 45px;
  transition: all 0.2s ease-in;
}

.customer-feedback .owl-nav i {
  background-color: transparent;
  color: rgb(251, 90, 13);
  font-size: 25px;
}

.customer-feedback .owl-prev {
  left: -15px;
}

.customer-feedback .owl-prev:hover {
  left: -20px;
}

.customer-feedback .owl-next {
  right: -15px;
}

.customer-feedback .owl-next:hover {
  right: -20px;
}

/* DOTS */
.customer-feedback .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px;
}
.customer-feedback .owl-dot {
  display: inline-block;
}

.customer-feedback .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  margin: 0 5px;
  background: #fff;
  border: 1px solid rgb(251, 90, 13);
  display: block;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span {
  background-color: rgb(251, 90, 13);
}

/* RESPONSIVE */
@media screen and (max-width: 767px) {
  .feedback-slider-item:after {
    left: 30px;
    right: 30px;
  }
  .customer-feedback .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 45px;
    bottom: auto;
  }
  .customer-feedback .owl-prev {
    left: 0;
  }
  .customer-feedback .owl-next {
    right: 0;
  }
}

footer {
  overflow: hidden;
}

.footer_logo_last {
  max-width: 250px !important;
  height: auto;
}

.footer_dark {
  background: var(--color-1st);
  position: relative;
}

.footer_top {
  padding-top: 120px;
  padding-bottom: 66px;
  background: var(--color-1st);
}

.footer_logo {
  margin-bottom: 20px;
  /* margin-top: -30px; */
}

footer p {
  font-size: 14px;
}

footer .widget {
  margin-bottom: 30px;
}

footer .widget_title {
  position: relative;
  font-family: var(--font-body);
  border: none;
  font-size: 1.25rem !important;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--color-1st);
  line-height: 1;
  border-bottom: 0;
  /* padding: 0 0 15px 0;
margin: -0.12rem 0 33px 0; */
  max-width: 275px;
  left: -4px;
  top: 5px;
}
/* footer .widget_title:before, footer .widget_title:after
{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 61px;
    height: 2px;
    background-color:#fff;
} */

footer .widget_title:after {
  width: 16px;
  border: 3px solid #fff;
  border: 3px solid var(--color-1st);
  height: 10px;
  background-color: transparent;
  bottom: -3px;
  left: 40px;
  -webkit-animation: footerLine 7s linear infinite;
  animation: footerLine 7s linear infinite;
}
footer .widget_links li a {
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize !important;
  font-weight: 500 !important;
  color: #909090 !important;
}

.th-widget-about .footer-info {
  position: relative;
  margin: 0 0 25px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #b2b2b2;
  line-height: 26px;
  padding: 0 0 0 35px;
  max-width: 277px;
}

.th-widget-about .footer-info-title {
  font-size: 16px;
  font-family: var(--title-font);
  font-weight: 600;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 7px;
  margin-top: -0.2em;
}
.th-widget-about .footer-info i {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  position: absolute;
  left: 0;
  font-size: 10px;
}

footer .widget_links li a {
  font-size: 14px;
  font-weight: 400;
  /* padding: 0 0 0 20px; */
  margin-bottom: 22px;
  font-family: var(--body-font);
  display: block;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 0;
  background-color: transparent;
  border-bottom: none;
  position: relative;
}
.footer-widget {
  margin-bottom: 50px;
}

.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}
.widget_links li {
  list-style: none;
  /* padding-bottom: 10px; */
  /* margin-left: 17px; */
}

.widget_links li:last-child {
  padding-bottom: 0;
}

.widget_links li a {
  /* color: #687188; */
  color: #212529;
  font-size: 14px;
  /* letter-spacing: 0.5px; */
  font-weight: normal;
  text-transform: capitalize !important;
}

.contact_info > li {
  list-style: none;
  margin-bottom: 15px;
}

.contact_info > li:last-child {
  margin-bottom: 0;
}

.contact_info li i {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
  margin-top: 4px;
  vertical-align: top;
}

.contact_info li span {
  color: #292b2c;
  float: left;
  margin-right: 10px;
  max-width: 70px;
  width: 100%;
}

.contact_info i + *,
.contact_info span + * {
  color: #687188;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  overflow: hidden;
  font-weight: normal;
}

.contact_info i + * {
  display: inline-block;
  max-width: 78%;
  vertical-align: middle;
}

.contact_info_light li i {
  border-color: #dde0e3;
  color: var(--color-1st);
}

.contact_info_light li a,
.contact_info_light li span {
  color: #dde0e3;
}

.bottom_footer {
  /* padding: 16px 0;  */
  background: var(--color-1st);
  position: relative;
  /* border-top: #585E66 1px solid; */
}

.footer_dark .post_content a,
.footer_dark .widget_links li a,
.footer_dark a,
.footer_dark h1,
.footer_dark h2,
.footer_dark h3,
.footer_dark h4,
.footer_dark h5,
.footer_dark h6,
.footer_dark p {
  color: #ffff !important;
}

.footer_dark .widget_links li a:hover,
.footer_dark a:hover,
.widget_links li a:hover {
  color: var(--color-1st);
}

.footer_dark .widget_links li a span:hover {
  color: #fff !important;
}
.bottom_footer .social_icons li {
  padding-bottom: 0;
}

.footer_payment li {
  display: inline-block;
  list-style: none;
}

.client_logo .cl_logo img {
  margin: 0 auto;
  opacity: 0.7;
  transition: all 0.5s ease-in-out;
  width: 163px;
}

.client_logo .cl_logo:hover img {
  opacity: 1;
}

.breadcrumb_section {
  padding: 15px 0;
  width: 100%;
  background: #fdfdfd !important;
  border-bottom: #eeeeee 1px solid;
  /* border-top: #EEEEEE 1px solid; */
  display: none;
}
.breadcrumb_section .breadcrumb {
  padding: 0;
}

.breadcrumb_section.page-title-mini {
  padding: 15px 0;
}

.page-title-mini .page-title h1 {
  font-size: 28px;
}

.page-title-mini .breadcrumb li {
  font-size: 14px;
  color: #666666;
  padding: 0 6px;
  /* background: #E2F8E3; */
  font-weight: 400 !important;
}
.page-title-mini .breadcrumb li a {
  font-size: 14px;
  color: #333;
  /* background: #E2F8E3; */
  font-weight: 500 !important;
  text-transform: uppercase;
}
.page-title-mini .breadcrumb li a:hover {
  color: var(--color-1st);
}

.page-title h1 {
  font-weight: 700;
  line-height: normal;
  margin: 0;
  text-transform: capitalize;
}

.breadcrumb {
  background-color: transparent;
  margin: 0;
  /* padding: 0;
    float: left; */
}

.breadcrumb-item + .breadcrumb-item:before {
  content: "\f3d1";
  font-family: Ionicons;
  vertical-align: middle;
  /*color: var(--color-1st);*/
  color: #044236;
}

.page-title + .breadcrumb {
  margin-top: 15px;
}

.page-title + span {
  display: inline-block;
  margin-top: 15px;
  width: 100%;
}

.breadcrumb-item a i {
  display: inline-block;
  font-size: 26px;
  line-height: 1;
  margin-right: 5px;
  margin-top: -5px;
  vertical-align: middle;
}

.page-title-video {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -3;
}

.contact_wrap li {
  align-items: center;
  display: flex;
  list-style: none;
  margin-bottom: 25px;
}

.contact_icon {
  margin-right: 20px;
}

.contact_icon i {
  color: var(--color-1st);
  font-size: 34px;
}

.contact_text span {
  color: #333;
  display: block;
  font-weight: 600;
  margin-bottom: 3px;
}

.contact_text p:last-child {
  margin-bottom: 0;
  text-align: center;
}

.contact_text a {
  color: #687188;
  line-height: 28px;
}

.contact_text a:hover {
  color: var(--color-1st);
}

.contact_style3 {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding: 40px 20px;
  text-align: center;
  width: auto !important;
  height: 230px !important;
}

.contact_style3 .contact_icon {
  border: 1px solid var(--color-1st);
  border-radius: 100%;
  display: inline-block;
  height: 80px;
  margin: 0 0 5px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
}

.contact_style3 .contact_icon i {
  line-height: 78px;
  transition: all 0.5s ease-in-out;
}

.contact_style3 .contact_icon:before {
  background-color: #004236;
  border-radius: 100%;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
  transition: all 0.5s ease-in-out;
  z-index: -1;
}

.contact_style3:hover .contact_icon:before {
  transform: scale(1);
}

.contact_style3:hover .contact_icon i {
  color: var(--color-1st);
}

.divider {
  height: 4px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.divider.center_icon,
.divider.text_divider {
  height: auto;
}

.divider.center_icon,
.divider.text_divider {
  text-align: center;
}

.divider.text_divider span {
  background-color: #fff;
  font-size: 30px;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}

.divider:after,
.divider:before {
  border-top: 1px solid #ddd;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.divider:before {
  margin-top: -1px;
}

.divider:after {
  margin-top: 1px;
}

.divider i {
  background-color: #fff;
  color: #d9d9d9;
  font-size: 30px;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.accordion .card .card-header {
  background-color: transparent;
  margin: 0;
  padding: 0;
}

.accordion .card-header a {
  display: block;
  line-height: normal;
  padding: 15px 40px 15px 15px;
}

.accordion .card-body p:last-child {
  margin: 0;
}

.adressmarkup .card-body {
  border: 1px solid #d3d3d3;
}

.card-body p {
  margin-bottom: 15px;
}

.error_wrap {
  width: 100%;
}

.error_txt {
  color: #333;
  font-size: 150px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}

.search_form form {
  position: relative;
}

.search_form form input {
  height: 50px;
  padding: 5px 60px 5px 20px;
}

.search_form form input:focus {
  height: 50px;
}

.search_form .icon_search {
  border-left: 1px solid #ddd;
  border-radius: 0;
  padding: 0 0 0 15px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.search_form .icon_search i {
  font-size: 24px;
  margin-right: 0;
}

.form-note {
  color: #004236 !important;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 15px;
}

.login_wrap {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.login-bg {
  /* background: url(../images/bg-banner.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
}

.login_register_wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  height: 100vh;
}

.login_footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 5px;
  width: 100%;
}

.login_footer a {
  color: #687188;
}

/*****login start*****/

.form__input:focus {
  /* box-shadow: inset 4px 4px 4px #d1d9e6, inset -4px -4px 4px #f9f9f9; */
}

/******login end*****/

.countdown_time {
  display: table;
  width: 100%;
}

.countdown_time .countdown_box {
  float: left;
  padding: 0 15px;
  width: 25%;
}

.countdown-wrap {
  display: inline-block;
  text-align: center;
}

.countdown_time .cd_text {
  display: block;
}

.countdown_box .countdown {
  color: #292b2c;
  font-size: 40px;
}

.countdown_time.countdown_style4 {
  display: block;
  margin: 0 -2px;
  width: auto;
}

.countdown_time.countdown_style4 .countdown_box {
  padding: 0 2px;
}

.countdown_style4 .countdown_box .countdown-wrap {
  /* background-color: #f2f2f2; */
  background-color: rgba(0, 66, 54, 0.04);
  padding: 10px;
  text-align: center;
  width: 100%;
  /* background: transparent linear-gradient(45deg, #8D6B35 0%, #C9974C 30%, #FCC270 60%, #C9974C 100%) 0% 0% no-repeat padding-box; */
}

.deal_wrap {
  align-items: center;
  border: 2px solid var(--color-1st);
  border-radius: 20px;
  display: flex;
  overflow: hidden;
}

.deal_wrap .product_img {
  max-width: 300px;
  width: 100%;
}

.deal_content {
  padding: 30px 30px 30px 0;
  width: 100%;
}

.deal_content .product_info {
  padding: 0;
}

.deal_content .product_info .price {
  color: var(--color-3rd);
}

.deal_wrap .countdown_box .countdown {
  font-size: 24px;
}

.deal_wrap .countdown_time .cd_text {
  font-size: 13px;
}

.deal_progress {
  display: block;
  padding-top: 5px;
}

.stock-available {
  float: right;
}

.deal_progress .progress {
  border-radius: 20px;
  margin-bottom: 20px;
  margin-top: 5px;
  background-color: rgba(0, 66, 54, 0.04);
}

.deal_progress .progress-bar {
  background-color: var(--color-1st);
  text-indent: -99999px;
}

.shorting_icon {
  border: 1px solid #ced4da;
  border-radius: 4px;
  float: left;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  margin-right: 10px;
  text-align: center;
  width: 45px;
}

.shorting_icon .ti-layout-list-thumb {
  font-size: 24px;
  line-height: 45px;
}

.shorting_icon.active {
  background-color: var(--color-1st);
  /* border-color: #ff324d; */
  color: #fff;
}

.product_header {
  justify-content: space-between;
}

.product_header,
.product_header_right {
  align-items: center;
  display: flex;
  color: var(--color-1st);
  font-weight: 400;
}

.products_view {
  display: inline-block;
  vertical-align: middle;
}

.product-name {
  color: var(--color-1st);
  line-height: 1.3;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1rem;
  font-weight: 500;
  /** height: 55px;**/
  margin: 0.5rem 0;
}
.product-content {
  text-align: center;
}

.product-category {
  font-size: 16px;
  color: var(--color-2nd);
  margin: 0px;
  font-weight: 400;
}

.product-content__footer .product-price--main {
  margin-left: 0;
  top: 2px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-1st);
}

.product_info hr {
  margin: 20px 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

.add-btn__wrap .cart__btn {
  color: #fff;
  background: var(--color-1st);
  border: none;
  padding: 10px 0;
  font-size: 12px;
  cursor: pointer;
  font-weight: 500;
  margin: 5px 0 10px;
  width: 100%;
  border-radius: 3px;
  transition: background 0.3s ease, color 1s ease, transform 1s ease,
    box-shadow 1s ease, opacity 1s ease;
  letter-spacing: 1px;
  border-radius: 5px;
  text-transform: uppercase;
}

.product-content__footer {
  padding: 12px 0;
}

.hov-btn3:hover {
  border-color: var(--color-third);
  background-color: var(--color-third);
  color: #fff;
}

.bor4 {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
.trans-04 {
  color: var(--color-1st);
}
.size-105 {
  min-width: 111px;
  height: 40px;
}

.size-104 {
  min-width: 94px;
  height: 40px;
}

.rate i {
  color: #ecba0b;
  font-size: 0.75em;
}
.product-thumb {
  position: relative;
  text-align: center;
  overflow: hidden;
  /* margin-bottom: 1rem; */
}
.product-thumb__image {
  display: block;
  height: 100%;
  width: 100%;
}

.product-thumb__image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s ease-in-out;
  z-index: 1;
}

.product-thumb__actions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.25em 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.2s ease-in-out;
}

.product_wrap:hover .product-thumb__actions {
  opacity: 1;
  transform: translateY(0);
}

.product-thumb__actions .product-btn {
  margin: 10px 0.3125em;
  display: inline-block;
  border-radius: 100%;
}

.product-thumb__actions .product-btn .product__actions__item {
  height: 3.57143em;
  width: 3.57143em;
  padding: 0;
  line-height: 3.57143em;
}
.product-thumb__actions .product-btn .product__actions__item {
  margin-left: 0;
  padding-left: 0;
}
.product-thumb__actions .product-btn .product__actions__item:first-child {
  margin-left: 0;
  padding-left: 0;
}

.product-thumb__actions .product-btn .product__actions__item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.btn.-white:hover {
  border-radius: 100%;
  background-color: #fff;
}

.btn.-white:hover {
  transform: scale(1.02);
  /* box-shadow: 0px 10px 20px rgba(81, 63, 238, 0.4); */
  box-shadow: 0px 10px 20px rgba(0, 163, 255, 0.4);
  color: var(--color-1st) !important;
}

.product,
.product_wrap {
  box-shadow: none;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.5s ease-in-out;
  background: #fff;
  /* padding: 5px; */
  /* background: #f4fbf4;*/
}

@media (max-width: 767px) {
  .col-6 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .product-content__footer .product-price--main {
    font-size: 16px;
  }
  .product-name {
    font-size: 1rem;
  }

  .add-btn__wrap .cart__btn {
    font-size: 11px;
    padding: 8px;
  }
}

/* .product_wrap:hover{
    border: #f8f8f8 1px solid;
} */

.product_wrap .pr_action_btn li a {
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  height: 35px;
  line-height: 35px;
  width: 35px;
}

.product_wrap .pr_action_btn li a i {
  /* font-size: 16px; */
  line-height: 35px;
  /* font-size: 22px; */
  /* color: #004236; */
}

/* .carousel_slider .product,
.carousel_slider .product_wrap {
    margin: 5px;
}
*/
.product_img img {
  transition: all 0.3s ease-in-out;
}

.product_img .product_hover_img {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translateX(100%);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  z-index: -1;
}

.product:hover .product_img .product_hover_img,
.product_wrap:hover .product_img .product_hover_img {
  opacity: 1;
  transform: translateX(0);
  z-index: 0;
}

.pr_desc {
  display: none;
}

.icon-basket-loaded {
  margin-right: 8px;
}
.pr_flash {
  font-size: 13px;
  left: 10px;
  text-transform: uppercase;
  top: 10px;
  z-index: 1;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: 500;
  margin: 1px 0 0 1px;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 3px;
}

.product_info {
  padding: 0;
  background-color: transparent !important;
}
#cart_price a {
  display: block;
  color: #5b5b5b;
  padding: 11px 14px;
  width: 100%;
  border: none !important;
  margin-top: 10px;
}

#cart_price .on_sale {
  color: #f9a602;
}

/* #cart_price del
    {
        color: #d6cd56;
    } */

.price__wrap {
  /* background: #F8C3B1; */
  /* background: rgb(0, 66, 54);  */
  background: var(--color-1st);
  color: var(--color-1st);
  text-align: center;
  margin-top: 10px;
  width: 100%;
}

#cart_price {
  position: relative;
  cursor: pointer;
  border: none !important;
  width: 100%;
}

/* #cart_price:before {
    opacity: 0;
    content: 'Buy Now';
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background: rgb(0, 66, 54);
    border: none !important;
    color: #fff;
    text-align: center;
    pointer-events: none;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
} */

.price,
.on_sale {
  opacity: 1;
}

#cart_price:hover:before {
  opacity: 1;
}

.product-blocks .price__wrap {
  /* background: rgb(0, 66, 54);  */
  background: var(--color-1st);
}

.product-blocks .price {
  color: var(--color-1st);
}

.product-blocks .product_list .product_info {
  background: #fff !important;
}

.product-blocks #cart_price:hover:before {
  opacity: 0;
}

.product-blocks #cart_price:hover .price {
  opacity: 1;
}

.product-blocks #cart_price:hover .on_sale {
  opacity: 1;
}

.product_price {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .price {
    font-size: 14px;
  }

  .product_price del {
    font-size: 14px;
    padding-left: 8px;
    margin-top: 5px;
  }

  #cart_price a {
    padding: 8px 0px;
  }
}

.product-price del {
  color: #919191;
  margin-left: 5px;
}

.on_sale {
  color: #388e3c;
  /* display: inline-block; */
  font-size: 12px;
  display: none;
}

/* .product_price {
    margin-bottom: 5px;
    margin-top: 10px;
} */

.product .rating_wrap {
  align-items: center;
  display: flex;
  position: relative;
}

.product.text-center .rating_wrap {
  justify-content: center;
}

.rating_num {
  font-size: 14px;
  margin-left: 5px;
  position: relative;
  top: -2px;
}

.rating_num,
.rating_wrap .rating {
  display: inline-block;
  vertical-align: middle;
}

.rating_wrap .rating {
  font-family: Font Awesome\5 Free;
  font-size: 12px;
  height: 20px;
  overflow: hidden;
  position: relative;
  width: 70px;
}

.rating:before {
  content: "\f005\f005\f005\f005\f005";
  font-size: 12px;
}

.product_rate,
.rating:before {
  color: #f6bc3e;
  float: left;
  left: 0;
  position: absolute;
  top: 0;
}

.product_rate {
  overflow: hidden;
  padding-top: 1.5em;
}

.product_rate:before {
  content: "\f005\f005\f005\f005\f005";
  font-size: 12px;
  left: 0;
  position: absolute;
  top: 0;
}

.product_action_box {
  /* left: 0;
    padding-top: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
    z-index: 2; */

  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.25em 0;
  z-index: 2;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.2s ease-in-out;
}

.product_img:hover .product_action_box {
  opacity: 1;
  transform: translateY(0);
}

.pr_action_btn {
  display: table;
  margin: 0 auto;
}

.product_img {
  overflow: hidden;
  position: relative;
  /* margin-top: 10px !important; */
}

.product_img:before {
  background-color: transparent !important;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}

.product:hover .product_img:before {
  opacity: 1;
}

.pr_action_btn li {
  display: inline-block;
  margin: 0 5px;
  position: relative;
}

.product_wrap .pr_action_btn li {
  /* display: block; */
  margin: 10px 0;
}

.product_wrap .pr_action_btn {
  margin: 0 0 0 10px;
}

.product_action_box li {
  opacity: 0;
  transform: translateY(15px);
}

.product_action_box li:first-child {
  transition: all 0.2s ease 0s;
}

.product_action_box li:nth-child(2) {
  transition: all 0.3s ease 0s;
}

.product_action_box li:nth-child(3) {
  transition: all 0.4s ease 0s;
}

.product_action_box li:nth-child(4) {
  transition: all 0.5s ease 0s;
}

.product:hover .product_action_box li,
.product_wrap:hover .product_action_box li {
  opacity: 1;
  transform: translate(0);
}

.pr_action_btn li a {
  background-color: #fff;
  display: block;
  font-size: 0;
  height: 37px;
  padding: 0;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  width: 37px;
}

.pr_action_btn li a i {
  font-size: 18px;
  line-height: 37px;
  vertical-align: middle;
}

.product .product_title,
.product_wrap .product_title {
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: pre-wrap;
  color: #111;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.625em;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  display: block;
  margin-bottom: 0.625em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
  font-family: var(--font-body);
}

@media (max-width: 767px) {
  /* .product,
  .product_wrap {
      display: flex;
  }
*/
  .list-item_category_row {
    display: none;
  }
  .ingredients-block {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
  }
  .ingedients-name {
    text-align: center;
  }
  .product-subtitle {
    display: flex;
    justify-content: flex-start !important;
    /* align-items: center; */
  }

  .product_title {
    /* text-align: left !important; */
    text-transform: capitalize;
    height: auto !important;
    text-overflow: none !important;
  }

  .product_img {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .review_off .product_img {
    max-width: 100% !important;
  }

  .price__wrap {
    border-radius: 5px;
  }

  .shop_container .grid .product_info {
    max-width: 100%;
    padding: 4px;
  }

  .shop_container .list {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .shop_container.list .product-card-review {
    margin: 0 auto;

    align-items: center !important;
  }

  .shop_container.list .product_title {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
  }

  .shop_container.grid .product_info {
    display: block;
    width: -webkit-fill-available;
    text-align: left !important;
  }

  .shop_container.list .list_product_action_box {
    left: 0;
    padding-top: 0;
    position: absolute;
    text-align: center;
    top: 91%;
    right: 1%;
    /* transform: translateY(-50%); */
    transition: all 0.5s ease-in-out;
    z-index: 2;
  }
  .news-letter-body .news-letter-input {
    height: 40px !important;
  }
  .news-letter-body .heading_s4 {
    margin-bottom: 8px !important;
    text-align: left !important;
  }
  .news-btn:hover {
    color: var(--color-1st) !important;
    background: var(--color-1st) !important;
  }
  .news-letter-body .news-letter-btn {
    padding-top: 10px !important;
  }
  .news-letter-body .form-control {
    -moz-appearance: none;
    appearance: none;
    box-shadow: none !important;
    background: white;
    outline: none !important;
    border: 1px solid #044326 !important;
    font-size: 18px;
    font-weight: 300;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 5px !important;
  }
  .news-letter-body .custome-checkbox .form-check-label:before {
    border-radius: 5px;
    border: 2px solid var(--color-1st) !important;
    content: "";
    display: inline-block;
    height: 17px;
    margin: 0 8px 0 0;
    vertical-align: middle;
    width: 17px;
  }
  .news-letter-body .news-btn {
    border-radius: 5px !important;
  }

  .cart-mobile {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
  }
  .cart-mobile-title {
    text-align: left;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .cart-item1 {
    display: flex;
  }
  .cart {
    padding: 10px !important;
    border: 0 !important;
  }
  .featured-icon .sp-iconfeatured {
    padding: 15px 4px !important;
  }
  .featured-icon .sp-iconfeatured .title {
    font-size: 7px !important;
  }
  .trending_products .owl-stage-outer {
    height: 160px !important;
  }
  .trending_products .owl-stage-outer .owl-item.active {
    width: 100%;
    margin-right: 20px;
  }
  .trending_products .col-12 {
    padding: 0 !important;
  }
  .product_info {
    padding: 8px;
    width: 100%;
  }
  .deal_content .product_info {
    width: 100% !important;
  }
}
.cart-main {
  display: block;
}
/* .share-it-icon {
margin: 0 0 0 20px;
padding: 10px 20px;
background: #e4e4e4;
color: var(--color-1st);
transition: background 0.4s ease, color 0.4s ease;
} */
@media screen and (max-width: 575.98px) {
  .cart-item1 {
    display: block;
  }
  .cart-main {
    display: flex !important;
  }
  .cart-main img {
    width: 25%;
  }
  .cart-main h6 {
    width: 75%;
    text-align: left !important;
    padding-left: 10px;
  }
  .share-it-icon {
    margin-top: 0 !important;
    display: flex;
    align-items: center;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 14px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: var(--color-1st);
}
.cartUpdate {
  border: 1px solid #7268687a !important;
  background: #ffffff !important;
  border-radius: 10px;
  width: 20px;
}

@media (min-width: 1849px) {
  .product .product_title,
  .product_wrap .product_title {
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    height: auto;
    white-space: nowrap;
  }
}

.product-card-review {
  display: flex;
  align-items: initial;
}

/*.product-card-review svg {
  vertical-align: inherit !important;
} */

/*.product_img img{
  width: 201px !important;
} */

.product_color_switch span {
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: 5px;
  position: relative;
  vertical-align: middle;
  width: 15px;
}

.product .product_color_switch span {
  opacity: 0;
  transform: translateY(15px);
}

.product_color_switch span.active:before {
  border: 2px solid #fff;
  border-radius: 100%;
  bottom: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  content: "";
  left: 0;
  margin: -3px;
  position: absolute;
  right: 0;
  top: 0;
}

.product .pr_switch_wrap {
  background-color: #fff;
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 7px 15px;
  position: absolute;
  right: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}

.product:hover .pr_switch_wrap {
  opacity: 1;
  visibility: visible;
}

.product:hover .product_color_switch span {
  opacity: 1;
  transform: translateY(0);
}

.product_color_switch span:first-child {
  transition: all 0.2s ease 0s;
}

.product_color_switch span:nth-child(2) {
  transition: all 0.3s ease 0s;
}

.product_color_switch span:nth-child(3) {
  transition: all 0.4s ease 0s;
}

.product_color_switch span:nth-child(4) {
  transition: all 0.5s ease 0s;
}

.product_color_switch span:nth-child(5) {
  transition: all 0.6s ease 0s;
}

.product_color_switch span:nth-child(6) {
  transition: all 0.7s ease 0s;
}

.product_color_switch span:nth-child(7) {
  transition: all 0.75s ease 0s;
}

.product_list .product,
.product_list .product_wrap {
  align-items: center;
  display: flex;
  margin-bottom: 30px;
  padding: 15px;
}

.product_list .product_img {
  flex: 0 0 30%;
  max-width: 30%;
  width: 100%;
}

.product_list .product_info {
  flex: 0 0 70%;
  max-width: 70%;
  padding: 0 0 0 15px;
  text-align: left;
}

.product_list .product_img:before {
  content: normal;
}

.mfp-ajax-holder .mfp-content .ajax_quick_view {
  background-color: #fff;
  margin: 6px auto;
  max-width: 980px;
  padding: 30px;
  position: relative;
}

.mfp-ajax-holder .mfp-content .ajax_quick_view .price {
  color: var(--color-1st);
  font-family: var(--font-body);
  font-size: 1.125rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  margin: 0px;
}

.mfp-close {
  height: 30px;
  line-height: normal;
  width: 30px;
}

.product-image {
  position: relative;
}

.pr_detail .pr_desc p {
  margin-bottom: 15px;
}

.pr_detail .rating_wrap {
  float: right;
  margin-top: 7px;
}

.pr_detail .price {
  font-size: 26px;
  margin-top: 16px;
  font-weight: 500;
  vertical-align: middle;
  color: var(--color-1st);
  margin-bottom: 20px;
}

.cart-product-quantity {
  display: table;
  margin: 0 !important;
}

.quantity .minus,
.quantity .plus {
  background-color: #e2e2e2;
  color: #333;
  border: 0;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 24px;
  height: 34px;
  line-height: 16px;
  margin: 4px;
  padding: 0;
  text-align: center;
  width: 34px;
}

.quantity .minus {
  padding-left: 4px;
}

.quantity .qty {
  background-color: transparent;
  border: 1px solid #ddd;
  float: left;
  height: 36px;
  margin: 3px;
  padding: 0;
  text-align: center;
  width: 55px;
}

.cart_extra {
  align-items: center;

  flex-wrap: wrap;
}

.zoomContainer {
  z-index: 99;
}

.zoom_image .zoomContainer {
  z-index: 1043;
}

.zoom_gallery_image .zoomContainer {
  z-index: 0;
}

.list_brand li {
  list-style: none;
  font-size: 14px;
  line-height: 30px;
  color: var(--color-1st) !important;

  padding: 8px 20px 10px 0;
  position: relative;
  /* font-size: 16px; */
  font-size: 14px;
  letter-spacing: 0px;
}

.list_brand li:last-child {
  margin-bottom: 0;
}

.cart_btn .add_compare,
.cart_btn .add_wishlist {
  display: inline-block;
  font-size: 20px;
  margin-right: 5px;
  margin-left: 15px !important;
  vertical-align: middle;
}

.product_gallery_item a {
  border: 1px solid #ddd;
  display: block;
  padding: 5px;
}

.product-meta li {
  list-style: none;
  margin-top: 15px;
}

.product-meta a {
  font-size: 14px;
}

.slick-vertical .slick-slide {
  border: 0;
}

.slick-list {
  padding: 0 !important;
}

.product_gallery_item.slick-slider .slick-slide {
  margin-left: 5px;
  margin-right: 5px;
  /* width: 100% !important; */
}

.product-image .box {
  display: flex;
  flex-direction: row;
}

/* .product-detail-sec{
padding: 30px 0;
} */
.product-image .slick-list {
  margin-left: -5px;
  margin-right: -5px;
}

.product_gallery_item a.active {
  border-color: var(--color-1st);
}

.product_img_box {
  /* border: 1px solid #F3F3F3;  */
  margin-bottom: 10px;
  overflow: hidden;
  /* padding: 10px; */
  position: relative;
}

@media screen and (min-width: 1400px) {
  .product_img_box {
    width: 99%;
    margin: 0 auto;
  }
}
.product_img_zoom {
  background-color: #fafafa;
  border-radius: 100%;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 20px;
  width: 40px;
  z-index: 999;
}

/* .product_share {
  margin-top: 15px;
} */
/* .product_share > span {
  margin-right: 10px;
} */

.product_share .social_icons,
.product_share > span {
  display: inline-block;
  vertical-align: middle;
}

.product_share .social_icons li {
  padding-bottom: 0;
}

.filter_price .ui-widget.ui-widget-content {
  background-color: #ddd;
  border: 0;
  border-radius: 0;
  height: 4px;
  margin-bottom: 20px;
}

.mob_filter_price .ui-widget.ui-widget-content {
  background-color: #ddd;
  border: 0;
  border-radius: 0;
  height: 4px;
  margin-bottom: 20px;
}

.ui-slider-horizontal .ui-slider-range {
  height: 100%;
  top: 0;
}

.filter_price .ui-slider .ui-slider-range {
  /* background-color: var(--color-1st); */
  background-color: var(--color-1st);
  border-radius: 0;
}

.mob_filter_price .ui-slider .ui-slider-range {
  background-color: var(--color-1st);
  border-radius: 0;
}

.filter_price .ui-slider .ui-slider-handle {
  background-color: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  height: 18px;
  margin: 0;
  top: -8px;
  width: 18px;
}

.mob_filter_price .ui-slider .ui-slider-handle {
  background-color: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  height: 18px;
  margin: 0;
  top: -8px;
  width: 18px;
}

.price_range {
  color: #292b2c;
}

#flt_price {
  font-weight: 600;
  margin-left: 5px;
}

#mob_flt_price {
  font-weight: 600;
  margin-left: 5px;
}

.shop_container {
  position: relative;
}

.loading_pr {
  background-color: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

/* .rating-svg-wrapper svg
{
  width: 12px;
  height: 12px;
  margin-top: 3.5px;
} */
.shop_container.list .product-subtitle .product-card-review-count-text {
  padding-left: 6px;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 20px;
  margin-top: 2px;
}

.shop_container.list .on_sale,
.price {
  opacity: 1;
}

.shop_container.list #cart_price:hover .price,
.shop_container.list #cart_price:hover del,
.shop_container.list #cart_price:hover .on_sale {
  opacity: 0;
}

.shop_container.grid #cart_price:hover .price,
.shop_container.grid #cart_price:hover del,
.shop_container.grid #cart_price:hover .on_sale {
  opacity: 0;
}

.shop_container.list .product-subtitle {
  display: flex;
  justify-content: center;
  align-items: initial !important;
}

.shop_container.list .product-card-review {
  display: flex;
  align-items: initial !important;
}

.shop_container.list .product-subtitle abbr {
  font-size: 16px !important;
  color: #313131;
  display: block;
}

.shop_container.list .rating-svg-wrapper svg {
  width: 16px;
  height: 16px;
  margin-top: 3.5px;
}

.shop_container .loading_pr {
  top: -7px;
}

.shop_container .mfp-preloader {
  top: 100px;
}

.shop_container.list .product_action_box,
.shop_container:not(.list) .list_product_action_box {
  display: none;
}

.shop_container.list .product_img:before {
  content: normal;
}

.shop_container.list [class*="col-"] {
  flex: 0 0 100%;
  max-width: 100%;
}

.shop_container.list .product {
  display: flex;
  width: 100%;
  align-items: center;
}

.shop_container.list .product_img {
  float: left;
  max-width: 280px;
  width: 100%;
}

.shop_container.list .product .product_title {
  font-size: 18px;
  /* margin-bottom: 15px; */
}

.shop_container.list .product_info {
  overflow: hidden;
  padding: 15px 30px;
  width: 100%;
  /* text-align: left; */
}

.shop_container.list .product_info .price__wrap {
  /*background: #fff; */
  width: 40%;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  margin: 15px auto;
}

.shop_container.list .product-info-wrap .list-item_category_star h6 {
  /* letter-spacing: 0.05em; */
  font-size: 12px;
  float: left;
  font-weight: 500;
  margin: 5px 0px;
}

.shop_container.list .product_info .price__wrap .price {
  /* color: var(--color-3rd); */
  font-size: 16px;
}

.shop_container.list .product .product_title,
.shop_container.list .product_wrap .product_title {
  overflow: hidden;
  /* text-overflow: ellipsis; */
  text-transform: capitalize;
  height: auto;
  white-space: normal;
  margin-top: 25px;
  line-height: 38px;
}

.shop_container.list .stock-low {
  color: #fff;
  background: #f9a602;
  padding: 3px;
  margin-bottom: 0.5rem;
  font-size: 12px;
}

.shop_container.list .product_price {
  float: left;
}

.shop_container.list .product .rating_wrap {
  display: block;
  float: right;
}

.shop_container.list .pr_desc {
  display: block;
  margin-bottom: 10px;
  max-height: 84px;
  min-height: 58px;
  overflow: hidden;
  width: 100%;
}

.shop_container.list .pr_desc p {
  margin-bottom: 0;
}

.shop_container.list .product .pr_switch_wrap,
.shop_container.list .product_action_box {
  position: static;
}

.shop_container.list .product .pr_switch_wrap {
  margin-bottom: 10px;
  opacity: 1;
  padding: 0;
  visibility: visible;
}

.shop_container.list .product .product_color_switch span {
  opacity: 1;
  transform: translateY(0);
}

.shop_container.list .product_action_box li {
  filter: alpha(opacity=1);
  opacity: 1;
  transform: translate(0);
}

.shop_container.list .pr_action_btn {
  display: flex;
  /* flex-direction: column; */
  margin: 0;
  justify-content: flex-start;
  align-items: center;
}

.shop_container.list .pr_action_btn li {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.shop_container.list .pr_action_btn li a {
  box-shadow: none;
  /* border: 1px solid var(--color-1st); */
  /* background-color: var(--color-1st); */

  display: flex;
  justify-content: center;
  align-items: center;
}

.shop_container.list .product_wrap .pr_action_btn li a i {
  /* font-size: 16px; */
  /* color: #fff; */
  color: green;
}

.shop_container.list .product_wrap .pr_action_btn li a i:hover {
  /* font-size: 16px; */
  color: #303537;
}

.shop_container.list .pr_action_btn li a:hover {
  background-color: transparent;
  color: var(--color-1st);
}
.shop_container.list .list_product_action_box .pr_action_btn li.add-to-cart a {
  background-color: var(--color-3rd);
  border: 1px solid var(--color-3rd);
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  height: auto;
  padding: 0 10px;
  width: auto;
}

.shop_container.list .pr_action_btn li.add-to-cart a:hover {
  background-color: transparent;
  color: var(--color-1st);
}

.shop_container.list .pr_action_btn li.add-to-cart a i {
  line-height: normal;
  /* margin-right: 5px; */
}

.shop_container.list .product-content__footer .product-price--main {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color-1st);
}
.shop_container.list .product-content {
  text-align: left;
}
.shop_container.list .product-content__footer {
  padding: 5px 0;
}
.shop_container.list .product-content__footer .product-price--main {
  margin-left: 0;
}

.shop_container.list .product-info-wrap .list-item_category_star {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column-reverse;
  gap: 10px;
  margin-bottom: 0.5rem;
}

.shop_container.list .product-info-wrap .special-features {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.shop_container.grid .product-info-wrap .special-features {
  display: none;
}
.shop_container.list .product-info-wrap .btn-cart {
  width: 30%;
  border-radius: 2px;
  padding: 5px 0;
  margin-top: 1rem;
  background: var(--color-1st);
}

@media (max-width: 991px) {
  .shop_container.list .product-info-wrap .btn-cart {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .shop_container.list .product-info-wrap .btn-cart {
    width: 50%;
  }
  .shop_container.list .product-content__footer .product-price--main {
    font-size: 1rem;
  }
}

.product_tab_title span {
  font-weight: 600;
}

.tab-content.shop_info_tab {
  margin-top: 40px;
}

.tab-content.shop_info_tab #description .container .row {
  align-items: center;
}

.comment_list,
.comments li {
  margin-bottom: 20px;
}

.comments li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.comment_img {
  float: left;
}

.comment_img img {
  border-radius: 100%;
  max-width: 100px;
}

.comment_block {
  padding-left: 120px;
}

.comment_block .rating_wrap {
  float: right;
}

.description p:last-child {
  margin: 0;
}

.star_rating > span {
  color: #f6bc3e;
}

.star_rating span {
  cursor: pointer;
  display: inline-block;
}

.star_rating span i {
  font-size: 20px;
}

.star_rating > span.selected i:before {
  font-weight: 900;
}

.releted_product_slider .item {
  margin: 10px 0 0;
}

.releted_product_slider .product {
  margin-bottom: 15px;
}

.mfp-ajax-holder .compare_box {
  background-color: #fff;
  margin: 6px auto;
  padding: 30px;
  position: relative;
  width: 90%;
}

.compare_box .table {
  display: block;
  margin: 0;
}

.compare_box table tr td {
  vertical-align: middle;
  width: 27%;
}

.compare_box table tr td.product_name {
  text-transform: capitalize;
}

.compare_box table tr td.row_title {
  font-weight: 600;
  text-transform: uppercase;
  width: 270px;
}

.row_remove a,
.row_remove a:hover {
  color: red;
}

.product_name a {
  font-weight: 600;
}

.product-thumbnail img {
  /* max-width: 100px; */
  width: 200px;
}

.shop_cart_table td,
.shop_cart_table th {
  text-align: center;
  vertical-align: middle;
}

.wishlist-table .table > tbody {
  vertical-align: inherit;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 10px 5px;
  margin: 5px;
}

.wishlist-table .table > tbody .product__icon-wrap {
  display: flex;
  justify-content: space-between;
}

.wishlist-table .table > tbody .product-name {
  /* overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  height: 40px;
  white-space: pre-line; */
  white-space: nowrap;
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wishlist-table .table > tbody .product-price {
  margin: 10px 0;
  font-size: 18px !important;
  color: var(--color-3rd);
}

.wishlist-table .table > tbody .btn-dark {
  background-color: #b60d1b !important;
  border: 1px solid #b60d1b !important;
}

.wishlist-table .table > tbody .btn-fill-out:after,
.wishlist-table .table > tbody .btn-fill-out:before {
  background-color: #ffff !important;
}

.wishlist-table .table > tbody .btn-fill-out {
  border: 1px solid var(--color-3rd) !important;
  color: var(--color-3rd) !important;
}

.wishlist-table .table > tbody .btn-fill-out:hover {
  border: 1px solid var(--color-1st) !important;
  color: var(--color-1st) !important;
  font-weight: bold;
}

.wishlist-table .table > tbody .product-thumbnail {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 6px rgba(82, 53, 40, 0.2);
  box-shadow: 0 0 6px rgba(82, 53, 40, 0.2);
  height: 100%;
}

/*
.table .product-thumbnail
{
  width:150px;
  height:150px;
} */

.cart-product-table-wrap .product-quantity input {
  width: 50px !important;
}

.cart-product-table-wrap tr:nth-child(even) {
  background-color: #eee;
}

.cart-product-table-wrap tr:nth-child(odd) {
  background-color: #fff;
}

.cart-product-table-wrap .cart_totals {
  border-radius: 5px;
  background-color: #f9f4e8;
  padding: 25px;
  margin-top: 0;
}

.cart-product-table-wrap table {
  width: 100%;
}

.shop_cart_table td.product-name,
.shop_cart_table th.product-name {
  text-align: left;
  text-transform: capitalize;
  font-weight: normal;
}

.shop_cart_table .quantity {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.product-remove a i {
  border-radius: 100%;
  color: #292b2c;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}

.product-remove a i:hover {
  background-color: red;
  color: #fff;
}

.shop_cart_table td.product-price,
.shop_cart_table td.product-subtotal {
  font-weight: 600;
}

.shop_cart_table .table {
  margin: 0;
}

.product-subtotal {
  font-weight: 600;
}

.payment-text {
  display: none;
  margin-bottom: 0;
  margin-top: 5px;
}

.loading {
  background: url(../images/loading.gif) 50% no-repeat;
  background-color: var(--color-1st) !important;
  border: 0;
  font-size: 0 !important;
  height: 51px;
  padding: 0;
  width: 50px;
}

.loading:after,
.loading:before {
  content: normal;
}

.card-body .comments {
  margin-top: 5px;
}

/* .form-control {
  padding: 8px 15px;
  border: none;
  border-bottom: 1px solid brown;
} */

textarea.form-control,
textarea.form-control:focus {
  height: auto;
  padding: 12px 15px;
}

.custom_select select.form-control-sm,
.custom_select select.form-control-sm:focus,
.form-control-sm,
.form-control-sm:focus {
  height: 45px;
}

select.first_null option:first-child,
select.form-control.first_null option:first-child {
  color: #6c757d;
}

select option {
  color: var(--color-1st);
}

.custom_select {
  position: relative;
}

.custom_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid var(--color-3rd);
  height: 50px;
  padding: 8px 35px 8px 15px;
  width: 100%;
}

.custom_select select option:hover {
  background-color: var(--color-1st);
}

.custom_select:before {
  color: #848484;
  content: "\e64b";
  display: block;
  font-family: themify;
  font-size: 12px;
  font-weight: 900;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.rounded_input .form-control,
.rounded_input input {
  border-radius: 30px;
  padding: 10px 20px;
}

.rounded_input .custom_select select {
  padding-right: 40px;
}

.rounded_input .custom_select:before {
  right: 20px;
}

.rounded_input textarea.form-control,
.rounded_input textarea.form-control:focus {
  padding: 15px 20px;
}

.pagination .page-item a {
  color: var(--color-3rd);
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  width: 40px;
  z-index: 1;
}

.page-link:focus {
  box-shadow: none;
}

.pagination_style1 li,
.pagination_style2 li,
.pagination_style3 li,
.pagination_style4 li {
  margin-right: 5px;
}

.pagination_style1 .page-item a {
  border: 2px solid #dee2e6;
  border-radius: 0 !important;
  color: #687188;
  line-height: 36px;
  margin-left: 0;
}

.pagination_style1 .page-item a i {
  line-height: 36px;
}

.pagination_style1 .page-item.disabled .page-link,
.pagination_style3 .page-item.disabled .page-link {
  background-color: #fff;
  border-color: #f4f4f4;
  color: #c6c6c6;
  pointer-events: none;
}

.pagination_style1 .page-item .page-link:hover,
.pagination_style1 .page-item.active .page-link {
  background-color: #f9f6ee;
  border-color: #f9f6ee;
  color: var(--color-1st);
}

/* .mfp-preloader {
  background: url(../images/loading.gif) 50% no-repeat;
  background-color: var(--color-1st);
  border-radius: 5px;
  color: #ccc;
  height: 24px;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
  padding: 25px;
  position: absolute;
  text-align: center;
  text-indent: -9999px;
  top: 50%;
  width: 24px;
  z-index: 1044;
} */

.widget_title {
  font-weight: 600;
  /* letter-spacing: 0.3px; */
  margin-bottom: 25px;
  text-transform: capitalize;
  top: 5px;
}

.sidebar .widget + .widget {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 30px;
}

.widget_recent_post li {
  display: inline-block;
  list-style: none;
  margin-bottom: 15px;
  width: 100%;
}

.post_footer {
  display: inline-block;
  vertical-align: top;
}

.widget_recent_post li:last-child {
  margin-bottom: 0;
}

footer .widget_recent_post .post_img img {
  border: 0;
}

.post_img {
  float: left;
  margin-right: 10px;
}

.post_img img {
  width: 80px;
}

.post_content {
  overflow: hidden;
}

.post_content h6 {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}

.post_content .product_title {
  font-size: 14px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.post_content .product_price {
  margin-bottom: 0;
}

.tags a {
  background-color: #f7f7f7;
  color: #333;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
  padding: 8px 15px;
}

.tags a:hover {
  background-color: var(--color-1st);
  color: #fff;
}

.nav-tabs li.nav-item a {
  background-color: transparent;
  border: 0;
  font-weight: 500;
  padding: 5px 20px;
  text-align: center;
  text-transform: capitalize;
  color: var(--color-1st);
}

/* .tab-style2 .nav-tabs {
  border-bottom: 0;
} */
.tab-style2 .nav-tabs li.nav-item a.active,
.tab-style2 .nav-tabs li.nav-item a.active:hover {
  /* color: var(--color-1st); */
  /* background: #bd8e48; */
  color: #fff;
  /* background: linear-gradient(360deg, #8f6b29, #e0aa3e, #df9f28); */
  border-radius: 10px;
  /* background: transparent linear-gradient(90deg, #8D6B35 0%, #C9974C 30%, #FCC270 60%, #C9974C 100%) 0% 0% no-repeat padding-box; */
}

.tab-style2 .nav-tabs li.nav-item a {
  /* padding: 0 15px; */
  padding: 10px;
}

/* .tab-style2 .nav-tabs li.nav-item:last-child a {
    padding-right: 0;
} */
.tab-style3 .nav-tabs li.nav-item a {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  display: block;
  padding: 0.5rem 1rem;
  text-align: center;
  text-transform: uppercase;
}

.tab-style3 .nav-tabs .nav-item a.active {
  /* border-bottom-color: var(--color-1st); */
  /* color: var(--color-1st); */
}

.tab_slider > .tab-pane {
  display: block;
  height: 0;
}

.tab_slider .tab-pane.active {
  animation-duration: 0.5s;
  animation-name: moveUp;
  animation-play-state: running;
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  display: block;
  height: auto;
}

@keyframes moveUp {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.heading_tab_header {
  position: relative;
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
}
.heading_tab_header {
  display: flex;
  justify-content: center;
}
.view_all {
  margin-top: 30px;
  text-align: center;
}

.title-area {
  margin-bottom: calc(60px - 12px);
  position: relative;
  z-index: 2;
  margin-top: -6px;
}

.title-area .sec-title {
  margin-bottom: 20px;
}

/* .heading_tab_header [class*="heading_"] {
  float: left;
} */

/* .view_all{
  background-image: url(../images/goldwraps.png) !important;
} */
.view_all i,
.view_all span {
  vertical-align: middle;
}

.custome-checkbox .form-check-label {
  color: var(--color-1st);
  padding: 0;
  vertical-align: middle;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid transparent;
}

.custome-checkbox .form-check-label span {
  vertical-align: middle;
}

.custome-checkbox .form-check-label:before {
  /* border: 2px solid var(--color-1st);
  content: "";
  display: inline-block;
  height: 17px;
  margin: 0 8px 0 0;
  vertical-align: middle;
  width: 17px; */

  content: "\f383";
  font-family: Ionicons;
  height: auto;
  line-height: normal;
  margin-right: 10px;
  background: #fff;
  color: transparent;
  width: 20px;
  height: 20px;
  min-width: 20px;
  line-height: 20px;
  text-align: center;
  justify-content: center;
  border: 2px solid #7b7b7b;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  margin-right: 16px;
  margin-left: 0;
  /* font-size: 0; */
  vertical-align: middle;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.custome-checkbox input[type="checkbox"]:checked + .form-check-label:after {
  opacity: 1;
}

.custome-checkbox input[type="checkbox"] + .form-check-label:after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  height: 6px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-65%) rotate(-45deg);
  width: 11px;
}

.custome-checkbox input[type="checkbox"]:checked + .form-check-label:before {
  background-color: var(--color-1st) 000;
  border-color: #7b7b7b;
}

.custome-checkbox .form-check-input {
  display: none;
}

.custome-checkbox .form-check-label {
  cursor: pointer;
  position: relative;
}

.custome-checkbox input[disabled] + .form-check-label {
  color: #d0d0d0;
}

.custome-checkbox input[disabled] + .form-check-label:before {
  border-color: #e8e8e8;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.icon_box_content p {
  font-size: 14px;
}

/* .order-1 p {
  font-size: 14px !important;
  text-align: justify;
  letter-spacing: 1px !important
} */

body .owl-theme .owl-nav [class*="owl-"] {
  background-color: #fff;
  color: #222;
  font-size: 26px;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
  width: 50px;
}

.owl-theme .owl-nav [class*="owl-"] i {
  line-height: normal;
}

.owl-theme .owl-dots {
  font-size: 0;
  margin-top: 15px;
  display: none;
}

.owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  border: 1px solid var(--color-1st);
  cursor: pointer;
  margin: 3px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--color-1st);
}

.dot_style1.owl-theme .owl-dots .owl-dot.active span {
  width: 30px;
}

.nav_style5.owl-theme .owl-nav [class*="owl-"] {
  -webkittransform: translateY(-50%);
  border-radius: 0;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
}

.nav_style2.owl-theme .owl-nav [class*="owl-"] {
  background-color: transparent;
  bottom: 10px;
  position: absolute;
}

.nav_style2.owl-theme .owl-nav [class*="owl-"]:hover,
.nav_style3.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #555;
}

.nav_style2.owl-theme .owl-nav .owl-prev,
.nav_style5.owl-theme .owl-nav .owl-prev {
  left: 0;
}

.nav_style2.owl-theme .owl-nav .owl-next,
.nav_style5.owl-theme .owl-nav .owl-next {
  right: 0;
}

.nav_style3.owl-theme .owl-nav [class*="owl-"] {
  background-color: transparent;
  border-radius: 0;
  height: auto;
  position: absolute;
  right: 0;
  top: -49px;
  width: auto;
}

.nav_style3.owl-theme .owl-nav .owl-prev {
  right: 40px;
}

.nav_style5.owl-theme .owl-nav .owl-next,
.nav_style5.owl-theme .owl-nav .owl-prev {
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 40px;
  line-height: 40px;
  opacity: 0;
  width: 40px;
}

.nav_style5.owl-theme .owl-nav .owl-next:hover,
.nav_style5.owl-theme .owl-nav .owl-prev:hover {
  background-color: #044326;
  color: #fff;
}

.nav_style5.owl-theme:hover .owl-nav .owl-prev {
  left: 20px;
  opacity: 1;
}

.nav_style5.owl-theme:hover .owl-nav .owl-next {
  opacity: 1;
  right: 20px;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 1;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  background-color: #fff;
}

.slick-prev {
  border-radius: 0 5px 5px 0;
  left: -50px;
  opacity: 0;
}

.slick-next {
  border-radius: 5px 0 0 5px;
  opacity: 0;
  right: -50px;
}

.slick-prev:before {
  content: "\f108";
}

.slick-next:before,
.slick-prev:before {
  color: #333;
  display: block;
  font-family: Ionicons;
  font-size: 22px;
  opacity: 1;
}

.slick-next:before {
  content: "\f10b";
}

.slick-next,
.slick-prev {
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  height: 50px;
  transition: all 0.5s ease-in-out;
  width: 40px;
  z-index: 9;
}

.slick-next:hover,
.slick-prev:hover {
  background-color: var(--color-1st);
}

.slick-next:hover:before,
.slick-prev:hover:before {
  color: #fff;
}

.slick_slider:hover .slick-prev {
  left: 0;
  opacity: 1;
}

.slick_slider:hover .slick-next {
  opacity: 1;
  right: -2px;
}

.blog_post_footer {
  padding-bottom: 30px;
  padding-top: 15px;
}

.modal {
  padding-right: 0 !important;
}

.alert .close {
  font-weight: 400;
  margin-left: 10px;
}

.alert_style1 {
  border: 0;
  border-left: 3px solid;
  border-radius: 0;
  padding: 20px;
  position: relative;
}

.alert > i {
  font-size: 18px;
  margin-right: 5px;
  vertical-align: middle;
}

.alert_style2 {
  background-color: #fff;
  border-bottom: 0;
  border-left: 3px solid;
  border-radius: 20px;
  border-right: 3px solid;
  border-top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
}

.subscribe_popup .modal-body {
  padding: 0;
}

.subscribe_popup .modal-content {
  border: 0;
  border-radius: 0;
}

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

.subscribe_popup .close {
  height: 40px;
  opacity: 1;
  position: absolute;
  right: 0;
  text-shadow: none;
  top: 0;
  width: 40px;
  z-index: 9;
}

.subscribe_popup .close i {
  font-size: 40px;
}

.modal {
  z-index: 99999;
}

/* .dashboard_menu {
  box-shadow: 0 0 4px 0 #e9e9e9;
} */
.dashboard_menu {
  background: #fafafa !important;
  /* padding: 10px; */
  /* margin-bottom: 25px; */
  border: 1px solid #e6e9eb !important;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  border-radius: 8px;
  box-shadow: 0 9px 20px #2e235e12;
}
/* .dashboard_menu .nav-tabs .nav-item{
background: #EFEFEF;
} */

.dashboard_menu .nav-tabs li.nav-item .nav-link:hover {
  background-color: var(--color-1st);
  color: #fff !important;
}

[class*=" ti-"],
[class^="ti-"].active {
  font-family: themify;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;

  font-size: 30px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.dashboard_menu .nav-tabs li.nav-item .nav-link i {
  margin-right: 12px;
  font-size: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 767.98px) {
  .dashboard_menu .nav-tabs {
    display: flex;
    position: relative;
  }
  .dashboard_menu .nav-tabs .nav-item {
    width: 100% !important;
    display: block !important;
    border: 1px solid #e2e2e2;
    border: 1px solid #e2e2e2;
  }
  .dashboard_menu .nav-tabs li.nav-item .nav-link {
    width: 100% !important;
    display: flex !important;
    padding: 9px 8px !important ;
    font-size: 14px !important;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
  }
  .dashboard_menu .nav-tabs li.nav-item .nav-link i {
    margin-right: 8px;
    font-size: 12px !important;
  }
  .dashboard_content .btn-fill-out {
    padding: 6px 8px !important;
    font-size: 14px !important;
  }
}
.dashboard_content {
  margin: 0;
}

.dashboard_content .btn-fill-out {
  padding: 8px 10px;
}

.dashboard_content .card-header {
  background-color: transparent;
  /* border-color: #f0f0f0; */
  align-items: center;
}
.dashboard_content .card-header h3 {
  font-size: 21px;
  margin: 5px 0;
  color: #304846;
}

.dashboard_content .card-header * {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-1st);
}

@media only screen and (max-width: 991.98px) {
  .dashboard_content .card-header * {
    font-size: calc(17px + 5 * (100vw - 320px) / 880);
  }
}

.dashboard_content .card {
  border: 0;
  border-radius: 15px;
  /* box-shadow: 0 0 4px 0 #d3d3d3; */
}

.dashboard_menu .nav-tabs {
  border-bottom: 1px solid transparent;
}

.dashboard_content .card-body p:last-child,
.dashboard_content .table {
  margin: 0;
  font-weight: 500;
}

.table > thead {
  vertical-align: bottom;
  background-color: #e6e9eb4d;
  padding: 20px;
  color: var(--color-1st);
}

.dashboard_content .table thead th {
  border: 0;
  font-weight: 600;
  /* padding-top: 0; */
  font-size: 16px;
}
.card-body .card-header {
  padding: 10px 0;
}
/* .dashboard_content .table tbody tr:last-child td {
  padding-bottom: 0;
} */

.dashboard_content .table tbody tr td {
  vertical-align: middle;
  white-space: nowrap;
  color: #051a1a;
}

.dashboard_content label {
  /* color: #333; */
  font-size: 16px;
  /* color: #4F9B52; */
  color: var(--color-1st);
  font-weight: 500;
  /* padding-bottom: 5px; */
  width: 100%;
  position: relative;

  cursor: pointer;
}

.dashboard_content label .required {
  color: red;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .nav_cat > ul > li > a,
  .nav_cat > ul > li > ul > li > a {
    font-size: 14px;
    padding: 5px 10px;
  }

  .countdown_style4 .countdown_box .countdown-wrap {
    padding: 5px;
  }

  .deal_wrap .countdown_time .cd_text {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1199px) and (max-width: 1699px) {
  /* .banner_section:not(.full_screen),
.banner_section:not(.full_screen) .carousel-item {
    height: 600px;
} */
  .banner_section.slide_medium,
  .banner_section.slide_medium .carousel-item {
    /* height: 400px; */
    /* height: 480px; */
    /* height: 400px; */
    /* height: 350px; */
  }
}

@media only screen and (max-width: 1199px) {
  /* .h1,
  h1 {
      font-size: 34px;
  }
*/
  .h2,
  h2 {
    font-size: 30px;
  }

  .h3,
  h3 {
    font-size: 26px;
  }

  .h4,
  h4 {
    font-size: 22px;
  }

  .h5,
  h5 {
    font-size: 18px;
  }

  /* .section {
      padding: 80px 0;
  }
*/
  .footer_top.small_pt,
  .section.small_pt {
    padding-top: 40px;
  }

  .footer_top.small_pb,
  .section.small_pb {
    padding-bottom: 40px;
  }

  .footer_top.pb_20,
  .pb_20,
  .section.pb_20 {
    padding-bottom: 10px;
  }

  .large_divider {
    height: 80px;
  }

  .medium_divider {
    height: 40px;
  }

  .small_divider {
    height: 20px;
  }

  .banner_section:not(.full_screen),
  .banner_section:not(.full_screen) .carousel-item {
    height: 600px;
    height: 500px;
  }
  .banner_section.slide_medium,
  .banner_section.slide_medium .carousel-item {
    height: 350px;
    /* height: 580px; */
  }

  .banner_content h2 {
    font-size: 52px;
  }

  .breadcrumb_section {
    padding: 100px 0;
  }

  .footer_top {
    padding: 60px 0 50px;
  }

  .blog_meta li {
    margin-right: 10px;
  }

  .blog_meta a {
    font-size: 14px;
  }

  .blog_title {
    line-height: 26px;
  }

  .compare_box table {
    width: 1050px;
  }

  .tab-content.shop_info_tab {
    margin-top: 30px;
  }

  .single_post .blog_title {
    font-size: 26px;
  }

  .icon_box_style1 {
    padding: 0 20px;
  }

  .product_search_form {
    max-width: 480px;
  }

  #navCatContent {
    padding: 0;
  }

  #navCatContent li a i {
    font-size: 20px;
    line-height: 28px;
  }

  .more_categories {
    margin-top: 0;
    padding: 10px 15px;
  }

  .shop_container.list .pr_desc {
    max-height: 56px;
    min-height: 56px;
  }

  .add-to-cart .btn {
    padding: 10px 20px;
  }

  .deal_wrap .product_img {
    max-width: 200px;
  }

  .deal_content {
    padding: 20px 20px 20px 0;
  }

  #navCatContent ul li .dropdown-menu {
    min-width: 750px;
  }

  .mfp-ajax-holder .compare_box {
    padding: 30px 20px;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .navbar-toggler {
    display: none;
  }

  #navCatContent ul > li .dropdown-menu,
  .navbar .navbar-nav li > .dropdown-menu {
    display: block;
    margin-top: 20px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
  }
  .navbar .navbar-nav li.dropdown {
    position: relative;
  }
  #navCatContent ul > li:hover .dropdown-menu,
  .navbar .navbar-nav li:hover > .dropdown-menu {
    display: block;
    /* margin-top: 10px !important; */
    margin-top: 10px !important;
    top: 26px !important;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    /* border-bottom-left-radius: 10px !important;
      border-bottom-right-radius: 10px !important;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
      */
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.13) !important;

    position: absolute;
    z-index: 1000;

    min-width: 1000px;
    padding: 16px 10px;
    margin: 0;
    font-size: 14px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid rgba(0, 0, 0, .15);
      border-radius: 0.25rem; */
  }

  .cart_dropdown:hover > .dropdown-menu {
    display: block !important;
    margin-top: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .cart_dropdown:hover > .dropdown-menu.cart_box {
    transform: scale(1) !important;
  }

  .navbar
    .navbar-nav
    li:hover
    > .dropdown-menu
    .mega-menu
    ul
    li
    .dropdown-menu {
    margin-top: 10px;
  }

  .navbar .navbar-nav .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
  }

  .navbar .navbar-nav .dropdown-menu.dropdown-reverse .dropdown-menu {
    left: auto;
    margin-left: 0;
    right: 100%;
  }

  .navbar
    .navbar-nav
    .dropdown-menu.dropdown-reverse
    li:hover
    > .dropdown-item:after {
    transform: rotate(90deg);
  }

  .dropdown-menu.dropdown-reverse {
    /* left: auto; */
    right: 0;
  }

  .header_banner_text {
    opacity: 0;
    transform: translateY(25%);
    transition: transform 0.2s ease, opacity 0.2s ease;
    transition-delay: 0.5s;
  }

  .navbar .navbar-nav li:hover > .dropdown-menu .header_banner_text {
    opacity: 1;
    transform: translateY(0);
  }

  /* .banner_content_inner {
      padding: 30px;
  }
*/
  .nav_cat ul li .dropdown-menu {
    min-width: 700px;
  }

  .pr_search_icon {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .heading_s1,
  .heading_s4 {
    margin-bottom: 20px;
  }

  .header_wrap nav.navbar {
    display: table;
    /* width: 100%; */
  }

  .header_wrap .navbar .navbar-nav.attr-nav {
    /* display: block; */
    display: flex;
    align-items: center !important;
    /* float: right; */
  }

  .header_wrap .navbar-collapse {
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 999;
  }

  .navbar .navbar-collapse .navbar-nav {
    max-height: 80vh;
    overflow-y: auto;
  }

  .header_wrap .navbar-collapse.mobile_side_menu {
    bottom: 0;
    display: block;
    height: auto !important;
    left: auto;
    position: fixed;
    /* right: -280px; */
    left: -280px;
    top: 0;
    transition: all 0.3s ease-in-out;
    width: 270px;
  }

  .header_wrap .navbar-collapse.mobile_side_menu.show {
    right: 0;
  }

  .header_wrap .navbar-collapse.mobile_side_menu .navbar-nav {
    height: 100%;
    max-height: 100vh;
  }

  .navbar .navbar-nav.attr-nav li {
    float: left;
  }

  .navbar .navbar-collapse .navbar-nav:not([class*="bg_"]):not([class*="bg-"]) {
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }

  .light_skin
    .navbar
    .navbar-collapse
    .navbar-nav:not([class*="bg_"]):not([class*="bg-"]) {
    background-color: var(--color-3rd) !important;
    padding-top: 20px;
  }

  .dark_skin.header_wrap
    .navbar
    .navbar-collapse
    .navbar-nav:not([class*="bg_"]):not([class*="bg-"]) {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
  }

  .dark_skin:not([class*="bg_"]):not([class*="bg-"])
    .navbar-nav
    .navbar-collapse
    .dropdown-menu,
  .light_skin .navbar-nav .dropdown-menu .mega-menu .dropdown-menu,
  .navbar-nav .navbar-collapse .dropdown-menu {
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .light_skin .mega-menu {
    padding: 0;
  }

  .dropdown-menu .dropdown-toggler:after {
    right: 0;
  }

  .dropdown-toggle:after {
    float: right;
  }

  .navbar .navbar-nav li.dropdown-mega-menu .dropdown-menu,
  .navbar-nav > li > .dropdown-menu {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mega-menu-col {
    border-right: 0 !important;
    padding: 0;
  }

  .dropdown-toggler:after {
    transform: rotate(0deg);
  }

  .navbar
    .navbar-nav.attr-nav
    li
    .nav-link.cart_trigger
    [class*="linearicons-"] {
    display: inline-block;
    /* margin-top: 5px; */
  }

  .navbar .navbar-nav .dropdown-item {
    padding: 8px 10px;
  }

  .nav_cat.collapse:not(.show) {
    display: block;
  }

  .banner_section:not(.full_screen),
  .banner_section:not(.full_screen) .carousel-item {
    height: 600px;
    height: 500px;
  }
  .banner_section.slide_medium,
  .banner_section.slide_medium .carousel-item {
    height: 350px;
    /* height: 580px; */
  }

  .banner_content h2 {
    font-size: 44px;
  }

  .breadcrumb_section {
    padding: 80px 0;
  }

  .highlight_text {
    font-size: 18px;
  }

  .page-title + span {
    font-size: 15px;
  }

  .padding_eight_all {
    padding: 6%;
  }

  #tabmenubar {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: block;
    height: auto !important;
    opacity: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 100%;
    visibility: hidden;
    z-index: 999;
  }

  #tabmenubar.show {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }

  #tabmenubar li a {
    text-align: left;
  }

  .tab-style2 .nav-tabs li.nav-item a {
    padding: 5px 0;
  }

  .icon_box_style1:before {
    content: normal;
  }

  .banner_content_inner {
    padding: 30px;
  }

  .product_search_form {
    /* background-color: #fff; */
    bottom: -146px;
    display: none;
    left: 0;
    max-width: 100%;
    padding: 15px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 9;
  }

  .product_search_form.show {
    display: block;
  }

  .heading_tab_header .navbar-toggler {
    margin: 0;
  }

  #navCatContent {
    bottom: 0;
    display: block;
    left: -280px;
    max-width: 270px;
    overflow-y: auto;
    position: fixed;
    top: 0;
    transition: all 0.3s ease-in-out;
  }

  #navCatContent.show {
    left: 0;
  }

  #navCatContent ul li .dropdown-menu {
    box-shadow: none;
    left: 0;
    min-width: auto;
    position: relative;
    top: auto;
  }

  #navCatContent .mega-menu {
    padding: 0;
  }

  .countdown_box .countdown {
    font-size: 34px;
  }

  /* .product-thumbnail img {
      max-width: 80px;
  } */

  .deal_wrap {
    display: block;
    padding: 20px;
  }

  .deal_wrap .product_img {
    margin: 0 auto;
  }

  .deal_content .product_info {
    text-align: center;
  }

  .deal_content {
    padding: 10px 0 0;
  }

  .newsletter_text:before {
    font-size: 50px;
  }

  .newsletter_text {
    padding-left: 60px;
  }

  .subscribe_popup .modal-dialog {
    max-width: 700px;
  }

  .popup_content {
    padding: 30px;
  }
}

/* @media only screen and (max-width: 967px) {
  .customer-information-box {
      text-align: left;
  }
  .blog_thumbs .blog_img {
      float: left;
      width: 40%;
  }
} */

@media (device-width: 820px) {
  .banner_section.slide_medium,
  .banner_section.slide_medium .carousel-item {
    /* height: 230px; */
    height: 340px;
  }
}

@media (device-width: 912px) {
  .banner_section.slide_medium,
  .banner_section.slide_medium .carousel-item {
    height: 380px;
  }
}

@media only screen and (max-width: 767px) {
  /* .h1,
  h1 {
      font-size: 32px;
  } */

  .h2,
  h2 {
    font-size: 28px;
  }

  .h3,
  h3 {
    font-size: 24px;
  }

  .h4,
  h4 {
    font-size: 20px;
  }

  /* .section {
      padding: 50px 0;
  } */

  .footer_top.small_pt,
  .section.small_pt {
    padding-top: 25px;
  }

  .footer_top.small_pb,
  .section.small_pb {
    padding-bottom: 25px;
  }

  .footer_top.pb_20,
  .pb_20,
  .section.pb_20 {
    padding-bottom: 0;
  }

  .large_divider {
    height: 50px;
  }

  .medium_divider {
    height: 25px;
  }

  .small_divider {
    height: 10px;
  }

  .banner_content h2 {
    font-size: 36px;
  }

  .breadcrumb_section.page-title-mini {
    padding: 50px 0;
  }

  .footer_top {
    padding: 50px 0 20px;
  }

  .banner_section:not(.full_screen),
  .banner_section:not(.full_screen) .carousel-item {
    height: 500px;
    height: 400px;
  }
  .banner_section.slide_medium,
  .banner_section.slide_medium .carousel-item {
    height: 350px;
    /* height: 365px; */
  }
  .error_txt {
    font-size: 130px;
  }

  .shop_container.list .product_img {
    float: none;
    max-width: 100%;
    width: 100%;
  }

  .compare_box table {
    width: 900px;
  }

  .row_title {
    width: 200px;
  }

  .shop_cart_table td {
    display: block;
    text-align: right;
    width: 100%;
  }

  .shop_cart_table thead {
    display: none;
  }

  .shop_cart_table td:before {
    content: attr(data-title) " ";
    float: left;
    font-weight: 700;
    margin-right: 15px;
    text-transform: capitalize;
  }

  .shop_cart_table td.product-quantity:before {
    margin-top: 10px;
  }

  .shop_cart_table td.product-name {
    text-align: right;
  }

  .shop_cart_table td.product-thumbnail {
    text-align: center;
  }

  .shop_cart_table .quantity {
    justify-content: flex-end;
  }

  .shop_container.list .product_info .price__wrap {
    width: 100%;
  }

  .shop_container.list .product .product_title,
  .shop_container.list .product_wrap .product_title {
    margin-top: 25px;
    line-height: 28px;
  }

  .shop_container.list .stock-low {
    font-size: 10px;
  }

  /* .shop_container.grid .product
  {
      display:none;
  } */

  .blog_thumbs .blog_img {
    float: none;
    width: 100%;
  }

  .single_post .blog_title {
    font-size: 24px;
  }

  .author_img img {
    max-width: 80px;
  }

  .nav-tabs li.nav-item a {
    font-size: 14px;
    padding: 5px 15px;
  }

  footer .widget_title {
    margin-top: 0;
  }

  .banner_content_inner {
    padding: 0;
  }

  .bottom_footer {
    padding: 15px 0;
  }

  .testimonial_wrap {
    padding: 0;
  }

  .testimonial_style1 .testimonial_desc {
    margin-bottom: 20px;
  }

  .page-title {
    margin-bottom: 15px;
  }

  .blog_thumbs .blog_content {
    padding: 15px 0 0;
  }

  .shop_container.list .product_info {
    padding: 15px;
  }

  .mfp-ajax-holder .mfp-content .ajax_quick_view {
    max-width: 600px;
  }

  .deal_wrap {
    padding: 15px;
  }

  .countdown_style4 .countdown_box .countdown-wrap {
    padding: 5px;
  }

  .deal_wrap .countdown_time .cd_text {
    font-size: 12px;
  }

  .newsletter_text {
    margin-bottom: 15px;
  }

  .subscribe_popup .modal-dialog {
    max-width: 95%;
  }

  .popup-text p {
    font-size: 14px;
    line-height: normal;
  }

  .popup-text .heading_s1,
  .popup-text p {
    margin-bottom: 15px;
  }

  .popup_content {
    padding: 25px;
  }
}

@media only screen and (max-width: 749px) {
  .logo {
    max-height: 50px !important;
  }
}

@media only screen and (max-width: 575px) {
  .header_wrap .navbar-collapse {
    left: -15px;
    right: -15px;
  }

  .btn {
    font-size: 14px;
    /* padding: 10px 28px; */
    padding: 5px 10px;
  }

  .btn + .btn {
    margin-left: 5px;
  }

  .btn-sm {
    padding: 6px 18px;
  }

  .btn-xs {
    font-size: 12px;
    padding: 2px 14px;
  }

  p {
    margin-bottom: 15px;
  }

  /* .section {
      padding: 30px 0;
  }
*/
  .footer_top.small_pt,
  .section.small_pt {
    padding-top: 15px;
  }

  .footer_top.small_pb,
  .section.small_pb {
    padding-bottom: 15px;
  }

  .large_divider {
    height: 30px;
  }

  .medium_divider {
    height: 15px;
  }

  .small_divider {
    height: 5px;
  }

  .breadcrumb_section {
    padding: 50px 0;
  }

  .breadcrumb_section.page-title-mini {
    padding: 30px 0;
  }

  .footer_top {
    padding: 30px 0 15px;
  }

  .heading_s1 {
    margin-bottom: 15px;
  }
  .banner_section.slide_medium,
  .banner_section.slide_medium .carousel-item {
    height: 250px;
    /* height: 200px; */
  }

  .banner_section:not(.full_screen),
  .banner_section:not(.full_screen) .carousel-item {
    height: 350px;
  }
  .banner_content h2 {
    font-size: 28px;
  }

  .leads {
    margin-bottom: 20px;
  }

  .blog_post,
  .contact_style3,
  .heading_tab_header,
  .icon_box,
  .product_list .product,
  .product_list .product_wrap {
    /* margin-bottom: 15px; */
    padding-top: 15px;
  }

  .pr_title {
    padding: 20px 15px;
  }

  footer .widget_title {
    margin-bottom: 20px;
    margin-top: 0;
  }

  footer .widget {
    margin-bottom: 20px;
  }

  .error_txt {
    font-size: 100px;
    margin-bottom: 10px;
  }

  .sidebar .widget + .widget {
    margin-top: 20px;
    padding-top: 20px;
  }

  /* .widget_title {
      margin-bottom: 0 !important;
  } */

  .tab-content.shop_info_tab {
    margin-top: 20px;
  }

  .blog_thumbs .blog_post {
    padding-bottom: 15px;
  }

  .blog_post_footer {
    padding-bottom: 20px;
    padding-top: 5px;
  }

  .content_title * {
    margin-bottom: 20px;
  }

  .testimonial_wrap {
    padding: 0;
  }

  .testimonial_wrap .testimonial_box:before {
    font-size: 40px;
    line-height: normal;
  }

  .categories_btn {
    width: auto;
  }

  .categories_btn span {
    display: none;
  }

  .categories_btn i {
    margin-right: 0;
  }

  .indicators_style1 {
    margin-bottom: 5px;
  }

  .indicators_style1 li {
    height: 7px;
    margin: 6px;
    width: 7px;
    border-radius: 50%;
  }

  .nav_style3.owl-theme .owl-nav [class*="owl-"] {
    top: -46px;
  }

  .custom_select select,
  .form-control,
  .form-control:focus {
    height: 44px;
  }

  /* .product_header {
      display: block;
  } */

  .product_header_right {
    justify-content: space-between;
    margin-top: 15px;
  }

  .newsletter_form2 input,
  .newsletter_form2 input:focus {
    height: 52px;
  }

  .subscribe_popup .modal-dialog {
    max-width: 100%;
  }
}

@media (device-width: 540px) {
  .banner_section.slide_medium,
  .banner_section.slide_medium .carousel-item {
    height: 360px;
  }
}

@media only screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }

  p {
    line-height: 24px;
  }

  .heading_s1 h1,
  .heading_s1 h2,
  .heading_s1 h3,
  .heading_s1 h4,
  .heading_s1 h5,
  .heading_s1 h6 {
    line-height: 30px;
  }

  /* .h1,
  h1 {
      font-size: 24px;
  } */

  .h2,
  h2 {
    font-size: 22px;
    /* line-height: 36px; */
  }

  .h3,
  h3 {
    font-size: 20px;
  }

  .h4,
  h4 {
    font-size: 18px;
  }

  .h5,
  h5 {
    font-size: 16px;
  }

  /* .h6,
  h6 {
      font-size: 14px;
  } */
  p {
    margin-bottom: 15px;
    /* text-align: justify; */
  }

  .navbar .attr-nav li .nav-link i[class*="linearicons-"],
  .navbar
    .navbar-nav.attr-nav
    li
    .nav-link.cart_trigger
    [class*="linearicons-"] {
    font-size: 18px;
  }

  .banner_content p {
    margin-bottom: 25px;
  }

  .heading_s1 footer .widget_title,
  .leads {
    margin-bottom: 15px;
  }

  .highlight_text {
    font-size: 16px;
  }

  .product,
  .product_wrap {
    margin-bottom: 20px;
  }

  .shop_container.list .product_action_box,
  .shop_container:not(.grid) .product_wrap {
    margin-bottom: 70px;
  }

  .blog_title {
    margin-bottom: 10px;
  }

  .contact_icon {
    margin-right: 15px;
  }

  .contact_style3 {
    padding: 30px 20px;
  }

  .contact_style3 .contact_icon {
    height: 70px;
    width: 70px;
  }

  .contact_style3 .contact_icon i {
    line-height: 68px;
  }

  .contact_icon i {
    font-size: 30px;
  }

  .divider i {
    font-size: 26px;
    padding: 0 25px;
  }

  .page-title-mini .page-title h1 {
    font-size: 24px;
  }

  .countdown_box .countdown {
    font-size: 30px;
  }

  /*.cart_extra {
      display: block;
  }*/

  .pr_detail .rating_wrap {
    float: none;
    margin-bottom: 10px;
    margin-top: 0;
  }

  .pr_detail .product_price {
    float: none;
    margin-top: 10px;
    padding-left: 5px;
  }

  .mfp-ajax-holder .ajax_quick_view {
    padding: 30px 20px;
  }

  .ajax_quick_view .social_icons li a {
    height: 30px;
    line-height: 30px;
    width: 30px;
  }

  .ajax_quick_view .product_share > span {
    margin-right: 10px;
  }

  .shop_container.list .product .rating_wrap,
  .shop_container.list .product_price {
    float: none;
  }

  .shop_container.list .product .rating_wrap {
    margin-bottom: 5px;
  }

  .shop_container.list .product .product_title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .comment_img img {
    max-width: 50px;
  }

  .comment_block {
    padding-left: 65px;
  }

  .compare_box {
    padding: 30px 10px 10px;
    width: 95%;
  }

  .single_post .blog_title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .children {
    margin-left: 20px;
  }

  .product_search_form select {
    overflow: hidden;
    padding: 8px 25px 8px 5px;
    width: 120px;
  }

  .search_btn {
    font-size: 18px;
    padding: 0 10px;
  }

  .categories_box a {
    padding: 25px 15px;
  }

  .shop_container.list .pr_desc {
    max-height: 50px;
    min-height: 50px;
  }

  /* .shop_container.list .pr_action_btn li.add-to-cart a {
      padding: 12px 20px;
  } */

  .tab-style3 .nav-tabs {
    display: block;
  }

  /* .shop_container .col-6 {
      flex: 0 0 100%;
      max-width: 100%;
  } */

  .mfp-ajax-holder .mfp-content .ajax_quick_view {
    padding: 30px 15px 15px;
  }

  .cart_trigger .amount {
    display: none;
  }

  .popup_content {
    padding: 30px 20px;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .popup-text .heading_s1 {
    margin-bottom: 10px;
  }

  .popup-text .heading_s1 * {
    line-height: normal;
  }
}

@media only screen and (max-width: 380px) {
  .btn {
    /* padding: 8px 24px; */
    /* padding: 5px 5px; */
  }

  .btn-sm {
    padding: 4px 16px;
  }

  .btn-xs {
    font-size: 12px;
    padding: 2px 14px;
  }

  .navbar-brand img {
    max-width: 140px;
  }

  .banner_content h2 {
    margin-bottom: 15px;
  }

  .banner_content p {
    margin-bottom: 20px;
  }

  .custom_select select,
  .form-control,
  .form-control:focus {
    height: 40px;
  }

  .form-control {
    font-size: 14px;
  }

  .error_txt {
    font-size: 80px;
  }

  .login_footer a {
    font-size: 13px;
  }

  .countdown_box .countdown {
    font-size: 26px;
  }

  /* .shop_container.list .list_product_action_box .pr_action_btn li.add-to-cart a {
      font-size: 14px;
      padding: 10px 17px;
  } */

  .shop_container.list .list_product_action_box .pr_action_btn li a {
    height: 28px;
    width: 28px;
  }

  .shop_container.list .pr_action_btn li a i {
    /* font-size: 16px; */
    line-height: 27px;
  }

  .shop_container.list .product_wrap .pr_action_btn {
    margin: 0 0 0 0;
  }

  .contact_detail > li,
  .header_list > li {
    padding: 2px 10px 2px 0;
  }

  .navbar-nav .dropdown-menu.cart_box.show {
    right: -50px;
    width: 310px;
  }

  .post_content {
    margin-top: 0;
  }

  .contact_phone i {
    font-size: 20px;
    margin-right: 5px;
  }

  /* .categories_btn {
      padding: 20px 10px;
  } */

  .product_search_form.rounded_input input {
    padding: 10px 15px;
  }

  .newsletter_form2 input,
  .newsletter_form2 input:focus {
    height: 48px;
  }
}

@media only screen and (max-width: 375) {
  .banner_section.slide_medium,
  .banner_section.slide_medium .carousel-item {
    /* height: 350px; */
    height: 380px;
  }
}

.image-viewer__item {
  background-color: #eee;
  border: 1px solid #c4c6cf;
  height: 70px;
  margin-right: 2px;
  margin-top: 5px;
  position: relative;
  text-align: initial;
  transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  width: 70px;
}

.image-viewer__item img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.image-upload__uploader-container {
  display: inline-block;
}

.image-upload__uploader-container:hover {
  cursor: pointer;
}

.image-upload__uploader-container .image-upload__uploader {
  align-items: center;
  border: 1px dashed #c4c6cf;
  display: flex;
  flex-direction: column;
  height: 70px;
  justify-content: center;
  position: relative;
  width: 70px;
}

.image-upload__uploader-container .image-upload__uploader:hover {
  background: #d9edf7;
}

.image-upload__uploader-container
  .image-upload__uploader:hover
  .image-upload__file-input {
  cursor: pointer;
}

.image-upload__icon {
  color: #333;
  font-size: 20px;
  margin-bottom: 8px;
}

.image-upload__text {
  color: #333;
  font-size: 10px;
  padding: 0 3px;
  text-align: center;
}

.image-upload__file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.image-viewer__item {
  display: inline-block;
}

.image-viewer__list {
  display: block;
  width: 100%;
}

.image-viewer__icon-remove {
  cursor: pointer;
  position: absolute;
  right: 2px;
  top: -1px;
  z-index: 1;
}

.image-viewer__icon-remove i {
  background: #848484;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
}

.help-block {
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  cursor: help;
  display: block;
  font-size: 0.9em;
  margin-bottom: 10px;
  margin-top: 5px;
  padding: 5px;
}

.image-upload__viewer .image-viewer__list .loading {
  background-color: rgba(146, 162, 177, 0.52);
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.image-upload__viewer .image-viewer__list .loading .half-circle-spinner {
  height: 30px;
  width: 30px;
}

.block--review .lh-1 {
  line-height: 1;
}

.block--review .block__images a {
  border: 1px solid #dee2e6;
  border-radius: 0.25rem !important;
  display: inline-block;
  height: 100px;
  margin-bottom: 5px;
  margin-right: 5px;
  width: 100px;
}

.block--review .block__images a img {
  border: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.block--review .block__images .more-review-images span {
  align-items: center;
  align-self: center;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  display: flex;
  font-size: 22px;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.block--review .block__images.block__images_total a {
  border: 0;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
  padding: 1.5px;
  width: inherit;
}

.block__content {
  position: relative;
}

.block__content .review__loading {
  align-items: center;
  background: rgba(0, 0, 0, 0.03);
  display: flex;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 31;
}

.middle_footer .shopping_info {
  border-bottom: none;
}

.footer_payment img {
  max-height: 32px;
}

.button-loading {
  border: none;
  color: transparent !important;
  cursor: default;
  position: relative;
  text-shadow: none;
  transition: border-color 0.2s ease-out;
}

.button-loading,
.button-loading:active,
.button-loading:focus,
.button-loading:hover {
  color: transparent;
}

.button-loading:before {
  animation: button-loading-spinner 1s linear infinite;
  border: none;
  border-color: #fff #fff transparent;
  border-radius: 50%;
  content: "";
  left: 0%;
  margin-left: -9px;
  margin-top: -9px;
  position: relative;
  top: 0%;
  display: none;
}

.button-loading.btn-fill-out {
  border: 1px solid var(--color-3rd);
  color: transparent !important;
}

.button-loading.btn-fill-out:before {
  background-color: transparent;
  border-color: var(--color-3rd);
  border-bottom-color: transparent;
  width: 18px;
}

.button-loading.btn-fill-out:after {
  display: none;
}

.required:after {
  color: red;
  content: " *";
}

.newsletter-form .newsletter-message {
  border-left: 5px solid #eee;
  border-radius: 0;
  display: block;
  margin: 0 0 20px;
  padding: 15px 30px 15px 15px;
  width: 100%;
}

.newsletter-form .newsletter-message.newsletter-success-message {
  background-color: #c0edf1;
  border-color: #58d0da;
  color: var(--color-1st);
}

.newsletter-form .newsletter-message.newsletter-error-message {
  background-color: #faeaa9;
  border-color: #f3cc31;
  color: var(--color-1st);
}

@keyframes button-loading-spinner {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

header #navCatContent ul li .dropdown-menu {
  min-width: 0 !important;
}

.text.shadow.borderRadius {
  display: none !important;
}

.rating_wrap .rating {
  font-family: Ionicons;
  vertical-align: top;
}

.rating_wrap .rating:before {
  color: #d2d2d2;
  content: "\f24e\f24e\f24e\f24e\f24e";
  font-size: 16px;
}

.product .rating_wrap .rating {
  height: 28px;
}

.product_rate:before {
  content: "\f24e\f24e\f24e\f24e\f24e";
  font-size: 16px;
  font-weight: 400;
}

.half-circle-spinner,
.half-circle-spinner * {
  box-sizing: border-box;
}

.half-circle-spinner {
  border-radius: 100%;
  height: 60px;
  margin: 20px auto;
  position: relative;
  width: 60px;
}

.half-circle-spinner .circle {
  border: 6px solid transparent;
  border-radius: 100%;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}

.half-circle-spinner .circle.circle-1 {
  animation: half-circle-spinner-animation 1s infinite;
  border-top-color: var(--color-1st);
}

.half-circle-spinner .circle.circle-2 {
  animation: half-circle-spinner-animation 1s infinite alternate;
  border-bottom-color: var(--color-1st);
}

@keyframes half-circle-spinner-animation {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

#navCatContent li a.nav-link {
  padding: 0.485rem 1rem;
}

.product_list .product_wrap .pr_action_btn li {
  margin: 5px 0;
}

/*
.pr_action_btn li a.active {
  background-color: var(--color-1st);
  background-color: #7b3144;
  color: #fff;
} */

.breadcrumb_section.page-title-mini {
  padding: 15px 0;
}

/* .section
{
padding: 50px 0;
padding: 30px 0;
}
*/
.section .pagination {
  justify-content: center !important;
}

.section .newsletter-form .newsletter-message {
  font-size: 85%;
  margin-top: 10px;
  padding: 0;
}

.section .newsletter-form .newsletter-message.newsletter-error-message {
  background: transparent;
  border: none;
  color: #f3cc31;
}

.section .newsletter-form .newsletter-message.newsletter-success-message {
  background: transparent;
  border: none;
  color: #58d0da;
}

.section .label-success {
  color: #36c6d3;
}

.section .label-info {
  color: #659be0;
}

.section .label-warning {
  color: #f1c40f;
}

.section .label-danger {
  color: #ed6b75;
}

.star_rating > span {
  color: #444;
}

.star_rating > span.selected {
  color: #f6bc3e;
}

.section.product-blocks .product_action_box {
  display: none;
}

.cart_buttons .btn-fill-line {
  color: #fff !important;
}

.product__attribute {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
}

.product__attribute > * {
  flex-basis: 100%;
}

.product__attribute .form-control {
  border: none;
}

/* .product__color {
  padding-bottom: 10px;
} */
/* .form-group {
  margin-bottom: 2px !important;
} */

.product__color ol,
.product__color ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product__color .color-swatch li {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}

.product__color .color-swatch li:last-child {
  margin-right: 0;
}

.product__color .color-swatch li span {
  margin-bottom: 0;
}

.text-swatch li {
  display: inline-block;
  margin-right: 5px;
}

.text-swatch li input[type="checkbox"],
.text-swatch li input[type="radio"] {
  display: none;
}

.text-swatch li input[type="checkbox"]:checked ~ span,
.text-swatch li input[type="radio"]:checked ~ span {
  border: 1px solid var(--color-1st);
  color: #004236;
  font-weight: bold;
}

.text-swatch li input[type="checkbox"]:checked ~ span:after,
.text-swatch li input[type="radio"]:checked ~ span:after {
  bottom: -5px;
  color: #fff;
  content: "\ec34";
  font-family: Linearicons !important;
  font-size: 8px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  right: -8px;
  width: 16px;
}

.text-swatch li input[type="checkbox"]:checked ~ span:before,
.text-swatch li input[type="radio"]:checked ~ span:before {
  border: 16px solid transparent;
  border-bottom: 16px solid var(--color-1st);
  bottom: -1px;
  content: "";
  position: absolute;
  right: -16px;
}

.text-swatch li span {
  border: 1px solid #eee;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 5px 15px;
  position: relative;
  transition: 0.2s;
}

.widget__title {
  font-size: 1.25rem;
  font-weight: 600;
  /* letter-spacing: 0.3px; */
  margin-bottom: 20px;
  text-transform: capitalize;
}

.attribute-values ul {
  list-style: none;
  margin: 0;
  padding-left: 15px;
  display: flex;
  flex-direction: row;
}

.widget--colors .color-swatch li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 10px;
  vertical-align: top;
}

.custom-checkbox input[type="checkbox"],
.custom-checkbox input[type="radio"],
.custom-radio input[type="checkbox"],
.custom-radio input[type="radio"] {
  display: none;
}

.custom-checkbox label,
.custom-radio label {
  display: block;
}

.custom-checkbox span,
.custom-radio span {
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 25px;
  position: relative;
  width: 25px;
}

.custom-checkbox input[type="checkbox"]:checked ~ span:before,
.custom-checkbox input[type="radio"]:checked ~ span:before,
.custom-radio input[type="checkbox"]:checked ~ span:before,
.custom-radio input[type="radio"]:checked ~ span:before {
  border: 2px solid var(--color-1st);
  border-radius: 50%;
  bottom: -4px;
  content: "";
  display: block;
  left: -4px;
  position: absolute;
  right: -4px;
  top: -4px;
}

.custom-checkbox.disabled label,
.custom-radio.disabled label {
  position: relative;
}

.custom-checkbox.disabled label:after,
.custom-checkbox.disabled label:before,
.custom-radio.disabled label:after,
.custom-radio.disabled label:before {
  background-color: var(--color-2nd);
  content: "";
  height: 90%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform-origin: 50% 50%;
  transition: all 0.4s ease;
  width: 1px;
  z-index: 20;
}

.custom-checkbox.disabled label:before,
.custom-radio.disabled label:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.custom-checkbox.disabled label:after,
.custom-radio.disabled label:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.custom-checkbox.disabled span,
.custom-radio.disabled span {
  opacity: 0.9;
}

.custom-checkbox.disabled input[type="checkbox"]:checked ~ span:before,
.custom-checkbox.disabled input[type="radio"]:checked ~ span:before,
.custom-radio.disabled input[type="checkbox"]:checked ~ span:before,
.custom-radio.disabled input[type="radio"]:checked ~ span:before {
  display: none;
}

.widget-filter-item {
  border-top: 1px solid #ccc;
  padding: 20px 0;
}

body.show-admin-bar {
  position: inherit !important;
}

body .choose-currency > span {
  color: #292b2c;
}

body .choose-currency .active {
  color: var(--color-1st);
  font-weight: 700;
}

body .product_color_switch span {
  cursor: default;
}

body .product_color_switch span.active:before {
  display: none;
}

#alert-container {
  position: fixed;
  right: 5px;
  top: 60px;
  z-index: 9999999;
}

#alert-container .alert {
  box-shadow: 0 4px 10px 0 rgba(3, 3, 3, 0.1);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  max-width: 450px !important;
  min-height: 45px !important;
  padding: 15px 40px 15px 60px;
  position: relative;
}

#alert-container .alert.alert-success {
  background-color: #bff9d0;
  color: #299c77;
}

#alert-container .alert .message-icon {
  fill: #299c77;
  stroke: #299c77;
  font-size: 20px;
  left: 5%;
  position: absolute;
  top: 20%;
}

#alert-container .alert.alert-dismissible .close {
  font-size: 10px;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 20px;
}

/* .bottom_header .navbar-brand {
    display: none !important;
}
*/
.header_wrap.nav-fixed .categories_wrap {
  display: none;
}

.header_wrap.nav-fixed .bottom_header {
  margin-bottom: 0 !important;
  /* border-bottom: 2px solid var(--color-1st); */
  /* box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); */
}

.show-admin-bar #alert-container {
  top: 140px;
}

.show-admin-bar .header_wrap.nav-fixed {
  top: 40px;
}

.header_wrap.nav-fixed .bottom_header .navbar-brand {
  display: block !important;
  line-height: 0px;
}

#navCatContent li a.nav-link {
  white-space: normal;
}

.contact_form {
  overflow-x: hidden;
}

@media only screen and (min-width: 1280px) {
  .container {
    /* max-width: 1200px; */
    max-width: 100%;
    padding: 0 5rem;
    /* overflow-x: hidden; */
  }

  .map_address {
    width: 480px;
    height: 250px;
    border: 0;
    overflow: hidden;
  }
}

.order-tracking-wrapper p {
  margin-bottom: 10px;
}

.tracking-form {
  background-color: #fff;
  margin: 15px auto 50px;
  max-width: 400px;
  padding: 13px;
}
.order-tracking-wrapper sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
  color: red;
}
.order-tracking-wrapper label {
  color: var(--color-1st);
  font-size: 14px;
}
.order-tracking-wrapper .form-control {
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  /* letter-spacing: 1px; */
  background: white;
  outline: none !important;
  border: 1px solid #999 !important;
  padding: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #044326;
  height: 40px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 5px !important;
}
.customer-information-box {
  text-align: right;
}
.order-tracking-wrapper .form-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  width: 80%;
}
.order-tracking-wrapper .form__content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
}

.order-heading {
  color: var(--color-1st);
  font-size: 22px;
}

@media only screen and (min-width: 967px) {
  .customer-information-box {
    text-align: left;
  }

  .blog_thumbs .blog_content {
    overflow: hidden;
    padding: 0 0 0 20px;
  }
}

.comments .pagination li {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.pagination li a {
  cursor: pointer;
}

.pagination li span {
  border: 2px solid var(--color-1st);
  height: 40px;
  line-height: 36px;
  padding: 0;
  text-align: center;
  width: 40px;
  z-index: 1;
}

.deal_wrap .countdown_time .cd_text {
  font-size: 10px;
}

.cart_total.sub_total {
  font-size: 0.85rem;
  font-weight: 400;
  padding: 0 15px;
}

.cart_total.sub_total:first-child {
  padding-top: 10px;
}

.cart_total.sub_total strong {
  font-weight: 400;
}

.avatar-view.mt-card-avatar {
  margin: 0 auto;
  width: 150px;
  margin: 0 auto;
  width: 150px;
  /* border: 1px solid var(--color-1st);
border-radius: 50%; */
}

.deal_content {
  padding: 30px 30px 30px 15px;
}

.product__color .color-swatch li span {
  white-space: nowrap;
}

.widget_categories li.active a {
  color: var(--color-1st);
}

.filter_price {
  max-width: calc(100% - 20px);
}

.mob_filter_price {
  max-width: calc(100% - 20px);
}

@media only screen and (max-width: 575px) {
  .custom_select select,
  .form-control,
  .form-control:focus {
    height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .nav-fixed .middle-header {
    display: block !important;
    padding: 0;
  }

  .nav-fixed .middle-header .contact_phone,
  .nav-fixed .middle-header .navbar-brand {
    display: none;
  }

  .dark_skin .logo_dark {
    /* max-height: 50px; */
    max-width: 120px;
  }

  .contact_phone i {
    font-size: 20px;
  }
}

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

.section .pagination {
  display: inline-block;
  padding: 0 15px;
}

.section .pagination li {
  display: inline-block;
  margin-bottom: 10px;
}

.light_skin .navbar-nav .dropdown-menu .dropdown-menu,
.light_skin .navbar-nav .dropdown-menu .mega-menu .dropdown-menu {
  background-color: #303537;
}

/*
.cart_buttons a {
  margin-top: 10px;
} */

.product__attribute .attribute-swatch-item.pe-none {
  cursor: not-allowed !important;
}

.product__attribute .attribute-swatch-item.pe-none > div {
  pointer-events: none !important;
}

.product__attribute .color-swatch .attribute-swatch-item.pe-none span,
.product__attribute .text-swatch .attribute-swatch-item.pe-none span {
  color: gray;
  cursor: unset;
  opacity: 0.7;
}

.product__attribute .color-swatch .attribute-swatch-item.pe-none span:after,
.product__attribute .color-swatch .attribute-swatch-item.pe-none span:before,
.product__attribute .text-swatch .attribute-swatch-item.pe-none span:after,
.product__attribute .text-swatch .attribute-swatch-item.pe-none span:before {
  border-top: 1px dashed #999;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

.product__attribute .color-swatch .attribute-swatch-item.pe-none span:before,
.product__attribute .text-swatch .attribute-swatch-item.pe-none span:before {
  transform: rotate(45deg);
}

.product__attribute .color-swatch .attribute-swatch-item.pe-none span:after,
.product__attribute .text-swatch .attribute-swatch-item.pe-none span:after {
  transform: rotate(-45deg);
}

.add_compare.js-add-to-compare-button.button-loading,
.add_wishlist.button-loading {
  border: none;
  color: var(--color-1st) !important;
}

.pr_action_btn li a.button-loading {
  color: var(--color-1st) !important;
}

.language-wrapper .dropdown {
  height: 100%;
}

.language-wrapper .dropdown.open .language_bar_chooser.dropdown-menu {
  display: block;
}

.language-wrapper .dropdown .btn {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  font-size: inherit;
  height: 100%;
  margin-bottom: 0;
  outline: none !important;
  padding: 7px 15px;
  transition: all 0.4s ease;
}

.language-wrapper .dropdown .btn img {
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}

.language-wrapper .dropdown .dropdown-menu {
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  display: none;
  float: left;
  font-size: 14px;
  line-height: 58px;
  list-style: none;
  margin: 0;
  min-width: 160px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 100%;
  width: 160px;
  z-index: 1000;
}

.language-wrapper .dropdown .dropdown-menu li span {
  color: #222;
}

.language-wrapper .dropdown .dropdown-menu li.active a span {
  color: #fff;
}

.language-wrapper .dropdown .language_bar_chooser {
  display: block;
  float: right;
  line-height: 58px;
  text-align: center;
  width: 160px;
}

.language-wrapper .dropdown .language_bar_chooser li {
  display: inline-block;
  float: left;
  margin-left: 5px;
}

.language-wrapper .dropdown .language_bar_chooser.dropdown-menu {
  border-radius: 0 !important;
  display: none;
}

.language-wrapper .dropdown .language_bar_chooser.dropdown-menu li {
  display: block;
  margin: 0;
  width: 100%;
}

.language-wrapper .dropdown .language_bar_chooser.dropdown-menu li:hover {
  background: #ddd;
}

.language-wrapper .dropdown .language_bar_chooser.dropdown-menu li a {
  display: flex;
  justify-content: start;
  margin-right: 0 !important;
  text-align: left;
  width: 100%;
}

.language-wrapper .language_bar_list li {
  display: block;
  float: left;
  margin-left: 5px;
  min-width: 95px;
}

.language-wrapper .language_bar_list li a {
  display: block;
  text-align: left;
  width: 100%;
}

.language-wrapper .language_bar_list li a img {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  width: 20px;
}

.language-wrapper .language_bar_list li a span {
  color: #222;
}

body[dir="rtl"] .language-wrapper .language_bar_list li a img {
  margin-left: 10px;
  margin-right: 0;
}

.language_bar_list li a img {
  margin-right: 5px;
  margin-top: 5px;
}

.language-wrapper .dropdown-toggle:after {
  display: none;
}

.language-wrapper .dropdown img {
  height: 16px;
  margin-right: 6px;
  margin-top: 1px;
  width: 16px;
}

.language-wrapper .dropdown .btn-select-language {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #333 !important;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  padding: 0 15px 0 0;
  text-transform: capitalize;
  vertical-align: middle;
  white-space: nowrap;
}

.language-wrapper .dropdown .dropdown-menu.language_bar_chooser {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #dee2e6 !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  display: none;
  font-size: 12px;
  line-height: 1;
  list-style: none;
  margin: 0.125rem 0 0;
  min-width: 10rem;
  padding: 0;
  text-align: left;
  z-index: 1000;
}

.language-wrapper .dropdown .dropdown-menu li img {
  margin: 0 10px;
}

.language-wrapper .dropdown .dropdown-menu li a {
  padding: 10px 0;
}

.language-wrapper .dropdown button .language-caret:before {
  color: #878787;
  content: "\f3d0";
  font-family: ionicons;
  position: absolute;
  right: 0;
  top: 3px;
}

.language-wrapper.choose-currency
  .dropdown
  .dropdown-menu.language_bar_chooser {
  min-width: 0;
  width: auto;
}

.language-wrapper.choose-currency
  .dropdown
  .dropdown-menu.language_bar_chooser
  li
  a {
  padding: 10px 0;
  text-align: center;
}

.pagination .page-item a {
  min-width: 40px;
  padding: 0 10px;
  width: auto;
}

.ps-list--categories {
  list-style: none;
  padding-bottom: 10px;
}

.ps-list--categories li {
  padding: 8px 20px 10px 0;
  position: relative;
  /* font-size: 16px; */
  font-size: 14px;
  letter-spacing: 0px;
}

.filter_head {
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  /* flex-direction: column; */
  align-items: center;
  background: #f5f5f5;
  margin-bottom: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .filter_head {
    padding: 10px;
  }
}

.product_header .custom_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid transparent !important;
  background: transparent;
}

.custom_select select.form-control-sm,
.custom_select select.form-control-sm:focus,
.form-control-sm,
.form-control-sm:focus {
  height: auto;
}

.ps-list--categories li a {
  display: block;
  line-height: 22px;
  display: flex;
}
.ps-list--categories li a:hover {
  color: var(--color-1st);
}

.ps-list--categories li a:before {
  content: "\f383";
  font-family: Ionicons;
  height: auto;
  line-height: normal;
  margin-right: 10px;

  background: #fff;
  color: transparent;
  width: 20px;
  height: 20px;
  min-width: 20px;
  line-height: 20px;
  text-align: center;
  justify-content: center;
  border: 2px solid #7b7b7b;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  margin-right: 16px;
  margin-left: 0;
  /* font-size: 0; */
  vertical-align: middle;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.ps-list--categories li.current-menu-item a:before {
  background: var(--color-1st);
  color: #fff;
  border: 2px solid #7b7b7b;
}

.ps-list--categories li .sub-toggle {
  cursor: pointer;
  display: inline-block;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
}

.ps-list--categories li .sub-toggle i {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ps-list--categories li .sub-menu {
  background-color: transparent;
  border: none;
  display: none;
  list-style: none;
  opacity: 1;
  padding-left: 10px !important;
  padding-top: 10px;
  position: relative;
  transition: all 0s ease;
  visibility: visible;
  z-index: unset;
}
.ps-list--categories li .sub-menu li {
  padding: 6px 10px;
}
.ps-list--categories li .sub-menu li a {
  background-color: transparent;
  border: none;
  color: #696969;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
}

.ps-list--categories li .sub-menu li.menu-item-has-children .sub-toggle {
  display: inline-block;
}

.ps-list--categories li .sub-menu li.menu-item-has-children .sub-menu {
  left: 0;
  opacity: 1;
  position: relative;
  top: 0;
  transform: translateY(0);
  visibility: visible;
}

/* .ps-list--categories li.current-menu-item>a {
  color:var(--color-1st);
} */

.ps-list--categories li.current-menu-item > a {
  color: var(--color-1st);
}

.ps-list--categories .sub-toggle:after {
  transform: translateX(-50%) rotate(90deg);
}

.ps-list--categories .sub-toggle:after,
.ps-list--categories .sub-toggle:before {
  background-color: #292b2c;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 12px;
}

.ps-list--categories .sub-toggle:before {
  transform: translateX(-50%);
}

.ps-list--categories .sub-toggle.active:after {
  display: none;
}

#navCatContent li a img {
  margin-right: 15px;
  /* margin-top: 1px; */
  vertical-align: top;
  /* width: 30px; */
  width: 25px;
  height: auto;
}

.faqs-list h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.faqs-list h4:first-child {
  margin-top: 0;
}

.faqs-list .card {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  margin-bottom: 10px;
}

.faqs-list .card .card-header {
  background: #fff;
  border-radius: 0;
  padding: 1rem;
}

.faqs-list .card .card-header h2 button {
  background: #fff;
  border: none;
  color: #333;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  position: relative;
  text-decoration: none !important;
  text-transform: none;
  width: 100%;
}

.faqs-list .card .card-header h2 button:before {
  display: none;
}

.faqs-list .card .card-header h2 button:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  border: 1px solid #ced4da;
  border-radius: 50%;
  color: #ced4da;
  content: "";
  height: 40px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: -7px;
  transform: scale(0.7) !important;
  transition: transform 0.2s ease-in-out;
  width: 40px;
}

.faqs-list .card .card-header h2 button:not(.collapsed):after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.ps-custom-scrollbar {
  max-height: 250px;
}

.ps-custom-scrollbar
  .mCS-dark.mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar {
  background-color: #d3d3d3;
}

.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background: var(--color-1st) !important;
}

.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 0 !important;
  opacity: 1 !important;
  width: 3px;
}

.single_post .blog_content ul {
  margin: 10px 0;
  padding-left: 20px;
}

.shop_info_tab ul {
  padding-left: 15px;
}

.mobile-menu-item {
  display: none;
  padding: 10px;
}

.mobile-menu-item.mobile-menu-item-first-item .language-wrapper {
  border-top: 1px dashed #eaeaea;
  padding-top: 25px;
}

.mobile-menu-item .language-wrapper .dropdown .btn-select-language {
  color: #fff !important;
  display: inline-block;
  text-align: left;
  width: 100%;
}

.mobile-menu-item
  .language-wrapper
  .dropdown
  .btn-select-language
  .language-caret:before {
  color: #fff;
}

.mobile-menu-item
  .language-wrapper
  .dropdown
  .dropdown-menu.language_bar_chooser {
  width: 100%;
}

.mobile-menu-item
  .language-wrapper
  .dropdown
  .dropdown-menu.language_bar_chooser
  li
  a {
  padding: 10px 0 10px 10px;
  text-align: left;
}

.mobile-menu-item .mr-4 {
  margin-right: 0 !important;
}

/* @media only screen and (max-width: 991px) {
  .mobile-menu-item {
      display: block;
  }
} */

/* .product_action_box {
  right: 0;
} */

.shop_banner_slider {
  /* background-position: 50%;
    background-size: cover; */
  /* background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */

  background: var(--color-third);
}

.cart_dropdown .cart_list li small {
  color: #fff;
}

.bounce {
  animation: bounce 1s ease infinite alternate;
  -webkit-animation: bounce 1s ease infinite alternate;
}

.top-row-messages {
  /* background: #380504; */
  background: #b48125;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 3px 0px;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  20% {
    opacity: 1;
  }

  40% {
    transform: scale(1.15);
  }

  70% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes slideDown {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  40% {
    transform: translateY(5px);
  }

  70% {
    transform: translateY(-3px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes slideUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  40% {
    transform: translateY(-3px);
  }

  70% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes spinIn {
  0% {
    opacity: 0;
    transform: rotate(180deg) scale(0);
  }

  20% {
    opacity: 1;
  }

  40% {
    transform: rotate(360deg) scale(1.15);
  }

  70% {
    transform: rotate(360deg) scale(0.9);
  }

  100% {
    transform: rotate(360deg) scale(1);
  }
}

.bounce_in_animation {
  text-align: left;
  display: inline-block;
  /* width: 350px; */
}

@keyframes bounce {
  0% {
    text-shadow: 0 5px 0 #ccc, 0 2px 3px rgba(0, 0, 0, 1);
  }
  100% {
    transform: translateY(-20px);
    text-shadow: 0 50px 0 var(--color-1st), 0 0px 20px rgba(0, 0, 0, 0.8);
  }
}

/************search result box*******************/

.search_result {
  background: #fff;
  list-style: none;
  width: 90%;
  /* margin: 0 auto; */
  max-height: 100px;
  /* overflow-x: hidden; */
  overflow-y: auto;
  z-index: 99;
  position: absolute;
  /* margin-top: 3.2rem; */
  margin: 3.2rem 2rem 0 2rem;
  font-size: 12px;
  padding: 10px 2rem;
}

.search_result ul {
  list-style: none;
}

.search_result ul li {
  margin-bottom: 10px;
  cursor: pointer;
}

.search_result ul li:hover {
  color: #e0aa3e !important;
  font-size: 16px;
  font-weight: bold;
}

.product_search_form .custom_select select {
  border-radius: 30px 0 0 30px;
  box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 20%);
}

.product_search_form input {
  border-radius: 0 30px 30px 0 !important;
  box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 20%);
}

/***************floating chat***************/

.floating-chat {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: fixed;
  z-index: 999;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  transform: translateY(70px);
  transition: all 250ms ease-out;
  border-radius: 50%;
  opacity: 0;
  /* background: #fff; */
  background: -moz-linear-gradient(
    -45deg,
    #183850 0,
    #183850 25%,
    #192c46 50%,
    #22254c 75%,
    #22254c 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #183850 0,
    #183850 25%,
    #192c46 50%,
    #22254c 75%,
    #22254c 100%
  );
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.floating-chat.enter:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  opacity: 1;
}

.floating-chat.enter {
  transform: translateY(0);
  opacity: 0.6;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.14);
}

.floating-chat.expand {
  width: 250px;
  max-height: 400px;
  height: 400px;
  border-radius: 5px;
  cursor: auto;
  opacity: 1;
}

.floating-chat :focus {
  outline: 0;
  box-shadow: 0 0 3pt 2pt rgba(14, 200, 121, 0.3);
}

.floating-chat button {
  background: transparent;
  border: 0;
  color: white;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
}

.floating-chat .chat {
  display: flex;
  flex-direction: column;
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  transition: all 250ms ease-out;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.floating-chat .chat.enter {
  opacity: 1;
  border-radius: 0;
  margin: 10px;
  width: auto;
  height: auto;
}

.floating-chat .chat .header {
  flex-shrink: 0;
  padding-bottom: 10px;
  display: flex;
  background: transparent;
}

.floating-chat .chat .header .title {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 5px;
}

.floating-chat .chat .header button {
  flex-shrink: 0;
}

.floating-chat .chat .messages {
  padding: 10px;
  margin: 0;
  list-style: none;
  overflow-y: scroll;
  overflow-x: hidden;
  flex-grow: 1;
  border-radius: 4px;
  background: transparent;
}

.floating-chat .chat .messages::-webkit-scrollbar {
  width: 5px;
}

.floating-chat .chat .messages::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.1);
}

.floating-chat .chat .messages::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.2);
}

.floating-chat .chat .messages li {
  position: relative;
  clear: both;
  display: inline-block;
  padding: 14px;
  margin: 0 0 20px 0;
  font: 12px/16px "Noto Sans", sans-serif;
  border-radius: 10px;
  background-color: rgba(25, 147, 147, 0.2);
  word-wrap: break-word;
  max-width: 81%;
}

.floating-chat .chat .messages li:before {
  position: absolute;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  content: "";
  background-size: cover;
}

.floating-chat .chat .messages li:after {
  position: absolute;
  top: 10px;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid rgba(25, 147, 147, 0.2);
}

.floating-chat .chat .messages li.other {
  animation: show-chat-odd 0.15s 1 ease-in;
  -moz-animation: show-chat-odd 0.15s 1 ease-in;
  -webkit-animation: show-chat-odd 0.15s 1 ease-in;
  float: right;
  margin-right: 45px;
  color: #0ad5c1;
}

.floating-chat .chat .messages li.other:before {
  right: -45px;
  background-image: url(../images/chat-img-2.jpg);
}

.floating-chat .chat .messages li.other:after {
  border-right: 10px solid transparent;
  right: -10px;
}

.floating-chat .chat .messages li.self {
  animation: show-chat-even 0.15s 1 ease-in;
  -moz-animation: show-chat-even 0.15s 1 ease-in;
  -webkit-animation: show-chat-even 0.15s 1 ease-in;
  float: left;
  margin-left: 45px;
  color: #0ec879;
}

.floating-chat .chat .messages li.self:before {
  left: -45px;
  background-image: url(../images/chat-img-1.jpg);
}

.floating-chat .chat .messages li.self:after {
  border-left: 10px solid transparent;
  left: -10px;
}

.floating-chat .chat .footer {
  flex-shrink: 0;
  display: flex;
  padding-top: 10px;
  max-height: 90px;
  background: transparent;
}

.floating-chat .chat .footer .text-box {
  border-radius: 3px;
  background: rgba(25, 147, 147, 0.2);
  min-height: 100%;
  width: 100%;
  margin-right: 5px;
  color: #0ec879;
  overflow-y: auto;
  padding: 2px 5px;
}

.floating-chat .chat .footer .text-box::-webkit-scrollbar {
  width: 5px;
}

.floating-chat .chat .footer .text-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.1);
}

.floating-chat .chat .footer .text-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.2);
}

@keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }

  100% {
    margin-left: 0;
  }
}

@-moz-keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }

  100% {
    margin-left: 0;
  }
}

@-webkit-keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }

  100% {
    margin-left: 0;
  }
}

@keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }

  100% {
    margin-right: 0;
  }
}

@-moz-keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }

  100% {
    margin-right: 0;
  }
}

@-webkit-keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }

  100% {
    margin-right: 0;
  }
}

/*****phone animation****/

.social__media .outer {
  display: flex;
  align-items: center;
  /* margin: 1rem 2rem; */
}

.social__media .outer a:hover i {
  color: #498aff;
}

.srch_wrap a {
  font-size: 1.8rem;
  text-decoration: none !important;
  color: #ececec;
  display: flex;
  /* width: 2.5rem;
height: 2.5rem; */
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.5s ease all;
  margin-right: 10px;
}

.srch_wrap a:hover i {
  color: var(--color-1st);
}

/* .srch_wrap a:after{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: var(--color-3rd);
  transform: scale3d(1, 1, 1);
  transform-origin: 50% 50%;
  will-change: transform;
  transform-style: preserve-3d;
  transition: 0.25s ease-out;
}
.srch_wrap a:hover:after{
  transform: scale3d(0, 0, 0);
  transition: 0.25s ease-in;
}
.srch_wrap a:hover i {
  color:var(--color-3rd) !important;
  transform: scale3d(1.2, 1.2, 1);
}
*/

/*************search********************/

.back-to-index {
  position: absolute;
  z-index: 99;
  background: 0 0;
  border: none;
  top: 24px;
  left: 0;
}

#search {
  position: absolute;
  z-index: 99;
  background: 0 0;
  border: none;
  top: 36px;
  right: 15px;
  font-weight: bold !important;
}

#search i {
  font-weight: bolder;
  color: var(--color-1st);
  display: none;
}

#searchModal {
  overflow-y: hidden;
}

.search-popup-ab {
  position: absolute;
  right: 14px;
  z-index: 999;
}

.search .wrapper {
  width: 100%;
  /* padding-bottom: 50px; */
  margin: 0 auto;
  border: none;
  outline: none;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
}

.search #search-container input:focus {
  border-bottom-color: none !important;
  border: none;
}

.search #search-container button {
  padding: 0.5em 0.5em;
  background-color: var(--color-1st);
  color: #f4f4f4;
  font-weight: 500;
  border-radius: 5px;
  margin-top: 1em;
}

.search .button-value {
  border: none;
  padding: 0.5em 0.5em;
  background-color: transparent;
  color: var(--color-3rd);
  cursor: pointer;
  font-weight: bold;
}

.search #products {
  /* display: grid; */
  /* grid-template-columns: auto auto auto;
  grid-template-rows: auto auto; */
  /* grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1.5em; */
  /* height: 300px; */

  /* overflow-y: auto; */
  /* padding: 2em 0; */
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 20px;
  position: relative;
  padding-bottom: 20px;
  overflow-y: auto !important;
}

.search .most-viewed-prod {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap: 20px;
  position: relative;
}

.search .most-viewed {
  padding: 15px;
}

.search .modal-header {
  display: block;
}

.search #products .card {
  height: 100%;
  cursor: pointer;
  text-align: center !important;
}

/* .search .modal-content {
  background-color: #fbf6e9;
} */

/* .search .btn-wrap
{
 background: rgba(26, 57, 45,0.2);
} */

.search .card,
.card_searched_product {
  background-color: #ffffff;
  margin-top: 1em;
  border-radius: 5px;
  box-shadow: 1em 2em 2.5em rgba(1, 2, 68, 0.08);
  height: fit-content;
  font-size: 12px;
}

.search .image-container {
  text-align: center;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.search img {
  max-width: 100%;
  object-fit: contain;
}

.search .container {
  color: #110f29;
  padding: 10px;
}

/* .search .container a {
  font-size: 10px !important;
  text-transform: lowercase !important;
} */
.search .hide {
  display: none;
}

.search .modal-dialog {
  height: auto;
  max-width: 100vw !important;
  margin: 0;
}

.search .modal-backdrop {
  z-index: 1 !important;
}

@media screen and (max-width: 992px) {
  .search #products {
    /* grid-template-columns: auto auto;
      grid-template-columns: auto; */
    grid-column-gap: 1em;
    padding-bottom: 560px;
  }
}

@media (max-width: 767px) {
  .search #products .card {
    flex-direction: row;
  }

  .search #products {
    padding-bottom: 50px;
  }

  .search .most-viewed {
    display: none;
  }

  .modal.search #buttons {
    display: none;
  }
}

@media screen and (max-width: 720px) {
  .search img {
    max-width: 100%;
    object-fit: contain;
    height: 6em;
  }

  .search .card {
    /* max-width: 10em; */
    margin-top: 1.3em;
  }

  /* #products {
    grid-template-columns: auto;
    grid-column-gap: 1em;
  }
 */

  .search .container a {
    font-size: 12px !important;
  }

  /* .search #buttons , #search{
    display: none;
    } */

  .search .modal-dialog {
    height: 100vh;
    max-width: 100vw !important;
  }

  /* .search #products {

  height: 400px;

} */

  .search .container {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.modal-backdrop {
  z-index: 1000;
}

@media only screen and (max-width: 992px) {
  .middle-header .middle-srch {
    display: none;
  }

  .back-to-index {
    top: 20px;
  }

  .map_address {
    width: auto;
    height: 250px;
    border: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: center;
  }
}

/* .navbar .attr-nav li
{
  margin-right: 13px !important;
} */

/* .navbar .attr-nav {
  display: none;
} */

.header_wrap.nav-fixed .attr-nav {
  /* display: block; */
  display: flex;
  gap: 15px;
}

.header_wrap.nav-fixed .attr-nav li {
  float: left;
}

.header_wrap.nav-fixed .attr-nav li a {
  color: var(--color-1st);
}

.srch_wrap {
  display: flex;
}

@media (max-width: 767px) {
  .middle-header .navbar-nav,
  .srch_wrap {
    display: none !important;
  }

  .navbar .attr-nav li {
    margin-right: 0 !important;
  }

  .middle-header .nav_block {
    justify-content: center;
  }
}

/*****top Bar****/

.Top__bar {
  background-color: var(--color-1st);
  /* background-color: #b48125; */
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  font-size: 10px;
  height: 30px !important;
}

.Top__bar a {
  color: #004236;
  font-size: 14px;
  /* letter-spacing: 0.5px; */
}

/****product information ******/

.price__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* .product_price
{
  background:#044236;
} */

.price__wrap .stock__details {
  /* color: #fff!important;
  background: #8c5a4f!important;
  letter-spacing: 0;
  padding: 2px 6px;
  font-size: 14px; */
  color: rgb(89, 163, 14);
  font-size: 14px;
  font-weight: 600;
  padding: 1px 6px;
  background: rgb(223, 239, 206);
}

.product-subtitle {
  display: flex;
  justify-content: center;
  /* align-items: center; */
}

.product-subtitle .product-card-review-count-text {
  padding-left: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  /* margin-top: 4px; */
}

.list-item_category_row:hover {
  cursor: pointer;
  /* border-bottom: 1px solid var(--color-1st); */
}

.product-info-wrap .list-item_category_row {
  position: relative;
  /* top: 5px; */
  /* padding-left: 6px; */
  font-weight: 500;
  font-size: 10px;
  line-height: 20px;
}

/*
.product_wrap .product-subtitle p
{
  margin-bottom: 0 !important;
  color: #8c5a4f!important;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  margin-top: 0;
  cursor: pointer;
  font-size: 12px;
  min-height: 45px;
} */

.product-subtitle abbr img {
  margin-right: 2px;
  width: 21px !important;
  vertical-align: top;
}

.product-subtitle abbr {
  font-size: 12px;
  color: #313131;
  display: block;
}

/* @media (min-width:992px)
{
  .product_wrap .product_title
  {
      height: 47px;
      white-space: pre-wrap;
  }
} */

.product-info-wrap .list-item_category_star {
  font-size: 8px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;

  /* padding-bottom: 2px; */
  /* min-height: 19px; */
  /* margin-right: 24px;*/
}

@media (max-width: 767px) {
  .product-info-wrap .list-item_category_star {
    font-size: 8px;
    text-transform: uppercase;
    justify-content: center;
    margin-bottom: 0.5rem;
    /* padding-bottom: 2px; */
    /* min-height: 19px; */
    /* margin-right: 24px; */
    flex-direction: row;
  }
}

.product-info-wrap .list-item_category_star h6 {
  font-size: 0.8rem;
  float: left;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--color-2nd);
}

.product-info-wrap .list-item_category_star div {
  float: right;
  /* color: #c4601d; */
  color: #388e3c;
}

.featured-icon .sp-iconfeatured .title {
  text-align: center;
}

.product-info-wrap .list-item_category_star div div {
  float: none;
}

.product-info-wrap .rating-star {
  background-image: url(../images/star.svg);
  background-repeat: no-repeat;
  position: absolute;
  inset: 0px;
  box-sizing: border-box;
  padding: 0px;
  border: none;
  margin: auto;
  display: block;
  width: 0px;
  height: 0px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  left: 25px;
  top: -3px;
}

.product-subtitle abbr {
  color: rgb(49 49 49/80%);
  /* letter-spacing: .5px; */
  /* display: flex;
  align-items: center; */
}

/* .price__wrap .card__tags {
  position: absolute;
  top: 5px;
  right: 5px;
  max-width: 50%;
  z-index: 1;
}
.price__wrap .tag {
  border-radius: 0;
   letter-spacing: 0;
}
.price__wrap .card__tags span {
  display: block;
  word-break: break-word;
}
.price__wrap .card__tags span {
  color: #fff!important;
  background: #8c5a4f!important;
  letter-spacing: 0;
}
.price__wrap .tag {
  padding: 4px 6px;
  color: var(--color-1st);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 9px;
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px)
{
  .price__wrap .card__tags {
      top: 0;
      right: 0;
  }
  .price__wrap .tag {
      padding: 4px 5px;
      text-transform: capitalize;
      font-size: 8px!important;
      letter-spacing: 0;
  }
} */

/* .product-info-wrap .list-item_category_row .rating:before {
  color: #d2d2d2;
  content: "\f24e";
  font-size: 16px;
}
.product-info-wrap .list-item_category_row .rating:before {
  color: #f6bc3e;
  float: left;
  left: 0;
  position: absolute;
  top: 0;
} */

/********wishlist******************/

/*
.wishlist_wrap .nav-pills .nav-link {
  border-radius:0;
  border: none;
  background:transparent;
  letter-spacing: .15px;
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 10px 25px;
}
.wishlist_wrap .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #f0eded;
  color: #8c5a4f;
}
.wishlist_wrap .tab-content {
  margin-top: 0;
}

.wishlist_wrap .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  height: auto;
  background: hsla(0,9%,94%,.4);
  padding-top: 15px;
  padding-bottom: 15px;
}

.wishlist_wrap .heading_tab_header {
  margin-left: 15px;
}


.wishlist_wrap .dashboard-col {
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 6px rgb(49 49 49 / 15%);
  box-shadow: 0 0 6px rgb(49 49 49 / 15%);
  padding: 10px 15px 15px;
  margin-bottom: 15px;
  position: relative;
  word-break: break-word;
}
@media (min-width: 992px)
{
  .wishlist_wrap .dashboard-col {
      margin-bottom: 0;
      height: 100%;
      -webkit-box-shadow: -1px 1px 3px rgb(82 53 40 / 16%);
      box-shadow: -1px 1px 3px rgb(82 53 40 / 16%);
  }
} */

.wishlist_wrap .tabbed-content {
  /* background: #fff; */
  /* box-shadow: 1px 1px 6px #ccc; */
  /* max-width: 600px; */
  padding: 1em;
  margin: 1em auto;
}

.wishlist_wrap .tabs ul {
  margin: 0;
  padding: 0 0 1em 0;
  font-weight: bold;
}

.wishlist_wrap .tabs ul li {
  background: #eee;
}

.wishlist_wrap .tabs ul li a {
  padding: 0.5em 1em;
}

.wishlist_wrap .tabs ul li a:hover,
.tabs ul li a.active {
  /* background: #444;
  color: #eee; */
  background-color: #f0eded;
  color: #8c5a4f;
}

.wishlist_wrap .item {
  margin-bottom: 2px;
}

.wishlist_wrap .item::before {
  cursor: pointer;
  font-weight: bold;
  background: #eee;
  padding: 0.5em;
  display: block;
}

.wishlist_wrap .item.active::before {
  background: #444;
  color: #eee;
}

.wishlist_wrap .item.active .item-content {
  padding: 1em;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.wishlist_wrap .heading_tab_header {
  margin-left: 15px;
}

@media all and (min-width: 800px) {
  .wishlist_wrap .item.active .item-content {
    padding-top: 0;
  }

  .wishlist_wrap .tabs-side .tabs li {
    margin-bottom: 2px;
  }
}

.wishlist_wrap .tabbed-content .tabs {
  display: none;
}

.wishlist_wrap .tabbed-content .item {
  min-height: 2em;
}

.wishlist_wrap .tabbed-content .item::before {
  content: attr(data-title);
}

.wishlist_wrap .tabbed-content .item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.wishlist_wrap .tabbed-content .item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
}

@media all and (min-width: 800px) {
  .wishlist_wrap .tabbed-content .tabs {
    display: block;
  }

  .wishlist_wrap .tabbed-content .tabs li {
    display: inline-block;
  }

  .wishlist_wrap .tabbed-content .tabs li a {
    display: block;
  }

  .wishlist_wrap .tabbed-content .item {
    min-height: 0;
  }

  .wishlist_wrap .tabbed-content .item::before {
    display: none;
  }

  .wishlist_wrap .tabbed-content.tabs-side .tabs {
    width: 200px;
    float: left;
  }

  .wishlist_wrap .tabbed-content.tabs-side .tabs li {
    display: block;
  }

  .wishlist_wrap .tabbed-content.tabs-side .item {
    margin-left: 200px;
  }
}

.wishlist_wrap abbr {
  font-size: 12px;
  color: #313131;
  display: block;
}

.wishlist_wrap abbr img {
  margin-right: 2px;
  width: 22px;
  vertical-align: top;
}

.wishlist_wrap .account_dashboard_colm2 {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-top: 10px;
}

.wishlist_wrap .account_dashboard_colm2 label {
  color: #c4601d;
  opacity: 0.8;
  display: block;
  padding-bottom: 2px;
}

.wishlist_wrap .account_dashboard_colm2 label {
  display: none;
}

.wishlist_wrap .account_dashboard_colm2 p {
  font-size: 14px;
  margin: 0;
}

@media (min-width: 992px) {
  .wishlist_wrap abbr {
    color: rgb(49 49 49/80%);
    /* letter-spacing: .5px; */
  }

  .wishlist_wrap .account_dashboard_colm2 ul li {
    padding-bottom: 15px;
  }

  .wishlist_wrap .account_dashboard_colm2 p {
    font-size: 14px;
    opacity: 0.8;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
    width: 50%;
  }
}

/****trending products***/
@media (min-width: 992px) {
  .mandala:after,
  .mandala:before {
    content: "";
    background-image: url(../images/mandala-design.svg);
    width: 156px;
    height: 47px;
    position: absolute;
    top: 50%;
    background-size: cover;
  }

  .mandala:before {
    left: -103px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }

  .mandala:after {
    right: -103px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
}

/******our categories *****/

.categ__image img {
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  cursor: pointer;
}

.categ__image img:hover {
  /* img zoom in on hover (x, y): */
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/*****home banner***/

.banner__1 {
  width: 100%;
  margin-top: 30px;
}

.banner__1 img {
  width: 100%;
}

/****stock color change****/

/* .stock-low {
  color: #FFC000;
} */

.stock-low {
  color: #fff;
  background: #f9a602;
  padding: 3px;
  margin-bottom: 0.5rem;
  font-size: 9px;
}

.stock-ok {
  color: #fff;
  background: #198754;
  padding: 3px;
  margin-bottom: 0.5rem;
  font-size: 9px;
}

.stock-danger {
  color: #fff;
  background: #ba110c;
  padding: 3px;
  margin-bottom: 0.5rem;
  font-size: 8px;
}

/**************Account details**************/

#otp {
  position: relative;
  display: flex;
  width: 100%;
  height: 30%;
  z-index: 1;
  margin: 0 auto;
  display: none;
}

.btnwrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn1 {
  font-size: 11px;
  width: 49%;
  height: 30%;
  padding: 12px 0;
  margin: 10px 5px 0;
}

.add-address {
  float: right;
}

.add-address a {
  color: #bd8e48;
  font-weight: bold;
  font-weight: 600;
}

.dashboard-colm1 a {
  float: right;
  font-size: 14px;
  color: rgb(49 49 49/50%);
  position: relative;
  top: 5px;
}

.add-address img {
  margin-right: 0;
}

.add-address a img {
  margin-right: 3px;
  vertical-align: top;
  width: 20px;
}

.dashboard_content {
  /* padding: 10px; */
  /* margin-bottom: 25px; */
  border: 0px solid #e6e9eb !important;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  /* box-shadow: 0 9px 20px #2e235e12; */
}

@media (min-width: 992px) {
  .add-address {
    padding-top: 5px;
  }

  .add-address a,
  .dashboard-colm3 a {
    cursor: pointer;
  }
}

@media (max-width: 767px) {
  .margin-top {
    margin-top: 10px;
  }
}

/*----------------------------------------*/
/*   categories
/*----------------------------------------*/
.feature-section {
  text-align: center;
}

.categ {
  margin-bottom: 5rem !important;
}

.lists {
  margin-bottom: 5rem;
}

.single-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #e5e5e5;
  margin: 0 auto;
  width: 207.3333333333333px;
  height: 207.3333333333333px;
  border-radius: 50%;
}

.single-feature img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.single-feature:hover .categ_img {
  /* -webkit-transform: translateY(0) scale(1.2);;
  transform: translateY(0) scale(1.2); */
  transform: scale(1.04);
  transition: all 0.8s linear;
  cursor: pointer;
}

.categ_img::after {
  content: "";
  position: absolute;
  border: 2px dashed var(--color-3rd);
  margin: auto;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
}

.single-feature:hover .categ_img::after {
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 767px) {
  .single-feature {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 575px) {
  .single-feature {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 0;
  }
}

.single-feature.feature-style-2 {
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-right: 0;
  background-color: #f2f2f2;
  padding: 40px 0;
}

.single-feature.feature-style-2 .icon {
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 2px 12px 23px 2px;
}

.single-feature .icon {
  width: 50px;
  height: 40px;
  line-height: 40px;
  text-align: right;
  font-size: 46px;
  font-style: normal;
  vertical-align: top;
  margin: 2px 12px 2px 2px;
  color: #d45b1b;
}

@media only screen and (max-width: 767px) {
  .single-feature .content {
    text-align: center;
  }
}

.single-feature .content h2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  line-height: 24px;
  color: #333333;
}

@media only screen and (max-width: 767px) {
  .single-feature .content h2 {
    font-size: 12px;
  }
}

@media only screen and (max-width: 575px) {
  .single-feature .content h2 {
    font-size: 14px;
  }
}

.single-feature .content p {
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-transform: lowercase;
  color: #333333;
}

@media only screen and (max-width: 767px) {
  .single-feature .content p {
    font-size: 12px;
  }
}

/***Cart page*******/

.coupon_code_place {
  font-weight: 400;
}

.coupon_code_place:focus {
  border-color: #bd922c;
  box-shadow: 0 0 0 0.2rem rgba(189, 146, 44, 0.35);
}

.coupon_code_place:hover {
  background-color: #f2f2f2;
}

.apply {
  border: 1px solid #bd922c;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  color: grey;
}

.apply:hover {
  border: none;
  background-color: #bd922c;
  color: #fff;
}

.cart_product_name {
  color: var(--color-1st);
  font-size: 16px;
}

.cart_swipe_popup {
  width: 100%;
  position: relative;
  z-index: 9999;
}

.cart_swipe_popup h3 {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 12px;
}

.clp_filter_close {
  position: fixed;
  top: 13px;
  right: 18px;
  cursor: pointer;
}

.cart_swipe_popup ::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.cart_swipe_popup ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.cart_swipe_popup ::-webkit-scrollbar-thumb {
  background: #f0ddd1;
  border-radius: 8px;
}

/* Handle on hover */
.cart_swipe_popup ::-webkit-scrollbar-thumb:hover {
  background: #f3c7ab;
  border-radius: 8px;
}

.category_last_section {
  /* position: fixed;
  padding-top: 25px;
  bottom: 0px;
  height: 100px;
  margin-left: 10px;
  width: 440px; */
  width: 100%;
  bottom: 0px;
  height: 200px;
  display: flex;
  position: fixed;
  background: white;
  flex-direction: column;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
    rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.join {
  background: var(--color-3rd);
}

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

.join p {
  color: #ffff !important;
  padding-bottom: 0 !important;
}

.join h6 {
  color: #d6cd56 !important;
  margin-bottom: 0 !important;
  text-align: left;
  font-weight: bold;
}

.cart__btn_wrap {
  width: 440px;
  height: 147px;
  background: white;
}

.cart__btn_total {
  display: flex;
  padding: 10px 20px;
  align-items: center;
  justify-content: space-between;
}

.cart__buttons {
  display: flex;
  justify-content: space-around;
}

.cart__btn.style {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0px;
  margin: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  text-transform: uppercase;
  min-width: 64px;
  padding: 5px 15px;
  border-radius: 4px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border: 1px solid rgba(0, 66, 54, 0.5);
  color: rgb(0, 66, 54);
}

.chkout {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: 0px;
  border: 0px;
  margin: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  text-transform: uppercase;
  min-width: 64px;
  padding: 6px 16px;
  border-radius: 4px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 66, 54);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px,
    rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
}

.cart__btn-1:hover {
  text-decoration: none;
  background-color: rgba(0, 66, 54, 0.04);
  border: 1px solid rgb(0, 66, 54);
}

.cart__btn_wrap .offer {
  background-color: #d6cd56;
  padding: 5px 10px;
}

.total_text,
.total_amount,
.top h4 {
  color: var(--color-3rd) !important;
}

.cart_filter_main {
  overflow-y: auto;
  height: 100%;
  padding-bottom: 100px;
}

.cart_filter_main .cart_list {
  width: 100%;
  height: 100vh;
  margin-bottom: 110px;
  margin-top: 20px;
  box-shadow: 0 3px 6px rgb(49 49 49/16%);
}

.cart_ftr_wrap {
  padding: 0 15px;
  box-shadow: 0 3px 6px rgb(49 49 49/16%);
  width: 100%;
  display: inline-block;
  position: relative;
  margin-top: 20px;
  border-radius: 5px;
  background: #fff;
}

.category_last_section li a img {
  margin-left: 2px;
}

.cart_item_holder {
  position: fixed;
  top: 0;
  width: 435px;
  background: #fff;
  z-index: 9;
  text-align: center;
  padding: 0 20px;
  padding-top: 11px;
  right: 0;
  min-height: 46px;
}

.cart_item_holder strong {
  font-size: 14px;
  padding-bottom: 10px;
  font-weight: 400;
}

.cart_offer {
  border-radius: 5px;
  background-color: #fff;
  background-color: #f9f4e8;
  box-shadow: 0px 3px 6px rgb(49 49 49 / 16%);
  padding: 20px;
  width: 100%;
  display: inline-block;
}

.cart_offer strong {
  color: #313131;
  display: block;
  font-size: 23px;
  text-transform: capitalize;
  font-weight: 600;
  padding-bottom: 10px;
  line-height: 1.3;
}

.cart_offer ul li {
  font-size: 13px;
  /* letter-spacing: .5px; */
  margin-bottom: 6px;
  position: relative;
  padding-left: 30px;
}

.cart_offer ul li span {
  position: absolute;
  left: 0;
}

.cart_offer ul li span img {
  filter: brightness(0);
}

.cart_offer ul li:last-child {
  margin-bottom: 0;
}

.cart_item_holder strong a {
  color: #bd922c;
  font-weight: 600;
}

.cart_listing_section-item {
  display: inline-block;
  width: 100%;
  position: relative;
}

.cart_listing_section-item h3 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 6px;
}

.cart_listing_section-item span {
  position: absolute;
  width: 26px;
  bottom: 4px;
}

.cart_listing_section-item input {
  border: 0;
  border-bottom: 1px solid #f0ddd1;
  width: 100%;
  padding: 10px 0;
  padding-left: 34px;
}

.cart_listing_section-item button {
  float: right;
  font-size: 14px;
  color: #bd922c;
  /* letter-spacing: 0.25px; */
  font-weight: 600;
  position: absolute;
  right: 0;
  bottom: 10px;
  background: none;
  border: none;
}

.category_coupons_colm {
  padding: 20px;
  padding-bottom: 0;
  position: relative;
}

.success_message {
  position: relative;
  font-size: 12px;
  color: green;
  padding-top: 4px;
}

.error_message {
  position: relative;
  font-size: 12px;
  color: red;
  padding-top: 4px;
}

.cart_listing_section-item input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  box-shadow: 0 0 0px 1000px white inset;
}

.cart_item_list {
  padding: 15px;
  border-radius: 5px;
  margin-top: 12px;
  width: 100%;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgb(49 49 49 / 16%);
  border-radius: 5px;
}

.cart_item_list p {
  margin: 0;
  font-size: 12px;
  /* letter-spacing: 0.5px; */
  font-style: italic;
  line-height: 1.4;
}

.giftboxselectitem input {
  position: relative;
  top: 2px;
  cursor: pointer;
}

.giftboxselectitem label {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.custom_radio:before {
  content: "";
  height: 20px;
  border: 1px solid #979797;
  border-radius: 50%;
  left: 15px;
  width: 20px;
  position: absolute;
}

.custom_radio {
  padding-top: 1.2px;
  float: left;
}

.img_obj::before {
  background-image: url(/images/right-icon2.svg);
  background-size: 12px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #bdffd4;
  border: 0;
}

a {
  text-decoration: none;
}

.subtotal_price {
  float: right;
}

.gpcart p {
  line-height: 1.6;
  font-style: normal;
}

.delete_icon {
  filter: grayscale(1);
}

.gpcart {
  background: rgb(163 173 128 / 18%);
  position: relative;
}

.gpcart span {
  position: absolute;
  left: 15px;
}

.cartmsg li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: url("image/gift-icon.svg") no-repeat !important;
  width: 28px;
  height: 28px;
}

.cartmsg li {
  line-height: 1.6;
  position: relative;
  min-height: 28px;
  font-size: 12px;
  /* letter-spacing: 0.5px; */
  padding-bottom: 8px;
  padding-left: 40px;
  padding-top: 3px;
}

.cartmsg li:last-child {
  padding-bottom: 0;
}

.cart_listing_item {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-top: 20px;
  border-radius: 5px;
  background: #fff;
  /* box-shadow: 0px 0px 6px rgb(49 49 49 / 16%); */
}

@media (max-width: 767px) {
  .cart_filter_main {
    /* width: 100%;
     padding: 12px;
     padding-top: 58px;
     padding-bottom: 80px; */
    overflow-y: auto;
  }

  .category_coupons_colm {
    padding: 15px;
  }

  .category_last_section {
    /* width: 100%;
     left: 0;
     padding: 0 12px;
     margin-left: 5px;
     padding-right: 20px; */
    max-width: 320px;
    height: 150px;
  }

  /* .cart__btn {
      width: 140px;
      height: 40px;
      text-transform: capitalize;
  } */

  .cart__btn.outline {
    color: #3d857e;
    border: 1px solid #3d857e;
  }

  .cart__btn_wrap {
    width: auto;
    height: auto;
  }

  .cart_item_holder {
    width: 100%;
    padding-top: 12px;
  }

  .category_last_section ul li span {
    font-size: 12px;
    padding-top: 11px;
  }

  .category_last_section ul li span strong {
    font-size: 14px;
  }

  .cart_offer {
    padding: 15px;
  }

  .cart_offer ul li {
    margin-bottom: 8px;
    font-size: 12px;
    padding-left: 26px;
    line-height: 18px;
  }

  .simpl_text {
    margin-top: 12px;
    display: inline-block;
    margin-bottom: 0px;
  }

  .giftboxselectitem {
    margin-bottom: 0px;
    margin-top: 12px;
  }
}

.main_cart_ordersummary .summary_note {
  color: #bd922c;
}

.main_cart_list_product {
  width: 100%;
}

.main_cart_list_product div .cartitemlist {
  font-size: 19px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 5px;
  /* letter-spacing: 0.15px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3;
  /* font-family: 'mulish'; */
}

.main_cart_list_product div span.listing_section_span {
  width: 77px;
  height: 77px;
  border: 0;
  background-color: #eeeeee;
  padding: 5px;
  border-radius: 5px;
  float: left;
  position: absolute;
}

.main_cart_list_product div .listing_section_left {
  /* padding-left: 90px; */
  padding-left: 80px;
  padding-top: 5px;
}

.main_cart_list_product div .cart_listing_desktop1 abbr {
  float: left;
  /* color: #828282; */
  font-size: 12px;
  color: var(--color-1st);
  padding-top: 0px;
  /* letter-spacing: 0.4px; */
  font-weight: bold;
}

.main_cart_list_product div .cart_listing_desktop1 {
  padding-top: 0;
  display: block;
  width: 100%;
}

.main_cart_list_product div .listing_colm {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main_cart_list_product div .listing_cols {
  width: 100%;
  padding-right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main_cart_list_product div .number {
  width: 70px;
  height: 20px;
  top: -2px;
  float: right;
  /* border: 1px solid #BD922C; */
  border-radius: 5px;
  position: relative;
  padding: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.main_cart_list_product div .number span {
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  /* padding: 4px;
  border: 1px solid #BD922C;
  border-radius: 50%;
  background: #bd922c;
  color: #fff;
  width: 50px;
  height: 100%;
  text-align: center;
  padding-top: 4px; */
  color: #fff;
  /* width: 28px;
  height: 28px; */
  width: 20px;
  height: 20px;
  margin: 12px 0px;
  padding: 8px;
  background: #004236;
  border-radius: 50%;
  border: 1px solid #004236;
}

.main_cart_list_product .svg__btn {
  user-select: none;
  width: 1em;
  height: 0.5em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1.25rem;
}

.main_cart_list_product .plus_minus-btn {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0px;
  border: 0px;
  margin: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  text-align: center;
  flex: 0 0 auto;
  border-radius: 50%;
  overflow: visible;
  color: rgba(0, 0, 0, 0.54);
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  padding: 5px;
  font-size: 1.125rem;
}

.main_cart_list_product div .number input {
  padding: 0px 0 0px;
  width: 35px;
  font-size: 10px;
  color: #bd922c;
  text-align: center;
  border: 0;
}

.main_cart_list_product div .number span:last-child {
  /* padding-right: 5px; */
}

.main_cart_list_product div .cart_listing_heading {
  display: none;
}

.main_cart_list_product div .cart_listing_heading h3 {
  font-size: 13px;
  padding-bottom: 0;
}

.main_cart_list_product div .cart_listing_heading h3 strong {
  font-size: 16px;
  padding-left: 5px;
}

.main_cart_list_product div .cart_listing_section_down .cartingitem {
  font-size: 13px;
  padding-bottom: 0;
  /* font-family: 'mulish'; */
  float: left;
  line-height: 1.3;
}

.main_cart_list_product div .cart_listing_section_down .cartingitem strong {
  font-size: 16px;
  padding-left: 5px;
  font-weight: 600;
  color: #313131;
}

.main_cart_list_product div .cart_listing_section_down a img {
  width: 18px;
  filter: grayscale(1);
  margin-right: 5px;
}

.main_cart_list_product div .cart_listing_section_down {
  padding: 8px 15px;
  border-bottom: 1px dotted #f0ddd1 !important;
  width: 100%;
  display: flow-root;
  box-shadow: 0px 0px 6px rgb(49 49 49 / 16%);
}

.main_cart_list_product div .complimentary_column {
  font-size: 12px;
  top: 0;
  border: 0;
}

.main_cart_list_product > div > div > div {
  margin-top: 12px;
}

.main_cart_list_product .main_cart_ordersummary .summarylist {
  font-size: 23px;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: capitalize;
  line-height: 1.3;
  /* font-family: 'mulish'; */
}

.main_cart_list_product .main_cart_ordersummary tr td {
  font-size: 14px;
  padding: 3px 0;
  text-transform: capitalize;
}

.main_cart_list_product .main_cart_ordersummary div {
  margin-top: 0;
  background: none;
  margin: 0;
}

.main_cart_list_product .main_cart_ordersummary {
  margin-top: 12px;
  background: #fff;
  box-shadow: 0px 3px 6px rgb(49 49 49 / 16%);
  border-radius: 5px;
}

.main_cart_list_product div .cart_listing_desktop1 p {
  /* line-height: 1.3; */
  color: var(--color-1st);
  margin: 0;
}

.main_cart_list_product div .cart_listing_sections_top {
  min-height: 112px;
  padding: 15px;
  position: relative;
  display: block;
  width: 100%;
}

.main_cart_list_product
  div
  .free_sample_box
  .cart_listing_section_down
  .btn_remove {
  position: absolute;
  top: auto;
  bottom: 14px;
  right: 15px;
}

.main_cart_list_product div .free_sample_box .cartitemlist {
  padding-right: 20px;
}

/*.main_cart_list_product div .free_sample_box .cart_listing_section_down{padding: 0; border: 0;} */
.main_cart_list_product .free_sample_box,
.main_cart_list_product .complimentary_box {
  border-left: 15px solid #ede1af;
}

.main_cart_list_product .free_sample_box .cartitemlist,
.main_cart_list_product .complimentary_box .cartitemlist {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

.main_cart_list_product div .listing_colm div {
  float: right;
  padding-left: 0;
  position: relative;
}

.main_cart_list_product .main_cart_ordersummary > div > div > div:nth-child(2) {
  padding: 15px;
}

@media (max-width: 767px) {
  .main_cart_list_product div .listing_cols {
    /* width: auto; */
  }

  .main_cart_ordersummary > div > div {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }

  .main_cart_list_product div .number {
    width: 78px;
    height: inherit;
    top: 0;
    padding: 0;

    /* border: 0; */
  }

  .main_cart_list_product div .number input {
    padding: 2px 0 0px;
    width: 34px;
    font-size: 14px;
  }

  .main_cart_list_product div .number span {
    font-size: 22px;
  }

  .main_cart_list_product
    div
    .free_sample_box
    .cart_listing_section_down
    .btn_remove {
    right: 10px;
    bottom: auto;
    top: 10px;
  }

  .main_cart_list_product div .free_sample_box .listing_cols {
    display: none;
  }

  .main_cart_list_product div .free_sample_box .cart_listing_section_down {
    padding: 6px 15px;
    border-top: 1px dotted #f0ddd1;
  }

  .main_cart_list_product div .cart_listing_sections_top {
    min-height: 106px;
  }

  .main_cart_list_product div .complimentary_box .cart_listing_section_down {
    border-top: 1px dotted #f0ddd1;
    padding: 6px 15px;
  }

  .main_cart_list_product .free_sample_box .cartitemlist,
  .main_cart_list_product .complimentary_box .cartitemlist {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  .main_cart_list_product .free_sample_box,
  .main_cart_list_product .complimentary_box {
    border-left: 10px solid #ede1af;
  }

  .pe-md-4 .free_sample_box,
  .pe-md-4 .complimentary_box {
    border-left: 10px solid #ede1af;
  }

  /* .main_cart_list_product div .listing_colm div {
     float: none;
  } */

  .pe-md-4 .free_sample_box .cart_listing_section_down {
    padding: 0;
    border: 0;
    padding-left: 110px;
    margin-top: -20px;
  }

  .pe-md-4 .free_sample_box .cart_listing_section_down .complimentary_column {
    position: relative;
    top: -12px;
    float: right;
    padding-right: 15px;
  }

  .pe-md-4 .free_sample_box .cartitemlist,
  .pe-md-4 .complimentary_box .cartitemlist {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    padding-bottom: 0;
    margin-bottom: 5px;
  }

  .main_cart_list_product div .free_sample_box .cart_listing_section_down {
    padding: 0;
    border: 0;
    padding-left: 105px;
    margin-top: -20px;
  }

  .main_cart_list_product
    .free_sample_box
    .cart_listing_section_down
    .complimentary_column {
    position: relative;
    top: -12px;
    float: right;
    padding-right: 15px;
  }

  .gifting-banner
    ul.react-multi-carousel-dot-list
    li.react-multi-carousel-dot--active
    button {
    background: #bd922c;
  }

  .gifting-banner ul.react-multi-carousel-dot-list li button {
    border: 1px solid #bd922c;
    width: 10px;
    height: 10px;
  }

  .gallery .carousel .slide img {
    height: auto;
  }

  .main_cart_list_product div .cart_listing_section_down .cartingitem {
    font-size: 0;
  }

  .main_cart_list_product .main_cart_ordersummary .summarylist {
    padding-top: 15px;
  }

  .main_cart_list_product .main_cart_ordersummary {
    margin-top: 12px;
  }
}

.main_cart_list_product div .complimentary_column {
  padding: 0;
  padding-bottom: 10px;
  color: #bd922c;
  display: block;
  font-weight: 600;
  /* letter-spacing: 0.25px; */
  position: relative;
}

.main_cart_list_product .free_sample_box .complimentary_column {
  padding-bottom: 0;
}

.main_cart_list_product .complimentary_box .cart_listing_sections_top {
  min-height: 107px;
}

.main_cart_list_product .complimentary_box .number {
  width: auto;
}

div .complimentary_box div .number input {
  background: none;
  margin: 0 auto;
  display: block;
  line-height: 1.9;
}

.main_cart_list_product div .cart_listing_section_down .btn_remove {
  float: right;
  font-size: 14px;
  display: block;
  position: absolute;
  top: 10px;
  /* right: 10px; */
}

.main_cart_list_product .main_cart_ordersummary .grand_total_part td {
  border-bottom: 1px solid #f0ddd1;
  border-top: 1px solid #f0ddd1;
  font-weight: 600;
  padding: 6px 0;
  vertical-align: middle;
}

.main_cart_list_product
  .main_cart_ordersummary
  .grand_total_part
  td:last-child {
  text-align: right;
  font-size: 20px;
}

.main_cart_list_product .main_cart_ordersummary tr:nth-last-child(2) td {
  padding-bottom: 15px;
}

.main_cart_list_product .main_cart_ordersummary td:last-child {
  text-align: right;
}

@media (min-width: 992px) {
  .main_cart_list_product div .cart_listing_section_down .cartingitem {
    float: left !important;
  }

  .main_cart_list_product div .cart_listing_section_down .btn_remove {
    /* position: relative; */
    /* top: 0;
     right: 0;
     cursor: pointer; */
    cursor: pointer;
    color: red;
    font-weight: bolder;
  }

  .main_cart_list_product div .cart_listing_section_down a img {
    display: block;
  }

  .main_cart_list_product div .cart_listing_desktop1 p {
    font-weight: 600;
    justify-content: space-between;
    /* letter-spacing: 0.4px; */
    font-size: 10px;
  }

  .main_cart_list_product div .number span {
    cursor: pointer;
    /* top: 2px; */
    position: relative;
  }

  /* .main_cart_list_product div .number span:first-child {
     padding-left: 5px;
  } */

  .main_cart_list_product div .listing_cols {
    padding-top: 0;
  }

  .main_cart_list_product .main_cart_ordersummary tr td {
    /* letter-spacing: 0.15px; */
    color: rgb(49 49 49 / 80%);
  }
}

@media (max-width: 767px) {
  .main_cart_list_product .main_cart_ordersummary h2 {
    padding-top: 15px;
    font-size: 22px;
  }

  .main_cart_list_product
    .main_cart_ordersummary
    > div
    > div
    > div:nth-child(2) {
    padding: 0;
  }

  /* .cart_listing_item {
     box-shadow: 0px 3px 6px rgb(49 49 49 / 16%);
  } */

  div .complimentary_box div .number input {
    color: #313131;
  }

  .main_cart_list_product div .complimentary_column {
    padding-bottom: 0;
    bottom: 42px;
    top: auto;
    position: absolute;
    right: 15px;
  }

  .complimentary_box .cart_listing_section_down .listing_cols {
    margin-top: 0;
  }
}

.cart-items_purcase_item span.cart-items_listing_section_pic {
  width: 77px;
  display: inline-block;
  height: 77px;
  border: 1px solid #f0ddd1;
  padding: 5px;
  border-radius: 5px;
  float: left;
  position: absolute;
}

.cart-items_purcase_item {
  /* -webkit-box-shadow: 0 3px 6px rgb(49 49 49/16%);
  box-shadow: 0 3px 6px rgb(49 49 49/16%); */
  width: 100%;
  display: inline-block;
  position: relative;
  margin-top: 20px;
  border-radius: 5px;
  background: #fff;
}

.cart-items_cart_listing_product {
  padding: 15px;
  position: relative;
  display: block;
  width: 100%;
}

.cart-items_listing_left {
  display: block;
  padding-left: 95px;
}

.cart-items_listing_left .cart-items_carting {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 5px;
  padding-right: 20px;
  line-height: 1.3;
}

.cart-items_listing_cols1 {
  width: 100%;
  display: inline-block;
}

.cart-items_listing_cols1 abbr {
  float: left;
  color: #828282;
  font-size: 12px;
}

.cart-items_select_size {
  float: right;
  position: relative;
}

.cart-items_select_size p {
  border: 0;
  font-size: 12px;
  color: var(--color-1st);
  background: none;
  -webkit-appearance: none;
  margin: 0;
}

.cart-item_listing_quantity {
  width: 100%;
  display: flow-root;
  padding-top: 5px;
}

.cart-item_listing_quantity abbr {
  float: left;
  color: #828282;
  font-size: 12px;
  padding-top: 5px;
}

.cart-item_listing_quantity .cart-items_number {
  width: 80px;
  float: right;
  /* border: 1px solid #f0ddd1; */
  border-radius: 5px;
  padding: 0 10px;
}

.cart-item_listing_quantity .cart-items_number input {
  border: 0;
  width: 40px;
  text-align: center;
  font-size: 14px;
  color: #bd922c;
}

.cart-item_listing_quantity .cart-items_number span {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.cart_product_section1 {
  padding: 10px 15px;
  border-top: 1px dotted #f0ddd1;
  width: 100%;
  display: flow-root;
}

.cart_product_section1 .cart-items_carting_list {
  font-size: 14px;
  float: left;
  line-height: 1.3;
}

.cart_product_section1 .cart-items_carting_list strong {
  font-size: 20px;
  padding-left: 5px;
  font-weight: 600;
  color: #313131;
}

.cart_product_section1 a {
  float: right;
  font-size: 14px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}

.cart-items_product_listing_items {
  padding-top: 10px;
}

.cart-item_listing_quantity .cart-items_number span:last-child {
  /* top: 2px; */
  position: relative;
}

.cart-items_summaryitem-list {
  color: #bd922c;
  font-size: 12px;
  display: inline-block;
  font-weight: 600;
}

@media (min-width: 992px) {
  .cart-items_select_size p {
    font-size: 14px;
  }

  .cart-items_summaryitem-list {
    font-size: 14px;
    /* letter-spacing: .25px; */
    position: relative;
    top: -4px;
  }

  .cart-items_purcase_item span.cart-items_listing_section_pic {
    width: 90px;
    height: 90px;
    border: 0;
    background-color: #eee;
  }

  .cart-items_purcase_item span.cart-items_listing_section_pic img {
    width: auto !important;
  }

  .cart-items_listing_left {
    padding-left: 115px;
  }

  .cart-items_listing_left .cart-items_carting {
    font-size: 23px;
    font-weight: 500;
    padding-right: 0;
    padding-bottom: 10px;
  }

  .cart-items_listing_cols1 abbr,
  .cart-item_listing_quantity abbr {
    font-size: 14px;
    color: #828282;
    /* letter-spacing: .25px; */
    padding-top: 0;
  }

  .cart-item_listing_quantity .cart-items_number span {
    cursor: pointer;
    /* top: 2px; */
    position: relative;
  }

  .cart-items_select_size p {
    font-weight: 600;
    /* letter-spacing: .4px */
  }

  .cart-item_listing_quantity .cart-items_number {
    width: 99px;
    padding: 0;
    height: 31px;
    position: relative;
    top: -4px;
  }

  .cart-item_listing_quantity .cart-items_number .cart-items_minus {
    padding-left: 10px;
  }

  .cart-item_listing_quantity .cart-items_number .cart-items_plus {
    /* padding-right: 5px */
  }

  .cart-item_listing_quantity .cart-items_number input {
    padding: 3px 0 1px;
    width: 51px;
  }

  .cart-items_cart_listings {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 10px;
  }

  .cart-items_listing_cols1 {
    width: auto;
    margin-right: 25px;
  }

  .cart-items_select_size {
    /* float: left; */
    padding-left: 20px;
  }

  .cart-item_listing_quantity {
    padding-top: 0;
    width: 180px;
  }

  .cart-items_cart_listings h3 {
    float: right;
    font-size: 14px;
    padding-bottom: 0;
    line-height: 1.1;
  }

  .cart-items_cart_listings h3 strong {
    font-size: 20px;
    padding-left: 10px;
    font-weight: 600;
  }

  .cart-items_cart_listing_heading__mNJvS {
    width: 34%;
  }

  /* .cart-items_purcase_item {
     -webkit-box-shadow: 0 0 6px rgb(49 49 49/16%);
     box-shadow: 0 0 6px rgb(49 49 49/16%)
  } */

  .cart_product_section1 a img {
    display: block;
  }

  .cart-items_cart_listing_product {
    min-height: 120px;
  }

  .cart_product_section1 .cart-items_carting_list {
    float: left !important;
  }

  .cart_product_section1 a {
    position: relative;
    top: 0;
    right: 0;
    cursor: pointer;
  }

  .cart-items_product_listing_items {
    padding-top: 0;
  }

  .map_address {
    width: auto;
    height: 250px;
    border: 0;
  }

  .cart-items_cart_listing_section h3 {
    font-size: 23px;
  }
}

@media (max-width: 767px) {
  .cart-item_listing_quantity .cart-items_number span {
    color: #bd922c;
    vertical-align: middle;
    font-size: 22px;
    float: left;
  }

  .cart-item_listing_quantity .cart-items_number input {
    vertical-align: text-top;
    color: #313131;
    width: 34px;
    float: left;
    padding: 2px 0 0;
  }

  .cart-item_listing_quantity .cart-items_number {
    padding: 0;
    border: 0;
    width: 78px;
    line-height: 1;
    margin-left: 8px;
    float: left;
  }

  .cart-item_listing_quantity .cart-items_number .cart-items_minus {
    padding-left: 5px;
  }

  .cart-item_listing_quantity .cart-items_number .cart-items_plus {
    padding-right: 5px;
  }

  .cart-item_listing_quantity .cart-items_number span:last-child {
    top: 0;
  }

  .cart_product_section1 a {
    width: 24px;
    -webkit-filter: opacity(0.8);
    filter: opacity(0.8);
  }

  .cart-item_listing_quantity {
    width: auto;
    float: left;
    padding-top: 0;
  }

  .map_address {
    width: auto;
    height: 250px;
    border: 0;
  }

  .cart_product_section1 .cart-items_carting_list strong {
    font-size: 16px;
  }

  .cart-items_purcase_item {
    margin-top: 15px;
  }

  .cart-item_listing_quantity abbr {
    padding-top: 0;
    color: #c4601d;
    font-weight: 600;
  }

  .cart_product_section1 {
    padding: 6px 15px;
  }

  .cart-items_product_listing_items {
    padding-top: 0;
  }

  .cart-items_cart_listing_product {
    min-height: 106px;
  }

  .cart_product_section1 .cart-items_carting_list {
    font-size: 0;
    line-height: 1.3;
  }

  .cart-items_summaryitem-list {
    float: left;
  }

  .cart-items_select_size {
    float: none;
  }
}

.order-summary_cart_listing_product_section {
  margin-top: 30px;
  width: 100%;
  display: inline-block;
}

.order-summary_cart_listing_product_section .order-summary_listing_detail {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
  line-height: 1.3;
}

.order-summary_cart_listing_product_section tr td {
  font-size: 14px;
  padding: 3px 0;
  text-transform: capitalize;
}

.order-summary_cart_listing_product_section tr.order-summary_grand_total td {
  border-bottom: 1px solid #f0ddd1;
  border-top: 1px solid #f0ddd1;
  font-weight: 600;
  padding: 6px 0;
  vertical-align: middle;
}

.order-summary_cart_listing_product_section tr td:last-child {
  text-align: right;
}

.arrange-bill {
  width: 100%;
  caption-side: bottom;
  /* border-collapse: collapse; */
}

.order-summary_cart_listing_product_section
  tr.order-summary_grand_total
  td:last-child {
  font-size: 20px;
}

.order-summary_cart_listing_product_section table tr:nth-last-child(2) td {
  padding-bottom: 15px;
}

.order_summary_shipping_item_product {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  border-radius: 5px;
  background-color: #f9f4e8;
}

.order-summary_top_heading_items {
  width: 100%;
  padding: 20px 25px;
  display: flow-root;
}

.order-summary_top_heading_items h6 {
  font-size: 14px;
  float: left;
  font-weight: 600;
  line-height: 1.4;
}

.order-summary_details_info_product {
  cursor: pointer;
  float: right;
  color: #c4601d;
  font-size: 12px;
  font-weight: 600;
}

.order-summary_details_info_product img {
  vertical-align: middle;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 10px;
}

.order-summary_cart_section_listing {
  -webkit-box-shadow: 0 2px 3px 0 rgb(0 0 0/10%);
  box-shadow: 0 2px 3px 0 rgb(0 0 0/10%);
  width: 100%;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  margin-bottom: 10px;
  background-color: #fff;
}

.order-summary_cart_listing_section_top {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 15px 10px;
}

.order-summary_listing_span {
  width: 55px;
  height: 55px;
  border: 1px solid #f0ddd1;
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  background: #eee;
}

.order-summary_listing_sectionleft {
  display: block;
  padding-left: 65px;
}

.order-summary_listing_sectionleft h3 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 5px;
}

li {
  list-style: none;
}

.order-summary_listing_defaultitem {
  width: 100%;
  display: flow-root;
  padding-bottom: 2px;
}

.order-summary_listing_productitem {
  width: 100%;
  display: flow-root;
}

.order-summary_listing_defaultitem abbr,
.order-summary_listing_productitem abbr {
  float: left;
  color: #828282;
  font-size: 12px;
  /* letter-spacing: .4px */
}

.order-summary_listing_defaultitem span,
.order-summary_listing_productitem span {
  font-size: 12px;
  float: right;
  /* letter-spacing: .25px; */
  color: #c4601d;
}

.order-summary_cart_listing_section_bottom {
  padding: 10px 15px;
  border-top: 1px dotted #f0ddd1;
  width: 100%;
  display: inline-table;
}

.order-summary_cart_listing_section_bottom h3 {
  font-size: 14px;
  width: 100%;
}

.order-summary_cart_listing_section_bottom h3 strong {
  line-height: 1;
  float: right;
  font-size: 16px;
  font-weight: 600;
  color: #313131;
  padding-left: 5px;
}

.order-summary_details_section_items_list {
  background-color: #f0ddd1;
  padding: 10px 0 10px 10px;
}

.order-summary_details_section_column::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}

.order-summary_details_section_column::-webkit-scrollbar-track {
  background: #e9cdbc;
}

.order-summary_details_section_column::-webkit-scrollbar-thumb,
.order-summary_details_section_column::-webkit-scrollbar-thumb:hover {
  background: #c78e69;
  border-radius: 8px;
}

.order-summary_details_section_column {
  overflow-y: auto;
  max-height: 230px;
  padding-right: 10px;
  width: 100%;
}

.order_summary_shipping_item_product
  .order-summary_cart_listing_section_top:last-child {
  margin-bottom: 0;
}

.order-summary_productdetails_right {
  float: right;
}

.order-summary_productdetails_right a {
  color: #c4601d !important;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.order-summary_product-details {
  float: left;
  line-height: 1.4;
}

.order-summary_product-details img {
  width: 18px;
  vertical-align: sub;
}

.order-summarylisting_box {
  width: 100%;
}

.order-summarylisting_box,
.order-summary_listing_column {
  color: #c4601d;
  font-size: 12px;
  /* letter-spacing: .25px; */
  display: inline-block;
  font-weight: 600;
}

.order_summary_shipping_item_product .order-summary_listing_sectionleft {
  min-height: 58px;
}

.order-summary_product_section {
  margin: 0;
  padding-top: 10px;
  font-size: 13px;
  /* letter-spacing: .25px; */
  font-weight: 600;
}

@media (min-width: 992px) {
  .order-summary_cart_listing_product_section {
    border-radius: 5px;
    background-color: #f9f4e8;
    padding: 25px;
    margin-top: 0;
  }

  .order-summary_cart_listing_product_section .order-summary_listing_detail {
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 600;
    padding-bottom: 10px;
  }

  .order-summary_cart_listing_product_section tr td {
    font-size: 14px;
    /* letter-spacing: .15px; */
    color: rgb(49 49 49/80%);
  }

  .order-summary_cart_listing_product_section:before {
    content: "";
    background-image: url(/images/motif1.svg);
    width: 151px;
    height: 46px;
    position: absolute;
    top: 0;
    background-size: cover;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    display: none;
  }
}

@media (max-width: 767px) {
  .order-summary_cart_listing_product_section {
    margin-top: 10px;
  }

  .order-summary_top_heading_items {
    padding: 15px 20px;
  }

  .order_summary_shipping_item_product {
    margin-top: 30px;
  }

  .order-summary_product_section {
    padding-bottom: 12px;
    color: #c4601d;
  }
}

.updateQtyButton:hover {
  background: #b48125;
  border: 1px solid transparent;
  color: #fff;
  padding: 7px 25px;
}

.updateQtyButton {
  display: inline-block;
  padding: 7px 25px;
  background: #044236;
  border: 1px solid transparent;
  color: #fff;
  border-radius: 6px;
  float: right;
  margin-top: 15px;
}

/*****cookies*****/

.cookie-consent {
  z-index: 999 !important;
}

/*****share button****/

.share-btn {
  position: absolute;
  /* bottom: 30px; */
  top: 7%;
  right: 5%;
  z-index: 1;
}

.share-btn span {
  height: 30px;
  width: 30px;
  background: #bd8e48;
  line-height: 28px;
  text-align: center;
  font-size: 15px;
  color: #e9fcf8;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #bd8e48;
}

.share-btn:hover span {
  background: #bd8e48;
  border-color: #bd8e48;
}

.share-btn a span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 18px;
  border: 1px solid transparent;
  background: #16a085;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: 0.6s;
}

#click:checked ~ .share-btn a span {
  height: 30px;
  width: 30px;
  line-height: 28px;
  font-size: 15px;
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

#click:checked ~ .share-btn a:nth-child(2) span {
  bottom: -20px;
  right: 35px;
  background: #1da1f2;
  border-color: #0e9af1;
}

#click:checked ~ .share-btn a:nth-child(3) span {
  bottom: 20px;
  right: 37px;
  background: #e1306c;
  border-color: #df2060;
}

.share-btn a:nth-child(3) span {
  transition-delay: 0.2s;
}

#click:checked ~ .share-btn a:nth-child(4) span {
  bottom: 40px;
  right: 0px;
  background: green;
  border-color: green;
}

.share-btn a:nth-child(4) span {
  transition-delay: 0.4s;
}

#click {
  display: none;
}

/****product details ****/

.top-rated .cards {
  background-color: #fff;
  padding: 14px;
  border: none;
}

.top-rated .demo {
  width: 100%;
}

.top-rated img {
  display: block;
  height: auto;
  width: 100%;
}

.top-rated .stars i {
  color: #bd922c;
}

.top-rated .stars span {
  font-size: 13px;
}

.top-rated .pickup-line {
  color: #d4d4d4;
}

.top-rated .profile-image {
  max-width: 100px;
  margin-right: 15px;
}

.top-rated .comment-ratings i {
  font-size: 13px;
}

.top-rated .username {
  font-size: 14px;
}

.top-rated .comment-profile {
  line-height: 17px;
}

.top-rated .date span {
  font-size: 12px;
}

.top-rated .p-ratings i {
  color: #bd922c;
  font-size: 12px;
}

.top-rated .comment-ratings i {
  color: #bd922c;
}

.top-rated .followers {
  font-size: 16px;
  color: #d4d4d4;
}

.top-rated .store-image {
  width: 42px;
}

.top-rated .dot {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

.top-rated .bullet-text {
  font-size: 12px;
}

.top-rated .my-color {
  margin-top: 10px;
  margin-bottom: 10px;
}

.top-rated {
  width: "100%";
  height: auto;
  padding: 20px;
  border: 1px solid #dddddd;
}

.sales_promise {
  width: "100%";
  height: auto;
  padding: 20px;
  border: 1px solid #dddddd;
}

.p-ratings i {
  color: #bd922c;
  font-size: 12px;
}

.top-rated .cards-body {
  padding: 0.3rem 0.3rem 0.2rem;
}

.pruchase_check {
  /* width:200px; */
  height: 150px;
}

.pruchase_check td {
  padding: 8px 6px;
}

.click {
  font-size: 14px;
  background-color: #fffef7;
  color: grey;
  border: 1px solid var(--color-1st);
  padding: 8px;
  border-radius: 5px;
}

.click:hover {
  border: 1px solid;
  padding: 8px;
  background-color: #bd8e48;
  color: #fff;
}

.pruchase_check .click-this .click_item {
  /* margin-left: 10px; */
}

.tabs-contents .tab-content.shop_info_tab {
  /* margin-top: 30px; */
  border: 1px solid grey;
  border-radius: 5px;
  padding: 20px;
  padding-top: 30px;
}

.tabs-contents .tab-content .shop_info_tab {
  margin-top: 0 !important;
}

.tab-style3 .nav-tabs li.nav-item a {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  display: block;
  padding: 0.5rem 1rem;
  text-align: center;
  text-transform: uppercase;
}

.tab-style3 .nav-tabs .nav-item a.active {
  background-color: var(--color-1st) !important;
  color: var(--color-1st);
}

.product_top_store {
  /* display: flex;
  flex:wrap;
  width:auto;
  height:450px; */
  padding-top: 50px;
}

@media (max-width: 992px) {
  .top-level {
    /* margin: 0 auto;
  display: inline-flex;
  padding: 35px; */
    margin-top: 10px;
  }

  /* .middle_order{
      padding: 35px;
  left: -20px;
  right: -10px;

  }
  .middle_first{
      left: -20px;
  right: -10px;
  padding: 45px;
  } */
}

.Product_tab_wrap {
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}

@media screen and (device-width: 1024px) {
  .pr_detail {
    height: auto !important;
  }
}

/****product description tab***/

@media (max-width: 767px) {
  .Product_tab_wrap .row__1,
  .Product_tab_wrap .row__2,
  .Product_tab_wrap .row__3,
  .Product_tab_wrap .row__4 {
    padding-top: 20px;
  }

  .Product_tab_wrap .row__2,
  .Product_tab_wrap .row__4 {
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}

/*  */
.contact-boxs {
  background: transparent;
  border-radius: 2px;
  border: 1px solid transparent;
  height: auto;

  position: relative;
  width: 250px !important;
}

.contact-boxs-separate-1 {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.contact-boxs-separate-1:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
}

.contact-form-button {
  border: 1px solid transparent;
  color: #fff;
  padding: 4px 70px;
  background-color: var(--color-1st);
}

.btn111 {
  border: 1px solid transparent;
  color: #fff;
  padding: 4px 50px;
  background-color: var(--color-1st);
}

/* contact-form */
.contact_form_group_detail {
  width: auto;
  height: auto;
  padding: 10px;
  border: 1px solid transparent;
}

#fh5co-main {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-main .fh5co-narrow-content {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 4em 0;
}

.form-control:hover {
  box-shadow: none !important;
  background-color: #fff !important;
}

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #80bdff !important;
  color: var(--color-1st) !important;
}

.form-select.nice-select:focus {
  box-shadow: none !important;
  border: 1px solid #80bdff !important;
}

.map_address {
  width: -webkit-fill-available !important;
  width: -moz-available !important;
  height: 400px;
  border: 0;
  overflow: hidden;
}

.contact__map {
  margin-top: 35px;
}

#message {
  height: 139px !important;
}

.contact-form-button.btn-md {
  padding: 10px 25px !important;
}

.btn-primarys {
  background: var(--color-1st) !important;
  color: var(--color-1st) !important;
  border: 2px solid transparent !important;
  border-radius: 5px !important;
}

.iconssss a {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  margin: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background-size: 100% 200%;
  background-position: 0% 5%;

  transition: background-position 0.5s, color 0.5s;
}

.iconssss a:nth-child(1) {
  color: #1976d3;
  background-image: linear-gradient(#fff 50%, #1976d3 50%);
}

.iconssss a:nth-child(2) {
  color: #db6f44;
  background-image: linear-gradient(#fff 50%, #db6f44 50%);
}

.iconssss a:nth-child(3) {
  color: red;
  background-image: linear-gradient(#fff 50%, red 50%);
}

.iconssss a:nth-child(4) {
  color: #03a9f5;
  background-image: linear-gradient(#fff 50%, #03a9f5 50%);
}

.iconssss a:hover {
  background-position: 0% 100%;
  color: #fff;
}

/***** login start ************/

.login-container .login-form .login-form-inner {
  max-width: 380px;
  /* width: 95%; */
}

/* @media (max-width:768px) {
  .login-container .login-form {
      width: 90%;
  }
} */

/************** login End ************/

@media screen and (max-width: 767px) {
  .map_address {
    width: auto;
    height: 250px;
    border: 0;
  }
}

/* @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .map_address {
      width: auto;
      height: 250px;
  }
} */

@media screen and (max-width: 420px) {
  .map_address {
    width: auto;
    height: 250px;
    border: 0;
  }
}

@media (min-width: 992px) {
  .offer_banner_section .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 28%;
    max-width: 28%;
  }
}

@media (min-width: 992px) {
  .offer_banner_section .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33%;
    max-width: 29%;
  }
}

@media (min-width: 768px) {
  .offer_banner_section .col-md-3 {
    flex: 0 0 28%;
    max-width: 30%;
  }
}

@media (min-width: 768px) {
  .offer_banner_section .col-md-4 {
    flex: 0 0 29%;
    max-width: 33.333333%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991.98px) {
  .sale-banner_second,
  .title_offer {
    top: 0 !important;
    color: #fff;
    font-size: 19px !important;
    padding: 10px !important;
  }

  .offer_submit {
    margin-left: 10px !important;
    margin-top: 0px !important;
  }
}

.sale-banner_first {
  position: relative;
  margin-top: 25px;
}

.sale-banner_second {
  position: absolute;
  top: 5%;
  color: #fff;
  font-size: xx-large;
  padding: 20px;
}

.sale-banner_second:hover {
  position: absolute;
  top: 5%;
  color: #a37e2d;
  font-size: xx-large;
  padding: 20px;
}

/* .offer_submit {
  padding: 9px;
  background: transparent;
  border-radius: 25px;
  border: 1px solid var(--color-1st);
  color: var(--color-1st);
  font-size: 14px;
  width: 100px;
  margin-top: 25px;
}

.offer_submit:hover {
  padding: 9px;
  background: #A37E2D;
  border-radius: 25px;
  border: 1px solid transparent;
  color: #fff;
  font-size: 14px;


} */

.bi-arrow-right {
  margin-left: 15px;
  fill: #fff;
  font-size: 14px;
}

.offer_submit .bi-arrow-right:hover {
  margin-left: 15px;
  fill: #fff;
  font-size: 14px;
}

@media screen and (max-width: 541px) {
  .sale-banner_first {
    /* padding: inherit; */
    text-align: -webkit-center;
    padding-top: 15px;
    margin: 0 auto;
  }

  .sale-banner_second {
    font-size: 20px;
    position: absolute;
    top: 5%;
    /* padding: 20px; */
    margin-left: 20px;
    text-align: left;
  }

  /* .offer_submit {
      padding: 9px;
      background: transparent;
      border-radius: 25px;
      border: 1px solid #fff;
      color: #fff;
      font-size: 14px;
      margin-top: 25px;
  } */

  .trending_product .owl-item {
    height: 200px;
    margin-left: 1px !important;
  }

  .trending_product .product_wrap {
    width: 100% !important;
    height: auto;
  }

  .trending_product .owl-stage-outer {
    height: 200px !important;
  }
}

/* .tab-style2 {
  display: none !important;
} */

/* .product_container_outer_wrap .container
{
  padding: 0 1.5rem;
} */

.product-thumbs .swiper-slide {
  width: auto;
  padding: 15px !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.product-thumbs {
  padding: 25px !important;
  height: 100%;
  width: 100%;
}

.product-slider {
  width: 100%;
  box-shadow: 0 0 15px #ececec;
  height: 100%;
}

.offer_banner_products {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .product-thumbs1 {
    display: none;
  }
}

.viewpic {
  width: 50px;
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: var(--color-1st);
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 25px !important;
  height: 25px !important;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
  background: #e2e2e2;
  /* -moz-background-size: 27px 44px;
      -webkit-background-size: 27px 44px; */
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: none !important;
}

@media only screen and (max-width: 912px) {
  .promise_banner_two {
    display: none !important;
  }
}

/* small {
  display: none;
} */

.remove {
  font-size: 20px;
  font-weight: bolder;
}

@media only screen and (max-width: 1024px) {
  .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 25%;
    max-width: 36.666667%;
  }
}

/* checkout-page */

.magic-radio:checked + label:before {
  border: 1px solid #004236 !important;
}

.gaurentee {
  width: 120px;
  padding: 15px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 992px) {
  .gaurentee {
    width: 90px !important;
    padding: 6px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .y-videos {
    width: 100%;
    height: 400px;
  }
}

@media (min-width: 992px) {
  .Home_home_mobile_sec8__1spDt ul li {
    width: 25% !important;
    padding: 0 12px 15px !important;
  }

  .Home_home_mobile_sec8__1spDt ul li div span {
    position: absolute;
    bottom: 10px;
    display: block;
    margin: 0;
  }

  .Home_home_mobile_sec8__1spDt ul li div {
    height: 110px !important;
  }

  .Home_home_mobile_sec8__1spDt ul li div span {
    margin: 6px auto 0;
    display: table;
  }

  .Home_home_mobile_sec8__1spDt ul li div span img {
    display: block;
    aspect-ratio: 1;
  }

  .Home_home_mobile_sec8__1spDt ul {
    margin: 0 -12px;
  }

  .Home_home_mobile_sec8__1spDt {
    margin-top: 60px;
    position: relative;
  }

  .Home_home_mobile_sec8__1spDt ul li div h5 {
    line-height: 1.5;
    font-weight: 600 !important;
    /* letter-spacing: 1.25px; */
    font-size: 15px;
    /* font-family: 'Open Sans' !important; */

    text-transform: uppercase;
    float: right;
    padding-top: 30px;
    position: relative;
    width: 50%;
    text-align: center;
  }

  .Home_home_mobile_sec8__1spDt abbr {
    position: absolute;
    top: 12px;
    text-align: left;
    width: auto;
    right: 0;
  }
}

.Home_home_mobile_sec8__1spDt abbr a {
  font-size: 14px;
  color: var(--color-1st);
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  /* letter-spacing: 1.25px; */
}

.Home_home_mobile_sec8__1spDt abbr {
  display: block;
}

.Home_home_mobile_sec8__1spDt {
  margin-top: 40px;
  width: 100%;
}

.Home_home_mobile_sec8__1spDt ul li div {
  height: 100%;
  padding: 12px;
  background: #f7f7f7;
  border-radius: 5px;
  display: table;
  position: relative;
  width: 100%;
}

.Home_home_mobile_sec8__1spDt {
  /* margin-top: 40px; */
  width: 100%;
}

.Home_home_mobile_sec8__1spDt ul li {
  width: 25% !important;
  padding: 0 7px 14px;
}

.underline-small {
  color: var(--color-1st);
  display: inline-block;
  position: relative;
}

.underline-small::after {
  content: "";
  height: 2px;
  width: 50%;
  background: var(--color-1st);
  position: absolute;
  left: calc(5% - 1%);
  bottom: -15px;
  /*   another way you can achieve this
  Check this link:
  https://goo.gl/GgRdjz

  */
}

.bg,
.bg-2,
.bg-3 {
  width: 170px;
  margin: 10px;
}

.bg,
.bg-2 {
  display: none;
}

.bg {
  background-size: 8px 8px;
  background-color: #c16;
  background-image: -webkit-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}

.bg-2 {
  background-color: #ccc;
  background-image: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 2px,
    rgba(255, 255, 255, 0.5) 2px,
    rgba(255, 255, 255, 0.5) 4px
  );
}

.bg-3 {
  color: #383838;
  font-size: 14px;

  font-weight: 700;
  text-align: center;
  cursor: pointer;

  background-color: #b1d035;

  -webkit-transition: color cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.25s,
    background-color cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.25s;
  -moz-transition: color cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.25s,
    background-color cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.25s;
  transition: color cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.25s,
    background-color cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.25s;

  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.bg-3:hover,
.bg-3.in-cart {
  color: #fff;
  background-color: #598526;
}

.bg-3.anim {
  color: #fff;
  background-color: #598526;
}

.cssanimations .bg-3.anim {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMzUiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZC11Y2dnLWdlbmVyYXRlZCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjIiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+");

  -webkit-background-size: 8px 8px;
  -moz-background-size: 8px 8px;
  -o-background-size: 8px 8px;
  background-size: 8px 8px;

  -webkit-animation: progress-bar-stripes 0.35s linear infinite;
  -moz-animation: progress-bar-stripes 0.35s linear infinite;
  -ms-animation: progress-bar-stripes 0.35s linear infinite;
  -o-animation: progress-bar-stripes 0.35s linear infinite;
  animation: progress-bar-stripes 0.35s linear infinite;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 8px 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 8px 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 8px 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 8px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 8px 0;
  }
}

/* navbar icons */
.navbar-nav.attr-nav li .nav-link .single_cart {
  font-size: 16px;
  background: #eaedef;

  padding: 15px;
  border-radius: 25px;
}

.single_cartcount {
  background-color: #fff;
  border-radius: 50px;
  color: #004236;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  height: 16px;
  left: -65px;
  line-height: 16px;

  margin-right: -5px;
  min-width: 16px;
  padding: 0 5px;
  position: relative;
  text-align: center;
  top: 5px;
  vertical-align: top;
}

/* customer profile */

.MuiIconButton-label {
  display: flex;
}

.MuiFormControlLabel-label {
  padding-left: 5px;
}

.MuiIconButton-label-span {
  margin-top: 2.5px;
}

.card-body .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none !important;
  background: #f8f8f8;
  color: #004236;
  outline: none;
  /* border: 1px solid var(--color-1st) ;
  border-width: 0 0 2px ; */
  border: 1px solid #d9d9d9;
  height: 45px !important;
  font-size: 16px;
  font-weight: 500;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px !important;
}

.radio_button_on,
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  accent-color: #3d857e;
  width: auto;
}

.typeofaddress {
  font-size: 14px;
  color: var(--color-1st);
  margin-bottom: 15px !important;
}

/* product free */

.product_free {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.coupon-svg {
  margin-bottom: 5px;
  filter: invert(20%) sepia(21%) saturate(2278%) hue-rotate(126deg)
    brightness(91%) contrast(102%);
}

.coupon-svg1 {
  filter: invert(92%) sepia(9%) saturate(2603%) hue-rotate(6deg) brightness(91%)
    contrast(78%);
}

.coupon-svg2 {
  filter: invert(92%) sepia(9%) saturate(2603%) hue-rotate(6deg) brightness(91%)
    contrast(78%);
}

.product_free-one {
  font-size: 14px;
  color: var(--color-1st);
}

.product_free-second {
  font-weight: bolder;
  color: var(--color-1st);
}

.product_free-link {
  color: #004236;
  font-size: 12px;
  text-decoration: underline;
  padding-left: 10px;
  font-weight: 300;
}

.product_offerlinks {
  font-size: 12px;
  color: var(--color-1st);
}

.product_freetitle {
  color: var(--color-1st) !important;
}

.description_tagtop {
  text-align: center;
  padding: 25px;
}

.description_tagtop,
.description_tagmiddle {
  padding: 0;
}

.description_tagmiddle {
  padding: 100px;
}

@media screen and (max-width: 1280px) {
  .middle_first #slider {
    width: 450px !important;
    height: 450px !important;
  }
}

@media screen and (max-width: 912px) {
  .description_tagmiddle {
    padding: 20px !important;
  }
}

@media screen and (max-width: 912px) {
  .middle_first #slider {
    width: 330px !important;
    height: 330px !important;
  }

  .product_free_section {
    width: auto !important;
    height: auto !important;
  }
}

@media (device-width: 540px) {
  .middle_first #slider {
    width: 450px !important;
    height: 450px !important;
  }
}

@media (device-width: 360px) {
  .middle_first #slider {
    width: 310px !important;
    height: 310px !important;
  }
}

.product_free_section {
  width: 400px;
  height: auto;
  padding: 10px;
  border: 1px solid #198754;
  border-radius: 5px;
}

#myTabContent .accordion-body figure {
  display: flex;
  justify-content: center;
  margin: 0 auto !important;
}

.header_wrap.nav-fixed
  .navbar-nav.attr-nav
  li
  .nav-link
  .linearicons-cart:before {
  background: transparent;
}

/*****sticky button************/

/*****sticky button************/

/* FLOATING SIDEBAR */
/* FLOATING SIDEBAR */
.sticky-button {
  clear: both;
  position: fixed;
  display: none;
  list-style-type: none;
  right: -3.2em;
  z-index: 999;
  top: 50%;
  -webkit-animation: slideright 1s forwards;
  -webkit-animation-delay: 1.5s;
  animation: slideright 1s forwards;
  animation-delay: 1.5s;
}

.wishlists-sticky {
  clear: both;
  position: fixed;
  display: block;
  list-style-type: none;
  left: -3.2em;
  z-index: 999;
  top: 50%;
  -webkit-animation: slideleft 1s forwards;
  -webkit-animation-delay: 1.5s;
  animation: slideleft 1s forwards;
  animation-delay: 1.5s;
}

@keyframes slideright {
  100% {
    right: 0;
  }
}

@keyframes slideleft {
  100% {
    left: 0;
  }
}

.wishlists-sticky ul li {
  margin-bottom: 40px;
  /* margin-left: -20px; */
  margin-left: -40px;
  padding: 7px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  background-color: #bcd7d2;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-transition: width 0.5s, background-color 0.1s;
  transition: width 0.5s, background-color 0.1s;
}

.wishlists-sticky ul li a {
  font-size: 14px;
  text-transform: none;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #044326 !important;
  padding: 3px;
}

/* .wishlists-sticky ul li:hover
{
  background-color: rgba(30, 45, 127, 1);
  color: #fff;
} */

.sticky-button ul li {
  margin-bottom: 40px;
  /* margin-right: -20px; */
  margin-right: -35px;
  padding: 7px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  background-color: #bcd7d2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transition: width 0.5s, background-color 0.1s;
  transition: width 0.5s, background-color 0.1s;
}

@media (max-width: 767px) {
  .sticky-button ul li {
    margin-bottom: 40px;
    margin-right: -4px;
    /* margin-left: -40px; */
    padding: 7px;
    width: 40px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    background-color: #044326;
    -webkit-transition: width 0.5s, background-color 0.1s;
    transition: width 0.5s, background-color 0.1s;
    box-shadow: rgba(17, 34, 51, 0.16) 0 3px 14px;
    cursor: pointer;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 22px 0 0 22px;
    border: 0;
  }
}
.sticky-button ul li a {
  font-size: 14px;
  text-transform: none;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #044326 !important;
}

.addmetotouch {
  width: 100%;
  padding: 7px 10px;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  background: #044236;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
}

.addmetotouch:hover {
  background: var(--color-1st);
  color: var(--color-1st);
}

/* .whislistimg{
  width: 30%;
} */
.whislistadd {
  /* padding: 2px 10px; */
  color: #fff;
  background: #044236;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.whislistadd.btn:hover {
  color: #fff !important;
  text-decoration: none;
}

/* .whislistdelete{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
} */
.whislisthead {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.wsocial-icon {
  width: 45%;
}

.wproduct-share-div {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.wproduct-share-icon {
  background: #e2e2e2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 8px;
  border-radius: 10px;
}

.modal .row {
  position: inherit !important;
}

.crop-avatar .section {
  padding: 60px 0;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
  background-color: #2c6e8e;
  border-radius: 10px;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
  color: #ffffff;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #555555;
  cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #ff8000;
}

.datepicker table tr td.today {
  color: var(--color-1st) 000;
  background-color: #ffa953;
  border-color: #ffb76f;
}

.datepicker table tr td.today:hover {
  color: #ffffff;
  background-color: #884400;
  border-color: #f59e00;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #419841;
  border-color: #285e8e;
}

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #285e8e;
  border-color: #193c5a;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #285e8e;
  border-color: #193c5a;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #50a2c9;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

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

#FiltersRightLabel {
  color: #fff;
}
.btn-close {
  color: #fff;
}

.aside {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  position: sticky;
  top: 80px;
  /* background: rgb(255, 100, 100); */
  padding: 20px;
  margin-bottom: 20px;
}

.main_cont {
  /* padding-left: 20px; */
  flex-grow: 1;
}

@media (max-width: 991px) {
  .order-lg-first {
    display: none;
  }

  .order-lg-first {
    position: relative;
    width: auto;
  }
  .product_grid {
    position: relative;
    margin-left: 0;
    padding: 0;
    overflow-x: hidden;
  }
  .ptb-80 {
    padding: 50px 0;
  }

  .main_cont {
    padding-left: auto;
  }
}

.accord-wrap {
  display: none;
}

.accordion-button::after {
  transition: transform 0.2s ease-in-out !important;
  color: #848484 !important;
  content: "\e64b" !important;
  display: block !important;
  font-family: themify !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  pointer-events: none !important;
  position: absolute !important;
  right: 15px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.accordion-button::after {
  color: transparent !important;
}

@media (max-width: 991px) {
  .accord-wrap {
    display: block;
  }

  .desktop-filters {
    display: none;
  }

  .accord-wrap .widget_title {
    padding: 7px;
  }

  .accord-wrap .accordion-button {
    padding: 0.5rem 1.25rem;
  }
}

.product_header .custom_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid transparent;
  height: 40px;
  padding: 6px 20px !important;
  /* padding: 10px 28px; */
  width: 100%;
  border-radius: 2px !important;
  font-size: 16px !important;
}

.product-header .custom_select .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none !important;
  background: white;
  outline: none;
  height: 40px !important;
  font-size: 16px;
}

.filter-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid var(--color-3rd);
  height: 40px;
  padding: 6px 20px !important;
  /* padding: 10px 28px; */
  width: 100%;
  border-radius: 0.25rem !important;
}

.back-to-shop span {
  padding-left: 10px;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent !important;
  border-radius: 0.3rem;
  outline: 0;
}

/************dashboard editor style***********/

.accordion-body {
  font-size: 14px;
  letter-spacing: normal !important;
  word-spacing: normal !important;
  padding: 1rem 1.25rem;
  background: #fff;
  line-height: 28px;
}

.accordion-button {
  color: var(--color-1st);
  text-align: left;
  background: #e7f1ff;
}

/* .accordion-button:not(.collapsed)
{

box-shadow: none;
padding: 10px;
color: var(--color-1st);
} */

/* .accordion-button:not(.collapsed) {
color: #0c63e4;
background-color: #e7f1ff;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
} */

.accordion-button:focus {
  z-index: 3 !important;
  border-color: #044326 !important;
  outline: 0 !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-body ul li {
  background-color: rgb(255, 255, 255);
  color: var(--color-1st) !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  list-style: disc !important;
  margin-bottom: 15px;
  margin-left: 25px;
  margin-top: 0px;
  padding-left: 0px;
  text-align: left;
  /*color: #687188;*/
  line-height: 28px;
  margin-bottom: 25px;
  letter-spacing: normal;
  word-spacing: normal;
}

.tab-content.accordion .table td {
  /* font-size: 16px !important; */
  font-size: 14px !important;
  vertical-align: top !important;
  letter-spacing: normal;
}

::selection {
  color: #333 !important;
}

.special-features p {
  color: #696969 !important;

  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  margin-top: 0 !important;

  line-height: 28px !important;
  margin-bottom: 0px !important;

  word-spacing: normal !important;
}

@media (max-width: 575.98px) {
  .cart-box .main h6 {
    font-size: 16px;
  }

  .cart-box .mobile-qty {
    display: flex;
    flex-direction: row;
    font-size: 18px;
    padding-left: 18px;
    top: 13px;
    align-items: center;
  }

  .cart-box .mobile-qty1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    top: -18px;
  }

  .cart-box .qty-update-mobile {
    border: 1px solid transparent;
    background: #e9e9e9;
  }

  .cart-box small {
    font-size: 14px;
    font-weight: 400;
    padding-left: 5px !important;
  }

  .cart-box span {
    color: #333;
    font-weight: 600;
    /* font-size: 20px; */
    font-size: 12px;
  }

  .cart-box .mobile-view {
    display: flex;
  }

  .cart-box .main .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 50%;
    /* max-width: 37%; */
    max-width: 25%;
  }
}

@media (max-width: 991.98px) {
  .btnCheckout {
    padding: 8px 50px !important;
  }
  /*
  .cart {
      padding: 4vh 1vh !important;
      border-bottom-left-radius: 1rem;
      border-top-left-radius: 1rem;
  } */

  .tab-bag {
    padding-left: 20px !important;
  }

  .tab-bag1 {
    padding-right: 20px !important;
  }
}

@media (min-width: 768px) {
  .offer_banner_section .col-md-5 {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 42%;
  }

  .offer_banner_section .col-md-3 {
    flex: 0 0 29%;
    max-width: 30%;
  }
}

@media (min-width: 992px) {
  .offer_banner_section .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 29%;
    max-width: 28.2%;
  }
}

@media (max-width: 767px) {
  .offer_banner_products img {
    display: none;
  }

  .accordion-body ul li {
    font-size: 14px;
    margin-bottom: 0;
  }

  .tab-content.accordion .table td {
    font-size: 14px !important;
    vertical-align: top !important;
    letter-spacing: normal;
  }

  .product_header .custom_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid var(--color-3rd) !important;
    height: 40px;
    padding: 6px 20px !important;
    /* padding: 10px 28px; */
    width: 100%;
    font-size: 14px !important;
  }
}

@media (max-width: 767.98px) {
  .cart-box .main h6 {
    font-size: 14px;
    text-align: left;
  }

  .mobile__checkout {
    justify-content: left;
    align-items: center;
  }
}

.customer-list-order {
  scrollbar-width: thin !important;
}

.customer-list-order {
  overflow-x: auto;
}

@media (max-width: 767px) {
  .most-view-prod {
    display: none;
  }
}

/******about Us************/

/************about Us***************/

.inner_page-title {
  color: #fff !important;
  z-index: 1;
}
.about_banner {
  background-image: url(../img/about/services-image-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 400px;
}

.about-bg-overlay {
  background-color: #1b215a;
  opacity: 0.6;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.about_banner .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.about_sec h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4em;
}
.about_sec .column-wrap {
  width: 100%;
  position: relative;
  display: flex;
}

.about_sec .elementor:not(.bc-flex-widget) .widget-wrap {
  display: flex;
}

.about_sec .widget-wrap {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
  align-content: center;
  align-items: center;
  padding: 0px 12px 0px 12px;
}

.about_sec .widget-container {
  padding: 0px 0px 20px 0px;
}

.about_sec .widget-wrap {
  padding: 10px;
}

.about_sec .about-img-wrap.style-1 .item-img-1 {
  padding-left: 21%;
}

.about_sec .about-img-wrap.style-1 .about-img-1 {
  background-color: #f8f8f8;
  box-shadow: 18.894px 70.513px 73px 0px rgba(0, 0, 0, 0.08);
  border-radius: 100px 0px 100px 0px;
}

.about_sec .about-img-wrap.style-1 .item-img-2 {
  margin-top: -160px;
}

@media (max-width: 767px) {
  .about_sec .about-img-wrap.style-1 .item-img-2 {
    margin-top: -40px;
    width: 200px;
  }
}
.about_sec .about-img-wrap.style-1 .about-img-2 {
  border: 12px solid #fff;
  border-radius: 50px;
  box-shadow: 10.87px 40.569px 57px 0px rgba(0, 0, 0, 0.05);
}
.about_sec .about-img-wrap.style-1 .element-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.about_sec .about-img-wrap.style-1 .element-list li {
  position: absolute;
  z-index: -1;
}
.about_sec .about-img-wrap.style-1 .element-list li:nth-child(1) {
  left: -105px;
  top: 30%;
}
.about_sec .about-img-wrap.style-1 .element-list li:nth-child(2) {
  left: -115px;
  bottom: -40px;
}

/* img {
height: auto;
max-width: 100%;
border: none;
border-radius: 0;
box-shadow: none;
} */

.widget-rt-button {
  position: relative;
}

/* .icon {
background-color: #FFFFFF !important;
} */
.rt-btn-2 {
  font-size: 0.8125rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
  border-radius: 30px;
  height: 45px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  padding: 0 24px;
  padding-right: 45px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08);
  z-index: 1;
}
.rt-btn-2 {
  color: #fff;
}
.rt-btn-2::after,
.rt-btn-2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -2;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.rt-btn-2::before {
  background-color: #fff;
}
.rt-btn-2::before {
  background: #fff;
}

.rt-btn-2 .icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 0.9375rem;
}
.rt-btn-2 .icon {
  color: #064acb;
  background-color: #fff;
}

/* .icon {
background-color: #FFFFFF !important;
} */

.rt-btn-2::after {
  background-color: #064acb;
}

/* .rt-btn-2
{
background: #fff;
} */

.rt-btn-2:hover .icon {
  color: #000 !important;
}

.about-box.style-1 {
  padding: 30px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 4px 57px 0px rgba(0, 0, 0, 0.05);
}

.about-box.style-1 .item-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fffaf5;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
}
@media (max-width: 991px) {
  .pad__top {
    padding-top: 30px;
  }
  .pad__bottom {
    padding-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .about-box.style-1 .item-icon {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .about-box.style-1 {
    text-align: center;
  }
}
.rt__btn-wrap {
  padding-top: 30px;
}

/***************testimonial*******************/

.testimonial {
  padding: 80px 0px 0px 0px;
  background: var(--color-third);
  position: relative;
  padding-bottom: 0;
}

.shape-img-wrap {
  position: relative;
  z-index: 1;
  display: none;
}
@media (min-width: 992px) {
  .shape-img-wrap {
    margin-left: -45px;
    position: relative;
    z-index: 1;
    display: block;
  }
}

.shape-img-wrap .element-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.shape-img-wrap .element-list li {
  position: absolute;
  z-index: -1;
}
.shape-img-wrap .element-list li:nth-child(1) {
  left: -100px;
  bottom: 0;
}
.shape-img-wrap .element-list li:nth-child(2) {
  right: 40px;
  top: 25px;
}
.shape-img-wrap .element-list li:nth-child(3) {
  left: 0;
  bottom: 190px;
  z-index: 2;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  outline: 0;
}

.owl-carousel button.owl-dot {
  outline: 0;
}

.about__us-bq blockquote {
  overflow: hidden;
  padding-right: 1.5em;
  padding-left: 1.5em;
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
  border-left: solid 5px hsl(0, 0%, 80%);
  background: #f9f6ee;
}

@media (min-width: 768px) {
  .col-md-6 {
    width: 50%;
    /* margin: 10px 0; */
  }
}

.mobile-menu-lists {
  display: none;
}

.mobile-menu-lists .dropdown-menu {
  position: relative !important;
  transform: none !important;
}

.dropdown-menu {
  font-size: 14px;
}

@media (max-width: 991px) {
  .mobile-menu-lists {
    display: block;
  }

  .desktop-menu-lists {
    display: none;
  }
}

.add-to-cart-button.btn:focus .del,
.add-to-cart-button.btn:focus .price,
.add-to-cart-button.btn:focus .on_sale {
  display: none;
}

.mobile-menu-lists .dropdown-menu ul {
  background: rgba(0, 66, 54, 0.04);
}

.mobile-menu-lists a.show {
  font-weight: 600;
  color: green !important;
}

#MobileMenu ul li {
  border-bottom: 1px solid #e5e5e5;
}

#MobileMenu ul li .dropdown-menu {
  padding-bottom: 10px;
  width: 100%;
}

#MobileMenu ul li .dropdown-menu ul li {
  border-bottom: 0;
}

.btn-box {
  width: 100%;
  text-align: center;
  border: 2px solid #044236;
  padding: 9px 15px;
  font-weight: 500;
  margin-top: 20px;
}

.summary button {
  transition: none !important;
}

.cate-img-bx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-h2 {
  font-size: 1rem;
}
.ingred .cate-img-bx {
  display: flex;
  align-items: center;
  padding: 12px;
  background: #f7f7f7;
  border-radius: 5px;
  /* display: table; */
  position: relative;
  width: 100%;
}

@media (max-width: 991px) {
  .title-h2 {
    font-size: 1rem;
  }
}

.offer__bg::before {
  content: "";
  width: 5.7vw;
  height: 80%;
  position: absolute;
  top: 4%;
  left: 0px;
  background-image: url(https://images.mamaearth.in/wysiwyg/left_sparks_mobile2x.png);
  background-repeat: no-repeat;
  z-index: -1;
}

.offer__bg::after {
  content: "";
  width: 5.7vw;
  height: 80%;
  position: absolute;
  top: 4%;
  right: 0px;
  background-image: url(https://images.mamaearth.in/wysiwyg/left_sparks_mobile2x.png);
  background-repeat: no-repeat;
  transform: scaleX(-1);
  z-index: -1;
}

.m-view {
  display: none;
}

@media (max-width: 767px) {
  .d-view {
    display: none;
  }
  .m-view {
    display: block;
  }
  .wishlists-sticky ul li {
    margin-bottom: 40px;
    margin-left: -4px;
    /* margin-left: -40px; */
    padding: 7px;
    width: 40px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    background-color: #044326;
    -webkit-transition: width 0.5s, background-color 0.1s;
    transition: width 0.5s, background-color 0.1s;
    box-shadow: rgba(17, 34, 51, 0.16) 0 3px 14px;
    cursor: pointer;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 0 22px 22px 0;
    border: 0;
  }
  .contact-form-button.btn-md {
    padding: 10px 25px !important;
    width: 100%;
  }
  .navbar {
    padding: 0;
  }
}

/*****brand Story ******/

.brand__icons {
  background: rgb(249, 246, 238);
  padding: 5px 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.brand__icon-cont {
  text-align: center;
  font-weight: bold;
  color: rgb(4, 66, 54);
  min-height: 110px;
  margin-bottom: 0;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .about_us-cont {
    margin-top: 15px;
  }
  .brand__icon-cont {
    text-align: center;
    font-weight: bold;
    color: rgb(4, 66, 54);
    min-height: 90px;
    margin-bottom: 0;
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .brand__icons {
    background: rgb(249, 246, 238);
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
  }
  .brand__icon-cont {
    margin-left: 5px;
  }
}

/************ingredients***********/

.sticky {
  position: sticky;
  top: 180px;
  z-index: 1;
  background: #fff;
  padding-top: 10px;
}

.sticky {
  top: 89px;
  z-index: 1;
}

.ingred-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.white-sec {
  padding: 50px 0 20px;
}
.grey-sec {
  background: #fbf9f9;
  padding: 50px 0 20px;
}

.ingred .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

@media (max-width: 640px) {
  .alphabet-ingred {
    min-width: 1005px;
  }
  .alphabet-Section .x-scroll {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-appearance: none;
  }

  ::-webkit-scrollbar {
    /* width: 1em; */
    width: 0.2em;
    height: 0.3em;
  }
}

/*** ranjith ***/

.sec-pd {
  padding: 40px 0;
}

.sub-title {
  display: block;
  color: #1a7be9;
  /* color: var(--theme-color); */
  /* font-size: 20px; */
  /* font-weight: 700; */
  font-family: var(--title-font);
  position: relative;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.offer-sec {
  position: relative;
  padding: 0 0 30px 0;
}
.offer-sec .offer-box {
  border-radius: 5px;
  text-align: center;
  margin-bottom: 10px;
}
.offer-sec .offer-box img {
  border-radius: 5px;
  width: 100%;
}

@media screen and (max-width: 767.98px) {
  .sec-title {
    font-size: 19px;
  }
  .block_piece {
    height: 32px;
    width: 12px;
    background: #000435;
    margin-right: 8px;
    border-radius: 5px;
  }
}

.bg-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.browse_categ_overlay {
  background-image: url(https://demo.deothemes.com/templatekit/pharmavo/wp-content/uploads/sites/7/2021/02/pattern_pills_right.png);
  background-position: top right;
  background-repeat: no-repeat;
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.title-area {
  margin-bottom: calc(60px - 12px);
  position: relative;
  z-index: 2;
  margin-top: -6px;
}

a.animation-bob {
  position: relative;
  z-index: 2;
}

a.animation-bob:hover {
  animation-name: animation-bob-float, animation-bob;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}

@keyframes animation-bob {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(-8px);
  }
}

@keyframes animation-bob-float {
  100% {
    transform: translateY(-8px);
  }
}

.cate-sec {
  padding: 30px 0 30px 0;
  background-image: url(https://demo.deothemes.com/templatekit/pharmavo/wp-content/uploads/sites/7/2021/02/pattern_pills_left.png);
  background-position: top left;
  background-repeat: no-repeat;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 50px 0px;
  position: relative;
}

.col-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cate-sec .cate-box {
  display: contents;
}

/* .cate-sec .cate-box:hover{
  box-shadow: 0px 5px 4px 0px rgba(148, 147, 147, 0.15);
} */

.cate-sec .cate-box img {
  border-radius: 20px 20px 0 0;
  border-radius: 200px 200px 200px 200px;
  box-shadow: 0px 30px 50px 0px rgba(45, 50.00000000000001, 55, 0.15);
  cursor: pointer;
  width: 250px;
}

.cate-sec .cate-box .cate-content {
  padding: 10px 10px;
  text-align: center;
}

.cate-sec .cate-box .cate-content .off-title {
  color: #f02a50;
  font-size: 20px;
  margin-bottom: 6px;
  font-weight: 500;
}

.cate-sec .cate-box .cate-content h5 {
  font-size: 18px;
  text-transform: capitalize;
  color: var(--color-1st);
  font-weight: normal !important;
  font-family: var(--font-body);
}

@media screen and (max-width: 767px) {
  .cate-sec {
    padding: 15px 0;
  }
  .cate-sec .col-6 {
    padding: 0 5px;
  }
  .cate-sec .cate-box {
    margin-bottom: 10px;
  }
  .cate-sec .cate-box .cate-content {
    padding: 6px 6px;
  }
  .cate-sec .cate-box .cate-content .off-title {
    font-size: 18px;
  }
  .cate-sec .cate-box .cate-content h5 {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

.full-banner-sec {
  padding: 30px 0 30px 0;
}

.full-banner-sec .full-banner-box {
  border-radius: 5px;
}

.full-banner-sec .full-banner-box:hover {
  box-shadow: 0px 5px 5px 0px rgba(148, 147, 147, 0.25);
}

.full-banner-sec .full-banner-box img {
  width: 100%;
  border-radius: 5px;
}

@media screen and (max-width: 767.98px) {
  .full-banner-sec {
    padding: 10px 0 20px 0;
  }
}

.combo-sec {
  padding: 0 0 30px 0;
}
.combo-sec .combo-box {
  border-radius: 5px;
}

.combo-sec .combo-box img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.combo-sec .combo-box .combo-content {
  padding: 10px 16px !important;
  text-align: left;
}

.combo-sec .combo-box .combo-content .combo-title {
  color: #f02a50;
  font-size: 22px;
  font-weight: 500;
}

.combo-sec .combo-box .combo-content h5 {
  font-size: 18px !important;
  color: #5c6873;
  text-transform: capitalize;
}

.combo-sec .combo-box .combo-content p {
  color: #5c6873;
  margin-bottom: 0;
  font-size: 18px;
}

@media screen and (max-width: 767.98px) {
  .combo-sec .combo-box {
    margin-bottom: 10px;
  }
  .combo-sec .combo-box .combo-content .combo-title {
    font-size: 18px;
  }
  .combo-sec .combo-box .combo-content p {
    font-size: 16px;
    text-align: left;
  }
}

.goal-sec {
  padding: 30px 0 30px 0;
  background: #f4f2f1;
}

.goal-sec .goal-box img {
  width: 100%;
  border-radius: 50%;
  margin-bottom: 8px;
}

.goal-sec .goal-box h4 {
  font-size: 18px;
  margin: 10px 0;
  font-weight: 500;
  text-align: center;
  color: var(--color-1st);
}

.goal-sec .goal-box:hover h4 {
  color: var(--color-1st);
}

@media screen and (max-width: 767.98px) {
  .goal-sec .col-6 {
    padding: 0 5px;
  }
  .goal-sec .col-4 {
    padding: 0 5px;
  }
  .goal-sec .goal-box {
    margin-bottom: 10px;
  }
  .goal-sec .goal-box h4 {
    font-size: 14px;
  }
}

.aadi-sec {
  padding: 40px 0 40px 0;
}

.aadi-sec .addi-box {
  border-radius: 5px;
}

.aadi-sec .addi-box:hover {
  box-shadow: 0px 5px 7px 0px rgba(148, 147, 147, 0.15);
}

.aadi-sec .addi-box img {
  width: 100%;
  border-radius: 5px;
}

@media screen and (max-width: 767.98px) {
  .aadi-sec {
    padding: 20px 0 10px 0;
  }
  .aadi-sec .addi-box {
    margin-bottom: 10px;
  }
  .aadi-sec .col-6 {
    padding: 0 5px;
  }
}

.home-pro-sec .product-card {
  margin-bottom: 10px;
  border: #ececec 1px solid;
  border-radius: 5px;
}

.home-pro-sec .product-card:hover {
  box-shadow: 0px 5px 5px 0px rgba(148, 147, 147, 0.15);
}

.home-pro-sec .product-card .product-img {
  margin: 10px 0;
}

.home-pro-sec .product-card .product-content {
  padding: 10px;
  text-align: left;
}

.home-pro-sec .product-card .product-content .product-title {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

.home-pro-sec .product-card .product-content .product-title a:hover {
  color: var(--color-2nd) !important;
}

.home-pro-sec .product-card .product-content .product-price {
  color: var(--color-1st);
  letter-spacing: 1px;
  font-size: 18px;
}

.home-pro-sec .product-card .product-content .product-price del {
  color: #f02a50;
}

@media screen and (max-width: 767.98px) {
  .home-pro-sec .col-6 {
    padding: 0 5px;
  }
  .home-pro-sec .product-card .product-content .product-title {
    font-size: 14px;
  }
  .home-pro-sec .product-card .product-content .product-price {
    font-size: 16px;
  }
}

.h-custom {
  padding-bottom: 30px;
}

.summary h5 {
  margin-bottom: 16px;
}

.btnCheckout {
  background: var(--color-1st) !important;
  color: #fff !important;
}

.product_top_store .nav-tabs {
  width: 100%;
}
.product_top_store .nav-tabs .nav-item {
  width: 100%;
}

.product_top_store .nav-tabs .nav-link.active {
  background: var(--color-third);
  color: var(--color-1st) !important;
  border-bottom: none !important;
  width: 100%;
  text-align: left;
}
/*
.nav-tabs
{
    justify-content: center !important;
} */

/* .nav-tabs .nav-item
{
    background: #E2E2E2;
    color: #fff; margin: 0 5px;
} */

.nav-tabs .nav-link.active {
  background: var(--color-third);
  color: #fff !important;
  border-bottom: none !important;
}

@media screen and (max-width: 767px) {
  .nav-tabs .nav-item {
    margin-bottom: 10px;
  }
}

/******* Faq *******/

.faq-sec .accordion {
  border: none !important;
}

.faq-sec .accordion .accordion-item {
  border-radius: 0px !important;
  margin-bottom: 20px;
  padding: 0px;
  border: #dddddd 1px solid !important;
  color: #696969;
}

.faq-sec .accordion .accordion-item .accordion-button {
  color: #696969;
  padding: 20px 16px;
}

.faq-sec .accordion .accordion-item .accordion-button::after {
  background-image: url(../img/icon/plus-icon.svg);
  width: 20px;
  height: 20px;
}

.faq-sec .accordion .accordion-item .accordion-button.active {
  background: #f9f9f9 !important;
}

.faq-sec .accordion .accordion-item .accordion-button:focus {
  box-shadow: -2px 8px 16px rgba(105, 105, 105, 0.1);
}

.faq-sec .accordion .accordion-item .accordion-button:not(.collapsed) {
  background: #fefefe !important;
  box-shadow: -2px 8px 16px rgba(105, 105, 105, 0.1);
  color: #282b1d;
  font-weight: 600;
}

.faq-sec .accordion .accordion-item button:not(.collapsed)::after {
  background-image: url(../img/icon/minus-icon.svg);
  transform: rotate(-180deg);
}

.faq-sec .answer-bx {
  background: #24201b;
  margin: 30px 0 0 0;
  padding: 10px 40px;
}

.faq-sec .answer-bx img {
  margin: 0 auto;
  text-align: center;
}

.faq-sec .answer-bx .answer-content {
  background: #47493e;
  padding: 30px;
  color: #f4f4f4;
  margin: 20px 0;
}

.faq-sec .answer-bx .answer-content .h4-title {
  text-transform: capitalize !important;
  margin-bottom: 20px;
}

.faq-sec .answer-bx .answer-content p {
  color: #f4f4f4;
  margin-bottom: 30px;
}

.faq-sec .faq-bx {
  border: rgba(112, 112, 112, 0.12) 1px solid;
  padding: 16px;
  /* background: #f4f4f4; */
  margin-bottom: 24px;
  text-align: center;
  border-radius: 4px;
  animation-delay: 2s;
}

.faq-sec .faq-bx .f-icon {
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 16px;
}

.faq-sec .faq-bx .f-icon img {
  width: 85%;
  border-radius: 50%;
}

.faq-sec .faq-bx .h5-title {
  margin-bottom: 16px;
  margin-top: 10px;
}

.faq-sec .faq-bx p {
  background: transparent !important;
  font-size: 16px;
  color: #696969 !important;
}

.tab-content p {
  font-size: 16px;
  letter-spacing: 0px !important;
  background-color: #fff !important;
  font-style: normal;
  list-style: none;
  margin-bottom: 15px;
  margin-top: 0px;
  padding-left: 0px;
}

.tab-content b {
  color: #333 !important;
}

.tab-content,
.tab-content p,
.tab-content ul li,
.tab-content span {
  /* font-family: 'Work Sans', sans-serif !important; */
  color: #696969 !important;
  /* font-size: 16px !important; */
  font-size: 14px !important;
  font-weight: 400 !important;
}

.tab-content table span {
  font-size: 16px !important;
}
.product-detail-sec .secured-div {
  background: #ffffff;
  padding: 10px 10px;
}
.product-detail-sec .secured-div .title-h2 {
  margin: 16px 0 10px 0;
  text-transform: capitalize;
}

/* .product-detail-sec  .secured-div .secured-bx {
    text-align: center !important;
    margin: 16px 0;
    padding: 10px;
} */

.product-detail-sec .secured-div .secured-bx .title-h4 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}
.product-detail-sec .secured-div .secured-bx .secured-img-bx {
  text-align: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  /* margin: 10px 0; */
  /* padding: 15px 2px; */
  box-sizing: border-box;
  /* border: #EFE7F3 5px solid; */
  /* left: 50%; */
  margin-left: -35px;
  position: relative;
}
/* .product-detail-sec .secured-div .secured-bx .secured-img-bx:hover {
    background: #EFE7F3;
} */
.product-detail-sec .secured-div .secured-bx .secured-img-bx img {
  width: 90px;
}

.main-search-bx {
  position: relative;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 50% !important;
}
.main-search-bx .form-control {
  padding: 9px 20px 9px 20px !important;
  font-size: 14px;
  border-radius: 2px !important;
  border: #dddddd 1px solid !important;
  width: 100% !important;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.main-search-bx .form-control:focus {
  border: #dddddd 1px solid !important;
}
.main-search-bx .form-control:hover {
  border: #dddddd 1px solid !important;
  box-shadow: none !important;
  outline: none;
}
.main-search-bx .search-icon {
  position: absolute;
  top: 6px;
  right: 10px;
  margin-right: 6px;
}
.main-search-bx .search-icon img {
  width: 17px;
  filter: brightness(0) saturate(100%) invert(41%) sepia(0%) saturate(1707%)
    hue-rotate(191deg) brightness(98%) contrast(89%);
}

@media screen and (max-width: 767.98px) {
  .main-search-bx {
    margin-bottom: 10px;
    display: none;
    margin-top: 10px;
  }
  .main-search-bx .form-control {
    padding: 5px 10px 5px 10px !important;
    border-radius: 1px;
  }
  .main-search-bx .form-control:focus {
    border: 1px solid #dddddd !important;
  }
  .main-search-bx .form-control:hover {
    box-shadow: none !important;
    outline: none;
    border: 1px solid #dddddd !important;
  }
  .main-search-bx .search-icon {
    position: absolute;
    top: 6px;
    right: 10px;
    margin-right: 7px;
  }
  .main-search-bx .search-icon img {
    width: 17px;
    filter: brightness(0) saturate(100%) invert(41%) sepia(0%) saturate(1707%)
      hue-rotate(191deg) brightness(98%) contrast(89%);
  }
}

/* .login-modal .modal-content
{
    padding: 20px 20px;
} */
.login-logo {
  width: 160px;
  margin: 0 auto 20px auto;
}

/******Home Page certi css *******/
.container-1 {
  width: 100%;
  padding: 0 2rem;
}
.certi-bg {
  background: #fafbf9;
}

.certi-sec {
  /* padding: 60px 0; */
  padding: 30px 0;
}
.certi-sec h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.certi-sec p {
  text-align: justify;
}

.certi-icon-sec {
  background: #28a7451f;
  padding: 60px;
}
.certi-icon-sec ul {
  display: flex;
  list-style: none;
  padding: 0;
}
.certi-icon-sec ul li {
  width: 16%;
  margin: 0 6px;
  display: inline-block;
}
/* .certi-icon-sec .c-icon-bx {
    margin: 10px 0;
    text-align: center;
    padding: 8px 5px;
} */
.certi-icon-sec .c-icon-bx img {
  margin: 16px 0;
  width: 100px;
}
.certi-icon-sec .c-icon-bx h4 {
  font-size: 16px;
  color: var(--color-1st);
  font-weight: 600;
}
.certi-icon-sec .c-icon-bx:hover h4 {
  color: green;
}

/* .certi-grid
    {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr) ) ;
    }
*/

.certi-grid {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.certi-grid .cruelty-icons img {
  flex: 1;
  max-width: 100px;
  padding: 20px;
}

.about__us-rgt,
.about__us-rgt h6 {
  text-align: right !important;
}

.about__us-rgt .certifications {
  justify-content: flex-end;
}

@media screen and (max-width: 767.98px) {
  .certi-grid {
    gap: 10px;
  }
  .certi-icon-sec {
    padding: 20px 0;
  }
  .about__us-rgt,
  .about__us-rgt h6 {
    text-align: left !important;
  }

  .about__us-rgt .certifications {
    justify-content: flex-start;
  }
}

/* .hover_effect-2 .c-icon-bx {  margin: 0px 10px; line-height: 100px; display: inline-block; -webkit-transition: all .6s ease; -moz-transition: all .6s ease; -ms-transition: all .6s ease; -o-transition: all .6s ease; transition: all .6s ease; }
    .hover_effect-2 .c-icon-bx:hover img { border-radius: 50%; -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }

    .hover_effect-2 img
    {
        -webkit-transform: rotate(15deg) scale(1);
        transform: rotate(15deg) scale(1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    .hover_effect-2:hover img {

        transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
    }
*/

.c-icon-bx {
  /* position: relative;
    width: 100%;
    height: 100%;
    text-align: center; */
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.certi-icons:hover .c-icon-bx {
  transform: rotateY(360deg);
}

/****about us static page****/

.aboutus-page__wrap .Aboutus__banner {
  width: 100%;
  /* height: 300px; */
  background: url(../aboutus-banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
  /* display: flex;
    align-items: center;
    justify-content: start; */
}

/* .aboutus-page__wrap .heading__wrap,
.aboutus-page__wrap p {
    color: #6c6c6c;
} */

.aboutus-page__wrap blockquote .heading__wrap {
  height: 80px;
}
.aboutus-page__wrap blockquote p {
  height: 250px;
  margin-bottom: 0;
}

.aboutus-page__wrap .img-txt-wrap {
  margin-top: 1.5rem;
}

.aboutus-page__wrap blockquote {
  position: relative;
  margin-bottom: 20px;
  font-style: italic;
  font-family: Libre Baskerville;
  font-size: 14px;
  display: block;
  border: 0;
  padding: 30px 25px 30px 60px;
  background-color: rgba(135, 135, 135, 0.1);
  quotes: "\201c""\201d";
}

.aboutus-page__wrap blockquote:before {
  content: open-quote;
  left: 25px;
  top: 0;
  font-size: 50px;
  position: absolute;
}
.aboutus-page__wrap .image-txt_wrap {
  margin-top: 5.5rem;
}
.aboutus-page__wrap .abtUs-3 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutus-page__wrap .aboutUs-3 {
  width: 50%;
  text-align: center;
  flex-direction: column;
}
.aboutus-page__wrap .remBQ {
  font-style: normal;
  font-size: 14px;
  display: block;
  border: 0;
  /* font-family: "Work Sans", sans-serif !important; */
  padding: 20px;
  background-color: rgba(135, 135, 135, 0.1);
  quotes: none;
}

@media screen and (min-width: 991px) {
  .aboutus-page__wrap blockquote .heading__wrap {
    height: 70px;
  }
  .aboutus-page__wrap blockquote p {
    height: 200px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .aboutus-page__wrap blockquote .heading__wrap {
    height: auto;
    padding-bottom: 10px;
  }

  .aboutus-page__wrap blockquote p {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  .aboutus-page__wrap blockquote .heading__wrap {
    height: auto;
  }
  .aboutus-page__wrap blockquote p {
    height: auto;
    margin-bottom: 0;
  }
  .aboutus-page__wrap .aboutUs-3 {
    width: 100%;
    text-align: center;
    flex-direction: column;
  }
}

@media screen and (device-width: 1024px) {
  .aboutus-page__wrap blockquote p {
    height: 250px;
    margin-bottom: 0;
  }
  .aboutus-page__wrap blockquote .heading__wrap {
    height: 95px;
  }
}

/*****customer order view page *****************/
.order__detail {
  display: flex;
  justify-content: space-between;
}
.ord__title {
  font-weight: bold;
  text-align: right;
}

.order__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

/*****************index sale banner**************/

/* .sale__banners-four {
margin-bottom: 6.25rem;
} */
.sale__banners-four__item {
  position: relative;
}

.sale__banners-four__item.-style-1,
.sale__banners-four__item.slider.-style-5 {
  padding-top: 12.5em;
}

.sale__banners-four__item__content {
  position: absolute;
  background-color: #fff;
  padding: 3.125em 0;
  max-width: 100%;
  z-index: 2;
}

.sale__banners-four__item.-style-1 .sale__banners-four__item__content,
.sale__banners-four__item.slider.-style-5 .sale__banners-four__item__content {
  top: 3.125em;
  left: 0;
}

.sale__banners-four__item__content h3 {
  color: #111;
  font-size: 3.125em;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 0.2em;
}

.sale__banners-four__item__content h5 {
  color: #111;
  font-size: 1.875em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.16667em;
}
.sale__banners-four__item__content h3 span {
  /* color: #f26460; */
  color: #1a7be9;
}

.btn-s {
  transition: 0.2s ease-in-out;
  font-size: 0.8125em;
  line-height: 1.625em;
  text-align: center;
  text-decoration: none;
  width: auto;
  height: auto;
  display: inline-block;
  padding: 1.15385em 2.30769em;
  text-transform: uppercase;
  font-weight: 600;
  border: 0;
  letter-spacing: 0.1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.btn-sale.-underline {
  border: 0;
  padding: 0;
  padding-bottom: 0.625em;
  position: relative;
  overflow: hidden;
}

.btn-sale.-transparent {
  background-color: transparent;
  color: #fff;
  color: #111;
}

.btn-sale.-underline:before,
.btn-sale.-underline:before {
  content: "";
  width: 100%;
  height: 2px;
  /* background-color: #f26460; */
  background-color: #1a7be9;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.2s ease-in-out;
}

.btn-sale.-underline:after {
  left: -100%;
  background-color: #111;
}

.btn-sale.-transparent:hover {
  background-color: rgba(0, 0, 0, 0);
}

.btn-sale.-underline:hover:after {
  left: 0;
}

.sale__banners-four__item__image img {
  transition: 0.75s ease-out;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.sale__banners-four__item.-style-2,
.sale__banners-four__item.menu.-style-6 {
  padding-bottom: 12.5em;
}

.sale__banners-four__item.-style-2 .sale__banners-four__item__content,
.sale__banners-four__item.menu.-style-6 .sale__banners-four__item__content {
  bottom: 0;
  left: 0;
  padding-right: 3.125em;
}

.sale__banners-four__item {
  position: relative;
}
.sale__banners-four__item.-style-1,
.sale__banners-four__item.slider.-style-5 {
  padding-top: 12.5em;
}

.sale__banners-four__item.-style-1 .sale__banners-four__item__content {
  top: 3.125em;
  left: 0;
  padding-right: 20px;
}

.ml-auto {
  margin-left: auto !important;
}

@media only screen and (max-width: 768px) {
  .sale__banners-four__item {
    margin-bottom: 3.57143em;
  }
  .sale__banners-four__item__image {
    max-width: 80%;
  }

  .sale__banners-four__item.-style-2 .sale__banners-four__item__image,
  .sale__banners-four__item.menu.-style-6 .sale__banners-four__item__image {
    margin-left: auto;
  }
}

@media only screen and (max-width: 576px) {
  .sale__banners-four__item {
    margin-bottom: 2.14286em;
  }
  .sale__banners-four__item__content {
    max-width: 90%;
  }
  .sale__banners-four__item__image {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}

/******product css ****/

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.space,
.space-top {
  padding-top: 120px;
}

.space,
.space-bottom {
  padding-bottom: 120px;
}

.img-box6 .img1 {
  width: 100%;
}

.img-box6 .img1 img {
  width: 100%;
}

.counter-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.counter-content.style3 {
  background-color: var(--color-third);
  padding: 30px 20px 30px 20px;
  margin-top: 30px;
}

.th-counterup:last-child {
  border-right: 1px dashed transparent;
  margin-right: 0;
  padding-right: 0;
}

.th-counterup .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 15px;
  max-width: 255px;
}

.th-counterup .content .counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: var(--title-color);
  margin-bottom: 0;
  /* font-family: 'Cormorant Garamond'; */
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 55px;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
}

.counter-content.style3 .th-counterup .counter {
  color: var(--theme-color);
}

.counter-card_text {
  font-family: var(--body-font);
  color: var(--body-color);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  display: block;
  margin-bottom: -6px;
}

.th-counterup .content .counter-card_text {
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--body-color);
  margin-top: -7px;
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 12px);
  position: relative;
  z-index: 2;
  margin-top: -6px;
}

.mb-25 {
  margin-bottom: 25px;
}

.journey-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 25px;
}

.journey-wrap.style2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sub-title {
  display: block;
  color: #7e7e7e;
  font-family: var(--title-font);
  position: relative;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.sub-title:has(img) {
  margin-top: 0;
}

.title-area .sub-title img {
  margin: -5px 8px 0 8px;
}

.title-area .sec-title {
  margin-bottom: 20px;
}

.journey-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 25px;
}

.journey-wrap.style2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* .journey-wrap .checklist {
margin-top: -0.4rem;
} */

.checklist ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 0;
}

.checklist li {
  color: var(--title-color);
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.journey-wrap .checklist li {
  position: relative;
  color: var(--body-color);
  font-weight: 400;
  gap: 10px;
  padding-left: 28px;
  margin-bottom: 8px;
}

.checklist li:not(:last-child) {
  margin-bottom: 10px;
}

.journey-wrap .checklist li:not(:last-child) {
  margin-bottom: 7px;
}

.journey-wrap.style2 .checklist li {
  font-weight: 700;
}

/* .journey-wrap .checklist li:before {
content: "\f5bb";
font-family: var(--icon-font);
font-weight: 700;
color: var(--theme-color);
position: absolute;
left: 0;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
} */

.journey-image.style2 {
  position: relative;
}

.journey-image.style2 img {
  width: 100%;
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.journey-image.style2 .play-btn {
  position: absolute;
  left: 42%;
  top: 35%;
}

.play-btn:after,
.play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--theme-color);
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.ripple-animation,
.play-btn:after,
.play-btn:before,
.hero-2 .hero-shape:after,
.hero-2 .hero-shape:before {
  -webkit-animation-duration: var(--ripple-ani-duration);
  animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
  animation-name: ripple;
}

.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 60px);
  height: var(--icon-size, 60px);
  line-height: var(--icon-size, 60px);
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  /* font-size: var(--icon-font-size, 1.1em); */
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.journey-image.style2 .play-btn > i {
  width: var(--icon-size, 46px);
  height: var(--icon-size, 46px);
  line-height: var(--icon-size, 46px);
}

.btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.mt-25 {
  margin-top: 25px;
}

.widget-rt-button {
  position: relative;
}

.widget-container {
  padding: 0px 0px 10px 0px;
}

.rt-btn-2 {
  font-size: 0.8125rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
  border-radius: 30px;
  height: 45px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  padding: 0 24px;
  padding-right: 45px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08);
  z-index: 1;
}

.rt-btn-2 {
  color: #fff;
}

.th-btn {
  background-color: #00a3ff;
  color: #fff;
}

.rt-btn-2::after,
.rt-btn-2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -2;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rt-btn-2::before {
  background-color: #fff;
}

.rt-btn-2::before {
  background: #fff;
}

.th-btn:before,
.th-btn:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--title-color);
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-radius: 99px;
}

.th-btn:before {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}

.th-btn:after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.rt-btn-2 .icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
}

.rt-btn-2 .icon {
  color: #064acb;
  background-color: #fff;
}

/************contact us*********/

.column-wrap {
  width: 100%;
  position: relative;
  justify-content: center;
  display: flex;
  align-items: end;
  height: 100%;
}

.contact_form .widget-wrap {
  align-content: center;
  align-items: center;
  padding: 0px 12px 0px 12px;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}

/* .widget:not(:last-child) {
margin-bottom: 20px;
} */

.widget-container {
  padding: 0px 0px 10px 0px;
}

.contact-list.style-1 .single-item {
  position: relative;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0px 6px 54px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  padding: 30px;
}

.contact-list.style-1 .single-item:last-child {
  margin-bottom: 0;
}

.contact-list.style-1 .single-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  width: 4px;
  height: 28px;
  background-color: #fff;
}

.contact-list.style-1 .title {
  font-size: 1.25rem;
  color: #064acb;
  line-height: 30px;
}

.contact-list.style-1 .between-box span {
  color: #646464;
  line-height: 21px;
}
.contact-list.style-1 .between-box span a {
  color: inherit;
}

.contact_bg-img {
  position: absolute;
  bottom: 5%;
  z-index: -1;
  right: -8%;
  top: 20%;
}

iframe {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
  height: 512px;
}

.google_maps {
  width: 100%;
}

@media (min-width: 768px) {
  .product_top_store {
    padding-top: 0;
  }
  div#pr_item_gallery {
    margin: 0 12px;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .contact-list.style-1 .between-box > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

/*
.contact_form .widget-container {
margin: 0px 0px -20px 0px;
} */

.widget-image {
  text-align: center;
}

.elnt {
  width: 100%;
}
.absolute {
  position: absolute;
}

.elnt-1 {
  bottom: 0%;
  z-index: 0;
}
.elnt-1 {
  right: 14%;
}
.elnt-2 {
  bottom: 0%;
  z-index: 0;
}

.elnt-2 {
  right: -15%;
}

.elnt-3 {
  z-index: 1;
}

.elnt-3 .image {
  margin: 0.9em auto 0 !important;
}

@media (max-width: 991px) {
  .elnt-1,
  .elnt-2 {
    display: none;
  }
}

@media (device-width: 1024px) {
  .elnt-1,
  .elnt-2 {
    display: none;
  }
}

.contact-form {
  /* background-color: var(--white-color);
box-shadow: 0px 6px 35px 0px rgba(0, 0, 0, 0.06);
padding: 60px; */
}

@media (max-width: 767px) {
  .contact-form {
    /* padding: 15px; */
  }
}

.form-group > i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 19px;
  font-size: 16px;
  color: var(--body-color);
}

[class*="col-"].form-group > i {
  right: calc((var(--bs-gutter-x) / 2) + 25px);
}

.contact-form .form-group > i {
  color: var(--theme-color);
  width: 18px;
  text-align: right;
}

.form-control input {
  height: 56px;
  /* height: auto; */
  padding: 0 25px 0 25px;
  padding-right: 45px;
  border: 1px solid transparent;
  color: var(--body-color) !important;
  background-color: var(--smoke-color);
  border-radius: 0;
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}

.form-group > i.fa-envelope {
  padding-top: 1px;
}

.form-select,
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  /* background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E); */
  background-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  position: relative;
  line-height: calc(var(--input-height) - 2px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

option:checked,
option:focus,
option:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.nice-select .list {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-28px);
  -ms-transform: scale(0.75) translateY(-28px);
  transform: scale(0.75) translateY(-28px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select:after {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  font-size: 16px;
  pointer-events: none;
  border-bottom: 1px solid var(--theme-color);
  border-right: 1px solid var(--theme-color);
  position: absolute;
  right: 20px;
  line-height: calc(var(--input-height) - 2px);
  top: 21px;
  height: 8px;
  width: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}

textarea.form-control,
textarea {
  min-height: 154px;
  padding-top: 16px;
  padding-bottom: 17px;
}

/*****************animations sec****************/

@keyframes ripples {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
    opacity: 0;
  }
}

@media (max-width: 1024px) {
  .navbar .navbar-collapse .navbar-nav li {
    margin-right: 5px;
  }
}

/*****user dashboard****/

.dt-length,
.dt-search {
  display: none !important;
}

/*******animated banner sec********/

/*****************new css**************/
.btn-cart {
  position: relative;
  overflow: hidden;
  border: none;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 2px;
  padding: 0.5rem 2rem;
  margin-top: 1rem;
  background: linear-gradient(
    105.49deg,
    var(--color-2nd) 47.63%,
    #38a6c4 93.7%
  );
  border-radius: 5px;
}
.btn-cart {
  position: relative;
  overflow: hidden;
  border: none;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 2px;
  padding: 0.5rem 2rem;
  margin-top: 1rem;
  background: linear-gradient(
    105.49deg,
    var(--color-2nd) 47.63%,
    #38a6c4 93.7%
  );
}
.btn-cart svg {
  transition: transform 0.4s ease;
}
.btn-cart a.btn.add-to-cart-button {
  color: #fff;
  font-size: 15px !important;
  font-weight: 500;
}
.btn-cart div {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s ease, opacity 0.4s ease;
  gap: 5px;
}

.btn-cart a.cart__btn.add-to-cart-button {
  color: #fff;
  font-size: 15px !important;
  font-weight: 500;
  padding-left: 10px;
}
.btn-cart:hover div {
  transform: translateX(20%);
}
.btn-cart:hover div svg {
  transform: translate(40%);
  transform: scale(1.5) !important;
}
.btn-cart div:hover a.btn.add-to-cart-button {
  opacity: 0;
}
.btn-cart div:hover {
  background-color: linear-gradient(
    105.49deg,
    var(--color-2nd) 47.63%,
    #38a6c4 93.7%
  );
}

.btn-cart div:hover a.cart__btn.add-to-cart-button {
  opacity: 0;
  background-color: none;
}

/*****************productpage responsive css**************/
@media screen and (max-width: 767.98px) {
  .product_info hr {
    margin: 0px 0 !important;
  }

  .accordion-button {
    color: var(--color-1st);
    text-align: left;
    background: #e7f1ff;
    font-size: 20px;
    padding: 10px 20px;
  }
  .heading_tab_header {
    position: relative;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
  .sale__banners-four__item.-style-1,
  .sale__banners-four__item.slider.-style-5 {
    padding-top: 0px;
  }
  .sale__banners-four__item.-style-1 .sale__banners-four__item__content {
    top: 2.125em;
    left: 0px;
    padding-right: 10px;
  }
  .sale__banners-four__item__content {
    position: absolute;
    background-color: #ffff;
    padding: 20px 20px !important;
    max-width: 100%;
    z-index: 2;
  }
  .sale__banners-four__item__content h3 {
    color: #111;
    font-size: 2.125em !important;
  }
  .sale__banners-four__item__content h5 {
    margin-bottom: 20px !important;
  }
  .sale__banners-four__item {
    margin-bottom: 0px !important;
  }
  .testimonial {
    padding: 40px 0px 40px 0px !important;
    background: var(--color-third);
    position: relative;
  }
  .trending_products .owl-stage-outer {
    height: auto !important;
  }
  .product_info {
    padding: 8px;
    width: 100%;
    margin-bottom: 10px;
  }
  .product-content__footer {
    padding: 5px 0;
  }
  a.btn.add-to-cart-button {
    color: #024686;
  }
  .mtop {
    margin-top: 0px !important;
  }
}

/*****adi**********/
a.nav-link.nav_item {
  color: var(--color-1st) !important;
}
header.header_wrap.fixed-top.header_with_topbar.nav-fixed {
  background-color: #fff !important;
}

ul.widget_links {
  padding: 0;
  color: rgb(126 126 126);
}

footer .widget_links li a {
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize !important;
  font-weight: 500 !important;
  color: #909090 !important;
  text-decoration: none;
}
img.lazy-image.card-img.object-fit-cover.lazy-image.light-mode-img {
  height: 100%;
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__fadeInUpDelay1 {
  animation-delay: 0s; /* No delay for the first element */
}

.animate__fadeInUpDelay2 {
  animation-delay: 0.2s;
}

.animate__fadeInUpDelay3 {
  animation-delay: 0.4s;
}

.animate__fadeInUpDelay4 {
  animation-delay: 0.6s;
}

a#nav-new-tab,
#nav-sale-tab,
#nav-best-tab {
  border: none;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: none !important;
}

.nav_content {
  background-color: #fff !important;
}

p#demo {
  font-size: 50px;
  margin: 30px 0 10px 0;
  color: var(--color-2nd) !important;
}
svg.icon {
  position: relative;
  top: 6px;
  left: -4px;
}
.py-lg-23.py-16.content-wrap.product_video_content {
  margin: 0px 0 0 60px;
}
.row.shop_by {
  margin: 0 50px;
}
.row.collection {
  margin: 0 50px;
}

.product-thumb__actions {
  display: flex;
  flex-direction: column;
  align-items: end;
  background: transparent;
  position: absolute;
  top: 0;
}
/* Initial state for the button */
.thumb__actions_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.25em 0;

  z-index: 2;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease; /* Improved transition */
}

/* When hovering over the .product_wrap */
.product_wrap:hover .thumb__actions_btn {
  opacity: 1;
  transform: translateY(0);
}
/* Initial state for the button */
.thumb__actions_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.25em 0;
  margin-top: 30px;
  z-index: 2;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease; /* Improved transition */
}

/* When hovering over the .product_wrap */
.product_wrap:hover .thumb__actions_btn {
  opacity: 1;
  transform: translateY(0);
  margin-top: 30px;
}

.product-content__footer {
  text-align: center;
  padding: 0;
}
.product-btn {
  background: #fff;
}

.product-thumb__actions .product-btn .product__actions__item {
  height: 50px;
  width: 50px;

  line-height: 50px;
}
.tab-style2 .navbar-toggler {
  display: none;
}

a#new-arrivals-tab,
#best-seller-tab,
#sale-tab {
  color: grey;
}
.heading_s2 {
  display: none;
}
li.add-to-cart {
  width: auto;
  padding: 0;
}

ul.list_none.pr_action_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

.product .product_title,
.product_wrap .product_title {
  text-align: center;
  height: 30px;
  padding-top: 0;
  margin: 0;
}
.product_info {
  text-align: center;
}

h6 a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
}
.rating_wrap {
  padding: 10px 0;
}
.rating_wrap .rating:before {
  color: var(--color-2nd) !important;
}

i.fa-solid.fa-cart-shopping {
  font-size: 16px;
}
i.fa-solid.fa-eye {
  font-size: 16px;
}
i.fa-regular.fa-heart {
  font-size: 16px;
}
i.fa-solid.fa-code-compare {
  font-size: 16px;
}
a.product-name {
  text-decoration: none !important;
}

/****nav*****/
.navbar .navbar-nav li.dropdown-mega-menu {
  position: static;
}

.navbar .navbar-nav li.dropdown-mega-menu .dropdown-menu {
  padding-left: 0;
  padding-right: 0;
  right: 0;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav li.dropdown-mega-menu .dropdown-menu,
  .navbar-nav > li > .dropdown-menu {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.navbar-nav .dropdown-menu {
  background-color: #fff;
  margin: 10px 0 0 0 !important;
  min-width: 14rem;
  padding: 0;
  border: none !important;
  border-radius: 2px !important;
  border-top: 2px solid blue;
}

.dark_skin .navbar-nav .dropdown-menu {
  background-color: #fff;
  /* box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05); */
}
.dark_skin .navbar .navbar-nav .dropdown-menu li a.active,
.dark_skin .navbar .navbar-nav .dropdown-menu li a:hover,
.dark_skin
  .navbar
  .navbar-nav
  .dropdown-menu
  > ul
  > .mega-menu-col
  ul
  > li:hover
  > a,
.dark_skin .navbar .navbar-nav .dropdown-menu > ul > li:hover > a {
  color: #044236 !important;
  font-weight: 600;
  background: #e2e2e2;
}
.dark_skin .cart_quantity,
.dark_skin .cart_total,
.dark_skin .navbar .navbar-nav li > .dropdown-item {
  color: #333;
}

.dropdown-toggle:after,
.dropdown-toggler:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

@media only screen and (max-width: 991px) {
  .dropdown-toggle:after {
    float: right;
    margin-top: 8px;
  }
}

.dropdown-toggler:after {
  transform: rotate(-90deg);
}

.dropdown-menu .dropdown-toggler:after {
  position: absolute;
  right: 15px;
  top: 10px;
}

.dropdown-menu {
  position: absolute;
  top: auto;
}

.navbar
  .navbar-collapse
  .navbar-nav
  li.active
  .dropdown-menu.dropdown-reverse
  li
  a {
  color: #495057;
}

.big-dropdown {
  padding: 30px 30px;
  border: #f4f4f4 1px solid;
  border-radius: 1px;
  box-shadow: 2px 4px 10px 0px rgba(140, 136, 136, 0.25);
}

.big-dropdown h5 {
  font-size: 14px !important;
  letter-spacing: 0.2px !important;
  margin-bottom: 10px !important;
  text-transform: uppercase;
}

.big-dropdown .list-group {
  border: none !important;
  margin-bottom: 16px;
}
.big-dropdown .list-group .list-group-item {
  border: none !important;
  padding: 6px 0px !important;
  letter-spacing: 0 !important;
  font-weight: 400;
  color: #444;
  text-transform: uppercase;
  font-size: 14px;
}

.big-dropdown .list-group .list-group-item:hover {
  color: var(--color-1st);
  font-weight: 500;
}

.navbar .navbar-nav .dropdown-item.dropdown-toggler {
  padding-right: 30px;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover,
.navbar .navbar-nav.attr-nav .dropdown-menu li a.active,
.navbar .navbar-nav.attr-nav .dropdown-menu li a:hover,
.navbar .navbar-nav.attr-nav .dropdown-menu > ul > li:hover > a {
  background-color: transparent;
}

.navbar .navbar-nav .dropdown-menu li a.active,
.navbar .navbar-nav .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown-menu > ul > .mega-menu-col ul > li:hover > a,
.navbar .navbar-nav .dropdown-menu > ul > li:hover > a {
  color: var(--color-1st) !important;
  font-weight: 600px !important;
  background: #e2e2e2 !important;
}
.navbar .navbar-nav li.dropdown-mega-menu {
  position: static;
}

.navbar .navbar-nav li.dropdown-mega-menu .dropdown-menu {
  padding-left: 0;
  padding-right: 0;
  right: 0;
}
.dropdown-menu li a i {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  width: 20px;
}
.navbar-nav .dropdown-menu.cart_box.show {
  transform: scale(1) !important;
}
.dropdown-menu .cart_list li a i {
  width: auto;
}
#navCatContent li a.dropdown-toggler:after {
  position: absolute;
  right: 15px;
  top: 15px;
}
#navCatContent ul li .dropdown-menu {
  border: 0;
  border-radius: 0;
  box-shadow: 10px 16px 49px 0 rgba(38, 42, 46, 0.05);
  left: 100%;
  margin: 0;
  min-width: 800px;
  padding: 0;
  right: 0;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  #navCatContent ul li .dropdown-menu {
    min-width: 750px;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-toggler {
    display: none;
  }

  #navCatContent ul > li .dropdown-menu,
  .navbar .navbar-nav li > .dropdown-menu {
    display: block;
    margin-top: 20px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
  }
  .navbar .navbar-nav li.dropdown {
    position: relative;
  }

  .cart_dropdown:hover > .dropdown-menu {
    display: block !important;
    margin-top: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .cart_dropdown:hover > .dropdown-menu.cart_box {
    transform: scale(1) !important;
  }

  .navbar
    .navbar-nav
    li:hover
    > .dropdown-menu
    .mega-menu
    ul
    li
    .dropdown-menu {
    margin-top: 10px;
  }

  .navbar .navbar-nav .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
  }

  .navbar .navbar-nav .dropdown-menu.dropdown-reverse .dropdown-menu {
    left: auto;
    margin-left: 0;
    right: 100%;
  }

  .navbar
    .navbar-nav
    .dropdown-menu.dropdown-reverse
    li:hover
    > .dropdown-item:after {
    transform: rotate(90deg);
  }

  .dropdown-menu.dropdown-reverse {
    /* left: auto; */
    right: 0;
  }

  .header_banner_text {
    opacity: 0;
    transform: translateY(25%);
    transition: transform 0.2s ease, opacity 0.2s ease;
    transition-delay: 0.5s;
  }

  .navbar .navbar-nav li:hover > .dropdown-menu .header_banner_text {
    opacity: 1;
    transform: translateY(0);
  }

  /* .banner_content_inner {
        padding: 30px;
    }
 */
  .nav_cat ul li .dropdown-menu {
    min-width: 700px;
  }

  .pr_search_icon {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .dark_skin:not([class*="bg_"]):not([class*="bg-"])
    .navbar-nav
    .navbar-collapse
    .dropdown-menu,
  .light_skin .navbar-nav .dropdown-menu .mega-menu .dropdown-menu,
  .navbar-nav .navbar-collapse .dropdown-menu {
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .light_skin .mega-menu {
    padding: 0;
  }

  .dropdown-menu .dropdown-toggler:after {
    right: 0;
  }

  .dropdown-toggle:after {
    float: right;
  }

  .navbar .navbar-nav li.dropdown-mega-menu .dropdown-menu,
  .navbar-nav > li > .dropdown-menu {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mega-menu-col {
    border-right: 0 !important;
    padding: 0;
  }

  .dropdown-toggler:after {
    transform: rotate(0deg);
  }

  .navbar
    .navbar-nav.attr-nav
    li
    .nav-link.cart_trigger
    [class*="linearicons-"] {
    display: inline-block;
    /* margin-top: 5px; */
  }

  .navbar .navbar-nav .dropdown-item {
    padding: 8px 10px;
  }
  #navCatContent ul li .dropdown-menu {
    box-shadow: none;
    left: 0;
    min-width: auto;
    position: relative;
    top: auto;
  }
}

@media only screen and (max-width: 380px) {
  .navbar-nav .dropdown-menu.cart_box.show {
    right: -50px;
    width: 310px;
  }
}

header #navCatContent ul li .dropdown-menu {
  min-width: 0 !important;
}
.light_skin .navbar-nav .dropdown-menu .dropdown-menu,
.light_skin .navbar-nav .dropdown-menu .mega-menu .dropdown-menu {
  background-color: #303537;
}

.language-wrapper .dropdown {
  height: 100%;
}

.language-wrapper .dropdown.open .language_bar_chooser.dropdown-menu {
  display: block;
}

.language-wrapper .dropdown .btn {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  font-size: inherit;
  height: 100%;
  margin-bottom: 0;
  outline: none !important;
  padding: 7px 15px;
  transition: all 0.4s ease;
}

.language-wrapper .dropdown .btn img {
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}

.language-wrapper .dropdown .dropdown-menu {
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  display: none;
  float: left;
  font-size: 14px;
  line-height: 58px;
  list-style: none;
  margin: 0;
  min-width: 160px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 100%;
  width: 160px;
  z-index: 1000;
}

.language-wrapper .dropdown .dropdown-menu li span {
  color: #222;
}

.language-wrapper .dropdown .dropdown-menu li.active a span {
  color: #fff;
}

.language-wrapper .dropdown .language_bar_chooser {
  display: block;
  float: right;
  line-height: 58px;
  text-align: center;
  width: 160px;
}

.language-wrapper .dropdown .language_bar_chooser li {
  display: inline-block;
  float: left;
  margin-left: 5px;
}

.language-wrapper .dropdown .language_bar_chooser.dropdown-menu {
  border-radius: 0 !important;
  display: none;
}

.language-wrapper .dropdown .language_bar_chooser.dropdown-menu li {
  display: block;
  margin: 0;
  width: 100%;
}

.language-wrapper .dropdown .language_bar_chooser.dropdown-menu li:hover {
  background: #ddd;
}

.language-wrapper .dropdown .language_bar_chooser.dropdown-menu li a {
  display: flex;
  justify-content: start;
  margin-right: 0 !important;
  text-align: left;
  width: 100%;
}
.language-wrapper .dropdown-toggle:after {
  display: none;
}

.language-wrapper .dropdown img {
  height: 16px;
  margin-right: 6px;
  margin-top: 1px;
  width: 16px;
}

.language-wrapper .dropdown .btn-select-language {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #333 !important;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  padding: 0 15px 0 0;
  text-transform: capitalize;
  vertical-align: middle;
  white-space: nowrap;
}

.language-wrapper .dropdown .dropdown-menu.language_bar_chooser {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #dee2e6 !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  display: none;
  font-size: 12px;
  line-height: 1;
  list-style: none;
  margin: 0.125rem 0 0;
  min-width: 10rem;
  padding: 0;
  text-align: left;
  z-index: 1000;
}

.language-wrapper .dropdown .dropdown-menu li img {
  margin: 0 10px;
}

.language-wrapper .dropdown .dropdown-menu li a {
  padding: 10px 0;
}

.language-wrapper .dropdown button .language-caret:before {
  color: #878787;
  content: "\f3d0";
  font-family: ionicons;
  position: absolute;
  right: 0;
  top: 3px;
}

.language-wrapper.choose-currency
  .dropdown
  .dropdown-menu.language_bar_chooser {
  min-width: 0;
  width: auto;
}

.language-wrapper.choose-currency
  .dropdown
  .dropdown-menu.language_bar_chooser
  li
  a {
  padding: 10px 0;
  text-align: center;
}
.mobile-menu-item .language-wrapper .dropdown .btn-select-language {
  color: #fff !important;
  display: inline-block;
  text-align: left;
  width: 100%;
}

.mobile-menu-item
  .language-wrapper
  .dropdown
  .btn-select-language
  .language-caret:before {
  color: #fff;
}

.mobile-menu-item
  .language-wrapper
  .dropdown
  .dropdown-menu.language_bar_chooser {
  width: 100%;
}

.mobile-menu-item
  .language-wrapper
  .dropdown
  .dropdown-menu.language_bar_chooser
  li
  a {
  padding: 10px 0 10px 10px;
  text-align: left;
}
.cart_dropdown .cart_list li small {
  color: #fff;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
  background-color: #2c6e8e;
  border-radius: 10px;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #419841;
  border-color: #285e8e;
}

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #285e8e;
  border-color: #193c5a;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #285e8e;
  border-color: #193c5a;
}
.mobile-menu-lists .dropdown-menu {
  position: relative !important;
  transform: none !important;
}
#MobileMenu ul li .dropdown-menu {
  padding-bottom: 10px;
}

#MobileMenu ul li .dropdown-menu ul li {
  border-bottom: 0;
}

/********today*************/

@media (min-width: 1800px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1800px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

h5#offcanvasExampleLabel {
  position: relative;
  top: 12px;
  left: 5px;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
  z-index: 0 !important;
}
.bi-search::before {
  content: "\f52a";
  color: var(--color-1st);
}
.nav_block {
  background: none;
  border: none;
}
button.mobile-menu-icon.navbar-toggler.side_navbar_toggler {
  height: 35px;
  width: 35px;
  border-radius: 100%;
  border: solid 1px;
}
span.ion-android-menu {
  font-size: 22px;
  position: relative;
  top: 0px;
  left: -4px;
  color: #000;
}

@media (max-width: 1199px) {
  a.navbar-brand {
    width: auto !important;
  }
  .nav_block {
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 749px) {
  img.logo.logo_dark {
    width: 100px;
  }
}
input#searchInput {
  width: 100%;
}
a.btn.-white.product__actions__item.popup-ajax,
.product__actions__item.js-add-to-wishlist-button {
  background: #fff;
  padding: 12px 14px;
  line-height: 1;
  border-radius: 100%;
  color: var(--color-1st);
  display: flex;
  align-items: center;
  justify-content: center;
}
a.btn.-white.product__actions__item.js-add-to-wishlist-button:hover {
  background: var(--color-1st);
  color: #fff !important;
}

a.btn.-white.product__actions__item.popup-ajax:hover {
  background: var(--color-1st);
  color: #fff !important;
}
.card-product:hover .product-actions.horizontal > a {
  opacity: 1;
  transform: translateY(0);
  margin: 0 10px;
}
.product-thumb__actions .product-btn .product__actions__item:last-child {
  margin-right: 0;
  padding-right: 0;
  border-radius: 100%;
  color: var(--color-1st) !important;
}
.product-thumb__actions .product-btn .product__actions__item:last-child:hover {
  background: var(--color-1st);
  color: #fff !important;
}
a.text-body-emphasis.bg-body.bg-dark-hover.text-light-hover.rounded-circle.square.product-action.shadow-sm.wishlist,
.add_to_cart.add-to-cart-button {
  text-decoration: none;
}
div#nav-tab {
  gap: 20px;

  border: none;
  font-size: 40px;
  font-weight: 600 !important;
  justify-content: space-between;
  align-items: baseline;
}
a.btn.-white.product__actions__item.popup-ajax,
.product__actions__item.js-add-to-wishlist-button {
  background: #fff;
  padding: 12px 14px;
  line-height: 1;
  border-radius: 100%;
  color: var(--color-1st);
  display: flex;
  align-items: center;
  justify-content: center;
}
a.btn.-white.product__actions__item.js-add-to-wishlist-button:hover {
  background: var(--color-1st);
  color: #fff !important;
}

a.btn.-white.product__actions__item.popup-ajax:hover {
  background: var(--color-1st);
  color: #fff !important;
}
.card-product:hover .product-actions.horizontal > a {
  opacity: 1;
  transform: translateY(0);
  margin: 0 10px;
}
.product-thumb__actions .product-btn .product__actions__item:last-child {
  margin-right: 0;
  padding-right: 0;
  border-radius: 100%;
  color: var(--color-1st) !important;
}
.product-thumb__actions .product-btn .product__actions__item:last-child:hover {
  background: var(--color-1st);
  color: #fff !important;
}
a.text-body-emphasis.bg-body.bg-dark-hover.text-light-hover.rounded-circle.square.product-action.shadow-sm.wishlist,
.add_to_cart.add-to-cart-button {
  text-decoration: none;
}

a.btn.-white.product__actions__item.js-add-to-wishlist-button {
}
a.text-body-emphasis.bg-body.bg-dark-hover.text-light-hover.rounded-circle.square.product-action.shadow-sm.wishlist {
  margin: 0 10px;
}
a#nav-best-tab {
  font-size: 40px !important;
  font-weight: 600 !important;
}

a.text-decoration-none.text-reset {
  font-size: 14px;
}

.nav_block {
  padding: 0;
  align-items: center;
}
li.desktop-menu-lists.nav-item.dropdown {
  margin: 0px 10px;
}
.desktop-menu-lists.nav-item {
  margin: 0px 0px;
}
.navbar {
  width: 50%;
}

@media (max-width: 1199px) {
  nav.navbar.navbar-expand-xl {
    width: auto;
  }
  a.navbar-brand {
    display: flex;
    justify-content: center;
  }
  i.bi.bi-search {
    font-size: 20px;
    margin: 0 5px 0px;
  }
  i.bi.bi-bag {
    font-size: 20px;
  }

  i.bi.bi-person {
    position: relative;
    right: 12px;
  }
}
h4.fs-5.text-center.position-relative {
  font-size: 15px !important;
  letter-spacing: 1px;
}

/*****ela*****/
.shop_container.list .product_action_box,
.shop_container:not(.grid) .product-thumb__actions {
  display: none;
}
.shop_container.list .product_action_box,
.shop_container:not(.grid) .thumb__actions_btn {
  display: none;
}
.list_product_action_box {
  display: flex;
  flex-direction: row;
  margin-top: 1rem;
}

.add-to-cart-button-list {
  color: #fff;
  background: var(--color-1st);
  border: none;
  padding: 14px 0;
  font-size: 12px;
  cursor: pointer;
  font-weight: 500;
  width: 60%;
  border-radius: 3px;
  transition: background 0.5s ease, color 1s ease, transform 1s ease,
    box-shadow 1s ease, opacity 1s ease;
  letter-spacing: 1px;
  border-radius: 5px;
  text-transform: uppercase;
}
.list-addcart-button {
  width: 50%;
}
button.cart__btn.add-to-cart-button.add-to-cart-button-list {
  width: 100%;
}
.shop_container.list .product_wrap .pr_action_btn li a i {
  color: var(--color-1st);
}
.product_info {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.navbar.navbar-expand-xl {
  width: 100%;
}

.dropdown-menu {
  width: 800px;
}
@media (min-width: 991px) {
  div#pr_item_gallery {
    /* gap: 10px; */
    gap: 10px;
    overflow-y: scroll;
    scrollbar-width: none;
  }
}

@media (max-width: 767px) {
  .clinical-info-label {
    min-width: 85px !important;
  }
  .col-md-6.col-sm-12.mb-5 {
    padding: 0;
  }
  .crop-avatar .section {
    padding: 25px 0;
  }
  .product_info {
    margin-top: 0px;
  }
  .sub-row {
    border: 1px solid var(--color-2nd) 26;
  }

  .product-thumb__actions {
    background: #ffffff70;
  }
}
span.ccoln {
  width: 20px;
}
.ajax_quick_view .product_title {
  font-family: var(--font-body);
  font-size: 1.5rem;
  font-weight: 600;
}
.ajax_quick_view .product_price {
  margin: 1rem 0rem;
}
.ajax_quick_view .product-sale-price-text {
  font-size: 1.3rem;
  font-weight: 500;
}
.ajax_quick_view .product__attribute label {
  max-width: 45px;
}
.ajax_quick_view .product__attribute {
  margin-bottom: 20px;
}
.ajax_quick_view .btn-fill-out {
  background: var(--color-1st) 000 !important;
  font-size: 16px !important;
  border: none;
  color: white !important;
  padding: 10px 10px;
  overflow: hidden;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding: 8px 84px !important;
}
.ajax_quick_view .cart_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ajax_quick_view hr {
  margin: 1rem 0px;
}
@media (max-width: 375px) {
  .ajax_quick_view .btn-fill-out {
    padding: 8px 40px !important;
  }
}
.text-swatch li input[type="checkbox"]:checked ~ span,
.text-swatch li input[type="radio"]:checked ~ span {
  border: 1px solid var(--color-1st);
  color: var(--color-1st);
  font-weight: 600;
  border-radius: 0.2rem;
  font-size: 0.875rem !important;
  padding: 0.5rem !important;
}
.text-swatch li input[type="checkbox"]:checked ~ span:before,
.text-swatch li input[type="radio"]:checked ~ span:before {
  border-bottom: none;
}
footer .col-md-6.col-xl-auto {
  padding-left: 2px;
}
.product_wrap:hover .product-thumb__actions {
  opacity: 1;
  transform: translateY(0);
  background: #ffffff70;
}
.shorting_icon.active {
  background-color: var(--color-1st);
}

.thumb__actions_btn .add-to-cart-button:hover {
  background-color: var(--color-2nd);
  color: white;
  border-color: var(--color-2nd);
  transition: background-color 0.3s ease, color 0.3s ease;
}
.ck-content .product_video_content .btn:hover {
  background-color: var(--color-1st) !important;
  color: white !important;
  border-color: var(--color-1st) !important;
  transition: background-color 0.1s ease, color 0.1s ease;
}
.ck-content .btn:hover {
  /* background-color: var(--color-2nd) !important;
    color: white !important;
    border-color: var(--color-2nd) !important;
    transition: background-color 0.1s ease, color 0.1s ease; */
}
.ck-content .collection_blade .btn:hover {
  background-color: var(--color-1st) !important;
  color: white !important;
  border-color: var(--color-1st) !important;
  transition: background-color 0.1s ease, color 0.1s ease;
}
.ck-content .product_nav .btn:hover {
  background-color: var(--color-1st) !important;
  color: white !important;
  border-color: var(--color-1st) !important;
  transition: background-color 0.1s ease, color 0.1s ease;
}

.ck-content .product-actions .btn:hover {
  background-color: var(--color-1st) !important;
  color: white !important;
  border: none !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.ck-content .card-img-overlay a {
  padding: 0px 0px 0px 15px !important;
}

div#pr_item_gallery {
  margin: 12px 0;
}
.cart {
  scrollbar-width: none;
}
button.add-to-cart-button.btn.w-100 {
  background-color: var(--color-1st);
  color: white;
}
button.add-to-cart-button.btn.w-100:hover {
  background-color: var(--color-2nd);
  color: white;
  border-color: transparent;
}
.product-content__footer {
  display: flex;
  align-items: center;
  justify-content: left;
}
span.discount-percent {
  margin: 0px 0px 0px 0.4em;
  font-size: 15px;
  color: #198754;
  font-family: var(--font-body);
  font-weight: 500;
  border-radius: 0.1875rem;
  line-height: 1;
  display: inline-block;
}
del.product-price--discount {
  padding-right: 2px;
  padding-left: 8px;
  color: #df1a1a;
}
div#MobileMenu {
  z-index: 9999 !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .lh-45px {
    line-height: 1 !important;
  }
  h3.card-title.text-white {
    font-size: 15px;
  }
  a.btn.btn-link.p-0.fw-semibold.text-white.text-decoration-none {
    font-size: 12px !important;
  }
}
.row.shop_by {
  margin: 0 50px;
  text-transform: uppercase;
}
.user-wrap {
  display: flex;
  flex-direction: column;
}
.breadcrumb {
  background: #fff;
}
.th-btn {
  background-color: #000;
  color: #fff;
}
a.rt-btn-2.th-btn:hover {
  background-color: #004987;
  color: #fff;
}
.nice-select.form-select {
  background: #f5f5f5;
  color: #9b9b9b;
}
footer .widget {
  width: max-content;
}

/* 6-01-2025 */
a.btn.btn-link.p-0.fw-semibold.text-white.text-decoration-none {
  border: 1px solid white;
}

.product-thumb__actions_new {
  position: absolute;
  color: transparent;
  border-radius: 50%;
  top: 12px;
  right: 10px;
  padding: 0;
}
a.btn.-white.product__actions__item.js-add-to-wishlist-button {
  color: #000;
  background: #fff;
}
.product-content {
  width: 100%;
  overflow: hidden;
  text-align: left;
}

.product-name {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-name {
  display: block;
  word-wrap: break-word;
}
.col-md-7.cart {
  height: 500px !important;
}
.add-btn__wrap {
  text-align: left;
}
/****adhi******/

.header {
  position: relative;
  width: 100%;

  padding-bottom: 60px;
  margin-bottom: 25px;
}

.header .bg-overlay {
  padding: 5rem 4rem;
  background-color: #efede5;
  backdrop-filter: blur(20px);
}
.padcontainer {
  padding: 5rem 4rem !important;
}
@media (max-width: 576px) {
  .header .bg-overlay,
  .padcontainer {
    padding: 10px !important;
  }
}

.header .content {
  position: relative;
  text-align: center;
  z-index: 10;
}

.header .content h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  color: #1e293b;
}

.header .breadcrumbs {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
}

.header .breadcrumbs a {
  font-size: 16px;
  color: #1e293b;
  text-decoration: none;
  transition: color 0.3s ease;
}

.header .breadcrumbs a:hover {
  color: #aad5ec;
}

.header .breadcrumbs .separator {
  font-size: 16px;
  color: #1e293b;
}

.blurred-background {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  min-height: 70px;
  border-radius: 50%;
  background-color: #7a7a7a;
  filter: blur(200px);
  z-index: -10;
}

.col-lg-6.order-1.order-lg-0.text-center.py-lg-0.py-10.px-sm-0.px-6 {
  position: absolute;
  z-index: 1;
}
img.lazy-image.img-fluid.object-fit-cover.mob_banner_img {
  display: none;
}
img.lazy-image.img-fluid.object-fit-cover.desc_banner_img {
  display: block;
}

@media (max-width: 991px) {
  .col-lg-6.order-1.order-lg-0.text-center.py-lg-0.py-10.px-sm-0.px-6 {
    position: relative !important;
  }
  img.lazy-image.img-fluid.object-fit-cover.mob_banner_img {
    display: block;
  }
  img.lazy-image.img-fluid.object-fit-cover.desc_banner_img {
    display: none;
  }
  .col-md-7.cart {
    height: auto !important;
  }
}

/*Dynamic card design */
.cardShp {
  background-color: rgb(20, 0, 26);
  width: 509px !important;
  height: 150px;
  display: flex;
  border-radius: 20px;
  transition: height 0.9s;
  transition-timing-function: linear;
  margin: 50px 18px;
}
.alignDiv {
  display: flex;
}
   .card_data{
    align-content: center;
    margin-left: 20px;
  
  }
  
  .card_img_effect .cardimgSrc{
    padding: 15px;
    transition: 0.8s ;
    width: 150px;
  }
  
  .card_title {
    color: white;
    font-size: 14px;
    transition: 1s;
  }
  
  
  .cardShp:hover{
    height:90px;
    background-color: rgb(255, 230, 255);
  }

.cardShp:hover .card_img_effect .cardimgSrc {
  transition-timing-function: linear;
  transform: translate(0, -3rem) rotate(-20deg);
}

.cardShp:hover .card_data .card_title {
  align-content: center;
  color: black !important;
  transition-timing-function: linear;
}

/*Masonary images dipslay*/

.containerDiv {
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
  margin: 0 !important;
  height: 435px;
  overflow: overlay;
  padding: 90px;
}
.columnDiv {
  flex: 1;
  display: flex;
  flex-direction: column;
  grid-column-gap: 20px;
  padding: 0 !important;
}

.postDiv {
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 10px solid white;
}

.imageDiv {
  width: 100%;
}

.overlayDiv {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  background: gray;
  top: 0;
  margin: 0;
  transition: 0.5s;
}
.postDiv:hover .overlayDiv {
  opacity: 1;
  cursor: pointer;
  color: white;
}

/*grid layout*/

.item {
  color: white;
  padding: 0 !important;
  perspective: 1000px;
}

.item img {
  width: 100%;
  height: 100%;
  padding: 10px;
}

.item1 {
  grid-area: item1;
}
.item2 {
  grid-area: item2;
}
.item3 {
  grid-area: item3;
}
.item4 {
  grid-area: item4;
}
.item5 {
  grid-area: item5;
}
.item6 {
  grid-area: item6;
}

.main-element-grid {
  display: grid;
  grid-template-columns: 280px 280px 280px 280px 280px;
  grid-template-rows: 280px 280px !important;
}

.flip-card {
  height: 100%;
  position: relative;
  transform-style: preserve-3d; /* Enable 3D space */
  transition: transform 0.6s; /* Smooth transition */
}

.item:hover .flip-card {
  transform: rotateY(180deg); /* Flip the card */
}

.flip-image,
.flip-text {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
.flip-text {
  top: 0 !important;
  left: 0 !important;
  background: rgba(
    0,
    0,
    0,
    0.6
  ); /* Optional: background for better readability */
  color: white;
  font-size: 20px;
  text-align: center;
  transform: rotateY(
    180deg
  ); /* Ensure the text is flipped when the image flips */
}

.item:hover .flip-image {
  visibility: hidden; /* Hide the image when flipped */
}

.item:hover .flip-text {
  visibility: visible; /* Show the text when flipped */
}

/*carosuel for product category*/

.slider {
  position: relative;
  width: 100% !important;
  height: 380px;
  overflow: hidden;
  margin-top: 50px !important;
  margin-bottom: 50px;
}

.itemslide {
  position: absolute;
  width: 300px;
  text-align: justify;
  border-radius: 10px;
  padding: 20px !important;
  transition: 0.5s;
  left: calc(50% - 159px);
  top: 0;
  border: 2px solid white;
  background: white;
}

.itemslide span {
  justify-content: center;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 15px;
  padding-top: 19px;
}

#next,
#prev {
  position: absolute;
  top: 40%;
  color: white;
  background: transparent;
  font-size: 50px;
  border: 1px solid white;
  left: 180px;
  border-radius: 50%;
  width: 56px;
  background: white;
  color: gray;
}

#next {
  left: unset;
  right: 180px;
}

/*Scroll Animation*/

:root {
  --duration: 15s;
  --totalimages: 6;
}

.wrapper {
  position: relative;
  width: 80vw;
  height: 200px;
  overflow: hidden;
}

.itemDiv {
  position: absolute; /* Absolute position to avoid overlap */
  height: 100%;
  width: 27vw; /* Adjust width for card structure */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2vw; /* Space between items */
  animation: scrollX var(--duration) linear infinite;
  animation-delay: calc(
    var(--duration) / var(--totalimages) * (var(--totalimages) - var(--i)) * -1
  );
  animation-play-state: running;
}

.wrapper:hover .itemDiv {
  animation-play-state: paused;
}

@keyframes scrollX {
  from {
    left: 100%; /* Start off-screen on the right */
  }
  to {
    left: -100%; /* End off-screen on the left */
  }
}

.board img {
  height: 100%;
}

.board {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* Align items to the left */
  height: 100%;
  width: 100%;
  background: transparent;
  padding: 10px;
  border-radius: 8px;
}

.board img {
  width: 40%; /* Image takes up 40% of the card width */
  margin-right: 10px; /* Space between image and text */
  padding: 14px;
}

.board span {
  font-size: 17px;
  color: #333;
  font-weight: bold;
  text-align: center;
  flex: 1; /* Allow text to take up remaining space */
}

/*Slide open design*/
.wrapperDiv {
  width: 100%;
  height: 100hv;
  display: flex;
  justify-content: center;
  align-items: center;
}

.containerbase {
  height: 500px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
}

.cardbase {
  width: 80px;
  border-radius: 20px;
  background-size: cover;
  cursor: pointer;
  background-image: linear-gradient(to bottom, #df9fbf, #270c1a);
  overflow: hidden;
  margin: 0 10px;
  display: flex;
  align-items: flex-end;
  transition: 0.6s cubic-bezier(0.28, -0.03, 0, 0.99);
  box-shadow: 0 10px 30px -5px gray;
}

.cardbase .linediv {
  color: white;
  display: flex;
  flex-wrap: nowrap;
}

.cardbase .linediv .description {
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  height: 80px;
  width: 455px;
  opacity: 0;
  transform: translateY(30px);
  transition-delay: 0.3s;
  transition: all 0.3s ease;
  align-items: center;
}

.description p {
  color: black;
  padding-top: 5px;
  display: flex;
  padding: 10px;
  background: #fffcfc;
  width: 350px;
  border-radius: 3%;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 15px -5px gray;
  font-size: 18px;
}

.inputbase {
  display: none;
}

/*Menu toogle css*/

.menu_dashboard {
  height: 100%;
  background: #ffffff !important;
  border: 0px solid #e6e9eb !important;
  letter-spacing: 0.5px;
  border-radius: 8px;
  left: 0px;
  transition: all 0.4s;
  position: relative;
}

.head_board {
  border-bottom: 1px solid #cecece;
  margin: 0px 29px;
  height: 7vh;
  display: flex;
  align-items: center;
}
.menu_dashboard ul li {
  line-height: 3.5;
  margin: 10px 0px;
}
.menu_dashboard ul li a:hover {
  background-color: black;
  color: white;
  border-radius: 4px;
}
.menu-link {
  display: block;
  width: 96%;
  height: 100%;
  padding: 19px 0px;
}

.icon {
  padding: 0 12px;
}

.labelClass {
  margin: 0 !important;
  display: block !important;
}
.product_img img {
  width: 100%;
}
#checkboxId {
  display: none;
}

.category-div h4 {
  padding: 1vh;
  background: #f2f9fc;
  border: 1px dashed #000435;
  text-align: center;
  border-radius: 4px;
}

/*Faq styles*/
.keywordsec {
  height: 6vh;
  align-items: center;
  background: transparent;
  text-align: center;
}

.faqsearchsec {
  justify-content: start;
  align-items: center;
  padding: 0;
}
.faqseacrhicon {
  position: absolute;
  right: 1.5vw;
  font-size: 2vh;
  color: #b4acac !important;
  cursor: pointer;
}

.faqseacrhinput {
  position: relative;
  width: 100%;
  border-radius: 7px;
  background: transparent;
  height: auto;
}

/* .accordion .btn.hovercollapse:hover {
  background-color: #000435 !important;
  border-color: #000435 !important;
  text-decoration: none !important;
} */

/* .accordion .btn.hovercollapse {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
.accordion .btn.hovercollapse:not(.collapsed) {
  color: black;
  font-size: 16px !important;
  font-weight: 600;
  border-bottom: 1px solid #bcb6b6;
  box-shadow: 0px 3px 5px 0px #a8a8a8;
} */

/* Icon for collapsed state (plus icon) */
.accordion .btn.hovercollapse.collapsed::before {
  content: "\f055"; /* Font Awesome Plus icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 600; /* Bold */
  position: absolute;
  right: 1vh; /* Adjust left position */
}

/* Icon for expanded state (minus icon) */
.accordion .btn.hovercollapse:not(.collapsed)::before {
  content: "\f056"; /* Font Awesome Minus icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 600; /* Bold */
  position: absolute;
  right: 1vh; /* Adjust left position */
}

.keyword-active {
  border-radius: 1vh;
  padding: 1.5vh;
  background: #000435;
  color: white !important;
  border: 1px solid;
}

img.lazy-image.img-fluid.card-img.light-mode-img {
  border-radius: 50%;
}

/*faq paginate*/
.paginatefaq {
  background: #fffafa;
  padding: 1.2vh;
  border-radius: 16vh;
  width: 2vw;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.paginateactive {
  background: black;
  color: white !important;
}
.paginatedisabled {
  cursor: none;
  pointer-events: none;
}

.paginatefaq:hover {
  background: #c0bdbd;
}

@media (max-width: 768px) {
  .paginatefaq {
    width: 7vw;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .paginatefaq {
    width: 4.2vw;
  }
}
@media (min-width: 1024px) {
  .paginatefaq {
    width: 40px;
  }
}

.faqaccordianstyle .card-body span {
  color: rgb(87 87 87);
}

.text-swatches-wrapper span {
  width: 100px;
  text-align: center;
}
.attribute-values ul {
  padding-left: 2px;
  gap: 30px;
}

.number-items-available.position-md-relative .text-success {
  line-height: 20px;
  top: -10px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px;
  height: 37px;
  background: #e9ffe9;
  border: 1px solid green;
  border-radius: 5px;
  margin: 0 0 0 10px;
}

.number-items-available.position-md-relative .text-danger {
  line-height: 20px;
  top: -10px;
  position: relative;
  display: flex;
  min-width: max-content;
  margin: 0 0 0 10px;
  align-items: center;
  padding: 10px;
  height: 37px;
  background: #ffe9e9;
  border: 1px solid red;
  border-radius: 5px;
  font-size: 14px;
}
.text-success .bi-check-circle-fill::before,
.bi-x-circle-fill::before {
  margin-right: 5px;
}

.pr_flash.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: red !important;
}

.slick-track {
  opacity: 1;
  height: auto !important;
  transform: translate3d(0px, 0px, 0px);

  overflow: scroll;
  scrollbar-width: none;
}
.slick-list.draggable {
  height: auto !important;
}
@media (max-width: 767px) {
  .sec_product_nav {
    padding: 0;
  }

  .slick-track {
    opacity: 1;
    height: auto !important;
    transform: translate3d(0px, 0px, 0px);
    display: flex;
    overflow: scroll;
    scrollbar-width: none;
  }
  .slick-list.draggable {
    height: auto !important;
  }
}

.block_piece {
  height: 40px;
  width: 15px;
  background: #000435;
  margin-right: 15px;
  border-radius: 5px;
}
.collection_blade .sub_head {
  margin-left: 45px;
}
@media screen and (max-width: 767.98px) {
  .fs-1 {
    font-size: 1.6rem !important;
  }
  .sec-title {
    font-size: 22px;
    line-height: 28px;
  }
  .block_piece {
    height: 32px;
    width: 12px;
    background: #000435;
    margin-right: 8px;
    border-radius: 5px;
  }
  .title-area {
    margin-bottom: 5px !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .collection_blade .sub_head {
    margin-left: 0px;
    margin-top: 15px;
  }
  .card-title.text-white {
    font-size: 1.7rem;
  }
  #specia_offer_save_on_sets_1 {
    margin-bottom: 50px;
  }
  #specia_offer_save_on_sets_1 h2 {
    font-size: 1.8rem;
  }
  p#demo {
    font-size: 40px;
  }
  .product_video_content h2 {
    font-size: 1.8rem;
  }
  .row.shop_by {
    margin: 0px 30px;
  }
}

.pagination_style1 .page-item a {
  border: 0px solid #dee2e6;
  border-radius: 50% !important;
  color: #000435;
  line-height: 36px;
  margin-left: 0;
}

.page-item:first-child .page-link {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #000435 !important;
  font-size: 20px !important;
}
.page-item:last-child .page-link {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #000435 !important;
  font-size: 20px !important;
}
.page-item:last-child .page-link:hover {
  background-color: #000435 !important;
  border-color: #f9f6ee !important;
  color: #ffffff !important;
  font-size: 20px !important;
}
.page-item:first-child .page-link:hover {
  background-color: #000435 !important;
  border-color: #f9f6ee !important;
  color: #ffffff !important;
  font-size: 20px !important;
}

.pagination_style1 .page-item .page-link:hover,
.pagination_style1 .page-item.active .page-link {
  background-color: #000435;
  border-color: #f9f6ee;
  color: #ffffff;
}
.pagination_style1 li.page-item.active {
  border-radius: 50%;
}
.pagination_style1 .page-item.disabled .page-link,
.pagination_style3 .page-item.disabled .page-link {
  background-color: #fff;
  border-color: #f4f4f4;
  color: #000435;
  pointer-events: none;
  border: none !important;
  font-size: 20px;
}
.pagination_style1 {
  margin-top: 1.25rem !important;
}

@media screen and (max-width: 767.98px) {
  .pagination_style1 .page-item a {
    border-radius: 50% !important;
    line-height: 25px;
  }
  .pagination .page-item a {
    min-width: 20px;
    padding: 0 10px;
    width: auto;
  }
  .pagination .page-item a {
    color: var(--color-3rd);
    height: 28px;
  }
  .section .pagination {
    padding: 0;
  }
  .pagination_style1 {
    margin-top: 1rem !important;
  }
}
.checkout-content-wrap {
  background-color: #eef8ff69;
}
span.trending-subhead.style2 {
  color: #000435;
  font-size: 20px;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.3;
  padding-left: 10px;
  border-left: 5px solid #000435;
  margin-left: 27px;
}
h2.trending-heading {
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--bs-heading-color, inherit);
  margin-left: 25px;
  margin-top: 10px;
}
.trending {
  margin-bottom: 10px !important;
}

.rating_wrap {
  display: none;
}
@media screen and (max-width: 767.98px) {
  h2.trending-heading {
    font-size: 24px;
    margin-left: 15px;
  }
  span.trending-subhead.style2 {
    font-size: 16px;
    margin-left: 17px;
  }
  .raw-html-embed h3 {
    font-size: 20px;
  }
}
.product_price del {
  color: gray;
}

p.mx-auto.hero-desc.fs-18px.animate__fadeInUp.animate__fadeInUpDelay3 {
  color: #fbfbfb;
}
.hero-subtitle {
  color: #fbfbfb;
}

.faq-bg {
  background-color: rgb(170 213 236 / 15%) !important;
}
.keywordsec {
  margin: 1rem;
}
section.mx-5.m-md-0.m-sm-0.m-0.multibanner {
  padding: 0 50px;
}
@media (max-width: 768px) {
  section.mx-5.m-md-0.m-sm-0.m-0.multibanner {
    padding: 0;
  }
  .faqseacrhicon {
    right: 4.5vw;
  }
  .faq-bg {
    font-size: 1.8rem;
  }
  .keywordsec h5 {
    font-size: 1rem !important;
    margin: 15px 75px;
  }
  .keywordsec {
    margin: 15px 75px !important;
  }
  p.mx-auto.hero-desc.fs-18px.animate__fadeInUp.animate__fadeInUpDelay3 {
    color: #2e2e2e;
  }
  .hero-subtitle {
    color: #2e2e2e;
  }
}
span.default {
  color: #090;
  display: block;
  font-size: 11px;
  position: absolute;
  right: 15px;
  top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .checkout-content-wrap .container {
    max-width: 960px !important;
  }
}

/*Carowsel*/

.post-slide {
  background: #fff;
  margin: 20px 15px 20px;
  border-radius: 15px;
  padding-top: 1px;
  box-shadow: 0px 14px 22px -9px #bbcbd8;
}

.post-slide .post-img img {
  width: 100%;
  height: auto;
  padding: 1vh;
  transition: 0.3s all ease;
}

.recent-products-heading {
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--bs-heading-color, inherit);
  margin-left: 25px;
  margin-top: 10px;
}

.post-slide .post-content {
  background: #fff;
  padding: 29px 13px 7px;
  border-radius: 15px;
  text-align: center;
}
.post-slide .post-title a {
  font-size: 15px;
  display: inline-block;
  text-align: center;
}
.post-slide .post-title a:hover {
  text-decoration: none;
  color: #3498db;
}
.post-slide .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1280px) {
  .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}
.add-btn__wrap .cart__btn:hover {
  color: #fff;
  background: var(--color-2nd);
}

.product_color_switch_1 .color_circle span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
span.qnt_bx {
  border-bottom: solid 1px;
}
ul.visual-swatch.color-swatch.attribute-swatch label {
  margin: 0 !important;
}
.text-swatches-wrapper.attribute-swatches-wrapper.attribute-swatches-wrapper.form-group.product__attribute.product__color {
  padding-bottom: 20px;
}

/* adhi trichella css start*/

p {
  line-height: 29px;
  font-size: 16px;
}
div#header {
  position: sticky;
  width: 100%;
  padding: 0px 0;
  background: transparent !important;
  top: 0;
  left: 0;
  z-index: 23;
  box-shadow: none;
}

.navbar > .container-wide {
  padding: 10px 20px;
  max-width: 90%;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.bi-search::before {
  font-size: 18px;
}
.bi-person::before {
  font-size: 24px;
  position: relative;
  top: 2px;
}
.cart_count,
.wishlist_count {
  color: #fff;
  border-radius: 50%;
  background: #a48b6b;
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  height: 20px;
  left: -2px;
  line-height: 20px;
  margin-left: -5px;
  margin-right: -5px;
  width: 20px;
  position: relative;
  text-align: center;
  top: -12px;
  vertical-align: top;
}
.navbar-nav.attr-nav {
  flex-direction: row;
  gap: 5px;
}

.test-btn {
  position: relative;
  background: #1b6a63;
  margin-right: 6px;

  color: #f4f4f4;
  letter-spacing: 0.5px;
  padding: 10px 20px;
  border-radius: 50px;
  border: none;
  text-transform: capitalize;
  font-weight: 400;
  box-shadow: none !important;
  font-size: 15px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: border-color 0.45s ease, background 0.45s ease;
  transition: border-color 0.45s ease, background 0.45s ease;
}
.test-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 0;
  background: #a48b6b;
  border-top-left-radius: 100% 200%;
  border-top-right-radius: 100% 200%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: height 0.5s ease;
  z-index: -1;
}
.test-btn.view_pro::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 0;
  color: #fff !important;
  background: #a48b6b;
  border-top-left-radius: 100% 200%;
  border-top-right-radius: 100% 200%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: height 0.5s ease;
  z-index: -1;
}
.test-btn:hover::before {
  height: 300%;
}
.test-btn img {
  width: 15px;
}
.test-btn:hover {
  background: transparent !important;
}
.test-btn.view_pro:hover {
  color: #fff !important;
}
.test-btn:focus {
  background: #1b6a63 !important;
  color: #f4f4f4;
}
.svg-primary {
  filter: brightness(0) saturate(100%) invert(22%) sepia(84%) saturate(692%)
    hue-rotate(175deg) brightness(91%) contrast(94%);
}
.test-btn.view_pro:hover .svg-primary {
  filter: brightness(0) invert(1);
}

a.dropdown-toggle.nav-link,
.nav-link {
  color: #304846;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
}
a.dropdown-toggle.nav-link:hover,
.nav-link:hover {
  color: #a48b6b;
}
.logo {
  width: 120px;
  height: 100%;
}
.w-35 {
  width: 40%;
}
.offcanvas-body {
  background-color: #fff;
}

footer.footer-sec {
  background: #274845;
  color: #f4f4f4;
}
footer .container {
  max-width: 1400px;
}
footer.footer-sec {
  background: #274845;
  color: #fff;
  padding: 50px 0;
  border-radius: 50px 50px 0 0;
}
.footer-sec .foot-title {
  color: #1b6a63;
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 16px;
  font-weight: 400;
  color: #f4f4f4;
}
.footer-sec .foot-ul li {
  margin-bottom: 12px;
}
.footer-sec .copyright {
  padding: 20px 0px 0 0;
  border-top: #1b6a63 1px solid;
  text-align: center;
  letter-spacing: 0.5px;
}
.footer-sec .copyright p {
  font-size: 15px;
  color: #f4f4f4;
  font-weight: 300;
  margin-bottom: 0;
}
.join_social {
  color: #fff;
}
.foot_img {
  width: 130px;
  height: auto;
}

.carousel-item img {
  position: relative;
}
.banner-sec .banner-content {
  position: absolute;
  top: 45%;
  width: 100%;
  height: 20dvh;
  margin-top: -15vh;
  left: 0%;
  right: 0;
  z-index: 2;
}
.banner-sec .sec-title {
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 15px;
  color: #304846;
  font-size: 45px;
  font-family: "Lato", sans-serif;
}
.banner-sec .banner-content .highlight-text {
  font-size: 20px;
}
.banner-sec .banner-content .highlight-text {
  font-size: 20px;
}
section.banner-sec {
  width: 100%;
}

.ban_img {
  height: 90vh;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .w-35 {
    width: 75%;
  }
  .banner-sec .sec-title {
    margin-bottom: 15px;
    line-height: 48px;
    font-size: 32px;
  }
}

.banner-content .test-btn {
  min-width: 40%;
  border-radius: 50px;
  padding: 10px 25px !important;
}
.banner-content .test-btn span {
  font-size: 20px !important;
}

.how-sec {
  background: #f6f6f6;
  padding: 60px 0;
}
.h2-title {
  font-size: 28px;
  color: #304846;
  margin-bottom: 16px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  line-height: 42px;
}
.how-sec .how-bx {
  background: #efede5;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 20px;
}
.h3-title {
  font-size: 24px;
  text-transform: capitalize;
  line-height: 42px;
  color: #304846;
  margin-bottom: 24px;
  font-weight: 600;
}

.h5-title {
  font-size: 20px;
  color: #304846;
  font-weight: 500;
  font-family: "Lato", sans-serif;
}
.sec-title {
  font-size: 32px;
  color: #304846;
  margin-bottom: 16px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  line-height: 50px;
}
.section {
  padding: 60px 0;
  background: #f6f6f6;
  color: #304846;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: -53px;
  right: 0;
  display: flex;
  max-width: 260px;
  justify-content: space-between;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  padding: 0 !important;
  border: #d1d1d1 1px solid !important;
  border-radius: 20px !important;
  background: #fff !important;
  width: 70px;
  height: 36px !important;
  text-align: center;
  margin-right: 10px !important;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  border-color: transparent !important;
  text-decoration: none;
  border: none;
  background: #a48b6b !important;
  color: #fff;
}
.owl-carousel .owl-nav .owl-prev:hover .svg,
.owl-carousel .owl-nav .owl-next:hover .svg {
  filter: brightness(0) invert(1);
}
.concern-card {
  background: #f6f6f6;
}
li.col-12.col-lg-6 {
  margin-top: 12px;
}
.learn_more {
  margin-top: 20px;
}
.review-sec .review-box .svg {
  width: 16px !important;
  display: inline-block;
}
.review-sec .review-box.review-bg1 {
  background: #efede5;
}
.review-sec .review-box.review-bg2 {
  background: #e7e7e7;
}
.review-sec .review-box {
  position: relative;
  padding: 20px 20px 30px 20px;
  border-radius: 15px;
}
.review-sec .review-box .h5-title {
  font-size: 18px;
  color: #000;
  margin-bottom: 16px !important;
}
.review-sec p.mb-0 {
  height: 150px;
  overflow-y: scroll;
}
.blog-sec .blog-bx .h4-title {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  margin: 10px 0;
  color:#304846;
}
.blog-sec .blog-bx {
  margin-bottom: 8px;
}
.navbar .navbar-nav .dropdown-item {
  color: #333;
  font-size: 14px;
  padding: 7px 10px;
  text-transform: none;
}
#search-container {
  background: #fff;
}
.modal-header {
  width: 89%;
  padding: 0 !important;
	

}

.search #search-container input {
  background-color: transparent;
  width: 65%;
  margin: auto;
  border: 1px solid #acacaf !important;
  padding: 10px 15px;

  outline: none;
  height: 45px;
}
.search .modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: auto;
  position: absolute;
  right: 17%;
  z-index: 10;
  top: 13px;
}
.tab-content {
  border: none;
}
.pro_img {
  border-radius: 10px;
}
.product-title {
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 17px;
  color: #304846 !important;
  font-family: "Lato", sans-serif;
  margin: 6px 0 4px 0px;
  font-weight: 400;
  padding: 0;
  text-transform: capitalize;
}
ins.text-decoration-none {
  font-size: 18px;
  color: #304846;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  padding: 6px 0px;
  margin-bottom: 8px;
}
button.test-btn.add-cart {
  width: 100%;
}
h6.highlight-text {
  color: #8a8a8a;
  font-size: 13px;
  margin: 6px 0;
  display: inline-block;
}
section.section.bg-white {
  background: #fff !important;
}
.nav-tabs .nav-link {
  color: #989898;
  font-size: 40px;
  background: #f6f6f6;
}
div#nav-1,
#nav-3 {
  background: #f6f6f6;
}
section.sec_product_nav.section.trichella_combo_hair_care {
  background: #efede5;
}
button.test-btn.view_pro {
  background: #fff;
  padding: 8px 16px;
  margin: 0;
  color: #304846;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  border: #d1d1d1 1px solid;
  border-radius: 20px;
  margin-bottom: 10px;
}
section.sec_product_nav.section.our_products {
  padding-top: 0;
}

.mega-menu-content .inside-submenu .dropdown-item {
  font-size: 15px;
  font-weight: 500 !important;
  color: #8a8a8a;
  display: block;
  position: relative;
  text-transform: lowercase;
}
.dropdown-item::first-letter {
  text-transform: uppercase; /* capitalize only the first letter */
}
.most_viewed {
  background-color: transparent;
  padding: 0 10px 10px;
  margin-top: 10px;
  border-radius: 10px;
}
.scroll_sec {
  overflow-y: auto;
  overflow-x: hidden;
  height: 80vh;
}
.product-title-ser {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; /* or max-width: 200px; */
  font-size: 17px;
  color: #304846 !important;
  font-family: "Lato", sans-serif;
  margin: 6px 0 4px 0px;
  font-weight: 400;
  padding: 0;
  text-transform: capitalize;
  margin: 20px 0 5px;
}
.carding_part {
  padding: 15px;
  position: relative;
  border-radius: 20px;
  height: auto;
}
.mega_head {
  font-size: 18px;
  color: #304846;
  padding-bottom: 10px;
  margin: 0 0 10px 7px;
  border-bottom: #efede5 1px solid;
}
.sticky-footer {
  /* display: inline-block; */
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgb(255 255 255);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.35);

  z-index: 3;
  /* height: 72px; */
  /* transform: translateY(120px);
    transition: transform 0.5s ease-in-out; */
  padding: 15px;
  text-align: center;
}
.sticky-footer .test-btn {
  width: 100%;
  padding: 12px 17px;
  color: #fff;
  background-color: #a48b6b;

  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

a.product-action.add_to_cart.add-to-cart-button.active {
  border: none !important;
}
iframe#gb-waw-iframe {
  bottom: 73px !important;
}
.hover-zoom-in {
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .dropdown-item {
    padding: 0 5px;
  }
}

@media (max-width: 569px) {
  .sticky-footer {
    display: block;
  }
  .footer-sec .copyright {
    margin-bottom: 30px;
  }
}

@media (max-width: 500px) {
  .banner-sec .sec-title {
    margin-bottom: 15px;
    line-height: 35px;
    font-size: 24px;
  }
  .banner-sec .banner-content {
    margin-top: -25vh;
  }
  .search #search-container input {
    background-color: transparent;
    width: 85%;
    margin: 5px 10px;
  }
  .search .modal-header .btn-close {
    right: 4%;
    top: 16px;
  }

  .search #search-container input {
    height: 33px;
  }
  .sec-title {
    font-size: 23px;
    line-height: 40px;
  }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    width: 50px;
    margin-right: 5px !important;
  }
  #nav-tab h2.sec-title {
    line-height: 0;
  }
  button.test-btn.view_pro {
    font-size: 12px;
  }
  .section {
    padding: 40px 0;
  }
  section.section.how-sec{
    padding-top: 0;
  }
}

/* adhi trichella css end*/

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
#login_main_wrap {
  margin-top: 70px;
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  #login_main_wrap {
    margin-top: 50px !important;
  }
}
.contact-h2 {
  font-size: 17px;
  font-family: var(--primary-family);
  color: #4f4f4f;
  font-weight: 700;
}
.contact-para {
  font-size: 15px;
  font-family: var(--primary-family);
  color: var(--primary-color);
  font-weight: 500;
  line-height: 24px;
}
.login-description {
  font-size: 0.95rem;
  line-height: 24px;
  margin-bottom: 20px;
  width: 93%;
  color: #304846;
  font-family: "Lato", sans-serif;
}
.login-otp-description {
  font-size: 0.95rem;
  line-height: 24px;
  margin-bottom: 20px;
  color: #304846;
  font-family: "Lato", sans-serif;
}
.form_input {
  padding: 12px 16px;
  font-size: 1rem;
  border-radius: 8px;
  border: 1px solid #d1d1d1;
}
.login-form-content {
  margin-top: 60px !important;
}
.otp-login {
  margin-top: 60px !important;
}
.otp-resend-link {
  color: #304846;
  font-size: 15px;
}
.otp-resend-link:hover {
  color: #1b6a63;
}
.otp-timing {
  color: #304846;
  font-size: 15px;
}
.result-banner-title {
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #304846;
}
.thanks_card {
  background-color: #f5f3eb;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem !important;
}
.g-3,
.gx-3 {
  --bs-gutter-y: 1rem !important;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem !important;
}
.contact-bx {
  border-radius: 15px;
  border: 1px solid #d1d1d1;
  background: #ffffff;
  padding: 15px 18px;
}
.contact_sec-title {
  font-size: 32px;
  text-transform: normal;
  color: #304846;
  margin-bottom: 16px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  line-height: 50px;
}
.contact-form-para {
  font-size: 17px;
  font-family: var(--primary-family);
  color: var(--primary-color);
  font-weight: 550;
  line-height: 24px;
  margin-bottom: 6px;
}
.text-muted {
  color: #6c757d !important;
  font-family: "Lato", sans-serif;
}
.contact-form-sec .form-control {
  border-color: #d1d1d1 !important;
  border-radius: 8px !important;
  padding: 12px 16px;
  margin-bottom: 4px;
  background-color: #fff !important;
}
.contact-form-sec .form-select {
  background-color: #fff !important;
  border-radius: 8px !important;
  /* padding: 13px 16px; */
  border-color: #d1d1d1;
  font-size: 15px;
  color: #888888;
}
.contact-form-sec .form-select .nice-select :focus {
  border-color: #bbbbbb 1px solid !important;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

@media (min-width: 768px) {
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (max-width: 768px) {
  .otp-login {
    margin-top: 1px !important;
  }
  .login-form-content {
    margin-top: 1px !important;
  }

  .login-description {
    margin-bottom: 15px;
    width: 100%;
  }

  .welcome-title {
    margin-bottom: 10px !important;
    line-height: 1 !important;
  }
  #phone {
    letter-spacing: 0 !important;
  }

  #login_main_wrap {
    margin-top: 20px !important;
    margin-bottom: 40px;
  }
  .otp-head {
    margin-bottom: 10px !important;
  }
  .login-sub-btn .submit__btn {
    margin-bottom: 20px !important;
  }
  .login-sub-btn {
    margin: 30px 0 0px !important;
    width: 100%;
  }
  .result-banner-title {
    font-size: 50px !important;
  }
}

@media screen and (min-width: 1500px) {
  .container-xl {
    max-width: 1440px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .result-banner-title {
    font-size: 36px !important;
  }
  .thanks_card {
    height: 300px;
  }
}
@media screen and (max-width: 325px) {
  .contact-para {
    font-size: 13px;
  }
}
.msg-submit-btn {
  position: relative;
  background: #1b6a63 !important;
  color: #f4f4f4 !important;
  letter-spacing: 0.5px;
  padding: 10px 20px;
  border-radius: 30px !important;
  border: 1px solid transparent;
  text-transform: capitalize;
  font-weight: 300 !important;
  /* box-shadow: none !important; */
  font-size: 16px !important;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  /* -webkit-transition: border-color 0.45s ease, background 0.45s ease; */
  transition: border-color 0.45s ease, background 0.45s ease;
  line-height: 26px;
  display: inline-block;
  margin-bottom: 30px !important;
  font-family: "Lato", sans-serif !important;
}
.msg-submit-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 0;
  background: #a48b6b;
  border-top-left-radius: 100% 200%;
  border-top-right-radius: 100% 200%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: height 0.5s ease;
  z-index: -1;
}
.msg-submit-btn:hover::before {
  height: 300%;
}
.msg-submit-btn img {
  width: 15px;
}
.msg-submit-btn:hover {
  background: transparent !important;
  /* box-shadow: 0 0 0 2px #A48B6B;
     outline: 2px solid #A48B6B; */
  border-color: #a48b6b !important;
}
.msg-submit-btn:focus {
  background: #1b6a63 !important;
  color: #f4f4f4;
}
.contact-form-sec input {
  height: 50px !important;
  font-family: var(--primary-family);
}
.result-banner-title,
.blog-banner-title {
  font-size: 60px;
  font-family: var(--primary-family);
  font-weight: 770;
}

.carousel {
  position: relative;
  top: -77px;
}
@media (min-width: 1400px) {
  .custom-container {
    max-width: 97%;
  }
}

@media screen and (min-width: 1650px) {
  .custom-container {
    max-width: 95%;
  }
}
@media (min-width: 2000px) {
  .custom-container {
    max-width: 1440px;
  }
}
.abt_card_title{
    font-size: 24px;
    color: #304846;
    margin-bottom:20px;
    font-family: "Playfair Display", serif;
}

.abt_card .abt_card_title{
    height:80px;
    

}
.in_out_care{
    font-size: 55px;
    color: #304846;
    font-family: "Playfair Display", serif;
}
.abt_card {
  transition: background-color 0.5s ease, color 0.5s ease;
}

.abt_card:hover {
  background-color: #1b6a63;
  color: #fff;
}

.abt_card {
  background: #fff;
  height: 300px;
  padding: 10px;
  border-radius: 10px;
}
.abt_card p {
  margin: 0px;
}
@media (max-width:768px){
.abt_card .abt_card_title{
    height:25px !important;
}
.abt_card
 {
    height: auto;
    margin-bottom: 12px;
}
.abt_para
 {
    width: 80% !important;
}
.in_out_care {
    font-size: 30px;}
.abt_us {
    padding-bottom: 0 !important;
}
}
.test-btn {
  position: relative;
  background: #1b6a63;
  margin-right: 6px;
  color: #f4f4f4;
  letter-spacing: 0.5px;
  padding: 10px 20px;
  border-radius: 50px;
  border: none;
  text-transform: capitalize;
  font-weight: 400;
  box-shadow: none !important;
  font-size: 15px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: border-color 0.45s ease, background 0.45s ease;
  transition: border-color 0.45s ease, background 0.45s ease;
}
/* .sec-title {
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 15px;
    color: #304846;
    font-size: 45px;
    font-family: "Lato", sans-serif;
} */
p {
  line-height: 29px;
  font-size: 16px;
}
.abt_para {
  width: 53%;
}
#category_page {
  font-family: Lato_regular;
  color: #304846 !important;
  /* background-color: #f6f6f6 !important; */
}
#category_page h2 {
  font-family: Lato_bold;
}
#category_page h3 {
  font-family: Playregular !important ;
  margin-bottom: 2rem;
}
.bannerpara {
  font-size: 22px;
}
.greenbutton {
  background-color: #1b6a63 !important;
  color: #ffffff !important;
  font-weight: 100;
  border: none !important;
  transition: background-color 0.3s ease !important;
}
.greenbutton:hover {
  background-color: #a48b6b !important;
}

#card_detail {
  max-width: 91.5%;
  /* padding: 0 5.3rem; */
}

#cardbody p {
  margin-bottom: 0px;
}
.cardpara {
  font-family: "Lato_regular" !important;
  font-weight: 100 !important;
  color: #8a8a8a;
  font-size: 14px;
}
.price {
  font-size: 17px;
}
.bluebutton {
  background-color: #1b6a63 !important;
}
#category_page .card {
  border: none;
  background-color: transparent;
}
.custom-stars {
  color: #792f0e; /* Customize your star color (e.g., orange) */
  font-size: 1.25rem;
}
.prodname a {
  color: #304846 !important;
  font-size: 16.5px;
}
.product-card .pro-title {
  font-size: 16px;
}
.prodname {
  margin-bottom: 0;
}
.product,
.product_wrap {
  background-color: transparent !important;
}
@media (max-width: 576px) {
  #card_detail {
    padding: 0 1rem;
  }
 
  .bannerpara {
    font-size: 18px;
  }
}
.content {
  display: grid;
  width: 100%;
  margin: 0 auto;
  padding: 10vh 25px;
  max-width: 1300px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-rows: 200px;
  grid-gap: 4rem;
  grid-row-gap: 6rem;
  justify-content: center;
  list-style: none;
}

.content__item {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.content__item::before {
  color: var(--color-number);
  position: absolute;
  top: 0;
  left: 0;
}
.button1 {
  pointer-events: auto;
  cursor: pointer;
  background: #a48b6b;
  color: #ffffff;
  border: none;
  padding: 0.7rem 1.5rem;
  margin: 0;
  position: relative;
  display: inline-block;
}
.button {
  pointer-events: auto;
  cursor: pointer;
  background: #a48b6b;
  color: #ffffff;
  border: none;
  padding: 0.8rem 1.5rem;
  margin: 0;
  position: relative;
  display: inline-block;
}
.button1::before,
.button1::after,
.button::before,
.button::after {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
}
@font-face {
  font-family: Lato_regular;
  src: url(../fonts/Lato/Lato-Regular.ttf);
}
.button--pan {
  font-family: Lato_regular;
  border: 1px solid #d1d1d1;
  border-radius: 1.2rem;
  overflow: hidden;
  color: #304846;
}
.button--pan1 {
  font-family: Lato_regular;
  border: 1px solid #d1d1d1;
  border-radius: 1.5rem;
  overflow: hidden;
  color: #ffffff;
}
.button--pan span,
.button--pan1 span {
  position: relative;
  /* mix-blend-mode: difference; */
}

.button--pan::before {
  content: "";
  background: #ffffff;
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.button--pan1::before {
  content: "";
  background: #1b6a63;
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.button--pan:hover::before,
.button--pan1:hover::before {
  transform: translate3d(0, -100%, 0);
}
.cardpading {
  padding: 0.8rem;
}
.padnone {
  padding: 0 !important;
}
.table td {
  font-family: Lato_regular;
}
.cardborder {
  border: 1px solid #e7e7e7 !important;
  border-radius: 15px !important;
  background-color: #f5f5f5 !important;
}
.link {
  color: #304846 !important;
  text-decoration: underline;
}
.yellowup {
  background-color: #fee089;
  border: 1px solid #fdb322;
  padding: 10px;
  color: #304846;
}
.fontpara {
  font-size: 16px;
}
.detrow {
  margin-top: 1.8rem !important;
}
.bluepara {
  font-family: Lato_regular;
  margin-top: 1.7rem;
  background-color: #d1f6ee;
}
.cardborder {
  background-color: #ffffff !important;
}
@media screen and (max-width: 767.98px) {
  .dashboard_content .card-body {
    padding: 15px !important;
  }
}
.mobile-dashboard .menu_dashboard {
  font-family: "Lato_regular" !important;
}
.show > .btn-secondary.dropdown-toggle {
  background-color: #a48b6b !important;
}

.select-data-btn,
.select-data-btn:hover {
  background-color: #a48b6b !important;
}
#cartcontainer,#createaddress,#vieworder,#ordertrack{
        font-family:Lato_regular ;
}

.abt_card:hover p, .abt_card:hover .abt_card_title {
    color: #fff;
}

.abt_cont h2.sec-title{
    font-weight: 800;
    line-height: 60px;
    margin-bottom: 15px;
    color: #304846;
    font-size: 45px;
    font-family: "Lato", sans-serif;
}
.abt_ban_sec{
    background-image: url(../../../storage/banner/banner.jpg#id=1315);
    height: 75vh;
    position: relative;
    bottom: 65px;
}
.abt_cont {
    position: absolute;
    top: 26%;
}
.abt_us{
    padding-bottom: 60px;
}
p {
    color: #304846;
    font-family: "Lato", sans-serif;
    
}
/* faq page section starts */
.result-main-sec .banner-content {
  position: absolute;
  top: 5%;
  left: 5%;
}   
.result-main-sec .banner-para {
  font-size: 22px;
  font-family: var(--primary-family);
  color: var(--primary-color);
  line-height: 34px;
}
.faq-titles {
  font-weight: 700;
  font-size: 22px;
  color: var(--primary-color);
  font-family: var(--secondary-family);
}
.faq-card-whole {
  border: none !important;
  border-color: transparent !important;
  background-color: transparent !important;
}
.faq-bg-section {
  /*   padding: 26px 35px; */
  border-radius: 15px;
  margin-bottom: 60px;
  position: relative;
}

.faq-bg-head {
  font-weight: 700;
  font-size: 34px;
  line-height: 44px;
  color: var(--primary-color);
  font-family: var(--primary-family);
  margin-bottom: 16px;
}

.faq-bg-para {
  margin-bottom: 30px;
  width: 90%;
}

.faq-content {
  position: absolute;
  top: 9%;
  left: 2%;
}

.faq-bg-section a {
  width: 65%;
}

#categories-container .category-div h4 {
  font-weight: 700;
  font-size: 22px;
  color: var(--primary-color);
  font-family: var(--secondary-family);
  border: none;
  text-align: left;
  background: none;
}
#categories-container button {
  font-weight: 600 !important;
  font-family: var(--primary-family);
  background-color: transparent !important;
  color: var(--primary-color) !important;
  font-size: 17px !important;
}
#categories-container .font-body{
     font-family: var(--primary-family);
        color: var(--primary-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}
@media (max-width: 768px) {
  .faq-section .accordion .accordion-item .accordion-button {
    font-size: 14px !important;
    padding: 14px 6px 14px 0px !important;
  }

  .faq-titles {
    font-size: 19px;
  }

  .banner-para {
    font-size: 17px;
    line-height: 25px;
  }

  .faq-bg-section {
    margin-bottom: 20px;
  }
}

@media (min-width: 991px) and (max-width: 1400px) {
  .faq-content {
    position: absolute;
    top: 10%;
    left: 2%;
  }

  .faq-bg-head {
    font-weight: 700;
    font-size: 26px;
    line-height: 28px;
    color: var(--primary-color);
    font-family: var(--primary-family);
    margin-bottom: 5px;
  }
}

/* faq page ends */
@media (max-width:768px){
    .abt_cont h2.sec-title {
            line-height: 50px !important;
        font-size: 38px !important;}
        .abt_ban_sec {
    bottom: 15px;
}
}
@media (min-width:1700px){
    .abt_ban_sec{
             background-repeat: no-repeat !important;
        background-size: cover !important;}   
}
.discount-percent{
  border-radius: 20px;
  padding: 5px;
  position: absolute;
  top: 2%;
  background: #D58B15;
  color: #fff;
  border: 1px solid #D58B15;
  font-size: 14px;
}
.discount-percentage{
  border-radius: 20px;
  padding: 5px;
  top: 2%;
  background: #D58B15;
  color: #fff;
  border: 1px solid #D58B15;
  font-size: 14px;
}