HEX
Server: LiteSpeed
System: Linux linux31.centraldnserver.com 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
User: salamatk (1501)
PHP: 8.1.33
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open
Upload Files
File: /home/salamatk/.trash/woodmart1/inc/admin/assets/sass/pages/xtemos/_frequently-bought-together.scss
// ------------------------------------------------------------------------------------------------
// FREQUENTLY BOUGHT TOGETHER
// ------------------------------------------------------------------------------------------------

@if $page-fbt {

	// .xts-bundle {
	// 	display: flex;
	// 	margin-bottom: 10px;

	// 	label {
	// 		font-weight: 600;
	// 	}

	// 	> div {

	// 		&:not(:last-child) {
	// 			margin-inline-end: 15px;
	// 		}
	// 	}
	// }

	.xts-bundle-name {
		width: 340px;
	}

	// .xts-bought-together-btn {
	// 	margin-top: 15px;

	// 	margin-inline-start: 6px;
	// }

	// // ------------------------------------------------------------------------------------------------
	// // SINGLE PRODUCT OPTIONS
	// // ------------------------------------------------------------------------------------------------

	// .xts-bought-together {
	// 	position: relative;

	// 	:is(
	// 	tbody,
	// 	.xts-bought-together-controls) {
	// 		z-index: 999999;
	// 		transition: all .3s ease;
	// 	}

	// 	&:before {
	// 		position: absolute;
	// 		top: calc(50% - 15px);
	// 		left: calc(50% - 15px);
	// 		z-index: 999999;
	// 		visibility: hidden;
	// 		opacity: 0;

	// 		@include loader(30px);
	// 	}

	// 	&.xts-loading {

	// 		:is(
	// 		tbody,
	// 		.xts-bought-together-controls) {
	// 			opacity: .5;
	// 			pointer-events: none;
	// 		}

	// 		&:before {
	// 			visibility: visible;
	// 			opacity: 1;
	// 			transition: all .3s ease;

	// 			@include act-loader;
	// 		}
	// 	}
	// }

	// .xts-bought-together-controls {

	// 	a {
	// 		display: inline-block;
	// 		margin-top: 10px;
	// 		margin-inline-start: 10px;
	// 	}

	// 	.select2-container--xts {
	// 		// --xts-input-width: 450px;

	// 		.select2-selection__arrow {

	// 			&:before {
	// 				top: 5px !important;
	// 			}
	// 		}
	// 	}

	// 	.form-field {

	// 		.select2-container--xts {
	// 			max-width: 450px !important;
	// 		}
	// 	}

	// 	.button {
	// 		margin-top: 15px;
	// 		margin-inline-start: 10px;
	// 	}
	// }

} // END IF