403Webshell
Server IP : 85.158.181.41  /  Your IP : 216.73.217.12
Web Server : Apache
System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64
User : moncbefd ( 1024)
PHP Version : 7.3.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/moncbefd/www.moneta.at/themes/Malibu/variants/product-variant/default/styles/custom/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/moncbefd/www.moneta.at/themes/Malibu/variants/product-variant/default/styles/custom/main.scss

/* Product Info
   ========================================================================== */

body.page-product-info {
	#wrapper {
		width: 100%;
		#breadcrumb_navi {
			@extend .container;
		}
		#main {
			.main-inside {
				padding-bottom: 0;
			}
		}
	}
}

.product-info {

	.product-info-stage {
		height: ($gx-product-info-stage-height-mobile + $gx-product-info-thumbnail-width-mobile + $grid-gutter-width) + 25px;
		@media (min-width: $screen-md-min) {
			height: $gx-product-info-stage-height;
		}
	}
	.product-info-image {
		margin-bottom: 30px;
	}

	.product-info-title-mobile > span {
		margin-bottom: 0;
		font-weight: 700;
	}
	.rating-model-row {
		@extend .clearfix;
		.product-model, .product-rating {
			float: left;
		}
		.product-rating {
			margin-right: 10px;
			.rating-stars {
				margin: 5px 0;
			}
		}
	}
	.product-model {
		color: $gray-light;
		padding-top: 7px;
	}

	.product-info-details {
		position: relative;
		top: 0;
		@media (min-width: $screen-md-min) {
			margin-top: -39px; // move above breadcrumb
		}

		.product-info-title-desktop {
			color: $text-color;
			border-bottom-width: 0;
			margin-bottom: 20px;
			margin-top: 5px;
			font-weight: 700;
			padding-right: 60px;
		}

		.wishlist-button {
			position: absolute;
			top: 0;
			right: 0;
			font-size: 25px;
			color: $text-color;
			z-index: 1;
			svg {
				width: 35px;
				height: auto;
				fill: $text-color;
			}
			&:hover {
				color: $brand-primary;
				svg {
					fill: $brand-primary;
				}
			}
		}

		.product-definitions {
			> div {
				margin-bottom: 5px;
			}
			.product-definition-shipping-time {
				position: relative;
				padding-left: 60px;
				margin-bottom: 20px;
				svg {
					position: absolute;
					top: -4px;
					left: -3px;
					width: 48px;
					fill: $text-color;
				}
			}
		}

		.attributes {
			margin-bottom: 0;
		}

		// big rounded ribbons
		.ribbons {
			position: relative;
			top: auto;
			right: auto;
			text-align: right;
			margin-bottom: 15px;
			> div {
				display: inline-block;
				padding-top: 3px;
			}
		}

		dl, fieldset {
			border-bottom-width: 0;
			padding-bottom: 0;
		}

		.input-number input[type="number"] {
			border-color: $btn-default-bg;
		}

		.button-container {
			margin-bottom: 30px;
			.btn-buy {
				&.btn-lg {
					@include button-size(($padding-large-vertical * 2), $padding-large-horizontal, $font-size-large, $line-height-large, $btn-border-radius-large);
				}
				text-transform: none;
				letter-spacing: 0;
				font-weight: 700;
				font-size: 20px;
				padding: 18px 16px;
				svg {
					position: absolute;
					width: 32px;
					// top: 15px;
					// left: 15px;
					fill: #fff;
					margin: -7px 10px 0 -45px;
				}
				.throbbler {
					top: 19px;
					left: 15px;
				}
			}
		}

		// reset horizontal form behavior
		.form-horizontal .form-group {
			margin-left: 0;
			margin-right: 0;
		}

		.product-info-links {
			padding: 0 15px;
			margin: 0;
			min-width: none;
			max-width: none;
			width: 100%;
			> a {
				color: $text-color;
				display: block;
				padding: 5px 0 5px 20px;
				background: transparent url("../../images/svgs/chevron-right.svg") 5px 7px no-repeat;
				background-size: 7px;
			}
		}
	}

	.product-info-description {

		// reset grid cols
		width: 100%;

		.nav-tabs {
			@media (min-width: $screen-md-min) {
				display: flex;
				justify-content: center;
			}
			border-bottom-width: 0;
			> li {
				> a {
					border-bottom-width: 0;
					@extend .malibu-heading;
					color: $gray-light;
					@include transition(600ms ease color);
					&:after {
						opacity: 0;
						@include transition(600ms ease opacity);
					}
					&:hover {
						background-color: transparent;
						color: $text-color;
					}
				}
				&.active > a {
					border-bottom-width: 0;
					background-color: transparent;
					color: $text-color;
					&:after {
						opacity: 1;
					}
				}
			}
		}
		.tab-content {
			background-color: #fff;
			margin: 30px 0;
			padding: 15px;
			@media (min-width: $screen-md-min) {
				padding: 60px;
			}
			@media (min-width: $screen-lg-min) {
				padding: 60px 200px;
			}
			> .tab-pane {
				> .tab-heading > a {
					text-transform: uppercase;
				}
				&.active > .tab-heading > a {
					border-bottom-color: $brand-primary;
				}
			}
			.tab-body {
				padding-top: 0;
			}
			h3 {
				font-size: 30px;
			}
			h4 {
				font-size: 20px;
			}
			@media (min-width: $screen-md-min) {
				.row {
					display: flex;
					align-items: center;
					margin-bottom: 30px;
					p {
						text-align: justify;
					}
				}
			}


			// big rating stars
			.product-info-rating-heading {
				.average {
					font-size: 40px;
					@media (min-width: $screen-lg-min) {
						font-size: 80px;
					}
				}
				.rating-stars {
					width: ($gx-rating-stars-width * 2);
					height: ($gx-rating-stars-width / 5 * 2);
					margin-bottom: (10px * 2);
					.rating-stars-mask {
						.rating-stars-inside {;
							width: ($gx-rating-stars-width * 2);
						}
					}
					.glyphicon, .fa, .gm-star {
						font-size: ($gx-rating-stars-width / 5 * 2);
						width: ($gx-rating-stars-width / 5 * 2);
					}
				}
			}
		}
	}

	.product-info-share {
		margin: 0 0 50px;
		padding-bottom: 0;
		.shariff .orientation-horizontal {
			justify-content: center;
		}
	}

	.product-info-rating {
		width: 100%;
		padding-bottom: 60px;
	}

	.product-info-listings {
		margin-top: 0;
		h2, h3, h4 {
			margin-bottom: 45px;
		}
	}
	.product-info-content-wrapper {
		background-color: #eee;
		@media (max-width: $screen-sm-min) {
			padding-bottom: 30px;
		}
	}
}

.product-info-layer-thumbnails {
	height: 100px;
}

// big property selectboxes
.form-group-big-select{
	position: relative;
	.control-label {
		position: absolute;
		top: 9px;
		left: $padding-base-horizontal;
		font-size: ($font-size-base - 2px);
		color: $gray-light;
		padding-top: 0;
	}
	.form-control {
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		height: ($input-height-base + 20px);
		padding-top: ($padding-base-vertical + 15px);
		cursor: pointer;
		position: relative;
		z-index: 1;
		background-color: transparent;
		background-image: none;
		font-size: $font-size-large;
		&::-ms-expand {
			display: none;
		}
	}
	.help-block {
		display: none;
	}
	svg {
		position: absolute;
		top: 25px;
		right: 15px;
		width: 16px;
		path {
			fill: $gray-light;
		}
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit