HEX
Server: Apache
System: Linux vps-cdc32557.vps.ovh.ca 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
User: hanode (1017)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /home/hanode/public_html/wp-content/themes/kingstore/assets/less/app/wc_vendor.less
.clearfix{
	overflow: inherit;
}
.wc-vendor-page{
	&.vendor_dashboard{
		.vendor-dashboard-wrapper{
			center{
				p{
					background: #111;
					margin: 0;
					border: 0;
					> a{
						display: inline-block;
						padding: 15px 25px;
						color: #fff;
						position: relative;
						&:hover{
							color: @color;
						}
						&:after{
							content: '';
							background: #fff;
							display: inline-block;
							top: 18px;
							height: 10px;
							width: 1px;
							position: absolute;
							right: 0;						
						}
						&:last-child{
							&:after{
								display: none;
							}
						}
					}
				}
			}
			hr{
				border-color: transparent;
			}			
		}
	}
	table{
		border: 1px solid #ddd;
		thead>tr>th{
			border-width: 1px;
			font-weight: bold;
			text-transform: uppercase;
			color: #222;
		}	
		th, td{
			padding: 10px;
		}
	}
	.form-row{
		overflow: hidden;
		input[type="checkbox"]{
			float: left;
		}
		label{
			overflow: hidden;
			margin-top: 2px;
			padding-left: 5px;
		}
	}
	.entry-content h2{
		color: #222;
		font-size: 24px;
		text-transform: uppercase;
		margin-bottom: 20px;
		font-weight: 700;
	}
	.pv_shop_description{
		margin-top: 20px;
		border-bottom: 1px solid #eee;
		padding-bottom: 25px;
		p{
			margin: 0;
			line-height: 20px;
		}
	}
	&.shop_settings{
		.entry-content{
			margin-bottom: 40px;
			.pv_paypal_container, .pv_shop_name_container{
				b{
					color: #222;
				}
				input{
					margin-top: 10px;
					border-radius: 0;
					padding: 7px 10px;
				}
			}
			#pv_seller_info_container, #pv_shop_description_container{
				margin-bottom: 30px;
				> p{
					margin-bottom: 25px;
					b{
						color: #222;
					}
				}
				div.mce-panel{
					border: 1px solid #eee;
				}
			}
		}
	}
	.wc-soldby-start{
		padding: 0;
		margin-bottom: 30px;
		text-align: start;
		small{
			margin-top: 10px;
			font-size: 12px;
			display: block;
			font-weight: bold;
			span{
				font-weight: normal;
			}
			a{
				font-weight: 600;
				color: @color;
				&:hover{
					color: #222;
				}
			}
		}
		br{
			display: none;
		}
	}
	.wcv_vendorslist{
		margin: 0 -15px;
		overflow: hidden;
		> div{
			padding: 0 15px;
			margin: 0 0 30px !important;
			float: left;
			width: 25%;	
			.pull-left{
				float: none;
			}
			a.button{
				text-transform: uppercase;				
			}
		}
	}
	&.wc-vendor-listing{
		.sidebar{
			margin-top: 40px;
		}
		.kingstore_breadcrumbs{
			margin-top: 40px;
			.breadcrumb{
				background: #fff;
				padding: 10px;
				border-top: 2px solid @color;
				border-radius: 3px;
			}
		}
	}
	.item .item-wrap .item-detail .item-content{
		padding-top: 10px;
	}
	.meta-location{
		bottom: 40px;
	}
}

@media (max-width: 767px ){
	.wc-vendor-page{
		.wcv_vendorslist > div{
			width: 50%;
		}
		.vendor-dashboard-wrapper{
			overflow-x: auto;
		}
		table{
			width: 700px;
		}
	}
}

@media (max-width: 480px) {
	.wc-vendor-page{
		.wcv_vendorslist > div{
			width: 100%;
		}
		&.vendor_dashboard .vendor-dashboard-wrapper center p > a{
			display: block;
			border-bottom: 1px solid #fff;
			&:after{
				display: none;
			}
		}
	}
}