:root {
    --dotstore-primary: #27AE60;
    --dotstore-secondary: #FFC107;
    --dotstore-remove: #EF0000;
}

/* Spacer calculation start */
.spacer-1{display: flex; margin: 5px 0 5px;}
.spacer-2{display: flex; margin: 10px 0 10px;}
.spacer-3{display: flex; margin: 15px 0 15px;}
.spacer-4{display: flex; margin: 20px 0 20px;}
.spacer-5{display: flex; margin: 25px 0 25px;}
.spacer-6{display: flex; margin: 30px 0 30px;}
/* Spacer calculation end */

#dotsstoremain,#dotsstoremain *{-webkit-box-sizing:border-box;box-sizing:border-box;}
body{background-color: #F2F2F3}
#wpfooter p#footer-left{float: none;text-align: center;}
#wpfooter p#footer-left a,.fs-modal a{color: var(--dotstore-primary)}
#adminmenu .wp-has-current-submenu .wp-not-current-submenu + .wp-submenu{border-left:none;}
input[type=checkbox]:checked:before{content:'';-webkit-mask:url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%233582c4%27%2F%3E%3C%2Fsvg%3E);mask:url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%233582c4%27%2F%3E%3C%2Fsvg%3E);background-color:var(--dotstore-primary);-webkit-mask-image:url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%233582c4%27%2F%3E%3C%2Fsvg%3E);}
input[type=radio]:checked::before{background-color:var(--dotstore-primary);}
input[type=checkbox]:focus,input[type=radio]:focus{border-color:var(--dotstore-primary);box-shadow:none;}
.fs-modal input[type=text]:focus, #fs_account .fs-key-value-table input[type=text]:focus, #chk_fees_per_page:focus, .wcpfc-section-left input:focus, .wcpfc-section-left textarea:focus, .wcpfc-section-left select:focus, .ds-plugin-setup-wizard-main select:focus{border-color:var(--dotstore-primary);box-shadow:none;outline:none;}
#tiptip_holder, #tiptip_content{max-width:290px!important;}
.wp-core-ui .dots-settings-inner-main input:not([type=checkbox]):not([type=radio]), .wp-core-ui .dots-settings-inner-main select, .wp-core-ui .dots-settings-inner-main textarea{font-size:14px;min-height:30px;}
.dots-settings-inner-main .fs-notice[data-id="activation_pending"]{display:none!important;}
a, a:hover{color:var(--dotstore-primary)}
.wcpfc-hide-limit-notice .notice-dismiss{text-decoration:none;}

/* header new design */
header.dots-header{background-color:#fff;border-radius:5px;box-shadow:0 4px 10px rgb(0 0 0 / 8%);margin:10px 0 30px;}
.dots-plugin-details{border-bottom:1px solid rgb(112 112 112 / 20%);padding:10px 20px;}
.dots-plugin-details .dots-header-left{align-items:center;}
.dots-logo-main img{width:38px;padding:0}
.dots-plugin-details .dots-header-left .plugin-name{margin:0 10px;}
.dots-plugin-details .dots-header-left .plugin-name .title{font-size:18px;line-height:24px;font-weight:500;margin:0;}
.dots-logo-main{margin:0;background-color:transparent;box-shadow:none;}
.dots-plugin-details .version-label{font-size:18px;line-height:24px;font-weight:500;color:#939393;border:1px solid #E2E4E7;border-radius:4px;position:relative;padding:8px 10px 8px 30px;text-transform:uppercase;margin-right:9px;}
.dots-plugin-details .version-label::before{content:"";position:absolute;top:13px;left:10px;display:inline-block;width:16px;height:14px;background-image:url('../images/pro-plugin-icon.svg');background-repeat: no-repeat;}
.dots-plugin-details .version-label.pro_extra_fee::before{background-image:url('../images/premium-upgrade-img/pro-feature-icon.svg');}
.dots-plugin-details .version-number{font-size:13px;line-height:18px;font-weight:400;color:#BABDC3;}
.dots-bottom-menu-main{padding:0 10px;display:flex;align-items:center;flex-wrap:wrap;}
.dots-getting-started{width:110px}
.dots-getting-started ul li{display:inline-block;position:relative;float:left;margin:0;}
.dots-getting-started ul li a{text-decoration:none;-webkit-transition:all 200ms ease-in;transition:all 200ms ease-in;font-size:14px;padding:11px 0;display:block;line-height:19px;color:#000;border-bottom:2px solid transparent;margin:0;}
.dots-getting-started ul li a.active{color:#fff;background:#444;}
.dots-getting-started ul li:hover > a,.dots-getting-started ul li a.active{color:#000;background:transparent;border-bottom-color:var(--dotstore-primary);}
.dots-getting-started ul{display:inline-block;float:left;margin:0;width:100%;}
.dots-getting-started ul li ul.sub-menu{display:none;position:absolute;top:100%;left:0;width:207px;z-index:999;}
.dots-getting-started ul li ul.sub-menu li{display:block;vertical-align:middle;text-align:left;background:#b8b8b8;width:100%;}
.dots-getting-started ul li:hover ul.sub-menu{display:block;}

.getting-started-feature-list ul{margin:10px 0 0 10px;}
.getting-started-feature-list ul li{font-size:15px;line-height:22px;color:#000;padding:0 0 12px 20px;position:relative;margin:0;}
.getting-started-feature-list ul li::before{content:'';background-color:var(--dotstore-primary);display:inline-block;font-size:0px;width:10px;margin-left:0em;position:absolute;left:0px;top:7px;height:10px;border-radius:50%;}
.getting-started-feature-list ul li:last-child{padding-bottom:0}
.dots-getting-started-main .getting-started-actions .getting-started-upgrade {font-size: 20px;text-decoration: underline;line-height: 150%;}
.dots-getting-started-main .getting-started-actions .ds-offer{color: var(--dotstore-primary);}

.dots-menu-main{background-color:transparent;width:calc(100% - 110px);}
.dots-menu-main ul li a{font-size:14px;line-height:19px;font-weight:400;padding:11px 0;border-bottom:2px solid transparent;margin:0 14px;}
#dotsstoremain a:focus{outline:none;box-shadow:none;}
.dots-menu-main ul li:hover > a,.dots-menu-main ul li a.active{color:#000;background:transparent;border-bottom-color:var(--dotstore-primary);}
.dots-menu-main ul li ul.sub-menu{box-shadow:0 4px 10px 4px rgb(0 0 0 / 8%);}
.dots-menu-main ul li ul.sub-menu li{background-color:#fff;}
#dotsstoremain .button-dots{margin-right:0;margin-left:0;}
.dots-header .button-dots a{font-size:16px;line-height:21px;font-weight:400;color:#000;text-decoration:none;position:relative;margin-right:12px;padding-right:14px;}
.dots-header .button-dots a::after{content:"|";position:absolute;display:inline-block;font-size:16px;line-height:20px;font-weight:400;color:#000;top:0;right:0;}
.dots-header .button-dots a:not(.dots-upgrade-btn)::before{content:"";position:absolute;bottom:-4px;left:0;width:calc(100% - 13px);display:inline-block;height:2px;background-color:var(--dotstore-primary);visibility:hidden;opacity:0}
.dots-header .button-dots:last-child a:not(.dots-upgrade-btn)::before{width:100%;}
.dots-header .button-dots.last-link-button a::before{width:100%;}
.dots-header .button-dots a:hover::before{visibility:visible;opacity:1}
.dots-header .button-dots:last-child a, .dots-header .button-dots.last-link-button a {padding-right:0;margin-right:0;}
.dots-header .button-dots:last-child a::after, .dots-header .button-dots.last-link-button a::after{display:none;}
.dots-header .button-dots a.dots-upgrade-btn{background-color:var(--dotstore-secondary);border-radius:5px;padding:8px 20px;color:#000;margin-left:16px;text-align:center;}
.wrap .notice, .wrap div.error, .wrap div.updated{margin:0 0 24px;}

/* FLEXBOX Approach --- */
.dots-other-plugin-main{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;background-color:#fff;-webkit-box-shadow:0 4px 14px rgb(0 0 0 / 2%);box-shadow:0 4px 14px rgb(0 0 0 / 2%);border-radius:5px;padding:30px;justify-content: center;max-width:1350px;margin:0 auto;}
.dots-other-plugin-main h3{font-size: 26px;margin-top: 0;}
.dsmrkt-free-plugins {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;gap: 30px;width: 100%;}
.dsmrkt-free-plugins .dsmrkt-free-plugin {width: 100%;max-width: calc(100% / 3 - 20px);display: flex;flex-direction: column;justify-content: space-between;border-radius: 5px;overflow: hidden;border: 1px solid #cbcbcb;}
.dsmrkt-free-plugin-body{display: flex;align-items: flex-start;font-size: 14px;min-height: 150px;}
.dsmrkt-free-plugin-image {width: 25%;display: flex;justify-content: center;align-items: center;padding: 10px;}
.dsmrkt-free-plugin-image img {width: 100%;height: 100%;object-fit: contain;}
.dsmrkt-free-plugin-details {width: 75%;padding: 10px;}
.dsmrkt-free-plugin-details h4 {font-size: 15px;font-weight: bold;margin: 5px 0;}
.dsmrkt-free-plugin-details p {font-size: 14px;color: #666;margin: 8px 0;}
.dsmrkt-free-plugin-details .star-rating{display: inline-block;}
.dsmrkt-free-plugin-details .vers.column-rating {line-height: 22px;}
.dsmrkt-free-plugin-footer {display: flex;justify-content: space-between;align-items: center;padding: 10px;font-size: 13px;background: #efefef;}
.dsmrkt-free-plugin-footer-left {display: flex;flex-wrap: wrap;justify-content: flex-start;flex-direction: column;gap: 5px;}
.dsmrkt-free-plugin-footer-right {display: flex;flex-wrap: wrap;width: 30%;justify-content: flex-end;}
.dsmrkt-free-plugin-footer .status {font-weight: normal;}
.dsmrkt-free-plugin-footer .status .active {color: var(--dotstore-primary);}
.dsmrkt-free-plugin-footer .help {padding: 8px 12px;background: var(--dotstore-primary);color: white;border: none;border-radius: 5px;cursor: pointer;}
.dsmrkt-free-plugin-footer .help:hover {opacity: 0.8;}
  

/* Rule listing new design */

.dots-settings-inner-main h1.wp-heading-inline{padding:0}
#dotsstoremain .dots-settings-inner-main .wp-list-table *,#dotsstoremain .dots-settings-inner-main .tablenav{-webkit-box-sizing:content-box;box-sizing:content-box;}
.dots-settings-inner-main .wcpfc-main-table.no-rules .tablenav{display: none;}
.dots-settings-inner-main .wp-list-table{border:none;box-shadow:0 4px 10px rgb(0 0 0 / 8%);margin:20px 0;border-radius:5px;}
.dots-settings-inner-main .wp-list-table a{color:#000;}
.dots-settings-inner-main .wp-list-table strong a{font-weight:500;}
.dots-settings-inner-main .wp-list-table th a{padding:13px 8px;}
.dots-settings-inner-main .wp-list-table .row-actions .delete a{color:var(--dotstore-remove);}
.dots-settings-inner-main .wp-list-table td, .dots-settings-inner-main .wp-list-table th{color:#000}
.dots-settings-inner-main .striped>tbody>:nth-child(odd),.dots-settings-inner-main ul.striped>:nth-child(odd){background-color:#F5F5F5;}
.dots-settings-inner-main .form-table th{width:285px;}
.dots-settings-inner-main .tablenav.top{display:inline-block;width:100%;margin:16px 0 4px;border-top:1px solid rgb(112 112 112 / 20%);padding:19px 0 0;}
.dots-settings-inner-main .dots-btn-with-brand-color,.wcpfc-section-left .dots-btn-with-brand-color:hover,.wcpfc-section-left .dots-btn-with-brand-color:focus,.dots-settings-inner-main .button,.dots-settings-inner-main .button:focus,#fs_account .button,#fs_account .button:focus,#fs_account .button:hover,.wp-core-ui .button.active,.wp-core-ui .button.active:focus,.wp-core-ui .button.active:hover,.wp-core-ui .button-secondary,.wp-core-ui .button-secondary:focus,.wp-core-ui .button-secondary:hover{border:1px solid var(--dotstore-primary);border-radius:5px;background-color:#FFFFFF;font-size:13px;line-height:15px;font-weight:500;color:var(--dotstore-primary);padding:7px 10px;display:inline-block!important;box-shadow:none;box-shadow:none;min-height:auto}
.dots-settings-inner-main .pagination-links .button, .dots-settings-inner-main .tablenav-pages .pagination-links .current-page{padding:0 8px;font-size:16px;line-height:1.625;min-height:28px!important;}
.dots-settings-inner-main .pagination-links .button,
.search-box #search-submit,
.wcpfc-section-left .wcpfc-main-table .action,
.dots-settings-inner-main .wcpfc-add-rule-page .button:not(input),
#fs_account .button,
.dots-settings-inner-main .button{border-color:#8c8f94;color:#000;background-color:#fff;transition:all 0.25s ease;min-height:auto;outline:none;box-shadow:none;}
.dots-settings-inner-main .pagination-links .button:hover,
.search-box #search-submit:hover,
.wcpfc-section-left .wcpfc-main-table .action:hover,
.dots-settings-inner-main .wcpfc-add-rule-page .button:not(input):hover,
.wcpfc-filter-specific .button.primary.active,
.dots-settings-inner-main .button:hover{border-color:var(--dotstore-primary);color:var(--dotstore-primary);background-color:#fff;}
.dots-settings-inner-main .button-primary,.dots-settings-inner-main .button-primary:hover,.dots-settings-inner-main .button-primary:focus,.wp-core-ui .button-primary,.wp-core-ui .button-primary:hover,.wp-core-ui .button-primary:focus{border-radius:5px;font-size:13px;line-height:15px;font-weight:500;padding:7px 10px;display:inline-block!important;box-shadow:none;background-color:var(--dotstore-primary);border:1px solid var(--dotstore-primary);color:#fff;min-height:auto}

/* Conditional Rules CSS */
#tbl-product-fee .delete-row.disable-delete-icon{opacity:0.5;pointer-events:none;}
.wcpfc-section-left #tbl-product-fee tr td{padding:15px 20px;vertical-align:middle;}
.wcpfc-section-left #tbl-product-fee tr td:last-child{width:55px;padding:10px;text-align:center;}
.wcpfc-section-left #tbl-product-fee tr td:nth-child(3){width:calc(53% - 55px);padding-right:0;}
.wcpfc-section-left #tbl-product-fee tr td:nth-child(2){width:20%;}
.wcpfc-section-left #tbl-product-fee tr td:first-child{width:27%;}
.wcpfc-section-left #tbl-product-fee tr td textarea,.wcpfc-section-left #tbl-product-fee tr td input{width:100%;max-width:100%;min-width:100%;}

/* Plugin submenu items design */
.dotstore-submenu-items{display:inline-block;width:100%;margin:0 0 18px;}
.dotstore-submenu-items ul{display:flex;flex-wrap:wrap;align-items:center;padding:0;margin:0;}
.dotstore-submenu-items ul li{position:relative;display:inline-block;padding-right:10px;margin-right:8px;}
.dotstore-submenu-items ul li::before{content:"|";position:absolute;display:inline-block;font-size:16px;line-height:16px;font-weight:400;color:#8C8F94;top:0;right:0;}
.dotstore-submenu-items ul li:last-child::before{display:none;}
.dotstore-submenu-items ul li a{font-size:14px;line-height:19px;font-weight:400;color:#000;text-decoration:none;}
.dotstore-submenu-items ul li a.active{color:var(--dotstore-primary);font-weight:600;}

/* Plugin tables new design */
.wcpfc-section-left h2:not(.fs-content h2), #fs_account h3{font-size:18px;line-height:24px;font-weight:500;background-color:#DEDEDE;padding:15px 30px;border:none;margin:0;color:#1d2327;border-bottom:1px solid #dadada;border-radius:5px 5px 0 0;}
/* .dots-settings-inner-main .res-cl:not(.wcpfc-add-rule-page){box-shadow:0 0 10px rgb(0 0 0 / 8%);} */
.dots-settings-inner-main .element-shadow{box-shadow:0 0 10px rgb(0 0 0 / 8%);}
.wcpfc-section-left table.table-outer tr:last-child{border:none;}
.wcpfc-section-left table.table-outer tr td.fr-1, .wcpfc-section-left table.table-outer tr th.fr-1{font-weight:400;width:28%;border:none;}
.wcpfc-section-left .wcpfc-mastersettings table.table-outer tr td.fr-1{border-top: 1px solid #dadada;}
.wcpfc-section-left table.min-max-manage-msg-table tr td.fr-1{width:37%;}
.wcpfc-section-left table.table-outer tr td.fr-2{border:none;}
.wcpfc-section-left table.table-outer tr th,.wcpfc-section-left table.table-outer tr td{font-size:14px;line-height:19px;font-weight:400;padding:15px 30px;position:relative;}
.wcpfc-section-left table.table-outer tr th{padding:20px 30px;}
.wcpfc-section-left table.table-outer tr th label, .wcpfc-section-left table.table-outer tr td label{vertical-align:top;}
.wcpfc-section-left table.table-outer tr td.fr-2 a,.wcpfc-section-left table.table-outer tr td.fr-2 a:hover{color:var(--dotstore-primary);text-decoration:none;}
#dotsstoremain th.titledesc, .wcpfc-section-left table.table-outer:not(.table-mastersettings) tr td{border:none;}
.wcpfc-section-left table.table-outer tr{background-color:#fff;border-bottom:1px solid #dadada;}
.dots-settings-inner-main .wcpfc-section-left.mmqw-get-started-table{box-shadow:0 0 10px rgb(0 0 0 / 8%);}
.wcpfc-import-export-section tr td:first-child label{font-weight:600;}
.wcpfc-section-left .wcpfc-rule-general-settings{box-shadow: 0 0 10px rgb(0 0 0 / 8%);border-radius: 5px;}
.wcpfc-section-left .fees-rules,.fees-pricing-rules .main_rule_condition,.fees-pricing-rules .fees-pricing-rules-inner{box-shadow:0 0 10px rgb(0 0 0 / 8%);border-radius:5px;background-color: #fff;}
#dotsstoremain .all-pad .dots-settings-left-side{width:100%;}
.wcpfc-main-table .fees-rules table.form-table.table-outer.product-fee-table{margin-bottom:0;}
.wcpfc-main-table a{color:var(--dotstore-primary)}
.wcpfc-main-table .wcpffc_chk_advanced_settings, .wcpfc-main-table .dsmrkt_help_docs, .wcpfc-main-table .dsmrkt_activate_plugin{font-size:14px;margin-top:10px;display:inline-block;text-decoration:underline;}
.wcpfc-main-table table.table-outer tr.wcpffc_advanced_setting_section{display:none;background-color:#f5f5f5}
.wcpfc-import-export-section input[type="file"]::-webkit-file-upload-button{color:var(--dotstore-primary);padding:8px;border:1px solid var(--dotstore-primary);border-radius:5px;margin-right:8px;background-color:transparent;}
.wcpfc-import-export-section input[type="file"]::file-selector-button{color:var(--dotstore-primary);padding:8px;border:1px solid var(--dotstore-primary);border-radius:5px;margin-right:8px;background-color:transparent;}
.wcpfc-section-left .wcpfc-table-tooltip .woocommerce-help-tip{position:absolute;top:50%;right:-30px;transform:translateY(-50%);margin:0;}
.wcpfc-section-left .wcpfc-table-tooltip table.table-outer tr td{padding:16px 10px;width:calc(100% - 285px);}
.wcpfc-section-left .wcpfc-table-tooltip .applyperqty-box{display:inline-block;position:relative;padding:10px 24px 10px 0;width:-webkit-max-content;width:-moz-max-content;width:max-content;}
.wcpfc-section-left .wcpfc-table-tooltip table.table-outer .applyperqty-box label{vertical-align:middle;display:inline-block;min-width:305px;}
.wcpfc-section-left .wcpfc-table-tooltip .applyperqty-box .woocommerce-help-tip{right:6px}
.wcpfc-section-left .wcpfc-table-tooltip .applyperqty-box input[type=checkbox]{margin:0}
.wcpfc-section-left .wcpfc-table-tooltip table.table-outer tr th label, .wcpfc-section-left .wcpfc-table-tooltip table.table-outer tr td label{display:block;vertical-align:middle;position:relative;}
.wcpfc-main-table table.table-outer tr.depend_of_custom_weight_base, .wcpfc-main-table table.table-outer tr.enable_optional_checked, .wcpfc-main-table table.table-outer tr.enable_taxable_checked, .wcpfc-section-left .table-mastersettings tr.wcpffc_merged_fee_settings{background-color:#f5f5f5;display:none;}
.product-fee-table .forminp .description.wcpfc_dynamic_rules_tooltips{padding:15px 12px;width:95%;}
.product-fee-table .forminp .description.wcpfc_dynamic_rules_tooltips p{margin:0;position:relative;cursor:pointer;padding-right:40px;}
.product-fee-table .forminp .description.wcpfc_dynamic_rules_tooltips p:after{content:"\f140";position:absolute;top:-10px;right:0;display:inline-block;font-family:dashicons;font-size:33px;font-weight:600;color:#696969;line-height:normal;}
.product-fee-table .forminp .description.wcpfc_dynamic_rules_tooltips p.wcpfc-dynamic-rules-hide:after{content:"\f142";}
.product-fee-table .wcpfc_dynamic_rules_tooltips p.wcpfc-dynamic-rules-hide + .wcpfc_dynamic_rules_content{display:none;}
.product-fee-table .wcpfc_dynamic_rules_tooltips .wcpfc_dynamic_rules_content{margin-top:4px;}
.wcpfc-section-left .wcpfc-table-tooltip table.table-outer .fees_on_cart_total_wrap label{display:inline-block;vertical-align:top;margin-top:3px;}
.wcpfc-section-left .table-mastersettings input:not([type=checkbox]){width:100%;max-width:50%;min-width:320px;}
.wcpfc-main-table a.ds_reset_time{margin-left:2px;}
.wcpfc-main-table a.ds_reset_time::before{content:"\f463";font:normal 25px/1 dashicons;font-weight:400;display:inline-block;position:relative;top:7.5px;line-height:15px;-webkit-font-smoothing:antialiased;}
.wcpfc-main-table table.table-outer tr td.wcpfc-radio-section label{display:inline-block;margin-right:7px}
.wcpfc-main-table tr td.wcpfc-radio-section input[type=radio]{box-shadow:none;margin-right:1px;}
.wcpfc-main-table .wcpfc-rule-general-settings .product-fee-table tbody tr td .ds_time_wrap input.text-class{max-width:18.54%;min-width:125px;display:inline-block;}
.wcpfc-section-left table.table-mastersettings tr th.fr-1{width:35%;}

/* Advanced section style */
.fees-pricing-rules .main_rule_condition .advance_rule_condition_match_type{border:none;background-color:#f5f5f5;}
.fees-pricing-rules .fees_pricing_rules{border:none;}
.fees-pricing-rules .fees_pricing_rules .tabs .tab-link.current{border-left-color:var(--dotstore-primary);box-shadow:inset 3px 0 0 var(--dotstore-primary);color:var(--dotstore-primary);border-right:none;}
#apm_wrap.fees-pricing-rules .fees_pricing_rules .tab-content .sub-title{background-color:#f5f5f5;}
#apm_wrap .heading th{color:#333;}
#apm_wrap table.table-outer tr, .wcpfc-section-left table.whsm-general-settings-tbl tr{background-color:#fff;}
.fees-pricing-rules table.fees-table{border:1px solid #ddd;border-top:0;}
.fees-pricing-rules table.fees-table tr{border-left:0;}
.wcpfc-section-left .fees-pricing-rules{background:#fff;display:block;margin:50px auto 25px;width:100%;box-shadow:0 0 10px rgb(0 0 0 / 8%);border-radius:5px;}
#apm_wrap.fees-pricing-rules .fees_pricing_rules .tab-content .sub-title h2{padding:10px;font-size:16px;}
.fees-pricing-rules .fees_pricing_rules .sub-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:20px;text-align:left;font-weight:400;margin-top:0px;}
.fees-pricing-rules .tap-cas tr td .ap-label-checkbox{font-size:12px;}
.fees-pricing-rules .fees_pricing_rules{padding:0;margin-bottom:-5px;}
.fees-pricing-rules .fees_pricing_rules .tabs{margin:0}
.fees-pricing-rules .fees_pricing_rules .tabs .tab-link{padding:18px 14px;box-sizing:border-box;text-align:left;}
.wcpfc-section-left #apm_wrap .sub-title .woocommerce-help-tip{vertical-align:middle;margin-top:-3px}
.wcpfc-section-left .fees-pricing-rules .woocommerce-help-tip{margin-left:1px;}
.wcpfc-section-left #apm_wrap .sub-title .calculate_n_combination{margin-left:10px;font-size:15px;line-height:normal;display:inline-block;}
.wcpfc-section-left #apm_wrap .sub-title .calculate_n_combination input{margin-right:2px;}

.wcpfc-section-left #apm_wrap .advance_pricing_rule_box tr th:last-child a{opacity:0;visibility:hidden;}
.wcpfc-section-left #apm_wrap .advance_pricing_rule_box tr th,.wcpfc-section-left #apm_wrap .advance_pricing_rule_box tr td{padding:15px 20px;vertical-align:middle;}
.wcpfc-section-left #apm_wrap .advance_pricing_rule_box tr th:last-child,.wcpfc-section-left #apm_wrap .advance_pricing_rule_box tr td:last-child{width:55px;padding:10px;text-align:center;}
.wcpfc-section-left #apm_wrap .advance_pricing_rule_box tr th:nth-child(4),.wcpfc-section-left #apm_wrap .advance_pricing_rule_box tr td:nth-child(4){width:calc(22% - 55px);padding-right:0;}
.wcpfc-section-left #apm_wrap .advance_pricing_rule_box tr th:nth-child(3),.wcpfc-section-left #apm_wrap .advance_pricing_rule_box tr td:nth-child(3){width:17%;}
.wcpfc-section-left #apm_wrap .advance_pricing_rule_box tr th:nth-child(2),.wcpfc-section-left #apm_wrap .advance_pricing_rule_box tr td:nth-child(2){width:17%;}
.wcpfc-section-left #apm_wrap .advance_pricing_rule_box tr th:first-child,.wcpfc-section-left #apm_wrap .advance_pricing_rule_box tr td:first-child{width:44%;}
.wcpfc-section-left #apm_wrap .advance_pricing_rule_box tr td input:not([type=checkbox]){width:100%;}

/* Freemius My Account page style */
#fs_account .has-sidebar-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
#fs_account .has-sidebar-content .postbox{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;max-width:100%;width:100%;border:none;-webkit-box-shadow:0 4px 10px rgb(0 0 0 / 8%);box-shadow:0 4px 10px rgb(0 0 0 / 8%);border-radius:5px;}
#fs_account #dotsstoremain .all-pad{margin:0;}
#fs_account .fs-notice.fs-has-title{margin-bottom:40px!important;}
#fs_account .button{vertical-align:middle;}
#fs_account .button.fs-change-plan{margin-left:5px;}
#fs_account .fs-key-value-table code,#fs_account .fs-key-value-table input[type=text]{color:#3c434a;-webkit-box-shadow:none;box-shadow:none;}
#poststuff #fs_account .inside{padding:0;margin:0}
#fs_account #fs_account_details tr{background-color:#fff}
#fs_account .fs-key-value-table td,#fs_account .fs-key-value-table th{border-bottom:1px solid #dadada;padding:10px 30px}
#fs_account .fs-key-value-table tr:last-child td,#fs_account .fs-key-value-table tr:last-child th{border-bottom:none;}
#fs_account .fs-key-value-table tr td:first-child{text-align:left;}
#fs_account .fs-header-actions{top:21px;right:30px;}
#fs_account .fs-header-actions a{color:#1d2327;}
#fs_account h3 span{display:none;}
#fs_account .fs-header-actions ul li:nth-child(even){font-size:0;position:relative;width:18px;}
#fs_account .fs-header-actions ul li:nth-child(even)::after{content:"|";position:absolute;top:-6px;left:7px;display:inline-block;width:100%;font-size:20px;line-height:normal;}
#fs_account #fs_account_details tr.fs-field-product_id,#fs_account #fs_account_details tr.fs-field-site_id,#fs_account #fs_account_details tr.fs-field-site_public_key,#fs_account #fs_account_details tr.fs-field-site_secret_key{display:none;}
#fs_account i.dashicons{margin-bottom:2px;height:auto;}
#fs_account .fs-key-value-table tr td nobr, #fs_account .fs-key-value-table tr code{font-weight:400;font-size:14px;line-height:34px;color:#333;}
#fs_account .fs-key-value-table input[type=text]{font-size:14px;line-height:19px;}
#fs_account label.fs-tag{vertical-align:top;margin-top:6px;}

/* Page Loader */
.dotstore_plugin_page_loader{position:fixed;width:100%;height:100%;top:0;left:0;z-index:1;display:none;}
.dotstore_plugin_page_loader::after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background-color:rgb(0 0 0 / 48%);border-radius:2px;z-index:9999;}
.dotstore_plugin_page_loader::before{content:"";margin:auto;border:2px solid #fff;width:50px;height:50px;display:inline-block;position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:50%;border-right:2px solid var(--dotstore-primary);text-align:center;-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:900ms;animation-duration:900ms;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:cubic-bezier(0.53,0.21,0.29,0.67);animation-timing-function:cubic-bezier(0.53,0.21,0.29,0.67);z-index:99999;}
@-webkit-keyframes spin{
    0%{-webkit-transform:rotate(0deg);}
    100%{-webkit-transform:rotate(360deg);}
}
@keyframes spin{
    0%{-webkit-transform:rotate(0deg);}
    100%{-webkit-transform:rotate(360deg);}
}

/* Dynamic Promotional Bar CSS */
.dpb-popup{padding:25px 23px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#FEF7EA;border:2px solid #F0D4A9;-webkit-box-shadow:0 6px 10px 0 rgb(239 229 210 / 88%);box-shadow:0 6px 10px 0 rgb(239 229 210 / 88%);border-radius:10px;margin-bottom:30px;}
.dpb-popup > img{height:30px;width:30px;}
.dpb-popup-meta p{margin:0;font-weight:400;font-size:18px;line-height:24px;}
.dpb-popup img + .dpb-popup-meta{margin-left:20px;}
.dpbpop-close{width:5%;margin-left:15px;text-align:right;}
.dpb-popup-meta{margin-right:auto;}
.dpb-popup-meta p strong{font-weight:500;}
.dpb-popup-meta p img{margin-right:10px!important;}
.dpb-popup-meta a{color:var(--dotstore-primary);font-weight:500;margin-left:10px;text-decoration-thickness:1px;text-underline-offset:1px;}
.dpb-version .pricing-block-button__link{background-color:#4B1BCE;color:#fff;padding:9px 19px!important;border-radius:6px;font-size:18px!important;margin-left:20px;}

/* License connect page */
#dotsstoremain .dots-settings-left-side #fs_connect{margin:50px auto 0;}

/* select2 new design */
.dots-settings-inner-main .select2-container--default .select2-selection--multiple .select2-selection__rendered{padding:0 8px;display:inline-block;}
.dots-settings-inner-main .select2-container--default .select2-selection--multiple .select2-selection__choice{margin:8px 8px 0 0;}
.dots-settings-inner-main .select2-container .select2-search--inline{margin-bottom:0;}
.dots-settings-inner-main .select2-container .select2-search--inline .select2-search__field{margin-top:4px;margin-left:0;width:140px!important;min-height:28.5px!important;}
.dots-settings-inner-main .select2-selection--multiple .select2-selection__rendered li:first-child:nth-last-child(1) .select2-search__field{min-width:250px!important;}
.dots-settings-inner-main .select2-container--default .select2-selection--multiple{padding:0;}
.dots-settings-inner-main .select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #aaa;}

/* Getting started page new style */
.dots-getting-started-main{width:100%;background-color:#fff;-webkit-box-shadow:0 4px 14px rgb(0 0 0 / 2%);box-shadow:0 4px 14px rgb(0 0 0 / 2%);border-radius:5px;padding:10px;max-width:1350px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.dots-getting-started-main > div{width:50%;display:inline-block;padding:20px;}
.dots-getting-started-main .getting-started-video{position:relative;padding:30% 0 0;overflow:hidden;}
.dots-getting-started-main .getting-started-video iframe{border:20px solid #FFFFFF;-webkit-box-shadow:0 0 60px 0 rgb(0 0 0 / 10%);box-shadow:0 0 60px 0 rgb(0 0 0 / 10%);position:absolute;top:0;left:0;height:100%;width:100%;}
.dots-getting-started-main .getting-started-image img{width: 100%;}
.dots-getting-started-main .getting-started-content span{color:#000;font-size:16px;line-height:normal;}
.dots-getting-started-main .getting-started-content span.bonus-tip{line-height:150%;}
.dots-getting-started-main .getting-started-content h3{font-size:24px;line-height:normal;color:#000;margin:8px 0 25px;}
.dots-getting-started-main .getting-started-content h3 img.premium_title_icon{width: 24px;height: 20px;margin-right: 10px;}
.dots-getting-started-main .getting-started-content p{font-size:15px;line-height:25px;color:#000;margin:0 0 20px;}
.dots-getting-started-main .getting-started-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px;margin-top:32px;}
.dots-getting-started-main .getting-started-actions a{font-size:14px;line-height:normal;-webkit-transition:ease all 0.5s;-o-transition:ease all 0.5s;transition:ease all 0.5s;}
.dots-getting-started-main .getting-started-actions .quick-start{color:#fff;background-color:var(--dotstore-primary);padding:14px 16px 11px;border-radius:5px;border:2px solid var(--dotstore-primary);}
.dots-getting-started-main .getting-started-actions .quick-start span{color:#fff;display:inline-block;margin:1px 0 0 3px}
.dots-getting-started-main .getting-started-actions .quick-start:hover{background-color:transparent;color:var(--dotstore-primary);}
.dots-getting-started-main .getting-started-actions .quick-start:hover span{color:var(--dotstore-primary);}
.dots-getting-started-main .getting-started-actions .setup-guide{text-decoration:underline;color:var(--dotstore-primary);}
.dots-getting-started-main .getting-started-actions .setup-guide span{text-decoration:none;margin:-0.5px 4px 0 0;font-size:18px;line-height:normal;color:var(--dotstore-primary);}
.dots-getting-started-main .getting-started-actions .setup-guide:hover,.dots-getting-started-main .getting-started-actions .setup-guide:hover span{color:#000;}
.dots-getting-started-main .premium-actions a{border:2px solid var(--dotstore-secondary);border-radius:10px;padding:12px 30px;line-height:30px;font-weight:500;display:inline-block;text-decoration:none;font-size:18px;background-color:var(--dotstore-secondary);color:#1f2b24;-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;}
.dots-getting-started-main .premium-actions a:hover{background-color:transparent;}

/* Beacon styles */
.hsds-beacon .dots-beacon-close{display:inline-block;width:22px;height:22px;cursor:pointer;position:absolute;top:-20px;right:-10px;background-color:rgb(0 0 0 / 35%);border-radius:50%;font-size:20px;line-height:23px;text-align:center;color:#fff;}

/* Upgrade to pro modal */
@-webkit-keyframes wcpfcPopupEffect{
    0%{top:-8%;}
    100%{top:0;}
}
@keyframes wcpfcPopupEffect{
    0%{top:-8%;}
    100%{top:0;}
}
.upgrade-to-pro-modal-main, .upgrade-to-pro-modal-main *{box-sizing:border-box;}
body.wcpfc-modal-visible{overflow:hidden;}
.upgrade-to-pro-modal-main{display:inline-block;width:100%;visibility:hidden;opacity:0;position:fixed;z-index:99999;top:0;left:0;height:100%;background:hsla(0,0%,0%,0.5);overflow:auto;padding:90px 20px 50px;}
.wcpfc-modal-visible .upgrade-to-pro-modal-main{visibility:visible;opacity:1;}
.upgrade-to-pro-modal-main .upgrade-to-pro-modal-outer{width:100%;height:100%;display:table;}
.upgrade-to-pro-modal-main .pro-modal-inner{display:table-cell;vertical-align:middle;}
.upgrade-to-pro-modal-main .pro-modal-wrapper{z-index:99999;width:100%;background-color:#fff;max-width:550px;margin:0 auto;border-radius:15px;padding:191px 30px 30px;visibility:hidden;opacity:0;position:relative;-webkit-transition:all ease-in-out 0.3s;-o-transition:all ease-in-out 0.3s;transition:all ease-in-out 0.3s;}
.wcpfc-modal-visible .upgrade-to-pro-modal-main .pro-modal-wrapper{visibility:visible;opacity:1;-webkit-animation-name:wcpfcPopupEffect;animation-name:wcpfcPopupEffect;-webkit-animation-duration:0.3s;animation-duration:0.3s;}
.upgrade-to-pro-modal-main .pro-modal-header{position:relative;}
.upgrade-to-pro-modal-main .pro-modal-header img{width:calc(100% + 62px);height:auto;max-width:calc(100% + 62px);position:absolute;top:-242px;left:-31px;}
.upgrade-to-pro-modal-main .modal-close-btn{position:absolute;top:-184px;right:-22px;cursor:pointer;font-size:22px;line-height:16px;padding:7px 0;width:30px;height:30px;color:#fff;background-color:transparent;border-radius:50%;-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;}
.upgrade-to-pro-modal-main .modal-close-btn:hover{background-color:#229c56;}
.upgrade-to-pro-modal-main .pro-modal-header p{margin:0;font-size:17px;font-weight:500;color:#3c434a;}
#dotsstoremain .upgrade-to-pro-modal-main .wcpoa-pro-label{margin:0 7px 0 0;}
.upgrade-to-pro-modal-main .pro-modal-body p{font-size:16px;line-height:24px;margin:0 0 14px 0;color:#000;}
.upgrade-to-pro-modal-main .pro-modal-body .pro-feature-title{margin:0 0 20px;font-size:20px;line-height:normal;font-weight:700;}
.upgrade-to-pro-modal-main .pro-modal-footer{text-align:center;margin:32px 0 0;}
.upgrade-to-pro-modal-main .pro-feature-trial-btn{padding:10px 30px 12px;line-height:1.5;color:#1f2b24;border-radius:10px;text-decoration:none;background-color:var(--dotstore-secondary);border:2px solid var(--dotstore-secondary);font-size:20px;font-weight:500;white-space:normal;cursor:pointer;display:inline-block;-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}
.upgrade-to-pro-modal-main .pro-feature-trial-btn:hover{background-color:transparent;}
.upgrade-to-pro-modal-main .pro-feature-list{margin:22px 0 0 10px;}
.upgrade-to-pro-modal-main .pro-feature-list li{font-size:15px;line-height:22px;color:#000;padding:0 0 12px 20px;position:relative;margin:0;}
.upgrade-to-pro-modal-main .pro-feature-list li::before{content:'';background-color:var(--dotstore-primary);display:inline-block;font-size:0px;width:10px;margin-left:0em;position:absolute;left:0px;top:7px;height:10px;border-radius:50%;}
.upgrade-to-pro-modal-main .pro-feature-list li:last-child{padding-bottom:0}

/*new upgrade to popup design*/
.upgrade-to-pro-modal-new{padding:60px 20px 50px;}
.upgrade-to-pro-modal-new .pro-modal-wrapper .pro-feature-title{text-align:center;margin:0 0 23px;}
.upgrade-to-pro-modal-new .pro-modal-wrapper{padding:20px;max-width:780px;}
.upgrade-to-pro-modal-new .pro-modal-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #E5E5E5;border-radius:10px;}
.upgrade-to-pro-modal-new .pro-modal-content .pro-modal-left,.upgrade-to-pro-modal-new .pro-modal-content .pro-modal-right{width:50%;}
.upgrade-to-pro-modal-new .pro-modal-content .pro-modal-left{padding:20px;}
.upgrade-to-pro-modal-new .pro-modal-content .pro-modal-right img{width:100%;height:auto;display:block;max-width:100%;border-radius:0 10px 10px 0;}
.upgrade-to-pro-modal-new .pro-modal-wrapper p,.upgrade-to-pro-modal-new .pro-feature-list li{color:#1F2B24;}
.upgrade-to-pro-modal-new .pro-feature-list li{padding:0 0 18px 20px;}
.upgrade-to-pro-modal-new .pro-feature-list li::before{background-image:url("../images/premium-upgrade-img/Icon-check-circle.svg");background-color:transparent;width:16px;height:16px;background-size:cover;top:5px;left:-6px;}
.upgrade-to-pro-modal-new .pro-modal-content .pro-modal-footer{text-align:left;}
.upgrade-to-pro-modal-new .pro-modal-content .pro-modal-footer span{display:block;color:#707070;font-size:12px;margin-top:8px;}
.upgrade-to-pro-modal-new .pro-modal-content-footer{text-align:right;margin-top:20px;}
.upgrade-to-pro-modal-new .pro-modal-content-footer .modal-close-btn{position:static;color:#1E2B23;font-size:15px;text-decoration:underline;padding:0;height:auto;display:inline-block;width:auto;line-height:normal;}
.upgrade-to-pro-modal-new .pro-modal-content-footer .modal-close-btn:hover{background-color:transparent;text-decoration:none;}
.upgrade-to-pro-modal-new .pro-modal-expiry-wrapper{text-align:center;}
.upgrade-to-pro-modal-new .pro-modal-expiry-label{border: 1px solid #d17c00;background-color: #fef2de;padding: 8px 12px 7px;text-transform: uppercase;color: #d17c00;font-weight: 600;display: inline-block;font-size: 12px;line-height: normal;border-radius: 30px;margin-bottom: 16px;}
.upgrade-to-pro-modal-new .pro-modal-expiry-text{text-transform: capitalize;font-size: 14px;line-height: normal;margin: 0;color: #707070;display: inline-block;}
.upgrade-to-pro-modal-new .pro-modal-header img{position:static;max-width:none;}
.upgrade-to-pro-modal-new .pro-modal-content-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap: 20px;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.upgrade-to-pro-modal-new .footer-close-btn{text-align:right;}

/* Media CSS */
@media screen and (max-width:1200px){
    .wcpfc-section-left h2:not(.fs-content h2), #fs_account h3,
    .wcpfc-section-left table.table-outer tr th,
    .wcpfc-section-left table.table-outer tr td,
    #fs_account .fs-key-value-table td,
    #fs_account .fs-key-value-table th{padding:12px 20px;}
	.dpb-popup{padding:20px;margin-bottom:20px;}
    .wcpfc-section-left .wcpfc-table-tooltip .woocommerce-help-tip{right:-23px;}
    .wcpfc-section-left .wcpfc-table-tooltip table.table-outer tr th{padding:16px 20px;}
    .wcpfc-section-left .wcpfc-table-tooltip table.table-outer tr td{padding:12px 10px;}

    /* Advanced section CSS */
    .wcpfc-section-left #apm_wrap .advance_pricing_rule_box tr th, .wcpfc-section-left #apm_wrap .advance_pricing_rule_box tr td{padding:15px;}
    .wcpfc-section-left #apm_wrap .advance_pricing_rule_box tr th:nth-child(4),.wcpfc-section-left #apm_wrap .advance_pricing_rule_box tr td:nth-child(4){width:calc(26% - 55px);}
    .wcpfc-section-left #apm_wrap .advance_pricing_rule_box tr th:nth-child(3),.wcpfc-section-left #apm_wrap .advance_pricing_rule_box tr td:nth-child(3){width:19%;}
    .wcpfc-section-left #apm_wrap .advance_pricing_rule_box tr th:nth-child(2),.wcpfc-section-left #apm_wrap .advance_pricing_rule_box tr td:nth-child(2){width:19%;}
    .wcpfc-section-left #apm_wrap .advance_pricing_rule_box tr th:first-child,.wcpfc-section-left #apm_wrap .advance_pricing_rule_box tr td:first-child{width:36%;}

    .dsmrkt-free-plugins .dsmrkt-free-plugin {max-width: calc(100% / 2 - 15px);}
}
@media screen and (max-width:1100px){
    .dots-getting-started-main > div{width:100%}
    .dots-getting-started-main .getting-started-video{padding:57% 0 0;}
}
@media screen and (max-width:991px){
	header.dots-header{margin:10px 0 24px;}
	.dots-plugin-details{padding:8px 12px;}
	.dots-plugin-details .version-label{padding:6px 8px 6px 30px;font-size:15px;line-height:21px;}
	.dots-plugin-details .version-label::before{top:10px;}
	.dots-plugin-details .dots-header-left .plugin-name .title{font-size:16px;line-height:22px;}
	.dots-header .button-dots a{font-size:14px;line-height:19px;margin-right:8px;padding-right:11px;}
	.dots-header .button-dots a::after{line-height:17px;}
	.dots-menu-main{padding: 0 5px;}
	.dots-menu-main ul li a{font-size:13px;line-height:18px;padding:10px 0;margin:0 10px;}
	.wcpfc-section-left h1{font-size:20px;line-height:normal;}
	.dots-settings-inner-main .subsubsub{padding:16px 0 0;margin:16px 0 12px;}
	.dotstore-submenu-items ul li a{font-size:13px;line-height:18px;}
	.wcpfc-section-left > h2{padding:12px 18px;font-size:16px;line-height:22px;}
	.wcpfc-section-left table.table-outer tr th,.wcpfc-section-left table.table-outer tr td{padding:12px 18px;}

    /* Conditional Rules CSS */
    .wcpfc-section-left #tbl-product-fee tr td{padding:15px;}
}
@media screen and (max-width:782px){
    .wcpfc-section-left p.search-box{margin:20px 0 0;}
    .dots-settings-inner-main .form-table th{width:100%;}
    .min-max-option-table .num-class{float:none;}
    .dots-settings-inner-main .wp-list-table{margin:10px 0;}
    .dots-settings-inner-main .tablenav .tablenav-pages{margin:0 0 15px;}
    .wcpfc-section-left .wcpfc-table-tooltip table.table-outer tr th label,.wcpfc-section-left .wcpfc-table-tooltip table.table-outer tr td label{display:inline-block;}
    .wcpfc-section-left .wcpfc-table-tooltip .woocommerce-help-tip{right:-22px}
    .dots-settings-inner-main .wp-list-table .row-actions{margin:0}
    .dots-settings-inner-main .wp-list-table .row-actions a{padding:0}
    .dots-settings-inner-main input[type=checkbox],.dots-settings-inner-main input[type=radio]{width:1rem;height:1rem;}
    .dots-settings-inner-main input[type=checkbox]:checked:before{margin:-0.1875rem 0 0 -0.25rem;height:1.3125rem;width:1.3125rem;}
    .wp-core-ui .dots-settings-inner-main select{padding-top:0;padding-bottom:0;max-width:100%;}
    .dots-settings-inner-main .pagination-links .button,.dots-settings-inner-main .tablenav-pages .pagination-links .current-page{padding:3px 10px;min-width:30px;line-height:1.625;min-height:34px!important;}
    .wcpfc-section-left table.table-outer tr th,.wcpfc-section-left table.table-outer tr td{width:100%;display:inline-block;}
    .wcpfc-section-left table.table-outer tr td:not(:first-child){padding-top:0}
    .wcpfc-section-left .wcpfc-table-tooltip table.table-outer tr th,.wcpfc-section-left table.table-outer tr td.fr-1,.wcpfc-section-left table.table-outer tr th.fr-1{width:100%;display:inline-block;}
    .wcpfc-section-left .wcpfc-table-tooltip table.table-outer tr td{padding:0 15px 16px 15px;width:100%;display:inline-block;}
    .wcpfc-main-table .fees-rules tr td{text-align:center;}
    .wcpfc-section-left .wcpfc-table-tooltip table.table-outer .applyperqty-box label{min-width:auto;margin-right:30px;margin-bottom:6px;}
    .wcpfc-section-left .wcpfc-table-tooltip .applyperqty-box .woocommerce-help-tip{right:-21px;}
    .wcpfc-section-left .wcpfc-table-tooltip .applyperqty-box input[type=checkbox]{margin-bottom:5px;}

    /* Conditional Rules CSS */
    .wcpfc-section-left #tbl-product-fee tr td{padding:15px 15px 0;}
    .wcpfc-section-left #tbl-product-fee tr td:last-child{width:100%;padding:15px;}
    .wcpfc-section-left #tbl-product-fee tr td:nth-child(3){width:100%;padding-right:15px;}
    .wcpfc-section-left #tbl-product-fee tr td:nth-child(2){width:100%;}
    .wcpfc-section-left #tbl-product-fee tr td:first-child{width:100%;}

    .dsmrkt-free-plugins .dsmrkt-free-plugin {max-width: 100%;}
    .dsmrkt-free-plugin-image{width:20%;}
    .dsmrkt-free-plugin-details{width:80%;}

    /*new upgrade to popup design*/
    .upgrade-to-pro-modal-new .pro-modal-content .pro-modal-left,.upgrade-to-pro-modal-new .pro-modal-content .pro-modal-right{width:100%;}
    .upgrade-to-pro-modal-new .pro-modal-content .pro-modal-right{background-color:#28ae60;text-align:center;border-radius:10px;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;}
    .upgrade-to-pro-modal-new .pro-modal-content .pro-modal-right img{max-width:300px;border-radius:10px;margin:0 auto;}
}
@media screen and (max-width:767px){
	.dots-plugin-details{padding:0;}
	.dots-menu-main{padding:0 2px;}
	.dots-plugin-details{-ms-flex-wrap:wrap;flex-wrap:wrap;}
    .dots-plugin-details .dots-header-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:8px 12px;border-bottom:1px solid #E2E4E7;width:100%;-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:12px;}
	.dots-plugin-details .dots-header-right{float:none;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:10px 12px;width:100%;-ms-flex-preferred-size:100%;flex-basis:100%;}
    .wcpfc-section-left .wcpfc-table-tooltip table.table-outer tr th{padding:12px 20px;}
}
@media screen and (max-width:639px){
    #fs_account .fs-header-actions{padding:20px 15px;margin:0;border-bottom:1px solid #dadada;}
    #fs_account .fs-header-actions ul li:nth-child(even)::after{top:-18px;}
    #fs_account #fs_account_details tr td:nth-child(2){padding:12px 20px;}
    #fs_account #fs_account_details tr.fs-field-plan td:nth-child(2) .button-group{margin:0}
    .wcpfc-main-table .product-fee-table tbody tr td input:not([type=checkbox]):not([type=radio]):not(.select2-search__field),.wcpfc-main-table .wcpfc-rule-general-settings table.table-outer tr td select,.wcpfc-main-table table.table-outer tr td textarea{min-width:220px;}
    #dotsstoremain .wcpfc-main-table.res-cl .wcpfc-rule-general-settings table.product-fee-table .wcpfc_select + span{min-width:220px;}
    .wcpfc-main-table .product-fee-table .ds_time_wrap{display:block;margin-bottom:10px;}
    .wcpfc-section-left .wcpfc-table-tooltip .woocommerce-help-tip {right:-18px;}

    .upgrade-to-pro-modal-main .pro-modal-wrapper{padding:25px;}
    .upgrade-to-pro-modal-main .pro-modal-header img{display:none;}
    .upgrade-to-pro-modal-main .modal-close-btn{top:-22px;font-size:20px;line-height:13px;padding:7px 0;width:26px;height:26px;color:#000}
    .upgrade-to-pro-modal-main .modal-close-btn:hover{color:#fff}
}