/**
 * Webkul Software
 *
 * @category    Webkul
 * @package     Webkul_MpBundleProduct
 * @author      Webkul Software Private Limited
 * @copyright   Webkul Software Private Limited (https://webkul.com)
 * @license     https://store.webkul.com/license.html
 */
#bundle_product_container {
    border:1px solid #ccc;
    padding: 5px 10px;
    margin: 5px;
    box-sizing: border-box;
    overflow: auto;
}

#add_new_defined_option {
    float: right;
}


.admin__collapsible-block-wrapper .admin__collapsible-title::before {
    position: static;
}

.field-ship-bundle-items {
    width: 100%;
}

.admin__collapsible-block-wrapper .admin__collapsible-block-wrapper {
    left:-40px;
}

.admin__collapsible-block-wrapper .admin__collapsible-title::before {
    left: -40px;
}


.admin__collapsible-block-wrapper .admin__collapsible-title::before {
    position: static;
}

fieldset.fieldset-alt {
    border: 1px solid #F5F5F5;
    margin: 5px;
}
.wk-mp-design .admin__collapsible-block-wrapper.fieldset-wrapper {
    border-bottom: 1px solid #ccc;
    padding: 0;
    border: 1px solid #cac3b4;
    border-radius: 2px;
    margin-bottom: 5px;
    padding: 0;
}
.wk-mp-design .admin__collapsible-block-wrapper.fieldset-wrapper .fieldset-wrapper-title {
    border: 0 none;
    margin: 0;
    background: #f7f3eb;
    padding: 0 18px;
    border: 0;
    border-bottom: 1px solid #cccbca;
    min-height: 40px;
    max-height: 50px;
    position: relative;
}
.admin__collapsible-block-wrapper .admin__collapsible-title {
    left:20px;
}
.wk-mp-design .fieldset-wrapper-content {
    padding: 0 10px;
}
.wk-mp-design .fieldset-alt > .field {
    display: table-cell;
    vertical-align: middle;
    padding-right: 4%;
    width: auto;
}
.wk-mp-design .fieldset-wrapper-content .fieldset{
    background: transparent;
    padding: 9px 0;
    border: none;
    border-radius: 0;
    margin: 0 0 29px;
}
.wk-mp-design #product_options_container_top .field-option-title {
    width: 500px;
    display: table-cell;
    vertical-align: top;
    padding-right: 4%;
}

.wk-mp-design #product_options_container_top .field-option-input-type {
    width: 170px;
}
.wk-mp-design .fieldset-alt .field-option-req {
    width: 125px;
    white-space: nowrap;
}
.wk-mp-design .fieldset-wrapper .admin__collapsible-block-wrapper .fieldset-wrapper-title .dragable-handle{
    position: relative;
    top: 25px;
    left: 30px;
    width: 8px;
    height: 14px;
    line-height: 14px;
    background: url(../images/draggable-handle-vertical.png) no-repeat 0 0;
    cursor: ns-resize;
    color: #b2b0ad;
}
.wk-mp-design .data-table tbody tr:nth-child(odd) td {
    background: #f7f3eb;
    border-width: 0;
    padding: 5px 7px;
    vertical-align: middle;
}
.wk-mp-design .data-table tbody tr:nth-child(even) td {
    padding: 20px 7px;
}
.wk-mp-design.fieldset-wrapper .dragable-handle, .wk-mp-design .fieldset .dragable-handle {
    position: absolute;
    top:25px;
    width: 8px;
    height: 14px;
    line-height: 14px;
    background: url(../images/draggable-handle-vertical.png) no-repeat 0 0;
    cursor: ns-resize;
    color: #b2b0ad;
}

.wk-mp-design .fieldset-wrapper .fieldset:last-child, .wk-mp-design .fieldset .fieldset:last-child, .wk-mp-design .fieldset .field:last-child {
    margin-bottom: 0;
}

.wk-mp-design .fieldset-wrapper-title .actions{
    width: 2%;
}

.wk-mp-design .fieldset-wrapper-title .actions .action-delete{
    border: none;
    border-radius: 0;
    background: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    text-shadow: none;
    filter: none;
    position: absolute;
    top: 20px;
    right: 20px;
}

.wk-mp-design .fieldset-wrapper-title .actions .action-delete:before{
    font-family: 'MUI-Icons';
    font-style: normal;
    speak: none;
    font-weight: normal;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    content: '\e07f';
    color: #b7b3ad;
}

.wk-mp-design .fieldset-alt .field-option-req input[type="checkbox"] {
    background: #fff;
    border: 1px solid #adadad;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    position: relative;
    transition: all .1s ease-in;
}

.wk-mp-design .collapse.in, .no-js .collapse {
    height: auto !important;
    overflow: visible;
}
.control .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 22px;
  width: 37px;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 16px;
  left: 4px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  input:checked+ .slider .on {
    display: none;
  };
  input:checked+ .slider .off {
    display: none;
  }

}

input:checked + .slider {
  background-color: #79a22e;
}

input:focus + .slider {
  box-shadow: 0 0 1px #79a22e;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

input:checked+ .slider .on {
  display: block;
}

input:checked + .slider .off {
  display: none;
}

.wk-mp-design .add-selection {
    margin-top: 8px;
}