/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

img { max-width: 100%; }

.notify-bar { background-color: #f3d11f; padding: 5px 0; margin-bottom: 15px; }

header .container { position: relative; }
.action-btn { position: absolute; top: 12px; right: 0; }

.img-100 img { width: 100px; height: auto; }
.img-200 img { width: 200px; height: auto; }
.img-300 img { width: 300px; height: auto; }
.img-400 img { width: 400px; height: auto; }
.img-500 img { width: 500px; height: auto; }
.img-600 img { width: 600px; height: auto; }

header { width: 100%; }
header .container { padding: 15px 0 10px; }
header i { color: #df4e0e; }
header .logo img { max-width: 200px; height: auto; margin-bottom: 20px; }
header nav { display: block; width: 100%; height: 50px; }
header nav ul { margin: 0; padding: 0; height: 100%; }
header nav ul li { float: left; list-style: none; margin-right: 5px; height: 100%; }
header nav ul li a { padding: 20px; font-size: 15px; font-weight: normal; height: 100%; display: flex; flex-direction: column; justify-content: center; color: #000000; text-decoration: none; }
header nav ul li a:hover { color: #000000; }

section { padding: 40px 0; }
.heading-orange { color: #e95504; }

footer.main { background-image: url('../img/footer-bg.svg'); background-color: #fcfbf7; background-repeat: no-repeat; background-size: cover; background-position: center; padding: 40px 0; }
footer.main .logo img { max-width: 200px; height: auto; margin-bottom: 20px; }

a { color:#e95504; text-decoration: none; }
a:hover { color:#e95504; text-decoration: underline; }
footer.main a.btn.btn-link { color: #000000; text-decoration: none; }
footer.main a.btn.btn-link:hover { color: #000000; text-decoration: underline; }

.btn { padding: 8px 15px; border-radius: 40px; }
.btn i { margin-right: 6px; }
.btn-primary i { color: #ffffff; }

.btn-primary, 
.btn-primary:hover, 
.btn-primary:active, 
.btn-primary:active:focus, 
.btn-primary:focus { 
	color: #ffffff; background: #df4e0e !important; border-color: #df4e0e;
}

.btn-primary-outline, 
.btn-primary-outline:hover, 
.btn-primary-outline:active, 
.btn-primary-outline:active:focus, 
.btn-primary-outline:focus { 
	color: #df4e0e; border-color: #df4e0e !important; 
}

.btn-lg { font-size: 1rem !important; padding: 8px 44px;  }

.product-title { width: 100%; height: auto; display: block; margin: 10px 0; }
.product-price { width: 100%; height: auto; display: block; margin: 0 0 10px; }

a.button, 
button.button, 
input.button, 
#review_form #submit {
    background:#df4e0e !important; 
}

table.table.table-borderless tr td:first-child { width: 150px; }

@media (min-width: 0em) and (max-width: 600px) { 

	table.table.table-borderless tr td:first-child { width: 40px; }

}

table.table.table-bordered { border-color: #f3d11f; }
table.table.table-bordered tr td { padding: 15px; border-color: #f3d11f; }

.heading-block { background-image: url('../img/heading-bg.svg'); background-repeat: no-repeat; background-position: center; }
.heading-block h3 { padding: 30px 0; }

.contact-form label { width: 100%; height: auto; }
.contact-form input[type="text"], .contact-form input[type="email"] { width: 100%; border: solid 1px #cccccc; }
.contact-form textarea { height: 175px; width: 100%; border: solid 1px #cccccc; }

.wp-block-button__link { border-color: #df4e0e !important; background: #df4e0e !important; padding: 10px 15px !important; border-radius: 40px !important; display: inline-block !important; font-size: 1.05rem !important; }

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title, .editor-styles-wrapper .wc-block-grid__product-title, .wc-block-grid__product-title { color: #000000 !important; font-weight: normal !important; }

.woocommerce ul.products li.product .button { border-color: #df4e0e !important; color: #ffffff !important; background: #df4e0e !important; padding: 12px 15px !important; border-radius: 40px !important; display: inline-block !important; font-size: 1.05rem !important; font-weight: normal !important;  }

.woocommerce div.product form.cart .button { border-color: #df4e0e !important; color: #ffffff !important; background: #df4e0e !important; padding: 12px 15px !important; border-radius: 40px !important; display: inline-block !important; font-size: 1.05rem !important; font-weight: normal !important;  }

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button { border-color: #df4e0e !important; color: #ffffff !important; background: #df4e0e !important; border-radius: 40px !important; }

.woocommerce #content table.cart td.actions .coupon .button.alt, .woocommerce #content table.cart td.actions .coupon .input-text+.button, .woocommerce table.cart td.actions .coupon .button.alt, .woocommerce table.cart td.actions .coupon .input-text+.button, .woocommerce-page #content table.cart td.actions .coupon .button.alt, .woocommerce-page #content table.cart td.actions .coupon .input-text+.button, .woocommerce-page table.cart td.actions .coupon .button.alt, .woocommerce-page table.cart td.actions .coupon .input-text+.button { border-color: #df4e0e !important; color: #ffffff !important; background: #df4e0e !important; border-radius: 40px !important; }

.woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button{ border-color: #df4e0e !important; color: #ffffff !important; background: #df4e0e !important; border-radius: 40px !important; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{ border-color: #df4e0e !important; color: #ffffff !important; background: #df4e0e !important; border-radius: 40px !important; }

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 { color: #000000 !important; text-align: center; }

.woocommerce ul.products li.product .price { color: #000000 !important; }
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product { text-align: center; }

.woocommerce ul.products li.product .button { margin-top: 0px !important; }

.woocommerce div.product p.price, .woocommerce div.product span.price { color: #000000 !important; }

.woocommerce .quantity .qty { padding: 6px !important; }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { width: 100%; border: solid 1px #cccccc; padding: 10px; }

.related {
    clear: both;
    /*border-top: dashed 4px #f3d11f;
    padding-top: 30px !important;*/
}

  .slick-slide {
    margin: 0 7px;
	border: solid 6px #f3d11f;
  }
  .slick-list {
    margin: 0 -7px;
  }

.woocommerce div.product div.images .flex-control-thumbs li {  padding: 10px; border: solid 4px #f3d11f; margin-right: 10px !important; margin-top: 10px !important; }
/*
.woocommerce div.product div.summary { border: dashed 4px #f3d11f; padding: 30px; }

.wc-block-grid__products .wc-block-grid__product-image img { border: dashed 4px #f3d11f; padding: 15px; }
*/
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

