.swp-las--layout-themes img {
    width: 100%;
}

.swp-las--theme-preview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
    margin-top: 30px;
    width: 100%;
    border: 1px solid var(--borderColor);
    border-radius: 4px;
    padding: 25px;
}

.swp-las--theme-preview a.swp-a {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(var(--secondaryRGB), 0.8);
    margin: 0;
    text-decoration: underline;
    cursor: auto;
}

.swp-las--theme-preview a.swp-a:focus,
.swp-las--theme-preview a.swp-a:active {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.swp-las--theme-preview .swp-button {
    padding-left: 35px;
    padding-right: 35px;
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: var(--white);
}

.swp-las--theme-preview .swp-button:hover {
    background-color: initial;
}

.swp-las--theme-preview .swp-button:focus,
.swp-las--theme-preview .swp-button:active {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.swp-las--theme-preview .swp-button:disabled {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: var(--white);
    cursor: initial;
}

.swp-las--theme-preview select.swp-select:disabled {
    color: var(--neutralText);
    border-color: #dcdcde;
    background-color: var(--white);
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='11' viewBox='0 0 17 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2915 0.814362L8.09717 6.95819L1.90283 0.814362L0 2.7058L8.09717 10.7545L16.1943 2.7058L14.2915 0.814362Z' fill='%230E2121' fill-opacity='0.8'/%3E%3C/svg%3E%0A");
    box-shadow: none;
    text-shadow: none;
    opacity: 1;
}

.swp-las--search-input-preview .swp-select + .swp-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    flex-grow: 1;
}

.swp-las--theme-preview input.swp-toggle-checkbox:focus + .swp-toggle-switch,
.swp-las--theme-preview input.swp-toggle-checkbox:active + .swp-toggle-switch {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.swp-las--theme-preview .swp-p {
    font-size: 14px;
}

.swp-sf-style--input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
}

.swp-search-box-style input::-webkit-outer-spin-button,
.swp-search-box-style input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.swp-search-box-style input[type=number] {
  -moz-appearance: textfield;
}

.swp-button--edit {
    height: 30px;
    padding: 7px 8px 7px 9px;
}

.searchwp-live-search-result--ecommerce *{
	font-size: 1em;
}

.searchwp-live-search-result {
	display: flex;
	padding: 10px;
	border-bottom:1px solid rgba(30,30,30,0.1);
}

.searchwp-live-search-result:last-child {
	border-bottom: none;
}

.searchwp-live-search-result--img {
	-ms-flex-preferred-size: 70px;
	flex-basis: 70px;
}

.searchwp-live-search-results-container.swp-ls--img-sm .searchwp-live-search-result--img {
	-ms-flex-preferred-size: 70px;
	flex-basis: 70px;
}

.searchwp-live-search-results-container.swp-ls--img-m .searchwp-live-search-result--img {
	-ms-flex-preferred-size: 110px;
	flex-basis: 110px;
}

.searchwp-live-search-results-container.swp-ls--img-l .searchwp-live-search-result--img {
	-ms-flex-preferred-size: 150px;
	flex-basis: 150px;
}

.searchwp-live-search-result--img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: top;
}

.searchwp-live-search-result--info {
	flex: 1 1 auto;
	padding-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.searchwp-live-search-result--title {
	margin-top: 0;
	font-size: 1.1em;
	font-weight: bold;
}

.searchwp-live-search-result--desc {
	font-size: 0.9em;
}

.searchwp-live-search-result--ecommerce {
	text-align: end;
}

.searchwp-live-search-result--add-to-cart .button {
	border-radius: 4px;
	background-color: #eeeeee;
	border-color: #eeeeee;
	color: #333333;
}
