/*KC-Vendor List CSS*/
.kc-seller-rating {
  padding-left:0px;
}

.kc-seller-card {
  border-radius:12px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 3px 15px rgba(0,0,0,.08);
  margin-bottom:30px;
  transition:all .3s ease;
}
.kc-seller-card:hover {
  transform:translateY(-5px);
  box-shadow:0 10px 25px rgba(0,0,0,.15);
}
.kc-seller-banner {
  height:160px;
  background:#ddd center/cover no-repeat;
  position:relative;
}
.kc-seller-logo {
  position:absolute;
  left:50%;
  bottom:-40px;
  transform:translateX(-50%);
  width:80px;
  height:80px;
  border-radius:50%;
  overflow:hidden;
  border:4px solid #fff;
  box-shadow:0 2px 8px rgba(0,0,0,.2);
  background:#fff;
}
.kc-seller-logo img {
  width:100%;
  height:100%;
  object-fit:cover;
}
.kc-seller-body {
  padding:10px 15px 20px;
  text-align:left;
  text-transform: capitalize;
}
.kc-seller-title {
  font-size:18px;
  font-weight:600;
  margin:0;
  color:#222;
  text-transform: capitalize;
}
.kc-seller-meta {
  font-size:14px;
  color:#777;
  margin:6px 0 0px;
  margin-left: 15px;
}
.kc-seller-social {
  list-style:none;
  padding:0;
  margin:10px 0 15px;
}
.kc-seller-social li {
  display:inline-block;
  margin:0 4px;
}
.kc-seller-social .kc-facebook a {
  display:inline-block;
  width:32px;
  height:32px;
  line-height:32px;
  text-align:center;
  border-radius:50%;
  background: #36548D;
  color:#fff;
  transition:all .3s ease;
}

.kc-seller-social .kc-google a {
  display:inline-block;
  width:32px;
  height:32px;
  line-height:32px;
  text-align:center;
  border-radius:50%;
  background: #D73839;
  color:#fff;
  transition:all .3s ease;
}

.kc-seller-social .kc-twitter a {
  display:inline-block;
  width:32px;
  height:32px;
  line-height:32px;
  text-align:center;
  border-radius:50%;
  background: #1DA1F2;
  color:#fff;
  transition:all .3s ease;
}

.kc-seller-social .kc-pinterest a {
  display:inline-block;
  width:32px;
  height:32px;
  line-height:32px;
  text-align:center;
  border-radius:50%;
  background: #E60023;
  color:#fff;
  transition:all .3s ease;
}

.kc-seller-social .kc-linkedin a {
  display:inline-block;
  width:32px;
  height:32px;
  line-height:32px;
  text-align:center;
  border-radius:50%;
  background: #0077B5;
  color:#fff;
  transition:all .3s ease;
}
.kc-seller-social .kc-youtube a {
  display:inline-block;
  width:32px;
  height:32px;
  line-height:32px;
  text-align:center;
  border-radius:50%;
  background: #FF0000;
  color:#fff;
  transition:all .3s ease;
}
.kc-seller-social .kc-instagram a {
  display:inline-block;
  width:32px;
  height:32px;
  line-height:32px;
  text-align:center;
  border-radius:50%;
  background: #E4405F;
  color:#fff;
  transition:all .3s ease;
}

.kc-seller-contact {
  font-size:14px;
  color:#444;
  margin-bottom:15px;
}
.kc-seller-contact .item {
  margin-bottom:6px;
}
.kc-seller-contact i {
	margin-right: 6px;
	color: #003764;
	font-weight: 600;
}
/*KC-Vendor List CSS*/

.kcs-seller-profile {
  position: relative;
}

.kcs-seller-profile .kc-social {
  margin: 0px; 
  position: absolute;
  top: 255px;
  right: 20px;
  display: flex;
  list-style: none;
  padding: 0;
}

.kcs-seller-profile .kc-social li {
  border-radius: 4px;
  padding: 7px 12px 4px;
}

.kcs-seller-profile .kc-social .kc-facebook {
  background: #36548D;
}
.kcs-seller-profile .kc-social .kc-google {
  background: #D73839;
}
.kcs-seller-profile .kc-social .kc-twitter {
  background: #1DA1F2;
}
.kcs-seller-profile .kc-social .kc-pinterest {
  background: #E60023;
}
.kcs-seller-profile .kc-social .kc-linkedin {
  background: #0077B5;
}
.kcs-seller-profile .kc-social .kc-youtube {
  background: #FF0000;
}
.kcs-seller-profile .kc-social .kc-instagram {
  background: #E4405F;
}

.kcs-seller-profile .kc-social li + li {
  margin-left: 10px;
}
.kcs-seller-profile .kc-social li a {
  color: #fff;
  text-decoration: none;
}
.kcs-seller-profile .kc-social li a i {
  font-size: 16px;
}

.kcs-seller-profile .top-banner {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  margin:0px auto 20px auto;
}
  
.kcs-seller-profile .seller-header {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 0px #ddccdd;
}
.kcs-seller-profile .seller-header h3 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.kcs-supplierdetails li{
		font-size: 14px;
		text-transform: capitalize;
		line-height: 24px;
		font-weight: 500;
	
}
.kcs-supplierdetails li i{
       color:#E01616;
	   margin-right:5px;
}
.kcs-seller-profile .label-default{
    background-color: #003764;
}

.kcs-seller-profile .seller-tabs {
  margin-top: 0px;
}
.kcs-seller-profile .product-box {
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.kcs-seller-profile .product-box img {
  width: 100%;
  height: auto;
}
.kcs-seller-profile .product-title {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 600;
}

.kcs-seller-profile .input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
    background: #003764;
    color: #fff;
}

.kcs-seller-profile .sidebar {
  margin-bottom: 20px;
}
.kcs-seller-profile .shop-owner {
	width: 120px;
	float: right;
	text-align:center;
}
.kcs-seller-profile .shop-owner img{
	width:100%;
}
.kcs-seller-profile .category-toggle {
  margin-bottom: 10px;
}
.kcs-seller-profile .panel-title a {
  display: block;
  cursor: pointer;
}
.kcs-seller-profile .list-group-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kcs-seller-profile .tab-header {
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 0px 0px 20px 0px;
    padding-bottom: 10px;
}

.kcs-seller-profile .tab-pane{
	 font-size:13px!important;
	 line-height:24px;
	 
}

.kcs-seller-profile .tab-header h4 {
  margin: 0;
}
.kcs-seller-profile .search-box {
  max-width: 300px;
  display: flex;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
}
.kcs-seller-profile .search-box input[type="text"] {
  border: none;
  padding: 6px 10px;
  flex-grow: 1;
  outline: none;
}
.kcs-seller-profile .search-box button {
  background:#003764;
  border: none;
  color: white;
  padding: 6px 12px;
}
.kcs-seller-profile .search-box button:hover {
  background:#E01616;

}

.kcs-seller-profile .input-group .input-group-addon:hover{
    background: #E01616;
}
.kcs-seller-profile  .collapse li{
	list-style:none;
	border-bottom:1px solid #ddd;
}
.kcs-seller-profile  .collapse li a{
	padding: 10px 10px;
}
.kcs-seller-profile  .collapse li a:hover{
	  background: #E01616;
	  color:#fff;
}

.kcs-seller-profile .collapse .list-group-item>.badge {
    float: right;
    background: #003764;
    padding: 4px 7px;
}


.kcs-seller-profile .accordion-toggle{
text-decoration:none;
}
#accordion .accordion-toggle .fa{
  float: right;
}
.kcs-seller-profile .nav-tabs>li>a {
		margin-right: 10px;
		line-height: 1.42857143;
		border-radius: 4px 4px 0 0;
		border-color: #003764;
		color: #fff !important;
		background: #003764;
}	
.kcs-seller-profile .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #fff!important;
  cursor: default;
  background-color: #E01616;
  border: 1px solid #E01616;
  border-bottom-color: transparent;
}
.kcs-seller-profile .nav-tabs {
  border-bottom: 1px solid #E01616;
}
.kcs-seller-profile .nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color: #E01616;
  border-color:#E01616;
  color:#fff!important;
}
.kcs-seller-profile .shop-owner .btn{
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
  border-radius: 4px;
  background: #E01616;
  border-color: #E01616;
}

.kcs-seller-profile .shop-owner .btn:hover{
	opacity:0.5;
}

#review-listing .review-box {
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
#review-listing .product-image {
  max-width: 100px;
}
#review-listing .product-title {
  font-size: 16px;
  font-weight: bold;
  color: #e14d43;
}
#review-listing .review-stars {
  color: #f39c12;
  margin: 5px 0;
}
#review-listing .review-text {
  font-style: italic;
  margin: 10px 0;
}
#review-listing .reviewer {
  font-size: 13px;
  color: #888;
}
#review-listing .price {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
#review-listing .bottom-controls {
  display: flex;
  border-top: 1px solid #eee;
  margin-top: 15px;
}
#review-listing .bottom-controls div {
  flex: 1;
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #e14d43;
  cursor: pointer;
}
#review-listing .bottom-controls div i {
  margin-right: 5px;
}
	
#review-form .form-group .control-label .required {
  color: red;
  margin-right: 4px;
}
#review-form .rating-label {
  margin-right: 10px;
}
 #review-form .note {
  font-size: 12px;
  color: #a94442;
  margin-top: 5px;
}
#review-form .btn-submit {
  float: right;
  margin-top: 15px;
}

/*Kc-Vendor Products*/
.profile-wrapper .product-thumb{
  border:none!important;
  margin-bottom:0;
  margin-left: -11px!important;
  margin-right: -11px!important;
  
}
.profile-wrapper .caption{
  padding:0px 10px!important;
  min-height: 140px!important;
}
.kcs-seller-profile .product-box {
  border: 1px solid #ddd;
  padding: 10px 10px 0px 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.kcs-seller-profile .product-box .button-group button{
  color: #fff !important;
  cursor: default;
  background-color: #003764;
  border: 1px solid #eeee;
  border-bottom-color: transparent;
  cursor:pointer;
}
.kcs-seller-profile .product-box .button-group button:hover{
  opacity:0.9;
   background-color: #E01616;
}
.kcs-seller-profile .product-box .button-group {
  border-top: 0px solid #fff!important;
  background-color: #fff!important;
  overflow: auto;
}
/*Kc-Vendor*/
.kcs-vendorcart .vendor-card {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
.kcs-vendorcart .vendor-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}
.kcs-vendorcart .vendor-body {
    position: relative;
    padding: 35px 20px 20px 20px;
    border-top: 1px solid #eee;
}
.kcs-vendorcart .vendor-logo {
    position: absolute;
    top: -25px; /* half overlap */
    left: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0d2a4d; /* dark blue background */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
}
.kcs-vendorcart .vendor-logo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.kcs-vendorcart .vendor-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px;
	text-transform:capitalize;
    color: #0D2A4D;

}
.kcs-vendorcart .vendor-location .fa{
	font-size:15px;
	color:#0D2A4D;
	
}
.kcs-vendorcart .vendor-location {
    font-size: 14px;
    color: #777;
}
.kcs-vendorcart .vendor-btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #ff5722;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}

/*Kc-Vendor*/