body {
  font-family: "Titillium Web", sans-serif !important;
}

.grid-padding {
  margin-bottom: 15px;
}

.grid-margin-btm {
  margin-bottom: 3px;
}

.grid-margin-btm-md {
  margin-bottom: 5px;
}

.grid-margin-btm-lg {
  margin-bottom: 10px;
}

.grid-margin-top-sm {
  margin-top: 3px;
}

.grid-margin-top-md {
  margin-top: 5px;
}

.grid-margin-top-lg {
  margin-top: 10px;
}

.grid-margin-top-xs {
  margin-top: 15px;
}

.sm-padding {
  padding: 3px 5px;
}

.md-padding {
  padding: 7px;
}

.lg-padding {
  padding: 10px;
}

.row.header {
  margin-top: 10px;
}

.nav-margin-top {
  margin-top: 50px;
}

.brand-logo {
  padding: 2px 0 0 15px;
}

.capchabox {
  /* margin-left: -330px; */
}

.capchabox2 {
  /* margin-left: -250px; */
}

.buy-now-feat {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 2px;
}

.no-buy-now-feat {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 2px;
}

.outbid {
  background-color: #ffff00;
  border-color: #ebccd1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 10px;
}

.section-header {
  color: #337ab7;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.section-header h2 {
  font-size: 20px;
  font-weight: 700;
}

.browse-header {
  color: #00d7b3;
  background-color: white;
  /*text-transform: uppercase;*/
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 10px 10px;
  border-left: 5px solid #00d7b3;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.browse-header h2 {
  font-size: 22px;
  font-weight: 700;
  color: #2b373a;
}

/* adjust forms in register, front page login */
.register-date select {
  width: 49%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 2px;
}

.timezone select,
.auctiontype select,
.duration select,
.catsearch select,
.locationsearch select,
.relist select {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-block;
}

.register-date select.missing {
  border-color: #a94442;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.or {
  background: #fe980f none repeat scroll 0% 0%;
  border-radius: 40px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  margin-top: 75px;
  text-align: center;
  width: 50px;
}

.item-ads-grid {
  padding: 10px;
  background-color: #fff;
  overflow: hidden !important;
  position: relative;
}

.item-img-grid img {
  height: 150px;
  text-align: center;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.block-title {
  display: block;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #999;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.featured-item {
  min-height: 220px;
  /* border: 1px solid transparent;
  border-color: #ddd; */
  margin-bottom: 10px;
  border: 1px solid #ebebeb;
  background: #fff;
}

.feat-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*.item-meta {*/
/*  border-bottom: 1px solid #ddd;*/
/*  margin-bottom: 5px;*/
/*}*/
.bid-price {
  /*color: #337ab7;*/
}

.item-title {
  padding: 5px;
  font-size: 24px;
  font-weight: 500;
}

.drop-width {
  width: 100%;
}

.main-gallery .img-responsive {
  margin-bottom: 10px;
}

#gallery .img-responsive {
  margin-bottom: 5px;
}

img.search-res {
  width: 180px;
}

.copyright {
  text-align: center;
  margin: -15px 0 5px 0;
}

/* Media Queries */
/* Extra small devices (phones, less than 768px) */
@media (max-width: 768px) {
  img.search-res {
    width: 80px;
    height: 70px;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .carousel-img {
    width: 100%;
    height: 470px !important;
  }

  img.search-res {
    width: 120px;
    height: 108px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  img.search-res {
    width: 100px;
    height: 100px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}

.mt-10 {
  margin-top: 10px;
}

.white-color {
  color: white;
}

.under_hover:hover {
  color: white !important;
  text-decoration: underline !important;
}

.mt-15 {
  margin-top: 15px;
}

.nav-lr {
  padding: 15px 30px;
}

.dropdown .dropdown-triangle {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  top: -8px;
  right: 120px;
}

.border-b {
  border-bottom: 1px solid #d5d5d5;
}

.footer-title {
  color: #000A20;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 18px;
}

.mt-20 {
  margin-top: 20px;
}

.footer-bg {
  background: #f5f5f5;
  padding: 45px;
  margin-top: 30px;
}

.mycontainer {
  width: 100% !important;
}

.copyright {
  text-align: center;
  margin: 0;
  background: #00D7B3;
  padding-top: 10px;
  color: #ffffff;
  font-weight: 700;

}

.gray-color {
  /*color: #5d5d5d !important;*/
  color: #2b373a !important;
  font-weight: 700;
  line-height: 1em;
}

.user-avatar {

  height: 25px;
  width: 25px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
}



.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 160px;
  width: 100%;
  opacity: 0;
  transition: 0.3s ease;
  background-color: #012504eb;
}

.overlay2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 180px;
  width: 100%;
  opacity: 0;
  transition: 0.3s ease;
  /* background-color: #012504eb; */
}

@media only screen and (min-width: 769px) {


  .icon {
    color: white;
    font-size: 25px;
    top: 92px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
}

.bg1 {
  background-color: #00d7b3;
  padding: 10px 12px;
  border-radius: 50%;
}

.f-10 {
  font-size: 10px;
}

.f-15 {
  font-size: 15px !important;
}

.text-caps {
  text-transform: capitalize !important;
}

.color-2 {
  color: #00d7b3;
}

.ab:hover .overlay {
  opacity: 1;
}

.ab:hover .overlay2 {
  opacity: 1;
  box-shadow: inset 0 0 40px #e9e8e8;
}

.product-price {
  padding-top: 5px;
  padding-bottom: 24px;
}

.pt-2 {
  padding-top: 2px;
}

@media only screen and (max-width: 768px) {
  .icon1 {
    color: white !important;
    font-size: 25px !important;
    top: 95px !important;
    left: 50% !important;
    position: absolute !important;
    transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    text-align: center !important;
  }

  .mob-flex {
    display: inline-flex;
  }
}

.float-right {
  float: right;
}

.section-headline {
  height: 90px;
  padding: 3px 30px;
  overflow: hidden;
}

.section-headline-wrap {
  background: url(../img/section_headline_bg_new.png) no-repeat center,
    linear-gradient(to right, #05e6aa, #1cbdf9);
  background-size: cover;
}

.mt-30 {
  margin-top: 30px;
}

.seller-icon {
  background: #2c373b;
  border-radius: 50%;
  /* padding: 35px; */
  width: 80px;

  height: 80px;
}

.f-25 {
  font-size: 20px !important;
}

.white-color {
  color: white i !important;
}

.mt-40 {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .mob-align {
    left: 38%;
  }
}

.thead-border {
  border: 1px solid #dddddd87;
}

.thead-pad {
  padding: 12px 0px;
}

.border_bottom {
  border-bottom: 1px solid #dddddd87;
}

.cart-row {
  background: white;
  padding: 10px 7px 2px 7px;
}

@media only screen and (max-width: 768px) {
  .MultiCarousel .leftLst {
    left: 30px !important;
    height: 26px;
    width: 26px;
    border: 1px solid transparent !important;
    background-color: #00d6b4;
    color: #fff;
  }

  .MultiCarousel .rightLst {
    right: 30px !important;
    height: 26px;
    width: 26px;
    border: 1px solid transparent !important;
    background-color: #00d6b4;
    color: #fff;
  }

  .table-overflow {
    overflow-x: auto;
  }

  .thead-pad {
    padding: 12px 20px;
  }

  .pro-img {
    width: 100%;
    height: 230px !important;
  }

  .light-height {
    height: 100px !important;
  }
}

.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 25%;
}

/* Add a transparency effect for thumnbail images */

.active,
.demo:hover {
  opacity: 1;
}

.light-height {
  height: 130px;
}

.mlr-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.pro-img {
  width: 100%;
  height: 430px;
}

.bg-white {
  background-color: white;
}

.border {
  border: 1px solid #dddddd3b;
}

.left-menu>li>a:focus,
.left-menu>li>a:hover {
  color: #262626;
  text-decoration: none;
  border-left: 4px solid #00d7b3;
  background-color: #f5f5f5;
}

.left-menu>li>a:active {
  color: #262626;
  text-decoration: none;
  border-left: 4px solid #00d7b3;
  background-color: #f5f5f5;
}

.left-menu>li>a {
  display: block;
  padding: 12px 16px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #5d5d5d;
  white-space: nowrap;
}

.list-style-type {
  list-style-type: none;
  margin-left: -40px;
}

.list-style-type-none {
  list-style-type: none;
}

.mySlides {
  display: none;
}

img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  /* background-color: #717171; */
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

  .prev,
  .next,
  .text {
    font-size: 11px;
  }
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px 16px;
  transition: 0.3s;
  font-size: 17px;
}

.tab button:hover {
  background-color: #00d6b4 !important;
}

.tab button:active {
  background-color: #00d6b4 !important;
  color: white;
}

.p-20 {
  padding: 20px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.p-10 {
  padding: 10px;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  width: 100%;
  margin: auto;
}

.plr-50 {
  padding-left: 50px;
  padding-right: 50px;
}

@media (max-width: 767px) {
  .plr-50 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.asterisk {
  font-size: 16px;
  color: black;
  font-weight: 800;
}

.footer-icon {
  padding-right: 10px;
  font-size: 18px;
}

.mb-20 {
  margin-bottom: 20px;
}

.profile-icon {
  font-size: 50px;
  color: #00d7b3;
  margin-bottom: 15px;
  background: white;
  border-radius: 50%;
}

#loading {
  color: #fff;
  position: absolute;
  letter-spacing: 3px;
  width: 10em;
  line-height: 2em;
  top: calc(50% - 1em);
  left: calc(50% - 5em);
  z-index: 2;
  text-align: center;
}

.loading-done {
  display: none;
}

#images {
  position: relative;
  width: 100%;
  /* left: calc(50% - 300px); */
}

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

#images img {
  display: none;

  vertical-align: bottom;
}

canvas {
  width: 100%;
  vertical-align: bottom;
  position: absolute;
}

/* nav ul{
  height: 0;
  margin: 0;
}


nav li {
  position: absolute;
  width: 25px;
  height: 25px;
  opacity: .3;
  list-style: none;
  top: calc(50% - 12px);
  z-index: 100;
  transition: opacity .3s;
}

nav li:hover{
  opacity: .7;
} */

/* .pre.after-loading{
  left: -40px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.next.after-loading{
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: -40px;
} */
.dribbble {
  background: #d90466;
  color: white;
  height: 23px;
  width: 23px;
  padding: 5px;
  margin: 5px;
  border-radius: 50%;
}

.facebook {
  background: #2433e3;
  color: white;
  height: 23px;
  width: 23px;
  padding: 6px;
  margin: 5px;
  border-radius: 50%;
}

.twitter {
  background: #06c2fa;
  color: white;
  height: 23px;
  width: 23px;
  padding: 6px;
  margin: 5px;
  border-radius: 50%;
}

.right-content {
  margin-left: 20px;
  margin-top: 10px;
}

.border-right {
  border-right: 1px solid #ddd;
}

.m-0 {
  margin: 0px !important;
}

.thumbs-up {
  background: #00d7b3;
  color: white;
  height: 30px;
  width: 30px;
  padding: 9px;
  border-radius: 50%;
}

.thumbs-down {
  background: red;
  color: white;
  height: 30px;
  width: 30px;
  padding: 9px;
  border-radius: 50%;
}

.neutral {
  background: #5d5d5d;
  color: white;
  height: 30px;
  width: 30px;
  padding: 9px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .mob-left {
    text-align: left !important;
  }
}

.pt-15 {
  padding-top: 15px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-105 {

  margin-left: 105px;
}




/*----------------------v2---------------------------------*/

.new_h2_title {
  font-size: 35px !important;
  text-align: center !important;
  color: #000A20;
  font-weight: 600;
}

.new_h2_title_bg {

  background-image: url("../../../themes/modern/img/new/title_new.png");
  background-repeat: no-repeat;

}

.new_h2_title_bg2 {

  background-image: url("../../../themes/modern/img/new/featured_auctions.png");
  background-repeat: no-repeat;

}

.new_h2_title_bg_text {


  padding: 20px 40px;
  font-weight: bold;
  text-transform: uppercase;

  font-size: 35px !important;
  text-align: left !important;
  color: #fff;

}

.new_h2_title_btn {
  padding: 30px 55px;
  text-align: right;
}

.new_cat_bg {
  background: #F5F5F5;
  border-radius: 50%;
  height: 132px;
  width: 132px;
  /* padding: 18px; */
}

.new_cat_bg:hover {
  background: #fff;
  /* border: 1px solid #00d7b3; */
  /* border-image: linear-gradient(45deg, rgb(0, 143, 104), rgb(250, 224, 66)); */
  /* border-style: solid; */
  /* border-width: 1px; */
  background-image: url("../../../themes/modern/img/new/border.png");
  /* border-image: linear-gradient(45deg, turquoise, greenyellow); */
  border-radius: 50%;
  height: 132px;
  width: 132px;
  padding: 5px;
}

.new_cat_title {
  font-size: 16px;
  font-weight: bold;
  color: #000A20;
  text-align: center;
}

.new_title_space {
  margin-top: 60px;
  /* margin-bottom: 60px; */
}

.new_content_space {
  margin-top: 50px;
  /* margin-bottom: 50px; */
}

.new_shop_by_cat_title {
  text-align: center;
  padding-top: 20px;
  color: #000A20 !important;
  font-weight: 500;
  font-size: 16px;
}




.new_inlineflex {
  display: inline-flex;
}

.new_top_nav_input_group {
  height: 45px;
}

.new_top_nav_btn_margin_right {
  margin-right: 8px;
}

.new_top_cart {
  margin-left: 15px;
  margin-top: 13px;
}

.new_logo_top {
  margin-top: 8px;
}


.new_cart {
  color: #4A556D;
  font-size: 17px;
}

span.fa.fa-angle-down {
  padding-left: 10px;
}

.dropdown.nav-lr {
  color: #182B56;
}

.dropdown.nav-lr:hover {
  color: #fff;
  font-weight: 700;
  background-color: #00D7B3;
}

.new_banner_top {
  margin-top: 30px;
}




.new_banner_pro_img {
  height: 470px;
  background: url('../../../themes/modern/img/new/banner_promotion.png') center/cover;
}

.new_banner_pro_overlay {
  /* background-image: linear-gradient(180deg, red, yellow); */
  border-image: linear-gradient(180deg, transparent, #000000db) 50%/50%;
  /* border-image:    linear-gradient(#0003, #000) 50%/50%; */
}

.new_banner_pro_cat {
  color: #fff;
  text-align: center !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  /* position: absolute;
  bottom: 50px; */
}

.new_banner_promotion_center {
  text-align: center;
}

.new_banner_pro_title {
  color: #fff;
  text-align: center !important;
  font-size: 25px;
  font-style: normal;
  line-height: 40px;
  font-weight: 800;
  text-transform: uppercase;
}

.new_banner_pro_link {
  color: #00D7B3;
  text-align: center !important;
  font-size: 16px;
  line-height: 40px;
  font-style: normal;
  font-weight: 800;
  /* text-transform: uppercase; */
  text-decoration: underline;

}

.new_banner_promotion_top {
  padding-top: 280px;
}

.btn-secondary {
  background: #182B56;
}

.btn-secondary:hover {
  background: #fff;
  color: #182B56;
}

.product-card {
  /* width: 380px; */
  position: relative;
  /* box-shadow: 0 2px 7px #dfdfdf; */
  /* margin: 50px auto; */
  background: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
  border: 1px solid #00000012;
}

.product-card:hover {
  /* width: 380px; */
  position: relative;
  /* box-shadow: 0 2px 7px #dfdfdf; */
  /* margin: 50px auto; */
  background: #F5F5F5;
  border-radius: 5px;
  margin-bottom: 15px;
  border: 1px solid transparent;
}

.product_time {
  position: absolute;
  left: 25px;
  top: 25px;
  /* text-transform: uppercase; */
  font-size: 14px;
  font-weight: 700;
  height: 30px;
  background: #ffffff;
  color: #00d7b3;
  border: 1px solid #00d7b3;
  border-radius: 5px;
  padding: 5px 11px
}

.product_eye {
  position: absolute;
  right: 25px;
  top: 25px;
  /* text-transform: uppercase; */
  font-size: 14px;
  font-weight: 700;
  height: 30px;
  width: 30px;
  background: #00d7b3;
  color: #ffffff;
  border-radius: 50%;

  padding: 5px 7px;
}

.product_eye:hover {
  position: absolute;
  right: 25px;
  top: 25px;
  /* text-transform: uppercase; */
  font-size: 14px;
  font-weight: 700;
  height: 30px;
  width: 30px;
  background: #002D71;
  color: #ffffff;
  border-radius: 50%;

  padding: 5px 7px;
}

.product-tumb {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 10px;
  height: 250px;
  padding: 0px;
  background: #F5F5F5;
}

.product-tumb:hover {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 10px;
  height: 250px;
  padding: 0px;
  background: #fff;
}

.product-tumb img {
  max-width: 100%;
  max-height: 100%;
}

.product-details {
  padding: 10px;
}

.product-catagory {
  display: block;
  font-size: 14px;
  font-weight: 700;
  /* text-transform: uppercase; */
  color: #000A20;
  margin-bottom: 5px;
}

.product_bids {
  display: block;
  font-size: 15px;
  font-weight: 700;
  /* text-transform: uppercase; */
  color: #00d7b3;
  margin: 10px 0px 10px -7px;
  position: absolute;
  text-align: right;
}

.product_icon {
  margin-left: 5px;
}

.product_price {
  color: #002D71;
  font-weight: bold;
  font-size: 15px;
}

.product-details h4 a {
  font-weight: 500;
  display: block;
  margin-bottom: 18px;
  text-transform: uppercase;
  color: #363636;
  text-decoration: none;
  transition: 0.3s;
}

.product-details h4 a:hover {
  color: #fbb72c;
}

.product-details p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 18px;
  color: #999;
}

.product-bottom-details {
  overflow: hidden;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.product-bottom-details div {
  float: left;
  width: 50%;
}

.product-price {
  font-size: 18px;
  color: #fbb72c;
  font-weight: 600;
}

.product-price small {
  font-size: 80%;
  font-weight: 400;
  text-decoration: line-through;
  display: inline-block;
  margin-right: 5px;
}

.product-links {
  text-align: right;
}

.product-links a {
  display: inline-block;
  margin-left: 5px;
  color: #e1e1e1;
  transition: 0.3s;
  font-size: 17px;
}

.product-links a:hover {
  color: #fbb72c;
}

.product_prof_name {
  color: #4A556D;
  font-size: 15px;
  font-weight: 400;
}

.product_prof_count {
  color: #00d7b3;
  font-weight: bold;
}

.product_prof_count:hover {
  color: #002D71;
  font-weight: bold;
}

.Product_profile_pic {
  width: 24px;
  height: 24px;
  margin-top: 20px;
}

.product_bottom_sec {
  display: inline-table;
}

.product_bottom_sec_top {
  margin-top: 12px;
}

.placebid_btn {
  background: #00d7b317;
  border: 1px solid #00d7b3;
  height: 30px;
  border-radius: 5px;
  font-weight: 600;
  /* width: 100px; */
  text-align: center;
  padding: 40px;
  margin-top: 17px;
  float: right;
  color: #00d7b3;
  padding: 3px 14px;
  font-size: 15px;
}

.placebid_btn:hover {
  background: #00d7b3;
  /* border: 1px solid/ #00d7b3; */
  height: 30px;
  border-radius: 5px;
  font-weight: 600;
  /* width: 100px; */
  text-align: center;
  padding: 40px;
  margin-top: 17px;
  /* float: right; */
  color: #fff;
  padding: 3px 14px;
  font-size: 15px;
}

.deal_sec {
  background-color: #f5f5f5;
  height: 500px;
  padding: 80px 50px;
}

.deal_title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 35px !important;
  text-align: left !important;
  color: #182B56;
}

.deal_subtitle {
  font-size: 24px;
  color: #182B56;
  padding: 15px 0;
}

.deal_sec_p {
  line-height: 24px;
}

.deal_sec_btn {
  margin-top: 25px;
}

.deal_sec_left {
  padding: auto 50px;
}

.deal_bids {
  /* display: block; */
  font-size: 15px;
  font-weight: 700;
  /* text-transform: uppercase; */
  color: #182b56;
  /* margin: 10px 0px 10px -7px; */
  position: absolute;
  /* text-align: right; */
  /* top: 18px; */
  right: 30px;
}

.deal_content {
  text-align: left;
  display: inline-flex;
}

.deal_product_name {
  font-size: 16px;
  color: #182B56;
  font-weight: 600;
}

.deal_product_price {
  font-size: 18px;
  color: #182B56;
  font-weight: bold;
  position: absolute;
  top: 30px;
}

.deal_time {
  background: white;
  padding: 10px 15px;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 16px;
  color: #00D7B3;
  font-weight: bold;

}

.deal_time_sec {
  margin-top: 65px;
}

.deal_profile_pic {
  width: 24px;
  height: 24px;
}

.deal_profile {
  margin-top: 30px;
}

.deal_img_bg {
  background: #ffffff;
  border-radius: 5px;
  height: 240px;
  width: 228px;
  /* padding: 30px; */
}

.deal_bg_img {

  /*height: 100%;*/
  /* width: 60%; */
  /* float: right; */
  /*background: url(../../../themes/modern/img/new/deal_bg_img.png) right;
  background-repeat: no-repeat;
  padding: 20px;*/
}

.deal_product_left {
  padding-left: 25px;
}

.deal_inner_content {
  padding: 15px;
}

.deal_product_bg {
  /*background: #efefefde;*/
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
  right: 10px;
}

.footer-icon:hover {
  color: #00D7B3;
}

.footer-li:hover {
  color: #00D7B3;
  font-weight: 600;
}


/* --------------------------slider----------------------- */

body::-webkit-scrollbar {
  display: none;
}

#slide-window {
  position: absolute;
  width: 100%;
  height: 470px;
  overflow: hidden;
  top: 0px;
  left: 0px;
}

#slides {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0px;
  padding: 0px;

  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);

  transition: all 0.66s ease;
  -webkit-transition: all 0.66s ease;

}

.slide {
  list-style: none;
  position: inherit;
  float: left;
  margin: 0;
  padding: 0;
  width: 100% !important;
  /*height: 470px;*/
  background: none !important;
  /*text-align: center;
  line-height: 0px;*/
  /*border:1px solid #000;
   background-size: cover; */
  /* background-repeat: no-repeat; */
  /* background-position: 50% 50%; */
  color: #fff;
  /*-webkit-transform: translate3d(0px, 0px, 0px);
  visibility: visible;
  -webkit-transform-style: preserve-3d;*/
}

.slide2 {
  list-style: none;
  /* position: inherit; */
  float: left;
  margin: 0;
  padding: 0;
  width: 100% !important;
  /* background: #ccc; */
  /* text-align: center; */
  /* line-height: 0px; */
  /* background-size: cover; */
  /* background-repeat: no-repeat; */
  /* background-position: 50% 50%; */
  color: #fff;
  -webkit-transform: translate3d(0px, 0px, 0px);
  visibility: visible;
  -webkit-transform-style: preserve-3d;
}

.alive {
  visibility: visible;
}

.nav3 {
  /* position: fixed;
  z-index: 9;
  top: 50%;
  cursor: pointer;
  color: #fff;
  opacity: 0.7;
  transition: all 0.66s ease;
  -webkit-transition: all 0.66s ease; */
  position: fixed;
  z-index: 9;
  top: 50%;
  background: #FFFFFF;
  width: 33px;
  height: 33px;
  padding: 10px 13px;
  border-radius: 50%;
  cursor: pointer;
  color: #4A556D;
  opacity: 1.0;
  transition: all 0.66s ease;
  -webkit-transition: all 0.66s ease;
}

.nav3:hover {
  background: #00D7B3;
  color: #fff;
}

.nav4:hover {
  background: #00D7B3;
  color: #fff;
}

.nav4 {
  /* position: fixed;
  z-index: 9;
  top: 50%;
  cursor: pointer;
  color: #fff;
  opacity: 0.7;
  transition: all 0.66s ease;
  -webkit-transition: all 0.66s ease; */
  position: fixed;
  z-index: 9;
  top: 50%;
  background: #FFFFFF;
  width: 33px;
  height: 33px;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  color: #4A556D;
  opacity: 1.0;
  transition: all 0.66s ease;
  -webkit-transition: all 0.66s ease;
}

#left {
  left: 13.1%;
}

#right {
  right: 32%;
}


#credit {
  position: fixed;
  top: 25px;
  left: 25px;
  color: #eaeaea;
  font-family: 'Courier New', Courier, monospace;
}


/* -------------------responsive------------------ */

@media (min-width: 767px) {
  .new_w-100 {
    width: 200px;
  }

  .new_form_right {
    float: right;
  }

  .new_header_form {
    border-radius: 10px;
    width: 487px !important;
    background: #fff;
    height: 45px;
    border: 1px solid rgba(0, 0, 0, 0.10);
  }
}

@media (max-width: 767px) {
  .dropdown.nav-lr:hover {
    color: #00D7B3;
    font-weight: 700;
    background-color: #fff;
  }

  .carousel-img {
    width: 100%;
    height: 200px !important;
  }

  .slide {
    list-style: none;
    position: relative;
    float: left;
    margin: 0;
    display: flex;
    padding: 0;
    width: 100% !important;
    height: 200px;
  }

  .new_header_form {
    border-radius: 10px;
    width: 100% !important;
    background: #fff;
    height: 45px;
    border: 1px solid rgba(0, 0, 0, 0.10);
  }

  .input-group {
    display: inline-flex;
    width: 100%;
    margin-top: 15px;

  }

  .nav-btns {
    margin-bottom: 10px;
  }

  /* .cat-element-top {
    margin-top: 30px;
  } */

  .new_h2_title_btn {
    padding: 30px 55px;
    text-align: center;
  }

  .new_h2_title_bg_text {
    padding: 10px 40px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px !important;
    text-align: center !important;
    color: #fff;
  }



  /* .product-bids-row {
    display: inline-flex;
  } */
  .product_bids {
    /* display: table-row-group; */
    font-size: 15px;
    font-weight: 700;
    /* text-transform: uppercase; */
    color: #00d7b3;
    margin: 7px 0px 7px 0px;
    position: relative;
    /* float: right; */
    /* right: -58px; */
    text-align: left;
  }

  .Product_profile_pic {
    width: 24px;
    height: 24px;
    margin-top: 5px;
  }

  .placebid_btn {
    background: #00d7b317;
    border: 1px solid #00d7b3;
    height: 30px;
    border-radius: 5px;
    font-weight: 600;
    /* width: 100px; */
    text-align: center;
    padding: 40px;
    margin-top: 17px;
    float: left;
    color: #00d7b3;
    padding: 3px 14px;
    font-size: 15px;
  }

  .deal_sec {
    background-color: #f5f5f5;
    height: auto;
    padding: 0px 10px 40px;
  }

  .deal_img_bg {
    background: #ffffff;
    border-radius: 5px;
    height: auto;
    width: 100%;
    padding: 0px;
  }

  .deal_product_bg {
    /*background: #efefefde;*/
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
    right: 0px;
    position: relative;
    top: 35px;
  }

  .deal_sec_btn {
    margin-top: 15px;
    margin-bottom: 8px;
  }

  .deal_bg_img {
    height: 100%;
    /* width: 60%; */
    /* float: right; */
    background: none;
    background-repeat: no-repeat;
    padding: 20px;

  }

  .deal_product_name {
    font-size: 16px;
    color: #182B56;
    font-weight: 600;
    margin-top: 15px;
  }

  .deal_product_price {
    font-size: 18px;
    color: #182B56;
    font-weight: bold;
    position: absolute;
    top: 42px;
  }

  .deal_bids {
    /* display: block; */
    font-size: 15px;
    font-weight: 700;
    /* text-transform: uppercase; */
    color: #182b56;
    /* margin: 10px 0px 10px -7px; */
    position: absolute;
    /* text-align: right; */
    top: 30px;
    right: 30px;
  }

  .deal_time {
    background: white;
    padding: 6px 5px;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 16px;
    color: #00D7B3;
    font-weight: bold;
  }

  .deal_time_sec {
    margin-top: 60px;
  }

  .footer-title {
    color: #000A20;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 18px;
    margin-top: 25px;
  }

  .footer-bg {
    background: #f5f5f5;
    padding: 20px;
    margin-top: 30px;
  }
}

@media (min-width: 450px) and (max-width: 767px) {
  .slide {
    list-style: none;
    /* position: relative; */
    float: left;
    margin: 0;
    display: flex;
    padding: 0;
    background-size: contain;
    x: 100% !important;
    height: 380px;
  }

  .new_banner_img_top {
    margin-top: 410px !important;
  }

  .carousel-img {
    width: 100%;
    height: 380px !important;
  }
}

@media (max-width: 991px) {
  .MultiCarousel .leftLst {
    left: 30px;
    height: 26px;
    width: 26px;
    border: 1px solid transparent !important;
    background-color: #00d6b4;
    color: #fff;
  }

  .MultiCarousel .rightLst {
    right: 30px;
    height: 26px;
    width: 26px;
    border: 1px solid transparent !important;
    background-color: #00d6b4;
    color: #fff;
  }

  .new_h2_title_bg {
    background-image: url(../../../themes/modern/img/new/title_new.png);
    background-repeat: repeat;
    height: 170px !important;
  }

  .new_banner_img_top {

    margin-top: 230px;
  }

  .new_banner_img_show {
    display: table;
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }

  .new_h2_title_bg2 {
    background-image: url(../../../themes/modern/img/new/featured_auctions.png);
    background-repeat: repeat;
    height: 200px !important;
  }

  .new_h2_title_btn {
    padding: 0px;
    text-align: center;
  }

  .new_h2_title_bg_text {
    padding: 20px 40px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px !important;
    text-align: center !important;
    color: #fff;
  }

  .deal_sec {
    background-color: #f5f5f5;
    height: auto;
    padding: 0px 20px 40px;
  }

  .deal_bg_img1 {
    height: 100%;
    /* width: 60%; */
    /* float: right; */
    background: none !important;
    background-repeat: no-repeat;
    padding: 20px;
  }

  .deal_product_bg {
    /*background: #efefefde;*/
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
    right: 0px;
    margin-top: 0px
  }

}

@media(min-width:992px) and (max-width: 1200px) {
  .deal_sec {
    background-color: #f5f5f5;
    height: auto;
    padding: 50px 20px;
  }

  .deal_img_bg {
    background: #ffffff;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding: 30px;
  }

  .deal_time {
    background: white;
    padding: 6px 11px;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 16px;
    color: #00D7B3;
    font-weight: bold;
  }

  .deal_product_left {
    padding-left: 0px;
  }

  .deal_time_sec {
    margin-top: 53px;
  }

  .deal_profile {
    margin-top: 22px;
  }

  .deal_sec_btn {
    margin-top: 20px;
  }

  .deal_img_bg {
    background: #ffffff;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding: 30px;
    margin-top: 15px;
    vertical-align: center;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
  }

  .input-group {
    display: inline-flex;
    width: 100%;
    /* margin-top: 15px; */

  }
}

@media(max-width: 1200px) {
  .new_w-100 {
    width: 220px;
  }

  .new_form_right {
    /* float: left; */
    /* margin-top: 15px; */
  }

  .nav-btns {
    margin-bottom: 10px;
  }
}


/* ---------------multiitem carousel ---------------- */
.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 0 15px;
  width: 100%;
  position: relative;
}

.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item>div {
  text-align: center;
  /* padding: 10px;
  margin: 10px; */
  /* background: #f1f1f1; */
  /* color: #666; */
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
  left: 0;
  height: 35px;
  width: 35px;
  border: 1px solid transparent !important;
  background-color: #00d6b4;
  color: #fff;
  padding-right: 6px;
}

.MultiCarousel .rightLst {
  right: 0;
  height: 35px;
  width: 35px;
  border: 1px solid transparent !important;
  background-color: #00d6b4;
  color: #fff;
  padding-left: 6px;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
  pointer-events: none;
  background: #f5f5f5;
  color: #00D7B3;
  border: 1px solid transparent !important;
  /* padding: 8px 18px !important; */
  /* height: 26px;
  width: 26px; */

}

@media (max-width: 460px) {
  .p-left {
    padding-left: 8px;
  }

  .product-tumb {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 10px;
    height: 150px;
    padding: 0px;
    background: #F5F5F5;
  }

  .product-tumb:hover {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 10px;
    height: 150px;
    padding: 0px;
    background: #F5F5F5;
  }

  .p-right {
    padding-right: 8px;
  }

  .product_eye {
    display: none;
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    width: 30px;
    background: #00d7b3;
    color: #fff !important;
    border-radius: 50%;
    padding: 5px 7px;
  }

  .product_time {
    margin: 0 auto;
    display: inline-table;
    position: absolute;
    left: 0;
    right: 0;
    top: 22px;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    background: #fff;
    color: #00d7b3;
    border: 1px solid #00d7b3;
    border-radius: 5px;
    padding: 5px 11px;
  }
}

.w-100 {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

@media (min-width: 767px) and (max-width: 990px) {
  .new_banner_img_top {
    margin-top: 520px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
     
      .deal_product_bg {
    background: #efefefde;
  }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

.deal_product_bg {
    background: #efefefde;
  }
}