.tp_bar {
  padding: 10px 5px;

  border-radius: 5px;
}

.tp_bar .stff_txt {
  color: #404061;

  font-size: 25px;
}

/*.rd-txt{*/

/*    color: #E10D0D;*/

/*    font-size: 16px;*/

/*    font-weight: 400;*/

/*}*/

.tp_bar .tp_bar_frm form {
  display: flex;

  justify-content: space-between;

  /*align-items: center;*/

  border: 2px solid #ccc;

  border-radius: 10px;

  margin: 3rem 0 2rem 0;
}

.tp_bar .form-group .form-control {
  border: none;

  box-shadow: none !important;

  background-color: transparent;

  font-size: 12px;
}

.tp_bar .form-group .form-control::-webkit-input-placeholder {
  /* Edge */

  color: #6666;

  font-weight: 500;
}

.tp_bar .form-group .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */

  color: #6666;

  font-weight: 500;
}

.tp_bar .form-group .form-control::placeholder {
  color: #6666;

  font-weight: 500;
}

.tp_bar .form-group {
  width: 20%;

  padding: 0 5px;

  border-right: 2px solid #ccc;

  margin-bottom: 0;
}

.tp_bar .form-group.borderr {
  border-right: 2px solid #ccc;

  height: auto;
}

.tp_bar .form-group:nth-last-child(1) {
  width: 10%;
}

.tp_bar .form-group:hover {
  background-color: rgb(245, 245, 245);
}

.tp_bar .form-group:last-of-type {
  border: none;

  background-color: transparent !important;
}

.tp_bar .form-group span.label {
  color: #000;

  margin-left: 2.2rem;

  font-weight: bold;

  font-size: 14px;

  display: inline-block;

  position: relative;

  top: 0px;

  margin-bottom: 0 !important;
}

.tp_bar .menu_lst li {
  list-style-type: none;

  display: inline-block;

  margin-right: 10px;
}

.tp_bar .menu_lst li a {
  display: inline-block;

  color: #000;
}

.product-view-innr {
  display: flex;

  padding: 10px;

  background-color: #fff;

  border: 1px solid #eee;

  border-radius: 10px;

  margin: 1rem 0;

  transition: 0.2s;
}

.product-view-innr:hover {
  border-color: #f37321;

  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.15);
}

.product-view-innr .product-view-innr-img {
  margin-right: 20px;
}

.product-view-innr .product-view-innr-img img {
  border-radius: 10px;

  margin-bottom: 10px;

  max-width: 100%;

  width: 200px;
}

.product-view-innr .product-view-innr-content h4 {
  color: #01b113;

  font-size: 22px;

  margin-bottom: 10px;
}

.product-view-innr-content p {
  color: #666;
}

.product-view-innr-content p span {
  margin-right: 10px;

  font-size: 16px;

  color: #000;

  font-weight: 500;
}

.product-view-innr-content p span img {
  margin-right: 10px;
}

.product-view-innr-content p span.addr {
  width: 300px;

  overflow: hidden;

  display: -webkit-box;

  -webkit-line-clamp: 3;

  -webkit-box-orient: vertical;

  width: 100%;
}

.product-view-innr-content p span i {
  color: #f37321;
}

.grid-view .product-view-innr {
  display: block;
}

.grid-view .product-view-innr .product-view-innr-img {
  text-align: center;

  margin-right: 0px;
}

.countcartitem {
  right: 7px !important;

  font-size: 10px;

  height: 16px;

  width: 16px;

  background-color: #b95b09;

  text-align: center;

  line-height: 16px;

  border-radius: 25px;

  color: #fff;

  display: inline-block !important;

  position: relative;

  top: -10px;

  display: none !important;
}

.rounded_bx.category img {
  background-color: transparent !important;

  border-radius: 50%;

  width: 100%;

  object-fit: inherit !important;

  height: 150px !important;

  width: 150px !important;

  margin-bottom: 3rem;
  border: 1px solid #ccc !important;
}

.rounded_bx.category {
  border-radius: 50% !important;

  border: none !important;
}

.header-search.hs-expanded {
  /*max-width: 69.2rem;*/

  margin: 0 0;

  display: flex;
}

.header-search.hs-expanded .input-wrapper {
  width: 90%;
  justify-content: space-between;
}
.search_postion{
  position: relative;
  width: 100%;
}
.dropdown-suggestions {
  position: absolute;
  z-index: 1000;
  width: 100%;
  top: 40px;
  border-radius: 5px;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #ddd;
  background-color: #fff;
  display: none;
}

.dropdown-suggestions .suggestion-item {
  padding: 10px;
  cursor: pointer;
}

.dropdown-suggestions .suggestion-item:hover {
  background-color: #f0f0f0;
}
.category-ellipse .category-media {
  box-shadow: none !important;
}

.sticky-content-wrapper .header-bottom {
  box-shadow: none !important;

  border-bottom: 1px solid #eee;

  z-index: 9;
}

.header-search input.form-control,
.header-search.hs-expanded .select-box {
  border: none !important;

  border: 1px solid #e5e5e5 !important;

  border-radius: 0;
}

.header-search.hs-expanded .btn.btnCustom {
  margin-left: 5px;
}

.header-search.hs-expanded .select-box {
  min-width: 30%;

  border-radius: 0 5px 5px 0;
}

.header-search.hs-expanded input.form-control {
  border-radius: 5px 0 0 5px;
}

.header-search.hs-expanded input.form-control:focus {
  box-shadow: none;
}

.category-menu li .megamenu {
  width: 100vh;

  box-shadow: none !important;

  background-color: #eeeeee;

  height: 100%;
}

.vertical-menu > li {
  border-left: 4px solid transparent;
}

.vertical-menu > li:hover {
  background-color: #eee;

  border-color: #f47321;

  color: #000;
}

.product-single .product-categories,
.product-single .product-sku {
  line-height: 25px;
}

.select2-container--classic .select2-selection--multiple {
  border: none !important;

  background-color: transparent !important;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: transparent !important;

  border: none !important;

  padding: 0;

  margin-right: 0;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice:nth-first-child(1) {
  margin-top: 15px !important;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  background-color: transparent !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding-left: 8px;
}

.select2-container--classic .select2-selection--single {
  background-color: none !important;

  border: none !important;

  background-image: linear-gradient(
    to bottom,
    #fff4f400 50%,
    #eee0 100%
  ) !important;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: transparent !important;

  background-image: none !important;

  border: none !important;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: none !important;
}

.select2-container--classic .select2-selection--single {
  background-color: transparent !important;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  height: auto;

  /*overflow-y: auto!important;*/

  /*width: 100%;*/

  /*min-height: 100%;*/
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered::-webkit-scrollbar-track {
  background-color: transparent#eee;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered::-webkit-scrollbar {
  width: 0px !important;

  background-color: #f47321 !important;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered::-webkit-scrollbar-thumb {
  background-color: transparent !important;
}

/*.tp_bar .form-group input.form-control{*/

/*    height: 100%;*/

/*}*/

.category-menu .megamenu li .subCate {
  width: 33.33%;

  border: none !important;

  display: inline-block;
  vertical-align: top;
}

img.img-100 {
  height: 100px;

  width: 100px;

  border: 1px solid #f47321;

  object-fit: cover;

  border-radius: 50px;
}

.prfl_frm .form-group .form-control,
.prfl_frm .form-group textarea.form-control {
  border-bottom: 1.5px solid #ccc;
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 15px !important;
  resize: none;
  color: #495057 !important;
  font-size: 15px;
  padding-bottom: 10px;
}
.prfl_frm .form-group .form-control:hover,
.prfl_frm .form-group textarea.form-control:hover {
  border-color: #f47321;
}

.prfl_frm .form-group .form-control:focus {
  box-shadow: none;
}

.prfl_frm .form-group textarea.form-control {
  border-radius: 0px;
}

.icon-box.text-center .icon-box-icon {
  color: #333;
}

.allBorderother {
  transition: 0.3s;
}

.allBorderother:hover .icon-box-icon {
  color: #f47321;
}

.btn.btn-block {
  border-radius: 50px;
}

.btn.btn-block:hover {
  background-color: #f47321;

  color: #fff;

  border-color: #f47321;
}

.seller .allBorderother {
  background-color: rgb(236 114 9 / 20%);
}

.bids-prdct {
  /*height: 400px;*/

  min-height: 100%;
}

.bids-prdct figure {
  text-align: center;
}

.bids-prdct img {
  height: 200px;

  width: 200px;

  border-radius: 10px;
}

.table td .img-responsive.w-25 {
  height: 50px !important;

  width: 50px !important;

  border-radius: 50px;

  border: 1px solid #eb7208;
}

.lightbgColor hr {
  border-color: #eb7208 !important;
}

.pop-modal .modal-content {
  border: none;
}

.pop-modal .modal-content .modal-body {
  padding: 0;
}

.pop-modal .modal-content .close {
  font-size: 3rem;
}

.new-menu.dropdown > a::after {
  display: none;
}

.dropdown a {
  color: #333333 !important;

  font-weight: 400;
}

.vertical-menu > .has-submenu > a::after {
  opacity: 0;
}

.dropdown-menu {
  border: none;

  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);

  border-radius: 3px;

  min-width: 160px;

  z-index: 99999;

  background-color: #fff;
}

.new-menu .dropdown-menu .dropdown-item {
  background-color: transparent !important;

  font-size: 15px;
}

.new-menu.dropdown:hover .dropdown-menu {
  animation: swip_up 0.3s linear 1;

  display: block;
}

@keyframes swip_up {
  from {
    transform: translate(0, 20px);

    opacity: 0;
  }

  to {
    transform: translate(0, 0);

    opacity: 1;
  }
}

.banner-content {
  width: 380px;
}

.page-header {
  background-image: none !important;

  background-color: transparent !important;

  padding: 0 !important;

  height: 10rem;
}

.page-header .container {
  padding-top: 0 !important;

  padding-bottom: 0 !important;
}

.page-content.pt-5 {
  padding: 0 !important;
}

.container.pt-5.pb-5.pull-center.text-center h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 !important;
}

.banner-content h3,
.banner-content p {
  color: #147821 !important;
}

/*.banner-content a{*/

/*    background-color: #147821;*/

/*    border-color: #147821;*/

/*}*/

.banner-content a.btn-dark {
  position: relative;

  top: 20px;

  border-radius: 0 !important;

  color: #147821;

  -webkit-box-shadow: #147821 0 0 0 0 inset;

  box-shadow: #147821 0 0 0 0 inset;

  background-color: transparent;

  -webkit-transition-duration: 0.2s;

  -webkit-transition-timing-function: linear;

  cursor: pointer;

  border: 1px solid #147821 !important;

  padding: 12px 30px !important;

  text-transform: capitalize !important;
}

.banner-content a.btn-dark:hover {
  -webkit-box-shadow: 0 0 0 25px #147821 inset;

  box-shadow: 0 0 0 25px #147821 inset;

  -webkit-transform: scale(1);

  color: #fff !important;

  cursor: pointer;
}

.product-price .new-price {
  text-transform: uppercase !important;
}

.cart .card-header a::after {
  display: none;
}

.accordion .card-body p {
  padding: 10px;
}

.grey-section {
  background-color: transparent;
}

.product-wrapper {
  border: 1px solid #ccc;

  padding: 10px;
}

.product-wrapper .product .product-media img {
  border: 1px solid transparent;

  height: 200px;

  object-fit: cover;
}

.product-wrapper .product .product-media img:hover {
  border-color: #ccc;
}

.swiper-slide.icon-box,
.swiper-slide.banner,
.product.product-single .swiper-slide {
  border-color: transparent !important;
}

.product-media img.imgSizeFix,
.swiper-slide img.imgSizeFix {
  border: 0px solid transparent !important;

  background-color: transparent !important;
}

.product.text-center.mb-3 {
  border: 1px solid transparent;
  width: 100% !important;
}

.swiper-slide {
  /* border: 1px solid transparent; */

  padding: 10px;
}

.grey-section .swiper-slide {
  border: none !important;
}

.product.text-center.mb-3:hover,
.swiper-slide:hover {
  border-color: #ccc;
}

.container.pt-5.pb-5.pull-center.text-center {
  text-align: left !important;
}

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

@media screen and (max-width: 575px) {
  .mobile-menu-container {
    background-color: #fff;

    padding: 2rem 0rem;
  }

  .mobile-menu-container .mble-prfl {
    text-align: center;
  }

  .mobile-menu-container .mobile-menu {
    background-color: #fff;
  }

  .mobile-menu-container .input-wrapper .form-control {
    border: 1px solid #333 !important;

    border-right-color: transparent !important;
  }

  .mobile-menu-container .input-wrapper .btn-search {
    border: 1px solid #333 !important;

    color: #333 !important;
  }

  .mobile-menu > li:not(:last-child) {
    border-color: #333;
  }

  .mobile-menu-container .mobile-menu a {
    color: #333;

    font-size: 15px;
  }

  .mobile-menu-container p.w-100 {
    text-align: center;
  }

  .mobile-menu-container p.w-100 img {
    width: 60px !important;

    height: 60px !important;
  }

  .mobile-menu-container p.w-100 span {
    display: block;
  }

  .banner .banner-content {
    display: none;
  }

  .intro-section .banner-media img {
    min-height: 120px !important;
  }

  .logo img {
    margin-left: 20px;
  }

  .label-down.mr-2 {
    margin-right: 5px !important;
  }

  .countcartitem {
    display: none !important;
  }

  body.home.loaded.mmenu-active {
    overflow-x: hidden !important;
  }

  .page-header {
    height: 9rem;
  }

  .page-title {
    font-size: 2rem;
  }

  .product-meta,
  .toprateddiv {
    width: 100% !important;
  }

  .product.product-single.row .ml-5.mt-3.mb-3 {
    margin: 1.5rem 0 !important;
  }

  .ratings-container {
    justify-content: space-between;
  }

  .product-media img {
    height: 150px;

    object-fit: cover;
  }

  .toolbox-right {
    margin-right: auto;
  }
}
