* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #edf2f4;
}

a:hover {
  text-decoration: none;
  color: #464646;
}

a {
  color: #464646;
}

li {
  list-style: none;
}

footer {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #111212;
}

hr {
  border: 1px solid #ef233c;
}

.header {
  width: 100%;
  height: 100px;
  background-color: #fff;
}

.navbar {
  padding-left: 50px;
}

/*Logo*/
.navbar-brand img {
  height: 80px;
  width: 280px;
}
/*Search*/
.search {
  width: 50%;
}

/*Login*/

.login a {
  color: #111212;
}

.login a:hover {
  background-color: #ef233c;
  color: #fff;
  text-decoration: underline;
}

.social-btns {
  font-size: 22px;
  list-style: none;
}

.social-btns li {
  margin-bottom: 5px;
}

.social-btns li i {
  font-size: 22px;
  color: #ffffff;
}

.social-btns .btn-facebook {
  background-color: #38519f;
  border-color: #293b75;
  color: #ffffff;
  min-width: 200px;
}

.social-btns .btn-facebook:hover {
  color: #ffffff;
  background-color: #293b75;
}
/*
.social-btns .btn-twitter {
  background-color: #00a8fa;
  border-color: #048cce;
  color: #ffffff;
  min-width: 200px;
}

.social-btns .btn-twitter:hover {
  color: #ffffff;
  background-color: #048cce;
}
*/
.social-btns .btn-google {
  background-color: #df270b;
  border-color: #a01b03;
  color: #ffffff;
  min-width: 200px;
}

.social-btns .btn-google:hover {
  color: #ffffff;
  background-color: #a01b03;
}
.adsbutton {
  padding-right: 10px;
}

.adsbutton a {
  font-weight: bold;
}

.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}

#sidebar {
  width: 20%;
  margin-left: 50px;
  margin-top: 20px;
}

#sidebar li {
  background-color: #2b2d42;
  color: white;
  font-weight: 300;
}

#sidebar li:hover {
  background-color: #ef233c;
  transition: 1s;
  color: white;
}

#content {
  width: 80%;
  height: 100%;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.container-fluid {
  background-color: white;
  padding-top: 3px;
  border-radius: 10px;
}

.listimg {
  width: 150px;
  height: 150px;
}

.container-fluid li {
  list-style: none;
  display: inline-block;
  /*border-right: 2px solid #cccccc;*/
  margin-right: 8px;
  padding-right: 10px;
  line-height: 1;
}

.container-fluid li:last-child {
  /*
  margin-right: 0;
  padding-right: 0;
  border-right: none;
  */
}

.container-fluid i {
  color: #ef233c;
  margin-right: 4px;
}

.cardlist {
  width: 100%;
  border: 0;
  padding-left: 20px;
  padding-top: 2px;
}

.cardlist:hover {
  background-color: #ffbdb3;
  opacity: 0.7;
}

.divbord {
  border-color: #747474;
  border-width: 1px;
  border-style: dotted;
  border-radius: 5px;
  margin-top: 12px;
}

.price {
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: bold;
  font-size: 35px;
}

.btnlist {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-weight: bold;
  z-index: 3;
  background-color: #d90429;
  height: 42px;
  width: 100px;
  color: #fff;
  border: 1px solid #d90429;
}
.btnlist:hover {
  color: #d90429;
  background-color: #fff;
}

.btnedit {
  position: absolute;
  bottom: 10px;
  right: 115px;
  font-weight: bold;
  z-index: 3;
  height: 42px;
  width: 100px;
  color: #fff;
}

.btnedit:hover {
  color: #d90429;
  background-color: #fff;
}
/*Card Start*/
/*
.card {
  transition: 0.5s;
  cursor: pointer;
}

.card-body {
  height: 20px;
}

.card-title {
  font-size: 12px;
  transition: 1s;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
}
.card-title i {
  transition: 1s;
  cursor: pointer;
  color: #ffa710;
}
.card-title i:hover {
  transform: scale(1.25) rotate(100deg);
  color: #18d4ca;
}
.card:hover {
  transform: scale(1.05);
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

.card::before,
.card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform 0.3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: "";
  pointer-events: none;
}
.card::before {
  transform-origin: left top;
}
.card::after {
  transform-origin: right bottom;
}
.card:hover::before,
.card:hover::after,
.card:focus::before,
.card:focus::after {
  transform: scale3d(1, 1, 1);
}
*/
/*Card End*/

.footer-box a {
  color: #fff;
  transition: 0.3s;
}

.footer-box a:hover {
  color: #ef233c;
}

.folow-us {
  display: flex;
}

.folow-us li {
  margin-right: 25px;
}

.social-link {
  display: flex;
}

.social-link li {
  margin-right: 10px;
}

/*Messages Start*/
.container {
  max-width: 1170px;
  margin: auto;
}
img {
  max-width: 100%;
}
.inbox_people {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  overflow: hidden;
  width: 40%;
  border-right: 1px solid #c4c4c4;
}
.inbox_msg {
  border: 1px solid #c4c4c4;
  clear: both;
  overflow: hidden;
}
.top_spac {
  margin: 20px 0 0;
}

.recent_heading {
  float: left;
  width: 40%;
}
.srch_bar {
  display: inline-block;
  text-align: right;
  width: 60%;
  padding: ;
}
.headind_srch {
  padding: 10px 29px 10px 20px;
  overflow: hidden;
  border-bottom: 1px solid #c4c4c4;
}

.recent_heading h4 {
  color: #05728f;
  font-size: 21px;
  margin: auto;
}
.srch_bar input {
  border: 1px solid #cdcdcd;
  border-width: 0 0 1px 0;
  width: 80%;
  padding: 2px 0 4px 6px;
  background: none;
}
.srch_bar .input-group-addon button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  color: #707070;
  font-size: 18px;
}
.srch_bar .input-group-addon {
  margin: 0 0 0 -27px;
}

.chat_ib h5 {
  font-size: 15px;
  color: #464646;
  margin: 0 0 8px 0;
}
.chat_ib h5 span {
  font-size: 13px;
  float: right;
}
.chat_ib p {
  font-size: 14px;
  color: #989898;
  margin: auto;
}
.chat_img {
  float: left;
  width: 11%;
}
.chat_ib {
  float: left;
  padding: 0 0 0 15px;
  width: 88%;
}

.chat_people {
  overflow: hidden;
  clear: both;
}
.chat_list {
  border-bottom: 1px solid #c4c4c4;
  margin: 0;
  padding: 18px 16px 10px;
}
.inbox_chat {
  height: 550px;
  overflow-y: scroll;
}

.active_chat {
  background: #ebebeb;
}

.incoming_msg_img {
  display: inline-block;
  width: 6%;
}
.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
}
.received_withd_msg p {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 10px;
  color: #646464;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}
.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}
.received_withd_msg {
  width: 57%;
}
.mesgs {
  float: left;
  padding: 30px 15px 0 25px;
  width: 60%;
}

.sent_msg p {
  background: #05728f none repeat scroll 0 0;
  border-radius: 10px;
  font-size: 14px;
  margin: 0;
  color: #fff;
  padding: 5px 10px 5px 12px;
  width: 100%;
}
.outgoing_msg {
  overflow: hidden;
  margin: 26px 0 26px;
}
.sent_msg {
  float: right;
  width: 46%;
}
.input_msg_write input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 48px;
  width: 100%;
}

.type_msg {
  border-top: 1px solid #c4c4c4;
  position: relative;
}
.msg_send_btn {
  background: #05728f none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 33px;
}

.msg_send_btn i {
  color: #fff;
}

.messaging {
  padding: 0 0 50px 0;
}
.msg_history {
  height: 516px;
  overflow-y: auto;
}
/*Messages End*/

/*Login Start*/
.loginsignup {
  width: 80%;
  margin: auto;
  border: 2px solid #ef233c;
  border-radius: 10px;
}

.loginbox-social {
  padding: 0 10px 10px;
  text-align: center;
}
/*
.social-buttons {
  height: 80px;
  padding: 15px 35px;
  text-align: center;
}

.button-facebook {
  float: left;
  border: 2px solid #3b5998;
  color: #3b5998;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 30px;
  background-color: #fff;
}

.button-facebook i {
  font-size: 26px;
  line-height: 50px;
  color: #3b5998;
}

.button-twitter {
  float: left;
  border: 2px solid #29c1f6;
  color: #29c1f6;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 30px;
  background-color: #fff;
}

.button-twitter i {
  font-size: 26px;
  line-height: 50px;
  color: #29c1f6;
}

.button-google {
  float: left;
  border: 2px solid #ef4f1d;
  color: #ef4f1d;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 30px;
  background-color: #fff;
}

.button-google i {
  font-size: 26px;
  line-height: 50px;
  color: #ef4f1d;
}
*/
/*Login End*/

/*Product Detail Start*/

.sellerinfo {
  /*border: 1px solid #edf2f4;*/
  margin-left: 5px;
}

.sellerinfo .list-group-item {
  height: 5rem;
  width: 100%;
}

.sellerinfo .list-group-item img {
  margin-right: 10px;
}

.sellerinfo .list-group-item:last-child img {
  margin-right: 0px;
}

.sellerinfo .list-group-item i {
  margin-right: 10px;
}

/*Main Page*/
.card-main {
  transition: 0.5s;
  cursor: pointer;
}

.card-main img {
  height: 100px;
  width: 100%;
  object-fit: contain;
}

.card-body-main {
  height: 35px;
}

.card-title-main {
  font-size: 12px;
  transition: 1s;
  cursor: pointer;
  font-weight: bold;
  margin: 2px;
}

.card-main:hover {
  transform: scale(1.05);
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

.card-main::before,
.card-main::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform 0.3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: "";
  pointer-events: none;
}
.card-main::before {
  transform-origin: left top;
}
.card-main::after {
  transform-origin: right bottom;
}
.card-main:hover::before,
.card-main:hover::after,
.card-main:focus::before,
.card-main:focus::after {
  transform: scale3d(1, 1, 1);
}

/*Main Page*/

/*Product Detail End*/
@media (max-width: 810px) {
  #sidebar {
    display: none;
  }

  .adsbutton {
    display: none;
  }

  .listimg {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 1015px) {
  .navbar-brand img {
    display: none;
  }
  .search {
    width: 70%;
  }
}

@media (max-width: 1270px) {
  .login {
    display: none;
  }
}
