// Shortcode - Mobile.
.elementor-widget-shortcode {

	// Base Theme Widget Styles.
	&.vamtam-has-theme-widget-styles {

		&.vamtam-wishlist .woosw-btn {
			bottom: 0;
		}

		.woosw-list {
			margin-top: -30px;

			table.woosw-items {
				margin-bottom: 65px !important;

				.woosw-item {
					.woosw-item--remove {
						padding-left: 0 !important;
					}

					.woosw-item--image {
						width: 60px !important;
					}

					.woosw-item--name {
						a {
							font-size: 16px !important;
						}
					}
				}

				tr {
					td {
						padding: 30px 0px 30px 10px !important;
					}

					td.woosw-item--actions {
						width: 125px;
					}
				}
			}

			.woosw-items {
				.woosw-item {
					:is(.woosw-item--add, .woosw-item--atc) {
						.button {
							font-size: 10px;
							padding: 14px 10px;
							line-height: 1.3em;
						}
					}
				}
			}

			.woosw-item--price {
				font-size: 12px !important;
			}

			.woosw-item--time {
				font-size: 12px !important;
			}

			.vamtam-empty-wishlist-icon {
				margin: 20px auto;
				width: 80px;
			}

			.woosw-popup-content-mid-message {
				margin: 1em 0;
			}
		}

	}
}
