/*
Theme Name: MBO Shop
Theme URI: http://underscores.me/
Author: Underscores.me / Stephanie Walters
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: swalters_starter
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

swalters_starter is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*  SECTIONS  */
/* line 2, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_grid.scss */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
/* line 9, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_grid.scss */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}

/* line 14, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_grid.scss */
.col:first-child {
  margin-left: 0;
}

/*  GROUPING  */
/* line 17, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_grid.scss */
.group:before,
.group:after {
  content: "";
  display: table;
}

/* line 19, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_grid.scss */
.group:after {
  clear: both;
}

/* line 20, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_grid.scss */
.group {
  zoom: 1;
  /* For IE 6/7 */
}

/*  GRID OF TWELVE  */
@media screen and (min-width: 961px) {
  /* line 24, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_grid.scss */
  .span_12_of_12 {
    width: 100%;
  }
  /* line 28, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_grid.scss */
  .span_11_of_12 {
    width: 91.53%;
  }
  /* line 31, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_grid.scss */
  .span_10_of_12 {
    width: 83.06%;
  }
  /* line 35, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_grid.scss */
  .span_9_of_12 {
    width: 74.6%;
  }
  /* line 39, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_grid.scss */
  .span_8_of_12 {
    width: 66.13%;
  }
  /* line 43, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_grid.scss */
  .span_7_of_12 {
    width: 57.66%;
  }
  /* line 47, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_grid.scss */
  .span_6_of_12 {
    width: 49.2%;
  }
  /* line 50, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_grid.scss */
  .span_6_of_12:first-of-type {
    padding-right: 50px;
  }
  /* line 55, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_grid.scss */
  .span_5_of_12 {
    width: 40.73%;
  }
  /* line 59, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_grid.scss */
  .span_4_of_12 {
    width: 32.26%;
  }
  /* line 63, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_grid.scss */
  .span_3_of_12 {
    width: 23.8%;
  }
  /* line 67, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_grid.scss */
  .span_2_of_12 {
    width: 15.33%;
  }
  /* line 71, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_grid.scss */
  .span_1_of_12 {
    width: 6.866%;
  }
}

@media screen and (min-width: 601px) and (max-width: 960px) {
  /*from 6 columns to 3*/
  /* line 79, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_grid.scss */
  .span_2_of_12 {
    width: 32.26%;
    margin: 1% 0 1% 3.2%;
  }
  /* line 84, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_grid.scss */
  .span_2_of_12:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
  /*from 12 columns to 6*/
  /* line 90, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_grid.scss */
  .span_1_of_12 {
    width: 14.66%;
    margin: 1% 0 1% 3.2%;
  }
  /* line 95, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_grid.scss */
  .span_1_of_12:nth-child(6n+1) {
    clear: both;
    margin-left: 0;
  }
  /*from 2 columns to 1*/
  /* line 101, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_grid.scss */
  .span_6_of_12 {
    width: 98%;
    margin: 1% 0 1% 3.2%;
    clear: both;
    margin-left: 0;
  }
  /* line 107, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_grid.scss */
  .span_6_of_12:first-of-type {
    padding-right: 0px;
  }
}

@media screen and (min-width: 481px) and (max-width: 600px) {
  /*from 4 columns to 2*/
  /* line 116, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_grid.scss */
  .span_3_of_12 {
    width: 48%;
    margin: 1% 0 1% 3.2%;
  }
  /* line 121, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_grid.scss */
  .span_3_of_12:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  /*from 12 columns to 3*/
  /* line 127, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_grid.scss */
  .span_1_of_12 {
    width: 31.33%;
    margin: 1% 0 1% 3.2%;
  }
  /* line 132, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_grid.scss */
  .span_1_of_12:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
  /*from 2 columns to 1*/
  /* line 138, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_grid.scss */
  .span_6_of_12 {
    width: 98%;
    margin: 1% 0 1% 3.2%;
    clear: both;
    margin-left: 0;
  }
  /* line 144, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_grid.scss */
  .span_6_of_12:first-of-type {
    padding-right: 0px;
  }
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  /* line 153, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_grid.scss */
  .col {
    margin: 1% 0 1% 0%;
  }
  /* line 155, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_grid.scss */
  .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
    width: 100%;
  }
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_reset.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 16, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 19, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_reset.scss */
body {
  line-height: 1;
}

/* line 22, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 25, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 29, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_reset.scss */
blockquote:before, blockquote:after {
  content: '';
  content: none;
}

/* line 34, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_reset.scss */
q:before, q:after {
  content: '';
  content: none;
}

/* line 38, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_vendor/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* line 6, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_font.scss */
html {
  font-size: 14px;
}

@media screen and (max-width: 800px) {
  /* line 6, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_font.scss */
  html {
    font-size: 13px;
  }
}

/* line 13, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_font.scss */
body {
  font-family: "Roboto", sans-serif;
  color: #373737;
  font-size: 15px;
  line-height: 1.8em;
}

/* line 20, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_font.scss */
a {
  color: #124d6e;
}

/* line 23, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_font.scss */
a:hover {
  color: #18648f;
}

/* line 28, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_font.scss */
p {
  font-size: 1rem;
  /* 18/16 */
  margin-bottom: 1.5em;
  line-height: 2em;
  font-family: "Roboto", sans-serif;
}

/* line 35, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_font.scss */
h1, .h1 {
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  font-size: 2.2rem;
  color: #18648f;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  text-shadow: 1px 1px #eee;
}

/* line 44, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_font.scss */
h1:before, .h1:before {
  width: 20px;
  height: 20px;
  background-color: #f7e900;
  /*border: solid 1px #ffffff;*/
  display: inline-block;
  content: '';
  margin-right: 12px;
}

@media screen and (max-width: 800px) {
  /* line 44, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_font.scss */
  h1:before, .h1:before {
    width: 15px;
    height: 15px;
  }
}

@media screen and (max-width: 875px) {
  /* line 35, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_font.scss */
  h1, .h1 {
    font-size: 1.8rem;
  }
}

/* line 64, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_font.scss */
h2, .h2 {
  font-family: "Roboto Slab", serif;
  font-size: 2rem;
  line-height: 1em;
  padding: 10px 0;
  color: #124d6e;
  font-weight: 300;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 675px) {
  /* line 64, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_font.scss */
  h2, .h2 {
    font-size: 1.6rem;
  }
}

/* line 78, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_font.scss */
h3, .h3 {
  font-family: "Roboto Slab", serif;
  font-size: 1.3rem;
  padding: 10px 0;
  font-weight: 300;
  line-height: 1.1em;
  color: #124d6e;
}

/* line 87, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_font.scss */
h4, .h4 {
  font-family: "Roboto Slab", serif;
  font-size: 1.5rem;
  padding-bottom: 15px;
  line-height: 1.5em;
  color: #464646;
  font-weight: 300;
}

/*ul{
	margin-left:45px;
	padding-bottom:20px;

	li{
		//font-size:18px;
		list-style:bullet;
		font-family:$para;
	}
}*/
/*ol{
	padding-bottom: 20px;

	li{
		font-size:1rem;
		color:$black;
		font-family:$para;
	}
}*/
/* line 118, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_font.scss */
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

/* line 130, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_font.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

/* line 140, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_font.scss */
dfn,
cite,
em,
i {
  font-style: italic;
}

/* line 147, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_font.scss */
blockquote {
  background-color: #f1f7f9;
  padding: 20px 20px 20px 80px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #35404f;
  letter-spacing: .75px;
  background-image: url(images/blockquote.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
}

/* line 159, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_font.scss */
address {
  margin: 0 0 1.5em;
}

/* line 163, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_font.scss */
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

/* line 175, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_font.scss */
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 184, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_font.scss */
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

/* line 190, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_font.scss */
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

/* line 196, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_font.scss */
big {
  font-size: 125%;
}

/* line 200, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_font.scss */
strong {
  display: inline !important;
}

/* ==========================================
LINKS - APRIL 2019
========================================== */
/* line 207, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_font.scss */
a.btn-new {
  border-radius: 50px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 30px;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (max-width: 676px) {
  /* line 207, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_font.scss */
  a.btn-new {
    font-size: 14px;
    padding: 10px 20px;
  }
}

/* line 220, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_font.scss */
a.btn-new.blue {
  background-color: #124d6e;
  color: #fff !important;
}

/* line 223, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_font.scss */
a.btn-new.blue:hover {
  background-color: #18648f;
}

/* line 227, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_font.scss */
a.btn-new.yellow {
  background-color: #f7e900;
  color: #373737;
}

/* line 230, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_font.scss */
a.btn-new.yellow:hover {
  background-color: #f4f4f4;
}

/* line 234, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_font.scss */
a.btn-new.white {
  background-color: #fff;
  color: #124d6e;
}

/* line 237, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_font.scss */
a.btn-new.white:hover {
  background-color: #f4f4f4;
}

/* line 1, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_footer.scss */
#colophon {
  background-color: #124d6e;
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
  font-weight: 300;
  font-family: "Roboto Slab", serif;
  font-size: 0.7rem;
}

/* line 10, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_footer.scss */
#colophon .site-info {
  max-width: 1230px;
  margin: 0 auto;
  display: block;
  padding: 0 15px;
}

@media screen and (max-width: 800px) {
  /* line 10, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_footer.scss */
  #colophon .site-info {
    max-width: 100%;
    margin: 0;
  }
}

/* line 22, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_footer.scss */
#colophon a {
  color: #ffffff;
}

/* line 26, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_footer.scss */
#colophon .footer-logo {
  display: inline-block;
  vertical-align: middle;
  padding-right: 24px;
  height: 35px;
}

@media screen and (max-width: 650px) {
  /* line 26, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_footer.scss */
  #colophon .footer-logo {
    display: block;
    padding-bottom: 10px;
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* line 5, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_form.scss */
.search-form label {
  font-family: "Roboto Slab", serif;
  color: #464646;
  font-size: 1.5rem;
  font-weight: 300;
}

/* line 13, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_form.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background: #18648f;
  color: #ffffff;
  font-size: 1.2rem !important;
  line-height: 1.5;
  padding: 4px 25px;
  cursor: pointer;
  font-family: "Roboto Slab", serif !important;
}

/* line 27, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_form.scss */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #124d6e;
  color: #fff !important;
}

/* line 35, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_form.scss */
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

/* line 47, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_form.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  padding: 3px;
  margin-top: 1px;
}

/* line 69, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_form.scss */
select {
  border: 1px solid #ccc;
}

/* line 73, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_form.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

/* line 93, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_form.scss */
.temp-disable input[type="text"]:disabled,
.temp-disable input[type="email"]:disabled,
.temp-disable input[type="url"]:disabled,
.temp-disable input[type="password"]:disabled,
.temp-disable input[type="search"]:disabled,
.temp-disable input[type="number"]:disabled,
.temp-disable input[type="tel"]:disabled,
.temp-disable input[type="range"]:disabled,
.temp-disable input[type="date"]:disabled,
.temp-disable input[type="month"]:disabled,
.temp-disable input[type="week"]:disabled,
.temp-disable input[type="time"]:disabled,
.temp-disable input[type="datetime"]:disabled,
.temp-disable input[type="datetime-local"]:disabled,
.temp-disable input[type="color"]:disabled,
.temp-disable textarea:disabled {
  background-color: #f8f8f8;
  border: solid 1px #ffffff;
}

/* line 114, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_form.scss */
.temp-disable select:disabled {
  background-color: #f8f8f8;
  border: solid 1px #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  cursor: auto !important;
}

/* line 122, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_form.scss */
.temp-disable select:disabled:-ms-expand {
  display: none;
}

/* line 129, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_form.scss */
textarea {
  width: 100%;
}

/* line 135, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_form.scss */
.search-holder .search-field {
  width: 80%;
  margin: 1px 6px 1px 0;
  padding: 6px 5px;
  min-height: 34px;
  -webkit-appearance: none;
  border-radius: 0;
}

@media screen and (max-width: 1200px) {
  /* line 133, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_form.scss */
  .search-holder {
    width: 100%;
    float: none;
  }
  /* line 148, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_form.scss */
  .search-holder .search-field {
    width: 77%;
    margin: 1px 7px 1px 0px;
  }
  /* line 153, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_form.scss */
  .search-holder input[type='submit'] {
    width: 20%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 0;
  }
}

@media screen and (max-width: 475px) {
  /* line 133, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_form.scss */
  .search-holder {
    width: 100%;
    float: none;
  }
  /* line 166, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_form.scss */
  .search-holder .search-field {
    width: 100%;
    margin: 1px 0px;
  }
  /* line 171, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_form.scss */
  .search-holder input[type='submit'] {
    width: 100%;
    margin-top: 5px;
    padding: 6px 0;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 0;
  }
}

/* line 184, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_form.scss */
.caldera-grid .alert-success {
  background-color: #a3d48e !important;
  border-color: #a3d48e !important;
  color: #000000 !important;
}

/* line 190, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_form.scss */
.caldera-grid label {
  font-family: "Roboto", sans-serif;
}

/* line 194, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_form.scss */
.caldera-grid .form-control {
  /*height:38px !important;*/
  min-height: 38px;
}

/* line 199, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_form.scss */
input[name="fld_9141299"] {
  width: 100% !important;
}

/* line 204, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_form.scss */
input[name="fld_7908577"] {
  background-color: #0ea415 !important;
  border: #fff !important;
  color: #fff !important;
}

/* line 209, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_form.scss */
input[name="fld_7908577"]:hover {
  background-color: #0ea715 !important;
}

/* line 1, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
.happiness-bar {
  display: block;
  position: fixed;
  z-index: 50;
  right: 0;
  bottom: 5%;
  background-color: #f4f4f4;
  border: solid 1px #cccccc;
  padding: 8px 25px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(150, 150, 150, 0.7);
  -moz-box-shadow: 2px 2px 2px 0px rgba(150, 150, 150, 0.7);
  box-shadow: 2px 2px 2px 0px rgba(150, 150, 150, 0.7);
  color: #124d6e;
  cursor: pointer;
}

/* line 22, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
.happiness-bar .hidden-info {
  display: none;
  width: 100%;
  margin-left: 23px;
  color: #464646;
  margin-top: 5px;
}

/* line 30, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
.happiness-bar .hidden-info p:last-of-type {
  margin-bottom: 0;
}

/* line 37, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
#masthead {
  background-color: #ffffff;
}

/* line 40, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
#masthead .site-branding {
  float: left;
  max-width: 400px;
  width: 30%;
}

/* line 45, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
#masthead .site-branding .custom-logo {
  width: 180px;
  height: auto;
}

@media screen and (min-width: 651px) and (max-width: 900px) {
  /* line 40, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
  #masthead .site-branding {
    width: 100%;
    clear: both;
    max-width: none;
    padding-top: 15px;
  }
  /* line 56, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
  #masthead .site-branding .custom-logo {
    width: 150px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 650px) {
  /* line 40, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
  #masthead .site-branding {
    width: 65%;
    max-width: none;
    padding-top: 0;
    float: left;
  }
  /* line 70, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
  #masthead .site-branding .custom-logo {
    width: 118px;
    height: auto;
    display: block;
    margin: 0 0 0 10px;
  }
}

/* line 80, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
#masthead .header_right {
  float: right;
  width: 70%;
  display: block;
}

@media screen and (max-width: 900px) {
  /* line 80, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
  #masthead .header_right {
    float: none;
    width: 100%;
  }
}

/* line 92, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
.shop-bar {
  background-color: #124d6e;
  background: #124d6e;
  background: -moz-linear-gradient(top, #15577c 0%, #124d6e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #15577c), color-stop(100%, #124d6e));
  background: -webkit-linear-gradient(top, #15577c 0%, #124d6e 100%);
  background: -o-linear-gradient(top, #15577c 0%, #124d6e 100%);
  background: linear-gradient(to bottom, #15577c 0%, #124d6e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#15577c, endColorstr=#124d6e);
  color: #ffffff;
  clear: both;
  padding-top: 6px;
  min-height: 40px;
}

@media screen and (max-width: 800px) {
  /* line 92, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
  .shop-bar {
    padding-top: 7px;
  }
}

/* line 104, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
.shop-bar a {
  color: #ffffff;
  text-decoration: none;
}

/* line 108, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
.shop-bar a:hover {
  color: #ffffff;
}

/* line 113, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
.shop-bar .logout-holder {
  color: #ffffff;
  width: 50%;
  font-size: 0.9rem;
  padding-top: 5px;
  font-family: "Roboto Slab", serif;
  font-weight: 300;
}

/* line 122, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
.shop-bar .my-cart-info, .shop-bar .my-cart-info-link {
  color: #ffffff;
  float: right;
  text-align: right;
  display: inline-block;
  background-color: #18648f;
  border: solid 1px #ffffff;
  padding: 2px 12px;
  font-size: 0.9rem;
}

/* line 135, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
.page-header {
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: solid 1px #f4f4f4;
  background-position: center;
  margin-bottom: 50px;
}

/* ==========================================
APRIL 2019
========================================== */
/* line 147, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
header .above-nav-wrap {
  background-color: #124d6e;
  color: #fff;
  padding: 15px 0;
}

/* line 151, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
header .above-nav-wrap .above-nav-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1200px;
}

@media screen and (max-width: 1225px) {
  /* line 151, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
  header .above-nav-wrap .above-nav-content {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 660px) {
  /* line 151, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
  header .above-nav-wrap .above-nav-content {
    display: block;
    text-align: center;
  }
}

/* line 166, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
header .above-nav-wrap .above-nav-content .search-wrap {
  flex-grow: 1;
  padding-right: 100px;
  text-align: right;
}

@media screen and (max-width: 1225px) {
  /* line 166, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
  header .above-nav-wrap .above-nav-content .search-wrap {
    padding-right: 20px;
  }
}

/* line 174, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
header .above-nav-wrap .above-nav-content .search-wrap .search-holder .search-field {
  border: none;
  border-radius: 50px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 550px;
}

@media screen and (max-width: 1225px) {
  /* line 174, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
  header .above-nav-wrap .above-nav-content .search-wrap .search-holder .search-field {
    max-width: 100%;
    width: 100%;
  }
}

/* line 187, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
header .above-nav-wrap .above-nav-content .sign-register-cart {
  margin-left: auto;
  text-align: right;
}

@media screen and (max-width: 660px) {
  /* line 187, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
  header .above-nav-wrap .above-nav-content .sign-register-cart {
    padding-top: 10px;
    text-align: center;
  }
}

/* line 194, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
header .above-nav-wrap .above-nav-content .sign-register-cart .sign-register, header .above-nav-wrap .above-nav-content .sign-register-cart .cart {
  float: left;
}

/* line 197, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
header .above-nav-wrap .above-nav-content .sign-register-cart .sign-register {
  padding-right: 25px;
}

/* line 203, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
header .logo-nav-wrap {
  padding: 20px 0;
}

@media screen and (max-width: 700px) {
  /* line 203, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
  header .logo-nav-wrap {
    padding: 15px 0 10px;
  }
}

/* line 208, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
header .logo-nav-wrap .logo-nav-inner {
  align-items: center;
  display: flex;
  margin: 0 auto;
  width: 1200px;
}

@media screen and (max-width: 1225px) {
  /* line 208, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
  header .logo-nav-wrap .logo-nav-inner {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 1020px) {
  /* line 208, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
  header .logo-nav-wrap .logo-nav-inner {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 1020px) {
  /* line 222, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
  header .logo-nav-wrap .logo-nav-inner .logo-wrap {
    width: 100%;
  }
}

/* line 226, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
header .logo-nav-wrap .logo-nav-inner .logo-wrap img {
  display: block;
  max-width: 375px;
}

@media screen and (max-width: 1225px) {
  /* line 226, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
  header .logo-nav-wrap .logo-nav-inner .logo-wrap img {
    max-width: 275px;
  }
}

@media screen and (max-width: 1020px) {
  /* line 226, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
  header .logo-nav-wrap .logo-nav-inner .logo-wrap img {
    display: inline;
  }
}

@media screen and (max-width: 425px) {
  /* line 226, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
  header .logo-nav-wrap .logo-nav-inner .logo-wrap img {
    max-width: 225px;
  }
}

@media screen and (max-width: 360px) {
  /* line 226, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
  header .logo-nav-wrap .logo-nav-inner .logo-wrap img {
    max-width: 200px;
  }
}

/* line 243, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
header .logo-nav-wrap .logo-nav-inner .nav-wrap {
  margin-left: auto;
  text-align: right;
}

@media screen and (max-width: 1020px) {
  /* line 243, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
  header .logo-nav-wrap .logo-nav-inner .nav-wrap {
    padding-top: 10px;
    text-align: center;
  }
}

@media screen and (max-width: 700px) {
  /* line 243, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
  header .logo-nav-wrap .logo-nav-inner .nav-wrap {
    display: none;
  }
}

/* line 257, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
.panel {
  border-left: 1px solid #373737;
  padding: 20px;
}

/* line 260, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
.panel .cart {
  padding-bottom: 20px;
}

/* line 264, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
.panel .nav-wrap ul.mobile-nav {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  list-style-type: none;
}

/* line 268, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
.panel .nav-wrap ul.mobile-nav li {
  padding-bottom: 5px;
}

/* line 270, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_header.scss */
.panel .nav-wrap ul.mobile-nav li a {
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* line 5, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
html {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

/* line 10, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

/* line 16, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
*:focus {
  outline: none;
}

/* line 20, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

/* line 24, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

/* line 31, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
blockquote,
q {
  quotes: "" "";
}

/* line 36, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/*ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}*/
/* line 62, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
dt {
  font-weight: bold;
}

/* line 66, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
dd {
  margin: 0 1.5em 1.5em;
}

/* line 70, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/* line 75, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
strong {
  font-weight: bold;
}

/* line 79, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

/* line 83, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* line 88, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
#page, .content-area, #container {
  -webkit-animation: fade-in 1.5s;
  -moz-animation: fade-in 1.5s;
  -ms-animation: fade-in 1.5s;
  -o-animation: fade-in 1.5s;
  animation: fade-in 1.5s;
}

/* line 92, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.clear {
  clear: both;
  display: block;
}

/* line 97, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.fr {
  float: right;
}

/* line 101, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.fl {
  float: left;
}

/* line 105, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.max-width, #container {
  max-width: 1230px;
  margin: 0 auto;
  display: block;
  padding: 0 15px;
}

/* line 112, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
#content {
  margin-bottom: 10px;
}

/* line 117, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.btn {
  background-color: #18648f;
  background: #145579;
  background: -moz-linear-gradient(top, #18648f 0%, #145579 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #18648f), color-stop(100%, #145579));
  background: -webkit-linear-gradient(top, #18648f 0%, #145579 100%);
  background: -o-linear-gradient(top, #18648f 0%, #145579 100%);
  background: linear-gradient(to bottom, #18648f 0%, #145579 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#18648f, endColorstr=#145579);
  padding: 7px 30px 7px 30px;
  text-decoration: none;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 1.1rem;
  text-align: center;
  position: relative;
  margin-right: 15px;
  display: inline-block;
  margin-bottom: 12px;
}

/* line 131, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.btn:hover {
  color: #ffffff;
  background: #124d6e;
  background: -moz-linear-gradient(top, #124d6e 0%, #124d6e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #124d6e), color-stop(100%, #124d6e));
  background: -webkit-linear-gradient(top, #124d6e 0%, #124d6e 100%);
  background: -o-linear-gradient(top, #124d6e 0%, #124d6e 100%);
  background: linear-gradient(to bottom, #124d6e 0%, #124d6e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#124d6e, endColorstr=#124d6e);
}

/* line 136, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.btn:active {
  color: #ffffff !important;
}

/* line 140, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.btn:visited {
  color: #ffffff !important;
}

/* line 145, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.optional-gradient {
  background: rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(0, 0, 0, 0.4), endColorstr=rgba(0, 0, 0, 0.3));
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 700px) {
  /* line 145, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .optional-gradient {
    background: rgba(0, 0, 0, 0.6);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(0, 0, 0, 0.7), endColorstr=rgba(0, 0, 0, 0.6));
  }
}

/* line 157, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.screen-reader-text {
  display: none;
  visibility: hidden;
}

/* line 162, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.blue {
  color: #124d6e !important;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/* line 169, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

/* line 175, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

/* line 181, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/* line 191, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

/* line 208, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* line 217, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.site-content {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* line 224, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
/* line 229, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/* line 240, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.sticky {
  display: block;
}

/* line 244, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.hentry {
  margin: 0 0 1.5em;
}

/* line 248, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.byline,
.updated:not(.published) {
  display: none;
}

/* line 253, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.single .byline,
.group-blog .byline {
  display: inline;
}

/* line 258, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

/* line 264, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/* line 272, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.comment-content a {
  word-wrap: break-word;
}

/* line 276, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/* line 284, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
/* line 290, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* line 297, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
/* line 307, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/* line 316, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

/* line 321, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 327, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* line 331, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* line 338, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.gallery {
  margin-bottom: 1.5em;
}

/* line 342, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

/* line 349, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

/* line 353, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

/* line 357, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

/* line 361, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

/* line 365, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

/* line 369, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

/* line 373, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

/* line 377, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

/* line 381, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.gallery-caption {
  display: block;
}

/* ==========================================
HOME - APRIL 2019
========================================== */
/* line 391, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.video-hero-block .video-wrap {
  object-fit: cover;
  overflow: hidden;
  position: relative;
}

/* line 395, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.video-hero-block .video-wrap video {
  display: block;
}

@media screen and (max-width: 925px) {
  /* line 395, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.video-hero-block .video-wrap video {
    height: 450px;
    width: auto;
  }
}

@media screen and (max-width: 676px) {
  /* line 395, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.video-hero-block .video-wrap video {
    height: 350px;
  }
}

/* line 405, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.video-hero-block .video-wrap .hero-content-wrap {
  align-self: center;
  background-color: rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 416, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.video-hero-block .video-wrap .hero-content-wrap .hero-content {
  color: #fff;
  margin: 0 auto;
  text-align: center;
  width: 900px;
}

@media screen and (max-width: 925px) {
  /* line 416, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.video-hero-block .video-wrap .hero-content-wrap .hero-content {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

/* line 426, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.video-hero-block .video-wrap .hero-content-wrap .hero-content h1 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 90px;
  font-weight: 600;
  letter-spacing: -.5px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

/* line 433, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.video-hero-block .video-wrap .hero-content-wrap .hero-content h1:before {
  display: none;
  width: 0;
  height: 0;
  margin: 0;
}

@media screen and (max-width: 925px) {
  /* line 426, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.video-hero-block .video-wrap .hero-content-wrap .hero-content h1 {
    font-size: 60px;
  }
}

@media screen and (max-width: 676px) {
  /* line 426, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.video-hero-block .video-wrap .hero-content-wrap .hero-content h1 {
    font-size: 36px;
  }
}

@media screen and (max-width: 481px) {
  /* line 426, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.video-hero-block .video-wrap .hero-content-wrap .hero-content h1 {
    font-size: 30px;
  }
}

/* line 449, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.video-hero-block .video-wrap .hero-content-wrap .hero-content p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
}

@media screen and (max-width: 769px) {
  /* line 449, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.video-hero-block .video-wrap .hero-content-wrap .hero-content p {
    font-size: 18px;
  }
}

@media screen and (max-width: 481px) {
  /* line 449, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.video-hero-block .video-wrap .hero-content-wrap .hero-content p {
    font-size: 16px;
  }
}

/* line 459, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.video-hero-block .video-wrap .hero-content-wrap .hero-content p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 464, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.video-hero-block .video-wrap .hero-content-wrap .hero-content .buttons-wrap {
  padding-top: 25px;
}

@media screen and (max-width: 769px) {
  /* line 464, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.video-hero-block .video-wrap .hero-content-wrap .hero-content .buttons-wrap {
    padding-top: 10px;
  }
}

/* line 469, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.video-hero-block .video-wrap .hero-content-wrap .hero-content .buttons-wrap .button-one, .home-flex-content section.video-hero-block .video-wrap .hero-content-wrap .hero-content .buttons-wrap .button-two {
  display: inline-block;
}

@media screen and (max-width: 675px) {
  /* line 469, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.video-hero-block .video-wrap .hero-content-wrap .hero-content .buttons-wrap .button-one, .home-flex-content section.video-hero-block .video-wrap .hero-content-wrap .hero-content .buttons-wrap .button-two {
    display: block;
  }
}

/* line 475, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.video-hero-block .video-wrap .hero-content-wrap .hero-content .buttons-wrap .button-one {
  padding-right: 15px;
}

@media screen and (max-width: 675px) {
  /* line 475, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.video-hero-block .video-wrap .hero-content-wrap .hero-content .buttons-wrap .button-one {
    padding: 0 0 30px 0;
  }
}

/* line 481, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.video-hero-block .video-wrap .hero-content-wrap .hero-content .buttons-wrap .button-two {
  padding-left: 15px;
}

@media screen and (max-width: 675px) {
  /* line 481, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.video-hero-block .video-wrap .hero-content-wrap .hero-content .buttons-wrap .button-two {
    padding: 0;
  }
}

/* line 491, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.video-hero-block .mailing-list {
  background-color: #124d6e;
  padding: 25px 0;
}

/* line 494, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.video-hero-block .mailing-list .ml-content {
  color: #fff;
  margin: 0 auto;
  width: 900px;
}

@media screen and (max-width: 1225px) {
  /* line 494, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.video-hero-block .mailing-list .ml-content {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

/* line 503, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.video-hero-block .mailing-list .ml-content h1, .home-flex-content section.video-hero-block .mailing-list .ml-content h2, .home-flex-content section.video-hero-block .mailing-list .ml-content h3, .home-flex-content section.video-hero-block .mailing-list .ml-content h4, .home-flex-content section.video-hero-block .mailing-list .ml-content h5, .home-flex-content section.video-hero-block .mailing-list .ml-content h6 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px;
}

/* line 510, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.video-hero-block .mailing-list .ml-content .caldera-grid .btn {
  background-color: #fff;
  border: none;
  border-radius: 50px !important;
  color: #373737;
  font-family: "Roboto", sans-serif !important;
  font-size: 15px !important;
  font-weight: 600;
  padding: 7px 25px;
}

/* line 519, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.video-hero-block .mailing-list .ml-content .caldera-grid .btn:hover {
  background-color: #f4f4f4;
  color: #373737 !important;
}

/* line 527, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.categories-wrap {
  padding: 50px 0 90px;
}

@media screen and (max-width: 769px) {
  /* line 527, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.categories-wrap {
    padding: 40px 0 60px;
  }
}

@media screen and (max-width: 676px) {
  /* line 527, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.categories-wrap {
    padding: 25px 0 40px;
  }
}

/* line 535, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.categories-wrap .cat-container {
  margin: 0 auto;
  width: 1200px;
}

@media screen and (max-width: 1225px) {
  /* line 535, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.categories-wrap .cat-container {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

/* line 543, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.categories-wrap .cat-container .headline {
  padding-bottom: 30px;
  text-align: center;
}

/* line 546, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.categories-wrap .cat-container .headline h2 {
  font-size: 48px;
  font-weight: 600;
}

@media screen and (max-width: 769px) {
  /* line 546, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.categories-wrap .cat-container .headline h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 676px) {
  /* line 546, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.categories-wrap .cat-container .headline h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 481px) {
  /* line 546, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.categories-wrap .cat-container .headline h2 {
    font-size: 24px;
  }
}

/* line 560, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.categories-wrap .cat-container .category-blocks {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 481px) {
  /* line 560, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.categories-wrap .cat-container .category-blocks {
    display: block;
  }
}

/* line 566, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.categories-wrap .cat-container .category-blocks .cat-single {
  background-color: #f4f4f4;
  margin: 0 1.5% 35px;
  width: 30.33%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 676px) {
  /* line 566, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.categories-wrap .cat-container .category-blocks .cat-single {
    width: 47%;
  }
}

@media screen and (max-width: 481px) {
  /* line 566, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.categories-wrap .cat-container .category-blocks .cat-single {
    margin: 0 0 25px;
    width: 100%;
  }
}

/* line 580, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.categories-wrap .cat-container .category-blocks .cat-single:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

/* line 585, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.categories-wrap .cat-container .category-blocks .cat-single a {
  text-decoration: none;
}

/* line 589, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.categories-wrap .cat-container .category-blocks .cat-single .image-block img {
  width: 100%;
}

/* line 593, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.categories-wrap .cat-container .category-blocks .cat-single .text-block {
  padding: 20px;
}

/* line 595, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.categories-wrap .cat-container .category-blocks .cat-single .text-block h1, .home-flex-content section.categories-wrap .cat-container .category-blocks .cat-single .text-block h2, .home-flex-content section.categories-wrap .cat-container .category-blocks .cat-single .text-block h3, .home-flex-content section.categories-wrap .cat-container .category-blocks .cat-single .text-block h4, .home-flex-content section.categories-wrap .cat-container .category-blocks .cat-single .text-block h5, .home-flex-content section.categories-wrap .cat-container .category-blocks .cat-single .text-block h6 {
  color: #373737;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  padding: 0 0 10px 0;
}

@media screen and (max-width: 769px) {
  /* line 595, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.categories-wrap .cat-container .category-blocks .cat-single .text-block h1, .home-flex-content section.categories-wrap .cat-container .category-blocks .cat-single .text-block h2, .home-flex-content section.categories-wrap .cat-container .category-blocks .cat-single .text-block h3, .home-flex-content section.categories-wrap .cat-container .category-blocks .cat-single .text-block h4, .home-flex-content section.categories-wrap .cat-container .category-blocks .cat-single .text-block h5, .home-flex-content section.categories-wrap .cat-container .category-blocks .cat-single .text-block h6 {
    font-size: 18px;
  }
}

@media screen and (max-width: 676px) {
  /* line 595, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.categories-wrap .cat-container .category-blocks .cat-single .text-block h1, .home-flex-content section.categories-wrap .cat-container .category-blocks .cat-single .text-block h2, .home-flex-content section.categories-wrap .cat-container .category-blocks .cat-single .text-block h3, .home-flex-content section.categories-wrap .cat-container .category-blocks .cat-single .text-block h4, .home-flex-content section.categories-wrap .cat-container .category-blocks .cat-single .text-block h5, .home-flex-content section.categories-wrap .cat-container .category-blocks .cat-single .text-block h6 {
    font-size: 16px;
  }
}

/* line 608, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.categories-wrap .cat-container .category-blocks .cat-single .text-block p {
  line-height: 1.65;
}

/* line 610, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.categories-wrap .cat-container .category-blocks .cat-single .text-block p:last-child {
  padding: 0;
  margin: 0;
}

/* line 619, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.categories-wrap .button-wrap {
  padding-top: 30px;
  text-align: center;
}

@media screen and (max-width: 676px) {
  /* line 619, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.categories-wrap .button-wrap {
    padding-top: 20px;
  }
}

/* line 627, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.blue-cta-row {
  background-color: #124d6e;
  color: #fff;
  padding: 60px 0;
}

@media screen and (max-width: 769px) {
  /* line 627, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.blue-cta-row {
    padding: 40px 0;
  }
}

@media screen and (max-width: 676px) {
  /* line 627, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.blue-cta-row {
    padding: 25px 0;
  }
}

/* line 637, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.blue-cta-row .content {
  margin: 0 auto;
  text-align: center;
  width: 900px;
}

@media screen and (max-width: 925px) {
  /* line 637, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.blue-cta-row .content {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

/* line 646, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.blue-cta-row .content h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 25px;
}

@media screen and (max-width: 769px) {
  /* line 646, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.blue-cta-row .content h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 676px) {
  /* line 646, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.blue-cta-row .content h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 481px) {
  /* line 646, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.blue-cta-row .content h2 {
    font-size: 24px;
  }
}

/* line 661, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.blue-cta-row .content p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
}

@media screen and (max-width: 769px) {
  /* line 661, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.blue-cta-row .content p {
    font-size: 18px;
  }
}

@media screen and (max-width: 481px) {
  /* line 661, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.blue-cta-row .content p {
    font-size: 16px;
  }
}

/* line 672, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.blue-cta-row .content .button-wrap {
  padding-top: 25px;
  padding-bottom: 25px;
}

/* line 678, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.create-account {
  padding: 60px 0;
}

@media screen and (max-width: 769px) {
  /* line 678, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.create-account {
    padding: 40px 0;
  }
}

@media screen and (max-width: 676px) {
  /* line 678, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.create-account {
    padding: 25px 0;
  }
}

/* line 686, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.create-account .content {
  margin: 0 auto;
  width: 900px;
}

@media screen and (max-width: 925px) {
  /* line 686, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.create-account .content {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

/* line 694, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.create-account .content h2 {
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 25px;
}

@media screen and (max-width: 769px) {
  /* line 694, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.create-account .content h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 676px) {
  /* line 694, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.create-account .content h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 481px) {
  /* line 694, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.create-account .content h2 {
    font-size: 24px;
  }
}

/* line 708, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.create-account .content p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
}

@media screen and (max-width: 769px) {
  /* line 708, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.create-account .content p {
    font-size: 18px;
  }
}

@media screen and (max-width: 481px) {
  /* line 708, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .home-flex-content section.create-account .content p {
    font-size: 16px;
  }
}

/* line 719, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.create-account .content .center-btn {
  text-align: center;
}

/* line 722, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.create-account .content .caldera-grid .btn {
  background-color: #124d6e;
  border: none;
  border-radius: 50px !important;
  color: #fff;
  float: none;
  font-family: "Roboto", sans-serif !important;
  font-size: 15px !important;
  font-weight: 600;
  margin: 0 auto;
  padding: 10px 25px;
  text-align: center;
}

/* line 734, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.home-flex-content section.create-account .content .caldera-grid .btn:hover {
  background-color: #18648f;
}

/*--------------------------------------------------------------
## Posts & Pages
--------------------------------------------------------------*/
/* line 749, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.entry-header {
  padding-top: 30px;
}

/* line 753, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.left-side {
  display: inline;
  width: 66%;
  float: left;
}

@media screen and (max-width: 875px) {
  /* line 753, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .left-side {
    width: 100%;
    clear: both;
    display: block;
  }
}

/* line 765, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.page-banner {
  margin: 50px 0;
  display: block;
}

@media screen and (max-width: 701px) {
  /* line 765, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .page-banner {
    display: none;
  }
}

/* line 774, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.page-banner_mobile {
  display: none;
}

@media screen and (max-width: 700px) {
  /* line 774, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .page-banner_mobile {
    max-width: 100%;
    width: 700px;
    margin: 5px auto;
    display: block;
  }
}

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
/* line 790, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.sidebar {
  width: 300px;
  width: 33%;
  float: left;
  padding-left: 5%;
  margin-bottom: 30px;
}

@media screen and (max-width: 875px) {
  /* line 790, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .sidebar {
    width: 100%;
    padding: 0px;
  }
}

/* line 803, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.prod-parent {
  color: #aaa;
  cursor: pointer;
}

/*--------------------------------------------------------------
## My Machines
--------------------------------------------------------------*/
/* line 811, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.grey-notice {
  padding: 7px 10px 0px 10px;
  background-color: #f4f4f4;
  color: #464646;
  margin-bottom: 25px;
  border: solid 1px #c1c1c1;
  width: 100%;
}

/* line 819, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.grey-notice p {
  margin-bottom: 1em;
  line-height: 1.6em;
}

/* line 826, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.green-notice {
  padding: 7px 10px 0px 10px;
  background-color: #dff0d8;
  color: #464646;
  margin-bottom: 15px;
  border: solid 1px #c1c1c1;
  width: 100%;
}

/* line 836, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.a-machine {
  padding: 30px 0;
  display: block;
  clear: both;
}

/* line 841, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.a-machine .machine_thumb {
  float: left;
  border: solid 1px #ccc;
  margin-right: 5%;
  width: 25%;
}

@media screen and (max-width: 866px) {
  /* line 841, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .a-machine .machine_thumb {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}

/* line 853, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.a-machine .machine_thumb img {
  margin: 0 auto;
  display: block;
}

/* line 859, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.a-machine .machine_content {
  float: left;
  width: 69%;
}

@media screen and (max-width: 865px) {
  /* line 859, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .a-machine .machine_content {
    width: 100%;
  }
  /* line 865, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  .a-machine .machine_content .btn {
    display: block;
    margin-right: 0;
  }
}

/* line 872, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.a-machine .my-machines_serial-number {
  font-size: .9rem;
  margin-bottom: 20px;
  display: block;
  margin-top: -7px;
}

/*--------------------------------------------------------------
## Search Parts Inventory
--------------------------------------------------------------*/
/* line 883, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.search-block {
  padding: 15px 25px;
  width: 100%;
  border: solid 3px #f4f4f4;
  margin-bottom: 40px;
}

/* line 890, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.search_my-machines .btn {
  min-width: 100%;
}

/*--------------------------------------------------------------
## Account Page
--------------------------------------------------------------*/
/* line 899, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.account_machine-block {
  width: 100%;
  border: solid 1px #cccccc;
  padding: 10px;
  margin: 10px 0;
  min-height: 60px;
}

/* line 906, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.account_machine-block .account_form-launch {
  float: right;
  color: red;
  padding: 2px 5px;
  cursor: pointer;
  border: solid 1px #fff;
  font-size: 1.5rem;
}

/* line 914, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.account_machine-block .account_form-launch:hover {
  background-color: #f4f4f4;
  border: solid 1px #ddd;
}

/* line 919, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.account_machine-block .account_form-launch .caldera-forms-modal {
  color: red;
  text-decoration: none;
}

/* line 924, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.account_machine-block .account_machine-title {
  font-family: "Roboto", sans-serif;
  color: #464646;
  font-size: 1.1rem;
}

/* line 929, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.account_machine-block .account_machine-sn {
  font-family: "Roboto", sans-serif;
  color: #484848;
  font-size: 0.8rem;
  display: block;
}

/* line 937, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.account_edit-btn {
  float: right;
  padding: 0px 8px 9px 8px;
  margin-top: 4px;
  color: #18648f;
  text-decoration: none;
}

/* line 944, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.account_edit-btn:after {
  content: "\f464";
  font-family: dashicons;
  color: #18648f;
  padding-left: 4px;
  text-decoration: none !important;
  font-size: 1.4rem;
  position: relative;
  top: 5px;
}

/* line 955, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.account_edit-btn:hover {
  background-color: #18648f;
  color: #fff;
  text-decoration: none !important;
}

/* line 960, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.account_edit-btn:hover:after {
  color: #fff;
}

/* line 966, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.active_edit-btn {
  color: #888888 !important;
}

/* line 969, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.active_edit-btn:hover {
  background-color: transparent !important;
  border: solid 1px #888888;
}

/* line 974, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
.active_edit-btn:after {
  color: #888888 !important;
  content: "\f153";
}

@media screen and (max-width: 600px) {
  /* line 980, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  #wpadminbar {
    top: -46px !important;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fade-in {
  /* line 988, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  0% {
    opacity: 0;
  }
  /* line 989, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_layout.scss */
  100% {
    opacity: 1;
  }
}

@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/* line 6, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
.cart-menu ul.menu-cart li {
  list-style-type: none;
}

/* line 8, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
.cart-menu ul.menu-cart li a {
  color: #fff;
}

/* line 10, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
.cart-menu ul.menu-cart li a:hover {
  color: #f4f4f4;
}

/* line 14, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
.cart-menu ul.menu-cart li:first-child {
  display: none;
}

/* line 20, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
ul.user-actions {
  list-style-type: none;
}

/* line 22, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
ul.user-actions li {
  float: left;
}

/* line 24, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
ul.user-actions li:first-child {
  border-right: 1px solid #fff;
  margin-right: 10px;
  padding-right: 10px;
}

/* line 29, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
ul.user-actions li a {
  color: #fff;
  text-decoration: none;
}

/* line 32, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
ul.user-actions li a:hover {
  color: #f4f4f4;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/* line 43, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
a {
  color: #373737;
}

/* line 48, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
a:hover,
a:focus,
a:active {
  color: #124d6e;
}

/* line 54, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
a:focus {
  outline: none;
}

/* line 58, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* line 68, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
.menu-link {
  display: none;
  text-decoration: none;
  font-weight: bold;
  float: left;
  width: 40px;
  font-size: 1.5rem;
  border: solid 1px #373737;
  text-align: center;
  margin-right: 10px;
}

@media screen and (max-width: 700px) {
  /* line 68, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
  .menu-link {
    display: block;
  }
}

/* line 83, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
.main-navigation {
  display: block;
  clear: both;
  font-family: "Roboto Slab", serif;
}

/* line 88, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
.main-navigation .current-menu-item a {
  border-bottom: solid 3px #f7e900;
}

/* line 92, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
.main-navigation .menu-item {
  display: inline-block;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.02em;
  padding-right: 25px;
}

@media screen and (max-width: 1100px) {
  /* line 92, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
  .main-navigation .menu-item {
    padding-right: 15px;
  }
}

/* line 103, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
.main-navigation .menu-item:last-of-type {
  padding-right: 0;
}

/* line 105, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
.main-navigation .menu-item:last-of-type a {
  background-color: #124d6e;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 15px;
  text-transform: uppercase;
}

/* line 113, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
.main-navigation .menu-item:last-of-type a:hover {
  background-color: #18648f;
}

/* line 119, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* line 125, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-bottom: 5px;
}

/* line 133, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
#menu-main-navigation {
  padding-bottom: 0;
}

/* line 137, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

/* line 146, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

/* line 151, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
.main-navigation ul ul a {
  width: 200px;
}

/* line 171, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

/* line 176, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

/* Sub Nav */
@media screen and (max-width: 1000px) {
  /* line 188, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
  #subnav-launch {
    cursor: pointer;
    position: relative;
  }
  /* line 194, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
  #subnav-launch:after {
    content: "\f347";
    font-family: dashicons;
    position: relative;
    top: 3px;
    padding-left: 5px;
  }
}

/* line 204, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
.subnav {
  float: right;
  display: table;
  width: 60%;
  text-align: left;
}

/* line 210, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
.subnav .subnav-item {
  padding: 12px 20px;
  display: table-cell;
  text-decoration: none;
}

@media screen and (min-width: 1001px) {
  /* line 204, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
  .subnav {
    display: table !important;
  }
}

@media screen and (max-width: 1000px) {
  /* line 204, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
  .subnav {
    display: none;
    float: none;
    width: 50%;
    background-color: #f4f4f4;
    position: relative;
    z-index: 1;
  }
  /* line 228, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
  .subnav .subnav-item {
    display: block;
    clear: both;
    width: 100%;
    color: #373737;
  }
  /* line 234, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
  .subnav .subnav-item:hover {
    color: #124d6e;
  }
}

@media screen and (max-width: 600px) {
  /* line 204, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
  .subnav {
    width: 100% !important;
  }
}

/* Small menu. */
/* line 246, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  /* line 252, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
  .menu-toggle {
    display: none;
  }
  /* line 255, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
  .main-navigation ul {
    display: block;
  }
}

/* line 260, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

/* line 267, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

/* line 274, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/* line 286, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* line 294, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
/* line 315, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
/* line 323, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
.panel {
  position: fixed;
  right: -15.625em;
  /*left or right and the width of your navigation panel*/
  width: 15.625em;
  /*should match the above value*/
  background-color: #124d6e;
  color: #ffffff;
  font-family: "Roboto Slab", serif;
}

/* line 331, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
.panel #main-mobile-nav {
  margin-left: 20px;
  margin-bottom: 0;
}

/* line 336, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
.panel #main-mobile-nav .current-menu-item a {
  border-bottom: solid 2px #f7e900;
  padding-bottom: 3px;
}

/* line 342, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
.panel #main-mobile-nav .menu-item {
  padding: 7px 0;
  list-style: none;
}

/* line 346, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
.panel #main-mobile-nav .menu-item a {
  color: #ffffff;
  text-decoration: none;
}

/* line 354, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_navigation.scss */
.wrap {
  position: relative;
}

/* line 1, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.woocommerce ul.products li.product .onsale {
  right: auto;
}

/* line 5, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.product-template-default #primary.content-area {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

/* line 11, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.cart-contents:before {
  font-family: dashicons;
  content: "\f174";
  font-size: 1rem;
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  padding-right: 7px;
  vertical-align: bottom;
  text-decoration: none !important;
}

/* line 23, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.cart-contents {
  text-decoration: none;
  color: #fff !important;
}

/* line 27, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.cart-contents .woocommerce-Price-amount {
  color: #fff !important;
  padding: 0px 6px;
  line-height: 1.5rem;
  font-family: "Roboto", sans-serif !important;
  font-size: 0.9rem !important;
  position: relative;
  top: 0;
}

/* line 38, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.cart-contents:hover {
  text-decoration: none;
}

/* line 42, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.woocommerce-product-gallery {
  width: 33% !important;
  float: left !important;
}

@media screen and (max-width: 550px) {
  /* line 42, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
  .woocommerce-product-gallery {
    clear: both;
    width: 100% !important;
  }
}

/* line 52, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.summary {
  width: 62% !important;
  float: right !important;
}

@media screen and (max-width: 550px) {
  /* line 52, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
  .summary {
    clear: both;
    width: 100% !important;
  }
}

/* line 62, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.button {
  background-color: #124d6e !important;
  background: #145579;
  background: -moz-linear-gradient(top, #18648f 0%, #145579 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #18648f), color-stop(100%, #145579));
  background: -webkit-linear-gradient(top, #18648f 0%, #145579 100%);
  background: -o-linear-gradient(top, #18648f 0%, #145579 100%);
  background: linear-gradient(to bottom, #18648f 0%, #145579 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#18648f, endColorstr=#145579);
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border-radius: 0px !important;
  font-family: "Roboto", sans-serif;
  padding: 10px 20px !important;
  font-weight: normal !important;
  font-size: 1rem !important;
  color: #ffffff !important;
}

/* line 74, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.added {
  display: none !important;
}

/* line 78, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.added_to_cart {
  background-color: #0ea415;
  color: #fff;
  padding: 9px 25px;
  margin-top: 0.8rem !important;
  margin-right: 1rem;
}

/* line 85, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.added_to_cart:before {
  content: "\f147";
  font-family: 'dashicons';
  font-size: 1.5em;
  line-height: 0em;
  padding-top: 11px;
  float: left;
}

/* line 94, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.added_to_cart:hover {
  color: #fff;
}

/* line 99, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.mbo_meta {
  font-size: .9rem;
  line-height: 1.1rem;
}

/* line 104, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.single_add_to_cart_button, .add_to_cart_button {
  background-color: #464646 !important;
  background: #464646;
  background: -moz-linear-gradient(top, #606060 0%, #464646 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #606060), color-stop(100%, #464646));
  background: -webkit-linear-gradient(top, #606060 0%, #464646 100%);
  background: -o-linear-gradient(top, #606060 0%, #464646 100%);
  background: linear-gradient(to bottom, #606060 0%, #464646 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#606060, endColorstr=#464646);
  font-weight: normal !important;
  margin-right: 20px !important;
  font-size: 1.1rem !important;
  font-family: "Roboto Slab", serif;
  padding: 11px 25px !important;
}

/* line 113, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.single_add_to_cart_button:hover, .add_to_cart_button:hover {
  background-color: #0ea415 !important;
}

/* line 118, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: #124d6e;
  border-radius: 0;
  -webkit-appearance: none;
}

/* line 124, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.woocommerce-Price-amount {
  color: #124d6e !important;
  font-family: "Roboto Slab", serif !important;
  font-size: 1.6rem;
  font-weight: 300 !important;
  position: relative;
  top: 3px;
}

/* line 133, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.stock, .in-stock {
  color: #373737 !important;
  margin-bottom: 4px;
}

/* line 138, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.price {
  margin-bottom: 15px;
  /*margin-top: 13px;*/
}

/* line 143, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.qty {
  padding: 6px !important;
  margin: 0 5px;
}

/* line 149, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.quantity:before {
  content: 'Qty';
  font-size: 1rem;
  padding-right: 5px;
}

/* line 158, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.up-sells .products .product, .related .products .product {
  border: solid 1px #f4f4f4;
}

@media screen and (min-width: 770px) {
  /* line 158, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
  .up-sells .products .product, .related .products .product {
    width: 30% !important;
    min-height: 130px;
  }
}

@media screen and (min-width: 651px) and (max-width: 769px) {
  /* line 158, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
  .up-sells .products .product, .related .products .product {
    width: 45%;
    min-height: 165px;
  }
}

@media screen and (min-width: 501px) and (max-width: 650px) {
  /* line 158, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
  .up-sells .products .product, .related .products .product {
    width: 45%;
    min-height: 145px;
  }
}

@media screen and (max-width: 500px) {
  /* line 158, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
  .up-sells .products .product, .related .products .product {
    width: 100% !important;
  }
}

/* line 180, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.up-sells .products .product .attachment-shop_catalog, .related .products .product .attachment-shop_catalog {
  width: 36%;
  float: left;
  margin: 0 5% 0 0;
}

@media screen and (max-width: 300px) {
  /* line 180, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
  .up-sells .products .product .attachment-shop_catalog, .related .products .product .attachment-shop_catalog {
    width: 100%;
    clear: both;
  }
}

/* line 191, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.up-sells .products .product .woocommerce-loop-product__title, .related .products .product .woocommerce-loop-product__title {
  width: 59%;
  padding: 0 5px;
  float: left;
  clear: none;
  padding-right: 3%;
  font-weight: 300;
  font-size: 1.4rem !important;
}

/* line 201, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.up-sells .products .woocommerce-Price-amount, .related .products .woocommerce-Price-amount {
  color: #373737 !important;
  font-size: 1.2rem !important;
  font-weight: 400;
}

/* line 206, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.up-sells .products .btn, .related .products .btn {
  top: 8px;
}

@media screen and (min-width: 770px) and (max-width: 960px) {
  /* line 206, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
  .up-sells .products .btn, .related .products .btn {
    display: block;
    width: 100%;
    clear: both;
    text-align: center;
    position: absolute;
    top: 100px;
    height: 36px;
  }
}

@media screen and (min-width: 650px) and (max-width: 769px) {
  /* line 206, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
  .up-sells .products .btn, .related .products .btn {
    display: block;
    width: 100%;
    clear: both;
    text-align: center;
    position: absolute;
    top: 130px;
    height: 36px;
  }
}

@media screen and (min-width: 501px) and (max-width: 649px) {
  /* line 206, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
  .up-sells .products .btn, .related .products .btn {
    display: block;
    width: 100%;
    clear: both;
    text-align: center;
    position: absolute;
    top: 110px;
    height: 36px;
  }
}

@media screen and (max-width: 500px) {
  /* line 206, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
  .up-sells .products .btn, .related .products .btn {
    display: block;
    width: 100%;
    clear: both;
    text-align: center;
  }
}

/* line 250, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.woocommerce-product-gallery .flex-viewport {
  border: solid 2px #ddd;
}

/* line 252, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
  margin: 0;
}

/* line 258, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.woocommerce-products-header__title {
  display: none;
}

/* line 262, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.woocommerce div.product div.images .flex-control-thumbs li {
  padding: 3px !important;
}

@media screen and (max-width: 750px) {
  /* line 267, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
  .woocommerce-message .button {
    float: none !important;
    display: block !important;
    text-align: center;
    margin: 10px 0 0 0 !important;
  }
}

/*==========
Woo sidebar
===========*/
/* line 280, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.sidebar_product-archive {
  float: left;
  width: 20%;
  margin-right: 5%;
}

@media screen and (max-width: 900px) {
  /* line 280, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
  .sidebar_product-archive {
    border: solid 1px #ddd;
    padding: 0 10px 5px 10px;
    margin-bottom: 20px;
  }
}

/* line 290, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.sidebar_product-archive .sidebar-search {
  padding-bottom: 40px;
}

/* line 292, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.sidebar_product-archive .sidebar-search label {
  display: block;
  line-height: 1.25;
}

/* line 296, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.sidebar_product-archive .sidebar-search .search-field {
  display: block;
  margin-bottom: 10px;
}

/* line 302, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.sidebar_product-archive .mobile_filter-btn {
  display: none;
}

@media screen and (max-width: 900px) {
  /* line 302, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
  .sidebar_product-archive .mobile_filter-btn {
    display: block;
    cursor: pointer;
  }
  /* line 308, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
  .sidebar_product-archive .mobile_filter-btn:after {
    font-family: 'dashicons';
    content: "\f140";
    position: relative;
    top: 4px;
    font-size: 20px;
  }
}

@media screen and (max-width: 900px) {
  /* line 280, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
  .sidebar_product-archive {
    float: none;
    width: 100%;
  }
  /* line 322, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
  .sidebar_product-archive h4 {
    display: none;
  }
}

/* line 327, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.sidebar_product-archive .sidebar_cat-list {
  margin-left: 0;
  display: block;
}

@media screen and (max-width: 900px) {
  /* line 327, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
  .sidebar_product-archive .sidebar_cat-list {
    display: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

/* line 337, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.sidebar_product-archive .sidebar_cat-list .sidebar_parent-cat {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  list-style: none;
  margin: 0;
  color: #464646;
  font-size: 1.1rem;
  border-bottom: solid 1px #f4f4f4;
  padding: 10px 0;
}

/* line 348, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.sidebar_product-archive .sidebar_cat-list .sidebar_parent-cat .sidebar_parent-link {
  text-decoration: none !important;
  padding: 0;
  font-size: 1.2rem;
}

/* line 354, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.sidebar_product-archive .sidebar_cat-list .sidebar_subcat-list {
  border-bottom: solid 1px #f4f4f4;
  margin: 0;
  display: none;
  padding-bottom: 0;
}

/* line 360, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.sidebar_product-archive .sidebar_cat-list .sidebar_subcat-list .sidebar_subcat-item {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  list-style: none;
  margin: 0;
  padding: 7px 0;
  text-decoration: none !important;
  color: #464646;
  font-size: 0.9rem;
}

/* line 370, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.sidebar_product-archive .sidebar_cat-list .sidebar_subcat-list .sidebar_subcat-item .sidebar_subcat-link {
  text-decoration: none !important;
  color: #464646;
  padding-left: 10px;
}

/* line 381, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.pyp_product_archive_holder {
  float: right;
  width: 75%;
}

@media screen and (max-width: 900px) {
  /* line 381, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
  .pyp_product_archive_holder {
    width: 100%;
    float: none;
  }
}

/* line 390, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.pyp_product_archive_holder .product {
  /*width:100% !important;*/
}

@media screen and (max-width: 450px) {
  /* line 394, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
  .pyp_product_archive_holder .product .button, .pyp_product_archive_holder .product .btn {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }
}

/* line 401, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.pyp_product_archive_holder .product .woocommerce-loop-product__title {
  clear: none;
  font-size: 1.7rem !important;
  font-weight: 300;
}

/* line 407, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.pyp_product_archive_holder .product .attachment-shop_catalog {
  /*width:30% !important;
			float:left;*/
  margin-right: 5% !important;
  border: solid 2px #ddd;
}

@media screen and (max-width: 630px) {
  /* line 407, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
  .pyp_product_archive_holder .product .attachment-shop_catalog {
    float: none;
    width: 100% !important;
  }
}

/* line 419, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.pyp_product_archive_holder .product .price {
  /*float:left;*/
  /*margin-right: 20px;*/
}

@media screen and (max-width: 450px) {
  /* line 419, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
  .pyp_product_archive_holder .product .price {
    float: none;
  }
}

/*=============
Account Page
=============*/
@media screen and (max-width: 600px) {
  /* line 435, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
  .account-left form .form-row {
    display: block;
    clear: both;
    float: none;
    width: 100%;
  }
}

@media screen and (min-width: 900px) and (max-width: 1200px) {
  /* line 444, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
  .account-left form .form-row {
    display: block;
    clear: both;
    float: none;
    width: 100%;
  }
}

/* line 452, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100% !important;
  float: none !important;
}

/* line 457, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.account-left {
  width: 45%;
  float: left;
}

/* line 462, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.account-right {
  width: 45%;
  float: right;
}

@media screen and (max-width: 900px) {
  /* line 468, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
  .account-left {
    width: 100%;
    float: none;
    padding-bottom: 25px;
  }
  /* line 474, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
  .account-right {
    width: 100%;
    float: none;
    padding-bottom: 30px;
  }
}

/* line 481, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.input-radio {
  float: left;
  position: relative;
  top: 4px;
}

/* line 487, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.state_label {
  line-height: 2em;
}

/* line 494, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.my_account_orders .btn {
  margin-bottom: 0;
}

/* line 498, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.my_account_orders .order {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
}

/* line 503, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.my_account_orders .dashicons {
  color: #124d6e;
}

/* line 506, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.my_account_orders .dashicons:before {
  font-size: 28px;
  line-height: 1.3rem;
}

/* line 512, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.my_account_orders .order_expand-details {
  cursor: pointer;
}

/* line 516, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.my_account_orders td, .my_account_orders th {
  padding: 12px 12px !important;
}

/* line 520, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.my_account_orders th {
  color: #fff !important;
  background-color: #124d6e !important;
  padding: 5px 0;
}

/* line 525, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.my_account_orders .order_item-details-row {
  display: none;
  background-color: #f4f4f4;
  vertical-align: middle;
}

/* line 530, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.my_account_orders .order_item-details-row p {
  display: inline-block;
  margin-bottom: 0;
  padding-top: 5px;
}

/* line 535, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.my_account_orders .order_item-details-row .clear {
  border-top: solid 1px #ddd;
  margin-top: 10px;
  padding-top: 10px;
}

/* line 540, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.my_account_orders .order_item-details-row .clear:first-of-type {
  border-top: none;
  margin-top: 0px;
  padding-top: 0px;
}

/* line 548, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.my_account_orders .order-number, .my_account_orders .order-date, .my_account_orders .order-status, .my_account_orders .order-total, .my_account_orders .order-actions {
  width: 20% !important;
}

/* line 553, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select {
  padding: 10px !important;
}

/*===========
* Checkout
===========*/
/* line 561, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.checkout_service-request-holder {
  padding: 10px 15px;
  background-color: #DFF0D8;
}

/* line 565, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.checkout_service-request-holder h3 {
  color: #464646;
}

/* line 570, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.cart-discount {
  color: #0ea415;
}

/* line 574, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.order-total {
  background-color: #eee;
}

/* line 579, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.woocommerce-checkout-review-order-table th.product-name, .woocommerce-checkout-review-order-table th.product-total {
  color: #fff;
  background-color: #124d6e;
}

/* line 585, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.coupon {
  display: none;
}

/* line 589, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.woocommerce-remove-coupon {
  display: none;
}

@media screen and (max-width: 500px) {
  /* line 593, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
  .order-total, .order-status {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  /* line 599, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
  .woocommerce table.my_account_orders tr td.order-actions, .woocommerce-page table.my_account_orders tr td.order-actions {
    text-align: right;
  }
}

/* line 606, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.woocommerce-table--order-details .wc-item-meta {
  display: none;
}

/* line 611, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
#ship-to-different-address {
  display: none;
  visibility: hidden;
}

/* line 616, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.woocommerce-shipping-fields {
  display: none;
}

/* line 620, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.woocommerce ul.products li.product .button {
  margin-bottom: 15px;
}

/* line 623, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.woocommerce nav.woocommerce-pagination {
  padding-bottom: 40px;
}

/* line 626, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.woocommerce div.product div.images img, .woocommerce ul.products li.product a img {
  border: 2px solid #f4f4f4;
}

/* line 629, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.register-require {
  font-style: italic;
  padding-top: 20px;
}

/* line 633, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.woocommerce span.onsale {
  background-color: #124d6e;
}

/* line 636, C:/wamp64/www/mboshop/wp-content/themes/mboshop/sass/_partials/_woo.scss */
.woocommerce div.product form.cart .button, .up-sells .products .btn, .related .products .btn {
  border-radius: 50px !important;
}

/*# sourceMappingURL=../style.map */