*,
html,
body {
  scroll-behavior: smooth;
}

.error-text {
  margin: 0 0 20px !important;
}
.error-message {
  display: block;
  /* float: left;
    margin-top: 0.25rem; */
  color: #e74c3c;
  width: 100%;
  text-align: left;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-10 {
  margin-top: 6rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.desk-ml-3rem {
  margin-left: 3rem;
}
#divPasswordShow {
  position: relative;
}
.text-dark {
  color: #545454 !important;
}
.border-0 {
  border: 0 !important;
}
.social-icon i {
  height: 36px;
  width: 36px;
  border: 1px solid #cdcdcd;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/* umesh custom css  */
.footer-bottom a {
  color: inherit !important;
}
.blend-img {
  mix-blend-mode: multiply;
  filter: brightness(1);
}
.align-items-center {
  align-items: center;
}
.dflex {
  display: flex;
  align-items: center;
}
.custom-box {
  border: 3px solid transparent;
  padding: 20px 28px;
  height: 160px !important;
  background: #f2f2f2 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 5rem !important;
}
.title-1 {
  font-size: 40px !important;
  color: #333 !important;
  font-weight: unset !important;
  letter-spacing: 0.3px;
}
.sub-title {
  font-size: 16px;
  letter-spacing: 0.3px;
}
.section-footer-space {
  padding: 20px 0 !important;
}
.ls-1 {
  letter-spacing: 0.7px;
}
.section-space {
  padding: 80px 0 !important;
}
.custom-btn {
  padding: 1rem 3rem;
  border-radius: 0px;
  outline: none;
  border: none;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(41deg, #ff6a00, #ffb900);
  box-shadow: 2px 2px 4px #cdcdcd;
  transition: all ease-in 0.2s;
  
}
.w-200{
  width: 200px !important;
}
.custom-btn:hover {
  box-shadow: none;
}
.navbar {
  box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0.1) !important;
  background: #fff !important;
}

.sell_feature_item {
  background-color: #fff !important;
  /* box-shadow: 3px 7px 13px #cdcdcd !important; */
  column-gap: 1rem !important ;
  padding: 2rem !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 240px !important;
  transition: all 0.2s ease-in-out;
}
.sell_feature_item:hover {
  border-color: transparent !important;
  /* border-left: 3px solid #f98564 !important; */
  /* box-shadow: 0px 1px 2px #cdcdcd !important; */
  background: #fff !important;
  transform: scale(1.1);
}
.sell_feature_item img {
  /* background:linear-gradient(41deg,#ff6a00,#ffb900);
  border-radius: 33%;
  box-shadow: 0 9px 20px -5px #ff327c; */
  display: grid;
  height: 80px;
  margin: 1rem auto;
  padding: 15px 0;
  place-items: center;
  text-align: center;
  width: 80px;
}
.d-flex {
  display: flex !important;
}
.justify-content-end {
  justify-content: end !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.no-outline {
  outline: none !important;
}

.mt-3 {
  margin-top: 3rem !important;
}
.title-2 {
  text-transform: capitalize !important;
  font-size: 20px !important;
  font-weight: 500 !important;
}

.w-100 {
  width: 100% !important;
}
/* .sale-item {
  
  min-height: 100px !important; 
} */
.social-widgets .tab-icon {
  top: 170px !important;
}
.select-category {
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  background: #eee;
  display: table-cell;
  width: 160px;
  position: relative;
  z-index: 1;
}
.select-style {
  border: none;
  background-color: transparent;
  padding: 5px 10px;
  cursor: pointer;
}

.set-logo {
  width: 202px;
  height: 70px;
  object-fit: contain;
}
.main-search .search .select_category{
  width: 120px !important;
}

.d-inline-flex{
  display: inline flex !important;
  justify-content: center !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none !important;
}

.hero-select .select2-container--default .select2-selection--single {
  background-color: #eee;
  border: none !important ;
  border-radius: 4px;
  margin-left: 1rem !important;
  width: 100% !important;
}
.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus-visible {
  outline: none !important;
}
.search-wrap .select2-container--default .select2-selection--single {
  border-radius: 0 !important;
  border: 1px solid #ccc;
}
.search-wrap .select2-container .select2-selection--single {
  height: 34px !important;
}
.search-wrap
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 30px !important;
}
/* .lazy.lazy-loaded img {
  height: 260px;
  width: 240px;
} */
.hero-select .select2-container {
  width: 100% !important;
}
.hero-select .select2-container--open .select2-dropdown--below {
  width: 160px !important;
}
.modal-bg {
  width: 850px;
  /* background-image: url("https://demo.smartaddons.com/templates/html/market/image/demo/cms/newletter-bg.jpg"); */
}
.place-modal .close {
  position: absolute;
  right: 2%;
  top: -2%;
}
.text-truncate {
  overflow: hidden;
  -webkit-line-clamp: 1;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
}
.icons-social .icon-color.fa-instagram {
  background: #f82e56;
  border-color: #f82e56;
  color: #fff;
}
.icons-social a:hover .icon-color.fa-instagram {
  background: #f82e56;
}
.thumbnail img {
  height: 177px;
  width: 100%;
  object-fit: cover;
}
.large-image {
  height: 400px;
}
.large-image img.product-image-zoom {
  height: 100%;
}
.fixed-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.bg-white {
  background-color: #fff;
}
.bg-offwhite {
  background-color: #f9fbfd !important;
}
.coming_soon_bg {
  background-size: 100vw 100vh;
  background-image: url(../../../image/demo/bg/Bkg.png);
  /* background-image: url(https://img.freepik.com/free-vector/grunge-watercolor-background-using-pastel-colours_1048-6530.jpg?w=740&t=st=1697192638~exp=1697193238~hmac=14c73e2edf91e2513ef60e211a16b50456c72d81106bcbe9eb502096c8ac0279); */
  background-repeat: no-repeat;
}
.cs-nav {
  min-height: 100px !important;
}
.d-grid {
  display: grid !important;
}
.place-items-center {
  place-items: center !important;
}
.gradient-text {
  font-size: 30px;
  background: -webkit-linear-gradient(#ff8f00, #ff288f, #9255ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  letter-spacing: 0.6px;
  position: absolute;
  top: 0;
}
.pos-relative {
  position: relative !important;
}
.top-0 {
  top: 0 !important;
}
.custom-input {
  border-radius: 20px 0 0 20px !important;
  height: 36px;
  /* border-image: linear-gradient(to right, #ff8f00, #ff288f) 1; */
}
.border-gradient {
  border-image: linear-gradient(to right, #ff8f00, #ff288f) 1;
}

.btn-radius,
.btn-radius:hover {
  border-radius: 0 20px 20px 0 !important;
  background-image: linear-gradient(
    to right,
    #ff8f00 0%,
    #ff288f 51%,
    #9255ff 100%
  ) !important;
  border-image: linear-gradient(to right, #ff8f00, #ff288f) 1 !important;
}
.btn-radius:focus {
  outline: unset !important;
}
.centered-image .row .cs-text img {
  width: 50%;
}
.hero-section {
  height: 100vh;
  display: grid;
  place-items: center;
}
.section-center {
  height: 80vh;
  display: grid;
  place-items: center;
}
.bg-gray-2 {
  background-color: #f4f4f4 !important;
}
.bg-gray-light {
  background-color: #f9f9f9 !important;
}
.step-img {
  width: 50px !important;
  /* mix-blend-mode: multiply; */
}
.step-item-wrap {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 4rem;
}
.step-item {
  /* background: #f4f4f4; */
  padding: 3rem 6rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 0%;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.step-item:hover {
  border-left: 3px solid #f98564;
}
.text-white {
  color: #fff !important;
}
.get-register {
  background-image: url(https://hitpublish.com/wp-content/uploads/2021/10/thrivecart-review.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.tab-body {
  border: unset !important;
}
.tab-item {
  border-bottom: unset !important;
}
.cat-wrapper .container .nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #ff7400 !important;
  font-size: 20px !important;
  border-bottom: 2px solid #ff7400 !important;
  background-color: inherit !important;
  border-radius: 0 !important;
}

.cat-wrapper .container .nav-pills > li > a {
  color: inherit !important;
  font-size: 20px !important;
}
.cat-wrapper .container .nav-pills > li + li {
  margin-left: 0 !important;
}
.cat-wrapper .container .nav > li > a:focus,
.nav > li > a:hover {
  background-color: unset !important;
}
.cat-wrapper .container .owl2-carousel .owl2-stage-outer {
  height: inherit !important;
}
.adjust {
  width: 100%;
  margin-top: 3.5rem;
}
.text-inherit {
  color: inherit !important;
}
.style-none li {
  list-style: none !important;
}
.align-end {
  display: flex !important;
  justify-content: end !important;
}
.sb_info {
  /* box-shadow: 2px 2px 6px #cdcdcd; */
  /* padding: 1rem 3rem; */
}
.sb_form {
  box-shadow: 1px 3px 4px #cdcdcd;
  padding: 2rem;
}
.sb_info .sb_info_in {
  padding: 1rem 2rem;
  border-radius: 0 0 1rem 1rem;
  /* box-shadow: 1px 5px 12px #cdcdcd; */
}
.sb_info .sb_info_in ol li {
  /* content: "✔";
  color: green;
  font-size: 15px;
  font-weight: 500; */
  list-style-type: square;
  /* display: inline-block; */
}
.sb_info .sb_info_not_in ol li {
  /* content: "X";
  color: #ff0000;
  font-size: 13px;
  font-weight: 700;
  margin: 0.5rem; */
  list-style-type: square;
  /* display: inline-block; */
}
.sb_info ol li {
  margin-bottom: 1rem !important;
}
.sb_info .sb_info_not_in {
  letter-spacing: 0.4px;
  padding: 3rem 3rem;
}
.text-oneline-truncate {
  overflow: hidden;
  -webkit-line-clamp: 1;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
}
.responsive-slider .slick-track {
  margin-left: unset;
  margin-right: unset;
}
.responsive-slider .custom-prev-arrow {
  right: 25px;
  top: -30px;
}

.responsive-slider .custom-next-arrow {
  right: 0px;
  top: -30px;
}
.responsive-slider .custom-prev-arrow,
.responsive-slider .custom-next-arrow {
  position: absolute;
  width: 20px;
  height: 27px;
  border: 1px solid #ddd;
  transition: all 0.2s ease-in-out 0s;
}
.responsive-slider .custom-next-arrow:hover,
.responsive-slider .custom-prev-arrow:hover {
  background-color: #f4a137;
  color: #fff;
  border-color: #f4a137;
}
.responsive-slider .custom-next-arrow .fa-angle-right,
.responsive-slider .custom-prev-arrow .fa-angle-left {
  display: block;
}
.store_img_box {
  height: 300px !important;
}
.store_img_box .store_img {
  height: 150px !important;
}
.store_img_box .store_img img {
  mix-blend-mode: multiply;
  height: 100% !important;
}
.custom-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 1px 6px #cdcdcd;
  z-index: 99;
}
.header-center {
  padding : 15px 0 !important;
}
.full-body{
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100vh;
}
.flex-1{
  flex: 1;
}
.center-align{
  display: grid;
  place-items: center;
}
/* mobile devices */
@media (max-width: 480px) {
  .center-align{
    display: grid;
    place-items: end;
  }
  .dflex {
    /* display: flex; */
    flex-direction: column-reverse;
  }
  .dflex-m {
    display: flex;
    align-items: center;
  }
  .mfp-container:before {
    display: unset !important;
  }
  .w-100 {
    width: 100% !important;
  }
  .d-block {
    display: block !important;
  }
  .d-mob-none {
    display: none !important;
  }
  .modal-bg {
    width: 100% !important;
    margin: 0;
    top: 25%;
  }
  .mp-0 {
    padding: 0 !important;
  }
  .lazy.lazy-loaded img {
    width: 100% !important;
    height: 100% !important;
  }
  .mov-txt {
    font-size: 14px;
    padding: 0 3rem;
  }
  .gradient-text {
    position: relative !important;
    font-size: 10px;
  }
  /* .coming_soon_bg {
    background-image: unset !important;
  } */
  .px-5-mob {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .step-item-wrap {
    row-gap: 3rem;
  }
  .step-item-wrap {
    grid-template-columns: 1fr;
  }
  .mob-align {
    display: flex !important;
    align-items: center !important;
  }
  .mob-align-center {
    justify-content: center !important;
  }
  .mob-mt-0 {
    margin-top: 0 !important;
  }
  .mob-pad {
    padding: 5px !important;
    width: 110px !important;
  }
  .cs-nav {
    min-height: 90px !important;
  }
  .title-1 {
    font-size: 26px !important;
  }
  .flex-mob-col {
    flex-direction: column !important;
  }
  .pm-4 {
    padding: 1rem !important;
  }
  .d-m-grid {
    display: grid !important;
    place-items: center !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
  .flex-xs-col-reverse {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
  .flex-xs-col {
    flex-direction: column !important;
  }
  .sell_feature_item {
    height: 260px !important;
  }
  .sell_feature_item:hover {
    transform: unset !important;
  }
  .yt-content-slider-1 .owl2-stage-outer .owl2-stage {
    width: inherit !important;
  }
  .yt-content-slider-1 .owl2-stage-outer .owl2-stage .active {
    width: 100% !important;
  }
}
.loader {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(../../../image/theme/lazy-loader.gif) center no-repeat;
}
/* tablet devices */
@media (min-width: 768px) and (max-width: 1024px) {
  .lazy.lazy-loaded img {
    width: 300px !important;
    height: 300px !important;
  }
  .d-mob-none {
    display: none !important;
  }
}

/* medium */
@media only screen and (max-width: 600px) {
}
