/* 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;
}

.browse-header h2 {
  font-size: 20px;
  font-weight: 700;
  color: #00d7b3;
}

/* 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: 5px;
  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;
}
.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) {
  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;
}
.dropdown .dropdown-triangle {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #00d7b3;
  position: absolute;
  top: -8px;
  right: 120px;
}
.border-b {
  border-bottom: 1px solid #d5d5d5;
}
.footer-title {
  color: #2b373a;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 32px;
}
.mt-20 {
  margin-top: 20px;
}
.footer-bg {
  background: #ededed;
  padding: 25px;
}
.mycontainer {
  width: 100% !important;
}
.copyright {
  text-align: center;
  margin: 0;
  background: #dfdddd;
  padding: 3px;
  color: #5d5d5d;
}
.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) {
  .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;
}