.thwwac-modal .thwwac-modal-inner {
	position: relative;
	margin: 0 auto;
	background-color: #fff;
	max-width: 360px;
	padding: 40px;
	font-size: 14px;
}

.thwwac-cell {
	display: table-cell;
	vertical-align: middle;
}

.thwwac-table {
	display: table;
	width: 100%;
	height: 100%;
}

.thwwac-overlay {
	top: 0;
	left: 0;
	position: fixed;
	webkit-transition: opacity .3s ease, visibility .3s ease;
	transition: opacity .3s ease, visibility .3s ease;
}

.thwwac-overlay {
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	background: #191919;
}

.thwwac-modal.thwwac-modal-open .thwwac-overlay {
	visibility: visible;
	opacity: .5;
}

.thwwac-modal {
	display: none;
	width: 0;
	height: 0;
	z-index: 99999;
	outline: 0 !important;
	-webkit-backface-visibility: hidden;
	visibility: hidden;
	opacity: 0;
	text-align: left;
	position: fixed;
	top: 10px;
	left: 10px;
}

.thwwac-modal.thwwac-modal-open {
	visibility: visible;
	opacity: 1;
	width: 100%;
	height: 100%;
}

.active,
.browse,
.th_display_block {
	display: block;
}

#thwwac-wishlist-table {
	width: 100%;
}

.thwwc_btn_disable {
	opacity: .5;
	pointer-events: none;
}

.thwwc_cursor_na {
	cursor: not-allowed;
}

.thwwacwl-buttons-group button:focus {
	outline: 0;
}

.woocommerce div.product .entry-summary .thwwc-compare-btn .button {
	float: none;
}

.single-product .thwwc-compare-btn,
.single-product .thwwac-wishlist-single {
	width: fit-content;
}

.th_grid_display .show_details_button {
	max-width: fit-content !important;
}

#action-type {
	width: auto;
	display: inline-block;
}

.thwwac_actions_col .action-select {
	padding: 6px 20px;
	border: 1px solid #eeeeee;
	margin-right: 10px;
}

.thwwac-wishlist .thwwac-content-item a:hover,
.thwwac_socialshare a:hover {
	color: #333;
}

.thwwac_actions_col {
	display: inline-block;
	margin-top: 20px;
}

.thwwac_actions_col.thwwc_action_btn {
	float: right;
}

.thwwac_hide_show {
	font-weight: 400;
	text-align: right;
}

.thwwac-modal-inner-compare .thwwac_hide_show {
	padding: 15px 50px;
}

.thwwac_filter_col .filter-select {
	padding: 6px 20px;
	border: 1px solid #eeeeee;
	margin-right: 10px;
	width: 20%;
}

.woocommerce div.product form.cart .thwwc-compare-btn .button:not(.loading):after {
	background-image: none;
}

.woocommerce div.product .entry-summary .thwwac-modal-open .button {
	float: none;
	margin-top: 3px;
}

.thwwc-compare-btn button {
	padding-left: 15px;
	padding-right: 15px;
}

.thwwac-iconimg {
	width: 20px !important;
	height: 20px;
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.iconwhite {
	color: #fff;
}

.thwwac_icons .iconblack,
.thwwc-wishlist-btn .iconblack,
.thwwc-compare-btn .iconblack {
	color: #000;
}

.preloader img {
	height: 20px !important;
	width: 20px;
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: center;
	background-size: 22px;
	margin-bottom: 0 !important;
}

.preloader {
	display: none;
}

.thwwac_socialshare {
	margin-top: 30px;
	display: inline-flex;
}

.thwwac_socialshare ul {
	list-style-type: none;
	display: inline-flex;
}

.thwwac_socialshare li {
	list-style-type: none;
	margin-left: 30px;
}

.thwwac_socialshare li img {
	margin-top: 4px;
}

.thwwc_tooltip {
	position: relative;
}

.thwwc_tooltip .thwwc_tooltiptext {
	visibility: hidden;
	width: 100px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 150%;
	left: -300%;
	opacity: 0;
	transition: opacity .3s;
	font-size: 12px;
}

.thwwc_tooltip .thwwc_tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.thwwc_tooltip:hover .thwwc_tooltiptext {
	visibility: visible;
	opacity: 1;
}

#addedmodal,
#browse_btn,
#loginmodal,
.added_btn,
.browse-display,
.compare_btn_hidden,
.hide {
	display: none;
}

.thwwc-compare-btn {
	margin: 5px;
	cursor: pointer;
}

.thwwac-modal .thwwac-modal-inner-compare {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	background-color: #fff;
	width: 95%;
	padding-bottom: 40px;
	height: 76%;
	text-align: center;
	border: 10px solid gray;
}

.compare-close {
	cursor: pointer;
	position: absolute;
	right: 40px;
	top: 15px;
	font-size: 24px;
}

.thwwac-compare-title {
	text-align: left;
	padding: 9px 0 .5px 0;
	border-bottom: 1px solid #f2f2f2;
	margin: 0 20px;
}

.compare-close span:before,
.thwwc-confirm-close span:before {
	content: '\e90d';
	font-family: thwwac-webfont;
}

.thwwc-confirm-close {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 2px;
	font-size: 20px;
}

.thwwac_remove span:after {
	content: '\e9ea';
	font-family: thwwac-webfont;
	font-size: 12px;
	border: 1px solid #6d6d6d;
	border-radius: 15px;
}

.thwwac-modal-inner.thwwac-success-popup,
.thwwac-modal-inner.thwwac-login-popup {
	padding: 50px 0 0;
}

.thwwac-success-popup img {
	margin-bottom: 10px !important;
	margin-left: auto;
	margin-right: auto;
}

.thwwac-success-popup .thwwac-txt {
	padding-bottom: 15px;
}

.thwwc_share_icons {
	display: none;
}

.thwwac-wishlist-empty {
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}

.thwwac-wishlist-empty img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.thwwac-success-popup .thwwac-txt p,
.thwwac-login-popup .thwwac-txt p {
	font-weight: 600;
}

.thwwac_remove i {
	padding: 9px;
	background: #eeeeee;
	border-radius: 20px;
	font-size: 12px;
	color: #333333;
}

.thwwac_compare_fields .thwwac_remove {
	padding-right: 8px;
	position: relative;
	width: fit-content;
	float: right;
}

.thwwac-content-item-remove,
.thwwac_remove,
.wishlist-btn {
	cursor: pointer;
}

.thwwc-compare-page {
	width: 100%;
	overflow: auto;
	padding: 14px;
	padding-left: 0;
}

.thwwac_fixed_col {
	position: sticky;
	width: 200px;
	background: #fff;
}

.compare_widget_row p,
.wishlist_widget_row p {
	display: inline-block;
	margin-right: 10px;
}

.compare_widget_row .thwwac_remove,
.wishlist_widget_row .thwwac_remove {
	display: inline-block;
}

.thwwacwl_button_view {
	margin-bottom: 0 !important;
	width: 100%;
	font-weight: 400 !important;
}

.thwwac-modal-inner {
	text-align: center;
}

.thwwac-txt {
	margin-bottom: 10px;
}

/*.thwwac-wishlist-single{
	margin: 10px 0;
}*/
.thwwac-heart:before {
	content: "\e900";
}

.thwwac-heart-o:before {
	content: "\e925";
}

.thwwac-bookmark:before {
	content: "\e90b";
}

.thwwac-bookmark-o:before {
	content: "\e90c";
}

.thwwac-icon {
	font-family: thwwac-webfont;
	font-style: normal;
	font-weight: 400;
}

.thwwac-scroll:before {
	content: "\e921";
}

.thwwac-facebook:before {
	content: "\f09a";
}

.thwwac-twitter:before {
	content: "\f099";
}

.thwwac-pinterest:before {
	content: "\e918";
}

.thwwac-whatsapp:before {
	content: "\f232";
}

.thwwac-envelope:before {
	content: "\f0e0";
}

.thwwac-clipboard:before {
	content: "\f211";
}

.thwwac-share:before {
	content: "\e922";
}

.thwwac-share {
	cursor: pointer;
}

.thwwac-compare-icon:before {
	content: "\e90e";
}

.thwwac-added-icon:before {
	content: "\e90f";
}

.thwwac-bin {
	font-family: thwwac-webfont;
	font-style: normal;
	font-weight: 400;
}

.thwwac-remove-icon:before {
	content: "\e916";
}

.thwwac_socialshare a {
	text-decoration: none !important;
}

.thwwc-compare-page::-webkit-scrollbar {
	height: 5px;
}

.thwwc-compare-page::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.thwwc-compare-page::-webkit-scrollbar-thumb {
	background: #888;
}

.thwwc-wishlist-btn a,
.thwwc-compare-btn a {
	display: inline-flex;
}

.thwwc-full-section .thwwc-wishlist-btn a,
.thwwc-full-section .thwwc-compare-btn a {
	padding: 7px;
}

#compare-popup {
	width: 99.3%;
	overflow: auto;
	height: 88.3%;
	text-align: left;
	margin-left: 10px;
}

.thwwac-add-btn,
.thwwac-browse-btn {
	align-items: center;
	display: inline-flex;
	margin-bottom: 5px;
}

.thwwc-wishlist-btn span,
.thwwac-counter-btn span,
.thwwc-compare-btn span {
	padding-left: 4px;
}

.thwwac-counter-btn {
	align-items: center;
	display: inline-flex !important;
}

.thwwac-scroll-content {
	white-space: nowrap;
}

#compare-popup::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

#compare-popup::-webkit-scrollbar-track {
	background: #e3dddd;
}

#compare-popup::-webkit-scrollbar-thumb {
	background: #929292;
}

#comparemodal {
	font-size: 14px;
}

#compare-popup .woocommerce-message {
	margin-bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 999
}

.thwwac_hide_show_page a {
	color: #000
}

.thwwac-disable-button {
	cursor: none;
	pointer-events: none;
}

.th-empty-msg {
	margin-top: 100px;
	text-align: center;
}

.th-empty-msg img {
	height: 110px !important;
	margin-left: auto;
	margin-right: auto;
}

.thwwac_compare_fields {
	border-left: 1px solid #dfdada;
	border-right: 1px solid #dfdada;
	margin: 0px 9px;
	text-align: center;
}

.thwwac_compare_fields img {
	width: 80px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
}

#compare-popup img {
	margin-right: auto;
	margin-left: auto;
	width: 80px;
	height: 80px;
}

.thwwac_headcol {
	position: sticky;
	left: 0;
	z-index: 99;
	text-align: center;
	background: #fff;
	width: 130px;
	font-weight: 700;
	min-height: 40px;
	padding-top: 10px;
	border-left: 1px solid #dfdada;
	border-right: 1px solid #dfdada;
}

.thwwc_first_head_row.thwwac_headcol {
	min-height: 0;
	border-radius: 20px 20px 0 0;
	border-top: 1px solid #dfdada;
}

.thwwc_last_head_row {
	border-radius: 0 0 20px 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dfdada;
}

.thwwc-remove-row {
	margin-bottom: -30px;
}

.thwwac_share_text {
	display: inline-flex;
}

.thwwac_icons {
	margin: 0;
}

.thwwac-compare-cell {
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

.thwwc-compare-page .thwwac_compare_fields {
	width: 198px;
	background: white;
}

.thwwac_add_width {
	width: 100px;
}

.related .thwwc-compare-btn,
.related .thwwac-wishlist-single {
	width: auto;
}

.thwwc-confirm-image img {
	width: 60px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
}

.thwwac-confirm-txt p {
	margin-top: 15px;
	margin-bottom: 35px;
	font-weight: 600;
	font-size: 17px;
}

#thwwc-resp-table {
	width: 100%;
	padding-top: 10px;
}

.thwwc-content-filter-option {
	display: flex;
	flex-flow: column;
	align-items: flex-end;
}

#thwwc-resp-table-header {
	background-color: #f2f2f2;
	padding: 10px;
}

#thwwc-pdct-details {
	margin-left: 10px;
	margin-right: 10px;
}

#thwwac-confirm-txt-all {
	display: none;
}

.thwwc-txt-title {
	border-bottom: 1px solid #eeeeee;
}

.thwwc-txt-title p {
	margin: 5px;
}

.thwwc-table-header-cell {
	display: inline-block;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	vertical-align: middle;
}

.thwwc-table-body-cell {
	display: inline-block;
	vertical-align: middle;
}

.thwwc-resp-table-row.thwwac-content-item {
	border-bottom: 1px solid #eeeeee;
	padding: 10px;
}

.thwwac-modal-inner.thwwac-confirm-popup {
	padding: 35px 0 0;
	max-width: 400px;
	border-radius: 5px;
}

.thwwac-confirm-popup .thwwac-wishlist-clear button {
	width: 49.5%;
}

.thwwc-resp-table-row {
	margin-top: 10px;
}

.thwwac-content-item-image img {
	height: 80px;
	width: 80px;
	margin-left: auto;
	margin-right: auto;
}

.thwwac-content-checkbox,
.thwwac-content-item-remove {
	width: 10%;
	text-align: center;
}

.thwwc-content-details {
	width: 40%;
}

.thwwc-content-atc,
.thwwac-content-item-image {
	width: 20%;
}

.thwwc-content-filter {
	width: 20%;
}

.thwwc-content-stock {
	width: 18%;
}

.thwwac-content-item-stock p,
.thwwac-compare-cell p.stock {
	margin: 0;
}

.content-area .entry-content .thwwac-wishlist a {
	cursor: pointer;
	text-decoration: none;
}

.thwwc-compare-row {
	display: inline-flex;
}

.thwwac_compare_mgn .thwwac-compare-cell {
	padding: 0;
}

.thwwc_compare_first_row {
	border-top: 1px solid #dfdada;
	border-radius: 20px 20px 0 0;
	height: 14px;
}

.thwwc_compare_last_row {
	border-bottom: 1px solid #dfdada;
	border-radius: 0 0 20px 20px;
	margin-bottom: 10px;
}

.thwwc-compare-table {
	display: inline-grid;
}

#compare-popup .thwwac_compare_fields {
	width: 264px;
}

#compare-popup .thwwac_headcol {
	width: 200px;
}

#compare-popup .thwwc-compare-table {
	font-size: 15px;
}

.thwwac-fixed-head {
	margin-top: 10px;
	height: 10%;
}

.thwwc-compare-top-scn {
	height: 40px;
}

.hentry .entry-content .thwwac-compare-cell a,
.thwwac-compare-cell a {
	text-decoration: none;
	cursor: pointer;
}

.show_image .thwwac-compare-cell {
	width: fit-content;
}

.woocommerce-account .woocommerce+.thwwac-wishlist {
	display: inline-block;
	width: 100%;
}

.thwwac-compare-title h3 {
	text-align: center;
}

.thwwc_remove_width {
	width: 0 !important;
}

.thwwc-view-cart {
	display: none;
}

.thwwc-full-section {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
}

.thwwc-pdct-full-section {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.thwwc-wishlist-btn {
	margin: 5px;
}

.archive .thwwc-compare-btn button,
.archive .thwwc-wishlist-btn button {
	margin-top: 5px;
}

.thwwac-content-item-add button {
	padding: 6px 20px;
}

.thwwc-wishlist-btn a,
.thwwac-wishlist-single a {
	cursor: pointer;
}

.thwwc-wishlist-btn a.link {
	margin-top: 2px;
}

.thwwc-above-thumb {
	position: absolute;
	z-index: 999;
}

.thwwc-above-thumb a.thwwc_link,
.thwwc-above-thumb-pdct a.thwwc_link,
.thwwc-bottom-right-thumb-simple-pdct a.thwwc_link,
.thwwc-bottom-right-thumb-variable-pdct a.thwwc_link,
.thwwc-thumb-bottom-right-compare a.thwwc_link {
	background-color: rgb(255 255 255 / 73%);
	border-radius: 20px;
}

.thwwc-above-thumb a.thwwc_link,
.thwwc-bottom-right-thumb-simple-pdct a.thwwc_link,
.thwwc-bottom-right-thumb-variable-pdct a.thwwc_link,
.thwwc-thumb-bottom-right-compare a.thwwc_link {
	padding: 5px 10px 3px;
}

.thwwc-above-thumb-pdct a.thwwc_link {
	padding: 5px 10px 3px;
}

.thwwc-thumb-bottom-right {
	right: 0;
	margin-top: -55px;
}

.thwwc-thumb-bottom-right-wishlist {
	right: 0;
	margin-top: -110px;
}

.thwwc-thumb-bottom-right-compare {
	right: 0;
	margin-top: -62px;
	z-index: 998;
}

.thwwc-thumb-bottom-right-compare-related {
	right: 0;
	position: absolute;
}

/*.thwwc-bottom-right-thumb-pdct{
	position: absolute;
    right: 12.1em;
    z-index: 999;
    margin: 469px;
    top: 53px;
}*/
.thwwc-thumb-top-right {
	right: 0;
}

.thwwc-above-thumb-pdct {
	position: absolute;
	z-index: 999;
	margin: 5px;
}

.thwwc-bottom-right-thumb-variable-pdct {
	position: absolute;
	z-index: 999;
	left: 0;
	top: 100%;
}

.thwwc-bottom-right-thumb-simple-pdct {
	position: absolute;
	z-index: 999;
	left: 0px;
	bottom: 10px;
}

.thwwc-above-thumb-pdct .thwwc-wishlist-btn {
	margin: 0;
}

.thwwac-counter-btn .thwwac-icon {
	font-size: 24px;
}

span#thwwac_count {
	padding: 2px 0;
	border-radius: 20px;
	font-size: 12px;
	min-height: auto;
	min-width: auto;
	width: 22px;
	text-align: center;
	margin-bottom: 15px;
	margin-left: -10px;
}

span#thwwac_count.hidden-zero {
	width: 0;
	min-width: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.thwwc-menu-item {
	vertical-align: middle;
}

.thwwac-counter-icon+span#thwwac_count {
	margin-bottom: 15px;
	margin-left: -10px;
}

.woocommerce ul.products li.product .thwwc-thumb-bottom-right a.button {
	margin-top: auto;
}

.woocommerce ul.products li.product .thwwc-thumb-bottom-right-comp a.button {
	margin-top: auto;
}

.thwwacwl-btn-onclick.button {
	display: inline-flex;
	justify-content: center;
}

.thwwacwl-btn-onclick span {
	margin-left: 5px;
}

.thwwac_remove_close {
	border-radius: 0 0 5px !important;
}

.thwwc_remove_cancel {
	border-radius: 0 0 0 5px !important;
}

/*grid view*/
.thwwc-grid-remove,
.thwwc-remove-right-grid,
.thwwc-wishlist-grid-view .thwwc-table-body-cell.thwwc-remove-right {
	display: none;
}

.thwwc-wishlist-grid-view .thwwc-table-body-cell.thwwc-remove-right-grid {
	float: right;
	margin-right: 25px;
	padding-top: 10px;
}

.thwwc-wishlist-grid-view .thwwac-content-item-remove.thwwc-remove-right-grid i {
	margin-left: 0;
}

.thwwc-wishlist-grid-view .thwwac-content-item-remove i {
	background: #ffffffcf;
	margin-left: 26px;
	text-align: center;
	border-radius: 15px;
	font-size: 15px;
	font-weight: bold;
	padding: 4px;
}

.thwwc-wishlist-grid-view .thwwc-resp-table-row.thwwac-content-item {
	display: inline-block;
	width: 33%;
}

.thwwc-wishlist-grid-view .thwwc-table-body-cell {
	display: block;
	width: 100%;
	text-align: center;
}

.thwwc-wishlist-grid-view .thwwac-content-item-image img {
	width: 200px;
	height: 200px;
}

.thwwc-wishlist-grid-view #thwwc-resp-table-header {
	display: none;
}

.thwwc-wishlist-grid-view .thwwac-content-checkbox,
.thwwc-wishlist-grid-view .thwwac_actions_col {
	display: none;
}

.thwwc-grid:before {
	content: "\e92d";
}

.thwwc-list:before {
	content: "\e92f";
}

.thwwc-listing-view {
	display: inline-flex;
}

.thwwc-listing {
	margin: 5px;
	cursor: pointer;
}

.thwwc-listing-view a {
	text-decoration: none !important;
}

.thwwc-listing-inactive {
	color: inherit;
}

.thwwc-wishlist-grid-view .thwwc-content-details {
	margin: 10px 0;
}

.thwwc-wishlist-grid-view .thwwc-resp-table-row.thwwac-content-item {
	border-bottom: none;
}

.thwwc-wishlist-grid-view #thwwc-resp-table-body {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.thwwc-wishlist-grid-view .thwwac-content-item-remove {
	position: relative;
	margin-bottom: -30px;
	width: 10%;
}

.thwwc-title-shortened {
	display: none;
}

.thwwc-wishlist-grid-view .thwwc-title-shortened {
	display: block;
}

.thwwc-wishlist-grid-view .thwwc-title-full {
	display: none;
}

/** Avada compatibility */

.theme-Avada .product-grid-view .thwwac-icon {
	font-size: 12px;
}

.theme-Avada .product-grid-view .thwwc-above-thumb .thwwac-add-btn span {
	padding-left: 4px;
}

.theme-Avada .thwwc-pdct-full-section {
	width: 50%;
}

.theme-Avada .thwwc-compare-btn button {
	margin-top: 10px;
	margin-bottom: 10px;
}

.theme-Avada .product-buttons .browse-btn a:last-child,
.theme-Avada .product-buttons .wishlist-btn a:last-child {
	float: none;
	margin-left: -19px;
}

.woocommerce.theme-Avada .thwwacwl_button_close {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.theme-Avada .th_grid_display {
	display: grid;
}

.theme-Avada .thwwc-compare-btn {
	margin-left: 0;
}

.theme-Avada.archive .thwwc-compare-btn a {
	float: left !important;
	margin-left: -14px;
}

.theme-Avada.archive .thwwc-full-section a {
	max-width: inherit;
}

.theme-Avada .product-grid-view .add_to_cart_button+.browse .thwwac-browse-btn,
.theme-Avada .product-grid-view .add_to_cart_button+.wishlist-btn .thwwac-add-btn,
.theme-Avada .product-grid-view .add_to_cart_button+.wishlist-btn+.browse-btn .thwwac-browse-btn {
	width: 100%;
}

.theme-Avada .product-buttons-container .thwwac-modal+.show_details_button {
	float: right !important;
}

.theme-Avada .product-buttons-container .thwwac-modal+.add_to_cart_button {
	width: 100px;
	float: left;
}

.theme-Avada .product-buttons .thwwacwl-buttons-group a:first-child {
	padding: 0;
	float: none;
	text-align: center;
}

.theme-Avada .product-buttons-container .thwwac-modal+.add_to_cart_button+.browse .thwwac-browse-btn,
.theme-Avada .product-buttons-container .thwwac-modal+.add_to_cart_button+.wishlist-btn+.browse-btn .thwwac-browse-btn {
	margin-left: -7px;
}

.theme-Avada .product-buttons-container .thwwac-modal+.add_to_cart_button+.browse,
.theme-Avada .product-buttons-container .thwwac-modal+.add_to_cart_button+.wishlist-btn,
.theme-Avada .product-buttons-container .thwwac-modal+.add_to_cart_button+.wishlist-btn+.browse-btn {
	float: left;
	width: 250px;
}

.theme-Avada .product-buttons-container .thwwac-modal+.add_to_cart_button+.wishlist-btn .thwwac-add-btn {
	margin-left: -7px;
}

.theme-Avada .summary-container .thwwc-compare-btn,
.theme-Avada .summary-container .thwwac-wishlist-single {
	/*width: -webkit-fill-available;*/
}

.theme-Avada .show_details_button {
	float: right;
}

.theme-Avada .thwwac-compare-title {
	padding-top: 5px;
}

.theme-Avada .product-grid-view .thwwac_hide_show {
	width: 100%;
}

.theme-Avada .thwwc-thumb-bottom-right {
	margin-top: -32px !important;
}

.theme-Avada .thwwc-thumb-bottom-right-wishlist {
	right: 5px;
	margin-top: -57px !important;
}

.theme-Avada .thwwc-thumb-bottom-right-compare {
	margin-top: -32px !important;
}

.theme-Avada .thwwc-thumb-bottom-right-compare-related {
	margin-top: -24px;
}

.theme-Avada .thwwc-wishlist-btn {
	margin: 0 4px;
}

.theme-Avada .thwwc-full-section {
	margin-left: 7px;
	align-items: center;
}

.theme-Avada span#thwwac_count {
	background: #a0ce4d;
	padding: 4px 0;
	color: white;
	line-height: initial;
}

.theme-Avada .thwwc-above-thumb.thwwc-wishlist-btn {
	margin: 4px;
}

.theme-Avada .thwwc-wishlist-grid-view .thwwc-table-body-cell.thwwc-remove-right-grid {
	margin-right: 10%;
}

.theme-Avada .thwwc-wishlist-grid-view .thwwac-content-item-remove {
	width: inherit;
	margin-left: 20px;
}

/** Divi Compatibility */

/*.theme-Divi .entry-summary .thwwac-add-btn,.theme-Divi .entry-summary .thwwac-browse-btn {
	padding-top: 20px;
}*/
/*.theme-Divi .entry-summary .thwwc-compare-btn a,.theme-Divi .entry-summary .thwwc-compare-btn button{
	margin-top: 22px;
}*/
.theme-Divi li.product .thwwac-add-btn .thwwac-iconimg+span,
.theme-Divi li.product .thwwac-browse-btn .thwwac-iconimg+span {
	padding-bottom: 10px;
}

.theme-Divi .thwwac-compare-title {
	padding-bottom: 15px;
}

.theme-Divi .thwwacwl_button_view {
	width: 100%;
}

.theme-Divi .thwwc-thumb-bottom-right {
	margin-top: -50px;
}

.theme-Divi .thwwc-thumb-bottom-right-wishlist {
	margin-top: -140px;
}

.theme-Divi .thwwc-thumb-bottom-right-compare {
	margin-top: -85px;
}

.theme-Divi .thwwc-thumb-bottom-right-compare-related {
	bottom: 84px;
}

.theme-Divi .thwwc-bottom-right-thumb-variable-pdct {
	top: 56%;
}

.theme-Divi .thwwc-menu-item {
	vertical-align: unset;
}

.theme-Divi span#thwwac_count {
	background: #2ea3f2;
	color: white;
	padding: 3px 0;
}

/** OceanWp Compatibility, Kadence Compatibility */

.theme-oceanwp .oceanwp-row .thwwac-compare-title h3 {
	padding-bottom: 15px;
}

.theme-oceanwp .thwwac-compare-title {
	padding: 15px;
}

.theme-oceanwp .thwwac-wishlist a {
	text-decoration: none !important;
}

.theme-oceanwp .grid .browse,
.theme-oceanwp .grid .browse-btn,
.theme-oceanwp .grid .thwwc-compare-btn,
.theme-oceanwp .grid .wishlist-btn {
	text-align: center;
}

.theme-oceanwp .entry-summary .thwwc-compare-btn {
	text-align: inherit;
}

.theme-oceanwp .woo-entry-inner:hover .thwwc-thumb-bottom-right {
	bottom: 32px;
}

.theme-oceanwp .woo-entry-inner:hover .thwwc-thumb-bottom-right-compare {
	bottom: 32px;
}

.theme-oceanwp .woo-entry-inner:hover .thwwc-thumb-bottom-right-compare-related {
	bottom: 32px;
}

.theme-oceanwp .woo-entry-inner:hover .thwwc-thumb-bottom-right-wishlist {
	margin-top: -110px;
}

.theme-oceanwp .thwwc-thumb-bottom-right-compare-related {
	margin-top: -49px;
}

.theme-oceanwp .thwwc-thumb-bottom-right {
	bottom: 0;
	margin-right: 5px !important;
}

.theme-oceanwp .thwwc-thumb-bottom-right-wishlist {
	right: 0;
	margin-top: -80px;
}

.theme-oceanwp .thwwc-thumb-bottom-right-compare {
	bottom: 0;
	margin-right: 7px !important;
}

.theme-oceanwp .thwwc-bottom-right-thumb-variable-pdct {
	top: 63%;
}

.theme-oceanwp span#thwwac_count {
	padding: 4px 7px;
}

.theme-oceanwp .thwwc-wishlist-grid-view .thwwac-content-item-remove {
	padding-left: 8px;
}

.theme-oceanwp .thwwc-wishlist-grid-view .thwwac-content-item-remove.thwwc-remove-right-grid {
	width: inherit;
	text-align: right;
	margin-right: 32px;
}

.theme-kadence .thwwc-compare-btn {
	margin: -3px;
}

.theme-kadence .thwwc-thumb-bottom-right-compare {
	right: 13px;
	margin-top: -62px !important;
	z-index: 998;
}

.theme-kadence .thwwc-thumb-bottom-right-compare-related {
	right: 13px;
	margin-top: -62px !important;
	z-index: 998;
}

.theme-kadence .thwwc-thumb-bottom-right-wishlist {
	right: 9px;
	margin-top: -87px;
}

.theme-kadence .thwwc-bottom-right-thumb-simple-pdct {
	margin: 15px !important;
}

.theme-kadence .thwwc-bottom-right-thumb-variable-pdct {
	top: 74%;
	margin: 5px !important;
}


/** Astra , Hello Elementor Compatibility */

.theme-astra li.product .thwwac-add-btn .thwwac-iconimg+span,
.theme-astra li.product .thwwac-browse-btn .thwwac-iconimg+span {
	padding-bottom: 13px;
}

.theme-astra .entry-summary .thwwc-compare-btn a,
.theme-astra .entry-summary .thwwc-compare-btn button {
	margin-top: 10px;
}

.theme-astra .entry-summary .thwwac-add-btn,
.theme-astra .entry-summary .thwwac-browse-btn {
	margin-top: 10px;
}

.theme-astra .thwwc-full-section,
.theme-Avada .thwwc-full-section,
.theme-hello-elementor .thwwc-full-section {
	justify-content: left;
}

/*.theme-astra .thwwc-wishlist-btn,.theme-astra .thwwc-compare-btn,.theme-hello-elementor .thwwc-wishlist-btn,.theme-hello-elementor .thwwc-compare-btn{
    margin: 0;
}*/
.theme-astra span#thwwac_count {
	padding: 4px 0;
}

.theme-astra .thwwc-wishlist-grid-view .thwwac-content-item-remove {
	margin-left: -20px;
}

.theme-astra .thwwc-wishlist-grid-view .thwwac-content-item-remove.thwwc-remove-right-grid {
	margin-right: 10px;
}

.theme-astra .thwwc-bottom-right-thumb-variable-pdct {
	top: 66%;
}

.theme-hello-elementor .thwwc-full-section .thwwc-wishlist-btn,
.theme-hello-elementor .thwwc-full-section .thwwc-compare-btn {
	margin: 5px;
}

.theme-hello-elementor span#thwwac_count {
	background: #ebe9eb;
}

.theme-hello-elementor .thwwc-bottom-right-thumb-variable-pdct {
	top: 70%;
}

.theme-hello-elementor .thwwc-thumb-bottom-right-wishlist {
	margin-top: -103px;
}

.theme-hello-elementor.woocommerce ul.products li.product .thwwc-above-thumb a.button {
	margin-top: auto;
}

.theme-hello-elementor .thwwc-wishlist-grid-view .thwwac-content-item-remove {
	padding-left: 30px;
}

.theme-hello-elementor .thwwc-wishlist-grid-view .thwwac-content-item-remove.thwwc-remove-right-grid {
	width: inherit;
	text-align: right;
	margin-right: 54px;
}

.theme-hello-elementor .thwwc-thumb-bottom-right-compare-related {
	bottom: 133px;
}

.theme-astra .thwwc-thumb-bottom-right-compare,
.theme-astra .thwwc-thumb-bottom-right-compare-related {
	margin-top: -65px;
	font-size: 10px;
}

.theme-astra .thwwc-above-thumb {
	font-size: 10px;
}

/** Flatsome Compatibility */

.theme-flatsome .action-select {
	display: inline-block;
}

.theme-flatsome .thwwac-content-items select {
	margin-bottom: 20px;
	width: 100px;
}

.theme-flatsome .thwwac-content-item-add button {
	width: auto;
}

.theme-flatsome .product-quick-view-container .thwwc-compare-btn {
	display: none;
}

.theme-flatsome .thwwac-counter-btn span {
	padding: 0;
}

.theme-flatsome .thwwac-compare-msg {
	margin: 20px;
}

.theme-flatsome .thwwac_actions_col .action-select {
	padding: 0px 20px;
}

.theme-flatsome .has-hover:hover .thwwc-thumb-bottom-right {
	margin-top: -77px;
}

.theme-flatsome .has-hover:hover .thwwc-thumb-bottom-right-wishlist {
	margin-top: -136px;
}

.theme-flatsome .thwwc-thumb-bottom-right {
	margin-top: -46px;
}

.theme-flatsome .has-hover:hover .thwwc-thumb-bottom-right-compare {
	margin-top: -97px;
}

.theme-flatsome .thwwc-thumb-bottom-right-compare {
	margin-top: -70px;
}

.theme-flatsome .thwwc-thumb-bottom-right-compare-related {
	margin-top: -71px;
}

.theme-flatsome .thwwc-above-thumb {
	z-index: 8;
}

.theme-flatsome .thwwc-compare-btn .button span {
	padding-top: 6px;
}

.theme-flatsome span#thwwac_count {
	padding: 3px 0;
	line-height: initial;
}

.theme-flatsome .thwwc-wishlist-grid-view .thwwac-content-item-remove {
	padding-left: 45px;
}

.theme-flatsome .thwwc-wishlist-grid-view .thwwac-content-item-remove.thwwc-remove-right-grid {
	width: inherit;
	text-align: right;
	margin-right: 68px;
}

.theme-flatsome .thwwc-bottom-right-thumb-variable-pdct {
	top: 80%;
}

.theme-flatsome .thwwc-bottom-right-thumb-simple-pdct {
	position: absolute !important;
	left: 0 !important;
	bottom: 35px;
}

/** Hestia Compatibility */

.theme-hestia .pop-and-glow:hover .thwwc-thumb-bottom-right {
	margin-top: -55px;
}

.theme-hestia .pop-and-glow:hover .thwwc-thumb-bottom-right-wishlist {
	margin-top: -95px;
}

.theme-hestia .pop-and-glow:hover .thwwc-thumb-bottom-right-compare {
	margin-top: -55px;
}

.theme-hestia .pop-and-glow:hover .thwwc-thumb-bottom-right-compare-related {
	margin-top: -55px;
}

.theme-hestia .thwwc-thumb-top-left {
	left: 82px;
}

.theme-hestia .thwwc-thumb-bottom-right {
	right: 70px;
	margin-top: -45px;
}

.theme-hestia .thwwc-thumb-bottom-right-wishlist {
	right: 70px;
	margin-top: -85px;
}

.theme-hestia .thwwc-thumb-bottom-right-compare {
	right: 70px;
	margin-top: -45px;
}

.theme-hestia .thwwc-thumb-top-right {
	right: 82px;
}

.theme-hestia .thwwc-above-thumb-pdct {
	top: 82px;
}

.theme-hestia .thwwc-thumb-bottom-right-compare-related {
	right: 14px;
	margin-top: -45px;
}

.theme-hestia .thwwc-bottom-right-thumb-variable-pdct {
	top: 50%;
}

.theme-hestia span#thwwac_count {
	padding: 1px 0;
	background: #9c26b0;
	color: white;
}

.theme-hestia .thwwc-wishlist-grid-view .thwwac-content-item-remove {
	z-index: 999;
}

.theme-hestia .thwwc-wishlist-grid-view .thwwac-content-item-remove i {
	margin-left: 20px;
}

.theme-hestia .thwwc-wishlist-grid-view .thwwac-content-item-remove.thwwc-remove-right-grid i {
	margin-left: 5px;
}

/** Blocksy Compatibility */

.theme-blocksy .thwwc-thumb-bottom-right-compare-related,
.theme-blocksy .thwwc-thumb-bottom-right-compare {
	bottom: 142px;
}

.theme-blocksy .thwwc-thumb-bottom-right-wishlist {
	bottom: 180px;
}

.theme-blocksy .thwwc-thumb-bottom-right {
	bottom: 190px;
}

.theme-blocksy .thwwc-bottom-right-thumb-variable-pdct {
	position: absolute;
	z-index: 999;
	left: 0;
	top: 80%;
}

/** Sydney Compatibility */

.theme-sydney .thwwac-compare-title h3 {
	margin: 5px;
}

.theme-sydney #action-type {
	height: 33px;
}

.theme-sydney span#thwwac_count {
	background: #d65050;
}

.theme-sydney .thwwc-wishlist-grid-view .thwwc-table-body-cell.thwwc-remove-right-grid {
	margin-right: 30px;
}

.theme-sydney .thwwc-wishlist-grid-view .thwwac-content-item-remove {
	margin-left: 5px;
}

.theme-sydney .thwwc-thumb-bottom-right-compare,
.theme-sydney .thwwc-thumb-bottom-right-compare-related {
	margin-top: -48px;
	z-index: 998;
}

.theme-sydney .thwwc-thumb-top-right {
	margin-top: 21px;
}

.theme-sydney .thwwc-thumb-bottom-right-wishlist {
	right: 0;
	margin-top: -83px;
}

.theme-sydney .thwwc-bottom-right-thumb-variable-pdct {
	top: 70%;
}

/** Storefront Compatibility */

.theme-storefront .thwwac-compare-title h3 {
	font-size: 1.3rem !important;
	font-weight: 400;
}

.theme-storefront .thwwac_atc_btn {
	width: 125px;
}

.theme-storefront .thwwc-thumb-bottom-right {
	margin-top: -62px;
}

.theme-storefront .thwwc-thumb-bottom-right-compare {
	margin-top: -67px;
}

.theme-storefront .thwwc-thumb-bottom-right-compare-related {
	margin-top: -67px;
}

.theme-storefront .thwwc-bottom-right-thumb-variable-pdct {
	top: 60%;
}

/** Twentytwenty Compatibility */

.theme-twentytwenty .thwwac-compare-title h3 {
	font-size: 36px;
	margin-top: 14px;
}

.theme-twentytwenty .thwwac-wishlist {
	max-width: 100% !important;
}

.theme-twentytwenty .thwwc-compare-page {
	max-width: 100% !important;
}

.theme-twentytwenty .columns-3 .thwwacwl_button_close {
	margin-top: 5px;
}

.theme-twentytwenty .thwwc-thumb-bottom-right,
.theme-twentytwentyone .thwwc-thumb-bottom-right,
{
margin-top: 0px;
bottom: 236px;
}

.theme-twentytwenty .thwwc-thumb-bottom-right-wishlist {
	margin-top: 0;
	bottom: 230px;
}

.theme-twentytwentyone .thwwc-thumb-bottom-right-compare,
.theme-twentytwentyone .thwwc-thumb-bottom-right-compare-related {
	margin-top: 0px;
	bottom: 160px;
}

.theme-twentytwentyone .thwwc-thumb-bottom-right-wishlist {
	bottom: 226px;
}

.theme-twentytwenty .thwwc-thumb-bottom-right-compare,
.theme-twentytwenty .thwwc-thumb-bottom-right-compare-related {
	margin-top: 0px;
	bottom: 165px;
}

.theme-twentytwenty .thwwc-bottom-right-thumb-variable-pdct {
	top: 66%;
}

.theme-twentytwentyone .thwwc-bottom-right-thumb-variable-pdct {
	top: 64%;
}

.theme-twentytwenty .thwwc-wishlist-grid-view .thwwc-table-body-cell.thwwc-remove-right-grid {
	text-align: right;
	margin-right: 28%;
}

.theme-twentytwenty .thwwc-wishlist-grid-view .thwwc-table-body-cell.thwwac-content-item-remove {
	width: inherit;
	margin-left: 12%;
}

.theme-twentynineteen .thwwac-wishlist {
	max-width: 100% !important;
}

.theme-twentynineteen .thwwc-wishlist-grid-view .thwwc-table-body-cell.thwwac-content-item-remove {
	width: inherit;
	z-index: 999;
	margin-left: 11px;
}

.theme-twentynineteen a.thwwc-listing {
	margin-top: 0;
}

.theme-twentynineteen .thwwc-wishlist-grid-view .thwwac-content-item-remove {
	margin-bottom: -36px;
}

.theme-twentytwentyone span#thwwac_count {
	padding: 0;
}

.theme-twentytwentyone .thwwc-wishlist-grid-view .thwwac-content-item-remove {
	margin-bottom: -35px;
	margin-right: auto;
}

.theme-twentytwentyone .thwwc-wishlist-grid-view .thwwac-content-item-remove i {
	margin-left: auto;
}

.theme-twentytwentytwo .thwwc-wishlist-grid-view .thwwc-table-body-cell.thwwc-remove-right-grid {
	text-align: right;
	margin-right: 26%;
}

.theme-twentytwentytwo .thwwc-wishlist-grid-view .thwwc-table-body-cell.thwwac-content-item-remove {
	width: inherit;
	margin-left: 40px;
}

.theme-twentytwentytwo .thwwc-thumb-bottom-right-wishlist {
	margin-top: -138px;
}

.theme-twentytwentytwo .thwwc-bottom-right-thumb-variable-pdct {
	top: 60%;
}

.theme-ashe .thwwc-confirm-close {
	padding: 0px 8px;
}

.theme-ashe span#thwwac_count {
	background: #cb9c51;
	color: white;
	line-height: 20px;
}

.theme-shapely span#thwwac_count {
	padding: 1px 0 4px 0;
	line-height: initial;
}

.theme-shapely .thwwc-full-section {
	justify-content: left;
}

.theme-shapely .thwwc-thumb-bottom-right-compare,
.theme-shapely .thwwc-thumb-bottom-right-compare-related {
	margin-top: -68px;
	font-size: 12px;
}

.theme-shapely .thwwc-above-thumb {
	font-size: 12px;
}

.theme-twentytwentytwo .thwwac-wishlist,
.theme-twentytwentyone .thwwac-wishlist {
	max-width: 100% !important;
}

.theme-shapely .thwwc-bottom-right-thumb-variable-pdct {
	top: 66%;
}

.theme-twentytwentytwo .thwwc-wishlist-grid-view .thwwc-resp-table-row.thwwac-content-item {
	width: 30%;
}

.theme-twentytwentytwo .thwwc-wishlist-btn.thwwc-thumb-top-left {
	margin: 1px;
	top: -10px;
	line-height: 10px;
}

.theme-twentytwentytwo .thwwc-compare-btn.thwwc-thumb-bottom-right-compare,
.theme-twentytwentytwo .thwwc-thumb-bottom-right-compare-related {
	margin-top: -73px;
	line-height: 10px;
}

#thwwc-delete-confirm {
	max-width: 100%;
}

@media only screen and (max-width: 600px) {
	#compare-popup .thwwac_headcol {
		padding-left: 10px;
	}

	#compare-popup .thwwac_compare_fields,
	#compare-popup .thwwac_headcol {
		width: 100px;
	}

	.thwwc-full-section {
		flex-flow: wrap;
	}

	.theme-astra .thwwc-wishlist-btn .button,
	.theme-astra .thwwc-compare-btn .button {
		padding: 0.5em 0.75em;
	}

	.thwwc-wishlist-grid-view .thwwc-resp-table-row.thwwac-content-item {
		width: auto;
	}
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
	.theme-blocksy .thwwc-bottom-right-thumb-variable-pdct {
		top: 58%;
	}

	.theme-sydney .thwwc-bottom-right-thumb-variable-pdct {
		top: 64%;
	}

	.theme-twentytwentyone .thwwc-bottom-right-thumb-variable-pdct {
		top: 58%;
	}

	.theme-twentytwentytwo .thwwc-bottom-right-thumb-variable-pdct {
		top: 75%;
	}

	.theme-kadence .thwwc-bottom-right-thumb-variable-pdct {
		top: 66%;
		margin: 5px !important;
	}
}

@media only screen and (max-width: 600px) and (min-width: 480px) {
	.theme-blocksy .thwwc-bottom-right-thumb-variable-pdct {
		top: 70%;
	}

	.theme-twentytwentytwo .thwwc-bottom-right-thumb-variable-pdct {
		top: 78%;
	}

	.theme-kadence .thwwc-bottom-right-thumb-variable-pdct {
		top: 72%;
		margin: 5px !important;
	}
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
	.theme-hello-elementor .thwwc-bottom-right-thumb-variable-pdct {
		top: 66%;
	}

	.theme-hestia .thwwc-bottom-right-thumb-variable-pdct {
		top: 46%;
	}

	.theme-sydney .thwwc-bottom-right-thumb-variable-pdct {
		top: 64%;
	}

	.theme-storefront .thwwc-bottom-right-thumb-variable-pdct {
		top: 54%;
	}

	.theme-twentytwenty .thwwc-bottom-right-thumb-variable-pdct {
		top: 60%;
	}

	.theme-twentytwentyone .thwwc-bottom-right-thumb-variable-pdct {
		top: 58%;
	}

	.theme-twentytwentytwo .thwwc-bottom-right-thumb-variable-pdct {
		top: 56%;
	}

	.theme-Divi .thwwc-bottom-right-thumb-variable-pdct {
		top: 53%;
	}

	.theme-kadence .thwwc-bottom-right-thumb-variable-pdct {
		top: 65%;
		margin: 5px !important;
	}
}

@media only screen and (max-width: 768px) and (min-width: 600px) {
	.theme-oceanwp .thwwc-bottom-right-thumb-variable-pdct {
		top: 72%;
	}

	.theme-twentytwentytwo .thwwc-bottom-right-thumb-variable-pdct {
		top: 78%;
	}

	.theme-Divi .thwwc-bottom-right-thumb-variable-pdct {
		top: 63%;
	}

	.theme-kadence .thwwc-bottom-right-thumb-variable-pdct {
		top: 65%;
		margin: 5px !important;
	}
}

@media only screen and (max-width: 767px) and (min-width: 720px) {
	.theme-kadence .thwwc-bottom-right-thumb-variable-pdct {
		top: 65%;
		margin: 5px !important;
	}
}

@media only screen and (max-width: 719px) and (min-width: 600px) {
	.theme-kadence .thwwc-bottom-right-thumb-variable-pdct {
		top: 78%;
		margin: 5px !important;
	}
}