/**

#ff8582 !important
**/

html,
body {
  font-family: "PingFang SC", Arial, Helvetica, sans-serif;
}

img {
  border-radius: 0;
}
table.cart td,
table.cart th {
  padding: 0.5em 1.5em;
}
table {
  border-collapse: collapse;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 9px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  font-family: "Courier New", Courier, monospace;
  line-height: 14px;
  content: "+";
  background-color: #337ab7;
}
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > td:first-child:before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > th:first-child:before {
  content: "-";
  background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact
  > tbody
  > tr
  > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact
  > tbody
  > tr
  > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  font-family: "Courier New", Courier, monospace;
  line-height: 14px;
  content: "+";
  background-color: #337ab7;
}
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "-";
  background-color: #d33333;
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul.dtr-details li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}
div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
div.dtr-bs-modal table.table tr:first-child td {
  border-top: none;
}
html,
body {
  font-size: 12px;
}
html,
body,
body * {
  outline: none !important;
}
button,
input,
select,
textarea {
  border-style: solid;
  border-width: 1px;
  border: 1px solid #ccc !important;
}
textarea {
  min-height: 10em;
}
table tr:nth-of-type(odd) td {
  /*
	background-color: #fff;
	*/
}
.button,
.woocommerce-message .button {
  padding: 5px 15px;
}
.tribe-tickets-meta-select {
  position: relative;
}
.tribe-tickets-meta-select::after {
  /*
        content: '';
        width: 5px
        height: 5px;
        background-color: #000;
        transform: rotate(45deg) translateX(50%);
        position: absolute;
        top:50%;
        right:5px;
        display: block;
	*/
}
.tribe-ticket.quantity .tribe-ticket-quantity {
  margin: 10px;
}
.right-sidebar .content-area,
.col-full {
  width: 100%;
  max-width: 100%;
}
dt,
dl.variation dd {
  /*
    margin-left: 5px;
    display: inline-block;
    */
}
.tinv-wishlist td.product-name a + .variation {
  margin-top: 20px;
}
dt {
  color: #999;
}
.col-full {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.site-main {
  margin-bottom: 0;
}
.site-search .widget_product_search form input[type="search"],
.site-search .widget_product_search form input[type="text"] {
  border-radius: 2em !important;
}
select {
  -webkit-appearance: none;
  padding: 0px 15px;
  border-radius: 0 !important;
}
.storefront-breadcrumb {
  display: none;
}
.menu {
  text-transform: uppercase;
}
.site-main,
.widget-area {
  padding-top: 10px;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
  display: none !important;
}
.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #ff8582;
}
.site-header-cart {
  display: none;
}
.site-header {
  padding-top: 1vw;
}
.site-info {
  padding: 0;
  text-align: center;
}
.site-footer {
  padding: 10px 0;
  margin-top: 10px;
  font-size: 8px;
}
input[type="submit"] {
  width: 100%;
}
.wkmp_profile_btn input[type="submit"] {
  width: auto !important;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.widget a.button:hover,
.added_to_cart.alt:hover,
.added_to_cart:hover,
.widget a.button.checkout:hover,
.buttons_place_order_submit {
  color: #fff !important;
  background-color: #ff8582 !important;
}
.woocommerce-result-count {
  display: none;
}
.input-text,
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea,
input[type="number"] {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border-radius: 0 !important;
  padding: 5px !important;
  outline: none !important;
  background-color: #fff;
  min-width: 5em;
}
.wppb-user-forms
  input:not([type="button"]):not([type="reset"]):not([type="submit"]),
.wppb-user-forms select,
.wppb-user-forms textarea {
  font-size: 1rem;
}
.pswp__bg {
  background-color: #fff;
}
.pswp__button.pswp__button--fs,
.pswp__button.pswp__button--zoom {
  display: none;
}
.pswp__caption__center {
  text-align: center;
}
.single-product
  div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger {
  border-radius: 3em;
}
.qtranxs-available-languages-message {
  display: none;
}
.vc_btn3.vc_btn3-style-outline,
.vc_btn3.vc_btn3-style-outline-custom,
.vc_btn3.vc_btn3-style-outline-custom:focus,
.vc_btn3.vc_btn3-style-outline-custom:hover,
.vc_btn3.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-style-outline:hover {
  border-width: 1px;
}
.posted-on,
.post-author {
  display: none;
}
body.single-brand .entry-content > img:first-of-type {
  display: none;
}
.product {
  box-sizing: border-box;
}
.product_list {
  display: block;
  box-sizing: border-box;
}
.vander_item {
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding: 20px;
}
@supports (display: grid) {
  .product_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
  .vander_item {
    width: auto;
    float: none;
    padding: 0;
  }
}
.brand_product_title,
.brand_product_sku {
  text-align: center;
  font-size: 80%;
}
.brand_product_price {
  text-align: center;
  font-size: 80%;
}
.reset_variations {
  display: none !important;
}
.site-search {
  display: none !important;
}
.alpha,
h1 {
  font-size: 2em;
}
.qtranxs-lang-menu img {
  display: none;
}
.woocommerce-ordering .orderby option[value="popularity"],
.woocommerce-ordering .orderby option[value="rating"] {
  display: none;
}
.datepicker.dropdown-menu {
  z-index: 1000 !important;
}
.events-list .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.tribe-events-day .tribe-events-loop {
  max-width: none;
}

button.menu-toggle {
  z-index: 9999;
}
.menu-toggle,
button.menu-toggle,
.button.menu-toggle:hover {
  border-width: 0px !important;
  border-radius: 0 !important;
  outline: none;
  background-color: transparent !important;
  float: left;
}

.main-navigation.toggled .menu-toggle::before,
.main-navigation.toggled .menu-toggle::after {
  /*
	background-color: #fff;
	color: #fff;
	*/
}
.site-content {
  padding-bottom: 0;
  min-height: 100vh;
  padding-top: 70px;
}
.tribe-events-event-cost form {
  margin-bottom: 0;
}
.woocommerce-message a.button.wc-forward:hover {
  background-color: transparent !important;
}
table.woocommerce-checkout-review-order-table .product-name {
  width: auto;
}
.col2-set {
  width: 100%;
  margin-right: 0;
}
#order_review,
#order_review_heading {
  width: 100%;
}
.col2-set .form-row-first,
.col2-set .form-row-last {
  width: 100%;
  margin-right: 0;
  float: none;
}
#tribe-events-bar {
}
#tribe-bar-views-label {
}
.tribe-bar-date-filter {
}
.tribe-events-list .type-tribe_events {
  padding: 20px;
}
.type-tribe_events:nth-of-type(even) {
  /*
	background-color: #fefefe;
    background-color: var(--table-background-color);
	*/
}
.tribe-events-list-separator-month {
  border-radius: 3em;
  padding: 10px 20px;
}
.select2-container--default .select2-selection--single {
  border-radius: 0 !important;
}
#tribe-events .tribe-events-button,
.tribe-events-button {
  border-radius: 3em;
}
.tribe-events-list-separator-month {
  margin: 0;
}
.tribe-events-title-bar {
  float: left;
}
.tribe-events-list .tribe-events-list-event-title,
.tribe-events-list .type-tribe_events .tribe-events-list-event-title {
  font-size: 3em;
}
.vc_gitem-post-meta-field-_EventStartDate.eventStartDate {
  font-size: 130%;
}
.vc_gitem-post-meta-field-_EventStartDate.eventStartTime {
  display: inline-block;
}
.vc_gitem-post-meta-field-_EventEndDate.eventEndTime {
  display: inline-block;
}
.vc_gitem-post-meta-field-_EventEndDate.eventEndTime::before {
  content: " - ";
}
.woocommerce-active .site-header .site-branding {
  width: 100%;
  margin-right: 0;
}
.woocommerce-active .site-header .main-navigation {
  width: 40%;
  margin-right: 0;
  height: 100%;
}
.tribe-events-tickets tr:not(:first-child) {
  border-color: transparent;
}
.tribe-events-tickets {
  background-color: transparent !important;
}
.tribe-events-tickets td.quantity input[type="number"],
.tribe-events-tickets td.woocommerce input[type="number"] {
  padding: 0 5px;
}
.tribe-events-tickets .tribe-tickets-remaining {
  display: inline-block;
}
.tribe-events-tickets td {
  padding: 0;
}
.tribe-events-tickets > tbody > tr {
}
.tribe-event-tickets-plus-meta {
}
.tribe-tickets-meta-row,
.tribe-tickets-meta-row .tribe-tickets-attendees {
}
.tribe-tickets-meta-row .tribe-tickets-attendees {
  padding: 10px;
}
.tribe-events-tickets > tbody > tr:last-of-type {
  width: 100%;
}
.left-sidebar .content-area {
  width: 100%;
}
.post-type-archive-product .left-sidebar .content-area {
  width: 73.9130434783%;
}
.site-branding .user_info {
  float: right;
  width: 90%;

  display: flex;
  justify-content: flex-end;
  text-transform: uppercase;
  align-items: center;
}

.user_info > * {
  display: block;
  margin-left: 20px;
}

.storefront-primary-navigation {
  float: right;
  margin-right: 20px;
}

.user_info > div::before {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.user_info > div.button_logout::before {
  content: " | ";
}

.woocommerce-active .site-header .site-branding {
  padding-right: 40px;
  display: flex;

  justify-content: space-between;
}

.site-branding .site-title {
  width: 10%;
  float: left;
  white-space: nowrap;
}
.page-id-143 .button_reg {
  display: none;
}
.wppb-shipping-different-address {
  display: none;
}
.wppb-rpf-add {
  border-radius: 3em;
  line-height: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 110px;
  white-space: nowrap;
  font-size: 12px;
}
.wppb-rpf-add::before {
  content: "添加 ";
  display: inline-block;
  margin-right: 5px;
}
.wppb-rpf-group .wppb-rpf-add {
  display: none;
}
.wppb-rpf-group:last-of-type .wppb-rpf-add {
  display: block;
}
#wppb-form-element-18 .wppb-rpf-add::before {
  content: "添加店铺 ";
}
textarea[name="user_brands"] {
  width: 100%;
}
.reg_brand_list {
  width: 100%;
  clear: both;
}
.reg_brand_list label {
  display: inline-block !important;
  float: none !important;
  vertical-align: middle;
  width: 25%;
}
.reg_brand_list input[type="checkbox"] {
  width: auto !important;
  margin-right: 5px !important;
  font-size: 3rem !important;
}

.wppb-form-field.wppb_billing_heading {
  display: none;
}

.wppb-user-forms ul li {
  padding-bottom: 0;
}

.wppb-user-forms > ul > li,
.wppb-user-forms .wppb-rpf-group > li {
  margin-bottom: 15px;
}

input[type="checkbox"] {
  min-height: inherit;
}
.tribe-events-nav-previous,
.tribe-events-back,
.tribe-events-nav-next,
.tribe-back,
.tribe-events-event-categories-label,
.tribe-events-event-categories {
  display: none !important;
}
.tribe-events-start-date-label,
.tribe-events-start-time-label,
.tribe-events-event-cost-label,
.tribe-events-single-section-title,
.tribe-events-single-section-title,
.tribe-organizer-email-label,
.tribe-organizer-url-label {
  color: #666;
}
.tribe-events-style-full.tribe-events-style-theme h2.tribe-events-tickets-title,
.single-tribe_events .tribe-events-single-event-title {
  font-size: 2em;
}
.woocommerce-product-search::before {
  display: none !important;
}

.search-form input[type="submit"] {
  width: auto;
  margin: auto;
  margin-top: 20px;
  border-radius: 3em;
  padding: 3px 10px;
}
.tribe-link-view-attendee a {
  float: right;
  border: 1px #000 solid;
  padding: 0px 10px;
  border-radius: 3em;
}
.tribe-link-view-attendee a:hover {
  color: #fff;
  background-color: #ff8582;
  border: 1px #fff solid;
}
.tribe-tickets-table td {
  padding: 5px 0px;
}
.tribe-events-address .tribe-delimiter {
  display: none !important;
}
.woocommerce-Button.button {
}
.tribe-tickets-left,
.tribe-events-venue-details .tribe-delimiter {
  display: none !important;
}
.added_to_cart,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-radius: 2em !important;
}
.storefront-handheld-footer-bar {
  display: none !important;
}
.product_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}
.product_img::before {
  padding-top: 100%;
  content: "";
  width: 100%;
  display: block;
}
.onsale {
  display: none;
}
s,
strike,
del {
  text-decoration: none;
  font-size: 80%;
  display: block;
}

.price del .woocommerce-Price-amount::before,
.summary del .woocommerce-Price-amount::before,
.product-price del .woocommerce-Price-amount::before,
.summary del .woocommerce-Price-amount::before {
  content: "RRP: ";
}
.price ins {
  display: block;
}
.price ins .woocommerce-Price-amount::before,
.summary ins .woocommerce-Price-amount::before,
.product-price ins .woocommerce-Price-amount::before,
.summary ins .woocommerce-Price-amount::before {
  content: "WSP: ";
}
.summary ul {
  margin: 10px 0px;
}
.product-price {
  min-width: 140px;
}
.product-stock {
  min-width: 50px;
}
.price ins,
.price del + ins {
}
table.cart .qty {
  min-width: 6em;
  max-width: 100%;
}
.wishlist_table .add_to_cart.button,
.yith-wcwl-add-button a.add_to_wishlist,
.yith-wcwl-popup-button a.add_to_wishlist,
.wishlist_table a.ask-an-estimate-button,
.wishlist-title a.show-title-form,
.hidden-title-form a.hide-title-form,
.woocommerce .yith-wcwl-wishlist-new button,
.wishlist_manage_table a.create-new-wishlist,
.wishlist_manage_table button.submit-wishlist-changes,
.yith-wcwl-wishlist-search-form button.wishlist-search-button {
  border-radius: 3em !important;
}
.woocommerce .yith-wcwl-wishlist-search-form button.wishlist-search-button {
}
.woocommerce .yith-wcwl-wishlist-new button {
  padding: 3px 24px;
}
.wishlist-page-links > a:last-of-type {
  display: none !important;
}
.woocommerce .wishlist_table td.product-add-to-cart a,
.woocommerce a.selectBox {
  border-radius: 3em;
}
.yith-wcwl-share li {
  border-radius: 3px;
  overflow: hidden;
}
.product-price {
  text-align: left;
}
.yith-wcwl-wishlist-new {
  padding-left: 0px;
}
.yes-js .yith-wcwl-popup-footer,
.block-editor .yith-wcwl-popup-footer {
  text-align: center;
}
.single_add_to_cart_button {
  margin-top: 20px;
  min-width: 120px;
  background-color: #ccc !important;
}
.yith-wcwl-add-button .add_to_wishlist,
.yith-wcwl-popup-button a,
.tinvwl_add_to_wishlist_button,
.single_add_to_cart_button {
  padding: 0.6180469716em 1.41575em;
  border-radius: 3em;
  border: 1px #000 solid;
  text-align: center;
  min-width: 130px;
  background-color: #ff8582;
  border-color: #ff8582 !important;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
  margin-right: 20px;
}
.yith-wcwl-popup-button a {
  margin: auto;
}
.yith-wcwl-add-button .add_to_wishlist:hover {
  color: #fff;
}
.summary .quantity .qty {
  width: 8em;
  min-width: 280px;
}
.yith-wcwl-add-button {
  margin-bottom: 20px;
}
.single-product div.product form.cart .quantity {
  float: none;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container,
.block-editor .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container {
  width: 100%;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new,
.block-editor .yith-wcwl-popup-content .yith-wcwl-popup-new {
  vertical-align: middle;
  text-align: left;
  float: left;
}
.wishlist-name {
  margin-left: 10px;
}
.yith-wcwl-second-row {
  display: block !important;
}
div.pp_woocommerce .pp_content_container {
  border-radius: 10px !important;
}
.form-row.woocommerce-validated input.input-text {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.brand_title,
h1.woocommerce-products-header__title.page-title {
  font-size: 3em;
  text-transform: uppercase;
}
.single-product div.product table.variations select {
  width: 100%;
  white-space: nowrap;
}
.left-sidebar .widget-area {
  width: 100%;
  margin-right: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.related.products {
  display: none !important;
}
.woocommerce-cart-form__contents .actions {
  /*
        display: flex !important;
        justify-content: flex-end;
    */
}
.woocommerce-cart-form__contents .actions > button,
.woocommerce-cart-form__contents .actions > div {
  /*   
    min-width: 200px;
*/
}
#secondary.widget-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
#secondary.widget-area .widget {
  margin-bottom: 10px;
}
#secondary.widget-area .widget-title {
  margin-bottom: 0px;
  border-bottom: none;
}
#secondary.widget-area {
  display: none;
}
.product-vendor #secondary.widget-area {
  display: grid;
}
.post-type-archive-product #secondary.widget-area {
  display: grid;
}
.post-type-archive-product .add_to_cart_button {
  display: none !important;
}
.page-id-157 #secondary.widget-area {
  display: grid;
}
.woocommerce-bacs-bank-details {
  display: none;
}
.woocommerce-product-gallery__trigger {
  display: none !important;
}
div#matrix_form {
  overflow: hidden;
  height: auto;
  padding-bottom: 20px;
}
.button.btn-bulk {
  margin-bottom: 20px;
}
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button,
.woocommerce-noreviews .button,
p.no-comments .button {
  border: none !important;
}
.variations_form.cart {
  display: block !important;
}
.bulk_variations_form .qty_input {
  text-align: center;
}
#matrix_form_table tbody tr td {
  min-width: 100px;
}
.vendor_address .wcmp_vendor_detail {
  display: none !important;
}
.woocommerce-products-header__title.page-title {
  font-size: 3em;
}
.wcmp_vendor_banner_template.template1 .img_div img {
  border-radius: 50%;
}
.tribe-events-notices {
  clear: both;
}
.wcmp-store-locator-wrap,
.wcmp_rating_wrap {
  display: none !important;
}
.wcmp-store-detail-list .wcmp-font.ico-store-icon {
  display: none;
}
.wcmp-store-detail-list li:last-of-type {
}
#wcmp-store-conatiner .wcmp-store-list {
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.05) !important;
}
#wcmp-store-conatiner .wcmp-store-list:hover {
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1) !important;
}
#wcmp-store-conatiner .wcmp-store-detail-list li {
  padding-left: 0 !important;
  text-transform: uppercase;
}
#wcmp-store-conatiner .wcmp-store-picture {
  border-width: 2px !important;
  border-radius: 50%;
  overflow: hidden;
}
#wcmp-store-conatiner .wcmp-store-picture:after {
  display: none !important;
}
#wcmp-store-conatiner .wcmp-store-picture {
  max-width: 80px;
  max-height: 80px;
}
#wcmp-store-conatiner .wcmp-store-info {
  left: 50% !important;
  transform: translateX(-50%) !important;
}
#wcmp-store-conatiner .wcmp-store-detail-list {
  text-align: center;
}
.wcmp-store-list {
  cursor: pointer;
}
.select2-container .select2-selection--single,
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  height: 24px !important;
  line-height: 24px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 22px !important;
}
.product-vendor .by-vendor-name-link {
  display: none !important;
}
.by-vendor-name-link {
  text-transform: uppercase;
}
.brand_and_policy,
.brand_and_policy * {
  color: #666;
  font-size: 90%;
}
.brand_and_policy {
  border: 1px #eee solid;
  padding: 5px;
  border-radius: 3px;
  background-color: #eee;
  margin-top: 20px;
}
.product-stock .tinvwl-txt {
  display: none !important;
}
.tinv-wishlist .product-thumbnail {
  min-width: 180px;
  width: 180px;
}
table tbody tr:nth-child(2n) td,
fieldset,
fieldset legend,
table tbody td {
}
table.tinvwl-table-manage-list tbody tr td {
  border-top: 1px #eee solid;
}
.tinvwl-table-manage-list .product-action .button.tinvwl-button.alt {
  display: none;
}
.col2-set#customer_login .col-1,
.col2-set.addresses .col-1 {
  width: 50%;
  box-sizing: border-box;
  padding-right: 20px;
  margin-right: 0;
}
.col2-set#customer_login .col-2,
.col2-set.addresses .col-2 {
  width: 50%;
}
.tax-dc_vendor_shop .add_to_cart_button {
  display: none !important;
}
.tax-dc_vendor_shop #woocommerce_product_categories-2,
.tax-dc_vendor_shop #woocommerce_layered_nav-2 {
  display: none;
}
.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper {
  max-width: none;
}
.product_title.entry-title {
}
.wcmp-store-info {
  display: none !important;
}
.wcmp-store-list-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.wcmp-store-list-wrap .wcmp-store-list {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}
.clear {
  clear: both;
}
.button_vendor {
  margin: 0 10px 0 10px;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
}
.button_vendor.active {
  border-bottom: 1px solid #000;
}
#vendor_search_keywords {
  border-radius: 0 !important;
  width: 100%;
  display: none;
}
.list_vendors,
.list_products,
.list_selected_products {
  padding: 10px;
  border: 1px solid #000;
  box-sizing: border-box;
}
.list_products,
.list_selected_products {
  min-height: 50vh;
}
.section_brand {
  padding-top: 50px;
}
.server_product_list {
  display: flex;
  flex-wrap: wrap;
}
.server_product_list .shop_attributes th,
.list_selected_products .shop_attributes th {
  display: none;
}
.server_product_list .shop_attributes th,
.server_product_list .shop_attributes td,
.list_selected_products .shop_attributes th,
.list_selected_products .shop_attributes td {
  text-align: center;
  padding: 0px;
}
.server_product_list .vendor_product,
.list_selected_products .vendor_product {
  width: 20%;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  padding-bottom: 30px;
  display: block;
  border-right: 1px solid #eee;
}
.list_selected_products .button_add_to_list {
  display: none !important;
}
.button_details {
  margin-bottom: 20px;
}
.server_product_list .vendor_product img,
.list_selected_products .vendor_product img {
  width: 100%;
  object-fit: contain;
  height: 150px;
}
table td,
table th,
table thead th {
  padding: 0.5rem;
}
table td {
  min-width: 5em;
}
.preorder_sum table td {
  min-width: inherit !important;
}
table td.checkbox_product_td {
  min-width: inherit !important;
}
table th {
  background-color: #eee;
}
tfoot td,
tfoot th {
  background-color: #ccc !important;
}
.vendor_product.disabled {
  opacity: 0.5;
}
.button_buyer_remove {
  cursor: pointer;
}
.server_product_list .button_remove_from_list {
  display: none !important;
}
.section_pre_order {
  padding-top: 50px;
}
.sub_page_pop_content.product_pop {
  padding: 0;
  height: 100%;
  overflow: hidden;
  margin: 0;
}
.sub_page_pop_content.product_pop .site-header,
.sub_page_pop_content.product_pop .site-footer {
  display: none !important;
}
.table.cart .product-thumbnail img {
  max-width: 120px;
}
.wc-sc-cart-items tr td.product-name a {
  margin-left: 0;
}
.product-mate {
  min-width: 200px;
}
.mp-profile-wrapper .mp-profile-information .mp-shop-stats .mp-shop-logo {
  width: 100%;
  height: auto;
  max-height: none;
  max-width: 100%;
}
.mp-profile-wrapper .mp-about-shop {
  border-bottom: none;
}
.mp-profile-wrapper .mp-profile-information .mp-shop-stats {
  width: 10%;
}
.mp-profile-wrapper .mp-about-shop {
  margin-bottom: 10px;
}
.mp-profile-wrapper .mp-profile-information {
  margin-bottom: 20px;
}
.mp-profile-wrapper .mp-shop-actions-info {
  padding: 0 40px;
  vertical-align: top;
}
.mp-seller-avg-rating,
.wk_write_review {
  display: none;
}
.order-total td,
.cart-subtotal td,
.cart-quantity td {
  background-color: #f8f8f8;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews,
p.no-comments {
  /*
  background-color: #999;
  */
}
.woocommerce-message {
  /*
  background-color: coral;

  */
}

.woocommerce-message.woocommerce-error,
.red {
  background-color: #ff0000;
}
#vendor_email_cc.text_cc {
  border-radius: 0 !important;
  width: 100%;
}
.mp-shop-action-wrapper {
  display: none !important;
}
.list_pre_order tr:nth-of-type(even) td {
  background-color: #eee !important;
}
.list_pre_order .date_time {
  white-space: nowrap;
}
.vendors_list {
  padding: 10px 0;
}
.vendors_list a {
  width: 16%;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 0.3%;
  box-sizing: border-box;
}
.button_vendor.active {
}
.button.btn-single {
  display: none;
}
form.is_bulk.variations_form,
div#matrix_form {
  /*
    display:  block !important;
    */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
button,
input,
optgroup,
select,
textarea {
  min-height: 27px;
}
input[type="radio"] {
  min-height: inherit;
}
label {
  vertical-align: middle;
}
label input[type="radio"] {
  margin-right: 5px;
}
.brand_search {
  width: 100vw;
  box-sizing: border-box;
  background-color: #fff;
  position: fixed;
  top: 5vh;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
}
.brand_search input {
  width: 100%;
  text-align: center;
  margin: auto;
  display: block;

  text-transform: uppercase;
}

.page_nav a {
  padding: 10px;
}
.popup_product_variations_bg {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  z-index: 9998;
}
.popup_product_variations_bg.show {
  display: block;
}
.popup_product_variations {
  z-index: 9001;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 90%;
  height: auto;
  max-width: 1680px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 20px;
}
.popup_product_variations_table {
  margin-bottom: 0;
}
.popup_product_variations_table .thumb img {
  width: 10em;
}
.popup_product_variations_table td,
.popup_product_variations_table th,
.popup_product_variations_table input {
  text-align: center;
  vertical-align: middle;
}
.button_add_to_preorder {
  margin-bottom: 10px;
}
.color_title {
  white-space: nowrap;
}
.variation_quantity {
  width: 100%;
}
.popup_product_variations_table td:nth-of-type(even) {
}
.button_add_variation,
.button_close_popup_variation,
.button_add_variation_to_cart {
  min-width: 10em;
  margin: 1%;
  width: 46%;
}
.preorder_title {
  padding: 10px 0;
  text-align: center;
}
.preorder_list {
  overflow-y: auto;
}
.preorder_list td,
.preorder_list th {
}
.buttons_place_order {
  text-align: center;
  display: flex;
}
.popup_product_variations_img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.popup_product_variations_img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.popup_product_variations_details {
  flex-wrap: wrap;
}
.popup_product_variations_details_images,
.popup_product_variations_details_text {
  display: flex;
}
.popup_product_variations_details_images > div {
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
}
.popup_product_variations_details_text > div {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.popup_product_variations_details > div {
  box-sizing: border-box;
  text-align: left;
}
.popup_product_variations_details > div.popup_product_variations_text {
  text-align: left;
  width: 30%;
}
.popup_product_variations_details_text > div.popup_product_variations_text {
  padding-left: 0;
  padding-right: 0;
}
.popup_product_variations_details_images > div.popup_product_variations_video {
  width: 50%;
}
.popup_product_variations_video::before {
  display: none;
}
.popup_product_variations_video video {
  max-height: 30vh;
}
.order_address_info {
  display: flex;
}
.order_address_info > div {
  width: 30%;
  box-sizing: border-box;
  padding: 2vw;
}
.order_address_info > div.order_address_info_address {
  width: 70%;
}
.wppb-form-field label,
#wppb-login-wrap .login-username label,
#wppb-login-wrap .login-password label {
  width: 100%;
}
.wppb-form-field input,
.wppb-form-field input[type="text"],
.wppb-form-field input[type="number"],
.wppb-form-field input[type="email"],
.wppb-form-field input[type="url"],
.wppb-form-field input[type="password"],
.wppb-form-field input[type="search"],
.wppb-form-field select,
.wppb-form-field textarea,
.wppb-checkboxes,
.wppb-radios,
#wppb-login-wrap .login-username input,
#wppb-login-wrap .login-password input {
  width: 100%;
}
.wppb-form-field > span {
  margin-left: 0;
}
.preorder_product .product_img {
  width: 8em;
  margin-bottom: 0;
}
.cart_item .product_img {
  width: 8em;
}
.cart_item .product_img::before {
  display: none;
}
.preorder_product td {
  vertical-align: middle;
}
.var_pro_q {
  width: 100%;
}
.cart_item td {
  vertical-align: middle;
}
.vander_list {
  margin-top: 7vh;
}
.button.product_type_variable,
.button.product_type_simple {
  display: none !important;
}
.woocommerce-pagination {
  clear: both;
  margin-bottom: 10px;
}
.acf-label:empty {
  display: none !important;
}
.handheld-navigation {
  width: 20vw;
  min-width: 160px;
  left: auto;
  position: fixed;
  right: 0;
  z-index: 0;
  top: 0 !important;
  padding-top: 100px;
  padding-left: 1;
  height: 100vh !important;
  z-index: 9000;
  transition-property: transform;
  max-height: 100vh !important;
  transform: translateX(200%);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

.main-navigation ul.menu > li > a,
.main-navigation ul.nav-menu > li > a {
  padding: 2em;
}

.main-navigation.toggled .handheld-navigation {
  transform: translateX(0%);
}

.handheld-navigation li,
.main-navigation ul li,
.secondary-navigation ul li {
  display: block;
  width: 100%;
}
.wppb-user-forms ul {
  max-width: none !important;
}
.preorder_sum {
  position: fixed;
  padding: 10px;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.preorder_sum_forms {
  display: flex;
}
.preorder_sum_forms > div {
  padding: 5px;
}
.div_gt_pre_order_item_delete {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 10vh;
  border-bottom: 1px solid #eee;
  padding: 0px 5px 10px 5px;
}
.gt_pre_order_item_delete {
  margin-bottom: 0;
}

.div_form_send_preorder_email {
  width: 50%;
  display: none !important;
}
.buttons_place_order {
  width: 100%;
}
.gt_pre_order_item_delete {
  width: auto;
  float: left;
  margin-right: 5px;
}
.preorder_sum > div.buttons_place_order {
}
.preorder_sum table {
  margin: auto;
  clear: both;
  width: auto;
  margin-bottom: 0;
}
.form_send_preorder_email input {
  width: 48%;
}
.form_send_preorder_email input[type="submit"] {
  float: right;
}
#buyer_cc {
  padding: 0.6em;
  float: left;
}
.buttons_place_order > div {
  width: 50%;
  box-sizing: border-box;
}
.preorder_sum form {
  margin-bottom: 0;
}
.preorder_table {
  /*
  margin-bottom: 10vh;
*/
}
.th-colour,
.th-material,
.th-size {
  /*
	width: 14em;
	*/
  min-width: 6em;
}
.server_brand_list label {
  width: 50%;
}
#loginform label {
  min-width: 12em;
  display: inline-block;
}
.order_nav a,
.order_nav span {
  margin: 0 0.5rem;
  display: inline-block;
}
.order_nav span.page-numbers.current {
  border-bottom: 1px solid #333;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--sellernotification,
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--sellershushutongshipping,
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--sellerto {
  display: none !important;
}
.woocommerce-MyAccount-navigation ul li a:before {
  font-size: 16px !important;
}
input[type="number"] {
  /*
    appearance: none;
    -moz-appearance: none;
    -moz-appearance: nonel;
	*/
}
.shop_table.cart.woocommerce-cart-form__contents td {
  min-width: 5em;
}
.shop_table tbody tr,
.preorder_table tbody tr {
  border-bottom: 1px solid #999;
}
.min_order_total_text {
  display: none;
}
.woocommerce-message > p:last-of-type {
  margin-bottom: 0;
}
.wc-item-meta {
  margin-bottom: 0;
}
.extra_des_info {
  margin-top: 10px;
}
.lmp_products_loading {
  transform: scale(0.5);
}
table.cart td.product-remove a.remove {
  position: static;
}
a.remove::before {
  top: auto;
  bottom: auto;
}
.woocommerce-store-notice__dismiss-link {
  display: none !important;
}
.woocommerce-store-notice.demo_store {
  background-color: #ff8582 !important;
}
.wc-proceed-to-checkout .button.checkout-button,
#payment .place-order .button {
  font-size: 1.2rem;
}
.preorder_notes_box {
  margin-bottom: 20vh;
}
.pa_material,
.shop_table.cart.woocommerce-cart-form__contents td.pa_material {
  min-width: 12em;
}
.woocommerce-message.alert {
  background-color: #ff0000 !important;
}
.brand_popup_cart_bg {
  position: fixed;
  display: block;
  width: 100vw;
  top: auto;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  z-index: 8999;
}
.brand_popup_cart_bg.active {
  top: 0;
  bottom: 0;
  height: 100vh;
}
.brand_popup_cart {
  position: fixed;
  background-color: #eee;
  width: 100%;
  bottom: 0;
  left: 0;
  min-height: 50px;
  z-index: 9000;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: space-between;
}
.brand_popup_cart div {
  margin: 10px;
  margin-top: 0;
  margin-bottom: 0;
}
.brand_popup_cart a.button {
  background-color: #ff8582;
  color: #fff;
}
.pre_order_id a {
  border-bottom: 1px solid #000;
}
.top_mode_lab {
  background-color: #000;
  color: #fff;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 10px;
  vertical-align: middle;
}
.order_replenish_cart_min th,
.cart-subtotal th {
  width: 30%;
}
.product_stock_box {
  padding: 10px;
  background-color: #eee;
}
.product_stock_box label {
  padding-right: 20px;
}
.text_green {
  color: #00b00f;
}
.text_red {
  color: #ff0000 !important;
}
.price_small_text {
  font-size: 0.6em;
  line-height: 1.5;
  color: #333;
  display: inline-block;
}
.cart_item_msg {
  border-bottom-color: transparent !important;
  display: none;
}

.cart_item_msg.show {
  display: table-row;
}

.cart_item_msg td {
  background-color: #eee !important;
}
@media print {
  .list_vendors,
  .list_products,
  .sub_page_pop,
  .site-header,
  .button_remove_from_list,
  .pre_order_pro_pop {
    display: none;
  }
  .server_product_list .vendor_product,
  .list_selected_products .vendor_product {
    width: 25%;
  }
  .products .product {
    page-break-inside: avoid;
    page-break-after: auto;
  }
}

/************************************************/
/*! This file is auto-generated */
@font-face {
  font-family: dashicons;
  src: url(../wp-includes/fonts/dashicons.eot?50db0456fde2a241f005968eede3f987);
  src: url(../wp-includes/fonts/dashicons.eot?50db0456fde2a241f005968eede3f987#iefix)
      format("embedded-opentype"),
    url("data:application/x-font-woff;charset=utf-8;base64,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")
      format("woff"),
    url(../wp-includes/fonts/dashicons.ttf?50db0456fde2a241f005968eede3f987)
      format("truetype");
  font-weight: 400;
  font-style: normal;
}

.dashicons,
.dashicons-before:before {
  font-family: dashicons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  font-size: 20px;
  vertical-align: top;
  text-align: center;
  transition: color 0.1s ease-in;
}

.dashicons-admin-appearance:before {
  content: "\f100";
}

.dashicons-admin-collapse:before {
  content: "\f148";
}

.dashicons-admin-comments:before {
  content: "\f101";
}

.dashicons-admin-customizer:before {
  content: "\f540";
}

.dashicons-admin-generic:before {
  content: "\f111";
}

.dashicons-admin-home:before {
  content: "\f102";
}

.dashicons-admin-links:before {
  content: "\f103";
}

.dashicons-admin-media:before {
  content: "\f104";
}

.dashicons-admin-multisite:before {
  content: "\f541";
}

.dashicons-admin-network:before {
  content: "\f112";
}

.dashicons-admin-page:before {
  content: "\f105";
}

.dashicons-admin-plugins:before {
  content: "\f106";
}

.dashicons-admin-post:before {
  content: "\f109";
}

.dashicons-admin-settings:before {
  content: "\f108";
}

.dashicons-admin-site-alt:before {
  content: "\f11d";
}

.dashicons-admin-site-alt2:before {
  content: "\f11e";
}

.dashicons-admin-site-alt3:before {
  content: "\f11f";
}

.dashicons-admin-site:before {
  content: "\f319";
}

.dashicons-admin-tools:before {
  content: "\f107";
}

.dashicons-admin-users:before {
  content: "\f110";
}

.dashicons-album:before {
  content: "\f514";
}

.dashicons-align-center:before {
  content: "\f134";
}

.dashicons-align-left:before {
  content: "\f135";
}

.dashicons-align-none:before {
  content: "\f138";
}

.dashicons-align-right:before {
  content: "\f136";
}

.dashicons-analytics:before {
  content: "\f183";
}

.dashicons-archive:before {
  content: "\f480";
}

.dashicons-arrow-down-alt:before {
  content: "\f346";
}

.dashicons-arrow-down-alt2:before {
  content: "\f347";
}

.dashicons-arrow-down:before {
  content: "\f140";
}

.dashicons-arrow-left-alt:before {
  content: "\f340";
}

.dashicons-arrow-left-alt2:before {
  content: "\f341";
}

.dashicons-arrow-left:before {
  content: "\f141";
}

.dashicons-arrow-right-alt:before {
  content: "\f344";
}

.dashicons-arrow-right-alt2:before {
  content: "\f345";
}

.dashicons-arrow-right:before {
  content: "\f139";
}

.dashicons-arrow-up-alt:before {
  content: "\f342";
}

.dashicons-arrow-up-alt2:before {
  content: "\f343";
}

.dashicons-arrow-up-duplicate:before {
  content: "\f143";
}

.dashicons-arrow-up:before {
  content: "\f142";
}

.dashicons-art:before {
  content: "\f309";
}

.dashicons-awards:before {
  content: "\f313";
}

.dashicons-backup:before {
  content: "\f321";
}

.dashicons-book-alt:before {
  content: "\f331";
}

.dashicons-book:before {
  content: "\f330";
}

.dashicons-buddicons-activity:before {
  content: "\f452";
}

.dashicons-buddicons-bbpress-logo:before {
  content: "\f477";
}

.dashicons-buddicons-buddypress-logo:before {
  content: "\f448";
}

.dashicons-buddicons-community:before {
  content: "\f453";
}

.dashicons-buddicons-forums:before {
  content: "\f449";
}

.dashicons-buddicons-friends:before {
  content: "\f454";
}

.dashicons-buddicons-groups:before {
  content: "\f456";
}

.dashicons-buddicons-pm:before {
  content: "\f457";
}

.dashicons-buddicons-replies:before {
  content: "\f451";
}

.dashicons-buddicons-topics:before {
  content: "\f450";
}

.dashicons-buddicons-tracking:before {
  content: "\f455";
}

.dashicons-building:before {
  content: "\f512";
}

.dashicons-businessman:before {
  content: "\f338";
}

.dashicons-businessperson:before {
  content: "\f12e";
}

.dashicons-businesswoman:before {
  content: "\f12f";
}

.dashicons-calendar-alt:before {
  content: "\f508";
}

.dashicons-calendar:before {
  content: "\f145";
}

.dashicons-camera-alt:before {
  content: "\f129";
}

.dashicons-camera:before {
  content: "\f306";
}

.dashicons-carrot:before {
  content: "\f511";
}

.dashicons-cart:before {
  content: "\f174";
}

.dashicons-category:before {
  content: "\f318";
}

.dashicons-chart-area:before {
  content: "\f239";
}

.dashicons-chart-bar:before {
  content: "\f185";
}

.dashicons-chart-line:before {
  content: "\f238";
}

.dashicons-chart-pie:before {
  content: "\f184";
}

.dashicons-clipboard:before {
  content: "\f481";
}

.dashicons-clock:before {
  content: "\f469";
}

.dashicons-cloud:before {
  content: "\f176";
}

.dashicons-code-standards:before {
  content: "\f13a";
}

.dashicons-color-picker:before {
  content: "\f131";
}

.dashicons-controls-back:before {
  content: "\f518";
}

.dashicons-controls-forward:before {
  content: "\f519";
}

.dashicons-controls-pause:before {
  content: "\f523";
}

.dashicons-controls-play:before {
  content: "\f522";
}

.dashicons-controls-repeat:before {
  content: "\f515";
}

.dashicons-controls-skipback:before {
  content: "\f516";
}

.dashicons-controls-skipforward:before {
  content: "\f517";
}

.dashicons-controls-volumeoff:before {
  content: "\f520";
}

.dashicons-controls-volumeon:before {
  content: "\f521";
}

.dashicons-dashboard:before {
  content: "\f226";
}

.dashicons-desktop:before {
  content: "\f472";
}

.dashicons-dismiss:before {
  content: "\f153";
}

.dashicons-download:before {
  content: "\f316";
}

.dashicons-edit-large:before {
  content: "\f327";
}

.dashicons-edit:before {
  content: "\f464";
}

.dashicons-editor-aligncenter:before {
  content: "\f207";
}

.dashicons-editor-alignleft:before {
  content: "\f206";
}

.dashicons-editor-alignright:before {
  content: "\f208";
}

.dashicons-editor-bold:before {
  content: "\f200";
}

.dashicons-editor-break:before {
  content: "\f474";
}

.dashicons-editor-code-duplicate:before {
  content: "\f494";
}

.dashicons-editor-code:before {
  content: "\f475";
}

.dashicons-editor-contract:before {
  content: "\f506";
}

.dashicons-editor-customchar:before {
  content: "\f220";
}

.dashicons-editor-expand:before {
  content: "\f211";
}

.dashicons-editor-help:before {
  content: "\f223";
}

.dashicons-editor-indent:before {
  content: "\f222";
}

.dashicons-editor-insertmore:before {
  content: "\f209";
}

.dashicons-editor-italic:before {
  content: "\f201";
}

.dashicons-editor-justify:before {
  content: "\f214";
}

.dashicons-editor-kitchensink:before {
  content: "\f212";
}

.dashicons-editor-ltr:before {
  content: "\f10c";
}

.dashicons-editor-ol-rtl:before {
  content: "\f12c";
}

.dashicons-editor-ol:before {
  content: "\f204";
}

.dashicons-editor-outdent:before {
  content: "\f221";
}

.dashicons-editor-paragraph:before {
  content: "\f476";
}

.dashicons-editor-paste-text:before {
  content: "\f217";
}

.dashicons-editor-paste-word:before {
  content: "\f216";
}

.dashicons-editor-quote:before {
  content: "\f205";
}

.dashicons-editor-removeformatting:before {
  content: "\f218";
}

.dashicons-editor-rtl:before {
  content: "\f320";
}

.dashicons-editor-spellcheck:before {
  content: "\f210";
}

.dashicons-editor-strikethrough:before {
  content: "\f224";
}

.dashicons-editor-table:before {
  content: "\f535";
}

.dashicons-editor-textcolor:before {
  content: "\f215";
}

.dashicons-editor-ul:before {
  content: "\f203";
}

.dashicons-editor-underline:before {
  content: "\f213";
}

.dashicons-editor-unlink:before {
  content: "\f225";
}

.dashicons-editor-video:before {
  content: "\f219";
}

.dashicons-email-alt:before {
  content: "\f466";
}

.dashicons-email-alt2:before {
  content: "\f467";
}

.dashicons-email:before {
  content: "\f465";
}

.dashicons-excerpt-view:before {
  content: "\f164";
}

.dashicons-external:before {
  content: "\f504";
}

.dashicons-facebook-alt:before {
  content: "\f305";
}

.dashicons-facebook:before {
  content: "\f304";
}

.dashicons-feedback:before {
  content: "\f175";
}

.dashicons-filter:before {
  content: "\f536";
}

.dashicons-flag:before {
  content: "\f227";
}

.dashicons-format-aside:before {
  content: "\f123";
}

.dashicons-format-audio:before {
  content: "\f127";
}

.dashicons-format-chat:before {
  content: "\f125";
}

.dashicons-format-gallery:before {
  content: "\f161";
}

.dashicons-format-image:before {
  content: "\f128";
}

.dashicons-format-quote:before {
  content: "\f122";
}

.dashicons-format-status:before {
  content: "\f130";
}

.dashicons-format-video:before {
  content: "\f126";
}

.dashicons-forms:before {
  content: "\f314";
}

.dashicons-googleplus:before {
  content: "\f462";
}

.dashicons-grid-view:before {
  content: "\f509";
}

.dashicons-groups:before {
  content: "\f307";
}

.dashicons-hammer:before {
  content: "\f308";
}

.dashicons-heart:before {
  content: "\f487";
}

.dashicons-hidden:before {
  content: "\f530";
}

.dashicons-id-alt:before {
  content: "\f337";
}

.dashicons-id:before {
  content: "\f336";
}

.dashicons-image-crop:before {
  content: "\f165";
}

.dashicons-image-filter:before {
  content: "\f533";
}

.dashicons-image-flip-horizontal:before {
  content: "\f169";
}

.dashicons-image-flip-vertical:before {
  content: "\f168";
}

.dashicons-image-rotate-left:before {
  content: "\f166";
}

.dashicons-image-rotate-right:before {
  content: "\f167";
}

.dashicons-image-rotate:before {
  content: "\f531";
}

.dashicons-images-alt:before {
  content: "\f232";
}

.dashicons-images-alt2:before {
  content: "\f233";
}

.dashicons-index-card:before {
  content: "\f510";
}

.dashicons-info:before {
  content: "\f348";
}

.dashicons-instagram:before {
  content: "\f12d";
}

.dashicons-laptop:before {
  content: "\f547";
}

.dashicons-layout:before {
  content: "\f538";
}

.dashicons-leftright:before {
  content: "\f229";
}

.dashicons-lightbulb:before {
  content: "\f339";
}

.dashicons-list-view:before {
  content: "\f163";
}

.dashicons-location-alt:before {
  content: "\f231";
}

.dashicons-location:before {
  content: "\f230";
}

.dashicons-lock-duplicate:before {
  content: "\f315";
}

.dashicons-lock:before {
  content: "\f160";
}

.dashicons-marker:before {
  content: "\f159";
}

.dashicons-media-archive:before {
  content: "\f501";
}

.dashicons-media-audio:before {
  content: "\f500";
}

.dashicons-media-code:before {
  content: "\f499";
}

.dashicons-media-default:before {
  content: "\f498";
}

.dashicons-media-document:before {
  content: "\f497";
}

.dashicons-media-interactive:before {
  content: "\f496";
}

.dashicons-media-spreadsheet:before {
  content: "\f495";
}

.dashicons-media-text:before {
  content: "\f491";
}

.dashicons-media-video:before {
  content: "\f490";
}

.dashicons-megaphone:before {
  content: "\f488";
}

.dashicons-menu-alt:before {
  content: "\f228";
}

.dashicons-menu-alt2:before {
  content: "\f329";
}

.dashicons-menu-alt3:before {
  content: "\f349";
}

.dashicons-menu:before {
  content: "\f333";
}

.dashicons-microphone:before {
  content: "\f482";
}

.dashicons-migrate:before {
  content: "\f310";
}

.dashicons-minus:before {
  content: "\f460";
}

.dashicons-money:before {
  content: "\f526";
}

.dashicons-move:before {
  content: "\f545";
}

.dashicons-nametag:before {
  content: "\f484";
}

.dashicons-networking:before {
  content: "\f325";
}

.dashicons-no-alt:before {
  content: "\f335";
}

.dashicons-no:before {
  content: "\f158";
}

.dashicons-palmtree:before {
  content: "\f527";
}

.dashicons-paperclip:before {
  content: "\f546";
}

.dashicons-performance:before {
  content: "\f311";
}

.dashicons-phone:before {
  content: "\f525";
}

.dashicons-playlist-audio:before {
  content: "\f492";
}

.dashicons-playlist-video:before {
  content: "\f493";
}

.dashicons-plugins-checked:before {
  content: "\f485";
}

.dashicons-plus-alt:before {
  content: "\f502";
}

.dashicons-plus-alt2:before {
  content: "\f543";
}

.dashicons-plus:before {
  content: "\f132";
}

.dashicons-portfolio:before {
  content: "\f322";
}

.dashicons-post-status:before {
  content: "\f173";
}

.dashicons-pressthis:before {
  content: "\f157";
}

.dashicons-products:before {
  content: "\f312";
}

.dashicons-randomize:before {
  content: "\f503";
}

.dashicons-redo:before {
  content: "\f172";
}

.dashicons-rest-api:before {
  content: "\f124";
}

.dashicons-rss:before {
  content: "\f303";
}

.dashicons-schedule:before {
  content: "\f489";
}

.dashicons-screenoptions:before {
  content: "\f180";
}

.dashicons-search:before {
  content: "\f179";
}

.dashicons-share-alt:before {
  content: "\f240";
}

.dashicons-share-alt2:before {
  content: "\f242";
}

.dashicons-share:before {
  content: "\f237";
}

.dashicons-shield-alt:before {
  content: "\f334";
}

.dashicons-shield:before {
  content: "\f332";
}

.dashicons-slides:before {
  content: "\f181";
}

.dashicons-smartphone:before {
  content: "\f470";
}

.dashicons-smiley:before {
  content: "\f328";
}

.dashicons-sort:before {
  content: "\f156";
}

.dashicons-sos:before {
  content: "\f468";
}

.dashicons-star-empty:before {
  content: "\f154";
}

.dashicons-star-filled:before {
  content: "\f155";
}

.dashicons-star-half:before {
  content: "\f459";
}

.dashicons-sticky:before {
  content: "\f537";
}

.dashicons-store:before {
  content: "\f513";
}

.dashicons-tablet:before {
  content: "\f471";
}

.dashicons-tag:before {
  content: "\f323";
}

.dashicons-tagcloud:before {
  content: "\f479";
}

.dashicons-testimonial:before {
  content: "\f473";
}

.dashicons-text-page:before {
  content: "\f121";
}

.dashicons-text:before {
  content: "\f478";
}

.dashicons-thumbs-down:before {
  content: "\f542";
}

.dashicons-thumbs-up:before {
  content: "\f529";
}

.dashicons-tickets-alt:before {
  content: "\f524";
}

.dashicons-tickets:before {
  content: "\f486";
}

.dashicons-tide:before {
  content: "\f10d";
}

.dashicons-translation:before {
  content: "\f326";
}

.dashicons-trash:before {
  content: "\f182";
}

.dashicons-twitter-alt:before {
  content: "\f302";
}

.dashicons-twitter:before {
  content: "\f301";
}

.dashicons-undo:before {
  content: "\f171";
}

.dashicons-universal-access-alt:before {
  content: "\f507";
}

.dashicons-universal-access:before {
  content: "\f483";
}

.dashicons-unlock:before {
  content: "\f528";
}

.dashicons-update-alt:before {
  content: "\f113";
}

.dashicons-update:before {
  content: "\f463";
}

.dashicons-upload:before {
  content: "\f317";
}

.dashicons-vault:before {
  content: "\f178";
}

.dashicons-video-alt:before {
  content: "\f234";
}

.dashicons-video-alt2:before {
  content: "\f235";
}

.dashicons-video-alt3:before {
  content: "\f236";
}

.dashicons-visibility:before {
  content: "\f177";
}

.dashicons-warning:before {
  content: "\f534";
}

.dashicons-welcome-add-page:before {
  content: "\f133";
}

.dashicons-welcome-comments:before {
  content: "\f117";
}

.dashicons-welcome-learn-more:before {
  content: "\f118";
}

.dashicons-welcome-view-site:before {
  content: "\f115";
}

.dashicons-welcome-widgets-menus:before {
  content: "\f116";
}

.dashicons-welcome-write-blog:before {
  content: "\f119";
}

.dashicons-wordpress-alt:before {
  content: "\f324";
}

.dashicons-wordpress:before {
  content: "\f120";
}

.dashicons-yes-alt:before {
  content: "\f12a";
}

.dashicons-yes:before {
  content: "\f147";
}

.dashicons-editor-distractionfree:before {
  content: "\f211";
}

.dashicons-exerpt-view:before {
  content: "\f164";
}

.dashicons-format-links:before {
  content: "\f103";
}

.dashicons-format-standard:before {
  content: "\f109";
}

.dashicons-post-trash:before {
  content: "\f182";
}

.dashicons-share1:before {
  content: "\f237";
}

.dashicons-welcome-edit-page:before {
  content: "\f119";
}
/*! This file is auto-generated */

/*! This file is auto-generated */

.wp-core-ui .button,
.wp-core-ui .button-primary,
.wp-core-ui .button-secondary {
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 2.15384615;
  min-height: 30px;
  margin: 0;
  padding: 0 10px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
}

.wp-core-ui button::-moz-focus-inner,
.wp-core-ui input[type="button"]::-moz-focus-inner,
.wp-core-ui input[type="reset"]::-moz-focus-inner,
.wp-core-ui input[type="submit"]::-moz-focus-inner {
  border-width: 0;
  border-style: none;
  padding: 0;
}

.wp-core-ui .button-group.button-large .button,
.wp-core-ui .button.button-large {
  min-height: 32px;
  line-height: 2.30769231;
  padding: 0 12px;
}

.wp-core-ui .button-group.button-small .button,
.wp-core-ui .button.button-small {
  min-height: 26px;
  line-height: 2.18181818;
  padding: 0 8px;
  font-size: 11px;
}

.wp-core-ui .button-group.button-hero .button,
.wp-core-ui .button.button-hero {
  font-size: 14px;
  min-height: 46px;
  line-height: 3.14285714;
  padding: 0 36px;
}

.wp-core-ui .button.hidden {
  display: none;
}

.wp-core-ui input[type="reset"],
.wp-core-ui input[type="reset"]:active,
.wp-core-ui input[type="reset"]:focus,
.wp-core-ui input[type="reset"]:hover {
  background: 0 0;
  border: none;
  box-shadow: none;
  padding: 0 2px 1px;
  width: auto;
}

.wp-core-ui .button,
.wp-core-ui .button-secondary {
  color: #0071a1;
  border-color: #0071a1;
  background: #f3f5f6;
  vertical-align: top;
}

.wp-core-ui p .button {
  vertical-align: baseline;
}

.wp-core-ui .button-secondary:hover,
.wp-core-ui .button.hover,
.wp-core-ui .button:hover {
  background: #f1f1f1;
  border-color: #016087;
  color: #016087;
}

.wp-core-ui .button-secondary:focus,
.wp-core-ui .button.focus,
.wp-core-ui .button:focus {
  background: #f3f5f6;
  border-color: #007cba;
  color: #016087;
  box-shadow: 0 0 0 1px #007cba;
  outline: 2px solid transparent;
  outline-offset: 0;
}

.wp-core-ui .button-secondary:active,
.wp-core-ui .button:active {
  background: #f3f5f6;
  border-color: #7e8993;
  box-shadow: none;
}

.wp-core-ui .button.active,
.wp-core-ui .button.active:hover {
  background-color: #e2e4e7;
  color: #00669b;
  border-color: #016087;
  box-shadow: inset 0 2px 5px -3px #016087;
}

.wp-core-ui .button.active:focus {
  border-color: #007cba;
  box-shadow: inset 0 2px 5px -3px #016087, 0 0 0 1px #007cba;
}

.wp-core-ui .button-disabled,
.wp-core-ui .button-secondary.disabled,
.wp-core-ui .button-secondary:disabled,
.wp-core-ui .button-secondary[disabled],
.wp-core-ui .button.disabled,
.wp-core-ui .button:disabled,
.wp-core-ui .button[disabled] {
  color: #a0a5aa !important;
  border-color: #ddd !important;
  background: #f7f7f7 !important;
  box-shadow: none !important;
  text-shadow: 0 1px 0 #fff !important;
  cursor: default;
  transform: none !important;
}

.wp-core-ui .button-link {
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  background: 0 0;
  cursor: pointer;
  text-align: left;
  color: #0073aa;
  text-decoration: underline;
  transition-property: border, background, color;
  transition-duration: 0.05s;
  transition-timing-function: ease-in-out;
}

.wp-core-ui .button-link:active,
.wp-core-ui .button-link:hover {
  color: #00a0d2;
}

.wp-core-ui .button-link:focus {
  color: #124964;
  box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
  outline: 1px solid transparent;
}

.wp-core-ui .button-link-delete {
  color: #a00;
}

.wp-core-ui .button-link-delete:focus,
.wp-core-ui .button-link-delete:hover {
  color: #dc3232;
  background: 0 0;
}

.wp-core-ui .button-link-delete:disabled {
  background: 0 0 !important;
}

.ie8 .wp-core-ui .button-link:focus {
  outline: #5b9dd9 solid 1px;
}

.wp-core-ui .button-primary {
  background: #007cba;
  border-color: #007cba;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
}

.wp-core-ui .button-primary.focus,
.wp-core-ui .button-primary.hover,
.wp-core-ui .button-primary:focus,
.wp-core-ui .button-primary:hover {
  background: #0071a1;
  border-color: #0071a1;
  color: #fff;
}

.wp-core-ui .button-primary.focus,
.wp-core-ui .button-primary:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007cba;
}

.wp-core-ui .button-primary.active,
.wp-core-ui .button-primary.active:focus,
.wp-core-ui .button-primary.active:hover,
.wp-core-ui .button-primary:active {
  background: #00669b;
  border-color: #00669b;
  box-shadow: none;
  color: #fff;
}

.wp-core-ui .button-primary-disabled,
.wp-core-ui .button-primary.disabled,
.wp-core-ui .button-primary:disabled,
.wp-core-ui .button-primary[disabled] {
  color: #66c6e4 !important;
  background: #008ec2 !important;
  border-color: #008ec2 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  cursor: default;
}

.wp-core-ui .button-group {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-size: 0;
  vertical-align: middle;
}

.wp-core-ui .button-group > .button {
  display: inline-block;
  border-radius: 0;
  margin-right: -1px;
}

.wp-core-ui .button-group > .button:first-child {
  border-radius: 3px 0 0 3px;
}

.wp-core-ui .button-group > .button:last-child {
  border-radius: 0 3px 3px 0;
}

.wp-core-ui .button-group > .button-primary + .button {
  border-left: 0;
}

.wp-core-ui .button-group > .button:focus {
  position: relative;
  z-index: 1;
}

.wp-core-ui .button-group > .button.active {
  background-color: #e2e4e7;
  color: #00669b;
  border-color: #016087;
  box-shadow: inset 0 2px 5px -3px #016087;
}

.wp-core-ui .button-group > .button.active:focus {
  border-color: #007cba;
  box-shadow: inset 0 2px 5px -3px #016087, 0 0 0 1px #007cba;
}

@media screen and (max-width: 782px) {
  .wp-core-ui .button,
  .wp-core-ui .button.button-large,
  .wp-core-ui .button.button-small,
  a.preview,
  input#publish,
  input#save-post {
    padding: 0 14px;
    line-height: 2.71428571;
    font-size: 14px;
    vertical-align: middle;
    min-height: 40px;
    margin-bottom: 4px;
  }

  #media-upload.wp-core-ui .button {
    padding: 0 10px 1px;
    min-height: 24px;
    line-height: 22px;
    font-size: 13px;
  }

  .media-frame.mode-grid .bulk-select .button {
    margin-bottom: 0;
  }

  .wp-core-ui .save-post-status.button {
    position: relative;
    margin: 0 14px 0 10px;
  }

  .wp-core-ui.wp-customizer .button {
    font-size: 13px;
    line-height: 2.15384615;
    min-height: 30px;
    margin: 0;
    vertical-align: inherit;
  }

  .media-modal-content .media-toolbar-primary .media-button {
    margin-top: 10px;
    margin-left: 5px;
  }

  .interim-login .button.button-large {
    min-height: 30px;
    line-height: 2;
    padding: 0 12px 2px;
  }
}
/*! This file is auto-generated */

.media-modal * {
  box-sizing: content-box;
}

.media-modal input,
.media-modal select,
.media-modal textarea {
  box-sizing: border-box;
}

.media-frame,
.media-modal {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 12px;
  -webkit-overflow-scrolling: touch;
}

.media-modal legend {
  padding: 0;
  font-size: 13px;
}

.media-modal label {
  font-size: 13px;
}

.media-modal .legend-inline {
  position: absolute;
  transform: translate(-100%, 50%);
  margin-left: -1%;
  line-height: 1.2;
}

.media-frame a {
  border-bottom: none;
  color: #0073aa;
}

.media-frame a:active,
.media-frame a:hover {
  color: #00a0d2;
}

.media-frame a:focus {
  box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
  color: #124964;
  outline: 1px solid transparent;
}

.media-frame a.button {
  color: #32373c;
}

.media-frame a.button:hover {
  color: #23282d;
}

.media-frame a.button-primary,
.media-frame a.button-primary:hover {
  color: #fff;
}

.media-frame input,
.media-frame textarea {
  padding: 6px 8px;
}

.media-frame select,
.wp-admin .media-frame select {
  min-height: 30px;
  vertical-align: middle;
}

.media-frame input[type="color"],
.media-frame input[type="date"],
.media-frame input[type="datetime-local"],
.media-frame input[type="datetime"],
.media-frame input[type="email"],
.media-frame input[type="month"],
.media-frame input[type="number"],
.media-frame input[type="password"],
.media-frame input[type="search"],
.media-frame input[type="tel"],
.media-frame input[type="text"],
.media-frame input[type="time"],
.media-frame input[type="url"],
.media-frame input[type="week"],
.media-frame select,
.media-frame textarea {
  box-shadow: 0 0 0 transparent;
  border-radius: 4px;
  border: 1px solid #7e8993;
  background-color: #fff;
  color: #32373c;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 13px;
}

.media-frame input[type="date"],
.media-frame input[type="datetime-local"],
.media-frame input[type="datetime"],
.media-frame input[type="email"],
.media-frame input[type="month"],
.media-frame input[type="number"],
.media-frame input[type="password"],
.media-frame input[type="search"],
.media-frame input[type="tel"],
.media-frame input[type="text"],
.media-frame input[type="time"],
.media-frame input[type="url"],
.media-frame input[type="week"] {
  padding: 0 8px;
  line-height: 2.15384615;
}

.media-frame.mode-grid .wp-filter input[type="search"] {
  font-size: 14px;
  line-height: 2;
}

.media-frame input[type="email"]:focus,
.media-frame input[type="number"]:focus,
.media-frame input[type="password"]:focus,
.media-frame input[type="search"]:focus,
.media-frame input[type="text"]:focus,
.media-frame input[type="url"]:focus,
.media-frame select:focus,
.media-frame textarea:focus {
  border-color: #007cba;
  box-shadow: 0 0 0 1px #007cba;
  outline: 2px solid transparent;
}

.media-frame input:disabled,
.media-frame input[readonly],
.media-frame textarea:disabled,
.media-frame textarea[readonly] {
  background-color: #eee;
}

.media-frame input[type="search"] {
  -webkit-appearance: textfield;
}

.media-frame ::-webkit-input-placeholder {
  color: #72777c;
}

.media-frame ::-moz-placeholder {
  color: #72777c;
  opacity: 1;
}

.media-frame :-ms-input-placeholder {
  color: #72777c;
}

.media-frame .hidden,
.media-frame .setting.hidden {
  display: none;
}
/*!
 * jQuery UI Draggable/Sortable 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */

.ui-draggable-handle,
.ui-sortable-handle {
  touch-action: none;
}

.media-modal {
  position: fixed;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 160000;
}

.wp-customizer .media-modal {
  z-index: 560000;
}

.media-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 360px;
  background: #000;
  opacity: 0.7;
  z-index: 159900;
}

.wp-customizer .media-modal-backdrop {
  z-index: 559900;
}

.media-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  background: 0 0;
  color: #666;
  z-index: 1000;
  cursor: pointer;
  outline: 0;
  transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
}

.media-modal-close:active,
.media-modal-close:hover {
  color: #00a0d2;
}

.media-modal-close:focus {
  color: #00a0d2;
  border-color: #5b9dd9;
  box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
  outline: 2px solid transparent;
}

.media-modal-close span.media-modal-icon {
  background-image: none;
}

.media-modal-close .media-modal-icon:before {
  content: "\f158";
  font: normal 20px/1 dashicons;
  speak: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.media-modal-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  min-height: 300px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7);
  background: #fcfcfc;
  -webkit-font-smoothing: subpixel-antialiased;
}

.media-modal-content .media-frame select.attachment-filters {
  margin-top: 32px;
  margin-right: 2%;
  width: 42%;
  width: calc(48% - 12px);
}

.media-modal-content .attachments-browser .search {
  width: 100%;
}

.wp-core-ui .media-modal-icon {
  background-image: url(../wp-includes/images/uploader-icons.png);
  background-repeat: no-repeat;
}

.media-toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 60px;
  padding: 0 16px;
  border: 0 solid #ddd;
  overflow: hidden;
}

.media-frame-toolbar .media-toolbar {
  top: auto;
  bottom: -47px;
  height: auto;
  overflow: visible;
  border-top: 1px solid #ddd;
}

.media-toolbar-primary {
  float: right;
  height: 100%;
  position: relative;
}

.media-toolbar-secondary {
  float: left;
  height: 100%;
}

.media-toolbar-primary > .media-button,
.media-toolbar-primary > .media-button-group {
  margin-left: 10px;
  float: left;
  margin-top: 15px;
}

.media-toolbar-secondary > .media-button,
.media-toolbar-secondary > .media-button-group {
  margin-right: 10px;
  margin-top: 15px;
}

.media-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 267px;
  padding: 0 16px;
  z-index: 75;
  background: #f3f3f3;
  border-left: 1px solid #ddd;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.media-sidebar::after {
  content: "";
  display: flex;
  clear: both;
  height: 24px;
}

.hide-toolbar .media-sidebar {
  bottom: 0;
}

.image-details h2,
.media-sidebar h2 {
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  color: #666;
  margin: 24px 0 8px;
}

.attachment-details .setting,
.media-sidebar .setting {
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 10px;
}

.media-sidebar .collection-settings .setting {
  margin: 1px 0;
}

.attachment-details .setting.has-description,
.media-sidebar .setting.has-description {
  margin-bottom: 5px;
}

.media-sidebar .setting .link-to-custom {
  margin: 3px 2px 0;
}

.attachment-details .setting .name,
.attachment-details .setting span,
.media-sidebar .setting .name,
.media-sidebar .setting .value,
.media-sidebar .setting span {
  min-width: 30%;
  margin-right: 4%;
  font-size: 12px;
  text-align: right;
  word-wrap: break-word;
}

.media-sidebar .setting .name {
  max-width: 80px;
}

.media-sidebar .setting .value {
  text-align: left;
}

.media-sidebar .setting select {
  max-width: 65%;
}

.attachment-details .field input[type="checkbox"],
.attachment-details .field input[type="radio"],
.attachment-details .setting input[type="checkbox"],
.attachment-details .setting input[type="radio"],
.media-sidebar .field input[type="checkbox"],
.media-sidebar .field input[type="radio"],
.media-sidebar .setting input[type="checkbox"],
.media-sidebar .setting input[type="radio"] {
  float: none;
  margin: 8px 3px 0;
  padding: 0;
}

.attachment-details .setting .name,
.attachment-details .setting .value,
.attachment-details .setting span,
.compat-item label span,
.media-sidebar .checkbox-label-inline,
.media-sidebar .setting .name,
.media-sidebar .setting .value,
.media-sidebar .setting span {
  float: left;
  min-height: 22px;
  padding-top: 8px;
  line-height: 1.33333333;
  font-weight: 400;
  color: #666;
}

.media-sidebar .checkbox-label-inline {
  font-size: 12px;
}

.compat-item label span {
  text-align: right;
}

.attachment-details .setting .value,
.attachment-details .setting input[type="email"],
.attachment-details .setting input[type="number"],
.attachment-details .setting input[type="password"],
.attachment-details .setting input[type="search"],
.attachment-details .setting input[type="tel"],
.attachment-details .setting input[type="text"],
.attachment-details .setting input[type="url"],
.attachment-details .setting textarea,
.attachment-details .setting + .description,
.media-sidebar .setting .value,
.media-sidebar .setting input[type="email"],
.media-sidebar .setting input[type="number"],
.media-sidebar .setting input[type="password"],
.media-sidebar .setting input[type="search"],
.media-sidebar .setting input[type="tel"],
.media-sidebar .setting input[type="text"],
.media-sidebar .setting input[type="url"],
.media-sidebar .setting textarea {
  box-sizing: border-box;
  margin: 1px;
  width: 65%;
  float: right;
}

.attachment-details .setting .value,
.attachment-details .setting + .description,
.media-sidebar .setting .value {
  margin: 0 1px;
  text-align: left;
}

.attachment-details .setting + .description {
  clear: both;
  font-size: 12px;
  font-style: normal;
  margin-bottom: 10px;
}

.attachment-details .setting textarea,
.compat-item .field textarea,
.media-sidebar .setting textarea {
  height: 62px;
  resize: vertical;
}

.compat-item {
  float: left;
  width: 100%;
  overflow: hidden;
}

.compat-item table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border: 0;
}

.compat-item tr {
  padding: 2px 0;
  display: block;
  overflow: hidden;
}

.compat-item .field,
.compat-item .label {
  display: block;
  margin: 0;
  padding: 0;
}

.compat-item .label {
  min-width: 30%;
  margin-right: 4%;
  float: left;
  text-align: right;
}

.compat-item .label span {
  display: block;
  width: 100%;
}

.compat-item .field {
  float: right;
  width: 65%;
  margin: 1px;
}

.compat-item .field input[type="email"],
.compat-item .field input[type="number"],
.compat-item .field input[type="password"],
.compat-item .field input[type="search"],
.compat-item .field input[type="tel"],
.compat-item .field input[type="text"],
.compat-item .field input[type="url"],
.compat-item .field textarea {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.sidebar-for-errors .attachment-details,
.sidebar-for-errors .compat-item,
.sidebar-for-errors .media-sidebar .media-progress-bar,
.sidebar-for-errors .upload-details {
  display: none !important;
}

.main-navigation ul.menu,
.main-navigation ul.nav-menu {
  margin-left: 0;
}

.menu-item:hover {
  background-color: #ff8582;
}

.menu-item:hover a {
  color: #fff !important;
}

.media-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 50px 0 10px;
  background: #f3f3f3;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ccc;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.media-menu .media-menu-item {
  display: block;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  border: 0;
  margin: 0;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 1.28571428;
  background: 0 0;
  color: #0073aa;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.media-menu .media-menu-item:hover {
  background: rgba(0, 0, 0, 0.04);
}

.media-menu .media-menu-item:active {
  color: #0073aa;
  outline: 0;
}

.media-menu .active,
.media-menu .active:hover {
  color: #23282d;
  font-weight: 600;
}

.media-menu .media-menu-item:focus {
  box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
  color: #124964;
  outline: 1px solid transparent;
}

.media-menu .separator {
  height: 0;
  margin: 12px 20px;
  padding: 0;
  border-top: 1px solid #ddd;
}

.media-router {
  position: relative;
  padding: 0 6px;
  margin: 0;
  clear: both;
}

.media-router .media-menu-item {
  position: relative;
  float: left;
  border: 0;
  margin: 0;
  padding: 8px 10px 9px;
  height: 18px;
  line-height: 1.28571428;
  font-size: 14px;
  text-decoration: none;
  background: 0 0;
  cursor: pointer;
  transition: none;
}

.media-router .media-menu-item:last-child {
  border-right: 0;
}

.media-router .media-menu-item:active,
.media-router .media-menu-item:hover {
  color: #0073aa;
}

.media-router .active,
.media-router .active:hover {
  color: #23282d;
}

.media-router .media-menu-item:focus {
  box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
  color: #124964;
  outline: 1px solid transparent;
}

.media-router .active,
.media-router .media-menu-item.active:last-child {
  margin: -1px -1px 0;
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: none;
}

.media-router .active:after {
  display: none;
}

.media-frame {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.media-frame-menu {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 200px;
  z-index: 150;
}

.media-frame-title {
  position: absolute;
  top: 0;
  left: 200px;
  right: 0;
  height: 50px;
  z-index: 200;
}

.media-frame-router {
  position: absolute;
  top: 50px;
  left: 200px;
  right: 0;
  height: 36px;
  z-index: 200;
}

.media-frame-content {
  position: absolute;
  top: 84px;
  left: 200px;
  right: 0;
  bottom: 61px;
  height: auto;
  width: auto;
  margin: 0;
  overflow: auto;
  background: #fff;
  border-top: 1px solid #ddd;
}

.media-frame-toolbar {
  position: absolute;
  left: 200px;
  right: 0;
  z-index: 100;
  bottom: 60px;
  height: auto;
}

.media-frame.hide-menu .media-frame-content,
.media-frame.hide-menu .media-frame-router,
.media-frame.hide-menu .media-frame-title,
.media-frame.hide-menu .media-frame-toolbar {
  left: 0;
}

.media-frame.hide-toolbar .media-frame-content {
  bottom: 0;
}

.media-frame.hide-router .media-frame-content {
  top: 50px;
}

.media-frame.hide-menu .media-frame-menu,
.media-frame.hide-menu .media-frame-menu-heading,
.media-frame.hide-router .media-frame-router,
.media-frame.hide-toolbar .media-frame-toolbar {
  display: none;
}

.media-frame-title h1 {
  padding: 0 16px;
  font-size: 22px;
  line-height: 2.27272727;
  margin: 0;
}

.media-attachments-filter-heading,
.media-frame-menu-heading {
  position: absolute;
  left: 20px;
  top: 22px;
  margin: 0;
  font-size: 13px;
  line-height: 1;
  z-index: 151;
}

.media-attachments-filter-heading {
  top: 10px;
  left: 16px;
}

.mode-grid .media-attachments-filter-heading {
  top: 0;
  left: -9999px;
}

.mode-grid .media-frame-actions-heading {
  display: none;
}

.wp-core-ui .button.media-frame-menu-toggle {
  display: none;
}

.media-frame-title .suggested-dimensions {
  font-size: 14px;
  float: right;
  margin-right: 20px;
}

.media-frame-content .crop-content {
  height: 100%;
}

.wp-customizer:not(.mobile) .media-frame-content .crop-content.site-icon {
  margin-right: 300px;
}

.media-frame-content .crop-content .crop-image {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.media-frame-content .crop-content .upload-errors {
  position: absolute;
  width: 300px;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-right: -150px;
  z-index: 600000;
}

.media-frame .media-iframe {
  overflow: hidden;
}

.media-frame .media-iframe,
.media-frame .media-iframe iframe {
  height: 100%;
  width: 100%;
  border: 0;
}

.media-frame select.attachment-filters {
  margin-top: 11px;
  margin-right: 2%;
  max-width: 42%;
  max-width: calc(48% - 12px);
}

.media-frame select.attachment-filters:last-of-type {
  margin-right: 0;
  width: auto;
  max-width: 100%;
}

.media-frame .search {
  margin: 32px 0 0;
  padding: 4px;
  font-size: 13px;
  color: #444;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  -webkit-appearance: none;
}

.media-toolbar-primary .search {
  max-width: 100%;
}

.media-frame .media-search-input-label {
  position: absolute;
  left: 0;
  top: 10px;
  margin: 0;
  line-height: 1;
}

.wp-core-ui .attachments {
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.wp-core-ui .attachment {
  position: relative;
  float: left;
  padding: 8px;
  margin: 0;
  color: #444;
  cursor: pointer;
  list-style: none;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 25%;
  box-sizing: border-box;
}

.wp-core-ui .attachment.details:focus,
.wp-core-ui .attachment:focus,
.wp-core-ui .selected.attachment:focus {
  box-shadow: inset 0 0 2px 3px #fff, inset 0 0 0 7px #5b9dd9;
  outline: 2px solid transparent;
  outline-offset: -6px;
}

.wp-core-ui .selected.attachment {
  box-shadow: inset 0 0 0 5px #fff, inset 0 0 0 7px #ccc;
}

.wp-core-ui .attachment.details {
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #0073aa;
}

.wp-core-ui .attachment-preview {
  position: relative;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  background: #eee;
  cursor: pointer;
}

.wp-core-ui .attachment-preview:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.wp-core-ui .attachment .icon {
  margin: 0 auto;
  overflow: hidden;
}

.wp-core-ui .attachment .thumbnail {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.1s;
}

.wp-core-ui .attachment .portrait img {
  max-width: 100%;
}

.wp-core-ui .attachment .landscape img {
  max-height: 100%;
}

.wp-core-ui .attachment .thumbnail:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.wp-core-ui .attachment .thumbnail img {
  top: 0;
  left: 0;
}

.wp-core-ui .attachment .thumbnail .centered {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(50%, 50%);
}

.wp-core-ui .attachment .thumbnail .centered img {
  transform: translate(-50%, -50%);
}

.wp-core-ui .attachments-browser .attachment .thumbnail .centered img.icon {
  transform: translate(-50%, -70%);
}

.wp-core-ui .attachment .filename {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  max-height: 100%;
  word-wrap: break-word;
  text-align: center;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
}

.wp-core-ui .attachment .filename div {
  padding: 5px 10px;
}

.wp-core-ui .attachment .thumbnail img {
  position: absolute;
}

.wp-core-ui .attachment-close {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 22px;
  width: 22px;
  padding: 0;
  background-color: #fff;
  background-position: -96px 4px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  transition: none;
}

.wp-core-ui .attachment-close:focus,
.wp-core-ui .attachment-close:hover {
  background-position: -36px 4px;
}

.wp-core-ui .attachment .check {
  display: none;
  height: 24px;
  width: 24px;
  padding: 0;
  border: 0;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  outline: 0;
  background: #eee;
  cursor: pointer;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(0, 0, 0, 0.15);
}

.wp-core-ui .attachment .check .media-modal-icon {
  display: block;
  background-position: -1px 0;
  height: 15px;
  width: 15px;
  margin: 5px;
}

.wp-core-ui .attachment .check:hover .media-modal-icon {
  background-position: -40px 0;
}

.wp-core-ui .attachment.selected .check {
  display: block;
}

.wp-core-ui .attachment.details .check,
.wp-core-ui .attachment.selected .check:focus,
.wp-core-ui .media-frame.mode-grid .attachment.selected .check {
  background-color: #0073aa;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px #0073aa;
}

.wp-core-ui .attachment.selected .check:focus {
  outline: 2px solid transparent;
}

.wp-core-ui .attachment.details .check .media-modal-icon,
.wp-core-ui
  .media-frame.mode-grid
  .attachment.selected
  .check
  .media-modal-icon {
  background-position: -21px 0;
}

.wp-core-ui .attachment.details .check:hover .media-modal-icon,
.wp-core-ui .attachment.selected .check:focus .media-modal-icon,
.wp-core-ui
  .media-frame.mode-grid
  .attachment.selected
  .check:hover
  .media-modal-icon {
  background-position: -60px 0;
}

.wp-core-ui .media-frame .attachment .describe {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 8px;
  font-size: 12px;
  border-radius: 0;
}

.media-frame .attachments-browser {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.attachments-browser .media-toolbar {
  right: 300px;
  height: 72px;
  background: #fff;
}

.attachments-browser.hide-sidebar .media-toolbar {
  right: 0;
}

.attachments-browser .media-toolbar-primary > .media-button,
.attachments-browser .media-toolbar-primary > .media-button-group,
.attachments-browser .media-toolbar-secondary > .media-button,
.attachments-browser .media-toolbar-secondary > .media-button-group {
  margin: 10px 0;
}

.attachments-browser .attachments {
  padding: 2px 8px 8px;
}

.attachments-browser .attachments,
.attachments-browser .uploader-inline {
  position: absolute;
  top: 72px;
  left: 0;
  right: 300px;
  bottom: 0;
  overflow: auto;
  outline: 0;
}

.attachments-browser .uploader-inline.hidden {
  display: none;
}

.attachments-browser .media-toolbar-primary {
  max-width: 33%;
}

.mode-grid .attachments-browser .media-toolbar-primary {
  display: flex;
  align-items: center;
}

.mode-grid
  .attachments-browser
  .media-toolbar-mode-select
  .media-toolbar-primary {
  display: none;
}

.attachments-browser .media-toolbar-secondary {
  max-width: 66%;
}

.uploader-inline .close {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  height: 48px;
  outline: 0;
  padding: 0;
  position: absolute;
  right: 2px;
  text-align: center;
  top: 2px;
  width: 48px;
  z-index: 1;
}

.uploader-inline .close:before {
  font: normal 30px/1 dashicons !important;
  color: #555d66;
  display: inline-block;
  content: "\f335";
  font-weight: 300;
  margin-top: 1px;
}

.uploader-inline .close:focus {
  outline: 1px solid #5b9dd9;
  box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
}

.attachments-browser.hide-sidebar .attachments,
.attachments-browser.hide-sidebar .uploader-inline {
  right: 0;
  margin-right: 0;
}

.attachments-browser .instructions {
  display: inline-block;
  margin-top: 16px;
  line-height: 1.38461538;
  font-size: 13px;
  color: #666;
}

.attachments-browser .no-media {
  padding: 2em 0 0 2em;
}

.media-progress-bar {
  position: relative;
  height: 10px;
  width: 70%;
  margin: 10px auto;
  border-radius: 10px;
  background: #ddd;
  background: rgba(0, 0, 0, 0.1);
}

.media-progress-bar div {
  height: 10px;
  min-width: 20px;
  width: 0;
  background: #0073aa;
  border-radius: 10px;
  transition: width 0.3s;
}

.media-uploader-status .media-progress-bar {
  display: none;
  width: 100%;
}

.uploading.media-uploader-status .media-progress-bar {
  display: block;
}

.attachment-preview .media-progress-bar {
  position: absolute;
  top: 50%;
  left: 15%;
  width: 70%;
  margin: -5px 0 0 0;
}

.media-uploader-status {
  position: relative;
  margin: 0 auto;
  padding-bottom: 10px;
  max-width: 400px;
}

.uploader-inline .media-uploader-status h2 {
  display: none;
}

.media-uploader-status .upload-details {
  display: none;
  font-size: 12px;
  color: #666;
}

.uploading.media-uploader-status .upload-details {
  display: block;
}

.media-uploader-status .upload-detail-separator {
  padding: 0 4px;
}

.media-uploader-status .upload-count {
  color: #444;
}

.media-uploader-status .upload-dismiss-errors,
.media-uploader-status .upload-errors {
  display: none;
}

.errors.media-uploader-status .upload-dismiss-errors,
.errors.media-uploader-status .upload-errors {
  display: block;
}

.media-uploader-status .upload-dismiss-errors {
  position: absolute;
  top: -3px;
  right: -5px;
  padding: 5px;
  border-radius: 50%;
  transition: none;
  text-decoration: none;
}

.uploader-inline .media-uploader-status .upload-dismiss-errors {
  top: 2px;
  right: 2px;
}

.media-uploader-status .upload-dismiss-errors::before {
  content: "\f153";
  display: block;
  font: normal 16px/1 dashicons;
  color: #72777c;
}

.uploader-inline .errors.media-uploader-status .upload-dismiss-errors::before {
  color: #606a73;
}

.errors.media-uploader-status .upload-dismiss-errors:focus::before,
.errors.media-uploader-status .upload-dismiss-errors:hover::before {
  color: #c00;
}

.upload-errors .upload-error {
  padding: 12px;
  margin-bottom: 12px;
  background: #fff;
  border-left: 4px solid #dc3232;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.uploader-inline .upload-errors .upload-error {
  padding: 12px 30px;
  background-color: #fbeaea;
  box-shadow: none;
}

.upload-errors .upload-error-filename {
  font-weight: 600;
}

.upload-errors .upload-error-message {
  display: block;
  padding-top: 8px;
  word-wrap: break-word;
}

.uploader-window,
.wp-editor-wrap .uploader-editor {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: none;
}

.uploader-window {
  position: fixed;
  z-index: 250000;
  opacity: 0;
  transition: opacity 250ms;
}

.wp-editor-wrap .uploader-editor {
  position: absolute;
  z-index: 99998;
  background: rgba(150, 150, 150, 0.9);
}

.uploader-window,
.wp-editor-wrap .uploader-editor.droppable {
  background: rgba(0, 86, 132, 0.9);
}

.uploader-window-content,
.wp-editor-wrap .uploader-editor-content {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px dashed #fff;
}

.uploader-window .uploader-editor-title,
.uploader-window h1,
.wp-editor-wrap .uploader-editor .uploader-editor-title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  font-size: 3em;
  line-height: 1.3;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding: 0 10px;
}

.wp-editor-wrap .uploader-editor .uploader-editor-title {
  display: none;
}

.wp-editor-wrap .uploader-editor.droppable .uploader-editor-title {
  display: block;
}

.uploader-window .media-progress-bar {
  margin-top: 20px;
  max-width: 300px;
  background: 0 0;
  border-color: #fff;
  display: none;
}

.uploader-window .media-progress-bar div {
  background: #fff;
}

.uploading .uploader-window .media-progress-bar {
  display: block;
}

.media-frame .uploader-inline {
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
}

.uploader-inline-content {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
}

.uploader-inline-content .upload-ui {
  margin: 2em 0;
}

.uploader-inline-content .post-upload-ui {
  margin-bottom: 2em;
}

.post-upload-ui .max-upload-size {
  display: none;
}

.uploader-inline .has-upload-message .upload-ui {
  margin: 0 0 4em;
}

.uploader-inline h2 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  margin: 0;
}

.uploader-inline .has-upload-message .upload-instructions {
  font-size: 14px;
  color: #444;
  font-weight: 400;
}

.uploader-inline .drop-instructions {
  display: none;
}

.supports-drag-drop .uploader-inline .drop-instructions {
  display: block;
}

.uploader-inline p {
  margin: 0.5em 0;
}

.uploader-inline .media-progress-bar {
  display: none;
}

.uploading.uploader-inline .media-progress-bar {
  display: block;
}

.uploader-inline .browser {
  display: inline-block !important;
}

.media-selection {
  position: absolute;
  top: 0;
  left: 0;
  right: 350px;
  height: 60px;
  padding: 0 0 0 16px;
  overflow: hidden;
  white-space: nowrap;
}

.media-selection .selection-info {
  display: inline-block;
  font-size: 12px;
  height: 60px;
  margin-right: 10px;
  vertical-align: top;
}

.media-selection.editing,
.media-selection.empty {
  display: none;
}

.media-selection.one .edit-selection {
  display: none;
}

.media-selection .count {
  display: block;
  padding-top: 12px;
  font-size: 14px;
  line-height: 1.42857142;
  font-weight: 600;
}

.media-selection .button-link {
  float: left;
  padding: 1px 8px;
  margin: 1px 8px 1px -8px;
  line-height: 1.4;
  border-right: 1px solid #ddd;
  color: #0073aa;
  text-decoration: none;
}

.media-selection .button-link:focus,
.media-selection .button-link:hover {
  color: #00a0d2;
}

.media-selection .button-link:last-child {
  border-right: 0;
  margin-right: 0;
}

.selection-info .clear-selection {
  color: #bc0b0b;
}

.selection-info .clear-selection:focus,
.selection-info .clear-selection:hover {
  color: #dc3232;
}

.media-selection .selection-view {
  display: inline-block;
  vertical-align: top;
}

.media-selection .attachments {
  display: inline-block;
  height: 48px;
  margin: 6px;
  padding: 0;
  overflow: hidden;
  vertical-align: top;
}

.media-selection .attachment {
  width: 40px;
  padding: 0;
  margin: 4px;
}

.media-selection .attachment .thumbnail {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.media-selection .attachment .icon {
  width: 50%;
}

.media-selection .attachment-preview {
  box-shadow: none;
  background: 0 0;
}

.wp-core-ui .media-selection .attachment.details:focus,
.wp-core-ui .media-selection .attachment:focus,
.wp-core-ui .media-selection .selected.attachment:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 2px 3px #5b9dd9;
  outline: 2px solid transparent;
}

.wp-core-ui .media-selection .selected.attachment {
  box-shadow: none;
}

.wp-core-ui .media-selection .attachment.details {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0073aa;
}

.media-selection:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 25px;
  background-image: linear-gradient(
    to left,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}

.media-selection .attachment .filename {
  display: none;
}

.media-frame .spinner {
  background: url(../wp-includes/images/spinner.gif) no-repeat;
  background-size: 20px 20px;
  float: right;
  display: inline-block;
  visibility: hidden;
  opacity: 0.7;
  filter: alpha(opacity=70);
  width: 20px;
  height: 20px;
  margin: 0;
  vertical-align: middle;
}

.media-frame.mode-grid .spinner {
  margin: 0;
  float: none;
  vertical-align: middle;
}

.media-modal .media-toolbar .spinner {
  float: none;
  vertical-align: bottom;
  margin: 0 0 5px 5px;
}

.media-frame .instructions + .spinner.is-active {
  vertical-align: middle;
}

.media-frame .spinner.is-active {
  visibility: visible;
}

.attachment-details {
  position: relative;
  overflow: auto;
}

.attachment-details .settings-save-status {
  float: right;
  text-transform: none;
  font-weight: 400;
}

.attachment-details .settings-save-status .spinner {
  float: none;
  margin-left: 5px;
}

.attachment-details .settings-save-status .saved {
  display: none;
}

.attachment-details.save-waiting .settings-save-status .spinner {
  visibility: visible;
}

.attachment-details.save-complete .settings-save-status .saved {
  display: inline-block;
}

.attachment-info {
  overflow: hidden;
  min-height: 60px;
  margin-bottom: 16px;
  line-height: 1.5;
  color: #666;
  border-bottom: 1px solid #ddd;
  padding-bottom: 11px;
}

.attachment-info .filename {
  font-weight: 600;
  color: #444;
  word-wrap: break-word;
}

.attachment-info .thumbnail {
  position: relative;
  float: left;
  max-width: 120px;
  max-height: 120px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
}

.uploading .attachment-info .thumbnail {
  width: 120px;
  height: 80px;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
}

.uploading .attachment-info .media-progress-bar {
  margin-top: 35px;
}

.attachment-info .thumbnail-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.attachment-info .thumbnail img {
  display: block;
  max-width: 120px;
  max-height: 120px;
  margin: 0 auto;
}

.attachment-info .details {
  float: left;
  font-size: 12px;
  max-width: 100%;
}

.attachment-info .delete-attachment,
.attachment-info .edit-attachment,
.attachment-info .trash-attachment,
.attachment-info .untrash-attachment {
  display: block;
  text-decoration: none;
  white-space: nowrap;
}

.attachment-details.needs-refresh .attachment-info .edit-attachment {
  display: none;
}

.attachment-info .edit-attachment {
  display: block;
}

.media-modal .delete-attachment,
.media-modal .trash-attachment,
.media-modal .untrash-attachment {
  display: inline;
  padding: 0;
  color: #bc0b0b;
}

.media-modal .delete-attachment:focus,
.media-modal .delete-attachment:hover,
.media-modal .trash-attachment:focus,
.media-modal .trash-attachment:hover,
.media-modal .untrash-attachment:focus,
.media-modal .untrash-attachment:hover {
  color: #dc3232;
}

.attachment-display-settings {
  width: 100%;
  float: left;
  overflow: hidden;
}

.collection-settings {
  overflow: hidden;
}

.collection-settings .setting input[type="checkbox"] {
  float: left;
  margin-right: 8px;
}

.collection-settings .setting .name,
.collection-settings .setting span {
  min-width: inherit;
}

.media-modal .imgedit-wrap {
  position: static;
}

.media-modal .imgedit-wrap .imgedit-panel-content {
  padding: 16px 16px 0 16px;
  position: absolute;
  top: 0;
  right: 282px;
  bottom: 0;
  left: 0;
  overflow: auto;
}

.media-modal .imgedit-wrap .imgedit-submit {
  margin-bottom: 16px;
}

.media-modal .imgedit-wrap .imgedit-settings {
  background: #f3f3f3;
  border-left: 1px solid #ddd;
  padding: 20px 16px 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 250px;
  overflow: auto;
}

.media-modal .imgedit-wrap .imgedit-save-target {
  margin: 8px 0 24px;
}

.media-modal .imgedit-group {
  background: 0 0;
  border: none;
  border-bottom: 1px solid #ddd;
  box-shadow: none;
  margin: 0;
  margin-bottom: 16px;
  padding: 0;
  padding-bottom: 16px;
  position: relative;
}

.media-modal .imgedit-group:last-of-type {
  border: none;
  margin: 0;
  padding: 0;
}

.media-modal .imgedit-group-top {
  margin: 0;
}

.media-modal .imgedit-group-top h2,
.media-modal .imgedit-group-top h2 .button-link {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  color: #666;
  margin: 0;
  margin-top: 3px;
}

.media-modal .imgedit-group-top h2 .button-link,
.media-modal .imgedit-group-top h2 a {
  text-decoration: none;
  color: #666;
}

.wp-core-ui.media-modal .image-editor .imgedit-help-toggle,
.wp-core-ui.media-modal .image-editor .imgedit-help-toggle:active,
.wp-core-ui.media-modal .image-editor .imgedit-help-toggle:hover {
  border: 1px solid transparent;
  margin: 0;
  padding: 0;
  background: 0 0;
  color: #0074a2;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  box-sizing: content-box;
  box-shadow: none;
}

.wp-core-ui.media-modal .image-editor .imgedit-help-toggle:focus {
  color: #0074a2;
  border-color: #5b9dd9;
  box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
  outline: 2px solid transparent;
}

.wp-core-ui.media-modal
  .imgedit-group-top
  .dashicons-arrow-down.imgedit-help-toggle {
  margin-top: -3px;
}

.wp-core-ui.media-modal .image-editor h3 .imgedit-help-toggle {
  margin-top: -2px;
}

.media-modal .imgedit-help-toggled span.dashicons:before {
  content: "\f142";
}

.media-modal .imgedit-thumbnail-preview {
  margin: 10px 8px 0 0;
}

.imgedit-thumbnail-preview-caption {
  display: block;
}

.media-modal .imgedit-wrap div.updated {
  margin: 0;
  margin-bottom: 16px;
}

.embed-url {
  display: block;
  position: relative;
  padding: 16px;
  margin: 0;
  z-index: 250;
  background: #fff;
  font-size: 18px;
}

.media-frame .embed-url input {
  font-size: 18px;
  line-height: 1.22222222;
  padding: 12px 40px 12px 14px;
  width: 100%;
  min-width: 200px;
  box-shadow: inset 2px 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.media-frame .embed-url input::-ms-clear {
  display: none;
}

.media-frame .embed-url .spinner {
  position: absolute;
  top: 32px;
  right: 26px;
}

.media-frame .embed-loading .embed-url .spinner {
  visibility: visible;
}

.embed-link-settings,
.embed-media-settings {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 16px;
  overflow: auto;
}

.embed-link-settings::after,
.embed-media-settings::after {
  content: "";
  display: flex;
  clear: both;
  height: 24px;
}

.media-embed .embed-link-settings {
  overflow: visible;
}

.embed-preview embed,
.embed-preview iframe,
.embed-preview img,
.mejs-container video {
  max-width: 100%;
  vertical-align: middle;
}

.embed-preview a {
  display: inline-block;
}

.embed-preview img {
  display: block;
  height: auto;
}

.mejs-container:focus {
  outline: 1px solid #5b9dd9;
  box-shadow: 0 0 2px 1px rgba(30, 140, 190, 0.8);
}

.image-details .media-modal {
  left: 140px;
  right: 140px;
}

.image-details .media-frame-content,
.image-details .media-frame-router,
.image-details .media-frame-title {
  left: 0;
}

.image-details .embed-media-settings {
  top: 0;
  overflow: visible;
  padding: 0;
}

.image-details .embed-media-settings::after {
  content: none;
}

.image-details .embed-media-settings,
.image-details .embed-media-settings div {
  box-sizing: border-box;
}

.image-details .column-settings {
  background: #f3f3f3;
  border-right: 1px solid #ddd;
  min-height: 100%;
  width: 55%;
  position: absolute;
  top: 0;
  left: 0;
}

.image-details .column-settings h2 {
  margin: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  color: #23282d;
}

.image-details .column-image {
  width: 45%;
  position: absolute;
  left: 55%;
  top: 0;
}

.image-details .image {
  margin: 20px;
}

.image-details .image img {
  max-width: 100%;
  max-height: 500px;
}

.image-details .advanced-toggle {
  padding: 0;
  color: #666;
  text-transform: uppercase;
  text-decoration: none;
}

.image-details .advanced-toggle:active,
.image-details .advanced-toggle:hover {
  color: #666;
}

.image-details .advanced-toggle:after {
  font: normal 20px/1 dashicons;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f140";
  display: inline-block;
  margin-top: -2px;
}

.image-details .advanced-visible .advanced-toggle:after {
  content: "\f142";
}

.image-details .custom-size .custom-size-setting,
.image-details .custom-size label {
  display: block;
  float: left;
}

.image-details .custom-size .custom-size-setting label {
  float: none;
}

.image-details .custom-size input {
  width: 5em;
}

.image-details .custom-size .sep {
  float: left;
  margin: 26px 6px 0 6px;
}

.image-details .custom-size .description {
  margin-left: 0;
}

.media-embed .thumbnail {
  max-width: 100%;
  max-height: 200px;
  position: relative;
  float: left;
}

.media-embed .thumbnail img {
  max-height: 200px;
  display: block;
}

.media-embed .thumbnail:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.media-embed .setting,
.media-embed .setting-group {
  width: 100%;
  margin: 10px 0;
  float: left;
  display: block;
  clear: both;
}

.media-embed .setting-group .setting:not(.checkbox-setting) {
  margin: 0;
}

.media-embed .setting.has-description {
  margin-bottom: 5px;
}

.media-embed .description {
  clear: both;
  font-style: normal;
}

.media-embed .content-track + .description {
  line-height: 1.4;
  max-width: none !important;
}

.media-embed .remove-track {
  margin-bottom: 10px;
}

.image-details .embed-media-settings .setting,
.image-details .embed-media-settings .setting-group {
  float: none;
  width: auto;
}

.image-details .actions {
  margin: 10px 0;
}

.image-details .hidden {
  display: none;
}

.media-embed .setting input[type="text"],
.media-embed .setting textarea,
.media-embed fieldset {
  display: block;
  width: 100%;
  max-width: 400px;
}

.image-details .embed-media-settings .setting input[type="text"],
.image-details .embed-media-settings .setting textarea {
  max-width: inherit;
  width: 70%;
}

.image-details .description,
.image-details .embed-media-settings .custom-size,
.image-details .embed-media-settings .link-target,
.image-details .embed-media-settings .setting input.link-to-custom,
.image-details .embed-media-settings .setting-group {
  margin-left: 27%;
  width: 70%;
}

.image-details .description {
  font-style: normal;
  margin-top: 0;
}

.image-details .embed-media-settings .link-target {
  margin-top: 16px;
}

.audio-details .checkbox-label,
.image-details .checkbox-label,
.video-details .checkbox-label {
  vertical-align: baseline;
}

.media-embed .setting input.hidden,
.media-embed .setting textarea.hidden {
  display: none;
}

.media-embed .setting .name,
.media-embed .setting span,
.media-embed .setting-group .name {
  display: inline-block;
  font-size: 13px;
  line-height: 1.84615384;
  color: #666;
}

.media-embed .setting span {
  display: block;
  width: 200px;
}

.image-details .embed-media-settings .setting .name,
.image-details .embed-media-settings .setting span {
  float: left;
  width: 25%;
  text-align: right;
  margin: 8px 1% 0 1%;
  line-height: 1.1;
}

.image-details .embed-media-settings .setting .button-group,
.media-frame .setting-group .button-group {
  width: auto;
}

.media-embed-sidebar {
  position: absolute;
  top: 0;
  left: 440px;
}

.advanced-section,
.link-settings {
  margin-top: 10px;
}

.media-frame .setting .button-group {
  display: flex;
  margin: 0 !important;
  max-width: none !important;
}

.rtl .media-frame,
.rtl .media-frame .search,
.rtl .media-frame input[type="email"],
.rtl .media-frame input[type="number"],
.rtl .media-frame input[type="password"],
.rtl .media-frame input[type="search"],
.rtl .media-frame input[type="tel"],
.rtl .media-frame input[type="text"],
.rtl .media-frame input[type="url"],
.rtl .media-frame select,
.rtl .media-frame textarea,
.rtl .media-modal {
  font-family: Tahoma, sans-serif;
}

:lang(he-il) .rtl .media-frame,
:lang(he-il) .rtl .media-frame .search,
:lang(he-il) .rtl .media-frame input[type="email"],
:lang(he-il) .rtl .media-frame input[type="number"],
:lang(he-il) .rtl .media-frame input[type="password"],
:lang(he-il) .rtl .media-frame input[type="search"],
:lang(he-il) .rtl .media-frame input[type="text"],
:lang(he-il) .rtl .media-frame input[type="url"],
:lang(he-il) .rtl .media-frame select,
:lang(he-il) .rtl .media-frame textarea,
:lang(he-il) .rtl .media-modal {
  font-family: Arial, sans-serif;
}

@media only screen and (max-width: 900px) {
  .media-modal .media-frame-title {
    height: 40px;
  }

  .media-modal .media-frame-title h1 {
    line-height: 2.22222222;
    font-size: 18px;
  }

  .media-modal-close {
    width: 42px;
    height: 42px;
  }

  .media-frame .media-frame-title {
    position: static;
    padding: 0 44px;
    text-align: center;
  }

  .media-frame:not(.hide-menu) .media-frame-content,
  .media-frame:not(.hide-menu) .media-frame-router,
  .media-frame:not(.hide-menu) .media-frame-toolbar {
    left: 0;
  }

  .media-frame:not(.hide-menu) .media-frame-router {
    top: 80px;
  }

  .media-frame:not(.hide-menu) .media-frame-content {
    top: 114px;
  }

  .media-frame.hide-router .media-frame-content {
    top: 80px;
  }

  .media-frame:not(.hide-menu) .media-frame-menu {
    position: static;
    width: 0;
  }

  .media-frame:not(.hide-menu) .media-menu {
    display: none;
    width: auto;
    max-width: 80%;
    overflow: auto;
    z-index: 2000;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    bottom: auto;
    padding: 5px 0;
    border: 1px solid #ccc;
  }

  .media-frame:not(.hide-menu) .media-menu.visible {
    display: block;
  }

  .media-frame:not(.hide-menu) .media-menu > a {
    padding: 12px 16px;
    font-size: 16px;
  }

  .media-frame:not(.hide-menu) .media-menu .separator {
    margin: 5px 10px;
  }

  .media-frame-menu-heading {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
    word-wrap: normal !important;
  }

  .wp-core-ui .media-frame:not(.hide-menu) .button.media-frame-menu-toggle {
    display: inline-flex;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: -6px 0 0;
    padding: 0 2px 0 12px;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    background: 0 0;
    height: 0.1%;
    min-height: 40px;
  }

  .wp-core-ui .button.media-frame-menu-toggle:active,
  .wp-core-ui .button.media-frame-menu-toggle:hover {
    background: 0 0;
    transform: none;
  }

  .wp-core-ui .button.media-frame-menu-toggle:focus {
    outline: 1px solid transparent;
  }

  .media-sidebar {
    width: 230px;
  }

  .attachments-browser .attachments,
  .attachments-browser .media-toolbar,
  .attachments-browser .uploader-inline {
    right: 262px;
  }

  .attachment-details .setting,
  .media-sidebar .setting {
    margin: 6px 0;
  }

  .attachment-details .setting .name,
  .attachment-details .setting input,
  .attachment-details .setting textarea,
  .compat-item label span,
  .media-sidebar .setting .name,
  .media-sidebar .setting input,
  .media-sidebar .setting textarea {
    float: none;
    display: inline-block;
  }

  .attachment-details .setting span,
  .media-sidebar .checkbox-label-inline,
  .media-sidebar .setting span {
    float: none;
  }

  .media-sidebar .setting .select-label-inline {
    display: inline;
  }

  .attachment-details .setting .name,
  .compat-item label span,
  .media-sidebar .checkbox-label-inline,
  .media-sidebar .setting .name {
    text-align: inherit;
    min-height: 16px;
    margin: 0;
    padding: 8px 2px 2px;
  }

  .attachment-details .setting .value,
  .media-sidebar .setting .value {
    float: none;
    width: auto;
  }

  .attachment-details .setting input[type="email"],
  .attachment-details .setting input[type="number"],
  .attachment-details .setting input[type="password"],
  .attachment-details .setting input[type="search"],
  .attachment-details .setting input[type="tel"],
  .attachment-details .setting input[type="text"],
  .attachment-details .setting input[type="url"],
  .attachment-details .setting select,
  .attachment-details .setting textarea,
  .attachment-details .setting + .description,
  .media-sidebar .setting input[type="email"],
  .media-sidebar .setting input[type="number"],
  .media-sidebar .setting input[type="password"],
  .media-sidebar .setting input[type="search"],
  .media-sidebar .setting input[type="tel"],
  .media-sidebar .setting input[type="text"],
  .media-sidebar .setting input[type="url"],
  .media-sidebar .setting select,
  .media-sidebar .setting textarea {
    float: none;
    width: 98%;
    max-width: none;
    height: auto;
  }

  .media-frame .media-toolbar input[type="search"] {
    line-height: 2.25;
  }

  .attachment-details .setting select.columns,
  .media-sidebar .setting select.columns {
    width: auto;
  }

  .media-frame .search,
  .media-frame input,
  .media-frame textarea {
    padding: 3px 6px;
  }

  .wp-admin .media-frame select {
    min-height: 40px;
    font-size: 16px;
    line-height: 1.625;
    padding: 5px 24px 5px 8px;
  }

  .image-details .column-image {
    width: 30%;
    left: 70%;
  }

  .image-details .column-settings {
    width: 70%;
  }

  .image-details .media-modal {
    left: 30px;
    right: 30px;
  }

  .image-details .embed-media-settings .setting,
  .image-details .embed-media-settings .setting-group {
    margin: 20px;
  }

  .image-details .embed-media-settings .setting .name,
  .image-details .embed-media-settings .setting span {
    float: none;
    text-align: left;
    width: 100%;
    margin-bottom: 4px;
    margin-left: 0;
  }

  .media-modal .legend-inline {
    position: static;
    transform: none;
    margin-left: 0;
    margin-bottom: 6px;
  }

  .image-details .embed-media-settings .setting-group .setting {
    margin-bottom: 0;
  }

  .image-details .embed-media-settings .setting input.link-to-custom,
  .image-details .embed-media-settings .setting input[type="text"],
  .image-details .embed-media-settings .setting textarea {
    width: 100%;
    margin-left: 0;
  }

  .image-details .embed-media-settings .setting.has-description {
    margin-bottom: 5px;
  }

  .image-details .description {
    width: auto;
    margin: 0 20px;
  }

  .image-details .embed-media-settings .custom-size {
    margin-left: 20px;
  }

  .collection-settings .setting input[type="checkbox"] {
    float: none;
    margin-top: 0;
  }

  .media-selection {
    min-width: 120px;
  }

  .media-selection:after {
    background: 0 0;
  }

  .media-selection .attachments {
    display: none;
  }

  .media-modal .attachments-browser .media-toolbar .search {
    max-width: 100%;
    height: auto;
    float: right;
  }

  .media-modal .attachments-browser .media-toolbar .attachment-filters {
    height: auto;
  }

  .media-frame input[type="email"],
  .media-frame input[type="number"],
  .media-frame input[type="password"],
  .media-frame input[type="search"],
  .media-frame input[type="text"],
  .media-frame input[type="url"],
  .media-frame select,
  .media-frame textarea {
    font-size: 16px;
  }

  .media-frame .media-toolbar input[type="search"] {
    line-height: 2.3755;
  }

  .media-modal .media-toolbar .spinner {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 782px) {
  .attachments-browser .media-toolbar {
    height: 82px;
  }

  .attachments-browser .attachments,
  .attachments-browser .uploader-inline {
    top: 82px;
  }

  .media-frame-toolbar .media-toolbar {
    bottom: -54px;
  }
}

@media screen and (max-width: 782px) {
  .mode-grid .attachments-browser .media-toolbar-primary {
    display: block;
  }
}

@media only screen and (max-width: 640px), screen and(max-height: 400px) {
  .image-details .media-modal,
  .media-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .media-modal-backdrop {
    position: fixed;
  }

  .media-sidebar {
    z-index: 1900;
    max-width: 70%;
    bottom: 120%;
    box-sizing: border-box;
    padding-bottom: 0;
  }

  .media-sidebar.visible {
    bottom: 0;
  }

  .attachments-browser .attachments,
  .attachments-browser .media-toolbar,
  .attachments-browser .uploader-inline {
    right: 0;
  }

  .image-details .media-frame-title {
    display: block;
    top: 0;
    font-size: 14px;
  }

  .image-details .column-image,
  .image-details .column-settings {
    width: 100%;
    position: relative;
    left: 0;
  }

  .image-details .column-settings {
    padding: 4px 0;
  }

  .media-frame-content .media-toolbar .instructions {
    display: none;
  }
}

@media only screen and (min-width: 901px) and(max-height: 400px) {
  .media-frame:not(.hide-menu) .media-menu,
  .media-menu {
    top: 0;
    padding-top: 44px;
  }
}

@media only screen and (max-width: 480px) {
  .wp-core-ui.wp-customizer .media-button {
    margin-top: 13px;
  }
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .wp-core-ui .media-modal-icon {
    background-image: url(../wp-includes/images/uploader-icons-2x.png);
    background-size: 134px 15px;
  }

  .media-frame .spinner {
    background-image: url(../wp-includes/images/spinner-2x.gif);
  }
}

.media-frame-content[data-columns="1"] .attachment {
  width: 100%;
}

.media-frame-content[data-columns="2"] .attachment {
  width: 50%;
}

.media-frame-content[data-columns="3"] .attachment {
  width: 33.33%;
}

.media-frame-content[data-columns="4"] .attachment {
  width: 25%;
}

.media-frame-content[data-columns="5"] .attachment {
  width: 20%;
}

.media-frame-content[data-columns="6"] .attachment {
  width: 16.66%;
}

.media-frame-content[data-columns="7"] .attachment {
  width: 14.28%;
}

.media-frame-content[data-columns="8"] .attachment {
  width: 12.5%;
}

.media-frame-content[data-columns="9"] .attachment {
  width: 11.11%;
}

.media-frame-content[data-columns="10"] .attachment {
  width: 10%;
}

.media-frame-content[data-columns="11"] .attachment {
  width: 9.09%;
}

.media-frame-content[data-columns="12"] .attachment {
  width: 8.33%;
}

.media-modal button {
  min-height: 0 !important;
}

.media-modal .media-modal-close {
  width: 40px;
  height: 40px;
  border: none;
}

.media-modal .media-router .media-menu-item {
  margin-right: 10px;
  padding: 5px 15px;
}

.media-modal .media-frame-toolbar .media-toolbar {
  padding-top: 10px;
}

.media-modal .button-link.delete-attachment {
  color: #000;
  padding: 5px 15px;
}

.media-modal-content {
  border-radius: 20px;
}

.wkmp_profile_input textarea {
  min-height: 300px;
}

.wkmp_profileimg {
  display: none !important;
}

.quantity_col {
  width: 10em;
}

.mp-store-top-billing-country,
.mp-store-sale-order-history-section {
  display: none !important;
}

.mp-store-summary-section.total-payout {
  display: none !important;
}

.mp-store-summary-section.remaining-amount {
  display: none !important;
}

.button_group {
  /*
  border: 1px solid #666;
  font-size: 0.8em;
  */
  border-radius: 2em;
  margin-right: 10px;

  display: flex;
  justify-content: center;
  align-items: center;

  overflow: hidden;
}

.button_group > span {
  border-radius: 2em;
  padding: 0px 1em;
  padding-top: 0.1em;
  vertical-align: middle;
  display: block;
  cursor: pointer;
}

.button_group > span.active {
  background-color: #ff8582;
  border: 1px solid #ff8582;
  color: #fff;
}

.button_bar {
  padding: 20px 0;
  text-align: right;
}

.ajax_preorder_list {
  border: 1px solid #eee;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}

.preorder_title {
  background-color: #eee;
}

.preorder_list table {
  margin-bottom: 0;
}

.custom-logo-link,
.site-branding,
.site-header-cart,
.site-logo-anchor,
.site-logo-link,
.site-search {
  /*
  margin-bottom: 1em;
*/
}

.product_is_hot::after {
  content: "主推款";
  border-radius: 5px;
  background-color: #ff8582;
  padding: 0px 5px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  color: #fff;
}

button.menu-toggle {
  padding: 0.8rem;
  min-height: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

button.menu-toggle span::before,
button.menu-toggle::after,
button.menu-toggle::before {
  height: 1px;
}

.brand_search input,
.ios_no_zoom {
  font-size: 16px;
}

.order_steps_text {
  margin: auto;
  text-align: center;
  padding: 0;
  font-size: 1rem;

  border-bottom: 2px solid #eee;
  margin-bottom: 30px;
  padding-bottom: 7px;
}

.order_steps_text span {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;

  margin: 10px;
  border-radius: 3em;
  /*
  background-color: #eee;

  */
  position: relative;
}

.order_steps_text span::after {
  display: block;
  position: absolute;
  left: 50%;
  margin-top: 5px;
  transform: translateX(-50%);
  content: attr(data-step);
  border-radius: 50%;
  line-height: 2em;
  text-align: center;
  width: 2em;
  height: 2em;
  background-color: #eee;
  z-index: 2;
}

.order_steps_text span:last-of-type::before {
  display: none;
}
.order_steps_text .title {
  border-bottom: 1px solid #eee;
  padding: 10px;
  display: none;
}

.order_steps_text span.active::after {
  background-color: #ff8582;
  color: #fff;
}

.woocommerce-terms-and-conditions-wrapper {
  display: none !important;
}

.collections {
  background-color: #eee;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
}

.collections .collection_item {
  margin-right: 20px;
}

.collections .collection_item.active {
  border-bottom: 1px #333 solid;
}

.acf-basic-uploader input[type="file"] {
  width: 100%;
  padding: 5px;
}

.button.print-invoice {
  display: none;
}

.oc_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  background-color: #eee;
  border-radius: 5px;
  padding: 10px;
}

.oc_list .acf-label {
  margin-bottom: 10px;
}

.oc_list form {
  margin-bottom: 0;
}

.oc_list .acf-fields > .acf-field {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

div[data-name="brand_oc"] .acf-label,
div[data-name="buyer_oc"] .acf-label {
  display: none;
}

.acf-fields > .acf-field {
  padding: 15px 0;
}

.select2-search__field {
  border: none !important;
}

.select2-container--default .select2-selection--multiple {
  border-radius: 0;
}

.acf-fields > .acf-field {
  border-top: none;
}

.ui-datepicker {
  width: auto;
}

.message {
  padding: 20px;
}

.message.error {
  padding: 20px;

  margin-top: 10px;
  margin-bottom: 10px;

  font-weight: bold;

  color: #fff;
  background-color: #ff0000;
}

.message.ok {
  padding: 20px;

  margin-top: 10px;
  margin-bottom: 10px;

  font-weight: bold;
  color: #fff;
  background-color: #00ff00;
}

.green {
  color: #00ff00;
}

select {
  background-repeat: no-repeat;
  background-size: auto 20%;
  background-position: right center;
  background-image: url(../img/arrow_down.svg);
  padding-right: 2.5em;
}

.cate_bar {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
}

.cate_count_box {
  display: table;
}

.cate_count {
  width: 100%;
  display: table-row;
}

.cate_count_box {
  background-color: #eee;
}

.count_item {
  display: table-cell;
  padding: 10px;
  border-left: 1px solid #333;
  box-sizing: border-box;
}

.cate_count_box {
  display: none !important;
}

.product_terms {
  padding: 20px;
  padding-bottom: 0;
}

.product_term {
  margin-right: 20px;
  margin-bottom: 20px;
  display: inline-block;
  cursor: pointer;
}

.product_term.active {
  color: #ff8582;
  text-decoration: underline;
}

#select_brand_orderby {
  min-height: 30px;
  width: 100%;
}

.menu_top li {
  list-style: none;
  margin-bottom: 0;
}

.menu_top ul,
ul.menu_top {
  margin-bottom: 0;
}
.menu_top a {
  padding-left: 10px;
  padding-right: 10px;
}

.button_group {
  white-space: nowrap;
}

.button_reservation {
  background-color: #fff;
  border: 1px solid #ff8582;
  color: #ff8582;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-radius: 2em;
}

.button_reservation:hover {
  background-color: #ff8582;
  color: #fff;
}
