$48 GRAYBYTE WORDPRESS FILE MANAGER $92

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 172.67.217.254 | ADMIN IP 216.73.216.157
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : mail

/var/softaculous/sitepad/editor/site-data/plugins/kkart-pro/assets/css/

HOME
Current File : /var/softaculous/sitepad/editor/site-data/plugins/kkart-pro/assets/css//kkart-layout.scss
/**
 * kkart-layout.scss
 * Applies layout to the default Kkart frontend design
 */

/**
 * Imports
 */
@import "mixins";
@import "variables";

/**
 * Styling begins
 */
.kkart,
.kkart-page {

	.kkart-message,
	.kkart-error,
	.kkart-info {

		.button {
			float: right;
		}
	}

	/**
	 * General layout styles
	 */
	.col2-set {

		@include clearfix();
		width: 100%;

		.col-1 {
			float: left;
			width: 48%;
		}

		.col-2 {
			float: right;
			width: 48%;
		}
	}

	img {
		height: auto;
		max-width: 100%;
	}

	/**
	 * Product page
	 */
	div.product,
	#content div.product {

		div.images {
			float: left;
			width: 48%;
		}

		div.thumbnails {

			@include clearfix();

			a {
				float: left;
				width: 30.75%;
				margin-right: 3.8%;
				margin-bottom: 1em;
			}

			a.last {
				margin-right: 0;
			}

			a.first {
				clear: both;
			}

			&.columns-1 {

				a {
					width: 100%;
					margin-right: 0;
					float: none;
				}
			}

			&.columns-2 {

				a {
					width: 48%;
				}
			}

			&.columns-4 {

				a {
					width: 22.05%;
				}
			}

			&.columns-5 {

				a {
					width: 16.9%;
				}
			}
		}

		div.summary {
			float: right;
			width: 48%;
			clear: none;
		}

		.kkart-tabs {
			clear: both;

			ul.tabs {

				@include menu();
			}
		}

		#reviews {

			.comment {

				@include mediaright();
			}
		}
	}

	/**
	 * Product loops
	 */
	ul.products {
		clear: both;

		@include clearfix();

		li.product {
			float: left;
			margin: 0 3.8% 2.992em 0;
			padding: 0;
			position: relative;
			width: 22.05%;
			margin-left: 0;
		}

		li.first {
			clear: both;
		}

		li.last {
			margin-right: 0;
		}
	}

	ul.products {

		&.columns-1 {

			li.product {
				width: 100%;
				margin-right: 0;
			}
		}

		&.columns-2 {

			li.product {
				width: 48%;
			}
		}

		&.columns-3 {

			li.product {
				width: 30.75%;
			}
		}

		&.columns-5 {

			li.product {
				width: 16.95%;
			}
		}

		&.columns-6 {

			li.product {
				width: 13.5%;
			}
		}
	}

	&.columns-1 {

		ul.products {

			li.product {
				width: 100%;
				margin-right: 0;
			}
		}
	}

	&.columns-2 {

		ul.products {

			li.product {
				width: 48%;
			}
		}
	}

	&.columns-3 {

		ul.products {

			li.product {
				width: 30.75%;
			}
		}
	}

	&.columns-5 {

		ul.products {

			li.product {
				width: 16.95%;
			}
		}
	}

	&.columns-6 {

		ul.products {

			li.product {
				width: 13.5%;
			}
		}
	}

	.kkart-result-count {
		float: left;
	}

	.kkart-ordering {
		float: right;
	}

	.kkart-pagination {

		ul.page-numbers {

			@include menu();
		}
	}

	/**
	 * Cart page
	 */
	table.cart,
	#content table.cart {

		img {
			height: auto;
		}

		td.actions {
			text-align: right;

			.input-text {
				width: 80px;
			}

			.coupon {
				float: left;

				label {
					display: none;
				}
			}
		}
	}

	.cart-collaterals {

		@include clearfix();
		width: 100%;

		.related {
			width: 30.75%;
			float: left;
		}

		.cross-sells {
			width: 48%;
			float: left;

			ul.products {
				float: none;

				li {
					width: 48%;
				}
			}
		}

		.shipping_calculator {
			width: 48%;

			@include clearfix();
			clear: right;
			float: right;

			.col2-set {

				.col-1,
				.col-2 {
					width: 47%;
				}
			}
		}

		.cart_totals {
			float: right;
			width: 48%;
		}
	}

	/**
	 * Cart sidebar
	 */
	ul.cart_list,
	ul.product_list_widget {

		li {

			@include mediaright();
		}
	}

	/**
	 * Forms
	 */
	form {

		.form-row {

			@include clearfix();

			label {
				display: block;

				&.checkbox {
					display: inline;
				}
			}

			select {
				width: 100%;
			}

			.input-text {
				box-sizing: border-box;
				width: 100%;
			}
		}

		.form-row-wide {
			clear: both;
		}

		.password-input {
			display: flex;
			flex-direction: column;
			justify-content: center;
			position: relative;

			input[type="password"] {
				padding-right: 2.5rem;
			}

			/* Hide the Edge "reveal password" native button */
			input::-ms-reveal {
				display: none;
			}
		}

		.show-password-input {
			position: absolute;
			right: 0.7em;
			top: 0.7em;
			cursor: pointer;
		}

		.show-password-input::after {

			@include iconafter( "\e010" ); 	// Icon styles and glyph
		}

		.show-password-input.display-password::after {
			color: #585858;
		}
	}

	#payment {

		.form-row {

			select {
				width: auto;
			}
		}

		.kkart-terms-and-conditions,
		.terms {
			text-align: left;
			padding: 0 1em 0 0;
			float: left;
		}

		#place_order {
			float: right;
		}
	}

	.kkart-billing-fields,
	.kkart-shipping-fields {

		@include clearfix();
	}

	.kkart-terms-and-conditions {
		margin-bottom: 1.618em;
		padding: 1.618em;
	}

	/**
	 * oEmbeds
	 */
	.kkart-oembed {
		position: relative;
	}
}

.kkart-account {

	.kkart-MyAccount-navigation {
		float: left;
		width: 30%;
	}

	.kkart-MyAccount-content {
		float: right;
		width: 68%;
	}
}

/**
 * Twenty Eleven specific styles
 */
.kkart-page {

	&.left-sidebar {

		#content.twentyeleven {
			width: 58.4%;
			margin: 0 7.6%;
			float: right;
		}
	}

	&.right-sidebar {

		#content.twentyeleven {
			margin: 0 7.6%;
			width: 58.4%;
			float: left;
		}
	}
}

/**
 * Twenty Fourteen specific styles
 */
.twentyfourteen {

	.tfwc {
		padding: 12px 10px 0;
		max-width: 474px;
		margin: 0 auto;

		.product .entry-summary {
			padding: 0 !important;
			margin: 0 0 1.618em !important;
		}

		div.product.hentry.has-post-thumbnail {
			margin-top: 0;
		}
	}
}

@media screen and (min-width: 673px) {

	.twentyfourteen {

		.tfwc {
			padding-right: 30px;
			padding-left: 30px;
		}
	}
}

@media screen and (min-width: 1040px) {

	.twentyfourteen {

		.tfwc {
			padding-right: 15px;
			padding-left: 15px;
		}
	}
}

@media screen and (min-width: 1110px) {

	.twentyfourteen {

		.tfwc {
			padding-right: 30px;
			padding-left: 30px;
		}
	}
}

@media screen and (min-width: 1218px) {

	.twentyfourteen {

		.tfwc {
			margin-right: 54px;
		}
	}

	.full-width {

		.twentyfourteen {

			.tfwc {
				margin-right: auto;
			}
		}
	}
}

/**
 * Twenty Fifteen specific styles
 */
.twentyfifteen {

	.t15wc {
		padding-left: 7.6923%;
		padding-right: 7.6923%;
		padding-top: 7.6923%;
		margin-bottom: 7.6923%;
		background: #fff;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);

		.page-title {
			margin-left: 0;
		}
	}
}

@media screen and (min-width: 38.75em) {

	.twentyfifteen {

		.t15wc {
			margin-right: 7.6923%;
			margin-left: 7.6923%;
			margin-top: 8.3333%;
		}
	}
}

@media screen and (min-width: 59.6875em) {

	.twentyfifteen {

		.t15wc {
			margin-left: 8.3333%;
			margin-right: 8.3333%;
			padding: 10%;
		}
	}

	.single-product {

		.twentyfifteen {

			.entry-summary {
				padding: 0 !important;
			}
		}
	}
}

/**
 * Twenty Sixteen specific styles
 */
.twentysixteen {

	.site-main {
		margin-right: 7.6923%;
		margin-left: 7.6923%;
	}

	.entry-summary {
		margin-right: 0;
		margin-left: 0;
	}
}

#content {

	.twentysixteen {

		div.product {

			div.images,
			div.summary {
				width: 46.42857%;
			}
		}
	}
}

@media screen and (min-width: 44.375em) {

	.twentysixteen {

		.site-main {
			margin-right: 23.0769%;
		}
	}
}

@media screen and (min-width: 56.875em) {

	.twentysixteen {

		.site-main {
			margin-right: 0;
			margin-left: 0;
		}
	}

	.no-sidebar {

		.twentysixteen {

			.site-main {
				margin-right: 15%;
				margin-left: 15%;
			}

			.entry-summary {
				margin-right: 0;
				margin-left: 0;
			}
		}
	}
}

/**
 * RTL styles.
 */
.rtl {

	.kkart,
	.kkart-page {

		.col2-set {

			.col-1 {
				float: right;
			}

			.col-2 {
				float: left;
			}
		}
	}
}


Current_dir [ NOT WRITEABLE ] Document_root [ NOT WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
21 Feb 2026 2.55 AM
root / root
0755
jquery-ui
--
21 Feb 2026 2.55 AM
root / root
0755
photoswipe
--
21 Feb 2026 2.55 AM
root / root
0755
_animation.scss
0.114 KB
18 Feb 2026 11.32 PM
root / root
0644
_fonts.scss
0.671 KB
18 Feb 2026 11.32 PM
root / root
0644
_mixins.scss
5.135 KB
18 Feb 2026 11.32 PM
root / root
0644
_variables.scss
1.008 KB
18 Feb 2026 11.32 PM
root / root
0644
activation-rtl.css
1.442 KB
18 Feb 2026 11.32 PM
root / root
0644
activation.css
1.441 KB
18 Feb 2026 11.32 PM
root / root
0644
activation.scss
1.213 KB
18 Feb 2026 11.32 PM
root / root
0644
admin-rtl.css
274.579 KB
18 Feb 2026 11.32 PM
root / root
0644
admin.css
274.529 KB
18 Feb 2026 11.32 PM
root / root
0644
admin.scss
106.832 KB
18 Feb 2026 11.32 PM
root / root
0644
auth-rtl.css
2.362 KB
18 Feb 2026 11.32 PM
root / root
0644
auth.css
2.362 KB
18 Feb 2026 11.32 PM
root / root
0644
auth.scss
2.122 KB
18 Feb 2026 11.32 PM
root / root
0644
dashboard-rtl.css
4.529 KB
18 Feb 2026 11.32 PM
root / root
0644
dashboard.css
4.526 KB
18 Feb 2026 11.32 PM
root / root
0644
dashboard.scss
3.82 KB
18 Feb 2026 11.32 PM
root / root
0644
helper-rtl.css
17.485 KB
18 Feb 2026 11.32 PM
root / root
0644
helper.css
17.485 KB
18 Feb 2026 11.32 PM
root / root
0644
helper.scss
16.682 KB
18 Feb 2026 11.32 PM
root / root
0644
kkart-layout-rtl.css
15.818 KB
18 Feb 2026 11.32 PM
root / root
0644
kkart-layout.css
15.872 KB
18 Feb 2026 11.32 PM
root / root
0644
kkart-layout.scss
7.352 KB
18 Feb 2026 11.32 PM
root / root
0644
kkart-rtl.css
56.854 KB
18 Feb 2026 11.32 PM
root / root
0644
kkart-setup-rtl.css
31.281 KB
18 Feb 2026 11.32 PM
root / root
0644
kkart-setup.css
31.269 KB
18 Feb 2026 11.32 PM
root / root
0644
kkart-setup.scss
24.581 KB
18 Feb 2026 11.32 PM
root / root
0644
kkart-smallscreen-rtl.css
5.946 KB
18 Feb 2026 11.32 PM
root / root
0644
kkart-smallscreen.css
5.943 KB
18 Feb 2026 11.32 PM
root / root
0644
kkart-smallscreen.scss
2.916 KB
18 Feb 2026 11.32 PM
root / root
0644
kkart.css
57.611 KB
18 Feb 2026 11.32 PM
root / root
0644
kkart.scss
34.242 KB
18 Feb 2026 11.32 PM
root / root
0644
marketplace-suggestions-rtl.css
20.631 KB
18 Feb 2026 11.32 PM
root / root
0644
marketplace-suggestions.css
20.632 KB
18 Feb 2026 11.32 PM
root / root
0644
marketplace-suggestions.scss
8.537 KB
18 Feb 2026 11.32 PM
root / root
0644
menu-rtl.css
5.497 KB
18 Feb 2026 11.32 PM
root / root
0644
menu.css
5.414 KB
18 Feb 2026 11.32 PM
root / root
0644
menu.scss
3.603 KB
18 Feb 2026 11.32 PM
root / root
0644
network-order-widget-rtl.css
2.101 KB
18 Feb 2026 11.32 PM
root / root
0644
network-order-widget.css
2.101 KB
18 Feb 2026 11.32 PM
root / root
0644
network-order-widget.scss
1.409 KB
18 Feb 2026 11.32 PM
root / root
0644
prettyPhoto-rtl.css
8.509 KB
18 Feb 2026 11.32 PM
root / root
0644
prettyPhoto.css
8.492 KB
18 Feb 2026 11.32 PM
root / root
0644
prettyPhoto.scss
7.781 KB
18 Feb 2026 11.32 PM
root / root
0644
privacy-rtl.css
1.607 KB
18 Feb 2026 11.32 PM
root / root
0644
privacy.css
1.606 KB
18 Feb 2026 11.32 PM
root / root
0644
privacy.scss
1.978 KB
18 Feb 2026 11.32 PM
root / root
0644
reports-print-rtl.css
1.245 KB
18 Feb 2026 11.32 PM
root / root
0644
reports-print.css
1.242 KB
18 Feb 2026 11.32 PM
root / root
0644
reports-print.scss
1.451 KB
18 Feb 2026 11.32 PM
root / root
0644
select2.css
14.704 KB
18 Feb 2026 11.32 PM
root / root
0644
select2.scss
17.069 KB
18 Feb 2026 11.32 PM
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF