/*

Theme Name: Skwares
Author: Ded Red
Author URI: http://www.dedred.co.uk/

*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,700,900|Open+Sans:300,400,700,800");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.wrapper {
  display: block;
  width: 100%;
  padding: 60px 0/2; }
  @media (min-width: 1440px) {
    .wrapper {
      padding: 60px 0; } }
  .wrapper--no-pad {
    padding: 0; }

.container {
  display: block;
  width: 100%;
  margin: auto;
  padding: 0 20px;
  zoom: 1; }
  .container:before, .container:after {
    content: '';
    display: table; }
  .container:after {
    clear: both; }
  .container--full {
    width: 100%; }
  @media (min-width: 1024px) {
    .container {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .container {
      width: 1200px; } }

.row {
  display: block;
  margin-left: -10px;
  margin-right: -10px;
  zoom: 1; }
  .row:before, .row:after {
    content: '';
    display: table; }
  .row:after {
    clear: both; }

[class*='col'] {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  max-width: 100%;
  min-height: 1px;
  zoom: 1; }
  [class*='col']:before, [class*='col']:after {
    content: '';
    display: table; }
  [class*='col']:after {
    clear: both; }

@media (min-width: 1024px) {
  .col--1 {
    width: 8.3333333333%;
    flex-basis: 8.3333333333%;
    flex-grow: 0; }
  .col--2 {
    width: 16.6666666667%;
    flex-basis: 16.6666666667%;
    flex-grow: 0; }
  .col--3 {
    width: 25%;
    flex-basis: 25%;
    flex-grow: 0; }
  .col--4 {
    width: 33.3333333333%;
    flex-basis: 33.3333333333%;
    flex-grow: 0; }
  .col--5 {
    width: 41.6666666667%;
    flex-basis: 41.6666666667%;
    flex-grow: 0; }
  .col--6 {
    width: 50%;
    flex-basis: 50%;
    flex-grow: 0; }
  .col--7 {
    width: 58.3333333333%;
    flex-basis: 58.3333333333%;
    flex-grow: 0; }
  .col--8 {
    width: 66.6666666667%;
    flex-basis: 66.6666666667%;
    flex-grow: 0; }
  .col--9 {
    width: 75%;
    flex-basis: 75%;
    flex-grow: 0; }
  .col--10 {
    width: 83.3333333333%;
    flex-basis: 83.3333333333%;
    flex-grow: 0; }
  .col--11 {
    width: 91.6666666667%;
    flex-basis: 91.6666666667%;
    flex-grow: 0; }
  .col--12 {
    width: 100%;
    flex-basis: 100%;
    flex-grow: 0; } }

html {
  font-size: 62.5%; }

body {
  font-size: 100%; }

.text--left {
  text-align: left; }

.text--right {
  text-align: right; }

.text--centre {
  text-align: center; }

.button,
a.button {
  display: inline-block;
  padding: 6px 12px;
  border: solid 2px transparent;
  border-radius: 2px;
  color: #ffffff;
  text-decoration: none;
  background-color: #3E7BA7; }
  .button--outline,
  a.button--outline {
    border-color: #3E7BA7;
    color: #3E7BA7; }
  .button:hover,
  a.button:hover {
    background-color: #F23827;
    color: #ffffff !important; }
  .button--form,
  a.button--form {
    width: 100%;
    height: 48px; }

a.yith-wcan-reset-navigation:before {
  position: relative;
  left: -40px;
  font-family: "FontAwesome";
  content: '\f00d'; }

.table {
  display: table;
  width: 100%;
  margin: 3rem 0;
  font-size: 1.4rem;
  border-collapse: collapse; }
  .table thead {
    text-align: left; }
  .table tbody tr th {
    padding: 1rem;
    border-bottom: solid 1px #ece9e9;
    border-right: solid 1px #ece9e9; }
  .table tbody tr > td {
    padding: 1rem;
    border-bottom: solid 1px #ece9e9; }
  .table tbody tr:nth-child(even) {
    background-color: #f8f7f7; }
  .table tbody tr.selected {
    background-color: #3E7BA7;
    color: #ffffff; }
  .table tbody tr:last-child th,
  .table tbody tr:last-child td {
    border-bottom: none; }

.form {
  border: none; }
  .form__group {
    display: block;
    margin-bottom: 20px; }
  .form__control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 10px;
    border: solid 1px #9d9fa2;
    border-radius: 0;
    font-size: 1.6rem; }
    .form__control--textarea {
      height: 200px; }

.form--signup-callout .form__group {
  position: relative;
  top: 15px; }
  .form--signup-callout .form__group .form__control {
    display: inline-block;
    width: 85%;
    height: 52px;
    background: #ffffff;
    border-radius: 4px 0 0 4px;
    border: none; }
  .form--signup-callout .form__group .button {
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    height: 52px;
    background-color: #3E7BA7;
    border-radius: 0 4px 4px 0; }

code {
  display: inline-block;
  padding: 5px 10px;
  color: #1d1e1f;
  background: #f8f7f7; }

.responsive-image {
  display: block;
  width: 100%;
  height: auto; }

.post__thumb {
  margin: 0; }
  .post__thumb img {
    display: block;
    width: 100%;
    height: auto; }

.post h3 {
  font-size: 1.8rem; }

.post .post__meta,
.post .post__content__meta {
  margin: 0;
  font-weight: bold;
  font-size: 1.2rem; }

.post .post__tags,
.post .post__content__tags {
  display: block;
  width: 100%;
  padding: 10px 0 10px 0;
  border: solid 1px #f8f7f7;
  border-width: 1px 0 0 0; }
  .post .post__tags li,
  .post .post__content__tags li {
    display: inline-block;
    margin-right: 5px; }
    .post .post__tags li a,
    .post .post__content__tags li a {
      display: block;
      padding: 5px;
      font-size: 1rem;
      background-color: #f8f7f7;
      color: #9d9fa2; }
      .post .post__tags li a:hover,
      .post .post__content__tags li a:hover {
        background-color: #3E7BA7;
        color: #ffffff; }

.post .post__author {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px;
  background-color: #f8f7f7; }
  .post .post__author__thumb {
    margin: 0; }
  .post .post__author p.author-label {
    margin-top: 0;
    margin-bottom: -10px;
    font-size: 1rem; }
  .post .post__author .author-social {
    display: block;
    text-align: right;
    margin: 0;
    padding: 0; }
    .post .post__author .author-social li {
      display: inline-block;
      margin-left: 10px; }
      .post .post__author .author-social li a {
        display: block;
        width: 28px;
        height: 28px;
        background-color: #3E7BA7;
        color: #ffffff;
        font-size: 1.2rem;
        text-align: center; }
        .post .post__author .author-social li a .fa {
          position: relative;
          top: 5px; }
      .post .post__author .author-social li.social-link--google a {
        background-color: #DC4335; }
      .post .post__author .author-social li.social-link--facebook a {
        background-color: #3B5998; }
      .post .post__author .author-social li.social-link--twitter a {
        background-color: #62A4C4; }
      .post .post__author .author-social li.social-link--linkedin a {
        background-color: #1C87BD; }
      .post .post__author .author-social li:hover a {
        background-color: #1d1e1f; }

.post--grid-item {
  height: 460px; }

.post--list {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 2px #ece9e9; }
  .post--list h2 {
    font-size: 2.4rem; }

.post-share {
  display: block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center; }
  .post-share .button-row {
    display: block;
    text-align: center;
    margin: 0 -15px; }
  .post-share a.button {
    width: 33%;
    padding: 0 15px;
    text-align: center;
    background: none; }
    .post-share a.button:hover {
      color: #ffffff; }
    .post-share a.button .fa {
      font-size: 3rem; }
    .post-share a.button--share--fb .inner {
      padding: 30px;
      background-color: #3B5998; }
    .post-share a.button--share--fb:hover .inner {
      background-color: #2d4373; }
    .post-share a.button--share--tw .inner {
      padding: 30px;
      background-color: #62A4C4; }
    .post-share a.button--share--tw:hover .inner {
      background-color: #428db1; }
    .post-share a.button--share--go .inner {
      padding: 30px;
      background-color: #DC4335; }
    .post-share a.button--share--go:hover .inner {
      background-color: #bd2e21; }

.posts-related {
  margin-top: 60px;
  padding-top: 10px;
  border-top: solid 2px #ece9e9; }

.widget h3, .widget__title {
  font-size: 1.8rem; }

.widget h4 {
  font-size: 1.6rem; }

.widget a.button {
  display: block; }

.widget ul {
  padding: 0 0 0 10px; }
  .widget ul li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 5px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .widget ul li:before {
      margin: 0 10px 0 0;
      font-family: "FontAwesome";
      color: #e0dcdc;
      content: '\f0da'; }

.widget--social .social-links {
  margin: 0;
  padding: 0; }
  .widget--social .social-links li {
    display: block;
    margin-bottom: 10px; }
    .widget--social .social-links li .social-icon {
      display: inline-block;
      position: relative;
      top: -5px;
      width: 42px;
      height: 42px;
      margin-right: 10px;
      border: solid 2px #9d9fa2;
      border-radius: 50%;
      text-align: center; }
      .widget--social .social-links li .social-icon .fa {
        position: relative;
        top: 6px; }

.widget--posts {
  padding: 0; }
  .widget--posts .post-list {
    padding: 0; }
    .widget--posts .post-list li {
      margin-bottom: 20px; }
      .widget--posts .post-list li figure {
        margin: 0; }
        .widget--posts .post-list li figure img {
          display: block;
          width: 100%;
          height: auto; }

.widget--advertise {
  background-color: #3E7BA7; }
  .widget--advertise a.button {
    background-color: #306082; }

html {
  font-size: 62.5%; }

body {
  font-size: 100%;
  font-family: "Open Sans", sans-serif;
  line-height: 1.4;
  color: #333; }

ul {
  padding-left: 20px;
  font-size: 1.6rem; }

h1,
h2,
h3,
h4,
h5 {
  margin: 10px 0;
  font-family: "Nunito", sans-serif;
  font-weight: 900;
  color: #333; }

h1 {
  font-size: 5.96rem; }

h2 {
  font-size: 4.768rem; }

h3 {
  font-size: 2.6rem; }
  @media (min-width: 768px) {
    h3 {
      font-size: 3.815rem; } }

h4 {
  font-size: 3.052rem; }

h5 {
  font-size: 2.441rem; }

p {
  font-size: 1.4rem; }
  p.text--lead {
    font-weight: 300;
    font-size: 2rem; }

blockquote {
  margin: 30px 0;
  padding-left: 3rem;
  border-left: solid 1px #9d9fa2;
  font-size: 2.2rem;
  font-weight: 300; }

.text--center {
  text-align: center; }

.single-product {
  position: relative; }
  @media (min-width: 768px) {
    .single-product .row--product-summary .col--6 {
      width: 50%; } }
  .single-product .row--product-summary .single-product-content {
    position: relative; }
    @media (min-width: 1024px) {
      .single-product .row--product-summary .single-product-content {
        padding-right: 60px; } }
  .single-product .product-edition {
    display: none;
    position: absolute;
    top: 0;
    right: 80px;
    padding: 5px 10px;
    background-color: #3E7BA7;
    color: #ffffff;
    font-size: 1.6rem;
    z-index: 8000; }
    @media (min-width: 1024px) {
      .single-product .product-edition {
        display: block; } }
  .single-product p.offer-text {
    color: #3E7BA7;
    font-weight: bold; }
  .single-product .summary,
  .single-product .single-summary-mobile {
    text-align: left; }
    .single-product .summary h1.product_title,
    .single-product .single-summary-mobile h1.product_title {
      font-size: 4.2rem;
      font-weight: 900; }
    .single-product .summary p.price,
    .single-product .single-summary-mobile p.price {
      font-size: 2rem; }
      .single-product .summary p.price del,
      .single-product .single-summary-mobile p.price del {
        margin-right: 10px; }
    .single-product .summary .quantity,
    .single-product .single-summary-mobile .quantity {
      display: block;
      width: 34px;
      height: 34px;
      margin-left: 30px;
      margin-bottom: 20px;
      overflow: visible; }
      .single-product .summary .quantity input.plus,
      .single-product .summary .quantity input.minus,
      .single-product .summary .quantity input.qty,
      .single-product .single-summary-mobile .quantity input.plus,
      .single-product .single-summary-mobile .quantity input.minus,
      .single-product .single-summary-mobile .quantity input.qty {
        width: 30px;
        height: 30px; }
      .single-product .summary .quantity input.plus,
      .single-product .summary .quantity input.minus,
      .single-product .single-summary-mobile .quantity input.plus,
      .single-product .single-summary-mobile .quantity input.minus {
        top: 0;
        background-color: #3E7BA7;
        border: none;
        border-radius: 0;
        color: #ffffff; }
      .single-product .summary .quantity input.plus,
      .single-product .single-summary-mobile .quantity input.plus {
        left: -29px; }
      .single-product .summary .quantity input.minus,
      .single-product .single-summary-mobile .quantity input.minus {
        top: 0;
        right: -25px; }
      .single-product .summary .quantity input.qty,
      .single-product .single-summary-mobile .quantity input.qty {
        border-width: 1px 0;
        border-color: #3E7BA7; }
    .single-product .summary .button,
    .single-product .single-summary-mobile .button {
      display: block;
      width: 100%;
      height: 50px;
      margin-bottom: 20px;
      font-size: 2rem;
      font-weight: 700;
      text-transform: uppercase; }
    .single-product .summary .product_meta,
    .single-product .single-summary-mobile .product_meta {
      display: block;
      width: 100%;
      padding: 20px;
      background-color: #f8f7f7;
      font-size: 1.4rem; }
      .single-product .summary .product_meta .sku_wrapper,
      .single-product .summary .product_meta .posted_in,
      .single-product .summary .product_meta .tagged_as,
      .single-product .single-summary-mobile .product_meta .sku_wrapper,
      .single-product .single-summary-mobile .product_meta .posted_in,
      .single-product .single-summary-mobile .product_meta .tagged_as {
        display: block;
        width: 100%;
        padding: 10px 0;
        border-bottom: solid 1px #ece9e9; }
        .single-product .summary .product_meta .sku_wrapper:last-child,
        .single-product .summary .product_meta .posted_in:last-child,
        .single-product .summary .product_meta .tagged_as:last-child,
        .single-product .single-summary-mobile .product_meta .sku_wrapper:last-child,
        .single-product .single-summary-mobile .product_meta .posted_in:last-child,
        .single-product .single-summary-mobile .product_meta .tagged_as:last-child {
          border: none; }
        .single-product .summary .product_meta .sku_wrapper strong,
        .single-product .summary .product_meta .posted_in strong,
        .single-product .summary .product_meta .tagged_as strong,
        .single-product .single-summary-mobile .product_meta .sku_wrapper strong,
        .single-product .single-summary-mobile .product_meta .posted_in strong,
        .single-product .single-summary-mobile .product_meta .tagged_as strong {
          display: inline-block;
          width: 100px; }
  .single-product .single-product-sidebar {
    position: relative; }
    .single-product .single-product-sidebar:before {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -50px;
      width: 1px;
      content: '';
      border-left: solid 1px #ece9e9; }
    .single-product .single-product-sidebar .single-product-widgets {
      display: block;
      margin-top: 30px; }
      .single-product .single-product-sidebar .single-product-widgets .widget__title {
        text-align: left; }
  .single-product .woocommerce-tabs {
    display: block;
    float: left;
    width: 100%;
    margin: 50px 0;
    zoom: 1; }
    .single-product .woocommerce-tabs:before, .single-product .woocommerce-tabs:after {
      content: '';
      display: table; }
    .single-product .woocommerce-tabs:after {
      clear: both; }
    .single-product .woocommerce-tabs .wc-tabs {
      padding-left: 0;
      text-align: left;
      border-bottom: solid 2px #f8f7f7; }
      .single-product .woocommerce-tabs .wc-tabs li {
        display: inline-block;
        position: relative;
        width: 100%;
        margin-right: 30px;
        margin-bottom: 20px;
        padding-bottom: 10px; }
        @media (min-width: 768px) {
          .single-product .woocommerce-tabs .wc-tabs li {
            width: auto;
            margin-bottom: 0; } }
        .single-product .woocommerce-tabs .wc-tabs li a {
          color: #333;
          transition-duration: 0s !important; }
          .single-product .woocommerce-tabs .wc-tabs li a:hover {
            color: #3E7BA7; }
        .single-product .woocommerce-tabs .wc-tabs li.active:after {
          position: absolute;
          left: 0;
          right: 0;
          bottom: -2px;
          height: 3px;
          background-color: #3E7BA7;
          content: ''; }
        .single-product .woocommerce-tabs .wc-tabs li.active a {
          font-weight: bold; }
          .single-product .woocommerce-tabs .wc-tabs li.active a:hover {
            color: #3E7BA7; }
    .single-product .woocommerce-tabs .panel {
      text-align: left; }
      .single-product .woocommerce-tabs .panel .shop_attributes {
        display: block;
        width: 100%;
        border-collapse: collapse; }
        .single-product .woocommerce-tabs .panel .shop_attributes tbody {
          display: table;
          width: 100%; }
          .single-product .woocommerce-tabs .panel .shop_attributes tbody tr {
            background-color: #a2c4dc; }
            .single-product .woocommerce-tabs .panel .shop_attributes tbody tr:nth-child(even) {
              background: none; }
            .single-product .woocommerce-tabs .panel .shop_attributes tbody tr th {
              width: 120px;
              border-right: solid 1px #ece9e9; }
            .single-product .woocommerce-tabs .panel .shop_attributes tbody tr th,
            .single-product .woocommerce-tabs .panel .shop_attributes tbody tr td {
              padding-left: 20px;
              border-bottom: solid 1px #ece9e9; }
      .single-product .woocommerce-tabs .panel .comment-form label {
        display: block; }
      .single-product .woocommerce-tabs .panel .comment-form textarea {
        width: 100%;
        height: 200px;
        padding: 20px;
        border: solid 3px #f8f7f7; }
      .single-product .woocommerce-tabs .panel .comment-form input[type="text"],
      .single-product .woocommerce-tabs .panel .comment-form input[type="email"] {
        height: 50px;
        padding: 20px;
        border: solid 3px #f8f7f7; }
      .single-product .woocommerce-tabs .panel .comment-form .submit {
        padding: 15px 40px;
        background-color: #3E7BA7;
        border: none;
        color: #ffffff; }
        .single-product .woocommerce-tabs .panel .comment-form .submit:hover {
          background-color: #306082; }
      .single-product .woocommerce-tabs .panel .woocommerce-Reviews .commentlist {
        padding: 0; }
        .single-product .woocommerce-tabs .panel .woocommerce-Reviews .commentlist .comment {
          display: block;
          width: 100%;
          margin-top: 20px;
          margin-bottom: 20px;
          list-style: none;
          border-bottom: dashed 1px #e0dcdc;
          zoom: 1; }
          .single-product .woocommerce-tabs .panel .woocommerce-Reviews .commentlist .comment:before, .single-product .woocommerce-tabs .panel .woocommerce-Reviews .commentlist .comment:after {
            content: '';
            display: table; }
          .single-product .woocommerce-tabs .panel .woocommerce-Reviews .commentlist .comment:after {
            clear: both; }
          .single-product .woocommerce-tabs .panel .woocommerce-Reviews .commentlist .comment img {
            float: left;
            width: 42px;
            height: 42px;
            margin-right: 20px; }
          .single-product .woocommerce-tabs .panel .woocommerce-Reviews .commentlist .comment-text {
            float: left;
            width: 760px; }
            .single-product .woocommerce-tabs .panel .woocommerce-Reviews .commentlist .comment-text p.meta {
              margin-top: 0;
              margin-bottom: -10px;
              font-style: italic; }
  .single-product .single-title-mobile,
  .single-product .product-edition-mobile,
  .single-product .single-summary-mobile {
    display: block;
    text-align: center; }
    @media (min-width: 1024px) {
      .single-product .single-title-mobile,
      .single-product .product-edition-mobile,
      .single-product .single-summary-mobile {
        display: none; } }
  .single-product .summary {
    display: none; }
    @media (min-width: 1024px) {
      .single-product .summary {
        display: block; } }
  .single-product .single-title-mobile {
    font-size: 3.2rem; }
  .single-product .product-edition-mobile {
    margin-bottom: 30px;
    font-size: 1.6rem;
    color: #3E7BA7; }
  .single-product .single-summary-mobile .buttons_added {
    margin: 30px auto !important; }
  .single-product .single-summary-mobile .product_meta {
    width: 100%;
    margin: auto;
    text-align: left; }
  .single-product .p.stars span a:before,
  .single-product p.stars span a:before {
    content: "\53";
    font-family: "star";
    opacity: 1;
    visibility: visible; }
  .single-product p.stars span a,
  .single-product p.stars span a {
    opacity: 1;
    visibility: hidden;
    max-width: 20px; }
  .single-product .related {
    display: block;
    float: none;
    width: 100%; }
    .single-product .related ul.products li.product {
      width: 100%; }
      .single-product .related ul.products li.product .inner {
        zoom: 1;
        text-align: left; }
        .single-product .related ul.products li.product .inner:before, .single-product .related ul.products li.product .inner:after {
          content: '';
          display: table; }
        .single-product .related ul.products li.product .inner:after {
          clear: both; }
      .single-product .related ul.products li.product img {
        float: left;
        width: 150px;
        height: auto;
        margin-right: 10px; }

.single-product .images {
  position: relative; }
  .single-product .images .woocommerce-product-gallery__image img {
    max-width: 100%; }
    @media (min-width: 1024px) {
      .single-product .images .woocommerce-product-gallery__image img {
        max-width: 80%;
        margin: auto; } }
  .single-product .images .thumbnails.slider ul li {
    display: block;
    width: 100px !important;
    padding: 0 5px; }
    .single-product .images .thumbnails.slider ul li img {
      border: solid 2px #f8f7f7;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .single-product .images .thumbnails.slider ul li img:hover {
        border-color: #3E7BA7; }

.single-product .images .woocommerce-product-gallery__wrapper {
  margin: 0; }

.single-product .flex-control-nav {
  display: block;
  width: 100%;
  margin: 30px 0 0 0;
  padding: 0;
  zoom: 1; }
  .single-product .flex-control-nav:before, .single-product .flex-control-nav:after {
    content: '';
    display: table; }
  .single-product .flex-control-nav:after {
    clear: both; }
  .single-product .flex-control-nav li {
    display: inline-block;
    float: left;
    width: 100px;
    margin: 0 10px; }
    .single-product .flex-control-nav li img {
      opacity: 0.5;
      cursor: pointer;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .single-product .flex-control-nav li img:hover {
        opacity: 0.8; }
      .single-product .flex-control-nav li img.flex-active {
        opacity: 1; }

.single-product .gallery-thumb {
  float: left;
  width: 80px;
  height: auto;
  margin: 0 5px; }

.coming-soon.single-product .images .woocommerce-product-gallery__image img {
  max-width: 100%; }

.cart-message p {
  color: #007fb9; }

/* Woocommerce Styles */
.woocommerce-message {
  display: none; }

.woocommerce-cart.full-width-content .content,
.woocommerce-checkout.full-width-content .content {
  max-width: 100%; }

.woocommerce-cart .woocommerce table.shop_table td.actions {
  border-top: 1px solid #e6e6e6;
  background: #f7f7f7;
  border-bottom: 0px solid #e6e6e6; }

.woocommerce-cart .entry-content form {
  width: 60%;
  float: left; }

.woocommerce-cart .woocommerce .cart-collaterals {
  width: 33%;
  float: right; }

.woocommerce-cart .woocommerce .cart-collaterals h2 {
  display: none; }

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  width: 100%; }

#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
#add_payment_method table.cart th,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart th,
.woocommerce-checkout table.shop_table th {
  color: #9d9fa2;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold; }

#add_payment_method .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
#add_payment_method table.cart td,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.shop_table td {
  color: #555;
  font-size: 16px;
  font-size: 1.6rem; }

.woocommerce-cart .woocommerce table.shop_table th {
  border-bottom: 2px solid #3E7BA7; }

.woocommerce-cart .woocommerce table.shop_table,
.woocommerce-checkout .woocommerce table.shop_table {
  border: 1px solid #e6e6e6;
  margin: 0;
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  border-radius: 0;
  border-bottom: none;
  border-right: none;
  margin-bottom: 35px;
  border-bottom: 1px solid #e6e6e6; }

body #add_payment_method #payment ul.payment_methods li input,
body.woocommerce-cart #payment ul.payment_methods li input,
body.woocommerce-checkout #payment ul.payment_methods li input {
  width: auto;
  margin: -2px .5em 0 0; }

body .woocommerce form .form-row .input-checkbox {
  width: auto;
  margin: -2px 5px 0 0; }

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
body.woocommerce-cart .cart-collaterals .cart_totals tr td,
body.woocommerce-cart .cart-collaterals .cart_totals tr th,
body.woocommerce-checkout .cart-collaterals .cart_totals tr td,
body.woocommerce-checkout .cart-collaterals .cart_totals tr th,
body .woocommerce table.shop_table th {
  border-top: none;
  border-right: 1px solid #e6e6e6;
  text-align: right;
  padding: 10px 20px; }

body #add_payment_method table.cart td,
body #add_payment_method table.cart th,
body.woocommerce-cart table.cart td,
body.woocommerce-cart table.cart th,
body.woocommerce-checkout table.cart td,
body.woocommerce-checkout table.cart th {
  border-right: 1px solid #e6e6e6; }

.woocommerce-cart .cart-collaterals .cart_totals table th {
  border-bottom: 1px solid #e6e6e6; }

body .woocommerce #respond input#submit.alt,
body .woocommerce a.button.alt,
body .woocommerce button.button.alt,
body .woocommerce input.button.alt {
  display: block;
  width: 100%;
  height: 40px;
  padding-top: 5px;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 0 !important; }

body .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: right;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.25em;
  padding: 1em;
  margin-top: .5em; }

body .woocommerce form .form-row-first,
body .woocommerce form .form-row-last,
body .woocommerce-page form .form-row-first,
body .woocommerce-page form .form-row-last {
  width: 49%; }

body .woocommerce #respond input#submit.disabled,
body .woocommerce #respond input#submit:disabled,
body .woocommerce #respond input#submit:disabled[disabled],
body .woocommerce a.button.disabled,
body .woocommerce a.button:disabled,
body .woocommerce a.button:disabled[disabled],
body .woocommerce button.button.disabled,
body .woocommerce button.button:disabled,
body .woocommerce button.button:disabled[disabled],
body .woocommerce input.button.disabled,
body .woocommerce input.button:disabled,
body .woocommerce input.button:disabled[disabled] {
  background: #ccc; }

body .woocommerce a.checkout-button.button.alt {
  border-radius: 40px; }

body .woocommerce #content table.cart td.actions .coupon,
body .woocommerce table.cart td.actions .coupon {
  float: left;
  width: 68%; }

body .woocommerce table.cart td.actions .coupon .button {
  float: none; }

body .woocommerce table.cart td.actions .button {
  float: right; }

body #add_payment_method table.cart td.actions .coupon .input-text,
body.woocommerce-cart table.cart td.actions .coupon .input-text,
body.woocommerce-checkout table.cart td.actions .coupon .input-text {
  margin-left: 10px;
  padding: 8px 6px 7px;
  width: 65%;
  height: 35px;
  border: none; }

body .woocommerce table.shop_table td {
  padding: 15px; }

body .woocommerce-checkout table.shop_table td {
  text-align: right;
  border-right: 1px solid #e6e6e6;
  border-top: 0; }

.woocommerce a.remove {
  margin: 0 auto; }

.woocommerce-cart .woocommerce table.shop_table td.product-thumbnail img {
  display: block;
  margin: auto; }

.woocommerce-cart .woocommerce table.shop_table td.product-remove {
  text-align: center; }
  .woocommerce-cart .woocommerce table.shop_table td.product-remove a.remove {
    display: block;
    width: 36px;
    height: 36px;
    padding-top: 0px;
    color: #ffffff;
    font-size: 2.4rem;
    background-color: #3E7BA7; }
    .woocommerce-cart .woocommerce table.shop_table td.product-remove a.remove:hover {
      background-color: #306082; }

.woocommerce-cart .woocommerce table.shop_table th.product-remove,
.woocommerce-cart .woocommerce table.shop_table th.product-name {
  text-align: center; }

.woocommerce-cart .woocommerce table.shop_table th.product-price,
.woocommerce-cart .woocommerce table.shop_table th.product-quantity,
.woocommerce-cart .woocommerce table.shop_table th.product-subtotal {
  text-align: right; }

.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-price,
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-quantity,
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-subtotal {
  text-align: right; }

.woocommerce-checkout #add_payment_method #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  list-style: none; }

.woocommerce-checkout .woocommerce .col2-set {
  width: 100%; }

.woocommerce-checkout .woocommerce .col2-set .col-1,
.woocommerce-checkout .woocommerce .col2-set .col-2 {
  margin-bottom: 2em; }

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
  background: #fff;
  width: 100%;
  float: right;
  margin-right: 0; }

.woocommerce-checkout #ship-to-different-address-checkbox {
  width: auto;
  float: right;
  margin-left: 15px;
  margin-top: 10px;
  opacity: 1;
  position: static; }

.woocommerce-checkout #ship-to-different-address label {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  text-transform: uppercase;
  color: #000; }

.woocommerce-checkout .woocommerce form .form-row.create-account label {
  padding-top: 2px;
  font-weight: bold; }

.woocommerce-checkout .payment-fixed {
  position: fixed;
  z-index: 9;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 2em;
  left: 52%;
  margin-left: 0;
  padding: 20px;
  top: 0;
  width: 45.5% !important;
  -webkit-transition: padding .1s ease-in;
  -moz-transition: padding .1s ease-in;
  -o-transition: padding .1s ease-in;
  -ms-transition: padding .1s ease-in;
  transition: padding .1s ease-in; }

.product-shipping-message {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0px;
  border-top: 1px solid #139248;
  border-bottom: 1px solid #139248; }

body .woocommerce table.shop_table tbody th,
body .woocommerce table.shop_table tfoot td,
body .woocommerce table.shop_table tfoot th {
  border-bottom: none; }

body .woocommerce form .form-row input.input-text,
body .woocommerce form .form-row textarea {
  max-width: 100%;
  border: solid 2px #ece9e9; }

body .woocommerce .product-name a {
  color: #000;
  pointer-events: none;
  cursor: default; }

@media only screen and (max-width: 1139px) {
  .woocommerce-cart .entry-content form {
    width: 64%; } }

@media only screen and (max-width: 980px) {
  .woocommerce-cart .entry-content form {
    width: 80%;
    float: none;
    margin: 0 auto; }
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 80%;
    float: None;
    margin: auto; }
  body .woocommerce #content table.cart td.actions .coupon,
  body .woocommerce table.cart td.actions .coupon {
    width: 100%; }
  body #add_payment_method table.cart td.actions .coupon .input-text,
  body.woocommerce-cart table.cart td.actions .coupon .input-text,
  body.woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 48%; } }

@media only screen and (max-width: 650px) {
  .woocommerce-cart .entry-content form {
    width: 100%; }
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 100%; }
  .woocommerce-checkout .woocommerce .col2-set {
    width: 100%;
    float: none;
    margin-right: 0; }
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    width: 100%;
    float: none; } }

.woocommerce-cart .cart-collaterals .cart_totals tr th {
  color: #333; }

.shipping {
  font-weight: 900;
  text-transform: uppercase; }
  .shipping tr td {
    color: #F23827 !important; }
  .shipping .woocommerce-shipping-calculator {
    display: none; }
  .shipping #shipping_method li {
    display: block; }

@media screen and (max-width: 600px) {
  /* Force table to not be like tables anymore */
  .woocommerce-page table.shop_table,
  .woocommerce-page table.shop_table thead,
  .woocommerce-page table.shop_table tbody,
  .woocommerce-page table.shop_table th,
  .woocommerce-page table.shop_table td,
  .woocommerce-page table.shop_table tr {
    display: block; }
  /* Hide table headers (but not display: none;, for accessibility) */
  .woocommerce-page table.shop_table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .woocommerce-page table.shop_table tr {
    /*border: 1px solid #d2d3d3; */ }
  .woocommerce-page table.shop_table td {
    /* Behave  like a "row" */
    border: 1px solid #d2d3d3;
    position: relative;
    padding-left: 30% !important; }
  .woocommerce-page table.shop_table {
    border: none; }
  .woocommerce-page table.shop_table td.product-spacer {
    border-color: #FFF;
    height: 10px; }
  .woocommerce-page table.shop_table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; }
  /*
Label the data
*/
  .woocommerce-page table.shop_table td.product-remove:before {
    content: "DELETE"; }
  .woocommerce-page table.shop_table td.product-thumbnail:before {
    content: "IMAGE"; }
  .woocommerce-page table.shop_table td.product-name:before {
    content: "PRODUCT"; }
  .woocommerce-page table.shop_table td.product-price:before {
    content: "PRICE"; }
  .woocommerce-page table.shop_table td.product-quantity:before {
    content: "QUANTITY"; }
  .woocommerce-page table.shop_table td.product-subtotal:before {
    content: "SUBTOTAL"; }
  .woocommerce-page table.shop_table td.product-total:before {
    content: "TOTAL"; }
  .woocommerce .quantity,
  .woocommerce #content .quantity,
  .woocommerce-page .quantity,
  .woocommerce-page #content .quantity {
    margin: 0; }
  .woocommerce-page table.cart td.actions,
  .woocommerce-page #content table.cart td.actions {
    height: 175px;
    text-align: left;
    border: 0;
    padding: 10px 10px 0 10px !important;
    border-right: 1px solid #e6e6e6 !important; }
    .woocommerce-page table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button {
      width: 100%;
      margin-top: 20px; }
    .woocommerce-page table.cart td.actions .coupon .button,
    .woocommerce-page #content table.cart td.actions .coupon .button {
      margin-top: 0; }
  .woocommerce-page table.cart td.actions .button.alt,
  .woocommerce-page #content table.cart td.actions .button.alt {
    float: left;
    margin-top: 10px; }
  .woocommerce-page table.cart td.actions div,
  .woocommerce-page #content table.cart td.actions div,
  .woocommerce-page table.cart td.actions input,
  .woocommerce-page #content table.cart td.actions input {
    margin-bottom: 10px; }
  .woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
    text-align: left;
    border-right: solid 1px #e6e6e6; }
  .woocommerce-page .cart-collaterals .cart_totals th,
  .woocommerce-page .cart-collaterals .cart_totals td {
    border: 0 !important; }
  .woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td,
  .woocommerce-page .cart-collaterals .cart_totals table tr.shipping td,
  .woocommerce-page .cart-collaterals .cart_totals table tr.total td {
    padding-left: 6px !important; }
  .woocommerce-page table.shop_table tr.cart-subtotal td,
  .woocommerce-page table.shop_table tr.shipping td,
  .woocommerce-page table.shop_table tr.total td,
  .woocommerce-page table.shop_table.order_details tfoot th,
  .woocommerce-page table.shop_table.order_details tfoot td {
    padding-left: 6px !important;
    border: 0 !important; }
  .woocommerce-page table.shop_table tbody {
    padding-top: 10px; }
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2,
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    float: none;
    width: 100%; }
  .woocommerce .order_details ul,
  .woocommerce-page .order_details ul,
  .woocommerce .order_details,
  .woocommerce-page .order_details {
    padding: 0; }
  .woocommerce .order_details li,
  .woocommerce-page .order_details li {
    clear: left;
    margin-bottom: 10px;
    border: 0; } }

/* END Make the WooCommerce Cart Table Responsive  for Mobile */
.create-account-wrap {
  display: block;
  width: 100%;
  padding: 20px;
  background-color: #f8f7f7; }
  .create-account-wrap h3 {
    margin-bottom: 0; }
  .create-account-wrap span {
    position: relative;
    top: -17px;
    left: 5px; }

.woocommerce-checkout .woocommerce-checkout-payment {
  display: block;
  width: 100%;
  padding: 0 !important;
  zoom: 1; }
  .woocommerce-checkout .woocommerce-checkout-payment:before, .woocommerce-checkout .woocommerce-checkout-payment:after {
    content: '';
    display: table; }
  .woocommerce-checkout .woocommerce-checkout-payment:after {
    clear: both; }
  .woocommerce-checkout .woocommerce-checkout-payment ul {
    padding-left: 0; }
  .woocommerce-checkout .woocommerce-checkout-payment .place-order {
    padding: 0 !important; }
    .woocommerce-checkout .woocommerce-checkout-payment .place-order .button--submit-order {
      height: 60px;
      font-size: 2rem;
      font-weight: bold;
      text-transform: uppercase; }
  .woocommerce-checkout .woocommerce-checkout-payment .payment_method_paypal img {
    display: block; }

.woocommerce-MyAccount-navigation ul {
  padding: 0; }
  .woocommerce-MyAccount-navigation ul li {
    display: block;
    margin-right: 2px;
    list-style: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .woocommerce-MyAccount-navigation ul li a {
      display: block;
      position: relative;
      margin-bottom: 10px;
      padding: 10px 60px 20px 0;
      border-bottom: solid 1px #f8f7f7;
      color: #9d9fa2; }
    .woocommerce-MyAccount-navigation ul li:hover a {
      display: block;
      width: 100%;
      padding-left: 10px; }
    .woocommerce-MyAccount-navigation ul li.is-active a {
      padding-left: 0px !important;
      background: none;
      font-weight: bold;
      border-color: #3E7BA7; }
    .woocommerce-MyAccount-navigation ul li.is-active:hover a {
      color: #9d9fa2; }
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link {
    position: relative; }
    .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:after {
      position: absolute;
      top: 10px;
      right: 15px;
      font-family: "FontAwesome"; }
    .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard:after {
      content: '\f0e4'; }
    .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders:after {
      content: '\f291'; }
    .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address:after {
      content: '\f015'; }
    .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account:after {
      content: '\f007'; }
    .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout:after {
      content: '\f08b'; }

.account-link a.button {
  width: 100%;
  padding: 40px 20px;
  text-align: center; }
  .account-link a.button .fa {
    margin-bottom: 20px;
    font-size: 4rem; }
  .account-link a.button span {
    font-size: 1.8rem;
    font-weight: bold; }

.woocommerce-MyAccount-content .order_details {
  display: table;
  width: 100%;
  border-collapse: collapse; }
  .woocommerce-MyAccount-content .order_details thead {
    text-align: left;
    font-size: 1.6rem; }
    .woocommerce-MyAccount-content .order_details thead th {
      text-align: left !important;
      padding-bottom: 10px;
      border-bottom: solid 2px #3E7BA7; }
      .woocommerce-MyAccount-content .order_details thead th:last-child {
        border-right: none; }
  .woocommerce-MyAccount-content .order_details tbody {
    font-size: 1.6rem; }
    .woocommerce-MyAccount-content .order_details tbody tr:nth-child(even) {
      background-color: #f5f5f5; }
    .woocommerce-MyAccount-content .order_details tbody td {
      padding: 10px;
      border-bottom: solid 1px #ebebeb; }
  .woocommerce-MyAccount-content .order_details tfoot {
    text-align: left; }
    .woocommerce-MyAccount-content .order_details tfoot tr:nth-child(even) {
      background-color: white; }
    .woocommerce-MyAccount-content .order_details tfoot th,
    .woocommerce-MyAccount-content .order_details tfoot td {
      padding: 10px;
      border-bottom: solid 1px #ebebeb; }
  .woocommerce-MyAccount-content .order_details .button.view {
    margin-right: 5px; }

.woocommerce-OrderUpdates {
  margin: 0;
  padding: 0; }
  .woocommerce-OrderUpdates .note {
    display: block;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f6f6b4;
    border: solid 1px #EEED70; }
    .woocommerce-OrderUpdates .note p.woocommerce-OrderUpdate-meta {
      margin-bottom: 0;
      font-size: 1rem;
      font-weight: bold;
      font-style: italic; }
    .woocommerce-OrderUpdates .note .woocommerce-OrderUpdate-description p:first-child {
      margin-top: 0; }

.woocommerce-order-details .woocommerce-table--customer-details {
  display: block;
  font-size: 1.6rem !important;
  border: solid 1px #e6e6e6;
  zoom: 1; }
  .woocommerce-order-details .woocommerce-table--customer-details:before, .woocommerce-order-details .woocommerce-table--customer-details:after {
    content: '';
    display: table; }
  .woocommerce-order-details .woocommerce-table--customer-details:after {
    clear: both; }

.woocommerce-order-details .woocommerce-columns--addresses h3.woocommerce-column__title {
  font-size: 2.8rem; }

.woocommerce-order-details .woocommerce-table--order-details {
  font-size: 1.6rem !important;
  border: solid 1px #e6e6e6;
  zoom: 1; }
  .woocommerce-order-details .woocommerce-table--order-details:before, .woocommerce-order-details .woocommerce-table--order-details:after {
    content: '';
    display: table; }
  .woocommerce-order-details .woocommerce-table--order-details:after {
    clear: both; }

.woocommerce-MyAccount-content .woocommerce-address-fields label {
  float: left;
  width: 200px; }

@media (min-width: 768px) {
  .woocommerce-MyAccount-content .woocommerce-address-fields #billing_address_2_field {
    margin-left: 200px; } }

.woocommerce-MyAccount-content .woocommerce-address-fields input {
  width: 100%;
  height: 40px;
  padding: 10px; }
  @media (min-width: 768px) {
    .woocommerce-MyAccount-content .woocommerce-address-fields input {
      width: 300px; } }

@media (min-width: 768px) {
  .woocommerce-MyAccount-content .woocommerce-address-fields .form-row {
    width: 700px; } }

@media (min-width: 768px) {
  .woocommerce-MyAccount-content .woocommerce-address-fields .select2 {
    width: 300px !important; } }

.woocommerce-MyAccount-content .edit-account .woocommerce-form-row {
  width: 100%; }
  .woocommerce-MyAccount-content .edit-account .woocommerce-form-row label {
    float: left;
    width: 100%; }
    @media (min-width: 768px) {
      .woocommerce-MyAccount-content .edit-account .woocommerce-form-row label {
        width: 200px; } }
  .woocommerce-MyAccount-content .edit-account .woocommerce-form-row input {
    width: 100%;
    height: 40px;
    padding: 10px; }
    @media (min-width: 768px) {
      .woocommerce-MyAccount-content .edit-account .woocommerce-form-row input {
        width: 300px; } }

.woocommerce-MyAccount-content .edit-account fieldset {
  margin-top: 30px;
  padding: 20px;
  border: none;
  background-color: #f8f7f7; }
  .woocommerce-MyAccount-content .edit-account fieldset h3 {
    font-size: 2rem; }
  .woocommerce-MyAccount-content .edit-account fieldset label {
    width: 300px !important; }

.woocommerce-error {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 20px 20px 50px;
  background-color: #FF7C7C;
  color: #c90000; }
  .woocommerce-error:before {
    position: absolute;
    left: 20px;
    font-family: "FontAwesome";
    content: '\f071'; }
  .woocommerce-error li {
    list-style: none; }

.woocommerce-order-info-block mark {
  background: none;
  font-weight: bold;
  text-decoration: underline; }

.Advance_search_for_woo_display_main {
  display: none;
  width: 100%;
  padding: 30px;
  background-color: #3E7BA7; }
  .Advance_search_for_woo_display_main .woo_advance_default_preview_set_search_text {
    height: 40px;
    padding: 15px;
    border: none; }
  .Advance_search_for_woo_display_main .advance_search_for_woocommerce_save_btn {
    position: relative;
    top: 1px;
    height: 40px;
    padding: 15px 25px;
    border: none;
    background-color: #306082;
    color: #ffffff; }
  .Advance_search_for_woo_display_main .advance_default_search_advance_search_option {
    margin-bottom: 0; }

.woocommerce-page.woocommerce-lost-password .woocommerce-ResetPassword label {
  display: block; }

.woocommerce-page.woocommerce-lost-password .woocommerce-ResetPassword .woocommerce-Input {
  height: 48px;
  width: 300px;
  padding: 10px; }

address {
  font-style: normal;
  font-size: 1.6rem; }

.wrapper--store, .wrapper--messages {
  padding: 0; }

.wrapper--products {
  padding-top: 0; }

.wrapper--messages {
  margin: 20px 0; }
  .wrapper--messages p {
    margin: 20px 0 0 0;
    padding: 20px;
    border: solid 2px #3E7BA7;
    color: #3E7BA7;
    font-weight: bold; }

a {
  color: #3E7BA7;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:hover {
    color: #F23827; }

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

.form--search,
.aws-container .aws-search-field {
  display: block;
  width: 100%;
  margin: 20px auto; }
  @media (min-width: 768px) {
    .form--search,
    .aws-container .aws-search-field {
      width: 360px; } }
  @media (min-width: 1024px) {
    .form--search,
    .aws-container .aws-search-field {
      width: 300px; } }
  .form--search .form__control,
  .aws-container .aws-search-field .form__control {
    float: left;
    width: 70%;
    height: 50px;
    border: solid 2px #3E7BA7;
    -webkit-appearance: none; }
    @media (min-width: 1024px) {
      .form--search .form__control,
      .aws-container .aws-search-field .form__control {
        width: 240px; } }
  .form--search .button,
  .aws-container .aws-search-field .button {
    float: right;
    position: relative;
    left: -2px;
    width: 30%;
    height: 50px;
    border-radius: 0 4px 4px 0;
    background-color: #3E7BA7; }
    .form--search .button:hover,
    .aws-container .aws-search-field .button:hover {
      background-color: #F23827; }
    @media (min-width: 1024px) {
      .form--search .button,
      .aws-container .aws-search-field .button {
        width: auto; } }

.site-search .aws-container .aws-search-field {
  border: solid 2px #3E7BA7 !important;
  background: none !important;
  -webkit-appearance: none; }

.select-wrap {
  position: relative;
  margin-top: 10px;
  padding-left: 0px;
  overflow: hidden;
  background-color: #ffffff; }
  .select-wrap:after {
    position: absolute;
    right: 10px;
    top: 8px;
    font-family: "FontAwesome";
    content: '\f0d7';
    color: #9d9fa2; }
  .select-wrap select {
    position: relative;
    left: 10px;
    height: 30px;
    width: 110%;
    border: none; }

.row--login-register {
  margin-left: -30px;
  margin-right: -30px; }
  .row--login-register .col {
    padding-left: 30px;
    padding-right: 30px; }
  .row--login-register .button {
    padding: 14px 32px; }

.form--login label,
.form--register label {
  font-size: 1.6rem; }

.form--login .form__group,
.form--register .form__group {
  margin-bottom: 20px; }

.form--login .form__control,
.form--register .form__control {
  height: 50px;
  font-size: 1.6rem; }

.site-header {
  display: block;
  width: 100%; }
  .site-header__top {
    display: block;
    width: 100%;
    background-color: #f8f7f7; }
    .site-header__top .header-account-link {
      position: relative;
      margin-bottom: 0;
      padding-left: 20px;
      text-align: center; }
      @media (min-width: 1024px) {
        .site-header__top .header-account-link {
          text-align: left; } }
      .site-header__top .header-account-link a {
        color: #333; }
        .site-header__top .header-account-link a:hover {
          color: #F23827; }
      .site-header__top .header-account-link:before {
        display: none;
        position: absolute;
        left: 0;
        font-family: "FontAwesome";
        content: '\f007';
        color: #3E7BA7; }
        @media (min-width: 1024px) {
          .site-header__top .header-account-link:before {
            display: block; } }
  .site-header__main {
    display: block;
    width: 100%;
    padding: 40px 0; }
    .site-header__main .site-account {
      display: none; }
      @media (min-width: 1024px) {
        .site-header__main .site-account {
          display: block; } }

.site-logo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 200px;
  margin: auto; }
  @media (min-width: 1024px) {
    .site-logo img {
      margin: 0;
      max-width: 90%; } }

.site-search .form__control {
  font-size: 1.6rem; }

.site-cart {
  position: relative;
  top: 10px;
  margin-top: 20px;
  padding: 0 10px 10px 10px;
  font-size: 1.6rem;
  text-align: center;
  color: #333 !important;
  border: solid 3px transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 1024px) {
    .site-cart {
      float: left;
      width: 180px;
      margin-top: 0;
      text-align: left; } }
  .site-cart .cart-icon {
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: -5px;
    font-size: 3.3rem;
    color: #3E7BA7; }
  .site-cart .cart-count {
    position: relative;
    top: -10px;
    left: -15px;
    padding: 5px;
    color: #ffffff;
    background-color: #3E7BA7;
    border: solid 3px #ffffff;
    font-size: 1rem; }
  .site-cart a {
    color: #333; }
  .site-cart:hover {
    border: solid 3px #3E7BA7; }

.site-social,
.site-account {
  position: relative;
  float: right;
  margin-top: 20px;
  padding-left: 20px; }
  .site-social a,
  .site-account a {
    color: #333; }
    .site-social a:hover,
    .site-account a:hover {
      color: #F23827; }
  .site-social:before,
  .site-account:before {
    display: none;
    position: absolute;
    left: 0;
    top: 10px;
    font-family: "FontAwesome";
    font-size: 2rem;
    content: '\f007';
    color: #3E7BA7; }
    @media (min-width: 1024px) {
      .site-social:before,
      .site-account:before {
        display: block; } }

.social-links {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0; }
  .social-links li {
    display: inline-block;
    list-style: none; }
  .social-links--header {
    text-align: center; }
    @media (min-width: 1024px) {
      .social-links--header {
        text-align: right; } }
    .social-links--header a {
      display: block;
      width: 34px;
      padding: 10px;
      text-align: center; }
      .social-links--header a:hover {
        background-color: #3E7BA7;
        color: #ffffff; }

.wrapper--offers {
  padding: 20px 0; }
  .wrapper--offers .offer-slider {
    position: relative;
    height: 65px;
    margin: 0;
    background-color: #3E7BA7; }
    .wrapper--offers .offer-slider .slick-prev {
      top: 0;
      bottom: 0; }
    .wrapper--offers .offer-slider p {
      margin: 0;
      padding: 20px 50px;
      color: #ffffff;
      font-weight: bold;
      font-size: 1.8rem;
      /*.fa {
					position:relative;
					top:2px;
					margin-right:10px;
					font-size:2.2rem;
				}*/ }
    .wrapper--offers .offer-slider .slick-prev,
    .wrapper--offers .offer-slider .slick-next {
      top: 0px;
      height: 65px;
      width: 40px;
      z-index: 9000;
      transform: none;
      background-color: #3E7BA7; }
      .wrapper--offers .offer-slider .slick-prev:before,
      .wrapper--offers .offer-slider .slick-next:before {
        display: block;
        width: 32px;
        height: 27px;
        padding-top: 5px;
        font-family: "FontAwesome";
        text-align: center; }
      @media (min-width: 1024px) {
        .wrapper--offers .offer-slider .slick-prev:hover,
        .wrapper--offers .offer-slider .slick-next:hover {
          background-color: #306082; } }
    .wrapper--offers .offer-slider .slick-prev {
      left: 0; }
      .wrapper--offers .offer-slider .slick-prev:before {
        content: '\f104'; }
    .wrapper--offers .offer-slider .slick-next {
      right: 0; }
      .wrapper--offers .offer-slider .slick-next:before {
        content: '\f105'; }

.site-nav {
  display: block;
  width: 100%;
  background-color: #3E7BA7;
  display: none; }
  @media (min-width: 1024px) {
    .site-nav {
      display: block; } }

.nav-links {
  margin: 0;
  padding: 0; }
  .nav-links li {
    display: inline-block;
    position: relative; }
    .nav-links li a {
      display: block;
      padding: 15px;
      color: #ffffff;
      font-weight: bold;
      text-transform: uppercase;
      text-decoration: none; }
      .nav-links li a:hover {
        background-color: #306082; }
    .nav-links li.menu-item-has-children:hover {
      background-color: #306082; }
      .nav-links li.menu-item-has-children:hover .sub-menu {
        visibility: visible;
        opacity: 1; }
    .nav-links li.current_page_item {
      background-color: #29526f; }

.sub-menu {
  display: block;
  position: absolute;
  width: 300px;
  padding: 0;
  background-color: #3E7BA7;
  visibility: hidden;
  opacity: 0;
  z-index: 9999; }
  .sub-menu li {
    display: block;
    width: 100%; }
    .sub-menu li a {
      display: block;
      width: 100%; }
      .sub-menu li a:hover {
        background-color: #306082; }

.wprmenu_bar {
  z-index: 99999; }

.breadcrumbs {
  display: block;
  width: 100%;
  padding: 10px 0;
  border-bottom: solid 1px #f8f7f7; }

.woocommerce-pagination {
  display: block;
  width: 100%; }
  .woocommerce-pagination ul {
    text-align: right; }
    .woocommerce-pagination ul li {
      display: inline-block;
      text-align: center; }
      .woocommerce-pagination ul li .current,
      .woocommerce-pagination ul li a {
        display: block;
        width: 36px;
        height: 36px;
        padding-top: 6px; }
      .woocommerce-pagination ul li a {
        background-color: #f8f7f7;
        color: #9d9fa2; }
        .woocommerce-pagination ul li a:hover {
          color: #ffffff;
          background-color: #F23827; }
      .woocommerce-pagination ul li .current {
        color: #ffffff;
        background-color: #306082; }

.site-footer {
  display: block;
  width: 100%; }
  .site-footer__top, .site-footer__main, .site-footer__bottom {
    display: block;
    width: 100%; }
  .site-footer__top {
    padding: 20px 0;
    background-color: #3E7BA7; }
    .site-footer__top .footer-logo {
      display: block;
      width: 200px;
      margin: auto; }
      .site-footer__top .footer-logo img {
        display: block;
        width: 100%;
        height: auto;
        margin: auto; }
        @media (min-width: 1024px) {
          .site-footer__top .footer-logo img {
            margin: 0; } }
    .site-footer__top .social-links {
      margin: 0;
      padding: 0;
      text-align: center; }
      @media (min-width: 1024px) {
        .site-footer__top .social-links {
          text-align: right; } }
      .site-footer__top .social-links li {
        display: inline-block;
        margin: 10px 5px 0 5px; }
        .site-footer__top .social-links li a {
          display: block;
          width: 36px;
          height: 36px;
          background-color: #306082;
          color: #ffffff;
          text-align: center; }
          .site-footer__top .social-links li a .fa {
            position: relative;
            top: 8px; }
          .site-footer__top .social-links li a:hover {
            background-color: #22445d; }
  .site-footer__main {
    padding: 50px 0;
    background-color: #f8f7f7;
    text-align: center; }
    @media (min-width: 1024px) {
      .site-footer__main {
        text-align: left; } }
    .site-footer__main h4 {
      font-size: 2rem; }
    .site-footer__main ul {
      padding: 0; }
      .site-footer__main ul li {
        list-style: none; }
  .site-footer__bottom {
    padding: 10px 0;
    background-color: #d1d2d4; }
    .site-footer__bottom .left p,
    .site-footer__bottom .right p {
      font-size: 1.2rem; }
    @media (min-width: 1024px) {
      .site-footer__bottom .right p {
        text-align: right; } }

.hero {
  display: block;
  width: 100%; }
  .hero__slider {
    display: block;
    width: 100%; }

.banner-slide {
  display: block;
  width: 100%; }
  .banner-slide--image figure {
    margin: 0; }
  .banner-slide .banner-slide--text__content {
    height: 400px;
    padding: 40px;
    background-color: #1d1e1f; }
    .banner-slide .banner-slide--text__content h1,
    .banner-slide .banner-slide--text__content p {
      color: #ffffff; }
    .banner-slide .banner-slide--text__content a.button {
      margin-top: 20px;
      padding: 12px 24px;
      text-transform: uppercase;
      font-weight: bold; }

.hero__slider .slick-prev,
.hero__slider .slick-next,
.products-slider .slick-prev,
.products-slider .slick-next {
  top: 20px;
  z-index: 9000; }
  .hero__slider .slick-prev:before,
  .hero__slider .slick-next:before,
  .products-slider .slick-prev:before,
  .products-slider .slick-next:before {
    display: block;
    width: 30px;
    height: 30px;
    padding-top: 5px;
    background-color: #3E7BA7;
    font-family: "FontAwesome";
    transition: 0.2s; }

.hero__slider .slick-prev,
.products-slider .slick-prev {
  left: auto;
  right: 60px; }
  .hero__slider .slick-prev:before,
  .products-slider .slick-prev:before {
    content: '\f104'; }

.hero__slider .slick-next,
.products-slider .slick-next {
  right: 20px; }
  .hero__slider .slick-next:before,
  .products-slider .slick-next:before {
    content: '\f105'; }

.hero__slider .slick-prev,
.hero__slider .slick-next {
  display: none !important; }
  @media (min-width: 1024px) {
    .hero__slider .slick-prev,
    .hero__slider .slick-next {
      display: block !important; } }

.page-title-wrap {
  display: block;
  width: 100%;
  padding: 40px 0;
  background-color: #F23827; }
  .page-title-wrap h1,
  .page-title-wrap h2 {
    margin: 0;
    color: #ffffff; }

@media (min-width: 768px) {
  .callout {
    float: left;
    width: 50%; } }

@media (min-width: 1024px) {
  .callout {
    width: 25%; } }

@media (min-width: 1024px) {
  .store-sidebar {
    float: left; }
  .store-content {
    float: right; } }

.products-slider {
  display: block;
  width: 100%;
  height: 300px;
  background-color: #f8f7f7; }
  .products-slider figure {
    margin: 0; }

.woocommerce-products-header {
  position: relative;
  margin-bottom: 30px; }
  .woocommerce-products-header__title {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    padding: 10px 30px 10px 10px;
    font-size: 3.6rem;
    color: #ffffff;
    background-color: #3E7BA7; }

.row--products-head {
  height: 50px;
  margin-left: 0;
  margin-right: 0px;
  margin-bottom: 30px;
  background-color: #f8f7f7; }
  .row--products-head .col {
    height: 100%; }
    .row--products-head .col .inner {
      height: 100%;
      background-color: #f8f7f7; }
    .row--products-head .col .select-wrap {
      float: right;
      width: 300px; }

h2.product-range-title {
  display: block;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 6px;
  color: #ffffff;
  font-size: 1.8rem;
  background-color: #3E7BA7; }

ul.products {
  display: block;
  width: 100%;
  padding: 0; }
  @media (min-width: 768px) {
    ul.products li.product {
      width: 50%; } }
  @media (min-width: 1024px) {
    ul.products li.product {
      width: 33.3333333333%; } }

.product {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  text-align: center; }
  .product .inner {
    padding: 20px 10px;
    border: solid 2px #f8f7f7;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .product .inner:hover {
      border-color: #3E7BA7; }
    .product .inner a {
      color: #9d9fa2; }
    .product .inner a.button {
      margin-top: 10px;
      color: #ffffff; }
    .product .inner a.added_to_cart {
      display: none !important; }
  .product .onsale {
    position: absolute;
    top: -18px;
    right: 0;
    width: 36px;
    height: 36px;
    padding-top: 10px;
    background: #3E7BA7;
    color: #ffffff;
    font-size: 1rem;
    border-radius: 50%; }
  .product img {
    display: block;
    width: 100%;
    height: auto; }
  .product h2 {
    font-size: 1.8rem; }
  .product .price {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold; }

.yith-wacp-content .product-price {
  text-align: center !important; }

.cart-collaterals {
  display: block;
  width: 100% !important;
  padding: 0; }

.row--cart-bottom {
  display: block; }
  .row--cart-bottom .button {
    display: block;
    height: 40px;
    padding-top: 5px;
    font-size: 1.6rem;
    text-align: center; }
    .row--cart-bottom .button--continue-shopping {
      background-color: #1d1e1f; }

.row--cart-bottom:nth-child(n+3) {
  display: none !important; }

.woocommerce-checkout {
  display: block;
  width: 100%; }
  .woocommerce-checkout .col-1 h3,
  .woocommerce-checkout .col-2 h3 {
    font-size: 2.4rem;
    color: #9d9fa2; }
  .woocommerce-checkout .col-1 #billing_first_name_field,
  .woocommerce-checkout .col-1 #billing_last_name_field {
    float: left;
    width: 50%;
    padding: 0 10px 0 0; }
  .woocommerce-checkout .col-1 .form-row label {
    display: block;
    width: 100%; }
  .woocommerce-checkout .col-1 .form-row input {
    width: 100%;
    height: 48px;
    padding: 10px; }
  .woocommerce-checkout .col-2 label {
    display: block;
    width: 100%; }
  .woocommerce-checkout .col-2 textarea {
    display: block;
    width: 100%;
    height: 200px;
    padding: 10px;
    border: none; }
  .woocommerce-checkout .col-2 #shipping_first_name_field,
  .woocommerce-checkout .col-2 #shipping_last_name_field {
    float: left;
    width: 50%;
    padding: 0 10px 0 0; }
  .woocommerce-checkout .col-2 .form-row label {
    display: block;
    width: 100%; }
  .woocommerce-checkout .col-2 .form-row input {
    width: 100%;
    height: 48px;
    padding: 10px; }
  .woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper {
    padding: 20px;
    background-color: #3E7BA7; }
    .woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper label {
      display: block;
      color: #ffffff; }
    .woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper textarea {
      width: 100%;
      padding: 10px;
      border: none; }
  .woocommerce-checkout .order-review-title {
    display: block;
    position: relative;
    left: 15px;
    margin-top: 30px; }
  .woocommerce-checkout .table-order-review {
    padding: 0 10px; }
  .woocommerce-checkout .woocommerce-checkout-review-order-table {
    display: table;
    border-right: solid 1px #e6e6e6; }
    .woocommerce-checkout .woocommerce-checkout-review-order-table tr,
    .woocommerce-checkout .woocommerce-checkout-review-order-table td {
      border-collapse: collapse; }
    .woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
      text-align: right;
      border-right: solid 1px #e6e6e6; }
    .woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item td,
    .woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal td,
    .woocommerce-checkout .woocommerce-checkout-review-order-table .shipping td,
    .woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td {
      border-right: solid 1px #e6e6e6; }
  .woocommerce-checkout .woocommerce-checkout-payment {
    padding: 0 15px; }
    .woocommerce-checkout .woocommerce-checkout-payment .place-order {
      padding: 0 15px; }
    .woocommerce-checkout .woocommerce-checkout-payment .button {
      border-radius: 0;
      height: 50px; }

.woocommerce-order-details .col2-set {
  padding: 0; }

.woocommerce-order-details .col-1,
.woocommerce-order-details .col-2 {
  width: 100%; }
  @media (min-width: 1024px) {
    .woocommerce-order-details .col-1,
    .woocommerce-order-details .col-2 {
      float: left;
      width: 50%; } }
  .woocommerce-order-details .col-1 .inner,
  .woocommerce-order-details .col-2 .inner {
    padding: 20px;
    border: solid 1px #e6e6e6; }

@media (min-width: 1024px) {
  .woocommerce-order-details .col-1 {
    padding-left: 0; } }

@media (min-width: 1024px) {
  .woocommerce-order-details .col-2 {
    padding-right: 0; } }

.woocommerce-order-details .woocommerce-table--order-details {
  display: table;
  border-right: solid 1px #e6e6e6; }
  .woocommerce-order-details .woocommerce-table--order-details tr,
  .woocommerce-order-details .woocommerce-table--order-details td {
    border-collapse: collapse; }
  .woocommerce-order-details .woocommerce-table--order-details .product-name {
    text-align: right;
    border-right: solid 1px #e6e6e6; }
  .woocommerce-order-details .woocommerce-table--order-details .cart_item td,
  .woocommerce-order-details .woocommerce-table--order-details .cart-subtotal td,
  .woocommerce-order-details .woocommerce-table--order-details .shipping td,
  .woocommerce-order-details .woocommerce-table--order-details .order-total td {
    border-right: solid 1px #e6e6e6; }

.term-coming-soon li.product,
.page-id-122 li.product {
  width: 100% !important; }

@media (min-width: 1024px) {
  .woocommerce-MyAccount-content {
    padding-left: 30px; } }

.woocommerce-MyAccount-content .account-address {
  width: 100%;
  margin-top: 30px;
  padding: 0; }
  .woocommerce-MyAccount-content .account-address .woocommerce-Address {
    width: 100%;
    padding: 0; }
    @media (min-width: 1024px) {
      .woocommerce-MyAccount-content .account-address .woocommerce-Address:first-child {
        border-right: solid 1px #e6e6e6; } }
  @media (min-width: 1024px) {
    .woocommerce-MyAccount-content .account-address {
      margin: 30px -20px; }
      .woocommerce-MyAccount-content .account-address .woocommerce-Address {
        width: 50%;
        padding: 0 20px; }
        .woocommerce-MyAccount-content .account-address .woocommerce-Address:last-child {
          padding-left: 60px; } }

h3.woocommerce-column__title {
  padding-left: 0; }

.woocommerce-order-overview {
  padding: 0; }
  .woocommerce-order-overview li {
    margin-left: 5px;
    list-style: none; }
    .woocommerce-order-overview li:before {
      margin-right: 10px;
      font-family: "FontAwesome";
      content: '\f0da'; }

.woocommerce-table--order-details thead th {
  text-align: left !important; }

.widget {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  background-color: #f8f7f7;
  zoom: 1; }
  .widget:before, .widget:after {
    content: '';
    display: table; }
  .widget:after {
    clear: both; }
  .widget__title {
    margin-top: 0;
    padding: 10px;
    font-size: 1.8rem;
    color: #ffffff;
    background-color: #3E7BA7; }
  .widget ul {
    padding: 0; }
    .widget ul li {
      display: block;
      width: 100%;
      margin: 0;
      padding: 5px 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .widget ul li.cat-item-102 {
        display: none; }
  .widget .yith-wcan-list {
    padding-left: 10px; }
    .widget .yith-wcan-list li:before {
      margin-right: 10px;
      font-family: "FontAwesome";
      color: #e0dcdc;
      content: '\f0da'; }
  .widget.widget_product_categories {
    padding: 0; }
    .widget.widget_product_categories ul li {
      padding-left: 10px; }
    .widget.widget_product_categories ul.children {
      display: none; }
      .widget.widget_product_categories ul.children > li {
        padding-left: 0; }
        .widget.widget_product_categories ul.children > li:before {
          margin-right: 10px;
          font-family: "FontAwesome";
          color: #e0dcdc;
          content: '\f0da'; }
  .widget.yith-woo-ajax-reset-navigation .widget__title {
    display: none; }
  .widget.yith-woo-ajax-reset-navigation .button {
    display: block;
    height: 44px;
    padding-top: 5px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center; }

.widget_recently_viewed_products ul li {
  display: block; }
  .widget_recently_viewed_products ul li:hover {
    background-color: #ece9e9; }
  .widget_recently_viewed_products ul li a {
    color: #9d9fa2; }
  .widget_recently_viewed_products ul li figure {
    margin: 0; }
    .widget_recently_viewed_products ul li figure img {
      display: block;
      width: 100%;
      height: auto; }
  .widget_recently_viewed_products ul li h4 {
    margin: 5px 0 0 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: #3E7BA7; }
  .widget_recently_viewed_products ul li p {
    margin-top: 0; }
  @media (min-width: 768px) {
    .widget_recently_viewed_products ul li .col--3 {
      width: 15%; }
    .widget_recently_viewed_products ul li .col--9 {
      width: 85%; } }
  @media (min-width: 1024px) {
    .widget_recently_viewed_products ul li .col--3 {
      width: 25%; }
    .widget_recently_viewed_products ul li .col--9 {
      width: 75%; } }

.widget--footer {
  width: 100%;
  text-align: center; }
  @media (min-width: 1024px) {
    .widget--footer {
      width: 33.33333333333333333%; } }
  .widget--footer .widget__title {
    margin: 0;
    padding: 0;
    background: none;
    color: #333; }
  .widget--footer ul {
    margin-top: 5px; }

#yith-wacp-popup.open .yith-wacp-wrapper {
  height: auto !important; }

.alert {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 20px 20px 50px;
  background-color: #f8f7f7;
  border: solid 1px #ece9e9; }
  .alert--info {
    background-color: #ECF9FF;
    border-color: #d3f1ff; }
    .alert--info:before {
      position: absolute;
      left: 20px;
      top: 14px;
      font-family: "FontAwesome";
      font-size: 2.4rem;
      content: '\f05a';
      color: #b9e9ff; }

.faq-item {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: dotted 1px #f8f7f7; }
  .faq-item h2 {
    font-size: 1.8rem; }
    @media (min-width: 768px) {
      .faq-item h2 {
        font-size: 2rem; } }

.slick-slider .slick-dots li {
  width: 8px;
  height: 8px;
  background-color: #3E7BA7;
  opacity: 0.5;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .slick-slider .slick-dots li button:before {
    opacity: 0; }
  .slick-slider .slick-dots li.slick-active {
    opacity: 1; }
  .slick-slider .slick-dots li:hover {
    background-color: #F23827;
    opacity: 1; }

.button--form {
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase; }

.wpcf7-mail-sent-ok {
  position: relative;
  margin: 0 !important;
  padding: 20px 20px 20px 60px !important;
  border: none !important;
  background-color: #CBEEB8;
  font-size: 1.6rem;
  font-weight: bold;
  color: #59b02a; }
  .wpcf7-mail-sent-ok:before {
    position: absolute;
    top: 15px;
    left: 20px;
    margin-right: 10px;
    font-family: "FontAwesome";
    font-size: 2.6rem;
    content: '\f00c'; }

.wpcf7-validation-errors {
  position: relative;
  margin: 0 !important;
  padding: 20px 20px 20px 60px !important;
  border: none !important;
  background-color: #EEED70;
  font-size: 1.6rem;
  font-weight: bold;
  color: #828210; }
  .wpcf7-validation-errors:before {
    position: absolute;
    top: 15px;
    left: 20px;
    margin-right: 10px;
    font-family: "FontAwesome";
    font-size: 2.6rem;
    content: '\f071'; }

.wpcf7-not-valid {
  border-color: #FF7C7C;
  color: #FF7C7C; }

.wpcf7-not-valid-tip {
  position: relative;
  padding: 10px 10px 10px 30px;
  background-color: #FF7C7C;
  color: #af0000; }
  .wpcf7-not-valid-tip:before {
    position: absolute;
    left: 10px;
    top: 5px;
    font-family: "FontAwesome";
    font-size: 1.6rem;
    content: '\f00d'; }

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