/*
Template: welcart_basic
Theme Name: lintondirect
Theme URI:
Description: Child theme of welcart basic
Author: Miroqu
Version: 2.0.20
*/
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap";
@import "https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp-noto.min.css";
@import url(https://miroqu.com/font/fontello/css/fontello.css);
@import "https://unpkg.com/ress/dist/ress.min.css";
.item-info .skubutton {
  background: #e53935;
}
.item-info .skubutton:hover {
  background: rgb(234.8157894737, 101.2894736842, 98.1842105263);
}

.incart-btn {
  font-family: sans-serif;
}
.incart-btn a {
  color: white;
  padding: 0.5em;
  background: #e53935;
  text-align: left;
}
.incart-btn a ul {
  color: white;
  font-weight: 400;
  margin-left: 0;
  display: block;
  font-size: 0.9em;
  margin-top: 0.5em;
}
.incart-btn a:hover {
  background: rgb(234.8157894737, 101.2894736842, 98.1842105263);
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 10px;
}

body {
  font-size: 1.4em;
  font-weight: 300;
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
}

h3 {
  position: relative;
  position: relative;
}
h3 .flexbox {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  border-top: #000 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
  height: 60px;
}
h3 .flexbox .usces_login_a {
  font-size: small;
  background-color: orange;
  border-radius: 30px;
  padding: 0 10px;
  color: white;
}
@media (min-width: 60em) {
  h3 .flexbox {
    display: block;
    position: absolute;
    left: 200px;
    bottom: 3px;
    width: 300px;
    height: auto;
    border-top: none;
  }
  h3 .flexbox .usces_login_a {
    display: none;
  }
  h3 .flexbox .usces_logout_a {
    display: none;
  }
}
h3 #line-it-button {
  position: relative;
  bottom: -3px;
}
@media (min-width: 60em) {
  h3 #line-it-button {
    bottom: 0;
    margin-left: 10px;
  }
}

a {
  color: #555;
}
a:hover {
  text-decoration: none;
  color: #000;
}

strong {
  font-weight: 400;
}

.campaign-bannar {
  border: 1px solid #ccc;
  margin: 0.75em;
  border-width: 2px;
  border-color: #444;
}
@media (min-width: 60em) {
  .campaign-bannar {
    margin: -1.5em 0 1.5em;
  }
}
.campaign-bannar img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 60em) {
  .home .campaign-bannar {
    margin-top: 0.75em;
    margin-bottom: -0.75em;
  }
}
.campaign-bannar a {
  display: none;
}
@media (max-width: 59.99em) {
  .campaign-bannar .mobile {
    display: block;
  }
}
.campaign-bannar .desktop {
  @includemq ();
}
@media (min-width: 60em) {
  .campaign-bannar .desktop {
    display: block;
  }
}

body.login {
  background: black;
}

body.login div#login h1 a {
  background-image: url("img/logo.svg");
  height: 50px;
  width: 100%;
  background-size: contain;
}

body.login div#login form#loginform {
  background: black;
}

body.login div#login form#loginform p.forgetmenot label {
  color: white;
}

body.login div#login form#loginform p.submit input#wp-submit {
  background: #e53935;
  border: none;
  text-shadow: none;
  box-shadow: none;
}

body.login div#login p#nav a {
  color: white;
}

body.login div#login p#backtoblog a {
  color: white;
}

.site-header {
  background-color: #000000;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}
.site-header .inner {
  position: relative;
  padding: 1em;
}
@media (min-width: 60em) {
  .site-header .inner {
    padding: 2em 0;
  }
}
.site-header .inner .site-title {
  font-size: 0 !important;
  color: transparent !important;
}
.site-header .inner .site-title a {
  display: inline-block;
}
.site-header .inner .site-title img {
  height: 30px;
  width: auto;
}
@media (min-width: 60em) {
  .site-header .inner .site-title img {
    height: 40px;
  }
}
.site-header .inner .site-title object {
  pointer-events: none;
  height: 30px;
}
@media (min-width: 60em) {
  .site-header .inner .site-title object {
    height: 40px;
  }
}
.site-header .inner .site-description {
  position: absolute;
  color: #ccc;
  right: 0;
  bottom: 2em;
  text-align: center;
  line-height: 1.6;
  width: 50%;
  display: none;
}
@media (min-width: 60em) {
  .site-header .inner .site-description {
    display: block;
  }
}
.site-header .snav {
  padding-top: 0;
  background-color: white;
  height: 30px;
  border-bottom: 1px #ccc solid;
  display: none;
}
.site-header .snav .inner {
  height: 30px;
  padding: 0 !important;
}
.site-header .snav .inner:after, .site-header .snav .inner:before {
  content: " ";
  display: table;
}
.site-header .snav .inner:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.site-header .snav .inner {
  *zoom: 1;
}
@media (min-width: 60em) {
  .site-header .snav .inner {
    padding: 1em 0;
  }
}
.site-header .snav .inner .incart-btn,
.site-header .snav .inner .search-box {
  height: 30px;
}
.site-header .snav .inner .incart-btn {
  margin-top: 0;
}
.site-header .snav .inner .incart-btn a {
  padding: 3px 10px;
}
.site-header .snav .inner .incart-btn a .total-quant {
  color: white;
  background-color: transparent;
}
.site-header .snav .inner .search-box {
  padding-bottom: 0;
  background: #eee;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
}
.site-header .snav .inner .search-box .s-box {
  border: none;
}
.site-header .snav .inner .search-box .s-box input {
  background: #eee;
  padding: 0;
  height: 30px;
  border-bottom: 1px solid #ccc;
}
.site-header .snav .inner .search-box .s-box .searchsubmit {
  margin: 0 0.75em;
  position: absolute;
  background-color: transparent;
}
.site-header .snav .inner .membership {
  padding: 0;
}
.site-header .snav .inner .membership ul {
  height: 30px;
  padding-top: 8.1081081081px;
}
@media (min-width: 60em) {
  .site-header .snav {
    display: block;
  }
}
.site-header .linton-japan {
  display: none;
  background-color: #222222;
}
.site-header .linton-japan .inner {
  padding: 0.3em 1em;
  text-align: left;
  font-size: smaller;
  font-weight: 400;
  color: white;
}
@media (min-width: 60em) {
  .site-header .linton-japan .inner {
    text-align: right;
  }
}
.site-header .linton-japan a {
  color: white;
}
.site-header .linton-japan a.link-linton-japan {
  color: #bbbbbb;
  margin-left: 1em;
}
@media (min-width: 60em) {
  .site-header .linton-japan {
    display: block;
  }
}

body:not(.home) .snav .incart-btn {
  display: none;
}

header #site-navigation {
  background-color: white;
}
header #site-navigation input#panel.on-off:checked + div.header-nav-container {
  background-color: #333;
}
header #site-navigation input#panel.on-off:checked + div.nav-menu-open {
  background-color: #333;
}
header #site-navigation input#panel.on-off + div.header-nav-container {
  background-color: #333;
}
@media (min-width: 60em) {
  header #site-navigation input#panel.on-off + div.header-nav-container {
    background-color: white;
  }
}
header #site-navigation input#panel.on-off + div.nav-menu-open {
  background-color: #333;
}
@media (min-width: 60em) {
  header #site-navigation input#panel.on-off + div.nav-menu-open {
    background-color: white;
  }
}
header #site-navigation li {
  border-right: 0;
}
header #site-navigation li a {
  color: white;
  border-color: #666;
}
@media (min-width: 60em) {
  header #site-navigation li a {
    color: #666;
    border-color: #ccc;
  }
}
@media (min-width: 60em) {
  header #site-navigation li a:hover {
    background-color: #f6f6f6;
    color: #000000;
  }
}
header #site-navigation li:first-child {
  border-left: 0;
}
header #site-navigation li.menu-item-has-children > a {
  padding-right: 3em;
}
header #site-navigation li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: "fontello";
  position: absolute;
  right: 1.125em;
}
header #site-navigation label {
  top: 10px;
}
header #site-navigation label:hover {
  cursor: pointer;
}
@media (min-width: 60em) {
  header #site-navigation .current-menu-ancestor > a,
  header #site-navigation .current-menu-item > a,
  header #site-navigation .current-menu-parent > a,
  header #site-navigation .current-page-ancestor > a,
  header #site-navigation .current-page-parent > a,
  header #site-navigation .current_page_ancestor > a,
  header #site-navigation .current_page_item > a,
  header #site-navigation .current_page_parent > a {
    background-color: white;
    border-left: 1px #ccc solid;
    border-right: 1px #ccc solid;
  }
  header #site-navigation .current-menu-ancestor > a:before,
  header #site-navigation .current-menu-item > a:before,
  header #site-navigation .current-menu-parent > a:before,
  header #site-navigation .current-page-ancestor > a:before,
  header #site-navigation .current-page-parent > a:before,
  header #site-navigation .current_page_ancestor > a:before,
  header #site-navigation .current_page_item > a:before,
  header #site-navigation .current_page_parent > a:before {
    content: "";
    width: 100%;
    height: 1px;
    background: white;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
}
header #site-navigation .current-menu-ancestor .sub-menu a,
header #site-navigation .current-menu-item .sub-menu a,
header #site-navigation .current-menu-parent .sub-menu a,
header #site-navigation .current-page-ancestor .sub-menu a,
header #site-navigation .current-page-parent .sub-menu a,
header #site-navigation .current_page_ancestor .sub-menu a,
header #site-navigation .current_page_item .sub-menu a,
header #site-navigation .current_page_parent .sub-menu a {
  border-left: none;
  border-right: none;
}
@media (min-width: 60em) {
  header #site-navigation .sub-menu {
    margin-left: 1px;
    min-width: 160px;
    border: 1px #ccc solid;
  }
  header #site-navigation .sub-menu li a {
    padding: 0.8em 1.4em;
    border-bottom: 1px #ccc solid;
  }
  header #site-navigation .sub-menu li:last-child a {
    border-bottom: none;
  }
}

@media (min-width: 60em) {
  #secondary.widget-area section.widget {
    padding-left: 0;
    padding-right: 0;
  }
}
#secondary.widget-area section.widget h3 {
  border-width: 1px;
  border-color: #111;
}
#secondary.widget-area section.widget ul {
  padding: 0;
}
#secondary.widget-area section.widget ul ul {
  padding-left: 0.75em;
}
#secondary.widget-area section.widget ul ul li:before {
  content: "-";
  position: relative;
  left: -5px;
}
#secondary.widget-area section.widget ul ul li.current-cat {
  font-weight: 400;
  color: black;
}
#secondary.widget-area section.widget ul ul li.current-cat:before {
  content: "\f105";
  font-family: "fontello";
}
#secondary.widget-area section.widget ul ul li.current-cat a {
  color: inherit;
}
.one-column #secondary {
  border-top: 0;
  padding-top: 0;
}
.one-column #secondary.widget-area section.widget {
  padding: 0.75em;
}
@media (min-width: 60em) {
  .one-column #secondary.widget-area section.widget {
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0;
  }
}
@media (min-width: 60em) {
  .one-column #secondary.widget-area section.widget {
    padding: 1.5em;
  }
}
@media (min-width: 60em) {
  .one-column #secondary.widget-area {
    display: grid;
    grid-auto-flow: column;
    column-gap: 1.5em;
  }
}

#secondary .widget-incart-btn {
  display: none;
}
#secondary .widget-incart-btn h3 {
  display: none;
}
@media (min-width: 60em) {
  #secondary .widget-incart-btn {
    display: block;
  }
  #secondary .widget-incart-btn .incart-btn {
    float: none;
    margin: 0;
  }
  #secondary .widget-incart-btn .incart-btn a {
    padding: 0.5em 1em;
  }
}
#secondary .widget .loginbox {
  padding: 0;
}
#secondary .widget .loginbox .submit input {
  padding: 8px;
  width: 100%;
  margin: 5px 0;
}
#secondary .widget .loginbox label {
  font-size: 0.8em;
}
#secondary .widget .loginbox a {
  font-size: 0.8em;
}

#menu-shop li {
  margin-bottom: 0;
}

.tagcloud {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.tagcloud a {
  overflow: hidden;
  color: transparent;
  width: 20px;
  height: 20px;
  margin: 0 4px 4px 0;
  border-radius: 20px;
}
.tagcloud a.no {
  position: relative;
}
.tagcloud a.no:after {
  content: "\e805";
  font-family: fontello;
  font-size: 1em;
  color: #cccccc;
  position: absolute;
  top: -1px;
  left: 6px;
}
.tagcloud a.no, .tagcloud a.white {
  box-shadow: 0 0 0 1px #ccc inset;
}

#wp-calendar th {
  font-weight: 400;
}

footer#colophon {
  background-color: white;
  border-top: 1px #ccc solid;
  color: #333;
}
footer#colophon a {
  color: #262626;
}
footer#colophon .copyright {
  display: block;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  grid-gap: 10px;
  margin: 0;
  padding: 0;
}
@media (min-width: 35em) {
  .grid {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    grid-gap: 20px;
  }
}
.grid .grid-item {
  text-align: center;
}
.grid .grid-item img {
  display: block;
  height: auto;
  width: 100%;
  object-fit: cover;
}
.grid .grid-item span {
  display: inline-block;
}

.sale-bannar {
  margin-bottom: 0.75em;
}
.sale-bannar img {
  height: auto;
  max-width: 100%;
}
.sale-bannar img.desktop {
  display: none;
}
@media (min-width: 60em) {
  .sale-bannar img.desktop {
    display: block;
  }
}
.sale-bannar img.mobile {
  display: block;
}
@media (min-width: 60em) {
  .sale-bannar img.mobile {
    display: none;
  }
}
@media (min-width: 60em) {
  .sale-bannar {
    padding: 0;
    margin-bottom: 1.5em;
  }
}

.home .site-content #content {
  margin-top: 0.75em;
}
.home .site-content #content article {
  border-bottom: 0;
}
.home .site-content #content article .entry-content {
  margin-bottom: 1.5em;
}
.home .site-content .main-link {
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 35em) {
  .home .site-content .main-link {
    flex-direction: row;
    gap: 0.75em;
    margin-bottom: 0.75em;
  }
}
.home .site-content .main-link li {
  list-style: none;
  text-align: center;
  background-color: #666;
  margin-bottom: 0.75em;
}
@media (min-width: 35em) {
  .home .site-content .main-link li {
    margin-bottom: 0;
  }
}
.home .site-content .main-link li img {
  height: auto;
  max-width: 100%;
}
.home .site-content h3 {
  border-bottom: 1px #111 solid;
  padding-bottom: 0.4em;
  font-size: 1.2em;
}
.home .site-content #news {
  margin-bottom: 1.5em;
}
.home .site-content #news ul {
  padding: 0.75em 0;
}
.home .site-content #news ul li {
  border-bottom: 1px dotted #ddd;
}
.home .site-content #news ul li a {
  display: block;
  padding: 0.375em 0;
}
.home .site-content #news ul li span.entry-date {
  display: block;
  color: #bbb;
}
@media (min-width: 60em) {
  .home .site-content #news ul li span.entry-date {
    display: inline-block;
    width: 120px;
  }
}
.home .site-content #news .posts-navigation {
  display: none;
}
.home .site-content #new-items h3 {
  margin-bottom: 1.5em;
}
.home .site-content #new-items ul li {
  text-align: center;
}
.home .site-content #new-items ul li span {
  display: block;
  margin-top: 0.375em;
}
.home .site-content .archive-link {
  border: 1px solid #ccc;
  margin-top: 0.75em;
}
.home .site-content .archive-link a {
  display: block;
  padding: 0.75em;
  text-align: center;
}
.home .hero {
  display: none;
}
@media (min-width: 35em) {
  .home .hero {
    display: block;
  }
}
.home .hero section.front-il {
  display: none;
}
.home .hero ul.rslides {
  padding: 0;
  margin: 0.75em 0 0.375em;
  max-height: 500px;
}
@media (min-width: 60em) {
  .home .hero ul.rslides {
    height: auto;
    margin: 1.5em 0 0.75em;
  }
}
.home .hero li.random-posts .grid {
  grid-gap: 5px;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
}
.page #content h1.entry-title {
  margin-bottom: 0;
  margin-top: 1.5em;
}
@media (min-width: 60em) {
  .page #content h1.entry-title {
    margin-top: 0;
  }
}
.page #content .entry-content h3 {
  font-size: 1.4em;
}
.page #content .entry-content h4 {
  font-size: 1.2em;
}
.page #content .entry-content p {
  line-height: 1.6;
  font-size: 1.1em;
}
.page #content .entry-content strong {
  font-weight: 400;
}

.page-about .entry-header {
  display: none;
}
.page-about .entry-content ul {
  margin: 0;
}
.page-about .entry-content ul li {
  list-style: none;
}

.page-accessory .rslides {
  margin: 0;
}
.page-accessory ul.accessory-cat {
  margin: 1em 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page-accessory ul.accessory-cat li {
  list-style: none;
  margin-left: 1em;
}
.page-accessory ul.accessory-cat li:first-child {
  margin-left: 0;
}

.page-garment .entry-content ul {
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page-garment .entry-content ul li {
  list-style: none;
  width: 32%;
}
.page-garment .entry-content ul li img {
  border: 1px #ccc solid;
}

.page-contact form.wpcf7-form td:first-child {
  vertical-align: top;
  text-align: right;
}
.page-contact form.wpcf7-form td input[type=email],
.page-contact form.wpcf7-form td input[type=text],
.page-contact form.wpcf7-form td textarea {
  width: 100%;
}
.page-contact form.wpcf7-form td textarea {
  height: 200px;
}
.page-contact form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: x-small;
}

h2.coming {
  font-weight: 400;
}
h2.coming span {
  font-weight: 200;
  padding-left: 1em;
}

.error404 .page-title {
  text-align: center;
  padding-top: 4em;
}

.page-terms table h3 {
  display: none;
}
.page-terms table p {
  margin-bottom: 1em;
}
.page-terms table p:last-child {
  margin-bottom: 0;
}

.page-about table th,
.page-terms table th {
  font-weight: 400;
  background: #eee;
  display: block;
  border: none;
}
.page-about table td,
.page-terms table td {
  display: block;
  border: none;
  border-bottom: 1px #ccc solid;
}
@media (min-width: 60em) {
  .page-about table th,
  .page-terms table th {
    background: none;
    display: table-cell;
    width: 25%;
    border: 1px solid #ccc;
  }
  .page-about table td,
  .page-terms table td {
    display: table-cell;
    border: 1px solid #ccc;
  }
}

.yamato-table {
  font-size: smaller;
  white-space: nowrap;
}
@media all and (-ms-high-contrast: none) {
  .yamato-table *::-ms-backdrop {
    white-space: normal;
  }
}
.yamato-table td,
.yamato-table th {
  font-weight: 400;
  text-align: center;
}

.table-wrapper {
  overflow: auto;
  width: 100%;
}

.single-post #content .item-header {
  margin-top: 1.5em;
}
@media (min-width: 60em) {
  .single-post #content .item-header {
    margin-top: 0;
  }
}
.single-post .white-popup {
  overflow: hidden;
  max-width: 600px;
  background: white;
  margin: 0 auto;
  padding: 1.5em;
}
.single-post .white-popup h3 {
  margin-bottom: 0.6em;
}
.single-post .white-popup p {
  margin-bottom: 1em;
  position: relative;
  z-index: 2;
}
.single-post .white-popup p:last-child {
  margin-bottom: 0;
}
.single-post .detail-box table {
  width: 100%;
}
.single-post .detail-box table tr {
  border-bottom: 1px #ccc solid;
}
.single-post .detail-box table tr td {
  border: none;
  padding: 10px 0;
}
.single-post .detail-box table tr td:first-child {
  width: 100px !important;
  vertical-align: top;
}
.single-post .detail-box table tr:first-child td {
  padding-top: 0;
}
.single-post .detail-box .fabric-instock .checking-stock {
  color: #aaaaaa;
}
.single-post .detail-box .fabric-instock p {
  display: none;
}
.single-post .detail-box .fabric-instock-notice {
  background: white;
  margin-top: 1em;
  padding: 0.5em;
  border: 3px pink solid;
  color: red;
  font-size: 0.9em;
}
.single-post .detail-box .about-buttons {
  margin-top: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-post .detail-box .about-buttons a {
  text-align: center;
  display: block;
  padding: 0.7em 0;
  width: 48%;
  margin: auto auto 0.3em;
}
.single-post .detail-box .about-buttons a i {
  margin-right: 0.3em;
}
.single-post .detail-box .about-buttons .about-delivery {
  border: 2px solid #f1c40f;
  color: #f1c40f;
}
.single-post .detail-box .about-buttons .about-delivery:hover {
  background-color: rgb(252.2440944882, 243.3858267717, 207.7559055118);
}
.single-post .detail-box .about-buttons .about-delivery-date {
  border: 2px solid #5499c7;
  color: #5499c7;
}
.single-post .detail-box .about-buttons .about-delivery-date:hover {
  background-color: rgb(237.6740088106, 244.6651982379, 249.3259911894);
}
.single-post .detail-box .about-buttons .about-unit {
  border: 2px solid #f39c12;
  color: #f39c12;
}
.single-post .detail-box .about-buttons .about-unit:hover {
  background-color: rgb(252.8313253012, 237.1084337349, 212.1686746988);
}
.single-post .detail-box .about-buttons .about-contact {
  border: 2px solid #777;
  color: #777;
}
.single-post .detail-box .about-buttons .about-contact:hover {
  background-color: #dddddd;
}
.single-post .detail-box .about-buttons .about-stock {
  border: 2px solid #28b463;
  color: #28b463;
  float: right;
}
.single-post .detail-box .about-buttons .about-stock:hover {
  background-color: rgb(226.3636363636, 248.6363636364, 235.75);
}
.single-post .detail-box .about-buttons .buyer-guide {
  border: 2px solid #8e44ad;
  color: #8e44ad;
  float: right;
}
.single-post .detail-box .about-buttons .buyer-guide:hover {
  background-color: rgb(249.2489626556, 244.9502074689, 251.0497925311);
}
.single-post .detail-box .item-tag a {
  margin-right: 3px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 200;
  color: transparent;
  text-indent: -999px;
}
.single-post .detail-box .item-tag a.white {
  box-shadow: 0 0 0 1px #ccc inset;
}
@media (min-width: 60em) {
  .single-post .detail-box {
    padding-left: 2em;
  }
}
.single-post .category-fabric .item-info .cart-button input.skubutton,
.single-post .category-yarn .item-info .cart-button input.skubutton {
  border-radius: 0;
  pointer-events: none;
}
.single-post .category-fabric .item-info .cart-button input.skubutton[disabled],
.single-post .category-yarn .item-info .cart-button input.skubutton[disabled] {
  cursor: not-allowed;
  background-color: #ddd;
  color: #888;
}
.single-post .category-domestic-stock .item-info .cart-button input.skubutton {
  pointer-events: auto !important;
}
.single-post .category-fabric .skuform .fabric-quant-select {
  display: none;
}
@media (min-width: 60em) {
  .single-post .category-fabric .skuform.skuform-first {
    background-image: url("img/100cm.jpg");
  }
}
.single-post .category-fabric .skuform.skuform-first .fabric-quant-select {
  display: none !important;
}
@media (min-width: 60em) {
  .single-post .category-fabric .skuform.skuform-last {
    background-image: url("img/10cm.jpg");
  }
}
.single-post .category-fabric .skuform.skuform-last .fabric-quant-select {
  display: inline-block;
}
.single-post .category-fabric .skuform.skuform-last .fabric-quant-input {
  display: none !important;
}
.single-post .category-itemnew {
  position: relative;
}
.single-post .category-itemnew:before {
  content: "NEW";
  position: absolute;
  top: -20px;
  left: 0;
  color: red;
  font-weight: 400;
}
.single-post input.skubutton {
  border-radius: 0;
}
.single-post .skuform {
  background-repeat: no-repeat;
  background-position: 0 90%;
  background-size: auto 40px;
}
.single-post .skuform .quantity {
  font-family: sans-serif;
}
@media (min-width: 60em) {
  .single-post .skuform .quantity {
    padding: 0 1em;
  }
}
.single-post .skuform .quantity select {
  margin: 0 0.5em;
}
.single-post .skuform .quantity input.fabric-quant-input {
  border-radius: 0;
}
.single-post .skuform option.disabled {
  color: #aaa;
}
.single-post .skuform .skuname {
  background: white;
  border-bottom: 1px solid #111;
  font-weight: 400;
}
.single-post .skuform .field_price {
  font-weight: 400;
}
.single-post .single-post-paging {
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
}
.single-post .yarpp-related {
  margin-top: 2em;
}
.single-post .yarpp-related h3 {
  font-weight: 400;
  margin-bottom: 1.07143em;
  padding-bottom: 0.357143em;
  border-bottom: 1px solid #111;
}
.single-post .color-discrepancy {
  margin-top: 1em;
  font-size: 0.9em;
}

.single-news #content header.entry-header {
  display: block;
  margin-top: 2em;
  font-size: 1.2em;
}
@media (min-width: 35em) {
  .single-news #content header.entry-header {
    margin-top: 0;
  }
  .single-news #content header.entry-header h1 {
    margin-bottom: 0;
  }
}
.single-news #content .entry-meta span.author, .single-news #content .entry-meta span.cat, .single-news #content .entry-meta span.tag {
  display: none;
}
.single-news #content p {
  line-height: 1.6;
}
.single-news #content blockquote {
  background: #eee;
  padding: 1.2em 2em;
  text-shadow: 1px 0 0 white;
  display: inline-block;
}
.single-news #content blockquote p {
  margin-bottom: 0;
}
.single-news #content .comments-area {
  border-top: none;
}
.single-news .news-itemnew-images {
  margin-left: 0;
}
.single-news .news-itemnew-images li {
  list-style: none;
}
.single-news .news-itemnew-images span {
  display: block;
  line-height: 1.4;
  text-align: center;
  padding-top: 5px;
  font-size: 0.9em;
}
.single-news .view-more-newitem a {
  border: 1px solid #ccc;
  display: block;
  text-align: center;
  padding: 0.75em;
}
.single-news .follow-me-twitter {
  border: 1px solid #ccc;
  padding: 1.5em;
  text-align: center;
}
.single-news .follow-me-twitter p:last-child {
  margin-bottom: 0;
}

.archive .site-content #content .page-header {
  margin-bottom: 2.25em;
  margin-top: 0.75em;
  text-transform: uppercase;
  position: relative;
  border-bottom: 1px solid #111;
  padding-bottom: 0.375em;
}
@media (min-width: 35em) {
  .archive .site-content #content .page-header {
    margin-bottom: 3em;
    margin-top: 0;
  }
}
.archive .site-content #content .page-header h1.page-title {
  margin-bottom: 0;
  font-size: 1.4em;
}
.archive .site-content #content .page-header form[name=changedisplaynum] {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
.archive .site-content #content .page-load-status {
  margin-top: 1.5em;
}
.archive .site-content #content .page-load-status div,
.archive .site-content #content .page-load-status p {
  border: 1px solid #ccc;
  text-align: center;
  padding: 0.75em;
}
.archive article {
  position: relative;
  margin-bottom: 0.75em;
  text-align: center;
}
.archive article .itemimg {
  margin-bottom: 0.375em;
}
.archive article .itemimg img {
  height: auto;
  max-width: 100%;
}
.archive article .itemname {
  line-height: 1.3;
}
.archive article .itemname a {
  color: #888;
}
.archive article .itemsoldout {
  position: absolute;
  color: red;
  font-size: 0.8em;
  top: -20px;
  right: 0;
}
.archive article.category-itemnew {
  position: relative;
}
.archive article.category-itemnew:before {
  content: "NEW";
  position: absolute;
  font-size: 0.8em;
  font-weight: 400;
  color: red;
  right: 0;
  top: -20px;
}
.archive article.type-news {
  text-align: left;
  border-bottom: 1px solid #ccc;
}
.archive article.type-news a {
  display: block;
  padding: 0.75em 0;
}
.archive article.type-news a .news-date {
  padding-right: 1.5em;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 0;
}
.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides a {
  display: block;
}
.rslides img {
  display: block;
  border: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.page-usces-cart #wc_delivery #time.customer_form tbody tr:nth-of-type(4n) td {
  padding: 0;
}
.page-usces-cart #wc_delivery #time.customer_form tbody tr:nth-of-type(4n) td label {
  cursor: pointer;
}
.page-usces-cart #wc_delivery #time.customer_form dl dt:first-child {
  border-top: none;
}
.page-usces-cart #wc_delivery #time.customer_form dt {
  font-weight: 400;
  border-top: 1px #ccc solid;
  padding: 1em;
}
.page-usces-cart #wc_delivery #time.customer_form dt input[type=radio] {
  margin-right: 0.5em;
}
.page-usces-cart #wc_delivery #time.customer_form dd {
  margin-left: 0;
  padding: 0 1em 1em 2.5em;
}
.page-usces-cart #wc_delivery #time.customer_form .paypal-logo {
  overflow: hidden;
  height: 50px;
}
.page-usces-cart #wc_delivery #time.customer_form .paypal-logo img {
  position: relative;
  top: -8px;
  left: -8px;
  height: 60px;
}
.page-usces-cart #wc_delivery #time.customer_form .ccard img {
  max-height: 20px;
}
.page-usces-cart #wc_delivery #time.customer_form .bank-trans {
  color: #666;
}
.page-usces-cart #wc_delivery #time.customer_form .bank-trans span {
  color: #ff6600;
  text-decoration: underline;
}
.page-usces-cart #wc_delivery #time.customer_form .bank-trans small {
  display: block;
}
.page-usces-cart #escott .attention {
  font-size: smaller;
  margin-top: 0.5em;
}
@media screen and (min-width: 46.25em) {
  .page-usces-cart #escott-dialog {
    width: 40em !important;
  }
}
.page-usces-cart #escott-dialog table {
  font-size: smaller;
}
.page-usces-cart #escott-dialog .ui-dialog-titlebar {
  background: none;
  border: none;
}
.page-usces-cart #escott-dialog th {
  font-weight: 400;
}
.page-usces-cart .minimum_order_notice {
  text-align: center;
  margin-bottom: 1.5em;
  margin-top: -2em;
}
.page-usces-cart .minimum_order_notice p {
  padding: 10px;
  border: 2px #e53935 solid;
  display: inline-block;
  color: #e53935;
}

#site-navigation *,
#toTop i,
.incart-btn a,
.widget_welcart_search #searchsubmit,
.widget_welcart_search div a,
img,
input[type=button],
input[type=reset],
input[type=submit] {
  transition: none !important;
}
/*# sourceMappingURL=maps/style.css.map */