
@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI.eot');
    src: url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoeUI.woff2') format('woff2'),
        url('../fonts/SegoeUI.woff') format('woff'),
        url('../fonts/SegoeUI.ttf') format('truetype'),
        url('../fonts/SegoeUI.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Bold.eot');
    src: url('../fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoeUI-Bold.woff2') format('woff2'),
        url('../fonts/SegoeUI-Bold.woff') format('woff'),
        url('../fonts/SegoeUI-Bold.ttf') format('truetype'),
        url('../fonts/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Italic.eot');
    src: url('../fonts/SegoeUI-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoeUI-Italic.woff2') format('woff2'),
        url('../fonts/SegoeUI-Italic.woff') format('woff'),
        url('../fonts/SegoeUI-Italic.ttf') format('truetype'),
        url('../fonts/SegoeUI-Italic.svg#SegoeUI-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Semibold.eot');
    src: url('../fonts/SegoeUI-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoeUI-Semibold.woff2') format('woff2'),
        url('../fonts/SegoeUI-Semibold.woff') format('woff'),
        url('../fonts/SegoeUI-Semibold.ttf') format('truetype'),
        url('../fonts/SegoeUI-Semibold.svg#SegoeUI-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.webtoffee_banner{
    background: no-repeat url(../img/webtoffee_banner.png);
    height: 60px;
    margin-top: 20px;
}
.wishlist_version{
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 15px;
    color: #4034E0;
    position: relative;
    left: 246px;
    top: 20px;
}
    
.wt-icons .dashicons {
    color: red !important;
}
.toplevel_page_wishlist-webtoffee img{
    padding: 6px 0 0 !important;
}

/* menu bar 
========================== */
.wt-nav-tab,.wt-nav-tab:focus, .wt-nav-tab:hover, .wt-nav-tab:focus:active{
    border: none;
    background:none;
    padding: 11px 27px !important;
    margin: 0;
    font-family: Segoe UI;
    border-radius: 5px 5px 0px 0px;
    line-height: 18.62px;
    color:#23282D;
    font-size:14px;
    font-weight:normal;
}
.wt-nav-tab-active ,.wt-nav-tab-active:focus, .wt-nav-tab-active:focus:active, .wt-nav-tab-active:hover{ 
    background: #1C2D63;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
    line-height: 18.62px;
    font-size:14px;
    font-weight:normal;
}
.wt-nav-tab-wrapper{
    border-bottom: 1px solid #000;
}

.wt_mainform{ 
    width:98.2%; 
    background-color: #fff;
    padding-left: 20px;
    padding-top: 25px;
    border-radius: 5px;
    margin-bottom: 30px;
   
}
.wt_mainform p.submit{
    padding:30px 0px !important;
}



/* SAVE BUTTON
========================== */
.wt_wishlist_save_button{
    background: #1C2D63 !important;
    color: #fff !important;
    padding:9px 19px !important;
    font-family: Segoe UI;
    font-size: 13px !important;
    line-height: 17.28px !important;
    font-weight: normal;
    border-radius: 5px !important;
}

/* SLIDING CHECKBOX
========================== */
.switch {
    position: relative;
    display: block;
    width: 60px;
    height: 24px;
    border-radius: 18px;
    cursor: pointer;
}
.switch-input {
    position: absolute !important;
    top: 0;
    left: 0;
    opacity: 0;
}
.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #DDDDDD;
    border-radius: inherit;
}
.switch-label:before, .switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}
.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #23282D;
    font-weight: 600;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: #FFFFFF;
    font-weight: 600;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}
.switch-input:checked ~ .switch-label {
    background: #07BFDD;
    border-color:#07BFDD;
}
.switch-input:checked ~ .switch-label:before {
    opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
    opacity: 1;
}
.switch-handle {
    position: absolute;
    top: 5px;
    left: 9px;
    width: 14px;
    height: 14px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
}
.switch-handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
    border-radius: 6px;
}
.switch-input:checked ~ .switch-handle {
    left: 40px;
}

/* Transition
========================== */
.switch-label, .switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}
/* TABLE CSS 
========================== */
.wt-form-table{
    font-family: Segoe UI;
    width:100%;
    color: #23282D;
    font-size: 14px;
    font-weight: normal;
}
.wt-form-table tr th:first-child{ width:20%; text-align:start; padding:25px 10px 25px 0;  vertical-align:top; font-weight:normal; line-height: 19px; }
.wt-form-table tr td:nth-child(2){ width:55%; padding: 25px 10px; vertical-align:middle; }
.wt-form-table tr td:nth-child(3){ width:35%; }
.wt-form-table tr th:first-child label{ display:inline-block; }

.checkbox_options{
    padding: 7px 11px !important;
}

 div#tiptip_content{
    font-family: Segoe UI;
    width:100%;
    font-size: 12px;
    font-weight: normal;
}

.wt_mainform .settings_title{
    color:#1C2D63;
    font-family: Segoe UI;
    margin-block-start: 0em;
    margin-block-end: 0em;
    font-size: 18px;
    font-weight:normal;
    line-height: 23.92px;
}

.wt-form-table input[type="checkbox"] {
    -webkit-appearance : none;
    background-color   : #fff;
    border             : 1px solid #d8d8d8;
    box-shadow         : none;
    width              : 20px;
    height             : 20px;
    border-radius      : 3px;
    display            : inline-block;
    position           : relative;
}

.wt-form-table input[type="checkbox"]:checked {
    /* background-color : #4ec0e8a6; */
    border-color     : #4ec0e8a6;
    background: no-repeat url(../img/checkbox_image.png);
}

.wt-form-table input[type="checkbox"]:checked:before {
    display : none;
}

.wt-form-table input[type="checkbox"]:checked:after {
    /* content     : "\2713"; */
    font-size   : 18px;
    position    : absolute;
    top         : 9px;
    left        : 1px;
    color       : #fff;
}


.wt_form_help{ color:#666; font-style: normal; font-weight:400; font-size:12px; display:inline-block; width:60%; margin-top:12px; line-height: 17.96px; }

.wt-form-table .wc-enhanced-select{
    width: 387px;
}

.wt_mainform span.select2-selection.select2-selection--single{
    width:387px;
    height: 42px;
    border-color: #7e89935e;
}

.wt-form-table td span.select2.select2-container.select2-container--default span.selection span.select2-selection.select2-selection--multiple{
    border-color: #ddd !important;
}

.wt-form-table span#select2-wt_wishlist_button_style_settingswt_button_type-container, span#select2-wt_wishlist_button_style_settingswt_button_position-container, span#select2-wt_wishlist_table_settingswt_wishlist_page-container, span#select2-wt_wishlist_general_settingswt_enable_product_categories-container{
    line-height: 38px;
}

.wt-form-table span.select2-selection__arrow {
    height: 38px !important;
}

.wt-form-table input[type="text"]{
    width:34%;
    height: 42px;
    border-color: #7e89935e;
}

.wt_mainform .wc-wp-version-gte-53 .select2-container .select2-selection--multiple {
    border-color: #7e89935e !important;
    height: 80px !important;
}
.wt_sub_option_div{
    background-color: #80808014;
    padding: 15px;
    display: grid;
    grid-template-columns: 2.5fr 7fr;
}
.wt_sub_option_text_div{
    padding-top: 10px;
}
.wt_sub_option_text_div label{
    font-weight: 600;
    font-family: Segoe UI;
    font-size: 14px;
    font-style: normal;
}
.wt_table_text_div{
    background-color: #80808014;
    padding: 15px;
    color:#23282D !important;
}
.wt_add_to_wishlist_text,.wt_add_to_wishlist_button{
    padding-bottom: 7px;
}
.wt_after_adding_product_text,.wt_after_adding_product_button{
    padding-top: 8px;
}

.wt_mainform .woocommerce-help-tip::after{
    content: "\f14c";
    color: #23282D;
}

.wt-form-table .select2-container .select2-selection--multiple .select2-selection__choice {
    height: auto;
    width: auto;
    border-radius: 100px;
    background: #EEEEEE;
    border: 1px solid #DDDDDD;
    font-family: 'Segoe UI';
    font-style: normal;
    /* font-weight: 600; */
    font-size: 12px;
    line-height: 15.96px;
}
.wt-form-table .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    float: right;
    padding-left: 8px;
}
.wt-form-table .wc-wp-version-gte-53 .select2-container .select2-selection--multiple{
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 5px;
}

.wt_popular_products_table{ 
    font-family: Segoe UI;
    width:56%;
    color: #23282D;
    font-size: 14px;
    font-weight: normal !important;
    text-align: left;
}

.wt_popular_products_table tr td:nth-child(2){ width:25%; padding: 20px 0px; }
.wt_popular_products_table tr td:nth-child(3){ text-align: center; }
.wt_popular_products_table tr th{ padding:20px 10px 20px 0; font-weight:600; line-height: 19px; }
.wt_popular_products_table tr th:nth-child(3){ text-align: center; }

.wt_mainform .wt_sub_title{
    color:#23282D;
    font-family: Segoe UI;
    margin-block-start: 0em;
    margin-block-end: 0em;
    font-size: 18px;
    font-weight:normal;
    line-height: 23.92px;
    font-size: 14px;
    padding :5px 0px 10px 0px;
}
#select2-wt_wishlist_button_style_settingswt_single_button_position-container{
    line-height:40px !important;
}

#wpbody-content { overflow:hidden !important; }