/**************************************
 ***** COMMON STYLES - START **********
 **************************************/
.align-center{
	text-align: center !important;
}

.woocommerce-message {
  	margin-top: 10px;
}

.err_msgs{
	color: #FF0000;
}
.empty-msg-row{
	padding: 20px 0 !important;
	text-align:center;
}

.nav-tab:focus{
	box-shadow: none;
}

.nav-tab-wrapper .nav-tab{
	border : none;
	outline: 0;
	background: #f1f1f1;
	
}

.nav-tab-wrapper .nav-tab.nav-tab-active{
	border-bottom: 2px solid #2b7dbd;    

}
.thwvs-settings-table.thpladmin-form-table{
	margin-top: 30px;
}
.thwvs-nav-tab .nav-tab{
	margin-left: 0px;
	margin-right: 20px;
}

:root {
 
    --primary-bg-color: #007cba;
}

/**************************************
 ***** COMMON STYLES - END ************
 **************************************/

 
/*********************************************
 ***** TH ADMIN CORE STYLES - START **********
 *********************************************/
.status-active{
	font-size: 15px;
	color: green;
}
.status-deactive{
	font-size: 15px;
	color: red;
}

.thpladmin-subtitle{
	font-size:11px; 
	color:#666666;
}

.thpladmin-notice a.button-primary{
	font-size: 14px;
	color: #FFF;
	background-color: #D9534F;
	border-color: #D43F3A;
	line-height: 38px;
	height: 40px;
	padding-left: 20px;
	padding-right: 20px;
}
.thpladmin-notice a.button-primary:hover{
	background-color: #D2322D;
	border-color: #AC2925;
}

.thwvsf-image-wrapper {
	position: relative;
}

.thwvsf-dismiss-button{
    right:0px;
    position: absolute;
}

.notice.thwvs-msg {

	padding: 5px 25px 5px 0px;
    margin: 5px 15px 2px;
    border-radius: 10px;
    border: 1px solid;
    border-left-width: 10px;
}

.notice.thwvs-msg p{

	margin-left: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.updated.notice.thwvs-msg{
    background: #F3FAEF;
    border-color: #79B05E;
}
.updated.notice.thwvs-msg p{
    color: #246D00;
}
.error.notice.thwvs-msg{
	background: #FFF1F0;
    border-color: #E14046;
}
.error.notice.thwvs-msg p{
	color: #E14046;
}

/*----- RULES STYLES - START ----*/
/*-------------------------------*/
.thpl_logic_label, .thpl_logic_link{
	cursor: default;
	display: block;
	float: left;
	border: 1px solid gray;
	padding: 0 5px;
	margin-left: 5px;
	margin-right: 15px;
	border-radius: 3px;  	
}
.thpl_logic_link{
	cursor: pointer;
	text-decoration:none;
	color: #FFFFFF !important;
	background-color: #00A0D2;
	border: 1px solid #0073AA;
}

a.thpl_delete_icon {
	float: left;
  	width: 20px;
  	height: 20px;
	margin-left: 5px;
  	display: block;
  	background: url(delete.png) no-repeat 0 50%;
}

a.thpl_delete_icon:hover {
  	opacity: 0.6;
    filter: alpha(opacity=60);
}

.thpladmin-license-settings .info-text{
	margin-top: 30px;
}
.thpladmin-license-settings-grid{
	margin-top: 30px;
}
.thpladmin-license-settings-grid .dashicons{
	margin-left: 3px;
	margin-top: 8px;
}
.thpladmin-license-settings-grid input[type="text"]{
	padding: 5px 5px;
	width: 300px;
}
.thpladmin-license-settings-grid p.submit{
	margin-top: 20px;

}
.thpladmin-license-settings-grid table{
	margin-top: 10px;
}
.thpladmin-license-settings-grid table td,
.thpladmin-license-settings-grid table th{
	padding: 5px 0px;
	font-weight: normal;
	vertical-align: middle;
}
.thpladmin-license-settings-grid h2{
	font-size: 14px;
	margin-bottom: 9px;
	padding-bottom: 5px;
	vertical-align: middle;
    font-weight: bold;
    border-bottom: 1px dashed #cecece;
}


.thpladmin-dynamic-row-table .action-cell{
	width: 30px;
	text-align: center;
}
.thpladmin-dynamic-row-table .action-cell a.btn{
	background-color:#00A0D2;
	border:1px solid #0073AA;
	color:#FFFFFF;
	padding:2px 5px;	
	border-radius: 3px;
	font-size:12px;
	text-decoration:none;
}
.thpladmin-dynamic-row-table .action-cell a.btn-blue{
	background-color:#00A0D2;
	border:1px solid #0073AA;
}
.thpladmin-dynamic-row-table .action-cell a.btn-red{
	background-color:#ff6666;
	border:1px solid #ff4c4c;
}

.thpladmin-dynamic-row-table .action-cell a.dashicons{
	line-height: inherit;
	font-size: 18px;
	color: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 0 #ccc;
}
.thpladmin-dynamic-row-table .action-cell a.dashicons-plus{
	background-color:#00A0D2;
	border:1px solid #0073AA;
}
.thpladmin-dynamic-row-table .action-cell a.dashicons-no-alt{
	background-color:#ff6666;
	border:1px solid #ff4c4c;
}

table.thpladmin-dynamic-row-table td.sort {
    padding: 0 0px;
    cursor: move;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
}

table.thpladmin-dynamic-row-table td.sort::before {
    content: '\f333';
    font-family: Dashicons;
    text-align: center;
    line-height: 1;
    color: #999;
    display: block;
    width: 17px;
    float: left;
    height: 100%;
}

/*----------------------------------------
 *----- TAB & SECTION STYLES - START -----
 *----------------------------------------*/
.thpladmin-tab {
	width: 100%;
    border: 0px solid #d4d4d1;
	border-top: 0;
    background-color: #fff;
    float: left;
}

.thpladmin-tabs-menu {
	width: 100%;
	margin: 0;
	margin-top:10px;
    float: left;
    clear: both;
	border-bottom: 1px solid #d3d3d3;
}

.thpladmin-tabs-menu li {
    float: left;
    margin-right: 5px;
	margin-bottom: -1px;
    background-color: #ccc;
    border: 1px solid #d3d3d3;
	outline: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background: #e6e6e6;
    /*box-shadow: inset 0 -3px 3px rgba(0,0,0,0.05);*/
}
.thpladmin-tabs-menu li.current {
	color: #555555;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
	box-shadow: none;
}
.thpladmin-tabs-menu li.first {
    margin-left: 20px;
}
.thpladmin-tabs-menu li a {
	font-size: 18px;
	display: block;
    padding: 12px 20px;
    text-decoration: none; 
	
    color: #bbbbbb;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.thpladmin-tabs-menu li a:focus {
    outline: none;
	box-shadow:none;
}

.thpladmin-tabs-menu .current a {
    color: #2e7da3;
}

.thpladmin-tab-content {
    padding: 0px;
    display: none;
	min-height: 200px;
	max-height: 400px;
	color: #000;
}
 
.thpladmin-sections {
    list-style: outside none none;
    margin: 8px 0 0;
    padding: 0;
    font-size: 13px;
    color: #666;
}
.thpladmin-sections li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}
.thpladmin-sections a.current {
    font-weight: 600;
    border: medium none;
	color: #000;
}
.thpladmin-sections a {
    line-height: 2;
    padding: 0.2em;
    text-decoration: none;
}

.thpladmin-sections a.edit_section img, .thpladmin-sections .delete_section img{
	width: 12px;
	height: 12px;
}

.thpladmin-sections a.add_link{
	margin-left: 30px;
	background-color:#00A0D2;
	border:1px solid #0073AA;
	color:#FFFFFF;
	padding:2px 5px;	
	border-radius: 3px;
}
.thpladmin-sections a.add_link:hover{
	background-color:#0073AA;
}

.thpladmin-form-table td{
	padding: 5px 0px;
}
.thpladmin-form-table td.thpladmin-form-section-title{
	font-weight:bold;
	border-bottom: 1px dashed #cecece;
}
/*----- TAB & SECTION STYLES - END -------*/

/*-----------------------------------------
 *----- FIELDS TABLE STYLES - START -------
 *-----------------------------------------*/
.thpladmin_fields_table tr.strikeout td {
	background: rgba(255, 0, 0, .4)!important;
	opacity: 0.6;
  	text-decoration: line-through;
}

.thpladmin_fields_table tr.thpladmin-disabled td {
	opacity: 0.4;
}
.thpladmin_fields_table tr.thpladmin-disabled td.td_select {
	opacity: 1;
}

.thpladmin_fields_table .td_actions{
	width: 70px;
}
.thpladmin_fields_table .td_enabled{
	width: 50px;
}
.thpladmin_fields_table .td_clear{
	width: 65px;
}
.thpladmin_fields_table .td_required{
	width: 60px;
}
.thpladmin_fields_table .td_select{
	width: 23px;
}

.thpladmin_fields_table th.status{
	white-space:nowrap;
}

.thpladmin_fields_table .dashicons{
	line-height: inherit;
}
.thpladmin_fields_table .td_actions .dashicons{
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0px 2px 2px 2px;
	box-shadow: 0 1px 0 #ccc;
	webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.thpladmin_fields_table .td_actions .dashicons.disabled{
	color: #ccc;
	border: 1px solid #e9e9e9;
	cursor: default;
}
.thpladmin_fields_table .td_actions .dashicons-edit{
	cursor:pointer;
}
.thpladmin_fields_table .td_actions .dashicons-admin-page{
	cursor:pointer;
}
.thpladmin-sections .dashicons{
	cursor:pointer;
}
.thpladmin-sections .dashicons-no{
	color: #ff4c4c;
}

.thwvsf-attribte-dialog{
	margin: 20px;
}
.thwvsf-attribte-dialog td{
	padding: 5px 10px;
}

/*-----------------------------------------
 *----- FIELDS TABLE STYLES - END ---------
 *-----------------------------------------*/
 

/*-----------------------------------------
 *----- COLOR PICKER STYLES - START -------
 *-----------------------------------------*/
.iris-picker{
	
	z-index:100;
	display:none;
	position:absolute!important;
	border:1px solid #ccc;
	border-radius:3px;
	box-shadow:0 1px 3px rgba(0,0,0,.2);
}
.iris-picker .ui-slider{
	border:0!important;
	margin:0!important;
	width:auto!important;
	height:auto!important;
	background:none!important;
}
.iris-picker .ui-slider .ui-slider-handle{
	margin-bottom:0!important;
}

.thwvsf_settings_fields_form.thwvs-col-div{
	position: relative;
}
.thpladmin-colorpickpreview {
    padding: 5px 6px 6px 20px;
    border: 1px solid #7e8993;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

/*input.thpladmin-colorpick {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.thpladmin-colorpick{
	border-left:0 !important;
	margin-left: 0px !important;
}*/

.thpladmin-form-table input[type="text"], .thpladmin-form-table select {
    min-height: 30px;
    padding: 0px 8px;
    line-height: 2;
}

.gbl-attr-terms-new{
	margin-bottom: 20px;
}
.gbl-attr-terms .thpladmin-colorpickpreview, .th-custom-attr-color-td .thpladmin-colorpickpreview, .locl-attr-terms .thpladmin-colorpickpreview {
	background-color: rgb(241, 243, 241);
    position: absolute;
    vertical-align: middle;
    background-position: -80px 0px;
    border: 1px solid rgb(204, 204, 204);
    cursor: text;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    top: 6px;
    left: 10px;
    width: 28px;
    height: 28px;
    border-radius: 8px;
}
.gbl-attr-terms .thpladmin-colorpick{
	width: 300px!important;
    height: 40px;
    border: none;
    padding-left: 55px;
    border-radius: 10px; 
}
.th-custom-attr-color-td .thpladmin-colorpick{

    float: none;
    height: 40px;
    padding-left: 55px !important;
    border-radius: 10px;
}
.locl-attr-terms .thpladmin-colorpick{

    padding-left: 45px !important;
    border-radius: 10px;
}

.gbl-attr-terms .tawcvs-term-image-thumbnail{
	float: left;
	margin-right: 10px;
}
.gbl-attr-terms .tawcvs-term-image-thumbnail img{
	border: 1px solid #ddd;
}
.gbl-attr-img .button{
	margin-right: 10px;
	vertical-align: baseline;
}
/*-----------------------------------------
 *----- COLOR PICKER STYLES - END ---------
 *-----------------------------------------*/
 
/*-----------------------------------------
 *----- SELECT2 STYLES - START -------
 *-----------------------------------------*/
.select2-drop-mask {
	z-index: 99999998!important;
}
.select2-drop {
    z-index: 99999999!important;
}

/*.select2-container .select2-search--inline .select2-search__field {
	min-width: 20px !important;
}*/
/*-----------------------------------------
 *----- SELECT2 STYLES - END ---------
 *-----------------------------------------*/


 

/**************************************
***** Help Tooltip - START ************
***************************************/
.thpladmin_tooltip.thwvsf_checkbox_tooltip{
	float:none;
}
.thpladmin_tooltip{
	float:right;
	display: inline;
	position: relative;
	font-size: 12px;
	height: 100%;
}

.thpladmin_tooltip img{
	padding: 0px;
	vertical-align: middle;
	cursor: help;
	border: medium none;
	height: 16px;
	width: 16px;
}

.thpladmin_tooltip:hover:after{
	background: #333;
	background: rgba(0,0,0,1);
	border-radius: 5px;
	bottom: 26px;
	color: #fff;
	content: attr(title);
	left: -100px;
	padding: 10px 15px;
	position: absolute;
	z-index: 9998;
	width: 350px;
}

.thpladmin_tooltip:hover:before{
	border: solid;
	border-color: #000 transparent;
	border-width: 6px 6px 0 6px;
	bottom: 20px;
	content: "";
	left: 50%;
	position: absolute;
	z-index: 9999;
}
/**************************************
***** Help Tooltip - END **************
***************************************/

.ui-dialog.thwvsf-popup{
	z-index: 99999999;
}
.supports-drag-drop{
	 z-index: 9999999999;
}

.thwvsf-upload-image{
	height:75px;

}
.thwvsf-upload-image .thwvsf-term-image-thumbnail{
	float:none;
}
.thwvsf-tr-th{
	background-color: grey;
}
.widefat thead tr th.thwvsf-th,.widefat tfoot tr th.thwvsf-th{
	color:#ffffff;
}

.th-term-color-preview{
	display: block;
	height: 20px;
	width:20px;
	padding: 3px;

}

#thwvs-product-attribute-settings .th-custom-attr-color-td{
	position: relative !important;
}
#thwvs-product-attribute-settings .iris-picker{
	bottom: 1px;
}
.form-row .th-attr-select{
	height: 35px;
}

/*********************************************
 ***** TH ADMIN CORE STYLES - END ************
 *********************************************/

 /*********************************************
 ***** TH ADMIN NEW UI - START ************
 *********************************************/
.thwvsadmin-wrapper {
    margin-top: 15px;
    margin-left: 15px;
}
.thwvsadmin-tabs-wrapper {
    width: 22%;
    float: left;
    background: none;
    color: #6d7277;
    text-align: left;
    margin-right: 15px;
}
.thwvsadmin-tab-panel-wrapper {
    width: 70%;
    float: left;
    background: #fff;
    padding: 30px;
    /*border: 1px solid #cecece;*/
}
.thwvsadmin-tabs {
    margin: 2px;
}
li.thwvsadmin-tab {
    margin: 0px;
    margin-bottom: 6px;

}
li.thwvsadmin-tab a {
    color: #333333;
    text-decoration: none;
    line-height: initial;
    padding: 18px 13px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    margin: 0px;
    background: #f2f5f7;
    border-radius: 3px;
    transition: all .1s ease;
}
li.thwvsadmin-tab .active {
    background: #2b7dbd;
    font-weight: 600;
    color: #fff;
}
li.thwvsadmin-tab .active:focus {
    outline: none;
    box-shadow: none;
}
span.thwvsadmin-tab-label .dashicons {
    font-size: 22px;
    margin-right: 10px;
}
span.thwvsadmin-tab-label {
    font-size: 13px;
    line-height: 23px;
}
h3.thwvsadmin-tab-content {
    margin-top: 0;
    padding-bottom: 17px;
    border-bottom: 1px solid #cecece;
    margin-bottom: 25px;
}
.thwvsadmin-tab-label span{
	color:#2b7dbd;
}
/*#advanced_settings_form #thwvsadmin_wrapper .thpladmin-colorpick {
    width: 160px!important;
}*/
.thwvsadmin-wrapper td.forminp {
    padding: 10px 0px;
}
.thwvsadmin-wrapper .thpladmin-form-table input[type=text], .thwvsadmin-wrapper .thpladmin-form-table select{
	height: 40px;
	box-sizing: border-box;
}
.thwvsadmin-wrapper .thpladmin-colorpickpreview {
    padding: 11px 20px 10px 20px;
    border: 1px solid #7e8993;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-sizing: border-box;
}
.thwvs_layout_wrap label {
    margin-right: 10px;
}
.thwvs_layout_wrap label img {
    border-radius: 8px;
}

/* Individual Attribute settings */
table#thwvs_product_fields {
    border: none;
    margin-top: 20px;
}
tr.thwvs-tr-th {
    background: #e7e7e7;
}
#thwvs_product_fields th.save-buttons, #thwvs_product_fields th.add-attribute{
    background: #f1f1f1;
    border: none;
    padding-left: 0px !important;
}
#thwvs_product_fields th.add-attribute a {
    float: right;
}
/*#thwvs_product_fields th.add-attribute {
    padding: 0px !important;
    line-height: initial;
    border-radius: 0px;
    border: none;
    text-align: center;
}
#thwvs_product_fields th.add-attribute a {
    display: block;
    width: 100%;
    border-radius: 0px;
    padding: 6px;
}*/
#thwvs_product_fields th.add-attribute a:focus {
    outline: none;
    box-shadow: none;
}
.thpladmin_fields_table .td_actions .dashicons {
    background-color: #2774ad;
    color: #fff;
    border: none;
    font-size: 25px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
table#thwvs_product_fields tr:nth-child(odd) td {
    background: #f5f5f5;
}
.thwvs-form-pp .ui-dialog-titlebar {
    background: #23282e;
    color: #fff;
}
.ui-dialog.thwvs-form-pp {
    border: none !important;
    padding: 0px;
    border-radius: 10px;
}
.thwvs-form-pp .ui-dialog-titlebar {
    background: #23282e;
    color: #fff;
    line-height: 36px;
    border-radius: 0px;
}
.thwvs-form-pp .ui-dialog-titlebar-close {
    right: 11px;
    border: none;
    color: #fff;
}
button.thwvs-form-pp-close.ui-button {
    border: 1px solid #2774ad;
    background: none;
    color: #2774ad;
    padding: 2px 5px;
}
button.thwvs-form-pp-update.ui-button {
    background: #2774ad;
    color: #fff;
    border: none;
    padding: 2px 5px;
}
.thwvs_popup_wrapper input[type="text"], .thwvs_popup_wrapper select {
    height: 40px;
    box-sizing: border-box;
    margin: 5px 0px;
}
.thwvs_popup_wrapper .thpladmin-colorpickpreview {
    padding: 11px 20px 10px;
    border: 1px solid #7e8993;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-sizing: border-box;
}
#custom_variations_inner {
    border-bottom: 1px solid #eee;
}

/* Newly added style for local attributes */
.wc-metaboxes-wrapper #custom_variations_inner .wc-metabox h3 .handlediv {
    visibility: visible;
    /*float: right;*/
}
.wc-metaboxes-wrapper .wc-metabox.woocommerce_attribute h3.thwvsf-local-head {
    padding: 15px 15px !important;
    background: #f5f4f9;
    border-radius: 10px;
}
.wc-metaboxes-wrapper .wc-metabox table.thwvsf-custom-table {
    padding: 0px;
}
.wc-metaboxes-wrapper .wc-metabox table.thwvsf-custom-table td {
    padding: 8px 15px;
}
/*.wc-metaboxes-wrapper .wc-metabox table.thwvsf-custom-table .thwvsf-term-name td {
    padding: 15px 0px;
}*/
.wc-metaboxes-wrapper .wc-metabox table.thwvsf-custom-table .thwvsf-term-name td {
    padding: 15px 0px 0px 0px;
}
h3.thwvsf-local-head:after {
    content: "\f543";
    font-family: Dashicons;
    text-align: center;
    line-height: 1;
    color: #9b9b99;
    display: block;
    float: right;
    font-size: 17px;
}
h3.thwvsf-local-head.open:after {
	content: "\f460";
}
.thwvsf-local-body{
	display: none;
}
.wc-metaboxes-wrapper .wc-metabox table.thwvsf-custom-table td {
    vertical-align: middle;
}
.thwvsf-upload-image button {
    margin-top: 6px !important;
}
.thwvsf-upload-image button img, .thwvsf-remove-button button img{
    margin-top: 7px;
}
.thwvsf-upload-image button.button, .thwvsf-upload-image button.button:focus, .thwvsf-upload-image button.button:hover{
    background: none;
    border: none;
}
.thwvsf-upload-button, .thwvsf-remove-button{
	width: 32px;
	height: 32px;
}

.thwvsf-popup .ui-dialog-titlebar-close {
    text-indent: 999999px;
}
.thwvsf-popup .ui-dialog-buttonpane button {
    color: #0071a1;
    border-color: #0071a1;
    background: #f3f5f6;
    vertical-align: top;
    height: auto;
    padding: .4em 1em;
    border: 1px solid #0071a1;
}
.wc-metaboxes-wrapper .wc-metabox .thwvsf-local-body-table {
    padding: 0px 15px;
}
.wc-metaboxes-wrapper .wc-metabox table.thwvsf-custom-table .thwvsf-local-body tr:first-child td {
    padding-top: 23px;
}


/*********************************************
***** NEW UI - START ************************
*********************************************/

.product_page_th_product_variation_swatches_for_woocommerce{
    background: #F5F9FB;
}

.product_page_th_product_variation_swatches_for_woocommerce.thwvs-body-deactive{
	overflow: hidden;
}

.settings-heading.th-swatches{

	text-align: center;
    font-weight: 200;
    font-size: 30px;
}

.nav-tab-wrapper.thwvs-tab-wrapper{

	background-color: #fff;
    border: none;
    margin-left: -20px;

}

.thwvs-nav-tab .nav-tab {
    margin-left: 0;
    margin-right: 20px;
}

.thwvs-tab-wrapper .nav-tab.nav-tab-active {
    color: #0086FF;
    border-bottom: 2px solid #0086FF;
    position: relative;
}

.thwvs-tab-wrapper .nav-tab {
    border: none;
    background-color: #fff;
    padding: 10px 25px;
    font-size: 14px;
    color: #A3A3A3;
    font-weight: 200;
}

.thwvs-tab-wrapper .nav-tab.nav-tab-active:after {
    font-family: dashicons;
    content: "\f140";
    position: absolute;
    top: 55%;
    left: 41%;
    font-size: 30px;
}

.thwvs-tab-wrapper .nav-tab.nav-tab-active:after {
    font-family: dashicons;
    content: "\f140";
    position: absolute;
    top: 55%;
    left: 41%;
    font-size: 30px;
}

.thwvs-design-templates {
    width: 100%;
    height: 100%;
}

.thwvs-design-templates .th-template-description {
	padding: 10px 30px 0px 15px;
}

.thwvs-design-templates .th-template-description p {

	background-color: #EDF2F4;
    padding: 15px 20px;
    font-size: 12px;
    font-weight: 200;
    color: #888888;
    border-radius: 10px;
    line-height: 20px;
}

.thwvs-design-templates.thwvs-template-popup.pop-active {

	position: fixed;
    background-color: rgba(17,30,60,0.6);
 	top: 0;
 	left: 0;
    z-index: 9999;
    overflow: scroll;
    transition: opacity 250ms ease-in-out;

}

.thwvs-design-templates .thwvs-template-preview-wrapper {
    padding: 10px;
}

.thwvs-design-templates .thwvs-template-preview-wrapper .thwvs-template-box {
    float: left;
    width: 17%;
    height: 110px;
    margin-right: 28px;
    margin-bottom: 26px;
    display: block;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 20px;
}

.thwvs-design-templates .thwvs-template-preview-wrapper .thwvs-template-box .thwvs-template-name {
    width: 100%;
    padding: 30px 16px;
    box-sizing: border-box;
    float: left;
}

.thwvs-design-templates .thwvs-template-preview-wrapper .thwvs-template-box .thwvs-dot-element {
    width: 10px;
    display: inline-block;
    vertical-align: middle;
}

.thwvs-design-templates .thwvs-template-preview-wrapper .thwvs-template-box .thwvs-label {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 400;
    margin-left: 5px;
    color: #000;
    width:70%;
}
/*Aditional case*/
.thwvs-design-templates .thwvs-template-preview-wrapper .thwvs-template-box .thwvs-label {

	display: -webkit-inline-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.thwvs-design-templates .thwvs-template-preview-wrapper .thwvs-template-box .thwvs-edit-element {
    float: right;
    margin-top: 11px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #E7E7E7;
    vertical-align: middle;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.thwvs-design-templates .thwvs-template-preview-wrapper .thwvs-template-box .thwvs-edit-element .icon.icon-edit {
  -webkit-mask: url(../images/edit.svg) no-repeat;
}

.thwvs-design-templates .thwvs-template-preview-wrapper .thwvs-template-box .thwvs-edit-element .icon{
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #888888;
  -webkit-mask-size: cover;
  margin-top: 4px;
  margin-left: 5px;
  cursor: pointer;
}

.thwvs-design-templates .popup-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    width: 62%;
    display: none;
    height: 100%;
    background: #fff;
    z-index: 999;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}
.thwvs-design-templates .popup-wrapper.popup-attribute{
	width: 50%;
}

.thwvs-design-templates #thwvs_design_form, .thwvs-design-templates .popup-body, .thwvs-design-templates .popup-container, .thwvs-design-templates .popup-content, .thwvs-design-templates .thwvsadmin-popup, #thwvs_attribute_form {
    height: 100%;
}

.thwvsadmin-popup .popup-container .form-pp-content {
    width: 100%;
    height: 100%;
    max-height: 100%;
    min-height: 560px;
    background: #E9EFF2;
    position: relative;
}
.thwvsadmin-popup .popup-container .form-pp-content.pp-attr-content {
    position: fixed;
    overflow: scroll;
    height: calc(100% - 90px);
}
.thwvsadmin-popup .pp-content aside {
    padding: 5px 0;
    width: 38%;
    background: #fff;
    position: absolute;
    height: 100%;
    border-right: 1px solid #eee;
}

.thwvsadmin-popup .pp-content main {
    left: 38%;
    right: 0;
    position: absolute;
    bottom: 80px;
    top: 0;
    overflow: auto;
    width: 62%;
    height: 100%;
    background-color: #E9EFF2;
}

.thwvsadmin-popup .popup-container .pp-close {
    color: #58666e;
    font-size: 29px;
    padding: 50px 25px 20px;
    right: 8px;
    top: 12px;
    line-height: 20px;
    cursor: pointer;
    z-index: 10;
    user-select: none;
    height: 25px;
    width: 25px;
}


.thwvsadmin-popup .pp-content aside side-title {
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 16px;
   /* font-family: Roboto;*/
    color: #000;
}

.thwvsadmin-popup .pp-content aside p, .thwvsadmin-popup .pp-content aside side-title {
    padding: 0 24px;
}

.thwvsadmin-popup .pp-content aside ul {
    margin: 30px 0;
    padding: 0;
}

.thwvsadmin-popup .pp-content aside li {
    cursor: pointer;
    list-style: none;
    padding: 5px 20px;
    margin: 4px 0;
    color: var(--primary-text-color);
    position: relative;
}

.thwvsadmin-popup .pp-content aside li.active .pp-tab-link {
    height: 35px;
    border-radius: 0 50px 50px 0;
    background: #0086FF;
    color: #fff;
}

.thwvsadmin-popup .pp-content aside li.pp-nav-tab .pp-tab-link {
    padding: 15px;
}


.thwvsadmin-popup .pp-content aside li.pp-nav-tab .tab-icon-element {
    display: inline-block;
    /*background-color: #0086FF;*/
    border-radius: 10px;
    width: 35px;
    height: 35px;
}

.thwvsadmin-popup .pp-content aside li.pp-nav-tab.active span.tab-text {
    color: #FFF;
}


.thwvsadmin-popup .pp-content aside li.pp-nav-tab span.tab-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.thwvsadmin-popup .pp-content aside li.pp-nav-tab span.tab-icon{

	display: inline-block;
	width: 22px;
	height: 22px;
	background: #0086FF;
	-webkit-mask-size: cover;
	margin-top: 6px;
	margin-left: 6px;
	cursor: pointer;
	vertical-align: middle;
}

.thwvsadmin-popup .pp-content aside li.pp-nav-tab.active span.tab-icon {
	background: #FFFFFF;	
}

/*.thwvsadmin-popup .pp-content aside li.pp-nav-tab.active .tab-icon-element{
	background-color: #FFFFFF;	
}*/
.thwvsadmin-popup .pp-content aside li.pp-nav-tab span.tab-icon{
	-webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.thwvsadmin-popup .pp-content aside li.pp-nav-tab span.tab-icon.icon-common{
	-webkit-mask: url(../images/common-attribute.svg);
}
.thwvsadmin-popup .pp-content aside li.pp-nav-tab span.tab-icon.icon-border{
	-webkit-mask: url(../images/hover-border.svg);
}
.thwvsadmin-popup .pp-content aside li.pp-nav-tab span.tab-icon.icon-tooltip{

	-webkit-mask: url(../images/tooltip.svg);
}
.thwvsadmin-popup .pp-content aside li.pp-nav-tab span.tab-icon.icon-specific{

	-webkit-mask: url(../images/swatches-type.svg);
}
.thwvsadmin-popup .pp-content aside li.pp-nav-tab span.tab-icon.icon-additional{

	-webkit-mask: url(../images/aditional-settings.svg);
}
.thwvsadmin-popup .pp-content aside li.pp-nav-tab span.tab-icon.icon-description{
	-webkit-mask: url(../images/attribute-description.svg);
}

.thwvsadmin-popup .btn-toolbar {
    padding: 30px;
    font-size: 16px;
    font-weight: 200;
}

.thwvsadmin-popup .btn-primary-alt.save-btn {
    background-color: #0086FF;
    border: none;
    color: #FFF;
}

.thwvsadmin-popup .btn-primary-alt {
    width: 100px;
    height: 40px;
    border-radius: 20px;
    margin-right: 15px;
    cursor: pointer;
    outline: none;
}
.thwvsadmin-popup .btn-primary-alt.reset-btn {
    background-color: #fff;
    border: 1px solid #0086FF;
    color: #0086FF;
}

.thwvsadmin-popup .pp-content aside li.pp-nav-tab .thwvs-active-element {
    width: 15px;
    position: absolute;
    right: 28px;
    top: 48%;
    transform: translateY(-50%);
}

.popup-wrapper.selected {
  animation: slide-in 0.5s forwards;
  -webkit-animation: slide-in 0.5s forwards;
}

.popup-wrapper.dismiss {
  animation: slide-out 0.5s forwards;
  -webkit-animation: slide-out 0.5s forwards;
}

@keyframes slide-in {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}

@-webkit-keyframes slide-in {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes slide-out {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}

@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
  }
}

.thwvsadmin-popup .pp-content main .data-panel {
    padding: 55px 30px;
}

.thwvsadmin-popup .pp-content main-title, .thwvs-pp-table .thpladmin-form-section-title {
    font-weight: 400;
    /*font-family: Roboto;*/
    margin-bottom: 12px;
    font-size: 16px;
    color: #000;
}

.thwvsadmin-popup .pp-content .data-panel-content {
    margin-top: 30px;
    padding-bottom: 90px;
}

.thwvs-pp-table .titledesc {
    /*font-family: Roboto;*/
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.thwvs-pp-table td {
    padding: 5px 0;
}

.thwvs-pp-table input[type=text], .thwvs-pp-table input[type=number], .thwvs-pp-table select, .thwvs-pp-table textarea {
    color: #32373c;
    line-height: 1;
    min-height: 30px;
    height: 45px;
    width: auto;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    overflow: hidden;
    font-size: 14px;
    padding: 0 12px;
    box-shadow: 0 0 0 transparent;
    border-radius: 10px;
}

.thwvs-pp-table .forminp.inp-color {
    position: relative;
}
.thwvs-pp-table .forminp.inp-color .thpladmin-colorpick {
    padding-left: 45px;
}

.thwvs-pp-table .thwvs-admin-colorpickpreview {
    position: absolute;
    vertical-align: middle;
    background-position: -80px 0;
    border: 1px solid #ccc;
    cursor: text;
    padding: 0;
    margin: 0;
    display: inline-block;
    top: 12px;
    left: 10px;
    width: 28px;
    height: 28px;
    border-radius: 8px;
}

.thwvs-design-templates .thwvs-template-preview-wrapper .thwvs-template-box.design-active {
    box-shadow: 3px 40px 31px -25px rgb(0 0 0 / 45%);
}

.thwvs-design-templates .thwvs-template-preview-wrapper .thwvs-template-box.design-active .thwvs-edit-element {
    background-color: #0086FF;
}

.thwvs-design-templates .thwvs-template-preview-wrapper .thwvs-template-box.design-active .thwvs-edit-element .icon {
    background: #FFF;
}

.thwvs-design-templates .thwvs-template-preview-wrapper .thwvs-template-box:hover {

	box-shadow: 3px 15px 31px -25px rgb(0 0 0 / 62%);
    transition: all 0.25s ease;
}

.thwvs-design-templates .thwvs-template-preview-wrapper .thwvs-template-box .thwvs-edit-element:hover {
	background-color: #0086FF;
}

.thwvs-design-templates .thwvs-template-preview-wrapper .thwvs-template-box .thwvs-edit-element:hover .icon
/*.thwvs-design-templates .thwvs-template-preview-wrapper .thwvs-template-box .thwvs-edit-element .icon:focus*/ {
  background: #FFFFFF;
}

.thwvs-design-templates .thwvs-template-preview-wrapper .thwvs-template-box .thwvs-edit-element .icon:hover{
	background: #FFFFFF;
}

#thwvsf_global_settings {
	margin: 50px;
	background-color: #E9EFF2;
	padding: 50px;
	border-radius: 20px;
}

/* The slider */
.thwvsadmin-slider-label{
    cursor: pointer;
    text-indent: -9999px;
    width: 55px;
    height: 25px;
    background: #ffffff;
    display: block;
    border-radius: 100px;
    position: relative;
}

.thwvs-checkbox{
    height: 0;
    width: 0;
    visibility: hidden;
    border: 0;
    box-shadow: none;
    position: absolute;
}
.thwvsadmin-slider-label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 5px;
    width: 20px;
    height: 20px;
    background:#e7e7e7;
    border-radius: 50%;
    transition: .1s;
}
.thwvs-checkbox:checked+label {
    background: #0086ff;
}
.thwvs-checkbox:checked+label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
    background: #ffffff;
}

.global-data-content main-title {
    font-weight: 400;
    margin-bottom: 12px;
    font-size: 16px;
    color: #000;
}

.thwvs-settings-table.thwvs-pp-table {
	margin-top: 20px;
}

.thwvsf_settings .btn-toolbar {
    padding-top: 25px;
    font-size: 16px;
    font-weight: 200;
}

.thwvsf_settings .btn-primary-alt.save-btn {
    background-color: #0086FF;
    border: none;
    color: #FFF;
}

.thwvsf_settings .btn-primary-alt {
    width: 100px;
    height: 40px;
    border-radius: 20px;
    margin-right: 15px;
    cursor: pointer;
    outline: none;
}
.thwvsf_settings .btn-primary-alt.reset-btn {
    background-color: #fff;
    border: 1px solid #0086FF;
    color: #0086FF;
}

.thwvs-design-templates .thwvs-template-preview-wrapper .thwvs-template-box.thwvs-attr-box .attr-type-label {

	margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 400;
    margin-left: 22px;
    color: #888;
}
.thwvs-design-templates .thwvs-template-preview-wrapper .thwvs-template-box.thwvs-attr-box .thwvs-design-name{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 400;
    color: #8E97A5;
    width: 100%;
    margin-top: 0;
    height: 40px;
    text-align: center;
    border-radius: 0 0 20px 20px;
    background-color: #E9EDF8;
    line-height: 40px;
}

.thwvs-design-templates .thwvs-template-preview-wrapper .thwvs-template-box.thwvs-attr-box {
    border-radius: 20px 20px 0 0;
    margin-bottom: 35px;
}
.thwvs-design-templates .thwvs-template-preview-wrapper .thwvs-template-box.thwvs-attr-box .thwvs-template-name {
    padding-bottom: 15px;
}

.thwvs-design-templates .thwvs-template-preview-wrapper .thwvs-template-box.thwvs-add-attribute-box {
    background-color: #F3F9FF;
    border: 1px dashed #0086FF;
    cursor: pointer;
    height: 145px;
}

.thwvs-design-templates .thwvs-template-preview-wrapper .thwvs-template-box.thwvs-add-attribute-box .thwvs-add-design-name p{
	color:#888888;
	font-weight:400;
	font-size: 12px;
}

.thwvs-template-box.thwvs-add-attribute-box .thwvs-add-design-name .thwvs-manage-attribute{

	display: inline-block;
	padding: 0.75em 1em;
	background-color: #007AFF;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}

.thwvs-design-templates .thwvs-template-preview-wrapper .thwvs-template-box .thwvs-add-element{
	width: 19px;
    display: inline-block;
    vertical-align: middle;
}
.thwvs-design-templates .thwvs-template-preview-wrapper .thwvs-template-box .thwvs-add-new-label {
    align-content: center;
    text-align: center;
    color: #2185f6;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.thwvs-design-templates .thwvs-template-preview-wrapper .thwvs-template-box.thwvs-add-attribute-box .thwvs-add-design-name {
   text-align: center;
}

.thwvsadmin-popup .footer.thwvs-attr-actions {
    bottom: 0;
    background-color: #eff4f6;
    padding: 25px 20px;
    font-size: 20px;
    position: fixed;
    width: 100%;
    right: 0;
    box-sizing: border-box;
}
.popup-attribute .attr-label {
    padding: 0 30px;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
}
.popup-attribute .form-container.form-edit-attr {
    padding: 5px 30px;
}
.terms-label {
    font-weight: 400;
    color: #000;
    font-size: 16px;
}

/*********************************************
 ***** NEW UI - END ************************
 *********************************************/


 /*-----------------------------------------
 *----- QUICK LINKS - START -------
 *-----------------------------------------*/

.th_quick_widget {
    position: relative;
    display: none;
    height: 405px;
    width: 278px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.th_quick_widget-float {
    position: fixed;
    right: 50px;
    z-index: 99999;
    bottom: 31px;
}
.th_whead{
    
    position: relative;
    width: 278px;
    height: 140.5px;
    z-index: 0;
    background: linear-gradient(270deg,#845DE2 0,#6E55FF 100%);
	border-top-right-radius: 10px;
   	border-top-left-radius: 10px;

}

.th_whead_close_btn{
    position: relative;
    width: 15px;
    height: 15px;
    left: 255px;
    top: 10px;
    display: flex;
    align-items: center; 
    justify-content: center;
    background: rgba(31, 32, 35, 0.2);    
    border-radius: 4px;
}
    .th_whead_close_btn:hover{
        cursor:pointer;
    }
.th_whead_close_btn i{
    border: 1px solid red;
    width:10px;
    height:10px;
    color:white;
}

.th_whead_icon{
    position: relative;
   
    width: 36px;
    height: 36px;
    left: 20px;
    top: 3px;
    display: flex;
    justify-content: center;
    align-items: center;

    background: #FFFFFF;
    border-radius: 10px;
}

.th_quick_widget_heading{
    padding: 2px;
}

.th_whead_t1{
    position: relative;
    width: 250px;
    height: 19px;
    left: 20px;
    top: 1px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
}

    .th_quick_widget_heading p{
            margin: 1em 0 1.41575em;
            line-height: 0.2;
    }

.th_whead_t2{
   
    position: relative;
    width: 250px;
    height: 19px;
    left: 20px;
    top: 3px;
   
    margin-top: 9px;
    
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 19px;
    
    
    
    color: #FFFFFF;
}


.th_quick_wbody{
    position: relative;
    
}

.th_quick_widget_body ul {
    position: relative;
    top: -29px;
    left: 8px;
    margin: 0;
    
}
.th_quick_widget_body li{
    display: flex;
    align-items: center;
    width: 240px;
    height: 43px;
/*  left: 1144px; */
    top: 540px;
    
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    list-style: none;
    margin:10px;
    
    
}
    
.th_quick_widget_body a {
    text-decoration: none;
    color: #10144C;
}

.th_quick_widget_body a:hover {
    color: #D34156;
}
    
.th_quick_widget_body a:focus {
    outline: none;
}

.list_icon{
    
    display: flex;
    justify-content:center;
    align-items: center;
    width: 25px;
    height: 25px;
    left: 29px;
    
    top: -1.7px;
    background: #FDEEFF;
    border-radius: 8px;
    margin:15px;
}



.wbutton{
    width: 240px;
    height: 43px;
/*     left: 1144px; */
    top: 540px;
    margin:5px 19px;
    border:1px solid white;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.05);
   
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.wbutton:first-child{
    
    z-index: 1;
    margin-top: -12px;
}
.wbtnicon{
    display: block;
   
    position: absolute;
    width: 25px;
    height: 25px;
    left: 29px;
    top: -1.7px;


    background: #FDEEFF;
    border-radius: 8px;

}

.icon-a{

    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-b{

    display: flex;
    justify-content: center;
    align-items: center;
    top: 50px;
    background: #E4EFFF;
}

.icon-c{

    display: flex;
    justify-content: center;
    align-items: center;
    top: 100px;
    background: #FFF5EB;
}


.icon-d{

    display: flex;
    justify-content: center;
    align-items: center;
    top: 155px;
    background: #EEF0FF;
}

.icon-e{

    display: flex;
    justify-content: center;
    align-items: center;
    top: 210px;
    background: #FDEEFF;
}

.wbtntitle{
   
    position:  relative;
    width: 190px;
    height: 18px;
    left: 45px;
   text-align: left;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    
    color: #10144C;
}



.widget-popup {

    width: 60px;
    height: 60px;
    /*background: #D34156;*/
    background: #6E55FF;
    border-radius: 40px;
    margin-top: 12px;
    float: right;
    margin-left: 20px;
}

#th_quick_border_animation{

    position: absolute;  
    width: 60px;
    height: 59.5px;
    border-radius: 35px;
    animation: pulse 1.2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(2);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}



.widget-popup-icon{
    margin-top: 17px;
    margin-left: 15px;
/*     left: 1400px; */
    width: 25px;
    height: 28px;
    transform: rotate(45deg);
}
    .widget-popup-icon:hover{
        cursor:pointer;
    }

/*-----------------------------------------
 *----- QUICK LINKS - END -------
 *-----------------------------------------*/

#woocommerce-product-data ul.wc-tabs li.thwvs_swatches_settings_options a::before{
	content: url(../images/th-logo.svg);
}
#woocommerce-product-data ul.wc-tabs li.thwvs_swatches_settings_options a{
	color:#6E55FF;
}
#woocommerce-product-data ul.wc-tabs li.thwvs_swatches_settings_options.active a{
	color:#686868;
}
#woocommerce-product-data ul.wc-tabs li.thwvs_swatches_settings_options.active a::before{
	content: url(../images/act-th-logo.svg);
}

/*back to swatches style*/
#col-container.th-attr-container {
	position: relative;
}
.th-attr-container .form-wrap h2{
	margin-top: 35px;
}
.th-swatch-option-link{
	display: inline-block;
	padding: 0.75em 1em;
	background-color: #006DB7;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.2s;
}
.th-attr-container .th-swatch-option-link {
	position: absolute;
	top:-12px;
}
.th-swatch-option-link a {
   text-decoration: none;
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
}

/*-----------------------------------------
 *----- SECRET DISCOUNT POPUP - START ---------
 *-----------------------------------------*/

 .thwvsf-pro-offer{
    background: url(../images/popup-flyers.png),linear-gradient(90deg,#4410d8 5%,#4e10d8 18%,#6911d8 40%,#9611d9 69%,#cc12d9 100%);
    width: 100%;
    height: 212px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-repeat: no-repeat;
}
.thwvsf-pro-discount-popup{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    top: 0px;
    right: 0px;
}
.thwvsf-discount-close-btn {
    background:none;
    cursor: pointer;
    border: none;
}
a.thwvsf-discount-close-btn:focus {
    box-shadow: none;
}

.thwvsf-discount-popup-wrapper {
    position: relative;
    width: 500px;
    height: 400px;
    background: #fff;
    border-radius: 20px;
}
.thwvsf-discount-popup-close{
    justify-content: right;
    display: flex;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
}
.thwvsf-discount-desc{
    margin: -0.5rem;
}
.thwvsf-discount-desc-first, .thwvsf-discount-desc-last{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23.83px;
    text-align: center;
    color: #FFFFFF;
}
.thwvsf-discount-exp-date{
    font-style: normal;
    font-size: 15px;
    line-height: 26.31px;
    text-align: center;
    color: #000;
    background: #fff;
    margin: 0 8rem;
    width: 50%;
    border-radius: 3px;
}
.thwvsf-discount-desc-middle{
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 80.34px;
    text-align: center;
    color: #FFFFFF;
    margin: -2rem;
}
.thwvsf-pro-offer-para{
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 175.43%;
    text-align: center;
    color: #000000;
    width: 398px;
}
.thwvsf-pro-claim-offer{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
}
.claim-discount-btn-div{
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
}

.claim-discount-btn{
    background: #6e55ff;
    width: 168px;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 166.5%;
    text-align: center;
    color: #fff;
    height: 42px;
    align-items: center;
    display: flex;
    justify-content: center;
}

 /*-----------------------------------------
 *----- SECRET DISCOUNT POPUP - END ---------
 *-----------------------------------------*/

/*-----------------------------------------
 *----- PREMIUM FEATURE TAB - START ---------
 *-----------------------------------------*/

ul.th-wvs-feature-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.th-nice-box{
    background: #fff;
    margin: 1.5rem 1rem .75rem 0;
    border-radius: 5px;
}
.th-nice-box hr{
    position: absolute;
    height: 0px;
    border: 1px solid #DDDDDD;
}
.th-nice-box a {
    text-decoration: none;
}
.th-ad-banner{
    display: flex;
    /*height: 30%;*/
}
.th-ad-content {
    width: 90%;
    background-color: #121933;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px 0px 0px 0px;
    border-right: 3px solid #ffffff;
}
.th-ad-content-container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.th-ad-content-desc{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    text-align: left;
    width: 81%;
}
.th-ad-content-desc p{
    height: 56%;
    padding: 0.3rem 1.5rem;
    font-size: 14px;
}
.upgrade-pro-btn-div .btn-upgrade-pro{
    background: #121933;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
}
.btn-upgrade-pro, .btn-get-pro, .btn-try-demo{
    width: 168px;
    height: 42px;
    background: #6E55FF;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 166.5%;
    text-align: center;
    color: #FFFFFF;
}
.btn-upgrade-pro.orange{
    background: #fff;
    color: #111;
}
.trydemo-heading{
    font-size: 22px;
    color: #121933;
}
.btn-try-demo:hover {
    color: #000;
    background-color: #D1D1D1;
}
.btn-try-demo.clicked {
    color: #000;
    background-color: #D1D1D1;
}
.btn-try-demo.clicked{
    color: #000;
}
.btn-try-demo:focus{
    outline: none; /* remove default outline */
    border: none;
}
.btn-get-pro:hover {
    color: #FFFFFF;
    background-color: #5540CE;
}
.btn-get-pro.clicked{
    color: #FFFFFF;
    background: #6E55FF;
}
.btn-get-pro:focus{
    outline: none; /* remove default outline */
    border: none;
}
.btn-upgrade-pro:hover{
    color: #FFFFFF;
    background-color: #5540CE;
}
.btn-upgrade-pro.orange:hover{
    color: #333333;
    background-color: #F1F1F1;
}
.btn-upgrade-pro.clicked{
    color: #FFFFFF;
    background: #6E55FF;
}
.btn-upgrade-pro.orange.clicked{
    color: #111;
    background: #F1F1F1;
}
.btn-upgrade-pro:focus{
    outline: none; /* remove default outline */
    border: none;
}
.button-get-pro:hover{
    color: #FFFFFF;
    background-color: #5540CE;
}
.button-get-pro.clicked {
    color: #FFFFFF;
    background: #6E55FF;
}
.button-get-pro:focus{
    outline: none; /* remove default outline */
    border: none;
}
.claim-discount-btn:hover, .claim-discount-btn.clicked {
    color: #FFFFFF;
    background-color: #5540CE;
}
.upgrade-pro-btn-div{
    display: flex;
    padding: 0 2.5rem;
    align-items: center;
}
@media screen and (min-width: 480px) and (max-width: 1024px) {

    .th-ad-content{
        display: grid;
    }
    .th-ad-terms{
        display: grid !important;
    }   
    .th-ad-guarantee{
        padding: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .th-ad-term-head{
        padding: 0 0.5rem;
    }
    .th-try-demo{
        padding: 3rem 5rem 3rem 5rem;
        display: grid;
        justify-content: center;
        align-items: center;
    }
    .trydemo-heading{
        width: 90%;
        margin: 1rem 2rem;
    }
    .try-demo-desc{
        padding: 0rem 5rem !important;
        width: 100%;
    }
    .btn-get-pro{
        margin: 1rem 1.5rem !important;
    }
    .th-feautre-desc{
        padding: 1rem 2rem!important;
        margin: 0!important;
        text-align: left !important;
    }
    .th-wvs-feature-list-ul{
        justify-content: flex-start !important;
    }
    .th-wvs-feature-list{
        display: grid;
        margin: -1rem 1rem 2rem!important;

    }
    ul.th-wvs-feature-list li{
        height: 65px;
        line-height: 22px !important;
        background: url(../images/crown.svg) 0 0 no-repeat !important;
        margin: 0rem 3rem !important;
        text-align: left;
    }
    .th-get-pro-img{
        display: none;
    }
    .th-get-pro-desc {
        width: 70%!important;
        padding: 0 0.7rem!important;
    }
    .th-get-pro-btn {
       padding: 1rem 1rem !important;
    }
    .th-get-pro-btn .btn-upgrade-pro {
        width: 120px;
        margin: 3rem 0 0 0 !important;
    }
    .th-pro-support{
        width: 83% !important;
    }
    .th-pro-support-desc{
        margin: 0rem 0.5rem !important;
    }
    .th-hor-line{
        width: 90%;
    }
    .th-ad-content-container {
        display: grid !important;
        justify-content: center;
        align-items: center;
    }
    .th-design-types {
        margin: 0 1rem 0 2rem !important;
    }
    .th-wepo-field-type-img {
        display: grid !important; 
    }
    .th-fields {
        width: 86% !important;
        margin: 0rem 1.5rem !important;
    }
    .th-fields-img {
        position: relative;
        margin: 3rem 0 !important;
    }

    .th-section-function {
        width: 100% !important;
    }
    .th-display-rule-section-desc {
        padding: 0rem 0 0 2rem!important;
    }
    ul.th-feature-section-list{
        padding: 0 2.3rem !important;
    }
    ul.th-feature-section-list li {
        margin: 0 1rem 0rem !important;
        width: 100% !important;
    }
  
    .th-faq-tab h3 {
        width: 100% !important;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .th-faq-tab .th-faq-para {
        width: 96% !important;
        text-align: left;
    }
    .th-accordion-qstn {
        padding: 0 2rem !important; 
        text-align: left;
    }
    .th-panel p {
        padding-left: 2rem !important;
        width: 100% !important;
    }
    .th-accordion-qstn .th-accordion-img{
        margin: 0.3rem !important;
    }
    .th-accordion-qstn .th-accordion-img-opn{
        display: none;
    }
    .switch-to-pro-tab h3 {
        position: relative;
        top: 0 !important; 
        width: 70% !important;
        margin-top: -5rem;
    }
    .switch-to-pro-tab p {
        top: 0 !important;
    }
    .button-get-pro {
        margin-top: 9rem !important;
    }
    .th-review-section {
        display: grid !important;
        margin: 2rem 0 0 0 !important;
        width: 100%;
    }
    .review-quote-img img{
        display: none !important;
    }
    .review-quote-img {
        display: flex;
        padding: 0;
        background-image: url(../css/review-tab.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 10rem;
    }
    .th-review-navigator {
        display: none !important;
    }
    .th-user-review-section {
        display: grid !important;
        width: 100% !important;
        padding: 8rem 0 !important;
        justify-content: center;
        align-items: center;
    }
    .th-review-quote {
        padding: 0 0.5rem !important;
        text-align: center;
        margin-top: -14rem;
    }
    .th-user-review{
        position: absolute !important;
        margin-top: 0rem;
        width: 96% !important;
        height: 3% !important;
    }
    .th-user-review h3 {
        position: absolute!important;
        width: 88%!important;
        margin: 1.5rem 5.5rem!important;
        text-align: center;
    }
    .th-review-content {
        width: 100%!important;
        position: relative;
        padding: 3rem;
        text-align: center;
        margin: 1rem 0rem !important;
    }
    .th-user-review .th-review-user-name{
        margin: -4rem 0;
        text-align: center;
        padding: 1rem 0;
        width: 100%!important;
    }

    @media screen and (min-width: 612px) and (max-width: 1024px){
        .th-faq-tab {
            margin: 0rem 2rem 0 2rem!important;
        }
        .th-review-navigator {
            display: flex !important;
            flex-direction: row !important;
            position: relative;
            top: 18rem;
        }
        .th-review-nav-btn {
            margin-left: 1rem !important;
        }
        .th-user-review h3 {
            position: absolute!important;
            width: 80%!important;
            margin: 1.5rem 5.5rem!important;
            text-align: center;
        }
    }
    @media screen and (min-width: 300px) and (max-width: 611px){
        .th-faq-tab {
            margin: 2rem 2rem 0 2rem!important;
        }
        .th-review-navigator {
            display: flex !important;
            flex-direction: row !important;
            position: relative;
            top: 21rem;
        }
        .th-review-nav-btn {
            margin-left: 1rem !important;
        }
    }
}
@media screen and (min-width: 2000px) {
    .th-wrapper-main{
        justify-content: center;
        align-items: center;
    }
    .th-try-demo {
        width: 70%;
        padding: 1rem 0 2rem 0 !important;
    }
    .th-wepo-key-feature {
        width: 70%;
    }
    ul.th-wepo-feature-list {
        width: 74% !important;
    }
    .th-design-types {
        width: 70%;
        margin: 0 !important;
    }
 
    .th-review-section {
        width: 70% !important;
        padding: 5rem 0 4rem !important;
    }
    .th-faq-tab {
        width: 70%;
        margin: 3rem 0rem 1rem 0rem !important;
    }
    .th-faq-qstns .th-accordion{
        margin: -0.5rem 0;
    }
    .th-switch-to-pro {
        width: 70% !important;
    }
    .th-user-review {
        width: 50% !important;
    }
    .th-ad-term-head {
        width: 21rem !important;
    }
    .th-switch-to-pro{
        margin: 1rem 5.5rem 5rem !important;
    }
}
.th-wrapper-main{
    display: flex;
    flex-direction: column;
}
.prev, .next{
    display: none;
}
.btn-try-demo{
    width: 203px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #E4E4E4;
    color: #000;
    font-size: 16px;
}
.btn-get-pro{
    width: 203px;
    height: 58px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0rem 1.5rem;
}
.btn-upgrade-pro{
    display: flex;
    justify-content: center;
    align-items: center;
}
.th-ad-terms{
    width: 40%;
    background-color: #E6E6E9;
    display: flex;
    border-radius: 0px 5px 0px 0px;
}
.th-ad-guarantee{
    padding: 1rem;
    display: flex;
    justify-content: center;
}
.th-ad-term-head{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #59617D;
    width: 17rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.th-ad-term-desc{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #59617D;
}
.th-try-demo{
    text-align: center;
    padding: 1rem 0rem 2rem 0rem;
}
.th-pro-btn{
    margin-right: 1rem;
}
.try-demo-desc{
    padding: 0.2rem 11rem 1rem;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 175.43%;
    text-align: center;
    color: #121933;
}
.th-wvs-key-feature{
    position: relative;
    background: #fffaf5;
    border-radius: 15px;
    margin: 0rem 2rem 0rem 2rem;
}
.th-wvs-key-feature .th-feautre-head{
    position: relative;
    width: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    color: #121933;
    padding: 3rem 0rem 0rem 0rem;
}
.th-wvs-key-feature .th-feautre-desc{
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #121933;
    margin: 0em 8em;
    line-height: 2;
}
.th-wvs-feature-list-ul {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 2rem;
    white-space: pre-wrap;
}
ul.th-wvsfeature-list {
    text-align: right;
    list-style-position: inside;
    float: left;
}
.column-break{
    break-after: column;
}
ul.th-wvs-feature-list li {
    background: url(../images/crown.svg) 0 0 no-repeat;
    text-align: start;
    padding-left: 3rem;
    line-height: 25px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    color: #000000;
}
.th-list{
    position: relative;
    top: -0.5rem;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    padding: 19px 0.5rem;
}
.th-get-pro{
    display: flex;
    position: relative;
    background-color: #F88F42;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 15px;
}
.th-get-pro-img{
    width: 10%;
    justify-content: flex-start;
    display: flex;
}
.th-wrapper-get-pro{
    display: flex;
    justify-content: center;
    width: 90%;
    align-items: center;
}
.th-get-pro-desc{
    padding: 0rem 4.7rem;
}
.th-get-pro-btn{
    display: flex;
    justify-content: center;
    align-items: center;
}
.th-get-pro-btn .btn-upgrade-pro{
    height: 58px;
    font-size: 16px;
}
.th-get-pro-desc-head{
    display: grid;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    color: #FFFFFF;
}
.th-get-pro-desc-contnt{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
.th-star-support {
    margin: 2rem 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.th-user-star{
    display: flex;
    align-items: center;
    gap: 10px;
}
.th-user-star img{
    width: 30px;
    height: 30px;
}
.th-user-star-desc{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #000000;
}
.th-user-star-img{
    margin: 1rem 0rem;
}
.th-pro-support{
    display: flex;
    margin: -0.8rem;
}
.th-pro-support-desc{
    margin: 0.5rem 1.5rem;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 175.43%;
    color: #5B5B5B;
}
.th-pro-support-desc em{
    font-size: 18px;
    color: #121933;
    font-weight: 700;
    font-style: normal;
}
.th-hor-line{
    border: 1px solid #ddd;
    margin: 2.5rem 0 0;
    width: 94%;
}
.th-design-types{
    margin: 0 4rem 0 3rem;
}
.th-design-types-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.th-design-types-left{
    width: 50%;
    
}
.th-design-types-head{
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    color: #121933;
}
.th-design-types-h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #121933;
}
.th-design-types-desc{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #121933;
}

.th-crown{
    top: 0.5rem;
    left: 0.5rem;
    position: relative;
}

.th-wvs-pro{
    float: right;
    margin: 0rem 2rem;
}
.th-pro-features-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0.5rem 1.5rem;
    margin-bottom: 0;
}
.th-pro-features-col-left, .th-pro-features-col-right{
    flex: 0 0 auto;
    width: 49%;
}

.th-pro-feature{
    border-radius: 15px;
    margin-top: 1.5rem;
}
.th-pro-feature.wvs-display{
    background: #dde3ff;
}
.wvs-display .wvs-display-img-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.th-pro-feature.wvs-selection,
.th-pro-feature.wvs-stock-feature{
    background: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 15px;
}
.th-pro-feature.wvs-stock-feature{
    padding-bottom: 2rem;
}
.th-pro-feature.wvs-feature-note{
    background-color: #F3F3F3;
    padding-bottom: 2rem;
}

.th-pro-feature.wvs-tt-style{
    background: #121933;
}
.wvs-tt-style .th-feature-head,
.wvs-tt-style .th-feature-desc{
    color: #FFFFFF;
}
.th-feature-head{
    color: #2C3351;
    font-size: 20px;
    font-weight: bolder;
    padding-top: 2.5rem;
    padding-left: 2rem;
}
.th-feature-sub-head{
    color: #2C3351;
    font-size: 20px;
    font-weight: bolder;
    padding-top: 1.5rem;
    padding-left: 2rem;
}
.th-feature-desc{
    font-size: 14px;
    padding: 0.5rem 8rem 0rem 2rem;
    line-height: 24.56px;
    color: #2C3351;
}
ul.th-feature-section-list{

    font-style: normal;
/*    font-weight: 600;*/
    font-size: 14px;
    line-height: 233%;
    color: #2C3351;
    padding: 0.5rem 3.3rem;
    list-style-type: disc;
}
ul.th-feature-section-list.wvs-tooltip-list{
    font-style: normal;
    font-size: 15px;
    line-height: 233%;
    color: #ffffff;
    padding: .5rem 3.3rem;
    list-style-type: disc;
    font-weight: 700;
}
ul.th-feature-section-list li{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 2.5rem;
}
ul.th-feature-section-list li::marker {
    color: #2C3351;
    font-size: 1.5rem;
}
ul.th-feature-section-list.selection-style-list li::marker,
ul.th-feature-section-list.wvs-tooltip-list li::marker
{
    color: #6E55FF;
}
ul.th-feature-section-list.wvs-stock-list{
    font-weight: 600;
    font-size: 15px;
}
ul.th-feature-section-list li b {
  font-weight: 800;
}
.feature-desc-imgs{
    align-items: center;
    margin: auto;
    padding: 40px 91px;
}
.feature-desc-imgs .sel-style-box-2{
    position: relative;
    display: inline-block;
    margin-top: 1rem;
}
.feature-desc-imgs .overlay-tick {
    position: absolute;
    left: 50%;
    top: 36%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.tt-styles-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 1px dashed rgba(255, 255, 255, 0.25);
}
.tt-styles-row .tt-style-box{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    border-right: 1px dashed rgba(255, 255, 255, 0.25);
}
.additional_note b{
    font-weight: 800;
}

.display-section-img{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.display-section-img img{
    padding-bottom: 1rem;
    max-width: 100%;
    height: auto;
}

ul.th-display-field-list{
    list-style-type: disc;
    padding: 0.5rem 3.3rem;
}
ul.th-display-field-list li{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 200%;
    color: #121933;
    margin: 0rem 0rem;
}
.th-price-fields{
    position: relative;
    width: 98%;
    top: 10px;
    float: right;
    background: #f3f3f3;
    border-radius: 15px;
    height: 49.70%;
}
.th-price-fields-head{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #121933;
    /* height: 30px; */
    /* padding-top: 1.3rem; */
    padding-left: 2rem;
    padding-top: 1rem;
}
.th-price-fields-desc{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #121933;
    width: 90%;
    /* height: 80px; */
    padding-left: 2rem;
    line-height: 24.56px;
}
.th-layouts-section{
    position: relative;
    width: 100%;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 15px;
    height: 46.7%;
}
.th-layouts-img{
    position: relative;
    margin: 3rem 1rem;
}
.th-layouts-img img {
    width: 100%;
    height: auto;
}
.th-price-table-img{
    position: relative;
    margin: 1rem 3rem;
}
.th-price-table-img img {
    width: 480px;
    height: 210px;
}

.text-clr-black {
    color: #121933 !important;
}
ul.th-feature-section-list.text-clr-black li::marker {
    color: #121933;
}
.switch-to-pro-tab{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    transform: matrix(1,0,0,1,0,0);
}
.th-switch-to-pro{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 80%;
    height: 259px;
    margin: 0 4.5rem 3rem;
    text-align: center;
    background: #fffaf5;
    border-radius: 21px;
}
.switch-to-pro-heading{
    font-weight: 700;
    font-size: 21px;
    line-height: 164%;
    text-align: center;
    color: #121933;
    margin-top: -4rem;
}
.th-switch-to-pro p{
    position: relative;
    color: #121933;
    font-size: 14px;
    width: 85%;
    margin-top: -0.5rem;
}
.button-get-pro{
    position: absolute;
    width:203px;
    height:58px;
    background: #6E55FF;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 166.5%;
    text-align: center;    
    color: #FFFFFF;
    margin-top: 7rem;
}
.th-faq-tab{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 2rem 2rem 1rem 2rem;
}
.th-faq-desc{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.th-faq-tab h3{
    position: relative;
    width: 61px;
    height: 33px;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 148.93%;
    color: #121933;
}
.th-faq-tab .th-faq-para{
    position: relative;
    width: 67%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 188.5%;
    text-align: center;
    color: #121933;
    margin: -1rem;
}
.th-faq-tab .arrow-svg{
    float: right;
    bottom: 35px;
    position: relative;
}
.th-faq-qstns{
    margin: 3rem 0rem;
}
.th-accordion-qstn{
    display: flex;
    justify-content: space-between;
    padding: 0rem 4rem;
}
.th-accordion-qstn p{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 148.93%;
    color: #121933;
}
.th-accordion-qstn .th-accordion-img-opn{
    display: none;
}
.th-faq-links, .th-panel p{
    padding-left: 4rem;
    text-align: left;
    width: 58rem;
    overflow-wrap: break-word;
    font-size: 14px;
    color: #121933;
    line-height: 24.56px;
}
.th-faq-answer, .th-faq-notes{
    padding-bottom: 2rem;
}
#slider {
  max-width: 350px;
  overflow-y: auto;
  overflow: hidden;
  height: auto;
  margin: 50px auto;
}
#slider ul li {
  position: relative;
}
#slider ul {
  width: 1400px;
  height: 150px;
  position: relative;
}
#slider ul li img {
  position: relative;
  float: left;
}
#buttons {
  width: 350px;
  margin: -20px auto;
  display: block;
}
#next {
  float: right;
  padding: 5px 10px;
  color: #333;
  outline: none;
  border: 2px solid #333;
}
#prev {
  padding: 5px 10px;
  color: #333;
  outline: none;
  border: 2px solid #333;
}
.th-review-nav-btn.active {
  background: #6E55FF !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.th-faq-qstns .th-accordion{
    box-sizing: border-box;
    position: relative;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 21px;
    transition: 0.4s;
    padding-bottom: 20px;
    padding-top: 10px;
    margin: -0.5rem 0;
    cursor: pointer;
}
.th-panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  border-radius: 21px;
}
.th-review-nav-btn-hide{
    display: none;
}
.th-review-section{
    display: flex;
    padding: 5rem 0 0;
    width: 100%;
}
.review-quote-img {
    display: flex;
    padding: 0 3rem;
}
.th-review-navigator{
    border-left: 2px solid #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
}
.th-review-nav-btn {
    width: 1rem;
    height: 1rem;
    background-color: #f0f0f0;
    border-radius: 50%;
    position: relative;
    margin-left: -0.8rem;
    margin-bottom: 1rem;
}
.th-user-review-section {
    display: flex;
    width: 100%;
    padding: 3rem 5rem;
}
.th-review-nav-btn li:last-child{
    width:0.5rem;
    height:0.5rem;
    background-color: #F0F0F0;
    border-radius: 50%;
    position :relative;
    left:20px;
    top:4rem;
    margin-top: 1.5rem;   
}
.th-reviews{
    display: flex;
}
.th-user-review{
    position: absolute;
    display: grid;
}
.th-review-quote{
    padding:1rem 1.5rem;
}
.th-user-review h3{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #121933;
    width: 78%;
    margin: 1rem 5rem;
}
.th-review-content{
    width: 78%;
    margin: 1rem 5rem;
}
.th-user-review p{
    font-size:14px;
    color: #121933;
    line-height: 24.56px;
}
.th-review-user-name{
    font-weight: 700;
    margin: 0 5rem;
}
.th-review-navigator-tab{
    display: none;
}
ul.feature-list li:marker {
    content: "\f147";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    color: #2271b1;
    margin-right: 10px;
    word-wrap: break-word;
    font-family: 'dashicons';
    font-weight: bold;
}
ul.th-wepo-feature-list li::marker {
    width: 1rem;
}

/*-----------------------------------------
 *----- PREMIUM FEATURE TAB - END ---------
 *-----------------------------------------*/